#customPageTitle {
  display: none;
}
.customPageCenteredContent {
  width: 100%;
  min-width: 0;
  margin: 0 auto 0;
  background-color: white;
  min-height: 50vh;
}

.contacto {
  display: flex;
  margin: 90px auto;
  width: 80%;
  max-width: 1000px;
  justify-content: space-between;
}
.contactInformation {
  width: 36%;
}
.contactContainer {
  width: 50%;
}
.contactInformation h1 {
  font-size: 30px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 20px;
  text-align: left;
}
h2 {
  margin-bottom: 0;
  text-transform: uppercase;
}
.contactInformation p {
  margin-bottom: 20px;
}
.contactDiv {
  margin: 0;
  width: 100%;
  max-width: unset;
}

.contactDiv h2 {
  font-size: 20px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.contactInput {
  border: 1px solid var(--Gris, #898989);
  background: transparent;
  font-size: 13px;
}
.inputContainer:not(.textAreaContainer) {
  width: 49%;
  float: left;
}
.inputContainer:nth-of-type(2) {
  margin-right: 2%;
}
.contactInput.contactTextarea {
  margin-bottom: 10px;
}
.redLineBtnText {
  text-align: center;
  padding: 20px 0px;
  text-transform: uppercase;
  font-weight: 900;
}
.inputContainer:nth-of-type(1),
.inputContainer:nth-of-type(4) {
  width: 100%;
}

.contactInformation p {
  color: #787676;
  margin-top: 3px;
}

@media screen and (max-width: 768px) {
  .contacto {
    flex-direction: column;
    width: 100%;
    margin-bottom: 20px;
  }

  .contactInformation {
    width: 100%;
  }

  .contactContainer {
    width: 100%;
  }

  .contactInformation h1 {
    font-size: 20px;
  }

  h2 {
    font-size: 18px;
    margin-bottom: 8px;
  }

  .contactInput.contactTextarea {
    height: 170px;
  }
}
