.elementor-5677 .elementor-element.elementor-element-1324359{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}@media(min-width:768px){.elementor-5677 .elementor-element.elementor-element-1324359{--content-width:100%;}}/* Start custom CSS for html, class: .elementor-element-5848a10 *//* Reset e Base */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Plus Jakarta Sans', system-ui, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #343434;
  background: #ffffff;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

img {
  max-width: 100%;
  display: block;
}

button {
  border: none;
  background: none;
  cursor: pointer;
  font-family: inherit;
}

.hidden {
  display: none !important;
}

/* Container */
.container {
  max-width: 1152px;
  margin: 0 auto;
  padding: 0 24px;
}

/* Navigation */
.nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid rgba(52, 52, 52, 0.1);
}

.nav-container {
  max-width: 1152px;
  margin: 0 auto;
  padding: 16px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.nav-title {
  font-family: 'DM Serif Display', Georgia, serif;
  font-size: 20px;
  color: #343434;
  line-height: 1;
  letter-spacing: -0.02em;
}

.nav-subtitle {
  font-size: 10px;
  color: #6b6b6b;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  margin-top: 4px;
}

.nav-cta-desktop {
  display: none;
}

.menu-toggle {
  padding: 8px;
  color: #343434;
}

.menu-icon {
  display: block;
}

.mobile-menu {
  border-top: 1px solid rgba(52, 52, 52, 0.1);
  background: #ffffff;
  padding: 16px 24px;
}

@media (min-width: 768px) {
  .nav-cta-desktop {
    display: inline-flex;
  }
  
  .menu-toggle {
    display: none;
  }
}

/* Buttons */
.btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: #25d366;
  color: #ffffff;
  padding: 12px 20px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background 0.2s;
}

.btn-primary:hover {
  background: rgba(52, 52, 52, 0.9);
}

.btn-primary svg {
  flex-shrink: 0;
}

.btn-secondary {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: #25d366;
  color: #ffffff;
  padding: 16px 32px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: background 0.2s;
}

.btn-secondary:hover {
  background: rgba(203, 159, 73, 0.9);
}

.btn-large {
  padding: 16px 32px;
  font-size: 16px;
  gap: 12px;
}

.btn-small {
  padding: 12px 24px;
  font-size: 14px;
  gap: 8px;
}

.btn-xl {
  padding: 20px 40px;
  font-size: 16px;
  gap: 12px;
}

.btn-block {
  display: block;
  width: 100%;
  text-align: center;
  padding: 12px 20px;
}

.btn-arrow {
  transition: transform 0.2s;
}

.btn-primary:hover .btn-arrow,
.btn-secondary:hover .btn-arrow {
  transform: translateX(4px);
}

/* Section Labels */
.section-label {
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #6b6b6b;
  font-weight: 500;
  margin-bottom: 16px;
}

.section-label-white {
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.6);
  font-weight: 500;
  margin-bottom: 16px;
}

/* Hero Section */
.hero {
  padding-top: 72px;
  min-height: 100vh;
  display: grid;
  grid-template-columns: 1fr;
}

.hero-content {
  background: #ffffff;
}

.hero-text {
  max-width: 512px;
  padding: 80px 32px;
}

.hero-title {
  font-family: 'DM Serif Display', Georgia, serif;
  font-size: 2.6rem;
  line-height: 1.08;
  color: #343434;
  margin-bottom: 24px;
}

.hero-description {
  color: #6b6b6b;
  font-size: 1.05rem;
  line-height: 1.6;
  margin-bottom: 32px;
}

.hero-checks {
  list-style: none;
  margin-bottom: 40px;
}

.check-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 12px;
}

.check-icon {
  color: #CB9F49;
  flex-shrink: 0;
  margin-top: 2px;
}

.check-item span {
  font-size: 14px;
  line-height: 1.6;
  color: #343434;
}

.hero-image {
  position: relative;
  min-height: 55vh;
  background: #CB9F49;
}

