@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');

html {
  font-size: 62.5%;
}

/* ===== ADICIONADO: base da responsividade ===== */
html,
body {
  overflow-x: hidden;
  max-width: 100%;
}

img,
iframe,
svg {
  max-width: 100%;
}
/* ============================================== */

* {
  margin: 0;


}

a {
  color: inherit;
  text-decoration: none;
}

a:visited {
  color: inherit;
}






/* cabeçario*/

/* header {
  text-align: center;
  font-size: 2rem;
  margin: 0px;
  background-color: #8C6B5A;
  padding: 1rem;
  margin-bottom: 0px;
  color: #ece6d3;
  font-weight: 400;
  font-family: 'Raleway', Arial, Helvetica, sans-serif;
}

.destaque {
  color: #d7ab5e;
  font-weight: 500;

} */

/* Menu */
.navegacao {
  box-sizing: border-box;
  /* border-top: 1px solid black; */
  height: min(802px, calc(82vh + 40px));
  padding: 30px;
  background-image: url(Imagens/9AD1DFE3-20B4-4D0E-BD84-89C8966E5A28.webp);
  background-size: cover;
  background-position: center 40%;
  background-repeat: no-repeat;
  background-color: #d4c3b8;
  position: relative;


}

.icon {
  display: inline-block;

  min-height: 20px;
  margin-left: 1%;
  margin-top: 1%;
  float: left;
  margin-left: 9%;

}

.icon img {
  height: 150px;
  width: 150px;

}

.botao {
  float: right;
  margin-right: 9%;
  margin-top: 1%;
  border: 1px black solid;
  border-radius: 8px;
  padding: 1rem;
  transition: all 0.5s ease;
  display: flex;
  align-items: center;
  gap: 0.8rem;
  font-size: 2rem;
  font-family: 'Raleway', Arial, Helvetica, sans-serif;
  z-index: 2;
  position: relative;
}

.botao:hover {
  border: 1px black solid;
  background-color: #E0D6B8;
  transform: scale(1.08);
  font-family: 'Raleway', Arial, Helvetica, sans-serif;

}


/* Texto principal  */
.artigo {
  position: relative;
  top: 120px;
  margin-left: 18%;
}

.artigo h1 {
  max-width: 670px;
  font-weight: 700;
  line-height: 1.15;
  font-family: 'Playfair Display', sans-serif;
  font-size: 46px;
  color: #181818;
}


.artigo p {
  text-align: justify;
  font-size: large;
  width: 500px;
  max-width: 100%;
  line-height: 1.6;
  padding-top: 25px;
  font-family: 'Raleway', Arial, Helvetica, sans-serif;
  color: #181818;
  font-weight: 500;
}



.destaque2 {

  color: #5c4336;


}

.botao2 {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 40px;
  border: 1px solid #181818;
  border-radius: 6px;
  padding: 12px 30px;
  color: #181818;
  text-decoration: none;
  transition: all 0.4s ease;
  margin-top: 4%;
  background-color: #E0D6B8;
  font-size: 20px;
  font-family: 'Raleway', Arial, Helvetica, sans-serif;
  margin-bottom: 20px;
}

.botao2:hover {
  transform: scale(1.05);
  background-color: #E0D6B8;

}


.arrow img {
  width: 12px;
  height: 12px;
  display: block;
}

/*  Bloco de estatísticas  */
.estado {
  /* ALTERADO: era top:760px (numero fixo, so batia com hero de 762px).
     Agora gruda na base do hero, seja qual for a altura dele.
     Em desktop o resultado na tela e o mesmo. */
  position: absolute;
  left: 50%;
  /* bottom:0 encosta a base da barra na emenda das duas sections e o
     translate(-50%, 50%) empurra ela para baixo em METADE da propria
     altura — entao ela fica sempre cortada exatamente ao meio.
     Isso resolve de vez: a barra muda de altura conforme a largura
     (123px, 109px, 78px, 73px, 65px...) porque as fontes e as quebras
     de linha mudam, e nenhum valor fixo de bottom acompanhava isso. */
  bottom: 0;
  transform: translate(-50%, 50%);
  z-index: 1;
  width: min(900px, 90%);
  background-color: #3D2B22;
  border-radius: 16px;
  padding: 20px 20px;
  box-shadow: 0 24px 50px rgba(0, 0, 0, 0.4);
  display: flex;
  justify-content: space-around;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
}

.stat {
  flex: 1;
  min-width: 150px;
  text-align: center;
}

.stat .num {
  display: block;
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.1;
  color: #d7ab5e;
}

.stat .label {
  display: block;
  margin-top: 8px;
  font-size: 17px;
  letter-spacing: 0.03em;
  color: #ece6d3;
}

/* vitrine  */

.servicos {
  clear: both;
  margin-top: 100px;
}

.servicos :first-child {
  text-align: center;
  margin-top: 2%;
  text-transform: uppercase;
  font-size: 16px;
  font-family: 'Raleway', Arial, Helvetica, sans-serif;
}

.servicos h1 {
  text-align: center;
  margin-top: 10px;
  font-family: 'Playfair ' sans-serif;
  color: #181818;
  font-size: 40px;
  font-weight: 400;

}

.servicos :nth-child(3) {

  text-align: center;
  margin-top: 20px;
  font-family: 'Raleway', Arial, Helvetica, sans-serif;
  font-size: 17px;
  margin-bottom: 50px;
}

.tooth {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 25px;
  justify-content: center;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;


}

.cartao {
  display: flex;
  flex-direction: column;
  border: 1px black transparent;
  padding: 200px 80px 40px 80px;
  border-radius: 10px;
  gap: 20px;
  text-align: center;
  color: white;
  text-transform: capitalize;
  font-size: 33px;
  font-weight: 580;
  margin-bottom: 20px;
  /* ALTERADO: 190px de conteudo + 160px de padding = 350px.
     Com border-box o desenho fica identico e a largura vira ajustavel. */
  box-sizing: border-box;
  width: 350px;
  background-size: cover;
  background-position: center;
  font-family: sans-serif;

}

