/* Raleway */
/*
thin 100
extra-light 200
light 300
regular 400
medium 500
semi-bold 600
bold 700
extra-bold 800
black 900
*/

/* Dancing Script*/
/*
regular 400
bold 700
*/


.bgCastanho{background-color: #28211a;}
.bgNude{background-color: #dcc2a7;}

.bgFlySpirit{background-color: #2f5b65;}
.bgBSpirit{background-color: #2f5b65;}
.bgMoledoSpirit{background-color: #948c6c;}


body{
	font-family: 'Raleway', sans-serif;
	background-color: #dcc2a7;
}

body.flySpirit{background-color: #2f5b65;}
body.bSpirit{background-color: #f3b824;}
body.moledoSpirit{background-color: #948c6c;}

.noScroll{
    position: fixed;
    margin-top: 0;// override by JS to use acc to curr $(window).scrollTop()
    width: 100%;
}

header{
	width: 100%;
	min-height: 100px;
	padding: 15px 0;
	z-index: 99999 !important;

	-webkit-transition: 500ms transform;
	-moz-transition: 500ms transform;
	-ms-transition: 500ms transform;
	-o-transition: 500ms transform;
}

header.closeContent {
	-moz-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
}

header.background{
	background-color: rgba(220, 194, 167, 1);
}

.flySpirit header.background{
	background-color: rgba(49, 93, 103, 1);
}

.bSpirit header.background{
	background-color: rgba(243, 185, 37, 1);
}

.moledoSpirit header.background{
	background-color: rgba(148, 140, 108, 1);
}

.logotipo{
	height: 40px;
}

.firstSection{
	margin-top: 100px;
}

.container-projetos{
	background-color: #28211a;
}

.container-projetos .itemProjetos{
	background-color: transparent;
	position: relative;
}

.container-projetos .itemProjetos:nth-child(1) .projetos{
	z-index: 3;
}

.container-projetos .itemProjetos:nth-child(2){
	border-top: 60px solid #dcc2a7;
}

.container-projetos .itemProjetos:nth-child(2) .projetos{
	z-index: 2;
}

.container-projetos .itemProjetos:nth-child(3){
	border-top: 10px solid #dcc2a7;
}

.container-projetos .itemProjetos:nth-child(3) .projetos{
	z-index: 2;
}

.container-projetos .itemProjetos:nth-child(2) .projetos, .container-projetos .itemProjetos:nth-child(3) .projetos{
	opacity: .4
}

.itemProjetos{
	background-color: #dcc2a7;
}

svg#flyspirit path{
	fill: #2f5b65;
}

svg#bspirit path{
	fill: #DAB13D;
}

svg#moledospirit path{
	fill: #8F8A6D;
}

.projetos{
	height: 800px;
	padding-top: 500px;
	font-size: 13px;
	color: #000;
	line-height: 22px;
	font-weight: 500;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
}

.svgProjeto{
	height: 60%;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: -1;
}

.itemProjetos .sombra{
	-webkit-box-shadow: 20px 20px 43px 0px rgba(0,0,0,0.45);
	   -moz-box-shadow: 20px 20px 43px 0px rgba(0,0,0,0.45);
			box-shadow: 20px 20px 43px 0px rgba(0,0,0,0.45);
}

.projetos>div>p{
	margin-top: 20px;
}

.projetos>div>p>a{
	background: #2f5b65;
	box-shadow: 2px 2px 30px 0 rgba(0,0,0,0.15);
	border-radius: 100px;
	width: 200px;
	display: block;
	font-size: 12px;
	color: #000;
	line-height: 25px;
	text-decoration: none;
	text-transform: uppercase;
	padding: 10px 20px;
}

.projetos>div>p>a:after{
	content: '>';
	float: right;
	color: #000;
}

.titulo-bloco{
	text-transform: uppercase;
	font-size: 20px;
	color: #28211a;
	border-bottom: 1px solid #28211a;
	padding: 20px 5px;
	font-weight: 500;
}

.texto-bloco{
	font-size: 14px;
	color: #28211a;
	line-height: 24px;
	font-weight: 600;
	padding: 5px;
}

.vw-formulario{
	width: 100%;
}

.form-control{
	border: 1px solid #28211a;
	border-radius: 8px;
	background-color: transparent;
	font-size: 12px;
	color: #28211a;
	font-weight: 500;
	padding: 10px 20px;
}

.form-control:focus{
	border: 1px solid #28211a !important;
	background-color: transparent;
	box-shadow: none;
	color: #28211a;
}

.form-control.error{
	border: 1px solid #ff0000;
}

.form-control::-webkit-input-placeholder{
	color: #000;
	opacity:1
}

.form-control::-moz-placeholder{
	color: #28211a;
	font-size: 12px;
	font-weight: 500;
	opacity:1
}

.form-control:-ms-input-placeholder{
	color: #28211a;
	font-size: 12px;
	font-weight: 500;
	opacity:1
}

.form-control::-ms-input-placeholder{
	color: #28211a;
	font-size: 12px;
	font-weight: 500;
	opacity:1
}

.form-control::placeholder{
	color: #28211a;
	font-size: 12px;
	font-weight: 500;
	opacity:1
}

.captchaSubmit{
	margin-top: 40px;
}

#captcha{
	float: left;
	width: 50%;
}

#captcha>.g-recaptcha {
    transform: scale(0.75);
    transform-origin: 0 0;
    margin-top: 0;
}

.submitbtn{
	float: right;
	padding: 20px 0;
	border-radius: 30px;
	width: 200px;
	font-size: 12px;
	color: #28211a;
	font-weight: 700;
	cursor: pointer;
	border: 0;
	-webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.15);
	   -moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.15);
			box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.15);
}

.cookiesBar{

}

ul.displayInline{
	padding: 0;
	margin: 0;
	width: 100%;
}

