@use '../../colors';
@use '../../breakpoints';

.bz-clientes-bazza-fau-block {
    position: relative;


    &::after {
        position: absolute;
        content: "";
        /*
        background-image: url(../../assets/img/block-adiciona-planos-net-bg.svg);
        background-position: center -250px;
        background-repeat: repeat;
        background-size: 100% auto;
        top: 0;
        bottom: 0;
        width: 100%;
        */
    }



    .bz-quiosque {
        min-width: 23%;
    }
}

@media (max-width: breakpoints.$tablet) {
    .bz-clientes-bazza-fau-block {

        .bz-clientes-bazza-fau__condicoes {
            li:first-child {
                order: 1;
            }
        }
    }
}