@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');
body{
  margin:0;
  width: 100%;
  padding: 0;
  font-family: 'Nunito', sans-serif;
  font-weight: 300;
  line-height: 1.6;
}

/* Títulos */
h2, h3, p, ul {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
}

/* Legendas e menus */
.nav, .caption {
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
}

/* Destaques */
.highlight {
  font-family: 'Quicksand', sans-serif;
  font-weight: 400;
}

.sobre-thais66 {
  display: none;
  
}
/* WhatsApp Flutuante */
#whatsapp-button {
  position: fixed;
  text-decoration: none;
  bottom: 145px;
  right: 38px;
  background-color: #25d366;
  border-radius: 50%;
  padding: 15px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  z-index: 1000;
  transition: transform 0.2s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: growShrink 1.5s infinite ease-in-out;
}

/* Animação de crescimento e diminuição */
@keyframes growShrink {
  0% {
    transform: scale(1);
    /* Tamanho original */
  }

  50% {
    transform: scale(1.2);
    /* Aumenta o tamanho */
  }

  100% {
    transform: scale(1);
    /* Retorna ao tamanho original */
  }
}

/* Estilo do ícone dentro do botão */
#whatsapp-button i {
  color: white;
  font-size: 40px;
}


.header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 10px;
  background: linear-gradient(135deg, #efefee 10%, #c2ac80 100%);
  border-bottom: 1px solid rgba(0, 0, 0, 0.273);
}

.header .logo {
  width: 120px;

}

.header nav {
  display: flex;
  gap: 20px;
}

.header nav a,
.header .social-icons a {
  color: rgb(38, 55, 25);
  text-decoration: none;
  font-size: 23px;
}

/*hover*/
nav a:hover {
  text-decoration: underline double;
}

.social-icons a:hover {
  color: #7d3a07;
}

.header .social-icons {
  display: flex;
  margin-right: 40px;
  gap: 10px;
}

.header .social-icons a {
  font-size: 24px;
}
/* parte inicial */
.image-container {
  width: 100%;
  height:100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #efefee 10%, #c2ac80 100%);
  border-bottom: 1px solid rgba(0, 0, 0, 0.24);
}

.central-image {
  width: 650px;
  height: 110vh;
  object-fit: cover;
  animation: slide-in-right-zoom 2s ease-in-out forwards;
  filter: blur(0px);
  mask-image: linear-gradient(to bottom, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0));
  -webkit-mask-image: linear-gradient(to bottom, rgb(255, 255, 255) 80%, rgba(255, 255, 255, 0));
}

@keyframes slide-in-right-zoom {
  0% {
      transform: translateX(100%) scale(0.8);
  }

  100% {
      transform: translateX(47%) scale(1.0); /* Ajuste para parar antes da posição original */
  }
}
#home1{
  display: none;
}
.section-description {
  position: absolute;
  top:60%;
  left: 10%;
  transform: translateY(-50%);
  color: rgb(64, 56, 40);
  padding:20px;
  border-radius: 10px;
  max-width: 700px;
  opacity: 0;
  animation: slide-in-left-fade 2s forwards;
  font-family: 'Arial', sans-serif;
}

@keyframes slide-in-left-fade {
  0% {
      transform: translateX(-100%) translateY(-50%);
      opacity: 0;
  }
  100% {
      transform: translateX(0) translateY(-50%);
      opacity: 1;
  }
}

.section-description h1 {
  font-size: 34px;
}
.section-description p {
  text-align: justify;
  font-size: 24px;
  text-align: left;
  font-family: 'Arial', sans-serif;
}
.section-description span{
  color: #b6974d;

}

.section-description button {
  display: inline-block;
  margin: 20px auto;
  margin-top: 25px;
  padding: 10px 50px;
  background: linear-gradient(135deg, #b6974d 0%, #e6d3b3 100%);
  color: #383838;
  border: none;
  border-radius: 5px;
  font-size: 25px;
  cursor: pointer;
  transition: background 0.3s ease, transform 0.3s ease;
  box-shadow: -10px 0 10px rgba(0, 0, 0, 0.3), 10px 0 10px rgba(0, 0, 0, 0.3);
}

.section-description button:hover {
  background: linear-gradient(135deg, #caa755 0%, #eddab8 100%);
  transform: scale(1.06);
  box-shadow: -10px 0 10px rgba(0, 0, 0, 0.3), 15px 0 15px rgba(0, 0, 0, 0.3);
}

.section-description button:active {
  background: linear-gradient(135deg, #b6974d 0%, #e6d3b3 100%);
  transform: scale(1.0);
  box-shadow: -10px 0 10px rgba(0, 0, 0, 0.3), 15px 0 15px rgba(0, 0, 0, 0.3);
}


/*situacoes*/
.saude {
  border-top: 1px solid rgba(0, 0, 0, 0.149);
  background-image: url('lartanja2.png'); 
  background-repeat: no-repeat; 
  background-size: cover; 
  
}

/* Estilo da seção */
#servicos {
  padding: 50px 20px;
}

#servicos h2 {
  text-align: center;
  font-size: 2em;
  margin-bottom: 30px;
  color: #333;
}

/* Container das assistências de saúde */
.health-assistance {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* Ajustando para 3 colunas */
  gap: 20px;
  max-width: 1200px;
  margin: 0 auto;
}

/* Estilo de cada "situação" */
.situation {
  background-color: #ffffff3b;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  text-align: center;
  transition: transform 0.3s, box-shadow 0.3s;
}


.situation i {
  font-size: 2.5em;
  color: #7cce66fa;
  margin-bottom: 15px;
}

.situation p {
  font-size: 1em;
  color: #555;
  line-height: 1.6;
}


/*Etapas*/
.nutritional-section {
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
  background: linear-gradient(135deg, #eaddcc 0%, #efeae3 100%);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  text-align: center;
}

.steps-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  box-shadow: 0 4px px rgba(0, 0, 0, 0.4);
  gap: 20px;
  padding-bottom: 20px;
}


h2 {
  font-size: 40px;
  margin-bottom: 30px;
}

.step {
  background: rgba(255, 255, 255, 0.212);
  padding: 15px;
  margin: 15px;
  border-radius: 10px;
  border: 8px solid #738a634d;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
  transition: transform 0.8s ease, box-shadow 0.3s ease;
}

.step h3 {
  color: rgba(0, 0, 0, 0.85);
  font-size: 30px;
  text-align: center;
  margin-bottom: 20px;
}

.step p {
  font-size: 1em;
  color: #555;
  line-height: 1.6;
  text-align: justify;;
  margin: 10;
  word-spacing: -1px;
  hyphens: auto;
}


/* Estilo para a seção dos planos */
#tratamentos {
  background-image: url('lartanja2.png');
  background-repeat: no-repeat; /* Evita a repetição da imagem */
  background-size: cover; /* Ajusta a imagem para cobrir toda a seção */
  background-position: center; /* Centraliza a imagem */
  padding: 40px 20px;
  margin: 0px;
  max-width: 100%;
  text-align: center; /* Centraliza o conteúdo da seção */
  position: relative; /* Necessário para o pseudo-elemento */
}

