* {
  margin: 0;
  padding: 0;
  font-size: 100%;
  box-sizing: border-box;
  font-family: 'Open Sans', sans-serif;
}

header {
  background-color: rgba(251, 244, 213, 0.85);
  width: 100%;
  margin-bottom: 50px;
  position: fixed;
  padding: 5px 50px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  box-shadow: 1px 1px 10px black;
}

header img {
  height: 100px;
  margin: 15px;
  /* mix-blend-mode: multiply; */
}

a {
  text-decoration: none;
  cursor: pointer;
  opacity: 0.8;
  padding: 0 10px;
}

a:hover {
  opacity: 1;
}

a:visited, a:hover, a:active {
  color:#2c847f;
}

nav, ul {
  list-style: none;
  margin-top: 25px;
  font-size: 20px;
}

nav a {
  color:#43aaa4;  
}

.hero {
  background-image: url(images/clinicaAle.png);
  background-position: center center;
  min-height: 100vh;
  padding-top: 200px;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color:#008037;
  text-align: center;
}

.hero img {
  max-height: 80%;
  /* margin-bottom: 150px; */
}

/* .hero h1 {
  width: 80%;
  font-size: 50px;
  margin-bottom: 15px;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 20px;
} */

.hero h3 {
  width: 80%;
  font-size: 25px;
  margin-bottom: 15px;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 20px;
}

.hero .btn {
  background-color:#2c847f;
  border-radius: 15px;
  color: #ffffff;
  padding: 20px 50px;
  margin-bottom: 50px;
  text-transform: uppercase;
  font-size: 40px;
  box-shadow: 1px 1px 10px black;
}

/* Aumenta o texto do botão no celular */
@media screen and (max-width: 600px) {
  .hero .btn {
    font-size: 20px !important; /* aumenta o tamanho da letra */
    padding: 18px 40px; /* ajusta o tamanho do botão junto */
  }
}


.know-the-farao {
  padding: 100px 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: rgba(251, 244, 213, 0.8);
}

.know-the-farao about-me{
  padding: 100px 50px;
  display: flex;
  /* flex-direction: column; */
  justify-content: space-between;
  flex-wrap: wrap;
}

.profile-image {
  height: 400px;
  /* border-radius: 50%; */
  margin-bottom: 50px;
  /* box-shadow: 1px 1px 10px black; */
}

.know-the-farao h3 {
  font-size: 25px;
  margin-bottom: 35px;
  text-align: center;
  color: black;
}

.know-the-farao p {
  max-width: 1200px;
  margin-bottom: 35px;
  text-align: left;
  color: black;
}

.know-the-farao hr {
  width: 200px;
  height: 2px;
  margin-bottom: 70px;
  border: none;
  background-color: black;
}

