@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(fondo.jpg);
    margin: 1.5rem 1.5rem 1.5rem 1.5rem;
    padding: 2rem;
}
header {
}
main {
    
}
aside{
    
}
footer {
    
}
h1 {
    color: #a326ff;  
    font-family: 'Mada';
    font-weight: 600;
    font-size: 51px;
    line-height: 1rem;
    display: block;
    display:run-in;
    background-color: rgba(255, 255, 255, 0.71);
    border-radius: 30px;
    text-align:center;
    width: 32%;
    line-height: 6rem;
    margin: 0 0 1.5rem 0;
}

h2 {
    font-family: 'Mada';
    font-style: italic;
    font-weight: 500;
    font-size: 25px;
    color: black;
    margin: 0 0 4rem 0;

}

ul {
    list-style: none;
    margin: 0 0 0.5rem 0;
    padding: 0;
    color: white
    
}
header nav li {
    margin: 0 0 0.4rem 0;
}

header nav li a {
    color: #a326ff;
    font-family: 'Noto+Serif';
    font-weight: 400;
    font-size: 20px;
    text-decoration: none;
    display: block;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.71);
    text-align:center;
    width: 10%;
    margin: inherit;
    height: 2rem;
    line-height: 2rem;
}



h3 {
    font-family: 'Mada';
    font-weight: 500;
    font-size: 40px;
    font-style: italic;
    line-height: 5rem;
    text-decoration:none;
    color: black;
    margin: 4rem 0 0rem 0;
}

p.texto {
    font-family: 'Noto+Serif';
    font-weight: 800;
    font-size: 25px;
    line-height: 1.2rem;
    width: 96%;
    margin: -1rem 0 0rem 0;
        }
 p {
    font-family: 'Noto+Serif';
    font-weight: 600;
    font-style: normal;
    font-size: 20px;
    line-height: 0.7rem;
    color: #000000;
}

h4 {
    font-family: 'Mada';
    font-weight: 500;
    font-size: 40px;
    font-style: italic;
    line-height: 5rem;
    text-decoration:none;
    color: black;
    margin: 4rem 0 0rem 0;
}
    
p.fadu {
    font-family: 'Mada';
    font-weight: 500;
    font-style: normal;
    font-size: 20px;
    line-height: 1.2rem;
    width: 96%;
    color: white;
    margin: 4rem 0 0rem 0;
}

h5 {
    font-family: 'Mada';
    font-weight: 500;
    font-size: 15px;
    font-style: italic;
    line-height: 5rem;
    text-decoration:none;
    color: black;
    margin: -4rem 0 0rem 0;
}
    
