:root {
  --sic-red: #e30613;
  --sic-dark-blue: #001a26;
  --sic-gray-bg: #f9f9f9;
  --text-dark: #1a1a1a;
}

body {
  background-color: white;
  font-family: Arial, sans-serif;
  color: var(--text-dark);
  padding-bottom: 70px;
}

/* HEADER & NAV */
.navbar {
  border-bottom: 3px solid #eee;
  padding: 1.0rem 0;
  background: white !important;
}

.btn-direto {
  border: 1px solid #ddd;
  border-radius: 4px;
  color: var(--sic-red);
  font-weight: bold;
  font-size: 0.75rem;
  padding: 4px 12px;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 5px;
}

.btn-direto i {
  margin-right: 5px;
}

/* CATEGORIAS (Pills) */
.category-pill {
  border: 1px solid #ccc;
  border-radius: 20px;
  padding: 4px 18px;
  color: #555;
  text-decoration: none;
  font-size: 0.85rem;
  background: white;
  transition: 0.2s;
  white-space: nowrap;
}
.category-pill:hover {
  background: #eee;
}

.main-news-grid {
  display: grid;
  grid-template-columns: 280px 1fr 320px;
  gap: 40px;
  margin-top: 20px;
}

.label-red {
  color: var(--sic-red);
  font-weight: 800;
  text-transform: uppercase;
  font-size: 0.75rem;
  letter-spacing: 0.5px;
  display: block;
  margin-bottom: 5px;
}

.featured-h1 {
  font-weight: 900;
  font-size: 1.75rem;
  line-height: 1.1;
  margin-top: 10px;
  color: #111;
}

.news-item-side h5 {
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.3;
}

.ultimas-header {
  color: #333;
  font-weight: 800;
  border-bottom: none;
  display: flex;
  align-items: center;
  gap: 8px;
}

.ultimas-header::before {
  content: "";
  width: 8px;
  height: 18px;
  background: var(--sic-red);
  border-radius: 0 4px 4px 0;
  display: inline-block;
}

