.elementor-3511 .elementor-element.elementor-element-005676a{--display:flex;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );line-height:var( --e-global-typography-primary-line-height );letter-spacing:var( --e-global-typography-primary-letter-spacing );color:var( --e-global-color-primary );}.elementor-3511 .elementor-element.elementor-element-a581dfb{text-align:center;}.elementor-3511 .elementor-element.elementor-element-8f66553{--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;}@media(max-width:1024px){.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );letter-spacing:var( --e-global-typography-primary-letter-spacing );}}@media(max-width:767px){.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );letter-spacing:var( --e-global-typography-primary-letter-spacing );}}/* Start custom CSS for html, class: .elementor-element-f3eb8fe */#como-usar {
  padding: 60px 20px;
  background: #f8fafc;
  text-align: center;
}

#como-usar h2 {
  font-size: 30px;
  color: #111827;
  margin-bottom: 10px;
}

#como-usar .subtitulo {
  color: #6b7280;
  margin-bottom: 40px;
}

.grid-pasos {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.paso {
  background: #ffffff;
  padding: 25px 20px;
  border-radius: 12px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.05);
  transition: 0.3s;
}

.paso:hover {
  transform: translateY(-5px);
}

.numero {
  width: 40px;
  height: 40px;
  margin: 0 auto 10px;
  background: #f97316;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}

.paso h3 {
  font-size: 16px;
  margin-bottom: 10px;
  color: #111827;
}

.paso p {
  font-size: 14px;
  color: #6b7280;
}/* End custom CSS */