@import url('../lib/bootstrap/css/bootstrap.min.css');
@import url('../lib/font-awesome/font-awesome.min.css');
@import url('../lib/ekko-lightbox/ekko-lightbox.css');
@import url('../lib/owl-carousel/owl.carousel.min.css');
@import url('../lib/owl-carousel/owl.theme.default.min.css');
@import url('../lib/whatsapp-widget/whatsapp.css');
@import url('color.css');
@import url('custom.css');

@keyframes slideLeft {
  0% {
	-ms-transform: translateX(-100%);
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
  }
  100% {
    -ms-transform: translateX(0);
	-webkit-transform: translateX(0);
	transform: translateX(0);
  }
}

@keyframes slideRight {
  0% {
    -ms-transform: translateX(200%);
	-webkit-transform: translateX(200%);
	transform: translateX(200%);
  }
  100% {
    -ms-transform: translateX(0);
	-webkit-transform: translateX(0);
	transform: translateX(0);
  }
}

@keyframes slideTop {
  0% {
    -ms-transform: translateY(-100%) rotate(-3deg);
	-webkit-transform: translateY(-100%) rotate(-3deg);
	transform: translateY(-100%) rotate(-3deg);
  }
  100% {
    -ms-transform: translateY(0) rotate(-3deg);
	-webkit-transform: translateY(0) rotate(-3deg);
	transform: translateY(0) rotate(-3deg);
  }
}

@keyframes bottle01{
  0% {
    -ms-transform: rotate(-3deg);
	-webkit-transform: rotate(-3deg);
	transform: rotate(-3deg);
  }
  25% {
    -ms-transform: rotate(2deg);
	-webkit-transform: rotate(2deg);
	transform: rotate(2deg);
  }
  50% {
    -ms-transform: rotate(-1deg);
	-webkit-transform: rotate(1deg);
	transform: rotate(-1deg);
  }
  100% {
    -ms-transform: translateY(0);
	-webkit-transform: translateY(0);
	transform: translateY(0);
  }
}

html, body{
	margin:0;
	padding:0;
	font-size:14px;
	line-height:normal;
	color:#666;
	overflow-x:hidden !important;
}

body{
	background: #fff;
}

/* BARRA DE PROGRESSO */
#progress-bar {
  --scrollAmount: 0%;
  background-color: var(--yellow) !important;
  width: var(--scrollAmount) !important;
  height: 4px !important;
  position: fixed !important;
  top: 0 !important;
  z-index:99999999999999999999 !important
}

a,
a:link,
a:active,
a:visited{
	color:var(--yellow);
	transition:0.5s;
	text-decoration:none
}
a:hover{
	color: var(--green)	
}

/* LINKS */
.cor-links-rodape a,
.cor-links-rodape a:link,
.cor-links-rodape a:active,
.cor-links-rodape a:visited{
	color: #fff;
	font-size:15px;
	font-weight:400;
	line-height:20px;
	transition:0.5s;
}
.cor-links-rodape a:hover{
	color: var(--yellow-dark)
}

/* MENU */
.menu-fixo{
	position: fixed;
	top: 0;
	z-index: 99;
	transition: all .5s;
}

@media only screen and (max-width: 600px) {
	.menu-fixo{
		position:inherit;
	}
}

.navbar-brand{
	padding:0px
}
.navbar{
	margin:0;
	padding:0	
}

.navbar-nav .nav-item a{
	padding: 3px 13px 2px 13px;
	font-size:15px;
	font-weight:400;
	margin: 0px 5px;
	color: #333;
	transition: 0.5s;
}

@media only screen and (max-width: 600px) {
	.navbar-nav .nav-item a{
		margin: 0px;
	}
}

.navbar-nav .nav-link:hover{
	color: var(--yellow-dark)
}

.dropdown-item{
    font-size: 16px;
	font-weight:300;
	line-height: 22px;
	margin:0px;
	padding:1px 25px;
	color: #fff !important;
}
.dropdown-menu{
	top:95%;
	width:200px
}

.dropdown-item:focus, .dropdown-item:hover {
    color: var(--yellow) !important;
	background:none !important
}

.dropdown-item.active,.dropdown-item:active{
	color: #ffffff;
	text-decoration: none;
	background-color: var(--green)
}

