.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #7d0c12;
  font-size: 16px;
  line-height: 30px;
  font-weight: 700;
  text-align: center;
}

h4 {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  text-align: center;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #7d0c12;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  text-align: center;
}

a {
  text-decoration: underline;
}

.body {
  background-color: #f8f8f8;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #414241;
}

.container {
  max-width: 1300px;
  padding: 16px;
}

.box-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.btn-acesso-portal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 120px;
  min-width: 0px;
  margin: 0px;
  padding: 16px 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 8px;
  background-color: #7d0c12;
  -webkit-transition: box-shadow 200ms ease, background-color 200ms ease;
  transition: box-shadow 200ms ease, background-color 200ms ease;
  text-decoration: none;
}

.btn-acesso-portal:hover {
  background-color: #440e0e;
  box-shadow: 0 2px 15px 0 rgba(125, 12, 18, 0.3);
}

.label-link {
  margin-bottom: 0px;
  color: #fff;
  font-size: 14px;
  line-height: 18px;
  font-weight: 300;
  text-align: center;
  text-decoration: none;
}

.heading {
  margin-top: 20px;
  margin-bottom: 10px;
  background-color: transparent;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #2b2c2d;
  font-size: 20px;
  font-weight: 300;
  text-align: left;
}

.heading-2 {
  margin-top: 0px;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #2b2c2d;
  font-size: 24px;
}

.title-slide {
  margin-top: 0px;
  margin-bottom: 8px;
  color: #fff;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
}

.title-slide.caption-title-wallet {
  color: #7d0c12;
  font-size: 24px;
  line-height: 110%;
}

.mask {
  border-radius: 10px;
  background-color: transparent;
}

.slider {
  height: 230px;
  border-radius: 10px;
  background-color: transparent;
  box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.15);
}

.icon {
  display: none;
  margin-top: auto;
  opacity: 0.5;
}

.icon:hover {
  opacity: 1;
}

.icon-2 {
  display: none;
  margin-top: auto;
  opacity: 0.5;
}

.icon-2:hover {
  opacity: 1;
}

.post-news {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 120px;
  margin-bottom: 8px;
  padding: 16px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: box-shadow 200ms ease-in-out;
  transition: box-shadow 200ms ease-in-out;
  text-decoration: none;
}
.post-title {
  margin-top: 0px;
  margin-bottom: 8px;
  color: #7d0c12;
  font-size: 16px;
  line-height: 24px;
}
.post-news:hover {
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
}

.post-news.post-semfoto {
  position: static;
  display: block;
  overflow: visible;
  padding: 16px;
}

.post-news.post-semfoto.display-none {
  display: block;
  min-height: 0px;
  padding: 16px;
}

.post-news.show {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 0px;
  margin-bottom: 16px;
  padding-right: 16px;
  padding-left: 16px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.05);
}

.post-text {
  color: #2b2c2d;
  font-size: 12px;
  line-height: 18px;
}

.link-voltar {
  display: block;
  margin-top: 0px;
  margin-bottom: 24px;
  padding-left: 24px;
  background-image: url("../img/arrow_back.svg");
  background-position: 0% 50%;
  background-size: 12px 12px;
  background-repeat: no-repeat;
  color: #7d0c12;
  font-size: 16px;
  text-decoration: none;
}

.link-voltar:hover {
  color: #a00f17;
  text-decoration: underline;
}

.data-publicacao {
  margin: 0px 0px 16px;
  padding-top: 4px;
  padding-right: 16px;
  padding-bottom: 8px;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px none #e0e0e0;
  color: #a1a1a1;
  font-size: 12px;
  text-align: right;
}

.title-news {
  max-width: 800px;
  margin-right: 0px;
  margin-bottom: 20px;
  margin-left: 0px;
  color: #7d0c12;
  font-size: 32px;
  font-weight: 400;
}

.col-news-right {
  overflow: hidden;
  padding-right: 0px;
  padding-left: 0px;
  background-color: transparent;
}

