.elementor-4360 .elementor-element.elementor-element-efa37df{--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:54px;--padding-bottom:54px;--padding-left:54px;--padding-right:54px;}.elementor-4360 .elementor-element.elementor-element-141311c > .elementor-widget-container{margin:0px 0px 0px 0px;}.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-4360 .elementor-element.elementor-element-2c37a91 .elementor-button{background-color:#D6001C;font-family:"NeueMontreal-Regular", Sans-serif;font-size:19px;font-weight:500;text-decoration:none;}.elementor-4360 .elementor-element.elementor-element-2c37a91 > .elementor-widget-container{margin:0px 0px 1px 2px;border-style:none;}.elementor-4360 .elementor-element.elementor-element-2c37a91.elementor-element{--align-self:center;}/* Start custom CSS for html, class: .elementor-element-141311c */.ignite-container {
    max-width: 900px;
    margin: 0 auto;
    padding: 40px 20px;
    font-family: "Poppins", sans-serif;
    color: #222;
}

/* Hero */
.ignite-hero {
    text-align: center;
    padding-bottom: 30px;
    border-bottom: 2px solid #eee;
    margin-bottom: 40px;
}

.ignite-hero h2 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 20px;
}

.ignite-hero p {
    font-size: 17px;
    line-height: 1.6;
    max-width: 750px;
    margin: 0 auto;
}

/* Sections */
.ignite-section {
    margin-bottom: 50px;
}

.ignite-section h3 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px;
    border-left: 4px solid #B30000;
    padding-left: 12px;
}

.ignite-section p,
.ignite-section ul li {
    font-size: 16px;
    line-height: 1.7;
}

.ignite-section ul {
    padding-left: 20px;
    margin-top: 10px;
}

/* Grid for the 4 pillars */
.ignite-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
    margin-top: 25px;
}

.ignite-card {
    background: #fafafa;
    padding: 20px;
    border-radius: 8px;
    border: 1px solid #eee;
    transition: all 0.2s ease;
}

.ignite-card:hover {
    background: #fff;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
}

.ignite-card h4 {
    font-size: 18px;
    margin-bottom: 10px;
}

/* Final section */
.ignite-footer {
    background: #f8f8f8;
    padding: 30px;
    border-radius: 10px;
    text-align: center;
}

.ignite-footer h3 {
    font-size: 24px;
    margin-bottom: 15px;
}

.ignite-footer p {
    font-size: 16px;
    line-height: 1.7;
}

/* Responsive */
@media (max-width: 768px) {
    .ignite-grid {
        grid-template-columns: 1fr;
    }

    .ignite-hero h2 {
        font-size: 26px;
    }
}/* End custom CSS */
/* Start custom CSS for button, class: .elementor-element-2c37a91 *//* 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 */