@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro');

* {
	box-sizing: border-box;
}

body {
	/*background-image: linear-gradient(to bottom, #FFC107 60%, #000000 100%);*/
	font-family: 'Source Sans Pro', sans-serif;
	margin: 0;
	background-size: cover;
    background-attachment: fixed;
}
a{
	text-decoration: none;
	color:red;
}
.nav-item a{
	color:red;
}
.nav-item:hover a {
	color:#ffffff;
}
.villasAncla:hover li{
    color:#ffffff;
}
.nav-item {
    background: #f1f1f1;
    padding-left: 10px;
    padding-right: 10px;
    margin-right: 10px;
    border-radius: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.nav-item:hover {
    background: #ff0000;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 10px;
    color: #ffffff;
}
.list-group-item:hover{
    background: #000000;
}
.list-group-item:hover a{
    color: #ffffff;
}
.icon-size-25 {
    height: 25px;
    width: 25px;
    display: block;
}
#contentenedor_lunaradio {
  position: sticky;
  bottom: 0;
  background-color: #ff0000;
  display: none;

}

#lunaradio {
  height: 100px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.btn-auth {
  background-color: #ff0000;
  color: #fff;
}

.btn-auth:hover {
  background-color: #ff0000;
  color: #fff;
}

.btn-close,
.btn-close:hover {
  background-color: #ff0000;
  color: #fff;
  width: 30px;
}

.btn-submit,
.btn-submit:hover {
  background-color: #ff0000;
  color: #fff;
}

.page_loader {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #f5f5f5;
  z-index: 999999;
}

