@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";

@font-face{
    font-family: "Amandine-bold";
    src: url('./fontes/Amandine_Bold.otf');
}

@font-face{
    font-family: 'Amandine-light';
    src: url('./fontes/Amandine_Light.otf');
}

@keyframes fadeInUp {
    from {
        opacity: 0; /* Começa invisível */
        transform: translateY(550px); /* Começa deslocado para baixo */
    }
    to {
        opacity: 1; /* Termina visível */
        transform: translateY(0); /* Termina na posição original */
    }
}


.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 screen and (max-width: 600px) {


body, html {
    margin: 0;
    padding: 0;
    height: auto; /* Permite que a altura seja definida pelo conteúdo */
    background-color: #f9f9f9;
}

.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);
}
.container{
  width: 100%;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  
}

.flex{
    display: flex;
    width:100%;
    height: 100%;
    align-items: center;
    justify-content: space-between;
}

.flex nav ul{
  margin: 0;
}

.flex a{
  width: 5%;
  display: flex;
  justify-content: center;
}

.flex img{
  width:100%;
  height: auto;
} 
.flex nav ul li a{
    font-family: 'Poppins', sans-serif;
    color: #fff;
    width: auto;
    align-items: center;
    justify-content: center;
    
}

header{
  width: 100%;
  padding: 40px 4%;
  position: fixed;
  top: 0;
  left: 0;
  transition: 1.1s;
  z-index: 1500;
  display: flex;
  align-items: center;
  justify-content: center;
}

header.rolagem{
  background-color: #ccc296;
  padding: 20px 4%;
  height: 16%;
  
}

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 18px;
}

header ul li a{
  color: #fff;
  text-decoration: none;
}



.btn-contato button{
  width: 35px;
  height: 35px;
  border: 0;
  background-color: #34413b;
  color: #fff;
  cursor: pointer;
  transition: .2s;
  padding: 10%;
}

.btn-contato{
  display: flex;
  gap: 15px;
  width: 15%;
  justify-content: center;

}

.btn-contato a{
  width: 30%;

}
.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; 
  height: 20px;

}

.header-mob{
  display: none;
}

.carousel {
    height: 100vh;
    /* overflow: hidden; */
    background-color: #26422b;
}

.carousel img {
    width: 100%;
    /* overflow: hidden; */
    transform: translateY(-5%);
}

.carousel-caption {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    text-align: center;
    justify-content: center;
    color: white; /* Cor do texto, pode ser ajustada conforme seu design */
    z-index: 10; /* Para garantir que fique sobre as imagens do carrossel */
}


.carousel-inner{
  width: 100%;
  height: 100vh;

}

.carousel-item{
  height: 100vh;
}



.carousel-title {
    font-size: 4rem; /* Tamanho do título, pode ser ajustado */
    margin-bottom: 20px; /* Espaçamento entre o título e o botão */
}

.btn {
    padding: 10px 20px;
    font-size: 1.2rem; /* Tamanho do botão */
}

.sec-0{
  background-color: #f9f9f9;
  width: 100%;
  height: 80vh;
  z-index: 9;
  display: flex;
    align-items: center;
    justify-content: center;
}

.sec-1{
    height: 100vh;
    background-color: #f9f9f9;
    display: flex;
    align-items: center;
    justify-content: center;
    /* background-image: url(banner-3.png); */
    flex-direction: column;
    z-index: 12;

}


.sec-11{
  display: none;
}
 
.sec-0{
  background-color: #f9f9f9;
  width: 100%;
  height: 50vh;
  z-index: 9;
  display: flex;
    align-items: center;
    justify-content: center;
}

.sec-1{
    height: 40vh;
    /* background-color: #26422b; */
    display: flex;
    align-items: center;
    background-color: #f9f9f9;
    justify-content: center;
    flex-direction: column;

}

.sec-11{
  display: none;
}
    
    
.beneficios{
margin-top: 25%;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
 
}

.beneficios button{
  width: 220px;
  height: 35px;
  display: flex;
  background-color: #c4aa72;
  border: none;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  font-size: 1.2em;
  font-family: 'Roboto', sans-serif;
  color: #fff;
  transition: 0.6s ease;
  cursor: pointer;
}

