.elementor-2195 .elementor-element.elementor-element-029fcce{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2195 .elementor-element.elementor-element-029fcce:not(.elementor-motion-effects-element-type-background), .elementor-2195 .elementor-element.elementor-element-029fcce > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://crisgomesterapeuta.com.br/wp-content/uploads/2025/09/CAROLINA-FIGUEIRA-1-1.png");}.elementor-2195 .elementor-element.elementor-element-28ad153{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-89170ce */.hero {
  position: relative;
  padding: 180px 20px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #f4fef7;
  overflow: hidden;
  border-bottom: 1px solid rgba(255,255,255,.06);
  isolation: isolate;
  display: flex;
  align-items: center;
}

.hero::before {
  content:"";
  position:absolute;
  inset:0;
  background:rgba(27,30,28,.55);
  backdrop-filter:blur(3px);
  z-index:0;
}

/* Glassmorphism box */
.hero-glass {
  position: relative;
  z-index: 1;
  max-width: 640px;
  margin-left: 8%;
  padding: 40px 50px;
  border-radius: 18px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.18);
  backdrop-filter: blur(10px) saturate(130%);
  text-align: left;
  box-shadow: 0 10px 30px rgba(0,0,0,.25);
}

.hero h1 {
  font-family: "Cinzel Decorative", serif;
  font-size: 2.4rem;
  line-height: 1.3;
  color: #9cd6b1; /* cor principal do título */
  margin-bottom: 16px;
}

.hero p {
  font-size: 1.1rem;
  color: #d1e7da;
  margin-bottom: 26px;
  line-height: 1.6;
  max-width: 540px;
}

.btn-hero {
  display: inline-block;
  padding: 12px 28px;
  border-radius: 999px;
  border: 1px solid #b0cfbe;
  color: #f4fef7;
  text-decoration: none;
  transition: 0.3s;
  background: rgba(255,255,255,.05);
}
.btn-hero:hover {
  background: rgba(176,207,190,.15);
  color: #f4fef7;
}

/* Névoa e partículas suaves */
.fog {
  position:absolute; top:0; left:0; width:200%; height:100%;
  background:url('https://cdn.pixabay.com/photo/2017/11/02/06/58/fog-2918759_1280.png') repeat-x;
  opacity:.18;
  animation:fog 60s linear infinite;
  mix-blend-mode:screen;
  pointer-events:none;
}
@keyframes fog {
  from {transform:translateX(0)} 
  to {transform:translateX(-50%)}
}

.particles {position:absolute; inset:0; pointer-events:none; z-index:0;}
.particles span {
  position:absolute;
  width:6px; height:6px; border-radius:50%;
  background:radial-gradient(circle, rgba(156,214,177,.9) 0%, rgba(176,207,190,.5) 40%, transparent 70%);
  opacity:.6;
  animation:floatUp 25s linear infinite;
}
@keyframes floatUp {
  from {transform:translateY(0)scale(1);opacity:0}
  10% {opacity:.8}
  50% {transform:translateY(-40vh)scale(1.1)}
  to {transform:translateY(-90vh)scale(1.2);opacity:0}
}

/* Responsividade */
@media(max-width:900px){
  .hero {padding:120px 20px;justify-content:center;}
  .hero-glass {margin:0;max-width:90%;padding:30px;}
  .hero h1{font-size:1.9rem;}
}
/* Animação de entrada da esquerda para a direita */
.animate-in {
  animation: slideIn 1.4s ease forwards;
}
@keyframes slideIn {
  from {
    opacity: 0;
    transform: translateX(-60px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/* Hover aprimorado no botão */
.btn-hero:hover {
  background: rgba(176,207,190,.15);
  color: #f4fef7;
  transform: scale(1.05);
  box-shadow: 0 0 14px rgba(156,214,177,.4);
  transition: all 0.4s ease;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-150cb51 *//* ======= FAIXA DUPLA HARMONIZADA ======= */
.faixa-ricardo {
  width: 100%;
  overflow: hidden;
  background: linear-gradient(90deg, #1a2d2a, #223c3a, #1a2d2a);
  border-top: 1px solid rgba(255,255,255,.08);
  border-bottom: 1px solid rgba(255,255,255,.08);
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 28px 0;
  backdrop-filter: blur(6px) saturate(130%);
  position: relative;
  isolation: isolate;
}

/* Movimento */
.faixa-movimento {
  display: flex;
  width: 200%;
  animation: deslizar 28s linear infinite;
}
.faixa-baixo {
  animation-direction: reverse;
  opacity: 0.9;
}

/* Texto */
.faixa-texto {
  display: flex;
  gap: 80px;
  white-space: nowrap;
  align-items: center;
}

.faixa-texto span {
  flex-shrink: 0;
  font-family: 'Cinzel Decorative', serif;
  font-weight: 600;
  font-size: 2.2rem;
  text-transform: uppercase;
  background: linear-gradient(90deg, #d1e7da, #9cd6b1, #b0cfbe, #d1e7da);
  background-size: 300%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: gradiente-verde 10s ease-in-out infinite;
  letter-spacing: 1.5px;
  cursor: default;
  transition: opacity .3s ease, transform .3s ease;
}
.faixa-texto span:hover {
  transform: scale(1.05);
  opacity: 0.8;
}

/* Animações */
@keyframes deslizar {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

@keyframes gradiente-verde {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

/* Responsividade */
@media (max-width: 768px) {
  .faixa-texto span {
    font-size: 1.2rem;
    letter-spacing: 0.5px;
  }
  .faixa-texto {
    gap: 40px;
  }
  .faixa-ricardo {
    padding: 18px 0;
  }
}/* End custom CSS */