
    * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
            font-family: system-ui, -apple-system, 'Segoe UI', Roboto, Arial, sans-serif;
        }

        body {
            background-color: #f5f5f5;
            margin: 0;
            padding: 0;
            overflow-x: hidden; /* Evita scroll horizontal */
        }

        /* CAPA PRINCIPAL - OCUPA TODO EL ANCHO SIN PADDING LATERAL */
        .capa-fullwidth {
            width: 100%;
            background: #102a63;
            box-shadow: 0 4px 12px rgba(0,0,0,0.08);
            /* SIN PADDING LATERAL para que las columnas lleguen al borde */
            padding: 30px 0; /* Solo padding vertical */
        }

        /* Contenedor de dos columnas - OCUPA EL 100% SIN MÁRGENES */
        .dos-columnas {
            display: flex;
            flex-wrap: wrap;
            width: 100%;
            margin: 0;
            padding: 0;
        }

        /* Columna izquierda - 50% PEGADA AL BORDE IZQUIERDO */
        .col-izquierda {
            flex: 0 0 50%; /* Exactamente 50% sin flexión */
            width: 50%;
            display: flex;
            justify-content: center;
            align-items: center;
            padding: 30px 20px;
           
            /* Sin bordes redondeados para que pegue al borde */
            border-radius: 0;
            min-height: 250px;
        }

        .logo-principal {
            max-width: 100%;
            height: auto;
            max-height: 350px;
            width: auto;
            object-fit: contain;
        }

        /* Columna derecha - 50% PEGADA AL BORDE DERECHO */
        .col-derecha {
            flex: 0 0 50%; /* Exactamente 50% sin flexión */
            width: 50%;
            display: flex;
            gap: 25px;
           
            padding: 30px 20px;
            /* Sin bordes redondeados */
            border-radius: 0;
            min-height: 250px;
        }

        /* Subcolumna izquierda (otro logo) */
        .subcol-izquierda {
            flex: 1;
            display: flex;
            justify-content: flex-end;
            align-items: center;
            padding: 10px;
        }

        .logo-secundario {
            max-width: 100%;
            height: auto;
            max-height: 100px;
            width: auto;
            object-fit: contain;
        }

        /* Subcolumna derecha (4 filas de texto alineado a la derecha) */
        .subcol-derecha {
            flex: 2;
            display: flex;
            flex-direction: column;
            align-items: flex-end;
            gap: 15px;
            padding: 10px 0;
        }

        /* Estilos para cada fila de información */
        .fila-info {
            display: flex;
            align-items: center;
            gap: 12px;
            justify-content: flex-end;
            width: 100%;
            padding: 12px 20px;
            border-radius: 50px;
            transition: all 0.3s ease;
            font-size: 1rem;
        }

        .fila-info:hover {
            transform: translateX(-5px);
            box-shadow: -5px 5px 15px rgba(0,86,167,0.15);
        }

        /* Iconos en SVG */
        .icono {
            width: 24px;
            height: 24px;
            display: inline-block;
            background-size: contain;
            background-repeat: no-repeat;
            background-position: center;
            flex-shrink: 0;
        }

        .icono-moto {
            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 512'%3E%3Cpath fill='%231a3d6e' d='M280 32c-13.3 0-24 10.7-24 24s10.7 24 24 24h57.7l16.4 30.3L256 192l-45.3-45.3c-12-12-28.3-18.7-45.3-18.7H64c-17.7 0-32 14.3-32 32v32h96c88.4 0 160 71.6 160 160 0 11-1.1 21.7-3.1 32h2.6c10.9 0 21.5-2.7 31.1-7.5L484.9 270l-38-70.2c-7.8-14.5-22.9-23.8-39.5-23.8h-38.5l-13.6-25.2L376 96h19.4c29.5 0 56.6 16 70.4 41.3L522.3 235c26.5 11.2 45.7 37.4 45.7 67.6 0 39.8-32.2 72-72 72h-1.4c-14.9 19-38.4 32-64.6 32-36.8 0-67.4-24.8-77.6-58.8-8.7 4.2-18.2 6.8-28.4 6.8-35.3 0-64-28.7-64-64s28.7-64 64-64c12.3 0 23.7 3.5 33.4 9.5L352 192l63.9-32-22.4-41.4c-3.9-7.2-11.5-11.6-19.8-11.6h-34.9l-13.6-25.2c-5.4-10.1-16-16.3-27.3-16.8L280 32zM160 384c-44.2 0-80-35.8-80-80s35.8-80 80-80 80 35.8 80 80-35.8 80-80 80zm368-80c0 26.5-21.5 48-48 48s-48-21.5-48-48 21.5-48 48-48 48 21.5 48 48zM112 64c-8.8 0-16 7.2-16 16v48c0 8.8 7.2 16 16 16s16-7.2 16-16V80c0-8.8-7.2-16-16-16z'/%3E%3C/svg%3E");
        }

        .icono-whatsapp {
            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='%2325D366' d='M380.9 97.1C339 55.1 283.2 32 223.9 32c-122.4 0-222 99.6-222 222 0 39.1 10.2 77.3 29.6 111L0 480l117.7-30.9c32.4 17.7 68.9 27 106.1 27h.1c122.3 0 224.1-99.6 224.1-222 0-59.3-25.2-115-67.1-157zm-157 341.6c-33.2 0-65.7-8.9-94-25.7l-6.7-4-69.8 18.3L72 359.2l-4.4-6.9c-18.5-29.4-28.2-63.3-28.2-98.2 0-101.7 82.8-184.5 184.6-184.5 49.3 0 95.6 19.2 130.4 54.1 34.8 34.9 56.2 81.2 56.1 130.5 0 101.8-84.9 184.6-186.6 184.6zm101.2-138.2c-5.5-2.8-32.8-16.2-37.9-18-5.1-1.9-8.8-2.8-12.5 2.8-3.7 5.6-14.3 18-17.6 21.8-3.2 3.7-6.5 4.2-12 1.4-32.6-16.3-54.5-29.1-75.5-66-5.7-9.9 5.7-9.2 16.3-30.7 1.8-3.7.9-6.9-.5-9.7-1.4-2.8-12.5-30.1-17.1-41.2-4.5-10.8-9.1-9.3-12.5-9.5-3.2-.2-6.9-.2-10.6-.2-3.7 0-9.7 1.4-14.8 6.9-5.1 5.6-19.5 19.1-19.5 46.6 0 27.5 20 54.1 22.8 57.8 2.8 3.7 39.1 59.7 94.8 83.8 35.2 15.2 49 16.5 66.6 13.9 10.7-1.6 32.8-13.4 37.4-26.4 4.6-13 4.6-24.1 3.2-26.4-1.3-2.4-4.8-3.8-10.4-6.6z'/%3E%3C/svg%3E");
        }

        .icono-ubicacion {
            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512'%3E%3Cpath fill='%23d32f2f' d='M215.7 499.2C267 435 384 279.4 384 192 384 86 298 0 192 0S0 86 0 192c0 87.4 117 243 168.3 307.2 12.3 15.3 35.1 15.3 47.4 0zM192 256c-35.3 0-64-28.7-64-64s28.7-64 64-64 64 28.7 64 64-28.7 64-64 64z'/%3E%3C/svg%3E");
        }

        .icono-tienda {
            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512'%3E%3Cpath fill='%23ffc107' d='M547.6 103.8L490.3 13.1C485.2 5 476.1 0 466.4 0H109.6C99.9 0 90.8 5 85.7 13.1L28.3 103.8c-29.6 46.8-3.4 111.9 51.9 119.4 4 .5 8.1.8 12.1.8 26.1 0 49.3-11.4 65.2-29 15.9 17.6 39.1 29 65.2 29 26.1 0 49.3-11.4 65.2-29 15.9 17.6 39.1 29 65.2 29 26.2 0 49.3-11.4 65.2-29 16 17.6 39.1 29 65.2 29 4.1 0 8.1-.3 12.1-.8 55.5-7.4 81.8-72.5 52.1-119.4zM112 192c-8.8 0-16-7.2-16-16s7.2-16 16-16 16 7.2 16 16-7.2 16-16 16zm64 0c-8.8 0-16-7.2-16-16s7.2-16 16-16 16 7.2 16 16-7.2 16-16 16zm64 0c-8.8 0-16-7.2-16-16s7.2-16 16-16 16 7.2 16 16-7.2 16-16 16zm64 0c-8.8 0-16-7.2-16-16s7.2-16 16-16 16 7.2 16 16-7.2 16-16 16zM96 256v160c0 17.7 14.3 32 32 32h320c17.7 0 32-14.3 32-32V256h-64v128H160V256H96z'/%3E%3C/svg%3E");
        }

        .texto {
            line-height: 1.4;
            white-space: nowrap;
        }

        /* Estilos específicos para cada fila */
        .fila-servicio {
            background: #ffc107;
        }

        .fila-servicio .texto {
            font-weight: 700;
            color: #1a3d6e;
            font-size: 1.1rem;
        }

        .fila-telefono {
            background: #e8f0fe;
        }

        .fila-telefono .texto {
            font-weight: 600;
            color: #075e54;
        }

        .fila-ubicacion {
            background: #f0f0f0;
        }

        .fila-ubicacion .texto {
            font-weight: 500;
            color: #333;
        }

        .fila-tienda {
            background: #1a3d6e;
        }

        .fila-tienda .texto {
            font-weight: 700;
            color: white;
            text-transform: uppercase;
            letter-spacing: 1px;
        }

        /* RESPONSIVE - En móviles también quedan pegadas */
        @media (max-width: 900px) {
            .col-izquierda, .col-derecha {
                flex: 0 0 100%; /* 100% en móviles */
                width: 100%;
            }

            .col-derecha {
                flex-direction: column;
            }

            .subcol-izquierda {
                justify-content: center;
                border-bottom: 2px solid #ffc107;
                padding-bottom: 20px;
            }

            .subcol-derecha {
                align-items: center;
            }

            .fila-info {
                justify-content: center;
                max-width: 450px;
                margin: 0 auto;
            }
        }

        @media (max-width: 600px) {
            .col-izquierda, .col-derecha {
                padding: 20px 15px;
            }

            .fila-info {
                flex-wrap: wrap;
                text-align: center;
                gap: 8px;
                padding: 15px;
                border-radius: 15px;
                width: 100%;
            }

            .texto {
                white-space: normal;
                text-align: center;
                word-break: break-word;
            }

            .logo-principal {
                max-height: 100px;
            }

            .logo-secundario {
                max-height: 70px;
            }
        }
   
 
    

