/*GLOBALS*/
:root {
  --green: #1A746A;
  --light-green: #d4f1f0;
  --light-green-brown: #f1f6dd;
  --dark-green-brown: #bad15d;
  --white: #ffffff;
  --black: #28262c;
  --light-silver: #fbfbfd;
  --silver: #ededed;
  --dark-silver: #28262c;
  --grey: #5c5c5c;
  --red: #df0024;
  --purple: #77287e;
}

html {
  overflow-x: hidden;
}

@font-face {
  font-family: "Acto-Book";
  src: url("../font/Acto-Book.woff") format("woff"),
    url("../font/Acto-Book.woff2") format("woff2");
}

* {
  font-family: "Acto-Book" !important;
  font-size: 20px;
}

.bg-green {
  background-color: var(--green) !important;
}
.bg-light-green {
  background-color: var(--light-green) !important;
}
.bg-light-green-brown {
  background-color: var(--light-green-brown) !important;
}
.bg-dark-green-brown {
  background-color: var(--dark-green-brown) !important;
}
.bg-white {
  background-color: var(--white) !important;
}
.bg-black {
  background-color: var(--black) !important;
}
.bg-silver {
  background-color: var(--silver) !important;
}
.bg-grey {
  background-color: var(--silver) !important;
}
.bg-light-silver {
  background-color: var(--light-silver) !important;
}
.bg-red {
  background-color: var(--red) !important;
}
.bg-purple {
  background-color: var(--purple) !important;
}

.green {
  color: var(--green) !important;
}
.light-green {
  color: var(--light-green) !important;
}
.white {
  color: var(--white) !important;
}
.black {
  color: var(--black) !important;
}
.grey {
  background-color: var(--silver) !important;
}
.silver {
  color: var(--silver) !important;
}
.red {
  color: var(--red) !important;
}
.purple {
  color: var(--purple) !important;
}

.float-right {
  float: right;
}
.float-left {
  float: left;
}

.ml-auto {
  margin-left: auto !important;
}
.mr-auto {
  margin-right: auto !important;
}

.p-absolute {
  position: absolute;
}
.p-relative {
  position: relative;
}

.r-0 {
  right: 0;
}

a {
  text-decoration: none;
}

.container {
  max-width: 85% !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.container-fluid {
  width: 95%;
  margin: auto !important;
}

.container#fixed-menu,
.container-fluid#fixed-menu {
  max-width: 100% !important;
}

.spacer-10 {
  height: 10px;
}
.spacer-20 {
  height: 20px;
}
.spacer-30 {
  height: 30px;
}
.spacer-40 {
  height: 40px;
}
.spacer-50 {
  height: 50px;
}
.spacer-75 {
  height: 75px;
}
.spacer-100 {
  height: 100px;
}
.spacer-150 {
  height: 150px;
}

.p-6 {
  padding: 6rem;
}
.p-7 {
  padding: 7rem;
}
.p-8 {
  padding: 8rem;
}
.p-9 {
  padding: 9rem;
}
.p-10 {
  padding: 10rem;
}

.pt-6 {
  padding-top: 6rem;
}

.pt-7 {
  padding-top: 7rem;
}

.pt-8 {
  padding-top: 8rem;
}

.pt-9 {
  padding-top: 9rem;
}

.pt-10 {
  padding-top: 10rem;
}

.pb-6 {
  padding-bottom: 6rem;
}

.pb-7 {
  padding-bottom: 7rem;
}

.pb-8 {
  padding-bottom: 8rem;
}

.pb-9 {
  padding-bottom: 9rem;
}

.pb-10 {
  padding-bottom: 10rem;
}

.pl-3 {
  padding-left: 3% !important;
}
.pr-3 {
  padding-right: 3% !important;
}

.pl-5 {
  padding-left: 5% !important;
}

.pr-5 {
  padding-right: 5% !important;
}

.ml-5 {
  margin-left: 5% !important;
}
.mr-5 {
  margin-right: 5% !important;
}
.mr-3 {
  margin-right: 3% !important;
}

.text-right {
  text-align: right;
}

img {
  max-width: 100%;
}

.w-10 {
  width: 10%;
}
.w-20 {
  width: 20%;
}
.w-30 {
  width: 30%;
}
.w-40 {
  width: 40%;
}
.w-50 {
  width: 50%;
}
.w-60 {
  width: 60%;
}
.w-80 {
  width: 60%;
}
.w-100 {
  width: 100%;
}

.w-50px {
  width: 50px;
}
.w-60px {
  width: 60px;
}
.w-70px {
  width: 70px;
}

.h-10 {
  height: 10%;
}
.h-20 {
  height: 20%;
}
.h-30 {
  height: 30%;
}
.h-40 {
  height: 40%;
}
.h-50 {
  height: 50%;
}
.h-60 {
  height: 60%;
}
.h-70 {
  height: 70%;
}
.h-80 {
  height: 80%;
}
.h-90 {
  height: 90%;
}

.m-h-vh-10 {
  height: 10vh;
}

.m-h-vh-20 {
  height: 20vh;
}

.m-h-vh-30 {
  height: 30vh;
}

.m-h-vh-40 {
  height: 40vh;
}

.m-h-vh-50 {
  height: 50vh;
}

.m-h-vh-60 {
  height: 60vh;
}

