.elementor-3388 .elementor-element.elementor-element-1bb4018{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-3388 .elementor-element.elementor-element-1bb4018:not(.elementor-motion-effects-element-type-background), .elementor-3388 .elementor-element.elementor-element-1bb4018 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-astglobalcolor8 );}.elementor-3388 .elementor-element.elementor-element-1b532fd{width:100%;max-width:100%;}/* Start custom CSS for html, class: .elementor-element-1b532fd *//* ===========================
   BLACK FRIDAY VITALÍCIA CVAT – HERO
   =========================== */

/* Fundo geral preto */


.bfv-hero {
  background: #000000;
  padding: 40px 16px 60px;
  color: #ffffff;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

/* Card central */
.bfv-wrap {
  max-width: 960px;
  margin: 0 auto;
  background: #0b1120;
  border-radius: 24px;
  padding: 26px 22px 34px;
  box-shadow:
    0 0 0 1px rgba(255, 87, 34, 0.25),
    0 18px 40px rgba(0, 0, 0, 0.65);
}

/* Topo: logo + autor */
.bfv-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 22px;
}

.bfv-logo {
  max-width: 120px;
  height: auto;
}

.bfv-author {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 600;
  font-size: 0.95rem;
}

.bfv-author-avatar {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #ffeb3b;
}

/* Headline */
.bfv-headline {
  text-align: center;
  margin-bottom: 22px;
}

.bfv-eyebrow {
  margin: 0 0 6px;
  letter-spacing: 0.16em;
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
  color: #ffeb3b;
}

.bfv-headline h1 {
  margin: 0;
  font-size: clamp(1.7rem, 3vw + 1rem, 2.6rem);
  line-height: 1.15;
  font-weight: 900;
  color: #fff;Use CSS personalizado para estilizar seu conteúdo ou adicione o prefixo ".elementor-3388 .elementor-element.elementor-element-1b532fd" para direcionar elementos específicos.
Preciso de ajuda

  text-transform: uppercase;
}

.bfv-headline h1 span {
  color: #ffb300; /* amarelo forte */
}

.bfv-sub {
  margin: 14px auto 0;
  max-width: 640px;
  font-size: 1rem;
  color: #f2f2f2;
}

/* Benefícios – 3 colunas */
.bfv-benefits-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin: 26px 0 18px;
}

.bfv-benefits {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0.95rem;
}

.bfv-benefits li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 8px;
}

.bfv-benefits li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #7CFC00; /* verde check */
  font-size: 0.9rem;
}

/* Texto antes do vídeo */
.bfv-video-label {
  text-align: center;
  font-size: 0.95rem;
  color: #e9e9e9;
  margin: 10px 0 14px;
}

/* Wrapper do vídeo */
.bfv-video {
  max-width: 900px;
  margin: 0 auto 20px;
}

.bfv-video-ratio {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.8);
  background: #000;
}

.bfv-video-ratio iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* Botão principal */
.bfv-cta {
  text-align: center;
  margin-top: 10px;
}

.bfv-btn {
  display: inline-block;
  padding: 16px 38px;
  background: #39d739; /* verde CTA */
  color: #000000;
  border-radius: 999px;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none;
  box-shadow: 0 12px 32px rgba(57, 215, 57, 0.45);
  transition: transform 0.18s ease, box-shadow 0.18s ease, filter 0.18s ease;
}

.bfv-btn:hover {
  transform: translateY(-2px);
  filter: brightness(1.05);
  box-shadow: 0 16px 40px rgba(57, 215, 57, 0.6);
}

/* Responsivo – HERO */
@media (max-width: 768px) {
  .bfv-wrap {
    padding: 22px 16px 28px;
  }

  .bfv-top {
    flex-direction: column;
    align-items: flex-start;
  }

  .bfv-author {
    align-self: flex-start;
  }

  .bfv-benefits-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 520px) {
  .bfv-benefits-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .bfv-btn {
    width: 100%;
  }
}

/* ===========================
   EXPLICAÇÃO DA OFERTA
   =========================== */

.bfv-oferta {
  background: #000;
  padding: 40px 16px;
  color: #fff;
  font-family: system-ui, sans-serif;
}

