@import "./partials/general.css";
@import "./partials/nav.css";
@import "./partials/home.css";
@import "./partials/button.css";
@import "./partials/logos.css";
@import "./partials/popular.css";
@import "./partials/value.css";
@import "./partials/contact.css";
@import "./partials/appointment.css";
@import "./partials/footer.css";
@import "./partials/scroll.css";


.sulphur-point-light {
    font-family: "Sulphur Point", sans-serif;
    font-weight: 300;
    font-style: normal;
  }
  
  .sulphur-point-regular {
    font-family: "Sulphur Point", sans-serif;
    font-weight: 400;
    font-style: normal;
  }
  
  .sulphur-point-bold {
    font-family: "Sulphur Point", sans-serif;
    font-weight: 700;
    font-style: normal;
  }
  
  .roboto-thin {
    font-family: "Roboto", sans-serif;
    font-weight: 100;
    font-style: normal;
  }
  
  .roboto-light {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-style: normal;
  }
  
  .roboto-regular {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
  }
  
  .roboto-medium {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-style: normal;
  }
  
  .roboto-bold {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-style: normal;
  }
  
  .roboto-black {
    font-family: "Roboto", sans-serif;
    font-weight: 900;
    font-style: normal;
  }
  
  .roboto-thin-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 100;
    font-style: italic;
  }
  
  .roboto-light-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-style: italic;
  }
  
  .roboto-regular-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: italic;
  }
  
  .roboto-medium-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-style: italic;
  }
  
  .roboto-bold-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-style: italic;
  }
  
  .roboto-black-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 900;
    font-style: italic;
  }
  




 @media (min-width: 1441px) and (max-width: 2559px) {
    *{
        margin: 0;
        padding: 0;
    }

/* Estilização geral */
*{
    font-family: 'Roboto', sans-serif;
    margin: 0;
    padding: 0;
}

html{
    height: auto;
}
.container{
    max-width: 1280px;
    margin: auto;
    
}

.flex{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

header{
    width: 100%;
    padding: 60px 4%;
    position: fixed;
    top: 0;
    left: 0;
    transition: .5s;
}
header.rolagem{
    background-color: #fff;
    padding: 20px 4%;
}

header.rolagem a{
    color:aquamarine;
}
header i{
    font-size: 30px;
    color: rgb(255, 255, 255);
}

header ul{
    list-style-type: none;
}

header ul li{
    display: inline-block;
    margin: 0 40px;
}

header ul li a{
    color: #ccc;
    text-decoration: none;
}

.btn-contato button{
    width: 120px;
    height: 40px;
    border: 0;
    background-color: #f3cf7f;
    color: #fff;
    cursor: pointer;
    transition: .2s;
}
.banner{
    height: 100vh;
    background-image: url(img/banner-home-desk.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    justify-content: center;
    align-items: center;
    display: flex;

}

/* Estilo da seção com carrossel e formulário */
.carrossel-form {
    position: relative;
    width: 100%;
    padding: 60px 4%;
    position: fixed;
    height: 100vh; /* Ocupará a altura total da viewport */
    overflow: hidden;
}

/* Container do carrossel */
.carrossel-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}


/* Controles do carrossel */
.controls {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
    padding: 0 20px;
    box-sizing: border-box;
    z-index: 2;
}

.controls span {
    cursor: pointer;
    font-size: 2em;
    color: white;
    user-select: none;
}

/* Container do formulário */

.container1{
    width: 80%;
    height: 80vh;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}

.left-container {
    width: 50%;
    height: 100%;
    padding: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;


}

.left-container .logo {
    max-width: 65%;
    height: auto;
}

.subtitle-mob{
    display: none;
}

.left-container .subtitle {
    margin-top: 10px;
    font-size: 1.4em;
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    letter-spacing: 1px;
    margin-bottom: 55px;
}

.left-container button {
    width: 25%;
    height: 40px;
    border: 15px;
    background-color: #f3cf7f;
    color: #fff;
    cursor: pointer;
    transition: .2s;
    border-radius: 25px;

}



    
.form-container {
    width: 25%;
    height: 70%;
    display: flex;
    background-color: rgba(90, 90, 90, 0.3);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
    backdrop-filter: blur(5px); /* Desfoque aplicado ao fundo */
    padding: 25px 35px;
    z-index: 3;
    justify-content: space-around;
    flex-direction: column;
    overflow:hidden;
}

.form-container h1 {
    font-size: 3.1em;
    color: #f3cf7f;
    font-family: "Sulphur Point", sans-serif;
    font-weight: 500;
    padding: 0;
    margin: 0;
}
.form-container h4 {
    padding: 0;
    margin: 0;
    margin-bottom: 0px;
    font-size: 1.2em;
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-weight: 100;
    letter-spacing: 1px;
}

.form-container form {
    display: grid;
    gap: 5px;
    width: 100%;
    
}

.form-container label {
    font-weight: bold;
    font-size: 1em;
    text-align: left;
    color: #fff;
}

.form-container input {
    margin: 0.6rem 0;
    padding: 0.8rem 1.2rem;;
    border: 0.6rem #f3cf7f;
    border-radius: 10px;
    box-shadow: 1px 1px 6px #0000001c;
    background-color: #2b2b2b;
    color:#fff;

}

.form-container input:hover {
    background-color: #3d3d3d;
}
.form-container input:focus-visible {
    outline: 1px solid #f3cf7f;
}
.form-container button {
    width: 100%;
    height: 55px;
    border: 0;
    background-color: #f3cf7f;
    color: #2b2b2b;
    cursor: pointer;
    transition: .2s;
    border-radius: 5px;
}

.form-container button:hover {
    background-color: #444;
    cursor: pointer;
}


.carrossel {
    height: 47vh;
    text-align: center;
    padding: 40px 20px;
    background-color: #fff; /* cor de fundo da seção */
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
}

.carrossel h1 {
    font-size: 5.5em;
    font-family: "Sulphur Point", sans-serif;
    font-weight: 400;
    margin-top: 20px;
    margin-bottom: 55px;
    line-height: 90%;

    color: #f3cf7f; /* cor do texto do título */
}
.carrossel p {
    color: #3f3f3f;
    font-family: 'Roboto', sans-serif;
    font-size: 1.5em;
    line-height: 130%;
    font-weight: 200;
    letter-spacing: 1px;
    text-align: justify;
    text-align: center;
    width: 70%;
    margin: 0;

}
.carrossel h4 {
    display: none;
}

.image-wrapper {
    margin-top: 85px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px; /* Espaço entre as imagens */
}

.main-image {
    width: 50%; /* Tamanho da imagem principal */
    max-width: 600px; /* Largura máxima da imagem principal */
    box-shadow: 1px 7px 15px #0000001c;
    border-radius: 10px;
    margin-left: 25px;
    margin-right: 25px;
}

.side-image {
    width: 44%; /* Tamanho das imagens menores */
    max-width: 300px; /* Largura máxima das imagens menores */
    box-shadow: 1px 7px 15px #0000001c;
    border-radius: 10px;
}


/* SLIDER  */

section.slider {
    position: relative;
    max-width: 60%;
    margin: auto;
    overflow: hidden;


}
.slider {
    position: relative;
    max-width: 100%;
    margin: auto;
    overflow: hidden;
}

.slides {
    display: flex;
    transition: transform 0.5s ease-in-out;
    width: 100%;
}

.slide {
    min-width: 100%;
    box-sizing: border-box;
}

.slide img {
    width: 100%;
    cursor: pointer;
    border-radius: 20px;
}

.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -22px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}

.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

.prev:hover, .next:hover {
    background-color: #f3cf7f;
}

/* Estilos para o modo tela cheia */
.fullscreen-image {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.fullscreen-image img {
    max-width: 100%;
    max-height: 100%;
    cursor: pointer;
}

.fullscreen-close {
    position: absolute;
    top: 20px;
    right: 20px;
    color: white;
    font-size: 30px;
    cursor: pointer;
    z-index: 10000;
}

.whatsapp-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 60px;
    height: 60px;
    background-color: #f3cf7f;
    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);
}