.icones{
  display: flex;
  width: 80%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.icones-cima{
  display: flex;
  width: 100%;
  height: 80%;
  flex-direction: row;
  justify-content: space-around;
  margin-bottom: 60px;
}

.icone{
  width: 10%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.icone img{
  width: 80%;
}

.icone p{
  font-family: 'Roboto', sans-serif;
  /* font-weight: 50; */
  font-size: 1em;
  color: white;
  text-align: center;
  margin-top: 15px;
}

.textos-beneficios {
  margin-top: 30%;
  margin-bottom: 30%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.textos-beneficios p{
  font-family: 'Roboto', sans-serif;
  font-size: 50px; 
  margin-bottom: 50px;
  text-align: center;
  color: rgb(29, 29, 29);
}

.icones-baixo{
  display: flex;
  width: 100%;
  height: 80%;
  flex-direction: row;
  justify-content: space-around;
}


.espaco-video{
  margin-top: 50px;
  height: 10vh;
  background-color: #f9f9f9;
}

/* SLIDER  */

section.slider {
  position: relative;
  max-width: 60%;
  margin: auto;
  overflow: hidden;
  background-color: #f9f9f9;


}
.slider {
  margin-top: 400px;
  position: relative;
  max-width: 100%;
  margin: auto;
  overflow: hidden;
  background-color: #f9f9f9;
}

.slides {
  display: flex;
  transition: transform 0.5s ease-in-out;
  width: 100%;
}

.slide {
  margin-top: 40px;
  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: #c4aa72;
}

.section-carrossel{
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  background-color: #1b2b1e;
}


.carrossel-pg {
  height: auto;
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  
  background-color: #f9f9f9; 
  margin-bottom: 30px;
  
}

.carrossel-pg h1 {
  font-size: 4em;
  font-family: "Sulphur Point", sans-serif;
  font-weight: 700;
  /* margin-top: 20px; */
  /* margin-bottom: 55px; */
  line-height: 90%;

  color: #c4aa72; /* cor do texto do título */
}
.carrossel-pg p {
  display: block; 
  color: #3f3f3f;
  font-family: 'Roboto', sans-serif;
  font-size: 1em; /* Ajuste no tamanho da fonte para telas menores */
    margin-bottom: 20px;

}
.carrossel-pg h4 {
  display: none;
}


.gourmet{
  width: 100%;
  height: auto;
  overflow: hidden;
}
.gourmet img{
  width: 100%;
  height: auto;
  overflow: hidden;
}

.portico{
  width: 100%;
  height: auto;
  overflow: hidden;
}
.portico img{
  width: 100%;
  height: auto;
  overflow: hidden;
}

.video-banner {
  position: relative;
  display: flex;
  width: 100%;
  height: auto;
  align-items: center;
  justify-content: center;
  background-color: #f9f9f9;
  overflow:hidden;
  margin-top: 20%;
  

}

.video-banner h1{
  font-family: "PT Serif", serif;
  font-style: italic;
  font-size: 8em;
  color: #fff;
}

.video-banner video{
    height: 100%;
    width: auto;
  }

.play-button p{
  display: none;
}

.infos{
  height: auto;
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.info-img1, .info-img2, .info-img3, .info-img4 {
  width: 100%;
  height: 25%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
}

.info-img1 img{
  width: 50%;
  margin-right: 25%;
}

.info-img3 img{
  width: 50%;
  margin-right: 25%;
}


.info-img2 img{
  width: 50%;
  margin-left: 25%;
}

.info-img4 img{
  width: 50%;
  margin-left: 25%;
}

.infos button{
  margin-top: 20%;
  width: 350px;
  height: 60px;
  display: flex;
  background-color: #fff;
  border: 0.6rem;
  border-color: #c4aa72;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  font-size: 1.5em;
  font-family: 'Roboto', sans-serif;
  color: #c4aa72;
  transition: 0.6s ease;
  cursor: pointer;
  margin-bottom: 20%;
}

.frase{
  width: 100%;
  height: 40vh;
  overflow: hidden;
  background-color: #192030;
  background-image: url('Fotos/section\ frase.png');
  background-size: 105%;
  background-position: center;
  background-color: #c4aa72;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
}

.frase img{
  width: 10%;
  
}

.frase h1{
  font-size: 1.5em;
  font-family: 'Sulphur Point', sans-serif;
  font-weight: 700;
  color: #fff;
  text-align: center;
  border: 0;
}


/* MAPA LOCALIZACAO */

.location-section {
  text-align: center;
  padding: 10px 0px 0; /* Remova o padding inferior */
  background-color: #f9f9f9; /* Cor de fundo da seção */
  margin-top: 15px;
}

.location-title {
  font-size: 4em;
  margin-bottom: 50px;
  font-family: "Sulphur Point", sans-serif;
  font-weight: 700;
  color: #c4aa72; /* Cor do título */
}

.location-section p {
  font-family: 'Roboto', sans-serif;
  font-size: 1.3em;
  line-height: 130%;
  font-weight: 100;
  letter-spacing: 1px;
  color: #3f3f3f; /* Cor do subtítulo */
  margin-bottom: 70px;
}
.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%);
}

.espacos-lazer {
  text-align: center;
  font-family: Arial, sans-serif;
  color: #4a4a4a;
}


.mapa-hum{
  width: 100%;
  height: auto;

}
.espacos-lazer h2 {
  font-weight: bold;
  font-size: 1.5em;
  margin-bottom: 10px;
}

.grid {
  display: flex;
  justify-content: center;
  gap: 40px;
}

ul {
  list-style: none;
  padding: 0;
}

li {
  display: flex;
  align-items: center;
  font-size: 1em;
  margin: 8px 0;
}

li span {
  background-color: #c4aa72;
  color: white;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  margin-right: 8px;
}


.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;
}
.carousel-section-2 {
    display: flex;
    align-items: center;
    max-width: 100%;
    padding: 0;
    background-color: #f9f9f9;
    border-radius: 10px;
    flex-direction: column;
}



.carousel-content-2 {
  padding: 10px; 
  display: flex;
  align-items: center;
}

.carousel-content-2 .icon-2 img {
  width: 50px; 
  opacity: 0.2; 
}

.carousel-content-2 h2 {
  font-size: 2.5em; 
  margin: 5px 0; 
  line-height: 1.2; 
}

.indicators-2 {
    margin-top: 20px;
    width: 100%;
    display: flex;
    margin-left: 600px;
    
    gap: 10px;
}

.indicator-2 {
    display: inline-block;
    width: 3%;
    height: 20px;
    background-color: #c4aa72;
    opacity: 0.5;
    margin-right: 5px;
    border-radius: 5px;
    cursor: pointer;
}

.indicator-2.active {
    background-color: #3a3a3a;
    opacity: 1;
}



.carousel-slide-2.active {
    display: block; /* Mostra apenas a imagem ativa */
}

.carousel-section-3 {
    display: flex;
    align-items: center;
    max-width: 100%;
    padding: 0;
    background-color: #f9f9f9;
    border-radius: 10px;
    flex-direction: column;
}

.carousel-content-3 {
    flex: 1;
    padding: 20px;
    text-align: cneter;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.carousel-content-3 .icon-3 img {
    width: 80px;
    opacity: 0.1;
}

.carousel-content-3 h2 {
    width:80%;
    font-size: 5.5em;
    font-family: 'Sulphur Point', sans-serif;
    font-weight: 700;
    color: #c4aa72;
    line-height: 90%;
    
}

.carousel-content-3 p {
    width:80%;
    font-size: 1.5em;
    font-family: 'Sulphur Point', sans-serif;
    font-weight: 500;
    color: #2b2b2b;
    margin-bottom:100px;
}

.indicators-3 {
    margin-top: 20px;
    width: 80%;
    display: flex;
    margin-left: 350px;
    
}

.indicator-3 {
    display: inline-block;
    width: 8%;
    height: 10px;
    background-color: #c4aa72;
    opacity: 0.5;
    margin-right: 5px;
    border-radius: 5px;
    cursor: pointer;
}

.indicator-3.active {
    background-color: #3a3a3a;
    opacity: 1;
}

.carousel-image-3 {
    flex: 1;
    padding: 0;
    display: flex;
    justify-content: center;
    position: relative;
}

.carousel-slide-3 {
    width: 100%;
    border-top-left-radius: 40px; /* Canto superior esquerdo */
    border-bottom-left-radius: 40px; /* Canto inferior esquerdo */
    object-fit: cover;
    display: none; /* Oculta as imagens inicialmente */
}

.carousel-slide-3.active {
    display: block; /* Mostra apenas a imagem ativa */
}


/*FIM CAROUSEL */



.formulario{
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
 

}

.esquerda{
  width: 50%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 90px;
}

.esquerda-esq{
  width: 70%;

}

.esquerda h1{
  font-size: 4em;
  font-family: "Sulphur Point", sans-serif;
  font-weight: 700;
  line-height: 90%;
  margin-bottom: 15px;
  color: #c4aa72;
}

.esquerda p{
  font-size: 1.3em;
  font-family: "Sulphur Point", sans-serif;
  font-weight: 400;
}

.direita{
  width: 50%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  
}

.direita h4{
  font-size: 1.3em;
  font-family: "Sulphur Point", sans-serif;
  font-weight: 700;
  text-align: center;
  margin-top:5px;
}

.direita form{
  display: flex;
  flex-direction: column;
  width: 55%;
  height: 50%;
  align-items: center;
  justify-content: center;
   background-color:#c4aa72;
   border-radius:3px;
    box-shadow: black;

}

input{
  width: 90%;
  height: 50px;
  margin: 0.6rem 0;
  padding: 0.8rem 1.2rem;;
  border: 0.6rem #c4aa72;
  border-radius: 10px;
  box-shadow: 1px 1px 6px #0000001c;
  background-color: #fff;
  color:#363636;
  
}

input:hover {
  background-color: #f7f7f7;
}
input:focus-visible {
  outline: 1px solid #c4aa72;
}

button {
  width: 70%;
  height: 45px;
  border: 0;
  background-color: #fff;
  color: #2b2b2b;
  cursor: pointer;
  transition: .2s;
  border-radius: 5px;
}
button:hover {
  background-color: #d1b16b;
}

button{
    margin-bottom:5px;
  width: 90%;
  height: 50px;
  border: none;
}

  
}
  
  @media screen and (max-width: 900px) {

body, html {
    margin: 0;
    padding: 0;
    height: auto; /* Permite que a altura seja definida pelo conteúdo */
    background-color: #f9f9f9;
    overflow-x: hidden;
}

.frase{
  width: 100%;
  height: 60vh;
  overflow: hidden;
  background-color: #192030;
  background-image: url('Fotos/section\ frase.png');
  background-size: 105%;
  background-position: center;
  background-color: #c4aa72;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
}

.frase img{
  width: 10%;
  
}

.frase h1{
  font-size: 1.5em;
  font-family: 'Sulphur Point', sans-serif;
  font-weight: 700;
  color: #fff;
  text-align: center;
  border: 0;
}



header {
  /* background-color: #c4aa72;  */
  width: 100%;
  padding: 20px 0;
  position: fixed;
  display: flex;
  top: 0;
  left: 0;
  transition: 1.5s;
  z-index: 2400;
  height: 20%;
}

header.rolagem{
background-color: #c4aa72;
padding: 20px 0;
height: 16%;

}

.container {
  width: 90%;
  margin: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}



.a-logo img {
  height: 55px;
}

/* Menu padrão */
.menu {
  display: flex;
  list-style: none;
  z-index: 1500;
}

.menu li a {
  color: white;
  text-decoration: none;
  padding: 10px 15px;
}

.menu li a:hover {
  background-color: #132330; /* Cor ao passar o mouse */
  transition: 2.6s;
}

/* Estilo do menu hambúrguer no mobile */
.hamburger {
  display: none;
  flex-direction: column;
  cursor: pointer;
  /* z-index: 1500; */
}

.hamburger span {
  height: 2px;
  width: 35px;
  background: white;
  margin: 3px;
  transition: 0.3s;
}

.flex{
display: flex;
width: 100%;
flex-direction: row;
justify-content: space-between;
align-items: center ;
}
.btn-header{
  
  width: auto;
  height: auto;
  border: 0;
  background-color: #00b503;
  padding: 5px 25px;
  border-radius: 30px;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  transition: transform 0.5s ease;

}

.menu {
  display: none;
  position:absolute;
  top: 100%;
  right: 00;
  background-color: #353535;
  width: 200px;
  flex-direction: column;
}

.menu li {
text-align: right;
padding: 15px 0;
margin-right:15px;
}

.menu li a{
font-family: 'Poppins', sans-serif;
font-size: 1em;
color: #fff;
font-weight: 100;
}

.hamburger {
display: flex;
}

/* Exibir o menu quando ativado */
.menu.show {
display: flex;
z-index: 1501;}



.carousel-inner{
  height: 100vh;
  align-items: flex-end;
  display: flex;
}

.carousel-caption{
  height: 10vh;
  margin:0;
  padding: 75px 0px;
  z-index: 10;
}

.carousel-caption h1{
  top:50;
  display: flex;
}

.carousel-item{
  height: 100vh;
  object-fit: cover; /* Ajusta a imagem para cobrir o contêiner */
}

.carousel-image{
  height: 100vh;
  object-fit: cover; /* Ajusta a imagem para cobrir o contêiner */
  background-color: #f9f9f9;
}

.btn {
    padding: 10px 20px;
    font-size: 1.2rem; /* Tamanho do botão */
}

.sec-0 {
  background-color: #f9f9f9;
  width: 100%;
  height: 60vh;
  z-index: 9;
  /* position: absolute; */
  display: flex;
  align-items: center;
  justify-content: center;
}

    
.sec-1{
    width:100%;
    height:40vh;
}


.sec-11{
  height: 100vh;
  background-color: #f9f9f9;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;

}


.beneficios{
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  /* transform: translateY(-90%); */
}

.icones{
  display: flex;
  width: 80%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.icones-cima{
  display: flex;
  width: 100%;
  height: 80%;
  flex-direction: row;
  justify-content: space-around;
  /* margin-bottom: 30px; */
}

.icone{
  width: 50%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.icone img{
  width: 40%;
}

.icone p{
  font-family: 'Roboto', sans-serif;
  /* font-weight: 50; */
  font-size: 1em;
  color: white;
  text-align: center;
  margin-top: 15px;
}

.textos-beneficios {
  display: flex;
  width: 80%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}


.textos-beneficios p{
  font-family: 'Poppins', sans-serif;
  width:80%;
  font-size: 1.2rem; /* Tamanho do título, pode ser ajustado */
  margin-bottom: 50px;
  text-align: center;
  color: #2b2b2b;
}

.textos-beneficios button{
  font-family: 'Poppins', sans-serif;
  width:100%;
  margin: 0;
  padding: 10px 15px;
  border: 0;
  font-size: 1rem; /* Tamanho do título, pode ser ajustado */
  text-align: center;
  background-color: #c4aa72;
  color: #2b2b2b;
}


.icones-baixo{
  display: flex;
  width: 100%;
  height: 80%;
  flex-direction: row;
  justify-content: space-around;
}

.frase{
  font-family: "PT Serif", serif;
  font-size: 2rem; /* Tamanho do título, pode ser ajustado */
  margin: 30px 0px 0px;
  text-align: center;
  color: white;
  font-style: italic;

}


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%;
  height: 100%;
  cursor: pointer;
  object-fit: cover;

}

.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;
  text-decoration: none;
}

.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

.prev:hover, .next:hover {
  background-color: #d6bf8d;
}

/* 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;
  object-fit: cover;
}

.fullscreen-image img {
  max-width: 100%;
  max-height: auto;
  cursor: pointer;
}

.fullscreen-close {
  position: absolute;
  top: 5px;
  right: 05px;
  color: white;
  font-size: 50px;
  cursor: pointer;
  z-index: 10000;
}

.galeria {

  display: none;

}



.video-banner {
  position: relative;
  display: flex;
  width: 100%;
  height: 30vh;
  /* background-position: center; */
  align-items: center;
  justify-content: center;
  overflow: hidden;   /* Garante que nada dentro do div saia dos limites */
  background-color: #ccc296;
  background-image: url('ARQUIVOS SITE MONA/img-baixa/banner-4.png');
  

}


.video-banner h1{
  font-size: 3em;
  color: f#fff;
  }


.video-banner img{
  overflow: hidden;
  z-index: 100;
  }

.play-button p{
  display: none;
}

.video-container {
  /* display: none; */
  display: flex;
  width: 85%;
  height: auto;
  z-index: 100;
  /* position: absolute; */
  top: 0;
  left: 0;
  align-items: center;
  justify-content: center;
  /* background-color: #000; */
}

video {
  width: 100%;
  display: flex;  height: auto;
  object-fit: cover; /* Ajusta a imagem para cobrir a área sem distorção */
}



/* MAPA LOCALIZACAO */


.mapa{
  width: 100%;
  height: 100vh;
  display: flex;
  background-color: #f9f9f9;
}

.div-principal-mapa{
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  background-color: #26422b;
  justify-content: space-around;
  align-items: center;
}

.letras-mapa{
  width: 90%;
  height: 50%;
  display: flex;
  /* background-color: #ffffff; */
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 50px 0px;
  

}

.letras-mapa h1{
  padding: 0;
  line-height: 90%;
  text-align: center;
  font-size: 3em;
  font-family: "PT Serif", serif;
  font-weight: 200;
  color: #ccc296;
  margin-bottom: 30px;
}

.letras-mapa p{
  font-size: 1em;
  padding: 0;
  text-align: center;
  font-family: 'Roboto',sans-serif;
  font-weight: 200;
  color: #ffffff;
}

/*.letras-mapa h3 a:hover{*/
/*    width:102%;*/
/*}*/

.letras-mapa h3{
  font-size: 1em;
  text-align: center;
  padding: 0;
  margin-top: 15px;
  font-family: 'Roboto',sans-serif;
  font-weight: 300;
  color: #ffffff;
}

.letras-mapa a{
  /*text-decoration: none;*/
  padding: 15px 0px;
}

.letras-mapa button{
  /* margin-left: 50px; */
  width: 250px;
  height: 40px;
  display: flex;
  background-color: #ccc296;
  border: none;
  justify-content: center;
  align-items: center;
  font-size: 1.5em;
  font-family: 'Roboto', 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: #1b2b1e;
      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:50; */
  
  }
  .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: 90%;
  height: 50%;;
  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%);
}

