@import url('https://fonts.googleapis.com/css2?family=Quicksand&display=swap');
 

@media all {
	body {
		margin: 0;
		background-color:#232323;
	}
	p {
		padding:0;
		margin:0;
	}
	a{
		text-decoration:none;
	}
	#container{
		width: 1100px;
		margin:0 auto;
	}
	#menu{
		width: 100%;
		height: 80px;
		font-family: 'Quicksand', sans-serif;
		font-size:15px;
		z-index: 20000;
	}
	.bgMenuTransparente{
		background-color: none;
		transition:all 0.3s ease;
	}
	.bgMenuColor{
		background-color:#d1b170;
		position:fixed;
		top:0px;
		transition:all 0.3s ease;
	}
	.bgMenuColor .linksMenu li:hover a {
		color: #000;
	}
	#banner {
		width:100%;
		height:500px;
		float: left;
	}
	#logo{
		height: 80px;
		width: 20%;
		float: left;
	}
	.logoFixo{
		background-image: url(images/logo.png);
		background-repeat: no-repeat;
		background-position: center center;
	}
	.logoScroll{
		background-image: url(images/logo_scroll.png);
		background-repeat: no-repeat;
		background-position: center center;
	}
	#menuSite{
		width: 80%;
		float: left;
	}
	#menuSite a:link{
		text-decoration:none;
		font-weight:bold;
	}
	#menuSite a:visited{
		text-decoration:none;
	}
	#menuSite a:hover{
		text-decoration:none;
	}
	#menuSite ul li{
		list-style: none;
	}
	#menuSite ul {
		margin-left:auto;
		margin-right:auto;
		margin-top:0;
		display:table;
	}
	input#control-nav {
		visibility: hidden;
		position: absolute;
		left: -9999px;
		opacity: 0;
	}
	.bx-controls{
		display:none;
	}
	.bx-wrapper .bx-viewport {
		width:100%;
		left: 0%;
		margin-left:0px;
	}
	#apresentacao{
		width: 1100px;
		margin: 0 auto;
		text-align:center;
		color: #d1b170;
		font-family: 'Quicksand', sans-serif;
		font-size: 16px;
		margin-top: 60px;
		margin-bottom:60px;
	}
	#home1, #home2, #home3, #home4{
		width: 100%;
		float: left;
	}
	#tituloHome1{
		width: 60%;
		float: left;
		color: #fff;
		font-family: 'Quicksand', sans-serif;
		font-size: 22px;
		font-weight: bold;
		text-align: center;
		border-bottom: 3px solid #d1b170;
		line-height: 0.1em;
		margin: 36px 20% 36px;
	}
	#tituloHome1 span { 
		background:#232323; 
		padding:0 10px; 
	}
	#boxHome{
		width: 31%;
		height:400px;
		margin: 1%;
		float: left;
		border-radius:30px;
		background-color:#fff;
	}
	#boxHome #titulo{
		width: 100%;
		height:80px;
		float: left;
		background-color:#d1b170;
		border-top-left-radius: 30px;
		border-top-right-radius: 30px;
		font-family: 'Quicksand', sans-serif;
		font-size: 24px;
		color: #fff;
		line-height: 80px;
		text-align: center;
		font-weight: bold;
	}
	#boxHome #descricao{
		width: 100%;
		height:240px;
		float: left;
		text-align:center;
	}
	#boxHome #descricao img{
		margin:14px;
	}
	#boxHome #botao{
		width: 100%;
		height:80px;
		float: left;
	}
	#contatos{
		width: 80%;
		margin-left: 10%;
		float: left;
		margin-right: 10%;
		margin-top: 4%;
		margin-bottom: 4%;
	}
	#contatos #icone{
		width: 20%;
		float: left;
	}
	#contatos #icone img{
		margin: 0px;
	}
	#contatos #contato{
		width: 80%;
		float: left;
		font-family: 'Quicksand', sans-serif;
		font-size:16px;
		text-align:left;
	}
	#suite1{
		width: 100%;
		height: 400px;
		float: left;
		font-family: 'Quicksand', sans-serif;
		color: #fff;
		background-image: url(images/suites/suite1.jpg);
		background-repeat: no-repeat;
		background-position: center center;
	}
	#suite3{
		width: 100%;
		height: 450px;
		float: left;
		font-family: 'Quicksand', sans-serif;
		color: #fff;
		background-image: url(images/suites/suite3.jpg);
		background-repeat: no-repeat;
		background-position: center center;
	}
	#suite5{
		width: 100%;
		height: 400px;
		float: left;
		font-family: 'Quicksand', sans-serif;
		color: #fff;
		background-image: url(images/suites/suite5.jpg);
		background-repeat: no-repeat;
		background-position: center center;
	}
	#suite1 #container #titulo, #suite3 #container #titulo, #suite5 #container #titulo{
		width: 50%;
		line-height:80px;
		margin-right: 50%;
		float: left;
		text-transform:uppercase;
		font-size:26px;
		font-weight:bold;
	}
	#suite1 #container #descricao, #suite3 #container #descricao, #suite5 #container #descricao{
		width: 50%;
		height:240px;
		margin-right: 50%;
		float: left;
		font-size:16px;
	}
	#suite1 #container #botao, #suite3 #container #botao, #suite5 #container #botao{
		width: 50%;
		height:80px;
		margin-right: 50%;
		float: left;
	}
	#suite2{
		width: 100%;
		height: 400px;
		float: left;
		font-family: 'Quicksand', sans-serif;
		color: #fff;
		text-align: right;
		background-image: url(images/suites/suite2.jpg);
		background-repeat: no-repeat;
		background-position: center center;
	}
	#suite4{
		width: 100%;
		height: 400px;
		float: left;
		font-family: 'Quicksand', sans-serif;
		color: #fff;
		text-align:right;
		background-image: url(images/suites/suite4.jpg);
		background-repeat: no-repeat;
		background-position: center center;
	}
	#suite2 #container #titulo, #suite4 #container #titulo{
		width: 50%;
		line-height:80px;
		margin-left: 50%;
		float: right;
		text-transform:uppercase;
		font-size:26px;
		font-weight:bold;
	}
	#suite2 #container #descricao, #suite4 #container #descricao{
		width: 50%;
		height:240px;
		margin-left: 50%;
		float: right;
		font-size:16px;
	}
	#suite2 #container #botao, #suite4 #container #botao{
		width: 50%;
		height:80px;
		margin-left: 50%;
		float: right;
	}
	#suite1 #botaoFotos, #suite3 #botaoFotos, #suite5 #botaoFotos{
		width: 160px;
		line-height: 40px;
		border: 1px solid #d1b170;
		border-radius: 14px;
		text-align: center;
		color: #fff;
		font-size: 14px;
		cursor: pointer;
		float: left;
		margin: 6px;
	}
	#suite2 #botaoFotos, #suite4 #botaoFotos{
		width: 160px;
		line-height: 40px;
		border: 1px solid #d1b170;
		border-radius:14px;
		text-align:center;
		color: #fff;
		font-size:14px;
		cursor:pointer;
		float: right;
		margin: 6px;
	}
	#botaoFotos:hover{
		color: #fff;
		background-color:#d1b170;
	}
	#botaoCardapio a{
		color: #d1b170;
	}
	#botaoCardapio:hover a{
		color: #fff;
	}
	#botaoCardapio{
		width: 160px;
		line-height: 40px;
		border: 1px solid #d1b170;
		border-radius:14px;
		text-align:center;
		color: #d1b170;
		font-size:15px;
		cursor:pointer;
		margin: 0 auto;
	}
	#botaoCardapio:hover{
		color: #fff;
		background-color:#d1b170;
	}
	
	#botaoConheca{
		width: 160px;
		line-height: 40px;
		border-radius:15px;
		text-align:center;
		color: #232323;
		font-size:16px;
		cursor:pointer;
		float:left;
		font-family: 'Quicksand', sans-serif;
		margin-top: 20px;
		margin-left: 20px;
		background-color:#232323;
		color: #fff;
	}
	#botaoConheca:hover{
		background-color:#d1b170;
	}
	#home3{
		height: 400px;
		background-color:#fff;	
	}
	#home3 #titulo{
		line-height: 100px;
		font-family: 'Quicksand', sans-serif;
		color: #d1b170;
		font-size:26px;
		font-weight:bold;
		text-align:center;
		border-bottom: 3px solid #d1b170;
		line-height: 0.1em;
		margin: 36px 20% 36px;
	}
	#home3 #titulo span { 
		background:#fff; 
		padding:0 10px; 
	}
	
	
	#home3 #descricao{
		height: 300px;
		font-family: 'Quicksand', sans-serif;
		color: #232323;
		font-size:16px;
		text-align:center;
	}
	#mapa{
		width: 100%;
		height:300px;
		float:left;
	}
	#copyright{
		width: 100%;
		line-height:40px;
		float:left;
		font-family: 'Quicksand', sans-serif;
		color: #fff;
		font-size:14px;
		text-align:center;
	}
	#copyright a{
		color: #fff;
	}
	#copyright a:hover{
		color: #d1b170;
	}
	
	/*MENU*/
	ul, li{
		margin: 0;
		padding: 0;
		border: 0;
	}
	article, aside, details, figcaption, figure, 
	footer, header, hgroup, menu, nav, section {
		display: block;
	}
	blockquote, q {
		quotes: none;
	}
	blockquote:before, blockquote:after,
	q:before, q:after {
		content: '';
		content: none;
	}
	table {
		border-collapse: collapse;
		border-spacing: 0;
	}
	.linksMenu li {
		float: left;
		position: relative;
		z-index:100;
		height:22px;
		margin-left:5px;
		line-height:80px;
	}
	.linksMenu li a {
		display: block;
		vertical-align: middle;
		text-decoration: none;
		color: #fff;
		padding-left:12px;
		padding-right:12px;
	}
	.linksMenu li:last-child {
		border:none;
	}
	.linksMenu li:hover a {
		color: #d1b170;
	}
	
	#imagem_whats{
		position:fixed;
		right:0;
		bottom:0;
		display:block;
		cursor:pointer;
		z-index:9999999;
		float:right
	} 
	#imagem_whats2{
		position:fixed;
		right:0;
		bottom:0;
		display:block;
		cursor:pointer;
		z-index:9999999;
		float:right;
		display:none
	} 
}

