/*--TIPOGRAFIAS--*/

@import url('social_ico.css');

@font-face {
	font-family: 'bebas-neue';
	src: url('../fonts/bebas-neue/BebasNeue.eot?') format('eot'), 
	     url('../fonts/bebas-neue/BebasNeue.woff') format('woff'), 
	     url('../fonts/bebas-neue/BebasNeue.ttf')  format('truetype'),
	     url('../fonts/bebas-neue/BebasNeue.svg#bebas-neue') format('svg');
}

@font-face {
	font-family: 'helvetica';
	src: url('../fonts/helvetica/helvetica.eot?') format('eot'), 
	     url('../fonts/helvetica/helvetica.woff') format('woff'), 
	     url('../fonts/helvetica/helvetica.ttf')  format('truetype'),
	     url('../fonts/helvetica/helvetica.svg#helvetica') format('svg');
}

/*------- GENERAL -------*/
body, html, h1, h2, h3, h4, h5, h6, p, a, ul, ol, li, img{ margin: 0; padding: 0; border: none;}
h1, h2, h3, h4, h5, h6, p, a{ -webkit-font-smoothing: antialiased; font-weight: normal;}
img{display: block;}
html, body{height: 100%;}
body{ background-color: rgba(55,55,55,0.97);}
a{ text-decoration: none; }
h1, h2, h3, h4, h5, h6, p, a, li, label, input, textarea, td{color: #fff;font-family: 'bebas-neue'; letter-spacing: 1px; }
h1{ font-size: 50px; }
h2{ font-size: 44px; }
h3{ font-size: 34px; }

p{
    font-size: 20px;
    line-height: 20px;
}

input, textarea{
    border: none;
}

input:focus,
select:focus{
    border: none;
}

ul,ol{
    list-style: none;
}

a, input, select, textarea{
    transition: all 200ms ease-in-out;
    -webkit-transition: all 200ms ease-in-out;
    outline: 0;
}

.clickZone {
	cursor: pointer;	
}

/*-- Mantiene footer abajo --*/
#wrapper{
    min-height: 100%;
    position: relative;
    padding-top: 142px;
}

#inner{
    padding-bottom: 243px; /*Altura del footer*/
	/*padding-bottom:260px;*/
    width: 100%;
    overflow: hidden;
}

#inner.bg_blanco{
	background-color: #fff;
}

/*------- CLEAR -------*/
/* IE6 */
* html .clearfix{ height: 1%; overflow: visible;}
/* IE7 */
*+html .clearfix{ min-height: 1%;}
/* Los otros */
.clearfix:after{clear: both; content: "."; display: block; height: 0; visibility: hidden; font-size: 0;}
.clear{ clear: both;}

/*Clases Útiles*/
.ultimo{margin-right: 0px !important; padding-right: 0px !important; border: none !important;}
.primero{margin-left: 0px !important; padding-left: 0px !important; border: none !important;}

.flota_der{float: right;}
.flota_izq{float: left;}

.fade{
	opacity:0;
	transition: all 700ms ease-out;
	-webkit-transition: all 700ms ease-out;
	-moz-transition: all 700ms ease-out;
	-o-transition: all 700ms ease-out;
	-ms-transition: all 700ms ease-out;
	transform: translateY(200px);
	-webkit-transform: translateY(100px);
	-moz-transform: translateY(100px);
	-o-transform: translateY(100px);
	-ms-transform: translateY(100px);
}
.fade.mostrar{
	opacity:1;
	transform: translateY(0px);
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-o-transform: translateY(0px);
	-ms-transform: translateY(0px);
}

.btn{
	text-align: center;
	padding: 10px 30px;
	color: #fff;
	font-size: 16px;
	border: 1px solid #fff;
	border-radius: 2px;
	display: inline-block;
	margin-top: 15px;
}

	.btn.gris{
		color: #656565;
		border: 1px solid #656565;
	}

.btn:hover{
	color: #ccc;
	border: 1px solid #ccc;
}

	.btn.gris:hover{
		color: #000;
		border: 1px solid #000;
	}

.col{float: left;}

/*HEADER*/
header{
	width: 100%;
	background-color: rgba(55,55,55,0.97);
	background-color: #373737\9;
	padding: 26px 0px 15px 0px;
	position: fixed;
	z-index: 9999;
	top: 0;
	height: 102px;
	transition: all 400ms ease-out;
	-webkit-transition: all 400ms ease-out;
}

	header.min{
		height: 30px;
		box-shadow: 0px 3px 2px rgba(0,0,0,0.3);
	}