.carrossel-pg {
  height: 60vh;
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  justify-content: space-around;
  padding: 40px 20px;
  background-color: #f9f9f9; /* cor de fundo da seção */
}

.carrossel-pg h1 {
  font-size: 4em;
  font-family: "Sulphur Point", sans-serif;
  font-weight: 700;
  /* margin-top: 20px; */
  /* margin-bottom: 55px; */
  line-height: 90%;

  color: #c4aa72; /* cor do texto do título */
}
.carrossel-pg p {
  
    display: block; 
    color: #3f3f3f;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 200px;
}
.carrossel-pg h4 {
    width:90%;
  color: #3f3f3f;
  font-family: 'Roboto', sans-serif;
  font-size: 1.3em;
  line-height: 130%;
  font-weight: 200;
  letter-spacing: 1px;
}



.carousel-section-2 {
    display: flex;
    align-items: center;
    max-width: 100%;
    padding: 0;
    background-color: #f9f9f9;
    border-radius: 10px;
}

.carousel-content-2 {
    flex: 1;
    padding: 20px;
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.carousel-content-2 .icon-2 img {
    width: 80px;
    opacity: 0.1;
}

.carousel-content-2 h2 {
    font-size: 5.5em;
    font-family: 'Sulphur Point', sans-serif;
    font-weight: 700;
    color: #c4aa72;
    line-height: 90%;
    margin: 10px 0;
}

.indicators-2 {
    margin-top: 20px;
    width: 100%;
    display: flex;
    margin-left: 600px;
}

.indicator-2 {
    display: inline-block;
    width: 8%;
    height: 10px;
    background-color: #c4aa72;
    opacity: 0.5;
    margin-right: 5px;
    border-radius: 5px;
    cursor: pointer;
}

.indicator-2.active {
    background-color: #3a3a3a;
    opacity: 1;
}

.carousel-image-2 {
    flex: 1;
    padding: 0;
    display: flex;
    justify-content: center;
    position: relative;
}

.carousel-slide-2 {
    width: 100%;
    border-top-left-radius: 40px; /* Canto superior esquerdo */
    border-bottom-left-radius: 40px; /* Canto inferior esquerdo */
    object-fit: cover;
    display: none; /* Oculta as imagens inicialmente */
}

.carousel-slide-2.active {
    display: block; /* Mostra apenas a imagem ativa */
}


.carousel-section-3 {
    display: flex;
    align-items: center;
    max-width: 100%;
    padding: 0;
    background-color: #f9f9f9;
    border-radius: 10px;
    flex-direction: column;
}

.carousel-content-3 {
    flex: 1;
    padding: 20px;
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.carousel-content-3 .icon-3 img {
    width: 80px;
    opacity: 0.1;
}

.carousel-content-3 h2 {
    font-size: 5.5em;
    font-family: 'Sulphur Point', sans-serif;
    font-weight: 700;
    color: #c4aa72;
    line-height: 90%;
    margin: 10px 0;
}

.carousel-content-3 p {
    width:80%;
    font-size: 1.5em;
    font-family: 'Sulphur Point', sans-serif;
    font-weight: 500;
    color: #2b2b2b;
    line-height: 90%;
    margin-left: 290px;
    margin-bottom:100px;
}

.indicators-3 {
    margin-top: 20px;
    width: 80%;
    display: flex;
    margin-left: 350px;
    /*margin-left: 0;*/
}

.indicator-3 {
    display: inline-block;
    width: 8%;
    height: 10px;
    background-color: #c4aa72;
    opacity: 0.5;
    margin-right: 5px;
    border-radius: 5px;
    cursor: pointer;
}

.indicator-3.active {
    background-color: #3a3a3a;
    opacity: 1;
}

.carousel-image-3 {
    flex: 1;
    padding: 0;
    display: flex;
    justify-content: center;
    position: relative;
}

.carousel-slide-3 {
    width: 100%;
    border-top-left-radius: 40px; /* Canto superior esquerdo */
    border-bottom-left-radius: 40px; /* Canto inferior esquerdo */
    object-fit: cover;
    display: none; /* Oculta as imagens inicialmente */
}

.carousel-slide-3.active {
    display: block; /* Mostra apenas a imagem ativa */
}



.infos{
  height: auto;
  width: 100%;
  margin-top: 50px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: #f9f9f9;
}

.info-img1, .info-img2, .info-img3, .info-img4 {
  width: 100%;
  height: 25%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f9f9f9;;
}

.info-img1 img{
  width: 80%;
  margin-right: 5%;
  background-color: #f9f9f9;
}

.info-img3 img{
  width: 80%;
  margin-right: 5%; 
  background-color: #f9f9f9;
}


.info-img2 img{
  width: 80%;
  margin-left: 5%;
}

.info-img4 img{
  width: 80%;
  margin-left: 5%;
}

.infos button{
  margin-top: 20%;
  width: 250px;
  height: 50px;
  display: flex;
  background-color: #fff;
  border: 1px solid #c4aa72;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  font-size: 1.2em;
  font-family: 'Poppins', sans-serif;
  color: #c4aa72;
  transition: 0.6s ease;
  cursor: pointer;
  margin-bottom: 20%;
}


.frase{
    width: 100%;
    height: auto;
}

.location-section {
  text-align: center;
  padding: 10px 0px 0; /* Remova o padding inferior */
  background-color: #f9f9f9; /* Cor de fundo da seção */
  margin-top: 15px;
}

.location-title {
  font-size: 4em;
  margin-bottom: 50px;
  font-family: "Sulphur Point", sans-serif;
  font-weight: 700;
  color: #c4aa72; /* Cor do título */
}

.location-section p {
  font-family: 'Roboto', sans-serif;
  font-size: 1.3em;
  line-height: 130%;
  font-weight: 100;
  letter-spacing: 1px;
  color: #3f3f3f; /* Cor do subtítulo */
  margin-bottom: 70px;
}
.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%);
}

