.elementor-612 .elementor-element.elementor-element-069b4b6{--display:flex;--padding-top:120px;--padding-bottom:120px;--padding-left:40px;--padding-right:40px;}.elementor-612 .elementor-element.elementor-element-069b4b6:not(.elementor-motion-effects-element-type-background), .elementor-612 .elementor-element.elementor-element-069b4b6 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-primary );}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );line-height:var( --e-global-typography-primary-line-height );color:var( --e-global-color-primary );}.elementor-612 .elementor-element.elementor-element-18040e1{text-align:center;}.elementor-612 .elementor-element.elementor-element-18040e1 .elementor-heading-title{font-family:"Exo", Sans-serif;font-size:64px;font-weight:500;text-transform:uppercase;line-height:64px;color:var( --e-global-color-30d8e4f );}.elementor-612 .elementor-element.elementor-element-938d142{--display:flex;--padding-top:120px;--padding-bottom:120px;--padding-left:40px;--padding-right:40px;}.elementor-612 .elementor-element.elementor-element-938d142:not(.elementor-motion-effects-element-type-background), .elementor-612 .elementor-element.elementor-element-938d142 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-30d8e4f );}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );line-height:var( --e-global-typography-text-line-height );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-612 .elementor-element.elementor-element-895124f{font-family:"Exo", Sans-serif;font-size:16px;font-weight:400;line-height:24px;color:var( --e-global-color-6194467 );}.elementor-612 .elementor-element.elementor-element-a44326d{color:var( --e-global-color-6194467 );}.elementor-612 .elementor-element.elementor-element-551ace8{font-family:"Exo", Sans-serif;font-size:16px;font-weight:400;line-height:24px;color:var( --e-global-color-6194467 );}@media(max-width:1366px){.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}}@media(max-width:1024px){.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}}@media(max-width:767px){.elementor-612 .elementor-element.elementor-element-069b4b6{--padding-top:50px;--padding-bottom:50px;--padding-left:20px;--padding-right:20px;}.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}.elementor-612 .elementor-element.elementor-element-18040e1 .elementor-heading-title{font-size:35px;line-height:1.2em;}.elementor-612 .elementor-element.elementor-element-938d142{--padding-top:50px;--padding-bottom:50px;--padding-left:20px;--padding-right:20px;}.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}}/* Start custom CSS for text-editor, class: .elementor-element-a44326d *//* Estilos SOLO para esta tabla (sin estilos globales) */
  .tabla-legitimacion__contenedor {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
      background-color:white ;
          font-family: "Exo", Sans-serif;
  }

  .tabla-legitimacion__tabla {
    width: 100%;
    border-collapse: collapse;
    min-width: 100%; 
      background-color:white ;
  }

  .tabla-legitimacion__celda {
    border: 1px solid #cfcfcf;
    padding: 12px 14px;
    vertical-align: top;
    text-align: left;
    line-height: 1.35;
    background-color:white !important;
  }

  .tabla-legitimacion__celda--th {
    font-weight: 700;
    background: #fff;
    text-align: center;
  }


  /* Versión móvil: apila celdas y muestra etiqueta */
  @media (max-width: 768px) {
    .tabla-legitimacion__tabla {
      min-width: 0;
      border: 0;
    }

    .tabla-legitimacion__encabezado {
      display: none;
    }

    .tabla-legitimacion__fila {
      display: block;
      border: 1px solid #cfcfcf;
      margin-bottom: 12px;
    }

    .tabla-legitimacion__celda {
      display: block;
      border: 0;
      border-top: 1px solid #cfcfcf;
      padding: 12px 14px;
    }

    .tabla-legitimacion__celda:first-child {
      border-top: 0;
    }

    .tabla-legitimacion__celda::before {
      content: attr(data-etiqueta);
      display: block;
      font-weight: 700;
      margin-bottom: 6px;
    }
  }/* End custom CSS */