/* =========================================================
   LEAL CONSTRUCCIONES - CSS PERSONALIZADO
   Este archivo va DESPUÉS de style.css
   Ruta: assets/css/leal.css
========================================================= */


/* =========================================================
   COLORES BASE
========================================================= */

:root {
    --leal-azul: #061833;
    --leal-azul-2: #123d73;
    --leal-azul-3: #183d72;
    --leal-naranja: #ffbf4f;
    --leal-gris: #f6f8fb;
    --leal-texto: #4b5563;
    --leal-blanco: #ffffff;
}


/* =========================================================
   MENÚ DESPLEGABLE SERVICIOS
========================================================= */

.main-menu ul#navigation > li {
    position: relative !important;
}

.leal-menu-caret {
    font-size: 12px;
    margin-left: 5px;
    color: #5368a6;
}

.main-menu ul#navigation > li > ul.leal-dropdown-servicios {
    position: absolute !important;
    top: 100% !important;
    left: 0 !important;
    width: 285px !important;
    background: var(--leal-azul-3) !important;
    padding: 6px 0 !important;
    margin: 0 !important;
    list-style: none !important;
    display: block !important;
    opacity: 0 !important;
    visibility: hidden !important;
    transform: translateY(8px) !important;
    transition: all 0.25s ease !important;
    z-index: 99999 !important;
    box-shadow: 0 12px 26px rgba(0, 0, 0, 0.25) !important;
}

.main-menu ul#navigation > li:hover > ul.leal-dropdown-servicios {
    opacity: 1 !important;
    visibility: visible !important;
    transform: translateY(0) !important;
}

.main-menu ul#navigation > li > ul.leal-dropdown-servicios > li {
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

.main-menu ul#navigation > li > ul.leal-dropdown-servicios > li > a {
    display: block !important;
    padding: 9px 22px !important;
    color: #ffffff !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    text-transform: none !important;
    line-height: 1.25 !important;
    background: transparent !important;
}

.main-menu ul#navigation > li > ul.leal-dropdown-servicios > li > a:hover {
    background: #224f8c !important;
    color: var(--leal-naranja) !important;
    padding-left: 30px !important;
}


/* =========================================================
   LISTADO DE SERVICIOS
   servicios.php sin ?tipo
========================================================= */

.leal-servicio-link {
    display: block;
    color: inherit !important;
    text-decoration: none !important;
}

.leal-servicio-link:hover {
    color: inherit !important;
    text-decoration: none !important;
}

.leal-ver-mas {
    display: inline-block;
    margin-top: 12px;
    color: var(--leal-naranja);
    font-weight: 800;
    letter-spacing: 0.3px;
}


/* =========================================================
   DETALLE DE SERVICIO PRO
   servicios.php?tipo=...
========================================================= */

.leal-service-detail {
    background: var(--leal-gris);
    overflow: hidden;
}

.leal-service-hero {
    padding: 85px 0 60px;
    background: linear-gradient(180deg, #ffffff 0%, #f6f8fb 100%);
}

.leal-eyebrow {
    display: inline-block;
    color: var(--leal-naranja);
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.leal-service-title {
    color: var(--leal-azul);
    font-size: 44px;
    font-weight: 900;
    line-height: 1.08;
    margin-bottom: 18px;
}

.leal-service-text {
    color: var(--leal-texto);
    font-size: 17px;
    line-height: 1.8;
    margin-bottom: 24px;
}

.leal-service-list {
    list-style: none;
    padding: 0;
    margin: 0 0 28px;
}

.leal-service-list li {
    color: var(--leal-azul);
    font-weight: 700;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.leal-service-list li i {
    color: var(--leal-naranja);
}

.leal-service-actions .btn {
    margin-right: 14px;
    margin-bottom: 10px;
}

.leal-outline-btn {
    display: inline-block;
    padding: 18px 34px;
    border: 2px solid var(--leal-azul);
    color: var(--leal-azul);
    font-weight: 800;
    border-radius: 6px;
    transition: all 0.25s ease;
    text-decoration: none !important;
}

.leal-outline-btn:hover {
    background: var(--leal-azul);
    color: #ffffff;
}


/* =========================================================
   IMÁGENES PRINCIPALES
========================================================= */

.leal-visual-wrap {
    position: relative;
}

.leal-main-image {
    width: 100%;
    display: block;
    border-radius: 18px;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.18);
}

.leal-floating-card {
    position: absolute;
    right: -15px;
    bottom: -25px;
    background: var(--leal-azul);
    color: #ffffff;
    padding: 22px 24px;
    border-radius: 16px;
    width: 220px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.22);
}

.leal-floating-card span {
    display: block;
    font-size: 34px;
    font-weight: 900;
    color: var(--leal-naranja);
    line-height: 1;
    margin-bottom: 10px;
}

.leal-floating-card p {
    margin: 0;
    color: #dbe4f0;
    line-height: 1.5;
    font-size: 14px;
}


/* =========================================================
   GALERÍA PEQUEÑA DE IMÁGENES
========================================================= */

.leal-thumb-gallery {
    padding: 70px 0 20px;
}

.leal-thumb-item {
    margin-bottom: 25px;
}

.leal-thumb-item img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 16px;
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.10);
}


/* =========================================================
   BLOQUES DE CONTENIDO
========================================================= */

.leal-content-block {
    padding: 35px 0 70px;
}

.leal-block-title {
    color: var(--leal-azul);
    font-size: 34px;
    font-weight: 900;
    margin-bottom: 14px;
}


/* =========================================================
   TARJETAS DE ALCANCES
========================================================= */

.leal-card-area {
    padding: 10px 0 70px;
}

.leal-mini-card {
    background: #ffffff;
    padding: 28px 24px;
    border-radius: 16px;
    height: 100%;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
    transition: all 0.25s ease;
}

.leal-mini-card:hover {
    transform: translateY(-6px);
}

.leal-mini-card i {
    width: 56px;
    height: 56px;
    background: var(--leal-azul);
    color: var(--leal-naranja);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    margin-bottom: 18px;
}

.leal-mini-card h4 {
    color: var(--leal-azul);
    font-size: 20px;
    font-weight: 900;
    margin-bottom: 10px;
}

.leal-mini-card p {
    color: var(--leal-texto);
    font-size: 15px;
    line-height: 1.7;
    margin: 0;
}


/* =========================================================
   BLOQUE OSCURO / PROCESO
========================================================= */

.leal-dark-band {
    background: linear-gradient(135deg, var(--leal-azul) 0%, var(--leal-azul-2) 100%);
    padding: 70px 0;
}

.leal-dark-band .leal-block-title {
    color: #ffffff;
}

.leal-dark-band .leal-service-text {
    color: #dbe4f0;
}

.leal-process-card {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 191, 79, 0.35);
    padding: 24px;
    border-radius: 16px;
    height: 100%;
}

.leal-process-card span {
    display: inline-block;
    color: var(--leal-naranja);
    font-size: 14px;
    font-weight: 900;
    margin-bottom: 10px;
}

.leal-process-card h4 {
    color: #ffffff;
    font-size: 20px;
    font-weight: 900;
    margin-bottom: 10px;
}

.leal-process-card p {
    color: #dbe4f0;
    margin: 0;
    line-height: 1.7;
}


/* =========================================================
   CTA FINAL / COTIZACIÓN
========================================================= */

