body {
  padding: 0;
  margin: 0;
}

#wrapper {
  margin: 0 auto;
  overflow-x: hidden;
}

section.mainContent.google-pay {
  font-family: 'Bradesco Sans Regular';
}

section.mainContent.google-pay #main {
  width: 100%;
  min-height: 100%;
}

section.mainContent.google-pay .container {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding: 0 20px;
}

section.mainContent.google-pay .container:before,
section.mainContent.google-pay .container:after {
  display: table;
  content: '';
  line-height: 0;
}

section.mainContent.google-pay .container:after {
  clear: both;
}

section.mainContent.google-pay .content {
  width: 100%;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

section.mainContent.google-pay * {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

section.mainContent.google-pay *:before,
section.mainContent.google-pay *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

section.mainContent.google-pay img[src*='analytics'] {
  display: block;
  height: 0;
  width: 0;
}

section.mainContent.google-pay a {
  text-decoration: none;
}

section.mainContent.google-pay .material-icons {
  vertical-align: middle;
}

section.mainContent.google-pay .ir {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

section.mainContent.google-pay .cf:before,
section.mainContent.google-pay .cf:after {
  content: ' ';
  display: table;
}

section.mainContent.google-pay .cf:after {
  clear: both;
}

section.mainContent.google-pay .cf {
  *zoom: 1;
}

section.mainContent.google-pay h1,
section.mainContent.google-pay h2,
section.mainContent.google-pay h3,
section.mainContent.google-pay h4,
section.mainContent.google-pay h5,
section.mainContent.google-pay h6 {
  font-family: 'Bradesco Sans Bold';
  font-weight: normal;
}

section.mainContent.google-pay strong {
  font-family: 'Bradesco Sans Bold';
  font-weight: normal;
}

section.mainContent.google-pay .button {
  padding: 10px 0;
}

section.mainContent.google-pay .home {
  width: 100%;
  min-height: 2000px !important;
}

section.mainContent.google-pay .c-header {
  width: 100%;
  background: url(../img/header-1315.webp) no-repeat center center;
  background-size: cover;
  height: 650px;
}

section.mainContent.google-pay .c-add-cartao {
  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-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 86px 200px 60px;
  background: url(../svg/grafismo-01.svg) top 185px right no-repeat, url(../svg/grafismo-02.svg) bottom 237px left no-repeat;
}

section.mainContent.google-pay .c-add-cartao h1 {
  font-family: "Bradesco Sans Medium";
  font-size: 42px;
  color: #252526;
  text-align: center;
}

section.mainContent.google-pay .c-add-cartao h1 strong {
  font-family: "Bradesco Sans Bold";
  color: #cc092f;
}

section.mainContent.google-pay .c-add-cartao__disclaimer {
  font-size: 16px;
  text-align: center;
}

section.mainContent.google-pay .c-add-cartao .c-cards {
  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;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 72px 0 32px;
}

section.mainContent.google-pay .c-add-cartao .c-cards__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-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

section.mainContent.google-pay .c-add-cartao .c-cards__column h2 {
  font-family: "Bradesco Sans Bold";
  font-size: 24px;
  margin-bottom: 16px;
}

section.mainContent.google-pay .c-add-cartao .c-cards__card {
  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;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 40px 50px;
  background: #f2f2f2;
  width: 430px;
  height: 209px;
  margin: 8px 26px;
  gap: 30px;
}

section.mainContent.google-pay .c-add-cartao .c-cards__card img {
  width: 60px;
  height: 60px;
}

section.mainContent.google-pay .c-add-cartao .c-cards__card p {
  font-size: 20px;
}

section.mainContent.google-pay .c-add-cartao .c-cards__card p strong {
  font-family: "Bradesco Sans Bold";
}

section.mainContent.google-pay .c-como-usar {
  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-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 40px;
  background: url(../svg/grafismo-03.svg), url(../img/step01.webp), url(../img/step02.webp), url(../img/step03.webp), url(../svg/grafismo-04.svg);
  background-repeat: no-repeat;
  background-size: 138px, 692.31px, 551.11px, 734.76px, 380.31px;
  background-position: top left, top 186px right, top 731px left, bottom 74px right -177px, bottom 48px left;
}

section.mainContent.google-pay .c-como-usar h1 {
  font-size: 42px;
  font-family: "Bradesco Sans Bold";
}

section.mainContent.google-pay .c-como-usar h2 {
  font-size: 24px;
  font-family: "Bradesco Sans Regular";
  text-align: center;
  margin: 24px 335px 0;
}

section.mainContent.google-pay .c-como-usar .c-steps {
  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;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

section.mainContent.google-pay .c-como-usar .c-steps h1 {
  font-size: 40px;
  font-family: "Bradesco Sans Regular";
}

section.mainContent.google-pay .c-como-usar .c-steps h1 strong {
  font-family: "Bradesco Sans Bold";
}

section.mainContent.google-pay .c-como-usar .c-steps p {
  font-size: 32px;
}

section.mainContent.google-pay .c-como-usar .c-steps__step {
  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;
  -webkit-box-align: baseline;
  -moz-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  width: 48%;
  padding: 0 0 0 167px;
}

section.mainContent.google-pay .c-como-usar .c-steps__step:nth-child(2) {
  width: 52%;
}

section.mainContent.google-pay .c-como-usar .c-steps__step span {
  font-size: 40px;
  font-family: "Bradesco Sans Bold";
  margin-right: 30px;
  color: #cc092f;
}

section.mainContent.google-pay .c-como-usar .c-steps__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-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 20px;
}

section.mainContent.google-pay .c-como-usar .c-steps:nth-child(3) .c-steps__step {
  padding-top: 214px;
}

section.mainContent.google-pay .c-como-usar .c-steps:nth-child(4) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

section.mainContent.google-pay .c-como-usar .c-steps:nth-child(4) .c-steps__step {
  padding: 307px 167px 184px 0;
}

section.mainContent.google-pay .c-como-usar .c-steps:nth-child(5) .c-steps__step {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-bottom: 410px;
}

section.mainContent.google-pay .c-disclaimer {
  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-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
  padding: 36px 60px;
  background-color: #6d6e71;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  gap: 12px;
}

section.mainContent.google-pay .c-disclaimer a {
  color: #fff;
  text-decoration: underline;
  text-transform: uppercase;
  font-family: "Bradesco Sans Medium";
}

section.mainContent {
  margin-bottom: 0px !important;
}

.menu-header .menu-item-active>a::after {
  all: unset;
}

@media screen and (min-width: 1280px) {
  section.mainContent.google-pay .hideThis-xxl {
    display: none;
  }
}

@media screen and (min-width: 1025px) and (max-width: 1280px) {

  section.mainContent.google-pay .c-header {
    height: 430px;
  }

  section.mainContent.google-pay .c-add-cartao {
    padding: 60px 70px;
    background: none;
  }

  section.mainContent.google-pay .c-add-cartao .c-cards {
    margin: 48px 0 80px;
  }

  section.mainContent.google-pay .c-add-cartao .c-cards__card {
    padding: 40px 50px;
    width: 430px;
    height: 209px;
    gap: 20px;
    margin: 8px 12px;
  }

  section.mainContent.google-pay .c-como-usar {
    background-size: 0, 687.16px, 551.11px, 734.76px, 380.31px;
    background-position: top left, top 182px right -89px, top 731px left -134px, bottom 74px right -222px, bottom 48px left;
  }

  section.mainContent.google-pay .c-como-usar h2 {
    margin: 24px 211px 0;
  }

  section.mainContent.google-pay .c-como-usar .c-steps {
    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;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  section.mainContent.google-pay .c-como-usar .c-steps h1 {
    font-size: 32px;
    font-family: "Bradesco Sans Regular";
  }

  section.mainContent.google-pay .c-como-usar .c-steps h1 strong {
    font-family: "Bradesco Sans Bold";
  }

  section.mainContent.google-pay .c-como-usar .c-steps p {
    font-size: 28px;
  }

  section.mainContent.google-pay .c-como-usar .c-steps__step {
    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;
    -webkit-box-align: baseline;
    -moz-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    width: 42%;
    padding: 0 0 0 56px;
  }

  section.mainContent.google-pay .c-como-usar .c-steps__step:nth-child(2) {
    width: 58%;
  }

  section.mainContent.google-pay .c-como-usar .c-steps__step span {
    font-size: 40px;
    font-family: "Bradesco Sans Bold";
    margin-right: 30px;
    color: #cc092f;
  }

  section.mainContent.google-pay .c-como-usar .c-steps__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-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 20px;
  }

  section.mainContent.google-pay .c-como-usar .c-steps:nth-child(3) .c-steps__step {
    padding-top: 110px;
  }

  section.mainContent.google-pay .c-como-usar .c-steps:nth-child(4) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -moz-box-orient: horizontal;
    -moz-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  section.mainContent.google-pay .c-como-usar .c-steps:nth-child(4) .c-steps__step {
    padding: 424px 33px 282px 0;
    width: 52%;
  }

  section.mainContent.google-pay .c-como-usar .c-steps:nth-child(5) .c-steps__step {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 410px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  section.mainContent.google-pay .c-header {
    background: url(../img/header-768.webp) no-repeat center center;
    height: 720px;
  }

  section.mainContent.google-pay .c-add-cartao {
    padding: 80px;
    background: none;
  }

  section.mainContent.google-pay .c-add-cartao h1 {
    font-size: 32px;
  }

  section.mainContent.google-pay .c-add-cartao .c-cards {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 70px 0 0;
  }

  section.mainContent.google-pay .c-add-cartao .c-cards__column h2 {
    font-size: 20px;
  }

  section.mainContent.google-pay .c-add-cartao .c-cards__card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 32px 20px;
    width: 100%;
    height: 183px;
    margin: 0;
    gap: 20px;
  }

  section.mainContent.google-pay .c-add-cartao .c-cards__card:nth-child(2) {
    margin-bottom: 10px;
  }

  section.mainContent.google-pay .c-add-cartao .c-cards__card img {
    margin: 0;
  }

  section.mainContent.google-pay .c-add-cartao .c-cards__card p {
    text-align: center;
  }

  section.mainContent.google-pay .c-add-cartao .c-cards .c-button {
    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-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 32px 0 60px;
    gap: 16px;
  }

  section.mainContent.google-pay .c-add-cartao .c-cards .c-button h3 {
    font-size: 16px;
    font-family: "Bradesco Sans Regular";
  }

  section.mainContent.google-pay .c-add-cartao .c-cards .c-button a {
    text-align: center;
  }

  section.mainContent.google-pay .c-como-usar {
    background: none;
    padding: 48px 0 60px;
  }

  section.mainContent.google-pay .c-como-usar h1 {
    font-size: 48px;
    padding: 0 80px;
  }

  section.mainContent.google-pay .c-como-usar h2 {
    font-size: 24px;
    margin: 32px 0 40px;
    padding: 0 80px;
  }

  section.mainContent.google-pay .c-como-usar .c-steps {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  section.mainContent.google-pay .c-como-usar .c-steps:nth-child(1) {
    margin-top: 10px;
  }

  section.mainContent.google-pay .c-como-usar .c-steps h1 {
    font-size: 32px;
    padding: 0;
  }

  section.mainContent.google-pay .c-como-usar .c-steps p {
    font-size: 24px;
  }

  section.mainContent.google-pay .c-como-usar .c-steps__step {
    -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: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    padding: 0;
    text-align: center;
  }

  section.mainContent.google-pay .c-como-usar .c-steps__step:nth-child(1) {
    padding-right: 80px !important;
    padding-left: 80px !important;
  }

  section.mainContent.google-pay .c-como-usar .c-steps__step:nth-child(2) {
    width: 100%;
  }

  section.mainContent.google-pay .c-como-usar .c-steps__step span {
    margin-right: 0;
  }

  section.mainContent.google-pay .c-como-usar .c-steps__column {
    gap: 10px;
  }

  section.mainContent.google-pay .c-como-usar .c-steps:nth-child(3) .c-steps__step {
    padding-top: 0;
  }

  section.mainContent.google-pay .c-como-usar .c-steps:nth-child(4) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  section.mainContent.google-pay .c-como-usar .c-steps:nth-child(4) .c-steps__step {
    padding: 0px 0px 10px 0px;
  }

  section.mainContent.google-pay .c-como-usar .c-steps:nth-child(5) .c-steps__step {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 16px;
  }

  section.mainContent.google-pay .c-como-usar .c-steps__pic1 {
    width: 100%;
    height: 502px;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center top 0;
    object-position: center top 0;
  }

  section.mainContent.google-pay .c-como-usar .c-steps__pic2 {
    width: 100%;
    height: 716px;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center top 16px;
    object-position: center top 16px;
  }

  section.mainContent.google-pay .c-como-usar .c-steps__pic3 {
    width: 100%;
    height: 512px;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: 264px 0px;
    object-position: 264px 0px;
  }
}

@media screen and (min-width: 640px) and (max-width: 767px) {
  section.mainContent.google-pay .c-header {
    background: url(../img/header-640.webp) no-repeat center center;
    background-size: cover;
    height: 600px;
    margin-top: 8rem;
  }

  section.mainContent.google-pay .c-add-cartao {
    padding: 60px 40px 48px;
    background: none;
  }

  section.mainContent.google-pay .c-add-cartao h1 {
    font-size: 28px;
  }

  section.mainContent.google-pay .c-add-cartao .c-cards {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 32px 0 0;
  }

  section.mainContent.google-pay .c-add-cartao .c-cards__column h2 {
    font-size: 20px;
  }

  section.mainContent.google-pay .c-add-cartao .c-cards__card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 32px 20px;
    width: 100%;
    height: 183px;
    margin: 0;
    gap: 20px;
  }

  section.mainContent.google-pay .c-add-cartao .c-cards__card:nth-child(2) {
    margin-bottom: 10px;
  }

  section.mainContent.google-pay .c-add-cartao .c-cards__card img {
    margin: 0;
  }

  section.mainContent.google-pay .c-add-cartao .c-cards__card p {
    text-align: center;
  }

  section.mainContent.google-pay .c-add-cartao .c-cards .c-button {
    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-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 32px 0 60px;
    gap: 16px;
  }

  section.mainContent.google-pay .c-add-cartao .c-cards .c-button h3 {
    font-size: 16px;
    font-family: "Bradesco Sans Regular";
  }

  section.mainContent.google-pay .c-add-cartao .c-cards .c-button a {
    text-align: center;
  }

  section.mainContent.google-pay .c-como-usar {
    background: none;
    padding: 48px 0 60px;
  }

  section.mainContent.google-pay .c-como-usar h1 {
    font-size: 40px;
    padding: 0 40px;
  }

  section.mainContent.google-pay .c-como-usar h2 {
    font-size: 20px;
    margin: 32px 0 24px;
    padding: 0 40px;
  }

  section.mainContent.google-pay .c-como-usar .c-steps {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  section.mainContent.google-pay .c-como-usar .c-steps:nth-child(1) {
    margin-top: 10px;
  }

  section.mainContent.google-pay .c-como-usar .c-steps h1 {
    font-size: 28px;
    padding: 0;
  }

  section.mainContent.google-pay .c-como-usar .c-steps p {
    font-size: 20px;
  }

  section.mainContent.google-pay .c-como-usar .c-steps__step {
    -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: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    padding: 0;
    text-align: center;
  }

  section.mainContent.google-pay .c-como-usar .c-steps__step:nth-child(1) {
    padding-right: 40px !important;
    padding-left: 40px !important;
  }

  section.mainContent.google-pay .c-como-usar .c-steps__step:nth-child(2) {
    width: 100%;
  }

  section.mainContent.google-pay .c-como-usar .c-steps__step span {
    margin-right: 0;
  }

  section.mainContent.google-pay .c-como-usar .c-steps__column {
    gap: 10px;
  }

  section.mainContent.google-pay .c-como-usar .c-steps:nth-child(3) .c-steps__step {
    padding-top: 0;
  }

  section.mainContent.google-pay .c-como-usar .c-steps:nth-child(4) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  section.mainContent.google-pay .c-como-usar .c-steps:nth-child(4) .c-steps__step {
    padding: 0px 0px 10px 0px;
  }

  section.mainContent.google-pay .c-como-usar .c-steps:nth-child(5) .c-steps__step {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 16px;
  }

  section.mainContent.google-pay .c-como-usar .c-steps__pic1 {
    width: 100%;
    height: 454px;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center top 0;
    object-position: center top 0;
  }

  section.mainContent.google-pay .c-como-usar .c-steps__pic2 {
    width: 100%;
    height: 620px;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center top 16px;
    object-position: center top 16px;
  }

  section.mainContent.google-pay .c-como-usar .c-steps__pic3 {
    width: 100%;
    height: 512px;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: 184px 0px;
    object-position: 184px 0px;
  }
}

@media screen and (min-width: 480px) and (max-width: 639px) {
  section.mainContent.google-pay .c-header {
    background: url(../img/header-480.webp) no-repeat center center;
    background-size: cover;
    height: 560px;
  }

  section.mainContent.google-pay .c-add-cartao {
    padding: 60px 20px 32px;
    background: none;
  }

  section.mainContent.google-pay .c-add-cartao h1 {
    font-size: 24px;
  }

  section.mainContent.google-pay .c-add-cartao .c-cards {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 32px 0 0;
  }

  section.mainContent.google-pay .c-add-cartao .c-cards__column h2 {
    font-size: 20px;
  }

  section.mainContent.google-pay .c-add-cartao .c-cards__card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 32px 20px;
    width: 100%;
    height: 210px;
    margin: 0;
    gap: 20px;
  }

  section.mainContent.google-pay .c-add-cartao .c-cards__card:nth-child(2) {
    margin-bottom: 10px;
  }

  section.mainContent.google-pay .c-add-cartao .c-cards__card img {
    margin: 0;
  }

  section.mainContent.google-pay .c-add-cartao .c-cards__card p {
    text-align: center;
  }

  section.mainContent.google-pay .c-add-cartao .c-cards .c-button {
    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-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 32px 0 60px;
    gap: 16px;
  }

  section.mainContent.google-pay .c-add-cartao .c-cards .c-button h3 {
    font-size: 16px;
    font-family: "Bradesco Sans Regular";
  }

  section.mainContent.google-pay .c-add-cartao .c-cards .c-button a {
    text-align: center;
  }

  section.mainContent.google-pay .c-como-usar {
    background: none;
    padding: 48px 0 60px;
  }

  section.mainContent.google-pay .c-como-usar h1 {
    font-size: 32px;
    padding: 0 20px;
  }

  section.mainContent.google-pay .c-como-usar h2 {
    font-size: 20px;
    margin: 32px 0;
    padding: 0 20px;
  }

  section.mainContent.google-pay .c-como-usar .c-steps {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  section.mainContent.google-pay .c-como-usar .c-steps:nth-child(1) {
    margin-top: 10px;
  }

  section.mainContent.google-pay .c-como-usar .c-steps h1 {
    font-size: 24px;
    padding: 0;
  }

  section.mainContent.google-pay .c-como-usar .c-steps p {
    font-size: 20px;
  }

  section.mainContent.google-pay .c-como-usar .c-steps__step {
    -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: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    padding: 0;
    text-align: center;
  }

  section.mainContent.google-pay .c-como-usar .c-steps__step:nth-child(1) {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }

  section.mainContent.google-pay .c-como-usar .c-steps__step:nth-child(2) {
    width: 100%;
  }

  section.mainContent.google-pay .c-como-usar .c-steps__step span {
    margin-right: 0;
  }

  section.mainContent.google-pay .c-como-usar .c-steps__column {
    gap: 10px;
  }

  section.mainContent.google-pay .c-como-usar .c-steps:nth-child(3) .c-steps__step {
    padding-top: 0;
  }

  section.mainContent.google-pay .c-como-usar .c-steps:nth-child(4) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  section.mainContent.google-pay .c-como-usar .c-steps:nth-child(4) .c-steps__step {
    padding: 0px 0px 10px 0px;
  }

  section.mainContent.google-pay .c-como-usar .c-steps:nth-child(5) .c-steps__step {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 16px;
  }

  section.mainContent.google-pay .c-como-usar .c-steps__pic1 {
    width: 100%;
    height: 454px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center top 0;
    object-position: center top 0;
  }

  section.mainContent.google-pay .c-como-usar .c-steps__pic2 {
    width: 100%;
    height: 620px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center top 16px;
    object-position: center top 16px;
  }

  section.mainContent.google-pay .c-como-usar .c-steps__pic3 {
    width: 100%;
    height: 512px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 111px 0px;
    object-position: 111px 0px;
  }

  section.mainContent.google-pay .c-disclaimer {
    padding: 32px 10px;
  }
}

@media screen and (max-width: 479px) {
  section.mainContent.google-pay .c-header {
    background: url(../img/header-320.webp) no-repeat center center;
    background-size: cover;
    height: 550px;
    margin-top: 5rem
  }

  section.mainContent.google-pay .c-add-cartao {
    padding: 60px 10px 32px;
    background: none;
  }

  section.mainContent.google-pay .c-add-cartao h1 {
    font-size: 24px;
  }

  section.mainContent.google-pay .c-add-cartao .c-cards {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 60px 0 0;
  }

  section.mainContent.google-pay .c-add-cartao .c-cards__column h2 {
    font-size: 20px;
  }

  section.mainContent.google-pay .c-add-cartao .c-cards__card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 32px 20px;
    width: 100%;
    height: 235px;
    margin: 0;
    gap: 20px;
  }

  section.mainContent.google-pay .c-add-cartao .c-cards__card:nth-child(2) {
    margin-bottom: 10px;
  }

  section.mainContent.google-pay .c-add-cartao .c-cards__card img {
    margin: 0;
  }

  section.mainContent.google-pay .c-add-cartao .c-cards__card p {
    text-align: center;
  }

  section.mainContent.google-pay .c-add-cartao .c-cards .c-button {
    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-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 32px 0 60px;
    gap: 16px;
  }

  section.mainContent.google-pay .c-add-cartao .c-cards .c-button h3 {
    font-size: 16px;
    font-family: "Bradesco Sans Regular";
  }

  section.mainContent.google-pay .c-add-cartao .c-cards .c-button a {
    text-align: center;
  }

  section.mainContent.google-pay .c-como-usar {
    background: none;
    padding: 48px 0 60px;
  }

  section.mainContent.google-pay .c-como-usar h1 {
    font-size: 32px;
    padding: 0 10px;
  }

  section.mainContent.google-pay .c-como-usar h2 {
    font-size: 20px;
    margin: 32px 0;
    padding: 0 10px;
  }

  section.mainContent.google-pay .c-como-usar .c-steps {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  section.mainContent.google-pay .c-como-usar .c-steps:nth-child(1) {
    margin-top: 10px;
  }

  section.mainContent.google-pay .c-como-usar .c-steps h1 {
    font-size: 24px;
    padding: 0;
  }

  section.mainContent.google-pay .c-como-usar .c-steps p {
    font-size: 20px;
  }

  section.mainContent.google-pay .c-como-usar .c-steps__step {
    -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: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    padding: 0;
    text-align: center;
  }

  section.mainContent.google-pay .c-como-usar .c-steps__step:nth-child(1) {
    padding-right: 10px !important;
    padding-left: 10px !important;
  }

  section.mainContent.google-pay .c-como-usar .c-steps__step:nth-child(2) {
    width: 100%;
  }

  section.mainContent.google-pay .c-como-usar .c-steps__step span {
    margin-right: 0;
  }

  section.mainContent.google-pay .c-como-usar .c-steps__column {
    gap: 10px;
  }

  section.mainContent.google-pay .c-como-usar .c-steps:nth-child(3) .c-steps__step {
    padding-top: 0;
  }

  section.mainContent.google-pay .c-como-usar .c-steps:nth-child(4) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  section.mainContent.google-pay .c-como-usar .c-steps:nth-child(4) .c-steps__step {
    padding: 0px 0px 10px 0px;
  }

  section.mainContent.google-pay .c-como-usar .c-steps:nth-child(5) .c-steps__step {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 16px;
  }

  section.mainContent.google-pay .c-como-usar .c-steps__pic1 {
    width: 100%;
    height: 454px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center top 0;
    object-position: center top 0;
  }

  section.mainContent.google-pay .c-como-usar .c-steps__pic2 {
    width: 100%;
    height: 620px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center top 16px;
    object-position: center top 16px;
  }

  section.mainContent.google-pay .c-como-usar .c-steps__pic3 {
    width: 100%;
    height: 512px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 40px 0px;
    object-position: 40px 0px;
  }

  section.mainContent.google-pay .c-disclaimer {
    padding: 32px 10px;
  }
}