ul.displayInline > li{
	list-style: none;
	display: inline-block;
	padding: 0 15px;
}

.iconBag{
	background:#dcc2a7;
	width:52px;
	height:52px;
	border-radius:100%;
	text-align: center;
    line-height: 52px;
	
	-webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,0.20);
	   -moz-box-shadow: 0 2px 4px 0 rgba(0,0,0,0.20);
			box-shadow: 0 2px 4px 0 rgba(0,0,0,0.20);
}

body.flySpirit .iconBag{background: #2f5b65;}
body.bSpirit .iconBag{background: #f3b824;}
body.moledoSpirit .iconBag{background: #948c6c;}


.blocoCarrinho{
	position: relative;
}

.produtosCarrinho{
	left: auto !important;
	right: 0;
	display: none;
	text-align: left;
	-webkit-box-shadow: 20px 20px 43px 0px rgba(0,0,0,0.45);
	   -moz-box-shadow: 20px 20px 43px 0px rgba(0,0,0,0.45);
			box-shadow: 20px 20px 43px 0px rgba(0,0,0,0.45);
}

.blocoCarrinho:hover .produtosCarrinho{
	display: block;
}

#searchForm{
	padding: 5px;
	border:1px solid #fff;
	border-radius:8px;
}

#searchstr{
	background: transparent !important;
	border: none !important;
	color: #fff;
	padding-left: 5px !important;
}

#searchstr::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
}
#searchstr::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
}
#searchstr:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
}
#searchstr:-moz-placeholder { /* Firefox 18- */
  color: #fff;
}

#formSearchSubmit{
	color: #fff;
	line-height: 30px;
	padding-left: 5px !important;
	background: transparent;
    border: none;
}

#pesquisaOutput{
	left: auto !important;
	right: 0;
	border: none !important;
	
	-webkit-box-shadow: 20px 20px 43px 0px rgba(0,0,0,0.45);
	   -moz-box-shadow: 20px 20px 43px 0px rgba(0,0,0,0.45);
			box-shadow: 20px 20px 43px 0px rgba(0,0,0,0.45);
}

#idiomas a{
	color: #000;
	text-transform: uppercase;
}

.dropdown .dropdown-menu > li{
	list-style: none;
	padding: 0 15px;
}

#idiomas .dropdown-menu{
	min-width: 0 !important;
	-webkit-box-shadow: 20px 20px 43px 0px rgba(0,0,0,0.45);
	   -moz-box-shadow: 20px 20px 43px 0px rgba(0,0,0,0.45);
			box-shadow: 20px 20px 43px 0px rgba(0,0,0,0.45);
}

#idiomas .dropdown-menu li a{
	color: #000;
}

.itemPage{
	text-align: center;
}

.itemPage img{
	height: 65px;
}

.cookiesBar{
	background: #fff !important;
	font-family:'Raleway', sans-serif;
	font-weight: 500;
	font-size:11px;
	color:#656565 !important;
	line-height:16px;
	
	box-shadow:15px 20px 50px 0 rgba(0,0,0,0.25);
	border-radius:8px;
	width:500px !important;
}

.cookiesBar.open{
	left: 100px !important;
	bottom: 30px !important;
}

.cookiesBar .acceptCookies{
	border: 1px solid #979797 !important;
    border-radius: 100px !important;
	font-family:'Raleway', sans-serif;
	font-weight: 500;
	font-size:12px;
	color:#232323 !important;
    z-index: 99;
	
	position: absolute;
	left: 40px;
	top: 50%;
	transform: translateY(-50%);
}

.cookiesBar span {
    padding-left: 90px;
}

.cookiesBar .verDetalheCookiesBar{
	font-family:'Raleway', sans-serif;
	font-weight: 700;
}

.infoCookiesBar{
	padding-left: 100px !important;
}

section{
	padding: 130px 0 260px 0;
}

#sobre{
	padding: 130px 0 260px 0;
}

.preTituloPage{
	font-family: 'Dancing Script', cursive;
	font-weight: 400;
	font-size:24px;
	color:#ffffff;
	line-height:24px;
}

.tituloPage{
	font-family:'Raleway', sans-serif;
	font-weight: 500;
	font-size:50px;
	color:#ffffff;
	line-height: 50px;
}

.subTituloPage{
	font-family:'Raleway', sans-serif;
	font-weight: 500;
	font-size:15px;
	color:#ffffff;
}

.descricaoCurtaPage{
	font-family:'Raleway', sans-serif;
	font-weight: 600;
	font-size:18px;
	color:#ffffff;
	line-height:33px;
	margin-bottom: 30px;
}

.descricaoPage{
	font-family:'Raleway', sans-serif;
	font-weight: 300;
	font-size:18px;
	color:#ffffff;
	line-height:33px;
}

/*
#sobre .preTituloPage,
#sobre .tituloPage,
#sobre .subTituloPage,
#sobre .descricaoCurtaPage,
#sobre .descricaoPage{
	color: #fff;
}
*/

#sobre .descricaoCurtaPage{
	margin-top: 50px;
}

#separador{
	padding: 130px 0 60px 0;
}

#separador .contentSeparadorGlobal{
	position: relative;
}

#separador .containerImagemSeparador{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

#separador .contentSeparador{
	padding-left: 30px;
}

#separador .descricaoCurtaPage{
	margin-top: 25px;
}

.imagemPage{
	position: absolute;
	top: -260px;
	left: 0;
	height: 100%;
	width: 100%;
	
	-webkit-box-shadow: 20px 20px 43px 0px rgba(0,0,0,0.45);
	   -moz-box-shadow: 20px 20px 43px 0px rgba(0,0,0,0.45);
			box-shadow: 20px 20px 43px 0px rgba(0,0,0,0.45);
}

#eventos{
	padding-bottom: 130px;
}

#eventos .listagemEventos .preTituloPage{
	font-size:20px;
	line-height:28px;
}

