/*
Theme Name: Divi Child
Theme URI: http://www.elegantthemes.com/gallery/divi/
Template: Divi
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Version: 5.7.4.1781803508
Updated: 2026-06-18 17:25:08

*/

.blue-text-color {
    color: #5160a5;
}


.fe-impact-card {
    position: relative !important;
    overflow: hidden !important;
    border-radius: 22px !important;
    background:
        radial-gradient(circle at 20% 15%, rgba(0, 190, 230, 0.16), transparent 34%),
        radial-gradient(circle at 85% 85%, rgba(92, 77, 255, 0.14), transparent 36%),
        linear-gradient(145deg, rgba(255,255,255,0.96), rgba(247,250,255,0.92)) !important;
    border: 1px solid rgba(1, 89, 211, 0.10) !important;
    transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease !important;
}

.fe-impact-card::before {
    content: "";
    position: absolute;
    width: 150px;
    height: 150px;
    top: -70px;
    right: -60px;
    background: rgba(0, 190, 230, 0.16);
    filter: blur(28px);
    border-radius: 50%;
    pointer-events: none;
}

.fe-impact-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 26px 65px rgba(15, 23, 42, 0.11) !important;
    border-color: rgba(1, 89, 211, 0.20) !important;
}

/* ==============================
   Logos / Trabajamos con líderes
============================== */

.fe-logo-card img {
    filter: grayscale(100%);
    opacity: .75;
    transition: filter .3s ease, opacity .3s ease, transform .3s ease;
}

.fe-logo-card:hover img {
    filter: grayscale(0%);
    opacity: 1;
    transform: translateY(-3px);
}


/* ==============================
   Cómo te acompañamos
============================== */

.fe-step-icon {
    width: 82px !important;
    height: 82px !important;
    border-radius: 50% !important;
    background: #e8f2ff !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 auto 22px auto !important;
    padding: 0 !important;
}

.fe-step-icon .et-pb-icon {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    height: 100% !important;
    line-height: 1 !important;
    font-size: 30px !important;
    color: #0159D3 !important;
}

.fe-process-collage {
    position: relative !important;
    min-height: 620px !important;
    width: 50% !important;
    overflow: visible !important;
}

.fe-process-collage .et_pb_image {
    position: absolute !important;
    margin: 0 !important;
    z-index: 3 !important;
    overflow: visible !important;
}

.fe-process-collage .et_pb_image .et_pb_image_wrap {
    width: 100% !important;
    height: 100% !important;
    display: block !important;
}

.fe-process-collage .et_pb_image img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    display: block !important;
    border-radius: 28px !important;
    box-shadow: 0 22px 45px rgba(15, 23, 42, 0.12) !important;
}

.fe-process-collage .fe-img-advisor {
    top: 20px !important;
    left: 16% !important;
    width: 46% !important;
    height: 190px !important;
}

.fe-process-collage .fe-img-airport {
    top: 120px !important;
    right: 0 !important;
    width: 34% !important;
    height: 320px !important;
}

.fe-process-collage .fe-img-application {
    top: 250px !important;
    left: 10% !important;
    width: 50% !important;
    height: 280px !important;
}

.fe-process-collage .fe-img-travel {
    bottom: 0 !important;
    right: 5% !important;
    width: 42% !important;
    height: 230px !important;
}

.fe-process-collage::before {
    content: "";
    position: absolute;
    top: 0;
    left: 3%;
    width: 360px;
    height: 260px;
    border-top: 2px dashed rgba(1, 89, 211, 0.18);
    border-left: 2px dashed rgba(1, 89, 211, 0.18);
    border-radius: 60% 40% 50% 50%;
    transform: rotate(18deg);
    z-index: 1;
    pointer-events: none;
}

.fe-process-collage::after {
    content: "";
    position: absolute;
    top: 180px;
    right: -40px;
    width: 300px;
    height: 390px;
    border-right: 2px dashed rgba(1, 89, 211, 0.18);
    border-top: 2px dashed rgba(1, 89, 211, 0.18);
    border-radius: 50%;
    transform: rotate(18deg);
    z-index: 1;
    pointer-events: none;
}

.fe-process-collage .fe-img-advisor::before {
    content: "✈";
    position: absolute;
    top: -58px;
    left: 38%;
    font-size: 34px;
    color: rgba(1, 89, 211, 0.22);
    transform: rotate(18deg);
    z-index: 5;
}

.fe-process-collage .fe-img-airport::after {
    content: "✈";
    position: absolute;
    top: 120px;
    right: -62px;
    font-size: 42px;
    color: rgba(1, 89, 211, 0.22);
    transform: rotate(45deg);
    z-index: 5;
}

