/* 1. Default  */

body,html{
	width: 100%;
	height: 100%;
	font-family: Helvetica, Arial, sans-serif; 
	font-size: 10px;
	font-weight: lighter;
	background: #ffffff;
	position: relative;
	margin: 0;
	padding: 0;
}
*{
	outline: 0;
}
a{
	-webkit-transition: all .3s linear;
	   -moz-transition: all .3s linear;
	     -o-transition: all .3s linear;
			transition: all .3s linear;
}

p{
	line-height: 130%;
	color: #FFFFFF;
	font-size:14px;
}

a, p, h1, h2, h3, h4, h5, h6, ul, li, section, article, nav, header, footer, div, figure, fieldset{
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
			box-sizing: border-box;
}

::selection 	                        { background: #2f8c9f; color:#fff; }
::-moz-selection                        { background: #2f8c9f; color:#fff; }
img 									{ width: 100%; vertical-align: middle; }

/* 2. Formularios  */	
input[type='text'],
input[type='email'],
input[type='url'],
input[type='tel'],
input[type='password'],
textarea 			                    { height: 100%; font-size:1.7em; padding:0; border:none; width:100%; margin:0; }

input[type='text']:hover,
input[type='email']:hover,
input[type='url']:hover,
input[type='tel']:hover,
input[type='password']:hover,
textarea:hover                          { background: #fafafa; border-color: #ff0;cursor: text; }

input[type='text']:focus,
input[type='email']:focus,
input[type='url']:focus,
input[type='tel']:focus,
input[type='password']:focus,
textarea:focus                          { background: #FFFBEF; border-color: #ff1; color: #0d0d0d; outline: none; }




/* 4. Generales */
.wrapper{
	position: relative;
	display: block;
	width: 100%;
}
header{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9;
}
header > div{
	max-width: 1160px;
	position: relative;
	padding-left: 5%;
	margin: 0 auto;
}
header > div:before, header:before{
	content: '';
	position: absolute;
	right: 0;
	top: 62px;
	width: 90%;
	height: 44px;
	background: #4bafbf;
}
header:before{
	width: 50%;
}
header h1{
	position: relative;
	float: left;
	width: 230px;
	height: 154px;
	text-align: center;
	padding-top: 30px;
	background: #fff;
	-webkit-border-radius: 0 0 6px 6px;
	   -moz-border-radius: 0 0 6px 6px;
			border-radius: 0 0 6px 6px;
}
header h1 img{
	max-width: 167px;
	vertical-align: middle;
}
.idioma{
	position: absolute;
	top: 10px;
	right: 0;
	color: #fff;
	text-transform: uppercase;
	text-align: right;
	text-shadow: 0 1px 4px rgba(0,0,0,.9);
}
.idioma a{
	color: #fff;
	font-size: 1.4rem;
	text-decoration: none;
}
.idioma a:first-child:after{
	content: '';
	position: relative;
	margin-left: 3px;
}
a.idioma_seleccionado{
	cursor: default;
}
a.idioma_seleccionado:hover{
	color: #fff;
}
.idioma p{
	color: #fff;
	font-size: 2rem;
	font-weight: lighter;
}
.idioma p span{
	font-size: 1.6rem;
}
nav{
	position: relative;
	float: right;
	top: 62px;
}
.abrir_nav{
	position: absolute;
	display: none;
	top: 10px;
	right: 10px;
	width: 40px;
	height: 40px;
	background: url(../img/btn-abrir.png) center center;
	text-indent: -999px;
}
.cerrar_nav{
	position: absolute;
	display: block;
	top: 10px;
	right: 10px;
	width: 40px;
	height: 40px;
	background: url(../img/btn-cerrar.png) center center no-repeat;
	text-indent: -999px;
}
.nav_mobile{
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	background: url(../img/bg-playa_blur.jpg) center top no-repeat;
	-webkit-background-size: cover;
	   -moz-background-size: cover;
			background-size: cover;
	width: 100%;
	height: 100%;
	padding-top: 40px;
	z-index: 999;
	-webkit-transform: scale(.8);
	   -moz-transform: scale(.8);
			transform: scale(.8);
}
.nav_mobile.open{
	-webkit-transform: scale(1);
	   -moz-transform: scale(1);
			transform: scale(1);
	-webkit-transition: transform .3s ease-in-out;
	   -moz-transition: transform .3s ease-in-out;
			transition: transform .3s ease-in-out;
}
.nav_mobile.close{
	-webkit-transform: scale(.8);
	   -moz-transform: scale(.8);
			transform: scale(.8);
	-webkit-transition: transform .2s ease-in-out;
	   -moz-transition: transform .2s ease-in-out;
			transition: transform .2s ease-in-out;
}
nav ul{
	height: 44px;
}
nav ul br{
	display: none;
}
nav ul li{
	display: inline-block;
	font-size: 1.4rem;
	font-weight: lighter;
	height: 100%;
	padding-left: 8px;
}
nav ul li a{
	display: inline-block;
	height: 100%;
	padding: 0 10px;
	color: #fff;
	line-height: 40px;
	text-decoration: none;
}
nav ul li a:hover{
	background: #2f8c9f;
}
section:not(.home){
	padding: 20px 0;
}
.container{
	position: relative;
	width: 100%;
	max-width: 1160px;
	margin: 0 auto;
}
.home{
	padding-bottom: 8px;
}
.home > article:first-child{
	position: relative;
	width: 100%;
	height: 100%;
}
.rslides_nav{
	position: absolute;
	display: block;
	top: 50%;
	width: 30px;
	height: 50px;
	z-index: 2;
}
.rslides_nav.prev{
	left: 20px;
	background: url(../img/slider-prev.png) center center no-repeat;
}
.rslides_nav.next{
	right: 20px;
	background: url(../img/slider-next.png) center center no-repeat;
}
#carousel + .container{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	   -moz-transform: translateX(-50%);
			transform: translateX(-50%);
	z-index: 2;
}
.clima{
	position: absolute;
	display: block;
	bottom: 20px;
	left: 20px;
	margin-top: -7rem;
	color: #fff;
	font-size: 4rem;
	font-family: 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
	text-shadow: 3px 3px 5px rgba(0,0,0,.5);
	font-weight: lighter;
	-webkit-text-rendering: optimizeLegibility;
	   -moz-text-rendering: optimizeLegibility;
		-ms-text-rendering: optimizeLegibility;
			text-rendering: optimizeLegibility;
}
.clima p{
	display: inline-block;
	color: #fff;
	font-weight: lighter;
}


.home fieldset,
.contacto fieldset,
.contacto .disponibilidad,
.contacto .mapa{
	border: none;
	position: absolute;
	bottom: 20px;
	right: 20px;
	margin-top: -7rem;
	color: #fff;
	width: 260px;
	padding: 14px;
	background: rgba(255,255,255,.4);
}
.contacto .mapa2{
	border: none;
	position: absolute;
	bottom: 20px;
	right: 20px;
	margin-top: -7rem;
	color: #fff;
	width: 260px;
	background: rgba(75,175,191,.4);
}
.contacto .mapa2text{
	border: none;
	position: absolute;
	bottom: 20px;
	right: 20px;
	margin-top: -7rem;
	color: #fff;
	width: 260px;
	padding: 14px;
	background: rgba(75,175,191,.7);
}

.contacto .mapa2text ul{
	margin-left:45px;
	padding-top:14px;
	padding-left:14px;
	padding-right:14px;
	padding-bottom:20px;
	font-size:14px;
}

.home fieldset > div,
.contacto fieldset > div,
.contacto .disponibilidad > div,
.contacto .mapa > div{
	border: none;
	color: #fff;
	width: 100%;
	padding: 10px;
	background: rgba(255,255,255,.85);
}
contacto .mapa2 > div{
	border: none;
	color: #fff;
	width: 100%;
	padding: 10px;
	background: rgba(255,255,255,.85);
}
contacto .mapa2text > div{
	border: none;
	color: #fff;
	width: 100%;
	padding: 10px;
	background: rgba(255,255,255,.85);
}
.home fieldset label,
.contacto fieldset label{
	display: block;
	font-size: 1.6rem;
	margin-bottom: 4px;
}
.home fieldset input[type="text"],
.home fieldset input[type="email"],
.home fieldset input[type="submit"],
.home fieldset textarea,
.contacto fieldset input[type="text"],
.contacto fieldset input[type="email"],
.contacto fieldset input[type="submit"],
.contacto fieldset textarea{
	background: rgba(255,255,255,.6);
	width: 100%;
	height: 30px;
	padding: 0 10px;
	margin-bottom: 8px;
	font-size: 1.4em;
	color: #333;
	border: solid 1px #bbb;
	-webkit-border-radius: 10px;
	   -moz-border-radius: 10px;
			border-radius: 10px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}
.home fieldset textarea:hover,
.home fieldset textarea:focus,
.home fieldset input[type="text"]:hover,
.home fieldset input[type="email"]:hover,
.home fieldset input[type="text"]:focus,
.home fieldset input[type="email"]:focus,
.contacto fieldset textarea:hover,
.contacto fieldset textarea:focus,
.contacto fieldset input[type="text"]:hover,
.contacto fieldset input[type="email"]:hover,
.contacto fieldset input[type="text"]:focus,
.contacto fieldset input[type="email"]:focus{
	background: #fff;
}
fieldset input[type="text"].checkin{
	float: left;
	width: 48%;
}
fieldset input[type="text"].checkout{
	float: right;
	width: 48%;
	clear: right;
}
.home fieldset textarea,
.contacto fieldset textarea{
	height: 60px;
	padding: 10px;
	resize: none;
}
.home fieldset input[type="submit"], .contacto fieldset input[type="submit"], .btn_enviar{
	border: none;
	background: #4bafbf;
	color: #fff;
	font-size: 1.6em;
	text-transform: uppercase;
	-webkit-transition: .3s ease-in-out;
	   -moz-transition: .3s ease-in-out;
			transition: .3s ease-in-out;
}
.home fieldset input[type="submit"]:hover, .contacto fieldset input[type="submit"]:hover, .btn_enviar:hover{
	background: #338f9e;
}
article.inicio h2{
	padding: 20px;
	color: #163c5e;
	font-size: 1.6em;
	text-align: center;
	font-weight: normal;
}
article.inicio h2 strong{
	font-weight: bolder;
}
.inicio a{
	position: relative;
	float: left;
	width: 25%;
	padding-right: 60px;
	text-decoration: none;
}
.inicio a figure{
	position: relative;
	overflow: hidden;
	border-radius: 4px;	
	z-index: 2
}
.inicio a img{
	-webkit-transition: transform .4s ease-in-out;
	   -moz-transition: transform .4s ease-in-out;
			transition: transform .4s ease-in-out;
}
.inicio a h3{
	position: absolute;
	top: 60px;
	right: -18px;
	line-height: 3.2rem;
	padding: 0 2rem;
	color: #fff;
	font-size: 1rem;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: normal;
	-webkit-transform: rotate(90deg);
	   -moz-transform: rotate(90deg);
			transform: rotate(90deg);
	-webkit-border-radius: 3px 3px 0 0;
	   -moz-border-radius: 3px 3px 0 0;
			border-radius: 3px 3px 0 0;
}
.inicio a.link_promociones h3{
	background: #89becd;
}
.inicio a.link_servicios_gold h3{
	background: #e3c249;
}
.inicio a.link_experiencias h3{
	background: #3d9daf;
}
.inicio a.link_insider_guide h3{
	background: #4bafbf ;
}
.inicio a:hover img{
	transform: scale(1.4);
	-webkit-transition: transform 2.6s ease-in-out;
	   -moz-transition: transform 2.6s ease-in-out;
			transition: transform 2.6s ease-in-out;
}

/* silder */
rslides_nav{
	position: absolute;
	top: 50%;
}
section.contacto{
	position: relative;
	width: 100%;
	padding-top: 200px;
	background: url('../img/bg-contacto.jpg') center top no-repeat;
	-webkit-background-size: cover;
	   -moz-background-size: cover;
			background-size: cover;
}

section.contacto#servicios{
	position: relative;
	width: 100%;
	background: url('../img/bg-servicios.jpg') center top no-repeat;
	-webkit-background-size: cover;
	   -moz-background-size: cover;
			background-size: cover;
}

section.home#fondo{
	width: 100%;
	background: url('../img/bg-servicios.jpg') center top no-repeat;
	-webkit-background-size: cover;
	   -moz-background-size: cover;
			background-size: cover;
}

section.contacto#departamentos{
	position: relative;
	width: 100%;
	background: url('../img/bg-departamentos.jpg') center top no-repeat;
	-webkit-background-size: cover;
	   -moz-background-size: cover;
			background-size: cover;
}