.cartao1 {
  background-image: linear-gradient(to top, rgb(61, 43, 34, 1), rgba(211, 194, 101, 0)), url(Imagens/consultorio/5506E54D-5EC6-4EAA-9D17-9E83C55C4096.webp);

}


.cartao2 {
  background-image: linear-gradient(to top, rgb(61, 43, 34, 1), rgba(211, 194, 101, 0)), url(Imagens/consultorio/aparelho\ ortodontico.jpeg);

}

.cartao3 {
  background-image: linear-gradient(to top, rgb(61, 43, 34, 1), rgba(211, 194, 101, 0)), url(Imagens/consultorio/laser\ terapia.jpeg);

}

.cartao4 {
  background-image: linear-gradient(to top, rgb(61, 43, 34, 1), rgba(211, 194, 101, 0)), url(Imagens/consultorio/remoção\ de\ tartaro.jpeg);

}


.cartao5 {
  background-image: linear-gradient(to top, rgb(61, 43, 34, 1), rgba(211, 194, 101, 0)), url(Imagens/consultorio/CFE3D596-5B32-47D0-A9DA-C208DDB2D1E8.webp);

}

.cartaosix {
  display: flex;
  flex-direction: column;
  border: 1px black transparent;
  padding: 80px 80px 40px 80px;
  border-radius: 10px;
  gap: 20px;
  text-align: center;
  color: white;
  text-transform: capitalize;
  font-size: 30px;
  font-weight: 580;
  margin-bottom: 20px;
  box-sizing: border-box;
  width: 350px;
  background-size: cover;
  background-position: center;
  font-family: sans-serif;
}

.cartao6 {
  background-color: #3D2B22;


}

.cartao6>p {
  font-family: sans-serif;
  font-size: 15px;
  text-align: center;
  display: inline-block;
  width: 200px;
  line-height: 24px;
  margin-top: 10px;

}

.cartaotexto6 {
  text-align: center;
}

.whatsapp img {
  width: 16px;
  height: 16px;
}

.botao3-6 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin: auto 0px;
  border-radius: 6px;
  padding: 12px 0px;
  color: #181818;
  text-decoration: none;
  transition: all 0.4s ease;
  font-weight: 500;

  background-color: white;
  font-size: 18px;
  font-family: sans-serif;

  width: 100%;
}

.botao3-6:hover {
  transform: scale(1.05);
  background-color: #ece6d3;
  color: #181818;

}


.botao3 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin: auto 0px;
  border-radius: 6px;
  padding: 12px 0px;
  color: white;
  text-decoration: none;
  transition: all 0.4s ease;
  font-weight: 500;


  font-size: 20px;
  font-family: 'Raleway', Arial, Helvetica, sans-serif;

  width: 100%;


}

.botao3:hover {
  transform: scale(1.05);
  background-color: white;
  color: #181818;

}


/* quem somos  */

.fundo {

  width: 100%;
  /* ALTERADO: era height fixo, cortava o conteudo em telas estreitas */
  min-height: 1000px;
  background-image: url(Imagens/IMG_9827.webp);
  background-size: 180%;
  background-position: center;
  margin-top: 90px;
  display: flex;
  align-items: center;
  padding: 50px 0px;


}

.cartaoquem {
  background-color: #ece6d3;
  width: min(50%, 600px);
  padding: 50px;
  border-radius: 20px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
  text-align: center;
  align-self: right;
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;

}

.cartaoquem h1 {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 36px;
  font-weight: 700;
  color: #3D2B22;

}

.cartaoquem p {
  font-family: 'Raleway', Arial, Helvetica, sans-serif;
  font-size: 21px;
  line-height: 1.4;
  color: #181818;
  text-align: justify;
}

.instagram {
  display: flex;
  justify-content: space-around;
  align-items: center;
  gap: 20px;
  margin-top: 13px;
}

.instagram span {
  background-color: #3D2B22;
  font-size: 22px;
  border-radius: 7px;
  color: #ece6d3;
  padding: 10px 30px;
  display: flex;
  gap: 5%;
  justify-content: center;
  align-items: center;
  font-family: 'Raleway', Arial, Helvetica, sans-serif;
  width: 35%;
  transition: all 0.4s ease;


}

.instagram span:hover {
  transform: scale(1.05);
  background-color: #5c4336;
  cursor: pointer;
}

.instagram img {
  width: 20px;
  height: 20px;
}

.coluna-fotos {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
  width: 350px;
  flex-shrink: 0;

}


.cartaomonique,
.cartaoana {
  width: 100%;

  height: 500px;
  background-size: cover;
  border-radius: 20px;



}

.cartaomonique {
  background-image: url(Imagens/consultorio/fotomonique2.webp);
  /* o rosto da Dra. Monique fica a ~18% da altura da foto:
     ancorando aqui a cabeca nunca e cortada, por mais que o
     cartao mude de proporcao */
  background-position: 50% 18%;

}

.cartaoana {
  background-image: url(Imagens/consultorio/fotoana3.webp);
  /* o rosto da Dra. Ana fica a ~28% da altura da foto */
  background-position: 50% 28%;
}

.containerfotos {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  gap: 10px;
  width: 100%;
  margin: 0 auto;

  max-width: 1100px;

}

/* Fotografia */

.texto2 {
  padding: 30px;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
  font-family: 'Playfair ' sans-serif;
  color: #181818;
  font-size: 40px;
  font-weight: 400;

}


.section_studio {
  display: flex;
  justify-content: center;

  width: 100%;
  align-content: center;

}

.avo_studio {
  /* ALTERADO: tinha min-width:1100px, que forcava rolagem lateral em
     qualquer tela menor que isso */
  display: flex;
  max-width: 1100px;
  flex-direction: row-reverse;
  gap: 50px;
  width: 100%;
  align-items: center;

}

