/* ==========================================================================
   Author's custom styles
   ========================================================================== */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code,  del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video{
  margin:0;
  padding:0;
  text-decoration:none;
  font-family: inherit;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  outline:none;
  border:none;
  font-size: 100%;
  list-style:none;
  color:#000;
  vertical-align: baseline;
  -webkit-text-size-adjust:none;
  -webkit-font-smoothing: antialiased;
}
*, *:before, *:after {
    box-sizing: border-box;
}
:focus { outline: 0;}
a, a:link, a:visited, a:hover, a:active{text-decoration:none}
table { border-collapse: separate;border-spacing: 0;}
th, td {text-align: left; font-weight: normal;}

html{
  position: absolute;
  width:100%;
  min-height:100%;
}

body{
  position: absolute;
  width:100%;
  min-height:100%;
  margin:0;
  padding:0;
}

/*---------------------------------------------------------------------RESET---------------------------------------------------------*/

/*-------------------------------------------------------------------------------------*/
/*-------------------------------------------------INTRODUCCIÓN-------------------*/

body{
	font-family: "Wire One", "Century Gothic","Helvetica", sans-serif;
	font-weight: 700;
}

.load{
	position:fixed;
	top:0;
	left:0;
    width:100%;
    height:100%;
    background:#fff url(../img/loading.gif) no-repeat center;
    background-size: contain;
    z-index: 1000000000;
}

.wrapper{
	width: 100%;
	position: relative;
	overflow: hidden;
}

#introduccion{
	width:100%;
	height: auto;
}

.degradado{
	width: 100%;
	height: auto;
	background: -moz-linear-gradient(top,  rgba(11,177,149,1) 0%, rgba(58,176,156,0.47) 48%, rgba(109,175,163,0.47) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(11,177,149,1)), color-stop(48%,rgba(58,176,156,0.47)), color-stop(100%,rgba(109,175,163,0.47))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(11,177,149,1) 0%,rgba(58,176,156,0.47) 48%,rgba(109,175,163,0.47) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(11,177,149,1) 0%,rgba(58,176,156,0.47) 48%,rgba(109,175,163,0.47) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(11,177,149,1) 0%,rgba(58,176,156,0.47) 48%,rgba(109,175,163,0.47) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(11,177,149,1) 0%,rgba(58,176,156,0.47) 48%,rgba(109,175,163,0.47) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0bb195', endColorstr='#786dafa3',GradientType=0 ); /* IE6-9 */

}

#introduccion header{
	width: 100%;
	height: 116px;
	position:relative;
}

nav ul{
	width: 14%;
	position:absolute;
	right:0;
	top: 60px;
	z-index: 2;
}

/*nav ul li.disabled{
	background-color: rgba(21, 108, 108, 0.65);
	color: rgba(176, 189, 189, 1);
	cursor: default;
}        BOTÓN FUERA DE SERVICIO*/


nav ul li{
	margin-right: -31px;
	padding-left: 7%;
	padding-right: 42px;
	border-radius: 15px;
	background-color: #fff;
	margin-top: 5px;
	text-align: left;
	letter-spacing: 2px;
	color: #0bb195;
	font-weight: bold;
	text-transform: uppercase;
	position: relative;
	line-height: 30px;

}


nav ul li a{
	margin-left: 5px;
	margin-right: 5px;
}

nav ul li:not(.disabled):hover{
	background-color: #72a99f;
	color: #fff;
	transition: 1s;
	left: -10px;
}
nav ul li:not(.disabled):hover .fa{
	color: #fff;
	transition: 1s;
	left: -10px;
}

nav ul .fa{
	color:#72a99f;
	margin-right: 5px;
}

nav ul .fa:has(.fa-spin){
	text-indent: -7px;
	margin-right: 0;
}


#introduccion h1{
	text-indent: -9999px;
	float:left;
	height: 84px;
	width: 304px;
	background-image: url(../img/logo.png);
	background-repeat: no-repeat;
	margin-top: 30px;
	margin-left: 10px;
	position: fixed;
	z-index: 999999999;
	
}

#introduccion .texto{
	width: 100%;
	height: 245px;
	background-image: url(../img/piquitos2.png);
	background-repeat: repeat-x;
	background-position: bottom 0px left 0;
	
}


#frase{
	color: #fff;
	font-size: 55px;
	margin-left: 7%;
	margin-top: 28px;
	font-weight: 300;
	text-align: center;
	letter-spacing: 2px;
	-webkit-animation: aparecer 7s linear 1;
	-ms-animation: aparecer 7s linear 1;
	-moz-animation: aparecer 7s linear 1;

	
}

#introduccion .animacion{
	width: 100%;
	height: 350px;
	position:relative;
	margin-top: -66px;
	
}

#introduccion .animacion .ventana{
	width: 430px;
	height: 466px;
	background-image: url(../img/sprite-introduccionn.png);
	background-repeat: no-repeat;
	position:absolute;
	left:10px;
	top:-88px;
	-webkit-animation: aniIntro 10s linear 1;
	-ms-animation: aniIntro 10s linear 1;
	-moz-animation: aniIntro 10s linear 1;
		left:130%;
}

