html, body {
    overflow-x: hidden;
  }

body{
    font-family: Montserrat;
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 0;
    background-color: white;
    gap: 1px;
    min-height: 100vh;
    padding: 0;
    min-width: 100vw;
}





footer{
    background-image: linear-gradient(to left, #524233,  rgb(81, 79, 79));
    min-width: 100vw;
    height: 250px;
    display: flex;
    flex-direction: row;

.logomarca-footer {
    padding-top: 3px;
    height: 20%;
    width: 60%;

}







}

@media screen and (max-width: 1276px) {
    .imagem_size, .h1_animado, #txt__animado, .menu1 {
        display: none;
    }

    .elfsight-app-1b0212ad-da24-4ae0-be1f-d96f2e1cd7d4{
        padding-top: 10px;
    }

    #google-reviews-increment .descricao_excelente, .excelente, .stars span{
        display: none;
    }

    

    
    
    

    





    header .menu{
        display: none;   
    }

    header .logo{
        display: none;   
    }

    header .redes{
        width:40%;
        display: none;
    }

    body{
        justify-content: center;
        height: auto;
        align-content: center;
        width: auto;

    }


    #section_maps{
        display: flex;
        flex-direction: column;
        width: 100%;
        padding: 0;
        margin: 0;
    }

    .container{
        align-content: center;
        width: auto;
        position: relative;
    } 

    .box{
        width: 100%;
    }

    #section_maps {
        display: flex;
        flex-direction: column;
        width: 100%;
        height: 100%;
        padding-bottom: 2%;
    }


    section.section2 .google_maps{
        display: flex;
        align-items: center;
        justify-items: center;
        align-content: center;
        justify-content: center;
        width: 100%;
    }


    #section_maps .labelMaps{
        width: 100%;
        align-content: center;

    }

    #section_maps .labelMapsh1{
        display: flex;
        align-content: center;
        align-items: center;
        justify-content: center;
        padding: 0;
        margin: 0;
    }

    #section_maps .labelMaps .fav-number, .fav-location, .fav-redes, .fav-email {
        width: 100%;

    }

    .google_maps .iframe_maps{
        width: 100%;
        margin-left: 0;
        align-items: center;
        justify-items: center;
        align-content: center;
        justify-content: center;
    }

    #google_maps_section{
        padding: 0;
        margin: 0;
        width: 100%;
    }

    .google_maps{
        padding: 0;
        width: 100%;
    }


    #section_maps .fav-location p, #section_maps .fav-number p, #section_maps .fav-redes p, #section_maps .fav-email p{
        font-size: 10px;
        justify-content: center;
    }

    #section_maps .fav-location i, #section_maps .fav-number i, #section_maps .fav-redes i, #section_maps .fav-email i{
        font-size: 13px;
    }




    .box_form{
        
        align-content: center;
        align-items: center;
        justify-content: center;

    }

    fieldset {
        align-content: center;
        align-items: center;
        justify-content: center;
    }
    #formulario{
        align-content: center;
        align-items: center;
        justify-content: center;
    }





    footer .sobre, .contato, .logo-footer{
        display: none;
    }

    footer{
        height: 300px;
        display: flex;
        flex-direction: column;
        gap: 20px;

        align-content: center;
        align-items: center;
        justify-content: center;
    }


    .section3 .menu-footer{
        width: 30%;
    }

    .section3 .menu-footer .title-formfooter p {
        display: none; /* Esconde o texto original */
    }

    .section3 .menu-footer::before p {
        content: "Agende sua Avaliação"; /* Novo texto */

        
    }

    .section3 .menu-footer li, .section3 .menu-footer li:hover {
        padding-top: 10px;
    }




    .section3 .form-footer{
        width: 70%;
    }

    #miniform-footer input{
        border-radius: 8px;
        font-size: 12px;
        height: 16px;
        border-color: gray;
        background-image: linear-gradient(to left, #C89663, #524233);

    }

    #miniform-footer .inputBox-formfooter input::placeholder{
        font-size: 12px;
        padding-left: 2px;
    }
        


    #miniform-footer #submit-formfooter{
            background-image: linear-gradient(to right, #C89663, #524233);
            height: 15%;
            border: none;
            width: 89%;
            font-weight: 150;
            text-align: center;
            cursor: pointer;
            font-size: 16px;
            font-weight: 450;
            border-radius: 8px;

        
        }
    
        #miniform-footer #submit-formfooter:hover{
        background: white;
        color: #C89663;
        font-size: 18px;
        font-weight: 150;
        width: 89%;
        text-align: center;
    }
    
    


}



