.modal-promocion {
    background: url('../img/promocion/fondo.png') #0057EF;
    background-position: left;
    background-repeat: no-repeat;
    padding: 40px 20px 0 20px;
    height: 100%;
    overflow: hidden;
}
.content-cerrar {
    position: absolute;
    right: 20px;
    top: 10px;
    z-index: 1;
}
.cerrar {
    float: right;
    font-size: 3.5rem;
    font-weight: 100;
    line-height: 1;
    color: #fff;
    text-shadow: none;
    opacity: 1;
}
.cerrar:hover {
    color: #79a5fd;
}
.title {
    color: #000000;
    font-size: 2rem;
    font-weight: 600;
}
.text-valido {
    color: #ffffff;
    font-size: .8rem;
    font-weight: 600;
}
.img-floating1 {
    position: absolute;
    left: -55px;
    top: -15px;
}
.img-floating2 {
    position: absolute;
    right: -20px;
    top: -20px;
}
.img-floating3 {
    position: absolute;
    right: -50px;
    bottom: -20px;
}
@media (min-width: 1200px) { 
    
}
@media (max-width: 1199.98px) { 
    
 }
@media (max-width: 991.98px) { 
    .modal-promocion {
        background: url(../img/promocion/fondo-mobile.png) #0057EF;
        background-size: contain;
        background-position: top left;
        background-repeat: no-repeat;
    }
    .text-valido {
        font-size: 1.1rem;
    }
    .img-promo img {
        width: 100%;
    }
}
@media (max-width: 575.98px) { 
    .img-flo-mb img {
        width: 100%;
    }
    .iphone {
        width: 100%;
    }
}
@media (max-width: 400px) { 
    
}