.dropdown:hover>.dropdown-menu {
  display: block;
  left: 0px;
  border: none
}
.navbar-toggler-icon{
	margin-bottom: 5px	
}
@media only screen and (max-width: 600px) {
	.navbar-collapse{
		margin-top:20px
	}	
	.nav-link {
	   padding: 5px 20px !important;
	}
	.navbar-collapse{
		margin-bottom: 10px	
	}
	.dropdown:hover>.dropdown-menu {
	  margin-left: 15px;
	  margin-right: 15px;
	}
	.navbar-nav li.nav-item:nth-child(8),
	.navbar-nav li.nav-item:nth-child(9){
		display:inline !important
	}
	.dropdown-menu{
		width:92% !important
	}

}

/* MENU SOCIAL TOP */
.menu-social-top{
	list-style:none;
	padding:0;
	margin:0;
	text-align:right;
	margin-left:10px;
	margin-right:10px;
}
.menu-social-top > li{
	display:inline-table	
}
.menu-social-top > li > a,
.menu-social-top > li > a:link,
.menu-social-top > li > a:active,
.menu-social-top > li > a:visited,
.menu-social-top > li > a:focus{
	display:block;
	font-size:17px;
	line-height:31px;
	width:33px;
	height:33px;
	border-radius:50%;
	text-align:center;
	color: var(--green) !important;
	border: solid 1px #ccc !important;
	margin:1px 1px;
	cursor:pointer;
	transition:0.5s;
	padding:0
}
.menu-social-top > li > a:hover{
	color: var(--yellow) !important;
	background: var(--green) !important;
}
@media only screen and (max-width: 600px) {
	.menu-social-top{
		margin-left:auto;
		margin-right:auto;
		width:100%;
		margin-bottom:10px;
		text-align:center;
	}
	.menu-social-top > li{
		display:inline-table;
		margin-left:0px;
		margin-right:0px;
	}
}

/* MENU SOCIAL BOTTOM */
.menu-social-bottom{
	list-style:none;
	padding:0;
	margin:0;
	text-align:right;
	margin-left:0px;
	margin-right:0px;
}
.menu-social-bottom > li{
	display:inline-table	
}
.menu-social-bottom > li > a,
.menu-social-bottom > li > a:link,
.menu-social-bottom > li > a:active,
.menu-social-bottom > li > a:visited,
.menu-social-bottom > li > a:focus{
	display:block;
	font-size:17px;
	line-height:26px;
	width:27px;
	height:27px;
	border-radius:50%;
	text-align:center;
	color: var(--yellow) !important;
	border: solid 1px var(--yellow) !important;
	margin:1px 1px;
	cursor:pointer;
	transition:0.5s;
	padding:0
}
.menu-social-bottom > li > a:hover{
	color: #fff !important;
	background: transparent !important;
	border-color: #fff !important;
}
@media only screen and (max-width: 600px) {
	.menu-social-bottom{
		margin-left:auto;
		margin-right:auto;
		width:100%;
		margin-bottom:10px;
		text-align:center;
	}
	.menu-social-bottom > li{
		display:inline-table;
		margin-left:0px;
		margin-right:0px;
	}
}

#menuHeader{
	z-index:999	
}

.botao-topo-reservas,
.botao-topo-reservas a,
.botao-topo-reservas a:link,
.botao-topo-reservas a:active,
.botao-topo-reservas a:visited{
	background:var(--yellow-dark) !important;
	color:var(--white) !important;
	font-size:15px !important;
	text-transform:uppercase !important;
	font-weight:800 !important;
	padding:4px 18px !important;
	border-radius:20px !important;
	margin:0px 6px !important;
	display:inline-table !important;
	transition: 0.5s;
}
.botao-topo-reservas:hover,
.botao-topo-reservas a:hover{
	background:var(--green) !important;
	color:var(--yellow-dark) !important;
}

/* BOTOES */
.botoes-sem-cor,
.botoes-sem-cor a,
.botoes-sem-cor a:link,
.botoes-sem-cor a:active,
.botoes-sem-cor a:visited{
	padding: 6px 25px;
	color:#fff;
	font-size:15px;
	font-weight: 700;
	margin: 5px;
	border-radius: 20px;
	transition: 0.5s;
	display:inline-block
}
.botoes-sem-cor:hover,
.botoes-sem-cor a:hover{
	opacity:0.5
}


