* {
    list-style: none;
}

a {
    text-decoration: none;
    color: white;
}

header{
    background: #c36950;
    font-family: 'Coming Soon';
    font-size: 20px;
    color: white;
}

.menu nav ul li img{
    width: 20%;
}


.encabezado nav ul{
    margin: 0;
    padding: 0.5rem;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    text-align: center;
    align-items: center;
    align-content: space-between;
}

.menu-desplegable {
    display: flex;
}

.lupa{
    display: flex;
    float: right;
}

.opciones nav ul{
    display: flex;
    flex-direction: row;
    text-align: center;
    align-items: center;
    align-content: space-between;
    justify-content: space-around; 
    color: white;
    margin: 0;
    padding: 0;
}

.opciones nav ul li{
    background-color: #78b09c;
    border-radius: 18px;
    padding: 0.5rem;
    margin: 0.5rem;
    font-size: 15px;
    font-family: 'Pontano Sans', sans-serif;
    font-size: 13px;
    box-shadow: 0.1rem 0.2rem #328878;
}

.opciones2 section h3{
    text-align: center;
    background: #e5cc5e;
    color: #3a4d5a;
    border-radius: 19px;
    margin: 1rem;
    padding: 0.17rem;
    box-sizing: border-box;
    font-family: 'Pontano Sans', sans-serif;
    font-size: 15px;
    box-shadow: 0.1rem 0.2rem #328878;
}

.recomendados nav ul{
    display: flex;
    flex-direction: row;
    align-items: center;
    align-content: center;
    justify-content: space-around; 
    margin: 0;
    padding: 0;
}

.recomendados img {
    width: 80px;
    
}

.nuevos nav ul{
    display: flex;
    flex-direction: row;
    align-items: center;
    align-content: center;
    justify-content: space-around; 
    margin: 0;
    padding: 0;
}

.nuevos img {
    width: 80px;
    
}

h3 {
    font-size: 17px;
}


