.soft-transition,
#plus .container a.flex-text,
#beneficios .benefits-accordion .benefits-grid .benefit-column .benefit-item .title .open-button .line,
#beneficios .benefits-accordion .benefits-grid .benefit-column .benefit-item .benefit-content,
#cashback .simulate-area .simulate-elements .inputs .input-item .input-help .tooltip-help,
#cashback .simulate-area .simulate-elements .inputs .input-item .custom-input-range::-webkit-slider-thumb,
#duvidas .doubt-item,
#duvidas .doubt-item:before,
#duvidas .doubt-item .doubt-content,
#duvidas .doubt-item img,
header,
header .nav-link:after,
header .header-button {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -transition: all 0.2s ease;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  margin: 0;
}

html,
body {
  scroll-behavior: smooth;
}

h1,
h2 {
  font-family: "Bradesco Sans Bold",serif,serif;
  font-weight: normal;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

.container {
  margin: 0 auto;
  width: 1190px;
}

.container.bigger {
  width: 1270px;
}

img {
  height: auto;
  max-height: 100%;
  max-width: 100%;
  width: auto;
}

.text {
  font-family: "Bradesco Sans Regular",serif;
}

main {
  overflow: hidden;
}

b {
  font-family: "Bradesco Sans Bold",serif;
}

body {
  background: #fff;
  color: #323232;
  font-family: "Bradesco Sans Regular",serif;
}

.button {
  padding: 10px 0;
}

#baixe-o-app {
  background: #D12244;
  padding-top: 105px;
}

#baixe-o-app .container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 80px;
}

#baixe-o-app .container .app-img {
  margin-left: -45px;
  width: 50%;
}

#baixe-o-app .container .app-info {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#baixe-o-app .container .app-info .text {
  margin-bottom: 60px;
}

#baixe-o-app .container .app-info .text .text-title {
  color: #fff;
  font-weight: 400;
  font-size: 30px;
  margin-bottom: 5px;
  font-family: "Bradesco Sans Regular",serif;
}

#baixe-o-app .container .app-info .text h3 {
  font-size: 60px;
  color: #fff;
  font-family: "Bradesco Sans Bold",serif;
  margin-bottom: 15px;
}

#baixe-o-app .container .app-info .text p {
  font-size: 20px;
  color: #fff;
  margin-bottom: 0;
}

#baixe-o-app .container .app-info .download-app {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  margin-left: 40px;
}

#baixe-o-app .container .app-info .download-app .app-store {
  display: none;
}

#baixe-o-app .container .app-info .download-app .app-playstore {
  display: none;
}

#baixe-o-app .container .app-info .download-app.ios .app-qrcode {
  display: none;
}

#baixe-o-app .container .app-info .download-app.ios .qrcode-text {
  display: none;
}

#baixe-o-app .container .app-info .download-app.ios .app-store {
  display: inherit;
}

#baixe-o-app .container .app-info .download-app.android .app-qrcode {
  display: none;
}

#baixe-o-app .container .app-info .download-app.android .qrcode-text {
  display: none;
}

#baixe-o-app .container .app-info .download-app.android .app-playstore {
  display: inherit;
}

#baixe-o-app .container .app-info .download-app p {
  color: #fff;
  font-family: "Bradesco Sans Regular",serif;
  font-size: 16px;
  width: 23%;
}

#plus {
  padding-top: 230px;
  padding-bottom: 230px;
  position: relative;
}

#plus .left-element {
  background: url(../svg/plus-left-element.svg) no-repeat left/contain;
  height: 400px;
  position: absolute;
  left: 0;
  bottom: 35px;
  width: 183px;
}

#plus .left-element.mobile {
  background: url(../svg/plus-left-element-960.svg) no-repeat left/contain;
  height: 338px;
  width: 56px;
  display: none;
}

#plus .container p.flex-text {
  color: #323232;
  font-size: 20px;
  font-family: "Bradesco Sans Regular",serif;
  margin-bottom: 25px;
}

#plus .container p.flex-text span {
  font-family: "Bradesco Sans Bold",serif;
}

#plus .container a.flex-text {
  padding: 16px 25px;
  font-size: 14px;
  color: #4059A6;
  font-family: "Bradesco Sans SemiBold",serif;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #4059A6;
  border-radius: 30px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

#plus .container a.flex-text .arrow-icon {
  width: 8px;
  height: 8px;
  margin-left: 10px;
  margin-top: 2px;
}

#plus .container a.flex-text:hover {
  background: #2A3075;
  border-color: #2A3075;
  color: #fff;
}

#plus .container a.flex-text:hover .arrow-icon {
  -webkit-filter: brightness(100);
          filter: brightness(100);
}

#plus .container .flex-text.mobile {
  display: none;
}

#plus .container .text {
  width: 35%;
  position: relative;
  z-index: 5;
}

#plus .container .text h3 {
  color: #D12244;
  font-size: 60px;
  font-family: "Bradesco Sans Bold",serif;
  margin-bottom: 30px;
}

#plus .container .image {
  position: absolute;
  top: 50%;
  right: 130px;
  -webkit-transform: translate(0px, -50%);
      -ms-transform: translate(0px, -50%);
          transform: translate(0px, -50%);
}

#plus .container .image .card-indicator {
  background: url(../svg/card-indicator.svg) no-repeat center/contain;
  bottom: 230px;
  height: 16px;
  position: absolute;
  left: 325px;
  width: 383px;
}

#plus .container .image .card-indicator.mobile {
  display: none;
}

#plus .container .image .plus-card {
  width: 950px;
}

#plus .container .image .card-info {
  position: absolute;
  right: -123px;
  bottom: 130px;
  width: 43%;
}

#plus .container .image .card-info p {
  color: #556CB0;
  font-family: "Bradesco Sans Regular",serif;
  font-size: 18px;
  margin-bottom: 12px;
}

#plus .container .image .card-info p span {
  font-family: "Bradesco Sans Bold",serif;
}

#plus .container .image .card-info p.sub {
  font-size: 16px;
  color: #595859;
  margin-bottom: 0px;
  width: 70%;
}

#banner {
  background: transparent -o-linear-gradient(352deg, #cc092f 0%, #b7103c 41%, #463583 83%, #373a8c 96%, #333b8e 100%) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(98deg, #cc092f 0%, #b7103c 41%, #463583 83%, #373a8c 96%, #333b8e 100%) 0% 0% no-repeat padding-box;
  height: 600px;
}

#beneficios {
  position: relative;
  padding: 100px 0 0;
}

#beneficios .gradient-background {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  width: 100%;
}

#beneficios .gradient-background .first-bg {
  background: transparent -webkit-gradient(linear, left top, left bottom, from(#EFEFF3), to(rgba(237,237,241,0))) 0% 0% no-repeat padding-box;
  background: transparent -o-linear-gradient(top, #EFEFF3 0%, rgba(237,237,241,0) 100%) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, #EFEFF3 0%, rgba(237,237,241,0) 100%) 0% 0% no-repeat padding-box;
  left: 0;
  height: 695px;
  position: absolute;
  top: 0;
  width: 100%;
}

#beneficios .gradient-background .second-bg {
  background: transparent -webkit-gradient(linear, left top, left bottom, from(#fff), to(#EDEDF1)) 0% 0% no-repeat padding-box;
  background: transparent -o-linear-gradient(top, #fff 0%, #EDEDF1 100%) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, #fff 0%, #EDEDF1 100%) 0% 0% no-repeat padding-box;
  bottom: 0;
  height: 1019px;
  left: 0;
  position: absolute;
  width: 100%;
}

#beneficios .right-bottom-element {
  background: url(../svg/benefits-bottom-right-element.svg) no-repeat right/contain;
  height: 354px;
  width: 206px;
  position: absolute;
  right: 0;
  bottom: -150px;
  z-index: 3;
}

#beneficios .right-bottom-element.mobile {
  background: url(../svg/benefits-bottom-right-element-960.svg) no-repeat right/contain;
  display: none;
  width: 127px;
}

#beneficios .right-gray-element {
  background: url(../benefit-right-gray-element.webp) no-repeat right/contain;
  height: 920px;
  position: absolute;
  right: 0;
  top: 0;
  width: 745px;
}

#beneficios .right-element {
  background: url(../svg/benefit-right-element.svg) no-repeat right/contain;
  height: 295px;
  position: absolute;
  right: 0;
  bottom: 80px;
  width: 168px;
}

