
body {
  padding: 0;
  margin: 0;
  font-family: 'Bradesco Sans Regular';
}

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

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

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

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

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

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

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

section.mainContent.apple-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.apple-pay *:before,
section.mainContent.apple-pay *:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

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

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

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

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

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

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

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

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

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

section.mainContent.apple-pay .button {
  font-family: 'Bradesco Sans SemiBold';
  font-size: 18px;
  border-radius: 30px;
  padding: 20px 32px;
  text-transform: uppercase;
  background-color: #fff;
  border: 2px solid #CC092F;
  color: #CC092F;
  text-align: center;
}

section.mainContent.apple-pay .is-active,
section.mainContent.apple-pay .button:hover {
  background-color: #CC092F;
  border: 2px solid #CC092F;
  color: #fff;
  -webkit-transition: ease-in-out 0.2s;
  -o-transition: ease-in-out 0.2s;
  transition: ease-in-out 0.2s;
}

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

section.mainContent.apple-pay .c-header {
  width: 100%;
  background: url(../img/header-1315.png) no-repeat center center;
  background-size: cover !important;
  height: 550px;
}

@supports (background-image: url("../img/header-1315.webp")) {
  section.mainContent.apple-pay .c-header {
    background-image: url(../img/header-1315.webp);
  }
}

@media screen and (max-width: 479px) {
  section.mainContent.apple-pay .c-header {
    background: url(../img/header-320.webp) no-repeat center center;
    height: 640px;
  }

@supports (background-image: url("../img/header-320.webp")) {
    section.mainContent.apple-pay .c-header {
      background-image: url(../img/header-320.webp);
    }
}
}

@media screen and (min-width: 480px) and (max-width: 639px) {
  section.mainContent.apple-pay .c-header {
    background: url(../img/header-480.png) no-repeat center center;
    height: 640px;
  }

@supports (background-image: url("../img/header-480.webp")) {
    section.mainContent.apple-pay .c-header {
      background-image: url(../img/header-480.webp);
    }
}
}

@media screen and (min-width: 640px) and (max-width: 767px) {
  section.mainContent.apple-pay .c-header {
    background: url(../img/header-640.png) no-repeat center center;
    height: 640px;
  }

@supports (background-image: url("../img/header-640.webp")) {
    section.mainContent.apple-pay .c-header {
      background-image: url(../img/header-640.webp);
    }
}
}

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

@supports (background-image: url("../img/header-1024.webp")) {
    section.mainContent.apple-pay .c-header {
      background-image: url(../img/header-768.webp);
    }
}
}

@media screen and (min-width: 1025px) and (max-width: 1279px) {
  section.mainContent.apple-pay .c-header {
    background: url(../img/header-1024.png) no-repeat center center;
    height: 343px;
  }

@supports (background-image: url("../img/header-1024.webp")) {
    section.mainContent.apple-pay .c-header {
      background-image: url(../img/header-1024.webp);
    }
}
}

section.mainContent.apple-pay .c-add-cartao {
  font-family: 'Bradesco Sans Regular';
  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: 55px 100px 133px;
  background: url(../svg/grafismo1.svg) left top 282px no-repeat,url(../svg/grafismo2.svg) right bottom 118px no-repeat;
}

section.mainContent.apple-pay .c-add-cartao h1 {
  font-family: 'Bradesco Sans Medium';
  font-weight: 400;
  color: #353436;
  font-size: 42px;
  text-align: center;
  margin-bottom: 60px;
}

section.mainContent.apple-pay .c-add-cartao h1 strong {
  color: #CC092F;
}

section.mainContent.apple-pay .c-add-cartao p {
  color: #A1A1A1;
  font-size: 20px;
}

section.mainContent.apple-pay .c-add-cartao .c-bandeira {
  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-bottom: 67px;
}

section.mainContent.apple-pay .c-add-cartao .c-bandeira h2 {
  font-size: 30px;
}

section.mainContent.apple-pay .c-add-cartao .c-bandeira__buttons {
  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.apple-pay .c-add-cartao .c-bandeira__button:nth-child(1) {
  margin: 0 16px 0px 24px;
}

section.mainContent.apple-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;
}

section.mainContent.apple-pay .c-add-cartao .c-cards__column {
  margin-bottom: 40px;
  text-align: center;
}

section.mainContent.apple-pay .c-add-cartao .c-cards__column h3 {
  font-size: 24px;
  margin-bottom: 18px;
}

section.mainContent.apple-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;
  background-color: #F2F2F2;
  width: 430px;
  height: 199px;
  padding: 0px 55px;
  margin: 16px 40px;
  font-family: 'Bradesco Sans Regular';
}

section.mainContent.apple-pay .c-add-cartao .c-cards__card img {
  width: 60px;
  height: 60px;
  margin-right: 30px;
}

section.mainContent.apple-pay .c-add-cartao .c-cards__card p {
  color: #353436;
  text-align: left;
}

