.elementor-339 .elementor-element.elementor-element-22d1e8a{--display:flex;}.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-f1e6625 */.academia-footer {
    width: 100%;
    font-family: Arial, Helvetica, sans-serif;
    color: #062b63;
    background: #ffffff;
    overflow: hidden;
}

.academia-footer-main {
    position: relative;
    display: grid;
    grid-template-columns: 1.25fr 0.9fr 1.1fr 1.25fr;
    gap: 55px;
    max-width: 1260px;
    margin: 0 auto;
    padding: 60px 45px 55px;
    box-sizing: border-box;
}

.academia-footer-main::before {
    content: "";
    position: absolute;
    width: 230px;
    height: 230px;
    left: -115px;
    bottom: -120px;
    border-radius: 50%;
    background: #e8f6f4;
    opacity: 0.9;
}

.academia-footer-main::after {
    content: "";
    position: absolute;
    width: 300px;
    height: 300px;
    right: -160px;
    top: -120px;
    border: 45px solid #e8f6f4;
    border-radius: 50%;
    opacity: 0.75;
}

.academia-footer-col {
    position: relative;
    z-index: 2;
}

.academia-footer-logo {
    display: block;
    width: 285px;
    max-width: 100%;
    height: auto;
    margin-bottom: 25px;
}

.academia-footer-brand p {
    max-width: 320px;
    margin: 0;
    font-size: 16px;
    line-height: 1.55;
    color: #233f61;
}

.academia-footer-col h3 {
    margin: 0 0 22px;
    font-size: 22px;
    line-height: 1.2;
    font-weight: 700;
    color: #062b63;
}

.academia-social {
    display: flex;
    gap: 12px;
    margin-top: 28px;
}

.academia-social a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #e5f5f3;
    color: #009b8c;
    text-decoration: none;
    font-size: 18px;
    font-weight: 700;
    transition: all 0.2s ease;
}

.academia-social a:hover {
    background: #009b8c;
    color: #ffffff;
}

.academia-links {
    display: flex;
    flex-direction: column;
}

.academia-links a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid #dce4e7;
    color: #164579;
    text-decoration: none;
    font-size: 16px;
}

.academia-links a span {
    color: #009b8c;
    font-size: 27px;
    line-height: 15px;
}

.academia-links a:hover {
    color: #009b8c;
}

.academia-contact {
    color: #164579;
}

.academia-contact-item {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 24px;
    font-size: 16px;
    line-height: 1.4;
}

.academia-icon {
    flex: 0 0 28px;
    color: #009b8c;
    font-size: 23px;
    text-align: center;
}

.academia-newsletter p {
    margin: 0 0 25px;
    color: #233f61;
    font-size: 16px;
    line-height: 1.5;
}

.academia-newsletter-form {
    display: flex;
    width: 100%;
    height: 50px;
    border: 1px solid #d4dfe2;
    border-radius: 12px;
    overflow: hidden;
    background: #ffffff;
}

.academia-newsletter-form input {
    min-width: 0;
    flex: 1;
    border: 0;
    outline: none;
    padding: 0 16px;
    font-size: 15px;
    color: #233f61;
    background: transparent;
}

.academia-newsletter-form input::placeholder {
    color: #9aa9b2;
}

.academia-newsletter-form button {
    width: 58px;
    border: 0;
    background: #009b8c;
    color: #ffffff;
    font-size: 23px;
    cursor: pointer;
}

.academia-footer-bottom {
    position: relative;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    min-height: 78px;
    padding: 15px 45px;
    box-sizing: border-box;
    background: #008f83;
    color: #ffffff;
    border-radius: 0;
    font-size: 14px;
}

.academia-footer-bottom a {
    color: #ffffff;
    text-decoration: none;
}

.academia-footer-bottom a:hover {
    text-decoration: underline;
}

.academia-copy {
    font-weight: 700;
    max-width: 330px;
}

.academia-developed strong {
    margin-left: 5px;
}


/* TABLET */
@media (max-width: 1024px) {

    .academia-footer-main {
        grid-template-columns: 1fr 1fr;
        gap: 45px;
        padding: 50px 35px;
    }

    .academia-footer-bottom {
        flex-wrap: wrap;
        justify-content: center;
        text-align: center;
        padding: 20px 30px;
    }

}


/* MÓVIL */
@media (max-width: 767px) {

    .academia-footer-main {
        grid-template-columns: 1fr;
        gap: 40px;
        padding: 45px 25px;
    }

    .academia-footer-logo {
        width: 260px;
    }

    .academia-footer-brand p {
        max-width: 100%;
    }

    .academia-footer-col h3 {
        font-size: 21px;
    }

    .academia-social {
        margin-top: 22px;
    }

    .academia-footer-bottom {
        flex-direction: column;
        gap: 12px;
        padding: 25px 20px;
    }

    .academia-copy {
        max-width: 100%;
    }

    .academia-developed {
        margin-top: 5px;
    }

}/* End custom CSS */