.footer{
    margin-top: 0;
}
.btn.blanco{
    margin-top: 20px;
    color: var(--negro)!important;
}
.foot{
    padding: 30px 0;
    font-family: 'Gotham-Bold';
    font-size: 16px;
}


/* TABLETS */
@media screen and (max-width: 1216px){

    .btn {
        display: inline-block;
        height: auto;
        margin-top: 24px;
        font-size: 14px;
        line-height: 1.2;
        text-align: center;
        white-space: normal;
        border: none!important;
        border-radius: 0!important;
    }
    .foot {
        font-size: 14px;
    }

}