.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 );color:var( --e-global-color-primary );}.elementor-3585 .elementor-element.elementor-element-3f9b632{text-align:center;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );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-font-weight );}.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-font-weight );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-3585 .elementor-element.elementor-element-2b7139b{font-family:"Poppins", Sans-serif;font-size:18px;font-weight:400;}.elementor-3585 .elementor-element.elementor-element-f052e8d{font-family:"Poppins", Sans-serif;font-size:16px;font-weight:400;color:#8F8F8F;}@media(max-width:1024px){.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );}.elementor-widget-image .widget-image-caption{font-size:var( --e-global-typography-text-font-size );}.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );}}@media(max-width:767px){.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );}.elementor-widget-image .widget-image-caption{font-size:var( --e-global-typography-text-font-size );}.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );}}/* Start custom CSS for text-editor, class: .elementor-element-2b7139b *//* Estilos para el artículo - Optimizado para lectura */

/* Títulos H2 */
h2 {
  font-size: 1.8rem;
  font-weight: 700;
  color: #2b2b2b;
  margin: 2.5rem 0 1rem 0;
  line-height: 1.3;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

/* Primer H2 sin margen superior */
h2:first-child {
  margin-top: 0;
}

/* Párrafos - máximo 3 líneas */
p {
  font-size: 1rem;
  color: #333;
  line-height: 1.6;
  margin: 1rem 0;
  max-width: 700px;
}

/* Negritas - color naranja Netlife */
strong {
  color: #fffffff;
  font-weight: 600;
}

/* Listas */
ul {
  margin: 1rem 0;
  padding-left: 1.5rem;
  list-style: disc;
}

li {
  margin-bottom: 0.8rem;
  line-height: 1.6;
  color: #333;
}

/* Separadores HR */
hr {
  border: none;
  height: 1px;
  background: #e5e5e5;
  margin: 2rem 0;
}

/* Responsive para móvil */
@media (max-width: 768px) {
  h2 {
    font-size: 1.5rem;
    margin: 2rem 0 0.8rem 0;
  }
  
  p {
    font-size: 0.95rem;
    max-width: 100%;
  }
  
  li {
    font-size: 0.95rem;
  }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-fbc6feb */<style>
.cta-crm-wrapper {
  display: flex;
  justify-content: center;
  margin: 30px 0;
}

.cta-crm {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  background: rgba(255, 106, 0, 0.08);
  border: 1px solid rgba(255, 106, 0, 0.18);
  padding: 16px 20px;
  border-radius: 12px;
  max-width: 600px;
}

.cta-texto {
  font-size: 1rem;
  color: #2b2b2b;
  margin: 0;
  line-height: 1.4;
}

.cta-texto strong {
  color: #ff6a00;
}

.cta-boton {
  background: #ff6a00;
  color: #fff;
  padding: 10px 16px;
  font-size: 0.9rem;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 500;
  white-space: nowrap;
  transition: all 0.2s ease;
}

.cta-boton:hover {
  background: #e65c00;
  transform: translateY(-1px);
}

/* Responsive */
@media (max-width: 480px) {
  .cta-crm {
    flex-direction: column;
    text-align: center;
  }

  .cta-boton {
    width: 100%;
    text-align: center;
  }
}
</style>/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-ecd7e02 *//* Preguntas frecuentes */
.faq-section {
  margin: 40px 0;
  padding: 30px;
  background: #fafafa;
  border-radius: 12px;
}

.faq-section h2 {
  font-size: 1.8rem;
  color: #2c3e50;
  margin: 0 0 30px 0;
  line-height: 1.3;
}

.faq-item {
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #f0f0f0;
}

.faq-item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.faq-question {
  font-size: 1.1rem;
  font-weight: 600;
  color: #333;
  margin-bottom: 12px;
  line-height: 1.4;
}

.faq-answer p {
  font-size: 0.95rem;
  color: #666;
  line-height: 1.6;
  margin: 0;
}

.faq-answer strong {
  color: #ff6a00;
  font-weight: 600;
}

/* Responsive */
@media (max-width: 768px) {
  .faq-section {
    padding: 20px;
  }
  
  .faq-section h2 {
    font-size: 1.5rem;
  }
  
  .faq-question {
    font-size: 1rem;
  }
  
  .faq-answer p {
    font-size: 0.9rem;
  }
}/* End custom CSS */