
.Precio-luz-section-table {
  border-top: 0.0625rem solid #dee2e6 !important;
  box-sizing: border-box;
  color: #2C2C2C;
  font-family: 'IberPangea Text', Arial, sans-serif;
  padding: var(--size-space-20, 20px) var(--360-575-page-margin, 16px);
}
/* .portlet{
   padding: var(--size-space-20, 20px) var(--360-575-page-margin, 16px);

  } */

.Precio-luz-section-table *,
.Precio-luz-section-table *::before,
.Precio-luz-section-table *::after {
  box-sizing: border-box;
}

.carousel-arrow {
  align-items: center;
  background: #FFFFFF;
  border: 1px solid #C8D9D0;
  border-radius: 50%;
  color: #00402A;
  cursor: pointer;
  display: inline-flex;
  font-size: 16px;
  height: 40px;
  justify-content: center;
  line-height: 1;
  padding: 0;
  width: 40px;
}

.carousel-arrow:hover {
  background: #F0F0F0;
  opacity: 0.55;
}

.carousel-dots-wrap {
  align-items: center;
  background: #FFFFFF;
  border: 1px solid #E3EBE7;
  border-radius: 999px;
  display: flex;
  gap: 12px;
  min-height: 48px;
  padding: 8px 16px;
  width: 96px;
  justify-content: center;
}

.desktop-only {
  display: none;
}

