@import url('https://fonts.googleapis.com/css?family=Lobster|Montserrat:100,300,400,500,600,700');

body {
	/*background: url('../img/body.jpg') no-repeat center top;*/
	/*height: 6000px;*/
	overflow-x: hidden;

}
@media(max-width: 991px){
	body {
		padding-top: 61px;
	}
}

/**/

a {
	cursor: pointer;
}

a:hover,
a:active,
a:focus,
a:visited {
	text-decoration: none;
	outline: none;
}

/**/

._transition {
	-webkit-transition: all 150ms ease-in-out;
	-moz-transition: all 150ms ease-in-out;
	-o-transition: all 150ms ease-in-out;
	transition: all 150ms ease-in-out;
}

._sepia:hover {
	filter:sepia(100%);
}


/**/

.btn1 {
	font: 600 11px 'Montserrat';
	color: #fff;
	text-transform: uppercase;
	padding: 11px 22px;
	border: 1px solid #fff;
	text-align: center;
	display: inline-block;
}

.btn1:hover {
	color: #000;
	background-color: #fff;
}

.btn2 {
	font: 600 18px 'Montserrat';
	color: #231F20;
	text-align: center;
	border: none;
	background: none;
	padding: 18px 30px;
}

.btn2:hover {
	background-color: #000;
	color: #fff;
}

.btn2:hover,
.btn2:active,
.btn2:focus,
.btn2:visited {
	text-decoration: none;
	outline: none;
}

.btn3 {
	font: 600 18px 'Montserrat';
	color: #231F20;
	text-align: center;
	border: 1px solid #ddd;
	background: none;
	padding: 21px 92px;
}

.btn3:hover {
	background-color: #000;
	color: #fff;
	border-color: #000;
}

.btn3:hover,
.btn3:active,
.btn3:focus,
.btn3:visited {
	text-decoration: none;
	outline: none;
}

.btn4 {
	font: 600 18px 'Montserrat';
	color: #231F20;
	text-align: center;
	border: 1px solid #ddd;
	background: none;
	padding: 10px 50px;
	display: inline-block;
}

.btn4:hover {
	background-color: #000;
	color: #fff;
	border-color: #000;
}

.btn4:hover,
.btn4:active,
.btn4:focus,
.btn4:visited {
	text-decoration: none;
	outline: none;
}

/**/

.base-header {
	padding: 30px 0;
}
@media(min-width: 992px){
	.base-header {
		height: 100px;
		padding: 15px 0;
	}
}
@media(max-width: 991px){
	.base-header {
		display: none;
	}
}

@media(min-width: 992px){
	.base-header .container {
		width: 1120px;
		padding: 0;
	}
}

@media(min-width: 992px){
	.base-header .col1 {
		width: 190px;
	}
}

@media(min-width: 992px){
	.base-header .col3 {
		width: 270px;
	}
}

/**/

.home-header {
	position: relative;
	/*background: url('../img/banner.jpg') no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;*/
}
@media(min-width: 992px){
	.home-header {
		height: 735px;
	}
}
@media(max-width: 991px){
	.home-header {
		padding-top: 30px;
		padding-left: 15px;
		padding-right: 15px;
		min-height: 350px;
	}
}

.home-header h1 {
	margin: 0 auto;
	width: 135px;
	height: 141px;
	text-indent: -99999999px;
	overflow: hidden;
	background: url('../img/boa-vista-country-house.png') no-repeat center center;
}
@media(min-width: 992px){
	.home-header h1 {
		margin: 0;
		position: absolute;
		top: 135px;
		left: 50%;
		margin-left: -67px;
	}
}
@media(max-width: 991px){
	.home-header h1 {
		display: none;
	}
}

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

.home-header .menu {
	margin: 0;
	padding: 0;
}
@media(min-width: 992px){
	.home-header .menu {
		position: absolute;
		left: 50%;
		top: 47px;
		margin-left: -560px;
	}
}
@media(max-width: 991px){
	.home-header .menu {
		display: none;
	}
}

.menu > li {
	margin: 0;
	padding: 0;
	display: inline-block;
	list-style: none;
}
@media(min-width: 992px){
	.menu > li:not(:last-child) {
		margin-right: 21px;
	}
}
@media(max-width: 991px){
	.menu > li {
		display: block;
	}
	.menu > li:not(:last-child) {
		margin-bottom: 10px;
	}
}

.menu > li > a {
	font: 500 12px 'Montserrat';
	color: #fff;
	text-transform: uppercase;
	position: relative;
}

.menu > li > a::after {
	content: '';
	height: 1px;
	width: 0%;
	background-color: #fff;
	position: absolute;
	bottom: -5px;
	left: 0;
	-webkit-transition: all 150ms ease-in-out;
	-moz-transition: all 150ms ease-in-out;
	-o-transition: all 150ms ease-in-out;
	transition: all 150ms ease-in-out;
}

.menu > li > a:hover::after {
	width: 100%;
}

.base-header .menu > li > a {
	color: #000;
	position: relative;
}

.base-header .menu > li > a:hover {
	color: #000;
}

.base-header .menu > li > a::after {
	content: '';
	height: 1px;
	width: 0%;
	background-color: #000;
	position: absolute;
	bottom: -5px;
	left: 0;
}

.base-header .menu > li > a:hover::after {
	width: 100%;
}

/**/

.menu2 {
	margin: 0;
	padding: 0;
}
@media(max-width: 991px){
	.menu2 {
		display: none;
	}
}

@media(min-width: 992px){
	.home-header .menu2 {
		position: absolute;
		top: 35px;
		right: 50%;
		margin-right: -563px;
	}
}

.menu2 > li {
	list-style: none;
}
@media(min-width: 992px){
	.menu2 > li {
		display: inline-block;
	}
	.menu2 > li:not(:first-child) {
		margin-left: 6px;
	}
}