/* Pseudo-elemento para criar uma camada de transparência */
#tratamentos::before {
  content: ''; /* Cria um pseudo-elemento vazio */
  position: absolute; /* Posiciona acima da imagem */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.3); /* Cor branca com opacidade de 30% */
  z-index: -1; /* Garante que o pseudo-elemento fique atrás do conteúdo */
}

/* Alinhamento e estilo do título */
#tratamentos h2 {
  font-size: 2rem;
  color: #333;
  margin-bottom: 30px;
}

/* Estilo para a lista de itens */
#tratamentos ul {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column; 
  align-items: center; 
  justify-content: lo;
}

#tratamentos ul li {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  font-size: 1.1rem;
  color: #555;
}

#tratamentos ul li i {
  font-size: 1.5rem;
  margin-right: 15px;
  color: #504b1c; /* Cor dos ícones */
}

/* Estilo para o parágrafo de descrição */
#tratamentos p {
  font-size: 1.2rem;
  color: #444;
  text-align: center;
  margin-top: 30px;
  line-height: 1.8;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}


/*meu trabalho*/
@keyframes headShake {
  0% {
    transform: translateX(0);
  }

  6.5% {
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    transform: translateX(0);
  }
}

.link-icon {
  display: inline-block;
  animation: headShake 2s infinite;
}




/* Estilos separados para a seção */
.consultas-tratamento {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 50px;
  padding-top: 60px;
  margin-top: 60px;
  box-sizing: border-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.273);
  background: linear-gradient(135deg, #eaddcc 0%, #efeae3 100%);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
}

.consultas-tratamento .descricao {
  width: 100%;
  margin-bottom: 20px;
}

.consultas-tratamento .descricao h2 {
  color: #444;
  text-align: center;
  margin-bottom: 20px;
}

.consultas-tratamento .descricao p {
  text-align: center;
  margin-top: 20px;
}

.consultas-tratamento button {
  display: inline-block;
  margin: 20px auto;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  font-size: 18px;
  cursor: pointer;
  transition: background 0.3s ease, transform 0.3s ease;
  box-shadow: -10px 0 10px rgba(0, 0, 0, 0.3), 10px 0 10px rgba(0, 0, 0, 0.3);
  display: block;
  text-align: center;
}

