#customPageTitle {
  display: none;
}

#headerDummy.headerIndex {
  height: 0;
}

#headerDummy {
  position: relative;
  width: 100%;
  height: var(--menu-height);
  background: var(--web-background);
}

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

#footer {
  margin-top: 0px
}

.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: 700;
  margin-bottom: 10px;
  font-size: 22px;
  line-height: 40px;
  text-align: center;
  z-index: 1;
  text-transform: uppercase;
}

.textCustom {
  color: var(--base);
  font-weight: 100;
  margin-bottom: 20px;
  line-height: 21px;
  font-size: 13px;
  letter-spacing: 0;
  text-align: center;
  width: 100%;
  margin-bottom: 30px;
  text-transform: uppercase;
  display: none;
}

textarea {
  resize: none;
  height: 170px;
  width: 100%;
  border: none;
  height: 14rem !important;
  border-radius: 4px;
  padding-left: 15px;
  color: var(--base);
  padding-top: 15px;
  margin-top: 15px;
  background-color: #f5f5f5;
  padding-top: 16px !important;
}

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

.formInput {
  padding: 0;
  font-size: var(--base-font-size);
  box-sizing: border-box;
  height: 3.5rem;
  font-weight: 300;
  margin-bottom: 0rem;
  margin-top: 15px;
  width: calc(100% - 15px);
  color: var(--base);
  padding-left: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  background: #EBE8E8;
  /* border: 1px solid #e4e7dc; */
  width: 100%;
  border-radius: var(--border-radius);
  padding-right: 20px;
}

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

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

input::placeholder,
textarea::placeholder {
  color: #0A0A0A;
  font-weight: 400;
}

.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 {
  height: 53px;
  line-height: 29px;
  width: 100%;
  color: #ffffff;
  border: none;
  position: relative;
  box-sizing: border-box;
  text-align: center;
  margin-bottom: 30px;
  font-weight: 400;
  border-radius: var(--border-radius);
  margin-top: 20px;
  margin-left: 0;
}

.contactBanner {
  width: 100%;
  object-fit: cover;
  height: 100%;
}

.boxContainer {
  display: flex;
  height: 100%;
  gap: 0%;
  width: 100%;
  /* margin: 2.5rem auto 4rem; */
  /* align-items: start; */
  justify-content: space-between;
  align-items: center;
}

.boxContainer .right {
  width: 50%;
  height: auto;
  /* margin-left: 15px; */
  border-radius: 25px;
  display: flex;
}

.bannerMobile {
  display: none;
}

.banner {
  /* max-width: 84%; */
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.boxContainer .left {
  width: 50%;
  /* margin: 0 auto; */
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 30px;
  /* margin-right: 5%; */
  float: left;
}

.leftContainer {
  width: 70%;
  height: 100%;
  margin: 0px auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  top: 6%;
  position: relative;
}

.leftContainer p {
  margin-bottom: 10px;
  position: relative;
  text-align: center;
}
.escribinos {
  width: 216px;
  position: relative;
  top: 40px;
  right: 75px;
}

.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: wrap;
  justify-content: space-between;
}

.sendContact:hover {
  border: 1px solid var(--base);
  color: var(--base);
  background: var(--base-aux);
}

@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 {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 0 auto;
  }

  .boxContainer .left {
    width: 90%;
    margin-top: 10vw;
  }

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

  .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: 3.5rem;
    line-height: 3.5rem;
    text-align: center;
    font-size: calc(var(--btn-font-size) + 2px);
  }

  .titleCustom {
    width: 100%;
    position: relative;
    margin: 1rem auto 1rem;
    font-size: 22px;
    text-align: center;
    line-height: normal;
    max-width: unset;
    letter-spacing: unset;
  }

  .textCustom {
    font-size: 15px;
    text-align: center;
  }

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

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

  textarea.formInput.contact_message {
    border-radius: var(--border-radius);
    height: 18vh;
  }

  .contactMessage {
    height: 18rem;
  }

  .leftContainer {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .boxContainer {
    flex-direction: column-reverse;
  }

  .customPageCenteredContent {
    width: 90% !important;
    /* margin-top: 15px !important; */
  }

  .boxContainer .left {
    width: 100%;
    margin-bottom: 40px;
    margin-top: 20px;
    margin-left: 0;
    margin-right: 0;
  }

  .leftContainer {
    width: 90%;
  }

  .leftContainer p {
    margin-bottom: 10px;
    position: relative;
    width: 90%;
    text-align: center;
    margin: 0 auto 10px;
  }

  .escribinos {
    width: 147px;
    right: 10px;
    top: 31px;
  }

  .sendContact {
    margin-bottom: 30px;
    height: 53px;
    line-height: 30px;
  }

  textarea {
    height: 150px !important;
  }

  .banner {
    display: none;
  }

  .bannerMobile {
    display: block;
    width: 100%;
    margin: 0 auto;
  }

  #headerDummy {
    background: transparent;
  }
}
