#acsa-projects-list, #acsa-activities-list {
  position: relative;
}
#acsa-projects-list .loading, #acsa-activities-list .loading {
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  background-image: url("../images/load-0.webp");
  background-position-x: center;
  background-position-y: 100px;
  background-repeat: no-repeat;
  background-size: 56px 48px;
  transition: all 300ms linear;
  animation-name: loading;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  opacity: 0.9;
}
#acsa-projects-list ul, #acsa-activities-listt ul {
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: rgba(0, 0, 0, 0.1);
}
#acsa-projects-list ul li, #acsa-activities-listt ul li {
  padding-left: 10px;
}
#acsa-projects-list .list-head, #acsa-activities-list list-head {
  padding: 20px;
  font-size: 1.2em;
  line-height: 1.6em;
  border-bottom: #000 1px solid;
}
#acsa-projects-list .acsa-project {
  padding: 20px;
  border-bottom: #000 1px solid;
  background-color: #fff;
}
#acsa-projects-list .acsa-project span {
  display: block;
}
#acsa-projects-list .acsa-project .title {
  display: inline;
  font-weight: bold;
  margin-bottom: 20px;
}
#acsa-projects-list .acsa-project .project-data {
  display: grid;
  grid-template-columns: 60px auto;
  grid-template-rows: auto;
}

@keyframes loading {
  0% {
    background-image: url("../images/load-0.webp");
  }
  25% {
    background-image: url("../images/load-3.webp");
  }
  50% {
    background-image: url("../images/load-4.webp");
  }
  75% {
    background-image: url("../images/load-5.webp");
  }
}
#acsa-projects-carousel .swiper-wrapper .swiper-slide {
  padding: 20px;
  display: flex;
  height: auto;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
  text-align: center;
  font-size: 1rem;
  line-height: 1.2rem;
}
#acsa-projects-carousel .swiper-wrapper .swiper-slide a{
	position: fixed !important;
    bottom: 0 !important;
	margin-bottom:15px !important;
}
#acsa-projects-carousel .swiper-wrapper .swiper-slide img {
  width: 100%;
  max-width: 70px;
  height: auto;
}
#acsa-projects-carousel .swiper-wrapper .swiper-slide .name-emergency {
  font-weight: bold;
}
#acsa-projects-carousel .swiper-wrapper .swiper-slide .name {
  font-weight: normal;
}
#acsa-projects-carousel .swiper-wrapper .swiper-slide .date {
  font-weight: lighter;
}
#acsa-projects-carousel .swiper-pagination-bullets {
  position: relative;
  top: -5px;
}
#acsa-projects-carousel .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0px 6px;
  width: 8px;
  height: 8px;
  background: transparent;
  opacity: 1;
  border-radius: 4px;
  outline: 1px solid #999999;
}
#acsa-projects-carousel .swiper-pagination-bullets .swiper-pagination-bullet-active {
  background: #999999;
}/*# sourceMappingURL=front.css.map */
a.enlace-mapa{
	text-decoration: none !important;
    cursor: pointer;
}

#acsa-projects-list .acsa-project a {
    color: #3254a0 !important;
}
#acsa-projects-list .acsa-project a:hover {
    color: #496bba !important;
}
a:-webkit-any-link {
    color: #3254a0;
    cursor: pointer;
}
.pagination {
    display: flex;
    justify-content: center;
    margin-top: 15px;
}
/* Contenedor del formulario */
#activities-filter-form {
    display: block;
    flex-wrap: wrap; /* Permite que los elementos bajen si no caben en una sola línea */
    gap: 15px; /* Espaciado entre los elementos */
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 20px; /* Espacio debajo del formulario */
	border-bottom: .1875rem solid #6499f9;
    border-top: .1875rem solid #6499f9;
    margin: 1.5rem 0;
    padding: 1.5rem 0;
}

/* Estilos para los selects e inputs */
#activities-filter-form label {
    display: flex;
    flex-direction: column;
    font-weight: bold;
    font-size: 14px;
}

#activities-filter-form select,
#activities-filter-form input {
    padding: 8px;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 5px;
    width: 180px; /* Ajusta el ancho según necesites */
}

/* Botón de búsqueda */
#activities-filter-form button {
    margin-top: 10px; /* Espacio entre los campos de búsqueda y el botón */
    padding: 10px 20px;
    font-size: 16px;
    border: none;
    border-radius: 5px;
    /*background-color: #007bff; /* Color primario */
    color: white;
    cursor: pointer;
    transition: background 0.3s ease-in-out;
    width: auto;
	display: block;
}

#activities-filter-form button:hover {
    background-color: #0056b3;
}
input#filter-search {
    min-width: 300px;
}
/* Contenedor de filtros */
.filters-container {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    align-items: center;
    justify-content: center;
}

/* Botón de búsqueda y limpiar */
.buttons-container {
    display: flex;
    justify-content: center;
    margin-top: 15px; /* Espacio sobre el botón */
}

#search, #clear-filters {
    padding: 10px 20px;
    font-size: 16px;
    border-radius: 5px;
    cursor: pointer;
}

#search {
    color: white;
}

#clear-filters {
    background-color: #ccc;
    margin-left: 10px;
}

#acsa-activities-list{
	min-height:470px;
    margin-bottom: 60px;
}
ul.list li{
    padding: 20px;
    border-bottom: #000 1px solid;
    background-color: #fff;
	list-style: none;
	color: #3254a0 !important;
}
#acsa-activities-list ul.list li .title{
	font-size: 20px;
}
.pildora{
	padding: 10px 20px;
    background-color: #28a745;
    color: white;
    border-radius: 20px;
    font-size: 14px;
}
strong.margen {
    margin-left: 15px;
}
span.current-page, span.total-pages {
    margin: 0 5px;
	padding: 7px 5px;
}
.separator{
	padding: 7px 0px;
}
#acsa-activities-list #activities-filter-form label {
    color: #454a64;
    font-family: Noto Sans HK;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5rem;
}