@charset "UTF-8";

/*
 * EXTREMOS — HOME
 * Estilos exclusivos da página inicial.
 * Estrutura dos blocos e rotina editorial: /painel/home/README.md
 */

@font-face {
  font-family: "BullWeb-Heavy1";
  src: url("/2024/fonts/Bull-Heavy1.woff2") format("woff2");
  font-style: normal;
  font-weight: 800;
  font-display: swap;
}

:root {
  --home-gold: #d9b43e;
  --home-red: #ed1c24;
  --home-ink: #101828;
  --home-max: 1134px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body.home {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.skip-link {
  position: fixed;
  z-index: 10050;
  top: 12px;
  left: 12px;
  padding: 12px 18px;
  color: #fff;
  background: #071b34;
  transform: translateY(-160%);
  transition: transform 180ms ease;
}

.skip-link:focus {
  transform: translateY(0);
}

[data-extremos-header][aria-busy="true"] {
  min-height: 84px;
  background: #071b34;
}

[data-home-block] {
  scroll-margin-top: 90px;
}

[data-home-block]:not(#home-hero) {
  content-visibility: auto;
  contain-intrinsic-size: auto 720px;
}

/* Rótulos editoriais: aparência de h5 sem interferir na hierarquia de títulos. */
.home .dash-style {
  font-family: "Raleway", sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
}

.home .dash-style a,
.home .dash-style a:visited,
.home .dash-style a:hover,
.home .dash-style a:focus {
  color: inherit;
  text-decoration: none;
}

.home .section-news p.dash-style {
  display: inline-block;
  margin: 0 0 22px;
  color: #f56960;
}

.home .section-heading p.dash-style,
.home .section-heading h2.dash-style {
  display: inline-block;
  margin: 0 0 22px;
  color: #ff4f00;
}

.home .section-heading-white p.dash-style,
.home .section-heading-white h2.dash-style {
  color: #fff;
}

.home .package-price .home-book-price {
  margin: 0;
  padding: 8px 16px;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  line-height: 1.1;
}

.home .package-price .home-book-price span {
  font-family: "Raleway", sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
}

.home .about-service .about-service-content h3 {
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 700;
}

/* ==========================================================
   BLOCO 01 — HERO / DESTAQUES
   Slots 1–2: notícias. Slots 3–4: livro e viagem fixos.
   ========================================================== */

.home-hero {
  width: 100%;
  overflow: hidden;
  background: #ffca27;
}

.car-con {
  display: flex;
  width: 100%;
  overflow: hidden;
  scroll-behavior: smooth;
  scrollbar-width: none;
}

.car-con::-webkit-scrollbar {
  display: none;
}

.car-it {
  position: relative;
  display: flex;
  flex: 0 0 100%;
  min-width: 100%;
  height: 750px;
  align-items: flex-end;
  background-color: #ffca27;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.black-titu {
  position: absolute;
  z-index: 0;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, .68), rgba(0, 0, 0, 0) 72%);
}

.titu {
  position: relative;
  z-index: 1;
  display: flex;
  width: calc(100% - 40px);
  max-width: var(--home-max);
  margin: 0 auto 0px;
  color: #fff;
  font-family: "Open Sans", Arial, sans-serif;
  flex-direction: column;
}

.theme {
  margin: 0 0 15px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: .06em;
}

.titulo-container {
  width: min(860px, 100%);
}

.titulo {
  position: relative;
  margin: 0;
  overflow: hidden;
  color: #fff;
  font-family: "BullWeb-Heavy1", "Open Sans", Arial, sans-serif;
  font-size: 50px;
  font-weight: 800;
  line-height: 1.3;
  text-align: left;
  white-space: normal;
}

.titu > .btn {
  display: inline-block;
  width: 150px;
  margin-top: 20px;
  padding: 10px 20px;
  border: 0;
  border-radius: 5px;
  color: #fff;
  background: var(--home-red);
  font-size: 15px;
  text-align: center;
  text-decoration: none;
}

.titu > .btn:hover,
.titu > .btn:focus-visible {
  color: #fff;
  background: #c81219;
}

.linel-container {
  display: flex;
  margin-bottom: 0;
}

.linel,
.linew {
  position: relative;
  width: 165px;
  min-height: 103px;
  margin-top: 33px;
  overflow: visible;
  border-top: 3px solid #fff;
}

.linel-spacing {
  width: 15px;
  min-height: 103px;
  margin-top: 33px;
}

.linew::before {
  position: absolute;
  top: -3px;
  left: 0;
  display: block;
  width: 100%;
  height: 3px;
  background: var(--home-red);
  animation: home-progress 5s linear infinite;
  content: "";
}

.menu-ativo,
.menu-text {
  max-width: 165px;
  margin-top: 15px;
  overflow: hidden;
  color: #a9adb3;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.45;
  white-space: normal;
}

.menu-ativo {
  color: #fff;
}

@keyframes home-progress {
  from { width: 0; }
  to { width: 100%; }
}

/* ==========================================================
   COMPONENTES COMPARTILHADOS DOS BLOCOS
   ========================================================== */

.package-wrap:hover {
  background-color: #efece1;
  cursor: pointer;
}

.home-card-clickable:focus-visible {
  outline: 2px solid #101f46;
  outline-offset: 3px;
}