header .wrap{
	width: 995px;
	margin: 0 auto;
	position: relative;
}

header h1{
	width: 212px;
	margin: 0 auto;
	opacity: 1;
	transition: all 400ms ease-out;
	-webkit-transition: all 400ms ease-out;
}

	header.min h1{
		width: 212px;
		margin: -52px auto 0 auto;
		opacity: 0;
		display: none\9;
	}

header #logo_min{
	opacity: 0;
	position: absolute;
	left: -30px;
	bottom: 4px;
	visibility: hidden;
}

	header.min #logo_min{
		bottom: 4px;
		visibility: visible;
		opacity: 1;
		transition: all 400ms ease-out;
		-webkit-transition: all 400ms ease-out;
	}

header nav{
	margin-top: 20px;
	transition: all 400ms ease-out;
	-webkit-transition: all 400ms ease-out;
}

	header.min nav{
		margin-top: 0px;
	}

header nav > ul > li{
	float: left;
	display: inline;
	position: relative;
}

header nav > ul > li > a{
	color: #fff;
	display: block;
	text-align: center;
	font-size: 15px;
	padding: 0px 15px 5px 15px;
}

header nav > ul > li > a.selec{
	color: #ba8748;
}

header nav > ul > li > a::before{
	display: block;
	content: '';
	border-bottom: 1px solid #fff;
	width: 0%;
	margin: 0 auto 3px auto;
	transition: all 400ms ease-in-out;
    -webkit-transition: all 400ms ease-in-out;
}

header nav > ul > li > a::after{
	display: block;
	content: '';
	border-bottom: 1px solid #fff;
	width: 0%;
	margin: 3px auto 0 auto;
	transition: all 400ms ease-in-out;
    -webkit-transition: all 400ms ease-in-out;
}

header nav > ul > li > a:hover::before,
header nav ul li a:hover::after{
	width: 100%;
}

header nav > ul > li > a.selec::before,
header nav > ul > li > a.selec::after{
	width: 100%;
	border-bottom-color: transparent;
}

/*Submenú*/
header nav > ul > li > ul{
	background-color: #fff;
    border-radius: 3px;
    left: 50%;
    margin-left: -81px;
    padding: 10px;
    position: absolute;
    top: 40px;
    width: 150px;
    display: none;
    box-shadow: 1px 1px 0px rgba(55,55,55,0.5);
}

	header nav > ul > li > ul::after{
		position: absolute;
		top: -20px;
		left: 50%;
		width: 0px;
		height: 0px;
		margin-left: -15px;
		border-bottom: 10px solid #fff;
		border-top: 10px solid transparent;
		border-left: 10px solid transparent;
		border-right: 10px solid transparent;
		display: block;
		content: '';
	}

header nav > ul > li > ul > li{
	border-bottom: 1px solid rgba(235,235,235,1);
	margin: 10px 0px;
	padding-bottom: 10px;
}

header nav > ul > li > ul > li:last-child{
	border-bottom: none;
	padding-bottom: 0px;
}

header nav > ul > li > ul > li > a{
	color: #373737;
	display: block;
}

header nav > ul > li > ul > li > a:hover{
	color: #666;
}

/*FOOTER*/
footer{
	position: absolute;
	width: 100%;
	height: 243px;
	/*padding-bottom:260px;*/
	background-color: #201f1f;
	bottom: 0px;
	left: 0px;
	z-index: 99;
}

	footer.fullpage{
		position: fixed;
	}

footer .wrap{
	width: 945px;
	margin: 0 auto;
	position: relative;
}

footer a:hover{
	color: #fff;
}

/*Menu Footer*/
footer ul{
	display: block;
	width: 735px;
	margin: 0 auto;
	padding: 30px 0px 20px 0px;
}

footer ul li{
	float: left;
	display: inline;
	margin-right: 60px;
}

footer ul li a{
	color: #747474;
	font-size: 18px;
}

/*Derechos y condiciones*/
footer p{
	font-size: 12px;
	color: #747474;
	width: 915px;
	margin: 0 auto;
	border-top: 1px solid #302f2f;
	padding-top: 10px;
	text-align:center;
}

footer p a{
	border-left: 1px solid #444343;
	margin-left: 0px;
	padding-left: 10px;
	color: #747474;
}

