@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');

.roboto-regular {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
  }

/* General */
html {
    background-color: #000000;
    color: #ffffff;
}


body {
    line-height: 1.6;
    text-align: center;
    margin: 0;
    padding: 0;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
}


/* Header */
header {
    background-color: #ffffff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem;
    width: 100%;
    box-sizing: border-box;
    color: #000000;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
}


/* Footer */
footer {
    background-color: #ffffff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem;
    width: 100%;
    box-sizing: border-box;
    bottom: 0;
    left: 0;
    z-index: 1000;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
}


/* Main content */
main {
    max-width: 1200px;
    margin: 0 auto;
    padding: 120px 20px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
}

/* Opciones */
.opciones {
    display: flex;
    justify-content: center;
    padding: 0.7rem;
    overflow-x: auto; 
}

.opciones ul {
    display: flex;
    flex-wrap: nowrap; 
    gap: 10px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.opciones a {
    background-color: hsl(0, 0%, 100%);
    color: hsl(0, 0%, 0%);
    text-align: center;
    border-radius: 100vw;
    min-width: 6em; 
    padding: 0.5em 1em; 
    font-size: 14px;
    text-decoration: none;
    box-shadow: -2px 2px 3px hsl(0, 0%, 36%);
    transition: background-color 0.3s ease;
}
.opciones a:hover {
    background-color: hsl(0, 0%, 90%);
}

/* Logo MemorAR */
.memorAR {
    width: 120px;
    height: auto;
}


/* Películas */
.peliculas {
    background-color: #32074b;
}


.tituloPeli {
    color: white;
    text-align: left;
    padding-left: 1rem;
}


.mainPelis {
    max-width: 1200px;
    margin: 0 auto;
    padding: 80px 0px;
}
.mainPelis p{
    text-align: left;
    margin-left: 1rem;
}


/* Sección de una película */
.pelicula {
    position: relative;
    background-color: hsla(0, 0, 0, 0.5);
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}
/* Estilo base del carrusel */
/* Ajuste del carrusel */
/* Contenedor principal del carrusel */
.carousel {
    position: relative;
    width: 90%; /* Ajusta el ancho general del carrusel */
    margin: auto;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);
    background-color: black;
    top: -50px
}

/* Imágenes del carrusel */
.carousel .pelicula-imagen {
    display: none;
    text-align: center;
}

.carousel .pelicula-imagen img {
    
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.6); /* Sombra detrás de la imagen */
}

/* Mostrar la imagen seleccionada */
#pelicula1:checked ~ .carousel .pelicula-imagen:nth-child(1),
#pelicula2:checked ~ .carousel .pelicula-imagen:nth-child(2),
#pelicula3:checked ~ .carousel .pelicula-imagen:nth-child(3) {
    display: block;
}

/* Controles (flechas) del carrusel */
.controles {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    pointer-events: none;
}

.controles label {
    pointer-events: all;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    padding: 0.5rem;
    border-radius: 50%;
    font-size: 1.5rem;
    cursor: pointer;
    transition: background-color 0.3s;
}

.controles label:hover {
    background-color: rgba(255, 255, 255, 0.5);
    color: black;
}

/* Indicadores (puntos) */
.indicadores {
    position: absolute;
    bottom: 10px;
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 10px;
}

.indicadores label {
    width: 15px;
    height: 15px;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    cursor: pointer;
    transition: background-color 0.3s;
}

.indicadores label:hover {
    background-color: white;
}

#pelicula1:checked ~ .indicadores label:nth-child(1),
#pelicula2:checked ~ .indicadores label:nth-child(2),
#pelicula3:checked ~ .indicadores label:nth-child(3) {
    background-color: white;
}

/* Botones de navegación y selección */
input[type="radio"] {
    display: none;
}


.recomendacion {
    font-weight: bold;
    color: #310749;
    text-align: left;
    padding-left: 1rem;
    padding-top: 1rem;
    font-size: 25px;
    padding-right: 1rem;
}


.pelicula h1 {
    position: relative;
    color: white;
    background-color: rgba(0, 0, 0, 0.6); 
    text-align: left; 
    font-size: 45px;
    top: -50px; 
}
.pelicula p {
    position: relative; 
    color: white;
    width: fit-content; 
    text-align: left; 
    top: -80px; 
    left: 3px; 
}




