
        /* Variables de color (inspiradas en un diseño limpio y moderno) */
        :root {
            --primary-color: #3B82F6; /* Un azul vibrante */
            --secondary-color: #10B981; /* Un verde esmeralda */
            --accent-color: #6366F1; /* Un morado suave para acentos */
            --text-color-dark: #374151; /* Gris oscuro para texto principal */
            --text-color-light: #6B7280; /* Gris medio para texto secundario */
            --bg-light: #F9FAFB; /* Fondo claro */
            --bg-white: #FFFFFF; /* Fondo blanco para tarjetas */
            --border-color: #E5E7EB; /* Color de borde suave */
            --shadow-light: rgba(0, 0, 0, 0.05); /* Sombra ligera */
            --shadow-medium: rgba(0, 0, 0, 0.1); /* Sombra media */
        }

        /* Estilos generales */
        body {
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            margin: 0;
            padding: 0;
            line-height: 1.6;
            color: var(--text-color-dark);
            background-color: var(--bg-light);
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
        }

        .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 1.5rem;
        }

        /* Header */
        header {
            background-color: var(--bg-white);
            padding: 1rem 0;
            border-bottom: 1px solid var(--border-color);
            box-shadow: 0 2px 4px var(--shadow-light);
            position: sticky;
            top: 0;
            z-index: 1000;
        }

        .navbar {
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        .logo {
            font-size: 1.8rem;
            font-weight: 700;
            color: var(--primary-color);
            text-decoration: none;
        }

        .nav-links a {
            color: var(--text-color-dark);
            text-decoration: none;
            margin-left: 1.5rem;
            font-weight: 500;
            transition: color 0.3s ease;
        }

        .nav-links a:hover {
            color: var(--primary-color);
        }

        .btn-primary {
            background-color: var(--primary-color);
            color: white;
            padding: 0.75rem 1.5rem;
            border-radius: 0.5rem;
            text-decoration: none;
            font-weight: 600;
            transition: background-color 0.3s ease, transform 0.2s ease;
            box-shadow: 0 4px 6px var(--shadow-medium);
        }

        .btn-primary:hover {
            background-color: #2563EB; /* Un tono más oscuro de primary */
            transform: translateY(-2px);
        }

        .btn-secondary {
            background-color: var(--secondary-color);
            color: white;
            padding: 0.6rem 1.2rem;
            border-radius: 0.4rem;
            text-decoration: none;
            font-weight: 600;
            transition: background-color 0.3s ease;
        }

        .btn-secondary:hover {
            background-color: #059669; /* Un tono más oscuro de secondary */
        }

        /* Hero Section */
        .hero-section {
            background: linear-gradient(135deg, var(--primary-color) 0%, var(--accent-color) 100%);
            color: white;
            padding: 4rem 0;
            text-align: center;
            position: relative;
            overflow: hidden;
        }

        .hero-content {
            max-width: 900px;
            margin: 0 auto;
            z-index: 2;
            position: relative;
        }

        .hero-section h1 {
            font-size: 3.5rem;
            margin-bottom: 1.5rem;
            line-height: 1.2;
            font-weight: 800;
        }

        .hero-section p {
            font-size: 1.3rem;
            margin-bottom: 2rem;
            opacity: 0.9;
            max-width: 700px;
            margin-left: auto;
            margin-right: auto;
        }

        .hero-image {
            margin-top: 3rem;
            border-radius: 0.75rem;
            box-shadow: 0 10px 25px var(--shadow-medium);
            max-width: 100%;
            height: auto;
        }

        /* Abstract shapes for background */
        .shape {
            position: absolute;
            background: rgba(255, 255, 255, 0.1);
            border-radius: 50%;
            filter: blur(80px);
            opacity: 0.7;
            animation: float 10s infinite ease-in-out;
        }
        .shape.s1 { top: 10%; left: -5%; width: 150px; height: 150px; animation-delay: 0s; }
        .shape.s2 { bottom: 20%; right: -10%; width: 200px; height: 200px; animation-delay: 2s; }
        .shape.s3 { top: 50%; left: 20%; width: 100px; height: 100px; animation-delay: 4s; }

        @keyframes float {
            0% { transform: translateY(0); }
            50% { transform: translateY(-20px); }
            100% { transform: translateY(0); }
        }

        /* Common Section Styles */
        .section-title {
            font-size: 2.5rem;
            margin-bottom: 1rem;
            color: var(--primary-color);
            font-weight: 700;
        }

        .section-subtitle {
            font-size: 1.1rem;
            color: var(--text-color-light);
            margin-bottom: 3rem;
            max-width: 700px;
            margin-left: auto;
            margin-right: auto;
        }

        /* Features Section */
        .features-section {
            padding: 5rem 0;
            background-color: var(--bg-white);
            text-align: center;
        }

        .features-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
            gap: 2rem;
            margin-top: 3rem;
        }

        .feature-card {
            background-color: var(--bg-white);
            padding: 2rem;
            border-radius: 0.75rem;
            box-shadow: 0 8px 16px var(--shadow-medium);
            text-align: left;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            border: 1px solid var(--border-color);
        }

        .feature-card:hover {
            transform: translateY(-8px);
            box-shadow: 0 12px 24px var(--shadow-medium);
        }

        .feature-card .icon {
            /*font-size: 2.5rem; /* Este era para Font Awesome, se reemplaza por el width/height de la imagen */
            /*color: var(--secondary-color); /* Este era para Font Awesome */
            margin-bottom: 1rem;
            display: flex; /* Añadir display flex para centrar la imagen */
            justify-content: center; /* Centrar horizontalmente */
            align-items: center; /* Centrar verticalmente */
            height: 2.5rem; /* Darle una altura fija para mantener la consistencia con otros iconos */
        }

        .feature-card .icon .custom-icon {
            width: 2.5rem; /* Tamaño de tu icono PNG, igual que el font-size de Font Awesome */
            height: auto; /* Mantener la proporción */
            max-width: 100%; /* Asegurarse de que no desborde */
        }

        .feature-card h3 {
            font-size: 1.5rem;
            color: var(--text-color-dark);
            margin-bottom: 0.75rem;
        }
        
        .feature-card p {
            color: var(--text-color-light);
            font-size: 0.95rem;
        }
        
        .feature-card ul {
            list-style: none;
            padding-left: 0;
            margin: 0;
        }

        .feature-card ul li {
            position: relative;
            margin-bottom: 0.5rem;
            padding-left: 1.5rem;
            font-size: 0.95rem;
            color: var(--text-color-light);
        }

        .feature-card ul li:before {
            content: "\f058"; /* Icono de check-circle */
            font-family: 'Font Awesome 5 Free';
            font-weight: 900;
            color: var(--secondary-color);
            position: absolute;
            left: 0;
        }

        /* Connectivity Section */
       .connectivity-section {
    padding: 5rem 0;
    background-color: var(--bg-light);
    text-align: center;
}

