html {
  scroll-behavior: smooth;
}

.shadow-natural {
  box-shadow: var(--wp--preset--shadow--natural);
}

.absoluto {
  position: absolute;
}

.relativo {
  position: relative;
}

@media (max-width: 576px) {
  .hero-image-container .atajo {
    font-size: 0.8rem;
  }
}
.hero-image-container .atajo.regulaciones {
  top: 40px;
  left: -10px;
}
@media (max-width: 576px) {
  .hero-image-container .atajo.regulaciones {
    top: 60px;
  }
}
.hero-image-container .atajo.requisitos {
  top: -20px;
  right: -10px;
}
.hero-image-container .atajo.seguridad {
  bottom: -20px;
  right: -20px;
}