.menu2 > li > a {
	font: 500 12px 'Montserrat';
	color: #fff;
	display: inline-block;
	border: 1px solid #fff;
}
@media(max-width: 991px){
	.menu2 > li > a {
		width: 50%;
		display: block;
		margin: 0 auto;
	}
	.menu2 > li:not(:last-child) > a {
		margin-bottom: 15px;
	}
}

.base-header .menu2 > li > a {
	color: #000;
	border-color: #bfbfbf;
}

.base-header .menu2 > li > a:hover {
	background-color: #000;
	color: #fff;
	border-color: #000;
}

.menu2 > li > a:hover {
	background-color: #fff;
	color: #000;
}

.menu2 > li > a.book-now {
	padding: 14px 27px;
}

.menu2 > li > a.idioma {
	padding: 14px 13px;
}

.menu2 > li > a.share {
	padding: 14px 16px;
}

/**/

.home-header .h2-h3-btn {
	text-align: center;
}
@media(min-width: 992px){
	.home-header .h2-h3-btn {
		position: absolute;
		top: 298px;
		left: 0;
		right: 0;
	}
}

.home-header h2 {
	margin: 0;
	padding: 0;
	font: 700 38px 'Montserrat';
	color: #fff;
	text-transform: uppercase;
	text-shadow: 0px 0px 5px #000;
}

.home-header h3 {
	margin: 0;
	padding: 0;
	font: 300 20px 'Montserrat';
	color: #fff;
	text-transform: uppercase;
	text-shadow: 0px 0px 5px #000;
	margin-bottom: 21px;
}

.home-header::after {
	content: '';
	height: 75px;
	width: 100%;
	position: absolute;
	z-index: 2;
	bottom: 0;
	left: 0;
	right: 0;
	background: -webkit-linear-gradient(rgba(255,255,255,0) 0%, rgba(255,255,255,0.5) 50%, rgba(255,255,255,1) 100%);
	background: -o-linear-gradient(rgba(255,255,255,0) 0%, rgba(255,255,255,0.5) 50%, rgba(255,255,255,1) 100%);
	background: linear-gradient(rgba(255,255,255,0) 0%, rgba(255,255,255,0.5) 50%, rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
}

.home-header #home-book-now-form {
	padding: 25px;
	box-shadow: 1px 1px 3px #ccc;
	background-color: #fff;
}
@media(min-width: 992px){
	.home-header #home-book-now-form {
		width: 860px;
		height: 108px;
		position: absolute;
		z-index: 3;
		bottom: 0;
		left: 50%;
		margin-left: -430px;
	}
}
@media(max-width: 991px){
	.home-header #home-book-now-form {
		margin-top: 30px;
		display: none;
	}
}

#home-book-now-form .form-control {
	-webkit-appearance: none;
	appearance: none;
	box-shadow: none;
	border-radius: 0;
	border-top: none;
	border-bottom: none;
	border-left: none;
	height: 60px;
	background: url('../img/seta.png') no-repeat right 20px center;
	font: 300 13px 'Montserrat';
	color: #414042;
	padding-right: 40px;
}
@media(max-width: 991px){
	#home-book-now-form .form-control {
		background-position: right center;
		border-right: none;
	}
}

#book-now-form label.error {
	font-size: 11px;
	color: red;
	font-weight: normal;
}

/**/

.our-accomodations {
	margin-top: 64px;
}

.our-accomodations .img-footer {
	width: 100%;
	position: relative;
	z-index: -1;
	margin-top: -30px;
}
@media(max-width: 991px){
	.our-accomodations .img-footer {
		margin-top: -15px;
	}
}

@media(min-width: 992px){
	.our-accomodations .container {
		width: 650px;
	}
}

.our-accomodations h2 {
	font: 400 42px 'Lobster';
	color: #231F20;
	margin: 0;
}

.our-accomodations h3 {
	margin: 0;
	font: 300 12px 'Montserrat';
	color: #808184;
}

.our-accomodations p {
	margin-top: 60px;
	font: 300 14px 'Montserrat';
	color: #000;
	line-height: 20px;
}

.our-accomodations .icones {
	margin-top: 39px;
}

.our-accomodations .icones img {
	margin: 0 4px;
}

/**/

.our-beatifull-gallery {
	
	padding-bottom: 30px;
	clear: both;
}

@media(min-width: 992px){
	.our-beatifull-gallery .container {
		width: 1090px;
		padding: 0;
	}
}

.our-beatifull-gallery h2 {
	font: 400 42px 'Lobster';
	color: #231F20;
	margin: 0;
}

.our-beatifull-gallery h3 {
	margin: 0;
	margin-top: 6px;
	font: 300 12px 'Montserrat';
	color: #808184;
}

.our-beatifull-gallery p {
	margin-top: 45px;
	font: 300 14px 'Montserrat';
	color: #000;
	line-height: 20px;
}

.our-beatifull-gallery .filtros {
	margin: 0;
	margin-top: 56px;
	padding: 0;
}

.our-beatifull-gallery .filtros > li {
	margin: 0;
	padding: 0;
	display: inline-block;
}

.our-beatifull-gallery .filtros > li > a {
	font: 300 10px 'Montserrat';
	color: #808184;
	text-transform: uppercase;
	border: 1px solid #fff;
	display: inline-block;
	padding: 6px 10px;
}

.our-beatifull-gallery .filtros > li > a.active,
.our-beatifull-gallery .filtros > li > a:hover {
	border-color: #c8c9cb;
}

@media(max-width: 991px){
	.our-beatifull-gallery .carousel {
		padding-left: 75px;
		padding-right: 75px;
	}
}

.our-beatifull-gallery .carousel .item img {
	width: calc(25% - 16px);
	height: 175px;
	float: left;
	margin: 0 8px;
	margin-bottom: 16px;
}
.our-beatifull-gallery .carousel .item img:hover {
	/*filter:brightness(150%);*/
	/*filter:contrast(200%);*/
	filter:sepia(100%);
}
@media(max-width: 991px){
	.our-beatifull-gallery .carousel .item img {
		width: calc(50% - 16px);
		height: 90px;
	}
}

