/**
 * @version     CVS: 1.0.0
 * @package     com_smartstreaming
 * @copyright   2021 Tridia Criação
 * @license     GNU General Public License versão 2 ou posterior; consulte o arquivo License. txt
 * @author      Tridia Criação <tridiacriacao@gmail.com>
 */

 /* ___________nav pills____________ */
#com_smartstreaming .streaming__list{
    height: 5.92em;
    margin-bottom: 41px;
    border: 1px solid #7E7E7E;
}
#com_smartstreaming .streaming__list .nav-item{
    width: 20%;
}
#com_smartstreaming .streaming__list .nav-item:hover{
    transition: .3s;
}
#com_smartstreaming .streaming__list .nav-item .nav-link:hover p,
#com_smartstreaming .streaming__list .nav-item .nav-link:hover span{
    color: #fff;
}
#com_smartstreaming .streaming__list .nav-item p{
    margin: 0;
}
#com_smartstreaming .streaming__list .nav-item:not(:first-child){
    border-left: 1px solid #7E7E7E;
}
#com_smartstreaming .streaming__list .nav-item .nav-link{
    width: 100%;
    height: 100%;
    font-size: 1.06em;
    font-weight: bold;
    border-radius: 0;
}
#com_smartstreaming .streaming__list .nav-item:first-child .nav-link{
    border-radius: 7px 0 0 7px;
}
#com_smartstreaming .streaming__list .nav-item:nth-child(5) .nav-link{
    border-radius: 0 7px 7px 0; 
}
#com_smartstreaming .streaming__list .nav-item .nav-link.active .category__subtitle{
    color: #fff;
}
#com_smartstreaming .streaming__list .nav-item .nav-link .category__subtitle{
    font-size: 1em;
    font-weight: normal;
    color: #666;
}
#com_smartstreaming .streaming__dropdown-menu{
    display: none;
}
/* _____________Videos_______________ */

#com_smartstreaming .videos__mod .videos__titulo{
    margin-top: 1em;
    max-width: 472px;
    color: #2B3180;
    font-size: 2.14em;
}
#com_smartstreaming .videos__mod .videos__data{
    margin-top: 2em;
    color: #404040;
    font-size: 1.42em;
}
#com_smartstreaming .videos__mod .videos__desc{
    max-width: 472px;
    margin-top: 1.71em;
    font-size: 1.42em;
}
/* _____________Spotify_______________ */

#com_smartstreaming .spotify__mod{
    position: relative;
}
#com_smartstreaming .spotify__mod .spotify__embed,
#com_smartstreaming .spotify__mod .spotify__info{
    z-index: 1;
}
#com_smartstreaming .spotify__mod .spotify__info{
    height: 232px;
}
#com_smartstreaming .spotify__mod .spotify__embed iframe{
    width: 100%;
}
#com_smartstreaming .spotify__mod .spotify__bg-color{
    background-color: #0396BB;
    height: 30em;
    width: 60%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    z-index: 0;
}
#com_smartstreaming .spotify__mod .spotify__titulos h4{
    font-size: 18px;
    max-width: 202px;
}
#com_smartstreaming .spotify__mod .spotify__titulos h4:first-child{
    color: #FFFFFF;
    padding-bottom: 1em ;
}
#com_smartstreaming .spotify__mod .spotify__titulos h4:last-child{
    color: #144276;
}

#com_smartstreaming .spotify__mod .spotify__logo .logo__first-container{
    width: 180px;
}
#com_smartstreaming .spotify__mod .spotify__logo .logo__google,
#com_smartstreaming .spotify__mod .spotify__logo .logo__apple img{
    height:  25px;
}
#com_smartstreaming .spotify__mod .spotify__logo .logo__deezer,
#com_smartstreaming .spotify__mod .spotify__logo .logo__spotify img{
    margin-top: 25px;
    height: 30px;
} 
/* ______________Embed_______________ */
#com_smartstreaming .embed__video{
    max-width: 837px;
    margin-left: auto;
    margin-right: auto;
}
#com_smartstreaming .embed__container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}
#com_smartstreaming .embed__container iframe, 
#com_smartstreaming .embed__container object, 
#com_smartstreaming .embed__container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 1399px){
    #com_smartstreaming .spotify__mod .spotify__logo .logo__first-container{
        width: 150px;
    }
}

