.hero {
  background: #ed5f2e;
  background: linear-gradient(
    0deg,
    rgba(237, 95, 46, 1) 0%,
    rgba(236, 197, 184, 1) 50%,
    rgba(236, 236, 236, 1) 100%
  );
}

.botones {
  box-shadow: 0 0 5px 1px #ed5f2e;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  background-color: white;
}

.btn1 {
  z-index: 2;
  transform: translateY(40px);
}

.btn2 {
  z-index: 3;
  transform: translateY(30px);
}

.btn3 {
  z-index: 4;
  transform: translateY(20px);
}

.btn4 {
  z-index: 5;
  /* Es un truquito para que funcione bien los z-index de esta sección by Vini 💕 */
  transform: translateY(1px);
  transform: translateY(-1px);
}

.footer {
  background-color: #a6170a;
}

.icos {
  filter: invert(100%);
}

.min-400 {
  min-width: 400px;
}
