@charset "UTF-8";
/* CSS Document */

/* Webfont: FrutigerLTStd-BoldItalic */@font-face {
    font-family: 'FrutigerLTStd-BoldItalic';
    src: url('FrutigerLTStd-BoldItalic.eot'); /* IE9 Compat Modes */
    src: url('FrutigerLTStd-BoldItalic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('FrutigerLTStd-BoldItalic.woff') format('woff'), /* Modern Browsers */
         url('FrutigerLTStd-BoldItalic.ttf') format('truetype'), /* Safari, Android, iOS */
         url('FrutigerLTStd-BoldItalic.svg#FrutigerLTStd-BoldItalic') format('svg'); /* Legacy iOS */
    font-style: italic;
    font-weight: bold;
    text-rendering: optimizeLegibility;
}
/* Webfont: FrutigerLTStd-LightItalic */@font-face {
    font-family: 'FrutigerLTStd-LightItalic';
    src: url('FrutigerLTStd-LightItalic.eot'); /* IE9 Compat Modes */
    src: url('FrutigerLTStd-LightItalic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('FrutigerLTStd-LightItalic.woff') format('woff'), /* Modern Browsers */
         url('FrutigerLTStd-LightItalic.ttf') format('truetype'), /* Safari, Android, iOS */
         url('FrutigerLTStd-LightItalic.svg#FrutigerLTStd-LightItalic') format('svg'); /* Legacy iOS */
    font-style: italic;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}
/* Webfont: FrutigerLTStd-Roman */@font-face {
    font-family: 'FrutigerLTStd-Roman';
    src: url('FrutigerLTStd-Roman.eot'); /* IE9 Compat Modes */
    src: url('FrutigerLTStd-Roman.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('FrutigerLTStd-Roman.woff') format('woff'), /* Modern Browsers */
         url('FrutigerLTStd-Roman.ttf') format('truetype'), /* Safari, Android, iOS */
         url('FrutigerLTStd-Roman.svg#FrutigerLTStd-Roman') format('svg'); /* Legacy iOS */
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}
/* Webfont: FrutigerLTStd-Black */@font-face {
    font-family: 'FrutigerLTStd-Black';
    src: url('FrutigerLTStd-Black.eot'); /* IE9 Compat Modes */
    src: url('FrutigerLTStd-Black.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('FrutigerLTStd-Black.woff') format('woff'), /* Modern Browsers */
         url('FrutigerLTStd-Black.ttf') format('truetype'), /* Safari, Android, iOS */
         url('FrutigerLTStd-Black.svg#FrutigerLTStd-Black') format('svg'); /* Legacy iOS */
    font-style: bold;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}
/* Webfont: FrutigerLTStd-Bold */@font-face {
     font-family: 'FrutigerLTStd-Bold'; 
     src: url('/css/webfont/FrutigerLTStd-Bold.eot?#iefix') format('embedded-opentype'), 
     	url('/css/webfont/FrutigerLTStd-Bold.otf') format('opentype'), 
     	url('/css/webfont/FrutigerLTStd-Bold.woff') format('woff'), 
    	url('/css/webfont/FrutigerLTStd-Bold.ttf') format('truetype'), 
     	url('/css/webfont/FrutigerLTStd-Bold.svg#FrutigerLTStd-Bold') format('svg'); 
     font-weight: bold; 
     font-style: normal; 
}
/* Webfont: Ubuntu-Medium */@font-face { 
	font-family: 'Ubuntu-Medium'; 
	src: url('Ubuntu-Medium.eot?#iefix') format('embedded-opentype'), 
		url('Ubuntu-Medium.woff') format('woff'), 
		url('Ubuntu-Medium.ttf') format('truetype'), 
		url('Ubuntu-Medium.svg#Ubuntu-Medium') format('svg'); 
	font-weight: normal; 
	font-style: normal; 
}
/* Webfont: Water-bold */@font-face { 
	font-family: 'Water-bold'; 
	src: url('Water-bold.eot?#iefix') format('embedded-opentype'), 
		url('Water-bold.otf') format('opentype'), 
		url('Water-bold.woff') format('woff'), 
		url('Water-bold.ttf') format('truetype'), 
		url('Water-bold.svg#Water-bold') format('svg'); 
	font-weight: bold; 
	font-style: normal; 
}
/* Webfont: Water-regular */@font-face { 
	font-family: 'Water-regular'; 
	src: url('/css/webfont/Water-regular.eot?#iefix') format('embedded-opentype'), 
		url('/css/webfont/Water-regular.otf') format('opentype'), 
		url('/css/webfont/Water-regular.woff') format('woff'), 
		url('/css/webfont/Water-regular.ttf') format('truetype'), 
		url('/css/webfont/Water-regular.svg#Water-regular') format('svg'); 
		font-weight: normal; 
		font-style: normal; }

html {
	position: relative;
	min-height: 100%;
	box-sizing: border-box;
}
html,body{
	height: 100%;
}
body{
	padding-top: 150px;
}
body.body-fondo { 
	background: url("../images/fondo.png") no-repeat center bottom fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
*{
	margin:0;
	padding:0;
	border:0;
	}
a{
	text-decoration:none;
	color:#000;
	}
a:hover{
	opacity:0.5;
	text-decoration: none !important;
	}
img{border:0;}
.cb{clear:both;}
.negrita{font-weight:bold;}
.azul{color:#52b8e5;}
.oculto{display:none;}
.subrayar{text-decoration: underline;}

label.error{
	color:red;
	font-size:11px;
	float: none;
}

.tooltip > .tooltip-inner {
  font-family: 'Ubuntu Condensed', sans-serif;
  background-color: #52b8e5; 
  color: #FFFFFF; 
  border: 1px solid #52b8e5; 
  padding: 3px;
  font-size: 15px;
  font-weight: bold;
  opacity: 1 !important;
}

/*comun*/
#log{
	position:fixed;
	top:0;
	left:0;
	width:80px;
	height:30px;
	font-size:10px;
	background-color:#EEE;
	border:1px solid #AAA;
	padding:3px;
	z-index:1001;
	display:block;
	color:#000 !important;
}	
.modal-title{font-family: 'FrutigerLTStd-Black',Arial;
	color:#52b8e5;
	font-size:25px;
	font-weight: bold;
}
.modal-body{
	font-family: 'FrutigerLTStd-Roman',Arial;
	color:#000;
	font-size:13px;
}
.modal-destacado{
	font-size:130%;
	color:#52b8e5;
	font-weight: bold;
}
.globo{
	width:50%;
	max-width: 150px;
	position:absolute;
	right:10px;
	top:0px;
	padding:0;
}
.engloba-globo{    
	position:relative;
	-webkit-animation: Floatingy 2.3s infinite ease-in-out;
	cursor: pointer;
	z-index:100;
}
.engloba-globo:hover .video{
	display: block;
}
@-webkit-keyframes Floatingy {
    from {
        -webkit-transform:translateY(0px);
    }
    65% {
        -webkit-transform:translateY(10px);
    }
    to {
        -webkit-transform: translateY(-0px);
    }
}
.video{
	width:50%;
	max-width: 150px;
	position:absolute;
	right:10px;
	top:0px;
	padding:0;
	display: none;
}
.buzon{
	position:absolute;
	bottom:20px;
	left:-80px;
	z-index:100;
	width: 80%;
	max-width:80px;
	cursor: pointer;
}
.buzon:hover{
    -webkit-animation: rubberBand 1s;
    animation: rubberBand 1s;
}
.fondo-blanco{
	background-color: #fff;
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	width:100%;
	padding: 50px 50px;
	margin-top:30px;
	background-color:rgba(255,255,255,0.7); /* rgbA */
}
.titulo{
	position: relative;
	z-index: 99;
}
.titulo p{
	color:#fff;
	font-family:'FrutigerLTStd-Black',Arial;
	font-size:33px;
	line-height: 38px;
	text-align:left;
	margin-top:15px;
	margin-left:50px;
}
.txt-normal{
	font-family: 'FrutigerLTStd-Roman',Arial !important;
	color:#000;
	font-size: 15px;
	line-height: 20px;
	text-align: left;
	opacity:1 !important;
}
.txt-grande{
	font-family: 'FrutigerLTStd-Bold',Arial !important;
	color:#000;
	font-size: 20px;
	line-height: 25px;
	text-align: left;
	font-weight: bold;
	opacity:1 !important;
}
.texto-margin p{
	margin-left: 50px;
}

/*home*/
body#home-fondo { 
	background: url("../images/home_fondo.png") no-repeat center top fixed; 
	-webkit-background-size: auto 100%;
	-moz-background-size: auto 100%;
	-o-background-size: auto 100%;
	background-size:auto 100%;
	position: relative;
	overflow-x: hidden;
}
.home-avion{
	width: 100%;
	max-width:100px;
	position:absolute;
	top:22%;
	right:-300px;
	z-index:40;
}
.home-helicoptero{
	/*width: 100%;
	max-width:120px;*/
	height:8%;
	max-height: 79px;
	min-height: 45px;	
	position:absolute;
	top:30%;
	left:-300px;
	z-index:30;
}
.home-coche{
	/*width: 100%;
	max-width: 230px;*/
	height:15%;
	max-height: 151px;
	min-height: 50px;
	position:absolute;
	bottom:50px;
	right:-300px;
	z-index:10;
}
.home-furgoneta{
	/*width: 100%;
	max-width: 330px;*/
	height:15%;
	max-height: 141px;
	min-height: 50px;
	position:absolute;
	bottom:20px;
	left:-350px;
	z-index: 20;
}
.home-coche:hover, 
.home-furgoneta:hover, 
.home-avion:hover, 
.home-helicoptero:hover{
    -webkit-animation: jello 1s;
    animation: jello 1s;
}
.hue {
-webkit-animation: hue 60s infinite linear;
}
@-webkit-keyframes hue {
from {
  -webkit-filter: hue-rotate(0deg);
 }
to {
  -webkit-filter: hue-rotate(-360deg);
}
}
.home-pajaro{
	/*width: 100%;
	max-width:120px;*/
	width:50px;
	position:absolute;
	top:50%;
	left:-50px;
	z-index:30;
} 
.home-pajaro:hover{
  -webkit-animation: jello 1s;
  animation: jello 1s;
}

/*cabecera*/
.header{
	position: fixed;
	top:0;
	left:0;
	width: 100%;
	background-color:#FFF;
	box-sizing: border-box;
	height:100px;
	font-family: 'FrutigerLTStd-Roman',Arial;
	font-size:16px;
	color:#000;
	padding-top:10px;
	z-index: 200;
}
.header a{
	color:#000;
}
.logo-concurso{
	position:absolute;
	top:-20px;
	left:-110px;
	z-index:100;
	width: 80%;
	max-width:400px;
	cursor: pointer;
}
.logo-concurso:hover{
    -webkit-animation: jello 1s;
    animation: jello 1s;
    cursor: pointer;
}
.aqualia{
	text-align: right;
	margin-left:0;
	padding: 0;
}
.logo-aqualia{
	width: 80%;
	max-width: 200px;
	z-index:500;
}
header .nav{
	padding-top: 30px;
	margin-left: 40px;
	float: left;
	margin-right: -70px;
}
header .nav-pills a:hover{
	color:#fff;
}
header .nav-pills li a:hover{
	background-color:#52b8e5 !important;
	opacity: 1;
}
.agranda:hover{
  transform: scale(1.5);
}
.nav-pills .agranda:hover a{
  background-color: transparent !important;  
}
.menu-on a{
	font-weight: bold;
	color:#fff;
	background-color: #52b8e5;
}
#menu{
	z-index:200;
}
#menu-ico {
	box-sizing:content-box;
	width:36px;
	display:none;
	cursor:pointer;
	position:absolute;
	top:10px;
	right:10px;
	z-index: 300;
}
#menu-ico img{
	width:100%;
}
#menu-mobile{
	display:none;
	position:absolute;
	top:65px;
	right:2px;
	z-index: 350;
	width: 250px;
}
#menu-mobile i{
	color:#0078bf;
}
#youtube{
	display:none;
	position:absolute;
	top:20px;
	right:220px;
	z-index: 300;
}
#twitter{
	display:none;
	position:absolute;
	top:20px;
	right:180px;
	z-index: 400;
}
#slogan{
	padding-top:30px;
	z-index:101;
	padding-left:40px;
}
#slogan p{
	color:#fff;
	font-family:'FrutigerLTStd-BoldItalic',Arial;
	font-size:15px;
	text-align:left;
}
.salir{
	position:absolute;
	top:0;
	right:0px;
	z-index:900;
}
.salir a:hover{
	opacity:1 !important;
}

