/*CSS*/

/*GOOGLEFONTS*/

@import url(https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900);
@import url(https://fonts.googleapis.com/css?family=Maven+Pro:400,500,700,900);

/* FIN GOOGLEFONTS*/

/* INICIO FUENTES WOFF*/

@font-face {
    font-family: 'edmonsans-bold';
    src: url('../fonts/edmondsans-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'edmonsans-medium';
    src: url('../fonts/edmondsans-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'edmonsans-regular';
    src: url('../fonts/edmondsans-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
/* FIN FUENTES WOFF*/

/*SET*/

html {font-size: 16px;}

*   {position: relative;}

a   {
    text-decoration: none;
    color: white;
}

a:hover {
    color:red;
}

body {
    background-color: #212120;
}

/*FIN SET*/

/*CLASS*/
.contenedor{
    width: 100%;
    margin: auto;
    }

/*FIN CLASS*/

#wallpaper{
    position: absolute;
    width: 100%;
    min-width: 960px;
    z-index: -50;
}

#contenedor{
    width: 100%;
    min-height: 500px;
    margin: auto;
    }

/* NAV */

contenedor-nav{
    position: relative;
    float: left;
    min-height: 50px;
    padding: 100px;

}



#contenedor-nav {
    background-color: none;
    min-width: 960px;
    max-width: 1200px;
    padding: 20px 5px 5px 20px;
    min-height: 55px;
    border-bottom: white 1px solid;
}

#logo{
    max-width: 30%;
    float: left;
}

ul{
        min-width: 20%;
}

ul li {

    float: right;
    font-family: Roboto;
    font-weight: 700;
    font-size: 1em;
    color: white;
    padding: 27px 0 0 5%;
}

/* FIN NAV */

/* HEADER */

#contenedor-header{
    
    margin: 15% auto 0 auto;
    padding: 0 0 2% 0;
    min-height: auto;
    min-height: 50px;
    max-width: 1200px;
    
/*  background-color: green; */
    text-align: center;

}

h1 {
    font-family:'edmonsans-regular', sans-serif;
    font-size: 5em;
    font-size-adjust: auto;
    text-decoration: underline;
    color: #e1e1e1;
    

}

header span {
    font-family: Maven Pro, sans-serif;
    font-weight: 700;
    font-size: 2em;
    color: black;

}

header p {
    margin: auto;
    padding: 10% 0 0 0;
    text-align: center;
    max-width: 500px;
    font-family: Maven Pro,sans-serif;
    font-weight: 500;
    font-size: 0.9em;
    line-height: 16px;
    color: #b9b9b9;

} 

/* FIN HEADER*/

/* MAIN */

#contenedor-main {
    margin: 1.5% 0 0 0;
    float:left;
    width: 100%;
    height: auto;
    background-color: #e0322e;
}

main section {
    min-widht: 1200px;
    max-width: 1200px;
    margin: 5% auto 0 auto;
    height: auto;
    background-color:#e0322e;
    
    
}

main section a h2 {
    font-family: Roboto, sans-serif;
    font-weight: 500;
    font-size: 2em;
    color: white;
    text-align: center;

}

main section a h2:hover {
    color: black;


}

#contenedor-articles {
/*    background: green; */
    min-height: 50px;

}


.contenedor-article {
    position: relative;
    float: left;
    min-height: 50px;
    margin: 10% 1%;
/*    background: blue; */
    width: 30%;
    min-width: 10%;
    box-sizing: border-box;

}


main section div article {
    float: left;
    min-width: 20%;
    padding: 1%;
    text-align: center;

}



main section div h3 {
    font-family: Roboto, sans-serif;
    font-size: 1.2em;
    text-align: center;
    color: white;
    padding: 0 0 4% 0;

}

main section div p {
    position: relative;
    font-family: Maven Pro, sans-serif;
    font-size: 0.9em;
    padding: 0 5% ;
    float: left;
    color: white;
    line-height: 18px;

}

/* FIN MAIN */

/* SECTION 1 */

#contenedor-section1 {
    float: left;
    top: -25px;
    min-height: auto;
    margin: auto;
    width: 100%;
    background-image: url(../imagenes/Equipo.jpg);
    background-repeat: no-repeat;
    background-position: center;
}

#section1 {
    left: -120px;
    box-sizing: border-box;
    padding: 1% 5% 2% 1%;
    margin: 5% auto;
    max-width: 70%;
    color: white;
    background-color: rgba(0,0,0,0.2);
}


#section1 h2 {
    font-family: Roboto, sans-serif;
    font-size: 2em;
    text-decoration: underline;
    padding-bottom: 5%;

}




