.modulo-noticias-magacine {
  margin: 3rem 0 0;
}
.modulo-noticias-magacine .noticias-magacine__container {
  margin: auto;
}
.modulo-noticias-magacine .noticias-magacine__titulo {
  margin-bottom: 1rem;
  padding: 0 2rem;
}
.modulo-noticias-magacine .noticias-magacine__titulo span {
  font-family: Noto Sans;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  color: #FFFFFF;
  background: #005199;
  padding: 0.1rem 3rem 0.1rem 0.3rem;
}
.modulo-noticias-magacine .noticias-magacine__row .bgResponsive {
  width: 100%;
  padding-bottom: 100%;
  background-size: cover;
  background-position: center center;
  background-color: #005199;
}
.modulo-noticias-magacine .noticias-magacine__row .news {
  font-family: Noto Serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 156%;
  color: #86898B;
  padding: 0 2rem;
  margin-bottom: 3rem;
}
.modulo-noticias-magacine .noticias-magacine__row .news .date {
  font-family: Noto Sans;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 1.71px;
  color: #005199;
}
.modulo-noticias-magacine .noticias-magacine__row .news .taxonomia {
  font-family: Noto Sans;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 1.71429px;
  text-transform: uppercase;
}
.modulo-noticias-magacine .noticias-magacine__row .news .titulo {
  font-family: Noto Sans;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 139%;
  letter-spacing: -0.36px;
  color: #005199;
  margin: 0.5rem 0 1rem 0;
}
.modulo-noticias-magacine .noticias-magacine__row--3, .modulo-noticias-magacine .noticias-magacine__row--4 {
  background: #F9F9F9;
  padding-bottom: 3rem;
}
.modulo-noticias-magacine .noticias-magacine__row--cta {
  background: #F9F9F9;
  height: calc(46px + 2rem);
  padding: 1rem 0;
}
.modulo-noticias-magacine .noticias-magacine__row--cta .sener-button {
  float: right;
}

@media (min-width: 798px) {
  .modulo-noticias-magacine .noticias-magacine__container {
    padding: 0 2rem;
  }
  .modulo-noticias-magacine .noticias-magacine__row .bgResponsive {
    padding-bottom: initial;
  }
  .modulo-noticias-magacine .noticias-magacine__row .news {
    padding: 0;
  }
  .modulo-noticias-magacine .noticias-magacine__row .news.top-line {
    border-top: 1px solid #CACACA;
    padding-top: 1rem;
  }
  .modulo-noticias-magacine .noticias-magacine__row .titulo.big {
    font-size: 32px;
    line-height: 38px;
  }
  .modulo-noticias-magacine .noticias-magacine__row--1 {
    display: grid;
    display: -ms-grid;
    grid-template-columns: 2fr 1fr;
    -ms-grid-columns: 2fr 1fr;
    gap: 2rem;
  }
  .modulo-noticias-magacine .noticias-magacine__row--1 .news--0 {
    display: grid;
    display: -ms-grid;
    grid-template-columns: 1fr 1fr;
    -ms-grid-columns: 1fr 1fr;
    gap: 2rem;
  }
  .modulo-noticias-magacine .noticias-magacine__row--1 .news--0__texto {
    order: 1;
  }
  .modulo-noticias-magacine .noticias-magacine__row--1 .news--0__imagen {
    order: 2;
  }
  .modulo-noticias-magacine .noticias-magacine__row--2 {
    display: grid;
    display: -ms-grid;
    grid-template-columns: 1fr 1fr;
    -ms-grid-columns: 1fr 1fr;
    gap: 2rem;
  }
  .modulo-noticias-magacine .noticias-magacine__row--2 .news--3__texto {
    width: 100%;
    max-width: 571px;
    padding: 2rem;
    order: 1;
  }
  .modulo-noticias-magacine .noticias-magacine__row--2 .news--3__imagen {
    order: 2;
  }
  .modulo-noticias-magacine .noticias-magacine__row--3 {
    display: grid;
    display: -ms-grid;
    grid-template-columns: 1fr 2fr;
    -ms-grid-columns: 1fr 2fr;
    padding-bottom: 0;
  }
  .modulo-noticias-magacine .noticias-magacine__row--3__split {
    display: grid;
    display: -ms-grid;
    grid-template-columns: 1fr 1fr;
    -ms-grid-columns: 1fr 1fr;
  }
  .modulo-noticias-magacine .noticias-magacine__row--3 .news--4__texto {
    padding: 2rem 1rem 0 2rem;
  }
  .modulo-noticias-magacine .noticias-magacine__row--3 .news--5 {
    padding: 2rem 2rem 0 1rem;
  }
  .modulo-noticias-magacine .noticias-magacine__row--4 {
    padding-bottom: 0;
  }
  .modulo-noticias-magacine .noticias-magacine__row--4__split {
    display: grid;
    display: -ms-grid;
    grid-template-columns: 1fr 2fr;
    -ms-grid-columns: 1fr 2fr;
  }
  .modulo-noticias-magacine .noticias-magacine__row--4 .news--6 {
    padding: 2rem 2rem 0 1rem;
  }
  .modulo-noticias-magacine .noticias-magacine__row--4 .news--7 {
    display: grid;
    display: -ms-grid;
    grid-template-columns: 1fr 1fr;
    -ms-grid-columns: 1fr 1fr;
  }
  .modulo-noticias-magacine .noticias-magacine__row--4 .news--7__texto {
    padding: 2rem 1rem 0 2rem;
  }
}
@media (min-width: 991px) {
  .modulo-noticias-magacine .noticias-magacine__container {
    padding: 0;
  }
  .modulo-noticias-magacine .noticias-magacine__row--2 .news--3__texto {
    margin: 0 0 0 auto;
    padding-left: 0;
  }
  .modulo-noticias-magacine .noticias-magacine__row--3__split {
    max-width: 0;
  }
}

/*# sourceMappingURL=noticias-magacine.css.map */
