@charset "utf-8";
/* CSS Document 
* Nombre del proyecto: VÍA BARILOCHE
* Nombre del archivo: via-bariloche.css
* Descripción: Hoja de estilos global
* Fecha de creación: Agosto de 2014
* Author: Godixital
*/

@import url(normalize.min.css);

  /***************************************/
 /*========= CLEANERS & OTHERS =========*/
/***************************************/
*{list-style: none; outline:none; box-sizing:border-box;}
a:link, a:visited, a:hover, a:active{text-decoration:none; outline:none;}
::-moz-selection{background:#fd4326; color:#ffffff;} 
::selection{background:#fd4326; color:#ffffff;} 
ul{margin:0; padding:0;}
html{font-size:62.5%; overflow-x:hidden;}
body{font-family:'museo-500'; font-size:10px; overflow-x:hidden; margin-right:0 !important;}


/*-------------
*--CLEARFIX--*
-------------*/
.clearfix:after { 
	visibility: hidden; 
	display: block; 
	font-size: 0; 
	content: " "; 
	clear: both; 
	height: 0; }
* html .clearfix { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */
.cleaner{clear:both; margin:0; padding:0; width:0 !important; height:0 !important;}
.rollover:hover{opacity:.6;}






  /***************************************/
 /*=========     FONT-FACE     =========*/
/***************************************/
@font-face {
	 font-family: 'museo-300';
	 src: url('fonts/museosans-300.eot');
	 src: url('fonts/museosans-300.eot?#iefix') format('embedded-opentype'),
			url('fonts/museosans-300.woff') format('woff'),
			url('fonts/museosans-300.ttf') format('truetype'),
			url('fonts/museosans-300.svg#museo-300') format('svg');
	 font-weight: normal;
	 font-style: normal;
}
@font-face {
	 font-family: 'museo-500';
	 src: url('fonts/museosans-500.eot');
	 src: url('fonts/museosans-500.eot?#iefix') format('embedded-opentype'),
			url('fonts/museosans-500.woff') format('woff'),
			url('fonts/museosans-500.ttf') format('truetype'),
			url('fonts/museosans-500.svg#museo-500') format('svg');
	 font-weight: normal;
	 font-style: normal;
}


/* SAMPLES
* .museo-300{font-family: 'museo-300';}
* .museo-500{font-family: 'museo-500';}
*/




		
 /***************************************/
 /*=========      $HEADER     =========*/
/**************************************/
header{
	min-height: 85px;
	background: #e9eaec; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 10%, #e9eaec 150%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(10%,#ffffff), color-stop(150%,#e9eaec)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 10%,#e9eaec 150%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 10%,#e9eaec 150%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 10%,#e9eaec 150%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 10%,#e9eaec 150%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e9eaec',GradientType=0 ); /* IE6-9 */
}

.header-wrap{
	width: 100%;
	max-width: 990px;
	min-height: 85px;
	margin:auto;
	overflow: hidden;
}
	.header-wrap > figure{
		float: left;
		width:39.898%;
		margin:25px 0 0 1%;
	}
		.header-wrap > figure img{
			width: 100%;
			width: 100%\9;
			height:auto;
		}

	.header-wrap > div{
		margin-top: 25px;
		float: right;
		width: 365px;
	}
		.header-wrap > div a{
			float: right;
			font-size: 1.4em;
			color:#5E8620;
			position: relative;
			padding-right: 45px;
		}
		.header-wrap > div a::after, .header-wrap > div h2::after{
			content:'';
			background:url(../images/sprite-icons-header.png) -65px 0 no-repeat;
			width: 40px; height: 40px;
			position: absolute;
			right:0; top:-2px;
		}
		.header-wrap > div a:hover{opacity:.7;}
			.header-wrap > div a span{display: block; font-size: 1.38em;}

		.header-wrap > div h2{
			font-size: 2.3em;
			color:#E42C2B;
			font-weight: normal;
			text-align: right;
			margin: 0 10px 0 0;
			border-right: dotted 1px #B4B5B6;
			padding-right:70px;
			position: relative;
			float: right;
		}
		.header-wrap > div h2::after{
			background-position: 0 0;
			width: 46px; height: 41px;
			right:10px;
		}
			.header-wrap > div h2 span{display: block; font-size:.52em; color:#858687;}











  /******************************/
 /*==========  $NAV  ==========*/
/******************************/
nav{
	background-color: #3E4141;
	position: relative;
	z-index: 20;
	border-top: solid 5px #3E4141;
	border-bottom: solid 5px #3E4141;
}
nav.stick {
   position: fixed;
   top: 0;
   z-index: 100;
   width: 100%;
}
	.main-menu{
		width: 100%;
		min-height:30px;
		max-width: 930px;
		float: left;
	}
		.main-menu > li{
			width: 20%;
			min-height: 30px;
			float: left;
			border-right: solid 1px #666666;
			border-left: solid 1px #272727;
			text-align: center;
			position: relative;
		}
		.main-menu > li:first-child{border-left: none;}
		.main-menu > li:last-child{border-right: none;}
			.main-menu > li > a{
				background-color: #3E4141;
				font-size: 1.4em;
				line-height: 30px;
				color:#fff;
				display: block;
				position: relative;
				z-index: 10;
				transition:all .3s; -webkit-transition:all .3s;
			}
				.main-menu > li > a > span{position: relative; padding-left:35px;}
				.main-menu > li > a > span::before{
					content:'';
					background:url(../images/sprite-icons-nav.png);
					width: 28px; height: 28px;
					position: absolute;
					left:0; top:-50%;
					transition:all .3s; -webkit-transition:all .3s;
				}
				.main-menu > li:nth-child(2) > a > span::before{background-position: -28px 0;}
				.main-menu > li:nth-child(3) > a > span::before{background-position: -56px 0;}
				.main-menu > li:nth-child(4) > a > span::before{background-position: -84px 0;}
				.main-menu > li:nth-child(5) > a > span::before{background-position: -112px 0;}
				/*rollover*/
				.main-menu > li:hover > a{text-shadow:1px 1px 1px #E42D2B;}
				.main-menu > li:nth-child(1):hover > a > span::before{background-position: 0 -30px;}
				.main-menu > li:nth-child(2):hover > a > span::before{background-position: -28px -30px;}
				.main-menu > li:nth-child(3):hover > a > span::before{background-position: -56px -30px;}
				.main-menu > li:nth-child(4):hover > a > span::before{background-position: -84px -30px;}
				.main-menu > li:nth-child(5):hover > a > span::before{background-position: -112px -30px;}
				.main-menu > li:hover > .submenu, .submenu > li:hover > .submenu-2{display: block;}

	.submenu, .submenu-2{
		display: none;
		position: absolute;
		z-index: 5;
		width: 110%;
		padding-top:5px;
	}
		.submenu > li, .submenu-2 > li{
			position: relative;
			font-family: 'museo-300';
			background-color:#3E4141;
			text-align: left;
			font-size: 1.4em;
			height: 35px; line-height: 35px;
			border-top: solid 1px #666666;
			border-bottom: solid 1px #272727;
		}
		.submenu > li:hover, .submenu-2 > li:hover{background-color:#272727;}
			.submenu > li > a, .submenu-2 > li > a{
				color:#fff;
				display: block;
				padding-left: 15px;
				position: relative;
				overflow: hidden;
			}
			.submenu > li > a.drop::after{
				content:url(../images/bg-icon-arrow.png);
				position: absolute;
				right:0; top:2px;
			}
	.submenu-2{
		width: 100%;
		padding-top:0;
		right:-100%;
		top:4px;
		padding-left:2px;
	}
		.submenu-2 > li{font-size: 1em; border-left: solid 1px #272727;}


	.social-buttons{
		float: right;
		width: 60px;
		height: 20px;
		margin-top: 5px;
	}
		.social-buttons li{
			float: left;
			width: 30px;
			height: 20px;
			overflow: hidden;
		}
		.social-buttons li:first-child{border-right: solid 1px #666;}
		.social-buttons li:last-child{border-left: solid 1px #272727;}
		.social-buttons li a{
			display: block;
			margin:auto;
			width: 20px;
			height: 20px;
			background:url(../images/sprite-icons-nav.png) -155px 0;
			text-indent: -9999px;
			transition:.3s; -webkit-transition:.3s;
		}
		.social-buttons li:last-child a{background-position: -175px 0}
		/*HOVER*/
		.social-buttons li:first-child:hover a{background-position: -155px -20px;}
		.social-buttons li:last-child:hover a{background-position: -175px -20px;}

	#sticky-btn-nav{
		background-color: #F1F2F3;
		border-bottom: solid 1px rgba(65,65,65,.8);
	}
	#sticky-btn-nav.stick {
   	position: fixed;
   	top:0;
   	z-index: 100;
   	width: 100%;
	}
	#boton-menu{
		display:none; 
		float: right; 
		width:20px;
		padding:10px; 
		background-color:rgba(65,65,65,.8); 
		line-height: 0; 
		box-sizing:content-box;
		border:solid 1px rgba(65,65,65,.8);
		transition:.3s; -webkit-transition:.3s;
	}
	#boton-menu:hover{background-color: #FFF;}
	#boton-menu:hover span{border-bottom-color: #3E4141; border-top-color: #3E4141;}
	#boton-menu:hover span::after{background-color: #3E4141}
		#boton-menu span{
			display: block; 
			width:100%; height:20px; 
			border-bottom:solid 3px #FFF; 
			border-top:solid 3px #FFF; 
			position:relative;
		}
		#boton-menu span::after{
			content:''; 
			width:100%; height:3px; 
			background-color:#FFF; 
			position: absolute; 
			left:0; top:50%;
			margin-top: -2px;
		}

	










  /**************************************/
 /*==========  $MAIN-BANNER  ==========*/
/**************************************/
.main-banner{
	width: 100%;
	line-height: 0;
	position: absolute;
}
.main-banner.internas{
	padding-top: 28.90%;
	background: url(../images/img-main-banner.jpg) center top no-repeat;
	background-size: cover;
}

/*Start-Update: 20-01-2015*/
.main-banner > ul li:not(:nth-child(1)){display: none;}
.main-banner > ul li{position: relative; padding-top: 28.90%;}
.main-banner > ul li img{
	position: absolute;
	left:0; top:0;
	width: 100%; height: 100%;
}

@media screen and (min-width: 1106px){
    .main-banner > ul li{position: static; padding-top: 0px;}
    .main-banner > ul li img{
            position: static;
            width: 100%; height: 319px;
    }
}

/*End-Update: 20-01-2015*/














  /**********************************/
 /*==========  $WRAPPER  ==========*/
/**********************************/
.wrapper{
	position: relative;
	max-width: 990px;
	margin:auto;
	position: relative;
	z-index: 10;
}
.wrapper.internas{
	padding:5px;
	background-color: #FFF;
	border-radius: 10px;
	box-shadow: 0 0 12px rgba(0,0,0,.4);
	margin-bottom: 40px;
	padding-bottom: 90px;
}
.fake-white{
	width: 105%;
	height: 100px;
	background:url(../images/bg-fake-white.png);
	position: absolute;
	left:-2.5%; bottom:-10px;
}









  /*************************************/
 /*==========  $SEARCH-BOX  ==========*/
/*************************************/
.search-box{
	float: left;
	width: 35.35%;
	padding:20px 0;
	position: relative;
	background: url(../images/bg-buscador.png) no-repeat right top #F4F2F3;
	box-shadow: 2px 2px 0 1px #DBDBDB; -webkit-box-shadow: 2px 2px 0 1px #DBDBDB;
}
[data-rol='btns-wrap']{width: 93%; margin:auto;}

	.search-box form{
		display: block;
		width: 93%;
		margin:auto;
		position: relative;
	}
	.search-box form.iframe{padding-top:105%;}
	.search-box form iframe{
		position: absolute;
		left:0; top:0;
		width: 100%; height: 100%;
		border: none;
		overflow: hidden;
	}
	.select-search{
		border:none;
		width: 31.81%;
		height: 40px;
		line-height: 40px;
		font-size: 1.3em;
		color:#3E4141;
		float: left;
		margin-bottom: 30px;
		position: relative;
		background: #CCCCCC; /* Old browsers */
		background: -moz-linear-gradient(top,  #ffffff 0%, #CCCCCC 150%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(150%,#CCCCCC)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #ffffff 0%,#CCCCCC 150%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #ffffff 0%,#CCCCCC 150%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #ffffff 0%,#CCCCCC 150%); /* IE10+ */
		background: linear-gradient(to bottom,  #ffffff 0%,#CCCCCC 150%); /* W3C */
		filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#CCCCCC',GradientType=0);
		transition:all .3s; -webkit-transition:all .3s;
	}
	.select-search em{font-style: normal;}
	.select-search span{
		display: inline-block;
		width: 20px; height: 20px;
		background: url(../images/sprite-icons-search.png);
		position: relative;
		top:5px;
		margin-right: 3px;
		transition:all .3s; -webkit-transition:all .3s;
	}
	.select-search.bus span{background-position: 0 0;}
	.select-search.hotel{margin:0 2.285%;}
	.select-search.hotel span{background-position: -20px 0; margin-right: 0;}
	.select-search.car span{background-position: -40px 0;}
	/*rollover*/
	.select-search.bus:hover span, .select-search.bus.active span{background-position: 0 -20px;}
	.select-search.hotel:hover span, .select-search.hotel.active span{background-position: -20px -20px; }
	.select-search.car:hover span, .select-search.car.active span{background-position: -40px -20px;}
	.select-search:hover, .select-search.active{
		background:#E42D2B; 
		color:#fff;
		box-shadow: inset 5px 5px 12px rgba(0,0,0,.3); -webkit-box-shadow: inset 5px 5px 12px rgba(0,0,0,.3);
	}
	.select-search:hover::after, .select-search.active::after{
		content:'';
		border-style: solid;
		border-width: 5px;
		border-color: #E42D2B transparent transparent transparent;
		position: absolute;
		left:50%; bottom:-10px; margin-left: -3px;
	}
	.search-box form label{
		font-size: 1.4em;
		color:#747576;
		width: 100%;
		display:block;
	}
		.search-box form label strong{line-height:30px; font-weight: normal; display: block;}
	.search-box form label.short{width: 48%; float: left;}
	.search-box form label.short.right{float: right;}
	/*.ida-vuelta{margin-right:8%; width:auto !important; margin-bottom: 5px;}
	.ida-vuelta input{margin-right:3px;}*/

	.campo{
		width: 100%;
		background-color: #fff;
		display: block;
		height: 30px;
		padding:6px 0 0 6px;
		border-radius: 8px;
		margin-bottom:10px;
		position: relative;
		border-bottom: solid 1px #d4d4d4;
		box-shadow: inset 2px 2px 2px rgba(51,51,51,.5);
	}
	.campo:hover{background-color:#f2f2f2;}
		.campo > input{width: 86%; font-size: 1em; border:none; background:transparent; color:#747576;}
		.campo > span{
			display: block;
			position: absolute;
			right:8px; top:0;
			width: 20px; height: 30px;
			background:url(../images/sprite-icons-search.png) -64px 0;
		}
		.campo > span.pointer{background-position: -84px 0;}
		.campo > span.date{background-position: -104px 0;}
		.campo > span.date-2{background-position: -124px 0;}
			.campo > span a{display: block; width: 100%; height: 100%;}

		.search-box form button[type='submit']{
			width: 100%;
			max-width: 150px;
			padding:8px 0;
			margin-top: 10px;
			float: right;
			background-color: #3E4141;
			color:#fff;
			font-size: 1.4em;
			position: relative;
			border:none;
			border-radius: 8px; -webkit-border-radius: 8px;
			transition:.3s; -webkit-transition:.3s;
		}
			.search-box form button[type='submit'] span{
				display: block;
				position: absolute;
				width: 20px; height: 20px;
				background: url(../images/sprite-icons-search.png) -144px -5px;
				right:5px; top:5px;
			}
		.search-box form button[type='submit']:hover{background-color: #E42D2B;}

		.search-box hr{
			margin:15px 0;
			height: 3px;
			border: dashed 1px #CFCFD0;
			border-right: none; border-left: none;
		}

		.copy-bus-plus{
			width: 93%;
			margin:auto;
			overflow: hidden;
		}
			.copy-bus-plus img{float: right; margin-top: 5px;}
			.copy-bus-plus p{
				font-size: 1.2em; 
				color:#858586; 
				margin: 0; 
				float: left;
				width: 170px;
				text-align: right;
				border-right: dotted 1px #858586;
				padding-right: 10px;
			}

	#btn-open-searchbox{
		display: none;
		float: right;
		margin-right: -2px;
		background-color: #DBDBDB;
		color:#999;
		font-size: 1.4em;
		padding:7px 15px;
		transition:.3s; -webkit-transition:.3s;
	}
	#btn-open-searchbox:hover{background-color: #9AC605; color:#FFF;}

	.img-buscador{
		display:block; 
		width:100%; 
		max-width:600px;
		margin:auto;
	}

	.proximamente{
		display: block;
		background-color: #333;
		padding:10px 20px;
		text-align: center;
		color:#FFF;
		font-size: 1.5em;
		border-radius: 5px;
	}







  /******************************************/
 /*=========     $BANNER-BOX      =========*/
/******************************************/
.banner-box{
	width: 62.26%;
	float: right;
}

.slider{
	/*background-color: rgba(255,0,0,.7);
	padding-top: 48.88%;*/
	margin:2px 0 20px;
	line-height: 0;
	position: relative;
}
.slide-images li img{width: 100%; height:auto;}
.slide-images li:not(:first-child){display: none;}

.slide-ctrls{
	position: absolute;
	z-index: 100;
	right:10px; bottom:10px;
}
	.slide-ctrls li{
		width: 20px; height: 20px;
		background-color:  #407834;
		border-radius: 50%;
		float: left;
		margin-left: 5px;
		border:solid 1px #333;
	}
	.slide-ctrls li a{display: block; width: 100%; height: 100%; opacity:0;}
	.slide-ctrls li.active{background-color: #E42D2B;}

.accesos li{
	float: left;
	width: 32.25%;
	min-height: 101px;
	position: relative;
	background: #b4cf54; /* Old browsers */
	background: -moz-linear-gradient(top,  #b4cf54 0%, #407834 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b4cf54), color-stop(100%,#407834)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #b4cf54 0%,#407834 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #b4cf54 0%,#407834 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #b4cf54 0%,#407834 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #b4cf54 0%,#407834 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b4cf54', endColorstr='#407834',GradientType=0);
}
.accesos li:nth-child(2){margin:0 1.625%;}
.accesos li:hover{opacity:.85;}
	.accesos li a{display: block; width: 100%; height: 100%; padding:15px 5%;}
	.accesos h2, .accesos p{
		font-size: 1.4em;
		color:#333333;
		margin: 0;
		position: relative;
		display: inline-block;
	}
	.accesos h2::after{
		content:'';
		background:url(../images/sprite-icons-slide-banner.png) ;
		width: 8px; height: 11px;
		position: absolute;
		top:1px; right:-12px;
	}

	.accesos p{color:#fff; margin-top:10px; display: block;}

	.accesos span{
		display: block;
		width: 33px; height: 33px;
		background:url(../images/sprite-icons-slide-banner.png) -10px 0 #fff;
		position: absolute;
		bottom:-17px; right:10px;
		border-radius: 17px; -webkit-border-radius: 17px;
	}
	.accesos li:nth-child(2) span{background-position: -51px 0;}
	.accesos li:nth-child(3) span{background-position: -91px 0;}

.middle-line{
	display: block;
	width: 100%;
	max-width: 1180px;
	height: 2px;
	margin:40px auto;
}









  /*******************************************/
 /*=========     $CHAT-BANNER      =========*/
/*******************************************/
.copy-box{
	width: 35.35%;
	float: left;
	border-right: dotted 1px #B4B5B6;
	padding-right: 1%;
	margin-top: 10px;
}
	.copy-box h2{
		font-size: 1.9em;
		line-height: 1.2em;
		color:#99C505;
		font-weight: normal;
		margin: 0;
		position: relative;
		padding-left: 45px;
	}
	.copy-box h2::before{
		content:url(../images/icon-copy-box.jpg);
		position: absolute;
		left:0; top:-1px;
	}
		.copy-box h2 span{
			color:#333333;
			font-weight: bold;
			font-size: .7em;
			display: block;
		}
	.copy-box p{
		font-size: 1.4em;
		line-height: 1.3em;
		color:#727376;
		margin:8px 0 0;
		padding-left: 45px;
	}

.box-banner-chat{
	width:62.62%;
	float: right;
	background-color: #F4F4F4;
	border-radius: 8px; -webkit-border-radius: 8px;
	box-shadow: 2px 2px 0 1px #DBDBDB; -webkit-box-shadow: 2px 2px 0 1px #DBDBDB;
}
	.box-banner-chat figure{
		float: right;
		line-height: 0;
		width:50%;
		margin-top: -20px;
	}
		.box-banner-chat figure img{
			width: 100%;
			width: 100%\9;
			height:auto;
		}

	.box-banner-chat div{
		width:45%;
		float: left;
		margin:20px 0 0 5%;
	}
		.box-banner-chat div h2{
			color:#E42C2B;
			font-size: 2em;
			font-weight: normal;
			margin: 0;
		}
		.box-banner-chat div p{
			font-size: 1.4em;
			line-height: 1.3em;
			color:#727276;
			margin:8px 0 0;
		}
			.box-banner-chat div p a{color:#3E3F3F; font-weight: bold;}
			.box-banner-chat div p a:hover{color:#E42C2B;}



















  /************************************************/
 /*=========     $VIP-DESTINATIONS      =========*/
/************************************************/
.vip-destinations{
	max-width: 1080px;
	background-color: #F4F4F4;
	margin:40px auto;
	padding:30px 0;
}
	.vip-destinations ul{
		width: 100%;
		max-width: 990px;
		margin:auto;
	}
	.vip-destinations li{
		float: left;
		width: 22.22%;
		margin-right: 3.70%;
		border-radius: 8px;
		overflow: hidden;
		background-color: #fff;
		position: relative;
		font-size:1rem;
		box-shadow: 2px 2px 0 1px #DBDBDB; -webkit-box-shadow: 2px 2px 0 1px #DBDBDB;
	}
	.vip-destinations li:nth-child(4){margin-right:0;}
		.vip-destinations li figure{line-height: 0; overflow: hidden;}
		.vip-destinations li figure img{width: 100%; height:auto;}

		.vip-destinations li > span{
			display: block;
			width:35px; height: 35px;
			background:url(../images/sprite-icons-vip-destinations.png) 0 0 #E42D2B;
			border-radius: 25px; -webkit-border-radius: 25px;
			border: solid 3px #fff;
			position: absolute;
			right:10px;
			margin-top: -18px;
		}
		.vip-destinations li > h2{
			font-size: 1.4em;
			color:#5B5E5F;
			font-weight: normal;
			margin:12px 4% 3px;
		}
		.vip-destinations li > p{
			font-size: 1.4em;
			color:#99C505;
			margin:0 4% 12px;
		}
		.vip-destinations li > div{
			background-color: #E1E1E1;
			padding:8px 4%;
			transition:.3s; -webkit-transition:.3s;
		}
		.vip-destinations li > div:hover{background-color: #99C505;}
		.vip-destinations li > div:hover a{color:#fff;}
		.vip-destinations li > div a{
			display: block;
			color:#838383;
			font-size: 1.2em;
			position: relative;
		}
		.vip-destinations li > div a > span{
			float: left;
			margin:-2px 5px 0 0;
			background:url(../images/sprite-icons-vip-destinations.png) -40px 0;
			width: 14px; height: 15px;
		}
		.vip-destinations li > div a::after{
			content:'';
			background: url(../images/sprite-icons-vip-destinations.png) -50px -20px;
			width: 7px; height: 10px;
			position: absolute;
			right:0; top:3px;
		}







  /*************************************************/
 /*=========     $BOTTOM-BOXES-HOME      =========*/
/*************************************************/
.welcome-box{
	width: 50.50%;
	padding:0 0 0 1.5%;
	float: left;
	border-left: solid 3px #9AB836;
	overflow: hidden;
	position: relative;
}
.welcome-box::before{
	content:'';
	width: 12px;
	border-style: solid;
	border-width: 6px;
	border-color:transparent transparent transparent #9AB836;
	position: absolute;
	left:0; top:10px;
}
	.welcome-box > p{
		font-family: 'museo-300';
		font-size: 1.6em;
		line-height: 1.38em;
		color:#727276;
		margin: 0;
	}
		.welcome-box > p strong{color:#333333;}
	.welcome-box > a{
		float: left;
		width: 170px; height:30px;
		line-height: 30px;
		background-color:#3E4141;
		text-align: center;
		color:#fff;
		font-size: 1.4em;
		border-radius: 8px;
		overflow: hidden;
		position: relative;
		margin-top:20px;
	}
		.welcome-box > a span{
			float: right;
			position: relative;
			width:30px; height: 100%;
			background:#9AB836 url(../images/bg-icon-arrow.png);
			transition:.3s; -webkit-transition:.3s;
		}
		.welcome-box > a strong{position: relative; font-weight: normal;}
		.welcome-box > a em{
			position: absolute; 
			left:0; top:0; 
			width: 0; height: 100%; 
			display: block; 
			z-index: 0;
			transition:.3s; -webkit-transition:.3s;
		}
		.welcome-box > a:hover em{background-color:#9AB836; width: 100%;}
		.welcome-box > a:hover span{background-color:#3E4141;}

.welcome-image, .banner-discounts{
	float: right;
	width:47.97%;
}
	.welcome-image img, .text-box-discounts figure{width: 100%; height:auto;}

.text-box-discounts{
	width: 50.50%;
	float: left;
	position: relative;
	margin-top: 30px;
}
	.text-box-discounts figure{
		width: 84.61%;
		line-height: 0;
	}
	.text-box-discounts div{
		position: absolute;
		right:10px; top:0;
		width: 250px;
		text-align: right;
	}
		.text-box-discounts div h2{
			margin: 0;
			color:#CCCCCC;
			font:normal 3em/1.1em 'museo-300';
		}
		.text-box-discounts div p{
			font-size: 1.6em;
			line-height: 1.35em;
			color:#585959;
			margin:10px 0 15px;
		}

.banner-discounts{margin-top: 30px; text-align: right;}
	.banner-discounts ul li{
		float: left;
		background-color: #F4F4F4;
		width: 47.36%;
		border-radius: 10px;
		overflow:hidden;
		box-shadow: 1px 1px 0 1px #DBDBDB; -webkit-box-shadow: 1px 1px 0 1px #DBDBDB;
		margin:0 5.25% 15px 0;
	}
	.banner-discounts ul li:nth-child(2n+2){margin-right: 0;}
	.banner-discounts ul li > img{width: 100%; height:auto;}
	.banner-discounts a{
		display: inline-block;
		margin-top: 15px;
		font-size: 1.4em;
		color:#E42C2B;
	}
		.banner-discounts a span{color:#585959; border-bottom: solid 1px #585959;}
		.banner-discounts a:hover span{color:#E42C2B; border-bottom-color: #E42C2B;}





















  /**************************************/
 /*=========     $FOOTER      =========*/
/**************************************/
footer{
	min-height: 270px;
	margin-top: -40px;
	position: relative;
	z-index: 5;
	border-bottom: solid 2px #3E4141;
	background: #66aa39; /* Old browsers */
	background: -moz-linear-gradient(top,  #a1d75b 41%, #66aa39 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(41%,#a1d75b), color-stop(100%,#66aa39)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #a1d75b 41%,#66aa39 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #a1d75b 41%,#66aa39 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #a1d75b 41%,#66aa39 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #a1d75b 41%,#66aa39 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a1d75b', endColorstr='#66aa39',GradientType=0 );
}
	.fake-line{
		background-color: #fff;
		height: 40px;
		max-width: 1080px;
		margin:auto;
		position: relative;
	}
	.fake-line::after{
		content:url(../images/bg-shadow-fake-line.png);
		position: absolute;
		width: 100%; max-width: 675px;
		left:0; right:0; bottom:-22px; margin:0 auto;
	}

	.footer-wrap{
		min-height: 100px;
		margin:40px auto 0;
		max-width: 990px;
	}

	.col-1{
		float: left;
		width: 28.28%;
		padding-top: 10px;
	}
		.col-1 img{width: 100%; height:auto;}
		.col-1 h2{
			position: relative;
			color:#fff;
			font-size: 2.4em;
			line-height: 1em;
			margin:20px 0;
			padding-left: 50px;
			font-weight: normal;
		}
		.col-1 h2::before{
			content:'';
			background:url(../images/sprite-icons-footer.png); 
			width: 42px; height: 42px;
			position: absolute;
			left:0; top:0;
		}
			.col-1 h2 span{color:#46702D; font-size:.5em; line-height: 1.2em; display: block;}
		.col-1 p{
			font-size: 1.4em;
			color:#fff;
			margin: 0;
		}

	.col-2{
		float: left;
		width:35%;
		border-left: solid 1px #fff;
		padding-left:2em;
		position: relative;
		margin-left: 8%;
	}
	.col-2::before{
		content:'';
		width: 1px;
		height: 100%;
		position: absolute;
		left:0; top:0;
		background-color: #6DA73F;
	}
		.col-2 h2, .col-3 h2{
			font-size:1.4em;
			color:#568837;
			margin:0 0 10px;
			text-transform: uppercase;
		}
		.col-2 ul li{
			font-size: 1.4em;
			margin-bottom:5px;
		}
			.col-2 li a{color:#fff; transition: .3s; -webkit-transition: .3s;}
			.col-2 li a:hover{color:#568837; padding-left: 10px;}
	
	.col-3{
		float: right;
		width: 28.28%;
	}
		.col-3 > p{
			font-size: 1.4em;
			color:#fff;
			margin:0 0 20px;
		}
		#register{position: relative;}
		#register input{
			float: left;
			background-color:#fff;
			width:86%;
			height:35px;
			padding:0 10px;
			color:#999999;
			font-size: 1.4em;
			border: none;
		}
		#register input:focus{background-color: #f2f2f2;}
		#register button{
			float: right;
			width: 35px; height: 35px;
			background:#E42B29 url(../images/sprite-icons-footer.png) 0 -42px;
			border:none;
			text-indent: -9999px;
			overflow: hidden;
		}
		#register button:hover{background-color: #C01818;}

		.col-3 ul{float: right; margin-top:20px; width: 100%;}
		.col-3 ul li{float: left;}
		.col-3 ul li:first-child{
			color:#fff;
			font-size: 1.4em;
		}
		.col-3 ul li:not([title]){
			width: 34px; height: 34px;
			background:url(../images/sprite-icons-footer.png) -50px 0; 
			border:solid 2px #fff;
			border-radius: 17px;
			margin-left: 10px;
			transition:.3s; -webkit-transition:.3s;
			overflow: hidden;
		}
			.col-3 ul li a{display: block; width: 100%; height: 100%; opacity:0;}
			.col-3 ul li:nth-child(3){background-position: -80px 0;}
			.col-3 ul li:nth-child(4){background-position: -110px 0;}
			.col-3 ul li:not([title]):hover{
				background-color: rgba(255,255,255,.3);
				transform:rotate(360deg); -webkit-transform:rotate(360deg);
				box-shadow: 0 0 5px #000;
			}


.marcas{
	max-width: 990px;
	margin:auto;
	padding:20px 0;
}
	.marcas ul{width: 100%; overflow: hidden;}
		.marcas ul li{
			float: left;
			line-height: 0;
			width:12%;
			margin:0 6.5%;
		}
			.marcas ul li img{display: block; width: 100%;}

.credits{
	text-align: center;
	background-color: #3e4141;
	padding:10px 0;
	color:#FFF;
}
	.credits a[href*=godixital]{color:#fff; font-size: 1.3em; padding-bottom: 2px;}
	.credits a[href*=godixital]:hover{color:#e42d2b; border-bottom: dashed 1px #e42d2b;}









  /****************************************************************************/
 /*==============================      $INTERNAS    =========================*/
/****************************************************************************/
.main-content{
	float: right;
	width:59.18%;
	margin-right: 2.04%;
	padding-top: 20px;
}
.main-content.contacto{
	float: none;
	width: 95.92%;
	margin:0 auto;
}
.main-content.contacto > .section-banner{max-width: 600px; margin:30px auto;}

	.bread-crumbs{float: left;}
		.bread-crumbs li{
			float: left;
			font-size: 1.4em;
			font-family: 'museo-300';
			color:#7EA204;
			margin-right: 10px;
		}
			.bread-crumbs li strong{font-family: 'museo-500'; font-weight: normal;}
			.bread-crumbs li a{color:#7EA204;}
			.bread-crumbs li a:hover{border-bottom:dotted 1px #7EA204;}

	.main-content > hr{
		border:none;
		border-bottom: dotted 1px #999;
		margin:10px 0;
	}

	.section-banner{
		line-height: 0;
		width: 100%;
		margin:30px 0;
	}
		.section-banner img{width: 100%; height:auto; display: block;}

	.main-content > h1, .main-content > h2{
		font: normal 2.7em/1.2em 'museo-500';
		font-weight: normal;
		color:#333333;
	}
	.main-content > h2{border-bottom: dotted 1px #999999; margin:40px 0 20px; font-size: 2.3em;}
	.main-content > p{
		font:normal 1.5em/1.35em 'museo-300';
		color:#333333;
	}
		.main-content > p a{color:#9AC605;}
		.main-content > p a:visited{color:#400080;}
		.main-content > p a:hover{color:#999999 !important; border-bottom: dotted 1px #999;}
		.main-content > p strong{font-family: 'museo-500'; font-size: 1.2em;}

	.main-content ol{margin:15px 0 15px 50px; padding: 0;}

	.share-box{
		border-top:dotted 1px #999999; 
		border-bottom: dotted 1px #999999; 
		margin-top: 50px;
		overflow: hidden;
	}
		.share-box > span{
			color:#608C34; 
			font-size: 1.4em; 
			padding-top:9px;
			display: inline-block;
		}
		.share-buttons{
			float: right; 
			height: 33px; 
			overflow: hidden;
		}
			.email-icon{
				display: block; 
				float: left; 
				margin-top:5px; 
				width:50px; 
				height:20px; 
				background: url(../images/bg-icon-share.png);
			}
				.email-icon a{opacity:0;}

	.mapa{width:90%; margin:auto;}
		.mapa img{width:100%;}


	/*================*/
	/* PUBLICIDAD */
	/*================*/
	[data-icon-ad]{
		width: 40px; height: 40px;
		background:url(../images/sprite-icons-advertising.png); 
		display: inline-block; 
		position: relative;
		border:solid 1px #E42D2B;
		border-radius: 50%;
		top:10px; margin-right: 10px;
		box-sizing: content-box;
		box-shadow: 0 0 0 10px #FFF;
		-webkit-box-shadow: 0 0 0 10px #FFF;
	}
	[data-icon-ad="luneta"]{background-position: 0 0;}
	[data-icon-ad="web"]{background-position: -40px 0;}
	[data-icon-ad="pantalla"]{background-position: -80px 0;}
	[data-icon-ad="cabezal"]{background-position: -120px 0;}

	.img-adv{
		margin:20px 0; 
		line-height: 0;
		overflow: hidden;
		border-radius: 30px;
		box-shadow: 2px 2px 0 1px rgba(0,0,0,.5);
	}
	.img-adv img{width: 100%;}


	/*================*/
	/* TIPOS-SERVICIO */
	/*================*/
	.service-box{
		background-color: #F7F7F7;
		border-radius: 12px;
		overflow: hidden;
		padding: 2.58%;
		margin-top: 40px;
		box-shadow: 2px 2px 0 0 #DADADA;
	}
		.pic-box{
			float: left;
			width:44.54%;
		}
			.pic-box img{display: block; width: 100%; margin-bottom: 10px;}
			.pic-box a{
				display: inline-block;
				width: 115px; height: 35px;
				line-height: 35px;
				text-align: center;
				color:#FFF;
				font-size: 1.3em;
				border-radius: 6px;
				box-shadow: 2px 2px 0 0 #367B33;
				background: #a0b73b; /* Old browsers */
				background: -moz-linear-gradient(top,  #a0b73b 0%, #8a9c32 100%); /* FF3.6+ */
				background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a0b73b), color-stop(100%,#8a9c32)); /* Chrome,Safari4+ */
				background: -webkit-linear-gradient(top,  #a0b73b 0%,#8a9c32 100%); /* Chrome10+,Safari5.1+ */
				background: -o-linear-gradient(top,  #a0b73b 0%,#8a9c32 100%); /* Opera 11.10+ */
				background: -ms-linear-gradient(top,  #a0b73b 0%,#8a9c32 100%); /* IE10+ */
				background: linear-gradient(to bottom,  #a0b73b 0%,#8a9c32 100%); /* W3C */
				filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a0b73b', endColorstr='#8a9c32',GradientType=0 ); /* IE6-9 */
			}
			.pic-box a:hover{
				transform:translate(2px,2px);
				box-shadow: 1px 1px 0 0 #367B33;
			}
			.pic-box a + a{float: right;}
				.pic-box a span{
					display: inline-block;
					width: 25px;
					height: 25px;
					margin-right: 5px;
					background: url(../images/sprite-icons-services.png);
					position: relative;
					top:5px;
				}
				.pic-box a + a span{background-position: -25px 0; margin-right: 0; margin-left: 5px;}
			.pic-box li{
				float: left;
				width: 45px;
				height: 25px;
				background:url(../images/sprite-icons-services.png);
				text-indent: -9999px;
				margin-top: 20px;
				border-right: dotted 1px #999;
			}
			.pic-box li:last-child{border-right: none;}
			.pic-box li[title*='mantas']{background-position: 0 -35px;}
			.pic-box li[title*='auxiliar']{background-position: -45px -35px;}
			.pic-box li[title*='dvd']{background-position: -90px -35px;}
			.pic-box li[title*='lectura']{background-position: -135px -35px;}
			.pic-box li[title*='toilette']{background-position: -180px -35px;}
		.description-box{
			float: right;
			width:51.81%;
			font-family: 'museo-300';
		}
			.description-box > h2{
				font-size: 2em;
				color:#9FB63B;
				font-weight: normal;
				padding-bottom:2px;
				margin:0 0 10px;
				color:#9FB63B;
				border-bottom: solid 1px #DFDFDF;
			}
			.description-box > p{
				font-size: 1.4em;
				line-height: 1.3em;
				color:#333333;
			}
			.description-box > p:last-of-type{margin-bottom: 0;}
				.description-box > p span{
					width: 35px; height: 35px;
					background:url(../images/sprite-icons-services.png) -60px 0;
					float: left;
					margin: 0 5px 5px 0;
				}
			.description-box li{
				color:#333;
				font-size: 1.4em;
				margin-bottom: 8px;
				padding-left: 13px;
				position: relative;
			}
				.description-box li::after{
					content:'';
					width: 5px; height: 5px;
					background-color: #9EB339;
					border-radius: 50%;
					position: absolute;
					left:0; top:5px;
				}



	/*================*/
	/* F.A.Q. */
	/*================*/
	.faq-btns{min-height: 40px; margin:40px 0; width: 100%;}
		.faq-btns li{
			width: 20%;
			float: left;
			display:table;
			height: 40px;
			border: solid 1px #9AC605;
			border-right: none;
			
		}
		.faq-btns li[data-width='w25']{width: 25%;}
		.faq-btns li:first-child{border-radius: 12px 0 0 12px;}
		.faq-btns li:first-child a{border-radius: 10px 0 0 10px;}
		.faq-btns li:last-child a{border-radius:0 10px 10px 0;}
		.faq-btns li:last-child{
			border-right:solid 1px #9AC605; 
			border-radius: 0 12px 12px 0;
		}
			.faq-btns li a{
				display: table-cell;
				width: 100%;
				vertical-align: middle;
				font-size: 1.4em;
				color:#333333;
				text-align: center;
				background-color: #FFF;
			}
			.faq-btns li a:hover, .faq-btns li.active a{
				color:#fff;
				position: relative;
				background: #d9d9d9; /* Old browsers */
				background: -moz-linear-gradient(top,  #d9d9d9 0%, #999999 100%); /* FF3.6+ */
				background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d9d9d9), color-stop(100%,#999999)); /* Chrome,Safari4+ */
				background: -webkit-linear-gradient(top,  #d9d9d9 0%,#999999 100%); /* Chrome10+,Safari5.1+ */
				background: -o-linear-gradient(top,  #d9d9d9 0%,#999999 100%); /* Opera 11.10+ */
				background: -ms-linear-gradient(top,  #d9d9d9 0%,#999999 100%); /* IE10+ */
				background: linear-gradient(to bottom,  #d9d9d9 0%,#999999 100%); /* W3C */
				filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9d9d9', endColorstr='#999999',GradientType=0 ); /* IE6-9 */
			}
			.faq-btns li a:hover::before, .faq-btns li.active a::before{
				content:'';
				border-style: solid;
				border-width: 8px;
				border-color: #999999 transparent transparent transparent;
				position: absolute;
				left:50%; bottom:-15px; margin-left: -8px;
			}

		.form-iframe{
			width: 100%;
			display: block;
			border:none;
			overflow: auto;
		}

	.question-box{margin-bottom: 15px;}
		.question-btn{display:table; width: 100%;}
		.question-btn:hover, .question-btn.active{
			opacity:.7; 
			cursor: pointer;
			box-shadow: 0 0 5px rgba(154,198,5,.9);
		}
			.question-btn > div{display:table-cell; vertical-align: middle;}
				.question-number{
					width: 6.89%;
					background-color: #9AC605;
					color:#FFF;
					font-size: 1.8em;
					text-align: center;
					height:40px;
				}
				.question-text{
					width: 93.10%;
					background-color: #F4F2F3;
					padding-left: 10px;
					position: relative;
				}
				.question-text::after{
					content:url(../images/bg-question-arrow.png);
					position: absolute;
					right:10px; top:50%;
					margin-top: -5px;
				}
					.question-text h2{font-weight: normal; color:#333; margin: 0;}
		[class*='question-answer-']{padding-left: 6.89%; display: none;}
			[class*='question-answer-'] p{
				font-size: 1.5em;
				line-height: 1.3em;
				color:#333333;
			}
				[class*='question-answer-'] p a{color:#9AC605;}
				[class*='question-answer-'] p a:visited{color:#400080;}
				[class*='question-answer-'] p a:hover{color:#999999 !important; border-bottom: dotted 1px #999;}
			[class*='question-answer-'] img{display: block; width: 100%;}
			[class*='question-answer-'] ol{margin:15px 0;}
			[class*='question-answer-'] ol li, .main-content ol li{
				list-style-type: square;
				font-size: 1.5em;
				line-height: 1.3em;
				color:#333333;
				margin-bottom:10px;
			}


	

	/*================*/
	/* FORMULARIOS */
	/*================*/
	.main-content form{
		display: block;
		overflow: hidden;
		position: relative;
		margin-top:30px;
	}
	.main-content form h2{
		background-color: #F4F2F3;
		color:#333333;
		font-size: 1.6em;
		font-weight: normal;
		line-height: 37px;
		padding-left: 20px;
		clear:both;
		position: relative;
	}
	.main-content form h2::after{
		content:url(../images/bg-icon-subtitle-form.png);
		position: absolute;
		right:0; top:0;
	}
	.main-content form h2.back::after{content:url(../images/bg-icon-subtitle-form-back.png);}
	.main-content form > p{font:normal 1.5em/1.35em 'museo-300';color:#333333;}
	.rotulo{
		float: left;
		width:46.55%;
		margin-bottom: 25px;
	}
	.rotulo.right{float: right;}
	.rotulo.full{float: none; display: block; width: 100%;}
	.rotulo.w33{width: 33%; min-height: 150px;}
		.rotulo span, .rotulo label{
			font-size: 1.5em;
			color:#999999;
			display: block;
			margin-bottom: 5px;
		}
		.rotulo label{font-size: 1.4em;}
		.rotulo label input{margin-right: 5px; position: relative; top:2px;}
		input[data-width], .rotulo textarea{
			height: 32px;
			border:solid 1px #9AC605;
			padding:0 2%;
			font-size: 1.3em;
			margin: 0;
			color:#999999;
		}
		input[data-width]:focus, .rotulo textarea:focus{background-color: #F4F2F3; color:#000;}
		input[data-width='full']{width: 100%;}
		input[data-width='2/4']{width: 33.33%; margin-right:2.5%;}
		input[data-width='3/4']{width: 62.96%;}
		.rotulo textarea{
			width: 100%;
			height: 120px;
			padding: 10px;
			overflow: hidden;
			resize: vertical;
		}

	.btn-send{
		float: right;
		background-color: #3E4141;
		width: 130px;
		height: 35px;
		border:none;
		color:#fff;
		font-size: 1.8em;
		font-family: 'museo-300';
		border-radius: 8px;
		margin-top:10px;
	}
	.btn-send:hover{background-color:#9AC605}


		/*====== SELECT-BOX ======*/
		.select-box{
			width:100%; height:32px;
			border:solid 1px #9AC605;
			position:relative;
			background:url(../images/bg-arrows-select.png) no-repeat right top #FFF;
			white-space:nowrap;		
		}
		.select-box:hover{background-position: right bottom; background-color: #F4F2F3;}
		.select-box:hover .box{color:#000;}
		.select-box .box{
			position: absolute;
			left:0;	top:0;
			width:100%; height:100%;
			overflow: hidden;
			padding:0 15px;
			line-height: 32px;
			font-size: 1.3em;
			font-style: italic;
			color:#999999;
		}
		.select-box select{
			position: absolute;
			left:0;	top:0;
			width:100%; height: 100%;
			cursor: pointer;
			z-index:100;
			opacity:0;
			font-size: 1.3em;
		}



	/*================*/
	/* IMAGEN-TIPO-PROMO */
	/*================*/
	.promos li{
		width: 45%;
		float: left;
		margin:0 2.5% 20px;
	}
		.promos li img{width: 100%;}



	/*================*/
	/* GALERÍA */
	/*================*/
	.gallery-thumbs{overflow: hidden;}
	.gallery-thumbs li{
		float: left;
		position: relative;
		line-height: 0;
		width: 31.03%;
		margin:0 1.15% 30px;
		overflow: hidden;
		background-color: #000;
	}
		.gallery-thumbs li a{display: block; width: 100%; height: 100%;}
			.gallery-thumbs li a img{
				display: block; 
				width: 100%; height:auto; 
				transition:.3s; -webkit-transition:.3s;
			}
			.gallery-thumbs li:hover a img{
				transform:scale(1.2);
				-ms-transform:scale(1.2);
				-webkit-transform:scale(1.2);
				opacity:.5;
			}
			.gallery-thumbs li a span{
				display: block;
				width: 45px; height: 45px;
				background: url(../images/icon-enlarge.png);
				position: absolute;
				z-index: 10;
				opacity:.8;
				left:50%; top:50%;
				margin:-22px 0 0 -22px;
				transform:scale(0);
				-ms-transform:scale(0);
				-webkit-transform:scale(0);
				transition:.3s; -webkit-transition:.3s;
			}
			.gallery-thumbs li:hover a span{
				transform:scale(1);
				-ms-transform:scale(1);
				-webkit-transform:scale(1);
			}


	/*================*/
	/* PUNTOS-DE-VENTA */
	/*================*/

	.filter{width: 90%; margin:0 auto 20px;}
		.filter h2{
			color:#999999;
			font-size: 1.4em;
			font-weight: normal;
			font-family: 'museo-500';
			text-align: center;
			line-height: 35px;
			text-transform: uppercase;
			margin: 0;
		}
		.filter select{
			float: left;
			font-size: 1.6em;
			color:#333;
			height:35px;
			width:48%;
			padding:0 5px;
			border-radius: 4px;
			border: none;	
			background-color: #E7E1DD;
			box-shadow: 1px 1px 0 0 #CCCCCC; -webkit-box-shadow: 1px 1px 0 0 #CCCCCC;
			appearance:normal;
			-moz-appearance:normal;
			-webkit-appearance:normal;
		}
		.filter select + select{float: right;}
	
	.table{
		display: table; width: 100%;
		border-right: solid 1px #CCC;
		border-bottom: solid 1px #CCC;
	}
		.title-sale-point{
			background-color: #333;
			color:#fff;
			font-size: 1.5em;
			font-weight: normal;
			margin: 0;
			text-align: center;
			padding: 5px;
			border:none;
			border-right: solid 1px #FFF;
		}
		.table-row{display: table-row;}
		.table-cell{
			width: 50%;
			display: table-cell;
			vertical-align: top;
			border-top: solid 1px #ccc;
			border-left: solid 1px #ccc;
			padding-bottom: 10px;
		}
			.table-cell h3{
				background-color: #9AC605;
				color:#FFF;
				padding: 10px;
				font-size: 1.6em;
				font-family: 'museo-300';
				font-weight: normal;
				margin: 0 0 10px;
			}
			.table-cell p{
				font-size: 1.4em;
				line-height: 1.3em;
				color:#999;
				padding:2px 10px;
				margin: 0 !important;
			}
				.table-cell p strong{font-weight: normal; font-family: 'museo-500';}
				.table-cell p a{color:#9AC605; word-break: break-all;}
				.table-cell p a:visited{color:#400080;}
				.table-cell p a:hover{color:#999999 !important; border-bottom: dotted 1px #999;}


/*================*/
/* GEOLOCALIZADOS */
/*================*/
.input-box {
  border-radius: 10px;
  border: solid 1px #075033;
  padding: 3.33%;
  padding-bottom: 0;
}
.input-box label {
  float: left;
  width: 44.65%;
  margin-bottom: 20px;
  position: relative;
}
.input-box label:nth-child(2n) {
  float: right;
}
.input-box label span {
  position: absolute;
  width: 20px;
  height: 25px;
  background: url(../images/sprite-icons-geo.png);
  right: 5px;
  bottom: 5px;
}
.input-box strong {
  font-weight: normal;
  color: #212121;
  display: block;
  font-size: 1.5em;
  margin-bottom: 6px;
}
.input-box input[type='text'],
.input-box select {
  display: block;
  width: 100%;
  height: 35px;
  border-radius: 7px;
  background-color: #EEEEEE;
  padding: 0 1em;
  font-size: 1.5em;
  border: none;
  box-shadow: 1px 1px 0 1px #BEBEBE;
}
.input-box input[type='text']:focus,
.input-box select:focus {
  background-color: #C4C4C4;
  color: #fff;
}
.input-box input[type='text']:focus + span,
.input-box select:focus + span {
  background-position: 0 -25px;
}
.input-box button {
  border: none;
  float: left;
  border-radius: 7px;
  width: 46%;
  padding: .6em 0;
  background-color: #3E4141;
  font-size: 1.7em;
  color: #FFF;
}
.input-box button + button {
  float: right;
}
.input-box button:hover {
  background-color: #075033;
}
.input-box button em {
  display: inline-block;
  width: 15px;
  height: 15px;
  background: url(../images/sprite-icons-geo.png) -20px 0;
  margin-left: 5px;
}
.geo-results {
  display: table;
  width: 100%;
  margin-top: 50px;
}
.title-geo {
  border-radius: 10px 10px 0 0;
  width: 100%;
  padding: 0 3.33%;
  height: 60px;
  display: table-cell;
  vertical-align: middle;
  background: #E7E7E7;
  background: -webkit-linear-gradient(top, #e7e7e7 0%, #f9f9f9 100%);
  background: linear-gradient(to bottom, #e7e7e7 0%, #f9f9f9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E7E7E7', endColorstr='#F9F9F9', GradientType=0);
}
.title-geo p {
  display: inline-block;
  font-size: 1.5em;
  margin: 0;
  color: #666666;
  font-style: italic;
}
.icon-geo {
  display: inline-block;
  width: 25px;
  height: 35px;
  background: url(../images/sprite-icons-geo.png) -20px -15px;
  float: left;
  margin-right: 5px;
}
.icon-brand {
  display: inline-block;
  width: 35px;
  height: 30px;
  background-color: #075033;
  text-align: center;
  color: #FFF;
  font: italic normal 1.5em/30px 'museo-500';
  border-radius: 5px;
  margin: 0 5px 0 40px;
  position: relative;
}
.icon-brand::after {
  content: '';
  border-style: solid;
  border-width: 5px;
  border-color: #075033 transparent transparent transparent;
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin-left: -5px;
}
.map-geo-results {
  position: relative;
  padding-top: 66.66%;
}
.map-geo-results iframe {
  border: none;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
input[type='range'] {
  -webkit-appearance: none;
  width: 100%;
  height: 15px;
  border-radius: 8px;
  background: transparent;
  font-size: 1em;
  cursor: pointer;
}
input[type='range']::-webkit-slider-runnable-track {
  -webkit-appearance: none;
  height: 15px;
  border-radius: 6px;
  background: #fff;
  border: solid 1px #A7A7A7;
}
input[type='range']::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: solid 1px #686866;
  padding: 0;
  width: 20px;
  height: 20px;
  border-radius: 5px;
  background-color: #EEEEEE;
  border: solid 1px #B5B5B5;
  margin-top: -3px;
}
input[type='range']::-moz-range-track {
  height: 15px;
  border-radius: 6px;
  background: #fff;
  border: solid 1px #A7A7A7;
}
input[type='range']::-moz-range-thumb {
  -webkit-appearance: none;
  border: solid 1px #686866;
  padding: 0;
  width: 20px;
  height: 20px;
  border-radius: 5px;
  background-color: #EEEEEE;
  border: solid 1px #B5B5B5;
  margin-top: -3px;
  cursor: ew-resize;
}
input[type='range']::-ms-track {
  height: 15px;
  border-radius: 6px;
  background: #fff;
  border: solid 1px #A7A7A7;
}
input[type='range']::-ms-thumb {
  border: solid 1px #686866;
  padding: 0;
  width: 20px;
  height: 20px;
  border-radius: 5px;
  background-color: #EEEEEE;
  border: solid 1px #B5B5B5;
  margin-top: -3px;
}



  /*********************************************************************************/
 /*==============================      $MEDIA-QUERIES    =========================*/
/*********************************************************************************/
@media screen and (max-width:1024px) {
	/*HEADER*/
	.main-menu{width: 92%;}
	.submenu-2{
		right:-85%; 
		padding-left: 0;
	}

	/*BANNER*/
	.main-banner > ul li{padding-top:34.5%;} /*<- WACTHOUT*/

	/*FOOTER*/
	#register button{position: absolute;}
	.col-3 ul li:first-child{
		float: none;
		text-align: left;
		margin-bottom: 10px;
	}
	.col-3 ul li:not([title]){margin:0 10px 20px 0;}
	.col-3 ul li:not([title]):hover{transform:rotate(0); -webkit-transform:rotate(0);}

	/*INTERNAS*/
	.share-box > span{max-width: 100px; padding:5px 0;}
	.share-box > .share-buttons{margin-top:12px;}
}







@media screen and (max-width:960px) {
	.pic-box a{display: block; width: 100%; margin-bottom: 10px;}
	.search-box form.iframe{padding-top:115%;}
}







@media screen and (max-width:890px) {
	/*HEADER*/
	.main-menu{display: table;}
	.main-menu > li{display:table-cell; vertical-align: middle; float: none;}
	.main-menu > li > a{line-height:1.2em; padding:0 5px;}
	.main-menu > li > a > span{
		display: block; 
		width: 28px; height: 28px; 
		margin:auto;
		padding: 0;
	}
	.main-menu > li > a > span::before{left:0; top:0;}
	.submenu > li > a, .submenu-2 > li > a{padding-left:7px;}
	.social-buttons{margin-top:15px;}

	/*BUSCADOR*/
	.select-search em{display:none;}
	.select-search span{display: block; top:0; margin:0 auto;}
	.select-search.hotel span{margin-right:auto;}
	.copy-bus-plus img{float: none; display:block; margin:auto;}
	.copy-bus-plus p{
		float: none;
		width: 100%;
		margin-bottom: 10px;
		text-align: center;
		border-right: none;
		padding-right:0;
	}
	/*FOOTER*/
	.footer-wrap{width:97%;}

	/*INTERNAS*/
	.rotulo.w33{width: 50%;}
	.question-text{padding:10px 30px 10px 15px;}
}





@media screen and (max-width:840px) {
	/*HOME*/
	.accesos li{
		float: none;
		width: 100%;
		height:auto;
		min-height: 0;
		margin-bottom: 20px;
	}
	.accesos li:nth-child(2){margin:0 0 20px;}
	.box-banner-chat{position: relative;}
	.box-banner-chat figure{position: absolute; right:0; bottom:0;}
	.vip-destinations ul{width:97%;}
	.vip-destinations li > div a::after{content:none;}

	/*BUSCADOR*/
	.search-box form label.short{width:100%; float: none;}
	.search-box form label.short.right{float:none;}
	.search-box form.iframe{padding-top:115%;}
	.search-box form.iframe iframe{overflow: hidden;}

	/*INTERNAS*/
	.wrapper.internas, .wrapper{width: 98.5%;}
	.bread-crumbs {float: none; overflow: hidden;}
	.bread-crumbs + .share-buttons{float:none; margin-top:10px !important;}
	input[data-width='2/4']{width: 20%; margin-right:0;}
	input[data-width='3/4']{width: 80%; margin-left: -4px;}
}



@media screen and (max-width:770px) {
	/*HOME*/
	.box-banner-chat{padding-bottom:10px;}
	.vip-destinations {padding-bottom:0;}
	.vip-destinations li{width: 33.33%;	margin-right: 8.33%; margin-left: 8.33%; margin-bottom: 30px;}
	.vip-destinations li:nth-child(4){margin-right:8.33%;}
	.text-box-discounts, .banner-discounts{padding-bottom: 20px;}
	.text-box-discounts figure{display: none;}

	/*BUSCADOR*/
	.search-box form.iframe{padding-top:135%;}
	.search-box form.iframe iframe{overflow: hidden !important;}

	/*HEADER*/
	.main-menu{width: 100%; max-width: 100%;}
	.main-menu > li > a > span{display: none;}
	.submenu > li, .submenu-2 > li{line-height: 1.3em; height:auto;}
	.submenu > li > a, .submenu-2 > li > a{padding:7px 20px 7px 10px;}
	.social-buttons {
		position: absolute; 
		right:5px; 
		padding:2px 0;
		bottom:-30px; 
		background-color: #3E4141;
		border-top: solid 1px #666;
		box-sizing: content-box;
	}

	/*INTERNAS*/
	.pic-box{float: none; width: 100%;}
	.pic-box img{width: 80%; margin:0 auto 10px;}
	.pic-box a{width:48%; float: left;}
	.description-box{float: none; width: 100%; margin-top: 20px;}
	.description-box h2{
		text-align: center; 		
		border-top:dashed 1px #9AC605;
		border-bottom:dashed 1px #9AC605;
		padding:5px;
	}
	.share-box > span{width: 100%; display: block; text-align: center; max-width: 100%}
	.share-box > .share-buttons{
		float: none;
		width: 300px;
		margin:0 auto 5px;
	}
}



@media screen and (max-width:700px) {
	/*HOME*/
	.banner-box{float: none; width: 100%;}
	.slider{display: none;}
	#home.wrapper{border-radius: 10px; background-color: #FFF; padding:0 10px;}
	.accesos{float: left; width: 100%; clear:both; margin-top: 10px;}
	.copy-box{float: none; width: 100%; border-right: none;}
	.box-banner-chat{float: none; width: 100%; padding-bottom: 0; margin-top: 30px;}
	.box-banner-chat figure{position:static;}
	.welcome-box{float: none; width: 100%;}
	.welcome-image{display: none;}

	/*BUSCADOR*/
	.search-box{width: 100%; margin: 10px 0 30px;}
	.search-box form.iframe{padding-top:50%;}
	#btn-open-searchbox{display: none;}
	.search-box form label.short{width: 48%; float: left;}
	.search-box form label.short.right{float: right;}
	.select-search em{display:inline-block;}
	.select-search span{display: inline-block; top:5px; margin-right: 5px;}
	.select-search.hotel span{margin-right:5px;}
	
	

	/*INTERNAS*/
	.wrapper.internas{padding:0 10px 80px;}
	.main-content{
		float: none;
		width: 100%;
	}
}





@media screen and (max-width:640px) {
	/*HOME*/
	.box-banner-chat{width: 98%; margin:30px auto 0;}
	.box-banner-chat figure{display: none;}
	.box-banner-chat div{float: none; width: 95%; padding:20px 0; margin: 0 auto;}
	.text-box-discounts div{
		width: 90%;
		position: static;
		text-align: left;
		float: none;
	}

	/*BUSCADOR*/
	.search-box form.iframe{padding-top:60%;}

	/*HEADER*/
	.header-wrap > figure{
		float: none;
		width:100%;
		max-width: 395px;
		margin:25px auto;
	}
	.header-wrap > div{
		margin:0 auto 20px;
		float: none;
		width: 365px;
		min-height: 40px;
	}
	.header-wrap > div h2{float: none;}
	.header-wrap > div a{display: none;}

	.social-buttons{display: none;}
	nav{display: none; clear: both;}
	.main-menu {display: block;}
	.main-menu > li{
		float: none;
		display: block;
		width: 100%;
		height:auto;
		min-height: 0;
		border-right: none;
		border-left: none;
		text-align: left;
	}
	.main-menu > li:first-child > a{border-top: none;}
	.main-menu > li:last-child > a{border-bottom: none;}
	.main-menu > li > a{
		line-height: 40px;
		padding: 0;
		border-top: solid 1px #666666;
		border-bottom: solid 1px #272727;
	}
	.main-menu > li > a > span{display: inline-block; top:9px; margin-right: 5px;}
	.submenu, .submenu-2{
		position: static;
		width: 98%;
		padding: 0;
		border-left: solid 1px #272727;
		border-right: solid 1px #272727;
		margin-left: 2%;
	}
	.submenu-2{margin-left: 0; border-left: none; width: 100%;}
	.submenu > li > a{padding-left: 20px;}
	.submenu > li > a::before, .submenu-2 > li > a::before{content:'•';	margin-right: 5px;}
	.submenu-2 > li > a{margin-left:35px; border-left: solid 1px #666;}
	#boton-menu{display:block;}


	/*FOOTER*/
	.col-1, .col-2, .col-3{float: none; width: 90%; margin:0 auto 30px;}
	.col-2{margin-left:auto;}
	.col-3{
		border-left: solid 1px #fff;
		padding-left:2em;
		position: relative;
	}
	.col-3::before{
		content:'';
		width: 1px;
		height: 100%;
		position: absolute;
		left:0; top:0;
		background-color: #6DA73F;
	}
}





@media screen and (max-width:530px) {
	/*HOME*/
	.vip-destinations{overflow: hidden;}
	.vip-destinations li{
		float: none;
		width: 90%;
		margin-right: auto; margin-left: auto;
		margin-top:0;  margin-bottom:30px;
	}
	.vip-destinations li:nth-child(4){margin-right: auto;}
	.text-box-discounts, .banner-discounts{float: none; width: 100%;}
	.text-box-discounts{padding-bottom: 0;}

	/*BUSCADOR*/
	.search-box form.iframe{padding-top:85%;}

	/*INTERNAS*/
	.bread-crumbs {margin-top:30px;}
	.bread-crumbs + .share-buttons{display: none;}
}




@media screen and (max-width:430px) {
	/*BUSCADOR*/
	.select-search em{font-size: .9rem;}	
	.search-box form.iframe{padding-top:105%;}
	.search-box form.iframe iframe{overflow: hidden;}
	
	/*INTERNAS*/
	.rotulo, .rotulo.right{float: none; display: block; margin-bottom: 20px; width: 100%;}
	.rotulo.w33{float: left; width: 45%;}
	.rotulo.w33:nth-of-type(2n+2){margin-left: 5%;}
	.table{display: block; border:none; border-bottom: solid 1px #ccc;}
	.table-row{display: block;}
	.table-cell{
		width:100%;
		display: block;
		border-top:none;
		border-left: solid 1px #ccc;
		border-right: solid 1px #ccc;
	}
}




@media screen and (max-width:330px) {
	/*BUSCADOR*/
	.search-box form.iframe{padding-top:120%;}

	.faq-btns li a{font-size: 1.1em;}
}