@charset "UTF-8";
/** 
************ Página Home ************
*/
/** 
************ Banner Principal ************
*/
.banner-main {
  align-items: stretch;
  background-size: auto calc(100% - 140px) !important;
  background-position: 80% 0%;
  display: flex;
  height: calc(100dvh - 80px);
  width: 100%;
}
@media (min-width: 960px) {
  .banner-main {
    background-size: auto 100% !important;
  }
}
@media (min-width: 1024px) {
  .banner-main {
    background-size: cover !important;
    background-position: 60% 0%;
    min-height: calc(100dvh - 156px);
    height: auto;
    padding: 48px 0;
    position: relative;
  }
  .banner-main::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(97.66deg, rgba(0, 0, 0, 0.65) 13.61%, rgba(102, 102, 102, 0) 53.51%);
    top: 0;
    left: 0;
    margin: auto;
  }
}

.banner-main__container {
  background: rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  gap: 16px;
  justify-content: flex-end;
  margin: 0 auto;
  max-width: 1280px;
  padding: 0;
  width: 100%;
}
@media (min-width: 1024px) {
  .banner-main__container {
    background: transparent;
    gap: 48px;
  }
}

.banner-main__content {
  padding: 0 16px;
  width: 100%;
}
.banner-main__content p {
  color: #ffffff;
  font-family: "Galano", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 12px;
  margin: 0;
  padding: 0;
}
@media (min-width: 1024px) {
  .banner-main__content p {
    font-size: 32px;
    line-height: 35px;
  }
}
.banner-main__content p strong {
  font-weight: 700;
  color: #FFB61E;
}
.banner-main__content h1 {
  color: #ffffff;
  font-family: "Galano", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 0px;
  margin: 0;
  padding: 0;
  white-space: pre-line;
}
@media (min-width: 1024px) {
  .banner-main__content h1 {
    font-size: 44px;
    line-height: 0;
  }
}
.banner-main__content h1 strong {
  display: block;
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
}
@media (min-width: 1024px) {
  .banner-main__content h1 strong {
    font-size: 64px;
    line-height: 64px;
  }
}