#section1 p {
    font-family: Roboto, sans-serif;
    font-size: 0.8em;
    line-height: 1.5em;
    padding-bottom: 5%;
}

#section1 a {
    width: 5px;
}

#section1 a h3 {
    font-family: Roboto,sans-serif;
    border: white 1px solid;
    min-height: auto;
    width: 100px;
    padding: 15px 15px;
    text-align: center;
    float: left;
    margin-right: 5%;
    
}

#section1 a h3:hover {
    border: red 1px solid;
}

#img-art1 {
    background-image: url(../imagenes/svg/contexto.svg);
    bottom: 10px;
    border: none !important;
    width: 200px;
    height: 200px;
    color: white;
}

#img-art2 {
    background-image: url(../imagenes/svg/situacion.svg);
    bottom: 10px;
    border: none !important;
    width: 200px;
    height: 200px;
    color: white;
}

#img-art3 {
    background-image: url(../imagenes/svg/justificacion.svg);
    bottom: 10px;
    border: none !important;
    width: 200px;
    height: 200px;
    color: white;
}

/* FIN SECTION 1 */

/* SECTION 2 */


#contenedor-section2{
    float: left;
    background-color: none;
    color: white;
}
    
#section2 span {
    font-family: Roboto, sans-serif;
    font-size: 1.2em;
    line-height: 2em;
    
}


/* FIN SECTION 2 */


#contenedor-section2 {
    float: left;
    top: 0;
    min-height: auto;
    margin: auto;
    width: 100%;

}

#universidades {
    left: 50px;

}

#section2 {
    left: 50px;
    box-sizing: border-box;
    padding: 1% 5% 5% 1%;
    margin: 5% auto;
    max-width: 80%;
    color: white;
}


#section2 h2 {
    font-family: Roboto, sans-serif;
    font-size: 2em;
    text-decoration: underline;
    padding-bottom: 5%;

}


#section2 p {
    font-family: Roboto, sans-serif;
    font-size: 0.8em;
    line-height: 1.5em;
    padding-bottom: 5%;
}

#section2 a {
    width: 5px;
}

#section2 a h3 {
    
    font-family: Roboto,sans-serif;
    border: white 1px solid;
    min-height: auto;
    width: 100px;
    padding: 10px;
    text-align: center;
    float: right;
    margin-right: 5%;
    
}

#section2 a h3:hover {
    border: red 1px solid;
}


#img-universidades {
    float: left;

}

/* FIN SECTION 2 */

/* SECTION 3 */

#contenedor-section3{

}

#section3 {
    margin: auto;
    width: 1200px;
    ;
}

#section3 .ayudanos {
    float: left;
    height: 300px;
    width: 50%;
}

#section3 #img-ayudanos {
    display: block;
    float: left;
    background-image: url(../imagenes/ayudanos.png);
    background-repeat: no-repeat;

}




#section3 #img-equipo {
    display: block;
    float: left;
    background-image: url(../imagenes/donar-dinero.png);
    background-repeat: no-repeat;

}

#section3 #img-dinero {
    display: block;
    float: left;
    background-image: url(../imagenes/donar-equipo.png);
    background-repeat: no-repeat;


}

#section3 #img-ayuda {
    display: block;
    float: left;
    background-image: url(../imagenes/donar-ayuda.png);
    background-repeat: no-repeat;
    
}


#section3 div a h2 {
    top:90px;
    font-family: Roboto,sans-serif;
    font-weight: 500;
    font-size: 5rem;
    text-align: center;
    background-color: e0322e;
    height: 5px;

}


#section3 div a h3 {
    font-family: Maven Pro,sans-serif;
    font-size: 2em;
    font-weight: 500;
    text-align: center;
    color: white;
    height: auto;
    background-color: rgba(155,0,0,0.5);
    top: 180px;
    padding: 3%;
    width: auto;

}

#section3 div a h2:hover {
    color: white;
}

#section3 div a h3:hover {
    color: black;
}


/* FIN SECTION 3 */


/* FOOTER */

footer {
    top: 75px;
    padding: 50px 0 50px 0;
    background-color: black;
    text-align: center;
    float: left;
    margin: auto;
    width:  100%;

}

footer span {
    color: white;
    text-align: center;
    font-family: Roboto,sans-serif;
    font-size: 5em;
    font-weight: 500;
    

}

footer p {
    color: #a7a7a7;
    margin: auto;
    width: 80%; 
    padding: 5% 0 0 0;
    text-align: left;
    font-family: Roboto,sans-serif;
    font-size: 0.7em;
    line-height: 1.2em;
    font-weight: 400;

}

/* FIN FOOTER */
