

body {
    background-color: black;
    font-family: "Saira Stencil", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    color: white;
    box-sizing: border-box;
    margin: 0px;
    padding: 5px;

}

/* HEADER */
h1 {
    display: none;
}
.h2-invisible {
    display: none;
}
header {
    background-color: black;
    position: sticky;
    top: 0px;
    z-index: 5;
    opacity: 85%;
    
}

.responsive-nav {
    display: none;
}

.boton-nav {
    background-color: black;
    border: 3px rgb(165, 129, 29) solid;
}


.boton-nav:hover {
    background-color: black;
    border: 3px rgb(165, 129, 29) solid; 
    
} 

.boton-nav:active {
    background-color: black;
    border: 3px rgb(165, 129, 29) solid;
    
}

.div-nav-responsive {
    min-height: 120px;
}


.card-menu {
    width: 250px;
    background-color: black;
}

.menu-nav-responsive ul {
    list-style: none;
}

.lista-menu:hover {
    transition: 0.5s;
    color: grey;
    text-decoration: underline;
    transform: scale(1.2);
}

.div-header {
    display: flex;
    flex-direction: column;
    align-items: center;
}


.imagen-header {
    height: 4rem;
    
}

.menu-nav {
    display: flex;
    justify-content: center;
    background-color: rgb(255, 255, 255);
    list-style: none;
    background-color: black;
    font-weight: 600;
    padding: 0px;
    margin: 10px 0px 20px 0px;
    gap: 40px;
    position: sticky;
    top: 0px;
   
}


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

}




/* CARRUSEL DE HOME */

.ajustecarr  {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    
}


.boton-compra-ahora {
    font-size: 2.4rem;
    padding: 0px 10px;
    margin-left: 15%;
    border: 4px white solid;
    border-radius: 5px;
    background-color: rgba(0, 0, 0, 50%);
    
    
    
}

.boton-compra-ahora:hover {
    box-shadow: 0px 0px 20px white;

}

.boton-compra-ahora a {
    text-decoration: none;
    color: white;

}


.boton-shows a {
    text-decoration: none;
    color: white;
    
    
}


.boton-shows {
    font-size: 2.6rem;
    padding: 0px 10px;
    margin-bottom: 2rem;
    border: 4px white solid;
    border-radius: 5px;
    background-color: rgba(0, 0, 0, 50%)
    
}


.boton-shows:hover {
    box-shadow: 0px 0px 20px white;

}


.boton-shows a {
    text-decoration: none;
    color: white;
 
}

.slide-inoculum {
    width: 30%;
    margin-right: 15%;
        
}


.slide-remera{
    width: 35%;
    margin-right: 12%;

}


.slide-inoculum, .slide-remera {
    filter: drop-shadow(0 0px 20px white);
    
}


.h2-tour{
    font-size: 3rem;
    text-decoration: underline;
    text-shadow: 0px 0px 10px white;

}


.carousel-tour {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    width: 100%;
    height: 100%;
    
}


.tabla-tour tr th, .tabla-tour tr td {
    font-size: 1.7rem;
    padding: 0.5rem 1.5rem;
    
    
       
}



/* FONDO DEBAJO CARRUSEL HOME */

.fondo-home2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3rem;
    max-width: 100%;
    max-height: 100%;
    background-image: url(./pag/background-index/fondo2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;

}
.fondo-home2 h2 {
    font-size: 3rem;
    margin-top: 3rem;
    
}
.div-video {
    display: flex;
    justify-content: center;
    width: 100%;
    aspect-ratio: 16 / 9;
}

.fondo-home2 iframe {
    width: 60%;
    height: 60%;
}



/* MIEMBROS */

.padre-miembros {
    display: grid;
    grid-template-areas: 
    "maynard adam danny justin";
    grid-template-rows: auto;
    grid-template-columns: 23.5% 23.5% 23.5% 23.5%;
    justify-content: center;
    gap: 0 1%;
    margin-top: 6rem;
    
}
.maynard {
    grid-area: maynard;
}
.adam {
    grid-area: adam;
}
.danny {
    grid-area: danny;
}
.justin {
    grid-area: justin;
}

.targeta-uni {
    width: 100%;
    border: 2px white solid;
    border-radius: 12px;
    

}
.imagen-ajuste {
    display: flex;
    justify-content: center;
    margin-top: 1.5%;

}

.imagen-integrante {
    border-radius: 8px;    
    width: 95%;

}

.div-info-miembros {
    background-color: rgb(201, 201, 201);
    color: black;
    border-radius: 7px;
    margin: 0.4rem 0.2rem;  
    
}


.info-miembros {
    text-align: left;
    padding: 1rem 0.2rem;
    max-width: 95%;
    min-height: 25rem;
    height: 500px;
    
}


.imagenmain {
    display: flex;
    justify-content: center;
    overflow: hidden;
    height: 80vh;
    align-items: center;

}


.d-block {
    height: 100%;
    width: 100%;
    
}

/* MERCH */
.section-merch {
    display: flex;
    margin-top: 5rem;
    

}