.m-h-vh-70 {
  height: 70vh;
}

.m-h-vh-80 {
  height: 80vh;
}

.m-h-vh-90 {
  height: 90vh;
}

.m-h-m-w-vh-40 {
  height: 40vh;
  width: 40vh;
}

.align-items-bottom {
  align-items: end !important;
}

hr {
  background-color: var(--black);
  color: var(--black);
  opacity: 1;
}

.table-cell {
  display: table-cell;
}

th {
  vertical-align: top;
}

.table-holder {
  overflow: auto;
}

.negative-right-5 {
  right: -5%;
  position: relative;
}
.negative-right-10 {
  right: -10%;
  position: relative;
}
.negative-right-15 {
  right: -15%;
  position: relative;
}
.negative-right-20 {
  right: -20%;
  position: relative;
}
.negative-right-25 {
  right: -25%;
  position: relative;
}

.negative-left-5 {
  left: -5%;
  position: relative;
}

.negative-left-10 {
  left: -10%;
  position: relative;
}

.negative-left-15 {
  left: -15%;
  position: relative;
}

.negative-left-20 {
  left: -20%;
  position: relative;
}

.negative-left-25 {
  left: -25%;
  position: relative;
}

dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 0;
}

.border-none {
  border: none !important;
}

.seguro .four-steps-green h3.black {
  text-align: center;
}
.seguro table thead th {
  border-bottom: 0;
}
.seguro table th .body-text-1 {
  font-weight: normal;
}
.seguro .table > :not(caption) > * > * {
  padding: 1rem;
}

.seguro .card-bordered-green {
  border-radius: 40px;
  background: var(--light-green);
  border: none !important;
}

.artigo-content p {
  line-height: 35px;
}

.steps .step,
.steps-image .step {
  border-bottom: 2px solid var(--black);
}

.border-radius {
  border-radius: 25px;
}

.breadcrumbs a:hover, .two-rows-three-cols-quick-links *:hover, #download-app a:hover {
  color: var(--red) !important;
}

.results-navigation-container {
  display: flex;
  justify-content: center;
}

.results-navigation {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 25px;
}

.results-navigation li {
  list-style-type: none;
}

.results-navigation li.active {
  list-style-type: none;
}

.results-navigation li a {
  color: var(--black);
}
.results-navigation li a:hover,
.results-navigation li.active a {
  color: var(--red);
}
/*GLOBALS*/

/*FONTS*/
h2 {
  font-family: Acto;
  font-size: 80px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

h3 {
  font-family: Acto;
  font-size: 60px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

h4 {
  font-family: Acto;
  font-size: 35px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

h4.titles-2 {
  font-family: Acto;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.body-text-1,
.body-text-1 b {
  font-size: 30px;
}
.body-text-2 {
  font-size: 28px;
}
.body-text-3 {
  font-size: 25px;
}
.body-text-4 {
  font-size: 20px;
}
.body-text-5 {
  font-size: 16.67px;
}

.free-text.small h3 {
  font-size: 30px;
}
.free-text.small p {
  font-size: 20px;
}

.alert-blue a,
.red-blue a,
.silver-blue a,
.one-row-two-cols-w-negative-card-right .shadow-card a {
  color:var(--black);
}

.four-steps-green a:hover p {
  color: var(--black) !important;
}

.alert-blue a:hover,
.red-blue a:hover,
.silver-blue a:hover,
.one-row-two-cols-w-negative-card-right .shadow-card a:hover,
#faqs a:hover p,
.one-row-two-cols-w-card-reverse a:hover {
  color: var(--red) !important;
}

/*FONTS*/

/*HEADERS*/
#topbar {
  height: 48px;
  color: var(--white);
}

#topbar a {
  font-size: 16.67px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
/*HEADERS*/

/*MENU*/
header#homepage {
  min-height: 16vh;
}

header .menu {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 100%;
}

.goback-menu {
  cursor: pointer;
}

header {
  padding: 15px;
}

.logo {
  height: 100%;
  display: flex;
}

.navbar-collapse {
  height: 100%;
}

.tabs ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

header .menu li {
  float: left;
}

header .menu li a {
  display: block;
  text-align: center;
  text-decoration: none;
}

header .menu li a:hover {
  color: var(--red);
}

header .menu .cta {
  margin: 5px;
  padding: 5px 15px;
}

.menu-helper {
  padding: 0;
}

.menu-helper ul {
  list-style-type: none;
  padding: 0;
  overflow: hidden;
}

.menu-helper ul li {
  float: left;
  margin: 5px;
}

.menu-helper ul li a {
  display: block;
  text-align: center;
  text-decoration: none;
  padding: 25px 0;
}

.menu-helper ul li a img {
  margin-right: 10px;
}

#fixed-menu-ctas {
  position: fixed;
  bottom: 0;
  background-color: var(--black);
  width: 100%;
  z-index: 999;
  max-height: 100px;
}

#fixed-menu-ctas ul {
  padding: 15px 0;
}

#fixed-menu-ctas li a{
  width: 70%;
  margin: auto;
  display: inline-block;
  padding: 10px 50px;
}

#fixed-menu-ctas ul li {
  list-style-type: none;
  text-align: center;
}
/*MENU*/

/*CTA*/
.cta {
  border-radius: 25px;
  text-align: center;
  padding: 15px 25px;
}