#section_footer{
    background-image: linear-gradient(to left, #524233,  rgb(81, 79, 79));
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 10px;
}

.logo-footer{
    height: 250px;
    width: 15%;
}

.logo-footer img{
    margin-top: 40px;
    margin-left: 70px;    

}

.redes-footer{
    gap: 10px;
    display: flex;
    flex-direction: row;
    font-size: 20px;
}

.redes-footer a{
    color: white;
}

.redes-footer a:hover{
    color: #C89663;
}

.contato {
    width: 25%;
    height: 250px;
}

.menu-footer{
    width: 15%;
    height: 250px;
    display: flex;
    flex-direction: column;
}

.menu-footer ul{
    margin-top: 34px;
    
}

.menu-footer li{
    color: white;
    font-size: 13px;
    padding-top: 5px;
    list-style-type: none;  /* Remove os marcadores */
}

.menu-footer li:hover{
    color: #C89663;
    font-size: 13px;
    padding-top: 5px;
    list-style-type: none;  /* Remove os marcadores */
    cursor: pointer;
}

.menu-footer a{
    text-decoration: none;  /* Remove o sublinhado */
    color: inherit;  /* Garante que a cor do texto seja herdada do li */
    list-style-type: none;  /* Remove os marcadores */
}


.sobre{
    width: 20%;
    height: 250px;
    display: flex;
    flex-direction: column;
    margin: 0;

}

.sobre-title{
    color: white;
    font-size: 13px;
    margin-top: 35px;
    text-decoration: underline;
}

.sobre-txt{
    color: white;
    font-size: 13px;
    margin-top: -10px;

}

.form-footer p{
    font-weight: 550;
}


.form-footer{
    display: flex;
    flex-direction: column;
    width: 20%;
    height: 250px;
    align-content: center;
}

.title-formfooter{
    color: white;
    font-size: 13px;
    margin-top: 36px;
    margin-left: 34px;
    text-decoration: underline;
}

#miniform-footer{
    margin-left: 35px;
    color: white;
    align-content: center;
}

.inputUser-formfooter{
    width: 85%;
    color: white;
    
    
}

.inputBox-formfooter input{
    background-image: linear-gradient(to right,#524233, #C89663);
    border-end-end-radius: 3px;
    border-radius: 7px;

    
}

#miniform-footer input::placeholder{
    color:white;
    font-weight: 200;
    font-size: 12px;
}

#submit-formfooter{
    color: white;
}


#submit-formfooter{
    background-image: linear-gradient(to right, #C89663, #524233);
    height: 25px;
    border: none;
    width: 250px;
    font-weight: 150;

    
    text-align: center;
   
    cursor: pointer;
    font-size: 16px;
    font-weight: 450;
    border-radius: 6px;
    height: 22px;
  
}

#submit-formfooter:hover{
    background: white;
    color: #C89663;
    font-size: 18px;
    font-weight: 150;
    width: 250px;
}




#cabecalho{
    background-image: linear-gradient(to left, #524233,  rgb(81, 79, 79));
    min-width: 100vw;
    height: 55px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    position: fixed;
    z-index: 100;
    transition: background-color 0.5s ease, backdrop-filter 0.5s ease;
}

#cabecalho.transparent {
    background-color: rgba(82, 66, 51, 0.5); /* tom similar ao gradiente */
    background-image: none;
    backdrop-filter: blur(5px); /* opcional: efeito fosco */
  }

  

.logo{
    justify-items: center;
    width: auto;
    align-items: center;
    height: auto;
 
    
}

.logo img{
    padding-top: 2px;
    height: 90%;
    width: 100%;

}


.menu{
    align-items: center;
    width: 60%;
    justify-content: center;
    display: flex;
    flex-direction: row;
    font-size: 16px;
    padding: 5px;


}

.menu ul {
    list-style-type: none;  /* Remove os marcadores */
    padding: 0;
    margin: 0;
    display: flex;  /* Torna os itens da lista horizontais */
}

.menu li{
    justify-content: center;
    width: 100%;
    align-items: center;
    display: inline-block;
    white-space: nowrap; /* Impede a quebra de linha */
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
}

.menu li:hover{
    color: #C89663;
}

.menu ul{
    display: flex;
    flex-direction: row;
    color: black;
    gap: 25px;
}

.redes{
    width: 15%;
    align-items: center;
    justify-content: right;
    display: flex;
    flex-direction: row;
    font-size: 25px;
    padding: 5px;
    gap: 15px;
    margin-top: 1px;
    color: white;  
    margin-right: 15px;  
}

.redes a{
    color: white;
}