.btn-basico {
  display: inline-block;
  margin: 20px auto;
  margin-top: 50px;
  padding: 10px 20px;
  background: linear-gradient(135deg, #d4c69c 0%, #fbe7d4 100%);
  color: rgba(0, 0, 0, 0.769);
  border: none;
  border-radius: 5px;
  font-size: 18px;
  cursor: pointer;
  transition: background 0.3s ease, transform 0.3s ease;
  box-shadow: -10px 0 10px rgba(0, 0, 0, 0.3), 10px 0 10px rgba(0, 0, 0, 0.3);
}

.btn-basico:hover {
  transform: scale(1.06);
  box-shadow: -15px 0 15px rgba(0, 0, 0, 0.3), 15px 0 15px rgba(0, 0, 0, 0.3);
}

.btn-basico:active {
  transform: scale(1.0);
  box-shadow: -10px 0 10px rgba(0, 0, 0, 0.3), 15px 0 15px rgba(0, 0, 0, 0.3);
}

/* sobrethais */
.sobre-thais {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%; /* Força o elemento a ter altura igual à altura da janela */
  padding: 40px;
  box-sizing: border-box;
  background: url('thais1.JPG') no-repeat  fixed;
  background-size: cover;
  background-attachment: fixed; /* A imagem ficará fixa ao rolar a página */
  color: white;
  text-align: center;
}


.sobre-thais .conteudo {
  background: rgba(0, 0, 0, 0.367);
  padding: 0px 20px;
}

.sobre-thais h2 {
  color: rgba(255, 255, 255, 0.632);
  text-align: center;
  font-size: 60px;
  margin-bottom: 70px;
}

.sobre-thais p {
  text-align: justify;
  margin-bottom: 40px;
  font-size: 20px;
  color: rgba(255, 255, 255, 0.67);
}

.sobre-thais button {
  display: block;
  margin: 80px auto;
  padding: 10px 20px;
  background: linear-gradient(135deg, #ecebe8 0%, #bfbfbf 100%);
  color: black;
  border: none;
  border-radius: 5px;
  font-size: 22px;
  cursor: pointer;
  transition: background 0.9s ease, transform 0.5s ease;
  box-shadow: -10px 0 10px rgba(0, 0, 0, 0.3), 10px 0 10px rgba(0, 0, 0, 0.3);
}


.sobre-thais button:hover {
  background: white;
  transform: scale(1.1);
  box-shadow: -15px 0 15px rgba(0, 0, 0, 0.3), 15px 0 15px rgba(0, 0, 0, 0.3);
}

.sobre-thais button:active {
  background: linear-gradient(135deg, #ecebe8 0%, #bfbfbf 100%);
  transform: scale(1.0);
  box-shadow: -10px 0 10px rgba(0, 0, 0, 0.3), 15px 0 15px rgba(0, 0, 0, 0.3);
}
/*blog*/
.blog {
  text-align: center; /* Centraliza o conteúdo dentro do div */
}

.blog img {
  width: 14%; /* Define a largura da imagem */
  display: inline-block; /* Garante que a imagem se comporte bem com o texto centralizado */
}
.botaoblog {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 10vh; /* Faz com que a div ocupe toda a altura da tela */
}

.blog-button {
  margin-top: 0%;
  text-decoration: none;
  background-color: #28a745; /* Cor do botão */
  color: white;
  padding: 10px 20px;
  border-radius: 5px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  transition: background-color 0.3s ease, transform 0.3s ease;
}
.blog-button:hover {
  background-color: #45a049;
  transform: scale(1.05);
}
.blog-button:active {
  transform: scale(1.0);
}

.posts-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  padding: 20px;
}
.post {
  margin-top: 2%;
  border: 1px solid #ffd001ae;
  padding: 15px;
  border-radius: 10px;
  background-color: white;
  box-shadow: 0 2px 5px rgba(0,0,0,0.3);
}
.post h2 {
  font-size: 1.5em;
  margin-bottom: 10px;
  color: #56685e;
}
.post img {
  max-width: 100%;
  border-radius: 5px;
  margin-bottom: 10px;
}
.post p {
  font-size: 1em;
  color: #555;
}
.post video {
  width: 100%;
  margin-top: 10px;
}
/*listas*/
.faq-section {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0px;
  border-top: 1px solid rgba(0, 0, 0, 0.273);
  background: linear-gradient(135deg, #eaddcc 0%, #efeae3 100%);
  padding-bottom: 40px;
}

.faq-container,
.contact-form-container {
  flex: 1;
  min-width: 300px;
  margin: 40px;
}

.faq-container {
  font-family: Arial, sans-serif;
}

.faq-container h2 {
  margin-bottom: 80px;
}

.faq-item {
  margin-bottom: 30px;
}

.faq-item p {
  text-align: justify;
  margin-right: 20px;
}

.faq-item summary {
  cursor: pointer;
  font-weight: bold;
}


.faq-item summary:hover {
  color: #99864e;
}

.contact-form-container {
  font-family: Arial, sans-serif;
}

.contact-form {
  display: flex;
  flex-direction: column;
}

.contact-form label {
  margin-top: 10px;
}

.contact-form input {
  margin-bottom: 10px;
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.contact-form button {
  margin-top: 20px;
  padding: 10px;
  background: linear-gradient(135deg, #d4c69c 0%, #fbe7d4 100%);
  color: black;
  border: none;
  cursor: pointer;
  border-radius: 5px;
  font-size: 18px;
  transition: background 0.3s ease, transform 0.3s ease;
  box-shadow: -10px 0 10px rgba(0, 0, 0, 0.3), 10px 0 10px rgba(0, 0, 0, 0.3);
}

.contact-form button:hover {
  transform: translateY(-1px);
  box-shadow: 0 15px 25px rgba(0, 0, 0, 0.8);
}

.contact-form button:active {
  transform: translateY(-0px);
  box-shadow: 0 15px 25px rgba(0, 0, 0, 0.5);
}

/* Estilo da seção de detox */
.detox-section {
  display: block;
  align-items: center;
  position: fixed;
  right:0px;
  top: 91%;
  transform: translateY(-50%);
  padding: 20px;
  z-index: 1000; /* Garante que o elemento esteja acima de outros */
}

/* Estilo para a imagem redonda */
.image-container1 {
  flex-shrink: 0; /* Impede que a imagem encolha */
  margin-right: 0px;
}

.round-image {
  border-radius: 50%;
  border: 1px solid rgba(28, 60, 12, 0.282);
  width: 100px; /* Ajuste o tamanho conforme necessário */
  height: 100px; /* Ajuste o tamanho conforme necessário */
  object-fit: cover;
  transition: all 0.3s ease; /* Adiciona a transição */
}

.round-image:hover {
  border-radius: 10%;
  border: 1px solid rgba(28, 60, 12, 0.282);
  width: 160px; /* Ajuste o tamanho conforme necessário */
  height: 110px; /* Ajuste o tamanho conforme necessário */
  object-fit: cover;
}

/* Avaliacoes */
.section1 {
  border-top: 1px solid #372305;
  display: block;
  text-align: center;
  padding:10px;
}

/* Google logo */
.google-logo {
  font-size: 80px;
  width: 42%;
  color: #4285F4;
  margin-bottom: 0px;
  display: flex;
  justify-content: center; /* Alinha horizontalmente ao centro */
  align-items: center; /* Alinha verticalmente ao centro */
}

/* Estrelas */
.stars {
  width: 42%;
  font-size: 80px;
  color: #ffd900;
  margin-bottom: 20px;
  display: flex;
  justify-content: center; /* Alinha horizontalmente ao centro */
}

/* Imagens */
.avaliacoes {
  padding-top: 3%;
}

.avaliacoes .image-container44 {
  display: flex;
  justify-content: center; /* Alinha horizontalmente ao centro */
  width: 100%;
  gap: 10px;
}

.image-container44 img {
  object-fit: contain; /* Garante que a imagem se ajuste ao contêiner sem cortar */
  width: 500px;
  height: 40vh; /* Aumenta a altura das imagens */
  border-radius: 8px;
  overflow: hidden;
  filter: brightness(2.0);
  animation: slide 15s linear infinite; /* Aplica a animação */
}

@keyframes slide {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-250%);
  }
}


/*midia*/
.midia {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 60px 20px;
  box-sizing: border-box;
  border: 1px solid rgba(243, 239, 156, 0.273);
  background-color: #333;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
}

.midia-container {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 100%;
}

.midia-container > div {
  flex: 1;
  margin: 0 20px;
}

.midia .descricao {
  text-align: center;
}

.midia .descricao h2 {
  color: rgba(255, 255, 255, 0.721);
  margin-bottom: 20px;
}

.midia .descricao p {
  margin-top: 20px;
  color: #a5a3a3;
}

.midia .midia-full {
  width: 100%;
  height:400px;
  object-fit: contain;
}
.imagem{
  filter: brightness(1.4); 
}

.midia button.btn-basico {
  display: inline-block;
  margin: 20px auto;
  margin-top: 20px;
  padding: 10px 20px;
  background: #ea2c1a;
  color: #fff;
  border: none;
  border-radius: 5px;
  font-size: 18px;
  cursor: pointer;
  transition: background 0.3s ease, transform 0.3s ease;
  box-shadow: -10px 0 10px rgba(0, 0, 0, 0.3), 10px 0 10px rgba(0, 0, 0, 0.3);
}

.midia button.btn-basico:hover {
  transform: scale(1.06);
  box-shadow: -15px 0 15px rgba(0, 0, 0, 0.3), 15px 0 15px rgba(0, 0, 0, 0.3);
}

.midia button.btn-basico:active {
  transform: scale(1.0);
  box-shadow: -10px 0 10px rgba(0, 0, 0, 0.3), 15px 0 15px rgba(0, 0, 0, 0.3);
}

.midia button.btn-basico1 {
  display: inline-block;
  margin: 20px auto;
  margin-top: 20px;
  padding: 10px 20px;
  background: linear-gradient(135deg, #c355b8 0%, #a9ab33 100%);
  color: #fff;
  border: none;
  border-radius: 5px;
  font-size: 18px;
  cursor: pointer;
  transition: background 0.3s ease, transform 0.3s ease;
  box-shadow: -10px 0 10px rgba(0, 0, 0, 0.3), 10px 0 10px rgba(0, 0, 0, 0.3);
}
.midia button.btn-basico1:hover {
  transform: scale(1.06);
  box-shadow: -15px 0 15px rgba(0, 0, 0, 0.3), 15px 0 15px rgba(0, 0, 0, 0.3);
}

.midia button.btn-basico1:active {
  transform: scale(1.0);
  box-shadow: -10px 0 10px rgba(0, 0, 0, 0.3), 15px 0 15px rgba(0, 0, 0, 0.3);
}
/* Reset mínimo e fonte */
.podcast-section {
  font-family: 'Poppins', sans-serif;
  padding:1px;
  /* fundo com overlay + imagem */
  background: 
    linear-gradient(rgba(0, 0, 0, 0.991), rgba(0, 0, 0, 0.891)),
    url('channels4_banner.jpg') center/cover no-repeat;
  color: #fff;  /* texto em branco para destacar sobre o fundo */
}

.podcast-section .container {
  max-width: 960px;
  margin: 0 auto;
  text-align: center;
}
.podcast-section h2 {
  font-size: 2.5rem;
  margin-bottom: 0.5rem;
}
.podcast-section .subtitle {
  font-size: 1.1rem;
  color: #bbbbbb;
  margin-bottom: 2rem;
}

/* Layout dos cards */
.podcast-section .cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.5rem;
}
.podcast-section .card {
  background: #ffffff00;
  padding: 1.8rem;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: transform .3s, box-shadow .3s;
}
.podcast-section .card:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.1);
}
.podcast-section .icon i {
  color: #fff;
}

/* já tendo .youtube-card e .spotify-card com background + overlay… */

/* Ícones */
.podcast-section .icon {
  width: 60px;
  height: 60px;
  margin-bottom: 1rem;
}
.podcast-section .icon svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
}

