.bg-sorteo {
    background-image: url(../../img/promociones/bg-desktop-3.png);
    height: auto;
    background-size: cover;
    padding: 150px 0px 30px 0px;
    background-repeat: no-repeat;
    background-position: 47% 50%;
    margin-top: 10px;
}

.bg-sorteo .bg-sorteo-texto {
    width: 95%;
}

.bg-sorteo .bg-sorteo-fecha {
    width: 159%;
    margin-top: -94px;
    margin-top: -39px;
    /* margin-left: -77px; */
}

.bg-sorteo .img-caracteristicas {
    width: 143%;
    /* margin-left: -110px; */
}

.bg-sorteo .btn__bg-sorteo {
    font-size: 14px;
}

.bg-sorteo .line-cyber-sorteo {
    line-height: 1;
    width: 55%;
    text-align: center;
}

.bg-sorteo .img-caracteristicas-mobile {
    display: none;
}

.bg-sorteo .margin-btn {
    margin-left: 44%;
}

@media (max-width: 999px) {
    .bg-sorteo {
        background-image: url(../../img/promociones/bg-mobile.png);
        padding: 57px 0px 260px 0px;
        background-position: 47% 76%;
    }

    .bg-sorteo .bg-sorteo-texto {
        width: 88%;
        margin-top: 50px;
    }

    .bg-sorteo .bg-sorteo-fecha {
        padding-top: 0;
        padding-bottom: 20px;
        max-width: 100%;
    }

    .bg-sorteo .img-caracteristicas {
        max-width: 100%;
        margin: 10px 0;
    }

    .bg-sorteo .margin-btn {
        margin-left: 0;
    }

    .bg-sorteo .line-cyber-sorteo {
        line-height: 1;
        width: 85%;
        text-align: center;
        margin: 25px auto;
    }
}

@media (max-width: 767px) {
    .bg-sorteo {
        background-image: url(../../img/promociones/bg-mobile.png);
        padding: 57px 0px 260px 0px;
    }

    .bg-sorteo .bg-sorteo-texto {
        width: 88%;
        margin-top: -4px;
        margin-bottom: 20px;
    }

    .bg-sorteo-fecha {
        padding-top: 0;
        max-width: 100%;
    }

    .img-caracteristicas {
        display: none;
    }

    .img-caracteristicas-mobile {
        display: block !important;
        margin: 30px auto;
    }

    .bg-sorteo .line-cyber-sorteo {
        line-height: 1;
        width: 85%;
        margin: auto;
        text-align: center;
    }

    .bg-sorteo .bg-sorteo-fecha {
        margin-top: -11px;
    }

    .bg-sorteo .margin-btn {
        margin-left: 0;
        margin-bottom: 15px;
    }
}