#customPageTitle {
  display: none;
  text-align: center;
  font-weight: bold;
  font-weight: 900;
  color: #58595b;
  letter-spacing: 0px;
  font-size: 21px;
  border-bottom: none;
  margin-top: 60px;
  text-transform: capitalize;
}

.contact_aux_2 {
  display: none;
}

.customPageSubtitle {
  margin-bottom: 20px;
  font-weight: 600;
  color: #58595b;
  text-align: left;
  font-weight: bold;
  font-weight: 900;
  color: #58595b;
  letter-spacing: 0px;
  font-size: 14px;
  border-bottom: none;
  margin-top: 10px;
  text-transform: capitalize;
  margin-bottom: 10px;
}
.customPageCenteredContent {
  width: 90% !important;
  overflow: visible;
}
.customPageCaption {
  font-size: 14px;
  color: #58595b;
  font-weight: 300;
}
.contactDiv {
  width: 1000px;
  border-radius: 8px;
  margin-bottom: 10px;
}
.contactInput {
  background-color: #f3f3f3;
  border-radius: 0px;
  border: none;
  color: #000000;
  font-size: 14px;
  width: 43%;
  margin-top: 29px;
  margin-left: 30px;
  margin-right: 37px;
  margin-bottom: 0px;
  height: 42px;
  font-family: poppins;
  border-radius: 5px;
}
.contact_message {
  position: absolute;
  top: 0px;
  width: 41%;
  height: 179px;
  right: 9px;
}
.sendContact {
  text-align: center;
  background-color: #00aae3;
  border: 1px solid #00aae3;
  color: white;
  font-size: 20px;
  letter-spacing: 1px;
  width: 45%;
  font-weight: 800;
  margin-top: 38px;
  border-radius: 5px;
  margin-right: 4.5%;
  text-transform: uppercase;
  line-height: 36px;
  height: 37px;
}

.sendContact:hover {
  background-color: white;
  color: #00aae3;
}
.contact_aux {
  position: absolute;
  top: 0px;
  width: 43%;
  display: none;
  right: 9px;
}
.mapDiv {
  width: 100%;
  height: 300px;
  margin-bottom: 40px;
}
.customPageImage {
  width: 100%;
  max-width: 100%;
}
.customPageText p {
  width: 65%;
  margin: auto;
}
.contactInput::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: black;
  opacity: 0.9;
}

.contactInput:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: black;
  opacity: 0.9;
}

.contactInput::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: black;
  opacity: 0.9;
}

.contactInput:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: black;
  opacity: 0.9;
}

.contactInput::-ms-input-placeholder {
  /* Microsoft Edge */
  color: black;
  opacity: 0.9;
}

.file-input-wrapper {
  border: 1px solid #58595b;
  color: #58595b;
  font-weight: 300;
}

.customPageText {
  width: 24%;
  float: left;
  text-align: left;
  font-weight: 300;
  font-size: 15px;
  line-height: 20px;
  margin-top: 0px;
  border-right: 1px solid;
  border-color: #000000;
  margin-bottom: 30px;
}
.customPageText:last-of-type {
  border-right: none;
}
.contactLabel {
  position: relative;
  float: left;
  font-size: 15px;
  font-weight: 300;
  color: black;
  margin-left: 23px;
  display: inline-block;
  margin-top: 3px;
}

.logoByF {
  width: 100px;
  display: block;
  position: relative;
  margin: 0 auto;
  margin-top: 140px;
}
.box1 {
  position: relative;
  width: 100%;
  margin: 0 auto;
  margin-top: 40px;
  height: 510px;
  background-color: #f2f2f2;
}

.subtitleByF {
  position: relative;
  font-weight: 100;
  font-size: 23.5px;
  height: 30px;
  display: inline-block;
  width: 100%;
  line-height: 30px;
  letter-spacing: 0.5px;
  text-align: center;
  color: #797a7b;
  margin-top: 30px;
}

.box1pic {
  position: relative;
  background-size: cover;
  width: 100%;
  height: 420px;
  margin-top: 30px;
}

.box1text {
  position: relative;
  color: white;
  font-weight: 100;
  font-size: 20px;
  display: inline-block;
  text-align: center;
  line-height: 25px;
  margin-top: 142px;
  width: 100%;
}

.box1text em {
  font-weight: 900;
  font-style: normal;
}

.box2 {
  position: relative;
  width: 100%;
  margin: 0 auto;
  margin-top: 20px;
  color: #b1b2b3;
  background-color: white;
}

.fila {
  position: relative;
  width: 100%;
  height: 330px;
}

.half {
  position: relative;
  height: 100%;
  width: 50%;
  float: left;
  background-size: cover;
  text-align: left;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.halfTitle {
  position: relative;
  font-size: 20px;
  font-weight: 900;
  color: #58595b;
  margin: 0 auto;
  margin-bottom: 30px;
  width: 200px;
}

.halfText {
  position: relative;
  font-size: 15px;
  font-weight: 100;
  line-height: 22px;
  width: 250px;
  margin: 0 auto;
}

.halfText em {
  font-weight: 400;
  font-style: normal;
}

.box3 {
  position: relative;
  width: 100%;
  height: auto;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .customPageCenteredContent {
    width: 100% !important;
  }
  .customPageSubtitle {
    width: 90%;
    font-size: 12px;
    line-height: 16px;
  }
  .contactDiv {
    width: 90%;
  }
  .contactInput {
    width: calc(100% - 24px);
    margin-left: 0;
    margin-right: 0;
    right: 0px;
    top: 0;
    margin-top: 20px;
  }
  .customPageText {
    width: 90%;
    float: unset;
    border: none;
    margin-bottom: 10px;
  }
  .customPageText p {
    width: 100%;
  }
  .box1 {
    height: 254px;
    width: 90%;
  }
  .subtitleByF {
    font-size: 15px;
    margin-top: 15px;
    width: 90%;
    margin-left: 5%;
  }
  .box1pic {
    height: 160px;
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: 25px;
  }
  .box1text {
    font-size: 13px;
    line-height: 16px;
    width: 80%;
    display: inline-block;
    margin-left: 10%;
    margin-top: 20px;
  }
  .fila {
    height: 550px;
    width: 90%;
    margin-left: 5%;
  }
  .half {
    width: 100%;
    height: 50%;
    background-position: bottom;
  }
  .box3 {
    margin-bottom: 50px;
  }
  .fila {
    display: flex;
    flex-direction: column;
  }
  .mobileTop {
    order: -1;
  }
  .contact_message {
    position: relative;
    width: calc(100% - 41px) !important;
    height: 130px;
  }
  .contact_aux {
    position: relative;
    display: none;
  }
  .sendContact {
    width: calc(100% - 2px);
    margin-top: 20px;
  }
}
