.elementor-6430 .elementor-element.elementor-element-360abef{--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-6430 .elementor-element.elementor-element-aa46e27{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--align-items:center;border-style:none;--border-style:none;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-6430 .elementor-element.elementor-element-2679eaf{--display:flex;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );text-transform:var( --e-global-typography-primary-text-transform );color:var( --e-global-color-primary );}.elementor-6430 .elementor-element.elementor-element-0ef5dd3 .elementor-heading-title{font-family:"Orbitron", Sans-serif;font-size:20px;font-weight:600;text-transform:uppercase;}.elementor-6430 .elementor-element.elementor-element-3581df2{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-6430 .elementor-element.elementor-element-faab136{--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;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-6430 .elementor-element.elementor-element-f13915a{--display:flex;}#elementor-popup-modal-6430 .dialog-widget-content{background-color:#FFFFFF;box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}#elementor-popup-modal-6430{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-6430 .dialog-message{width:640px;height:100vh;align-items:center;}@media(min-width:768px){.elementor-6430 .elementor-element.elementor-element-f13915a{--width:100%;}}@media(max-width:1024px){.elementor-6430 .elementor-element.elementor-element-aa46e27{--padding-top:10px;--padding-bottom:10px;--padding-left:10px;--padding-right:10px;}.elementor-6430 .elementor-element.elementor-element-aa46e27.e-con{--align-self:center;}.elementor-6430 .elementor-element.elementor-element-2679eaf{--padding-top:50px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-6430 .elementor-element.elementor-element-2679eaf.e-con{--align-self:center;}.elementor-6430 .elementor-element.elementor-element-0ef5dd3{text-align:start;}#elementor-popup-modal-6430{justify-content:flex-start;}}@media(max-width:767px){.elementor-6430 .elementor-element.elementor-element-2679eaf{--padding-top:50px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-6430 .elementor-element.elementor-element-0ef5dd3{text-align:start;}.elementor-6430 .elementor-element.elementor-element-f13915a{--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}#elementor-popup-modal-6430 .dialog-message{width:90vw;}#elementor-popup-modal-6430{justify-content:flex-start;}}/* Start custom CSS for html, class: .elementor-element-a2d2e56 */.filtro-categorias-pop label {
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 1.2rem;
  gap: 1rem;
}

/* Estilo del radio button */
.filtro-categorias-pop input[type="radio"] {
  appearance: none;
  width: 18px;
  height: 18px;
  border: 2px solid #00C200;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
}

/* Círculo interno cuando está seleccionado */
.filtro-categorias-pop  input[type="radio"]:checked::before {
  content: '';
  position: absolute;
  top: 3px;
  left: 3px;
  width: 10px;
  height: 10px;
  background-color: #00C200;
  border-radius: 50%;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-bd7cbbd */.producto {
 //display: none;
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-f13915a */#filtro-categorias label {
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 1.2rem;
  gap: 1rem;
}

/* Estilo del radio button */
#filtro-categorias input[type="radio"] {
  appearance: none;
  width: 18px;
  height: 18px;
  border: 2px solid #00C200;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
}

/* Círculo interno cuando está seleccionado */
#filtro-categorias input[type="radio"]:checked::before {
  content: '';
  position: absolute;
  top: 3px;
  left: 3px;
  width: 10px;
  height: 10px;
  background-color: #00C200;
  border-radius: 50%;
}

@media (max-width: 768px) {
  #productos {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  #productos .producto {
    width: 100%;
    max-width: 400px; /* ajusta según tu diseño */
    text-align: center;
  }
   
}
#filtro-categorias label {
    padding: 10px;
}
}/* End custom CSS */
/* Start custom CSS *//* Control de velocidad para la entrada (Slide In Left) */
#elementor-popup-modal-6430.elementor-popup-modal .animated {
    animation-duration: 3s !important; /* Cambia a 2s si lo quieres aún más lento */
}

/* Control de velocidad para el fondo oscuro (Overlay) */
#elementor-popup-modal-6430.elementor-popup-modal .dialog-lightbox-widget-content {
    transition-duration: 0.8s !important;
}/* End custom CSS */