.our-beatifull-gallery .carousel .anterior,
.our-beatifull-gallery .carousel .proximo {
	display: inline-block;
	width: 62px;
	height: 62px;
	position: absolute;
	top: 50%;
	margin-top: -40px;
}

.our-beatifull-gallery .carousel .anterior {
	left: -100px;
}
@media(min-width: 992px){
	.our-beatifull-gallery .carousel .anterior:hover {
		left: -110px;
	}
}
@media(max-width: 991px){
	.our-beatifull-gallery .carousel .anterior {
		left: 0;
	}
}

.our-beatifull-gallery .carousel .proximo {
	right: -100px;
}
@media(min-width: 992px){
	.our-beatifull-gallery .carousel .proximo:hover {
		right: -110px;
	}
}
@media(max-width: 991px){
	.our-beatifull-gallery .carousel .proximo {
		right: 0;
	}
}

/**/

.what-we-offer {
	margin-top: 35px;
}

.what-we-offer h2 {
	font: 400 42px 'Lobster';
	color: #231F20;
	margin: 0;
}

.what-we-offer h3 {
	margin: 0;
	margin-top: 6px;
	font: 300 12px 'Montserrat';
	color: #808184;
}

.what-we-offer .icones {
	padding: 0 20px;
	margin-top: 53px;
}

.what-we-offer h4 {
	font: 300 12px 'Montserrat';
	color: #808184;
	text-transform: uppercase;
	margin: 0;
	margin-top: 16px;
}

.what-we-offer p {
	font: 300 14px 'Montserrat';
	color: #000;
	margin-top: 30px;
	line-height: 20px;
}

.what-we-offer ._d-dtc {
	padding: 0 30px;
}

.what-we-offer .img-footer {
	width: 100%;
	margin-top: -230px;
	position: relative;
	z-index: -1;
}
@media(max-width: 991px){
	.what-we-offer .img-footer {
		margin-top: -75px;
	}
}

/**/

.our-location {
	margin-top: 37px;
	position: relative;;
}

.our-location h2 {
	font: 400 42px 'Lobster';
	color: #231F20;
	margin: 0;
}

.our-location h3 {
	margin: 0;
	margin-top: 6px;
	font: 300 12px 'Montserrat';
	color: #808184;
}

.our-location .mapa {
	position: relative;
	margin-top: 60px;
}
@media(min-width: 992px){
	.our-location .mapa {
		height: 560px;
	}
}

@media(min-width: 992px){
	.our-location .mapa #mapa {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: -200px;
	}
}
@media(max-width: 991px){
	.our-location .mapa #mapa {
		height: 400px;
	}
}

.our-location .mapa #mapa::before {
	content: '';
	width: 100%;
	height: 25px;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	right: 0;
	background: url('../img/bg1-mapa.png') repeat-x left top;
}

.our-location .mapa #mapa::after {
	content: '';
	width: 100%;
	height: 25px;
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 0;
	right: 0;
	background: url('../img/bg2-mapa.png') repeat-x left top;
}

.our-location .mapa .endereco {
	text-align: left;
	background: url('../img/bg-mapa.png') repeat-y left center;
}
@media(max-width: 991px){
	.our-location .mapa .endereco {
		padding: 30px;
		text-align: center;
		border-bottom: 1px solid #f3f3f3;
	}
}
@media(min-width: 992px){
	.our-location .mapa .endereco {
		padding: 45px 90px;
		width: 525px;
		height: 260px;
		position: absolute;
		position: absolute;
		top: 50%;
		margin-top: -138px;
		right: 0;
	}
}

@media(min-width: 992px){
	.our-location .mapa .endereco::before {
		content: '';
		width: 85px;
		height: 85px;
		position: absolute;
		top: 50%;
		margin-top: -42px;
		left: 0;
		margin-left: -42px;
		background: url('../img/logo-circular.png') no-repeat center center;
	}
}

.our-location .mapa .endereco .coordenadas {
	font: 100 26px 'Montserrat';
	color: #929497;
	margin-bottom: 25px;
}

.our-location .mapa .endereco .dados {
	margin-bottom: 15px;
}

.our-location .mapa .endereco .dados i {
	color: #414042;
	font-size: 18px;
}

@media(min-width: 992px){
	.our-location .mapa .endereco .dados .icone {
		width: 35px;
	}
}

.our-location .mapa .endereco .dados .info {
	font: 300 12px 'Montserrat';
	color: #929497;
}

.our-location .mapa .endereco .dados .info a {
	color: #929497;
}

.our-location .mapa .endereco .dados .info a:hover {
	color: #000;
}

.our-location.home form {
	padding: 30px;
	background: url('../img/bg-form.png') repeat-x left bottom;
}

@media(min-width: 992px){
	.our-location.home form {
		padding: 35px 45px;
		width: 716px;
		position: absolute;
		z-index: 2;
		top: 600px;
		left: calc(50% + 20px);
		margin-left: -358px;
	}
}

@media(min-width: 992px){
	.our-location.home form::before {
		content: '';
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 153px;
		background: #fff;
	}
}

.our-location form .form-control {
	background: none;
	box-shadow: none;
	border-radius: 0;
	border-top: none;
	border-left: none;
	border-right: none;
	height: 40px;
	font: 300 12px 'Montserrat';
	color: #929497;
	padding-left: 0;
}

.our-location form .form-control:focus {
	border-color: #000;
}

.our-location form textarea.form-control {
	height: 60px !important;
	position: relative;
	z-index: 2;
}

.our-location form .agree {
	font: 300 14px 'Montserrat';
	color: #000;
	text-align: left;
	position: relative;
	z-index: 2;
}

.our-location.contact form .agree {
	margin-top: 20px;
}