.redes a:hover{
    color: #C89663;
}


.labelMaps{
    display: flex;
    flex-direction: column;
    color: white;
}


section.section2{

    background-color: #463626;
    height: 345px;
    width: 100vw;
    display: flex;
    flex-direction: row;
    gap: 10px;
}

section.section2 iframe{
    width: 65vw;

    height: 295px;
    margin-top: 20px;
    margin-right: 5px;
    margin-left: 30px;
}

.google_maps{
    width: 70vw;

}


section.section2 h1{
    margin-top: 50px;
    margin-left: 45px;
    color: white;
    display: inline-block;
    white-space: nowrap;
    
   
}

.labelMaps{
    width: 30vw;
}

section.section2 span{
    color: white;
    margin-left: 25px;
    font-size: 15px;
}

.fav-location {
    gap: 1px;
}

.fav-location:hover {
    color: #C89663;
}

.fav-location p {
    font-size: 13px;
}

.fav-number:hover {
    color: #C89663;
}

.fav-number p{
    padding-top: 10px;
    font-size: 13px;
    
}

.fav-redes:hover {
    color: #C89663;
}

.fav-redes p{
    padding-top: 8px;
    font-size: 13px;
    
}

.fav-email:hover {
    color: #C89663;
}

.fav-email p{
    padding-top: 8px;
    font-size: 13px;
}






.container {
    background-image: linear-gradient(to right, #524233, #C89663);
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 30px;
    height: 655px;
    width: 100vw;

    position: relative

}

.imagem_size{
    color: white;
    border-radius: 15px;
    margin-top: -1px;
    width: 30vw;
    right: -50px;
    justify-content: center;
    align-items: flex-start;

}


.txt-animado{
    color: #382D22;

    margin-top: 155px;
    font-size: 35px;
    font-weight: 380;
    font-family: Montserrat;
    width: 35vw;
    padding: 1px;
    position: relative;
    /*white-space: nowrap; /* Garante que o texto não quebre */
    /*overflow: hidden; /* Oculta o texto fora da área visível */
    white-space: nowrap; /* Impede a quebra de linha */
    overflow: hidden; /* Esconde o texto que ultrapassa a largura */
    text-overflow: ellipsis; /* Adiciona "..." quando o texto for cortado */
    display: inline-block; /* Faz o texto ocupar apenas o espaço necessário */

}

.txt-animado span{
    position: relative;
    width: 35vw;  
}

.txt-animado span::before{
    content: "";
    color: white;
    animation: palavras 20s infinite;
    white-space: nowrap; /* Impede a quebra de linha */
    overflow: hidden; /* Esconde o texto que ultrapassa a largura */
    text-overflow: ellipsis; /* Adiciona "..." quando o texto for cortado */
    display: inline-block; /* Faz o texto ocupar apenas o espaço necessário */
    width: 35vw;  

}

.txt-animado::after{
    content: "";
    position: absolute;
    right: 0;
    height: 60px;
    border-left: 2px solid white;
    animation: cursor1 .8s infinite, digita 20s steps(30) infinite;
    width: 35vw;

    background: linear-gradient(to right, #524233, #C89663);
    background-attachment: fixed; /* Mantém o alinhamento do fundo */ 
    white-space: nowrap; /* Impede a quebra de linha */
    overflow: hidden; /* Esconde o texto que ultrapassa a largura */
    text-overflow: ellipsis; /* Adiciona "..." quando o texto for cortado */ 
    display: inline-block; /* Faz o texto ocupar apenas o espaço necessário */
}

.h1_animado{
    font-size: 40px;
    font-weight: 380;
    font-family: Montserrat;
    margin: 0;
    
}



@keyframes cursor1{
    0%{
        border-left: 2px solid transparent;

        width: -100%;
    }

}

@keyframes palavras {
    0%, 20%{
        content: "realçada com naturalidade.";

        
        
    }
    21%, 40%{
        content: "refinada com precisão.";
        
    }
    41%, 60%{
        content: "em perfeita harmonia.";
        
    }
    61%, 80%{
        content: "sempre valorizada.";
        

    }
    81%, 100%{
        content: "é o nosso compromisso.";
        
    }
    
}

@keyframes digita {
    10%, 15%{
        width: 14%;
    }

    30%, 35%{
        width: 29%;
    }

    50%, 55%{
        width: 29%;
    }

    70%, 75%{
        width: 41%;
    }

    90%, 95%{
        width: 25%;
    }

    
    5%, 20%, 25%, 40%, 45%, 60%, 65%, 80%, 85%{
        width: 100%;
    }
}


.box {
    margin-top: 50px;
    margin-left: 5px;
    margin-right: 5px;
    color: white;
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 15px;
    
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #222;
    
    border-radius: 10px;
    padding: 5px;
    padding-left: 2px;
    padding-right: 2px;
    width: 338px;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.5);
}

.box_form {
    position: relative;
    z-index: 2;
    
}

#formulario{
    background-color: #382D22;
    border-radius: 6px;
    padding: 21px;
    width: 290px;
    font-size: 15px;

    
    
}

