/* ----------------------------------------------------------

    Theme Name: Carboni Financeiro
    Theme URI: https://marcasite.com.br
    Author: Carlos Augusto A Cruz
    Author URI: https://www.linkedin.com/in/carlosaugustocruz/
    Description: Tema oficial da Carboni Financeiro criada pela Marcasite
    Requires at least: 6.4
    Tested up to: 6.4
    Requires PHP: 7.0
    Version: 1.0
    License: GNU General Public License v2 or later
    License URI: http://www.gnu.org/licenses/gpl-2.0.html

    ----------------------------------------------------------

/***************************************************************************
       Fonts
***************************************************************************/

@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");

/***************************************************************************
       Variáveis
***************************************************************************/

:root {
  --cor-branco: white;
  --cor-cinza: #4c5357;
  --cor-azul: #004b69;
  --cor-azul-claro: #218dca;
  --cor-vermelho: #a23939;

  --font-Montserrat: "Montserrat", sans-serif;

  --font-extralight: 200;
  --font-light: 300;
  --font-regular: 400;
  --font-medium: 500;
  --font-semibold: 600;
  --font-bold: 700;

  --titulo: "Montserrat", serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--titulo);
}
/***************************************************************************
        All
***************************************************************************/

.transition_on *,
.transition_on {
  transition: ease 0.4s all !important;
}

html,
body {
  margin: 0;
  overflow-x: clip;
  font-family: var(--fonte);
}

* {
  margin: 0;
  box-shadow: 0 0 0 0;
  border: 0 none;
  outline: 0;
  font-family: var(--font-Montserrat);
}

a,
a:hover {
  text-decoration: none;
}

/* section {
	padding-bottom: 80px;
} */

h2 {
  font-size: 30px;
  line-height: 2.3rem;
  font-weight: 800;
  margin-bottom: 0;
}

p,
p > span {
  line-height: 25px !important;
  color: var(--cor-cinza);
}

p {
  margin-bottom: 0;
  font-weight: 400 !important;
}

p > span {
  font-weight: var(--font-semibold);
}

img {
  transition: all 0.3s ease-in-out;
  width: 100%;
}

.btn-azul {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  padding: 15px 35px;
  font-size: 1.125rem;
  font-weight: var(--font-bold);
  background-color: var(--cor-azul-claro);
  color: var(--cor-branco);
  transition: all 0.3s ease-in-out;
  border-radius: 28px;
  border: 0;
}

.btn-azul:hover {
  transform: scale(1.02);
}

iframe {
  width: 100%;
  height: 520px;
  border: none;
}
.social-icons a {
  color: #666;
  margin-left: 12px;
  font-size: 1.2rem;
  transition: color 0.2s;
}
/***************************************************************************
        Header
***************************************************************************/
/* .jtf.drop{
	justify-content: center!important;
} */

header {
  position: relative;
  width: 100%;
  z-index: 99;
  margin-top: 20px;
  margin-bottom: 20px;
}

header.drop #menu-primeiro {
  background-color: #5192d4de;
  box-shadow: 0px 14px 19.95px 1.05px rgba(11, 8, 11, 0.18);
  border-radius: 0;
  padding: 15px 60px;
  margin-top: 0px;
}

header #menu-primeiro .col-lg-8 {
  margin-top: 1rem;
}

header.drop #menu-primeiro .col-lg-8 {
  margin-top: 0.5rem;
}

header.drop #menu-primeiro ul {
  gap: 18px;
}

header.drop #menu-primeiro .btn-azul {
  margin-bottom: 20px;
}

header .logo {
  max-height: 60px;
}

header .topo-social {
  justify-content: end;
  gap: 12px;
}

header ul {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 27px;
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
}

header ul .nav-item .nav-link {
  font-size: 20px;
  color: #313131;
  font-weight: 600;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease-in-out;
}

/* sua regra original */
header ul .nav-item .nav-link:hover,
header ul .nav-item.active .nav-link {
  color: #a20c18;
}

/* bolinha APENAS no hover e active */
header ul .nav-item .nav-link:hover::before,
header ul .nav-item.active .nav-link::before {
  content: "•";
  color: #a20c18;
}
/* bolinha APENAS no hover e active */
header ul .nav-item .nav-link::before,
header ul .nav-item .nav-link::before {
  content: "•";
  color: transparent;
}
header ul .nav-item .nav-link {
  position: relative;
}

header ul .nav-item.active .nav-link {
  font-weight: var(--font-semibold);
}

header ul .nav-item .nav-link.fav {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
}

header ul .nav-item .nav-link.fav .circle {
  min-width: 20px;
  min-height: 20px;
  max-width: 20px;
  max-height: 20px;
  background-color: var(--cor-azul-claro);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--cor-branco);
  font-weight: var(--font-semibold);
  font-size: 0.75rem;
}

header .btn-azul {
  font-size: 0.875rem;
  margin-bottom: 15px;
}

#menu-primeiro .submenu,
.area-footer .submenu {
  min-width: 140px;
  top: calc(100% - -2px);
  list-style: disc;
  color: var(--cor-branco);
}

#menu-primeiro .nav-item .submenu .nav-link,
.area-footer .nav-item .submenu .nav-link {
  color: var(--cor-branco);
  border-bottom: 2px solid transparent;
}

#menu-primeiro .nav-item .submenu .nav-link:hover,
#menu-primeiro .nav-item .submenu .nav-item.active .nav-link {
  border-color: rgba(255, 255, 255, 0.572);
}

#menu-primeiro .menusegundo:hover .nav-link .seta,
.area-footer .menusegundo:hover .nav-link .seta,
header #opt_menu .nav-item.ativo:hover .nav-link .seta {
  transform: rotate(-180deg);
}

#menu-primeiro .menusegundo .nav-link,
.area-footer .menusegundo .nav-link {
  display: flex;
  align-items: center;
  gap: 2px;
}