.menu-helper .cta {
  border-radius: 25px;
}

.cta-default {
  border: 1px solid var(--black);
}

.cta-fill-red {
  border: 1px solid var(--red);
  background-color: var(--red);
  color: var(--white);
}

.cta-fill-white {
  border: 1px solid var(--white);
  background-color: var(--white);
  color: var(--red);
}
/*CTA*/

/*SLIDERS*/
/* .main-slider {
    max-height: 85vh;
} */

.main-slider {
  margin-bottom: 10vh;
  position: relative;
}

.content-slider {
  height: 70vh;
  margin-bottom: 10vh;
  position: relative;
  background-color: var(--grey);
}

.menu-helper-product.bg-light-silver a {
  padding: 10px;
}

.ch.main .main-slider,
.cc.main .main-slider,
.cp.main .main-slider,
.pl.main .main-slider,
.seguro.main .main-slider,
.canais.main .main-slider,
.credenciais.main .main-slider,
.cartoes.main .main-slider,
.conta_bctt.main .main-slider,
.dicas.main .content-slider,
.artigo.main .content-small-slider .main-slider,
.institucional.main .content-small-slider .main-slider,
.informacao_financeira.main .content-small-slider .main-slider,
.premios.main .content-small-slider .main-slider,
.sustentabilidade.main .content-small-slider .main-slider,
.institucional.main .content-small-slider .main-slider,
.seguranca.main .content-small-slider .main-slider,
.faqsForm.main .content-slider,
.informativo.main .content-small-slider .main-slider,
.media.main .content-small-slider .main-slider,
.ca.main .main-slider {
  margin-bottom: 0;
}

.main-slider .carousel-indicators {
  bottom: 10%;
}

.main-slider .carousel-indicators button {
  width: 20vw;
  height: 10px;
  border-radius: 10px;
  border: 0;
  opacity: 1;
  margin: 0 15px;
}

.main-slider .carousel-indicators button.active {
  background-color: var(--red);
}

.main-slider .carousel-caption {
  bottom: 40%;
  text-align: left;
}

.main-slider.main-slider .carousel-caption {
  bottom: 30%;
  text-align: left;
  left: 0 !important;
}

.vagas .main-slider.main-slider .carousel-caption,
.informacao_financeira .main-slider.main-slider .carousel-caption,
.premios .main-slider.main-slider .carousel-caption,
.sustentabilidade .main-slider.main-slider .carousel-caption,
.institucional .main-slider.main-slider .carousel-caption,
.seguranca .main-slider.main-slider .carousel-caption,
.informativo .main-slider.main-slider .carousel-caption,
.faqsForm .main-slider.main-slider .carousel-caption,
.artigo .content-small-slider .main-slider .carousel-caption {
  bottom: 30%;
  text-align: left;
  left: 0 !important;
  width: 100%;
  height: 100%;
}

.vagas .small-slider .carousel-caption,
.informacao_financeira .small-slider .carousel-caption,
.sustentabilidade .small-slider .carousel-caption,
.premios .small-slider .carousel-caption,
.institucional .small-slider .carousel-caption,
.seguranca .small-slider .carousel-caption,
.informativo .small-slider .carousel-caption,
.faqsForm .small-slider .carousel-caption,
.artigo .content-small-slider .main-slider .carousel-caption {
  top: 0%;
  bottom: auto !important;
  display: flex !important;
  align-content: center;
  align-items: center;
}

.vagas .content-small-slider img,
.premios .content-small-slider img,
.informacao_financeira .content-small-slider img {
  opacity: 0;
}

.vagas .content-small-slider,
.premios .content-small-slider,
.informacao_financeira .content-small-slider {
  background-color: var(--dark-silver);
}

.main-slider .carousel-caption h1 {
  font-size: 6vw !important;
}

.main-slider .cta {
  padding: 15px 5%;
}

.small-slider .carousel-caption {
  top: 15%;
}

.content-slider .carousel,
.content-slider .carousel-inner,
.content-slider .carousel-item {
  height: 100%;
}
.content-slider .carousel-caption {
  position: relative;
  right: auto;
  left: auto;
  margin: auto;
}
.content-slider .carousel-item.active {
  display: flex;
  align-content: center;
  align-items: center;
}

.content-slider .carousel-caption {
  width: 50vw;
  text-align: left;
}

.search-input {
  width: 100%;
  background: transparent;
  border: 0;
  border-bottom: 2px solid #fff !important;
  color: #fff;
  opacity: 1;
  background: url("/assets/img/icons/Search.svg");
  background-position: 98% center;
  background-repeat: no-repeat;
  font-size: 24px;
  background-size: 24px;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border: none;
  box-shadow: 0;
  outline: 0 none;
}

input::-webkit-input-placeholder,
input::placeholder {
  opacity: 1;
  /* Change the opacity to 1 (fully opaque) */
}
/*SLIDERS*/

/*NOTICE*/
.blue-notice,
.red-notice {
  border-radius: 30px;
  position: relative;
  width: 100%;
  margin: auto;
}

.blue-notice .arrow-cta {
  margin-left: 15px;
}

.red-notice {
  border-radius: 30px;
  position: relative;
  color: var(--fff);
}

.red-notice .arrow-cta {
  margin-left: 15px;
}

.close-notice {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}

.hidden {
  display: none;
}
/*NOTICE*/