.post-news-text {
  margin: 0px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.tabs-menu {
  padding-top: 8px;
  border-top: 1px none rgba(51, 51, 51, 0.3);
  text-align: center;
}

.tabs-content {
  margin-bottom: 8px;
}

.tab-link {
  margin-right: 4px;
  margin-left: 4px;
  padding: 6px 8px;
  border-radius: 40%;
  background-color: #fff;
  opacity: 0.7;
  -webkit-transition: -webkit-filter 200ms ease-in-out;
  transition: -webkit-filter 200ms ease-in-out;
  transition: filter 200ms ease-in-out;
  transition: filter 200ms ease-in-out, -webkit-filter 200ms ease-in-out;
}

.tab-link:hover {
  -webkit-filter: brightness(88%);
  filter: brightness(88%);
}

.tab-link.w--current {
  display: inline-block;
  margin-right: 4px;
  margin-left: 4px;
  padding: 6px 8px;
  border-radius: 50%;
  background-color: #fff;
  opacity: 1;
  -webkit-transition: -webkit-filter 200ms ease-in-out;
  transition: -webkit-filter 200ms ease-in-out;
  transition: filter 200ms ease-in-out;
  transition: filter 200ms ease-in-out, -webkit-filter 200ms ease-in-out;
  color: rgba(51, 51, 51, 0.5);
}

.tab-link.w--current:hover {
  -webkit-filter: brightness(90%);
  filter: brightness(90%);
}

.tap-link-text {
  color: #333;
}

.image-2 {
  margin-right: 8px;
  margin-left: 0px;
}

.conteudo-news {
  margin: 0px 20px 20px;
}

.post-barra {
  width: 6px;
  margin-right: 8px;
  border-radius: 8px;
  background-color: #e5e5e5;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.grid {
  -webkit-box-pack: start;
  -webkit-justify-content: start;
  -ms-flex-pack: start;
  justify-content: start;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-auto-flow: row;
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  grid-template-areas:
    "banner news-title"
    "banner news-topics"
    "antecipe news-topics"
    "subtitle news-topics"
    "btn news-topics";
  -ms-grid-rows: 50px 0px auto 0px auto 0px auto 0px 1fr;
  grid-template-rows: 50px auto auto auto 1fr;
}

.image-4 {
  margin-bottom: 16px;
}

.btn-icon {
  width: 40px;
  height: 40px;
  margin-bottom: 16px;
}

.image-6 {
  margin-bottom: 16px;
}

.image-7 {
  width: 40px;
  height: 40px;
  margin-bottom: 16px;
}

.tabs {
  margin-top: 10px;
}

.box-news {
  overflow: hidden;
  padding-bottom: 0px;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.08);
}
.box-news p {
  font-size: 16px;
  line-height: 140%;
}
.text-big p {
  font-size: 20px;
}
.left-arrow {
  background-color: transparent;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.left-arrow:hover {
  background-color: transparent;
}

.right-arrow {
  background-color: transparent;
}

.right-arrow:hover {
  background-color: transparent;
}

.slide-nav {
  display: none;
}

.post-link {
  color: #7d0c12;
  font-size: 12px;
  font-weight: 400;
  text-align: right;
  text-decoration: underline;
}

.box-blue {
  margin: 24px -20px;
  padding: 16px;
  background-color: #7d0c12;
  color: #fff;
}

.text-block-6 {
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.box-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 620px;
  margin-top: 16px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.text-block-7 {
  margin-bottom: 8px;
  color: #26445c;
  font-weight: 500;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.post-news-content {
  margin-left: 20px;
}

.paragraph-2 {
  margin-bottom: 0px;
}

.paragraph-3 {
  margin-bottom: 0px;
}

.box-important {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 24px;
  margin-bottom: 24px;
  padding: 16px;
  border-style: solid;
  border-width: 2px;
  border-color: #c18f2f;
  border-radius: 8px;
}

.div-block {
  margin-left: 16px;
}

.heading-7 {
  color: #c18f2f;
}

.heading-8 {
  text-align: center;
}

.list-item-3 {
  margin-bottom: 4px;
}

.text-post-link {
  color: #7d0c12;
  font-size: 12px;
  text-align: right;
  text-decoration: underline;
}

.columns {
  margin-top: 24px;
  padding: 24px;
  background-color: #25445c;
}

.heading-9 {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  color: #fff;
  font-size: 18px;
  text-align: right;
}

.column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  text-align: right;
}

.antecipe-pagamento {
  position: relative;
  margin-top: 24px;
  padding: 16px;
  border-radius: 10px;
  background-color: #fff;
  text-align: center;
}
.duas-colunas {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  max-width: 300px;
}
.duas-colunas h3 {
  margin: 0;
  color: #4d4d4f;
}
.antecipe-text {
  color: #2b2c2d;
  font-size: 12px;
}

.button-primary {
  border-radius: 4px;
  background-color: #7d0c12;
  font-weight: 700;
  text-transform: uppercase;
}

.button-primary:hover {
  background-color: #440e0e;
}

.col-text {
  padding: 10px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  background-color: #e5e5e5;
}

.col-resgate {
  padding: 10px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  background-color: #414241;
}

.text-block-9 {
  color: #fff;
}

.columns-2 {
  margin-top: 10px;
}

.column-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.column-6 {
  padding-right: 10px;
  padding-left: 0px;
}

.image-21 {
  display: block;
  margin: 24px auto;
}

.heading-10 {
  margin-top: 0px;
  color: #fff;
  text-align: center;
}

.boxes {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 656px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  background-color: transparent;
}

.box {
  margin: 5px;
  padding: 16px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 1px solid #414241;
  border-radius: 8px;
  background-color: #fff;
  text-align: center;
}

.text-block-11 {
  margin-top: 16px;
}

.content-title {
  background-color: #7d0c12;
}

.heading-11 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 5px;
  padding-bottom: 5px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}

.content {
  margin-top: 24px;
  margin-bottom: 24px;
  box-shadow: 0 -5px 20px 0 rgba(0, 0, 0, 0.1);
}

.content-list {
  padding: 16px;
}

.list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 48px;
  margin-bottom: 5px;
  padding: 8px 12px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-color: #f9f8f6;
}

