@import url('https://fonts.googleapis.com/css2?family=Rubik+Doodle+Shadow&display=swap');
.banner{
    background-image: url(../img_radical/webportada.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 40vw;
}

@media screen and (max-width: 890px){
    .banner{
        display: none;
    }
    .banner-phone{
        background-image: url(../img_radical/fondo_mobile.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        width: 100%;
        height: 150vw;
    }
}

/*SEPARACION*/

.publicidad{
    max-width: 100%;
    background: linear-gradient(to right, black, rgb(27, 27, 27));
    position: relative;
    bottom: 50px;
    padding: 50px 0;
    text-align: center;
}
.video-publicidad{
    margin-bottom: 50px;
}
.video-publicidad iframe{
    width: 50%;
    height: 30vw;
    border-radius: 10px;
}
.video_youtube{
    width: 100%;
    max-width: 800px;
    height: auto;
    aspect-ratio: 16/9;
}
.lista-banners-publicidad{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 40px;
}
.lista-banners-publicidad img{
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 0 3px rgb(119, 111, 111);
    transition: transform 0.5s;
}
.lista-banners-publicidad img:hover{
    animation: aumento-suave 0.5s forwards;
    animation-fill-mode: forwards;
}
@keyframes aumento-suave {
    0%{
        transform: scale(1);
    }
    100%{
        transform: scale(1.05);
    }
    
}
@media screen and (max-width: 789px) {
    .video-publicidad iframe{
        width: 80%;
        height: 50vw;
    }
}
@media screen and (max-width: 500px) {
    .lista-banners-publicidad img{
        width: 70%;
    }
}

/*SEPARACION*/

.video{
    position: relative;
    text-align: center;
    top: -50px;
}
.video-rock{
    width: 100%;
    height: auto;
}
.radio-en-vivo{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 70%;
    transform: translate(-50%, -50%);
    background-color: transparent;
    color: whitesmoke;
    border: solid whitesmoke;
    border-radius: 5px;
    transition: background-color 0.5s, color 0.3s;
    font-size: clamp(1.5rem, 4vw, 7rem);
    font-family: 'Oswald', sans-serif;
    padding: 10px;
}
.radio-en-vivo:hover{
    background-color: rgba(255, 0, 0, 0.5);
    color: whitesmoke;
}

/*SEPARACION*/

.seccion-conciertos{
    width: 100%;
    height: 63vw;
    background: linear-gradient(to right, black, rgb(51, 50, 50));
    color: white;
    padding: 20px 0;
    margin-top: -295px;
    text-align: center;
    display: flex;
    justify-content: flex-end;
}
.concerts-list{ 
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 500px;
    width: 420px;
    margin: 260px 15px 0 0;
    position: absolute;
  
}
.conciertos-lista{
    list-style-type: none;
    margin-top: 0;
    display: inline-block;
    justify-content: center;
}
.conciertos-lista li{
    margin-bottom: 10px;
}
.concerts-list::-webkit-scrollbar{
    width: 12px;
}
.concerts-list::-webkit-scrollbar-thumb{
    background-color: red;
    border-radius: 5px;
}
.image-container{
    position: relative;
    display: inline-block;
    cursor: pointer;
    display: flex;
    justify-content: flex-end;
}
.image-container img{
    box-shadow: 0 0 20px black;
    border-radius: 5px;
}
.overlay{
    position: absolute;
    top: 0;
    right: 0;
    color: whitesmoke;
    padding: 0;
    width: 300px;
}
.overlay h4{
    font-size: 1.2em;
    margin: 0 10px;
}
#map {
   height: 500px;
   width: 100%;
   right: 150px;
   z-index: 0;
   position: absolute;
   margin: 260px;
   border-radius: 10px;
   box-shadow: 0 0 20px black;
}
.custom-card{
    background-color: whitesmoke;
    border-radius: 10px;
    padding: 0;
    font-family: 'Oswald', sans-serif;
    margin-top: 0;
    height: 450px;
}
.custom-card img{
    width: 300px;
    height: auto;
    position: relative;
    border-top: solid #E11212 5px;
    border-radius: 5px;
}
.custom-titulo{
    color: #E11212;
    text-align: center;
    position: relative;
    bottom: 20px;
    font-size: 1.7em;
    transition: color 0.3s;
}
.custom-titulo:hover{
    color: mediumorchid;
    cursor: pointer;
}
.custom-subtitulo{
    color: black;
    text-align: left;
    position: relative;
    font-size: 1.5em;
    bottom: 45px;
    margin-left: 15px;
}
.custom-descripcion{
    color: black;
    text-align: left;
    position: relative;
    font-size: 1em;
    bottom: 65px;
    left: 15px;
}
.custom-icons{
    color: black;
    text-align: left;
    position: relative;
    font-size: 1em;
    bottom: 65px;
    left: 15px;
}
.concierto-celular{
    width: 100%;
    display: grid;
    place-items: center;
    margin-top: 25vw;
}
.acordeon{
    background-color: whitesmoke;
    box-shadow: 0 0 40px black;
    width: 70%;
    max-width: 120em;
    padding: 0.5em;
    border-radius: 10px;
    display: none;
    color: black;
    text-align: left;
}
.acordeon .bloque{
    margin: 0 0 1em;
    padding: 1em;
    background-color: whitesmoke;
    box-shadow: -5px 5px 40px rgb(109, 109, 109);
    border-radius: 10px;
}
.acordeon .h2{
    font-family: 'Rubik Doodle Shadow', sans-serif;
    margin: 0 0 1em;
    padding: 1em;
    background-color: whitesmoke;
    box-shadow: -5px 5px 20px rgb(119, 119, 119);
    border-radius: 10px;
    font-size: 3vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.acordeon .bloque .h2 img{
    width: 10%;
    max-width: 50px;
    filter: drop-shadow(0 0 25px rgb(83, 83, 83));
}
.acordeon .contenido, .contenido2{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 0;
    padding: 0;
    overflow: hidden;
    transition: all .5s ease;
}
.acordeon .p1, .p2, .p3{
    font-size: 3vw;
    margin: 0 2.39em;
} 
.acordeon .bloque .contenido2 i{
    font-size: 6vw;
    padding-bottom: 5px;
    margin: 0 1.5em;
    cursor: pointer;
}
.acordeon .bloque.activo .contenido, .bloque.activo .contenido2{
    height: auto;
    padding: 1em 0;
}
.vermas{
    display: none;
}
.vermas a{
    color: whitesmoke;
}
@media screen and (min-width: 1545px){
    .seccion-conciertos{
        height: 1000px;
    }
}
@media screen and (max-width: 1275px){
    .seccion-conciertos{
        height: 80vw;
    }
}
@media screen and (max-width: 1000px){
    #map{
        display: none;
    }
    .seccion-conciertos{
        height: 190vw;
    }
    .concierto-celular{
        margin-top: 300px;
    }
    .concerts-list{
        display: none;
    }
    .acordeon{
        display: block;
        width: 90%;
    }
    .acordeon .bloque{
        margin-bottom: 20px;
    }
    .acordeon .bloque .h2 img{
        width: 15%;
    }
    .vermas{
        display: block;
        position: relative;
        bottom: -20px;
        left: 25%;
        width: 50%;
        transform: translate(-50%, -50%);
        background-color: #f03131;
        color: whitesmoke;
        border: none;
        border-radius: 5px;
        font-size: clamp(1.5rem, 4vw, 7rem);
        font-family: 'Oswald', sans-serif;
        padding: 10px;
        box-shadow: 0 0 5px gray; 
    }
}
@media screen and (max-width: 600px){
    .seccion-conciertos{
        height: 230vw;
    }
}
@media screen and (max-width: 500px){
    .seccion-conciertos{
        height: 260vw;
    }
}
@media screen and (max-width: 600px){
    .seccion-conciertos{
        height: 230vw;
    }
}
@media screen and (max-width: 482px){
    .seccion-conciertos{
        height: 260vw;
    }
}
@media screen and (max-width: 404px){
    .seccion-conciertos{
        height: 300vw;
    }
}
@media screen and (max-width: 320px) {
    .seccion-conciertos{
        height: 330vw;
    }
}
@media screen and (max-width: 245px) {
    .acordeon{
        width: 70%;
    }
}

/* SEPARACION */

.music{
    background-image: url(../img_musica/fondo-musica.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: -240px;
    height: 900px;
}
#carousel{
    height: 100%; 
    width: 100vw; 
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    position: relative;
    top: 1vw;
    right: 15px;
}
#carousel div{
    position: absolute;
    height: auto;
    width: 18vw;
} 
#carousel div img{
    width: 100%;
    height: 100%;
    position: relative;
    top: 10px;
    object-fit: cover;
    box-shadow: 0 0 10px rgb(34, 34, 34);
    border-radius: 5px;
}
.hideLeft{
    opacity: 0;
    transform: translateX(-50%) scale(0.9) translateZ(20px);
}
.hideRight{
    opacity: 0;  
    transform: translateX(-50%) scale(0.9) translateZ(20px);
}
.prev{
    z-index: 5;
    left: 30%;
    transform: translateX(-50%) scale(1.1) translateZ(20px);
    opacity: 1;
}
.prevLeftSecond{
    z-index: 4;
    left: 17%;
    transform: translateX(-50%) scale(1) translateZ(20px);
    opacity: 0.3;
}
.selected{
    z-index: 6;
    left: 50%;
    transform: translateX(-50%) scale(1.3) translateZ(20px);
}
.next{
    z-index: 5;
    left: 70%;
    transform: translateX(-50%) scale(1.1) translateZ(20px);
    opacity: 1;
}
.nextRightSecond{
    z-index: 4;
    left: 85%;
    transform: translateX(-50%) scale(1) translateZ(20px);
    opacity: 0.3;
}
@media screen and (max-width: 1000px) {
    #carousel {
        right: 5px;
    }
    .nextRightSecond{
        opacity: 0;
    }
    .prevLeftSecond{
        opacity: 0;
    }
    #carousel div{
        width: 30vw;
    }
}
@media screen and (max-width: 760px) {
    .music{
        height: 750px;
    }
}
@media screen and (max-width: 550px) {
    .music{
        height: 690px;
    }
}
@media screen and (max-width: 350px) {
    .music{
        height: 590px;
    }
}
#prev, #next{
    position: relative;
    bottom: 455px;
    border: none;
    background-color: #f03131;
    border-radius: 5px;
    width: 5%;
    height: auto;
    color: whitesmoke;
    font-family: 'Oswald', sans-serif;
    font-size: clamp(1.5rem, 3vw, 7rem);
    transform: rotate(49deg);
    z-index: 4;   
    cursor: pointer;
}
#prev:hover, #next:hover{
    background-color: mediumorchid;
}
#prev{
    left: 4.4vw;
}
#next{
    left: 85.1vw;
}
#prev i, #next i{
    transform: rotate(-45deg);
    display: inline-block;
}
@media screen and (min-width: 1450px) {
    #next{
        left: 85.4vw;
    }
}
@media screen and (max-width: 1200px) {
    #next{
        left: 84.5vw;
    }
    #prev{
        left: 4.2vw;
    }
}
@media screen and (max-width: 1000px) {
    #prev, #next{
        display: none;
    }    
}

