/* General Styles */


@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Special+Gothic+Condensed+One&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;
}

body {
    font-family: "Poppins", sans-serif;
    background-color: #fff;
}

.w90 {
    width: 90%;
}

/* Sticky Header */
.sticker {
    z-index: 1000;
    background-image: url(../img/topM.jpg);
    background-position: center;
    background-repeat: no-repeat;
    height: 35px;
}

/* Navigation */
.navbar {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    font-family: "Special Gothic Condensed One", sans-serif;
    text-transform: uppercase;
    font-size: 16px;


}

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

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

.h5,
h5 {
    font-size: 1.1rem !important;
    font-weight: 600 !important;
    letter-spacing: -1px !important;
}

.title_main_notice {
    padding: 15px 30px;
}

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

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

.secondary-news {
    position: relative;
    border-radius: var(--bs-border-radius);
    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: 2rem;
    font-weight: 500;
    letter-spacing: -1px;
    font-family: "Special Gothic Condensed One", sans-serif;
}

.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(--bgPrimary);
}

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

.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: #6d6d6d;
}

.datahora {
    font-size: 12px;
    color: #6d6d6d;
    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 {
    font-size: 18px;
    color: #6d6d6d;
}

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

.textoConteudo {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    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: 12px;
    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: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    text-decoration: none;
    color: #333;
    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: #333;
}

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

.nav-label {
    color: #6d6d6d;
    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;
}

.text-white {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !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-image: url(../img/fundoPrincipal.jpg);
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
}

.bgFundoBaixo {
    background-image: url(../img/bgFundoBaixo.png);
    background-position: bottom center;
    background-repeat: no-repeat;
    padding-bottom: 310px !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: 1rem !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: 406px;
    }

    .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: .7rem !important;
}
    .alinhamentoBannerBaixos {
        display: flex;
        flex-direction: row;
        gap: 15px;
    }
}




/* Radio Player */
