@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Pompiere&display=swap');

@font-face {
    font-family: "Gravesend";
    src: url("/static/fonts/gravesend_sans_medium.otf") format("opentype");
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Inter";
    text-decoration: none;
    list-style-position: inside;
    scroll-behavior: smooth;
}

.margem {
    margin: 0 10%;
}

hr {
    border: 1px solid #ababab;
    margin-top: 32px;
    margin-bottom: 32px;
}




/* Navbar */

.navbar_wrapper {
    position: fixed;
    top: 0;
    z-index: 2;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    background: rgba(255, 255, 255, 0.9);
    padding: 0px 10%;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.33);
}

.navbar_esquerda img {
    width: 144px;
    transform: translateY(2px);
}

.botao_whatsapp {
    display: flex;
    justify-content: space-between;
    width: 220px;
    padding: 8px 36px;
    align-items: center;
    border: none;
    font-size: 1.25rem;
    font-weight: 500;
    color: white;
    background: rgba(14,153,66,1);
    cursor: pointer;
}

.botao_whatsapp img {
    width: 48px;
}

.botao_whatsapp:hover {
    background: linear-gradient(90deg, rgba(14,153,66,1) 0%, rgba(47,213,94,1) 40%, rgba(183,255,196,1) 50%, rgba(47,213,94,1) 60%, rgba(14,153,66,1) 100%);
    background-size: 400% 400%;
    animation: reluzente 2s ease;
}

@keyframes reluzente {
    0% {background-position: 100% 0%;}
    100% {background-position: 0% 0%;}
}

.botao_contato {
    display: flex;
    justify-content: space-between;
    width: auto;
    gap: 20px;
    padding: 8px 36px;
    align-items: center;
    border: none;
    font-size: 1.25rem;
    font-weight: 500;
    color: white;
    background-color: #2E394C;
    cursor: pointer;
}

.botao_contato:hover {
    background-color: #1e2736;
}

.contato_expandido {
    display: none;
    position: absolute;
    flex-direction: column;
    padding: 8px 16px;
    border: 2px solid #2E394C;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 0px 0px 24px 24px;
    font-size: 1rem;
    width: 187px;
    font-weight: 600;
}

.contato_expandido hr {
    margin-top: 8px;
    margin-bottom: 8px;
}

