/* ==========================
   CELULARES
========================== */
@media (max-width: 767px) {

body { 
    overflow-x: hidden;
}

/* ################### MENU DO SITE ##################*/

/* Navbar inicial transparente */
.navbar {
    background: transparent !important;
    transition: background-color 0.3s ease-in-out,
        padding 0.3s ease-in-out;
    height: 78px !important;
    position: fixed;
    top: 0px;
    max-width: 100%;
    width: 100%;
    z-index: 99;
}


    .navbar-collapse {
        margin-top: 15px;
    }

    .navbar-nav {
        align-items: flex-start;
    }

    .nav-link {
        margin-right: 0 !important;
        padding: 10px 0 !important;
    }

    .menu_cliente {
        margin-top: 10px;
        display: inline-block;
    }

        .navbar-collapse:not(.show) {
        display: none !important;
    }

    .navbar-collapse.show {
        display: block !important;
    }

        a.nav-link {
        margin-right: 0 !important;
    }

        .navbar-collapse {
        position: absolute;
        top: 78px;
        left: 15px;
        right: 15px;
        width: auto;
        background: rgba(0,0,0,.95);
        border-radius: 12px;
        padding: 20px;
    }

    .navbar-toggler {
        border-color: white;
        color: white;
    }
    .navbar-toggler-icon {
    filter: brightness(0) invert(1);
}
/* ###################  SERVIÇOS ##################*/


.bloco_video {
    display: block;
    align-items: center;
    max-width: 100%;
    width: 100%;
    gap:0;
}

.lado_texto {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center; /* Centraliza o conteúdo do texto */
    margin-top: 20px;
    text-align: center;
}

.videos_servicos {
    width: 275px; /* ajuste conforme necessário */
    height: auto;
    display: block;
    border-radius: 20px;
    margin: auto;
}

.servicos_bloco_preto {
    display: flex;
    flex-direction: column;
    justify-content: center; /* Centraliza verticalmente */
    align-items: flex-start;
    text-align: left;
    max-width: 100%;
    width: 100%;
    height: 450px;
    background-color: black;
    padding: 20px;
    margin: 0px auto 0px 0px;
}


/* ################### OUTROS SERVIÇOS ##################*/

section.outros_servicos {
    background-color: white;
    padding: 0px !important;
    
}

section.outros_servicos img { 
    max-width: 100%;
    width: 100%;
    height: auto;
}
.bloco_irpf_laranja {
    background-color: var(--laranja-conext);
    max-width: 100%;
    width: 100%;
    min-height: auto;
    padding: 30px 20px;
}

.bloco_imoveis_azul {
    background-color: var(--azul-claro-conext);
    max-width: 100%;
    width: 100%;
    min-height: 400px;
    padding: 30px 20px;
}


section.outros_servicos h1 {
    color: white;
    font-size: 50px;
    line-height: 50px;
    font-weight: bolder;
}

section.outros_servicos h3 {
    color: white;
    font-size: 20px;
    line-height: 20px;
    font-weight: bolder;
}

section.outros_servicos p {
    color: white;
    font-size: 15px;
    font-weight: light;
    max-width: 80%;
    width: 100%;
    text-align: left;
    margin: 30px auto 30px 0px;
}

section.outros_servicos .controle_tamanho {
    max-width: 60%;
    width: 100%;
}

section.outros_servicos .botao_enviar_azul {
    background-color: var(--azul-claro-conext);
    color: white;
    transition: all 0.2s ease-in-out;
    border: none;
}

section.outros_servicos .botao_enviar_azul:hover {
    background-color: var(--azul-escuro-conext);
}

section.outros_servicos .botao_enviar_laranja {
    background-color: var(--laranja-conext);
    color: white;
    transition: all 0.2s ease-in-out;
    border: none;
}

section.outros_servicos .botao_enviar_laranja:hover {
    background-color: var(--laranja-escuro-conext);
}


/*##################################################*/

/* ################### EVOLUÇÃO ################## */

section.evolucao {
    padding: 100px 0px 0px 0px;
    background-color: white;
    display: flex;
    align-items: center;
}

section.evolucao h1 {
    display: block;
    max-width: 90%;
    width: 100%;
    color: var(--azul-claro-conext);
    font-size: 60px;
    line-height: 60px;
    margin: 10px auto;
    font-weight: 800;
    letter-spacing: -5px;
    text-align: center;
}

section.evolucao h2 {
    display: block;
    max-width: 90%;
    width: 100%;
    color: var(--laranja-conext);
    font-size: 25px;
    line-height: 25px;
    margin: auto;
    font-weight: 800;
    text-align: center;
}

section.evolucao img { 
    margin: 20px auto 0px auto;
max-height: 300px;
display: block;
}

/*##################################################*/

/* ################### GRANDES NUMEROS ##################*/
section.grandes_numeros {
    background-color: #000;
    padding: 100px 0px;
}

section.grandes_numeros .bloco_numero {
    width: fit-content;
    margin: 0 auto;
}

section.grandes_numeros .linha_icone {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0px;
}

section.grandes_numeros .icone_grande_mais {
    font-size: 80px;
    line-height: 1;
    color: white;
    font-weight: 900;
    margin: 0;
    position: relative;
    top: -4px;
}

section.grandes_numeros .linha_icone p {
    font-size: 20px;
    margin: 0;
    line-height: 1;
    margin-left: 10px;
    color: white;
}

section.grandes_numeros h1 {
    font-size: 80px;
    line-height: 80px;
    color: var(--laranja-conext);
    font-weight: 800;
    margin: -30px auto auto 0px;
}

section.grandes_numeros .texto_rodape {
    font-size: 20px;
    margin: 0px;
    line-height: 20px;
    padding: 10px;
    color: white;
    max-width: 100%;
}

/* ################### A CONEXT ##################*/

section.a_conext {
    background-color: black;
    padding: 170px 10px;
}

span.texto_branco {
    color: white;
    width: 100%;
    display: block;
}

span.texto_laranja {
    color: var(--laranja-conext);
    width: 100%;
    display: block;
}
span.fonte_50 {
    font-size: 30px;
    line-height: 30px;
}


/* #####################################*/
.FooterCopy {
    height: auto;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    text-align: center;
}


/* LGPD */

.BlocoLGPD {
    max-width: 100%;
    min-height: 100px;
    align-items: center;
    justify-content: center;
    background-color: rgb(34, 34, 59);
    position: fixed;
    z-index: 99;
    bottom: 0px;
    padding: 25px 10px;
}

.BlocoLGPD p {
    display: table;
    padding: 10px;
    font-size: 1rem;
    line-height: 1.1rem;
    color: white;
    text-align: left;
    margin-bottom: 0px;
}


a.ConfigCookie{ 
    color: white;
    font-size: 1rem;
    text-decoration: none;
    display: inline-table;
    padding: 5px;
    transition: all 0.3s ease-in-out;
    margin: 5px auto;
}
a.ConfigCookie:hover{ 
    color: white;
    font-size: 1rem;
    text-decoration: none;
    display: inline-table;
    padding: 5px;
    text-decoration: underline;
}

a.ConfigCookieBotao{ 
    border: solid 1px white;
    border-radius: 0.25rem;
    color: white;
    font-size: 1rem;
    text-decoration: none;
    display: inline-table;
    padding: 5px 10px;
    transition: all 0.3s ease-in-out;
    margin: 5px auto;
}
a.ConfigCookieBotao:hover{ 
    border: solid 1px var(--laranja);
    border-radius: 0.25rem;
    color: var(--laranja);
    font-size: 1rem;
    text-decoration: none;
    display: inline-table;
    opacity: 0.8;
}

}