.box-creditos {
        margin-top: 0px;
        background: #f2f2f2;
    }

.btn-creditos {
        background-color: #4d4d4d;
        color: #FFF;
        font-weight: 700;
        margin: 0 auto;
        display: block;
        padding: 0px 20px;
        max-width: 300px;

    }
@media screen and (min-width: 400px) and (max-width: 991px) {
    .creditos-btn {
        width: 100%;
    }
    .btn-creditos .short-spv2 {
        display:inline;
    }
    .text-flow2 {
        letter-spacing:-0.1vw !important;
    }
    .btn-creditos {
        max-width: 250px;
    }
/*    .txt_alquiler {
        display:none;
    }*/
}
@media screen and (max-width: 400px) {
    .box-header-creditos .separador-1 {
        display: inline;}
    .text-flow2 {
        width:100%;
    }
    .btn-box-cr {
        width:100%;
    }
    .cajas {
        display:none;
    }
    .txt_alquiler {
        text-align:center;
        margin:auto !important;
        display:block;
    }
/*    .txt_alquiler {
        display:none;
    }*/
/*    .box-creditos {
        background:#fff;
    }*/
/*    .btn-creditos {
        background-color:#f1f2f3;
        border: none;
        color:#4d4d4d;
    }*/
}
@media screen and (min-width: 401px) {
    .box-header-creditos .separador-1 {
        display:flex;
    } 
    .text-flow2 {
        width:50%
    }
    .btn-box-cr {
        width:50%;
    }
/*    .txt_alquiler {
        display:none;
    }*/
}