.middle {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.bar {
  width: 10px;
  height: 70px;
  background: #fff;
  display: inline-block;
  transform-origin: bottom center;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
  /*   box-shadow:5px 10px 20px inset rgba(255,23,25.2); */
  animation: loader 1.2s linear infinite;
}
.bar1 {
  animation-delay: 0.1s;
}
.bar2 {
  animation-delay: 0.2s;
}
.bar3 {
  animation-delay: 0.3s;
}
.bar4 {
  animation-delay: 0.4s;
}
.bar5 {
  animation-delay: 0.5s;
}
.bar6 {
  animation-delay: 0.6s;
}
.bar7 {
  animation-delay: 0.7s;
}
.bar8 {
  animation-delay: 0.8s;
}

@keyframes loader {
  0% {
    transform: scaleY(0.1);
  }
  50% {
    transform: scaleY(1);
    background: #ff0000;
  }
  100% {
    transform: scaleY(0.1);
    background: transparent;
  }
}

.swal2-styled.swal2-confirm{
  background-color: #2c3e50 !important;
}

.lunaradiosmallbuttonplay ,
.lunaradiosmallbuttonpause,
.lunaradioplayicon{
  fill: #fe0109 !important;
}
.content_buttons a{
	font-size: 32px;
	color: white;
}

::selection {
            background: #000000; /* Color de fondo para el texto seleccionado */
            color: #ffffff;      /* Color del texto seleccionado */
        }

        /* Para navegadores webkit */
        ::-webkit-selection {
            background: #000000; /* Color de fondo para el texto seleccionado */
            color: #ffffff;      /* Color del texto seleccionado */
        }
.mainbar {
    position: sticky;
    top: 0;
    z-index: 9999;
    background: linear-gradient(90deg, #ff0000, #ff0000);
}


.logo img {
    height: 40px;
    max-height: 40px;
    width: auto;
    object-fit: contain;
}
.mainbar {
    padding: 8px 0;
}

.mainbar .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mainbar {
    padding: 8px 0;
}

.mainbar .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.search-box {
    position: relative;
    width: 280px;
}

.search-box input {
    width: 100%;
    padding: 8px 35px 8px 12px; /* espacio para la lupa */
    border-radius: 20px;
    border: none;
    outline: none;
    font-size: 14px;
}

/* LUPA */
.search-box i {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    color: #666;
    font-size: 14px;
    pointer-events: none;
}


.footer-pro {
    background: #ff0000;
    color: #fff;
    padding: 50px 0 20px;
    text-align: center;
}

/* LOGO */
.footer-logo {
    height: 45px;
    margin-bottom: 10px;
}

/* TEXTO */
.footer-text {
    font-size: 13px;
    opacity: 0.9;
    max-width: 400px;
    margin: 0 auto 10px;
}

/* EMAIL */
.footer-mail {
    display: block;
    color: #fff;
    margin-bottom: 15px;
    text-decoration: none;
}

.footer-mail:hover {
    text-decoration: underline;
}

/* REDES */
.footer-social {
    margin-bottom: 15px;
}

.footer-social a {
    margin: 0 8px;
    color: #fff;
    font-size: 18px;
    transition: 0.3s;
}

.footer-social a:hover {
    transform: translateY(-3px);
    color: #ffd6d6;
}

/* DIVIDER */
.footer-divider {
    height: 1px;
    background: rgba(255,255,255,0.3);
    margin: 20px auto;
    width: 60%;
}

/* COPYRIGHT */
.footer-bottom {
    font-size: 12px;
    opacity: 0.9;
}

h3, .nombre-radio, .radio-title, .card-title {
    display: none !important;
}

h3, .nombre-radio, .radio-title, .card-title {
    display: none !important;
}


.pagination {
    gap: 5px;
}

.page-link {
    padding: 6px 10px;
    font-size: 14px;
}

/* Ã°Å¸â€œÂ± En celulares */
@media (max-width: 576px) {
    .page-link {
        padding: 5px 8px;
        font-size: 12px;
    }
}

.card {
    overflow: hidden;
    border-radius: 12px;
    transition: all 0.25s ease;
}

@media (hover: hover) {
    .card:hover {
        box-shadow: 0 15px 30px rgba(0,0,0,0.3);
        transform: translateY(-4px);
    }
}

.card:active {
    transform: scale(0.97);
}

button.btn-danger {
    border-radius: 50px;
    padding: 12px;
    font-weight: bold;
}


@media (max-width: 576px) {

    h1 {
        font-size: 20px;
        text-align: center;
    }

    h2 {
        font-size: 16px;
        text-align: center;
    }

    p {
        font-size: 14px;
    }

}

.btn-primary {
    border-radius: 50px;
    padding: 10px 20px;
}






.carousel-item {
    position: relative;
    height: 300px;
    overflow: hidden;
}

/* fondo blur */
.slider-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    filter: blur(20px);
    opacity: 0.4;
    transform: scale(1.2);
}

/* contenido */
.slider-content {
    position: relative;
    z-index: 2;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.slider-logo {
    max-height: 150px;
    width: auto;
}

.slider-text {
    background: rgba(0,0,0,0.5);
    padding: 5px 10px;
    border-radius: 5px;
    margin-top: 10px;
    color: #fff;
}

@media (max-width: 768px) {
    .carousel-item {
        height: 200px;
    }

    .slider-logo {
        max-height: 100px;
    }
}


/* ðŸ”¥ Ajuste del slider */
#sliderRadio {
  margin-bottom: 10px;
}

/* ðŸ“± CELULAR */
@media (max-width: 576px) {
  #sliderRadio img {
    height: 180px; /* mÃ¡s pequeÃ±o en mÃ³vil */
    object-fit: cover;
  }

  #sliderRadio {
    margin-bottom: 5px; /* menos espacio */
  }
}


/* ðŸ”¥ Ajuste del slider */
#sliderRadio {
  margin-bottom: 10px;
}

/* ðŸ“± CELULAR */
@media (max-width: 576px) {
  #sliderRadio img {
    height: 180px; /* mÃ¡s pequeÃ±o en mÃ³vil */
    object-fit: cover;
  }

  #sliderRadio {
    margin-bottom: 5px; /* menos espacio */
  }
}



/* ðŸ”¥ Ajuste del slider */
#sliderRadio {
  margin-bottom: 10px;
}

/* ðŸ“± CELULAR */
@media (max-width: 576px) {
  #sliderRadio img {
    height: 180px; /* mÃ¡s pequeÃ±o en mÃ³vil */
    object-fit: cover;
  }

  #sliderRadio {
    margin-bottom: 5px; /* menos espacio */
  }
}