/*pie*/
.footer {
	position: fixed;
	bottom: 0;
	width: 100%;
	/* Set the fixed height of the footer here */
	height: 35px;
	background-color: #0078bf;
	box-sizing: border-box;
	font-family: 'FrutigerLTStd-Roman',Arial;
	font-size:12px;
	color:#fff;
	z-index: 1000;
	}
.footer a{
	color:#fff;
}
.txt-pies{
	font-family: 'FrutigerLTStd-Roman',Arial !important;
	color:#000;
	font-size: 12px;
	line-height: 16px;
	text-align: left;
}
.txt-pies li{
	margin-left:30px;
}
.pie-pq{
	text-align: center;
	list-style-type: none;
	padding-top:10px;
}
.pie-pq ul{
	list-style-type: none;
}
.pie-pq li{
	display:inline;
	padding-right: 10px;
}
.pie-pq li:last-child{
	padding-right:0;
}

/* Barra de cookies */
#cookies {
    position:fixed;
    left:0px;
    right:0px;
    bottom:0px;
    padding-bottom:20px;
    width:100%;
    text-align:center;
    min-height:60px;
    background-color: rgba(0, 120, 191, 1);
    color:#fff;
    z-index:99999;
}
.inner {
    width:100%;
    position:absolute;
    padding-left:5px;
    font-family:Arial, Helvetica, sans-serif;
    font-size:15px;
    top:30%;
} 
.inner a.ok {
    padding:4px;
    color:#2DCBDC;
    text-decoration:none;
} 
.inner a.info {
    padding-left:5px;
    text-decoration:none;
    color:#2DCBDC;
}

