.elementor-22 .elementor-element.elementor-element-5c76fef{--display:flex;}.elementor-22 .elementor-element.elementor-element-bfc0692{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-22 .elementor-element.elementor-element-bfc0692:not(.elementor-motion-effects-element-type-background), .elementor-22 .elementor-element.elementor-element-bfc0692 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-22 .elementor-element.elementor-element-c23535d{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-22 .elementor-element.elementor-element-c23535d:not(.elementor-motion-effects-element-type-background), .elementor-22 .elementor-element.elementor-element-c23535d > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#0D1418;}.elementor-22 .elementor-element.elementor-element-7b31ab4{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-22 .elementor-element.elementor-element-6a5e0b2{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-22 .elementor-element.elementor-element-6a5e0b2:not(.elementor-motion-effects-element-type-background), .elementor-22 .elementor-element.elementor-element-6a5e0b2 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}/* Start custom CSS for html, class: .elementor-element-b2be5ec *//* Contenedor principal del Hero */
.hero-section {
    position: relative;
    width: 100%;
    min-height: 80vh;
    display: flex;
    align-items: center;
    justify-content: flex-start; /* Alineado a la izquierda */
    padding: 40px 20px; /* Se ajustó un poco el padding lateral para mejor respiro */
    /* Sin fondo establecido, listo para la inserción de la imagen oscura externa */
}

/* Contenedor del contenido */
.hero-content {
    max-width: 900px;
    text-align: left; /* Texto alineado a la izquierda */
    z-index: 2;
    margin-left: 5%; /* Margen opcional para separarlo del borde izquierdo de la pantalla */
}

/* Tipografía optimizada para contraste sobre imágenes oscuras */
.hero-title {
    color: #FFFFFF;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-size: 3.5rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 24px;
    text-shadow: 2px 4px 8px rgba(0, 0, 0, 0.6);
}

.hero-description {
    color: #FFFFFF;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.6;
    margin-bottom: 40px;
    text-shadow: 1px 2px 6px rgba(0, 0, 0, 0.7);
}

/* Interfaz de Botones */
.hero-actions {
    display: flex;
    gap: 20px;
    justify-content: flex-start; /* Botones alineados a la izquierda */
    flex-wrap: wrap;
}

.btn-primary, .btn-secondary {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 16px 36px;
    font-size: 1.125rem;
    font-weight: 600;
    text-decoration: none;
    border-radius: 50px;
    transition: all 0.3s ease;
}

.btn-primary {
    background: linear-gradient(90deg, #009245, #8CC63F); /* Gradiente verde corporativo */
    color: #FFFFFF;
    box-shadow: 0 4px 15px rgba(0, 146, 69, 0.3);
}

.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(140, 198, 63, 0.4);
}

.btn-secondary {
    background-color: transparent;
    color: #FFFFFF;
    border: 2px solid #FFFFFF;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

.btn-secondary:hover {
    background-color: rgba(255, 255, 255, 0.1);
    transform: translateY(-2px);
}

/* Comportamiento Responsivo */
@media (max-width: 768px) {
    .hero-section {
        justify-content: center; /* Centrar en pantallas pequeñas para mejor estética móvil */
    }

    .hero-content {
        margin-left: 0;
        text-align: center; /* Centrar texto en móviles */
    }

    .hero-title {
        font-size: 2.2rem;
    }
    
    .hero-description {
        font-size: 1.1rem;
    }
    
    .hero-actions {
        flex-direction: column;
        justify-content: center;
        width: 100%;
        max-width: 320px;
        margin: 0 auto;
    }
    
    .btn-primary, .btn-secondary {
        width: 100%;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-22d435f *//* Contenedor principal del módulo Split - Servicios */
.svc-split-section {
    --azul-oscuro: #0054A6;
    --azul-acento: #00AEEF;
    --texto-cuerpo: #4A4A4A;
    --texto-title: #16294D; /* azul-negro, más contraste que el azul plano sobre blanco */

    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    align-items: center;
    max-width: 1200px;
    margin: 80px auto;
    padding: 0 20px;
    background-color: #FFFFFF;
}

/* Columna Izquierda: Contenido de texto */
.svc-content {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.svc-title {
    color: var(--texto-title);
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-size: clamp(1.75rem, 1.4rem + 1.5vw, 2.5rem);
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: -0.02em;
    margin-bottom: 8px;
    position: relative;
}

/* pequeño acento visual bajo el título para dar jerarquía sin depender de color de fondo */
.svc-title::after {
    content: "";
    display: block;
    width: 56px;
    height: 4px;
    margin-top: 16px;
    border-radius: 2px;
    background: linear-gradient(90deg, var(--azul-acento), var(--azul-oscuro));
}

.svc-item {
    border-left: 4px solid var(--azul-acento);
    padding: 16px 20px;
    background: #F7FBFE; /* celeste casi imperceptible, mejor que rgba muy tenue sobre blanco puro */
    border-radius: 0 12px 12px 0;
    transition: background 0.3s ease, transform 0.25s ease, box-shadow 0.3s ease;
}

.svc-item:hover {
    background: #EEF7FD;
    transform: translateX(4px);
    box-shadow: 0 4px 16px rgba(0, 84, 166, 0.08);
}

.svc-item:focus-within {
    outline: 2px solid var(--azul-acento);
    outline-offset: 2px;
}

.svc-item-title {
    color: var(--azul-oscuro);
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 8px;
}

.svc-item-desc {
    color: var(--texto-cuerpo);
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-size: 1rem;
    line-height: 1.65;
}

/* Columna Derecha: Imagen */
.svc-image-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 400px;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 16px 40px rgba(0, 84, 166, 0.14);
}

.svc-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
}

.svc-image-wrapper:hover .svc-img {
    transform: scale(1.03);
}

/* Comportamiento Responsivo */
@media (max-width: 992px) {
    .svc-split-section {
        grid-template-columns: 1fr;
        gap: 32px;
        margin: 60px auto;
    }
    .svc-image-wrapper {
        min-height: 350px;
        order: -1;
    }
}

@media (max-width: 576px) {
    .svc-split-section {
        gap: 24px;
        margin: 48px auto;
    }
    .svc-item {
        padding: 14px 16px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-47e64c7 *//* Contenedor principal del módulo Flota */
.flota-section {
    --azul-acento: #00AEEF;
    --azul-oscuro: #0054A6;
    --fondo-oscuro: #0D1418;
    --fondo-card: #161F25;
    --texto-cuerpo: #C4CDD3;
    --texto-muted: #8A97A0;

    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    align-items: center;
    max-width: 1200px;
    margin: 80px auto;
    padding: 60px 20px;
    background-color: var(--fondo-oscuro);
    border-radius: 24px;
}

/* Columna Izquierda: Imagen */
.flota-image-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 420px;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
}

.flota-image-wrapper::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 16px;
    box-shadow: inset 0 0 0 1px rgba(0, 174, 239, 0.2);
    pointer-events: none;
}

.flota-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
}

.flota-image-wrapper:hover .flota-img {
    transform: scale(1.03);
}

/* Columna Derecha: Contenido */
.flota-content {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.flota-title {
    color: #FFFFFF;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-size: clamp(1.75rem, 1.4rem + 1.5vw, 2.5rem);
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: -0.02em;
    position: relative;
}

.flota-title::after {
    content: "";
    display: block;
    width: 56px;
    height: 4px;
    margin-top: 16px;
    border-radius: 2px;
    background: linear-gradient(90deg, var(--azul-acento), var(--azul-oscuro));
}

.flota-intro {
    color: var(--texto-cuerpo);
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-size: 1.05rem;
    line-height: 1.7;
}

.flota-features {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.flota-feature-item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    background: var(--fondo-card);
    padding: 18px 20px;
    border-radius: 12px;
    border-left: 4px solid var(--azul-acento);
    transition: background 0.3s ease, transform 0.25s ease, box-shadow 0.3s ease;
}

.flota-feature-item:hover {
    background: #1B262E;
    transform: translateX(4px);
    box-shadow: 0 4px 20px rgba(0, 174, 239, 0.14);
}

.flota-feature-item:focus-within {
    outline: 2px solid var(--azul-acento);
    outline-offset: 2px;
}

.flota-feature-numero {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: rgba(0, 174, 239, 0.12);
    color: var(--azul-acento);
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-size: 0.8rem;
    font-weight: 700;
}

.flota-feature-copy {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.flota-feature-title {
    color: var(--azul-acento);
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-size: 1.1rem;
    font-weight: 600;
}

.flota-feature-text {
    color: var(--texto-muted);
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-size: 0.95rem;
    line-height: 1.6;
}

/* Comportamiento Responsivo */
@media (max-width: 992px) {
    .flota-section {
        grid-template-columns: 1fr;
        gap: 32px;
        margin: 60px auto;
        padding: 40px 20px;
    }
    .flota-image-wrapper {
        min-height: 340px;
        order: -1;
    }
}

@media (max-width: 576px) {
    .flota-section {
        padding: 32px 16px;
        border-radius: 16px;
    }
    .flota-feature-item {
        padding: 14px 16px;
        gap: 12px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-fd495fd *//* Sección Perfil Institucional - Fondo blanco sin imágenes */
.perfil-section {
    --verde-oscuro: #009245;
    --verde-claro: #8CC63F;
    --azul-oscuro: #0054A6;
    --azul-acento: #00AEEF;
    --texto-cuerpo: #4A4A4A;

    max-width: 1200px;
    margin: 80px auto;
    padding: 64px 20px;
    background-color: #FFFFFF;
    text-align: center;
}

.perfil-header {
    max-width: 720px;
    margin: 0 auto 56px auto;
}

.perfil-title {
    color: var(--verde-oscuro);
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-size: clamp(1.75rem, 1.4rem + 1.5vw, 2.5rem);
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: -0.02em;
    margin-bottom: 12px;
    position: relative;
    display: inline-block;
}

.perfil-title::after {
    content: "";
    display: block;
    width: 64px;
    height: 4px;
    margin: 18px auto 0 auto;
    border-radius: 2px;
    background: linear-gradient(90deg, var(--verde-oscuro), var(--verde-claro));
}

.perfil-desc {
    color: var(--texto-cuerpo);
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-size: 1.125rem;
    line-height: 1.7;
    margin-top: 24px;
}

/* Grid de Pilares Institucionales */
.pilares-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 28px;
}

.pilar-card {
    position: relative;
    background-color: #FFFFFF;
    border: 1px solid rgba(0, 84, 166, 0.1);
    border-radius: 16px;
    padding: 40px 28px 32px 28px;
    text-align: left;
    box-shadow: 0 4px 20px rgba(0, 84, 166, 0.06);
    transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
    overflow: hidden;
}

.pilar-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--azul-acento), var(--verde-claro));
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s ease;
}

.pilar-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 36px rgba(0, 84, 166, 0.12);
    border-color: rgba(0, 174, 239, 0.25);
}

.pilar-card:hover::before {
    transform: scaleX(1);
}

.pilar-numero {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(0, 174, 239, 0.08);
    color: var(--azul-acento);
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-size: 0.9rem;
    font-weight: 700;
    margin-bottom: 20px;
}

.pilar-title {
    color: var(--azul-oscuro);
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 12px;
}

.pilar-text {
    color: var(--texto-cuerpo);
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-size: 0.98rem;
    line-height: 1.6;
}

/* Comportamiento Responsivo */
@media (max-width: 768px) {
    .perfil-section {
        margin: 60px auto;
        padding: 48px 20px;
    }
    .perfil-header {
        margin-bottom: 40px;
    }
    .pilar-card {
        padding: 32px 24px 28px 24px;
    }
}

@media (max-width: 480px) {
    .pilares-grid {
        grid-template-columns: 1fr;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c62cd74 *//* Contenedor principal de la sección de contacto (Imagen a la izquierda, texto a la derecha) */
.contacto-split-section {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
    max-width: 1200px;
    margin: 80px auto;
    padding: 0 20px;
    background-color: 
#FFFFFF; /* Fondo estrictamente blanco */
}
/* Columna Izquierda: Imagen */
.contacto-image-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 400px;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 146, 69, 0.1); /* Sombra sutil en tono verde corporativo */
}
.contacto-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
}
.contacto-image-wrapper:hover .contacto-img {
    transform: scale(1.03);
}
/* Columna Derecha: Contenido */
.contacto-content {
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.section-title {
    color: 
#009245; /* Verde oscuro corporativo */
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-size: 2.25rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 8px;
}
.contacto-desc {
    color: 
#2C2C2C;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-size: 1.1rem;
    line-height: 1.6;
}
/* Bloque de Información de Contacto */
.contacto-info {
    font-style: normal;
    background: rgba(0, 174, 239, 0.03); /* Fondo azul muy claro */
    border-left: 4px solid 
#00AEEF; /* Acento azul corporativo */
    padding: 24px;
    border-radius: 0 8px 8px 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.info-item {
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.info-label {
    color: 
#0054A6; /* Azul oscuro corporativo */
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-size: 0.9rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.info-data {
    color: 
#2C2C2C;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-size: 1.1rem;
    font-weight: 500;
}
.text-accent {
    color: 
#00AEEF; /* Azul claro corporativo para resaltar el número */
    font-weight: 700;
}
/* Botón de Contacto */
.btn-contacto {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(90deg, 
#009245, 
#8CC63F); /* Gradiente verde corporativo */
    color: 
#FFFFFF;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    padding: 16px 32px;
    font-size: 1.1rem;
    font-weight: 600;
    text-decoration: none;
    border-radius: 50px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    align-self: flex-start;
    box-shadow: 0 4px 15px rgba(0, 146, 69, 0.2);
}
.btn-contacto:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(140, 198, 63, 0.3);
}
/* Comportamiento Responsivo */
@media (max-width: 992px) {
    .contacto-split-section {
        grid-template-columns: 1fr;
        gap: 32px;
        margin: 60px auto;
    }
    .contacto-image-wrapper {
        min-height: 350px;
        order: -1; /* Coloca la imagen arriba en dispositivos móviles */
    }
    .btn-contacto {
        width: 100%;
        text-align: center;
    }
}/* End custom CSS */