.feature-image img,
.gallery-img img,
.about-service-icon img,
.testimonial-img img {
  display: block;
  max-width: 100%;
  height: auto;
}

.home-news-grid .feature-image,
#home-cruzadas .feature-image,
#home-essenciais .feature-image,
#home-online .feature-image,
#home-receitas .feature-image,
#home-mapas .feature-image {
  aspect-ratio: 12 / 7;
  overflow: hidden;
}

.home-news-grid .feature-image img,
#home-cruzadas .feature-image img,
#home-essenciais .feature-image img,
#home-online .feature-image img,
#home-receitas .feature-image img,
#home-mapas .feature-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#home-livros .feature-image {
  aspect-ratio: 1000 / 1466;
  overflow: hidden;
}

#home-livros .feature-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-ad {
  width: min(1134px, calc(100% - 40px));
  margin: 0 auto;
  text-align: center;
}

.home-ad a,
.home-ad picture,
.home-ad img {
  display: block;
  width: 100%;
}

.home-ad img {
  height: auto;
  border: 0;
}

.home-ad:empty {
  display: none;
}

/* ==========================================================
   BLOCO — PODCAST: SÉRIES EM DESTAQUE
   ========================================================== */

.ngtv-wrap {
  width: 100%;
  margin: 0;
  padding: 60px 0;
  overflow-x: hidden;
  background: #fff;
}

.ngtv-wrap > .ngtv-head,
.ngtv-wrap > .ngtv-stage {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 16px;
  padding-left: 16px;
}

.ngtv-head {
  padding: 10px 0 14px;
  text-align: center;
}

.ngtv-title {
  color: #111;
  font-size: 36px;
  font-weight: 800;
  letter-spacing: 4px;
}

.ngtv-bar {
  width: 44px;
  height: 3px;
  margin: 10px auto 0;
  background: var(--home-gold);
}

.ngtv-stage {
  position: relative;
  height: 520px;
  overflow: visible;
}

.ngtv-stack {
  position: absolute;
  inset: 0;
}

.ngtv-card {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 420px;
  height: 420px;
  overflow: hidden;
  background: #e8e8e8;
  box-shadow: 0 22px 50px rgba(0, 0, 0, .25);
  text-decoration: none;
  transform: translate(-50%, -50%);
  transition: transform 700ms cubic-bezier(.22, .61, .36, 1), opacity 700ms cubic-bezier(.22, .61, .36, 1);
  will-change: transform, opacity;
}

.ngtv-cover {
  position: absolute;
  inset: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.ngtv-arrow {
  position: absolute;
  z-index: 50;
  top: 50%;
  width: 64px;
  height: 64px;
  padding: 0;
  border: 0;
  color: #111;
  background: transparent;
  font-size: 64px;
  line-height: 64px;
  cursor: pointer;
  opacity: .7;
  transform: translateY(-50%);
  transition: opacity 200ms ease;
}

.ngtv-arrow:hover,
.ngtv-arrow:focus-visible {
  opacity: 1;
}

.ngtv-left { left: 20px; }
.ngtv-right { right: 20px; }

/* ==========================================================
   BLOCO — DEPOIMENTOS (sem dependência do Slick)
   ========================================================== */

#home-depoimentos {
  background-color: #071b34;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.testimonial-slider:not(.is-ready) .testimonial-item:not(:first-child),
.testimonial-slider.is-ready .testimonial-item[hidden] {
  display: none !important;
}

.home-testimonial-dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
}

.home-testimonial-dots button {
  width: 11px;
  height: 11px;
  padding: 0;
  border: 1px solid #fff;
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
}

.home-testimonial-dots button[aria-current="true"] {
  background: #fff;
}

/* ==========================================================
   RESPONSIVIDADE
   ========================================================== */

@media (max-width: 1024px) {
  .car-it {
    height: 690px;
  }

  .titu {
    width: 84%;
  }

  .titulo {
    font-size: 40px;
  }

  .menu-text,
  .menu-ativo {
    max-width: 145px;
    font-size: 11px;
  }

  .linel,
  .linew {
    width: 145px;
  }
}

@media (max-width: 768px) {
  [data-extremos-header][aria-busy="true"] {
    min-height: 266px;
  }

  .car-it {
    height: 650px;
    padding-left: 15px;
  }

  .titu {
    width: calc(100% - 45px);
    margin: 0 15px 20px;
  }

  .titulo {
    font-size: 32px;
  }

  .theme {
    font-size: 14px;
  }

  .linel-container {
    display: none;
  }

  .ngtv-wrap {
    padding: 40px 0;
  }

  .ngtv-title {
    font-size: 28px;
  }

  .ngtv-stage {
    height: 420px;
    overflow: hidden;
  }

  .ngtv-card {
    width: min(78vw, 360px);
    height: min(78vw, 360px);
  }

  .ngtv-arrow {
    width: 54px;
    height: 54px;
    font-size: 54px;
    line-height: 54px;
  }

  .ngtv-left { left: 8px; }
  .ngtv-right { right: 8px; }

  .home-ad {
    width: calc(100% - 40px);
  }
}

@media (max-width: 576px) {
  .titulo {
    font-size: 28px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .car-con {
    scroll-behavior: auto;
  }

  .linew::before,
  .ngtv-card {
    animation: none;
    transition: none;
  }
}
