#customPageTitle {
  display: none;
}
#headerDummy.headerIndex {
  height: 0;
}
h1 {
  opacity: 0;
  margin-top: 40px;
  margin-bottom: 20px;
}
.headerIndex#header {
  color: var(--base-aux);
  background: transparent;
}
.headerIndex#header img:not(.currencySelectImg):not(.search-hit-img) {
  -webkit-filter: invert(84%) sepia(16%) saturate(1%) hue-rotate(347deg) brightness(154%) contrast(136%);
  filter: invert(84%) sepia(16%) saturate(1%) hue-rotate(347deg) brightness(154%) contrast(136%);
}
.headerIndex#header .searchSite::-webkit-input-placeholder {
  color: #fff;
}

.headerIndex#header .searchSite:-moz-placeholder {
  color: #fff;
}

.headerIndex#header .searchSite::-moz-placeholder {
  color: #fff;
}

.headerIndex#header .searchSite:-ms-input-placeholder {
  color: #fff;
}

.headerIndex#header .searchSite::-ms-input-placeholder {
  color: #fff;
}

.centeredContent > section {
  width: 95%;
  margin: 0 auto;
}

.centeredContent > section {
  width: 100%;
}

.row {
  width: var(--web-container);
  display: flex;
  flex-direction: row;
  margin: 0px auto 0px;
  padding: 54px 90px;
  gap: 68px;
  box-sizing: border-box;
}

.row:nth-of-type(even) {
  flex-direction: row-reverse;
  background: #F0E7DC;
  box-sizing: border-box;
}
.aboutFirstText {
    width: 44%;
    max-width: 520px;
    text-align: center;
    margin: 60px auto 80px;
}

.aboutFirstText .title {
    font-weight: var(--groups-font-weight);
    font-size: var(
    --group-font-size);
    margin-bottom: 30px;
}
.mainBanner::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 200px; 
  /* ajustá según la altura de tu header */
  background: linear-gradient(    to bottom,    color-mix(in srgb, var(--base) 55%, transparent) 0%,    color-mix(in srgb, var(--base) 35%, transparent) 25%,    color-mix(in srgb, var(--base) 15%, transparent) 55%,    transparent 100%);
  pointer-events: none;
  z-index: 1;
}
.headerIndex#header span {
    -webkit-filter: invert(98%) sepia(38%) saturate(1%) hue-rotate(331deg) brightness(13%) contrast(101%);
    filter: invert(98%) sepia(38%) saturate(1%) hue-rotate(331deg) brightness(139%) contrast(101%);
}
.mainBanner img {
    width: 100%;
    margin-bottom: 22px;
}
.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;
}

.centeredContent {
  width: 100% !important;
  max-width: unset;
  margin-bottom: 0;
  margin-top: 0;
}

.info {
  opacity: 0;
  width: 90%;
  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;
  /* text-transform: uppercase; */
  width: 100%;
  max-width: unset;
  font-weight: var(--custom-titles-font-weight);
  font-size: 18px;
  line-height: var(
  --group-line-height);
  text-transform: uppercase;
}
.row:nth-of-type(even) h2{
  font-size:26px;
  line-height:32px
}
.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;
    width: 100% !important;
  }
.aboutFirstText {
    width: var(--web-container);
    margin: 40px auto 40px;
    text-align: left;
}
  .mainBanner img {
    width: 100%;
    margin-bottom: 0px;
}
  .row {
    flex-direction: column;
    margin: 0;
    width: 100%;
    padding: 22px;
    gap: 20px;
  }
  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-reverse;
  }

  .col-2 {
    width: 100%;
  }

  .info {
    width: 100%;
    margin: 40px 0;
  }


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