*{
	box-sizing: border-box;
}

u{
	text-decoration: underline;
}

header{
	position: relative;
	overflow: hidden;
}

img{
	object-fit: cover;
}

.text-center{
	text-align: center;
	margin: 2em 0;
}

.whatsapp{
	background-color: #24CC63 !important;
}

#header_home{
	height: calc(100vh - 110px);
	overflow: hidden;
}

#logo a{
	display:block;
	background: url(../img/logo.svg) left center no-repeat;
	width: 120px;
	height: 75px;
}

.scroll #logo a{
	background-image: url(../img/logo-h.svg);
}

#featured, .caroufredsel_wrapper, .slider, .item, .item img{
	height: 100% !important;
	object-fit: cover;
}

.usp a{
	display: block;
	color:#333;
}

.tleft, .tleft *{
	text-align: left;
}

.fleft{
	float: left;
}

#featurelist{
	padding-bottom: 110px
}

#featurelist .centre{
	padding: 50px
}

#contact select{
	width: 49% !important
}

#ubicacion{
	padding: 50px 0;
	background: none
}

#footer .news{
	float: left;
	width: 65%
}

#footer{
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	align-items: center;
}

#footer p{
	margin: 20px auto;
	line-height: 1.4em;
}

#footer .contact{
	width: 25%;
	text-align: center;
	padding: 2em;
}

#footer .contact h2{
	margin: 0;
	font-size: 1.8em;
}

#footer .contact a{
	border: none
}

#footer .social ul{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

#footer .social li{
	display: inline-block;
}

#footer .social a{
	padding: 1em;
	display: block;
	font-size: 1.6em;
}

#footerlinks{
	height: auto
}

#map{
	border: 0;
	height: 335px;
}

#language{
	right: 270px;
	display: none
}

#language li a{
	height: 31px
}

#contact *{
	z-index: inherit;
}

#contact form{
	margin-top: -20px
}

#contact h4{
	margin: 4em 0 1em;
	font-size: 1.4em
}

#load{
	text-align: center;
}

#nav{
	min-width: 320px
}

#nav .book{
	width: auto !important;
	min-width: 4.2em;
	right: 4.5em;
}

#nav .book.whatsapp{
	right: 0;
	color: #fff;
	border: none;
}

#nav .book span{
	padding-right: 4em
}

@media only screen and (max-width:1024px) {
	#nav .book span{
		display: none;
	}

	#pull{
		right: 120px
	}

	#footer .contact{
		width: 50%;
	}
}

#check{
	position: absolute;
	z-index: 99;
	bottom: 0;
	left: 0;
	width: 100%;
}

#check .centre{
	width: 100%;
}

#check .field{
	width: 35%;
}

#check button{
	width: 30%;
}

@media only screen and (max-width:600px) {
	header{
		min-height: 25em
	}

	#check .centre form{
		display: block;
	}

	#check .field, #check button{
		float: none;
		width: 100%
	}

	#featured .nav{
		bottom: 11em !important;
	}

	#featured .item .details{
		top: 30%
	}

	#footer .contact{
		width: 100%;
	}

}

#gallerycontainer section{
	margin-bottom: 3em
}

#pop{
	width: 100%;
	max-width: 600px;
	position: absolute;
	top: 1em !important;
	transform: translate(-50%, 0);
	font-size: 0.8em;
}

.table, .table th, .table td{
	border: 1px solid #ccc;
	padding: 0.5em;
}

.table{
	border-collapse: collapse;
	width: 100%;
}

#faqs li p{
	max-width: 50em;
	margin: auto;
}