@media screen and (max-width: 479px) {
  section.mainContent.apple-pay .hideThis {
    display: none;
  }

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

  section.mainContent.apple-pay .c-add-cartao h1 {
    font-size: 24px;
    margin-bottom: 40px;
  }

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

  section.mainContent.apple-pay .c-add-cartao .c-bandeira {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 40px;
  }

  section.mainContent.apple-pay .c-add-cartao .c-bandeira h2 {
    font-size: 16px;
    margin-bottom: 14px;
  }

  section.mainContent.apple-pay .c-add-cartao .c-bandeira__button:nth-child(1) {
    margin: 0 6px 0 0;
  }

  section.mainContent.apple-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;
  }

  section.mainContent.apple-pay .c-add-cartao .c-cards__column h3 {
    font-size: 20px;
    margin-bottom: 16px;
  }

  section.mainContent.apple-pay .c-add-cartao .c-cards__column:nth-child(2) {
    margin-bottom: 20px;
  }

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

  section.mainContent.apple-pay .c-add-cartao .c-cards__card img {
    margin-bottom: 16px;
    margin-right: 0;
  }

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

@media screen and (min-width: 480px) and (max-width: 639px) {
  section.mainContent.apple-pay .hideThis {
    display: none;
  }

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

  section.mainContent.apple-pay .c-add-cartao h1 {
    font-size: 24px;
    margin-bottom: 40px;
  }

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

  section.mainContent.apple-pay .c-add-cartao .c-bandeira {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 40px;
  }

  section.mainContent.apple-pay .c-add-cartao .c-bandeira h2 {
    font-size: 20px;
    margin-bottom: 14px;
  }

  section.mainContent.apple-pay .c-add-cartao .c-bandeira__button:nth-child(1) {
    margin: 0 6px 0 0;
  }

  section.mainContent.apple-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;
  }

  section.mainContent.apple-pay .c-add-cartao .c-cards__column h3 {
    font-size: 20px;
    margin-bottom: 16px;
  }

  section.mainContent.apple-pay .c-add-cartao .c-cards__column:nth-child(2) {
    margin-bottom: 20px;
  }

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

  section.mainContent.apple-pay .c-add-cartao .c-cards__card img {
    margin-bottom: 16px;
    margin-right: 0;
  }

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

@media screen and (min-width: 640px) and (max-width: 767px) {
  section.mainContent.apple-pay .hideThis {
    display: none;
  }

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

  section.mainContent.apple-pay .c-add-cartao h1 {
    font-size: 32px;
    margin-bottom: 64px;
  }

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

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

  section.mainContent.apple-pay .c-add-cartao .c-bandeira h2 {
    font-size: 24px;
    margin-bottom: 24px;
  }

  section.mainContent.apple-pay .c-add-cartao .c-bandeira__button:nth-child(1) {
    margin: 0 16px 0 0;
  }

  section.mainContent.apple-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: 0 50px;
  }

  section.mainContent.apple-pay .c-add-cartao .c-cards__column h3 {
    font-size: 24px;
    margin-bottom: 26px;
  }

  section.mainContent.apple-pay .c-add-cartao .c-cards__column:nth-child(2) {
    margin-bottom: 20px;
  }

  section.mainContent.apple-pay .c-add-cartao .c-cards__card {
    padding: 80px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin: 16px 0;
    width: 100%;
  }

  section.mainContent.apple-pay .c-add-cartao .c-cards__card img {
    margin-bottom: 0;
    margin-right: 20px;
  }

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

@media screen and (min-width: 768px) and (max-width: 1024px) {
  section.mainContent.apple-pay .hideThis {
    display: none;
  }

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

  section.mainContent.apple-pay .c-add-cartao h1 {
    font-size: 36px;
    margin-bottom: 64px;
  }

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

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

  section.mainContent.apple-pay .c-add-cartao .c-bandeira h2 {
    font-size: 24px;
    margin-bottom: 24px;
  }

  section.mainContent.apple-pay .c-add-cartao .c-bandeira__button:nth-child(1) {
    margin: 0 16px 0 0;
  }

  section.mainContent.apple-pay .c-add-cartao .c-cards {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0;
    margin-bottom: 40px;
  }

  section.mainContent.apple-pay .c-add-cartao .c-cards__column {
    margin-bottom: 0;
  }

  section.mainContent.apple-pay .c-add-cartao .c-cards__column h3 {
    font-size: 24px;
    margin-bottom: 26px;
  }

  section.mainContent.apple-pay .c-add-cartao .c-cards__column:nth-child(2) {
    margin-bottom: 0;
  }

  section.mainContent.apple-pay .c-add-cartao .c-cards__card {
    padding: 60px 30px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin: 16px;
    width: 340px;
    height: 250px;
  }

  section.mainContent.apple-pay .c-add-cartao .c-cards__card img {
    margin-bottom: 0;
    margin-right: 30px;
  }

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

  section.mainContent.apple-pay .c-add-cartao .c-cartao-disclaimer {
    margin: 0 60px;
  }
}

