.text-center {
  font-size: 21px;
}

/* === hero simple (reemplaza Vegas) === */
.hero-simple {
  position: absolute;
  inset: 0;
}

.hero-simple__slides {
  position: absolute;
  inset: 0;
}

.hero-simple__slide {
  position: absolute;
  inset: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0;
  transition: opacity 800ms ease;
  will-change: opacity;
}

.hero-simple__slide.is-active {
  opacity: 1;
}

/* === contenido hero (texto/botón) === */
.start-screen__content-container {
  position: relative;
  height: 100%;
  z-index: 2;
}

.start-screen__content__item {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  padding-top: 100px;
  padding-bottom: 50px;
  visibility: hidden;
  opacity: 0;
  text-align: center;
  color: #fff;
  transition: opacity 300ms ease-in-out, visibility 300ms ease-in-out;
}

.start-screen__content__item.is-active {
  visibility: visible;
  opacity: 1;
}

@media (min-width: 576px) {
  .start-screen__content__item {
    text-align: inherit;
  }
}

/* === widgets (carga automática con loading) === */
.widget-shell {
  position: relative;
  min-height: 180px;
}

.widget-shell--clima {
  min-height: 160px;
  margin-bottom: 10px;
}

.widget-shell__loading {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: inherit;
  padding: 12px;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  font-weight: 600;
  opacity: 0.85;
}