.list-ultimas {
  list-style: none;
  padding: 0;
}
.item-ultima {
  border-bottom: 1px solid #f0f0f0;
  padding: 15px 0;
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

.time-red {
  color: var(--sic-red);
  font-weight: bold;
  font-size: 0.75rem;
  display: block;
  margin-bottom: 4px;
}

/* ÍCONE DE VÍDEO NAS IMAGENS */
.img-container {
  position: relative;
}

.video-play-btn {
  position: absolute;
  bottom: 8px;
  left: 8px;
  background: white;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

/* AUTHORS */
.author-img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  object-fit: cover;
  background: #eee;
  margin-bottom: 10px;
  transition: transform 0.3s;
}
.author-card:hover .author-img {
  transform: scale(1.05);
}

.author-name {
  font-size: 0.9rem;
  font-weight: bold;
  text-align: center;
}

/* DARK SECTION */
.dark-section {
  background-color: var(--sic-dark-blue);
  color: white;
}
.dark-section .label-red {
  color: #ff3b3b;
}

.dark-section .text-muted {
  color: #aaa !important;
}

/* TYPOGRAPHY & LABELS */
.section-title {
  font-weight: 800;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 25px;
}
.section-title::before {
  content: "";
  width: 6px;
  height: 20px;
  background: var(--sic-red);
  border-radius: 0 4px 4px 0;
  display: inline-block;
}
/* CURTAS (Stories) */
.curtas-container {
  display: flex;
  gap: 15px;
  overflow-x: auto;
  padding-bottom: 15px;
  scrollbar-width: none;
}
.curta-card {
  min-width: 180px;
  height: 280px;
  border-radius: 12px;
  position: relative;
  overflow: hidden;
  background-size: cover;
  display: flex;
  align-items: flex-end;
  padding: 15px;
  color: white;
}
.curta-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
}
.curta-text {
  position: relative;
  z-index: 1;
  font-size: 0.85rem;
  font-weight: bold;
}
/* SIC VERIFICA */
.verifica-card {
  background: var(--sic-dark-blue);
  color: white;
  border-radius: 4px;
  overflow: hidden;
  height: 100%;
}
.badge-verifica {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 40px;
}
/* BOTTOM NAV (MOBILE) */
.bottom-nav {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #f8f8f8;
  border-top: 1px solid #ddd;
  display: flex;
  justify-content: space-around;
  padding: 10px 0;
  z-index: 1000;
}
.nav-item-mobile {
  text-align: center;
  color: #666;
  font-size: 0.7rem;
  text-decoration: none;
}
.nav-item-mobile i {
  display: block;
  font-size: 1.2rem;
  margin-bottom: 2px;
}
.nav-item-mobile.active {
  color: var(--sic-red);
  border-top: 2px solid var(--sic-red);
  margin-top: -10px;
  padding-top: 8px;
}
/* SPONSORED */
.sponsored-section {
  background-color: #fcfcfc;
  border-top: 1px solid #eee;
  /*border-bottom: 1px solid #eee;*/
}
.sponsored-label {
  font-size: 0.65rem;
  color: #999;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
  margin-bottom: 10px;
  display: block;
}
.sponsored-card {
  border: none;
  background: transparent;
}
.sponsored-card img {
  filter: grayscale(20%);
  transition: 0.3s;
}
.sponsored-card:hover img {
  filter: grayscale(0%);
}
.sponsored-title {
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1.3;
  color: #333;
}
/* OUVIR */
.ouvir-section {
  background-color: #f8f9fa;
  /*padding: 50px 0;*/
}
.podcast-card {
  background: white;
  border-radius: 8px;
  padding: 15px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  display: flex;
  align-items: center;
  gap: 15px;
  text-decoration: none;
  color: inherit;
  transition: transform 0.2s;
}
.podcast-card:hover {
  transform: translateY(-3px);
  color: var(--sic-red);
}
.podcast-img {
  width: 80px;
  height: 80px;
  border-radius: 4px;
  object-fit: cover;
}
.podcast-info h6 {
  font-weight: 700;
  font-size: 0.9rem;
  margin-bottom: 5px;
  line-height: 1.2;
}
.audio-icon-pulse {
  width: 30px;
  height: 30px;
  background: var(--sic-red);
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.7rem;
}
/* FOOTER STYLES */
footer {
  background-color: #f2f2f2;
  padding: 60px 0 30px 0;
  margin-top: 50px;
  color: #666;
  font-size: 0.85rem;
}
.footer-logo-impresa {
  width: 45px;
  margin-bottom: 25px;
}
.footer-title {
  color: #333;
  font-weight: 800;
  font-size: 0.75rem;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.footer-links-list {
  list-style: none;
  padding: 0;
}
.footer-links-list li {
  margin-bottom: 8px;
}
.footer-links-list a {
  color: #666;
  text-decoration: none;
  transition: color 0.2s;
}
.footer-links-list a:hover {
  color: var(--sic-red);
}
.social-icons-footer {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin: 40px 0;
}
.social-circle {
  width: 35px;
  height: 35px;
  background: #666;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: background 0.2s;
}
.social-circle:hover {
  background: var(--sic-red);
  color: white;
}
.footer-bottom-info {
  border-top: 1px solid #ddd;
  padding-top: 20px;
  font-size: 0.75rem;
  text-align: center;
}
.footer-bottom-info a {
  color: #666;
  text-decoration: none;
  margin: 0 10px;
}
/* PRE-FOOTER */
.pre-footer {
  border-top: 1px solid #eee;
  padding: 40px 0;
  background-color: white;
}
.utility-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-bottom: 30px;
  list-style: none;
  padding: 0;
}
.utility-links li {
  font-size: 0.75rem;
  color: #333;
}
.utility-links a {
  color: #333;
  text-decoration: none;
  font-weight: 500;
}
.utility-links li:not(:last-child)::after {
  content: "•";
  margin-left: 10px;
  color: #ccc;
}
.brand-logos-grayscale {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px;
  opacity: 0.5;
  filter: grayscale(100%);
  transition: 0.3s;
  padding: 20px 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.brand-logos-grayscale:hover {
  opacity: 0.8;
}
.brand-logo-item {
  height: 20px;
  max-width: 100px;
  object-fit: contain;
}
.follow-us-section {
  text-align: center;
  padding: 40px 0;
}
.follow-label {
  font-size: 0.7rem;
  color: #999;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
  margin-bottom: 20px;
  display: block;
}
.social-icons-red {
  display: flex;
  justify-content: center;
  gap: 25px;
  font-size: 1.2rem;
}
.social-icons-red a {
  color: #333;
  transition: color 0.2s;
}
.social-icons-red a:hover {
  color: var(--sic-red);
}
/* APP PROMO */
.app-promo-section {
  background-color: #f5f5f5;
  text-align: center;
}
.app-promo-title {
  font-size: 2.5rem;
  font-weight: 900;
  color: #333;
  /*margin-bottom: 15px;*/
}
.app-promo-subtitle {
  font-size: 1.1rem;
  color: #666;
  max-width: 900px;
  margin: 0 auto 50px auto;
  line-height: 1.5;
}
.app-screenshots-container {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 15px;
  margin-bottom: 40px;
  overflow-x: auto;
  padding: 20px;
  scrollbar-width: none;
}
.app-screen {
  width: 200px;
  border-radius: 10px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s;
}
.app-screen:hover {
  transform: translateY(-10px);
}
.store-buttons {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-top: 30px;
}
.store-btn img {
  height: 45px;
  border: 1px solid #ccc;
  border-radius: 6px;
}
/* FLOATING NAV */
.floating-nav {
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  background: white;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  display: flex;
  padding: 8px 20px;
  z-index: 9999;
  gap: 25px;
  border: 1px solid #eee;
  width: auto;
  min-width: 450px;
}
.float-nav-item {
  text-align: center;
  color: #666;
  text-decoration: none;
  font-size: 0.65rem;
  font-weight: bold;
}
.float-nav-item i {
  display: block;
  font-size: 1.2rem;
  margin-bottom: 2px;
}
.float-nav-item.active {
  color: #000;
  position: relative;
}
.float-nav-item.active::before {
  content: "";
  position: absolute;
  top: -8px;
  left: 0;
  right: 0;
  height: 3px;
  background: var(--sic-red);
}
/* NOTIFICATION BELL */
.bell-float {
  position: fixed;
  bottom: 30px;
  right: 30px;
  background: var(--sic-red);
  color: white;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 15px rgba(227, 6, 19, 0.4);
  z-index: 10000;
  text-decoration: none;
}
/* GUIA TV */
.guia-tv-section {
  background-color: #fff;
  padding: 30px 0;
  border-top: 1px solid #eee;
  /*border-bottom: 1px solid #eee;*/
  /*margin: 20px 0;*/
}
.guia-tv-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.guia-tv-container {
  display: flex;
  gap: 15px;
  overflow-x: auto;
  padding-bottom: 10px;
  scrollbar-width: thin;
}
.guia-tv-card {
  min-width: 280px;
  background: #f9f9f9;
  border-radius: 8px;
  padding: 15px;
  border-left: 4px solid #ccc;
  transition: border-color 0.3s;
}
.guia-tv-card:hover {
  border-left-color: var(--sic-red);
}
.guia-tv-card.active {
  border-left-color: var(--sic-red);
  background: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}
.channel-label {
  font-size: 0.7rem;
  font-weight: 800;
  text-transform: uppercase;
  color: #888;
  margin-bottom: 10px;
  display: block;
}
.program-now {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 12px;
}
.program-time {
  font-size: 0.75rem;
  font-weight: bold;
  color: var(--sic-red);
  white-space: nowrap;
}
.program-title {
  font-size: 0.9rem;
  font-weight: 700;
  margin: 0;
  line-height: 1.2;
}
.program-next {
  font-size: 0.8rem;
  color: #666;
  padding-top: 10px;
  border-top: 1px solid #eee;
}
.program-next span {
  font-weight: bold;
  margin-right: 5px;
}
/* CABEÇALHOS DE CATEGORIA */
.cat-header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
  text-decoration: none;
  color: #333;
}
.cat-header h3 {
  font-weight: 900;
  font-size: 1.5rem;
  margin: 0;
}
.cat-header::before {
  content: "";
  width: 12px;
  height: 25px;
  background-color: var(--sic-red);
  border-radius: 0 10px 10px 0;
  display: inline-block;
}
.cat-header i {
  color: #ccc;
  font-size: 1rem;
}
/* NEWS MINI CARDS */
.news-mini-card {
  display: flex;
  gap: 15px;
  margin-bottom: 25px;
  padding-bottom: 20px;
  border-bottom: 1px solid #f0f0f0;
}
.news-mini-card img {
  width: 100px;
  height: 65px;
  object-fit: cover;
  border-radius: 4px;
}
.news-mini-card h4 {
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 5px;
}
.news-mini-meta {
  font-size: 0.7rem;
  color: #999;
}
/* SIDEBAR NAV */
.sidebar-nav {
  position: fixed;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: white;
  width: 70px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px 0;
  box-shadow: 2px 0 15px rgba(0, 0, 0, 0.05);
  z-index: 1000;
}
.side-item {
  text-align: center;
  color: #666;
  text-decoration: none;
  font-size: 0.65rem;
  font-weight: bold;
  margin-bottom: 30px;
  width: 100%;
}
.side-item i {
  display: block;
  font-size: 1.3rem;
  margin-bottom: 5px;
}
.side-item.active {
  color: #000;
  border-left: 3px solid var(--sic-red);
}
/* CONTAINER */