.our-location form .submit {
	width: 65px;
	position: relative;
}

.our-location form button {
	/*background: url('../img/enviar.png') no-repeat center center;*/
	width: 45px;
	height: 45px;
	background: none;
	border: none;
	position: absolute;
	right: 0;
	bottom: -21px;
	padding: 0;
}
.our-location.contact form button {
	bottom: -10px;
}
@media(max-width: 991px){
	.our-location form button {
		bottom: -13px;
	}
}
.our-location form button img {
	width: 45px;
	height: 45px;
}

.our-location form button img:hover {
	/*filter: hue-rotate(90deg);*/
	/*filter:saturate(8);*/
	/*filter:contrast(200%);*/
	/*filter:hue-rotate(90deg);*/
	filter:invert(100%);
}

/**/

.calm-quiet {
	/*min-height: 710px;*/
	position: relative;
	z-index: -1;
}

.calm-quiet h2 {
	margin: 0;
	padding: 0;
	text-align: center;
	font: 700 36px 'Montserrat';
	color: #fff;
	text-shadow: 0px 0px 5px #888;
	position: absolute;
	z-index: 2;
	top: 50%;
	/*margin-top: 107px;*/
	left: 0;
	right: 0;
}
@media(max-width: 991px){
	.calm-quiet h2 {
		font-size: 16px;
		margin-top: -25px;
	}
}

@media(min-width: 992px){
	.calm-quiet.home h2 {
		margin-top: 50px;
	}
}

.calm-quiet h3 {
	margin: 0;
	padding: 0;
	text-align: center;
	font: 300 22px 'Montserrat';
	color: #fff;
	text-shadow: 0px 0px 3px #888;
	position: absolute;
	z-index: 2;
	top: 50%;
	margin-top: 45px;
	left: 0;
	right: 0;
}

@media(max-width: 991px){
	.calm-quiet h3 {
		font-size: 12px;
		margin-top: 0;
	}
}

@media(min-width: 992px){
	.calm-quiet.home h3 {
		margin-top: 100px;
	}
}

.calm-quiet .img-footer {
	width: 100%;
}

/**/

.news-contact {
	padding: 34px 0;
}

@media(min-width: 992px){
	.news-contact .container {
		width: 1060px;
		padding: 0;
	}
}

@media(min-width: 992px){
	.news-contact .col1 {
		width: 179px;
	}
}

@media(min-width: 992px){
	.news-contact .col2 {
		width: 235px;
		position: relative;
		padding-right: 25px;
	}
}

@media(min-width: 992px){
	.news-contact .col3 {
		width: 225px;
	}
}

@media(min-width: 992px){
	.news-contact .col4 {
		width: 163px;
	}
}

.news-contact .titulo {
	font: 26px 'Lobster';
	color: #414042;
}

.news-contact .unsubscribe {
	font: 300 8px 'Montserrat';
	color: #929497;
}
.news-contact .unsubscribe:hover {
	color: #000;
}
@media(min-width: 992px){
	.news-contact .unsubscribe {
		position: absolute;
		right: 30px;
		bottom: -15px;
	}
}

.news-contact .form-control {
	box-shadow: none;
	background: none;
	border-radius: 0;
	font: 300 12px 'Montserrat';
	color: #929497;
	border-right: none;
	border-color: #c8c9cb;
}

.news-contact .btn-default {
	background: none;
	font-size: 24px;
	padding: 0 10px;
	height: 34px;
	color: #929497;
	border-left: none;
	border-radius: 0;
	border-color: #c8c9cb;
}

.news-contact .btn-default:focus {
	outline: none;
	box-shadow: none;
}

.news-contact .btn-default:hover {
	border-color: #c8c9cb;
}

.news-contact .input-group span:focus {
	outline: none;
	border: none;
	box-shadow: none;
}

.news-contact .dados i {
	color: #929497;
	font-size: 16px;
}

.news-contact .dados .info {
	font: 300 13px 'Montserrat';
	color: #929497;
}

.news-contact .dados .info a {
	color: #929497;
}

.news-contact .dados .info a:hover {
	color: #000;
}

/**/

.base-footer {
	color: #fff;
	padding-top: 40px;
	padding-bottom: 30px;
	background-color: #000;
	position: relative;
	overflow: hidden;
}

.base-footer::before {
	content: '';
	width: 413px;
	height: 470px;
	background: url('../img/arvore1.png') no-repeat center center;
	position: absolute;
	z-index: 2;
	top: 70px;
	left: 50%;
	margin-left: -760px;
}

.base-footer::after {
	content: '';
	width: 413px;
	height: 470px;
	background: url('../img/arvore1.png') no-repeat center center;
	position: absolute;
	z-index: 2;
	top: -30px;
	right: 50%;
	margin-right: -770px;
}

@media(min-width: 992px){
	.base-footer .container {
		width: 1060px;
		padding: 0;
		position: relative;
		z-index: 3;
	}
}

@media(min-width: 992px){
	.base-footer .col1 {
		padding-top: 47px;
		width: 33.33%;
	}
}

.base-footer .col2 {
	width: 33.33%;
}

@media(min-width: 992px){
	.base-footer .col3 {
		padding-top: 47px;
		width: 33.33%;
		padding-left: 105px;
	}
}

.base-footer .titulo {
	font: 25px 'Lobster';
	color: #fff;
}

.base-footer ul {
	margin: 0;
	padding: 0;
}

.base-footer ul li {
	margin: 0;
	padding: 0;
	display: block;
	list-style-type: none;
	margin-bottom: 1px;
}
@media(max-width: 991px){
	.base-footer ul li:not(:last-child) {
		margin-bottom: 10px;
	}
}

.base-footer ul li a {
	font: 300 12px 'Montserrat';
	color: #929497;
}

.base-footer ul li a:hover {
	color: #fff;
}

.base-footer .coordenadas {
	font: 300 26px 'Montserrat';
	color: #929497;
}