#introduccion .animacion .ventana:after {
    content: "";
    display: block;
    width: 200%;
    height: 50px;
    background-color: #fff;
	position: absolute;
	bottom: 43px;
	right: 5px ;
	z-index: -1;
}
#introduccion .animacion:after {
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    background-color: #c0cecc;
	position: absolute;
	bottom: 38px;
	right: 0;
	z-index: -2;
	-webkit-animation: aniIntro 10s linear 1;
	-ms-animation: aniIntro 10s linear 1;
	-moz-animation: aniIntro 10s linear 1;
		left:130%;

}


@-webkit-keyframes aniIntro {
	0%{
		left:0px;
	}

	100%{ 
		left:130%;
	}
}

@-ms-keyframes aniIntro {
	from{
		left:0px;
	}

	to{ 
		left:130%;
	}
}

@-moz-keyframes aniIntro {
	from{
		left:0px;
	}

	to{ 
		left:130%;
	}

}



@-webkit-keyframes aparecer {
	0%{
		opacity: 0;
		color: rgba(255,255,255,0);
	}
	50%{ 
		
		opacity:0;
		color: rgba(255,255,255,0);
	}
	75%{
		opacity: 0.7;
		color: #fff;
	}
	100%{
		opacity: 1;
		color: #fff;

	}
}
@-ms-keyframes aparecer {
	0%{
		opacity: 0;
		color: rgba(255,255,255,0);
	}
	50%{ 
		
		opacity:0;
		color: rgba(255,255,255,0);
	}
	75%{
		opacity: 0.7;
		color: #fff;
	}
	100%{
		opacity: 1;
		color: #fff;

	}
}

@-moz-keyframes aparecer {
	0%{
		opacity: 0;
		color: rgba(255,255,255,0);
	}
	50%{ 
		
		opacity:0;
		color: rgba(255,255,255,0);
	}
	75%{
		opacity: 0.7;
		color: #fff;
	}
	100%{
		opacity: 1;
		color: #fff;

	}

}

.scroll{
	width: 196px;
	height: 185px;
	background-image: url(../img/scroll.png);
	background-repeat: no-repeat;
	position:absolute;
	top: 12%;
	left: 49%;
	-webkit-animation: aparecerse 8.5s linear 1;
	-ms-animation: aparecerse 8.5s linear 1;
	-moz-animation: aparecerse 8.5s linear 1;
}

@-webkit-keyframes aparecerse {
	0%{
		opacity: 0;
		color: rgba(255,255,255,0);
		top:12%;
		left:49%;
	}
	50%{ 
		
		opacity:0;
		color: rgba(255,255,255,0);
		top:12%;
		left:49%;
	}

	65%{
		opacity: 0.4;
		color: #fff;
		top:12.5%;
		left:49%;
	}

	85%{
		opacity: 0.7;
		color: #fff;
		top:13%;
		left:49%;
	}

	95%{
		opacity: 1;
		color: #fff;
		top:12.5%;
		left:49%;

	}

	100%{
		opacity: 1;
		color: #fff;
		top:12%;
		left:49%;
	}
}
@-ms-keyframes aparecerse {
	0%{
		opacity: 0;
		color: rgba(255,255,255,0);
		top:12%;
		left:49%;
	}
	50%{ 
		
		opacity:0;
		color: rgba(255,255,255,0);
		top:12%;
		left:49%;
	}

	65%{
		opacity: 0.4;
		color: #fff;
		top:12.5%;
		left:49%;
	}

	85%{
		opacity: 0.7;
		color: #fff;
		top:13%;
		left:49%;
	}

	95%{
		opacity: 1;
		color: #fff;
		top:12.5%;
		left:49%;

	}

	100%{
		opacity: 1;
		color: #fff;
		top:12%;
		left:49%;
	}
}

@-moz-keyframes aparecerse {
		0%{
		opacity: 0;
		color: rgba(255,255,255,0);
		top:12%;
		left:49%;
	}
	50%{ 
		
		opacity:0;
		color: rgba(255,255,255,0);
		top:12%;
		left:49%;
	}

	65%{
		opacity: 0.4;
		color: #fff;
		top:12.5%;
		left:49%;
	}

	85%{
		opacity: 0.7;
		color: #fff;
		top:13%;
		left:49%;
	}

	95%{
		opacity: 1;
		color: #fff;
		top:12.5%;
		left:49%;

	}

	100%{
		opacity: 1;
		color: #fff;
		top:12%;
		left:49%;
	}
}



/*-------------------------------------1024----------------------------------------*/
@media (max-width: 1024px) {

		nav ul{
			margin-right: 1%;
			margin-top: -5%;
		}

		nav ul li{
			padding-right: 67px;
			text-align:center;
		}

		#introduccion #frase{
			font-size: 50px;
			margin-left: 10%;
		}

		#introduccion .animacion .ventana{	
			height: 456px;
			top:-98px;
		}

		#introduccion .animacion:after {
			bottom: 48px;
		}

}


