.footer {
    width: 100%;
    position: relative;
    padding-bottom: 2rem;
    background-color: #F1F1F1;
}

.footer .container-footer {
    display: flex;
    align-items: center;
    padding: 2rem 0;
    justify-content: space-between;
}

.footer .container-footer .contact-footer h1 {
    font-size: 1.25rem;
    font-family: "Lora", sans-serif;
    font-weight: 700;
    color: #002B5B;
}

.footer .container-footer .contact-footer div {
    display: flex;
    align-items: center;
    padding: 0.5rem 0;
    justify-content: start;
}

.footer .container-footer .contact-footer img {
    padding-right: 0.5rem;
}

.footer .container-footer .contact-footer p {
    margin: 0;
}

.footer .container-footer .contact-footer div a {
    font-size: 1.25rem;
    font-family: "Lora", sans-serif;
    text-decoration: none;
    font-weight: 400;
    color: #002B5B;
}

.copyright {
    width: 100%;
    text-align: center;
}

.copyright h1 {
    font-size: 1rem;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    margin: 0;
    color: #002B5B;
}

.copyright h1 a {
    text-decoration: none;
    opacity: 0.8;
}

.mail-mob {
    display: none;
}

@media (max-width: 991.98px) {
    .footer .container-footer {
        flex-wrap: wrap;
        justify-content: center;
    }

    .footer .container-footer .contact-footer {
        text-align: center;
    }

    .footer .container-footer .contact-footer div {
        width: 100%;
        display: inline-block;
        text-align: center;
    }

    .footer .container-footer .contact-footer div img {
        margin-bottom: 1rem;
        padding: 0;
    }

    .mail-desk {
        display: none;
    }

    .mail-mob {
        display: inline-block;
    }
}

.wpp-flutuante {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
}