/* FORMS */
.form-control input[type=select]{
	height:70px !important
}

.form-control{
	padding:10px 18px;
	border: 1px solid #cacaca;
	font-size:15px !important;
	height:38px;
	margin-bottom:5px;
	border-radius:5px;
	margin-top:0px;	
	font-weight:600
}
.form-control:focus,
.form-control-busca:focus{
	background:#f9f9f9;
}
::placeholder{
  color: #666 !important;
  opacity: 1;
}

:-ms-input-placeholder{
  color: #666 !important;
}

::-ms-input-placeholder{
  color: #666 !important;
}
.has-error .checkbox, 
.has-error .checkbox-inline, 
.has-error .control-label, 
.has-error .help-block, 
.has-error .radio, 
.has-error .radio-inline, 
.has-error .checkbox label, 
.has-error .checkbox-inline label, 
.has-error .radio label, 
.has-error .radio-inline label{
    color: #be1622;
}
.help-block {
    display: block;
    margin-top: 3px;
    margin-left: 16px;
    margin-bottom: 2px;
    font-size: 13px;
    font-weight: 800;
    color: #be1622;
}



.page-item > .page-link > span > i{
	color:#555;
}
.page-item > .page-link:hover > span > i{
	color:#fff
}

.page-item.active .page-link {
    z-index: 1;
    color: var(--green) !important;
    background-color: var(--yellow-dark);
    border-color: var(--yellow-dark);
	font-weight:800
}
.page-link{
	background-color: transparent;
    border-color: #cacaca;
	color:var(--green) !important;
	font-weight:800
}
.page-link:hover {
    background-color: var(--green);
    border-color: var(--green);
	color:#fff !important
}


/* */
.container-texto-inclinado {
    display: flex;
    justify-content: center; /* Alinha horizontalmente ao centro */
    align-items: center;     /* Alinha verticalmente ao centro */
    height: 100%;           /* Altura total da viewport para demonstração */
    width: 100%;            /* Largura total da viewport para demonstração */
	position: relative;
}

.texto-inclinado {
    position:absolute;
	display: inline-block;
	left:0px
	bottom:25px;
    transform: rotate(-90deg); /* Inclina o texto em 90 graus */
}

@media only screen and (max-width: 600px) {
	.container-texto-inclinado {
		padding:30px;
	}
	.texto-inclinado {
		position:absolute;
		display: inline-block;
		left:0px
		bottom:25px;
		transform: rotate(0deg); /* Inclina o texto em 90 graus */
		
	}
}

/* BOX ACOMODACAO */
.box-relative{
	position: relative
}
.box-relative img{
	border-radius:0px 0px 85px 0px
}
.box-absolute-nome{
	position:absolute;
	left:0px;
	bottom:20px;
	background:rgba(0,0,0,0.5);
	width:98%;
	padding:5px 25px;
	text-align:left;
}
.box-absolute-nome h3{
	margin:0;
	padding:0;
	color:#fff;
	font-size:16px;
	line-height:30px;
	font-weight:700;
}
.box-absolute-pessoas{
	position:absolute;
	right:0px;
	bottom:5px;
	width:70px;
	height:70px;
	background:#fff;
	border-radius:50%;
	display: flex;
    flex-direction: column; /* Alinha os elementos verticalmente */
    justify-content: center; /* Centraliza o conteúdo verticalmente */
    align-items: center; /* Centraliza o conteúdo horizontalmente */
    text-align: center;
}
.box-absolute-pessoas h3{
	margin:0;
	padding:0;
	color:var(--yellow-dark);
	font-size:35px;
	line-height:30px;
	font-weight:800;
}
.box-absolute-pessoas p{
	margin:0;
	padding:0;
	color:var(--yellow-dark);
	font-size:11px;
	font-weight:700;
	text-transform:uppercase
}


/* BOX GALERIA */

