@charset "utf-8";

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

}


/*primero mobile*/
html {
    font-size: 8px;
}
div#pagina {
    width: 100%;
    margin: auto;
}
body {
    background-color: #d2f6ff ;
    padding: 20rem 0rem 2rem 0rem;
    max-width: 960px;
    margin: auto;
}


main section img {
         border-radius: 50%;
         display: block;
         margin: auto;
}
main h2 {
        font-family: 'robotoslab-regular', sans-serif;
        text-align: center;
        font-size: 4rem;
}
main section h2 {
        font-family: 'robotoslab-regular', sans-serif;
        text-align: center;
        font-size: 4rem;
}

main section p {
        font-family: 'robotoslab-regular', sans-serif;
        text-align: center;
        font-size: 2rem;
        
}
main section nav {
        font-family: 'robotoslab-regular', sans-serif;
        text-align: center;
        font-size: 2rem;
    
}
main nav ul li a {
    color: #ffffff;
    font-size: 2rem;
    text-decoration: none;
    display: block;
    margin: auto;
    background-color: rgb(0, 0, 0);
    text-align: center;
    width: 20%;
    height: 3rem;
    line-height: 3rem;
    border-radius: 5%;
    
    }

footer section h2 {
        font-family: 'robotoslab-regular', sans-serif;
        text-align: center;
        font-size: 2rem;
}
footer section p {
        font-family: 'robotoslab-regular', sans-serif;
        text-align: center;
        font-size: 2rem;
        }
h1{
    font-family: 'robotoslab-regular', sans-serif;
    font-size: 2rem;
}
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(255, 216, 0);
    text-align: center;
    width: 20%;
    height: 3rem;
    line-height: 3rem;
}