@import "partials/general.html";
@import "partials/nav.html";
@import "partials/home.html";
@import "partials/button.html";
@import "partials/logos.html";
@import "partials/popular.html";
@import "partials/value.html";
@import "partials/contact.html";
@import "partials/appointment.html";
@import "partials/footer.html";
@import "partials/scroll.html";

@font-face{
    font-family: "Amandine-bold";
    src: url('fontes/Amandine_Bold.otf');
}

@font-face{
    font-family: 'Amandine-light';
    src: url('fontes/Amandine_Light.otf');
}



/* Estilização geral */


@media (min-width: 1000px) and (max-width: 1500px) {
    *{
        margin: 0;
        padding: 0;
    }

body, html {
    margin: 0;
    padding: 0;
    height: auto; /* Permite que a altura seja definida pelo conteúdo */
}
.container{
    width: 90%;
    margin: 0;
    padding:0;
    display:flex;
    align-items: center;
    justify-content: center;
    
}

.flex{
    display: flex;
    width:80%;
    align-items: center;
    justify-content: space-between;
}

.flex nav ul li a{
    font-family: 'Roboto', sans-serif;
}

header{
    width: 100%;
    padding: 35px 4%;
    position: fixed;
    top: 0;
    left: 0;
    transition: 1.1s;
    z-index: 1500;
}
header.rolagem{
    background-color: #192030;
    padding: 20px 4%;
}

header.rolagem a{
    color:rgb(255, 255, 255);
}

header img{
    display: flex;
    width: 150px;
    height: auto;
}

header ul{
    list-style-type: none;
}

header ul li{
    display: inline-block;
    margin: 0 40px;
}

header ul li a{
    color: #fff;
    text-decoration: none;
    font-size: 0.8em;
}

.btn-contato button{
    width: 30px;
    height: 30px;
    border: 0;
    background-color: #cfbca6;
    color: #fff;
    cursor: pointer;
    transition: .4s;
    
}

.btn-contato button:hover{
    transform: scale(1.1);
    
}


.btn-contato{
    display: flex;
    gap: 15px;

}
.btn-social {
    width: 40px;
    height: 40px;
    border: 0;
    border-radius: 50%;
    background-color: #192030; /* Cor de fundo do botão */
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: background-color .3s ease;
}

.btn-social img {
    width: 20px; /* Ajuste o tamanho do ícone conforme necessário */
    height: 20px;
}

.header-mob{
    display: none;
}





.tela1{
    width: 100%;
    height: 110vh;
    display: flex;
    flex-direction: column;
}

.banner{
    width: 100%;
    height: 80vh;
    display: flex;
    overflow: hidden;
    object-fit: cover;
}

.banner img{
    width: 100%;
    height: 110%;
    display: flex;   
    overflow: hidden;
}

.frase-banner{
    width: 100%;
    height: 30vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #192030;
    flex-direction: column;
}

.frase-banner h1{
    font-family: 'Amandine', sans serif;
    font-size: 3.8em;
    color: #cfbca6;
    font-weight: 400;
    transform: translateY(-25%);
}

.frase-banner p{
    font-family: 'Livvic', sans serif;
    font-size: 1.8em;
    font-weight: 300;
    color: #cfbca6;
     transform: translateY(-50%);
}


.form{
    width: 100%;
    height: 25vh;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translateY(-30%);
}

.form-corpo{
    width: 95%;
    height: 15vh;
    display: flex;
    background-color: #cfbda5;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.form-corpo form{
    width: 100%;
    height: 15vh;
    display: flex;
    background-color: #cfbda5;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}


.form-corpo-cima{
    width: 100%;
    height: 15vh;
    display: flex;
    flex-direction: row;
    background-color: #cfbca6;
    justify-content: center;
    align-items: center;
}

.div{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.corpo-esq {
    display: flex;
    width: 95%;
    height: 100%;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.corpo-esq form{
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: space-around;
    border: 2px #192030;
}

.corpo-esq input{
    display: flex;
    width: 29%;
    height: 15%;
    padding-inline: 10px;
    margin: 0.6rem 0;
    padding: 0.8rem 1.2rem;;
    border: 2px #192030;
    box-shadow: 1px 1px 6px #0000001c;
    background-color: #dbcebf;
    font-size: 1.3em;
    font-family: 'Livvic', sans-serif;
}


.corpo-dir {
    display: flex;
    width: 50%;
    height: 100%;
    justify-content: center;
    align-items: center;
}

.corpo-dir form{
    display: flex;
    width: 100%;
    height: 100%;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}

.corpo-dir input{
    display: flex;
    width: 80%;
    height: 50%;
    padding-inline: 10px;
    margin: 0.6rem 0;
    padding: 0.8rem 1.2rem;;
    border: 1.6rem #192030;
    box-shadow: 1px 1px 6px #0000001c;
    background-color: #dbcebf;
    font-size: 1.5em;
    font-family: 'Livvic', sans-serif;
    
}


.form-corpo-baixo{
    width: 100%;
    height: 5vh;
    display: flex;
    flex-direction: row;
    background-color: #fff;
    align-items: flex-start;
    justify-content: center;
}

.form-corpo-baixo button{
    width: 180px;
    height: 50px;
    display: flex;
    background-color: #192030;
    border: none;
    justify-content: center;
    align-items: center;
    font-size: 1.5em;
    font-family: 'Livvic', sans-serif;
    transform: translateY(-20%);
    color: #fff;
    transition: .5s ease;
    cursor: pointer;
    
}

.form-corpo-baixo button:hover{
    transform: scale(1.1);
    display: flex;
    background-color: #000;
    cursor: pointer;

    
}

.form-corpo-baixo a{
    text-decoration: none;
}

.mapa{
    width: 100%;
    height: 100vh;
    display: flex;
    background-color: #fff;
}

.div-principal-mapa{
    width: 100%;
    height: 90%;
    display: flex;
    flex-direction: row;
    background-color: #ffffff;
    justify-content: space-around;
    align-items: center;
}

.letras-mapa{
    width: 45%;
    height: 90%;
    display: flex;
    background-color: #ffffff;
    flex-direction: column;
    justify-content: center;
    

}

.letras-mapa h1{
    padding: 0px 50px;
    font-size: 3em;
    font-family: 'Amandine-light',sans-serif;
    /*font-weight: 300;*/
    color: #000000;
}

.letras-mapa p{
    font-size: 1.4em;
    padding: 0px 50px;
    font-family: 'Livvic',sans-serif;
    font-weight: 300;
    color: #192030;
}

/*.letras-mapa h3 a:hover{*/
/*    width:102%;*/
/*}*/

.letras-mapa h3{
    font-size: 1.4em;
    padding: 5px 50px;
    margin-top: 15px;
    font-family: 'Livvic',sans-serif;
    font-weight: 300;
    color: #192030;
}

.letras-mapa a{
    /*text-decoration: none;*/
    padding: 15px 0px;
}

.letras-mapa button{
    margin-left: 50px;
    width: 250px;
    height: 40px;
    display: flex;
    background-color: #192030;
    border: none;
    justify-content: center;
    align-items: center;
    font-size: 1.5em;
    font-family: 'Livvic', sans-serif;
    color: #fff;
    transition: 0.6s ease;
    cursor: pointer;
}

.letras-mapa button:hover{
   transform: scale(1.1);
    

}

    .btn-contato2 button{
        width: 40px;
        height: 40px;
        border: 0;
        background-color: #cfbca6;
        color: #fff;
        cursor: pointer;
        transition: .2s;
        padding:0;
        margin:0;
    }
    
        .btn-contato2 button:hover{
        transform: scale(1.1);
        
    }
    
    .btn-contato2{
        display: flex;
        gap: 15px;
        margin-left:50px;
    
    }
    .btn-social2 {
        width: 50px;
        height: 50px;
        border: 0;
        border-radius: 50%;
        background-color: #192030; /* Cor de fundo do botão */
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        transition: background-color .3s ease;
    }
    
    .btn-social2 img {
        width: 20px; /* Ajuste o tamanho do ícone conforme necessário */
        height: 20px;
    }

.mapa-img{
    width: 45%;
    height: 90%;;
    display: flex;
    background-color: #929292;
}

.google-map {
    width: 100%;
    height: 100%;
    border: 0;
    margin-bottom: -8px; /* Garante que o mapa fique colado ao fim da seção */
    display: block; /* Garante que o iframe seja tratado como um bloco */
    filter: grayscale(50%);
}


.espaco-footer{
    display: none;
    background-color: #ffffff;
    width: 100%;
    height: 8vh;

}
.espaco-footer2{
    display: flex;
    background-color: #192030;
    width: 100%;
    height: 10vh;
    justify-content: center;
    align-items: center;

}

.espaco-footer2 div{
    display: flex;
    width: 90%;
    height: auto;
    justify-content: center;
    align-items: center;

}

.footer-frases {
    display: flex;
    justify-content: center;
    font-family: 'Amandine-light';
    font-size: 1.7em;
    font-weight: 150;
    color: #cfbda5;
}
.footer-frases h1 {

    font-weight: 150;

}

.espaco-footer3{
    display: flex;
    background-color: #ffffff;
    width: 100%;
    height: 8vh;

}

.footer {
    width: 100%;
    height: 30vh;
    background-color: #192030;
    align-items: center;
    justify-content: space-around;
    display: flex;
}
.div-footer {
    width: 90%;
    height: 90%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}


.footer-ctt-logo {
    display: flex;
    width: 100%;
    height: 100%;
    flex-direction: row;
    justify-content: space-around;
    align-items:center;
}

.footer-contato{
    display: flex;
    flex-direction: row;
    width: 50%;
    height: 90%;
    font-size: 1.5em;
    font-family: 'Livvic', sans-serif;
    color: #fff;
}
.footer-contato p{
    margin-bottom: 5px;
}

.img-footer-contato{
    width:30%;
    height: 100%;
    display: flex;
    align-items: center;
}
.img-footer-contato img{
    width:70%;
    height: auto;
}

.img-footer-contato button{
    display:none;

}


.text-footer-contato{
    width: 70%;
    height: 100%;
    display: flex;
    align-items: start;
    justify-content: center;
    flex-direction: column;
    margin-left: 50px;
}
.footer-logos{
    display: flex;
    width: 20%;
    height: auto;
    flex-direction: column;
}
.footer-logos p{
    font-size: 1.3em;
    font-family: 'Livvic', sans-serif;
    color: #fff;
    margin-bottom: 15px;
}

.img-footer-logos{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.img-footer-logos img{
    width: 200px;
    height: auto;
}

.copy p{
    font-family: 'Amandine-light', sans-serif;
    font-size: 0.9em;
    color: #fff;
}



.whatsapp-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 60px;
    height: 60px;
    background-color: #cfbca6;
    border-radius: 50%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000; /* Certifique-se de que o botão fique sobre outros elementos */
    transition: transform 0.3s ease;
}

.whatsapp-button img {
    width: 30px;
    height: 30px;
}

.whatsapp-button:hover {
    transform: scale(1.1);
}


.section1-mob{
    display: none;
}

.section2-mob{
    display: none;
}
.abaixo-do-video-mob
{
    display: none;
}

.espaco-antes-video-mob{
    display: none;

}
.s1-mob{

    display: none;
}
}









@media (min-width: 1500px) {
    *{
        margin: 0;
        padding: 0;
    }

body, html {
    margin: 0;
    padding: 0;
    height: auto; /* Permite que a altura seja definida pelo conteúdo */
}
.container{
    max-width: 1280px;
    margin: auto;
    
}

.flex{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.flex nav ul li a{
    font-family: 'Roboto', sans-serif;
}

header{
    width: 100%;
    padding: 60px 4%;
    position: fixed;
    top: 0;
    left: 0;
    transition: 1.1s;
    z-index: 1500;
}
header.rolagem{
    background-color: #192030;
    padding: 20px 4%;
}

header.rolagem a{
    color:rgb(255, 255, 255);
}

header img{
    display: flex;
    width: 200px;
    height: auto;
}

header ul{
    list-style-type: none;
}

header ul li{
    display: inline-block;
    margin: 0 40px;
}

header ul li a{
    color: #fff;
    text-decoration: none;
}

.btn-contato button{
    width: 40px;
    height: 40px;
    border: 0;
    background-color: #cfbca6;
    color: #fff;
    cursor: pointer;
    transition: .5s ease;
}

.btn-contato button:hover{
    transform: scale(1.1);
    
}

.btn-contato{
    display: flex;
    gap: 15px;

}
.btn-social {
    width: 50px;
    height: 50px;
    border: 0;
    border-radius: 50%;
    background-color: #192030; /* Cor de fundo do botão */
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: background-color .3s ease;
}

.btn-social img {
    width: 24px; /* Ajuste o tamanho do ícone conforme necessário */
    height: 24px;
}

.header-mob{
    display: none;
}



.tela1{
    width: 100%;
    height: 110vh;
    display: flex;
    flex-direction: column;
}

.banner{
    width: 100%;
    height: 80vh;
    display: flex;
    overflow: hidden;
    object-fit: cover;
}

.banner img{
    width: 100%;
    height: 110%;
    display: flex;   
    overflow: hidden;
}

.frase-banner{
    width: 100%;
    height: 30vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #192030;
    flex-direction: column;
}

.frase-banner h1{
    font-family: 'Amandine', sans serif;
    font-size: 4.3em;
    color: #cfbca6;
    font-weight: 400;
    transform: translateY(-50%);
}

.frase-banner p{
    font-family: 'Livvic', sans serif;
    font-size: 2em;
    font-weight: 300;
    color: #cfbca6;
     transform: translateY(-50%);
}


.form{
    width: 100%;
    height: 20vh;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translateY(-10%);
}

.form-corpo{
    width: 95%;
    height: 25vh;
    display: flex;
    background-color: #cfbda5;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.form-corpo form{
    width: 100%;
    height: 50vh;
    display: flex;
    background-color: #cfbda5;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}


.form-corpo-cima{
    width: 100%;
    height: 15vh;
    display: flex;
    flex-direction: row;
    background-color: #cfbca6;
    justify-content: center;
    align-items: center;
}

.div{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.corpo-esq {
    display: flex;
    width: 95%;
    height: 100%;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.corpo-esq form{
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: space-around;
    border: 2px #192030;
}

.corpo-esq input{
    display: flex;
    width: 29%;
    height: 15%;
    padding-inline: 10px;
    margin: 0.6rem 0;
    padding: 0.8rem 1.2rem;;
    border: 2px #192030;
    box-shadow: 1px 1px 6px #0000001c;
    background-color: #dbcebf;
    font-size: 1.3em;
    font-family: 'Livvic', sans-serif;
}


.corpo-dir {
    display: flex;
    width: 50%;
    height: 100%;
    justify-content: center;
    align-items: center;
}

.corpo-dir form{
    display: flex;
    width: 100%;
    height: 100%;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}

.corpo-dir input{
    display: flex;
    width: 80%;
    height: 50%;
    padding-inline: 10px;
    margin: 0.6rem 0;
    padding: 0.8rem 1.2rem;;
    border: 1.6rem #192030;
    box-shadow: 1px 1px 6px #0000001c;
    background-color: #dbcebf;
    font-size: 1.5em;
    font-family: 'Livvic', sans-serif;
    
}


.form-corpo-baixo{
    width: 100%;
    height: 10vh;
    display: flex;
    flex-direction: row;
    background-color: #fff;
    align-items: flex-start;
    justify-content: center;
}

.form-corpo-baixo button{
    width: 180px;
    height: 60px;
    display: flex;
    background-color: #192030;
    border: none;
    justify-content: center;
    align-items: center;
    font-size: 1.5em;
    font-family: 'Livvic', sans-serif;
    transform: translateY(-30%);
    color: #fff;
    transition: .5s ease;
    cursor: pointer;
    
}

.form-corpo-baixo button:hover{
    transform: scale(1.1);
    display: flex;
    background-color: #000;

    
}

.form-corpo-baixo a{
    text-decoration: none;
}

.mapa{
    width: 100%;
    height: 100vh;
    display: flex;
    background-color: #fff;
}

.div-principal-mapa{
    width: 100%;
    height: 90%;
    display: flex;
    flex-direction: row;
    background-color: #ffffff;
    justify-content: space-around;
    align-items: center;
}

.letras-mapa{
    width: 45%;
    height: 90%;
    display: flex;
    background-color: #ffffff;
    flex-direction: column;
    justify-content: center;
    

}

.letras-mapa h1{
    padding: 0px 50px;
    font-size: 4em;
    font-family: 'Amandine',sans-serif;
    font-weight: 300;
    color: #000000;
}

.letras-mapa p{
    font-size: 2em;
    padding: 0px 50px;
    font-family: 'Livvic',sans-serif;
    font-weight: 300;
    color: #192030;
}

/*.letras-mapa h3 a:hover{*/
/*    width:102%;*/
/*}*/

.letras-mapa h3{
    font-size: 1.5em;
    padding: 5px 50px;
    margin-top: 15px;
    font-family: 'Livvic',sans-serif;
    font-weight: 300;
    color: #192030;
}

.letras-mapa a{
    /*text-decoration: none;*/
    padding: 15px 0px;
}

.letras-mapa button{
    margin-left: 50px;
    width: 250px;
    height: 40px;
    display: flex;
    background-color: #192030;
    border: none;
    justify-content: center;
    align-items: center;
    font-size: 1.5em;
    font-family: 'Livvic', sans-serif;
    color: #fff;
    transition: 0.6s ease;
    cursor: pointer;
}

.letras-mapa button:hover{
    
    transform: scale(1.1);

}

    .btn-contato2 button{
        width: 40px;
        height: 40px;
        border: 0;
        background-color: #cfbca6;
        color: #fff;
        cursor: pointer;
        transition: .2s;
        padding:0;
        margin:0;
    }
    
        .btn-contato2 button:hover{
        transform: scale(1.1);
    }
    
    .btn-contato2{
        display: flex;
        gap: 15px;
        margin-left:50px;
    
    }
    .btn-social2 {
        width: 50px;
        height: 50px;
        border: 0;
        border-radius: 50%;
        background-color: #192030; /* Cor de fundo do botão */
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        transition: background-color .3s ease;
    }
    
    .btn-social2 img {
        width: 20px; /* Ajuste o tamanho do ícone conforme necessário */
        height: 20px;
    }

.mapa-img{
    width: 45%;
    height: 90%;;
    display: flex;
    background-color: #929292;
}

.google-map {
    width: 100%;
    height: 100%;
    border: 0;
    margin-bottom: -8px; /* Garante que o mapa fique colado ao fim da seção */
    display: block; /* Garante que o iframe seja tratado como um bloco */
    filter: grayscale(50%);
}


.espaco-footer{
    display: none;
    background-color: #ffffff;
    width: 100%;
    height: 8vh;

}
.espaco-footer2{
    display: flex;
    background-color: #192030;
    width: 100%;
    height: 10vh;
    justify-content: center;
    align-items: center;

}

.espaco-footer2 div{
    display: flex;
    width: 90%;
    height: auto;
    justify-content: center;
    align-items: center;

}

.footer-frases {
    display: flex;
    justify-content: center;
    font-family: 'Amandine-light';
    font-size: 2em;
    /*font-weight: 150;*/
    color: #cfbda5;
}


.espaco-footer3{
    display: flex;
    background-color: #ffffff;
    width: 100%;
    height: 8vh;

}
.footer {
    width: 100%;
    height: 30vh;
    background-color: #192030;
    align-items: center;
    justify-content: space-around;
    display: flex;
}
.div-footer {
    width: 90%;
    height: 90%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}


.footer-ctt-logo {
    display: flex;
    width: 100%;
    height: 100%;
    flex-direction: row;
    justify-content: space-around;
    align-items:center;
}

.footer-contato{
    display: flex;
    flex-direction: row;
    width: 50%;
    height: 90%;
    font-size: 1.5em;
    font-family: 'Livvic', sans-serif;
    color: #fff;
}
.footer-contato p{
    margin-bottom: 5px;
}

.img-footer-contato{
    width:30%;
    height: 100%;
    display: flex;
    align-items: center;
}
.img-footer-contato img{
    width:70%;
    height: auto;
}

.img-footer-contato a{

    display: none;
}

.text-footer-contato{
    width: 70%;
    height: 100%;
    display: flex;
    align-items: start;
    justify-content: center;
    flex-direction: column;
    margin-left: 50px;
}
.footer-logos{
    display: flex;
    width: 20%;
    height: auto;
    flex-direction: column;
}
.footer-logos p{
    font-size: 1.3em;
    font-family: 'Livvic', sans-serif;
    color: #fff;
    margin-bottom: 15px;
}

.img-footer-logos{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.img-footer-logos img{
    width: 200px;
    height: auto;
}

.copy p{
    font-family: 'Amandine-light', sans-serif;
    font-size: 0.9em;
    color: #fff;
}

.whatsapp-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 60px;
    height: 60px;
    background-color: #cfbca6;
    border-radius: 50%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000; /* Certifique-se de que o botão fique sobre outros elementos */
    transition: transform 0.3s ease;
}

.whatsapp-button img {
    width: 30px;
    height: 30px;
}

.whatsapp-button:hover {
    transform: scale(1.1);
}


.section1-mob{
    display: none;
}

.section2-mob{
    display: none;
}
.abaixo-do-video-mob
{
    display: none;
}

.espaco-antes-video-mob{
    display: none;

}
.s1-mob{

    display: none;
}
}













@media screen and (max-width: 629px) {

    /* HEADER */

    
body, html {
    margin: 0;
    padding: 0;
    height: auto; /* Permite que a altura seja definida pelo conteúdo */
    overflow-x: hidden;
}
    .container{
        width: 90%;
        height: 130px;
        margin: 0;
        overflow-x: hidden;
        
    }
    

    .flex{
        display: flex;
        align-items: center;
        height: 130px;
        flex-direction: column;
        justify-content: space-between;
    }
    
    .flex nav ul li a{
        font-family: 'Roboto', sans-serif;
    }
    
    header{
        width: 100%;
        padding: 30px 4%;
        position: fixed;
        top: 0;
        left: 0;
        transition: 1.1s;
        z-index: 1500;
    }
    header.rolagem{
        background-color: #192030;
        padding: 20px 4%;
    }
    
    header.rolagem a{
        color:rgb(255, 255, 255);
    }
    
    header img{
        display: flex;
        width: 100px;
        height: auto;
    }
    
    header ul{
        list-style-type: none;
    }
    
    header ul li{
        display: inline-block;
        margin: 0 15px;
    }
    
    header ul li a{
        color: #fff;
        text-decoration: none;
    }
    
    .menu {
        display: flex;
        flex-direction: row;
        padding:0;
        
    }

    .btn-contato button{
        width: 30px;
        height: 30px;
        border: 0;
        background-color: #cfbca6;
        color: #fff;
        cursor: pointer;
        transition: .2s;
    }
    
    .btn-contato{
        display: flex;
        gap: 15px;
    
    }
    .btn-social {
        width: 50px;
        height: 50px;
        border: 0;
        border-radius: 50%;
        background-color: #192030; /* Cor de fundo do botão */
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        transition: background-color .3s ease;
    }
    
    .btn-social img {
        width: 20px; /* Ajuste o tamanho do ícone conforme necessário */
        height: 20px;
    }

    
.s1{

    display: none;
}

.s1-mob{
    display: flex;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.tela1-mob{

    display: flex;
    width: 100%;
    height: 100vh;
    background-color: #192030;
    flex-direction: column;

}
.pre-banner{
    width: 100%;
    height: 35vh;
    background-color: #192030;
}
.banner-mob{
    display: flex;
    width: 100%;
    height: 70vh;
    background-color: #929292;
    align-items: center;
    overflow: hidden;
}

.banner-mob img{
    width: 280%;
    height: auto;
}
.frase-banner-mob{
    display: flex;
    width: 100%;
    height: 30vh;
    justify-content: center;
    align-items: center;
    background-color: #192030;
    flex-direction: column;
}

.frase-banner-mob h1{
    width: 90%;
    font-family: 'Amandine-light', sans serif;
    font-size: 2.0em;
    color: #cfbca6;
    font-weight: 400;
    text-align: center;

}

.frase-banner-mob p{
    font-family: 'Livvic', sans serif;
    width: 90%;
    font-size: 1em;
    font-weight: 300;
    color: #cfbca6;
    text-align: center;
    border-bottom: 25px;
}

.form{
    width: 100%;
    height: 60vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.form-corpo{
    width: 95%;
    height: 50vh;
    display: flex;
    background-color: #cfbda5;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.form-corpo form{
    width: 80%;
    height: 100%;
    display: flex;
    background-color: #cfbda5;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.form-corpo-cima{
    width: 100%;
    height: 30vh;
    display: flex;
    flex-direction: column;
    background-color: #cfbca6;
    justify-content: center;
    align-items: center;
}


.corpo-esq {
    display: flex;
    width: 100%;
    height: 70%;
    flex-direction:column;
    justify-content: center;
    align-items: center;
}

.corpo-esq form{
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: space-around;
    border: 2px #192030;
}

.corpo-esq input{
    display: flex;
    width: 100%;
    height: 25px;
    padding-inline: 5px;
    margin: 0.6rem 0;
    padding: 0.8rem 1.2rem;;
    border: 2px #192030;
    box-shadow: 1px 1px 4px #0000001c;
    background-color: #dbcebf;
    font-size: 1em;
    font-family: 'Livvic', sans-serif;
    transform: translateY(-20%);
}


.corpo-dir {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
}

.corpo-dir form{
    display: flex;
    width: 100%;
    height: 100%;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}

.corpo-dir input{
    display: flex;
    width: 80%;
    height: 85px;
    padding-inline: 10px;
    margin: 0.6rem 0;
    padding: 0.8rem 1.2rem;;
    border: 1.6rem #192030;
    box-shadow: 1px 1px 4px #0000001c;
    background-color: #dbcebf;
    font-size: 1em;
    font-family: 'Livvic', sans-serif;
    
}


.form-corpo-baixo{
    width: 1000px;
    height: 10vh;
    display: flex;
    flex-direction: row;
    background-color: #fff;
    align-items: flex-start;
    justify-content: center;
    transform: translateY(50%);
}

.form-corpo-baixo button{
    width: 180px;
    height: 60px;
    display: flex;
    background-color: #192030;
    border: none;
    justify-content: center;
    align-items: center;
    font-size: 1.5em;
    font-family: 'Livvic', sans-serif;
    color: #fff;
    transition: 0.5s ease;
    transform: translateY(-50%);
    
}

.form-corpo-baixo button:hover{
    transform: scale(1.1);
    background-color: #000;
    
}

.form-corpo-baixo a{
    text-decoration: none;
}




.mapa{
    width: 100%;
    height: 100vh;
    display: flex;
    background-color: #fff;
}

.div-principal-mapa{
    width: 100%;
    height: 90%;
    display: flex;
    flex-direction: column;
    background-color: #ffffff;
    justify-content: space-around;
    align-items: center;
}

.letras-mapa{
    width: 90%;
    height: 90%;
    display: flex;
    background-color: #ffffff;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.letras-mapa h1{
    padding: 0px 10px;
    font-size: 2.0em;
    font-family: 'Amandine-light',sans-serif;
    /*font-weight: 300;*/
    color: #000000;
}

.letras-mapa p{
    font-size: 1.5em;
    padding: 0px 10px;
    font-family: 'Livvic',sans-serif;
    font-weight: 300;
    color: #192030;
}

.letras-mapa h3{
    font-size: 1.2em;
    padding: 5px 50px;
    margin-top: 15px;
    font-family: 'Livvic',sans-serif;
    font-weight: 300;
    color: #192030;
}

.letras-mapa a{
    text-decoration: none;
    padding: 15px 0px;
    
}

.letras-mapa button{
    
    width: 200px;
    height: 40px;
    display: flex;
    background-color: #192030;
    border: none;
    margin:0;
    justify-content: center;
    align-items: center;
    font-size: 1.1em;
    font-family: 'Livvic', sans-serif;
    color: #fff;
}

.btn-contato2 button{
        width: 40px;
        height: 40px;
        border: 0;
        background-color: #cfbca6;
        color: #fff;
        cursor: pointer;
        transition: .2s;
        padding:0;
        margin:0;
        justify-content: center;
    }
    
    .btn-contato2 button:hover{
        
        transform: scale(1.1);
    }
    
    .btn-contato2{
        display: flex;
        width:70%;
        align-items:center;
        justify-content: center;
        margin:0;
    
    }
    .btn-social2 {
        width: 50px;
        height: 50px;
        border: 0;
        border-radius: 50%;
        background-color: #192030; /* Cor de fundo do botão */
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        transition: background-color .3s ease;
    }
    
    .btn-social2 img {
        width: 20px; /* Ajuste o tamanho do ícone conforme necessário */
        height: 20px;
    }

.mapa-img{
    width: 95%;
    height: 90%;;
    display: flex;
    background-color: #929292;
}

.google-map {
    width: 100%;
    height: 100%;
    border: 0;
    margin-bottom: -8px; /* Garante que o mapa fique colado ao fim da seção */
    display: block; /* Garante que o iframe seja tratado como um bloco */
    filter: grayscale(50%);
}



.espaco-footer{
    display: none;
    background-color: #ffffff;
    width: 100%;
    height: 2vh;

}
.espaco-footer2{
    display: flex;
    background-color: #192030;
    width: 100%;
    height: 10vh;
    justify-content: center;
    align-items: center;

}

.espaco-footer2 div{
    display: flex;
    width: 90%;
    height: auto;
    justify-content: center;
    align-items: center;

}

.footer-frases {
    display: flex;
    justify-content: center;
    font-family: 'Amandine-light';
    font-size: 2em;
    font-weight: 150;
    color: #cfbda5;
}
.footer-frases h1 {

    font-weight: 150;

}

.espaco-footer3{
    display: flex;
    background-color: #ffffff;
    width: 100%;
    height: 4vh;

}  

.footer {
    width: 100%;
    height: 40vh;
    background-color: #192030;
    align-items: center;
    justify-content: center;
    display: flex;
}

.div-footer {
    width: 90%;
    height: 90%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}

.footer-frases {
    display: flex;
    justify-content: center;
    font-family: 'Amandine-light';
    font-size: 0.7em;
    text-align: center;
    color: #cfbda5;
}

.footer-ctt-logo {
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: space-around;
    align-items:center;
}

.footer-contato{
    display: flex;
    width:90%;
    flex-direction: column;
    font-size: 1.0em;
    text-align: center;
    font-family: 'Livvic', sans-serif;
    color: #fff;
    border: 5px;
}

.footer-contato p{
    margin: 0;
}

.img-footer-contato{
    width:100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content:center;
    margin-bottom:25px;
}
.img-footer-contato img{
    width:40%;
    height: auto;
    margin-bottom:20px;
    display: none;
}

.img-footer-contato button{
    width:200px;
    height: 45px;
    background-color: #cfbda5;
    border: none;
    color: #192030;
    font-family: 'Livvic', sans-serif;
    font-size:1em;
}


.text-footer-contato{
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin:0;
}

.footer-logos{
    display: flex;
    width: 80%;
    height: auto;
    flex-direction: column;
    align-items: center;
}
.footer-logos p{
    font-size: 1.1em;
    font-family: 'Livvic', sans-serif;
    text-align: center;
    color: #cfbda5;
    margin-top: 15px;
    margin-bottom: 20px;
}

.img-footer-logos{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    
    margin-top:40px;
}

.img-footer-logos img{
    width: 150px;
    height: auto;
}

.copy p{
    font-family: 'Amandine-light', sans-serif;
    font-size: 0.85em;
    color: #fff;
    text-align: center;
}

}
