.elementor-7 .elementor-element.elementor-element-f02bfd4{--display:flex;}/* Start custom CSS for html, class: .elementor-element-b4f92e7 *//* Título Principal */
.titulo-pagina-principal {
    text-align: center;
    margin-bottom: 50px;
}
.titulo-pagina-principal h1 {
    color: #663399 !important;
    font-size: 3rem !important;
    font-weight: bold !important;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Estructura Base */
.sarnago-wp-wrapper {
    max-width: 900px;
    margin: 0 auto;
    font-family: sans-serif;
    color: #333 !important;
    line-height: 1.8 !important;
}

.articulo-header {
    text-align: center;
    border-bottom: 3px solid #663399 !important;
    margin-bottom: 30px;
}
.articulo-header h2 { color: #663399 !important; margin: 0; }

.seccion-titulo { 
    color: #663399 !important; 
    border-left: 6px solid #663399 !important; 
    padding-left: 20px !important; 
    margin: 50px 0 25px !important;
    font-size: 1.8rem !important;
}

/* CARRUSEL MODERNO AUTO-PLAY INFINITO */
.carrusel-contenedor-moderno {
    overflow: hidden;
    background: #fdfbff;
    padding: 30px 0;
    border-radius: 15px;
    position: relative;
}

.carrusel-track {
    display: flex;
    width: calc(320px * 10); /* Ajustado para el bucle */
    animation: scroll-sarnago 35s linear infinite;
}

.carrusel-track:hover {
    animation-play-state: paused;
}

.carrusel-track img {
    width: 300px;
    height: 220px;
    object-fit: cover;
    margin: 0 10px;
    border-radius: 10px;
    box-shadow: 0 6px 12px rgba(0,0,0,0.1);
}

@keyframes scroll-sarnago {
    0% { transform: translateX(0); }
    100% { transform: translateX(calc(-320px * 5)); } /* Mueve el ancho de 5 fotos */
}

/* CAJAS DE DOCUMENTOS Y LISTAS */
.glosario-caja {
    background: #f3ebf7 !important;
    padding: 30px !important;
    border-radius: 10px !important;
    margin: 25px 0 !important;
    border-left: 5px solid #663399;
}

.lista-enlaces-historia { 
    list-style: none !important; 
    padding: 0 !important; 
    margin: 0 !important; 
}

.lista-enlaces-historia li { 
    margin-bottom: 15px !important; 
    padding-left: 35px !important; 
    position: relative;
}

.lista-enlaces-historia li::before { 
    content: "📄"; 
    position: absolute; 
    left: 0; 
    font-size: 1.1rem;
}

.lista-enlaces-historia a { 
    color: #663399 !important; 
    font-weight: bold !important; 
    text-decoration: none !important;
    font-size: 1.05rem;
}

.lista-enlaces-historia a:hover { 
    color: #d35400 !important;
    text-decoration: underline !important;
}

/* BOTONES Y ENLACES */
.contenedor-galeria-enlace { text-align: center; margin-top: 25px; }

.btn-enlace-externo {
    display: inline-block !important;
    color: #663399 !important;
    padding: 12px 28px !important;
    border: 2px solid #663399 !important;
    border-radius: 50px !important;
    text-decoration: none !important;
    font-weight: bold !important;
    transition: all 0.3s ease;
}

.btn-enlace-externo:hover {
    background: #663399 !important;
    color: #ffffff !important;
}

.enlace-morado-destacado, .enlace-video-dron {
    color: #663399 !important;
    text-decoration: none !important;
    font-size: 1.1rem;
}

.enlace-video-dron:hover { text-decoration: underline !important; }

/* VÍDEO RESPONSIVE */
.video-contenedor {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.2);
}

.video-contenedor iframe {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
}/* End custom CSS */