:root{
    --laranja:#ec672a;
    --roxo:#b4a8d3;
    --dourado: #9f988b;
}

/* Reset CSS */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

a{
    color: inherit !important;
    text-decoration: inherit !important;
}
body {
    font-family: Barlow, sans-serif;
    line-height: 1.6;
    color: #000;
}

nav {
    position: fixed;
    top: 0px;
    width: 100vw;
    z-index: 9;
    transition: all 0.5s ease;
    transform: translateY(0);
    padding: 10px 35px;
    background-color: #FFF;
    font-weight: 700;
    font-size: 18px;
    border-bottom: 1px solid #f0f0f0;
}

nav .item {
    margin-left: 20px;
    cursor: pointer;
}

nav .item.idioma {
    border-left: 1px solid #CCC;
    margin-left: 10px;
    padding-left: 10px;
}

nav .item.idioma span {
    color: var(--laranja);
}

nav .logo {
    margin-right: auto;
    margin-left: 0px;
}

nav .logo img {
    width: 220px;
}

nav .itens {
    width: auto;
}

nav .menu-close,
nav .menu-backdrop {
    display: none;
}

nav .itens .flag {
    height: 20px;
}

nav .hamburger {
    display: none;
    width: 42px;
    height: 42px;
    border: 0;
    border-radius: 12px;
    background-color: #f6f6f6;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

nav .hamburger img {
    width: 26px;
}

nav.hidden {
    transform: translateY(-130%);
}

#home {
    width: 100vw;
    height: calc(100vh - 85px);
    position: relative;
}

#home .item {
    height: 100%;
    margin-top: 75px;
    padding: 50px;
}

#home .item .infs {
    width: 60%;
    height: 100%;
    display: flex;
    align-items: end;
    color: #FFF;
    position: relative;
}

#home .item .infs .hero-lcp-img {
    display: none;
}

#home .item .infs .titulo {
    font-size: 4vw;
    font-weight: 800;
    line-height: 4.5vw;
    text-transform: uppercase;
}

#home .item .infs .equipe {
    margin: 20px 0px 10px;
}

#home .item .infs .texto {
    padding-right: 20%;
    font-weight: 600;
    font-size: 16px;
}

#home .item .infs .marca_registrada {
    position: absolute;
    bottom: -50px;
    right: 150px;
    width: 8vw;
}

#home .item .form {
    width: 40%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#home .item .form .box {
    width: 90%;
    background-color: #FFF;
    border-radius: 20px;
    padding: 40px;
}

#home .item .form .box .titulo {
    color: var(--laranja);
    font-size: 1.5vw;
    line-height: 1.5vw;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
}

#home .item .form .box .subtitulo {
    text-align: center;
    font-weight: 600;
}

#home .item .form .box .bola {
    padding: 5px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    border: 1px solid #CCC;
    font-weight: 600;
}

#home .item .form .box .bola:first-child {
    background-color: var(--laranja);
    border: 1px solid var(--laranja);
    color: #FFF;
}

#home .item .form .box .divisao {
    border-bottom: 1px solid #CCC;
    width: 15%;
    height: 15px;
}

#home .item .form .box .input {
    padding: 10px 15px;
    border-radius: 8px;
    border: 2px solid #CCC;
    width: 100%;
    margin-top: 20px;
}

#home .item .form .box .bt {
    border-radius: 8px;
    background-color: #000;
    color: #FFF;
    padding: 20px;
    margin-top: 20px;
    text-align: center;
    width: 100%;
    font-weight: 600;
    cursor: pointer;
}

#home .item .form .box::before {
    width: 90%;
    background-color: #FFF;
    border-radius: 20px;
    padding: 40px;
    transform: rotate(10deg);
}

#home .bgs {
    position: absolute;
    height: 100%;
    z-index: -1;
    top: 0px;
    left: 0px;
    width: 100%;
}