.banner-main__phones {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media (min-width: 1024px) {
  .banner-main__phones {
    flex-direction: row;
    gap: 24px;
  }
}
.banner-main__phones .item {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin: 0;
  padding: 0 16px;
  position: relative;
  width: 100%;
}
.banner-main__phones .item::before {
  background-color: #ffffff;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}
.banner-main__phones .item::after {
  background-color: #FFB61E;
  border-radius: 50%;
  bottom: -1px;
  content: "";
  height: 3px;
  position: absolute;
  right: -5px;
  width: 3px;
}
.banner-main__phones .item p {
  color: #ffffff;
  font-family: "Galano", sans-serif;
  font-size: 10px;
  font-weight: 400;
  line-height: 10px;
  margin: 0;
  padding: 0;
  width: 100%;
}
@media (min-width: 1024px) {
  .banner-main__phones .item p {
    font-size: 14px;
    line-height: 14px;
    text-wrap: nowrap;
  }
}
.banner-main__phones .item p strong {
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
}
@media (min-width: 1024px) {
  .banner-main__phones .item p strong {
    font-size: 36px;
    line-height: 40px;
  }
}

.banner-main__partners {
  background-color: #171A88;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px 0;
  width: 100%;
}
@media (min-width: 1024px) {
  .banner-main__partners {
    background: transparent;
    align-items: flex-start;
  }
}
.banner-main__partners .title {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: 0 auto;
  max-width: 1280px;
  padding: 0 16px;
  width: 100%;
}
.banner-main__partners .title h3 {
  color: #ffffff;
  font-family: "Galano", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
  margin: 0;
  padding: 0;
  width: 100%;
}
.banner-main__partners .list {
  box-sizing: border-box;
  display: flex;
  gap: 12px;
  overflow-x: auto;
  padding: 0 16px;
  scroll-behavior: smooth;
  scroll-padding: 16px;
  scroll-snap-stop: always;
  scroll-snap-type: x mandatory;
  width: 100%;
}
@media (min-width: 1024px) {
  .banner-main__partners .list {
    width: auto;
    justify-content: flex-start;
    padding: 0;
  }
}
@media (min-width: 1024px) {
  .banner-main__partners .list figure {
    margin: 0;
    padding: 0;
  }
}
.banner-main__partners .list figure img {
  max-height: 88px;
  max-width: 88px;
  scroll-snap-align: start;
}

/** 
************ Planos ************
*/
.home-plans {
  background-color: #f4f2f1;
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  gap: 16px;
  padding: 16px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-snap-stop: always;
  scroll-behavior: smooth;
  scroll-padding: 16px;
}
@media (min-width: 1024px) {
  .home-plans {
    flex-direction: column;
    background-color: #ffffff;
    padding: 0;
    width: 100%;
    margin: auto;
  }
}

.home-plans__container {
  background-color: #ffffff;
  max-width: 312px;
  width: max-content;
  scroll-snap-align: center;
}
@media (min-width: 1024px) {
  .home-plans__container {
    width: 100%;
    max-width: 100%;
    flex-direction: row-reverse;
    gap: 24px;
    align-items: center;
  }
  .home-plans__container.reverse {
    background-color: #f4f2f1;
  }
  .home-plans__container.reverse .home-plans__item {
    flex-direction: row;
  }
}

.home-plans__item {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  padding: 0;
  max-width: 312px;
  width: 1280px;
  scroll-snap-align: center;
  height: 100%;
}
@media (min-width: 1024px) {
  .home-plans__item {
    max-width: 100%;
    flex-direction: row-reverse;
    gap: 24px;
    align-items: center;
    padding: 80px 0;
  }
}
@media (min-width: 1024px) {
  .home-plans__item figure {
    max-width: 648px;
    width: 100%;
  }
}
.home-plans__item figure img {
  height: max-content;
  max-height: 233px;
  max-width: 312px;
  object-fit: cover;
  object-position: center;
  width: max-content;
}
@media (min-width: 1024px) {
  .home-plans__item figure img {
    max-width: 648px;
    width: 100%;
    max-height: none;
    object-fit: none;
  }
}

.home-plans__content {
  gap: 16px;
  padding: 16px;
  width: 100%;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 1024px) {
  .home-plans__content {
    gap: 24px;
  }
}
.home-plans__content h2 {
  color: #171A88;
  font-family: "Galano", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  margin: 0;
  padding: 0;
}
@media (min-width: 1024px) {
  .home-plans__content h2 {
    font-size: 32px;
    line-height: 40px;
  }
}
.home-plans__content p {
  font-family: "Galano", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  margin: 0;
  padding: 0;
  flex-grow: 1;
}
@media (min-width: 1024px) {
  .home-plans__content p {
    font-size: 18px;
    line-height: 24px;
  }
}
.home-plans__content p strong {
  font-weight: 700;
}
.home-plans__content .wp-block-buttons {
  gap: 8px;
  width: 100%;
}
@media (min-width: 1024px) {
  .home-plans__content .wp-block-buttons {
    margin-top: 40px;
    gap: 24px;
  }
}
.home-plans__content .wp-block-buttons .wp-block-button {
  width: 100%;
}
@media (min-width: 1024px) {
  .home-plans__content .wp-block-buttons .wp-block-button {
    width: auto;
  }
}

/** 
************ Sobre a Quali ************
*/
.home-about {
  background-color: #171A88;
  display: flex;
}

.home-about__container {
  display: grid;
  grid-template-columns: 1fr;
  margin: 0 auto;
  max-width: 1280px;
  width: 100%;
  gap: 0;
}
@media (min-width: 1024px) {
  .home-about__container {
    grid-template-columns: minmax(auto, 348px) minmax(auto, 932px);
  }
}
.home-about__container figure {
  grid-row: 1;
}
@media (min-width: 1024px) {
  .home-about__container figure {
    grid-column: 2;
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .home-about__container figure img {
    height: 100%;
    max-height: 528px;
    object-fit: cover;
    width: 100%;
  }
}

.home-about__content {
  gap: 32px;
  padding: 32px 16px;
  width: 100%;
}
@media (min-width: 1024px) {
  .home-about__content {
    padding: 64px 16px;
    justify-content: space-between;
  }
}
.home-about__content h2 {
  color: #ffffff;
  font-family: "Galano", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  margin: 0;
  padding: 0;
}
@media (min-width: 1024px) {
  .home-about__content h2 {
    font-size: 32px;
    line-height: 40px;
  }
}

.home-about__links {
  display: flex;
  flex-direction: column;
  gap: 16px;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 1024px) {
  .home-about__links {
    gap: 32px;
  }
}
.home-about__links a {
  color: #ffffff;
  font-family: "Galano", sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  position: relative;
  text-decoration: none;
}
@media (min-width: 1024px) {
  .home-about__links a {
    font-size: 16px;
    line-height: 20px;
  }
}
.home-about__links a::before {
  background-color: #ffffff;
  bottom: -2px;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: calc(100% + 16px);
}
@media (min-width: 1024px) {
  .home-about__links a::before {
    width: calc(100% + 24px);
  }
}
.home-about__links a::after {
  color: #ffffff;
  content: "\f061";
  font-family: "Font Awesome 6 Free";
  font-size: 12px;
  font-weight: 900;
  line-height: 16px;
  position: absolute;
  right: -16px;
  top: 0;
}
@media (min-width: 1024px) {
  .home-about__links a::after {
    right: -24px;
    font-size: 18px;
    line-height: 20px;
  }
}

/** 
************ Página Parceiros de Cobrança ************
*/
.collection-agencies {
  max-width: 1280px;
  width: 100%;
  margin: auto;
  padding: 32px 16px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  position: relative;
}
@media (min-width: 1024px) {
  .collection-agencies {
    padding: 64px 16px;
    gap: 32px;
  }
}
.collection-agencies h2 {
  font-family: "Galano", sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  color: #171A88;
  margin: 0 !important;
  padding: 0;
}
@media (min-width: 1024px) {
  .collection-agencies h2 {
    font-size: 24px;
    line-height: 32px;
  }
}
.collection-agencies p {
  font-family: "Segoe UI", sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  color: #1a1919;
  margin: 0 !important;
  padding: 0;
}

.collection-agencies__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-left: 0 !important;
}
@media (min-width: 960px) {
  .collection-agencies__list {
    grid-template-columns: repeat(4, 1fr);
    gap: 32px;
  }
}
@media (min-width: 1024px) {
  .collection-agencies__list {
    grid-template-columns: repeat(5, 1fr);
    gap: 48px;
  }
}
.collection-agencies__list .item {
  background-color: #f4f2f1;
  border: 1px solid #E5E4E3;
  border-radius: 8px;
  padding: 24px 20px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  max-width: 183px;
  width: 100%;
}
.collection-agencies__list .item figure a::before {
  display: none;
}
.collection-agencies__list .item figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.collection-agencies__list .item p {
  text-align: center;
}
.collection-agencies__list .item p a {
  font-family: "Galano", sans-serif;
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  color: #171A88;
  text-decoration: none;
  position: relative;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
.collection-agencies__list .item p a::before {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #171A88;
}

.collection-agencies__hero {
  min-height: 320px;
  display: flex;
  align-items: flex-end;
  gap: 16px;
  box-sizing: border-box;
  background-size: auto 122% !important;
  background-position: 22% 0;
}
@media (min-width: 960px) {
  .collection-agencies__hero {
    background-size: 122% !important;
    background-position: center 25%;
    min-height: 420px;
    align-items: center;
  }
}
.collection-agencies__hero::before {
  content: "";
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.45));
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
@media (min-width: 960px) {
  .collection-agencies__hero::before {
    background-image: linear-gradient(to left, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.5));
  }
}

.collection-agencies__hero__container {
  width: 100%;
  max-width: 1280px;
  margin: auto;
  padding: 16px;
  z-index: 2;
}
.collection-agencies__hero__container h1 {
  font-family: "Galano", sans-serif;
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
  color: #171A88;
  position: relative;
  padding-bottom: 26px;
}
@media (min-width: 960px) {
  .collection-agencies__hero__container h1 {
    width: 50%;
    margin-left: 0 !important;
    font-size: 48px;
    line-height: 56px;
  }
}
.collection-agencies__hero__container h1::before {
  content: "";
  background-color: #171A88;
  width: calc(100% - 16px);
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.collection-agencies__hero__container h1::after {
  content: "";
  background-color: #FFB61E;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  position: absolute;
  bottom: -3px;
  right: 0px;
}
.collection-agencies__hero__container h1 strong {
  font-size: 40px;
  display: block;
}
@media (min-width: 960px) {
  .collection-agencies__hero__container h1 strong {
    font-size: 64px;
    line-height: 72px;
  }
}

.collection-agencies__hero {
  min-height: 320px;
  display: flex;
  align-items: flex-end;
  gap: 16px;
  box-sizing: border-box;
  background-size: auto 122% !important;
  background-position: 22% 0;
}
@media (min-width: 960px) {
  .collection-agencies__hero {
    background-size: 122% !important;
    background-position: center 25%;
    min-height: 420px;
    align-items: center;
  }
}
.collection-agencies__hero::before {
  content: "";
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.45));
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
@media (min-width: 960px) {
  .collection-agencies__hero::before {
    background-image: linear-gradient(to left, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.5));
  }
}