/* Barra de cookies */
#barraaceptacion {
    display:none;
    position:fixed;
    left:0px;
    right:0px;
    bottom:0px;
    padding-bottom:20px;
    width:100%;
    text-align:center;
    min-height:40px;
    background-color: rgba(0, 0, 0, 0.5);
    color:#fff;
    z-index:99999;
}
.inner {
    width:100%;
    position:absolute;
    padding-left:5px;
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
    top:30%;
} 
.inner a.ok {
    padding:4px;
    color:#2DCBDC;
    text-decoration:none;
} 
.inner a.info {
    padding-left:5px;
    text-decoration:none;
    color:#2DCBDC;
}

/*empieza*/
.empieza{
	display: flex;
	align-items:flex-end;
	text-align: center;
}
.empieza p{
	font-family:'FrutigerLTStd-Black',Arial;
	color:#0078bf;
	font-size:18px;
}
.empieza-vasos{
	width:80%;
	max-width:75px;
	cursor: pointer;
}
.empieza-jarra{
	float:left;
	width:100%;
	margin-top:-30px;
	margin-bottom: 30px;
}
.empieza-destacado{
	text-decoration:underline;
	font-size:140%;
}
.empieza-seleccion{
	font-weight: bold;
	font-style:italic;
}
.empieza-cris{
	padding-top:43px;
	width: 85%;
	max-width: 167px;
}
.empieza-talino{
	width: 65%;
	max-width: 120px;
}
.empieza-flecha:hover{
  opacity:0.7;
  cursor: pointer;
}
.empieza-flecha{
  margin-top: 100px;
  width: 100%;
  max-width: 50px;
}
.empieza-fondo{
	width: 100%;
	border:1px solid #000;
}
.empieza-boton{
	margin-top:30px;
	text-align:center;
}
.empieza-papel{
	font-size:12px;
	margin-top:20px;
}

