@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;
}
@font-face {
    font-family: 'asapregular';
    src: url('asap-regular-webfont.woff2') format('woff2'),
         url('asap-regular-webfont.woff') format('woff'),
         url('asap-regular-webfont.svg#asapregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

/*primero mobile*/
html {
    font-size: 12px;
}
div#pagina {
    width: 100%;
}
body {
    background-color: #f2ecd7;
    margin: 3rem 3rem 6rem 6rem;
    padding: 0,2rem;
} 
header {
    
}
main section img {
        border-radius: 50%;

}
main section h1 {
        font-family: 'roboto_slabregular', sans-serif;
        font-size: 2.5rem;
        color: #e85b72;
        width: 70%;
}

main section h2 {
        font-family: 'roboto_slabregular', sans-serif;
        font-size: 2rem;
        color: #66af9e;
        width: 70%;
}
main section h4 {
        font-family: 'roboto_slabregular', sans-serif;
        font-size: 1.3rem;
        color: rgba(102, 175, 158, 0.74);
        width: 70%;
}

h3 {
        font-family: 'roboto_slabregular', sans-serif;
        font-size: 1rem;
        color: #66af9e;
        width: 70%;
}
main section p {
        font-family: 'asapregular';
        font-size: 1.2rem;
        width: 70%;
}

.infoacademica {
        font-family: 'asapregular';
        font-size: 0.8rem;
        color: grey;
        width: 70%;
        margin-top: 3rem;
}
.autoria {
    font-family: 'roboto_slabregular';
    margin-top: 2rem;
    color: gray;
    font-size: 0.8rem;   
    width: 70%;
}