.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;
    font-family: "Belwe";
    margin-top: 10px;
    margin-bottom: 10px;
  }
  
  .contactInput {
    height: 50px;
    width: 1000%;
    box-sizing: border-box;
    padding-left: 22px;
    color: black;
    border: none;
    background: #F3EEE8;
    border-radius: 60px;
  }
  
  .contactDiv:not(.trabaja) .contactInput.contact_name {
      width: 100%;
  }
  
  div#customPageTitle {
      display: none;
  }
  
  
  textarea.contactInput {
    height: 130px;
    width: calc(100%);
    padding-top: 15px;
    line-height: normal;
    border: none;
    resize: none;
    border-radius: 21px;
  }
  
  section.contactContainer {
      display: flex;
      margin: 50px auto 130px;
      width: 90%;
      justify-content: center;
  }
  section.contactContainer > img {
      width: 51%;
      object-fit: contain;
  }
  .dondeContainer {
      display: flex;
      width: 90%;
      margin: auto;
      justify-content: space-between;
      margin-bottom: 5vw;
  }
  .dondeEncontrarnos {
    margin-left: 6%;
}
  .dondeContainer img {
      width: 50%;
      object-fit: contain;
  }
  
  p.localTitle {
      font-weight: 700;
      font-size: 18px;
      margin-bottom: 10px;
  }
  
  .local {
      margin-bottom: 40px;
  }
  
  .contactFormContainer p {
      margin-bottom: 30px;
  }
  
  .contactFormContainer img {
      width: 50px;
  }
  .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: 36%;
      margin-left: 5%;
      display: flex;
      justify-content: center;
      flex-direction: column;
  }
  
  .up {
      display: flex;
      flex-direction: column;
  }
  
  .bottom a {
      text-decoration: underline;
  }
  
  .contactInput::placeholder{
      color:black;
  }
  
  .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: transparent;
    color: var(--fourth);
    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: 100%;
  }
  .trabajaContainer .contactDiv input {
      width: 100%;
  }
  .sendForm, .sendContact.contacto {
    text-align: center;
    line-height: 44px;
    width: 100%;
    display: inline-grid;
    height: auto;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    box-sizing: border-box;
    border-radius: 70px;
    transition: all 0.3s;
    margin-right: 0px;
    background: var(--fourth);
    color: #fff;
    border: 1px solid var(--fourth);
    cursor: pointer;
    text-transform: uppercase;
    margin-top: 10px;
    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%;
  }
      section.contactContainer > img {
      width: 100%;
      margin-bottom: 30px;
  }
  .dondeEncontrarnos {
    margin-left: 0px;
}

  .dondeContainer {
      margin-bottom: 6vw;
      flex-direction: column;
  }
  
  .dondeEncontrarnos h1 {
      margin-bottom: 30px;
  }
  
  .dondeContainer img {
      width: 100%;
  }
      textarea.contactInput.contact_message {
      height: 140px;
      background: #F3EEE8;
  }
  
  .contactLeftContainer {
      width: 100%;
      margin-bottom: 30px;
      margin-top: 10px;
  }
  
  .contactFormContainer {
      width: 100%;
      margin-left: 0px;
  }
    .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;
      border: none;
      background: #F3EEE8;
      border-radius: 60px;
  }
  
  textarea.contactInput.contactTextarea.contact_message {
      height: 259px;
  }
  
  
    .formTitle {
        font-size: 25px;
        text-align: left;
        margin-top: 11px;
        font-weight: 500;
        line-height: 30px;
    }
  }
  