.espacos-lazer {
  text-align: center;
  font-family: Arial, sans-serif;
  color: #4a4a4a;
}


.mapa-hum{
  width: 100%;
  height: auto;

}
.espacos-lazer h2 {
  font-weight: bold;
  font-size: 1.5em;
  margin-bottom: 10px;
}

.grid {
  display: flex;
  justify-content: center;
  gap: 40px;
}

ul {
  list-style: none;
  padding: 0;
}

li {
  display: flex;
  align-items: center;
  font-size: 1em;
  margin: 8px 0;
}

li span {
  background-color: #c4aa72;
  color: white;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  margin-right: 8px;
}


.footer{
  width: 100%;
  background-color: #efefef;
  display: flex;
  align-items: center;
  justify-content: center;
}

.container-footer{
  width: 100%;
}

.footer-esq{
  margin-left: 40%;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.logo-insta{
  width: 50%;
  
}

.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;
}
.carousel-section-2 {
    display: flex;
    align-items: center;
    max-width: 100%;
    padding: 0;
    background-color: #f9f9f9;
    border-radius: 10px;
    flex-direction: column;
}
.formulario{
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-bottom: 40px;
 

}

.esquerda{
  width: 100%;
  height: 100%;
  
}

.esquerda-esq{
  width: 100%;

}

.esquerda h1{
  font-size: 4em;
  font-family: "Sulphur Point", sans-serif;
  font-weight: 700;
  line-height: 90%;
  margin-bottom: 15px;
  color: #c4aa72;
}