#home .bgs .foto {
    height: 100%;
    width: 50%;
    position: relative;
    background-blend-mode: multiply;
    /* background-image: url('../img/foto1.jpg'), linear-gradient(to bottom, white, black); */
    background-size: cover;
    background-position: top center;
}

#home .bgs .laranja {
    background-image: url('../img/fundo_laranja_home_2026.jpg');
    background-size: cover;
    background-position: top center;
    height: 100%;
    width: 50%;
}


#ola {
    background-color: #000;
    padding: 50px 80px;
    font-size: 5vw;
    line-height: 5vw;
    color: var(--laranja);
    text-transform: uppercase;
    font-weight: 600;
}

#ola .col-12 {
    display: flex;
    align-items: center;
    justify-content: center;
}

#ola .col-12:last-child {
    justify-content: flex-end;
}

#ola .braspi {
    width: 100%;
}

#ola .check {
    width: 80%;
}


#servicos {
    padding: 50px 0px;
    position: relative;
    overflow: hidden;
}

#servicos .titulo {
    margin: auto 50px;
    font-size: 50px;
    font-weight: 700;
    display: flex;
    justify-content: end;
    align-items: center;
}

#servicos .titulo img {
    height: 150px;
    margin-left: 20px;
}

#servicos .asterisco {
    width: 300px;
    position: absolute;
    left: 5%;
    top: -100px;
}

#servicos .tipos {
    margin: 50px;
}

#servicos .tipos .col-12 {
    margin-bottom: 40px;
}

#servicos .tipos .col-12 .imagem {
    border-radius: 20px;
    background-color: #ec672a;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 250px;
}

#servicos .tipos .col-12 .nome {
    font-size: 40px;
    font-weight: 700;
    line-height: 40px;
    margin: 10px 0px;
}

#servicos .botao {
    border-radius: 8px;
    background-color: var(--laranja);
    color: #FFF;
    padding: 20px 50px;
    margin: 20px auto;
    text-align: center;
    width: fit-content;
    font-weight: 600;
}


#divisao_scroll {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    background-color: #000;
}

#divisao_scroll .scrolling {
    display: flex;
    align-items: center;
    white-space: nowrap;
    will-change: transform;
}

#divisao_scroll .scrolling .inf {
    margin: 10px;
    color: var(--roxo);
    font-size: 60px;
    font-weight: 600;
}

#divisao_scroll .scrolling .inf .check {
    width: 60px;
    margin-top: -10px;
}

#divisao_scroll .scrolling .inf .barra {
    width: 300px;
}


#oito_motivos {
    padding: 80px 50px;
}

#oito_motivos .titulo {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#oito_motivos .titulo .oito {
    height: 30vh;
}

#oito_motivos .titulo .barra {
    flex-grow: 1;
    padding: 0px 30px;
}

#oito_motivos .titulo .barra img {
    width: 100%;
}

#oito_motivos .titulo .marca {
    height: 30vh;
}

#oito_motivos .boxes {
    margin: 40px 0px;
}

#oito_motivos .boxes .d-flex {
    gap: 30px;
    justify-content: space-between;
}

#oito_motivos .boxes .d-flex .box {
    display: flex;
    width: 22%;
    padding: 20px;
    aspect-ratio: 16/10;
    background-color: var(--roxo);
    border-radius: 12px;
}

#oito_motivos .boxes .d-flex .box .numero {
    font-size: 80px;
    line-height: 80px;
    font-style: oblique;
    font-weight: 800;
    padding-right: 30px;
}

#oito_motivos .boxes .d-flex .box .texto {
    flex-grow: 1;
    font-weight: 600;
    line-height: 22px;
}


#sobre_nos {
    background-color: var(--dourado);
    background-image: url(../img/simbolo_outline_branca.svg);
    background-size: cover;
    background-position: bottom center;
    mix-blend-mode: multiply;
    padding: 80px 50px;
}

#sobre_nos .titulo {
    text-align: center;
    margin: auto;
    font-size: 50px;
    font-weight: 700;
}

#sobre_nos .testemunhal {
    margin: 30px;
    display: flex;
    justify-content: center;
}

