.n-content-title-dom {
    z-index: 997;
    text-align: center;
    font-weight: 300
}
@media only screen and (min-width: 1024px) {
    .n-content-title-dom {
        width: 50%;
        margin: 0 auto
    }
}
.n-content-title-dom__title {
    font-size: 40px;
    line-height: 1.2;
    font-weight: 300;
    margin: 20px 10px;
    text-align: center;
    color: #50535a
}
@media (max-width: 600px) {
    .n-content-title-dom__title {
        font-size: 32px
    }
    .n-content-title-dom {
        top: 550px
    }
}
section.nateevo-tarifasEstable-tarifas {
  margin-top: 35px;
}
.nateevo-tarifasEstable-tarifas .tarifas__content {
  width: 90%;
  max-width: 1288px;
  margin: 0 auto;
}
.nateevo-tarifasEstable-tarifas .tarifas__content .content--table {
  width: 100%;
  display: block;
  justify-content: center;
}
.nateevo-tarifasEstable-tarifas .tarifas__content .content--table thead th {
  border-radius: 0;
  height: 80px;
  width: auto;
  font-size: 18px;
  font-weight: 500;
  padding: 15px 5px;
  text-align: center;
  color: #fff;
}
.nateevo-tarifasEstable-tarifas .tarifas__content .content--table thead {
  background: #00a9e0;
  border-bottom: 1px solid #e9eae8;
}
.nateevo-tarifasEstable-tarifas .tarifas__content .content--table tbody td {
  border: 1px solid #e9eae8;
  color: #86888c;
  height: 100px;
  text-align: center;
}
@media (max-width: 1024px) {
  .nateevo-tarifasEstable-tarifas .tarifas__content {
    width: 90%;
    margin: 0 auto;
  }
  .nateevo-tarifasEstable-tarifas .tarifas__content .content--table {
    position: relative;
    overflow: auto;
    border-bottom: 1px solid #e9eae8;
    border-right: 1px solid #e9eae8;
    border-left: 1px solid #e9eae8;
    white-space: nowrap;
  }
  .nateevo-tarifasEstable-tarifas .tarifas__content .content--table thead th {
    height: 50px;
  }
  .nateevo-tarifasEstable-tarifas .tarifas__content .content--table tbody td {
    height: 50px;
  }
  .nateevo-tarifasEstable-tarifas .tarifas__content .content--table thead th {
    font-size: 15px;
  }
  .content--table .table--fixed .first-col {
    width: 100px;
    min-width: 100px;
    max-width: 100px;
    left: 0;
    box-shadow: 11px 0 10px 0 rgba(0, 0, 0, 0.1);
    z-index: 1;
  }
  .content--table .table--fixed .sticky-col {
    position: sticky;
    position: -webkit-sticky;
    background-color: #00a9e0;
  }
  .table--fixed tbody tr td:nth-child(1) {
    position: sticky;
    background-color: white;
    width: 100px;
    min-width: 100px;
    max-width: 140px;
    left: -1px;
    box-shadow: 11px 0 10px 0 rgba(0, 0, 0, 0.1);
    z-index: 1;
  }
}