/*premios*/
.premios-lista {
	margin-top:40px;
	text-align: center !important;
}
.premios-lista li{
	width:30%;
}
.premios-lista li p{
	font-family:'FrutigerLTStd-Bold',Arial;
    color:#0078bf;
    font-size:12px;
    line-height: 14px;
    font-weight: bold;
	background-color: #fff;
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	padding: 10px 10px;
	width: 70%;
	box-shadow: 10px 10px 30px rgba(0, 0, 0, .5);
	text-align: center;
	display:inline-block;
}

/*galeria*/
.galeria-participante{
	float:left;
	width:185px;
	margin:10px 15px;
	height: 200px;
	overflow:hidden;
}
.galeria-ultimo{
	margin-right: 35%;
	margin-left: 35%;
}
.galeria-colectivo{
	margin-right: 35%;
	margin-left: 35%;
}
.galeria-dibujo{
	margin:0;
	float:left;
}
.galeria-img img{
	width:100%;
}
.galeria-nombre{
	float:left;
	text-align:left;
	margin-top:10px;
	line-height: 13px;
}
.galeria-nombre a{
	color:#000;
	font-family: 'FrutigerLTStd-Roman',Arial;
	font-weight: bold;
	font-size: 11px;
}
.galeria-contenido{
	color:#000;
	font-family: 'FrutigerLTStd-Roman',Arial;
	font-size: 11px;
	text-align:left;
	float:left;
}
.buscador{
	color:#ff0000;
	font-size: 14px;
	font-family: 'FrutigerLTStd-Roman',Arial;
}