.esquerda p{
  font-size: 1.3em;
  font-family: "Sulphur Point", sans-serif;
  font-weight: 400;
}

.direita{
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  
}

.direita h4{
  font-size: 1.3em;
  font-family: "Sulphur Point", sans-serif;
  font-weight: 700;
  text-align: center;
  margin-top:5px;
}

.direita form{
  display: flex;
  flex-direction: column;
  width: 55%;
  height: 50%;
  align-items: center;
  justify-content: center;
   background-color:#c4aa72;
   border-radius:3px;
    box-shadow: black;

}

input{
  width: 90%;
  height: 50px;
  margin: 0.6rem 0;
  padding: 0.8rem 1.2rem;;
  border: 0.6rem #c4aa72;
  border-radius: 10px;
  box-shadow: 1px 1px 6px #0000001c;
  background-color: #fff;
  color:#363636;
  
}

input:hover {
  background-color: #f7f7f7;
}
input:focus-visible {
  outline: 1px solid #c4aa72;
}

button {
  width: 70%;
  height: 45px;
  border: 0;
  background-color: #fff;
  color: #2b2b2b;
  cursor: pointer;
  transition: .2s;
  border-radius: 5px;
}
button:hover {
  background-color: #d1b16b;
}

button{
  margin-bottom:50px;
  width: 90%;
  height: 50px;
  border: none;
}


.footer {
  padding: 20px;
}

.container-footer {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footer-esq,
.footer-dir {
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}

.logo-insta-1 {
  width: 120px; /* Ajuste o tamanho do logo conforme necessário */
  margin-bottom: 10px;
}

.logo-insta-2 {
  width: 30px; /* Ajuste o tamanho do ícone do Instagram */
}

.realizacao p,
.assinado p {
  font-size: 1.1em; /* Ajuste do tamanho da fonte para telas menores */
}

.realizacao img,
.assinado img {
  width: 150px; /* Ajuste o tamanho das imagens para se ajustarem bem em telas menores */
  margin-top: 10px;
}

.ft-cima {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.ft-baixo p {
  font-size: 0.9em; /* Ajuste o tamanho do texto no rodapé */
  text-align: center;
  margin-top: 10px;
}
}



























  @media screen and (min-width: 901px) and (max-width: 1498px) {
    * {
        margin: 0;
        padding: 0;
    }

body, html {
    margin: 0;
    padding: 0;
    height: auto; /* Permite que a altura seja definida pelo conteúdo */
    background-color: #f9f9f9;
}

.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);
}
.container{
  width: 100%;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  
}

.flex{
    display: flex;
    width:100%;
    height: 100%;
    align-items: center;
    justify-content: space-between;
}

.flex nav ul{
  margin: 0;
}

.flex a{
  width: 5%;
  display: flex;
  justify-content: center;
}

.flex img{
  width:100%;
  height: auto;
} 
.flex nav ul li a{
    font-family: 'Poppins', sans-serif;
    color: #fff;
    width: auto;
    align-items: center;
    justify-content: center;
    
}

header{
  width: 100%;
  padding: 40px 4%;
  position: fixed;
  top: 0;
  left: 0;
  transition: 1.1s;
  z-index: 1500;
  display: flex;
  align-items: center;
  justify-content: center;
}

header.rolagem{
  background-color: #ccc296;
  padding: 20px 4%;
  height: 16%;
  
}

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 18px;
}

header ul li a{
  color: #fff;
  text-decoration: none;
}



.btn-contato button{
  width: 35px;
  height: 35px;
  border: 0;
  background-color: #34413b;
  color: #fff;
  cursor: pointer;
  transition: .2s;
  padding: 10%;
}

.btn-contato{
  display: flex;
  gap: 15px;
  width: 15%;
  justify-content: center;

}

.btn-contato a{
  width: 30%;

}
.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;

}

.header-mob{
  display: none;
}

.carousel {
    height: 100vh;
    /* overflow: hidden; */
    background-color: #26422b;
}

.carousel img {
    width: 100%;
    /* overflow: hidden; */
    transform: translateY(-5%);
}

.carousel-caption {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    text-align: center;
    justify-content: center;
    color: white; /* Cor do texto, pode ser ajustada conforme seu design */
    z-index: 10; /* Para garantir que fique sobre as imagens do carrossel */
}


.carousel-inner{
  width: 100%;
  height: 100vh;

}

.carousel-item{
  height: 100vh;
}



.carousel-title {
    font-size: 4rem; /* Tamanho do título, pode ser ajustado */
    margin-bottom: 20px; /* Espaçamento entre o título e o botão */
}

.btn {
    padding: 10px 20px;
    font-size: 1.2rem; /* Tamanho do botão */
}

.sec-0{
  background-color: #f9f9f9;
  width: 100%;
  height: 80vh;
  z-index: 9;
  display: flex;
    align-items: center;
    justify-content: center;
}

.sec-1{
    height: 100vh;
    background-color: #f9f9f9;
    display: flex;
    align-items: center;
    justify-content: center;
    /* background-image: url(banner-3.png); */
    flex-direction: column;
    z-index: 12;

}


.sec-11{
  display: none;
}
 
.sec-0{
  background-color: #f9f9f9;
  width: 100%;
  height: 50vh;
  z-index: 9;
  display: flex;
    align-items: center;
    justify-content: center;
}

.sec-1{
    height: 40vh;
    /* background-color: #26422b; */
    display: flex;
    align-items: center;
    background-color: #f9f9f9;
    justify-content: center;
    flex-direction: column;

}

