.elementor-28653 .elementor-element.elementor-element-65655e2 > .elementor-widget-container{padding:20px 0px 0px 0px;}.elementor-28653 .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-28653 .elementor-element.elementor-element-fce2692 h2 {
    font-weight: 800;
}

/* =====================================================
   TEXTO INDICADOR (solo mobile)
   ===================================================== */
@media (max-width: 767px){
  .table-hint{
    display: block;
    margin: 0 0 8px 0;
  }
}

@media (min-width: 768px){
  .table-hint{
    display: none;
  }
}

/* =====================================================
   CONTENEDOR SCROLL (solo mobile)
   ===================================================== */
@media (max-width: 767px){

  .table-scroll{
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
  }

  .table-scroll table{
    width: max-content;
    max-width:650px ;
    border-collapse: collapse;
  }

  .table-scroll table,
  .table-scroll thead,
  .table-scroll tbody,
  .table-scroll tr,
  .table-scroll td,
  .table-scroll th{
    overflow: visible;
    vertical-align: top;
    font-size: 14px;
  }
}

/* =====================================================
   TABLA TRIMESTRES
   ===================================================== */
@media (max-width: 767px){

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

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

  /* Modelos (multilínea) */
  .table-trimestres td:nth-child(3){
    white-space: normal;
    min-width: 130px;
    max-width: 180px;
    overflow-wrap: anywhere;
    word-break: break-word;
  }

  /* Acciones */
  .table-trimestres td:nth-chil/* End custom CSS */