.buttonText {
  color: #fff;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

/*Boton effecto*/
.btn-20,
.btn-20 *,
.btn-20 :after,
.btn-20 :before,
.btn-20:after,
.btn-20:before {
  border: 0 solid;
  box-sizing: border-box;
}

.btn-20 {
  -webkit-tap-highlight-color: transparent;
  background-color: #f07f1e;
  background-image: none;
  color: #fff;
  cursor: pointer;
  font-weight: 500;
  margin: 0;
  padding: 0;
  width: 380px;
  height: 43px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-20:disabled {
  cursor: default;
}

.btn-20:-moz-focusring {
  outline: auto;
}

.btn-20 [hidden] {
  display: none;
}

.btn-20 {
  border-radius: 99rem;
  border-width: 2px;
  overflow: hidden;
  padding: 0.8rem 3rem;
  position: relative;
}

.btn-20 span {
  mix-blend-mode: luminosity;
}

.btn-20:before {
  background: linear-gradient(90deg, #03547e 0%, #01558c 51%, #0699d6 100%);
  content: '';
  display: block;
  height: 100%;
  left: -100%;
  position: absolute;
  top: 0;
  transform: skew(0deg) translateX(-20%);
  transition: transform 0.2s ease;
  width: 120%;
}

.btn-20:hover:before {
  transform: skew(-45deg) translateX(75%);
}

.formulario {
  width: 100%;
  max-width: 1144px;
  display: grid;
  justify-items: center;
  grid-template-columns: 1fr 1fr;
  gap: 15px 30px;
}

.input {
  width: 100%;
  border: solid 2px #d0d0d0;
  border-radius: 4px;
}

textarea {
  height: 42.46px;
  resize: vertical;
}

textarea::-webkit-scrollbar {
  width: 25px;
}

.pasos {
  font-weight: 800;
  font-size: 28px;
  color: #01558c;
}

.textos2 {
  max-width: 1144px;
  width: 100%;
  margin-bottom: 15px;
}

/*formulario*/
@media (max-width: 768px) {
  .formulario {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
}

@media (max-width: 1130px) {
  .fondoAzul {
    height: 130px;
  }
}
