.acf-image img{
  display: block;
  margin: 0 auto;
}

main {
  margin: 0 auto;
  padding: 5em 4em;
  width: 100%;
  max-width: 1800px;
}

h1{
  font-size: 50px;
  font-weight: 900;
}

/* Página Rastreo de orden */
input#orderid, input#order_email {
  width: 100%;
  max-width: 430px;
  border-radius: 10px;
  border: 1px solid black;
  height: 40px;
  padding: 0 10px;
  font-family: 'Red Hat Display';
}

.form-row button {
  overlay: none;
  background-color: black;
  color: white;
  width: 500px;
  height: 40px;
  border-radius: 50px;
  font-size: 22px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s ease;
  font-family: 'Red Hat Display';
}

.form-row button:hover {
  background-color: white;
  color: black;
}