*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body{
    font-family: 'open sans';
    flex-wrap: wrap;
}

.Albumes{
    background: #f2f2f2;
}
.texto{
    position: absolute;
    margin-right: 200px;
    margin-left: 100px;
    margin-top: 0px;
    font-size: 20px;
    color: #0F2027;
    display: inline-flex;
  }
.Integrantes{
    background: #f2f2f2;
}

.galeria-port{
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
}

.imagen-port{
    width: 24%;
    margin-bottom: 10px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, .5);
}

.imagen-port > img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.hover-galeria{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    transform: scale(0);
    background: #00000091;
    transition: transform .4s;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.borde1{
    text-align: center;
    border-style: hidden;
    height: 200px;
    border-radius: 20px;
    margin: 20px;
}
.discografia{
    display: flex;
    justify-content: left;
}
.subtitulo1{
    text-align: center;
    color: #08294e; 
    font-size: 18px; 
    font-family: Londrina Solid;
    margin: 30px;
    margin-top: 70px;
}
.subtitulo2{
    text-align: center;
    color: #08294e; 
    font-size: 18px; 
    font-family: Londrina Solid;
    background-color: #fff;
    margin: 50px;
   }
.parrafo3{
    text-align: left;
    color: #000; 
    font-size: 18px; 
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    margin: 30px;
    margin-top: 70px;
}
.final-container{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    text-align: center;
    color: #0e2546;
    background-color: #ffffff;
    overflow: hidden;
}
.final-container .final{
    height: 6rem;
    width: 6rem;
    background: #fdfdfd;
    text-align: center;
    border-radius: 1rem;
    margin: 2rem;
}
.final-container .final-img{
   height:3rem;
}

.hover-galeria img{
    width: 50px;
}

.hover-galeria p{
    color: #fff;
}

.imagen-port:hover .hover-galeria{
    transform: scale(1);
}
.Canciones-Populares {
    padding: 70px 0;
    width: 90%;
    margin: auto ;
    overflow: hidden;
}
.cards{
    display: flex;
    justify-content: space-evenly;
}

.cards .card{
    background: #15103fe5;
    display: flex;
    width: 300px;
    height: 200px;
    align-items: center;
    justify-content:center;
    border-radius: 10px;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.6);
}

.cards .card img{
    width: 100px;
    height: 100px;
    object-fit:contain;
    border: 3px solid #fff;
    border-radius: 50%;
    display: block;
}

.cards .card > .contenido-texto-card{
    width: 60%;
    color: #fff;
}
.sobre-nosotros{
    padding: 60px 0 60px 0;
}
.contenedor-sobre-nosotros{
    display: flex;
    justify-content: space-evenly;
}

.imagen-about-us{
    width: 30%;
}
.Imgen-foo{
    width: 50px;
    position: center;
}


.sobre-nosotros .contenido-textos{
    width: 28%;
}

.contenido-textos h3{
    margin-bottom: 10px;
}

.contenido-textos h3 span{
    background: #1a2355;
    color: #fff;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    width: 30px;
    height: 30px;
    padding: 1px;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, .5);
    margin-right: 5px;
}

.contenido-textos p{
    padding: 0px 0px 30px 15px;
    font-weight: 300;
    text-align: justify;
}

.titulo{
    color: #12163f;
    font-size: 30px;
    text-align: center;
    margin-bottom: 60px;
    margin-top: 60px;
}
header{
    width: 100%;
    height: 600px;
    background: #0F2027;  
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, hsla(198, 39%, 28%, 0.616), hsla(195, 35%, 19%, 0.712),
     hsla(198, 44%, 11%, 0.651)), url(../Img/Img2.webp);  
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, rgba(44, 83, 99, 0.562), hsla(195, 35%, 19%, 0.712), 
    hsla(198, 44%, 11%, 0.651)), url(../Img/Img2.webp); 
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */    
background-size: cover;
background-attachment: fixed;
position:relative;

}
html{
    scroll-behavior: smooth;
}
nav{
    text-align: right;
    padding: 30px 50px 0 0 ;
}

nav > a{
    color: #fff;
    font-weight: 300;
    text-decoration: none;
    font-size: 16px;
    margin-right:10px;
}
nav > a:hover {
    text-decoration: underline;  

}
header .textos-header{
    display: flex;
    height: 430px;
    width: 100%;
    align-items: center;
    justify-content: center;
    flex-direction:column;
    text-align: center;
}
.textos-header h1{
    font-size: 50px;
    color: #fff;
}
.textos-header h2{
    font-size: 20px;
    color: #fff;
    font-weight: 200;
    text-align: center;
}
.wave{
    position: absolute;
    bottom: 0;
    width: 100%;

}
.contenedor-footer{
    flex-direction: column;
    border: none;
    background-color: hsla(249, 80%, 8%, 0.452);
}

.content-foo {
    margin-bottom: 20px;
    text-align: center;
    background-color: hsla(249, 80%, 8%, 0.452);
}
.titulo-final{
    font-size: 25px;
}
@media screen and (max-width:500px){
    nav{
        text-align: center;
        padding: 30px 0 0 0;
    }

    nav > a{
        margin-right: 5px;
    }

    .textos-header h1{
        font-size: 35px;
    }

    .textos-header h2{
        font-size: 20px;
    }
}