/*-------------------------------------------------768-----------------------------*/
@media (max-width: 1000px) {
		nav ul{
			text-align: left;
			width: 20%;
		}
		nav ul li{
			text-align: left;
		}
		nav ul li span{
			font-size: 16px !important;
		}
		nav ul li i.fa{
		}


}
/*-------------------------------------------------768-----------------------------*/
@media (max-width: 800px) {
		nav ul{
			margin-right: 0%;
			margin-top: -6%;
			width: 60px;
		}
		nav ul li{
			line-height: 30px;
			text-align: center;
			width: 100%;
			display: inline-block;
		}
		nav ul li span{
			display: none !important;
		}
		nav ul li i.fa{
			font-size: 30px;
			margin: 2px 10px;
		}

		#introduccion #frase{
			font-size: 40px;
			margin-top: 25px;
			margin-left: 7%
			}

		#introduccion .animacion{
			margin-top: -50px;
		}

}

/*-----------------------------------------------640---------------------*/
@media (max-width: 640px) {

		#introduccion h1{
			height: 562px;
			width: 650px;
			margin: 0;
			background-image: url(../img/isologotipo.png);
			background-position:center;
			position:absolute;
			top:-8%;
			left:-1%;
			z-index:0;
			background-size:100%;
		}

		#introduccion .texto{
			height: 450px;
		}

		#introduccion #frase{
			display:none;
		}

		#introduccion .animacion{
			display:none;
		}

		nav ul{
			display:none;
			width: 100%;
			margin:0;
			margin-top: -15px;

		}

		nav ul li{
			display:inline;
			border-radius: 50%;
			padding: 15px;
		}

		#introduccion .scroll{
			margin-top: 8%;
		}

		.alto_ventana{
			display:none;
		}
}

/*-----------------------------------------------340-------------------*/
@media (max-width:340px){

	.alto-ventana{
	min-height: 340px;
		}

	#introduccion h1{
			background-size: 100%;
			z-index:0;	
		}

	#introduccion .scroll{
		margin-left: -19%;
		margin-top: 32%;
		}

}








/*-----------------------------------------------------------------------------------*/
/*------------------------------------------------OTOÑO----------------------*/


#otono{
	width:100%;
	height: auto;
	background-color: #d6e9d3;
}

#otono .fondo{
	width: 100%;
	height: 682px;
	background-image: url(../img/otono.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	position:relative;

}

#otono header{
	width: 100%;
	height: 116px;
	position:relative;
}



#otono .texto{
	width: 28%;
	height: -37px;
	margin-left: 35%;
	margin-top: -90px;
	z-index: 80;
}

#otono #consultor{
	color: #AB6E51;
	font-size: 14px;
	padding-top: 154px;
	font-weight: 300;
	text-align: center;
	letter-spacing: 1px;
	line-height: 30px;
	text-indent: 3px;
	font-family: "Open Sans Condensed", "Helvetica", "Arial", sans-serif;
	text-transform: none;
	font-size: 20px;
}

p>a{
	color:#6B6767;
	text-decoration: none
}

p>a:hover{
	color: #0bb195;
	font-size:16px;
}

#otono .animacion_otono{
	width: 100%;
	height: 279px;
	position: absolute;
	overflow: hidden;
	margin-top: 49px;
}


#otono .ventana_otono_stop{
	width: 430px;
	height: 456px;
	background-image: url(../img/animacion_bebe_quieto.png);
	background-repeat: no-repeat;
	position:absolute;
	left: 54%;
	top:-42%;
}

#otono .ventana_otono_move{
	display: none;
	width: 430px;
	height: 456px;
	background-image: url(../img/animacion_bebe3.png);
	background-repeat: no-repeat;
	position:absolute;
	left: 52.8%;
	top:-42%;
}

#otono #hor{
	width: 30%;
	height: 60px;
	background-image: url(../img/haz_click_hor.png);
	background-repeat: no-repeat;
	position: absolute;
	top: 2%;
	left: 48%;
	-webkit-transform:scale(0.9);
	-moz-transform:scale(0.9);
	-ms-transform:scale(0.9);
	transform:scale(0.9);

}


#hor{
	-webkit-animation: parpadeohor 2s alternate infinite;
	-ms-animation: parpadeohor 2s alternate infinite;
	-moz-animation: parpadeohor 2s alternate infinite;
}

@-webkit-keyframes parpadeohor {
	0%{
		left:48%;
		top:2%;
	}

	50%{ 
		left:48%;
		top:2.5%;
	}

	
	100%{ 
		left:48%;
		top:2%;
	}
	
}

@-ms-keyframes parpadeohor {
	0%{
		left:48%;
		top:2%;
	}

	50%{ 
		left:48%;
		top:2.5%;
	}

	
	100%{ 
		left:48%;
		top:2%;
	}
}

@-moz-keyframes parpadeohor {
	0%{
		left:48%;
		top:2%;
	}

	50%{ 
		left:48%;
		top:2.5%;
	}

	
	100%{ 
		left:48%;
		top:2%;
	}
}





