.elementor-4976 .elementor-element.elementor-element-8b9067e{--display:flex;}.elementor-4976 .elementor-element.elementor-element-cf0606c{--display:flex;}.elementor-4976 .elementor-element.elementor-element-cf0606c.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-4976 .elementor-element.elementor-element-07cc5c3{--display:flex;}.elementor-4976 .elementor-element.elementor-element-836ba24{--display:flex;}.elementor-4976 .elementor-element.elementor-element-3caa215{--spacer-size:12px;}.elementor-4976 .elementor-element.elementor-element-a99c2e8{--display:flex;}.elementor-4976 .elementor-element.elementor-element-737d266{--spacer-size:50px;}.elementor-4976 .elementor-element.elementor-element-c3ac6a8{--display:flex;}.elementor-4976 .elementor-element.elementor-element-f3b6b63{--spacer-size:50px;}/* Start custom CSS for html, class: .elementor-element-c431961 */<style>
  /* ─── RESET Y BASE ─── */
  .cc-page *,
  .cc-page *::before,
  .cc-page *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
  }

  .cc-page {
    font-family: Calibri, 'Segoe UI', Arial, sans-serif;
    font-size: 17px;
    line-height: 1.7;
    color: #1a1a1a;
    width: 100%;
    max-width: 100%;
  }

  /* ─── TIPOGRAFÍA GLOBAL ─── */
  .cc-page h1,
  .cc-page h2,
  .cc-page h3,
  .cc-page h4 {
    font-family: Georgia, 'Times New Roman', serif;
    text-align: center;
    line-height: 1.25;
    color: #0D2050;
  }

  .cc-page h1 { font-size: clamp(28px, 4vw, 44px); }
  .cc-page h2 { font-size: clamp(22px, 3vw, 34px); margin-bottom: 18px; }
  .cc-page h3 { font-size: clamp(18px, 2.2vw, 24px); margin-bottom: 10px; }
  .cc-page h4 { font-size: 18px; }

  .cc-page p {
    text-align: justify;
    margin-bottom: 16px;
    width: 100%;
    max-width: 100%;
  }

  .cc-page a {
    color: #1565C0;
    text-decoration: underline;
  }

  .cc-page a:hover {
    color: #0D47A1;
  }

  /* ─── SECCIONES ─── */
  .cc-section {
    width: 100%;
    max-width: 100%;
    padding: 64px 40px;
  }

  .cc-section--alt {
    background: #f0f4f8;
  }

  .cc-section--dark {
    background: linear-gradient(135deg, #0C1E40 0%, #122A5E 50%, #1A3A7A 100%);
    color: #fff;
  }

  .cc-section--dark h2,
  .cc-section--dark h3,
  .cc-section--dark h4 {
    color: #fff;
  }

  .cc-section--dark p {
    color: rgba(255,255,255,0.92);
  }

  .cc-section-label {
    display: block;
    text-align: center;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #FF6600;
    margin-bottom: 12px;
  }

  .cc-section--dark .cc-section-label {
    color: #E8BE00;
  }

  /* ─── CTA BOTÓN ─── */
  .cc-btn {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    background-color: #FF6600 !important;
    color: #ffffff !important;
    font-family: Calibri, sans-serif;
    font-size: 17px;
    font-weight: 700;
    text-decoration: none !important;
    padding: 16px 40px;
    border-radius: 6px;
    border: none;
    cursor: pointer;
    margin-left: auto !important;
    margin-right: auto !important;
    float: none !important;
    position: relative !important;
    left: auto !important;
    right: auto !important;
    text-align: center !important;
    transition: background-color 0.2s ease;
    min-width: 220px;
  }

  .cc-btn:hover {
    background-color: #CC5200 !important;
    color: #ffffff !important;
  }

  .cc-btn-wrap {
    text-align: center;
    width: 100%;
    margin: 28px 0 10px;
  }

  .cc-microcopy {
    display: block;
    text-align: center;
    font-size: 13px;
    color: rgba(255,255,255,0.75);
    margin-top: 6px;
  }

  .cc-microcopy--dark {
    color: #888;
  }

  /* ─── HERO ─── */
  .cc-hero {
    background: linear-gradient(135deg, #0D47A1 0%, #1F3B6D 50%, #0C1E40 100%);
    padding: 80px 40px 60px;
    width: 100%;
  }

  .cc-hero h1 {
    color: #ffffff;
    text-align: center;
    margin-bottom: 20px;
  }

  .cc-hero-sub {
    text-align: center;
    color: rgba(255,255,255,0.92);
    font-size: 19px;
    max-width: 820px;
    margin: 0 auto 32px;
    line-height: 1.6;
  }

  .cc-hero-sellos {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin-top: 36px;
  }

  .cc-sello {
    background: rgba(255,255,255,0.1);
    border: 1px solid rgba(255,255,255,0.2);
    border-radius: 8px;
    padding: 12px 22px;
    text-align: center;
    min-width: 160px;
  }

  .cc-sello-num {
    display: block;
    font-family: Georgia, serif;
    font-size: 28px;
    font-weight: 700;
    color: #E8BE00;
    line-height: 1;
    margin-bottom: 4px;
  }

  .cc-sello-txt {
    display: block;
    font-size: 13px;
    color: rgba(255,255,255,0.85);
  }

  /* ─── BREADCRUMB ─── */
  .cc-breadcrumb {
    width: 100%;
    background: #f5f5f5;
    padding: 12px 40px;
    font-size: 13px;
    color: #555;
  }

  .cc-breadcrumb a {
    color: #1565C0;
    text-decoration: none;
  }

  .cc-breadcrumb a:hover {
    text-decoration: underline;
  }

  /* ─── ALERTA URGENCIA ─── */
  .cc-urgencia {
    width: 100%;
    background: #FFF3E0;
    border-left: 5px solid #FF6600;
    padding: 16px 40px;
    display: flex;
    align-items: center;
    gap: 14px;
    font-size: 15px;
    color: #5D3A00;
  }

  .cc-urgencia strong {
    color: #D44000;
  }

  /* ─── GRIDS ─── */
  .cc-grid-2 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 24px;
    width: 100%;
    margin-top: 32px;
  }

  .cc-grid-3 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 24px;
    width: 100%;
    margin-top: 32px;
  }

  /* ─── TARJETAS ─── */
  .cc-card {
    background: #ffffff;
    border: 1px solid #dde3ed;
    border-radius: 10px;
    padding: 28px 24px;
    width: 100%;
  }

  .cc-card--blue {
    background: linear-gradient(135deg, #E8F1FB 0%, #D2E5F8 100%);
    border: 1px solid #B8D4F0;
  }

  .cc-card--orange {
    background: #FFF3E0;
    border: 1px solid #FFB74D;
  }

  .cc-card-icon {
    font-size: 36px;
    margin-bottom: 12px;
    display: block;
    text-align: center;
  }

  .cc-card h3 {
    margin-bottom: 10px;
  }

  /* ─── PROCESO PASOS ─── */
  .cc-steps {
    width: 100%;
    margin-top: 32px;
    display: flex;
    flex-direction: column;
    gap: 0;
  }

  .cc-step {
    display: flex;
    align-items: flex-start;
    gap: 24px;
    padding: 28px 0;
    border-bottom: 1px solid #dde3ed;
  }

  .cc-step:last-child {
    border-bottom: none;
  }

  .cc-step-num {
    flex-shrink: 0;
    width: 52px;
    height: 52px;
    background: linear-gradient(135deg, #1976D2, #0D47A1);
    color: #fff;
    font-family: Georgia, serif;
    font-size: 22px;
    font-weight: 700;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .cc-step-content h3 {
    text-align: left;
    color: #0D2050;
    margin-bottom: 6px;
  }

  .cc-step-content p {
    text-align: justify;
    color: #333;
    margin: 0;
  }

  .cc-step-time {
    display: inline-block;
    margin-top: 8px;
    font-size: 13px;
    color: #1565C0;
    font-weight: 600;
  }

  /* ─── TABLA COMPARATIVA ─── */
  .cc-table-wrap {
    width: 100%;
    overflow-x: auto;
    margin-top: 28px;
  }

  .cc-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 15px;
  }

  .cc-table th {
    background: linear-gradient(135deg, #1976D2, #0D47A1);
    color: #fff;
    font-family: Georgia, serif;
    padding: 14px 18px;
    text-align: left;
  }

  .cc-table td {
    padding: 13px 18px;
    border-bottom: 1px solid #dde3ed;
    vertical-align: top;
  }

  .cc-table tr:nth-child(even) td {
    background: #f0f4f8;
  }

  .cc-table td:first-child {
    font-weight: 700;
    color: #0D2050;
  }

  .cc-check {
    color: #2E7D32;
    font-weight: 700;
  }

  .cc-cross {
    color: #C62828;
    font-weight: 700;
  }

  /* ─── FAQ ACORDEÓN ─── */
  .cc-faq-list {
    width: 100%;
    margin-top: 32px;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .cc-faq-item {
    background: #ffffff;
    border: 1px solid #dde3ed;
    border-radius: 8px;
    overflow: hidden;
    width: 100%;
  }

  .cc-faq-q {
    width: 100%;
    background: none;
    border: none;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 24px;
    font-family: Georgia, serif;
    font-size: 17px;
    font-weight: 700;
    color: #0D2050;
    text-align: left;
    gap: 16px;
  }

  .cc-faq-q:hover {
    background: #f0f4f8;
  }

  .cc-faq-icon {
    flex-shrink: 0;
    font-size: 22px;
    font-style: normal;
    color: #FF6600;
    font-weight: 700;
    line-height: 1;
    transition: transform 0.25s ease;
  }

  .cc-faq-q[aria-expanded="true"] .cc-faq-icon {
    transform: rotate(45deg);
  }

  .cc-faq-a {
    display: none;
    padding: 0 24px 20px;
    border-top: 1px solid #e8edf5;
  }

  .cc-faq-a p {
    margin: 14px 0 0;
    text-align: justify;
    color: #333;
    font-size: 16px;
  }

  /* ─── DIFERENCIAL CALLOUT ─── */
  .cc-callout {
    display: block;
    width: 100%;
    background: linear-gradient(135deg, #E8F1FB 0%, #D2E5F8 100%);
    border-left: 5px solid #1976D2;
    border-radius: 0 8px 8px 0;
    padding: 22px 28px;
    margin: 24px 0;
    font-size: 16px;
    color: #0D2050;
    text-align: justify;
  }

  .cc-callout strong {
    color: #1565C0;
  }

  /* ─── STATS STRIP ─── */
  .cc-stats {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 32px;
    margin-top: 32px;
    padding: 40px;
    background: linear-gradient(180deg, #0D2050 0%, #142C6B 100%);
    width: 100%;
  }

  .cc-stat {
    text-align: center;
    min-width: 140px;
  }

  .cc-stat-num {
    display: block;
    font-family: Georgia, serif;
    font-size: 40px;
    font-weight: 700;
    color: #E8BE00;
    line-height: 1;
    margin-bottom: 6px;
  }

  .cc-stat-label {
    display: block;
    font-size: 14px;
    color: rgba(255,255,255,0.85);
    text-transform: uppercase;
    letter-spacing: 1px;
  }

  /* ─── ENLACES INTERNOS ─── */
  .cc-links-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 16px;
    margin-top: 28px;
    width: 100%;
  }

  .cc-link-card {
    display: block;
    padding: 18px 20px;
    background: #fff;
    border: 1px solid #dde3ed;
    border-radius: 8px;
    text-decoration: none;
    color: #0D2050;
    font-weight: 600;
    font-size: 15px;
    transition: box-shadow 0.2s ease, border-color 0.2s ease;
  }

  .cc-link-card:hover {
    box-shadow: 0 4px 16px rgba(13,32,80,0.1);
    border-color: #1976D2;
    text-decoration: none;
    color: #1565C0;
  }

  .cc-link-card-icon {
    display: block;
    font-size: 22px;
    margin-bottom: 6px;
  }

  /* ─── AUTOR / EEAT ─── */
  .cc-author {
    display: flex;
    align-items: flex-start;
    gap: 24px;
    padding: 28px 32px;
    background: #ffffff;
    border: 1px solid #dde3ed;
    border-radius: 10px;
    margin-top: 28px;
    width: 100%;
  }

  .cc-author-avatar {
    flex-shrink: 0;
    width: 64px;
    height: 64px;
    background: linear-gradient(135deg, #1976D2, #0D47A1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
  }

  .cc-author-info h4 {
    text-align: left;
    color: #0D2050;
    font-size: 17px;
    margin-bottom: 6px;
  }

  .cc-author-info p {
    font-size: 14px;
    color: #555;
    margin: 0;
    text-align: justify;
  }

  /* ─── FORMULARIO ─── */
  .cc-form-section {
    background: linear-gradient(135deg, #0D47A1 0%, #1F3B6D 50%, #0C1E40 100%);
    padding: 64px 40px;
    width: 100%;
  }

  .cc-form-section h2 {
    color: #fff;
    margin-bottom: 10px;
  }

  .cc-form-intro {
    text-align: center;
    color: rgba(255,255,255,0.88);
    font-size: 17px;
    margin-bottom: 32px;
  }

  .cc-form-wrap {
    width: 100%;
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.15);
    border-radius: 12px;
    padding: 36px 32px;
  }

  /* ─── MOBILE ─── */
  @media (max-width: 768px) {
    .cc-section,
    .cc-hero,
    .cc-form-section,
    .cc-breadcrumb,
    .cc-urgencia {
      padding-left: 20px;
      padding-right: 20px;
    }

    .cc-stats {
      padding: 32px 20px;
    }

    .cc-hero { padding: 60px 20px 44px; }

    .cc-step {
      flex-direction: column;
      gap: 12px;
    }

    .cc-author {
      flex-direction: column;
    }

    .cc-table th,
    .cc-table td {
      padding: 10px 12px;
      font-size: 14px;
    }

    .cc-faq-q {
      font-size: 15px;
      padding: 16px 18px;
    }
  }
</style>/* End custom CSS */