@media screen and (max-width: 700px) {
  .background-banner {
    /* align-items: center !important; */
    background-image: url(../../imagens/banner-responsivo.jpg) !important;
    padding: 0px 0px 50px 0px !important;
  }
  .background-banner h1 {
    margin-left: 10px !important;
    font-size: 18px !important;
    color: #24654e;
  }
  .background-banner h7 {
    margin-left: 10px !important;
    font-size: 15px !important;
    color: #24654e;
  }
}

.background-banner {
  background-image: url(../../imagens/banner2.jpg);
  padding: 0px 0px 150px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  font-family: "Poppins" !important;
  height: 700px;
}

.background-banner h1 {
  margin-top: 145px;
  margin-left: 70px;
  font-size: 50px;
  color: #24654e;
}
.background-banner h7 {
  margin-left: 70px;
  font-size: 35px;
  color: #24654e;
}
.botao {
  display: inline-block;
  align-items: center;
  gap: 10px;
  padding: 10px 20px;
  background-color: #24654e;
  color: #fff;
  border-radius: 8px;
  text-decoration: none;
  font-size: 1rem;
  transition: background-color 0.3s ease;
  /* margin-top: 150px; */
  margin-left: 70px;
  margin-bottom: 50px;
}

.botao:hover {
  background-color: #24654e;
  color: #fff;
}

.botao img {
  width: 30px;
  height: 30px;
}

/* Responsivo */
@media screen and (max-width: 600px) {
  .botao {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.8rem;
    padding: 12px;
    margin: 0 auto;
    /* centraliza horizontalmente */
    margin-top: 400px;
    text-align: center;
  }

  .botao img {
    width: 20px;
    height: 20px;
  }
}

.botao-agenda {
  display: inline-block; /* evita que ocupe 100% */
  background: #8fbc8f;
  color: #fff;
  padding: 10px 20px;
  border-radius: 8px;
  text-decoration: none;
  font-size: 1.2rem;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
}

.botao-agenda:hover {
  background-color: #8fbc8f;
  color: #fff;
}

.botao-agenda img {
  width: 20px; /* controla o tamanho do ícone */
  height: 20px;
  vertical-align: middle;
}

.botao-agenda b {
  vertical-align: middle;
}

/* Responsivo */
@media screen and (max-width: 600px) {
  .botao-agenda {
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    padding: 12px;
    margin: 0 auto;
    /* centraliza horizontalmente */
    text-align: center;
    margin-bottom: 15px;
    background: #8fbc8f;
    color: #fff;
  }

  .botao-agenda img {
    width: 20px;
    height: 20px;
    /* margin-bottom: 8px; espaçamento entre a imagem e o texto */
  }
}

#quando-me-procurar {
  display: flex;
  align-items: flex-start;
  gap: 2rem;
  /* padding: 0.5rem; */
  /* font-family: "Poppins"; */
  /* margin-top: 80px;
  padding-top: 80px; */
}

.sobre-mim {
  display: flex;
  gap: 2rem;
  padding: 1.5rem;
  /* font-family: "Poppins" !important; */
  background-color: #8FBC8F;
  /* background-color:			#F0FFF0; */
  /* margin-top: -80px;
  padding-top: 80px; */
  /* color: #fff; */
  position: relative;
}

/* Imagem */
.foto-sobre {
  max-width: 300px; /* controla o tamanho máximo */
  width: 100%; /* adapta ao espaço disponível */
  height: 330px;
  border-radius: 50%;
  display: block;
  margin: 0 auto; /* centraliza no mobile */
  top: 5px;
  position: absolute;
}

@media (max-width: 1400px) {
  .foto-sobre {
    /* margin-top: 0; reseta no mobile */
    top: 0;
    position: relative;
  }
}

/* Texto */
.sobre-mim p {
  font-size: 1rem;
  line-height: 1.6;
  text-align: justify;
}

/* Espaçamento para mobile */
@media (max-width: 767px) {
  .sobre-mim .col-md-3,
  .sobre-mim .col-md-9 {
    text-align: center;
  }
  .sobre-mim p {
    text-align: left; /* ou center, se preferir */
    margin-top: 15px;
  }
}