#eventos .listagemEventos .tituloPage{
	font-size:35px;
	line-height: 35px;
}

.imagemEvento{
	height: 350px;
	margin-bottom: 20px;
}

.listagemEventos{
	margin-top: 65px;
}

.contentTitulosEventos{
	padding-left: 30px;
}

#eventos .listagemEventos .descricaoPage{
	font-family:'Raleway', sans-serif;
	font-weight: 500;
	font-size:13px;
	line-height:20px;
	margin-top: 5px;
}

.contentTxtEventoItem{
	padding: 0 10px;
}

footer{
	padding: 130px 0;
}

.logotipoRodape{
    max-height: 50px;
    margin-bottom: 50px;
}

footer .descricaoPage{
	font-family:'Raleway', sans-serif;
	font-weight: 400;
	font-size:13px;
	color:#ffffff;
	line-height:24px;
}

.btnGoContactos{
	background:#28211a;
	box-shadow:2px 2px 30px 0 rgba(0,0,0,0.15);
	border-radius:100px;
	padding: 15px 30px;
	font-family:'Raleway', sans-serif;
	font-weight: 700;
	font-size:10px;
	color:#ffffff;
	line-height:25px;
	text-align:left;
	margin-top: 15px;
	cursor: pointer;
	position: relative;
}

.btnGoContactos i{
	position: absolute;
	right: 30px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 14px;
}

.menuFooter{
	padding: 0;
	margin: 0;
}

.menuFooter li{
	list-style: none;
	margin-top: 15px;
}

.menuFooter li:first-child{
	margin-top: 0;
}

.menuFooter li a{
	font-family:'Raleway', sans-serif;
	font-weight: 700;
	font-size:12px;
	color:#ffffff !important;
	text-transform: uppercase;
}

.tituloNewsletter{
	font-family:'Raleway', sans-serif;
	font-weight: 700;
	font-size:12px;
	color:#ffffff;
	line-height:42px;
	text-align:left;
	text-transform: uppercase;
	margin-bottom: 15px;
}

#formNews input[name='emailNews']{
	font-family:'Raleway', sans-serif;
	font-weight: 500;
	font-size:12px;
	color:#ffffff;
	text-align: left;
}

#formNews input[name='emailNews']::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
}
#formNews input[name='emailNews']::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
}
#formNews input[name='emailNews']:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
}
#formNews input[name='emailNews']:-moz-placeholder { /* Firefox 18- */
  color: #fff;
}

#formNews .input-group{
	border:1px solid #ffffff;
	border-radius:8px;
}

#formNews .btnNewNewsletter{
	line-height: 26px;
}

#banner{
	padding: 0;
}

.positionRelative{
	position: relative;
}

.contentBannerPage{
	padding-left: 30%;
}

.contentBannerPage img{
	width: 100%;
}

.contentBannerPage .svgProjeto{
	z-index: 0;
}

.containerTxtBanner{
	position: absolute;
    left: 0;
    top: 50%;
    transform: translateX(-50%);
}

.containerReservas{
	background:#f5f5f5;
	box-shadow:30px 40px 50px 0 rgba(0,0,0,0.25);
	border-radius:14px;
	margin-top: 130px;
	padding: 130px 65px;
}

.tituloFormulario{
	font-family:'Raleway', sans-serif;
	font-weight: 500;
	font-size:20px;
	color:#000000;
	padding-bottom: 20px;
	margin-bottom: 60px;
	border-bottom: 1px solid #d2d2d2;
}

.containerTabs ul{
	margin: 0;
	border: none;
	display: inline-flex;
	background: none !important;
	border-radius: 100px !important;
    box-shadow: 2px 2px 30px 0 rgba(0,0,0,0.15);
}

.containerTabs ul li{
	list-style: none;
    display: inline-block;
    text-align: center;
}

.containerTabs ul li:last-child{

}

.containerTabs ul li a{
	font-family:'Raleway', sans-serif;
	font-weight: 700;
	font-size:12px;
	color:#2f5b65;
	border: none !important;
    padding: 15px 40px !important;
    text-transform: uppercase;
}

.containerTabs ul li a.active{
	background:#2f5b65 !important;
	box-shadow:2px 2px 30px 0 rgba(0,0,0,0.15);
	border-radius: 100px !important;
	color: #fff !important;
}

.dropdownCategoriasExtra button{
	font-family:'Raleway', sans-serif;
	font-weight: 500;
	font-size:50px;
	color:#000000;
	width: 100%;
	border: none;
	background: transparent;
	text-align: left;
	position: relative;
	margin: 15px 0px;
	padding: 0 30px 10px 30px;
	border-bottom: 1px solid #d2d2d2;
}

.dropdownCategoriasExtra button::after{
	position: absolute;
	right: 30px;
	top: 50%;
	transform: translateY(-50%);
}

.dropdownCategoriasExtra .dropdown-menu{
	width: 100%;
}

.dropdownCategoriasExtra .dropdown-item{
	padding-left: 30px;
	padding-right: 30px;
}

.imagemProduto{
	margin-bottom: 35px;
	
	-webkit-transition: 500ms transform;
	-moz-transition: 500ms transform;
	-ms-transition: 500ms transform;
	-o-transition: 500ms transform;
}

.slideProdutos{
	padding: 0 30px;
}

.slideProdutos .preTituloPage,
.slideProdutos .tituloPage,
.slideProdutos .subTituloPage{
	color: #000;
}

.slideProdutos .slick-list{
	overflow: visible !important;
}

.slideProdutos .slick-slide{
	position: relative;
}

.slideProdutos .slick-slide[aria-hidden="true"]{
	opacity: 0.3;
}

.slideProdutos .containerTxtProduto{
	-webkit-transition: 1500ms opacity;
	-moz-transition: 1500ms opacity;
	-ms-transition: 1500ms opacity;
	-o-transition: 1500ms opacity;
}