/* ============================== BOTONES FLOTANTES ============================================ */
        .float-buttons {
            position: fixed;
            right: 20px;
            top: 50%;
            transform: translateY(-50%);
            display: flex;
            flex-direction: column;
            gap: 12px;
            z-index: 1000;
        }

        .float-btn {
            width: 60px;
            height: 60px;
            border-radius: 50%;
            background-color: white;
            box-shadow: 0 4px 12px rgba(0,0,0,0.25);
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all 0.3s ease;
            border: 2px solid #ffc107;
            overflow: hidden;
            cursor: pointer;
            text-decoration: none;
        }

        .float-btn:hover {
            transform: scale(1.15);
            box-shadow: 0 8px 20px rgba(0,0,0,0.3);
            border-color: #1a3d6e;
        }

        .float-btn img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        /* Placeholder para cuando no hay imagen (texto) */
        .float-btn span {
            font-size: 0.7rem;
            font-weight: bold;
            color: #1a3d6e;
            text-align: center;
            line-height: 1.2;
            padding: 4px;
        }

        /* Tooltip (opcional) */
        .float-btn {
            position: relative;
        }

        .float-btn::after {
            content: attr(data-tooltip);
            position: absolute;
            right: 70px;
            background: #1a3d6e;
            color: white;
            padding: 5px 10px;
            border-radius: 6px;
            font-size: 0.8rem;
            white-space: nowrap;
            opacity: 0;
            visibility: hidden;
            transition: 0.2s;
            pointer-events: none;
            font-weight: 500;
        }

        .float-btn:hover::after {
            opacity: 1;
            visibility: visible;
        }

        /* Ajuste responsive para los botones flotantes */
        @media (max-width: 768px) {
            .float-buttons {
                right: 10px;
                gap: 8px;
            }
            
            .float-btn {
                width: 50px;
                height: 50px;
            }
            
            .float-btn::after {
                font-size: 0.7rem;
                right: 60px;
            }
        }

        @media (max-width: 480px) {
            .float-buttons {
                top: auto;
                bottom: 20px;
                transform: none;
                flex-direction: row;
                right: 50%;
                transform: translateX(50%);
            }
            
            .float-btn::after {
                display: none;
            }
        }

        /* Responsive del header */
        @media (max-width: 900px) {
            .main-header {
                flex-direction: column;
                align-items: flex-start;
                gap: 15px;
            }

            .brand-section {
                width: 100%;
                justify-content: space-between;
            }

            .address-section {
                width: 100%;
                justify-content: flex-start;
            }
        }

        @media (max-width: 650px) {
            .top-bar {
                flex-direction: column;
                gap: 10px;
                text-align: center;
            }

            .brand-section {
                flex-wrap: wrap;
                gap: 12px;
            }

            .store-badge, .location-tag {
                font-size: 0.9rem;
                padding: 5px 12px;
            }

            .nav-menu {
                flex-direction: column;
                gap: 12px;
            }

            .nav-links {
                justify-content: center;
                gap: 16px;
            }

            .nav-links a {
                font-size: 0.9rem;
            }
        }

        @media (max-width: 480px) {
            .nav-links {
                gap: 10px;
                flex-wrap: wrap;
                justify-content: center;
            }

            .nav-links a {
                font-size: 0.85rem;
            }

            .address-card {
                width: 100%;
                justify-content: center;
            }

            .logo-pintuco .pintuco {
                font-size: 1.5rem;
            }
        }
  











        