.div-merch {
    min-width: 80%;
    display: flex;
    flex-wrap: wrap;
        
}


.div-merch > * {
    max-width: 25%;
    min-width: 20%;
    margin: 0% 2% 3% 2%;
    
}

 .card-merch {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    height: 120px;
}

.div-nav-merch {
    background-color: black;
    min-width: 20%;
         
}


.div-nav-merch ul {
    position: sticky;
    top: 10rem;

}


.lista-merch {
    list-style: none;
    font-size: 1.5rem;
    font-weight: 700;
    
}


.lista-merch li {
    margin-top: 2rem;
    
}


.product {
  display: none;
}


#todos:checked ~ .div-merch .product {
  display: block;
  
}


#ropa:checked ~ .div-merch .ropa {
  display: block;
  
}


#otros:checked ~ .div-merch .otros {
  display: block;
}


#discos:checked ~ .div-merch .discos {
  display: block;
}

.lista-merch label {
  cursor: pointer;
}

.section-merch input {
  display: none;
}

.div-nav-merch ul li:hover {
    background-color: rgb(49, 49, 49);
    
}

/* MUSIC */


.seccion-music {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 5rem;
    width: 100%;
    

}


.div-album {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 4rem;
    width: 45%;
    
    
}


.div-album div img {
    margin-bottom: 1rem;
    border-radius: 20px;
    width: 100%;


}
.div-album div {
    align-items: center;
    width: 85%;
}

.div-sporify-tracklist {
    display: flex;
    gap: 10px;
    width: 100%;

}
.div-track {
    max-width: 40%;
}

.div-sporify-tracklist div ol {
    padding-left: 25px;
    
}

.div-spotify {
    width: 60%;
}

 /* TOUR */
.imagen-tour-resp {
    display: none;
}
 .imagen-tour {
    width: 100%;
 } 
 
 .div-tour {
    display: flex;
    flex-direction: column;
    align-items: center;
    
    
 }  

.fechas-tour {
    display: flex;
    flex-direction: column;
    gap: 4rem;
    width: 75%;
}
.fechas-tour div h3 {
    font-size: 2.8rem;
    margin-bottom: 0.5rem;
}
.fechas-tour div span {
    font-size: 1.7rem;
    color: rgb(179, 179, 179);
    margin-right: 1.3rem;
}

