footer.wrapper_footer[data-cattype="87001"] {
    --footer-87001-blue: #06346E;
    --footer-87001-white: #ffffff;
    --footer-87001-line: rgba(255, 255, 255, .85);
    --footer-87001-orange: #FA9028;
    --footer-87001-side-space: 50px;
    background: var(--footer-87001-blue);
    color: var(--footer-87001-white);
    padding: 30px 0 24px;
    overflow-x: hidden;
    font-family: 'Open Sans', Arial, sans-serif;
}

footer.wrapper_footer[data-cattype="87001"] a {
    color: var(--footer-87001-white);
    text-decoration: none;
    transition: opacity .25s ease, color .25s ease;
}

footer.wrapper_footer[data-cattype="87001"] a:hover,
footer.wrapper_footer[data-cattype="87001"] a:focus {
    color: var(--footer-87001-white);
    opacity: .78;
    text-decoration: none;
}

footer.wrapper_footer[data-cattype="87001"] .footer-87001-container {
    width: 100%;
    max-width: 1720px;
    padding-left: var(--footer-87001-side-space);
    padding-right: var(--footer-87001-side-space);
}

footer.wrapper_footer[data-cattype="87001"] .footer-87001-top {
    display: grid;
    grid-template-columns: 220px minmax(0, 1fr);
    align-items: start;
    gap: 30px;
    min-height: 105px;
}

footer.wrapper_footer[data-cattype="87001"] .footer-87001-logo {
    line-height: 0;
    justify-self: start;
}

footer.wrapper_footer[data-cattype="87001"] .footer-87001-logo img {
    display: block;
    width: auto;
    max-width: 74px;
    max-height: 88px;
    object-fit: contain;
}

footer.wrapper_footer[data-cattype="87001"] .footer-87001-contact {
    justify-self: end;
    max-width: 680px;
    padding-top: 11px;
    text-align: left;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
}

footer.wrapper_footer[data-cattype="87001"] .footer-87001-address,
footer.wrapper_footer[data-cattype="87001"] .footer-87001-address p {
    margin: 0 0 14px;
    color: var(--footer-87001-white);
}

footer.wrapper_footer[data-cattype="87001"] .footer-87001-nowrap {
    white-space: nowrap;
}

footer.wrapper_footer[data-cattype="87001"] .footer-87001-contact-row {
    display: flex;
    gap: 58px;
    flex-wrap: wrap;
    font-size: 16px;
    font-weight: 400;
}

footer.wrapper_footer[data-cattype="87001"] .footer-87001-divider {
    width: 100%;
    height: 1px;
    margin: 12px 0 14px;
    background: var(--footer-87001-line);
}

footer.wrapper_footer[data-cattype="87001"] .footer-87001-bottom {
    position: relative;
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 20px;
    min-height: 30px;
}

footer.wrapper_footer[data-cattype="87001"] .footer-87001-copy {
    text-align: center;
    justify-self: center;
    font-size: 14px;
    line-height: 1.45;
    font-weight: 400;
    color: var(--footer-87001-white);
}

footer.wrapper_footer[data-cattype="87001"] .footer-87001-copy span {
    display: inline-block;
    margin: 0 6px;
}

footer.wrapper_footer[data-cattype="87001"] .footer-87001-copyright,
footer.wrapper_footer[data-cattype="87001"] .footer-87001-link-row {
    display: inline;
}

footer.wrapper_footer[data-cattype="87001"] .footer-87001-social {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 12px;
}

footer.wrapper_footer[data-cattype="87001"] .footer-87001-social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 6px;
    background: var(--footer-87001-white);
    color: var(--footer-87001-blue);
    border: 1px solid var(--footer-87001-white);
    font-size: 18px;
    line-height: 1;
    opacity: 1;
    transition: background .25s ease, color .25s ease, opacity .25s ease, transform .25s ease, border-color .25s ease;
}

footer.wrapper_footer[data-cattype="87001"] .footer-87001-social a:hover,
footer.wrapper_footer[data-cattype="87001"] .footer-87001-social a:focus,
footer.wrapper_footer[data-cattype="87001"] .footer-87001-social a:active {
    background: var(--footer-87001-orange);
    color: var(--footer-87001-blue);
    border-color: var(--footer-87001-orange);
    opacity: 1;
    transform: translateY(-1px);
}

.footer-87001-floating-whatsapp[data-cattype="87001"] {
    position: fixed;
    right: 50px;
    bottom: 34px;
    z-index: 999;
    margin: 0;
    padding: 0;
}

.footer-87001-floating-whatsapp[data-cattype="87001"] a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background: #25D366;
    color: #ffffff;
    font-size: 41px;
    line-height: 1;
    text-decoration: none;
    box-shadow: 0 8px 18px rgba(0, 0, 0, .25);
    transition: transform .25s ease, opacity .25s ease, box-shadow .25s ease;
}

