@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");

* {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

body {
  font-family: "Montserrat", sans-serif;
}

p {
  padding: 0 0.5rem;
}

.whatsapp-button {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #25d366; /* Cor oficial do WhatsApp */
  color: white;
  font-size: 28px;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  text-decoration: none;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
  transition: transform 0.2s ease-in-out;
}

.whatsapp-button:hover {
  transform: scale(1.1);
  background-color: #1ebe57;
}

#aviso {
  background-color: #d3d1f5;
  color: #333;
}

#aviso strong {
  font-weight: 600;
}

#capa img, #atendimento-online img {
  width: 80%;
}

#sobre img {
  width: 90%;
}


.fundo-claro {
  background-color: #e3e6f4;
}

#psicoterapia-online i {
  color: #4c62a4;
  font-size: 4rem;
}

#psicoterapia-online li img{
  width: 2rem;
}

.estados-brasileiros li img {
  padding: 0.3rem 0px;
  border-radius: 0.4rem;
}
.link {
  text-decoration: none;
}

#atedimento-online p span {
  font-weight: 600;
}

#atendimento-online i {
  color: #89ce89;
}

#contato p {
  font-weight: 600;
}

.fundo-escuro {
  background-color: #3b4989;
}

#contato, #duvidas-frequentes {
  overflow-x: hidden;
}