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

font-family: 'Alex Brush', cursive;
font-family: 'Playfair Display', serif;
font-family: 'Quicksand', sans-serif;

*/

@import url('https://fonts.googleapis.com/css2?family=Alex+Brush&family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&family=Quicksand:wght@300;400;500;600;700&display=swap');


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;}




body{
font-family: 'Quicksand', sans-serif;
	font-size: 18px;
	color: #5c4118;
	
}



.textPix{
background-color: #be8337;
color:#fff;
text-align: center;
font-size: 27px;

padding: 20px;

border-bottom-left-radius: 10px;
border-bottom-right-radius: 10px;
}



.reservaArtax{
	width: 67px;
	height: 299px;
	position: fixed;
	right: 0;
	top: 40%;
	z-index: 4000;
}


.linkbt{
background-color:#18602f;
color:white!important;
padding: 10px 20px;
}


/*-- galeria nova*/

.imagens{width: 100%;}
.imagens ul{
	padding: 0;
	margin: 0;
	display: block;
 /*-moz-column-width: 250px;
 -webkit-column-width: 250px;
  
 -moz-column-gap: 10px;
 -webkit-column-gap: 10px;*/
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;

  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
}

.imagens ul li{
	
 width: 100%!important;
 display: inline-block;
 margin:  5px 0;
	float: left;
 padding:  0px;
overflow: hidden;
}

.imagens ul li img{
  width: 100%;  
	  transition: 300ms;
}
	
	.imagens ul li img:hover{
		 transform: scale(1.2);
	}	


/*-- fim galeria nova*/







.whatsBt{
	width:64px;
	height:64px;
	position:fixed;
	bottom:0;
	left:0;
	margin:15px;
	z-index:900;
}


.linhacontato{
	width: 100%;
	text-align: center;
}
.linhacontato a{
	display: inline;
	margin: 0 20px;
}


.dropdown-menu a{
 
  color: #C18A44!important;
 
}
.dropdown-menu{
	background-color: #fff!important;
}

.dropdown
{
	background-color: #fff!important;
}

.dropdown-item
{
	background-color: #fff!important;
}


.marginCol{
	margin-top: 15px;
	margin-bottom: 15px;
}


.imgGal{
	width: 100%;
}

.imgGal img{
	width: 100%;
	transition: 300ms;
	margin: 15px 0;
}


.imgGal:hover img {
  transform: scale(1.1);
	-webkit-box-shadow: 0px 11px 11px -9px rgba(0,0,0,0.6); 
box-shadow: 0px 11px 11px -9px rgba(0,0,0,0.6);
}


 .active2 {
    background-color:#18602F!important; 
  	color: #fff!important;
  }

