/* Fonte base */
:root {
  --bs-body-font-family: 'Inter', system-ui, -apple-system, Segoe UI, Roboto, 'Helvetica Neue', Arial, 'Noto Sans', 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
}

body {
  color: #3A2513 !important;
  background: #F4EFEC;
}

p, a {
  color: #3A2513;
}

.navbar {
  background: #F4EFEC;
  padding: 10px 0px;
}

.floatwhatsapp p {
    position: absolute;
    width: max-content;
    right: 81px;
    bottom: 4px;
    background: #fff;
    padding: 2px 10px;
    color: #000000;
    border-radius: 13px;
}

@keyframes pular {

  0% {
      transform: translateY(0);
  }
  25% {
      transform: translateY(-10px);
  }
  50% {
      transform: translateY(0);
  }
  75% {
      transform: translateY(-5px);
  }
  100% {
      transform: translateY(0);
  }
}

footer {
  background: #8F7A65;
}

footer ul li a {
  color: #fff;
  text-decoration: none;
}

.navbar-toggler {
  border: none;
}

.ender, .logodev {
  color: #fff;
}

/* Helpers */
.py-6 {
  padding-top: 4rem; padding-bottom: 4rem;
}
.lh-tight {
  line-height: 1.1;
}
.fw-extrabold {
  font-weight: 800;
}

.andrss {
  display: none;
}
@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav {
        flex-direction: column;
        display: none;
    }

    .andrss {
      display: block;
    }


  .navbar-expand-lg .navbar-toggler {
    display: block;
    display: none;
  }
}

@media (max-width: 992px) {
  #porque .container, #depoimentos .container {
    max-width: 100% !important;
  }

  #garantia p, #garantia h2 {
    color: #fff;
    width: auto !important;
  }

  footer {
    text-align: center;
  }

}

@media (max-width: 767px) {
  #porque2 .quebrar {
    display: block !important;
    margin-top: 25px;
    text-align: -webkit-center;
  }

  #porque .quebrar {
    display: block;
  }

  .name-dep {
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
  }

  .testimonial-card {
    text-align: center;
  }

  #hero {
    text-align: center;
  }

  #hero .btn-hero {
    width: fit-content;
    margin: 0 auto;
  }

  #porque .col-3 {
    width: 100% !important;
    margin-top: 25px;
    text-align: -webkit-center;
  }

  #porque2 {
    text-align: center;
  }

  #porque2 .quebrar .col-6 {
    padding: 19px 0;
  }
}
.accordion-item {  
  background: #F4EFEC;
  margin-bottom: 10px;
  border: 1px solid #3A2513;
  border-radius: 15px !important;
}

.accordion-button {
  background: #F4EFEC;
  border-radius: 15px !important;
  border: 1px solid #3A2513;
}


#porque2 .icon-wrap {
    width: 56px;
    height: 56px;
    background: #E1CAAD;
    border-radius: 50%;
    align-content: center;
    margin: 0 auto;
}

#porque2 ::before {
    font-size: 25px !important;
    height: 25px;
    color: #8f7965;
}

#hero {
  background-image: url('../../images/v18_273.webp');
  background-size: cover;
  background-position: center center;
  height: 500px;
  align-content: center;
}

.p-2 {
  padding: 5px 0;
}
.destaques-andressa {
  gap: 30px;
  width: fit-content;
  margin: 0 auto;
}

.destaque-frase {
  background: #3A2513;
  text-align: center;
  width: fit-content;
  margin: 20px auto 0 auto;
}

.destaque-frase p {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  padding: 5px 5px;
}

.placeholder-box-eq {
  background-image: url('../../images/v18_111.webp');
  background-size: cover;
  background-position: center center;
  height: 350px;
  width: 350px;
}
.destaques-andressa p {
  margin-bottom: 0;
  color: #fff;
}

.andressax img {
  width: 300px;
  padding-top: 20px;
}

.andressax {
  text-align: center;
}
.Andressa {
  background-image: url('../../images/v18_93.webp');
  background-size: cover;
  background-position: center center;
}