.avo_studio h1 {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 36px;
  font-weight: 700;
  color: #3D2B22;
  margin-bottom: 20px;
  text-align: center;


}

.pai_studio {
  display: flex;
  flex-direction: column;
  gap: 20px;

}



.cartaotransform {
  background-color: #ece6d3;
  width: 100%;
  max-width: 500px;
  margin-right: 10%;
  padding: 20px 30px;
  border-radius: 20px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
  text-align: center;

}


.cartaotransform p {
  font-family: 'Raleway', Arial, Helvetica, sans-serif;
  font-size: 20px;
  line-height: 1.6;
  color: #181818;
  text-align: justify;


}


.studio {
  background-image: url(Imagens/consultorio/fotostudioana.webp);
  width: 500px;
  height: 600px;
  flex-shrink: 0;
  background-size: cover;
  background-position: center;
  border-radius: 20px;


}

/* avalição  */
.depoimentos {
  clear: both;
  margin-top: 130px;
}

.depoimentos-depoimentos {
  text-align: center;
  margin-top: 2%;
  text-transform: uppercase;
  font-size: 16px;
  font-family: 'Raleway', Arial, Helvetica, sans-serif;
}

.depoimentos h1 {
  text-align: center;
  margin-top: 10px;
  font-family: 'Playfair ' sans-serif;
  color: #181818;
  font-size: 40px;
  font-weight: 400;
}

.depoimentos-conteudo {
  text-align: center;
  margin-top: 18px;
  font-family: 'Raleway', Arial, Helvetica, sans-serif;
  font-size: 17px;
  margin-bottom: 15px;
}




/* ===== ESTILOS DO CARROSSEL DE AVALIAÇÃO ===== */
.container_avaliacao {
  max-width: 1100px;
  display: flex;
  justify-content: center;
  flex-direction: row-reverse;
  justify-content: space-between;
  gap: 10px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  margin-top: 0px;
  max-width: 1100px;

}

.carousel {
  position: relative;
}

.carousel.slide {
  display: flex;
  flex-direction: column;
}

.carousel-inner {
  order: 1;
}

.carousel-indicators {
  order: 2;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 50px;
  order: 1;
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next:not(.carousel-item-start),
.active.carousel-item-end {
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-end),
.active.carousel-item-start {
  transform: translateX(-100%);
}

.carousel .d-flex {
  display: flex;
  gap: 10px;
}

.carousel .w-25 {
  width: 25%;
}

.carousel .pe-2 {
  padding-right: 0;
}

#carouselExampleIndicators {
  position: relative;
  padding-left: 8px;
  padding-right: 150px;
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 40px;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  padding: 0;
  border: 0;
  background: none;
  opacity: 0.8;
  transition: opacity 0.15s ease;
  cursor: pointer;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev:hover,
.carousel-control-next:hover {
  opacity: 1;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 2.5rem;
  height: 2.5rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%233D2B22'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%233D2B22'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: static;
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 24px 0 0 0;
  margin-left: 142px;
  margin-right: 0px;
  padding: 0;
  list-style: none;
  order: 2;
}

.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  width: 12px;
  height: 12px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background-color: #3D2B22;
  opacity: 0.4;
  transition: opacity 0.3s ease;
  cursor: pointer;
  text-indent: -9999px;
}

.carousel-indicators .active {
  opacity: 1;
}



.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.carousel .d-flex img {
  border-radius: 12px;
}

/* hover */
.carousel .d-flex img {
  border: 2px solid transparent;
  border-radius: 12px;
  transition: all 0.4s ease;
  /* sem isto a borda de 2px soma por fora da largura: duas imagens
     de 50% viravam 100%+8px e pulavam de linha */
  box-sizing: border-box;
}

.carousel .d-flex img:hover {
  border: 2px solid #ece6d3;
  transform: scale(1.04);
}

/* ATE AQUI BOODSTRAP */

/* Rede social celular */