#menu-primeiro .menusegundo .nav-link .seta,
.area-footer .menusegundo .nav-link .seta,
header #opt_menu .nav-item .nav-link .seta {
  transform: rotate(0deg);
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url(https://carbonifinanceiro.com.br/wp-content/uploads/2025/12/seta-menu.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#menu-primeiro ul li ul,
.area-footer ul li ul {
  width: max-content;
  max-width: 280px;
  position: absolute;
  z-index: 10;
  visibility: hidden;
  opacity: 0;
  width: max-content;
  max-width: 280px;
  position: absolute;
  z-index: 10;
  visibility: hidden;
  opacity: 0;
  margin-top: -41px;
  flex-direction: column;
  float: none;
  margin: 0px 0px;
  padding: 20px 35px 20px 35px;
  border-radius: 12px;
  background-color: var(--cor-branco);
  -webkit-box-shadow: 0 8px 15px rgb(0 0 0 / 10%);
  box-shadow: 0 8px 15px rgb(0 0 0 / 10%);
  align-items: start;
  gap: 0;
  justify-content: unset;
}

/* #menu-primeiro ul li ul::before,
.area-footer ul li ul::before {
	content: "";
	display: flex;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 6px;
	background: var(--cor-vermelho);
} */

#menu-primeiro ul li:hover > ul,
.area-footer ul li:hover > ul {
  visibility: visible;
  opacity: 1;
  display: block;
}

/***************************************************************************
        Banner Principal
***************************************************************************/
/* 
section.banner-principal {
  display: flex;
  align-items: center;
  background-image: url("https://carbonifinanceiro.com.br/wp-content/uploads/2026/02/banner-home.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 100vh; 
  position: relative;
  z-index: 1;
  top: -80px;
}
.borda {
  border-bottom: 3px solid #fff;
  width: 120px;
}

.banner-principal .thumb {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  min-height: 700px;
  z-index: 0;
}

.banner-principal h2 {
 
  font-size: 45px;
  color: var(--cor-branco);
}
.banner-principal span {
  color: #f4b207 !important;
  font-family: var(--titulo);
  font-size: 45px !important;
}
.banner-principal p {
  font-size: 25px;
}

.banner-principal p {
  
  color: var(--cor-branco);
}

.banner-principal form {
  width: 100%;
  background-color: #d8dada;
  padding: 15px;
  border-radius: 44px;
}

.banner-principal form input,
.banner-principal form select {
  width: 100%;
  padding: 15px;
  background-color: var(--cor-branco);
  border-radius: 27px;
}

.banner-principal form select {
  color: rgba(128, 128, 128, 0.7);
}

.banner-principal form select:valid {
  color: #000;
}

.banner-principal form input::placeholder {
  color: var(--cor-cinza);
  opacity: 0.7;
}

.banner-principal form select option {
  color: #000;
}

.banner-principal form select option:disabled {
  color: var(--cor-cinza);
}

.banner-principal form .box-input {
  position: relative;
  max-width: fit-content;
}

.banner-principal form .box-input {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 62px;
  min-height: 62px;
  border-radius: 50%;
  background-color: var(--cor-azul-claro);
  border: 0;
}

.banner-principal form .box-input img {
  width: 36px;
  height: 36px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.icone-ingrediente {
  max-width: 120px;
}

@media (max-width: 576px) {
  .icone-ingrediente {
    max-width: 80px;
  }
}
.seta-btn {
  width: 40px;
  height: 50px;
  position: relative;
  top: 7px;
} */

/***************************************************************************
  Banner Principal (REFEITO - Mobile First)
***************************************************************************/

/* SECTION BASE */
section.banner-principal {
  position: relative;
  z-index: 1;

  display: flex;
  align-items: center;

  background-image: url("https://carbonifinanceiro.com.br/wp-content/uploads/2026/02/banner-home-2.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 70% center;

  /* vh seguro no mobile */
  min-height: 100svh;

  /* espaço para header + respiro */
  padding: 110px 0 40px;
  overflow: hidden; /* evita vazamento do carrossel/img */
}

/* Se seu header NÃO é fixo, pode reduzir o padding-top acima.
   Se seu header é fixo (sticky/fixed), esse padding-top é o correto. */

/* CONTEÚDO */
.banner-principal .container {
  position: relative;
  z-index: 2;
}

/* Coluna do texto - mobile centralizado */
.banner-principal .col-lg-5 {
  text-align: center;
}

/* TÍTULO */
.banner-principal h2 {
  margin: 0;
  color: #313131;
  font-size: 34px;
  max-width: 590px;
}

/* Destaque do título */
.banner-principal h5 {
  color: #a20c18;
}
/* TEXTO */
.banner-principal p {
  margin: 0;
  color: #3f3f3f;
  font-size: clamp(16px, 3.8vw, 24px);
}

/* BOTÃO + SETA */
.banner-principal .btn.btn-transformando {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}

.seta-btn {
  width: 36px;
  height: auto;
  position: relative;
  top: 0;
}

/* Wrapper do botão+seta */
.banner-principal .d-flex.align-items-center.gap-4 {
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px !important;
}

/* ÍCONES */
.icone-ingrediente {
  width: 100%;
  max-width: 90px;
  height: auto;
  display: block;
}

.banner-principal .d-flex.flex-wrap.gap-3 {
  justify-content: center;
}

/***************************************************************************
  Ajustes Tablet (>= 576px)
***************************************************************************/
@media (min-width: 576px) {
  section.banner-principal {
    padding: 120px 0 55px;
    background-position: 65% center;
  }

  .icone-ingrediente {
    max-width: 100px;
  }

  #banner-slide .item img {
    max-height: 380px;
  }
}

/***************************************************************************
  Ajustes Desktop (>= 992px)
***************************************************************************/
@media (min-width: 992px) {
  section.banner-principal {
    /* desktop com mais respiro e alinhado ao header */
    padding: 70px 0 70px;

    /* Se quiser ocupar quase a tela toda, pode manter 100svh */
    min-height: 80vh;

    background-position: center;
  }

  /* Texto volta a alinhar à esquerda */
  .banner-principal .col-lg-5 {
    text-align: left;
  }

  /* Botão + seta alinhados à esquerda */
  .banner-principal .d-flex.align-items-center.gap-4 {
    justify-content: flex-start;
    flex-wrap: nowrap;
    gap: 24px !important;
  }

  /* Ícones à esquerda */
  .banner-principal .d-flex.flex-wrap.gap-3 {
    justify-content: flex-start;
  }

  .icone-ingrediente {
    max-width: 100px;
  }

  /* Slide pode crescer sem estourar */
  #banner-slide .item img {
    max-height: 520px;
    object-fit: contain;
  }
}

/***************************************************************************
  Ajustes Ultra Desktop (>= 1200px)
***************************************************************************/
@media (min-width: 1200px) {
  #banner-slide .item img {
    max-height: 600px;
  }
}

/***************************************************************************
  (Opcional) Form do banner — mantive, mas responsivo
***************************************************************************/
.banner-principal form {
  width: 100%;
  background-color: #d8dada;
  padding: 14px;
  border-radius: 44px;
}

.banner-principal form input,
.banner-principal form select {
  width: 100%;
  padding: 14px;
  background-color: var(--cor-branco);
  border-radius: 27px;
  border: 0;
  outline: none;
}

.banner-principal form select {
  color: rgba(128, 128, 128, 0.7);
}

.banner-principal form select:valid {
  color: #000;
}

.banner-principal form input::placeholder {
  color: var(--cor-cinza);
  opacity: 0.7;
}

.banner-principal form select option {
  color: #000;
}

.banner-principal form select option:disabled {
  color: var(--cor-cinza);
}

.banner-principal form .box-input {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;

  min-width: 62px;
  min-height: 62px;

  border-radius: 50%;
  background-color: var(--cor-azul-claro);
  border: 0;
}

.banner-principal form .box-input img {
  width: 36px;
  height: 36px;

  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/***************************************************************************
        Banner Interno
***************************************************************************/
.banner_interno {
  min-height: 200px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 50px;
  /* top: -80px; */
  position: relative;
  z-index: 1;
}
.banner_interno h3 {
  color: #fff;
  font-size: 45px;
}
.banner_interno .borda-card {
  background: #fff;
}
.titulo-sobre {
  display: flex;
  flex-direction: column;
}

.titulo-topo {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 6px;
}

.titulo-topo img {
  width: 22px;
  height: auto;
}

.titulo-topo span {
  color: #a20c18;
  font-weight: 500;
  letter-spacing: 1px;
  font-size: 19px;
}

.titulo-sobre h3 {
  font-size: 34px;
  font-weight: 800;
  color: #3a3a3a;
  margin: 0;
}
/***************************************************************************
        DIFERENCIAIS | Home
***************************************************************************/
#diferenciais {
  padding: 60px 0;
}

.titulo-diferenciais {
  font-weight: 800;
  color: #313131;
  font-size: 34px;
}

.cards-diferenciais {
  background: #ffffff;
  border-radius: 20px;
  padding: 80px 60px;
  height: 100%;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
  transition: all 0.25s ease;
}

.cards-diferenciais:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08);
}

.cards-diferenciais img {
  width: 56px;
  margin-bottom: 18px;
}

.cards-diferenciais h3 {
  color: #313131;
  font-weight: 800;
  font-size: 1.25rem;
  margin-bottom: 12px;
}

.cards-diferenciais p {
  color: #3f3f3f;
  font-size: 18px;
  font-weight: 300;
}
/***************************************************************************
        SOBRE CARBONI | Home
***************************************************************************/
#sobre-carbone {
  background-image: url(https://carbonifinanceiro.com.br/wp-content/uploads/2026/02/sobrecarboni.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  min-height: 500px;
  padding: 30px 0;
}

