#customPageTitle {
  display: none
}

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

.contactInput::-webkit-input-placeholder {
  font-weight: 300;
  color: var(--black)
}

.contactInput::-moz-placeholder {
  font-weight: 300;
  color: var(--base)
}

.contactInput::-moz-placeholder {
  font-weight: 300;
  color: var(--base)
}

.contactInput::-ms-input-placeholder {
  font-weight: 300;
  color: var(--base)
}

.contactInput::-ms-input-placeholder {
  font-weight: 300;
  color: var(--base)
}

.titleCustom {
  color: #000;
  font-weight: 500;
  margin-bottom: 10px;
  font-size: 32px;
  letter-spacing: 2px;
  text-align: center;
  font-family: var(--font2)
}

.subtitleCustom {
  color: #000;
  font-weight: 400;
  margin-bottom: 3rem;
  font-size: 19px;
  letter-spacing: 0;
  text-align: center;
  font-family: var(--font1)
}

textarea {
  resize: none;
  height: 170px;
  border: 1px solid #000;
  color: #000;
  padding-top: 15px;
  margin-top: 20px;
  width: 100%;
  border-radius: 15px;
  text-indent: 15px;
  font-weight: 100;
}

textarea::placeholder {
  color: #000;
}

.formContainer input {
  width: 46.5%;
  color: #000;
  margin-top: 20px;
  margin-bottom: 10px;
  border: 1px solid #000;
  padding-left: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  height: 35px;
  border-radius: 15px;
  font-weight: 100;
}

input::placeholder {
  color: #000
}

.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
}

.contact_phone,
.contact_aux {
  float: right
}

.contact_name {
  float: left
}

.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 #000;
  border-radius: 0;
  color: #000;
  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: #000;
  border-radius: 0;
  font-weight: 600;
  height: 49px;
  line-height: 48px;
  width: 233px;
  border: 1px solid #000;
  position: relative;
  box-sizing: border-box;
  margin-bottom: 10rem;
  font-weight: 900;
  text-transform: uppercase;
  margin-top: 20px;
  font-size: 17px;
  border-radius: 30px
}

.sendContact:hover {
  color: #000
}

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

.boxContainer {
  height: auto;
  width: 60%;
  margin: 4rem auto 0rem;
  max-width: 860px
}

.left {
  width: 53%
}

.boxContainer .right {
  width: 100%;
  font-size: 15px;
  display: flex;
  flex-direction: column;
  align-items: center
}

.boxContainer .right img {
  width: 15rem;
  margin-bottom: 2rem
}

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

@media screen and (max-width: 1100px) {
  .formContainer input {
    width: calc(100% - 2px);
    position: relative;
    padding-left: 0;
    text-indent: 20px;
    padding: 10px 0;
    margin: 10px auto;
  }

  .contactNumber,
  .contact_aux {
    float: unset
  }

  textarea {
    width: calc(100% - 2px);
    margin-top: 10px;
  }

  .contactName {
    float: unset
  }

  input::placeholder,
  textarea::placeholder {
    color: #0009
  }

  .contactFormContainer {
    position: relative;
    width: 90%;
    margin: auto
  }

  .boxContainer {
    flex-direction: column;
    width: 90%;
    margin-left: 5%;
    margin: 4rem auto 0
  }

  .left {
    width: 100%
  }

  input {
    width: 100%;
    padding-left: 0
  }

  .sendContact {
    width: 70%;
    letter-spacing: .5px;
    margin-bottom: 0
  }

  .boxContainer .right {
    width: 90%;
    padding: 0;
    margin: auto;
    margin-top: 50px
  }

  .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
  }

  .extraInfo a {
    text-decoration: underline;
  }

  .extraInfo {
    line-height: 30px;
    font-weight: 100;
    font-size: 15px;
    margin-top: 6rem;
    text-align: center
  }
}