/* Títulos e texto */
.podcast-section .card h3 {
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
}
.podcast-section .card p {
  flex-grow: 1;
  font-size: 0.95rem;
  color: #afafaf;
  margin-bottom: 1.2rem;
}

/* Botões */
.podcast-section .btn {
  display: inline-block;
  padding: 0.65rem 1.4rem;
  border-radius: 6px;
  font-weight: 500;
  text-decoration: none;
  transition: background .3s, transform .2s;
}
.podcast-section .btn:hover {
  transform: translateY(-2px);
}
/* YouTube */
.btn-youtube {
  background: #e52d27a5;
  color: #fff;
}
.btn-youtube:hover {
  background: #C7322E;
}
/* Spotify */
.btn-spotify {
  background: #1db954cd;
  color: #fff;
}
.btn-spotify:hover {
  background: #1AA34A;
}

/* Responsividade extra */
@media (max-width: 480px) {
  .podcast-section h2 {
    font-size: 2rem;
  }
}

/*rodape*/
.footer {
  background-color: #333;
  color: #fff;
  padding: 40px;
  margin: 0px;
  text-align: center;
}

.footer-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.footer-map iframe {
  width: 80vh;
  max-width: 100%;
  height: 45vh;
  border: 0;
  margin-bottom: 0px;
}