/*-----------------------------------1024-------------------------------*/
@media (max-width: 1024px) { 

	#otono .animacion_otono{
		margin-top: -36px;
		-webkit-transform:scale(0.8);
		-moz-transform:scale(0.8);
		-ms-transform:scale(0.8);
		transform:scale(0.8);
	}


	#otono #hor{
		top:6%;
		-webkit-transform:scale(0.8);
		-moz-transform:scale(0.8);
		-ms-transform:scale(0.8);
		transform:scale(0.8);

	}

	#otono .ventana_otono_stop{
		top:-37%;
	}

	#otono .ventana_otono_move{
		top:-37%;
	}
}

/*----------------------------------------------756----------------------------*/

@media (max-width: 756px) { 

	#otono .animacion_otono{
		margin-top: -36px;
		-webkit-transform:scale(0.6);
		-moz-transform:scale(0.6);
		-ms-transform:scale(0.6);
		transform:scale(0.6);
	}
	

	#otono #hor{
		top: 14%;
		left: 45%;
		-webkit-transform:scale(0.6);
		-moz-transform:scale(0.6);
		-ms-transform:scale(0.6);
		transform:scale(0.6);
	}
	
	#otono .ventana_otono_stop{
		left:52%;
	}

	#otono .ventana_otono_move{
		left:52%;
	}
}

/*---------------------------------------------620------------------------*/
@media (max-width: 620px) { 

		#otono{
			width: 100%;
			height: 100%;
			background-color: #e78e6b;
			overflow: hidden;
			z-index:80;
		}

		#otono .fondo{
			background-image: url(../img/otono_arbol.png);
			background-size: 75%;
			top:-58px;
			left:20%;
		}

		#otono .animacion_otono{
			display:none;
		}

		#otono #hor{
			display: none;
		}

		
		#otono h1{
			height: 109px;
			background-image: url(../img/icono.png);
			background-size: 38%;
			margin-top: 6%;
			margin-left:5%;
			position: absolute;
		}

		#otono .texto{
			width: 62%;
			margin-left: 16%;
			margin-top: -159px;
			padding-top: 583px;
		}

		#otono #consultor{
			color: #fff;
			font-size: 18px;
			padding-top: 0;
		}
}


/*-------------------------------------------340-------------------------------*/

@media (max-width: 340px) { 
		#otono .texto{
			width: 53%;
			padding-top: 517px;
		}

		#otono #consultor{
			font-size: 16px;
		}

}









/*--------------------------------------------------------------------------------
/*INVIERNO-----------------------------------------------------------------------*/


#invierno{
	width:100%;
	height: auto;
	background: -moz-linear-gradient(top,  rgba(194,229,226,1) 0%, rgba(202,233,229,0.79) 30%, rgba(202,233,229,0.64) 51%, rgba(255,255,255,0.3) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(194,229,226,1)), color-stop(30%,rgba(202,233,229,0.79)), color-stop(51%,rgba(202,233,229,0.64)), color-stop(100%,rgba(255,255,255,0.3))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(194,229,226,1) 0%,rgba(202,233,229,0.79) 30%,rgba(202,233,229,0.64) 51%,rgba(255,255,255,0.3) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(194,229,226,1) 0%,rgba(202,233,229,0.79) 30%,rgba(202,233,229,0.64) 51%,rgba(255,255,255,0.3) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(194,229,226,1) 0%,rgba(202,233,229,0.79) 30%,rgba(202,233,229,0.64) 51%,rgba(255,255,255,0.3) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(194,229,226,1) 0%,rgba(202,233,229,0.79) 30%,rgba(202,233,229,0.64) 51%,rgba(255,255,255,0.3) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c2e5e2', endColorstr='#4dffffff',GradientType=0 ); /* IE6-9 */

}

#invierno .fondo{
	width: 100%;
	height: 669px;
	background-image: url(../img/invierno.png);
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center;
	
}

#invierno header{
	width: 100%;
	height: 116px;
	position:relative;
}


#invierno .texto{
	width: 29%;
	height: -37px;
	top: 157px;
	float: right;
	position: relative;
	right: -553px;
	box-shadow:0px 5px rgba(114, 169, 159, 0.3);
	border-radius: 7%;
    background-color: rgba(255,255,255,0.7);
 	z-index:80;
 }

#invierno #contenido{
	color:rgba(114, 169, 159, 1);
	font-size: 14px;
	padding: 30px;
	margin-left: -1px;
	font-weight: 300;
	text-align: center;
	letter-spacing: 1px;
	line-height: 31px;
	text-indent: 5px;
	font-family: "Open Sans Condensed", "Helvetica", "Arial", sans-serif;
	text-transform: uppercase;
	z-index:80;
	
	text-transform: none;
	font-size: 20px;
}

#invierno .animacion_invierno{
	width: 100%;
	height: 456px;
	position:relative;
	overflow: hidden;
	margin-top: -502px;
    margin-left: -80px;
    float:left;

}

#invierno .ventana_invierno_stop{
	width: 430px;
	height: 456px;
	background-image: url(../img/animacion_joven_quieto.png);
	background-repeat: no-repeat;
	position:absolute;
	right:0;
	top:0;
	cursor:pointer;
}

