.rates-table {
  margin-top: 40px;
  margin-bottom: 40px;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #333f48;
}
@media (min-width: 768px) {
  .rates-table {
    margin-top: 64px;
    margin-bottom: 64px;
  }
}
@media (min-width: 768px) {
  .rates-table {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}
.rates-table .container-general {
  overflow: hidden;
}
.rates-table .container-general .container__rates {
  /*  .table {
        display: flex;
        flex-flow: column nowrap;
        overflow-x: scroll;
        .mx-hide-scrollbar();
        // margin-left: 16px;
      }

      .row.header-rates {
        border-bottom: 1px solid @amarillo;

        .content_text p,
        .content_tarifas p {
          color: @amarillo;
          .texto16();
          .bold();
          //text-wrap: nowrap;
        }

        @media (min-width: @bp-s) {
          height: 100%;
        }
      }

      .row {
        padding: 24px 0;
        border-bottom: 1px solid @gris-06;
        display: flex;
        gap: 16px;
        flex-flow: row nowrap;
        align-items: flex-start;
        justify-content: space-between;
        color: @blanco;

        @media (min-width: @bp-m) {
          align-items: center;
          padding: 16px 32px;
          gap: 64px;
        }

        .content_text {
          flex-basis: 40%;
          max-width: 40%;
          .texto16();
          .regular();
          //min-width: 40%
          // min-width: 150px;
          text-wrap: wrap;

          @media (min-width: @bp-l) {
            text-wrap: nowrap;
          }
        }

        .tarifasNUE,
        .tarifasNUE-text {
          margin-right: 16px;
        }

        .textTarifaUE {
          .regular();
          .texto20() !important;
          color: @blanco;
        }

        .content_tarifas {
          display: flex;
          flex-flow: row nowrap;
          gap: 16px;
          text-wrap: wrap;

          @media (min-width: @bp-l) {
            text-wrap: nowrap;
          }

          @media (min-width: @bp-m) {
            gap: 64px;
            margin-right: 12%;
          }

          .tarifasUE-text,
          .tarifasNUE-text {
            .titularh4();

            @media (min-width: @bp-m) {
              .titularh3();
            }

            .subText {
              text-align: left;
              .texto16();
              .regular();

              @media (min-width: @bp-m) {
                .texto20();
              }
            }
 
                                  p.isText {
                            text-align: left;
                            .texto20();
                            .bold ();

                            @media(min-width: @bp-m) {
                                .titularh5( );
                            }
                        }

                        p.isNumber {
                            text-align: left;
                            .titularh4();
                            text-transform: uppercase;
                            white-space: nowrap;

                            @media(min-width: @bp-m) {
                                .titularh3();
                            }
                        } 
          }
        }
      }*/
}
.rates-table .container-general .container__rates table {
  width: 100%;
  border-collapse: collapse;
}
@media (max-width: 375px) {
  .rates-table .container-general .container__rates table {
    display: inline-block;
    overflow-x: scroll;
    /* Hide scrollbar for Chrome, Safari and Opera */
    /* Hide scrollbar for IE, Edge and Firefox */
    scrollbar-width: none;
    /* Firefox */
    -ms-overflow-style: none;
    /* IE and Edge */
  }
  .rates-table .container-general .container__rates table::-webkit-scrollbar {
    display: none;
  }
}
.rates-table .container-general .container__rates table caption {
  text-align: left;
}
.rates-table .container-general .container__rates table caption .table-title {
  font-size: 40px;
  line-height: 48px;
  font-family: 'N27 Bold';
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 24px;
  hyphens: auto;
  word-break: auto-phrase;
}
@media (min-width: 1024px) {
  .rates-table .container-general .container__rates table caption .table-title {
    font-size: 48px;
    line-height: 56px;
  }
}
@media (min-width: 1600px) {
  .rates-table .container-general .container__rates table caption .table-title {
    font-size: 64px;
    line-height: 72px;
  }
}
@media (min-width: 768px) {
  .rates-table .container-general .container__rates table caption .table-title {
    margin-bottom: 32px;
    hyphens: none;
    word-break: normal;
  }
}
.rates-table .container-general .container__rates table caption .subtitle {
  font-size: 18px;
  line-height: 26px;
  /* 144.444% */
  font-family: 'N27 Regular';
  font-weight: 400;
  font-style: normal;
  color: #ffffff;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .rates-table .container-general .container__rates table caption .subtitle {
    margin-bottom: 32px;
  }
}
.rates-table .container-general .container__rates table caption .subtitle a {
  text-decoration: underline;
}
.rates-table .container-general .container__rates table th,
.rates-table .container-general .container__rates table td {
  text-align: left;
  vertical-align: top;
}
.rates-table .container-general .container__rates table th:not(:last-child),
.rates-table .container-general .container__rates table td:not(:last-child) {
  padding-right: 16px;
}
@media (min-width: 768px) {
  .rates-table .container-general .container__rates table th,
  .rates-table .container-general .container__rates table td {
    vertical-align: middle;
  }
  .rates-table .container-general .container__rates table th:first-child,
  .rates-table .container-general .container__rates table td:first-child {
    padding-left: 16px;
  }
}
.rates-table .container-general .container__rates table thead {
  border-bottom: 1px solid #ffcd00;
}
.rates-table .container-general .container__rates table thead th {
  padding-bottom: 24px;
  color: #ffcd00;
  font-size: 16px;
  line-height: 24px;
  /* 150% */
  font-family: 'N27 Bold';
  font-weight: 700;
  font-style: normal;
}
.rates-table .container-general .container__rates table tbody {
  color: #ffffff;
}
.rates-table .container-general .container__rates table tbody tr {
  border-bottom: 1px solid #646468;
}
.rates-table .container-general .container__rates table tbody tr td {
  padding-top: 24px;
  padding-bottom: 24px;
  font-size: 16px;
  line-height: 24px;
  /* 150% */
  font-family: 'N27 Regular';
  font-weight: 400;
  font-style: normal;
}
.rates-table .container-general .container__rates table tbody tr td p {
  display: inline-flex;
}
.rates-table .container-general .container__rates table tbody tr .isNumber {
  white-space: nowrap;
  font-family: 'N27 Bold';
  font-weight: 700;
  font-style: normal;
  font-size: 28px;
  line-height: 36px;
  /* 128.571% */
}
@media (min-width: 1024px) {
  .rates-table .container-general .container__rates table tbody tr .isNumber {
    font-size: 32px;
    line-height: 40px;
    /* 120% */
  }
}
@media (min-width: 1600px) {
  .rates-table .container-general .container__rates table tbody tr .isNumber {
    font-size: 40px;
    line-height: 48px;
    /* 120% */
  }
}
@media (min-width: 768px) {
  .rates-table .container-general .container__rates table tbody tr .isNumber {
    font-family: 'N27 Bold';
    font-weight: 700;
    font-style: normal;
    font-size: 32px;
    line-height: 40px;
  }
}
@media (min-width: 768px) and (min-width: 1024px) {
  .rates-table .container-general .container__rates table tbody tr .isNumber {
    font-size: 40px;
    line-height: 48px;
  }
}
@media (min-width: 768px) and (min-width: 1600px) {
  .rates-table .container-general .container__rates table tbody tr .isNumber {
    font-size: 48px;
    line-height: 56px;
  }
}
.rates-table .container-general .container__rates table tbody tr .isText {
  text-align: left;
  font-size: 20px;
  line-height: 28px;
  /* 140% */
  font-family: 'N27 Bold';
  font-weight: 700;
  font-style: normal;
}
@media (min-width: 768px) {
  .rates-table .container-general .container__rates table tbody tr .isText {
    font-family: 'N27 Bold';
    font-weight: 700;
    font-style: normal;
    font-size: 24px;
    line-height: 32px;
    /* 133.333% */
  }
}
@media (min-width: 768px) and (min-width: 1024px) {
  .rates-table .container-general .container__rates table tbody tr .isText {
    font-size: 28px;
    line-height: 36px;
    /* 125% */
  }
}
@media (min-width: 768px) and (min-width: 1600px) {
  .rates-table .container-general .container__rates table tbody tr .isText {
    font-size: 32px;
    line-height: 40px;
    /* 125% */
  }
}
.rates-table .container-general .container__rates table tbody tr .subText {
  text-align: left;
  font-size: 16px;
  line-height: 24px;
  /* 150% */
  font-family: 'N27 Regular';
  font-weight: 400;
  font-style: normal;
  display: block;
}
@media (min-width: 768px) {
  .rates-table .container-general .container__rates table tbody tr .subText {
    font-size: 20px;
    line-height: 28px;
    /* 140% */
  }
}
.rates-table .container-general .container__rates table tbody tr .rowP {
  font-family: 'N27 Regular';
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
  /* 150% */
  color: #ffffff;
}
@media (min-width: 768px) {
  .rates-table .container-general .container__rates table tbody tr .rowP {
    font-size: 20px;
    line-height: 28px;
    /* 140% */
  }
}
.rates-table .container-general .table-caption {
  color: #ffffff;
  margin-top: 24px;
  font-size: 16px;
  line-height: 24px;
  /* 150% */
  font-family: 'N27 Regular';
  font-weight: 400;
  font-style: normal;
}
.rates-table .container-general .table-caption ul {
  padding: 0 46px;
  list-style-type: disc;
  font-size: 14px;
  line-height: 22px;
  /* 157.143% */
}
@media (max-width: 768px) {
  .rates-table .container-general .table-caption ul {
    padding: 0;
    padding-left: 16px;
  }
}
.rates-table .container-general .table-caption a {
  text-decoration: underline;
}