.leal-cta-service {
    background: #ffffff;
    padding: 75px 0 85px;
}

.leal-cta-box {
    background: linear-gradient(135deg, var(--leal-azul) 0%, var(--leal-azul-2) 100%);
    border-radius: 18px;
    padding: 34px;
    box-shadow: 0 18px 38px rgba(0, 0, 0, 0.16);
}

.leal-cta-box h3 {
    color: #ffffff;
    font-size: 28px;
    font-weight: 900;
    margin-bottom: 12px;
}

.leal-cta-box p {
    color: #dbe4f0;
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 20px;
}

.leal-cta-contact {
    margin-bottom: 22px;
}

.leal-cta-contact a {
    display: block;
    color: #ffffff;
    font-weight: 800;
    margin-bottom: 10px;
    text-decoration: none !important;
}

.leal-cta-contact a i {
    color: var(--leal-naranja);
    margin-right: 10px;
}

.leal-related-links a {
    display: inline-block;
    margin-right: 12px;
    margin-bottom: 10px;
    color: var(--leal-azul);
    font-weight: 800;
    background: #f3f6fa;
    padding: 12px 18px;
    border-radius: 8px;
    text-decoration: none !important;
}

.leal-related-links a:hover {
    background: var(--leal-azul);
    color: #ffffff;
}


/* =========================================================
   CORRECCIONES GENERALES DE BOTONES
========================================================= */

.leal-service-detail .btn {
    text-decoration: none !important;
}

.leal-service-detail a {
    transition: all 0.25s ease;
}


/* =========================================================
   RESPONSIVE TABLET
========================================================= */

@media only screen and (max-width: 991px) {
    .leal-service-title {
        font-size: 38px;
    }

    .leal-floating-card {
        position: static;
        width: 100%;
        margin-top: 18px;
    }

    .main-menu ul#navigation > li > ul.leal-dropdown-servicios {
        width: 250px !important;
    }
}


/* =========================================================
   RESPONSIVE CELULAR
========================================================= */

@media only screen and (max-width: 767px) {
    .leal-service-hero {
        padding: 58px 0 38px;
    }

    .leal-service-title {
        font-size: 31px;
    }

    .leal-block-title {
        font-size: 28px;
    }

    .leal-service-text {
        font-size: 16px;
    }

    .leal-thumb-gallery {
        padding: 45px 0 10px;
    }

    .leal-thumb-item img {
        height: 210px;
    }

    .leal-outline-btn {
        width: 100%;
        text-align: center;
    }

    .leal-service-actions .btn {
        width: 100%;
        text-align: center;
    }

    .leal-cta-box {
        padding: 26px;
    }

    .leal-cta-box h3 {
        font-size: 24px;
    }
}





/* =========================================================
   LEAL - INDEX LIMPIO
========================================================= */

.leal-index-slider .single-slider {
    position: relative;
}

.leal-index-slider .single-slider::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        90deg,
        rgba(6, 24, 51, 0.76) 0%,
        rgba(6, 24, 51, 0.50) 48%,
        rgba(6, 24, 51, 0.12) 100%
    );
    z-index: 1;
}

.leal-index-slider .container {
    position: relative;
    z-index: 2;
}

.leal-index-hero {
    max-width: 720px;
}

.leal-index-hero span {
    display: inline-block;
    color: #ffbf4f;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    margin-bottom: 14px;
}

.leal-index-hero h1 {
    color: #ffffff !important;
    font-size: 50px;
    font-weight: 900 !important;
    line-height: 1.12;
    text-transform: none !important;
    text-shadow: 0 6px 20px rgba(0, 0, 0, 0.32);
    margin-bottom: 20px;
}

.leal-index-hero p {
    color: #eef3f8;
    font-size: 18px;
    line-height: 1.65;
    max-width: 650px;
    margin-bottom: 30px;
}

.leal-index-hero .btn {
    padding: 18px 32px;
    font-weight: 800;
    border-radius: 4px;
}


/* Servicios home */

.leal-index-services {
    background: #ffffff;
    padding: 90px 0 65px;
}

.leal-index-services h2 {
    color: #061833;
    font-size: 42px;
    font-weight: 900;
    line-height: 1.15;
    margin-bottom: 0;
}

.leal-index-services p {
    color: #4b5563;
    font-size: 16px;
    line-height: 1.8;
}

.leal-index-service-card {
    display: block;
    height: 100%;
    background: #ffffff;
    border-radius: 18px;
    overflow: hidden;
    text-decoration: none !important;
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.08);
    transition: all 0.25s ease;
}

.leal-index-service-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 42px rgba(0, 0, 0, 0.14);
}

.leal-index-service-img {
    height: 220px;
    overflow: hidden;
}

.leal-index-service-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.35s ease;
}

.leal-index-service-card:hover .leal-index-service-img img {
    transform: scale(1.05);
}

.leal-index-service-content {
    padding: 26px 24px 28px;
}

.leal-index-service-content span {
    display: inline-block;
    color: #ffbf4f;
    font-weight: 900;
    font-size: 14px;
    margin-bottom: 10px;
}

.leal-index-service-content h3 {
    color: #061833;
    font-size: 22px;
    font-weight: 900;
    margin-bottom: 10px;
}

.leal-index-service-content p {
    color: #4b5563;
    font-size: 15px;
    line-height: 1.7;
    margin: 0;
}


/* CTA final index */

