.elementor-2344 .elementor-element.elementor-element-d67ac81{--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;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-c06b1bf *//* ==========================================
   FUNDO CINEMATOGRÁFICO - ÁGUAS
========================================== */
.sessao-aguas {
  position: relative;
  padding: 120px 40px;
  background: radial-gradient(circle at top, #d4fff4 0%, #b5f4e5 50%, #a3e8d8 100%);
  overflow: hidden;
}

/* Partículas aquáticas */
.sessao-aguas::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(rgba(255,255,255,0.09) 2px, transparent 2px),
    radial-gradient(rgba(118,230,200,0.15) 2px, transparent 2px),
    radial-gradient(rgba(255,255,255,0.06) 1.2px, transparent 2px);
  background-size: 180px 180px, 140px 140px, 260px 260px;
  animation: aguaParticles 18s linear infinite;
  pointer-events: none;
}

/* Ondas aquáticas no fundo */
.sessao-aguas::after {
  content: "";
  position: absolute;
  width: 200%;
  height: 45%;
  left: -50%;
  bottom: -10%;
  background: url('') repeat-x;
  opacity: 0.25;
  animation: ondasMove 12s ease-in-out infinite alternate;
}

/* Animações */
@keyframes ondasMove {
  0% { transform: translateX(0) scale(1); }
  100% { transform: translateX(-120px) scale(1.03); }
}

@keyframes aguaParticles {
  0% { transform: translateY(0); opacity: 0.7; }
  50% { transform: translateY(-22px); opacity: 1; }
  100% { transform: translateY(0); opacity: 0.7; }
}

/* ==========================================
   TÍTULOS
========================================== */
.aguas-titulo-box {
  text-align: center;
  margin-bottom: 60px;
  animation: fadeUp 1.2s ease-out;
}

.aguas-titulo {
  font-family: 'Playfair Display', serif;
  font-size: 3.2rem;
  color: #17423b;
  letter-spacing: 0.5px;
  animation: tituloGlow 5s ease-in-out infinite;
}

/* Glow respirando */
@keyframes tituloGlow {
  0% { text-shadow: 0 0 6px rgba(118,230,200,0.2); }
  50% { text-shadow: 0 0 18px rgba(118,230,200,0.45); }
  100% { text-shadow: 0 0 6px rgba(118,230,200,0.2); }
}

.aguas-divisor {
  width: 90px;
  height: 4px;
  background: linear-gradient(90deg, #76e6c8, #dffff2, #76e6c8);
  margin: 16px auto 20px;
  border-radius: 100px;
  animation: pulsoDivisor 3s ease-in-out infinite;
}

@keyframes pulsoDivisor {
  0% { transform: scaleX(1); opacity: 0.6; }
  50% { transform: scaleX(1.4); opacity: 1; }
  100% { transform: scaleX(1); opacity: 0.6; }
}

.aguas-sub {
  font-size: 1.2rem;
  color: #1d4f46;
  opacity: 0.85;
}

/* ==========================================
   LAYOUT
========================================== */
.aguas-conteudo {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 60px;
  max-width: 1200px;
  margin: 0 auto;
  flex-wrap: wrap;
}

/* Texto */
.aguas-texto {
  flex: 1;
  min-width: 340px;
  animation: fadeLeft 1.2s ease-out;
}

@keyframes fadeLeft {
  from { opacity: 0; transform: translateX(-40px); }
  to   { opacity: 1; transform: translateX(0); }
}

.aguas-texto p {
  font-size: 1.18rem;
  line-height: 1.8;
  color: #12332d;
  margin-bottom: 18px;
}

/* Botão */
.aguas-btn {
  display: inline-block;
  padding: 14px 30px;
  margin-top: 10px;
  background: linear-gradient(135deg, #76e6c8, #22c495);
  color: #073329;
  font-weight: 700;
  border-radius: 999px;
  box-shadow: 0 12px 25px rgba(0,0,0,0.15);
  text-decoration: none;
  transition: 0.25s ease;
}

.aguas-btn:hover {
  transform: translateY(-3px) scale(1.04);
  box-shadow: 0 20px 38px rgba(0,0,0,0.22);
  filter: brightness(1.1);
}

/* Imagem cinematográfica com glow */
.aguas-imagem {
  flex: 1;
  max-width: 480px;
  min-width: 340px;
  border-radius: 28px;
  overflow: hidden;
  position: relative;
  animation: fadeRight 1.2s ease-out;
}

@keyframes fadeRight {
  from { opacity: 0; transform: translateX(40px); }
  to   { opacity: 1; transform: translateX(0); }
}

.aguas-imagem img {
  width: 100%;
  display: block;
  filter: brightness(1.05) contrast(1.1);
}

/* Glow atrás da imagem */
.aguas-imagem::before {
  content: "";
  position: absolute;
  inset: -14px;
  border-radius: 28px;
  background: radial-gradient(circle, rgba(118,230,200,0.45), transparent 70%);
  z-index: -1;
  animation: glowPulse 4s infinite ease-in-out;
}

@keyframes glowPulse {
  0% { opacity: 0.25; }
  50% { opacity: 0.55; }
  100% { opacity: 0.25; }
}


/* Responsivo */
@media(max-width: 900px) {
  .aguas-titulo { font-size: 2.4rem; }
  .aguas-conteudo { flex-direction: column; text-align: center; }
  .aguas-texto p { text-align: left; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-622621d *//* =======================
   FUNDO CINEMATOGRÁFICO
========================== */
.portais-agua-section {
  position: relative;
  padding: 120px 40px;
  background: radial-gradient(circle at top left, #e3fff6 0%, #c8efe1 45%, #bfeadd 100%);
  overflow: hidden;
  z-index: 1;
}

/* Ondas animadas */
.ondas-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 200%;
  height: 220px;
  background: url('https://i.imgur.com/nh6w4Yc.png') repeat-x;
  animation: ondasMove 18s linear infinite;
  opacity: .25;
}

@keyframes ondasMove {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* Bolhas subindo */
.bolhas-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    radial-gradient(circle, rgba(255,255,255,0.25) 4px, transparent 4px),
    radial-gradient(circle, rgba(255,255,255,0.15) 3px, transparent 3px),
    radial-gradient(circle, rgba(255,255,255,0.12) 2px, transparent 2px);
  background-size: 140px 240px, 100px 180px, 180px 300px;
  animation: bolhasSubindo 14s linear infinite;
  opacity: .4;
}

@keyframes bolhasSubindo {
  0% { transform: translateY(30px); }
  100% { transform: translateY(-60px); }
}

/* Luz entrando na água */
.luz-agua {
  position: absolute;
  top: -10%;
  left: 30%;
  width: 60%;
  height: 120%;
  background: radial-gradient(circle, rgba(255,255,255,0.55), transparent 70%);
  filter: blur(40px);
  animation: luzMove 9s ease-in-out infinite alternate;
  pointer-events: none;
}

@keyframes luzMove {
  0% { transform: translateY(-20px) translateX(-10px); opacity: .45; }
  100% { transform: translateY(20px) translateX(10px); opacity: .75; }
}

/* =======================
   TÍTULO ANIMADO
========================== */
.portais-titulo {
  text-align: center;
  font-family: 'Playfair Display', serif;
  font-size: 3rem;
  color: #0a3c34;
  animation: fadeInDown 1.4s ease forwards;
  opacity: 0;
}

@keyframes fadeInDown {
  from { opacity: 0; transform: translateY(-25px); }
  to   { opacity: 1; transform: translateY(0); }
}

.divisor-portal {
  width: 110px;
  height: 5px;
  margin: 22px auto 55px;
  background: linear-gradient(90deg, #76e6c8, #c6ffe8, #76e6c8);
  border-radius: 999px;
  animation: pulsoPortal 3s infinite ease-in-out;
}

@keyframes pulsoPortal {
  0% { transform: scaleX(1); opacity: .7; }
  50% { transform: scaleX(1.4); opacity: 1; }
  100% { transform: scaleX(1); opacity: .7; }
}

/* =======================
   GRID DOS PORTAIS
========================== */
.portais-grid {
  max-width: 1300px;
  margin: 0 auto;
  display: grid;
  gap: 40px;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}

/* =======================
   CARDS
========================== */
.portal-card {
  background: rgba(255, 255, 255, 0.28);
  padding: 24px;
  border-radius: 18px;
  backdrop-filter: blur(14px);
  border: 1px solid rgba(255,255,255,0.45);
  box-shadow: 0 0 22px rgba(118,230,200,0.18);
  transition: transform .35s ease, box-shadow .35s ease;
  position: relative;
}

/* Parallax interno */
.portal-card:hover {
  transform: translateY(-10px) scale(1.03);
  box-shadow: 0 12px 38px rgba(0,0,0,0.25),
              0 0 35px rgba(118,230,200,0.45);
}

/* Imagem */
.portal-img {
  overflow: hidden;
  border-radius: 14px;
  margin-bottom: 18px;
  position: relative;
}

.portal-img img {
  width: 100%;
  transition: transform .7s ease, filter .7s ease;
}

.portal-card:hover img {
  transform: scale(1.07);
  filter: brightness(1.1);
}

/* Título */
.portal-card h3 {
  font-family: 'Playfair Display', serif;
  font-size: 1.45rem;
  margin-bottom: 12px;
  color: #0a3c34;
  animation: tituloPulse 4s infinite ease-in-out alternate;
}

@keyframes tituloPulse {
  0% { letter-spacing: 0px; opacity: .85; }
  100% { letter-spacing: 1px; opacity: 1; }
}

/* Texto */
.portal-card p {
  line-height: 1.6;
  color: #0d2624;
}

/* =======================
   RESPONSIVO
========================== */
@media (max-width: 700px) {
  .portais-titulo { font-size: 2.3rem; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8f951a6 *//* ===========================================
   CATÁLOGO NETFLIX AQUÁTICO – CRIS
   (copiar para o CSS global / Elementor)
=========================================== */

.catalogo-cris-aqua {
  position: relative;
  padding: 90px 0 110px;
  background: radial-gradient(circle at top, #041218 0, #02080c 45%, #010409 100%);
  overflow: hidden;
  font-family: "Poppins", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
}

/* Fundo com efeito de água: luz + bolhas */
.catalogo-cris-aqua::before,
.catalogo-cris-aqua::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

/* Luz entrando na água */
.catalogo-cris-aqua::before {
  background:
    radial-gradient(circle at 10% -10%, rgba(146, 254, 213, 0.24), transparent 55%),
    radial-gradient(circle at 90% 0%, rgba(56, 189, 248, 0.15), transparent 60%);
  opacity: 0.9;
  mix-blend-mode: screen;
}

/* Bolhas subindo */
.catalogo-cris-aqua::after {
  background-image:
    radial-gradient(10px 10px at 10% 80%, rgba(148, 251, 239, 0.45), transparent),
    radial-gradient(8px 8px at 35% 95%, rgba(129, 230, 217, 0.4), transparent),
    radial-gradient(6px 6px at 60% 90%, rgba(59, 130, 246, 0.35), transparent),
    radial-gradient(9px 9px at 80% 85%, rgba(45, 212, 191, 0.4), transparent);
  animation: bubblesUp 26s linear infinite;
  opacity: 0.8;
  mix-blend-mode: screen;
}

@keyframes bubblesUp {
  0% { transform: translateY(15px); opacity: 0.7; }
  50% { transform: translateY(-10px); opacity: 1; }
  100% { transform: translateY(15px); opacity: 0.7; }
}

.catalogo-aqua-inner {
  position: relative;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 24px;
  z-index: 2;
}

/* =======================
   CTA FLUTUANTE
======================= */

.catalogo-cta-floating {
  position: absolute;
  top: -40px;
  right: 24px;
  padding: 14px 22px;
  border-radius: 18px;
  background: radial-gradient(circle at 0 0, rgba(15, 118, 110, 0.36), rgba(5, 46, 46, 0.9));
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.7);
  border: 1px solid rgba(148, 251, 239, 0.35);
  display: flex;
  flex-direction: column;
  gap: 6px;
  max-width: 280px;
  color: #e5fdf9;
  backdrop-filter: blur(14px) saturate(130%);
}

.catalogo-cta-floating .cta-label {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.13em;
  opacity: 0.9;
}

.catalogo-cta-floating p {
  font-size: 0.9rem;
  line-height: 1.4;
}

.cta-floating-btn {
  margin-top: 4px;
  align-self: flex-start;
  padding: 8px 16px;
  border-radius: 999px;
  background: radial-gradient(circle at 30% 0, #ecfeff 0, #76e6c8 40%, #14b8a6 100%);
  color: #022c22;
  font-size: 0.82rem;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 0 15px rgba(56, 189, 148, 0.75);
  transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

.cta-floating-btn:hover {
  transform: translateY(-1px) scale(1.03);
  filter: brightness(1.04);
  box-shadow: 0 0 24px rgba(56, 189, 148, 0.95);
}

/* =======================
   HEADER
======================= */

.catalogo-aqua-header {
  text-align: left;
  margin-bottom: 36px;
  max-width: 720px;
}

.catalogo-aqua-header h2 {
  font-family: "Playfair Display", serif;
  font-size: clamp(2rem, 3vw, 2.6rem);
  font-weight: 700;
  color: #ecfdf5;
  margin-bottom: 10px;
}

.catalogo-aqua-header h2 span {
  background: linear-gradient(120deg, #a5f3fc, #6ee7b7, #fef9c3);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.catalogo-aqua-header p {
  font-size: 0.98rem;
  color: #c4f1f5;
  max-width: 600px;
}

/* divisor respirando */
.catalogo-divisor-ritual {
  width: 90px;
  height: 3px;
  border-radius: 999px;
  margin-top: 16px;
  background: linear-gradient(90deg, #22c55e, #a5f3fc, #22c55e);
  animation: divisorBreath 3.5s ease-in-out infinite;
}

@keyframes divisorBreath {
  0% { transform: scaleX(1); opacity: 0.7; }
  50% { transform: scaleX(1.35); opacity: 1; }
  100% { transform: scaleX(1); opacity: 0.7; }
}

/* =======================
   LINHAS / ROWS
======================= */

.catalogo-linha {
  margin-top: 40px;
}

.catalogo-linha-header {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 18px;
}

.catalogo-linha-header h3 {
  font-size: 1.12rem;
  color: #e0f2f1;
  font-weight: 600;
}

.linha-tag {
  font-size: 0.74rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  padding: 4px 10px;
  border-radius: 999px;
  border: 1px solid rgba(45, 212, 191, 0.6);
  color: #a5f3fc;
  background: radial-gradient(circle at 0 0, rgba(15, 23, 42, 0.5), rgba(6, 78, 59, 0.9));
}

/* fileira tipo Netflix */
.catalogo-row {
  display: flex;
  gap: 18px;
  overflow-x: auto;
  padding-bottom: 8px;
  padding-right: 4px;
  scroll-behavior: smooth;
}

.catalogo-row::-webkit-scrollbar {
  height: 6px;
}
.catalogo-row::-webkit-scrollbar-track {
  background: rgba(15, 23, 42, 0.9);
}
.catalogo-row::-webkit-scrollbar-thumb {
  background: linear-gradient(90deg, #22c55e, #0ea5e9);
  border-radius: 999px;
}

/* =======================
   CARDS
======================= */

.catalogo-card {
  position: relative;
  flex: 0 0 230px;
  height: 340px;
  border-radius: 22px;
  overflow: hidden;
  cursor: pointer;
  transform-origin: center;
  background: radial-gradient(circle at top, rgba(15, 23, 42, 0.9), #020617);
  box-shadow:
    0 20px 44px rgba(0, 0, 0, 0.8),
    0 0 0 1px rgba(148, 163, 184, 0.3);
  transition:
    transform 0.26s ease,
    box-shadow 0.26s ease,
    border-color 0.26s ease;
}

/* imagem de fundo + “água” */
.catalogo-card-bg {
  position: absolute;
  inset: 0;
  background-image: var(--bg-img);
  background-size: cover;
  background-position: center;
  filter: saturate(1.05) contrast(1.02);
  transform: scale(1.02);
  transition: transform 0.4s ease, filter 0.4s ease;
}

/* camada glassmorphism + espelho d’água embaixo */
.catalogo-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top, rgba(15, 23, 42, 0.15), transparent 60%),
    linear-gradient(to bottom, rgba(15, 23, 42, 0.15), rgba(6, 78, 59, 0.85));
  mix-blend-mode: soft-light;
}

/* “reflexo” de água na base */
.catalogo-card::after {
  content: "";
  position: absolute;
  left: -10%;
  bottom: -12%;
  width: 120%;
  height: 40%;
  background:
    radial-gradient(ellipse at center, rgba(148, 251, 239, 0.2), transparent 60%),
    repeating-linear-gradient(
      0deg,
      rgba(148, 251, 239, 0.25),
      rgba(148, 251, 239, 0.25) 1px,
      transparent 2px,
      transparent 4px
    );
  opacity: 0.55;
  filter: blur(8px);
  mix-blend-mode: screen;
  pointer-events: none;
}

/* conteúdo hover */
.catalogo-card-overlay {
  position: absolute;
  inset: auto 0 0 0;
  padding: 16px 15px 18px;
  background: linear-gradient(to top, rgba(3, 7, 18, 0.92), rgba(15, 23, 42, 0.0));
  color: #e5fdf9;
  transform: translateY(40%);
  opacity: 0;
  transition: transform 0.25s ease, opacity 0.25s ease;
}

.catalogo-card-overlay h4 {
  font-size: 0.98rem;
  margin-bottom: 4px;
}

.catalogo-card-overlay p {
  font-size: 0.8rem;
  color: #c7f9ff;
  line-height: 1.4;
  margin-bottom: 10px;
}

.card-meta {
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: #a5f3fc;
  margin-bottom: 6px;
}

.card-btn {
  border: none;
  outline: none;
  padding: 7px 16px;
  border-radius: 999px;
  background: radial-gradient(circle at 30% 0, #ecfdf5 0, #22c55e 40%, #0ea5e9 100%);
  color: #022c22;
  font-size: 0.78rem;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 0 14px rgba(56, 189, 148, 0.75);
  transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

.card-btn:hover {
  transform: translateY(-1px) scale(1.05);
  box-shadow: 0 0 22px rgba(56, 189, 148, 0.95);
  filter: brightness(1.06);
}

/* EFEITO HOVER – zoom invertido + profundidade 3D */
.catalogo-card:hover {
  transform: translateY(-10px) scale(1.03);
  box-shadow:
    0 26px 60px rgba(0, 0, 0, 0.95),
    0 0 0 1px rgba(148, 251, 239, 0.7);
  border-color: rgba(148, 251, 239, 0.8);
}

.catalogo-card:hover .catalogo-card-bg {
  transform: scale(1.08) translateY(-3px);
  filter: saturate(1.15) brightness(1.08);
}

.catalogo-card:hover .catalogo-card-overlay {
  transform: translateY(0%);
  opacity: 1;
}

/* =======================
   RESPONSIVO
======================= */

@media (max-width: 980px) {
  .catalogo-cta-floating {
    position: static;
    margin-bottom: 22px;
    align-items: flex-start;
  }

  .catalogo-aqua-header {
    margin-top: 20px;
  }
}

@media (max-width: 720px) {
  .catalogo-cris-aqua {
    padding: 70px 0 90px;
  }

  .catalogo-aqua-inner {
    padding: 0 18px;
  }

  .catalogo-linha-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
  }

  .catalogo-card {
    flex: 0 0 70%;
    height: 320px;
  }
}

@media (max-width: 480px) {
  .catalogo-card {
    flex: 0 0 78%;
  }
}
/* Remove qualquer texto residual do Elementor dentro dos cards */
.catalogo-cris-aqua p:empty,
.catalogo-cris-aqua h1:empty,
.catalogo-cris-aqua h2:empty,
.catalogo-cris-aqua h3:empty,
.catalogo-cris-aqua h4:empty,
.catalogo-cris-aqua h5:empty,
.catalogo-cris-aqua h6:empty,
.catalogo-cris-aqua div:empty {
  display: none !important;
}

/* Remove também textos acidentais que Elementor coloca fora dos cards */
.catalogo-cris-aqua .elementor-widget-text-editor {
  min-height: 0 !important;
  padding: 0 !important;
}

.catalogo-cris-aqua .elementor-widget-text-editor p {
  margin: 0 !important;
  padding: 0 !important;
  opacity: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
}

/* failsafe absoluto */
.catalogo-cris-aqua .elementor-widget:not(.catalogo-card) {
  z-index: 1;
}/* End custom CSS */