
@font-face {
	font-family: 'FuturaStd-Book';
	src: url("fonts/FuturaStd-Book.eot");
	src: url("fonts/FuturaStd-Book.eot?#iefix") format("embedded-opentype"), url("fonts/FuturaStd-Book.ttf") format("truetype"), url("fonts/FuturaStd-Book.woff") format("woff");
	font-weight: normal;
	font-style: normal; }
  
  @font-face {
	font-family: 'FuturaStd-Heavy';
	src: url("fonts/FuturaStd-Heavy.eot");
	src: url("fonts/FuturaStd-Heavy.eot?#iefix") format("embedded-opentype"), url("fonts/FuturaStd-Heavy.ttf") format("truetype"), url("fonts/FuturaStd-Heavy.woff") format("woff");
	font-weight: normal;
	font-style: normal; }
  
  @font-face {
	font-family: 'FuturaStd-Light';
	src: url("fonts/FuturaStd-Light.eot");
	src: url("fonts/FuturaStd-Light.eot?#iefix") format("embedded-opentype"), url("fonts/FuturaStd-Light.ttf") format("truetype"), url("fonts/FuturaStd-Light.woff") format("woff");
	font-weight: normal;
	font-style: normal; 
  }
  @font-face {
  font-family: 'PsychoKiller';
  src: url("/css/fonts/PsychoKiller.eot");
  src: url("/css/fonts/PsychoKiller.eot?#iefix") format("embedded-opentype"), url("/css/fonts/PsychoKiller.ttf") format("truetype"), url("/css/fonts/PsychoKiller.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

#loadiv {
	position: absolute;	
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-color: #fafbf1;
	z-index: 10000;
}

#loadiv span{
	/* position: absolute;
	left: 50%;
	top: 41%;

	font-family: 'FuturaStd-Book';
	margin-left: -70px;

	font-size: 18px; */
	position: absolute;
	top: 50% ;
	width: 100%;

	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	margin: 0 auto;
	text-align: center;
	font-size: 36px;
	font-family: 'FuturaStd-Heavy';
	color: #3b3b37;
}

body{
	-webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-stroke: 0.45px rgba(0, 0, 0, 0.1);
  line-height: 1.2;

  overflow-x: hidden;
}

		/*

			CSS MENU

		*/

.ico_flecha{fill:#000000;}

#txtblanco
{
	display: none;
}
#yyablanca{
	display: none;
}
#BGmenu {
	position:fixed;
	background-color: aliceblue;

	width: 100%;
	height: 20px;

	z-index: 100;
	
	display: none;
	}

#menu {
	position:fixed;
	background-color: aliceblue;

	width: 100%;
	height: 20px;

	z-index: 101;

	display: none;
	}

/*
	Abre la seccion portada
*/
#sec0 {
	position:absolute;
	cursor:pointer;
	}

/*
	Abre la seccion mnn
*/
#sec1 {
	position:absolute;
	cursor:pointer;
	}

/*
	Abre la seccion leads
*/
#sec2 {
	position:absolute;
	cursor:pointer;
	}

/*
	Abre la seccion interactivo
*/
#sec3 {
	position:absolute;
	cursor:pointer;
	}



/*

	CSS contenido

*/

#contenido {
	position: relative;
	width: 100%;
	/* height:auto; */
	height: 100vh;
	margin: 0 auto;
	background-color: #fafbf1;
}


#contenido:after {
    content: '';
    display: block;
    clear: both;
}