.titulo {
  margin-top: 20px;
  text-align: center;
  /* font-size: 2.0rem; */
  /* color: #24654E; */
}

/* Responsivo */
@media screen and (max-width: 800px) {
  .titulo {
    margin-top: 1.5rem !important;
    font-size: 1.5rem !important;
    color: #24654e;
  }
}

.especialidades {
  /* margin-bottom: 0.5rem; */
  background-color: #e0e0dc;
  display: flex;
  align-items: flex-start;
  gap: 2rem;
  padding: 0.5rem;
  /* font-family: "Poppins"; */
}

#quando-me-procurar ul li {
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
  font-size: 1rem;
  font-weight: lighter !important;
  /* font-family: "Poppins"; */
}

.big-numbers {
  /* margin-bottom: 0.5rem; */
  background-color: #24654e;
  display: flex;
  align-items: flex-start;
  gap: 2rem;
  padding: 0.5rem;
  /* font-family: "Poppins"; */
}

.big-numbers h5 {
  color: #fff;
}

.ul-class {
  list-style: none;
  /* remove o marcador padrão */
  padding-left: 0;
}

.ul-class li {
  position: relative;
  padding-left: 17px;
  /* espaço para o ícone */
  margin-bottom: 10px;
}

.ul-class li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 20px;
  height: 20px;
  background-image: url("../../imagens/lista.png");
  background-size: contain;
  background-repeat: no-repeat;
}

.ul-class-transition {
  list-style: none;
  /* remove o marcador padrão */
  padding-left: 0;
}

.ul-class-transition li {
  position: relative;
  padding-left: 17px;
  /* espaço para o ícone */
  margin-bottom: 10px;
}

.ul-class-transition li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 20px;
  height: 20px;
  background-image: url("../../imagens/lista.png");
  background-size: contain;
  background-repeat: no-repeat;
}

.sobre-mim h1 {
  font-size: 3rem;
  color: #24654e;
  /* font-weight: bolder; */
}

.contato {
  margin-bottom: 0.5rem;
  background-color: #8fbc8f;
  color: #000;
  display: flex;
  align-items: flex-start;
  gap: 2rem;
  padding: 1.5rem;
  /* font-family: "Poppins"; */
}

.counter-box {
  text-align: center;
  background-color: #8fbc8f;
}

.counter-number {
  font-size: 3rem;
  color: #fff;
  font-weight: bold;
}

.counter-label {
  font-size: 1.2rem;
  color: #fff;
}

/* .container {
  display: flex;
  align-items: flex-start;
  gap: 20px;
} */

.row-imagem{
  display: flex;
  align-items: center; /* alinha verticalmente */
  gap: 5px; /* espaço entre a imagem e o texto */
}

.imagem {
  width: 45px;
  height: 45px;
  border-radius: 8px;
}

.t1 {
  margin: 0; 
  display: inline-block; /* impede que o h3 quebre linha */
  /* text-align: center; */
}

.bloco-texto {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 100%;
  padding: 20px;
  /* background: white; */
  border-radius: 12px;
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.3s ease;
}

/* .imagem {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 50%;
  /* opacity: 0; 
  transform: scale(0.9);
} */

.ul-class-transition {
  text-align: left;
  /* padding-left: 20px; */
  margin-top: 15px;
}

.ul-class-transition li {
  opacity: 0;
  transform: translateX(-15px);
}

.mostrar {
  animation: fadeInUp 0.3s ease forwards;
}

@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeInLeft {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.imagem.mostrar {
  animation: fadeInUp 0.2s ease forwards;
}

.ul-class-transition li.mostrar {
  animation: fadeInLeft 0.3s ease forwards;
}

.wa-float {
  position: fixed;
  right: 18px;
  bottom: 18px;
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #25d366; /* fundo branco para destacar ícone verde */
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
  z-index: 9999;
  text-decoration: none;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.wa-float:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.22);
  background: white; /* mantém o fundo igual no hover */
}