.leal-index-cta-clean {
    background: linear-gradient(135deg, #061833 0%, #123d73 100%);
    padding: 80px 0;
}

.leal-index-cta-clean h2 {
    color: #ffffff;
    font-size: 42px;
    font-weight: 900;
    line-height: 1.15;
    margin-bottom: 18px;
}

.leal-index-cta-clean p {
    color: #dbe4f0;
    font-size: 17px;
    line-height: 1.8;
    margin-bottom: 0;
}

.leal-index-contact-box {
    background: #ffffff;
    border-radius: 18px;
    padding: 34px;
    box-shadow: 0 18px 38px rgba(0, 0, 0, 0.18);
}

.leal-index-contact-box h3 {
    color: #061833;
    font-size: 28px;
    font-weight: 900;
    margin-bottom: 12px;
}

.leal-index-contact-box p {
    color: #4b5563;
    font-size: 16px;
    margin-bottom: 22px;
}

.leal-index-contact-link {
    display: inline-block;
    margin-left: 14px;
    color: #061833;
    font-weight: 900;
    text-decoration: none !important;
}

.leal-index-contact-link:hover {
    color: #ffbf4f;
}


/* Responsive index */

@media only screen and (max-width: 991px) {
    .leal-index-hero h1 {
        font-size: 40px;
    }

    .leal-index-hero p {
        font-size: 17px;
    }

    .leal-index-services h2,
    .leal-index-cta-clean h2 {
        font-size: 34px;
    }
}

@media only screen and (max-width: 767px) {
    .leal-index-slider .single-slider::before {
        background: rgba(6, 24, 51, 0.78);
    }

    .leal-index-hero h1 {
        font-size: 30px;
    }

    .leal-index-hero p {
        font-size: 15px;
    }

    .leal-index-hero .btn {
        padding: 15px 24px;
    }

    .leal-index-services {
        padding: 60px 0 40px;
    }

    .leal-index-services h2,
    .leal-index-cta-clean h2 {
        font-size: 28px;
    }

    .leal-index-contact-box {
        padding: 26px;
    }

    .leal-index-contact-link {
        display: block;
        margin-left: 0;
        margin-top: 16px;
    }
}



/* =========================================================
   LEAL - CTA + FRASES HOME
========================================================= */

.leal-cta-frases-section {
    background: #ffffff;
}

.leal-cta-frases-top {
    background: linear-gradient(135deg, #061833 0%, #123d73 100%);
    padding: 80px 0 95px;
}

.leal-cta-frases-top h2 {
    color: #ffffff;
    font-size: 42px;
    font-weight: 900;
    line-height: 1.15;
    margin-bottom: 18px;
}

.leal-cta-frases-top p {
    color: #dbe4f0;
    font-size: 17px;
    line-height: 1.8;
    margin-bottom: 0;
}


/* Contact box dentro del CTA */

.leal-cta-frases-top .leal-index-contact-box {
    background: #ffffff;
    border-radius: 18px;
    padding: 34px;
    box-shadow: 0 18px 38px rgba(0, 0, 0, 0.22);
}

.leal-cta-frases-top .leal-index-contact-box h3 {
    color: #061833;
    font-size: 28px;
    font-weight: 900;
    margin-bottom: 12px;
}

.leal-cta-frases-top .leal-index-contact-box p {
    color: #4b5563;
    font-size: 16px;
    margin-bottom: 22px;
}


/* Frases visuales */

.leal-frases-home {
    position: relative;
    background-size: cover;
    background-position: center;
    padding: 0 0 80px;
    margin-top: -35px;
}

.leal-frases-home::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(6, 24, 51, 0.38);
}

.leal-frases-home .container {
    position: relative;
    z-index: 2;
}

.leal-frase-card {
    min-height: 280px;
    background: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-shadow: 0 18px 42px rgba(0, 0, 0, 0.18);
}

.leal-frase-card.leal-frase-dark {
    background: rgba(6, 24, 51, 0.88);
}

.leal-frase-content {
    padding: 48px 38px 38px;
}

.leal-frase-content h4 {
    color: #061833;
    font-size: 22px;
    font-weight: 900;
    line-height: 1.3;
    text-transform: uppercase;
    margin-bottom: 24px;
}

.leal-frase-content p {
    color: #061833;
    font-size: 15px;
    margin: 0;
}

.leal-frase-dark .leal-frase-content h4,
.leal-frase-dark .leal-frase-content p {
    color: #ffffff;
}

.leal-frase-btn {
    display: block;
    background: #6c83bd;
    color: #ffffff !important;
    text-align: center;
    padding: 24px 15px;
    font-size: 18px;
    font-weight: 900;
    text-decoration: none !important;
    letter-spacing: 0.5px;
}

.leal-frase-dark .leal-frase-btn {
    background: rgba(6, 24, 51, 0.70);
}

.leal-frase-btn:hover {
    background: #ffbf4f;
    color: #061833 !important;
}


/* Responsive */

@media only screen and (max-width: 991px) {
    .leal-cta-frases-top h2 {
        font-size: 34px;
    }

    .leal-frases-home {
        padding-bottom: 55px;
    }

    .leal-frase-card {
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .leal-cta-frases-top {
        padding: 60px 0 75px;
    }

    .leal-cta-frases-top h2 {
        font-size: 28px;
    }

    .leal-cta-frases-top .leal-index-contact-box {
        padding: 26px;
    }

    .leal-frases-home {
        margin-top: -25px;
        padding-bottom: 40px;
    }

    .leal-frase-content {
        padding: 34px 26px 28px;
    }

    .leal-frase-content h4 {
        font-size: 18px;
    }

    .leal-frase-btn {
        font-size: 16px;
        padding: 20px 12px;
    }
}


/* =========================================================
   LEAL - VIDEO LIMPIO CTA
========================================================= */

.leal-video-clean-link {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 22px;
    padding-top: 20px;
    border-top: 1px solid #e5e7eb;
    color: #061833 !important;
    font-weight: 900;
    text-decoration: none !important;
}

.leal-video-clean-link span {
    width: 46px;
    height: 46px;
    background: #ffbf4f;
    color: #061833;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.leal-video-clean-link:hover {
    color: #123d73 !important;
}

.leal-video-clean-link:hover span {
    background: #061833;
    color: #ffffff;
}


/* =========================================================
   LEAL - FORMULARIO CLIENTES / ADS
========================================================= */

.leal-lead-section {
    background: #ffffff;
    padding: 90px 0;
}

.leal-lead-section h2 {
    color: #061833;
    font-size: 42px;
    font-weight: 900;
    line-height: 1.15;
    margin-bottom: 20px;
}

.leal-lead-section p {
    color: #4b5563;
    font-size: 17px;
    line-height: 1.8;
    margin-bottom: 28px;
}

.leal-lead-points {
    margin-bottom: 28px;
}

.leal-lead-points div {
    border-left: 4px solid #ffbf4f;
    padding-left: 18px;
    margin-bottom: 18px;
}

.leal-lead-points strong {
    display: block;
    color: #061833;
    font-size: 18px;
    font-weight: 900;
    margin-bottom: 4px;
}

.leal-lead-points span {
    display: block;
    color: #4b5563;
    font-size: 15px;
    line-height: 1.6;
}

.leal-lead-actions {
    display: flex;
    align-items: center;
    gap: 18px;
    flex-wrap: wrap;
}

.leal-lead-actions .leal-video-clean-link {
    margin-top: 0;
    padding-top: 0;
    border-top: none;
}

.leal-lead-form-box {
    background: #f6f8fb;
    border-radius: 20px;
    padding: 38px;
    box-shadow: 0 18px 42px rgba(0, 0, 0, 0.10);
}

.leal-lead-form-box h3 {
    color: #061833;
    font-size: 30px;
    font-weight: 900;
    margin-bottom: 10px;
}

.leal-lead-form-box p {
    color: #4b5563;
    font-size: 16px;
    margin-bottom: 24px;
}

.leal-lead-form label {
    display: block;
    color: #061833;
    font-size: 14px;
    font-weight: 900;
    margin-bottom: 7px;
}

.leal-lead-form input,
.leal-lead-form select,
.leal-lead-form textarea {
    width: 100%;
    border: 1px solid #d8dee9;
    background: #ffffff;
    border-radius: 8px;
    padding: 13px 14px;
    margin-bottom: 18px;
    color: #061833;
    font-size: 15px;
    outline: none;
}

.leal-lead-form input:focus,
.leal-lead-form select:focus,
.leal-lead-form textarea:focus {
    border-color: #ffbf4f;
    box-shadow: 0 0 0 3px rgba(255, 191, 79, 0.20);
}

.leal-lead-form textarea {
    resize: vertical;
}

.leal-hidden-field {
    display: none !important;
}

.leal-whatsapp-direct {
    display: inline-block;
    margin-left: 14px;
    color: #061833;
    font-weight: 900;
    text-decoration: none !important;
}

.leal-whatsapp-direct:hover {
    color: #ffbf4f;
}


/* =========================================================
   LEAL - GRACIAS
========================================================= */

.leal-thanks-page {
    background: #f6f8fb;
    padding: 120px 0;
}

.leal-thanks-page h1 {
    color: #061833;
    font-size: 48px;
    font-weight: 900;
    margin-bottom: 18px;
}

.leal-thanks-page p {
    color: #4b5563;
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 30px;
}

.leal-thanks-link {
    display: inline-block;
    margin-left: 16px;
    color: #061833;
    font-weight: 900;
    text-decoration: none !important;
}

.leal-thanks-link:hover {
    color: #ffbf4f;
}


@media only screen and (max-width: 991px) {
    .leal-lead-section h2 {
        font-size: 34px;
    }
}

@media only screen and (max-width: 767px) {
    .leal-lead-section {
        padding: 60px 0;
    }

    .leal-lead-section h2 {
        font-size: 28px;
    }

    .leal-lead-form-box {
        padding: 26px;
    }

    .leal-whatsapp-direct {
        display: block;
        margin-left: 0;
        margin-top: 16px;
    }

    .leal-thanks-page {
        padding: 80px 0;
    }

    .leal-thanks-page h1 {
        font-size: 34px;
    }

    .leal-thanks-link {
        display: block;
        margin-left: 0;
        margin-top: 18px;
    }
}


/* =========================================================
   LEAL - CONTACTO AJUSTE FINAL
========================================================= */

.contacto-page .leal-contact-lead-section {
    background: #ffffff;
    padding: 75px 0 80px;
}

.contacto-page .leal-contact-layout {
    align-items: flex-start !important;
}

.contacto-page .leal-contact-lead-section .col-lg-6:first-child {
    padding-top: 25px;
    padding-right: 45px;
}

.contacto-page .leal-contact-lead-section h2 {
    color: #061833;
    font-size: 38px;
    font-weight: 900;
    line-height: 1.18;
    margin-bottom: 18px;
}

.contacto-page .leal-contact-lead-section p {
    color: #4b5563;
    font-size: 16px;
    line-height: 1.75;
    margin-bottom: 26px;
}

.contacto-page .leal-lead-points {
    margin-bottom: 26px;
}

.contacto-page .leal-lead-points div {
    border-left: 4px solid #ffbf4f;
    padding-left: 18px;
    margin-bottom: 18px;
}

.contacto-page .leal-lead-points strong {
    color: #061833;
    font-size: 17px;
    font-weight: 900;
    margin-bottom: 5px;
}

.contacto-page .leal-lead-points span {
    color: #4b5563;
    font-size: 15px;
    line-height: 1.6;
}

.contacto-page .leal-lead-form-box {
    background: #f6f8fb;
    border-radius: 18px;
    padding: 34px;
    max-width: 620px;
    margin-left: auto;
    box-shadow: 0 18px 42px rgba(6, 24, 51, 0.10);
}

.contacto-page .leal-lead-form-box h3 {
    color: #061833;
    font-size: 30px;
    font-weight: 900;
    margin-bottom: 10px;
}

.contacto-page .leal-lead-form-box > p {
    color: #4b5563;
    font-size: 16px;
    margin-bottom: 26px;
}

.contacto-page .leal-lead-form label {
    color: #061833;
    font-size: 14px;
    font-weight: 900;
    margin-bottom: 7px;
}

.contacto-page .leal-lead-form input,
.contacto-page .leal-lead-form select,
.contacto-page .leal-lead-form textarea {
    width: 100% !important;
    height: auto;
    border: 1px solid #d8dee9;
    background: #ffffff;
    border-radius: 8px;
    padding: 13px 14px;
    margin-bottom: 18px;
    color: #061833;
    font-size: 15px;
}

/* Corrige el select que la plantilla convierte en cajita chica */
.contacto-page .leal-lead-form .nice-select {
    width: 100% !important;
    float: none !important;
    height: 50px !important;
    line-height: 50px !important;
    border: 1px solid #d8dee9 !important;
    border-radius: 8px !important;
    margin-bottom: 18px !important;
    background: #ffffff !important;
    color: #061833 !important;
}

.contacto-page .leal-lead-form .nice-select .list {
    width: 100% !important;
}

.contacto-page .leal-lead-form textarea {
    min-height: 125px;
    resize: vertical;
}

.contacto-page .leal-lead-form button.btn {
    margin-top: 4px;
}

.contacto-page .leal-whatsapp-direct {
    display: inline-block;
    margin-left: 16px;
    color: #061833;
    font-weight: 900;
    text-decoration: none !important;
}

.contacto-page .leal-video-clean-link {
    margin-top: 26px;
    padding-top: 20px;
    border-top: 1px solid #e5e7eb;
}


/* Tarjetas de teléfono / correo / dirección */

.contacto-page .leal-contact-info-section {
    background: #f6f8fb;
    padding: 55px 0;
}

.contacto-page .leal-contact-info-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 28px 24px;
    height: 100%;
    box-shadow: 0 12px 30px rgba(6, 24, 51, 0.08);
}

.contacto-page .leal-contact-info-card .contact-info__icon {
    display: block;
    margin-bottom: 14px;
}

.contacto-page .leal-contact-info-card .contact-info__icon i {
    color: #ffbf4f;
    font-size: 34px;
}

.contacto-page .leal-contact-info-card h3 {
    color: #061833;
    font-size: 20px;
    font-weight: 900;
    margin-bottom: 10px;
}

.contacto-page .leal-contact-info-card p,
.contacto-page .leal-contact-info-card a {
    color: #4b5563;
    font-size: 15px;
    line-height: 1.7;
    text-decoration: none !important;
}

.contacto-page .leal-contact-info-card strong {
    color: #061833;
}


/* Mapa más limpio */

.contacto-page .leal-contact-map iframe,
.contacto-page .Map-area iframe {
    width: 100% !important;
    height: 360px !important;
    display: block;
    border: 0;
}


/* Responsive */

@media only screen and (max-width: 991px) {
    .contacto-page .leal-contact-lead-section .col-lg-6:first-child {
        padding-right: 15px;
        padding-top: 0;
    }

    .contacto-page .leal-lead-form-box {
        max-width: 100%;
        margin-left: 0;
    }

    .contacto-page .leal-contact-lead-section h2 {
        font-size: 34px;
    }
}

@media only screen and (max-width: 767px) {
    .contacto-page .leal-contact-lead-section {
        padding: 55px 0 55px;
    }

    .contacto-page .leal-contact-lead-section h2 {
        font-size: 28px;
    }

    .contacto-page .leal-lead-form-box {
        padding: 26px;
    }

    .contacto-page .leal-whatsapp-direct {
        display: block;
        margin-left: 0;
        margin-top: 16px;
    }

    .contacto-page .leal-contact-map iframe,
    .contacto-page .Map-area iframe {
        height: 300px !important;
    }
}


/* =========================================================
   LEAL - AVISO DE PRIVACIDAD
========================================================= */

.leal-privacy-page {
    background: #ffffff;
    padding: 85px 0;
}

.leal-privacy-page h1 {
    color: #061833;
    font-size: 44px;
    font-weight: 900;
    margin-bottom: 24px;
}

.leal-privacy-page h2 {
    color: #061833;
    font-size: 24px;
    font-weight: 900;
    margin-top: 34px;
    margin-bottom: 12px;
}

.leal-privacy-page p,
.leal-privacy-page li {
    color: #4b5563;
    font-size: 16px;
    line-height: 1.8;
}

.leal-privacy-page ul {
    padding-left: 22px;
    margin-bottom: 22px;
}

.leal-privacy-page a {
    color: #061833;
    font-weight: 900;
    text-decoration: none !important;
}

.leal-privacy-page a:hover {
    color: #ffbf4f;
}

.leal-privacy-date {
    margin-top: 34px;
    font-weight: 900;
    color: #061833 !important;
}

.leal-privacy-actions {
    margin-top: 34px;
}

.leal-privacy-link {
    display: inline-block;
    margin-left: 16px;
    color: #061833;
    font-weight: 900;
    text-decoration: none !important;
}

.leal-privacy-link:hover {
    color: #ffbf4f;
}


/* Checkbox aviso privacidad formulario */

.leal-privacy-check {
    display: flex !important;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 20px !important;
    color: #4b5563 !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    line-height: 1.5;
}

.leal-privacy-check input {
    width: auto !important;
    margin: 4px 0 0 0 !important;
    flex: 0 0 auto;
}

.leal-privacy-check a {
    color: #061833;
    font-weight: 900;
    text-decoration: underline !important;
}

.leal-privacy-check a:hover {
    color: #ffbf4f;
}

@media only screen and (max-width: 767px) {
    .leal-privacy-page {
        padding: 60px 0;
    }

    .leal-privacy-page h1 {
        font-size: 32px;
    }

    .leal-privacy-link {
        display: block;
        margin-left: 0;
        margin-top: 18px;
    }
}


/* =========================================================
   LEAL - CHECK PRIVACIDAD CORRECCIÓN
========================================================= */

.contacto-page .leal-privacy-check {
    display: flex !important;
    align-items: flex-start !important;
    justify-content: flex-start !important;
    gap: 12px;
    width: 100%;
    margin: 4px 0 20px !important;
    color: #4b5563 !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    line-height: 1.55;
}

.contacto-page .leal-privacy-check input[type="checkbox"] {
    width: 18px !important;
    height: 18px !important;
    min-width: 18px !important;
    max-width: 18px !important;
    margin: 3px 0 0 0 !important;
    padding: 0 !important;
    flex: 0 0 18px !important;
    display: inline-block !important;
    border: none !important;
    box-shadow: none !important;
}

.contacto-page .leal-privacy-check span {
    display: block;
    flex: 1 1 auto;
    color: #4b5563;
    font-size: 14px;
    line-height: 1.6;
}

.contacto-page .leal-privacy-check a {
    color: #061833;
    font-weight: 900;
    text-decoration: underline !important;
}

.contacto-page .leal-privacy-check a:hover {
    color: #ffbf4f;
}


/* =========================================================
   LEAL - ACCIONES DEL FORMULARIO
========================================================= */

.contacto-page .leal-form-actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 14px 20px;
    margin-top: 4px;
}