.location-section {
    text-align: center;
    padding: 40px 20px;
    background-color: #fff; /* Cor de fundo da seção */
    margin-top: 15px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
}

.location-title {
    font-size: 5.5em;
    margin-bottom: 50px;
    font-family: "Sulphur Point", sans-serif;
    font-weight: 400;
    color: #f3cf7f; /* Cor do título */
}

.location-section p {
    font-family: 'Roboto', sans-serif;
    font-size: 1.5em;
    line-height: 130%;
    font-weight: 100;
    letter-spacing: 1px;
    color: #3f3f3f; /* Cor do subtítulo */
    text-align: justify;
    text-align: center;
    width: 70%;
    margin-bottom: 45px;
}
.location-section h4{
    display: none;
}
.map-container {
    width: 100%;
    height: 70vh;
    margin: 0 auto; /* Centraliza o mapa */
    overflow: hidden;
}

.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(80%);
}

.footer{
    width: 100%;
    height: 35vh;
    background-color: #efefef;
    display: flex;
    align-items: center;
    justify-content: center;
}

.container-footer{
    width: 80%;
    height: 90%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}

.footer-esq{
    width: 50%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.logo-insta{
    width: 50%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.logo-insta-1{
    width: 100%;
    display: flex;
}

.logo-insta-2{
    width: 15%;
    display: flex;
}

.footer-dir{
    width: 50%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.ft-cima{
    display: flex;
    flex-direction: row;
    width: 60%;
    height: 50%;
    justify-content: space-around;
}
.realizacao{
    display: flex;
    flex-direction: column;
    width: 40%;
    height: 100%;
}
.realizacao p{
    font-family: 'Roboto', sans-serif;
    font-size: 1.2em;   
    color: #3f3f3f; 
}

.realizacao img{
    margin-top: 25px;
    height: auto;
    width: 90%;
}
.assinado{
    display: flex;
    flex-direction: column;
    width: 40%;
    height: 100%;
}
.assinado p{
    font-family: 'Roboto', sans-serif;
    font-size: 1.2em;   
    color: #3f3f3f; 
}
.assinado img{
    height: auto;
    width: 90%;
    margin-top: 25px;
}

  }

 @media (min-width: 1025px) and (max-width: 1440px) {
    *{
        margin: 0;
        padding: 0;
    }

/* Estilização geral */
*{
    font-family: 'Roboto', sans-serif;
    margin: 0;
    padding: 0;
}

html{
    height: auto;
}
.container{
    max-width: 100%;
    height:auto;
    margin: auto;
    
}

.flex{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

header{
    width: 100%;
    padding: 4%;
    position: fixed;
    top: 0;
    left: 0;
    transition: .5s;
}
header.rolagem{
    background-color: #fff;
    padding: 4%;
}

header.rolagem a{
    color:aquamarine;
}
header i{
    font-size: 30px;
    color: rgb(255, 255, 255);
}

header ul{
    list-style-type: none;
}

header ul li{
    display: inline-block;
    margin: 0 40px;
}

header ul li a{
    color: #ccc;
    text-decoration: none;
}

.btn-contato button{
    width: 120px;
    height: 40px;
    border: 0;
    background-color: #f3cf7f;
    color: #fff;
    cursor: pointer;
    transition: .2s;
}
.banner{
    height: 100vh;
    background-image: url(img/banner-home-desk.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    justify-content: center;
    align-items: center;
    display: flex;

}

/* Estilo da seção com carrossel e formulário */
.carrossel-form {
    position: relative;
    width: 100%;
    padding: 4%;
    position: fixed;
    height: 100vh; /* Ocupará a altura total da viewport */
    overflow: hidden;
}

/* Container do carrossel */
.carrossel-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}


/* Controles do carrossel */
.controls {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
    padding: 0 20px;
    box-sizing: border-box;
    z-index: 2;
}

.controls span {
    cursor: pointer;
    font-size: 2em;
    color: white;
    user-select: none;
}

/* Container do formulário */

.container1{
    width: 80%;
    height: 80vh;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}

.left-container {
    width: 50%;
    height: 100%;
    padding: 1%;
    display: flex;
    flex-direction: column;
    justify-content: center;


}

.left-container .logo {
    max-width: 65%;
    height: auto;
}

.subtitle-mob{
    display: none;
}

.left-container .subtitle {
    margin-top: 1%;
    font-size: 1.4em;
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    letter-spacing: 1px;
    margin-bottom: 7%;
}

.left-container button {
    width: 30%;
    height: 10%;
    border: 0;
    background-color: #f3cf7f;
    color: #fff;
    cursor: pointer;
    transition: .2s;
    border-radius: 25px; /* Arredonda os quatro cantos */
    border-radius: 25px / 25px; /* Laterais arredondadas e topo/baixo menos */
    

}



    
.form-container {
    width: 25%;
    height: 75%;
    display: flex;
    background-color: rgba(90, 90, 90, 0.3);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
    backdrop-filter: blur(5px); /* Desfoque aplicado ao fundo */
    padding: 2% 3%;
    z-index: 3;
    justify-content: center;
    flex-direction: column;
    overflow:hidden;
}

.form-container h1 {
    font-size: 2.6em;
    color: #f3cf7f;
    font-family: "Sulphur Point", sans-serif;
    font-weight: 500;
    padding: 0;
    margin: 0;
}
.form-container h4 {
    padding: 0;
    margin: 0;
    margin-bottom: 0px;
    font-size: 1em;
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-weight: 100;
    letter-spacing: 1px;
}

.form-container form {
    display: grid;
    gap: 0.5%;
    width: 100%;
    
}

.form-container label {
    font-weight: bold;
    font-size: 1em;
    text-align: left;
    color: #fff;
}

.form-container input {
    margin: 0.4rem 0;
    padding: 0.8rem 1.2rem;;
    border: 0.6rem #f3cf7f;
    border-radius: 10px;
    box-shadow: 1px 1px 6px #0000001c;
    background-color: #2b2b2b;
    color:#fff;

}

.form-container input:hover {
    background-color: #3d3d3d;
}
.form-container input:focus-visible {
    outline: 1px solid #f3cf7f;
}
.form-container button {
    width: 100%;
    height: 45px;
    border: 0;
    background-color: #f3cf7f;
    color: #2b2b2b;
    cursor: pointer;
    transition: .2s;
    border-radius: 5px;
}

.form-container button:hover {
    background-color: #444;
    cursor: pointer;
}


.carrossel {
    height: 47vh;
    text-align: center;
    padding: 40px 20px;
    
    background-color: #fff; /* cor de fundo da seção */
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
}

.carrossel h1 {
    
    font-size: 4.5em;
    font-family: "Sulphur Point", sans-serif;
    font-weight: 400;
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 90%;

    color: #f3cf7f; /* cor do texto do título */
}
.carrossel p {
    color: #3f3f3f;
    font-family: 'Roboto', sans-serif;
    font-size: 1.2em;
    line-height: 130%;
    font-weight: 200;
    letter-spacing: 1px;
    margin-bottom:15px;
    text-align: justify;
    text-align: center;
    width: 70%;
    margin: 0;

}
.carrossel h4 {
    display: none;
}

.image-wrapper {
    margin-top: 85px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px; /* Espaço entre as imagens */
}

.main-image {
    width: 50%; /* Tamanho da imagem principal */
    max-width: 600px; /* Largura máxima da imagem principal */
    box-shadow: 1px 7px 15px #0000001c;
    border-radius: 10px;
    margin-left: 25px;
    margin-right: 25px;
}

.side-image {
    width: 44%; /* Tamanho das imagens menores */
    max-width: 300px; /* Largura máxima das imagens menores */
    box-shadow: 1px 7px 15px #0000001c;
    border-radius: 10px;
}


/* SLIDER  */

section.slider {
    position: relative;
    max-width: 80%;
    margin: auto;
    overflow: hidden;


}
.slider {
    position: relative;
    max-width: 100%;
    margin: auto;
    overflow: hidden;
}

.slides {
    display: flex;
    transition: transform 0.5s ease-in-out;
    width: 100%;
}

.slide {
    min-width: 100%;
    box-sizing: border-box;
}

.slide img {
    width: 100%;
    cursor: pointer;
    border-radius: 20px;
}

.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -22px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}

.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

.prev:hover, .next:hover {
    background-color: #f3cf7f;
}

/* Estilos para o modo tela cheia */
.fullscreen-image {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.fullscreen-image img {
    max-width: 100%;
    max-height: 100%;
    cursor: pointer;
}

.fullscreen-close {
    position: absolute;
    top: 20px;
    right: 20px;
    color: white;
    font-size: 30px;
    cursor: pointer;
    z-index: 10000;
}

.whatsapp-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 60px;
    height: 60px;
    background-color: #f3cf7f;
    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);
}

.location-section {
    text-align: center;
    padding: 10px 0px 0; /* Remova o padding inferior */
    background-color: #fff; /* Cor de fundo da seção */
    margin-top: 15px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
}

.location-title {
    font-size: 4.5em;
    margin-bottom: 50px;
    font-family: "Sulphur Point", sans-serif;
    font-weight: 400;
    margin-top:5px;
    margin-bottom:25px;
    color: #f3cf7f; /* Cor do título */
}

.location-section p {
    font-family: 'Roboto', sans-serif;
    font-size: 1.2em;
    line-height: 130%;
    font-weight: 100;
    letter-spacing: 1px;
    color: #3f3f3f; /* Cor do subtítulo */
    margin-bottom: 50px;
    text-align: justify;
    text-align: center;
    width: 70%;
}
.location-section h4{
    display: none;
}
.map-container {
    width: 100%;
    height: 70vh;
    margin: 0 auto; /* Centraliza o mapa */
    overflow: hidden;
}

.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(80%);
}

.footer{
    width: 100%;
    height: 35vh;
    background-color: #efefef;
    display: flex;
    align-items: center;
    justify-content: center;
}

.container-footer{
    width: 80%;
    height: 90%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}

.footer-esq{
    width: 50%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.logo-insta{
    width: 50%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.logo-insta-1{
    width: 100%;
    display: flex;
}

.logo-insta-2{
    width: 15%;
    display: flex;
}

.footer-dir{
    width: 50%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.ft-cima{
    display: flex;
    flex-direction: row;
    width: 60%;
    height: 50%;
    justify-content: space-around;
}
.realizacao{
    display: flex;
    flex-direction: column;
    width: 40%;
    height: 100%;
}
.realizacao p{
    font-family: 'Roboto', sans-serif;
    font-size: 1.2em;   
    color: #3f3f3f; 
}

.realizacao img{
    margin-top: 25px;
    height: auto;
    width: 90%;
}
.assinado{
    display: flex;
    flex-direction: column;
    width: 40%;
    height: 100%;
}
.assinado p{
    font-family: 'Roboto', sans-serif;
    font-size: 1.2em;   
    color: #3f3f3f; 
}
.assinado img{
    height: auto;
    width: 90%;
    margin-top: 25px;
}

  }

 @media (min-width: 745px) and (max-width: 1024px) {
    *{
        margin: 0;
        padding: 0;
    }

/* Estilização geral */
*{
    font-family: 'Roboto', sans-serif;
    margin: 0;
    padding: 0;
}

html{
    height: auto;
}
.container{
    max-width: 1280px;
    margin: auto;
    
}

.flex{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

header{
    width: 100%;
    padding: 60px 4%;
    position: fixed;
    top: 0;
    left: 0;
    transition: .5s;
}
header.rolagem{
    background-color: #fff;
    padding: 20px 4%;
}

header.rolagem a{
    color:aquamarine;
}
header i{
    font-size: 30px;
    color: rgb(255, 255, 255);
}

header ul{
    list-style-type: none;
}

header ul li{
    display: inline-block;
    margin: 0 40px;
}

header ul li a{
    color: #ccc;
    text-decoration: none;
}

.btn-contato button{
    width: 120px;
    height: 40px;
    border: 0;
    background-color: #f3cf7f;
    color: #fff;
    cursor: pointer;
    transition: .2s;
}
.banner{
    height: 100vh;
    background-image: url(img/banner-home-desk.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    justify-content: center;
    align-items: center;
    display: flex;

}

/* Estilo da seção com carrossel e formulário */
.carrossel-form {
    position: relative;
    width: 100%;
    padding: 60px 4%;
    position: fixed;
    height: 100vh; /* Ocupará a altura total da viewport */
    overflow: hidden;
}

/* Container do carrossel */
.carrossel-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}


/* Controles do carrossel */
.controls {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
    padding: 0 20px;
    box-sizing: border-box;
    z-index: 2;
}

.controls span {
    cursor: pointer;
    font-size: 2em;
    color: white;
    user-select: none;
}

/* Container do formulário */

.container1{
    width: 80%;
    height: 80vh;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}

.left-container {
    width: 50%;
    height: 100%;
    padding: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;


}

.left-container .logo {
    max-width: 60%;
    height: auto;
}

.subtitle-mob{
    display: none;
}

.left-container .subtitle {
    margin-top: 10px;
    font-size: 1em;
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    letter-spacing: 1px;
    margin-bottom: 55px;
}

.left-container button {
    width: 180px;
    height: 35px;
    border: 15px;
    background-color: #f3cf7f;
    color: #fff;
    cursor: pointer;
    transition: .2s;
    border-radius: 25px;

}



    
.form-container {
    width: 30%;
    height: 90%;
    display: flex;
    background-color: rgba(90, 90, 90, 0.3);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
    backdrop-filter: blur(5px); /* Desfoque aplicado ao fundo */
    padding: 25px 35px;
    z-index: 3;
    justify-content: center;
    flex-direction: column;
    overflow:hidden;
}

.form-container h1 {
    font-size: 2.1em;
    color: #f3cf7f;
    font-family: "Sulphur Point", sans-serif;
    font-weight: 500;
    padding: 0;
    margin: 0;
}
.form-container h4 {
    padding: 0;
    margin: 0;
    margin-bottom: 0px;
    font-size: 0.9em;
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-weight: 100;
    letter-spacing: 1px;
}

.form-container form {
    display: grid;
    gap: 3px;
    width: 100%;
    
}

.form-container label {
    font-weight: bold;
    font-size: 1em;
    text-align: left;
    color: #fff;
}

.form-container input {
    margin: 0.5rem 0;
    padding: 0.8rem 1.2rem;;
    border: 0.6rem #f3cf7f;
    border-radius: 10px;
    box-shadow: 1px 1px 6px #0000001c;
    background-color: #2b2b2b;
    color:#fff;
    height:13px;

}

.form-container input:hover {
    background-color: #3d3d3d;
}
.form-container input:focus-visible {
    outline: 1px solid #f3cf7f;
}
.form-container button {
    width: 100%;
    height: 40px;
    border: 0;
    background-color: #f3cf7f;
    color: #2b2b2b;
    cursor: pointer;
    transition: .2s;
    border-radius: 5px;
}

.form-container button:hover {
    background-color: #444;
    cursor: pointer;
}


.carrossel {
    height: 47vh;
    text-align: center;
    padding: 40px 20px;
    
    background-color: #fff; /* cor de fundo da seção */
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
}

.carrossel h1 {
    
    font-size: 4em;
    font-family: "Sulphur Point", sans-serif;
    font-weight: 400;
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 90%;

    color: #f3cf7f; /* cor do texto do título */
}
.carrossel p {
    color: #3f3f3f;
    font-family: 'Roboto', sans-serif;
    font-size: 1em;
    line-height: 130%;
    font-weight: 200;
    letter-spacing: 1px;
    margin-bottom:15px;
    text-align: justify;
    width: 70%;
    margin: 0;

}
.carrossel h4 {
    display: none;
}

.image-wrapper {
    margin-top: 85px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px; /* Espaço entre as imagens */
}

.main-image {
    width: 50%; /* Tamanho da imagem principal */
    max-width: 600px; /* Largura máxima da imagem principal */
    box-shadow: 1px 7px 15px #0000001c;
    border-radius: 10px;
    margin-left: 25px;
    margin-right: 25px;
}

.side-image {
    width: 44%; /* Tamanho das imagens menores */
    max-width: 300px; /* Largura máxima das imagens menores */
    box-shadow: 1px 7px 15px #0000001c;
    border-radius: 10px;
}


/* SLIDER  */

section.slider {
    position: relative;
    max-width: 80%;
    margin: auto;
    overflow: hidden;


}
.slider {
    position: relative;
    max-width: 100%;
    margin: auto;
    overflow: hidden;
}

.slides {
    display: flex;
    transition: transform 0.5s ease-in-out;
    width: 100%;
}

.slide {
    min-width: 100%;
    box-sizing: border-box;
}

.slide img {
    width: 100%;
    cursor: pointer;
    border-radius: 20px;
}

.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -22px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}

.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

.prev:hover, .next:hover {
    background-color: #f3cf7f;
}

/* Estilos para o modo tela cheia */
.fullscreen-image {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.fullscreen-image img {
    max-width: 100%;
    max-height: 100%;
    cursor: pointer;
}

.fullscreen-close {
    position: absolute;
    top: 20px;
    right: 20px;
    color: white;
    font-size: 30px;
    cursor: pointer;
    z-index: 10000;
}

.whatsapp-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 45px;
    height: 45px;
    background-color: #f3cf7f;
    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);
}

.location-section {
    text-align: center;
    padding: 10px 0px 0; /* Remova o padding inferior */
    background-color: #fff; /* Cor de fundo da seção */
    margin-top: 15px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
}

.location-title {
    font-size: 4em;
    margin-bottom: 35px;
    font-family: "Sulphur Point", sans-serif;
    font-weight: 400;
    margin-top:5px;
    margin-bottom:25px;
    color: #f3cf7f; /* Cor do título */
}

.location-section p {
    font-family: 'Roboto', sans-serif;
    font-size: 1em;
    line-height: 130%;
    font-weight: 100;
    letter-spacing: 1px;
    color: #3f3f3f; /* Cor do subtítulo */
    margin-bottom: 40px;
    text-align: justify;
    /*text-align: center;*/
    width: 70%;
    /*margin: 0;*/
}
.location-section h4{
    display: none;
}
.map-container {
    width: 100%;
    height: 70vh;
    margin-top: 25px;  /* Centraliza o mapa */
    overflow: hidden;
}

.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(80%);
}

.footer{
    width: 100%;
    height: 35vh;
    background-color: #efefef;
    display: flex;
    align-items: center;
    justify-content: center;
}

.container-footer{
    width: 80%;
    height: 90%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}

.footer-esq{
    width: 50%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.logo-insta{
    width: 50%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.logo-insta-1{
    width: 100%;
    display: flex;
}

.logo-insta-2{
    width: 15%;
    display: flex;
}

.footer-dir{
    width: 50%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.ft-cima{
    display: flex;
    flex-direction: row;
    width: 60%;
    height: 50%;
    justify-content: space-around;
}
.realizacao{
    display: flex;
    flex-direction: column;
    width: 40%;
    height: 100%;
}
.realizacao p{
    font-family: 'Roboto', sans-serif;
    font-size: 1em;   
    color: #3f3f3f; 
}

.realizacao img{
    margin-top: 15px;
    height: auto;
    width: 90%;
}
.assinado{
    display: flex;
    flex-direction: column;
    width: 40%;
    height: 100%;
}
.assinado p{
    font-family: 'Roboto', sans-serif;
    font-size: 1em;   
    color: #3f3f3f; 
}
.assinado img{
    height: auto;
    width: 90%;
    margin-top: 15px;
}

.ft-baixo p{
    font-size:0.8em;
}

  }

 @media screen and (max-width: 744px) {

    /* HEADER */

    body, html {
        margin: 0;
        padding: 0;
        width: 100%;
        height: 100%; /* Permite que a altura seja definida pelo conteúdo */
        overflow-x: hidden; /* Evita rolagem horizontal */
    }


    .banner {
        width: 100%; /* Garante que o banner ocupe 100% da largura da tela */
        max-width: 100%; /* Remove a limitação da largura máxima */
        height: 120vh;
        background-image: url(img/banner-home-desk.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        overflow-x: hidden;
        display: flex;
        justify-content: center;
        align-items: center; 

    }
    .container1{
        width: 90%;
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-around;
    }
    .left-container{
        width: 100%;
        height: 40%;
        display: flex;

        flex-direction: column;
        justify-content: space-around;
        align-items: center;

    }

    
.left-container .logo {
    max-width: 50%;
    height: auto;
}

.subtitle{
    display: none;
}

.left-container .subtitle-mob {

    font-size: 1.2em;
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-weight: 200;
    letter-spacing: 1px;
    text-align: center;
}

.left-container button {
    width: 60%;
    height: 40px;
    border: 15px;
    background-color: #f3cf7f;
    color: #fff;
    cursor: pointer;
    transition: .2s;
    border-radius: 25px;

}



    
.form-container {
    width: 100%;
    height: 40%;
    display: flex;
    background-color: rgba(90, 90, 90, 0.3);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    backdrop-filter: blur(10px); /* Desfoque aplicado ao fundo */
    padding: 15px 5px;
    z-index: 3;
    align-items: center;
    flex-direction: column;
}

.form-container h1 {
    font-size: 2.7em;
    color: #f3cf7f;
    font-family: "Sulphur Point", sans-serif;
    font-weight: 500;
    padding: 0;
    margin: 0;
}
.form-container h4 {
    padding: 0;
    margin: 0;
    margin-bottom: 15px;
    text-align: center;
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-weight: 100;
    letter-spacing: 1px;
}

.form-container form {
    display: grid;
    gap: 5px;
    width: 90%;
    
}

.form-container label {
    font-weight: bold;
    font-size: 1em;
    text-align: left;
    color: #fff;
}

.form-container input {
    margin: 0.6rem 0;
    padding: 0.8rem 1.2rem;;
    border: 0.6rem #f3cf7f;
    border-radius: 10px;
    box-shadow: 1px 1px 6px #0000001c;
    background-color: #2b2b2b;

}

.form-container input:hover {
    background-color: #3d3d3d;
}
.form-container input:focus-visible {
    outline: 1px solid #f3cf7f;
}
.form-container button {
    width: 100%;
    height: 40px;
    border: 0;
    background-color: #f3cf7f;
    color: #fff;
    cursor: pointer;
    transition: .2s;
    border-radius: 5px;
}

.form-container button:hover {
    background-color: #444;
    cursor: pointer;
}


/* WHATSAPP */



.whatsapp-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 60px;
    height: 60px;
    background-color: #f3cf7f;
    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);
}

/* CARROSSEL */


.carrossel {
    height: 65vh;
    text-align: center;
    padding: 40px 20px;
    background-color: #fff; /* cor de fundo da seção */
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
}

.carrossel h1 {
    font-size: 3.5em;
    font-family: "Sulphur Point", sans-serif;
    font-weight: 400;
    margin-top: 20px;
    margin-bottom: 55px;
    line-height: 90%;

    color: #f3cf7f; /* cor do texto do título */
}
.carrossel p {
    display: none;
}
.carrossel h4 {
    color: #3f3f3f;
    font-family: 'Roboto', sans-serif;
    font-size: 1.2em;
    line-height: 130%;
    font-weight: 90;
    letter-spacing: 1px;
    text-align: justify;
    text-align: center;
    width: 85%;
    margin: 0;
    

}

/* BNEER TESTE*/






/* SLIDER  */

section.slider {
    position: relative;
    max-width: 100%;
    margin: auto;
    overflow: hidden;


}

.slides {
    display: flex;
    transition: transform 0.5s ease-in-out;
    width: calc(100% * 3);
}

.slide {
    min-width: 33.3333%;
    box-sizing: border-box;
}

.slide img {
    width: 100%;
    cursor: pointer;
}

.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -22px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}

.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

.prev:hover, .next:hover {
    background-color: #f3cf7f;
}

/* Estilos para o modo tela cheia */
.fullscreen-image {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.fullscreen-image img {
    max-width: 100%;
    max-height: 100%;
    cursor: pointer;
}

.fullscreen-close {
    position: absolute;
    top: 20px;
    right: 20px;
    color: white;
    font-size: 30px;
    cursor: pointer;
    z-index: 10000;
}


.location-section {
    text-align: center;
    padding: 40px 20px; /* Remova o padding inferior */
    background-color: #fff; /* Cor de fundo da seção */
    margin-top: 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
}

.location-title {
    font-size: 3.5em;
    margin:0;
    padding: 0;
    font-family: "Sulphur Point", sans-serif;
    font-weight: 400;
    color: #f3cf7f; /* Cor do título */
}

.location-section h4 {
    font-family: 'Roboto', sans-serif;
    font-size: 1.2em;
    line-height: 130%;
    font-weight: 100;
    font-weight: 90;
    letter-spacing: 1px;
    color: #3f3f3f; /* Cor do subtítulo */
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
}

.location-section p {
    display: none;
}

.map-container {
    width: 100%;
    height: 40vh;
    margin-top: 75px; /* Centraliza o mapa */
    overflow: hidden;
}

.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(80%);
}


.footer{
    width: 100%;
    height: 45vh;
    background-color: #efefef;
    display: flex;
    align-items: center;
    justify-content: center;
}

.container-footer{
    width: 90%;
    height: 90%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}

.footer-esq{
    width: 80%;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.logo-insta{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}

.logo-insta-1{
    width: 60%;

}

.logo-insta-2{
    width: 50px;
    height: 50px;
}

.footer-dir{
    width: 90%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.ft-cima{
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 80%;
    justify-content: space-around;
}
.realizacao{
    display: flex;
    flex-direction: column;
    width: 40%;
    height: 100%;
}
.realizacao p{
    font-family: 'Roboto', sans-serif;
    font-size: 1.2em;   
    color: #3f3f3f; 
}

.realizacao img{
    margin-top: 10px;
    height: auto;
    width: 90%;
}
.assinado{
    display: flex;
    flex-direction: column;
    width: 40%;
    height: 100%;
}
.assinado p{
    font-family: 'Roboto', sans-serif;
    font-size: 1.2em;   
    color: #3f3f3f; 
}
.assinado img{
    height: auto;
    width: 90%;
    margin-top: 10px;
}


.ft-baixo{

    width: 100%;

}

.ft-baixo p{
    font-family: 'Roboto',sans-serif;
    font-size: 0.75em;
    text-align: center;

}

}