/*GRID*/
/*DICAS*/
.dicas-grid .container {
  display: flex;
  flex-direction: column;
}

.dicas-grid .row {
  display: flex;
  flex-wrap: wrap;
}

.dicas-grid .big,
.dicas-grid .small {
  padding: 0;
  display: flex;
  flex-direction: column;
}

.dicas-grid .content {
  flex: 1;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 300px;
}

.dicas-grid .image {
  flex: 1;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 100%;
}

.dicas-grid .image,
.dicas-grid .content {
  border-radius: 25px;
}

.dicas-grid div.featured {
  height: 80vh;
}
.dicas-grid div.featured .big {
  padding-right: 25px;
}

.dicas-grid div.featured .small div.row:nth-of-type(1) {
  padding-bottom: 12.5px;
}

.dicas-grid div.featured .small div.row:nth-of-type(2) {
  padding-top: 12.5px;
}

.dicas-grid div.unfeatured {
  height: 30vh;
  padding-top: 25px;
}

.dicas-grid div.unfeatured .big {
  padding-right: 25px;
}

.dicas-grid div.featured .big,
.dicas-grid div.unfeatured .small {
  height: 100%;
}
.dicas-grid div.featured .small .row {
  height: 50%;
}
.dicas-grid div.unfeatured .small .row {
  height: 100%;
}

.dicas-grid h4 {
  position: absolute;
  bottom: 5%;
  width: 85%;
}

.dicas-grid .grid-inner {
  border-radius: 40px;
  padding: 5%;
  position: relative;
  min-height: 100%;
  cursor: pointer;
}

.tips .shadow-card img {
  width: 100%;
}

.tips .col-12 {
  margin-bottom: 50px;
}

/*TWO ROWS*/
.grid-two-rows-three-cols .grid-inner {
  border-radius: 40px;
  position: relative;
  min-height: 400px;
  margin-bottom: 50px;
}

.two-rows-three-cols-quick-links .col-12,
.faqs .col-12 {
  margin-bottom: 50px;
}

.four-columns-icons .col-12 {
  margin-bottom: 50px;
}

.grid-two-rows-three-cols h4 {
  position: absolute;
  bottom: 5%;
  width: calc((100% - 6rem));
}

.one-row-two-cols-w-card h4 {
  position: relative;
  top: 85%;
}

.one-row-two-cols-w-card-reverse h4 {
  position: relative;
  top: 85%;
}

.grid-two-rows-three-cols .poupanca .icon-3d,
.grid-two-rows-three-cols .fixa .icon-3d,
.grid-two-rows-three-cols .credito .icon-3d {
  position: absolute;
  top: -8%;
  right: 15%;
  max-width: 20vw;
}

.grid-two-rows-three-cols .ccredito .icon-3d {
  max-width: 20vw;
}

.grid-two-rows-three-cols .sustentabilidade {
  background-image: url("/assets/img/homepage/sustentabilidade.png");
  background-size: cover;
}

.grid-two-rows-three-cols .patinhas {
  background-image: url("/assets/img/homepage/patinhas.png");
  background-size: cover;
}

/*ONE ROW*/
.four-columns-icons .shadow-card {
  border-radius: 10px;
  height: 15vh;
  display: flex;
  align-content: center;
  align-items: center;
  align-self: center;
  width: 60%;
}
.grid-one-row-three-cols .grid-inner {
  border-radius: 40px;
  position: relative;
  min-height: 400px;
  margin-bottom: 50px;
}

.grid-one-row-three-cols h4 {
  position: absolute;
  bottom: 5%;
  width: calc((100% - 6rem));
}

.grid-one-row-three-cols .chabitacao {
  background-image: url("/assets/img/homepage/chabitacao.png");
  background-size: cover;
}

.grid-one-row-three-cols .cpessoal {
  background-image: url("/assets/img/homepage/cpessoal.png");
  background-size: cover;
}
/*GRID*/

/*ACCORDIONS*/
.accordion-links .row:not(.modal.fade .row) {
  padding: 35px 50px;
  border-radius: 25px;
  border: 1px solid var(--dark-silver);
  cursor: pointer;
}

.schedules .row.border {
  padding: 35px 50px;
  border-radius: 25px;
  border: 1px solid var(--dark-silver) !important;
}

.schedules .border {
  cursor: pointer;
}

.informacao_financeira .accordion-button {
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
  padding: 50px 25px;
}

.informacao_financeira .accordion-item {
  border: none !important;
  border-bottom: 1px solid black !important;
}