.bfv-oferta-wrap {
  max-width: 960px;
  margin: 0 auto;
  text-align: center;
}

.bfv-oferta-title {
  font-size: clamp(1.8rem, 2vw + 1rem, 2.5rem);
  font-weight: 900;
  color: #ffeb3b;
  margin-bottom: 10px;
}

.bfv-oferta-sub {
  color: #dcdcdc;
  font-size: 1rem;
  margin-bottom: 24px;
}

.bfv-oferta-sub.middle {
  margin: 34px 0 22px;
}

.bfv-table {
  background: #111;
  padding: 22px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.6), inset 0 0 0 1px rgba(255, 255, 255, 0.06);
  margin-bottom: 26px;
  text-align: left;
}

.bfv-table ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.bfv-table li {
  margin-bottom: 10px;
  font-size: 0.97rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.bfv-table li span {
  color: #7CFC00;
  font-weight: 900;
  margin-right: 8px;
}

.bfv-table strong {
  color: #ffeb3b;
}

.bfv-total {
  margin-top: 16px;
  padding-top: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  font-size: 1.2rem;
  font-weight: 800;
  text-align: right;
  color: #ffeb3b;
}

.bfv-final-text {
  margin-top: 34px;
  font-size: 1.2rem;
  color: #ffffff;
  line-height: 1.5;
}

.bfv-preco-final {
  margin-top: 14px;
  background: #45ff45;
  padding: 14px 22px;
  border-radius: 999px;
  color: #000;
  font-weight: 900;
  font-size: 1.4rem;
  display: inline-block;
}

/* ===========================
   BLOCO FINAL – CTA
   =========================== */

.bfv-final-cta {
  background: #000000;
  padding: 32px 16px 48px;
  color: #ffffff;
  font-family: system-ui, sans-serif;
}

.bfv-final-wrap {
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
}

.bfv-final-btn {
  display: block;
  width: 100%;
  max-width: 560px;
  margin: 0 auto 26px;
  padding: 14px 20px;
  background: #29b43a;
  color: #ffffff;
  border-radius: 6px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  text-decoration: none;
  box-shadow: 0 10px 26px rgba(41, 180, 58, 0.45);
  transition: transform 0.18s ease, box-shadow 0.18s ease, filter 0.18s ease;
}

.bfv-final-btn:hover {
  transform: translateY(-2px);
  filter: brightness(1.05);
  box-shadow: 0 14px 34px rgba(41, 180, 58, 0.6);
}

.bfv-alert-box {
  margin: 0 auto 26px;
  max-width: 640px;
  padding: 12px 18px;
  border-radius: 14px;
  border: 1px solid #ffeb3b;
  background: #000000;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 0.95rem;
  line-height: 1.4;
}

.bfv-alert-title {
  display: block;
  font-weight: 800;
  color: #ffeb3b;
  margin-bottom: 2px;
}

.bfv-alert-text {
  color: #f5f5f5;
}

.bfv-final-copy {
  margin: 0;
  font-size: 1.05rem;
  line-height: 1.5;
  color: #f1f1f1;
}

@media (max-width: 520px) {
  .bfv-final-btn {
    max-width: 100%;
  }

  .bfv-alert-box {
    padding: 10px 12px;
    font-size: 0.9rem;
  }

  .bfv-final-copy {
    font-size: 0.98rem;
  }
}

/* ===========================
   PRODUTOS (GRID DOS CURSOS)
   =========================== */

.bfv-produtos {
  background: #000;
  padding: 48px 20px;
  color: #fff;
  font-family: system-ui, sans-serif;
}

.bfv-produtos-title {
  text-align: center;
  font-size: 2rem;
  color: #fff;
  font-weight: 800;
  margin-bottom: 40px;
}

.bfv-produtos-title span {
  color: #ffcc00; /* amarelo destaque */
}

.bfv-produtos-grid {
  max-width: 1100px;
  margin: 0 auto;
  color: #fff;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}

.bfv-item {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 20px;
  background: #0b1120;
  border: 1px solid #333;
  border-radius: 16px;
  padding: 20px;
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.05);
}

.bfv-item-img img {
  width: 100%;
  border-radius: 12px;
  display: block;
}

.bfv-item-text {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.bfv-item-text h3 {
  font-size: 1.2rem;
  color: #ffcc00;
  margin: 0 0 8px;
  font-weight: 700;
}

.bfv-item-text p {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.5;
  color: #e3e3e3;
}

/* Selo MEC nos cursos reconhecidos */
.bfv-selo-mec {
  display: inline-block;
  padding: 6px 10px;
  background: #0ea5e9; /* azul MEC */
  color: #ffffff;
  font-size: 0.75rem;
  font-weight: 700;
  border-radius: 6px;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

/* Responsivo – produtos */
@media (max-width: 850px) {
  .bfv-produtos-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 520px) {
  .bfv-item {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .bfv-item-img img {
    margin: 0 auto;
    max-width: 200px;
  }
}

/* ===========================
   BLOCO DE BÔNUS – GRID
   =========================== */

.bfv-bonus {
  padding: 3rem 1.5rem;
  background: #000000; /* fundo azul escuro */
  color: #e5e7eb;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.bfv-bonus-wrap {
  max-width: 960px;
  margin: 0 auto;
}

.bfv-bonus-title {
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 2rem;
}

.bfv-bonus-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.5rem;
}

.bfv-bonus-item {
  background: rgba(15, 23, 42, 0.95);
  border-radius: 1rem;
  padding: 1.5rem 1.25rem;
  border: 1px solid rgba(96, 165, 250, 0.6);
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.8);
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.bfv-bonus-tag {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #bfdbfe;
  margin: 0 0 0.25rem 0;
}

.bfv-bonus-name {
  font-size: 1rem;
  font-weight: 700;
  margin: 0;
  color: #f9fafb;
}

.bfv-bonus-desc {
  font-size: 0.9rem;
  line-height: 1.5;
  margin: 0.25rem 0 0.5rem;
}

.bfv-bonus-value {
  font-size: 0.95rem;
  font-weight: 600;
  color: #38bdf8;
  margin-top: auto;
}

@media (max-width: 1024px) {
  .bfv-bonus-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .bfv-bonus-grid {
    grid-template-columns: 1fr;
  }

  .bfv-bonus {
    padding: 2.5rem 1rem;
  }
}

/* ===========================
   BÔNUS – VERSÃO HORIZONTAL
   =========================== */

.bfv-bonus-horizontal {
  background: #000000;
  padding: 3rem 1.5rem;
  color: #e5e7eb;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.bfv-bonus-h-wrap {
  max-width: 960px;
  margin: 0 auto;
}

.bfv-bonus-h-title {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 700;
  color: #38bdf8;
  margin-bottom: 2.5rem;
}

.bfv-bonus-h-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: rgba(15, 23, 42, 0.9);
  border: 1px solid rgba(96, 165, 250, 0.4);
  padding: 1.25rem 1.5rem;
  border-radius: 12px;
  margin-bottom: 1rem;
  gap: 1rem;
}

.bfv-bonus-h-left {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}

.bfv-bonus-h-tag {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #93c5fd;
  background: rgba(96, 165, 250, 0.12);
  padding: 4px 8px;
  border-radius: 6px;
  display: inline-block;
  width: fit-content;
}

.bfv-bonus-h-name {
  font-size: 1rem;
  font-weight: 700;
  margin: 0;
  color: #f9fafb;
  line-height: 1.4;
}

.bfv-bonus-h-right {
  text-align: right;
  color: #ff0000;
}

.bfv-bonus-h-value {
  margin: 0;
  font-size: 0.95rem;
  color: #38bdf8;
  font-weight: 600;
}

@media (max-width: 750px) {
  .bfv-bonus-h-item {
    flex-direction: column;
    align-items: flex-start;
  }

  .bfv-bonus-h-right {
    text-align: left;
    margin-top: 0.5rem;
  }
}

/* ===========================
   BLOCO "QUEM É CLÓVIS SOLER"
   =========================== */

.bfv-bio {
  background: #000000;
  padding: 48px 16px 60px;
  color: #ffffff;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.bfv-bio-wrap {
  max-width: 1100px;
  margin: 0 auto;
  background: #0b1120;
  border-radius: 24px;
  padding: 32px 28px;
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.04),
    0 18px 40px rgba(0, 0, 0, 0.7);
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(0, 1fr);
  gap: 32px;
  align-items: center;
}

.bfv-bio-title {
  font-size: clamp(1.6rem, 2.2vw + 1rem, 2.3rem);
  font-weight: 800;
  color: #f5ffff;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin: 0 0 10px;
}

.bfv-bio-line {
  width: 72px;
  height: 3px;
  background: #ff5722;
  margin-bottom: 18px;
  border-radius: 999px;
}

.bfv-bio-text p {
  font-size: 0.98rem;
  line-height: 1.6;
  color: #e4e4e4;
  margin: 0 0 12px;
}

.bfv-bio-photo img {
  display: block;
  width: 100%;
  max-width: 360px;
  margin-left: auto;
  border-radius: 24px;
  object-fit: cover;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.9);
}