#sobre_nos .testemunhal .foto {
    width: 230px;
    height: 230px;
    background-position: center;
    background-size: cover;
    border-radius: 150px;
    margin-right: 20px;
}

#sobre_nos .testemunhal .texto {
    width: 50%;
    font-size: 18px;
}

#sobre_nos .big_numbers {
    margin: 50px 0 0;
    display: flex;
    justify-content: center;
    gap: 20px;
    width: 100%;
}

#sobre_nos .big_numbers .item {
    width: 30%;
    text-align: center;
    font-weight: 700;
    margin-top: 0px;
}

#sobre_nos .big_numbers .item .numero {
    font-size: 80px;
    line-height: 80px;
}

#sobre_nos .big_numbers .item .descricao {
    font-size: 35px;
    line-height: 35px;
}

#sobre_nos .big_numbers .item .descricao .small {
    font-size: 16px;
}


#nossos_clientes {
    background-color: #f3f4f6;
}

#nossos_clientes .titulo {
    padding: 80px 50px;
    margin: auto 50px;
    font-size: 50px;
    line-height: 50px;
    font-weight: 700;
    display: flex;
    align-items: center;
}
#nossos_clientes a{
    font-size: 14px;
    font-weight: 400;
    top: -30px;
    position: relative;
    font-weight: bold;
    color: var(--laranja) !important;
}

#nossos_clientes .titulo img {
    height: 100px;
    margin-right: 20px;
}

#nossos_clientes .bloco {
    background-color: #FFF;
    width: 300px;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px;
    border-radius: 20px;
    margin-bottom: 30px;
}

#nossos_clientes .bloco img {
    width: 80%;
    max-height: 100px;
}

#nossos_clientes .testemunhal {
    margin-top: 50px;
    padding: 80px;
    /* display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 50px; */
}

#nossos_clientes .testemunhal .owl-stage {
    padding: 50px 0 5px;
}

#nossos_clientes .testemunhal .box {
    text-align: center;
    margin: 0 10px;
    padding: 50px;
    background-color: #FFF;
    border-radius: 20px;
    position: relative;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
}

#nossos_clientes .testemunhal .box .foto {
    width: 120px;
    height: 120px;
    margin-top: -50px;
    border-radius: 100px;
    background-size: cover;
    margin: -100px auto 0;
}

#nossos_clientes .testemunhal .box .nome {
    margin: 30px 0 10px;
    font-weight: 800;
    font-size: 20px;
}


#divisao2 {
    width: 100vw;
    position: relative;
    overflow: hidden;
}

#divisao2 img {
    width: 100vw;
    margin-top: -35%;
}

#divisao2 .background-fill {
    position: absolute;
    top: 0%; /* Inicia totalmente fora da div */
    width: 100%;
    height: 100%;
    background: #b0a691; /* cor dourada */
    z-index: -1;
}


#faq {
    padding: 50px 0px;
    position: relative;
    overflow: hidden;
}

#faq .titulo {
    margin: 50px;
    font-size: 50px;
    line-height: 50px;
    font-weight: 700;
    display: flex;
    justify-content: end;
    align-items: center;
}

#faq .titulo img {
    height: 120px;
    margin-left: 20px;
}

#faq .accordion {
    width: 60%;
    margin: 0px 50px;
}

#faq .accordion .accordion-item {
    border: 2px solid #d94e1f;
    border-radius: 8px;
    margin: 10px 0;
    overflow: hidden;
}

#faq .accordion .accordion-item .accordion-header {
    display: flex;
    align-items: center;
    padding: 1.5rem;
    font-size: 22px;
    line-height: 22px;
    font-weight: 800;
    background-color: #fff;
    color: #333;
    text-align: left;
    border: none;
    cursor: pointer;
    width: 100%;
    transition: background-color 0.3s ease;
}

#faq .accordion .accordion-item .accordion-header.active .icon {
    transform: rotate(45deg);
}