/*ganadores*/
.ganadores-imagen img{
	width:100%;
	max-width:170px;
	float:right;
}
.ganadores-titulo{
	padding: 7% 0;
}
.ganadores-premio{
	font-style:'FrutigerLTStd-Bold',Arial;
	font-size:30px;
	color:#52b8e5;
	font-weight: bold;
}
.ganadores-texto{
	font-style:'FrutigerLTStd-Roman',Arial;
	font-size:17px;
	color:#000;
}

/*aprende*/
.aprende-texto{
	font-style:'Ubuntu-Medium',Arial;
	font-size: 14px;
	line-height: 20px;
	color:#fff;
	background-color:#0078bf;
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	width:100%;
	padding: 10px 20px;
}
.aprende-blanco{
	margin-top:-130px;
	padding:20px 20px;
}
.aprende-margen{
	padding-left:50px !important;
}
.aprende-titulo{
	font-family:'FrutigerLTStd-Roman',Arial;
	color:#0078bf;
	font-size:18px;
	font-weight: bold;
	margin-top:20px;
}
.aprende-linea{
	line-height: 13px;
	margin-top:-10px;
}
.aprende-pie1{
	font-family:'FrutigerLTStd-Bold',Arial;
	color:#0078bf;
	font-size:12px;
	font-weight:bold;
}
.aprende-pie2{
	font-family:'FrutigerLTStd-Roman',Arial;
	color:#000;
	font-size:12px;
	font-weight: normal;
}
.aprende-caratula{
	width: 100%;
	margin-left:-5px;
}
.aprende-fila{
	margin-top:30px;
	margin-left:-100px !important;
}
.aprende-doctora{
	margin-right:0 !important;
	padding-right: 0 !important;
}
.aprende-imagen{
	width:80%;
	max-width: 250px;
	float:right;
	position:relative;
	z-index:180;
}
.aprende-bocadillo{
	margin-left:0 !important;
	padding-left: 0 !important;
}
.aprende-posicion{
	position:relative;
	z-index:150;
}
.btn-info{
	background-color:#52b8e5 !important;
	font-weight: bold !important;
	font-size: 16px !important;
	width: 150px;
}
.aprende-botones{
	text-align: center;
	margin-bottom: 40px;
}