/* ===== MENÚ ESCRITORIO - CON SOPORTE JS ===== */
.desktop-menu {
    width: 100%;
    background: linear-gradient(135deg, #1a3d6e 0%, #0a2a4a 100%);
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
    z-index: 1000;
    padding: 0 20px;
    transition: all 0.3s ease;
}

/* Estado normal (debajo de los logos) */
.desktop-menu {
    position: relative; /* Cambiamos de sticky a relative */
}

/* Estado sticky (activado por JS) */
.desktop-menu.sticky-active {
    position: fixed;
    top: 0;
    left: 0;
    animation: slideDown 0.3s ease-in-out;
}

@keyframes slideDown {
    from {
        transform: translateY(-100%);
    }
    to {
        transform: translateY(0);
    }
}

.menu-principal {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
    height: 70px;
    gap: 30px;
}
.menu-item {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
}

.menu-link {
    color: white;
    text-decoration: none;
    font-size: 1.1rem;
    font-weight: 600;
    padding: 8px 15px;
    border-radius: 30px;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 6px;
    white-space: nowrap;
    border: 2px solid transparent;
}

.menu-link:hover {
    background-color: #ffc107;
    color: #1a3d6e;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(255, 193, 7, 0.3);
}

.menu-item.productos .menu-link {
    position: relative;
    padding-right: 25px;
}

.menu-item.productos .menu-link::after {
    content: "▼";
    font-size: 0.7rem;
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    transition: transform 0.3s ease;
}

.menu-item.productos:hover .menu-link::after {
    transform: translateY(-50%) rotate(180deg);
}

.submenu {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%) translateY(10px);
    background: white;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
    padding: 10px 0;
    min-width: 220px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 1001;
    border: 2px solid #ffc107;
    list-style: none;
}

