/**
 * @version     CVS: 1.0.0
 * @package     com_smartstreaming
 * @subpackage  mod_smartstreaming
 * @copyright   2021 Trídia Criação 
 * @license     GNU General Public License versão 2 ou posterior; consulte o arquivo License. txt
 * @author      Trídia Criação  <atendimento@tridia.com.br>
 */

 /* ___________nav pills____________ */
#mod_smartstreaming .streaming__list{
    height: 5.92em;
    margin-bottom: 41px;
    border: 1px solid #7E7E7E;
}
#mod_smartstreaming .streaming__list .nav-item.category{
    min-width: 19.3%;
}
#mod_smartstreaming .streaming__list li:nth-child(2){
    border: 0!important;
}
#mod_smartstreaming .streaming__list .drop_full_list_streaming{
    width: 3.503%;
    border-left: 1px solid #7e7e7e;
    /* border-right: 1px solid #7e7e7e; */
}
#mod_smartstreaming .streaming__list .drop_streaming_button{
    border: 1px solid #7e7e7e;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom-right-radius: 6px;
    border-left: 0;
    border-top: 0;
    border-bottom: 0;
    height: 100%;
    width: 101%;
    border-top-right-radius: 6px;
}
#mod_smartstreaming .streaming__list .nav-item:hover{
    transition: .3s;
}
#mod_smartstreaming .streaming__list .nav-item:first-child:hover{
    border-radius: 7px 0 0 7px;
}
#mod_smartstreaming .streaming__list .nav-item .nav-link:hover p,
#mod_smartstreaming .streaming__list .nav-item .nav-link:hover span{
    color: #fff;
}
#mod_smartstreaming .streaming__list .nav-item p{
    margin: 0;
}
#mod_smartstreaming .streaming__list .nav-item:not(:first-child){
    border-left: 1px solid #7E7E7E;
}
#mod_smartstreaming .streaming__list .nav-item .nav-link{
    width: 100%;
    height: 100%;
    font-size: 1.06em;
    font-weight: bold;
    border-radius: 0;
}
#mod_smartstreaming .streaming__list .nav-item:first-child .nav-link{
    border-radius: 7px 0 0 7px;
}
#mod_smartstreaming .streaming__list .nav-item .nav-link.active .category__subtitle{
    color: #fff;
}
#mod_smartstreaming .streaming__list .nav-item .nav-link .category__subtitle{
    font-size: 1em;
    font-weight: normal;
    color: #666;
}
#mod_smartstreaming .streaming__dropdown-menu{
    display: none;
}
#mod_smartstreaming .streaming__list .drop_full_list_streaming{
    width: 3.5%;
}
#mod_smartstreaming .streaming__list .drop_full_list_streaming.dropdonw_container button{
    padding: 0;
}
#mod_smartstreaming .streaming__list .drop_full_list_streaming.dropdonw_container button:after{
    border-left: none;
    padding: 0;
    transform: rotate(220deg);
    font-size: 1.5em;
}
#mod_smartstreaming .streaming__list .drop_full_list_streaming.dropdonw_container button.show:after,
#mod_smartstreaming .streaming__list .drop_full_list_streaming.dropdonw_container button:after:hover{
    color: #fff;
}
#mod_smartstreaming .responsive_toggle{
    height: 3em;
}
#mod_smartstreaming .show-dropdown{
    display: block!important;
}
#mod_smartstreaming .streaming__dropdown-menu .streaming__dropdown{
    border: none;
    width: 100%;
}
#mod_smartstreaming .streaming__dropdown-menu .streaming__dropdown:hstreaming .streaming__dropdown-menu .streaming__dropdown:focus{
    background:#85ABAB;
    color: white !important;
}
/* _____________lives_______________ */

#mod_smartstreaming .videos__titulo{
    margin-top: 1em;
    color: #2B3180;
    font-size: 2.14em;
}
#mod_smartstreaming .videos__data{
    margin-top: 2em;
    color: #404040;
    font-size: 1.42em;
}
#mod_smartstreaming .videos__desc{
    margin-top: 1.71em;
    font-size: 1.2em;
    margin-bottom: 3em;
}
/* _____________Spotify_______________ */

