@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/banner.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;
}

.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: 1.0rem;
  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: #24654E;
  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: #24654E;
  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: #24654E;
  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: #24654E;
  /* 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: 100px;
  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: 1.0rem;
  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: 3.0rem;
  color: #24654E;
  font-weight: bolder;
}

.contato {
  margin-bottom: 0.5rem;
  background-color: #24654E;
  color: #fff;
  display: flex;
  align-items: flex-start;
  gap: 2rem;
  padding: 1.5rem;
  font-family: 'Poppins';
}


.counter-box {
  text-align: center;
  background-color: #24654E;
  



}

.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;
} */


.imagem {
  width: 200px;
  height: auto;
  border-radius: 8px;
}


.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: 200px;
  height: 200px;
  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,.18);
  z-index: 9999;
  text-decoration: none;
  transition: transform .15s ease, box-shadow .15s ease;
}

.wa-float:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(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;
}