@media screen and (max-width: 1199px){
    /* ____________videos_____________ */
    #com_smartstreaming .videos__mod .videos__titulo{
        margin-top: .5em;
    }
    #com_smartstreaming .videos__mod .videos__data{
        margin-top: 1.4em;
    }
    #com_smartstreaming .videos__mod .videos__desc{
        margin-top: 1em;
    }

    /* ____________spotify_____________ */
    #com_smartstreaming .spotify__mod .spotify__logo .logo__first-container{
        width: 120px;
    }
    #com_smartstreaming .spotify__mod .spotify__logo .logo__google,
    #com_smartstreaming .spotify__mod .spotify__logo .logo__apple img{
        height:  20px;
    }
    #com_smartstreaming .spotify__mod .spotify__logo .logo__deezer,
    #com_smartstreaming .spotify__mod .spotify__logo .logo__spotify img{
        margin-top: 20px;
        height: 25px;
    } 
}

@media screen and (max-width: 991px){
    #mod_smartstreaming{
        position: relative;
    }
    .show-dropdown{
        display: block!important;
    }
    #com_smartstreaming .streaming__dropdown-menu{
        list-style: none;
        padding: 0;
        margin: 0;
        position: absolute;
        z-index: 1;
        width: 100%;
        top: 6em;
        border: 1px solid #94A1A1;
        box-shadow: 0 3px 6px rgba(0,0,0,.15);
        background: #F3F6FB;

    }
    #com_smartstreaming .streaming__dropdown-menu .nav-item{
        border: none;
        border-radius: inherit;
    }
    #com_smartstreaming .streaming__dropdown-menu .nav-item .nav-link{
        font-size: 1.14em;
        border: none;
        width: 100%;
        text-align: center;
    }
    #com_smartstreaming .streaming__dropdown-menu .nav-item:first-child .nav-link{
        border-radius: 7px 7px 0 0 ;
    }
    #com_smartstreaming .streaming__dropdown-menu .nav-item:last-child .nav-link{
        border-radius: 0 0 7px 7px;
    }
    #com_smartstreaming .streaming__dropdown-menu .nav-item:hover .nav-link{
        background:#85ABAB;
        color: white !important;
    }
    #com_smartstreaming .streaming__list{
        position: relative;
    }
    #com_smartstreaming .streaming__list .nav-item{
        display: none;
        
    }
    #com_smartstreaming .streaming__list #helper,
    #com_smartstreaming .streaming__list #maisOpcoes{
        display: block!important;
        width: 50%;
        border: none;
        border-radius: 0 7px 7px 0;
    }
    #com_smartstreaming .streaming__list #maisOpcoes{
        font-size: 16px;
        font-weight: bold;
    }
    #com_smartstreaming .streaming__list #maisOpcoes:hover{
        transition: .3s;
    }
    #com_smartstreaming .streaming__list #maisOpcoes i{
        padding-left: 76.75px;
        font-size: 18px;
    }
    #com_smartstreaming .streaming__list #maisOpcoes:before{
        font-family: 'Font Awesome 5 Free';
        content: '\f107';
        font-weight: 900;
        right: 45px;
        margin: auto;
        position: absolute;
        font-size: 18px;
    }
    #com_smartstreaming .streaming__list #maisOpcoes:after{
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        right: 70.9px;
        margin: auto;
        height: 1em;
        width: 2px;
    }
    
    #com_smartstreaming .streaming__list #maisOpcoes:hover:after{
        background-color: #fff;
        transition: 0.3s;    
    }
    #com_smartstreaming .streaming__list #helper .nav-link{
        border-radius: 7px 0 0 7px;
        border-right: 1px solid #7E7E7E;
    }
    #com_smartstreaming .streaming__list #helper .nav-link span{
        color: #FFFFFF;
    }
    .embed__container{
        margin: 0 15px;
    }

    /* ____________videos_____________ */

    #com_smartstreaming .videos__mod .videos__titulo{
        margin-top: 1em;
        max-width: 100%;
    }
    #com_smartstreaming .videos__mod .videos__data{
        margin-top: .8em;
    }
    #com_smartstreaming .videos__mod .videos__desc{
        max-width: 100%;
        margin-top: 24px;
    }

    /* ____________spotify_____________ */
    #com_smartstreaming .spotify__mod .spotify__bg-color{
        width: 70%;
        left: 50%;
        transform: translate(-50%, -50%);
        height: 34em;
    }
    #com_smartstreaming .spotify__mod .spotify__info{
        align-items: center;
        margin-top: 2em;
    }
    #com_smartstreaming .spotify__mod .spotify__titulos{
        display: flex;
    }
    #com_smartstreaming .spotify__mod .spotify__titulos h4:first-child{
        margin-right: 1em;
    }
    #com_smartstreaming .spotify__mod .spotify__info{
        height: 135px;
    }
    #com_smartstreaming .spotify__mod .spotify__logo{
        margin-top: 1em;
    }
}
@media screen and (max-width: 767px) {
    #com_smartstreaming .streaming__list #helper{
        width: calc(100% - 60px);
    }
    #com_smartstreaming .streaming__list #maisOpcoes{
        display: none!important;
    }
    
    #com_smartstreaming .streaming__list #angle-down{
        display: block!important;
        width: 60px;
        border: none;
        border-radius: 0 7px 7px 0;
        position: relative;
    }
    #com_smartstreaming .streaming__list #angle-down: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;
    }
    #com_smartstreaming .videos__mod .videos__titulo{
        font-size: 25px;
    }
    #com_smartstreaming .videos__mod .videos__data{
        font-size: 17px;
    }
    #com_smartstreaming .videos__mod .videos__desc{
        font-size: 17px;
    }

    #com_smartstreaming .spotify__mod .spotify__bg-color{
        width: 90%;
    }
}
@media screen and (max-width: 575px) {
    #com_smartstreaming .spotify__mod .spotify__titulos{
        display: block;
    }
    #com_smartstreaming .spotify__mod .spotify__titulos h4{
        font-size: 16px;
        max-width: 180px;
    }
    #com_smartstreaming .spotify__mod .spotify__titulos h4:first-child{
        margin-bottom: 0;
    }
    #com_smartstreaming .spotify__mod .spotify__logo .logo__google,
    #com_smartstreaming .spotify__mod .spotify__logo .logo__apple img{
        height:  15px;
    }
    #com_smartstreaming .spotify__mod .spotify__logo .logo__deezer,
    #com_smartstreaming .spotify__mod .spotify__logo .logo__spotify img{
        margin-top: 20px;
        height: 20px;
    }
    #com_smartstreaming .spotify__mod .spotify__info{
        height: 180px;
        margin-top: 1em;
    } 
}
/**
 * @version     CVS: 1.0.0
 * @package     com_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>
 */