.rede_social {
  margin-top: 220px;
  width: 100%;
  height: 630px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background-image: url(Imagens/IMG_9827.webp);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.cardcelular {
  border: #181818 1px solid;
  width: 100%;
  height: 359px;
  border-radius: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #ffffff;
  color: #3D2B22;
  padding-top: 25px;
  max-width: 1100px;
  flex-wrap: nowrap;
}

.texto_cardcelular {
  max-width: 250px;
  margin-left: 5%;
}

.texto_cardcelular .paragrafo {
  text-transform: uppercase;
  font-size: 1.5rem;
  font-family: 'Raleway', Arial, Helvetica, sans-serif;
}

.texto_cardcelular h1 {
  margin-top: 10px;
  font-family: 'Playfair ' sans-serif;
  font-size: 40px;
  font-weight: 400;

}

.texto_cardcelular :nth-child(3) {

  margin-top: 10px;
  font-family: 'Raleway', Arial, Helvetica, sans-serif;
  font-size: 18px;
  margin-bottom: 50px;
}

.botao4 {

  border: 1px black solid;
  border-radius: 8px;
  padding: 1.5rem 1.5rem;
  transition: all 0.5s ease;
  display: flex;
  align-items: center;
  gap: 0.8rem;
  font-size: 1.2rem;
  font-family: 'Raleway', Arial, Helvetica, sans-serif;
  background-color: #3D2B22;
  color: #fff;
}

.botao4 img {
  width: 16px;
  height: 16px;
}

.botao4:hover {
  transform: scale(1.05);

}


.smartphone {
  align-self: flex-end;
  margin-bottom: -0px;
  min-width: 0;
}


.smartphone img {
  height: 590px;
  width: auto;
  max-width: none;
  display: block;

}

.divisao-branca {
  height: 2px;
  background-color: #ece6d3;
}

.divisao {
  background-color: #2c201a;
  text-align: center;
  padding: 90px 20px;
  color: #ece6d3;
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 30px;
  font-weight: 400;
}

.divisao-branca2 {
  height: 1.5px;
  background-color: #ece6d3;
}

/* ----rodape---- */

footer {
  background-image: url(Imagens/IMG_9827.webp);
  background-position: bottom;
  background-size: cover;
  height: 1060px;
  display: flex;
  justify-content: center;
  font-family: 'Raleway', Arial, Helvetica, sans-serif;

}

.maps {
  /* ALTERADO: era width fixo de 605px. left/top/z-index nao faziam
     efeito nenhum (o elemento nao e positioned) e foram removidos. */
  width: 100%;
  max-width: 605px;
  height: 250px;
  border-radius: 10px;
  overflow: hidden;
  flex-shrink: 0;
}

.maps iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

.endereco {
  margin-top: 150px;
  height: 400px;
  max-width: 1100px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 30px;
  padding: 0 20px;
  box-sizing: border-box;
}

.texto_endereco {
  margin-top: 40px;
}

.texto_endereco h1 {
  font-size: 38px;
  font-weight: 600;
  line-height: 1.08em;
  color: #ece6d3;
  font-family: 'Playfair Display', sans-serif;
  margin-bottom: 25px;
}


.icones {
  display: flex;
  align-items: center;
}

.icones img {
  height: 20px;
  width: 20px;
  display: inline-block;
}

.contato {
  font-size: 17px;
  color: #ece6d3;
  margin-bottom: 20px;
}


.footer__container {
  height: 565px;
  width: 100%;
  max-width: 1100px;
  border: 1px solid rgba(236, 230, 211, 0.3);
  border-bottom: none;
  position: absolute;
  margin-top: 494px;
  max-height: 565px;
  border-radius: 55px 55px 0 0;

}

.footer_copyright {
  display: flex;
  justify-content: space-around;
}

.article_left {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 70px;
  font-size: 20px;
  color: #ece6d3;
  font-family: 'Raleway', Arial, Helvetica, sans-serif;
}

.article_left img,
.article_left p {
  margin-bottom: 15px;
}

.article_left img {
  height: 100px;
  width: 100px;
}

.Contatos {
  margin-top: 70px;
  display: flex;
  flex-direction: column;
  gap: 20px;

}

.Contatos h1 {
  padding-bottom: 5px;
  border-bottom: #E0D6B8 1px solid;
  color: #E0D6B8;
  font-size: 22px;
  width: 94px;
}

.contatos_iconzap,
.contatos_iconintragram {
  display: flex;
  align-items: center;
  font-size: 20px;
  color: #ece6d3;
}

.contatos_iconzap img {
  height: 25px;
  width: 25px;
}

.contatos_iconintragram img {
  height: 29px;
  width: 29px;
}

.linha {
  width: 80%;
  margin: 0 auto;

}

.linha hr {
  border: none;
  border-top: 1px solid rgba(236, 230, 211, 0.3);
  margin-top: 70px;
}

.rodape_final {
  width: 80%;
  margin: 0 auto;
  margin-top: 75px;
  display: flex;
  justify-content: space-between;
  align-items: center;

}

.rodape_final p {
  color: #ece6d3;
  font-size: 16px;
  font-family: 'Raleway', Arial, Helvetica, sans-serif;
  margin-bottom: 0;

}

.rodape_icones {
  display: flex;
  gap: 15px;
}

.rodape_icones img {
  width: 60px;
  height: 60px;
  transition: all 0.3s ease;
}

.rodape_icones img:hover {
  transform: scale(1.1);
}

.hover:hover {
  color: #c9a870;
}




/* whatsapp */


.whatsappfixo {
  /* ALTERADO: era top:90%, que em tela baixa jogava o botao pra fora */
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 60;
}

.whatsappfixo img {
  height: 60px;
  width: 60px;
  border-radius: 500px;
  transition: all 0.5s ease;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.7);
}

.whatsappfixo img:hover {
  transform: scale(1.2);
  color: #ece6d3;

}



/* ===================================================================
   ==========         Animacoes         =========
   =================================================================== */
.hidden { opacity: 0; filter: blur(15px); transition: all 1s; }
.show { opacity: 1; filter: blur(0); transition: all 1s; }
.hiddeny { opacity: 0; filter: blur(0px); transform: translateY(100%); transition: all 1s; }
.showy { opacity: 1; filter: blur(0); transform: translateY(0); transition: all 1s; }
.hiddenyf { opacity: 0; filter: blur(0px); transform: translateY(100%); transition: all 1s; }
.showyf { opacity: 1; filter: blur(0); transform: translateY(0); transition: all 1s; }
.hiddenx { opacity: 0; filter: blur(0px); transform: translateX(100%); transition: all 1s; }
.showx { opacity: 1; filter: blur(0); transform: translateX(0); transition: all 1s; }

/* ===================================================================
   ==========          R E S P O N S I V I D A D E          ==========
   Tudo daqui pra baixo so entra em telas menores.
   Acima de 1800px de largura nada aqui e aplicado: o desktop continua
   exatamente como voce desenhou.
   Breakpoints: 1800 / 1300 / 1200 / 992 / 768 / 620 / 576 / 380
   =================================================================== */


/* ---------- <= 1800px ----------------------------------------------
   A foto do hero e deitada: quanto menor a tela, mais ela e ampliada
   e menos "parede" livre sobra a esquerda pro texto. Aqui a foto passa
   a ficar ancorada a direita e o texto acompanha a largura da tela,
   pra escrita nunca cair em cima das dentistas.                       */
@media (max-width: 1800px) {

  .navegacao {
    background-position: 100% 40%;
    /* reserva a faixa onde o cartao de estatisticas fica ancorado,
       para o botao "Agende sua consulta" nunca entrar embaixo dele */
    padding-bottom: 150px;
  }

  .artigo {
    margin-left: 9%;
    /* nao contorna mais a logo e o botao do topo */
    clear: both;
    top: 80px;
  }

  /* os <br> do titulo deixam de valer: a quebra passa a ser natural,
     senao sobra uma palavra sozinha na linha */
  .artigo h1 br {
    display: none;
  }

  .artigo h1 {
    font-size: clamp(30px, 2.6vw, 46px);
    max-width: min(660px, 38vw);
  }

  .artigo p {
    font-size: clamp(15px, 1.15vw, 18px);
    width: auto;
    max-width: min(520px, 32vw);
  }
}