section.contacto#experiencias{
	position: relative;
	width: 100%;
	background: url('../img/bg-experiencias.jpg') center top no-repeat;
	-webkit-background-size: cover;
	   -moz-background-size: cover;
			background-size: cover;
}

.contacto .responsive{
	position: absolute;
}
.contacto article{
	position: relative;
	overflow: auto;
	max-width: 1142px;
	margin: 0 auto;
}
.contacto h2{
	font-family: "Century Gothic",CenturyGothic,AppleGothic,sans-serif;
	font-size: 4.6rem;
	margin: 0;
	text-transform: uppercase;
	color: #fff;
	text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5)
}
.contacto h3{
	font-family: "Century Gothic",CenturyGothic,AppleGothic,sans-serif;
	font-size: 3rem;
	margin: 0 0 0 2em;
	text-transform: uppercase;
	color: #fff;
	text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5)
}
.contacto .container{
	overflow: auto;
	margin: 30px auto 0;
	min-height: 500px;
}
.contacto .left{
	float: left;
	width: 46%;
}
.contacto .right{
	float: right;
	width: 50%;
}

.contacto .left2{
	float: left;
	width: 47%;
}

.contacto .left3{
	float: left;
	width: 100%;
}

.contacto .right2{
	float: right;
	width: 47%;
}