.footer-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
  margin-left: 20px;
}

.footer-icons {
  display: flex;
  justify-content: center;
  margin-bottom: 100px;
}

.footer-icons a {
  margin: 0 20px;
  font-size: 35px;
  color: #f8d04e;
  text-decoration: none;
  transition: color 0.3s;
}

.footer-icons a:hover {
  color: #f7f5ba;
}

.footer-contact {
  text-align: left;
  margin-top: 10px;
}

.footer-contact p {
  margin: 5px 0;
  font-size: 20px;
  color: #7e766f;
}

.footer-contact a {
  color: #e3dcd1;
  text-decoration: none;
}

.footer-contact a:hover {
  color: #fff;
  text-decoration: underline;
}

.footer-rights {
  margin-top: 40px;
}

.footer-rights p {
  margin: 0;
  color: white;
}
/*linkmike*/
.creditos {
  margin-top: 40px;
  font-size: 0.9rem;
  color: #d1d5db;
}

.creditos .link-dev {
  color: #10b981;
  text-decoration: none;
  font-weight: 600;
}

.creditos .link-dev:hover {
  text-decoration: underline;
}
@media only screen and (min-width: 950px) and (max-width: 1500px) {
  .section-description {
  position: absolute;
  top:70%;
  left: 2%;
  transform: translateY(-50%);
  color: rgb(64, 56, 40);
  padding:20px;
  border-radius: 10px;
  max-width: 600px;
  opacity: 0;
  animation: slide-in-left-fade 2s forwards;
  font-family: 'Arial', sans-serif;
}
}
/* Para telas maiores que 1000px */
@media only screen and (min-width: 768px) and (max-width: 950px) {
  .section-description {
    position: absolute;
    top: 80%;
    left: 2%;
  }
  .image-container {
    padding-top: 4%;
    width: 100%;
    height:100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #efefee 10%, #c2ac80 100%);
  }
  
  .central-image {
    width: 700px;
    height: 100%;
    object-fit: cover;
    animation: slide-in-right-zoom 2s ease-in-out forwards;
    filter: blur(0px);
    mask-image: linear-gradient(to bottom, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0));
    -webkit-mask-image: linear-gradient(to bottom, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0));
  }

  @keyframes slide-in-right-zoom {
    0% {
        transform: translateX(100%) scale(0.8);
    }
  
    100% {
        transform: translateX(37%) scale(1.0); /* Ajuste para parar antes da posição original */
    }
  }
  .step p {
        color: rgb(16, 42, 16);
        line-height: 1.4;
        text-align: justify;
        margin: 0;
        word-spacing: -1px;
        hyphens: auto;
}
.planos10 ul li i {
  font-size: 1.2rem;
  padding-left: 20px;
  color: #79712d; /* Cor dos ícones */
}

/*sobrethais*/
.sobre-thais p {
  text-align: center;
  margin-bottom: 40px;
  font-size: 20px;
  color: rgba(255, 255, 255, 0.67);
}
/* Google logo */
.google-logo {
  width: 20%;
}

/* Estrelas */
.stars {
  width: 20%;
}
/*avaliacoes*/
.avaliacoes .image-container {
  background: linear-gradient(135deg, #eaddcc 0%, #efeae3 100%);
  justify-content: center; 
  gap: 10px;
  margin-top: 20px;
}
.avaliacoes .image-container img {
  width:390px; 
  height:100%; 
  object-fit: cover; 
  border-radius: 8px;
  filter: brightness(2.0); 
}
/*midias sociais*/
.midia .descricao h2 {
  margin-top: 30px;
}
.footer{
  display: block;
  width: 100%;
}

}

/* Para telas maiores que 1000px */
@media only screen and (min-width: 768px) {
  .mobile, .bloco2 {
    display: none;
    /* Oculta a imagem em telas maiores */
  }

}
@media (max-width: 890px) {
  *,
  *::before,
  *::after {
      box-sizing: border-box; /* Garantir que padding e borda não aumentem o tamanho do elemento */
  }
  
  html, body {
      margin: 0;  /* Remove qualquer margem padrão */
      padding: 0; /* Remove qualquer padding padrão */
      width: 100%;
      height: 100%; /* Garante que o body ocupe toda a altura da tela */
  }
  
  body {
      overflow-x: hidden; /* Remove qualquer rolagem horizontal */
      background-color: #f4ebd8;
  }
  
  .header {
    display: flex;
    justify-content: center;
    margin: 0px;
    align-items: center;
    background: #efefee;
    border-bottom: 1px solid rgba(0, 0, 0, 0.273);
  }

  .header .logo {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 270px;
    padding-left: 40px;
  }

  .header nav a,
  .header .social-icons a {
    display: none;
  }

  /* Estilos para o ícone do menu hambúrguer */
  .mobile{
    background-color: #f4ebd8;
  }
  .menu-icon {
    position:absolute;
    top: 60px;
    left: 10px;
    width: 40px;
    height: 50px;
    cursor: pointer;
  }

  .menu-icon div {
    width: 100%;
    height: 10px;
    background-color: #040404;
    margin: 6px 0;
    transition: 0.4s;
  }

  /* Estilos para o menu */
  .menu {
    position: initial;
    padding-top: 0px;
    margin-left: 70px;
    width: 32vh;
    height: 100%;
    display: none;
  }

  .menu a {
    display: block;
    color: black;
    text-decoration: none;
    font-size:22px;
    padding: 10px 0;
  }

  .menu a:active {
    translate: 12px;
  }

  .menu a:last-child {
    border-bottom: none;
  }

  .menu-icon div {
    width: 35px;
    height: 4px;
    background-color: #333;
    margin: 6px 0;
    transition: 0.4s;
  }

  .menu.open {
    display: block;

  } 
  /*redes sociais*/
  .social-icons1 {
    position: absolute;
    top: 0px;
    right: 70px;
    display: flex;
    flex-direction: column;

  }

  .social-icons1 a {
    margin: 5px 0;
  }
  
  .social-icons1 i {
    font-size: 40px;

  }
 /* CSS para a seção Home */
 .bloco{
  display: none;
 }
 #home1 {
  position: relative;
  display: block;
  width: 100%;
  text-align: center;
  margin-top: 20px;
}

