section#blog-category {
  height: -moz-fit-content;
  height: fit-content;
  min-height: -moz-fit-content;
  min-height: fit-content;
}
@media (max-width: 780px) {
  section#blog-category {
    padding: 0 0 1rem 0;
  }
}
section#blog-category .contenedor {
  height: 100%;
}
@media (max-width: 1024px) {
  section#blog-category .contenedor {
    flex-direction: column;
    gap: 1rem;
  }
}
section#blog-category .contenedor .open-filters-btn {
  display: none;
  width: 100%;
  justify-content: center;
  align-items: center;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
  padding: 1rem 0.5rem;
  border-radius: 3rem;
  background-color: #ffffff;
  gap: 0.5rem;
  font-weight: bold;
  color: #15253f;
  font-size: 1.125rem;
}
@media (max-width: 1024px) {
  section#blog-category .contenedor .open-filters-btn {
    display: flex;
  }
}
section#blog-category .contenedor .filters-section {
  width: 30rem;
  max-width: 100%;
  position: sticky;
  top: 8rem;
  height: -moz-fit-content;
  height: fit-content;
  background-color: #ffffff;
  border-radius: 1rem;
  padding: 1.5rem;
}
@media (max-width: 1024px) {
  section#blog-category .contenedor .filters-section {
    position: fixed;
    bottom: 0;
    top: auto;
    transform: translate(-50%, 150vh);
    left: 50%;
    border-radius: 1rem 1rem 0 0;
    min-height: 50vh;
    max-height: 95%;
    z-index: 99;
    transition: all 0.3s ease;
  }
  section#blog-category .contenedor .filters-section.active {
    transform: translate(-50%, 0);
  }
}
section#blog-category .contenedor .filters-section .closed-filters-btn {
  display: none;
  justify-content: center;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  section#blog-category .contenedor .filters-section .closed-filters-btn {
    display: flex;
  }
}
section#blog-category .contenedor .filters-section h2 {
  font-weight: bold;
  color: #15253f;
  font-size: 1.125rem;
}
section#blog-category .contenedor .filters-section .filter-group {
  position: relative;
  transition: all 0.5s ease;
}
section#blog-category .contenedor .filters-section .filter-group h3 {
  font-size: 1.125rem;
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
section#blog-category .contenedor .filters-section .filter-group h3::after {
  position: relative;
  content: "";
  top: 0;
  left: 0;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOCIgaGVpZ2h0PSI1IiB2aWV3Qm94PSIwIDAgOCA1IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNMy42MTQ2MiAyLjM2NTYyQzMuODk2ODYgMi4wNzE3MyA0LjEzMzAzIDEuODIzOTMgNC4zNzQ5NSAxLjU4MTlDNC44MDY5NiAxLjE0OTcxIDUuMjM4OTcgMC43MTc1MTIgNS42NzA5NyAwLjI4NTMxNkM2LjA1MTE0IC0wLjA4OTI1NDIgNi42MjEzOSAtMC4wODkyNTQyIDYuOTg0MjggMC4yODUzMTZDNy4zNDE0IDAuNjQ4MzYxIDcuMzQxNCAxLjIwNzMzIDYuOTY3IDEuNTgxOUM2LjA4NTcgMi40NjkzNSA1LjIwNDQxIDMuMzUxMDMgNC4zMTczNSA0LjIzMjcxQzMuODk2ODYgNC42NTMzOCAzLjM2MTE3IDQuNjUzMzggMi45NDY0NCA0LjIzODQ3QzIuMDU5MzkgMy4zNTY3OSAxLjE3MjMzIDIuNDc1MTEgMC4yOTEwMzcgMS41ODc2N0MtMC4wODkxMjk3IDEuMjA3MzMgLTAuMDk0ODg5OCAwLjY0MjU5NyAwLjI2MjIzNyAwLjI3Mzc5QzAuNjI1MTIzIC0wLjA5NTAxNzUgMS4yMDY4OSAtMC4wOTUwMTc4IDEuNTkyODIgMC4yOTY4NEMyLjI1NTIzIDAuOTcxMDY2IDIuOTExODggMS42NTEwNSAzLjYxNDYyIDIuMzY1NjJaIiBmaWxsPSIjNjY3OEExIi8+Cjwvc3ZnPgo=);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  height: 0.6rem;
  width: 0.6rem;
  transition: all 0.3s ease;
}
section#blog-category .contenedor .filters-section .filter-group .radio-group {
  padding: 0 0 0 1rem;
  max-height: 0;
  overflow: hidden;
  transition: all 0.5s ease;
  gap: 0.3rem;
}
section#blog-category .contenedor .filters-section .filter-group .radio-group label {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
section#blog-category .contenedor .filters-section .filter-group .radio-group label::before {
  content: "";
  position: relative;
  height: 0.85rem;
  width: 0.85rem;
  border: 1px solid #495879;
  border-radius: 0.25rem;
  transition: all 0.3s ease;
}
section#blog-category .contenedor .filters-section .filter-group .radio-group label input {
  position: absolute;
  height: 100%;
  width: 100%;
  opacity: 0;
  cursor: pointer;
}
section#blog-category .contenedor .filters-section .filter-group .radio-group label span {
  line-height: 1;
}
section#blog-category .contenedor .filters-section .filter-group .radio-group label:has(input:checked)::before {
  border-color: #1f9ad7;
  background-color: #1f9ad7;
}
section#blog-category .contenedor .filters-section .filter-group.active h3::after {
  transform: rotate(180deg);
}
section#blog-category .contenedor .filters-section .filter-group.active .radio-group {
  padding: 1rem 0 0 1rem;
  max-height: 70rem;
}
section#blog-category .contenedor .filters-section .filter-group:not(:last-child)::after {
  position: absolute;
  width: 100%;
  content: "";
  bottom: 0;
  left: 0;
  height: 1px;
  background-color: #495879;
  transform: translateY(0.5rem);
}
section#blog-category .contenedor .listBlogs #blogs-container .no-results {
  width: 100%;
  text-align: center;
}
section#blog-category .contenedor .listBlogs #blogs-container .pagination {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  gap: 0.5rem;
}
section#blog-category .contenedor .listBlogs #blogs-container .pagination span {
  color: #1f9ad7;
  font-size: 1.125rem;
}/*# sourceMappingURL=index.css.map */