section#abc {
  height: -moz-fit-content;
  height: fit-content;
  min-height: -moz-fit-content;
  min-height: fit-content;
  padding: 1em 0;
}
@media (max-width: 870px) {
  section#abc .contenedor {
    gap: 0.3rem;
  }
}
section#abc .contenedor a {
  font-size: 1.125rem;
  aspect-ratio: 1/1;
  width: 2.5rem;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #dfecf5;
  transition: all 0.3s ease;
}
@media (max-width: 870px) {
  section#abc .contenedor a {
    width: 1.8rem;
    font-size: 0.85rem;
  }
}
section#abc .contenedor a:hover, section#abc .contenedor a.active {
  background-color: #15253f;
  color: #ffffff;
}
section.brand-section {
  height: -moz-fit-content;
  height: fit-content;
  min-height: -moz-fit-content;
  min-height: fit-content;
}
@media (max-width: 870px) {
  section.brand-section {
    padding: 0 0 1rem 0;
  }
}
section.brand-section .contenedor h2 {
  font-size: 1.875rem;
  color: #15253f;
  font-family: "Exo", sans-serif;
  font-weight: bold;
  font-style: italic;
}
section.brand-section .contenedor ul li .imagen {
  height: 6rem;
  width: auto;
  aspect-ratio: 16/9;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  border-radius: 0.5rem;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
@media (max-width: 870px) {
  section.brand-section .contenedor ul li .imagen {
    height: 5rem;
  }
}
section.brand-section .contenedor ul li .imagen .brand-link {
  display: flex;
  justify-content: center;
}
section.brand-section .contenedor ul li .imagen img {
  height: 80%;
  width: 80%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  transition: all 0.3s ease;
  opacity: 0.5;
}
@media (max-width: 870px) {
  section.brand-section .contenedor ul li .imagen img {
    height: 100%;
    width: 100%;
    opacity: 1;
  }
}
@media (min-width: 870px) {
  section.brand-section .contenedor ul li .imagen:hover img {
    height: 100%;
    width: 100%;
    opacity: 1;
  }
}/*# sourceMappingURL=index.css.map */