@font-face {
    font-family: 'Proxima Nova';
    src: url('https://vivoplustv.com/fuentes/proxima-nova.woff2') format('woff2'),
         url('https://vivoplustv.com/fuentes/proxima-nova.woff') format('woff');
    font-weight: 600; /* SemiBold */
    font-style: normal;
}



body {
    background-color: #181818;
    color: #fff;
}

h3, h4 {
    color: #fff;
}

h4{
    font-size: 20px;
    font-family: 'Proxima Nova SemiBold', sans-serif;

}

h3{
    margin-left: 5px;
}

.mb-3{
    width: 100%;
    margin-left: 10px;
    
}
.video-section img {
    border-radius: 10px;
    }

.info-section {
    padding: 20px;
    background-color: #242424;
    border-radius: 10px;
}

.info-section p {
    color: #b3b3b3;
}

.btn-primary {
    background-color: #e50914;
    border-color: #e50914;
}

.row img {
    border-radius: 5px;
}

.d-flex img {
    border-radius: 50%;
    width: 60px;
    height: 60px;
}

.video-section #player {
    width: 100%;
    height: 400px;
    background-color: #000;
}


.image-container {
    position: relative;
    width: 100%;
    max-width: 300px; 
    padding-top: 10px;/* Ajusta el tamaño máximo de la imagen */
}
.image-tv {
    
    margin-top: 10px;/* Ajusta el tamaño máximo de la imagen */
}

/* Imagen con estilo para ajustarse al contenedor */
.image-container img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

/* Texto superpuesto */
.overlay-text {
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7); /* Fondo semi-transparente */
    color: #fff;
    width: 100%;
    text-align: center;
    padding: 10px;
    font-size: 18px;
    opacity: 0;
    transition: opacity 0.3s ease;
}

/* Mostrar el texto al hacer hover */
.image-container:hover .overlay-text {
    opacity: 1;
}

/* Descripción más pequeña debajo del nombre del canal */
.description {
    font-size: 12px;
    margin-top: 5px;
    color: #ddd;
}

.image-repelis{

    width: 180px;
    margin-top: 5px;
    margin-left: 5px;
}


#popup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #1a1a1d;
    padding: 20px;
    border-radius: 10px;
    z-index: 1000;
    width: 80%;/* Ancho opcional del popup */
}

#closePopup {
    position: absolute;
    top: 10px; /* Distancia desde la parte superior */
    right: 10px; /* Distancia desde la derecha */
    color: #a8a8a8; /* Color de la "X" */
    font-size: 24px; /* Tamaño de la "X" */
    font-weight: bold; /* Negrita */
}




@media (min-width: 1800px) {
    .col-xl-8th {
      flex: 0 0 12.5%; /* Cada elemento ocupará 12.5% del ancho (100%/8) */
      max-width: 12.5%;
    }
  }
  


  .pip-button svg path {
    fill: #e50914; /* Cambia este color al que prefieras */
}


#playModal .modal-content {
    background-color: #ffffff; /* Cambia el color de fondo del modal */
   /* Cambia el color del texto */
    border-radius: 10px; /* Opcional: Añade un borde redondeado */
}

#playModal .btn-close {
    color: white;
    opacity: 1;
}

#playModal .close:hover {
    color: #ccc; /* Cambia el color cuando el mouse pasa sobre el botón de cierre */
}