.elementor-28668 .elementor-element.elementor-element-65655e2 > .elementor-widget-container{padding:20px 0px 0px 0px;}.elementor-28668 .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-28668 .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 DE 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;
    min-width: 620px;
    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){

  .table-trimestres td:nth-child(1),
  .table-trimestres th:nth-child(1){
    white-space: nowrap;
    width: 1%;
  }

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

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

  .table-trimestres td:nth-child(4){
    white-space: normal;
    min-width: 160px;
    max-width: 200px;
    overflow-wrap: anywhere;
    word-break: break-word;
  }
}

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

  .table-meses table{
    width: 100%;
    min-width: 620px;
    table-layout: fixed;
  }

  .table-meses td:nth-child(1),
  .table-meses th:nth-child(1){
    width: 90px;
    white-space: nowrap;
  }

  .table-meses td:nth-child(2),
  .table-meses th:nth-child(2){
    white-space: normal;
    overflow-wrap: anywhere;
    word-break: break-word;
  }
}

/* =====================================================
   TABLA COMPARATIVA CATALUÑA
   ===================================================== */
@media (max-width: 767px){

  .table-comparativa td:nth-child(1){
    white-space: normal;
    min-width: 170px;
    max-width: 220px;
    overflow-wrap: anywhere;
    word-break: break-word;
  }

  .table-comparativa td:nth-child(2),
  .table-comparativa td:nth-child(3){
    white-space: normal;
    min-width: 160px;
    max-width: 240px;
    overflow-wrap: anywhere;
    word-break: break-word;
  }
}

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

  .table-bizum td:nth-child(1),
  .table-bizum th:nth-child(1){
    white-space: nowrap;
    width: 1%;
  }

  .table-bizum td:nth-child(2),
  .table-bizum td:nth-child(3){
    white-space: normal;
    min-width: 200px;
    max-width: 280px;
    overflow-wrap: anywhere;
    word-break: break-word;
  }
}

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

  .table-fichaje td:nth-child(1),
  .table-fichaje th:nth-child(1){
    white-space: nowrap;
    width: 1%;
  }

  .table-fichaje td:nth-child(2),
  .table-fichaje td:nth-child(3),
  .table-fichaje th:nth-child(2),
  .table-fichaje th:nth-child(3){
    white-space: normal;
    min-width: 220px;
    max-width: 300px;
    overflow-wrap: anywhere;
    word-break: break-word;
  }
}

/* =====================================================
   AJUSTE DESKTOP (solo lo necesario)
   ===================================================== */
@media (min-width: 768px){

  .table-trimestres td:nth-child(1),
  .table-trimestres th:nth-child(1){
    white-space: nowrap;
    width: 1%;
  }
}/* End custom CSS */