.base-footer .endereco {
	font: 300 12px 'Montserrat';
	color: #929497;
	line-height: 16px;
}

.base-footer .social {
	display: inline-block;
	border: 1px solid #fff;
	border-radius: 30px;
	height: 30px;
	width: 30px;
	text-align: center;
	padding-top: 5px;
}

.base-footer .social:hover {
	background-color: #fff;
}

.base-footer .social:not(:last-child) {
	margin-right: 5px;
}

.base-footer .social i {
	color: #fff;
	font-size: 16px;
}

.base-footer .social:hover i {
	color: #000;
}

.base-footer .copy {
	font: 300 14px 'Montserrat';
	color: #000;
}

.base-footer .copy a {
	color: #929497;
}

.base-footer .copy a:hover {
	color: #fff;
}

.base-footer .copy i {
	color: #EC1C24;
}

/**/

.pagina-header {
	/*height: 290px;*/
	position: relative;
}
@media(max-width: 991px){
	.pagina-header {
		padding: 30px 15px;
		background-repeat: no-repeat;
		background-position: center bottom;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
	}
}

.pagina-header.houses,
.pagina-header.pagina {
	background-image: url('../img/houses.jpg');
}

.pagina-header.contact {
	background-image: url('../img/contact.jpg');
}

.pagina-header h1 {
	margin: 0;
	padding: 0;
	text-align: center;
	font: 700 30px 'Montserrat';
	color: #fff;
	text-shadow: 0px 0px 5px #888;
}
@media(max-width: 991px){
	.pagina-header h1 {
		font-size: 15px;
	}
}
@media(min-width: 992px){
	.pagina-header h1 {
		position: absolute;
		top: 50%;
		margin-top: -52px;
		left: 0;
		right: 0;
	}
}

.pagina-header h2 {
	text-align: center;
	margin: 0;
	padding: 0;
	font: 300 14px 'Montserrat';
	color: #fff;
	text-shadow: 0px 0px 5px #888;
}
@media(max-width: 991px){
	.pagina-header h2 {
		font-size: 12px;
		margin-top: 5px;
		margin-bottom: 20px;
	}
}
@media(min-width: 992px){
	.pagina-header h2 {
		position: absolute;
		top: 50%;
		margin-top: -15px;
		left: 0;
		right: 0;
	}
}

.pagina-header .img-footer {
	width: 100%;
}
@media(max-width: 991px){
	.pagina-header .img-footer {
		display: none;
	}
}

/**/

.houses-our-accomodations {
	padding-top: 48px;
}

.houses-our-accomodations .our-beatifull-gallery {
	min-height:  680px;
}

@media(min-width: 992px){
	.houses-our-accomodations .our-beatifull-gallery {
		min-height:  620px;
	}
}

@media(min-width: 992px){
	.houses-our-accomodations .container {
		width: 1070px;
		padding: 0;
	}
}

.houses-our-accomodations h2 {
	text-align: center;
	margin: 0;
	padding: 0;
	font: 35px 'Lobster';
}

.houses-our-accomodations h3 {
	text-align: center;
	margin: 0;
	padding: 0;
	font: 300 12px 'Montserrat';
	color: #808184;
	margin-top: 4px;
}

.houses-our-accomodations p {

	margin-top: 22px;
	font: 300 14px 'Montserrat';
	color: #000;
	line-height: 20px;
}

.houses-our-accomodations .thumbs img {
	width: calc(33.33% - 5px);
	float: left;
	margin-left: 5px;
	margin-bottom: 5px;
}
@media(max-width: 991px){
	.houses-our-accomodations .thumbs img {
		width: 50%;
		position: relative;
		margin-left: 0;
		margin-bottom: 0;
		border-top: 4px solid #fff;
	}
	.houses-our-accomodations .thumbs img:nth-child(odd) {
		border-right: 2px solid #fff;
	}
	.houses-our-accomodations .thumbs img:nth-child(even) {
		border-left: 2px solid #fff;
	}
}

@media(max-width: 991px){
	.houses-our-accomodations .icones {
		padding-top: 50px;
		text-align: center;
		clear: both;
	}

	.houses-our-accomodations .icones div > div {
		height: 90px;
	}
}
@media(min-width: 992px){
	.houses-our-accomodations .icones {
		width: auto;
		margin: 0 50px;
		margin-top: 48px;
		padding-top: 0;
	}

	.houses-our-accomodations .icones div > div {
		height: 110px;
	}
}

@media(min-width: 992px){
	.houses-our-accomodations .icones ._d-dt:last-child {
		margin-top: 26px;
	}
}

@media(min-width: 992px){
	.houses-our-accomodations .icones ._d-dtc {
		width: 16.66%;
		text-align: center;
	}
}

.houses-our-accomodations .icones small {
	display: block;
	font: 300 8px 'Montserrat';
	color: #929497;
	text-transform: uppercase;
	margin-top: 12px;
}

/**/

.your-reservation {
	padding-top: 45px;
}

@media(min-width: 992px){
	.your-reservation .container {
		width: 660px;
		padding: 0;
	}
}

.your-reservation h2 {
	font: 42px 'Lobster';
	color: #000;
	margin: 0;
	padding: 0;
}

.your-reservation h3 {
	margin: 0;
	padding: 0;
	font: 300 12px 'Montserrat';
	color: #808184;
	text-transform: uppercase;
	margin-top: 5px;
}

#book-now-form {
	margin-top: 58px;
}

.your-reservation .selects {
	margin-bottom: 39px;
}

@media(min-width: 992px){
	.your-reservation .selects > div {
		width: 33.33%;
	}
}

.your-reservation .selects .form-control {
	-webkit-appearance: none;
	appearance: none;
	box-shadow: none;
	border-radius: 0;
	border-top: none;
	border-bottom: none;
	border-left: none;
	height: 70px;
	background: url('../img/seta.png') no-repeat right 25px center;
	font: 300 14px 'Montserrat';
	color: #414042;
	padding-left: 25px;
}
@media(max-width: 991px){
	.your-reservation .selects .form-control {
		border-right: none;
		background-position: right 0 center;
		padding-left: 0;
	}
}

