:root {
  --bs-primary-rgb: 1, 44, 97;
  /* corregido */
  --bs-btn-color: #012c61;
  --bs-btn-border-color: #012c61;
  --bs-btn-bg: #012c61;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #012c61;
  --bs-btn-hover-border-color: #012c61;
  --bs-btn-focus-shadow-rgb: 1, 44, 97;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #012c61;
  --bs-btn-active-border-color: #012c61;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #012c61;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #012c61;
  --bs-gradient: none;
}



a {
  color: 1, 44, 97;
  text-decoration: none;
}

/* Títulos */
h1,
h2,
h3,
h4,
h5,
h6,
.site-title,
.nav-link {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
}

/* Cuerpo */
body,
p,
li,
span {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  color: #333;
}

.valores-midi .rounded {
  border-radius: 20px;
}

.valores-midi .icon-box {
  min-width: 50px;
}

.valores-midi h5 {
  margin-bottom: 8px;
}

/* Personalización */
.he-title-wab {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  color: var(--bs-btn-color);
  text-align: center;
  margin-bottom: 20px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}

footer,
.top-wab {
  background-color: var(--bs-btn-bg) !important;
}

footer a,
footer .text-muted,
footer h6,
footer p,
.top-wab span,
.top-wab i {
  color: var(--bs-btn-active-color) !important;
}

.btn-outline-secondary {
  --bs-btn-color: #fff;
  /* gris oscuro personalizado */
  --bs-btn-border-color: #fff;

  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #fff;
  --bs-btn-hover-border-color: #fff;

  --bs-btn-focus-shadow-rgb: 73, 80, 87;
  /* RGB de #fff */

  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #3e454b;
  /* tono más oscuro */
  --bs-btn-active-border-color: #3e454b;

  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);

  --bs-btn-disabled-color: #adb5bd;
  /* gris más claro */
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #adb5bd;

  --bs-gradient: none;
}

.btn-outline-primary {
  --bs-btn-color: #012c61;
  --bs-btn-border-color: #012c61;

  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #012c61;
  --bs-btn-hover-border-color: #012c61;

  --bs-btn-focus-shadow-rgb: 1, 44, 97;
  /* RGB de #012c61 */

  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #001e45;
  /* versión más oscura */
  --bs-btn-active-border-color: #001e45;

  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);

  --bs-btn-disabled-color: #012c61;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #012c61;

  --bs-gradient: none;
}

body,
li,
span {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.6;
  color: #333333;
}

.wab-col-md-6 {
  padding: 3rem !important;
}

.py-5 .col-md-6 {
  padding: 2rem 2rem 3rem 2rem !important;
}

@media screen and (min-width: 768px) {

}