@import url('https://fonts.googleapis.com/css?family=Muli'); /* Carregar fonte dos titulos */
@import url('https://fonts.googleapis.com/css?family=Quicksand'); /* Carregar fonte dos textos */

body {
    font-family: 'Quicksand', sans-serif; /* Setar fonte dos textos */
    color: #fff; /* Setar cores dos textos */
    background-color: #1D1D25; /* Setar cor 1 */
}
.navbar .nav>li>a, .dropdown-menu>li>a, #admin #toolbar .btn {
    font-family: 'Quicksand', sans-serif; /* Setar fonte dos textos */    
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Muli', sans-serif; /* Setar fonte dos titulos */
}
h1, h2, h3, h4, h5, h6, #top-internal h1 {
    color: #fff; /* Setar cores dos titulos */
}
a, a:link, a:hover, a:visited, a:active, .btn-link, .btn-link:hover {
    color: #529DAB; /* Setar cores dos links */

}
a:hover, a:focus {
    color: #D74061; /* Setar cores dos links com foco*/
}
#landingpage-subscription #registration-course h4, #landingpage-subscription #registration-course h2, .popover-title, .popover-content {
    color: #3e3f3a;   
}
#landingpage-subscription .carousel .carousel-control, .cr-black {
    background-color: #3e3f3a;
}
#steps-cart, #details-course h1, #details-course h2, #details-course h3, #details-course, #payment-methods h4, .modal-body {
    color: #1D1D25; 
}
#course-banner {
    background-color: #11111B;
}
#top-menu.addColor {
    background-color: #11111B; /* Setar cor 2 */
}
#top-internal, #landing-page #registration-course {
    background-color: #529DAB; /* Setar cor 3 */
}
.btn-default, .btn-default:hover {
    background-color: #3e3f3a; /* Setar cor do botão Padrão */
}
.btn-info, .btn-info:hover, #slider .carousel-caption .btn-info, #slider .carousel-caption .btn-info:hover {
    background-color: #f1c232; /* Setar cor do botão de informação */
}
.btn-success, .btn-success:hover  {
    background-color: #6aa84f; /* Setar cor do botão de sucesso */
    color: #fff !important;
}
.btn-danger, .btn-danger:hover, #list-courses .course-unit .language-course-title {
    background-color: #D74061; /* Setar cor do botão de atenção */
}
.well {
    background-color: rgba(255, 255, 255, 0.2);
}

/* aqui entra o css especifico no cliente */

