/* General Styles */


@import url('https://fonts.googleapis.com/css2?family=Google+Sans+Flex:opsz,wght@6..144,1..1000&family=TikTok+Sans:opsz,wght@12..36,300..900&display=swap');

:root {
    --bgPrimary: #fff;
    --primary-color: #007bff;
    --secondary-color: #f8f9fa;
    --tertiary-color: #f8f9fa;
    --bs-border-radius: 10px;
    --bs-border-width: 0;
    --bs-dark-rgb: 0, 0, 0;
}

[data-theme=dark],
[data-bs-theme=dark] {
    --solid-white: #191c20;
    --corMenu: rgba(255, 255, 255, .8) !important;
    --corMenubg: rgb(21 23 26) !important;
    --dark-accent: #000;
    --dark-accent-90: #0009;
    --dark-accent-0: #0000;
    --solid-sticky: #0f1012 !important;
    --bs-heading-color: #ffffff !important;
    --border-color: #272727;
    --bg-ultimas-noticias: #15171a;
    --bs-navbar-active-color: #fff !important;
    --body-bg: #1a1d21 !important;
    --bs-gradient: linear-gradient(180deg, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0));

}

[data-theme=light],
[data-bs-theme=light] {
    --solid-white: #ffffff;
    --corMenu: rgba(255, 255, 255, 0.8) !important;
    --corMenubg: #e7e7e7 !important;
    --dark-accent: #fff;
    --dark-accent-90: #fff9;
    --dark-accent-0: #fff0;
    --bs-heading-color: #000000 !important;
    --border-color: #000000;
    --solid-sticky: #000000 !important;
    --bg-ultimas-noticias: #e7e7e7;
    --bs-navbar-active-color: #fff !important;
    --body-bg: #e7e7e7 !important;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
}



.page-link {

    color: #ff7600!important;

}
.active>.page-link,
.page-link.active {
    z-index: 3;
    color: var(--bs-pagination-active-color)!important;
    background-color: #ff7600!important;
    border-color: #f87300!important;
}
.dropdown-item {

    font-size: 13px;
}

.textCustom {
    color: var(--bs-heading-color) !important;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
    color: #fff !important;
}

.bg-white {
    --bs-bg-opacity: 1;
    background-color: var(--solid-white) !important;
    border-radius: 20px;
}

#ultimas_noticias {
    background-color: var(--bg-ultimas-noticias) !important;
}

.box-noticia {
    background-color: var(--solid-white) !important;
    height: 340px;
    overflow: hidden;
    border: none;
    border: none !important;
    border-radius: 15px;
}

.boxPolicial {
    padding: 30px;
    background-color: var(--solid-white) !important;
    border-radius: 20px;
}

.boxPolicialTitulos {
    background-color: var(--solid-white) !important;
    color: var(--bs-heading-color) !important;
    padding: 10px 20px;
    border-radius: 20px;
    width: auto;
    display: inline;
    font-size: 23px;
    letter-spacing: 0px;
    position: absolute;
    margin-top: -20px;
    margin-left: 10px;
}

.fundoFooter {
    background-color: var(--bg-ultimas-noticias) !important;
}

.bg-light {
    --bs-bg-opacity: 1;
    background-color: var(--corMenubg) !important;
}

[data-theme=dark] .bgOverlay {
    background: linear-gradient(0deg, rgb(26 29 33) 13%, rgba(255, 255, 255, 0) 126%);
}
[data-theme=light] .bgOverlay {
    background: linear-gradient(0deg, rgb(231 231 231) 13%, rgba(255, 255, 255, 0) 59%);
}

.search-item-title {
    font-weight: 500;
    color: #333;
    margin-bottom: 2px;
    font-size: 12px !important;
    line-height: 1.4;
}


body {
    font-family: "Google Sans Flex", sans-serif;
    background-color: var(--body-bg);
}

.border {
    border: solid 1px var(--border-color) !important;
}

