@charset "UTF-8";
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes upAndBack {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  50% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 0;
  }
  51% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes upAndBack {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  50% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 0;
  }
  51% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
.container {
  max-width: 1246px;
  padding: 0 1.5rem;
  margin: 0 auto;
}
@media (max-width: 1050px) {
  .container {
    padding: 0px 2.4rem;
  }
}

.s-hero__area__invoices__table__value .status, .s-hero__area__pagination, .s-hero__area__pagination .pagination__prev,
.s-hero__area__pagination .pagination__next, .s-hero__area__pagination .pagination__page,
.s-hero__area__pagination .pagination__ellipsis, .s-hero__not-found, .s-hero__button .arrow, .s-hero__button .cont, .s-hero__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.s-hero__button {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
  gap: 1.6rem;
  border-radius: 999px;
  font-size: 1.4rem;
  font-weight: 400;
  font-family: "Inter", Arial, sans-serif;
  line-height: 150%;
  font-weight: 600;
  overflow: hidden;
  position: relative;
  -webkit-transition: background 0.3s, color 0.3s, border 0.3s;
  transition: background 0.3s, color 0.3s, border 0.3s;
}
.s-hero__button::before {
  content: "";
  position: absolute;
  right: -10%;
  width: 0%;
  height: 120%;
  border-radius: 999px;
  z-index: -1;
  pointer-events: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
.s-hero__button .cont {
  gap: 1.6rem;
  font-size: 1.4rem;
  font-weight: 400;
  font-family: "Inter", Arial, sans-serif;
  line-height: 150%;
  font-weight: 600;
  z-index: 2;
}
.s-hero__button .arrow {
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 999px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.s-hero__button:hover::before {
  width: 120%;
}

.s-hero__button {
  padding: 1.2rem 1.2rem 1.2rem 2.4rem;
  background: #ea3031;
  color: #ffffff;
  font-size: 1.4rem;
  font-weight: 400;
  font-family: "Inter", Arial, sans-serif;
  line-height: 150%;
  font-weight: 600;
}
.s-hero__button::before {
  background: #c31213;
  z-index: 0;
  top: -2px;
}
.s-hero__button .cont {
  color: #ffffff;
  font-size: 1.4rem;
  font-weight: 400;
  font-family: "Inter", Arial, sans-serif;
  line-height: 150%;
  font-weight: 600;
}
.s-hero__button .arrow {
  background: #c31213;
}
.s-hero__button:hover .arrow {
  background: #ea3031;
}
@media (max-width: 600px) {
  .s-hero__button {
    width: 100%;
  }
}

.s-hero__hat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.8rem;
  font-size: 1.6rem;
  font-weight: 400;
  font-family: "Inter", Arial, sans-serif;
  line-height: 150%;
  font-weight: 600;
  color: #ea3031;
  text-transform: uppercase;
  letter-spacing: 0.28px;
}
.s-hero__hat img {
  width: 2rem;
  height: 2rem;
}
@media (max-width: 600px) {
  .s-hero__hat {
    font-size: 1.2rem;
  }
}

.s-hero {
  padding-top: 17.6rem;
  padding-bottom: 10rem;
  position: relative;
  background: url(../../assets/svg/sobre/background-lines.svg) no-repeat center, #faf8f5;
}
.s-hero__main {
  width: 100%;
  max-width: 65rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0px;
  margin: 0 auto;
}
.s-hero__title {
  margin-top: 1.6rem;
  margin-bottom: 4.4rem;
  max-width: 60rem;
  text-align: center;
  font-size: 6.4rem;
  font-weight: 600;
  font-family: "Noto Sans", Arial, sans-serif;
  line-height: 120%;
  font-weight: 500;
}
.s-hero__search {
  padding: 0.3rem 0.4rem 0.3rem 2.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 1.6rem;
  width: 100%;
  border-radius: 6.2rem;
  border: 1px solid #e7e7ea;
  background-color: #ffffff;
}
.s-hero__input {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #333e47;
  font-size: 1.6rem;
  font-weight: 400;
  font-family: "Inter", Arial, sans-serif;
  line-height: 150%;
}
.s-hero__button {
  padding: 1.2rem 3.2rem;
}
.s-hero__area, .s-hero__not-found {
  margin-top: 3.2rem;
  border-radius: 1.6rem;
  background-color: #ffffff;
  display: none;
  -webkit-animation: fadeIn 0.5s forwards;
  animation: fadeIn 0.5s forwards;
  -webkit-box-shadow: 0 0 0 1px rgba(41, 52, 61, 0.04), 0 1px 1px 0 rgba(41, 52, 61, 0.02), 0 2px 4px 0 rgba(41, 52, 61, 0.06);
  box-shadow: 0 0 0 1px rgba(41, 52, 61, 0.04), 0 1px 1px 0 rgba(41, 52, 61, 0.02), 0 2px 4px 0 rgba(41, 52, 61, 0.06);
}
.s-hero__area {
  padding: 3.4rem 3.2rem;
}
.s-hero__area__main {
  margin-bottom: 3.2rem;
  padding-bottom: 3.2rem;
  border-bottom: 1px dashed #e1e1e6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 2rem;
}
.s-hero__area__profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 2rem;
}
.s-hero__area__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 0.6rem;
  color: #333e47;
  font-size: 2rem;
  font-weight: 400;
  font-family: "Inter", Arial, sans-serif;
  line-height: 150%;
  line-height: 140%;
}
.s-hero__area__column strong {
  font: inherit;
  color: #22292f;
  font-weight: 600;
}
.s-hero__area__column span {
  font: inherit;
  color: inherit;
}
.s-hero__area__column .js-invoices-name {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.s-hero__area__separator {
  width: 0.15rem;
  height: 2rem;
  background-color: #e7e7ea;
}
.s-hero__area__results {
  color: #516778;
  font-size: 2rem;
  font-weight: 400;
  font-family: "Inter", Arial, sans-serif;
  line-height: 150%;
  line-height: 140%;
  font-weight: 500;
}
.s-hero__area__results span {
  font: inherit;
  color: #ea3031;
}
.s-hero__area__invoices__title {
  margin-bottom: 2.4rem;
  color: #22292f;
  font-size: 1.8rem;
  font-weight: 400;
  font-family: "Inter", Arial, sans-serif;
  line-height: 150%;
  font-weight: 600;
}
.s-hero__area__invoices__table {
  width: 100%;
}
.s-hero__area__invoices__table__header {
  padding: 1.4rem 3rem;
  border-radius: 1.2rem;
  background-color: #f7f7f8;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  width: 100%;
}
.s-hero__area__invoices__table__title {
  font-size: 1.6rem;
  font-weight: 400;
  font-family: "Inter", Arial, sans-serif;
  line-height: 150%;
  font-weight: 600;
  color: #425462;
}
.s-hero__area__invoices__table__row {
  padding: 3.2rem 3rem;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}
.s-hero__area__invoices__table__row .s-hero__area__invoices__table__value:first-child {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.s-hero__area__invoices__table__row .s-hero__area__invoices__table__value:nth-child(2)::before {
  content: "Valor";
}
.s-hero__area__invoices__table__row .s-hero__area__invoices__table__value:nth-child(3)::before {
  content: "Data de Vecimento";
}
.s-hero__area__invoices__table__row .s-hero__area__invoices__table__value:nth-child(4)::before {
  content: "Status";
}
.s-hero__area__invoices__table__row .s-hero__area__invoices__table__value:nth-child(5)::before {
  content: "Ação";
}
.s-hero__area__invoices__table__value {
  font-size: 1.6rem;
  font-weight: 400;
  font-family: "Inter", Arial, sans-serif;
  line-height: 150%;
  color: #22292f;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 1.6rem;
}
.s-hero__area__invoices__table__value:not(:first-child)::before {
  content: "";
  display: block;
  font-size: 1.4rem;
  font-weight: 400;
  font-family: "Inter", Arial, sans-serif;
  line-height: 150%;
  font-weight: 500;
  color: #425462;
  display: none;
}
.s-hero__area__invoices__table__value .status {
  width: 10rem;
  height: 2.4rem;
  color: #ffffff;
  font-size: 1.4rem;
  font-weight: 400;
  font-family: "Inter", Arial, sans-serif;
  line-height: 150%;
  font-weight: 500;
  border-radius: 0.6rem;
}
.s-hero__area__invoices__table__value .status--atraso {
  background-color: #fd7f22;
}
.s-hero__area__invoices__table__value .status--dia {
  background-color: #1bae84;
}
.s-hero__area__invoices__table__value .ticket {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.6rem;
  font-size: 1.6rem;
  font-weight: 400;
  font-family: "Inter", Arial, sans-serif;
  line-height: 150%;
  font-weight: 500;
  color: #394753;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.s-hero__area__invoices__table__value .ticket img {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.s-hero__area__invoices__table__value .ticket:hover {
  color: #fa393a;
}
.s-hero__area__invoices__table__value .ticket:hover img {
  -webkit-filter: invert(33%) sepia(93%) saturate(7500%) hue-rotate(-5deg) brightness(92%) contrast(85%);
  filter: invert(33%) sepia(93%) saturate(7500%) hue-rotate(-5deg) brightness(92%) contrast(85%);
}
.s-hero__area__pagination {
  margin-top: 2.4rem;
  gap: 0.2rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: none;
}
.s-hero__area__pagination .pagination__prev {
  margin-right: 4rem;
}
.s-hero__area__pagination .pagination__next {
  margin-left: 4rem;
}
.s-hero__area__pagination .pagination__prev,
.s-hero__area__pagination .pagination__next {
  padding: 0.8rem 1.4rem;
  gap: 0.8rem;
  color: #22292f;
  font-size: 1.4rem;
  font-weight: 400;
  font-family: "Inter", Arial, sans-serif;
  line-height: 150%;
  font-weight: 500;
}
.s-hero__area__pagination .pagination__prev.disabled,
.s-hero__area__pagination .pagination__next.disabled {
  opacity: 0.5;
  pointer-events: none;
}
.s-hero__area__pagination .pagination__page,
.s-hero__area__pagination .pagination__ellipsis {
  width: 4rem;
  height: 4rem;
  border-radius: 0.8rem;
  color: #516778;
  font-size: 1.4rem;
  font-weight: 400;
  font-family: "Inter", Arial, sans-serif;
  line-height: 150%;
  font-weight: 500;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.s-hero__area__pagination .pagination__page:hover,
.s-hero__area__pagination .pagination__ellipsis:hover {
  background-color: #fa393a;
  color: #ffffff;
}
.s-hero__area__pagination .pagination__page.active,
.s-hero__area__pagination .pagination__ellipsis.active {
  background-color: #ea3031;
  color: #ffffff;
  pointer-events: none;
}
.s-hero__area__pagination .pagination__ellipsis {
  pointer-events: none;
}
.s-hero__not-found {
  padding: 7.8rem 2rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 1.6rem;
}
.s-hero__not-found__title {
  margin-bottom: 1.6rem;
  margin-top: 2.5rem;
  color: #22292f;
  font-size: 2.4rem;
  font-family: "Noto Sans", Arial, sans-serif;
  line-height: 120%;
  font-weight: 500;
  display: block;
  text-align: center;
}
.s-hero__not-found__description {
  margin-bottom: 8rem;
  max-width: 45.9rem;
  text-align: center;
  color: #394753;
  font-size: 1.6rem;
  font-weight: 400;
  font-family: "Inter", Arial, sans-serif;
  line-height: 150%;
}
.s-hero__not-found__info {
  color: #516778;
  font-size: 1.6rem;
  font-weight: 400;
  font-family: "Inter", Arial, sans-serif;
  line-height: 150%;
  font-weight: 500;
  text-align: center;
}
.s-hero__not-found__info a {
  font: inherit;
  font-weight: 600;
  color: #ea3031;
  position: relative;
}
.s-hero__not-found__info a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.1rem;
  background-color: #ea3031;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.s-hero__not-found__info a:hover::before {
  width: 0;
}
@media (max-width: 1000px) {
  .s-hero__area {
    padding: 3rem 2rem;
  }
  .s-hero__area__column, .s-hero__area__results {
    font-size: 1.6rem;
  }
}
@media (max-width: 840px) {
  .s-hero__area__main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 1.6rem;
  }
  .s-hero__area__profile {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 1.6rem;
  }
  .s-hero__area__separator {
    display: none;
  }
  .s-hero__area__column, .s-hero__area__results {
    font-size: 1.6rem;
  }
  .s-hero__area__column {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 0.6rem;
  }
  .s-hero__area__invoices__table__header {
    display: none;
  }
  .s-hero__area__invoices__table__row {
    padding: 0;
    grid-template-columns: 1fr;
    background-color: #f7f7f8;
    border-radius: 1.2rem;
  }
  .s-hero__area__invoices__table__value {
    padding: 0 1.6rem;
    font-size: 1.4rem;
    background-color: #ffffff;
  }
  .s-hero__area__invoices__table__value .ticket {
    font-size: 1.4rem;
  }
  .s-hero__area__invoices__table__value:not(:last-child) {
    padding-bottom: 2rem;
  }
  .s-hero__area__invoices__table__value:not(:first-child) {
    border-left: 1px solid #eeeffd;
    border-right: 1px solid #eeeffd;
  }
  .s-hero__area__invoices__table__value:not(:first-child)::before {
    display: block;
  }
  .s-hero__area__invoices__table__value:first-child {
    background-color: #f7f7f8;
    border-radius: 1.2rem 1.2rem 0 0;
    padding: 1.6rem;
  }
  .s-hero__area__invoices__table__value:nth-child(2) {
    padding-top: 1.6rem;
    border-radius: 1.2rem 1.2rem 0 0;
  }
  .s-hero__area__invoices__table__value:last-child {
    padding-bottom: 2.4rem;
    border-bottom: 1px solid #eeeffd;
    border-radius: 0 0 1.2rem 1.2rem;
  }
}
@media (max-width: 600px) {
  .s-hero {
    padding-top: 14rem;
    padding-bottom: 9.6rem;
  }
  .s-hero__title {
    font-size: 4rem;
    margin-bottom: 3.2rem;
  }
  .s-hero__search {
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 0;
    border: none;
    background-color: transparent;
  }
  .s-hero__input {
    padding: 1.5rem 2.4rem;
    height: 5.6rem;
    width: 100%;
    border-radius: 6.2rem;
    border: 1px solid #e7e7ea;
    background-color: #ffffff;
  }
  .s-hero__button {
    height: 5.2rem;
  }
  .s-hero__area__invoices__table__value .ticket {
    color: #fa393a;
  }
  .s-hero__area__invoices__table__value .ticket img {
    -webkit-filter: invert(33%) sepia(93%) saturate(7500%) hue-rotate(-5deg) brightness(92%) contrast(85%);
    filter: invert(33%) sepia(93%) saturate(7500%) hue-rotate(-5deg) brightness(92%) contrast(85%);
  }
  .s-hero__not-found {
    padding: 4.4rem 2rem;
  }
  .s-hero__not-found img {
    max-width: 11rem;
  }
  .s-hero__not-found__description {
    margin-bottom: 4.8rem;
  }
  .s-hero__not-found__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .s-hero__not-found__info a {
    text-align: center;
    text-decoration: underline;
  }
  .s-hero__not-found__info a::before {
    display: none;
  }
}