@media screen and (max-width: 768px) and (orientation: portrait) {
    #videoContainer {
        width: 95% !important;
        height: calc(95vw * 1.4) !important; /* 16:9 aspect ratio */
        max-height: 80vh !important;
    }
}

@media screen and (max-width: 768px) and (orientation: landscape) {
    #videoContainer {
        height: 80vh !important;
        width: calc(80vh * 1.777) !important; /* 16:9 aspect ratio */
        max-width: 95% !important;
    }
}

.fancybox-thumbs {
    background: rgba(0, 0, 0, 0.8) !important;
    backdrop-filter: blur(5px);
    border: none !important;
}

/* Thumbnails individuais */
.fancybox-thumbs__list a {
    border: 2px solid transparent !important;
    border-radius: 4px !important;
    transition: all 0.3s ease !important;
    opacity: 0.7 !important;
}

/* Thumbnail ativo */
.fancybox-thumbs__list a.fancybox-thumbs-active {
    border-color: #ffffff !important;
    opacity: 1 !important;
    transform: scale(1.05) !important;
}

/* Hover nos thumbnails */
.fancybox-thumbs__list a:hover {
    border-color: rgba(255, 255, 255, 0.5) !important;
    opacity: 1 !important;
    transform: scale(1.02) !important;
}

