.news-side-panel {
  padding: 68px 33px 34px;
  overflow: hidden;
  border-radius: 24px;
}
.news-side-panel h2 {
  font-family: var(--font-display);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 0.86;
  text-transform: uppercase;
  margin: 0;
  color: #014a1e;
  font-size: 40px;
}

.news-categories {
  height: 438px;
  padding-right: 32px;
  padding-left: 36px;
  background: #eaeaea;
}
.news-categories ul {
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
}
.news-categories li + li {
  border-top: 1px solid #d1d1d1;
}
.news-categories a {
  display: flex;
  height: 61px;
  align-items: center;
  justify-content: space-between;
  color: #010101;
  font-size: 1.25rem;
  text-decoration: none;
}
.news-categories strong {
  color: #014a1e;
  font-weight: 600;
}

.news-categories__label {
  display: inline-flex;
  align-items: center;
  gap: 13px;
}
.news-categories__label img {
  width: 27px;
  height: 27px;
  flex: 0 0 27px;
  object-fit: contain;
}

.news-member-card {
  position: relative;
  display: block;
  height: 347px;
  margin-top: 32px;
  overflow: hidden;
  color: #ffffff;
  text-decoration: none;
  background: #9d0300;
  border-radius: 24px;
}
.news-member-card > span {
  font-family: var(--font-display);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 0.86;
  text-transform: uppercase;
  position: absolute;
  top: 77px;
  left: 32px;
  z-index: 2;
  font-size: 58px;
}
.news-member-card strong {
  display: block;
  color: #ffcc07;
  font-weight: 400;
}
.news-member-card img {
  position: absolute;
  right: -78px;
  bottom: -10px;
  width: 317px;
  transform: rotate(-5deg);
}

.news-newsletter {
  height: 343px;
  margin-top: 25px;
  background: #eaeaea;
}
.news-newsletter > p {
  margin: 12px 0 26px;
  font-size: 1.125rem;
  line-height: 1.45;
}
.news-newsletter form {
  display: grid;
  gap: 20px;
}
.news-newsletter input,
.news-newsletter button {
  width: 100%;
  height: 50px;
  border: 0;
  border-radius: 8px;
}
.news-newsletter input {
  padding-inline: 15px;
  font: inherit;
  background: #ffffff;
}
.news-newsletter button {
  width: 164px;
  color: #ffffff;
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  background: #e52521;
  cursor: pointer;
}

.news-newsletter__status {
  min-height: 20px;
  margin: -12px 0 0;
  color: #014a1e;
  font-size: 0.75rem;
}

.page-noticias {
  color: #010101;
  background: #ffffff;
}

.news-hero {
  position: relative;
  height: 750px;
  overflow: hidden;
  color: #ffffff;
  background: #023f13 url("../../img/noticias/hero.png") center 57%/cover no-repeat;
}
.news-hero::before {
  position: absolute;
  top: -241px;
  right: 0;
  left: 0;
  height: 1280px;
  background: url("../../img/noticias/hero-pattern.png") center/100% 100% no-repeat;
  content: "";
  mix-blend-mode: darken;
  opacity: 0.7;
}

.news-hero__inner {
  position: relative;
  z-index: 1;
  width: min(100% - 160px, 1620px);
  height: 100%;
  margin-inline: auto;
}
.news-hero__inner h1 {
  font-family: var(--font-display);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 0.86;
  text-transform: uppercase;
  position: absolute;
  top: 328px;
  left: 0;
  margin: 0;
  font-size: 128px;
}
.news-hero__inner p {
  position: absolute;
  top: 325px;
  right: -10px;
  width: 719px;
  margin: 0;
  font-size: 1.4375rem;
  line-height: 1.55;
}

.news-content {
  position: relative;
  height: 2392px;
  overflow: hidden;
  background: #ffffff;
}

.news-featured {
  position: absolute;
  top: 58px;
  left: max(40px, (100% - 1920px) / 2 + 228px);
  width: 1036px;
  height: 525px;
  overflow: hidden;
  color: #ffffff;
  border-radius: 24px;
}
.news-featured > img {
  position: absolute;
  top: -46px;
  left: -7px;
  width: 1043px;
  max-width: none;
  height: 686px;
}
.news-featured > time {
  position: absolute;
  top: 52px;
  right: 64px;
  z-index: 2;
  font-size: 1.25rem;
  font-weight: 500;
}
.news-featured .news-chip {
  position: absolute;
  top: 37px;
  left: 41px;
  z-index: 2;
  min-width: 132px;
  height: 39px;
  font-size: 1.125rem;
}

