/* ========================================= */
/* MUSEO ICTÍCOLA - ESTILOS COMPLETOS */
/* ========================================= */

/* ========================================= */
/* BANNER ESTÁTICO */
/* ========================================= */

.banner-static {
    position: relative;
    width: 100%;
    height: 65vh;
    min-height: 400px;
    max-height: 700px;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.65) 0%, rgba(0, 50, 80, 0.8) 100%);
    z-index: 1;
}

.banner-content {
    position: relative;
    z-index: 2;
    text-align: center;
    color: white;
    padding: 20px;
    max-width: 900px;
}

.banner-badge {
    display: inline-block;
    background: rgba(255, 215, 0, 0.2);
    padding: 6px 24px;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    backdrop-filter: blur(4px);
    margin-bottom: 15px;
    border: 1px solid rgba(255, 215, 0, 0.2);
    color: #ffd700;
}

.banner-badge i {
    margin-right: 8px;
}

.banner-title {
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(2.2rem, 5vw, 4rem);
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 10px;
}

.banner-title span {
    color: #ffd700;
}

.banner-subtitle {
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(14px, 1.4vw, 20px);
    opacity: 0.85;
    font-weight: 400;
    letter-spacing: 2px;
}

/* ========================================= */
/* VIDEO DE FONDO */
/* ========================================= */

.banner-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

/* ========================================= */
/* TÍTULO SECCIÓN MUSEO */
/* ========================================= */

.museo-header-titulo {
    text-align: center;
    margin: 50px 0 30px 0;
    padding: 0 20px;
}

.museo-icon {
    font-size: clamp(2.5rem, 4vw, 3.5rem);
    margin-bottom: 5px;
    display: block;
}

.museo-icon i {
    color: #007AB4;
}

.museo-titulo {
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(1.8rem, 3.5vw, 2.8rem);
    font-weight: 700;
    color: #1a2634;
    margin-bottom: 10px;
}

.museo-titulo span {
    color: #007AB4;
}

.museo-divider {
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, #007AB4, #ffd700);
    margin: 0 auto 15px auto;
    border-radius: 4px;
}

.museo-subtitulo {
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(14px, 1.2vw, 18px);
    color: #4a5568;
    font-weight: 400;
    max-width: 700px;
    margin: 0 auto;
}

/* ========================================= */
/* DESCRIPCIÓN DEL MUSEO */
/* ========================================= */

.museo-descripcion {
    max-width: 1000px;
    margin: 0 auto 40px auto;
    padding: 0 20px;
}

.museo-descripcion p {
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(15px, 1.4vw, 17px);
    color: #2d3748;
    line-height: 1.9;
    text-align: justify;
    background: #f8f9fa;
    padding: 30px 35px;
    border-radius: 16px;
    border-left: 5px solid #007AB4;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
}

.museo-descripcion p i {
    color: #007AB4;
    margin-right: 8px;
}

/* ========================================= */
/* ESTADÍSTICAS DE VISITANTES */
/* ========================================= */

.museo-estadisticas {
    max-width: 1100px;
    margin: 0 auto 50px auto;
    padding: 0 20px;
}

.estadisticas-titulo {
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(1.3rem, 2.5vw, 1.8rem);
    font-weight: 700;
    color: #1a2634;
    text-align: center;
    margin-bottom: 5px;
}

.estadisticas-titulo i {
    color: #007AB4;
    margin-right: 8px;
}

.estadisticas-subtitulo {
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(13px, 1.2vw, 16px);
    color: #4a5568;
    text-align: center;
    margin-bottom: 30px;
}

/* ========================================= */
/* GRÁFICO DE BARRAS */
/* ========================================= */

.grafico-barras {
    background: #ffffff;
    padding: 30px 35px;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    margin-bottom: 30px;
}

.barra-item {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 18px;
}

.barra-item:last-child {
    margin-bottom: 0;
}

.barra-label {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #1a2634;
    min-width: 60px;
}

.barra-contenedor {
    flex: 1;
    height: 32px;
    background: #eef2f6;
    border-radius: 16px;
    overflow: hidden;
    position: relative;
}

