
.barra{
    display: flex;
    background-color: rgb(255, 0, 64);
    margin: 1em;
    border-radius: 2em;
    margin-bottom: 3em;
}

header nav a img{
    width: 3em;
    border-radius: 2em;
    margin-top: 1em;
    margin-left: 2em;
    
}

.lista ul li {
    
    display: inline-block;
    padding: 0.5em ;
    font-size: medium;
    margin: 0.5em;
    margin-left: 1.7em;
}

.lista ul li a{
    background-color: black;
    color: rgb(0, 255, 0);
    text-decoration: none;
    padding: 0.5em 1em;
    border-radius: 1em 0em ;
    font-size: 1.07em;
   
}




.barra-busqueda{
    margin-top: 2em;
    margin-left: 9em;
    border-radius: 2em;
    border: solid rgb(17, 17, 17);
    background-color: rgb(255, 255, 255);
    margin-left: 6em;
    
  
}

.boton-buscar{

    border-radius: 2em;
    border: solid black;
    cursor: pointer;
    background-color: rgb(0, 0, 0);
    color: blue;
}

.lista ul li a:hover{

    box-shadow: 0 0 50px yellow ;
    background-color: yellow;
}

.boton-buscar:hover{

    box-shadow: 0 0 50px yellow ;
    background-color: yellow;

}

.pie-pagina{
    display: flex;
    justify-content: center;
    margin-top: 8em;
    margin-bottom: 2em;

}

.pie-directo{

    margin: 1em;

}


.imagen-pie{

    border-radius: 2em;
    width: 1.5em;
    height: 1.5em;
    margin-top: 0.5em;
    justify-items: auto;


}







/* Estilos base para .barra */
.barra {
    display: flex;
    background-color: rgb(255, 0, 64);
    margin: 1em;
    border-radius: 2em;
    margin-bottom: 3em;
}