.dot {
  background: #fff;
  stroke-width: 1px;

  border: 1px solid var(--Color-Control-Border-Active, #2F6852);
  border-radius: 50%;
  cursor: pointer;
  height: 8px;
  padding: 0;
  width: 8px;
}

.dot.active {
  background: #00856F;
}

.header-container {
  margin: 0 auto;
  padding: 20px 0 16px;
  text-align: center;
  width: calc(100vw - 32px);
}

.mobile-only {
  display: block;
  width: calc(100vw - 32px);
}

.nota-tabla {
  align-items: flex-start;
  color: #707070;
  display: flex;
  font-size: 10px;
  gap: 8px;
  line-height: 14px;
  margin: 16px 0 0;
}

.nota-tabla___icono {
  color: #707070;
  flex: 0 0 16px;
  height: 16px;
  width: 16px;
}

.nota-tabla__texto {
  color: #707070;
}

.subtitulo-tabla {
  color: #6A6F6C;
  font-family: 'IberPangea Text', Arial, sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  margin: 0 auto;
}

.subtitulo-tabla--desktop {
  display: none;
}

.subtitulo-tabla--mobile {
  display: block;
}

.tabla-tramos {
  background: #F7F7F7;
  border: 1px solid #C8D9D0;
  border-collapse: separate;
  border-radius: 12px;
  border-spacing: 0;
  /* overflow: hidden; */
  /* table-layout: fixed; */
  width: 100%;
}

.tabla-tramos strong {
  font-weight: 700;
}

.tabla-tramos thead th {
  background: #00402A;
  border-right: 1px solid #699282;
  color: #FFFFFF;
  font-size: 13px;
  font-weight: 600;
  line-height: 16px;
  padding: 16px 12px;
  text-align: center;
  vertical-align: middle;
}

.tabla-tramos thead th:last-child {
  border-right: none;
}

.tabla-tramos tbody td {
  background: #F7F7F7;
  border-right: 1px solid #E4EBE7;
  border-top: 1px solid #E3EBE7;
  color: #2C2C2C;
  font-size: 13px;
  line-height: 17px;
  padding: 16px 14px;
  text-align: center;
  vertical-align: middle;
}

.tabla-tramos tbody td:last-child {
  border-right: none;
}

.ibd-faqs2{
  padding: var(--size-space-20, 20px) var(--360-575-page-margin, 16px);;
}
.ibd-faqs2__title-box{
  align-items: flex-start;
}

/* .tabla-tramos tbody td:nth-child(2) {
  width: 23%;
} */

/* .tabla-tramos tbody td:nth-child(3),
.tabla-tramos tbody td:nth-child(4) {
  width: 30.5%;
} */


.tabla-tramos th:first-child,
.tabla-tramos tr > td:first-child {
  position: sticky;
  left: 0;
  z-index: 2;
}

/* Cabecera por encima de las filas */
.tabla-tramos thead th:first-child {
  z-index: 3;
}

.tabla-tramos tbody .fila-llano {
  background: #FFFFFF;
}

.tabla-tramos .periodo {
  background: #F0F0F0;
  font-weight: 700;
  width: 16%;
}

.tabla-tramos-wrapper {
  color: #2C2C2C;
  font-family: 'IberPangea Text', Arial, sans-serif;
  margin: 0 auto 24px;
  overflow-x: auto;
  overflow-y: visible; 
  width: 100%;
  border-radius: 12px;
  
}

.titulo-tabla {
  color: #2C2C2C;
  font-family: 'IberPangea Text', Arial, sans-serif;
  font-size: 21px;
  font-style: normal;
  font-weight: 600;
  line-height: 27px;
  margin: 0 0 12px;
  text-align: left;
}


.tramo-bloque {
  background: #fff;
  border-top: 1px solid #E3EBE7;
  padding: 0;
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
  justify-content: center;
}

.tramo-bloque--alt,
.tramo-bloque.llano {
  background: #FFFFFF;
}

.tramo-bloque__titulo {
  height: 56px;
  background-color: #fff;
  color: #2C2C2C;
  font-size: 11px;
  font-weight: 700;
  line-height: 15px;
  width: 100%;
  padding: 16px;
  margin: 0;
}

.tramo-bloque__texto {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #2C2C2C;
  font-size: 10px;
  line-height: 15px;
  margin: 0;
  align-self: center;
  padding: 16px;
  background: #F7F7F7;
  min-height: 86px;
  width: 100%;
  flex-direction: column;
}


.tramo-slide {
  background: #F7F7F7;
  border: 1px solid #C8D9D0;
  border-radius: 12px;
  flex: 0 0 100%;
  overflow: hidden;
  height: fit-content;
}

.tramo-slide__body {
  background: #F7F7F7;
  text-align: center;
}

.tramo-slide__header {
  background: #00402A;
  color: #FFFFFF;
  font-size: 11px;
  font-weight: 600;
  line-height: 15px;
  padding: 16px;
  text-align: center;
}

.tramos-carousel {
  overflow: hidden;
  position: relative;
  scrollbar-width: none;
}

.tramos-carousel::-webkit-scrollbar {
  display: none;
}

.tramos-carousel-ui {
  align-items: center;
  display: flex;
  gap: 14px;
  justify-content: center;
  margin-top: 20px;
}

.tramos-track {
  display: flex;
  gap: 0;
  transition: transform 0.3s ease;
  will-change: transform;
}

@media (min-width: 375px) {
  .header-container,
  .mobile-only {
    /* width: calc(100vw - 80px); */
  }

  .nota-tabla {
    font-size: 11px;
    line-height: 16px;
  }

  .subtitulo-tabla {
    font-size: 12px;
    line-height: 18px;
  }

  .titulo-tabla {
    font-size: 24px;
    line-height: 32px;
  }

  .tramo-bloque__titulo {
    font-size: 13px;
    line-height: 17px;
  }

  .tramo-bloque__texto {
    font-size: 12px;
    line-height: 16px;
  }

  .tramo-slide__header {
    font-size: 13px;
    line-height: 16px;
    padding: 15px 12px;
  }
}

@media (min-width: 576px) {

  .Precio-luz-section-table{
    padding: var(--size-space-20, 20px) var(--576-767-page-margin, 42px);
  }
  .ibd-faqs2{
    padding: var(--size-space-20, 20px) var(--576-767-page-margin, 42px);
  }
  /* .portlet{
    padding: var(--size-space-20, 20px) var(--576-767-page-margin, 42px);

  } */

  .header-container {
    padding: 18px 0 20px;
    width: 100%;
  }

  .mobile-only {
    /* width: calc(100vw - 80px); */
  }

  .nota-tabla {
    margin-top: 22px;
  }

  .subtitulo-tabla--desktop {
    display: none;
  }

  .subtitulo-tabla--mobile {
    display: block;
  }

  .tabla-tramos-wrapper {
    margin-bottom: 24px;
  }

  .titulo-tabla {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 18px;
  }
}

@media(min-width: 768px){
  .subtitulo-tabla--mobile {
    width: 670px;
  }
  
 
}

@media (min-width: 992px) {
  .tabla-tramos {
    table-layout: fixed;
  }

  /* .portlet{
      padding: var(--size-space-20, 20px) var(--768-991-page-margin, 48px) var(--size-space-40, 40px) var(--768-991-page-margin, 48px);

  } */
  .Precio-luz-section-table {
    /* padding: 20px 82px 40px 82px !important; */
    padding: var(--size-space-20, 20px) var(--768-991-page-margin, 48px) var(--size-space-40, 40px) var(--768-991-page-margin, 48px);
  }
  .ibd-faqs2{
     padding: var(--size-space-20, 20px) var(--768-991-page-margin, 48px) var(--size-space-40, 40px) var(--768-991-page-margin, 48px);
  }

  .desktop-only {
    display: block;
  }

  .header-container {
    padding: 20px 0 16px;
    width: auto;
  }

  .mobile-only {
    display: none;
  }

  .Precio-luz-section-table .tabla-tramos-wrapper {
    margin: 0 auto;
    /* width: 828px; */
    /* width: 701px; */
  }

  .desktop-only .tabla-tramos {
    table-layout: fixed;
  }

  .desktop-only .tabla-tramos thead th:first-child {
    width: 116px;
  }

  .desktop-only .tabla-tramos thead th:not(:first-child) {
    width: 195px;
  }
  
  .desktop-only .body_regular_s{
    letter-spacing: 0.01px;
  }
}


@media (min-width: 1200px) {
   .Precio-luz-section-table {
    /* padding: 20px 102px 40px 102px !important; */
  }

    .Precio-luz-section-table .tabla-tramos-wrapper {
    margin: 0 auto;
    width: 100%;
  }


  .subtitulo-tabla--mobile{
    margin: auto;
    width: 992px;
  }
 #primer-elemento-tabla{
  width: 87px;
}
  
  .desktop-only .body_regular_s{
    letter-spacing: 0.5px;
  }
}


@media (min-width: 1920px) {
   .Precio-luz-section-table {
    /* padding: 20px 324px 40px 324px !important; */
  }

    .Precio-luz-section-table .tabla-tramos-wrapper {
    margin: 0 auto;
    /* width: 1237px; */
  }


  .subtitulo-tabla--mobile{
    margin: auto;
    width: 1237px;
  }
 #primer-elemento-tabla{
  width: 61px;
}
  .tabla-tramos tbody td {
padding: 16px;
    
  
  }

}