/* ---------- Telas BAIXAS (notebook) --------------------------------
   O hero encolhe junto com a altura da tela, mas o texto nao encolhia
   sozinho e o botao acabava batendo na barra de estatisticas. Aqui o
   texto sobe na mesma proporcao. So vale acima de 992px, porque abaixo
   disso o hero ja e empilhado.                                        */
@media (min-width: 993px) and (max-height: 900px) {

  .artigo {
    top: 40px;
  }
}

@media (min-width: 993px) and (max-height: 820px) {

  .artigo {
    top: 12px;
  }

  .artigo h1 {
    font-size: clamp(28px, 2.3vw, 40px);
  }

  .artigo p {
    padding-top: 16px;
  }

  .botao2 {
    margin-top: 22px;
    margin-bottom: 0;
  }
}


/* ---------- <= 1300px ----------------------------------------------
   Altura do hero passa a acompanhar a largura da tela.                */
@media (max-width: 1300px) {

  .navegacao {
    height: auto;
    min-height: min(calc(58vw + 40px), calc(82vh + 40px));
    padding-bottom: 125px;
  }

  .artigo {
    top: 40px;
  }

  /* texto justificado em coluna estreita abre buracos entre palavras */
  .artigo p {
    text-align: left;
  }

  .icon img {
    height: 120px;
    width: 120px;
  }

  /* o padding de 50px estava somando por fora da largura e vazando */
  .carousel-inner {
    box-sizing: border-box;
    padding: 40px 0;
  }

  #carouselExampleIndicators {
    padding-left: 55px;
    padding-right: 55px;
  }

  .carousel-indicators {
    margin-left: 0;
  }
}


/* ---------- <= 1200px — notebooks menores ---------- */
@media (max-width: 1200px) {

  .servicos,
  .depoimentos {
    padding: 0 20px;
  }

  .tooth {
    box-sizing: border-box;
    max-width: 1140px;
    padding: 0 20px;
  }

  .fundo {
    min-height: 0;
    padding: 60px 20px;
    box-sizing: border-box;
  }

  .cartaoquem {
    box-sizing: border-box;
    width: 59%;
    padding: 40px;
  }

  .cartaoquem p {
    font-size: 19px;
  }

  .coluna-fotos {
    width: 300px;
  }

  .cartaomonique,
  .cartaoana {
    height: 430px;
  }

  .section_studio {
    padding: 0 20px;
    box-sizing: border-box;
  }

  .avo_studio {
    gap: 30px;
  }

  .pai_studio {
    flex: 1;
    min-width: 0;
  }

  .cartaotransform {
    margin-right: 0;
    box-sizing: border-box;
  }

  /* proporcao travada em 5/6 (a mesma do desktop, 500x600): assim o
     recorte da foto fica identico em qualquer tamanho de tela e a
     cabeca da doutora nunca e cortada */
  .studio {
    width: 420px;
    height: auto;
    aspect-ratio: 5 / 6;
  }

  .container_avaliacao {
    box-sizing: border-box;
    padding: 0 12px;
  }

  .rede_social {
    padding: 0 20px;
    box-sizing: border-box;
  }

  .smartphone img {
    height: 520px;
  }

  .texto2 {
    padding: 30px 20px;
  }
}


/* ---------- <= 1100px — tablets deitados ---------- */
@media (max-width: 1100px) {

  .artigo {
    margin-left: 7%;
  }

  /* nesta faixa a foto ja esta bem ampliada e as dentistas avancam
     para a esquerda: o texto encolhe junto para nao encostar nelas */
  .artigo h1 {
    max-width: 34vw;
  }

  .artigo p {
    max-width: 31vw;
  }

  /* servicos passam a 2 colunas */
  .tooth {
    max-width: 800px;
  }

  .cartao,
  .cartaosix {
    width: calc(50% - 13px);
    min-width: 280px;
  }

  .cardcelular {
    height: 330px;
  }

  .texto_cardcelular h1 {
    font-size: 34px;
  }

  .smartphone img {
    height: 470px;
  }
}


