#customPageTitle {
  display: none;
}
h1 {
  opacity: 0;
  margin-top: 40px;
  margin-bottom: 20px;
}
.centeredContent > section {
  width: 95%;
  margin: 0 auto;
}

.centeredContent > section {
  width: 100%;
}

.row {
  display: flex;
  flex-direction: row;
  /* width: var(--web-container); */
  margin: 0px auto 40px;
}

.row:nth-of-type(odd) {
  flex-direction: row-reverse;
}
.row:nth-of-type(odd) .col-2:nth-child(2) .info.onViewport {
  opacity: 0;
  -webkit-animation: fade-in-left 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s
    both;
  animation: fade-in-left 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s both;
}
.row:nth-of-type(even) .col-2:nth-child(2) .info.onViewport {
  opacity: 0;
  -webkit-animation: fade-in-left 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s
    both;
  animation: fade-in-left 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s both;
}
.row:nth-of-type(5) {margin-top: 70px;flex-direction: row;}

.row:last-of-type img {
    border-radius: 0px;
}

.row {
    width: var(--web-container);
    justify-content: space-between;
}
.col-2 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
}
.row .col-2 {width: 49%;}



.row .col-2:last-of-type {margin: auto auto auto 10%;width: 50%;max-width: 490px;}

.row:first-of-type .col-2:last-of-type .info {
    width: 100%;
}
.imgContainer,
.img {
  width: 100%;
  display: block;
  border-radius: var(--border-radius-small);
}

.centeredContent {
  width: 100% !important;
  margin-bottom: 0px;
}

.info {
  opacity: 0;
  /* width: 79%; */
  font-size: var(--base-font-size);
  line-height: var(--base-line-height);
}
.row:nth-of-type(odd) .col-2:nth-child(2) .info.onViewport .pregunta {
    width: 420px;
}

.row:nth-of-type(odd) .col-2:nth-child(2) .info.onViewport {
    animation: fade-in-right 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s both;
    -webkit-animation: fade-in-right 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s both;
}
.centeredContent h2 {
  margin-bottom: 30px;
  /* text-transform: uppercase; */
  width: 100%;
  max-width: unset;
  font-weight: var(--custom-titles-font-weight);
  font-size: var(
  --group-font-size);
  line-height: var(
  --group-line-height);
}.row1About {
    font-size: 36px;
    line-height: 56px;
    font-style: italic;
    max-width: 555px;
}
span.mark {display: block;height: 0px;line-height: 95px;}
.pregunta {
    font-size: 30px;
    font-weight: 600;
    line-height: 40px;
    margin-bottom: 20px;
}

.row:nth-child(2) .col-2:last-of-type {
    width: 50%;
    font-size: 36px;
    max-width: 530px;
    margin: auto 7.5% auto auto;
}

.col-2 {}

.row:nth-child(2) .col-2:last-of-type .row1About {
    line-height: 50px;
}

.row:nth-child(3) {
    background: var(--secondary);
    width: 100%;
    color: var(--base-aux);
    margin-top: 80px;
    margin-bottom: 0px;
}

.row:nth-child(3) img {
    border-radius: 0px;
}

.row:nth-child(3) .col-2:last-of-type {
    margin: auto 12.5% auto auto;
}

.row:nth-of-type(4) {
    width: 100%;
    background: var(--crema-oscuro);
}

.row:nth-child(4) img {
    border-radius: 0px;
}

.row:nth-of-type(4) .col-2:first-of-type, .row:nth-of-type(3) .col-2:first-of-type {
    width: 50%;
}

.row:nth-of-type(4) .col-2:last-of-type {
    margin: auto auto auto 13.5%;
    max-width: 450px;
}

.row:nth-of-type(5) .col-2:last-of-type {
    max-width: 410px;
    margin: auto auto auto 16.5%;
}
.row1About strong {
    font-style: normal;
}

h2.row2About {
    font-size: 30px;
    margin-bottom: 80px;
    line-height: 40px;
}
.videoBanner {
  height: calc(100svh - var(--menu-height));
  width: 100%;
  object-fit: cover;
}

h1, #customPageTitle {
  text-align: left;
  text-transform: uppercase;
  font-family: var(--secondary-font);
  letter-spacing: 2px;
}
@media screen and (max-width: 1100px) {
  .centeredContent {
    margin: 0 auto !important;
  }
.pregunta {
    font-size: 20px;
    line-height: 25px;
}

.row:nth-child(2) .col-2:last-of-type .row1About {line-height: 38px;font-size: 25px;max-width: 310px;}

.row:nth-child(2) .col-2:last-of-type {
    display: flex;
    justify-content: flex-start;
}

.row:nth-of-type(5) .col-2:last-of-type .rowAbout {
    max-width: 280px;
}

.row:nth-of-type(5) .col-2:last-of-type {
    display: flex;
    justify-content: flex-start;
}
  .row {
    flex-direction: column !important;
  }
  h1 {
    margin-top: 30px;
    margin-bottom: 15px;
    font-size: calc(var(--h1-font-size) - 5px);
    line-height: calc(var(--h1-line-height) - 5px);
  }
  .row:nth-of-type(even) {
    flex-direction: column;
  }

  .row .col-2 {
    width: 100% !important;
    margin: 0px !important;
  }
.row {
    width: 86%;
    margin-bottom: 20px;
}
  .row:nth-of-type(5) {
    margin-top: 120px;
}
  .info {
    /* width: 92%; */
    margin: 40px 0;
  }
  .row:nth-child(3) .col-2:last-of-type .rowAbout, .row:nth-child(4) .col-2:last-of-type .rowAbout {
    width: 80%;
    margin: auto auto 40px;
}

  .row:first-of-type .col-2:first-of-type {
    width: 100%;
}

.row:first-of-type .col-2:last-of-type {
    width: 100%;
    margin: auto;
}

.row:nth-of-type(even) .col-2:nth-child(2) .info {/* width: 86%; */}
.row1About {
    /* font-size: var(--slider-font-size); */
    line-height: 30px;
}
span.mark {line-height: 80px;}
h2.row2About {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 51px;
}

  .videoBanner {
    height: 100%;
    object-fit: cover;
    aspect-ratio: 16/9;
  }
}