.active2 .nav-link{color: #fff!important;}



.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(24, 96, 47, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");

	outline:none!important;
	
border:none!important;
}



h3{
	font-family: 'Playfair Display', serif;
	font-size: 24px;
	text-transform: uppercase;
}

h2{
	color: #ae823f;
	line-height: 35px;
	font-size: 60px;
	padding: 0 0 40px 0px; margin:40px 0 30px 0;
	width: 100%; text-align: center;
	font-family: 'Alex Brush', cursive;
	background: url(../dados/layout/arabesco.png) no-repeat bottom center;
}


h4{
	color: #ae823f;
	line-height: 35px;
	font-size: 50px;
	padding: 0 0 40px 0px; margin:40px 0 30px 0;
	width: 100%; text-align: center;
	font-family: 'Alex Brush', cursive;
	background: url(../dados/layout/arabesco.png) no-repeat bottom center;
}


h2 small{
	font-size: 20px;
	padding: 0; margin: 0;
	text-transform: uppercase;
	color: #ae823f;
	font-family: 'Playfair Display', serif;
}


.playfairHome{
	font-family: 'Playfair Display', serif;
	font-size: 30px;
}

.line-height{
	line-height: 23px;
}

.bgLight{
	background-color: #f5f5f5;
	width: 100%;
}





.topoPaginas{
	width: 100%;
	height: 40vh;
	background-size:cover;
	overflow: hidden!important;
	background: url(../dados/layout/topo.jpg)no-repeat;
	margin: 100px 0 0px 0;
	background-position:center;
	color: #fff;
	vertical-align: middle;
	
	
  display: flex;
  align-items: center;
	
}


.topoPaginas h1{
	width: 100%;
	text-align: center;
	font-size: 72px;
	font-family: 'Alex Brush', cursive;
	padding-bottom: 30px;
	background: url(../dados/layout/ara2.png) bottom center no-repeat;
}


/*========= HOVER IMG ===========*/
.hover{
	position: relative;
	width: 100%;
	height: 100%;
}


.txt{
	background-color: #f5f5f5!important;
	width: 100%;
	text-align: center;
	position: relative;
	padding: 20px 20px 5px 20px;
	
	
}
.txt p{
	background: url(../dados/layout/arabesco.png) center bottom no-repeat;
	padding-bottom: 40px;
}


.txt span{
	background-color: #18602F;
	color: #fff;
	cursor: pointer;
	font-size: 2em;
	padding: 0px 25px;
	display: inline-block;
	font-family: 'Alex Brush', cursive;
	margin: 15px 0 0 0;
}


.linkao{
	background-color: #18602F;
	color: #fff!important;
	cursor: pointer;
	font-size: 2em;
	padding: 15px 25px;
	display: inline-block;
	font-family: 'Alex Brush', cursive;
	margin: 15px 0 0 0;
}





.rodape{
	width: 100%;
	background-color: #18602f;
	color: #fff;
	padding: 40px 0 20px 0;
}
.rodape p{
	line-height: 30px;
}

/* Shine */
.hover figure {
	position: relative;
	overflow: hidden;
	margin: 0; padding: 0;
}

.hover figure img{width: 100%;}

.hover figure::before {
	position: absolute;
	top: 0;
	left: -75%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
}
.hover:hover figure::before {
	-webkit-animation: shine .75s;
	animation: shine .75s;
}
@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}
@keyframes shine {
	100% {
		left: 125%;
	}
}








.marrom{
	background-color: #ae823f;
	
	color: #fff;
}

.marrom p{
	padding: 28px;
}




/*---------------*/
/***** Layla *****/
/*---------------*/

.grid {
	position: relative;
	width: 100%;
	padding: 0;
	margin: 0;
	text-align: center;
}

/* Common style */
.grid figure {
	position: relative;
	float: left;
	overflow: hidden;
	width: 100%;
	text-align: center;
	cursor: pointer;
}

.grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 0.8;
}

