.elementor-4793 .elementor-element.elementor-element-70b9036{--display:flex;}.elementor-4793 .elementor-element.elementor-element-941a79a{--display:flex;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--align-items:center;}.elementor-4793 .elementor-element.elementor-element-941a79a:not(.elementor-motion-effects-element-type-background), .elementor-4793 .elementor-element.elementor-element-941a79a > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-text );}.elementor-4793 .elementor-element.elementor-element-2504475{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-4793 .elementor-element.elementor-element-9021d60{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;text-align:center;}.elementor-4793 .elementor-element.elementor-element-9021d60 .elementor-heading-title{font-family:"Inter Variable", Sans-serif;font-weight:600;line-height:1px;word-spacing:0px;-webkit-text-stroke-width:0px;stroke-width:0px;-webkit-text-stroke-color:#000;stroke:#000;color:var( --e-global-color-primary );}.elementor-4793 .elementor-element.elementor-element-2d9622e{--display:flex;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--align-items:stretch;--margin-top:9px;--margin-bottom:9px;--margin-left:9px;--margin-right:9px;}.elementor-4793 .elementor-element.elementor-element-2d9622e.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-4793 .elementor-element.elementor-element-6594ef1{--display:flex;}.elementor-4793 .elementor-element.elementor-element-6594ef1.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-4793 .elementor-element.elementor-element-7d61c86{text-align:start;}.elementor-4793 .elementor-element.elementor-element-7d61c86 .elementor-heading-title{font-family:"Inter Variable", Sans-serif;}.elementor-4793 .elementor-element.elementor-element-ad5ad3c{font-family:"Inter Variable", Sans-serif;}.elementor-4793 .elementor-element.elementor-element-3c0a548{font-family:"Inter Variable", Sans-serif;}.elementor-4793 .elementor-element.elementor-element-cb7f99d{--display:flex;}.elementor-4793 .elementor-element.elementor-element-cb7f99d.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-4793 .elementor-element.elementor-element-9fb2e91{font-family:"Inter Variable", Sans-serif;}.elementor-4793 .elementor-element.elementor-element-88b2256{font-family:"Inter Variable", Sans-serif;font-size:17px;}@media(min-width:768px){.elementor-4793 .elementor-element.elementor-element-2504475{--width:100%;}.elementor-4793 .elementor-element.elementor-element-2d9622e{--width:102.523%;}.elementor-4793 .elementor-element.elementor-element-6594ef1{--width:61.588%;}.elementor-4793 .elementor-element.elementor-element-cb7f99d{--width:46.76%;}}/* Start custom CSS for container, class: .elementor-element-941a79a *//* ===== IGNITE CTA: full width + contenido centrado (Elementor Containers) ===== */
.ignite-submit-section{
  background:#2e2e2e;
  width:100vw;
  position:relative;
  left:50%;
  transform:translateX(-50%);
  padding:90px 0;
  overflow:hidden;
  box-sizing:border-box;
}

/* El wrapper interno real de containers es .e-con-inner (y a veces .e-con) */
.ignite-submit-section > .e-con-inner,
.ignite-submit-section > .e-con,
.ignite-submit-section .e-con-inner{
  max-width:1200px;
  margin:0 auto !important;
  padding:0 40px;
  box-sizing:border-box;
}

/* Asegurar layout 2 columnas dentro (texto + imagen) */
.ignite-submit-section .e-con-inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:60px;
}

/* Columna texto e imagen */
.ignite-submit-section .e-con-inner > .e-con{
  flex:0 0 auto;
}

/* Primera columna (texto) */
.ignite-submit-section .e-con-inner > .e-con:first-child{
  width:45%;
}

/* Segunda columna (imagen) */
.ignite-submit-section .e-con-inner > .e-con:last-child{
  width:55%;
  display:flex;
  justify-content:flex-end;
}

/* Imagen */
.ignite-submit-section img{
  width:100%;
  max-width:560px;
  height:auto;
  display:block;
}

/* Tipos */
.ignite-submit-section h1,
.ignite-submit-section h2,
.ignite-submit-section h3{
  color:#fff;
  font-family:Inter, sans-serif;
  font-weight:700;
  line-height:1.2;
}

.ignite-submit-section p{
  color:#bfbfbf;
  font-family:Inter, sans-serif;
  font-size:15px;
  line-height:1.7;
}

/* Botón: evitar que se haga gigante */
.ignite-submit-section .elementor-button-wrapper{
  display:inline-block;
}

.ignite-submit-section .elementor-button{
  background:#00CD7C;
  color:#000;
  border-radius:0;
  padding:18px 28px;
  font-weight:600;
  letter-spacing:2px;
  text-transform:uppercase;
}

/* Responsive */
@media (max-width:1024px){
  .ignite-submit-section .e-con-inner{
    flex-direction:column;
    align-items:flex-start;
    gap:30px;
  }
  .ignite-submit-section .e-con-inner > .e-con:first-child,
  .ignite-submit-section .e-con-inner > .e-con:last-child{
    width:100%;
  }
  .ignite-submit-section .e-con-inner > .e-con:last-child{
    justify-content:flex-start;
  }
  .ignite-submit-section img{
    max-width:100%;
  }
}
/* --- Ajustes finos: centrado + proporciones + botón --- */

/* 1) Reducir un poco el ancho útil para que no haya tanto vacío */
.ignite-submit-section .e-con-inner{
  max-width: 1100px !important;  /* antes 1200 */
}

/* 2) Mejor proporción de columnas */
.ignite-submit-section .e-con-inner > .e-con:first-child{
  width: 50% !important;
}
.ignite-submit-section .e-con-inner > .e-con:last-child{
  width: 50% !important;
}

/* 3) Botón: que NO sea una barra gigante */
.ignite-submit-section .elementor-button{
  width: auto !important;
  min-width: 260px;
  padding: 16px 28px !important;
}

/* Si el widget fuerza el botón a ocupar todo el ancho */
.ignite-submit-section .elementor-button-wrapper,
.ignite-submit-section .elementor-button-wrapper a{
  width: auto !important;
  display: inline-block !important;
}

/* 4) Imagen: que se vea “anclada” y con tamaño consistente */
.ignite-submit-section .e-con-inner > .e-con:last-child{
  align-items: center;
}
.ignite-submit-section img{
  max-width: 520px !important;
}

/* 5) Separación vertical más limpia */
.ignite-submit-section{
  padding: 80px 0 !important;
}
.ignite-submit-section img{ max-width: 620px !important; }
.ignite-submit-section .e-con-inner > .e-con:last-child{
  justify-content: flex-end;
  margin-right: -80px; /* ajusta -40 a -140 según te guste */
}








/* =========================
   HERO SPONSORS
========================= */

.ignite-submit-section{
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at top right, rgba(0,195,137,0.18), transparent 35%),
    radial-gradient(circle at bottom left, rgba(0,195,137,0.12), transparent 30%),
    linear-gradient(135deg,#0f0f0f 0%,#1c1c1c 40%,#0b3d2d 100%);
  padding:110px 20px 90px;
}

/* efecto decorativo */
.ignite-submit-section::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(rgba(255,255,255,0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.03) 1px, transparent 1px);
  background-size:40px 40px;
  opacity:0.2;
  pointer-events:none;
}