.informacao_financeira .accordion-item:last-of-type .accordion-button.collapsed,
.accordion-item:last-of-type {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.accordion-item img {
  cursor: pointer;
}

.accordion-button:focus-visible,
.accordion-button:focus {
  box-shadow: none;
  border-color: rgba(0, 0, 0, 0.125);
}
/*ACCORDIONS*/

/*FAQS*/
.faqs {
  background-image: url("/assets/img/ch/ch_home_dark.png");
  background-color: var(--black);
  background-repeat: no-repeat;
  background-position: right center;
}
/*FAQS*/

/*CARDS*/
.card {
  border-radius: 40px;
}

.shadow-card {
  box-shadow: 4px 6px 6px 0px rgba(40, 38, 44, 0.19);
  border-radius: 40px;
  position: relative;
}

.shadow-card .float-right.icon-card {
  position: absolute;
  width: 50%;
  right: 20%;
}

/* .one-row-two-cols-w-negative-card-right .shadow-card {
  position: fixed;
  top: 20vh;
  right: 3%;
  width: 25vw;
  z-index: 1;
} */

.ch .one-row-two-cols-w-card .shadow-card {
  background-color: var(--red);
  background-repeat: no-repeat;
  background-position: right center;
}

.conta_bctt .one-row-two-cols-w-card-reverse .shadow-card {
  background-image: url("/assets/img/ch/ch_home_red.png");
  background-repeat: no-repeat;
  background-position: right 10%;
  background-size: 70%;
  padding: 3rem 2rem !important;
}

.card-bordered {
  border-radius: 40px;
  border: 1px solid #000;
}

.card-bordered-green {
  border-radius: 40px;
  border: 1px solid var(--green);
}

.card-with-image-image {
  background-image: url("/assets/img/ch/trans_credito.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 60vh;
}
.card-with-image-image-2 {
  background-image: url("/assets/img/ch/trans_credito.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 60vh;
}

.card-with-image-2 .card-with-image-2__box {
  width: 100%;
  height: 100%;
  border-radius: 6px;
  padding: 14px;
  box-sizing: border-box;
}

.card-with-image-2 .card-with-image-2__box--before {
  background: #f8f8f6;
  border: 1px solid #8e8e8e;
  color: #1f1f1f;
}

.card-with-image-2 .card-with-image-2__box--after {
  background: #67d1c8;
  border: 1px solid #67d1c8;
  color: #ffffff;
}

.card-with-image-2 .card-with-image-2__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}

.card-with-image-2 .card-with-image-2__title {
  font-size: 16px;
  line-height: 1.3;
  font-weight: 700;
  margin-bottom: 14px;
}

.card-with-image-2 .card-with-image-2__box--after .card-with-image-2__title {
  margin-bottom: 0;
}

.card-with-image-2 .card-with-image-2__discount {
  font-size: 16px;
  line-height: 1.3;
  font-weight: 400;
  white-space: nowrap;
}

.card-with-image-2 .card-with-image-2__items-row {
  margin-top: 10px;
}

.card-with-image-2 .card-with-image-2__item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 10px;
  width: 100%;
  min-height: 58px;
}

.card-with-image-2 .card-with-image-2__icon {
  width: 24px;
  height: 24px;
  display: block;
  color: currentColor;
  flex: 0 0 auto;
}

.card-with-image-2 .card-with-image-2__item-text {
  font-size: 16px;
  line-height: 1.2;
  font-weight: 400;
  color: inherit;
  min-height: 19px;
}

.card-with-image-2 .card-with-image-2__item-text--ghost {
  visibility: hidden;
}

.card-with-image-2 .card-with-image-2__footer {
  margin-top: 12px;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 500;
}

@media (max-width: 767.98px) {
  .card-with-image-2 .card-with-image-2__box {
    padding: 12px;
  }

  .card-with-image-2 .card-with-image-2__title,
  .card-with-image-2 .card-with-image-2__discount,
  .card-with-image-2 .card-with-image-2__item-text,
  .card-with-image-2 .card-with-image-2__footer {
    font-size: 16px;
  }

  .card-with-image-2 .card-with-image-2__icon {
    width: 22px;
    height: 22px;
  }
}

/*CARDS*/

/*FOOTER*/
.download-app-footer {
  position: relative;
  bottom: 0;
}

.footer-menu {
  list-style-type: none;
}

.footer-menu li {
  line-height: 40px;
}

footer a {
  text-decoration: none;
  color: #000;
}
/*FOOTER*/

/*CHAT*/
.chat {
  position: fixed;
  right: 0;
  top: 40vh;
  background: var(--white);
  padding: 20px;
  padding-right: 0;
  border-radius: 20px;
  width: 25vw;
  z-index: 99;
  display: none;
}

.cta-help {
  position: absolute;
  right: 0;
  top: 25%;
  cursor: pointer;
}
/*CHAT*/

/*NOTES*/
.notes .container {
  padding-top: 7%;
  padding-bottom: 7%;
}
.notes-tables .container {
  padding-top: 7%;
  padding-bottom: 7%;
}
/*NOTES*/

/*TABS*/
.tabs .nav-pills .active a {
  color: var(--red);
  border-bottom: 2px solid var(--red);
}

.tabs a {
  color: var(--dark-silver);
}

.tabs li {
  padding-right: 25px;
  padding-bottom: 10px;
}
/*TABS*/

/*MARKER*/
progress {
  /* Positioning */
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999999;
  /* Dimensions */
  width: 100%;
  height: 0.25em;

  /* Reset the apperance */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;

  /* Get rid of the default border in Firefox/Opera. */
  border: none;

  /* For Firefox/IE10+ */
  background-color: transparent;

  /* For IE10+, color of the progress bar */
  color: var(--red);
}

progress::-webkit-progress-bar {
  background-color: transparent;
}

.flat::-webkit-progress-value {
  background-color: var(--red);
}

.flat::-moz-progress-bar {
  background-color: var(--red);
}

.single::-webkit-progress-value {
  background-color: transparent;
  background-image: -webkit-linear-gradient(left, transparent, var(--red));
}

.single::-moz-progress-bar {
  background-color: transparent;
  background-image: -moz-linear-gradient(left, transparent, var(--red));
}

.multiple::-webkit-progress-value {
  background-image: -webkit-linear-gradient(
      -45deg,
      transparent 33%,
      rgba(0, 0, 0, 0.1) 33%,
      rgba(0, 0, 0, 0.1) 66%,
      transparent 66%
    ),
    -webkit-linear-gradient(left, green, var(--red));
}

.multiple::-moz-progress-bar {
  background-image: -moz-linear-gradient(
      -45deg,
      transparent 33%,
      rgba(0, 0, 0, 0.1) 33%,
      rgba(0, 0, 0, 0.1) 66%,
      transparent 66%
    ),
    -moz-linear-gradient(left, green, var(--red));
}

.progress-container {
  width: 100%;
  background-color: transparent;
  position: fixed;
  top: 0;
  left: 0;
  height: 0.25em;
  display: block;
}

.progress-bar {
  background-color: var(--red);
  width: 50%;
  display: block;
  height: inherit;
}
/*MARKER*/

/*FORM*/
form input {
  padding: 15px;
  border-radius: 25px;
  border: 1px solid #000 !important;
  width: 100%;
  margin-top: 25px;
  background-color: transparent;
}

form input[type="checkbox"] {
  float: left;
  width: 50px;
  margin-top: 6px;
}

form label {
  width: calc(100% - 50px);
}
/*FORM*/

/*CC*/
/* #simulation {
  position: absolute;
  bottom: 0;
  right: 20vw;
  background: #fff;
  width: 27vw;
  text-align: center;
  padding: 10px;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  color: red;
} */

#simulation {
  position: absolute;
  top: 10%;
  right: 7vw;
  background: var(--white);
  width: 40vw;
  text-align: center;
  padding: 10px;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  color: var(--red);
  height: 90%;
}