footer p,
footer p a{
	letter-spacing: 3px;
}

/*Botón Subir*/
footer #subir{
	display: block;
	width: 86px;
	margin: 10px auto 0 auto;
}

footer #certificaciones{
	position: absolute;
  top: 13px;
  right: 20px;
	width: 190px;
	margin: 5px auto;
	padding-left: 20px;
	border-left: 1px solid #302f2f;
}

footer #certificaciones img{
	float: left;
	height: 35px;
}

footer #certificaciones img:first-child{
	margin-right: 20px;
}

/*PRINCIPAL*/
#principal{
	width: 100%;
	min-height: 600px;
	position: relative;
}

/*Slider Principal*/
#principal #slider_principal{
	width: 66%;
	min-height: 600px;
	overflow: hidden;
	float: left;
}

#principal #slider_principal .slide{
	width: 100%;
	height: 600px;
	overflow: hidden;
	position: relative
}

#principal #slider_principal .cycle-pager{
	position: absolute;
	top: 30px;
	right: 30px;
	z-index: 999;
}

#principal #slider_principal .cycle-pager span{
	display: inline-block;
	width: 12px;
	height: 12px;
	background-color: #fff;
	border-radius: 50%;
	text-indent: -10000px;
	color: transparent;
	margin-left: 5px;
}

#principal #slider_principal .cycle-pager span.cycle-pager-active{
	background-color: #ba8748;
}

#principal #slider_principal .slide video{
	position: relative;
	height: 100%;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	z-index: 999;
}

#principal #slider_principal .slide img{
	position: absolute;
	z-index: 1;
	transition: all 400ms ease-out;
	-webkit-transition: all 400ms ease-out;
	transform-origin: center;
	-webkit-transform-origin: center;
	-moz-transform-origin: center;
	-o-transform-origin: center;
	-ms-transform-origin: center;
}

#principal #slider_principal .slide .link{
	position: absolute;
	z-index: 4;
	width: 100%;
	height: 100%;
}

#principal #slider_principal .slide .overlay,
#principal #slider_principal .slide .textos{
	transition: all 400ms ease-out;
	-webkit-transition: all 400ms ease-out;
}

#principal #slider_principal .slide .overlay{
	z-index: 2;
	position: absolute;
	background-color: rgba(0,0,0,0);
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
}

#principal #slider_principal .slide .textos{
	position: absolute;
	z-index: 3;
	right: 50px;
	bottom: 70px;
	width: 640px;
	text-shadow: 1px 1px 0px #000;
}

#principal #slider_principal .slide .textos p{
	font-size: 25px;
	line-height: 30px;
}

#principal #slider_principal .slide .textos::after{
	width: 0px;
	border-bottom: 3px solid #fff;
	content:'';
	display: block;
	margin-top: 10px;
	transition: all 400ms ease-out;
	-webkit-transition: all 400ms ease-out;
}
	
	/*Animación*/
	#principal #slider_principal .slide.animado .overlay{
		background-color: rgba(0,0,0,0.3);
	}

	#principal #slider_principal .slide.animado img{
		transform: scale(1.05);
		-webkit-transform: scale(1.05);
		-moz-transform: scale(1.05);
		-o-transform: scale(1.05);
		-ms-transform: scale(1.05);
	}

	#principal #slider_principal .slide.animado .textos::after{
		width: 640px
	}

	#principal #slider_principal .slide.animado .textos{
		bottom: 120px;
	}

/*Destacados Principales*/
#principal #destacados_principales{
	width: 34%;
	height: 600px;
	float: left;
}

#principal #destacados_principales .destacado{
	width: 100%;
	position: relative;
	height: 50%;
	min-height: 300px;
	overflow: hidden;
	z-index: 1;
}

/*DESTACADOS*/
.destacado{
	width: 100%;
	position: relative;
	height: 50%;
	min-height: 300px;
	overflow: hidden;
	z-index: 1;
}

.destacado .textos,
.destacado .overlay,
.destacado h3,
.destacado p,
.destacado a{
	transition: all 400ms ease-out;
	-webkit-transition: all 400ms ease-out;
}

.destacado img{
	transition: transform 400ms ease-out;
	-webkit-transition: transform 400ms ease-out;
}

.destacado a.link{
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 4;
	width: 100%;
	height: 100%;
	display: block;
}

.destacado .overlay{
	z-index: 2;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background-color: rgba(186,135,72,0);
}