/* titulo */
.ignite-submit-section h1,
.ignite-submit-section h2,
.ignite-submit-section .elementor-heading-title{
  color:#ffffff !important;
  font-size:48px;
  font-weight:800;
  letter-spacing:-1px;
  text-transform:uppercase;
  text-align:center;
  margin-bottom:20px;
}

/* texto */
.ignite-submit-section .elementor-text-editor{
  color:rgba(255,255,255,0.85);
  font-size:18px;
  line-height:1.7;
  text-align:center;
  max-width:760px;
  margin:auto;
}

/* =========================
   METRICAS
========================= */

.ignite-submit-section .elementor-counter{
  background:rgba(255,255,255,0.05);
  border-radius:14px;
  padding:25px 15px;
  backdrop-filter:blur(4px);
  border:1px solid rgba(255,255,255,0.08);
  transition:all .3s ease;
}

.ignite-submit-section .elementor-counter:hover{
  transform:translateY(-6px);
  border-color:#00C389;
}

/* numero */
.ignite-submit-section .elementor-counter-number-wrapper{
  font-size:44px !important;
  font-weight:800;
  color:#00C389 !important;
}

/* texto debajo del numero */
.ignite-submit-section .elementor-counter-title{
  color:#ffffff !important;
  font-size:15px;
  font-weight:600;
  margin-top:5px;
}

/* =========================
   BOTON
========================= */

.ignite-submit-section .elementor-button{
  background:#00C389 !important;
  color:#ffffff !important;
  border-radius:30px;
  padding:15px 32px;
  font-weight:700;
  transition:all .3s ease;
}

.ignite-submit-section .elementor-button:hover{
  background:#00A874 !important;
  transform:translateY(-3px);
}

/* =========================
   RESPONSIVE
========================= */
/* =========================
   RESPONSIVE
========================= */
/* TABLET */
@media (max-width: 768px) {
  .ignite-submit-section {
    padding: 70px 20px 50px !important;
  }

  .ignite-submit-section .elementor-container,
  .ignite-submit-section .e-con,
  .ignite-submit-section .elementor-widget,
  .ignite-submit-section .elementor-widget-container {
    width: 100% !important;
    max-width: 100% !important;
  }

  .ignite-submit-section .elementor-heading-title {
    font-size: 34px !important;
    line-height: 1.15 !important;
    white-space: normal !important;
    word-break: break-word !important;
    overflow-wrap: break-word !important;
    max-width: 100% !important;
    text-align: center !important;
    margin: 0 auto !important;
  }
}

