/* ================================
   ESTILOS ESPECÍFICOS DE LA HOME
   ================================ */

/* Ajustes de tarjetas si hace falta */
.sa-main__header .sa-main__title {
    color: #1d2b50;
}

/* ===============================
   HOME – HERO
   =============================== */
/* Fondo naranja para toda la home */
.sa-layout--home {
    background: #e7b47a;
}

.sa-home-hero {
  padding: 24px;
}

.sa-home-hero__image {
  width: 100%;
  height: 560px;
  background-size: cover;
  background-position: center;
  border-radius: 80px 12px 80px 80px;
}

/* ===============================
   HOME – BIENVENIDA
   =============================== */

.sa-home-welcome {
  background: transparent;
  padding: 64px 24px 80px;
  margin-top: 0;
  border-radius: 0;
  text-align: center;
}

.sa-home-welcome__title {
  
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 24px;
}
.sa-layout--home .sa-home-welcome__title {
    color: #ffffff !important;
}

.sa-home-welcome__text {
  max-width: 800px;
  margin: 0 auto;
  line-height: 1.7;
}

.sa-home-welcome__text p {
  margin-bottom: 16px;
  color: #ffffff !important;
  font-size: 16px !important;
  font-weight: 500;
}
@media (max-width: 768px) {
  .sa-home-hero__image {
    height: 220px;
    border-radius: 24px;
  }

  .sa-home-welcome {
    padding: 48px 20px 64px;
    border-radius: 24px;
  }

  .sa-home-welcome__title {
    font-size: 24px;
  }
}
