.elementor-1611 .elementor-element.elementor-element-5d10b3e{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:center;}.elementor-1611 .elementor-element.elementor-element-5d10b3e:not(.elementor-motion-effects-element-type-background), .elementor-1611 .elementor-element.elementor-element-5d10b3e > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-1611 .elementor-element.elementor-element-7b2a6bc{margin:33px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}#elementor-popup-modal-1611 .dialog-widget-content{animation-duration:1.2s;box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}#elementor-popup-modal-1611{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-1611 .dialog-message{width:244px;height:auto;}#elementor-popup-modal-1611 .dialog-close-button{display:flex;}@media(min-width:768px){.elementor-1611 .elementor-element.elementor-element-5d10b3e{--content-width:500px;}}/* Start custom CSS for html, class: .elementor-element-7b2a6bc */#filtro-capacidad {
  background: #f7f7f7;
  padding: 20px;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 250px;
}

#filtro-capacidad h2 {
  font-size: 20px;
  margin-bottom: 10px;
  text-align: left;
}

#filtro-capacidad label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  cursor: pointer;
}

#filtro-capacidad input[type="checkbox"] {
  width: 18px;
  height: 18px;
  cursor: pointer;
}

#filtro-capacidad label:hover {
  opacity: 0.8;
}

@media (max-width: 768px) {
  #filtro-capacidad {
    max-width: 100%;
    width: 100%;
  }
}/* End custom CSS */