@media (max-width: 900px) {
  .bfv-bio-wrap {
    grid-template-columns: minmax(0, 1fr);
    padding: 26px 20px;
  }

  .bfv-bio-photo img {
    margin: 0 auto;
  }
}

@media (max-width: 520px) {
  .bfv-bio-wrap {
    padding: 22px 16px;
  }

  .bfv-bio-text p {
    font-size: 0.94rem;
  }
}

/* ===========================
   SEÇÃO OFERTA CVAT (LISTA DE CURSOS)
   =========================== */

.oferta-cvat {
  padding: 3rem 1.5rem;
  background: #000; /* fundo escuro */
  color: #f9fafb;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.oferta-wrap {
  max-width: 900px;
  margin: 0 auto;
}

.oferta-title {
  font-size: 1.8rem;
  text-align: center;
  color: #e5e7eb;
  margin-bottom: 2rem;
  font-weight: 700;
}

.oferta-card {
  background: rgba(15, 23, 42, 0.95);
  border: 1px solid rgba(148, 163, 184, 0.4);
  border-radius: 1rem;
  padding: 1.75rem 1.5rem;
  margin-bottom: 1.5rem;
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.85);
}

.oferta-card-final {
  text-align: center;
  border: 1px solid #f97316;
}

.oferta-subtitle {
  font-size: 1rem;
  font-weight: 600;
  color: #e5e7eb;
  margin-bottom: 1rem;
  line-height: 1.5;
}