.box-relative-galeria{
	position: relative;
}
.box-relative-galeria img{
	border-radius:0px 20px 5px 0px;
}
.box-galeria-absolute-nome{
	position:absolute;
	left:-80px;
	bottom:80px;
	background:var(--yellow-dark);
	border-radius:0px 0px 50px 0px;
	width:200px;
	height:40px;
	padding:5px 25px;
	text-align:left;
	transform: rotate(-90deg); /* Rotaciona a div em 90 graus para a esquerda */
}
.box-galeria-absolute-nome h3{
	margin:0;
	padding:0;
	color:#fff;
	font-size:15px;
	line-height:30px;
	font-weight:700;
}

.border-radius-noticias{
	border-radius:0px 25px 0px 0px;
}

/* BACKGROUNDS */
.background-yellow-banner{
	background: var(--yellow-dark);
	border-radius:20px 20px 0px 0px
}

.webp .background-green-lines{
	background: url(../img/bkgs/background-green-lines.webp) left top repeat-y; 
	background-size:100%;
}
.no-webp .background-green-lines{
	background: url(../img/bkgs/background-green-lines.png) left top repeat-y; 
	background-size:100%;
}

.webp .background-home-stolz{
	background: url(../img/bkgs/background-home-stolz.webp) center center  no-repeat; 
	background-size:cover;
}
.no-webp .background-home-stolz{
	background: url(../img/bkgs/background-home-stolz.jpg) center center  no-repeat; 
	background-size:cover;
}

.webp .background-home-localizacao{
	background: url(../img/bkgs/background-home-localizacao.webp) center center no-repeat; 
	background-size:cover;
}
.no-webp .background-home-localizacao{
	background: url(../img/bkgs/background-home-localizacao.jpg) center center no-repeat; 
	background-size:cover;
}


.bg-pousada-mask{
	background: url(../img/bkgs/bg-pousada-mask.png) right top no-repeat; 
	background-size:cover;
}
.bg-pousada-mask-2{
	background: url(../img/bkgs/bg-pousada-mask-2.png) right top no-repeat; 
	background-size:cover;
}

@media only screen and (max-width: 600px) {
	.bg-pousada-mask,
	.bg-pousada-mask-2{
		background: url(../img/bkgs/background-green-lines.png) left top no-repeat; 
		background-size:cover;
	}
}


.webp .carousel-item.active::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../img/bkgs/bg-banner-footer.webp) left bottom no-repeat; 
	background-size:cover;
    z-index: 1; /* Coloca o fundo acima da imagem */
}

.no-webp .carousel-item.active::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../img/bkgs/bg-banner-footer.png) left bottom no-repeat; 
	background-size:cover;
    z-index: 1; /* Coloca o fundo acima da imagem */
}

.carousel-item.active img {
    position: relative;
    z-index: 0; /* Coloca a imagem atrás do background */
}

.carousel-caption {
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
	font-size:60px;
	font-weight:400;
	width: 80%; /* Aumentando a largura do campo */
    max-width: 100%; /* Limita a largura ao tamanho máximo do container */
    text-align: center;
    z-index: 2; /* Garante que o texto fique acima da imagem */
    padding: 20px;
}
.carousel-caption-2 {
    position: absolute;
    bottom: -55px;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
	width: 80%; /* Aumentando a largura do campo */
    max-width: 100%; /* Limita a largura ao tamanho máximo do container */
    z-index: 2; /* Garante que o texto fique acima da imagem */
    padding: 20px;
}
.carousel-caption-2 p{
	color:#fff;
	font-size:17px;
}

@media only screen and (max-width: 600px) {
	.carousel-caption {
		top: 40%;
		left: 50%;
		transform: translate(-50%, -50%);
		font-size:32px;
		width: 100%;
	}
	.carousel-caption-2 {
		position: absolute;
		bottom: -35px;
		left: 50%;
		transform: translate(-50%, -50%);
		text-align: center;
		width: 100%; /* Aumentando a largura do campo */
		max-width: 100%; /* Limita a largura ao tamanho máximo do container */
		z-index: 2; /* Garante que o texto fique acima da imagem */
		padding: 10px;
	}
	.carousel-caption-2 p{
		color:#fff;
		font-size:14px;
	}
	.botao-reserva-mobile{
		margin-top:10px;
		margin-bottom:42px
	}
}

body.modal-open {
    padding-right: 0px !important;
}