#sobre {
  background-image: url('../../images/v18_272.webp');
  background-size: cover;
  background-position: center center;
}


.feature-card .icon-wrap,
.stat .icon-wrap {
  font-size: 1.75rem;
}

.feature-card .icon-wrap i,
.stat .icon-wrap i {
  vertical-align: middle;
}

#porque .icon-wrap {
    background: #E1CAAD;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    align-content: center;
    margin: 0 auto;
}

.andrss img  {
    width: 400px;
}
.placeholder-box1 {
  background-image: url('../../images/v18_17.webp');
  background-size: cover;
  background-position: center center;
  height: 350px;
}

.placeholder-box2 {
  background-image: url('../../images/v18_28.webp');
  background-size: cover;
  background-position: center center;
  height: 350px;
}

.placeholder-box3 {
  background-image: url('../../images/v18_33.webp');
  background-size: cover;
  background-position: center center;
  height: 350px;
}

.placeholder-box4 {
  background-image: url('../../images/v18_36.webp');
  background-size: cover;
  background-position: center center;
  height: 350px;
}


/* Cards polish */
.feature-card, .testimonial-card, .hero-card {
  background: #F4EFEC;
  border: 1px solid #c5bcb6;
  color: #fff;
}

.stat {
  background: #8F7965;
  align-items: center;
  border-radius: 10px;
}

.testimonial-card-title {
  font-weight: 700;
  font-size: 20px;
}

#agende p {
  margin: 0;
}

#tratamentos {
  background-image: url('../../images/v18_113.webp');
  background-size: cover;
  background-position: center center; 
}

#garantia {
  background-image: url('../../images/v18_201.webp');
  background-size: cover;
  background-position: center center; 
}

#pelecta {
  background-image: url('../../images/v18_271.webp');
  background-size: cover;
  background-position: center center; 
}

#garantia p, #garantia h2 {
  color: #fff;
  width: 600px;
}

.ges {
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

#tratamentos .card {
  background: #3A2513;
}

#tratamentos .card h5, #tratamentos .card p {
  color: #fff;
}

.botao-t {
  width: fit-content;
  margin: 30px auto 0 auto;
}

.botao-t button {
  background: #3A2513;
  border: none;
}
.testimonial-card img {
  width: 120px;
  border-radius: 15px;
  margin-bottom: 15px;
}

iframe {
  height: 370px;
  width: 300px;
}
.card-title { font-weight: 600; }

/* Buttons */
.btn-primary {
  --bs-btn-bg: #8F7965;
  --bs-btn-border-color: #8F7965;
  --bs-btn-hover-bg: #BFAB9A;
  --bs-btn-hover-border-color: #BFAB9A;
  --bs-btn-focus-shadow-rgb: 88,101,242;
}

/* Navbar */
.navbar .nav-link {
  font-weight: 500;
}

@media (max-width: 575.98px) {
  .display-5 { font-size: 2rem; }
}

.visiblee {
  opacity: 1;
  transform: scale(1);
  transition-delay: 0.2s;
}

/* Todas as seções */
section, header {
  opacity: 0;
  animation: fadeUp 0.8s ease forwards;
}

/* Delay para cada seção aparecer na rolagem */
section:nth-of-type(1) { animation-delay: 0.2s; }
section:nth-of-type(2) { animation-delay: 0.4s; }
section:nth-of-type(3) { animation-delay: 0.4s; }
section:nth-of-type(4) { animation-delay: 0.4s; }
section:nth-of-type(5) { animation-delay: 0.4s; }
section:nth-of-type(6) { animation-delay: 0.4s; }
section:nth-of-type(7) { animation-delay: 0.4s; }
section:nth-of-type(8) { animation-delay: 0.4s; }
section:nth-of-type(9) { animation-delay: 0.4s; }
section:nth-of-type(10) { animation-delay: 0.4s; }

/* Fade-in + slide */
@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

/* Zoom suave */
@keyframes zoomIn {
  from { transform: scale(0.95); opacity: 0; }
  to { transform: scale(1); opacity: 1; }
}