#loader {
  display: none;
}

#filtros-agenda {
  display: flex;
  gap: 20px;
}

#filtros-agenda select {
  width: 60%;
  box-sizing: border-box;
  border: solid 1px #000;
  border-radius: 25px;
  font-size: 1.128rem;
  background-color: transparent;
  text-align: left;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;

  background: url("../img/angle-down.svg") no-repeat right 0.5rem center;
  background-size: 28px 28px;
  padding: 10px 20px;
  color: #646464;
   font-family: "WorkSans" !important;
  font-size: 1rem !important;
}
#filtros-agenda input {
  width: 100%;
  display: block;
  padding: 10px 5px;
  box-sizing: border-box;
  border: solid 1px #000;
  border-radius: 25px;
  font-size: 1.128rem;
  background-color: transparent;
  text-align: center;
  font-family: "WorkSans" !important;
  font-size: 1rem !important;

}

.limpiar-filtros {
  text-decoration: underline;
}

.container-resultados-filtros {
  /*background-color: var(--red-dark);*/
  background: var(--Gris-medio-tipografa, #646464);
  color: var(--white);
  padding: 0.5rem 0px;
}

.node-46 .paragraph--type--boxes > .inner {
  max-width: 100%;
  margin: 0 auto;
  padding-right: 0rem;
  padding-left: 0rem;
  display: block;
  flex-direction: row;
  gap: 1px;
  flex-wrap: wrap;
}

.filtros-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.resultados-filtros .filtro-activo {
  margin-right: 20px;
}

.filtro-activo:first-child {
  margin-left: 20px;
}

.eliminar-filtro {
  margin-right: 6px;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  border: none !important;
  justify-content: center;
  background-image: url("../img/cerrar.png");
  color: var(--white);
  cursor: pointer;
  background-color: #646464;
}

#anclas ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 20px;
  justify-content: left;
  font-weight: normal;
}

.section-exposiciones {
  /*background-color: var(--gray-c6);*/
  background: #e6e3df;
  padding: 3rem 0px;
}
.section-exposiciones h2 {
  margin-bottom: 2%;
  font-family: "WorkSans";
}

.lista-exposiciones {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
  gap: 40px;
}

.lista-exposiciones li {
  /*background-color: var(--black);*/
  position: relative;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.evento-contenido {
  margin: 0px;
  display: flex;
  flex-direction: column;
  height: 100%;
  gap: 10px;
}

.evento-contenido h2 {
  flex-grow: 1;
}

.evento-contenido .tipo__actividades {
  display: block;
  font-weight: normal;
  margin-top: 15px;
  margin-bottom: 0;
  text-transform: uppercase;
  font-size: 16px;
  color: #646464;
}

.evento-contenido .fecha-custom {
  margin-top: 0px;
  font-size: 16px !important;
}
/*.info-evento {
    margin-top: auto;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}*/

/*.info-evento h4 {
    color: var(--gray-100);
    font-weight: normal;
}*/

.evento-contenido h3 a {
  color: #000000;
  font-weight: 400;
}

.evento-contenido h3 {
  line-height: 34px;
  margin-bottom: 0;
  font-size: 22px;
}

.lista-exposiciones .evento-imagen {
  text-align: center;
  margin-top: auto;
  min-height: 275px;
}

.lista-exposiciones .evento-imagen img {
  max-width: 100%;
  height: 260px;
  display: block;
  margin: 0 auto;
  width: 100%;
  object-fit: cover;
}

.container-resultados-anclas {
  padding: 0.5rem 0px;
  background: #e6e3df;
}

.section--otras-exposiciones {
  padding: 3rem 0px;
}

#entradas {
  position: absolute;
  top: 11rem;
  right: 1rem;
}

#entradas span {
  color: var(--white);
  height: 70px;
  width: 70px;
  border-radius: 50%;
  background-color: var(--red-dark);
  display: flex;
  align-items: center;
  color: var(--white);
  justify-content: center;
  font-size: 0.7rem;
  font-weight: 600;
}

#entradas a {
  color: var(--white);
  height: 70px;
  width: 70px;
  border-radius: 50%;
  background-color: var(--black);
  display: flex;
  align-items: center;
  color: var(--white);
  justify-content: center;
  font-size: 0.7rem;
  font-weight: 600;
}

#entradas a.yellow {
  background-color: var(--yellow);
}

#anclas ul li a::after {
  content: "\e604";
  font-family: "simple-line-icons";
  font-size: 0.8rem;
  position: absolute;
  top: 2px;
  right: 10px;
}

#anclas ul li a {
  position: relative;
  padding-right: 30px;
  color: var(--black);
  font-weight: 600;
  font-size: 0.9rem;
}

.selected-facets-bar__clear-button {
  background-color: transparent;
  border: none;
  /*border-bottom-width: medium;
    border-bottom-style: none;
    border-bottom-color: currentcolor;
    border-bottom: solid 1px var(--white);*/
  color: var(--white);
  cursor: pointer;
  display: block;
}

