.elementor-81 .elementor-element.elementor-element-b642cec > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:0px 0px 0px 0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-0788ad3 *//* =========================================
   SKM POLICY PAGES (COOKIES / LEGAL)
   ========================================= */

:root {
    --skm-blue: #2977BD;
    --skm-navy: #1E2C56;
    --skm-grey: #506086;
    --skm-light-bg: #F8FBFF;
    --skm-border: #E1E8F0;
}

/* Reutilizamos estilos del Hero de Contacto si ya los tienes, 
   si no, asegúrate de tener este bloque */
.skm-page-title {
    position: relative;
    padding: 150px 0 100px; /* Espacio superior para librar el menú */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: white;
}
.skm-page-title::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(30, 44, 86, 0.7);
}
.skm-title-content {
    position: relative;
    z-index: 2;
    text-align: center;
}
.skm-title-content h1 {
    font-size: 3rem;
    font-weight: 700;
    color: white !important;
    margin-bottom: 1rem;
}
/* ------------------------------------- */

/* CONTENIDO DE LA POLÍTICA */
.skm-policy-section {
    padding: 80px 0;
    background-color: white;
}

.skm-policy-wrapper {
    max-width: 900px; /* Ancho de lectura cómodo */
    margin: 0 auto;
}

.skm-policy-block {
    margin-bottom: 40px;
}

.skm-policy-block h3 {
    color: var(--skm-navy);
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid var(--skm-border);
}

.skm-policy-block p {
    color: var(--skm-grey);
    font-size: 1.05rem;
    line-height: 1.7;
    margin-bottom: 15px;
    text-align: justify;
}

/* Listas personalizadas */
.skm-check-list {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}
.skm-check-list li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 15px;
    color: var(--skm-grey);
    line-height: 1.6;
}
.skm-check-list li::before {
    content: "•";
    color: var(--skm-blue);
    font-weight: bold;
    position: absolute;
    left: 0;
    font-size: 1.2rem;
    line-height: 1.4rem;
}
.skm-check-list strong {
    color: var(--skm-navy);
}

/* TABLAS DE COOKIES (Diseño limpio) */
.skm-cookie-table-box {
    background: var(--skm-light-bg);
    border: 1px solid var(--skm-border);
    border-radius: 8px;
    padding: 25px;
    margin: 30px 0;
}
.skm-cookie-table-box h4 {
    color: var(--skm-blue);
    font-size: 1.2rem;
    margin-bottom: 15px;
    font-weight: 700;
}
.skm-table-responsive {
    overflow-x: auto;
}
.skm-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.95rem;
}
.skm-table th {
    text-align: left;
    padding: 12px;
    background-color: var(--skm-navy);
    color: white;
    font-weight: 600;
    border-radius: 4px 4px 0 0;
}
.skm-table td {
    padding: 12px;
    border-bottom: 1px solid #ddd;
    color: var(--skm-grey);
    vertical-align: top;
}
.skm-table tr:last-child td {
    border-bottom: none;
}
.skm-table td strong {
    color: var(--skm-navy);
}

/* Botones de Navegadores */
.skm-browser-links {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    margin-top: 20px;
}
.skm-browser-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 20px;
    background: white;
    border: 1px solid var(--skm-border);
    border-radius: 50px;
    color: var(--skm-navy);
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s;
    font-size: 0.9rem;
}
.skm-browser-btn:hover {
    background: var(--skm-blue);
    color: white;
    border-color: var(--skm-blue);
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(41, 119, 189, 0.2);
}

.skm-policy-footer {
    margin-top: 60px;
    padding-top: 20px;
    border-top: 1px solid var(--skm-border);
    text-align: center;
    font-size: 0.9rem;
    color: #999;
}

/* Responsive */
@media (max-width: 768px) {
    .skm-page-title {
        padding: 180px 0 80px; /* Ajuste móvil */
    }
    .skm-policy-wrapper {
        padding: 0 10px;
    }
    .skm-cookie-table-box {
        padding: 15px;
    }
    .skm-table th, .skm-table td {
        padding: 8px;
        font-size: 0.85rem;
    }
}

/* ======================================================
   CORRECCIÓN DEFINITIVA DE ENLACES (ADIÓS AL ROJO)
   ====================================================== */

/* 1. Enlaces en la CABECERA (Fondo Oscuro) -> Deben ser BLANCOS */
.skm-page-title a,
.skm-page-title .skm-breadcrumb a,
.skm-title-content ul li a,
ul.bread-crumb a { 
    color: #ffffff !important; /* Fuerza el blanco */
    text-decoration: none;
}

/* Al pasar el ratón en la cabecera */
.skm-page-title a:hover,
.skm-page-title .skm-breadcrumb a:hover {
    color: #6FB3FF !important; /* Azul claro brillante */
    text-decoration: underline;
}

/* 2. Enlaces en el CONTENIDO (Fondo Blanco) -> Deben ser AZULES */
.skm-policy-section a,
.skm-contact-info a,
.skm-form-wrapper a,
.elementor-widget-text-editor a { /* Soporte extra para Elementor */
    color: #2977BD !important; /* Azul SKM */
}

/* Al pasar el ratón en el contenido */
.skm-policy-section a:hover,
.skm-contact-info a:hover,
.elementor-widget-text-editor a:hover {
    color: #1E2C56 !important; /* Azul Navy */
    text-decoration: underline;
}

/* 3. Asegurar que NINGÚN enlace genérico salga rojo por el tema */
a {
    color: inherit; /* Hereda el color del texto si no se especifica otro */
}

/* =========================================
   ESTILOS EXTRA POLÍTICA PRIVACIDAD
   ========================================= */

/* Subtítulos dentro de la política (a, b, c...) */
.skm-policy-block h4 {
    color: var(--skm-blue);
    font-size: 1.1rem;
    font-weight: 700;
    margin-top: 25px;
    margin-bottom: 10px;
}

/* Caja destacada para dirección de contacto/derechos */
.skm-contact-box-small {
    background-color: var(--skm-light-bg);
    border-left: 4px solid var(--skm-blue);
    padding: 20px;
    border-radius: 0 4px 4px 0;
    margin-top: 15px;
}
.skm-contact-box-small p {
    margin-bottom: 5px;
    font-size: 1rem;
}
.skm-contact-box-small a {
    font-weight: 600;
}/* End custom CSS */