.menu-item.productos:hover .submenu {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
}

.submenu-link {
    display: block;
    padding: 12px 25px;
    color: #333;
    text-decoration: none;
    font-size: 1rem;
    transition: all 0.2s ease;
    white-space: nowrap;
}

.submenu-link:hover {
    background: linear-gradient(90deg, #ffc107 0%, #ffd54f 100%);
    color: #1a3d6e;
    font-weight: 600;
    padding-left: 30px;
}





/* ===== MENÚ MÓVIL - VERSIÓN CON FIXED (100% FUNCIONAL) ===== */
.mobile-menu {
    display: none;
    position: fixed; /* Cambiado de sticky a fixed */
    top: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(135deg, #1a3d6e 0%, #0a2a4a 100%);
    z-index: 1000;
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
}

.mobile-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
    color: white;
    background: linear-gradient(135deg, #1a3d6e 0%, #0a2a4a 100%);
    width: 100%;
}

.mobile-logo {
    font-size: 1.3rem;
    font-weight: bold;
}

/* Botón hamburguesa */
.hamburger-btn {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 30px;
    height: 22px;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
}

.hamburger-btn span {
    display: block;
    width: 100%;
    height: 3px;
    background-color: white;
    border-radius: 3px;
    transition: all 0.3s ease;
}

.hamburger-btn.active span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
}

.hamburger-btn.active span:nth-child(2) {
    opacity: 0;
}

.hamburger-btn.active span:nth-child(3) {
    transform: rotate(-45deg) translate(7px, -6px);
}

/* Menú de navegación móvil */
.mobile-nav {
    position: fixed;
    top: 0;
    left: -100%;
    width: 85%;
    max-width: 400px;
    height: 100vh;
    background: linear-gradient(135deg, #1a3d6e 0%, #0a2a4a 100%);
    z-index: 1001;
    transition: left 0.3s ease;
    overflow-y: auto;
    padding: 80px 0 20px 0;
    box-shadow: 2px 0 10px rgba(0,0,0,0.3);
}

.mobile-nav.active {
    left: 0;
}

.mobile-menu-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.mobile-link {
    display: block;
    color: white;
    text-decoration: none;
    font-size: 1.2rem;
    font-weight: 600;
    padding: 18px 25px;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}

.mobile-link:active {
    background-color: #ffc107;
    color: #1a3d6e;
}

/* Productos header */
.productos-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.flecha {
    font-size: 0.8rem;
    transition: transform 0.3s ease;
}

.productos-header.active .flecha {
    transform: rotate(180deg);
}

/* Submenú móvil */
.mobile-submenu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: none;
    background: rgba(0,0,0,0.2);
}

.mobile-submenu.active {
    display: block;
}

.mobile-submenu-link {
    display: block;
    color: #ffc107;
    text-decoration: none;
    font-size: 1rem;
    padding: 15px 35px;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}

/* Footer del menú móvil */
.mobile-footer {
    margin-top: 30px;
    padding: 20px 25px;
    border-top: 2px solid #ffc107;
    color: white;
}

/* Overlay para cerrar menú */
.menu-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 999;
}