#beneficios .left-element {
  background: url(../svg/benefit-left-element.svg) no-repeat left/contain;
  height: 471px;
  position: absolute;
  left: 0;
  bottom: 650px;
  width: 183px;
  z-index: 3;
}

#beneficios .content {
  position: relative;
  z-index: 3;
}

#beneficios h2 {
  font-size: 60px;
  margin-bottom: 35px;
  text-align: center;
}

#beneficios h2 span {
  font-family: "Bradesco Sans Regular",serif;
}

#beneficios .card-area {
  position: relative;
  text-align: center;
  margin: 250px auto 300px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

#beneficios .card-area .main-card {
  left: 6px;
  position: relative;
  width: 1220px;
  z-index: 1;
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
  top: -97px;
}

#beneficios .card-area .main-card.mobile {
  display: none;
}

#beneficios .card-characteristic {
  position: absolute;
  text-align: left;
  z-index: 3;
}

#beneficios .card-characteristic.payment {
  left: 49.5%;
  top: -212px;
}

#beneficios .card-characteristic.payment .item-indicator {
  background: url(../svg/indicator-payment.svg) no-repeat center/contain;
  height: 320px;
  left: -35px;
  top: 100px;
  width: 16px;
}

#beneficios .card-characteristic.portal {
  left: 29.3%;
  bottom: -14.3%;
}

#beneficios .card-characteristic.portal .item-indicator {
  background: url(../svg/indicator-portal.svg) no-repeat center/contain;
  height: 253px;
  width: 16px;
  left: 46%;
  bottom: 103%;
}

#beneficios .card-characteristic.card {
  bottom: 34.5%;
  left: -3.7%;
}

#beneficios .card-characteristic.card .item-indicator {
  left: 13px;
  top: -60px;
  background: url(../svg/indicator-card.svg) no-repeat center/contain;
  height: 16px;
  width: 560px;
}

#beneficios .card-characteristic.calendar {
  bottom: 15%;
  right: -9%;
}

#beneficios .card-characteristic.calendar .item-indicator {
  right: 88%;
  top: -20px;
  background: url(../svg/indicator-calendar.svg) no-repeat center/contain;
  height: 16px;
  width: 280px;
}

#beneficios .card-characteristic .item-indicator {
  position: absolute;
  max-height: unset;
  max-width: unset;
}

#beneficios .card-characteristic h3 {
  color: #333B8F;
  font-size: 30px;
  font-family: "Bradesco Sans Bold",serif;
  line-height: 36px;
  letter-spacing: 3px;
  margin-bottom: 15px;
}

#beneficios .card-characteristic p {
  font-size: 20px;
  line-height: 25px;
  margin-bottom: 0;
}

#beneficios .card-characteristic .text-obs {
  color: #595859;
  font-size: 14px;
  margin-top: 7px;
}

#beneficios .benefits-accordion {
  text-align: center;
  margin-top: 240px;
  position: relative;
  z-index: 2;
}

#beneficios .benefits-accordion h3 {
  color: #323232;
  font-family: "Bradesco Sans SemiBold",serif;
  font-size: 36px;
  margin-bottom: 60px;
  position: relative;
}

#beneficios .benefits-accordion h3 span {
  color: #D12244;
  font-size: 62px;
  font-family: "Bradesco Sans Bold",serif;
}

#beneficios .benefits-accordion .benefits-grid {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 5;
}

#beneficios .benefits-accordion .benefits-grid.mobile {
  display: none;
}

#beneficios .benefits-accordion .benefits-grid .benefit-column {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  gap: 10px;
  height: 560px;
}

#beneficios .benefits-accordion .benefits-grid .benefit-column .benefit-item {
  -webkit-box-shadow: 0px 2px 4px #00000015;
          box-shadow: 0px 2px 4px #00000015;
  border-radius: 8px;
  background: #FFF;
  box-shadow: 0px 2px 4px #00000015;
  cursor: pointer;
  min-height: 95px;
  padding: 28px;
  width: 390px;
}

#beneficios .benefits-accordion .benefits-grid .benefit-column .benefit-item:hover {
  background: #FAF9FA 0% 0% no-repeat padding-box;
}

#beneficios .benefits-accordion .benefits-grid .benefit-column .benefit-item:hover .title .open-button .line {
  background: #333B8F;
}

#beneficios .benefits-accordion .benefits-grid .benefit-column .benefit-item .title {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  text-align: start;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#beneficios .benefits-accordion .benefits-grid .benefit-column .benefit-item .title .text {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 10px;
}

#beneficios .benefits-accordion .benefits-grid .benefit-column .benefit-item .title .text p {
  color: #323232;
  font-size: 16px;
  font-family: "Bradesco Sans Bold",serif;
}

#beneficios .benefits-accordion .benefits-grid .benefit-column .benefit-item .title .open-button {
  margin-left: 15px;
  position: relative;
  width: 10px;
  height: 10px;
  margin-top: 10px;
}

#beneficios .benefits-accordion .benefits-grid .benefit-column .benefit-item .title .open-button .line {
  background: #D12244;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

#beneficios .benefits-accordion .benefits-grid .benefit-column .benefit-item .title .open-button .line.vertical {
  height: 10px;
  width: 3px;
}

#beneficios .benefits-accordion .benefits-grid .benefit-column .benefit-item .title .open-button .line.horizontal {
  height: 3px;
  width: 10px;
}

#beneficios .benefits-accordion .benefits-grid .benefit-column .benefit-item.opened .benefit-content {
  margin-top: 20px;
}

#beneficios .benefits-accordion .benefits-grid .benefit-column .benefit-item.opened .line.vertical {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
      -ms-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}

#beneficios .benefits-accordion .benefits-grid .benefit-column .benefit-item .benefit-content {
  overflow: hidden;
  max-height: 0;
  text-align: start;
  color: #333B8F;
}

#ver-na-fatura {
  background: url(../b-bg.webp) no-repeat center/cover;
  padding: 90px 130px 190px;
  position: relative;
  height: 1012px;
}

#ver-na-fatura .right-element {
  background: transparent url(../svg/b-right-element.svg) no-repeat right/contain;
  height: 380px;
  position: absolute;
  right: 0;
  top: 10px;
  width: 158px;
}

#ver-na-fatura .left-element {
  background: transparent url(../svg/b-left-element.svg) no-repeat left/contain;
  height: 244px;
  position: absolute;
  left: 0;
  bottom: -110px;
  width: 120px;
  z-index: 5;
}

#ver-na-fatura .fixed-element {
  position: absolute;
  left: 46%;
  top: 48%;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}

#ver-na-fatura .fixed-element .indication-bar {
  background: url(../svg/fatura-indicator.svg) no-repeat center/contain;
  height: 16px;
  position: absolute;
  top: 0;
  left: -257px;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 263px;
}

#ver-na-fatura .content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: -400px;
  left: -605px;
  width: 770px;
}

#ver-na-fatura .content .image-area {
  padding-top: 100px;
  position: relative;
}

#ver-na-fatura .content .image-area .smartphone {
  background: url(../svg/b-smartphone.svg) 0% 0% no-repeat padding-box;
  height: 645px;
  width: 354px;
}

#ver-na-fatura .content .text-area {
  padding-bottom: 20px;
  padding-left: 35px;
  width: 100%;
}

