/* Banner Principal */

.sobre-banner {
    height: 850px;
    background-color: var(--cor-laranjaIntenso-100);
    background-image: none;
    color: var(--cor-branco-100);
}

.sobre-banner .banner-principal h1 {
    font-family: 'Albert Sans', sans-serif;
    font-weight: 400;
    font-size: 4.25rem;
    color: var(--cor-branco-100);
    line-height: 5rem;
    text-shadow: none;
}

.sectionSobre1 h3 {
    font-family: 'Chivo Mono';
    font-weight: 400;
    font-size: 0.875rem;
    color: var(--cor-preto-100);
}

.sectionSobre1 div {
    padding-right: 10rem;
}

.button3 {
    margin-top: 90px;
}

.sectionSobre1 div p {
    font-family: 'Albert Sans', sans-serif;
    font-weight: 400;
    font-size: 1.5rem;
    color: var(--cor-preto-100);
    line-height: 2.125rem;
}

#slideFotoSobre p {
    font-family: 'Chivo Mono';
    font-weight: 400;
    font-size: 0.875rem;
    color: var(--cor-preto-100);
    text-transform: uppercase;
}

#slideFotoSobre img {
    border-radius: 12px;
}

.linhaTempo {
    background-color: var(--cor-lilas-40);
    border-radius: var(--border-radius-25);
    position: relative;
    z-index: 1;
    margin-bottom: -62px;
}

.linhaTempo h2 {
    font-family: 'Albert Sans', sans-serif;
    font-weight: 500;
    font-size: 3.4375rem;
    color: var(--cor-preto-100);
    line-height: 4rem;
    text-shadow: none;
}

.linhaTempo p {
    font-family: 'Albert Sans', sans-serif;
    font-weight: 400;
    font-size: 0.875rem;
    color: var(--cor-preto-100);
    text-shadow: none;
}

.sectionSobre2 {
    background-color: var(--cor-amarelo-100);
}

.sectionSobre2 .sectionSobre2-titulo {
    font-family: 'Albert Sans', sans-serif;
    font-weight: 500;
    font-size: 3.638rem;
    color: var(--cor-preto-100);
    line-height: 5rem;
    text-shadow: none;
}

.sectionSobre2 p {
    font-family: 'Albert Sans', sans-serif;
    font-weight: 400;
    font-size: 1.6rem;
    color: var(--cor-preto-100);
    line-height: 2.125rem;
    text-shadow: none;
}

.sectionSobre3 {
    background-image: url('../img/bg-sobre1.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 452px;
    border-radius: var(--border-radius-15);
}

.sectionSobre3 h3 {
    font-family: 'Albert Sans', sans-serif;
    font-weight: 500;
    font-size: 3.3rem;
    color: var(--cor-preto-100);
    line-height: 4.5rem;
    text-shadow: none;
    margin-top: 109px;
    padding-right: 45px;
}

.sectionSobre3 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: 9px 20px;
    display: inline-block;
    max-width: 605px;
}

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

.table> :not(caption)>*>* {
    /* padding: .5rem .5rem; */
    /* color: var(--bs-table-color-state, var(--bs-table-color-type, var(--bs-table-color))); */
    background-color: transparent;
    /* border-bottom-width: var(--bs-border-width); */
    /* box-shadow: inset 0 0 0 9999px var(--bs-table-bg-state, var(--bs-table-bg-type, var(--bs-table-accent-bg))); */
}

.sectionSobre4 {
    background-color: var(--cor-bege-60);
}

.sectionSobre4 .sectionSobre4-titulo {
    font-family: 'Albert Sans', sans-serif;
    font-weight: 500;
    font-size: 4.25rem;
    color: var(--cor-laranjaIntenso-100);
    line-height: 5rem;
    text-shadow: none;
}

.sectionSobre4 thead {
    border-bottom: 1px solid var(--cor-preto-100);
}

.sectionSobre4 thead tr th {
    font-family: 'Chivo Mono', monospace;
    font-weight: 500;
    font-size: 0.875rem;
    color: var(--cor-preto-100);
    text-align: center;
    text-transform: uppercase;
}

.sectionSobre4 tbody tr th {
    font-family: 'Albert Sans', sans-serif;
    font-weight: 400;
    font-size: 1rem;
    color: var(--cor-preto-100);
    text-transform: uppercase;
}

.sectionSobre4 tbody tr th a button {
    color: var(--cor-preto-100);
    text-decoration: none;
    cursor: pointer;
}

.anoSelecionado {
    font-family: 'Albert Sans', sans-serif;
    font-weight: 700;
    font-size: 1rem;
    color: var(--cor-preto-100);
    text-transform: uppercase;
}

.sectionSobre4-tabelaPremios thead tr th {
    font-family: 'Chivo Mono', monospace;
    font-weight: 500;
    font-size: 0.875rem;
    color: var(--cor-preto-100);
    text-align: left;
    text-transform: uppercase;
    cursor: pointer;
}

.sectionSobre4-tabelaPremios tbody tr th, .sectionSobre4-tabelaPremios body tr th td {
    font-family: 'Albert Sans', sans-serif;
    font-weight: 400;
    font-size: 0.875rem;
    color: var(--cor-preto-100);
    text-align: left;
    cursor: pointer;
}

.sectionSobre4-tabelaPremios tbody tr>th:first-child {
    font-weight: 600;
}

.ultimasRadioweb-card {
    background-color: var(--cor-azul-40);
    border-radius: var(--border-radius-15);
}