.sec-11{
  display: none;
}
    
    
.beneficios{
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.beneficios button{
  width: 220px;
  height: 35px;
  display: flex;
  background-color: #c4aa72;
  border: none;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  font-size: 1.2em;
  font-family: 'Roboto', sans-serif;
  color: #fff;
  transition: 0.6s ease;
  cursor: pointer;
}

.icones{
  display: flex;
  width: 80%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.icones-cima{
  display: flex;
  width: 100%;
  height: 80%;
  flex-direction: row;
  justify-content: space-around;
  margin-bottom: 60px;
}

.icone{
  width: 10%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.icone img{
  width: 80%;
}

.icone p{
  font-family: 'Roboto', sans-serif;
  /* font-weight: 50; */
  font-size: 1em;
  color: white;
  text-align: center;
  margin-top: 15px;
}

.textos-beneficios {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.textos-beneficios p{
  font-family: 'Roboto', sans-serif;
  font-size: 1.3rem; /* Tamanho do título, pode ser ajustado */
  margin-bottom: 50px;
  text-align: center;
  color: rgb(29, 29, 29);
}

.icones-baixo{
  display: flex;
  width: 100%;
  height: 80%;
  flex-direction: row;
  justify-content: space-around;
}


.espaco-video{
  height: 10vh;
  background-color: #f9f9f9;
}

/* SLIDER  */

section.slider {
  position: relative;
  max-width: 60%;
  margin: auto;
  overflow: hidden;
  background-color: #f9f9f9;


}
.slider {
  position: relative;
  max-width: 100%;
  margin: auto;
  overflow: hidden;
  background-color: #f9f9f9;
}

.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: #c4aa72;
}

.section-carrossel{
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  background-color: #1b2b1e;
}


.carrossel-pg {
  height: 60vh;
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: space-around;
  padding: 40px 20px;
  background-color: #f9f9f9; /* cor de fundo da seção */
}

.carrossel-pg h1 {
  font-size: 4em;
  font-family: "Sulphur Point", sans-serif;
  font-weight: 700;
  /* margin-top: 20px; */
  /* margin-bottom: 55px; */
  line-height: 90%;

  color: #c4aa72; /* cor do texto do título */
}
.carrossel-pg p {
  color: #3f3f3f;
  font-family: 'Roboto', sans-serif;
  font-size: 1.3em;
  line-height: 130%;
  font-weight: 200;
  letter-spacing: 1px;

}
.carrossel-pg h4 {
  display: none;
}


.gourmet{
  width: 100%;
  height: auto;
  overflow: hidden;
}
.gourmet img{
  width: 100%;
  height: auto;
  overflow: hidden;
}

.portico{
  width: 100%;
  height: auto;
  overflow: hidden;
}
.portico img{
  width: 100%;
  height: auto;
  overflow: hidden;
}

.video-banner {
  position: relative;
  display: flex;
  width: 100%;
  height: 70vh;
  align-items: center;
  justify-content: center;
  background-color: #f9f9f9;
  overflow:hidden;
  

}

.video-banner h1{
  font-family: "PT Serif", serif;
  font-style: italic;
  font-size: 8em;
  color: #fff;
}

.video-banner video{
    height: 100%;
    width: auto;
  }

.play-button p{
  display: none;
}

.infos{
  height: auto;
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.info-img1, .info-img2, .info-img3, .info-img4 {
  width: 100%;
  height: 25%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
}

.info-img1 img{
  width: 50%;
  margin-right: 25%;
}

.info-img3 img{
  width: 50%;
  margin-right: 25%;
}


.info-img2 img{
  width: 50%;
  margin-left: 25%;
}

.info-img4 img{
  width: 50%;
  margin-left: 25%;
}

.infos button{
  margin-top: 20%;
  width: 350px;
  height: 60px;
  display: flex;
  background-color: #fff;
  border: 0.6rem;
  border-color: #c4aa72;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  font-size: 1.5em;
  font-family: 'Roboto', sans-serif;
  color: #c4aa72;
  transition: 0.6s ease;
  cursor: pointer;
  margin-bottom: 20%;
}

.frase{
  width: 100%;
  height: 35vh;
  overflow: hidden;
  background-color: #192030;
  background-image: url('Fotos/section\ frase.png');
  background-size: 105%;
  background-position: center;
  background-color: #c4aa72;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
}

.frase img{
  width: 10%;
}

.frase h1{
  font-size: 1.8em;
  font-family: 'Sulphur Point', sans-serif;
  font-weight: 700;
  color: #fff;
  text-align: center;
  border: 0;
}


/* MAPA LOCALIZACAO */

.location-section {
  text-align: center;
  padding: 10px 0px 0; /* Remova o padding inferior */
  background-color: #f9f9f9; /* Cor de fundo da seção */
  margin-top: 15px;
}

.location-title {
  font-size: 4em;
  margin-bottom: 50px;
  font-family: "Sulphur Point", sans-serif;
  font-weight: 700;
  color: #c4aa72; /* Cor do título */
}

.location-section p {
  font-family: 'Roboto', sans-serif;
  font-size: 1.3em;
  line-height: 130%;
  font-weight: 100;
  letter-spacing: 1px;
  color: #3f3f3f; /* Cor do subtítulo */
  margin-bottom: 70px;
}
.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%);
}

.espacos-lazer {
  text-align: center;
  font-family: Arial, sans-serif;
  color: #4a4a4a;
}


.mapa-hum{
  width: 100%;
  height: auto;

}
.espacos-lazer h2 {
  font-weight: bold;
  font-size: 1.5em;
  margin-bottom: 10px;
}

.grid {
  display: flex;
  justify-content: center;
  gap: 40px;
}

ul {
  list-style: none;
  padding: 0;
}

li {
  display: flex;
  align-items: center;
  font-size: 1em;
  margin: 8px 0;
}

li span {
  background-color: #c4aa72;
  color: white;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  margin-right: 8px;
}


.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;
}
.carousel-section-2 {
    display: flex;
    align-items: center;
    max-width: 100%;
    padding: 0;
    background-color: #f9f9f9;
    border-radius: 10px;
}

.carousel-content-2 {
    flex: 1;
    padding: 20px;
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.carousel-content-2 .icon-2 img {
    width: 80px;
    opacity: 0.1;
}

.carousel-content-2 h2 {
    font-size: 5.5em;
    font-family: 'Sulphur Point', sans-serif;
    font-weight: 700;
    color: #c4aa72;
    line-height: 90%;
    margin: 10px 0;
}

.indicators-2 {
    margin-top: 20px;
    width: 100%;
    display: flex;
    margin-left: 600px;
}

.indicator-2 {
    display: inline-block;
    width: 8%;
    height: 10px;
    background-color: #c4aa72;
    opacity: 0.5;
    margin-right: 5px;
    border-radius: 5px;
    cursor: pointer;
}

.indicator-2.active {
    background-color: #3a3a3a;
    opacity: 1;
}

.carousel-image-2 {
    flex: 1;
    padding: 0;
    display: flex;
    justify-content: center;
    position: relative;
}

.carousel-slide-2 {
    width: 100%;
    border-top-left-radius: 40px; /* Canto superior esquerdo */
    border-bottom-left-radius: 40px; /* Canto inferior esquerdo */
    object-fit: cover;
    display: none; /* Oculta as imagens inicialmente */
}

.carousel-slide-2.active {
    display: block; /* Mostra apenas a imagem ativa */
}

.carousel-section-3 {
    display: flex;
    align-items: center;
    max-width: 100%;
    padding: 0;
    background-color: #f9f9f9;
    border-radius: 10px;
}

.carousel-content-3 {
    flex: 1;
    padding: 20px;
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.carousel-content-3 .icon-3 img {
    width: 80px;
    opacity: 0.1;
}

.carousel-content-3 h2 {
    width:80%;
    font-size: 5.5em;
    font-family: 'Sulphur Point', sans-serif;
    font-weight: 700;
    color: #c4aa72;
    line-height: 90%;
    margin-left: 350px;
}

.carousel-content-3 p {
    width:80%;
    font-size: 1.5em;
    font-family: 'Sulphur Point', sans-serif;
    font-weight: 500;
    color: #2b2b2b;
    line-height: 90%;
    margin-left: 350px;
    margin-bottom:100px;
}

.indicators-3 {
    margin-top: 20px;
    width: 80%;
    display: flex;
    margin-left: 350px;
    /*margin-left: 0;*/
}

.indicator-3 {
    display: inline-block;
    width: 8%;
    height: 10px;
    background-color: #c4aa72;
    opacity: 0.5;
    margin-right: 5px;
    border-radius: 5px;
    cursor: pointer;
}

.indicator-3.active {
    background-color: #3a3a3a;
    opacity: 1;
}

.carousel-image-3 {
    flex: 1;
    padding: 0;
    display: flex;
    justify-content: center;
    position: relative;
}

.carousel-slide-3 {
    width: 100%;
    border-top-left-radius: 40px; /* Canto superior esquerdo */
    border-bottom-left-radius: 40px; /* Canto inferior esquerdo */
    object-fit: cover;
    display: none; /* Oculta as imagens inicialmente */
}

.carousel-slide-3.active {
    display: block; /* Mostra apenas a imagem ativa */
}


/*FIM CAROUSEL */



.formulario{
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
 

}

.esquerda{
  width: 50%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 90px;
}

.esquerda-esq{
  width: 70%;

}

.esquerda h1{
  font-size: 4em;
  font-family: "Sulphur Point", sans-serif;
  font-weight: 700;
  line-height: 90%;
  margin-bottom: 15px;
  color: #c4aa72;
}

.esquerda p{
  font-size: 1.3em;
  font-family: "Sulphur Point", sans-serif;
  font-weight: 400;
}

.direita{
  width: 50%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  
}

.direita h4{
  font-size: 1.3em;
  font-family: "Sulphur Point", sans-serif;
  font-weight: 700;
  text-align: center;
  margin-top:5px;
}

.direita form{
  display: flex;
  flex-direction: column;
  width: 55%;
  height: 50%;
  align-items: center;
  justify-content: center;
   background-color:#c4aa72;
   border-radius:3px;
    box-shadow: black;

}

input{
  width: 90%;
  height: 50px;
  margin: 0.6rem 0;
  padding: 0.8rem 1.2rem;;
  border: 0.6rem #c4aa72;
  border-radius: 10px;
  box-shadow: 1px 1px 6px #0000001c;
  background-color: #fff;
  color:#363636;
  
}

input:hover {
  background-color: #f7f7f7;
}
input:focus-visible {
  outline: 1px solid #c4aa72;
}

button {
  width: 70%;
  height: 45px;
  border: 0;
  background-color: #fff;
  color: #2b2b2b;
  cursor: pointer;
  transition: .2s;
  border-radius: 5px;
}
button:hover {
  background-color: #d1b16b;
}

button{
    margin-bottom:5px;
  width: 90%;
  height: 50px;
  border: none;
}

}







  @media screen and (min-width: 1499px) {
    * {
        margin: 0;
        padding: 0;
    }

body, html {
    margin: 0;
    padding: 0;
    height: auto; /* Permite que a altura seja definida pelo conteúdo */
    background-color: #f9f9f9;
}

.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);
}

.container{
  width: 100%;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  
}

.flex{
    display: flex;
    width:100%;
    height: 100%;
    align-items: center;
    justify-content: space-between;
}

.flex nav ul{
  margin: 0;
}

.flex a{
  width: 10%;
  display: flex;
  justify-content: center;
}


.flex img{
  width:80%;
  height: auto;
} 
.flex nav ul li a{
    font-family: 'Poppins', sans-serif;
    color: #fff;
    width: auto;
    align-items: center;
    justify-content: center;
    
}

header{
  width: 100%;
  padding: 20px 4%;
  position: fixed;
  top: 0;
  left: 0;
  transition: 1.1s;
  z-index: 1500;
  display: flex;
  align-items: center;
  justify-content: center;
}

header.rolagem{
  background-color: #c4aa72;
  padding: 20px 4%;
  height: 12%;
  
}

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: #34413b;
  color: #fff;
  cursor: pointer;
  transition: .2s;
  padding: 10%;
}

