.noticiaCapa {
    background-color: var(--cor-amarelo-100);
    border: 1px solid var(--cor-preto-100);
    border-radius: var(--border-radius-15);
    height: 393px;
    max-height: 393px;
    position: relative;
}

.margem-navbar-interna {
    margin-top: 100px;
}

.noticiaCapa article h2 {
    font-family: 'Chivo Mono', monospace;
    font-weight: 500;
    font-size: 0.875rem;
    color: var(--cor-preto-100);
    text-transform: uppercase;
}

.noticiaCapa article h1 {
    font-family: 'Albert Sans', sans-serif;
    font-weight: 600;
    font-size: 2.25rem;
    color: var(--cor-preto-100);
    line-height: 2.5rem;
    padding-right: 178px;
}

.noticiaCapa .bi-share::before {
    font-weight: 700 !important;
    color: var(--cor-preto-100);
    font-size: 1.2rem;
}

.noticiaPlayer {
    background-color: var(--cor-laranjaIntenso-100);
    border: 1px solid var(--cor-preto-100);
    border-radius: var(--border-radius-15);
    height: 393px;
    max-height: 393px;
}

.noticiaPlayer .bi-volume-up::before, .noticiaPlayer .bi-volume-mute::before {
    font-weight: 500 !important;
    color: var(--cor-amarelo-40);
    font-size: 1.5rem;
    cursor: pointer;
}

.noticiaPlayer .noticiaPlayer-data {
    font-family: 'Chivo Mono', monospace;
    font-weight: 500;
    font-size: 0.875rem;
    color: var(--cor-preto-100);
    padding: 8px 25px;
    border-radius: var(--border-radius-25);
    background-color: var(--cor-laranja-60);
}

.noticiaPlayer-range {
    -webkit-appearance: none;
    appearance: none;
    /* Remove o estilo padrão no Chrome/Safari */
    width: 100%;
    height: 4px;
    background: var(--cor-branco-100);
    border-radius: 3px;
    outline: none;
    transition: background 0.3s;
}

.noticiaPlayer-range:hover {
    background: var(--cor-branco-100);
}

/* Webkit (Chrome, Safari, Edge) */
.noticiaPlayer-range::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: var(--cor-branco-100);
    /* azul do Bootstrap */
    cursor: pointer;
    border: none;
    margin-top: 0px;
    /* alinhamento com a trilha */
    transition: background 0.3s;
}

.noticiaPlayer-range::-webkit-slider-thumb:hover {
    background: var(--cor-branco-100);
}

/* Firefox */
.noticiaPlayer-range::-moz-range-thumb {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: var(--cor-branco-100);
    cursor: pointer;
    border: none;
    transition: background 0.3s;
}

.noticiaPlayer-range::-moz-range-thumb:hover {
    background: var(--cor-branco-100);
}

.noticiaPlayer-range::-moz-range-track {
    background: var(--cor-branco-100);
    height: 4px;
    border-radius: 3px;
}

/* IE/Edge (antigo) */
.noticiaPlayer-range::-ms-thumb {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: var(--cor-branco-100);
    cursor: pointer;
    border: none;
}

.noticiaPlayer-range::-ms-track {
    background: transparent;
    border-color: transparent;
    color: transparent;
    height: 6px;
}

.noticiaPlayer-time span {
    font-family: 'Albert Sans', sans-serif;
    font-weight: 400;
    font-size: 0.875rem;
    color: var(--cor-laranja-40);
}

.noticiaPlayer-botoes .bi-play-fill::before, .noticiaPlayer-botoes .bi-pause-fill::before {
    font-weight: 300 !important;
    color: var(--cor-amarelo-40);
    font-size: 4rem;
    cursor: pointer;
}

.noticiaPlayer-botoes .bi-rewind-fill::before, .noticiaPlayer-botoes .bi-fast-forward-fill::before {
    font-weight: 300 !important;
    color: var(--cor-amarelo-40);
    font-size: 1.5rem;
}

.noticiaPlayer .noticiaPlayer-suporte {
    font-family: 'Albert Sans', sans-serif;
    font-weight: 400;
    font-size: 0.75rem;
    color: var(--cor-laranja-40);
    text-decoration: underline;
}

.noticiaPlayer a {
    text-decoration: none;
}

.noticiaPlayer .noticiaPlayer-baixar {
    font-family: 'Albert Sans', sans-serif;
    font-weight: 700;
    font-size: 1rem;
    color: var(--cor-preto-100);
    text-transform: uppercase;
    padding: 8px 25px;
    border-radius: var(--border-radius-25);
    background-color: var(--cor-cinza-20);
}

.sectionInterna2 {
    background-image: url(../img/img-interna1.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 603px;
    border-radius: var(--border-radius-15);
    margin-top: -51px;
}

.sectionInterna2 p {
    font-family: 'Chivo Mono', monospace;
    font-weight: 500;
    font-size: 0.875rem;
    color: var(--cor-branco-100);
    text-shadow: none;
    margin-top: 315px;
}

.sectionInterna2 h3 {
    font-family: 'Albert Sans', sans-serif;
    font-weight: 500;
    font-size: 3.4375rem;
    color: var(--cor-branco-100);
    line-height: 4.0625rem;
    text-shadow: none;
}

.sectionInterna2 a {
    font-family: 'Albert Sans', sans-serif;
    font-size: 1rem;
    font-weight: 500;
    text-transform: uppercase;
    text-decoration: none;
    color: var(--cor-preto-100);
    border: 1px solid var(--cor-laranjaIntenso-100);
    background-color: var(--cor-laranjaIntenso-100);
    border-radius: var(--border-radius-25);
    padding: 8px 28px;
    display: inline-block;
}

.sectionInterna2 a .bi::before {
    font-size: 1rem;
    font-weight: 500;
    color: var(--cor-preto-100);
}

.sectionInterna2 a:hover {
    background-color: var(--cor-branco-100);
    color: var(--cor-preto-100);
}

.resumoConteudo {
    background-color: var(--cor-preto-20);
    border-radius: var(--border-radius-15);
    border: 1px solid var(--cor-preto-100);
    color: var(--cor-preto-100);
    font-family: 'Albert Sans', sans-serif;
    font-size: 1rem;
}

/* =================================================== */
/* ============ VERSÃO MOBILE ================= */
/* =================================================== */

@media (max-width: 576px) {
    .noticiaPlayer {
        height: auto;
        max-height: none;
    }

    .noticiaCapa {
        height: auto;
        max-height: none;
        padding: 20px;
    }

    .noticiaCapa article h1 {
        font-size: 1.55rem;
        line-height: 1.8rem;
        padding-right: 0 !important;
    }

    .noticiaCapa article h2 {
        font-weight: 500;
        font-size: 1.075rem;

    }

    .noticiaPlayer .noticiaPlayer-baixar {
        font-size: .875rem;
        padding: 5px 13px;
    }

    .noticiaPlayer .noticiaPlayer-data {
        font-size: .75rem;
        padding: 6px 12px;
    }

    .sectionInterna2 h3 {
        font-weight: 600;
        font-size: 28px;
        line-height: 2.0625rem;

    }

    .sectionInterna2 p {
        font-size: 0.975rem;

    }
}