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

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

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

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

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

div#customPageTitle {
  display: none;
}

.banner {
  width: 100%;
}
.bannerMobile{
  display: none;
}

.box {
  position: relative;
}

.boxContainer {
  width: 65%;
  height: auto;
  border: 1px solid #CFCFCF;
  background: var(--white);
  padding: 4rem 80px;
  box-sizing: border-box;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  top: -6rem;
  left: 0;
  right: 0;
}

.contactInput {
  border: 1px solid var(--lighter-base);
  border-radius: 0;
  color: var(--base);
  padding: 0;
  box-sizing: border-box;
  width: 100%;
  padding-left: 10px;
  height: auto;
  margin-bottom: 20px;
  font-size: var(--base-font-size);
  line-height: var(--btn-line-height);
}

.formContainer[data-item-id="1"] {
  display: block;
  position: relative;
  overflow: hidden;
}

.contactInput.contactTextarea {
  height: 130px;
  padding-top: 10px;
  line-height: var(--base-line-height);
}

.titleCustom {
  width: 100%;
  font-size: 16px;
  color: var(--fifth);
  text-align: left;
  font-weight: 400;
}

.inputContainer {
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: center;
  align-items: center;
  gap: 20px;
  font-size: 14px;
}

.inputLeft,
.inputTeam {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  flex-direction: row;
  justify-content: center;
  gap: 15px;
}

.items {
  width: 100%;
  display: none;
  flex-direction: column;
}

.inputRight {
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  gap: 15px;
}

.inputLeft input,
.inputRight input,
.inputTeam input {
  padding: 18px;
  border: 1px solid #CFCFCF;
  border-radius: 4px;
  color: var(--fifth);
}

.inputLeft input::placeholder,
.inputRight input::placeholder,
.inputTeam input::placeholder {
  color: #CFCFCF;
}

.inputLeft select,
.inputRight select,
.inputTeam select {
  background-size: 10px;
  padding: 18px;
  border: 1px solid var(--lighter-base);
  border-radius: 4px;
  font-size: 14px;
  color: #CFCFCF;
  background-image: url(../../files/customArrow.png);
  background-position: calc(100% - 17px) center;
  background-repeat: no-repeat;
}

.inputLeft select:focus,
.inputRight select:focus,
.inputTeam select:focus {
  color: var(--fifth)
}

.inputLeft input::placeholder,
.inputRight input::placeholder,
.inputTeam input::placeholder {
  font-size: 14px;
  font-weight: 400;
}

.inputRight textarea::placeholder {
  font-size: 14px;
  font-weight: 400;
  color: #CFCFCF;
}

.showItems {
  display: flex;
  margin: 20px 0 25px;
}

.contact_message {
  border: 1px solid var(--lighter-base);
  resize: none;
  height: 100px;
  padding: 18px;
  border-radius: 4px;
}

.sendContactCustom {
  background-color: var(--fourth);
  border-radius: 0;
  font-weight: 700;
  width: 100%;
  border: 1px solid var(--fourth);
  position: relative;
  box-sizing: border-box;
  height: auto;
  text-transform: capitalize;
  font-size: 20px;
  line-height: 52px;
  margin-top: 15px;
  text-align: center;
  color: var(--white);
  cursor: pointer;
  border-radius: 3px;
}

.sendContactCustom:hover {
  background-color: var(--white);
  color: var(--fourth);
  border: 1px solid var(--fourth);
}

.selected {
  color: var(--fifth) !important;
}

.mapDiv {
  width: 65%;
  height: auto;
  margin: 0 auto;
  margin-bottom: 20px;
  position: relative;
}

.mapDiv iframe {
  width: 100%;
}

.parking {
  width: 65%;
  height: auto;
  margin: 3rem auto;
  background-color: #20409A;
  display: flex;
}

.parkingInfo {
  padding: 14px;
  color: var(--white);
  display: flex;
  align-items: center;
  gap: 20px;
}

.parkingInfo h3 {
  font-size: 14px;
  font-weight: 700;
  padding: 20px 20px;
  border-right: 1px solid var(--white);
}

.parkingInfo p {
  font-size: 13px;
  font-weight: 400;
  padding: 14px 0px;
}

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


}

@media screen and (max-width: 1100px) {
  .contactInput {
    margin-bottom: 10px;
  }

  .contactDiv {
    width: 100%;
  }

  #customPageTitle {
    font-size: calc(var(--h1-font-size) - 11px);
    line-height: calc(var(--h1-line-height) - 11px);
    text-align: left;
    max-width: 229px;
    margin: 0 0 10px;
  }

  h2,
  .customPageSubtitle,
  .customPageText {
    text-align: left;
    max-width: unset;
    width: 100%;
  }


}

@media screen and (max-width: 768px) {
  .contactBanner {
    height: 260px;
    overflow: hidden;
  }

  .centeredContent .customPageTitle,
  .centeredContent .customPageSubtitle,
  .centeredContent .customPageText {
    width: 88%;
  }

  .inputLeft,
  .inputTeam {
    grid-template-columns: 1fr;
  }

  .banner {
    object-fit: cover;
    object-position: 90%;
    height: 100%;
    width: 100%;
    display: none;
  }

  .box {}

  .boxContainer {
    width: 90%;
    position: relative;
    padding: 0;
    top: 0;
    border: none;
  }

  .titleCustom {
    width: 100%;
    margin-bottom: 2rem;
    font-size: 13px;
  }

  .mapDiv {
    aspect-ratio: 16/4;
    height: 400px;
    width: 100%;
    margin-top: 15%;
  }
  .bannerMobile{
    object-fit: cover;
    object-position: 90%;
    width: 100vw;
    display: block;
  }
  .mapDiv iframe {
    height: 400px;
  }

  .parking {
    width: 90%;

  }

  .parkingInfo h3 {
    border: none;
    border-bottom: 1px solid;
    text-align: center;
  }

  .parkingInfo p {
    text-align: center;
  }

  .parkingInfo {
    flex-direction: column;
    gap: 10px;
  }
}

@media screen and (max-width: 500px) {
  .inputContainer {
    flex-direction: column;
    gap: 15px;
  }

  .inputLeft,
  .inputRight {
    width: 100%;
    grid-template-columns: 1fr;
  }

  .sendContactCustom {
    width: 100%;
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
  }
}