/* _________input-group___________ */
#com_smartstreaming{
    position: relative;
}
#com_smartstreaming .services__btns{
    width: 100%;
    position: relative;
}
#com_smartstreaming .services__btns .services__btn{
    font-weight: 500;
    border-color: #7E7E7E!important;
    height: 3.93em;
    line-height: 1.1;
}
#com_smartstreaming .services__btns .h63{
    height: 63px;
}
#com_smartstreaming .services__btns .services__btn:nth-child(2){
    border-radius: 7px 0 0 7px;
}
#com_smartstreaming .services__btns .services__btn.no-input:nth-last-of-type(3){
    border-radius: 0 7px 7px 0;
}
#com_smartstreaming .services__btns #jform_search:focus{
    padding-left: 1em;
    transition: .3s;
}
#com_smartstreaming .services__btn-search{
    height: 100%;
    font-weight: 500;
    font-size: 18px;
    padding-right: 0.3em!important;
    z-index: 10;
    position: absolute;
    right: .5rem;
    top: 50%;
    transform: translateY(-50%);
}
#com_smartstreaming .services__dropdown-others,
#com_smartstreaming .services__dropdown-menu{
    display: none;
}
#com_smartstreaming #outrasCategorias{
    display: block;
    position: relative;
    padding-right: 50px;
}