.know-the-farao .grid {
  max-width: 1200px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.grid img {
  border-radius: 30px;

  /* margin-right: 50px;
  margin-bottom: 50px; */
  height: 500px;
  padding: 20px;
  /* box-shadow: 1px 1px 10px black; */
}

.justificar {
  text-align: justify;
}

.especial img {
   height: 100px;
  padding: 20px;
}


.grid li i{
  
  margin-bottom: 50px;
  display: flex;
  justify-content: center;
}

.store {
  background-color: #2c847f;
  padding: 100px 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.store h3 {
  font-size: 25px;
  margin-bottom: 35px;
  text-align: center;
  color: white;
}

.store p {
  max-width: 800px;
  margin-bottom: 35px;
  text-align: center;
  color: white;
}

.store hr {
  width: 200px;
  height: 2px;
  margin-bottom: 30px;
  border: none;
  background-color: white;
}

.store .grid {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.store .grid li {
  padding: 0 50px;
  text-align: center;
}

.store .grid li i {
  color: #c9e265;
  font-size: 80px;
  margin-bottom: 30px;
}

.store .grid li h4 {
  font-size: 25px;
  color: #98bd06;
  margin-bottom: 30px;
}

.verdeolivia{
  font-size: 25px;
  color: #98bd06;

}

.newsletter {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 100px 50px;
}

.newsletter h3 {
  font-size: 25px;
  text-transform: uppercase;
  margin-bottom: 35px;
  text-align: center;
  color: black;
}

.newsletter p {
  max-width: 800px;
  margin-bottom: 35px;
  text-align: center;
  color: black;
}

.newsletter form {
  display: flex;
  flex-direction: column;
  align-items:flex-start;
  justify-content: center;
  /* width: 80%; */
}

.newsletter input {
  width: 600px;
  padding: 15px;
  border-radius: 4px;
  margin-right: 15px;
  margin-bottom: 15px;
  /* flex: 1; */
}

.newsletter img {
  border-radius: 20px;
  height: 600px;
  margin-right: 25px;
}

.flex-container {
  display: flex;
}

.flex-item{
  align-items: flex-start; /*alinhar items por cima*/
}

/* .plannerText {
  text-align: left;
  max-width: 600px;
} */

.inputBtn {
  padding: 15px;
  background-color: #2c847f;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 40px;
  border: none;
  border-radius: 15px;
}

#planner-gratuito {
  padding-top: 250px;
}

/* .newsletter button {
  padding: 15px;
  background-color: #2c847f;
  color: #c9e265;
  text-transform: uppercase;
  border: none;
  border-radius: 4px;
} */

footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #2c847f;
  padding: 50px 0;
}

footer h3 {
  font-size: 25px;
  text-transform: uppercase;
  margin-bottom: 35px;
  text-align: center;
  color: rgb(255, 255, 255);
}

footer ul {
  display: flex;
  justify-content: space-around;
  margin-bottom: 25px;
}

footer ul li {
  margin-right: 10px;
}

footer ul li {
  margin-right: 50px;
}

footer ul li i {
  color:rgb(255, 255, 255);
  font-size: 50px;
}

footer p {
  color:#c9e265;
  text-align: center;
}

/* footer ul li:nth-child(1) {
  order: 1;
}

footer ul li:nth-child(2) {
  order: 2;
}

footer ul li:nth-child(3) {
  order: 3;
}

footer ul li:nth-child(4) {
  order: 4;
} */

@media screen and (max-width: 700px) {
  header nav {
    display: none;
  }

  header {
    justify-content: center;
  }

  header img {
    /* min-height: 10px; */
    width: 300px;
    /* width: 300px; */
  }

  .hero img {
    width: 80%;
    /* margin-bottom: 50px; */
  }

  .hero h1 {
    font-size: 30px;
  }
  
  .hero h3 {
    font-size: 15px;
  }

  .hero .btn {
    font-size: xx-small;
    box-shadow: 1px 1px 10px black;
  }

  .know-the-farao {
    padding: 30px 10px;
  }

  .know-the-farao .grid {
    width: 100%;
    height: auto;
    padding-bottom: 5px;
  }

  .know-the-farao img {
    width: 100%;
    height: auto;
    padding-bottom: 5px;
  }

  .store {
    padding: 30px 10px;
  }

  .store .grid {
    flex-direction: column;
  }

  .store ul {
    padding-left: 0rem;
  }

  .newsletter button {
    margin-top: 20px;
  }

  .newsletter input {
    margin-top: 20px;
    width: 300px;
    height: auto;
  }

  .flex-container {
    flex-direction: column;
    width: 300px;
    height: auto;
    align-content: center;
  }
  
  .flex-item{
    text-align: center;
    width: 300px;
    height: auto;
  }

  .inputBtn {
    width: 300px;
    font-size: large;
  }

  footer ul {
    padding-left: 0rem;
    margin-left: 35px;
  }

  footer ul li i {
    padding: 30px, 10px;
    font-size: 50px;
  }

  footer p {
    font-size: 15px
  }

}

 /* --------- Botão fixo WhatsApp (global, fora de qualquer @media) --------- */
.whatsapp-float {
  position: fixed !important;
  bottom: 20px !important;
  right: 20px !important;
width: 80px;     /* tamanho do botão */
  height: 80px;    /* tamanho do botão */
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 50% !important;
  z-index: 99999 !important;
  text-decoration: none !important;
  overflow: hidden !important;
  pointer-events: auto !important;
  box-shadow: 0 6px 18px rgba(0,0,0,0.18) !important;
  background: transparent !important;

  
}

/* --- Efeito de pulsar no botão do WhatsApp --- */
@keyframes pulse {
  0% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.6);
  }
  70% {
    transform: scale(1.15);
    box-shadow: 0 0 0 20px rgba(37, 211, 102, 0);
  }
  100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
  }
}

