*
{
    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 auto;
    padding: auto;
    max-width: 100%;
   
} 

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;
    
}
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;
}

aside{
    background-color:#9da0d0;
    text-align: center;
    padding-bottom: 5rem;
    justify-content: center;
    overflow: auto;
    width: 100%;
}

h2{
    font-family: 'Quicksand', sans-serif;
    margin-top: 2rem;
    margin-bottom: 4rem;
    border-radius: 80px;
    padding: 1rem;
    justify-content: space-between;
    font-size: 1.5em;
    width: 300px;
    display: inline-table;
    background-color: #a5e1de;
    color: #4D4D87;
}

main{
    background-color:#9da0d0;
    align-content: center;
    text-align: center;
    padding-bottom: 2rem;
}
.colores{
    padding: 0;
    margin: 0;
    align-content: center;
}
div.colores{
    display: block;
    width: 8%;
    display: inline-block;
    transition: 0.6s;
    color: #a5e1de;
    
} 
main img{
    margin: 0;
    
    
}
div.colores:hover{
 background-color: #a5e1de;
border-radius: 100px;
}




img#robot{
    position: absolute;
    width: 29%;
    padding-top: 6%;
    left: 35.5%;
}
img#botones{
    
    width: 60%;
    
}

.botones img{
    width: 80%;
    
}

img#derecho{
    position: relative;
    right: 18.9%;
    margin-right: 1%;
    margin-top: 20.6%;
    width: 11%;
    float: right;
    
}

aside #derecho:hover{
    
    transition: 1s;
    opacity: 0.1;
    
}
img#izquierdo{
    position:relative;
    left: 18.5%;
    margin-left: 1%;
    margin-top: 20.6%;
    width: 11%;
    float: left;
    
}

aside #izquierdo:hover{
    transition: 1s;
    opacity: 0.1;
    
}

img#manos{
    position: relative;
    right: 24.4%;
    margin-right: 1%;
    margin-top: -18.2%;
    width: 10.5%;
    float: right;
    
}

aside #manos:hover{
    
    transition: 1s;
    opacity: 0.1;
    
}
img#poder{
    position: relative;
    right: 32.8%;
    margin-right: 1%;
    margin-top: -12.1%;
    width: 10.5%;
    float: right;
    
}

aside #poder:hover{
    
    transition: 1s;
    opacity: 0.1;
    
}
img#cabeza{
    position: relative;
    right: 49.1%;
    margin-right: 1%;
    margin-top: -18.2%;
    width: 10.5%;
    float: right;
    
}

aside #cabeza:hover{
    
    transition: 1s;
    opacity: 0.1;
    
}

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.tres div.contenedor{
    background-color: #a5e1de;
    padding-bottom: 2rem;
}