/* DIV central que você vai reposicionar depois */
#sobre-carbone .sobre-wrap {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sobre-tag {
  display: inline-block;
  font-size: 17px;
  letter-spacing: 1px;
  font-weight: 700;
  color: #a20c18;
  text-transform: uppercase;
  margin-bottom: 6px;
}

.sobre-titulo {
  color: #313131;
  font-weight: 800;
  margin-bottom: 18px;
}

/* deixa o espaçamento pelo gutter do bootstrap */
.sobre-contadores {
  margin-top: 10px;
}
#sobre-carbone .col-lg-8 {
  min-height: 420px; /* ajuste fino */
}
.sobre-contadores > [class*="col-"] {
  margin-bottom: 22px; /* espaçamento vertical */
}

.contador-item {
  display: flex;
  justify-content: center;
}

.contador-item {
  display: flex;
  justify-content: center;
}
.contador-bola_home {
  width: 100%;
  max-width: 180px; /* tamanho máximo */
  aspect-ratio: 1 / 1; /* mantém círculo perfeito */

  border-radius: 50%;
  background: #a20c18;
  color: #fff;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;

  padding: 16px;
  box-sizing: border-box;

  margin: 0 auto; /* centraliza na coluna */
}

.contador-bola {
  width: 180px;
  height: 180px;
  flex: 0 0 180px; /* impede o Bootstrap de espremer */
  border-radius: 50%;
  background: #a20c18;
  color: #fff;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;

  padding: 16px;
  box-sizing: border-box;

  position: relative; /* ⭐ necessário pro before */
  z-index: 1;
}

/* círculo branco externo */
.contador-bola::before {
  content: "";
  position: absolute;

  width: 200px; /* ⭐ um pouco maior que 180 */
  height: 200px;

  border-radius: 50%;
  border: 3px solid #fff;
  background: transparent;

  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);

  pointer-events: none;
  z-index: -1;
}
.sobre-conteudo {
  position: relative;
  top: -100px;
}
/* responsivo só quando a tela for pequena */
@media (max-width: 991px) {
  .banner_interno {
    margin-top: 130px;
  }
  #sobre-carbone {
    background: #faf8f6;
  }
  section.banner-principal {
    padding: 30px 0;
    min-height: fit-content;
    background: #faf8f6;
    padding-top: 120px;
  }
  .sobre-conteudo {
    position: relative;
    top: 0px !important;
  }
}
@media (max-width: 575px) {
  .contador-bola {
    width: 150px;
    height: 150px;
    flex: 0 0 150px;
  }
}

.contador-num {
  font-weight: 700;
  font-size: 30px;
  line-height: 1;
  margin-bottom: 6px;
}
.conheca-carboni-caunt {
  position: relative;
  top: -150px;
  margin-bottom: -150px;
}
.contador-txt {
  font-size: 12px;
  line-height: 1.25;
  opacity: 0.95;
  max-width: 85%;
}

/* Card */
.sobre-card {
  background: #fff;
  border-radius: 18px;
  padding: 45px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(0, 0, 0, 0.06);
}

.sobre-card-top {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
}

.sobre-card-icone {
  width: 130px;
  height: 28px;
  object-fit: contain;
}

.sobre-card-logo {
  font-weight: 900;
  letter-spacing: 0.5px;
  color: #313131;
  font-size: 18px;
}

.sobre-card-texto {
  margin: 0;
  color: #3f3f3f;
  font-size: 14px;
  line-height: 1.55;
  font-weight: 400;
}

/* Responsivo */
@media (max-width: 991px) {
  #sobre-carbone {
    min-height: auto;
    padding: 55px 0;
  }

  .sobre-contadores {
    justify-content: flex-start;
  }

  .contador-bola {
    width: 160px;
    height: 180px;
  }

  .contador-num {
    font-size: 30px;
  }

  .col-lg-4 .sobre-card {
    margin-top: 22px;
  }
}

/* MOBILE: bolinhas 1 embaixo da outra (sem cortar) */
@media (max-width: 576px) {
  .contador-item {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    display: flex;
    justify-content: center;
  }

  .contador-bola {
    width: 175px;
    height: 150px;
    border-radius: 999px;
    padding: 18px;
  }

  .contador-num {
    font-size: 30px;
  }

  .contador-txt {
    font-size: 12px;
    text-align: center;
  }
}
/* =========================
   Z-INDEX / HOVER
========================= */

.produtos-carousel .owl-item {
  position: relative;
  z-index: 1;
}

.produtos-carousel .owl-item:hover {
  z-index: 999; /* traz o slide inteiro pra frente no hover */
}

/* Zoom apenas na imagem (passa por cima do card) */
.produtos-carousel .owl-item:hover .img-wrapper img {
  transform: scale(1.35);
}

/* (opcional) destaque do center */
.produtos-carousel .owl-item.active.center {
  z-index: 50;
}

/* Opcional: leve subida do card central (fica mais premium) */
.owl-item.active.center {
  transform: translateY(-10px);
}

/* Container dos dots */
.owl-dots {
  width: 100%;
  position: absolute;
  bottom: -35px;

  display: flex;
  justify-content: center; /* centraliza horizontal */
  align-items: center; /* alinha vertical */
  gap: 10px; /* espaço entre os dots */
}

/* Remove qualquer deslocamento */
.owl-dot span {
  width: 25px;
  height: 25px;
  background: #cfcfcf56;
  border-radius: 50%;
  display: block;
  transition: background 0.3s;
  margin: 0; /* remove margin extra */
  top: 0; /* remove o deslocamento */
  position: static;
}

.owl-dot.active span {
  background: #fff !important;
}

/***************************************************************************
        CARBONI SOLUÇÕES | Home
***************************************************************************/
/* SECTION */
#carboni-solucoes {
  padding: 80px 0;

  font-family: "Montserrat", sans-serif;
}

/* TAG */
.carboni-tag {
  color: #a20c18;
  font-weight: 700;
  font-size: 17px;
  letter-spacing: 1px;
  display: block;
  margin-bottom: 12px;
}

/* TITLE */
.carboni-title {
  font-size: 30px;
  font-weight: 800;
  color: #313131;
  margin-bottom: 20px;
  line-height: 1.2;
}

/* DESC */
.carboni-desc {
  color: #3f3f3f;
  font-size: 20px;
  margin-bottom: 20px;
  max-width: 520px;
}

/* LIST */
.carboni-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

/* ITEM */
.carboni-item {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  background: #ffffff;
  padding: 18px 20px;
  border-radius: 14px;
  border: 1px solid #e9e9e9;
  transition: 0.25s;
}

/* .carboni-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.06);
} */

.carboni-item img {
  width: 45px;
  height: 40px;
  flex-shrink: 0;
  object-fit: contain;
}

.carboni-item strong {
  display: block;
  font-size: 20px;
  color: #2b2b2b;
}

.carboni-item span {
  font-size: 16px;
  color: #6b6b6b;
}

/* IMAGEM */
.carboni-image-wrap {
  position: relative;
}

.carboni-main-img {
  width: 100%;
  max-width: 520px;
  border-radius: 24px;
  object-fit: cover;
}

/* BOTÃO (mantendo sua classe) */
.receitas-btn {
  background: #a20c18;
  color: #ffffff;
  font-weight: 700;
  border-radius: 999px;
  border: none;
  padding: 14px 52px 14px 26px;
  display: inline-block;
  width: fit-content;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  transition: all 0.2s ease;
}

/* mobile */
@media (max-width: 576px) {
  .receitas-btn {
    white-space: normal !important;
    max-width: 100%;
    text-align: center;
  }
}

.receitas-btn:hover {
  background: #7d0912;
  color: #fff;
}

