/* geral */
:root {
  --font-sm: 1rem; /* 16px */
  --font-md: 1.125rem; /* 18px */
  --font-lg: 1.5rem; /* 24px */
  --font-xl: 2rem; /* 32px */
  --font-xxl: 3rem; /* 48px */
  --amarelo: #d1a96b;
  --branco: #fff;
  --preto: #000;
}
@font-face {
  font-family: "Montserrat";
  src: url("fonte/Montserrat-Regular.woff2") format("woff2"),
    url("fonte/Montserrat-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
  text-decoration: none;
  font-family: "Montserrat", sans-serif;
}
html {
  font-size: 100%;
  scroll-behavior: smooth;
}
body {
  font-size: var(--font-sm);
  line-height: 1.5;
  min-height: 100vh;
}
:focus {
  outline: none;
}
img {
  display: block;
  max-width: 100%;
}
input,
button,
select,
textarea {
  background: transparent;
  font-family: inherit;
  font-size: inherit;
  border: none;
  outline: none;
}
button {
  -webkit-tap-highlight-color: transparent;
}
button:focus {
  outline: none;
  box-shadow: none;
}
button:active {
  color: var(--preto);
}

.container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 20px;
}

.whatsapp {
  position: fixed;
  bottom: 50px;
  right: 50px;
  z-index: 9999;
}
.whatsapp img {
  width: 80px;
}
.menu-mobile {
  display: none;
}
.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  padding: 10px 20px;
  font-size: var(--font-md);
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 10px;
  font-weight: bold;
  min-width: 70%;
}

/* navegacao */
.nav-bg {
  background: rgba(1, 1, 1, 0.6);
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 1000;
}
.nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.navegacao {
  display: flex;
  flex-wrap: wrap;
}
.navegacao li a {
  font-size: var(--font-md);
  color: var(--amarelo);
  text-transform: uppercase;
  padding: 10px;
}
/* .logo {
  max-width: 250px;
} */
/* começo */
.inicio-bg {
  background: url(img/primeira-parte.webp) center/cover no-repeat;
  margin-top: -130px;
}
.inicio,
.inicio-mobile {
  display: block;
  height: 900px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
}

