/*Geral*/
.card-description-left {
  color: #fff;
  padding: 0 24px;
  font-size: 16px;
  line-height: 24px;
  z-index: 2;
  cursor: pointer;
}

.card-description-left label {
  cursor: pointer;
}

.card-description {
  color: #fff;
  padding: 0 16px;
  font-size: 14px;
  line-height: 22px;
  z-index: 2;
  cursor: pointer;
}

.card-description label {
  cursor: pointer;
}

.card-title {
  z-index: 2;
  cursor: pointer;
  display: none;
}

.card-title label {
  cursor: pointer;
  font-weight: bold;
}

.header-divider {
  border-bottom: #fff solid 1px;
  width: 180px;
  margin-top: 8px;
  z-index: 2;
  display: none;
}

.vc-mais-confiante-body .vc-mais-confiante-cards {  
  padding: 0 0 24px;
}

.vc-mais-confiante-body .vc-mais-confiante-cards .card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 1) 0%);
  opacity: .5;
  transition: opacity .5s ease;
  z-index: 1;
  cursor: pointer;
}

.vc-mais-confiante-body .vc-mais-confiante-cards .card:hover::before {
  opacity: .8;
}

.vc-mais-confiante-body .vc-mais-confiante-cards .card {
  opacity: 1;
  position: relative;
}

/* HOME */

/*você mais confiante HOME*/
.vc-mais-confiante-cards.grid-home {
  grid-template-areas:
    "card-facil-investir card-perfil-investidor card-especialistas-investimentos card-dizem-especialistas"
    "card-facil-investir card-carteira-investimentos card-olhar-especialista card-dizem-especialistas"
    "card-facil-investir card-diversificacao card-olhar-especialista card-glossario-economia";
}

/*Fácil Investir pelo APP*/
.card-facil-investir.grid-home {
  height: 558px;
  width: 461px;
  border-radius: 8px 0 0 8px;
  grid-area: card-facil-investir;
  grid-row: card-facil-investir;
  background-image: url('/assets/classic/img/portal-investimento/card-facil-investir-home.jpg');
  background-repeat: no-repeat;
}

/*Análise de Perfil do Investidor*/
.card-perfil-investidor.grid-home {
  height: 170px;
  width: 170px;
  grid-area: card-perfil-investidor;
  background-image: url('/assets/classic/img/portal-investimento/card-perfil-investidor-home.jpg');
  background-repeat: no-repeat;
}

.card-perfil-investidor.grid-home .card-title {
  width: 100%;
}

.card-perfil-investidor.grid-home .header-divider {
  width: 115px;
}

/*Especialistas de Investimentos*/
.card-especialistas-investimentos.grid-home {
  height: 170px;
  width: 267px;
  grid-area: card-especialistas-investimentos;
  background-image: url('/assets/classic/img/portal-investimento/card-especialistas-investimentos-home.jpg');
  background-repeat: no-repeat;
}

/*Glossário Econômia em Dia*/
.card-glossario-economia.grid-home {
  height: 170px;
  width: 267px;
  border-radius: 0 0 8px 0;
  grid-area: card-glossario-economia;
  background-image: url('/assets/classic/img/portal-investimento/card-glossario-economia-home.jpg');
  background-repeat: no-repeat;
}

/*Carteira Recomendada de Investimentos*/
.card-carteira-investimentos.grid-home {
  height: 170px;
  width: 170px;
  grid-area: card-carteira-investimentos;
  background-image: url('/assets/classic/img/portal-investimento/card-carteira-investimentos-home.jpg');
  background-repeat: no-repeat;
  padding-bottom: 10px;
}

.card-carteira-investimentos.grid-home .header-divider {
  width: 130px;
}

.card-carteira-investimentos.grid-home .card-description {
  width: 100%;
}

.vc-mais-confiante-body .vc-mais-confiante-cards .card.card-carteira-investimentos.grid-home {
  padding-bottom: 15px;
}

.vc-mais-confiante-body .vc-mais-confiante-cards .card.card-carteira-investimentos.grid-home .card-title {
  margin-bottom: 10px;
}

/*Olhar de Especialista*/
.card-olhar-especialista.grid-home {
  height: 364px;
  width: 267px;
  grid-area: card-olhar-especialista;
  grid-row: card-olhar-especialista;
  background-image: url('/assets/classic/img/portal-investimento/card-olhar-especialista-home.jpg');
  background-repeat: no-repeat;
}

