@charset "UTF-8";

/* Slider */
.slick-loading .slick-list {
  background: #fff url("https://assets.bradesco/content/dam/portal-bradesco/html/classic/produtos-servicos/emprestimo-e-financiamento/antecipacao-saque-aniversario/img/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("https://publish-p128342-e1259725.adobeaemcloud.com/content/dam/portal-bradesco/html/classic/produtos-servicos/emprestimo-e-financiamento/antecipacao-saque-aniversario/fonts/slick.eot");
  src: url("../fonts/slick.eot?#iefix") format("embedded-opentype"),
    url("https://publish-p128342-e1259725.adobeaemcloud.com/content/dam/portal-bradesco/html/classic/produtos-servicos/emprestimo-e-financiamento/antecipacao-saque-aniversario/fonts/slick.woff") format("woff"),
    url("https://publish-p128342-e1259725.adobeaemcloud.com/content/dam/portal-bradesco/html/classic/produtos-servicos/emprestimo-e-financiamento/antecipacao-saque-aniversario/fonts/slick.ttf") format("truetype"),
    url("../fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -ms-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "←";
}

[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "→";
}

[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

@font-face {
  font-family: "Material Icons";
  font-style: normal;
  font-weight: 400;
  src: url("https://publish-p128342-e1259725.adobeaemcloud.com/content/dam/portal-bradesco/html/classic/produtos-servicos/emprestimo-e-financiamento/antecipacao-saque-aniversario/fonts/MaterialIcons-Regular.eot");
  /* For IE6-8 */
  src: local("Material Icons"), local("MaterialIcons-Regular"),
    url("https://publish-p128342-e1259725.adobeaemcloud.com/content/dam/portal-bradesco/html/classic/produtos-servicos/emprestimo-e-financiamento/antecipacao-saque-aniversario/fonts/MaterialIcons-Regular.woff2") format("woff2"),
    url("https://publish-p128342-e1259725.adobeaemcloud.com/content/dam/portal-bradesco/html/classic/produtos-servicos/emprestimo-e-financiamento/antecipacao-saque-aniversario/fonts/MaterialIcons-Regular.woff") format("woff"),
    url("https://publish-p128342-e1259725.adobeaemcloud.com/content/dam/portal-bradesco/html/classic/produtos-servicos/emprestimo-e-financiamento/antecipacao-saque-aniversario/fonts/MaterialIcons-Regular.ttf") format("truetype");
}

.material-icons {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  -moz-font-feature-settings: "liga";
  font-feature-settings: "liga";
}

/* Bold */
@font-face {
  font-family: "Bradesco Sans Bold";
  src: url("https://publish-p128342-e1259725.adobeaemcloud.com/content/dam/portal-bradesco/html/classic/produtos-servicos/emprestimo-e-financiamento/antecipacao-saque-aniversario/fonts/bradescosans-bold.eot");
  src: url("..//fonts/bradescosans-bold.eot?#iefix") format("embedded-opentype"),
    url("https://publish-p128342-e1259725.adobeaemcloud.com/content/dam/portal-bradesco/html/classic/produtos-servicos/emprestimo-e-financiamento/antecipacao-saque-aniversario/fonts/bradescosans-bold.woff2") format("woff2"),
    url("https://publish-p128342-e1259725.adobeaemcloud.com/content/dam/portal-bradesco/html/classic/produtos-servicos/emprestimo-e-financiamento/antecipacao-saque-aniversario/fonts/bradescosans-bold.woff") format("woff"),
    url("https://publish-p128342-e1259725.adobeaemcloud.com/content/dam/portal-bradesco/html/classic/produtos-servicos/emprestimo-e-financiamento/antecipacao-saque-aniversario/fonts/bradescosans-bold-web.ttf") format("truetype"),
    url("..//fonts/bradescosans-bold.svg#wf") format("svg");
}

@font-face {
  font-family: "Bradesco Sans Bold Italic";
  src: url("https://publish-p128342-e1259725.adobeaemcloud.com/content/dam/portal-bradesco/html/classic/produtos-servicos/emprestimo-e-financiamento/antecipacao-saque-aniversario/fonts/bradescosans-bolditalic.eot");
  src: url("..//fonts/bradescosans-bolditalic.eot?#iefix")
      format("embedded-opentype"),
    url("https://publish-p128342-e1259725.adobeaemcloud.com/content/dam/portal-bradesco/html/classic/produtos-servicos/emprestimo-e-financiamento/antecipacao-saque-aniversario/fonts/bradescosans-bolditalic.woff2") format("woff2"),
    url("https://publish-p128342-e1259725.adobeaemcloud.com/content/dam/portal-bradesco/html/classic/produtos-servicos/emprestimo-e-financiamento/antecipacao-saque-aniversario/fonts/bradescosans-bolditalic.woff") format("woff"),
    url("https://publish-p128342-e1259725.adobeaemcloud.com/content/dam/portal-bradesco/html/classic/produtos-servicos/emprestimo-e-financiamento/antecipacao-saque-aniversario/fonts/bradescosans-bolditalic-web.ttf") format("truetype"),
    url("..//fonts/bradescosans-bolditalic.svg#wf") format("svg");
}

/* Condensed */
@font-face {
  font-family: "Bradesco Sans Condensed";
  src: url("https://publish-p128342-e1259725.adobeaemcloud.com/content/dam/portal-bradesco/html/classic/produtos-servicos/emprestimo-e-financiamento/antecipacao-saque-aniversario/fonts/bradescosans-condensed.eot");
  src: url("..//fonts/bradescosans-condensed.eot?#iefix")
      format("embedded-opentype"),
    url("https://publish-p128342-e1259725.adobeaemcloud.com/content/dam/portal-bradesco/html/classic/produtos-servicos/emprestimo-e-financiamento/antecipacao-saque-aniversario/fonts/bradescosans-condensed.woff2") format("woff2"),
    url("https://publish-p128342-e1259725.adobeaemcloud.com/content/dam/portal-bradesco/html/classic/produtos-servicos/emprestimo-e-financiamento/antecipacao-saque-aniversario/fonts/bradescosans-condensed.woff") format("woff"),
    url("https://publish-p128342-e1259725.adobeaemcloud.com/content/dam/portal-bradesco/html/classic/produtos-servicos/emprestimo-e-financiamento/antecipacao-saque-aniversario/fonts/bradescosans-condensed-web.ttf") format("truetype"),
    url("..//fonts/bradescosans-condensed.svg#wf") format("svg");
}

@font-face {
  font-family: "Bradesco Sans Condensed Bold";
  src: url("https://publish-p128342-e1259725.adobeaemcloud.com/content/dam/portal-bradesco/html/classic/produtos-servicos/emprestimo-e-financiamento/antecipacao-saque-aniversario/fonts/bradescosans-condensedbold.eot");
  src: url("..//fonts/bradescosans-condensedbold.eot?#iefix")
      format("embedded-opentype"),
    url("https://publish-p128342-e1259725.adobeaemcloud.com/content/dam/portal-bradesco/html/classic/produtos-servicos/emprestimo-e-financiamento/antecipacao-saque-aniversario/fonts/bradescosans-condensedbold.woff2") format("woff2"),
    url("https://publish-p128342-e1259725.adobeaemcloud.com/content/dam/portal-bradesco/html/classic/produtos-servicos/emprestimo-e-financiamento/antecipacao-saque-aniversario/fonts/bradescosans-condensedbold.woff") format("woff"),
    url("https://publish-p128342-e1259725.adobeaemcloud.com/content/dam/portal-bradesco/html/classic/produtos-servicos/emprestimo-e-financiamento/antecipacao-saque-aniversario/fonts/bradescosans-condensedbold-web.ttf") format("truetype"),
    url("..//fonts/bradescosans-condensedbold.svg#wf") format("svg");
}

/* Light */
@font-face {
  font-family: "Bradesco Sans Light";
  src: url("https://publish-p128342-e1259725.adobeaemcloud.com/content/dam/portal-bradesco/html/classic/produtos-servicos/emprestimo-e-financiamento/antecipacao-saque-aniversario/fonts/bradescosans-light.eot");
  src: url("..//fonts/bradescosans-light.eot?#iefix")
      format("embedded-opentype"),
    url("https://publish-p128342-e1259725.adobeaemcloud.com/content/dam/portal-bradesco/html/classic/produtos-servicos/emprestimo-e-financiamento/antecipacao-saque-aniversario/fonts/bradescosans-light.woff2") format("woff2"),
    url("https://publish-p128342-e1259725.adobeaemcloud.com/content/dam/portal-bradesco/html/classic/produtos-servicos/emprestimo-e-financiamento/antecipacao-saque-aniversario/fonts/bradescosans-light.woff") format("woff"),
    url("https://publish-p128342-e1259725.adobeaemcloud.com/content/dam/portal-bradesco/html/classic/produtos-servicos/emprestimo-e-financiamento/antecipacao-saque-aniversario/fonts/bradescosans-light-web.ttf") format("truetype"),
    url("..//fonts/bradescosans-light.svg#wf") format("svg");
}

@font-face {
  font-family: "Bradesco Sans Light Italic";
  src: url("https://publish-p128342-e1259725.adobeaemcloud.com/content/dam/portal-bradesco/html/classic/produtos-servicos/emprestimo-e-financiamento/antecipacao-saque-aniversario/fonts/bradescosans-lightitalic.eot");
  src: url("..//fonts/bradescosans-lightitalic.eot?#iefix")
      format("embedded-opentype"),
    url("https://publish-p128342-e1259725.adobeaemcloud.com/content/dam/portal-bradesco/html/classic/produtos-servicos/emprestimo-e-financiamento/antecipacao-saque-aniversario/fonts/bradescosans-lightitalic.woff2") format("woff2"),
    url("https://publish-p128342-e1259725.adobeaemcloud.com/content/dam/portal-bradesco/html/classic/produtos-servicos/emprestimo-e-financiamento/antecipacao-saque-aniversario/fonts/bradescosans-lightitalic.woff") format("woff"),
    url("https://publish-p128342-e1259725.adobeaemcloud.com/content/dam/portal-bradesco/html/classic/produtos-servicos/emprestimo-e-financiamento/antecipacao-saque-aniversario/fonts/bradescosans-lightitalic-web.ttf") format("truetype"),
    url("..//fonts/bradescosans-lightitalic.svg#wf") format("svg");
}

/* Medium */
@font-face {
  font-family: "Bradesco Sans Medium";
  src: url("https://publish-p128342-e1259725.adobeaemcloud.com/content/dam/portal-bradesco/html/classic/produtos-servicos/emprestimo-e-financiamento/antecipacao-saque-aniversario/fonts/bradescosans-medium.eot");
  src: url("..//fonts/bradescosans-medium.eot?#iefix")
      format("embedded-opentype"),
    url("https://publish-p128342-e1259725.adobeaemcloud.com/content/dam/portal-bradesco/html/classic/produtos-servicos/emprestimo-e-financiamento/antecipacao-saque-aniversario/fonts/bradescosans-medium.woff2") format("woff2"),
    url("https://publish-p128342-e1259725.adobeaemcloud.com/content/dam/portal-bradesco/html/classic/produtos-servicos/emprestimo-e-financiamento/antecipacao-saque-aniversario/fonts/bradescosans-medium.woff") format("woff"),
    url("https://publish-p128342-e1259725.adobeaemcloud.com/content/dam/portal-bradesco/html/classic/produtos-servicos/emprestimo-e-financiamento/antecipacao-saque-aniversario/fonts/bradescosans-medium-web.ttf") format("truetype"),
    url("..//fonts/bradescosans-medium.svg#wf") format("svg");
}

@font-face {
  font-family: "Bradesco Sans Medium Italic";
  src: url("https://publish-p128342-e1259725.adobeaemcloud.com/content/dam/portal-bradesco/html/classic/produtos-servicos/emprestimo-e-financiamento/antecipacao-saque-aniversario/fonts/bradescosans-mediumitalic.eot");
  src: url("..//fonts/bradescosans-mediumitalic.eot?#iefix")
      format("embedded-opentype"),
    url("https://publish-p128342-e1259725.adobeaemcloud.com/content/dam/portal-bradesco/html/classic/produtos-servicos/emprestimo-e-financiamento/antecipacao-saque-aniversario/fonts/bradescosans-mediumitalic.woff2") format("woff2"),
    url("https://publish-p128342-e1259725.adobeaemcloud.com/content/dam/portal-bradesco/html/classic/produtos-servicos/emprestimo-e-financiamento/antecipacao-saque-aniversario/fonts/bradescosans-mediumitalic.woff") format("woff"),
    url("https://publish-p128342-e1259725.adobeaemcloud.com/content/dam/portal-bradesco/html/classic/produtos-servicos/emprestimo-e-financiamento/antecipacao-saque-aniversario/fonts/bradescosans-mediumitalic-web.ttf") format("truetype"),
    url("..//fonts/bradescosans-mediumitalic.svg#wf") format("svg");
}

/* Regular */
@font-face {
  font-family: "Bradesco Sans Regular";
  src: url("https://publish-p128342-e1259725.adobeaemcloud.com/content/dam/portal-bradesco/html/classic/produtos-servicos/emprestimo-e-financiamento/antecipacao-saque-aniversario/fonts/bradescosans-regular.eot");
  src: url("..//fonts/bradescosans-regular.eot?#iefix")
      format("embedded-opentype"),
    url("https://publish-p128342-e1259725.adobeaemcloud.com/content/dam/portal-bradesco/html/classic/produtos-servicos/emprestimo-e-financiamento/antecipacao-saque-aniversario/fonts/bradescosans-regular.woff2") format("woff2"),
    url("https://publish-p128342-e1259725.adobeaemcloud.com/content/dam/portal-bradesco/html/classic/produtos-servicos/emprestimo-e-financiamento/antecipacao-saque-aniversario/fonts/bradescosans-regular.woff") format("woff"),
    url("https://publish-p128342-e1259725.adobeaemcloud.com/content/dam/portal-bradesco/html/classic/produtos-servicos/emprestimo-e-financiamento/antecipacao-saque-aniversario/fonts/bradescosans-regular-web.ttf") format("truetype"),
    url("..//fonts/bradescosans-regular.svg#wf") format("svg");
}

@font-face {
  font-family: "Bradesco Sans Regular Italic";
  src: url("https://publish-p128342-e1259725.adobeaemcloud.com/content/dam/portal-bradesco/html/classic/produtos-servicos/emprestimo-e-financiamento/antecipacao-saque-aniversario/fonts/bradescosans-regularitalic.eot");
  src: url("..//fonts/bradescosans-regularitalic.eot?#iefix")
      format("embedded-opentype"),
    url("https://publish-p128342-e1259725.adobeaemcloud.com/content/dam/portal-bradesco/html/classic/produtos-servicos/emprestimo-e-financiamento/antecipacao-saque-aniversario/fonts/bradescosans-regularitalic.woff2") format("woff2"),
    url("https://publish-p128342-e1259725.adobeaemcloud.com/content/dam/portal-bradesco/html/classic/produtos-servicos/emprestimo-e-financiamento/antecipacao-saque-aniversario/fonts/bradescosans-regularitalic.woff") format("woff"),
    url("https://publish-p128342-e1259725.adobeaemcloud.com/content/dam/portal-bradesco/html/classic/produtos-servicos/emprestimo-e-financiamento/antecipacao-saque-aniversario/fonts/bradescosans-regularitalic-web.ttf") format("truetype"),
    url("..//fonts/bradescosans-regularitalic.svg#wf") format("svg");
}

/* Semibold */
@font-face {
  font-family: "Bradesco Sans Semibold";
  src: url("https://publish-p128342-e1259725.adobeaemcloud.com/content/dam/portal-bradesco/html/classic/produtos-servicos/emprestimo-e-financiamento/antecipacao-saque-aniversario/fonts/bradescosans-semibold.eot");
  src: url("..//fonts/bradescosans-semibold.eot?#iefix")
      format("embedded-opentype"),
    url("https://publish-p128342-e1259725.adobeaemcloud.com/content/dam/portal-bradesco/html/classic/produtos-servicos/emprestimo-e-financiamento/antecipacao-saque-aniversario/fonts/bradescosans-semibold.woff2") format("woff2"),
    url("https://publish-p128342-e1259725.adobeaemcloud.com/content/dam/portal-bradesco/html/classic/produtos-servicos/emprestimo-e-financiamento/antecipacao-saque-aniversario/fonts/bradescosans-semibold.woff") format("woff"),
    url("https://publish-p128342-e1259725.adobeaemcloud.com/content/dam/portal-bradesco/html/classic/produtos-servicos/emprestimo-e-financiamento/antecipacao-saque-aniversario/fonts/bradescosans-semibold-web.ttf") format("truetype"),
    url("..//fonts/bradescosans-semibold.svg#wf") format("svg");
}

@font-face {
  font-family: "Bradesco Sans Semibold Italic";
  src: url("https://publish-p128342-e1259725.adobeaemcloud.com/content/dam/portal-bradesco/html/classic/produtos-servicos/emprestimo-e-financiamento/antecipacao-saque-aniversario/fonts/bradescosans-semibolditalic.eot");
  src: url("..//fonts/bradescosans-semibolditalic.eot?#iefix")
      format("embedded-opentype"),
    url("https://publish-p128342-e1259725.adobeaemcloud.com/content/dam/portal-bradesco/html/classic/produtos-servicos/emprestimo-e-financiamento/antecipacao-saque-aniversario/fonts/bradescosans-semibolditalic.woff2") format("woff2"),
    url("https://publish-p128342-e1259725.adobeaemcloud.com/content/dam/portal-bradesco/html/classic/produtos-servicos/emprestimo-e-financiamento/antecipacao-saque-aniversario/fonts/bradescosans-semibolditalic.woff") format("woff"),
    url("https://publish-p128342-e1259725.adobeaemcloud.com/content/dam/portal-bradesco/html/classic/produtos-servicos/emprestimo-e-financiamento/antecipacao-saque-aniversario/fonts/bradescosans-semibolditalic-web.ttf") format("truetype"),
    url("..//fonts/bradescosans-semibolditalic.svg#wf") format("svg");
}

/* Thin */
@font-face {
  font-family: "Bradesco Sans Thin";
  src: url("https://publish-p128342-e1259725.adobeaemcloud.com/content/dam/portal-bradesco/html/classic/produtos-servicos/emprestimo-e-financiamento/antecipacao-saque-aniversario/fonts/bradescosans-thin.eot");
  src: url("..//fonts/bradescosans-thin.eot?#iefix") format("embedded-opentype"),
    url("https://publish-p128342-e1259725.adobeaemcloud.com/content/dam/portal-bradesco/html/classic/produtos-servicos/emprestimo-e-financiamento/antecipacao-saque-aniversario/fonts/bradescosans-thin.woff2") format("woff2"),
    url("https://publish-p128342-e1259725.adobeaemcloud.com/content/dam/portal-bradesco/html/classic/produtos-servicos/emprestimo-e-financiamento/antecipacao-saque-aniversario/fonts/bradescosans-thin.woff") format("woff"),
    url("https://publish-p128342-e1259725.adobeaemcloud.com/content/dam/portal-bradesco/html/classic/produtos-servicos/emprestimo-e-financiamento/antecipacao-saque-aniversario/fonts/bradescosans-thin-web.ttf") format("truetype"),
    url("..//fonts/bradescosans-thin.svg#wf") format("svg");
}

@font-face {
  font-family: "Bradesco Sans Thin Italic";
  src: url("https://publish-p128342-e1259725.adobeaemcloud.com/content/dam/portal-bradesco/html/classic/produtos-servicos/emprestimo-e-financiamento/antecipacao-saque-aniversario/fonts/bradescosans-thinitalic.eot");
  src: url("..//fonts/bradescosans-thinitalic.eot?#iefix")
      format("embedded-opentype"),
    url("https://publish-p128342-e1259725.adobeaemcloud.com/content/dam/portal-bradesco/html/classic/produtos-servicos/emprestimo-e-financiamento/antecipacao-saque-aniversario/fonts/bradescosans-thinitalic.woff2") format("woff2"),
    url("https://publish-p128342-e1259725.adobeaemcloud.com/content/dam/portal-bradesco/html/classic/produtos-servicos/emprestimo-e-financiamento/antecipacao-saque-aniversario/fonts/bradescosans-thinitalic.woff") format("woff"),
    url("https://publish-p128342-e1259725.adobeaemcloud.com/content/dam/portal-bradesco/html/classic/produtos-servicos/emprestimo-e-financiamento/antecipacao-saque-aniversario/fonts/bradescosans-thinitalic-web.ttf") format("truetype"),
    url("..//fonts/bradescosans-thinitalic.svg#wf") format("svg");
}

/* XBold / Extrabold */
@font-face {
  font-family: "Bradesco Sans XBold";
  src: url("https://publish-p128342-e1259725.adobeaemcloud.com/content/dam/portal-bradesco/html/classic/produtos-servicos/emprestimo-e-financiamento/antecipacao-saque-aniversario/fonts/bradescosans-xbold.eot");
  src: url("..//fonts/bradescosans-xbold.eot?#iefix")
      format("embedded-opentype"),
    url("https://publish-p128342-e1259725.adobeaemcloud.com/content/dam/portal-bradesco/html/classic/produtos-servicos/emprestimo-e-financiamento/antecipacao-saque-aniversario/fonts/bradescosans-xbold.woff2") format("woff2"),
    url("https://publish-p128342-e1259725.adobeaemcloud.com/content/dam/portal-bradesco/html/classic/produtos-servicos/emprestimo-e-financiamento/antecipacao-saque-aniversario/fonts/bradescosans-xbold.woff") format("woff"),
    url("https://publish-p128342-e1259725.adobeaemcloud.com/content/dam/portal-bradesco/html/classic/produtos-servicos/emprestimo-e-financiamento/antecipacao-saque-aniversario/fonts/bradescosans-xbold-web.ttf") format("truetype"),
    url("..//fonts/bradescosans-xbold.svg#wf") format("svg");
}

@font-face {
  font-family: "Bradesco Sans XBold Italic";
  src: url("https://publish-p128342-e1259725.adobeaemcloud.com/content/dam/portal-bradesco/html/classic/produtos-servicos/emprestimo-e-financiamento/antecipacao-saque-aniversario/fonts/bradescosans-xbolditalic.eot");
  src: url("..//fonts/bradescosans-xbolditalic.eot?#iefix")
      format("embedded-opentype"),
    url("https://publish-p128342-e1259725.adobeaemcloud.com/content/dam/portal-bradesco/html/classic/produtos-servicos/emprestimo-e-financiamento/antecipacao-saque-aniversario/fonts/bradescosans-xbolditalic.woff2") format("woff2"),
    url("https://publish-p128342-e1259725.adobeaemcloud.com/content/dam/portal-bradesco/html/classic/produtos-servicos/emprestimo-e-financiamento/antecipacao-saque-aniversario/fonts/bradescosans-xbolditalic.woff") format("woff"),
    url("https://publish-p128342-e1259725.adobeaemcloud.com/content/dam/portal-bradesco/html/classic/produtos-servicos/emprestimo-e-financiamento/antecipacao-saque-aniversario/fonts/bradescosans-xbolditalic-web.ttf") format("truetype"),
    url("..//fonts/bradescosans-xbolditalic.svg#wf") format("svg");
}

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

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

section.mainContent.hub-credito {
  font-family: "Bradesco Sans Bold", sans-serif;
  font-weight: normal;
}

section.mainContent.hub-credito *,
section.mainContent.hub-credito *:before,
section.mainContent.hub-credito *:after {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

section.mainContent.hub-credito .clearfix:before,
section.mainContent.hub-credito .content-container:before,
section.mainContent.hub-credito .clearfix:after,
section.mainContent.hub-credito .content-container:after {
  content: " ";
  display: table;
}

section.mainContent.hub-credito .clearfix:after,
section.mainContent.hub-credito .content-container:after {
  clear: both;
}

section.mainContent.hub-credito .content-container {
  margin: auto;
  max-width: 980px;
  width: 100%;
}

section.mainContent.hub-credito .grid {
  position: relative;
  width: 100%;
}

section.mainContent.hub-credito .grid:before,
section.mainContent.hub-credito .grid:after {
  content: "";
  display: table;
  clear: both;
}

section.mainContent.hub-credito [class*="col-"] {
  float: left;
  min-height: 1px;
  padding: 0 10px;
}

section.mainContent.hub-credito .no-gutters {
  margin-right: 0;
  margin-left: 0;
}

section.mainContent.hub-credito .no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

section.mainContent.hub-credito .col-1 {
  width: 8.3333333333%;
}

section.mainContent.hub-credito .col-2 {
  width: 16.6666666667%;
}

section.mainContent.hub-credito .col-3 {
  width: 25%;
}

section.mainContent.hub-credito .col-4 {
  width: 33.3333333333%;
}

section.mainContent.hub-credito .col-5 {
  width: 41.6666666667%;
}

section.mainContent.hub-credito .col-6 {
  width: 50%;
}

section.mainContent.hub-credito .col-7 {
  width: 58.3333333333%;
}

section.mainContent.hub-credito .col-8 {
  width: 66.6666666667%;
}

section.mainContent.hub-credito .col-9 {
  width: 75%;
}

section.mainContent.hub-credito .col-10 {
  width: 83.3333333333%;
}

section.mainContent.hub-credito .col-11 {
  width: 91.6666666667%;
}

section.mainContent.hub-credito .col-12 {
  width: 100%;
}

section.mainContent.hub-credito .col-magic {
  width: 14%;
}

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

section.mainContent.hub-credito *:before,
section.mainContent.hub-credito *:after {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

section.mainContent.hub-credito img[src*="analytics"] {
  display: block;
  height: 0;
  width: 0;
}

section.mainContent.hub-credito a {
  text-decoration: none;
}

section.mainContent.hub-credito .material-icons {
  vertical-align: middle;
}

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

section.mainContent.hub-credito .cf:before,
section.mainContent.hub-credito .cf:after {
  content: " ";
  display: table;
}

section.mainContent.hub-credito .cf:after {
  clear: both;
}

section.mainContent.hub-credito .cf {
  *zoom: 1;
}

section.mainContent.hub-credito h1,
section.mainContent.hub-credito h2,
section.mainContent.hub-credito h3,
section.mainContent.hub-credito h4 {
  font-weight: normal;
}

section.mainContent.hub-credito strong {
  font-family: "Bradesco Sans Bold";
  font-weight: normal;
}

section.mainContent.hub-credito p,
section.mainContent.hub-credito span,
section.mainContent.hub-credito small,
section.mainContent.hub-credito legend {
  font-family: "Bradesco Sans Regular";
}

section.mainContent.hub-credito sup {
  font-size: 60%;
  font-family: Arial, Helvetica, sans-serif;
  margin-top: -0.4em;
}

section.mainContent.hub-credito html,
section.mainContent.hub-credito body {
  width: 100%;
  min-height: 100%;
}

section.mainContent.hub-credito body {
  font-family: "Bradesco Sans Regular";
  background-color: #ffffff;
}

section.mainContent.hub-credito #main {
  width: 100%;
  min-height: 100%;
}

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

section.mainContent.hub-credito .container:before,
section.mainContent.hub-credito .container:after {
  display: table;
  content: "";
  line-height: 0;
}

section.mainContent.hub-credito .container:after {
  clear: both;
}

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

section.mainContent.hub-credito .valign-middle {
  display: block;
  position: absolute;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
}

section.mainContent.hub-credito .f14 {
  font-size: 14px !important;
}

section.mainContent.hub-credito .foo {
  position: relative;
  right: 0;
  top: 0;
}

section.mainContent.hub-credito .bar {
  position: absolute;
  -moz-transform: translate(25%, 3%);
  -ms-transform: translate(25%, 3%);
  transform: translate(25%, 3%);
}

section.mainContent.hub-credito .navbar {
  width: 100%;
  height: 80px;
  background-color: rgba(255, 255, 255, 0.5);
  position: absolute;
  z-index: 444;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

section.mainContent.hub-credito .navbar .content {
  padding: 17px 0;
}

section.mainContent.hub-credito .navbar__image {
  width: 164px;
  display: block;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

section.mainContent.hub-credito .navbar__image img {
  width: 100%;
}

@media only screen and (max-width: 1023px) {
  section.mainContent.hub-credito .navbar .content {
    padding: 17px 20px;
  }
}

@media only screen and (max-width: 639px) {
  section.mainContent.hub-credito .navbar {
    height: 50px;
  }
  section.mainContent.hub-credito .navbar .content {
    padding: 10px 10px;
  }
  section.mainContent.hub-credito .navbar__image {
    width: 120px;
  }
}

section.mainContent.hub-credito .button {
  color: #ffffff;
  font-size: 15px;
  padding: 0 20px;
  height: 50px;
  line-height: 50px;
  display: inline-block;
  text-align: center;
}

section.mainContent.hub-credito .button--outline {
  color: #000000;
  background-color: #ffffff;
  border: 1px solid #000000;
}

section.mainContent.hub-credito .button--more {
  color: #007bae;
  height: 30px;
  font-size: 16px;
  line-height: 12px;
  padding: 5px 10px;
  text-align: center;
  font-family: "Bradesco Sans Medium";
  text-transform: uppercase;
  background-color: transparent;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

section.mainContent.hub-credito .button--more:after {
  width: 100%;
  height: 1px;
  content: "";
  display: block;
  margin-top: 5px;
  background-color: #007bae;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

section.mainContent.hub-credito .button--more:hover {
  color: #00a1cd;
}

section.mainContent.hub-credito .button--more:hover:after {
  background-color: #00a1cd;
}

section.mainContent.hub-credito .button__blue {
  font-size: 14px;
  border-radius: 5px;
  font-family: "Bradesco Sans Medium";
  background: -moz- oldlinear-gradient(left, #00a1cd 0%, #00679e 100%);
  background: linear-gradient(90deg, #00a1cd 0%, #00679e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00A1CD', endColorstr='#00679E',GradientType=0 );
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.12);
}

section.mainContent.hub-credito .button__blue:hover {
  background: #00a1cd;
}

section.mainContent.hub-credito .button__back {
  right: 0;
  top: 18px;
  height: 40px;
  font-size: 16px;
  position: absolute;
  padding: 0 10px;
  background-color: rgba(247, 247, 247, 0.85);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.12);
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

section.mainContent.hub-credito .button__back:before {
  content: "";
  position: absolute;
  top: 0;
  left: -18px;
  border-style: solid;
  border-width: 20px 18px 20px 0;
  border-color: transparent rgba(247, 247, 247, 0.85) transparent transparent;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

section.mainContent.hub-credito .button__back span {
  display: block;
  color: #4a4a4a;
  line-height: 40px;
  text-align: center;
  padding: 0 6px;
  font-family: "Bradesco Sans Medium";
}

@media only screen and (max-width: 479px) {
  section.mainContent.hub-credito .button__back span {
    padding: 0;
  }
}

section.mainContent.hub-credito .button__back:hover {
  background-color: rgba(247, 247, 247, 0.95);
}

section.mainContent.hub-credito .button__back:hover:before {
  border-color: transparent rgba(247, 247, 247, 0.95) transparent transparent;
}

section.mainContent.hub-credito .button__white {
  color: #4a4a4a;
  border-radius: 5px;
  font-family: "Bradesco Sans Bold";
  background: -moz- oldlinear-gradient(left, #f6f6f6 0%, #d9d9d9 100%);
  background: linear-gradient(90deg, #f6f6f6 0%, #d9d9d9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F6F6F6', endColorstr='#D9D9D9',GradientType=0 );
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.12);
}

section.mainContent.hub-credito .button__white:hover {
  background: #f6f6f6;
}

@media only screen and (max-width: 767px) {
  section.mainContent.hub-credito .button {
    font-size: 15px;
    height: 40px;
    line-height: 40px;
  }
  section.mainContent.hub-credito .button--more {
    font-size: 15px;
    line-height: 12px;
    padding: 5px 20px;
    width: 150px;
  }
  section.mainContent.hub-credito .button--more:after {
    width: 100%;
    height: 1px;
    margin-top: 5px;
  }
  section.mainContent.hub-credito .button__blue {
    font-size: 14px;
    border-radius: 5px;
  }
  section.mainContent.hub-credito .button__back span {
    line-height: 40px;
  }
}

section.mainContent.hub-credito .products {
  width: 100%;
  clear: both;
  height: 340px;
  position: relative;
}

section.mainContent.hub-credito .products p {
  -webkit-margin-before: 0px;
  -webkit-margin-after: 0px;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
}

section.mainContent.hub-credito .products .content {
  margin: -120px auto 0px;
  z-index: 2;
}

section.mainContent.hub-credito .products__item {
  float: left;
  width: 300px;
  height: 380px;
  border-radius: 10px;
  margin-right: 30px;
  background-color: #ffffff;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  position: relative;
  display: block;
}

section.mainContent.hub-credito .products__item:last-of-type {
  margin-right: 0;
}

section.mainContent.hub-credito .products__item .button__blue {
  width: -moz-calc(100% - 40px);
  width: calc(100% - 40px);
  display: block;
  position: absolute;
  bottom: 25px;
}

section.mainContent.hub-credito .products__item--inner {
  width: 100%;
  height: 330px;
  padding: 20px;
  position: relative;
}

section.mainContent.hub-credito .products__item--icon {
  top: -4px;
  right: 20px;
  width: 60px;
  height: 80px;
  display: block;
  position: absolute;
  padding: 22px 12px;
  border-radius: 2px 4px 5px 5px;
  background: -moz- oldlinear-gradient(top, #f5515f 0%, #9f041b 100%);
  background: linear-gradient(180deg, #f5515f 0%, #9f041b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F5515F', endColorstr='#9F041B',GradientType=0 );
  box-shadow: -1px 1px 4px rgba(0, 0, 0, 0.2);
}

section.mainContent.hub-credito .products__item--icon img {
  width: 100%;
  display: block;
}

section.mainContent.hub-credito .products__item--title {
  color: #cc092f;
  width: 100%;
  max-width: 187px;
  font-family: "Bradesco Sans Medium";
  font-weight: normal;
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 20px;
}

section.mainContent.hub-credito .products__item--text {
  color: #444;
  font-size: 15px;
  line-height: 20px;
}

section.mainContent.hub-credito .products__item--button {
  left: 0;
  width: 100%;
  bottom: 0px;
  height: 50px;
  color: #008fc4;
  text-align: center;
  line-height: 50px;
  display: block;
  border-radius: 0 0 10px 10px;
  border-top: 1px solid #d5d5d5;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  box-shadow: inset 0 2px 2px 0 rgba(0, 0, 0, 0), 0 2px 10px 0 rgba(0, 0, 0, 0);
}

section.mainContent.hub-credito .products__item--button .icon-plus {
  display: none;
}

section.mainContent.hub-credito .products__item--button:hover {
  color: #007bae;
  box-shadow: inset 0 2px 2px 0 rgba(0, 0, 0, 0.2),
    0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

section.mainContent.hub-credito .products__top {
  top: 0;
  width: 100%;
  height: 100%;
  background: #f8f8f8;
  background: -moz-
    oldlinear-gradient(left, #ffffff 0%, #f8f8f8 51.9%, #ececec 100%);
  background: linear-gradient(90deg, #ffffff 0%, #f8f8f8 51.9%, #ececec 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#ECECEC',GradientType=0 );
  position: absolute;
  z-index: 1;
}

section.mainContent.hub-credito .products__top .btn__down {
  width: 200px;
  display: block;
  text-align: center;
  position: relative;
  margin: 0 auto;
  color: #4a4a4a;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  bottom: 0;
  left: 0;
  margin: 20px auto 10px;
  right: 0;
  position: absolute;
  cursor: pointer;
}

section.mainContent.hub-credito .products__top .btn__down span {
  color: #4a4a4a;
  display: block;
  text-align: center;
  font-size: 16px;
  margin-bottom: 10px;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

section.mainContent.hub-credito .products__top .btn__down:hover {
  color: #242424;
}

section.mainContent.hub-credito .products__top .btn__down:hover span {
  color: #242424;
}

@media only screen and (max-width: 1023px) {
  section.mainContent.hub-credito .products {
    height: auto;
    padding-bottom: 90px;
  }
  section.mainContent.hub-credito .products .content {
    z-index: 2;
  }
  section.mainContent.hub-credito .products__item {
    width: 580px;
    height: auto;
    float: initial;
    min-height: 0;
    margin: 0 auto 25px;
  }
  section.mainContent.hub-credito .products__item:last-of-type {
    margin: 0 auto;
  }
  section.mainContent.hub-credito .products__item .button__blue {
    width: 200px;
    bottom: 0;
    position: relative;
    margin-top: 40px;
  }
  section.mainContent.hub-credito .products__item--inner {
    width: -moz-calc(100% - 60px);
    width: calc(100% - 60px);
    height: auto;
    padding: 20px 20px 20px 110px;
    display: inline-block;
    vertical-align: top;
  }
  section.mainContent.hub-credito .products__item--icon {
    left: 20px;
    width: 60px;
    height: 80px;
    padding: 21px 12px;
  }
  section.mainContent.hub-credito .products__item--title {
    max-width: 98%;
    font-size: 24px;
    line-height: 30px;
  }
  section.mainContent.hub-credito .products__item--title br {
    display: none;
  }
  section.mainContent.hub-credito .products__item--text {
    max-width: 80%;
    font-size: 16px;
    line-height: 20px;
  }
  section.mainContent.hub-credito .products__item--button {
    top: 0;
    right: 0;
    width: 65px;
    height: 100%;
    left: initial;
    bottom: initial;
    display: block;
    border-top: none;
    border-radius: 0 10px 10px 0;
    border-left: 1px solid #d5d5d5;
    position: absolute;
  }
  section.mainContent.hub-credito .products__item--button span {
    display: none;
  }
  section.mainContent.hub-credito .products__item--button .icon-plus {
    top: 50%;
    left: 50%;
    display: block;
    font-size: 30px;
    position: absolute;
    margin-left: -15px;
    margin-top: -15px;
  }
  section.mainContent.hub-credito .products__top {
    height: 100%;
  }
}

@media only screen and (max-width: 767px) {
  section.mainContent.hub-credito .products .content {
    margin: -105px auto 0px;
  }
}

@media only screen and (max-width: 639px) {
  section.mainContent.hub-credito .header {
    background-size: auto 100%;
  }
  section.mainContent.hub-credito .products .content {
    margin: -10px auto 0px;
  }
  section.mainContent.hub-credito .products__item {
    width: 420px;
    margin: 0 auto 15px;
  }
  section.mainContent.hub-credito .products__item .button__blue {
    width: 180px;
  }
  section.mainContent.hub-credito .products__item--icon {
    left: 20px;
    width: 40px;
    height: 60px;
    padding: 14px 5px;
  }
  section.mainContent.hub-credito .products__item--inner {
    width: -moz-calc(100% - 40px);
    width: calc(100% - 40px);
    padding: 20px 20px 20px 80px;
  }
  section.mainContent.hub-credito .products__item--text {
    max-width: 90%;
  }
}

@media only screen and (max-width: 479px) {
  section.mainContent.hub-credito .products .content {
    margin: -10px auto 0px;
  }
  section.mainContent.hub-credito .products__item {
    width: 100%;
  }
  section.mainContent.hub-credito .products__item .button__blue {
    font-size: 13px;
    height: 42px;
  }
  section.mainContent.hub-credito .products__item--inner {
    width: -moz-calc(100% - 35px);
    width: calc(100% - 35px);
    padding: 20px 20px 20px 60px;
  }
  section.mainContent.hub-credito .products__item--icon {
    left: 10px;
    width: 36px;
    height: 48px;
    padding: 10px 4px;
  }
  section.mainContent.hub-credito .products__item--title {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 10px;
  }
  section.mainContent.hub-credito .products__item--text {
    font-size: 13px;
    line-height: 18px;
  }
  section.mainContent.hub-credito .products__item--button {
    width: 40px;
  }
}

@media only screen and (max-width: 320px) {
  section.mainContent.hub-credito .products .content {
    margin: -60px auto 0px;
  }
}

section.mainContent.hub-credito .header-interna__image.parcelado h1 {
  bottom: 40% !important;
}

section.mainContent.hub-credito .other-products {
  background-color: #cc092f;
  background: -moz- oldlinear-gradient(225.25deg, #cc092f 0%, #00539f 100%);
  background: linear-gradient(224.75deg, #cc092f 0%, #00539f 100%);
  max-width: 100%;
  min-height: 480px;
  width: 100%;
  padding: 57px 0;
  position: relative;
}

section.mainContent.hub-credito .cf_13_ir {
  width: 106%;
}

@media only screen and (max-width: 1023px) {
  section.mainContent.hub-credito .cf_13_ir {
    width: 100%;
  }
}

section.mainContent.hub-credito .other-products__title {
  color: #ffffff;
  display: block;
  font-family: "Bradesco Sans Regular";
  font-size: 44px;
  line-height: 54px;
  /* float: left; */
  /* max-width: 320px; */
  text-align: center;
  margin: 0 auto;
  margin-bottom: 4rem;
  width: 100%;
}

section.mainContent.hub-credito .other-products__title strong {
  display: block;
  font-family: "Bradesco Sans Bold";
  margin-bottom: 20px;
}

@media only screen and (max-width: 1023px) {
  section.mainContent.hub-credito .other-products {
    padding: 60px 0;
  }
  section.mainContent.hub-credito .other-products .content {
    max-width: 100%;
    position: relative;
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  section.mainContent.hub-credito .other-products__title {
    float: none;
    max-width: 400px;
    margin: auto auto 50px;
    text-align: center;
  }
}

@media only screen and (max-width: 639px) {
  section.mainContent.hub-credito .other-products__title {
    margin-bottom: 30px;
  }
}

section.mainContent.hub-credito .compare {
  width: 100%;
  background-color: #fff;
  position: relative;
  padding: 80px 0 0;
}

section.mainContent.hub-credito .compare__top {
  width: 100%;
  background: -moz- oldlinear-gradient(2.53deg, #f6f6f6 0%, #d9d9d9 100%);
  background: linear-gradient(87.47deg, #f6f6f6 0%, #d9d9d9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F6F6F6', endColorstr='#D9D9D9',GradientType=0 );
  padding: 200px 0 30px;
  margin-bottom: 70px;
  margin-top: -150px;
}

section.mainContent.hub-credito .compare__header .title {
  width: 100%;
  color: #007bae;
  font-size: 44px;
  line-height: 50px;
  font-family: "Bradesco Sans Bold";
  font-weight: normal;
  text-align: center;
  max-width: 680px;
  margin: 0 auto;
}

@media only screen and (max-width: 1023px) {
  section.mainContent.hub-credito .compare__header .title {
    font-size: 36px;
    line-height: 40px;
  }
}

@media only screen and (max-width: 639px) {
  section.mainContent.hub-credito .compare__header .title {
    font-size: 24px;
    line-height: 30px;
  }
}

section.mainContent.hub-credito .compare__header p {
  width: 100%;
  max-width: 700px;
  color: #4a4a4a;
  font-size: 24px;
  line-height: 30px;
  text-align: center;
  margin: 20px auto;
}

section.mainContent.hub-credito .compare__table {
  margin-top: 50px;
  padding: 20px 0 70px;
}

section.mainContent.hub-credito .compare__table--header .col {
  min-height: 50px;
  position: relative;
}

section.mainContent.hub-credito .compare__table--header .col .ir-title {
  width: 126px;
}

section.mainContent.hub-credito .compare__table--header .col h3 {
  color: #cc092f;
  font-size: 14px;
  line-height: 24px;
  font-family: "Bradesco Sans Bold", sans-serif;
  font-weight: normal;
  margin-bottom: 10px;
  width: 110px;
  text-align: center;
  margin: auto;
}

section.mainContent.hub-credito .compare__table--header .col p {
  color: #4a4a4a;
  font-size: 14px;
  line-height: 20px;
}

section.mainContent.hub-credito .compare__table--header .col p.bottom {
  color: #007bae;
  position: absolute;
  bottom: 5px;
}

section.mainContent.hub-credito .compare__table--header .col p.upper {
  font-family: "Bradesco Sans Bold", sans-serif;
  text-transform: uppercase;
}

section.mainContent.hub-credito
  .compare__table--header
  .compare__table--border {
  margin-top: 10px;
}

section.mainContent.hub-credito .compare__table--border {
  width: 102%;
  height: 11px;
  display: block;
  margin: 0 0 20px;
}

section.mainContent.hub-credito .compare__table--border span {
  height: 11px;
  display: block;
}

section.mainContent.hub-credito .compare__table--border span:nth-child(1) {
  background-color: #00679e;
}

section.mainContent.hub-credito .compare__table--border span:nth-child(2) {
  background-color: #007bae;
}

section.mainContent.hub-credito .compare__table--border span:nth-child(3) {
  background-color: #00a1cd;
}

section.mainContent.hub-credito .compare__table--border span:nth-child(4) {
  background-color: rgba(0, 161, 205, 0.55);
}

section.mainContent.hub-credito .compare__table--border span:nth-child(5) {
  background-color: rgba(2, 192, 245, 0.55);
}

section.mainContent.hub-credito .compare__table--border span:nth-child(6) {
  background-color: #a7e9fc;
}

section.mainContent.hub-credito .compare__table--border span:nth-child(7) {
  background-color: #c6f3ff;
}


section.mainContent.hub-credito .compare__table--body .col {
  text-align: center;
}

section.mainContent.hub-credito .compare__table--body .col:nth-child(1) {
  text-align: left;
}

section.mainContent.hub-credito .compare__table--body .col .material-icons {
  font-size: 18px;
  vertical-align: middle;
}

section.mainContent.hub-credito .compare__table--body .col .info {
  color: #008fc4;
  background-image: none;
  background-position: 0;
  background-repeat: no-repeat;
  display: inline-block;
  height: auto;
  margin-top: 0;
  width: auto;
}

section.mainContent.hub-credito .compare__table--body .col .check {
  font-size: 22px;
  color: #007bae;
}

section.mainContent.hub-credito .compare__table--body .col .cancel {
  font-size: 22px;
  color: #4a4a4a;
}

section.mainContent.hub-credito .compare__table--line {
  width: 100%;
  margin-bottom: 20px;
}

section.mainContent.hub-credito .compare__table--line.no-margin {
  margin-bottom: 0;
}

section.mainContent.hub-credito .compare__table--line .grid {
  background-color: rgba(235, 235, 235, 0.2);
  margin-bottom: 10px;
  padding-bottom: 10px;
  padding-top: 10px;
}

section.mainContent.hub-credito .compare__table--line .grid h3 {
  color: #007bae;
  font-size: 16px;
  line-height: 20px;
  font-weight: normal;
  font-family: "Bradesco Sans Bold", sans-serif;
  text-transform: uppercase;
  text-align: left;
}

section.mainContent.hub-credito .compare__table--line .grid p {
  color: #4a4a4a;
  font-size: 16px;
  line-height: 20px;
}

section.mainContent.hub-credito .compare__table--line .grid:nth-child(even) {
  background-color: rgba(235, 235, 235, 0.6);
}

section.mainContent.hub-credito .compare__table--line .grid:nth-child(1) {
  background-color: transparent;
}

section.mainContent.hub-credito .compare__table--line .grid.white {
  background-color: #fff;
}

section.mainContent.hub-credito .compare__overlay {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1076px;
  position: absolute;
  background-color: rgba(204, 9, 47, 0.85);
  z-index: 30;
  display: none;
}

section.mainContent.hub-credito .compare__overlay .text {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
  width: 270px;
  height: 220px;
  text-align: center;
}

section.mainContent.hub-credito .compare__overlay .text .icon-left {
  color: #ffffff;
  font-size: 50px;
}

section.mainContent.hub-credito .compare__overlay .text p {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 16px;
  text-align: center;
  margin: 30px 0;
}

section.mainContent.hub-credito .compare__overlay .text a {
  color: #ffffff;
  text-align: center;
  text-decoration: underline;
}

@media only screen and (max-width: 1023px) {
  section.mainContent.hub-credito .compare {
    padding: 60px 0 40px;
  }
  section.mainContent.hub-credito .compare__header {
    width: 100%;
    max-width: 750px;
    margin: 0 auto;
  }
  section.mainContent.hub-credito .compare__header .title {
    font-size: 50px;
    line-height: 50px;
  }
  section.mainContent.hub-credito .compare__header p {
    font-size: 16px;
    line-height: 20px;
  }
  section.mainContent.hub-credito .compare__table {
    margin-top: 50px;
    padding: 0;
    overflow-x: auto;
    width: 760px;
    margin: 80px auto 0;
  }
  section.mainContent.hub-credito .compare__table .is-move {
    cursor: move;
  }
  section.mainContent.hub-credito .compare__table--header {
    width: 760px;
  }
  section.mainContent.hub-credito .compare__table--border {
    width: 760px;
  }
  section.mainContent.hub-credito .compare__table--body {
    width: 760px;
  }
  section.mainContent.hub-credito .compare__table--line {
    width: 760px;
  }
  section.mainContent.hub-credito .compare__table--line .grid .info {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  section.mainContent.hub-credito .compare__overlay {
    display: block;
  }
  section.mainContent.hub-credito .compare__table {
    margin-top: 50px;
    width: 100%;
  }
  section.mainContent.hub-credito .compare__table .is-move {
    cursor: move;
  }
  section.mainContent.hub-credito .compare__table--header {
    width: 800px;
  }
  section.mainContent.hub-credito .compare__table--border {
    width: 800px;
  }
  section.mainContent.hub-credito .compare__table--body {
    width: 800px;
  }
  section.mainContent.hub-credito .compare__table--line {
    width: 800px;
  }
  section.mainContent.hub-credito .compare__table--line .grid .info {
    display: none;
  }
  section.mainContent.hub-credito .compare__overlay {
    height: 1325px;
  }
}

@media only screen and (max-width: 639px) {
  section.mainContent.hub-credito .compare {
    padding: 50px 20px 30px;
  }
  section.mainContent.hub-credito .compare__header .title {
    font-size: 40px;
    line-height: 40px;
  }
  section.mainContent.hub-credito .compare__table--line {
    margin-bottom: 10px;
  }
  section.mainContent.hub-credito .compare__table--line .grid {
    margin-bottom: 0;
    padding-bottom: 4px;
    padding-top: 4px;
  }
  section.mainContent.hub-credito .compare__table--line .grid h3 {
    font-size: 14px;
    line-height: 16px;
  }
  section.mainContent.hub-credito .compare__table--line .grid .info {
    font-size: 14px;
  }
  section.mainContent.hub-credito .compare__table--line .grid .check,
  section.mainContent.hub-credito .compare__table--line .grid .cancel {
    font-size: 18px;
  }
  section.mainContent.hub-credito .compare__table--line .grid p {
    font-size: 14px;
    line-height: 16px;
  }
  section.mainContent.hub-credito .compare__overlay {
    height: 860px;
  }
  section.mainContent.hub-credito .remodal .compare__table--header .col {
    min-height: 50px;
  }
  section.mainContent.hub-credito .remodal .compare__table--header .col .desc {
    display: none;
  }
}

@media only screen and (max-width: 479px) {
  section.mainContent.hub-credito .compare {
    padding: 40px 10px 20px;
  }
  section.mainContent.hub-credito .compare__header .title {
    font-size: 30px;
    line-height: 30px;
  }
}

section.mainContent.hub-credito .contrate {
  width: 100%;
  /* padding: 70px 0; */
  background-color: #fff;
}

section.mainContent.hub-credito .contrate__content {
  padding-right: 30px;
  margin-top: 30px;
}

section.mainContent.hub-credito .contrate__content .title {
  color: #cc092f;
  font-size: 44px;
  line-height: 50px;
  font-family: "Bradesco Sans Bold";
  font-weight: normal;
  margin: 0 0 40px;
}

@media only screen and (max-width: 1023px) {
  section.mainContent.hub-credito .contrate__content .title {
    font-size: 36px;
    line-height: 40px;
  }
}

@media only screen and (max-width: 639px) {
  section.mainContent.hub-credito .contrate__content .title {
    font-size: 24px;
    line-height: 30px;
  }
}

section.mainContent.hub-credito .contrate__content p {
  color: #9b9b9b;
  font-size: 24px;
  line-height: 26px;
  margin: 0;
  padding: 0;
}

section.mainContent.hub-credito .contrate__content .buttons {
  width: 100%;
}

section.mainContent.hub-credito .contrate__content .buttons .button {
  width: 45%;
}

section.mainContent.hub-credito
  .contrate__content
  .buttons
  .button:first-of-type {
  margin-right: 20px;
}

section.mainContent.hub-credito .contrate__image .image {
  width: 320px;
  height: 320px;
  display: block;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto;
}

section.mainContent.hub-credito .contrate__image .image img {
  width: 100%;
}

section.mainContent.hub-credito .contrate__navbar {
  width: 100%;
  height: 80px;
  bottom: 0;
  display: none;
  /* max-width: 1280px; */
  position: fixed;
  z-index: 999;
  background: -moz- oldlinear-gradient(left, #00a1cd 0%, #00679e 100%);
  background: linear-gradient(90deg, #00a1cd 0%, #00679e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00A1CD', endColorstr='#00679E',GradientType=0 );
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

section.mainContent.hub-credito .contrate__navbar .container {
  max-width: 960px;
}

section.mainContent.hub-credito .contrate__navbar .col:nth-child(2) {
  text-align: right;
}

section.mainContent.hub-credito .contrate__navbar p {
  color: #ffffff;
  font-size: 18px;
  line-height: 80px;
  display: inline-block;
  margin-right: 20px;
}

section.mainContent.hub-credito .contrate__navbar p strong {
  font-size: 18px;
  font-family: "Bradesco Sans Medium", sans-serif;
  font-weight: normal;
}

section.mainContent.hub-credito .contrate__navbar .link {
  color: #ffffff;
  font-size: 18px;
  line-height: 80px;
  text-decoration: underline;
}

@media only screen and (max-width: 1279px) {
  section.mainContent.hub-credito .contrate__navbar {
    max-width: 1024px;
  }
}

@media only screen and (max-width: 1023px) {
  section.mainContent.hub-credito .contrate {
    /* padding: 60px 0; */
  }
  section.mainContent.hub-credito .contrate__content {
    width: 100%;
    max-width: 640px;
    padding-right: 0;
    padding-left: 0;
    margin: 0 auto 50px;
    float: none;
  }
  section.mainContent.hub-credito .contrate__content .title {
    margin: 0 0 40px;
    text-align: center;
  }
  section.mainContent.hub-credito .contrate__content p {
    text-align: center;
    max-width: 100%;
    margin: 0 auto;
  }
  section.mainContent.hub-credito .contrate__image {
    width: 100%;
  }
  section.mainContent.hub-credito .contrate__image .image {
    width: 320px;
    height: 320px;
    margin: 0 auto;
  }
  section.mainContent.hub-credito .contrate__navbar {
    max-width: 768px;
  }
  section.mainContent.hub-credito .contrate__navbar .container {
    padding: 17px 20px;
  }
  section.mainContent.hub-credito .contrate__navbar .col:nth-child(1) {
    width: -moz-calc(100% - 300px);
    width: calc(100% - 300px);
  }
  section.mainContent.hub-credito .contrate__navbar .col:nth-child(2) {
    width: 300px;
  }
  section.mainContent.hub-credito .contrate__navbar .col:nth-child(2) p {
    font-size: 15px;
    text-align: center;
    display: block;
  }
  section.mainContent.hub-credito .contrate__navbar .col:nth-child(2) .link {
    font-size: 15px;
    text-align: center;
    display: block;
  }
  section.mainContent.hub-credito .contrate__navbar p {
    line-height: 20px;
    vertical-align: middle;
  }
  section.mainContent.hub-credito .contrate__navbar .button__white {
    margin-left: 10px;
  }
  section.mainContent.hub-credito .contrate__navbar .link {
    line-height: 20px;
  }
}

@media only screen and (max-width: 767px) {
  section.mainContent.hub-credito .contrate__content {
    max-width: 480px;
  }
  section.mainContent.hub-credito .contrate__navbar {
    height: auto;
    padding: 6px 0 12px;
    max-width: 640px;
  }
  section.mainContent.hub-credito .contrate__navbar .container {
    padding: 0 20px;
  }
  section.mainContent.hub-credito .contrate__navbar .col {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    display: block;
    float: initial;
  }
  section.mainContent.hub-credito .contrate__navbar .col:nth-child(1) {
    width: 100%;
  }
  section.mainContent.hub-credito .contrate__navbar .col:last-child {
    margin-bottom: 0;
  }
  section.mainContent.hub-credito .contrate__navbar .col:nth-child(2) {
    display: none;
  }
  section.mainContent.hub-credito .contrate__navbar p {
    display: none;
  }
  section.mainContent.hub-credito .contrate__navbar .button__white {
    width: 230px;
    display: block;
    height: 45px;
    margin: 10px auto 0;
  }
}

@media only screen and (max-width: 639px) {
  section.mainContent.hub-credito .contrate {
    /* padding: 60px 0; */
  }
  section.mainContent.hub-credito .contrate__content {
    padding: 0 20px;
  }
  section.mainContent.hub-credito .contrate__content .title {
    font-size: 40px;
    line-height: 45px;
  }
  section.mainContent.hub-credito .contrate__content .title br {
    display: none;
  }
  section.mainContent.hub-credito .contrate__navbar {
    max-width: 480px;
  }
}

@media only screen and (max-width: 479px) {
  section.mainContent.hub-credito .contrate__content {
    padding: 0 10px;
  }
  section.mainContent.hub-credito .contrate__content .title {
    font-size: 28px;
    line-height: 30px;
  }
  section.mainContent.hub-credito .contrate__image .image {
    width: 280px;
    height: 280px;
  }
  section.mainContent.hub-credito .contrate__image .image img {
    width: 100%;
  }
  section.mainContent.hub-credito .contrate__navbar {
    max-width: 100%;
  }
}

section.mainContent.hub-credito .limite-credito {
  width: 100%;
  padding: 70px 0;
  background-color: #ffffff;
}

section.mainContent.hub-credito .limite-credito .title {
  color: #007bae;
  font-size: 44px;
  line-height: 50px;
  font-family: "Bradesco Sans Bold";
  font-weight: normal;
}

@media only screen and (max-width: 1023px) {
  section.mainContent.hub-credito .limite-credito .title {
    font-size: 36px;
    line-height: 40px;
  }
}

@media only screen and (max-width: 639px) {
  section.mainContent.hub-credito .limite-credito .title {
    font-size: 24px;
    line-height: 30px;
  }
}

section.mainContent.hub-credito .limite-credito__table {
  padding: 20px 0 0 50px;
}

section.mainContent.hub-credito .limite-credito__table--body .col {
  text-align: center;
}

section.mainContent.hub-credito .limite-credito__table--body .col:nth-child(1) {
  text-align: left;
}

section.mainContent.hub-credito .limite-credito__table--body .col .icon-ok {
  color: #00679e;
}

section.mainContent.hub-credito .limite-credito__table--body .col .icon-cancel {
  color: #666666;
}

section.mainContent.hub-credito .limite-credito__table--line {
  width: 100%;
  margin-bottom: 20px;
}

section.mainContent.hub-credito .limite-credito__table--line .grid {
  background-color: rgba(235, 235, 235, 0.2);
  margin-bottom: 5px;
  padding-bottom: 8px;
  padding-top: 8px;
}

section.mainContent.hub-credito .limite-credito__table--line .grid h3 {
  color: #007bae;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
}

section.mainContent.hub-credito .limite-credito__table--line .grid .info {
  font-size: 18px;
  color: #008fc4;
  cursor: pointer;
  background-image: none;
  background-position: 0;
  background-repeat: no-repeat;
  display: inline-block !important;
  height: auto;
  margin-top: 0;
  width: auto;
}

section.mainContent.hub-credito .limite-credito__table--line .grid .check {
  color: #007bae;
}

section.mainContent.hub-credito .limite-credito__table--line .grid .cancel {
  color: #4a4a4a;
}

section.mainContent.hub-credito .limite-credito__table--line .grid p {
  color: #4a4a4a;
  font-size: 16px;
  line-height: 20px;
}

section.mainContent.hub-credito
  .limite-credito__table--line
  .grid:nth-child(even) {
  background-color: rgba(235, 235, 235, 0.6);
}

section.mainContent.hub-credito
  .limite-credito__table--line
  .grid:nth-child(1) {
  background-color: transparent;
}

section.mainContent.hub-credito .limite-credito__table .link-compare {
  width: 100%;
  color: #4a4a4a;
  font-size: 15px;
  line-height: 18px;
  text-align: center;
  text-decoration: underline;
  display: block;
}

section.mainContent.hub-credito .limite-credito__table .link-compare:hover {
  color: #007bae;
}

@media only screen and (max-width: 1023px) {
  section.mainContent.hub-credito .limite-credito {
    padding: 50px 20px;
  }
  section.mainContent.hub-credito .limite-credito .limite-credito--col {
    width: 100%;
  }
  section.mainContent.hub-credito .limite-credito .title {
    font-size: 50px;
    line-height: 55px;
    text-align: center;
    margin-bottom: 30px;
  }
  section.mainContent.hub-credito .limite-credito__table {
    width: 550px;
    margin: 0 auto;
    padding: 20px 0 0 20px;
  }
  section.mainContent.hub-credito .limite-credito__table--line .grid .info {
    display: none !important;
  }
  section.mainContent.hub-credito .remodal .compare__table {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  section.mainContent.hub-credito .remodal .compare__table {
    width: 100%;
  }
}

@media only screen and (min-width: 641px) {
  section.mainContent.hub-credito .remodal {
    max-width: 900px;
  }
}

@media only screen and (max-width: 639px) {
  section.mainContent.hub-credito .limite-credito .title {
    font-size: 40px;
    line-height: 45px;
  }
  section.mainContent.hub-credito .limite-credito__table {
    padding: 0;
    overflow-x: auto;
    width: 100%;
    max-width: 430px;
    margin: 30px auto 0;
  }
  section.mainContent.hub-credito .limite-credito__table--header {
    width: 430px;
  }
  section.mainContent.hub-credito .limite-credito__table--border {
    width: 430px;
  }
  section.mainContent.hub-credito .limite-credito__table--body {
    width: 100%;
  }
  section.mainContent.hub-credito .limite-credito__table--line {
    margin-bottom: 10px;
  }
  section.mainContent.hub-credito .limite-credito__table--line .grid {
    margin-bottom: 0;
    padding-bottom: 4px;
    padding-top: 4px;
  }
  section.mainContent.hub-credito .limite-credito__table--line .grid h3 {
    font-size: 16px;
    line-height: 18px;
  }
  section.mainContent.hub-credito .limite-credito__table--line .grid .info {
    font-size: 14px;
  }
  section.mainContent.hub-credito .limite-credito__table--line .grid .check,
  section.mainContent.hub-credito .limite-credito__table--line .grid .cancel {
    font-size: 18px;
  }
  section.mainContent.hub-credito .limite-credito__table--line .grid p {
    font-size: 16px;
    line-height: 18px;
  }
}

@media only screen and (max-width: 479px) {
  section.mainContent.hub-credito .limite-credito {
    padding: 50px 10px;
  }
  section.mainContent.hub-credito .limite-credito .title {
    font-size: 28px;
    line-height: 30px;
  }
}

section.mainContent.hub-credito .header {
  width: 100%;
  height: 420px;
  background-color: #4a4a4a;
  background-image: url("https://assets.bradesco/content/dam/portal-bradesco/html/classic/produtos-servicos/emprestimo-e-financiamento/antecipacao-saque-aniversario/img/home/home-1280x768.jpg");
  background-position: center;
  background-repeat: no-repeat;
}

section.mainContent.hub-credito .header .content {
  height: 100%;
  position: relative;
}

section.mainContent.hub-credito .header__title {
  color: #ffffff;
  font-size: 40px;
  font-family: "Bradesco Sans Regular", sans-serif;
  font-weight: normal;
  line-height: 44px;
  text-align: left;
  top: 86px;
  position: absolute;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
  max-width: 280px;
}

section.mainContent.hub-credito .header__title strong {
  font-family: "Bradesco Sans Bold", sans-serif;
  font-weight: normal;
}

@media only screen and (max-width: 1023px) {
  section.mainContent.hub-credito .header__title {
    margin-left: 32px;
    top: 80px;
  }
  section.mainContent.hub-credito .header__products {
    padding: 0 20px;
  }
}

@media only screen and (max-width: 767px) {
  section.mainContent.hub-credito .header {
    background-color: #4a4a4a;
    background-image: url("https://assets.bradesco/content/dam/portal-bradesco/html/classic/produtos-servicos/emprestimo-e-financiamento/antecipacao-saque-aniversario/img/home/home-640x320.jpg");
    background-position: center;
    background-repeat: no-repeat;
  }
  section.mainContent.hub-credito .header__title {
    margin-left: 39px;
    font-size: 36px;
    line-height: 40px;
    top: 60px;
    max-width: 250px;
  }
}

@media only screen and (max-width: 639px) {
  section.mainContent.hub-credito .header {
    height: 315px;
    background-size: auto 100%;
    background-image: url("https://assets.bradesco/content/dam/portal-bradesco/html/classic/produtos-servicos/emprestimo-e-financiamento/antecipacao-saque-aniversario/img/home/home-365x240.jpg");
  }
  section.mainContent.hub-credito .header__title {
    margin-left: 26px;
    font-size: 30px;
    line-height: 36px;
    top: 40px;
    max-width: 216px;
  }
  section.mainContent.hub-credito .header__products {
    padding: 0 10px;
  }
}

@media only screen and (max-width: 479px) {
  section.mainContent.hub-credito .header {
    height: 315px;
    background-size: auto 100%;
  }
  section.mainContent.hub-credito .header__title {
    margin-left: 24px;
  }
}

@media only screen and (max-width: 435px) {
  section.mainContent.hub-credito .header {
    height: 285px;
    background-size: auto 100%;
  }
}

@media only screen and (max-width: 395px) {
  section.mainContent.hub-credito .header {
    height: 260px;
    background-size: auto 100%;
  }
}

@media only screen and (max-width: 375px) {
  section.mainContent.hub-credito .header {
    height: 250px;
  }
  section.mainContent.hub-credito .header__title {
    font-size: 20px;
    line-height: 24px;
    max-width: 140px;
  }
}

@media only screen and (max-width: 350px) {
  section.mainContent.hub-credito .header {
    height: 230px;
    background-size: auto 100%;
  }
}

@media only screen and (max-width: 320px) {
  section.mainContent.hub-credito .header {
    height: 210px;
  }
  section.mainContent.hub-credito .header__title {
    top: 30px;
  }
}

section.mainContent.hub-credito .header-interna {
  width: 100%;
  min-height: 400px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
}

section.mainContent.hub-credito .header-interna__container {
  width: 100%;
  height: 400px;
}

section.mainContent.hub-credito .header-interna__container .container {
  height: 100%;
}

section.mainContent.hub-credito .header-interna__info {
  float: left;
  width: 100%;
  height: 100%;
  max-width: 460px;
  position: relative;
  background-color: #ffffff;
  box-shadow: 5px 0 10px rgba(0, 0, 0, 0.12);
  padding: 50px 60px 20px 120px;
  z-index: 10;
}

section.mainContent.hub-credito .header-interna__info .icon {
  top: 0;
  left: 0;
  width: 72px;
  height: 84px;
  display: block;
  position: absolute;
  padding: 15px;
  border-radius: 0 0 5px 5px;
  background: -moz- oldlinear-gradient(top, #f5515f 0%, #9f041b 100%);
  background: linear-gradient(180deg, #f5515f 0%, #9f041b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F5515F', endColorstr='#9F041B',GradientType=0 );
  box-shadow: -1px 1px 4px rgba(0, 0, 0, 0.2);
}

section.mainContent.hub-credito .header-interna__info .icon img {
  width: 100%;
  display: block;
  margin-top: 5px;
}

section.mainContent.hub-credito .header-interna__info h1 {
  color: #cc092f;
  font-size: 36px;
  line-height: 40px;
  width: 110%;
}

section.mainContent.hub-credito
  .header-interna__info
  h1.antecipe-saque-aniversario {
  font-size: 32px;
}

section.mainContent.hub-credito .header-interna__info p {
  color: #4a4a4a;
  font-size: 15px;
  line-height: 17px;
  margin: 20px 0 20px;
  min-height: 110px;
}

section.mainContent.hub-credito
  .header-interna__info
  p.correntista-saque-aniversario {
  min-height: 60px;
}

section.mainContent.hub-credito .header-interna__info p.correntista-13-salario {
  font-size: 16px;
}

section.mainContent.hub-credito .header-interna__info .button {
  width: 100%;
}

section.mainContent.hub-credito .header-interna__info .seemore {
  color: #00679e;
  font-size: 16px;
  line-height: 16px;
  margin-top: 10px;
  display: block;
  font-family: "Bradesco Sans Regular", sans-serif;
  font-weight: normal;
}

section.mainContent.hub-credito .header-interna__info .seemore:hover {
  text-decoration: underline;
}

section.mainContent.hub-credito .header-interna__content {
  float: left;
  width: -moz-calc(100% - 400px);
  width: calc(100% - 400px);
  height: 100%;
  position: relative;
}

section.mainContent.hub-credito .header-interna__content .image {
  height: 100%;
  width: -moz-calc(100vw - 400px);
  width: calc(100vw - 400px);
  overflow: hidden;
}

section.mainContent.hub-credito .header-interna__image {
  top: 0;
  left: 480px;
  width: -moz-calc(100% - 480px);
  width: calc(100% - 480px);
  height: 400px;
  position: absolute;
  overflow: hidden;
  z-index: 1;
}

section.mainContent.hub-credito .header-interna__image.hide-text {
  text-indent: -9999px;
}

section.mainContent.hub-credito .header-interna__image h1 {
  color: #ffffff;
  font-size: 36px;
  line-height: 40px;
  font-family: "Bradesco Sans Regular", sans-serif;
  position: absolute;
  bottom: 140px;
  left: 50px;
}

section.mainContent.hub-credito .header-interna__image.lime {
  background: url("https://assets.bradesco/content/dam/portal-bradesco/html/classic/produtos-servicos/emprestimo-e-financiamento/antecipacao-saque-aniversario/img/lime.jpg") 0 0 no-repeat;
}

section.mainContent.hub-credito .header-interna__image.consignado {
  background: url("https://assets.bradesco/content/dam/portal-bradesco/html/classic/produtos-servicos/emprestimo-e-financiamento/antecipacao-saque-aniversario/img/consignado.jpg") 0 0 no-repeat;
}

section.mainContent.hub-credito .header-interna__image.parcelado {
  background: url("https://assets.bradesco/content/dam/portal-bradesco/html/classic/produtos-servicos/emprestimo-e-financiamento/antecipacao-saque-aniversario/img/parcelado.jpg") 0 0 no-repeat;
}

section.mainContent.hub-credito .header-interna__image.antecipe-13-salario {
  background: url("https://assets.bradesco/content/dam/portal-bradesco/html/classic/produtos-servicos/emprestimo-e-financiamento/antecipacao-saque-aniversario/img/decimo-terceiro-1280.jpg") 0 0 no-repeat;
}

section.mainContent.hub-credito
  .header-interna__image.antecipe-saque-aniversario {
  background: url("https://assets.bradesco/content/dam/portal-bradesco/html/classic/produtos-servicos/emprestimo-e-financiamento/antecipacao-saque-aniversario/img/saque-aniversario-1280.jpg") 0 0 no-repeat;
}

section.mainContent.hub-credito .header-interna__image.antecipe-ir {
  background: url("https://assets.bradesco/content/dam/portal-bradesco/html/classic/produtos-servicos/emprestimo-e-financiamento/antecipacao-saque-aniversario/img/internas-ir-1280.jpg") 0 center no-repeat;
}

section.mainContent.hub-credito .header-interna__navbar {
  top: 0;
  left: 500px;
  width: -moz-calc(100% - 500px);
  width: calc(100% - 500px);
  height: 80px;
  position: absolute;
  z-index: 2;
}

section.mainContent.hub-credito .header-interna__navbar .content {
  width: 100%;
  max-width: 100%;
  padding: 17px 0;
}

section.mainContent.hub-credito .header-interna__navbar--image {
  width: 164px;
  display: block;
  margin-left: 20px;
}

section.mainContent.hub-credito .header-interna__navbar--image img {
  width: 100%;
}

section.mainContent.hub-credito .header-interna__menubar {
  width: 100%;
  min-height: 60px;
  background-color: #cc092f;
  position: relative;
  box-shadow: inset -1px 13px 39px -16px rgba(0, 0, 0, 0.6);
}

section.mainContent.hub-credito .header-interna__menubar .container {
  max-width: 1030px;
  height: 100%;
}

section.mainContent.hub-credito .header-interna__menubar--link {
  color: #ffffff;
  font-size: 14px;
  font-family: "Bradesco Sans Medium", sans-serif;
  font-weight: normal;
  display: inline-block;
  text-transform: uppercase;
  vertical-align: middle;
  line-height: 60px;
}

section.mainContent.hub-credito .header-interna__menubar--link span {
  width: 25px;
  height: 25px;
  border: 1px solid #fff;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  position: relative;
}

section.mainContent.hub-credito .header-interna__menubar--link span:after,
section.mainContent.hub-credito .header-interna__menubar--link span:before {
  left: 5px;
  top: 10px;
  width: 62%;
  height: 2px;
  display: block;
  content: "";
  position: absolute;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  background-color: #ffffff;
  -moz-transition: transform 0.3s ease, -moz-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -moz-transform 0.3s ease;
}

section.mainContent.hub-credito .header-interna__menubar--link span:after {
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

section.mainContent.hub-credito .header-interna__menubar--link:hover {
  opacity: 0.9;
}

section.mainContent.hub-credito
  .header-interna__menubar--link.opened
  span:before {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

section.mainContent.hub-credito
  .header-interna__menubar--link.opened
  span:after {
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

@media only screen and (min-width: 768px) {
  section.mainContent.hub-credito .header_cons_par {
    height: 150px !important;
  }
}

@media only screen and (min-width: 1024px) {
  section.mainContent.hub-credito .header_cons_par {
    height: 90px !important;
  }
}

section.mainContent.hub-credito .header-interna__products {
  width: 100%;
  height: 90px;
  display: none;
  background-color: #cc092f;
  padding-top: 15px;
  position: relative;
  box-shadow: inset 3px -22px 39px -16px rgba(0, 0, 0, 0.3);
}

section.mainContent.hub-credito .header-interna__products .container {
  max-width: 1030px;
  height: 100%;
}

@media only screen and (max-width: 1023px) {
  section.mainContent.hub-credito .header-interna__products .container {
    padding: 0;
    text-align: center;
  }
}

section.mainContent.hub-credito .header-interna__products .thumbs {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}

section.mainContent.hub-credito .header-interna__products .thumbs__item {
  height: 60px;
  display: inline-block;
  border-radius: 5px;
  margin-right: 20px;
  padding: 12px;
  border: 2px solid #ffffff;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
}

section.mainContent.hub-credito
  .header-interna__products
  .thumbs__item:last-child {
  margin-right: 0;
}

section.mainContent.hub-credito .header-interna__products .thumbs__item .icon {
  width: 35px;
  height: 40px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
  position: relative;
}

section.mainContent.hub-credito
  .header-interna__products
  .thumbs__item
  .icon
  img {
  width: 100%;
}

section.mainContent.hub-credito
  .header-interna__products
  .thumbs__item
  .icon:after {
  top: 2px;
  left: 45px;
  width: 2px;
  height: 80%;
  content: "";
  display: block;
  position: absolute;
  background-color: #ffffff;
}

section.mainContent.hub-credito .header-interna__products .thumbs__item p {
  color: #ffffff;
  text-align: left;
  font-size: 14px;
  display: inline-block;
  font-family: "Bradesco Sans Medium", sans-serif;
  vertical-align: middle;
  margin-top: -2px;
}

section.mainContent.hub-credito .header-interna__products .thumbs__item:hover {
  background-color: #9b0724;
}

@media only screen and (max-width: 1023px) {
  section.mainContent.hub-credito .header-interna {
    height: auto;
  }
  section.mainContent.hub-credito .header-interna__image {
    left: 0;
    width: 100%;
    height: 380px;
    position: relative;
  }
  section.mainContent.hub-credito .header-interna__image.lime {
    background-size: 768px auto;
    background-position: 0 bottom;
  }
  section.mainContent.hub-credito .header-interna__image.consignado {
    background-size: 768px auto;
    background-position: 0 bottom;
  }
  section.mainContent.hub-credito .header-interna__image.parcelado {
    background-size: 768px auto;
    background-position: 0 bottom;
  }
  section.mainContent.hub-credito .header-interna__image.antecipe-13-salario {
    background: url("https://assets.bradesco/content/dam/portal-bradesco/html/classic/produtos-servicos/emprestimo-e-financiamento/antecipacao-saque-aniversario/img/decimo-terceiro-1024.jpg") 0 center no-repeat;
  }
  section.mainContent.hub-credito .header-interna__image.antecipe-ir {
    background: url("https://assets.bradesco/content/dam/portal-bradesco/html/classic/produtos-servicos/emprestimo-e-financiamento/antecipacao-saque-aniversario/img/internas-ir-1024.jpg") 0 center no-repeat;
  }
  section.mainContent.hub-credito .header-interna__container {
    height: auto;
  }
  section.mainContent.hub-credito .header-interna__container .container {
    margin-top: 0;
    padding: 0px 20px 20px;
  }
  section.mainContent.hub-credito .header-interna__info {
    float: initial;
    max-width: 768px;
    margin: 0 auto;
    box-shadow: none;
    padding: 50px 20px 20px 100px;
  }
  section.mainContent.hub-credito .header-interna__info h1 {
    width: 100%;
    max-width: 100%;
    margin-bottom: 10px;
  }
  section.mainContent.hub-credito .header-interna__info p {
    min-height: auto;
  }
  section.mainContent.hub-credito .header-interna__info .button {
    width: 100%;
    max-width: 220px;
  }
  section.mainContent.hub-credito .header-interna__products .thumbs {
    width: 100%;
  }
  section.mainContent.hub-credito .header-interna__products .thumbs__item {
    margin-right: 8px;
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 767px) {
  section.mainContent.hub-credito .header-interna__products {
    height: auto;
    padding-bottom: 20px;
  }
  section.mainContent.hub-credito .header-interna__products .container {
    overflow: hidden;
  }
  section.mainContent.hub-credito
    .header-interna__products
    .container.moving
    .thumbs__item {
    pointer-events: none;
  }
}

@media only screen and (max-width: 639px) {
  section.mainContent.hub-credito .header-interna__image {
    height: 240px;
  }
  section.mainContent.hub-credito .header-interna__image h1 {
    bottom: 104px;
    left: 38px;
  }
  section.mainContent.hub-credito .header-interna__image.lime {
    background-size: 480px auto;
    background-position: 0 center;
  }
  section.mainContent.hub-credito .header-interna__image.consignado {
    background-size: 480px auto;
    background-position: 0 center;
  }
  section.mainContent.hub-credito .header-interna__image.parcelado {
    background-size: 480px auto;
    background-position: 0 center;
  }
  section.mainContent.hub-credito .header-interna__image.antecipe-13-salario {
    background: url("https://assets.bradesco/content/dam/portal-bradesco/html/classic/produtos-servicos/emprestimo-e-financiamento/antecipacao-saque-aniversario/img/decimo-terceiro-640.jpg") 0 center no-repeat;
    background-size: 100% auto;
  }
  section.mainContent.hub-credito .header-interna__image.antecipe-ir {
    background: url("https://assets.bradesco/content/dam/portal-bradesco/html/classic/produtos-servicos/emprestimo-e-financiamento/antecipacao-saque-aniversario/img/internas-ir-640.jpg") 0 center no-repeat;
    background-size: 100% auto;
  }
  section.mainContent.hub-credito .header-interna__image.header-interna__image.antecipe-saque-aniversario {
    background: url("https://assets.bradesco/content/dam/portal-bradesco/html/classic/produtos-servicos/emprestimo-e-financiamento/antecipacao-saque-aniversario/img/internas-saque-aniversario-640.jpg") 0 center no-repeat;
    background-size: 100% auto;
  }
  section.mainContent.hub-credito .header-interna__info {
    padding: 40px 20px 20px 90px;
  }
  section.mainContent.hub-credito .header-interna__info h1 {
    margin-top: 0;
  }
  section.mainContent.hub-credito .header-interna__info .icon {
    height: 67px;
    width: 60px;
    padding: 12px;
  }
  section.mainContent.hub-credito .header-interna__menubar--link:nth-child(2) {
    display: none;
  }
  section.mainContent.hub-credito .header-interna__products {
    height: auto;
    padding-bottom: 20px;
  }
  section.mainContent.hub-credito .header-interna__products .container {
    overflow: auto;
  }
  section.mainContent.hub-credito .header-interna__products .text {
    width: 100%;
    margin-right: 0;
    display: block;
  }
  section.mainContent.hub-credito .header-interna__navbar {
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
  }
}

@media only screen and (max-width: 479px) {
  section.mainContent.hub-credito .header-interna__info {
    padding: 30px 20px 20px 70px;
  }
  section.mainContent.hub-credito .header-interna__info h1 {
    width: 115%;
    max-width: 115%;
    font-size: 24px;
    line-height: 30px;
  }
  section.mainContent.hub-credito .header-interna__info p {
    font-size: 13px;
    line-height: 18px;
    margin: 20px 0 20px;
  }
  section.mainContent.hub-credito .header-interna__info .icon {
    width: 45px;
    height: 60px;
    padding: 10px 7px;
  }
  section.mainContent.hub-credito .header-interna__image {
    left: 0;
    width: 100%;
    height: 185px;
  }
  section.mainContent.hub-credito .header-interna__image h1 {
    bottom: 71px;
    left: 30px;
    font-size: 18px;
    line-height: 21px;
  }
  section.mainContent.hub-credito .header-interna__image.lime {
    background-size: 100vw auto;
    background-position: 0 center;
  }
  section.mainContent.hub-credito .header-interna__image.consignado {
    background-size: 100vw auto;
    background-position: 0 center;
  }
  section.mainContent.hub-credito .header-interna__image.parcelado {
    background-size: 100vw auto;
    background-position: 0 center;
  }
  section.mainContent.hub-credito .header-interna__products .container {
    padding: 0 10px 10px;
  }
}

@media only screen and (max-width: 360px) {
  section.mainContent.hub-credito .header-interna__image {
    height: 160px;
  }
  section.mainContent.hub-credito .header-interna__image h1 {
    bottom: 60px;
    left: 20px;
  }
  section.mainContent.hub-credito .header-interna__image.lime {
    background-size: 100% auto;
    background-position: 0 top;
  }
  section.mainContent.hub-credito .header-interna__image.consignado {
    background-size: 100% auto;
    background-position: 0 top;
  }
  section.mainContent.hub-credito .header-interna__image.parcelado {
    background-size: 100% auto;
    background-position: center center;
  }
  section.mainContent.hub-credito .header-interna__image.antecipe-13-salario {
    background-size: 100% auto;
    background-position: center center;
  }
  section.mainContent.hub-credito
    .header-interna__image.antecipe-saque-aniversario {
    background-size: 100% auto;
    background-position: center center;
  }
  section.mainContent.hub-credito .header-interna__image.antecipe-ir {
    background-size: 100% auto;
    background-position: center center;
  }
}

@media only screen and (max-width: 320px) {
  section.mainContent.hub-credito .header-interna__image h1 {
    bottom: 60px;
    left: 20px;
  }
}

@media only screen and (max-width: 479px) {
  section.mainContent.hub-credito .header-interna__image.lime h1 {
    bottom: 28%;
    font-size: 20px;
    line-height: 22px;
  }
}

@media only screen and (max-width: 360px) {
  section.mainContent.hub-credito .header-interna__image.consignado {
    height: 180px;
    background-size: auto 100%;
  }
}

section.mainContent.hub-credito .beneficios {
  width: 100%;
  background: -moz- oldlinear-gradient(left, #f6f6f6 0%, #d9d9d9 100%);
  background: linear-gradient(90deg, #f6f6f6 0%, #d9d9d9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F6F6F6', endColorstr='#D9D9D9',GradientType=0 );
  padding: 80px 0;
}

section.mainContent.hub-credito .beneficios .title {
  color: #4a4a4a;
  font-size: 44px;
  line-height: 50px;
  font-family: "Bradesco Sans Bold";
  font-weight: normal;
  text-align: center;
}

@media only screen and (max-width: 1023px) {
  section.mainContent.hub-credito .beneficios .title {
    font-size: 36px;
    line-height: 40px;
  }
}

@media only screen and (max-width: 639px) {
  section.mainContent.hub-credito .beneficios .title {
    font-size: 24px;
    line-height: 30px;
  }
}

section.mainContent.hub-credito .beneficios__container {
  margin: 60px 0 0;
}

section.mainContent.hub-credito .beneficios__item .image {
  width: 100%;
  max-width: 180px;
  margin: 0 auto 20px;
}

section.mainContent.hub-credito .beneficios__item .image img {
  width: 100%;
  display: block;
}

section.mainContent.hub-credito
  .saque-aniversario
  .beneficios__item
  .image
  img {
  height: 180px;
}

section.mainContent.hub-credito .beneficios__item p {
  color: #4a4a4a;
  font-size: 18px;
  margin-top: 20px;
  line-height: 20px;
  text-align: center;
  margin-bottom: 20px;
}

section.mainContent.hub-credito .beneficios__item p strong {
  font-family: "Bradesco Sans Bold", sans-serif;
  font-weight: normal;
}

section.mainContent.hub-credito .beneficios__item sub {
  font-size: 1rem;
}

section.mainContent.hub-credito .beneficios .slick-dots li button:before {
  font-size: 18px;
}

section.mainContent.hub-credito .beneficios .carousel-arrow {
  top: 50%;
  border: 0;
  color: #4a4a4a;
  border-radius: 0;
  font-size: 40px;
  position: absolute;
  background: transparent;
  outline: none;
  z-index: 30;
  cursor: pointer;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: none;
}

section.mainContent.hub-credito .beneficios .carousel-arrow:hover {
  color: #9b9b9b;
}

section.mainContent.hub-credito .beneficios .carousel-next {
  right: 0;
}

section.mainContent.hub-credito .beneficios .carousel-prev {
  left: 0;
}

@media only screen and (max-width: 767px) {
  section.mainContent.hub-credito .beneficios .carousel-next {
    right: 0;
  }
  section.mainContent.hub-credito .beneficios .carousel-prev {
    left: 0;
  }
}

@media only screen and (max-width: 639px) {
  section.mainContent.hub-credito .beneficios {
    padding: 60px 20px;
  }
  section.mainContent.hub-credito .beneficios .title br {
    display: none;
  }
  section.mainContent.hub-credito .beneficios .carousel-arrow {
    display: block;
  }
}

@media only screen and (max-width: 479px) {
  section.mainContent.hub-credito .beneficios {
    padding: 40px 10px;
  }
  section.mainContent.hub-credito .beneficios .title {
    font-size: 30px;
    line-height: 33px;
  }
}

section.mainContent.hub-credito .exclusivo {
  width: 100%;
  padding: 100px 0;
  background: -moz- oldlinear-gradient(left, #f6f6f6 0%, #d9d9d9 100%);
  background: linear-gradient(90deg, #f6f6f6 0%, #d9d9d9 100%);
}

section.mainContent.hub-credito .exclusivo .title {
  color: #4a4a4a;
  font-size: 44px;
  line-height: 50px;
  font-family: "Bradesco Sans Bold";
  font-weight: normal;
  text-align: center;
  margin-bottom: 30px;
}

@media only screen and (max-width: 1023px) {
  section.mainContent.hub-credito .exclusivo .title {
    font-size: 36px;
    line-height: 40px;
  }
}

@media only screen and (max-width: 639px) {
  section.mainContent.hub-credito .exclusivo .title {
    font-size: 24px;
    line-height: 30px;
  }
}

section.mainContent.hub-credito .exclusivo p {
  color: #4a4a4a;
  font-size: 24px;
  line-height: 30px;
  text-align: center;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}

@media only screen and (max-width: 1023px) {
  section.mainContent.hub-credito .exclusivo {
    padding: 100px 20px;
  }
}

@media only screen and (max-width: 639px) {
  section.mainContent.hub-credito .exclusivo .title {
    font-size: 40px;
    line-height: 45px;
  }
  section.mainContent.hub-credito .exclusivo p {
    font-size: 18px;
    line-height: 20px;
  }
}

@media only screen and (max-width: 479px) {
  section.mainContent.hub-credito .exclusivo {
    padding: 70px 10px;
  }
  section.mainContent.hub-credito .exclusivo .title {
    font-size: 30px;
    line-height: 35px;
  }
  section.mainContent.hub-credito .exclusivo p {
    font-size: 16px;
    line-height: 20px;
  }
}

section.mainContent.hub-credito .faq {
  width: 100%;
  padding: 70px 0;
}

section.mainContent.hub-credito .faq.gradient {
  background: -moz- oldlinear-gradient(left, #f6f6f6 0%, #d9d9d9 100%);
  background: linear-gradient(90deg, #f6f6f6 0%, #d9d9d9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F6F6F6', endColorstr='#D9D9D9',GradientType=0 );
}

section.mainContent.hub-credito .faq .title {
  color: #4a4a4a;
  font-size: 44px;
  line-height: 50px;
  font-family: "Bradesco Sans Bold";
  font-weight: normal;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 50px;
}

@media only screen and (max-width: 1023px) {
  section.mainContent.hub-credito .faq .title {
    font-size: 36px;
    line-height: 40px;
  }
}

@media only screen and (max-width: 639px) {
  section.mainContent.hub-credito .faq .title {
    font-size: 24px;
    line-height: 30px;
  }
}

section.mainContent.hub-credito .faq .disclaimer {
  color: #4a4a4a;
  font-size: 12px;
  text-align: center;
  margin-top: 50px;
}

section.mainContent.hub-credito .faq__list .col:nth-child(1) {
  padding-right: 50px;
}

section.mainContent.hub-credito .faq__list .col:nth-child(2) {
  padding-left: 50px;
}

section.mainContent.hub-credito .faq__list--item {
  width: 100%;
  margin-bottom: 10px;
  border-top: 2px solid #ebebeb;
}

section.mainContent.hub-credito .faq__list--item.gray {
  border-top: 2px solid #4a4a4a;
}

section.mainContent.hub-credito .faq__list--item .faq--header {
  width: 100%;
  padding: 20px 10px;
  cursor: pointer;
}

section.mainContent.hub-credito .faq__list--item .faq--header p,
section.mainContent.hub-credito .faq__list--item .faq--header strong,
section.mainContent.hub-credito .faq__list--item .faq--header h3 {
  width: -moz-calc(100% - 40px);
  width: calc(100% - 40px);
  color: #4a4a4a;
  font-family: "Bradesco Sans Bold", sans-serif;
  font-size: 16px;
  line-height: 20px;
  display: inline-block;
}

section.mainContent.hub-credito .faq__list--item .faq--header p br,
section.mainContent.hub-credito .faq__list--item .faq--header strong br,
section.mainContent.hub-credito .faq__list--item .faq--header h3 br {
  display: none;
}

section.mainContent.hub-credito .faq__list--item .faq--header .material-icons {
  vertical-align: top;
  margin-left: 10px;
}

section.mainContent.hub-credito .faq__list--item .container {
  width: 100%;
  padding: 20px;
  display: none;
  background-color: #9b9b9b;
}

section.mainContent.hub-credito .faq__list--item .container p {
  color: #ffffff;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 20px;
}

section.mainContent.hub-credito .faq__list--item .container a {
  color: #000;
}

section.mainContent.hub-credito .faq__list--item .container ul {
  margin: 0px 20px 20px;
}

section.mainContent.hub-credito .faq__list--item .container ul li {
  color: #ffffff;
}

section.mainContent.hub-credito .faq__list--item.opened .container {
  display: block;
}

@media only screen and (max-width: 1023px) {
  section.mainContent.hub-credito .faq {
    padding: 70px 20px;
  }
  section.mainContent.hub-credito .faq__list {
    width: 100%;
    max-width: 80%;
    margin: 0 auto;
  }
  section.mainContent.hub-credito .faq__list .col {
    width: 100%;
  }
  section.mainContent.hub-credito .faq__list .col:nth-child(1) {
    padding: 0 10px;
  }
  section.mainContent.hub-credito .faq__list .col:nth-child(2) {
    padding: 0 10px;
  }
  section.mainContent.hub-credito .faq__list--item .faq--header p br {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  section.mainContent.hub-credito .faq__list {
    max-width: 600px;
  }
}

@media only screen and (max-width: 639px) {
  section.mainContent.hub-credito .faq .title {
    font-size: 40px;
    line-height: 40px;
  }
  section.mainContent.hub-credito .faq__list {
    max-width: 100%;
  }
}

@media only screen and (max-width: 479px) {
  section.mainContent.hub-credito .faq {
    padding: 70px 10px;
  }
  section.mainContent.hub-credito .faq .title {
    font-size: 30px;
    line-height: 30px;
  }
}

section.mainContent.hub-credito .footer {
  width: 100%;
  height: auto;
  position: relative;
  background-color: #9b9b9b;
  z-index: 99;
}

section.mainContent.hub-credito .footer__warning {
  font-size: 12px;
  font-family: "Bradesco Sans Regular", sans-serif;
}

section.mainContent.hub-credito .footer__infos {
  width: 100%;
  padding: 50px 10px;
}

section.mainContent.hub-credito .footer__infos--logo {
  padding-left: 10px;
  padding-right: 10px;
}

section.mainContent.hub-credito .footer__infos--logo .image {
  width: 160px;
  display: block;
}

section.mainContent.hub-credito .footer__infos--logo .image img {
  width: 100%;
  display: block;
}

section.mainContent.hub-credito .footer__infos--text > div:last-of-type {
  padding-left: 40px;
}

section.mainContent.hub-credito .footer__infos--text .line {
  margin-bottom: 20px;
}

section.mainContent.hub-credito .footer__infos--text h3 {
  color: #ffffff;
  font-family: "Bradesco Sans Bold", sans-serif;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
}

section.mainContent.hub-credito .footer__infos--text p {
  color: #ffffff;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 20px;
}

section.mainContent.hub-credito .footer__infos--text p:last-of-type {
  margin-bottom: 0;
}

section.mainContent.hub-credito .footer__infos--text a {
  color: #ffffff;
}

section.mainContent.hub-credito .footer__legal {
  width: 100%;
  background-color: #ebebeb;
  padding: 37px 0;
  text-align: justify;
}

section.mainContent.hub-credito .footer__legal p {
  color: #4a4a4a;
  font-size: 12px;
  font-family: "Bradesco Sans Regular", sans-serif;
  line-height: 18px;
  margin-bottom: 10px;
}

section.mainContent.hub-credito .footer__legal p:last-of-type {
  margin-bottom: 0;
}

@media only screen and (max-width: 1023px) {
  section.mainContent.hub-credito .footer__infos--logo {
    width: 33.3333333333%;
  }
  section.mainContent.hub-credito .footer__infos--text {
    width: 66.6666666667%;
  }
  section.mainContent.hub-credito .footer__legal {
    padding: 37px 20px;
  }
}

@media only screen and (max-width: 767px) {
  section.mainContent.hub-credito .footer__infos--logo {
    width: 100%;
    margin-bottom: 30px;
  }
  section.mainContent.hub-credito .footer__infos--text {
    width: 100%;
    max-width: 480px;
  }
  section.mainContent.hub-credito .footer__infos--text > div {
    padding: 0;
  }
  section.mainContent.hub-credito .footer__infos--text .col-7 {
    width: 60%;
    margin-bottom: 20px;
  }
  section.mainContent.hub-credito .footer__infos--text .col-5 {
    width: 40%;
  }
}

@media only screen and (max-width: 479px) {
  section.mainContent.hub-credito .footer__infos--logo {
    width: 100%;
    margin-bottom: 30px;
  }
  section.mainContent.hub-credito .footer__infos--text {
    width: 100%;
    max-width: 480px;
  }
  section.mainContent.hub-credito .footer__infos--text > div:last-of-type {
    padding-left: 0;
  }
  section.mainContent.hub-credito .footer__infos--text .col-7 {
    width: 100%;
    margin-bottom: 20px;
  }
  section.mainContent.hub-credito .footer__infos--text .col-5 {
    width: 100%;
  }
  section.mainContent.hub-credito .footer__infos--text .line {
    width: 50%;
    float: left;
  }
}

.tooltip {
  top: 0;
  left: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  font-family: "Bradesco Sans Regular";
}

.tooltip__arrow {
  width: 20px;
  height: 20px;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background-color: #ffffff;
  border-left: 1px solid #9b9b9b;
  border-top: 1px solid #9b9b9b;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-right: -11px;
}

.tooltip__inner {
  padding: 10px 20px;
  max-width: 230px;
  display: inline-block;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #9b9b9b;
  border-radius: 3px;
}

.tooltip__inner p {
  color: #4a4a4a;
  font-size: 14px;
}

.compare__table {
  margin-top: 50px;
  padding: 20px 0 70px;
}

.compare__table--header .col {
  min-height: 100px;
  position: relative;
}

.compare__table--header .col h3 {
  color: #cc092f;
  font-size: 18px;
  line-height: 24px;
  font-family: "Bradesco Sans Bold";
  font-weight: normal;
  margin-bottom: 10px;
}

.compare__table--header .col p {
  color: #4a4a4a;
  font-size: 14px;
  line-height: 20px;
}

.compare__table--header .col p.bottom {
  color: #007bae;
  position: absolute;
  bottom: 5px;
}

.compare__table--header .col p.upper {
  font-family: "Bradesco Sans Bold";
  text-transform: uppercase;
}

.compare__table--header .compare__table--border {
  margin-top: 10px;
}

.compare__table--border {
  width: 100%;
  height: 11px;
  display: block;
  margin: 0 0 20px;
}

.compare__table--border span {
  height: 11px;
  display: block;
}

.compare__table--border span:nth-child(1) {
  background-color: #00679e;
}

.compare__table--border span:nth-child(2) {
  background-color: #007bae;
}

.compare__table--border span:nth-child(3) {
  background-color: #00a1cd;
}

.compare__table--border span:nth-child(4) {
  background-color: rgba(0, 161, 205, 0.55);
}

.compare__table--border span:nth-child(5) {
  background-color: rgba(2, 192, 245, 0.55);
}

.compare__table--border span:nth-child(6) {
  background-color: #a7e9fc;
}

.compare__table--body .col {
  text-align: center;
}

.compare__table--body .col:nth-child(1) {
  text-align: left;
}

.compare__table--body .col .material-icons {
  font-size: 18px;
  vertical-align: middle;
}

.compare__table--body .col .info {
  color: #008fc4;
  background-image: none;
  background-position: 0;
  background-repeat: no-repeat;
  display: inline-block;
  height: auto;
  margin-top: 0;
  width: auto;
}

.compare__table--body .col .check {
  font-size: 22px;
  color: #007bae;
}

.compare__table--body .col .cancel {
  font-size: 22px;
  color: #4a4a4a;
}

.compare__table--line {
  width: 100%;
  margin-bottom: 20px;
}

.compare__table--line.no-margin {
  margin-bottom: 0;
}

.compare__table--line .grid {
  background-color: rgba(235, 235, 235, 0.2);
  margin-bottom: 10px;
  padding-bottom: 10px;
  padding-top: 10px;
}

.compare__table--line .grid h3 {
  color: #007bae;
  font-size: 16px;
  line-height: 20px;
  font-weight: normal;
  font-family: "Bradesco Sans Bold";
  text-transform: uppercase;
  text-align: left;
}

.compare__table--line .grid p {
  color: #4a4a4a;
  font-size: 16px;
  line-height: 20px;
}

.compare__table--line .grid:nth-child(even) {
  background-color: rgba(235, 235, 235, 0.6);
}

.compare__table--line .grid:nth-child(1) {
  background-color: transparent;
}

.compare__table--line .grid.white {
  background-color: #fff;
}

.remodal {
  padding: 60px 20px 20px;
  font-family: "Bradesco Sans Regular";
}

.remodal .grid {
  position: relative;
  width: 100%;
}

.remodal .grid:before,
.remodal .grid:after {
  content: "";
  display: table;
  clear: both;
}

.remodal [class*="col-"] {
  float: left;
  min-height: 1px;
  padding: 0 10px;
}

.remodal .no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.remodal .no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.remodal .col-1 {
  width: 8.3333333333%;
}

.remodal .col-2 {
  width: 16.6666666667%;
}

.remodal .col-3 {
  width: 25%;
}

.remodal .col-4 {
  width: 33.3333333333%;
}

.remodal .col-5 {
  width: 41.6666666667%;
}

.remodal .col-6 {
  width: 50%;
}

.remodal .col-7 {
  width: 58.3333333333%;
}

.remodal .col-8 {
  width: 66.6666666667%;
}

.remodal .col-9 {
  width: 75%;
}

.remodal .col-10 {
  width: 83.3333333333%;
}

.remodal .col-11 {
  width: 91.6666666667%;
}

.remodal .col-12 {
  width: 100%;
}

.remodal .col-magic {
  width: 16%;
}

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

.remodal a {
  text-decoration: none !important;
}

.remodal .button {
  color: #ffffff;
  font-size: 17px;
  padding: 0 20px;
  height: 50px;
  line-height: 51px;
  display: inline-block;
  text-align: center;
}

.remodal .button--outline {
  color: #000000;
  background-color: #ffffff;
  border: 1px solid #000000;
}

.remodal .button--more {
  color: #007bae;
  height: 30px;
  font-size: 16px;
  line-height: 12px;
  padding: 5px 10px;
  text-align: center;
  font-family: "Bradesco Sans Medium";
  text-transform: uppercase;
  background-color: transparent;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.remodal .button--more:after {
  width: 100%;
  height: 1px;
  content: "";
  display: block;
  margin-top: 5px;
  background-color: #007bae;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.remodal .button--more:hover {
  color: #00a1cd;
}

.remodal .button--more:hover:after {
  background-color: #00a1cd;
}

.remodal .remodal-close {
  left: inherit;
  right: 10px;
  width: 40px;
  height: 40px;
  z-index: 33;
}

.remodal .remodal-close:before {
  font-size: 40px;
  line-height: 40px;
}

.remodal .compare__table {
  margin-top: 0;
  padding: 0px;
}

.remodal .compare__table .grid p {
  font-size: 14px;
}

.remodal .compare__table--header .col {
  min-height: 50px;
}

.remodal .compare__table--header .col p:not(.upper) {
  display: none;
}

.remodal.lime
  .compare__table--body
  .grid:last-child
  .col:nth-child(4)
  .button--more {
  display: none;
}

.remodal.consignado
  .compare__table--body
  .grid:last-child
  .col:nth-child(2)
  .button--more {
  display: none;
}

.remodal.parcelado
  .compare__table--body
  .grid:last-child
  .col:nth-child(3)
  .button--more {
  display: none;
}

.remodal.salario-13
  .compare__table--body
  .grid:last-child
  .col:nth-child(5)
  .button--more {
  display: none;
}

.remodal.ir
  .compare__table--body
  .grid:last-child
  .col:nth-child(6)
  .button--more {
  display: none;
}

.remodal .compare__overlay {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(204, 9, 47, 0.85);
  z-index: 30;
  display: none;
}

.remodal .compare__overlay .text {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
  width: 270px;
  height: 220px;
  text-align: center;
}

.remodal .compare__overlay .text .icon-left {
  color: #ffffff;
  font-size: 50px;
}

.remodal .compare__overlay .text p {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 16px;
  text-align: center;
  margin: 30px 0;
}

.remodal .compare__overlay .text a {
  color: #ffffff;
  text-align: center;
  text-decoration: underline;
}

@media only screen and (max-width: 1023px) {
  .compare__table {
    margin-top: 50px;
    padding: 0;
    overflow-x: auto;
    width: 760px;
    margin: 80px auto 0;
  }
  .compare__table .is-move {
    cursor: move;
  }
  .compare__table--header {
    width: 760px;
  }
  .compare__table--border {
    width: 760px;
  }
  .compare__table--body {
    width: 760px;
  }
  .compare__table--line {
    width: 760px;
  }
  .compare__table--line .grid .info {
    display: none;
  }
  .remodal {
    width: 760px;
  }
  .remodal .compare__table {
    width: 100%;
  }
  .remodal .compare__overlay {
    display: block;
  }
}

@media only screen and (max-width: 767px) {
  .compare__table {
    margin-top: 50px;
    width: 100%;
  }
  .compare__table .is-move {
    cursor: move;
  }
  .compare__table--header {
    width: 800px;
  }
  .compare__table--border {
    width: 800px;
  }
  .compare__table--body {
    width: 800px;
  }
  .compare__table--line {
    width: 800px;
  }
  .compare__table--line .grid .info {
    display: none;
  }
  .remodal .button {
    font-size: 17px;
    padding: 0 20px;
    height: 40px;
    line-height: 45px;
  }
  .remodal .button--more {
    font-size: 16px;
    line-height: 12px;
    padding: 5px 20px;
    width: 150px;
  }
  .remodal .button--more:after {
    width: 100%;
    height: 1px;
    margin-top: 5px;
  }
  .remodal .compare__table {
    width: 100%;
  }
}

@media only screen and (min-width: 768px) {
  .remodal {
    max-width: 980px;
  }
}

@media only screen and (max-width: 639px) {
  .compare__table--line {
    margin-bottom: 10px;
  }
  .compare__table--line .grid {
    margin-bottom: 0;
    padding-bottom: 4px;
    padding-top: 4px;
  }
  .compare__table--line .grid h3 {
    font-size: 14px;
    line-height: 16px;
  }
  .compare__table--line .grid .info {
    font-size: 14px;
  }
  .compare__table--line .grid .check,
  .compare__table--line .grid .cancel {
    font-size: 18px;
  }
  .compare__table--line .grid p {
    font-size: 14px;
    line-height: 16px;
  }
  .remodal {
    width: 100%;
  }
  .remodal .compare__table--header .col {
    min-height: 50px;
  }
  .remodal .compare__table--header .col .desc {
    display: none;
  }
}

section.mainContent.hub-credito .saque-aniversario .exclusivo .content {
  max-width: unset !important;
  width: 100%;
  margin: 0;
}

section.mainContent.hub-credito .saque-aniversario .exclusivo .title,
section.mainContent.hub-credito .saque-aniversario .exclusivo p {
  text-align: left;
}

section.mainContent.hub-credito .saque-aniversario .exclusivo {
  padding: 0;
}

.all-content {
  display: flex;
}

.middle:first-child {
  padding: 40px 80px 40px 175px !important;
}

.middle {
  width: 50%;
}

@media screen and (max-width: 1024px) {
  .all-content {
    flex-direction: column-reverse;
  }

  .middle {
    width: 100%;
  }

  .middle:first-child {
    padding: 40px !important;
  }

  section.mainContent.hub-credito .saque-aniversario .exclusivo .title,
  section.mainContent.hub-credito .saque-aniversario .exclusivo p {
    text-align: center;
  }

}

.c-timeline__item img {
  margin: 0 auto!important;
}


@media only screen and (max-width: 768px) {
  div.comboSegmentos {
    display: none !important;
  } 
  section.mainContent.hub-credito .content {
    flex-direction: column;
  }
}