.customPageCenteredContent {
  width: auto !important;
}
#customPageTitle {
  display: none !important;
}
h2 {
  margin-bottom: 15px;
}
p {
  margin-bottom: 20px;
}
/* Nosotros */
.highlightAbout {
  width: 100%;
}
.containerAbout {
  display: flex;
}
.imgContainerAbout {
  width: 50%;
}
.imgContainerAbout img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 1/1;
}

.square {
  aspect-ratio: 1/1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}

.square.transparent,
.square.red {
  padding: 30px;
}

.square h2 {
  text-transform: uppercase;
  font-family: "PPMonument";
  font-weight: bold;
  font-size: 41px;
  line-height: 48px;
}

.square p {
  font-family: "Lato";
  font-size: 15px;
  line-height: 22px;
  font-weight: normal;
  line-height: normal;
}

.square.red {
  background-color: var(--primary-color-two);
}

.square.red h2,
.square.red p {
  color: white;
}

.square.first h2 {
  font-size: 60px;
  line-height: 60px;
}
.nosotrosContainer {
  display: grid;
  width: 90%;
  margin: auto;
  grid-template-columns: 49% 49%;
  /* gap: 10px; */
  justify-content: space-between;
  row-gap: 2vw;
}

.nosotrosContainer .square img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.bannerWestHamburg {
  margin: 30px 0px;
  width: 160%;
}

.nosotrosContainer:last-child {
  margin-bottom: 5vw;
}
.textContainerAbout {
  width: calc(50% - 100px);
  padding: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.textContainerAbout h2 {
  margin-bottom: 30px;
}

.textContainerAbout p:last-child {
  margin-bottom: 35px;
}

.textContainerAbout .button {
  top: 20px;
  position: relative;
}

/* Contato */
.contactContainer {
  display: flex;
  justify-content: space-between;
}
.contactContainer img {
  width: 50%;
  object-fit: cover;
}
.formContainer {
  width: calc(50% - 100px);
  padding: 0 50px;
  margin: 40px auto;
}
.contactInput {
  width: calc(100% - 41px);
  padding: 14px 20px;
  color: var(--primary-color-one);
  border-radius: 0px;
  font-size: 13px;
  font-family: "Lato";
  font-weight: 400;
  margin-bottom: 24px;
}

.contactContainer {
  width: 90%;
  margin: 5vw auto;
  background: white;
  height: 80vh;
  max-height: 700px;
}

.formContainer h2 {
  color: var(--primary-color-two);
  font-weight: 800;
  text-transform: uppercase;
  font-size: 3rem;
  margin-bottom: 40px;
  font-family: var(--font-two);
}

textarea.contactInput.contactTextarea.contact_message {
  height: -webkit-fill-available;
}

.form {
  height: calc(100% - 80px);
}

.form .button {
  width: calc(100% - 0px);
  border-radius: 0px;
  background: var(--button-background);
  transition: all 0.1s;
  text-align: center;
  font-weight: 700;
  padding: 23px 30px;
  box-sizing: border-box;
  color: var(--secondary-color-one);
  border: 1px solid var(--button-background);
}

.form .button:hover {
  background-color: var(--secondary-color-one);
  color: var(--button-background);
}
.form {
  display: flex;
  flex-direction: column;
  align-items: baseline;
}
.contactInput::placeholder {
  font-size: 13px;
  font-weight: 400;
  color: black;
}
.visitContainer {
  width: 90%;
  margin: 50px auto;
  background: #f8f8f8;
}
.adressContainer {
  width: 40%;
}
.adressContainer div {
  padding: 40px;
}
iframe {
  width: 60%;
}

@media screen and (max-width: 768px) {
  .nosotrosContainer {
    grid-template-columns: auto;
    display: flex;
    flex-direction: column;
  }

  .contactContainer {
    flex-direction: column-reverse;
    height: auto;
    max-height: unset;
    background: transparent;
  }

  .contactContainer img {
    width: 100%;
    margin-bottom: 5vw;
  }

  .square {
    justify-content: space-between;
  }

  .square.first h2 {
    font-size: 30px;
    line-height: 30px;
  }

  .square.transparent,
  .square.red {
    padding: 14px;
    aspect-ratio: unset !important;
  }

  .square h2 {
    font-size: 20px;
    line-height: 20px;
  }

  .square p {
    font-size: 14px;
    line-height: 20p;
    margin-bottom: 0px;
  }

  .square.mobileElement {
    display: flex !important;
    justify-content: space-between;
  }

  .formContainer {
    width: calc(100% - 20px);
    margin: auto;
    padding: 0px 10px 10px 10px;
    background: white;
  }

  .formContainer h2 {
    font-size: 30px;
    margin-bottom: 20px;
    margin-top: 20px;
    text-align: center;
  }

  textarea.contactInput.contactTextarea.contact_message {
    height: 140px;
  }
  .contactInput {
    padding: 10px 20px;
    margin-bottom: 15px;
  }

  .form .button {
    height: 60px;
    line-height: 60px;
    font-size: 13px;
    width: 92%;
    padding: 0px;
    margin: auto;
  }
}