/* ---------- <= 992px — tablets em pe ---------- */
@media (max-width: 992px) {

  /* ---- HERO EMPILHADO: foto em cima, texto embaixo ----
     A foto original e bem deitada (1672x941) e as doutoras ficam no
     lado direito dela (x de 57% a 91%, cabecas de y 15% a 52%).
     Usando a foto como background do proprio .navegacao nao da para
     recortar so esse pedaco. Entao ela vai para o ::before, que e uma
     faixa com altura propria: assim da para ampliar a foto (176%) e
     recortar nos dois eixos, deixando so as duas no centro.

     ::before = a foto.  ::after = os degrades que dissolvem a foto no
     bege (em cima, atras da logo; embaixo, antes do texto).          */
  .navegacao {
    /* altura da faixa. O teto de 106vw existe porque, no zoom de
       192%, a foto tem 108vw de altura: passar disso deixaria sobrar
       fundo embaixo dela.
       --coluna = largura do bloco de texto: titulo e paragrafo usam a
       mesma, para as bordas baterem uma com a outra. */
    --foto: min(106vw, 620px, 60vh);
    --coluna: 580px;
    position: relative;
    height: auto;
    min-height: 0;
    /* sem padding lateral: a foto sangra. O respiro volta nos filhos.
       O padding de baixo reserva a faixa do cartao de estatisticas. */
    padding: 16px 0 92px;
    background-image: none;
    background-color: #d4c3b8;
  }

  .navegacao::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: var(--foto);
    background-image: url(Imagens/9AD1DFE3-20B4-4D0E-BD84-89C8966E5A28.webp);
    background-repeat: no-repeat;
    /* 192% e o zoom em que, ancorando a foto a direita, o par de
       doutoras cai exatamente no centro da tela — e isso vale para
       qualquer largura, porque o zoom e percentual.
       O 26% de altura escolhe a faixa. Quanto maior esse valor, mais
       para cima as duas ficam no quadro e mais corpo aparece embaixo
       delas — abaixo de 1000px era 16% e o degrade comia o rosto da
       Dra. sentada. */
    background-size: 192% auto;
    background-position: right 26%;
    z-index: 0;
  }

  .navegacao::after {
    content: "";
    position: absolute;
    top: 5px;
    left: 0;
    right: 0;
    height: calc(var(--foto) + 5px);
    background-image: linear-gradient(to bottom,
        #d4c3b8 0,
        rgba(212, 195, 184, 0) 108px,
        rgba(212, 195, 184, 0) 84%,
        #d4c3b8 100%);
    z-index: 1;
  }

  /* logo, botao e texto ficam acima da foto e dos degrades */
  .icon {
    position: relative;
    z-index: 2;
    margin-left: 24px;
    margin-top: 0;
  }

  .icon img {
    height: 92px;
    width: 92px;
  }

  .botao {
    margin-right: 24px;
    margin-top: 4px;
    font-size: 1.6rem;
    padding: 0.9rem 1.2rem;
  }

  /* o padding-top empurra o texto para depois da faixa da foto */
  .artigo {
    z-index: 2;
    top: 0;
    margin-left: 0;
    margin-top: 0;
    padding: calc(var(--foto) - 96px) 24px 0;
    text-align: center;
  }

  .artigo h1 {
    font-size: clamp(26px, 3.6vw, 34px);
    max-width: var(--coluna);
    margin: 0 auto;
  }

  .artigo p {
    font-size: 16px;
    max-width: var(--coluna);
    margin: 0 auto;
    padding-top: 16px;
    text-align: center;
  }

  .botao2 {
    margin-top: 24px;
    margin-bottom: 0;
    font-size: 17px;
    padding: 11px 24px;
  }

  .estado {
    z-index: 3;
  }

  .stat .num {
    font-size: 40px;
  }

  .stat .label {
    font-size: 15px;
  }

  .servicos h1,
  .depoimentos h1,
  .texto2 {
    font-size: 34px;
  }

  /* Quem somos: texto em cima, as duas fotos lado a lado embaixo */
  .containerfotos {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }

  .cartaoquem {
    width: 100%;
    max-width: 700px;
  }

  .coluna-fotos {
    flex-direction: row;
    width: 100%;
    max-width: 700px;
    gap: 16px;
  }

  /* altura acompanha a largura: a foto quase nao e cortada */
  .cartaomonique,
  .cartaoana {
    width: 50%;
    height: auto;
    aspect-ratio: 3 / 4;
  }

  /* Estudio: empilha texto e foto */
  .avo_studio {
    flex-direction: column;
    gap: 30px;
  }

  .pai_studio {
    width: 100%;
    align-items: center;
  }

  .cartaotransform {
    max-width: 700px;
  }

  .studio {
    width: 100%;
    max-width: 560px;
    height: auto;
    aspect-ratio: 5 / 6;
  }

  /* Carrossel: 2 avaliacoes por linha */
  .carousel .d-flex {
    flex-wrap: wrap;
  }

  .carousel .w-25 {
    width: calc(50% - 5px);
  }

  .carousel-inner {
    padding: 30px 0;
  }

  #carouselExampleIndicators {
    padding-left: 44px;
    padding-right: 44px;
  }

  /* Instagram: card empilhado */
  /* o padding de baixo era 0 e o card ficava colado na faixa escura
     de baixo; agora e igual ao de cima e o card fica centralizado */
  .rede_social {
    margin-top: 140px;
    height: auto;
    padding: 70px 20px;
    background-attachment: scroll;
  }

  .cardcelular {
    flex-direction: column;
    height: auto;
    padding: 45px 25px 0;
    text-align: center;
    max-width: 560px;
    box-sizing: border-box;
  }

  .texto_cardcelular {
    max-width: 100%;
    margin-left: 0;
  }

  .texto_cardcelular :nth-child(3) {
    margin-bottom: 30px;
  }

  .botao4 {
    display: inline-flex;
    margin-bottom: 40px;
  }

  .smartphone {
    align-self: center;
    width: 100%;
  }

  .smartphone img {
    height: auto;
    width: 100%;
    max-width: 420px;
    margin: 0 auto;
  }

  .divisao {
    padding: 60px 20px;
    font-size: 24px;
  }

  /* Rodape: sai do position absolute e empilha */
  footer {
    height: auto;
    flex-direction: column;
    align-items: center;
    padding: 70px 20px 0;
    box-sizing: border-box;
  }

  .endereco {
    height: auto;
    margin-top: 0;
    max-width: 700px;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 0;
  }

  .texto_endereco {
    margin-top: 0;
    width: 100%;
  }

  .texto_endereco h1 {
    font-size: 32px;
    text-align: center;
  }

  .icones {
    justify-content: center;
    align-items: flex-start;
  }

  .icones img {
    flex-shrink: 0;
  }

  .maps {
    max-width: 700px;
    height: 230px;
  }

  .footer__container {
    position: static;
    max-width: 700px;
    height: auto;
    max-height: none;
    margin-top: 60px;
    padding: 0 20px;
    box-sizing: border-box;
    border-radius: 40px 40px 0 0;
  }

  .footer_copyright {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 10px;
  }

  .article_left {
    margin-top: 45px;
    align-items: center;
    gap: 12px;
  }

  .Contatos {
    margin-top: 20px;
    align-items: center;
  }

  .linha hr {
    margin-top: 45px;
  }

  .rodape_final {
    flex-direction: column;
    margin-top: 35px;
    padding-bottom: 40px;
    text-align: center;
    gap: 24px;
  }
}