.connectivity-grid {
    display: grid;
    /* ❌ ANTES: repeat(auto-fit, minmax(400px, 1fr)) forzaba a estirar las tarjetas. */
    /* ✅ AHORA: Definimos 2 columnas de 450px y las centramos horizontalmente. */
    grid-template-columns: repeat(2, 450px);
    justify-content: center; /* ESTO CENTRA LOS DOS CARDS */
    gap: 2rem;
    margin-top: 3rem;
}

        .connectivity-card {
            background-color: var(--bg-white);
            padding: 2.5rem;
            border-radius: 0.75rem;
            box-shadow: 0 8px 16px var(--shadow-medium);
            text-align: left;
            border: 1px solid var(--border-color);
        }

        .connectivity-card .icon {
            font-size: 3rem;
            margin-bottom: 1rem;
        }

        .connectivity-card.online .icon { color: var(--primary-color); }
        .connectivity-card.offline .icon { color: var(--accent-color); }

        .connectivity-card h3 {
            font-size: 1.8rem;
            color: var(--text-color-dark);
            margin-bottom: 1rem;
        }

        .connectivity-card ul {
            list-style: none;
            padding: 0;
            margin-top: 1.5rem;
        }

        .connectivity-card ul li {
            margin-bottom: 0.75rem;
            color: var(--text-color-light);
            display: flex;
            align-items: flex-start;
            font-size: 1rem;
        }

        .connectivity-card ul li i {
            margin-right: 0.75rem;
            font-size: 1.2rem;
            line-height: 1.6;
        }
        .connectivity-card.online ul li i { color: var(--secondary-color); }
        .connectivity-card.offline ul li i { color: var(--accent-color); }

        /* Compatibility Section */
        .compatibility-section {
            padding: 5rem 0;
            background-color: var(--bg-white); /* Fondo claro para contraste */
            text-align: center;
        }

        .compatibility-content {
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 2.5rem;
            margin-top: 3rem;
        }

        .compatibility-text {
            max-width: 800px;
            text-align: center;
        }

        .compatibility-text h3 {
            font-size: 1.8rem;
            color: var(--text-color-dark);
            margin-bottom: 1rem;
        }

        .compatibility-text p {
            font-size: 1.1rem;
            color: var(--text-color-light);
            margin-bottom: 1.5rem;
        }

        .compatibility-image {
            max-width: 100%;
            height: auto;
            border-radius: 0.75rem;
            box-shadow: 0 8px 16px var(--shadow-medium);
        }


        /* Video Section */
        .video-section {
            padding: 5rem 0;
            background-color: var(--bg-light); /* Cambiado a claro para contraste */
            text-align: center;
        }

        .video-container {
            position: relative;
            width: 100%;
            padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
            height: 0;
            overflow: hidden;
            margin-top: 3rem;
            border-radius: 0.75rem;
            box-shadow: 0 8px 16px var(--shadow-medium);
        }

        .video-container iframe {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            border: 0;
            border-radius: 0.75rem;
        }

        /* Addons Section */
        .addons-section {
            padding: 5rem 0;
            background-color: var(--bg-white); /* Cambiado a blanco para contraste */
            text-align: center;
        }

        .addons-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 2rem;
            margin-top: 3rem;
        }

        .addon-card {
            background-color: var(--bg-white);
            padding: 2rem;
            border-radius: 0.75rem;
            box-shadow: 0 8px 16px var(--shadow-medium);
            text-align: center;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            border: 1px solid var(--border-color);
        }

        .addon-card:hover {
            transform: translateY(-8px);
            box-shadow: 0 12px 24px var(--shadow-medium);
        }

        .addon-card .icon {
            font-size: 3rem;
            color: var(--accent-color);
            margin-bottom: 1rem;
        }

        .addon-card h3 {
            font-size: 1.6rem;
            color: var(--text-color-dark);
            margin-bottom: 0.75rem;
        }

        .addon-card p {
            color: var(--text-color-light);
            font-size: 1rem;
            margin-bottom: 1.5rem;
        }

        /* Call to Action Section */
        .cta-section {
            background-color: var(--bg-light); /* Cambiado a claro para contraste */
            padding: 4rem 0;
            text-align: center;
        }

        .cta-section h2 {
            font-size: 2.5rem;
            margin-bottom: 1rem;
            color: var(--primary-color);
            font-weight: 700;
        }

        .cta-section p {
            font-size: 1.1rem;
            color: var(--text-color-light);
            margin-bottom: 2.5rem;
            max-width: 800px;
            margin-left: auto;
            margin-right: auto;
        }

        /* Footer */
        footer {
            background-color: var(--text-color-dark);
            color: white;
            padding: 2rem 0;
            text-align: center;
            font-size: 0.9rem;
        }

        footer .container {
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 1rem;
        }

        footer .footer-nav a {
            color: white;
            text-decoration: none;
            margin: 0 0.75rem;
            transition: color 0.3s ease;
        }

        footer .footer-nav a:hover {
            color: var(--primary-color);
        }

        .social-icons a {
            color: white;
            font-size: 1.5rem;
            margin: 0 0.75rem;
            transition: color 0.3s ease;
        }

        .social-icons a:hover {
            color: var(--primary-color);
        }

        /* Responsive adjustments */
        @media (max-width: 992px) {
            .connectivity-grid {
                grid-template-columns: 1fr;
            }
        }

        @media (max-width: 768px) {
            .hero-section h1 {
                font-size: 2.5rem;
            }
            .hero-section p {
                font-size: 1rem;
            }
            .section-title {
                font-size: 2rem;
            }
            .section-subtitle {
                font-size: 1rem;
            }
            .features-grid, .addons-grid {
                grid-template-columns: 1fr;
            }
            .nav-links {
                display: none; /* Simplificar para móviles */
            }
            .navbar {
                justify-content: center;
            }
            .navbar .btn-primary {
                margin-left: 1rem;
            }
            .video-section, .addons-section, .connectivity-section, .compatibility-section {
                padding: 3rem 0;
            }
            .compatibility-content {
                flex-direction: column;
            }
        }

        @media (max-width: 480px) {
            .hero-section {
                padding: 2rem 0;
            }
            .hero-section h1 {
                font-size: 2rem;
            }
            .hero-image {
                margin-top: 1.5rem;
            }
            .features-section, .cta-section {
                padding: 3rem 0;
            }
        }
        /* Nuevos estilos para la sección de compatibilidad en dos columnas */
