@charset "utf-8";

@font-face {
    font-family: 'roboto_slabregular';
    src: url('robotoslab-regular-webfont.woff2') format('woff2'),
         url('robotoslab-regular-webfont.woff') format('woff'),
         url('robotoslab-regular-webfont.svg#roboto_slabregular') format('svg');
    font-weight: normal;
    font-style: normal;

}


/*primero mobile*/
html {
    font-size: 10px;
}
div#pagina {
    width: 100%;
    margin: auto;
}
body {
    background-color: #ffffff;
    margin: 2rem;
    padding: 0,2rem;
} 
header {
    
}
main {
    
}

main section h2 {
    font-family: 'roboto_slabregular', sans-serif;
    text-align: center;
    margin-top: 40px;
}


h1{
    font-family: 'roboto_slabregular', sans-serif;
    font-size: 4rem;
    text-align: center;
    color: #4A4A4A;
}
ul{
    width: 100%;
    height: 83px;
    background-color: #E6362C;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
    border-top: 0px solid rgba(0, 52, 72, 1);
    border-bottom: 0px solid rgba(0, 52, 72, 1);
}
header nav ul li {
    width: 100%;
    height: 53px;
    display: inline-block;
    float: right;
    font-family: 'Roboto', sans-serif;
    padding-top: 30px;
}
header nav ul li a {
    text-decoration: none;
    color: white;
    font-size: 17px;
    padding: 33px 40px 30px 40px;
    float: right;
    display: inline-block;
    margin: -31px 61px 0px 0px;
}

h3 {
    margin: 0 auto;
    text-align: center;
    width: 66%;
    font-size: 1.2rem;
    font-family: 'roboto_slabregular', sans-serif;
    font-weight: 300;
}

.descripcion p {
    margin: 0 auto;
    text-align: center;
    width: 66%;
    font-size: 1.2rem;
    font-family: 'roboto_slabregular', sans-serif;
    margin-bottom: 30px;
} 

.jt06 {
    font-family: 'roboto_slabregular', sans-serif;
    text-align: center;
    margin-top: 40px;
}
.alumna {
    width: 24%;
    margin: 0 auto;
    margin-top: 2rem;
    text-align: center;
    display: inline-block;
}

.alumna img {
    border-radius: 50%;
    width: 20%;
    min-width: 95px;
}

.equipo p {
    margin: 0 auto;
    text-align: center;
    width: 82%;
    font-size: 1.2rem;
    font-family: 'roboto_slabregular', sans-serif;
    margin-bottom: 30px;
}

.logo {
    height: 48px;
    width: 72px;
    display: inline-block;
    float: left;
    padding: 0;
}

.logo img {
    width: 100%;
}

.docentes p {
    font-size: 1.2rem;
    margin: 0 auto;
    width: 900px;
} 

.docentes h2 {
    font-family: 'roboto_slabregular', sans-serif;
    margin: 0 auto;
    text-align: center;
} 

footer {
    margin-top: 150px;
    font-family: 'roboto_slabregular', sans-serif;
    text-align: center;
   
} 

.autoria {
    font-family: 'roboto_slabregular';
    text-align: center;
    margin-top: 40px;
    color: gray;
    font-size: 1rem;
    margin: auto;
    text-align: center;
    
}

.mapa img {
    width: 100%;

}