.oferta-lista {
  list-style: none;
  padding: 0;
  margin: 0 0 1rem 0;
}

.oferta-grupo {
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #e5e7eb;
  margin-top: 1.2rem;
  margin-bottom: 0.25rem;
  font-weight: 700;
}

.oferta-item {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 1rem;
  padding: 0.45rem 0;
  border-bottom: 1px dashed rgba(148, 163, 184, 0.4);
  font-size: 0.95rem;
}

.oferta-item:last-child {
  border-bottom: none;
}

.oferta-nome {
  flex: 1;
}

.oferta-preco {
  white-space: nowrap;
  font-weight: 600;
}

.oferta-total {
  margin-top: 0.75rem;
  font-size: 1rem;
  font-weight: 700;
  text-align: right;
  color: #f97316;
}

.oferta-frase {
  margin: 0.25rem 0;
  font-size: 0.98rem;
}

.oferta-frase.destaque {
  margin-top: 0.75rem;
  font-weight: 600;
}

.oferta-frase.detalhe {
  font-size: 0.85rem;
  color: #e5e7eb;
  opacity: 0.85;
}

.oferta-preco-final {
  font-size: 1.6rem;
  margin: 0.75rem 0;
}

@media (max-width: 640px) {
  .oferta-card {
    padding: 1.25rem 1rem;
  }

  .oferta-item {
    flex-direction: column;
    align-items: flex-start;
  }

  .oferta-preco {
    margin-top: 0.15rem;
  }

  .oferta-preco-final {
    font-size: 1.4rem;
  }
}

/* Separador e blocos de preço finais */

