/*
    Created on : 19/10/2018, 15:45
    Author     : William Freire
*/
#accordionPerguntas .btn-link {
    white-space : normal;
    text-align  : left;
}

#accordionPerguntas .btn-link p {
    margin:0;
}

.mais_info_saesp > p,
.contato_saesp > p {
    margin-bottom: 0;
}

.mais_info_saesp > p:first-of-type,
.contato_saesp > p:first-of-type {
    padding-top: 1rem;
}

.mais_info_saesp > p:nth-of-type(2){
    font-weight: bold;
}

.contato_saesp > p:first-of-type {
    font-weight: bold;
}

/* Texto com recuo */
.texto_recuo {
    font-size   :14px;
    font-style  : italic;
    font-weight : bold;
}

.blockquote {
    padding     : 10px 20px;
    margin      : 0 0 20px;
    font-size   : 17.5px;
    border-left : 5px solid #eee;
}

/* Fim Texto com recuo */

/* Encontros Paulistas */
#tabela_encontro {
    overflow-x: auto;
}

#tabela_encontro .a {
    color: #000;
}
/* Fim Encontros Paulistas */

/*--- plano_tabela ---*/
#TabPlanoTabelaAnexos {
    padding-top: 2rem;
}
/*--- FIM plano_tabela ---*/

/*--- assistencia_orgaos_saesp*/
#TabAssistenciaOrgaosSaespAnexos {
    padding-top: 2rem;
}
/*--- FIM assistencia_orgaos_saesp*/

/*--- cronologia ---*/
#linha_tempo_saesp.cd-timeline {
    background-color: #FFFFFF;
}

#linha_tempo_saesp .cd-timeline__container::before {
    background-color: #9C441B;
}

#linha_tempo_saesp .marcador-timeline {
    background-color: #C0A771;
    opacity: 1;
}

#linha_tempo_saesp .cd-timeline__content {
    background-color: #FBF6E8;
    box-shadow: none;
}

#linha_tempo_saesp .text--subtle {
    font-size: 16px;
}

#linha_tempo_saesp .text--subtle a:link,
#linha_tempo_saesp .text--subtle a:visited,
#linha_tempo_saesp .text--subtle a:active {
    color: #9C441B;
}
/*--- FIM cronologia ---*/

/*--- Sistema de Arquivos ---*/

i.icon-2x {
    font-size: 30px;
}

.plano_tab_card{
    margin-bottom: 20px;
}

.plano_tab_texto{
    text-align: center;
}

.plano_tab_texto i{
    margin-bottom: 5px;
}

.plano_tab_cor1 {  
    border: #009ACD 5px solid;
    border-radius: 10px;
}

.plano_tab_cor2 {   
    border: #00abcd 5px solid;
    border-radius: 10px;
}

.plano_tabela_livro{
    margin-left: auto;
    margin-right: auto;
}

.livro_img img {
    max-width: 100%;
}

.livro_img img{
    height: 303.15px;
    width: 240px;
}

#plano_tab_p {
    margin-top: 20px;
    display: inline-table;
}

.normas_protocolo_box{
    margin-left: auto;
}
.normas_tab{
    padding: 15px 15px;
    border: #009ACD 5px solid;
    border-radius: 5px;
    margin-bottom: 20px;
    margin-left: 5px;
}


#normas_protocolo_img{
    margin: auto;
}

.tb_monitoria {
    width: 60%;
    border-radius: 20px;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
}

.tb_monitoria td{
    border-top: 0px;
}

#monitoria_sic{
    background: #33ccff;
}

#monitoria_arquivo{
    background: #33adff;
}

#monitoria_protocolo{
    background: #33bbff;
}

#monitoria_atuacao{
    text-align: center;
    vertical-align: middle;
    background: #6699cc;
}

.spd_criterio_cor1 {  
    border: #cc0000 4px solid;
    border-radius: 10px;
}

.spd_criterio_cor2 {   
    border: #737373 4px solid;
    border-radius: 10px;
}

.spd_criterio_cor3{
    border: #737373 4px solid;
    border-radius: 10px;
}

.ssp_box_servico .servico1{
    float: left;
}

.ssp_box_servico .servico2{
    float: right;
}

.ssp_atividade_texto {
    padding: 20px 30px;
    text-align: center;
    margin-bottom: 20px;
}

.ssp_atividade_cor1 {  
    border: #2eb82e 4px solid;
    border-radius: 10px;
}

.ssp_atividade_cor2 {   
    border: #2ecc71 4px solid;
    border-radius: 10px;
}

.ssp_atividade_texto h2 a:hover{
    text-decoration: none;
}

.ssp_box_numero h5{
    font-weight: bold;
    font-size: 3.25em;
    color: #fff;
    text-shadow: 3px 3px 5px #2d862d;
}

.ssp_box_numero p{
    font-size: 1.2em;
    color: #fff;
    text-shadow: 3px 3px 5px #2d862d;
}

.ssp_box_numero small{
    font-weight: bold;
    color: #fff;
}

.box_ssp{
    display: inline-flex;
}

.ssp_box_descricao {
    border: #37b042 solid 2px;
    padding: 20px 50px 10px;
    margin-bottom: 50px;
    position: relative;
}

.ssp_box_papel{
    background: #35aa3f;
    border-radius: 5px;
    padding: 10px ;
    color: #fff;
    font-size: 1.1em;
    margin-left: 50px;
    position: absolute;
    float: left;
    margin: -85px 45px;
}

.stretch {
    align-content: stretch;
}

/*--- Fim Sistema de Arquivos ---*/
@media (max-width: 575px) {
    
    .normas_protocolo_box{
        margin-left: inherit;
    }
    
    .normas_tab{
        padding: 15px 10px;
        margin-left: 0px;
    }
    
    .ssp_box_destaque{
        font-size: 1.2em;
    }

    .ssp_box_papel{
        max-width: 250px;
        margin: -150px -30px;
    }

    .containerT {
        max-width: 850px;
        height: 1010px;
        margin: 0 auto;
        display: inline-flex;
        border: 1px solid #ccc;
        flex-wrap: wrap;
    }

    .item {
        flex: 1;
        margin: 5px;                           
        padding: 20px 5px;
        text-align: center;
        font-size: 1.0em;
        background: #39ac39;
        color: white;
        font-size: 1.5em;
    }
    
}

@media (max-width: 767px) {
    #banner_int_fundo {
        background-image  : url('../imgs/banner_gestao_783x49.png') !important;
        height            : 150px;
    }
    
    .livro_img_manual{
        margin-bottom: 10px;
    }
    
}

@media (min-width: 768px) {
    #banner_int_fundo {
        background-image : url('../imgs/banner_gestao_2400x230.png') !important;
        min-height       : 120px;
    }
}

@media (min-width: 992px) {

}

@media (min-width: 576px) and (max-width: 767px) {
}

@media (min-width: 768px) and (max-width: 991px) {
}

@media (min-width: 992px) and (max-width: 1199px) {
    .normas_tab{
        padding: 15px 5px;
        margin-left: 5px;
    }
}