.btn-contato{
  display: flex;
  gap: 15px;
  width: 20%;
  justify-content: center;

}

.btn-contato a{

  width: 20%;
  justify-content: center;

}
.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;
}

.carousel {
    height: 100vh;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center ;
    background-color: #26422b;
}

.carousel-inner img {
    height: 50%;
    /* overflow: hidden; */
    transform: translateY(-5%);
}

.carousel-image{
  height: 100%;
  width: auto;
  object-fit: cover;

}

.carousel-caption {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    text-align: center;
    justify-content: center;
    color: white; /* Cor do texto, pode ser ajustada conforme seu design */
    z-index: 10; /* Para garantir que fique sobre as imagens do carrossel */
}

.carousel-title {
    font-size: 4rem; /* Tamanho do título, pode ser ajustado */
    margin-bottom: 20px; /* Espaçamento entre o título e o botão */
}

.btn {
    padding: 10px 20px;
    font-size: 1.2rem; /* Tamanho do botão */
}

.sec-0{
  background-color: #f9f9f9;
  width: 100%;
  height: 50vh;
  z-index: 9;
  display: flex;
    align-items: center;
    justify-content: center;
}

.sec-1{
    height: 40vh;
    /* background-color: #26422b; */
    display: flex;
    align-items: center;
    background-color: #f9f9f9;
    justify-content: center;
    flex-direction: column;

}