/*O Que Dizem Nossos Especialistas*/
.card-dizem-especialistas.grid-home {
  height: 364px;
  width: 267px;
  border-radius: 0 8px 0 0;
  grid-area: card-dizem-especialistas;
  grid-row: card-dizem-especialistas;
  background-image: url('/assets/classic/img/portal-investimento/card-dizem-especialistas-home.jpg');
  background-repeat: no-repeat;
}

/*Diversificação*/
.card-diversificacao.grid-home {
  height: 170px;
  width: 170px;
  grid-area: card-diversificacao;
  background-image: url('/assets/classic/img/portal-investimento/card-diversificacao-home.jpg');
  background-repeat: no-repeat;
}

.card-diversificacao.grid-home .header-divider {
  width: 115px;
}

.card-diversificacao.grid-home .card-description {
  padding-right: 28px;
}

/* HOME */

/* RENDA FIXA */

/*você mais confiante RENDA-FIXA*/
.vc-mais-confiante-cards.grid-renda-fixa {
  grid-template-areas:
    "card-dentro-renda-fixa card-diversificacao card-facil-investir"
    "card-dentro-renda-fixa card-momento-investidor card-cdb-bradesco"
    "card-dentro-renda-fixa card-glossario card-cdb-bradesco";
}

/*Por dentro da renda fixa*/
.card-dentro-renda-fixa.grid-renda-fixa {
  height: 558px;
  width: 461px;
  border-radius: 8px 0 0 8px;
  grid-area: card-dentro-renda-fixa;
  grid-row: card-dentro-renda-fixa;
  background-image: url('/assets/classic/img/portal-investimento/card-dentro-renda-fixa.jpg');
  background-repeat: no-repeat;
}

/*CDB Bradesco*/
.card-cdb-bradesco.grid-renda-fixa {
  height: 364px;
  width: 267px;
  border-radius: 0 0 8px 0;
  grid-area: card-cdb-bradesco;
  grid-row: card-cdb-bradesco;
  background-image: url('/assets/classic/img/portal-investimento/card-cdb-bradesco-renda-fixa.jpg');
  background-repeat: no-repeat;
}

/*Fácil Investir pelo APP*/
.card-facil-investir.grid-renda-fixa {
  height: 170px;
  width: 267px;
  border-radius: 0 8px 0 0;
  grid-area: card-facil-investir;
  background-image: url('/assets/classic/img/portal-investimento/card-facil-investir-renda-fixa.jpg');
  background-repeat: no-repeat;
}

/*Momento Investidor*/
.card-momento-investidor.grid-renda-fixa {
  height: 170px;
  width: 170px;
  grid-area: card-momento-investidor;
  background-image: url('/assets/classic/img/portal-investimento/card-momento-investidor-renda-fixa.jpg');
  background-repeat: no-repeat;
  padding-bottom: 10px;
}

.card-momento-investidor.grid-renda-fixa .card-description {
  width: 110%;
}

.card-momento-investidor.grid-renda-fixa .header-divider {
  width: 95px;
}

.vc-mais-confiante-body .vc-mais-confiante-cards .card.card-momento-investidor.grid-renda-fixa {
  padding-bottom: 10px;
}

/*Glossário*/
.card-glossario.grid-renda-fixa {
  height: 170px;
  width: 170px;
  grid-area: card-glossario;
  background-image: url('/assets/classic/img/portal-investimento/card-glossario-renda-fixa.jpg');
  background-repeat: no-repeat;
}

.vc-mais-confiante-body .card-glossario.grid-renda-fixa .card-description {
  width: 102%;
}

/*Diversificação*/
.card-diversificacao.grid-renda-fixa {
  height: 170px;
  width: 170px;
  grid-area: card-diversificacao;
  background-image: url('/assets/classic/img/portal-investimento/card-diversificacao-renda-fixa.jpg');
  background-repeat: no-repeat;
}

.card-diversificacao.grid-renda-fixa .header-divider {
  width: 115px;
}

.card-diversificacao.grid-renda-fixa .card-description {
  padding-right: 28px;
}

/* RENDA FIXA */

/* ÁGORA INVESTIMENTOS */

/*você mais confiante ÁGORA*/
.vc-mais-confiante-cards.grid-agora {
  grid-template-areas:
    "card-coe card-morning-call card-banco-corretora"
    "card-coe card-fechamento-mercado card-graficos-radar"
    "card-coe card-agora-academy card-graficos-radar";
}