.w90 {
    width: 90%;
}

.search-input {
    border-radius: 25px;
    padding-right: 45px;
    /* border: 2px solid #e9ecef; */
    transition: border-color 0.3s ease;
}

/* Sticky Header */
.sticker {
    z-index: 1000;
    background-color: var(--solid-sticky) !important;

    height: 35px;
}



/* Navigation */
.navbar {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    font-family: "TikTok Sans", sans-serif;
    text-transform: uppercase;
    font-size: 16px;
    background-color: #14141487 !important;
    backdrop-filter: blur(1px);
}

.navbar-nav {
    margin-left: 140px;
}



.h2,
h2 {
    font-size: 38px !important;
    font-weight: 600 !important;
    letter-spacing: 0px !important;
}

.sub {
    font-size: 22px !important;

}

.badge {
    --bs-badge-padding-x: 0.65em;
    --bs-badge-padding-y: 0.35em;
    --bs-badge-font-size: 0.75em;
    --bs-badge-font-weight: 700;
    --bs-badge-color: #fff;
    --bs-badge-border-radius: var(--bs-border-radius);
    display: inline-block;
    padding: 5px 15px;
    font-size: var(--bs-badge-font-size);
    font-weight: var(--bs-badge-font-weight);
    line-height: 1;
    color: var(--bs-badge-color);
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0 10px 10px 10px;
}

.h5,
h5 {
    font-size: 1.1rem !important;
    font-weight: 600 !important;
    letter-spacing: 0;
    color: var(--bs-card-title-color);
}

.title_main_notice {
    padding: 15px 30px;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1em;
    color: var(--bs-heading-color) !important;
}

.nav-link {
    display: block;
    padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
    font-size: 12px;
    font-weight: 700;
    color: var(--corMenu);
    text-decoration: none;
    background: 0 0;
    border: 0;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}

/* Featured News */
.main-news {
    position: relative;
    overflow: hidden;
    border-radius: 5px;
}

.news-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.9) 28%, rgba(255, 255, 255, 0) 80%);
    padding: 20px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
}

.secondary-news {
    position: relative;
    border-radius: 0;
    overflow: hidden;
    height: 277px;
    display: flex;
    align-items: stretch;
    flex-direction: column;
    justify-content: center;
}

.secondary-news img {
    transition: transform 0.3s ease;
}

.secondary-news:hover img {
    transform: scale(1.05);
}

/* Latest News Cards */
#destaques .card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: none;
    border-radius: 8px;
    overflow: hidden;
    background-color: transparent;
}


#destaques .card:hover {
    transform: translateY(-5px);

}

#destaques .card-img-top {
    height: 200px;
    object-fit: cover;
}

/* Radio Programs */
.program-card img {
    width: 120px;
    height: 120px;
    object-fit: cover;
    border: 3px solid #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.program-card h5 {
    margin-top: 10px;
    font-size: 1rem;
}