/* RESPONSIVO */
@media (max-width: 991px) {
  .carboni-title {
    font-size: 30px;
  }

  #carboni-solucoes {
    padding: 60px 0;
  }

  .carboni-image-wrap {
    margin-top: 40px;
  }
}
/***************************************************************************
        FAQ | Home
***************************************************************************/
#faq {
  margin-top: 100px;
  margin-bottom: 180px;
}

#faq h3 {
  font-weight: 800;
  font-size: 30px;
  color: #2b2b2b;
  margin-bottom: 50px;
}

#faq span {
  color: #a20c18;
}

#faq p {
  font-size: 17px;
  color: #848484;
  margin: 0;
}

/* structure */
.d-display {
  border-bottom: 1px solid #e8e8e8;
  border-radius: 40px;
}

/* details[open],
	details summary,
	.d-imgs {
	  display: block;
	  
	}
	details summary {
	  display: flex;
	  justify-content: space-between;
	  align-items: center;
	  padding: 5px 10px 5px;
	  width: 100%;
	  cursor: pointer;
	  font-weight: 600;
	  font-size: 12px;
	  color:#f8831f ;
	}
	details summary:after {
	    color: #fff;
	    background: #f8831f;
	    width: 50px;
	    height: 50px;
	    padding-left: 22px;
	   
	    border-radius: 40px;
	    content: "›";
	    font-size: 2rem;
	    transition: 0.3s;
	    font-weight: 400;
	}

	
	details {
	  
	  transition: height 0.3s ease;
	}
	details[open] {
	  height: 10rem;
	}
	details p {
	  height: fit-content;
	  padding: 16px;
	}
	details[open] summary:after {
	  transform: rotate(90deg);
	  background: #1f1762;
	} */
.faq-container {
  background-color: transparent;
  border-radius: 6px;
  font-family: Arial, sans-serif;
}

.faq-item {
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  margin-bottom: 12px;
  overflow: hidden;
}

.faq-question {
  background: #fff;
  color: #333;
  font-weight: 600;
  padding: 0px 0 0px 20px;
  width: 100%;
  text-align: left;
  border: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 18px;
  cursor: pointer;
}

.faq-question .faq-icon-wrapper {
  background-color: #a20c18;
  padding: 0;
  min-width: 56px;
  height: 56px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.faq-icon-wrapper img.faq-icon {
  width: 24px;
  height: 24px;
  transition: transform 0.3s ease;
}

.faq-item.active .faq-icon {
  transform: rotate(90deg);
}

.faq-item.active .faq-question {
  background-color: #a20c18;
  color: #fff;
}

.faq-item.active .faq-icon-wrapper {
  background-color: #8d0a14;
}

.faq-answer {
  background: #f9f9f9;
  padding: 16px;
  font-size: 18px;
  color: #444;
  display: none;
}

@media (max-width: 768px) {
  .faq-question {
    font-size: 15px;
    padding: 0px 0px 0px 18px;
    height: 100px;
  }

  .faq-question .faq-icon-wrapper {
    min-width: 48px;
    height: -webkit-fill-available;
  }

  .faq-icon-wrapper img.faq-icon {
    width: 20px;
    height: 20px;
  }
}
.receitas-btn {
  background: #a20c18;
  color: #ffffff;
  font-weight: 700;
  border-radius: 999px;
  border: none;
  padding: 14px 52px 14px 26px; /* espaço extra pra seta */
  display: inline-block;
  width: fit-content;
  text-decoration: none;
  white-space: nowrap;
  position: relative;

  transition: all 0.2s ease;
}

/* seta com sua imagem */
.receitas-btn::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  background-image: url("https://carbonifinanceiro.com.br/wp-content/uploads/2026/02/seta.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

/* hover */
.receitas-btn:hover {
  background: #8d0a14;
  color: #ffffff;
}
/***************************************************************************
        SOBRE NOS | CONHEÇA
***************************************************************************/
/* ===== SECTION ===== */
#conheca-carboni {
  /* background: #f5f5f5; */
}

/* eyebrow */
.cc-eyebrow {
  color: #a20c18;
  font-weight: 700;
  font-size: 17px;
  letter-spacing: 1px;
}

/* título */
.cc-title {
  font-weight: 800;
  font-size: 30px;
  margin: 10px 0 20px;
  color: #3a3a3a;
}

/* textos */
.cc-text {
  color: #3f3f3f;
  font-weight: 300;

  font-size: 20px;
}

/* pergunta */
.cc-question {
  margin-top: 20px;
  font-weight: 300;
  color: #3f3f3f;
  font-size: 20px;
}

/* box destaque */
.cc-highlight {
  background: #fff;
  border-radius: 14px;
  padding: 22px;
  margin-top: 12px;
  font-weight: 700;
  color: #2b2b2b;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
  border: 1px solid #e9e9e9;
  font-size: 20px;
}

.cc-highlight strong {
  color: #a20c18;
}

/* botão */
.cc-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #c4000f;
  color: #fff;
  padding: 14px 26px;
  border-radius: 999px;
  font-weight: 700;
  text-decoration: none;
  transition: 0.3s;
}

.cc-btn:hover {
  background: #a20c18;
  color: #fff;
}

/* seta */
.cc-arrow {
  font-size: 20px;
  line-height: 1;
}

/* imagem */
.cc-img-wrap img {
  border-radius: 18px;
  width: 100%;
  height: 500px;
  object-fit: contain;
}
/***************************************************************************
        SOBRE NOS | DIFERENCIAIS
***************************************************************************/
#diferenciais-sobre {
  background: #faf8f6;
  padding-top: 50px;
  margin: 70px 0 370px 0px;
}
.diferenciais-sobre-row {
  position: relative;
  top: 280px;
  margin-top: -280px;
}
/***************************************************************************
        SOBRE NOS | NOSSO PUBLICO
***************************************************************************/

#nosso-pulico {
  position: relative;
  background: #fff;
  overflow: hidden;
}

/* 🔥 imagem grudada na lateral */
.nosso-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 45%;
  height: 100%;

  background-image: url("https://carbonifinanceiro.com.br/wp-content/uploads/2026/03/bannersobre2.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}

/* garante respiro vertical */
#nosso-pulico .container {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 991px) {
  .conheca-carboni-caunt {
    margin-bottom: -210px !important;
  }
  .nosso-bg {
    position: relative;
    width: 100%;
    height: 260px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .conheca-carboni-cau {
    top: 0px !important;
    left: inherit !important;
    margin-bottom: 40px !important;
  }

  #nosso-pulico .col-lg-6 {
    margin-top: 30px;
  }
  #nosso-pulico .container {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
.conheca-carboni-cau {
  margin: auto;
  position: relative;
  top: -230px;
  left: -110px;
  margin-bottom: -230px;
}
/***************************************************************************
        SOBRE NOS | EQUIPE
***************************************************************************/
/* título */
#nossa-equipe {
  margin: 70px 0;
}

.titulo-equipe {
  font-weight: 800;
  color: #313131;
  font-size: 2.2rem;
}

/* card */
.card-equipe {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
  max-width: 520px;
  width: 100%;
  transition: 0.3s;
}

.card-equipe:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.12);
}

/* imagem */
.card-equipe img {
  width: 100%;
  height: 350px;
  object-fit: cover;
  display: block;
}

/* corpo */
.card-equipe-body {
  padding: 40px;
}

.cards-diferenciais h3,
.card-equipe h3 {
  color: #313131;
  font-weight: 800;
  font-size: 1.25rem;
  margin-bottom: 8px;
}

.cc-eyebrow {
  color: #a20c18;
  font-weight: 700;
  font-size: 17px;
  letter-spacing: 1px;
  display: block;
  margin-bottom: 14px;
}

.card-equipe p {
  color: #555;
  line-height: 1.6;
  margin: 0;
}

/* responsivo */
@media (max-width: 991px) {
  .titulo-equipe {
    font-size: 1.8rem;
  }

  .card-equipe img {
    height: 220px;
  }
}
/***************************************************************************
        footer home include
***************************************************************************/