.grid figure figcaption {
	
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid figure h2 {
	word-spacing: -0.15em;
	font-weight: 300;
	color: #fff!important;
}

.grid figure h2 span {
	font-weight: 800;
}




/*---------------*/
/***** Oscar *****/
/*---------------*/

figure.effect-oscar {
	background: -webkit-linear-gradient(45deg, #22682a 0%, #9b4a1b 40%, #3a342a 100%);
	background: linear-gradient(45deg, #22682a 0%,#9b4a1b 40%,#3a342a 100%);
	
}

figure.effect-oscar img {
	opacity: 0.9;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

figure.effect-oscar figcaption {
	width: 100%;
	display: flex; 
  align-items: center;
	text-align: center!important;
}

figure.effect-oscar figcaption::before {
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	border: 1px solid #fff;
	content: '';
}

figure.effect-oscar h2 {
	margin: 20% 0 10px 0;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,100%,0);
	transform: translate3d(0,100%,0);
}

figcaption p{
	text-align: center!important;
	width: 100%;
	font-family: 'Alex Brush', cursive;
	text-transform:none;
	font-size: 2.1em;
}

figure.effect-oscar figcaption::before,
figure.effect-oscar p {
	
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale(0);
	transform: scale(0);
}

figure.effect-oscar:hover h2 {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-oscar:hover figcaption::before,
figure.effect-oscar:hover p {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

figure.effect-oscar:hover figcaption {
	
}

figure.effect-oscar:hover img {
	opacity: 0.4;
}








.ui-datepicker {
   z-index: 1000!important;
}



/*========= FONTES DO SLIDER ===========*/

/*========= SLIDER ===========*/
.alturaSlider{
	height: 80vh;
	margin: 0px 0 0px 0;
	position: relative;
	z-index: 32;
}

.bgSlide{
	/*width: 100%;
	height:100%;
	background-image: url("../dados/layout/bgslide.png");
	position:absolute;
	z-index: 31;
	
	top: 0;
    left: 0;*/
}





.mobFont{
    width: 100%!important;
	height: auto!important;
	padding: 0!important;
	margin: 150px 0 0 0px!important;
	text-align: center!important;
	color: #fff!important;
	font-weight: 300;

}







.mobFont a{
	display: inline;
	color: #fff;
	width: auto;
	border: solid 2px #fff;
	background-color: #18602f;
	padding:15px;
	font-size: 18px;
}

.mobFont h3{
	z-index: 50!important;
	font-size:60px;
	position: relative!important;
	line-height: normal!important;
}



/*========= FONTES DO SLIDER ===========*/

/*========= SLIDER ===========*/




.socialTop{
	padding-left: 40px;
	
}







/*========= BARRA RESERVA ===========*/

.barraReserva input[type=text]::-webkit-input-placeholder { /* Edge */
  color: white!important;
}

.barraReserva input[type=text]::-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: white!important;
}

.barraReserva input[type=text]::placeholder {
  color: white!important;
}

.barraReserva input[type=number]::placeholder {
  color: white!important;
}


.barraReserva{
	background-color: #18602f;
	width: 100%;font-size: 17px;
	margin-top: 1px;
	padding: 25px 0 10px 0;
}

.barraReserva option{
	color: #000;
}




.barraReserva input[type=text]{
	
	border:1px solid #ae823f;
	background-color: #18602F;
	background: url(../dados/layout/icons/calendar.png)no-repeat right!important;
	background-position:96% 5px!important;
	color: white;
	width: 100%;
	
	margin: 0;
	padding: 6px 30px;
	outline: none!important;
}

.barraReserva input[type=number]{
	border:1px solid #ae823f;
	background-color: transparent;
	color: white!important;
	width: 100%;
	margin: 0;
	padding: 6px 30px!important;
	outline: none!important;
}

.barraReserva input[type=button]{
	border:1px solid #ae823f;
	color: white!important;
	width: 100%;
	margin: 0;
	background-color: #BE8337!important;
	border-radius: 5px;
	font-weight: bold;
	padding: 7px!important;
	outline: none!important;
}



.barraReserva select{
	border:1px solid #ae823f;
	background-color: transparent;
	color: white;
	width: 100%;
	margin: 0;
	padding: 6px 30px!important;
	outline: none!important;
}

.barraReserva button{
	border:1px solid #ae823f;
	background-color: #ae823f;
	color: white;
	width: 100%;
	margin: 0;
	padding: 6px 30px!important;
	outline: none!important;
}


/*========= MENU EFFECT ===========*/
nav ul li a {
 color: #ae823f!important;
}
nav ul li a,
nav ul li a:after,
nav ul li a:before {
  transition: all .5s;
}
nav ul li a:hover {
  color: #fff!important;
}




/* SHIFT */
nav.shift ul li a {
  position:relative;
  z-index: 1;
}
nav.shift ul li a:hover {
  color: #91640F;
}
nav.shift ul li a:after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 1px;
  content: '.';
  color: transparent;
  background: #226738;
  visibility: none;
  opacity: 0;
  z-index: -1;
}
nav.shift ul li a:hover:after {
  opacity: 1;
  visibility: visible;
  height: 100%;
}



/* Keyframes */
@-webkit-keyframes fill {
  0% {
    width: 0%;
    height: 1px;
  }
  50% {
    width: 100%;
    height: 1px;
  }
  100% {
    width: 100%;
    height: 100%;
    background: #333;
  }
}

/* Keyframes */
@-webkit-keyframes circle {
  0% {
    width: 1px;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    height: 1px;
    z-index: -1;
    background: #eee;
    border-radius: 100%;
  }
  100% {
    background: #aaa;
    height: 5000%;
    width: 5000%;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 0;
  }
}
/*========= MENU EFFECT ===========*/







.dropdown-menu-arrow {
  top: -25px;
  left: 50%;
  width: 0;
  height: 0;
  position: relative;
}
.dropdown-menu-arrow:before,
.dropdown-menu-arrow:after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-width: 7px 8px;
  border-style: solid;
  border-color: transparent;
  z-index: 1001;
}
.dropdown-menu-arrow:after {
  bottom: -18px;
  right: -8px;
  border-bottom-color: #fff;
}
.dropdown-menu-arrow:before {
  bottom: -17px;
  right: -8px;
  border-bottom-color: rgba(0,0,0,.15);
}