@media (min-width: 768px) and (max-width: 980px) {
    .fe-process-collage {
        width: 100% !important;
        max-width: 100% !important;
        min-height: 620px !important;
        margin: 45px auto 0 auto !important;
        overflow: visible !important;
        display: block !important;
    }

    .fe-process-collage .fe-img-advisor {
        top: 0 !important;
        left: 4% !important;
        right: auto !important;
        bottom: auto !important;
        width: 42% !important;
        height: 235px !important;
        z-index: 4 !important;
    }

    .fe-process-collage .fe-img-application {
        top: 0 !important;
        left: auto !important;
        right: 4% !important;
        bottom: auto !important;
        width: 42% !important;
        height: 235px !important;
        z-index: 4 !important;
    }

    .fe-process-collage .fe-img-airport {
        top: 285px !important;
        left: 50% !important;
        right: auto !important;
        bottom: auto !important;
        width: 42% !important;
        height: 285px !important;
        transform: translateX(-50%) !important;
        z-index: 4 !important;
    }

    .fe-process-collage .fe-img-travel {
        display: none !important;
    }

    .fe-process-collage::before {
        display: block !important;
        top: -28px !important;
        left: 2% !important;
        width: 340px !important;
        height: 245px !important;
        border-top: 2px dashed rgba(1, 89, 211, 0.18) !important;
        border-left: 2px dashed rgba(1, 89, 211, 0.18) !important;
        border-right: none !important;
        border-bottom: none !important;
        border-radius: 60% 40% 50% 50% !important;
        transform: rotate(13deg) !important;
        z-index: 1 !important;
    }

    .fe-process-collage::after {
        display: block !important;
        top: 125px !important;
        right: 4% !important;
        width: 300px !important;
        height: 390px !important;
        border-right: 2px dashed rgba(1, 89, 211, 0.18) !important;
        border-top: 2px dashed rgba(1, 89, 211, 0.18) !important;
        border-left: none !important;
        border-bottom: none !important;
        border-radius: 50% !important;
        transform: rotate(18deg) !important;
        z-index: 1 !important;
    }

    .fe-process-collage .fe-img-advisor::before {
        display: block !important;
        top: -48px !important;
        left: 58% !important;
        font-size: 32px !important;
        color: rgba(1, 89, 211, 0.22) !important;
        transform: rotate(18deg) !important;
        z-index: 5 !important;
    }

    .fe-process-collage .fe-img-airport::after {
        display: block !important;
        top: -38px !important;
        right: -50px !important;
        font-size: 38px !important;
        color: rgba(1, 89, 211, 0.22) !important;
        transform: rotate(45deg) !important;
        z-index: 5 !important;
    }
}

@media (max-width: 767px) {
    .fe-step-icon {
        width: 60px !important;
        height: 60px !important;
    }

    .fe-step-icon .et-pb-icon {
        font-size: 20px !important;
    }

    .fe-process-collage {
        width: 100% !important;
        max-width: 390px !important;
        min-height: 150px !important;
        margin: 30px auto 0 !important;
        overflow: visible !important;
        display: block !important;
        position: relative !important;
    }

    .fe-process-collage .et_pb_image img {
        border-radius: 22px !important;
    }

    .fe-process-collage .fe-img-advisor {
        top: 0 !important;
        left: 3% !important;
        right: auto !important;
        bottom: auto !important;
        width: 45% !important;
        height: 175px !important;
        z-index: 4 !important;
    }

    .fe-process-collage .fe-img-application {
        top: 0 !important;
        left: auto !important;
        right: 3% !important;
        bottom: auto !important;
        width: 45% !important;
        height: 175px !important;
        z-index: 4 !important;
    }

    .fe-process-collage .fe-img-airport,
    .fe-process-collage .fe-img-travel {
        display: none !important;
    }

    .fe-process-collage::before {
        display: block !important;
        top: -18px !important;
        left: 0 !important;
        width: 210px !important;
        height: 165px !important;
        border-top: 2px dashed rgba(1, 89, 211, 0.16) !important;
        border-left: 2px dashed rgba(1, 89, 211, 0.16) !important;
        border-right: none !important;
        border-bottom: none !important;
        border-radius: 60% 40% 50% 50% !important;
        transform: rotate(13deg) !important;
        z-index: 1 !important;
        pointer-events: none !important;
    }

    .fe-process-collage::after {
        display: block !important;
        top: 105px !important;
        right: 2% !important;
        width: 190px !important;
        height: 255px !important;
        border-right: 2px dashed rgba(1, 89, 211, 0.16) !important;
        border-top: 2px dashed rgba(1, 89, 211, 0.16) !important;
        border-left: none !important;
        border-bottom: none !important;
        border-radius: 50% !important;
        transform: rotate(18deg) !important;
        z-index: 1 !important;
        pointer-events: none !important;
    }

    .fe-process-collage .fe-img-advisor::before {
        display: block !important;
        top: -38px !important;
        left: 58% !important;
        font-size: 26px !important;
        color: rgba(1, 89, 211, 0.20) !important;
        transform: rotate(18deg) !important;
        z-index: 5 !important;
    }
}

@media (max-width: 420px) {
    .fe-process-collage .fe-img-advisor,
    .fe-process-collage .fe-img-application {
        width: 45% !important;
        height: 150px !important;
    }

    .fe-process-collage::before {
        width: 185px !important;
        height: 145px !important;
    }

    .fe-process-collage::after {
        top: 90px !important;
        width: 165px !important;
        height: 225px !important;
    }
}


