.page-home .section--hero {
  padding-bottom: 2rem;
}
.page-home .section--hero .hero-content {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
}
.page-home .section--hero .lead::before {
  content: "";
  display: block;
  width: min(1180px, calc(100vw - 48px));
  aspect-ratio: 16 / 7;
  margin: 1.35rem auto 2rem;
  border-radius: 8px;
  border: 1px solid rgba(216,173,83,.38);
  background-image: url("/assets/img/ContinuusIndex.jpg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #05070b;
  box-shadow: 0 32px 92px rgba(0,0,0,.62);
}
.page-home #entrada .section-media {
  display: none !important;
}
.page-home #entrada .section-inner,
.page-home #entrada .section-text {
  max-width: 1180px;
  width: min(1180px, calc(100vw - 48px));
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 760px) {
  .page-home .section--hero .lead::before {
    width: calc(100vw - 28px);
    aspect-ratio: 4 / 3;
  }
  .page-home #entrada .section-inner,
  .page-home #entrada .section-text {
    width: calc(100vw - 28px);
  }
}

/* Portada: imagen sin bandas laterales */
.page-home .section--hero .lead::before {
  background-size: cover !important;
  background-position: center center !important;
}
