.elementor-28629 .elementor-element.elementor-element-65655e2 > .elementor-widget-container{padding:20px 0px 0px 0px;}.elementor-28629 .elementor-element.elementor-element-ffd986b .elementor-accordion-title{font-size:18px;font-weight:500;}/* Start custom CSS for text-editor, class: .elementor-element-fce2692 */.elementor-28629 .elementor-element.elementor-element-fce2692 h2 {
    font-weight: 800;
}
@media (min-width: 768px){

  /* Tabla de trimestres: columna "Trimestre" ajustada al texto */
  .table-trimestres td:nth-child(1),
  .table-trimestres th:nth-child(1){
    white-space: nowrap;
    width: 1%;
  }

}

@media (max-width: 767px){

  /* contenedor scroll (solo mobile) */
  .table-scroll{
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
  }

  /* ---------- TABLA TRIMESTRES (mobile) ---------- */
  .table-scroll.table-trimestres table{
    width: max-content;
    min-width: 620px;
    border-collapse: collapse;
  }

  .table-scroll.table-trimestres td,
  .table-scroll.table-trimestres th{
    vertical-align: top;
    font-size: 14px;
  }

  /* Trimestre / Periodo compactos */
  .table-scroll.table-trimestres td:nth-child(1),
  .table-scroll.table-trimestres td:nth-child(2){
    white-space: nowrap;
    width: 1%;
  }

  /* Modelos en varias líneas */
  .table-scroll.table-trimestres td:nth-child(3){
    white-space: normal;
    min-width: 130px;
    max-width: 170px;
    overflow-wrap: anywhere;
    word-break: break-word;
  }

  /* Acciones más angosta */
  .table-scroll.table-trimestres td:nth-child(4){
    white-space: normal;
    min-width: 160px;
    max-width: 200px;
    overflow-wrap: anywhere;
    word-break: break-word;
  }


  /* ---------- TABLA MESES (mobile) ---------- */
  .table-scroll.table-meses table{
    width: 100% !important;          /* clave: ya no max-content */
    min-width: 450px;
    border-collapse: collapse;
    table-layout: fixed !important;  /* clave: respeta anchos */
  }

  .table-scroll.table-meses td,
  .table-scroll.table-meses th{
    vertical-align: top;
    font-size: 14px;
  }

  /* Mes bien angosta */
  .table-scroll.table-meses td:nth-child(1),
  .table-scroll.table-meses th:nth-child(1){
    width: 90px !important;
    white-space: nowrap !important;
  }

  /* Plazos y modelos: wrap real (no infinito) */
  .table-scroll.table-meses td:nth-child(2),
  .table-scroll.table-meses th:nth-child(2){
    width: auto !important;
    white-space: normal !important;
    overflow-wrap: anywhere !important;
    word-break: break-word !important;
  }
}



@media (min-width: 768px){
  .table-hint{
    display: none;
  }
}/* End custom CSS */