*, *:before, *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html, body, div, span, object, iframe, figure, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, code, em, img, small, strike, strong, sub, sup, tt, b, u, i, ol, ul, li, fieldset, form, label, table, caption, tbody, tfoot, thead, tr, th, td, main, canvas, embed, footer, header, nav, section, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
      -ms-text-size-adjust: none;
          text-size-adjust: none;
}

footer, header, nav, section, main {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input {
  -webkit-appearance: none;
  border-radius: 0;
}

.mobile-menu {
  width: 70%;
  height: 100%;
  position: absolute;
  right: 0;
  z-index: 12;
  background: -webkit-gradient(linear, left top, right top, from(#EA1743), to(#B2207B));
  background: linear-gradient(90deg, #EA1743 0%, #B2207B 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transform: translateX(143%);
          transform: translateX(143%);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

@media (max-width: 768px) {
  .mobile-menu {
    width: 0;
  }
}

.mobile-menu #acessib-menu-feat {
  margin-top: 0;
}

@media (min-width: 769px) {
  .mobile-menu {
    -webkit-transform: none;
            transform: none;
    position: initial;
    background: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
  }
  .mobile-menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .mobile-menu ul #acessib-menu-feat {
    margin-top: 0;
    margin-left: 2.5rem;
  }
}

@media (max-width: 768px) {
  .mobile-menu .mainMenu {
    display: none;
  }
}

.mobile-menu ul li {
  padding: 1rem;
}

.mobile-menu ul li a {
  font: 14px "BradescoSans-Regular", sans-serif;
  width: 100%;
  text-align: center;
  color: #fff;
  text-decoration: none;
}

.mobile-menu ul li a:hover {
  text-decoration: underline;
}

.mobile-menu__trigger {
  cursor: pointer;
  content: "";
  position: absolute;
  z-index: 3;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  top: 1rem;
  right: 2rem;
  background: rgba(0, 0, 0, 0);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 769px) {
  .mobile-menu__trigger {
    display: none;
  }
}

.mobile-menu__trigger span {
  display: block;
  width: 50%;
  height: 2px;
  background: #fff;
  position: relative;
}

.mobile-menu__trigger span::before, .mobile-menu__trigger span::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  right: 0;
  background: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.mobile-menu__trigger span:before {
  top: -7px;
}

.mobile-menu__trigger span:after {
  top: 7px;
}

.mobile-menu_open {
  width: 70%;
  height: 100vh;
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
  -webkit-box-shadow: 0 0 2rem #000;
          box-shadow: 0 0 2rem #000;
}

@media (min-width: 769px) {
  .mobile-menu_open {
    width: 100%;
  }
}

.mobile-menu_open .mainMenu {
  display: block;
}

.mobile-menu_open .mobile-menu__trigger span:before, .mobile-menu_open .mobile-menu__trigger span:after {
  left: 0;
}

.mobile-menu_open .mobile-menu__trigger span:before {
  width: 50%;
  top: -3px;
  right: 0;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
}

.mobile-menu_open .mobile-menu__trigger span:after {
  width: 50%;
  top: 3px;
  right: 0;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .mobile-menu {
    position: relative;
  }
}

body {
  font: 16px "BradescoSans-Regular", sans-serif;
  color: #47484C;
  overflow: hidden;
}

html {
  overflow-x: hidden;
  scroll-behavior: smooth;
  font-size: 100%;
}

*:focus {
  outline: 1px dotted #e1173f8f;
}

a {
  text-decoration: none !important;
}

.visuallyhidden {
  background: none;
  border: 0;
  height: 0px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  width: 1px;
}

.visuallyhidden a.acess-link:focus {
  overflow: inherit !important;
  display: block;
  width: auto !important;
  padding: 5px 10px;
  background: #ea1941bd;
  border-radius: 3px;
  outline: none;
  text-decoration: none;
  color: #FFFFFF;
  z-index: 99;
  clip: initial !important;
  position: fixed;
  top: 55px;
  left: 30px;
}

.button-main {
  font: 14px "BradescoSans-Bold", sans-serif;
  border-radius: 24px;
  border: 2px solid #fff;
  padding: 14px 42px;
  line-height: 18px;
  color: #fff;
  text-decoration: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.button-main:hover {
  color: #fff;
}

.button-primary {
  font: 14px "BradescoSans-Bold", sans-serif;
  border-radius: 24px;
  background-color: #E1173F;
  padding: 14px 42px;
  line-height: 18px;
  color: #fff;
  text-decoration: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border: 2px solid #E1173F;
}

.button-primary:hover {
  color: #c50030;
  border: 2px solid #c50030;
  background-color: #fff;
}

header {
  max-width: 100%;
  background-color: #F0F1F5;
  color: #fff;
}

header .wrapper-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

@media (max-width: 768px) {
  header .wrapper-center {
    max-width: 100%;
  }
}

header .top-header {
  position: fixed;
  top: 0;
  z-index: 1;
  width: 100%;
  background: rgba(0, 0, 0, 0) -webkit-gradient(linear, left top, right top, from(#B3207A), to(#E91845));
  background: rgba(0, 0, 0, 0) linear-gradient(90deg, #B3207A 0%, #E91845 100%);
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
  opacity: 1;
  height: 4.6875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

header .top-header .logo {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

header .top-header .logo a img {
  max-width: 148px;
  display: block;
  width: 100%;
}

header .banner {
  position: relative;
  height: 720px;
  width: 75%;
  margin-top: 70px;
  background: -webkit-gradient(linear, left top, right top, from(#EA1743), to(#B2207B));
  background: linear-gradient(90deg, #EA1743 0%, #B2207B 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .banner .texto-container {
  max-width: 420px;
  margin-left: 10%;
}

header .banner .texto-container h1 {
  max-width: 390px;
  font: 40px "BradescoSans-Bold", sans-serif;
  padding: 0 14px;
  border-left: 8px solid #fff;
}

header .banner .texto-container h2 {
  font: 22px "BradescoSans-SemiBold", sans-serif;
  margin: 24px 0;
}

header .banner .texto-container h2 span {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 1px 3px 3px 1px;
  background-color: #04F464;
}

header .banner .texto-container p {
  margin: 24px 0;
}

header .banner .texto-container p span {
  font-family: "BradescoSans-Bold", sans-serif;
}

header .banner .imagens-container {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  max-width: 720px;
  right: -240px;
}

header .banner .imagens-container img {
  width: 100%;
}

main section {
  position: relative;
  padding: 50px 0;
}

main section h2 {
  font: 45px "BradescoSans-Bold", sans-serif;
  margin-bottom: 24px;
}

main section h2 span {
  font: 45px "BradescoSans-Regular", sans-serif;
}

main .decor {
  position: absolute;
  display: block;
  width: 280px;
  height: 190px;
  overflow: hidden;
}

main .decor::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
}

main .como-funciona {
  position: relative;
}

main .como-funciona .modal-qr-code {
  position: fixed;
  top: 0;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100vh;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 10;
}

main .como-funciona .modal-qr-code.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

main .como-funciona .modal-qr-code .close-modal {
  position: absolute;
  top: calc(50% - 225px);
  left: calc(50% + 200px);
  width: 40px;
  height: 40px;
  background: none;
  border: none;
  outline: none;
  overflow: hidden;
  text-indent: 50px;
}

main .como-funciona .modal-qr-code .close-modal::before, main .como-funciona .modal-qr-code .close-modal::after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  height: 4px;
  width: 30px;
  background-color: #fff;
  border-radius: 5px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

main .como-funciona .modal-qr-code .close-modal::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

main .como-funciona .modal-qr-code .modal-img {
  width: 340px;
}

main .como-funciona .decor.um {
  top: 0;
  right: 0;
}

main .como-funciona .decor.um::before {
  background: url("../img/grafismo-duplo.svg") bottom left no-repeat;
  background-size: cover;
  right: -90px;
  top: -70px;
}

main .como-funciona .decor.dois {
  left: 0;
  bottom: 0;
}

main .como-funciona .decor.dois::before {
  background: url("../img/grafismo-triplo.svg") top right no-repeat;
  background-size: 150%;
  left: -40px;
}

main .como-funciona p {
  font: 16px "BradescoSans-Medium", sans-serif;
}

main .como-funciona p span {
  font-family: "BradescoSans-Bold", sans-serif;
}

main .como-funciona .texto-container {
  position: absolute;
  margin-top: 24px;
  max-width: 435px;
}

main .como-funciona .carrossel {
  position: relative;
}

main .como-funciona .carrossel .owl-nav {
  position: absolute;
  top: calc(50% - 70px);
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 425px;
}

main .como-funciona .carrossel .owl-nav .owl-prev,
main .como-funciona .carrossel .owl-nav .owl-next {
  width: 50px;
  height: 70px;
  background-color: #fff;
  border: none;
  border-radius: 10px;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
}

main .como-funciona .carrossel .owl-nav .owl-prev span,
main .como-funciona .carrossel .owl-nav .owl-next span {
  display: block;
  text-indent: -100px;
  overflow: hidden;
  width: 100%;
  padding: 0 10px;
}

main .como-funciona .carrossel .owl-nav .owl-prev span::before,
main .como-funciona .carrossel .owl-nav .owl-next span::before {
  content: "";
  position: absolute;
  display: block;
  opacity: 1;
  width: 15px;
  height: 15px;
  border-top: 0.15rem solid #E1173F;
  border-right: 0.15rem solid #E1173F;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

main .como-funciona .carrossel .owl-nav .owl-prev.disabled span::before,
main .como-funciona .carrossel .owl-nav .owl-next.disabled span::before {
  border-top: 0.15rem solid #A7A8AC;
  border-right: 0.15rem solid #A7A8AC;
}

main .como-funciona .carrossel .owl-nav .owl-prev span {
  padding: 0 15px;
}

main .como-funciona .carrossel .owl-nav .owl-prev span::before {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

main .como-funciona .carrossel .owl-stage-outer {
  overflow: hidden;
}

main .como-funciona .carrossel .owl-stage-outer .owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

main .como-funciona .carrossel .carrossel-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

main .como-funciona .carrossel .carrossel-item .carrossel-conteudo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

main .como-funciona .carrossel .carrossel-item .carrossel-conteudo .carrossel-numero {
  font: 220px "BradescoSans-SemiBold", sans-serif;
  line-height: 135px;
  color: #E62451;
  opacity: 20%;
  margin-right: 50px;
}

main .como-funciona .carrossel .carrossel-item .carrossel-conteudo .carrossel-numero span {
  display: none;
}

main .como-funciona .carrossel .carrossel-item .carrossel-conteudo .carrossel-texto {
  font-size: 22px;
  max-width: 535px;
}

main .como-funciona .carrossel .carrossel-item .carrossel-conteudo .carrossel-texto::before {
  content: "";
  font: 26px "BradescoSans-Bold", sans-serif;
  display: block;
  color: #E51847;
}

main .como-funciona .carrossel .carrossel-item .carrossel-conteudo .carrossel-texto.um::before {
  content: "Primeiro passo";
}

main .como-funciona .carrossel .carrossel-item .carrossel-conteudo .carrossel-texto.dois::before {
  content: "Segundo passo";
}

main .como-funciona .carrossel .carrossel-item .carrossel-conteudo .carrossel-texto.tres::before {
  content: "Terceiro passo";
}

main .como-funciona .carrossel .carrossel-item .carrossel-conteudo .carrossel-texto.quatro::before {
  content: "Quarto passo";
}

main .como-funciona .carrossel .carrossel-item .carrossel-conteudo .carrossel-texto.cinco::before {
  content: "Quinto passo";
}

main .como-funciona .carrossel .carrossel-item .carrossel-conteudo .carrossel-texto.seis::before {
  content: "Sexto passo";
}

main .como-funciona .carrossel .carrossel-item .carrossel-conteudo .carrossel-texto.seis-mobile {
  display: none;
}

main .como-funciona .carrossel .carrossel-item .carrossel-conteudo .carrossel-texto.um-mobile {
  display: none;
}

main .como-funciona .carrossel .carrossel-item .carrossel-conteudo .carrossel-texto .ancora-qr {
  cursor: pointer;
  font-family: "BradescoSans-Medium", sans-serif;
  text-decoration: underline;
  color: #4E72FF;
}

main .como-funciona .carrossel .carrossel-item .carrossel-img {
  width: 305px;
  margin: 0 60px 0 90px;
}

main .como-funciona .carrossel .carrossel-item .qr-code {
  width: 125px;
  position: absolute;
  bottom: 25%;
  left: 180px;
}

main .como-funciona .carrossel .carrossel-item .btn-abrir-conta {
  display: none;
}

main .beneficios {
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#EA1743), to(#B2207B));
  background: linear-gradient(90deg, #EA1743 0%, #B2207B 100%);
}

main .beneficios h2 {
  padding: 0 14px;
  border-left: 8px solid #fff;
}

main .beneficios .owl-nav {
  display: none;
}

main .beneficios .cards-container {
  display: block;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

main .beneficios .cards-container .owl-item .card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 330px;
  height: 200px;
  padding: 20px;
  padding-left: 64px;
  border: 1px solid #fff;
  border-radius: 5px;
  margin: 24px;
}

main .beneficios .cards-container .owl-item .card h3 {
  font: 20px "BradescoSans-SemiBold", sans-serif;
  margin-bottom: 10px;
}

main .beneficios .cards-container .owl-item .card:hover {
  background-color: #fff;
}

main .beneficios .cards-container .owl-item .card:hover h3 {
  color: #EA1743;
}

main .beneficios .cards-container .owl-item .card:hover p {
  color: #47484C;
}

main .beneficios .cards-container .owl-item .card::before {
  content: "";
  position: absolute;
  top: calc(50% - 45px);
  left: -45px;
  display: block;
  width: 96px;
  height: 96px;
}

main .beneficios .cards-container .owl-item:nth-child(1) .card::before {
  background: url(../img/icone-mesada.svg) center center no-repeat;
  background-size: contain;
}

main .beneficios .cards-container .owl-item:nth-child(2) .card::before {
  background: url(../img/icone-transferencia.svg) center center no-repeat;
  background-size: contain;
}

main .beneficios .cards-container .owl-item:nth-child(3) .card::before {
  background: url(../img/icone-saque.svg) center center no-repeat;
  background-size: contain;
}

main .beneficios .cards-container .owl-item:nth-child(4) .card::before {
  background: url(../img/icone-cartao.svg) center center no-repeat;
  background-size: contain;
}

main .beneficios .cards-container .owl-item:nth-child(5) .card::before {
  background: url(../img/icone-mundo.svg) center center no-repeat;
  background-size: contain;
}

main .beneficios .cards-container .owl-item:nth-child(6) .card::before {
  background: url(../img/icone-mimos.svg) center center no-repeat;
  background-size: contain;
}

main .mimos {
  background: -webkit-gradient(linear, left top, right top, from(#EA1743), to(#B2207B));
  background: linear-gradient(90deg, #EA1743 0%, #B2207B 100%);
  color: #fff;
  text-align: center;
}

main .mimos h2 {
  max-width: 635px;
  margin: 0 auto;
  margin-bottom: 24px;
}

main .mimos p {
  max-width: 430px;
  margin: 24px auto;
}

main .mimos .cards-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

main .mimos .cards-container .card img {
  width: 150px;
  margin: 0 auto;
  margin-top: 40px;
}

main .mimos .cards-container .card .card-title {
  font: 16px "BradescoSans-SemiBold", sans-serif;
  text-transform: uppercase;
  margin-top: 32px;
  margin-bottom: 24px;
}

main .mimos .cards-container .card p {
  width: 170px;
  margin: 0 auto;
}

main .servicos {
  position: relative;
  padding-bottom: 0;
}

main .servicos .decor.um {
  top: 0;
  left: 0;
}

main .servicos .decor.um::before {
  background: url("../img/grafismo-duplo.svg") bottom right no-repeat;
  background-size: cover;
}

main .servicos .decor.dois {
  right: 0;
  bottom: 60%;
}

main .servicos .decor.dois::before {
  background: url("../img/grafismo-triplo.svg") bottom left no-repeat;
  background-size: 100%;
  right: -78px;
}

main .servicos .conexao {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

main .servicos .conexao .texto-container {
  max-width: 575px;
}

main .servicos .conexao .texto-container h2 {
  padding-left: 16px;
  border-left: 8px solid #e71846;
  max-width: 400px;
}

main .servicos .conexao .texto-container p {
  padding-left: 24px;
}

main .servicos .cards-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #ffffff), color-stop(50%, #f0f1f5));
  background: linear-gradient(180deg, #ffffff 50%, #f0f1f5 50%);
}

main .servicos .cards-container .cards-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 1140px;
  padding: 50px 0;
}

main .servicos .cards-container .cards-box .card-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

main .servicos .cards-container .cards-box .card-group .card-img,
main .servicos .cards-container .cards-box .card-group .card-texto {
  width: 100%;
  max-width: 380px;
}

main .servicos .cards-container .cards-box .card-group .card-texto {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  padding: 40px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 304px;
}

main .servicos .cards-container .cards-box .card-group .card-texto h3 {
  font: 20px "BradescoSans-Bold", sans-serif;
  color: #e1173f;
  margin-bottom: 16px;
}

main .servicos .cards-container .cards-box .card-group .card-texto small {
  font: 12px "BradescoSans-Medium", sans-serif;
  margin-bottom: 24px;
}

main .servicos .cards-container .cards-box .card-group .card-texto p {
  font: 14px "BradescoSans-Medium", sans-serif;
}

main .servicos .cards-container .cards-box .card-group .card-texto:hover {
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#EA1743), to(#B2207B));
  background: linear-gradient(90deg, #EA1743 0%, #B2207B 100%);
}

main .servicos .cards-container .cards-box .card-group .card-texto:hover h3 {
  color: #fff;
}

main .duvidas {
  position: relative;
  text-align: center;
  background-color: #FFF;
}

main .duvidas .decor.um {
  top: 90px;
  left: 0;
}

main .duvidas .decor.um::before {
  background: url("../img/grafismo-triplo.svg") top right no-repeat;
  background-size: 120%;
  left: -60px;
}

main .duvidas .decor.dois {
  right: 0;
  bottom: 0;
}

main .duvidas .decor.dois::before {
  background: url("../img/grafismo-duplo.svg") center center no-repeat;
  background-size: 160%;
  right: -30px;
  bottom: -30px;
}

main .duvidas .title {
  position: relative;
}

main .duvidas .title::after {
  content: "";
  display: block;
  margin: 0 auto;
  position: relative;
  bottom: -16px;
  width: 66px;
  height: 6px;
  background-color: #E1173F;
}

main .duvidas .accordion {
  max-width: 760px;
  margin: 0 auto;
  text-align: left;
  padding-top: 24px;
}

main .duvidas .accordion .card {
  font: 14px "BradescoSans-Medium", sans-serif;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

main .duvidas .accordion .card .btn {
  position: relative;
  color: #47484C;
  text-decoration: none;
  white-space: normal;
  text-align: left;
  padding: 0;
  padding-bottom: 24px;
  padding-left: 44px;
}

main .duvidas .accordion .card .btn:focus {
  outline: 1px dotted #e1173f8f;
}

main .duvidas .accordion .card .btn::before, main .duvidas .accordion .card .btn::after {
  content: "";
  position: absolute;
  left: 0;
  top: 18%;
  display: block;
  width: 20px;
  height: 5px;
  background: -webkit-gradient(linear, left top, right top, from(#EA1743), to(#B2207B));
  background: linear-gradient(90deg, #EA1743 0%, #B2207B 100%);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

main .duvidas .accordion .card .btn::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

main .duvidas .accordion .card .btn[aria-expanded="true"] {
  color: #3B69FF;
}

main .duvidas .accordion .card .btn[aria-expanded="true"]::after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

main .duvidas .accordion .card .card-body,
main .duvidas .accordion .card ul {
  padding-bottom: 24px;
  padding-left: 44px;
  font-size: 13px;
}

main .duvidas .accordion .card .card-body li,
main .duvidas .accordion .card ul li {
  list-style-type: disc;
  margin-left: 16px;
}

main .duvidas .btn-hide {
  display: block;
  margin: 0 auto;
  margin-top: 14px;
  font: 14px "BradescoSans-Bold", sans-serif;
  border-radius: 24px;
  border: 2px solid #E1173F;
  background-color: #fff;
  height: 48px;
  padding: 14px 48px;
  color: #E1173F;
  text-decoration: none;
}

main .duvidas .btn-hide:hover {
  border: 2px solid #C50030;
  color: #C50030;
}

main .duvidas .hide {
  display: none;
}

footer .c-gradiente {
  background: linear-gradient(100deg, #E1173F 0%, #D81951 35%, #8322A5 100%);
}

footer .c-endereco address {
  color: #fff;
}

footer .c-seguir span {
  color: #fff;
}

@media (min-width: 769px) {
  main .beneficios .owl-stage-outer {
    overflow: unset;
    width: 100%;
  }
  main .beneficios .owl-stage-outer .owl-stage {
    width: 100% !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transform: none !important;
            transform: none !important;
  }
  main .beneficios .owl-stage-outer .owl-stage .owl-item {
    margin: 0 !important;
  }
}

@media (max-width: 1350px) {
  header .banner {
    height: 540px;
  }
  header .banner .texto-container {
    margin-left: 5%;
  }
  header .banner .imagens-container {
    max-width: 460px;
    right: -153px;
  }
  main .servicos .cards-container .cards-box .card-group {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  main .duvidas .decor.um {
    display: none;
  }
}

@media (max-width: 768px) {
  header {
    height: 780px;
  }
  header .banner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    height: 540px;
  }
  header .banner .texto-container {
    margin-left: 0;
    max-width: 80%;
    margin-top: 70px;
  }
  header .banner .texto-container h1 {
    max-width: 100%;
  }
  header .banner .imagens-container {
    position: relative;
    max-width: 450px;
    right: unset;
  }
  main .como-funciona .decor.dois {
    display: none;
  }
  main .como-funciona p {
    font: 16px "BradescoSans-Medium", sans-serif;
  }
  main .como-funciona .texto-container {
    position: relative;
    margin-top: 0;
  }
  main .como-funciona .carrossel .owl-nav {
    width: 320px;
    top: calc(50% - 40px);
  }
  main .como-funciona .carrossel .carrossel-item .carrossel-conteudo .carrossel-numero {
    font-size: 120px;
    line-height: 78px;
    margin-right: 10px;
  }
  main .como-funciona .carrossel .carrossel-item .carrossel-conteudo .carrossel-texto {
    font-size: 14px;
  }
  main .como-funciona .carrossel .carrossel-item .carrossel-conteudo .carrossel-texto::before {
    font-size: 16px;
  }
  main .como-funciona .carrossel .carrossel-item .carrossel-img {
    width: 200px;
  }
  main .como-funciona .carrossel .carrossel-item .qr-code {
    bottom: 15%;
    left: 80px;
  }
  main .beneficios .cards-container {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  main .beneficios .cards-container .owl-stage-outer {
    overflow: hidden;
  }
  main .beneficios .cards-container .owl-stage-outer .owl-stage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  main .beneficios .cards-container .owl-stage-outer .owl-stage .owl-item:first-child {
    margin-left: 30px;
  }
  main .beneficios .cards-container .owl-stage-outer .owl-stage .owl-item .card {
    width: 280px;
    height: 190px;
    padding-left: 40px;
  }
  main .beneficios .cards-container .owl-stage-outer .owl-stage .owl-item .card::before {
    width: 70px;
    height: 70px;
  }
  main .beneficios .cards-container .owl-stage-outer .owl-stage .owl-item .card p {
    font-size: 14px;
  }
  main .beneficios .cards-container.container {
    padding: 0;
    width: 100%;
  }
  main .mimos .cards-container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 10%;
  }
  main .servicos .decor.um::before {
    top: -60px;
  }
  main .duvidas .decor.dois::before {
    bottom: -60px;
  }
}

@media (max-width: 550px) {
  header {
    height: 640px;
  }
  header .banner {
    height: 490px;
  }
  header .banner .texto-container {
    margin-top: 50px;
  }
  header .banner .texto-container h1 {
    font-size: 22px;
  }
  header .banner .texto-container h2 {
    font-size: 18px;
  }
  header .banner .texto-container p {
    font-size: 14px;
  }
  header .banner .imagens-container {
    max-width: 300px;
  }
  main section h2 {
    font-size: 22px;
  }
  main section h2 span {
    font-size: 22px;
  }
  main .decor {
    display: none;
  }
  main .como-funciona .decor {
    display: block;
  }
  main .como-funciona .decor.um {
    width: 180px;
    height: 130px;
  }
  main .como-funciona .decor.dois {
    display: block;
    width: 110px;
    height: 130px;
  }
  main .como-funciona .texto-container {
    max-width: 310px;
    margin: 0 auto;
  }
  main .como-funciona p {
    font-size: 14px;
  }
  main .como-funciona .carrossel .owl-nav {
    right: calc(50% - 150px);
    width: 300px;
  }
  main .como-funciona .carrossel .owl-nav .owl-prev,
  main .como-funciona .carrossel .owl-nav .owl-next {
    width: 30px;
    height: 40px;
  }
  main .como-funciona .carrossel .owl-nav .owl-prev span,
  main .como-funciona .carrossel .owl-nav .owl-next span {
    padding: 14px 2px;
  }
  main .como-funciona .carrossel .owl-nav .owl-prev span::before,
  main .como-funciona .carrossel .owl-nav .owl-next span::before {
    width: 10px;
    height: 10px;
  }
  main .como-funciona .carrossel .owl-nav .owl-prev span {
    padding: 14px 6px;
  }
  main .como-funciona .carrossel .carrossel-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  main .como-funciona .carrossel .carrossel-item .carrossel-conteudo {
    max-width: 200px;
  }
  main .como-funciona .carrossel .carrossel-item .carrossel-conteudo .carrossel-numero {
    font-size: 14px;
    line-height: 18px;
    color: #E4133b;
    opacity: 100%;
    margin-right: 5px;
  }
  main .como-funciona .carrossel .carrossel-item .carrossel-conteudo .carrossel-numero span {
    display: inline;
  }
  main .como-funciona .carrossel .carrossel-item .carrossel-conteudo .carrossel-texto {
    font-size: 14px;
  }
  main .como-funciona .carrossel .carrossel-item .carrossel-conteudo .carrossel-texto::before {
    display: none;
  }
  main .como-funciona .carrossel .carrossel-item .carrossel-conteudo .carrossel-texto.seis {
    display: none;
  }
  main .como-funciona .carrossel .carrossel-item .carrossel-conteudo .carrossel-texto.seis-mobile {
    display: inline-block;
  }
  main .como-funciona .carrossel .carrossel-item .carrossel-conteudo .carrossel-texto.um {
    display: none;
  }
  main .como-funciona .carrossel .carrossel-item .carrossel-conteudo .carrossel-texto.um-mobile {
    display: block;
  }
  main .como-funciona .carrossel .carrossel-item .carrossel-img {
    width: 190px;
    margin: 24px 0;
  }
  main .como-funciona .carrossel .carrossel-item .qr-code {
    display: none;
  }
  main .como-funciona .carrossel .carrossel-item .btn-abrir-conta {
    margin-top: 14px;
    display: block;
    width: 200px;
    text-align: center;
  }
  main .mimos .cards-container .card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  main .mimos .cards-container .card img {
    width: 100px;
    height: 100px;
    margin-right: 14px;
    margin-top: 32px;
  }
  main .mimos .cards-container .card .card-title {
    margin-bottom: 14px;
  }
  main .servicos .conexao {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  main .servicos .conexao .texto-container p {
    font-size: 14px;
  }
  main .servicos .conexao img {
    max-width: 100%;
    margin-top: 24px;
  }
  main .servicos .cards-container {
    background: #fff;
  }
  main .servicos .cards-container .cards-box {
    padding-bottom: 0;
  }
  main .servicos .cards-container .cards-box .card-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  main .servicos .cards-container .cards-box .card-group:nth-child(2) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  header .banner .texto-container h2 span {
    width: 160px;
  }
  header .banner .imagens-container {
    height: 250px;
  }
  main .mimos .cards-container {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}
/*# sourceMappingURL=style.css.map */
#mimos > div > div > div:nth-child(3) > img{
  border-radius: 50%;
  background-color: #fff;
}

@media (max-width: 550px) {
main .mimos .cards-container .card img {
    width: 109px;
    height: 100px;
    margin-right: 30px;
    margin-top: 32px;
}
main .mimos .cards-container {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 54%;
}
}
footer .c-gradiente {
  background: linear-gradient(100deg, #E1173F 0%, #D81951 35%, #8322A5 100%) !important;
}

.c-uteis__lnk a:first-child {
  padding-left: 0;
  color: #3c3c3c;
}

.c-rapido > nav > ul > li > a:hover {
  color: #FFF;
}