#footer-home {
  position: relative;
  top: 70px;
  z-index: 0;
}
#footer-home h2 {
  font-size: 40px;
  color: #0c407c;
}
#footer-home p {
  font-size: 20px;
}
#footer-home .amarelo {
  color: #f4b207 !important;
  font-family: var(--titulo);
  font-size: 40px;
}

/***************************************************************************
        Onde Encontrar
***************************************************************************/
#onde-encontrar {
  display: flex;
  align-items: center;
  background-image: url(https://carbonifinanceiro.com.br/wp-content/uploads/2026/02/banner-onde.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 350px;
  position: relative;
  top: -170px;
  margin-bottom: -170px;
  padding: 150px 0 70px;
}

#onde-encontrar h2 {
  color: #fff;
  text-align: center;
}
#onde-encontrar p {
  color: #fff;
  text-align: center;
}
.card-onde-encontrar {
  border-radius: 20px;
  overflow: hidden;
  background: #f5f5f5;
  box-shadow: 0 12px 26px rgba(17, 24, 39, 0.08);
  border: 1px solid rgba(15, 23, 42, 0.06);
}

.card-onde-encontrar .card-img-top {
  height: 270px;
  object-fit: cover;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.card-onde-encontrar .card-body {
  padding: 60px;
}

.card-onde-encontrar .card-title {
  color: #6b7280;
  font-family: var(--font-Montserrat) !important;
  font-weight: 800 !important;
}

.card-onde-encontrar .card-text {
  font-size: 0.95rem;
}
/***************************************************************************
        Quem somos
****************************************************************************/
#quem-somos {
  padding: 80px 0;
}
.quadrado-cont {
  display: flex;
  align-items: center;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 15px;
  padding-left: 30px;
  position: relative;
  top: -120px;
  left: -40px;
  box-shadow: 2px 5px 11px 0px;
}
.quadrado-cont img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  margin-right: 10px;
}
#quem-somos h3 {
  color: #045189;
}
.quemimg {
  width: 100%;
  object-fit: contain;
  height: 550px;
}
/* .rednumber,
.countercd {
  margin: 0;
  font-size: 34px;
  font-weight: normal;
  color: #045189;
  font-family: var(--titulo);
} */
/***************************************************************************
        Sobre | começou
***************************************************************************/
#comecou h2 {
  color: #fff;
}
#comecou p {
  color: #fff;
}
#comecou {
  display: flex;
  align-items: center;

  background-image: url(https://carbonifinanceiro.com.br/wp-content/uploads/2026/02/banner-sobre-amarelo.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

  min-height: 80vh;
  position: relative;

  /* Desktop (mantém teu layout) */
  top: -170px;
  margin-bottom: -170px;

  /* Compensa o header fixo sem depender só do top */
  padding: 150px 0 120px;
}

/* Notebook / tablets */
@media (max-width: 1199px) {
  #comecou {
    top: -170px;
    margin-bottom: -170px;
    padding: 170px 0 100px;
    min-height: 70vh;
  }
}

/* Mobile */
@media (max-width: 991px) {
  #comecou {
    /* aqui que para de quebrar */
    /* top: 0; */
    margin-bottom: 0;

    min-height: auto;
    padding: 130px 16px 80px;

    /* opcional: centraliza melhor no mobile */
    align-items: center;
    text-align: center;
  }
}

/* Mobile pequeno */
@media (max-width: 480px) {
  #comecou {
    padding: 115px 14px 70px;
    background-position: center top;
  }
}
/***************************************************************************
        Sobre | Crescer
***************************************************************************/
#crescer {
  background: #fff;
  height: fit-content;
  padding: 70px 0;
  z-index: 0;
}
#crescer h2 {
  color: #0c407c;
  text-align: center;
  margin-bottom: 20px;
}
#crescer p {
  text-align: center;
}
/***************************************************************************
        Sobre | Espaço
***************************************************************************/
#espaco h2 {
  color: #0c407c;
}

#espaco {
  background: #fbfbfb;
  height: fit-content;
  padding: 70px 0;
  z-index: 0;
  padding-bottom: 100px;
}
#espaco h4 {
  color: #0c407c;
  text-align: center;
  max-width: 250px;
}
/***************************************************************************
        Sobre | Parceria
***************************************************************************/
#parceria {
  background: #fff;
  height: fit-content;
  padding: 70px 0;
  z-index: 0;
}
#parceria h2 {
  color: #0c407c;
  text-align: center;
  margin-bottom: 20px;
}
#parceria p {
  text-align: center;
}
#parceria img {
  height: 90px;
  object-fit: contain;
}
/***************************************************************************
        sobre | tecnologia
***************************************************************************/
#tecnologia {
  background-image: url(https://carbonifinanceiro.com.br/wp-content/uploads/2026/02/experimente-bg.png);
  height: fit-content;
  background-repeat: no-repeat;
  background-position: center;

  background-size: cover;
  min-height: 80vh;
  position: relative;
  top: -40px;
}
#tecnologia .row {
  min-height: 80vh; /* ou 100% se você quiser amarrar por outro jeito */
}
#tecnologia h2 {
  color: #fff;
  font-size: 40px;
  margin-top: 100px;
  margin-bottom: 10px;
}
#tecnologia p {
  color: #fff;
  font-size: 20px;
}

/***************************************************************************
        Quem somos | compromisso
***************************************************************************/

#compromisso {
  background-image: url(https://clientemarcasite.com.br/mactost-wp/wp-content/uploads/2025/12/compromissobg.png);
  height: 670px;
  background-repeat: no-repeat;
  background-position: center;
  padding: 60px 0;
  background-size: cover;
  z-index: 1;
  position: relative;
}
#compromisso h3 {
  color: #fff;
}
#compromisso p {
  color: #fff;
}
.img-compromisso {
  height: 400px;
  object-fit: cover;
}
/***************************************************************************
        Quem somos | Essencia
***************************************************************************/
#essencia {
  background-color: #e6edf3;
  height: fit-content;
  background-repeat: no-repeat;
  background-position: center;
  padding: 180px 0;
  background-size: cover;
  top: -80px;
  z-index: 0;
}

#essencia h3 {
  font-size: 32px;
  color: #045189;
}
#essencia h5 {
  font-size: 26px;
  color: #045189;
}

.card_areas img {
  height: 60px;
  width: 60px;
  margin-bottom: 10px;
  object-fit: contain;
}
.card_areas {
  background: #fff;
  border: 1px solid #ececec;
  padding: 50px;
  padding-top: 100px;
  height: 100% !important;
  min-height: 430px;
}

.card_areas p {
  font-size: 16px;
  color: #808080;
}
.areas_btn {
  display: block;
  border: 1px solid #d9ab70;
  width: 100%;
  text-align: center;
  background: #d9ab70;
  color: #fff;
  font-weight: 600;
  padding: 15px 0px;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
  position: relative;
  top: -20px;
  font-size: 18px;
}
.areas_btn:hover {
  color: #fff;
}
/***************************************************************************
        DEPOIMENTOS
***************************************************************************/
/* Section */
.carboni-depoimentos {
  background: #fff;
}

/* Card base */
.carbone-depo-card {
  background: #ffffff;
  border: 2px solid #e9e9e9;
  border-radius: 28px;
  /* overflow: hidden; */
  position: relative;
  padding-bottom: 18px;
}
.carboni-depo-quote {
  width: 30px;
  position: relative;
  top: -20px;
  left: 125px;
}
/* =========================================================
   ✅ NOVO HEADER DO CARD (IGUAL AO PRINT)
   - Foto colada na tarja
   - Foto com radius só do lado esquerdo
   - Tarja com radius grande no lado direito
   - Sem absolute / sem margin-left
   ========================================================= */
.carbone-depo-top {
  padding: 18px 18px 0 18px;
  position: relative;
  top: -70px;
  margin-bottom: -70px;
}

