*{
  margin:0
  padding:0;
  -webkit-box-sizing:border-box;
  -moz-sizing:border-box;
  box-sizing: border-box;
}

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

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}


body {
    line-height:1;
}

body {
	-webkit-text-size-adjust: none;
}
/***************************************Fin del reset */



/* Basic */

	@-ms-viewport {
		width: device-width;
	}

	/*body {
		-ms-overflow-style: scrollbar;
	}*/

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

		html, body {
			min-width: 320px;
		}

	}

	html {
		box-sizing: border-box;
	}

	*, *:before, *:after {
		box-sizing: inherit;
	}

	body {
		/*background: #E0E0E2;*/
		background-image:url(../img/fase_2/bg_fase_2.jpg);
		background-repeat: repeat-x repeat-y;
	}

		body.is-preload *, body.is-preload *:before, body.is-preload *:after {
			-moz-animation: none !important;
			-webkit-animation: none !important;
			-ms-animation: none !important;
			animation: none !important;
			-moz-transition: none !important;
			-webkit-transition: none !important;
			-ms-transition: none !important;
			transition: none !important;
		}






.contenedor{/*background-color: #F9F3E5;*/
		width: 100%;
		height:39em;/***************************************alto */
		max-width: 68em;
		margin: 0 auto;
		padding: 0 2.5em;}

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

			#contenedor > * > .interno {
				padding: 0 1.25em;
			}

		}



/* Header */

	#header {
		padding: 3em 0 0.1em 0 ;
	}


			#header .icono {
				margin-right: 0.65em;
			}

				#header .icono img {
					display: block;
					width: 2.5em;
					height: 2.5em;
				}


#header .logo {
			display: block;
			border-bottom: 0;
			font-weight: 600;
			letter-spacing: 0.1em;
			margin: 0 0 0 0;
			text-decoration: none;
			display: inline-block;
			animation: anims_1 3s;
		}

		#header .logo > * {
				display: inline-block;
				vertical-align: middle;
			}


.titulo  {
		font-size: 1.5em;
		font-weight: 700;
		line-height: 1.3;
	    margin: 0 0 0 0;
		height: 1.2em;
		/*overflow:hidden;*/
		color: #212121;
		font-family: 'Libre Baskerville', serif;
		animation: anims_1 3s;
		opacity: 94%
	}

/*Animación Titulo 1*/
@keyframes anims_1 {
	0%{opacity: 0%;
	margin-left: 0.8em;}
	25%{opacity: 94%;
		margin-left: 0em;}
	100%{opacity: 94%;
	margin-left: 0em;}
	}



.subtitulo  {font-size: 0.8em;
		margin: 0 0 0 4.4em;
	    color:#6C5570;
		font-family: "Source Sans Pro", Helvetica, sans-serif;
		animation: anims_2 3s;
		margin-left: 4.5em;
	opacity: 90%;
	}


/*Animación Subtitulo*/
@keyframes anims_2 {
	0%{opacity: 0%;
	margin-left: 0;}
	25%{opacity: 90%;
		margin-left: 4.5em;}
	100%{opacity: 90%;
	margin-left: 4.5em;}

	}



@keyframes anims_txt1 {
	0%{opacity: 0%;}
	5%{opacity: 0%;}
	8%{opacity: 100%;}
	38%{opacity: 100%;}
	44%{opacity: 0%;}
	100%{opacity: 0%;}
	}


@keyframes anims_txt2 {
	0%{opacity: 0%;}
	45%{opacity: 0%;}
	48%{opacity: 100%;}
	74%{opacity: 100%;}
	78%{opacity: 0%;}
	}



@keyframes anims_txt3 {
	0%{opacity: 0%;}
	60%{opacity: 0%;}
	64%{opacity: 100%;}
	90%{opacity: 100%;}
	94%{opacity: 0%;}
	}


  .flor {margin: 2.5em 2em 2em 1em;
	  	display:block;
		align-items: center;
		justify-content: center;

    /*-webkit- transition: all 1s ease;
    -moz- transition: all 1s ease;*/
  }

mi.cursor{
  cursor: url(img/fase_2/Comprimido75/luna_creciente.png);
}

.flor img { margin: 0px;
 			animation-duration:2.2s;
	 			 /*animation-duration: 3s;*/
  			animation-name: slidein;
  			animation-iteration-count: infinite;
  			animation-direction: alternate;
  			float: inherit;
 				/*padding: 10px 15px;*/
	 		padding: 0.5em 0.5em 0.5em 0.5em;
	 		cursor: pointer;
	 			/*background: #F08C8E;*/
	 		margin-left: 2.5em;
  }
  @keyframes slidein {

  from {
    margin-top: -1%;
	  position: absolute;
    /*height: 5%;*/

  }

  to {
	  margin-top: 4%;
	  position: absolute;
   /* margin-top: 10%;
   height: 40%;*/
  }
}



#footer {
	/*background: #3538C9;*/
	margin-top: -2em;
	display: block;




	}



.song img {
	width: 1.7em;
	cursor: pointer;
	margin-left: 61em;
}


/*********Botones slide**********/
.btn img  {width: 1.7em; 
}


ul.btn {display: -moz-flex;
  		display: -webkit-flex;
  		display: -ms-flex;
  		display: flex;
  		cursor: pointer;
  		list-style: none;
	width: 25%;
	margin-left: 22.5em;
	margin-right: auto;
	margin-top: 2.8em;


  	}