/* ---------- 769px ate 999px ---------- */
@media (min-width: 769px) and (max-width: 999px) {

  .navegacao::after {
    top: 0px;
    background-image: linear-gradient(to bottom,
        #d4c3b8 0,
        rgba(212, 195, 184, 0) 98px,
        rgba(212, 195, 184, 0) 84%,
        #d4c3b8 100%);
  }
}


/* ---------- <= 768px — CELULARES ---------- */
@media (max-width: 768px) {

  .navegacao {
    --coluna: 520px;
    padding-bottom: 58px;
  }

  /* degrade do topo mais curto: a logo tambem encolheu */
  .navegacao::after {
    top: 0px;
    background-image: linear-gradient(to bottom,
        #d4c3b8 0,
        rgba(212, 195, 184, 0) 98px,
        rgba(212, 195, 184, 0) 84%,
        #d4c3b8 100%);
  }

  .icon {
    margin-left: 18px;
  }

  .icon img {
    height: 84px;
    width: 84px;
  }

  .botao {
    margin-right: 18px;
    font-size: 1.4rem;
    padding: 0.8rem 1rem;
    gap: 0.5rem;
  }

  /* o padding-top empurra o texto para depois da faixa da foto */
  .artigo {
    padding-left: 18px;
    padding-right: 18px;
  }

  .artigo h1 {
    font-size: 30px;
  }

  .artigo p {
    font-size: 16px;
  }

  .botao2 {
    margin-top: 24px;
    margin-bottom: 0;
    font-size: 17px;
    padding: 12px 24px;
  }

  .estado {
    width: calc(100% - 36px);
    padding: 16px 10px;
    gap: 8px;
    flex-wrap: nowrap;
    box-sizing: border-box;
  }

  .stat {
    min-width: 0;
    flex: 1 1 0;
  }

  .stat .num {
    font-size: 24px;
  }

  .stat .label {
    font-size: 12px;
    margin-top: 4px;
    line-height: 1.3;
  }

  /* SERVICOS */
  .servicos {
    margin-top: 120px;
  }

  .servicos h1,
  .depoimentos h1,
  .texto2 {
    font-size: 28px;
  }

  .servicos h1 br,
  .servicos p br,
  .depoimentos h1 br,
  .avo_studio h1 br,
  .contato br {
    display: none;
  }

  .servicos :nth-child(3) {
    font-size: 16px;
    margin-bottom: 35px;
  }

  .tooth {
    padding: 0 18px;
  }

  .cartao,
  .cartaosix {
    font-size: 28px;
  }

  .cartao {
    padding: 170px 20px 30px;
  }

  .cartaosix {
    padding: 55px 20px 30px;
  }

  .cartao6>p {
    width: 100%;
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
  }

  /* QUEM SOMOS */
  .fundo {
    margin-top: 60px;
    padding: 45px 18px;
  }

  .cartaoquem {
    padding: 30px 22px;
  }

  .cartaoquem h1 {
    font-size: 28px;
  }

  /* justificado em coluna estreita cria "rios" de espaco */
  .cartaoquem p,
  .cartaotransform p {
    text-align: left;
  }

  .cartaoquem p {
    font-size: 16px;
    line-height: 1.55;
  }

  .instagram {
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 22px;
  }

  .instagram span {
    width: auto;
    font-size: 16px;
    padding: 10px 16px;
    gap: 8px;
    white-space: nowrap;
  }

  .coluna-fotos {
    gap: 12px;
  }

  /* ESTUDIO */
  .texto2 {
    margin-top: 30px;
    margin-bottom: 25px;
    padding: 0 18px;
  }

  .avo_studio h1 {
    font-size: 26px;
  }

  .cartaotransform {
    padding: 20px;
  }

  .cartaotransform p {
    font-size: 16px;
  }

  /* DEPOIMENTOS */
  .depoimentos {
    margin-top: 70px;
  }

  .depoimentos-conteudo {
    font-size: 16px;
  }

  #carouselExampleIndicators {
    padding-left: 30px;
    padding-right: 30px;
  }

  .carousel-control-prev-icon,
  .carousel-control-next-icon {
    width: 2rem;
    height: 2rem;
  }

  /* INSTAGRAM */
  .rede_social {
    margin-top: 90px;
    padding: 55px 18px;
  }

  .cardcelular {
    padding: 35px 20px 0;
    border-radius: 24px;
  }

  .texto_cardcelular h1 {
    font-size: 28px;
  }

  .texto_cardcelular :nth-child(3) {
    font-size: 16px;
  }

  .botao4 {
    font-size: 1.3rem;
    padding: 1.2rem 1rem;
  }

  .smartphone img {
    max-width: 330px;
  }

  .divisao {
    padding: 45px 20px;
    font-size: 20px;
    line-height: 1.5;
  }

  /* RODAPE */
  footer {
    padding: 55px 18px 0;
  }

  .texto_endereco h1 {
    font-size: 27px;
    margin-bottom: 20px;
  }

  .contato {
    font-size: 15px;
    margin-bottom: 16px;
  }

  .maps {
    height: 200px;
  }

  .footer__container {
    margin-top: 45px;
    border-radius: 28px 28px 0 0;
    padding: 0 16px;
  }

  .article_left {
    font-size: 17px;
  }

  .article_left img {
    height: 80px;
    width: 80px;
  }

  .contatos_iconzap,
  .contatos_iconintragram {
    font-size: 17px;
  }

  .contatos_iconzap img,
  .contatos_iconintragram img {
    flex-shrink: 0;
  }

  .linha,
  .rodape_final {
    width: 100%;
  }

  .rodape_final p {
    font-size: 14px;
  }

  .rodape_icones img {
    width: 46px;
    height: 46px;
  }

  /* WHATSAPP FIXO */
  .whatsappfixo {
    right: 16px;
    bottom: 16px;
    bottom: calc(16px + env(safe-area-inset-bottom));
  }

  .whatsappfixo img {
    height: 54px;
    width: 54px;
  }
}


/* ===================================================================
   CARROSSEL PAGINADO (so vale se o carrossel.js estiver no HTML)
   O .paginado e adicionado pelo script. Sem o script, nada aqui
   se aplica e o carrossel continua funcionando com quebra de linha.
   =================================================================== */

.carousel.paginado .d-flex {
  flex-wrap: nowrap;
}

.carousel.paginado .w-25 {
  width: calc((100% - (var(--por-slide, 4) - 1) * 10px) / var(--por-slide, 4));
  flex: 0 0 auto;
}


/* ---------- <= 620px — 1 card e 1 avaliacao por linha ----------
   Abaixo daqui nao cabem 2 lado a lado sem ficar ilegivel.       */
@media (max-width: 620px) {

  .tooth {
    max-width: 420px;
  }

  .cartao,
  .cartaosix {
    width: 100%;
    min-width: 0;
  }

  .carousel .w-25 {
    width: 100%;
  }

  .carousel .d-flex {
    gap: 14px;
  }
}


/* ---------- <= 576px — celulares comuns ---------- */
@media (max-width: 576px) {

  .navegacao::after {
    top: 0px;
    background-image: linear-gradient(to bottom,
        #d4c3b8 0,
        rgba(212, 195, 184, 0) 88px,
        rgba(212, 195, 184, 0) 86%,
        #d4c3b8 100%);
  }

  .icon img {
    height: 72px;
    width: 72px;
  }

  .botao {
    font-size: 1.25rem;
    padding: 0.7rem 0.9rem;
  }

  .artigo h1 {
    font-size: 26px;
  }

  .artigo p {
    font-size: 15px;
  }

  .estado {
    padding: 16px 8px;
    gap: 4px;
  }

  .stat .num {
    font-size: 21px;
  }

  .stat .label {
    font-size: 11px;
  }

  .servicos h1,
  .depoimentos h1,
  .texto2,
  .avo_studio h1 {
    font-size: 25px;
  }

  .cartao,
  .cartaosix {
    font-size: 25px;
  }

  .cartao {
    padding: 150px 18px 26px;
  }

  .cartaoquem h1 {
    font-size: 25px;
  }

  .instagram {
    flex-direction: column;
    gap: 10px;
  }

  .instagram span {
    width: 100%;
  }

  .texto_cardcelular h1 {
    font-size: 25px;
  }

  .divisao {
    font-size: 18px;
    padding: 38px 18px;
  }

  .texto_endereco h1 {
    font-size: 24px;
  }

  .maps {
    height: 180px;
  }

  .rodape_icones img {
    width: 42px;
    height: 42px;
  }

  .rodape_final p {
    font-size: 13px;
  }
}


/* ---------- <= 380px — celulares pequenos ---------- */
@media (max-width: 380px) {

  .navegacao {
    padding: 14px 0 54px;
  }

  .navegacao::after {
    top: 0px;
    background-image: linear-gradient(to bottom,
        #d4c3b8 0,
        rgba(212, 195, 184, 0) 76px,
        rgba(212, 195, 184, 0) 88%,
        #d4c3b8 100%);
  }

  .icon {
    margin-left: 14px;
  }

  .botao {
    margin-right: 14px;
  }

  .artigo {
    padding-left: 14px;
    padding-right: 14px;
  }

  .icon img {
    height: 62px;
    width: 62px;
  }

  .botao {
    font-size: 1.1rem;
    padding: 0.6rem 0.7rem;
  }

  .arrow img {
    width: 10px;
    height: 10px;
  }

  .artigo h1 {
    font-size: 23px;
  }

  .artigo p {
    font-size: 14px;
  }

  .botao2 {
    font-size: 15px;
    padding: 11px 18px;
  }

  .estado {
    gap: 2px;
    padding: 14px 6px;
  }

  .stat .num {
    font-size: 18px;
  }

  .stat .label {
    font-size: 10px;
  }

  .cartao,
  .cartaosix {
    font-size: 23px;
  }

  .cartao {
    padding: 130px 16px 24px;
  }

  .botao3,
  .botao3-6 {
    font-size: 16px;
  }

  .cartaoquem {
    padding: 26px 18px;
  }

  .cartaoquem p,
  .cartaotransform p {
    font-size: 15px;
  }

  .divisao {
    font-size: 17px;
  }

  .article_left,
  .contatos_iconzap,
  .contatos_iconintragram {
    font-size: 15px;
  }
}


/* ---------- Celular deitado (tela baixa) ----------------------------
   Tela larga e baixa: empilhar deixaria a foto ocupando tudo. Aqui a
   foto volta a ser fundo, com o texto a esquerda, sobre a parede.    */
@media (max-width: 992px) and (orientation: landscape) and (max-height: 560px) {

  .navegacao::before,
  .navegacao::after {
    display: none;
  }

  .navegacao {
    --foto: 0px;
    min-height: 78vh;
    /* o padding de baixo reserva a metade de cima da barra de
       estatisticas, senao ela encosta no botao "Agende sua consulta" */
    padding: 12px 18px 74px;
    background-image: url(Imagens/9AD1DFE3-20B4-4D0E-BD84-89C8966E5A28.webp);
    background-size: cover;
    background-position: 100% 35%;
  }

  .icon {
    margin-left: 0;
  }

  .icon img {
    height: 58px;
    width: 58px;
  }

  .botao {
    margin-right: 0;
    font-size: 1.2rem;
  }

  .artigo {
    padding: 0;
    margin: 4px 0 0 2%;
    text-align: left;
  }

  .artigo h1 {
    font-size: 21px;
    max-width: 42%;
    margin: 0;
  }

  .artigo p {
    font-size: 13px;
    max-width: 40%;
    margin: 0;
    padding-top: 8px;
    text-align: left;
  }

  .botao2 {
    margin-top: 12px;
    font-size: 14px;
    padding: 9px 16px;
  }

  .whatsappfixo img {
    height: 46px;
    width: 46px;
  }
}