﻿/* Curso - Filtro*/
    div#filtros-cursos ul {
        padding: 0px;
        list-style: none;
        color: #4E4E4E;
    }

    div#filtros-cursos > ul > li {
        padding: 0px;
        font-weight: bold;
        line-height: 24px;
    }

    div#filtros-cursos ul ul li {
        font-size: 13px;
        font-weight: normal;
        line-height: 15px;
    }

    div#filtros-cursos #filtro-texto li input[type="text"] {
        font-size: 13px;
        width: 110px;
        height: 22px;
        background: none repeat scroll 0 0 #EEEEEE;
        border: 1px solid silver;
        font-size: 16px;
        padding-left: 3px;
        padding-right: 3px;
        border-radius: 4px;
        color: #4E4E4E;
    }

    div#filtros-cursos li input[type="button"] {
        background-color: #226C96;
        border: 1px solid #195170;
        border-radius: 4px;
        text-decoration: none;
        font-size: 13px;
        height: 22px;
        font-weight: normal;
        line-height: 19px;
        color: #FFFFFF;
    }

        div#filtros-cursos li input[type="button"]:hover {
            background-color: #2a87bb;
        }

div#cursos ul {
    padding-left: 0px;
    margin: 0px;
}

.form-check-input {
    /*background-size: initial;*/
    cursor: pointer;
    margin-right: 5px;
    padding: 6px;
}

    .form-check-input:checked[type=radio] {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='150' height='150' fill='%23fff' class='bi bi-check' viewBox='0 0 16 16'%3E%3Cpath d='M12.736 3.97a.733.733 0 0 1 1.047 0c.286.289.29.756.01 1.05L7.88 12.01a.733.733 0 0 1-1.065.02L3.217 8.384a.757.757 0 0 1 0-1.06.733.733 0 0 1 1.047 0l3.052 3.093 5.4-6.425z'/%3E%3C/svg%3E");
    }

    .form-check-input[type=radio] {
        border-radius: .25em;
    }

/* Cursos - Conteúdo */

@media (max-width: 768px) {
    div#filtros-cursos {
        display: none;
    }
}

div#cursos h4 {
    color: #4E4E4E;
    font-size: 18px;
    font-weight: bold;
}

div#cursos ul {
    list-style: none;
}

div#cursos .area {
    padding-left: 20px;
    background-color: #eeeeee;
    font-size: 18px;
    line-height: 28px;
    color: #ca2e32;
}

div#cursos .sub-area {
    padding-left: 30px;
    background-color: #fff;
    font-size: 16px;
    line-height: 28px;
    color: #2a87bb;
}

div#cursos .item {
    padding-left: 40px;
    background-color: #fff;
}

    div#cursos .item a {
        font-weight: normal;
        --line-height: 28px;
        color: #4e4e4e;
        font-size: 14px;
        text-decoration: none;
    }

    div#cursos .item a:hover {
        text-decoration: underline;
    }

.direcionamento {
    background-color: #9ac039;
    border: 1px solid #7B9A2E;
    color: white !important;
    font-size: 16px !important;
    font-weight: bold;
    height: 30px;
    padding-left: 26px;
    padding-right: 26px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 4px;
    width: 186px;
    text-decoration: none !important;
    cursor: pointer;
}

.listaCursos img {
    width: -webkit-fill-available;
    min-height: 128px;
    max-height: 128px;
    margin-bottom: 15px;
    border-radius: 10px;
}

.lc-botao-todos {
    float: right;
}