div#modal-caracteristicas {
  z-index: 99999;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  display: none;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  width: 100%;
  height: 100%;
  padding: 0px;
  background-color: #41414163;
}

.modal-section {
  display: flex;
  flex-direction: column;
  background-color: white;
  z-index: 99999;
  align-items: center;
  width: 100%;
  justify-content: center;
  max-height: 980px;
  height: 100%;
}

.close-container {
  display: flex;
  position: relative;
  padding: var(--space-16, 16px);
  flex-direction: column;
  justify-content: center;
  align-items: end;
  gap: var(--space-8, 8px);
  align-self: stretch;
}

.scroll-container {
  pointer-events: all;
  position: relative;
  box-sizing: content-box;
  height: 100%;
  overflow-y: hidden;
}

.scrollbar {
  z-index: 9999;
}

.scroll-content {
  height: 100%;
  width: 100%;
  box-sizing: border-box;
  overflow-y: hidden;
  padding: 16px 40px 16px 40px;
}

table {
  user-select: none;
  min-width: 328px;
  width: 328px;
  height: 100%;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 16px;
  border: solid 1px #d8cfc7;
  overflow: hidden;
}

.modal-table  {
  p {
    margin: 0px;
  }
}

/* HEADER */
.modal-table thead {
  display: table-header-group;
  font-family: 'IberPangeaText-Regular',Helvetica, Verdana, Tahoma, sans-serif;
  vertical-align: middle;
  background: var(--Color-Surface-General-Inverse, #00402a);
  height: 118px;
  min-height: 56px;
}
/*IMAGES*/
.modal-table thead img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  padding: 2px;
}

.modal-table thead .image-container {
  display: none;
  justify-content: center;
  align-items: center;
  padding: 5px;
  border-radius: 999%;
  background-color: white;
  box-sizing: border-box;
  width: 48px;
  height: 48px;
  overflow: hidden;
}

.modal-table thead th {
  width: 100%;
  color: var(--Color-Content-General-Inverse, #fff);
  text-align: center;
  font-feature-settings: 'liga' off, 'clig' off;
  /* Body/SmBold/S */
  font-family: 'IberPangeaText-Regular',Helvetica, Verdana, Tahoma, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
  padding: var(--space-16, 16px);
  vertical-align: bottom;
}

/* CUSTOM HEADER */
.modal-table th:first-child {
  min-width: 134px;
  width: 134px;
  box-sizing: border-box;
  text-align: center;
}

.modal-table th .custom-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.modal-table th .custom-header span {
  margin-inline: -16px;
  min-width: 40px;
  max-width: 328px;
  height: 24px;
  display: flex;
  box-sizing: border-box;
  padding: var(--space-4, 4px) var(--space-8, 8px);
  justify-content: center;
  align-items: center;

  border-radius: var(--border-radius-s, 4px);
  background: var(--Color-Category-General-2, #b3e4c7);

  font-family: 'IberPangeaText-Regular',Helvetica, Verdana, Tahoma, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;

  color: var(--Color-Content-General-1, #2c2c2c);
  font-feature-settings: 'liga' off, 'clig' off;
}

/*TABLE*/

.modal-table td {
  box-sizing: border-box;
  width: 100%;
  vertical-align: middle;
  text-align: center;
  border-top: 1px solid #d8cfc7;
  border-left: 1px solid #d8cfc7;
  min-height: 56px;
  padding: var(--space-16, 16px);
}

.modal-table tbody td:first-child {
  min-width: 134px;
  width: 134px;
  color: var(--Color-Content-General-1, #2c2c2c);
  text-align: center;
  font-feature-settings: 'liga' off, 'clig' off;
  /* Body/SmBold/XS */
  font-family: 'IberPangeaText-Regular',Helvetica, Verdana, Tahoma, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  border-left: 0px;

  background: var(--Color-Neutral-20, #f0f0f0);
}

.modal-table tbody tr:first-child td {
  border-top: 0px;
}

@media (min-width: 576px) {
  .modal-section {
    border-radius: 16px;
    width: auto;
  }
  .modal-table {
    width: 496px;
  }
  .modal-table thead {
    min-height: 56px;
    height: auto;
  }

  .blank-container {
    width: 100%;
    min-height: 40px;
    height: 40px;
  }
}

@media (min-width: 992px) {

  .md\:body_smbold_s {
        font-family: var(--font-family-2-smbold);
        font-size: var(--size-font-75);
        /* font-weight: var(--font-weight-smbold); */
        line-height: var(--size-font-line-height-2xs);
        font-style: var(--font-style-normal);
  }

  .modal-section {
    max-height: 948px;
  }

  div#modal-caracteristicas {
    padding: 40px 82px;
  }

  .modal-table {
    width: 748px;
  }

  .modal-table thead {
    min-height: 56px;
    height: auto;
  }

  .modal-table th:first-child {
    min-width: 300px;
    width: 300px;
    text-align: left;
    box-sizing: border-box;
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
  }

  .modal-table thead th {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
    text-align: center;
    white-space: normal;
  }

  .modal-table thead .image-container {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 999%;
    background-color: white;
    padding: 0px;
    width: 48px;
    box-sizing: content-box;
    height: 48px;
  }
  .modal-table tbody tr td:first-child {
    text-align: start;
    font-size: 14px;
    line-height: 18px;
  }
}

@media (min-width: 1200px) {
  div#modal-caracteristicas {
    padding: var(--space-40, 40px) var(--1200-1399-page-margin, 102px);
  }

  .modal-table {
    width: 720px;
  }
}

@media (min-width: 1920px) {
  .modal-table {
    min-width: 976px;
    width: 976px;
  }
}