.elementor-3882 .elementor-element.elementor-element-a27bbf7{--display:flex;}/* Start custom CSS for html, class: .elementor-element-923c3de *//* --- FUENTES Y BASE --- */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;700;800;900&display=swap');

.lmb-wrapper {
    font-family: 'Montserrat', sans-serif;
    color: #444;
    line-height: 1.6;
    max-width: 1200px;
    margin: 0 auto;
}

/* --- SECCIÓN 1: HERO (TÍTULO + FOTO AL LADO) --- */
.lmb-hero-split {
    display: grid;
    grid-template-columns: 1fr 1fr; /* 50% Texto - 50% Foto */
    gap: 50px;
    align-items: center;
    padding: 40px 0 60px 0;
    margin-bottom: 40px;
    border-bottom: 1px solid #eee;
}

.hero-text-col {
    text-align: left;
}

.hero-image-container {
    height: 400px;
    width: 100%;
    overflow: hidden;
    border-radius: 4px;
    box-shadow: 0 15px 30px rgba(0,0,0,0.1);
    position: relative;
}

.hero-image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Ajusta la foto sin deformarla */
}

/* Línea decorativa bajo la foto */
.hero-image-container::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: #bdb700;
}

/* --- ESTILOS GENERALES (RESTO DE LA WEB) --- */

/* Títulos */
.lmb-h1 {
    font-size: 3rem;
    font-weight: 800;
    color: #1a1a1a;
    text-transform: uppercase;
    line-height: 1.1;
    margin: 0;
}

.lmb-subtitle {
    font-size: 1.1rem;
    font-weight: 400;
    color: #666;
    margin-top: 20px;
}

.lmb-separator {
    width: 60px;
    height: 4px;
    background-color: #bdb700;
    margin: 20px 0; /* Alineado izq para el Hero */
}

.lmb-h2 {
    font-size: 1.6rem;
    font-weight: 800;
    text-transform: uppercase;
    color: #1a1a1a;
    margin-bottom: 25px;
    position: relative;
    display: inline-block;
}

.lmb-h2::after {
    content: '';
    display: block;
    width: 40px;
    height: 4px;
    background-color: #bdb700;
    margin-top: 8px;
}

/* Grids */
.lmb-grid-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    margin-bottom: 50px;
}

.lmb-grid-4 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 30px;
    margin-top: 30px;
}

/* Caja Negra */
.lmb-black-box {
    background-color: #1a1a1a;
    color: #fff;
    padding: 40px;
    height: 100%;
    border-left: 5px solid #bdb700;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.lmb-accent-text {
    color: #bdb700;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 0.95rem;
    margin-bottom: 10px;
    display: block;
}

/* Caja Alerta */
.lmb-alert-box {
    border: 2px solid #bdb700;
    padding: 20px;
    display: flex;
    align-items: center;
    background: #fff;
    margin-top: 20px;
}

.lmb-alert-icon {
    font-size: 2.5rem;
    font-weight: 900;
    color: #bdb700;
    margin-right: 15px;
    line-height: 1;
}

/* Listas */
.lmb-list { list-style: none; padding: 0; margin: 0; }
.lmb-list li { position: relative; padding-left: 30px; margin-bottom: 10px; font-size: 0.95rem; }
.list-check li::before { content: '✔'; position: absolute; left: 0; color: #bdb700; font-weight: 800; }
.list-square li::before { content: ''; position: absolute; left: 5px; top: 10px; width: 6px; height: 6px; background-color: #bdb700; }

/* Tarjetas Pensiones */
.lmb-pension-card { position: relative; padding-top: 30px; transition: transform 0.3s ease; }
.lmb-pension-card:hover { transform: translateY(-5px); }
.lmb-bg-number {
    font-size: 5rem; font-weight: 900; color: #f2f2f2;
    position: absolute; top: -10px; left: 0; z-index: 0; line-height: 1; pointer-events: none;
}
.lmb-card-title {
    position: relative; z-index: 1; font-size: 1.1rem; font-weight: 800;
    color: #1a1a1a; text-transform: uppercase; margin-bottom: 10px;
}
.lmb-card-desc { position: relative; z-index: 1; font-size: 0.9rem; color: #555; }

/* Footer Oscuro */
.lmb-dark-section { background-color: #1a1a1a; color: #fff; padding: 50px; margin-top: 50px; }
.lmb-dark-title { color: #bdb700; font-weight: 800; text-transform: uppercase; margin-bottom: 20px; display: inline-block; }
.lmb-list-dark li { color: #ccc; border-bottom: 1px solid #333; padding-bottom: 8px; margin-bottom: 8px; padding-left: 0; }

/* Responsive */
@media (max-width: 900px) {
    .lmb-hero-split { grid-template-columns: 1fr; text-align: center; }
    .hero-image-container { order: -1; height: 250px; margin-bottom: 20px; }
    .lmb-separator { margin: 20px auto; }
    .hero-text-col { text-align: center; }
    .lmb-grid-2, .lmb-grid-4 { grid-template-columns: 1fr; }
}/* End custom CSS */