.p1985{
    width: 100%;
    height: auto;
    padding: 0px 0px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;


}


.pelicula-sinopsis {
    color: white;
    text-align: left;
    padding-left: 1rem;
    padding-top: 1rem;
    font-size: 18px;
    padding-right: 1rem;
}


.pelicula-sinopsis h2 {
    font-size: 22px;
}


.pelicula-director {
    color: white;
    text-align: left;
    padding-left: 1rem;
    padding-top: 1rem;
    font-size: 10px;
    padding-right: 1rem;
}


.pelicula-director h2 span {
    font-weight: 300;
}


/* Botón Ver Más */
.ver-mas {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    color: white;
    padding: 10px 20px;
    border-radius: 20px;
    font-size: 1rem;
    text-align: center;
}


.boton_ver_mas {
    text-align: center;
    background-color: hsl(0, 0%, 100%);
    color: hsl(0, 0%, 0%);
    border-radius: 1vw;
    width: 7em;
    font-size: small;
    text-decoration: none;
    box-shadow: -2px 2px 3px hsl(0, 0%, 36%);
}


/* Rating */
.rating {
    display: flex;
    flex-direction: row-reverse;
    gap: 5px;
}


.star {
    font-size: 30px;
    color: #ccc;
    cursor: pointer;
    transition: color 0.2s;
}


.star-input {
    display: none;
}


.star-input:checked ~ .star {
    color: #f39c12;
}


/* Recomendaciones */
.recomendaciones, .recomendaciones2 {
    background-color: hsla(0, 0%, 25%, 0.1);
    padding: 2rem;
    border-radius: 8px;
    margin-top: 2rem;
}


.recomendaciones h3, .recomendaciones2 h3 {
    color: #ffffff;
    text-align: left;
    margin-bottom: 1rem;
}


.recomendaciones ul, .recomendaciones2 ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    padding: 0;
    list-style: none;
}


.recomendaciones li, .recomendaciones2 li {
    background-size: cover;
    background-position: center;
    color: white;
    padding: 1rem;
    height: 150px;
    border-radius: 4px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: -3px 2px 3px rgb(73, 73, 73);
    font-weight: bold;
    position: relative;
    overflow: hidden;
}


.recomendaciones li::after, .recomendaciones2 li::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0);
    transition: background-color 0.3s ease;
    border-radius: 4px;
}


.recomendaciones li:hover::after, .recomendaciones2 li:hover::after {
    background-color: rgba(0, 0, 0, 0.4);
}


/* Menú Hamburguesa */
/* Ocultar checkbox */

.menu-checkbox {
    display: none;
}


/* Botón de menú hamburguesa */
.menu-hamburguesa {
    display: block;
    cursor: pointer;
    position: fixed;
    top: 15px;
    right: 15px;
    z-index: 1001;
    margin: 0; 
    padding: 0; 
}
/* Líneas del menú hamburguesa */
.menu-hamburguesa .linea {
    width: 25px;
    height: 3px;
    background-color: #32074b;
    margin: 4px 0; 
    transition: all 0.3s ease-out;
}

/* Menú desplegable */
nav ul {
    position: fixed;
    top: 0;
    right: 0;
    width: 250px;
    height: 100%;
    background-color: rgba(218, 218, 218, 0.836);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    transform: translateX(100%);
    transition: transform 0.3s ease;
    z-index: 1000;
    list-style: none;
    margin: 0; 
    padding: 10px; 
}


/* Estilos para los elementos de lista */
nav ul li {
    font-size: 1.2rem;
    margin: 0.7rem 0;
    align-items: start;
}


/* Enlaces de los botones en blanco */
nav ul li a {
    color: #000000;
    text-decoration: none;
}


/* Mostrar menú cuando el checkbox está activado */
.menu-checkbox:checked + .menu-hamburguesa + nav ul {
    transform: translateX(0);
}


/* Estilos específicos para pantallas grandes */
@media (min-width: 768px) {
    /* Ocultar botón de menú hamburguesa en pantallas grandes */
    .menu-hamburguesa {
        display: none;
    }


    /* Menú en fila en pantallas grandes */
    nav ul {
        position: static;
        transform: translateX(0);
        flex-direction: row;
        background: none;
        gap: 20px;
        width: auto;
        height: auto;
    }


    /* Resetear margen en pantallas grandes */
    nav ul li {
        margin: 0;
    }
}