.compatibility-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    gap: 2rem;
    margin-top: 3rem;
}

.compatibility-card {
    background-color: var(--bg-white);
    padding: 2.5rem;
    border-radius: 0.75rem;
    box-shadow: 0 8px 16px var(--shadow-medium);
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid var(--border-color);
}

.compatibility-card .icon {
    font-size: 3rem;
    color: var(--primary-color);
    margin-bottom: 1rem;
}

.compatibility-card h3 {
    font-size: 1.8rem;
    color: var(--text-color-dark);
    margin-bottom: 1rem;
}

.compatibility-card p {
    color: var(--text-color-light);
    font-size: 1rem;
    margin-bottom: 1.5rem;
}

@media (max-width: 992px) {
    .compatibility-grid {
        grid-template-columns: 1fr;
    }
}
.hero-section {
    position: relative; /* Importante para que el pseudo-elemento se posicione correctamente */
    
    /* Propiedades de la imagen de fondo que ya teníamos */
    background-image: url('img/1000051732.png'); /* Reemplaza con tu ruta */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    
    /* Asegura que el contenido esté encima del overlay */
    z-index: 1; 
    
    /* Estilos para el contenido de texto */
    color: #fff; /* Texto blanco para que contraste con el fondo oscuro */
    /* ... otros estilos de flexbox para centrar contenido, padding, etc. ... */
}