/*faqs*/
.faqs-pregunta{
	color:#0078bf;
	font-weight: bold;
	font-size: 13px;
}

/*autorizacion*/
.autoriz-imp{
	padding:10px 10px;
	vertical-align:top;
	color:#0078bf;
	font-weight: bold;
}
.autoriz-txt{
	font-family: 'FrutigerLTStd-Roman',Arial !important;
	color:#000;
	font-size: 13px;
	line-height: 17px;
	text-align: left;
}
#frmautoriz input[type=text]{width:100%;margin-bottom:5px;}
.btn-primary{
	background-color:#0078bf !important;
}

/*dibujo*/
.dibujo-redes{
	text-align: center;
}
.dibujo-redes i{
	background-color: #1DA1F2;
	height: 50px;
	width: 50px;
	border-radius: 50%;
	line-height: 50px;
	text-align: center;
	font-size: 25px;
	margin-bottom: 5px;
}
.dibujo-redes a{
	color:#FFF;
}
.dibujo-contenedor{
	border:1px solid #fff;
	width:100%;
}
.dibujo-contenedor img{
	width:100%;
}
.dibujo-fila{
    margin-top:30px;
  }
.dibujo-texto{
	margin-top:10px;
	background-color:#FFF;
	border-radius: 10px;
	padding:10px 10px;
}
.dibujo-negrita{
	font-size:13px;
	margin: 0;
	font-weight: bold;
	margin-bottom: 30px;
}
.dibujo-titulo{
	font-weight: bold;
	color:#0078bf;
}
.dibujo-cris{
	width:20%;
	float: left;
	margin-right: 10px;
}
.dibujo-talino{
	width:20%;
	float: right;
	margin-left: 10px;
}

/*video*/
.video-margen{margin-top:50px;}

/* ----------------------------- 1370px ----------------------------- */
@media screen and (max-width: 1370px) {
	.globo, .video{
		width:40%;
		right:150px;
		top:-40px;
	}
	.home-txt p{
		font-size:30px;
		line-height: 30px;
		text-align:left;
		margin-top:10px;
		-webkit-text-fill-color: #fff;
		-webkit-text-stroke: 1px #0078bf;
	}
}

/* ----------------------------- 1280px ----------------------------- */
@media screen and (max-width: 1280px) {
	.buzon{
		left:0px;
	}
}

/* ----------------------------- 1205px ----------------------------- */
@media screen and (max-width: 1205px) {
	header .nav-pills li{
		margin-right:-10px;
	}
	.header{
		height:80px;
		font-size:14px;
	}
	.titulo p{
		font-size: 25px;	
		line-height: 30px;
		margin-top:5px;
	}
	.logo-concurso{
		max-width:310px;
		left:-60px;
	}
	.ganadores-titulo{
		padding:0;
	}
	.aprende-blanco{
		margin-top:-100px;
	}
}


