.elementor-9268 .elementor-element.elementor-element-085bb6b{--display:flex;}.elementor-9268 .elementor-element.elementor-element-ee2e8a8 > .elementor-widget-container{padding:0px 0px 40px 0px;}.elementor-9268 .elementor-element.elementor-element-ee2e8a8 .ct-heading{text-align:center;}.elementor-9268 .elementor-element.elementor-element-ee2e8a8 .ct-heading .item--title{color:#0D4E91;font-weight:500;margin-bottom:0px;}.elementor-9268 .elementor-element.elementor-element-ee2e8a8 .ct-heading .item--title i{color:#0D4E91;}.elementor-9268 .elementor-element.elementor-element-ee2e8a8 .ct-heading .item--title.st-line-left1 span i{background:#FA6780 !important;}.elementor-9268 .elementor-element.elementor-element-ee2e8a8 .ct-heading .item--title.st-line-left2 span i:after{background:#FA6780 !important;}.elementor-9268 .elementor-element.elementor-element-ee2e8a8 .ct-heading .item--title.st-line-left2 span i:before{background:#FA6780 !important;}.elementor-9268 .elementor-element.elementor-element-ee2e8a8 .ct-heading .item--title.st-line-top1 .ct-heading-divider span{background:#FA6780 !important;}.elementor-9268 .elementor-element.elementor-element-27bf7fe{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:10px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-9268 .elementor-element.elementor-element-0fb684d.elementor-element{--align-self:stretch;}.elementor-9268 .elementor-element.elementor-element-aec7bd2{--display:flex;}.elementor-widget-loop-grid .elementor-button{background-color:var( --e-global-color-accent );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-loop-grid .elementor-pagination{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-loop-grid .e-load-more-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-9268 .elementor-element.elementor-element-d2f7819{--grid-columns:3;--load-more-button-align:center;}.elementor-9268 .elementor-element.elementor-element-d2f7819 .elementor-button{background-color:#033D6F;}@media(max-width:1024px){.elementor-9268 .elementor-element.elementor-element-d2f7819{--grid-columns:2;}}@media(max-width:767px){.elementor-9268 .elementor-element.elementor-element-085bb6b{--margin-top:-80px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-9268 .elementor-element.elementor-element-ee2e8a8 .ct-heading{text-align:center;}.elementor-9268 .elementor-element.elementor-element-d2f7819{--grid-columns:1;}}/* Start custom CSS for shortcode, class: .elementor-element-0fb684d *//* Contenedor de todos los filtros */
.wpc-filters-widget-wrapper {
  display: flex;
  flex-wrap: nowrap; /* para que no salten de línea */
  justify-content: space-between; /* distribuye uniformemente */
  align-items: center; /* centra verticalmente */
  gap: 20px; /* espacio entre filtros */
}

/* Cada filtro individual */
.wpc-filters-section {
  flex: 1; /* todos ocupan el mismo ancho */
  min-width: 150px; /* ancho mínimo para que no se aplasten */
}

/* Ajusta el dropdown (nice-select) para que se estire al 100% */
.wpc-filters-section .nice-select {
  width: 100% !important;
}

.widget-title:before, .comments-title:before, .comment-reply-title:before {
   background-image: -webkit-linear-gradient(left, #fa6780, #fa6780);
}

input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="number"]:focus, input[type="range"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="time"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="color"]:focus, textarea:focus, select:focus, .nice-select:focus {
    outline: 0;
    border-color: #fa6780;
}

.widget-title.wpc-filter-title {
    color: #0D4E91;
}/* End custom CSS */