/* El pseudo-elemento que actuará como superposición oscura */
.hero-section::before {
    content: ''; /* Propiedad necesaria para pseudo-elementos */
    position: absolute; /* Permite posicionarlo sobre la sección */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6); /* Color negro semi-transparente */
    z-index: -1; /* Lo coloca detrás del contenido de la sección */
}

/* Ajuste para asegurar que el contenido dentro de la sección también tiene un z-index */
.hero-section .hero-content {
    position: relative;
    z-index: 2; /* Esto es para asegurar que el texto siempre esté encima del overlay */
}
/* Estilos para el botón flotante de WhatsApp */
.whatsapp-float {
    position: fixed; /* Lo fija en una posición de la pantalla */
    width: 60px; /* Ancho del botón */
    height: 60px; /* Alto del botón */
    bottom: 40px; /* Distancia desde la parte inferior */
    right: 40px; /* Distancia desde la parte derecha */
    background-color: #25d366; /* Color de fondo de WhatsApp */
    color: #fff; /* Color del icono */
    border-radius: 50px; /* Para que sea un círculo */
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100; /* Asegura que esté por encima de otros elementos */
    display: flex; /* Para centrar el icono fácilmente */
    align-items: center;
    justify-content: center;
}

/* Efecto al pasar el cursor */
.whatsapp-float:hover {
    background-color: #128c7e; /* Un tono un poco más oscuro */
}
/* Contenedor del botón flotante */
.whatsapp-float-container {
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 1000;
}

/* Estilos para el botón de WhatsApp (el círculo flotante) */
.whatsapp-float-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    background-color: #25d366;
    color: #fff;
    border-radius: 50%;
    font-size: 30px;
    text-decoration: none;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
    transition: background-color 0.3s ease;
}