#ver-na-fatura .content .text-area h2 {
  color: #fff;
  font-size: 60px;
  line-height: 66px;
  margin-top: 15px;
}

#ver-na-fatura .content .text-area h2 .semibold-span {
  font-family: "Bradesco Sans SemiBold",serif;
}

#ver-na-fatura .content .text-area h2 .fatura-span {
  font-size: 110px;
  line-height: 120px;
}

#cashback {
  background: transparent -webkit-gradient(linear, left top, left bottom, from(#EFEFF3), to(rgba(237,237,241,0))) 0% 0% no-repeat padding-box;
  background: transparent -o-linear-gradient(top, #EFEFF3 0%, rgba(237,237,241,0) 100%) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, #EFEFF3 0%, rgba(237,237,241,0) 100%) 0% 0% no-repeat padding-box;
  padding: 170px 0 110px;
  position: relative;
}

#cashback .left-gray-image {
  background: url(../c-left-gray-element.webp) 0% 0% no-repeat padding-box;
  height: 920px;
  left: 0;
  position: absolute;
  background-size: cover;
  top: 0;
  width: 744px;
}

#cashback .right-element {
  background: url(../svg/c-right-element.svg) no-repeat left/contain;
  height: 487px;
  right: 0;
  position: absolute;
  top: 10px;
  width: 235px;
}

#cashback .container {
  position: relative;
}

#cashback .title-flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

#cashback .title-flex h2 {
  font-family: "Bradesco Sans Medium",serif;
  font-size: 70px;
  line-height: 85px;
  width: 39%;
}

#cashback .title-flex h2 span {
  font-family: "Bradesco Sans Bold",serif;
  font-size: 90px;
  line-height: 109px;
}

#cashback .title-flex img {
  max-height: unset;
  position: absolute;
  right: -169px;
  top: -116px;
  width: 82%;
}

#cashback .advantages-list,
#cashback #beneficios .benefits-accordion .benefits-grid .benefit-column .benefit-item,
#beneficios .benefits-accordion .benefits-grid .benefit-column #cashback .benefit-item {
  display: grid;
  gap: 120px;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 160px;
}

#cashback .advantages-list .item:nth-child(3) .percentage,
#cashback #beneficios .benefits-accordion .benefits-grid .benefit-column .benefit-item .item:nth-child(3) .percentage,
#beneficios .benefits-accordion .benefits-grid .benefit-column #cashback .benefit-item .item:nth-child(3) .percentage {
  margin-left: -40px;
}

#cashback .advantages-list .percentage,
#cashback #beneficios .benefits-accordion .benefits-grid .benefit-column .benefit-item .percentage,
#beneficios .benefits-accordion .benefits-grid .benefit-column #cashback .benefit-item .percentage {
  -webkit-box-align: end;
     -moz-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  color: #D12244;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  font-family: "Bradesco Sans Bold",serif;
  font-size: 240px;
  line-height: 220px;
  margin-left: -10px;
}

#cashback .advantages-list .percentage span,
#cashback #beneficios .benefits-accordion .benefits-grid .benefit-column .benefit-item .percentage span,
#beneficios .benefits-accordion .benefits-grid .benefit-column #cashback .benefit-item .percentage span {
  color: #333B8F;
  font-family: "Bradesco Sans Regular",serif;
  font-size: 100px;
  line-height: 120px;
}

#cashback .advantages-list .item-description,
#cashback #beneficios .benefits-accordion .benefits-grid .benefit-column .benefit-item .item-description,
#beneficios .benefits-accordion .benefits-grid .benefit-column #cashback .benefit-item .item-description {
  color: #323232;
  font-size: 30px;
  font-family: "Bradesco Sans Medium",serif;
  line-height: 36px;
  margin-bottom: 10px;
}

#cashback .advantages-list .item-observation,
#cashback #beneficios .benefits-accordion .benefits-grid .benefit-column .benefit-item .item-observation,
#beneficios .benefits-accordion .benefits-grid .benefit-column #cashback .benefit-item .item-observation {
  color: #595859;
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 0;
}

#cashback .brand-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  margin-top: 30px;
  padding-left: 10px;
}

#cashback .brand-list img {
  height: 46px;
}

#cashback .simulate-area {
  margin-top: 160px;
  position: relative;
}

#cashback .simulate-area .left-element {
  background: url(../svg/c-left-element.svg) no-repeat left/contain;
  height: 300px;
  left: 0;
  position: absolute;
  top: 20px;
  width: 156px;
}

#cashback .simulate-area .simulate-elements {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#cashback .simulate-area .simulate-elements h2 {
  color: #D12244;
  font-size: 52px;
}

#cashback .simulate-area .simulate-elements p {
  color: #323232;
  font-family: "Bradesco Sans Medium",serif;
  font-size: 24px;
  line-height: 30px;
}

#cashback .simulate-area .simulate-elements p span {
  color: #D12244;
}

#cashback .simulate-area .simulate-elements .restritivo-simulate {
  color: #595859;
  font-size: 14px;
  line-height: 17px;
  padding-top: 16px;
  width: 245px;
}

#cashback .simulate-area .simulate-elements .text-area {
  padding-top: 40px;
  width: 25%;
}

#cashback .simulate-area .simulate-elements .inputs {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

#cashback .simulate-area .simulate-elements .inputs .input-item {
  background: #EEEEF2;
  border-radius: 8px;
  padding: 8px 7px 27px 10px;
  position: relative;
  width: 155px;
  height: 339px;
}

#cashback .simulate-area .simulate-elements .inputs .input-item.active .custom-input-range::-webkit-slider-thumb {
  -webkit-box-shadow: -2px 2px 4px 0 #00000073;
          box-shadow: -2px 2px 4px 0 #00000073;
}

#cashback .simulate-area .simulate-elements .inputs .input-item.active .input-value-view {
  -webkit-box-shadow: 1px 2px 3px #00000074;
          box-shadow: 1px 2px 3px #00000074;
}

#cashback .simulate-area .simulate-elements .inputs .input-item h3 {
  color: #333B8F;
  font-size: 14px;
  font-family: "Bradesco Sans Bold",serif;
  margin-bottom: 8px;
}

#cashback .simulate-area .simulate-elements .inputs .input-item .input-help {
  background: #D12244;
  border: none;
  border-radius: 999px;
  color: #fff;
  cursor: pointer;
  height: 24px;
  position: relative;
  width: 24px;
}

#cashback .simulate-area .simulate-elements .inputs .input-item .input-help .tooltip-help {
  background: transparent url(../tooltip-background.png) 0% 0% no-repeat padding-box;
  font-family: "Bradesco Sans Medium",serif;
  font-size: 12px;
  height: 68px;
  opacity: 0;
  padding: 10px 4px;
  position: absolute;
  visibility: hidden;
  top: -70px;
  right: -25px;
  width: 132px;
}

#cashback .simulate-area .simulate-elements .inputs .input-item .input-help:hover .tooltip-help {
  opacity: 1;
  visibility: visible;
}

#cashback .simulate-area .simulate-elements .inputs .input-item .input-slider {
  position: absolute;
  right: 15px;
  top: 90px;
  height: 220px;
  width: 13px;
}

#cashback .simulate-area .simulate-elements .inputs .input-item .percentage-info {
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #fff;
  border-radius: 999px;
  background: #EEEEF2;
  bottom: -16px;
  color: #D12244;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 32px;
  font-size: 12px;
  font-family: "Bradesco Sans Bold",serif;
  left: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 32px;
}

#cashback .simulate-area .simulate-elements .inputs .input-item .input-progress {
  border-radius: 0px 0 30px 30px;
  background: #D12244;
  height: 0;
  width: 13px;
  position: absolute;
  bottom: 0;
  left: 0px;
  max-height: 88%;
  z-index: 2;
}