.collection-agencies__hero__container {
  width: 100%;
  max-width: 1280px;
  margin: auto;
  padding: 16px;
  z-index: 2;
}
.collection-agencies__hero__container h1 {
  font-family: "Galano", sans-serif;
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
  color: #171A88;
  position: relative;
  padding-bottom: 26px;
}
@media (min-width: 960px) {
  .collection-agencies__hero__container h1 {
    width: 50%;
    margin-left: 0 !important;
    font-size: 48px;
    line-height: 56px;
    padding-bottom: 64px;
  }
}
.collection-agencies__hero__container h1::before {
  content: "";
  background-color: #171A88;
  width: calc(100% - 16px);
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.collection-agencies__hero__container h1::after {
  content: "";
  background-color: #FFB61E;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  position: absolute;
  bottom: -3px;
  right: 0px;
}
.collection-agencies__hero__container h1 strong {
  font-size: 40px;
  display: block;
}
@media (min-width: 960px) {
  .collection-agencies__hero__container h1 strong {
    font-size: 64px;
    line-height: 72px;
  }
}

/** 
************ Página segurança do boleto ************
*/
.automatic-debit {
  width: 100%;
  background-color: #171A88;
}
@media (min-width: 960px) {
  .automatic-debit {
    display: grid;
    grid-template-columns: 1fr minmax(auto, 448px) minmax(auto, 832px) 1fr;
    gap: 60px;
  }
}

.automatic-debit figure {
  margin: 0;
  padding: 0;
}
@media (min-width: 960px) {
  .automatic-debit figure {
    grid-column: 1/3;
  }
}

.automatic-debit figure img {
  height: 220px;
  width: 100%;
  object-fit: cover;
}
@media (min-width: 960px) {
  .automatic-debit figure img {
    width: 100%;
    height: 100%;
  }
}

.automatic-debit__container {
  padding: 32px 16px;
  display: flex;
  flex-direction: column;
  gap: 38px;
}
@media (min-width: 960px) {
  .automatic-debit__container {
    width: 80%;
    padding: 64px 0;
    margin-left: 0 !important;
  }
}

.automatic-debit__container .wp-block-buttons,
.automatic-debit__container .wp-block-button {
  width: 100%;
}
@media (min-width: 960px) {
  .automatic-debit__container .wp-block-buttons,
  .automatic-debit__container .wp-block-button {
    width: auto;
    margin-left: 0 !important;
  }
}

.automatic-debit__container h2 {
  font-family: "Galano", sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  color: #ffffff;
}
@media (min-width: 960px) {
  .automatic-debit__container h2 {
    margin-left: 0 !important;
    font-size: 32px;
    line-height: 40px;
  }
}

.automatic-debit__content {
  padding: 0;
  margin: 0;
}
@media (min-width: 960px) {
  .automatic-debit__content {
    width: 100%;
    align-items: flex-start;
  }
}

.automatic-debit__content p {
  font-family: "Galano", sans-serif;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 8px;
  font-weight: 400;
  color: #ffffff;
}
@media (min-width: 960px) {
  .automatic-debit__content p {
    font-size: 18px;
    line-height: 24px;
  }
}

.hero-invoice-security {
  align-items: center;
  background-position: center;
  display: grid;
  grid-template-columns: 1fr;
  min-height: 260px;
  justify-content: start;
  position: relative;
}
@media (min-width: 960px) {
  .hero-invoice-security {
    grid-template-columns: 1fr minmax(100%, 1280px) 1fr;
  }
}

.hero-invoice-security .hero-invoice-security__container {
  padding: 64px 16px;
  max-width: 1280px;
  width: 100%;
  margin: 0;
  z-index: 1;
}
@media (min-width: 960px) {
  .hero-invoice-security .hero-invoice-security__container {
    padding: 64px 24px;
    grid-column: 2;
  }
}

.hero-invoice-security .hero-invoice-security__background {
  background: radial-gradient(circle at right top, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.6) 30%);
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  margin: 0;
  padding: 0;
  max-width: none !important;
}
@media (min-width: 960px) {
  .hero-invoice-security .hero-invoice-security__background {
    background: radial-gradient(circle at right top, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.6) 100%);
  }
}