.barra {
    height: 100%;
    background: linear-gradient(90deg, #007AB4, #4ab8e8);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 12px;
    transition: width 1s ease;
    position: relative;
}

.barra:hover {
    background: linear-gradient(90deg, #005a8a, #007AB4);
}

.barra-valor {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 700;
    color: white;
}

/* ========================================= */
/* TABLA DE VISITANTES */
/* ========================================= */

.tabla-visitantes {
    background: #ffffff;
    padding: 25px 30px;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    margin-bottom: 30px;
    overflow-x: auto;
}

.tabla-visitantes table {
    width: 100%;
    border-collapse: collapse;
    font-family: 'Montserrat', sans-serif;
}

.tabla-visitantes thead {
    background: #007AB4;
    color: white;
}

.tabla-visitantes th {
    padding: 12px 18px;
    text-align: left;
    font-size: 14px;
    font-weight: 600;
}

.tabla-visitantes th i {
    margin-right: 6px;
}

.tabla-visitantes td {
    padding: 10px 18px;
    font-size: 13px;
    color: #2d3748;
    border-bottom: 1px solid #eef2f6;
}

.tabla-visitantes tbody tr:hover {
    background: #f0f7fa;
}

.tabla-visitantes tbody tr:last-child td {
    border-bottom: none;
}

.tabla-visitantes tfoot {
    background: #f8f9fa;
    font-weight: 700;
}

.tabla-visitantes tfoot th,
.tabla-visitantes tfoot td {
    padding: 12px 18px;
    font-size: 14px;
    color: #1a2634;
    border-top: 2px solid #007AB4;
}

.positivo {
    color: #2e7d32;
    font-weight: 700;
}

.positivo i {
    color: #2e7d32;
}

/* ========================================= */
/* TARJETAS DE TENDENCIA */
/* ========================================= */

.tendencia-resumen {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.tendencia-card {
    background: #ffffff;
    padding: 20px 22px;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    display: flex;
    align-items: center;
    gap: 15px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.tendencia-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(0, 122, 180, 0.15);
}

.tendencia-icon {
    font-size: 32px;
    flex-shrink: 0;
}

.tendencia-icon i {
    color: #007AB4;
}

.tendencia-info h4 {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 600;
    color: #718096;
    margin: 0 0 4px 0;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.tendencia-valor {
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(1.2rem, 1.8vw, 1.6rem);
    font-weight: 800;
    color: #007AB4;
    margin: 0;
}

.tendencia-periodo {
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    color: #a0aec0;
    margin: 2px 0 0 0;
}

/* ========================================= */
/* RESPONSIVE - MUSEO ICTÍCOLA */
/* ========================================= */

@media (max-width: 992px) {
    .tendencia-resumen {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }

    .museo-descripcion p {
        padding: 25px 28px;
        font-size: 15px;
    }

    .grafico-barras {
        padding: 25px 28px;
    }
}

@media (max-width: 768px) {
    .banner-static {
        height: 50vh;
        min-height: 300px;
        max-height: 500px;
    }

    .banner-title {
        font-size: clamp(1.8rem, 6vw, 2.5rem);
    }

    .banner-badge {
        font-size: 11px;
        padding: 4px 18px;
    }

    .banner-subtitle {
        font-size: 14px;
    }

    .museo-header-titulo {
        margin: 35px 0 25px 0;
    }

    .museo-titulo {
        font-size: clamp(1.5rem, 5vw, 1.8rem);
    }

    .museo-subtitulo {
        font-size: 14px;
    }

    .museo-descripcion {
        margin-bottom: 30px;
    }

    .museo-descripcion p {
        padding: 20px 22px;
        font-size: 14px;
        border-left-width: 4px;
    }

    .grafico-barras {
        padding: 20px 22px;
    }

    .barra-label {
        font-size: 13px;
        min-width: 50px;
    }

    .barra-contenedor {
        height: 28px;
    }

    .barra-valor {
        font-size: 11px;
    }

    .tabla-visitantes {
        padding: 20px 18px;
    }

    .tabla-visitantes th,
    .tabla-visitantes td {
        padding: 8px 12px;
        font-size: 12px;
    }

    .tendencia-resumen {
        grid-template-columns: repeat(2, 1fr);
        gap: 14px;
    }

    .tendencia-card {
        padding: 16px 18px;
    }

    .tendencia-icon {
        font-size: 28px;
    }

    .tendencia-valor {
        font-size: 1.1rem;
    }
}

@media (max-width: 480px) {
    .banner-static {
        height: 40vh;
        min-height: 250px;
        max-height: 400px;
    }

    .banner-title {
        font-size: 1.5rem;
    }

    .banner-badge {
        font-size: 10px;
        padding: 3px 14px;
    }

    .banner-subtitle {
        font-size: 12px;
    }

    .museo-header-titulo {
        margin: 25px 0 20px 0;
        padding: 0 15px;
    }

    .museo-titulo {
        font-size: 1.3rem;
    }

    .museo-subtitulo {
        font-size: 13px;
    }

    .museo-divider {
        width: 60px;
        height: 3px;
    }

    .museo-descripcion p {
        padding: 16px 18px;
        font-size: 13px;
        line-height: 1.7;
    }

    .museo-estadisticas {
        padding: 0 15px;
    }

    .estadisticas-titulo {
        font-size: 1.1rem;
    }

    .grafico-barras {
        padding: 16px 16px;
    }

    .barra-item {
        gap: 10px;
        margin-bottom: 14px;
    }

    .barra-label {
        font-size: 12px;
        min-width: 45px;
    }

    .barra-contenedor {
        height: 24px;
    }

    .barra-valor {
        font-size: 10px;
        padding-right: 8px;
    }

    .tabla-visitantes {
        padding: 14px 12px;
    }

    .tabla-visitantes th,
    .tabla-visitantes td {
        padding: 6px 10px;
        font-size: 11px;
    }

    .tendencia-resumen {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .tendencia-card {
        padding: 14px 16px;
    }

    .tendencia-icon {
        font-size: 24px;
    }

    .tendencia-valor {
        font-size: 1rem;
    }

    .tendencia-info h4 {
        font-size: 11px;
    }
}

@media (max-width: 360px) {
    .banner-static {
        height: 35vh;
        min-height: 200px;
        max-height: 350px;
    }

    .banner-title {
        font-size: 1.2rem;
    }

    .banner-badge {
        font-size: 9px;
        padding: 2px 12px;
    }

    .museo-titulo {
        font-size: 1.1rem;
    }

    .museo-descripcion p {
        padding: 14px 14px;
        font-size: 12px;
    }

    .grafico-barras {
        padding: 12px 12px;
    }

    .barra-item {
        gap: 8px;
        margin-bottom: 10px;
    }

    .barra-label {
        font-size: 11px;
        min-width: 40px;
    }

    .barra-contenedor {
        height: 20px;
    }

    .barra-valor {
        font-size: 9px;
        padding-right: 6px;
    }

    .tabla-visitantes th,
    .tabla-visitantes td {
        font-size: 10px;
        padding: 4px 8px;
    }

    .tendencia-card {
        padding: 12px 14px;
    }

    .tendencia-icon {
        font-size: 20px;
    }

    .tendencia-valor {
        font-size: 0.9rem;
    }
}
/* ========================================= */
/* MUSEO ICTÍCOLA - CONTENIDO ADICIONAL */
/* ========================================= */

/* Contenido grid 4 columnas */
.museo-contenido {
    max-width: 1200px;
    margin: 0 auto 40px auto;
    padding: 0 20px;
}

.museo-contenido-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.museo-contenido-card {
    background: #ffffff;
    padding: 25px 20px;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-top: 4px solid #007AB4;
}

.museo-contenido-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(0, 122, 180, 0.15);
}

.museo-contenido-icon {
    font-size: 2.5rem;
    color: #007AB4;
    margin-bottom: 12px;
}

.museo-contenido-card h4 {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #1a2634;
    margin-bottom: 8px;
}

.museo-contenido-card p {
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    line-height: 1.7;
    color: #4a5568;
    margin: 0;
}

.museo-contenido-card em {
    font-style: italic;
}

/* Galería de visitas */
.museo-galeria-visitas {
    max-width: 1200px;
    margin: 0 auto 40px auto;
    padding: 0 20px;
}

.galeria-visitas-titulo {
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(1.3rem, 2.5vw, 1.8rem);
    font-weight: 700;
    color: #1a2634;
    text-align: center;
    margin-bottom: 25px;
}

.galeria-visitas-titulo i {
    color: #007AB4;
    margin-right: 8px;
}

.galeria-visitas-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.galeria-visitas-item {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background: #ffffff;
}

.galeria-visitas-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 122, 180, 0.15);
}

.galeria-visitas-item img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    display: block;
}

.galeria-visitas-leyenda {
    display: block;
    padding: 10px 14px;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 600;
    color: #1a2634;
    text-align: center;
    background: #f8fafc;
    border-top: 1px solid #eef2f6;
}

/* ========================================= */
/* RESPONSIVE - CONTENIDO ADICIONAL */
/* ========================================= */

@media (max-width: 992px) {
    .museo-contenido-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 18px;
    }

    .galeria-visitas-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 18px;
    }
}