/*COE*/
.card-coe.grid-agora {
  height: 558px;
  width: 461px;
  border-radius: 8px 0 0 8px;
  grid-area: card-coe;
  grid-row: card-coe;
  background-image: url('/assets/classic/img/portal-investimento/card-coe-agora.jpg');
  background-repeat: no-repeat;
}

.card-coe.grid-agora .header-divider {
  width: 35px;
}

/*Morning Call*/
.card-morning-call.grid-agora {
  height: 170px;
  width: 170px;
  grid-area: card-morning-call;
  background-image: url('/assets/classic/img/portal-investimento/card-morning-call-agora.jpg');
  background-repeat: no-repeat;
}

.card-morning-call.grid-agora .header-divider {
  width: 100px;
}

/*Fechamento de Mercado*/
.card-fechamento-mercado.grid-agora {
  height: 170px;
  width: 170px;
  grid-area: card-fechamento-mercado;
  background-image: url('/assets/classic/img/portal-investimento/card-fechamento-mercado-agora.jpg');
  background-repeat: no-repeat;
  padding-bottom: 10px;
}

.card-fechamento-mercado.grid-agora .header-divider {
  width: 100px;
}

.vc-mais-confiante-body .vc-mais-confiante-cards .card.card-fechamento-mercado.grid-agora {
  padding-bottom: 15px;
}

/*Ágora Academy*/
.card-agora-academy.grid-agora {
  height: 170px;
  width: 170px;
  grid-area: card-agora-academy;
  background-image: url('/assets/classic/img/portal-investimento/card-agora-academy-agora.jpg');
  background-repeat: no-repeat;
}

.card-agora-academy.grid-agora .header-divider {
  width: 120px;
}

/*Banco e Corretora em um só lugar*/
.card-banco-corretora.grid-agora {
  height: 170px;
  width: 267px;
  border-radius: 0 8px 0 0;
  grid-area: card-banco-corretora;
  background-image: url('/assets/classic/img/portal-investimento/card-banco-corretora-agora.jpg');
  background-repeat: no-repeat;
}

.card-banco-corretora.grid-agora .header-divider {
  width: 120px;
}

/*Gráficos no Radar*/
.card-graficos-radar.grid-agora {
  height: 364px;
  width: 267px;
  border-radius: 0 0 8px 0;
  grid-area: card-graficos-radar;
  grid-row: card-graficos-radar;
  background-image: url('/assets/classic/img/portal-investimento/card-graficos-radar-agora.jpg');
  background-repeat: no-repeat;
}

.card-graficos-radar.grid-agora .header-divider {
  width: 140px;
}

/* AGORA INVESTIMENTOS */

/* FUNDOS DE INVESTIMENTOS */

/*você mais confiante FUNDOS*/
.vc-mais-confiante-cards.grid-fundos {
  grid-template-areas:
    "card-fundos-investimentos card-fundo-destaque card-facil-investir"
    "card-fundos-investimentos card-momento-investidor card-bradesco-asset"
    "card-fundos-investimentos card-glossario card-bradesco-asset";
}

/*Fundos de Investimentos*/
.card-fundos-investimentos.grid-fundos {
  height: 558px;
  width: 461px;
  border-radius: 8px 0 0 8px;
  grid-area: card-fundos-investimentos;
  grid-row: card-fundos-investimentos;
  background-image: url('/assets/classic/img/portal-investimento/card-fundos-investimentos-fundos.jpg');
  background-repeat: no-repeat;
}

/*Fundo de Destaque*/
.card-fundo-destaque.grid-fundos {
  height: 170px;
  width: 170px;
  grid-area: card-fundo-destaque;
  background-image: url('/assets/classic/img/portal-investimento/card-fundo-destaque-fundos.jpg');
  background-repeat: no-repeat;
}

.card-fundo-destaque.grid-fundos .header-divider {
  width: 120px;
}

/*Momento Investidor*/
.card-momento-investidor.grid-fundos {
  height: 170px;
  width: 170px;
  grid-area: card-momento-investidor;
  background-image: url('/assets/classic/img/portal-investimento/card-momento-investidor-fundos.jpg');
  background-repeat: no-repeat;
  padding-bottom: 10px;
}

.card-momento-investidor.grid-fundos .header-divider {
  width: 75px;
}