.logomarca {
    height: 20%;
    width: 60%;
}



fieldset{
    margin-top: -8px;
    margin-bottom: -8px;
    border: 2px solid #C89663;
    width: 275px;
    left: -8px;
    position: relative;
    border-radius: 2px;


}

legend{


    padding: 1px;
    text-align: center;



    height: auto
}


.inputBox{
    position: relative;
}

.inputUser{
    background: none;
    border: none;
    border-bottom: 1px solid white;
    outline: none;
    color: white;
    font-size: 15px;
    width: 100%;
    letter-spacing: 1px;
}

.LabelInput{
    position: absolute;
    top: 0px;
    left: 0px;
    pointer-events: none;
    transition: .5s;
}

.inputUser:focus ~ .LabelInput,
.inputUser:valid ~ .LabelInput{
    top: -20px;
    font-size: 12px;
    color: #C89663;
}

#submit{
    background-image: linear-gradient(to right, #C89663, #524233);
    width: 100%;
    border: none;
    padding: 15px;
    border-radius: 10px;
    outline: none;
    text-align: center;
    color: white;
    cursor: pointer;
    font-size: 16px;
    font-weight: 450;
}

#submit:hover{
    background-image: linear-gradient(to right, #1b1611,#ae7944);
    color: #C89663;
    font-size: 16px;
    font-weight: 750;
}


.checkbox {
    position: relative;
    user-select: none;
    
}
.checkbox input {
    visibility: hidden;
}
.checkbox label {
    display: flex;

    color: #fff;
    padding-left: 35px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    top: 100px;
}
.checkbox label::before {
    position: absolute;
    left: 0;
    border: 2px solid white;
    content: "";
    width: 14px;
    height: 14px;
    border-radius: 6px;
    transition: all .2s ease-in-out;
}

.checkbox input:checked ~ label::before{
    border:2px solid #C89663;
    transform: rotate(40deg);
    border-left-color:transparent;
    border-top-color:transparent;
    border-radius: 0;
    width: 8px;
    height: 19px;
    left: 10px;
    top: calc(50% - 5px);
    
}

.checkbox label:hover {
    color: #C89663;
    
}


.checkbox1 {
    position: relative;
    user-select:none;
    
}
.checkbox1 input {
    visibility: hidden;
}
.checkbox1 label {
    display: flex;

    color: #fff;
    padding-left: 35px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    top: 100px;
}
.checkbox1 label::before {
    position: absolute;
    left: 0;
    border: 2px solid white;
    content: "";
    width: 14px;
    height: 14px;
    border-radius: 6px;
    transition: all .2s ease-in-out;
}

.checkbox1 input:checked ~ label::before{
    border: 2px solid #C89663;
    transform: rotate(40deg);
    border-left-color:transparent;
    border-top-color:transparent;
    border-radius: 0;
    width: 8px;
    height: 19px;
    left: 10px;
    top: calc(50% - 5px);
}

.checkbox1 label:hover {
    color: #C89663;
    
}


.checkbox2 {
    position: relative;
    user-select:none;
    
}
.checkbox2 input {
    visibility: hidden;
}
.checkbox2 label {
    display: flex;

    color: #fff;
    padding-left: 35px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    top: 100px;
}
.checkbox2 label::before {
    position: absolute;
    left: 0;
    border: 2px solid white;
    content: "";
    width: 14px;
    height: 14px;
    border-radius: 6px;
    transition: all .2s ease-in-out;
}

.checkbox2 input:checked ~ label::before{
    border: 2px solid #C89663;
    transform: rotate(40deg);
    border-left-color:transparent;
    border-top-color:transparent;
    border-radius: 0;
    width: 8px;
    height: 19px;
    left: 10px;
    top: calc(50% - 5px);
}

.checkbox2 label:hover {
    color: #C89663;
    
}


.checkbox3 {
    position: relative;
    user-select:none;
    
}
.checkbox3 input {
    visibility: hidden;
}
.checkbox3 label {
    display: flex;

    color: #fff;
    padding-left: 35px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    top: 100px;
}
.checkbox3 label::before {
    position: absolute;
    left: 0;
    border: 2px solid white;
    content: "";
    width: 14px;
    height: 14px;
    border-radius: 6px;
    transition: all .2s ease-in-out;
}