#cashback .simulate-area .simulate-elements .inputs .input-item .input-background {
  border-radius: 30px;
  background: #ffffff;
  height: 100%;
  width: 13px;
  position: absolute;
  bottom: 0;
  left: 0px;
  z-index: 1;
}

#cashback .simulate-area .simulate-elements .inputs .input-item .input-value-view-area {
  height: 220px;
  position: absolute;
  right: 38px;
  -ms-touch-action: none;
      touch-action: none;
  top: 90px;
  width: 70%;
}

#cashback .simulate-area .simulate-elements .inputs .input-item .input-value-view-area .draggable-area {
  cursor: pointer;
  height: 100%;
  -ms-touch-action: none;
      touch-action: none;
  position: absolute;
  width: 100%;
  z-index: 3;
}

#cashback .simulate-area .simulate-elements .inputs .input-item .input-value-view-area .input-value-view {
  -webkit-box-align: end;
     -moz-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  background: transparent -webkit-gradient(linear, right top, left top, from(#CC092F), color-stop(41%, #B7103C), color-stop(73%, #463583), color-stop(96%, #373A8C), to(#333B8F)) 0% 0% no-repeat padding-box;
  background: transparent -o-linear-gradient(right, #CC092F 0%, #B7103C 41%, #463583 73%, #373A8C 96%, #333B8F 100%) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(270deg, #CC092F 0%, #B7103C 41%, #463583 73%, #373A8C 96%, #333B8F 100%) 0% 0% no-repeat padding-box;
  border-radius: 10px;
  bottom: 0;
  color: #fff;
  cursor: pointer;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  gap: 5px;
  padding: 7px 10px;
  position: absolute;
  right: 4px;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  -ms-touch-action: none;
      touch-action: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  z-index: 2;
  -webkit-transition: -webkit-box-shadow 0.2s ease;
  transition: -webkit-box-shadow 0.2s ease;
  -o-transition: box-shadow 0.2s ease;
  transition: box-shadow 0.2s ease;
  transition: box-shadow 0.2s ease, -webkit-box-shadow 0.2s ease;
}

#cashback .simulate-area .simulate-elements .inputs .input-item .input-value-view-area .input-value-view span {
  font-size: 20px;
  line-height: 18px;
}

#cashback .simulate-area .simulate-elements .inputs .input-item .input-value-view-area .input-value-view .point-div {
  background: #cb0a30;
  height: 8px;
  position: absolute;
  right: -6px;
  top: 50%;
  -webkit-transform: matrix(0, 1, -1, 0, 0, 0);
      -ms-transform: matrix(0, 1, -1, 0, 0, 0);
          transform: matrix(0, 1, -1, 0, 0, 0);
  -webkit-transform: rotate(45deg) translate(-50%, 0);
      -ms-transform: rotate(45deg) translate(-50%, 0);
          transform: rotate(45deg) translate(-50%, 0);
  width: 8px;
}

#cashback .simulate-area .simulate-elements .inputs .input-item .custom-input-range {
  background: transparent;
  border-radius: 30px;
  cursor: pointer;
  height: 13px;
  outline: none;
  position: absolute;
  right: 0;
  -webkit-appearance: none;
  width: 220px;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  z-index: 3;
  -webkit-transform-origin: 215px 8px;
      -ms-transform-origin: 215px 8px;
          transform-origin: 215px 8px;
}

#cashback .simulate-area .simulate-elements .inputs .input-item .custom-input-range::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  background: #fff;
  border-radius: 999px;
  -webkit-box-shadow: 0 4px 14px rgba(0,0,0,0.1);
          box-shadow: 0 4px 14px rgba(0,0,0,0.1);
  cursor: pointer;
  border: 6px solid #D12244;
  height: 29px;
  position: relative;
  z-index: 10;
  width: 29px;
}

#cashback .simulate-area .simulate-elements .inputs .input-item .custom-input-range::-moz-range-thumb {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background: #fff;
  border-radius: 999px;
  cursor: pointer;
  border: 6px solid #D12244;
  height: 29px;
  position: relative;
  z-index: 10;
  width: 29px;
}

#cashback .simulate-area .simulate-elements .result {
  padding-top: 100px;
  width: 15%;
}

#cashback .simulate-area .simulate-elements .result .result-calculator {
  border-bottom: 3px solid #333B8F;
  color: #D12244;
  font-size: 52px;
  line-height: 63px;
  font-family: "Bradesco Sans Bold",serif;
  margin-top: 10px;
  padding-right: 5px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

#duvidas {
  background: #333B8F;
  padding: 105px 0 100px;
}

#duvidas h2 {
  color: #fff;
  font-size: 60px;
  text-align: center;
}

#duvidas .doubt-list {
  display: grid;
  gap: 10px;
  margin-top: 40px;
}

#duvidas .doubt-item {
  background: transparent -webkit-gradient(linear, left top, right top, from(rgba(250,249,250,0.376471)), to(rgba(255,255,255,0.231373))) 0% 0% no-repeat padding-box;
  background: transparent -o-linear-gradient(left, rgba(250,249,250,0.376471) 0%, rgba(255,255,255,0.231373) 100%) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(90deg, rgba(250,249,250,0.376471) 0%, rgba(255,255,255,0.231373) 100%) 0% 0% no-repeat padding-box;
  border-radius: 8px;
  cursor: pointer;
  padding: 22px;
  position: relative;
  overflow: hidden;
}

#duvidas .doubt-item .title,
#duvidas .doubt-item .doubt-content {
  position: relative;
}

#duvidas .doubt-item:before {
  background: transparent -webkit-gradient(linear, left top, right top, from(#575EA3), to(#777CB4)) 0% 0% no-repeat padding-box;
  background: transparent -o-linear-gradient(left, #575EA3 0%, #777CB4 100%) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(90deg, #575EA3 0%, #777CB4 100%) 0% 0% no-repeat padding-box;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  opacity: 0;
  top: 0;
  width: 100%;
}

#duvidas .doubt-item:hover:before {
  opacity: 1;
}

#duvidas .doubt-item:hover .arrow-down-white {
  display: none;
}

#duvidas .doubt-item:hover .arrow-down-red {
  display: block;
}

#duvidas .doubt-item.opened .doubt-content {
  margin-top: 20px;
}

#duvidas .doubt-item.opened img {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

#duvidas .doubt-item .doubt-content {
  overflow: hidden;
  max-height: 0;
}

#duvidas .doubt-item .arrow-down-red {
  display: none;
}

#duvidas .doubt-item p {
  color: #fff;
  font-size: 16px;
}

#duvidas .doubt-item a {
  color: #fff;
  text-decoration: underline;
}

#duvidas .doubt-item a.w-margin {
  display: block;
}

#duvidas .doubt-item a.w-margin:not(:last-child) {
  margin-bottom: 10px;
}

#duvidas .doubt-item .title {
  -webkit-box-align: start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#duvidas .doubt-item .title p {
  font-size: 18px;
  font-family: "Bradesco Sans Medium",serif;
  margin-bottom: 0;
}


header {
  background: #fff;
  -webkit-box-shadow: 0 1px 12px rgba(0,0,0,0.1);
          box-shadow: 0 1px 12px rgba(0,0,0,0.1);
  left: 0;
  padding: 17px 48px;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 1024;
}

header .logo {
  display: block;
}