/* ----------------------------- 1030px ----------------------------- */
@media screen and (max-width: 1030px) {
	.buzon{
		max-width: 80px;
	}
	.globo, .video{
		top:-30px;
		right:180px;
	}
	.logo-aqualia{
		max-width: 170px;
	}
	header .nav{
		padding-top: 15px;
		float: left;
	}
	#slogan p{
		font-size:14px;
	}
	.home-txt p{
		font-size:28px;
		line-height:30px;
		margin-left:20px;
		margin-top:0px;
	}
	.footer {
		height: 30px;
		font-size:10px;
		}
	.galeria-ultimo{
		margin-left:0;
		margin-right:0;
	}
}

/* ----------------------------- 990px ----------------------------- */
@media screen and (max-width: 990px) {
	.titulo p{
		font-size: 20px;	
		line-height: 25px;
		margin-top:40px;
	}
	.txt-normal{
		font-size: 12px;
		line-height: 15px;
	}
	.logo-concurso{
		max-width: 200px;
		left:-50px;
	}
	.header{
		height:65px;
		font-size:10px;
	}
	header .nav{
		margin-left:100px;
	}
	header img{
		width:70%;
	}
	.logo-aqualia{
		max-width: 100px;
		float:right;
	}
	.globo, .video{
		top:10px;
		right:-60px;
		width:10%;
	}
	.home-avion{width:20%;}
	.buzon{
		bottom:-10px;
		left:-40px;
	}
	#slogan{padding-left:160px;padding-top:15px;}
	.ganadores-premio{
		font-size:25px;
		line-height: 30px;
	}
	.ganadores-texto{
		font-size:12px;
	}
	.fondo-blanco{width:100%;}
	.empieza-jarra{display:none;}
	.aprende-imagen{float:left;width:150px;}
	.aprende-fila{margin-left:0px !important;}
}

/* ----------------------------- 890px ----------------------------- */
@media screen and (max-width: 890px) {
	.globo, .video{
		top:20px;
		right:-30px;
		width:10%;
	}
}

/* ----------------------------- 780px menú móvil----------------------------- */
@media screen and (max-width: 780px) {
	#menu-ico {display:block;}
	#menu, #youtube, #twitter{display:none;}
	.logo-concurso{left:-30px;}
	.globo, .video{display:none;}
	.buzon{
		bottom:-10px;
		left:0px;
		max-width: 70px;
	}
	#slogan{padding-top:70px;padding-left:210px;}
	#frmbusca{
		text-align: center;
	}
	.logo-aqualia{
		position:absolute;
		right:70px;
	}
	.ganadores-imagen img{float:left;width:100px;}
	.ganadores-titulo{float:left;padding-top:20px;}
	.aprende-blanco{margin-top:20px;padding-top:20px;}
}


/* ----------------------------- 750px ----------------------------- */
@media screen and (max-width: 767px) {
	.aprende-doctora{display:none;}
}

/* ----------------------------- 650px ----------------------------- */
@media screen and (max-width: 650px) {
	.ganadores-imagen {display:none;}
	.buzon{display:none;}
	#slogan p{font-size:12px;}
	.titulo p{
		font-size: 15px;	
		line-height: 18px;
		margin-top:50px;
	}
}

/* ----------------------------- 450px ----------------------------- */
@media screen and (max-width: 450px) {
	#youtube, #twitter{display:none;}
	ul.list-inline.premios-lista li {
		display: block;
		width:70%;
		margin:20px auto;
	}
}

/* ----------------------------- 360px ----------------------------- */
@media screen and (max-width: 360px) {
	.logo-aqualia,.titulo{display:none;}
	#slogan{padding-top:70px;}
	#slogan p{font-size:10px;}
	.fondo-blanco{
		padding:15px;
		margin-top:70px;
	}
	.aprende-texto{margin-top:30px;}
	.aprende-fila{margin-bottom: -30px;}
	.texto-margin {margin-top: 70px;}
	.texto-margin p{margin-left: 0px;}
}

@media screen and (max-width: 320px) {
}