.slideProdutos .slick-slide[aria-hidden="true"] .containerTxtProduto{
	opacity: 0;
}

.slideProdutos .slick-slide[aria-hidden="false"] .imagemProduto{
	transform: scale(0.8);
}

.slideProdutos .slick-slide[aria-hidden="true"] .imagemProduto{
	transform: scale(0.6) translateX(-30%);
}


/*
.slick-before-active .imagemProduto{
	transform: scale(0.6) translateX(30%) !important;
}

.slick-after-active .imagemProduto{
	transform: scale(0.6) translateX(-30%) !important;
}
*/

.fa, .glyphicon {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}
 
.glyphicon-calendar:before,
.fa-calendar:before {
    content: "\f073";
}
 
.glyphicon-chevron-left:before,
.fa-chevron-left:before {
    content: "\f053";
}
 
.glyphicon-chevron-right:before,
.fa-chevron-right:before {
    content: "\f054";
}
 
.glyphicon-time:before,
.fa-clock-o:before {
    content: "\f017";
}
 
.glyphicon-chevron-up:before {
    content: "\f077";
}
 
.glyphicon-chevron-down:before {
    content: "\f078";
}

.containerReservas .tab-content>.tab-pane {display: block;visibility: hidden;}
.containerReservas .tab-content>.tab-pane.active {visibility: visible;}
.containerReservas .tab-content{position: relative;}
.containerReservas .tab-pane:not(:first-child){position: absolute;width: 100%;height: 100%;top: 0;left: 0;}

.containerReservas .table-condensed td,
.containerReservas .table-condensed th,
.containerDatasDetalhe .table-condensed td,
.containerDatasDetalhe .table-condensed th{
	padding: 7px 5px;
}

.containerReservas .table-condensed .active,
.containerDatasDetalhe .table-condensed .active{
	background: rgba(0, 0, 0, 0.4) !important;
}

.containerReservas .glyphicon,
.containerDatasDetalhe .glyphicon{
	color: #000;
}

.containerDadtas{
	margin-bottom: 30px;
}

.botaoReservar{
	background:#2f5b65;
	box-shadow:2px 2px 30px 0 rgba(0,0,0,0.15);
	border-radius:100px;
	font-family:'Raleway', sans-serif;
	font-weight: 700;
	font-size:12px;
	color:#ffffff !important;
	line-height:25px;
	text-align:left;
	margin-top: 55px;
	display: inline-block;
	padding: 15px 140px 15px 40px !important;
	text-transform: uppercase;
	position: relative;
	cursor: pointer;
}

.botaoReservar::after{
	position: absolute;
	top: 50%;
	right: 40px;
	transform: translateY(-50%);
	content: '>';
    float: right;
    color: #fff;
}

.full-screen {
    width: 100%;
    height: 100%;
    margin: 0;
    top: 0;
    left: 0;
}

#modalReservar{
	padding: 0 !important;
	margin: 0 !important;
	border: none;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}

#modalReservar .container-fluid,
#modalReservar .row,
#modalReservar .col-md-6{
	height: 100%;
}

.containerModalLeft{
	height: 100%;
	width: 100%;
	background:#2f5b65;
}

.containerModalRight{
	height: 100%;
	width: 100%;
	background:#29555f;
	overflow-y: scroll;
}

.containerModalRight::-webkit-scrollbar { 
    display: none; 
}


.customCloseModal{
	padding: 35px !important;
	border-radius: 100%;
	background: #dcc2a7 !important;
	position: absolute;
	bottom: 50px;
	right: 65px;
	opacity: 1 !important;
	-webkit-box-shadow: 20px 20px 43px 0px rgba(0,0,0,0.45);
	   -moz-box-shadow: 20px 20px 43px 0px rgba(0,0,0,0.45);
			box-shadow: 20px 20px 43px 0px rgba(0,0,0,0.45);
}

body.flySpirit .customCloseModal{
	background: #2f5b65  !important;
}

.customCloseModal img{
	width: 30px;
}

.absoluteCentered{
	position: absolute;
	width: 100%;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	max-height: 100%;
}

.containerModalLeft .absoluteCentered,
.containerModalRight .absoluteCentered{
	padding: 100px 50px;
}

.paddingContentModalContainer{
	padding: 150px 25% 150px 50px;
}

#slideImagensProdutoThumbs{
    position: absolute;
    width: 100%;
    bottom: 50px;
    padding: 0 50px;
}

#slideImagensProdutoThumbs .slick-slide{
	padding-top: 5px;
	border-top: 3px solid transparent;
}

#slideImagensProdutoThumbs .slick-slide.slick-current{
	border-top: 3px solid #fff;
}

.modal.fade{
	opacity: 1;
}

.modal-header .close{
	padding: 0;
	margin: 0;
}

.containerQuantidadeAdicionar{
	float: left;
    width: 100%;
    margin-top: 15px;
    margin-bottom: 40px;
}

.containerQuantidadeAdicionar a,
.containerQuantidadeAdicionar input{
	display: inline-block;
	float: left;
	color: #fff;
}

.containerQuantidadeAdicionar a{
	line-height: 0;
	cursor: pointer;
}

.containerQuantidadeAdicionar input{
	margin: 0 10px;
	width: 40px;
	padding: 5px 10px;
	background: transparent;
	border: 1px solid #fff;
	border-radius:8px;
	text-align: center;
}

.containerQuantidadeAdicionar svg{
	height: 30px;
}

.containerQuantidadeAdicionar svg path{
	fill: #fff;
}

.containerQuantidadeAdicionar.listagem{
	padding-right: 30px;
	margin-top: 30px;
	margin-bottom: 15px;
}

.containerQuantidadeAdicionar.listagem a,
.containerQuantidadeAdicionar.listagem input{
	color: #d2d2d2;
	float: right;
}

.containerQuantidadeAdicionar.listagem a{
    margin-top: 4px;
}