.your-reservation .selects .form-control:focus {
	border-color: #ddd;
}

.your-reservation .selects > div:first-child .form-control {
	padding-left: 0;
}

.your-reservation .selects > div:last-child .form-control {
	background-position: right 0 center;
	border-right: none;
	padding-right: 40px;
}

.your-reservation .inputs > div {
	margin-bottom: 43px;
}

.your-reservation .inputs label {
	font: 400 16px 'Montserrat';
	color: #414042;
}

.your-reservation .inputs .form-control {
	background: none;
	border-radius: 0;
	box-shadow: none;
	border-top: none;
	border-left: none;
	border-right: none;
	height: 45px;
	text-align: center;
	font: 300 15px 'Montserrat';
	color: #A6A8AB;
}

.your-reservation .inputs .form-control:focus {
	border-color: #000;
}


/**/

.our-location p {
	font: 300 14px 'Montserrat';
	color: #000;
	margin-top: 45px;
	line-height: 20px;
}

.our-location.contact form {
	clear: both;
	margin-top: 50px !important;
}
@media(max-width: 991px){
	.our-location.contact form {
		padding-left: 15px;
		padding-right: 15px;
	}
}
@media(min-width: 992px){
	.our-location.contact form {
		width: 860px;
		margin: 0 auto;
	}
}

.our-location.contact form .form-control {
	height: 50px;
	font: 400 14px 'Montserrat';
	color: #000;
	margin-bottom: 10px;
	padding-left: 0;
}

.our-location.contact form textarea.form-control {
	height: 120px !important;
}

/**/

.pagina {
	padding-top: 50px;
	/*border-bottom: 1px solid #ddd;*/
	padding-bottom: 50px;
	padding-left: 15px;
	padding-right: 15px;
}

@media(min-width: 992px){
	.pagina .container {
		width: 1060px;
		padding: 0;
	}
}

.pagina .descricao {
	font: 300 12px 'Montserrat';
	color: #000;
	line-height: 20px;
}

/**/

.ui-widget.ui-widget-content {
	border: 1px solid #ddd;
	border-radius: 0;
	background-color: #fff;
	color: #231F20;
}

.ui-widget-header {
	border: 1px solid #fff;
	background: #fff;
	color: #231F20;
	font-weight: bold;
}

/*
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
.ui-button.ui-state-disabled:hover,
.ui-button.ui-state-disabled:active {
    border: 1px solid #fff;
    background: #fff;
    font-weight: normal;
    color: #231F20;
}
*/

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 0;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 0;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 0;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 0;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
	border: 1px solid #231F20;
	background: #231F20;
	font-weight: normal;
	color: #fff;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #dad55e;
	background: #fffa90;
	color: #777620;
}

/**/

.concordo-com {
	display: table;
	width: 100%;
	margin-top: 30px;
}

.concordo-com ._dtc {
	vertical-align: middle;
}

.concordo-com ._dtc:first-child {
	width: 1%;
}

.concordo-com ._dtc:last-child {
	text-align: left;
	padding-left: 10px;
	font: 300 14px 'Montserrat';
	color: #000;
}

/**/

@media(min-width: 992px){
	.menu-mobile-header {
		display: none;
	}
}
.menu-mobile-header {
	background-color: #fff;
	position: fixed;
	z-index: 1000;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 10px 15px;
	border-bottom: 1px solid #ddd;
}

.menu-mobile-header .logo {
	height: 40px;
}

.menu-mobile-header .h {
	display: inline-block;
	font-size: 21px;
	cursor: pointer;
	padding: 2px 10px;
}

.menu-mobile-header .h i {
	color: #000;
}

.menu-mobile-header .x {
	display: inline-block;
	font-size: 21px;
	cursor: pointer;
	display: none;
	padding: 2px 10px;
}

.menu-mobile-header .x i {
	color: #000;
}

@media(min-width: 992px){
	.menu-mobile-body {
		display: none;
	}
}
.menu-mobile-body {
	position: fixed;
	z-index: 1000;
	top: 61px;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(255,255,255,0.9);
	display: none;
}

.menu-mobile-body a {
	display: block;
	text-align: center;
	font: 300 14px 'Montserrat';
	color: #929497;
	border: 1px solid #ddd;
	padding: 15px;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 5px;
	background-color: #fff;
}

.menu-mobile-body a:hover {
	background-color: #000;
	color: #fff;
	border-color: #000;
}

/**/

#contact-form label.error {
	font-weight: normal;
	display: block;
	text-align: left;
	font-size: 11px;
	margin-top: 5px;
	position: relative;
	z-index: 2;
}

/**/

#newsletter-cancela-modal .modal-content {
	border-radius: 0;
}

#newsletter-cancela-modal h4 {
	color: #929497;
	font: 300 16px 'Montserrat';
}

#newsletter-cancela-modal .form-control {
	border: 1px solid #231F20;
	font-size: 12px;
}

#newsletter-cancela-modal .btn {
	margin-top: 15px;
	color: #929497;
	font: 300 14px 'Montserrat';
	border: 1px solid #231F20;
	/*padding: 15px 30px;*/
}

#newsletter-cancela-modal .btn:hover {
	background-color: #231F20;
	color: #fff;
}

#newsletter-cancela-modal label.error {
	display: block;
	margin-top: 10px;
	color: red;
	font-weight: normal;
	font-size: 12px;
}

/**/

#newsletter-registra-form .input-group {
	position: relative;
}