header .header-nav {
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

header .header-nav .nav-links {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  list-style: none;
  margin: 0;
  padding: 0;
}

header .nav-link {
  color: #333B8F;
  font-size: 12px;
  letter-spacing: 1.2px;
  line-height: 15px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
}

header .nav-link:after {
  background-color: currentcolor;
  border-radius: 999px;
  bottom: -10px;
  content: '';
  height: 5px;
  opacity: 0;
  left: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 5px;
}

header .nav-link:hover:after,
header .nav-link.active:after {
  opacity: 1;
}

header .header-button {
  background: transparent;
  border: 1px solid #D12244;
  border-radius: 20px;
  font-size: 16px;
  color: #D12244;
  font-family: "Bradesco Sans Medium",serif;
  padding: 7px 12px;
}

header .header-button:hover {
  color: #fff;
  border-color: #D12244;
  background: #D12244;
}

@media only screen and (max-width: 1599px) {
  #banner {
    height: 480px;
  }

  .container {
    width: 1040px;
  }

  .container.bigger {
    width: 1120px;
  }

  #cashback .title-flex h2 {
    font-size: 52px;
    line-height: 63px;
  }

  #cashback .title-flex h2 span {
    font-size: 80px;
    line-height: 97px;
  }

  #cashback .title-flex img {
    right: -63px;
    max-width: 839px;
    top: -84px;
  }

  #cashback .right-element {
    background: url(../svg/c-right-element-1280.svg) no-repeat left/contain;
    height: 440px;
    width: 207px;
  }

  #cashback .advantages-list,
  #cashback #beneficios .benefits-accordion .benefits-grid .benefit-column .benefit-item,
  #beneficios .benefits-accordion .benefits-grid .benefit-column #cashback .benefit-item {
    gap: 200px;
  }

  #cashback .advantages-list .percentage,
  #cashback #beneficios .benefits-accordion .benefits-grid .benefit-column .benefit-item .percentage,
  #beneficios .benefits-accordion .benefits-grid .benefit-column #cashback .benefit-item .percentage {
    font-size: 190px;
    line-height: 160px;
  }

  #cashback .advantages-list .percentage span,
  #cashback #beneficios .benefits-accordion .benefits-grid .benefit-column .benefit-item .percentage span,
  #beneficios .benefits-accordion .benefits-grid .benefit-column #cashback .benefit-item .percentage span {
    font-size: 50px;
    line-height: 60px;
  }

  #cashback .advantages-list .item-description,
  #cashback #beneficios .benefits-accordion .benefits-grid .benefit-column .benefit-item .item-description,
  #beneficios .benefits-accordion .benefits-grid .benefit-column #cashback .benefit-item .item-description {
    font-size: 20px;
    line-height: 26px;
  }

  #cashback .advantages-list .item-observation,
  #cashback #beneficios .benefits-accordion .benefits-grid .benefit-column .benefit-item .item-observation,
  #beneficios .benefits-accordion .benefits-grid .benefit-column #cashback .benefit-item .item-observation {
    font-size: 14px;
    line-height: 17px;
  }

  #cashback .simulate-area .left-element {
    background: url(../svg/c-left-element-1280.svg) 0% 0% no-repeat padding-box;
    height: 262px;
    top: 110px;
    width: 124px;
  }

  #cashback .simulate-area .simulate-elements h2 {
    font-size: 40px;
  }

  #cashback .simulate-area .simulate-elements .result {
    padding-top: 110px;
    width: 17%;
  }

  #ver-na-fatura {
    background: url(../b-bg-1280.webp) no-repeat center/cover;
    height: 720px;
  }

  #ver-na-fatura .right-element {
    height: 352px;
    width: 156px;
  }

  #ver-na-fatura .left-element {
    background: transparent url(../svg/b-left-element-1280.svg) no-repeat left/contain;
    height: 229px;
    bottom: -110px;
    width: 94px;
  }

  #ver-na-fatura .fixed-element {
    top: 49%;
  }

  #ver-na-fatura .fixed-element .indication-bar {
    background: url(../svg/fatura-indicator-1280.svg) no-repeat center/contain;
    height: 16px;
    left: -160px;
    width: 160px;
  }

  #ver-na-fatura .content {
    top: -310px;
    left: -458px;
    width: 590px;
  }

  #ver-na-fatura .content .image-area {
    padding-top: 40px;
  }

  #ver-na-fatura .content .image-area .smartphone {
    background: url(../svg/b-smartphone-1280.svg) 0% 0% no-repeat padding-box;
    height: 562px;
    width: 309px;
  }

  #ver-na-fatura .content .text-area h2 {
    font-size: 35px;
    line-height: 42px;
  }

  #ver-na-fatura .content .text-area h2 .fatura-span {
    font-size: 80px;
    line-height: 97px;
  }

  #beneficios {
    padding: 120px 0 0;
  }

  #beneficios .left-element {
    bottom: 480px;
  }

  #beneficios .benefits-accordion h3 {
    font-size: 34px;
    line-height: 41px;
  }

  #beneficios .benefits-accordion h3 span {
    font-size: 52px;
    line-height: 63px;
  }

  #beneficios h2 {
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 65px;
  }

  #beneficios .card-area {
    margin: 180px auto 230px;
  }

  #beneficios .card-area .main-card {
    width: 1150px;
  }

  #beneficios .card-characteristic.payment {
    left: 50%;
    top: -136px;
  }

  #beneficios .card-characteristic.payment .item-indicator {
    background: url(../svg/indicator-payment-1280.svg) no-repeat center/contain;
    height: 319px;
    top: 10px;
  }

  #beneficios .card-characteristic.card {
    bottom: 38.3%;
    left: 4.6%;
  }

  #beneficios .card-characteristic.card .item-indicator {
    left: 20px;
    top: -45px;
    background: url(../svg/indicator-card-1280.svg) no-repeat center/contain;
    height: 16px;
    width: 428px;
  }

  #beneficios .card-characteristic.portal {
    left: 27.9%;
    bottom: -11.8%;
  }

  #beneficios .card-characteristic.portal .item-indicator {
    background: url(../svg/indicator-portal-1280.svg) no-repeat center/contain;
    height: 253px;
    width: 16px;
    left: 54%;
    bottom: 92%;
  }

  #beneficios .card-characteristic.calendar {
    bottom: 16.4%;
    right: -3.5%;
  }

  #beneficios .card-characteristic.calendar .item-indicator {
    background: url(../svg/indicator-calendar-1280.svg) no-repeat center/contain;
    width: 280px;
    height: 16px;
    right: 73%;
    top: -30px;
  }

  #beneficios .card-characteristic h3 {
    font-size: 26px;
    line-height: 31px;
  }

  #beneficios .card-characteristic p {
    font-size: 16px;
    line-height: 20px;
  }

  #plus {
    padding-top: 144px;
    padding-bottom: 170px;
  }

  #plus .left-element {
    background: url(../svg/plus-left-element-1280.svg) no-repeat left/contain;
    height: 338px;
    width: 112px;
  }

  #plus .container {
    padding-left: 60px;
  }

  #plus .container .text {
    width: 35%;
  }

  #plus .container .text h3 {
    font-size: 50px;
    line-height: 53px;
  }

  #plus .container .text p {
    font-size: 16px;
    padding-right: 80px;
  }

  #plus .container .image {
    right: 50px;
    overflow: hidden;
  }

  #plus .container .image .plus-card {
    width: 780px;
  }

  #plus .container .image .card-indicator {
    bottom: 200px;
    left: 255px;
  }

  #plus .container .image .card-info {
    right: -50px;
    bottom: 80px;
    width: 46%;
  }

  #plus .container .image .card-info p.sub {
    width: 73%;
  }

  #duvidas {
    padding: 90px 0 100px;
  }

  #duvidas h2 {
    font-size: 40px;
  }

  #baixe-o-app .container {
    gap: 40px;
  }

  #baixe-o-app .container .app-info .download-app p {
    width: 26%;
  }

  #baixe-o-app .container .app-info .text .text-title {
    font-size: 24px;
  }

  #baixe-o-app .container .app-info .text h3 {
    font-size: 40px;
  }

  #baixe-o-app .container .app-info .text p {
    font-size: 16px;
  }

  header .header-button {
    font-size: 12px;
  }
}