.menu-overlay.active {
    display: block;
}



/* Para que el contenido no quede debajo del menú fijo */
.contenido-prueba:first-of-type {
    margin-top: 20px !important;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {
    .desktop-menu {
        display: none;
    }
    
    .mobile-menu {
        display: block;
    }
    
    /* Ajuste para el primer contenido cuando el menú está fijo */
    .contenido-prueba:first-of-type {
        margin-top: 80px; /* Altura aproximada del menú móvil */
    }
}

@media (max-width: 480px) {
    .mobile-nav {
        padding-top: 70px;
    }
    
    .mobile-link {
        font-size: 1rem;
        padding: 15px 20px;
    }
    
    .mobile-submenu-link {
        padding: 12px 30px;
    }
    
    .contenido-prueba:first-of-type {
        margin-top: 70px;
    }
}
        /* Contenido de prueba */
        .contenido-prueba {
            max-width: 1200px;
            margin: 30px auto;
            padding: 30px;
            background: white;
            border-radius: 15px;
        }
    



/* ========================================== SLIDER NATIVO =========================================== */

/* ========================================== CAPA 0 BODY =========================================== */
/* ===== SECCIÓN BIENVENIDA - VERSIÓN PROFESIONAL ===== */
.seccion-bienvenida {
    width: 100%;
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    padding: 60px 0;
    position: relative;
    overflow: hidden;
}

/* Efecto de fondo sutil */
.seccion-bienvenida::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml;utf8,<svg width="60" height="60" viewBox="0 0 60 60" xmlns="http://www.w3.org/2000/svg"><path d="M30 0 L60 30 L30 60 L0 30 Z" fill="%231a3d6e" opacity="0.02"/></svg>');
    background-size: 60px 60px;
    pointer-events: none;
}