#mod_smartstreaming {
    position: relative;
    margin-top: 2.5em;
}
#mod_smartstreaming  .spotify__embed,
#mod_smartstreaming  .spotify__info{
    z-index: 1;
}
#mod_smartstreaming  .spotify__info{
    height: 232px;
}
#mod_smartstreaming  .spotify__embed iframe{
    width: 100%;
}
#mod_smartstreaming  .spotify__bg-color{
    background-color: #0396BB;
    height: 23em;
    width: 55%;
    position: absolute;
    top: 70%;
    transform: translateY(-50%);
    right: 35px;
    z-index: 0;
}
#mod_smartstreaming  .spotify__bg-colorOne {
    height: 30em;
}
#mod_smartstreaming  .spotify__bg-color.n1{
    top: 50%;
}
#mod_smartstreaming .carousel__spotify .row.align-items-center{
    padding: 1rem 0;
}
#mod_smartstreaming .spotify__embed .audio_html{
    width: 75%;
    margin-left: auto;
}
#mod_smartstreaming  .spotify__titulos h4{
    font-size: 18px;
    max-width: 202px;
}
#mod_smartstreaming  .spotify__titulos h4:first-child{
    color: #FFFFFF;
    padding-bottom: 1em ;
}
#mod_smartstreaming  .spotify__titulos h4:last-child{
    color: #144276;
}

#mod_smartstreaming  .spotify__logo .logo__first-container{
    width: 180px;
}
#mod_smartstreaming  .spotify__logo .logo__google,
#mod_smartstreaming  .spotify__logo .logo__apple img{
    height:  25px;
}
#mod_smartstreaming  .spotify__logo .logo__deezer,
#mod_smartstreaming  .spotify__logo .logo__spotify img{
    margin-top: 25px;
    height: 30px;
}

/* ______________Embed_______________ */
#mod_smartstreaming .embed__live{
    max-width: 837px;
    margin-left: auto;
    margin-right: auto;
}
#mod_smartstreaming .audio{
    max-height: 70px;
    width: 500px;
}

/* VIDEOS */
/* #mod_smartstreaming .row.inside{
    width: 80%;
    margin: auto;
} */
#mod_smartstreaming .tab-content.streaming__contents{
    width: 90%;
    margin: auto;
}
#mod_smartstreaming .tab-content.streaming__content{
    width: 100%;
}
#mod_smartstreaming .spotify__embed iframe{
    max-height: 250px;
}
#mod_smartstreaming #prev__buttonPodcast{
    left: -8%;
}
#mod_smartstreaming #next__buttonPodcast{
    right: -8%;
}

#mod_smartstreaming .iframe_spotify-video iframe{
    width: 100%;
}
#mod_smartstreaming  .audio_html{
    width: 50%;
    margin: 0 auto;
}
#mod_smartstreaming  .audio_html audio{
    width: 100%;
}
@media screen and (max-width: 1399px){
    #mod_smartstreaming  .spotify__logo .logo__first-container{
        width: 150px;
    }
    #mod_smartstreaming .audio{
        width: 400px;
    }
}
@media screen and (max-width: 1199px){
    /* ____________lives_____________ */
    #mod_smartstreaming .videos__titulo{
        margin-top: .5em;
        font-size: 1.9rem;
    }
    #mod_smartstreaming .videos__data{
        margin-top: 1.4em;
        font-size: .95rem;
    }
    #mod_smartstreaming .videos__desc{
        margin-top: 1em;
        font-size: 1rem;
    }
    /* #mod_smartstreaming .full_embed_container{
        width: 75%;
    } */

    /* ____________ Videos _____________ */
    #mod_smartstreaming .streaming__list .nav-item.category{
        width: 19%;
    }
    #mod_smartstreaming .streaming__list .drop_streaming_list.video_list{
        margin-left: 12px!important;
    }
    #mod_smartstreaming .streaming__list li{
        height: 5.8em!important;
    }
    li.nav-item.category.drop_link{
        width: 100%!important;
    }
    /* ____________spotify_____________ */
    #mod_smartstreaming  .spotify__logo .logo__first-container{
        width: 120px;
    }
    #mod_smartstreaming  .spotify__logo .logo__google,
    #mod_smartstreaming  .spotify__logo .logo__apple img{
        height:  20px;
        margin-top: 26px;
    }
    #mod_smartstreaming  .spotify__logo .logo__deezer,
    #mod_smartstreaming  .spotify__logo .logo__spotify img{
        margin-top: 20px;
        height: 25px;
    } 
    #mod_smartstreaming .audio{
        width: 300px;
    }
    #mod_smartstreaming  .tab-pane.streaming__content.fade .spotify__bg-color{
        width: 55%;
        left: 382px;
        top: 70%;
    }
}
/* ________________Live________________ */