.capa_cookies {
	/* display: none; */
	display: block;
	position: fixed;
	bottom: 0px;
	left: 0px;
	z-index: 100;
	width: 100%;
	background: #1e1e1e;
	color: #fafbf1;
	font-family: 'FuturaStd-Light', sans-serif;
	font-style: normal;
	line-height: 1.2;
	padding: 20px; }
	.capa_cookies:after {
		content: "";
		display: table;
		clear: both; }
	.capa_cookies .cont-cookies {
		position: relative;
		text-align: center;
		width: 100%;
		max-width: 1540px;
		margin: 0 auto; }
		.capa_cookies .cont-cookies:after {
		content: "";
		display: table;
		clear: both; }
		.capa_cookies .cont-cookies .texto_leg {
		width: 60%;
		float: left; }
		@media only screen and (max-width: 768px) {
			.capa_cookies .cont-cookies .texto_leg {
			width: 90%; } }
		@media only screen and (max-width: 768px) and (orientation: landscape) {
			.capa_cookies .cont-cookies .texto_leg {
			width: 100%; } }
		.capa_cookies .cont-cookies .texto_leg p {
			width: 98%;
			color: #fafbf1;
			font-size: 12px;
			cursor: pointer;
			text-align: left;
			padding-top: 2px;
			margin: 0px auto; }
			@media only screen and (max-width: 768px) and (orientation: landscape) {
			.capa_cookies .cont-cookies .texto_leg p {
				font-size: 6px; } }
			.capa_cookies .cont-cookies .texto_leg p:first-child {
			padding-top: 0px; }
			.capa_cookies .cont-cookies .texto_leg p .enlace_po_coo {
			color: #fafbf1;
			font-size: 12px;
			text-decoration: underline;
			-webkit-transition: opacity 0.1s ease-out;
			-moz-transition: opacity 0.1s ease-out;
			-o-transition: opacity 0.1s ease-out;
			transition: opacity 0.1s ease-out;
			/* ease-out */
			-webkit-transition-timing-function: ease-out;
			-moz-transition-timing-function: ease-out;
			-o-transition-timing-function: ease-out;
			transition-timing-function: ease-out;
			/* ease-out */ }
			@media only screen and (max-width: 768px) and (orientation: landscape) {
				.capa_cookies .cont-cookies .texto_leg p .enlace_po_coo {
				font-size: 6px; } }
			.capa_cookies .cont-cookies .texto_leg p .enlace_po_coo:hover {
				opacity: .5; }
		.capa_cookies .cont-cookies .botones {
		width: 35%;
		float: left;
		margin-right: 10px; }
		@media only screen and (max-width: 768px) {
			.capa_cookies .cont-cookies .botones {
			width: 90%;
			margin: 20px auto 0px auto;
			float: left;
			margin-right: 0px; } }
		@media only screen and (max-width: 768px) and (orientation: landscape) {
			.capa_cookies .cont-cookies .botones {
			width: 100%; } }
		.capa_cookies .cont-cookies .botones .btn_cookies {
			width: 100%;
			max-width: 84px;
			margin: 0px 10px;
			text-align: center;
			color: #fafbf1;
			border: 1px solid #fafbf1;
			display: inline-block;
			opacity: 1;
			cursor: pointer;
			float: right;
			-webkit-transition: opacity 0.1s ease-out;
			-moz-transition: opacity 0.1s ease-out;
			-o-transition: opacity 0.1s ease-out;
			transition: opacity 0.1s ease-out;
			/* ease-out */
			-webkit-transition-timing-function: ease-out;
			-moz-transition-timing-function: ease-out;
			-o-transition-timing-function: ease-out;
			transition-timing-function: ease-out;
			/* ease-out */ }
			@media only screen and (max-width: 768px) and (orientation: landscape) {
			.capa_cookies .cont-cookies .botones .btn_cookies {
				margin: 0px 7px; } }
			.capa_cookies .cont-cookies .botones .btn_cookies:hover {
			opacity: .5; }
			.capa_cookies .cont-cookies .botones .btn_cookies a {
			display: block;
			text-decoration: none;
			text-transform: uppercase;
			width: 100%;
			height: 44px;
			color: #fafbf1;
			font-size: 14px;
			line-height: 44px;
			cursor: pointer; }
			@media only screen and (max-width: 768px) and (orientation: landscape) {
				.capa_cookies .cont-cookies .botones .btn_cookies a {
				height: 24px;
				font-size: 9px;
				line-height: 24px; 
			} 
	}	

	/*RSP_21052018_Fin: Nueva capa de aceptacion de politica de cookies*/