.seccion-bienvenida .contenedor {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 2;
}

.fila2Capa0Body {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    align-items: center;
}

/* COLUMNA IZQUIERDA */
.col1Capa0Body {
    flex: 1 1 50%;
    padding-right: 40px;
}

.badge-bienvenida {
    display: inline-block;
    background: #ffc107;
    color: #1a3d6e;
    font-weight: 700;
    font-size: 0.9rem;
    letter-spacing: 2px;
    padding: 8px 16px;
    border-radius: 30px;
    margin-bottom: 20px;
    text-transform: uppercase;
    box-shadow: 0 4px 10px rgba(255, 193, 7, 0.3);
}

.txt1Capa0 {
    font-size: 2.8rem;
    font-weight: 800;
    color: #1a3d6e;
    line-height: 1.2;
    margin-bottom: 15px;
}

.txt1Capa0 .subtitulo {
    font-size: 1.4rem;
    font-weight: 400;
    color: #666;
    display: block;
    margin-top: 10px;
}

.txt2Capa0 {
    font-size: 1.1rem;
    line-height: 1.6;
    color: #555;
    margin-bottom: 25px;
    max-width: 600px;
}

.divider {
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, #ffc107, #1a3d6e);
    border-radius: 2px;
    margin: 25px 0;
}

