@font-face { font-family: 'Proxima Nova'; font-weight: 200; font-style: normal; src: url('../../fonts/proxima_nova_thin-webfont.woff2') format('woff2'), url('../../fonts/proxima_nova_thin-webfont.woff') format('woff'); }
@font-face { font-family: 'Proxima Nova'; font-weight: 300; font-style: normal; src: url('../../fonts/proxima_nova_light-webfont.woff2') format('woff2'), url('../../fonts/proxima_nova_light-webfont.woff') format('woff'); }
@font-face { font-family: 'Proxima Nova'; font-weight: 400; font-style: normal; src: url('../../fonts/proxima_nova_regular-webfont.woff2') format('woff2'), url('../../fonts/proxima_nova_regular-webfont.woff') format('woff'); }
@font-face { font-family: 'Proxima Nova'; font-weight: 500; font-style: normal; src: url('../../fonts/proxima_nova_semibold-webfont.woff2') format('woff2'), url('../../fonts/proxima_nova_semibold-webfont.woff') format('woff'); }
@font-face { font-family: 'Proxima Nova'; font-weight: 600; font-style: normal; src: url('../../fonts/proxima_nova_bold-webfont.woff2') format('woff2'), url('../../fonts/proxima_nova_bold-webfont.woff') format('woff'); }
@font-face { font-family: 'Proxima Nova'; font-weight: 700; font-style: normal; src: url('../../fonts/proxima_nova_extrabold-webfont.woff2') format('woff2'), url('../../fonts/proxima_nova_extrabold-webfont.woff') format('woff'); }
@font-face { font-family: 'Proxima Nova'; font-weight: 800; font-style: normal; src: url('../../fonts/proxima_nova_black-webfont.woff2') format('woff2'), url('../../fonts/proxima_nova_black-webfont.woff') format('woff'); }

@import url("https://fonts.googleapis.com/css?family=Poppins:100,200,300,400,500,600,700");
@import url(css/bootstrap.min.css);
@import url(css/font-awesome.min.css);
@import url(css/style.css);
@import url(css/bootstrap-datepicker.min.css);

#logo { width: 200px; position: relative; top: 0px; }
header {width: 100%; background-color: transparent; height: 80px; z-index: 100; background-color: #191919;} 
header .offcanvas-header, header .offcanvas-body, header .navbar-nav { width: 100%;}
header .navbar-brand, header .navbar-brand:hover { color: #FFF;}
header .navbar-brand em { font-size: 0.78rem; position: relative; top:5px; left: 5px;}
header .navbar-toggler { border:none}
header .nav-link, header .dropdown-item  { color: #ffffff;}
header .dropdown-toggle::before { display: inline-block; margin-left: 0.255em; vertical-align: 0.255em; content: ""; border-top: 0.3em solid; border-right: 0.3em solid transparent; border-bottom: 0; border-left: 0.3em solid transparent; margin-right: 10px; }
header .navbar-nav > .dropdown > .dropdown-toggle::before, header .dropdown-toggle::after { display: none;}
header .navbar-nav > .dropdown > .dropdown-menu { border:none}
header .navbar-nav > .dropdown > .dropdown-menu > li > .dropdown-item { padding-left: 1.15rem; padding-right: 1.5rem; min-width: 190px;}
header .navbar-nav .dropdown-menu .dropdown-menu { position: relative; border: none; padding-left: 1rem; padding-top: 0;}
header .navbar-nav .dropdown-menu .dropdown-menu .dropdown-item { padding-top: 0.1rem; padding-bottom: 0.1rem;}
header .dropdown-item:focus, header .dropdown-item:hover, header .dropdown-item.show { background: transparent !important; color: #ffffff;}
header .dropdown-item.active, header .dropdown-item:active { background: transparent !important;}
header .dropdown-toggle.show, header .navbar-nav .nav-link.show { font-weight: 500;}
header .dropdown.has-submenu .dropdown-item { margin-left: 22px;}
header .dropdown.has-submenu .dropdown-item.dropdown-toggle { margin-left: 0;}
header .ms-lg-3 { margin-right: 1rem;}

body {
    color: #FFFF;
    min-width: 100vw;
    overflow-x: hidden;
}

.banner img {
    height: auto;
    width: 100%;
}

#noticias {
    height: auto;
    padding-bottom: 50px;
    background-color: #191919;
    display: flex;
    justify-content: center;
}

.container {
    width: 90% !important;
}

.title {
    margin-bottom: 50px;
    font-size: 17px;
}

.noticias-content {
    display: flex;
}

.noticias-content-img {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover; 
    background-position: center;
    border-radius: 12px;
    height: 40vh;
    width: calc(80% / 3);
    margin-bottom: 20px;
    overflow: hidden;
    transition: 350ms;
}

.noticias-content-img:hover {
    width: calc((75% / 3)* 1.5);
    transition: 500ms;
}

.noticias-content-img img {
    width: 100%;
    height: auto;
    display: block;
}

.noticias-content-img::before {
    content: "";
    position: absolute;
    top: 0%;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0,0,0,0) 50%, rgba(0,0,0,1) 100%);
}

.noticias-content-util {
    width: 90%;
    display: flex;
    justify-content: space-between;
    position: absolute;
    bottom: 10px;
    left: 20px;
    color: white;
    font-size: 18px;
    z-index: 1;
}

.noticias-content-util a{
    color: white;
    text-decoration: none;
}

.noticia-big {
    width: calc((75% / 3)* 1.5);
}

.noticias-content img {
    height: 100%;
    width: 100%;
    border-radius: 12px;
}

#playlist {
    height: auto;
    padding-bottom: 50px;
    background-color: #E20613;
    display: flex;
    justify-content: center;
}