.footer-87001-floating-whatsapp[data-cattype="87001"] a:hover,
.footer-87001-floating-whatsapp[data-cattype="87001"] a:focus {
    color: #ffffff;
    opacity: .92;
    transform: translateY(-2px);
    box-shadow: 0 10px 22px rgba(0, 0, 0, .32);
}

@media (min-width: 768px) and (max-width: 1599px) {
    footer.wrapper_footer[data-cattype="87001"] {
        --footer-87001-side-space: 50px;
    }

    footer.wrapper_footer[data-cattype="87001"] .footer-87001-top {
        grid-template-columns: 190px minmax(0, 1fr);
        gap: 28px;
    }

    footer.wrapper_footer[data-cattype="87001"] .footer-87001-contact {
        max-width: 620px;
        padding-right: 0;
    }

    footer.wrapper_footer[data-cattype="87001"] .footer-87001-bottom {
        grid-template-columns: 1fr auto;
    }

    footer.wrapper_footer[data-cattype="87001"] .footer-87001-copy {
        padding-left: 40px;
    }
}

@media (max-width: 1199px) and (min-width: 768px) {
    footer.wrapper_footer[data-cattype="87001"] .footer-87001-top {
        grid-template-columns: 140px minmax(0, 1fr);
        gap: 22px;
    }

    footer.wrapper_footer[data-cattype="87001"] .footer-87001-contact {
        max-width: none;
    }

    footer.wrapper_footer[data-cattype="87001"] .footer-87001-contact-row {
        gap: 22px;
    }
}

@media (max-width: 767px) {
    footer.wrapper_footer[data-cattype="87001"] {
        --footer-87001-side-space: 20px;
        padding: 30px 0 28px;
        text-align: center;
    }

    footer.wrapper_footer[data-cattype="87001"] .footer-87001-top {
        grid-template-columns: 1fr;
        gap: 18px;
        min-height: 0;
    }

    footer.wrapper_footer[data-cattype="87001"] .footer-87001-logo,
    footer.wrapper_footer[data-cattype="87001"] .footer-87001-contact {
        justify-self: center;
    }

    footer.wrapper_footer[data-cattype="87001"] .footer-87001-logo img {
        margin: 0 auto;
    }

    footer.wrapper_footer[data-cattype="87001"] .footer-87001-contact {
        width: 100%;
        max-width: 370px;
        padding-top: 0;
        text-align: center;
        font-size: 15px;
        line-height: 1.55;
    }

    footer.wrapper_footer[data-cattype="87001"] .footer-87001-address,
    footer.wrapper_footer[data-cattype="87001"] .footer-87001-address p {
        margin-bottom: 15px;
    }

    footer.wrapper_footer[data-cattype="87001"] .footer-87001-contact-row {
        display: block;
        font-size: 14px;
    }

    footer.wrapper_footer[data-cattype="87001"] .footer-87001-contact-row a {
        display: block;
        margin: 6px 0;
    }

    footer.wrapper_footer[data-cattype="87001"] .footer-87001-divider {
        margin: 26px 0 18px;
    }

    footer.wrapper_footer[data-cattype="87001"] .footer-87001-bottom {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    footer.wrapper_footer[data-cattype="87001"] .footer-87001-copy {
        width: 100%;
        max-width: 380px;
        justify-self: center;
        padding-left: 0;
        font-size: 13px;
        line-height: 1.6;
        text-align: center;
    }

    footer.wrapper_footer[data-cattype="87001"] .footer-87001-copyright {
        display: block;
    }

    footer.wrapper_footer[data-cattype="87001"] .footer-87001-link-row {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 6px;
        white-space: nowrap;
        margin-top: 2px;
    }

    footer.wrapper_footer[data-cattype="87001"] .footer-87001-link-row span,
    footer.wrapper_footer[data-cattype="87001"] .footer-87001-link-row a {
        margin: 0;
    }

    footer.wrapper_footer[data-cattype="87001"] .footer-87001-social {
        justify-content: center;
    }

    .footer-87001-floating-whatsapp[data-cattype="87001"] {
        right: 18px;
        bottom: 20px;
    }

    .footer-87001-floating-whatsapp[data-cattype="87001"] a {
        width: 52px;
        height: 52px;
        font-size: 37px;
    }
}

@media (max-width: 420px) {
    footer.wrapper_footer[data-cattype="87001"] .footer-87001-contact {
        max-width: 350px;
        font-size: 14.5px;
    }

    footer.wrapper_footer[data-cattype="87001"] .footer-87001-copy {
        max-width: 350px;
        font-size: 12.5px;
    }
}
