    :root {
      --primary-blue: #035AD9;
      --navy-bg: #0d1322;
      --sidebar-bg: #0056A5;
      --blue-sky: #00B4EF;
      --secundary-color: #00928C;
      --red: #C62828;
      --green: #00B521;
      --bg-general: #ffffff;
      --card-bg: #F8FAFC;
      --border-color: #E5E7EB;
      --text-muted: #64748b;
      --text: #686868;
      --white: #fff;
    }

    /*======================================================= Fonts =======================================================*/
   
    @font-face {
      font-family: "FuenteTitulo";
      src: local("CoconPro Bold"), local("CoconPro-Bold"), url("../fonts/CoconPro/CoconPro-Bold.woff2") format("woff2");
      font-weight: 700;
      font-style: normal;
      font-display: swap;
    }
    @font-face {
      font-family: "FuenteReserva";
      src: local("Roboto");
      size-adjust: 95%;
      ascent-override: 90%;
    }

    body {
        font-family: "mr-eaves-sans", "FuenteReserva", sans-serif !important;
      background-color: var(--bg-general);
      color: var(--text);
      min-height: 100vh;
      display: flex;
      flex-direction: column;
      font-variant-numeric: lining-nums;
    font-weight: 300;
    }

    h1, h2, h3, h4, h5, h6 {
      font-family: "FuenteTitulo", "FuenteReserva", sans-serif;
      font-weight: 700;
    }