.list-item.mt-32 {
  margin-top: 32px;
}

.icon-list {
  margin-right: 16px;
}

.list-text {
  margin-bottom: 0px;
  color: #333;
}

.box-important-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 24px;
  margin-bottom: 24px;
  padding: 16px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #c18f2f;
  border-radius: 8px;
}

.title-atencao {
  color: #c18f2f;
  text-align: left;
}

.tooltip {
  position: relative;
  margin-left: 6px;
}

.question {
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #333;
  color: #fff;
  font-size: 12px;
  line-height: 24px;
  font-weight: 700;
  cursor: help;
}

.question:hover {
  background-color: #000;
}

.tooltip-box {
  position: absolute;
  left: auto;
  top: auto;
  right: -10px;
  bottom: 40px;
  z-index: 1000;
  display: none;
  width: 300px;
  padding: 8px;
  border-radius: 8px;
  background-color: #333;
  box-shadow: 0 2px 10px 0 rgba(51, 51, 51, 0.4);
  color: #fff;
  font-size: 12px;
  line-height: 17px;
  text-align: left;
}

.paragraph-5 {
  margin-bottom: 6px;
}

.paragraph-6 {
  margin-bottom: 6px;
}

.paragraph-7 {
  margin-bottom: 0px;
}

.slide {
  background-color: transparent;
  background-image: url("../images/banner-pagamento-via-qrcode.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide.slide2 {
  background-image: url("../images/h-roteirizador.png");
  background-size: cover;
  background-attachment: scroll;
}

.slide-text-link {
  color: #fff;
  font-size: 12px;
}

.slide-text-link:hover {
  color: #dadada;
}

.slide-text-link.caption-link-wallet {
  color: #333;
  text-decoration: underline;
}

.text-link {
  color: #333;
  font-weight: 700;
}

.slider-title {
  position: absolute;
  left: 10%;
  top: auto;
  right: 10%;
  bottom: 5%;
  display: block;
  max-width: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  -o-object-fit: fill;
  object-fit: fill;
}

.slider-title.slider-caption-wallet {
  left: 8%;
  max-width: 320px;
}

.paragraph {
  margin-bottom: 0px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 300;
}

.box-vantagens {
  margin-right: -20px;
  margin-bottom: 24px;
  margin-left: -20px;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #7d0c12;
}

.paragraph-8 {
  margin-top: 32px;
  margin-bottom: 32px;
}

.box-passo-a-passo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
}

