/*
 * Local snapshot refinements.
 * These fixes live outside the mirrored Webflow CSS so section-specific changes do
 * not spill into the captured source styles.
 */

.footer .abretucuenta + .div-block-27 {
  margin-top: clamp(72px, 5vw, 96px);
}

@media (max-width: 991px) {
  .footer .abretucuenta + .div-block-27 {
    margin-top: 56px;
  }
}

@media (max-width: 767px) {
  .footer .abretucuenta + .div-block-27 {
    margin-top: 40px;
  }
}

.plataformdevicedark .hand-card .image-20 {
  opacity: 1 !important;
}