.contacto-page .leal-form-actions .btn {
    margin: 0 !important;
}

.contacto-page .leal-whatsapp-direct {
    margin: 0 !important;
    display: inline-block;
    color: #061833;
    font-weight: 900;
    text-decoration: none !important;
}

.contacto-page .leal-whatsapp-direct:hover {
    color: #ffbf4f;
}

@media only screen and (max-width: 767px) {
    .contacto-page .leal-form-actions {
        align-items: flex-start;
    }

    .contacto-page .leal-form-actions .btn {
        width: 100%;
    }

    .contacto-page .leal-whatsapp-direct {
        width: 100%;
    }
}


/* =========================================================
   RESPONSIVE FINAL LEAL - NO BORRAR
   Desktop desde 768px / Mobile real debajo de 768px
========================================================= */


/* =========================================================
   TABLET Y TAMAÑOS MEDIANOS: QUE SE VEA COMO PC
========================================================= */

@media (min-width: 768px) and (max-width: 991px) {

    .header-area .header-top {
        display: block !important;
    }

    .mobile_menu,
    .slicknav_menu {
        display: none !important;
    }

    .main-menu,
    .main-menu.d-none,
    .main-menu.d-none.d-lg-block {
        display: block !important;
    }

    .header-area .menu-wrapper,
    .main-header .menu-wrapper {
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
        height: auto !important;
        min-height: 90px !important;
        padding: 0 !important;
    }

    .header-area .logo img,
    .main-header .logo img,
    .logo img {
        width: 135px !important;
        max-width: 135px !important;
        height: auto !important;
    }

    .main-menu ul#navigation,
    .main-menu ul {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 22px !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    .main-menu ul li {
        display: inline-block !important;
        margin: 0 !important;
    }

    .main-menu ul li a {
        font-size: 14px !important;
        padding: 34px 0 !important;
        white-space: nowrap !important;
    }
}


/* =========================================================
   MOBILE REAL
========================================================= */

@media (max-width: 767px) {

    html,
    body {
        width: 100% !important;
        overflow-x: hidden !important;
    }

    .header-area .header-top {
        display: none !important;
    }

    .main-menu {
        display: none !important;
    }

    .header-area,
    .main-header,
    .header-bottom,
    .header-sticky {
        height: 68px !important;
        min-height: 68px !important;
        padding: 0 !important;
        background: #fff !important;
    }

    .header-bottom .container {
        height: 68px !important;
        position: relative !important;
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .header-bottom .row,
    .header-area .menu-wrapper,
    .main-header .menu-wrapper {
        height: 68px !important;
        min-height: 68px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
        padding: 0 !important;
    }

    .header-area .logo,
    .main-header .logo,
    .logo {
        margin: 0 !important;
        padding: 0 !important;
        display: flex !important;
        align-items: center !important;
        height: 68px !important;
        position: relative !important;
        z-index: 20 !important;
    }

    .header-area .logo img,
    .main-header .logo img,
    .logo img {
        width: 200px !important;
        max-width: 200px !important;
        height: auto !important;
        display: block !important;
    }

    .mobile_menu,
    .slicknav_menu {
        display: block !important;
    }

    .mobile_menu {
        position: absolute !important;
        top: 50% !important;
        right: 18px !important;
        left: auto !important;
        transform: translateY(-50%) !important;
        width: auto !important;
        margin: 0 !important;
        padding: 0 !important;
        z-index: 99999 !important;
    }

    .slicknav_menu {
        background: transparent !important;
        padding: 0 !important;
        margin: 0 !important;
    }

    .slicknav_btn {
        float: none !important;
        margin: 0 !important;
        padding: 0 !important;
        background: transparent !important;
    }

    .slicknav_icon {
        margin: 0 !important;
    }

    .slicknav_icon-bar {
        background-color: #53699b !important;
        width: 30px !important;
        height: 4px !important;
        margin: 4px 0 !important;
        display: block !important;
    }

    .slicknav_nav {
        position: absolute !important;
        top: 43px !important;
        right: 0 !important;
        left: auto !important;
        width: 270px !important;
        background: #ffffff !important;
        box-shadow: 0 10px 30px rgba(0,0,0,.18) !important;
        padding: 12px !important;
        z-index: 99999 !important;
    }

    .slider-height {
        min-height: 500px !important;
        height: 500px !important;
        background-size: cover !important;
        background-position: center center !important;
    }

    .leal-index-hero h1 {
        font-size: 32px !important;
        line-height: 1.15 !important;
    }

    .leal-index-hero p {
        font-size: 15.5px !important;
        line-height: 1.6 !important;
    }

    .leal-main-image {
        width: 100% !important;
        height: 310px !important;
        object-fit: cover !important;
        object-position: center center !important;
    }

    .leal-thumb-item img {
        width: 100% !important;
        height: 250px !important;
        object-fit: cover !important;
        object-position: center center !important;
    }

    .gallery-img,
    .single-gallery .gallery-img {
        height: 290px !important;
        background-size: cover !important;
        background-position: center center !important;
    }
}


/* =========================================================
   CELULARES MÁS CHICOS
========================================================= */

@media (max-width: 420px) {

    .header-area,
    .main-header,
    .header-bottom,
    .header-sticky,
    .header-bottom .container,
    .header-bottom .row,
    .header-area .menu-wrapper,
    .main-header .menu-wrapper,
    .header-area .logo,
    .main-header .logo,
    .logo {
        height: 66px !important;
        min-height: 66px !important;
    }

    .header-area .logo img,
    .main-header .logo img,
    .logo img {
        width: 190px !important;
        max-width: 190px !important;
    }

    .mobile_menu {
        right: 14px !important;
    }

    .slider-height {
        min-height: 480px !important;
        height: 480px !important;
    }

    .leal-index-hero h1 {
        font-size: 29px !important;
    }
}


/* =========================================================
   NOSOTROS PAGE - NUEVO DISEÑO
========================================================= */

.nosotros-page {
    background: #ffffff;
}

.leal-nosotros-hero {
    position: relative;
    min-height: 460px;
    display: flex;
    align-items: center;
    background-size: cover;
    background-position: center center;
}

.leal-nosotros-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(6,24,51,.88) 0%, rgba(6,24,51,.62) 52%, rgba(6,24,51,.18) 100%);
}