/* Responsivo opcional */
@media (max-width: 360px) {
  .wa-float {
    right: 12px;
    bottom: 12px;
    width: 50px;
    height: 50px;
  }
}

.col-md-9 p {
  margin-bottom: 0.5rem; /* espaço entre os parágrafos */
  line-height: 1.8; /* altura de linha para facilitar a leitura */
}

.navbar-light .navbar-nav .nav-link {
  /* font-family: "Poppins", sans-serif; */
}

.nav-link.active {
  color: #24654e !important;
}

.card-pdi {
  border-radius: 14px;
  padding: 28px 22px;
  text-align: center;
  max-width: 320px;
  /* ajuste conforme o layout */
  /* box-shadow: 0 6px 14px rgba(0, 0, 0, 0.12); */
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
}

.card-pdi h5 {
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
  opacity: 0.95;
}


.card-pdi .icon {
  width: 64px;
  height: 64px;
  /* margin: 0 auto 14px; */
  display: flex;
  align-items: center; /* alinha verticalmente */
}

/* .card-pdi h3{
  margin: 0 0 10px;
  font-size: 18px;
  line-height: 1.25;
  font-weight: 800;
  text-align: justify;
} */

.card-pdi p {
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
  opacity: 0.95;
}

/* opcional: cantos mais “macios” em telas pequenas */
@media (max-width: 480px) {
  .card-pdi {
    border-radius: 18px;
    padding: 26px 18px;
  }
}



     :root{
    /* --bg: #0f666b;        cor de fundo (ajuste ou remova) */
    --gap: 36px;          /* espaço entre logos */
    --size: 84px;         /* altura base dos logos (auto-ajusta a largura) */
    --speed: 35s;         /* velocidade do scroll (menor = mais rápido) */
    --fade-w: 60px;       /* largura do gradiente nas bordas */
  }
  *{ box-sizing: border-box }
  body{ margin:0; font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif; background:#f6f7f9 }

  .logo-marquee{
    width:100%;
    background:var(--bg);
    padding:18px 0;
    position:relative;
    overflow:hidden;
  }

  /* Gradiente nas bordas (opcional, dá aquele fade bonitinho) */
  .logo-marquee::before,
  .logo-marquee::after{
    content:"";
    position:absolute; top:0; bottom:0; width:var(--fade-w); z-index:2;
    pointer-events:none;
  }
  .logo-marquee::before{
    left:0;
    background:linear-gradient(90deg, var(--bg) 0%, rgba(15,102,107,0) 100%);
  }
  .logo-marquee::after{
    right:0;
    background:linear-gradient(270deg, var(--bg) 0%, rgba(15,102,107,0) 100%);
  }

  .logo-track{
    display:flex;
    align-items:center;
    gap:var(--gap);
    width:max-content;                /* encolhe ao conteúdo */
    animation: scroll var(--speed) linear infinite;
  }

  .logo-item{
    flex:0 0 auto;
    display:grid;
    place-items:center;
    opacity:.95;
    transition: transform .2s ease, opacity .2s ease, filter .2s ease;
    filter: grayscale(0.1) contrast(1.05);
  }
  .logo-item:hover{
    transform: scale(1.05);
    opacity:1;
    filter: none;
  }

  .logo{
    height:var(--size);
    width:auto;
    display:block;
    max-width:220px;      /* limite de largura para logos muito horizontais */
    object-fit:contain;
  }

  /* Pausar no hover (acessível e bom p/ leitura) */
  .logo-marquee:hover .logo-track{
    animation-play-state: paused;
  }

  /* Pessoas com redução de movimento: para a animação */
  @media (prefers-reduced-motion: reduce){
    .logo-track{ animation: none; }
  }

  /* Responsivo: diminui o tamanho dos logos em telas pequenas */
  @media (max-width: 640px){
    :root{ --size: 64px; --gap: 24px; --fade-w: 30px; }
  }

  /* Animação: move metade do comprimento porque a lista está duplicada */
  @keyframes scroll{
    0%   { transform: translateX(0); }
    100% { transform: translateX(-50%); }
  }