.news-featured__shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(16, 103, 52, 0.333), #08341a);
}

.news-featured__copy {
  position: absolute;
  right: 58px;
  bottom: 35px;
  left: 58px;
  z-index: 2;
}
.news-featured__copy h2 {
  width: 592px;
  margin: 0;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.19;
}
.news-featured__copy h2 a,
.news-featured__copy .news-read-link {
  text-decoration: none;
}
.news-featured__copy p {
  width: 608px;
  margin: 22px 0 30px;
  font-size: 1.125rem;
  line-height: 1.55;
}

.news-read-link {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  color: #ffcc07;
  font-size: 1.125rem;
  font-weight: 500;
}
.news-read-link span {
  font-size: 1.5rem;
}

.news-chip {
  display: inline-flex;
  min-width: 111px;
  height: 33px;
  align-items: center;
  justify-content: center;
  padding-inline: 20px;
  color: #ffffff;
  font-size: 0.9375rem;
  text-transform: uppercase;
  background: #e52521;
  border-radius: 999px;
}

.news-latest {
  position: absolute;
  top: 688px;
  left: max(40px, (100% - 1920px) / 2 + 228px);
  width: 1021px;
}
.news-latest > header {
  display: grid;
  height: 90px;
  grid-template-columns: max-content 1fr;
  gap: 40px;
  align-items: flex-start;
}
.news-latest > header::after {
  height: 2px;
  margin-top: 21px;
  background: #e52521;
  content: "";
}
.news-latest > header h2 {
  font-family: var(--font-display);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 0.86;
  text-transform: uppercase;
  margin: 0;
  color: #e52521;
  font-size: 48px;
}

.news-latest__list {
  display: grid;
  gap: 36px;
}

.news-card {
  display: grid;
  height: 297px;
  grid-template-columns: 444px 1fr;
  gap: 74px;
  padding-bottom: 36px;
  border-bottom: 1px solid #e6e6e6;
}

.news-card__image {
  display: block;
  height: 260px;
  overflow: hidden;
  border-radius: 24px;
}
.news-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news-card__copy {
  display: grid;
  grid-template-columns: auto 1fr;
  align-content: start;
  column-gap: 18px;
}
.news-card__copy time {
  align-self: center;
  justify-self: end;
  color: #626262;
  font-size: 1rem;
  font-weight: 500;
}
.news-card__copy h3 {
  grid-column: 1/-1;
  margin: 18px 0 12px;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.45;
}
.news-card__copy h3 a {
  text-decoration: none;
}
.news-card__copy p {
  grid-column: 1/-1;
  margin: 0;
  color: #6a6a6a;
  font-size: 1rem;
  line-height: 1.55;
}

.news-sidebar {
  position: absolute;
  top: 58px;
  left: max(40px, (100% - 1920px) / 2 + 1322px);
  width: 370px;
}

.news-match-day {
  height: 672px;
  margin-top: 32px;
  background: #eae6e0;
}
.news-match-day article {
  display: grid;
  grid-template-columns: 109px 1fr;
  gap: 14px;
  margin-top: 28px;
}
.news-match-day article + article {
  padding-top: 21px;
  border-top: 1px solid #d1cec8;
}
.news-match-day article img {
  width: 109px;
  height: 138px;
  object-fit: cover;
  border-radius: 14px;
}
.news-match-day article span {
  display: inline-flex;
  width: 95px;
  height: 28px;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 0.75rem;
  text-transform: uppercase;
  background: #014a1e;
  border-radius: 999px;
}
.news-match-day article h3 {
  margin: 8px 0 12px;
  font-size: 1rem;
  line-height: 1.25;
}
.news-match-day article time {
  color: #626262;
  font-size: 0.875rem;
}

