.elementor-3996 .elementor-element.elementor-element-228d07b{--display:flex;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--align-items:flex-start;}.elementor-3996 .elementor-element.elementor-element-af7aa36{--display:flex;--justify-content:flex-end;--padding-top:0rem;--padding-bottom:0rem;--padding-left:0rem;--padding-right:0rem;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-weight );line-height:var( --e-global-typography-text-line-height );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-3996 .elementor-element.elementor-element-cfd4f25{margin:5px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-3996 .elementor-element.elementor-element-882ec76{--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:flex-start;}.elementor-3996 .elementor-element.elementor-element-f812d5e{margin:-0.5rem 0rem calc(var(--kit-widget-spacing, 0px) + 0rem) 0rem;}.elementor-3996 .elementor-element.elementor-element-f812d5e .jet-listing-dynamic-field .jet-listing-dynamic-field__inline-wrap{width:auto;}.elementor-3996 .elementor-element.elementor-element-f812d5e .jet-listing-dynamic-field .jet-listing-dynamic-field__content{width:auto;}.elementor-3996 .elementor-element.elementor-element-f812d5e .jet-listing-dynamic-field{justify-content:flex-start;}.elementor-3996 .elementor-element.elementor-element-f812d5e .jet-listing-dynamic-field__content{text-align:left;}.elementor-3996 .elementor-element.elementor-element-5268b9e{margin:-0.5rem 0rem calc(var(--kit-widget-spacing, 0px) + 0rem) 0rem;}.elementor-3996 .elementor-element.elementor-element-5268b9e .jet-listing-dynamic-field .jet-listing-dynamic-field__inline-wrap{width:auto;}.elementor-3996 .elementor-element.elementor-element-5268b9e .jet-listing-dynamic-field .jet-listing-dynamic-field__content{width:auto;}.elementor-3996 .elementor-element.elementor-element-5268b9e .jet-listing-dynamic-field{justify-content:flex-start;}.elementor-3996 .elementor-element.elementor-element-5268b9e .jet-listing-dynamic-field__content{text-align:left;}.elementor-3996 .elementor-element.elementor-element-8394a2f .jet-listing-dynamic-field .jet-listing-dynamic-field__inline-wrap{width:auto;}.elementor-3996 .elementor-element.elementor-element-8394a2f .jet-listing-dynamic-field .jet-listing-dynamic-field__content{width:auto;}.elementor-3996 .elementor-element.elementor-element-8394a2f .jet-listing-dynamic-field{justify-content:flex-start;}.elementor-3996 .elementor-element.elementor-element-8394a2f .jet-listing-dynamic-field__content{text-align:left;}.elementor-3996 .elementor-element.elementor-element-b4a9332 .jet-listing-dynamic-field .jet-listing-dynamic-field__inline-wrap{width:auto;}.elementor-3996 .elementor-element.elementor-element-b4a9332 .jet-listing-dynamic-field .jet-listing-dynamic-field__content{width:auto;}.elementor-3996 .elementor-element.elementor-element-b4a9332 .jet-listing-dynamic-field{justify-content:flex-start;}.elementor-3996 .elementor-element.elementor-element-b4a9332 .jet-listing-dynamic-field__content{text-align:left;}@media(min-width:768px){.elementor-3996 .elementor-element.elementor-element-af7aa36{--width:33%;}}@media(min-width:2400px){.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-weight );line-height:var( --e-global-typography-text-line-height );}}@media(max-width:1366px){.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-weight );line-height:var( --e-global-typography-text-line-height );}.elementor-3996 .elementor-element.elementor-element-cfd4f25{margin:1rem 0rem calc(var(--kit-widget-spacing, 0px) + 0rem) 0rem;}}@media(max-width:1024px){.elementor-3996 .elementor-element.elementor-element-228d07b{--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-widget-text-editor{font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-weight );line-height:var( --e-global-typography-text-line-height );}}@media(max-width:767px){.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-weight );line-height:var( --e-global-typography-text-line-height );}}/* Start custom CSS for text-editor, class: .elementor-element-cfd4f25 *//* Reinicia el contador en la lista */
.elementor-widget-jet-listing-grid {
  counter-reset: servicios-count;
}

/* Aplica el incremento a cada ítem del repeater */
.elementor-widget-jet-listing-grid .jet-listing-grid__item {
  counter-increment: servicios-count;
}

/* Pinta el número en el contenedor deseado */
.numero-servicio::before {
  content: counter(servicios-count, decimal-leading-zero);
  font-size: 6rem;
  font-weight: 300;
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-882ec76 */.elementor-3996 .elementor-element.elementor-element-882ec76 h3{
    font-family: var(--primary-font);
    font-weight: 400;
}

.elementor-3996 .elementor-element.elementor-element-882ec76 ul{
    margin-top: 1rem;
}

.elementor-3996 .elementor-element.elementor-element-882ec76 .list-bullets li {
  position: relative;
  padding-left: 2rem; /* Espacio reservado para la raya */
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-228d07b */.elementor-3996 .elementor-element.elementor-element-228d07b ul li{
    font-weight: 300!important;
}/* End custom CSS */