@media only screen and (max-width: 1279px) {
  header .header-nav .nav-links {
    display: none;
  }

  #banner {
    height: 600px;
  }

  .container {
    width: 900px !important;
  }

  #cashback .advantages-list,
  #cashback #beneficios .benefits-accordion .benefits-grid .benefit-column .benefit-item,
  #beneficios .benefits-accordion .benefits-grid .benefit-column #cashback .benefit-item {
    gap: 120px;
  }

  #cashback .title-flex h2 {
    font-size: 40px;
    line-height: 48px;
    width: 37%;
  }

  #cashback .title-flex h2 span {
    font-size: 60px;
    line-height: 73px;
  }

  #cashback .title-flex img {
    width: 713px;
  }

  #cashback .simulate-area {
    margin-top: 90px;
  }

  #cashback .simulate-area .simulate-elements {
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  #cashback .simulate-area .simulate-elements .text-area,
  #cashback .simulate-area .simulate-elements .result {
    text-align: center;
  }

  #cashback .simulate-area .simulate-elements .result {
    padding-top: 0;
    width: 35%;
  }

  #cashback .simulate-area .simulate-elements .result .result-calculator {
    margin: 10px auto 0;
  }

  #cashback .simulate-area .simulate-elements .text-area {
    padding-top: 0;
    width: 62%;
  }

  #cashback .simulate-area .simulate-elements .inputs {
    margin: 40px 0 55px;
  }

  #cashback .simulate-area .simulate-elements .restritivo-simulate {
    width: 100%;
  }

  #ver-na-fatura {
    background: url(../b-bg-960.webp) no-repeat center/cover;
  }

  #ver-na-fatura .right-element {
    background: transparent url(../svg/b-right-element-960.svg) no-repeat right/contain;
    height: 352px;
    top: 10px;
    width: 110px;
  }

  #ver-na-fatura .fixed-element {
    left: 45%;
  }

  #ver-na-fatura .fixed-element .indication-bar {
    background: url(../svg/fatura-indicator-960.svg) no-repeat center/contain;
    left: -80px;
    width: 80px;
  }

  #ver-na-fatura .content {
    top: -290px;
    left: -325px;
    width: 510px;
  }

  #ver-na-fatura .content .image-area .smartphone {
    background: url(../svg/b-smartphone-960.svg) 0% 0% no-repeat padding-box;
    height: 463px;
    width: 255px;
  }

  #ver-na-fatura .content .text-area {
    padding-left: 15px;
  }

  #ver-na-fatura .content .text-area h2 {
    margin-top: 5px;
  }

  #ver-na-fatura .content .text-area h2 .fatura-span {
    font-size: 60px;
    line-height: 65px;
  }

  #beneficios .right-element {
    background: url(../svg/benefit-right-element-960.svg) no-repeat right/contain;
    height: 295px;
    bottom: 140px;
    width: 109px;
  }

  #beneficios .card-area {
    margin: 220px auto 370px;
  }

  #beneficios .card-area .main-card {
    left: -9px;
    top: -60px;
    width: 730px;
  }

  #beneficios .card-characteristic.payment {
    left: 50.5%;
    top: -180px;
  }

  #beneficios .card-characteristic.payment .item-indicator {
    background: url(../svg/indicator-payment-960.svg) no-repeat center/contain;
    height: 257px;
    top: 50px;
  }

  #beneficios .card-characteristic.card {
    bottom: 22%;
    left: -9%;
  }

  #beneficios .card-characteristic.card .item-indicator {
    left: 20px;
    top: -45px;
    background: url(../svg/indicator-card-960.svg) no-repeat center/contain;
    height: 16px;
    width: 351px;
  }

  #beneficios .card-characteristic.portal {
    left: 23.7%;
    bottom: -41.8%;
  }

  #beneficios .card-characteristic.portal .item-indicator {
    background: url(../svg/indicator-portal-960.svg) no-repeat center/contain;
    height: 253px;
    width: 16px;
    left: 43%;
    bottom: 92%;
  }

  #beneficios .card-characteristic.calendar {
    bottom: -0.6%;
    right: -10.5%;
  }

  #beneficios .card-characteristic.calendar .item-indicator {
    background: url(../svg/indicator-calendar-960.svg) no-repeat center/contain;
    width: 280px;
    height: 16px;
    right: 33%;
    top: -33px;
  }

  #beneficios .card-characteristic h3 {
    font-size: 26px;
    line-height: 31px;
  }

  #beneficios .card-characteristic p {
    font-size: 16px;
    line-height: 20px;
  }

  #beneficios .right-bottom-element.desktop {
    display: none;
  }

  #beneficios .right-bottom-element.mobile {
    display: inherit;
  }

  #beneficios .left-element {
    bottom: 580px;
  }

  #beneficios .benefits-accordion .benefits-grid.desktop {
    display: none;
  }

  #beneficios .benefits-accordion .benefits-grid.mobile {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }

  #beneficios .benefits-accordion .benefits-grid .benefit-column {
    height: 750px;
  }

  #plus {
    padding-top: 111px;
    padding-bottom: 60px;
  }

  #plus .left-element.mobile {
    display: inherit;
  }

  #plus .left-element.desktop {
    display: none;
  }

  #plus .container .text {
    width: 37%;
  }

  #plus .container .text h3 {
    font-size: 45px;
  }

  #plus .container .text p {
    padding-right: 55px;
    line-height: 20px;
  }

  #plus .container .image {
    top: 40%;
    -webkit-transform: translate(0px, -40%);
        -ms-transform: translate(0px, -40%);
            transform: translate(0px, -40%);
  }

  #plus .container .image .card-indicator {
    background: url(../svg/card-indicator-960.svg) no-repeat center/contain;
    bottom: 131px;
    left: 213px;
    width: 206px;
  }

  #plus .container .image .plus-card {
    width: 545px;
  }

  #plus .container .image .card-info {
    right: 0px;
    bottom: 50px;
  }

  #plus .container .image .card-info p {
    font-size: 16px;
    margin-bottom: 5px;
  }

  #plus .container .image .card-info p.sub {
    font-size: 14px;
    width: 100%;
  }

  #baixe-o-app {
    padding-top: 50px;
  }

  #baixe-o-app .container {
    gap: 0;
  }

  #baixe-o-app .container .app-img {
    margin-left: 0;
    width: 435px;
  }

  #baixe-o-app .container .app-info {
    padding-top: 20px;
  }

  #baixe-o-app .container .app-info .text {
    margin-bottom: 40px;
  }

  #baixe-o-app .container .app-info .download-app {
    gap: 10px;
  }

  #baixe-o-app .container .app-info .download-app p {
    width: 31%;
  }

  #baixe-o-app .container .app-info .download-app .app-qrcode {
    width: 85px;
    height: 85px;
  }

  #duvidas {
    padding: 60px 0 100px;
  }

  #duvidas .container {
    padding: 0 60px;
  }
}