#portadaDIV {
    position: relative;
    width: 100%;
    max-width: 1400px;
	margin: 0 auto; 
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
#portadaDIV:after {
    content: '';
    display: block;
    clear: both;
}
#portadaDIV_izq{
	position: relative;
	float: left;
	width: 70%;
}
#portadaDIV_der{
	position: relative;
	float: left;
	width: 30%;
}
#textoDesc {
	width: 70%;
	max-width: 395px;
	/* padding: 20% 0px 0px 25%; */
	padding: 0 0px 0px 25%;
}
#textoDesc img {
	width: 100%;
}
#contbotella{
	float: left;
	/* padding-top: 280px; */
	padding-top: 140px;
	width: 216px;
} 
#contbotella img{
	width: 100%;
}
@media only screen and (max-width: 840px) {
    #textoDesc{
		padding: 20% 0px 0px 15%;
	}
	#portadaDIV_izq{
		width: 65%;
	}
	#portadaDIV_der{
		width: 35%;
	}
}
@media only screen and (max-width: 690px) {
    #portadaDIV_izq{
		width: 100%;
	}
	#portadaDIV_der{
		width: 100%;
	}
	
	#textoDesc {
		padding: 10% 0 0 0;
		margin: 0 auto;
	}
	#contbotella{
		float: none;
		padding: 20px 0px;
		margin: 0 auto;
		max-width: 150px;
	} 
}

#hastag{
	position: relative;
	left: 50%;
	margin-left: -75px;
	margin-bottom: 20px;
}

#hasB{
	display: none;
}

#hasN {
	display: block;
}

#cont_contacto{
	position: absolute;
	bottom: 5px;
	left: 0px;
	width: 100%;
	padding: 30px 0px 0px 0px;
}
#contacta{
	position: relative;
	margin: 0 auto;
    width: 155px;
	border: solid 1px #000000;
	cursor: pointer;
	color:000000;
}
#contacta p{
	font-family: 'FuturaStd-Book';
	font-size: 12px;
	text-align: center;
	padding: 5px 0px;
}
#duda
{
	position: relative;
	margin: -30px auto 0px auto;
	width: 90%;
	border: solid 1px #000;
	background-color: #fafbf1;
	display: none;
}

#cerrar_duda
{
	position: absolute;
	top: 5px;
	right: 5px;
	width: 44px;
	height: 44px;
	cursor: pointer;
}
#cerrar_duda img{
	width: 100%;
}
@media only screen and (max-width: 840px) {
	#cerrar_duda
	{
		width: 20px;
		height: 20px;
	}
}
#duda p{
	font-family: 'FuturaStd-Book';
	width: 80%;
	text-align: center;
	padding: 10px 0;
	font-size: 14px;
	margin: 0 auto;
	max-width: 1100px;
}

#duda a{
	color: #ff452c !important;
	text-decoration: none;
	/* -webkit-transition: color .3s ease-out;
    -moz-transition: color .3s ease-out;
    -o-transition: color .3s ease-out;
    transition: color .3s ease-out; */
}
#duda a:hover{
	text-decoration: underline;
}


#legales{
	position: relative;
	padding: 25px 0px 0px 0px;
	width: 100%;
}

#legales p{
	font-family: 'FuturaStd-Book';
	text-align: center;
	font-size: 12px;
}
#legales ul{
	padding: 10px 0 0 0;
	text-align: center;
}

#legales li{
	font-family: 'FuturaStd-Light';
	text-align: center;
	font-size: 12px;
	display: inline-block;
	text-transform: uppercase;
}
#legales a{
	color: #000;
	text-decoration: none;
}
#legales button{
	color: #000;
	text-decoration: none;
	background: none;
	border: 0;
	font-family: 'FuturaStd-Light';
	font-size: 12px;
	padding: 0;
	text-transform: uppercase;
}
#legales a:hover,#legales button:hover{
	text-decoration: underline;

}
#legales li:last-child:after{
	display: none;
}
#legales li:after {
	content: '|';
	margin: 0px 10px 0px;
}


#flecha_faldon{
	/* position: relative;
	width: 100%;
	right: 25px;
	bottom: 20px; */
	position: relative;
    width: calc(100% - 25px);
    /* right: 25px; */
    /* bottom: 20px; */
    padding: 10px 0px 10px 0px;
}

#flecha_faldon:after{
    content: "";
    display: table;
    clear: both;
}

#flecha_faldon svg{
	position: relative;
	float: right;
	cursor: pointer;
}
/* @media only screen and (max-width: 400px) {

} */

