@charset "utf-8";
/* CSS Document 

font-family: "Gilda Display", serif;

font-family: "Reddit Sans", sans-serif;

*/


@import url('https://fonts.googleapis.com/css2?family=Gilda+Display&family=Reddit+Sans:ital,wght@0,200..900;1,200..900&display=swap');


body{
	margin: 0; padding: 0;
	background-color: #fff;
	font-family: "Reddit Sans", sans-serif;
	color: #000;
	font-size: 16px;
	font-weight: 400;
	}

a{text-decoration:none; color:inherit;}
a:hover{text-decoration:none; color:inherit;}
a:link{text-decoration:none; color:inherit;}
a:visited{text-decoration:none; color:inherit;}


#close-btn{
	font-size: 18px;
	width: 100%;
	padding: 20px 0!important;
	font-weight: bolder;
	font-family: "Reddit Sans", sans-serif;
}

.descItens{
	font-size: 16px;
	list-style-image: url("../dados/layout/list1.png");
	line-height: 38px;
	letter-spacing: 2px;
}

.descItens ul li{
	vertical-align: middle;
}





.forceCenter{
	width: 100%;
	text-align: center;
}



/*=====CONTAINER DO TOPO DAS PÁGINAS ================*/

.topoPaginas {
	position: relative;
	width: 100%;
	height:80vh; /* Altura desejada */
	background-position: center;

	background-size: cover;
	background-repeat: no-repeat;
  }
  
  .topoPaginas::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7); /* Cor de fundo com opacidade */
  }
  
  .h1 {
	position: absolute;
	top: 60%;
	left: 50%;
	font-family: "Gilda Display", serif;
	letter-spacing: 3px;
	transform: translate(-50%, -50%);
	color: white; /* Cor do texto */
	text-align: center;
	text-transform:;
	font-size: 72px;
	
  }
  
  .h1 small{
  display: block;
  font-weight: 200;
  font-size:18px;
  margin-top: 20px;
  letter-spacing: none;
  font-family: "Reddit Sans", sans-serif;
  }
  
  /*===== TOPO DAS PÁGINAS ================*/
  
  
  







.example{
	width: 100%;
	height: 100%;
	
	padding: 20px;
	
	
  display: flex;
  justify-content: space-around;
  align-items: center;
}


p{letter-spacing: 2px; line-height: 30px;}


html {
  scroll-behavior: smooth;
	
	height: 100%;
}


.galeriaHome{
	padding: 80px 140px 0 140px;
}

.galeriaDepoimentos{
	font-family: "Gilda Display", serif;
	width: 100%; text-align: center;
	font-size: 24px;
	color: #000;
	padding-top: 40px;
}

.galeriaDepoimentos strong{
	font-family: "Reddit Sans", sans-serif;
	font-size: 18px;
}





.fontSize36{font-size:36px;}


.h2{
	color: #000;
	font-family: "Gilda Display", serif;
	letter-spacing: 2px;
	font-size: 44px;
}


.h3{
	color: #fff;
	font-family: "Gilda Display", serif;
	letter-spacing: 2px;
	font-size: 36px;
}


.h2 small{
	color:#a48566;
	font-weight: 300;
	display: block;
	text-transform: uppercase;
	font-size: 16px;
	margin-bottom: 20px;
	letter-spacing: 1px;
	font-family: "Reddit Sans", sans-serif;
}



.centerlogo{
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	width: 300px;
}


.paddingMenu{
	padding-top: 60px;
}

.reservatopo{
	background-color: #c19b76;
	color: #fff!important;
	padding: 12px 30px;
	font-size: 18px;
	font-weight: 300;
	letter-spacing: 2px;
}


.botao{
	background-color: #c19b76;
	color: #fff!important;
	padding: 12px 30px;
	font-size: 18px;
	font-weight: 300;
	letter-spacing: 2px;
}


.imgs img{
	margin: 0 40px;
}

.bgComImg{
	background: url("../dados/layout/bgRosa.png");
	background-position: center top;
	background-repeat:repeat-x;
	padding: 110px 0;
	background-size:100% 760px;
}

.bgHome{
	background-color: #f4f4f4;
	padding: 110px 0;
}

