.elementor-6 .elementor-element.elementor-element-a8f19ce{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-6 .elementor-element.elementor-element-cf23865{width:var( --container-widget-width, 102.685% );max-width:102.685%;margin:-10px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;--container-widget-width:102.685%;--container-widget-flex-grow:0;}.elementor-6 .elementor-element.elementor-element-cf23865.elementor-element{--flex-grow:0;--flex-shrink:0;}.elementor-6 .elementor-element.elementor-element-a4768dc{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-6 .elementor-element.elementor-element-e224411{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-6 .elementor-element.elementor-element-5a4de16{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-6 .elementor-element.elementor-element-7dcf518{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-6 .elementor-element.elementor-element-75dfae4{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-6 .elementor-element.elementor-element-86c3d1a{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}:root{--page-title-display:none;}@media(max-width:767px){.elementor-6 .elementor-element.elementor-element-a8f19ce{--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-6 .elementor-element.elementor-element-cf23865{width:100%;max-width:100%;margin:-10px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-6 .elementor-element.elementor-element-e224411{--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-6 .elementor-element.elementor-element-a559661{width:100%;max-width:100%;}.elementor-6 .elementor-element.elementor-element-a559661.elementor-element{--align-self:flex-start;}}/* Start custom CSS for html, class: .elementor-element-cf23865 *//* =========================================
   INDICADOR DE SCROLL ANIMADO
   ========================================= */

.scroll-indicator-container {
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    color: #ffffff;
    z-index: 20;
    opacity: 0.8;
    transition: all 0.4s ease;
    pointer-events: none; /* Evita que interfiera con clics en el fondo */
}

/* Texto superior del indicador */
.scroll-text {
    font-family: 'Montserrat', sans-serif;
    font-size: 10px; /* Un poco más pequeño para mayor elegancia */
    text-transform: uppercase;
    letter-spacing: 5px; 
    margin-bottom: 12px;
    font-weight: 600;
    display: block;
}

/* Cuerpo del mouse */
.mouse-icon {
    width: 24px;
    height: 40px;
    border: 2px solid rgba(255, 255, 255, 0.8);
    border-radius: 20px;
    margin: 0 auto;
    position: relative;
}

/* La ruedita interna animada */
.wheel {
    width: 3px;
    height: 7px;
    background-color: #ffffff;
    border-radius: 2px;
    position: absolute;
    top: 8px;
    left: 50%;
    transform: translateX(-50%);
    animation: scrollAnimation 1.8s ease-in-out infinite;
}

/* Animación de la ruedita: Más suave y natural */
@keyframes scrollAnimation {
    0% {
        opacity: 0;
        top: 6px;
    }
    30% {
        opacity: 1;
    }
    60% {
        opacity: 1;
        top: 18px;
    }
    100% {
        opacity: 0;
        top: 22px;
    }
}

/* =========================================
   NAVBAR SCROLLED (DARK GLASS PREMIUM)
   ========================================= */

.navbar.scrolled {
    /* Fondo Negro con Glass Effect */
    background: rgba(0, 0, 0, 0.9) !important; 
    backdrop-filter: blur(12px) saturate(180%); 
    -webkit-backdrop-filter: blur(12px) saturate(180%); 
    
    padding: 12px 0 !important; /* Altura más compacta al bajar */
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.6);
}

/* Enlaces del menú en estado scrolled */
.navbar.scrolled .nav-links a {
    color: #ffffff !important;
    font-size: 10px; /* Un pelo más pequeño para un look minimalista */
    opacity: 0.9;
    text-shadow: none; /* Quitamos sombras para que se vea limpio */
}

.navbar.scrolled .nav-links a:hover {
    opacity: 1;
    color: #ffffff;
}

/* Reducción suave del logo al bajar */
.navbar.scrolled .brand-logo img {
    height: 48px !important;
    filter: drop-shadow(0 0 10px rgba(0,0,0,0.5));
}

/* =========================================
   RESPONSIVE
   ========================================= */

@media (max-width: 768px) {
    .scroll-indicator-container {
        bottom: 30px; /* Subimos un poco en móviles */
    }
    
    .scroll-text {
        letter-spacing: 3px;
        font-size: 9px;
    }
}

@media (max-height: 600px) {
    .scroll-indicator-container {
        display: none; /* Ocultar si la pantalla es muy bajita */
    }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-a8f19ce *//* Forzar que la portada sea borde a borde como el navbar */
.hero {
    position: relative;
    width: 100vw !important; /* Ocupa el 100% del ancho visual */
    left: 50%;
    right: 50%;
    margin-left: -50vw !important; /* Se desplaza a la izquierda de la pantalla */
    margin-right: -50vw !important;
    
    /* Aseguramos que no haya espacio extra arriba */
    margin-top: 0 !important;
    padding: 0 !important;
}

/* Eliminar márgenes del contenedor padre en Astra */
.site-content .ast-container {
    max-width: 100% !important;
    padding: 0 !important;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-490a4bf *//* ==========================================
   1. NAVBAR: OPTIMIZADO PARA MÓVIL
   ========================================== */
.navbar a {
    color: white !important;
    text-decoration: none;
    font-family: 'Montserrat', sans-serif !important;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 1.5px;
    transition: 0.3s;
    padding: 10px 15px; /* Área de clic más amplia para dedos */
    display: inline-block;
}

.navbar.scrolled {
    background-color: rgba(255, 255, 255, 0.98);
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    padding: 5px 0; /* Más compacto al hacer scroll */
}

.navbar.scrolled a {
    color: #333 !important;
}

/* ==========================================
   2. TÍTULOS DE SECCIÓN (RESPONSIVE)
   ========================================== */
.section-title {
    font-family: 'Montserrat', sans-serif !important;
    text-transform: uppercase;
    text-align: center;
    display: block;
    width: 100%;
    color: #1a1a1a;
    font-weight: 300;
    font-size: 28px;
    letter-spacing: 12px;
    margin-bottom: 40px;
    padding: 0 10px; /* Evita que toque los bordes */
}

.section-title::after {
    content: '';
    display: block;
    width: 40px; /* Un poco más corta en móvil */
    height: 1px;
    background: #000;
    margin: 15px auto 0;
}

/* ==========================================
   3. SECCIÓN NOSOTROS: MEJORAS DE FLUJO
   ========================================== */
.nosotros-container {
    padding: 80px 8%; /* Reducción sutil de padding */
    background-color: #fff;
}

.nosotros-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: start;
}

.nosotros-content h3, 
.servicio-columna h3 {
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 400 !important;
    font-size: 22px;
    letter-spacing: 1px;
    color: #333;
    margin-bottom: 15px;
}

.nosotros-content p {
    font-family: 'Open Sans', sans-serif;
    line-height: 1.7;
    font-size: 15px;
    color: #555;
}

.col-right {
    background-color: #f2e9dc;
    padding: 35px;
    border-radius: 4px;
}

.nosotros-content img {
    width: 100%;
    height: auto; /* Altura automática para no deformar */
    min-height: 300px;
    max-height: 400px;
    object-fit: cover;
    border-radius: 2px;
}

/* ==========================================
   4. MEDIA QUERIES PARA MOBILE (EL CAMBIO REAL)
   ========================================= */

@media (max-width: 992px) {
    .nosotros-content {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    .nosotros-container {
        padding: 60px 5%;
    }
}

@media (max-width: 600px) {
    /* Ajuste crítico: el letter-spacing alto rompe el diseño en móviles pequeños */
    .section-title {
        font-size: 20px;
        letter-spacing: 6px; /* Reducción necesaria para que quepa en una línea */
        margin-bottom: 30px;
    }

    .nosotros-container {
        padding: 50px 20px; /* Más espacio lateral para lectura */
    }

    .col-right {
        padding: 25px 20px; /* Menos padding interno para ganar espacio de texto */
    }

    .nosotros-content img {
        min-height: 250px; /* Imagen más pequeña en móviles para no alargar tanto el scroll */
    }

    .nosotros-content h3 {
        font-size: 19px; /* Título un poco más pequeño */
        text-align: center; /* Centrado para mejor estética móvil */
    }

    .nosotros-content p {
        text-align: justify; /* Opcional: mejora el bloque de texto en pantallas angostas */
        font-size: 14px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a559661 *//* --- MEJORA SECCIÓN SERVICIOS --- */
.servicios-container {
    padding: 100px 8%;
    background-color: #ffffff;
    text-align: center;
}

.servicios-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 50px;
    margin-top: 60px;
}

.servicio-columna {
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* Círculos con señalética mejorados */
.circle-icon {
    width: 140px;
    height: 140px;
    background-color: #1a1a1a;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
    margin-bottom: 30px;
    transition: all 0.4s ease;
    border: 3px solid #f0f0f0;
}

.circle-icon i {
    font-size: 32px;
    margin-bottom: 8px;
}

.circle-text {
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 700;
}

.servicio-intro {
    font-size: 14px;
    color: #444;
    line-height: 1.6;
    margin-bottom: 30px;
    max-width: 300px;
}

/* LISTAS: Aquí hacemos la magia de las mayúsculas */
.lista-items {
    list-style: none;
    padding: 0;
    width: 100%;
}

.lista-items li {
    font-size: 15px;
    color: #666;
    padding: 12px 0;
    border-bottom: 1px solid #f2f2f2;
    text-transform: capitalize; /* ESTO PONE LA PRIMERA LETRA EN MAYÚSCULA */
    transition: color 0.3s ease;
}

.lista-items li:hover {
    color: #000;
    background-color: #fafafa;
}

.lista-items li:last-child {
    border-bottom: none;
}

/* RESPONSIVE */
@media (max-width: 992px) {
    .servicios-grid {
        grid-template-columns: 1fr;
        gap: 80px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-078d662 *//* =========================================
   SECCIÓN EVENTOS - EFECTOS PREMIUM
   ========================================= */

#eventos.eventos-galeria-container {
    background-color: #ffffff; /* Fondo Blanco */
    max-width: 1200px;
    margin: 80px auto;
    padding: 0 20px;
    font-family: 'Montserrat', sans-serif;
}

/* --- TÍTULO Y LÍNEA --- */
#eventos .header-eventos {
    text-align: center;
    margin-bottom: 60px;
}

#eventos .section-title {
    font-size: 32px;
    font-weight: 300;
    letter-spacing: 8px;
    color: #000000; /* Título Negro */
    text-transform: uppercase;
    margin-bottom: 15px;
}

#eventos .linea-decorativa {
    width: 60px;
    height: 2px;
    background-color: #cbb49e; /* Color Beige/Oro */
    margin: 0 auto;
}

/* --- GRILLA Y EFECTOS DE IMAGEN --- */
#eventos .evento-grid {
    display: flex;
    gap: 25px;
    width: 100%;
}

#eventos .evento-item {
    position: relative;
    flex: 1;
    height: 600px; /* Altura Desktop */
    overflow: hidden;
    cursor: pointer;
    box-shadow: 0 15px 35px rgba(0,0,0,0.1); /* Sombra de la tarjeta */
}

#eventos .evento-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* EFECTO RECUPERADO: Transmisión suave del zoom */
    transition: transform 0.8s cubic-bezier(0.2, 1, 0.3, 1);
}

#eventos .evento-item:hover img {
    transform: scale(1.1); /* Zoom al pasar el mouse */
}

/* --- ETIQUETA VERTICAL (TODOS LOS EFECTOS) --- */
#eventos .etiqueta-vertical {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%) rotate(180deg);
    
    background-color: #ffffff;
    color: #000000;
    padding: 35px 12px;
    
    writing-mode: vertical-rl;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 11px;
    font-weight: 700;
    
    z-index: 10;
    /* EFECTO RECUPERADO: Sombra lateral para profundidad */
    box-shadow: 5px 0 25px rgba(0,0,0,0.15);
    transition: all 0.4s ease;
}

#eventos .evento-item:hover .etiqueta-vertical {
    padding: 45px 12px; /* La etiqueta se estira sutilmente al hacer hover */
    background-color: #fcfcfc;
}

/* =========================================
   MOBILE: LAYOUT HORIZONTAL (SOLO MÓVIL)
   ========================================= */
@media (max-width: 768px) {
    
    #eventos .evento-grid {
        flex-direction: column; /* Uno arriba del otro */
        gap: 20px;
    }

    #eventos .evento-item {
        height: 250px; /* Franjas horizontales en móvil */
        width: 100%;
    }

    #eventos .section-title {
        font-size: 24px;
        letter-spacing: 4px;
    }

    /* Mantenemos la etiqueta vertical incluso en el layout horizontal */
    #eventos .etiqueta-vertical {
        padding: 25px 10px;
        font-size: 10px;
    }
}
.evento-link {
    text-decoration: none !important;
    display: block;
    color: inherit;
}