/* Scrollbar dos thumbnails */
.fancybox-thumbs::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

.fancybox-thumbs::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.3);
    border-radius: 4px;
}

.fancybox-thumbs::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.5);
    border-radius: 4px;
}

.fancybox-thumbs::-webkit-scrollbar-thumb:hover {
    background: rgba(255, 255, 255, 0.7);
}

/* Ajustes para mobile */
@media (max-width: 768px) {
    .fancybox-thumbs {
        background: rgba(0, 0, 0, 0.9) !important;
    }
    
    .fancybox-thumbs__list a {
        margin: 2px !important;
    }
    
    /* Thumbnails menores em mobile */
    .fancybox-thumbs__list a::before {
        width: 60px !important;
        height: 60px !important;
    }
}

/* Configurações adicionais para melhor visibilidade */
.fancybox-caption {
    background: rgba(0, 0, 0, 0.8) !important;
    color: #fff !important;
    padding: 15px !important;
    font-size: 16px !important;
    backdrop-filter: blur(5px);
}

/* Botões do Fancybox */
.fancybox-button {
    background: rgba(0, 0, 0, 0.5) !important;
    color: #fff !important;
    border-radius: 50% !important;
    backdrop-filter: blur(5px);
    transition: all 0.3s ease !important;
}

.fancybox-button:hover {
    background: rgba(0, 0, 0, 0.8) !important;
    transform: scale(1.1) !important;
}



