.elementor-53 .elementor-element.elementor-element-a38eb63 > .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;}@media(max-width:767px){.elementor-53 .elementor-element.elementor-element-b97e735{margin-top:60px;margin-bottom:0px;padding:0px 0px 0px 0px;}}/* Start custom CSS for html, class: .elementor-element-af70c12 *//* =========================================
   SKM FIXED STYLES - COMPAÑÍA (V3)
   ========================================= */

/* 1. CONTENEDOR MAESTRO (Aislante) */
/* Esto fuerza que todo lo que esté dentro de este div tenga fondo blanco y texto oscuro */
.skm-iso-wrapper {
    background-color: #ffffff;
    color: #1E2C56; /* Azul Navy Oscuro */
    font-family: 'Raleway', sans-serif;
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
    line-height: 1.6;
}

/* 2. TIPOGRAFÍA Y LINKS */
.skm-iso-wrapper h1,
.skm-iso-wrapper h2,
.skm-iso-wrapper h3,
.skm-iso-wrapper h4 {
    color: #1E2C56 !important;
    font-weight: 700;
    margin-bottom: 1rem;
}

.skm-iso-wrapper p, 
.skm-iso-wrapper li {
    color: #506086 !important; /* Gris azulado para lectura */
    font-size: 1.1rem;
    margin-bottom: 1rem;
}

/* Color de los enlaces (corregido) */
.skm-iso-wrapper a:not(.skm-btn) {
    color: #2977BD !important; /* Azul SKM brillante */
    text-decoration: none;
    font-weight: 600;
    transition: 0.3s;
}
.skm-iso-wrapper a:not(.skm-btn):hover {
    color: #1E2C56 !important;
    text-decoration: underline;
}

/* 3. HERO INTERNO */
.skm-inner-hero {
    position: relative;
    height: 400px; /* Altura fija */
    background-color: #1E2C56;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-bottom: 0;
}
.skm-inner-hero__bg {
    position: absolute; top:0; left:0; width:100%; height:100%; opacity: 0.4;
}
.skm-inner-hero__bg img {
    width: 100%; height: 100%; object-fit: cover;
}
.skm-inner-hero__content {
    position: relative; z-index: 2; padding: 20px; max-width: 800px;
}
/* Textos blancos SOLO en el hero */
.skm-inner-hero h1 { color: #ffffff !important; font-size: 3rem; margin-bottom: 0.5rem; }
.skm-inner-hero p { color: #ffffff !important; opacity: 0.9; font-size: 1.2rem; }
.skm-tag {
    display: inline-block; padding: 5px 15px; border: 1px solid white; 
    border-radius: 20px; color: white; text-transform: uppercase; font-size: 0.8rem; letter-spacing: 2px; margin-bottom: 15px;
}

/* 4. SECCIONES Y GRID */
.skm-pad-section {
    padding: 80px 20px; /* Márgenes generosos arriba/abajo y laterales */
    max-width: 1200px;
    margin: 0 auto;
}

.skm-split-layout {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 60px; /* Espacio entre foto y texto */
}

.skm-col-img {
    flex: 1;
    min-width: 300px;
    position: relative;
}
.skm-col-img img {
    width: 100%;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.skm-col-text {
    flex: 1;
    min-width: 300px;
}

/* Badge Flotante (+20 años) */
.skm-float-badge {
    position: absolute;
    bottom: 30px; right: -20px;
    background: white;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 10px 20px rgba(0,0,0,0.15);
    border-left: 5px solid #2977BD;
    min-width: 180px;
}
.skm-float-badge strong {
    display: block; font-size: 1.8rem; color: #2977BD !important; line-height: 1;
}
.skm-float-badge span {
    font-size: 0.9rem; font-weight: 700; color: #1E2C56;
}

/* 5. BARRA DE DATOS (Estadísticas) */
.skm-stats-bar {
    background-color: #1E2C56; /* Fondo azul oscuro */
    padding: 60px 20px;
    margin: 60px 0;
    color: white;
    border-radius: 0; /* Ancho completo */
}
.skm-stats-flex {
    display: flex; justify-content: space-around; flex-wrap: wrap; gap: 30px;
    max-width: 1200px; margin: 0 auto; text-align: center;
}
.skm-stat-box h4 { color: white !important; margin: 10px 0 5px 0; font-size: 1.2rem; }
.skm-stat-box p { color: rgba(255,255,255,0.7) !important; font-size: 0.9rem; margin: 0; }
.skm-big-num { font-size: 3rem; font-weight: 800; color: #6FB3FF; line-height: 1; }

/* 6. LISTA */
.skm-blue-list { list-style: none; padding: 0; margin-top: 20px; }
.skm-blue-list li {
    position: relative; padding-left: 20px; margin-bottom: 12px;
}
.skm-blue-list li::before {
    content: "•"; color: #2977BD; font-weight: bold; font-size: 1.5rem;
    position: absolute; left: 0; top: -5px;
}

/* 7. RESPONSIVE (Móvil) */
@media (max-width: 768px) {
    .skm-split-layout { flex-direction: column; gap: 30px; }
    .skm-float-badge { position: relative; right: auto; bottom: auto; margin-top: -20px; margin-left: 20px; display: inline-block; }
    .skm-inner-hero { height: 300px; }
    .skm-inner-hero h1 { font-size: 2rem; }
    .skm-pad-section { padding: 50px 20px; }
}/* End custom CSS */