body{
}
/*FONTS*/
.roboto{
    font-family: 'Roboto', sans-serif
}
.mukta{
    font-family: 'Mukta', sans-serif;
}
/*HEADER*/
.barra-topo{
    background-color: #FF508A;
    height: 10px;
}
body{
    background-color:#111111;
    color: #fff;
    background-image: url("../img/body-bg.png");
    background-size: cover;
    background-repeat:no-repeat no-repeat ;
    background-attachment: fixed;
}
/*VIDEO*/
iframe{
    border-radius: 8px;
    width: 100%;
    height: 450px;
}
/*Titulo*/
.titulo-aula h2{
    font-size: 18px;
    font-weight: 800;
}
.titulo-aula p{
    font-size: 14px;
}
.titulo-aula img{
    max-width: 97px;
}
.aula h2{
    font-weight: 900;
    font-size: 14px;
    background-color: #FF508A;
    color: #fff;
    border-radius: 4px;
}
.aula h3{
    color: #020B2F;
    font-size: 20px;
}
/*CONTADOR*/
.contador h3{
    color: #020B2F;
    font-size: 16px;
}
/*CARDS*/
.cards{
    height: 100px;
    background-color: #212121;
    background-position: left;
    box-shadow: #0000001a 1px 2px 16px 4px;;
    border-radius: 8px;
    transition: 400ms;
    cursor: pointer;
    color: #fff !important;
}
.cards{
    color: #020B2F;
}
.cards:hover{
    transform: scale(1.1);
    color: #020B2F;

}
.cards img{
    max-height: 73px;
}
.cards h2 {
    font-size: 16px;
    font-weight: 200;
}
.cards h3{
    color: #9E9E9E;
    font-size: 10px;
    font-weight: 400;
}
.cards h4 {
    font-size: 20px;
    margin-top: -5px;
    font-weight: 600;
}

/*Telegram*/

.telegram{
    background-color: #2299CA;
    height: 47px;
    color: #fff;
    border-radius: 8px;
    transition: 400ms;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
}
.telegram:hover{
    background-color: #006588;
    color: #fff;
}
/*video selecionado*/

.selecionado {
    background-color: #fff;
    color:#000 !important;
}
.selecionado h3{
    color: #242437;
}
.selecionado h2{
    font-weight: 400;
}
/*bloqueada*/
.bloqueado{
    cursor: not-allowed;
    opacity: 0.5;
}
.bloqueado:hover{
    transform: scale(1);
}
/*COMENTARIOS*/
.comentarios-fb{
    margin-top: 120px;
}
.comentarios-fb h3{
    color: #020B2F;
    font-size: 20px;
}
/*==================*/
.controlador-mobile{
    margin-top: 50px;
    margin-bottom: 20px;

}
.aula-mobile{
    opacity: 0.6;
    }
.aula-mobile:hover{
    color: #000;
}
.aula-mobile img {
    margin-top: -20px;
    width: 70px;
}
.aula-mobile h2 {
    font-size: 12px;
}

.aula-mobile h3 {
    font-size: 13px;
    color: #fff;
}
.aula-mobile a:hover{
    color: #ffff;
}
.selecionado-mobile{
    opacity: 1;
}
.selecionado-mobile h2 {
    color: #fff;
}
.selecionado-mobile h3 {
    color: #fff;
}

.btn-compra{
    background-color: #4ba941;
    color: #fff;
    font-weight: 600;
    height: 70px;
    border-radius: 8px;
    font-size: 20px;
    transition: 400ms;
}
.btn-compra:hover{
    color: #fff;
    background-color: #076900;
}
/*FOOTER*/
footer{
    background-color: #1b1e21;
    background-repeat: no-repeat no-repeat;
    background-size: cover;
    z-index: 1000;
    margin-top: 81px;
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px;
}
footer a{
    color: #fff;
    transition: 400ms;
}
footer a:hover{
    color: #D3D980;
    transition: 300ms;
}
.logo-footer{
    width: 320px;
}
.conter{
    display: inline-grid;
    grid-column-gap: 10px;
    grid-template-columns: repeat(3,1fr);
}
.player{
    left: 14%;
    position: absolute;
}
.vip-list{
    background-color: #fff;
    color: #000000;
    font-weight: bold;
}
.vip-list:hover {
    background-color: #d3d980;
    color: #000000;
    box-shadow: #d3d980 0 0 14px 1px;
}
.fb_iframe_widget_fluid{
    display: flex !important;
}