/* HEADER ROJO FIJO */
.radio-red-header{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;

    background: #e00000 !important; /* ROJO FUERTE */
    box-shadow: 0 4px 15px rgba(0,0,0,0.35);
}

/* LOGO PEQUEÑO */
.radio-red-header .navbar-brand img{
    height: 32px; /* pequeño como pediste */
}

/* LINKS */
.radio-red-header .nav-link{
    color: #fff !important;
    font-weight: 500;
}

.radio-red-header .nav-link:hover{
    color: #000 !important;
}

/* HAMBURGER */
.radio-red-header .navbar-toggler{
    border: none;
    color: #fff;
}

/* evita blanco de bootstrap */
.radio-red-header .navbar{
    background: transparent !important;
}

/* espacio para no tapar contenido */
body{
    padding-top: 70px;
}







/* HEADER ROJO FIJO */
.radio-red-header{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;

    background: #ff0000 !important; /* ROJO FUERTE */
    box-shadow: 0 4px 15px rgba(0,0,0,0.35);
}

/* LOGO PEQUEÑO */
.radio-red-header .navbar-brand img{
    height: 32px; /* pequeño como pediste */
}

/* LINKS */
.radio-red-header .nav-link{
    color: #fff !important;
    font-weight: 500;
}

.radio-red-header .nav-link:hover{
    color: #000 !important;
}

/* HAMBURGER */
.radio-red-header .navbar-toggler{
    border: none;
    color: #fff;
}

/* evita blanco de bootstrap */
.radio-red-header .navbar{
    background: transparent !important;
}

/* espacio para no tapar contenido */
body{
    padding-top: 70px;
}

.radio-red-header .nav-link{
    color: #000 !important; /* negro */
    font-weight: 600;
}

.radio-red-header .nav-link:hover{
    color: #ffffff !important; /* opcional hover blanco */
}

/* también el botón hamburguesa */
.radio-red-header .navbar-toggler{
    border: none;
    color: #ffffff;
}


.search-radio{
    position: relative;
    max-width: 220px;
    width: 100%;
}

.search-radio input{
    width: 100%;
    border: none;
    border-radius: 20px;
    padding: 6px 35px 6px 12px;
    outline: none;
    font-size: 14px;

    background: #fff;
    color: #000;
}

.search-radio button{
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);

    border: none;
    background: transparent;
    color: #ff0000;
    font-size: 14px;
}

/* móvil */
@media(max-width: 768px){
    .search-radio{
        max-width: 100%;
    }
}









/* LUPA MÓVIL */
.btn-search-mobile{
    background: transparent;
    border: none;
    color: #ffffff;
    font-size: 18px;
    margin-right: 10px;
}

/* BUSCADOR MÓVIL */
.mobile-search-box{
    position: fixed;
    top: 70px;
    left: 0;
    width: 100%;
    padding: 10px;
    background: #ff0000;
    display: none;
    z-index: 9999;
}

.mobile-search-box.active{
    display: block;
}

/* INPUT */
.search-radio input{
    width: 100%;
}




/* FIX HEADER WIDTH CHROME */
.radio-red-header .container {
    max-width: 1200px !important;
    width: 100%;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}

/* evita que se pegue a los bordes */
.radio-red-header {
    padding-left: 10px;
    padding-right: 10px;
}



.ver-canal {
  position: relative;
  padding: 10px 18px;
  background: #111;
  color: #fff;
  border-radius: 8px;
  overflow: hidden;
}

.ver-canal::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: rgba(0, 255, 0, 0.3);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  animation: radar 2s infinite;
}

@keyframes radar {
  0% { width: 0; height: 0; opacity: 1; }
  100% { width: 200px; height: 200px; opacity: 0; }
}


.ver-tv {
  position: relative;
  overflow: hidden;
  font-weight: 600;
}