@media only screen 
and (min-device-width : 350px) 
and (max-device-width : 667px) {
	#container {
    	width: 100%;
	}
	#logo {
		height: 60px;
		width: 100%;
		background-repeat: no-repeat;
		background-position: center center;
	}
	
	.logoFixo{
		background-image: url(images/logo_mobile.png);
		background-repeat: no-repeat;
		background-position: center center;
	}
	.logoScroll{
		background-image: url(images/logo_scroll.png);
		background-repeat: no-repeat;
		background-position: center center;
	}
	
	
	#banner{
		display: none;
	}
	.linksMenu li {
		width: 94%;
		float:left;
		line-height: 35px;
	}
	#boxHome{
		width: 96%;
		margin: 2%;
		height: 300px;
	}
	#boxHome #descricao {
		height: 140px;
	}
	#boxHome #descricao img{
		max-height:140px;
	}
	#tituloHome1 {
		font-size: 18px;
		width: 100%;
		margin-left: 0;
	}
	#home3 #titulo{
		font-size: 18px;
		width: 100%;
		margin-left: 0;
	}
	#suite1 #container #titulo, #suite3 #container #titulo, #suite5 #container #titulo {
		width: 80%;
		margin-left:4%;
		line-height: 60px;
	}
	#suite2{
		height: auto;
	}
	#suite2 #container #descricao{
		height: auto;
	}
	#suite2 #container #titulo, #suite4 #container #titulo {
		width: 80%;
		margin-right:4%;
		line-height: 60px;
	}
	#suite1 #container #descricao, #suite3 #container #descricao {
		width: 80%;
		margin-left:4%;
	}
	#suite2 #container #descricao, #suite4 #container #descricao {
		width: 80%;
		margin-right:4%;
	}
	#contatos {
		margin-bottom: 0%;
		margin-top: 3%;
	}
	#contatos #contato{
		font-size: 15px;
	}
	#apresentacao {
		width: 100%;
		float: left;
	}
	#home3 {
		height: auto;
		padding-bottom: 20px;
	}
	#home3 #descricao {
		height: auto;
	}
	
	/*MENU RESPONSIVE*/
	.linksMenu li {
		height:40px;
	}
	nav {
		position: fixed;
		top: 0;
		right: 0;
		bottom: 0;
		width: 250px;
		border-left: 1px solid #ccc;
		background: #232323;
		overflow-x: auto;
		z-index: 2;
		-webkit-transition: all 500ms ease;
		transition: all 500ms ease;
		-webkit-transform: translate(100%, 0);
		-ms-transform: translate(100%, 0);
		transform: translate(100%, 0);
	}
	ul.list-auto {
		padding: 0;
	}
	ul.list-auto li {
		width: 100%;
		border: solid #fff;
		border-width: 0 0 1px;
	}
	li a {
		padding: 15px 10px;
	}
	.control-nav { /* label icon */
		position: absolute;
		right: 20px;
		top: 20px;
		display: block;
		width: 30px;
		padding: 5px 0;
		border: solid #fff;
		border-width: 3px 0;
		z-index: 2;
		cursor: pointer;
	}
	.control-nav:before {
		content: "";
		display: block;
		height: 3px;
		background: #fff;
	}
	.control-nav-close {
		position: fixed; /* label layer */
		right: 0;
		top: 0;
		bottom: 0;
		left: 0;
		display: block;
		z-index: 1;
		background: rgba(0,0,0,0.4);
		-webkit-transition: all 500ms ease;
		transition: all 500ms ease;
		-webkit-transform: translate(100%, 0);
		-ms-transform: translate(100%, 0);
		transform: translate(100%, 0);
	}
	input#control-nav {
		visibility: visible;

	}
	input#control-nav:focus ~ .control-nav {
		border-color: #ccc;
		box-shadow: 0px 0px 9px rgba(0,0,0,0.3);
	}
	input#control-nav:focus ~ .control-nav:before {
		background: #ccc;
	}
	input#control-nav:checked ~ nav,
	input#control-nav:checked ~ .control-nav-close {
		-webkit-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		transform: translate(0, 0);
	}
}

/*jquery*/
	.ui-widget-overlay {
		background: #000;
		opacity: .4;
		filter: Alpha(Opacity=40); /* support: IE8 */
	}
	.ui-dialog{
		box-shadow: 0 0 15px #484747;
	}
	.ui-widget {
		font-family: 'Quicksand', sans-serif;
		font-size: 14px;
	}
	.ui-dialog-title {
		font-size: 15px;
	}