/* Container da imagem */
.container-imagem1 {
  display: block;
  width: 100%;
  position: relative;
  height: 70vh; /* Adicionado para ocupar toda a altura da tela */
}

/* Imagem central */
.imagem-central1 {
  position: relative;
  display: flex;
  width: 100%;
  height: 100%; /* A imagem ocupará 100% da altura do container */
  margin: 0px;
  background-color: #f4ebd8;
  mask-image: linear-gradient(to bottom, rgba(237, 229, 219, 0) 0%, rgba(237, 229, 219, 0) 100%);
  -webkit-mask-image: linear-gradient(to bottom,  #f4e4c2 80%, rgba(237, 229, 219, 0) 100%);
  object-fit: cover; /* Garante que a imagem cubra todo o espaço sem distorcer */
}


/* Descrição da seção */
.descricao-secao {
  display: block;
  background-color: #f4ebd8;
  padding: 20px;
  text-align: center;
  margin-top: 20px;
}

.descricao-secao h1 {
  font-size: 24px;
  margin-bottom: 10px;
}

.descricao-secao p {
  font-size: 16px;
  margin-bottom: 10px;
}

.descricao-secao span {
  font-weight: bold;
}

.descricao-secao button {
  display: inline-block;
  padding: 10px 20px;
  font-size: 16px;
  background-color: #4CAF50;
  color: white;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  margin-top: 20px;
  margin-bottom: 20px;
}

.descricao-secao button:hover {
  background-color: #45a049;
}
/*blog*/
.blog {
  padding-top: 20%;
  text-align: center; /* Centraliza o conteúdo dentro do div */
}
.blog img {
  width: 60%; /* Define a largura da imagem */
  display: inline-block; /* Garante que a imagem se comporte bem com o texto centralizado */
}
.posts-section {
  display: block;
  gap: 20px;
  padding: 20px;
}
.post {
  border: 1px solid #ffd001ae;
  padding: 15px;
  border-radius: 10px;
  background-color: white;
  box-shadow: 0 2px 5px rgba(0,0,0,0.3);
  margin-bottom: 20px;
}
.post h2 {
  font-size: 1.4em;
  text-align: center;
  margin-bottom: 10px;
  color: #56685e;
}
.post p {
  font-size: 1em;
  text-align: center;
  color: #555;
}
   /*situacoes*/
   .saude {
    margin-top: 106%;
    background-color: #f4ebd8; 
    background-image: none; 
    border: none;
    
  }
  .health-assistance {
    display: grid;
    grid-template-columns: repeat(1, 2fr);
    grid-template-rows: repeat(3, auto);
    font-family: Arial, sans-serif;
    margin:0px;
    padding: 20px;

  }
  .situation {
    background-color: white;
    margin-bottom: 10px;
    padding: 30px;
   
  }
  

  .mobile2{
    margin-top: 30px;
    padding: 10px 80px;
    background: linear-gradient(135deg, #99864e 0%, #fbe7d4 100%);
    color: black;
    border: none;
    cursor: pointer;
    border-radius:5px;
    font-size: 22px;
    transition: background 0.3s ease, transform 0.3s ease;
    box-shadow: -10px 0 10px rgba(0, 0, 0, 0.3), 10px 0 10px rgba(0, 0, 0, 0.3);
  }
  .mobile2:hover {
    transform: translateY(-1px);
      box-shadow: 0 15px 25px rgba(0, 0, 0, 0.8);
  }
  
  .mobile2:active{
    transform: translateY(-0px);
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.5);
  }

  /*Etapas*/
  #servicos {
    padding:10px;
  }
  .steps-container {
    display: block;
    font-size: 24px;
    padding: 0px;
    margin: 0px;
  
  }
  .step{
    background-color: white;
  }
  .step p{
    font-size: 16px;
    text-align: center;
    color: #555;
    line-height: 1.6;
     
  }
  .step h3{
    font-size: 22px;
 
  }
  
  #servicos h2 {
    text-align: center;
    font-size: 1.5em;
    margin-bottom:50px;
    color: #333;
  }
 
 

/* Estilo para a seção dos planos */
#tratamentos {
border-top: 1px solid rgba(0, 0, 0, 0.329);
}
.plano{
  padding: 20px;
}
.planos10 {
  display: grid; /* Usando Grid para a estruturação */
  grid-template-columns: repeat(1, 1fr); /* Define 4 colunas com largura igual (4 planos por linha) */
  gap: 0px; /* Espaço entre os planos */
  padding:0px;
  max-width: 100%; /* Garantir que a largura total da seção não ultrapasse 100% da tela */
  margin: 0 auto; /* Centraliza a seção na página */
  justify-items: center; /* Alinha os itens no centro */
  background-image: url('thaisplano.JPG');
  background-repeat: no-repeat; /* Evita a repetição da imagem */
  background-size: cover; /* Ajusta a imagem para cobrir toda a seção */
}