.card-momento-investidor.grid-fundos .card-description {
  width: 110%;
}

.vc-mais-confiante-body .vc-mais-confiante-cards .card.card-momento-investidor.grid-fundos {
  padding-bottom: 15px;
}

/*Glossário*/
.card-glossario.grid-fundos {
  height: 170px;
  width: 170px;
  grid-area: card-glossario;
  background-image: url('/assets/classic/img/portal-investimento/card-glossario-fundos.jpg');
  background-repeat: no-repeat;
}

.vc-mais-confiante-body .card-glossario.grid-fundos .card-description {
  width: 107%;
}

/*É Fácil Investir*/
.card-facil-investir.grid-fundos {
  height: 170px;
  width: 267px;
  border-radius: 0 8px 0 0;
  grid-area: card-facil-investir;
  background-image: url('/assets/classic/img/portal-investimento/card-facil-investir-fundos.jpg');
  background-repeat: no-repeat;
}

.card-facil-investir.grid-fundos .header-divider {
  width: 145px;
}

/*Bradesco Asset*/
.card-bradesco-asset.grid-fundos {
  height: 364px;
  width: 267px;
  border-radius: 0 0 8px 0;
  grid-area: card-bradesco-asset;
  grid-row: card-bradesco-asset;
  background-image: url('/assets/classic/img/portal-investimento/card-bradesco-asset-fundos.jpg');
  background-repeat: no-repeat;
}

.card-bradesco-asset.grid-fundos .header-divider {
  width: 205px;
}

/* FUNDOS DE INVESTIMENTOS */

/* PREVIDÊNCIA PRIVADA */

/*você mais confiante PREVIDÊNCIA*/
.vc-mais-confiante-cards.grid-previdencia {
  grid-template-areas:
    "card-pgbl-x-vgbl card-previdencia-bradesco card-sua-previdencia card-sucessao-patrimonial"
    "card-pgbl-x-vgbl card-prev-jovem-bradesco card-sobrou-dinheiro card-sucessao-patrimonial"
    "card-pgbl-x-vgbl card-fundos-previdencia-privada card-sobrou-dinheiro card-glossario";
}

/*PGBL x VGBL*/
.card-pgbl-x-vgbl.grid-previdencia {
  height: 558px;
  width: 461px;
  border-radius: 8px 0 0 8px;
  grid-area: card-pgbl-x-vgbl;
  grid-row: card-pgbl-x-vgbl;
  background-image: url('/assets/classic/img/portal-investimento/card-pgbl-x-vgbl-previdencia.jpg');
  background-repeat: no-repeat;
}

.card-pgbl-x-vgbl.grid-previdencia .header-divider {
  width: 95px;
}

/*Previdência Bradesco*/
.card-previdencia-bradesco.grid-previdencia {
  height: 170px;
  width: 170px;
  grid-area: card-previdencia-bradesco;
  background-image: url('/assets/classic/img/portal-investimento/card-previdencia-bradesco-previdencia.jpg');
  background-repeat: no-repeat;
}

.card-previdencia-bradesco.grid-previdencia .header-divider {
  width: 70px;
}

/*Traga sua previdência pra cá*/
.card-sua-previdencia.grid-previdencia {
  height: 170px;
  width: 267px;
  grid-area: card-sua-previdencia;
  background-image: url('/assets/classic/img/portal-investimento/card-sua-previdencia-previdencia.jpg');
  background-repeat: no-repeat;
}

.card-sua-previdencia.grid-previdencia .header-divider {
  width: 210px;
}

/*Prev Jovem Bradesco*/
.card-prev-jovem-bradesco.grid-previdencia {
  height: 170px;
  width: 170px;
  grid-area: card-prev-jovem-bradesco;
  background-image: url('/assets/classic/img/portal-investimento/card-prev-jovem-bradesco-previdencia.jpg');
  background-repeat: no-repeat;
  padding-bottom: 10px;
}

.card-prev-jovem-bradesco.grid-previdencia .header-divider {
  width: 70px;
}

.card-prev-jovem-bradesco.grid-previdencia .card-description {
  width: 109%;
}

/*Sobrou um pouco de dinheiro?*/
.card-sobrou-dinheiro.grid-previdencia {
  height: 364px;
  width: 267px;
  grid-area: card-sobrou-dinheiro;
  grid-row: card-sobrou-dinheiro;
  background-image: url('/assets/classic/img/portal-investimento/card-sobrou-dinheiro-previdencia.jpg');
  background-repeat: no-repeat;
}

