
:root {
  --fundo-offwhite: #FAF8F5;    
  --rosa-blush: #F0E4E1;         
  --rosa-po: #DDBFB8;            
  
  --rose-escuro: #7D4F4A;
  --rose-mais-escuro: #462624;

  --dourado-champagne: #C5A059;  
  --dourado-escuro: #9C7A3C;     

  --texto-principal: #4A413B;   
  --texto-claro: #FFFFFF;        

  --fonte-principal: 'Inter', sans-serif;
  --fonte-titulo: 'Lora', serif;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 110px;
}

* { margin: 0; padding: 0; box-sizing: border-box; scroll-behavior: smooth; }
body { font-family: var(--fonte-principal); color: var(--texto-principal); background-color: var(--fundo-offwhite); line-height: 1.6; }
.elo-layout { display: flex; flex-direction: column; min-height: 100vh; }
.container { max-width: 1100px; margin: 0 auto; padding: 0 20px; width: 100%; }
.secao-full { min-height: 80vh; display: flex; align-items: center; padding: 80px 0; }
.fundo-escuro { background-color: var(--texto-principal); color: var(--texto-claro); }
.fundo-claro { background-color: var(--fundo-offwhite); color: var(--texto-principal); }
.text-center { text-align: center; }


.elo-header {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: transparent;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 50px;
  transition: all 0.4s ease;
  z-index: 1000;
  border-bottom: none;
}

.logo { 
  display: flex; 
  align-items: center; 
  gap: 15px; 
  text-decoration: none; 
  color: inherit; 
}
.logo-img { 
  height: 60px; 
  transition: all 0.4s ease; 
}

.logo-texto { 
  font-size: 1.5rem; 
  font-weight: 800; 
  color: #462624; 
  transition: all 0.4s ease; 
  letter-spacing: -1px; 
}

.nav-centralizada { 
  display: flex; 
  margin-left: auto;
  margin-right: 30px;
}

.nav-links { 
  list-style: none; 
  display: flex; 
  gap: 25px; 
  align-items: center; 
}

.nav-links a { 
  text-decoration: none; 
  color: var(--texto-principal); 
  font-weight: 600; 
  font-size: 0.9rem; 
  transition: color 0.3s; 
}

.nav-links a:hover { 
  color: var(--rose-escuro); 
}

.menu-toggle { 
  display: none; 
  background: none; 
  border: none; 
  font-size: 2.5rem; 
  cursor: pointer; 
  color: var(--texto-principal); 
}

.elo-header.rolou {
  padding: 15px 40px;
  box-shadow: 0 4px 15px rgba(74, 65, 59, 0.05);
  background-color: var(--fundo-offwhite); 
  border-bottom: 1px solid var(--rosa-blush);
}

.elo-header.rolou .logo-img { 
  height: 38px; 
}

.elo-header.rolou .logo-texto { 
  font-size: 1.2rem; 
}


.secao-hero {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 600px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--texto-principal);
  color: white;
}

.hero-bg-slider {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  z-index: 1;
}

.bg-slide {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 1.5s ease-in-out;
}

.bg-slide.active { opacity: 1; }

.hero-overlay {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background-color: white;
  z-index: 2;
}

.hero-content-center {
  position: relative;
  z-index: 3;
  text-align: center;
  color: white;
  max-width: 800px;
  padding: 0 20px;
}


.titulo-secao, 
.verde-elo, 
.historia-texto h3,
.historia-clinica h3 {
  font-family: var(--fonte-titulo);
  font-style: italic;
  color: var(--rose-escuro) !important;
}

.subtitulo-sobre {
  font-family: var(--fonte-titulo); 
  font-size: 1.4rem;
  font-style: italic;
  color: var(--dourado-escuro);
  max-width: 800px;
  margin: 0 auto 40px auto;
  line-height: 1.5;
}

.perfil-foto {
  width: 115px;
  height: 115px;
  border-radius: 50%;
  object-fit: cover;
  object-position: center 25%;
  transform: scale(1.15);
  margin: 0 auto 15px auto;
  display: block;
  border: 3px solid var(--rosa-po);
  box-shadow: 0 4px 10px rgba(74, 65, 59, 0.05);
}

.perfil-nome {
  font-family: var(--fonte-titulo);
  font-size: 1.8rem;
  font-style: italic;
  color: var(--rose-escuro) !important;
}