.bgPadding{
	padding: 110px 0;
}


.sidePadding{
	padding-left:110px;
	padding-right:110px;
}



/*======BOX HOME=====*/
.contorno{
	
	max-width: 95%; /* Largura máxima definida */
    min-width: 90%; /* Largura mínima definida */
	height:98%;

	transition: all .25s ease;

	border:solid 1px #c19b76;
	position: absolute;
	top:-40px;
	left: -15px;
	z-index: 100;
	
}
.imagem{
position: relative;
width: 100%;
}
.imagem img{width: 100%;}

.descricao{
	width: 100%;
	background-color: #c19b76;
	position: relative;
	z-index: 200;
	color: #fff;
	text-align: center;
	padding: 20px 40px;
}


.voltar{
	width: 100%;
	margin-top: 100px;
	text-align: left;
	display: block;
	color:#c19b76;
	letter-spacing: 2px;
}


.voltar a::after{
	content: '';
	  display: block;
	  top: -11px;
	  float:right;
	  position: relative;
	  z-index: -1;
	  width: 100%; /* Ou a largura desejada */
	  height: 1px; /* Ajuste a altura conforme necessário */
	  background-color: #c3c3c3; /* Cor da linha */
	 
   }
   .voltar a{background-color: #fff; padding-right: 10px;}

.relativePad{
	position: relative;
	padding:0px 30px 0 30px;
	width: 100%;
	height:100%;
	transition: all .25s ease;
}

/*
.relativePad:hover .contorno{
	min-width:92%; 
	height: 103.5%;
	top:-10px;
	left:20px;	
}*/

/*======BOX HOME=====*/





/*======PARALLAX HOME=====*/
.parallax{
	position: relative;
	z-index: 100;
	margin:115px 0 0 0;

	color: #fff;
	background:url("../dados/layout/parallax.jpg");
	background-size: cover;
}
.parallax h3 small{color: #fff;}
.parallax h3 {color: #fff;}
.bgTransparent{
	background: url("../dados/layout/bg2.png");
	width: 100%;
	height: 100%;
	padding:230px 0;
	position: relative;
	z-index:200 ;


	display: flex;
	justify-content: space-around;
	align-items: center;

}
/*======PARALLAX HOME=====*/








/*======PARALLAX O HOTEL=====*/
.parallax2{
	position: relative;
	z-index: 100;
	
	
	color: #fff;
	background:url("../dados/layout/parallax2.jpg");
	background-size: cover;
}

.icons{
	float:left;
}

.parallax2 h3 small{color: #c19b76; letter-spacing: 3px;}
.parallax2 h3 {color: #fff;}

.diFont{
	color: #c19b76; font-size: 24px; font-family: "Gilda Display", serif; 

}



.parallax2 p{
	letter-spacing: 3px;
}


.bgTransparent2{
	background: url("../dados/layout/bg3.png");
	width: 100%;
	height: 100%;
	padding:100px 0;
	position: relative;
	z-index:200 ;
	display: flex;
	justify-content: space-around;
	align-items: center;

}



.custom-list2 {
	list-style: none;
	padding: 0px;
	margin: 0;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 80px 150px; /* Espaçamento entre os itens */
	width: 100%;

	margin-top: 80px;
  }




  .custom-list2 li {
	padding:0px;
	width: 100%;
		text-align: left;
	  }
	  .custom-list2 li img{float:left; margin: -10px 20px 80px 0px;}

/*======PARALLAX O HOTEL=====*/










/*======PARALLAX HOME=====*/
.parallax{
	position: relative;
	z-index: 100;
	margin:115px 0 0 0;

	color: #fff;
	background:url("../dados/layout/parallax.jpg");
	background-size: cover;
}
.parallax h3 small{color: #fff;}
.parallax h3 {color: #fff;}
.bgTransparent{
	background: url("../dados/layout/bg2.png");
	width: 100%;
	height: 100%;
	padding:230px 0;
	position: relative;
	z-index:200 ;


	display: flex;
	justify-content: space-around;
	align-items: center;

}
/*======PARALLAX HOME=====*/






.cinza{
	background-color: #e6e4dd;
	}

.cinza2{
	background: #e6e4dd;
}

.row{
	margin-left: 0!important;
	margin-right: 0!important;
}

.alturaSlider{
	height: 100vh;
	position: relative;
	z-index: 4;
	padding: 0;
	
}

.whatsBt{
	width:67px;
	height:67px;
	position:fixed;
	bottom:0;
	right:0;
	margin:15px;
	z-index:400;
}



.topo{
	position: fixed;
	z-index: 1000;
	width: 100%;
	padding-top: 40px;
	  transition: all 0.5s ease;
}

.topoc{
	background-image: url("../dados/layout/rodape/bg.png");
	background-position: top center;
	padding-bottom: 10px;
	padding-top: 10px;
}

.topoc .brand-logo img{position:;  width: 150px;}

.topoc .paddingMenu{
	padding: 30px 0;
}







/* Seta Topo */
.arrow-topo {z-index: 5000; position: absolute;  margin-bottom: 90px; bottom: 0; width: 100%; height: 72px; text-align: center!important; }

.arrow-topo img{width: inherit!important;}


/* AnimaĂ§ĂŁo seta */
@-webkit-keyframes arrmove {
  from { top: 0px; opacity: 1; }
  to { top: 70px; opacity: 0; }
} 

/* Standard syntax */ 
@keyframes arrmove {
  from { top: 0px; opacity: 1; }
  to { top: 70px; opacity: 0; }
}
.arrow-topo div.arr-down { 
  position: relative;
  -webkit-animation: arrmove 5s infinite; /* Chrome, Safari, Opera */
  animation: arrmove 5s infinite;
}

.experience-section {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 60px 0;
}

.experience-container {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	max-width: 660px;
}

.experience-container p {
	letter-spacing: 0;
	line-height: 1.5;
	text-align: center;
}

.horario-box {
  border: 2px solid #000;
  padding: 20px 32px;
  display: inline-block;
  text-align: center;	
  font-family: "Reddit Sans", sans-serif;
  font-size: 16px;
	font-weight: 600;
	margin-left: auto;
	margin-right: auto;
}

.horario-box p {
  margin: 0;
}

.bistro-select-container {
	margin: 80px 0;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 150px;
}

.bistro-select-container .bistro-select-item a, .bistro-select-item a {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.bistro-select-container .bistro-select-item a img {
	width: 30px;
}

.bistro-select-container .bistro-select-item p, .bistro-select-item p {
	font-size: 19px;
	font-weight: 300;
	margin: 0;
	text-align: center;
}

.whatsapp-button {
	max-width: 230px;
	width: 100%;
	color: #fff;
	background-color: #000;
	padding: 10px 15px;
	text-decoration: none;
}

.whatsapp-button img {
	width: 30px;
	height: 30px;
}

.whatsapp-button-bottom {
	margin: 60px auto;
}

.bgPadding-bistro {
	padding: 40px 0;
}

.grill-experience-container {
	display: flex;
	justify-content: center;
	margin-top: 50px;
}

.grill-experience-container .grill-experience {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	max-width: 830px;
}

.grill-experience-container .grill-experience h2 {
	margin-bottom: 20px;
}

.grill-experience-container .grill-experience p {
	text-align: center;
	margin: 0;
}


.container-images {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 100px;
	padding-top: 60px;
}

.container-images .container-image-item {
	max-width: 380px;
	position: relative;
	width: 100%;
}

.container-images .container-image-item img {
	width: 100%;
}



.topos{width: 100%; height: 75vh; position: relative; overflow: hidden!important;
 
}
.topos img {
  transform-origin: center center;
  animation: zoom 240s infinite;
  max-width: 100%;
}

@keyframes zoom {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.6);
    /* equals 105% */
  }
  100% {
    transform: scale(1);
  }
}






.rodape{
	background: url("../dados/layout/rodape/bg.png");
	background-size: cover;
	color: #fff;
	padding: 125px 0;
}

.rodape h4{
	color: #c19b76;
	font-family: "Gilda Display", serif;
	font-size: 30px;
	margin-bottom: 30px;
}

.rodape ul{
	margin: ;
	font-weight: 300;
	padding: 0;
	list-style: none;
	font-size: 16px;

	line-height: 40px;
}




