
.main-container {
    margin-bottom: 0;
}
#user-profile form {
    margin-bottom: 0;
}
body footer.footer {
    padding-top: 20px;
    padding-bottom: 20px;
}
footer.footer #block-footerblockfordeusto .container .row .row:first-child,
footer.footer #block-footerblockfordeusto .container .row .footer-social-mobile {
    display: none;
}

/* Sticky footer */
@media (min-width: 769px) {
    body.path-suscribete-confirmacion .main-container,
    body.path-suscribete-respuesta .main-container,
    body.path-gracias .main-container,
    body.path-register-3dsecure-check-acknok .main-container,
    body.path-error-suscripcion .main-container {
        min-height: calc(100vh - 70px);
    }

    body.path-suscribete-confirmacion footer.footer,
    body.path-suscribete-respuesta footer.footer,
    body.path-gracias footer.footer,
    body.path-register-3dsecure-check-acknok footer.footer,
    body.path-error-suscripcion footer.footer {
        position: relative;
        width: 100%;
        clear: both;
        height: 72px;
        margin-top: -72px;
    }
}
/* end Sticky footer */