/* Estilos de los elementos del menú */




/* Redes Sociales */
.redes {
    width: 100%;
    max-width: 120px;
}


/* Página de Inicio de Sesión */
.start {
    background-color: #4b2e83;
    color: #fff;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    flex-direction: column;
}


.inicio-form {
    background-color: hsl(261, 34%, 53%, 50%);
    border-radius: 15px;
    padding: 30px 20px;
    max-width: 400px;
    width: 90%;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    text-align: center;
}


.logomemo {
    max-width: 190px;
    width: 100%;
    margin-bottom: 20px;
}


.titulo-bienvenida {
    font-size: 24px;
    margin-bottom: 20px;
    color: #ffffff;
}


.etiqueta-usuario, .etiqueta-contrasena {
    font-size: 16px;
    color: #e0e0e0;
    margin: 10px 0;
    text-align: left;
}


.input-usuario, .input-contrasena {
    width: 80%;
    padding: 10px;
    border-radius: 5px;
    border: none;
    margin-bottom: 10px;
}


.boton-inicio {
    font-size: 18px;
    color: #4b2e83;
    background-color: #ffffff;
    padding: 10px 20px;
    border-radius: 10px;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s;
    width: 80%;
    margin-top: 20px;
}


.boton-inicio:hover {
    background-color: #ff9b00;
}


.cuenta {
    color: #e0e0e0;
    font-size: 14px;
    margin-top: 20px;
}
/*
perfil */
.perfil{
    background-color: #FFFFFF;
}
/* Estilos para la sección de perfil */
.perfil_fondo {
    background-color: hsla(177, 89%, 38%, 0.4); 
    padding: 2rem 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 20px;
}


.titulo_perfil {
    color: #FFFFFF;
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 1rem;
}


.perfil_contenedor {
    background-color: hsl(38, 65%, 91%,40%); 
    border-radius: 20px;
    padding: 2rem;
    width: 80%;
    max-width: 400px;
    display: flex;
    flex-direction: column;
    align-items: center;
}


.fotoperfil {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 1rem;
}


.img_perfil {
    width: 100%;
    height: auto;
}


.titulo_nombre {
    font-size: 1.5rem;
    color: #000000; 
    font-weight: bold;
    margin: 0.5rem 0;
}


.texto_perfil p {
    color: #000000;
    font-size: 1rem;
    font-weight: bold;
}


.datos {
    width: 100%;
    text-align: left;
}


.subtitulos_datos {
    color: #000000;
    font-size: 1.1rem;
    margin-top: 1rem;
}


.datos p {
    color: #000000;
    font-size: 1rem;
    margin: 0.2rem 0;
}


/* quienes somos */


/* Estilo para la página de ¿Quiénes Somos? */
.quienes-somos {
    line-height: 1.6;
    color: #000;
    background-color: #f5f5f5;
}


.quienes-somos header {
    background-color: #ffffff;
    padding: 1rem;
    text-align: center;
}


.quienes-somos .memorAR {
    width: 150px;
}


.quienes-somos .contenido-quienes-somos {
    max-width: 800px;
    margin: 0 auto;
    padding: 2rem;
    text-align: left;
}


.quienes-somos .contenido-quienes-somos h1 {
    color: #310749;
    font-size: 2em;
    text-align: center;
    line-height: 5;
   
}


.quienes-somos .contenido {
    display: flex;
    flex-direction: column;
    align-items: center;
}


.quienes-somos .imagen-quienes-somos {
    width: 100%;
    max-width: 400px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}


.quienes-somos .texto-quienes-somos {
    background-color: #ffffff;
    padding: 1.5rem;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}


.quienes-somos .texto-quienes-somos h2 {
    color: #310749;
    font-size: 1.5em;
    line-height: 1.2;
}


.quienes-somos .texto-quienes-somos p {
    color: #333;
    font-size: 1rem;
    margin-bottom: 1rem;
}


.quienes-somos footer {
    background-color: #ffffff;
    padding: 1rem;
    text-align: center;
}

.about {
    text-align: center;
    margin-top: -50px;
}


.dictadura{
    width: 100%;
    height: auto;
    padding: 0px 0px;
}


.estrenosBody{
    background-color: #3581d3;
}
/* Grid de estrenos */
.estrenos-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
}