/* MOBILE */
@media (max-width: 480px) {
  .ignite-submit-section {
    padding: 50px 16px 40px !important;
  }

  .ignite-submit-section .elementor-container,
  .ignite-submit-section .e-con,
  .ignite-submit-section .elementor-widget,
  .ignite-submit-section .elementor-widget-container {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .ignite-submit-section .elementor-heading-title {
    font-size: 24px !important;
    line-height: 1.2 !important;
    white-space: normal !important;
    word-break: break-word !important;
    overflow-wrap: break-word !important;
    max-width: 100% !important;
    text-align: center !important;
    margin: 0 auto !important;
  }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-2d9622e *//* =========================
   MEJORAR TARJETAS
========================= */

.sponsor-info{
background:#ffffff;
border-radius:20px;
padding:42px;
box-shadow:0 20px 50px rgba(0,0,0,0.08);
border:1px solid rgba(0,0,0,0.04);
transition:all .3s ease;
}

.sponsor-info:hover{
transform:translateY(-3px);
box-shadow:0 26px 60px rgba(0,0,0,0.12);
}

/* =========================
   TARJETA PRECIO
========================= */

.sponsor-price{
background:linear-gradient(135deg,#00C389,#00A874);
border-radius:20px;
padding:36px;
text-align:center;
color:white;
box-shadow:0 18px 40px rgba(0,195,137,0.28);
transition:all .3s ease;

/* TAMAÑO BASE DEL TEXTO */
font-size:16px;
line-height:1.7;
}

.sponsor-price:hover{
transform:translateY(-3px);
box-shadow:0 22px 55px rgba(0,195,137,0.35);
}

/* CUOTA MÁS GRANDE */
.sponsor-price strong{
font-size:32px;
font-weight:800;
display:inline-block;
}

/* =========================
   TARJETA CONTACTO
========================= */

.sponsor-contact{
background:#ffffff;
padding:30px;
border-radius:20px;
box-shadow:0 15px 40px rgba(0,0,0,0.08);
border:1px solid rgba(0,0,0,0.04);
}

.sponsor-contact h4{
font-size:20px;
font-weight:800;
margin-bottom:20px;
}

/* =========================
   ICONOS CONTACTO
========================= */

.contact-item{
display:flex;
align-items:center;
gap:10px;
font-size:15px;
margin-bottom:12px;
}

/* =========================
   LINKS COLOR IGNITE
========================= */

.sponsor-contact a{
color:#00C389;
font-weight:500;
text-decoration:none;
transition:all .25s ease;
}

.sponsor-contact a:hover{
color:#00A874;
text-decoration:underline;
}

/* =========================
   LISTA MEJORADA
========================= */

.sponsor-list li{
font-size:16px;
line-height:1.7;
}

/* TEXTO INTRO MISMO TAMAÑO QUE LISTA */

.sponsor-intro{
font-size:16px;
line-height:1.7;
}

/* =========================
   RESPONSIVE MEJORA
========================= */

@media (max-width:900px){

.sponsor-grid{
gap:30px;
}

.sponsor-price strong{
font-size:26px;
}

}

@media (max-width:767px){

.sponsor-info{
padding:28px;
}

.sponsor-contact{
padding:22px;
}

.sponsor-price{
padding:28px;
}

}

/* =========================
   MEJORAS VISUALES EXTRA
========================= */

/* Glow verde suave IGNITE */

.sponsor-price{
box-shadow:
0 18px 40px rgba(0,195,137,0.28),
0 0 0 1px rgba(0,195,137,0.15),
0 0 40px rgba(0,195,137,0.15);
}

/* Hover más elegante */

.sponsor-price:hover{
transform:translateY(-4px);
box-shadow:
0 22px 55px rgba(0,195,137,0.35),
0 0 0 1px rgba(0,195,137,0.25),
0 0 60px rgba(0,195,137,0.25);
}

/* Tarjetas derecha más equilibradas */

.sponsor-side{
display:flex;
flex-direction:column;
gap:25px;
}

.sponsor-price,
.sponsor-contact{
flex:1;
}

/* =========================
   EXTRA: TARJETA CUOTA MÁS PROTAGONISTA
========================= */

/* pequeña elevación permanente */

.sponsor-price{
transform:translateY(-6px);
}

/* mejora transición */

.sponsor-price{
transition:all .35s ease;
}

/* hover más suave */

.sponsor-price:hover{
transform:translateY(-8px);
}

/* =========================
   EXTRA: FONDO SUTIL SECCIÓN
========================= */

.ignite-sponsor-contact{
position:relative;
background:
radial-gradient(circle at top right, rgba(0,195,137,0.10), transparent 40%),
radial-gradient(circle at bottom left, rgba(0,195,137,0.08), transparent 40%);
}

/* ligera separación entre columnas */

.sponsor-grid{
max-width:1100px;
margin:auto;
}

/* tarjetas un poco más suaves */

.sponsor-info,
.sponsor-contact{
backdrop-filter:blur(2px);
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Inter Variable';
	font-display: auto;
	src: url('https://ignitecongress.com/wp-content/uploads/2026/03/Inter-VariableFont_opszwght.ttf') format('truetype');
}
/* End Custom Fonts CSS */