.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: 20px;
  font-weight: 500;
  margin-bottom: 10px;
  text-align: center;
  text-transform: uppercase;
  text-align: left;
}

.contactInput {
  height: 50px;
  border-color: gray;
  width: 49%;
  box-sizing: border-box;
  border-color: black;
}

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

div#customPageTitle {
    display: none;
}


textarea.contactInput {
  height: 100px;
  width: calc(100%);
  padding-top: 15px;
  line-height: normal;
}

section.contactContainer {
    display: flex;
    margin: 50px auto 130px;
    width: 92%;
}
.trabajaContainer h1.formTitle, .trabajaContainer p {
    text-align: center;
}

.contactLeftContainer {
    width: 30%;
    margin-right: 15%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.contactFormContainer {
    width: 55%;
    display: flex;
    justify-content: flex-end;
}

.up {
    display: flex;
    flex-direction: column;
}

.bottom a {
    text-decoration: underline;
}

.contactInput::placeholder{
    color:#ACACAC;
}

.contactDiv {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0px;
    max-width: 700px;
}

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

.file-input-wrapper {
  box-sizing: border-box;
  width: 100%;
  border: 1px solid transparent;
  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[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: auto;
    margin-bottom: 10px;
    width: 45%;
}

p.subtitle:last-of-type {
    margin-bottom: 30px;
}

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

.file-input-wrapper img {
    float: left;
    /* margin-top: 9px; */
    /* margin-left: 9px; */
    height: 100%;
    border: 1px solid black;
}
.contactContainer .contactFormContainer input {
    width: 49%;
}
.trabajaContainer .contactDiv input {
    width: 100%;
}
.sendForm, .sendContact.contacto {
  text-align: center;
  line-height: 44px;
  width: 160px;
  display: inline-grid;
  height: auto;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  box-sizing: border-box;
  transition: all 0.3s;
  margin-right: 0px;
  background: #1C1D22;
  color: #fff;
  border: 1px solid #1C1D22;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 14px;
}

@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
  }
section.contactContainer {
    flex-direction: column;
    margin-top: 0px;
    margin-bottom: 60px;
    width: 90%;
}
    textarea.contactInput.contact_message {
    height: 140px;
}

.contactLeftContainer {
    width: 100%;
    margin-bottom: 30px;
    margin-top: 10px;
}

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

  .sendForm {
      width: 100%;
      height: 50px;
      line-height: 50px;
  }
  p.subtitle {
    text-align: left;
    font-size: 12px;
    line-height: 12px;
    width: 80%;
    margin-left: 0px;
    margin-bottom: 10px;
}

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

input.contactInput {
    width: 100% !important;
    height: 52px;
}

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


  .formTitle {
      font-size: 16px;
      text-align: left;
      margin-top: 0px;
      font-weight: 500;
      line-height: 30px;
  }
}
