.modal-myhunter .modal-tributario-body {
  width: 800px;
  height: 600px;
  top: auto;
}

.btn-tributario {
  width: 225px;
  height: 48px;
  background-color: transparent;
  border: none;
  color: #fff;
  font-weight: normal;
  font-size: 14px;
  text-decoration: underline 1px;
}

.modal-tributario-container {
  padding: 0 32px 16px;
  height: 450px;
  overflow-y: scroll;
}

.modal-tributario-title h1 {
  padding: 0 32px 16px;
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  color: black;
}

.tributario-title h2 {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  padding-bottom: 24px;
  color: black;
}

.tributario-title span {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #47484C;
}

.tributario-body {
  padding-bottom: 20px;
}

.tributario-body table {
  width: 80%;
  height: 282px;
  margin: 0 auto;
}

.tributario-body th,
.tributario-body td {
  text-align: center;
}

.tributario-body th:first-child {
  padding-left: 16px;
  text-align: start;
}

.tributario-body td:first-child {
  text-align: start;
}

.tributario-body tr {
  border-bottom: #E4E5E9 1px solid;
}

.tributario-body th {
  font-size: 14px;
  font-weight: bold;
}

.tributario-body td {
  font-size: 13px;
}

.tributario-body.last-table th {
  padding-left: 50px;
}

.tributario-body.last-table th:first-child {
  padding: 0 50px 0 0;
  padding-left: 0;
}

.tributario-body.last-table td {
  position: relative;
  right: -20px;
}

.tributario-body.last-table td:first-child {
  text-align: center;
  position: relative;
  left: -70px;
}

.tributario-description {
  font-size: 13px;
  color: #47484C;
  line-height: 22px;
  width: 80%;
  margin: 0 auto;
}

.tributario-description {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

@media(max-width:992px) {
  .modal-myhunter .modal-tributario-body {
    width: 100%;
    height: 100%;
    max-height: unset;
    top: 0;
  }

  .modal-tributario-container {
    height: 95%;
    padding: unset;
  }

  .modal-tributario-title h1 {
    padding: unset;
    display: flex;
    flex-direction: column;
    gap:8px;
    font-size: 24px;
    font-weight: 500;
    line-height: 28px;
  }

  .modal-tributario-title h1::before {
    content: '';
    background-color: #E1173F;
    width: 24px;
    height: 2px;
  }
}