.elementor-kit-18{--e-global-color-primary:#333232;--e-global-color-secondary:#333232;--e-global-color-text:#333232;--e-global-color-accent:#333232;--e-global-typography-primary-font-family:"Montserrat";--e-global-typography-primary-font-weight:400;--e-global-typography-secondary-font-family:"Work Sans";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Work Sans";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Work Sans";--e-global-typography-accent-font-weight:400;}.elementor-kit-18 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1440px;}.e-con{--container-max-width:1440px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */html{
    overflow-x: hidden;
}
.elementor-kit-18 .filtros-exposiciones{
    display: flex;
    gap:32px;
}
.filtros-exposiciones a {
    padding: 8px 24px;
    border: 1px solid #333232;
    color: #333232;
    transition: .4s ease;
    display: flex;
    min-height: 32px; /* Altura mínima */
    justify-content: center;
    align-items: flex-start; /* Alinea el contenido al inicio del contenedor */
    text-transform: uppercase;
    font-family: "Work Sans";
    text-align: center; /* Para centrar el texto en caso de varias líneas */
    line-height: 1.5; /* Espaciado entre líneas */
}
@media only screen and (max-width:768px){
    .elementor-kit-18 .filtros-exposiciones{
        flex-wrap:wrap; 
        gap:10px
    }
    .elementor-kit-18 .filtros-exposiciones a{
        width:100%;
    }
}
.filtros-exposiciones a:hover,.filtros-exposiciones a.filtro-activo{
    background:#333232;
    color:#ffffff;
}
.buscador-expo .search-filter-input-text{
    flex-direction: row-reverse;
    color:#6B717C!important; 
    border:1px solid #6B717C;
    border-radius:0;
}
.buscador-expo svg{
    fill:#000;
}
.buscador-expo .search-filter-input-text::placeholder{
    opacity: 1;
    color:#333232;
}.bot-expo,.bot-expo a{
    min-height:100%;
}
.bot-expo{
    opacity: 0;
    transition:.4s ease;
}
@media (hover: hover) {
  .cont-fondo:hover .bot-expo {
    opacity: 1;
  }
}
.cont-expos:hover .titulo-exposicion{
    text-decoration: underline;
}
#breadcrumbs a{
    font-weight:700!important;
}/* End custom CSS */