/* Efecto opcional: Que la imagen se aclare un poco al pasar el mouse */
.evento-item:hover img {
    opacity: 0.9;
    transition: 0.3s;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d12dab4 *//* Estilos generales de la sección */
.clientes-section {
    background-color: #ffffff;
    padding: 100px 0; /* Un poco más de aire vertical */
    text-align: center;
}

.section-title {
    font-size: 32px; /* Título un poco más grande para compensar */
    font-weight: 300;
    letter-spacing: 8px;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 60px;
}

/* El contenedor principal */
.logos-wrapper {
    width: 100%;
    overflow: hidden;
    position: relative;
    background: #fff;
    padding: 40px 0; /* Más padding vertical para los logos más grandes */
}

/* Degradados laterales */
.logos-wrapper::before, .logos-wrapper::after {
    content: "";
    position: absolute;
    top: 0;
    width: 180px; /* Degradados más anchos para logos más grandes */
    height: 100%;
    z-index: 2;
    pointer-events: none;
}
.logos-wrapper::before { left: 0; background: linear-gradient(to right, white 25%, transparent); }
.logos-wrapper::after { right: 0; background: linear-gradient(to left, white 25%, transparent); }

/* El riel doble */
.logos-track {
    display: flex;
    width: max-content;
}

/* CADA SET INDIVIDUAL */
.logo-set {
    display: flex;
    align-items: center;
    /* AUMENTADO UN 40% PROPORCIONAL (De 80px a 110px) */
    gap: 110px; 
    padding-right: 110px; 
    flex-shrink: 0;
    /* He ralentizado un poco la animación (de 40s a 50s) porque al ser
       más grandes, parece que se mueven más rápido. */
    animation: scroll-seamless 50s linear infinite;
}

/* Estilos de las imágenes */
.logo-set img {
    /* AUMENTADO UN 40% (De 90px a 125px) */
    height: 125px;
    width: auto;
    opacity: 0.85; /* Un poco más visibles por defecto */
    transition: all 0.3s ease;
    transform: translateZ(0);
    backface-visibility: hidden;
}

.logo-set img:hover {
    opacity: 1;
    transform: scale(1.05); /* Zoom ligero al pasar el mouse */
}

/* La animación sin saltos */
@keyframes scroll-seamless {
    from { transform: translateX(0); }
    to { transform: translateX(-100%); }
}

/* --- VERSIÓN MÓVIL (Aumentada un 40%) --- */
@media (max-width: 768px) {
    .section-title { font-size: 24px; letter-spacing: 5px; margin-bottom: 40px; }
    .clientes-section { padding: 60px 0; }
    
    .logo-set {
        /* Gap aumentado de 40px a 55px */
        gap: 55px;
        padding-right: 55px;
        animation-duration: 25s; /* Un poco más lento también en móvil */
    }

    .logo-set img {
        /* Altura aumentada de 75px a 105px */
        height: 105px !important;
    }

    .logos-wrapper::before, .logos-wrapper::after {
        width: 80px; /* Degradado móvil ajustado */
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-5f842ab *//* ESTILOS GENERALES DEL FOOTER */
.main-footer {
    background-color: #1a1a1a; /* Fondo oscuro elegante */
    color: #ffffff;
    padding: 80px 20px 20px;
    font-family: 'Montserrat', sans-serif;
}

.footer-container {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}

/* --- AJUSTE DEL LOGO --- */
.footer-logo-img {
    max-width: 180px; /* Tamaño reducido para que no se vea gigante */
    height: auto;
    margin-bottom: 20px;
    filter: brightness(0) invert(1); /* Si el logo es oscuro, esto lo hace blanco */
}

.footer-description {
    font-size: 14px;
    line-height: 1.6;
    color: #b0b0b0;
    max-width: 300px;
}

/* COLUMNAS Y TEXTOS */
.footer-column h4 {
    font-size: 16px;
    letter-spacing: 3px;
    margin-bottom: 25px;
    font-weight: 600;
    text-transform: uppercase;
}

.footer-contact-list {
    list-style: none;
    padding: 0;
}

.footer-contact-list li {
    margin-bottom: 15px;
    font-size: 14px;
    color: #b0b0b0;
    display: flex;
    align-items: center;
    gap: 12px;
}

.footer-contact-list i {
    color: #cbb49e; /* Color dorado/nude de acento */
}

/* REDES SOCIALES */
.footer-socials {
    display: flex;
    gap: 15px;
}

.footer-socials a {
    color: #ffffff;
    background: rgba(255,255,255,0.1);
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    text-decoration: none;
    transition: 0.3s;
}

.footer-socials a:hover {
    background-color: #cbb49e;
    transform: translateY(-5px);
}

/* BOTTOM FOOTER Y CRÉDITO */
.footer-bottom {
    margin-top: 60px;
    padding-top: 30px;
    border-top: 1px solid rgba(255,255,255,0.1);
    text-align: center;
    font-size: 12px;
    color: #666;
}

.opus-credit {
    margin-top: 10px;
    letter-spacing: 1px;
}

.opus-credit a {
    color: #cbb49e;
    text-decoration: none;
    font-weight: bold;
}

.opus-credit a:hover {
    text-decoration: underline;
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .footer-container {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .footer-description, .footer-contact-list li {
        justify-content: center;
        margin: 0 auto 15px;
    }
    
    .footer-socials {
        justify-content: center;
    }
}/* --- AJUSTE DEL LOGO CORREGIDO --- */
.footer-logo-img {
    max-width: 200px; /* Tamaño equilibrado */
    height: auto;
    display: block;
    margin-bottom: 20px;
    /* Se eliminó el filtro que ponía la imagen blanca */
    filter: none !important; 
}

/* Si el footer es muy oscuro y tu logo es negro, 
   podemos darle un fondo sutil o simplemente dejarlo original */
.footer-logo-wrapper {
    display: inline-block;
    padding: 5px;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-cc16af1 *//* Contenedor raíz para evitar conflictos con el tema */
#wa-root-container {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 999999;
}

.wa-fixed-link {
    display: flex;
    align-items: center;
    text-decoration: none !important;
}

/* El botón circular */
.wa-circle-btn {
    width: 65px;
    height: 65px;
    background-color: #25D366; /* Color sólido base */
    background-image: linear-gradient(135deg, #25D366 0%, #128C7E 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 6px 20px rgba(0,0,0,0.3);
    position: relative;
    transition: transform 0.3s ease;
}

/* La imagen del logo (Mucho más estable que el código SVG) */
.wa-img-icon {
    width: 38px;
    height: 38px;
    display: block;
}

/* Burbuja de mensaje */
.wa-msg-bubble {
    background-color: white;
    color: #333;
    padding: 8px 15px;
    border-radius: 20px;
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    margin-right: 15px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    opacity: 0;
    transform: translateX(10px);
    transition: all 0.3s ease;
}

/* Hover Effects */
.wa-fixed-link:hover .wa-msg-bubble {
    opacity: 1;
    transform: translateX(0);
}

.wa-fixed-link:hover .wa-circle-btn {
    transform: scale(1.1);
}

/* Animación de pulso simplificada (Menos pesada para el móvil) */
.wa-circle-btn::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #25D366;
    z-index: -1;
    animation: wa-simple-pulse 2s infinite;
}

@keyframes wa-simple-pulse {
    0% { transform: scale(1); opacity: 0.5; }
    100% { transform: scale(1.6); opacity: 0; }
}

/* Ajuste móvil */
@media (max-width: 768px) {
    #wa-root-container { bottom: 20px; right: 20px; }
    .wa-circle-btn { width: 55px; height: 55px; }
    .wa-img-icon { width: 32px; height: 32px; }
    .wa-msg-bubble { display: none; }
}/* End custom CSS */