/* punto LIVE simple (ligero para móviles) */
.ver-tv::before {
  content: "";
  position: absolute;
  left: 12px;
  top: 50%;
  width: 8px;
  height: 8px;
  background: #fff;
  border-radius: 50%;
  transform: translateY(-50%);
  animation: pulseLive 1.2s infinite;
}

/* solo una onda ligera */
.ver-tv::after {
  content: "";
  position: absolute;
  left: 12px;
  top: 50%;
  width: 8px;
  height: 8px;
  border: 2px solid rgba(255,255,255,0.5);
  border-radius: 50%;
  transform: translateY(-50%);
  animation: waveLive 1.8s infinite;
}

@keyframes pulseLive {
  0% { transform: translateY(-50%) scale(0.8); opacity: 0.6; }
  50% { transform: translateY(-50%) scale(1.2); opacity: 1; }
  100% { transform: translateY(-50%) scale(0.8); opacity: 0.6; }
}

@keyframes waveLive {
  0% { transform: translateY(-50%) scale(0.5); opacity: 0.8; }
  100% { transform: translateY(-50%) scale(2.5); opacity: 0; }
}



@media (max-width: 576px) {
  .ver-tv::after {
    display: none; /* quitamos ondas en móviles */
  }

  .ver-tv {
    padding-left: 30px; /* espacio para el punto */
  }
}



.footer{
    background:#111;
    color:#aaa;
    border-top:1px solid rgba(255,255,255,0.05);
}

body.light-mode .footer{
    background:#fff;
    color:#555;
    border-top:1px solid #ddd;
}

.footer .small{
    font-size:12px;
    letter-spacing:0.3px;
}

.footer{
    background:#111;
    color:#aaa;
    border-top:1px solid rgba(255,255,255,0.05);
}

body.light-mode .footer{
    background:#fff;
    color:#555;
    border-top:1px solid #ddd;
}

.footer .small{
    font-size:12px;
    letter-spacing:0.3px;
}






.nav-link {
  display: block;
  padding: 10px 14px;
  color: #444;
  text-decoration: none;
  border-radius: 8px;
  transition: all 0.3s ease;
}

/* hover */
.nav-link:hover {
  background: #f2f2f2;
  transform: translateX(3px);
}

/* activo resaltado */
.nav-link.active {
  background: #dc3545; /* rojo tipo Bootstrap danger */
  color: #fff;
  font-weight: 600;
  box-shadow: 0 4px 10px rgba(220,53,69,0.3);
}

/* pequeño indicador tipo barra lateral */
.nav-link.active::before {
  content: "";
  position: absolute;
  left: 0;
  width: 4px;
  height: 100%;
  background: #fff;
  border-radius: 0 4px 4px 0;
}



.radio-red-header {
  background: #111;
}

.radio-red-header .nav-link {
  color: #fff;
  font-weight: 500;
  transition: 0.3s;
}

.radio-red-header .nav-link:hover {
  color: #ff3b3b;
  transform: translateY(-1px);
}

.radio-red-header .nav-link.active {
  color: #ff3b3b;
  border-bottom: 2px solid #ff3b3b;
}



@media (max-width: 991px) {
  .navbar-nav {
    text-align: center;
    padding-top: 10px;
  }

  .nav-link {
    padding: 12px 0;
  }
}

.radio-red-header .nav-link {
  color: #fff !important;
  text-decoration: none;
}

/* Evita blanco al hacer click */
.radio-red-header .nav-link:active,
.radio-red-header .nav-link:focus,
.radio-red-header .nav-link:focus-visible {
  color: #ff3b3b !important;   /* rojo visible */
  background: transparent !important;
  outline: none !important;
  box-shadow: none !important;
}

/* Evita cambio raro en hover/click combinado */
.radio-red-header .nav-link:hover {
  color: #ff0000 !important;
}


.radio-red-header .nav-link {
  color: #000000 !important;
  text-decoration: none;
}

/* Evita blanco al hacer click */
.radio-red-header .nav-link:active,
.radio-red-header .nav-link:focus,
.radio-red-header .nav-link:focus-visible {
  color: #ff0000 !important;   /* rojo visible */
  background: transparent !important;
  outline: none !important;
  box-shadow: none !important;
}