.perfil-crp {
  font-size: 0.95rem;
  color: var(--rose-escuro) !important;
  display: block;
  margin-bottom: 10px;
}


.publico-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 25px;
  max-width: 1100px;
  margin: 0 auto;
}

.publico-card, .servico-card, .perfil-card, .historia-clinica {
  background-color: #FFFFFF;
  border: 1px solid var(--rosa-po);
  box-shadow: 0 8px 25px rgba(74, 65, 59, 0.03);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.publico-card {
  padding: 35px 20px;
  border-radius: 24px;
  text-align: center;
}

.publico-card:hover, .servico-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 30px rgba(186, 118, 73, 0.06);
  border-color: var(--rose-escuro);
}

.publico-card h3 {
  font-family: var(--fonte-titulo);
  font-size: 1.6rem;
  color: var(--rose-escuro);
  margin-bottom: 12px;
  font-style: italic;
}


.publico-card p, 
.perfil-especialidade {
  font-size: 0.95rem;
  color: var(--texto-principal);
  opacity: 0.85;
  line-height: 1.6;
}


.servico-card p {
  font-size: 0.95rem;
  color: var(--texto-principal);
  line-height: 1.6;
}


.servicos-container-linhas {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.servicos-linha {
  display: flex;
  justify-content: center;
  gap: 30px;
  align-items: stretch;
}

.servico-card {
  position: relative;
  height: 280px;      
  overflow: hidden;   
  cursor: pointer;
  border: 2px solid transparent;
  background: #fff;
  padding: 35px 25px;
  border-radius: 20px;
  box-shadow: 0 5px 20px rgba(74, 65, 59, 0.03);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  box-sizing: border-box;
  flex: 1;
  max-width: 370px;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.servico-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 30px rgba(125, 79, 74, 0.15);
  border-color: var(--rose-escuro);
}

.servico-card h3 {
  font-family: var(--fonte-titulo);
  font-size: 1.5rem;
  font-style: italic;
  color: var(--rose-escuro);
  margin-bottom: 8px;
  width: 100%;
}

.servico-card .servico-publico {
  font-size: 0.8rem;
  color: var(--dourado-escuro);
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  width: 100%;
}

.servico-card p {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  margin-top: 0;
  text-align: center;
  transition: opacity 0.3s ease;
}

.servico-card.ativo {
  border-color: var(--rose-mais-escuro);
}

.servico-card.ativo p {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 20px;
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  max-height: none;
  overflow-y: auto;
  opacity: 1;
  margin-top: 0;
  z-index: 5;
  box-sizing: border-box;

  scrollbar-width: thin;
  scrollbar-color: transparent transparent;
}

.servico-card.ativo p::-webkit-scrollbar {
  width: 5px;
}
.servico-card.ativo p::-webkit-scrollbar-thumb {
  background: rgba(70, 38, 36, 0.35);
  border-radius: 4px;
}

@media (max-width: 900px) {
  .servicos-linha {
    flex-direction: column;
    align-items: center;
  }
  .servico-card {
    width: 100%;
    max-width: 400px;
    height: 260px;
  }
}


.btn-solido, 
button[type="submit"] {
  background-color: var(--rose-mais-escuro) !important;
  color: var(--texto-claro) !important;
  border: none;
  transition: background-color 0.3s ease;
  font-weight: bold;
}

.btn-solido:hover, 
button[type="submit"]:hover {
  background-color: var(--rose-escuro) !important;
}

#contato.fundo-claro {
  background-color: #F0E4E1 !important;
}

.whatsapp-flutuante,
.social-icons-contato a {
  background-color: var(--rose-mais-escuro);
  color: var(--texto-claro);
  border-radius: 50%; 
  transition: transform 0.3s ease, background-color 0.3s ease;
}

.whatsapp-flutuante {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 20px rgba(74, 65, 59, 0.25);
  z-index: 9999;
}

.whatsapp-flutuante:hover,
.social-icons-contato a:hover {
  transform: scale(1.15); 
  background-color: var(--rose-escuro); 
}

.social-icons-contato {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 30px;
}

.social-icons-contato a {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 10px rgba(0,0,0,0.08);
}

