.abr-site-footer {
    min-height: 485.665px;
    padding: 80.631px 0 0;
    color: rgba(255,255,255,.7);
    background: #001a2b;
    font-family: Montserrat,sans-serif
}

.abr-site-footer>.container-xl {
    max-width: 1290.089px;
    padding-right: 32.252px;
    padding-left: 32.252px
}

.abr-site-footer__main {
    display: grid;
    min-height: 225.765px;
    grid-template-columns: repeat(12,minmax(0,1fr));
    gap: 40.315px;
    margin: 0 0 48.378px
}

.abr-site-footer__main>.col-lg-5 {
    grid-column: span 5;
    width: auto;
    padding: 0
}

.abr-site-footer__main>.col-lg-3 {
    grid-column: span 3;
    width: auto;
    padding: 0
}

.abr-site-footer__main>.col-lg-4 {
    grid-column: span 4;
    width: auto;
    padding: 0
}

.abr-footer-brand {
    display: block;
    width: 268px;
    height: 54px
}

.abr-footer-brand img {
    display: block;
    width: 268px;
    height: 54px;
    object-fit: contain;
    object-position: left center
}

.abr-site-footer__description {
    max-width: 451.531px;
    margin: 23.484px 0 19.158px;
    color: rgba(255,255,255,.7);
    font-size: 14.11px;
    font-weight: 500;
    line-height: 22.929px
}

.abr-footer-review {
    display: inline-flex;
    align-items: center;
    gap: 10.079px;
    padding: 12.095px 20.158px;
    color: #002b45;
    background: #ffcd00;
    font-size: 14.11px;
    font-weight: 800;
    line-height: 20.158px;
    letter-spacing: .7055px;
    text-decoration: none;
    text-transform: uppercase
}

.abr-footer-review:hover {
    color: #002b45;
    background: #ffe166
}

.abr-footer-review img {
    width: 16.126px;
    height: 16.126px
}

.abr-site-footer__title {
    margin: 0 0 20.158px;
    color: #ffcd00;
    font-size: 12.095px !important;
    font-weight: 800;
    line-height: 16.126px !IMPORTANT;
    letter-spacing: 2.6608px;
    text-transform: uppercase
}

.abr-footer-menu {
    display: flex;
    flex-direction: column;
    gap: 12.095px;
    margin: 0
}

.abr-footer-menu li {
    margin: 0
}

.abr-footer-menu a,.abr-footer-contact a {
    color: #fff;
    font-size: 14.11px;
    font-weight: 600;
    line-height: 20.158px;
    text-decoration: none
}

.abr-footer-menu a:hover,.abr-footer-contact a:hover,.abr-legal-menu a:hover {
    color: #ffcd00
}

.abr-footer-contact {
    display: flex;
    flex-direction: column;
    gap: 12.095px;
    margin: 0;
    padding-top: 4.032px
}

.abr-footer-contact li {
    display: flex;
    align-items: center;
    gap: 12.095px;
    margin: 0
}

.abr-footer-contact img {
    width: 14.11px;
    height: 14.11px;
    flex: 0 0 14.11px
}

.abr-site-footer__follow {
    margin-top: 32.252px;
    margin-bottom: 16.126px
}

.abr-footer-socials {
    display: flex;
    align-items: center;
    gap: 12.095px
}

.abr-footer-socials a {
    display: grid;
    width: 40.315px;
    height: 40.315px;
    place-items: center;
    background: rgba(255,255,255,.1);
    transition: transform .2s ease
}

.abr-footer-socials img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain
}

.abr-footer-socials__facebook img,.abr-footer-socials__whatsapp img {
    width: 40.315px;
    height: 40.315px
}

.abr-footer-socials__instagram img {
    width: 23.447px;
    height: 23.446px
}

.abr-footer-socials__tiktok img {
    width: 19.333px;
    height: 19.562px
}

.abr-footer-socials__linkedin img {
    width: 20px;
    height: 20px
}

.abr-footer-socials a:hover {
    transform: translateY(-2px)
}

.abr-site-footer__bottom {
    display: flex;
    min-height: 50px;
    align-items: flex-start;
    justify-content: space-between;
    padding-top: 33.26px;
    border-top: 1.008px solid rgba(255,255,255,.1)
}

.abr-site-footer__bottom p {
    margin: 0;
    color: rgba(255,255,255,.6);
    font-size: 12.095px;
    font-weight: 500;
    line-height: 16.126px
}

.abr-legal-menu {
    display: flex;
    gap: 24.189px;
    margin: 0
}

.abr-legal-menu a {
    color: rgba(255,255,255,.6);
    font-size: 12.095px;
    font-weight: 700;
    line-height: 16.126px;
    letter-spacing: .6047px;
    text-decoration: none;
    text-transform: uppercase
}

@media(max-width: 991.98px) {
    .abr-site-footer {
        min-height:0;
        padding-top: 64px
    }

    .abr-site-footer__main {
        grid-template-columns: repeat(2,minmax(0,1fr));
        gap: 48px 32px;
        margin-bottom: 48px
    }

    .abr-site-footer__main>.col-lg-5 {
        grid-column: 1/-1
    }

    .abr-site-footer__main>.col-lg-3,.abr-site-footer__main>.col-lg-4 {
        grid-column: span 1
    }
}

@media(max-width: 767.98px) {
    .abr-site-footer>.container-xl {
        padding-right:24px;
        padding-left: 24px
    }

    .abr-site-footer__main {
        grid-template-columns: 1fr
    }

    .abr-site-footer__main>.col-lg-5,.abr-site-footer__main>.col-lg-3,.abr-site-footer__main>.col-lg-4 {
        grid-column: 1
    }

    .abr-site-footer__bottom {
        align-items: flex-start;
        flex-direction: column;
        gap: 20px;
        padding-bottom: 32px
    }
}

@media(max-width: 575.98px) {
    .abr-footer-brand,.abr-footer-brand img {
        max-width:100%;
        height: auto
    }
}