.leal-nosotros-hero .container {
    position: relative;
    z-index: 2;
}

.leal-nosotros-hero-content span {
    display: inline-block;
    color: #ffbf4f;
    font-size: 14px;
    font-weight: 900;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    margin-bottom: 14px;
}

.leal-nosotros-hero-content h1 {
    color: #ffffff;
    font-size: 50px;
    font-weight: 900;
    line-height: 1.1;
    margin-bottom: 18px;
}

.leal-nosotros-hero-content p {
    color: #e8eef6;
    font-size: 18px;
    line-height: 1.7;
    max-width: 720px;
    margin: 0;
}

.leal-nosotros-intro {
    padding: 90px 0;
    background: #ffffff;
}

.leal-nosotros-intro h2,
.leal-nosotros-capacidades h2,
.leal-nosotros-cta h2 {
    color: #061833;
    font-size: 42px;
    font-weight: 900;
    line-height: 1.15;
    margin-bottom: 20px;
}

.leal-nosotros-intro p,
.leal-nosotros-capacidades p,
.leal-nosotros-cta p {
    color: #4b5563;
    font-size: 17px;
    line-height: 1.8;
}

.leal-nosotros-actions {
    margin-top: 28px;
}

.leal-nosotros-actions .btn {
    margin-right: 14px;
    margin-bottom: 10px;
}

