.comparison-table {
  background-color: #f4f6fb;
  margin: 0;
  padding: 80px 0;
}
.comparison-table .--br-mobile {
  display: none;
}
@media (min-width: 280px) and (max-width: 480.98px) {
  .comparison-table .--br-mobile {
    display: block;
  }
}
.comparison-table .title-red {
  color: #ff2846;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  font-size: 1.375rem;
}
@media (max-width: 767px) {
  .comparison-table .title-red {
    margin-bottom: 20px;
  }
}
@media (min-width: 320px) and (max-width: 480.98px) {
  .comparison-table .title-red {
    font-size: clamp(1.375rem, 6.875vw, 2.0625rem);
  }
}
@media (min-width: 481px) and (max-width: 767.98px) {
  .comparison-table .title-red {
    font-size: 2.0625rem;
  }
}
@media (min-width: 768px) {
  .comparison-table .title-red {
    line-height: 110%;
    margin-bottom: 15px;
    font-size: 2rem;
  }
}
@media (min-width: 1024px) {
  .comparison-table .title-red {
    font-size: 2.375rem;
    line-height: 130%;
  }
}
.comparison-table .sub-title {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 110%;
  color: #000000;
  margin-bottom: 65px;
}
.comparison-table__wrapper {
  border-collapse: collapse;
  table-layout: auto;
  width: 100%;
}
.comparison-table__tbody-th {
  display: block;
  background-color: #fff;
  padding: 0 10px;
}
@media (min-width: 480px) {
  .comparison-table__tbody-th {
    padding: 0 10px 0 20px;
  }
}
@media (min-width: 768px) {
  .comparison-table__tbody-th {
    min-width: 320px;
    padding: 7px 25px;
  }
}
@media (min-width: 1024px) {
  .comparison-table__tbody-th {
    min-width: 320px;
    padding: 7px 35px;
  }
}
.comparison-table__fila:first-child .comparison-table__tbody-th {
  border-radius: 0;
}
@media (min-width: 768px) {
  .comparison-table__fila:first-child .comparison-table__tbody-th {
    border-radius: 17.75px 0 0 0;
  }
}
@media (min-width: 1024px) {
  .comparison-table__fila:first-child .comparison-table__tbody-th {
    border-radius: 22.7px 0 0 0;
  }
}
.comparison-table__fila:last-child .comparison-table__tbody-th {
  border-radius: 0 0 0 16px;
}
@media (min-width: 768px) {
  .comparison-table__fila:last-child .comparison-table__tbody-th {
    border-radius: 0 0 0 17.75px;
  }
}
@media (min-width: 1024px) {
  .comparison-table__fila:last-child .comparison-table__tbody-th {
    border-radius: 0 0 0 22.7px;
  }
}
.comparison-table__fila td {
  background-color: #fff;
}
.comparison-table__fila:first-of-type .comparison-table__tbody-th:first-child {
  padding-top: 17.77px;
}
.comparison-table__fila:last-of-type .comparison-table__tbody-th:first-child {
  padding-bottom: 17px;
}
.comparison-table__fila:last-child .sombra {
  border-radius: 0 0 25px 0;
}
.comparison-table__fila:last-of-type td:last-of-type {
  background-color: #fff;
  border-radius: 0 0 22px 0;
}
.comparison-table .sombra {
  box-shadow: 0px 25.2185px 40.3497px rgba(47, 47, 47, 0.15);
}
.comparison-table__thead-th {
  padding: 10px 20px 10px 10px;
  border-radius: 0;
  border: none;
  min-width: 68px;
}
@media (min-width: 768px) {
  .comparison-table__thead-th {
    padding: 10px 20px 10px 30px;
    min-width: 188px;
  }
}
@media (min-width: 1024px) {
  .comparison-table__thead-th {
    padding: 10px 0;
    min-width: 210px;
  }
}
@media (min-width: 1024px) {
  .comparison-table__thead-th:first-child {
    padding-left: 35px;
  }
}
.comparison-table__thead-th:nth-child(2) {
  border-radius: 4px 0 0 0;
}
.comparison-table__thead-th:nth-child(4) {
  border-radius: 0 4px 0 0;
}
.comparison-table__thead-th:nth-child(2) {
  background-color: #fff;
  position: relative;
}
.comparison-table__thead-th:nth-child(2) {
  background-color: #fff;
  border-radius: 14.5px 14.5px 0 0;
}
@media (min-width: 768px) {
  .comparison-table__thead-th:nth-child(2) {
    border-radius: 15.75px 15.75px 0 0;
  }
}
@media (min-width: 1024px) {
  .comparison-table__thead-th:nth-child(2) {
    border-radius: 20.15px 20.15px 0 0;
  }
}
.comparison-table__thead-th:last-child {
  background-color: #ff8800;
  border-radius: 16px 16px 0 0;
}
@media (min-width: 768px) {
  .comparison-table__thead-th:last-child {
    border-radius: 15.75px 15.75px 0 0;
  }
}
@media (min-width: 1024px) {
  .comparison-table__thead-th:last-child {
    border-radius: 20.15px 20.15px 0 0;
  }
}
.comparison-table__thead-th:first-of-type .comparison-table__title {
  color: #0078ff;
}
.comparison-table__thead-th:nth-child(2) .comparison-table__title {
  color: #000;
}
.comparison-table__thead-th.sombra {
  position: relative;
  margin: 0;
  padding: 0;
  min-width: 86px;
}
@media (min-width: 768px) {
  .comparison-table__thead-th.sombra {
    min-width: 190px;
  }
}
.comparison-table__division {
  background-color: #fff;
}
.comparison-table__copy {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  padding: 12px 0 12px 0;
}
@media (min-width: 768px) {
  .comparison-table__copy {
    padding: 12px 0 12px 5px;
  }
}
.comparison-table__line {
  border-top: 1px solid #d9dadc;
  width: 90%;
  height: 1px;
  display: block;
  margin: 6px auto !important;
}
@media (min-width: 768px) {
  .comparison-table__line {
    width: 82%;
  }
}
@media (min-width: 768px) {
  .comparison-table__line {
    width: 90%;
  }
}
@media (min-width: 1024px) {
  .comparison-table__line {
    width: 82%;
  }
}
.comparison-table__title {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 27.7404px;
  line-height: 30px;
  color: #0078ff;
}
.comparison-table__image-wrapper {
  width: 57px;
  height: 22px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .comparison-table__image-wrapper {
    width: 124px;
    height: 72px;
  }
}
@media (min-width: 1024px) {
  .comparison-table__image-wrapper {
    width: 159px;
    height: 80px;
  }
}
@media (min-width: 768px) {
  .comparison-table__image {
    margin: 0 auto;
    margin: 0 auto;
    display: block;
    top: 12px;
    position: relative;
  }
}
.comparison-table__title-1 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  color: #0078ff;
}
@media (min-width: 768px) {
  .comparison-table__title-1 {
    font-weight: 500;
    font-size: 21.6795px;
    line-height: 24px;
  }
}
@media (min-width: 1024px) {
  .comparison-table__title-1 {
    font-size: 27.7404px;
    line-height: 30px;
  }
}
.comparison-table__title-2 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 110%;
  text-align: center;
  color: #000000;
}
@media (min-width: 768px) {
  .comparison-table__title-2 {
    font-weight: 500;
    font-size: 18.7232px;
    line-height: 24px;
  }
}
@media (min-width: 1024px) {
  .comparison-table__title-2 {
    font-size: 23.9576px;
    line-height: 100%;
  }
}
.comparison-table__copy {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 110%;
  color: #000000;
}
@media (min-width: 768px) {
  .comparison-table__copy {
    font-weight: 400;
    font-size: 15px;
    line-height: 110%;
  }
}
@media (min-width: 1024px) {
  .comparison-table__copy {
    font-weight: 400;
    font-size: 20.1748px;
    line-height: 100%;
  }
}
.comparison-table__sombra-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  box-shadow: 0px 25.2185px 40.3497px rgba(47, 47, 47, 0.15);
  border-radius: 16px 16px 16px 0;
}
@media (min-width: 768px) {
  .comparison-table__sombra-wrapper {
    border-radius: 17.75px 17.75px 17.75px 0;
  }
}
@media (min-width: 1024px) {
  .comparison-table__sombra-wrapper {
    border-radius: 22.7px 22.7px 22.7px 0;
  }
}
.comparison-table .icon__check {
  background-image: url("data:image/svg+xml,%3Csvg width='35' height='34' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.32.036C8.04.036.509 7.568.509 16.85c0 9.28 7.532 16.812 16.813 16.812 9.28 0 16.812-7.532 16.812-16.813 0-9.28-7.532-16.812-16.812-16.812Zm-3.362 25.219-8.406-8.406 2.37-2.371 6.036 6.019 12.76-12.76 2.371 2.387-15.13 15.13Z' fill='%2301DB8C'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width: 24px;
  height: 24px;
}
@media (min-width: 768px) {
  .comparison-table .icon__check {
    width: 31.53px;
    height: 31.53px;
  }
}
@media (min-width: 1024px) {
  .comparison-table .icon__check {
    width: 40.35px;
    height: 40.35px;
  }
}
.comparison-table .icon__uncheck {
  background-image: url("data:image/svg+xml,%3Csvg width='34' height='34' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.005.036C7.708.036.192 7.551.192 16.85c0 9.297 7.516 16.812 16.813 16.812 9.297 0 16.812-7.515 16.812-16.813 0-9.297-7.515-16.812-16.812-16.812Zm8.406 22.848-2.37 2.37-6.036-6.035-6.036 6.036-2.37-2.37 6.035-6.037L8.6 10.814l2.37-2.37 6.036 6.035 6.035-6.036 2.37 2.37-6.035 6.037 6.036 6.035Z' fill='%23DEDEDE'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width: 24px;
  height: 24px;
}
@media (min-width: 768px) {
  .comparison-table .icon__uncheck {
    width: 31.53px;
    height: 31.53px;
  }
}
@media (min-width: 1024px) {
  .comparison-table .icon__uncheck {
    width: 40.35px;
    height: 40.35px;
  }
}