#newsletter-registra-form label.error {
	font-weight: normal;
	color: red;
	font-size: 11px;
}
@media(min-width: 992px){
	#newsletter-registra-form label.error {
		position: absolute;
		top: -20px;
		left: 0;
	}
}
@media(max-width: 991px){
	#newsletter-registra-form label.error {
		position: absolute;
		bottom: -40px;
		left: 0;
		right: 0;
		text-align: center;
	}
}

/**/

.modal-pessoas {
	display: none;
	position: fixed;
	z-index: 999999999999999999999;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0,0,0,0.5);
}

.modal-pessoas .content {
	padding: 30px 58px;
	background-color: #fff;
}
@media(min-width: 992px){
	.modal-pessoas .content {
		position: absolute;
		top: 50px;
		left: 50%;
		width: 594px;
		/*min-height: 458px;*/
		margin-left: -305px;
	}
}
@media(max-width: 991px){
	.modal-pessoas .content {
		position: fixed;
		top: 0;
		right: 0;
		left: 0;
		padding-left: 30px;
		padding-right: 30px;
	}
}

.modal-pessoas .content .x {
	width: 19px;
	height: 19px;
	background: url('../img/x2.png') no-repeat center center;
	position: absolute;
	top: 20px;
	right: 20px;
}

.modal-pessoas .content .x:hover {
	transform: rotate(90deg);
}

.modal-pessoas .titulo {
	font: 300 22px 'Montserrat';
	color: #929497;
	text-align: center;
	margin-bottom: 33px;
}
@media(max-width: 991px){
	.modal-pessoas .titulo {
		/*margin-bottom: 15px;*/
		font-size: 16px;
	}
}

.modal-pessoas .titulo1 {
	font: 300 12px 'Montserrat';
	color: #929497;
	text-align: center;
	margin-bottom: 12px;
}

.modal-pessoas .adultos,
.modal-pessoas .criancas,
.modal-pessoas .criancas-idades {
	position: relative;
	display: inline-block;
	padding-right: 20px;
	padding-top: 5px;
	padding-bottom: 12px;
}

@media(max-width: 991px){
	.modal-pessoas .criancas {
		padding-right: 0;
	}
}

.modal-pessoas .adultos {
	width: 68px;
}
@media(max-width: 991px){
	.modal-pessoas .adultos {
		width: 50%;
	}
}

.modal-pessoas .criancas {
	width: 87px;
	padding-left: 20px;
}
@media(max-width: 991px){
	.modal-pessoas .criancas {
		width: 50%;
	}
}

.modal-pessoas .criancas-idades {
	width: calc(100% - 163px);
	padding-right: 0;
}
@media(max-width: 991px){
	.modal-pessoas .criancas-idades {
		width: 100%;
		display: block;
	}
}

.modal-pessoas .adultos::after,
.modal-pessoas .criancas::after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	border-right: 1px solid #c7c7c7;
}
@media(max-width: 991px){
	.modal-pessoas .criancas::after {
		display: none;
	}
}

.modal-pessoas .titulo2 {
	font: 300 11px 'Montserrat';
	color: #414042;
}

.modal-pessoas .criancas-idades .titulo2 {
	padding-left: 20px;
}

.modal-pessoas .form-control {
	border-radius: 0;
	box-shadow: none;
	background: none;
	border: none;
	border-bottom: 1px solid #a0a0a0;
	padding-left: 0;
	background: url('../img/down5.png') no-repeat right center;
	font: 300 11px 'Montserrat';
	color: #A6A8AB;
}

.modal-pessoas .inputs .input {
	width: calc(20% - 20px);
	display: inline-block;
	margin-left: 20px;
}
@media(max-width: 991px){
	.modal-pessoas .inputs {
		margin-left: -20px;
	}
}

.modal-pessoas .criancas-idades .inputs .input {
	width: calc(100% - 20px);
}

.modal-pessoas .input {
	position: relative;
}

.modal-pessoas .input > ul {
	display: none;
	margin: 0;
	padding: 0;
	position: absolute;
	z-index: 2;
	top: 34px;
	left: 0;
	right: 0;
}

.modal-pessoas .input > ul > li {
	margin: 0;
	padding: 0;
	display: block;
	list-style: none;
	text-align: left;
	padding: 2px 0;
	font: 300 11px 'Montserrat';
	color: #A6A8AB;
	text-align: center;
	background-color: #fff;
}

.modal-pessoas .criancas-idades .input > ul > li {
	text-align: left;
}

.modal-pessoas .input > ul > li:hover {
	background-color: #a0a0a0;
	color: #fff;
}

.modal-pessoas .rooms .room:not(:last-child) {
	border-bottom: 1px solid #cfcfcf;
	padding-bottom: 10px;
}

.modal-pessoas .rooms .room:not(:first-child) {
	margin-top: 16px;
}

.modal-pessoas .add-room {
	text-align: center;
	margin-top: 20px;
	display: none;
}

.modal-pessoas .btn-add-room {
	font: 300 11px 'Montserrat';
	color: #929497;
	cursor: pointer;
}

.modal-pessoas .confirma-pessoas {
	text-align: center;
	margin-top: 30px;
}

.modal-pessoas .criancas-idades {
	/*display: none;*/
}

.modal-pessoas .room-input-rooms {
	width: 50px;
	display: inline-block;
}

.modal-pessoas .em {
	display: inline-block;
	margin-right: 20px;
	font: 300 12px 'Montserrat';
	color: #414042;
}

.modal-pessoas .quarto {
	display: inline-block;
	margin-left: 20px;
	font: 300 12px 'Montserrat';
	color: #414042;
}

.modal-pessoas .cama-extra {
	display: inline-block;
	font: 300 12px 'Montserrat';
	color: #414042;
}

/**/

.modal-share {
	position: fixed;
	z-index: 10000000;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(255,255,255,0.95);
	display: none;
	padding: 0 25%;
}
@media(max-width: 991px){
	.modal-share {
		padding: 0 10px;
		padding-top: 50px;
	}
}

.modal-share .square {
	display: inline-block;
	margin:10px;
	position: relative;
}

