@font-face {font-family: 'Chasline';
    src: url('fonts/Chasline/Chasline.eot');
    src: url('fonts/Chasline/Chasline.eot?#iefix') format('embedded-opentype'),
         url('fonts/Chasline/Chasline.woff') format('woff'),
         url('fonts/Chasline/Chasline.ttf') format('truetype'),
         url('fonts/Chasline/Chasline.svg#Chasline') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {font-family: 'HelveticaNeueLTStd-Bd';
    src: url('fonts/HelveticaNeueLTStd-Bd/HelveticaNeueLTStd-Bd.eot');
    src: url('fonts/HelveticaNeueLTStd-Bd/HelveticaNeueLTStd-Bd.eot?#iefix') format('embedded-opentype'),
         url('fonts/HelveticaNeueLTStd-Bd/HelveticaNeueLTStd-Bd.woff') format('woff'),
         url('fonts/HelveticaNeueLTStd-Bd/HelveticaNeueLTStd-Bd.ttf') format('truetype'),
         url('fonts/HelveticaNeueLTStd-Bd/HelveticaNeueLTStd-Bd.svg#HelveticaNeueLTStdBd') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {font-family: 'HelveticaNeueLTStd-Lt';
    src: url('fonts/HelveticaNeueLTStd-Lt/HelveticaNeueLTStd-Lt.eot');
    src: url('fonts/HelveticaNeueLTStd-Lt/HelveticaNeueLTStd-Lt.eot?#iefix') format('embedded-opentype'),
         url('fonts/HelveticaNeueLTStd-Lt/HelveticaNeueLTStd-Lt.woff') format('woff'),
         url('fonts/HelveticaNeueLTStd-Lt/HelveticaNeueLTStd-Lt.ttf') format('truetype'),
         url('fonts/HelveticaNeueLTStd-Lt/HelveticaNeueLTStd-Lt.svg#HelveticaNeueLTStdLt') format('svg');
    font-weight: normal;
    font-style: normal;
}

html, body, div, span, p, a, del, em, img, ol, ul, li, fieldset, form, label {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
html, body {
	line-height: 1;
	min-height:100%;
	font-family:"HelveticaNeueLTStd-Lt", Verdana, sans-serif;
}
body {
	font-size:19px;
	background: #eeeeee;
	background: -webkit-linear-gradient(top, #eeeeee, #cccccc 100%);
	background: -moz-linear-gradient(top, #eeeeee, #cccccc 100%);
	background: -o-linear-gradient(top, #eeeeee, #cccccc 100%);
	background: -ms-linear-gradient(top, #eeeeee, #cccccc 100%);
	background: linear-gradient(top, #eeeeee, #cccccc 100%);
	background-attachment:fixed;
	color:#FFF;
}
ol, ul {
	list-style: none;
}
p {
	margin:0 0 12px 0;
	line-height:1.1em;
	font-size:1.1em;
}
q {
	font-style:italic;
	color:#333;
}
h1 {
	font-size:2.91em;
	margin:0;
}
h1 > small {
	text-align:right;
	display:inline-block;
	font-size:.71em;
	text-indent:15em;
	color:#444;
}
h2 {
	color:inherit;
	font-size:1.91em;
	margin:2em 0 1em 0;
}
h2:first-child {margin-top:0;}
h3 {
	color:#333;
	font-size:1.41em;
	margin:1em 0;
}
h4 {
	color:#444;
	font-size:1.11em;
	margin:1em 0;
}
img{max-width:100%;}
a{color:#FFF;text-decoration:none;cursor:pointer;}
a:hover{color:#CF6D25;}

.colorarre{
	color:#CF6D25;
}

/* home */
video {
	position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background: url('/video/video-arreborriquito.jpg') no-repeat;
    background-size: cover;
    -webkit-transition: 1s opacity;
    transition: 1s opacity;
}

#logo{position: fixed;margin: 50px;}
#menu{position: fixed;z-index: 99900;margin: 20px;right: 0;cursor:pointer;}
#menuabierto{position: fixed;z-index: 99900;top: 60px;right: 0;color: #FFF;background-image: url(/images/fondo-menu.jpg);margin: 0 20px;font-size:0.8em;background-size: cover;display:none;}
#menuabierto ul{}
#menuabierto ul li{background-image: url(/images/linea-menu.png);background-repeat: no-repeat;padding: 18px 15px 12px 15px;background-size: contain;}
#menuabierto ul li ul li{background:none;padding:7px 15px 0px 15px;}
#verscroll{position: fixed;top: 0;margin: 50px 0;width: 100%;text-align: center;z-index: 999;font-size: 40px;color: #FFF;}

#intro {
	text-align:center;
	color:#FFF;

	-webkit-transform-origin:0 0;
	-moz-transform-origin:0 0;
	-ms-transform-origin:0 0;
	-o-transform-origin:0 0;
	transform-origin:0 0;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	
	font-family: 'HelveticaNeueLTStd-Lt';
	left:50%;
	top:40%;
	transform:translate(-50%,-50%);
}
#intro .slogan{
	letter-spacing:1px;
    margin-top: 120px;
    margin-bottom: 200px;
	font-size:24px;
}
#intro .slogan p{
    margin-bottom: 25px;
}
#intro .raton{
	left:50%;
	transform:translate(-50%,0);
	font-family: 'HelveticaNeueLTStd-Lt';
	font-size: 18px;
	color: #CF6D25;
}
#intro .flecha{
	left:50%;
	transform:translate(-50%,0);
}
#intro .raton p{
	margin:20px 0 0 0;
}

.platillo {
	width:100%;
	left:50%;
	transform:translate(-50%,0);
	top:20%;
	text-align:center;
	font-size:150%;

	z-index:9;
}
.hazluz {
	width:100%;
	height:100%;
	padding-top:10%;
	text-align:center;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow:hidden;
	
	z-index:5;
}
#borriquito {
	width:100%;
	height:100%;
	text-align:center;
	overflow:hidden;
	
	z-index:7;
}
#planeta {
	width:100%;
	text-align:center;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	z-index:300;
}
#planeta img{

}

.cuadra {
	width:380px;
	border:2px solid #CF6D25;
	border-radius:14px;
	line-height:24px;
	text-align:center;
	padding:20px;
	font-size:19px;
}

.textos{
	position: relative;
	color:#FFF;	
	margin: 0 auto;
	width: 80%;
	top: 1em;
	padding: 0;
	text-align: center;
	border-radius: 1em;
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	-o-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 200;
}
.textos span{
	margin: 0px 10px;
}
.textos .titular{
	font-family: 'Chasline';
	font-size:3em;
	margin-bottom: 30px;
}
.textos .titular span{
	margin:0;
}
.textos .titular span.flecha{
	position: relative;
    bottom: -6px;
    margin: 0 5px;
}
#texto1{margin-bottom: 390px;padding-top: 190px;}
#texto2{margin-bottom: 390px;padding-top:190px;}
#texto3{margin-bottom: 330px;padding-top:190px;}
#texto4{margin-bottom: 350px;padding-top:606px;width: 830px;}
.textos .tlf{width:auto;}
.textos .tct{width:auto;}
.textos .trg{width:auto;}

.lineatext{
	position:relative;
}
.lineatext span{
	position: relative;
	background-image: url(/images/flecha-apertura.png), url(/images/flecha-cierre.png);
	background-position: center left, center right;
	background-repeat: no-repeat, no-repeat;
	display: inline-block;
	padding: 0 20px;
}

#texto5 a.colorarre{
	font-family: 'HelveticaNeueLTStd-Bd';
}
img.skrollable{
	position:relative !important;
}

