*{
  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-image:url(../img/intro_img/bg_home.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: #F3F3F3;*/
		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: 3.5em 0 0.1em 0 ;
	}


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

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

.logo_selene {display:flex;
			align-items: center;
			justify-content: center;
			position:relative;
				}

.logo_selene img{width: 10em;
				position: absolute;
				z-index: 100;
				margin-top: -28em;
}

#header .logo {
			display: block;
			border-bottom: 0;
			font-weight: 600;
			letter-spacing: 0.1em;
			margin: 0 0 0 0;
			text-decoration: none;
			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.5em 0 0 0;
		height: 1.2em;
		/*overflow:hidden;*/
		color: #212121;
		font-family: 'Libre Baskerville', serif;
		opacity: 94%;
 		display: flex;
  		align-items: center;
 		justify-content: center;
		animation: anims_1 4s;
	}


@keyframes anims_1 {
	0%{opacity: 0%;
	margin-left: 0.8em;}
	25%{opacity: 94%;
		margin-left: 0em;}
	100%{opacity: 94%;
	margin-left: 0em;}
	}

.texto {position:relative;
		/*background:rgba(206, 127, 255, 0.3);*/
   		color: #355952de;
		font-family: 'Libre Baskerville', serif;
		text-align: center;
		border:rgba(208, 147, 255, 0.38).2em solid;
		width: 65%;
		line-height : 2.3em;
		font-size: 0.9em;
   		border-radius: 10px;
		padding: 1em 1em 1em 1em;
		margin:0em 0em 0em 6em;
		animation: txt_1 40s;
  		background:rgba(208, 147, 255, 0.38);
}

@keyframes anims_2 {
	0%{opacity: 0%;
	margin-left: -4em;}
	25%{opacity: 90%;
		margin-left: 0em;}
	100%{opacity: 90%;
	margin-left: 0em;}

	}

.mens{position:relative;
		/*background:rgba(206, 127, 255, 0.3);*/
   		color: #355952de;
		font-family: 'PT Sans', sans-serif;
		text-align: center;
		border:rgba(208, 147, 255, 0.38) dotted;
		width: 75%;
		line-height : 1.5em;
		font-size: 0.9em;
   		border-radius: 10px;
		padding: 1em 1em 1em 1em;
		margin:2em 0em 0em 4.3em;
		animation: txt_3 40s;		
	}

@keyframes txt_1 {
	0%{opacity: 0%;}
	2%{opacity: 0%;}
	5%{opacity: 100%;}
	100%{opacity: 100%;}
	}





/*.no_mens {position:relative;
		z-index: 100;
		background:rgba(206, 127, 255, 0.3);
   		color: #355f56;
		font-family: 'PT Sans', sans-serif;
		text-align: center;
		border:rgba(208, 147, 255, 0.38) dashed;
		width: 30%;
		line-height : 1.6em;
		font-size: 0.9em;
   		border-radius: 10px;
		animation: txt_4 40s;
		padding: 0.3em 0.6em 0.3em 0.6em;
		margin:2em 0em 0em 14em}*/



.no_mens {margin: 2em 0em 0em 7.6em;
animation: txt_4 30s;
}
@keyframes txt_4 {
	0%{opacity: 0%;}
	41%{opacity: 0%;}
	44%{opacity: 100%;}
	100%{opacity: 100%;}
	}

.no_mens a{
  background:rgba(206, 127, 255, 0.3);
  text-decoration: none;
  font-family:'PT Sans', sans-serif;
  color:#355952de;
  font-size: 0.9em;
  padding: 0.5em 0.8em 0.5em 0.8em;
  width: 300px;
  border-radius: 10px;
}

.no_mens a:hover {
  opacity: 0.8;
}





.cuerpo {
    margin: 0.5em 0em 1em 0em;
    display: flex;
	align-items: center;
  	justify-content: center;
    width: 90%; 
	margin-top: 2em;
	/*background: #E3BABA;*/    
}



.pregunta{
/*background:#A28F8F;*/
width: 80%;}


.calenda{position: relative;
	
	
}
.calendar img {width: 115%;
/*background:#E0BEBF;*/
animation: txt_2 40s;

}

@keyframes txt_2 {
	0%{opacity: 0%;}
	10%{opacity: 0%;}
	13%{opacity: 100%;}
	100%{opacity: 100%;}
	}

@keyframes txt_3 {
	0%{opacity: 0%;}
	20%{opacity: 0%;}
	25%{opacity: 100%;}
	80%{opacity: 100%;}
	}

.textos_anims1 { color: #585858;
		margin: 4em 1em 1em 1em;
		font-family: 'PT Sans', sans-serif;
		text-align: center;

}



#footer {/*background: #3538C9;*/
	position: absolute;
	margin:24em 0 0 6em;
	 
	}

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




.slide {height: 1.5em;


			}

.slide img {
	width: 6em;

}




ul.btn {display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display:flex;		
		list-style: none;
		position: absolute;
		z-index: 100;
		padding: 0;
		cursor: pointer;

	/*opacity: 0%;*/
	

		
	}


.b1{margin: -20em 0 0 9.4em;
	padding: 0em;
	
	}


.b2{margin: -19.8em 0 0 0.7em;
	padding: 0em;
	}
.b3{margin: -19.2em 0 0 0.5em;
	padding: 0em;
	}
.b4{margin: -18.6em 0 0 0.4em;
	padding: 0em;
	}

.b5{margin: -22.2em 0 0 0.4em;
	padding: 0em;
	}
.b6{margin: -20.5em 0 0 0.1em;
	padding: 0em;
	}






.menu {
  font-size: 0.9em;
  color: #6C5570;
  font-family: "Source Sans Pro", Helvetica, sans-serif;
  margin-top: -84px;
}





nav ul {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
	margin-left: -2.7em;
}



.menu ul{}

  .menu ul li {
    list-style: none;
    float: right;
  }

  .menu ul li a {
    text-decoration: none;
    padding: 10px 30px;
    color:  #572364;
  }



  .selene {
    transform: scale(0.5);
  }

  




		@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 ;
			}