/* Tarjeta de estreno */
.estreno-card {
    background:linear-gradient(90deg, #1e1e1e,#00fff266);;
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
    text-align: center;
}


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


/* Imagen del póster */
.estreno-poster {
    width: 100%;
    height: 300px;
    object-fit: cover;
    display: block;
}


/* Información del estreno */
.estreno-info {
    padding: 15px;
}


.estreno-card-title {
    font-size: 1.2rem;
    margin: 0 0 10px;
    color: #ffffff;
}


.estreno-description {
    font-size: 0.9rem;
    color: #b3b3b3;
}

/* contacto */

/* Estilo para la página de Contacto */

.contenido-contacto .texto-contacto {
    color: #572140;
    background-color: #df91d2;
    
    padding: 1.5rem;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1)
}

.logo-contacto{
    width: 100%;
    height: auto;
    padding: 0px 0px;
}

.contacto {
    line-height: 1.6;
    color: #572140;
    background-color: #bf83c2;
}

/* películas */

h1.top-movies-title {
    text-align: center;
    font-size: 2rem;
    margin-top: 20px;
    text-transform: uppercase;
    color: #ffcc00;
}

.movie-grid {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    padding: 20px;
}

.top1 img {
    width: 60%;
    border-radius: 15px;
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.5);
}

.top2y3 {
    display: flex;
    justify-content: space-around;
    width: 80%;
    gap: 15px;
}

.top2y3 img {
    width: 45%;
    border-radius: 12px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.4);
}

.ultimos {
    display: flex;
    justify-content: center;
    gap: 10px;
    width: 90%;
}

.ultimos img {
    width: 30%;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

/* Responsividad */
@media (max-width: 768px) {
    .top1 img {
        width: 80%;
    }

    .top2y3 img {
        width: 40%;
    }

    .ultimos img {
        width: 25%;
    }
}

/* Fondo decorativo */
.top-movies {
    background: rgba(0, 0, 0, 0.7);
    border-radius: 20px;
    padding: 20px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
}

/* Subtítulos para los niveles */
.level-description {
    text-align: center;
    font-size: 1rem;
    margin-top: -10px;
    color: #ccc;
}
/* Contenedor principal */
.comedy-container {
    background: linear-gradient(45deg, #1e1e1e,#0bb7af66);
    padding: 20px;
    text-align: center;
    border-radius: 10px;
    width: 90%;
    margin: 0 auto;
    max-width: 600px;
  }
  
  /* Encabezado */
  .comedy-header h1 {
   
    font-size: 24px;
    color: #ffffff;
    margin: 0;
  }
  
  .comedy-header p {
    font-size: 14px;
    color: #ffffff;
    margin: 10px 0 20px 0;
  }
  
  /* Tarjetas de comedia */
  .comedy-cards {
    display: flex;
    justify-content: space-between;
    gap: 10px;
  }
  
  .comedy-card {
    flex: 1;
    background: #ffffff;
    border-radius: 8px;
    overflow: hidden;
    text-align: center;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
  }
  
  .comedy-card img {
    width: 100%;
    height: auto;
  }
  
  .comedy-card p {
    margin: 10px 0;
    font-size: 12px;
    font-weight: bold;
    color: #333333;
  }
  
  /* Botón */
  .comedy-button button {
    margin-top: 20px;
    padding: 10px 20px;
    background: #572140;
    color: #ffffff;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    transition: background 0.3s ease;
  }
  
  .comedy-button button:hover {
    background: #dfa31f;
  }
  


  
.carousel-top-container {
   
    text-align: center;
    margin: 20px 0;
  
}

.carousel-top-title {
    font-size: 40px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 20px;
    text-align: start;
}

.carousel-top {
    display: flex;
    overflow-x: scroll;
    scroll-snap-type: x mandatory;
    gap: 15px; /* Espacio entre las imágenes */
    padding: 10px;
    background-color: #000; /* Ajusta según tu diseño */
}

.carousel-top::-webkit-scrollbar {
    display: none; /* Oculta la barra de desplazamiento */
}

.carousel-top-item {
    flex: 0 0 auto; /* Evita que los elementos se redimensionen */
    scroll-snap-align: center;
    position: relative;
    width: 250px; /* Aumenta el ancho de las fotos */
    height: 300px; /* Ajusta la altura de las fotos */
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2); /* Sombra opcional */
}

.carousel-top-item img {
    width: 100%;
    display: block;
    border-radius: 8px;
}

.carousel-top-rank {
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.6);
    padding: 5px 10px;
    border-radius: 50%;
}
/* Contenedor principal del carrusel */
.carousel-1985-container {
    margin: 20px;
    padding: 10px;
    background-color: #000; /* Fondo negro */
    color: #fff;
    border-radius: 8px;
  }
  
  /* Título del carrusel */
  .carousel-1985-title {
    font-size: 1.5em;
    text-align: left;
    margin-bottom: 10px;
  }
  
  /* Carrusel */
  .carousel-1985 {
    display: flex;
    gap: 15px;
    overflow-x: auto;
    scroll-behavior: smooth;
    padding-bottom: 10px;
  }
  
  /* Elementos individuales del carrusel */
  .carousel-1985-item {
    flex: 0 0 auto; 
    width: 150px;
    text-align: center;
  }
  
  /* Imágenes */
  .carousel-1985-item img {
    width: 150px;
    height: 225.5px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  }
  
  /* Texto debajo de cada imagen */
  .carousel-1985-caption {
    margin-top: 5px;
    font-size: 0.9em;
  }
  /* Contenedor de comentarios */