.carbone-depo-topo {
  display: flex;
  align-items: center;
  width: 100%;
}

/* FOTO */
.carbone-depo-topo .carbone-depo-foto {
  position: static; /* remove o absolute antigo */
  left: auto;
  top: auto;

  width: 120px;
  height: 100px;
  flex: 0 0 120px;
  overflow: hidden;
  background: #f2f2f2;
  border-radius: 22px 0 0 22px; /* igual ao print */
}

.carbone-depo-topo .carbone-depo-foto img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* TARJA */
.carbone-depo-topo .carbone-depo-header {
  margin-left: 0; /* remove o margin-left antigo */
  flex: 1;
  min-width: 0;

  height: 100px;
  background: #2f2f2f;
  color: #fff;
  border-radius: 0 20px 20px 0;
  padding: 18px 30px;

  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* TEXTO */
.carbone-depo-topo .carbone-depo-nome {
  font-size: 19px;
  font-weight: 700;
  line-height: 1.1;
  margin: 0;

  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.carbone-depo-topo .carbone-depo-cargo {
  font-size: 12px;
  letter-spacing: 1px;
  opacity: 0.9;
  font-weight: 600;
  margin-top: 6px;

  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* RESPONSIVO DO HEADER */
@media (max-width: 768px) {
  .carbone-depo-topo .carbone-depo-foto {
    width: 90px;
    height: 80px;
    flex-basis: 90px;
    border-radius: 18px 0 0 18px;
  }

  .carbone-depo-topo .carbone-depo-header {
    height: 80px;
    padding: 14px 20px;
    border-radius: 0 28px 28px 0;
  }

  .carbone-depo-topo .carbone-depo-nome {
    font-size: 22px;
  }
  .carbone-depo-topo .carbone-depo-cargo {
    font-size: 12px;
  }
}

/* =========================================================
   RESTO DO CARD (conteúdo do depoimento)
   ========================================================= */

/* Corpo do depoimento */
.carbone-depo-body {
  padding: 22px 22px 10px 22px;
  margin-top: 18px;
}

.carbone-depo-stars {
  font-size: 22px;
  letter-spacing: 4px;
  margin-bottom: 18px;
  line-height: 1;
}

.carbone-depo-stars span {
  color: #f7b500;
}

.carbone-depo-text {
  color: #6a6a6a;
  font-size: 20px;
  line-height: 1.35;
  margin: 0;
  font-weight: 400;
}
/***************************************************************************
    BLOG
***************************************************************************/
/* títulos */
#mb_blog_index {
  padding: 90px 0;
}
#mb_blog_index .mb_title {
  margin-bottom: 14px;
  color: #0c407c;
}

/* ingredientes */
#mb_blog_index .mb_ingredientes {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

#mb_blog_index .mb_ingredientes li {
  position: relative;
  padding-left: 18px;
  margin-bottom: 10px;
  color: #5a6666;
  line-height: 1.4;
  font-size: 20px;
}

#mb_blog_index .mb_ingredientes li:before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #2aa84a;
  position: absolute;
  left: 0;
  top: 7px;
}

/* modo de preparo (números em bolinha) */
#mb_blog_index .mb_preparo {
  counter-reset: step;
  list-style: none;
  padding-left: 0;
  margin: 0;
}

#mb_blog_index .mb_preparo li {
  counter-increment: step;
  position: relative;
  padding-left: 44px;
  margin-bottom: 16px;
  color: #5a6666;
  line-height: 1.45;
  font-size: 20px;
}

#mb_blog_index .mb_preparo li:before {
  content: counter(step);
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #2aa84a;
  color: #fff;
  font-weight: 800;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
}

/* card direita */
#mb_blog_index .blog_card_int {
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.08);
  overflow: hidden;
}

#mb_blog_index .img_blog_ocb_int {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

/* infos (ícones + texto) */
#mb_blog_index .mb_infos {
  padding: 18px 18px 0 18px;
}

#mb_blog_index .mb_info_item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 0;
  border-bottom: 1px solid #eef0f0;
}

#mb_blog_index .mb_info_item_last {
  border-bottom: 0;
  padding-bottom: 10px;
}

#mb_blog_index .mb_info_icon {
  width: 50px;
  height: 50px;
  object-fit: contain;
  flex: 0 0 34px;
}

#mb_blog_index .mb_info_text {
  font-weight: 700;
  color: #667070;
}

/* share */
#mb_blog_index .mb_share {
  padding: 10px 18px 18px 18px;
}

#mb_blog_index .mb_share_title {
  font-size: 28px;
  font-weight: 900;
  margin: 10px 0 12px 0;
  color: #0b2b2d;
}

#mb_blog_index .mb_share_icons {
  display: flex;
  gap: 10px;
}

#mb_blog_index .mb_share_btn {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #b31414;
  /* vermelho parecido do print */
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition:
    transform 0.15s ease,
    opacity 0.15s ease;
}

#mb_blog_index .mb_share_btn:hover {
  transform: translateY(-2px);
  opacity: 0.92;
  color: #fff;
}

/* COLUNA DIREITA */
.mb_side {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

/* FOTO (separada) */
.mb_photo {
  overflow: hidden;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.1);
  background: #f2f2f2;
}

.mb_photo img {
  width: 100%;
  height: 320px;
  /* ajuste se quiser */
  display: block;
  object-fit: cover;
  object-position: center;
}

/* LISTA DE CARDS */
.mb_info_list {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

/* CADA CARD */
.mb_info_card {
  background: #fff;
  border-radius: 18px;
  padding: 18px 18px;
  display: flex;
  align-items: center;
  gap: 16px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.06);
}

.mb_info_icon {
  width: 46px;
  height: 46px;
  object-fit: contain;
  flex: 0 0 46px;
}

.mb_info_card p {
  margin: 0;
  font-size: 22px;
  font-weight: 800;
  color: #5a6666;
  /* cinza claro do print */
  line-height: 1.2;
}

/* COMPARTILHE */
.mb_share h4 {
  margin: 0 0 12px 0;
  font-size: 42px;
  font-weight: 900;
  color: #0b2b2d;
}

.mb_share_icons {
  display: flex;
  gap: 14px;
}

.mb_share_btn {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: #8c0f0f;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 22px;
  transition:
    transform 0.15s ease,
    opacity 0.15s ease;
}

.mb_share_btn:hover {
  transform: translateY(-2px);
  opacity: 0.92;
  color: #fff;
}

/* RESPONSIVO (pra não ficar gigante no mobile) */
@media (max-width: 576px) {
  .mb_photo img {
    height: 260px;
  }

  .mb_info_card p {
    font-size: 18px;
  }

  .mb_share h4 {
    font-size: 34px;
  }
}
.btn_amarelo_fases_blog:hover {
  border: solid 2px #ffca16;
  background: transparent;
  color: #ffca16;
}

/***************************************************************************
    SERVIÇOS | carboni
***************************************************************************/
#carboni-servicos {
  margin: 80px 0;
}
.seta-servicos {
  width: 50px;
  float: right;
  position: relative;
  top: -50px;
  margin-bottom: -50px;
}
.carboni-servicos-link {
  color: #a20c18;
  font-weight: 600;
  text-decoration: underline;
}
.carboni-servicos-icone {
  width: 60px;

  margin-bottom: 12px;
}
#carboni-servicos h3 {
  color: #313131;
  font-weight: 800;
  font-size: 1.25rem;
  margin-bottom: 8px;
}
#carboni-servicos p {
  color: #3f3f3f;
  font-size: 18px;
}
.carboni-servicos-img {
  height: 300px;
  width: 100%;
  object-fit: cover;
  border-radius: 20px;
}
/***************************************************************************
    serviços internos | carboni
***************************************************************************/
#servicos-interno {
  padding: 80px 0;
}