.news-gallery {
  position: relative;
  height: 410px;
  margin-top: 35px;
  background: #eaeaea;
}
.news-gallery > div {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4px;
  margin-top: 28px;
}
.news-gallery a {
  position: relative;
  display: block;
  height: 94px;
  overflow: hidden;
  border-radius: 14px;
}
.news-gallery a > img:first-child {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news-gallery .news-gallery__icon {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 28px;
  height: 28px;
  transform: translate(-50%, -50%);
}

.news-gallery .news-gallery__all {
  position: absolute;
  bottom: 31px;
  left: 33px;
  display: inline-flex;
  width: auto;
  height: auto;
  align-items: center;
  gap: 12px;
  overflow: visible;
  color: #e52521;
  font-size: 0.875rem;
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
}

.news-community {
  position: relative;
  height: 941px;
  overflow: hidden;
  background: #ffffff;
}

.news-community__follow {
  position: absolute;
  top: 115px;
  right: 80px;
  z-index: 3;
  font-size: 0.9375rem;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
}

.news-community__mosaic {
  position: absolute;
  top: 165px;
  right: 80px;
  left: 80px;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 2px;
}
.news-community__mosaic img {
  width: 100%;
  height: 288px;
  object-fit: cover;
}

.news-community__stands {
  position: absolute;
  top: 265px;
  right: 0;
  bottom: 0;
  left: 0;
  background: url("../../img/home/html/stands-bg.jpg") center/cover no-repeat;
}

@media (max-width: 1500px) {
  .news-hero::before {
    top: 0;
    height: 100%;
    background-position: center 45.5%;
    background-size: cover;
  }
  .news-featured,
  .news-latest {
    left: 4vw;
    width: 68vw;
  }
  .news-featured > img {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .news-sidebar {
    right: 4vw;
    left: auto;
    width: 24vw;
  }
  .news-card {
    grid-template-columns: 42% 1fr;
    gap: 36px;
  }
}
@media (max-width: 1100px) {
  .news-hero__inner {
    width: min(100% - 48px, 980px);
  }
  .news-hero__inner h1 {
    left: 0;
    font-size: 100px;
  }
  .news-hero__inner p {
    right: 0;
    width: 50%;
  }
  .news-content {
    display: grid;
    height: auto;
    grid-template-columns: 1fr;
    gap: 48px;
    padding: 64px 24px 90px;
  }
  .news-featured,
  .news-latest,
  .news-sidebar {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    width: min(100%, 900px);
    margin-inline: auto;
  }
  .news-latest {
    order: 2;
  }
  .news-sidebar {
    display: grid;
    order: 3;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }
  .news-member-card,
  .news-match-day,
  .news-gallery,
  .news-newsletter {
    height: auto;
    min-height: 343px;
    margin-top: 0;
  }
  .news-community__mosaic {
    right: 24px;
    left: 24px;
  }
}
@media (max-width: 680px) {
  .news-hero {
    height: 590px;
  }
  .news-hero__inner {
    width: min(100% - 32px, 560px);
  }
  .news-hero__inner h1 {
    top: 220px;
    font-size: 72px;
  }
  .news-hero__inner p {
    top: 330px;
    width: 100%;
    font-size: 1rem;
    line-height: 1.5;
  }
  .news-content {
    padding-inline: 16px;
  }
  .news-featured {
    height: 520px;
  }
  .news-featured > time {
    top: 32px;
    right: 24px;
    font-size: 0.875rem;
  }
  .news-featured .news-chip {
    top: 24px;
    left: 24px;
  }
  .news-featured__copy {
    right: 24px;
    bottom: 30px;
    left: 24px;
  }
  .news-featured__copy h2,
  .news-featured__copy p {
    width: 100%;
  }
  .news-featured__copy h2 {
    font-size: 1.55rem;
  }
  .news-latest > header {
    height: auto;
    flex-direction: column;
    padding-bottom: 30px;
  }
  .news-latest > header h2 {
    font-size: 42px;
  }
  .news-card {
    height: auto;
    grid-template-columns: 1fr;
    gap: 22px;
    padding-bottom: 32px;
  }
  .news-card__image {
    height: 230px;
  }
  .news-sidebar {
    grid-template-columns: 1fr;
  }
  .news-side-panel,
  .news-member-card {
    width: 100%;
  }
  .news-community {
    height: 900px;
  }
  .news-community__follow {
    top: 42px;
    right: 16px;
  }
  .news-community__mosaic {
    top: 92px;
    right: 16px;
    left: 16px;
    grid-template-columns: repeat(2, 1fr);
  }
  .news-community__mosaic img {
    height: 160px;
  }
  .news-community__mosaic img:last-child {
    display: none;
  }
  .news-community__stands {
    top: 350px;
  }
}