.music-content {
    display: flex;
    justify-content: space-between;
}

.music {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 90%;
    height: 95%;
    margin-right: 5px;
    cursor: pointer;
}


.music span {
    opacity: 50%;
    font-weight: bold;
}

.music img {
    border-radius: 12px;
    margin-bottom: 10px;
    width: 90%;
} 

.videoTitle {   display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis;}

#redes {
    height: auto;
    padding-bottom: 50px;
    background-color: #191919;
    display: flex;
}

#imagemSlider {
    height: 100%;
    border-radius: 20px;
}

#swiper-slide:hover {
    height: 120%;
}

#linhas { position: relative; margin-top: 60px; margin-bottom: 60px;}
#linhas .swiper-container { margin: auto;}
#linhas .swiper-button-next { display: block; top: 50%;    right: calc(-50px);}
#linhas .swiper-button-prev { display: block; top: 50%;    left: calc(-50px);}
#linhas .btn { position: absolute; bottom: 0; left: calc( 50% - 100px );}

#programacao {
    position: relative;
    height: auto;
    padding-bottom: 50px;
    display: flex;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#programacao::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #e20615da;
    z-index: 1;
    pointer-events: none;
}

#programacao > * {
    position: relative;
    z-index: 2;
}

#programacao .title {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #FFFF;
}

#programacao .title    h6 {
        height: 100%;
        width: fit-content;
        cursor: pointer;
    }

#programacao .title    h6:hover {
        border-bottom: 4px solid #FFFF
        ;
    }

.programacao-dias {
    display: flex;
}

.programacao-dias h6 {
    cursor: pointer;
}

.programacao-content {
    height: auto;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.programacao-card {
    height: auto;
    width: calc(95% / 5.1);
    background-color: #FFFF;
    border-radius: 12px;
    color: #E20613;
    text-decoration: none;
}

.programacao-card a {
    display: inline; 
    text-decoration: none;
    color: inherit;
}

.programacao-card-top {
    height: 70%;
    display: flex;
    justify-content: space-between;
    margin: 0 10px;
    border-bottom: 1px solid #E20613;
}

.programacao-card-top h5 {
    align-self: end;
    color: #191919;
}

.programacao-card-top img {
    width: calc(40% / 1);
    height: auto;
}

.programacao-card span {
    color: #E20613;
    margin: 0 10px;
}

.programacao-dia-active {
    border-bottom: 4px solid #FFFF
    ;
}

.programacao-none {
    display: none !important;
}

#footer {
    height: auto;
    padding-bottom: 10px;
    background-color: #191919;    
    display: flex;
}

#footer .container {
    margin-top: 50px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center
}

#footer .footer-img {
    width: fit-content;
    margin: 20px 0;
}

#footer .header-img img {
        margin: 0;
}

.footer-link {
    width: 100%;
    margin: 20px 0;
    border-bottom: 1px solid #FFFF;
    display: flex;
    justify-content: center;
}

.footer-link ul {
    width: fit-content;
    display: flex;
}

.footer-link li {
    width: fit-content;
    list-style: none;
    margin-right: 50px;
}

.footer-link a, span {
    text-decoration: none;
    color: #FFFF;
    font-size: 17px;
}

.footer-contatos {
    width: 100%;
    margin: 20px 0;
    display: flex;
    justify-content: center;
}

.footer-social {
    margin: 20px 0;
    display: flex;
    flex-direction: row;
    gap: 20px;
}

.assidePlay {
    z-index: 999;
    position: fixed;
    bottom: 30%;
    right: 0;
    transition: right 1s;
    cursor: pointer;
    width: fit-content;
    padding: 25px;
    background-color: #E20613;
    border-radius: 100px 0 0 100px;
    box-shadow: 0px 0px 20px 0px #00000059;
}

#noticias-page {
    height: auto;
    padding-bottom: 50px;
    background-color: #191919;
    color: #FFFF;
}

 #noticias-page .bg-img {
    height: 20vh;
    width: 100vw;
    display: flex;
    align-items: center;
}

#noticias-page .title {
    font-size: 45px;
    margin: 0 60px;
    width: calc(100% - 120px); 
}

#noticias-page .noticias-content {
    flex-wrap: wrap;
    margin-top: 100px;
    gap: 15px;
}

