*
{
    margin: 0px;
    padding: 0px;
    text-decoration: none;
    justify-content: center;
    box-sizing: border-box;
    @import url('https://fonts.googleapis.com/css?family=Quicksand:400,700');
    
    
}
body{
    margin: 0;
    padding: 0;
    background-image: url("../imagenes/fondoorigenes.png");
    background-repeat: no-repeat;
    width: 100%;
    background-size: 100% 100%;
    
}  


article figure{
    max-width: 100vw;
}

header{
    margin: auto;
    padding: auto;
    max-width: 100%;
    background-color:#4d4d87;
    
} 
.links a {
    text-decoration: none;
    display: block;
    padding: 13px;
    padding-right: 20px;
    text-transform: uppercase;
    font-family: 'Quicksand', sans-serif;
    padding-left: 10px;
    
}
.links img{
    width: 12%;
}

.barra{
    display: flex;
    flex-direction:row;
    
    }
.boton{
    padding: 1rem;
    background-color:#4d4d87;
    color: white;
    border: none;
    text-align: left;
}
h1{
    border: 0;
    font-size: 50px;
    
}
header a{
    color: white;
}
.configura img{
    max-width: 5%;
    min-width: 5%;
    position: absolute;
    top: 1rem;
    right: 1rem;
   
}
.links a img{
    min-width: 4%;
}

.links {
    background-color:#4d4d87;
    width: 100%;
    display: none;
}

.links a:hover{
    background-color:#9da0d0;
}

.desplegable:hover .links {
    display: block;
}

main{
    text-align: center;
   margin-bottom: 15%;
    margin-top: 2%;
}
article>* h2 h3 h4{
    text-align: center;
}
h2{
    font-family: 'Quicksand', sans-serif;
    display: inline-flex;
    width: 200px;
    text-align: center;
    letter-spacing: 0.5rem;
    border-bottom-style: solid;
    color: white;
    margin-top: 10%;
    
 } 
h3 a{
    font-family: 'Quicksand', sans-serif;
    letter-spacing: 0.2rem;
   font-size: 2rem;
   color: white;

}
h3 a:hover{
    color: #a5e1de;
}


h4{
    font-family: 'Quicksand', sans-serif;
    display: inline-flex;
    font-size: 1.1em;
    letter-spacing: 0.2rem;
    color: white;
    margin-bottom: 10rem;
    width: 50%;
    margin-top: 5rem;
}
main a{
    font-family: 'Quicksand', sans-serif;
    
    
}
figure>img{
    width: 40%;
    margin-top: 10%;
   
}


footer{
    background-color:#4d4d87;
    overflow: auto;
 
}

div.contenedor{
    width: 20%;
    margin-top: 0.5rem;
    float: left;
    transition: 0.6s;
    color: #a5e1de;
} 
footer img{
    width: 40%;
    display: block;
    margin: auto;
    padding-top: 2rem;
}
div.contenedor:hover{
    background-color:#a5e1de;
    height: 180px;
}
footer a.cuatro div.contenedor{
    background-color: #a5e1de;
    padding-bottom: 2rem;
}