.list-item-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 8px;
  padding: 8px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #fff;
  box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.08);
}

.list-item-2.item-2 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.link {
  color: #333;
}

.heading-14 {
  line-height: 140%;
}

.topico-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 16px;
  margin-bottom: 4px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.topico-item-number {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 16px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  background-color: #e5e5e5;
  line-height: 16px;
  text-align: center;
}

.topico-item-text {
  padding: 10px 16px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

.img-center {
  margin-bottom: 8px;
  text-align: center;
}

.heading-15 {
  color: #7d0c12;
  font-size: 16px;
  text-transform: uppercase;
}

.col-bg-brow-100 {
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  background-color: #ebe9e8;
}

.news-topico-app {
  padding-right: 16px;
  padding-left: 16px;
}

.bold-text-4 {
  text-transform: uppercase;
}

.topico-app-item {
  display: block;
  max-width: 32px;
  margin-bottom: 16px;
  padding: 32px 8px 8px;
  background-color: #7d0c12;
  color: #fff;
  text-align: center;
}

.img-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: right;
}

.news-topico-app {
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  background-color: #ebe9e8;
}

.list-item-text {
  margin-bottom: 0px;
}

.lista-padding {
  padding-right: 8px;
  padding-left: 8px;
}

.col-bg-bordo {
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 16px;
  background-color: #7d0c12;
}

.col-bordo-title {
  max-width: 300px;
  margin-left: auto;
  color: #fff;
  font-size: 24px;
  line-height: 140%;
  text-align: right;
}

.col-bordo-img {
  text-align: center;
}

.col-bordo-block-text {
  text-align: left;
}

.slide-2 {
  background-image: url("../images/banner-posto-qrcode.jpg");
  background-position: 0px 0px;
  background-size: cover;
}

.mask-gradient {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  min-height: 90%;
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(0, 0, 0, 0.8)),
    to(transparent)
  );
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.8), transparent);
  mix-blend-mode: multiply;
}

.icon-arrow-right {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  max-height: 24px;
  max-width: 24px;
  margin: auto 8px auto auto;
  opacity: 0.5;
}

.icon-arrow-left {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  max-height: 24px;
  max-width: 24px;
  margin: auto auto auto 8px;
  opacity: 0.5;
}
.slide-rav {
  background-image: url("../images/hero-banner-rav-automatico.png");
  background-position: 50% 50%;
  background-size: cover;
}
.slide-rav .slider-title {
  max-width: 280px;
  top: 32px;
}
.slide-rav .slider-title h2 {
  margin: 24px 0 16px;
}
.slide-rav .title-slide {
  font-weight: 300;
  line-height: 120%;
}
.slide-rav .slide-text-link {
  text-decoration: underline;
}
.slide-wallet {
  background-image: url("../images/banner-webflow-spe-2.png");
  background-position: 50% 50%;
  background-size: cover;
}
.slide-app {
  background-image: url("../images/banner-app-estabelecimento.png");
  background-position: 50% 50%;
  background-size: cover;
}
.slide-https {
  background-image: url("../images/banner-https.png");
  background-position: 50% 50%;
  background-size: cover;
}