.contacto fieldset,
.contacto .disponibilidad,
.contacto .mapa{
	position: relative;
	width: 100%;
	margin: 0 0 30px 0;
	bottom: auto;
	right: auto;
}

.contacto .mapa2{
	position: relative;
	width: 100%;
	margin: 0 0 30px 0;
	bottom: auto;
	right: auto;
}

.contacto .mapa2text{
	position: relative;
	width: 100%;
	margin: 0 0 30px 0;
	bottom: auto;
	right: auto;
}

.contacto .entrada{
	float: left;
	width: 48%;
	margin-bottom: 10px;
}
.contacto .salida{
	float: right;
	width: 48%;
	margin-bottom: 10px;
}
.contacto .entrada h4,
.contacto .salida h4{
	font-family: Helvetica, Arial, sans-serif;
	color: #3d9daf;
	text-transform: uppercase;
	text-align: center;
	font-size: 1.4rem;
}
.contacto .calendario{
	background: rgba(255,255,255,.9);
	color: #3d9daf;
	width: 80%;
	margin: 0 auto;
	height: 50px;
	border: solid 1px #cdcdcd;
	-webkit-border-radius: 6px;
	   -moz-border-radius: 6px;
			border-radius: 6px;
}
.contacto .consultar_disponibilidad{
	width: 100%;
	height: 30px;
	text-decoration: none;
	line-height: 30px;
	background: #3d9daf;
	border: none;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.4rem;
	margin: 10px auto 0;
	float: none;
	clear: both;
	display: block;
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
			border-radius: 5px;
	-webkit-transition: .3s ease-in-out;
	   -moz-transition: .3s ease-in-out;
			transition: .3s ease-in-out;
}
.contacto .consultar_disponibilidad:hover{
	background: #297c8b;
}.google_maps {
    position: relative;
    padding-bottom: 75%; // This is the aspect ratio
    height: 0;
    overflow: hidden;
}
.google_maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}
footer{
	background: #3d9daf url('../img/bg-footer.png') center bottom no-repeat;
	min-height: 128px;
	padding: 12px 0;
}
footer .container > ul{
	color: #fff;
	list-style: none;
}
footer .container > ul:first-child{
	float: left;
}
footer .container > ul:last-child{
	float: right;
}
footer .container > ul:first-child li{
	font-size: 1.8rem;
	font-weight: normal;
	line-height: 3rem;
}
footer .container > ul:first-child li a, footer .container > ul:first-child li p{
	position: relative;
	color: #fff;
	text-decoration: none;
}
.info_tel:before, .info_email:before, .info_bb:before{
	content: url('../img/ico-telefono.png');
	position: relative;
	top: 4px;
	left: 0;
	margin-right: 4px;
}
.info_email:before{
	content: url('../img/ico-email.png');
}
.info_bb:before{
	content: url('../img/ico-bb.png');	
}
footer .container > ul:last-child{
	color: #fff;
	text-align: right;
	margin-top: 30px;
}
footer .container > ul:last-child p, footer .container > ul:last-child a{
	display: inline-block;
	color: inherit;
}
footer .container > ul:last-child li{
	display: inline-block;
}
footer .container > ul:last-child a span{
	display: none;
}
footer .container > ul:last-child p{
	height: 42px;
	margin-right: 10px;
	line-height: 42px;
	vertical-align: top;
	font-size: 1.6rem;
	font-weight: normal;
}
footer .container > ul:last-child a{
	position: relative;
	width: 48px;
	height: 48px;
	border: solid 3px #fff;
	border-radius: 50%;
	margin: 0 5px;
}
footer .container > ul:last-child a:hover{
	border: solid 3px #b0dbf3;
}
footer .container > ul:last-child a:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 42px;
	height: 42px;
}
footer .container > ul:last-child a.instagram:before{
	background: url(../img/ico-instagram.png) center center no-repeat;
}
footer .container > ul:last-child a.facebook:before{
	background: url(../img/ico-facebook.png) center center no-repeat;
}
footer .container > ul:last-child a.twitter:before{
	background: url(../img/ico-twitter.png) center center no-repeat;
}
footer .container > ul:last-child a.pinterest:before{
	background: url(../img/ico-pinterest.png) center center no-repeat;
}
footer .container > ul:last-child a.google:before{
	background: url(../img/ico-google.png) center center no-repeat;
}


.galeria a{
	display: block; 
	float: left; 
	width: 70px;
	padding:5px;
}
.galeria a figure{
	position: relative;
	overflow: hidden;
	border-radius: 4px;	
	z-index: 2
}

.galeria a h3{
	position: absolute;
	top: 60px;
	right: -18px;
	line-height: 3.2rem;
	padding: 0 2rem;
	color: #fff;
	font-size: 1rem;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: normal;
	-webkit-transform: rotate(90deg);
	   -moz-transform: rotate(90deg);
			transform: rotate(90deg);
	-webkit-border-radius: 3px 3px 0 0;
	   -moz-border-radius: 3px 3px 0 0;
			border-radius: 3px 3px 0 0;
}
#bx-pager{text-align: center; width: 2110px;}

.galeria .container{ position: relative; width: 100%; max-width: 1160px; margin: 0px auto; overflow-x:scroll;}

.container_galerias {
	position:relative;
	width:100%;
	max-width:800px;
	margin:0 auto;
	padding-top:105px;
}

.climacontacto {
	color:#424242;
}

.fotopromo {
	float:left;
	padding-right:25px;
}

.fotopromo img {
	max-width: 310px;
}