.leal-nosotros-img-wrap {
    position: relative;
}

.leal-nosotros-img-wrap img {
    width: 100%;
    height: 520px;
    object-fit: cover;
    border-radius: 18px;
    box-shadow: 0 18px 42px rgba(0,0,0,.16);
}

.leal-nosotros-exp {
    position: absolute;
    left: -20px;
    bottom: -24px;
    width: 190px;
    background: #061833;
    color: #ffffff;
    padding: 24px;
    border-radius: 16px;
    box-shadow: 0 14px 34px rgba(0,0,0,.22);
}

.leal-nosotros-exp strong {
    display: block;
    color: #ffbf4f;
    font-size: 44px;
    font-weight: 900;
    line-height: 1;
}

.leal-nosotros-exp span {
    display: block;
    margin-top: 8px;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.4;
}

.leal-nosotros-capacidades {
    padding: 85px 0 70px;
    background: #f6f8fb;
}

.leal-nosotros-card {
    height: 100%;
    background: #ffffff;
    padding: 32px 28px;
    border-radius: 18px;
    box-shadow: 0 14px 34px rgba(6,24,51,.08);
}

.leal-nosotros-card i {
    width: 58px;
    height: 58px;
    background: #061833;
    color: #ffbf4f;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    font-size: 25px;
    margin-bottom: 20px;
}

.leal-nosotros-card h3 {
    color: #061833;
    font-size: 22px;
    font-weight: 900;
    margin-bottom: 12px;
}

.leal-nosotros-card p {
    font-size: 15.5px;
    line-height: 1.7;
    margin: 0;
}

.leal-nosotros-mvv {
    padding: 85px 0 70px;
    background: linear-gradient(135deg, #061833 0%, #123d73 100%);
}

.leal-mvv-card {
    height: 100%;
    padding: 32px 28px;
    border-radius: 18px;
    background: rgba(255,255,255,.08);
    border: 1px solid rgba(255,191,79,.28);
}

.leal-mvv-card span {
    display: inline-block;
    color: #ffbf4f;
    font-size: 15px;
    font-weight: 900;
    margin-bottom: 14px;
}

.leal-mvv-card h3 {
    color: #ffffff;
    font-size: 25px;
    font-weight: 900;
    margin-bottom: 14px;
}

.leal-mvv-card p {
    color: #dbe4f0;
    font-size: 15.5px;
    line-height: 1.75;
    margin: 0;
}

.leal-nosotros-galeria img {
    width: 100%;
    height: 360px;
    object-fit: cover;
    display: block;
    filter: saturate(.95);
}

.leal-nosotros-cta {
    padding: 80px 0;
    background: #ffffff;
}

.leal-nosotros-cta h2 {
    margin-bottom: 12px;
}

.leal-nosotros-cta p {
    margin: 0;
    max-width: 720px;
}

@media (max-width: 991px) {
    .leal-nosotros-hero-content h1 {
        font-size: 40px;
    }

    .leal-nosotros-intro h2,
    .leal-nosotros-capacidades h2,
    .leal-nosotros-cta h2 {
        font-size: 34px;
    }

    .leal-nosotros-img-wrap img {
        height: 430px;
    }

    .leal-nosotros-exp {
        position: relative;
        left: auto;
        bottom: auto;
        width: 100%;
        margin-top: 16px;
    }
}

@media (max-width: 767px) {
    .leal-nosotros-hero {
        min-height: 430px;
    }

    .leal-nosotros-hero-content h1 {
        font-size: 32px;
    }

    .leal-nosotros-hero-content p {
        font-size: 16px;
    }

    .leal-nosotros-intro,
    .leal-nosotros-capacidades,
    .leal-nosotros-mvv,
    .leal-nosotros-cta {
        padding: 58px 0;
    }

    .leal-nosotros-intro h2,
    .leal-nosotros-capacidades h2,
    .leal-nosotros-cta h2 {
        font-size: 29px;
    }

    .leal-nosotros-img-wrap img {
        height: 320px;
    }

    .leal-nosotros-actions .btn,
    .leal-nosotros-actions .leal-outline-btn {
        width: 100%;
        text-align: center;
    }

    .leal-nosotros-galeria img {
        height: 260px;
    }
}


/* Ajuste de valores cuando aparece dentro de Nosotros */
.nosotros-page .categories-area {
    padding: 100px 0 0 0;
    background: #ffffff !important;
}

/* =========================================================
   NOSOTROS PAGE FINAL
========================================================= */

.nosotros-page {
    background: #ffffff;
}

/* Hero */
.leal-nosotros-hero {
    position: relative;
    min-height: 470px;
    display: flex;
    align-items: center;
    background-image: url("../img/gallery/cards/estructuras/card-04.jpg");
    background-size: cover;
    background-position: center center;
}

.leal-nosotros-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        90deg,
        rgba(6, 24, 51, 0.88) 0%,
        rgba(6, 24, 51, 0.62) 52%,
        rgba(6, 24, 51, 0.20) 100%
    );
}

