.elementor-kit-5{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* ===== CONTAINER ===== */
.video-lazy-wrap {
  position: relative;
  width: 100%;
  min-height: 620px;
  overflow: hidden;
  isolation: isolate;
}

.video-lazy-wrap .video-thumb,
.video-lazy-wrap video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}

.video-lazy-wrap video { z-index: 2; }
.video-lazy-wrap .video-thumb { z-index: 1; }

/* ===== DEGRADÊ TEAL ===== */
.hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: none;
  background:
    linear-gradient(
      90deg,
      rgba(35, 137, 148, .96) 0%,
      rgba(35, 137, 148, .92) 38%,
      rgba(35, 137, 148, .55) 62%,
      rgba(35, 137, 148, .10) 85%,
      rgba(35, 137, 148, 0) 100%
    );
}

/* ===== TEXTO ===== */
.hero-content {
  position: relative;
  z-index: 5;
  max-width: 1200px;
  margin: 0 auto;
  padding: 120px 24px;
  pointer-events: none;
}

.hero-title {
  margin: 0 0 20px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(42px, 6vw, 76px);
  font-weight: 400;
  line-height: 1.05;
  color: #fff;
  letter-spacing: -.5px;
}

.hero-title em {
  font-style: italic;
}

.hero-sub {
  margin: 0 0 34px;
  max-width: 520px;
  font-size: clamp(17px, 2vw, 22px);
  line-height: 1.5;
  color: rgba(255, 255, 255, .95);
  font-weight: 400;
}

/* ===== CTA (clicável) ===== */
.hero-cta {
  display: inline-block;
  pointer-events: auto;
  padding: 16px 34px;
  border-radius: 4px;
  background: #c8963f;
  color: #fff;
  font-size: 17px;
  font-weight: 600;
  text-decoration: none;
  letter-spacing: .2px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, .18);
  transition: background .25s ease, transform .25s ease, box-shadow .25s ease;
}

.hero-cta:hover,
.hero-cta:focus {
  background: #b3822f;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, .26);
}

.hero-cta:focus-visible {
  outline: 3px solid #fff;
  outline-offset: 3px;
}

/* ===== BOTÃO DE SOM (clicável) ===== */
.sound-btn {
  position: absolute;
  right: 32px;
  bottom: 32px;
  z-index: 20;
  pointer-events: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: rgba(0, 0, 0, .5);
  color: #fff;
  cursor: pointer;
  backdrop-filter: blur(6px);
  transition: background .2s ease, transform .2s ease, opacity .2s ease;
}

.sound-btn * { pointer-events: none; }

.sound-btn:hover {
  background: rgba(0, 0, 0, .8);
  transform: scale(1.08);
}

.sound-btn:focus-visible {
  outline: 3px solid #fff;
  outline-offset: 4px;
}

.sound-btn .ico { width: 26px; height: 26px; fill: currentColor; }
.sound-btn .ico-on { display: none; }

.video-lazy-wrap.is-unmuted .sound-btn .ico-off { display: none; }
.video-lazy-wrap.is-unmuted .sound-btn .ico-on { display: block; }
.video-lazy-wrap.is-unmuted .sound-btn { opacity: .5; }
.video-lazy-wrap.is-unmuted .sound-btn:hover { opacity: 1; }

/* ===== MOBILE ===== */
@media (max-width: 767px) {
  .video-lazy-wrap { min-height: 520px; }

  .hero-overlay {
    background: linear-gradient(
      180deg,
      rgba(35, 137, 148, .90) 0%,
      rgba(35, 137, 148, .80) 55%,
      rgba(35, 137, 148, .45) 100%
    );
  }

  .hero-content { padding: 80px 20px; }
  .hero-sub { max-width: 100%; }
  .hero-cta { padding: 14px 26px; font-size: 16px; }

  .sound-btn { right: 18px; bottom: 18px; width: 46px; height: 46px; }
  .sound-btn .ico { width: 22px; height: 22px; }
}/* End custom CSS */