.elementor-80 .elementor-element.elementor-element-ce4876e{--display:flex;overflow:visible;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-95eda2d *//* ==========================================================
   FOOTER INSTITUCIONAL
   IESTP IBERIA
   AZUL PROFUNDO + PLOMO + DORADO
========================================================== */

.ib-footer {
    --ib-blue-dark: #0f2740;
    --ib-blue-deep: #163a5c;
    --ib-blue: #1f4e79;
    --ib-blue-mid: #2e6da4;
    --ib-blue-bright: #3a82bd;

    --ib-plomo: #5a6673;
    --ib-plomo-claro: #8a97a6;

    --ib-gold: #d6a21c;
    --ib-gold-light: #f0c85a;

    --ib-white: #ffffff;
    --ib-cream: #eef2f6;
    --ib-text-light: #dbe3ec;

    width: 100%;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;

    padding: 52px 32px 22px;

    background:
        radial-gradient(
            circle at 88% 18%,
            rgba(240,200,90,.10),
            transparent 30%
        ),
        radial-gradient(
            circle at 8% 90%,
            rgba(46,109,164,.16),
            transparent 32%
        ),
        linear-gradient(
            135deg,
            #0a1c2e 0%,
            #0f2740 28%,
            #163a5c 60%,
            #1f4e79 100%
        );

    border-top: 4px solid var(--ib-gold);

    box-shadow:
        0 -10px 32px rgba(10,28,46,.22);
}

/* ==========================================================
   DECORACIONES
========================================================== */

.ib-footer::before {
    content: "";

    position: absolute;

    right: -170px;
    top: -220px;

    width: 430px;
    height: 430px;

    border-radius: 50%;

    border: 45px solid rgba(240,200,90,.06);

    z-index: 0;
}

.ib-footer::after {
    content: "";

    position: absolute;

    left: -180px;
    bottom: -240px;

    width: 450px;
    height: 370px;

    border-radius: 50%;

    background:
        radial-gradient(
            circle,
            rgba(46,109,164,.22),
            transparent 65%
        );

    z-index: 0;
}

/* ==========================================================
   CONTENIDO PRINCIPAL
========================================================== */

.ib-footer-inner {
    max-width: 1400px;

    margin: 0 auto;

    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns:
        1.25fr 0.8fr 1.15fr;

    gap: 48px;
    align-items: start;
}

/* ==========================================================
   COLUMNA 1 - MARCA
========================================================== */

.ib-footer-brand {
    display: flex;

    flex-direction: column;

    align-items: flex-start;

    gap: 18px;
}

.ib-footer-logo {
    position: relative;

    display: inline-flex;

    align-items: center;

    justify-content: center;
}

/* brillo suave detrás del logo */

.ib-footer-logo::before {
    content: "";

    position: absolute;

    width: 200px;
    height: 150px;

    border-radius: 50%;

    background:
        radial-gradient(
            circle,
            rgba(255,255,255,.12),
            rgba(240,200,90,.08) 45%,
            transparent 70%
        );

    filter: blur(3px);
}

.ib-footer-logo a {
    position: relative;

    z-index: 2;

    display: inline-flex;
}

.ib-footer-logo img {
    width: 205px;

    max-height: 150px;

    object-fit: contain;

    filter:
        drop-shadow(0 8px 12px rgba(5,15,28,.35));

    transition:
        transform .35s ease,
        filter .35s ease;
}

.ib-footer-logo img:hover {
    transform:
        translateY(-3px)
        scale(1.035);

    filter:
        drop-shadow(0 12px 16px rgba(5,15,28,.42));
}

.ib-footer-text {
    max-width: 380px;

    margin: 0;

    font-family:
        "Segoe UI",
        Arial,
        Helvetica,
        sans-serif;

    font-size: 14px;

    line-height: 1.7;

    color: #dbe3ec;
}

/* ==========================================================
   TÍTULOS DE COLUMNAS
========================================================== */

.ib-footer-title {
    position: relative;

    margin:
        5px
        0
        10px;

    padding-bottom:
        11px;

    font-family:
        "Segoe UI",
        Arial,
        Helvetica,
        sans-serif;

    font-size: 16px;

    font-weight: 800;

    color: #ffffff;

    text-transform: uppercase;

    letter-spacing: .55px;
}

/* línea dorada */

.ib-footer-title::after {
    content: "";

    position: absolute;

    left: 0;

    bottom: 0;

    width: 48px;
    height: 3px;

    border-radius: 20px;

    background:
        linear-gradient(
            90deg,
            #d6a21c,
            #f0c85a
        );
}

/* ==========================================================
   COLUMNA ENLACES
========================================================== */

.ib-footer-col {
    display: flex;

    flex-direction: column;

    gap: 10px;
}

.ib-footer-link {
    position: relative;

    display: inline-flex;

    align-items: center;

    gap: 8px;

    width: fit-content;

    font-family:
        "Segoe UI",
        Arial,
        Helvetica,
        sans-serif;

    font-size: 14px;

    font-weight: 500;

    color: #dbe3ec !important;

    text-decoration: none !important;

    transition:
        color .28s ease,
        transform .28s ease;
}

/* flecha pequeña */

.ib-footer-link::before {
    content: "›";

    color: var(--ib-gold-light);

    font-size: 18px;

    font-weight: 800;

    line-height: 1;

    transition:
        transform .28s ease;
}

.ib-footer-link:hover {
    color:
        #ffffff !important;

    transform:
        translateX(5px);
}

.ib-footer-link:hover::before {
    transform:
        translateX(2px);
}

/* ==========================================================
   CONTACTO
========================================================== */

.ib-footer-contact {
    display: flex;

    flex-direction: column;

    gap: 12px;
}

.ib-contact-item {
    position: relative;

    display: flex;

    align-items: center;

    gap: 13px;

    padding:
        13px
        15px;

    border-radius:
        14px;

    background:
        linear-gradient(
            145deg,
            rgba(255,255,255,.10),
            rgba(255,255,255,.055)
        );

    border:
        1px solid rgba(240,200,90,.22);

    box-shadow:
        0 7px 18px rgba(5,15,28,.17);

    overflow: hidden;

    transition:
        transform .30s ease,
        background .30s ease,
        border-color .30s ease,
        box-shadow .30s ease;
}

/* línea decorativa */

.ib-contact-item::after {
    content: "";

    position: absolute;

    left: 0;

    top: 20%;

    width: 3px;
    height: 60%;

    background:
        linear-gradient(
            #d6a21c,
            #f0c85a
        );

    border-radius:
        0 5px 5px 0;
}

.ib-contact-item:hover {
    transform:
        translateY(-3px);

    background:
        rgba(255,255,255,.13);

    border-color:
        rgba(240,200,90,.45);

    box-shadow:
        0 12px 25px rgba(5,15,28,.25);
}

/* ==========================================================
   ICONO CONTACTO
========================================================== */

.ib-contact-icon {
    width: 43px;
    height: 43px;

    min-width: 43px;

    display: flex;

    align-items: center;

    justify-content: center;

    border-radius: 12px;

    background:
        linear-gradient(
            145deg,
            #1f4e79,
            #2e6da4
        );

    border:
        1px solid rgba(240,200,90,.48);

    box-shadow:
        0 5px 12px rgba(5,15,28,.22);

    transition:
        transform .30s ease,
        background .30s ease;
}

.ib-contact-icon svg {
    width: 21px;

    height: 21px;

    fill:
        #f0c85a;
}

.ib-contact-item:hover
.ib-contact-icon {
    transform:
        scale(1.07);

    background:
        linear-gradient(
            145deg,
            #2e6da4,
            #3a82bd
        );
}

/* ==========================================================
   TEXTO CONTACTO
========================================================== */

.ib-contact-text {
    font-family:
        "Segoe UI",
        Arial,
        Helvetica,
        sans-serif;

    font-size: 13px;

    line-height: 1.45;

    color:
        #e5ebf2;

    word-break:
        break-word;
}

.ib-contact-text a {
    color:
        #e5ebf2 !important;

    text-decoration:
        none !important;
}

.ib-contact-text a:hover {
    color:
        #f0c85a !important;
}

/* ==========================================================
   BARRA INFERIOR
========================================================== */

.ib-footer-bottom {
    max-width:
        1400px;

    margin:
        42px
        auto
        0;

    padding:
        20px
        15px
        0;

    position:
        relative;

    z-index:
        2;

    border-top:
        1px solid rgba(240,200,90,.20);

    text-align:
        center;

    font-family:
        "Segoe UI",
        Arial,
        Helvetica,
        sans-serif;

    font-size:
        12px;

    line-height:
        1.6;

    color:
        #b9c4d0;
}

.ib-footer-bottom strong {
    color:
        #ffffff;

    font-weight:
        650;
}

.ib-footer-bottom a {
    color:
        #f0c85a !important;

    text-decoration:
        none !important;

    font-weight:
        650;

    transition:
        color .25s ease;
}

.ib-footer-bottom a:hover {
    color:
        #ffffff !important;
}

/* ==========================================================
   TABLET
========================================================== */

@media (max-width: 1100px) {

    .ib-footer {
        padding:
            45px
            25px
            20px;
    }

    .ib-footer-inner {
        grid-template-columns:
            1fr
            1fr;

        gap:
            35px;
    }

    .ib-footer-brand {
        grid-column:
            1 / -1;

        align-items:
            center;

        text-align:
            center;
    }

    .ib-footer-text {
        max-width:
            650px;
    }

}

/* ==========================================================
   CELULAR
========================================================== */

@media (max-width: 650px) {

    .ib-footer {
        padding:
            38px
            16px
            18px;
    }

    .ib-footer-inner {
        grid-template-columns:
            1fr;

        gap:
            30px;
    }

    .ib-footer-brand {
        grid-column:
            auto;
    }

    .ib-footer-logo img {
        width:
            175px;
    }

    .ib-footer-text {
        font-size:
            13px;

        text-align:
            center;
    }

    .ib-footer-title {
        font-size:
            15px;
    }

    .ib-footer-title::after {
        width:
            42px;
    }

    .ib-contact-item {
        padding:
            11px
            13px;
    }

    .ib-contact-icon {
        width:
            40px;

        height:
            40px;

        min-width:
            40px;
    }

    .ib-contact-icon svg {
        width:
            19px;

        height:
            19px;
    }

    .ib-footer-bottom {
        margin-top:
            32px;

        padding-top:
            17px;

        font-size:
            11px;
    }

}/* End custom CSS */