.comentario-container {
    margin-top: 20px;
    background: #f4f4f4;
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  }
  
  .comentario-container h2 {
    font-size: 18px;
    margin-bottom: 10px;
    color: #333;
  }
  
  /* Formulario */
  .comentario-form {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  
  .comentario-input {
    width: 100%;
    min-height: 80px;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 10px;
    font-size: 14px;
    resize: none;
    outline: none;
  }
  
  .comentario-input:focus {
    border-color: #007acc;
  }
  
  .comentario-submit {
    align-self: flex-start;
    padding: 10px 20px;
    background-color: #007acc;
    color: white;
    border: none;
    border-radius: 4px;
    font-size: 14px;
    cursor: pointer;
    transition: background-color 0.3s ease;
  }
  
  .comentario-submit:hover {
    background-color: #005f99;
  }


  .carousel-docu-section {
    width: 80%;
    margin: 0 auto;
  }

  .carousel-docu-title {
    font-size: 24px;
    font-weight: bold;
    color: #ffffff;
    margin-bottom: 20px;
    text-align: justify;
  }

  .carousel-docu-container {
    width: 100%; /* O ajusta según tu diseño */
    overflow-x: auto; /* Permite el desplazamiento horizontal */
    scroll-behavior: smooth; /* Transición suave */
    -webkit-overflow-scrolling: touch; /* Soporte para dispositivos móviles */
  }
  
  .carousel-docu {
    display: flex; /* Alinea los elementos horizontalmente */
    gap: 10px; /* Espacio entre los elementos */
    scroll-snap-type: x mandatory; /* Habilita el snap para los elementos del carrusel */
  }
  
  .carousel-docu-item {
    flex: 0 0 auto; /* Impide que los elementos se redimensionen */
    width: 30%; /* Ajusta el tamaño de cada elemento según sea necesario */
    scroll-snap-align: start; /* Hace que los elementos se alineen al inicio al hacer scroll */
  }
  
  .carousel-docu-item img {
    width: 100%; /* Asegura que las imágenes ocupen todo el espacio disponible */
    border-radius: 10px;
  }
  
  /* Flechas a los costados del carrusel */
  .carousel-docu-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    font-size: 40px; 
    padding: 10px;
    cursor: pointer;
    z-index: 10;
  }

  .carousel-docu-btn.left {
    left: 10px; 
  }

  .carousel-docu-btn.right {
    right: 10px; 
  }

  
  .carousel-docu-btn:hover {
    background-color: rgba(0, 0, 0, 0.8);
  }
  /* Estilo para la página de documentales */

.documentales-grid {
    display: grid; 
    grid-template-columns: repeat(2, 1fr);
    gap: 20px; 
    margin-top: 20px;
}

.documental img {
    width: 50%; 
    border-radius: 10px;
}

.documental ul {
    list-style-type: none;
    padding: 0;
    margin-top: 10px;
    text-align: center;

}

.documental li {
    margin: 5px 0;
    color: #ffffff;
}

