 /*
Theme Name: HDLATINO.US
Description: Theme optimizado para peliculas.
Author: Luis Meza
Version: 1.0
*/

body {background-color: #000000;}
.social-media-bar {display: flex;}
.bordes {border-radius: 14px !important}

@keyframes fadeInLetters {
    0% { opacity: 0; transform: translateY(20px); }
    100% { opacity: 1; transform: translateY(0); }
}

.animated-title::after {
    content: "";
    display: block;
    width: 50px;
    height: 3px;
    background-color: #ffd700;
    margin: 5px auto;
    animation: slideIn 1s ease-in-out forwards;
}

@keyframes slideIn {
    0% { width: 0; }
    100% { width: 50px; }
}

/* Estilo general para todos los dispositivos */
header img {
    width: 100%;       /* Se ajusta al ancho del contenedor */
    object-fit: cover; /* Asegura que la imagen no se deforme */
    border-radius: 10px;
}

/* Estilo para pantallas grandes (escritorio) */
@media (min-width: 992px) {
    header img {
        height: 300px; /* Altura fija para escritorio */
    }
}

/* Estilo para tabletas */
@media (min-width: 768px) and (max-width: 991px) {
    header img {
        height: 250px; /* Altura reducida para tabletas */
    }
}

/* Estilo para móviles */
@media (max-width: 767px) {
    header img {
        height: 200px; /* Altura más pequeña para móviles */
    }
}

.social-media-bar {
    display: flex;
}

.scrolling-banner {
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
    position: relative;
}

.scrolling-text {
    display: inline-block;
    animation: scrollText 60s linear infinite;
    padding-left: 100%; /* Mueve el texto fuera de la pantalla al inicio */
}

@keyframes scrollText {
    0% {
        transform: translateX(100%);
    }
    100% {
        transform: translateX(-100%);
    }
}

/* Ajuste general de las imágenes */
.col-6 img {
    width: 100%;
    height: auto;
    border-radius: 12px;
}

/* Texto debajo de la imagen */
.col-6 p {
    font-size: 16px;
    color: #333;
    text-align: center;
    margin-top: 10px;
}

.card {
    border-radius: 12px;
}
#ultimosaportes {
    border-style: solid;
    border-radius: 10px;
    border-width: 2px;
    border-color: #6f42c1; /* Morado vibrante para el borde */
    color: #ffffff; /* Texto claro */
    background-image: linear-gradient(135deg, #6f42c1 0%, #007bff 50%, #17a2b8 100%);
}
#web-dl {
    border-style: solid;
    border-radius: 10px;
    border-width: 2px;
    border-color: #28a745; /* Color verde para el borde */
    color: #e9ecef; /* Texto claro */
    background-image: linear-gradient(180deg, #28a745 35%, #1e7e34 100%);
}

#remux {
    border-style: solid;
    border-radius: 10px;
    border-width: 2px;
    border-color: #ffd700; /* Color dorado para el borde */
    color: #e9ecef; /* Texto claro */
    background-image: linear-gradient(180deg, #ffd700 35%, #ffcc00 100%);
}

#brrip {
    border-style: solid;
    border-radius: 10px;
    border-width: 2px;
    border-color: #007bff; /* Color azul para el borde */
    color: #e9ecef; /* Texto claro */
    background-image: linear-gradient(180deg, #007bff 35%, #0056b3 100%);
}

#bdrip {
    border-style: solid;
    border-radius: 10px;
    border-width: 2px;
    border-color: #800020; /* Color vinotinto para el borde */
    color: #e9ecef; /* Texto claro */
    background-image: linear-gradient(180deg, #800020 35%, #4b0010 100%);
}
#hdr {
	border-style: solid;
    border-radius: 10px;
    border-width: 2px;
    border-color: #800020; /* Color vinotinto para el borde */
    color: #e9ecef; /* Texto claro */
    background-image:linear-gradient(#ff0000, rgba(0,0,0,0.5))
}

#universal {
    border-style: solid;
    border-radius: 10px;
    border-width: 2px;
    color: #e9ecef;
    background-color: #fccc12;
}

#wwe {
    border-style: solid;
    border-radius: 10px;
    border-width: 2px;
    color: #e9ecef;
    background-image: linear-gradient(180deg, #080808 35%, #191919 100%);
}

#pcok {
    border-style: solid;
    border-radius: 10px;
    border-width: 2px;
    color: #e9ecef;
    background-image: linear-gradient(180deg, #080808 35%, #191919 100%);
}

#nf {
    border-style: solid;
    border-radius: 10px;
    border-width: 2px;
    color: #e9ecef;
    background-image: linear-gradient(180deg, #e52d27 0%, #b31217 100%);
}

#max {
    border-style: solid;
    border-radius: 10px;
    border-width: 2px;
    color: #e9ecef;
    background-color: #002be7;
}

#dsnp {
    border-style: solid;
    border-radius: 10px;
    border-width: 2px;
    color: #e9ecef;
    background-image: linear-gradient(180deg, #000428 0%, #004e92 100%);
}


#atvp {
    border-style: solid;
    border-radius: 10px;
    border-width: 2px;
    color: #e9ecef;
    background-image: linear-gradient(180deg, #080808 35%, #191919 100%);
}

#amzn {
    border-style: solid;
    border-radius: 10px;
    border-width: 2px;
    color: #e9ecef;
    background-image: linear-gradient(180deg, #141e30 0%, #243b55 100%);
}

#cr {
  border-style: solid;
  border-radius: 10px;
  border-width: 2px;
  color: #e9ecef;
  background-image: linear-gradient(180deg, #ffb75e 0%, #ed8f03 100%);
}

#dgo {
  border-style: solid;
  border-radius: 10px;
  border-width: 2px;
  color: #e9ecef;
  background-color: #001020;
}