.info-evento-left {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 70%;
}

.info-evento-left .fecha-custom {
  color: #000000;
  font-size: 16px;
}

.lista-columna-exposiciones {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
  list-style-type: none;
}

.lista-columna-exposiciones li {
  border-top: solid 2px var(--gray-100);
  padding: 20px 0px;
}

.lista-columna-exposiciones li:last-child {
  /*border-top: none;*/
}

.evento-columna-contenido {
  display: flex;
  flex-direction: row;
  gap: 5px;
  justify-content: space-between;
  align-items: center;
  justify-content: flex-start;
}

.evento-columna-contenido h2 a {
  font-size: 20px;
  font-weight: 600;
}

.lista-columna-exposiciones .evento-columna-fecha {
  width: 15%;
  font-size: 16px;
  font-weight: 400;
  color: #646464;
}

.section-eventos
  .lista-columna-exposiciones
  .span-evento-columna-fecha::before {
  content: "";
  display: inline-block;
  background-image: url(../img/ico-fecha.png);
  background-repeat: no-repeat;
  background-size: contain; /* asegúrate de que el ícono se escala bien */
  width: 15px;
  height: 16px;
vertical-align: top;
  margin-top: 4px;
}

.lista-columna-exposiciones .evento-columna-title {
  width: 50%;
}
.lista-columna-exposiciones .info-evento {
  width: 25%;
}
.lista-columna-exposiciones #entradas-eventos {
  width: 10%;
}

#entradas-eventos a {
  background-color: var(--black);
  color: var(--white);
  padding: 5px 0px 5px 0px;
  position: relative;
  cursor: pointer;
  transition: 0.3s;
  border-radius: 30px;
  display: block;
  text-align: center;
}

#entradas-eventos a.yellow {
  background-color: var(--yellow);
}

.lista-columna-exposiciones .evento-columna-title h3 {
  line-height: 34px;
  margin-bottom: 0;
  font-size: 22px;
}
.lista-columna-exposiciones .evento-columna-title h3 a {
  color: var(--black) !important;
}

.info-evento ul {
  /*margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    align-items: center;
    gap: 20px;
    color: var(--black);*/
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  list-style: none;
  padding: 0;
  margin: 0;
  color: var(--black);
}

.info-evento ul li {
  border-top: none;
  padding: 0;
  /*
    position: relative;
    display: flex;
    align-items: center;
    margin-left: 6px;
    font-size: 16px;
    color: #646464;*/
  display: flex;
  align-items: flex-start;
  font-size: 16px;
  color: #646464;
  margin-left: 6px;
}

.info-evento ul li::before {
  left: -6px;
  width: 11px;
  height: 14px;
  background-size: 11px 14px;
}

.info-evento ul li.tag::before {
  content: "";

  position: relative;
  background-image: url("../img/tag.svg");
  background-repeat: no-repeat;
  display: block;
}

.info-evento ul li.location::before {
  content: "";
  position: relative;
  background-image: url("../img/ubicacion.png");
  background-repeat: no-repeat;
  display: block;
 top: 5px;
}

.info-evento ul li.ticket::before {
  content: "";
  position: relative;
  background-image: url("../img/precio.png");
  background-repeat: no-repeat;
  display: block;
  background-size: 10px 12px;
  top: 6px;
}

.fecha-hora {
  font-size: 1.128rem;
  font-weight: 600;
}

.b-green {
  background-color: #4b9b27 !important;
}

.section-eventos {
  padding: 3rem 0px 0px 0px;
}

.container-selecionar-filtros {
  margin-bottom: 25px;
}

.section-eventos h2 {
  margin-bottom: 5%;
  font-family: "WorkSans";
}

#block-eventosblock {
  padding-top: -20px;
}

.contendor-sin-padding {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

@media screen and (max-width: 768px) {
  .section-eventos .location,
  .section-eventos .ticket {
    margin-bottom: 15px;
  }
  .section-eventos #entradas-eventos {
    width: 30% !important;
  }
  .section-eventos .evento-columna-title {
    margin-bottom: 5px;
  }

  .lista-columna-exposiciones .evento-columna-fecha,
  .lista-columna-exposiciones .evento-columna-title,
  .lista-columna-exposiciones .info-evento {
    width: 100% !important;
  }
  .lista-columna-exposiciones .evento-columna-fecha {
    margin-bottom: 15px;
  }
  .resultados-filtros .filtro-activo {
    width: 80%;
    float: left;
    margin: 10px;
  }
  .resultados-filtros {
    padding-top: 10px;
    width: 100%;
    float: left;
  }
  .selected-facets-bar__clear-button {
    width: 50%;
  }
  .section-exposiciones {
    padding: 0px;
  }
  .section-exposiciones h2 {
    margin-bottom: 10%;
  }
  .evento-contenido h3 {
    font-size: 20px;
    line-height: 1.2;
  }
  #filtros-agenda input,
  #filtros-agenda select {
    width: 75%;
  }
}