.whatsapp-float-btn:hover {
    background-color: #128c7e;
}

/* Estilos para el contenedor del chat */
.whatsapp-chat-box {
    position: fixed;
    bottom: 120px; /* Arriba del botón flotante */
    right: 13px;
    width: 350px;
    height: 450px;
    background: #f0f2f5;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    display: flex;
    flex-direction: column;
    overflow: hidden;
    z-index: 999;
    transition: all 0.3s ease;
}

/* Clase para ocultar el chat */
.whatsapp-chat-box.hidden {
    opacity: 0;
    transform: translateY(20px);
    pointer-events: none;
}

/* Cabecera del chat */
.whatsapp-chat-header {
    background-color: #075e54;
    color: #fff;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.whatsapp-chat-header .header-content {
    display: flex;
    align-items: center;
}

.whatsapp-chat-header .chat-logo {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 10px;
}

.whatsapp-chat-header h4 {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
}

.whatsapp-chat-header p {
    margin: 0;
    font-size: 12px;
    opacity: 0.8;
}

.close-chat-btn {
    background: none;
    border: none;
    color: #fff;
    font-size: 24px;
    cursor: pointer;
}

/* Cuerpo del chat */
.whatsapp-chat-body {
    flex-grow: 1;
    padding: 20px;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.chat-message {
    background: #fff;
    padding: 10px 15px;
    border-radius: 18px;
    margin-bottom: 10px;
    max-width: 80%;
    line-height: 1.4;
}

.bot-message {
    align-self: flex-start;
    background: #e2ffc7;
    color: #333;
}

/* Pie de página del chat (entrada de texto) */
.whatsapp-chat-footer {
    padding: 10px 15px;
    background-color: #fff;
    display: flex;
    border-top: 1px solid #ddd;
}

.whatsapp-chat-footer #user-input {
    flex-grow: 1;
    border: 1px solid #ccc;
    border-radius: 20px;
    padding: 8px 15px;
    margin-right: 10px;
    font-size: 14px;
}

.whatsapp-chat-footer #send-btn {
    background-color: #25d366;
    border: none;
    color: #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.whatsapp-chat-footer #send-btn i {
    font-size: 20px;
}
/* Botón de descarga */
        .btn-download {
            background-color: var(--secondary-color);
            color: white;
            padding: 0.75rem 1.5rem;
            border-radius: 0.5rem;
            text-decoration: none;
            font-weight: 600;
            display: inline-flex;
            align-items: center;
            gap: 0.5rem;
            transition: background-color 0.3s ease, transform 0.2s ease;
            box-shadow: 0 4px 6px var(--shadow-medium);
        }

        .btn-download:hover {
            background-color: #059669;
            transform: translateY(-2px);
        }

        /* NUEVOS ESTILOS PARA EL PRELOADER */
        #preloader {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: var(--bg-white); /* Fondo blanco, limpio */
            display: flex;
            justify-content: center;
            align-items: center;
            z-index: 9999; /* Asegura que esté por encima de todo */
            transition: opacity 0.5s ease;
        }

        #preloader.hidden {
            opacity: 0;
            visibility: hidden;
            pointer-events: none; /* Evita que bloquee clics */
        }

        .loader-logo img {
            max-width: 150px; /* Tamaño del logo en el preloader */
            animation: pulse 1.5s infinite ease-in-out;
        }

        @keyframes pulse {
            0% { transform: scale(1); opacity: 0.8; }
            50% { transform: scale(1.1); opacity: 1; }
            100% { transform: scale(1); opacity: 0.8; }
        }
        /* NUEVOS ESTILOS PARA LA SECCIÓN DE SEGURIDAD */
        .security-trust-section {
            padding: 3rem 0;
            background-color: var(--bg-white); /* Fondo blanco para destacar */
            text-align: center;
            border-top: 1px solid var(--border-color);
        }

        .security-trust-section h2 {
            font-size: 1.8rem;
            color: var(--text-color-dark);
            margin-bottom: 2rem;
            font-weight: 600;
        }

        .security-badges {
            display: flex;
            justify-content: center;
            align-items: center;
            flex-wrap: wrap;
            gap: 2rem;
        }

        .security-badges img {
            max-height: 80px; /* Tamaño máximo para los sellos/certificados */
            width: auto;
            opacity: 0.8;
            transition: opacity 0.3s ease;
        }

        .security-badges img:hover {
            opacity: 1;
        }
        /* Estilos Generales de la Sección */