/* 
    header.container-fluid {
      position: sticky;
      top: 0;
      z-index: 20;
      padding: 0;
      background: rgba(255, 255, 255, 0.96);
      backdrop-filter: blur(8px);
      border-bottom: 1px solid rgba(3, 90, 217, 0.08) !important;
    }

    header .container {
      max-width: 1180px;
    }

    header .navbar {
      padding-top: 0.85rem;
      padding-bottom: 0.85rem;
    }

    header .navbar-brand {
      display: inline-flex;
      align-items: center;
      margin-right: 1.25rem;
    }

    header .navbar-brand img {
      width: 88px;
      height: auto;
    }

    header .navbar-nav {
      gap: 0.5rem;
    }

    header .nav-link {
      padding: 0.35rem 0.6rem !important;
      font-size: 0.78rem;
      line-height: 1;
      font-weight: 500;
      color: var(--conv-primary);
    }

    header .nav-link:hover,
    header .nav-link:focus {
      color: var(--conv-secondary);
    }

    header .btn.btn-primary {
      border: 0;
      border-radius: 0.45rem;
      padding: 0.72rem 1rem;
      font-size: 0.78rem;
      font-weight: 700;
      line-height: 1;
      background: linear-gradient(40deg, #2abefe 0%, #028ae0 100%);
      box-shadow: 0 10px 20px rgba(0, 180, 239, 0.28);
    }

    header .navbar-toggler {
      border-color: rgba(3, 90, 217, 0.15);
      box-shadow: none;
    }

    .nexo-navbar {
      background-color: #ffffff;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
      padding: 0.85rem 0;
    }

    .nexo-logo img {
        width: 100px !important;
    }

    .nav-link {
      color: var(--sidebar-bg) !important;
      font-weight: 500;
      font-size: 0.95rem;
      transition: color 0.2s;
    }

    .nav-link:hover {
      color: var(--secundary-color);
    }
 */
    .btn-registro {
      background: linear-gradient(135deg, #009E73 0%, var(--blue-sky) 100%);
      color: var(--white) !important;
      font-weight: 500;
      border: none;
      padding: 6px 12px;
      border-radius: 8px;
      transition: all 0.3s ease;
    }

    .btn-registro:hover {
      transform: translateY(-1px);
      box-shadow: 0 4px 12px rgba(0, 184, 135, 0.3);
      color: white;
    }

    .main-container {
      flex: 1;
      padding-top: 2rem;
      padding-bottom: 4rem;
    }

    .back-btn {
      color: var(--primary-blue);
      border: 1.5px solid var(--primary-blue);
      border-radius: 20px;
      padding: 0.35rem 1.1rem;
      font-size: 0.85rem;
      font-weight: 500;
      background: transparent;
      display: inline-flex;
      align-items: center;
      gap: 6px;
      transition: all 0.2s ease;
    }

    .back-btn:hover {
      background-color: var(--primary-blue);
      color: var(--white);
    }

    .content-card {
      background: #ffffff;
      border-radius: 20px;
      overflow: hidden;
      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
      border: 1px solid rgba(226, 232, 240, 0.8);
    }

    .select-integrantes {
      border: 1px solid #dee2e6;
      padding: .375rem .75rem;
      border-radius: 6px;
    }

    /*======================================================= Sidebar =======================================================*/
    .sidebar {
      background-color: var(--sidebar-bg);
      color: #ffffff;
      padding: 2.2rem 1.8rem !important;
    }

    .sidebar-title {
      font-weight: 700;
      font-size: 1.5rem;
      margin-bottom: 1.5rem;
    }

    .info-box {
      background: rgba(255, 255, 255, 0.05);
      border: 1px solid rgba(255, 255, 255, 0.1);
      border-radius: 12px;
      padding: 1rem;
      margin-bottom: 2rem;
      font-size: 0.85rem;
    }

    .info-row {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-bottom: 0.5rem;
    }

    .info-row:last-child {
      margin-bottom: 0;
    }

    .info-label {
      color: var(--white);
      display: flex;
      align-items: center;
      gap: 8px;
    }

    .info-val {
      font-weight: 500;
      color: var(--white);
    }

    form .bg-proyecto {
      background-color: #F1F5F9 !important;
      border: 1px solid #E5EBF2 !important;
      background-image: none;
    }

    .radio-card {
        border: 1px solid #dee2e6;
        border-radius: 8px;
        padding: 12px 16px;
        background-color: #ffffff;
        cursor: pointer;
        transition: all 0.2s ease-in-out;
    }

    .radio-card:hover {
        border-color: var(--blue-sky) !important;
    }

    .radio-card:has(.form-check-input:checked) {
        border-color: var(--blue-sky) !important;
        background-color: #f0f7ff;
        font-weight: 500;
    }

    .input-otro-inline {
        border: none;
        outline: none;
        background: transparent;
        width: 100%;
        color: #495057;
        font-size: 0.95rem;
    }

    .input-otro-inline::placeholder {
        color: #6c757d;
        opacity: 0.8;
    }

    .badge-price {
      background-color: var(--secundary-color);
      color: var(--white);
      padding: 0.2rem 0.6rem;
      border-radius: 6px;
      font-weight: 700;
      font-size: 0.75rem;
    }

    .steps-list {
      position: relative;
      padding-left: 0;
      list-style: none;
    }

    .step-item {
      position: relative;
      display: flex;
      align-items: flex-start;
      gap: 1rem;
      margin-bottom: 2.2rem;
    }

    .step-item:last-child {
      margin-bottom: 0;
    }

    .step-item:not(:last-child)::after {
      content: '';
      position: absolute;
      left: 19px;
      top: 38px;
      bottom: -30px;
      width: 2px;
      background-color: #004889;
    }

    .step-item.completed:not(:last-child)::after {
      background-color: var(--secundary-color);
    }

    .step-circle {
      width: 40px;
      height: 40px;
      border-radius: 50%;
      background-color: #004889;
      border: 2px solid #054074;
      color: #94a3b8;
      display: flex;
      align-items: center;
      justify-content: center;
      font-weight: 700;
      font-size: 0.95rem;
      flex-shrink: 0;
      z-index: 2;
      transition: all 0.3s;
    }

    .step-item.active .step-circle {
      background-color: var(--blue-sky);
      border-color: var(--blue-sky);
      color: #ffffff;
      box-shadow: 0 0 15px rgba(0, 102, 255, 0.4);
    }

    .step-item.completed .step-circle {
      background-color: var(--secundary-color);
      border-color: var(--secundary-color);
      color: #ffffff;
    }

    .step-text h6 {
      font-weight: 700;
      font-size: 0.95rem;
      margin-bottom: 2px;
      color: #a6b4c5;
    }

    .step-item.active .step-text h6,
    .step-item.completed .step-text h6 {
      color: #ffffff;
    }

    .step-text p {
      font-size: 0.78rem;
      color: #a6b4c5;
      margin-bottom: 0;
    }

    .content-area {
      padding: 2.2rem 2rem !important;
    }

    .section-header {
      margin-bottom: 1.8rem;
    }

    .section-title {
      color: var(--primary-blue);
      font-weight: 700;
      font-size: 1.3rem;
      margin-bottom: 0.3rem;
    }

    .text-p {
      color: var(--text) !important;
    }

    .section-desc {
      color: var(--text-muted);
      font-size: 0.88rem;
    }

    .accordion-item {
      border: 1px solid var(--border-color);
      border-radius: 12px !important;
      margin-bottom: 1rem;
      overflow: hidden;
      background: #ffffff;
    }

    .accordion-button {
      background-color: #f8fafc;
      padding: 1rem 1.25rem;
      font-weight: 500;
      color: #1e293b;
      border: none;
      box-shadow: none !important;
    }

    .accordion-button:not(.collapsed) {
      background-color: #eff6ff;
      color: var(--primary-blue);
    }

    .badge-mandatory {
      background-color: var(--secundary-color);
      color: var(--white);
      font-size: 0.7rem;
      font-weight: 500;
      padding: 3px 10px;
      border-radius: 12px;
      margin-left: 10px;
    }

    /*======================================================= Forms =======================================================*/
    .form-label {
      font-size: 0.82rem;
      font-weight: 500;
      color: #334155;
      margin-bottom: 0.35rem;
    }

    .form-label .required {
      color: #ef4444;
    }

    .form-control, .form-select {
      border: 1px solid #cbd5e1;
      border-radius: 8px;
      padding: 0.6rem 0.85rem;
      font-size: 0.88rem;
      transition: all 0.2s;
    }

    .form-control:focus, .form-select:focus {
      border-color: var(--blue-sky);
      box-shadow: 0 0 0 3px rgba(0, 102, 255, 0.12);
    }

    .accordion-lider {
      background-color: #F2F8FD !important;
      border: 1px solid #A9D0F5 !important;
    }

    .accordion-member {
      background-color: #FFFFFF !important;
      border: 1px solid #E5E7EB !important;
    }

    .accordion-item:first-of-type>.accordion-header .accordion-button {
      background-color: #F2F8FD !important;
      border-bottom: 1px solid #A9D0F5 !important;
    }

    .accordion-button:not(.collapsed) {
      background-color: #FFFFFF !important;
      border-bottom: 1px solid #E5E7EB !important;
    }

    .lider-title, .form-label {
      color: var(--primary-blue) !important;
    }

    .upload-zone {
      border: 2px dashed #cbd5e1;
      border-radius: 10px;
      padding: 1.2rem 1rem;
      text-align: center;
      background-color: #f8fafc;
      cursor: pointer;
      transition: all 0.2s ease;
      position: relative;
    }

    .upload-zone:hover {
      border-color: var(--blue-sky);
      background-color: #f0f8fd;
    }

    .upload-icon {
      width: 36px;
      height: 36px;
      background-color: #e0f2fe;
      color: #0284c7;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 0 auto 0.5rem;
    }

    .upload-text {
      font-size: 0.78rem;
      color: #0284c7;
      font-weight: 500;
      margin-bottom: 2px;
    }

    .upload-subtext {
      font-size: 0.7rem;
      color: #94a3b8;
    }

    .radio-card {
      border: 1px solid #e2e8f0;
      border-radius: 8px;
      padding: 0.75rem 1rem;
      cursor: pointer;
      transition: all 0.2s;
      display: flex;
      align-items: center;
      background: var(--white);
    }

    .radio-card:hover {
      border-color: #3b82f6;
      background-color: #f8fafc;
    }

    .radio-card input[type="radio"]:checked + label {
      color: #0052cc;
      font-weight: 500;
    }

    .radio-card.active {
      border-color: #0052cc;
      background-color: #f0f7ff;
    }

    .form-check-label {
      color: var(--primary-blue) !important;
    }

    .dark-card {
      background-color: var(--sidebar-bg);
      color: var(--white);
      border-radius: 14px;
      padding: 1.5rem;
    }

    .dark-card-header {
      display: flex;
      justify-content: space-between;
      align-items: center;
      border-bottom: 1px solid rgba(255, 255, 255, 0.1);
      padding-bottom: 1rem;
      margin-bottom: 1rem;
    }

    .bg-precio {
      background-color: var(--blue-sky) !important;
      color: var(--sidebar-bg) !important;
      border-radius: 32px !important;
    }

    .text-clabe {
      color: var(--blue-sky) !important;
    }

    .bg-concepto {
      border-radius: 12px;
      padding: 10px 20px;
      background-color: #004889;
    }

    .text-terms {
      color: var(--primary-blue) !important;
    }

    .bg-card {
      background-color: #F9FAFB;
      border: 1px solid #E5E7EB;
      color: var(--text) !important;
    }

    .destacado-precio-block {
        background-color: rgba(255, 255, 255, 0.05);
        border-radius: 12px;
        border: 1px solid rgba(255, 255, 255, 0.1);
    }

    .text-precio {
        color: var(--white) !important;
    }

    .display-4 {
        font-size: 2rem;
        line-height: 1.2;
    }

    .step-2-text {
      color: var(--primary-blue) !important;
    }

    .btn-submit-step {
      background-color: var(--primary-blue) !important;
      color: var(--white) !important;
    }

    .btn-outline-secondary {
      background-color: var(--white) !important;
      border: 1px solid #D1D5DB !important;
      color: var(--primary-blue) !important;
    }

    .btn-copy {
      background: rgba(255, 255, 255, 0.15);
      color: #ffffff;
      border: none;
      border-radius: 6px;
      padding: 0.25rem 0.65rem;
      font-size: 0.75rem;
      font-weight: 500;
      transition: all 0.2s;
      display: inline-flex;
      align-items: center;
      gap: 4px;
    }

    .btn-copy:hover {
      background: rgba(255, 255, 255, 0.25);
    }

    .alert-danger-light {
      background-color: #fef2f2;
      border: 1px solid #fecaca;
      border-radius: 10px;
      padding: 1rem;
      font-size: 0.8rem;
      color: #991b1b;
    }

    .success-circle {
      width: 80px;
      height: 80px;
      background-color: #ECFDF5;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      color: var(--green);
      margin: 0 auto 1rem;
    }

    .badge-status {
      background-color: var(--green);
      color: white;
      font-size: 0.8rem;
      font-weight: 500;
      padding: 0.35rem 1.2rem;
      border-radius: 20px;
      display: inline-block;
      margin-bottom: 1rem;
    }

    .title-h2 {
      color: var(--primary-blue);
    }

    .text-b {
      color: var(--blue-sky);
    }

    .text-detalle {
      color: var(--primary-blue);
    }

    .text-y {
      color: var(--blue-sky) !important;
    }

    .next-step-card {
      background: #f8fafc;
      border: 1px solid #e2e8f0;
      border-radius: 12px;
      padding: 1.2rem;
      height: 100%;
    }

    .next-step-num {
      width: 28px;
      height: 28px;
      background-color: #7CB7EF;
      color: #284589;
      border-radius: 50%;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      font-weight: 700;
      font-size: 0.85rem;
      margin-right: 8px;
    }

    .text-final {
      color: #94A3B8;
    }

    .btn-home {
      background-color: var(--secundary-color) !important;
      color: var(--white) !important;
    }

    .footer {
      background-color: var(--primary-blue);
      color: #ffffff;
      padding-top: 3rem;
      padding-bottom: 1.5rem;
      margin-top: auto;
    }

    .footer-logo {
      font-size: 1.8rem;
      font-weight: 900;
      color: white;
      display: flex;
      align-items: center;
      gap: 12px;
      margin-bottom: 1rem;
    }

    .footer-link {
      color: #cbd5e1;
      text-decoration: none;
      transition: color 0.2s;
    }

    .footer-link:hover {
      color: #ffffff;
    }

    .social-icon {
      width: 38px;
      height: 38px;
      border-radius: 50%;
      background: rgba(255, 255, 255, 0.1);
      display: inline-flex;
      align-items: center;
      justify-content: center;
      color: white;
      margin-right: 8px;
      text-decoration: none;
      transition: all 0.2s;
    }

    .social-icon:hover {
      background: var(--secundary-color);
      color: white;
    }

    .desglose {
      display: flex;
      justify-content: space-between;
    }

    .btn-submit-step {
      background-color: #1b3270;
      color: white;
      font-weight: 500;
      padding: 0.65rem 1.8rem;
      border-radius: 8px;
      border: none;
      display: inline-flex;
      align-items: center;
      gap: 8px;
      transition: all 0.2s;
    }

    .btn-submit-step:hover {
      background-color: #0f1c42;
      color: var(--white);
    }

    .h-80 {
      height: 80%;
    }

    @media (max-width: 1200px) {
      .info-val {
        text-align: end;
      }
    }

    @media (max-width: 992px) {
      .navbar-collapse {
        margin-top: 20px;
        text-align: center;
      }

      .sidebar {
        border-radius: 20px 20px 0 0;
      }

      .content-area {
        padding: 35px 15px !important;
      }

      .info-val {
        text-align: end;
      }

      .badge-price {
        padding: 0.2rem 0.4rem;
      }
    }

    @media (max-width: 510px) {
      .responsive-ico svg {
        display: none !important;
      }

      .desglose {
        display: flex;
        flex-direction: column !important;
      }
    }