#invierno .ventana_invierno_move{
	display: none;
	width: 430px;
	height: 456px;
	background-image: url(../img/animacion_joven.png);
	background-repeat: no-repeat;
	position:absolute;
	right:0;
	top:0;
	cursor:pointer;
}

/*------------------------------------------------756--------------------------*/

@media (max-width: 756px) { 

	#invierno .texto{
		width: 41%;
	 }

}


/*------------------------------------------------620--------------------------*/

@media (max-width: 620px) { 

	#invierno h1{
			height: 109px;
			background-image: url(../img/icono.png);
			background-size: 38%;
			margin-top: -1%;
			margin-left:3%;
			position: absolute;
	}

	#invierno{
		width: 100%;
		height:100%;
		background-color: #d9eeed;
		overflow: hidden;
	}

	#invierno .fondo{
		background-image: url(../img/copo.png);
		background-size: 130%;
		background-position: center;
	}

	#invierno .animacion_invierno{
		display:none;
	}

	#invierno .texto{
		width: 56%;
		top: 111px;
		right: 113px;
		box-shadow:none;
	 }

}


/*-----------------------------------371---------------------------------*/

@media (max-width: 371px) { 

	#invierno .fondo{
		background-image: url(../img/copo.png);
		background-size: 150%;
		background-position: center;
	}

	#invierno .texto{
		width: 81%;
		top: 112px;
		right: 36px;
	 }
}












/*------------------------------------------------------------------------------------*/

/*------------------------------------PRIMAVERA--------------------------*/

#primavera{
  width:100%;
  height: 715px;
  background: -moz-radial-gradient(center, ellipse cover,  rgba(252,248,206,0.5) 0%, rgba(185,222,190,0.8) 100%); /* FF3.6+ */
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(252,248,206,0.5)), color-stop(100%,rgba(185,222,190,0.8))); /* Chrome,Safari4+ */
background: -webkit-radial-gradient(center, ellipse cover,  rgba(252,248,206,0.5) 0%,rgba(185,222,190,0.8) 100%); /* Chrome10+,Safari5.1+ */
background: -o-radial-gradient(center, ellipse cover,  rgba(252,248,206,0.5) 0%,rgba(185,222,190,0.8) 100%); /* Opera 12+ */
background: -ms-radial-gradient(center, ellipse cover,  rgba(252,248,206,0.5) 0%,rgba(185,222,190,0.8) 100%); /* IE10+ */
background: radial-gradient(ellipse at center,  rgba(252,248,206,0.5) 0%,rgba(185,222,190,0.8) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80fcf8ce', endColorstr='#ccb9debe',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}

#primavera header{
  width: 100%;
  height: 116px;
  position:relative;
}


#primavera .texto{
  width: 22%;
  height: 280px;
  margin-right: 8%;
  margin-top: 5%;
  float: right;
}

#primavera #app{
  display: none;
  color: rgba(211, 96, 82, 1);
  font-size: 11px;
  margin-left: -21px;
  width: 266px;
  padding-top: 151px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 2px;
  line-height: 30px;
  text-indent: 5px;
  font-family: "Open Sans Condensed", "Helvetica", "Arial", sans-serif;
  text-transform: uppercase;
	text-transform: none;
	font-size: 20px;
}

#primavera .tragaperras{
  width: 1000px;
  height: 1000px;
  background-image: url(../img/primavera_a.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top left;
  position: absolute;
  left: -115px;
  top: 2032px;
  -webkit-transform:scale(0.6);
  -moz-transform:scale(0.6);
  -ms-transform:scale(0.6);
  transform:scale(0.6);

}

#primavera .animacion_cabeza{
  width: 160px;
  height: 320px;
  background-color: #fff;
  position: relative;
  overflow: hidden;
  margin-top: 173px;
  margin-left: 22%;
  margin-right: 55px;
  float:left;
  -webkit-transform:scale(1.2);
  -moz-transform:scale(1.2);
  -ms-transform:scale(1.2);
  transform:scale(1.2);

}

#primavera .animacion_cuerpo{
  width: 160px;
  height: 320px;
  background-color: #fff;
  position:relative;
  overflow: hidden;
  margin-top: 173px;
  margin-left: 12px;
  float: left;
  -webkit-transform:scale(1.2);
  -moz-transform:scale(1.2);
  -ms-transform:scale(1.2);
  transform:scale(1.2);

   
}

#primavera .animacion_cola{
  width: 160px;
  height: 320px;
  background-color: #fff;
  position:relative;
  overflow: hidden;
  margin-top:173px;
  margin-left: 70px;
  float:left;
  -webkit-transform:scale(1.2);
  -moz-transform:scale(1.2);
  -ms-transform:scale(1.2);
  transform:scale(1.2);

}


.animal{
  background-image: url(../img/sprite_animales.png);
  background-repeat: repeat-y;
  position: absolute;
  
}

#primavera .ventana_cabeza{
  width: 160px;
  height: 456px;
  right: 0;
  top: 4px;
  transition: all 1.5s ease-in-out;
  -webkit-transition: all 10s ease-in-out;
  -moz-transition: all 10s ease-in-out;
  -ms-transition: all 10s ease-in-out;
}