.containerQuantidadeAdicionar.listagem input{
	border: 1px solid #d2d2d2;
}

.containerQuantidadeAdicionar.listagem svg path{
	fill: #d2d2d2;
}

.tabsModalDetalhe.containerTabs ul li a{
	color: #fff;
	border: 1px solid transparent !important;
}

.tabsModalDetalhe.containerTabs ul li a.active{
	border: 1px solid #fff !important;
}

.tabsModalDetalhe .tab-pane{
	padding: 35px 0;
	color: #fff;
}

.vw-adicionar-carrinho-listagem{
	background: transparent;
    border-radius: 100px;
    display: block;
    font-size: 12px;
    color: #fff !important;
    line-height: 25px;
    text-transform: uppercase;
    padding: 10px 60px 10px 20px;
    float: left;
    position: relative;
    
	-webkit-box-shadow: 2px 2px 30px 0 rgba(0,0,0,0.15);;
	   -moz-box-shadow: 2px 2px 30px 0 rgba(0,0,0,0.15);;
			box-shadow: 2px 2px 30px 0 rgba(0,0,0,0.15);;
}

.vw-adicionar-carrinho-listagem:after{
	content: '>';
	color: #fff;
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
}

#modalReservar .firstSection{
	height: 100%;
	position: relative;
	margin-top: 0 !important;
	padding-top: 100px;
}

#accordionFaqs{
	margin-top: 60px;
	background: transparent;
	border: none;
	color: #fff;
}

#accordionFaqs .card{
	background: transparent;
	border: none;
}

#accordionFaqs .card-header{
	background: transparent !important;
	border-bottom: 1px solid #193f47 !important;
}

#accordionFaqs .card:last-child .card-header{
	border-bottom: none !important;
}

#accordionFaqs .card-header h5{
	font-family:'Raleway', sans-serif;
	font-weight: 400;
	font-size:46px;
	color:#ffffff;
	line-height:133px;
	position: relative;
}

#accordionFaqs .card-header h5 .plus,
#accordionFaqs .card-header h5 .minus{
	position: absolute;
	right: 1.25rem;
	top: 50%;
	transform: translateY(-50%);
	height: 50px;
}

#accordionFaqs .card-header .collapsed .plus{
	display: block;
}

#accordionFaqs .card-header .plus{
	display: none;
}

#accordionFaqs .card-header .collapsed .minus{
	display: none;
}

#accordionFaqs .card-header .minus{
	display: block;
}

.vw-quantidade-listagem{
	margin: 0 !important;
}

.containerPreco{
	position: relative;
	float: left;
}

.special-price{
	font-family:'Raleway', sans-serif;
	font-weight: 500;
	font-size:51px;
	color:#ffffff;
	text-align:left;
}

.old-price{
	color: #f5f5f5;
	text-decoration: line-through;
}

#modalReservar .containerQuantidadeAdicionar{
	margin-bottom: 30px !important;
}

.containerBtnAdicionarCarrinho{
	width: 100%;
	float: left;
	margin-bottom: 30px;
}

.modal .modal-footer .btn-primary {
	background-color: #2f5b65 !important;
    box-shadow: 2px 2px 30px 0 rgba(0,0,0,0.15);
    border-radius: 100px !important;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    font-size: 12px;
    color: #ffffff !important;
    line-height: 25px;
    text-align: left;
    text-transform: uppercase;
    cursor: pointer;
    border: none !important;
}

.tituloExtras{
	font-family:'Raleway', sans-serif;
	font-weight: 500;
	font-size:18px;
	color:#ffffff;
	text-align:left;
	margin-bottom: 15px;
}

.containerExtras .itemExtras{
	display: inline-block;
	margin-right: 25px;
	position: relative;
	padding-right: 25px;
}

.containerExtras .itemExtras:last-child{
	margin-right: 0;
}

.containerExtras .itemExtras img{
	height: 55px
}

.containerExtras .itemExtras img,
.containerExtras .itemExtras .btnItemExtra{
	display: inline-block;
}

.containerExtras .itemExtras .numItemExtra{
	position: absolute;
    left: -10px;
    top: -10px;
    border: 1px solid #fff;
    border-radius: 100%;
    height: 25px;
    width: 25px;
    padding: 5px;
    color: #fff;
    font-size: 14px;
    text-align: center;
}

.containerExtras .itemExtras .btnItemExtra{
	position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 20px;
    z-index: 99;
}

.containerExtras .itemExtras .btnItemExtra svg{
	width: 20px;
	padding: 3px;
    border: 1px solid #fff;
    border-radius: 5px;
}

.containerExtras .itemExtras .btnItemExtra svg path{
	width: 20px;
	fill: #fff;
}

.containerExtras .itemExtras .btnItemExtra a{
	cursor: pointer;
}

.bolaDisponibilidade{
	height: 15px;
    width: 15px;
    border-radius: 100%;
    margin-bottom: -2px;
    margin-right: 5px;
    color: #222;
}

.bolaDisponibilidade.disponivel{
	background: #0BFF00;
}

.bolaDisponibilidade.naoDisponivel{
	background: #ff0000;
}

.disponibilidadeProduto{
	color: #000;
}

.descricaoDisponibilidade{
	font-size: 12px;
	color: #999;
	text-transform: none;
}

.tituloCarrinhoCompras{
	font-family: 'Raleway', sans-serif;
    font-weight: 500;
    font-size: 50px;
    color: #ffffff;
    line-height: 50px;
    text-transform: none !important;
}

.btnsCarrinhoCompras .btn{
	background: #2f5b65;
    box-shadow: 2px 2px 30px 0 rgba(0,0,0,0.15);
    border-radius: 100px !important;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    font-size: 12px;
    color: #ffffff !important;
    line-height: 25px;
    text-align: left;
    text-transform: uppercase;
    cursor: pointer;
    border: none !important;
}