.contato_item {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.contato_item img {
    width: 40px;
}


.botao_contato img {
    width: 18px;
}

.botao_whatsapp_mobile {
    position: fixed;
    bottom: 48px;
    right: 48px;
    transform: scale(1.5);
    opacity: 0;
    z-index: 10;
    transition: all 0.5s;
}

@media screen and (max-width: 550px) {

    .navbar_wrapper {
        position: static;
        justify-content: center;
        padding: 12px 10%;
    }

    .navbar_direita {
        display: none;
    }
}




/* Título Seções */

.secao_titulo {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 10%;
    margin-top: 96px;
    margin-bottom: 64px;
    gap: 32px;
}

.secao_titulo img {
    width: 124px;
    height: 36px;
}

.espelhado {
    transform: scaleX(-1);
}

.titulo_nome {
    font-size: 2.25rem;
    font-weight: 600;
    color: #303030;
    transform: translateY(-4px);
    text-align: center;
}

@media screen and (max-width: 850px) {

    .titulo_nome {
        transform: translateY(0px);
        font-size: 1.5rem;
    }

    .secao_titulo img {
        width: 64px;
    }
}

@media screen and (max-width: 850px) {

    .titulo_nome {
        font-size: 1.125rem;
    }

}




/* Hero Banner */

.hero_banner {
    margin-top: 200px;
}

.hero_banner_nome {
    font-size: 3rem;
    font-weight: 600;
}

.bege {
    background: linear-gradient(90deg, rgba(219,206,189,1) 0%, rgb(138, 112, 101) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #DBCEBD;
    font-family: "Gravesend";
    margin-bottom: 24px;
}

.hero_banner_faixa {
    position: relative;
    background: url(/static/img/madeira_textura.png);
    display: flex;
    flex-direction: column;
    background-color: #2E394C;
    color: #DBCEBD;
    padding: 32px 0px;
    margin-top: 16px;
}

.hero_banner_faixa_wrapper {
    display: flex;
    justify-content: space-between;
}

.hero_banner_faixa_esquerda {
    display: flex;
    flex-direction: column;
    gap: 32px;
    margin-bottom: 16px;
}

.hero_banner_faixa_esquerda p {
    font-family: "Pompiere";
    font-size: 2rem;
    font-weight: 500;
}

.hero_banner_faixa_direita img {
    position: absolute;
    width: 430px;
    transform: translate(-440px, -148px);
}

.hero_banner_icones {
    display: flex;
    gap: 24px;
}

.icone:hover {
    filter: brightness(85%);
}

.hero_banner_icones img {
    width: 48px;
    cursor: pointer;
}

.hero_banner_baixo {
    display: flex;
    justify-content: center;
    transform: translateY(-56px);
    flex-direction: column;
    display: flex;
    align-items: center;
    z-index: 1;
}

.hero_banner_baixo p {
    font-size: 1.2rem;
    font-weight: 500;
    color: white;
    margin-bottom: 16px;
}

.hero_banner_baixo img {
    position: absolute;
    width: 48px;
    transform: translateY(42px);
}

.maior {
    width: 256px;
    padding: 12px 42px;
    border-radius: 16px;
}

.thais_mobile {
    display: none;
}

@media screen and (max-width: 550px) {

    .hero_banner {
        margin-top: 80px;
    }
}

@media screen and (max-width: 1200px) {

    .hero_banner_faixa_wrapper {
        flex-direction: column;
    }

    .hero_banner_faixa, .hero_banner_faixa_esquerda {
        align-items: center;
        text-align: center;
    }

    .hero_banner_faixa_direita img {
        display: none;
    }

    .hero_banner_icones {
        margin-bottom: 48px;
    }

    .thais_mobile {
        display: flex;
        width: 50%;
        min-width: 200px;
    }

}




/* Sobre Mim */

.sobre_mim {
    display: flex;
    margin-top: 96px;
    box-shadow: 0px 40px 50px -50px rgba(0,0,0,0.75);
}

.titulo_nome.titulo_sobre {
    color: white;
}

.secao_titulo.titulo_sobre {
    margin-left: 0;
    margin-top: 0px;
    justify-content: start;
}

.sobre_mim_esquerda {
    background: url(/static/img/madeira_textura.png);
    background-color: #2E394C;
    border-radius: 16px 0px 0px 16px;
    width: 50%;
    padding: 32px 64px;
    padding-bottom: 64px;
    background-color: #2E394C;
    color: white;
}

.quebra_linha {
    margin-bottom: 24px;
}

.sobre_mim_direita {
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(45deg, rgba(176,141,125,1) 0%, rgba(219,206,189,1) 100%);
    width: 50%;
    border-radius: 0px 16px 16px 0px;
}

.sobre_mim_direita img {
    width: 250px;
}

@media screen and (max-width: 1180px) {

    .sobre_mim {
        flex-direction: column;
    }

    .sobre_mim_esquerda {
        width: 100%;
        border-radius: 16px 16px 0px 0px;
        height: auto;
        padding-bottom: 96px;
    }

    .sobre_mim_direita {
        width: 100%;
        height: 420px;
        border-radius: 0px 0px 16px 16px;
    }
}

@media screen and (max-width: 590px) {

    .sobre_mim_esquerda {
        padding: 32px;
    }
}




/* Serviços Prestados */

.servicos_esferas {
    display: flex;
    justify-content: space-between;
}

.esfera {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.esfera_titulo {
    color: #2E394C;
    letter-spacing: 0.125rem;
}

.card_servico_tipos {
    width: 100%;
}

.card_servico_tipos p {
    display: flex;
    align-items: flex-start;
    font-weight: 500;
    padding: 16px;
    width: 100%;
    flex-direction: column;
    background-color: #f0f0f0;
    border-radius: 12px;
    margin-bottom: 16px;
}

.servico_mais {
    background-color: white;
    font-weight: 500;
    font-size: 0.85rem;
}

.card_servico {
    display: flex;
    flex-direction: column;
    width: 512px;
    padding: 32px;
    gap: 16px;
    align-items: center;
    border: 2px solid #B08D7D;
    border-radius: 24px;
    font-size: 1.125rem;
    font-weight: 600;
    text-align: center;
    box-shadow: 0px 25px 50px -50px rgba(0,0,0,0.75);
}

.card_servico hr {
    color: #303030;
    width: 100%;
    margin-top: 16px;
    margin-bottom: 16px;
}

.card_servico img {
    width: 48px;
}

.seletor_card_wrapper {
    position: relative;
}

.seletor_card {
    display: none;
    margin: auto;
    border: none;
    width: 50%;
    background-color: #f0f0f0;
    border-radius: 24px;
    cursor: pointer;
    padding: 24px;
    font-size: 1.25rem;
    font-weight: 500;
    margin-bottom: 64px;
    -webkit-appearance: none;
    appearance: none;
    outline: none;
}

.seletor_card_wrapper:after {
    display: none;
    position: absolute;
    content: "+";
    font-size: 2.25rem;
    font-weight: 600;
    top: 15%;
    right: 27.5%;
    color: #303030;
    transition: all 0.25s;
}

.seletor_card:hover {
    background-color: #e3e3e3;
}

@media screen and (max-width: 590px) {

    .card_servico {
        width: 50%;
    }

    .card_servico_tipos p {
        align-items: center;
    }

    .seletor_card {
        width: 80%;
    }

    .seletor_card_wrapper:after {
        right: 15%;
    }
}

@media screen and (max-width: 1500px) {

    .card_servico {
        max-width: 450px;
    }
}

@media screen and (max-width: 1180px) {

    .seletor_card {
        display: flex;
    }

    .seletor_card_wrapper:after {
        display: inline-block;
    }

    .empresarial {
       display: none;
    }

    .civil, .card_civil, .empresarial, .card_empresarial {
        min-width: 100%;
    }

    .servicos_duvida {
        text-align: center;
    }
}




/* Localização */

.secao_titulo.titulo_localizacao {
    margin-top: 0px;
}

.titulo_nome.titulo_localizacao {
    color: white;
}

.localizacao {
    background: url("/static/img/madeira_textura.png");
    background-color: #2E394C;
    background-size: cover;
    padding: 64px 0px 96px 0px;
    margin-top: 96px;
    overflow: hidden;
}

.localizacao_conteudo img {
    width: 48px;
}

.localizacao_conteudo {
    display: flex;
    flex-direction: row;
    gap: 5%;
}

.localizacao_esquerda {
    display: flex;
    flex-direction: column;
    width: 47.5%;
    margin-left: 10%;
    margin-bottom: 64px;
}

.localizacao_direita {
    width: 47.5%;
    margin-right: 10%;
}

.localizacao_endereco, .localizacao_telefone, .localizacao_atendimento {
    display: flex;
    flex-direction: column;
    color: white;
}

.localizacao_endereco_cima, .localizacao_telefone_cima, .localizacao_atendimento_cima {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 24px;
    color: white;
    font-size: 1.25rem;
    font-weight: 500;
    margin-bottom: 16px;
}

.localizacao_esquerda_baixo {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.localizacao_direita iframe {
    border-radius: 12px;
}

.escondido_desktop {
    display: none;
}

@media screen and (max-width: 1450px) {

    .localizacao_conteudo {
       flex-direction: column;
    }

    .localizacao_esquerda, .localizacao_direita {
        margin: 0 auto;
        width: 80%;
    }

    .localizacao_direita {
        margin-top: 64px;
    }

    iframe {
        width: 100%;
    }

    .localizacao_esquerda_baixo {
        flex-direction: column;
    }

    .escondido_desktop {
        display: flex;
    }
}




/* Convite */

.convite {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 96px;
    padding: 128px;
    background: url("/static/img/convite_fundo.png");
    background-position: 100% 50%;
    background-size: cover;
    
}

.convite p {
    font-size: 2.25rem;
    font-weight: 600;
    color: white;
    text-align: center;
}

.convite button {
    margin-bottom: 64px;
}




/* Footer */

footer {
    background: url("/static/img/footer_textura.png");
    background-size: cover;
    background-color: #1a2230;
    padding-top: 64px;
    padding-bottom: 32px;
    border-top: 2px solid #B08D7D;
}

.footer_cima {
    display: flex;
    justify-content: space-between;
    align-items: start;
}

.footer_cima_esquerda {
    display: flex;
    flex-direction: column;
    color: white;
    font-size: 1.75rem;
    font-weight: 500;
}

.footer_logo {
    width: 256px;
}

.footer_icones {
    display: flex;
    flex-direction: row;
    gap: 32px;
    margin-top: 32px;
}

.footer_icones img {
    width: 48px;
}

.voltar_topo_botao {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
    background-color: white;
    color: #303030;
    padding-left: 24px;
    border-radius: 48px;
    font-size: 1.125rem;
    font-weight: 500;
    cursor: pointer;
}

.voltar_topo_botao img {
    transform: rotate(180deg);
    width: 48px;
}

.footer_cima_direita:hover {
    filter: brightness(85%);


}

.footer_baixo {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: white;
    margin-top: 64px;
    text-align: center;
}

.footer_baixo hr {
    width: 100%;
}

.footer_baixo_baixo {
    display: flex;
    align-items: center;
    gap: 24px;
}

.footer_baixo_baixo img {
    width: 200px;
}

@media screen and (max-width: 750px) {
    
    .footer_cima {
        flex-direction: column;
        align-items: center;
        gap: 64px;
    }

}

@media screen and (max-width: 570px) {

    .footer_baixo_baixo {
        flex-direction: column;
    }
}

@media screen and (max-width: 360px) {

    .footer_icones img {
        width: 32px;
    }

    .footer_logo {
        width: 200px;
    }
}




/* Revelar ao scrollar */

.reveal {
    position: relative;
    transform: translateX(-256px);
    opacity: 0;
    transition: all 0.725s ease-in-out;
}

.reveal_dir {
    position: relative;
    transform: translateX(256px);
    opacity: 0;
    transition: all 0.725s ease-in-out;
}

.reveal.active_reveal, .reveal_dir.active_reveal {
    transform: translateX(0px);
    opacity: 1;
}