.fecha-boton {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.boton-ticket {
    width: 150px;
    height: 50px;
    border: rgb(253, 151, 151) 2px solid;
    border-radius: 25px;
    background-color: rgb(202, 20, 20, 50%);
    font-size: 1.3rem;
    font-weight: 600;
    color: rgb(255, 255, 255);
    
}

.boton-ticket:hover {
    border: rgb(250, 180, 180) 2px solid;
    background-color: rgba(202, 20, 20, 0.808);
    
}

    /* FOOTER */

.div-footer {
    background-color: rgb(49, 49, 49);
    height: 100px;
    display: flex;
    align-items: center;
    margin-top: 250px;
   

}

.div-social {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    margin-left: 60px;
    
 
}


.contenedor-hover-redes {
    width: 40px;
    height: 100%;
    display: flex;
    align-items: center;

}

.imagen-social {
    width: 100%;
    
}


.logo-color {
    width: 100%;
    display: none;
    
}
.contenedor-hover-redes:hover .logo-color {
  display: block;
  transition: 3s;
}

.contenedor-hover-redes:hover .imagen-social {
  display: none;
}
.div-go-up {
    height: 100%;
    display: flex;
    align-items: center;
}

.arrow-up {
    width: 40px;
    height: 100%;
    background-color: rgb(170, 166, 166);
    border-radius: 50%;
    margin-right: 20px;

}
.arrow-up:hover {
    box-shadow: 0px 0px 4px white;
}





    /*responsive*/

@media (max-width: 576px) {
            /*HOME*/
    header {
        display: flex;
        justify-content: flex-end; 
        
        
    }
    
    .menu-nav {
        display: none;
        
    }
    
    .responsive-nav {
        display: block;
        position: absolute;
        left: 10px; 

    } 

    .boton-compra-ahora:hover {
    box-shadow: 0px 0px 8px white;

    }

    .slide-inoculum, .slide-remera {
    filter: drop-shadow(0 0px 8px white);

    }

    .boton-compra-ahora {
    font-size: 0.9rem;
    padding: 0px 2px;
    margin-left: 12%;
    border: 2px white solid;
    background-color: rgba(0, 0, 0, 50%);
    }
    .slide-inoculum {
    width: 37%;
    margin-right: 11%;
        
    }


    .slide-remera{
    width: 40%;
    margin-right: 8%;

    }

    .boton-shows {
    font-size: 1rem;
    padding: 0px 10px;
    margin-bottom: 2rem;
    border: 2px white solid;
    background-color: rgba(0, 0, 0, 50%);
    
    }

    .h2-tour{
    font-size: 1rem;
   
    }

    .tabla-tour tr th, .tabla-tour tr td {
    font-size: 1rem;
    padding: 0.1rem 0.5rem;
    
    }
    .fondo-home2 {
    gap: 0rem;

    }

     .fondo-home2 h2 {
    font-size: 1rem;
    margin-top: 1rem;
    }

    .fondo-home2 iframe {
    width: 75%;
    height: 75%;
    }
    
            /*MIEMBROS*/
    .padre-miembros{
    
    grid-template-areas: 
    "maynard" 
    "adam"
    "danny"
    "justin" ;
    grid-template-rows: auto;
    grid-template-columns: 90%;
    margin-top: 4rem;    
}



            /*MERCH*/

    .section-merch {
    display: flex;
    flex-direction: column;
    margin-top: 1rem;
    }

    .div-nav-merch {
    background-color: black;
    display: flex;
    justify-content: space-evenly;
    width: 100%;
    
    }

    .lista-merch {
    font-size: 1rem;
    font-weight: 500;
    width: 100%;
    display: flex;
    justify-content: space-around;
    padding: 0;

    }

    .lista-merch li {
    margin-top: 0;
    }

    .div-merch > * {
    max-width: 40%;
    margin: 0% 2% 3% 2%;
    
    
    
    }
    .div-merch {
    margin-top: 1.5rem;
    width: 100%;
    display: flex;
    justify-content: space-evenly;
            
    }
 

    /* MUSIC */
    
    .div-album {
    width: 85%;
    margin-bottom: 2rem;
    }
    .div-sporify-tracklist {
        flex-direction: column;
        
    }
    .div-sporify-tracklist div ol {
        display: none;
    }
    
    /* TOUR */

    .imagen-tour-resp {
    display: block;
    width: 100%;
    margin-bottom: 2rem;
    }
    .imagen-tour {
    display: none;
    
    }

    .fechas-tour {
    width: 100%;
    gap: 3rem;
    }
    .fecha-boton {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
    
    }

    .fechas-tour div h3 {
    font-size: 1.3rem;
    margin-left: 1rem;
    margin-bottom: 0.3rem;
    }

    .fechas-tour div span {
    font-size: 0.8rem;
    margin-left: 1rem;
        
    }
    .boton-ticket {
    margin-left: 1rem;
    width: 120px;
    height: 35px;
    font-size: 0.8rem;
    font-weight: 500;
    
    }

    /* FOOTER */
    .contenedor-hover-redes {
    width: 25px;
}

    .arrow-up {
    width: 25px;
    }

    .div-footer {
    height: 70px;

}
}


@media (min-width:577px) and (max-width:1024px) {
        /* HOME */
    .divheader nav {
        width: 100%;
    }

    .menu-nav {
        width: 100%;
        justify-content: center;
        gap: 25px;
    }

    .boton-compra-ahora:hover {
    box-shadow: 0px 0px 13px white;

    }

    .slide-inoculum, .slide-remera {
    filter: drop-shadow(0 0px 13px white);
    }

    .boton-compra-ahora {
    font-size: 1.5rem;
    padding: 0px 2px;
    margin-left: 12%;
    border: 2px white solid;
    background-color: rgba(0, 0, 0, 50%);
    }
    .slide-inoculum {
    width: 37%;
    margin-right: 11%;
        
    }


    .slide-remera{
    width: 40%;
    margin-right: 8%;

    }

    .boton-shows {
    font-size: 1.5rem;
    padding: 0px 10px;
    margin-bottom: 2rem;
    border: 4px white solid;
    background-color: rgba(0, 0, 0, 50%);
    
    }

    .h2-tour{
    font-size: 1.7rem;
   
    }

    .tabla-tour tr th, .tabla-tour tr td {
        font-size: 1.2rem;
        padding: 0.2rem 0.7rem;
    }   
    .fondo-home2 {
    gap: 0rem;
    }

    .fondo-home2 h2 {
    font-size: 2rem;
    margin-top: 1.2rem;
    }

    .fondo-home2 iframe {
    width: 70%;
    height: 70%;
    }
    /* MIEMBROS */
 
    .padre-miembros{   
    grid-template-areas: 
    "maynard adam"
    "danny justin" ;
    grid-template-rows: auto;
    grid-template-columns: 45% 45%;
    margin-top: 4rem;
}

        /* MUSIC */
    .div-album {
    width: 80%;
    
    }   
    
    /* MERCH */

    .div-nav-merch {
    margin-right: 50px;
    }

    .div-merch > * {
    max-width: 40%;
    margin: 0% 2% 3% 2%;
    
}
    /* TOUR */

    .fechas-tour {
    width: 100%;
    gap: 3rem;
    }

    .fechas-tour div h3 {
    font-size: 2rem;
    margin-left: 1rem;
    margin-bottom: 0.3rem;
    }

    .fechas-tour div span {
    font-size: 1.4rem;
    margin-left: 1rem;
        
    }
    .boton-ticket {
    margin-right: 1rem;
    height: 45px;
    font-size: 1rem;
    width: 120px;
    
    }


}