#primavera .ventana_cuerpo{
 width: 180px;
  height: 600px;
  background-size: 276%;
  background-position: -168px 0px;
  right: -19px;
  top: -278px;
  transition: all 8s ease-in-out;
  -webkit-transition: all 12s ease-in-out;
  -moz-transition: all 12s ease-in-out;
  -ms-transition: all 12s ease-in-out;
}

#primavera .ventana_cola{
  width: 170px;
  height: 899px;
  background-size: 308%;
  background-position: -348px 0px;
  right: 3px;
  top: -561px;
  transition: all 8s ease-in-out;
  -webkit-transition: all 14s ease-in-out;
  -moz-transition: all 14s ease-in-out;
  -ms-transition: all 14s ease-in-out;

}

#primavera .ventana_manivela{
 width: 84px;
  height: 335px;
  position: relative;
  overflow: hidden;
  margin-top: 218px;
  margin-left: 15px;
  float:left;
  z-index: 40;
  cursor:pointer;
}

#primavera .ventana_manivela .obj{
  width: 65%;
  height: 445px;
  background-image: url(../img/tragaperras.png);
  background-repeat: no-repeat;
  background-size:291%;
}

#primavera .haz_click{
  width: 124px;
  height: 112px;
  background-image: url(../img/haz_click.png);
  background-repeat: no-repeat;
  position: absolute;
	top: 150px;
	left: 850px;
}

#primavera .haz_click{
  -webkit-animation: parpadeo 3s alternate infinite;
  -ms-animation: parpadeo 3s alternate infinite;
  -moz-animation: parpadeo 3s alternate infinite;
}

@-webkit-keyframes parpadeo {
  0%{
    left:840px;
    top:150px;
  }

  25%{ 
    left:850px;
    top:145px;
  }

  50%{ 
    left:855px;
    top:150px;
  }

  100%{ 
    left:850px;
    top:145px;
  }

}

@-ms-keyframes parpadeo {
  0%{
    left:840px;
    top:150px;
  }

  25%{ 
    left:850px;
    top:145px;
  }

  50%{ 
    left:855px;
    top:150px;
  }

  100%{ 
    left:850px;
    top:145px;
  }

}

@-moz-keyframes parpadeo {
  0%{
    left:840px;
    top:150px;
  }

  25%{ 
    left:850px;
    top:145px;
  }

  50%{ 
    left:855px;
    top:150px;
  }

  100%{ 
    left:850px;
    top:145px;
  }

}

/*-----------------------------------1024-------------------------------*/
@media (max-width: 1024px) { 
        #primavera .texto {
          margin-right: 0%;
          }

          #primavera #app {
            font-size: 9px;
            width: 164px;
            }

        #primavera .tragaperras{
          left: -219px;
          -webkit-transform:scale(0.5);
          -moz-transform:scale(0.5);
          -ms-transform:scale(0.5);
          transform:scale(0.5);

        }

        #primavera .animacion_cabeza{
          margin-top: 161px;
          margin-left: 26%;
          -webkit-transform:scale(1.1);
          -moz-transform:scale(1.1);
          -ms-transform:scale(1.1);
          transform:scale(1.1);

        }

        #primavera .animacion_cuerpo{
          margin-top: 161px;
          margin-left: -29px;
          -webkit-transform:scale(1.1);
          -moz-transform:scale(1.1);
          -ms-transform:scale(1.1);
          transform:scale(1.1);

           
        }

        #primavera .animacion_cola{
          margin-top:161px;
          margin-left: 21px;
          -webkit-transform:scale(1.1);
          -moz-transform:scale(1.1);
          -ms-transform:scale(1.1);
          transform:scale(1.1);

        }

        #primavera .ventana_manivela{
          margin-top: 213px;
          margin-left: 13px;
          -webkit-transform:scale(1.1);
          -moz-transform:scale(1.1);
          -ms-transform:scale(1.1);
          transform:scale(1.1);
        }

        #primavera .haz_click{
          background-image:url(../img/haz_click_b.png);
          margin-top: -889px;
          margin-left: -92px;
          height: 125px;
          -webkit-transform:scale(0.8);
          -moz-transform:scale(0.8);
          -ms-transform:scale(0.8);
          transform:scale(0.8);
          }
}
/*----------------------------------------------756----------------------------*/

