.elementor-kit-9{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;background-color:transparent;background-image:linear-gradient(180deg, #0F172A 20%, #1E293B 80%);overscroll-behavior:contain;}.elementor-kit-9 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS *//* =========================
   TIPOGRAFÍA GLOBAL
========================= */
body {
    font-family: 'Inter', sans-serif;
    color: #e5e7eb;
    background: linear-gradient(180deg, #0f172a 0%, #1e293b 100%);
}

/* =========================
   TITULOS
========================= */
h1, h2, h3 {
    font-weight: 700;
    letter-spacing: -0.5px;
}

h1 {
    font-size: 48px;
    line-height: 1.2;
}

h2 {
    font-size: 32px;
    margin-bottom: 10px;
}

/* =========================
   TEXTO GENERAL
========================= */
p {
    font-size: 16px;
    line-height: 1.6;
    color: #cbd5f5;
}

/* =========================
   EFECTO TARJETAS (CARDS)
========================= */
.elementor-widget-container {
    transition: all 0.3s ease;
}

.elementor-widget-container:hover {
    transform: translateY(-5px);
}

/* =========================
   BOTONES PREMIUM
========================= */
.elementor-button {
    background: linear-gradient(135deg, #f97316, #fb923c);
    border-radius: 30px;
    padding: 14px 28px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.elementor-button:hover {
    transform: scale(1.05);
    box-shadow: 0px 10px 25px rgba(249, 115, 22, 0.4);
}

/* =========================
   CONTENEDORES (SECCIONES)
========================= */
section {
    padding: 60px 0;
}

/* =========================
   EFECTO BORDE SUAVE (GLASS)
========================= */
.elementor-section {
    border-radius: 20px;
}

/* =========================
   SOMBRAS SUAVES
========================= */
.elementor-column {
    box-shadow: 0px 10px 30px rgba(0,0,0,0.2);
    border-radius: 15px;
}

/* =========================
   LINKS
========================= */
a {
    color: #f97316;
    text-decoration: none;
}

a:hover {
    color: #fb923c;
}

/* =========================
   SCROLL SUAVE
========================= */
html {
    scroll-behavior: smooth;
}/* End custom CSS */