@media screen and (max-width: 600px) {
    .movilscroll {
        display: inline-block;
        align-content: center;
        max-width: 220px;
    }
}
@media screen and (max-width: 600px) {
    .footer {
        display: none;
    }
}

@media screen and (max-width: 600px) {
    .ocult {
        padding-top: 0px;

    }
}


@media screen and (max-width: 600px) {
    .movilsubscribe {
        height: auto;
    }
}

@media screen and (max-width: 600px) {
    .movil {
        background-position: top;
        background-size: contain;

    }
}

