.elementor-21963 .elementor-element.elementor-element-df8b962{--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;}#elementor-popup-modal-21963{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-21963 .dialog-message{width:640px;height:auto;}#elementor-popup-modal-21963 .dialog-close-button{display:flex;}#elementor-popup-modal-21963 .dialog-widget-content{box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}/* Start custom CSS for shortcode, class: .elementor-element-94f086a */.filtro-empresas-grid {
  display: flex !important;
  flex-direction: row !important;
  justify-content: flex-start !important;
  gap: 30px !important;
  flex-wrap: nowrap !important;
}

.filtro-empresas-grid > .filtro-col {
  flex-basis: 50% !important;
  max-width: 50% !important;
  box-sizing: border-box !important;
  display: block !important;
}

/* Para pantallas pequeñas, que se apilen */
@media (max-width: 600px) {
  .filtro-empresas-grid {
    flex-wrap: wrap !important;
  }
  .filtro-empresas-grid > .filtro-col {
    flex-basis: 100% !important;
    max-width: 100% !important;
  }
}

/* Títulos de categorías y marcas más grandes y color */
.filtro-empresas-grid label strong {
  font-size: 1.3em;
  color: #E83862;
  display: block;
}

/* Estilo para el botón */
.boton-filtro {
  display: block;
  margin: 25px auto 0 auto;
  padding: 12px 40px;
  background-color: #E83862;
  color: white;
  font-weight: 700;
  font-size: 1.1em;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  text-align: center;
}

.boton-filtro:hover {
  background-color: #c02a4b;
}/* End custom CSS */