@media only screen and (max-width: 959px) {
  #banner {
    height: 600px;
  }

  .container {
    width: 90% !important;
  }

  #cashback .left-gray-image {
    background: url(../c-left-gray-element-640.webp) 0% 0% no-repeat padding-box;
    background-size: cover;
    height: 792px;
    width: 100%;
  }

  #cashback .right-element {
    display: none;
  }

  #cashback .title-flex img {
    width: 507px;
    right: -81px;
    top: -55px;
  }

  #cashback .title-flex h2 {
    font-size: 28px;
    line-height: 34px;
    width: 41%;
  }

  #cashback .title-flex h2 span {
    font-size: 44px;
    line-height: 51px;
  }

  #cashback .advantages-list,
  #cashback #beneficios .benefits-accordion .benefits-grid .benefit-column .benefit-item,
  #beneficios .benefits-accordion .benefits-grid .benefit-column #cashback .benefit-item {
    grid-template-columns: 1fr;
    gap: 40px;
    place-items: center;
    margin-top: 60px;
  }

  #cashback .advantages-list .item,
  #cashback #beneficios .benefits-accordion .benefits-grid .benefit-column .benefit-item .item,
  #beneficios .benefits-accordion .benefits-grid .benefit-column #cashback .benefit-item .item {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }

  #cashback .advantages-list .item:nth-child(3) .percentage,
  #cashback #beneficios .benefits-accordion .benefits-grid .benefit-column .benefit-item .item:nth-child(3) .percentage,
  #beneficios .benefits-accordion .benefits-grid .benefit-column #cashback .benefit-item .item:nth-child(3) .percentage {
    margin-left: 0px;
  }

  #cashback .advantages-list .item .percentage,
  #cashback #beneficios .benefits-accordion .benefits-grid .benefit-column .benefit-item .item .percentage,
  #beneficios .benefits-accordion .benefits-grid .benefit-column #cashback .benefit-item .item .percentage {
    display: inline-block;
    font-size: 160px;
  }

  #cashback .advantages-list .item .percentage span,
  #cashback #beneficios .benefits-accordion .benefits-grid .benefit-column .benefit-item .item .percentage span,
  #beneficios .benefits-accordion .benefits-grid .benefit-column #cashback .benefit-item .item .percentage span {
    font-size: 90px;
    font-family: "Bradesco Sans Bold",serif;
    line-height: 100px;
    margin-right: 20px;
    margin-left: -40px;
  }

  #cashback .advantages-list .item .item-description,
  #cashback #beneficios .benefits-accordion .benefits-grid .benefit-column .benefit-item .item .item-description,
  #beneficios .benefits-accordion .benefits-grid .benefit-column #cashback .benefit-item .item .item-description {
    display: inline-block;
    width: 200px;
  }

  #cashback .advantages-list .item .item-observation,
  #cashback #beneficios .benefits-accordion .benefits-grid .benefit-column .benefit-item .item .item-observation,
  #beneficios .benefits-accordion .benefits-grid .benefit-column #cashback .benefit-item .item .item-observation {
    width: 100%;
  }

  #cashback .advantages-list .item .item-observation,
  #cashback #beneficios .benefits-accordion .benefits-grid .benefit-column .benefit-item .item .item-observation,
  #beneficios .benefits-accordion .benefits-grid .benefit-column #cashback .benefit-item .item .item-observation,
  #cashback .advantages-list .item .brand-list,
  #cashback #beneficios .benefits-accordion .benefits-grid .benefit-column .benefit-item .item .brand-list,
  #beneficios .benefits-accordion .benefits-grid .benefit-column #cashback .benefit-item .item .brand-list {
    padding-left: 20px;
  }

  #cashback .simulate-area .simulate-elements .result {
    width: 60%;
  }

  #cashback .simulate-area .simulate-elements .text-area {
    width: 80%;
  }

  #cashback .simulate-area .left-element {
    display: none;
  }

  #beneficios .benefits-accordion {
    margin-top: 120px;
  }

  #beneficios .benefits-accordion .benefits-grid .benefit-column .benefit-item {
    width: 88%;
  }

  #ver-na-fatura {
    background: url(../b-bg-640.webp) no-repeat center/cover;
    height: 954px;
  }

  #ver-na-fatura .left-element,
  #ver-na-fatura .right-element {
    display: none;
  }

  #ver-na-fatura .fixed-element {
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
  }

  #ver-na-fatura .fixed-element .indication-bar {
    display: none;
  }

  #ver-na-fatura .content {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
       -moz-box-orient: vertical;
       -moz-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  #ver-na-fatura .content .image-area {
    padding: 0px 30px 60px 30px;
  }

  #ver-na-fatura .content .image-area .smartphone {
    background: url(../svg/b-smartphone-640.svg) no-repeat bottom/contain;
    height: 451px;
    width: 100%;
  }

  #ver-na-fatura .content .text-area {
    padding-left: 40px;
    padding-top: 40px;
    width: 40%;
  }

  header {
    padding: 18px 20px;
  }

  #beneficios {
    padding: 80px 0 0;
  }

  #beneficios .right-gray-element,
  #beneficios .left-element,
  #beneficios .right-bottom-element {
    display: none !important;
  }

  #beneficios .benefits-accordion {
    padding-bottom: 80px;
  }

  #beneficios .benefits-accordion .benefits-grid.mobile {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  #beneficios .benefits-accordion .benefits-grid.mobile .benefit-column {
    height: auto;
  }

  #beneficios .card-area {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
    margin: 0 auto;
  }

  #beneficios .card-area .main-card {
    left: -85px;
    width: 100%;
  }

  #beneficios .card-area .main-card.desktop {
    display: none;
  }

  #beneficios .card-area .main-card.mobile {
    display: block;
    left: 0;
    top: -20px;
  }

  #beneficios .card-area .card-characteristic {
    left: 0;
    padding: 0 40px;
    position: unset;
    text-align: center;
    top: 0;
  }

  #beneficios .card-area .card-characteristic .item-indicator {
    display: none;
  }

  #duvidas .container {
    padding: 0;
  }

  #plus {
    padding-top: 80px;
  }

  #plus .left-element {
    display: none !important;
  }

  #plus .container {
    padding-left: 0;
  }

  #plus .container .image {
    overflow: inherit;
    position: unset;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }

  #plus .container .image .plus-card {
    width: 100%;
    left: -6%;
    position: relative;
  }

  #plus .container .image .card-indicator {
    background: url(../svg/card-indicator-640.svg) no-repeat center/contain;
    bottom: 38%;
    left: 28%;
    width: 273px;
  }

  #plus .container .image .card-info {
    right: 3%;
    bottom: 28%;
  }

  #plus .container .image .card-info p.sub {
    font-size: 12px;
    width: 90%;
  }

  #plus .container .text {
    width: 100%;
  }

  #plus .container .text h3 {
    text-align: center;
    font-size: 40px;
    line-height: 45px;
  }

  #plus .container a.flex-text {
    margin: auto;
  }

  #plus .container .flex-text.mobile {
    display: inherit;
    text-align: center;
  }

  #plus .container .flex-text.desktop {
    display: none;
  }

  #baixe-o-app {
    padding-bottom: 110px;
    position: relative;
  }

  #baixe-o-app .container .app-info {
    width: 100%;
  }

  #baixe-o-app .container .app-info .text {
    margin-bottom: 0;
    text-align: center;
  }

  #baixe-o-app .container .app-info .text .text-title {
    font-size: 28px;
  }

  #baixe-o-app .container .app-info .text h3 {
    font-size: 32px;
    line-height: 38px;
    margin-bottom: 50px;
  }

  #baixe-o-app .container .app-info .text p {
    margin-left: 55%;
    margin-bottom: 40px;
    text-align: left;
    width: 32%;
  }

  #baixe-o-app .container .app-info .download-app {
    padding-left: 50%;
    padding-bottom: 50px;
  }

  #baixe-o-app .container .app-img {
    bottom: 0;
    position: absolute;
    left: calc(50% - 320px);
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
    width: 360px;
  }

}

