#customPageTitle {
  display: none;
}

#headerDummy.headerIndex {
  height: 0;
}

.customPageCenteredContent {
  width: 100% !important;
  min-width: 0;
  margin-top: 0;
}

.contactInput::-webkit-input-placeholder {
  font-weight: 300;
  color: #797979;
}

.contactInput::-moz-placeholder {
  font-weight: 300;
  color: #797979;
}

.contactInput::-moz-placeholder {
  font-weight: 300;
  color: #797979;
}

.contactInput::-ms-input-placeholder {
  font-weight: 300;
  color: #797979;
}

.contactInput::-ms-input-placeholder {
  font-weight: 300;
  color: #797979;
}

.titleCustom {
  color: var(--base);
  font-weight: 400;
  margin-bottom: 2%;
  font-size: 30px;
  letter-spacing: 1px;
  text-align: center;
  font-family: Questrial;
  text-transform: uppercase;
}

.textCustom {
  color: var(--base);
  font-weight: 400;
  font-style: italic;
  margin-bottom: 20px;
  line-height: 21px;
  font-size: 40px;
  letter-spacing: 0;
  font-family: "Vollkorn";
  text-align: center;
  width: 90%;
  margin: 0 auto;
  margin-bottom: 30px;
}

textarea {
  resize: none;
  height: 170px;
  width: 100%;
  border: none;
  padding-left: 15px;
  color: var(--base);
  padding-top: 15px;
  margin-top: 15px;
}

textarea::placeholder {
  color: var(-base) 7d;
}

.formInput {
  padding: 0;
  font-size: 1.3rem;
  box-sizing: border-box;
  height: 5.5rem;
  font-weight: 300;
  margin-bottom: 0rem;
  margin-top: 15px;
  color: var(--base);
  border: 1px solid #c5c5c5;
  padding-left: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 90%;
}

#textAreaFormInput {
  height: 20rem;
}

.contactMessage {
  height: 19rem;
  padding-top: 15px;
}

.contactEmail,
.contactNumber {
  width: calc(50% - 7px);
  float: left;
}

input::placeholder {
  color: var(-base);
}

.contactContainer {
  width: 90%;
  margin: auto;
  position: relative;
  display: flex;
  align-items: center;
}

.contactContainer img {
  width: calc(100% - 50rem);
}

.contactFormContainer {
  position: absolute;
  right: 0;
  width: 65rem;
  z-index: 1;
  background: #fff;
}

.contactDiv {
  width: 76%;
  position: relative;
  float: left;
  margin-left: 12%;
  margin-top: 3.5rem;
  max-width: 38rem;
  margin-bottom: 0;
}

.title {
  width: 76%;
  position: relative;
  float: left;
  margin-top: 5rem;
  margin-left: 12%;
  text-transform: uppercase;
  font-size: 3rem;
}

.contactInput {
  border: 1px solid var(--grey);
  border-radius: 0;
  color: var(--base);
  padding: 0;
  font-size: 1.4rem;
  box-sizing: border-box;
  width: 100%;
  padding-left: 1rem;
  height: 4rem;
  font-weight: 300;
  margin-bottom: 2rem;
}

.contactInput.contactTextarea {
  height: 13rem;
  padding-top: 1rem;
}

.sendContact {
  background-color: var(--base);
  border-radius: 0;
  font-weight: 600;
  height: 5.5rem;
  line-height: 5.5rem;
  width: 90%;
  color: var(--white);
  border: 1px solid var(--base);
  position: relative;
  float: left;
  box-sizing: border-box;
  margin-bottom: 5rem;
  font-weight: 500;
  text-transform: uppercase;
  margin-top: 20px;
}

.contactBanner {
  width: 100%;
  height: 100%;
}

.boxContainer {
  display: flex;
  height: 100%;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
#content {
  .left {
    width: 40%;
    margin: 12% 5%;
  }

  .right {
    width: 40%;
  }
}

#imgContacto {
  width: 100%;
}

.contactContainer .right {
  width: 100%;
  padding-top: 0vh;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  flex-direction: column;
  font-size: 15px;
}

.formContainer {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}

#mapContainerContacto {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  margin-bottom: 5%;
  flex-direction: row;
}

.mapContacto {
  width: 45%;
  height: 45vh;
}

.mapContactoInfo {
  background-color: #f1eeed;
  width: 43%;
  height: 45px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  padding: 0 1%;
  text-transform: uppercase;
  font-weight: 500;
}

.mapInfoCiudad {
  font-weight: bold;
}

@media screen and (min-width: 769px) and (max-width: 1105px) {
  #content {
    min-width: unset;
  }
}

@media screen and (max-width: 1100px) {
  .contactFormContainer {
    position: relative;
    width: 90%;
    margin: auto;
  }

  .boxContainer {
    flex-direction: column;
    align-items: center;
  }
  #content {
    .left {
      width: 80%;
      order: 2;
      padding-top: 30px;
      position: relative;
      display: flex;
      flex-direction: column;
      align-items: center;
      top: -86px;
      background-color: var(--white);
    }

    .right {
      width: 100%;
      padding: 0;
      margin: auto;
      margin-top: 0;
      order: 1;
    }
  }

  .title {
    width: 90%;
    margin-left: 0%;
    text-align: left;
    margin-top: 2rem;
    margin-bottom: 3rem;
  }

  .contactContainer img {
    width: 100%;
    height: auto;
  }

  .contactContainer {
    flex-direction: column;
    width: 100%;
  }

  .contactDiv {
    width: 96%;
    margin-left: 1%;
    margin-top: 0rem;
  }

  .contactEmail,
  .contactNumber {
    width: 100%;
    float: left;
  }

  .sendContact {
    width: 100%;
    margin-bottom: 0;
    height: 4.5rem;
    line-height: 4.5rem;
  }

  .titleCustom {
    margin-bottom: 10px;
    font-size: 25px;
    letter-spacing: 1px;
    width: 60%;
    line-height: 30px;
    text-align: left;
    margin-left: 5px;
  }

  .textCustom {
    font-size: 28px;
  }

  .formContainer {
    width: 100%;
  }

  .formInput.contactTextarea {
    margin-top: 15px;
    padding: 10px 10px 10px 15px;
  }

  .formInput {
    width: 100%;
    font-size: 13px;
    height: 5rem;
  }

  .contactMessage {
    height: 18rem;
  }

  #mapContainerContacto {
    display: flex;
    flex-direction: column;
    align-items: center;
    order: 4;
  }

  .mapContacto {
    width: 90%;
  }

  .mapContacto:first-of-type {
    order: 2;
  }

  .mapContacto:last-of-type {
    order: 4;
  }

  .mapContactoInfo {
    width: 90%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
  }

  .mapContactoInfo:first-of-type {
    order: 1;
  }

  .mapContactoInfo:last-of-type {
    order: 3;
    margin-top: 20px;
  }
}
