@media only screen and (min-width: 801px) { /*desktop*/
}
@media only screen and (max-width: 800px) { /*mobile*/
}
@charset "utf-8";
/* CSS Document */

*{
	margin: 0;
	padding: 0;
	font-size: 16px;
	/*font-family: "Century Gothic", Century, "sans-serif";*/
	font-family: 'Comfortaa', cursive;
	color: #5A5A5D;
}
h1{
	font-size: 34px;
	margin: 20px 0px !important;
}
h2{
	font-size: 30px;
	margin: 20px 0px !important;
	color: #001E2E;
}
h3{
	font-size: 18px;
	color: #001E2E;
}
a, #infoZona a{
	text-decoration: underline;
	line-height: 30px;
	color: inherit;
}
a:hover, a *:hover{
	color: #009bdb !important;
}
p{
	line-height: 30px;
	text-align: justify;
	margin-bottom: 15px;
}
font{
	font-size: inherit;
}
/*BACKGROUNDS*/
.bg-grisClaro{
	background: #F6F7F8;
}
.bg-verdeClaro{
	background: #9ABA52;
}
.bg-negro20{
	background: rgba(0,0,0,0.20);
}
.bg-negro60{
	background: rgba(0,0,0,0.60);
}
.bg-negro70{
	background: rgba(0,0,0,0.70);
}
.bg-blancoo20{
	background: rgba(255,255,255,0.20);
}
.bg-blancoo60{
	background: rgba(255,255,255,0.60);
}
.bg-blanco70{
	background: rgba(255,255,255,0.70);
}
.bg-azul70{
	background: rgba(0,71,101,0.70);
}
.bg-azul{
	background: #004765;
}
.bg-azulImg{
	background: url("../images/bg-azul.png") #004765;
	background-position: right bottom;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
.bg-azulOscuro{
	background: #00293E;
}
.bg-grisImg{
	background: url("../images/bg-gris.png");
	background-position: bottom;
	background-size: 100%;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
.bg-blanco{
	background: #FFFFFF;
}
.alternar-bg-gris:nth-child(odd){
	background: #dddddd;
}
.alternar-bg-gris:nth-child(even){
	background: #fefefe;
}
/*FUENTES DIFERENTES*/
.letraCursiva{
	font-family: 'Playball', cursive;
}
/*COLORES DE TEXTO*/
.txt-blanco, .txt-blanco *{
	color: #FFF !important;
}
.txt-azul{
	color: #004765 !important;
}
.vinetaFlecha li{
	list-style: url("../images/vineta.png");
}
/*HEADER*/
header{
	background: rgba(0,71,101,0.70);
	/*background-color: rgba(0,0,0,0.55);*/
	position: fixed;
}
@media only screen and (min-width: 801px) { /*desktop*/
	#botonesHeader{
		float: right !important;
	}
	#botonesHeader *{
		float: left !important;
		clear: none;
	}
	#headerBuscar input[type="text"]{
		width: 200px;
		line-height: 30px !important;
		border: 1px solid #CCCCCC;
		border-radius: 15px;
		padding-left: 10px;
		padding-right: 40px;
		margin: 0;
		outline: none;
		float: left;
	}
	#headerBuscar input[type="image"]{
		margin-top: 5px;;
		height: 20px;
		width: 20px;
		line-height: 30px;
		margin-left: -30px;
	}
	/*MENU*/
	#btnMenuMovil{
		display: none;
	}
	#menu{
		float: left;
		margin-left: 10px;
	}
	#menu a{
		color: #fff;
		background: #001E2E;
		text-decoration: none;
		padding: 0px 10px;
		margin: 0px 10px;
		line-height: 30px;
		float: left;
		font-size: 18px;
	}
	#menu a:hover{
		color: #fff !important;
	}
	#whatsapp, #llamar, #instagram, #facebook{
		float: left;
	}
	#whatsapp img, #llamar img, #instagram img, #facebook img{
		height: 30px;
		margin: 0px 5px;
	}
	/*NAV*/
	nav{
		float: right;
		margin-bottom: 20px;
	}
	nav li{
		float: left;
		list-style: none;
	}
	nav a{
		float: left;
		text-decoration: none;
		color: #FFF !important;
		padding: 0px 15px;
		line-height: 30px;
		font-size: 18px;
		border-bottom: 4px solid rgba(255,255,255, 0);
	}
	nav a:hover{
		color: #FFF !important;
		border-bottom: 4px solid #FFF;
	}
}
@media only screen and (max-width: 800px) { /*mobile*/
	#botonesHeader{
		display: none;
	}
	#botonesHeader *{
		float: left !important;
	}
	#headerBuscar{
		width: 100%;
		float: left;
	}
	#headerBuscar input[type="text"]{
		width: 200% !important;
		float: none;
		line-height: 30px !important;
		border: 1px solid #CCCCCC;
		border-radius: 15px;
		outline: none;
		clear: both;
		text-align: center;
	}
	#headerBuscar input[type="image"]{
		margin-top: 20px;;
		height: 20px;
		width: 20px;
		line-height: 30px;
		margin-left: -30px;
	}
	#btnMenuMovil{
		display: block;
		position: fixed;
		right: 15px;
		bottom: 15px;
		z-index: 1;
	}
	#btnMenuMovil img{
		height: 50px;
	}
	#menu{
		float: left;
		width: 100%;
	}
	#menu a{
		width: 96%;
		color: #fff;
		background: #001E2E;
		text-decoration: none;
		padding: 0px 1%;
		margin: 5px 1%;
		line-height: 30px;
		float: left;
		font-size: 18px;
	}
	#menu a:hover{
		color: #fff !important;
	}
	#whatsapp, #llamar, #instagram{
		float: left;
		margin: 5px;
	}
	#whatsapp img, #llamar img, #instagram img{
		height: 30px;
		margin: 0px 5px;
	}
	/*NAV*/
	nav{
		width: 100%;
		display: none;
		float: left;
		margin-bottom: 20px;
	}
	nav li{
		width: 100%;
		list-style: none;
	}
	nav a{
		float: left;
		width: 96%;
		text-decoration: none;
		color: #FFF;
		padding: 0px 2%;
		line-height: 40px;
		font-size: 18px;
	}
	nav a:hover{
		color: #FFF !important;
	}
}
/*PORTADAS*/
@media only screen and (min-width: 801px) { /*desktop*/
	.portadas{
		width: 80%;
		float: left;
		padding: 200px 10% 150px 10%;
		background-size: 110%;
		background-attachment: fixed;
	}
	.portadas h1{
		font-size: 70px;
		padding-top: 100px;
		padding-bottom: 150px;
		color: #FFF;
		text-align: center;
	}
	.txt-portadas{
		height: 120px;
		margin-top: -150px;
		text-align: center;
		font-size: 24px;
	}
}
@media only screen and (max-width: 800px) { /*mobile*/
	.portadas{
		width: 98%;
		float: left;
		padding: 120px 1% 20px 1%;
		background-size: auto 100%;
		background-attachment: fixed;
		background-position: top;
	}
	.portadas h1{
		font-size: 45px;
		color: #FFF;
		text-align: center;
	}
	.txt-portadas{
		text-align: center;
		font-size: 22px;
	}
	
	#bookNowInicio{
		display: none;
	}
}
.txt-shadow{
	text-shadow: 0px 0px 8px #111;
}
.box-shadowClaro{
	box-shadow: 0px 0px 8px #ddd;
}
.radius10{
	border-radius: 10px;
}