/* Logos */
.contendorinfo :before, .contendorinfo :after{
	content:"";
	display:block;
	clear:both;
}
.logos{}
.logos .logo{
    float: left;
    position: relative;
    height: 85px;
    padding: 0 12px;
    text-align: center;
    margin: 5px 0;
}
.logos .logo img{
	position: relative;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width:auto;
    display: block;
}

#web992{display:block;height:auto;}
#web767, #web480{display:none;height:0;}
#img1{width:auto;height:auto;}
#img2, #img3{width:0;height:0;}

#espacioblanco{width:100%;height:6000px;}

.pc{display:block;}
.movil{display:none;}

/* ############### RESPONSIVE ############### */

@media (max-width: 1366px) and (max-height: 768px){
    #img1, #img3{width:0;height:0;}
	#img2{width:auto;height:auto;}
}
@media (min-width: 800px) and (max-height: 480px){
    #img1, #img2{width:0;height:0;}
	#img3{width:auto;height:auto;}
}

@media (max-width: 1380px) and (min-width: 1201px) {
	#texto1{margin-bottom: 390px;padding-top: 190px; }
	#texto2{margin-bottom: 390px;padding-top:190px;}
	#texto3{margin-bottom: 330px;padding-top:190px;}
	#texto4{margin-bottom: 350px;padding-top:606px;width: 830px;}
	
	#intro .slogan{
		margin-top: 70px;
		margin-bottom: 90px;
	}
}
@media (max-width: 1200px) and (min-width: 992px) {
	#texto4{width: 660px;}
	.logos .logo {height: 72px;}
}
@media (max-width: 991px)  and (min-width: 767px) {
	#logo { margin: 25px;}
	#logo img {width: 80px;}
	#texto4{width: 354px;}
	.logos .logo {height: 58px;}
}