.hero-image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(52, 52, 52, 0.25);
}

.hero-badge {
  position: absolute;
  bottom: 32px;
  left: 24px;
  right: 24px;
}

.badge-card {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(8px);
  padding: 20px;
  border-left: 4px solid #CB9F49;
}

.badge-label {
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #6b6b6b;
  margin-bottom: 4px;
}

.badge-text {
  font-family: 'DM Serif Display', Georgia, serif;
  color: #343434;
  font-size: 1.1rem;
  line-height: 1.3;
}

@media (min-width: 1024px) {
  .hero {
    grid-template-columns: 55% 45%;
  }
  
  .hero-text {
    padding: 80px 80px 80px 96px;
  }
  
  .hero-title {
    font-size: 3.2rem;
  }
  
  .hero-image {
    min-height: 100%;
  }
}

@media (min-width: 768px) {
  .hero-text {
    padding: 80px 64px;
  }
  
  .hero-title {
    font-size: 3rem;
  }
}

/* Conditions Strip */
.conditions-strip {
  background: #343434;
  padding: 14px 0;
  overflow: hidden;
}

.marquee {
  display: flex;
  white-space: nowrap;
  animation: marquee 60s linear infinite;
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-33.333%);
  }
}

.marquee-item {
  display: inline-flex;
  align-items: center;
  gap: 20px;
  padding: 0 20px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.marquee-dot {
  color: rgba(255, 255, 255, 0.25);
  font-size: 16px;
}

/* Diferencial Section */
.section-diferencial {
  padding: 96px 0;
  background: #CB9F49;
}

.diferencial-grid {
  display: grid;
  gap: 64px;
  align-items: center;
}

.section-title-white {
  font-family: 'DM Serif Display', Georgia, serif;
  font-size: 2.5rem;
  color: #ffffff;
  line-height: 1.1;
  margin-bottom: 24px;
}

.diferencial-description {
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.6;
  margin-bottom: 28px;
}

.diferencial-checks {
  display: grid;
  gap: 12px 24px;
  margin-bottom: 32px;
}

.diferencial-check-item {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}

.check-icon-white {
  color: #ffffff;
  flex-shrink: 0;
  margin-top: 2px;
}

.diferencial-check-item span {
  font-size: 14px;
  line-height: 1.4;
  color: #ffffff;
}

.disclaimer-box {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 16px;
  background: #ffffff;
  border-left: 4px solid #CB9F49;
}

.disclaimer-icon {
  color: #6b6b6b;
  flex-shrink: 0;
  margin-top: 2px;
}

.disclaimer-box p {
  font-size: 11px;
  color: #343434;
  line-height: 1.6;
}

.diferencial-image-wrapper {
  position: relative;
}

.diferencial-image {
  width: 100%;
  height: 680px;
  object-fit: cover;
}

.experience-badge {
  position: absolute;
  bottom: -20px;
  left: -20px;
  background: #CB9F49;
  color: #ffffff;
  padding: 24px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
  display: none;
}

.experience-number {
  font-family: 'DM Serif Display', Georgia, serif;
  font-size: 2.5rem;
  line-height: 1;
}

.experience-label {
  font-size: 10px;
  color: rgba(255, 255, 255, 0.7);
  text-transform: uppercase;
  letter-spacing: 0.18em;
  margin-top: 8px;
}

@media (min-width: 640px) {
  .diferencial-checks {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .diferencial-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .section-title-white {
    font-size: 3rem;
  }
  
  .experience-badge {
    display: block;
  }
}

/* Tratamentos Section */
.section-tratamentos {
  padding: 96px 0;
  background: #ffffff;
}

.tratamentos-header {
  margin-bottom: 48px;
}

.section-title {
  font-family: 'DM Serif Display', Georgia, serif;
  font-size: 2.5rem;
  color: #343434;
}

.tratamentos-list {
  border-top: 1px solid rgba(52, 52, 52, 0.1);
}

.tratamento-item {
  border-bottom: 1px solid rgba(52, 52, 52, 0.1);
}

.tratamento-toggle {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 0;
  text-align: left;
  cursor: pointer;
}

.tratamento-title {
  font-family: 'DM Serif Display', Georgia, serif;
  font-size: 1.25rem;
  color: #343434;
  padding-right: 32px;
  transition: opacity 0.2s;
}

.tratamento-toggle:hover .tratamento-title {
  opacity: 0.8;
}

.toggle-icon {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  border: 1px solid rgba(52, 52, 52, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #343434;
  transition: all 0.2s;
}

.tratamento-toggle:hover .toggle-icon {
  border-color: #343434;
  background: #343434;
  color: #ffffff;
}

.tratamento-content {
  padding-bottom: 32px;
}

.tratamento-items {
  display: grid;
  gap: 8px;
  margin-bottom: 24px;
}

.tratamento-tag {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 16px;
  background: rgba(203, 159, 73, 0.1);
  font-size: 14px;
}

.tag-dot {
  width: 6px;
  height: 6px;
  background: #CB9F49;
  flex-shrink: 0;
}

@media (min-width: 640px) {
  .tratamento-items {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .tratamento-title {
    font-size: 1.5rem;
  }
}

@media (min-width: 768px) {
  .tratamento-items {
    grid-template-columns: repeat(3, 1fr);
  }
  
  .section-title {
    font-size: 3rem;
  }
}

/* Autoridade Section */
.section-autoridade {
  padding: 0;
  background: #343434;
  color: #ffffff;
  overflow: hidden;
}

.autoridade-container {
  max-width: 1152px;
  margin: 0 auto;
  display: grid;
}

.autoridade-image {
  position: relative;
  min-height: 520px;
  order: 2;
}

.autoridade-image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  filter: grayscale(20%);
}

.autoridade-text {
  order: 1;
  padding: 80px 32px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.autoridade-description {
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.6;
  margin-bottom: 16px;
}

.autoridade-description:last-of-type {
  margin-bottom: 40px;
}

@media (min-width: 768px) {
  .autoridade-text {
    padding: 80px 48px;
  }
}

@media (min-width: 1024px) {
  .autoridade-container {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .autoridade-image {
    min-height: 600px;
    order: 1;
  }
  
  .autoridade-text {
    order: 2;
    padding: 80px 56px;
  }
  
  .section-title-white {
    font-size: 3rem;
  }
}

/* Processo Section */
.section-processo {
  padding: 96px 0;
  background: #CB9F49;
}

.processo-header {
  margin-bottom: 56px;
}

.processo-header .section-title-white {
  max-width: 640px;
}

.processo-grid {
  display: grid;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.processo-card {
  padding: 32px;
  background: #ffffff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.processo-card:last-child {
  border-bottom: none;
}

.processo-number {
  font-family: 'DM Serif Display', Georgia, serif;
  font-size: 3.75rem;
  color: rgba(52, 52, 52, 0.1);
  line-height: 1;
  margin-bottom: 20px;
}

.processo-title {
  font-weight: 600;
  color: #343434;
  font-size: 1rem;
  margin-bottom: 12px;
  line-height: 1.3;
}

.processo-description {
  font-size: 14px;
  color: #343434;
  line-height: 1.6;
}

.processo-disclaimer {
  font-size: 10px;
  color: #6b6b6b;
  margin-top: 12px;
  line-height: 1.6;
}

@media (min-width: 768px) {
  .processo-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .processo-card {
    border-bottom: none;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
  }
  
  .processo-card:nth-child(2n) {
    border-right: none;
  }
  
  .processo-card:nth-child(1),
  .processo-card:nth-child(2) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
}

@media (min-width: 1024px) {
  .processo-grid {
    grid-template-columns: repeat(4, 1fr);
  }
  
  .processo-card {
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    border-bottom: none;
  }
  
  .processo-card:last-child {
    border-right: none;
  }
  
  .processo-card:nth-child(1),
  .processo-card:nth-child(2) {
    border-bottom: none;
  }
}

/* CTA Section */
.section-cta {
  padding: 112px 0;
  background: #ffffff;
}

.cta-content {
  max-width: 768px;
  margin: 0 auto;
  padding: 0 24px;
  text-align: center;
}

.cta-title {
  font-family: 'DM Serif Display', Georgia, serif;
  font-size: 2.5rem;
  color: #343434;
  line-height: 1.1;
  margin-bottom: 24px;
}

.cta-description {
  color: #6b6b6b;
  font-size: 1.125rem;
  line-height: 1.6;
  margin-bottom: 40px;
  max-width: 576px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 768px) {
  .cta-title {
    font-size: 3rem;
  }
}

@media (min-width: 1024px) {
  .cta-title {
    font-size: 3.5rem;
  }
}

/* Footer */
.footer {
  background: #343434;
  color: #ffffff;
}

.footer-container {
  max-width: 1152px;
  margin: 0 auto;
  padding: 56px 24px;
}

.footer-content {
  display: grid;
  gap: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.footer-brand {
  font-family: 'DM Serif Display', Georgia, serif;
  font-size: 1.5rem;
  color: #ffffff;
  margin-bottom: 8px;
}

.footer-specialties {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  line-height: 1.6;
}

.footer-label {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 12px;
}

.footer-clinic {
  color: #ffffff;
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 4px;
}

.footer-address {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
}

.footer-address svg {
  flex-shrink: 0;
  margin-top: 2px;
}

.footer-phone {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: #ffffff;
  text-decoration: none;
  transition: color 0.2s;
}

.footer-phone:hover {
  color: rgba(255, 255, 255, 0.8);
}

.footer-crm {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.45);
  margin-top: 12px;
}

.footer-disclaimer {
  padding-top: 32px;
  display: flex;
  align-items: flex-start;
  gap: 8px;
}

.footer-disclaimer svg {
  color: rgba(255, 255, 255, 0.4);
  flex-shrink: 0;
  margin-top: 2px;
}

.footer-disclaimer p {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.45);
  line-height: 1.6;
  max-width: 640px;
}

@media (min-width: 768px) {
  .footer-content {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* Mobile Fixes */
@media (max-width: 767px) {
  .hero-text {
    max-width: 100%;
  }
  
  .diferencial-image {
    height: 680px;
  }
  
  .autoridade-image {
    min-height: 520px;
  }
  
  .tratamento-title {
    font-size: 0.9rem;
    line-height: 1.3;
  }
}

/* Prevent horizontal scroll */
body {
  max-width: 100vw;
  overflow-x: hidden;
}

.hero, .section-diferencial, .section-tratamentos, 
.section-autoridade, .section-processo, .section-cta, .footer {
  max-width: 100vw;
  overflow-x: hidden;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c14fc42 *//* garante que não vai surgir barra horizontal */
html, body { overflow-x: hidden; }

.btn-whatsapp{
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 9999;

  background-color: rgb(37, 211, 102);
  width: 60px;
  height: 60px;
  border-radius: 50%;

  display: flex;
  align-items: center;
  justify-content: center;

  color: #fff;
  font-size: 28px;
  text-decoration: none;
}

.btn-whatsapp:before,
.btn-whatsapp:after{
  content: '';
  position: absolute;
  border-radius: 50%;
  border: 1px solid #25d366;
  inset: -20px;              /* no lugar de left/right/top/bottom */
  animation: animate 1.5s linear infinite;
  opacity: 0;
  pointer-events: none;
}

.pulsaDelay:after{ animation-delay: 0.5s; }

@keyframes animate{
  0%{ transform: scale(0.5); opacity: 0; }
  50%{ opacity: 1; }
  100%{ transform: scale(1.2); opacity: 0; }
}/* End custom CSS */