/*BOOK NOW*/
#bookNowInicio{
	background: rgba(255,255,255,0.85);
	border: 5px solid #ddd;
	region-break-after: 5px;
	float: left;
	border-radius: 10px;
	box-sizing: border-box;
}
#bookNowInicio *{
	font-size: 18px;
}
/*TOURS*/
.tour{
	box-sizing: border-box;
	border-bottom: 10px solid #004765;
	transition-duration: 0.4s;
}
.tour:hover{
	box-shadow: 0px 0px 10px #ccc;
	transition-duration: 0.3s;
}
.tour a{
	text-decoration: none;
}
.tour .imagenTour{
	height: 150px;
	width: 100%;
	overflow: hidden;
	text-align: center;
}
.tour .imagenTour img{
	max-height: 150px;
	max-width: 100%;
	transition-duration: 0.3s;
}
.tour:hover .imagenTour img{
	transform: scale(1.3);
	transition-duration: 0.3s;
}
.tour .infoTour{
	height: 160px;
	overflow: hidden;
}
.tour .infoTour span strong{
	font-weight: bolder;
	font-size: 18px;
	color: black;
}
.tour .infoTour b a{
	text-decoration: none;
	text-align: center !important;
}
.tour .infoTourDesvanecer{
	background: linear-gradient(rgba(247,247,248,0), #F6F7F8);
	/*background: linear-gradient(rgba(247,247,248,0.9), #900);*/
	width: 100%;
	padding-top: 50px;
	height: 0px;
	float: left;
	margin-top: -80px;
	text-align: center;
}
.tour .precio{
	width: 100%;
	float: left;
	text-align: center;
}
.tour .precio span{
	font-size: 28px;
}
.w-u{
	background-size: 100% !important;
	background-attachment: fixed !important;
	background: url('../images/colibri.jpg');
	clear: both;
}
@media only screen and (min-width: 801px) { /*desktop*/
	.w-u {
		display: flex;
	}
}
@media only screen and (max-width: 800px) { /*mobile*/
	.w-u div{
		display: inline-block;
	}
}
.w-u *{
	color: #fff;
}
/*DontFind*/
.dontFind{
	clear: both;
	display: inline-block;
}
@media only screen and (min-width: 801px) { /*desktop*/
	.dontFind p{
		font-size: 24px !important;
		color: #FFF !important;
		line-height: 70px;
	}
}
@media only screen and (max-width: 800px) { /*mobile*/
	.dontFind p{
		font-size: 24px !important;
		color: #FFF !important;
		line-height: 30px;
	}
}
.dontFind input{
	line-height: 40px;
	float: left;
}
.dontFind input[type="text"], .dontFind input[type="email"]{
	border-radius: 0px;
	width: 46%;
	margin: 15px 1%;
	float: left;
}
.dontFind input[type="submit"]{
	border-radius: 0px;
	width: 20%;
	margin: 15px 0px;
	float: left;
}
/*FOOTER*/
footer *{
	color: #FFFFFF !important;
}
footer img{
	height: 20px;
	margin: 0px 10px;
}
footer ul li{
	list-style: none;
	font-size: 18px;
}
/*PAGINACION*/
.paginacion *{
	font-size: 14px;
	text-decoration: none;
}
.paginacion a{
	text-align: center;
	margin: 15px 5px;
	padding: 5px 5px;
	float: left;
}
.paginacion a:hover{
	color: #eeeeee !important;
	background: #2b2a2f;
	text-decoration: none;
}
/*ASIDE*/

@media only screen and (min-width: 801px) { /*desktop*/
	#btnMenuMovilAside{
		width: 98%;
		padding: 5px 1%;
		float: left;
		display: none;
	}
	#asideInfoFija{
		display: block;
	}
	.infoZonaCompacto{
		max-height: 555px;
		overflow: hidden;
	}
}
@media only screen and (max-width: 800px) { /*mobile*/
	#btnMenuMovilAside{
		width: 98%;
		padding: 5px 1%;
		float: left;
		display: block;
		background: #004765;
		color: #FFF;
	}
	#btnMenuMovilAside span{
		color: #FFF;
		height: 15px;
		width: 15px;
		float: right;
		border-radius: 10px;
		background: #00293E;
		line-height: 15px;
		text-align: center;
		margin-right: 10px;
		cursor: pointer;
	}
	#asideInfoFija{
		display: none;
	}
	#asideInfoFija hr{
		display: none;
	}
	.infoZonaCompacto{
		max-height: 255px;
		overflow: hidden;
	}
}
.infoZonaCompleto{
	height: auto;
}
#mostrarMas, #mostrarMas:active, #mostrarMas:focus{
	cursor: crosshair;
	background: #9ABA52;
	color: #FFF;
	outline: none;
	border: none;
	padding: 10px;
}
#mostrarMas:hover{
	background: #b9db6b;
}
hr{
	width: 96%;
	float: left;
	margin: 25px 2%;
	border: 1px solid #DDD;
}
.asideBuscar input[type="text"]{
	width: 100%;
	line-height: 30px !important;
	border: 1px solid #CCCCCC;
	border-radius: 15px;
	padding-left: 10px;
	padding-right: 40px;
	margin: 0;
	outline: none;
	float: left;
}
.asideBuscar input[type="image"]{
	margin-top: 5px;;
	height: 20px;
	width: 20px;
	line-height: 30px;
	margin-left: -30px;
}
aside li a{
	text-decoration: none;
}
.durIncRec{
	display: flex;
	flex-flow: row wrap;
}
.durIncRec .cols33-pm{
	margin-top: 80px !important;
}
.durIncRec img{
	max-width: 150px;
	margin-top: -85px;
	margin-bottom: 20px;
	border-radius: 100%;
	transition-duration: 0.3s;
}
.durIncRec div:hover img{
	box-shadow: 0px 0px 10px #246880;
	transition-duration: 0.3s;
	transform: rotate(45deg) scale(1.2);
}
/*GALERIA*/
@media only screen and (min-width: 801px) { /*desktop*/
	.galeria .cols25-pm{
		float: left !important;
		height: 100px;
	}
}
@media only screen and (max-width: 800px) { /*mobile*/
	.galeria .cols25-pm{
		width: 46%;
		height: 100px;
		padding: 1%;
		margin: 1%;
		float: left !important;
	}
}
.galeria div img{
	max-width: 100%;
	max-height: 100px;
	transition-duration: 0.3s;
	border: 4px solid #FFFFFF !important;
}
.galeria div:hover img{
	box-shadow: 0px 0px 10px #246880;
	transition-duration: 0.3s;
	transform: rotate(10deg) scale(1.2);
}
/*ADMIN*/
.admin{
	margin-top: 114px;
	min-height: 800px;
	background: url("../images/bg-gris.png") 100% #900 bottom;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
/*BOTON WHATSAPP QUE ESTÁ EN TODAS LAS PÁGINAS*/

.linkWhatsap{
	position: fixed;
	background: #37B4A0;
	color: #FFF;
	font-size: 16px;
	float: left;
	bottom: 15px;
	left: 15px;
	border-radius: 10px;
	border: 1px solid #FFF;
	padding: 5px;
	transition-duration: 0.5s;
}
.linkWhatsapVerProp{
	width: 100%;
	background: #37B4A0;
	color: #FFF;
	font-size: 16px;
	float: left;
	border-radius: 10px;
	border: 1px solid #FFF;
	transition-duration: 0.5s;
	box-sizing: border-box;
	margin:15px 0px;
}
.linkWhatsap a, .linkWhatsap a:hover{
	text-decoration: none;
	color: inherit !important;
}
.linkWhatsapVerProp a, .linkWhatsapVerProp a:hover{
	text-decoration: none;
	color: inherit !important;
	width: 96%;
	padding: 2%;
	float: left;
}
.linkWhatsap img, .linkWhatsapVerProp img{
	height: 17px;
}
.linkWhatsap:hover .linkWhatsapVerProp:hover{
	box-shadow: 0px 0px 10px #004765;
	transition-duration: 0.5s;
	border: 1px solid #2c5f32;
}
/*También Recomendamos*/
@media only screen and (max-width: 800px) { /*mobile*/
	.tambRecom{
		width: 98%;
		padding: 1%;
		margin-bottom: 15px;
		float: left !important;
	}
	.tambRecom .cols25-p{
		width: 46% !important;
		height: 100px;
		float: left;
		padding: 1%;
		margin: 10px 1%;
	}
	.tambRecom .cols25-p img{
		max-width: 100%;
		max-height: 100px;
	}
}