.leal-nosotros-hero .container {
    position: relative;
    z-index: 2;
}

.leal-nosotros-hero-content span {
    display: inline-block;
    color: #ffbf4f;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    margin-bottom: 14px;
}

.leal-nosotros-hero-content h1 {
    color: #ffffff;
    font-size: 58px;
    font-weight: 900;
    line-height: 1.05;
    margin-bottom: 18px;
}

.leal-nosotros-hero-content p {
    color: #e8eef6;
    font-size: 18px;
    line-height: 1.7;
    max-width: 720px;
    margin-bottom: 24px;
}

.leal-nosotros-hero-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.leal-nosotros-hero-tags small {
    display: inline-block;
    background: rgba(255,255,255,.12);
    border: 1px solid rgba(255,255,255,.28);
    color: #ffffff;
    padding: 9px 14px;
    border-radius: 999px;
    font-weight: 800;
}

/* Resumen */
.leal-nosotros-resumen {
    background: #ffffff;
}

.leal-nosotros-resumen .about-caption p {
    color: #4b5563;
    font-size: 16.5px;
    line-height: 1.8;
}

.leal-nosotros-img img {
    width: 100%;
    height: 470px;
    object-fit: cover;
    object-position: center center;
    border-radius: 16px;
}

.leal-nosotros-puntos {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 28px;
}

.leal-nosotros-puntos div {
    background: #f6f8fb;
    border-left: 4px solid #ffbf4f;
    padding: 16px 18px;
    border-radius: 10px;
    min-width: 145px;
}

.leal-nosotros-puntos strong {
    display: block;
    color: #061833;
    font-size: 26px;
    font-weight: 900;
    line-height: 1;
    margin-bottom: 6px;
}

.leal-nosotros-puntos span {
    color: #4b5563;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.35;
}

.leal-nosotros-cap {
    background: #061833 !important;
}

.leal-nosotros-cap span {
    color: #ffbf4f !important;
}

/* Misión y Visión */
.leal-mision-vision-clean {
    padding: 90px 0;
    background: #f6f8fb;
}

.leal-mv-row {
    margin-bottom: 55px;
}

.leal-mv-row:last-child {
    margin-bottom: 0;
}

.leal-mv-card {
    background: #ffffff;
    padding: 46px 42px;
    min-height: 360px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-shadow: 0 16px 40px rgba(6,24,51,.10);
}

.leal-mv-card span {
    display: inline-block;
    color: #ffbf4f;
    font-size: 14px;
    font-weight: 900;
    letter-spacing: 1.3px;
    text-transform: uppercase;
    margin-bottom: 14px;
}

.leal-mv-card h2 {
    color: #061833;
    font-size: 34px;
    font-weight: 900;
    line-height: 1.15;
    margin-bottom: 18px;
}

.leal-mv-card p {
    color: #4b5563;
    font-size: 16.5px;
    line-height: 1.8;
    margin: 0;
}

.leal-mv-card-dark {
    background: linear-gradient(135deg, #061833 0%, #123d73 100%);
}

.leal-mv-card-dark h2 {
    color: #ffffff;
}

.leal-mv-card-dark p {
    color: #dbe4f0;
}

.leal-mv-img img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    object-position: center center;
    display: block;
}

/* Responsive */
@media (max-width: 991px) {
    .leal-nosotros-hero-content h1 {
        font-size: 44px;
    }

    .leal-nosotros-img img {
        height: 390px;
    }

    .leal-mv-card {
        min-height: auto;
        padding: 38px 32px;
    }

    .leal-mv-img img {
        height: 350px;
    }
}

@media (max-width: 767px) {
    .leal-nosotros-hero {
        min-height: 430px;
    }

    .leal-nosotros-hero-content h1 {
        font-size: 36px;
    }

    .leal-nosotros-hero-content p {
        font-size: 16px;
    }

    .leal-nosotros-hero-tags small {
        font-size: 12px;
        padding: 8px 12px;
    }

    .leal-nosotros-img img {
        height: 310px;
    }

    .leal-nosotros-puntos {
        flex-direction: column;
    }

    .leal-nosotros-puntos div {
        width: 100%;
    }

    .leal-mision-vision-clean {
        padding: 58px 0;
    }

    .leal-mv-row {
        margin-bottom: 35px;
    }

    .leal-mv-row-reverse {
        flex-direction: column-reverse;
    }

    .leal-mv-card {
        padding: 30px 24px;
    }

    .leal-mv-card h2 {
        font-size: 27px;
    }

    .leal-mv-img img {
        height: 280px;
    }
}


/* =========================================================
   NOSOTROS SIN HERO
========================================================= */

.nosotros-page .leal-nosotros-resumen {
    padding-top: 95px !important;
}

@media (max-width: 767px) {
    .nosotros-page .leal-nosotros-resumen {
        padding-top: 60px !important;
    }
}


/* =========================================================
   HERO NOSOTROS LIMPIO FINAL
========================================================= */

.leal-page-hero-nosotros {
    position: relative;
    min-height: 330px;
    display: flex;
    align-items: center;
    background-size: cover;
    background-position: center center;
}

.leal-page-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        90deg,
        rgba(6, 24, 51, 0.86) 0%,
        rgba(6, 24, 51, 0.62) 48%,
        rgba(6, 24, 51, 0.18) 100%
    );
}

.leal-page-hero-nosotros .container {
    position: relative;
    z-index: 2;
}

.leal-page-hero-content span {
    display: inline-block;
    color: #ffbf4f;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.leal-page-hero-content h1 {
    color: #ffffff;
    font-size: 50px;
    font-weight: 900;
    line-height: 1.05;
    margin-bottom: 12px;
    text-transform: uppercase;
}

.leal-page-hero-content p {
    color: #e8eef6;
    font-size: 18px;
    line-height: 1.6;
    max-width: 620px;
    margin: 0;
}

@media (max-width: 767px) {
    .leal-page-hero-nosotros {
        min-height: 280px;
    }

    .leal-page-hero-content h1 {
        font-size: 36px;
    }

    .leal-page-hero-content p {
        font-size: 15.5px;
    }

    .leal-page-hero-content span {
        font-size: 11px;
    }
}

/* =========================================================
   GALERÍA FINAL BONITA + NAVEGACIÓN
========================================================= */

.leal-galeria-page {
    background: #ffffff;
    padding: 0;
}

.leal-galeria-page .container-fluid {
    padding-left: 0;
    padding-right: 0;
}

.leal-galeria-page .porfalio {
    margin: 0;
}

.leal-galeria-page .porfalio > div {
    padding: 0;
    overflow: hidden;
}

.leal-galeria-page a {
    display: block;
    width: 100%;
    height: 285px;
    overflow: hidden;
}

.leal-galeria-page img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    display: block;
    transition: transform .35s ease;
}

.leal-galeria-page a:hover img {
    transform: scale(1.06);
}

/* Popup */
.mfp-bg {
    background: #000 !important;
    opacity: 0.86 !important;
}

.mfp-img {
    max-height: 88vh !important;
    width: auto !important;
}

.mfp-counter {
    color: #ffffff !important;
    font-size: 14px !important;
    font-weight: 700 !important;
}