.ultimasRadioweb-card p {
    font-family: 'Chivo Mono';
    font-weight: 500;
    font-size: 0.875rem;
    color: var(--cor-preto-100);
    text-shadow: none;
}

.ultimasRadioweb-card h1 {
    font-family: 'Albert Sans', sans-serif;
    font-weight: 600;
    font-size: 1.25rem;
    color: var(--cor-preto-100);
    text-shadow: none;
    height: 80px;
}

.ultimasRadioweb-card span {
    background-color: var(--cor-amarelo-100);
    border-radius: var(--border-radius-25);
    padding: 10px;
}

.margem-navbar-sobre {
    margin-top: 150px;
}

.banner-principal:has(.button3:hover) .button3 {
    background-color: var(--cor-laranja-40);
}

/* =================================================== */
/* ===============Versão Mobile======================= */
/* =================================================== */
@media (max-width: 576px) {
    .sobre-banner {
        height: auto;
    }

    .menu-login {
        background-color: var(--cor-amarelo-40);
    }

    .banner-principal {
        background: transparent;
        z-index: 0;
        margin-top: 0;

    }

    .sobre-banner .banner-principal h1 {
        font-weight: 600;
        font-size: 2.1875rem;
        line-height: 2.9rem;
    }

    .button3 {
        margin-top: 40px;
    }

    /* ==========Quem somos============= */
    .sectionSobre1 div p {
        font-size: 1.1rem;
        line-height: 1.525rem;
    }

    .sectionSobre1 h3 {
        font-weight: 600;
        font-size: 15px;
    }

    .sectionSobre1 div {
        padding-right: 0;
    }

    #slideFotoSobre p {
        font-family: 'Chivo Mono';
        font-weight: 500;
        text-transform: uppercase;
        font-size: 14px;
    }

    /* =========== Linha do Tempo ======== */
    #timeline {
        width: 100%;
        margin: 0;
        height: auto;
    }

    .linhaTempo {
        width: 90%;
    }

    .linhaTempo h2 {
        font-weight: 600;
        font-size: 1.75rem;
    }

    .linhaTempo p {
        font-size: .9375rem;
    }

    #dates {
        padding: 0 !important;
        margin: 0 !important;
        width: 342px;
    }

    .div-linha-tempo {
        margin-left: 0;
    }

    #dates li {
        font-size: 1.1rem !important;
    }

    #issues li {
        width: 290px !important;
        height: auto;
    }

    #issues li p {
        font-size: 1.5rem !important;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        line-height: 36px !important;
        flex-direction: column;
    }

    .sectionSobre2 .sectionSobre2-titulo {
        font-weight: 600;
        font-size: 1.9375rem;
        line-height: 1.2;
        margin-top: 127px;
    }

    .sectionSobre2 p {
        font-weight: 400;
        font-size: 1.25rem;
        line-height: 1.725rem;
    }


    .sectionSobre3 {
        background-image: url('../img/bg-sobre-grupo-mobile.webp');
    }

    .sectionSobre3 h3 {
        font-weight: 600;
        font-size: 28px;
        line-height: 2.1rem;
        margin-top: 0;
        padding-top: 90px;
    }

    .button2 {
        font-size: 0.9rem;
        font-weight: 500;
        color: var(--cor-preto-100);
        border-radius: 22px;
    }

    .banner-mobile-premios {
        background: var(--cor-amarelo-100);
        border-radius: var(--border-radius-15);
    }

    .banner-mobile-premios h3 {
        font-family: 'Chivo Mono';
        font-size: 15px;
        font-weight: 500;
        text-transform: uppercase;
    }

    .banner-mobile-premios p {
        font-weight: 600;
        font-size: 33px;
        line-height: 1.1;
        padding-bottom: 20px;
    }

    .ultimasRadioweb-card article>div:nth-child(1) {
        background-color: var(--cor-azul-40);
        border-radius: var(--border-radius-15);
    }

    .ultimasRadioweb-card h3 {
        font-family: 'Chivo Mono';
        font-weight: 500;
        font-size: 1rem;
        color: var(--cor-preto-100);
        text-shadow: none;
    }

    .ultimasRadioweb-card p {
        font-family: 'Albert Sans', sans-serif;
        font-weight: 600;
        font-size: 24px;
        color: var(--cor-preto-100);
        text-shadow: none;
        line-height: 1.2;
    }

    /* ===========Carroussel============== */
    #dates {
        display: flex !important;
        overflow-x: auto !important;
        overflow-y: hidden !important;
        width: 342px !important;
        height: auto !important;
        float: none !important;
        position: static !important;
        scroll-behavior: smooth;
        -webkit-overflow-scrolling: touch;
    }

    #dates li {
        flex: 0 0 57px !important;
        max-width: 78px !important;
        min-width: 69px !important;
        float: none !important;
        width: 0px !important;
        height: 93px !important;
        text-align: center !important;
        display: flex !important;
        align-items: center;
        justify-content: center;

    }

    #grad_left {
        width: 0 !important;
        height: 0 !important;
    }

    #grad_right {
        width: 0 !important;
        height: 0 !important;
    }

    #dates .selected {
        padding: 0px 10.1px;
        font-size: 0.9rem;
    }

    #next.disabled,
    #prev.disabled {
        opacity: 0 !important;
    }
}

@media (max-width: 388px) {
    .button2 {
        font-size: 0.8rem;
    }

    a:hover {
        font-size: 0.8rem;
    }

    #timeline {
        width: 286px;
    }

    #issues li {
        width: 248px !important;
    }
}