.sec-11{
  display: none;
}
    
    
.beneficios{
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.beneficios button{
  width: 250px;
  height: 40px;
  display: flex;
  background-color: #c4aa72;
  border: none;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  font-size: 1.5em;
  font-family: 'Roboto', sans-serif;
  color: #fff;
  transition: 0.6s ease;
  cursor: pointer;
}

.icones{
  display: flex;
  width: 80%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.icones-cima{
  display: flex;
  width: 100%;
  height: 80%;
  flex-direction: row;
  justify-content: space-around;
  margin-bottom: 60px;
}

.icone{
  width: 10%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.icone img{
  width: 80%;
}

.icone p{
  font-family: 'Roboto', sans-serif;
  /* font-weight: 50; */
  font-size: 1em;
  color: white;
  text-align: center;
  margin-top: 15px;
}

.textos-beneficios {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.textos-beneficios h1{
  font-family: 'Poppins', sans-serif;
  font-size: 5rem; /* Tamanho do título, pode ser ajustado */
  margin-bottom: 20px;
  text-align: center;
  color: white;
  margin:0;
  font-style: italic;
}

.textos-beneficios p{
  font-family: 'Poppins', sans-serif;
  font-size: 1.5rem; /* Tamanho do título, pode ser ajustado */
  margin-bottom: 50px;
  text-align: center;
  color: rgb(29, 29, 29);
}

.icones-baixo{
  display: flex;
  width: 100%;
  height: 80%;
  flex-direction: row;
  justify-content: space-around;
}


.espaco-video{
  height: 10vh;
  background-color: #f9f9f9;
}

/* SLIDER  */

section.slider {
  position: relative;
  max-width: 60%;
  margin: auto;
  overflow: hidden;
  background-color: #f9f9f9;


}
.slider {
  position: relative;
  max-width: 100%;
  margin: auto;
  overflow: hidden;
  background-color: #f9f9f9;
}

.slides {
  display: flex;
  transition: transform 0.5s ease-in-out;
  width: 100%;
  /*margin-left:200px;*/
}

.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: #c4aa72;
}

.section-carrossel{
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  background-color: #1b2b1e;
}


.carrossel-pg {
  height: auto;
  display: flex;
  flex-direction: column;
  background-color: #f9f9f9; /* cor de fundo da seção */
}

.carrossel-pg h1 {
  font-size: 5.5em;
  font-family: "Sulphur Point", sans-serif;
  font-weight: 700;
  /* margin-top: 20px; */
  /* margin-bottom: 55px; */
  line-height: 90%;

  color: #c4aa72; /* cor do texto do título */
}
.carrossel-pg p{
display: none;
}
.carrossel-pg p {
  color: #3f3f3f;
  font-family: 'Poppins', sans-serif;
  font-size: 1.5em;
  line-height: 130%;
  font-weight: 400;
  letter-spacing: 1px;

}
.carrossel-pg h4 {
  display: none;
}

.gourmet{
  width: 100%;
  /* height: auto; */
  overflow: hidden;
}
.gourmet img{
  width: 100%;
  /* height: auto; */
  overflow: hidden;
}

.portico{
  width: 100%;
  height: auto;
  overflow: hidden;
}
.portico img{
  width: 100%;
  height: auto;
  overflow: hidden;
}

.carousel-section-2 {
    display: flex;
    align-items: center;
    max-width: 100%;
    padding: 0;
    background-color: #f9f9f9;
    border-radius: 10px;
}

.carousel-content-2 {
    flex: 1;
    padding: 20px;
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.carousel-content-2 .icon-2 img {
    width: 80px;
    opacity: 0.1;
}

.carousel-content-2 h2 {
    font-size: 5.5em;
    font-family: 'Sulphur Point', sans-serif;
    font-weight: 700;
    color: #c4aa72;
    line-height: 90%;
    margin: 10px 0;
}

.indicators-2 {
    margin-top: 20px;
    width: 100%;
    display: flex;
    margin-left: 600px;
}

.indicator-2 {
    display: inline-block;
    width: 8%;
    height: 10px;
    background-color: #c4aa72;
    opacity: 0.5;
    margin-right: 5px;
    border-radius: 5px;
    cursor: pointer;
}

.indicator-2.active {
    background-color: #3a3a3a;
    opacity: 1;
}

.carousel-image-2 {
    flex: 1;
    padding: 0;
    display: flex;
    justify-content: center;
    position: relative;
}

.carousel-slide-2 {
    width: 100%;
    border-top-left-radius: 40px; /* Canto superior esquerdo */
    border-bottom-left-radius: 40px; /* Canto inferior esquerdo */
    object-fit: cover;
    display: none; /* Oculta as imagens inicialmente */
}

.carousel-slide-2.active {
    display: block; /* Mostra apenas a imagem ativa */
}


.carousel-section-3 {
    display: flex;
    align-items: center;
    max-width: 100%;
    padding: 0;
    background-color: #f9f9f9;
    border-radius: 10px;
}

.carousel-content-3 {
    flex: 1;
    padding: 20px;
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.carousel-content-3 .icon-3 img {
    width: 80px;
    opacity: 0.1;
}

.carousel-content-3 h2 {
    width:80%;
    font-size: 5.5em;
    font-family: 'Sulphur Point', sans-serif;
    font-weight: 700;
    color: #c4aa72;
    line-height: 90%;
    margin-left: 350px;
}

.carousel-content-3 p {
    width:80%;
    font-size: 1.5em;
    font-family: 'Sulphur Point', sans-serif;
    font-weight: 500;
    color: #2b2b2b;
    line-height: 90%;
    margin-left: 350px;
    margin-bottom:100px;
}

.indicators-3 {
    margin-top: 20px;
    width: 80%;
    display: flex;
    margin-left: 350px;
    /*margin-left: 0;*/
}

.indicator-3 {
    display: inline-block;
    width: 8%;
    height: 10px;
    background-color: #c4aa72;
    opacity: 0.5;
    margin-right: 5px;
    border-radius: 5px;
    cursor: pointer;
}

.indicator-3.active {
    background-color: #3a3a3a;
    opacity: 1;
}

.carousel-image-3 {
    flex: 1;
    padding: 0;
    display: flex;
    justify-content: center;
    position: relative;
}

.carousel-slide-3 {
    width: 100%;
    border-top-left-radius: 40px; /* Canto superior esquerdo */
    border-bottom-left-radius: 40px; /* Canto inferior esquerdo */
    object-fit: cover;
    display: none; /* Oculta as imagens inicialmente */
}

.carousel-slide-3.active {
    display: block; /* Mostra apenas a imagem ativa */
}


/*FIM CAROUSEL */



.video-banner {
  position: relative;
  display: flex;
  width: 100%;
  height: 70vh;
  align-items: center;
  justify-content: center;
  background-color: #f9f9f9;
  overflow:hidden;
  

}

.video-banner h1{
  font-family: "PT Serif", serif;
  font-style: italic;
  font-size: 8em;
  color: #fff;
}

.video-banner video{
    height: 100%;
    width: auto;
  }

.play-button p{
  display: none;
}

.infos{
  height: auto;
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: #f9f9f9;
}

.info-img1, .info-img2, .info-img3, .info-img4 {
  width: 100%;
  height: 25%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f9f9f9;
}

.info-img1 img{
  width: 50%;
  margin-right: 25%;
}

.info-img3 img{
  width: 50%;
  margin-right: 25%;
}


.info-img2 img{
  width: 50%;
  margin-left: 25%;
}

.info-img4 img{
  width: 50%;
  margin-left: 25%;
}

.infos button{
  margin-top: 20%;
  width: 350px;
  height: 60px;
  display: flex;
  background-color: #fff;
  border: 1px solid #c4aa72;
  /*border-color: #c4aa72;*/
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  font-size: 1.5em;
  font-family: 'Roboto', sans-serif;
  color: #2b2b2b;
  transition: 0.6s ease;
  cursor: pointer;
  margin-bottom: 20%;
}

.frase{
  width: 100%;
  height: 35vh;
  overflow: hidden;
  background-color: #192030;
  background-image: url('Fotos/section\ frase.png');
  background-position: center;
  background-color: #c4aa72;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
}

.frase img{
  width: 0%;
}

.frase h1{
  font-size: 2em;
  font-family: 'Sulphur Point', sans-serif;
  font-weight: 700;
  color: #fff;
  text-align: center;
  border: 0;
}


/* MAPA LOCALIZACAO */

.location-section {
  text-align: center;
  padding: 10px 0px 0; /* Remova o padding inferior */
  background-color: #f9f9f9; /* Cor de fundo da seção */
  margin-top: 15px;
}

.location-title {
  font-size: 5.5em;
  margin-bottom: 50px;
  font-family: "Sulphur Point", sans-serif;
  font-weight: 700;
  color: #c4aa72; /* 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 */
  margin-bottom: 70px;
}
.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%);
}

.espacos-lazer {
  text-align: center;
  font-family: Arial, sans-serif;
  color: #4a4a4a;
  overflow: hidden;
}

.espacos-lazer h2 {
  font-weight: bold;
  font-size: 1.7em;
  margin-bottom: 10px;
}

.grid {
  display: flex;
  justify-content: center;
  gap: 40px;
}

ul {
  list-style: none;
  padding: 0;
}

li {
  display: flex;
  align-items: center;
  font-size: 1.3em;
  margin: 8px 0;
}

li span {
  background-color: #c4aa72;
  color: white;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  margin-right: 8px;
}


.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;
}

.formulario{
  width: 100%;
  height: 80vh;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;

}

.esquerda{
  width: 50%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 90px;
}

.esquerda-esq{
  width: 70%;

}

.esquerda h1{
  font-size: 5.5em;
  font-family: "Sulphur Point", sans-serif;
  font-weight: 700;
  line-height: 90%;
  margin-bottom: 15px;
  color: #c4aa72;
}

.esquerda p{
  font-size: 1.5em;
  font-family: "Sulphur Point", sans-serif;
  font-weight: 400;
}

.direita{
  width: 50%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  
}

.direita h4{
  font-size: 1.3em;
  font-family: "Sulphur Point", sans-serif;
  font-weight: 700;
  text-align: center;
}

.direita form{
  display: flex;
  flex-direction: column;
  width: 50%;
  height: 50%;
  align-items: center;
  justify-content: center;
}

input{
  width: 100%;
  height: 50px;
  margin: 0.6rem 0;
  padding: 0.8rem 1.2rem;;
  border: 0.6rem #c4aa72;
  border-radius: 10px;
  box-shadow: 1px 1px 6px #0000001c;
  background-color: #fff;
  color:#363636;
  
}

input:hover {
  background-color: #f7f7f7;
}
input:focus-visible {
  outline: 1px solid #c4aa72;
}

button {
  width: 100%;
  height: 45px;
  border: 0;
  background-color: #c4aa72;
  color: #2b2b2b;
  cursor: pointer;
  transition: .2s;
  border-radius: 5px;
}
button:hover {
  background-color: #d1b16b;
}

button{
  width: 100%;
  height: 50px;
  border: none;
}
}


