﻿* {
    color: #00203D;
}

/* Footer*/
footer p, .copyright {
    color: #ffffffb3;
}

/* Curso */
div#filtros-cursos > ul > li {
    font-size: 20px;
    font-weight: 500;
    padding-bottom: 5px;
}

div#filtros-cursos > ul > ul > li {
    font-size: 16px !important;
    font-weight: 400 !important;
    padding-bottom: 8px;
}

div#filtros-cursos > ul > ul {
    margin-bottom: 30px !important;
}

div#filtros-cursos > ul > ul > li > input{
    margin: 0px 5px 0px 0px;
}

/**/
div#cursos h3{
    font-size: 25px;
    margin-bottom: 20px !important;
}

ul.listaAreas li.area {
    color: #00203D !important;
    padding-left: 0px !important;
    background-color: transparent !important;
    font-size: 24px !important;
    line-height: 40px !important;
}

ul.listaCursos {
    list-style: none;
}

ul.listaCursos .sub-area {
    display: none !important;
}

ul.listaCursos li.item {
    padding-left: 0px !important;
}

ul.listaCursos li.img-folder {
    display: inline;
    float: left;
    height: 200px;
    width: 50%;
    padding: 10px 15px 20px 0;
}

div#cursos .item a {
    font-size: 18px;
    line-height: 20px;
}

div#cursos .botao-todos {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 18px !important;
    letter-spacing: 1px;
    display: block;
    width: fit-content;
    padding: 15px 20px;
    border-radius: 50px;
    transition: 0.5s;
    color: #fff;
    background: var(--color-primary);
    display: table;
    border: transparent;
}

div#cursos .lc-botao-todos {
    float: none;
    display: flex;
    justify-content: center;
}

/* Folder */
div#cabecalho-folder #cabecalho {
    margin-top: 90px;
    left: 0;
    width: 100%;
    min-height: 400px;
    background-color: rgba(19, 59, 66, .5);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-blend-mode: soft-light;
    margin-bottom: 100px;
    display: flex;
    align-items: center;
    padding: 30px;
}

#cabecalho .informacoes_curso {
    left: 0;
    width: 100%;
    text-align: center;
}

#cabecalho h1 {
    display: block;
    font-weight: 400;
    font-size: 45px;
    color: white;
    margin-bottom: 30px;
    padding-left: 25px;
    padding-right: 25px;
    text-shadow: #232121 0 0 12px;
}

#cabecalho h2.tipo {
    border: 1px solid #fff;
    background: Transparent;
    color: #fff;
}

#cabecalho h2 {
    display: block;
    margin: 15px auto;
    width: fit-content;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 1px;
    border: none;
    border-radius: 50px;
    transition: 0.5s;
    padding: 10px 50px;
    color: #fff;
    background: var(--color-primary);
}

/**/

div#folder .topicos h4 {
    font-size: 30px;
    font-weight: 500;
    margin-top: 20px;
    margin-bottom: 10px;
}

div#folder .topicos p {
    text-align: left;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.5;
    margin-bottom: 15px;
    margin-top: 0;
}

div#folder .accordion-unidade {
    background-color: #f5f5f5;
    border: 1px solid #ddd;
    font-size: 20px;
    font-weight: normal;
    --margin: 0 20px;
    padding: 10px 20px;
}

div#folder .accordion-unidade h4 {
    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;
    margin: 0;
    font-size: 40px;
    font-weight: 500;
}

div#folder .accordion-oferecimento {
    border: 1px solid #ddd;
    background-color: white;
    --margin: 0 20px;
    padding-top: 0px;
    padding-left: 20px;
    padding-right: 50px;
    padding-bottom: 0px;
}

div#folder .accordion-oferecimento td:first-child {
    font-weight: 500;
    width: 180px;
}

div#folder .accordion-oferecimento td {
    font-size: 18px;
    font-weight: 300;
    padding-bottom: 19px;
    vertical-align: top;
}

div#folder .accordion-oferecimento .direcionamento {
    --margin-left: 180px;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 600;
    font-size: 18px !important;
    letter-spacing: 1px;
    width: fit-content;
    padding: 10px 20px;
    margin-top: 7px;
    margin-bottom: 3px;
    border: none;
    border-radius: 50px;
    transition: 0.5s;
    color: #fff;
    background: var(--color-primary);
    height: 75%;
    display: block;
    float: right;
}

div#folder .topicos a {
    color: var(--color-default);
}

div#folder .topicos p > a {
    text-decoration: underline;
}

@media (max-width: 768px) {
    .topicos {
        padding-left: 15px;
        padding-right: 15px;
    }
}