/* Estilo para a seção dos planos */
#tratamentos {
  background-image: url('lartanja2.png');
  background-repeat: no-repeat; /* Evita a repetição da imagem */
  background-size: cover; /* Ajusta a imagem para cobrir toda a seção */
  background-position: center; /* Centraliza a imagem */
  padding:40px 10px;
  margin: 0px;
  max-width: 100%;
  text-align: left; /* Centraliza o conteúdo da seção */
  position: relative; /* Necessário para o pseudo-elemento */
}
#tratamentos h2 {
  font-size: 1.7rem;
  text-align: center;
  color: #333;
  margin-bottom: 30px;
}

/* Estilo para a lista de itens */
#tratamentos ul {
  list-style: none;
  padding: 0;
  display: block;
  flex-direction: column; 
  align-items:left; 
  justify-content: left;
}

#tratamentos ul li {
  display: flex;
  align-items: left;
  margin-bottom: 15px;
  font-size: 1.1rem;
  color: #555;
}

#tratamentos ul li i {
  font-size: 1.2rem;
  margin: 10px;
  margin-right: 15px;
  color: #504b1c; /* Cor dos ícones */
  text-align: left; /* Alinha o conteúdo à esquerda */
}


/* Estilo para o parágrafo de descrição */
#tratamentos p {
  font-size: 16px;
  color: #444;
  text-align:left;
  padding-left: 10px;
  margin-top: 30px;
  line-height: 1.8;
  max-width: 100%;
  margin-left: 0px;
  margin-right: auto;
}
/* Estilos separados para a seção */
.consultas-tratamento {
  display:block;
  border: none;
  background: #f4ebd8;
  width: 100%;
  padding: 20px;
}

.consultas-tratamento .descricao h2 {
  color: #444;
  text-align: center;
  margin-bottom: 20px;
}


/* sobre-thais */
.sobre-thais {
  display: none;
  
}
/* Estilização básica para a seção sobre Thais */
#sobre66.sobre-thais66 {
  display: block;
  width: 100%;
  padding:0px;
  background-color: #f4ebd8;
  font-family: Arial, sans-serif;
}

/* Estilização para o conteúdo dentro da seção */
.conteudo66 {
  display: block;
  max-width: 100%; /* Limita a largura máxima do container */
  height: auto; /* Altura automática para se ajustar ao conteúdo */
  margin: 0 auto; /* Centraliza o container */
  text-align: center;
  position: relative; /* Permite posicionar elementos filhos de forma absoluta */
}

/* Estilização para a imagem */
.conteudo66 img {
  display: block;
  padding-right: 32px;
  width: 100%; /* A imagem ocupa 100% da largura do container */
  max-width: 100%; /* Garante que a imagem não ultrapasse a largura do container */
  height: 50vh; /* Altura relativa à altura da tela (60% da viewport height) */
  object-fit: cover; /* Garante que a imagem cubra todo o espaço sem distorcer */
  margin: 0 auto; /* Centraliza a imagem horizontalmente */
  background-color: #f4ebd8;
  mask-image: linear-gradient(to bottom, rgba(237, 229, 219, 0) 0%, rgba(237, 229, 219, 0) 100%);
  -webkit-mask-image: linear-gradient(to bottom, #f4e4c2 80%, rgba(237, 229, 219, 0) 100%);
}

/* Estilização para o título */
.conteudo67 h2 {
  display: block;
  text-align: center;
  font-size: 24px;
  color: #333;
  margin-bottom: 15px;
}

/* Estilização para os parágrafos */
.conteudo67 p {
  display: block;
  text-align: center;
  font-size: 16px;
  margin: 20px;
  color: #666;
  line-height: 1.6;
  margin-bottom: 15px;
}

/* Estilização para o botão de agendamento */
.conteudo67 .btn-consulta {
  display: block;
  width: 80%;
  max-width: 100%;
  padding: 15px;
  margin: 20px auto;
  font-size: 18px;
  color: #fff;
  background-color: #28a745;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  text-align: center;
}

.conteudo67 .btn-consulta:hover {
  background-color: #218838;
}

/*consultasetratamento*/

.consultas-tratamento .descricao p {
  text-align: center;
  margin-top: 20px;
  font-size: 16px;
}
/*consultasetratamento*/
.consultas-tratamento .descricao h2 {
  text-align: center;
  margin-top: 20px;
  font-size: 23px;
}

/*listas*/
.faq-section {
  display: block;
  flex-wrap: none;
  justify-content: space-between;
  padding: 0px;
  margin:0px;
  border-top: 0px solid rgba(0, 0, 0, 0);
  background: #f4ebd8;
  padding-bottom: 0px;
}

.faq-container,
.contact-form-container {
  padding:20px;
  min-width:0px;
  margin: 0px;
}
.faq-item summary, p {
 font-size: 18px;
}

.faq-item p {
  text-align: justify;
  font-size: 22px;
  margin: 0;
  word-spacing: -1px;
  hyphens: auto;
}

.contact-form-container{
  font-size: 24px;
}
.contact-form input {
  padding: 20px;
}

.contact-form-container h2{
  font-size: 30px;
}
.contact-form button {
padding: 10px 80px;
font-size: 24px;
margin-top:50px;
margin-bottom:60px;
}

/* avaliacoes */
.section1 {
  border-top: 0px solid #372305;
  width: 100%;
  margin: 0px;
  padding: 0px;
}

/* Google logo */
.google-logo {
  font-size: 70px;
  width: 100%;
  color: #4285F4;
  margin-bottom: 20px;
}
/* Estrelas */
.stars {
  font-size: 70px;
  width: 100%;
  color: #ffd900;
  margin-bottom: 20px;
}
.avaliacoes .image-container44 {
  display: flex;
  margin: 0px;
  padding: 0px;
  justify-content: center; /* Alinha horizontalmente ao centro */
  width: 450vh;
  gap: 10px;
}

.image-container44 img {
  object-fit: contain; /* Garante que a imagem se ajuste ao contêiner sem cortar */
  width: 100%;
  height: 40vh; /* Aumenta a altura das imagens */
  border-radius: 8px;
  overflow: hidden;
  filter: brightness(2.0);
  animation: slide 20s linear infinite; /* Aplica a animação */
}
@keyframes slide {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-600%);
  }
}
/* Midia */
.midia {
  display: block;
  align-items: center;
  width: 100%;
  padding: 10px;
  margin: 0px;
  box-sizing: border-box;
  border: 1px solid rgba(243, 239, 156, 0.273);
  background-color: #333;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
}