@media (max-width: 756px) { 

        #primavera .texto {
          margin-right: 5%;
          margin-top: 10%;
          }

        #primavera #app {
            font-size: 16px;
            width: 179px;
            }

        #primavera .tragaperras{
          left: -239px;
          -webkit-transform:scale(0.4);
          -moz-transform:scale(0.4);
          -ms-transform:scale(0.4);
          transform:scale(0.4);

        }

        #primavera .animacion_cabeza{
          margin-top: 177px;
          margin-left: 24%;
          -webkit-transform:scale(1.1);
          -moz-transform:scale(1.1);
          -ms-transform:scale(1.1);
          transform:scale(1.1);

        }

        #primavera .animacion_cuerpo{
          margin-top: 177px;
          margin-left: -9px;
          -webkit-transform:scale(1.1);
          -moz-transform:scale(1.1);
          -ms-transform:scale(1.1);
          transform:scale(1.1);

           
        }

        #primavera .animacion_cola{
          margin-top:177px;
          margin-left: 44px;
          -webkit-transform:scale(1.1);
          -moz-transform:scale(1.1);
          -ms-transform:scale(1.1);
          transform:scale(1.1);

        }

        #primavera .ventana_manivela{
          margin-top: 212px;
          margin-left: 12px;
          -webkit-transform:scale(1.1);
          -moz-transform:scale(1.1);
          -ms-transform:scale(1.1);
          transform:scale(1.1);
        }

         #primavera .haz_click{
          background-image:url(../img/haz_click_b.png);
          margin-top: -899px;
          margin-left: -85px;
          height: 125px;
          -webkit-transform:scale(0.7);
          -moz-transform:scale(0.7);
          -ms-transform:scale(0.7);
          transform:scale(0.7);
          }
}


/*---------------------------------------------620------------------------*/
@media (max-width: 620px) { 
    #primavera{
      background-color: #e3efc7;
      overflow: hidden;
    }

    #primavera .tragaperras{
      display:none;
    }

    #primavera .cabecera{
      background-image: url(../img/primavera.png);
      background-repeat:no-repeat;
      background-position: center;
      background-size: 58%;
      width: 100%;
      height: 552%;
      margin-left: 37%;
    }

    .animacion_cabeza,.animacion_cuerpo,.animacion_cola,.ventana_manivela{
      display:none;
    }
    
   h1{
      height: 109px;
      background-image: url(../img/icono.png);
      background-size: 38%;
      margin-top: 6%;
      margin-left:5%;
      position: absolute;
    }

    #primavera .texto{
      width: 100%;
      height: 25%;
      margin:0;
      padding:0;
      margin-top: 394px;
      background-color: #d1e49c;
    }

    #primavera #app{
      display: block;
      margin-top: -139px;
      margin-left:5%;
      width: 61%;

    }

}

/*-------------------------------------------340-------------------------------*/

@media (max-width: 340px) { 
  #primavera .cabecera{
      background-position: center;
      background-size: 70%;
      margin-left: 23%;
    }

  #primavera .texto{
      margin-top: 369px;
      height: 100%;
    }

    #primavera #app{
      margin-left:1%;
      width: 59%;

    }

}








/*----------------------------------------------------------------------------------*/
/*------------------------------------VERANO-------------------------------------*/



#verano{
  width:100%;
  height: 692px;
  background-color: #d0edf6;
}

#verano .fondo{
  width: 100%;
  height: 692px;
  background-image: url(../img/verano.png);
  background-repeat: no-repeat;
  background-position: top;
  background-size: 100%;
}

#verano header{
  width: 100%;
  height: 116px;
  position:relative;
}


#verano .texto{
  width: 22%;
  height: 280px;
  margin-left: 6%;
  margin-top: 8%;
}

#verano #learning{
  color:rgba(128, 160, 153, 1);
  font-size: 14px;
  margin-left: -36px;
  width: 317px;
  padding-top: 51px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 2px;
  line-height: 30px;
  text-indent: 5px;
  font-family: "Open Sans Condensed", "Helvetica", "Arial", sans-serif;
  text-transform: uppercase;
	text-transform: none;
	font-size: 20px;
}

#verano .boton_demo{
  width: 139px;
  height: 121px;
  background-image: url(../img/boton_demo.png);
  background-repeat: no-repeat;
  position:absolute;
  left:27%;
  cursor:pointer;
}

#verano .animacion_verano{
  width: 52%;
  height: 326px;
  background-image: url(../img/colchoneta.png);
  background-repeat: no-repeat;
  background-size: contain;
  position:relative;
  margin-top: -23%;
  margin-left: 42%;
  -webkit-transform:scale(0.9);
  -moz-transform:scale(0.9);
  -ms-transform:scale(0.9);
  transform:scale(0.9);
}

.ani1{
    -webkit-animation: aniVeranoUno 13s alternate infinite;
  -ms-animation: aniVeranoUno 13s alternate infinite;
  -moz-animation: aniVeranoUno 13s alternate infinite;
}

@-webkit-keyframes aniVeranoUno {
  0%{
    left:0px;
    top:0px;
  }

  25%{ 
    left:1%;
    top:1%;
  }

  50%{ 
    left:1.5%;
    top:0px;
  }

  100%{ 
    left:1%;
    top:1%;
  }
  0%{
    left:0px;
    top:0px;
  }
}

@-ms-keyframes animacion {
  0%{
    left:0px;
    top:0px;
  }

  25%{ 
    left:1%;
    top:1%;
  }

  50%{ 
    left:1.5%;
    top:0px;
  }

  100%{ 
    left:1%;
    top:1%;
  }
  0%{
    left:0px;
    top:0px;
  }
}

@-moz-keyframes animacion {
  0%{
    left:0px;
    top:0px;
  }

  25%{ 
    left:1%;
    top:1%;
  }

  50%{ 
    left:1.5%;
    top:0px;
  }

  100%{ 
    left:1%;
    top:1%;
  }
  0%{
    left:0px;
    top:0px;
  }
}