@media (max-width: 768px) {

  .elo-header { 
    padding: 15px 20px; 
    position: fixed;
    display: flex;
    align-items: center;
  }

  .menu-toggle { 
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
    margin-left: auto;
    z-index: 10;
  }

  .elo-header.rolou .menu-toggle {
    opacity: 1;
    visibility: visible;
  }

  .nav-centralizada {
    display: none;
    opacity: 1 !important;
    visibility: visible !important;
    position: absolute;
    top: 100%; 
    left: 0;
    width: 100%;
    background-color: var(--fundo-offwhite);
    box-shadow: 0 5px 10px rgba(74, 65, 59, 0.1);
    flex-direction: column;
    padding: 20px 0;
  }

  .nav-centralizada.aberto { 
    display: flex !important; 
  }

  .nav-links { 
    flex-direction: column; 
    gap: 20px; 
  }

  .logo-texto { 
    font-size: 1.3rem; 
  }

  .logo-img { 
    height: 35px; 
  }

  .elo-header.rolou .logo {
    left: 20px; 
  }

  .elo-header.rolou .nav-centralizada {
  opacity: 1;
  visibility: visible;
  } 

}

.historia-bloco.inverso {
  flex-direction: row-reverse;
}

.historia-texto,
.historia-slider {
  flex: 1;
}

.historia-texto p {
  text-align: justify;
  font-size: 1.1rem;
  color: var(--texto-principal);
  line-height: 1.9;
  margin-bottom: 22px;
  opacity: 0.9;
}

.historia-texto p:last-child {
  margin-bottom: 0;
}

.historia-slider {
  position: relative;
  width: 100%;
  height: 360px;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(125, 79, 74, 0.12);
  border: 4px solid #FFFFFF;
}

.historia-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 2s ease-in-out, transform 4s ease;
  transform: scale(1.02);
}

.historia-slide.active {
  opacity: 1;
  transform: scale(1);
}

@media (max-width: 900px) {
  .historia-bloco, 
  .historia-bloco.inverso {
    flex-direction: column;
    padding: 30px 20px;
    gap: 30px;
  }
  .historia-slider {
    height: 260px;
    width: 100%;
  }
}

.secao-full {
  background-color: #2b262d;
  padding: 80px 20px;
  display: flex;
  justify-content: center;
}

.carousel-container {
  position: relative;
  width: 100%;
  max-width: 850px;
  overflow: hidden;
}

.carousel-track {
  display: flex;
  transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  width: 100%;
}

.slide {
  position: relative;
  min-width: 100%;
  min-height: 520px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}

.shape-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}

.shape-background svg {
  width: 100%;
  height: 100%;
  fill: #f0e4e1;
}

.slide-content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  max-width: 520px;
  padding: 40px 24px;
}

.slider-media {
  width: 240px;
  height: 150px;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 20px;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.12);
}

.slider-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.slide-text h3 {
  font-family: serif;
  font-size: 1.4rem;
  color: #3b2d3e;
  margin-bottom: 12px;
  font-weight: 600;
}

.slide-text p {
  font-size: 0.95rem;
  color: #5A4B5D;
  line-height: 1.7;
  text-align: justify;
}

.carousel-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-top: 24px;
}

.carousel-nav button {
  background: transparent;
  border: 1px solid #f0e4e1;
  color: #f0e4e1;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s ease;
}

.carousel-nav button:hover {
  background-color: #f0e4e1;
  color: #2b262d;
}

.carousel-dots {
  display: flex;
  gap: 8px;
}

.dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: rgba(240, 228, 225, 0.35);
  cursor: pointer;
  transition: 0.3s ease;
}

.historia-wrapper {
  position: relative;
  background-color: var(--fundo-offwhite);
  padding: 100px 0;
  overflow: hidden;
  z-index: 1;
}

.bg-onda-fluida {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  pointer-events: none;
}

.relative-z {
  position: relative;
  z-index: 2;
}

.historia-wrapper .titulo-secao {
  font-size: 2.8rem;
  margin-bottom: 70px;
  color: var(--rosa-po) !important;
}


.historia-bloco {
  display: flex;
  align-items: center;
  gap: 60px;
  margin-bottom: 90px; 
}

.historia-bloco:last-child {
  margin-bottom: 0;
}

.historia-inverso {
  flex-direction: row-reverse;
}

.texto-fluido-bloco {
  flex: 1.2;
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(8px);
  padding: 40px;
  border-radius: 24px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(240, 228, 225, 0.5);
}

