* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Open Sans", sans-serif;
}

h4 {
  width: 100%;
  background-color: #ffffff;
  border-left: 3px solid #ff0000;
  padding: 0px 12px;
  font-size: 1.2em;
  font-weight: bold;
  color: #333;
  margin-bottom: 15px;
}

body {
    background-color: #faffdb;
    color: #333;
}

/* HEADER */
header {
    background-color: #1e1e1e;
    color: #fff;
    padding: 15px 20px;
    position: relative;
}

.header-top {
    text-align: center;
    margin-bottom: 10px;
}

.header-top h1 {
    font-size: 40px;
    font-family: 'Times New Roman', Times, serif;
}

/* Barra separadora entre linha 1 e linha 2 */
.header-divider {
    width: 100%;
    height: 2px;
    background-color: #555; 
    margin: 10px 0; 
}

.header-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
}

/* BOTÃO SIDEBAR */
.sidebar-toggle {
    background: none;
    border: none;
    font-size: 24px;
    color: #fff;
    cursor: pointer;
}
/* SIDEBAR */
.sidebar {
    position: absolute;
    top: 133px; 
    left: -250px; 
    width: 250px;
    background-color: #2b2b2b;
    color: #fff;
    padding: 20px;
    transition: left 0.3s ease;
    z-index: 1000;
    box-shadow: 3px 0 15px rgba(0,0,0,0.5); 
}

.sidebar.active {
    left: 0;
}

.sidebar h2 {
    margin-bottom: 20px;
    font-size: 22px;
    font-weight: bold;
    border-bottom: 1px solid #444;
    padding-bottom: 10px;
}

.sidebar ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.sidebar ul li {
    margin-bottom: 12px;
    padding: 10px 0;
    border-bottom: 1px solid #444;
    transition: background-color 0.2s, color 0.2s;
}

.sidebar ul li:last-child {
    border-bottom: none;
}

.sidebar ul li a {
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    display: block;
    padding-left: 5px;
}

.sidebar ul li a:hover {
    color: #ff0000;
}

.sidebar ul li:hover {
    cursor: pointer;
}

/* BOTÃO SIDEBAR - hambúrguer */
.sidebar-toggle {
    background: none;
    border: none;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 30px;
    height: 24px;
    padding: 0;
}

.sidebar-toggle span {
    display: block;
    height: 4px;
    width: 100%;
    background-color: #fff;
    border-radius: 2px;
    transition: all 0.3s ease;
}

/* Linha do meio reduzida ao transformar em X */
.sidebar-toggle.active span:nth-child(2) {
    opacity: 0;
}

/* Rotação das linhas ao virar X */
.sidebar-toggle.active span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
}

.sidebar-toggle.active span:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
}

/* ABAS RÁPIDAS */
.abas-rapidas {
    display: flex;
    gap: 7px;
    flex-wrap: wrap;
    justify-content: 50%;
}

.abas-rapidas a {
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    padding: 5px 10px;
    transition: all 0.3s ease;
}

