.elementor-3683 .elementor-element.elementor-element-e883e48{--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;}.elementor-3683 .elementor-element.elementor-element-7b3a406{--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;}.elementor-3683 .elementor-element.elementor-element-18041ee{--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;}.elementor-3683 .elementor-element.elementor-element-53f49e82{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-3683 .elementor-element.elementor-element-2f2aee80{--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;}.elementor-3683 .elementor-element.elementor-element-21eadd14{--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;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-3683 .elementor-element.elementor-element-57edaa0c{padding:39px 39px 39px 39px;text-align:center;}.elementor-3683 .elementor-element.elementor-element-57edaa0c .elementor-heading-title{font-family:"Barlow", Sans-serif;font-size:35px;font-weight:600;text-transform:uppercase;line-height:48px;color:#291D82;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-3683 .elementor-element.elementor-element-4617c206{margin:-34px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;text-align:center;font-family:"Montserrat", Sans-serif;font-weight:400;color:#000000;}.elementor-3683 .elementor-element.elementor-element-6d07aef0{--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;}.elementor-3683 .elementor-element.elementor-element-4c9bde20{--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;}@media(min-width:768px){.elementor-3683 .elementor-element.elementor-element-2f2aee80{--width:25%;}.elementor-3683 .elementor-element.elementor-element-21eadd14{--width:50%;}.elementor-3683 .elementor-element.elementor-element-6d07aef0{--width:25%;}}/* Start custom CSS for container, class: .elementor-element-7b3a406 *//* 1. RESET Y VARIABLES */
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        :root {
            --primary: #03175b;
            --accent: #0098df;
            --dark-bg: #010a1f;
            --card-bg: rgba(255, 255, 255, 0.03);
            --white: #ffffff;
            --text-gray: #64748b;
            --text-dark: #1e293b;
            --transition: all 0.8s cubic-bezier(0.2, 0.8, 0.2, 1);
        }

        body {
            font-family: 'Barlow', sans-serif;
            background-color: var(--dark-bg);
            color: var(--white);
            line-height: 1.6;
            overflow-x: hidden;
        }

        /* 2. BANNER PRINCIPAL (ESTILO PREMIUM) */
        .hero-banner {
            background-color: var(--primary);
            background-image: radial-gradient(circle at 50% 100%, rgba(0, 152, 223, 0.25) 0%, transparent 70%);
            padding: 8rem 1.5rem 6rem;
            text-align: center;
            border-bottom: 4px solid var(--accent);
        }

        .hero-container {
            max-width: 1000px;
            margin: 0 auto;
        }

        .hero-title {
            color: var(--accent);
            font-size: clamp(2.2rem, 5vw, 4rem);
            font-weight: 300;
            margin-bottom: 0.5rem;
            letter-spacing: 0.02em;
        }

        .hero-subtitle {
            color: var(--white);
            font-size: 1.1rem;
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 0.3em;
            margin-bottom: 2.5rem;
        }

        .hero-description {
            color: rgba(255, 255, 255, 0.9);
            font-size: 1.05rem;
            font-weight: 500;
            max-width: 850px;
            margin: 0 auto 3rem;
        }

        .btn-white {
            display: inline-flex;
            padding: 1rem 2.5rem;
            background-color: var(--white);
            color: #0055ff;
            font-weight: 800;
            font-size: 0.9rem;
            border-radius: 9999px;
            text-decoration: none;
            text-transform: uppercase;
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
            transition: all 0.3s ease;
        }

        /* 3. SECCIÓN TIMELINE CON SCROLL REVEAL (DARK MODE) */
        .timeline-section {
            padding: 100px 20px;
            position: relative;
            background-color: var(--dark-bg);
        }

        .timeline-section::before {
            content: '';
            position: absolute;
            top: 0; bottom: 0; left: 50%;
            width: 2px;
            background: linear-gradient(to bottom, var(--accent), var(--primary), transparent);
            transform: translateX(-50%);
            z-index: 1;
        }

        .timeline-container {
            max-width: 1200px;
            margin: 0 auto;
            position: relative;
        }

        .timeline-item {
            display: flex;
            justify-content: flex-end;
            padding-right: 50%;
            position: relative;
            margin-bottom: 120px;
            width: 100%;
            opacity: 0;
            transform: translateX(-50px);
            transition: var(--transition);
        }

        .timeline-item:nth-child(even) {
            justify-content: flex-start;
            padding-right: 0;
            padding-left: 50%;
            transform: translateX(50px);
        }

        .timeline-item.reveal-active {
            opacity: 1;
            transform: translateX(0);
        }

        .timeline-dot {
            position: absolute;
            top: 20px; left: 50%;
            width: 20px; height: 20px;
            background: var(--dark-bg);
            border: 3px solid #1e293b;
            border-radius: 50%;
            transform: translateX(-50%);
            z-index: 10;
            transition: all 0.5s ease;
        }

        .timeline-item.reveal-active .timeline-dot {
            border-color: var(--accent);
            box-shadow: 0 0 20px var(--accent);
            background: var(--accent);
        }

        .timeline-card {
            width: 90%;
            background: var(--card-bg);
            backdrop-filter: blur(12px);
            border: 1px solid rgba(0, 152, 223, 0.1);
            border-radius: 24px;
            overflow: hidden;
            transition: all 0.4s ease;
        }

        .timeline-item:nth-child(odd) .timeline-card { margin-right: 50px; }
        .timeline-item:nth-child(even) .timeline-card { margin-left: 50px; }

        .card-image { width: 100%; height: 280px; overflow: hidden; }
        .card-image img { width: 100%; height: 100%; object-fit: cover; filter: brightness(0.7); }

        .card-body { padding: 40px; }
        .card-body h3 { color: var(--accent); font-size: 1.6rem; font-weight: 800; margin-bottom: 20px; text-transform: uppercase; }
        .card-body p { color: #cbd5e1; font-size: 1rem; text-align: justify; }

        /* 4. SECCIÓN DEFINICIONES (FONDO BLANCO) */
        .definitions-section {
            background-color: var(--white);
            padding: 120px 20px;
            color: var(--text-dark);
        }

        .definitions-container {
            max-width: 1200px;
            margin: 0 auto;
        }

        .definitions-title {
            text-align: center;
            margin-bottom: 80px;
        }

        .definitions-title h2 {
            font-size: 2.5rem;
            color: var(--primary);
            font-weight: 800;
            text-transform: uppercase;
            letter-spacing: -0.02em;
        }

        .definitions-grid {
            display: grid;
            grid-template-columns: 1fr;
            gap: 60px;
            align-items: center;
        }

        @media (min-width: 1024px) {
            .definitions-grid {
                grid-template-columns: 1.1fr 1fr;
            }
        }

        .def-visual {
            position: relative;
            border-radius: 40px;
            overflow: hidden;
            box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15);
        }

        .def-visual img {
            width: 100%;
            height: auto;
            display: block;
            transition: transform 0.5s ease;
        }

        .def-visual:hover img {
            transform: scale(1.05);
        }

        .def-content {
            display: flex;
            flex-direction: column;
            gap: 40px;
        }

        .def-block {
            position: relative;
            padding-left: 30px;
            border-left: 3px solid #e2e8f0;
            transition: border-color 0.3s ease;
        }

        .def-block:hover {
            border-left-color: var(--accent);
        }

        .def-block h3 {
            font-size: 1.75rem;
            color: var(--accent);
            font-weight: 700;
            margin-bottom: 10px;
        }

        .def-block p {
            font-size: 1.05rem;
            color: var(--text-gray);
            line-height: 1.6;
        }

        .sub-def {
            margin-top: 20px;
            padding: 20px;
            background-color: #f8fafc;
            border-radius: 12px;
            display: flex;
            flex-direction: column;
            gap: 15px;
        }

        .sub-def-item strong {
            color: var(--primary);
            display: block;
            font-size: 0.9rem;
            text-transform: uppercase;
            letter-spacing: 0.05em;
            margin-bottom: 5px;
        }

        .sub-def-item p {
            font-size: 0.95rem;
            color: var(--text-gray);
        }

        /* 5. FOOTER */
        .footer-simple {
            background: var(--white);
            padding: 80px 20px;
            text-align: center;
            border-top: 1px solid #f1f5f9;
        }

        .footer-simple h2 {
            color: #14b8a6;
            font-size: 2.8rem;
            font-weight: 800;
            margin-bottom: 15px;
        }

        .footer-simple p {
            color: var(--text-gray);
            font-weight: 500;
        }

        /* ADAPTABILIDAD MÓVIL */
        @media (max-width: 1024px) {
            .timeline-section::before { left: 30px; }
            .timeline-item { padding-right: 0 !important; padding-left: 80px !important; justify-content: flex-start !important; transform: translateX(30px) !important; }
            .timeline-dot { left: 30px; }
            .timeline-card { width: 100%; margin: 0 !important; }
        }
        
        .elementor-3683 .elementor-element.elementor-element-7b3a406 {
  
    padding: 0;
}
.btPageHeadline {
    background-color: #5a8cfe !important;
    display: none;
}
.btPageHeadline {
   
    display: none !important;
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-18041ee *//* ========================================================
   SECCIÓN DEFINICIONES (FONDO BLANCO)
   ======================================================== */
.definitions-section {
  background-color: #ffffff; /* Fondo blanco limpio */
  padding: 80px 20px;

}

.definitions-container {
  max-width: 1200px;
  margin: 0 auto;
}

.definitions-title h2 {
  color: var(--primary-blue, #03175b);
  font-size: 2.2rem;
  margin-bottom: 40px;
  text-align: center;
  font-weight: 600;
}

/* Contenedor principal dividido en dos */
.definitions-grid {
  display: flex;
  flex-direction: column;
  background-color: #f8fafc; /* Un gris sumamente claro para la tarjeta */
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

@media (min-width: 1024px) {
  .definitions-grid {
    flex-direction: row;
    align-items: stretch; /* LA MAGIA AQUÍ: Fuerza a la foto y al texto a medir lo mismo de alto */
  }
  .def-visual, .def-content {
    flex: 1; /* 50% para la foto y 50% para el texto */
  }
}

/* Imagen sin filtros ni overlays */
.def-visual {
  width: 100%;
  position: relative;
}

.def-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* Llena el espacio sin deformarse y sin cortarse */
  display: block;
}

/* Contenido de texto */
.def-content {
  padding: 50px;
  display: flex;
  flex-direction: column;
  gap: 30px;
  justify-content: center;
}

.def-block h3 {
  color: var(--accent-cyan, #0ea5e9);
  font-size: 1.5rem;
  margin: 0 0 10px 0;
}

.def-block p {
  color: #334155!important; /* Gris oscuro para lectura perfecta */
  font-size: 1.1rem;
  line-height: 1.6;
  margin: 0;
}

/* Caja blanca de sub-definiciones */
.sub-def {
  margin-top: 20px;
  background-color: #ffffff;
  padding: 25px;
  border-left: 4px solid var(--accent-cyan, #0ea5e9);
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.05);
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.sub-def-item strong {
  color: var(--primary-blue, #03175b);
  font-size: 1.1rem;
  display: block;
  margin-bottom: 5px;
}

.sub-def-item p {
  color: #475569; /* Gris para el texto pequeño */
  font-size: 1rem;
  margin: 0;
}
.card-content h3 {
    color: var(--text-white);
    font-size: 1.8rem;
    font-weight: 400!important;
    margin: 0 0 20px 0;
    display: flex;
    align-items: center;
    gap: 15px;
    line-height: 1.2;
    text-transform: uppercase;
}
.def-block h3 {
    color: var(--accent-cyan, #0ea5e9);
    font-size: 1.5rem;
    margin: 0 0 10px 0;
    font-weight: 400;
}
.sub-def-item strong {
    color: var(--accent-cyan);
    display: block;
    margin-bottom: 5px;
    font-size: 1.1rem;
    font-weight: 400;
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-4c9bde20 *//* 1. VARIABLES Y RESET */
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        :root {
            --footer-bg: #01081f; /* Azul ultra oscuro de la captura */
            --accent: #0098df;    /* Azul claro de acento */
            --btn-blue: #052175;  /* Azul del botón enviar */
            --text-white: #ffffff;
            --text-muted: rgba(255, 255, 255, 0.7);
        }

        body {
            font-family: 'Barlow', sans-serif;
            background-color: #f0f2f5;
        }

        /* 2. DISEÑO DEL FOOTER */
        .site-footer {
            background-color: var(--footer-bg);
            color: var(--text-white);
            padding: 90px 20px 40px;
            border-top: 4px solid var(--accent);
        }

        .footer-container {
            max-width: 1280px;
            margin: 0 auto;
            display: grid;
            grid-template-columns: 1fr;
            gap: 60px;
        }

        @media (min-width: 1024px) {
            .footer-container {
                grid-template-columns: 1fr 0.8fr 1.2fr;
            }
        }

        /* COLUMNA 1: INFO Y LOGO */
        .footer-logo-box {
            margin-bottom: 30px;
        }

        .footer-logo-box img {
            max-width: 280px;
            height: auto;
        }

        .contact-list {
            list-style: none;
            margin-bottom: 30px;
        }

        .contact-item {
            display: flex;
            align-items: center;
            gap: 15px;
            margin-bottom: 18px;
            font-size: 0.95rem;
            color: var(--text-muted);
        }

        .contact-item i {
            color: var(--accent);
            width: 20px;
            text-align: center;
            font-size: 1.1rem;
        }

        .contact-item a {
            color: inherit;
            text-decoration: none;
            transition: color 0.3s ease;
        }

        .contact-item a:hover {
            color: var(--accent);
        }

        .social-box {
            display: flex;
            gap: 12px;
            margin-bottom: 35px;
        }

        .social-link {
            width: 40px;
            height: 40px;
            border: 1px solid rgba(255, 255, 255, 0.3);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: var(--text-white);
            text-decoration: none;
            transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        }

        .social-link:hover {
            background-color: var(--accent);
            border-color: var(--accent);
            transform: translateY(-5px);
        }

        .copyright {
            font-size: 0.85rem;
            color: rgba(255, 255, 255, 0.4);
            font-weight: 600;
            line-height: 1.5;
        }

        /* COLUMNA 2: NAVEGACIÓN */
        .footer-title {
            font-size: 1.6rem;
            font-weight: 700;
            margin-bottom: 35px;
            text-transform: capitalize;
            position: relative;
            padding-bottom: 15px;
        }

        .footer-title::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 50px;
            height: 3px;
            background-color: var(--accent);
        }

        .footer-nav-list {
            list-style: none;
        }

        .footer-nav-list li {
            margin-bottom: 12px;
            border-bottom: 1px solid rgba(255, 255, 255, 0.05);
            padding-bottom: 8px;
        }

        .footer-nav-list a {
            color: var(--text-white);
            text-decoration: none;
            font-size: 0.85rem;
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 0.05em;
            transition: color 0.3s ease;
        }

        .footer-nav-list a:hover {
            color: var(--accent);
        }

        /* COLUMNA 3: FORMULARIO CONTACT FORM 7 */
        .footer-form-box h3 {
            font-size: 1.6rem;
            font-weight: 700;
            margin-bottom: 35px;
            text-transform: uppercase;
            letter-spacing: 0.05em;
        }

        /* Estilos específicos para las clases de CF7 */
        .wpcf7-form {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 20px;
        }

        .wpcf7-form label {
            display: block;
            font-size: 0.75rem;
            color: rgba(255, 255, 255, 0.5);
            margin-bottom: 8px;
            font-weight: 700;
            text-transform: uppercase;
        }

        .wpcf7-text, .wpcf7-select, .wpcf7-textarea {
            width: 100%;
            background-color: #ffffff;
            border: none;
            padding: 14px 20px;
            border-radius: 12px;
            font-family: 'Barlow', sans-serif;
            font-size: 0.95rem;
            color: #0f172a;
            outline: none;
        }

        .full-width {
            grid-column: span 2;
        }

        .wpcf7-submit-wrapper {
            grid-column: span 2;
            margin-top: 10px;
        }

        .wpcf7-submit {
            background-color: var(--btn-blue);
            color: var(--text-white);
            border: none;
            padding: 16px 45px;
            border-radius: 10px;
            font-weight: 800;
            font-size: 0.9rem;
            text-transform: uppercase;
            letter-spacing: 0.05em;
            cursor: pointer;
            display: inline-flex;
            align-items: center;
            gap: 12px;
            transition: all 0.3s ease;
        }

        .wpcf7-submit:hover {
            background-color: var(--accent);
            transform: translateY(-3px);
            box-shadow: 0 10px 20px rgba(0, 152, 223, 0.3);
        }

        /* Responsive */
        @media (max-width: 768px) {
            .wpcf7-form { grid-template-columns: 1fr; }
            .full-width, .wpcf7-submit-wrapper { grid-column: span 1; }
            .site-footer { text-align: center; }
            .footer-title::after { left: 50%; transform: translateX(-50%); }
            .social-box, .contact-item { justify-content: center; }
        }
        
        .elementor-edit-area-active .e-con {
    --primary-color: var(--e-p-border-con);
    --secondary-color: var(--e-p-border-con-hover);
    --outline-color: var(--outline-color);
    PADDING: 0;
}/* End custom CSS */