.modal-promocion2 {
    background: url(../img/promocion2/fondo.png) #ffffff;
    background-size: contain;
    background-position: bottom;
    background-repeat: no-repeat;
    padding: 20px 20px 0 20px;
    overflow: hidden;
}
.modal-promocion2 .modal-body {
    padding-bottom: 0;
}
.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: #0057EF;
    text-shadow: none;
    opacity: 1;
}
.cerrar:hover {
    color: #79a5fd;
}
.modal-promocion2 .title {
    color: #ffffff;
    font-size: 2rem;
    font-weight: 600;
}
.modal-promocion2 .subtitle {
    color: #ffffff;
    font-size: 1.2rem;
    font-weight: 600;
}
.modal-promocion2 .img-floating {
    position: absolute;
    right: -40px;
    bottom: -10px;
}
@media (min-width: 1200px) { 
    
}
@media (max-width: 1199.98px) { 
    
 }
@media (max-width: 991.98px) { 
    .modal-promocion2 {
        background: url(../img/promocion2/fondo-mobile.png) #ffffff;
        background-size: contain;
        background-position: bottom;
        background-repeat: no-repeat;
    }
    .modal-promocion2 .img-mobile img {
        width: 80%;
    }
}
@media (max-width: 575.98px) { 

}
@media (max-width: 474px) {
    .modal-promocion2 {
        background: url(../img/promocion2/fondo-mobile.png) #ffffff;
        background-size: auto;
        background-position: bottom left;
        background-repeat: no-repeat;
    }
}
@media (max-width: 358px) { 
    .modal-promocion2 .img-mobile img {
        width: 100%;
    }
    .modal-promocion2 .img-mobile {
        padding-bottom: 0 !important;
    }
}