.texto-fluido-bloco p {
  font-family: var(--fonte-principal);
  font-size: 1.1rem;
  line-height: 1.8;
  color: var(--texto-principal);
  text-align: justify;
  margin: 0;
}

.midia-sobreposta {
  flex: 1;
  position: relative;
  height: 420px;
  width: 100%;
  overflow: hidden;
  border-radius: 20px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
  background-color: var(--rosa-blush);
}

.midia-sobreposta .bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

.midia-sobreposta .bg-img.active {
  opacity: 1;
}

@media (max-width: 900px) {
  .historia-bloco,
  .historia-inverso {
    flex-direction: column;
    gap: 30px;
    margin-bottom: 60px;
  }
  .texto-fluido-bloco {
    padding: 25px;
  }
  .midia-sobreposta {
    height: 320px;
  }
}


/*sublocação*/

.secao-curva-escuro {
  position: relative;
  background-color: var(--rose-mais-escuro);
  color: var(--texto-claro);
  padding: 130px 20px 140px 20px;
  margin: 90px 0;
  overflow: hidden;
}

.divisor-curvo-topo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: translateY(-98%);
}
.divisor-curvo-topo svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 80px;
  fill: var(--rose-mais-escuro);
}

.divisor-curvo-base {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: translateY(98%);
}
.divisor-curvo-base svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 80px;
  fill: var(--rose-mais-escuro);
}

.card-detalhes-sublocacao {
  background: #fff;
  padding: 30px;
  border-radius: 24px;
  border: 1px solid var(--rosa-blush);
  box-shadow: 0 10px 30px rgba(74, 65, 59, 0.04);
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 20px;
  text-align: left;
}

.detalhe-item {
  display: flex;
  align-items: flex-start;
  gap: 15px;
}

.detalhe-icone {
  background-color: var(--rosa-blush);
  color: var(--rose-escuro);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 1.1rem;
}

.detalhe-titulo {
  display: block;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--dourado-escuro);
  font-weight: 600;
  margin-bottom: 4px;
}

.detalhe-texto {
  font-size: 1.02rem;
  color: var(--texto-principal);
  line-height: 1.5;
  margin: 0;
}

.detalhe-divisor {
  height: 1px;
  background-color: var(--rosa-blush);
  width: 100%;
  opacity: 0.5;
}

.card-slider-wrapper {
  background: rgba(255, 255, 255, 0.04);
  padding: 25px;
  border-radius: 30px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.25);
  border: 1px solid rgba(240, 228, 225, 0.2);
}

.slider-container-sub {
  position: relative;
  height: 440px;
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0,0,0,0.3);
}

.slide-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 0.8s ease-in-out;
}

.slide-item.active {
  opacity: 1 !important;
}

.slider-controles {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 25px;
}

.btn-controle-sub {
  background: transparent;
  border: 1px solid var(--rosa-blush);
  color: var(--rosa-blush);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  font-size: 1rem;
}

.btn-controle-sub:hover {
  background-color: var(--rosa-blush);
  color: var(--rose-mais-escuro);
}

.dots-container-sub {
  display: flex;
  gap: 8px;
}

.dot-sub {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: rgba(240, 228, 225, 0.35);
  cursor: pointer;
  transition: 0.3s;
  display: inline-block;
}

.card-detalhes-interno {
  margin-top: 30px;
  background: #DDBFB8;
  padding: 25px;
  border-radius: 20px;
  border: 1px solid rgba(240, 228, 225, 0.15);
  display: flex;
  flex-direction: column;
  gap: 18px;
  text-align: left;
}

.card-detalhes-interno .detalhe-titulo {
  display: block;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--texto-principal);
  font-weight: 600;
  margin-bottom: 4px;
}

.card-detalhes-interno .detalhe-texto {
  font-size: 1rem;
  color: var(--texto-principal);
  line-height: 1.5;
  margin: 0;
  opacity: 0.9;
}

.card-detalhes-interno .detalhe-divisor {
  height: 1px;
  background-color: var(--texto-principal);
  width: 100%;
}

.card-detalhes-interno .detalhe-valor {
  font-size: 1.3rem;
  color: var(--texto-principal);
  font-weight: bold;
  font-family: var(--fonte-principal);
}

.card-detalhes-interno .detalhe-unidade {
  font-size: 0.9rem;
  font-weight: normal;
  font-family: var(--fonte-principal);
  color: var(--texto-principal);
  opacity: 0.8;
}