.elementor-4371 .elementor-element.elementor-element-5302f68{--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;--padding-top:50px;--padding-bottom:50px;--padding-left:50px;--padding-right:50px;}.elementor-widget-button .elementor-button{background-color:var( --e-global-color-accent );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-4371 .elementor-element.elementor-element-50aeafe .elementor-button{background-color:#D6001C;font-family:"NeueMontreal-Regular", Sans-serif;font-size:12px;font-weight:500;text-decoration:none;fill:#FFFFFF;color:#FFFFFF;}.elementor-4371 .elementor-element.elementor-element-50aeafe > .elementor-widget-container{margin:-8px 0px 1px 2px;border-style:none;}.elementor-4371 .elementor-element.elementor-element-50aeafe.elementor-element{--align-self:center;}/* Start custom CSS for html, class: .elementor-element-e7f73de *//* ---------- CONTENEDOR GENERAL ---------- */
.kw-onboarding-section {
  max-width: 900px;
  margin: 0 auto;
  padding: 40px 20px;
  font-family: 'Poppins', sans-serif;
  color: #333;
}

/* ---------- HERO ---------- */
.kw-hero {
  text-align: center;
  margin-bottom: 50px;
  border-left: 5px solid #D6001C;
  padding-left: 20px;
}

.kw-hero h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #000;
}

.kw-hero p {
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 15px;
}

/* ---------- SECCIONES ---------- */
.kw-block {
  margin-bottom: 60px;
  padding: 20px;
  border-left: 4px solid #D6001C;
  background: #fafafa;
  border-radius: 6px;
}

.kw-block h3 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 10px;
  text-align: left;
  color: #D6001C;
}

.kw-block h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
  text-align: left;
  color: #000;
}

.kw-block p,
.kw-block ul {
  font-size: 16px;
  line-height: 1.7;
}

.kw-block ul {
  padding-left: 20px;
  margin-top: 10px;
}

/* ---------- GRID ---------- */
.kw-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 25px;
  margin-top: 20px;
}

@media(min-width: 768px) {
  .kw-grid {
    grid-template-columns: 1fr 1fr;
  }
}

/* ---------- CARD ---------- */
.kw-card {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  border: 1px solid #eee;
  box-shadow: 0 2px 8px rgba(0,0,0,0.06);
  position: relative;
  overflow: hidden;
}

.kw-card::after {
  content: "";
  width: 100%;
  height: 4px;
  background: #D6001C;
  position: absolute;
  bottom: 0;
  left: 0;
}

.kw-card h4 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #D6001C;
}

/* ---------- CTA / FOOTER ---------- */
.kw-footer {
  text-align: center;
  padding: 40px 20px;
  background: #D6001C;
  border-radius: 12px;
  color: #fff;
  margin-top: 40px;
}

.kw-footer h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
}

.kw-footer p {
  font-size: 16px;
  line-height: 1.7;
  color: #fff;
}/* End custom CSS */
/* Start custom CSS for button, class: .elementor-element-50aeafe *//* Aplica a tu botón de Elementor */
.elementor-button {
  display: inline-flex;          /* que se ajuste al contenido */
  align-items: center;           /* centra texto e icono */
  width: auto !important;        /* elimina ancho fijo */
  min-width: auto !important;
  padding: 10px 16px;            /* espacio interno */
  border-radius: 0 !important;   /* esquinas cuadradas */
}

/* Flecha al lado del texto */
.elementor-button::after {
  content: "";
  display: inline-block;
  width: 14px;   /* Tamaño flecha */
  height: 14px;
  margin-left: 30px; /* espacio entre texto y flecha */
  background-color: #fff; /* color de la flecha */
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='white'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M7 17L17 7M7 7h10v10'/%3E%3C/svg%3E");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='white'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M7 17L17 7M7 7h10v10'/%3E%3C/svg%3E");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
}/* End custom CSS */