.customPageImage {
  max-width: unset;
  width: 100%;
  top: 0;
  aspect-ratio: 100/29;
  -o-object-fit: cover;
  object-fit: cover
}

.formTitle {
  color: var(--base);
  font-size: 30px;
  margin-bottom: 0px;
  font-weight: 600;
  text-align: center;
  margin-top: 50px;
  text-transform: uppercase;
}

.contactInput {
  height: 50px;
  border-color: gray;
  width: 100%;
  box-sizing: border-box;
  border-color: #D8D8DA;
  font-size: 13px;
}

.contactDiv:not(.trabaja) .contactInput.contact_name {
    width: 100%;
}

div#customPageTitle {
    display: none;
}


textarea.contactInput {
  height: 160px;
  width: calc(100%);
  padding-top: 15px;
  resize: none;
}

.contactDiv {
    width: 510px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 30px;
}

.uploadFileContianer {
  width: 100%;
  position: relative;
  overflow: hidden
}

.file-input-wrapper {
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #9c9c9c;
  margin-left: 0;
  height: 95px;
  font-size: 12px;
  color: #9c9c9c;
  background-image: url(../../files/more.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 18%
}

.file-input-name.selected {
  position: absolute;
  width: fit-content;
  margin-left: 11px;
  margin-top: 0;
  word-break: break-all;
  top: 60%;
  cursor: pointer;
  left: 90px;
  z-index: 2
}

.file-input-close {
  position: absolute;
  top: 59%;
  color: #d6001a;
  left: 254px;
  font-weight: 600;
  display: none;
  z-index: 2;
  cursor: pointer
}

.contactLabel {
  width: 100%;
  margin: 10px 0
}

figure.bannerContainer {
  width: 100%
}

.centeredContent.customPageCenteredContent.font1 {
  width: 100%
}

.centeredContent.customPageCenteredContent.font1[data-custom-id="5"] #customPageTitle {
  display: none
}

.sendFormCustom.sendForm:hover, .sendContact.contacto:hover {
  background: #fff;
  color: #000;
  box-sizing: border-box
}
p.subtitle {
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 40px;
}

input.contactInput.contact_aux {
    width: 100%;
}

.file-input-wrapper img {
    float: left;
    margin-top: 9px;
    margin-left: 9px;
}
.sendForm, .sendContact.contacto {
  text-align: center;
  line-height: 50px;
  width: 100%;
  display: inline-grid;
  height: auto;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  box-sizing: border-box;
  transition: all 0.3s;
  margin: 25px auto 80px;
  background: #1C1D22;
  color: #fff;
  border: 1px solid #1C1D22;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 16px;
}

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

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

  .customPageImage {
      aspect-ratio: 1/1
  }

  .centeredContent {
      margin-bottom: 0
  }
  .contactDiv:not(.trabaja) .contactInput.contact_name {
    width: 100%;
}

  .sendForm {
      width: 100%;
      height: 72px;
      line-height: 72px;
  }
  p.subtitle {
    text-align: left;
    font-size: 12px;
    line-height: 12px;
    width: 70%;
    margin-bottom: 30px;
    margin-top: 13px;
}

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

input.contactInput {
    width: 100%;
}

textarea.contactInput.contactTextarea.contact_message {
    height: 259px;
}


  .formTitle {
      font-size: 29px;
      text-align: left;
      margin-top: 30px;
      font-weight: 600;
      line-height: 30px;
  }
}