.ani2{
    -webkit-animation: animacionrap 7s alternate infinite;
  -ms-animation: animacionrap 7s alternate infinite;
  -moz-animation: animacionrap 7s alternate infinite;
}

@-webkit-keyframes animacionrap {
  0%{
    left:3%;
    top:3%;
  }

  25%{ 
    left:5%;
    top:5%;
  }

  50%{ 
    left:2%;
    top:7%;
  }

  100%{ 
    left:6%;
    top:8.9%;
  }
  0%{
    left:0px;
    top:0px;
  }
}

@-ms-keyframes animacionrap {
  0%{
    left:0px;
    top:0px;
  }

  25%{ 
    left:1%;
    top:1%;
  }

  50%{ 
    left:1.5%;
    top:0px;
  }

  100%{ 
    left:1%;
    top:1%;
  }
  0%{
    left:0px;
    top:0px;
  }
}

@-moz-keyframes animacionrap {
  0%{
    left:0px;
    top:0px;
  }

  25%{ 
    left:1%;
    top:1%;
  }

  50%{ 
    left:1.5%;
    top:0px;
  }

  100%{ 
    left:1%;
    top:1%;
  }
  0%{
    left:0px;
    top:0px;
  }
}

#verano .ventana_verano{
  width: 100%;
  height: 100%;
  background-image: url(../img/leon_verano.png);
  background-repeat: no-repeat;
  position:absolute;
  right: -24%;
  top: -49%;
  -webkit-transform:scale(1);
  -moz-transform:scale(1);
  -ms-transform:scale(1);
  transform:scale(1);
}

footer{
  width:100%;
  height: 24px;
  text-align: center;
	position: relative;
	z-index: 9999;
}

footer span{
  display: inline-block;
  margin-top: 5px;
  color: rgba(11,177,149,0.5);
  margin-left: 5%;
  letter-spacing: 2px;
	font-family:"Helvetica", sans-serif !important;
	font-size: 80%;

}

footer a{
  display: inline-block;
  margin-top: 5px;
  color: rgba(11,177,149,0.7);
  letter-spacing: 3px;
	font-family:"Helvetica", sans-serif !important;
	font-size: 80%;

}



/*-----------------------------------1024-------------------------------*/
@media (max-width: 1024px) { 

      #verano .animacion_verano{
          width: 64%;
          margin-top: -33%;
          margin-left: 39%;
          -webkit-transform:scale(0.8);
          -moz-transform:scale(0.8);
          -ms-transform:scale(0.8);
          transform:scale(0.8);
        }

      #verano .ventana_verano{
          right: -7%;
          top: -55%;
          -webkit-transform:scale(0.8);
          -moz-transform:scale(0.8);
          -ms-transform:scale(0.8);
          transform:scale(0.8);
        }

      #verano .boton_demo{
          left:25%;
          -webkit-transform:scale(0.8);
          -moz-transform:scale(0.8);
          -ms-transform:scale(0.8);
          transform:scale(0.8);
        }
}

/*-----------------------------------756-------------------------------*/
@media (max-width: 756px) { 
  
      #verano .animacion_verano{
          width: 77%;
          margin-top: -44%;
          margin-left: 33%;
          -webkit-transform:scale(0.7);
          -moz-transform:scale(0.7);
          -ms-transform:scale(0.7);
          transform:scale(0.7);
        }

      #verano .ventana_verano{
          -webkit-transform:scale(0.7);
          -moz-transform:scale(0.7);
          -ms-transform:scale(0.7);
          transform:scale(0.7);
        }


      #verano #learning{
            font-size: 12px;
            width: 285px;
          }

      #verano .boton_demo{
          -webkit-transform:scale(0.7);
          -moz-transform:scale(0.7);
          -ms-transform:scale(0.7);
          transform:scale(0.7);
        }
}

/*-----------------------------------620-------------------------------*/
@media (max-width: 620px) { 

   #verano h1{
      height: 109px;
      background-image: url(../img/icono.png);
      background-size: 38%;
      margin-top: 6%;
      margin-left:5%;
      position: absolute;
    }

      #verano{
      width:100%;
      height: 692px;
      background-color: #f7dd93;
    }

    #verano .fondo{
      background-image: url(../img/verano_b.png);
      background-size:100%;
    }

    .animacion_verano{
      display:none;
    }


    #verano .texto{
      margin-left: 22%;
    }


    #verano #learning{
      font-size: 13px;
      margin-left: -56px;
      width: 285px;
    }

    #verano .boton_demo{
      width: 184px;
      height: 171px;
      background-image: url(../img/boton.png);
      left: 19%;
    }

}


/*-----------------------------------320-------------------------------*/
@media (max-width: 350px) { 

	 #verano .texto{
          width: 100%;
          padding: 20px;
          margin-left: 0px;
        }
    #verano #learning{
          font-size: 16px;
          width: 100%;
          margin: 0px;
        }

    footer{
		  height: 30px;
		}

    footer span{
		  font-size: 50% !important;
		}

}