body {
    font-family: 'Arial', sans-serif;
}
html, body {
    background-color: #fafbfb;
}
.header-desktop, .menu-sidebar .logo, #chat_header {
    background-color: #151414;
}
.menu-sidebar, .menu-sidebar .menu-sidebar__content {
    background-color: #333333;
}
.account-item .content .js-acc-btn, .noti__item i, .header-exp-count, #exp_counter, .header-exp-count small,
.account-item .content .js-acc-btn:hover, .noti__item i:hover {
    color: #ffffff}
.menu-sidebar .menu-sidebar__content li a, .menu-sidebar .menu-sidebar__content li a i, 
.tutory-menu-closed .menu-sidebar__content .navbar-sidebar li a i,
.navbar-sidebar .navbar__list li:hover > a,
.navbar-sidebar .navbar__list li.active>a {
    color: #ffffff}
#bia_help .bia-title, #bia_menu h3, #bia_menu ul a {
    color: #ffffff}
#bia_help .bia-title, #bia_menu {
    background-color: #333333}
#bia_help img, .bia-profile img, .bot-profile img, .review-profile img  {
    border-color: #00aced}
#chat_container .chat-message.chat-bot-message .chat-message-text,#chat_container .chat-message.chat-user-message .chat-message-text,#chat_container .bia-profile,.goal-review-intro,.review-profile  {
    color: #555555}
#tarefas_dia_aluno .au-task-list .au-task__item--primary .au-task__item-inner {
    border-left-color: #0bb6ef !important;
}
.legend-week-activities span.legend-color.legend-1, 
.card-desempenho-header h2.desemp-title-34::before, 
.bg-estudo,
#tabela_resumo_semana .calendar-aluno-has-activity.etapa-1,
#dashboard_summary .day-activity-step-1 
{
    background-color:#0bb6ef !important;
}
.btn-desempenho-modalidades .btn-modal-34, .btn-desempenho-modalidades .btn-modal-34:hover 
{
    background: #0bb6ef !important;
    border-color: #0bb6ef !important;
}
.color-estudo {
    color: #0bb6ef !important;
}
#tarefas_dia_aluno .au-task-list .au-task__item--warning .au-task__item-inner, 
.meta-aviso-resumo-texto 
{
    border-left-color: #ff6b00 !important;
}
.legend-week-activities span.legend-color.legend-2, 
.card-desempenho-header h2.desemp-title-35::before, 
.bg-resumo,
#tabela_resumo_semana .calendar-aluno-has-activity.etapa-2,
#dashboard_summary .day-activity-step-2
{
    background-color:#ff6b00 !important;
}

.btn-desempenho-modalidades .btn-modal-35, 
.btn-desempenho-modalidades .btn-modal-35:hover 
{
    background: #ff6b00 !important;
    border-color: #ff6b00 !important;
}

.color-resumo {
    color: #ff6b00 !important;
}
#tarefas_dia_aluno .au-task-list .au-task__item--danger .au-task__item-inner, 
.meta-aviso-revisao-texto 
{
    border-left-color: #da3ab3 !important;
}
.legend-week-activities span.legend-color.legend-3, 
.card-desempenho-header h2.desemp-title-36::before, 
.bg-revisao,
#tabela_resumo_semana .calendar-aluno-has-activity.etapa-3,
#dashboard_summary .day-activity-step-3
{
    background-color:#da3ab3 !important;
}

.btn-desempenho-modalidades .btn-modal-36, 
.btn-desempenho-modalidades .btn-modal-36:hover 
{
    background: #ff6b00 !important;
    border-color: #ff6b00 !important;
}

.color-revisao {
    color: #ff6b00 !important;
}
#tarefas_dia_aluno .au-task-list .au-task__item--success .au-task__item-inner, 
.meta-aviso-exercicio-texto 
{
    border-left-color: #0fa758 !important;
}
.legend-week-activities span.legend-color.legend-4, 
.card-desempenho-header h2.desemp-title-37::before, 
.bg-exercicio,
#tabela_resumo_semana .calendar-aluno-has-activity.etapa-4,
#dashboard_summary .day-activity-step-4
{
    background-color:#0fa758 !important;
}

.btn-desempenho-modalidades .btn-modal-37, 
.btn-desempenho-modalidades .btn-modal-37:hover 
{
    background: #0fa758 !important;
    border-color: #0fa758 !important;
}

.color-exercicio {
    color: #0fa758 !important;
}
/*Custom CSS*/
html,body {
    background: #fff;
}
.header-desktop {
    background-color: #000;
    border-bottom: 5px solid #cba660;
}
/* Menu */
.menu-sidebar {
    width: 250px;
    background: #000;
    color: #fff;
}
.navbar-sidebar {
    padding: 1em;
}
.navbar-sidebar ul li a {
    padding: .5em 0;
    color: #fff;
}
@media (min-width: 991px) {
    .tutory-menu-closed .menu-sidebar__content {
        background: #000;
    }
}
.header-desktop {
    left:250px;
} 
.page-container {
    padding-left: 250px;
}
.menu-sidebar .logo {
    background-color: #000;
    border-bottom: 5px solid #cba660;
    box-shadow: none;
    -webkit-box-shadow: none;
}
.logo img {
    height: 60px;
}
.navbar-sidebar .navbar__list li.active > a  {
    color: #fff;
    font-weight: 600;
}
.navbar-sidebar .navbar__list li:hover > a {
    color: #fafafa;
}
#bia_help img {
    border-color: #000;
}
#bia_help .bia-title {
    background-color: #000;
}
#bia_menu {
    background-color: #000;
}
#chat_header .btn-info {
    background-color: #333;
    border-color: #cba660;
}
#chat_container .chat-message .chat-message-icon {
    background-color: #cba660;
}
/*Loja*/
#loja_parceiros nav {
    background-color: #333;
}
#loja_parceiros footer {
    background-color: #cba660;
}
/*Bemvindo*/
#lp_bemvindo {
    background: #e9e9e9;
    color: #fff;
}
#lp_bemvindo nav {
    background: #000;
    height: 100px;
    padding-top: 5px;
}
#lp_bemvindo nav img {
    margin-top: 0;
    margin-bottom: 0;
    height: 90px;
}
#lp_bemvindo nav .brand-logo {
    line-height: 0;
}
#lp_bemvindo #nav-mobile li {
    height: 90px;
    line-height: 90px;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: flex-start;
}
#lp_bemvindo #nav-mobile a {
    font-size: 0;
    line-height: 0;
    display: inline;
    padding: 0;
}
#lp_bemvindo #nav-mobile img {
    height: 30px;
}
#lp_bemvindo .lucio-hero {
    margin: 0;
    position: relative;
    overflow: hidden;
}
#lp_bemvindo .lucio-hero .lucio-hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    margin: 0;
    padding: 0; 
    background: url('//assets.tutory.com.br/img/smartcoach/smartcoach_banner.jpg') no-repeat center center;
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
}
#lp_bemvindo .lucio-hero .container {
    position: relative;
    z-index: 2;
}
#lp_bemvindo .lucio-hero h1 {
    font-weight: 100;
    font-size: 3rem;
    line-height: 3rem;
    margin: 3em auto;    
    color: #333;
}
#lp_bemvindo .lucio-hero h1 .smart-bold {
    font-weight: 800;
    color: #f9c847;
}
#lp_bemvindo .lucio-description-placeholder {
    position: relative;
    margin: 0;
    z-index: 2;
}
#lp_bemvindo .lucio-hero p {
    font-weight: 100;
    line-height: 1.5rem;
    font-size: 1.25rem;
    margin: .5em auto 1em auto;   
}
#lp_bemvindo .lucio-activate {
    width: 100%;
    position: relative;
    padding: 2em .5em;
    background: #f8c847;
    margin: 0 auto 2em auto;
    border-radius: .5rem;
    top: -3em;
    box-shadow: 1px 2px 3px rgba(0,0,0,1);
}
#lp_bemvindo .lucio-activate p {
    font-weight: 600;
    font-size: 1.5rem;
    line-height: 2rem;
    color: #000;
    text-align: right;
    text-transform: uppercase;
    margin: 0;
    max-width: 50%;
    padding-right: .5em;
}
#lp_bemvindo .lucio-activate .btn {
    font-weight: 300;
    font-size: 1rem;
    line-height: 1.25rem;
    text-transform: uppercase;
    color: #fff;
    border-radius: .25rem;
    background: #c32c28;
    height: auto;
    padding-top: .5em;
    padding-bottom: .5em;
    max-width: 30%;
}
#lp_bemvindo .grid-align {
    position: relative;
    display: flex;
    flex-wrap: wrap;
}
#lp_bemvindo .grid-align.valign-middle {
    align-content: center;
}
#lp_bemvindo .grid-align.align-center {
    align-items: center;
    justify-content: center;
}
#lp_bemvindo .grid-align.align-left {
    align-items: flex-start;
    justify-content: flex-start;
}
#lp_bemvindo .lucio-description {
    margin-top: -5em;
    padding-top: 2.5em;
    padding-bottom: 2.5em;
}
#lp_bemvindo .lucio-description img {
    margin: 0;
    padding: 0;
    width: 40%;
}
#lp_bemvindo .lucio-description p {
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 100;
    width: 60%;
    margin: 0;
    color: #000;
    padding: 0;
}
#lp_bemvindo .lucio-mac-container {
    background: #303030;
    background-image: url('//assets.tutory.com.br/img/smartcoach/smartcoach_05.png');
    background-position: top left;
    background-repeat: no-repeat;
    padding: 2em 0;
}
#lp_bemvindo .lucio-mac-text {
    width: 60%;
}
#lp_bemvindo .lucio-mac-img {
    width: 40%;
    position: relative;
}
#lp_bemvindo .lucio-mac-img img {
    width: 100%;
    max-width: 100%;
}
#lp_bemvindo .lucio-student-container {
    background: #f8c847;
    overflow: visible;
    background-image: url('//assets.tutory.com.br/img/smartcoach/smartcoach_02.png');
    background-position: top right;
    background-repeat: no-repeat;
    z-index: 3;
}
#lp_bemvindo .lucio-student-img {
    width: 30%;
    position: relative;
    align-self: flex-end;
}
#lp_bemvindo .lucio-student-img img {
    width: 100%;
    max-width: 100%;
    float: left;
}
#lp_bemvindo .lucio-student-text {
    width: 70%;
}   
#lp_bemvindo .lucio-others-placeholder {
    margin-top: 0;
    clear: both;
    overflow: hidden;
    background: #031526;
}
#lp_bemvindo .lucio-others-placeholder h2 {
    font-weight: 800;
    color: #f8c847;
    font-size: 2.5rem;
    line-height: 2.5rem;
    text-align: center;
    margin: 3em auto 1em auto;
}
#lp_bemvindo .lucio-others .card {
    background: transparent;
    box-shadow: none;
    border: 1px solid #fff;
    border-radius: .5rem;
    text-align: center;
}
#lp_bemvindo .lucio-others .card-title {
    font-size: 1.25rem;
    line-height: 1.5rem;
    font-weight: 100;
    color: #fff !important;
}
#lp_bemvindo .lucio-others .card a {
    display: inline-block;
    background: #f8c847;
    color: #fff;
    font-size: .8rem;
    text-transform: uppercase;
    padding: .5em;
    border-radius: .5rem;
}
#lp_bemvindo #footer {
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100px;
    background: #000;
    text-align: center;
}
#lp_bemvindo #footer img {
    margin-top: 5px;
    height: 90px;
}

