.l-hero {max-width: var(--areaMaxima); margin: 0 auto; background-image: url(../img/promociones/hero.jpg); min-height: 760px; position: relative;
  top: 0;}
/*.l-hero__container {display: flex; align-items: center; min-height: 760px; }*/
/*.l-hero__desc {background-color: #49004ce0; color: var(--blanco); max-width: 552px; margin-top: 6rem}*/
/*.l-hero__title { font-size: 3.125rem; margin-top: 2.5rem; line-height: 3.4rem;  margin: 0;  display: flex; align-items: center;}*/
/*.l-hero__up {background-color: #4e074fee; padding: 24px 25px;}*/
.l-hero__p {padding: 1.2rem 0 1.2rem 1.56rem; font-size: var(--fs18); margin: 0; font-family: var(--HLight); font-weight: 300;}
.l-main-noticia {margin-top: 2rem;}
.l-main-noticia p {color: #252423;}
.l-main-noticia__titulo {margin: 20px auto 0;text-align: center;font-size: 2.125rem;color: #54004c;/* text-align: center; */}
.l-main-noticia__galeria {margin-top: 2rem;}
.l-main-noticia__container{max-width: 1079px;width: 90%;margin: 0 auto;}
.l-main-noticia__imagencitas {display: flex;justify-content: center;max-width: 860px;margin: 19px auto 40px;width: 100%;flex-wrap: wrap;}
.l-main-noticia__txt {max-width: 660px; width: 100%; margin: 0 auto;}
.l-main-noticia__txt--video {margin-bottom: 60px;}
.l-main-noticia__txt--video-up {margin-top: 75px;}
.l-main-noticia__img-item {display: block; object-fit: cover;}
.l-main-noticia__img-item {cursor: pointer;}
.l-main-noticia__img-principal {width: 100%; margin: 0 auto; box-shadow: 0px 26px 20px 0px rgba(0, 0, 0, 0.17);}
.l-main-noticia__video {background-image: url(../img/detalle-noticia/bg-1.jpg);min-height: 375px;display: flex;max-width: 1200px;width: 100%;margin: 0rem auto;/* padding: 96px 0 0; */margin-bottom: 50px;}
.l-main-noticia__iframe {max-width: 825px; width: 100%; margin: 0 auto; min-height: 430px; transform: scale(1.2); box-shadow: 0px 26px 20px 0px rgba(0, 0, 0, 0.17);}
.l-main-noticia__btn { display: flex; justify-content: center;}
.l-main-noticia__tambien {text-align: center; font-size: 1.5rem; color: #54004c;}
.l-main-noticia__grid {margin-top: 0;display: flex;justify-content: center; margin-bottom: 100px; flex-wrap: wrap;}
.l-main-noticia__gatillo {margin: 1.7rem auto; display: flex; align-items: center; justify-content: center;}
.l-main__redes {display: flex; justify-content: center; align-items: center;}
.l-main__line {height: 1px; max-width: 350px; background-color: #54004c; margin: 60px auto;}
.l-main-noticia__fecha {color: #000000; font-size: 24px; margin-top: 0; text-align: center;}
.l-main-noticia__otras {display: flex; justify-content: center; flex-wrap: wrap; margin-bottom:2.5rem;}
@media (max-width : 75em) {
  .l-main-noticia__iframe {
    transform: scale(1);
    padding: 1rem;
  }

  .l-section__reduce {
    padding-top: 3.5rem;
  }

  .l-main-noticia__video {margin-bottom: 10px;}
}

@keyframes fadeIn {
  to {
    opacity: 1;
  }
}

.fade-in {
  opacity: 0;
  animation: fadeIn 0.4s ease-in 1 forwards;
}