@media only screen and (max-width: 667px) {
	#legales li{
		font-size: 11px;
	}
	#legales li:nth-child(2) {
		margin: 0;
	}
	#legales li:nth-child(3) {
		margin: 0;
	}

	#legales p{
		font-size: 10px;
	}
}
/* 
@media only screen and (max-width: 667px) {
	#legales {
		width: 85%;
	}
} */
#marcaDIV {
	position: relative;

	left: 0px;
	top: 0px;

	width: 100%;
	height: 0px;

    opacity: 0;
    filter: alpha(opacity=0); 

	background-color: #f20000;
	
	display: none;
}

	#marcaDIV span{
		position: absolute;
		left: 50%;
		top: 50%;

		margin-left: -70px;

		font-size: 18px;

		display: none;
	}
/* FALDON */

#faldonDIV {
	position: relative;
    width: 100%;
    background-color: #1e1e1e;
	color: #fafbf1;
	font-family: 'FuturaStd-Book';
}

#faldonDIV:after{
    content: "";
    display: table;
    clear: both;
}

#cerrar{
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 12px;
    border: solid 1px #93948f;
    padding: 8px 12px;
    cursor: pointer;
    -webkit-transition: background-color .3s ease-out;
    -moz-transition: background-color .3s ease-out;
    -o-transition: background-color .3s ease-out;
    transition: background-color .3s ease-out;
    z-index: 100;
}

#cerrar:hover{
 color: #000;
 background-color: #93948f;
}

#cont_faldon{
    position: relative;
    margin: 0 auto;
    width: 94%;
    max-width: 1070px;
    padding: 10px 0px 0px 0px;
}
#cont_faldon:after{
    content: "";
    display: table;
    clear: both;
}
#cont_faldon ul{
    float: left;
    width: calc(100% / 3);
    list-style: none;
}
#cont_faldon ul li{
    width: 80%;
    font-size: 12px;
	margin: 16px 0px;
	font-family: 'FuturaStd-Light';
}
#cont_faldon ul li h3{
	font-weight: 600;
	font-family: 'FuturaStd-Book';
}
#cont_faldon ul li a{
	font-family: 'FuturaStd-Light';
    display: inline-block;
    color: #ff452c;
    -webkit-transition: color .3s ease-out;
    -moz-transition: color .3s ease-out;
    -o-transition: color .3s ease-out;
    transition: color .3s ease-out;
}
#cont_faldon ul li a:visited{
    color: #ff452c;
}
#cont_faldon ul li a:hover{
    color: #fafbf1;
}
#autoregulacion{
    position: relative;
    margin: 0 auto;
    width: 90%;
    max-width: 880px;
    padding: 15px 0px 30px 0px;
}
#autoregulacion p{
	font-family: 'FuturaStd-Light';
    font-size: 12px;
    text-align: center;
}
#faldonDIV hr {
    display: block;
    height: 0px;
    border: 0;
    border-top: 1px solid #4a4a48;
    border-bottom: 1px solid #595959;
    margin: 1em 0;
    padding: 0; 
}
@media only screen and (max-width: 900px) {
    #cont_faldon ul{
        width: 90%;
    }
}
@media only screen and (max-width: 767px) {
    #cont_faldon ul{
        width: 100%;
    }
}

@media only screen and (max-width: 667px) {
	#autoregulacion p{
		font-size: 10px;
	}
	#cont_faldon ul li{
		font-size: 10px;
	}
}

/* CIERRE CSS FALDON */

/* 
		##Device = Laptops, Desktops
		##Screen = B/w 1025px to 3000px
*/

@media (min-width: 1025px) and (max-width: 3000px) {

	#BGmenu {
		top: 0px;
		left: 0px;
		}
		
	#menu {
		top: 0px;
		left: 50%;
		margin-left: -425px;
		}

	#sec0 {
		left: 0px;
		top: 5px;
		}
	#sec1 {
		left: 250px;
		top: 5px;
		}
	#sec2 {
		left: 500px;
		top: 5px;
		}
}

/* 
	##Device = Tablets, Ipads (portrait)
	##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) {
	#BGmenu {
		top: 0px;
		left: 0px;
		}
		
	#menu {
		top: 0px;
		left: 50%;
		margin-left: -345px;
		}

	#sec0 {
		left: 0px;
		top: 5px;
		}
	#sec1 {
		left: 200px;
		top: 5px;
		}
	#sec2 {
		left: 400px;
		top: 5px;
		}
}

/* 
	##Device = Tablets, Ipads (landscape)
	##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
	#BGmenu {
		top: 0px;
		left: 0px;
		}
		
	#menu {
		top: 0px;
		left: 50%;
		margin-left: -345px;
		}

	#sec0 {
		left: 0px;
		top: 5px;
		}
	#sec1 {
		left: 200px;
		top: 5px;
		}
	#sec2 {
		left: 400px;
		top: 5px;
		}
}

/* 
	##Device = Low Resolution Tablets, Mobiles (Landscape)
	##Screen = B/w 481px to 767px
*/