/* Evita cambio raro en hover/click combinado */
.radio-red-header .nav-link:hover {
  color: #ff0000 !important;
}





.logo-pulse img{
    animation: heartbeat 1.8s infinite;
    transform-origin: center;
}

/* 💓 latido suave */
@keyframes heartbeat {
    0%   { transform: scale(1); }
    10%  { transform: scale(1.05); }
    20%  { transform: scale(1); }
    30%  { transform: scale(1.08); }
    40%  { transform: scale(1); }
    100% { transform: scale(1); }
}



.btn-tv-mobile{
    color:#fff;
    text-decoration:none;
    -webkit-tap-highlight-color: transparent; /* quita azul en móvil */
}

/* quitar borde azul al hacer click */
.btn-tv-mobile:focus,
.btn-tv-mobile:active{
    outline:none !important;
    box-shadow:none !important;
    color:#fff !important;
}.radio-red-header{
    margin-bottom:15px;
}

#sliderRadio,
.carousel{
    margin-top:15px;
}

.btn-tv-mobile{
    color:#fff;
    text-decoration:none;
    -webkit-tap-highlight-color: transparent; /* quita azul en móvil */
}

/* quitar borde azul al hacer click */
.btn-tv-mobile:focus,
.btn-tv-mobile:active{
    outline:none !important;
    box-shadow:none !important;
    color:#fff !important;
}.radio-red-header{
    margin-bottom:15px;
}

#sliderRadio,
.carousel{
    margin-top:15px;
}


.radio-red-header{
    margin-bottom:15px;
}

#sliderRadio,
.carousel{
    margin-top:15px;
}

.btn-tv-mobile{
    color:#fff;
    text-decoration:none;
    -webkit-tap-highlight-color: transparent; /* quita azul en móvil */
}

/* cuando se hace click o queda activo */
.btn-tv-mobile:focus,
.btn-tv-mobile:active,
.btn-tv-mobile:hover{
    color:#fff !important;
    outline:none !important;
    box-shadow:none !important;
}

/* icono siempre blanco */
.btn-tv-mobile i{
    color:#fff;
}




#installBanner {
  transform: translateY(100%);
  transition: all 0.4s ease;
}

#installBanner.show {
  transform: translateY(0);
}


@media (max-width: 600px) {
  #installBanner {
    width: 90%;
  }
}
@media (max-width: 600px) {
  #installBanner {
    width: 90%;
  }
}

#sliderRadio {
    height: 420px;
}

#sliderRadio .carousel-inner,
#sliderRadio .carousel-item {
    height: 420px;
}

#sliderRadio .carousel-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


@media (max-width: 768px) {
    #sliderRadio {
        height: 200px;
    }

    #sliderRadio .carousel-inner,
    #sliderRadio .carousel-item {
        height: 200px;
    }
}



.sidebar-pro {
    background: linear-gradient(180deg, #ff0000, #990000);
    color: #fff;
    border-radius: 14px;
    padding: 12px;
}

.radio-scroll {
    display: flex;
    overflow-x: auto;
    gap: 10px;
}

.radio-mini {
    min-width: 100px;
    cursor: pointer;
}

.radio-mini img {
    width: 100%;
    border-radius: 10px;
}

.radio-card {
    border-radius: 14px;
    transition: 0.3s;
}

.radio-card:hover {
    transform: translateY(-5px);
}


.radio-scroll {
    display: flex;
    overflow-x: auto;
    gap: 10px;
    scroll-behavior: smooth;
}

.radio-scroll::-webkit-scrollbar {
    display: none;
}
.radio-scroll {
    display: flex;
    overflow-x: auto;
    gap: 10px;
    scroll-behavior: smooth;
}

.radio-scroll::-webkit-scrollbar {
    display: none;
}



.section-title-pro {
    display: flex;
    align-items: center;
    gap: 10px;
}

.section-title-pro h5 {
    margin: 0;
    font-weight: 700;
    color: #222;
}

.badge-live {
    background: #ff0000;
    color: #fff;
    padding: 3px 8px;
    border-radius: 20px;
    font-size: 11px;
    font-weight: bold;
}



.badge-live {
    background: #ff0000;
    color: #fff;
    padding: 4px 10px;
    border-radius: 20px;
    font-size: 11px;
    font-weight: bold;
    position: relative;
    animation: pulse 1.5s infinite;
}

/* 🔴 puntito tipo transmisión */
.badge-live::before {
    content: "";
    width: 8px;
    height: 8px;
    background: #fff;
    border-radius: 50%;
    display: inline-block;
    margin-right: 6px;
    animation: blink 1s infinite;
}

/* efecto latido */
@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 0, 0, 0.7);
    }
    70% {
        box-shadow: 0 0 0 10px rgba(255, 0, 0, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(255, 0, 0, 0);
    }
}