#com_smartstreaming .services__btns #outrasCategorias:before,
#com_smartstreaming .services__btns #maisOpcoes:before{
    font-family: 'Font Awesome 5 Free';
    content: '\f107';
    font-weight: 900;
    right: 16.35px;
    bottom: 20%;
    margin: auto;
    position: absolute;
    font-size: 18px;
    line-height: 2;
}
#com_smartstreaming .services__btns #outrasCategorias:hover:before,
#com_smartstreaming .services__btns #maisOpcoes:hover:before{
    color: #fff;
}
/* #com_smartstreaming .services__btns #outrasCategorias:after, */
#com_smartstreaming .services__btns #maisOpcoes:after{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 39.97px;
    margin: auto;
    height: 1em;
    width: 2px;
}
#com_smartstreaming .services__btns #outrasCategorias:hover:after,
#com_smartstreaming .services__btns #maisOpcoes:hover:after{
    background-color: #fff;
    transition: 0.3s;
}
#com_smartstreaming .services__dropdown-menu,
#com_smartstreaming .services__dropdown-others{
    list-style: none;
    padding: 0;
    margin: 0;
    border: 1px solid #94A1A1;
    box-shadow: 0 3px 6px rgba(0,0,0,.15);
    background: #F3F6FB;
    position: absolute;
    z-index: 1;
    width: 100%;
    top: 4.7em;
}
#com_smartstreaming .services__dropdown-others{
    width: 30%;
    right: 25.5%;
}
#com_smartstreaming .services__dropdown-others .services__dropdown,
#com_smartstreaming .services__dropdown-menu .services__dropdown{
    border: none;
    width: 100%;
    text-align: center;
}
#com_smartstreaming .services__dropdown-menu .services__dropdown:hover,
#com_smartstreaming .services__dropdown-menu .services__dropdown:focus,
#com_smartstreaming .services__dropdown-others .services__dropdown:hover,
#com_smartstreaming .services__dropdown-others .services__dropdown:focus{
    background:#85ABAB;
    color: white !important;
}
#com_smartstreaming .services__btns input{
    padding-left: 5.8em;
    padding-right: 3em;
    border-radius: 0 7px 7px 0;
    transition: .3s padding-left;
}
/* _______________card________________ */
#com_smartstreaming .card{
    height: 12em;
    box-shadow: 0px 0px 40px #0000001C;
    border: none;
    cursor: pointer;
    transition: 0.3s;
}
#com_smartstreaming .card i{
    font-size: 3.9em;
    color: #20c9b6;
}
.dark_mode #com_smartstreaming .card .card__img-service img{
    filter: contrast(0) brightness(10);
    background-color: transparent!important;
}
#com_smartstreaming .card .card__img-service img{
    width: 54px;
    height: 54px;
    object-fit: contain;
}
#com_smartstreaming .card .card__icon-service div{
    width: 54px;
    height: 54px;
    object-fit: contain;
    background-color:#20c9b6;
}
.dark_mode #com_smartstreaming .card .card__icon-service div{
    background-color: #fff!important;
}
#com_smartstreaming .card .card__content{
    margin-left: 1.43em;
}
#com_smartstreaming .card .card-title{
    font-size: 1.3em;
    font-weight: 500;
}
.dark_mode #com_smartstreaming .card .card-title{
    color: #fff!important;
}
#com_smartstreaming .card .card-subtitle{
    color: #7E7E7E;
}
#com_smartstreaming .services__btns #maisOpcoes,
#com_smartstreaming .services__btns .services__active-help,
#com_smartstreaming .services__btns #angle-down{
    display: none;
}
#com_smartstreaming .services__btns #close{
    display: none;
    color: transparent;
}
.show-dropdown{
    display: block!important;
}
/* ______________responsivo______________ */
@media screen and (max-width: 1999px) {
    #com_smartstreaming .card .card-subtitle{
        font-size: 1.05em;
    }
}
@media screen and (max-width: 991px) {
    #com_smartstreaming #outrasCategorias{
        display: none;
    }
    #com_smartstreaming .services__btns .services__btn{
        width: 27%;
    }

    #com_smartstreaming .services__btns input{
        padding-left: 1.9em;
    }
    #com_smartstreaming .services__btns .services__active{
        display: none;
    }
    #com_smartstreaming .services__btns .services__active-help{
        width: 50%;
        display: block;
    }
    #com_smartstreaming .services__btns #maisOpcoes.h-input{
        width: 25%!important;
        display: block;
        position: relative;
        padding-right: 50px;
    }
    #com_smartstreaming .services__btns #maisOpcoes.no-input{
        width: 50%!important;
        display: block;
        position: relative;
        padding-right: 50px;
        border-radius: 0 7px 7px 0;
    }
    #com_smartstreaming .services__btns .services__active-help.h-input{
        width: 25%!important;
    }
    #com_smartstreaming .services__btns .services__active-help.no-input{
        width: 50%!important;
    }
}
@media screen and (max-width: 767px) {
    #com_smartstreaming .services__btns .services__active-help.h-input{
        width: calc(100% - 128px)!important;
    }
    #com_smartstreaming .services__btns .services__active-help.no-input{
        width: calc(100% - 63px)!important;
    }
    #com_smartstreaming .services__btn-search{
        position: static;
        width: 63.84px;
        border-color: #7E7E7E!important;
        padding: 14.3px 14px;
        transform: translateY(0%);
        border-radius: 0 7px 7px 0;
    }
    #com_smartstreaming .services__btn-search i {
        padding-right: .5rem;
    }
    #com_smartstreaming .services__btns #close{
        font-size: 18px;
        display: none;
        width: 63.1px;
        border-left: 1px solid #7E7E7E;
        padding: 11px 14px;
        z-index: 10;
    }
    #com_smartstreaming .services__btns #close i{
        padding-right: 0;
    }
    #com_smartstreaming .services__btns #close:hover{
        color: #fff;
        transition: 0.3s;
        border-radius: 0 7px 7px 0;
    }
    #com_smartstreaming .services__btns #angle-down{
        display: block;
        position: relative;
        font-size: 18px;
        padding-right: 1.17em;
        width: 63.84px;
        border-color: #7E7E7E;
        padding: 10px 14px;
    }
    #com_smartstreaming .services__btns #angle-down:before{
        font-family: 'Font Awesome 5 Free';
        content: '\f107';
        font-weight: 900;
        margin: auto;
        top: 50%;
        transform: translateY(-50%);
        right: 26px;
        position: absolute;
        font-size: 18px;
    }
    #com_smartstreaming .services__btns #angle-down:hover{
        color: #fff;
        transition: 0.3s;
    }
    #com_smartstreaming .services__btn-hover:hover{
        transition: 0.3s;
    }
    #com_smartstreaming .services__btn-hover:hover i{
        color: #fff;
    }
    #com_smartstreaming .services__btns #maisOpcoes{
        display: none!important;
    }
    #com_smartstreaming .services__btns input{
        display: none;
    }
    #com_smartstreaming .services__btns input.no-cats {
        display: block;
        border-radius: 7px 0 0 7px!important;
    }
    /* _____________js_______________ */
    #com_smartstreaming .search-teste{
        position: absolute!important;
        border: none!important;
        right: 64px!important;
        border-radius: 0!important;
        transform: translateY(-53%)!important;
        transition: 0s!important;
    }
    #com_smartstreaming .search-active{
        display: block!important;
        width: calc(100% - 33px)!important;
        border-radius: 7px!important;
        padding-right: 127px!important;
        padding: 13px;
    }
    #com_smartstreaming .btn-disable{
        display: none!important;
    }
    #com_smartstreaming .btn-active{
        display: block!important;
    }
}