/*Google*/
/*.gsc-search-button {
    background: url("../images/lupa.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
}*/

* {
    font-family: "Source Sans 3", sans-serif !important;
}

body {
    background-color: #fff !important;
}

/* Banner */
header .bg-banner {
    background-color: white;
}

#logo-artes-design {
    display: block;
    float: left;
    margin-top: 20px;
    margin-left: 0;
    width: 120px;
    height: 85px;
}

#logo-continuacao {
    display: block;
    float: left;
    margin-top: 20px;
    margin-left: 0;
    width: 262px;
    height: 85px;
}

/* Menu */
.menu-principal-dropdown {
    background-color: #7fb7d6;
    padding: 0px 0px 20px 30px;
}

.menu-principal-dropdown a.dropdown-item {
    padding: 0px
}

.menu-principal-dropdown .dropdown-item:hover {
    background-color: transparent !important;
    color: white;
}

.menu-principal li.nav-item a.nav-link {
    color: #006891;
    --font-size: 21px;
}

#filtro-tipo, #filtro-modalidade, #filtro-situacao{
    padding-top: 10px !important;
    padding-left: 10px !important;
}

ul#filtro-checkbox {
    float: left;
    width: 200px;
    margin-left: 0px;
    margin-bottom: 10px;
    background-color: #fff;
    border: 2px solid #eeeeee;
    overflow-x: hidden;
    overflow-y: hidden;
}

div#filtros-cursos ul ul li {
    line-height: normal;
}

div#filtros-cursos > ul > li {
    padding-left: 10px;
    font-weight: 400;
    line-height: 30px;
    color: #4E4E4E;
    background-color: #f5f5f5;
}

div#filtros-cursos > ul > li > ul {
    padding: 10px 0px 10px 10px;
    margin-left: -10px;
    background-color: #fff;
}

.menu-principal {
    border-top-color: #eaeaea;
    border-top-style: solid;
    border-top-width: 1px;
    border-bottom-color: #eaeaea;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    background-attachment: scroll;
    background-clip: border-box;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    height: 40px;
    margin-left: 0;
    width: 960px;
    color: #686868 !important;
    font-size: 16px;
}

.menu-principal li.nav-item a.nav-link {
    color: #A0A0A0 !important;
}

.menu-principal li.nav-item a.nav-link:hover {
    background-color: transparent;
    color: #686868 !important;
}

.navbar-dark .navbar-toggler {
    filter: invert(100%);
    border-color: gray !important;
}

@media (min-width: 768px) {
    .menu-principal li.nav-item a.nav-link:hover, .menu-principal li.nav-item a.submenu-ativo {
        --background-color: white;
        --color: #686868 !important;
    }
}

@media (max-width: 768px) {
    header a.logo-principal {
        text-align: center;
        display: block;
    }

    .menu-principal {
        height: auto;
        width: 100%;
        border-top-width: 0px;
        border-bottom-width: 0px;
    }

    .navbar-collapse {
        border-top-color: #eaeaea;
        border-top-style: solid;
        border-top-width: 1px;
        border-bottom-color: #eaeaea;
        border-bottom-style: solid;
        border-bottom-width: 1px;
        background-color: #fff;
        padding-bottom: 10px;
    }

    #logo-artes-design{
        padding-left: 10px;
    }

    #logo-continuacao {
        display: none;
    }
}

/* Cursos */
div#cursos h3 {
    color: #ff6600 !important;
    margin-top: 0px !important;
    margin-bottom: 15px !important;
    font-size: 36px !important;
    font-weight: 400;
}

li.area{
    display: none !important;
}

div#cursos .sub-area {
    color: #000;
    font-size: 24px;
    padding: 0px;
}

div#cursos .item, div#cursos .item a {
    color: #4E4E4E;
    font-size: 18px !important;
    line-height: 36px;
    padding: 0px;
}

/* Folder */
#folder .topicos h4 {
    font-size: 24px !important;
    margin-top: 36px !important;
    margin-bottom: 10px !important;
    color: #000 !important;
    overflow-x: hidden;
    overflow-y: hidden;
    font-weight: 400 !important;
}

#folder .topicos p {
    color: #4E4E4E !important;
    font-size: 20px !important;
    line-height: 30px !important;
    /* text-align: justify; */
    margin-bottom: 10px !important;
    font-weight: 400 !important;
}



/* Footer */
footer .rodape {
    background-color: #DDDDDD;
}

footer .rodape-linha1 a{
    color: #2a87bb;
}

footer .rodape-linha2 a {
    color: #4e4e4e;
}

footer .rodape-linha3, footer .rodape-linha3 a {
    color: #2a87bb;
}

footer .rodape-linha3 span a {
    color: #4e4e4e;
}

/* Home */
div.oferecimento h2 {
    color: #ca2e32
}

div.oferecimento td a{
    color: #4E4E4E;
}

div.banners-pequenos a:hover{
    outline-color: #a18c59;
}

/* Pagina Estatica */
div.conteudo-generico {
    color: #4E4E4E;
}
div.conteudo-generico h3, h4, h5 {
    color: #006891;
}
div.conteudo-generico input, div.conteudo-generico textarea {
    border: 1px solid #226C96;
}
div.conteudo-generico input[type="button"],
div.conteudo-generico input[type="submit"],
div.conteudo-generico input[type="reset"],
div.conteudo-generico a.botao {
    background-color: #226C96;
    border: 1px solid #226C96;
}