.checkbox3 input:checked ~ label::before{
    border: 2px solid #C89663;
    transform: rotate(40deg);
    border-left-color:transparent;
    border-top-color:transparent;
    border-radius: 0;
    width: 8px;
    height: 19px;
    left: 10px;
    top: calc(50% - 5px);
}


.checkbox3 label:hover {
    color: #C89663;
    
}


.especialidade{
    display: flex;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    top: 100px;
}

:root {
    --first-color: #C89663;
    --second-color: #ae7944;
    --size: 1px;
    --speed: 4s;
}

/* Criando o efeito de borda animada */
.box::before {
    content: "";
    position: absolute;
    top: -200px;
    left: 140px;
    right: 140px;
    bottom: -200px;
    background: linear-gradient(45deg, var(--first-color), var(--second-color));
    z-index: 1; /* Traz a borda para frente */
    border-radius: 15px;
    animation: rotate-border var(--speed) linear infinite;
    clip-path: inset(var(--size)); /* Corta a parte central */
}

/* Animação para girar a borda */
@keyframes rotate-border {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/* GOOGLE REVIEW */
.elfsight-app-1b0212ad-da24-4ae0-be1f-d96f2e1cd7d4{
    background-image: linear-gradient(to right,  rgb(211, 210, 210), white, rgb(211, 210, 210));
}

.excelente{
    margin-top: 30px;
    font-weight: bold;
    font-size: 15px;
}
.google-reviews {
    height: auto;
    background-image: linear-gradient(to right,  rgb(211, 210, 210), white, rgb(211, 210, 210));
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 15px;
    margin-bottom: -5px;
  }
  
  .stars {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 5px;
    padding-bottom: 0;
  }
  
  .star {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    
  }
  
  /* Estilizando a imagem da estrela */
  .ti-star {
    transition: transform 0.3s ease, margin-bottom 0.3s ease;
  }
  
  /* Escala */
  .small {
    transform: scale(1.5);
  }
  
  .medium {
    transform: scale(1.5);
  }
  
  .large {
    transform: scale(1.6);
  }
  
  /* Altura (escadinha) */
  .low {
    margin-bottom: 30px;
  }
  
  .mid-low {
    margin-bottom: 30px;
  }
  
  .high {
    margin-bottom: 30px;
  }
  
  .google-logo {
    font-family: 'Arial', sans-serif;
    font-size: 40px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    gap: 7px;
  }
  
  .google-logo span {
    margin-top: -30px;
  }
  
  .google-logo .blue { color: #4285F4; }
  .google-logo .red { color: #EA4335; }
  .google-logo .yellow { color: #FBBC05; }
  .google-logo .green { color: #34A853; }


.descricao_excelente{
    margin-top: -25px;
}

#google-reviews-increment .title-review h2{
    color: #a47240;
    font-size: 40px;
    font-family: "Special Gothic Condensed One", sans-serif;    
    
}



.instagram-section {
    display: flex;
    flex-direction: column;
    text-align: center;
    padding: 30px 20px;
    background-image: linear-gradient(to left, #C89663, #524233);
}

.instagram-section h2 {
  font-size: 32px;
  margin-bottom: 30px;
  color: white;
}

.videos-section-incorporar{
    display: flex;
    flex-direction: row;
    width: 100%;
    align-items: center;
    justify-content: center;
    justify-items: center;
    align-content: center;
}

.incorporar1{
    align-items: center;
    justify-items: center;
    width: 100%;
    height: auto;
}

.incorporar2{
    align-items: center;
    justify-items: center;
    width: 100%;
    height: auto;
}

.instagram-videos {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 1px;
  padding-top: 10px;
  flex-direction: row;
  width: 100%;
}

.instagram-media {

}

#section-instagram-id .description-video{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 350px;
    font-size: 19px;
    text-align: center;
    padding-left: 40px;
    padding-right: 40px;
    color: white;
    background-color: transparent;
}

#section-instagram-id .instagram-videos h3{
    display: none;
}
html {
    scroll-behavior: smooth;
  }

@media screen and (max-width: 1276px) {

    #section-instagram-id .description-video h3{
        display: none;
    }

    #section-instagram-id .instagram-videos h3{
        display: flex;
        color: white;
    }

    .videos-section-incorporar{
        display: flex;
        flex-direction: column;
        width: 100%;
        align-items: center;
        justify-content: center;
        justify-items: center;
        align-content: center;
    }
}