#faq .accordion .accordion-item .icon {
    font-size: 30px;
    margin-top: -5px;
    color: var(--laranja);
    transition: transform 0.3s ease;
    margin-right: 20px;
}

#faq .accordion .accordion-item .accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease;
    padding: 0 1rem;
}

#faq .accordion .accordion-item .accordion-content div {
    padding: 1rem 0;
    font-size: 1rem;
    color: #555;
}


#contato {
    padding: 50px;
    background-color: var(--laranja);
    color: #FFF;
    font-weight: 700;
    position: relative;
}

#contato .titulo {
    font-size: 50px;
    font-weight: 700;
    margin-bottom: 30px;
}

#contato img {
    width: 30px;
    margin-right: 5px;
}

#contato .selo {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 10%;
}

#contato .texto_legal {
    margin-top: 30px;
}

#contato .texto_legal a {
    margin-right: 20px;
    color: #FFF;
    font-size: 12px;
    font-weight: 400;
}

  
#whatsapp {
    padding: 0px;
    position: fixed;
    right: 10px;
    bottom: 10px;
    border-radius: 100px;
    z-index: 999;
    background-color: #00d437;
    padding-left: 15px;
}

#whatsapp a {
    color: #FFF !important;
}
  

@media (max-width: 768px) {

    body.menu-bloqueado {
        overflow: hidden;
    }

    nav {
        z-index: 10000;
        padding: 10px 18px;
    }

    nav .logo img {
        width: 180px;
    }

    nav .itens {
        right: 0;
        width: min(86vw, 360px);
        height: 100svh;
        display: flex !important;
        z-index: 10002;
        position: fixed;
        top: 0px;
        background-color: #fff;
        align-content: flex-start;
        justify-content: flex-start;
        flex-wrap: wrap;
        text-align: left;
        padding: 88px 26px 28px;
        box-shadow: -24px 0 60px rgba(0,0,0,.22);
        transform: translateX(105%);
        transition: transform .32s ease;
        border-radius: 22px 0 0 22px;
    }

    nav.menu-open .itens {
        transform: translateX(0);
    }
    
    nav .itens .item {
        width: 100%;
        margin: 0;
        padding: 17px 0;
        border-bottom: 1px solid #ededed;
        font-size: 19px;
        line-height: 1.2;
        color: #1d1d1b;
    }

    nav .item.idioma {
        border-left: 0;
        border-bottom: 0;
        margin: 18px 0 0;
        padding: 18px 0 0;
        display: flex;
        gap: 14px;
        align-items: center;
    }

    nav .itens .flag {
        height: 24px;
        border-radius: 999px;
        box-shadow: 0 4px 14px rgba(0,0,0,.12);
    }

    nav .menu-close {
        display: flex;
        position: absolute;
        top: 22px;
        right: 22px;
        width: 42px;
        height: 42px;
        border: 0;
        border-radius: 999px;
        background-color: #1d1d1b;
        color: #fff;
        align-items: center;
        justify-content: center;
        font-size: 30px;
        line-height: 1;
        cursor: pointer;
    }

    nav .menu-backdrop {
        display: block;
        position: fixed;
        inset: 0;
        z-index: 10001;
        border: 0;
        background-color: rgba(0,0,0,.44);
        opacity: 0;
        pointer-events: none;
        transition: opacity .28s ease;
    }

    nav.menu-open .menu-backdrop {
        opacity: 1;
        pointer-events: auto;
    }
    
    nav .hamburger {
        display: flex;
    }

    #home {
        height: inherit;
    }
    
    #home .item {
        padding: 0px;
        margin-top: 55px;
    }
    
    #home .item .infs {
        width: 100%;
        background-image: none;
        background-size: cover;
        background-position: center;
        padding: 50px 30px;
        padding-top: 60vh;
        height: auto;
        overflow: hidden;
    }

    #home .item .infs::before {
        content: "";
        position: absolute;
        inset: 0;
        z-index: 1;
        background: linear-gradient(to bottom, rgba(255,255,255,.08), rgba(0,0,0,.88));
        pointer-events: none;
    }

    #home .item .infs .hero-lcp-img {
        display: block;
        position: absolute;
        inset: 0;
        z-index: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }

    #home .item .infs > div,
    #home .item .infs .marca_registrada {
        position: relative;
        z-index: 2;
    }
    
    #home .item .infs .titulo {
        font-size: 30px;
        font-weight: 800;
        line-height: 30px;
        text-transform: uppercase;
    }
    
    #home .item .infs .marca_registrada {
        position: absolute;
        bottom: 0px;
        right: 0px;
        width: 20vw;
    }
    
    #home .item .form {
        width: 100%;
        height: auto;
        background-image: url('../img/fundo_laranja_home_2026.jpg');
        background-size: cover;
        background-position: center;
        padding: 50px 10px;
    }
    
    #home .item .form .box {
        padding: 30px;
    }
    
    #home .item .form .box .titulo {
        font-size: 20px;
        line-height: 25px;
    }
    
    #home .bgs {
        display: none !important;
    }
    

    #ola {
        font-size: 8vw;
        padding: 50px;
    }
    
    #ola .col-12 {
        margin: 20px 0px;
    }
    
    #ola .col-12:last-child {
        justify-content: center;
    }
    
    #ola .check {
        width: 50%;
        max-width: 400px;
    }
    

    #servicos .asterisco {
        display: none;
    }
    
    #servicos .tipos {
        margin: 50px 20px;
        text-align: center;
    }

    #oito_motivos {
        padding: 30px;
    }
    
    #oito_motivos .titulo .oito {
        width: 100%;
        height: auto;
    }
    
    #oito_motivos .titulo .barra {
        display: none;
    }
    
    #oito_motivos .titulo .marca {
        display: none;
    }
    
    #oito_motivos .boxes .d-flex .box {
        width: 100%;
    }
    
    #oito_motivos .boxes .d-flex .box .texto {
        font-size: 22px;
    }
    

    #sobre_nos {
        padding: 80px 20px;
    }
    
    #sobre_nos .testemunhal {
        flex-wrap: wrap;
    }
    
    #sobre_nos .testemunhal .texto {
        width: 100%;
        text-align: center;
        font-size: 20px;
    }
    
    #sobre_nos .big_numbers {
        flex-wrap: wrap;
    }
    
    #sobre_nos .big_numbers .item {
        width: 100%;
        margin-bottom: 50px;
    }
    
    #nossos_clientes .titulo {
        font-size: 40px;
        line-height: 40px;
    }
    #nossos_clientes a{
        font-size: 20px;
        line-height: 20px;
        top: -15px;
    }

    #nossos_clientes .titulo {
        margin: auto;
    }
    
    #nossos_clientes .testemunhal {
        padding: 30px;
    }
    
    #nossos_clientes .testemunhal .box {
        width: 95%;
        margin-bottom: 30px;
    }    

    #divisao2 {
        height: inherit;
    }
    
    #divisao2 img {
        margin-top: -25%;
    }    

    #faq {
        padding: 80px 20px;
    }
    
    #faq .titulo {
        margin: auto;
    }
    
    #faq .accordion {
        width: 100%;
        margin: 50px auto;
    }
    

    #contato {
        text-align: center;
        overflow: hidden;
        padding-bottom: 100px;
    }
    
    #contato .col-12 {
        margin-bottom: 30px;
        font-size: 20px;
    }
    
    #contato .col-12 .d-flex {
        justify-content: center;
    }
    
    #contato .col-12 .d-flex img {
        width: 45px;
        margin-bottom: 20px;
    }
    
    #contato .circulos {
        position: absolute;
        top: -50px;
        right: 0px;
        width: 20%;
    }
    
    .texto_legal a {
        width: 100%;
    }
    
    #contato .selo {
        width: 30%;
        right: -5%;
        top: -5%;
        opacity: .5;
    }
    
}