.hero-invoice-security h1 {
  font-family: "Galano", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
  color: #171A88;
  margin: 0;
  padding: 0;
  width: 65%;
  margin-left: 0 !important;
}
@media (min-width: 960px) {
  .hero-invoice-security h1 {
    font-size: 36px;
    line-height: 48px;
    max-width: 40%;
  }
}

.hero-invoice-security h1 strong {
  font-weight: 700;
  margin: 0;
  padding: 0;
}

.send-invoice {
  background-color: #f4f2f1;
  box-sizing: border-box;
  padding: 32px 16px 16px 16px;
  margin: 0;
}
@media (min-width: 960px) {
  .send-invoice {
    padding: 80px 0 30px 0;
  }
}

.send-invoice__container {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
}

.send-invoice h2 {
  font-family: "Galano", sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  color: #171A88;
  width: 100%;
}
@media (min-width: 960px) {
  .send-invoice h2 {
    font-size: 32px;
    line-height: 40px;
  }
}

.send-invoice p {
  font-family: "Galano", sans-serif;
  font-weight: 400;
  color: #1a1919;
  font-size: 14px;
  line-height: 20px;
  width: 100%;
}
@media (min-width: 960px) {
  .send-invoice p {
    font-size: 18px;
    line-height: 24px;
  }
}