.card-sobrou-dinheiro.grid-previdencia .header-divider {
  width: 225px;
}

/*Glossário*/
.card-glossario.grid-previdencia {
  height: 170px;
  width: 267px;
  border-radius: 0 0 8px 0;
  grid-area: card-glossario;
  background-image: url('/assets/classic/img/portal-investimento/card-glossario-previdencia.jpg');
  background-repeat: no-repeat;
}

.vc-mais-confiante-body .card-glossario.grid-previdencia .card-description {
  width: 100%;
}

/*Sucessão Patrimonial*/
.card-sucessao-patrimonial.grid-previdencia {
  height: 364px;
  width: 267px;
  border-radius: 0 8px 0 0;
  grid-area: card-sucessao-patrimonial;
  grid-row: card-sucessao-patrimonial;
  background-image: url('/assets/classic/img/portal-investimento/card-sucessao-patrimonial-previdencia.jpg');
  background-repeat: no-repeat;
}

.card-sucessao-patrimonial.grid-previdencia .header-divider {
  width: 160px;
}

.card-sucessao-patrimonial.grid-previdencia .card-description {
  width: 90%;
}

/*O que são fundos de previdência privada*/
.card-fundos-previdencia-privada.grid-previdencia {
  height: 170px;
  width: 170px;
  grid-area: card-fundos-previdencia-privada;
  background-image: url('/assets/classic/img/portal-investimento/card-fundos-previdencia-privada-previdencia.jpg');
  background-repeat: no-repeat;
}

.card-fundos-previdencia-privada.grid-previdencia .header-divider {
  width: 55px;
}

.vc-mais-confiante-body .vc-mais-confiante-cards .card.card-fundos-previdencia-privada.grid-previdencia {
  padding-bottom: 15px;
}

.vc-mais-confiante-body .vc-mais-confiante-cards .card.card-fundos-previdencia-privada.grid-previdencia .card-title {
  margin-bottom: 10px;
}

.vc-mais-confiante-body .vc-mais-confiante-cards .card .text-bold {
  font-weight: bold;
}

.vc-mais-confiante-body::-webkit-scrollbar {
  height: 6px;
}

.vc-mais-confiante-body::-webkit-scrollbar-track {
  background: #F0F1F5;
  border-radius: 16px;
  margin: 0 0 0 15vw;
}