#pmtp {
  border-style: solid;
  border-radius: 10px;
  border-width: 2px;
  color: #e9ecef;
  background-image: linear-gradient(180deg, #1488cc 0%, #2b32b2 100%);
}

#starz {
    border-style: solid;
    border-radius: 10px;
    border-width: 2px;
    color: #e9ecef;
    background-image: linear-gradient(180deg, #080808 35%, #191919 100%);
}

#vix {
  border-style: solid;
  border-radius: 10px;
  border-width: 2px;
  color: #e9ecef;
  background-image: linear-gradient(180deg, #f83600 0%, #fe8c00 100%);
}

#mplay {
    border-style: solid;
    border-radius: 10px;
    border-width: 2px;
    color: #e9ecef;
    background-image: linear-gradient(180deg, #ffe600 35%, #191919 100%);
}

#flix {
	border-style: solid;
    border-radius: 10px;
    border-width: 2px;
    border-color: #800020; /* Color vinotinto para el borde */
    color: #001e4b; /* Texto claro */
    background-image:linear-gradient(#001e4b, rgba(0,0,0,0.5))
}

#series {
    border-style: solid;
    border-radius: 10px;
    border-width: 2px;
    border-color: #ffa500; /* Color naranja para el borde */
    color: #fff; /* Texto claro */
    background-image: linear-gradient(180deg, #ffa500 35%, #ff7f00 100%);
}
#series {
border-style: solid;
    border-radius: 10px;
    border-width: 2px;
    border-color: #ff5a00; /* Color verde para el borde */
    color: #e9ecef; /* Texto claro */
background-image: linear-gradient(180deg, #ff5a00 35%, #1e7e34 100%); 

}

.generos {
  display: grid;
  padding: 10px 5px 10px 10px;
  background: #ffff;
  border-radius: 12px;
  border: 2px solid rgba(255, 0, 0, 1);
}

.wp-pagenavi {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
    list-style: none;
    padding: 0;
}

.wp-pagenavi a, .wp-pagenavi span {
    display: inline-block;
    padding: 0.5rem 0.75rem;
    border: 1px solid #dee2e6;
    color: #6c757d;
    border-radius: 0.375rem;
    text-decoration: none;
    background-color: #f8f9fa;
    transition: all 0.3s ease;
}

.wp-pagenavi a:hover {
    background-color: #007bff;
    color: #fff;
    border-color: #007bff;
}

.wp-pagenavi .current {
    background-color: #007bff;
    color: #fff;
    border-color: #007bff;
    pointer-events: none;
}


.info2, .contacto2 {
    display:block;
    text-align:center;
    padding:8px;
    background-color:#000000;
    color: #fff;
    border:2px solid #cda452;
    margin:8px;
}
.info2:before {
    background-color:#cda452;
    display:block;
    content:"INFO";
    text-align:center;
    padding:8px 8px 6px;
    margin:0 0 6px;
    color: #000;
}
.precio2:before {
    background-color:#3f8252;
    display:block;
    content:"PRECIOS";
    text-align:center;
    padding:8px 8px 6px;
    margin:0 0 6px;
    color: #000;
}
.contacto2:before {
    background-color:#cda452;
    display:block;
    content:"CONTACTO";
    text-align:center;
    padding:8px 8px 6px;
    margin:0 0 6px;
    color: #000;
}
.mes1, .mes2, .mes3, .mes6, .mes12 {
    display:block;
    color:blue;
}
.mes1:before, .mes2:before, .mes3:before, .mes6:before, .mes12:before {
    background-color:#3f8252;
    display:inline-block;
    padding:6px 4px 6px;
    margin:1px 6px 1px;
    border-radius:6px;
    color:#ffffff;
}
.mes1:before {content:"1 MES";}
.mes2:before {content:"2 MESES";}
.mes3:before {content:"3 MESES";}
.mes6:before {content:"6 MESES";}
.mes12:before {content:"12 MESES";}


.sinopsis2:before, .capturas2:before, .trailer2:before, .detalles2:before, .descarga2:before, .descarga3:before, .masinfo2:before, .requisitos2:before, .descripcion2:before, .novedades2:before {
    display:block;
    text-align:center;
    background-color: #3f8252;
    color:#fff;
    padding:4px 4px 1px;
    margin:-6px -6px 4px;
    border-radius:4px 4px 0 0;
    font-size: 16px;
}
.trailer2:before, .trailer5:before, .trailer6:before {content:"TRAILER";}
.sinopsis2:before, .sinopsis5:before, .sinopsis6:before {content:"SINOPSIS";}
.capturas2:before, .capturas5:before, .capturas6:before {content:"CAPTURAS";}
.descarga2:before, .descarga3:before, .descarga5:before, .descarga6:before {content:"DESCARGA";}
.detalles2:before, .detalles5:before, .detalles6:before {content:"DATOS";}
.masinfo2:before, .masinfo5:before, .masinfo6:before {content:"MAS INFO";}
.descripcion2:before, .descripcion5:before, .descripcion6:before {content:"DESCRIPCION";}
.requisitos2:before, .requisitos5:before, .requisitos6:before {content:"REQUISITOS DEL SISTEMA";}
.novedades2:before, .novedades5:before, .novedades6:before {content:"NOVEDADES";}
.info5:before {content:"INFO";}

.sinopsis5:before, .detalles5:before, .capturas5:before, .trailer5:before, .descarga5:before, .masinfo5:before, .descripcion5:before, .requisitos5:before, .novedades5:before, .info5:before {
    background-color:#ff0000;
    display:block;
    text-align:center;
    padding:8px 6px 6px;
    color:#fff;
    margin:0 0 6px;
    font-size: 16px;
    font-weight: bold;
    border-radius:8px;
}
.sinopsis6:before, .detalles6:before, .capturas6:before, .trailer6:before, .descarga6:before, .masinfo6:before, .descripcion6:before, .requisitos6:before, .novedades6:before {
    background-color:#ff0000;
    display:block;
    text-align:center;
    padding:8px 6px 6px;
    color:#fff;
    margin:0 0 6px;
    font-size: 16px;
    font-weight: bold;
    border-radius:8px;
}