.siguiente {margin-left: 32.66em;
	margin-top: -1.5em;
animation: txt_6 40s;}
@keyframes txt_6 {
	0%{opacity: 0%;}
	64%{opacity: 0%;}
	67%{opacity: 100%;}
	100%{opacity: 100%;}
	}




/*

@keyframes btn_3 {
	0%{opacity: 0.8;}
	60%{opacity: 0.8;}
	64%{opacity: 0.8;}
	90%{opacity: 0.8;}
	94%{opacity: 1;}
	}*/





  		ul.btn li {margin-left: auto;
			margin-right: auto;
			width: 25%;
  		}


ul.btn li a {
			display: flex;
			align-items: center;
			justify-content: center;
			height: 2.5em;
			width: 2.5em;

  		}


ul.btn li a:hover {background-image: url(../img/4_lunas_slide/hover.png);
			display: flex;
			align-items: center;
			justify-content: center;
			height: 2.5em;
			width: 2.5em;
			background-repeat: round;
  		}



.textos_anims1 {background:rgba(252, 169, 167, 0.49);
	border:rgba(252, 169, 167, 0.49).2em solid;
	 border-radius: 10px;
   		color: #355952de;
		font-family: 'Libre Baskerville', serif;
		text-align: center;
		padding: 0.3em 0.6em 0.3em 0.6em;
		margin: -13em 0em 0em 27em;
		width: 30%;
		line-height : 1.6em;
		font-size: 0.8em;
		position:relative;
		z-index: 100;
		animation: txt_1 40s;
}


/*Animación Subtitulo*/
@keyframes txt_1 {
	0%{opacity: 0%;}
	2%{opacity: 0%;}
	5%{opacity: 100%;}
	100%{opacity: 100%;}
	}

@keyframes txt_2 {
	0%{opacity: 0%;}
	15%{opacity: 0%;}
	18%{opacity: 100%;}
	100%{opacity: 100%;}
	}

@keyframes txt_3 {
	0%{opacity: 0%;}
	28%{opacity: 0%;}
	31%{opacity: 100%;}
	100%{opacity: 100%;}
	}

@keyframes txt_4 {
	0%{opacity: 0%;}
	41%{opacity: 0%;}
	44%{opacity: 100%;}
	100%{opacity: 100%;}
	}

@keyframes txt_5 {
	0%{opacity: 0%;}
	54%{opacity: 0%;}
	57%{opacity: 100%;}
	100%{opacity: 100%;}
	}


.textos_anims2 {position:relative;
		z-index: 100;
		/*background:rgba(253, 255, 147,50%);*/
		border:rgba(255, 151, 151)dotted;
		border-radius: 10px;
   		color: #355952de;
		font-family: 'PT Sans', sans-serif;
		text-align: center;		
		padding: 0.3em 0.6em 0.3em 0.6em;
		margin: -3em 0em 0em 48em;
		width: 30%;
		line-height : 1.6em;
		font-size: 0.9em;
		animation: txt_2 40s;

}

.textos_anims3{position:relative;
		color: #355952de;
		/*background:rgba(253, 255, 147,50%);*/
		border:rgba(255, 151, 151)dotted;
		border-radius: 10px;
		font-family: 'PT Sans', sans-serif;
		text-align: center;
		padding: 0.3em 0.6em 0.3em 0.6em;
		margin: 19em 0em 0em 10em;
		width: 30%;
		line-height : 1.6em;
		font-size: 0.9em;
		animation: txt_4 40s;
}

.textos_anims4{position:relative;
		z-index: 100;
		/*background:rgba(253, 255, 147,50%);*/
		border:rgba(255, 151, 151)dotted;
		border-radius: 10px;
   		color: #355952de;
		font-family: 'PT Sans', sans-serif;
		text-align: center;
		padding: 0.3em 0.6em 0.3em 0.6em;
		margin: -28em 0em 0em 0em;
		width: 30%;
		line-height : 1.6em;
		font-size: 0.9em;
		animation: txt_3 40s;
}

.textos_anims5{position:relative;
		z-index: 100;
		/*background:rgba(253, 255, 147,50%);*/
		border:rgba(255, 151, 151)dotted;
		border-radius: 10px;
   		color: #355952de;
		font-family: 'PT Sans', sans-serif;
		text-align: center;
		padding: 0.3em 0.6em 0.3em 0.6em;
		margin: 16em 0em 0em 40em;
		width: 30%;
		line-height : 1.6em;
		font-size: 0.9em;
		animation: txt_5 40s;
}

.textos_anims8{
   animation: opacityOnAndOff;
   animation-duration: 20s;
   animation-fill-mode: forwards;
   animation-iteration-count: 1;
   font-family: 'PT Sans', sans-serif;
   color: #355952de;
   border: rgb(252, 169, 167, 0.3)dotted;
   font-size: 0.9em;
   background:rgba(252, 169, 167, 0.3);
   border-radius: 10px;
   width: 8%;
   text-align: center;
   position: absolute;
   margin-left: 446px;
   margin-top: -228px;
   z-index: 150;
}


@keyframes opacityOnAndOff {
    0% {
        opacity: 0;
    }
    10%{
      opacity: 1;
    }
    80%{
      opacity: 1;
    }
    100% {
        opacity: 0;
    }
}












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

			h1 {
				font-size: 2em;
				margin: 0 0 1em 0;
			}

















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

			#header {
				padding: 4em 0 0.1em 0 ;
			}