.btnsCarrinho a{
	background: #2f5b65;
    box-shadow: 2px 2px 30px 0 rgba(0,0,0,0.15);
    border-radius: 100px !important;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    font-size: 12px;
    color: #ffffff !important;
    line-height: 25px;
    text-align: left;
    text-transform: uppercase;
    cursor: pointer;
    border: none !important;
}

#formularioEnvio{
	color: #fff !important;
}

#formularioEnvio input,
#formularioEnvio select,
textarea[name="observacoes"]{
	border: 1px solid #fff;
    border-radius: 8px;
    background-color: transparent;
    font-size: 12px;
    color: #fff;
    font-weight: 500;
    padding: 10px 20px;
}

.marcaProdCarrinho,
.marcaProdCarrinhoCompras{
	font-family: 'Dancing Script', cursive;
    font-weight: 400;
    font-size: 13px;
}

.nomeProdCarrinho{
	font-family: 'Raleway', sans-serif;
    font-weight: 500;
    font-size: 17px;
}

.precoProdCarrinho{
	font-family: 'Raleway', sans-serif;
    font-weight: 500;
    font-size: 12px;
}

.tabelaProdutos td{
	padding-bottom: 15px;
}

.modalLinkRGPD,
.labelAceitarRGPD{
	color: #fff !important;
}

table.tabelaPagamentos .tituloPagamentos, table.tabelaPagamentos .custoExtraPagamentos,
#formularioObsExtras .tituloForm{
	color: #fff !important;
}

.containerQuantidadeAdicionar.detalhe input{
	margin: 0 10px !important;
}

.containerDatasDetalhe input{
    border: 1px solid #fff;
    border-radius: 8px;
    background-color: transparent;
    font-size: 12px;
    color: #fff;
    font-weight: 500;
    padding: 10px 20px;
}

.containerDatasDetalhe input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: rgba(255, 255, 255, 0.7);
}
.containerDatasDetalhe input::-moz-placeholder { /* Firefox 19+ */
	color: rgba(255, 255, 255, 0.7);
}
.containerDatasDetalhe input:-ms-input-placeholder { /* IE 10+ */
	color: rgba(255, 255, 255, 0.7);
}
.containerDatasDetalhe input:-moz-placeholder { /* Firefox 18- */
	color: rgba(255, 255, 255, 0.7);
}

.disponibilidadeDetalhe{
	padding: 15px 0;
	color: #fff;
}

.slideProdutos .slick-slide .imagemProduto{
	margin-bottom: 0 !important;
}

.numItemsCarrinho{
	background: #ff0000;
    width: 17px;
    height: 17px;
    border-radius: 100%;
    color: #fff;
    position: absolute;
    right: 0;
    top: 0;
    line-height: 17px;
    font-size: 12px;
    text-align: center;
}

#mobile{
	display: none;
	min-height: 0 !important;
}

#menuMobile{
/* 	display: none; */
	position: fixed;
	height: 100%;
	width: 100%;
	left: 100%;
	top: 0;
	z-index: 10;
	
  -webkit-transition:all .5s;
   -moz-transition:all .5s;
     -o-transition:all .5s;
        transition:all .5s;
}

#menuMobile.aberto{
/* 	display: block; */
	left: 0;
}

#menu-toggle{
	margin: 0;
	float: right;
}

/*  */
/* MENU */
/*  */
#menu, .sub-menu {
  display: none;
  list-style: none;
}

/*Change toggle size by adjusting width & height*/
.tb-menu-toggle {
  border: 0;
  position: relative;
  background: transparent;
  cursor: pointer;
}

/*Change toggle color here*/
.tb-menu-toggle i {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5%;
  -webkit-transition:all .2s;
   -moz-transition:all .2s;
     -o-transition:all .2s;
        transition:all .2s;
}
.tb-menu-toggle i:nth-child(2) {
  top: 40%;
}
.tb-menu-toggle i:nth-child(3) {
  top: 80%;
}

/* Style the active toggle here */
.tb-menu-toggle.tb-active-toggle i {  }

/*Animation of the toggle*/
.tb-menu-toggle.tb-animate-toggle i:first-child,
.tb-menu-toggle.tb-animate-toggle i:nth-child(2){ 
  top: 40%;
  -webkit-transform:rotate(45deg);
   -moz-transform:rotate(45deg);
    -ms-transform:rotate(45deg);
     -o-transform:rotate(45deg);
        transform:rotate(45deg);
} 
.tb-menu-toggle.tb-animate-toggle i:nth-child(3){ 
  top: 40%;
  -webkit-transform:rotate(-45deg);
   -moz-transform:rotate(-45deg);
    -ms-transform:rotate(-45deg);
     -o-transform:rotate(-45deg);
        transform:rotate(-45deg);
}


.logotipoMobile{
	height: 20px;
	width: auto !important;
}

#mobile .blocoCarrinho{
	float: right;
	margin-right: 20px;
}

#menuMobile .itemPage{
	margin-bottom: 15px;
}

#menuMobile .containerMenuMobile{
	height: 100%;
	width: 100%;
	padding: 60px 15px;
}

#menuMobile .containerMenuMobile{
	background-color: rgba(220, 194, 167, 1);
}

.flySpirit #menuMobile .containerMenuMobile{
	background-color: rgba(49, 93, 103, 1);
}

.bSpirit #menuMobile .containerMenuMobile{
	background-color: rgba(243, 185, 37, 1);
}

.moledoSpirit #menuMobile .containerMenuMobile{
	background-color: rgba(148, 140, 108, 1);
}

#togglDatasPrecos{
	color: #2f5b65;
	background: #fff;
	width: 25px;
	height: 25px;
	border-radius: 100%;
	position: absolute;
	right: -40px;
	top: 0;
	cursor: pointer;
	margin-left: 5px;
	margin: 0;
	visibility: hidden;
	text-align: center;
	line-height: 27px;
}

