@media only screen and (max-width: 767px) {
    .salto-movil {
        display: block;
    }

    .title-header {
        font-size: 34px;
        padding-left: 15px;
    }

    .title-header br {
        display: none;
    }

    .d-form-header {
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 10px;
        padding-bottom: 20px;
        position: relative;
        width: 100%;
    }

    .badge.badge-header a > img {
        width: 25px;
    }

    .title-header {
        margin-top: 70px;
    }

    .new-header {
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1) 60%), url(../img/slideImage.jpg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;

        
    }


}
