#loader {
    display: none;
}


#filtros-agenda {
    display: flex;
    gap: 20px;

}

.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: 20px;
    height: 20px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    border: none !important;
    justify-content: center;
    background-color: var(--black);
    color: var(--white);
    cursor: pointer;
}

#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;
}

.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: 20px;
}

.evento-contenido h2 {
    flex-grow: 1;


}

/*.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: 1;
    margin-bottom: 0;
}


.lista-exposiciones .evento-imagen {
    text-align: center;
    margin-top: auto;

}

.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: 20px;*/
}

.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-bottom: solid 2px var(--gray-100);
    padding: 20px 0px;
}

.lista-columna-exposiciones li:last-child {
    border-bottom: none;
}

.evento-columna-contenido {
    display: flex;
    flex-direction: row;
    gap: 25px;    
    align-items: center;
    text-align: center;
    /*justify-content: flex-start;*/
}

.evento-columna-contenido h2 a {
    font-size: 20px;
    font-weight: 600;
}


.evento-subtitulo{
    font-size: 25px;
    font-weight: 600;
    margin: 50px 0px;
}

.evento-lugar{
    font-size: 22px;
    font-weight: 600;
    margin: 50px 0px;
}
.evento-direccion{
    font-size: 20px;
    font-weight: 400;
   
}
.evento-fecha{
    font-size: 20px;
    font-weight: 400;
   
}
#entradas-eventos a{
    background-color: var(--black);
    color: var(--white);
    padding: 10px 30px 10px 30px;
    position: relative;
    cursor: pointer;
    transition: 0.3s;
    border-radius: 30px;
    display: block;
}

#entradas-eventos a.yellow{
    background-color: var(--yellow);
}


.lista-columna-exposiciones .evento-columna-title h3 a{
    color: var(--black)!important;
}

.info-evento ul {
    margin: 0;
    padding: 0;
    list-style-type: none;   
    color: var(--black);
}

.info-evento ul li {
    border-bottom: none;
    padding: 0;
    position: relative;
    font-size: 18px;
    margin-bottom: 10px;
}

.info-evento ul li::before {
    left: -6px;
    width: 16px;
    height: 16px;
    background-size: 16px 16px;
}

.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/location.svg");
    background-repeat: no-repeat;
    display: block;
}

.info-evento ul li.ticket::before {
    content: "";
    position: relative;
    background-image: url("../img/ticket.svg");
    background-repeat: no-repeat;
    display: block;
}

.fecha-hora {
    font-size: 1.128rem;
    font-weight: 600;
}
.b-green {
    background-color: #4B9B27 !important;
}
.container-selecionar-filtros {
    margin-bottom: 2.5rem;
}
.evento-columna-imagen{
    width: 45%;
}
.info-evento {
    width: 50%;    
}
.info-evento h2{
    font-weight: 400;
}
#block-views-block-block-eventos-block-1 .views-field-title{
    font-size: 24px;
    color: var(--black);
}