/* Bot */
#chat_header {
    background: #000;
}
#chat_placeholder {
    background: #333;
}
#chat_container .bia-profile {
    color: #cba660;
}
#chat_container .bia-profile img {
    border-color: #cba660; 
}
#chat_container .chat-message.chat-bot-message .chat-message-text {
    color: #eee;
}
#chat_container .chat-message.chat-user-message .chat-message-text {
    color: #fff;
}
#chat_container .chat-message.chat-user-message .chat-message-icon {
    background: #000;
}
#lp_bemvindo .lucio-description p, #lp_bemvindo .lucio-mac-text p, #lp_bemvindo .lucio-student-text p {
    font-weight: 100;
}
@media (min-width: 900px) and (max-width: 1199px){
#lp_bemvindo .lucio-description p, #lp_bemvindo .lucio-mac-text p, #lp_bemvindo .lucio-student-text p {
        font-size: 1.5rem !important;
        line-height: 2.5rem !important;
    }
}
@media (min-width: 1200px) {
    #lp_bemvindo .lucio-description p, #lp_bemvindo .lucio-mac-text p, #lp_bemvindo .lucio-student-text p {
        font-size: 2rem !important;
        line-height: 3rem !important;
    }
}
@media (max-width:992px) {
	.tutory-menu-closed .page-container {
		padding-left:0;
	}
	.header-desktop {
		left: 0;
	}
}

.activity-title-date-subscription {
display: none;
}

.activity-title-date-cronogram {
display: none;
}

body {
  opacity: 0;
  animation: aparecer 0.3s ease forwards;
  animation-delay: 0.3s;
}

@keyframes aparecer {
  to { opacity: 1; }
}