#vw-containerDatasPrecosReserva{
	color: #fff;
	display: none;
	margin-bottom: 25px;
	width: 100%;
	float: left;
}

.itemDataPreco {
    width: 50%;
    float: left;
    padding: 3px 0;
}

.divExtrernaPreco{
	width: 100%;
	float: left;
	margin-bottom: 15px;
}

.home .contentSeparador > div{
	color: #000 !important;
}

.contentTitulosEventos .preTituloPage,
.contentTitulosEventos .tituloPage{
	color: #000 !important;
}

.contentTxtEventoItem > div{
	color: #000 !important;
}

.tituloPagina{
	font-family:'Raleway', sans-serif;
	font-weight: 500;
	font-size:60px;
	color:#000000;
	text-align:left;
	margin-top: 60px;
	padding-bottom: 15px;
	margin-bottom: 60px;
	border-bottom: 1px solid #000;
	padding-left: 30px;
	padding-right: 30px;
}

.containerConteudosGrupo{
	background: #fff;
	color: #000;
	border-radius: 8px;
	padding: 30px;
}

.containerConteudosGrupo .itemGrupoConteudo{
	padding: 15px;
	border-bottom: 1px solid #929292;
}

.containerConteudosGrupo .itemGrupoConteudo a{
	font-family:'Raleway', sans-serif;
	font-weight: 700;
	font-size:11px;
	color:#929292;
	text-align:left;
	text-decoration: none !important;
}

.containerTabelaPrecos{
	padding: 15px 0;
}

.containerTabelaPrecos a{
	font-family:'Raleway', sans-serif;
	font-weight: 500;
	font-size:12px;
	color:#848484;
	text-align:center;
	text-decoration: none !important;
	padding-right: 15px;
	position: relative;
}

.containerTabelaPrecos a::after{
	content: ">";
	position: absolute;
	right: 0;
	top: 0;
	line-height: 12px;
}

.condicoesEspeciaisGrupos{
	position: absolute;
	top: -20px;
	right: 0;
	z-index: 999;
}

.condicoesEspeciaisGrupos a{
	font-family:'Raleway', sans-serif;
	font-weight: 500;
	font-size:14px;
	color:#000000;
	text-align:center;
	padding: 5px 0;
	border-bottom: 1px solid #000000;
	text-decoration: none !important;
}

.googlemaps{
	border-radius: 8px;
}

.condicoesEspeciaisGruposDetalhe{
	width: 100%;
    float: left;
    margin-top: 30px;
}

.condicoesEspeciaisGruposDetalhe a{
	display: initial !important;
	float: none !important;
	text-decoration: none !important;
	padding-bottom: 5px;
	border-bottom: 1px solid #fff;
}

.pdfsProduto > div{
	margin-bottom: 25px;
}

.pdfsProduto img{
	margin-right: 5px;
	height: 20px; 
}

.pdfsProduto a{
	font-family:'Raleway', sans-serif;
	font-weight: 500;
	font-size:14px;
	color:#ffffff;
	text-align:left;
	text-decoration: none !important;
	color: #fff;
	padding-bottom: 5px;
	border-bottom: 1px solid #fff;
}

.pdfsProduto > div:last-child{
	margin-bottom: 0;
}

@media screen and (max-width: 768px){
	.dNoneMobile{
		display: none;
	}
	
	.navbar-brand{
		margin-right: 0;
	}
	
	.navbar-brand img{
		max-width: 100%;
	}
	
    .container-projetos .itemProjetos:nth-child(2) .projetos, .container-projetos .itemProjetos:nth-child(3) .projetos{
	    margin-top: 0;
    }
    
    .container-projetos{
	    margin-bottom: 0;
    }
        
    #captcha{
		width: 40%;
	}
    
    .submitbtn{
	    width: 100px;
	    padding: 10px 0;
    }
    
    #captcha>.g-recaptcha {
    	transform: scale(0.5);
    }
    
/*
    #mobile{
	    display: block;
    }
    
    #desktop{
	    display: none;
    }
*/
    
    .firstSection{
	    margin-top: 0;
    }
    
    .projetos{
	    padding-left: 15px;
	    height: 350px;
	    padding-top: 180px;
    }
        
    .svgProjeto{
	    height: 75%;
    }
    
    .projetos img{
	    height: 60px;
    }
    
    .projetos>div>p>a{
	    width: 130px;
    }
    
    .cookiesBar.open{
	    left: 5% !important;
	    width: 90% !important; 
    }
    
    .cookiesBar .acceptCookies{
	    position: inherit;
	    margin-top: 15px;
	    
		-moz-transform: none;
		-ms-transform: none;
		-webkit-transform: none;
		transform: none;
    }
    
    .cookiesBar span{
	    padding-left: 0;
    }
    
    .numItemsCarrinho{
	    top: -7px;
	    right: -7px;
    }
    
    .iconBag{
	    width: 30px;
	    height: 30px;
	    line-height: 30px;
    }
    
     .iconBag img{
	    height: 15px;
    }
    
    .container-projetos .itemProjetos:nth-child(2),
    .container-projetos .itemProjetos:nth-child(3){
		border-top: none;
	}
	
	.imagemPage{
		height: 300px !important;
	}
	
	.containerImagemSeparador{
		position: inherit !important;
	}
	
	#sobre,
	#separador,
	#eventos,
	footer{
	    padding: 70px 0;	
	}
	
	.contentSeparador{
		padding-left: 0 !important;
	}
	
	.imagemEvento{
		margin-top: 30px;
	}
	
	.itemEvento:first-child .imagemEvento{
		margin-top: 0;
	}
	
	.listagemEventos{
		margin-top: 0;
	}
}

@media screen and (min-width: 768px){
}

@media screen and (min-width: 992px){
	.projetos>div{
		padding-left: 20px;
	}
}

@media screen and (min-width: 1200px){
	.projetos>div{
		padding-left: 40px;
	}
}