@media (min-width: 768px) {
	#intro .slogan br{display:none;}
}
@media (max-width: 767px) {
	#texto1{margin-bottom: 390px;padding-top: 100px; }
	#texto2{margin-bottom: 390px;padding-top:100px;}
	#texto3{margin-bottom: 330px;padding-top:100px;}
	#texto4{margin-bottom: 350px;padding-top:606px;width: 830px;}
	
	.cuadra {
		width:310px;
		border:2px solid #CF6D25;
		border-radius:14px;
		line-height:24px;
		text-align:center;
		padding:20px;
		font-size:17px;
	}
	
	#intro .slogan p{font-size:0.6em;}
	.pc{display:none;}
	.movil{display:block;}
	body {font-size: 15px;}
	#logo {
		margin: 15px;
		width: 90px;
	}
	#web767{display:block;}
	#web992, #web480{display:none;}
	#texto5 {padding-top: 12px;}
	.logos .logo {padding: 0 10px;}
	.textos {width: 95%;}
}
@media (max-width: 640px) {
	#intro {width: 70%;}
	#texto4{width: 480px;margin-bottom: 220px;}
}
@media (max-width: 480px) {
	body {font-size: 14px;}
	#web480{display:block;height:auto;}	
	#web992, #web767{display:none;height:0;}
	#intro {width: 80%;}
	#intro .slogan {margin-top: 140px; margin-bottom: 80px;font-size: 2rem;}
	#intro .slogan p{line-height:1em;}
	#intro .raton img{width: 40px;}
	#borriquito img{width: 125px;}
	
	#texto1{margin-bottom: 260px;padding-top: 60px;}
	#texto2{margin-bottom: 260px;padding-top:60px;}
	#texto3{margin-bottom: 180px;padding-top:60px;}
	#texto4{margin-bottom: 200px;padding-top:1380px;width: 320px;}
	.logos .logo {padding: 0 9px;height: 85px;width: 27%;}
	
	.textos p{font-size: 1rem;line-height: 1.15em;padding:0 20px;}
	.textos span{margin:0;padding:0}
	.textos .tlf ,
	.textos .trg {display:none;}
}
/** Cookies bar **/
#cookies{
	display: none;
	position: fixed;
	bottom: 0px;
	left: 0px;
	z-index: 999;
	width: 100%;
	height: auto;
	background-color: rgba(40, 40, 40, 0.70);
	color: rgba(40, 40, 40, 0.70);
	box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.70);
	padding: 15px 25px 10px 25px;
}
#cookies .wrapper_fixed{max-width:1200px;width:80%;}
#cookies .title{color: #cd6d25;text-align: center;font-size: 1.1em;text-transform: uppercase;margin-bottom: 8px;}
#cookies .texto{color: #FFF;font-size: 12px;line-height:1.2em;}
#cookies .texto a{color: #FFF;text-decoration:underline; color:#cd6d25;}
#cookies button{cursor:pointer;color: #FFF;font-size: 0.8em;font-weight: normal;margin-top: 12px;padding: 2px 20px;border-bottom: 2px solid #9e9b70;
	background: #cd6d25;float: right;display: inline-block;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;}
#cookies button:hover{background: #6f6b68;}
#configurarcookies{margin-top:1.25rem;display: flex;gap: 1rem;}
#configurarcookies .col-cookie{width:50%;}
#configurarcookies .col-cookie label{display:block;text-transform: uppercase;}
/** !- Cookies bar **/