.noticias-content {
    border-radius: 12px;
    width: 100%;
    margin-bottom: 20px;
}

.noticias-content img {
    margin-bottom: 20px;
    height: 70% !important;
    width: 85% !important;
    border-radius: 12px;
    object-fit: cover;
}

.noticias-card {
    flex-basis: 24%;
    height: 60vh;
}

#noticias-page h5 {
    display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis;
}

#noticias-page button {
    height: 5vh;
    padding: 0 25px;
    border-radius: 50px;
    border: none;
    background-color: #E20613;
    color: #FFFF;
}

.banner-header {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}  

.noticias-card a {
    text-decoration: none;
}

.noticias-card img {
    width: 100% !important;
    height: auto;
}

#funcionarios-page {
    height: auto;
    padding-bottom: 50px;
    background-color: #191919;
    color: #FFFF;
}

 #funcionarios-page .bg-img {
    height: 20vh;
    width: 100vw;
    display: flex;
    align-items: center;
}

#funcionarios-page .title {
    font-size: 45px;
    margin: 0 60px;
}

#funcionarios-page .funcionarios-content {
    margin-top: 100px;
}

.funcionarios-content {
    border-radius: 12px;
    width: 100%;
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.funcionarios-content img {
    margin-bottom: 20px;
    height: 70% !important;
    width: 85% !important;
    border-radius: 12px;
}

.funcionarios-card {
    flex-basis: 24%;
    height: 60vh;
    width: 100%;
}

.funcionarios-card img {
    width: 100% !important;
    height: auto;
}

#noticias-page span {
    color: #ffffffa1;
}

#noticias-page h5 {
    color: #ffffff;
}

.hidden {
    display: none;
}

.radio-mobile {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    bottom: 100px;
    right: 30px;
    width: 64px;
    height: 64px;
    z-index: 9999;
    background-color: #ffffff;
    border-radius: 100%;
    /* box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75); */
}

.radio-mobile {
    display: none;
}

@media (max-width: 1029px) {
    .header-img img {
        margin-left: 0px !important;
    }

    .header-link {
        display: none !important;
        
    }

    .programacao-card {
        flex-basis: 33%; 
        margin-bottom: 20px;
    }

    .noticias-card {
        flex-basis: 47%;
    }

    .radio-mobile {
        display: flex;
    }
}

@media (max-width: 999px) {
    .music-content {
        flex-wrap: wrap;
        gap: 20px;
    }

    funcionarios-card img {
        width: 75% !important;
    }
    
    .music {
        flex-basis: 45%;
        margin-right: 0px;
    }

    .funcionarios-card {
        flex-basis: 49%;
    }
}

@media (max-width: 799px) {
    #noticias {
        background-color: #191919;
        display: flex;
        justify-content: center;
    }

    .noticias-content-img {
        width: 100% !important;
    }

    .noticias-content-img:hover {
        width: 100% !important;
    }
    

    #noticias h4 {
        font-size: 1rem;
    }

    .noticias-content {
        align-items: center;
        gap: 10px;
    }
    
    .noticias-content-img {
        width: 55%;
    }

    #redes .carousel-item div {
        flex-wrap: wrap;
        gap: 10px;
       }
    

    #redes .carousel-item img {
        width: calc(75% / 2.1);
    }

    #programacao .title {
        flex-direction: column;
    }

    .programacao-dias {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .footer-contatos {
        flex-direction: column;
    }
    
    .footer-link ul {
        flex-direction: column;
        gap: 10px;
    }
    
    .footer-link li {      
        border-bottom: 1px solid #FFFF
        ;
    }

    .footer-link {
        border-bottom: none;
        justify-content: flex-start;
    }

    .assidePlay  {
        display: none;
    }
    }


@media (max-width: 665px) {
    #linhas .swiper-button-next {
        right: 0px;
    }
    
    #linhas .swiper-button-prev {
    left: 0px;
}
}

@media (max-width: 589px) {
    .noticias-content {
        display: flex;
        flex-direction: column;
    }
    
    #noticias .container{
        padding-bottom: 20px;
    }

    .programacao-card {
        flex-basis: 45%;
        margin-bottom: 20px;
    }

    .music {
        width: 60%;
        flex-basis: 90%;
    }

    .music-content {
        gap: 10px;
        flex-wrap: wrap;
        justify-content: center;
    }

    #redes .carousel-item div {
            justify-content: center;
            margin-bottom: 20px;
        }

    #redes {
        gap: 10px;
    }

    #redes .carousel-item img {
        flex-basis: 60%;
    }

} 

@media (max-width: 549px) {
    h2 {
        font-size: 25px;
    }

    h6 {
        font-size: 12px;
    }

    #noticias-page .title {
        font-size: 30px;
    }

    .funcionarios-content{
        justify-content: center
    }

    .funcionarios-card {
        flex-basis: 80%;
        height: 60vh;
        width: 100%;
    }
}

@media (max-width: 429px) {
    .programacao-card {
        flex-basis: 100%;
    }
}