﻿/* Folder */

.img-docente {
    width: 101px;
    height: 127px;
    border-radius: 10px;
}

.texto-modal a {
    color: #000;
    text-decoration: none;
}

    .texto-modal a:hover {
        text-decoration: underline;
    }

div#folder a {
    text-decoration: none;
}

div#folder ul {
    list-style: none;
    padding: 0px;
}

div#folder .cabecalho {
    left: 0;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 25px;
}

div#folder .cabecalho > h1 {
    display: block;
    font-weight: bold;
    font-size: 30px;
    color: black;
    font-weight: 420;
    margin-bottom: 10px;
}

div#folder .cabecalho > h2 {
    display: block;
    font-weight: bold;
    font-size: 18px;
    font-family: "Literata", Arial, Helvetica, sans-serif;
    color: black;
    font-weight: 420;
}

div#folder .cabecalho .botao-cabecalho {
    text-align: center;
    display: block;
    font-weight: 500;
    background-color: transparent;
    padding: 6px 30px 8px 30px;
    margin: 20px 20px 0px 0px;
    border: 1px solid black;
    font-family: "Literata", Arial, Helvetica, sans-serif;
    transition-property: background, color;
    transition-duration: 0.5s;
    transition-timing-function: ease-in-out;
    cursor: pointer;
}

div#folder .cabecalho .botao-cabecalho:hover {
    background-color: white;
    --color: rgb(50, 125, 137);
    -webkit-box-shadow: 0 0 5px gray;
}

div#folder .topicos h4 {
    color: #578fae;
    font-size: 20px;
    margin-bottom: 3px;
    margin-top: 25px;
    font-weight: bold;
}

div#folder .topicos h3.tipo {
    color: black;
    font-size: 20px;
    font-weight: normal !important;
    margin-top: 9px;
}

div#folder .topicos h3.nome {
    font-size: 24px;
    font-weight: 600;
    margin-top: 5px;
    text-align: left;
}

div#folder .topicos a {
    color: #4e4e4e;
}

div#folder .topicos p > a {
    text-decoration: underline;
}

div#folder .topicos p, div#folder .topicos ul {
    color: #4E4E4E;
    font-size: 15px;
    line-height: 17px;
    text-align: justify;
    margin-bottom: 10px;
}

div#folder .accordion-unidade {
    background-color: #eeeeee;
    border-bottom-color: white;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    color: #353434 !important;
    font-size: 20px;
    font-weight: normal;
    padding-bottom: 15px;
    padding-left: 20px;
    padding-top: 2px;
}

    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;
        color: #ca2e32;
        display: inline;
        float: left;
        margin-top: 17px;
        width: 154px;
        font-size: 20px;
        font-weight: bold;
    }

div#folder div.status {
    color: #858584;
    display: inline;
    float: right;
    font-size: 16px;
    font-weight: bold;
    --margin-right: 208px;
    --margin-top: 10px;
    text-align: right;
    width: 300px;
}

div#folder .alerta {
    color: #cb410b !important;
}

div#folder .accordion-unidade span.aulas {
    display: inline;
    float: left;
    font-size: 14px;
    font-weight: bold;
    line-height: 22px;
    margin-left: 31px;
    margin-top: 21px;
}

div#folder .accordion-unidade span.horario {
    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;
    clear: both;
    display: block;
    font-size: 14px;
    font-weight: normal;
    margin-bottom: -3px;
    margin-left: 184px;
    margin-top: 51px;
}

div#folder .accordion-oferecimento {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #fafafa;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    padding-bottom: 1px;
    padding-left: 20px;
    padding-right: 50px;
    padding-top: 12px;
}

div#folder tbody {
    color: #4E4E4E;
}

div#folder .accordion-oferecimento td:first-child {
    font-weight: bold;
    width: 180px;
}

div#folder .accordion-oferecimento td {
    font-size: 14px;
    padding-bottom: 19px;
    vertical-align: top;
}

div#folder .accordion-oferecimento a {
    text-decoration: underline;
    color: #4e4e4e;
}

div#folder .accordion-oferecimento p {
    --font-family: "Literata", Arial, Helvetica, sans-serif;
    text-align: justify;
    line-height: 24px;
    margin-bottom: 10px;
}

.topicos .redes-sociais {
    display: flex;
    justify-content: center;
    margin: 20px 0 0 0;
    padding: 10px;
    background-color: #9b9583;
}

    .topicos .redes-sociais a {
        margin-left: 10px;
        margin-right: 10px;
    }

@media (max-width: 768px) {
    div#folder .cabecalho {
        padding-left: 15px;
        padding-right: 15px;
    }

    .topicos {
        padding-left: 15px;
        padding-right: 15px;
    }
}
