@font-face { 
    font-family: 'HomepageBaukasten-Bold';
    src: url('../fonts/HomepageBaukasten-Bold.eot');
    src: url('../fonts/HomepageBaukasten-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/HomepageBaukasten-Bold.woff2') format('woff2'), url('../fonts/HomepageBaukasten-Bold.woff') format('woff'), url('../fonts/HomepageBaukasten-Bold.ttf') format('truetype');
  }
@font-face {
    font-family: 'nexa_boldregular';
    src: url('../fonts/nexa_bold-webfont.woff2') format('woff2'),
         url('../fonts/nexa_bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'nexa_lightregular';
    src: url('../fonts/nexa_light-webfont.woff2') format('woff2'),
         url('../fonts/nexa_light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
/*----RESET CSS---*/
*{
	margin: 0;
	padding: 0;
	box-sizing:border-box;
}

ul {
	list-style: none
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	background-color:#fff;
    font-family: 'nexa_lightregular', sans-serif;
    color:#000;
    margin:0px auto;
	overflow-y: scroll;
    overflow-x: hidden;
    background-image: url(../imagenes/background-body-top.png);
    background-repeat: no-repeat;
    background-position: top left;  
}
.clear {
	clear: both;
}
html, body{
    height: 100%;
	min-height: 100%;
 	position: relative;
}

a {
	text-decoration:none;
	color:#f09;
}
p {
	display:block;
}
/*---FINAL RESET CSS---*/

/*----HEADER----*/
header {
    display: block;
    margin: 0px auto;
    width: 100%;
    max-width:1280px;
    padding-top: 120px;
}
header section{
    display: block;
    width: 350px;
    margin: 0px auto;
}
header a{
    display: block;
    float: left;
    margin-right: 30px;
    margin-left: 30px;
    margin-top: 22px;
}
/*---- MAIN ----*/
main {
    display: block;
    margin: 25px auto 0px auto;
    width: 100%;
    max-width:1280px;
    background-color: #DDE1E4;
}
main section.left {
    display: block;
    width: 100%;
    height: 100%;
    float: left;
    padding: 30px;
    background-color: #EBEFF2;
}
main section.left article{
    display: block;
    width: 100%;
    padding: 20px;
    background-color: #fff;
    margin-bottom: 30px;
    -webkit-box-shadow: 7px 7px 17px -8px rgba(0,0,0,0.75);
    -moz-box-shadow: 7px 7px 17px -8px rgba(0,0,0,0.75);
    box-shadow: 7px 7px 17px -8px rgba(0,0,0,0.75);
}
main ul {
    display: flex;
    width: 100%;
}
main ul li {
    display: flex;
    width: 100%;
    list-style: none;
    text-align: center!important;
}
main ul li a {
    display: flex;
    color: #fff;
    padding: 20px;
    width: 100%;
    border-radius: 8px;
    cursor: pointer;
    text-align: center!important;
    background-color: #652D90;
    margin: 10px 20px;
}
main ul li a:hover {
    background-color: #2d0f44;
}
/*-------------------- CONTENIDO --------------------------*/
h1 {
    display: block;
    width: 80%;
    font-size:2em;
    color:#652D90;
    font-family: 'HomepageBaukasten-Bold', sans-serif;
    text-align: center;
    margin: 30px auto;
}
h1 span.span_1{
    color:#f09;
}
h1 span.span_2{
    color:#616161;
    display: block;
    font-size: .5em;
    font-weight: 100;
    font-family: 'nexa_lightregular';
    letter-spacing: .1em;
}
h2 {
    font-size:1.1em;
    color:#f09;
    margin-bottom: 15px;
    font-family: 'nexa_boldregular', sans-serif;
}
h3 {
    font-size:1.1em;
    margin-bottom: 5px;
    color:#f09;
    font-family: 'nexa_boldregular', sans-serif;
}
h4{
    display: block;
    margin: 20px 0px;
    font-size: 1.5em;
    text-align: center;
}
.informacion {
    margin: 25px 0px;
}


/*------------- PIE -------------*/
footer {
    display: block;
    margin: 0px auto 50px auto;
	width: 100%;
    max-width:1280px;
}
footer section{
	display: block;
	width:100%;
	margin:25px auto 0px auto;
    height: 150px;
}
footer section a.ieem_bottom{
    display: block;
    width: auto;
    height: 50px;
    text-align: center;
	margin: 0px auto 50px auto;
}
footer section a.ieem_bottom img{
	display:block;
	height:150%;
	margin:0px auto;
}
footer section article.content_footer {
	display: flex;
    align-items: center;
	flex-wrap: wrap;
	width:100%;
	margin:0px auto;
}
footer section p{
	display: flex;
    align-items: center;
	text-align:center;
	color:#d0d0d0;
	margin:5px 0px;
	background-position:left center;
	background-repeat:no-repeat;
	background-size:auto 100%; 
	font-size: 16px;
}
footer section p img{
	display:block;
	width:40px;
	height:40px;
	float:left;
	margin-right:4px;
}
footer section p.coe img{
	display:block;
	width:auto;
	height:40px;
	float:left;
	margin-right:7px;
}
footer section p a:hover img{
	opacity:.5;
}

footer section p.direccion{
	display:block;
	width:100%;
	margin:5px 10px;
}
footer section p.face_youtube{
	width:180px;
	text-align: right!important;
	padding:0px;
	float:left;
	margin:5px 10px;
}
footer section p.tweeter_instagram{
	width:150px;
	text-align:left;
	padding:0px;
	float:left;
	margin:5px 10px;
}
footer section p.coe{
	width:220px;
	text-align:left;
	padding:0px;
	float:left;
	margin:5px 10px;
}
footer section p.whatapp{
	width:170px;
	text-align:left;
	padding:0px;
	float:left;
	margin:5px 10px;
}
footer section p.mail{
	width:150px;
	text-align:left;
	padding:0px;
	float:left;
	margin:5px 10px;
}
/*---- FLOTANTE ---*/
.flotante {
	height: 200%;
	width: 100%;
	position: absolute;
	top: 0px;
	z-index: 20;
	background-image: url(../imagenes/transparent-bg.png);
	background-repeat: repeat;
}
#container #conten .text_conten .debajo {
	position: absolute;
	z-index: 1;
	display: none;
}
.flotante h2 {
    text-align:center;
    color: #fff;
}
.flotante .center a{
	display:block;
	float:left;
}
#ocultar{
	cursor: pointer;
	margin:0px auto 50px auto;
	color: #FFFFFF;
	text-align: center;
	display:block;
	width: 100px;
}
.texto {
	display:block;
	width:100%;
	padding:100px 10% 0px 10%;
	text-align:justify;
	color:#FFF;
}
.titulo {
	color: #F09;
}
.rosa {
	color: #E473A2;
	text-decoration:underline;
}
/*--BOTONES--*/
.btn_general {
	background-color: #F09;
	-moz-border-radius:25px;
	-webkit-border-radius:25px;
	border-radius:15px;
	border:1px solid #930756;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:1em;
	padding:5px 15px;
	text-decoration:none;
	text-shadow:0px 1px 0px #D65520;
	margin-top:25px;
	clear:both;
    margin: 50px auto;
    display: block;
}
.btn_general:hover {
	background-color: #DA3485;
}
.btn_general:active {
	position:relative;
	top:1px;
} 
.no_bulets {
    list-style: none;
}
ul li.none_list {
    list-style: none;
}

@media (max-width:800px)  and (orientation:portrait) {
    body {
        background-size: 30% auto;
    }
    header a{
        margin-left: 0px;
    }
    header section{
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        float: none;
        margin-bottom: 25px;
    }
    
    footer section p{
        display: flex;
        justify-content: center;
        align-items: center;
    }
    main section.left {
        display: block;
        width: 100%;
        min-height: 100%;
        height: 100%;
        float: left;
        padding: 10px;
        background-color: #EBEFF2;
    }
    main section.right {
        display: block;
        width: 100%;
        float: left;
        height: 100%;
        min-height: 100%;
        padding: 30px 20px 30px 20px;
        min-height: 100%;
        background-color: #DDE1E4;
        background-image: url(../imagenes/background-right.png);
        background-position: top right;
        background-repeat: repeat-y;
    }
    .flotante {
        height: 400%;
    }
    .preguntas_frecuentes{
        display:flex;
        align-items: center;
        text-align: center;
        width: 100%;
        color:#0096a2;
        padding:0px 0px 200px 0px;
        font-weight: 700;
        font-size: 1.6em;
        background-image: url(../imagenes/preguntas_frecuentes.png);
        background-repeat: no-repeat;
        background-position: center bottom;
        background-size: 200px auto;
        letter-spacing: 1px;
        text-align: left;
        font-family: 'HomepageBaukasten-Bold';
        margin-top: 20px;
    }
    main ul {
        display: block;
        width: 100%;
    }
    main ul li {
        display: block;
        width: 100%;
        list-style: none;
        text-align: center!important;
    }
    main ul li a {
        display: block;
        color: #fff;
        padding: 20px;
        width: 100%;
        border-radius: 8px;
        cursor: pointer;
        text-align: center!important;
        background-color: #652D90;
        margin: 10px 0px;
    }
    main ul li a:hover {
        background-color: #2d0f44;
    }
}