.popup{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(10, 10, 10, 0.514);
    z-index: 6;
}
.popup-content{
    position: relative;
    top: 50%;
    left: 50%;
    width: 600px;
    transform: translate(-50%, -50%);
    background-color: rgba(255, 255, 255, 0.329);
    padding: 20px;
    box-shadow: 0 0 20px black;
    text-align: center;
    border-radius: 5px;
}
.close{
    position: absolute;
    top: -20px;
    right: 5px;
    font-size: clamp(2rem, 4vw, 7rem);
    cursor: pointer;
    color: #E11212;
}
@media screen and (max-width: 1000px) {
    .close{
        top: -15px;
    }
}
@media screen and (max-width: 700px) {
    .popup-content iframe{
        width: 400px;
        height: 220px;
    }
    .popup-content{
        width: 400px;
    }
}
@media screen and (max-width: 500px) {
    .popup-content iframe{
        width: 250px;
        height: 180px;
    }
    .popup-content{
        width: 250px;
    }
}

/* SEPARACION */

.events{
    background: linear-gradient(to right, black, rgb(51, 50, 50));
    color: whitesmoke;
    padding: 20px 0;
    margin-top: -240px;
    text-align: center;
    display: flex;
    justify-content: center;
}
.card{
    justify-content: center;
    align-items: center;
    gap: 26px;
    margin-top: 250px;
}
.card a{
    text-decoration: none;
}
.item-card-eventos{
    width: 80vw;
    height: 460px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    background: rgb(34, 33, 33);

}
.background{
    background-image: url(../img_musica/generos.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 250px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
.informacion{
    padding: 20px;
    color: whitesmoke;
    letter-spacing: 2px;
    font-size: clamp(1.1rem, 1vw, 7rem);
    justify-content: center;
    align-items: center;
}
.informacion h3,
.informacion p{
    margin: 30px 0 5px;
}

.boton-evento{
    background-color: transparent;
    color: whitesmoke;
    font-size: clamp(1.4rem, 1vw, 7rem);
    border: 2px solid whitesmoke;
    border-radius: 5px;
    padding: 10px 20px 10px 20px;
    margin: 100px 0 50px 0;
    cursor: pointer;
    align-items: center;
    font-family: 'Oswald', sans-serif;
}

.boton-evento:hover{
    background-color: #ee0d0d91;
}
@media screen and (max-width: 780px) {
    .datos-evento{
        font-size: clamp(1rem, 1vw, 7rem);
    }
}
@media screen and (max-width: 615px) {
    .evento-style{
        width: 90vw;
    }
    .fecha-evento-lista{
        width: 15vw;
    }
}
@media screen and (max-width: 466px) {
    .item-card-eventos{
        height: 500px;
    }
}
@media screen and (max-width: 344px) {
    .datos-evento{
        font-size: clamp(0.8rem, 1vw, 7rem);
    }
    .item-card-eventos{
        height: 570px;
    }
}

/* SEPARACION */
.marcas{
    max-width: 80vw;
    margin: 10vw auto;
}
.logo-slider img{
    width: 70%;
}
.logo-slider .item a{
    display: flex;
    justify-content: center;
    align-items: center;
}
.logo-slider .slick-slide{
    margin: 15px;
}
.slick-dots li.slick-active button:before{
    color: #000000;
}
.slick-dots li button:before{
    font-size: 12px;
}
.slick-next:before,
.slick-prev:before{
    color: #0594FC !important;
    font-size: 24px;
}
.item:hover{
    display: block;
    transition: all ease 0.3s;
    transform: scale(1.1) translateY(-5px);
}
@media screen and (max-width: 1110px) {
    .slick-next:before,
    .slick-prev:before{
    display: none;
}
}
@media screen  and (max-width: 800px){
    .marcas{
        max-width: 200vw;
        overflow: hidden;
    }
}