    :root{
      --red:#c7001e;
      --dark:#081224;
      --dark2:#0f172d;
      --white:#ffffff;
      --gray:#d9d9d9;
    }

.pulse{
    animation: pulse 2s infinite;
}

.relative-top{
  position: relative;
  top: -200px;
}


.not_full .poster{
  height: 50vh;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

@keyframes pulse{

    0%{
        transform: scale(1);
    }

    50%{
        transform: scale(1.05);
    }

    100%{
        transform: scale(1);
    }

}

    *{
      margin:0;
      padding:0;
      box-sizing:border-box;
    }

    html{
      scroll-behavior:smooth;
    }

    body{
      font-family:'Montserrat',sans-serif;
      background:#000;
      color:#fff;
      overflow-x:hidden;
    }

    section{
      min-height:100vh;
      position:relative;
      padding:100px 0;
    }

    a{
      text-decoration:none;
    }

    /* NAVBAR */

    .navbar{
      background:rgba(0,0,0,.80);
      backdrop-filter:blur(10px);
      transition:.3s;
      padding:18px 0;
      height: 100px;
    }

    .navbar.scrolled{
      background:#000;
      padding:10px 0;
    }

    .navbar-brand{
      color:#fff !important;
      font-weight:900;
      font-size:1.4rem;
      line-height:1;
    }

    .navbar-brand span{
      color:var(--red);
    }

    .nav-link{
      color:#fff !important;
      margin-left:18px;
      font-size:.9rem;
      text-transform:uppercase;
      letter-spacing:1px;
      position:relative;
    }

    .nav-link::after{
      content:"";
      position:absolute;
      left:0;
      bottom:-6px;
      width:0%;
      height:2px;
      background:var(--red);
      transition:.3s;
    }

    .nav-link:hover::after{
      width:100%;
    }
    .header-logo{
      width: 64px;
      height: auto;
    }

    .navbar-nav{
      background-image: url(../img/dial.png);
      background-size: 100% 100%;
      position: relative;
    }

    .navbar-fm{
      position: relative;
      top: -13px;
      left: -10px;
    }

    .aguja{
      position: absolute;
      bottom: -16px;
      left: 0;
      transition:
        left .35s ease,
        width .35s ease;
    }

    .widget.vivo{
      position: fixed;
      top: 100px;
      right: 10dvw;
      z-index: 2;

    }

    .widget.vivo img{
      width: 220px;
      transition: all 1s;
      cursor: pointer;
    }

    .widget.vivo img:hover{
      transform: scale(1.2);
    }

    /* HERO */
    .color_white{
      color: white;
    }
    .hero{
      padding:0;
      overflow:hidden;
    }

    .hero .swiper{
      height:100vh;
    }

    .hero-slide{
      position:relative;
      width:100%;
      height:100vh;
      overflow:hidden;
      background-position: center;
      background-size: cover;
    }

    .hero-slide img,
    .hero-slide video{
      width:100%;
      height:100%;
      object-fit:cover;
    }


    .hero-overlay{
      position:absolute;
      inset:0;
      background:linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,.65));
      z-index:2;
    }

    .hero-content{
      position:absolute;
      inset:0;
      z-index:3;
      display:flex;
      align-items:center;
      justify-content:left;
      text-align:left;
      padding-left:5dvw;
    }

    .hero-content h1{
      font-size:clamp(2rem,6vw,5rem);
      font-weight:100;
      text-shadow:0 5px 20px rgba(0,0,0,.4);
      color: #fff;
    }

    .hero-content h1 span{
      color:#fff;
      display:block;
    }

    .hero-content .fm{
      color:#fff;
      font-size:clamp(1.5rem,4vw,3rem);
      margin-top:15px;
      font-weight:700;
    }
    .vivo-pausa{
      display: none;
    }
    /* ABOUT */

    .about{
      background:linear-gradient(135deg,#9d0017,var(--red));
    }
    .about-video{
      background-size: cover;
      background-position: center;
    }
    .section-title{
      font-size:clamp(2rem,5vw,4rem);
      font-weight:200;
      margin-bottom:25px;
      text-transform:uppercase;
    }

    .about p{
      font-size:1.05rem;
      line-height:1.9;
      color:#f1f1f1;
    }

    .socials a{
      width:42px;
      height:42px;
      border-radius:50%;
      border:1px solid rgba(255,255,255,.25);
      display:flex;
      align-items:center;
      justify-content:center;
      color:#fff;
      transition:.3s;
    }

    .socials a:hover{
      background:#fff;
      color:var(--red);
      transform:translateY(-4px);
    }

    .btn-main{
      background:#fff!important;
      color:#111;
      border:none;
      padding:12px 30px;
      font-weight:700;
      text-transform:uppercase;
      transition:.3s;
    }

    .btn-main:hover{
      background:#111!important;
      color:#fff!important;
    }

    .about img{
      width:100%;
      border-radius:12px;
      object-fit:cover;
      box-shadow:0 15px 40px rgba(0,0,0,.35);
    }
    .about-video{
      position:relative;
      width:100%;
      height:50vh;
      max-height:50vh;
      overflow:hidden;
      border-radius:24px;
    }

    .about-video video{
      width:100%;
      height:100%;
      object-fit:cover;
      display:block;
    }

    .bxc-flex{
      display: flex;
      justify-content: space-between;
    }

    .tab-item{
      margin-bottom: 1px;
    }


    #about .tab-item{
      color: #fff;
    }

    .tab-title{
      background: rgba(0, 0, 0, 0.8);
      padding: 20px;
      font-size: 22px;
      cursor: pointer;

    }
    .tab-content{
      background: rgba(0, 0, 0, 0.6);
      padding: 20px;
      display: none;
      font-size: 18px;

    }
    .tab-content-b{
      padding: 20px;
      display: none;
      font-size: 18px;

    }
    .tab-item-b{
      background: rgba(0, 0, 0,0.1);
      border-style: solid;
      border-width: 1px;
      border-color: #ccc;
    }
    /* PROGRAMACIÓN */

    .schedule{
      background:linear-gradient(180deg,var(--dark2),#010816);
    }

    .schedule-card{
      background:rgba(255,255,255,.05);
      padding:30px;
      min-height:260px;
      border:1px solid rgba(255,255,255,.06);
      transition:.3s;
      cursor: pointer;
    }

    .schedule-card:hover{
      transform:translateY(-8px);
      background:rgba(255,255,255,.08);
    }

    .schedule-card h4{
      font-weight:700;
      margin-bottom:20px;
      color: #fff;
    }

    .schedule-card p{
      color:#ddd;
      font-size:.95rem;
      margin-bottom:10px;
    }

    /* VERDE */

    .verde{
      background:#f5f5f5;
      color:#111;
    }

    .verde .section-title{
      color:#111;
    }

    .verde .section-title span{
      color:#2dac31;
    }

    .video-main{
      position:relative;
      overflow:hidden;
      border-radius:12px;
      height: 40dvh;
    }

    .video-main img{
      width:100%;
      height:100%;
      object-fit:cover;
    }

    .play-btn{
      position:absolute;
      inset:0;
      display:flex;
      align-items:center;
      justify-content:center;
      font-size:5rem;
      color:#fff;
      background:rgba(0,0,0,.2);
    }

    .mini-video{
      position: relative;
      overflow: hidden;
      border-radius: 10px;
      cursor: pointer;
      height: 30vh;
      min-height: 140px;
    }

    .mini-video .text-center{
      position: absolute;
      width: 100%;
      bottom: 0;
      padding: 0;
      background: rgba(0, 0, 0, 0.8);
      color: #fff;
      margin: 0;
    }

    .mini-video img{
      width:100%;
      height:100%;
      object-fit:cover;
    }

    .mini-video .play-btn{
      font-size:2rem;
    }
    .pr-header{
      background-size: cover;
      background-position: center;
    }
    /* GALERÍA */

    .swiper-button-next,.swiper-button-prev{
      background-size: contain;
      background-position: center;
      background-repeat: no-repeat;
      width: 64px;
      height: 64px;
      color: transparent;
    }


    .gallery-link.active{
      color: #db3156;
      font-weight: 800;
    }


    .swiper-button-next{
      background-image: url(../img/arr-rigth.png);
    }

    .swiper-button-prev{
      background-image: url(../img/arr-left.png);
    }

    .gallery{
      background:linear-gradient(180deg,#111827,#020817);
    }

    .gallery-menu{
      background:rgba(255,255,255,.04);
      border-radius:12px;
      padding:20px;
    }

    .accordion-button{
      background:transparent !important;
      color:#fff !important;
      box-shadow:none !important;
      font-weight:700;
    }

    .accordion-item{
      background:transparent !important;
      border:1px solid rgba(255,255,255,.06);
      color:#fff;
    }

    .gallery-link{
      display:block;
      padding:8px 0;
      color:#ccc;
      cursor:pointer;
      transition:.3s;
    }

    .gallery-link:hover{
      color:#fff;
      padding-left:10px;
    }

    .gallery-preview{
      position:relative;
      overflow:hidden;
      border-radius:18px;
      height:70dvh;
    }

    .gallery-preview img{
      width:100%;
      height:100%;
      object-fit:cover;
    }

    /* CONTACTO */
    .contact-icon{
      height: 100px;
      text-align: center;
    }

    .contact-title{
      font-size: 16px;
      color: #fff;
      text-align: center;
    }
    .contact-icon .dashicons{
      width: 60px;
      font-size: 60px;
      color: #fff;
    }
    .contact{

      background:linear-gradient(135deg,var(--red),#7e0014);
    }

    .map{
      overflow:hidden;
      border-radius:14px;
    }

    .map iframe{
      width:100%;
      height:450px;
      border:0;
    }

    .form-control,
    .form-select{
      background:rgba(0,0,0,.35);
      border:none;
      color:#fff;
      padding:14px;
      border-radius:0;
    }

    .form-control::placeholder{
      color:#ddd;
    }

    .form-control:focus,
    .form-select:focus{
      background:rgba(0,0,0,.5);
      color:#fff;
      box-shadow:none;
    }

    textarea{
      min-height:180px;
      resize:none;
    }
    #nosotros-cuerpo-oculto{
      display: none;
      background: #1c1c1c;
      color: #fff;
    }
    /* FOOTER */

    footer{
      background:#0a0a0a;
      padding:60px 0;
      /*background-image: url(../img/background-footer.png);*/
      background-size: cover;
    }

    .footer-logo{
      font-size:3rem;
      font-weight:900;
      line-height:1;
    }

    .footer-logo img{
      height: 22vh;
    }

    .footer-logo span{
      color:var(--red);
    }

    .footer-info{
      color:#bbb;
      line-height:2;
    }

    /* RESPONSIVE */

    @media(max-width:991px){

      section{
        padding:90px 0;
      }

      .gallery-preview{
        margin-top:30px;
        height:400px;
      }

      .hero-content h1{
        line-height:1.2;
      }

    }

    @media(max-width:768px){


    .navbar-collapse{
      background: #1c1c1c;
      padding: 1vh 0;
    }
    .navbar-fm{
      display: none;
    }


      .schedule-card{
        min-height:auto;
      }

      .gallery-preview{
        height:300px;
      }

      .map iframe{
        height:300px;
      }

      .mini-video .text-center{
        font-size: 10px;
      }

      .footer-logo{
        text-align: center;
      }
      .footer-info.text-lg-end{
        text-align: center;
      }

      .navbar-toggler{
        right: 16px;
            position: relative;
      }

    }


        .hidden .poster{
      background-size: contain!important;
      background-repeat: no-repeat;
    }


.pwa-banner{
    position:fixed;
    left:15px;
    right:15px;
    bottom:15px;
    z-index:999999;
    background:#111;
    color:#fff;
    border-radius:12px;
    box-shadow:0 5px 20px rgba(0,0,0,.3);
    display:none;
    animation:slideUp .3s ease;
}

.pwa-content{
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:15px;
    gap:15px;
}

.pwa-content p{
    margin:5px 0 0;
    font-size:14px;
    opacity:.8;
}

.pwa-buttons{
    display:flex;
    gap:10px;
    align-items:center;
}

.pwa-buttons button{
    border:none;
    cursor:pointer;
    padding:10px 15px;
    border-radius:8px;
}

#pwa-install-btn{
    background:#0d6efd;
    color:white;
}

#pwa-close-btn{
    background:transparent;
    color:white;
    font-size:18px;
}

@keyframes slideUp{
    from{
        opacity:0;
        transform:translateY(100%);
    }
    to{
        opacity:1;
        transform:translateY(0);
    }
}