/* Variables */
/******/
/*Variables Fuentes*/
/*****/
.TablaProductos {
  position: relative;
  padding-bottom: 30px; }
  .TablaProductos.v2 {
    padding-top: 0; }
  @media screen and (max-width: 767px) {
    .TablaProductos {
      padding-top: 40px; } }
  .TablaProductos .titulo * {
    margin: 0;
    hyphens: auto; }
  .TablaProductos .blockInfo {
    display: flex;
    gap: 40px;
    margin-bottom: 10px; }
    @media screen and (max-width: 767px) {
      .TablaProductos .blockInfo {
        justify-content: space-between; } }
  .TablaProductos.v2 .blockInfo {
    margin-bottom: 30px; }
  .TablaProductos.v3 .blockInfo {
    margin-bottom: 30px; }

.TablaProductos {
  --top-offset: -100px;
  --right-offset-after: 200px; }
  .TablaProductos .modalElem {
    display: none;
    position: absolute;
    top: var(--top-offset);
    right: 0;
    width: 100%;
    z-index: 5;
    padding: 0 20px; }
    .TablaProductos .modalElem .modalBlock {
      padding: 15px;
      background-color: #505050;
      color: #fff;
      line-height: 18px;
      font-weight: 400;
      font-family: 'RadioCanada-Regular';
      position: relative; }
      .TablaProductos .modalElem .modalBlock * {
        margin-bottom: 0; }
      .TablaProductos .modalElem .modalBlock::after {
        content: " ";
        position: absolute;
        right: var(--right-offset-after);
        bottom: -12px;
        border-top: 15px solid #505050;
        border-right: 8px solid transparent;
        border-left: 8px solid transparent;
        border-bottom: none; }
    @media screen and (max-width: 1399px) {
      .TablaProductos .modalElem {
        --top-offset: -120px;
        --right-offset-after: 114px; } }
    @media screen and (max-width: 1199px) {
      .TablaProductos .modalElem {
        --right-offset-after: 33px;
        --top-offset: -140px;
        padding: 0 15px; } }
    @media screen and (max-width: 992px) {
      .TablaProductos .modalElem {
        --right-offset-after: 3px;
        --top-offset: -155px;
        padding: 0 15px; } }
    @media screen and (max-width: 767px) {
      .TablaProductos .modalElem {
        --right-offset-after: 3px;
        --top-offset: -80px;
        padding: 0 15px; } }
    @media screen and (max-width: 567px) {
      .TablaProductos .modalElem {
        --top-offset: -100px;
        --right-offset-after: 10px; } }

.TablaProductos .tableContainer .nav-tabs {
  justify-content: flex-end;
  margin-bottom: 8px;
  border: none; }
  .TablaProductos .tableContainer .nav-tabs .buttonsContainer {
    width: auto;
    display: flex;
    border: 2px solid #dfdcd3;
    background-color: #f9f8f6;
    border-radius: 5px;
    padding: 2px; }
    .TablaProductos .tableContainer .nav-tabs .buttonsContainer button {
      width: 60px;
      font-family: 'RadioCanada-Regular';
      font-size: 14px;
      color: #7a766d;
      padding: 5px 8px;
      width: fit-content; }
      .TablaProductos .tableContainer .nav-tabs .buttonsContainer button:hover {
        border: none; }
      .TablaProductos .tableContainer .nav-tabs .buttonsContainer button.active {
        border-radius: 2px;
        border: 2px solid #7a766d;
        background-color: #fff;
        display: flex;
        align-items: center;
        justify-content: center; }
        .TablaProductos .tableContainer .nav-tabs .buttonsContainer button.active::before {
          content: "";
          display: block;
          width: 20px;
          height: 20px;
          background: url("../../assets/images/ruler-icon.PNG");
          background-size: contain;
          background-repeat: no-repeat; }

.TablaProductos table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid #B9B9B9;
  border-radius: 4px;
  overflow: hidden; }

.TablaProductos th, .TablaProductos td {
  font-size: 14px;
  padding: 10px 15px;
  border: 1px solid #F5F5F5;
  background-color: #8F8F8F;
  color: #fff;
  font-family: 'RadioCanada-Regular';
  font-weight: 400;
  line-height: 16.8px;
  text-align: left; }

.TablaProductos th:first-child,
.TablaProductos td:first-child {
  border-left: none;
  border-top: none; }

.TablaProductos th:last-child,
.TablaProductos td:last-child {
  border-right: none; }

.TablaProductos tr td:last-child {
  background-color: #fff;
  color: #505050;
  border-bottom: none; }

.TablaProductos tr:last-child th {
  border-bottom: none; }

@media screen and (max-width: 992px) {
  .TablaProductos.v2 table {
    width: 150%; } }

.TablaProductos.v2 th {
  font-size: 14px;
  padding: 10px 15px;
  border: 1px solid #F5F5F5;
  border-top: unset;
  background-color: #8F8F8F;
  color: #fff;
  font-family: 'RadioCanada-Regular';
  min-width: 130px; }
  .TablaProductos.v2 th * {
    margin-bottom: 0;
    font-weight: 400;
    font-family: "RadioCanada-Regular", "sans-serif"; }
  .TablaProductos.v2 th:first-child {
    border-left: unset; }
  .TablaProductos.v2 th:last-child {
    border-right: unset; }

.TablaProductos.v2 td {
  background-color: #fff;
  color: #505050;
  border-bottom: none;
  vertical-align: middle; }
  .TablaProductos.v2 td * {
    font-size: 14px;
    line-height: 1.7;
    text-align: left;
    margin-bottom: 5px;
    font-weight: 400;
    font-family: "RadioCanada-Regular", "sans-serif"; }
    .TablaProductos.v2 td * br {
      margin-bottom: 5px; }
    @media screen and (max-width: 576px) {
      .TablaProductos.v2 td * {
        text-wrap: nowrap; } }
  .TablaProductos.v2 td:first-child * {
    width: max-content; }
    @media screen and (max-width: 1250px) {
      .TablaProductos.v2 td:first-child * {
        width: fit-content; } }

.TablaProductos .tableFooter {
  margin-top: 32px;
  display: flex;
  flex-direction: column;
  gap: 32px; }

.TablaProductos .footerText {
  font-family: 'RadioCanada-Regular';
  font-size: 16px;
  line-height: 18px;
  color: #505050; }
  .TablaProductos .footerText a {
    text-decoration: none; }

.TablaProductos .footerDisclaimer {
  color: #505050; }