/* parpadeo del punto */
@keyframes blink {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.3; }
}



.sidebar-pro {
    background: linear-gradient(180deg, #ff0000, #990000);
    color: #fff;
    border-radius: 12px;
    padding: 10px;
}

.radio-scroll {
    display: flex;
    overflow: hidden;
    gap: 10px;
}

.radio-mini {
    min-width: 100px;
    cursor: pointer;
    text-align: center;
}

.radio-mini img {
    width: 100%;
    border-radius: 10px;
}

.section-title-pro {
    display: flex;
    align-items: center;
    gap: 10px;
}

.badge-live {
    background: #ff0000;
    color: #fff;
    padding: 4px 10px;
    border-radius: 20px;
    font-size: 11px;
    font-weight: bold;
    animation: pulse 1.5s infinite;
}

.badge-live::before {
    content: "";
    width: 8px;
    height: 8px;
    background: #fff;
    border-radius: 50%;
    display: inline-block;
    margin-right: 6px;
    animation: blink 1s infinite;
}

@keyframes pulse {
    0% { box-shadow: 0 0 0 0 rgba(255,0,0,0.7); }
    70% { box-shadow: 0 0 0 10px rgba(255,0,0,0); }
    100% { box-shadow: 0 0 0 0 rgba(255,0,0,0); }
}

@keyframes blink {
    0%,100% { opacity:1; }
    50% { opacity:0.3; }
}



.btn-add-radio {.list-group-item {
    position: relative;
    border-bottom: 1px solid #eee;
}

.list-group-item::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0%;
    height: 2px;
    background: #ff0000;
    transition: 0.3s;
}

.list-group-item:hover::after {
    width: 100%;
}
    background: linear-gradient(45deg, #ff0000, #cc0000);
    color: #fff;
    padding: 8px 16px;
    border-radius: 25px;
    font-weight: bold;
    text-decoration: none;
    transition: 0.3s;
}

.btn-add-radio:hover {
    transform: scale(1.05);
    box-shadow: 0 5px 15px rgba(255,0,0,0.4);
}



.list-group-item {
    position: relative;
    border-bottom: 1px solid #eee;
}

.list-group-item::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0%;
    height: 2px;
    background: #ff0000;
    transition: 0.3s;
}

.list-group-item:hover::after {
    width: 100%;
}




.radio-logo-round{
    width: 70px;
    height: 70px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #ffffff;
    box-shadow: 0 3px 10px rgba(0,0,0,0.25);
    display: block;
}

/* contenedor del scroll */
.radio-mini{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-width: 90px;
    margin-right: 10px;
}

.radio-mini span{
    font-size: 11px;
    margin-top: 5px;
    text-align: center;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 80px;
}





/* HEADER */
.tv-header{
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-bottom:15px;
}

.tv-header h3{
    color:#fff;
    font-weight:bold;
}

/* SEARCH */
.tv-search{
    padding:8px 12px;
    border-radius:8px;
    border:none;
    outline:none;
    width:200px;
}

/* CARD NETFLIX */
.netflix-card{
    background:#111;
    border-radius:14px;
    overflow:hidden;
    position:relative;
    transition:0.3s;
    cursor:pointer;
    box-shadow:0 5px 15px rgba(0,0,0,0.4);
}

.netflix-card:hover{
    transform:scale(1.05);
}