.vendedores-autorizados-seccion {
    padding: 60px 20px;
    background-color: #f8f8f8; /* Fondo suave para destacar la sección */
    text-align: center;
}

.contenedor {
    max-width: 1200px;
    margin: 0 auto;
}

.vendedores-autorizados-seccion h2 {
    font-size: 32px;
    color: #333;
    margin-bottom: 10px;
}

.vendedores-autorizados-seccion .subtitulo {
    font-size: 18px;
    color: #666;
    margin-bottom: 40px;
}

/* Estilos de la Disposición de las Tarjetas (Grid o Flexbox) */
.vendedores-grid {
    display: flex;
    flex-wrap: wrap; /* Permite que las tarjetas salten a la siguiente línea en móvil */
    gap: 30px; /* Espacio entre las tarjetas */
    justify-content: center;
    margin-bottom: 40px;
}

/* Estilos de la Tarjeta Individual del Vendedor */
.vendedor-tarjeta {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    width: 100%; /* Por defecto ocupa todo el ancho */
    max-width: 300px; /* Limita el ancho máximo en pantallas grandes */
    text-align: center;
    transition: transform 0.3s, box-shadow 0.3s;
}

.vendedor-tarjeta:hover {
    transform: translateY(-5px); /* Pequeño efecto al pasar el mouse */
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.vendedor-foto {
    width: 120px;
    height: 120px;
    border-radius: 50%; /* Hace la imagen redonda */
    object-fit: cover;
    margin-bottom: 15px;
    /*border: 3px solid #007bff; /* Color de tu marca, ej: azul */
}

.vendedor-tarjeta h3 {
    font-size: 22px;
    margin-bottom: 5px;
    color: #007bff;
}

.vendedor-titulo {
    color: #555;
    font-size: 15px;
    margin-bottom: 15px;
    font-style: italic;
}

.vendedor-contacto p {
    margin-bottom: 5px;
    color: #333;
}

/* Estilos del Botón de Contacto */
.btn-contacto {
    display: inline-block;
    padding: 10px 20px;
    margin-top: 10px;
    background-color: var(--secondary-color);
    color: white;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    transition: background-color 0.3s;
}

.btn-contacto.email {
    background-color: #ffc107; /* Color para Email (amarillo/naranja) */
}

.btn-contacto:hover {
    opacity: 0.9;
}

/* Estilo para el CTA Principal al final de la sección */
.cta-principal-vendedores {
    display: inline-block;
    padding: 15px 30px;
    background-color: #007bff;
    color: white;
    text-decoration: none;
    border-radius: 50px;
    font-weight: bold;
    font-size: 18px;
    transition: background-color 0.3s;
}

.cta-principal-vendedores:hover {
    background-color: #0056b3;
}

/* Media Query para responsividad (mejor visualización en móviles) */
@media (max-width: 768px) {
    .vendedores-autorizados-seccion {
        padding: 40px 15px;
    }
    .vendedores-grid {
        gap: 20px;
    }
}
/* NUEVOS ESTILOS PARA LA SECCIÓN DE TESTIMONIOS (Lo que dicen nuestros clientes) */
.testimonials-section {
    padding: 5rem 0;
    background-color: var(--bg-light); /* Fondo suave */
    text-align: center;
}

.testimonials-grid {
    display: grid;
    /* 3 columnas con un mínimo de 300px, adaptativo */
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-top: 3rem;
}

.testimonial-card {
    background-color: var(--bg-white);
    padding: 2.5rem;
    border-radius: 0.75rem;
    box-shadow: 0 8px 16px var(--shadow-light);
    text-align: left;
    border: 1px solid var(--border-color);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.testimonial-card blockquote {
    font-size: 1.1rem;
    color: var(--text-color-dark);
    line-height: 1.6;
    margin: 0 0 1.5rem 0;
    font-style: italic;
    position: relative;
}

.testimonial-card blockquote::before {
    content: "\f10d"; /* Icono de comillas de Font Awesome */
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: var(--primary-color);
    font-size: 1.5rem;
    position: absolute;
    top: -0.5rem;
    left: -1.5rem;
    opacity: 0.2;
}

.client-info {
    display: flex;
    align-items: center;
    margin-top: auto; /* Empuja la información del cliente hacia abajo */
    padding-top: 1rem;
    border-top: 1px solid var(--border-color);
}

.client-logo img {
    width: 100px; /* Tamaño del logo */
    height: 100px;
    object-fit: contain; /* Asegura que el logo se vea bien sin recortarse */
    margin-right: 1rem;
    border-radius: 0.25rem;
}

.client-details h4 {
    margin: 0;
    font-size: 1rem;
    color: var(--primary-color);
    font-weight: 600;
}

.client-details p {
    margin: 0;
    font-size: 0.85rem;
    color: var(--text-color-light);
}

/* Media Query para responsividad */
@media (max-width: 992px) {
    .testimonials-grid {
        grid-template-columns: 1fr;
    }
}
/* Estilos para el indicador de escritura */
.typing-indicator {
    padding: 8px 15px;
    font-size: 0.85em;
    color: #4A5568; /* Gris oscuro */
    background-color: #E2E8F0; /* Gris claro */
    border-radius: 15px;
    margin-top: 5px;
    margin-bottom: 5px;
    animation: pulse 1s infinite alternate;
    width: fit-content; /* Asegura que no ocupe todo el ancho */
    margin-left: 10px; /* Separación del borde */
}
.hidden {
    display: none !important;
}
@keyframes pulse {
    from { opacity: 0.6; }
    to { opacity: 1; }
}
/* --- ESTILOS DEL POPUP MODAL --- */

/* Modificación importante en modal-content para poder extender la imagen */
.modal-content {
    /* ... (resto de tus estilos de modal-content) */
    padding: 0; /* Eliminamos el padding general para que la imagen toque los bordes */
    overflow: hidden; /* Asegura que la imagen no se desborde si tiene bordes redondeados */
}

.modal-image-container {
    width: 100%;
    margin-bottom: 20px;
    border-top-left-radius: 10px; /* Coincide con el radio del modal-content */
    border-top-right-radius: 10px;
    overflow: hidden;
}

.addon-image {
    width: 100%; /* La imagen ocupa el 100% del ancho de su contenedor (modal-image-container) */
    height: auto;
    display: block;
}

.modal-body {
    padding: 10px 30px 30px 30px; /* Restauramos el padding para el texto interno */
}

.modal-body h3, .modal-body p, .modal-body h4, .modal-body ul {
    /* Aseguramos que el contenido interno tenga margen superior correcto */
    margin-top: 0; 
}
/* Aseguramos que el H3 debajo de la imagen tenga el margen correcto */
.modal-body h3 {
    padding-top: 10px; 
}

/* Ajuste del botón de cierre para que no se oculte detrás de la imagen */
.close-btn {
    /* ... (resto de tus estilos de close-btn) */
    z-index: 2001; /* Asegura que esté por encima de la imagen y el contenido */
    color: white; /* Cambia el color si tu imagen es oscura para que sea visible */
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 50%;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    /* Puedes ajustar la posición si es necesario */
    top: 10px;
    right: 10px;
}
/* --- Estilos para la sección de Addons --- */
.addons-section {
    padding: 4rem 0;
    text-align: center;
    background-color: var(--bg-light);
}

.addons-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.5rem;
    margin-top: 3rem;
}

.addon-card {
    background-color: var(--bg-white);
    border-radius: 0.75rem;
    padding: 2rem;
    box-shadow: 0 4px 8px var(--shadow-light);
    border: 1px solid var(--border-color);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.addon-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px var(--shadow-medium);
}

.addon-card .icon {
    font-size: 3rem;
    color: var(--accent-color);
    margin-bottom: 1rem;
}

.addon-card h3 {
    font-size: 1.5rem;
    color: var(--text-color-dark);
    margin-bottom: 0.75rem;
}

.addon-card p {
    font-size: 1rem;
    color: var(--text-color-light);
    margin-bottom: 1.5rem;
    min-height: 50px; /* Asegura que todas las tarjetas tengan una altura similar */
}



/* --- ESTILOS DEL POPUP MODAL --- */
.modal {
    display: none; /* Oculto por defecto */
    position: fixed; 
    z-index: 2000; /* Asegura que esté por encima de todo */
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%; 
    overflow: auto; 
    background-color: rgba(0,0,0,0.6); /* Fondo semi-transparente oscuro */
    backdrop-filter: blur(3px); /* Efecto de desenfoque */
}

.modal-content {
    background-color: var(--bg-white);
    margin: 10% auto; /* 10% desde arriba y centrado horizontalmente */
    padding: 30px;
    border-radius: 10px;
    width: 80%; /* Ancho preferido */
    max-width: 600px; /* Máximo para que no sea muy ancho en monitores grandes */
    box-shadow: 0 15px 30px rgba(0,0,0,0.3);
    position: relative;
    animation-name: animatetop;
    animation-duration: 0.4s
}

/* Animación de entrada */
@keyframes animatetop {
    from {top: -300px; opacity: 0}
    to {top: 0; opacity: 1}
}

.close-btn {
    color: var(--text-color-light);
    float: right;
    font-size: 28px;
    font-weight: bold;
    line-height: 1;
    position: absolute;
    top: 10px;
    right: 20px;
    cursor: pointer;
    transition: color 0.3s;
}

.close-btn:hover,
.close-btn:focus {
    color: var(--primary-color);
    text-decoration: none;
}

.modal-body h3 {
    color: var(--primary-color);
    border-bottom: 2px solid var(--border-color);
    padding-bottom: 10px;
    margin-top: 0;
}

.modal-body h4 {
    color: var(--accent-color);
    margin-top: 1.5rem;
    margin-bottom: 0.5rem;
}

.modal-body ul {
    list-style: none;
    padding-left: 0;
}

.modal-body ul li {
    padding: 5px 0;
    font-size: 1rem;
    color: var(--text-color-dark);
}

.modal-body ul li i {
    color: var(--secondary-color);
    margin-right: 10px;
}

.modal-note {
    font-style: italic;
    color: var(--text-color-light);
    margin-top: 20px;
    font-size: 0.9rem;
    text-align: left; /* Aseguramos que se alinee a la izquierda dentro del modal */
}

/* Responsive para el modal */
@media (max-width: 600px) {
    .modal-content {
        width: 90%;
        margin: 5% auto;
    }
   /* ======================================= */
/* ❄️ EFECTO DE NIEVE CAYENDO - CSS CRUCIAL */
/* ======================================= */

/* Contenedor de la nieve: Fijo y cubriendo toda la pantalla */
.snow-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none; /* Crucial para permitir clics bajo la nieve */
    overflow: hidden; /* Asegura que no haya barras de desplazamiento por los copos fuera */
    z-index: 9999; /* Asegura que la nieve esté encima de todo */
    background: transparent; /* Fondo transparente */
}

/* Estilo del copo de nieve individual */
.snowflake {
    position: absolute; /* Permite posicionamiento absoluto */
    color: #fff; /* Color blanco de la nieve */
    text-shadow: 0 0 1px rgba(0,0,0,0.2); 
    /* Esta línea es CRUCIAL. Llama a la animación 'fall' de forma lineal e infinita.
       Los valores de duración y retraso se sobreescriben por el JS. */
    animation: fall linear infinite; 
    /* Nota: El top inicial (dónde empieza a caer) lo define el @keyframes */
}

/* Definición de la animación de caída */
@keyframes fall {
    /* 0%: El copo está en su posición inicial (arriba). Usamos un poco de margen para que inicie fuera de pantalla. */
    0% {
        transform: translateY(-5vh); 
        opacity: 0.8;
    }
    /* 100%: El copo ha caído hasta el 105% de la altura de la ventana visible y desaparece. */
    100% {
        transform: translateY(105vh); 
        opacity: 0;
    }
}


}
   