.detalles2, .capturas2, .trailer2, .sinopsis2, .masinfo2, .descripcion2, .requisitos2, .novedades2 {
    display:block;
    text-align:center;
    margin:6px;
    padding:6px;
    border-radius:4px;
    background-color:#fff;
     border:2px solid #3f8252;
}
.descarga2, .descarga3 {
    display:block;
    margin:6px;
    padding:6px;
    border: 2px solid #3f8252;
    border-radius:4px;
    text-align:center;
}
.descarga2 {background-color: #fff; color:#000;}
.descarga3 {background-color:#333; color:#fff; }

.descarga2 p {margin:2px;}
.descarga3 p {margin:2px;} 
.descarga2 b {color:#3f8252;}
.descarga3 b {color:#3f8252;}

.capturas2 img, .capturas5 img {
    border-radius:10px;
    width:100%;
    margin:3px auto;
}
.sinopsis5, .detalles5, .capturas5, .trailer5, .descarga5, .descripcion5, .masinfo5, .requisitos5, .novedades5, .info5 {
    display:block;
    padding:8px;
    margin:6px;
    border:2px solid #000;
    text-align:center;
    border-radius:8px;
    background-color:#fff;
    color:#000;
}
.sinopsis6, .detalles6, .capturas6, .trailer6, .descarga6, .descripcion6, .masinfo6, .requisitos6, .novedades6 {
    display:block;
    padding:8px;
    margin:6px;
    border:2px solid #3f8252;
    text-align:center;
    border-radius:8px;
    background-color:#262B36;
    color:#fff;
}
.descarga5, .descarga6 {
    font-weight:bold;
}

.detalles5 b, .detalles6 b {color:#3f8252;}
.detalles5 b:first-child, .detalles6 b:first-child {color:#3f8252;}
.requisitos5 b, .requisitos6 b {color:#020905;}
.novedades5 b, .novedades6 b {color:#ff4500;}
.masinfo5 b, .masinfo6 b {color:#000;}
.info5 b, .info6 b {color:#ff4500;}
.descarga5 b, .descarga6 b {color:#87d900;}
.descarga5 b:first-child {color:red;}
.descarga5 b:last-child {color:#3f8252;}
.descarga6 p:first-child b  {color:yellow;}

.descarga6 span:first-child b  {color:yellow;}

.descarga6 b:first-child {color:yellow;}
.descarga6 b:last-child {color:#87d900;}

.descarga5 a, .descarga6 a {margin:2px;display:inline-block;border-radius:6px;}

.descarga2 a, .descarga3 a {margin:2px;display:inline-block;border-radius:4px;}
.descarga2 a:hover, .descarga3 a:hover {background-color:#333;color:#3f8252;border:2px solid #3f8252;}

.link5free:hover, .link6free:hover {background-color:#93e6aa; border:2px solid #f8fc03;}
.link5vip:hover, .link6vip:hover {background-color:#93e6aa; border:2px solid #f8fc03;}

.link5vip {
  position: relative;
  background: #444;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  border: none;
  letter-spacing: 0.1rem;
  /* font-size: 1rem; */
  font-size: 12px;
  /* padding: 1rem 3rem; */
  padding: 0.8rem 0.9rem;
  transition: 0.2s;
  border-radius: 6px;
    margin-bottom: 7px;
}

a:link.link5vip, a:visited.link5vip{
    color: #fff;
}
a:hover.link5vip{
    text-decoration: none;
}

.link5vip:hover {
  letter-spacing: 0.2rem;
  /* padding: 0.1rem 3.1rem; */
  padding: 0.8rem 0.9rem;
  background: var(--clr);
  color: var(--clr);
  /* box-shadow: 0 0 35px var(--clr); */
  animation: box 3s infinite;
  border-radius: 6px;
}

.link5vip::before {
  content: "";
  position: absolute;
  inset: 2px;
  background: #262B36;
  border-radius: 6px;
}

.link5vip span {
  position: relative;
  z-index: 1;
}
.link5vip i {
  position: absolute;
  inset: 0;
  display: block;
}

.link5vip i::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 2px;
  left: 80%;
  top: -2px;
  border: 2px solid var(--clr);
  background: #272822;
  transition: 0.2s;
}

.link5vip:hover i::before {
  width: 15px;
  left: 20%;
  animation: move 3s infinite;
}

.link5vip i::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 2px;
  left: 20%;
  bottom: -2px;
  border: 2px solid var(--clr);
  background: #272822;
  transition: 0.2s;
}

.link5vip:hover i::after {
  width: 15px;
  left: 80%;
  animation: move 3s infinite;
}
.link6vip {
    background-color:#be01cb;
    color:#fff;
    padding:4px 6px 3px;
    margin:6px auto;
    border-radius:4px;
    text-decoration:none;
    display:inline-block;
    border:2px solid #be01cb;
    font-weight: bold;
}
.link6, .link5free {
    background-color:#fff;
    color:#145A32;
    padding:3px 6px 2px;
    margin:6px auto;
    border-radius:4px;
    text-decoration:none;
    display:inline-block;
    border:2px solid #3f8252;
    font-weight: bold;
}
.link5, .link6free {
    background-color:#145A32;
    color:#fff;
    padding:3px 6px 2px;
    margin:6px auto;
    border-radius:4px;
    text-decoration:none;
    display:inline-block;
    border:2px solid #145A32;
    font-weight: bold;
}
.final5 {
    width: 60%;
    background-color: #262B36;
    color: #fff;
    border-radius: 6px;
    margin: 4px auto;
    text-align: center;
    padding: 8px;
    display: block !important;
    }




.detalles2 img, .detalles5 img, .detalles6 img {height: 25px;}
img {vertical-align:middle;max-width: 100%; border-radius: 12px}

.titulo {
    font-family: 'Poppins', sans-serif; /* Fuente moderna */
    font-size: 2rem;
    font-weight: 700;
    color: #333; /* Color oscuro suave */
    text-align: center;
    margin: 20px 0;
    position: relative;
}


.titulo a {
    text-decoration: none;
    color: inherit;
    transition: color 0.3s ease;
}

.titulo a:hover {
    color: #ff6600; /* Cambiar color al pasar el mouse */
}

.pulsing-button {
    background-color: #007bff;
    border: none;
    color: white;
    font-size: 18px;
    border-radius: 50px;
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
    }
    100% {
        transform: scale(1);
    }
}

/* Ajustes para móviles */
@media (max-width: 768px) {
    .pulsing-button, .telegramim_button {
        width: 100%;
        font-size: 16px;
    }
}
.trailer5 {
    position: relative;
    padding-bottom: 56.25%; /* Proporción 16:9 */
    height: 0;
    overflow: hidden;

}

.trailer5 iframe {
    position: absolute;
	margin-left: 5;
    top: 25;
    left: 0;
    width: 99%;
    height: 99%;
    border: 0;
}
/* Centrar los elementos del menú en móvil */
.navbar-collapse {
    text-align: center;
}

.navbar-nav {
    justify-content: center;
    width: 100%;
}

.nav-item {
    margin: 0 auto;
}

/* Ajustar formulario de búsqueda en móvil */
@media (max-width: 768px) {
    .navbar .form-control {
        width: 100%;
        margin-bottom: 10px;
    }

    .navbar .btn-outline-light {
        width: 100%;
    }

    .navbar-toggler {
        margin: 0 auto;
    }
}


.footer {
    background-image: url('http://localhost/hdlatino/wp-content/themes/hdlatibo_v2/img/micro_carbon.png');
    background-size: cover; /* Esto hace que la imagen cubra todo el área del footer */
    background-position: center; /* Centra la imagen en el fondo */
    background-repeat: no-repeat; /* Evita que la imagen se repita */
    padding: 10px 0; /* Puedes ajustar el padding según lo que necesites */
    color: #fff; /* Esto pone el texto en color blanco para contrastar con el fondo */
    border-radius: 12px;
}


.footer .row {
  width: 100%;
  margin: 1% 0%;
  padding: 0.2% 0%;
  color: #64686c;
  font-size: 0.8em;
  display: grid;
}

.footer .row a {
  text-decoration: none;
  color: #64686c;
  transition: 0.5s;
}

.footer .row a i {
  font-size: 3em;
  /* margin: 0% 1%; */
}

.footer .row a i:hover {
  color: #21a5e3;
}

.footer a .fa-telegram:hover,
.footer a .fa-facebook:hover,
.footer a .fa-instagram:hover,
.footer a .fa-twitter:hover {
  color: #bfff00;
}

.poster img, #portadas img {
    border-radius: 5%;
}
.sipno img{
    border-radius: 5%;
}
.masinfo5 {
    text-align: center !important;
}

.boton_show, .boton_hide{
    background: #fff;
    margin: 5px;
    display: inline-block;
    padding: 3px 30px;
    border-radius: 10px;
    text-decoration: none;
    color: #000;
    cursor: pointer;
}

.boton_show:hover{
opacity: .8;
}

.caja{
    width: 100%;
    margin: auto;
    overflow: hidden;
    height: auto;
    max-height: 0;
    transition: max-height .4s;
    opacity: 0;
      font-size: 12px;
    font-variant: all-small-caps;
    color: white;
    margin-bottom: 1rem;
    border-radius: 10px;
}

.button {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    padding: 0px 12px;
    border: 1px solid #a12727;
    border-radius: 0px;
    background: #ff4a4a;
    background: -webkit-gradient(linear, left top, left bottom, from(#ff4a4a), to(#992727));
    background: -moz-linear-gradient(top, #ff4a4a, #992727);
    background: linear-gradient(to bottom, #ff4a4a, #992727);
    text-shadow: #591717 -1px 1px 0px;
    font: normal normal bold 20px arial;
    color: #ffffff;
    text-decoration: none;
}
.button:hover,
.button:focus {
    background: #ff5959;
    background: -webkit-gradient(linear, left top, left bottom, from(#ff5959), to(#b62f2f));
    background: -moz-linear-gradient(top, #ff5959, #b62f2f);
    background: linear-gradient(to bottom, #ff5959, #b62f2f);
    color: #ffffff;
    text-decoration: none;
}
.button:active {
    background: #982727;
    background: -webkit-gradient(linear, left top, left bottom, from(#982727), to(#982727));
    background: -moz-linear-gradient(top, #982727, #982727);
    background: linear-gradient(to bottom, #982727, #982727);
}
.button:before{
    content:  "\0000a0";
    display: inline-block;
    height: 24px;
    width: 24px;
    line-height: 24px;
    margin: 0 4px -6px -4px;
    position: relative;
    top: 0px;
    left: 0px;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAACXBIWXMAAA7EAAAOxAGVKw4bAAACZElEQVRIibWWTUgUYRjHfzMb6C7jmhIZZiIEFXhzRdCDiVAEUSJ6CkSMDl26RFIdXIm9FFIkUnkLugXuIh06mBH0seaumVDSEgpKX2qau+Nu7ujMOx1Kab8/yv9p5nmf//t7n/edeXhhhyXFB+SeL06gq3msE4DJ6qsE7UcSjaFAGCPaZtw5+TEdYFeSWBdQlXFppkAyog1AWoCccaK/dO14CeMXymmptmXtyQlQpliQgL2KZWcAi2EDE1gKG1l7kp1BSvWOrNI7svpnZWZWnpwqiJFpsHva3acoRX6g9P8CTAGGRvfFS3tu3hqotVgsfalSc9qibQXnKfWcZ3jqIMFQkNbW9rNDQw/dwOP41LwqkNYXaDraxJB7mGJ7MZev9FBRceAeSbYqd4D+E7SVmJDdbqfH6aqUZfnGvwFMgbw2i2SKhCGHoxar1Xoof4ApkNZmQY9g6hpIsW3s7eQbIpHIk/wAYgMpFEDSVmA9hOK/T0dHZ0yK1/sSYDTemvYr0jQNXf2EvLEGpgFRFeVFPw/6r1NT44jJHR/3/gCmMgKkyGeB2MDn8xEOh5FKjiGVF/0uZH6S7nNncDhqYzzLy98JBD48B6KZAdHFbsTmKVVVAdhqa9ZvU+2H9yuKzZbYSScmfAghniXbhQSAfve0B/BsvRuPnACFtrKyEzUtbcrMTIQx76vtfFUNMf3+HaQ4z2z/5LrKyqp9BQUF6LrB6OjT7YHGxuatxxbgdr4Aub6+AZfLxdzcV4RI7KSDgwPJjVkC2Nw0Uk6eTtlWIPz+15hmbpNDkltFChUCdaSveAEIxAd/AZvu2Ig3tGwIAAAAAElFTkSuQmCC") no-repeat left center transparent;
    background-size: 100% 100%;
    
    
    @import "compass";

html {
    height: 100%;
    width: 100%; 
    overflow: hidden;
    scroll: none;
}

body {
    background-color: #2F5363;
    @include filter-gradient(#2F5363, #1B2628, horizontal);
    @include background-image(radial-gradient(center, ellipse cover, #2F5363 0%,#1B2628 80%));
    overflow: hidden;
}

[class*="spider"] {
    position: absolute;
    height: 40px;
    width: 50px;
    @include border-radius(50%);
    margin: 40px 0 0 0;
    background: #110D04;
    
    *, &:before, &:after, :after, :before {
        position: absolute;
        content: "";
    }
    
    &:before {
        width: 1px;
        background: #AAAAAA;
        left: 50%;
        top: -320px;
        height: 320px;
    }
    
    .eye {
        top: 16px;
        height: 14px;
        width: 12px;
        background: #FFFFFF;
        @include border-radius(50%);
        
        &:after {
            top: 6px;
            height: 5px;
            width: 5px;
            @include border-radius(50%);
            background: black;
        }
        
        &.left {
            left: 14px;
            
            &:after {
                right: 3px;
            }
        }
        
        &.right {
            right: 14px;
            
            &:after {
                left: 3px;
            }
        }
    }
    
    .leg {
        top: 6px;
        height: 12px;
        width: 14px;
        border-top: 2px solid #110D04;
        border-left: 1px solid transparent;
        border-right: 1px solid transparent;
        border-bottom: 1px solid transparent;
        z-index: -1;
        
        &.left {
            left: -8px;
            @include transform-origin(top, right);
            @include transform(rotate(36deg) skewX(-20deg));
            border-left: 2px solid #110D04;
            @include border-radius(60% 0 0 0 );
            @include animation(legs-wriggle-left 1s 0s infinite);
        }
        
        &.right {
            right: -8px;
            @include transform-origin(top, left);
            @include transform(rotate(-36deg) skewX(20deg));
            border-right: 2px solid #110D04;
            @include border-radius(0 60% 0 0 );
            @include animation(legs-wriggle-right 1s 0.2s infinite);
        }
        
        &:nth-of-type(2)  {
            top: 14px;
            left: -11px;
            @include animation(legs-wriggle-left 1s 0.8s infinite);
        }
        
        &:nth-of-type(3)  {
            top: 22px;
            left: -12px;
            @include animation(legs-wriggle-left 1s 0.2s infinite);
        }
        
        &:nth-of-type(4)  {
            top: 31px;
            left: -10px;
            @include animation(legs-wriggle-left 1s 0.4s infinite);
        }
        
        &:nth-of-type(6)  {
            top: 14px;
            right: -11px;
            @include animation(legs-wriggle-right 1s 0.4s infinite);
        }
        
        &:nth-of-type(7)  {
            top: 22px;
            right: -12px;
            @include animation(legs-wriggle-right 1s 0.7s infinite);
        }
        
        &:nth-of-type(8)  {
            top: 31px;
            right: -10px;
            @include animation(legs-wriggle-right 1s 0.3s infinite);
        }
    }
}

.spider_0  {
    left: 5%;
    @include animation(spider-move-0 5s infinite);
}

.spider_1  {
    left: 20%;
    @include animation(spider-move-1 5s infinite);
}

.spider_2  {
    left: 35%;
    @include animation(spider-move-2 5s infinite);
}

.spider_3  {
    right: 35%;
    margin-top: 160px;
    @include animation(spider-move-3 5s infinite);
}

.spider_4  {
    right: 20%;
    margin-top: 50px;
    @include animation(spider-move-4 5s infinite);
}

.spider_5  {
    right: 5%;
    margin-top: 210px;
    @include animation(spider-move-5 5s infinite);
}

h1 {
    position: absolute;
    left: 6%;
    bottom: 12%;
    font-family: 'Eater', cursive;
    font-size: 8.5vw;
    color: #111111;
    @include animation(flicker 4s 0s infinite);
}

.web-right {
    position: absolute;
    height: 200px;
    width: auto;
    right: -10px;
    top: -10px;
    z-index: -1;
    opacity: 0.2;
}

.web-left {
    position: absolute;
    left: -10px;
    top: -10px;
    @include transform(rotate(-90deg));
    z-index: -1;
    opacity: 0.2;
}

@include keyframes(flicker) {
    0%, 6%, 12% {
        text-shadow: none;
        color: #111111;
    }
    3%, 9% {
        text-shadow: 0 0 8px rgba(#fa6701,0.6);
        color: #fa6701;
    }
    60% {
        text-shadow: 0 0 8px rgba(#fa6701,0.6),
         0 0 16px rgba(#fa6701,0.4), 
         0 0 20px rgba(255,0,84,0.2), 
         0 0 22px rgba(255,0,84,0.1);
        color: #fa6701;
    }
    100% {
        text-shadow: 0 0 8px rgba(#fa6701,0.6),
         0 0 16px rgba(#fa6701,0.4), 
         0 0 20px rgba(255,0,84,0.2), 
         0 0 22px rgba(255,0,84,0.1);
        color: #fa6701;
    }
}

@include keyframes(legs-wriggle-left) {
    0%, 100% {
        @include transform(rotate(36deg) skewX(-20deg));
    }
    25%, 75% {
        @include transform(rotate(15deg) skewX(-20deg));
    }
    50% {
        @include transform(rotate(45deg) skewX(-20deg));
    }
}

@include keyframes(legs-wriggle-right) {
    0%, 100% {
        @include transform(rotate(-36deg) skewX(20deg));
    }
    25%, 75% {
        @include transform(rotate(-15deg) skewX(20deg));
    }
    50% {
        @include transform(rotate(-45deg) skewX(20deg));
    }
}

$n: 6;
@for $i from 0 to $n {
    $height: random(190) + 40 + "px";
    $movement: random(100) + 20 + "px";
    $random-percentage: random(40) + 30 + "%";
    
    @include keyframes(spider-move-#{$i}) {
        0%, 100% {
            margin-top: #{$height};
        }
        #{$random-percentage} {
            margin-top: calc(#{$height} + #{$movement});
        }
    }
}
    
    
}
/* BUTTON ANIUMATIONS POST */
.mybuttonanimated {
  position: relative;
  background: #444;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  border: none;
  letter-spacing: 0.1rem;
  /* font-size: 1rem; */
  font-size: 12px;
  /* padding: 1rem 3rem; */
  padding: 0.8rem 0.9rem;
  transition: 0.2s;
  border-radius: 6px;
    margin-bottom: 7px;
}
a:link.mybuttonanimated, a:visited.mybuttonanimated{
    color: #fff;
}
a:hover.mybuttonanimated{
    text-decoration: none;
}

.mybuttonanimated:hover {
  letter-spacing: 0.2rem;
  /* padding: 0.1rem 3.1rem; */
  padding: 0.8rem 0.9rem;
  background: var(--clr);
  color: var(--clr);
  /* box-shadow: 0 0 35px var(--clr); */
  animation: box 3s infinite;
  border-radius: 6px;
}

.mybuttonanimated::before {
  content: "";
  position: absolute;
  inset: 2px;
  background: #262B36;
  border-radius: 6px;
}

.mybuttonanimated span {
  position: relative;
  z-index: 1;
}
.mybuttonanimated i {
  position: absolute;
  inset: 0;
  display: block;
}

.mybuttonanimated i::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 2px;
  left: 80%;
  top: -2px;
  border: 2px solid var(--clr);
  background: #272822;
  transition: 0.2s;
}

.mybuttonanimated:hover i::before {
  width: 15px;
  left: 20%;
  animation: move 3s infinite;
}

.mybuttonanimated i::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 2px;
  left: 20%;
  bottom: -2px;
  border: 2px solid var(--clr);
  background: #272822;
  transition: 0.2s;
}

.mybuttonanimated:hover i::after {
  width: 15px;
  left: 80%;
  animation: move 3s infinite;
}

@keyframes move {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(5px);
  }
  100% {
    transform: translateX(0);
  }
}

@keyframes box {
  0% {
    box-shadow: #27272c;
  }
  50% {
    box-shadow: 0 0 25px var(--clr);
  }
  100% {
    box-shadow: #27272c;
  }
}



/*ESTILOS EPIDOSIO DISPONIBLE*/
.capitulos-disponibles {
    text-align: center;
    padding: 3px;
  font-weight: 600;
    span {
        color: #fff;
        font-size: 28px;
        text-transform: uppercase;
        font-weight: 700;
        font-family: "Josefin Sans", sans-serif;
        background: linear-gradient(to right,#FFCB01 10%, #060500 50%, #e10303 60%);
        background-size: auto auto;
        background-clip: border-box;
        background-size: 200% auto;
        color: #fff;
        background-clip: text;
        text-fill-color: transparent;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        animation: textclip 2.5s linear infinite;
        display: inline-block;
    }
}

@keyframes textclip {
    to {
        background-position: 200% center;
    }
}



/* Style the modal container */
.modal-container-r {
    display: none; /* Hide the modal by default */
    position: fixed; /* Stay in place */
    z-index: 99999; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto; /* Enable scroll if modal content is long */
    background-color: rgba(0, 0, 0, 0.4); /* Transparent black background */
  }

  .center-button-open-modal{
    text-align: center;
  }
  
  /* Modal Content */
  .modal-r {
    background-color: white;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 50%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    animation: fadeIn 0.3s; /* Add animation */
    border-radius: 5px;
  }
  
  /* Add animation */
  @keyframes fadeIn {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
 
  
  /* Modal Open Button */
  .modal-r #open-modal-r {
    padding: 10px 20px;
    background-color: #ddd;
    border: none;
    cursor: pointer;
  }
  
  .modal-r h1 {
    text-align: center;
    margin-bottom: 20px;
  }
  
  .modal-r form {
    margin: 0 auto;
  }
  
  .modal-r .campo-r {
    margin-bottom: 15px;
  }
  
  .modal-r label {
    display: block;
    margin-bottom: 5px;
    color: #666;
  }
  
  .modal-r input,
  textarea,
  select {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid #ddd;
    border-radius: 5px;
    box-sizing: border-box;
    font-size: 14px;
  }
  
  .buttons-container-r {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
  }
  
  .button-modal-r {
    background-color: #007bff;
    color: white;
    padding: 10px 20px;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
  }
  .button-modal-close-r {
    background-color: #dc3545;
    color: white;
    padding: 10px 20px;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
  }
  
  .modal-r button:hover {
    background-color: #0056b3;
  }
  
  .btn-abrir-modal {
    background-color: #007bff;
    color: white;
    padding: 15px 25px;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
  }
  
    /* Media Query for Mobile Devices */
@media (min-width: 481px) and (max-width: 767px) {
  .modal-r {
      width: 90%; /* Adjusted width for smaller screens */
      margin: 5% auto; /* Reduced margin for better centering */
      font-size: 20px;
  }
  .modal-r form{
    width: 90%; 

}

  .modal-r input,
  textarea,
  select {
      font-size: 28px;
  }


  .button-modal-r{
    font-size: 28px;
  }
  .button-modal-close-r{
    font-size: 28px;
  }
}
/* CSS Para la apariencia del carrusel de las productoras */
.productoras-carousel{text-align:center;margin-top:27px;margin-bottom:7px}.productoras-lista{display:flex;justify-content:center;gap:15px;flex-wrap:wrap}.productora-item{background:#212529;border-radius:10px;padding:10px;transition:transform .8s,box-shadow .3s;box-shadow:0 20px 19px 0 rgba(0,0,0,.8);border:2px solid transparent}.productora-item img{width:105px;height:auto;display:block}.productora-item:hover{transform:scale(1.1);box-shadow:0 0 15px rgba(255,255,255,.5);border:2px solid #fff}@media (max-width:768px){.productoras-lista{gap:10px}.productora-item img{width:100%}.productora-item:hover{transform:scale(1.05);box-shadow:0 0 10px rgba(255,255,255,.5)}}@media (max-width:480px){.productora-item{width:22%}}	

@media (min-width: 1025px) {
  .productoras-lista {
    margin-left: -32px;
  }
}	
.productora-item{position:relative;overflow:hidden}.productora-video{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;display:none;z-index:0}.productora-item img{position:relative;z-index:1}.productora-item:hover .productora-video{display:block}
	
.productoras-lista {
    opacity: 0;
    animation: fadeIn 2s ease-in-out forwards;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.tooltip-img { position: relative; display: inline-block; }
/* Tooltip (caja) */
.tooltip-img::after {
  content: attr(data-tooltip);
  position: absolute;
  left: 50%;
  bottom: calc(100% + 10px);       /* justo encima del poster */
  transform: translateX(-50%) translateY(6px); /* desplazamiento inicial (oculto) */
  background: rgb(33 37 41);
  color: #fff;
  padding: 6px 10px;
  border-radius: 6px;
  font-size: 13px;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: opacity 180ms ease, transform 180ms ease;
  z-index: 30;
}
/* Flecha (sale desde la base del tooltip y apunta hacia abajo) */
.tooltip-img::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: calc(100% + 4px);        /* ligeramente debajo de la base del tooltip */
  transform: translateX(-50%) translateY(6px); /* mismo desplazamiento inicial */
  width: 0; height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid rgba(0,0,0,0.85); /* la punta apunta hacia abajo */
  opacity: 0;
  pointer-events: none;
  transition: opacity 180ms ease, transform 180ms ease;
  z-index: 29;
}
/* Mostrar ambos al hover, en la posición final (sin separacion extra) */
.tooltip-img:hover::after,
.tooltip-img:hover::before {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}
/* Asegura que la imagen no genere salto de layout */
.tooltip-img img { display: block; }

/* contenedor del botón */
.top-page {
  position: fixed;
  top: 42px !important;
  right: 30px;
  z-index: 99;
}

/* botón */
.top-page a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 43px;
  height: 38px;
  background-color: #b40101;
  color: #fff !important;
  border-radius: 5px;
  text-decoration: none;
  font-size: 24px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: background-color 0.3s;
}

/* visibilidad controlada con opacidad */
#top-page {
  transition: opacity 0.28s ease;
  will-change: opacity;
  opacity: 0;
  pointer-events: none;
}

/* efecto hover */
.top-page a:hover {
  background-color: #1e70e4;
}



/* SLIDER */
#slider-cabecera .carousel-item {
  height: 600px; /* puedes ajustar la altura */
  overflow: hidden;
}

#slider-cabecera .carousel-item img {
  width: 100%;
  height: 100%;
  object-fit: contain; /* muestra la imagen completa sin recortarla */
  object-position: center;
  background-color: #000; /* evita bordes blancos si hay espacio */
}



/* Solo para celulares */
@media (max-width: 767px) {
    /* Contenedor fijo de la difuminación */
    #slider-cabecera {
        position: relative;
    }

    #slider-cabecera .slider-fade {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
		z-index: 5; /* encima de las imágenes, debajo de captions si quieres */
        pointer-events: none; /* para que no interfiera con clicks */
        background: linear-gradient(to right, #000 0%, transparent 10%, transparent 90%, #000 100%), 
                    linear-gradient(to top, #000 0%, transparent 30%);linear-gradient(to bottom, #000 0%, transparent 10%); /* parte superior */
    }
}
#slider-cabecera .slider-fade {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5; /* encima de las imágenes, debajo de captions si quieres */
    pointer-events: none; /* para que no interfiera con clicks */
    background: 
        linear-gradient(to right, #000 0%, transparent 10%, transparent 90%, #000 100%), /* lados */
        linear-gradient(to top, #000 0%, transparent 30%), /* parte superior */
        linear-gradient(to bottom, #000 0%, transparent 5%); /* parte inferior */
}


/* Solo para PC: mantiene la difuminación inferior */
/* contenedor (asegúrate que exista) */
#slider-cabecera { position: relative; overflow: hidden; }

/* overlay que cubre toda la imagen: izquierda, derecha y abajo (sin romper la inferior) */
@media (min-width: 768px) {
  #slider-cabecera .slider-fade::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 3;

    /* tres capas: izquierda, derecha e inferior */
    background:
      /* LEFT fade */
      linear-gradient(90deg,
        rgba(0,0,0,1) 0%,
        rgba(0,0,0,0.65) 6%,
        rgba(0,0,0,0.25) 12%,
        rgba(0,0,0,0) 22% ),
      /* RIGHT fade */
      linear-gradient(270deg,
        rgba(0,0,0,1) 0%,
        rgba(0,0,0,0.65) 6%,
        rgba(0,0,0,0.25) 12%,
        rgba(0,0,0,0) 22% ),
      /* BOTTOM fade */
      linear-gradient(to top,
        rgb(0 0 0 / 1) 10%,
        #000000cf 40%,
        rgba(10,14,23,0) 100%);
    
    background-repeat: no-repeat;
    background-position: left top, right top, left bottom;
    background-size: 40% 100%, 40% 100%, 100% 261px;
  }
}




@media (max-width: 767px) {
  /* Reducir altura del item pero no cambiar la estructura */
  #slider-cabecera .carousel-item {
    height: auto; /* deja que la altura dependa de la imagen */
    overflow: hidden;
  }

  #slider-cabecera .carousel-item img {
    width: 100%;
    height: auto; /* que la imagen mantenga proporción */
    object-fit: cover;
    object-position: center top;
  }

  /* Caption */
  #slider-cabecera .carousel-caption {
    bottom: 10px; /* siempre pegado al fondo de la imagen */
    padding: 8px;
  }

  #slider-cabecera .carousel-caption h3 {
    font-size: 16px;
  }

  #slider-cabecera .carousel-caption p {
    display: none; /* oculta sinopsis en móviles */
  }

  #slider-cabecera .carousel-caption .btn {
    font-size: 12px;
    padding: 5px 10px;
  }

  /* Flechas centradas sobre la imagen visible */
  #slider-cabecera .carousel-control-prev,
  #slider-cabecera .carousel-control-next {
    top: 50%;
    transform: translateY(-50%);
  }
}


#slider-cabecera {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}

.slider-fade-left,
.slider-fade-right,
.slider-fade-top {
    position: absolute;
    pointer-events: none;
}

.slider-fade-left {
    top: 0;
    left: 0;
    width: 100px;  /* tamaño de la difuminación lateral */
    height: 100%;
    background: linear-gradient(to right, #000, transparent);
}

.slider-fade-right {
    top: 0;
    right: 0;
    width: 100px;
    height: 100%;
    background: linear-gradient(to left, #000, transparent);
}

.slider-fade-top {
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background: linear-gradient(to bottom, #000, transparent);
}


/* Ajuste para PC */
#slider-cabecera .carousel-caption.d-none.d-md-block {
    top: 41%;      /* sube el caption un poco desde arriba */
    left: 9%;      /* lo acerca a la izquierda */
    right: auto;   /* evita que Bootstrap lo centre horizontalmente */
    transform: none; /* desactiva el centrado automático */
}

/* Botón dinámico sobre todos los elementos */
/* Mantener dimensiones y posición del contenedor */
#slider-cabecera .carousel-caption .btn-wrapper {
    position: absolute;      /* absoluto respecto al slider */
    top: 142px;
    left: 98px;              /* distancia desde la izquierda */
    z-index: 9999;           /* encima de todo */
    display: inline-block;   	
}

/* Cambiar color del botón dentro del contenedor */
#slider-cabecera .carousel-caption .btn-wrapper .btn {
    background-color: #b40101; /* negro */
    color: #ffffff;            /* texto blanco */
    border: none;              /* quita borde */
    padding: 5px 10px;         /* opcional: ajustar padding */
    border-radius: 5px;        /* opcional: bordes redondeados */
	border-radius: 50px;
	font-size: 17px;
}

#slider-cabecera .bg-dark {
    --bs-bg-opacity: 1;
    background-color: rgb(33 37 41 / 0%) !important;
}



/* Solo para PC: título y sinopsis alineados a la izquierda */
@media (min-width: 768px) {
    #slider-cabecera .carousel-caption h3,
    #slider-cabecera .carousel-caption p {
        text-align: left;       /* Alinea a la izquierda */
        margin-left: 85px;      /* Ajusta la distancia desde la izquierda */
    }
}

#slider-cabecera .carousel-caption p {
    max-width: 81%;
    word-wrap: break-word;
    overflow-wrap: break-word;
    position: relative; /* para que se pueda colocar sobre todo */
    z-index: 9999;      /* encima de todos los demás elementos */
	font-size: 17px;
}



/* Evita desplazamiento lateral en móviles */
html, body {
  overflow-x: hidden !important;
  width: 100%;
}

/* Asegura que el slider no desborde */
#slider-cabecera,
#slider-cabecera .carousel-inner,
#slider-cabecera .carousel-item,
#slider-cabecera img {
  max-width: 100vw;
  overflow: hidden;
}


