﻿.footer-abriq {
    width: 100%;
    background: var(--azul);
    color: #fff;
    font-family: 'IBM Plex Sans';
    position: relative;
    font-weight: 300;
}

.footer-content-abriq {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 36px;
    padding: 0 24px;
}

.footer-logo {
    width: 130px;
    height: 130px;
    width: auto;
    display: block;
    background: transparent;
    margin-right: 32px;
}

.footer-text {
    font-size: 15px;
    font-style: normal;
    color: #fff;
    opacity: 0.96;
    white-space: nowrap;
}

@media (max-width: 800px) {

    .footer-content-abriq {
        gap: 0px;
    }

    .footer-logo {
        margin-right: 0;
        margin-bottom: 5px;
        height: 54px;
        margin-right: 5px;
    }

    .footer-text {
        font-size: 8.5px;
        text-align: center;
    }
}
