/* La portada conserva la proporción exacta 1920:819 de la fotografía. */
.uc-brand .uc-brand-name {
  display: inline;
  width: auto;
  height: auto;
  border: 0;
  border-radius: 0;
  font-size: 26px;
  font-style: normal;
  white-space: nowrap;
}

.uc-brand .uc-brand-mark {
  flex: 0 0 43px;
}

.uc-brand-name em {
  margin-left: 0;
}

.uc-hero {
  width: 100%;
  min-height: 0;
  height: auto;
  aspect-ratio: 1920 / 819;
  background-position: center;
  background-size: cover;
}

@media (max-width: 850px) {
  .uc-brand .uc-brand-name {
    font-size: 23px;
  }

  .uc-hero {
    min-height: 660px;
    height: 82svh;
    aspect-ratio: auto;
    background-position: 73% center;
  }
}

@media (max-width: 560px) {
  .uc-brand .uc-brand-name {
    font-size: 20px;
  }

  .uc-brand .uc-brand-mark {
    flex-basis: 38px;
  }
}

@media (min-width: 851px) and (max-width: 1250px) {
  .uc-hero h1 {
    font-size: clamp(48px, 6vw, 72px);
    margin: 16px 0;
  }

  .uc-hero .uc-wrap > p:not(.uc-kicker) {
    font-size: 20px;
    line-height: 1.4;
    max-width: 520px;
  }

  .uc-button {
    margin-top: 12px;
  }
}