.inicio-texto,
.inicio-texto-mobile {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.inicio-texto h3,
.inicio-texto-mobile h3 {
  color: var(--amarelo);
  font-size: var(--font-xl);
  max-width: 20ch;
  font-weight: 300;
}
.inicio-texto p,
.inicio-texto-mobile p {
  color: var(--branco);
  font-size: var(--font-md);
  line-height: var(--font-xl);
  max-width: 30ch;
}
.btn-inicio {
  margin-top: 20px;
  background: var(--amarelo);
  color: var(--preto);
  transition: background 0.3s ease;
}
.btn-inicio:hover {
  background: var(--branco);
}
.inicio-mobile {
  display: none;
}
/* sobre */

.sobre-geral {
  display: grid;
  grid-template-columns: minmax(300px, 1fr) minmax(300px, 1fr);
}
.sobre-geral-texto {
  background: var(--amarelo);
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: center;
  align-items: center;
}
.sobre-texto {
  padding: 50px;
  max-width: 90%;
}

.sobre-texto h4 {
  font-size: var(--font-sm);
  text-transform: uppercase;
  margin-bottom: 10px;
  font-weight: 300;
}
.sobre-texto h2 {
  font-size: var(--font-xl);
  margin-bottom: 20px;
  color: #724806;
  font-weight: 400;
}

.sobre-texto p {
  font-size: var(--font-md);
  line-height: 1.5;
  margin-bottom: 15px;
}

.sobre-texto ul li {
  list-style: disc !important;
  font-size: var(--font-md);
  line-height: 1.5;
  margin-bottom: 8px;
  list-style-position: inside !important;
}
.sobre-img {
  background: url(img/paulaRocha2.webp) center/cover no-repeat;
}

/* Seção Missão e Valores */
.missaoValor-bg {
  background: url(img/PaulaRocha3.webp) center/cover no-repeat;
}
.missaoValor {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.missao {
  background: rgba(5, 7, 9, 0.8);
  color: var(--branco);
  padding: 100px;
}
.valores {
  background: rgba(209, 169, 107, 0.9);
  color: var(--preto);
  padding: 100px;
}
.missao p,
.valores p {
  line-height: 36px;
}
.missao h2 {
  color: var(--amarelo);
  font-weight: 300;
}
.valores h2 {
  color: var(--branco);
  font-weight: 300;
}
.missao h2,
.valores h2 {
  font-size: var(--font-xl);
  margin-bottom: 10px;
}
.box-missao {
  border: 2px solid var(--amarelo);
  width: fit-content;
}
.box-valor {
  border: 2px solid var(--branco);
  width: fit-content;
}
.box-missao,
.box-valor {
  padding: 20px;
  font-size: var(--font-md);
  line-height: 1.5;
}

/* Procedimentos home */
.procedimentos-bg {
  background: url(img/procedimentos.webp) center/cover no-repeat;
}
.procedimentos {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  padding: 100px 20px;
}
.img-procedimentos {
  display: none;
}
.procedimentos-texto {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.procedimentos-texto h3 {
  color: var(--amarelo);
  font-size: var(--font-xl);
  max-width: 24ch;
  font-weight: 300;
}
.procedimentos-texto p {
  color: var(--branco);
  font-size: var(--font-md);
  line-height: 34px;
  max-width: 35ch;
}
.procedimentos-lista {
  color: var(--branco);
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.btn-procedimentos {
  margin-top: 20px;
  background: var(--amarelo);
  transition: background 0.3s ease;
  color: var(--preto);
  text-decoration: none;
}
.btn-procedimentos:hover {
  background: var(--branco);
}

/* Planejamentos home */
.planejamento-bg {
  background: linear-gradient(
      rgba(209, 169, 107, 0.9),
      rgba(209, 169, 107, 0.9)
    ),
    url(img/planejamento.webp) center/cover no-repeat;
}

.planejamento {
  /* min-height: 80vh; */
  padding: 120px 20px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
}
.planejamento-texto {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.planejamento-texto h3 {
  color: var(--branco);
  font-size: var(--font-xl);
  max-width: 25ch;
  font-weight: 300;
}
.planejamento-texto p {
  padding: 30px;
  color: var(--preto);
  font-size: var(--font-md);
  line-height: 34px;
  max-width: 40ch;
  border: 2px solid var(--branco);
}
.btn-planejamento {
  margin-top: 20px;
  background: var(--preto);
  transition: background 0.3s ease;
  color: var(--branco);
  text-decoration: none;
}
.btn-planejamento:hover {
  background: var(--branco);
  color: var(--preto);
}

/* Planejamento noivas */
.noivas-bg {
  background: #000;
}
.noivas {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 50px 20px;
}
.noivas-texto {
  display: flex;
  flex-direction: column;
  gap: 25px;
  order: 1;
}
.noivas-img {
  order: 2;
}
.noivas-img .web {
  display: block;
}
.noivas-img .mobile {
  display: none;
}
.noivas-texto h3 {
  color: var(--amarelo);
  font-size: var(--font-xl);
  max-width: 25ch;
  font-weight: 300;
}
.noivas-texto p {
  padding: 30px;
  color: var(--branco);
  font-size: var(--font-md);
  line-height: 34px;
  max-width: 40ch;
  border: 2px solid var(--amarelo);
}
.btn-noivas {
  margin-top: 20px;
  background: var(--amarelo);
  transition: background 0.3s ease;
  color: var(--preto);
  text-decoration: none;
}
.btn-noivas:hover {
  background: var(--branco);
  color: var(--preto);
}
/* Depoimentos */
.depoimentos-bg {
  background: var(--amarelo);
  padding: 50px 20px;
}
.depoimentos {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.depoimentos h2 {
  color: #724806;
  margin: 0 auto;
  font-weight: 400;
}
.slider-wrapper {
  position: relative;
  width: 100%;
  margin: auto;
  overflow: hidden;
}

.slider {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.slide {
  flex: 0 0 calc(100% / 3);
  padding: 10px;
}

.slide img {
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.nav-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  font-size: var(--font-lg);
  cursor: pointer;
  padding: 10px;
  border-radius: 5px;
}

#prevBtn {
  left: 10px;
  z-index: 999;
}

#nextBtn {
  right: 10px;
  z-index: 9999;
}

.nav-btn:hover {
  background: rgba(0, 0, 0, 0.8);
}

/* Indicadores */
.indicators {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 15px;
}

.dot {
  width: 12px;
  height: 12px;
  background-color: transparent;
  border: 1px solid var(--preto);
  border-radius: 50%;
  cursor: pointer;
  transition: background 0.3s ease;
}

.dot.active {
  background-color: var(--preto);
  transform: scale(1.2);
}

/* COLOCAR AQUI O TRATAMENTO */
.inicio-tratamento-bg {
  background: url(img/tratamento.webp) center/cover no-repeat;
  margin-top: -130px;
}
.inicio-tratamento-bg h3 {
  text-transform: uppercase !important;
  max-width: 25ch;
}
.inicio-tratamento-bg p {
  max-width: 40ch;
}
.tratamentos-bg {
  padding: 50px 20px;
  background: var(--preto);
  color: var(--branco);
}
/* primeira item */
.dropdown {
  font-size: var(--font-md);
  font-weight: 700;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 20px;
  background: var(--amarelo);
  border-radius: 5px;
  cursor: pointer;
  margin: 20px 0px;
  text-align: left;
  color: var(--preto);
}
.sub-dropdown {
  font-size: var(--font-md);
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  width: 100%;
  text-align: left;
  color: var(--preto);
}
.dropdown::after,
.sub-dropdown::after {
  content: "";
  width: 25px;
  height: 25px;
  background-image: url(img/angle-left-solid.svg);
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 15px;
  transition: transform 0.3s ease;
}
.sem-icone .sub-dropdown::after {
  display: none;
}
.sub-lista {
  display: none;
  margin-top: 20px;
}
.item {
  margin: 10px 0;
  background: var(--branco);
  color: var(--preto);
  padding: 20px;
  border-radius: 5px;
  cursor: pointer;
}

.content {
  margin-top: 20px;
  display: none;
  gap: 20px;
}
.content img {
  width: 100%;
  max-width: 300px;
  height: 300px;
  object-fit: cover;
  object-position: center;
  border-radius: 10px;
}
.sub-lista.active {
  display: block;
}
.content.active {
  display: flex;
  flex-wrap: wrap;
}
.dropdown.active::after,
.sub-dropdown.active::after {
  transform: rotate(-90deg);
}
.content p {
  flex: 1;
  min-width: 300px;
  line-height: 30px;
}

/* rodape tratamentos */
.agendar-consulta {
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  gap: 30px;
  max-width: 460px;
}
.btn-agendar {
  background: var(--amarelo);
  color: var(--preto);
}

/* contato */
.inicio-contato-bg {
  background: url(img/contato.webp) center/cover no-repeat;
  margin-top: -130px;
}
.inicio-contato-bg p {
  max-width: 40ch;
}

/* footer geral */
.footer-bg {
  background: var(--preto);
  padding: 50px 20px;
}
.footer {
  color: var(--branco);
}
.footer h4 {
  margin-bottom: 20px;
  font-size: var(--font-md);
  font-weight: 300;
}
.footer-locais {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}
.footer-locais-goiania span,
.footer-locais-rubiataba h4,
.footer-locais-goiania p {
  color: var(--amarelo);
}
.footer-locais-rubiataba span,
.footer-locais-goiania h4,
.footer-locais-rubiataba p {
  color: var(--branco);
}
.footer-local {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 15px;
  padding: 30px 15px;
  text-decoration: none !important;
}
.footer-locais-goiania .footer-local,
.tel-goiania {
  border: 1px solid var(--branco);
}
.footer-locais-rubiataba .footer-local,
.tel-rubiataba {
  border: 1px solid var(--amarelo);
}
.tel-goiania,
.tel-rubiataba,
.btn-goiania,
.btn-rubiataba,
.contato-instagram {
  border-radius: 5px;
  padding: 10px;
}
.tel-goiania,
.tel-rubiataba {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.tel-goiania {
  color: var(--amarelo);
}
.tel-rubiataba {
  color: var(--branco);
}
.tel-goiania::before,
.tel-rubiataba::before {
  content: url(img/whatsGoiania.png);
  display: block;
  height: 18px;
}
.tel-rubiataba::before {
  content: url(img/whatsRubiataba.png);
  display: block;
  height: 18px;
}
.footer-local p {
  max-width: 25ch;
}
.btn-goiania,
.btn-rubiataba {
  font-weight: 500;
  color: var(--preto);
}
.btn-goiania {
  background: var(--branco);
}
.btn-rubiataba {
  background: var(--amarelo);
}
.contato-instagram {
  width: fit-content;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin-top: 50px;
  background: var(--branco);
  color: var(--preto);
  text-transform: uppercase;
  font-weight: 700;
}
.contato-instagram::before {
  content: url(img/instagram.png);
  display: block;
  height: 18px;
}
.rodape {
  background: var(--branco);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  text-transform: uppercase;
}

/* página tratamentos */
@keyframes slideInLeft {
  from {
    opacity: 0;
    transform: translateX(-50px); /* Começa mais à esquerda */
  }
  to {
    opacity: 1;
    transform: translateX(0); /* Volta para posição normal */
  }
}

/* Elementos começam invisíveis e deslocados para a esquerda */
[data-anime] {
  opacity: 0;
  transform: translateX(-50px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}

/* Quando a classe "anime" é adicionada, ativa o efeito */
[data-anime].anime {
  animation: slideInLeft 1s ease-out forwards;
}

/* Preloader ocupa a tela inteira */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

/* Animação do spinner */
.spinner {
  border: 8px solid #f3f3f3;
  border-top: 8px solid #d1a96b;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