.oferta-separador {
  margin: 1.5rem auto;
  height: 1px;
  width: 100%;
  background: rgba(249, 115, 22, 0.4);
}

.oferta-grupo-precos {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin-top: 1rem;
}

/* BOTÃO DE COMPRA – LARANJA */

.oferta-btn-link {
  text-decoration: none;
  display: block;
  color: #ffffff; /* texto branco */
}

.oferta-bloco.extra {
  background: #f97316; /* Laranja padrão CVAT */
  border: none;
  padding: 1.2rem 1.4rem;
  border-radius: 0.75rem;
  text-align: center;
  transition: background 0.25s ease, transform 0.2s ease;
  color: #ffffff;
  box-shadow: 0 6px 20px rgba(249, 115, 22, 0.35);
}

.oferta-bloco.extra h4,
.oferta-bloco.extra p,
.oferta-bloco.extra strong {
  color: #ffffff !important;
}

.oferta-valor-extra {
  margin: 0.4rem 0 0;
  font-size: 1.2rem;
}

.oferta-btn-link:hover .oferta-bloco.extra {
  background: #c2410c; /* laranja mais escuro */
  transform: translateY(-4px);
  box-shadow: 0 10px 25px rgba(194, 65, 12, 0.45);
}

@media (max-width: 640px) {
  .oferta-bloco.extra {
    padding: 0.9rem 1rem;
  }

  .oferta-valor-extra {
    font-size: 1.1rem;
  }
}
/* LADO A LADO DOS BOTÕES */
.oferta-grupo-precos-row {
  flex-direction: row;
  justify-content: center;
  gap: 1.2rem;
}

.oferta-btn-col {
  flex: 1;
  max-width: 50%;
}

/* RESPONSIVO – EMPILHA NO MOBILE */
@media (max-width: 640px) {
  .oferta-grupo-precos-row {
    flex-direction: column;
  }

  .oferta-btn-col {
    max-width: 100%;
  }
}
/* Texto forte da oferta ousada */
.bfv-bonus-strong {
  margin: 10px 0 18px;
  font-size: clamp(1.2rem, 1.4vw + 1rem, 1.6rem);
  font-weight: 900;
  line-height: 1.45;
  color: #ffffff;
}

/* Lista dos benefícios dessa oferta */
.bfv-bonus-list {
  list-style: none;
  padding: 0;
  margin: 0 0 16px;
  text-align: left;
  font-size: 0.98rem;
}

.bfv-bonus-list li {
  position: relative;
  padding-left: 22px;
  margin-bottom: 8px;
  color: #f3f3f3;
}

.bfv-bonus-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #7CFC00; /* mesmo verde dos outros checks */
  font-weight: 900;
}

/* Frase final de reforço */
.bfv-bonus-final {
  margin: 6px 0 22px;
  font-size: 0.95rem;
  color: #e5e5e5;
}
/* BOTÃO FLUTUANTE WHATSAPP */
.whatsapp-float {
  position: fixed;
  bottom: 24px;
  right: 24px;
  width: 62px;
  height: 62px;
  background: #32D951;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  box-shadow: 0 8px 25px rgba(0,0,0,0.4);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.whatsapp-float img {
  width: 62px;
  height: 62px;
}

.whatsapp-float:hover {
  transform: scale(1.08);
  box-shadow: 0 12px 32px rgba(37, 211, 102, 0.55);
}

/* Mobile ajustado */
@media (max-width: 520px) {
  .whatsapp-float {
    width: 62px;
    height: 62px;
    bottom: 18px;
    right: 18px;
  }

  .whatsapp-float img {
    width: 62px;
    height: 62px;
  }
}
/* RODAPÉ */
.bfv-footer {
  background: #000000;
  padding: 24px 16px;
  text-align: center;
  color: #9ca3af; /* cinza claro premium */
  font-size: 0.9rem;
  border-top: 1px solid rgba(255,255,255,0.08);
  margin-top: 0px;
}

.bfv-footer strong {
  color: #e5e7eb;
  font-weight: 600;
}

/* Responsivo */
@media (max-width: 520px) {
  .bfv-footer {
    font-size: 0.85rem;
  }
}/* End custom CSS */