@media only screen and (max-width: 639px) {
  header .logo {
    height: 33px;
    width: 117px;
  }

  header .header-button {
    text-align: center;
    border-radius: 14px;
    width: 115px;
  }

  #banner {
    height: 480px;
  }

  #cashback {
    padding: 115px 0 55px;
  }

  #cashback .left-gray-image {
    background: url(../c-left-gray-element-320.webp) 0% 0% no-repeat padding-box;
    background-size: cover;
    height: 396px;
  }

  #cashback .title-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }

  #cashback .title-flex h2 {
    text-align: center;
    font-size: 24px;
    line-height: 30px;
    width: 100%;
  }

  #cashback .title-flex h2 span {
    font-size: 32px;
    line-height: 39px;
  }

  #cashback .title-flex img {
    position: relative;
    right: 0px;
    width: 100%;
    -webkit-transform: scale(1.35);
        -ms-transform: scale(1.35);
            transform: scale(1.35);
    top: -11px;
  }

  #cashback .advantages-list .item .percentage,
  #cashback #beneficios .benefits-accordion .benefits-grid .benefit-column .benefit-item .item .percentage,
  #beneficios .benefits-accordion .benefits-grid .benefit-column #cashback .benefit-item .item .percentage {
    font-size: 120px;
    line-height: 145px;
    gap: 3px;
    margin-left: 0 !important;
  }

  #cashback .advantages-list .item .percentage span,
  #cashback #beneficios .benefits-accordion .benefits-grid .benefit-column .benefit-item .item .percentage span,
  #beneficios .benefits-accordion .benefits-grid .benefit-column #cashback .benefit-item .item .percentage span {
    font-size: 50px;
    margin-left: -30px;
  }

  #cashback .advantages-list .item .item-description,
  #cashback #beneficios .benefits-accordion .benefits-grid .benefit-column .benefit-item .item .item-description,
  #beneficios .benefits-accordion .benefits-grid .benefit-column #cashback .benefit-item .item .item-description {
    width: 140px;
  }

  #cashback .advantages-list .item .item-observation,
  #cashback #beneficios .benefits-accordion .benefits-grid .benefit-column .benefit-item .item .item-observation,
  #beneficios .benefits-accordion .benefits-grid .benefit-column #cashback .benefit-item .item .item-observation,
  #cashback .advantages-list .item .brand-list,
  #cashback #beneficios .benefits-accordion .benefits-grid .benefit-column .benefit-item .item .brand-list,
  #beneficios .benefits-accordion .benefits-grid .benefit-column #cashback .benefit-item .item .brand-list {
    padding-left: 0px;
  }

  #cashback .simulate-area .simulate-elements h2 {
    font-size: 32px;
  }

  #cashback .simulate-area .simulate-elements .text-area {
    width: 82%;
  }

  #cashback .simulate-area .simulate-elements .inputs {
    gap: 1px;
  }

  #cashback .simulate-area .simulate-elements .inputs .input-item {
    border-radius: 0px;
    padding: 8px;
    position: relative;
    width: 106px;
    height: 348px;
  }

  #cashback .simulate-area .simulate-elements .inputs .input-item h3 {
    font-size: 12px;
  }

  #cashback .simulate-area .simulate-elements .inputs .input-item .input-help {
    font-size: 12px;
    height: 16px;
    position: absolute;
    right: 9px;
    top: 8px;
    width: 16px;
  }

  #cashback .simulate-area .simulate-elements .inputs .input-item .input-slider {
    height: 260px;
    top: 65px;
  }

  #cashback .simulate-area .simulate-elements .inputs .input-item .custom-input-range {
    width: 260px;
    -webkit-transform-origin: 253.5px 6.5px;
        -ms-transform-origin: 253.5px 6.5px;
            transform-origin: 253.5px 6.5px;
  }

  #cashback .simulate-area .simulate-elements .inputs .input-item .input-progress {
    max-height: 90%;
  }

  #cashback .simulate-area .simulate-elements .inputs .input-item .input-value-view-area {
    height: 260px;
    top: 65px;
    right: 39px;
  }

  #cashback .simulate-area .simulate-elements .inputs .input-item .input-value-view-area .input-value-view {
    font-size: 10px;
    gap: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 4px 8px;
    -webkit-box-align: start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  #cashback .simulate-area .simulate-elements .inputs .input-item .input-value-view-area .input-value-view .point-div {
    background: #CC092F;
    height: 6;
    right: -5px;
    top: 40%;
    width: 6px;
  }

  #cashback .simulate-area .simulate-elements .inputs .input-item .input-value-view-area .input-value-view span {
    font-size: 16px;
  }

  #cashback .simulate-area .simulate-elements .result {
    width: 100%;
  }

  #cashback .simulate-area .simulate-elements .result p {
    font-size: 20px;
    line-height: 24px;
  }

  #beneficios {
    padding: 35px 0px;
  }

  #beneficios .gradient-background .first-bg {
    z-index: 3;
  }

  #beneficios .gradient-background .second-bg {
    height: 2570px;
  }

  #beneficios h2 {
    font-size: 32px;
    line-height: 38px;
  }

  #beneficios h2 span {
    font-size: 32px;
  }

  #beneficios .content {
    z-index: 6;
  }

  #beneficios .card-area .main-card {
    left: -35px;
    width: 100%;
  }

  #beneficios .card-area .card-characteristic {
    padding: 0 10px;
  }

  #beneficios .card-area .card-characteristic.portal {
    padding: 0 0;
  }

  #beneficios .card-area .card-characteristic.portal .characteristic-text {
    padding: 0 10px;
  }

  #beneficios .benefits-accordion h3 {
    font-size: 22px;
    line-height: 27px;
    margin-bottom: 30px;
  }

  #beneficios .benefits-accordion h3 span {
    font-size: 30px;
    line-height: 36px;
  }

  #plus {
    padding-top: 60px;
  }

  #plus .container p.flex-text {
    font-size: 16px;
    margin-top: 85px;
  }

  #plus .container a.flex-text {
    margin-top: 0 !important;
    padding: 16px 15px;
  }

  #plus .container .text h3 {
    text-align: center;
    font-size: 28px;
    line-height: 38px;
    width: 90%;
    margin: 0px auto;
  }

  #plus .container .image .card-indicator {
    display: none;
  }

  #plus .container .image .plus-card {
    width: 100%;
    left: 50%;
    -webkit-transform: translate(-50%, 0px);
        -ms-transform: translate(-50%, 0px);
            transform: translate(-50%, 0px);
  }

  #plus .container .image .card-info {
    right: unset;
    bottom: 230px;
    text-align: center;
    width: 100%;
    left: 50%;
    -webkit-transform: translate(-50%, 0px);
        -ms-transform: translate(-50%, 0px);
            transform: translate(-50%, 0px);
  }

  #plus .container .image .card-info p.sub {
    font-size: 12px;
    width: 90%;
    margin: auto;
  }

  #plus .container .flex-text.mobile {
    margin-top: 65px;
  }

  #baixe-o-app {
    padding-bottom: 0px;
    position: relative;
  }

  #baixe-o-app .container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
       -moz-box-orient: vertical;
       -moz-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 20px;
  }

  #baixe-o-app .container .app-img {
    left: 0;
    position: relative;
    width: 100%;
  }

  #baixe-o-app .container .app-info .text .text-title {
    font-size: 24px;
    line-height: 30px;
    width: 100%;
    margin: 0px auto 10px;
  }

  #baixe-o-app .container .app-info .text h3 {
    font-size: 24px;
    line-height: 30px;
    margin: 0px auto 45px;
  }

  #baixe-o-app .container .app-info .text p {
    margin: 0px auto;
    text-align: center;
    width: 78%;
  }

  #baixe-o-app .container .app-info .download-app {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    padding-left: 0;
    margin: 60px 0px 30px;
    padding-bottom: 0;
  }

  #ver-na-fatura {
    background: url(../b-bg-320.webp) no-repeat center/cover;
    height: 1044px;
  }

  #ver-na-fatura .content .text-area {
    padding-left: 12px;
    padding-top: 32px;
    width: 47%;
  }

  #ver-na-fatura .content .text-area h2 {
    font-size: 20px;
    line-height: 26px;
  }

  #ver-na-fatura .content .text-area h2 .fatura-span {
    font-size: 40px;
    line-height: 48px;
  }

  #ver-na-fatura .content .image-area {
    padding: 0px 0 32px 0;
  }

  #ver-na-fatura .content .image-area .smartphone {
    background: url(../svg/b-smartphone-320.svg) no-repeat bottom/contain;
    height: 562px;
  }
}