/* Talk Box Section */
.talk-box {
    background: linear-gradient(360deg, #000000, #000000);
}

.section-title {
    font-size: 21px;
    font-weight: 700;
    letter-spacing: 0;
    font-family: "TikTok Sans", sans-serif;
    position: relative;
    display: inline-block;
}

.section-title::after {
    position: absolute;
    top: 7%;
    right: 0;
    bottom: 0;
    left: 0;
    content: '';
    transform: skewX(-15deg);
    border-right: 3px solid #eb0202;
    margin-right: -13px;
}

.radio-apps img {
    height: 40px;
    filter: brightness(0) invert(1);
    opacity: 0.8;
    transition: opacity 0.3s ease;
}

.radio-apps img:hover {
    opacity: 1;
}

/* Footer */
.footerlogo1 {
    height: 100px;
}

.footerlogo2 {
    margin-top: -34px;
    height: 90px;
}

.social-icons a {
    font-size: 1.5rem;
    transition: color 0.3s ease;
}

.social-icons2 a {
    font-size: 1.5rem;
    transition: color 0.3s ease;
    color: #ffffff !important;
    margin-top: -7px;
}

.logosNoFooter {

    display: flex !important;
    align-items: center;
    justify-content: flex-start;
    gap: 40px;

}

.social-icons a:hover {
    color: #ff6600 !important;
}

.z-10 {
    z-index: 1011;
}

.logoPrincipal {
    position: absolute;
    top: -40px;
    margin-left: -70px;
}

.p-3custom {
    padding: 3rem;
}

.card {
    background-color: var(--solid-white) !important;
}

.card-img-top {
    height: 200px;
    object-fit: cover;
    border-radius: 5px;
}

.img_main_notice {

    object-fit: cover;
    height: 510px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 15px;
}

.card-text:last-child {
    margin-bottom: 0;
    font-size: 13px;
}


.imgprincipal {
    height: 570px;
    background-position: center;
    background-size: cover;
}

.imgprincipal2 {
    height: 570px;
    background-position: center;
    background-size: cover;
}

.sobrePor {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1000;
}

.noar {
    position: absolute;
    top: 110px;
    right: 0;
    z-index: 10000;
}

.boxRadio {
    height: 70vh;
    display: flex;
    align-items: flex-end;
}

.tituloRadio {
    font-size: 5rem !important;
    color: #fff;
    text-transform: uppercase;
}

.fonte16px {
    font-size: 16px !important;
}

.btn-primary {
    padding: 10px 70px;
    background-color: #000000;
    color: #ffffff;
    border: solid 1px #282828;
    border-radius: 9px;
    margin-top: 20px;
}

.btn-primary:hover {
    background-color: #282828;
    border: solid 1px #282828;
}

.play-circle {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: rgb(255 0 0/50%);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-bottom: 2rem;
}

.play-circle::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: rgba(255, 0, 0, 0.74);
    animation: pulse 1.5s ease-out infinite;
}

.play-circle i {
    color: #fff;
    font-size: 2rem;
}

.margim100 {
    margin-top: 100px;
}

.margim80y {
    margin: 50px 0 80px 0;
}

.radio-programs {
    background-color: #000000;
}

.icon {
    display: flex;
    background-color: #ffffff00;
    border-radius: 1000px;
    align-content: center;
    align-items: center;
    justify-content: center;
    height: 70px;
    width: 70px;
    font-size: 25px;


}

.textoEditoriais {
    font-size: 12px;
    margin-top: 10px;
    color: var(--bs-heading-color) !important;
}

.datahora {
    font-size: 12px;
    color: var(--bs-heading-color) !important;
    margin-top: 10px;
    font-weight: 800;
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 10px;
}

.box-noticia {
    background-color: #ffffff;
    height: 340px;
    overflow: hidden;
    border: solid 1px #cccccc75;
    border-radius: 15px;
}

.tituloNoticia {
    font-size: 30px;
    margin-bottom: 40px;
}

.tituloNoticia h3 {
    content: '';
    font-size: 18px;
    color: #6d6d6d;
}

.tituloNoticia h1 {
    font-size: 40px;
    font-weight: 600;
}

[data-theme=dark] h3 .section-title,
[data-bs-theme=dark] h3 .section-title {
    color: #eb0202;
}

.textoConteudo {
    font-family: "TikTok Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: var(--bs-heading-color) !important;
    line-height: 1.5;


}

