.noticias-destaque {
    background: #fff;
    padding: 2rem 1rem;
}

.container {
    max-width: 1200px;
    margin: auto;
}

/* Destaque principal */
.destaque-principal {
    display: flex;
    flex-direction: row;
    gap: 1rem;
    border-bottom: 2px solid #ccc;
    padding-bottom: 2rem;
}

p.categoria.cartola-principal {
    margin: 0;
    margin-bottom: 10px;
}

article.destaque-principal .subtitulo {
    margin: 2px 0px 5px 0px;
}

.imagem-principal {
    width: 50%;
}

.imagem-principal img {
    width: 100%;
    max-height: 300px;
    object-fit: cover;
    border-radius: 6px;
}

.destaque-principal .conteudo {
    display: flex;
    flex-direction: column;
}

.destaque-principal .categoria {
    background: linear-gradient(to right, #c62828, #e53935, #d32f2f);
    color: white;
    font-size: 0.75rem;
    font-weight: bold;
    padding: 0.3rem 0.6rem;
    margin-bottom: 0.5rem;
    display: table;
    border-radius: 3px;
    width: fit-content;
}

.veja-tambem>strong {
    margin-left: 20px;
    position: relative;
}

.veja-tambem>strong:before {
    position: absolute;
    content: "";
    background: #d42f2f;
    width: 7px;
    height: 20px;
    border-radius: 3px;
    left: -18px;
}


.veja-tambem ul {
    margin-top: 0.5rem;
    padding-left: 1.2rem;
    color: #000000;
    font-size: 0.95rem;
    list-style-type: none;
    position: relative;
}

.veja-tambem ul li {
    margin-bottom: 10px;
}

.veja-tambem ul li a {
    font-weight: 600;
}

.veja-tambem ul li::before {
    content: "+";
    /* Símbolo desejado */
    position: absolute;
    left: 0;
    font-weight: bold;
    color: #0c0c0c;
    /* Cor do símbolo */
    font-size: 1.2em;
    /* Tamanho do "+" */
}

.destaque-principal h2 {
    font-size: 1.5rem;
    margin: 0;
}

.destaque-principal .subtitulo {
    font-size: 1rem;
    color: #444;
}

.veja-tambem {
    margin-top: 1rem;
}



/* Grade de notícias */
.grade-noticias {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
    margin-top: 2rem;
}

article.noticia h3 {
    margin-top: 10px;
}

.noticia img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 4px;
    margin-bottom: 10px;
}

.noticia .categoria {
    background: linear-gradient(to right, #c62828, #e53935, #d32f2f);
    color: white;
    font-size: 0.7rem;
    font-weight: bold;
    padding: 0.2rem 0.5rem;
    display: table;
    border-radius: 3px;
}

.ver-todas {
    text-align: center;
    margin: 60px;
}

.ver-todas a {
    background: linear-gradient(to right, #c62828, #e53935, #d32f2f);
    padding: 12px 27px;
    border-radius: 24px;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
}

.ts-title-item {
    display: flex;
    width: 100%;
    background: linear-gradient(to right, #c62828, #e53935, #d32f2f);
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    border-radius: 5px;
    padding: 15px;
    box-sizing: border-box;
    margin-bottom: 30px;
}

.ts-title-item h2 {
    color: #fff;
    font-weight: bold;
    margin-left: 30px;
    margin: 5px 25px;
    position: relative;
}

.ts-title-item h2:after {
    content: "";
    position: absolute;
    width: 5px;
    height: 23px;
    background: #fff;
    border-radius: 3px;
    left: -12px;
    top: 2px;
}

.ts-title-item a {
    text-decoration: none;
    color: #fff;
    font-weight: bold;
}

.ts-title-item a span {
    font-weight: 100;
}

.row.ts-grid-item .col-lg-6 {
    width: 49%;
    margin-bottom: 20px;
}

.row.ts-grid-item {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

iframe.video-yt-capa {
    z-index: 999 !important;
    position: relative;
    width: 100%;
    height: 330px;
}

/* CSS */
.footer {
    background: linear-gradient(to right, #cc1f1f, #e53935);
    padding: 20px 20px;
    box-sizing: border-box;
    position: relative;
    padding-bottom: 10px;
    margin: 0px;
}

p.copy-footer {
    text-align: center;
    margin: 0;
    color: #ffffffa3;
    font-size: 12px;
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    padding-top: 10px;
}


.footer-content {
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 20px;

}


.footer-icons img {
    height: 24px;
    width: 24px;
    margin-left: 10px;
    filter: brightness(0) invert(1);
    /* Deixa os ícones brancos se forem escuros */
}

.footer-logo img {
    width: 140px;
}
.nav-icons a:hover {
    opacity: 0.9;
}
.footer-icons a {
    display: contents;
}
/* COOKIES */
.cookieConsentContainer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #2b2b2b;
    color: white;
    z-index: 9999;
    padding: 20px;
    display: none;
    font-family: sans-serif;
}

.cookieConsentContainer .cookieTitle {
    font-size: 18px;
    margin-bottom: 5px;
}

.cookieConsentContainer .cookieDesc {
    font-size: 14px;
    margin-bottom: 10px;
}

.cookieConsentContainer .cookieDesc a {
    color: #f1d600;
    text-decoration: underline;
}

.cookieConsentContainer .cookieButton button {
    background: #f1d600;
    color: #000;
    padding: 10px 16px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.cookieConsentContainer {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #2c2c2c;
    color: white;
    padding: 20px;
    z-index: 9999;
    font-family: sans-serif;
    display: none;
    opacity: 0;
    transition: opacity 0.3s;
}

.cookieConsentContainer a {
    color: #4fc3f7;
    text-decoration: underline;
}

.cookieButtons {
    margin-top: 10px;
}

.cookieButtons button {
    margin-right: 10px;
    padding: 10px 15px;
    border: none;
    cursor: pointer;
    background: #4caf50;
    color: white;
    border-radius: 3px;
    font-size: 14px;
}

.cookieButtons .cookieCancel {
    background: #f44336;
}

/* COOKIES */




@media screen and (max-width: 992px) {
    iframe.video-yt-capa {
        height: 200px;
    }
}

@media screen and (max-width: 571px) {
    .noticia img {
        height: 300px;
    }
    .row.ts-grid-item .col-lg-6 {
        width: 100%;
    }
    iframe.video-yt-capa {
        height: 300px;
    }
}

@media screen and (max-width: 520px) {
    .destaque-principal {
        flex-direction: column;
    }
    .imagem-principal {
        width: 100%;
    }
    .imagem-principal img {
        width: 100%;
        max-height: none;
    }
}