@media (max-width: 768px) {
    .museo-contenido-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }

    .museo-contenido-card {
        padding: 18px 16px;
    }

    .museo-contenido-icon {
        font-size: 2rem;
    }

    .museo-contenido-card h4 {
        font-size: 14px;
    }

    .museo-contenido-card p {
        font-size: 12px;
        line-height: 1.6;
    }

    .galeria-visitas-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }

    .galeria-visitas-item img {
        height: 160px;
    }

    .galeria-visitas-leyenda {
        font-size: 11px;
        padding: 8px 12px;
    }
}

@media (max-width: 480px) {
    .museo-contenido-grid {
        grid-template-columns: 1fr;
        gap: 14px;
        padding: 0 10px;
    }

    .museo-contenido-card {
        padding: 16px 14px;
    }

    .museo-contenido-icon {
        font-size: 1.8rem;
    }

    .galeria-visitas-grid {
        grid-template-columns: 1fr;
        gap: 14px;
        padding: 0 10px;
    }

    .galeria-visitas-item img {
        height: 180px;
    }

    .galeria-visitas-leyenda {
        font-size: 11px;
    }
}
/* ========================================= */
/* CONTENIDO DEL MUSEO - TEXTO COMPLETO */
/* ========================================= */

.museo-contenido-texto {
    max-width: 1100px;
    margin: 0 auto 40px auto;
    padding: 0 20px;
}