.abas-rapidas a:nth-child(2):hover { background-color: #3498db; } /* Inicio */
.abas-rapidas a:nth-child(3):hover { background-color: #e74c3c; } /* Política */
.abas-rapidas a:nth-child(4):hover { background-color: #27ae60; } /* Economia */
.abas-rapidas a:nth-child(5):hover { background-color: #3498db; } /* Esportes */
.abas-rapidas a:nth-child(6):hover { background-color: #9b59b6; } /* Cultura */
.abas-rapidas a:nth-child(7):hover { background-color: #f39c12; } /* Tecnologia */
.abas-rapidas a:nth-child(8):hover { background-color: #16a085; } /* COP 30 */

/* Ao Vivo: bolinha vermelha pulsante */
.abas-rapidas a:nth-child(1) {
    position: relative;
    color: #fff;
    font-weight: bold;
    padding-left: 25px;
    background-color: #2b2b2b;
}

.abas-rapidas a:nth-child(1)::before {
    content: "";
    position: absolute;
    left: 8px;
    top: 50%;
    transform: translateY(-50%);
    width: 12px;
    height: 12px;
    background-color: #e74c3c;
    border-radius: 50%;
    animation: pulsar 1s infinite;
}

@keyframes pulsar {
    0% { transform: translateY(-50%) scale(1); opacity: 1; }
    50% { transform: translateY(-50%) scale(1.4); opacity: 0.7; }
    100% { transform: translateY(-50%) scale(1); opacity: 1; }
}

.search-login-container {
  display: flex;
  align-items: center;
  gap: 10px;
}

.search-container {
  display: flex;
  align-items: center;
  position: relative;
}

.search-container {
  display: flex;
  align-items: center;
  position: relative;
}

.icon-btn {
  width: 35px;
  height: 35px;
  border: none;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  color: #000000;
  transition: background 0.3s ease, transform 0.2s ease;
}

.icon-btn:hover {
  background-color: #ffb941;
  transform: scale(1.05);
}

.search-input {
  position: absolute;
  right: 45px;
  width: 0;
  opacity: 0;
  padding: 6px 12px;
  border-radius: 10px;
  border: 1px solid rgba(255, 0, 0, 0.4);
  outline: none;
  background: rgba(30, 30, 30, 0.6);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  color: #fff;
  font-size: 14px;
  transition: width 0.4s ease, opacity 0.4s ease, background 0.3s ease;
  box-shadow: 0 0 8px rgba(255, 0, 0, 0.3);
}

.search-input.active {
  width: 200px;
  opacity: 1;
  background: rgba(40, 40, 40, 0.8);
  box-shadow: 0 0 12px rgba(255, 0, 0, 0.4);
}

.search-input::placeholder {
  color: rgba(255, 255, 255, 0.7);
}


/* Linha de separação */
.separator {
  width: 1px;
  height: 35px;
  background-color: #888;
  margin: 0 10px;
}


.user-btn:hover {
  background-color: #666;
}

/* MAIN */
main {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px;
}

.Conteudoladoalado {
    display: flex;
    gap: 20px;
}

.conteudo-principal {
    flex: 2;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: auto;
    gap: 20px;
}

.noticia-grande {
    grid-column: 1 / -1;
    background-color: #fffef8;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    overflow: hidden;
}

.noticia-grande img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    display: block;
}

.noticia-grande h3 {
    font-size: 1.2rem;
    margin: 10px 15px 5px;
    color: #333;
}

.noticia-grande p {
    font-size: 0.95rem;
    margin: 0 15px 15px;
    color: #444;
}

.noticias-pequenas-container {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.noticia-pequena {
    background-color: #fffef8;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    overflow: hidden;
}

.noticia-pequena img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    display: block;
}

.noticia-pequena h4 {
    font-size: 1rem;
    margin: 10px 15px 5px;
    color: #333;
}

.noticia-pequena p {
    font-size: 0.9rem;
    margin: 0 15px 15px;
    color: #555;
}

.noticia-grande2 {
    grid-column: 1 / -1;
    background-color: #ffffff;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    overflow: hidden;
}

.noticia-grande2 img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    display: block;
}

.noticia-grande2 h3 {
    font-size: 1.2rem;
    margin: 10px 15px 5px;
    color: #333;
}

.noticia-grande2 p {
    font-size: 0.95rem;
    margin: 0 15px 15px;
    color: #444;
}

.noticia-grande:hover,
.noticia-grande2:hover,
.noticia-pequena:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.419);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid #727272c4;
}

.conteudo-direita {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.conteudo-direita h2 {
    margin-bottom: 10px;
}

.conteudo-direita ul {
    list-style: none;
    padding-left: 0;
}

.conteudo-direita li {
    margin-bottom: 6px;
    line-height: 1.4;
}

.conteudo-direita {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.containermaislidas {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 0;
}

h3 {
  width: 100%;
  background-color: #ffffff;
  border-left: 4px solid #ff0000;
  padding: 8px 12px;
  font-size: 1.2em;
  font-weight: bold;
  color: #333;
  margin-bottom: 15px;
}


.carrossel-itemFirst {
  display: inline-block;
  vertical-align: top;
  width: 30%;
  margin: 1%;
  background-color: #ffffff;
  overflow: hidden;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
  transition: all 0.3s ease;
  cursor: pointer;
  text-align: left;
  height: 500px;
}

.carrossel-itemFirst img {
  width: 100%;
  height: 150px;
  object-fit: cover;
}

.carrossel-itemFirst h4 {
  font-size: 1em;
  color: #000;
  margin: 8px 10px 5px;
}

.carrossel-itemFirst p {
  font-size: 0.9em;
  color: #555;
  margin: 0 10px 10px;
  line-height: 1.4;
}

.carrossel-itemFirst:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.419);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid #727272c4;
}

.resultados-jogos {
    background-color: #fffef8;
    padding: 15px;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    margin-top: 20px;
}

.resultados-jogos h3 {
    margin-bottom: 10px;
    color: #f5a623;
    font-weight: bold;
}

.resultados-jogos ul {
    list-style: none;
    padding-left: 0;
}

.resultados-jogos li {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 5px 0;
    transition: color 0.3s ease;
    cursor: default;
}

.resultados-jogos li:hover {
    color: #f5a623;
}

.resultados-jogos img {
    width: 25px;
    height: 25px;
    object-fit: contain;
}

.ultimas-noticias {
    padding: 10px;
}

.ultimas-noticias h3 {
    margin-bottom: 8px;
    color: #000000;
}

.ultimas-noticias ul {
    list-style: none;
    padding-left: 0;
}

.ultimas-noticias li {
    margin-bottom: 6px;
    line-height: 1.4;
    padding: 5px;
    transition: color 0.3s ease;
    cursor: pointer;
    color: #000;
}

.ultimas-noticias li:hover {
    color: #ff0d00;
    transform: translateY(-1px);
}

.tempo-publicacao {
    color: #666666c7;
    font-size: 0.85em;
    margin-left: 5px;
}

.resultados-jogos {
    margin-top: 20px;
    background-color: #ffffff;
    padding: 15px;
}

.resultados-jogos h3 {
    margin-bottom: 10px;
    color: #000000;
    text-align: center;
}

.resultados-jogos ul {
    list-style: none;
    padding-left: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.resultados-jogos li {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 8px 10px;
    border-radius: 2px;
    transition: background-color 0.3s, border 0.3s;
    cursor: pointer;
    background-color: #f0f0f0;
}

.resultados-jogos li:hover {
    background-color: #f5f5f5;
    border: 1px solid #000;
}

.resultados-jogos li img {
    width: 30px;
    height: 30px;
    object-fit: contain;
    margin: 0 5px;
}

.resultados-jogos li span.resultado {
    font-weight: bold;
    margin: 0 10px;
}

.Informacoes {
    width: 100%;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.BlogsColunas {
  position: relative;
  background-color: #ffffff;
  padding: 15px 20px;
  margin-bottom: 20px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

.BlogsColunas h3 {
  margin-bottom: 15px;
  font-size: 1.3em;
  border-left: 4px solid #ff0000;
  padding-left: 10px;
  color: #333;
}

.carrossel-blogs {
  display: flex;
  overflow-x: auto;
  gap: 15px;
  scroll-behavior: smooth;
  padding-bottom: 10px;
}

.carrossel-blogs::-webkit-scrollbar {
    height: 8px;
    width: 8px;
}

.carrossel-blogs::-webkit-scrollbar-thumb {
    background-color: #ff0000;
}

.carrossel-blogs::-webkit-scrollbar-track {
    background-color: #ffffff;
}

.carrossel-item {
  flex: 0 0 180px;
  background-color: #ffffff;
  padding: 10px;
  text-align: center;
  border-left: 5px solid var(--cor, #333);
  border-right: 5px solid var(--cor, #333);
  cursor: pointer;
  transition: transform 0.3s, box-shadow 0.3s;
}

.carrossel-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 15px rgba(0,0,0,0.25);
}

.foto-tema {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 4px solid var(--cor, #333);
  object-fit: cover;
  margin-bottom: 10px;
}

.tema {
  font-weight: bold;
  margin-bottom: 5px;
  color: var(--cor, #333);
}

.opiniao {
  font-size: 0.85em;
  color: #555;
  line-height: 1.3;
}

.carrossel-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(0,0,0,0.5);
  color: #fff;
  border: none;
  font-size: 30px;
  padding: 5px 12px;
  cursor: pointer;
  border-radius: 50%;
  z-index: 10;
}

.carrossel-btn.left { left: 0; }
.carrossel-btn.right { right: 0; }

.carrossel-btn:hover {
  background-color: rgba(0,0,0,0.8);
}

.BlogsColunas li {
    margin-bottom: 8px;
    list-style: disc;
    padding-left: 20px;
}

.flex-informacoes {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: nowrap;
}

.bloco-informacaoclima,
.bloco-informacaocambio,
.bloco-informacaoinvestimentos {
  flex: 1;
  padding: 25px;
  background-color: white;
}

.bloco-informacaoclima:hover,
.bloco-informacaocambio:hover,
.bloco-informacaoinvestimentos:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
  background: linear-gradient(135deg, #ffffff, #f0f0f0);
}

.bloco-informacaoclima,
.bloco-informacaocambio,
.bloco-informacaoinvestimentos {
  border-right: 2px solid #d1d1d1;
}

.bloco-informacaoclima,
.bloco-informacaocambio,
.bloco-informacaoinvestimentos {
    border-left: 2px solid #d1d1d1;

}

.bloco-informacaoclima h3,
.bloco-informacaocambio h3,
.bloco-informacaoinvestimentos h3 {
  margin-bottom: 15px;
  font-size: 1.3rem;
  color: #f5a623;
  border-bottom: 2px solid #d1d1d1;
  padding-bottom: 8px;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 8px;
}

.bloco-informacaoclima p,
.bloco-informacaocambio p,
.bloco-informacaoinvestimentos p {
  font-size: 1rem;
  line-height: 1.6;
  color: #333;
}

.bloco-informacaoinvestimentos img {
  width: 100%;
  margin: 12px 0;
  object-fit: cover;
}

.bloco-informacao {
  background-color: #ffffff;
  padding: 20px;
  margin-bottom: 20px;
}

.bloco-informacao:hover {
 transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.419);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid #727272c4;
}

.bloco-informacao h3 {
  font-size: 1.2rem;
  margin-bottom: 10px;
  color: #b30000;
  border-bottom: 2px solid #000000;
  display: inline-block;
  padding-bottom: 4px;
}

.bloco-informacao p {
  font-size: 0.95rem;
  color: #333;
  line-height: 1.5;
}

.bloco-informacaopodcats-recentes,
.bloco-informacaovideos-recentes {
  background-color: #ffffff;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.bloco-informacaopodcats-recentes h3,
.bloco-informacaovideos-recentes h3 {
  font-size: 1.3rem;
  color: #b30000;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 20px;
  border-bottom: 2px solid #000;
  padding-bottom: 5px;
}

.bloco-informacaopodcats-recentes ul,
.bloco-informacaovideos-recentes ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
}

.bloco-informacaopodcats-recentes li,
.bloco-informacaovideos-recentes li {
  position: relative;
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
}

.bloco-informacaopodcats-recentes li:hover,
.bloco-informacaovideos-recentes li:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.3);
}

.bloco-informacaopodcats-recentes img,
.bloco-informacaovideos-recentes img {
  width: 100%;
  height: 150px;      
  object-fit: cover;    
  object-position: top;
  display: block;
  transition: filter 0.3s ease;
}

.bloco-informacaopodcats-recentes audio {
  width: 90%;            
  display: block;       
  margin: 10px auto 15px;   
  accent-color: #b30000;    
  border-radius: 20px;      
}

.video-wrapper {
  position: relative;
  width: 100%;
  display: block;
  cursor: pointer;
  overflow: hidden;
}

.video-wrapper img {
  width: 100%;
  height: 150px;
  object-fit: cover; 
  object-position: top; 
  display: block;
  border-radius: 6px;
  transition: filter 0.3s ease;
}

.video-wrapper:hover img {
  filter: brightness(0.8);
}

.video-wrapper::before {
  content: '▶';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 2.5rem;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: rgba(0,0,0,0.6);
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.3s ease, transform 0.3s ease;
  pointer-events: none;
  z-index: 2;
}

.video-wrapper:hover::before {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1.1);
}

.bloco-informacaopodcats-recentes p,
.bloco-informacaovideos-recentes p {
  font-size: 0.9rem;
  color: #222;
  padding: 10px;
  text-align: center;
  line-height: 1.5;
}

.bloco-informacaopodcats-recentes li:hover,
.bloco-informacaovideos-recentes li:hover {
  border-color: #b30000;
  box-shadow: 0 8px 25px rgba(179, 0, 0, 0.4);
}

footer {
  background-color: #000000;
  color: #fff;
  padding: 30px 40px;
  font-family: 'Arial', sans-serif;
  text-align: center;
}

footer > p {
  margin-bottom: 20px;
  font-size: 0.9rem;
  color: #ccc;
}

.footer-logo {
    text-align: center;
    margin: 15px 0;
}

.footer-logo img {
    max-width: 250px;
    width: 100%;     
    height: auto;  
}

.footer-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}

.footer-contatos {
  text-align: left;
}

.footer-contatos p {
  margin: 5px 0;
  font-size: 0.95rem;
}

.footer-contatos a {
  color: #f5a623;
  text-decoration: none;
  transition: color 0.3s ease, text-shadow 0.3s ease;
}

.footer-contatos a:hover {
  color: #ffcc00;
  text-shadow: 0 0 5px rgba(255, 204, 0, 0.8);
}

.footer-redes {
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: center;
}

.footer-redes a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  transition: all 0.3s ease;
  box-shadow: 0 2px 6px rgba(0,0,0,0.3);
  background-color: #1e1e1e;
}

.footer-redes a[aria-label="Instagram"] { 
  background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888); 
  background-size: 400% 400%;
  animation: gradientShift 10s ease infinite;
}
.footer-redes a[aria-label="Facebook"] { background-color: #1877f2; }
.footer-redes a[aria-label="LinkedIn"] { background-color: #0a66c2; }
.footer-redes a[aria-label="Spotify"] { background-color: #1db954; }
.footer-redes a[aria-label="X"] { background-color: #000000; }

.footer-redes a:hover {
  transform: scale(1.25);
  box-shadow: 0 8px 20px rgba(0,0,0,0.6), 0 0 15px rgba(255,255,255,0.3);
  filter: brightness(1.15);
}

.footer-redes svg {
  width: 22px;
  height: 22px;
  fill: #fff;
  transition: transform 0.3s ease;
}

@keyframes gradientShift {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}