.noticiasAlinhamento {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

a {
    color: rgb(61 61 61);
    text-decoration: none;
}

.lista {
    list-style: none;
    padding: 0;
    /* background-color: #fff; */
    padding: 10px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    /* border-radius: 10px; */

}

.datahora {
    font-size: 10px;
    color: #c0c0c0;
    margin-top: 5px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.ajustesBadgeData {
    display: flex;
    gap: 20px;
    align-items: center;
    /* align-content: flex-end; */
    margin-top: 40px;
}


.floating-navigation {
    margin: 40px 0;
}


.floating-nav-item {
    padding: 21px;
    background: var(--solid-white) !important;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    text-decoration: none;
    color: var(--bs-heading-color) !important;
    transition: all 0.3s ease;
    width: 47%;
    height: 100px;
}

.floating-nav-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    color: var(--bs-heading-color) !important;
}

.floating-nav-content {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.nav-label {
    color: var(--bs-heading-color) !important;
    font-size: 14px;
    font-weight: 600;
}

.floating-nav-content h4 {
    margin: 0;
    font-size: 16px;
    font-weight: 500;
}

.prev {
    text-align: left;
}

.next {
    text-align: right;
}

.imgprincipal {
    height: 450px;
    background-position: center;
    background-size: cover;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.imgprincipal::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: inherit;
    background-position: center;
    background-size: cover;
    filter: blur(10px);
    z-index: 0;
}

.imgprincipal img {
    position: relative;
    z-index: 1;
    height: 450px;
    object-fit: contain;
}

.social-box {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.social-link {
    display: flex;
    align-items: center;
    padding: 12px 15px;
    border-radius: 8px;
    color: white;
    text-decoration: none;
    transition: opacity 0.3s;
}

.social-link:hover {
    opacity: 0.9;
    color: white;
}

.social-link i {
    font-size: 20px;
    margin-right: 10px;
}

.social-link span {
    font-size: 14px;
    font-weight: 500;
}

@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 1;
    }

    100% {
        transform: scale(2.5);
        opacity: 0;
    }
}

.boxVideoTube {
    height: 392px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 15px;
}

.descr {
    padding: 20px;
    font-size: 14px;
    color: #ffffffb6;
}

footer ul li {
    margin-top: 15px;
    font-size: 14px;
}

.textBannerPrincipal {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-heading-color)) !important;
    text-decoration: none;
}

.linkFooter {
    color: #ffffffb6 !important;
}

.textoSimplesFooter {
    font-size: 14px;
    margin-top: 30px;
    margin-right: 130px;
}

.videosPagina {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1);
    pointer-events: none;
}

/* Responsive Adjustments */

.bannerEspecial {

    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;

}

.bgFundoBaixo {
    background-position: bottom center;
    background-repeat: no-repeat;
    padding-bottom: 100px !important;
}

.fundoFooter {
    background-image: url(../img/footer.png);
    background-position: top center;
    background-repeat: no-repeat;
    padding: 16px 0;

    padding-top: 300px;

}