.museo-contenido-titulo {
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(1.3rem, 2vw, 1.8rem);
    font-weight: 700;
    color: #1a2634;
    margin-bottom: 18px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.museo-contenido-titulo i {
    color: #007AB4;
}

.museo-contenido-texto-inner {
    background: #ffffff;
    padding: 30px 35px;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    border-left: 5px solid #007AB4;
}

.museo-contenido-texto-inner p {
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(14px, 1.2vw, 16px);
    line-height: 1.9;
    color: #2d3748;
    text-align: justify;
    margin-bottom: 18px;
}

.museo-contenido-texto-inner p:last-child {
    margin-bottom: 0;
}

.museo-contenido-texto-inner em {
    font-style: italic;
}

/* ========================================= */
/* RESPONSIVE - CONTENIDO TEXTO */
/* ========================================= */

@media (max-width: 768px) {
    .museo-contenido-texto-inner {
        padding: 22px 22px;
        border-left-width: 4px;
        border-radius: 12px;
    }

    .museo-contenido-texto-inner p {
        font-size: 14px;
        line-height: 1.8;
    }

    .museo-contenido-titulo {
        font-size: 1.3rem;
    }
}

@media (max-width: 480px) {
    .museo-contenido-texto {
        padding: 0 15px;
        margin-bottom: 30px;
    }

    .museo-contenido-texto-inner {
        padding: 18px 16px;
        border-left-width: 3px;
        border-radius: 10px;
    }

    .museo-contenido-texto-inner p {
        font-size: 13px;
        line-height: 1.7;
    }

    .museo-contenido-titulo {
        font-size: 1.1rem;
    }
}
/* ========================================= */
/* SALA FOTOGRÁFICA - GALERÍA DE 6 IMÁGENES */
/* ========================================= */

.sala-fotografica-galeria {
    max-width: 1200px;
    margin: 0 auto 50px auto;
    padding: 0 20px;
}

.sala-fotografica-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.sala-fotografica-item {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background: #ffffff;
}

.sala-fotografica-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 122, 180, 0.15);
}

.sala-fotografica-item img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: block;
}