@media (min-width: 481px) and (max-width: 767px) {
	#BGmenu {
		top: 0px;
		left: 0px;
		}
		
	#menu {
		top: 0px;
		left: 50%;
		margin-left: -162px;
		}

	#sec0 {
		left: 0px;
		top: 5px;
		}
	#sec1 {
		left: 100px;
		top: 5px;
		}
	#sec2 {
		left: 200px;
		top: 5px;
		}
}

/* 
	##Device = Most of the Smartphones Mobiles (Portrait)
	##Screen = B/w 320px to 479px
*/

@media (min-width: 320px) and (max-width: 480px) {
	#BGmenu {
		top: 10px;
		right: 10px;

		width: 40px;
		height: 40px;

		}
		
	#menu {
		top: 10px;
		right: 10px;
		margin-left: -162px;
		
		width: 40px;
		height: 40px;

		}		

}

#contacto{
	position: relative;
	margin: 0 auto;
    width: 155px;
	border: solid 1px #000000;
	cursor: pointer;
	color: #000000;
}
#contacto a{
	color: #000000;
	text-decoration: none;	
}
#contacto p{
	font-family: 'FuturaStd-Book';
	font-size: 12px;
	text-align: center;
	padding: 5px 0px;

}


.cont-general{
	display: block;
	padding-top: 5vh;
	margin: 0 auto;
	max-width: 620px;
	width: 90%;
}
/*.cont-general p{
	font-size: 16px;
	font-family: "FuturaStd-Light", sans-serif;
	margin:0;
	padding: 0;
	font-weight: 400;
	color: #052c4a;
	margin-bottom: 25px;
	line-height: 1.2;
}

.cont-general p:last-child{
	margin-bottom: 0;
}

.cont-general p.title{
	text-transform: uppercase;
	text-align: center;
	font-size: 50px;
    color: #fcb200;
    font-family: "FuturaStd-Heavy";
}

.cont-general p.bold{
	font-family: "FuturaStd-Book", sans-serif;
    font-size: 18px;
	font-weight: 400;
}

.cont-general ul{
	max-width: 520px;
	margin: 60px auto;
}


.cont-general ul li{
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
}


.cont-general ul li:before{
	content:'';
	display: block;
	margin: 0 7px 0 0;
	background-color: #fcb200;
    font-weight: bold;
    width: 4px;
    height: 4px;
    border-radius: 100%;
    position: relative;
    top: 9px;
}


.cont-general ul li a{
	font-family: "FuturaStd-Book", sans-serif;
	font-size: 16px;
	font-weight: 400;
    color: #052c4a;
    line-height: 25px;
    text-decoration: underline;
}
*/
.cont-general ul li a:hover{
	opacity: .85;
	transition: all ease 300ms;
}

.cont-general.cont-alcohol p, .cont-general.cont-alcohol p.bold{
	color: black;
	/*font-family: "PsychoKiller";*/
	text-align: justify;
	font-size: 1rem;
	font-family: "FuturaStd-Light", sans-serif;
	margin-bottom: 25px;
	line-height: 1.2;
}
.cont-general.cont-alcohol p.bold{
	font-weight: bold;
}

.cont-general.cont-alcohol p.title{
	text-align: center;
	font-size: 4rem;
	font-weight: bold;
	color: #01594b;
	font-family: "PsychoKiller";
}


.cont-general.cont-alcohol ul {
  list-style: none; /* Remove default bullets */
}

.cont-general.cont-alcohol ul li::before {
  content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #01594b; /* Change the color */
  font-weight: bold; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 1em; /* Also needed for space (tweak if needed) */
  margin-left: -1em; /* Also needed for space (tweak if needed) */
}

.cont-general.cont-alcohol ul li a{
	color: black;
	/*font-family: "PsychoKiller";*/
	font-size: 1rem;
	font-family: "FuturaStd-Light", sans-serif;
}

.cont-general.cont-alcohol ul li{
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
}
.cont-general ul{
	max-width: 520px;
	margin: 60px auto;
}