/* ALTERAÇÔES RICARDO */

.rc-anchor-light.rc-anchor-normal{
    border: 0px;
    background: transparent;
    box-shadow: none;
}

.modal-scrollable{
	    z-index: 99999 !important;
}

.modal-scrollable .labelAceitarRGPD{
	color: #999 !important;
}

.modal-scrollable .informacao a{
	color: #999 !important;
}

.slick-arrow{
    position: absolute;
    top: 36%;
    z-index: 50;
}

.slick-next{
	right: 0px;
}

.slick-prev{
	left: 0px;
}

.slick-dots{
	list-style: none;
}

.slick-dots {
    display: flex;
    justify-content: center;
    margin: 0;
    padding-top: 0;
    padding-bottom: 35px;
    list-style-type: none;
    padding-left: 0;
    position: absolute;
    right: 0;
    bottom: 0;
}

.slick-dots li {
  margin: 0 0.25rem;
}

.slick-dots button {
  display: block;
  width: 10px;
  height: 10px;
  padding: 0;
  border: none;
  border-radius: 100%;
  background-color: #3444;
  text-indent: -9999px;
}

.slick-dots li.slick-active button {
  background-color: #2f5b65;
}

.slick-arrow:before{
    font-size: 60px;
    color: #2f5b65;
}

.containerTabs.tabsModalDetalhe ul{
	width: max-content; 
}

.containerTabs ul li a {
    padding: 15px 35px !important;
}

#modalReservar .container-fluid, #modalReservar .row, #modalReservar .col-md-6 {
    height: auto;
    min-height: 100vh;
}

.slick-dots > li:only-child {
    display: none;
}

img.icon{
	height: 115px;
}

.dNoneMobile{
	color: white;
}

.projetos div p a, .projetos>div>p>a:after{
	color: white !important;
}

.branco{
	color: white !important;
}

.cart-box img{
	height: 30px;
}

header{
    transition: all .5s ease-in;
}

@media screen and (max-width: 1200px){
	#mobile{
	    display: block;
    }
    
    #desktop{
	    display: none;
    }
    
    .logotipoMobile {
	    height: 40px;
    }
    
    #sobre table td{
	    display: block;
	    width: 100% !important;
    }
	
	#sobre table td:first-child{
		margin-top: 50px;
	}
}

@media screen and (max-width: 768px){
	footer .col-md-3{
		margin-top: 15px;
	}
	
	.tituloNewsletter{
	    line-height: inherit;
		margin-top: 40px;
	}
	
	.btnGoContactos{
		margin-bottom: 40px;
	}
	
	#idiomas{
		text-align: center;
		margin-top: 30px;
	}
	
	#accordionFaqs .card-header h5 .plus, #accordionFaqs .card-header h5 .minus {
	    height: 40px;
	}
	
	#accordionFaqs .card-header h5 {
	    font-size: 30px;
	    line-height: 100px;
	}
	
	.dropdownCategoriasExtra button {
    	font-size: 30px;
    }	
    
    .tituloPage, .tituloPagina, .tituloCarrinhoCompras {
	    font-size: 18px;
	    line-height: 27px;
	}
	
	.imagemPage.element-paralax {
		position: relative;
		top: 0px;
		margin-top: 50px;
	}
	
	.condicoesEspeciaisGrupos {
	    position: relative;
	    z-index: 999;
	    text-align: right;
	    margin: 30px 0px -15px;
		top: 0px;
	}
	
	#sobre .col-md-8{
		margin-top: 70px;
	}
	
	.firstSection{
		padding-top: 0px;
	}
	
	.absoluteCentered{
		position: relative;
	    top: 0;
	    padding: 0;
	    display: block;
	    transform: initial;
	}
	
	.containerModalLeft .absoluteCentered, .containerModalRight .absoluteCentered {
	    padding: 100px 50px;
	    padding-top: 0px;
	}
	
	.paddingContentModalContainer {
	    padding-top: 0;
	}
	
	.imagemSlidePrincipal{
	    height: -webkit-fill-available !important;
		width: 100%;
	}
	
	.absoluteCentered #slideImagensProduto{
	    margin-bottom: 30px;
	}
	
	#slideImagensProdutoThumbs{
		bottom: 0px;
	}
	
	.containerModalLeft {
	    padding-bottom: 40px;
	}
	
	section {
	    padding: 130px 0 100px 0;
	}	
	
	.btnsCarrinhoCompras.carrinhoVersaoMobile{
		height: 150px;
	}
		
	img.icon {
	    height: 70px !important;
	}
}

@media (max-width: 550px){
	.containerDatasDetalhe input {
	    display: block;
	}
	
	.containerDatasDetalhe input.vw-checkOut {
		margin-top: 15px;
	}
}

@media (max-width: 490px) {
	#accordionFaqs .card-header h5 {
	    font-size: 18px;
	    line-height: 65px;
	}
	
	#accordionFaqs .card-header h5 .plus, #accordionFaqs .card-header h5 .minus {
	    height: 30px;
	}
	
	.h3, h3, .h5, h5 {
	    font-size: 18px;
	}
	
	.containerReservas {
	    padding: 70px 25px;
	    margin-top: 70px;
	}

	section {
	    padding: 50px 0 75px 0;
	}
	
    .logotipoMobile {
	    height: 20px;
    }
    
    .imagemProduto{
	    height: 230px !important;
    }
    
    .tabelaProdutosCarrinhoCompras{
	    padding-top: 30px;
    }
}

@media (max-width: 425px) {
	.dropdownCategoriasExtra button {
	    font-size: 20px;
	}
	
	.paddingContentModalContainer {
	    padding: 150px 15px;
	}	
}

@media (max-width: 395px) {
	.logotipoRodape{
		width: 100%;
	}
	
	.containerTabs ul li a {
	    padding: 15px 30px !important;
	}
}