h2 {
  margin-bottom: 0;
}

p {
  margin-bottom: 0;
}

.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);
}

.Precio-luz-section-table *,
.Precio-luz-section-table *::before,
.Precio-luz-section-table *::after {
  box-sizing: border-box;
}



.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: 0px 0 32px;
  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: 32px 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;
  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;
}



.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 16px;
  text-align: center;
}


.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;
}

div.impuestos .switch {
  cursor: pointer;
  position: relative;
  display: inline-block;
  width: 2.5rem;
  height: 1.5rem;
  background-color: #707070;
  border-radius: 1.25rem;
  margin: 0;
}

div.impuestos .switch::after {
  content: "";
  position: absolute;
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 50%;
  background-color: #ffffff;
  top: 0.125rem;
  left: 0.125rem;
  box-shadow: 0 0.3125rem 0.75rem rgba(0, 0, 0, 0.116805);
  transition: all 0.3s;
}

div.impuestos.uno .checkbox:checked+.switch::after,
div.impuestos.dos .checkbox:checked+.switch::after {
  left: 1.125rem;
}

div.impuestos.uno .checkbox:checked+.switch,
div.impuestos.dos .checkbox:checked+.switch {
  background-color: #00A443;
}

div.impuestos .checkbox {
  display: none !important;
}

.impuestos.uno input#switch-iva1.visibility {
  display: none;
}

.impuestos.dos input#switch-iva2.visibility {
  display: none;
}

.impuestos.uno.container-switch-iva1-distributiva {
    margin-bottom: px;
    display: flex;
    padding: var(--size-space-8, 8px) var(--size-space-0, 0);
    align-items: center;
    gap: var(--size-space-8, 8px);
    justify-content: end;
}

.impuestos__container.impuestos.uno {
    display: flex;
    align-items: center;
  justify-content: end;
}


@media (min-width: 576px) {

  .Precio-luz-section-table {
    padding: var(--size-space-20, 20px) var(--576-767-page-margin, 42px);
  }

  .header-container {
    padding: 18px 0 20px;
    width: 100%;
  }

  .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) {
   .Precio-luz-section-table {
    padding: 40px 48px;
  }
  
  .subtitulo-tabla--mobile {
    width: 670px;
  }


}

@media (min-width: 992px) {
  .tabla-tramos {
    table-layout: fixed;
  }
   .Precio-luz-section-table {
    padding: 40px 82px;
  }
  .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;

  }

  .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: 40px 102px;
  }

  .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: 40px 324px;
  }

  .subtitulo-tabla--mobile {
    margin: auto;
    width: 1237px;
  }

  #primer-elemento-tabla {
    width: 61px;
  }

  .tabla-tramos tbody td {
    padding: 16px;
  }

}