@media (max-width: 768px) {
    #destaques .card {
        display: flex;
        align-items: flex-start;
        flex-direction: row;
    }

    .bannerEspecial {
        background-position: bottom center;

        height: auto;
    }

    #destaques .card-img-top {
        height: 72px;
        object-fit: cover;
        max-width: 120px;
    }

    .card-img-top {
        height: 200px;
        object-fit: cover;
        border-radius: 10px;
    }

    .sobrePor {
        position: absolute;
        top: 4px;
        left: 10px;
        z-index: 1000;
    }

    .badge {

        font-size: 8px !important;

    }

    .datahora {
        font-size: 9px;
        color: #c0c0c0;
        margin-top: 5px;
        display: flex;
        font-weight: 600;
        ;
        align-items: center;
        gap: 5px;
    }

    .img_main_notice {
        object-fit: cover;
        height: 200px;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        border-radius: 15px;
        background-color: azure;
    }

    .elementCardDestaque {
        /* background-color: #00000017; */
        padding: 40px;
        margin-bottom: 20px;
        /* border-radius: 30px; */
        background-image: url(https://grupokbum.com.br/img/fundoDestaque.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: 432px;
        height: 460px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
    }

    .title_main_notice {
        padding: 15px 30px;
        background-color: #ffffffb0;
        border-radius: 20px;
        margin-top: 10px;
        backdrop-filter: blur(3px);
    }

    .box-noticia .card-img-top {
        height: 80px;
        max-width: 118px;
        border-radius: 10px !important;
    }

    .imgprincipal2 {
        height: 400px;
        background-position: center;
        background-size: cover;
    }

    .box-noticia {
        background-color: #ffffff;
        height: auto;
        overflow: hidden;
        border: solid 1px #cccccc75;
        border-radius: 15px;
        display: flex;
        flex-direction: row;
        align-items: center;
        padding: 10px;
    }

    .h5,
    h5 {
        font-size: .8rem !important;
        font-weight: 600 !important;
        letter-spacing: 0 !important;
    }

    .card-body {
        flex: 1 1 auto;
        padding: 0 15px;
        color: var(--bs-card-color);
    }

    .videosPagina {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%) scale(1);
        pointer-events: none;

        height: 850px !important;
        width: 330%;
        top: 410px;
    }


    .textoSimplesFooter {
        font-size: 14px;
        margin-top: 30px;
        margin-right: 26px;
    }

    .tituloRadio {
        font-size: 3rem !important;
        color: #fff;
        text-transform: uppercase;
    }

    .navbar-collapse {
        flex-basis: 100%;
        flex-grow: 1;
        align-items: center;
        margin-top: 70px;
    }

    .navbar-nav {
        margin-left: 10px !important;
    }

    .h2,
    h2 {
        font-size: 1.4rem !important;
        font-weight: 600 !important;
        letter-spacing: 0px !important;
    }

    .escondeMobile {
        display: none !important;
    }

    .imgprincipal {
        height: 450px;
        background-position: center top;
        background-size: cover;
    }


    .main-news {
        position: relative;
        overflow: hidden;
        border-radius: 15px;
        height: 330px;
    }

    .p-3custom {
        padding: 2rem;
    }

    .secondary-news {
        margin-top: 1rem;
    }

    .program-card img {
        width: 100px;
        height: 100px;
    }

    .card-img-top {
        height: 150px;
    }

    .logoPrincipal {
        position: absolute;
        top: -29px;
        margin-left: -16px;
        width: 120px;
    }

    .tituloNoticia h1 {
        font-size: 24px;
        font-weight: 600;
    }

    .floating-nav-content h4 {
        margin: 0;
        font-size: 12px;
        font-weight: 500;
    }

    .p-5 {
        padding: 2rem !important;
    }

    .logosNoFooter {
        display: flex !important;
        align-items: center;
        justify-content: flex-start;
        gap: 10px;
    }

    .news-overlay {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        background: linear-gradient(to top, rgb(0 0 0), #0000008c);
        padding: 20px;
    }

    .secondary-news {
        position: relative;
        border-radius: var(--bs-border-radius);
        overflow: hidden;
        height: 240px;
        display: flex;
        align-items: stretch;
        flex-direction: column;
        justify-content: center;
        width: 50% !important;
    }

    .secondary-news h2 {
        font-size: .85rem !important;
    }

    .alinhamentoBannerBaixos {
        display: flex;
        flex-direction: row;
        gap: 15px;
    }
}

.boxImagensRapidas {
    min-width: 120px;
    height: 90px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 10px;
}

.tituloRapidos{
    font-size: 14px!important;
    font-weight: 600;
    color: var(--bs-heading-color);
    margin-top: 10px;
    margin-left: 10px;
}

.subTituloRapidos{
    font-size: 12px!important;
    font-weight: 400;
    color: var(--bs-heading-color);
}
/* Radio Player */
.section-title.politica::after {

    border-right: 3px solid #777777;
    margin-right: -13px;
}
.section-title.esportes::after {
    border-right: 3px solid #14d403;
}
#noticias-outras .owl-next {
    background-color: var(--bs-heading-color) !important;

}
#noticias-outras .owl-prev {
    background-color: var(--bs-heading-color) !important;
}
.secondary-news{
    border-radius: 5px!important;
}
