#customPageTitle {
  display: none;
}
h1 {
  opacity: 0;
  margin-top: 40px;
  margin-bottom: 20px;
}
.centeredContent > section {
  width: 95%;
  margin: 0 auto;
}

.centeredContent > section {
  width: 100%;
  background: var(--base);
}

.row {
  display: flex;
  flex-direction: row;
  margin: 0px auto 40px;
}

.row:nth-of-type(even) {
  flex-direction: row-reverse;
}
.row:last-child {
    margin-bottom: 0px;
}
.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;
}

.col-2 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
}

.imgContainer,
.img {
  width: 100%;
  display: block;
  border-radius: var(--border-radius);
  height: auto;
}

.centeredContent {
  width: 100% !important;
  max-width: unset;
  margin: 0;
}

.info {
  width: 71%;
  font-size: var(--base-font-size);
  line-height: var(--base-line-height);
}

.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;
  width: 100%;
  max-width: unset;
  font-weight: var(--custom-titles-font-weight);
  font-size: var(
  --group-font-size);
  line-height: var(
  --group-line-height);
}
.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;
}

.mainBanner, .mainBanner img {
    width: 100%;
    display: flex;
}

.bloque1 {
    display: flex;
    width: 100%;
    color: white;
    background-image: url("../../files/aboutBackground.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    border-bottom: 1px solid #FFFFFF66;
}


.firstContainer {
    width: 45%;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-right: 1px solid #FFFFFF66;
}

.firstContainer img {
  width: 75%;
  margin: 60px 0;
}

.secondContainer {
    width: 55%;
    box-sizing: border-box;
}

h2.firstTitle {
    margin-top: 106px;
    width: 75%;
    font-size: 35px;
    font-weight: 500;
    line-height: 40px;
    overflow: visible;
}

span.cincuenta {
    font-weight: 600;
    font-size: 160px;
}

span.anios {
    font-weight: 600;
    font-size: 70px;
}

.first {
    width: 85%;
    padding: 70px;
    border-bottom: 1px solid #FFFFFF66;
}

.first h3 {
    font-size: 24px;
    line-height: 28px;
    font-weight: 400;
    width: 65%;
}

.first h2 {
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 25px;
    font-weight: 400;
}

.second {
    width: 59%;
    padding: 75px;
    font-size: 14px;
    font-weight: 400;
}

.bloque2 {
    color: white;
    width: 100%;
    margin: 70px auto 70px;
    display: flex;
    flex-direction: column;
    text-align: center;
}

p.blueText {
    color: #009FE3;
    margin-bottom: 25px;
}

.mainBanner.observer.onViewport {
    animation: fade-in-left 0.6s ease-out forwards;
}

.bloque1.observer.onViewport {
    animation: fade-in-right 0.6s ease-out forwards;
}

.bloque2.observer.onViewport {
    animation: fade-in-left 0.6s ease-out forwards;
}

.firstContainer.observer.onViewport {
    animation: fade-in-left 0.6s ease-out forwards;
}

.secondContainer.observer.onViewport {
    animation: fade-in-left 0.6s ease-out forwards;
}

.newsletterColumn {
    border-top: 1px solid #FFFFFF33;
}

@media screen and (max-width: 1100px) {
  .centeredContent.customPageCenteredContent.font1 {
      width: 100% !important;
      margin: 0;
  }

  .row {
    flex-direction: column;
  }
  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;
  }

  .col-2 {
    width: 100%;
  }

  .info {
    width: 100%;
    margin: 40px 0 10px;
  }


  .videoBanner {
    height: 100%;
    object-fit: cover;
    aspect-ratio: 16/9;
  }
  .centeredContent h2 {
    margin-bottom: 20px;
}
}

@media screen and (max-width: 768px) {
  .bloque1 {
    flex-direction: column;
  }

  .bloque2 {
    margin: 45px auto 70px;
    text-align: left;
    width: 90%;
  }

  .firstContainer, .secondContainer {
    width: 100%;
    border-bottom: 1px solid #FFFFFF66;
  }

  h2.firstTitle {
    width: 91%;
    margin-left: 6%;
    font-size: 22px;
    line-height: 28px;
  }

  span.cincuenta {
  font-size: 100px;
  }

  span.anios {
    font-size: 40px
  }

  .firstContainer img {
    width: 90%;
    margin: 30px 0;
  }

  .first h3 {
    font-size: 20px;
    width: 90%;
  }

  .second {
    width: 90%;
    padding: 22px 22px 45px;
  }

  .first {
    width: 95%;
    padding: 23px;
}
}