.send-invoice p strong {
  font-weight: 700;
}

.send-invoice p a {
  font-weight: 700;
  color: #171A88;
  text-decoration: none;
}

.tips {
  background-color: #E5E6FF;
  margin: 0;
  padding: 64px 16px;
}

.tips__container {
  display: flex;
  flex-direction: column;
  gap: 38px;
}

.tips__container h2 {
  font-family: "Galano", sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  margin-left: 0 !important;
  color: #171A88;
}
@media (min-width: 960px) {
  .tips__container h2 {
    font-size: 32px;
    line-height: 40px;
  }
}

.tips__container .title {
  display: flex;
  align-items: center;
  width: 100%;
  margin: 0;
  padding: 0;
}

.tips__container .title figure {
  width: 76px;
  height: 76px;
}

.tips__container .title figure img {
  display: block;
  min-width: 76px;
  max-height: 76px;
}

.tips__container .title h3 {
  font-family: "Segoe UI", sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  color: #171A88;
  flex-grow: 1;
}
@media (min-width: 960px) {
  .tips__container .title h3 {
    font-size: 24px;
    line-height: 32px;
  }
}

.tips__container .title h3 a {
  color: #171A88;
  text-decoration: underline;
}

.tips__container ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 36px;
  padding-left: 26px;
  width: 100%;
}

.tips__container ul li {
  font-family: "Galano", sans-serif;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 8px;
  font-weight: 400;
  position: relative;
}
@media (min-width: 960px) {
  .tips__container ul li {
    font-size: 18px;
    line-height: 24px;
  }
}
.tips__container ul li::before {
  content: "";
  width: 16px;
  height: 16px;
  background: #FFB61E;
  border-radius: 50%;
  top: 0;
  left: -26px;
  position: absolute;
}

.topics-invoice-security {
  background-color: #f4f2f1;
  margin: 0;
  padding: 0;
}

.topics-invoice-security__container {
  padding: 16px 0 32px;
  margin: 0;
}
@media (min-width: 960px) {
  .topics-invoice-security__container {
    display: flex;
    flex-direction: column;
    gap: 36px;
    padding: 30px 0 80px;
  }
}

.topics-invoice-security__container h2 {
  display: none;
}
@media (min-width: 960px) {
  .topics-invoice-security__container h2 {
    display: block;
    font-family: "Galano", sans-serif;
    font-size: 32px;
    line-height: 40px;
    font-weight: 700;
    color: #171A88;
    margin: 0 !important;
    padding: 0;
  }
}

.topics-invoice-security__list {
  width: 100%;
  overflow-x: auto;
  display: flex;
  flex-wrap: nowrap;
  gap: 16px;
  padding: 4px 16px;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scroll-snap-stop: always;
  scroll-padding-left: 16px;
}
@media (min-width: 960px) {
  .topics-invoice-security__list {
    overflow-x: visible;
    padding: 0;
    justify-content: space-between;
    scroll-padding-left: 0;
  }
}

.topics-invoice-security__list .item {
  min-width: calc(100% - 48px);
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  padding: 24px 16px;
  border-radius: 12px;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2509803922);
  scroll-snap-align: start;
  gap: 16px;
}
@media (min-width: 960px) {
  .topics-invoice-security__list .item {
    max-width: 290px;
    width: 100%;
    min-width: auto;
  }
}

.topics-invoice-security__list .item h3 {
  font-family: "Segoe UI", sans-serif;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  margin: 0;
  padding: 0;
  color: #171A88;
}

.topics-invoice-security__list .item p {
  font-family: "Galano", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #1a1919;
  flex-grow: 1;
}

.topics-invoice-security__list .item p strong {
  font-weight: 700;
}

.topics-invoice-security__app {
  display: flex;
  gap: 8px;
}

/*# sourceMappingURL=page.css.map */
