/* Fontes personalizadas */
@font-face {
  font-family: "AnekLatin";
  src: url("../fonts/anek-textos/AnekLatin-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "AnekLatin";
  src: url("../fonts/anek-textos/AnekLatin-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "AnekLatin";
  src: url("../fonts/anek-textos/AnekLatin-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "AnekLatin";
  src: url("../fonts/anek-textos/AnekLatin-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "AnekLatin";
  src: url("../fonts/anek-textos/AnekLatin-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "BebasNeue";
  src: url("../fonts/Bebas-TITULOS/BebasNeue Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "BebasNeue";
  src: url("../fonts/Bebas-TITULOS/BebasNeue Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "BebasNeue";
  src: url("../fonts/Bebas-TITULOS/BebasNeue Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
}

body {
  font-family: "AnekLatin", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "BebasNeue", sans-serif;
}

/* Classes utilitárias para pesos de fonte */
.font-light {
  font-weight: 300 !important;
}
.font-normal {
  font-weight: 400 !important;
}
.font-medium {
  font-weight: 500 !important;
}
.font-semibold {
  font-weight: 600 !important;
}
.font-bold {
  font-weight: 700 !important;
}

/* Classes para fontes específicas */
.font-anek {
  font-family: "AnekLatin", sans-serif !important;
}
.font-bebas {
  font-family: "BebasNeue", sans-serif !important;
}

/* Header Bitter */
.header-bitter {
  background-color: #ab2c08;
  padding: 10px 0;
  position: fixed;
  width: 100%;
  z-index: 1000;
  top: -100px; /* começa escondido para cima */
  transition: top 0.3s ease;
}

.header-bitter.active {
  top: 0; /* aparece quando adicionamos a classe */
}
h2 {
  font-size: 60px;
  font-weight: 600;
}
.header-bitter .navbar {
  padding: 0;
}
.bitter-espace {
  padding-bottom: 96px;
}
.header-bitter .navbar-brand {
  text-decoration: none;
}

.logo-bitter {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.bitter-title {
  color: white;
  font-size: 2.5rem;
  font-weight: bold;
  margin: 0;
  line-height: 1;
}

.logo-line {
  width: 100%;
  height: 2px;
  background-color: white;
  margin: 5px 0;
}

.content-subtitle {
  color: white;
  font-size: 1.2rem;
  font-weight: normal;
  margin: 0;
  letter-spacing: 0.2em;
  line-height: 1;
}

.header-bitter .navbar-nav {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.header-bitter .nav-link {
  color: white !important;
  text-decoration: none;
  font-weight: 400;
  font-size: 20px;
  padding: 0.5rem 0.75rem;
  transition: opacity 0.3s ease;
}

.header-bitter .nav-link:hover {
  opacity: 0.8;
}

.nav-separator {
  color: white;
  font-weight: bold;
  margin: 0 0.25rem;
}
.hero-home {
  position: relative;
  display: flex;
  overflow: hidden;
  min-height: 500px;
  background: #eee2ca;
}
.quem-somos {
  background-image: url("../imgs/bg-sobre.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 480px;
  display: flex;
  align-items: center;
}
p { 
  font-size: 18px;
}
.quem-somos p {
  font-size: 20px;
  font-weight: 300;
  color: #fff;
}
.quem-somos h4 {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  font-family: "AnekLatin", sans-serif;
}
.title-hero-home {
  display: flex;
  justify-content: flex-end;
}
.title-hero-home h1 {
  text-align: end;
  font-size: 60px;
  font-weight: 600;
  color: #8e0f04;
}
.fazemos-content h2 {
  color: #8e0f04;
}
.fazemos-content {
  background-image: url("../imgs/bg-fazemos.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 60px;
  padding-bottom: 40px;
}
.title-card-fazemos {
  position: relative;
}
.title-card-fazemos h3 {
  color: #fff;
  font-size: 50px;
  font-weight: 600;
  text-align: center;
  position: absolute;
  bottom: -5px;
  display: flex;
  justify-content: center;
  width: 100%;
}
.linha-cards-fazemos {
  padding-top: 40px;
}
.content-card-fazemos {
  text-align: center;
  padding: 15px 30px;
  min-height: 380px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
.content-card-fazemos h4 {
  color: #cb2001;
  font-size: 22px;
  font-family: "AnekLatin", sans-serif;
  font-weight: 500;
}
.content-card-fazemos p {
  color: #580907;
}
.btn-saiba-mais {
  background-color: #ab2c08;
  color: #fff;
  font-family: "AnekLatin", sans-serif;
  font-weight: 700;
  padding: 10px 30px;
  border-radius: 15px;
  text-decoration: none;
  font-size: 22px;
}
.contecta-transforma {
  background-image: url("../imgs/bg-conecta.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 480px;
  display: flex;
  align-items: center;
}

.contecta-transforma h2,
.contecta-transforma p {
  color: #fff;
}
.especialistas {
  background-image: url("../imgs/bg-fazemos.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 60px;
  padding-bottom: 60px;
}
.especialistas h2 {
  color: #8e0f04;
}
.linha-especialistas {
  row-gap: 30px;
}
.cards-especialista {
  display: flex;
  gap: 10px;
  align-items: stretch; /* força todos os filhos a ficarem com a mesma altura */
}

.content-card-especialista {
  padding: 15px;
  border: 2px solid rgba(171, 44, 8, 0.3);
  width: 50%;
  display: flex;
  flex-direction: column; /* garante que conteúdo interno não estique errado */
}
.content-card-especialista h3 {
  color: #580907;
  font-size: 34px;
  font-weight: 700;
}
.subtitle {
  font-size: 20px;
  color: #cb2001;
  font-weight: 700;
  margin-bottom: 8px;
  line-height: 1.2;
}
.section-title {
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  background-color: #580907;
  padding: 2px 10px;
  border-radius: 30px;
}
.section-content {
  color: #970b02;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
}
.info-section {
  padding-bottom: 10px;
}
.linkedin-icon {
  text-align: end;
}
.clientes-atendidos {
  background-image: url("../imgs/bg-clientes.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 60px;
  padding-bottom: 60px;
}
.clientes-atendidos h2 {
  color: #fff;
}

/* Carrossel Infinito de Logos */
.logos-container {
  margin-top: 40px;
  overflow: hidden;
}

.logos-right-left,
.logos-left-right {
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  margin: 20px 0;
}

.logos-track {
  display: inline-flex;
  animation-duration: 40s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  will-change: transform;
}

.logos-right-left .logos-track {
  animation-name: scroll-right-to-left;
}

.logos-left-right .logos-track {
  animation-name: scroll-left-to-right;
}

.logos-track img {
  height: 90px;
  width: auto;
  margin: 0 20px;
  object-fit: contain;
}

/* Animações */
@keyframes scroll-right-to-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

@keyframes scroll-left-to-right {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0);
  }
}

/* Pausa na animação no hover */
.logos-container:hover .logos-track {
  animation-play-state: paused;
}

.cases-section {
  background-image: url("../imgs/bg-fazemos.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 60px;
  padding-bottom: 60px;
}
.cases-section h2 {
  color: #580907;
}
.cases-section .owl-carousel .owl-item img {
  width: 40%;
}
.carrossel-cases .item {
  display: flex;
  gap: 20px;
}
.card-case-carrossel {
  padding: 15px;
  border: 2px solid rgba(171, 44, 8, 0.3);
  height: 400px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.subtitle-case-carrossel p {
  font-size: 28px;
  font-weight: 600;
  color: #cb2001;
  line-height: 1.2;
  padding-left: 12px;
}
.card-case-carrossel h3 {
  font-size: 40px;
  font-weight: 400;
  color: #ab2c08;
}
.desafio-case h4 {
  font-size: 20px;
  color: #580907;
  font-weight: 700;
  font-family: "AnekLatin", sans-serif;
}
.desafio-case p {
  font-size: 20px;
  font-weight: 300;
  line-height: 1.2;
  color: #580907;
}
.content-case-carrossel {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  width: 50%;
}

.depoimentos-section {
  background-image: url("../imgs/bg-depo.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.depoimentos-section h2 {
  color: #fff;
  padding-top: 60px;
}
.depoimentos-carousel .item {
  text-align: center;
  padding: 0px 250px;
}
.depoimento-item p {
  font-size: 20px;
  color: #fff;
}
.depoimento-item span {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
}
.accordion-button:focus {
  border: none;
  box-shadow: none;
}
.faq-section {
  background-image: url("../imgs/bg-acordeon.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #202020;
  padding-top: 60px;
  padding-bottom: 60px;
}
.faq-section h2 {
  color: #fff;
}
.accordion-item {
  background: transparent;
  border: none;
  margin-bottom: 15px;
}
button.accordion-button {
  background: transparent;
  border: none;
  box-shadow: unset;
  color: #fff;
  font-family: "AnekLatin", sans-serif;
  font-size: 16px;
  font-weight: 700;
  background-color: #580907;
  border-radius: 16px;
}
.accordion-button:not(.collapsed) {
  background: transparent;
  border: none;
  box-shadow: unset;
  color: #fff;
  background-color: #580907;
  border-radius: 16px;
}
.accordion-body {
  color: #fff;
  border: 2px solid rgba(171, 44, 8, 0.3);
  padding: 10px;
  margin-top: 10px;
  font-size: 18px;
}
.accordion-button::after {
  background-image: url("../imgs/triangulo-2.svg");
  width: 16px;
  height: 12px;
  background-size: contain;
}
.accordion-button:not(.collapsed)::after {
  background-image: url("../imgs/triangulo-2.svg");
}
.cta-section {
  background-image: url("../imgs/bg-cta.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 60px;
  padding-bottom: 60px;
  height: 530px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cta-section h2,
.cta-section p {
  color: #fff;
}
.linha-depoimentos {
  padding-top: 80px;
  padding-bottom: 40px;
}
.accordion-button {
  padding: 10px 20px;
}
.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}
footer {
  background-color: #1f1f1f;
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
}
.btn-wpp {
  position: fixed;
  bottom: 15%;
  right: 5%;
}
.btn-wpp img {
  width: 60px;
}
.carrossel-banner-direito {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.carrossel-banner-direito .splide__track {
  height: 100%;
}

.carrossel-banner-direito .splide__list {
  height: 100%;
}

.carrossel-banner-direito .splide__slide {
  height: 100%;
}

.carrossel-banner-direito img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* ou contain, se preferir sem corte */
}

footer h6 {
  color: #ff4e04;
  font-family: "AnekLatin", sans-serif;
  font-size: 24px;
  font-weight: 700;
}
.list-unstyled li,
.list-unstyled a {
  font-size: 18px;
}
.text-warning {
  color: #ff4e04 !important;
}
.btn-warning {
  background-color: #ff4e04 !important;
  border-color: #ff4e04 !important;
}
.depoimentos-section .owl-nav {
  position: absolute;
  top: 30%;
  left: 0;
  right: 0;
  display: flex !important;
  justify-content: space-between;
  transform: translateY(-50%);
  pointer-events: none; /* evita bloqueio de cliques no container */
}

.depoimentos-section .owl-nav button {
  background: #c72a29 !important;
  border-radius: 100% !important;
  pointer-events: all;
  width: 50px;
  height: 50px;
  display: flex !important;
  justify-content: center;
  align-items: center;
}

.depoimentos-section .owl-nav img {
  width: 15px; /* ajuste o tamanho */
  height: auto;
}

.depoimentos-section .owl-dots {
  padding-top: 40px;
}
.owl-theme .owl-dots .owl-dot.active span {
  background: #fff;
  width: 15px;
  height: 15px;
  border-color: #fff;
}
.owl-theme .owl-dots .owl-dot span {
  background: #ab2c08;
  border: 2px solid #c46b52;
  width: 15px;
  height: 15px;
}
.carrossel-cases .owl-nav {
  display: none;
}
.carrossel-cases .owl-dots {
  padding-top: 40px;
}

.banner-esquerdo-fixo {
  position: relative;
}
.menu-fixo {
  position: absolute;
  right: 0;
  top: 10px;
  display: flex;
  justify-content: end;
}
.menu-fixo ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  width: 70%;
  padding: 0;
  margin: 0;
  column-gap: 20px;
  padding-right: 34px;
  justify-content: end;
}
.menu-fixo ul li a {
  text-decoration: none;
  font-size: 16px;
  font-weight: 700;
  color: #d4542f;
  position: relative;
}
.menu-fixo ul li a::after {
  content: "";
  position: absolute;
  bottom: 1px;
  right: -9px;
  width: 2px;
  height: 16px;
  background: #d4542f;
}
/* remove do último item */
.menu-fixo ul li:last-child a::after {
  content: none;
}

/* remove do terceiro item */
.menu-fixo ul li:nth-child(2) a::after {
  content: none;
}
.hero-home img {
  max-width: 100%;
}

/* Responsividade para o carrossel */
@media (max-width: 768px) {

}

/* Responsividade */
@media (max-width: 768px) {
  .header-bitter .navbar-nav {
    flex-direction: column;
    gap: 0.25rem;
    margin-top: 1rem;
  }

  .nav-separator {
    display: none;
  }

  .bitter-title {
    font-size: 2rem;
  }

  .content-subtitle {
    font-size: 1rem;
  }
}

/* Carrossel Vertical Responsivo */
.banner-direito-carrossel {
  position: relative;
  overflow: hidden;
}

.carrossel-vertical {
  position: relative;
  height: 100%;
  width: 100%;
}

.carrossel-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateY(100%);
  transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

.carrossel-item.active {
  transform: translateY(0);
}

.carrossel-item.prev {
  transform: translateY(-100%);
}

.carrossel-item.next {
  transform: translateY(100%);
}

.carrossel-item img {
  width: 100%;
  height: 100%;
  object-position: center;
}
.title-card-fazemos img {
  max-width: 100%;
  width: 100%;
}
.mobile-img {
  display: none;
}
.desk-hero-mobile {
  display: none;
}

@media (max-width: 1399px) { 
  .content-card-fazemos {
    min-height: 430px;
  }
  .quem-somos { 
    height: auto;
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (max-width: 1299px) {
  .menu-fixo ul li a {
    font-size: 16px;
  }
  .content-card-especialista {
    padding: 10px;
  }
  .coluna-img img {
    width: 65%;
  }
}
@media (max-width: 1199px) {
  .menu-fixo ul li a {
    font-size: 14px;
  }
  .content-card-fazemos {
    min-height: 370px;
  }
  .cards-especialista {
    flex-direction: column;
  }
  .depoimentos-carousel .item {
    padding: 0 150px;
  }
  .contecta-transforma {
    background-position-x: -676px;
  }
  .desktop-img {
    display: none;
  }

  .mobile-img {
    display: block;
  }
  .content-card-especialista {
    width: 100%;
  }
  .quem-somos p {
    font-size: 18px;
  }
  .quem-somos h4 {
    font-size: 18px;
  }
  .menu-fixo ul li:nth-child(3) a::after {
    content: "";
  }
  .menu-fixo ul li a::after {
    height: 13px;
  }
  .title-card-fazemos h3 {
    font-size: 35px;
  }
  .content-card-fazemos {
    padding: 15px;
  }
  .content-card-fazemos h4 {
    font-size: 18px;
  }
  .content-card-fazemos p {
    font-size: 16px;
  }
  .btn-saiba-mais {
    font-size: 18px;
  }
  h2 {
    font-size: 54px;
  }
  .card-case-carrossel {
    height: 320px;
  }
  .card-case-carrossel h3 {
    font-size: 32px;
  }
  .subtitle-case-carrossel p {
    font-size: 18px;
  }
  .desafio-case h4 {
    font-size: 18px;
  }
  .desafio-case p {
    font-size: 18px;
  }


}

/* Responsividade do carrossel */
@media (max-width: 1024px) {
  .banner-esquerdo-fixo,
  .banner-direito-carrossel {
    width: 100% !important;
  }
  .content-case-carrossel {
    width: 100%;
  }

  .hero-home {
    flex-direction: column-reverse;
  }

  .banner-esquerdo-fixo {
    order: 2;
    margin-top: 20px;
  }

  .banner-direito-carrossel {
    order: 1;
    height: 300px;
  }
}
@media (max-width: 991px) {
  .header-bitter {
    display: none;
  }
  br {
    display: none;
  }
  .btn-saiba-mais {
    margin-top: 30px;
  }
  .carrossel-cases .item {
    flex-direction: column;
  }
  .cases-section .owl-carousel .owl-item img {
    width: 100%;
  }
  .menu-fixo {
    display: none;
  }
  .coluna-img {
    padding-bottom: 40px;
  }
  h2 {
    font-size: 42px;
  }
}
@media (max-width: 768px) {
  .title-card-fazemos h3 {
    font-size: 32px;
  }
  .desk-hero-home {
    display: none;
  }
  .desk-hero-mobile {
    display: block;
    min-height: auto;
  }
  .depoimentos-carousel .item {
    padding: 0 10px;
  }
  .depoimentos-section .owl-nav {
    top: 70%;
  }
  .card-fazermos {
    margin-bottom: 30px;
  }
  .coluna-img img {
    width: 65%;
  }
  .menu-fixo {
    position: relative;
    justify-content: center;
    padding-right: 0;
    margin-bottom: 20px;
  }

  .menu-fixo ul {
    width: 100%;
    justify-content: center;
    column-gap: 15px;
  }

  .menu-fixo ul li a {
    font-size: 16px;
  }
}

@media (max-width: 480px) {
  .menu-fixo ul {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }

  .menu-fixo ul li a::after {
    display: none;
  }
}

/* Menu Mobile Separado */
.menu-mobile-toggle {
  display: none;
  position: fixed;
  top: 6px;
  right: 10px;
  z-index: 1001;
  background: #d4510e;
  border: none;
  border-radius: 5px;
  padding: 10px;
  cursor: pointer;
  flex-direction: column;
  gap: 4px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25), 0 2px 8px rgba(0, 0, 0, 0.15);
}

.menu-mobile-toggle span {
  display: block;
  width: 25px;
  height: 3px;
  background: #fff;
  transition: all 0.3s ease;
}

.menu-mobile-toggle:hover {
  background: #8e0f04;
}

/* Ocultar botão hambúrguer quando menu estiver aberto */
.menu-mobile-overlay.active ~ .menu-mobile-toggle,
.menu-mobile-overlay.active + .menu-mobile-toggle {
  display: none;
}

.menu-mobile-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.menu-mobile-overlay.active {
  opacity: 1;
  visibility: visible;
}

.menu-mobile-container {
  position: absolute;
  top: 0;
  right: 0;
  width: 300px;
  height: 100%;
  background: #fff;
  transform: translateX(100%);
  transition: transform 0.3s ease;
  padding: 20px;
  box-shadow: -8px 0 25px rgba(0, 0, 0, 0.3), -4px 0 15px rgba(0, 0, 0, 0.2);
}

.menu-mobile-overlay.active .menu-mobile-container {
  transform: translateX(0);
}

.menu-mobile-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 2px solid #eee2ca;
}

.logo-mobile img {
  height: 40px;
}

.menu-mobile-close {
  background: none;
  border: none;
  cursor: pointer;
  padding: 5px;
  position: relative;
  width: 30px;
  height: 30px;
}

.menu-mobile-close span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 2px;
  background: #ab2c08;
  transform-origin: center;
}

.menu-mobile-close span:first-child {
  transform: translate(-50%, -50%) rotate(45deg);
}

.menu-mobile-close span:last-child {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.menu-mobile-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.menu-mobile-nav li {
  margin-bottom: 15px;
}

.menu-mobile-link {
  display: block;
  padding: 15px 0;
  color: #ab2c08;
  text-decoration: none;
  font-size: 18px;
  font-weight: 600;
  border-bottom: 1px solid #eee2ca;
  transition: all 0.3s ease;
}

.menu-mobile-link:hover {
  color: #8e0f04;
  padding-left: 10px;
  background: #f8f5f0;
}
.btn-orcamento {
  background-color: #fff;
  padding: 15px 30px;
  color: #ab2c08;
  font-weight: 700;
  font-size: 18px;
  text-decoration: none;
  border-radius: 15px;
}
.btn-orcamento-container {
  padding-top: 30px;
}

.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
}
/* Responsividade do Menu Mobile */
@media (max-width: 991px) {
  .menu-mobile-toggle {
    display: flex;
  }
  .hero-home img {
    max-width: 100%;
    width: 100%;
  }
  img.logo-mobile {
    width: 100px;
  }
}

@media (max-width: 768px) {
  .banner-direito-carrossel {
    height: 250px;
  }

  .menu-fixo {
    position: relative;
    justify-content: center;
    padding-right: 0;
    margin-bottom: 20px;
  }

  .menu-fixo ul {
    width: 100%;
    justify-content: center;
    column-gap: 15px;
  }

  .menu-fixo ul li a {
    font-size: 16px;
  }
}

@media (max-width: 480px) {
  .banner-direito-carrossel {
    height: 200px;
  }

  .menu-fixo ul {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }

  .menu-fixo ul li a::after {
    display: none;
  }
}

/* Controle de Imagens dos Especialistas */
.especialista-img {
  max-width: 100%;
  height: auto;
}

/* Mobile: mostra apenas imagens mobile */
@media (max-width: 768px) {
  .desktop-img {
    display: none;
  }
  .logos-track img {
    height: 40px;
    margin: 0 15px;
  }
  .content-card-fazemos {
    min-height: 300px;
  }

  .logos-container {
    margin-top: 20px;
  }
  .mobile-img {
    display: block;
  }
}

/* Estilos para Política de Privacidade */
.politica-privacidade-section {
  background-image: url("../imgs/bg-fazemos.png");
  background-position: center;
  padding-top: 120px;
  padding-bottom: 80px;
  min-height: 100vh;
}

.politica-privacidade-section h1 {
  color: #8e0f04;
  font-size: 60px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 30px;
}

.intro-text {
  color: #580907;
  font-size: 20px;
  font-weight: 300;
  text-align: center;
  margin-bottom: 60px;
  line-height: 1.6;
}

.company-info {
  text-align: center;
  margin-bottom: 50px;
  padding: 30px;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 15px;
  border: 2px solid rgba(171, 44, 8, 0.2);
}

.company-info h2 {
  color: #ab2c08;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 15px;
  font-family: "AnekLatin", sans-serif;
}

.company-info p {
  color: #580907;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 8px;
}

.politica-content {
  background-color: rgba(255, 255, 255, 0.95);
  border-radius: 20px;
  padding: 50px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.politica-item {
  margin-bottom: 40px;
  padding-bottom: 30px;
  border-bottom: 2px solid rgba(171, 44, 8, 0.1);
}

.politica-item:last-of-type {
  border-bottom: none;
}

.politica-item h3 {
  color: #ab2c08;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 20px;
  font-family: "AnekLatin", sans-serif;
}

.politica-item p {
  color: #580907;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.6;
  margin-bottom: 15px;
}

.politica-item ul {
  margin-left: 20px;
  margin-bottom: 15px;
}

.politica-item li {
  color: #580907;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.6;
  margin-bottom: 8px;
}

.politica-item strong {
  color: #ab2c08;
  font-weight: 600;
}

.contact-info {
  background-color: rgba(171, 44, 8, 0.05);
  padding: 20px;
  border-radius: 10px;
  margin-top: 15px;
}

.contact-info p {
  margin-bottom: 10px;
  font-size: 18px;
}

.politica-footer {
  margin-top: 50px;
  padding-top: 30px;
  border-top: 2px solid rgba(171, 44, 8, 0.2);
  text-align: center;
}

.politica-footer p {
  color: #580907;
  font-size: 16px;
  margin-bottom: 10px;
}

.disclaimer {
  font-style: italic;
  color: #8e0f04;
  font-size: 14px;
}

.copyright {
  font-weight: 600;
  color: #ab2c08;
  font-size: 16px;
}

/* Responsividade para Política de Privacidade */
@media (max-width: 1199px) {
  .politica-privacidade-section h1 {
    font-size: 54px;
  }
  
  .company-info h2 {
    font-size: 28px;
  }
  
  .company-info p {
    font-size: 16px;
  }
  
  .politica-content {
    padding: 40px;
  }
  
  .politica-item h3 {
    font-size: 24px;
  }
  
  .politica-item p,
  .politica-item li {
    font-size: 16px;
  }
}

@media (max-width: 991px) {
  .politica-privacidade-section {
    padding-top: 100px;
    padding-bottom: 60px;
  }
  
  .politica-privacidade-section h1 {
    font-size: 42px;
  }
  
  .company-info {
    padding: 20px;
    margin-bottom: 40px;
  }
  
  .company-info h2 {
    font-size: 24px;
  }
  
  .company-info p {
    font-size: 15px;
  }
  
  .intro-text {
    font-size: 18px;
  }
  
  .politica-content {
    padding: 30px;
  }
  
  .politica-item {
    margin-bottom: 30px;
    padding-bottom: 20px;
  }
  
  .politica-item h3 {
    font-size: 22px;
  }
  
  .politica-item p,
  .politica-item li {
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  .politica-privacidade-section {
    padding-top: 80px;
    padding-bottom: 40px;
  }
  
  .politica-privacidade-section h1 {
    font-size: 36px;
  }
  
  .company-info {
    padding: 15px;
    margin-bottom: 30px;
  }
  
  .company-info h2 {
    font-size: 20px;
  }
  
  .company-info p {
    font-size: 14px;
  }
  
  .intro-text {
    font-size: 16px;
    margin-bottom: 40px;
  }
  
  .politica-content {
    padding: 20px;
    margin: 0 15px;
  }
  
  .politica-item {
    margin-bottom: 25px;
    padding-bottom: 15px;
  }
  
  .politica-item h3 {
    font-size: 20px;
  }
  
  .politica-item p,
  .politica-item li {
    font-size: 15px;
  }
  
  .contact-info {
    padding: 15px;
  }
  
  .contact-info p {
    font-size: 16px;
  }
}