.vc-mais-confiante-body::-webkit-scrollbar-thumb {
  background: transparent linear-gradient(267deg, #CC092F 0%, #CC092F 40%, #B81570 90%, #B81570 100%) 0% 0% no-repeat padding-box;
  border-radius: 16px;
}

/* PREVIDÊNCIA PRIVADA */

@media (max-width: 1250px) {
  .vc-mais-confiante-body {
    overflow-x: scroll;
    align-items: start;
    width: 96vw;
  }
}

@media (max-width: 768px) {

  .vc-mais-confiante-body {
    width: 90vw;
  }

  .vc-mais-confiante-cards .card .header-divider {
    width: 125px;
    margin-top: 5px;
  }

  .vc-mais-confiante-section .vc-mais-confiante-body .vc-mais-confiante-cards .card .card-title {
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    padding-left: 16px;
    margin-bottom: 5px;
  }

  .vc-mais-confiante-body .vc-mais-confiante-cards .card {
    padding-bottom: 10px;

  }

  .vc-mais-confiante-cards .card .card-description {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    padding: 0 16px;
    width: 100%;
  }

  .vc-mais-confiante-section .vc-mais-confiante-body .card.grid-home br {
    display: none;
  }

  /* HOME */

  .vc-mais-confiante-section .vc-mais-confiante-body .vc-mais-confiante-cards.grid-home {
    grid-template-areas:
      "card-facil-investir card-perfil-investidor card-perfil-investidor card-diversificacao card-olhar-especialista card-olhar-especialista card-glossario-economia"
      "card-facil-investir card-carteira-investimentos card-especialistas-investimentos card-especialistas-investimentos card-dizem-especialistas card-dizem-especialistas card-glossario-economia";
    grid-gap: 8px;
  }

  .vc-mais-confiante-section .card-facil-investir.grid-home {
    width: 232px;
    height: 312px;
    background-position: center;
    background-size: cover;
  }

  .vc-mais-confiante-section .card-perfil-investidor.grid-home {
    width: 233px;
    height: 152px;
    grid-area: card-perfil-investidor;
    background-position: center;
    background-size: cover;
  }

  .vc-mais-confiante-section .card-diversificacao.grid-home {
    width: 153px;
    height: 153px;
    background-position: center;
    background-size: cover;
  }

  .vc-mais-confiante-section .card-carteira-investimentos.grid-home {
    width: 153px;
    height: 152px;
    background-position: center;
    background-size: cover;
  }

  .vc-mais-confiante-section .card-olhar-especialista.grid-home {
    width: 233px;
    height: 152px;
    grid-area: card-olhar-especialista;
    background-position: center;
    background-size: cover;
  }

  .vc-mais-confiante-section .card-especialistas-investimentos.grid-home {
    width: 233px;
    height: 152px;
    grid-area: card-especialistas-investimentos;
    border-radius: unset;
    background-position: center;
    background-size: cover;
  }

  .vc-mais-confiante-section .card-dizem-especialistas.grid-home {
    width: 233px;
    height: 152px;
    grid-area: card-dizem-especialistas;
    background-position: center;
    background-size: cover;
  }

  .vc-mais-confiante-section .card-glossario-economia.grid-home {
    width: 232px;
    height: 312px;
    border-radius: 0 8px 8px 0;
    background-position: center;
    background-size: cover;
  }

  /* HOME */

  /* RENDA FIXA */

  .vc-mais-confiante-section .vc-mais-confiante-body .vc-mais-confiante-cards.grid-renda-fixa {
    grid-template-areas:
      "card-dentro-renda-fixa card-diversificacao card-diversificacao card-glossario card-cdb-bradesco"
      "card-dentro-renda-fixa card-momento-investidor card-facil-investir card-facil-investir card-cdb-bradesco";
    grid-gap: 8px;
  }

  .vc-mais-confiante-section .card-dentro-renda-fixa.grid-renda-fixa {
    width: 232px;
    height: 312px;
    background-position: center;
    background-size: cover;
  }

  .vc-mais-confiante-section .card-diversificacao.grid-renda-fixa {
    width: 233px;
    height: 152px;
    grid-area: card-diversificacao;
    background-position: center;
    background-size: cover;
  }

  .vc-mais-confiante-section .card-glossario.grid-renda-fixa {
    width: 153px;
    height: 153px;
    background-position: center;
    background-size: cover;
  }

  .vc-mais-confiante-section .card-momento-investidor.grid-renda-fixa {
    width: 153px;
    height: 152px;
    background-position: center;
    background-size: cover;
  }

  .vc-mais-confiante-section .card-facil-investir.grid-renda-fixa {
    width: 233px;
    height: 152px;
    grid-area: card-facil-investir;
    border-radius: unset;
    background-position: center;
    background-size: cover;
  }

  .vc-mais-confiante-section .card-cdb-bradesco.grid-renda-fixa {
    width: 232px;
    height: 312px;
    border-radius: 0 8px 8px 0;
    background-position: center;
    background-size: cover;
  }

  /* RENDA FIXA */

  /* AGORA */

  .vc-mais-confiante-section .vc-mais-confiante-body .vc-mais-confiante-cards.grid-agora {
    grid-template-areas:
      "card-coe card-morning-call card-morning-call card-agora-academy card-graficos-radar"
      "card-coe card-fechamento-mercado card-banco-corretora card-banco-corretora card-graficos-radar";
    grid-gap: 8px;
  }

  .vc-mais-confiante-section .card-coe.grid-agora {
    width: 232px;
    height: 312px;
    background-position: center;
    background-size: cover;
  }

  .vc-mais-confiante-section .card-morning-call.grid-agora {
    width: 233px;
    height: 152px;
    grid-area: card-morning-call;
    background-position: center;
    background-size: cover;
  }

  .vc-mais-confiante-section .card-agora-academy.grid-agora {
    width: 153px;
    height: 153px;
    background-position: center;
    background-size: cover;
  }

  .vc-mais-confiante-section .card-fechamento-mercado.grid-agora {
    width: 153px;
    height: 152px;
    background-position: center;
    background-size: cover;
  }

  .vc-mais-confiante-section .card-banco-corretora.grid-agora {
    width: 233px;
    height: 152px;
    grid-area: card-banco-corretora;
    border-radius: unset;
    background-position: center;
    background-size: cover;
  }

  .vc-mais-confiante-section .card-graficos-radar.grid-agora {
    width: 232px;
    height: 312px;
    border-radius: 0 8px 8px 0;
    background-position: center;
    background-size: cover;
  }

  /* AGORA */

  /* FUNDOS */

  .vc-mais-confiante-section .vc-mais-confiante-body .vc-mais-confiante-cards.grid-fundos {
    grid-template-areas:
      "card-fundos-investimentos card-fundo-destaque card-fundo-destaque card-glossario card-bradesco-asset"
      "card-fundos-investimentos card-momento-investidor card-facil-investir card-facil-investir card-bradesco-asset";
    grid-gap: 8px;
  }

  .vc-mais-confiante-section .card-fundos-investimentos.grid-fundos {
    width: 232px;
    height: 312px;
    background-position: center;
    background-size: cover;
  }

  .vc-mais-confiante-section .card-fundo-destaque.grid-fundos {
    width: 233px;
    height: 152px;
    grid-area: card-fundo-destaque;
    background-position: center;
    background-size: cover;
  }

  .vc-mais-confiante-section .card-glossario.grid-fundos {
    width: 153px;
    height: 153px;
    background-position: center;
    background-size: cover;
  }

  .vc-mais-confiante-section .card-momento-investidor.grid-fundos {
    width: 153px;
    height: 152px;
    background-position: center;
    background-size: cover;
  }

  .vc-mais-confiante-section .card-facil-investir.grid-fundos {
    width: 233px;
    height: 152px;
    grid-area: card-facil-investir;
    border-radius: unset;
    background-position: center;
    background-size: cover;
  }

  .vc-mais-confiante-section .card-bradesco-asset.grid-fundos {
    width: 232px;
    height: 312px;
    border-radius: 0 8px 8px 0;
    background-position: center;
    background-size: cover;
  }

  /* FUNDOS */

  /* PREVIDENCIA */

  .vc-mais-confiante-section .vc-mais-confiante-body .vc-mais-confiante-cards.grid-previdencia {
    grid-template-areas:
      "card-pgbl-x-vgbl card-previdencia-bradesco card-previdencia-bradesco card-fundos-previdencia-privada card-sobrou-dinheiro card-sobrou-dinheiro card-glossario"
      "card-pgbl-x-vgbl card-prev-jovem-bradesco card-sua-previdencia card-sua-previdencia card-sucessao-patrimonial card-sucessao-patrimonial card-glossario";
    grid-gap: 8px;
  }

  .vc-mais-confiante-section .card-pgbl-x-vgbl.grid-previdencia {
    width: 232px;
    height: 312px;
    background-position: center;
    background-size: cover;
  }

  .vc-mais-confiante-section .card-previdencia-bradesco.grid-previdencia {
    width: 233px;
    height: 152px;
    grid-area: card-previdencia-bradesco;
    background-position: center;
    background-size: cover;
  }

  .vc-mais-confiante-section .card-fundos-previdencia-privada.grid-previdencia {
    width: 153px;
    height: 153px;
    background-position: center;
    background-size: cover;
  }

  .vc-mais-confiante-section .card-prev-jovem-bradesco.grid-previdencia {
    width: 153px;
    height: 152px;
    background-position: center;
    background-size: cover;
  }

  .vc-mais-confiante-section .card-sobrou-dinheiro.grid-previdencia {
    width: 233px;
    height: 152px;
    grid-area: card-sobrou-dinheiro;
    background-position: center;
    background-size: cover;
  }

  .vc-mais-confiante-section .card-sua-previdencia.grid-previdencia {
    width: 233px;
    height: 152px;
    grid-area: card-sua-previdencia;
    border-radius: unset;
    background-position: center;
    background-size: cover;
  }

  .vc-mais-confiante-section .card-sucessao-patrimonial.grid-previdencia {
    width: 233px;
    height: 152px;
    grid-area: card-sucessao-patrimonial;
    border-radius: unset;
    background-position: center;
    background-size: cover;
  }

  .vc-mais-confiante-section .card-glossario.grid-previdencia {
    width: 232px;
    height: 312px;
    border-radius: 0 8px 8px 0;
    background-position: center;
    background-size: cover;
  }

  /* PREVIDENCIA */

}

@media (max-width: 768px) {
  .card-description br {
    display: none;
  }
}