/*
 * Azzurro V8.8 · Banner Kit Digital
 */

#azzurro-footer .az-kit-digital-footer {
    width: 100%;
    margin:
        clamp(42px, 5vw, 72px)
        auto
        clamp(36px, 4vw, 56px);
    padding:
        clamp(22px, 3vw, 34px)
        clamp(18px, 3vw, 42px);
    box-sizing: border-box;
    border-top: 1px solid rgba(255, 255, 255, .12);
    border-bottom: 1px solid rgba(255, 255, 255, .12);
    background: #ffffff;
}

#azzurro-footer .az-kit-digital-footer__inner {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
}

#azzurro-footer .az-kit-digital-footer img {
    display: block;
    width: auto;
    max-width: min(100%, 1050px);
    height: auto;
    max-height: 190px;
    margin: 0 auto;
    padding: 0;
    border: 0;
    object-fit: contain;
    object-position: center;
}

@media (max-width: 980px) {
    #azzurro-footer .az-kit-digital-footer {
        margin: 38px auto 32px;
        padding: 24px 18px;
    }

    #azzurro-footer .az-kit-digital-footer img {
        width: 100%;
        max-width: 760px;
        max-height: none;
    }
}

@media (max-width: 520px) {
    #azzurro-footer .az-kit-digital-footer {
        padding: 18px 12px;
    }
}
