@import url("https://fonts.googleapis.com/css2?family=Parkinsans:wght@300..800&display=swap");

:root {
  --cor-amarelo: #fcb900;
  --cor-cinza-escuro: #313131;
}
body {
  font-family: "Parkinsans", sans-serif;
  font-size: 18px;
}
img {
  width: 100%;
}
/* Hero Section */
.hero-section {
  background: #e0e0e0;
  background: linear-gradient(
    155deg,
    rgb(207 207 207) 0%,
    rgba(255, 255, 255, 1) 30%,
    rgba(250, 250, 250, 1) 73%,
    rgb(171 171 171) 100%
  );
  padding-top: 158px;
  padding-bottom: 84px;
}
.navbar .container-fluid {
  padding: 0 10vw;
}
.hero-section .container-fluid {
  padding-left: 10vw;
  padding-right: 8vw;
}
.text-highlight {
  color: var(--cor-amarelo);
}
p {
  font-weight: 300;
}

/* Artigos */
.card a {
  font-size: 0.9rem;
  color: #333;
  text-decoration: underline;
}

/* Produtos Educacionais */
.produtos {
  background-color: #222;
}

.produto-card {
  background-color: #ffffff47;
  border-radius: 15px;
  padding: 30px 20px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  color: #ffffff;
  position: relative;
  height: 100%;
  align-content: center;
  backdrop-filter: blur(18px);
}
.badge-hero {
  background-color: var(--cor-cinza-escuro);
  border-radius: 25px;
  border: 6px solid #fff;
  color: #fff;
  padding: 6px 12px;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
}
.badge-articles {
  padding: 6px 22px;
  color: #c46e0c;
  background-color: #fff4d6;
  border-radius: 25px;
}
.badge-n {
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-weight: bold;
  border-radius: 50%;
  background-color: var(--cor-amarelo);
  color: white;
  position: absolute;
  top: -12px;
  right: 0;
  transform: translateX(-50%);
}

.bg-purple {
  background-color: #8e44ad !important;
}
.nav-link:focus,
.nav-link:hover {
  color: var(--cor-amarelo);
}
.navbar {
  background-color: #1a1a1a;
}
.nav-item {
  padding: 6px 12px;
  color: #fff;
}
.nav-link {
  color: #fff;
}
.logo {
  /* max-width: 30px; */
}
.img-hero {
  margin-bottom: -80px;
}
.hero-text {
  align-content: center;
}
.hero-text h1 {
  font-size: 5rem;
}
@keyframes floatY {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-35px);
  }
  100% {
    transform: translateY(0px);
  }
}

.img-float {
  animation: floatY 3s ease-in-out infinite;
}
.articles {
  padding: 82px 0;
}
.articles h2 {
  font-size: 5rem;
  margin-top: 32px;
  margin-bottom: 22px;
  font-weight: 600;
}
.owl-carousel .item {
  padding: 15px;
}

/* Garante que os itens do carousel deixem espaço suficiente */
.owl-carousel .item {
  padding-bottom: 60px; /* espaço para o bloco flutuante */
  position: relative;
}

/* Estilo do card */
.custom-card {
  border-radius: 12px;
  overflow: visible; /* importante! */
  position: relative;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}

/* Bloco flutuante branco */
.custom-card-body {
  position: absolute;
  bottom: -30px; /* flutua para fora */
  left: 15px;
  right: 30%;
  background: #fff;
  padding: 16px 32px;
  border-radius: 12px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
  z-index: 2;
}
.custom-card-body a {
  color: #272727;
  text-decoration: none;
  font-weight: 300;
}
.custom-card-body h5 {
  margin-bottom: 0;
}
.btn_custom {
  background-color: var(--cor-amarelo);
  color: #000;
  padding: 16px 32px;
  border-radius: 25px;
}
.produtos {
  padding: 128px 0;
  text-align: left;
}
.produtos h2,
.vantagens h2,
.testimonials h2,
.faq-section h2 {
  font-size: 5rem;
}
.produto-card p.title {
  padding-top: 32px;
  font-size: 3rem;
  font-weight: 500;
  line-height: 3.4rem;
}

.badge-n {
  text-align: center;
}
.bg-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.video-overlay {
  background: rgba(0, 0, 0, 0.5); /* escurece o vídeo para leitura */
  z-index: 1;
}
.video-overlay2 {
  background: rgba(0, 0, 0, 0.801); /* escurece o vídeo para leitura */
  z-index: 1;
  backdrop-filter: blur(18px);
}

.produtos .container {
  position: relative;
  z-index: 2;
}
.testimonials {
  background-color: #f8f9fa;
  padding: 128px 0;
}

.testimonial-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border-left: 5px solid #ffc107;
}

.testimonial-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.testimonial-card p {
  font-size: 1rem;
  color: #333;
}

.testimonial-card strong {
  font-weight: 600;
  color: #555;
}
.vantagens {
  padding: 128px 0;
}
.vantagem-img {
  width: 256px;
  height: 256px;
  max-width: 100%;
  object-fit: contain;
  flex-shrink: 0;
}
.vantagens h5 {
  font-size: 2rem;
  margin-bottom: 0.5rem;
}
.vantagens p {
  margin: 0;
  color: #ddd;
}
.faq-section {
  padding: 128px 0;
}
.accordion-button {
  font-weight: bold;
  background-color: #f8f9fa;
  color: #333;
}
.accordion-button:not(.collapsed) {
  background-color: #ffc107;
  color: #000;
}
.accordion-body {
  font-size: 16px;
  color: #555;
}
.cta-section h2 {
  font-size: 5rem;
}

footer h5 {
  font-size: 1.25rem;
}
footer p,
footer li {
  font-size: 15px;
}
footer a:hover {
  text-decoration: underline;
}
.single_sidebar_widget {
  padding: 22px;
  background-color: #f7f7f7;
}
.blog_right_sidebar {
  position: sticky;
  top: 120px;
}
.single_sidebar_widget h2 {
  font-weight: 600;
}
.slider-area {
  margin-top: 120px;
  margin-bottom: 180px;
}
.produtos img {
  height: 100%;
    object-fit: cover;
    border-radius: 8px;
}
.articles_page a, .articles_page h5{
  color: #000;
  text-decoration: none;
}
.articles_page {
  text-align: center;
}
.articles_page h5 {
  margin-top: 12px;
}
.articles_page a.btn_read {
  font-size: 0.8rem;
  background-color: #b6b6b6;
  border-radius: 12px;
  padding: 3px 8px;
  color: #fff;
}
.card_articles {
  height: 100%;
}