#simulationButton {
  position: absolute;
  bottom: 0;
  right: 7vw;
  background: var(--white);
  width: 40vw;
  text-align: center;
  padding: 10px;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  color: var(--red);
  height: 10%;
  z-index: 999;
}
/*CC*/

/*CAN*/
input.search-input::placeholder {
  opacity: 1 !important;
  color: var(--white);
}
.four-cards-in-line h4 {
  position: relative !important;
  top: 85% !important;
}
.fixed-bottom a {
  padding: 10px 30px;
}

.fixed-bottom {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: var(--dark-silver);
  color: var(--white);
  text-align: center;
  z-index: 1000;
}

.pointer {
  cursor: pointer;
}

#fixed-menu {
  background-color: var(--white);
  z-index: 9999;
  width: 100%;
  padding: 0 25px;
  margin-left: auto;
  margin-right: auto;
}

.text-left {
  text-align: left;
}

.header li.flex-fill,
.fixed {
  padding: 0px 10px;
}
.cta-default.black:hover {
  background: var(--red) !important;
  color: var(--white) !important;
  border-color: transparent !important;
}

a.cta.cta-fill-red:hover {
  background: var(--white) !important;
  color: var(--red) !important;
  border-color: var(--red) !important;
}

a.cta.cta-fill-white:hover {
  background: var(--red) !important;
  color: var(--white) !important;
  border: none !important;
}

ul.menu a:hover,
footer a:hover,
.topbar a:hover {
  color: var(--red) !important;
}

.faqs-page #selector select option {
  color: #333;
  position: relative;
  top: 5px;
}

.faqs-page #selector {
  width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
}

.faqs-page select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
}

.faqs-page select.input-lg {
  background: transparent !important;
  height: 50px !important;
  line-height: 25px !important;
  background: transparent !important;
  border: none !important;
  border-bottom: 1px solid var(--black) !important;
  border-radius: 0 !important;
}

.faqs-page .form-control:focus {
  border-bottom: 1px solid var(--black) !important;
  background-color: transparent !important;
  border-color: var(--black) !important;
  outline: 0;
  box-shadow: none !important;
}

.faqs-page #selector {
  position: relative;
  display: inline-block;
}

.faqs-page #selector .dropdown-container {
  position: relative;
  display: inline-block;
}

.faqs-page #selector .form-control {
  padding-right: 30px;
  border-bottom-right-radius: 0;
}

.faqs-page #selector .arrow-icon {
  position: absolute;
  top: 0;
  right: 0;
  margin: 15px;
  pointer-events: none;
}

.faqs-page .container-sub-categorias {
  padding-left: 25%;
}

.faqs-page .container-sub-categorias a {
  color: var(--black);
}
.modal.fade {
  z-index: 4;
}

.modal-dialog {
  width: 70%;
  max-width: 70%;
}

button.close {
  position: absolute;
  right: 0;
  margin-right: 1rem;
  background: transparent;
  border: none;
}

button span.closeX {
  font-size: 3vh !important;
}
.menu-ca .submenu {
  width: 60vw;
  z-index: 3;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  padding-top: 8vh;
  position: absolute;
  /* transform: translate(-50%, -0%); */
  background: #fff;
  padding-bottom: 4vh;
  left: auto;
  right: auto;
}
.submenu-content a {
  display: inline-block;
  width: 100%;
}
.br-40 {
  border-radius: 40px;
}
.menu-ca .submenu .activeItem {
  color: var(--red) !important;
}

