@charset "UTF-8";
/* =========================
   ARUMA – PALETA BASE
========================= */
/* === Colores principales === */
/* === Colores secundarios === */
/* === Complementarios === */
/* === Neutrales === */
/* =========================
   VARIABLES SEMÁNTICAS UI
========================= */
html,
body {
  font-family: "Red Hat Display", sans-serif;
}

.inicio-hero {
  position: relative;
  overflow: hidden;
  background-image: url("/imgs/hero-bg-inicio-clean.png");
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
}
.inicio-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(113, 71, 227, 0.683) 20%, rgb(15, 92, 123) 100%);
  z-index: 1;
}
.inicio-hero .hero-body {
  position: relative;
  z-index: 2;
}
.inicio-hero .title {
  font-weight: 900;
  color: #e8e7ee;
}
.inicio-hero .subtitle {
  font-weight: 100;
  margin-top: -25px;
  color: #e8e7ee;
  text-shadow: 10px 10px 30px rgba(0, 0, 0, 0.448);
}

.pilares {
  background-color: #4a547f;
}

.pilares_intro {
  width: 85%;
  font-weight: 900;
  margin-bottom: 3%;
}
.pilares_intro .title {
  color: #e8e7ee;
  font-weight: 1000;
  padding-bottom: 2%;
}
.pilares_intro .subtitle {
  color: #e8e7ee;
  font-weight: 100;
  letter-spacing: 0.5pt;
}

.pilar-card .pilar-card__top {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 5%;
}
.pilar-card .pilar-card__top .pilar-card__icon {
  padding-right: 10px;
}
.pilar-card .pilar-card__head .pilar-card__title {
  color: #e8e7ee;
}
.pilar-card .pilar-card__head .pilar-card__kicker {
  color: #e8e7ee;
  font-weight: 800;
  padding-top: 3%;
}
.pilar-card .pilar-card__text {
  color: #e8e7ee;
  margin-bottom: 5%;
}

.boton-principal {
  background-color: #9567db;
  border: none;
  color: #ffffff;
  transition: all 0.3 ease;
  align-self: flex-end;
}
.boton-principal:hover {
  background-color: #4a547f;
  transform: translateY(-3px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
}
.boton-principal a {
  color: #e8e7ee;
}

.button {
  background-color: #9567db;
  border: none;
  color: #ffffff;
  transition: all 0.3 ease;
  align-self: flex-end;
}
.button:hover {
  background-color: #155973;
  transform: translateY(-3px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
}
.button a {
  color: #e8e7ee;
}

.para-quien {
  background-image: url(/imgs/bg-para-quien-2.png);
  background-size: cover;
  background-position: center;
}

.para-quien__intro {
  margin-bottom: 5%;
  width: 85%;
}
.para-quien__intro .title {
  font-weight: 1000;
  color: #4a547f;
  padding-bottom: 2%;
}
.para-quien__intro .subtitle {
  color: #9567db;
  letter-spacing: 0.5pt;
}

.para-quien__cards {
  gap: 3%;
  margin: 0 3% 0% 3%;
  justify-content: center;
}

.para-quien__cards-item {
  border-width: 1px;
  border-color: #9567db;
  border-style: solid;
  border-radius: 20px;
  margin-bottom: 3%;
}
@media (max-width: 768px) {
  .para-quien__cards-item {
    margin-bottom: 5%;
  }
}
.para-quien__cards-item .title {
  font-weight: 500;
  color: #4a547f;
}

.opiniones {
  background-color: #f4f4f4;
}
.opiniones .opiniones__cards .columns {
  align-items: stretch;
}
.opiniones .opiniones__intro .title {
  font-weight: 100;
  color: #4a547f;
}
.opiniones .opiniones__card {
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  padding: 2rem 1.75rem 1.5rem;
  border-radius: 10px;
  background: transparent;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04), 0 12px 32px rgba(0, 0, 0, 0.06);
}
.opiniones .opiniones__card-body {
  flex: 1;
  line-height: 1.7;
  color: #4a534f;
}
.opiniones .opiniones__card-footer {
  margin-top: auto;
  background: #155973;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  padding: 8px 16px;
}
.opiniones .opiniones__name {
  color: #fff;
  font-weight: 500;
}
@media (max-width: 768px) {
  .opiniones .opiniones__card {
    padding: 1.5rem 1.25rem 1.1rem;
  }
  .opiniones .opiniones__card-body {
    font-size: 1.1rem;
  }
  .opiniones .opiniones__name {
    font-size: 1.1rem;
  }
}

.location {
  background-color: #155973;
}

.location__items {
  width: 75%;
  display: flex;
  flex-direction: row;
  align-items: center;
  align-content: center;
}
@media (max-width: 768px) {
  .location__items {
    flex-direction: column;
  }
}
.location__items .title {
  color: #e8e7ee;
}
.location__items .white__p {
  color: #e8e7ee;
}
.location__items .mt-5 {
  margin-bottom: 20px;
}

.agendar {
  background-color: #E8E7EE;
}

.agendar__intro {
  margin-bottom: 5%;
  width: 85%;
}
.agendar__intro .title {
  font-weight: 100;
  padding-bottom: 3%;
  color: #9567db;
}

.agendar__item .title {
  color: #4a547f;
  font-weight: 100;
}

.boton-secundario {
  background-color: #4a547f;
  border: none;
  color: #ffffff;
  transition: all 0.3 ease;
}
.boton-secundario:hover {
  background-color: #9567db;
  transform: translateY(-3px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
}/*# sourceMappingURL=index.css.map */