.modal-share .square::after {
	content: '';
	border: 1px solid rgba(0,0,0,0);
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	-webkit-transition: all 150ms ease-in-out;
	-moz-transition: all 150ms ease-in-out;
	-o-transition: all 150ms ease-in-out;
	transition: all 150ms ease-in-out;
}

.modal-share .square:hover::after {
	border: 1px solid #000;
	top: -4px;
	right: -4px;
	left: -4px;
	bottom: -4px;
}

.modal-share .x {
	width: 19px;
	height: 19px;
	position: absolute;
	top: 20px;
	right: 20px;
	background: url('../img/x2.png') no-repeat center center;
}

.modal-share .x:hover {
	transform: rotate(90deg);
}

/**/

.modal-cookie {
	text-align: center;
	display: none;
	width: 250px;
	/*height: 123px;*/
	position: fixed;
	z-index: 20000000000;
	/*box-shadow: 0px 0px 10px #ddd;*/
	background-color: #F0F1F1;
	padding: 35px;
}
@media(min-width: 992px){
	.modal-cookie {
		top: 125px;
		right: 50%;
		margin-right: -562px;
	}
}
@media(max-width: 991px){
	.modal-cookie {
		top: 50%;
		margin-top: -61.5px;
		left: 50%;
		margin-left: -114.5px;
		border: 1px solid #ddd;
	}
}

.modal-cookie .texto1 {
	font: 500 23px 'Montserrat';
	color: #929497;
	font-style: italic;
	margin-bottom: 10px;
}

.modal-cookie .texto2 {
	font: 300 14px 'Montserrat';
	color: #000;
}

.modal-cookie .x {
	width: 19px;
	height: 19px;
	position: absolute;
	top: 10px;
	right: 10px;
	background: url('../img/x2.png') no-repeat center center;
}

.modal-cookie .x:hover {
	transform: rotate(90deg);
}

.modal-cookie .x:hover {
	-ms-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

/**/

.swal-modal {
	/*width: 478px;*/
	/*opacity: 0;*/
	/*pointer-events: none;*/
	/*background-color: #fff;*/
	/*text-align: center;*/
	border-radius: 0;
	/*position: static;*/
	/*margin: 20px auto;*/
	/*display: inline-block;*/
	/*vertical-align: middle;*/
	/*-webkit-transform: scale(1);*/
	/*transform: scale(1);*/
	/*-webkit-transform-origin: 50% 50%;*/
	/*transform-origin: 50% 50%;*/
	/*z-index: 10001;*/
	/*transition: opacity .2s,-webkit-transform .3s;*/
	/*transition: transform .3s,opacity .2s;*/
	/*transition: transform .3s,opacity .2s,-webkit-transform .3s;*/
}

.swal-button {
	background-color: #000;
	/*color: #fff;*/
	/*border: none;*/
	/*box-shadow: none;*/
	border-radius: 0;
	/*font-weight: 600;*/
	/*font-size: 14px;*/
	/*padding: 10px 24px;*/
	/*margin: 0;*/
	/*cursor: pointer;*/
	border: 1px solid #000;
	-webkit-transition: all 150ms ease-in-out;
	-moz-transition: all 150ms ease-in-out;
	-o-transition: all 150ms ease-in-out;
	transition: all 150ms ease-in-out;
}

.swal-button:hover {
	background-color: #fff;
	color: #000;
	border: 1px solid #000;
}

.swal-button:focus {
	/*outline: none;*/
	box-shadow: none;
}

/**/

.modal-cookie-2 {
	background-color: #000;
	color: #fff;
	position: fixed;
	z-index: 10;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 15px;
	padding-right: 50px;
	text-align: center;
	font-size: 12px;
}

.modal-cookie-2 .x {
	width: 19px;
	height: 19px;
	position: absolute;
	top: 14px;
	right: 15px;
	background: url('../img/x3.png') no-repeat center center;
}

.modal-cookie-2 .x:hover {
	transform: rotate(90deg);
}

@media(max-width: 991px){
	.icones ._d-dtc {
		width: 50%;
		float: left;
		margin: 0;
		padding: 0;
		margin-bottom: 30px;
	}
}

/**/

.clear-both {
	clear: both;
}
@media(min-width: 992px){
	.clear-both {
		display: none;
	}
}

.houses-our-accomodations.to-visit h2 {
	font: 400 42px 'Lobster';
	color: #231F20;
	margin: 0;
}

.houses-our-accomodations.to-visit h3 {
    font: 300 16px 'Montserrat';
    color: #000;
    margin-top: 40px;
    font-weight: 500;
}

.houses-our-accomodations.to-visit p {
    margin-top: 20px;
	font: 300 14px 'Montserrat';
	color: #000;
	line-height: 20px;
}

.politicas{
	margin-top: 80px;
}

.politicas,
.politicas *{
	font-family: 'Montserrat' !important;
	font-size: 15px !important;
}


.va-middle {
	vertical-align: middle !important;
}

.bg-gray {
	background-color: #f5f5f5;
}


@keyframes fade {
  0%   { opacity: 0; }
  11.11%   { opacity: 1; }
  33.33%  { opacity: 1; }
  44.44%  { opacity: 0; }
  100% { opacity: 0; }
}

.homebanner {
	position:  absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
}

.homebanner img { 
	  width: 100vw;
    height: 735px;
    object-fit: cover;
    opacity:0; 
    animation-name: fade; 
    animation-duration: 16s; 
    animation-iteration-count: infinite; 
    position:absolute; 
    left:0; 
    right:0; 
}

@media(max-width: 991px){
	.homebanner img { 
    height: 350px;
	}
}

.homebanner img:nth-child(1) { animation-delay: 0s; }
.homebanner img:nth-child(2) { animation-delay: 4s; }
.homebanner img:nth-child(3) { animation-delay: 8s; }
.homebanner img:nth-child(4) { animation-delay: 12s; }