* {
  font-family:
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    Oxygen,
    Ubuntu,
    Cantarell,
    "Open Sans",
    "Helvetica Neue",
    sans-serif;
}

h2 {
  color: #fff;
  font-size: 35px;
  line-height: 1;
  font-weight: 700;
}

h3 {
  font-size: 20px;
  color: #192a3d;
  font-weight: 700;
}

p {
  font-size: 16px;
  color: #3a4f66;
}

a {
  text-decoration: none;
}

#accordionFlushExample {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.accordion-button::after {
  color: #fff !important;
}
button.accordion-button {
  background-color: #ef4723;
  color: #ffffff;
  border-radius: 5px 5px 5px 5px;
  padding: 15px 30px 15px 30px;
}

.btn-primary {
  background-color: #fa286b;
  border: transparent;
}
.btn-primary:hover {
  background-color: #c015ed;
}

.accordion-button:not(.collapsed) {
  color: #fff;
  background-color: #c015ed;
}

.background-overlay {
  background-image: url("../img/mapa-ecu-tech.png");
  background-position: top right;
  background-repeat: no-repeat;
  background-size: 60% auto;
  opacity: 0.61;
  inset: 0;
  position: absolute;
}