.distribuidor-graco {
    background: #f0f4f8;
    border-radius: 20px;
    padding: 20px 25px;
    margin-bottom: 30px;
    border-left: 5px solid #ffc107;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

.txt-graco {
    font-size: 1rem;
    color: #1a3d6e;
    font-weight: 600;
    margin-bottom: 15px;
}

.logo-graco {
    display: block;
    max-width: 300px;
    width: 100%;
    height: auto;
    transition: transform 0.3s ease;
}

.logo-graco:hover {
    transform: scale(1.05);
}

.botones-accion {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    margin-top: 30px;
}

.btn {
    display: inline-block;
    padding: 14px 30px;
    border-radius: 50px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 1rem;
    letter-spacing: 0.5px;
}

.btn-primario {
    background: #1a3d6e;
    color: white;
    box-shadow: 0 4px 15px rgba(26, 61, 110, 0.3);
}

.btn-primario:hover {
    background: #0f2a4a;
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(26, 61, 110, 0.4);
}

.btn-secundario {
    background: transparent;
    color: #1a3d6e;
    border: 2px solid #1a3d6e;
}

.btn-secundario:hover {
    background: #1a3d6e;
    color: white;
    transform: translateY(-3px);
}

/* COLUMNA DERECHA */
.col2Capa0Body {
    flex: 1 1 40%;
}

.tarjeta-video {
    background: white;
    border-radius: 30px;
    padding: 25px;
    box-shadow: 0 30px 50px rgba(0,0,0,0.1);
}

.etiqueta-video {
    text-align: center;
    margin-bottom: 15px;
    color: #1a3d6e;
    font-weight: 600;
    font-size: 0.9rem;
    letter-spacing: 1px;
}

.video-container {
    position: relative;
    width: 100%;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
    aspect-ratio: 560/315;
}

.youtube-lazy {
    position: relative;
    width: 100%;
    height: 100%;
    cursor: pointer;
    background: #000;
}

.video-thumbnail {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.youtube-lazy:hover .video-thumbnail {
    transform: scale(1.05);
}

/* Botón de play mejorado */
.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 68px;
    height: 48px;
    background: rgba(255, 193, 7, 0.9);
    border-radius: 20px;
    transition: all 0.3s ease;
    box-shadow: 0 10px 30px rgba(0,0,0,0.3);
}

.play-button:hover {
    background: #ffc107;
    transform: translate(-50%, -50%) scale(1.1);
    box-shadow: 0 15px 40px rgba(255, 193, 7, 0.5);
}

.play-icon {
    position: absolute;
    top: 50%;
    left: 55%;
    transform: translate(-50%, -50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 0 12px 20px;
    border-color: transparent transparent transparent #1a3d6e;
}

/* RESPONSIVE */
@media (max-width: 992px) {
    .txt1Capa0 {
        font-size: 2.2rem;
    }
    
    .col1Capa0Body {
        padding-right: 20px;
    }
}

@media (max-width: 768px) {
    .seccion-bienvenida {
        padding: 40px 0;
    }
    
    .fila2Capa0Body {
        flex-direction: column;
        gap: 30px;
    }
    
    .col1Capa0Body {
        flex: 1 1 100%;
        padding-right: 0;
        text-align: center;
    }
    
    .txt1Capa0 {
        font-size: 1.8rem;
    }
    
    .txt1Capa0 .subtitulo {
        font-size: 1.2rem;
    }
    
    .divider {
        margin-left: auto;
        margin-right: auto;
    }
    
    .distribuidor-graco {
        text-align: center;
    }
    
    .logo-graco {
        margin: 0 auto;
    }
    
    .botones-accion {
        justify-content: center;
    }
    
    .col2Capa0Body {
        flex: 1 1 100%;
        max-width: 560px;
        margin: 0 auto;
    }
}

@media (max-width: 480px) {
    .txt1Capa0 {
        font-size: 1.5rem;
    }
    
    .badge-bienvenida {
        font-size: 0.8rem;
    }
    
    .txt2Capa0 {
        font-size: 1rem;
    }
    
    .btn {
        padding: 12px 25px;
        font-size: 0.9rem;
        width: 100%;
        text-align: center;
    }
    
    .botones-accion {
        flex-direction: column;
        gap: 10px;
    }
}




/* ===== SOBRESCRITURA PARA SECCIÓN BIENVENIDA - COLOCAR AL FINAL DEL CSS ===== */
#capa0Body.seccion-bienvenida {
    position: relative;
    width: 100%;
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    padding: 60px 0;
    overflow: hidden;
}

#capa0Body.seccion-bienvenida .contenedor {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 2;
}

#capa0Body.seccion-bienvenida .fila2Capa0Body {
    position: relative;
    width: 100%;
    display: flex !important;
    flex-wrap: wrap;
    gap: 40px;
    align-items: center;
    min-height: auto;
    background: transparent;
}

#capa0Body.seccion-bienvenida .col1Capa0Body {
    flex: 1 1 50% !important;
    float: none !important;
    width: auto !important;
    height: auto !important;
    background: transparent !important;
    padding-right: 40px;
}

#capa0Body.seccion-bienvenida .col2Capa0Body {
    flex: 1 1 40% !important;
    float: none !important;
    width: auto !important;
    height: auto !important;
    background: transparent !important;
}

#capa0Body.seccion-bienvenida .youLink {
    position: relative;
    width: 100% !important;
    height: auto !important;
    overflow: visible !important;
    background: transparent;
}

#capa0Body.seccion-bienvenida .txt1Capa0 {
    font-size: 2.8rem;
    font-weight: 800;
    color: #1a3d6e;
    line-height: 1.2;
    margin-bottom: 15px;
    font-family: system-ui, -apple-system, 'Segoe UI', Roboto, Arial, sans-serif !important;
    background: transparent;
    padding-top: 0;
    width: 100%;
    text-align: left;
}

#capa0Body.seccion-bienvenida .txt1Capa0 .subtitulo {
    font-size: 1.4rem;
    font-weight: 400;
    color: #666;
    display: block;
    margin-top: 10px;
}