@media screen and (min-width: 1025px) and (max-width: 1279px) {
  section.mainContent.apple-pay .hideThis {
    display: block;
  }

  section.mainContent.apple-pay .c-add-cartao {
    padding: 100px 56px;
    background: url(../svg/grafismo1.svg) left -85px top 282px no-repeat,url(../svg/grafismo2.svg) right -77px bottom 118px no-repeat;
  }

  section.mainContent.apple-pay .c-add-cartao h1 {
    font-size: 42px;
    margin-bottom: 60px;
  }

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

  section.mainContent.apple-pay .c-add-cartao .c-bandeira {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-bottom: 67px;
  }

  section.mainContent.apple-pay .c-add-cartao .c-bandeira h2 {
    font-size: 30px;
    margin-bottom: 0;
  }

  section.mainContent.apple-pay .c-add-cartao .c-bandeira__button:nth-child(1) {
    margin: 0 16px 0 24px;
  }

  section.mainContent.apple-pay .c-add-cartao .c-cards {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0;
    margin-bottom: 40px;
  }

  section.mainContent.apple-pay .c-add-cartao .c-cards__column {
    margin-bottom: 0;
  }

  section.mainContent.apple-pay .c-add-cartao .c-cards__column h3 {
    font-size: 24px;
    margin-bottom: 26px;
  }

  section.mainContent.apple-pay .c-add-cartao .c-cards__column:nth-child(2) {
    margin-bottom: 0;
  }

  section.mainContent.apple-pay .c-add-cartao .c-cards__card {
    padding: 60px 55px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin: 16px;
    width: 430px;
    height: 223px;
  }

  section.mainContent.apple-pay .c-add-cartao .c-cards__card img {
    margin-bottom: 0;
    margin-right: 30px;
  }

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

  section.mainContent.apple-pay .c-add-cartao .c-cartao-disclaimer {
    margin: 0;
  }
}

section.mainContent.apple-pay .c-onde-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;
  background-color: #F2F2F2;
  padding: 80px 200px;
}

section.mainContent.apple-pay .c-onde-usar h1 {
  font-family: 'Bradesco Sans SemiBold';
  font-size: 42px;
  color: #CC092F;
  text-align: center;
}

section.mainContent.apple-pay .c-onde-usar .c-content {
  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: 40px 0;
}

section.mainContent.apple-pay .c-onde-usar .c-content p {
  font-size: 24px;
  text-align: center;
  margin-bottom: 36px;
}

section.mainContent.apple-pay .c-onde-usar .c-content__img {
  width: 185px;
  height: 60px;
}

section.mainContent.apple-pay .c-onde-usar__button:hover {
  background-color: transparent;
  border: 2px solid #CC092F;
  color: #CC092F;
  -webkit-transition: ease-in-out 0.3s;
  -o-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}

@media screen and (max-width: 479px) {
  section.mainContent.apple-pay .c-onde-usar {
    padding: 60px 10px;
  }

  section.mainContent.apple-pay .c-onde-usar h1 {
    font-size: 32px;
  }

  section.mainContent.apple-pay .c-onde-usar .c-content {
    margin: 40px 0;
  }

  section.mainContent.apple-pay .c-onde-usar .c-content p {
    font-size: 20px;
    margin-bottom: 32px;
  }

  section.mainContent.apple-pay .c-onde-usar__button:hover {
    background-color: #A6001E;
    border: 2px solid #A6001E;
    text-transform: none;
    color: #fff;
    -webkit-transition: ease-in-out 0.3s;
    -o-transition: ease-in-out 0.3s;
    transition: ease-in-out 0.3s;
  }
}

@media screen and (min-width: 480px) and (max-width: 639px) {
  section.mainContent.apple-pay .c-onde-usar {
    padding: 60px 87px;
  }

  section.mainContent.apple-pay .c-onde-usar h1 {
    font-size: 32px;
  }

  section.mainContent.apple-pay .c-onde-usar .c-content {
    margin: 40px 0;
  }

  section.mainContent.apple-pay .c-onde-usar .c-content p {
    font-size: 20px;
    margin-bottom: 32px;
  }

  section.mainContent.apple-pay .c-onde-usar__button:hover {
    background-color: #A6001E;
    border: 2px solid #A6001E;
    text-transform: none;
    color: #fff;
    -webkit-transition: ease-in-out 0.3s;
    -o-transition: ease-in-out 0.3s;
    transition: ease-in-out 0.3s;
  }
}