.Documentales {
    font-size: 40px;
    font-weight: bold;
    color: #ffffff;
    margin-bottom: 20px;
    text-align: center;

}
.subtitulo-docu{
    margin-top: -19px;
    margin-bottom: 40px;
}

/* Responsividad */
@media (max-width: 768px) {
    .documentales-grid {
        grid-template-columns: 1fr;
    }
}/* Contenedor general de destacados */
.destacados {
    padding: 40px 20px;
    background-color: #121212;
    text-align: center;
    color: #ffffff;
}

/* Títulos */
.titulo-destacados {
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 20px;
}

.subtitulo-destacados {
    font-size: 1.2rem;
    margin-bottom: 30px;
    color: #dddddd;
}

/* Grid para las tarjetas destacadas */
.destacados-grid {
    display: flexbox;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
    justify-items: center; 
}

/* Tarjetas destacadas */
.destacado-card {
    background-color: #1e1e1e;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    width: 100%; 
    max-width: 320px; 
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    
  
}

.destacado-card:hover {
    transform: scale(1.05); 
    box-shadow: 0 12px 25px rgba(255, 255, 255, 0.2);
}

/* Imagen de la tarjeta */
.destacado-card img {
    width: 100%; 
    height: auto; 
    display: block;
    
}

/* Información de la tarjeta */
.destacado-info {
    padding: 20px;
    text-align: center; 
}

.destacado-info h2 {
    font-size: 1.3rem;
    margin-bottom: 10px;
    color: #ffc107; 
}

.destacado-info p {
    font-size: 1rem;
    line-height: 1.5;
    color: #dddddd;
}

.destacado-info .descripcion {
    margin-top: 10px;
    font-size: 0.9rem;
    color: #bbbbbb;
    font-style: italic;
}

/* Responsividad adicional */
@media (max-width: 768px) {
    .destacados {
        padding: 20px;
    }

    .titulo-destacados {
        font-size: 2rem;
    }

    .subtitulo-destacados {
        font-size: 1rem;
        margin-bottom: 20px;
    }

    .destacado-card {
        max-width: 100%; 
    }

    .destacado-info h2 {
        font-size: 1.2rem;
    }

    .destacado-info p {
        font-size: 0.9rem;
    }
}

.peliculas-docu {
    padding: 20px;
    max-width: 1200px;
    margin: 0 auto;
}

/* Título */
.peliculas-docu h1.docu {
    font-size: 2.5rem;
    text-align: center;
    margin-bottom: 30px;
    text-transform: uppercase;
}

/* Contenedor de películas */
.peliculas-docu div {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
    align-items: flex-start;
}

/* Estilo para cada película */
.peliculas-docu div > img {
    width: 250px; 
    height: auto; 
    border-radius: 10px;
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.3);
}

/* Lista de información */
.peliculas-docu li {
    list-style: none;
    font-size: 1rem;
    text-align: center;
    margin-top: 8px;
    margin-bottom: 8px;
}

/* Contenedor de cada bloque de película */
.peliculas-docu .pelicula-item {
    text-align: center;
    width: 250px; 
    margin: 0 auto;
}

/* Alineación responsiva */
@media (max-width: 768px) {
    .peliculas-docu div {
        flex-direction: column;
        align-items: center;
    }

    .peliculas-docu .pelicula-item {
        width: 80%; 
    }

    .peliculas-docu div > img {
        width: 200px; 
    }

    .peliculas-docu li {
        font-size: 0.9rem;
    }
}
/* Estilo para la película destacada */
.peliculas-docu .destacada {
    background-color: #f0f8ff6e; 
    border: 2px solid #005f99; 
    border-radius: 10px;
    padding: 15px;
    box-shadow: 0 8px 15px rgba(0, 123, 255, 0.3); 
    transform: scale(1.05); 
    transition: transform 0.3s ease, box-shadow 0.3s ease; 
    color: #000000;
}

/* Efecto hover */
.peliculas-docu .destacada:hover {
    transform: scale(1.1); 
    box-shadow: 0 10px 20px rgba(0, 123, 255, 0.5); /
}
.recomen{
    color: #FFFFFF;
}

.video-container {
    position: relative;
    width: 100%; 
    padding-bottom: 56.25%; 
    height: 0; 
    overflow: hidden;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; 
    height: 100%; 
}