#servicos-interno h2 {
  font-size: 2.2rem;
  font-weight: 800;
  color: #313131;
  margin-bottom: 24px;
}

.servicos-interno-texto {
  color: #4b4b4b;
  font-size: 1.2rem;
  line-height: 1.45;
  margin-bottom: 32px;
}

.servicos-interno-img-wrap {
  position: relative;
  display: flex;
  justify-content: flex-end;
}

.servicos-interno-img {
  width: 100%;
  border-radius: 26px;
  display: block;
  object-fit: cover;
}

.servicos-interno-icone {
  position: absolute;
  left: -40px;
  top: 65%;
  transform: translateY(-50%);
  width: 95px;
  height: 95px;
  border-radius: 50%;
  background: #c40011;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.servicos-interno-icone::after {
  content: "";
  position: absolute;
  inset: -6px;
  border: 2px solid #d9d9d9;
  border-radius: 50%;
}

.servicos-interno-icone img {
  max-width: 42px;
  max-height: 42px;
  object-fit: contain;
  position: relative;
  z-index: 2;
}

.servicos-interno-cards {
  margin-top: 56px;
}

.servicos-card-interno {
  background: #f7f7f7;
  border: 1px solid #dddddd;
  border-radius: 28px;
  min-height: 255px;
  padding: 42px 24px 24px;
  text-align: center;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}

.servicos-card-numero {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #c40011;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 26px;
  line-height: 1;
}

.servicos-card-interno h3 {
  font-size: 1.1rem;
  font-weight: 800;
  color: #313131;
  line-height: 1.2;
  margin: 0;
}

@media (max-width: 991.98px) {
  #servicos-interno {
    padding: 60px 0;
  }

  #servicos-interno h2 {
    font-size: 1.8rem;
  }

  .servicos-interno-img-wrap {
    margin-top: 30px;
  }

  .servicos-interno-icone {
    left: 15px;
    top: auto;
    bottom: 20px;
    transform: none;
    width: 80px;
    height: 80px;
  }

  .servicos-interno-icone img {
    max-width: 34px;
    max-height: 34px;
  }

  .servicos-card-interno {
    min-height: 220px;
  }
}

@media (max-width: 575.98px) {
  .servicos-interno-texto {
    font-size: 1rem;
    margin-bottom: 22px;
  }

  .servicos-card-interno {
    min-height: auto;
    padding: 32px 20px;
  }

  .servicos-card-numero {
    width: 44px;
    height: 44px;
    font-size: 1.4rem;
    margin-bottom: 18px;
  }

  .servicos-card-interno h3 {
    font-size: 1rem;
  }
}
/***************************************************************************
    Contato | carboni
***************************************************************************/
/* SECTION */
#carboni-contato {
  /* background: #f5f5f5; */
  padding: 80px 0;
}
#carboni-contato a {
  color: #313131;
}

/* TITULOS */
.cc-eyebrow {
  color: #a20c18;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.carboni-title {
  font-size: 30px;
  font-weight: 800;
  color: #313131;
  line-height: 1.25;
}

.carboni-desc {
  font-size: 20px;
  color: #6b6b6b;
  line-height: 1.6;
}

/* SUBTITULO */
.carboni-subtitle {
  font-size: 22px;
  font-weight: 800;
  color: #313131;
}

/* DIVISOR */

/* CONTATOS */
.carboni-contatos li {
  font-size: 16px;
  color: #313131;
}

.carboni-ico {
  color: #a20c18;
  font-size: 18px;
}

/* FORM CARD */
.carboni-form-card {
  background: #ffffff;
  border-radius: 18px;
  padding: 32px;
  border: 1px solid #e8e8e8;
}

/* LABEL */
.carboni-label {
  display: block;
  font-size: 14px;
  margin-bottom: 6px;
  color: #3f3f3f;
}

/* INPUTS */
.carboni-input,
.carboni-textarea {
  width: 100%;
  border: none;
  background: #f0f0f0;
  border-radius: 10px;
  padding: 14px 16px;
  font-size: 15px;
}

.carboni-textarea {
  resize: none;
}

/* CHECKBOX */
.carboni-checklabel {
  font-size: 14px;
  color: #3f3f3f;
}

.carboni-link {
  color: #313131;
  text-decoration: underline;
}

/* BOTÃO */
.carboni-submit {
  width: 100%;
  border: none;
  background: #a20c18;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  padding: 16px;
  border-radius: 999px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  transition: 0.25s;
}

.carboni-submit:hover {
  background: #850812;
}

/* SETA */
.carboni-submit-ico {
  font-size: 20px;
}

/* RESPONSIVO */
@media (max-width: 991px) {
  .carboni-title {
    font-size: 28px;
  }
  .titulo-sobre {
    float: right;
    padding-right: 30px;
  }
  .carboni-form-card {
    margin-top: 30px;
  }
}
/* remove espaços estranhos do CF7 */
.wpcf7 p {
  margin: 0;
}

.wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}

.wpcf7-not-valid-tip {
  font-size: 14px;
  margin-top: 8px;
}

.wpcf7 form .wpcf7-response-output {
  margin: 16px 0 0;
  padding: 12px 16px;
  border-radius: 12px;
}

/* inputs */
.carboni-input,
.carboni-textarea {
  width: 100%;
  border: none;
  outline: none;
  background: #f2f2f2;
  border-radius: 14px;
  padding: 16px 18px;
  font-size: 16px;
  color: #313131;
  box-sizing: border-box;
  display: block;
}

.carboni-input {
  height: 52px;
}

.carboni-textarea {
  min-height: 120px;
  resize: none;
}

/* checkbox */
.carboni-checkwrap {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  cursor: pointer;
}

.carboni-check .wpcf7-form-control-wrap {
  width: auto;
  display: inline-block;
  flex: 0 0 auto;
}

.carboni-checkbox {
  width: 18px;
  height: 18px;
  margin-top: 4px;
}

.carboni-checklabel {
  line-height: 1.7;
  color: #313131;
}

/* botão submit do CF7 */
.wpcf7-submit.carboni-submit {
  background: #b40016;
  color: #fff;
  font-weight: 700;
  border-radius: 999px;
  border: none;
  padding: 18px 28px;
  width: 100%;
  text-align: center;
  font-size: 18px;
  transition: 0.2s ease;
}

.wpcf7-submit.carboni-submit:hover {
  opacity: 0.92;
}

/* spinner do CF7 */
.wpcf7-spinner {
  display: block;
  margin: 12px auto 0;
}
.wpcf7 p {
  margin: 0;
}

.wpcf7 br {
  display: none;
}
/***************************************************************************
        Footer
***************************************************************************/
footer {
  background: #faf8f6;
  height: fit-content;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  min-height: fit-content;
  padding-top: 50px;
  z-index: 1;
  position: relative;
}
.receitas-btn-footer {
  background: #a20c18;
  color: #ffffff !important;
  font-weight: 700;
  border-radius: 999px;
  border: none;
  padding: 14px 26px 14px 50px;
  display: inline-block;
  width: fit-content;
  text-decoration: none;
  white-space: nowrap;
  position: relative;

  transition: all 0.2s ease;
}
.footerWats {
  width: 60px;
  position: relative;
  left: 35px;
  z-index: 1;
  margin-left: -35px;
}

footer a {
  color: #313131 !important;
}
footer h5 {
  color: #313131 !important;
  font-size: 20px;
  font-weight: 700;
  font-size: 21px;
}
.footer-bottom {
  background: #a20c18; /* vermelho da faixa */
  padding: 10px 0;
  margin-top: 40px;
}

.footer-bottom-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer-copy {
  color: #fff;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
}

.footer-copy img {
  height: 13px;
}

.footer-privacy a {
  color: #fff !important;
  text-decoration: none;
  font-size: 14px;
}

.footer-privacy a:hover {
  text-decoration: underline;
}