.menu-ca .submenu-item img {
  margin-left: 15px;
  margin-bottom: 5px;
}

.menu-ca .sub-menu-ul {
  list-style: none;
  padding: 0;
}

.menu-ca ul.sub-menu-ul li {
  float: none !important;
  display: flex;
}

.menu-ca .sub-menu-ul li a {
  padding-bottom: 10px;
  color: #000;
}

.menu-ca .sub-menu-img-wrapper {
  height: 20vh;
  width: 20vh;
}

.menu-ca .submenu-content a {
  color: #000 !important;
  text-align: left !important;
  padding-bottom: 1rem;
}

.menu-ca .submenu-content a:hover {
  color: var(--red) !important;
}

.close {
  display: block;
}

.open {
  display: none;
}

.header .cta-header,
.logo {
  z-index: 4;
  position: relative;
}

.dropdown-toggle::after {
  content: none !important;
}

.nav-link {
  padding: 0;
}

#selector .form-control {
  cursor: pointer;
}
/*CAN*/

/*MOBILE*/
/*X-Small devices (portrait phones, less than 576px)
/*No media query for `xs` since this is the default in Bootstrap

/*XXX-Large devices (larger desktops, 1400px and down)*/
@media (max-width: 1600px) {
  .main-slider.main-slider .carousel-caption {
    bottom: 30%;
    text-align: left;
    left: 0 !important;
    top: 0;
    width: 100%;
    bottom: auto;
    height: 100%;
    right: auto;
  }

  .main-slider.main-slider .carousel-caption {
    top: 10vh !important;
    height: calc(100% - 10vh);
  }

  .main-slider .carousel-caption h1 {
    font-size: 5vw !important;
  }

  h2 {
    font-size: 60px;
  }

  h3 {
    font-size: 50px;
  }

  h4 {
    font-size: 30px;
  }

  h4.titles-2 {
    font-size: 35px;
  }

  .grid-two-rows-three-cols .poupanca .icon-3d,
  .grid-two-rows-three-cols .fixa .icon-3d,
  .grid-two-rows-three-cols .credito .icon-3d {
    max-width: 14vw;
    top: 0;
  }

  .grid-two-rows-three-cols .ccredito .icon-3d {
    max-width: 14vw;
  }

  .spacer-50 {
    height: 30px;
  }

  .spacer-75 {
    height: 50px;
  }

  .spacer-100 {
    height: 75px;
  }

  .spacer-150 {
    height: 100px;
  }
}

/*XX-Large devices (larger desktops, 1400px and down)*/
@media (max-width: 1500px) {
}

.hideDesktop {
  display: none;
}

.hideMobile {
  display: inline;
}