.whatsapp-float {
  animation: pulse 2s infinite;
  transition: transform 0.3s ease-in-out;
}

.whatsapp-float:hover {
  transform: scale(1.25);
}


/* garante que o <img> dentro não herde regras globais problemáticas */
.whatsapp-float .whatsapp-icon {
  display: block !important;
  width: 60% !important;
  height: 60% !important;
  max-width: 64px !important;
  max-height: 64px !important;
  object-fit: contain !important;
  border-radius: 50% !important;
  margin: 0 !important;
  padding: 0 !important;
}

.especial-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start; /* mantém tudo alinhado por cima */
  gap: 40px; /* espaçamento entre os itens */
  padding: 50px 20px;
  text-align: center;
}

.especial-grid li {
  max-width: 500px;
  flex: 1 1 300px; /* ocupa espaço flexível, mas respeita o limite */
  list-style: none;
}

.especial-grid img {
  width: 100%;
  max-width: 500px;
  height: auto;
  border-radius: 10px;
  margin-bottom: 20px;
  object-fit: cover;
}

.especial-grid h4 {
  font-size: 22px;
  color: #2c847f;
  margin-bottom: 10px;
}

.especial-grid p {
  font-size: 18px;
  color: #333;
  line-height: 1.5;
  text-align: justify;
}

@media screen and (max-width: 700px) {
  .especial-grid {
    flex-direction: column;
    align-items: center;
  }

  .especial-grid li {
    max-width: 90%;
  }

  .especial-grid img {
    max-width: 100%;
  }
}

/* ======== Endereço no rodapé ======== */
footer .endereco {
  text-align: center;
  color: #fff;
  margin-top: 30px;
  font-size: 18px;
}

footer .endereco i {
  font-size: 28px;
  color: #c9e265;
  margin-bottom: 10px;
  display: block;
}

footer .endereco p {
  margin: 5px 0;
  line-height: 1.4;
  color: #fff;
}

footer .endereco .mapa {
  display: inline-block;
  margin-top: 10px;
  background-color: #c9e265;
  color: #2c847f;
  padding: 10px 20px;
  border-radius: 25px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
}

footer .endereco .mapa:hover {
  background-color: #fff;
  color: #2c847f;
  transform: scale(1.05);
}

/* Responsivo */
@media screen and (max-width: 700px) {
  footer .endereco {
    font-size: 16px;
  }

  footer .endereco .mapa {
    display: block;
    margin: 10px auto;
  }
}

/* ===================== MAPA + IMAGEM LADO A LADO ===================== */
.mapa-e-imagem {
  display: flex;
  gap: 20px;
  margin-top: 25px;
  width: 100%;
  max-width: 900px;
}

.mapa-e-imagem .box-img,
.mapa-e-imagem .box-mapa {
  width: 50%;
}

/* imagem */
.mapa-e-imagem img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 10px;
}

/* mapa */
.mapa-e-imagem iframe {
  width: 100%;
  height: 250px;
  border: 0;
  border-radius: 10px;
}

/* celular */
@media (max-width: 700px) {
  .mapa-e-imagem {
    flex-direction: column;
  }

  .mapa-e-imagem .box-img,
  .mapa-e-imagem .box-mapa {
    width: 100%;
  }
}
/* HEADER / NAV */
.header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
  position: relative;
  z-index: 1100;
}

/* nav desktop por padrão */
.nav-links {
  display: flex;
  gap: 25px;
  align-items: center;
}

/* links estilo */
.nav-links a {
  text-decoration: none;
  font-weight: 600;
  color: #43aaa4; /* mantendo sua cor */
}

/* BOTÃO */
.hamburger {
  font-size: 28px;
  background: none;
  border: none;
  cursor: pointer;
  display: none;
}

/* MOBILE */
@media (max-width: 768px) {

  .hamburger {
    display: block;
    position: absolute;
    right: 20px;
    top: 12px;
    z-index: 2000;
  }

  header nav {
    display: none;
    flex-direction: column;
    position: absolute;
    top: 60px;
    right: 20px;
    background: white;
    padding: 10px;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
  }

  /* QUANDO O MENU ESTÁ ABERTO !!! */
  header nav.open {
    display: flex;
  }
}