.footer-contato h5 {
  font-weight: 700;
  color: #313131;
  margin-bottom: 12px;
}

.footer-item {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 8px;
  color: #555;
  font-size: 15px;
}

.footer-item i {
  color: #a20c18;
  font-size: 16px;
}
/***************************************************************************
        Responsivo
***************************************************************************/

.mobile {
  display: none;
}

@media (min-width: 1600px) {
  .banner-principal .thumb {
  }
}

@media (max-width: 1399px) {
  header ul {
    gap: 15px;
  }

  header.drop #menu-primeiro {
    padding: 15px 40px;
  }

  header.drop #menu-primeiro ul {
    justify-content: end;
  }

  header.drop #menu-primeiro ul .nav-item .nav-link,
  header.drop #menu-primeiro .btn-azul {
    font-size: 18px;
    line-height: 1rem;
  }

  header.drop #menu-primeiro .btn-azul {
    max-width: fit-content;
    padding: 12px 20px;
    margin-bottom: 20px;
  }

  header.drop #menu-primeiro .col-lg-8 {
    margin-top: 1rem;
  }
}

@media (min-width: 1200px) {
  .banner-principal .thumb {
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  header ul {
    gap: 10px;
  }

  header ul .nav-item .nav-link,
  header .btn-azul {
    font-size: 0.75rem;
    line-height: 1rem;
  }

  .area-footer .logo {
    max-width: 200px;
  }

  header .btn-azul {
    padding: 15px 25px;
  }

  header.drop #menu-primeiro ul {
    justify-content: center;
  }

  header.drop #menu-primeiro ul .nav-item .nav-link,
  header.drop #menu-primeiro .btn-azul {
    font-size: 0.625rem;
    line-height: 0.875rem;
  }

  header.drop #menu-primeiro .btn-azul {
    margin-bottom: 15px;
  }
}

@media (max-width: 1199px) {
  .banner-principal .thumb {
  }
}

@media (min-width: 992px) {
}

@media (max-width: 991px) {
  #contato-cel {
    margin: 120px 0;
    padding: 80px 0;
  }
  .experimente-img {
    top: 0px;
    margin-bottom: 0px;
    width: 100%;
  }
  h2,
  h3 {
    font-size: 2rem !important;
    line-height: 2.25rem !important;
  }
  #produtos-tabs .produtos-carousel .owl-dots {
    left: 0;
    right: 0;
    bottom: 0;
  }
  #parceria {
    padding: 0;
  }
  #footer-home {
    top: 110px;
  }
  .quadrado-cont {
    top: inherit;
    left: inherit;
  }

  .service-card {
    height: fit-content;
    display: block;
  }
  .service-image img {
    height: fit-content;
  }
  header {
    margin-top: 0px;
  }
  #compromisso {
    height: fit-content;
  }
  .posicao1 {
    position: relative;
    left: 0px;
  }
  .posicao2 {
    position: relative;
    left: 0px;
  }
  #servicos-home {
    height: fit-content;
  }
  .mobile {
    display: block;
  }

  .desktop {
    display: none !important;
  }

  header,
  header.drop {
    padding-top: 0;
  }

  header .logo {
    max-width: 200px;
  }

  header .hamburguer-bt {
    display: inline-block;
    height: fit-content;
    min-height: 32px;
    margin: 0px 15px;
    margin-bottom: -12px;
    float: right;
  }

  header .hamburguer-bt .hamburguer_line {
    background-color: #a20c18;
    width: 30px;
    height: 4px;
    margin: 5px 0;
  }

  header .hamburguer-bt.ativo .hamburguer-top {
    transform: rotate(45deg);
    margin-top: 11px;
  }

  header .hamburguer-bt.ativo .hamburguer-middle {
    opacity: 0;
  }

  header .hamburguer-bt.ativo .hamburguer-bottom {
    transform: rotate(-45deg);
    margin-top: -18px;
  }

  header #opt_menu {
    position: fixed;
    height: calc(100% - 86px);
    width: 320px;
    background: var(--cor-branco);
    opacity: 1;
    z-index: 99;
    right: -150%;
    top: 130px;
    padding: 10px;
    display: block;
    overflow: auto;
  }

  header #opt_menu.ativo {
    right: 0;
  }

  header .fundo_menu {
    background: #00000096;
    width: 100%;
    height: 100%;
    top: 130px;
    right: -100%;
    position: fixed;
    z-index: 89;
  }

  header .fundo_menu.ativo {
    right: 0;
  }

  header #opt_menu .navbar-brand {
    width: 100%;
    margin: 0;
    text-align: -webkit-center;
  }

  header #opt_menu .nav-item {
    display: flex;
    justify-content: center;
    text-align: center;
    padding: 0 20px;
    text-transform: uppercase;
  }

  header #opt_menu .nav-item.submenu {
    display: flex;
    flex-direction: column;
  }

  header #opt_menu .nav-item.ativo {
    flex-direction: column;
  }

  header #opt_menu .nav-item.ativo .submenu {
    display: flex;
  }

  .submenu {
    display: none;
    padding: 0;
    list-style: none;
    padding-top: 25px !important;
  }

  #opt_menu .nav-item .nav-link {
    font-size: 1.125rem;
    color: #a20c18;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 4px;
  }

  header #menu-segundo {
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--cor-branco);
    position: fixed;
    width: 100%;
    height: 130px;
    z-index: 99;
    box-shadow: 0px -3px 11px 4px;
    background: #fff;
  }

  header #opt_menu ul {
    padding-top: 40px;
    align-items: start;
    flex-direction: column;
    gap: 25px;
  }

  .banner-principal h2,
  .banner-principal p {
    max-width: 100%;
  }

  .responsivo {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  .banner-principal form {
    border-radius: 24px;
  }

  .banner-principal form .btn-azul {
    padding: 15px;
    position: relative;
  }

  .banner-principal form .btn-azul img {
    width: 36px;
    height: 36px;
    position: absolute;
    right: 15px;
  }
}

@media (max-width: 767px) {
  .banner-principal h2 {
    font-size: 2rem;
    line-height: 2.25rem;
  }

  iframe {
    height: 350px;
  }

  .banner-principal .thumb {
  }
}

@media (max-width: 575px) {
}

@media (max-width: 567px) {
  .area-footer .col-md-6,
  .area-footer ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
}

@media (max-width: 475px) {
}

@media (max-width: 467px) {
  .banner-principal p,
  .banner-principal p > span {
    font-size: 1.125rem;
    line-height: 1.375rem;
  }
}

@media (max-width: 400px) {
}

.btn-topo {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 70px;
  left: 12px;
  background: var(--cor-azul-claro);
  border: none;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  cursor: pointer;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
  z-index: 99;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}

#btnTopo.show {
  opacity: 1;
}

.btn-topo.disabled {
  cursor: default;
  pointer-events: none;
  opacity: 0;
}

.btn-topo img {
  width: 17px;
  height: 15px;
  transform: rotate(-90deg);
}

.wp-pagenavi {
  display: flex;
  align-items: center;
  gap: 10px;
}

.wp-pagenavi span.current {
  background: var(--cor-azul-claro);
  color: var(--cor-branco);
  cursor: default;
}

.wp-pagenavi span,
.wp-pagenavi a {
  font-size: 1rem;
  font-family: var(--font-Montserrat);
  background-color: #f4f4f4;
  color: var(--cor-azul-claro);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  padding: 0;
  margin: 0;
  width: 41px;
  height: 41px;
  cursor: pointer;
  border: none;
}

.whatsapp img {
  position: fixed;
  z-index: 8;
  bottom: 86px;
  right: 8px;
  width: 50px;
  height: 50px;
  opacity: 0.7;
  transition: ease 0.8s all;
}

.whatsapp a:hover img {
  opacity: 1;
  filter: drop-shadow(0px 0px 6px black);
}
