.elementor-4388 .elementor-element.elementor-element-f76dd41{--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-4388 .elementor-element.elementor-element-5981685 .elementor-button{background-color:#D6001C;font-family:"NeueMontreal-Regular", Sans-serif;font-size:19px;font-weight:500;text-decoration:none;fill:#FFFFFF;color:#FFFFFF;}.elementor-4388 .elementor-element.elementor-element-5981685 > .elementor-widget-container{margin:-1px 0px 1px 2px;padding:-1px -1px -1px -1px;border-style:none;}.elementor-4388 .elementor-element.elementor-element-5981685.elementor-element{--align-self:center;}/* Start custom CSS for html, class: .elementor-element-4d101d8 *//* --- CONTENEDOR GENERAL --- */
.kw-bold-landing {
    max-width: 900px;
    margin: 0 auto;
    padding: 40px 20px;
    font-family: 'Poppins', sans-serif;
    color: #333;
}

/* --- HERO --- */
.kw-bold-hero {
    margin-bottom: 50px;
    padding-left: 20px;
    border-left: 5px solid #D6001C;
}

.kw-bold-hero h2 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #000;
}

.kw-bold-hero p {
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 15px;
}

/* --- BLOQUES --- */
.kw-bold-block {
    margin-bottom: 50px;
    padding: 25px;
    background: #fafafa;
    border-left: 4px solid #D6001C;
    border-radius: 6px;
}

.kw-bold-block h3 {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #D6001C;
}

.kw-bold-block h4 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #000;
}

.kw-bold-block p,
.kw-bold-block ul {
    font-size: 16px;
    line-height: 1.7;
}

.kw-bold-block ul {
    padding-left: 20px;
}

/* --- CTA FINAL --- */
.kw-bold-footer {
    margin-top: 50px;
    padding: 40px 25px;
    background: #D6001C;
    color: #fff;
    border-radius: 12px;
    text-align: center;
}

.kw-bold-footer h3 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px;
}

.kw-bold-footer p {
    font-size: 16px;
    line-height: 1.7;
}/* End custom CSS */
/* Start custom CSS for button, class: .elementor-element-5981685 *//* 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 */