.bg-motorola-sale {
    background-image: url(../../img/BG-motorola-sale.png);
    height: auto;
    /* padding: 50px 0; */
    background-size: cover;
    display: flex;
    align-items: center;
    background-position: bottom;
    background-repeat: no-repeat;
}

.col-promo-motorola {
    text-align: center;
    line-height: 1.3;
}

.col-promo-motorola .texto {
    font-size: 28px;
    font-family: 'Telefonica-Regular';
    color: white;
}

.col-promo-motorola .dto {
    color: #019DF4;
    font-size: 65px;
    font-weight: 700;
    font-family: 'Telefonica-Regular';
}

.col-promo-motorola .div-precio {
    width: 233px;
    height: 85px;
    background-color: #A13EA1;
    border-radius: 11px;
    margin: 18px auto;
}

.col-promo-motorola .div-precio .planes {
    font-size: 16px;
    color: white;
    font-family: 'Telefonica-Light';
}

.col-promo-motorola .div-precio .precio-oferta {
    font-size: 42px;
    color: white;
    font-family: 'Telefonica-Regular';
}

.btn-quiero {
    background-color: #019DF4;
    border-style: none;
    width: 40%;
}

.col-promo-motorola .div-info {
    line-height: 1.2;
}

@media (max-width: 991px) {

    .div-logo-motorola {
        display: flex;
        justify-content: center;
        margin-top: 40px;
    }

    .col-promo-motorola .div-precio {
        margin: 32px auto;
    }

    .btn-quiero {
        background-color: #019DF4;
        border-style: none;
        width: 55%;
    }

    .bg-motorola-sale {
        background-position-x: 27%;
    }
    
    .div-info .dto {
        font-size: 40px;
    }

    .col-promo-motorola .texto {
        font-size: 22px;
        font-family: 'Telefonica-Regular';
        color: white;
    }

    .col-promo-motorola .div-precio .precio-oferta {
        font-size: 37px;
        color: white;
        font-family: 'Telefonica-Regular';
    }

    .col-promo-motorola .div-info {
        line-height: 1;
    }
}

@media (min-width: 1450px) {

    .bg-motorola-sale {
        background-position: center;
    }
}