/*X-Large devices (large desktops, 1200px and down)*/
@media (max-width: 1199px) {
  .hideDesktop {
    display: inline;
  }

  .hideMobile {
    display: none;
  }
  p,
  .cta {
    font-size: 20px !important;
  }

  p.body-text-1 {
    font-size: 24px !important;
  }

  h2 {
    font-size: 60px;
  }

  .alert-blue p,
  .alert-red p {
    font-size: 20px !important;
  }

  .menu-helper ul {
    flex-wrap: wrap;
  }

  .menu-helper ul li {
    float: none;
    margin: auto;
    flex: 33% !important;
    padding: 10px;
  }

  footer .col-12 {
    margin-bottom: 50px;
  }

  .main-slider.main-slider .carousel-caption {
    top: 2vh !important;
    height: calc(100% - 2vh);
  }

  .close {
    display: none;
  }

  .open {
    display: block;
    position: absolute;
    transform: none;
    margin-top: 10vh !important;
    background: #fff;
    width: 100vw;
    left: 0;
    height: auto;
    z-index: 3;
    box-shadow: 0px 6px 6px -5px rgba(40, 38, 44, 0.19);
    border-top: 1px solid #000;
    padding: 0;
  }

  header .menu li a {
    text-align: left;
  }

  header .menu .cta {
    text-align: center;
  }

  header .open .menu {
    display: inline-block !important;
    padding-top: 2vh;
    padding-bottom: 2vh;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .menu-ca .submenu a {
    font-size: 14px !important;
  }

  .header .open li.flex-fill,
  .fixed {
    width: 100%;
    padding: 10px;
  }

  .header .open .cta-header {
    width: 50% !important;
    float: left;
    margin-top: 2vh;
    margin-bottom: 2vh;
  }

    header, .header.container-fluid.menu-ca {
    max-width: 100% !important;
    width: 100%;
    padding-right: 0px !important;
    padding-left: 0px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  header .col-xl-2 {
    padding-left: 5%;
  }
  header .col-xl-10 {
    padding-right: 5%;
  }

  .menu-ca .submenu {
    position: absolute;
    top: 0;
    z-index: 999;
    transform: none;
    padding-top: 0;
    width: 100%;
    border-top: 1px solid #000 !important;
    border-radius: 0;
    padding-top: 25px;
  }

  .accordion-links img {
    right: -25px;
  }

  #fixed-menu-ctas li a {
    width: 90%;
    font-size: 14px !important;
  }

  footer {
    margin-bottom: 75px;
  }
}

/*Large devices (desktops, 992px and down)*/
@media (max-width: 992px) {
  .main-slider .cta {
    padding: 10px 15%;
  }

  .main-slider .carousel-indicators {
    bottom: 2%;
  }

  .main-slider {
    margin-bottom: 5vh;
  }

  .container,
  .container-fluid {
    max-width: 95% !important;
    width: 95%;
    padding-right: 15px !important;
    padding-left: 15px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .grid-two-rows-three-cols .poupanca .icon-3d,
  .grid-two-rows-three-cols .fixa .icon-3d,
  .grid-two-rows-three-cols .credito .icon-3d {
    top: 8%;
  }

  h4 {
    font-size: 24px;
  }

  .grid-two-rows-three-cols .grid-inner,
  .grid-one-row-three-cols .grid-inner {
    min-height: 300px;
  }

  .four-rows-unordered-row.mt-5.mb-5 .col-2 {
    padding: 0;
  }

  .negative-right-5 {
    right: 0;
  }

  .two-rows-two-cols-checks .col-1,
  .one-row-simple-checks .col-1 {
    padding: 0;
  }

  .dicas-grid div.featured .big,
  .dicas-grid div.unfeatured .big {
    padding-right: 0;
  }

  .dicas-grid div.featured .big,
  .dicas-grid div.unfeatured .small {
    height: auto;
  }

  .dicas-grid div.featured,
  .dicas-grid div.unfeatured {
    height: auto;
  }

  .dicas-grid div.featured .small div.row:nth-of-type(1),
  .dicas-grid div.featured .small div.row:nth-of-type(2),
  .dicas-grid div.unfeatured {
    padding-top: 0;
    padding-bottom: 0;
  }

  .dicas-grid .min-mobile {
    min-height: 30vh;
    margin-bottom: 50px;
  }

  .faqs-page .container-sub-categorias {
    padding-left: 0;
  }

  .content-slider .carousel-caption {
    width: 80vw;
    text-align: left;
  }

  .main-slider .carousel-caption h1 {
    font-size: 50px !important;
  }

  .carousel-indicators {
    margin-right: 5%;
    margin-left: 5%;
  }

  .four-steps-green-icon .mr-5 {
    margin-right: 0 !important;
    margin: auto;
  }

  .two-rows-two-cols-checks {
    margin-left: 5%;
  }

  .schedules img.float-right {
    display: none;
  }
}

/*Medium devices (tablets, 768px and down)*/
@media (max-width: 768px) {
  h2 {
    font-size: 45px;
  }

  h3 {
    font-size: 40px;
  }

  .one-row-two-cols-w-card .shadow-card {
    margin-right: auto;
  }

  .grid-two-rows-three-cols .poupanca .icon-3d,
  .grid-two-rows-three-cols .fixa .icon-3d,
  .grid-two-rows-three-cols .credito .icon-3d {
    max-width: 25vw;
    top: 0;
  }

  .grid-two-rows-three-cols .ccredito .icon-3d {
    max-width: 25vw;
  }

  .menu-helper img {
    display: none;
  }

  .main-slider.main-slider .carousel-caption {
    top: 20vh !important;
    height: calc(100% - 20vh);
  }

  .form .p-7,
  .faqs-form .p-7 {
    padding: 2rem !important;
  }

  .header .open li.flex-fill,
  .fixed {
    width: 100% !important;
  }

  .header .open .cta-header {
    margin-top: 0;
    margin-bottom: 0;
  }
}

/*Small devices (landscape phones, 576px and down)*/
@media (max-width: 576px) {
  .header.container-fluid {
    width: 100%;
    margin: 0;
  }

  .menu-helper ul {
    flex-wrap: wrap;
  }

  .menu-helper ul li {
    flex: 33.3% !important;
  }

  .menu-helper ul li a {
    font-size: 16.67px !important;
  }

  .main-slider.main-slider .carousel-caption {
    top: 10vh !important;
    height: calc(100% - 10vh);
  }

  .main-slider .carousel-caption h1 {
    font-size: 40px !important;
  }
}

/*Small devices (landscape phones, 576px and down)*/
@media (max-width: 400px) {
  #fixed-menu-ctas li,
  #fixed-menu-ctas li a {
    width: 100% !important;
    margin-bottom: 10px;
  }

  #fixed-menu-ctas li a {
    float: none;
    width: 80% !important;
  }

  #fixed-menu-ctas ul {
    display: block !important;
  }

  #fixed-menu-ctas {
    max-height: 140px;
  }

  footer {
    margin-bottom: 140px;
  }
}

.navbar-toggler {
  float: right;
  height: 100%;
  border: none;
  text-align: right;
}

.navbar-toggler:focus-visible,
.navbar-toggler:focus {
  box-shadow: none;
  border-color: rgba(0, 0, 0, 0.125);
}

.navbar-toggler-icon {
  display: inline-block;
  width: 2em;
  height: 2em;
}

.navbar-collapse.show {
  height: 100%;
  position: absolute;
  top: 90px;
  width: 100%;
  left: 0;
  background: #fff;
  z-index: 2;
  display: flex;
}
/*MOBILE*/

/*AJUSTES PÁGINA A PÁGINA ACESSIBILIDADE*/
.card-bordered.bg-light-green .body-text-4.red {
  font-size: 24px !important;
}

.skip {
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
  color: #000;
  z-index: 999999;
}

#main {
  visibility: hidden;
}
/*AJUSTES PÁGINA A PÁGINA ACESSIBILIDADE*/