html{
    font-size: 62.5%;
}

body{
    font-family: 'Lato', sans-serif;
    font-size: 16px;
}

.contenedor{
    background-color: #1890B3;
}

.contenedor-nav{
    max-width: 120rem;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.contenedor-nav img{
    width: 14rem;
    padding-left: 1rem;
    padding-right: 2rem;
}

.menu a{
    color: #ffffff;
    text-decoration: none;
    font-size: 1.8rem;
    padding: 1rem;
}

.hero{
    width: 100%;
    height: 20rem;
    background-image: url("../img/hero.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}


@media (min-width:480px) {
    .hero{
        width: 100%;
        height: 50rem;
    
    }

    .contenedor-nav img{
        width: 18rem;
        
    }
}

@media (min-width:768px) {
    .hero{
        width: 100%;
        height: 70rem;
    
    }
}

.music{
    background-color: #deb525;
}

.spotify{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.escucha{
display: block;
margin: 5rem;
color: #ffffff;
font-size: 3.5rem;
text-align: center;
}

.tuyo, .rostro{
    padding: 2rem;
}

.titulo-redes{
    text-align: center;
    color: #ffffff;
}

.iconos{
    display: flex;
    justify-content: center;
}

.fab {
    font-size: 3rem;
    padding: 1rem;
    color: #ffffff;
}