.slide-wallet.wallet-02 {
  background-image: url("../images/banner-webflow-spe-2.png");
}

.link-bordo {
  color: #7d0c12;
  font-weight: 700;
}

.btn-primary {
  display: flex;
  gap: 16px;
  justify-content: space-between;
  align-items: center;
  max-width: 300px;
  margin-right: auto;
  margin-left: auto;
  padding: 12px 16px;
  border-radius: 6px;
  background-color: #7d0c12;
  text-decoration: none;
  color: #ffffff;
}

.btn-primary.mt-32 {
  margin-top: 32px;
  text-decoration: none;
}

.btn-primary.mt-32:hover {
  background-color: #9c0a12;
}

.icon-btn {
  margin-left: 8px;
}

.text-btn {
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
}

.slide-manutencao {
  background-color: #fff;
  background-image: url("../images/banner-webflow-spe--perfil-POSTO.png");
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.banner-subtitle {
  margin-top: 0px;
  line-height: 130%;
  text-align: left;
}

.subtitle-slide {
  margin-top: 0px;
  color: #333;
  font-size: 14px;
  line-height: 130%;
}

.link-slider {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 10;
}

.slide-manutencao-2 {
  background-image: url("../images/banner-manutencao.png");
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}
.box-bordo {
  background-color: #7d0c12;
  padding: 16px;
  margin-bottom: 24px;
}
.box-bordo h3 {
  color: #ffffff;
  margin: 0 0 8px 0;
}
.box-bordo-linha {
  display: flex;
  align-items: center;
  gap: 16px;
  background-color: #ffffff;
  border-radius: 4px;
  margin: 8px 0;
  padding: 16px;
}
.box-bordo-linha p {
  margin: 0;
}

@media screen and (max-width: 991px) {
  .container {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .box-btn {
    margin-bottom: 24px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .btn-acesso-portal {
    margin-right: 4px;
    margin-left: 4px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .heading {
    margin-top: 0px;
  }

  .heading-2 {
    margin-top: 40px;
    margin-bottom: 0px;
  }

  .link-voltar {
    margin-top: 24px;
    margin-bottom: 24px;
    margin-left: 16px;
  }

  .title-news {
    font-size: 32px;
    line-height: 40px;
  }

  .grid {
    grid-auto-flow: column;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-areas:
      "subtitle"
      "btn"
      "banner"
      "antecipe"
      "news-title"
      "news-topics";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 40px 0px 1fr 0px auto 0px auto 0px auto;
    grid-template-rows: 40px 1fr auto auto auto;
  }

  .image-8 {
    max-height: 60px;
    max-width: 60px;
  }

  .image-9 {
    max-height: 60px;
    max-width: 60px;
  }

  .image-10 {
    max-height: 60px;
    max-width: 60px;
  }

  .image-11 {
    max-height: 60px;
    max-width: 60px;
  }

  .image-12 {
    max-height: 60px;
    max-width: 60px;
  }

  .image-13 {
    max-height: 60px;
    max-width: 60px;
  }

  .boxes {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .box {
    width: 190px;
    height: 160px;
    max-width: none;
    min-width: 0px;
    padding: 10px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .col-bordo-title {
    max-width: 100%;
    margin-left: 0px;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .box-btn {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .btn-acesso-portal {
    max-width: 240px;
    margin-right: 4px;
    margin-left: 4px;
  }

  .title-slide {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .link-voltar {
    margin-bottom: 24px;
  }

  .title-news {
    font-size: 26px;
    line-height: 32px;
  }

  .heading-9 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
  }

  .column {
    text-align: center;
  }

  .image-20 {
    text-align: center;
  }

  .column-2 {
    text-align: center;
  }

  .col-text {
    border-radius: 0px;
  }

  .col-resgate {
    border-radius: 0px;
  }

  .column-5 {
    margin-top: 16px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .bold-text-3 {
    display: block;
    font-size: 14px;
  }

  .column-7 {
    text-align: center;
  }

  .column-8 {
    text-align: center;
  }

  .column-9 {
    text-align: center;
  }
}

@media screen and (max-width: 479px) {
  .container {
    padding-right: 0px;
    padding-left: 0px;
  }

  .box-btn {
    margin-top: 8px;
    margin-right: -8px;
    margin-left: -8px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .btn-acesso-portal {
    margin-top: 0px;
    margin-right: 2px;
    margin-left: 2px;
    padding: 8px 4px;
    border-radius: 4px;
  }

  .label-link {
    margin-bottom: 0px;
    font-size: 8px;
    line-height: 12px;
  }

  .heading {
    font-size: 16px;
    line-height: 20px;
  }

  .heading-2 {
    font-size: 24px;
    line-height: 30px;
  }

  .title-slide {
    max-width: 240px;
    margin-top: 0px;
    margin-bottom: 8px;
    margin-left: 0px;
    font-size: 20px;
    line-height: 28px;
  }

  .title-slide.caption-title-wallet {
    font-size: 24px;
    line-height: 110%;
  }

  .mask {
    border-radius: 0px;
  }

  .slider {
    margin: 0px -16px;
  }

  .post-news {
    padding: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .post-news.post-semfoto.display-none {
    padding: 8px;
  }

  .post-news.show {
    padding-top: 16px;
    padding-bottom: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .post-text {
    line-height: 16px;
  }

  .title-news {
    font-size: 20px;
    line-height: 32px;
  }

  .col-news-right {
    padding-right: 0px;
    padding-left: 0px;
  }

  .col-news-left {
    padding-right: 0px;
    padding-left: 0px;
  }

  .post-news-text {
    margin: 10px 0px;
  }

  .tabs-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .image-2 {
    max-height: 140px;
    margin-right: 0px;
    margin-left: 0px;
    border-radius: 10px 10px 0px 0px;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .post-barra {
    display: none;
  }

  .grid {
    margin-right: 16px;
    margin-left: 16px;
    grid-template-areas:
      "subtitle"
      "btn"
      "banner"
      "antecipe"
      "news-title"
      "news-topics";
    -ms-grid-columns: auto;
    grid-template-columns: auto;
    -ms-grid-rows: 32px auto auto auto auto;
    grid-template-rows: 32px auto auto auto auto;
  }

  .image-4 {
    width: 32px;
    height: 32px;
    margin-bottom: 10px;
  }

  .btn-icon {
    width: 32px;
    height: 32px;
    margin-bottom: 10px;
  }

  .image-6 {
    width: 32px;
    height: 32px;
    margin-bottom: 10px;
  }

  .image-7 {
    width: 32px;
    height: 32px;
    margin-bottom: 10px;
  }

  .box-news {
    border-radius: 0px;
  }

  .left-arrow {
    display: none;
  }

  .right-arrow {
    display: none;
  }

  .box-item {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .post-news-content {
    margin-left: 0px;
  }

  .box-important {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .heading-7 {
    text-align: center;
  }

  .image-8 {
    margin: 6px;
  }

  .image-9 {
    margin: 6px;
  }

  .image-10 {
    margin: 6px;
  }

  .image-11 {
    margin: 6px;
  }

  .image-12 {
    margin: 6px;
  }

  .image-13 {
    margin: 6px;
  }

  .image-14 {
    width: 40px;
    max-height: 60px;
    max-width: 60px;
    margin: 16px auto;
  }

  .image-16 {
    width: 40px;
    margin: 16px auto;
  }

  .image-17 {
    width: 40px;
    margin: 16px auto;
  }

  .image-19 {
    width: 40px;
    margin-right: auto;
    margin-left: auto;
  }

  .antecipe-pagamento {
    margin-right: -16px;
    margin-left: -16px;
  }

  .column-6 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .box {
    width: 140px;
  }

  .content-list {
    padding-right: 10px;
    padding-left: 10px;
  }

  .list-item {
    margin-bottom: 8px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .list-text {
    font-size: 10px;
    line-height: 120%;
    text-align: left;
  }

  .box-important-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .title-atencao {
    text-align: center;
  }

  .slider-title {
    left: 5%;
    top: auto;
    right: 5%;
    bottom: 5%;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .slider-title.slider-caption-wallet {
    max-width: 200px;
  }

  .paragraph {
    font-size: 12px;
    line-height: 16px;
  }

  .list-item-2.item-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .img-right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .lista-padding {
    padding-right: 0px;
    padding-left: 0px;
  }

  .heading-16 {
    line-height: 140%;
  }

  .banner-subtitle {
    font-size: 14px;
    line-height: 120%;
  }
}

#w-node-d83f9572-f7f2-f5d6-47b2-8daa0ca11a2f-b1eeb7a2 {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: news-title;
}

#w-node-_6ac7bb46-a795-c67c-aac3-11ea02f38e31-b1eeb7a2 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 1;
  grid-area: banner;
}

#w-node-_73db466a-76a8-ac3a-8055-6f39bdd93195-b1eeb7a2 {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  grid-area: antecipe;
}

#w-node-b2236ba1-0e61-b023-b52a-4ce6cd517c04-b1eeb7a2 {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
  grid-area: subtitle;
}

#w-node-_6e2535e1-0dc9-ba70-92be-56864c4b95ef-b1eeb7a2 {
  -ms-grid-row: 9;
  -ms-grid-column: 1;
  grid-area: btn;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-cab46f20-0372-508b-549d-8f02306e28d2-b1eeb7a2 {
  -ms-grid-row: 3;
  -ms-grid-row-span: 7;
  -ms-grid-column: 3;
  grid-area: news-topics;
}

@media screen and (max-width: 991px) {
  #w-node-d83f9572-f7f2-f5d6-47b2-8daa0ca11a2f-b1eeb7a2 {
    -ms-grid-row: 9;
    -ms-grid-column: 1;
  }

  #w-node-_6ac7bb46-a795-c67c-aac3-11ea02f38e31-b1eeb7a2 {
    -ms-grid-row: 5;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }

  #w-node-_73db466a-76a8-ac3a-8055-6f39bdd93195-b1eeb7a2 {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
  }

  #w-node-b2236ba1-0e61-b023-b52a-4ce6cd517c04-b1eeb7a2 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  #w-node-_6e2535e1-0dc9-ba70-92be-56864c4b95ef-b1eeb7a2 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }

  #w-node-cab46f20-0372-508b-549d-8f02306e28d2-b1eeb7a2 {
    -ms-grid-row: 11;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-d83f9572-f7f2-f5d6-47b2-8daa0ca11a2f-b1eeb7a2 {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }

  #w-node-_6ac7bb46-a795-c67c-aac3-11ea02f38e31-b1eeb7a2 {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }

  #w-node-_73db466a-76a8-ac3a-8055-6f39bdd93195-b1eeb7a2 {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
  }

  #w-node-b2236ba1-0e61-b023-b52a-4ce6cd517c04-b1eeb7a2 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  #w-node-_6e2535e1-0dc9-ba70-92be-56864c4b95ef-b1eeb7a2 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  #w-node-cab46f20-0372-508b-549d-8f02306e28d2-b1eeb7a2 {
    -ms-grid-row: 6;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_6e2535e1-0dc9-ba70-92be-56864c4b95ef-b1eeb7a2 {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }
}

.btn-recebiveis {
  color: #fff !important;
  display: inline-block !important;
  line-height: 1.5 !important;
  text-align: center !important;
  text-decoration: none !important;
  vertical-align: middle !important;
  cursor: pointer !important;
  user-select: none !important;
  border: 1px solid transparent !important;
  padding: 0.375rem 0.75rem !important;
  border-radius: 0.25rem !important;
  box-sizing: border-box !important;

}