.sala-fotografica-leyenda {
    display: block;
    padding: 10px 14px;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 600;
    color: #1a2634;
    text-align: center;
    background: #f8fafc;
    border-top: 1px solid #eef2f6;
}

/* ========================================= */
/* RESPONSIVE - SALA FOTOGRÁFICA */
/* ========================================= */

@media (max-width: 992px) {
    .sala-fotografica-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 18px;
    }
}

@media (max-width: 768px) {
    .sala-fotografica-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }

    .sala-fotografica-item img {
        height: 160px;
    }

    .sala-fotografica-leyenda {
        font-size: 11px;
        padding: 8px 12px;
    }
}

@media (max-width: 480px) {
    .sala-fotografica-grid {
        grid-template-columns: 1fr;
        gap: 14px;
        max-width: 380px;
        margin: 0 auto;
    }

    .sala-fotografica-item img {
        height: 200px;
    }

    .sala-fotografica-leyenda {
        font-size: 11px;
    }
}
/* ========================================= */
/* MODAL DE VIDEO BIENVENIDA */
/* ========================================= */

.modal-video-bienvenida {
    display: none;
    position: fixed;
    z-index: 10000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.85);
    backdrop-filter: blur(10px);
    align-items: center;
    justify-content: center;
    animation: videoFadeIn 0.6s ease;
}

.modal-video-bienvenida.active {
    display: flex;
}

@keyframes videoFadeIn {
    from {
        opacity: 0;
        transform: scale(0.95);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

.modal-video-content {
    position: relative;
    max-width: 850px;
    width: 95%;
    background: #1a2634;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 25px 80px rgba(0, 0, 0, 0.6);
    animation: videoSlideUp 0.5s ease;
}

@keyframes videoSlideUp {
    from {
        opacity: 0;
        transform: translateY(40px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.modal-video-close {
    position: absolute;
    top: 15px;
    right: 20px;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.15);
    border: 2px solid rgba(255, 255, 255, 0.2);
    font-size: 1.4rem;
    color: #fff;
    cursor: pointer;
    z-index: 10;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal-video-close:hover {
    background: #e74c3c;
    border-color: #e74c3c;
    transform: rotate(90deg);
}

.modal-video-wrapper {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    height: 0;
    background: #000;
}

.modal-video-wrapper video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.modal-video-info {
    padding: 25px 30px 30px 30px;
    text-align: center;
    background: linear-gradient(135deg, #1a2634, #0f1a24);
}

.modal-video-info h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(1.2rem, 2vw, 1.6rem);
    font-weight: 700;
    color: #ffd700;
    margin-bottom: 8px;
}

.modal-video-info p {
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(14px, 1.2vw, 16px);
    color: #cbd5e0;
    margin-bottom: 15px;
}

.modal-video-saltar {
    display: inline-block;
    padding: 10px 30px;
    background: transparent;
    color: #fff;
    border: 2px solid #007AB4;
    border-radius: 30px;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.modal-video-saltar:hover {
    background: #007AB4;
    transform: translateY(-2px);
    box-shadow: 0 4px 20px rgba(0, 122, 180, 0.3);
}

/* ========================================= */
/* RESPONSIVE */
/* ========================================= */

@media (max-width: 768px) {
    .modal-video-content {
        width: 98%;
        border-radius: 14px;
    }

    .modal-video-close {
        top: 10px;
        right: 12px;
        width: 38px;
        height: 38px;
        font-size: 1.2rem;
    }

    .modal-video-info {
        padding: 18px 20px 22px 20px;
    }

    .modal-video-info h3 {
        font-size: 1.1rem;
    }

    .modal-video-info p {
        font-size: 13px;
    }

    .modal-video-saltar {
        padding: 8px 24px;
        font-size: 13px;
    }
}

@media (max-width: 480px) {
    .modal-video-close {
        top: 8px;
        right: 10px;
        width: 34px;
        height: 34px;
        font-size: 1rem;
    }

    .modal-video-info {
        padding: 14px 16px 18px 16px;
    }

    .modal-video-info h3 {
        font-size: 1rem;
    }

    .modal-video-info p {
        font-size: 12px;
    }

    .modal-video-saltar {
        padding: 6px 18px;
        font-size: 12px;
    }
}