#capa0Body.seccion-bienvenida .txt2Capa0 {
    font-size: 1.1rem;
    line-height: 1.6;
    color: #555;
    margin-bottom: 25px;
    max-width: 600px;
    font-family: system-ui, -apple-system, 'Segoe UI', Roboto, Arial, sans-serif !important;
    background: transparent;
    width: 100%;
    text-align: left;
}

#capa0Body.seccion-bienvenida .badge-bienvenida {
    display: inline-block;
    background: #ffc107;
    color: #1a3d6e;
    font-weight: 700;
    font-size: 0.9rem;
    letter-spacing: 2px;
    padding: 8px 16px;
    border-radius: 30px;
    margin-bottom: 20px;
    text-transform: uppercase;
    box-shadow: 0 4px 10px rgba(255, 193, 7, 0.3);
}

#capa0Body.seccion-bienvenida .divider {
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, #ffc107, #1a3d6e);
    border-radius: 2px;
    margin: 25px 0;
}

#capa0Body.seccion-bienvenida .distribuidor-graco {
    background: #f0f4f8;
    border-radius: 20px;
    padding: 20px 25px;
    margin-bottom: 30px;
    border-left: 5px solid #ffc107;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

#capa0Body.seccion-bienvenida .txt-graco {
    font-size: 1rem;
    color: #1a3d6e;
    font-weight: 600;
    margin-bottom: 15px;
}

#capa0Body.seccion-bienvenida .logo-graco {
    display: block;
    max-width: 300px;
    width: 100%;
    height: auto;
    transition: transform 0.3s ease;
}

#capa0Body.seccion-bienvenida .tarjeta-video {
    background: white;
    border-radius: 30px;
    padding: 25px;
    box-shadow: 0 30px 50px rgba(0,0,0,0.1);
}

#capa0Body.seccion-bienvenida .etiqueta-video {
    text-align: center;
    margin-bottom: 15px;
    color: #1a3d6e;
    font-weight: 600;
    font-size: 0.9rem;
    letter-spacing: 1px;
}

#capa0Body.seccion-bienvenida .video-container {
    position: relative;
    width: 100%;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
    aspect-ratio: 16/9;
}

/* Responsive para la sección */
@media (max-width: 992px) {
    #capa0Body.seccion-bienvenida .txt1Capa0 {
        font-size: 2.2rem;
    }
    
    #capa0Body.seccion-bienvenida .col1Capa0Body {
        padding-right: 20px;
    }
}

@media (max-width: 768px) {
    #capa0Body.seccion-bienvenida {
        padding: 40px 0;
    }
    
    #capa0Body.seccion-bienvenida .fila2Capa0Body {
        flex-direction: column;
        gap: 30px;
    }
    
    #capa0Body.seccion-bienvenida .col1Capa0Body {
        flex: 1 1 100% !important;
        padding-right: 0;
        text-align: center;
    }
    
    #capa0Body.seccion-bienvenida .txt1Capa0 {
        font-size: 1.8rem;
        text-align: center;
    }
    
    #capa0Body.seccion-bienvenida .txt2Capa0 {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }
    
    #capa0Body.seccion-bienvenida .divider {
        margin-left: auto;
        margin-right: auto;
    }
    
    #capa0Body.seccion-bienvenida .distribuidor-graco {
        text-align: center;
    }
    
    #capa0Body.seccion-bienvenida .logo-graco {
        margin: 0 auto;
    }
    
    #capa0Body.seccion-bienvenida .col2Capa0Body {
        flex: 1 1 100% !important;
        max-width: 560px;
        margin: 0 auto;
    }
}

@media (max-width: 480px) {
    #capa0Body.seccion-bienvenida .txt1Capa0 {
        font-size: 1.5rem;
    }
    
    #capa0Body.seccion-bienvenida .badge-bienvenida {
        font-size: 0.8rem;
    }
    
    #capa0Body.seccion-bienvenida .txt2Capa0 {
        font-size: 1rem;
    }
}