.midia-container {
  display: block;
  justify-content: center;
  width: 100%;
  max-width: 100%;
}

.midia .descricao h2 {
  margin-top: 30px; /* Ajusta a margem superior */
}

.midia .instagram h2 {
  margin-top: -80px;
}

.imagem {
  width: 100%;
  filter: brightness(1.5); 
}

.midia .midia-full {
  width: 100%;
  height: 500px;
  object-fit: cover;
  object-fit: contain;
}
.midia button.btn-basico1 {
  margin-bottom: 25%;
}
.midia button.btn-basico {
  margin-bottom: -15%;
 
}
/* Reset mínimo e fonte */
.podcast-section {
  font-family: 'Poppins', sans-serif;
  padding:1px;
  /* fundo com overlay + imagem */
  background: 
    linear-gradient(rgb(0, 0, 0), rgba(0, 0, 0, 0.951)),
    url('channels5_banner.jpg') center/cover no-repeat;
  color: #fff;  /* texto em branco para destacar sobre o fundo */
}

.podcast-section .container {
  max-width: 960px;
  margin: 0 auto;
  text-align: center;
}
.podcast-section h2 {
  font-size: 2.5rem;
  margin-bottom: 0.5rem;
}
.podcast-section .subtitle {
  font-size: 1.1rem;
  color: #bbbbbb;
  margin-bottom: 2rem;
}

/* Layout dos cards */
.podcast-section .cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.5rem;
}
.podcast-section .card {
  background: #ffffff00;
  padding: 1.8rem;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: transform .3s, box-shadow .3s;
}
.podcast-section .card:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.1);
}
.podcast-section .icon i {
  color: #fff;
}

/* já tendo .youtube-card e .spotify-card com background + overlay… */

/* Ícones */
.podcast-section .icon {
  width: 60px;
  height: 60px;
  margin-bottom: 1rem;
}
.podcast-section .icon svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
}

/* Títulos e texto */
.podcast-section .card h3 {
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
}
.podcast-section .card p {
  flex-grow: 1;
  font-size: 0.95rem;
  color: #afafaf;
  margin-bottom: 1.2rem;
}

/* Botões */
.podcast-section .btn {
  display: inline-block;
  padding: 0.65rem 1.4rem;
  border-radius: 6px;
  font-weight: 500;
  text-decoration: none;
  transition: background .3s, transform .2s;
}
.podcast-section .btn:hover {
  transform: translateY(-2px);
}
/* YouTube */
.btn-youtube {
  background: #e52d27a5;
  color: #fff;
}
.btn-youtube:hover {
  background: #C7322E;
}
/* Spotify */
.btn-spotify {
  background: #1db954cd;
  color: #fff;
}
.btn-spotify:hover {
  background: #1AA34A;
}

/* Responsividade extra */
@media (max-width: 480px) {
  .podcast-section h2 {
    font-size: 2rem;
  }
}

/*rodape*/
.footer {
  padding: 10px;
  
}

.footer-content {
  display: block;
  flex-wrap:none;
  justify-content: none;
  align-items: center;
}

.footer-map iframe {
  width: 100%;
  max-width: 100%;
  height: 45vh;
}

.footer-info {
  display: block;
  flex-direction: column;
  align-items: center;
  flex: 1;
  margin-left: 0px;
}

.footer-icons {
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
  margin-top: 50px;
}

.footer-icons a {
  margin:auto;
  font-size: 35px;
  color: #f8d04e;
  text-decoration: none;
  transition: color 0.3s;
}

.footer-icons a:hover {
  color: #f7f5ba;
}

.footer-contact {
  text-align: center;
  margin-top: 0px;
}

.footer-contact p {
  margin: 5px 0;
  font-size: 20px;
  color: #7e766f;
}

.footer-contact a {
  color: #e3dcd1;
  text-decoration: none;
}

.footer-contact a:hover {
  color: #fff;
  text-decoration: underline;
}

.footer-rights {
  margin-top: 0px;
}

.footer-rights p {
  margin: 0;
  color: white;
}
/* WhatsApp Flutuante */
#whatsapp-button {
  bottom: 130px;
  right: 20px;
}

/* Estilo da seção de detox */
.detox-section {
  display: block;
  align-items: center;
  position: fixed;
  right:0px;
  top: 91%;
  transform: translateY(-50%);
  padding: 5px;
}
}