.elementor-2991 .elementor-element.elementor-element-e569b68{--display:flex;--padding-top:1px;--padding-bottom:1px;--padding-left:1px;--padding-right:1px;}.elementor-2991 .elementor-element.elementor-element-d9df215{--display:flex;}:root{--page-title-display:none;}@media(max-width:767px){.elementor-2991 .elementor-element.elementor-element-e569b68{--width:500px;--min-height:0px;--margin-top:1px;--margin-bottom:1px;--margin-left:1px;--margin-right:1px;--padding-top:1px;--padding-bottom:1px;--padding-left:1px;--padding-right:1px;}.elementor-2991 .elementor-element.elementor-element-c6dc227 > .elementor-widget-container{margin:1px 1px 1px 1px;padding:1px 1px 1px 1px;}}/* Start custom CSS for html, class: .elementor-element-c6dc227 *//* --- ESTILOS PROFESIONALES (SEO LONG-FORM) --- */
    body {
        margin: 0;
        font-family: 'Roboto', sans-serif;
        color: #333;
        line-height: 1.8;
        background: #fff;
        font-size: 18px;
    }

    h1, h2, h3, h4 {
        font-family: 'Montserrat', sans-serif;
        font-weight: 800;
        color: #002B5B;
        margin-top: 1.5em;
        margin-bottom: 0.8em;
        letter-spacing: -0.5px;
        line-height: 1.2;
    }

    p { margin-bottom: 25px; text-align: justify; }
    ul, ol { margin-bottom: 30px; padding-left: 20px; }
    li { margin-bottom: 15px; }
    strong { color: #002B5B; font-weight: 700; }

    /* HERO SECTION (Con Parche de Visibilidad) */
    .hero-seo {
        /* Fondo oscuro al 85% para garantizar contraste */
        background: linear-gradient(rgba(0, 10, 30, 0.85), rgba(0, 10, 30, 0.85)), url('https://images.unsplash.com/photo-1617788138017-80ad40651399?q=80&w=1920&auto=format&fit=crop') !important;
        background-size: cover !important;
        background-position: center center !important;
        color: white !important;
        padding: 160px 20px;
        text-align: center;
    }
    /* Título Blanco con sombra */
    .hero-seo h1 { 
        color: #ffffff !important; 
        font-size: clamp(2.5rem, 5vw, 4.5rem); 
        text-shadow: 0 5px 15px rgba(0, 0, 0, 0.8) !important; 
    }
    /* Párrafos Blanco Brillante con sombra */
    .hero-seo p {
        color: #f5f5f5 !important; 
        font-size: 1.4rem !important; 
        font-weight: 500 !important; 
        text-shadow: 0 2px 5px rgba(0, 0, 0, 0.8) !important;
        max-width: 900px;
        margin-left: auto;
        margin-right: auto;
        line-height: 1.6 !important;
    }
    /* Negritas en Amarillo */
    .hero-seo strong, .hero-seo b {
        color: #FFD700 !important; 
        font-weight: 900 !important;
    }

    .btn-gold {
        background: #FFD700 !important; color: #000 !important; padding: 22px 55px; font-weight: 900; text-transform: uppercase;
        font-family: 'Montserrat', sans-serif; text-decoration: none; border-radius: 6px; border: 2px solid #FFD700 !important;
        display: inline-block; margin-top: 40px; font-size: 1.3rem; box-shadow: 0 10px 20px rgba(0,0,0,0.3);
    }
    .btn-gold:hover { transform: scale(1.05); background: #ffea00; }

    /* LOGOS CSS */
    .brands-container { padding: 80px 20px; background: #f8f9fa; border-bottom: 1px solid #ddd; }
    .brands-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 20px; max-width: 1400px; margin: 40px auto; }
    .brand-box {
        background: white; height: 120px; display: flex; align-items: center; justify-content: center;
        border: 2px solid #e0e0e0; border-radius: 8px; transition: 0.3s;
    }
    .brand-box:hover { border-color: #00AEEF; box-shadow: 0 15px 30px rgba(0,0,0,0.1); transform: translateY(-5px); }
    .brand-text { font-family: 'Montserrat', sans-serif; font-weight: 900; font-size: 1.4rem; color: #444; text-transform: uppercase; text-align: center; }
    .c-ohme { color: #00dcd6; letter-spacing: -2px; font-size: 2.2rem; }
    .c-tesla { color: #cc0000; letter-spacing: 2px; }
    .c-v2c { color: #00AEEF; font-style: italic; font-size: 2rem; }
    .c-wallbox { color: #222; }

    /* CONTENEDORES */
    .content-block { max-width: 1100px; margin: 0 auto; padding: 60px 20px; }
    .content-block h2 { border-left: 6px solid #FFD700; padding-left: 25px; font-size: 2.4rem; }
    
    /* CAJAS TÉCNICAS */
    .tech-card { background: #fff; border: 1px solid #eee; padding: 40px; margin-bottom: 30px; border-radius: 10px; box-shadow: 0 5px 15px rgba(0,0,0,0.03); }
    .step-box { border-left: 4px solid #002B5B; background: #fcfcfc; padding: 20px 30px; margin-bottom: 20px; }
    .step-number { font-weight: 900; color: #FFD700; font-size: 1.5rem; margin-right: 10px; font-family: 'Montserrat'; }

    /* TABLAS (ESTILO DE ESCRITORIO) */
    .table-responsive { margin: 40px 0; }
    .seo-table { width: 100%; border-collapse: collapse; }
    .seo-table th { background: #002B5B; color: white; padding: 20px; text-align: left; }
    .seo-table td { border-bottom: 1px solid #eee; padding: 20px; vertical-align: top; }
    
    /* ACORDEONES */
    .faq-details { background: white; border: 1px solid #ddd; margin-bottom: 20px; border-radius: 8px; }
    .faq-summary { padding: 25px; font-weight: 700; cursor: pointer; display: flex; justify-content: space-between; font-family: 'Montserrat'; background: #fafafa; font-size: 1.1rem; }
    .faq-summary::after { content: '+'; font-size: 1.5rem; color: #00AEEF; font-weight: 900; }
    .faq-details[open] .faq-summary::after { content: '-'; color: #FFD700; }
    .faq-content { padding: 30px; color: #555; border-top: 1px solid #eee; }

    /* ZONAS */
    .local-tags { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 30px; }
    .tag { background: #f0f0f0; padding: 8px 20px; border-radius: 30px; font-size: 0.95rem; border: 1px solid #ddd; }

    /* --- RESPONSIVE MÓVIL (Transformación de Tabla a Tarjetas) --- */
    @media (max-width: 768px) {
        body { font-size: 16px; }
        h1 { font-size: 2.5rem; }
        h2 { font-size: 1.8rem; }
        .hero-seo { padding: 120px 20px; }
        .hero-seo p { font-size: 1.2rem !important; }
        .brands-grid { grid-template-columns: repeat(2, 1fr); }
        .content-block { padding: 40px 20px; }

        /* MAGIA PARA LA TABLA EN MÓVIL: SIN SCROLL, ESTILO TARJETA */
        .seo-table, .seo-table thead, .seo-table tbody, .seo-table th, .seo-table td, .seo-table tr {
            display: block; /* Rompe la estructura de tabla */
        }
        .seo-table thead tr {
            position: absolute; top: -9999px; left: -9999px; /* Oculta la cabecera */
        }
        .seo-table tr {
            margin-bottom: 20px;
            border: 1px solid #eee;
            border-radius: 8px;
            box-shadow: 0 2px 5px rgba(0,0,0,0.05);
            background: #fff;
        }
        .seo-table td {
            border: none;
            border-bottom: 1px solid #eee;
            position: relative;
            padding-left: 35%; /* Espacio para la etiqueta */
            text-align: right;
        }
        .seo-table td:before {
            position: absolute;
            top: 50%;
            left: 15px;
            transform: translateY(-50%);
            width: 30%;
            padding-right: 10px;
            white-space: nowrap;
            font-weight: 800;
            color: #002B5B;
            text-align: left;
            font-family: 'Montserrat';
        }
        /* Etiquetas automáticas para cada columna */
        .seo-table td:nth-of-type(1):before { content: "MARCA:"; }
        .seo-table td:nth-of-type(2):before { content: "MODELOS:"; }
        .seo-table td:last-child { border-bottom: 0; }
    }
/* Contenedor principal para evitar conflictos */
.c22-ev-container {
    max-width: 100%;
    margin: 0 auto;
    font-family: inherit; /* Usa la fuente de tu tema */
}



/* Contenedor principal CENTRADO y con ancho limitado */
.c22-ev-container {
    max-width: 800px; /* Ancho ideal para lectura */
    margin: 0 auto !important; /* Fuerza el centrado horizontal */
    padding: 20px;
    font-family: inherit;
    display: block;
}

/* Títulos centrados para dar estructura */
.c22-ev-container h2, 
.c22-ev-container h3 {
    text-align: center;
    color: #0073aa;
    margin-top: 40px;
    margin-bottom: 20px;
}

/* Introducción destacada */
.c22-intro {
    font-size: 1.1em;
    color: #333;
    border-left: 4px solid #0073aa;
    padding-left: 20px; /* Más espacio */
    margin-bottom: 30px;
    background-color: #f9f9f9; /* Fondo suave para destacar */
    padding: 15px 15px 15px 20px;
    border-radius: 0 5px 5px 0;
}

/* Tabla Centrada y Bonita */
.c22-table-wrapper {
    overflow-x: auto;
    margin: 30px auto; /* Centrado vertical y horizontal */
    max-width: 100%;
}

.c22-pricing-table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #e1e1e1;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05); /* Sombra elegante */
    margin: 0 auto; /* Asegura que la tabla esté al medio */
}

.c22-pricing-table thead tr {
    background-color: #0073aa;
    color: #ffffff;
    text-align: center; /* Cabeceras centradas */
}

.c22-pricing-table th, 
.c22-pricing-table td {
    padding: 15px;
    border-bottom: 1px solid #eee;
    text-align: center; /* Contenido de tabla centrado */
}

.c22-pricing-table tbody tr:nth-child(even) {
    background-color: #f4faff; /* Azul muy clarito alterno */
}

/* Nota pequeña centrada */
.c22-note {
    font-size: 0.85em;
    color: #666;
    margin-bottom: 40px;
    text-align: center;
    display: block;
}

/* Cajas de Ayudas y CTA */
.c22-feature-box,
.c22-cta-box {
    margin: 40px auto; /* Centrado */
    max-width: 100%;
}

.c22-feature-box {
    background-color: #eefbfb;
    border: 1px solid #bce0e0;
    padding: 30px;
    border-radius: 10px;
}

/* Listas centradas visualmente pero alineadas a la izquierda para lectura */
.c22-check-list, 
.c22-location-list {
    list-style: none;
    padding: 0;
    max-width: 600px; /* Limita ancho para que no se esparzan */
    margin: 0 auto 30px auto; /* Centra la lista en el bloque */
}

.c22-check-list li,
.c22-location-list li {
    position: relative;
    padding-left: 35px;
    margin-bottom: 15px;
    text-align: left; /* Texto alineado a la izquierda para leer bien */
}

.c22-check-list li::before {
    content: '✔';
    position: absolute;
    left: 0;
    color: #28a745;
    font-size: 1.2em;
}

/* Botón CTA Centrado */
.c22-cta-box {
    background: linear-gradient(135deg, #0073aa 0%, #005a87 100%);
    color: #ffffff;
    padding: 40px;
    border-radius: 10px;
    text-align: center; /* Contenido centrado */
    box-shadow: 0 10px 25px rgba(0,115,170, 0.3);
}

.c22-cta-box h3 {
    color: #ffffff !important;
    margin-top: 0;
}

.c22-button {
    background-color: #ffffff;
    color: #0073aa;
    padding: 15px 35px;
    text-decoration: none;
    font-weight: 800;
    border-radius: 50px;
    text-transform: uppercase;
    transition: transform 0.2s ease;
    display: inline-block;
    margin-top: 15px;
}

.c22-button:hover {
    background-color: #f0f0f0;
    transform: scale(1.05); /* Efecto zoom al pasar ratón */
    color: #005a87;
}

/* Ajustes Móvil */
@media (max-width: 600px) {
    .c22-ev-container {
        padding: 10px;
    }
    .c22-pricing-table th, .c22-pricing-table td {
        padding: 8px;
        font-size: 0.9em;
    }
}/* End custom CSS */