*{
  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;
		}



.bg_luna img {
	width: 55%;
	margin-bottom: 2em;
	margin-top: 1.5em;
}

.bg_luna{display: flex;
	align-items: center;
	justify-content: center;


}

.contenedor{/*background: #D4CFCF;*/
		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: 1em 0 0 0 ;
	}


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


.subtitulo p {font-size: 1em;
			font-family: 'Libre Baskerville', serif;
	     	color:#111111;
			text-align: center;
			line-height : 2em;
			width: 32%;
}


.subtitulo {display:flex;
			align-items: center;
			justify-content: center;
			position:relative;
			z-index: 100;
			margin-top: -20em;
	}



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

}




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

.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;
		cursor: pointer;
		list-style: none;
		color:#654F68;
		font-size: 1.18em;
		text-align: center;
		font-family: "Source Sans Pro", Helvetica, sans-serif;
		margin-left: -2em;

		align-items: center;
		justify-content: center;
		/*margin: 0 0 28em 28em;*/

	}


.btn 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;
}

.btn a:hover {
  opacity: 0.8;
}











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