@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: white;
    margin: 2rem;
    padding: 0,2rem;
} 
header {
    
}
main {
    
}

main section h1 {
    font-family: 'roboto_slabregular', sans-serif;
    font-size: 5rem;
    text-align: center;
    color: #3ec6b9;
}

main section h2 {
    font-family: 'roboto_slabregular', sans-serif;
    text-align: center;
    font-size: 4rem;
    margin-bottom: 2rem;
}

main section h3 {
    font-family: 'roboto_slabregular', sans-serif;
    margin: 0 auto;
    text-align: center;
    margin-top: 5rem;
    width: 60%;
}

main section h4 {
    font-family: 'roboto_slabregular', sans-serif;
    text-align: center;
    margin-bottom: 0rem;
    margin-top: 0rem;
}

main section h5 {
    font-family: 'roboto_slabregular', sans-serif;
    text-align: center;
    font-size: 1.5rem;
    margin-bottom: 0rem;
    margin-top: 0rem;
}

aside{
    
}
footer{
    
}
h1{
    font-family: 'roboto_slabregular', sans-serif;
    font-size: 5rem;
    text-align: center;
}
ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
header nav ul li {
    margin: 0 0 0.5rem 0;
}
header nav ul li a {
    color: #f2ecd7;
    font-size: 1.8rem;
    text-decoration: none;
    display: block;
    background-color: rgb(99, 185, 162);
    text-align: center;
    width: 20%;
    height: 3rem;
    line-height: 3rem;
}

.imagen-perfil img {
    width: 15%;
    margin: 0 auto;
}

.imagen-perfil {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.logo-catedra img {
    width: 4%;
    margin: 0 auto;

}

.logo-catedra {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.contenedor-info {
    width: 60%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

.contenedor-info-h4 {
    width: 60%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

.contenedor-info-h4 h4 {
    font-family: 'roboto_slabregular', sans-serif;
    text-align: center;
    font-size: 2rem;
    font-weight: 600;
}