section {
  margin-left: 0 !important;
  padding: 60px 0;
}
/* RESPONSIVE ADJUSTMENTS */
@media (max-width: 991px) {
  .floating-nav {
    display: none;
  }
  .bottom-nav {
    display: flex;
  }
  .bell-float {
    bottom: 80px;
  }
  .main-news-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .sidebar-nav {
    display: none !important;
  }
  body {
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  .featured-h1 {
    font-size: 1.5rem;
  }
  .author-img {
    width: 100px;
    height: 100px;
  }
  .curta-card {
    min-width: 150px;
    height: 240px;
  }
  .podcast-img {
    width: 60px;
    height: 60px;
  }
  .app-screen {
    width: 160px;
  }
  .guia-tv-card {
    min-width: 240px;
  }
  .app-promo-title {
    font-size: 2rem;
  }
  .app-promo-subtitle {
    font-size: 1rem;
  }
  .cat-header h3 {
    font-size: 1.3rem;
  }
  .news-mini-card img {
    width: 80px;
    height: 50px;
  }
  .news-mini-card h4 {
    font-size: 0.85rem;
  }
}
@media (max-width: 576px) {
  .featured-h1 {
    font-size: 1.3rem;
  }
  .ultimas-header {
    font-size: 1rem;
  }
  .label-red {
    font-size: 0.65rem;
  }
  .btn-direto {
    font-size: 0.65rem;
    padding: 3px 8px;
  }
  .category-pill {
    font-size: 0.75rem;
    padding: 3px 12px;
  }
  .author-img {
    width: 80px;
    height: 80px;
  }
  .curta-card {
    min-width: 120px;
    height: 200px;
  }
  .curta-text {
    font-size: 0.75rem;
  }
  .podcast-card {
    padding: 10px;
    gap: 10px;
  }
  .podcast-img {
    width: 50px;
    height: 50px;
  }
  .podcast-info h6 {
    font-size: 0.8rem;
  }
  .app-screen {
    width: 120px;
  }
  .guia-tv-card {
    min-width: 200px;
    padding: 10px;
  }
  .program-title {
    font-size: 0.8rem;
  }
  .cat-header h3 {
    font-size: 1.2rem;
  }
  .cat-header::before {
    width: 10px;
    height: 20px;
  }
  .news-mini-card {
    gap: 10px;
    margin-bottom: 15px;
  }
  .news-mini-card img {
    width: 70px;
    height: 45px;
  }
  .news-mini-card h4 {
    font-size: 0.8rem;
  }
  .social-icons-red {
    gap: 15px;
    font-size: 1rem;
  }
  .store-btn img {
    height: 35px;
  }
}
@media (min-width: 992px) {
  .bottom-nav {
    display: none;
  }
  .floating-nav {
    display: flex;
  }
  body {
    padding-left: 70px;
  }
}

/* --- ESTILOS EXCLUSIVOS CBN 2026 --- */

/* Scroll Lateral Invisível (Para Stories e Guia TV) */
.stories-wrapper::-webkit-scrollbar,
.guia-tv-container::-webkit-scrollbar {
  display: none;
}
.stories-wrapper,
.guia-tv-container {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

/* Efeito nos Stories */
.story-ring {
  transition: transform 0.3s ease;
  cursor: pointer;
}
.story-ring:hover {
  transform: scale(1.1);
}

/* Guia TV Ativa */
.guia-tv-card.active {
  background-color: #fff !important;
  border-top: 4px solid var(--sic-red) !important;
}

/* Podcasts e Hover Effects */
.podcast-card {
  transition: all 0.3s ease;
  border: 1px solid transparent;
}
.podcast-card:hover {
  border-color: #eee;
  transform: translateY(-3px);
}

/* Animação do Botão Play (Pulsação) */
@keyframes pulse-red {
  0% {
    box-shadow: 0 0 0 0 rgba(227, 6, 19, 0.4);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(227, 6, 19, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(227, 6, 19, 0);
  }
}
.audio-icon-pulse i {
  animation: pulse-red 2s infinite;
  border-radius: 50%;
}

/* Centraliza e padroniza a largura de todas as áreas de conteúdo */
/* Sincroniza a largura de todas as seções com o footer */
.container {
  max-width: 1260px !important;
  /**margin-left: auto !important;
  margin-right: auto !important;**/
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
}

/* Garante que o corpo do site respeite a sidebar em telas grandes sem desalinhamento */
@media (min-width: 992px) {
  body {
    padding-left: 70px; /* Largura da sidebar-nav definida no seu arquivo */
  }
}

/* Remove margens laterais automáticas das seções que podem causar desalinhamento */
section {
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding: 60px 0;
  width: 100%;
}

/* Garante que o body reserve o espaço da sidebar de forma correta em telas grandes */
@media (min-width: 992px) {
  body {
    padding-left: 70px; /* Largura da sua .sidebar-nav */
  }
}

.transition-transform:hover {
  transform: scale(1.05);
  transition: 0.3s ease;
}

/* Estilo para o container principal */
.cbn-header-container {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  display: flex;
  gap: 1rem;
  font-size: 10px;
  color: #888;
  text-transform: uppercase;
}

/* Estilo para o item que está ativo/destacado */
.cbn-link-active {
  color: #212529; /* Cor equivalente ao text-dark do Bootstrap */
  border-bottom: 2px solid #dc3545; /* Cor equivalente ao border-danger */
  font-weight: bold;
}

.logo-nav{
  margin-left: auto;
}

.btn-outline-danger {
    color: #d32f2f; /* Red text */
    border: 1px solid #dee2e6; /* Light grey border */
    background: transparent;
    font-size: 0.8rem;
}

.btn-outline-danger:hover {
    background-color: #d32f2f;
    color: #fff;
    border-color: #d32f2f;
}