#mod_smartstreaming.live .iframe_spotify{
    width: 100%;
    height: 260px;
}
#mod_smartstreaming.live .iframe_spotify iframe{
    width: 100%;
}

#mod_smartstreaming .carousel-indicators{
    bottom: -55px;
}
#mod_smartstreaming .carousel-indicators.indicators-spotify{
    bottom: -65px;
}
#mod_smartstreaming .carousel-indicators li{
    position: relative;
    display: inline-block;
    width: 15px;
    height: 15px;
    margin: 0 7.5px;
    padding: 0;
    cursor: pointer;
}
#mod_smartstreaming .carousel-indicators li button{
    font-size: 0;
    line-height: 0;
    display: block;
    width: 15px;
    height: 15px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
#mod_smartstreaming .carousel-indicators li button:before{
    background: #7E7E7E;
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    padding: 8px;
    content: "";
    border: 1px solid #7E7E7E;
    border-radius: 100%;
    text-align: center;
    -webkit-font-smoothing: antialiased;
}
#mod_smartstreaming .carousel-indicators li button.active:before{
    background: #005A8D;
    border: 1px solid #005A8D;
}
@media screen and (min-width: 992px){
    #mod_smartstreaming .dropdown-menu.show{
        margin-left: -12px!important;
        list-style: none;
        background: #F3F6FB;
        width: 50%;
    }
    #mod_smartstreaming .streaming__list .nav-item.category.drop_link{
        height: 4em!important;
    }

    /* ________________Live________________ */
    #mod_smartstreaming.live .ratio{
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }
    #mod_smartstreaming.live .iframe_spotify{
        width: 80%;
        margin: 0 auto;
    } 
    /* ____________videos__________ */
    #mod_smartstreaming .row.inside{
        width: 80%;
        margin: auto;
    }
    /* ______________Spotify____________ */
    #mod_smartstreaming #carousel-controls-N1 .carousel__spotify .carousel-item{
        padding-left: 5em;
        padding-right: 6em;
    }
    #mod_smartstreaming #carousel-controls-N1 .carousel__spotify .carousel-item .spotify__bg-color{
        margin-right: 2.5rem;
    }
}

