@media print {

}
body{
    background-color: #ffffff !important;
    font-size: 12pt;
    font-family: 'Calibri', 'Lato', sans-serif;
}
body *{
    -webkit-print-color-adjust: exact;
}
footer{ page-break-after: always; }
main{
    margin-top: 3rem;
    margin-bottom: 3rem;
}
.pagina-fixa .cieb-logo{ height: 5.5rem; }
.pagina-fixa .titulo > p > span{
    font-size: 22pt;
    background-color: #85c440 !important;
    color: #141e3d;
    font-weight: bold;
}
.pagina-fixa .subtitulo > p > span{
    font-size: 18pt;
    background-color: #fddc2d !important;
    -webkit-print-color-adjust: exact;
    color: #141e3d;
    font-weight: bold;
}
.pagina-fixa .objetivos .inicio{
    font-size: 16pt;
    font-weight: bold;
}
.eixos-conceitos .titulo span{
    font-size: 20pt;
    font-weight: bold;
    line-height: 1em;
    border-left: 12px solid;
    display: block;
    padding-left: 1rem;
    height: 100%;
}
.eixos-conceitos .titulo.e-cd span{ border-left-color: #FC7D33; }
.eixos-conceitos .titulo.e-td span{ border-left-color: #589D88; }
.eixos-conceitos .titulo.e-pc span{ border-left-color: #A0C284; }
.eixos-conceitos .subtitulo{
    border-bottom: 2px solid;
    font-weight: bold;
    font-size: 16pt;
    line-height: 1em;
}
.eixos-conceitos .subtitulo.c-ld{ border-bottom-color: #FC7D33; }
.eixos-conceitos .subtitulo.c-cd{ border-bottom-color: #FC7D33; }
.eixos-conceitos .subtitulo.c-ts{ border-bottom-color: #FC7D33; }
.eixos-conceitos .subtitulo.c-rd{ border-bottom-color: #589D88; }
.eixos-conceitos .subtitulo.c-hs{ border-bottom-color: #589D88; }
.eixos-conceitos .subtitulo.c-cr{ border-bottom-color: #589D88; }
.eixos-conceitos .subtitulo.c-ab{ border-bottom-color: #A0C284; }
.eixos-conceitos .subtitulo.c-al{ border-bottom-color: #A0C284; }
.eixos-conceitos .subtitulo.c-de{ border-bottom-color: #A0C284; }
.eixos-conceitos .subtitulo.c-rp{ border-bottom-color: #A0C284; }

.filtros-aplicados .titulo{
    background-color: #D8D8D8 !important;
}
.filtros-aplicados .lista{
    background-color: #f2f2f2 !important;
    line-height: 1.2em;
}

.recuo-0{
    padding-left: 0rem;
}
.recuo-1{
    padding-left: 1rem;
}
.recuo-2{
    padding-left: 2rem;
}
.recuo-3{
    padding-left: 3rem;
}
.recuo-4{
    padding-left: 4rem;
}

.box{
    background-color: #ffffff;
    height: 100%;
    text-align: center;
    line-height: 1.1em;
}
.box .nivel,
.box .eixo{
    padding-top: .5rem;
    padding-bottom: .5rem;
}
.box .nivel{
    border-bottom: 1px solid #dfdfdf;
}
.box .eixo{
    height: inherit;
}
.box .ano .valor{
    width: 100%;
    padding-top: .5rem;
    padding-bottom: .5rem;
    border-right: 1px solid #dfdfdf;
}
.box .conceito{
    line-height: 1em;
    padding-top: .7em;
    padding-bottom: .7em;
    height: inherit;
}
.box .label{
    font-weight: bold;
}
.box .icone {
    font-size: 2em;
    color: #85c440;
}
.box .icone .maturidade {
    height: auto;
    width: 3rem;
}
.box .habilidade .codigo{
    background-color: #85c440;
    color: #ffffff;
    font-weight: bold;
}
.box .habilidade .descricao{
    font-weight: normal;
    font-size: 1.3em;
}

.conteudo .border-left,
.conteudo .border-bottom {
    border-color: #b2b2b2 !important;
}

.encerramento .cieb-logo{
    width: 5rem;
}