@charset "utf-8";
@import 'https://fonts.googleapis.com/css?family=Mada:300,400,500,900|Noto+Serif:400,400i,700,700i';
/*primero mobile*/
html {
    font-size: 14px;
}
div#pagina {
    width: 92%;
    margin: 1.5rem 1.5rem 1.5rem 1.5rem;     
}
body {
    background-image: url(img/ari.jpg);
    margin: 1.5rem 1.5rem 1.5rem 1.5rem;
    padding: 2rem;
}
header {
    
}
main {
    
}
aside{
    
}
footer {
    
}
h1 {
color: #ffffff;
font-family: 'Mada';
font-weight: 600;
font-size: 40px;
}
ul {
    list-style: none;
    margin: 0 0 0.5rem 0;
    padding: 0;
    color: white
    
}
header nav li {
    margin: 0 0 0.2rem 0;
}
header nav li a {
    color: #00b1ff;
    font-family: 'Noto+Serif';
    font-weight: 400;
    font-size: 20px;
    text-decoration: none;
    display: block;
    background-color: rgba(20, 20, 20, 0.64);
    text-align:center;
    width: 10%;
    margin: inherit;
    height: 2rem;
    line-height: 2rem;
}

h2 {
    font-family: 'Mada';
font-weight: 500;
    font-size: 30px;
    color: #00b1ff;
}
h3 {
    font-family: 'Noto+Serif';
    font-weight: 500;
    font-size: 20px;
    line-height: 0.7rem;
    color: #0089ff; 
}
p.texto {
    font-family: 'Noto+Serif';
font-weight: 400;
    font-style: normal;
    font-size: 15px;
    line-height: 1.2rem;
    width: 96%;    
        }
p.fadu {
    font-family: 'Mada';
font-weight: 500;
    font-style: normal;
    font-size: 20px;
    line-height: 1.2rem;
    width: 96%; 
}
p {
    font-family: 'Noto+Serif';
font-weight: 400;
    font-style:normal;
    font-size: 20px;
    line-height: 0.7rem;
    color: white;
}