@media screen and (max-width: 991px){
    #mod_smartstreaming{
        position: relative;
    }
    .show-dropdown{
        display: block!important;
    }
    #mod_smartstreaming .streaming__dropdown-menu{
        list-style: none;
        padding: 0;
        margin: 0;
        position: absolute;
        z-index: 9;
        width: 100%;
        top: 6em;
        border: 1px solid #94A1A1;
        box-shadow: 0 3px 6px rgba(0,0,0,.15);
        background: #F3F6FB;
    }
    #mod_smartstreaming .streaming__dropdown-menu .nav-item{
        border: none;
        border-radius: inherit;
    }
    #mod_smartstreaming .streaming__dropdown-menu .nav-item .nav-link{
        font-size: 1.14em;
        border: none;
        width: 100%;
        text-align: center;
    }
    #mod_smartstreaming .streaming__dropdown-menu .nav-item:first-child .nav-link{
        border-radius: 7px 7px 0 0 ;
    }
    #mod_smartstreaming .streaming__dropdown-menu .nav-item:last-child .nav-link{
        border-radius: 0 0 7px 7px;
    }
    #mod_smartstreaming .streaming__dropdown-menu .nav-item:hover .nav-link{
        background:#85ABAB;
        color: white !important;
    }
    #mod_smartstreaming .streaming__list{
        position: relative;
    }
    #mod_smartstreaming .streaming__list .appear__category{
        font-weight: bold;
        background-color: #1255a3;
        width: 50%;
        color: #fff;
        border-radius: 0;
    }
    #mod_smartstreaming .streaming__list .nav-item.category{
        display: none;
    }
    #mod_smartstreaming .streaming__list{
        position: relative;
        /* padding: 0; */
        /* display: flex; */
        /* justify-content: center; */
        /* margin-bottom: 125px; */
        /* height: 4.5em; */
    }
    #mod_smartstreaming .streaming__list .drop_streaming_list.video_list{
        margin: 0!important;
    }
    #mod_smartstreaming .streaming__list #helper,
    #mod_smartstreaming .streaming__list [data-maisopcoes]{
        display: block!important;
        width: 50%;
        border: none;
        border-radius: 0 7px 7px 0;
    }

    #mod_smartstreaming .streaming__list .list-maisopcoes {
        width: 50%;
    }
    #mod_smartstreaming .streaming__list .list-maisopcoes:hover{
        transition: .3s;
    }
    #mod_smartstreaming .streaming__list .list-maisopcoes [data-maisopcoes]{
        font-size: 16px;
        font-weight: bold;
        /* width: 50%!important; */
        width: 100%!important;
        height: 100%;
    }
    /* #mod_smartstreaming .streaming__list [data-maisopcoes]:hover{
        transition: .3s;
    } */
    #mod_smartstreaming .streaming__list [data-maisopcoes] i{
        padding-left: 76.75px;
        font-size: 18px;
    }
    #mod_smartstreaming .streaming__list [data-maisopcoes]:before{
        font-family: 'Font Awesome 5 Free';
        content: '\f107';
        font-weight: 900;
        right: 45px;
        margin: auto;
        position: absolute;
        font-size: 18px;
    }
    #mod_smartstreaming .streaming__list [data-maisopcoes]:after{
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        right: 70.9px;
        margin: auto;
        height: 1em;
        width: 2px;
    }
    
    #mod_smartstreaming .streaming__list [data-maisopcoes]:hover:after{
        background-color: #fff;
        transition: 0.3s;    
    }
    #mod_smartstreaming .streaming__list #helper .nav-link{
        border-radius: 7px 0 0 7px;
        border-right: 1px solid #7E7E7E;
    }
    #mod_smartstreaming .streaming__list #helper .nav-link span{
        color: #FFFFFF;
    }
    .embed__container{
        margin: 0 15px;
    }
    #mod_smartstreaming .streaming__list .nav-item .nav-link{
        display: flex;
        justify-content: center;
        align-items: center;
    }

    #mod_smartstreaming .drop_streaming_button{
        border: 0;
        background-color: #f3f6fb;
        margin: auto;
        font-weight: 500;
        font-size: 1.2em;
    }
    .drop_streaming_button.nav-link.active,
    .drop_streaming_button .show>.nav-link{
        color: #116df6!important;
    }
    #mod_smartstreaming .drop_streaming_button p{
        margin-bottom: 0;
    }
    #mod_smartstreaming .streaming__list .drop_full_list_streaming{
        display: none;
    }
    /* ____________lives_____________ */

    #mod_smartstreaming .videos__titulo{
        margin-top: 1em;
        max-width: 100%;
    }
    #mod_smartstreaming .videos__data{
        margin-top: .8em;
    }
    #mod_smartstreaming .videos__desc{
        max-width: 100%;
        margin-top: 24px;
    }
    #mod_smartstreaming #prev__buttonLive,
    #mod_smartstreaming #next__buttonLive{
        top: 120%;
    }
    /* _____________videos____________ */
    #mod_smartstreaming  .audio_html{
        width: 100%;
        margin: 0 auto;
    }

    /* ____________spotify_____________ */
    #mod_smartstreaming .tab-content.streaming__content.video_item{
        width: 90%;
        margin: auto;
    }
    #mod_smartstreaming  .spotify__bg-color{
        width: 100%;
        left: 50%;
        transform: translate(-50%, -50%);
        height: 34em;
    }
    #mod_smartstreaming  .spotify__info{
        align-items: center;
        margin-top: 2em;
    }
    #mod_smartstreaming  .spotify__titulos{
        display: flex;
    }
    #mod_smartstreaming  .spotify__titulos h4:first-child{
        margin-right: 1em;
    }
    #mod_smartstreaming  .spotify__info{
        height: 150px;
    }
    #mod_smartstreaming  .spotify__logo{
        margin-top: 1em;
        width: 100%;
        justify-content: center;
    }
    #mod_smartstreaming .row.inside .col-lg-5{
        text-align: center;
    }
    #mod_smartstreaming  .spotify__logo .logo__first-container,
    #mod_smartstreaming  .spotify__logo .logo__second-container{
        display: flex;
        flex-direction: row;
        width: 60%;
        align-items: center;
        justify-content: space-around;
    }
    #mod_smartstreaming .tab-pane.streaming__content.fade .spotify__bg-color{
        left: 345px;
        width: 90%;
        height: 27em;
    }
}
@media screen and (max-width: 767px) {
    #mod_smartstreaming .streaming__list{
        /* justify-content: flex-end; */
    }
    #mod_smartstreaming .streaming__list #helper{
        width: calc(100% - 60px);
    }
    #mod_smartstreaming .streaming__list .list-maisopcoes {
        width: 0;
        display: none;
    }
    #mod_smartstreaming .streaming__list [data-maisopcoes]{
        display: none!important;
    }

    #mod_smartstreaming .streaming__list [data-angledown]{
        display: block!important;
        height: 100%;
        border: none;
        border-radius: 0 7px 7px 0;
        position: relative;
        width: 60px;
    }
    #mod_smartstreaming .streaming__list [data-angledown]:before{
        font-family: 'Font Awesome 5 Free';
        content: '\f107';
        font-weight: 900;
        top: 50%;
        right: 50%;
        transform: translate(50%, -50%);
        position: absolute;
        font-size: 18px;
    }
    #mod_smartstreaming .videos__titulo{
        font-size: 25px;
    }
    #mod_smartstreaming .videos__data{
        font-size: 17px;
    }
    #mod_smartstreaming .videos__desc{
        font-size: 17px;
    }
    #mod_smartstreaming .slick_prev_live,
    #mod_smartstreaming .slick_next_live{
        top: 330px;
    }
    #mod_smartstreaming  .spotify__logo .logo__first-container,
    #mod_smartstreaming  .spotify__logo .logo__second-container{
        flex-direction: column;
        margin-top: -45px;
    }
    #mod_smartstreaming #prev__buttonPodcast{
        left: -12%;
    }
    #mod_smartstreaming #next__buttonPodcast{
        right: -12%;
    }
    #mod_smartstreaming .tab-pane.streaming__content.fade .spotify__bg-color{
        left: 256px;
        width: 90%;
        height: 27em;
    }
    #mod_smartstreaming .streaming__list .appear__category{
        width: 80%;
    }
    #mod_smartstreaming  .spotify__info{
        height: 200px;
    }
}
@media screen and (max-width: 575px) {
    #mod_smartstreaming  .tab-pane.streaming__content.fade .spotify__bg-color{
        top: 65%;
        left: 50%;
    }
    #mod_smartstreaming  .spotify__titulos{
        display: block;
    }
    #mod_smartstreaming  .spotify__titulos h4{
        font-size: 16px;
        max-width: 180px;
    }
    #mod_smartstreaming  .spotify__titulos h4:first-child{
        margin-bottom: 0;
    }
    #mod_smartstreaming  .spotify__logo .logo__google,
    #mod_smartstreaming  .spotify__logo .logo__apple img{
        height:  15px;
    }
    #mod_smartstreaming  .spotify__logo .logo__deezer,
    #mod_smartstreaming  .spotify__logo .logo__spotify img{
        margin-top: 20px;
        height: 20px;
    }
    #mod_smartstreaming  .spotify__info{
        height: 190px;
        margin-top: 2em;
    } 
    #mod_smartstreaming .slick_prev_live,
    #mod_smartstreaming .slick_next_live{
        top: 300px;
    }
    #mod_smartstreaming .slick_prev_live{
        left: -4%;
    }
    #mod_smartstreaming .slick_next_live{
        right: -4%;
    }
    #mod_smartstreaming .slick_prev_podcast,
    #mod_smartstreaming .slick_next_podcast{
        top: 520px;
    }
    #mod_smartstreaming #prev__buttonPodcast{
        left: 0%;
    }
    #mod_smartstreaming #next__buttonPodcast{
        right: 0;
    }
    #mod_smartstreaming .slick_prev_podcast,
    #mod_smartstreaming .slick_next_podcast{
        width: 35px;
        height: 35px;
    }
    #mod_smartstreaming .slick_prev_podcast:before,
    #mod_smartstreaming .slick_next_podcast:before{
        font-size: 20px;
    }
    /* lives */
    #mod_smartstreaming.live .streaming__content .iframe_spotify{
        /* height: 260px; */
    }
    /* #mod_smartstreaming #prev__buttonLive,
    #mod_smartstreaming #next__buttonLive{
        margin-top: .7rem;
    }
    #mod_smartstreaming #prev__buttonLive{
        left: 0;
    }
    #mod_smartstreaming #next__buttonLive{
        right: 0;
    } */
}
@media screen and (max-width: 530px){
    
}
@media screen and (max-width: 475px){
    #mod_smartstreaming .audio{
        width: 200px;
    }
    #mod_smartstreaming .slick_prev_live,
    #mod_smartstreaming .slick_next_live,
    #mod_smartstreaming .slick_prev_video,
    #mod_smartstreaming .slick_next_video
    {
        top: 220px;
        width: 35px;
        height: 35px;
    }
    #mod_smartstreaming .slick_prev_live:before,
    #mod_smartstreaming .slick_next_live:before,
    #mod_smartstreaming .slick_prev_video:before,
    #mod_smartstreaming .slick_next_video:before{
        font-size: 20px;
    }
}