/* Flechas grandes para desplazar imágenes */
.mfp-arrow {
    opacity: 1 !important;
    width: 80px !important;
    height: 80px !important;
}

.mfp-arrow:before,
.mfp-arrow:after {
    border-color: transparent !important;
}

.mfp-arrow-left:after {
    border-right: 22px solid #ffffff !important;
}

.mfp-arrow-right:after {
    border-left: 22px solid #ffffff !important;
}

.mfp-close {
    color: #ffffff !important;
    font-size: 42px !important;
    opacity: 1 !important;
}

@media (max-width: 767px) {
    .leal-galeria-page a {
        height: 260px;
    }

    .mfp-arrow {
        width: 56px !important;
        height: 56px !important;
    }

    .mfp-img {
        max-height: 82vh !important;
    }
}


/* =========================================================
   SERVICIOS - LO QUE RECIBE EL CLIENTE
========================================================= */

.leal-servicio-cliente {
    background: #ffffff;
    padding: 85px 0;
}

.leal-cliente-beneficios {
    margin-top: 28px;
}

.leal-cliente-beneficio {
    padding: 18px 0 18px 22px;
    border-left: 4px solid #ffbf4f;
    border-bottom: 1px solid #e5eaf2;
}

.leal-cliente-beneficio:first-child {
    border-top: 1px solid #e5eaf2;
}

.leal-cliente-beneficio strong {
    display: block;
    color: #061833;
    font-size: 20px;
    font-weight: 900;
    margin-bottom: 6px;
}

.leal-cliente-beneficio p {
    color: #4b5563;
    font-size: 15.5px;
    line-height: 1.7;
    margin: 0;
}

.leal-cliente-img img {
    width: 100%;
    height: 560px;
    object-fit: cover;
    object-position: center center;
    border-radius: 18px;
    box-shadow: 0 18px 42px rgba(6, 24, 51, 0.16);
}

@media (max-width: 991px) {
    .leal-cliente-img img {
        height: 420px;
    }
}

@media (max-width: 767px) {
    .leal-servicio-cliente {
        padding: 58px 0;
    }

    .leal-cliente-img img {
        height: 310px;
    }

    .leal-cliente-beneficio {
        padding-left: 16px;
    }

    .leal-cliente-beneficio strong {
        font-size: 18px;
    }
}

/* =====================================================
   NOSOTROS - SERVICIOS VISUALES
===================================================== */

.leal-nosotros-capacidades {
    background: #f5f6f8;
    padding: 90px 0;
}

.leal-capacidad-item {
    background: #ffffff;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 18px 45px rgba(3, 18, 38, 0.08);
    height: 100%;
    transition: 0.3s ease;
}

.leal-capacidad-item:hover {
    transform: translateY(-6px);
    box-shadow: 0 24px 55px rgba(3, 18, 38, 0.14);
}

.leal-capacidad-img {
    position: relative;
    height: 260px;
    overflow: hidden;
}

.leal-capacidad-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: 0.4s ease;
}

.leal-capacidad-item:hover .leal-capacidad-img img {
    transform: scale(1.05);
}

.leal-capacidad-badge {
    position: absolute;
    top: 18px;
    left: 18px;
    width: 62px;
    height: 62px;
    background: #031f4b;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 12px 30px rgba(3, 18, 38, 0.22);
}

.leal-capacidad-badge i {
    color: #f2b705;
    font-size: 24px;
}

.leal-capacidad-content {
    padding: 26px 24px 28px;
}

.leal-capacidad-content h3 {
    color: #0f2343;
    font-size: 31px;
    line-height: 1.2;
    margin-bottom: 14px;
    font-weight: 800;
}

.leal-capacidad-content p {
    color: #5d6678;
    font-size: 16px;
    line-height: 1.8;
    margin: 0;
}

@media (max-width: 991px) {
    .leal-capacidad-img {
        height: 230px;
    }
}

@media (max-width: 575px) {
    .leal-nosotros-capacidades {
        padding: 70px 0;
    }

    .leal-capacidad-img {
        height: 220px;
    }

    .leal-capacidad-content {
        padding: 22px 20px 24px;
    }

    .leal-capacidad-content h3 {
        font-size: 25px;
    }

    .leal-capacidad-content p {
        font-size: 15px;
        line-height: 1.7;
    }
}
/* =====================================================
   NOSOTROS - BASE REGIONAL
===================================================== */

.leal-region-box {
    margin: 28px 0 26px;
    padding: 22px 24px;
    background: linear-gradient(135deg, #061833 0%, #123d73 100%);
    border-left: 5px solid #ffbf4f;
    border-radius: 14px;
    box-shadow: 0 16px 35px rgba(6, 24, 51, 0.16);
}

.leal-region-box span {
    display: block;
    color: #ffbf4f;
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 1.4px;
    margin-bottom: 6px;
}

.leal-region-box strong {
    display: block;
    color: #ffffff;
    font-size: 26px;
    font-weight: 900;
    line-height: 1.2;
    margin-bottom: 8px;
}

.leal-region-box p {
    color: #dbe4f0 !important;
    font-size: 15.5px !important;
    line-height: 1.7 !important;
    margin: 0 !important;
}

@media (max-width: 767px) {
    .leal-region-box {
        padding: 20px;
    }

    .leal-region-box strong {
        font-size: 22px;
    }
}


/* =====================================================
   NOSOTROS - GALERÍA DE ÁREAS
===================================================== */

.leal-nosotros-areas {
    padding: 90px 0 0;
    background: #f5f6f8;
}

.leal-nosotros-areas h2 {
    color: #061833;
    font-size: 38px;
    font-weight: 900;
    line-height: 1.2;
    margin-bottom: 18px;
}

.leal-nosotros-areas .container p {
    color: #5b6472;
    font-size: 17px;
    line-height: 1.8;
}

.leal-area-item {
    position: relative;
    display: block;
    height: 385px;
    overflow: hidden;
    text-decoration: none;
    background: #061833;
}

.leal-area-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .45s ease;
}

.leal-area-item:hover img {
    transform: scale(1.06);
}

.leal-area-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        180deg,
        rgba(3, 18, 38, 0.05) 0%,
        rgba(3, 18, 38, 0.42) 55%,
        rgba(3, 18, 38, 0.88) 100%
    );
    z-index: 1;
}

.leal-area-content {
    position: absolute;
    left: 24px;
    right: 24px;
    bottom: 24px;
    z-index: 2;
}

.leal-area-content span {
    display: inline-block;
    color: #ffbf4f;
    font-size: 14px;
    font-weight: 900;
    margin-bottom: 10px;
}

.leal-area-content h3 {
    color: #ffffff;
    font-size: 26px;
    line-height: 1.15;
    margin: 0;
    font-weight: 900;
    text-transform: uppercase;
}

@media (max-width: 991px) {
    .leal-area-item {
        height: 320px;
    }

    .leal-area-content h3 {
        font-size: 24px;
    }
}

@media (max-width: 575px) {
    .leal-nosotros-areas {
        padding: 70px 0 0;
    }

    .leal-nosotros-areas h2 {
        font-size: 29px;
    }

    .leal-area-item {
        height: 265px;
    }

    .leal-area-content {
        left: 18px;
        right: 18px;
        bottom: 18px;
    }

    .leal-area-content h3 {
        font-size: 21px;
    }
}