/* LOGO */
.netflix-logo-box{
    height:120px;
    display:flex;
    align-items:center;
    justify-content:center;
    background:#000;
}

.netflix-logo{
    max-width:80%;
    max-height:80px;
    object-fit:contain;
    border-radius:50%;   /* 🔥 LOGO CIRCULAR */
    border:2px solid #fff;
    padding:3px;
}

/* TITLE */
.netflix-title{
    color:#fff;
    font-size:13px;
    text-align:center;
    padding:8px;
    font-weight:600;
}

/* BUTTON */
.netflix-btn{
    width:100%;
    padding:8px;
    border:none;
    background:red;
    color:#fff;
    font-weight:bold;
    cursor:pointer;
}

/* BADGE EN VIVO */
.tv-badge{
    position:absolute;
    top:8px;
    left:8px;
    background:#ff0000;
    color:#fff;
    font-size:10px;
    padding:3px 6px;
    border-radius:5px;
    z-index:2;
}


#tvGrid{
    row-gap: 20px;
}


.tv-container{
    padding-bottom: 120px; /* espacio seguro para footer */
}



.tv-modal{
    display:none;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.85);
    z-index:99999;

    /* centrado */
    align-items:center;
    justify-content:center;
}

.tv-modal-content{
    width:80%;
    max-width:900px;
    aspect-ratio:16/9;
    background:#000;
    border-radius:12px;
    overflow:hidden;
    position:relative;
    box-shadow:0 0 30px rgba(0,0,0,0.8);
}

.tv-modal-content video{
    width:100%;
    height:100%;
}

.tv-close{
    position:absolute;
    top:10px;
    right:10px;
    z-index:2;
    background:red;
    color:#fff;
    border:none;
    padding:8px 12px;
    border-radius:6px;
    cursor:pointer;
}
.tv-modal{
    display:none;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.85);
    z-index:99999;

    /* centrado */
    align-items:center;
    justify-content:center;
}

.tv-modal-content{
    width:80%;
    max-width:900px;
    aspect-ratio:16/9;
    background:#000;
    border-radius:12px;
    overflow:hidden;
    position:relative;
    box-shadow:0 0 30px rgba(0,0,0,0.8);
}

.tv-modal-content video{
    width:100%;
    height:100%;
}

.tv-close{
    position:absolute;
    top:10px;
    right:10px;
    z-index:2;
    background:red;
    color:#fff;
    border:none;
    padding:8px 12px;
    border-radius:6px;
    cursor:pointer;
}



.tv-modal-content{
    border:5px solid rgba(255,255,255,0.9);
    box-shadow:0 0 40px rgba(0,0,0,0.6);
}

@media (max-width: 768px){

    .tv-header{
        flex-direction:column;
        align-items:center;
        gap:10px;
        text-align:center;
    }

    .tv-search{
        width:100%;
        max-width:300px;
        text-align:center;
    }
}
.netflix-card,
.netflix-logo{
    will-change: transform, opacity;
}

.netflix-card,
.netflix-logo{
    will-change: transform, opacity;
}

.netflix-card,
.netflix-logo{
    will-change: transform, opacity;
}



.netflix-logo{
    width:80px;
    height:80px;
    border-radius:50%;
    object-fit:cover;

    border:3px solid #fff;
    padding:2px;
    background:#fff;

    opacity:0;
    transform:scale(1); /* ❌ importante: quitar scale */
    transition:opacity 0.3s ease;
}

.netflix-logo.loaded{
    opacity:1;
}





/* OCULTAR SLIDE EN CELULARES */



@media only screen and (max-width: 768px) {

    *[id*="region"],
    *[class*="region"] {
        display: none !important;
        height: 0 !important;
        overflow: hidden !important;
    }

}


/* OCULTAR ELIGE TU REGION  EN CELULARES */



@media (max-width:768px){
  .bloque-region{
    display: none !important;
  }
}



/* OCULTAR SCROLL EMISORAS DESTACADAS */

@media (max-width:768px){

  .section-title-pro,
  #radioScroll{
    display: none !important;
  }

}








