.section-header-blog{
    display: flex;
    justify-content: center;
  }
  
  .row-container-blog{
      padding: 0,2rem;
    margin: 0 10%;
    width: 80%;
  }
  
  .text-header-blog{
  display: flex;
    flex-wrap: wrap;
    justify-content: start;
  }
  
  .text-header-blog h1{
  color: #FFF;
  font-family: "Archivo";
  font-size: 46px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  width: auto;
  }
  
  .list-categorias{
  display: flex;
  justify-content: space-between;
  align-items: center;
  
  }
  
  .list-categorias p{
  color: #FFF;
  font-family: "Archivo";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  list-style: none;
  
  margin-top: 20px;
  }
  
  .risco-quebra-linha{
  margin-top: -5px;
  }
  
  /* blog.css - Estilos para páginas do blog */
  
  .blog-header {
  margin-top: 32px;
  margin-bottom: 24px;
  color: #fff;
  }
  
  .blog-category {
    
    font-family: "Archivo";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    background: linear-gradient(44deg, #F52F4C 36.37%, #A8228B 53.99%, #700BDB 74.24%, #6104F1 93.61%), #FFF;
    color: transparent;
    background-clip: text;
    width: 20%;
  }
  
  .blog-category .titulo-chamadas-noticias{
  
  
  
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  
  }
  
  .blog-title {
  color: #FFF;
  font-family: "Archivo";
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 60px */
  }
  
  .blog-title a {
  color: inherit;
  text-decoration: none;
}
.blog-title a:hover,
.blog-title a:focus {
  text-decoration: underline;
}

  
  .blog-subtitle {
  color: #FFF;
  font-family: "Archivo";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 36px */
  }
  
  .blog-image {
  width: 100%;
  border-radius: 20px;
  margin-bottom: 24px;
  object-fit: cover;
  }
  
  .blog-content {
  color: #ccc;
  font-size: 1.1rem;
  line-height: 1.7;
  margin-bottom: 32px;
  }
  
  @media (max-width: 768px) {
  .blog-title {
    font-size: 1.3rem;
  }
  .blog-header {
    margin-top: 16px;
    margin-bottom: 12px;
  }
  .blog-image {
    border-radius: 12px;
  }
  .blog-content {
    font-size: 1rem;
  }
  
  
  
  .list-categorias {    
      flex-wrap: wrap;
      justify-content: center;
      flex-direction: column;
  }
  .text-header-blog h1 {
      font-size: 42px;
      
  }
  
  .blog-category {
    
    width: 65%;
  }
  .form-control {
    
    width: 100%;
  }
  } 
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  /* Em destaque */
  .blog-featured-section {
  background: transparent;
  }
  .featured-title {
    
    color: #191618;
    font-family: "Archivo";
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding-left: 2%;
  }
  .featured-carousel-wrapper {
  display: flex;
  align-items: center;
  position: relative;
  }
  .featured-carousel {
  scroll-behavior: smooth;
  width: 100%;
  padding: 8px 0;
  }
  .featured-card {
  background: #fff;
  border-radius: 18px;
  min-width: 320px;
  max-width: 340px;
  /* box-shadow: 0 2px 12px rgba(0,0,0,0.07); */
  padding: 18px 18px 12px 18px;
  flex: 0 0 auto;
  transition: box-shadow 0.2s;
  }
  .featured-card:hover {
  /* box-shadow: 0 4px 24px rgba(0,0,0,0.13); */
  }
  .featured-img {
  width: 100%;
  border-radius: 12px;
  height: 160px;
  object-fit: cover;
  }
  .featured-card-title {
  /* font-size: 1.1rem;
  font-weight: 600;
  color: #222;
  margin-bottom: 8px; */
  
  
    color: #191618;
    font-family: "Archivo";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: -1px;
  
  }
  .featured-link {
  /* color: #7b2ff2;
  font-size: 0.95rem;
  text-decoration: none; */
  color: #000;
  font-family: "Archivo";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
  padding: 5% 0%;
  }
  .carousel-arrow {
  background: #fff;
  border: none;
  border-radius: 50%;
  width: 38px;
  height: 38px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  font-size: 1.5rem;
  color: #222;
  cursor: pointer;
  transition: background 0.2s;
  }
  .carousel-arrow.left { top:110%;left: -20px; }
  .carousel-arrow.right { top:110%;right: -20px; }
  .carousel-arrow:hover { background: #f0f0f0; }
  
  /* Esconde a barra de rolagem horizontal do carrossel */
  .featured-carousel {
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE e Edge */
  }
  .featured-carousel::-webkit-scrollbar {
  display: none; /* Chrome, Safari e Opera */
  }
  
  @media (max-width: 900px) {
  .featured-card { min-width: 260px; max-width: 270px; }
  .carousel-arrow.left { top: 100%; left: 0; }
  .carousel-arrow.right { top: 100%; right: 0; }
  }


  /* Ajustes específicos para mobile - exibir 2 posts por vez */
@media (max-width: 768px) {
  .featured-carousel {
    gap: 8px;
    padding: 8px 4px;
  }
  
  .featured-card { 
    min-width: calc(50% - 12px); 
    max-width: calc(50% - 12px);
    flex: 0 0 calc(50% - 12px);
    margin: 0 4px;
    padding: 12px;
  }
  
  .featured-card-title {
    font-size: 18px;
    line-height: 1.3;
  }
  
  .featured-link {
    font-size: 14px;
  }
  
  .featured-img {
    height: 120px;
  }
  
  .featured-carousel-wrapper {
    padding: 0 15px;
  }
  
  .carousel-arrow.left { 
    left: -5px; 
    width: 32px;
    height: 32px;
    font-size: 1.2rem;
  }
  .carousel-arrow.right { 
    right: -5px; 
    width: 32px;
    height: 32px;
    font-size: 1.2rem;
  }
  
  .featured-title {
    font-size: 36px;
    padding-left: 15px;
  }
}
  
  /* Newsletter */
  .newsletter-section {
  background: transparent;
  border-radius: 24px;
  overflow: hidden;
  margin-top: 48px;
  margin-bottom: 48px;
  }
  .newsletter-box {
  background: #111;
  color: #fff;
  border-radius: 24px 0 0 24px;
  min-width: 320px;
  max-width: 480px;
  flex: 1 1 320px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  }
  .newsletter-title {
  color: #FFF;
  font-family: "Archivo";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 48px */
  }
  .newsletter-desc {
  color: #FFF;
  font-family: "Archivo";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 36px */
  }
  .newsletter-form input {
  border-radius: 8px;
  border: none;
  padding: 10px 14px;
  font-size: 1rem;
  }
  .newsletter-btn {
  background: linear-gradient(90deg, #ff3c6a 0%, #7b2ff2 100%);
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 10px 28px;
  font-weight: 600;
  font-size: 1rem;
  transition: background 0.2s;
  }
  .newsletter-btn:hover {
  background: linear-gradient(90deg, #7b2ff2 0%, #ff3c6a 100%);
  }
  .newsletter-img-box {
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0 24px 24px 0;
  min-width: 320px;
  }
  .newsletter-img {
  width: 100%;
  /* max-width: 340px; */
  border-radius: 0 24px 24px 0;
  }
  @media (max-width: 900px) {
  .newsletter-section {
    flex-direction: column !important;
    border-radius: 18px;
    margin-top: 15px !important;
  }
  .newsletter-box, .newsletter-img-box {
    border-radius: 18px !important;
    min-width: 0;
    max-width: 100%;
  }
  .newsletter-img {
    border-radius: 0 0 18px 18px;
    max-width: 100%;
  }
  .newsletter-img-box {
    display: none !important;
  }
  }
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  /* Blog Search Styles */
  .blog-search-section {
  /* margin-bottom: 32px; */
  width: 100%;
  display: flex;
  justify-content: center;
  }
  
  .search-container {
  width: 100%;
  max-width: 600px;
  }
  
  .search-input-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  /* background: linear-gradient(135deg, rgba(108, 60, 233, 0.1), rgba(251, 69, 22, 0.1)); */
  border: 1px solid rgba(108, 60, 233, 0.3);
  border-radius: 50px;
  overflow: hidden;
  transition: all 0.3s ease;
  
  background: linear-gradient(black, black) padding-box,
  linear-gradient(to right, #FB4516, #5800FF) border-box;
  border-radius: 50em;
  border: 1.5px solid transparent;
  
  
  
  }
  
  
  .search-input-wrapper:hover {
  border-color: rgba(108, 60, 233, 0.6);
  box-shadow: 0 5px 15px rgba(108, 60, 233, 0.2);
  }
  
  .search-input-wrapper:focus-within {
  border-color: #6C3CE9;
  box-shadow: 0 5px 20px rgba(108, 60, 233, 0.3);
  transform: translateY(-2px);
  }
  
  .blog-search-input {
  flex: 1;
  background: transparent;
  border: none;
  padding: 16px 24px;
  color: #fff;
  font-family: "Archivo", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  outline: none;
  
  
  }
  
  .blog-search-input::placeholder {
  color: rgba(255, 255, 255, 0.6);
  font-weight: 300;
  }
  
  .search-btn {
  border-radius: 50px;
  background: #5800FF;
  border: none;
  padding: 20px 20px;
  color: #fff;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 56px;
  }
  
  .search-btn:hover {
  background: #5800FF;
  background-size: 200% auto;
  background-position: right center;
  transform: scale(1.05);
  }
  
  .search-btn i {
  font-size: 1.1rem;
  }
  
  .blog-category-geral{
  width: 40%;
  font-size: 18px;
  }
  
  
  
  .bloco-2-geral-blog-text .blog-title{
  color: #FFF;
  font-family: "Archivo";
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 48px */
  }
  
  .bloco-2-geral-blog-text .blog-subtitle{
  color: #FFF;
  font-family: "Archivo";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 36px */
  }
  
  .img-geral-blog{
  object-fit: cover;
    height: 350px;
    border-radius: 20px;
  
  }
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  @media (max-width: 768px) {
  .blog-search-section {
      margin-bottom: 20px;
  }
  
  .search-container {
      max-width: 100%;
      padding: 0 16px;
  }
  
  .blog-search-input {
      padding: 14px 20px;
      font-size: 0.9rem;
  }
  
  .search-btn {
      padding: 14px 16px;
      min-width: 48px;
  }
  
  .search-btn i {
      font-size: 1rem;
  }

  .contact-form {
      margin-left: 0% !important;
  }

  .submit-btn {
      width: 100% !important;      
  }

  .featured-carousel-wrapper {
      padding: 0 0px !important;
  }
  }
  
  
  
  /* Blog Atualizações */ 
  
  /* Topbar minimalista (voltar + categoria) */
.article-topbar { margin: 8px 0 16px; }
.back-link { text-decoration: none; font-weight: 600; color: #5800FF;}
.back-link:hover, .back-link:focus { text-decoration: underline; }

.chip {
  display: inline-block; background: #f2f2f7; color: #333;
  padding: 6px 12px; border-radius: 999px; font-size: .875rem; font-weight: 600;
}

/* HERO: texto + banner */
.hero-grid {
  display: grid; grid-template-columns: 1fr; gap: 24px; align-items: start;
}
@media (min-width: 992px) {
  .hero-grid { grid-template-columns: 1.1fr .9fr; }
}
.hero-text .blog-title { margin: 0 0 8px; line-height: 1.2; }
.blog-subtitle { margin: 0; color: #fff; font-size: 1.05rem; }

.hero-banner img {
  display: block; width: 100%; height: auto; object-fit: cover; border-radius: 12px;
}

/* Conteúdo do artigo */
.blog-content { color: #fff; line-height: 1.75; }

