@import url('https://fonts.googleapis.com/css2?family=Fredoka:wdth@75..125&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Tinos:wght@400;700&display=swap');

html, body{
    width: 100%;
}
body{
    background-color: #fff;
    margin: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smooth: always;
}
p, a, h1, h2, h3, h4, h5, h6, li, small, div,span, label, font, input, button, textarea, select{
    margin: 0px;
    padding: 0px;
    font-family: "Montserrat", sans-serif;
    letter-spacing: 0.02em;
}


section.principal{
    background-image: url('../img/background-secao-principal.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
}
section.principal .conteudo{
    height: 100%;
    max-width: 1250px;
    width: 95%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    padding-top: 80px;
    padding-bottom: 70px;
    box-sizing: border-box;
}
section.principal .conteudo .logo{

}
section.principal .conteudo .logo .svg{
    width: 250px;
}
section.principal .conteudo .logo .svg path{
    fill: #fff;
}
section.principal .conteudo .chamada-cta{
    max-width: 550px;
    width: 95%;
    display: flex;
    flex-direction: column;
    flex: 1;
    justify-content: center;
    align-items: flex-start;
}
section.principal .conteudo .chamada-cta h1{
    color: #fff;
    font-family: "Tinos", serif;
    font-size: 46px;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 1.08em;
}
section.principal .conteudo .chamada-cta p{
    color: #fff;
    font-size: 24px;
    line-height: 1.25em;
    padding-right: 40px;
    margin-bottom: 45px;
}
section.principal .conteudo .chamada-cta .content-cta{
    position: relative;
}
section.principal .conteudo .chamada-cta .cta-fale-especialista{
    display: flex;
    gap: 10px;
    align-items: center;
    background-color: #D2AB67;
    border: none;
    box-shadow: none;
    padding: 16px 40px;
    cursor: pointer;
    transition: .2s;
}
section.principal .conteudo .chamada-cta .cta-fale-especialista:hover{
    opacity: .9;
    transition: .2s;
}
section.principal .conteudo .chamada-cta .cta-fale-especialista span{
    color: #231F20;
    font-size: 17px;
    text-transform: uppercase;
    font-family: "Tinos", serif;
    font-weight: 700;
}
section.principal .conteudo .chamada-cta .cta-fale-especialista .svg.icon{
    width: 20px;
}
section.principal .conteudo .chamada-cta .cta-fale-especialista .svg.icon path{
    fill: #231F20;
}

section.principal .conteudo .chamada-cta .content-cta .popover{
    position: absolute;
    top: -20px;
    transform: translate(-10%, -100%);
    left: 50%;
    z-index: 9999;
}
section.principal .conteudo .chamada-cta .content-cta .popover:after{
    content: "";
    position: absolute;
    bottom: -22px;
    left: 16px;
    transform: translateX(-50%);
    border-width: 13px;
    border-style: solid;
    border-color: #fff transparent transparent transparent; /* Cor da seta e bordas laterais transparentes */
    width: 0;
    height: 0;
}
section.principal .conteudo .chamada-cta .content-cta .popover .popover-conteudo{
    background-color: #fff;
    width: 480px;
    height: 240px;
    border-radius: 8px;
    display: flex;
    gap: 10px;
    flex-direction: column;
    padding: 14px 17px;
    padding-top: 15px;
    box-sizing: border-box;
}
section.principal .conteudo .chamada-cta .content-cta .popover .popover-conteudo h4{
    color: #231F20;
    font-size: 20px;
    line-height: 1.1em;
    font-family: "Tinos", serif;
    font-weight: 700;
    margin-bottom: 5px;
}
section.principal .conteudo .chamada-cta .content-cta .popover .popover-conteudo .conversa{
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 10px;
    overflow-y: auto;
    padding-right: 10px;
}
section.principal .conteudo .chamada-cta .content-cta .popover .popover-conteudo .conversa .mensagem{

}
section.principal .conteudo .chamada-cta .content-cta .popover .popover-conteudo .conversa .mensagem .balao{
    position: relative;
    display: inline-block;
    background-color: #c7a565;
    color: #fff;
    padding: 8px 15px;
    padding-bottom: 10px;
    border-radius: 12px;
    font-size: 16px;
    line-height: 1.3em;
    max-width: 90%;
}
section.principal .conteudo .chamada-cta .content-cta .popover .popover-conteudo .conversa .mensagem .balao:after{
    content: "";
    position: absolute;
    border-width: 10px;
    border-style: solid;
    border-color: #c7a565 transparent transparent transparent;
    bottom: -16px;
    left: 5px;
}
section.principal .conteudo .chamada-cta .content-cta .popover .popover-conteudo .conversa .mensagem.resposta{
    text-align: right;
}
section.principal .conteudo .chamada-cta .content-cta .popover .popover-conteudo .conversa .mensagem.resposta .balao{
    background-color: #D9D9D9;
    color: #686060;
}
section.principal .conteudo .chamada-cta .content-cta .popover .popover-conteudo .conversa .mensagem.resposta .balao:after{
    border-color: #D9D9D9 transparent transparent transparent;
    left: auto;
    right: 5px;
}
section.principal .conteudo .chamada-cta .content-cta .popover .popover-conteudo .botoes{
    display: flex;
    justify-content: flex-end;
    gap: 8px;
}
section.principal .conteudo .chamada-cta .content-cta .popover .popover-conteudo .botoes button{
    border: none;
    box-shadow: none;
    padding: 10px 15px;
    font-size: 16px;
    text-transform: uppercase;
    font-family: "Tinos", serif;
    font-weight: 700;
    cursor: pointer;
    transition: .2s;
}
section.principal .conteudo .chamada-cta .content-cta .popover .popover-conteudo .botoes button:hover{
    opacity: .8;
    transition: .2s;
}
section.principal .conteudo .chamada-cta .content-cta .popover .popover-conteudo .botoes button.cta-nao{
    background-color: #D9D9D9;
    color: #686060;
}
section.principal .conteudo .chamada-cta .content-cta .popover .popover-conteudo .botoes button.cta-sim{
    background-color: #D2AB67;
    color: #231F20;
}

section.principal .backdrop-popover{
    width: 100%;
    height: 100%;
    background-color: #231F20;
    position: absolute;
    top: 0;
    left: 0;
    opacity: .5;
    transition: .2s;
}



footer{
    background-color: #231F20;
    padding-top: 100px;
    padding-bottom: 70px;
    color: #fff;
}
footer .conteudo{
    max-width: 1250px;
    width: 95%;
    margin: 0 auto;
}
footer .conteudo .logo-frase-redes-sociais{
    display: flex;
    gap: 80px;
    margin-bottom: 25px;
}
footer .conteudo .logo-frase-redes-sociais .logo{
    padding-top: 5px;
}
footer .conteudo .logo-frase-redes-sociais .logo .svg{
    width: 220px;
}
footer .conteudo .logo-frase-redes-sociais .frase{
    flex: 1;
}
footer .conteudo .logo-frase-redes-sociais .frase h3{
    font-family: "Tinos", serif;
    font-size: 29px;
    line-break: 1.4em;
    max-width: 330px;
}
footer .conteudo .logo-frase-redes-sociais .redes-sociais{
    display: flex;
    gap: 15px;
}
footer .conteudo .logo-frase-redes-sociais .redes-sociais a{
    display: inline-block;
    text-decoration: none;
    transition: .1s;
    line-height: 1em;
    display: inline-block;
}
footer .conteudo .logo-frase-redes-sociais .redes-sociais a:hover{
    opacity: .7;
    transition: .2s;
}
footer .conteudo .logo-frase-redes-sociais .redes-sociais a svg{
    width: 30px;
}
footer .conteudo .assinatura{
    display: flex;
    justify-content: right;
    gap: 8px;
    align-items: center;
}
footer .conteudo .assinatura span{
    font-family: "Fredoka", serif;
    font-size: 9px;
    line-break: 1em;
}
footer .conteudo .assinatura a{
    text-decoration: none;
    line-height: .2em;
    transition: .1s;
}
footer .conteudo .assinatura a:hover{
    opacity: .7;
    transition: .2s;
}
footer .conteudo .assinatura a svg{
    height: 8px;
}





.layout-base{
    background-image: url('../img/layout-base.png');
    background-position: center top;
    background-size: cover;
    width: 100%;
}



.screen-loading{
    background-color: #D2AB67;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.screen-loading .svg.logo{
    width: 180px;
    animation: pulse 1.5s ease-in-out infinite; /* Animação de pulsação */
}
.screen-loading .loading-bar{
    position: absolute;
    top: 0;
    left: 0;
    height: 5px;
    background-color: #fff;
    width: 100%;
    animation: loading 2s linear; /* Animação da barra de carregamento */
}


/* Animação de piscada do logo */
@keyframes pulse {
    0%, 100% {
        opacity: 0.2;
        transform: scale(1);
    }
    50% {
        opacity: 1;
        transform: scale(1.05);
    }
}

/* Animação da barra de carregamento */
@keyframes loading {
    0% {
        width: 0;
    }
    100% {
        width: 100%;
    }
}



/* Medias queries */
@media (max-width: 768px) {

}