.destacado .textos{
	position: absolute;
	width: 90%;
	height: 20%;
	bottom: 0;
	padding: 5%;
	z-index: 3;
}

.destacado .textos h3{
	font-size: 34px;
}

.destacado .textos h3,
.destacado .textos p{
	text-shadow: 1px 1px 0px #000;
}

.destacado .textos p{
	margin-top: 20px;
	opacity: 0;
}
	/*Animación*/
	.destacado.animado .textos{
		height: 50%;
	}

	.destacado.animado .textos p{
		margin-top: 0px;
		opacity: 1;
	}

	.destacado.animado .overlay{
		background-color: rgba(186,135,72,0.5);
	}

	.destacado.animado img{
	    -ms-transform: scale(1.1);
	    -webkit-transform: scale(1.1);
	    transform: scale(1.1);
	}

/*Vino destacado*/
.destacado.vino{
	background-color: #fff;
}

.destacado.vino .overlay{
	z-index: 2;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background-color: rgba(0,0,0,0);
}

.destacado.vino .textos{
	width: 65%;
	height: 65%;
}

.destacado.vino .textos h3{
	color: #ba8748;
	text-shadow: none;
}

.destacado.vino .textos p{
	color: #fff;
	text-shadow: none;
    margin-top: 0px;
    opacity: 1;
}

.destacado.vino .textos .btn{
	-ms-transform: translateX(30px);
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
    opacity: 0;
}
	
	/*Animación*/
	.destacado.animado.vino .overlay{
		background-color: rgba(0,0,0,0.3);
	}

	.destacado.animado.vino .textos p,
	.destacado.animado.vino .textos .btn{
		-ms-transform: translateX(0px);
	    -webkit-transform: translateX(0px);
	    transform: translateX(0px);
	    opacity: 1;
	}

/*VINCULOS*/
#vinculos{
	width: 100%;
	overflow: hidden;
}

#vinculos .vinculo{
	height: 256px;
}

#vinculos.tres .vinculo{
	width: 33%;
	overflow: hidden;
	float: left;
	position: relative;
	background-color: #000;
}

#vinculos.tres .vinculo:last-child{
	width: 67%;
}

#vinculos.dos .vinculo{
	width: 50%;
	overflow: hidden;
	float: left;
	position: relative;
	background-color: #000;
}

#vinculos .vinculo .textos{
	transition: all 400ms ease-out;
	-webkit-transition: all 400ms ease-out;
}

#vinculos .vinculo img{
	transition: transform 400ms ease-out, opacity 400ms ease-out;
	-webkit-transition: -webkit-transform 400ms ease-out, opacity 400ms ease-out;
}

#vinculos .vinculo:first-child img{
	opacity: 0.8;
}

#vinculos .vinculo a{
	position: absolute;
	z-index: 3;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
}

#vinculos .vinculo .textos{
	position: absolute;
	right: 20px;
	bottom: 20px;
	z-index: 2;
	width: 70%;
}

#vinculos .vinculo.full .textos{
	width: 50%;
	right: 0px;
	-webkit-transform: translateX(-50%);
}

#vinculos .vinculo .overlay{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1
}

#vinculos .vinculo .textos h3{
	line-height: 30px;
}

#vinculos .vinculo .textos.grande h3{
	font-size: 50px;
	line-height: 60px;
}

#vinculos .vinculo img{
	position: relative;
	z-index: 1;
}

#vinculos .vinculo #mapa{
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
}

#vinculos .vinculo.animado .textos{
	transform: translateX(-30px);
	-webkit-transform: translateX(-30px);
}

#vinculos .vinculo.full.animado .textos{
	transform: translateX(-50%) !important;
	-webkit-transform: translateX(-50%) !important;
}

#vinculos .vinculo.animado > img{
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	opacity: 0.5
}

.idioma_en {
	background-image: url(../images/general/uk.gif);
	background-repeat: no-repeat;
	padding-left: 36px;
}

.idioma_es {
	background-image: url(../images/general/spain.gif);
	background-repeat: no-repeat;
	padding-left: 36px;
}

#video_movil{
	display: none;
	width: 100%;
}

@media all and (max-width: 1024px){
	header nav > ul > li > a{
		padding: 0px 8px 5px 8px;
	}

	#video_movil{
		display: block;
		border-top: 15px solid #FFF;
		border-bottom: 15px solid #FFF;
	}
}