@media screen and (min-width: 640px) and (max-width: 767px) {
  section.mainContent.apple-pay .c-onde-usar {
    padding: 60px 30px;
  }

  section.mainContent.apple-pay .c-onde-usar h1 {
    font-size: 36px;
  }

  section.mainContent.apple-pay .c-onde-usar .c-content {
    margin: 40px 0;
  }

  section.mainContent.apple-pay .c-onde-usar .c-content p {
    font-size: 20px;
    margin-bottom: 40px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  section.mainContent.apple-pay .c-onde-usar {
    padding: 60px 30px;
  }

  section.mainContent.apple-pay .c-onde-usar h1 {
    font-size: 36px;
  }

  section.mainContent.apple-pay .c-onde-usar .c-content {
    margin: 40px 0;
  }

  section.mainContent.apple-pay .c-onde-usar .c-content p {
    font-size: 20px;
    margin-bottom: 40px;
  }
}

@media screen and (min-width: 1025px) and (max-width: 1279px) {
  section.mainContent.apple-pay .c-onde-usar {
    padding: 60px;
  }

  section.mainContent.apple-pay .c-onde-usar h1 {
    font-size: 36px;
  }

  section.mainContent.apple-pay .c-onde-usar .c-content {
    margin: 40px 0;
  }

  section.mainContent.apple-pay .c-onde-usar .c-content p {
    font-size: 20px;
    margin-bottom: 40px;
  }
}

section.mainContent.apple-pay .c-como-usar {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -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: 100px 82px;
  background: -webkit-gradient(linear, left top, left bottom, from(#CC092F), color-stop(27%, #CC092F), color-stop(93%, #A6001E), to(#A6001E)) 0% 0% no-repeat;
  background: -o-linear-gradient(top, #CC092F 0%, #CC092F 27%, #A6001E 93%, #A6001E 100%) 0% 0% no-repeat;
  background: linear-gradient(180deg, #CC092F 0%, #CC092F 27%, #A6001E 93%, #A6001E 100%) 0% 0% no-repeat;
  color: #fff;
}

section.mainContent.apple-pay .c-como-usar h1 {
  font-family: 'Bradesco Sans Regular';
  font-size: 42px;
  text-align: center;
}

section.mainContent.apple-pay .c-como-usar h1 strong {
  font-family: 'Bradesco Sans Bold';
}

section.mainContent.apple-pay .c-como-usar .c-videolist {
  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: 60px 0 82px;
}

section.mainContent.apple-pay .c-como-usar .c-videolist__playercontent {
  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: 0 16px;
  text-align: center;
}

section.mainContent.apple-pay .c-como-usar .c-videolist__playercontent h2 {
  font-size: 32px;
  margin: 32px 0 16px;
}

section.mainContent.apple-pay .c-como-usar .c-videolist__playercontent p {
  font-size: 20px;
  padding: 0 68px;
}

section.mainContent.apple-pay .c-como-usar .c-videolist__touchid-thumb {
  position: relative;
  width: 560px;
  height: 280px;
  background: url(../img/touch-id.png) center center;
  background-size: cover;
}

@supports (background-image: url("../img/touch-id.webp")) {
  section.mainContent.apple-pay .c-como-usar .c-videolist__touchid-thumb {
    background-image: url(../img/touch-id.webp);
  }
}

section.mainContent.apple-pay .c-como-usar .c-videolist__touchid-thumb::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
}

section.mainContent.apple-pay .c-como-usar .c-videolist__touchid-thumb:hover::before {
  -webkit-transition: ease-in-out 0.3s;
  -o-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
  opacity: 0.7;
}

section.mainContent.apple-pay .c-como-usar .c-videolist__faceid-thumb {
  position: relative;
  width: 560px;
  height: 280px;
  background: url(../img/face-id.png) center center;
  background-size: cover;
}

@supports (background-image: url("../img/face-id.webp")) {
  section.mainContent.apple-pay .c-como-usar .c-videolist__faceid-thumb {
    background-image: url(../img/face-id.webp);
  }
}

section.mainContent.apple-pay .c-como-usar .c-videolist__faceid-thumb::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
}

section.mainContent.apple-pay .c-como-usar .c-videolist__faceid-thumb:hover::before {
  -webkit-transition: ease-in-out 0.3s;
  -o-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
  opacity: 0.7;
}

section.mainContent.apple-pay .c-como-usar .c-videolist .c-modal-touch-id {
  display: none;
  -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;
  position: fixed;
  z-index: 1;
  padding: 5% 0;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0,0,0,0.7);
}

section.mainContent.apple-pay .c-como-usar .c-videolist .c-modal-touch-id__content {
  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: end;
     -moz-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  height: 100%;
}

section.mainContent.apple-pay .c-como-usar .c-videolist .c-modal-touch-id__close {
  color: white;
  font-size: 48px;
  font-weight: bold;
  cursor: pointer;
}

section.mainContent.apple-pay .c-como-usar .c-videolist .c-modal-touch-id__video {
  height: 100%;
}

section.mainContent.apple-pay .c-como-usar .c-videolist .c-modal-face-id {
  display: none;
  -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;
  position: fixed;
  z-index: 1;
  padding: 5% 0;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0,0,0,0.7);
}

section.mainContent.apple-pay .c-como-usar .c-videolist .c-modal-face-id__content {
  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: end;
     -moz-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  height: 100%;
}

section.mainContent.apple-pay .c-como-usar .c-videolist .c-modal-face-id__close {
  color: white;
  font-size: 48px;
  font-weight: 100;
  cursor: pointer;
}

section.mainContent.apple-pay .c-como-usar .c-videolist .c-modal-face-id__close:hover {
  color: #CC092F;
}

section.mainContent.apple-pay .c-como-usar .c-videolist .c-modal-face-id__video {
  height: 100%;
}

section.mainContent.apple-pay .c-como-usar .c-videolist__button {
  border: 0;
  outline: 0;
}

@media screen and (max-width: 479px) {
  section.mainContent.apple-pay .c-como-usar {
    padding: 60px 10px;
  }

  section.mainContent.apple-pay .c-como-usar h1 {
    font-size: 32px;
  }

  section.mainContent.apple-pay .c-como-usar .c-videolist {
    -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.apple-pay .c-como-usar .c-videolist__playercontent {
    margin-bottom: 50px;
  }

  section.mainContent.apple-pay .c-como-usar .c-videolist__playercontent h2 {
    font-size: 24px;
    margin: 16px 0;
  }

  section.mainContent.apple-pay .c-como-usar .c-videolist__playercontent p {
    font-size: 16px;
    padding: 0;
  }

  section.mainContent.apple-pay .c-como-usar .c-videolist__touchid-thumb {
    width: 300px;
    height: 150px;
  }

  section.mainContent.apple-pay .c-como-usar .c-videolist__faceid-thumb {
    width: 300px;
    height: 150px;
  }

  section.mainContent.apple-pay .c-modal-touch-id {
    left: 0;
    bottom: 0;
    width: 80vw;
  }

  section.mainContent.apple-pay .c-modal-touch-id__content {
    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: end !important;
       -moz-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
    -webkit-box-align: end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }

  section.mainContent.apple-pay .c-modal-touch-id__close {
    color: white;
    font-size: 32px;
    font-weight: bold;
    cursor: pointer;
  }

  section.mainContent.apple-pay .c-modal-touch-id__video {
    max-height: 65vh;
  }

  section.mainContent.apple-pay .c-modal-face-id {
    left: 0;
    bottom: 0;
    width: 80vw;
  }

  section.mainContent.apple-pay .c-modal-face-id__content {
    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: end !important;
       -moz-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
    -webkit-box-align: end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }

  section.mainContent.apple-pay .c-modal-face-id__close {
    color: white;
    font-size: 32px;
    font-weight: bold;
    cursor: pointer;
  }

  section.mainContent.apple-pay .c-modal-face-id__video {
    max-height: 65vh;
    max-width: 80vw;
  }
}

@media screen and (min-width: 480px) and (max-width: 639px) {
  section.mainContent.apple-pay .c-como-usar {
    padding: 60px 30px;
  }

  section.mainContent.apple-pay .c-como-usar h1 {
    font-size: 32px;
  }

  section.mainContent.apple-pay .c-como-usar .c-videolist {
    -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 60px 0;
  }

  section.mainContent.apple-pay .c-como-usar .c-videolist__playercontent {
    margin-bottom: 50px;
  }

  section.mainContent.apple-pay .c-como-usar .c-videolist__playercontent h2 {
    font-size: 24px;
    margin: 16px 0;
  }

  section.mainContent.apple-pay .c-como-usar .c-videolist__playercontent p {
    font-size: 16px;
    padding: 0;
  }

  section.mainContent.apple-pay .c-como-usar .c-videolist__touchid-thumb {
    width: 300px;
    height: 150px;
  }

  section.mainContent.apple-pay .c-como-usar .c-videolist__faceid-thumb {
    width: 300px;
    height: 150px;
  }

  section.mainContent.apple-pay .c-modal-touch-id {
    left: 0;
    bottom: 0;
    width: 80vw;
  }

  section.mainContent.apple-pay .c-modal-touch-id__content {
    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: end !important;
       -moz-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
    -webkit-box-align: end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }

  section.mainContent.apple-pay .c-modal-touch-id__close {
    color: white;
    font-size: 32px;
    font-weight: bold;
    cursor: pointer;
  }

  section.mainContent.apple-pay .c-modal-touch-id__video {
    max-height: 65vh;
  }

  section.mainContent.apple-pay .c-modal-face-id {
    left: 0;
    bottom: 0;
    width: 80vw;
  }

  section.mainContent.apple-pay .c-modal-face-id__content {
    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: end !important;
       -moz-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
    -webkit-box-align: end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }

  section.mainContent.apple-pay .c-modal-face-id__close {
    color: white;
    font-size: 32px;
    font-weight: bold;
    cursor: pointer;
  }

  section.mainContent.apple-pay .c-modal-face-id__video {
    max-height: 65vh;
    max-width: 80vw;
  }
}

@media screen and (min-width: 640px) and (max-width: 767px) {
  section.mainContent.apple-pay .c-como-usar {
    padding: 60px 80px;
  }

  section.mainContent.apple-pay .c-como-usar h1 {
    font-size: 36px;
  }

  section.mainContent.apple-pay .c-como-usar .c-videolist {
    -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 80px;
  }

  section.mainContent.apple-pay .c-como-usar .c-videolist__playercontent h2 {
    font-size: 24px;
    margin: 32px 0 16px;
  }

  section.mainContent.apple-pay .c-como-usar .c-videolist__playercontent p {
    font-size: 20px;
    padding: 0;
  }

  section.mainContent.apple-pay .c-como-usar .c-videolist__playercontent:nth-child(1) {
    margin-bottom: 40px;
  }

  section.mainContent.apple-pay .c-como-usar .c-videolist__touchid-thumb {
    width: 480px;
    height: 240px;
  }

  section.mainContent.apple-pay .c-como-usar .c-videolist__faceid-thumb {
    width: 480px;
    height: 240px;
  }

  section.mainContent.apple-pay .c-modal-touch-id {
    left: 0;
    bottom: 0;
    width: 80vw;
  }

  section.mainContent.apple-pay .c-modal-touch-id__content {
    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: end !important;
       -moz-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
    -webkit-box-align: end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }

  section.mainContent.apple-pay .c-modal-touch-id__close {
    color: white;
    font-size: 32px;
    font-weight: bold;
    cursor: pointer;
  }

  section.mainContent.apple-pay .c-modal-touch-id__video {
    max-height: 65vh;
  }

  section.mainContent.apple-pay .c-modal-face-id {
    left: 0;
    bottom: 0;
    width: 80vw;
  }

  section.mainContent.apple-pay .c-modal-face-id__content {
    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: end !important;
       -moz-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
    -webkit-box-align: end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }

  section.mainContent.apple-pay .c-modal-face-id__close {
    color: white;
    font-size: 32px;
    font-weight: bold;
    cursor: pointer;
  }

  section.mainContent.apple-pay .c-modal-face-id__video {
    max-height: 65vh;
    max-width: 80vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  section.mainContent.apple-pay .c-como-usar {
    padding: 60px 104px;
  }

  section.mainContent.apple-pay .c-como-usar h1 {
    font-size: 36px;
  }

  section.mainContent.apple-pay .c-como-usar .c-videolist {
    -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 80px;
  }

  section.mainContent.apple-pay .c-como-usar .c-videolist__playercontent h2 {
    font-size: 24px;
    margin: 32px 0 16px;
  }

  section.mainContent.apple-pay .c-como-usar .c-videolist__playercontent p {
    font-size: 20px;
    padding: 0;
  }

  section.mainContent.apple-pay .c-como-usar .c-videolist__playercontent:nth-child(1) {
    margin-bottom: 80px;
  }

  section.mainContent.apple-pay .c-como-usar .c-videolist__touchid-thumb {
    width: 560px;
    height: 280px;
  }

  section.mainContent.apple-pay .c-como-usar .c-videolist__faceid-thumb {
    width: 560px;
    height: 280px;
  }

  section.mainContent.apple-pay .c-modal-touch-id {
    left: 0;
    bottom: 0;
    width: 80vw;
  }

  section.mainContent.apple-pay .c-modal-touch-id__content {
    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: end !important;
       -moz-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
    -webkit-box-align: end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }

  section.mainContent.apple-pay .c-modal-touch-id__close {
    color: white;
    font-size: 32px;
    font-weight: bold;
    cursor: pointer;
  }

  section.mainContent.apple-pay .c-modal-touch-id__video {
    max-height: 65vh;
  }

  section.mainContent.apple-pay .c-modal-face-id {
    left: 0;
    bottom: 0;
    width: 80vw;
  }

  section.mainContent.apple-pay .c-modal-face-id__content {
    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: end !important;
       -moz-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
    -webkit-box-align: end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }

  section.mainContent.apple-pay .c-modal-face-id__close {
    color: white;
    font-size: 32px;
    font-weight: bold;
    cursor: pointer;
  }

  section.mainContent.apple-pay .c-modal-face-id__video {
    max-height: 65vh;
    max-width: 80vw;
  }
}

@media screen and (min-width: 1025px) and (max-width: 1279px) {
  section.mainContent.apple-pay .c-como-usar {
    padding: 80px 66px;
  }

  section.mainContent.apple-pay .c-como-usar .c-videolist {
    margin: 60px 0 72px;
  }

  section.mainContent.apple-pay .c-como-usar .c-videolist__playercontent {
    margin: 0 16px;
  }

  section.mainContent.apple-pay .c-como-usar .c-videolist__playercontent h2 {
    font-size: 32px;
    margin: 32px 0 24px;
  }

  section.mainContent.apple-pay .c-como-usar .c-videolist__playercontent p {
    font-size: 20px;
    padding: 0px;
  }

  section.mainContent.apple-pay .c-como-usar .c-videolist__touchid-thumb {
    width: 430px;
    height: 215px;
  }

  section.mainContent.apple-pay .c-como-usar .c-videolist__faceid-thumb {
    width: 430px;
    height: 215px;
  }
}

section.mainContent.apple-pay .c-dispositivos {
  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: 124px 190px 60px;
  background: url(../svg/grafismo3.svg) left bottom 64px no-repeat;
}

section.mainContent.apple-pay .c-dispositivos .c-icons__image {
  width: 60px;
  height: 60px;
}

section.mainContent.apple-pay .c-dispositivos .c-icons__image:nth-child(2) {
  margin: 0 34px;
}

section.mainContent.apple-pay .c-dispositivos__content {
  margin: 40px 0 60px;
  text-align: center;
  font-size: 24px;
}

@media screen and (max-width: 479px) {
  section.mainContent.apple-pay #main{
    margin-top: 109px;
  }
  nav.meu-cartao{
    position: fixed;
  }
  section.mainContent.apple-pay .c-dispositivos {
    padding: 60px 10px;
    background: none;
  }

  section.mainContent.apple-pay .c-dispositivos .c-icons__image:nth-child(2) {
    margin: 0 20px;
  }

  section.mainContent.apple-pay .c-dispositivos__content {
    margin: 40px 0 32px;
    font-size: 20px;
  }
}

@media screen and (min-width: 480px) and (max-width: 639px) {
  section.mainContent.apple-pay .c-dispositivos {
    padding: 60px 86px;
    background: none;
  }

  section.mainContent.apple-pay .c-dispositivos .c-icons__image:nth-child(2) {
    margin: 0 20px;
  }

  section.mainContent.apple-pay .c-dispositivos__content {
    margin: 40px 0 32px;
    font-size: 20px;
  }
}

@media screen and (min-width: 640px) and (max-width: 767px) {
  section.mainContent.apple-pay .c-dispositivos {
    padding: 44px 89px;
    background: url(../svg/grafismo3.svg) left bottom 0px no-repeat;
  }

  section.mainContent.apple-pay .c-dispositivos .c-icons__image:nth-child(2) {
    margin: 0 20px;
  }

  section.mainContent.apple-pay .c-dispositivos__content {
    margin: 40px 0 60px;
    font-size: 20px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  section.mainContent.apple-pay .c-dispositivos {
    padding: 60px 91px;
    background: url(../svg/grafismo3.svg) left bottom 0px no-repeat;
  }

  section.mainContent.apple-pay .c-dispositivos .c-icons__image:nth-child(2) {
    margin: 0 20px;
  }

  section.mainContent.apple-pay .c-dispositivos__content {
    margin: 40px 0 60px;
    font-size: 20px;
  }
}

@media screen and (min-width: 1025px) and (max-width: 1279px) {
  section.mainContent.apple-pay .c-dispositivos {
    padding: 80px 193px;
    background: url(../svg/grafismo3.svg) left bottom 72px no-repeat;
  }

  section.mainContent.apple-pay .c-dispositivos .c-icons__image:nth-child(2) {
    margin: 0 20px;
  }

  section.mainContent.apple-pay .c-dispositivos__content {
    margin: 40px 0 60px;
    font-size: 24px;
  }
}

section.mainContent.apple-pay .c-disclaimer {
  padding: 36px 100px;
  text-align: left;
  background-color: #6D6E71;
  font-family: 'Bradesco Sans Medium';
}

section.mainContent.apple-pay .c-disclaimer p {
  font-size: 12px;
  color: #fff;
}

section.mainContent.apple-pay .c-disclaimer__link {
  color: #fff;
  text-decoration: underline;
}

@media screen and (max-width: 479px) {
  section.mainContent.apple-pay .c-disclaimer {
    padding: 36px 10px;
  }
}

@media screen and (min-width: 480px) and (max-width: 639px) {
  section.mainContent.apple-pay .c-disclaimer {
    padding: 36px 20px;
  }
}

@media screen and (min-width: 640px) and (max-width: 767px) {
  section.mainContent.apple-pay .c-disclaimer {
    padding: 36px 40px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  section.mainContent.apple-pay .c-disclaimer {
    padding: 36px 40px;
  }
}

/* Navbar - barra branca */
.custom-navbar {
    margin-top: 2.5rem;
    position: fixed;
    top: 0;
    width: 100%;
    background: #ffffff;
    z-index: 2;
    box-shadow: 0px 10px 15px -15px #000000;    
}

.custom-navbar .logo-burguer {
    height: 72px;
    display: flex;
    justify-content: space-between;    
    width: 60%
}

.custom-navbar .logo {
    margin-left: 60px
}

nav.meu-cartao {
    width: 100%;
    background: #FFF;
    box-shadow: 0px 6px 6px -8px rgb(0 0 0 / 87%);
    margin-top: 20px;
    padding: 15px;
    z-index: 999;
    height: 90px;
    align-items: center;
}
  
nav.meu-cartao .navbar {
    overflow: hidden;
    display: -webkit-box;
    padding: 0 1%;
    margin-top: 1rem;
}
  
nav.meu-cartao .navbar a {
    float: left;
    font-size: 16px;
    color: rgba(0, 0, 0, .55);
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    margin: 0 1vw;
    font-weight: 600;
    opacity: 0.5;
}
  
nav.meu-cartao .navbar .subnav {
    float: left;
    margin: 0 1vw;
    font-size: 16px;
    font-weight: 600;
    color: #E1173F;
    opacity: 1;
}
  
nav.meu-cartao .navbar .subnav .subnavbtn {
    border: none;
    outline: none;    
    padding: 14px 16px;
    background-color: inherit;
    font-family: inherit;
    margin: 0;
    color: #E1173F;
    opacity: 1;
    font-weight: 600;
}
nav.meu-cartao .navbar .subnav .subnavbtn::before {
    content: url("/html/classic/produtos-servicos/cartoes/assets/images/details/03.png");
    position: absolute;
    top: 60px;
    margin-left: 0vw;
}
  
nav.meu-cartao .navbar .subnav .subnavbtn::after {
  float: right;
  content: " ";
  width: 0.5vw;
  height: 0.5vw;
  border: none;
  border-top: 1px solid #E1173F;
  border-right: 1px solid #E1173F;
  transform: rotate(135deg);
  transition: all 0.5s;
  margin-top: 0.8vh;
  margin-left: 0.5vw;
}
  
nav.meu-cartao .navbar .subnav .subnavbtn-cred::after {
    transform: rotate(45deg);
}
  
nav.meu-cartao .navbar .subnav:hover .subnavbtn::after {
    border-color: #E1173F;
    transform: rotate(-45deg);
}

nav.meu-cartao .navbar .subnav .subnav-content {
  display: none;
  position: absolute;
  background: #FFF;
  width: min-content;
  top: 50px;
  box-shadow: 0 2px 0 #00000029;
  border-radius: 4px;
  z-index: 999;
}
  
.subnav-content a {
    float: left;
    color: #6D6E71 !important;
    text-decoration: none;
    
}

nav.meu-cartao .navbar .subnav .subnav-content a {
    padding: 10px 0;
    display: block;
    text-align: inherit;
    font-weight: 400;
}
  
nav.meu-cartao .navbar .subnav:hover .subnav-content {
    display: block;
}

.meu-cartao .logo-bradesco-cartoes {
    left: 3rem;
}

.meu-cartao .logo-bradesco-cartoes a {
    height: 64px;
    display: flex;
    align-items: center;
}

nav.meu-cartao .burguer {
    display: none;
    background: transparent;
    border: none;
    float: right;
    margin-top: 1vh;
}
/* End: Navbar */
@media screen and (max-width: 1024px) {
  .meu-cartao .logo-bradesco-cartoes {
    left: 0rem;
  }
  nav.meu-cartao .burguer {
      display: block;
      margin-right: 24px;
      margin-top: -40px;
      position: relative;
  }

  nav.meu-cartao .navbar {
    display: none;      
  }

  nav.meu-cartao .navbar.aberto {
      display: block;
      position: fixed;
      left: 0;
      z-index: 99999;
      width: 100%;
      margin: 0;
      background: #FFF;
  }

  nav.meu-cartao .navbar a {
      display: block;
      float: inherit;
      font-size: 12px;
  }

  nav.meu-cartao .navbar .subnav {
      float: inherit;
      font-size: 12px;
  }

  nav.meu-cartao .navbar .subnav .subnavbtn {
      display: block;
      margin: 0 auto;
  }
  .path-link {
      display: none;
  }
  nav.meu-cartao .navbar .subnav .subnavbtn::before {
    display: none;
  }
  nav.meu-cartao .navbar .subnav .subnav-content {
    top: 70px;
    left: 240px;
  }  
}
.path-link {
  float: left;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 160px;
  left: 70px;
  overflow: hidden;
  width: 80%;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #fafafa;
  z-index: 999;
}

.path-link a {
  color: #fafafa;;
  font-size: 14px;
  display: inline;
  text-decoration: none;
  font-weight: 600;
}

div.nao-correntista {
  display: block !important;
}


nav.meu-cartao .navbar .subnav .subnavbtn::after{
  display: none;
}
.subnav-content{
  display: none;
}
nav.meu-cartao .navbar .subnav:hover .subnav-content {
  display: none;
}