/**
 *
 * Extra Large Devices
 *
 */
@media (min-width: 1920px) {
    .btn-comprar{
        margin-top: -9em;
    }
}