/*Grade*/
.grade {
    margin: 0 auto;
    width: 1200px;
}

.grade-linha {
    padding: 0 15px;
}

.grade-linha-interna {
    padding: 0;
}

.grade-linha-interna:before,
.grade-linha-interna:after,
.grade-linha:before,
.grade-linha:after {
    display: table;
    content: '';
}

.grade-linha-interna:after,
.grade-linha:after {
    clear: both;
}

.col1, .col2, .col3, .col4, .col5, .col6, .col7, .col8, .col9, .col10, .col11, .col12 {
    float: left;
    margin: 0 30px 0 0;
}

.col1:last-child,
.col2:last-child,
.col3:last-child,
.col4:last-child,
.col5:last-child,
.col6:last-child,
.col7:last-child,
.col8:last-child,
.col9:last-child,
.col10:last-child,
.col11:last-child,
.col12 {
    margin: 0;
}

.col1 {
    width: 70px;
}

.col2 {
    width: 170px;
}

.col3 {
    width: 270px;
}

.col4 {
    width: 370px;
}

.col5 {
    width: 470px;
}

.col6 {
    width: 570px;
}

.col7 {
    width: 670px;
}

.col8 {
    width: 770px;
}

.col9 {
    width: 870px;
}

.col10 {
    width: 970px;
}

.col11 {
    width: 1070px;
}

.col12 {
    width: 1170px
}

@media all and (max-width: 1200px) {
    .grade-linha-interna,
    .grade-linha {
    }

    .col1, .col2, .col3, .col4, .col5, .col6, .col7, .col8, .col9, .col10, .col11, .col12 {

        float: none;
        width: 100%;
        margin: 15px 0;
    }

    .col1:last-child,
    .col2:last-child,
    .col3:last-child,
    .col4:last-child,
    .col5:last-child,
    .col6:last-child,
    .col7:last-child,
    .col8:last-child,
    .col9:last-child,
    .col10:last-child,
    .col11:last-child,
    .col12 {
        margin: 15px 0;
    }

    .grade {
        width: 95%;
    }

    .esconder-grade-pequena {
        display: none !important;
    }

    .ocultar-responsivo {
        display: none;
        visibility: hidden;
    }
}

@media all and (max-width: 500px) {
    .grade {
        width: 100%;
    }
}

html, body {
    font-family: 'Roboto-Light', sans-serif;
    letter-spacing: 0;
    line-height: 25px;
    font-size: 16px;
    display: block;
    width: 100%;
    margin: 0px;
    padding: 0px;
    color: #3b3b3b;
    background-color: #ffffff;
    overflow-x: hidden;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    outline: none;
}

*:before,
*:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/*Parágrafos, cabeçalhos e imagem*/
img {
    border: 0;
}

h1,
h2,
h3,
h4 {
    font-family: 'Roboto', sans-serif;
    color: #3b3b3b;
    font-weight: normal;
}

h1 {
    font-size: 40px;
    line-height: 50px;
}

h2 {
    font-size: 30px;
    line-height: 35px;
}

h3 {
    font-size: 20px;
    line-height: 30px;
}

h4 {
    font-size: 16px;
    line-height: 25px;
}

p {
    font-family: 'Roboto-Light', sans-serif;
    font-size: 16px;
    line-height: 25px;
    margin: 0 0 20px 0;
}

p:last-child {
    margin-bottom: 0;
}

.sem-margem {
    margin: 0 !important;
}

.texto-grande {
    font-family: 'Roboto-Light', sans-serif;
    font-size: 16px;
    line-height: 25px;
}

.texto-pequeno {
    font-family: 'Roboto-Light', sans-serif;
    font-size: 14px;
    line-height: 25px;
}

.texto-mini {
    font-family: 'Roboto-Light', sans-serif;
    font-size: 10px;
    line-height: 25px;
}

.texto-grande strong,
.texto-pequeno strong {
    font-weight: bold;
}

.texto-azul {
    color: #004A8F;
}

.texto-laranja {
    color: #FF5900;
}

.strong {
    font-weight: bold;
}

.divisao-busca {
    width: 100%;
    display: table;
}

.divisao-busca > div {
    display: table-cell;
    vertical-align: middle;
}

.divisao-busca .selecao-todos-resultados {
    text-align: left;
}

.divisao-busca .selecao-todos-resultados .base-checkbox {
    top: 12px;
}

.divisao-busca .total-resultados-busca {
    text-align: right;
}

.divisao-busca .total-resultados-busca > div {
    color: #939598;
    height: 25px;
    line-height: 25px;
    margin-right: 30px;
    display: inline-block;
}

.divisao-busca .total-resultados-busca select {
    width: 168px;
    color: #939598;
}

.texto-laranja {
    color: #FF5900;
}

/*Links*/
a {
    text-decoration: none;
    cursor: pointer;
}

a.link-azul {
    font-weight: bold;
    color: #004a8f;
    text-decoration: none;
}

th.ordenacao-crescente,
td.ordenacao-crescente,
th.ordenacao-decrescente,
td.ordenacao-decrescente {
    position: relative;
    z-index: 0;
}

.headcol {
    position: absolute;
    width: 260px;
}

.headcol-uf {
    position: absolute;
    margin-left: 260px;
    width: 90px;
}

.headcol,
.headcol-uf {
    z-index: 1;
}

.headcol.ordenacao-crescente,
.headcol.ordenacao-decrescente,
.headcol-uf.ordenacao-crescente,
.headcol-uf.ordenacao-decrescente {
    position: absolute;
}

.headcol.ordenacao-crescente:after,
.headcol.ordenacao-decrescente:after,
.headcol-uf.ordenacao-crescente:after,

th.ordenacao-crescente:after,

th.ordenacao-decrescente:after,

/*Formulários*/
input[type="text"],
input[type="tel"],
input[type="date"],
input[type="password"],
textarea,
select {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    border: 1px solid #DEDEDE;
    padding: 10px;
    background-color: white;
    width: 100%;
    color: #3b3b3b;
}

input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #939598;
}

input::-moz-placeholder { /* Firefox 19+ */
    color: #939598;
}

input:-ms-input-placeholder { /* IE 10+ */
    color: #939598;
}

input:-moz-placeholder { /* Firefox 18- */
    color: #939598;
}

textarea {
    height: 150px;
}

.checkbox,
.radiobutton,
label {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
}

input[type="checkbox"],
input[type="radio"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.checkbox > input[type="checkbox"],
.radiobutton > input[type="radio"] {
    margin: 2px 10px 0 0;
    padding: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #DEDEDE;
    vertical-align: top;
}

.checkbox > input[type="checkbox"] {
    border-radius: 5px;
}

.checkbox > input[type="checkbox"]:checked,
.radiobutton > input[type="radio"]:checked {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 20px;
}

.radiobutton > input[type="radio"] {
    border-radius: 10px;
}

.grupo-filtro-itens .radiobutton {
    margin-right: 15px;
    margin-bottom: 10px;
    color: #939598;
}

.input-icone {
    border: 1px solid #DEDEDE;
    position: relative;
    display: block;
    cursor: text;
    padding-left: 70px;
}


.input-icone input {
    border: 0;
    padding: 0;
    padding-left: 5px;
    position: relative;
    height: 75px;
    width: 85%;
}

.input-icone button,
.input-icone button:visited,
.input-icone button:hover {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 131px;
}

/*Live Search*/
.live-search {
    position: relative;
    height: 45px;
    margin-bottom: 30px;
}

.live-search .live-search-input {
    padding-left: 45px;
    /*padding-right: 45px;*/
}

.cabecalho-amarelo .live-search .live-search-input {
    background-color: #fffa9c;
    padding-left: 55px;
    padding-right: 55px;
    color: #004a8f;
}

.etiqueta {
    font-family: 'Roboto-Light', sans-serif;
    white-space: nowrap;
    color: #3b3b3b;
    display: block;
    text-align: left;
}

.obrigatorio:after {
    display: inline-block;
    content: '*';
    color: #FC5C49;
}

@media all and (max-width: 1200px) {
    .etiqueta {
        white-space: normal;
    }
}

.etiqueta.erro-validacao,
label.erro-validacao,
.erro-validacao label {
    font-family: 'Roboto-Light', sans-serif;
    color: #FC5C49 !important;
    font-weight: bold;
}

select.erro-validacao,
input.erro-validacao,
textarea.erro-validacao,
.erro-validacao select,
.erro-validacao input,
.erro-validacao textarea {
    -webkit-box-shadow: inset 0 0 5px 1px #FC5C49;
    box-shadow: inset 0 0 5px 1px #FC5C49;
}

/*Espaçamentos*/
.margem-superior-pp {
    margin-top: 10px;
}

.margem-superior-p {
    margin-top: 20px;
}

.margem-superior {
    margin-top: 30px;
}

.margem-superior-m {
    margin-top: 50px;
}

.margem-superior-mm {
    margin-top: 70px;
}

.margem-superior-g {
    margin-top: 80px;
}

.margem-superior-gg {
    margin-top: 130px;
}

.margem-superior-ggg {
    margin-top: 210px;
}

.margem-campo-pp {
    margin-bottom: 10px;
}

.margem-campo-p {
    margin-bottom: 20px;
}

.margem-campo {
    margin-bottom: 30px;
}

.margem-campo-m {
    margin-bottom: 50px;
}

.margem-campo-g {
    margin-bottom: 80px;
}

.margem-campo-gg {
    margin-bottom: 130px;
}

.margem-campo-ggg {
    margin-bottom: 210px;
}

.margem-lateral-pp {
    margin-right: 10px;
}

.margem-lateral-p {
    margin-right: 20px;
}

.margem-lateral {
    margin-right: 30px;
}

.margem-lateral-m {
    margin-right: 50px;
}

.margem-lateral-g {
    margin-right: 80px;
}

.margem-lateral-gg {
    margin-right: 130px;
}

.margem-lateral-ggg {
    margin-right: 210px;
}

/*Alinhamento*/
.alinhar-vert-centro {
    position: relative;
    top: 50%;
    -webkit-transform: perspective(1px) translateY(-50%);
    -ms-transform: perspective(1px) translateY(-50%);
    transform: perspective(1px) translateY(-50%);
}

.alinhar-direita {
    text-align: right;
}

/*Botões*/
.btn-base,
.btn-base:hover,
.btn-base:visited {
    display: inline-block;
    cursor: pointer;
    font-size: 16px;
    padding: 15px;
    text-decoration: none;
    text-align: center;
    line-height: 30px;
    white-space: nowrap;
    background-color: transparent;
    border: none;
    color: #3b3b3b;
    min-width: 60px;
    height: 60px;
    vertical-align: top;
}

.btn-modal-termo {
    text-decoration: underline;
    color: #3b3b3b;
    font-weight: bold;
}


.cabecalho-amarelo .btn-base, .btn-base:hover, .btn-base:visited {
    vertical-align: middle;
}

.btn-pequeno {
    display: inline-block;
    cursor: pointer;
    font-size: 14px;
    text-decoration: none;
    text-align: center;
    line-height: 25px;
    white-space: nowrap;
    background-color: transparent;
    border: none;
    color: #939598;
    height: 25px;
    vertical-align: top;
}

.btn-base.btn-listagem {
    padding: 15px 0;
}

.btn-base.btn-branco,
.btn-base.btn-branco:visited {
    background-color: #ffffff;
    border: 1px solid #DEDEDE;
}

.btn-base.btn-branco:hover {
    color: #939598;
}

.conteudo .conteudo-btn .mailing .mailing-conteudo {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 200px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}


.conteudo .conteudo-btn .mailing .mailing-conteudo a {
    color: #3b3b3b;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.conteudo .conteudo-btn .mailing .mailing-conteudo a:hover {
    background-color: #f1f1f1;
}

.conteudo .conteudo-btn .mailing:hover .mailing-conteudo {
    display: block;
}

.conteudo .conteudo-btn .mailing {
    position: relative;
    display: inline-block;
}

.modal-container .modal-base .corpo-modal-mailing {
    margin: 20px 20px 10px 20px;
}

@media all and (max-width: 1200px) {
    .modal-container .modal-base .corpo-modal-mailing {
        padding: 20px 20px 10px 20px;
        margin: 0;
    }
}

.conteudo .conteudo-btn .ferramentas {
    position: relative;
    display: inline-block;
}

.conteudo .conteudo-btn .ferramentas .ferramentas-conteudo {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 200px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.conteudo .conteudo-btn .ferramentas .ferramentas-conteudo a {
    color: #3b3b3b;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.conteudo .conteudo-btn .ferramentas .ferramentas-conteudo a:hover {
    background-color: #f1f1f1;
}

.conteudo .conteudo-btn .ferramentas:hover .ferramentas-conteudo {
    display: block;
}

.btn-base.btn-modal,
.btn-base.btn-modal:hover,
.btn-base.btn-modal:visited {
    padding: 0;
    line-height: 40px;
    height: 40px;
}

.btn-fechar-modal {
    position: absolute;
    z-index: 1;
    color: #3b3b3b;
    right: 15px;
    top: 15px;
}

.btn-base.btn-azul,
.btn-base.btn-azul:visited {
    color: #FFF;
    background-color: #004A8F;
}

.btn-base.btn-azul:hover {
    color: #fff;
    background-color: #6A80B8;
}

.btn-base.btn-cinza,
.btn-base.btn-cinza:visited {
    width: 100%;
    font-size: 14px;
    height: 40px;
    line-height: 10px;
    color: #fff;
    background-color: #757575;
}

.btn-base.btn-cinza:hover {
    color: #fff;
    background-color: #A4A4A4;
}

.btn-base.btn-filtro {

}

.btn-base.btn-mapa {
    display: flex;
    margin-bottom: 30px;
    padding-left: 10px;
    width: 310px;
}

.is-invalid {
    visibility: visible !important;
}

.span-error-LiveSearch {
    color: #d50000;
    position: absolute;
    font-size: 12px;
    margin-top: 50px;
    visibility: hidden;
    display: block;
}

.span-error {
    color: #d50000;
    position: absolute;
    font-size: 12px;
    margin-top: 40px;
    visibility: hidden;
    display: block;
    margin-bottom: 35px;
}

.btn-base.btn-filtro span {
    font-family: 'Roboto', sans-serif;
    display: inline-block;
    position: relative;
    line-height: 30px;
    border-radius: 15px;
    background-color: #FFF100;
    color: #004A8F;
    width: 30px;
    height: 30px;
    top: 0.5px;
    right: 1px;
    margin-left: 30px;
    vertical-align: top;
}

.btn-base.btn-mais,
.btn-base.btn-menos {
    width: 30px;
    min-width: auto;
    height: 30px;
    padding: 0;
}
.btn-base.btn-circ-mais,
.btn-base.btn-circ-menos {
    background-size: 20px;
    width: 20px;
    min-width: auto;
    height: 20px;
    padding: 0;
}

.btn-base.btn-sub-mais,
.btn-base.btn-sub-menos {
    background-size: 20px;
    width: 20px;
    min-width: auto;
    height: 20px;
    padding: 0;
}

.btn-base.btn-ficha-texto:after,
.btn-base.btn-lista-texto:after,
.btn-circ-mais-texto:after,
.btn-base.btn-base-texto:after,
.btn-circ-menos-texto:after {
    background-size: 20px;
    background-repeat: no-repeat;
    content: "";
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
    margin-bottom: 3px;
}

.btn-base.btn-texto-azul-claro,
.btn-base.btn-texto-azul-claro:visited {
    color: #6A80b8;
}

.btn-base.btn-texto-azul-claro:hover {
    color: #6A80b8;
}

.base-btn-topo {
    position: fixed;
    bottom: 100px;
    right: 50px;
}
/*Loading e fade*/
.loading-backdrop {
    width: 100% !important;
    height: 100% !important;
    position: fixed;
    z-index: 1000000;
    cursor: wait;
    background-repeat: repeat;
    top: 0px;
    left: 0px;

    opacity: 0;
    filter: alpha(opacity=0);

    -webkit-transition: opacity 200ms linear;
    -o-transition: opacity 200ms linear;
    transition: opacity 200ms linear;
}

.loading-backdrop.in {
    opacity: 0.0;
    filter: alpha(opacity=0);
}

.loading-content {
    display: none;
}

.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
}

.fade.in {
    opacity: 1;
}

/*Modal*/
.modal-open {
    overflow: hidden;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
    opacity: 0;
    filter: alpha(opacity=0);
}

.modal-backdrop.fade {
    filter: alpha(opacity=80);
    opacity: .5;
}

.modal-base {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 1050;
    -webkit-transform: perspective(1px) translate(-50%, -25%);
    -ms-transform: perspective(1px) translate(-50%, -25%);
    transform: perspective(1px) translate(-50%, -25%);
    opacity: 0;
    background-color: #fff;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    min-width: 500px;
    min-height: 300px;
}

.modal-base.fade {
    -webkit-transform: perspective(1px) translate(-50%, -50%);
    -ms-transform: perspective(1px) translate(-50%, -50%);
    transform: perspective(1px) translate(-50%, -50%);
    opacity: 1;
}

.modal-base .titulo {
    width: 100%;
    background-color: #F5F5F5;
    padding: 19px 150px 16px 30px;
    position: relative;
    font-family: 'Roboto', sans-serif;
    color: #3b3b3b;
    font-weight: normal;
    font-size: 20px;
    line-height: 30px;
}

.modal-base .mensagem {
    width: 100%;
    padding: 20px 30px;
    margin-bottom: 75px;
}

.modal-base .opcoes {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: right;
    padding: 0 30px 15px;
}

.modal-base .opcoes .btn-base {
    min-width: 100px;
}

.modal-base .form {
    margin: 24px;
}

.modal-base .form ul {
    list-style: none;
    padding: 0;
}

.modal-base .form ul .alert {
    text-align: center;
    color: red;
    visibility: hidden;
}

.modal-base .form ul .submit button {
    width: 100%;
    height: 40px;
    padding: 0;
}

@media all and (max-width: 1200px) {
    .modal-base {
        min-width: auto;
        min-height: auto;
        width: 95%;
    }

    .modal-base .opcoes {
        text-align: center;
    }
}

/*Tooltip*/
.tooltip-base {
    position: absolute;
    width: 350px;

    opacity: 0;
    /*transform: translateY(-8px);*/

    -webkit-transition: opacity 200ms ease-in-out, transform 200ms ease-in-out;
    -o-transition: opacity 200ms ease-in-out, transform 200ms ease-in-out;
    -webkit-transition: opacity 200ms ease-in-out, -webkit-transform 200ms ease-in-out;
    transition: opacity 200ms ease-in-out, -webkit-transform 200ms ease-in-out;
    transition: opacity 200ms ease-in-out, transform 200ms ease-in-out;
    transition: opacity 200ms ease-in-out, transform 200ms ease-in-out, -webkit-transform 200ms ease-in-out;

    z-index: 5;
}

/*.tooltip {
    position: absolute;
    text-align: center;
    padding: 16px;
    width: 458px;
    font-size: 15px;
    opacity: 0;
    -webkit-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    transform: translateY(-8px);
    color: #262626;
    background-color: #ceedfb;
    border-radius: 16px;
    z-index: 65534;
    -webkit-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    -webkit-box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.2);
}

.tooltip b {
    font-family: 'Roboto', sans-serif;
}*/

.tooltip-base.exibir {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

.tooltip-seta {
    position: relative;
    left: 50%;
    width: 35px;
    height: 16px;
    margin: 0 auto;
    top: -15px;
    margin-left: -13px;
    display: block;
}

@media all and (max-width: 1200px) {
    .tooltip-base {
        width: 100% !important;
        left: 0 !important;
    }

    .tooltip-seta {
        display: none;
    }
}

/*Cabeçalho*/
.cabecalho {
    position: relative;
    color: #FFFFFF;
    background-color: #004A8F;
}

.cabecalho-amarelo {
    position: relative;
    background-color: #FFFA9C;
}

.cabecalho-amarelo .titulo-azul {
    color: #004A8F;
    display: inline-block;
}

.cabecalho .base-menu {
    min-height: 100px;
}

.cabecalho .base-menu a {
    margin: 0 30px;
    display: inline-block;
}

.cabecalho .base-submenu {
    text-align: center;
    padding: 15px 0 0 0;
}

.cabecalho .base-submenu a {
    margin: 0 30px;
    display: inline-block;
    color: #004A8F;
    padding: 0 0 15px 0;
}

.cabecalho .base-submenu a.selected {
    border-bottom: 3px #004A8F solid;
}

.cabecalho .base-logo,
.cabecalho .base-btn {
    height: 100px;
}

.cabecalho .base-btn img {
    width: 30px;
    vertical-align: middle;
    margin: 0 10px 0 0;
}

.cabecalho-amarelo .base-logo img,
.cabecalho .base-logo img {
    height: 40px;
    vertical-align: middle;
    display: inline-block;
    margin: 30px 0 0 0;
}

.cabecalho .btn-menu {
    position: relative;
    height: 100px;
    display: inline-block;
    line-height: 100px;
    vertical-align: middle;
    margin-right: 20px;
    padding-left: 35px;
    color: #FFFFFF;
    background-repeat: no-repeat;
    background-size: 30px;
    background-position: left center;
}

.cabecalho .btn-menu.selected:after {
    position: absolute;
    top: 90px;
    content: ' ';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #FFFEE9 transparent;
    left: 50%;
    margin-left: -10px;
}

.cabecalho .btn-menu:last-child {
    margin-right: 0;
}

.cabecalho .perfil-titulo {
    text-align: center;
    margin: 35px auto;
    font-size: 20px;
    line-height: 30px;
}

.cabecalho .bnt-perfil {
    background-color: transparent;
    color: #FFF;
    border: none;
    cursor: pointer;
    margin: 40px 0 0 0;
    font-size: 16px;
}

.cabecalho .base-perfil {
    position: absolute;
    background-color: #f9f9f9;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    margin: 7px 0 0 0;
    min-width: 150px;
    text-align: left;
}

.cabecalho .base-perfil a {
    padding: 12px 16px;
    margin: 0;
    color: #3b3b3b;
    text-decoration: none;
    display: block;
}

.cabecalho .base-perfil a:hover {
    background-color: #f1f1f1;
}

.cabecalho-amarelo .base-perfil .esfera,
.cabecalho .esfera {
    display: inline-block;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background-color: #6A80B8;
    margin-right: 5px;
    position: relative;
    top: 11px;
    -webkit-transform: perspective(1px) translateY(-20%);
    -ms-transform: perspective(1px) translateY(-20%);
    transform: perspective(1px) translateY(-20%);
}

.cabecalho-amarelo .base-perfil .esfera,
.cabecalho .esfera img {
    transform: translate(25%, 25%);
    width: 30px;
    height: 30px;
    border-radius: 50%;
}

.cabecalho-amarelo .base-perfil .esfera,
.cabecalho .foto-perfil {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 5px;
    position: relative;
    top: 11px;
    -webkit-transform: perspective(1px) translateY(10%);
    -ms-transform: perspective(1px) translateY(10%);
    transform: perspective(1px) translateY(10%);
}

.cabecalho .down-arrow {
    display: inline-block;
    transform: translate(50%, -10%);
}

.cabecalho .down-arrow i {
    border: solid #F4F8FF;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 4px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.cabecalho hr.separador-superior {
    /*border-top: 1px solid #FFF100;*/
    width: 100%;
    height: 1px;
    background-color: #FFF100;
    border: none;
    margin: 0;
    padding: 0;
}

.cabecalho-amarelo hr.separador-superior {
    /*border-top: 1px solid #FFF100;*/
    width: 100%;
    height: 1px;
    background-color: #939598;
    border: none;
    margin: 0;
    padding: 0;
}

.cabecalho-amarelo .base-info-pagina .titulo {
    margin: 50px 0;
}

.cabecalho-amarelo .base-info-pagina .titulo > * {
    display: inline-block;
}

.cabecalho-amarelo .base-info-pagina .titulo .esfera {
    display: inline-block;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    margin-right: 30px;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-size: 50px;
    background-position: 50%;
    /*background-color: #6A80B8;*/
}

.cabecalho-amarelo .base-info-pagina .titulo h1 {
    vertical-align: middle;
    margin: 10px 0;
    color: #004a8f;
}

.cabecalho-amarelo .base-info-pagina .descricao,
.cabecalho .base-info-pagina .descricao {
    margin: 50px 0;
}

/* mobile */
@media all and (max-width: 1200px) {

    .cabecalho .perfil {
        margin: 0 0 20px 0;
        text-align: center;
    }

    .cabecalho .perfil-titulo {
        margin: 0px auto;
    }

    .cabecalho .btn-menu {
        display: block;
        width: 100%;
    }

    .cabecalho a.btn-menu {
        text-align: left;
    }

    .cabecalho .btn-menu.selected:after {
        border: none;
    }

    .cabecalho .bnt-perfil {
        background-color: transparent;
        color: #FFF;
        border: none;
        cursor: pointer;
        margin: 40px 0 0 0;
        font-size: 16px;
    }

    .cabecalho .base-perfil {
        position: absolute;
        background-color: #f9f9f9;
        box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
        z-index: 1;
        margin: 7px 0 0 0;
        min-width: 150px;
        text-align: left;
    }

    .cabecalho .base-perfil a {
        padding: 12px 16px;
        margin: 0;
        color: #3b3b3b;
        text-decoration: none;
        display: block;
    }

    .cabecalho .base-perfil a:hover {
        background-color: #f1f1f1;
    }

    .cabecalho .esfera {
        display: inline-block;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        background-color: #6A80B8;
        margin-right: 5px;
        position: relative;
        top: 11px;
        -webkit-transform: perspective(1px) translateY(-20%);
        -ms-transform: perspective(1px) translateY(-20%);
        transform: perspective(1px) translateY(-20%);
    }

    .cabecalho .esfera img {
        width: 30px;
        height: 30px;
        border-radius: 50%;
        transform: none;
    }

    .cabecalho .btn-menu {
        height: 50px;
        display: block;
        line-height: 50px;
        text-align: center;
        margin-right: 0;
    }

    .cabecalho .base-logo {
        text-align: center;
        margin: 0;
    }

    .cabecalho .base-btn {
        min-height: 50px;
        height: auto;
    }

    .cabecalho .base-info-pagina {
        text-align: center;
    }

    .cabecalho .base-info-pagina .titulo .esfera {
        margin: 0;
    }

    .cabecalho .base-submenu {
        text-align: center;
        padding: 0;
    }

    .cabecalho .base-submenu a {
        margin: 0;
        width: 100%;
        color: #004A8F;
        padding: 10px 0;
        border-bottom: 1px #004A8F solid;
    }

    .cabecalho .base-submenu a.selected {
        border-bottom: 1px #004A8F solid;
        font-weight: bold;
    }

}

/*Filtros */
.invisivel {
    visibility: hidden;
}

.oculto {
    display: none;
    visibility: hidden;
}

.bloco-titulo {
    height: 60px;
    width: 100%;
    background-color: #F5F5F5;
    padding: 19px 150px 16px 30px;
    position: relative;
    font-family: 'Roboto', sans-serif;
    color: #3b3b3b;
    font-weight: normal;
    font-size: 16px;
    line-height: 25px;
}

.bloco-titulo button {
    position: absolute;
    top: 0;
    right: 0;
}

.filtro-mapa {
    margin-bottom: 20px;
}

.filtro-mapa .filtro-ui .filtro-conteudo {
    height: 400px !important;
}

.filtro-mapa .filtro-ui {
    position: absolute;
    z-index: 99;
    right: -419px;
    top: 125px;
    width: 100%;
    height: 100%;
}

.bloco-titulo-mapa {
    height: 60px;
    width: 309px;
    margin: 0 50px 30px;
    cursor: pointer;
    background-color: #5276bc;
    padding: 19px 150px 16px 30px;
    position: absolute;
    font-family: 'Roboto', sans-serif;
    color: #ffffff;
    font-weight: normal;
    font-size: 16px;
    line-height: 25px;
}

.bloco-titulo-mapa span {
    color: #3b3b3b;
}
.bloco-titulo-mapa button {
    position: absolute;
    top: 0;
    right: 0;
}

.acessar-ficha {
    font-size: 15px;
    color: #004a8f;
}
.form-mapa {
    height: 350px;
    margin: 0 50px;
}

.form-mapa label {
    margin-top: 20px;
    margin-bottom: 10px;
    line-height: 20px;
}

.form-mapa ul {
    list-style: none;
    padding: 0;
}

.btn-modal {
    width: 170px;
    height: 60px;
    padding: 0;
    margin-top: 30px;
}

.form-mapa span {
    display: none;
    position: relative;
    font-size: 12px;
    line-height: 20px;
    color: rgba(255, 0, 0, 0.7);
    line-height: 20px;
}

.modal-mapa {
    width: 1000px;
    height: 600px;
    -webkit-transform: perspective(1px) translate(-50%, -50%);
    -ms-transform: perspective(1px) translate(-50%, -50%);
    transform: perspective(1px) translate(-50%, -50%);
    opacity: 1;
}

.bloco-filtros-mapa {
    display: none;
    position: absolute;
    height: 395px;
    width: 370px;
    margin: 0 50px 30px;
    z-index: 1;
    padding: 30px;
    background-color: #fff;
    overflow: scroll;
}

.numero {
    top: 130px;
    position: absolute;
    right: 100px;
}

.disabled {
    opacity: 0.5;
    pointer-events: none;
}

.loading {
    position: absolute;
    margin: 130px 450px;
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
}

.loader {
    position: relative;
    right: -7px;
    margin-top: 7px;
    border: 3px solid #f3f3f3;
    border-radius: 100%;
    border-top: 3px solid #3498db;
    width: 40px;
    height: 20px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media (max-width: 1200px) {
    .modal-mapa {
        width: 100%;
        height: 100%;
        -webkit-transform: perspective(1px) translate(-50%, -50%);
        -ms-transform: perspective(1px) translate(-50%, -50%);
        transform: perspective(1px) translate(-50%, -50%);
        opacity: 1;
    }

    .form-mapa {
        margin: 0 15px;
    }

    .bloco-titulo-mapa {
        height: 60px;
        width: 309px;
        margin: 0 15px 30px;
        cursor: pointer;
        background-color: #5276bc;
        padding: 19px 150px 16px 30px;
        position: absolute;
        font-family: 'Roboto', sans-serif;
        color: #ffffff;
        font-weight: normal;
        font-size: 16px;
        line-height: 25px;
    }

    .bloco-filtros-mapa {
        display: none;
        position: absolute;
        height: 695px;
        width: 370px;
        margin: 0 15px 30px;
        z-index: 1;
        padding: 30px;
        background-color: #fff;
        overflow: scroll;
    }

    .numero {
        top: 40px;
        position: absolute;
        right: 5px;
    }

}


.grupo-filtro-bloco .grupo-filtro-titulo button,
.grupo-filtro-bloco .grupo-filtro-itens .item-filtro-bloco .item-filtro-titulo button,
.grupo-filtro-bloco .grupo-filtro-itens .item-filtro-bloco .item-filtro-subitens .subitem-filtro-bloco .subitem-filtro-titulo button {
    /*position: absolute;*/
    /*top: 0;*/
    /*right: 0;*/
    float: right;
    display: inline-block;
}

.grupo-filtro-bloco .grupo-filtro-titulo .checkbox {
    float: left;
    top: 4px;
    position: relative;
}

.grupo-filtro-bloco .grupo-filtro-itens .item-filtro-bloco .item-filtro-titulo .checkbox,
.grupo-filtro-bloco .grupo-filtro-itens .item-filtro-bloco .item-filtro-subitens .subitem-filtro-bloco .subitem-filtro-titulo .checkbox {
    float: left;
    top: 1px;
    position: relative;
}

.bloco-filtros {
    padding: 30px;
}

.bloco-filtros .separador-filtro {
    border-bottom: 1px solid #FFD79C;
}

.grupo-filtro-bloco {
    position: relative;
}

.grupo-filtro-bloco .grupo-filtro-titulo {
    content: "";
    clear: both;
    display: table;
    width: 100%;
}

.grupo-filtro-bloco .grupo-filtro-titulo > span {
    font-family: 'Roboto-Light', sans-serif;
    font-weight: bold;
    color: #FF5900;
    font-size: 16px;
    line-height: 25px;
    padding-top: 3px;
    padding-bottom: 22px;

    display: inline-block;
    float: left;
    width: calc(100% - 60px);
}

.grupo-filtro-bloco .grupo-filtro-itens .subtitulo {
    font-family: 'Roboto-Light', sans-serif;
    font-weight: bold;
    line-height: 22px;
    font-size: 14px;
    color: #939598;
}

.item-filtro-bloco {
    position: relative;
}

.item-filtro-bloco .item-filtro-titulo {
    font-family: 'Roboto-Light', sans-serif;
    font-weight: bold;
    font-size: 14px;
    line-height: 25px;
    color: #004A8F;
    margin-bottom: 15px;
}

.label-titulo {
    font-family: 'Roboto-Light', sans-serif;
    font-weight: bold;
    font-size: 14px;
    line-height: 25px;
    color: #004A8F;
    margin-bottom: 15px;
}

.subitem-filtro-bloco {
    position: relative;
}

.subitem-filtro-bloco .subitem-filtro-titulo {
    font-family: 'Roboto-light', sans-serif;
    font-size: 14px;
    line-height: 25px;
    color: #939598;
    position: relative;
    margin-bottom: 10px;
    cursor: pointer;
}

.item-filtro-subitens > .subitem-filtro-bloco > .subitem-filtro-subtitens {
    margin-left: 10px;
    border-left: 1px solid #DEDEDE;
}

.subitem-filtro-bloco .subitem-filtro-subtitens {
    margin-left: 20px;
    border-left: 1px solid #DEDEDE;
}

.subitem-filtro-bloco:last-child > .subitem-filtro-subtitens {
    /*border-left: none;*/
}

.subitem-filtro-subtitens .subitem-filtro-titulo {
    padding-left: 10px;
    /*border-left: 1px solid #DEDEDE;*/
}

/*botoes de legendas*/
.base-legenda {
    height: 30px;
    margin-right: 10px;
    border-radius: 15px;
    background-color: #ccc;
    font-size: 12px;
    display: inline-block;
    position: relative;
    padding: 2px 10px 0 35px;
}

.base-legenda .legenda-icon {
    width: 30px;
    height: 30px;
    position: absolute;
    border-radius: 15px;
    left: 0;
    top: 0;
    text-align: center;
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.legenda-vip {
    background-color: #FFFA9C;
}


.legenda-colaborador {
    background-color: #F4F8FF;
}

.legenda-voluntario {
    background-color: #FFF0DA;
}

.legenda-voluntario .legenda-icon {
    background-color: #FF5900;
    line-height: 30px;
    color: #FFF;
}

.legenda-comite {
    background-color: #FFEDEB;
}

.legenda-homologado {
    background-color: #83fd88;
}

.legenda-projetos {
    background-color: #F4F8FF;
}

.legenda-projetos .legenda-icon {
    background-color: #004A8F;
    line-height: 30px;
    color: #FFF;
}

.legenda-aceita-vol {
    background-color: #FFF0DA;
}

.legenda-aporte-fin {
    background-color: #FFFA9C;
}

.legenda-osc {
    background-color: #FFC1C9;
}

.legenda-colaboradores {
    background-color: #FFF0DA;
}

.legenda-organizacoes {
    background-color: #F4F8FF;
}

.legenda-acoes {
    background-color: #FFFA9C;
}

@media all and (max-width: 1200px) {
    .base-legenda {
        margin-bottom: 10px;
    }
}

/*pagina principal*/
.float-right {
    float: right;
}

.conteudo .conteudo-btn {
    position: relative;
}

.conteudo .conteudo-box .box-header h2 {
    font-size: 32px;
    margin-bottom: 13px;
}

.conteudo .conteudo-box .box-header span {
    font-size: 15px;
}

.conteudo .conteudo-box .box-table {
    width: 100%;
    border-collapse: collapse;
}

.conteudo .conteudo-box .box-table tr:nth-child(odd) {
    background-color: #F4F8FF;
}

.conteudo .conteudo-box .box-table td {
    height: 45px;
    font-size: 14px;
    padding: 0 30px;
}

.conteudo .conteudo-box .box-table .table-descricao {
    text-align: right;
    font-size: 16px;
}

.conteudo .conteudo-box tr:first-child th {
    font-size: 16px;
    height: 65px;
    font-weight: bold;
    text-align: left;
    padding: 0 30px;
}

.conteudo .conteudo-box #box-grafico-cargo {
    width: 100%;
    height: 500px;
    border: 1px solid #DEDEDE;
}

@media all and (max-width: 1200px) {
    .float-right {
        float: none;
    }

    .conteudo .conteudo-btn .btn-base {
        width: 100%;
    }
}

.pagina-base .base-checkbox {
    position: absolute;
    top: 0;
    left: 0;
}

.pagina-base .base-header {
    border-bottom: 1px solid #DEDEDE;
    padding: 0 0 30px 30px;
    position: relative;
}

.pagina-base .base-box {
    border-bottom: 1px solid #DEDEDE;
    padding: 0 0 20px 43px;
    position: relative;
}

.pagina-base .base-box a {
    color: #3b3b3b;
}

.box-lista-detalhe .bloco-box-header,
.titulo-detalhe .bloco-box-header,
.pagina-base .base-box .bloco-box-header {
    color: #939598;
}

.box-lista-detalhe .bloco-box-header span:first-child,
.titulo-detalhe .bloco-box-header span:first-child,
.pagina-base .base-box .bloco-box-header span:first-child {
    font-weight: bold;
    color: #3b3b3b;
}

.box-lista-detalhe .bloco-box-header span:first-child:after,
.titulo-detalhe .bloco-box-header span:first-child:after,
.pagina-base .base-box .bloco-box-header span:first-child:after {
    content: ' ';
    background-color: #939598;
    width: 6px;
    height: 6px;
    border-radius: 3px;
    display: inline-block;
    margin: 0 5px 2px 7px;
}

.pagina-base .base-box .base-box-btn {
    display: inline-block;
    width: 165px;
}

.pagina-base .base-box .base-box-legendas {
    width: 460px;
    /*display: inline-block;*/
    /*float: left;*/
}

.pagina-base .base-box .base-box-btn .btn-base {
    padding: 7px 0 0 20px;
    opacity: 0.6;
    font-size: 15px;
}

.pagina-base .base-box p {
    margin-bottom: 20px;
}

/*Detalhes Pessoas*/
.detalhes .detalhes-titulo {
    border-bottom: 1px solid #FFD79C;
    padding-bottom: 10px;
}

.detalhes .detalhes-titulo-cinza {
    border-bottom: 1px solid #DEDEDE;
    padding-bottom: 10px;
}

.detalhes .detalhes-lista .detalhes-lista-conteudo {
    padding: 30px 0;
    border-bottom: 1px solid #DEDEDE;
    position: relative;
}

.detalhes .detalhes-lista .detalhes-sublista {
    padding-left: 30px;
}

.detalhes .detalhes-lista .detalhes-sublista .detalhes-sublista-conteudo {
    border-bottom: 1px solid #DEDEDE;
    padding: 10px 0;
    position: relative;
}

.detalhes .detalhes-titulo button,
.detalhes .detalhes-titulo a,
.detalhes .detalhes-lista .detalhes-lista-conteudo button,
.detalhes .detalhes-lista .detalhes-lista-conteudo a,
.detalhes .detalhes-lista .detalhes-sublista .detalhes-sublista-conteudo button {
    padding: 0;
    height: inherit;
    float: right;
    font-size: 14px;
    margin-left: 20px;
}

.detalhes .detalhes-titulo .btn-circ-mais,
.detalhes .detalhes-titulo .btn-circ-menos {
    height: 20px;
}

.detalhes .data-alteracao-cadastro {
    font-size: 9px;
    text-align: left;
    color: #999;
    display: inline-block;
    margin: -20px 0 0 0;
    width: 250px;
    font-style: italic;
}

.titulo-detalhe.linha {
    border-bottom: 1px solid #DEDEDE;
    padding: 10px 0;
}

.info-detalhe.linha {
    border-bottom: 1px solid #DEDEDE;
    padding-bottom: 10px;
}

.menu-lateral-detalhes {
    width: 300px;
}

.menu-lateral-detalhes a,
.menu-lateral-detalhes a:hover,
.menu-lateral-detalhes a:visited {
    color: #939598;
    width: 100%;
    padding: 20px 0;
    display: block;
}

.menu-lateral-detalhes.bloco {
    border-bottom: 1px solid #DEDEDE;
    border-left: 1px solid #DEDEDE;
    border-right: 1px solid #DEDEDE;
    padding: 0 30px;
}

.menu-lateral-detalhes.menu-lateral-cabecalho {
    background-color: #F5F5F5;
    padding: 17px 30px 18px;
}

.menu-lateral-detalhes .conteudo {
    border-bottom: 1px solid #DEDEDE;
}

.menu-lateral-detalhes .conteudo:last-child {
    border-bottom: none;
}

.menu-lateral-detalhes .sublista {
    color: #939598;
}

.titulo-detalhe .esfera {
    width: 70px;
    height: 70px;
    border-radius: 35px;
    background-color: #FFF0DA;
    margin-right: 5px;
}

.titulo-detalhe #nome {
    margin: 4px 0;
}

.titulo-detalhe #cargo {
    color: #939598;
}

.base-box-infos {
    color: #777;
}

.base-box-infos #infosOrg {
    margin: 0;
}

@media all and (max-width: 1200px) {
    .titulo-detalhe {
        text-align: center;
    }
}

/*Container de Filtro*/
.filtro-ui {
    position: absolute;
    z-index: 99;
    right: -370px;
    top: 0;
    width: 100%;
    height: 100%;
}

.filtro-ui .filtro-conteudo {
    height: 549px;
    width: 430px;
    background-color: #F5F5F5;
    position: relative;
}

.filtro-ui .filtro-conteudo .filtro-cabecalho {
    height: 60px;
    padding-top: 19px;
    border-bottom: 1px solid #DEDEDE;
    color: #004A8F;
}

.filtro-ui .filtro-conteudo .filtro-cabecalho {
    height: 60px;
    padding-top: 16px;
    border-bottom: 1px solid #DEDEDE;
    color: #004A8F;
}

.filtro-ui .filtro-conteudo .filtro-corpo {
    padding: 15px 30px;
    height: 428px;
    overflow: auto;
}

.filtro-ui .filtro-conteudo .filtro-rodape {
    width: 100%;
    height: 60px;
    position: absolute;
    bottom: 0;
    border-top: 1px solid #DEDEDE;
    display: table;
}

.filtro-ui .filtro-conteudo .filtro-corpo .filtro-selecionado {
    margin: 5px 1px;
    border-radius: 15px;
    background-color: #FFFFFF;
    padding: 5px 30px 5px 10px;
    white-space: nowrap;
    font-size: 12px;
    display: inline-block;
    line-height: 20px;
}

.filtro-ui .filtro-conteudo .filtro-corpo .filtro-selecionado a {
    position: relative;
    right: 0;
    cursor: pointer;
}

.filtro-ui .filtro-conteudo .filtro-rodape .btn-ui-filtro {
    display: table-cell;
    width: 50%;
    color: #004A8F;
    position: static;
}

.filtro-ui .filtro-conteudo .filtro-rodape .btn-ui-filtro:hover,
.filtro-ui .filtro-conteudo .filtro-rodape .btn-ui-filtro:visited {
    color: #004A8F;
    opacity: 0.9;
}

.filtro-ui .filtro-conteudo .filtro-rodape .btn-ui-filtro:last-child {
    background-color: #004A8F;
    color: #FFF;
}

.loading-backdrop.in {
}

.box-lista-detalhe {
    border-bottom: 1px solid #dedede;
    padding: 0 0 20px 0px;
    position: relative;
}

.detalhes-sublista-conteudo .base-bloco-link,
.detalhes-lista-conteudo .base-bloco-link,
.box-lista-detalhe .base-bloco-link {
    float: right;
    font-size: 14px;
    color: #2a68a1de;
}

.box-lista-detalhe .base-bloco-arquivo {
    padding: 30px 0 20px 0;
}

.box-lista-detalhe .base-bloco-arquivo-h2 {
    margin: 14px 0;
}

.detalhes-sublista-conteudo .base-bloco-link:after,
.detalhes-lista-conteudo .base-bloco-link:after {
    display: inline-block;
    position: relative;
    top: 5px;
}

.detalhes-sublista-conteudo .base-bloco-link:after,
.detalhes-lista-conteudo .base-bloco-link:after,
.box-lista-detalhe .base-bloco-link:after {
    content: "";
    background-size: 20px;
    background-repeat: no-repeat;
    height: 20px;
    width: 20px;
    padding: 1px 15px 4px 3px;
    margin-left: 8px;
}

.box-lista-detalhe h3 {
    margin: 8px 0;
}

.box-lista-detalhe .base-bloco-arquivo .btn-download {
    float: left;
    font-size: 14px;
    color: #155999;
    padding: 0;
    height: 0;
}

.box-lista-detalhe .base-box-btn {
    float: right;
}

/*Mapa Programas*/
.conteudo .conteudo-box .box-table-mapa {
    width: 100%;
    border: 1px solid #DEDEDE;
    /*padding: 20px 15px 20px 30px;*/
    border-collapse: collapse;
}

.conteudo .conteudo-box .box-table-mapa td {
    color: #939598;
    font-size: 14px;
    padding: 20px 0;
}

.conteudo .conteudo-box .box-table-mapa td span {
    display: block;
}

.conteudo .conteudo-box .box-table-mapa .coluna-principal {
    width: 50%;
    text-align: left;
    padding-left: 30px;
}

.conteudo .conteudo-box .box-table-mapa .coluna-principal .titulo {
    font-size: 16px;
    color: #3B3B3B;
}

.conteudo .conteudo-box .box-table-mapa .coluna-tipo {
    width: 20%;
}

.conteudo .conteudo-box .box-table-mapa .coluna-tipo .icone:before {
    content: "";
    background-size: 20px;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
}

.conteudo .conteudo-box .box-table-mapa .coluna-qtd {
    width: 15%;
    color: #3B3B3B;
    text-align: center;
}

.conteudo .conteudo-box .box-table-mapa .coluna-mais {
    width: 15%;
    background-color: #F4F8FF;
    position: relative;
    text-align: center;
}

.conteudo .conteudo-box .box-table-mapa .coluna-mais .circle-qtd {
    position: absolute;
    width: 30px;
    border-radius: 15px;
    background-color: #fffa9c;
    font-size: 12px;
    line-height: 30px;
    color: #004a8f;
    top: 50%;
    right: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.conteudo .conteudo-box .box-table-mapa .coluna-mais .icone-mais:after,
.conteudo .conteudo-box .box-table-mapa .coluna-mais .icone-menos:after {
    padding-left: 12px;
    position: absolute;
    cursor: pointer;
}

.conteudo .conteudo-box .detalhes-mapa {
    background-color: #F4F8FF;
    padding: 20px 0;
    border-right: 1px solid #DEDEDE;
    border-bottom: 1px solid #DEDEDE;
    border-left: 1px solid #DEDEDE;
}

.conteudo .conteudo-box .detalhes-mapa.oculto {
    display: none;
}

.conteudo .conteudo-box .detalhes-mapa .container {
    column-count: 2;
    column-gap: 0;
}

.conteudo .conteudo-box .detalhes-mapa-item {
    padding-left: 30px;
    margin-right: 30px;
    display: inline-block;
    width: calc(100% - 60px);
}

.conteudo .conteudo-box .detalhes-mapa-item:before {
    content: "- ";
}

.conteudo .conteudo-box .detalhes-mapa-titulo {
    padding-left: 30px;
    margin-right: 30px;
    display: block;
    color: #939598;
}

.conteudo .conteudo-box .detalhes-mapa-item a {
    color: #004A8F;
}

.mostrar-mensagem-mouse {
    display: none;
    width: 670px;
    color: #3b3b3b;
    font-family: 'Roboto-Light', sans-serif;
    font-size: 14px;
    line-height: 25px;
}

.passar-mouse:hover .mostrar-mensagem-mouse {
    display: block;
}

/*ANALISE ONLINE*/
.analise .bloco-col {
    border: 1px solid #DEDEDE;
    min-height: 460px;
}

.analise .bloco-cabecalho {
    height: 111px;
    border-bottom: 1px solid #DEDEDE;
    background-color: #FFFEE9;
    position: relative;
}

.analise .bloco-cabecalho img {
    height: 40px;
    width: 40px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-left: 40px;

}

.analise .bloco-cabecalho h2 {
    position: absolute;
    top: 30%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-left: 110px;
}

.analise .btn-base-completa {
    position: absolute;
    top: 55%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 20px;
}

.analise .bloco-corpo-grafico,
.analise .bloco-corpo-conteudo {
    float: left;
    margin-right: 0;
}

.analise .bloco-corpo-conteudo {
    width: 40%;
}

.analise .bloco-corpo-grafico {
    width: 60%;
}

.analise .bloco-corpo-conteudo h2 {
    margin: 30px 0 0 50px;
}

.analise .bloco-corpo-conteudo h3 {
    margin: 10px 0 0 4px;
    display: inline-block;
}

.analise .legenda {
    margin-left: 50px;
}

.analise .sub-legenda {
    margin-left: 70px;
}

.analise .valores {
    margin-bottom: 20px;
    margin-left: 50px;
}

.analise .valores p,
.analise .valores h2,
.analise .valores h3 {
    margin: 0;
}

.analise .valores:first-child {
    margin-top: 40px;
}

.analise .valores:first-child p {
    margin-bottom: 10px;
}

.analise .circulo-laranja-claro {
    border-radius: 100%;
    width: 10px;
    height: 10px;
    background-color: #FFD79C;
    margin-left: 50px;
    display: inline-block;
}

.analise .circulo-laranja-escuro {
    border-radius: 100%;
    width: 10px;
    height: 10px;
    background-color: #FF5900;
    margin-left: 50px;
    display: inline-block;
}

.analise .circulo-azul-claro {
    border-radius: 100%;
    width: 10px;
    height: 10px;
    background-color: #648BC8;
    margin-left: 50px;
    display: inline-block;
}

.analise .circulo-azul-escuro {
    border-radius: 100%;
    width: 10px;
    height: 10px;
    background-color: #004A8F;
    margin-left: 50px;
    display: inline-block;
}

.analise .circulo-cinza {
    border-radius: 100%;
    width: 10px;
    height: 10px;
    background-color: #939598;
    margin-left: 50px;
    display: inline-block;
}

.analise .bloco-rodape {
    height: 60px;
    border-top: 1px solid #DEDEDE;
    position: relative;
}

.analise .bloco-rodape span {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-left: 35px;

}

.analise .btn-explorar {
    position: absolute;
    right: 0;
}

/*ANALISE E RELATÓRIOS e Analise Online Programas*/
.bloco-menu {
    list-style-type: none;
    margin: 0;
    padding: 0;
    height: 60px;
    display: block;
    border-radius: 10px;
}

.bloco-menu .corpo-menu-5 {
    display: block;
    float: left;
    width: 20%;
}

.bloco-menu .corpo-menu-6 {
    display: block;
    float: left;
    width: 16%;
}

.bloco-menu .corpo-menu-5 a,
.bloco-menu .corpo-menu-6 a {
    display: block;
    width: 100%;
    line-height: 60px;
    color: #004A8F;
    text-align: center;
    text-decoration: none;
    border-width: 1px 0 1px 1px;
    border-style: solid;
    border-color: #DEDEDE;
}

.bloco-menu .corpo-menu-5:first-child a,
.bloco-menu .corpo-menu-6:first-child a {
    border-radius: 10px 0 0 10px;
}

.bloco-menu .corpo-menu-5:last-child a,
.bloco-menu .corpo-menu-6:last-child a {
    border-width: 1px;
    border-radius: 0 10px 10px 0;
}

.bloco-menu .corpo-menu-5 a:hover,
.bloco-menu .corpo-menu-5 a.active,
.bloco-menu .corpo-menu-6 a:hover,
.bloco-menu .corpo-menu-6 a.active {
    background-color: #004A8F;
    color: #FFFFFF;
}

.bloco-menu .corpo-menu-5 a.download:hover,
.bloco-menu .corpo-menu-6 a.download:hover {
    background-color: #004A8F;
}

.analise-relatorio .bloco-sub-menu {
    margin: 10px;
    /*position: fixed;*/
}

.analise-relatorio .bloco-sub-menu a {
    border-width: 1px 1px 0 1px;
    border-style: solid;
    border-color: #DEDEDE;
    display: block;
    padding: 10px;
    text-decoration: none;
    color: #004A8F;
    text-align: center;
    width: 70px;
    height: 70px;
    background-size: 40px;
    background-position: center;
    background-repeat: no-repeat;
}

.analise-relatorio .bloco-sub-menu a:first-child {
    border-radius: 10px 10px 0 0;
}

.analise-relatorio .bloco-sub-menu a:last-child {
    border-width: 1px;
    border-radius: 0 0 10px 10px;
}

.analise-relatorio .bloco-sub-menu a:hover,
.analise-relatorio .bloco-sub-menu a.active {
    background-color: #004A8F;
    color: #FFFFFF;
}

.analise-relatorio .divisao-analise-relatorio {
    border-bottom: 1px solid #004A8F;
    padding-bottom: 50px;
}

.analise-relatorio .legenda-visao-geral {
    border-bottom: 1px solid #004A8F;
    padding-bottom: 10px;
}

.btnDownload {
    position: absolute;
    right: 0;
    top: -15px;
}

.tabela-simples,
.tabela-composta,
.tabela-composta2 {
    border-collapse: collapse;
    width: 100%;
}

.tabela-simples th,
.tabela-composta th,
.tabela-composta2 th {
    padding: 10px 20px;
    text-align: left;
    font-size: 14px;
    line-height: 25px;
}

.tabela-simples td,
.tabela-composta td,
.tabela-composta2 td {
    padding: 10px 20px;
    text-align: left;
    font-size: 14px;
    line-height: 25px;
}

.tabela-simples tr th:first-child,
.tabela-composta tr th:first-child,
.tabela-composta2 tr th:first-child {
    background-color: #648BC8;
    color: #FFFFFF;
    border: 1px #648BC8 solid;
}

.tabela-simples tr th:nth-child(2),
.tabela-composta tr th:nth-child(2),
.tabela-composta2 tr th:nth-child(2) {
    background-color: #FFFA9C;
    color: #3b3b3b;
    border: 1px #FFFA9C solid;
}

.tabela-simples tr th:nth-child(3),
.tabela-simples tr th:nth-child(5),
.tabela-composta tr th:nth-child(3),
.tabela-composta2 tr th:nth-child(3) {
    background-color: #DEDEDE;
    color: #3b3b3b;
    border: 1px #DEDEDE solid;
}

.tabela-simples tr th:nth-child(4),
.tabela-composta tr th:nth-child(4),
.tabela-composta2 tr th:nth-child(4) {
    background-color: #FFD79C;
    color: #3b3b3b;
    border: 1px #FFD79C solid;
}

.tabela-simples tr td:first-child,
.tabela-composta tr td:first-child,
.tabela-composta2 tr td:first-child {
    border: 1px #F4F8FF solid;
}

.tabela-simples tr:nth-child(odd) td:first-child,
.tabela-composta tr:nth-child(even) td:first-child,
.tabela-composta2 tr:nth-child(even) td:first-child {
    background-color: #F4F8FF;
}

.tabela-simples tr td:nth-child(2),
.tabela-composta tr td:nth-child(2),
.tabela-composta tr td:nth-child(3) {
    border: 1px #FFFEE9 solid;
}

.tabela-composta tr td:nth-child(2) {
    border-right: 2px #FFFA9C solid;
}

.tabela-composta tr td:nth-child(3) {
    border-left: 2px #FFFA9C solid;
}

.tabela-simples tr:nth-child(odd) td:nth-child(2),
.tabela-composta tr:nth-child(even) td:nth-child(2),
.tabela-composta tr:nth-child(even) td:nth-child(3),
.tabela-composta2 tr:nth-child(even) td:nth-child(2) {
    background-color: #FFFEE9;
}

.tabela-simples tr td:nth-child(3),
.tabela-simples tr td:nth-child(5),
.tabela-composta tr td:nth-child(4),
.tabela-composta tr td:nth-child(5),
.tabela-composta2 tr td:nth-child(3),
.tabela-composta2 tr td:nth-child(4) {
    border: 1px #F5F5F5 solid;
}

.tabela-composta tr td:nth-child(4),
.tabela-composta2 tr td:nth-child(3) {
    border-right: 2px #DEDEDE solid;
}

.tabela-composta tr td:nth-child(5),
.tabela-composta2 tr td:nth-child(4) {
    border-left: 2px #DEDEDE solid;
}

.tabela-simples tr:nth-child(odd) td:nth-child(3),
.tabela-simples tr:nth-child(odd) td:nth-child(5),
.tabela-composta tr:nth-child(even) td:nth-child(4),
.tabela-composta tr:nth-child(even) td:nth-child(5),
.tabela-composta2 tr:nth-child(even) td:nth-child(3),
.tabela-composta2 tr:nth-child(even) td:nth-child(4) {
    background-color: #F5F5F5;
}

.tabela-simples tr td:nth-child(3),
.tabela-composta tr td:nth-child(6),
.tabela-composta2 tr td:nth-child(5),
.tabela-composta2 tr td:nth-child(6) {
    border: 1px #FFF0DA solid;
}

.tabela-composta tr:nth-child(even) td:nth-child(6),
.tabela-composta2 tr:nth-child(even) td:nth-child(5),
.tabela-composta2 tr:nth-child(even) td:nth-child(6) {
    background-color: #FFF0DA;
}

.tabela-simples tr td:nth-child(4) {
    border: 1px #FFF0DA solid;
}

.tabela-simples tr:nth-child(odd) td:nth-child(4) {
    background-color: #FFF0DA;
}

.tabela-composta2 tr td:nth-child(5) {
    border-right: 2px #FFD79C solid;
}

.tabela-composta2 tr td:nth-child(6) {
    border-left: 2px #FFD79C solid;
}

.tabela-composta tr.total td,
.tabela-composta2 tr.total td {
    font-weight: bold;
}

.tabela-composta tr.total td:first-child,
.tabela-composta2 tr.total td:first-child {
    border: 1px #e1ecff solid;
    border-top: 2px #648bc8 solid;
    background-color: #e1ecff;
}

.tabela-composta tr.total td:nth-child(2),
.tabela-composta tr.total td:nth-child(3),
.tabela-composta2 tr.total td:nth-child(2) {
    border: 1px #FFFbd1 solid;
    border-top: 2px #FFFA9C solid;
    background-color: #FFFbd1;
}

.tabela-composta tr.total td:nth-child(4),
.tabela-composta tr.total td:nth-child(5),
.tabela-composta2 tr.total td:nth-child(3),
.tabela-composta2 tr.total td:nth-child(4) {
    border: 1px #E6E6E6 solid;
    border-top: 2px #DEDEDE solid;
    background-color: #E6E6E6;
}

.tabela-composta tr.total td:nth-child(6),
.tabela-composta tr.total td:nth-child(7),
.tabela-composta2 tr.total td:nth-child(5),
.tabela-composta2 tr.total td:nth-child(6) {
    border: 1px #FFe1b7 solid;
    border-top: 2px #FFD79C solid;
    background-color: #FFe1b7;
}

.tabela-scroll {
    overflow-x: scroll;
}

.tabela-scroll table {
    border-collapse: collapse;
    width: 2300px;
}

.tabela-scroll td {
    /*width: 200px;*/
}

.tabela-scroll-territorios td {
    width: 200px;
}

.tabela-scroll th, .tabela-scroll td {
    border: 1px #F5F5F5 solid;
    padding: 10px 20px;
    text-align: left;
    font-family: 'Roboto-Light', sans-serif;
    font-size: 14px;
    line-height: 25px;
}

.tabela-scroll td:first-child,
.tabela-scroll td:nth-child(2) {
    background-color: #F4F8FF;
}

.tabela-scroll thead tr:last-child th:nth-child(odd) {
    background-color: #DEDEDE;
}

.tabela-scroll thead tr:last-child th:nth-child(even) {
    background-color: #F5F5F5;
}

.tabela-scroll thead tr:first-child th:nth-child(1) {
    visibility: hidden;
}

.tabela-scroll thead tr:first-child th:nth-child(2) {
    background-color: #FFD79C;
}

.tabela-scroll thead tr:first-child th:nth-child(3) {
    background-color: #FFFA9C;
}

.tabela-scroll thead tr:first-child th:nth-child(4) {
    background-color: #F4F8FF;
}

.tabela-scroll thead tr:nth-child(2) th:first-child {
    background-color: #648BC8;
    color: #FFFFFF;
    border-right: 1px #648BC8 solid;
}

.tabela-scroll thead tr:nth-child(2) th:nth-child(2) {
    background-color: #004A8F;
    color: #FFFFFF;
}

.tabela-scroll tr:nth-child(even) td:nth-child(1),
.tabela-scroll tr:nth-child(even) td:nth-child(2),
.tabela-scroll tr:nth-child(even) td:nth-child(3),
.tabela-scroll tr:nth-child(even) td:nth-child(4),
.tabela-scroll tr:nth-child(even) td:nth-child(5),
.tabela-scroll tr:nth-child(even) td:nth-child(6),
.tabela-scroll tr:nth-child(even) td:nth-child(7),
.tabela-scroll tr:nth-child(even) td:nth-child(8),
.tabela-scroll tr:nth-child(even) td:nth-child(9),
.tabela-scroll tr:nth-child(even) td:nth-child(10),
.tabela-scroll tr:nth-child(even) td:nth-child(11),
.tabela-scroll tr:nth-child(even) td:nth-child(12),
.tabela-scroll tr:nth-child(even) td:nth-child(13),
.tabela-scroll tr:nth-child(even) td:nth-child(14) {
    background-color: #F4F8FF;
}

.tabela-scroll tr:nth-child(odd) td:nth-child(1),
.tabela-scroll tr:nth-child(odd) td:nth-child(2),
.tabela-scroll tr:nth-child(odd) td:nth-child(3),
.tabela-scroll tr:nth-child(odd) td:nth-child(4),
.tabela-scroll tr:nth-child(odd) td:nth-child(5),
.tabela-scroll tr:nth-child(odd) td:nth-child(6),
.tabela-scroll tr:nth-child(odd) td:nth-child(7),
.tabela-scroll tr:nth-child(odd) td:nth-child(8),
.tabela-scroll tr:nth-child(odd) td:nth-child(9),
.tabela-scroll tr:nth-child(odd) td:nth-child(10),
.tabela-scroll tr:nth-child(odd) td:nth-child(11),
.tabela-scroll tr:nth-child(odd) td:nth-child(12),
.tabela-scroll tr:nth-child(odd) td:nth-child(13),
.tabela-scroll tr:nth-child(odd) td:nth-child(14) {
    background-color: #FFFFFF;
}

.tabela-scroll tr td:nth-child(1) {
    border-right: 2px #648BC8 solid;
}

.tabela-scroll tr td:nth-child(2) {
    border-left: 2px #648BC8 solid;
}

.tabela-composta tr td.oculto,
.tabela-scroll tr td.oculto,
.tabela-simples tr td.oculto,
.tabela-composta2 tr td.oculto {
    display: table-cell;
    border: none;
    background: none;
}

.analise-relatorio .filtros {
    height: 45px;
    width: 280px;
    border: 1px solid #DEDEDE;
    background-color: #FFFFFF;
    margin-left: 20px;
}

.analise-relatorio .filtros-anos {
    height: 45px;
    width: 98px;
    border: 1px solid #DEDEDE;
    background-color: #FFFFFF;
    margin-left: 20px;
}

.analise-relatorio .buscaFiltro {
    height: 45px;
    width: 280px;
    border: 1px solid #DEDEDE;
    background-color: #FFFFFF;
    margin-left: 20px;
}

.analise-relatorio h2 {
    margin: 0;
}

.analise-relatorio p {
    margin-bottom: 0;
    font-size: 14px;
    color: #3b3b3b;
}

.analise-relatorio .margem-col {
    text-align: right;
}

.analise-relatorio .margem-col-territorios {
    text-align: left;
}


.analise-relatorio .espaco-filtros {
    margin-top: 10px;
}

.analise-relatorio .bloco-mapa-alcance,
.analise-relatorio .bloco-mapa-penetracao-uf {
    height: 650px;
    width: 100%;
    border: 1px solid #DEDEDE;
    background-color: #FFFFFF;
}

.analise-relatorio .bloco-mapa-alcance .mapa-alcance,
.analise-relatorio .bloco-mapa-penetracao-uf .mapa-penetracao-uf {
    margin: 0 auto;
}

.analise-relatorio .bloco-grafico-prof-curso,
.analise-relatorio .bloco-grafico-municipio-com-maior-alcance,
.analise-relatorio .bloco-grafico-ideb {
    height: 470px;
    width: 100%;
    border: 1px solid #DEDEDE;
    background-color: #FFFFFF;

}

.analise-relatorio .bloco-grafico-prof-curso .grafico-prof-curso,
.analise-relatorio .bloco-grafico-municipio-com-maior-alcance .bloco-municipios-com-maior-alcance {
    margin: 10px;
}

.analise-relatorio .table-visao-geral {
    width: 100%;
    border-collapse: collapse;
}

.analise-relatorio .table-visao-geral tr:nth-child(odd) {
    background-color: #F4F8FF;
}

.analise-relatorio .table-visao-geral td {
    height: 45px;
    font-size: 14px;
    padding: 0 20px;
}

.analise-relatorio .table-visao-geral .descricao-visao-geral {
    font-size: 14px;
}

.analise-relatorio .bloco-col5 {
    height: 400px;
    border: 1px solid #DEDEDE;
}

.analise-relatorio .bloco-col5 .grafico-visao-geral,
.analise-relatorio .bloco-col5 .bloco-apoio-programa,
.analise-relatorio .bloco-col5 .bloco-evolucao-apoio,
.analise-relatorio .bloco-col5 .bloco-total-alcance-territorio,
.analise-relatorio .bloco-col10 .bloco-mapa-territorio,
.analise-relatorio .bloco-col10 .bloco-mapa-alcance-por-uf {
    margin: 40px;
}

.analise-relatorio .bloco-grafico {
    height: 524px;
    width: 470px;
    border: 1px solid #DEDEDE;
    background-color: #FFFFFF;
}

.analise-relatorio .sub-legenda {
    font-size: 15px;
    color: #939598;
}

.analise-relatorio .legenda-mapa {
    font-size: 14px;
    text-align: center;
    color: #3b3b3b;
    line-height: 25px;
    font-weight: bold;
    margin-top: 20px;
}

.analise-relatorio .legendas-graficos {
    text-align: center;
    color: #3b3b3b;
}

.analise-relatorio .bloco-col10 {
    height: 622px;
    width: 100%;
    border: 1px solid #DEDEDE;
}

.analise-relatorio .circulo::before {
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 15px;
    display: inline-block;
    margin: 0 14px;
}

.analise-relatorio .circulo.circulo-municipios-alcancados::before,
.analise-relatorio .circulo.circulo-todos::before {
    background-color: #004A8F;
}

.analise-relatorio .circulo.circulo-abandono::before,
.analise-relatorio .circulo.circulo-voluntarios::before {
    background-color: #FFF100;
}

.analise-relatorio .circulo.circulo-municipios-nao-alcancados::before,
.analise-relatorio .circulo.circulo-reprovado::before,
.analise-relatorio .circulo.circulo-colaboradores::before {
    background-color: #FF5900;
}

.analise-relatorio .circulo.circulo-aprovado::before,
.analise-relatorio .circulo.circulo-quantidade::before {
    background-color: #004A8F;
}

.analise-relatorio .circulo.circulo-porcentagem::before {
    background-color: #FF5900;
}

.analise-relatorio .input-icone {
    padding: 12px 0 14px 70px;
    border: 1px solid #dedede;
    position: relative;
    display: block;
    cursor: text;
}

.analise-relatorio .input-icone input {
    font-size: 15px;
}

.scroll-menu-lateral {
    max-height: 505px;
    overflow-x: hidden;
}

@media all and (max-width: 992px) {
    .titulo-detalhe .esfera {
        display: inline-block;
    }

    .menu-lateral-detalhes {
        width: 100%;
    }

    .filtro-ui {
        right: 0;
    }

    .filtro-ui .filtro-conteudo {
        width: 100%;
        top: 60px;
    }

    .conteudo .conteudo-btn .ferramentas {
        display: block;
    }

    .pagina-base .base-box .base-box-legendas {
        width: 100%;
    }

    /*Programas*/
    .conteudo .conteudo-box .box-table-mapa .coluna-principal {
        padding: inherit;
        text-align: center;
        width: 25%;
    }

    .conteudo .conteudo-box .box-table-mapa .coluna-tipo {
        text-align: center;
    }

    .detalhes .detalhes-lista .detalhes-lista-conteudo a {
        float: none;
        margin-top: 20px;
        display: block;
    }

    .dw-charts {
        zoom: 0.4;
        margin-bottom: 80px;
        margin-left: -5%;
    }

    /*Analise Online*/
    .analise .bloco-cabecalho {
        text-align: center;
        height: auto;
        padding-top: 16px;
    }

    .analise .bloco-cabecalho h2 {
        position: static;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        margin: auto;
    }

    .analise .bloco-cabecalho img {
        position: static;
        transform: none;
        margin: auto;
    }

    .analise .bloco-cabecalho .btn-base-completa {
        position: static;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        margin: auto;
    }

    .analise .bloco-corpo-conteudo {
        width: 100%;
        text-align: center;
    }

    .analise .bloco-corpo-conteudo h2 {
        margin: 30px 0 0;
    }

    .analise .legenda {
        margin-left: auto;
    }

    .analise .sub-legenda {
        margin-left: auto;
    }

    .analise .circulo-laranja-claro,
    .analise .circulo-laranja-escuro,
    .analise .circulo-azul-claro,
    .analise .circulo-azul-escuro,
    .analise .circulo-cinza {
        margin-left: auto;
    }

    .analise .bloco-corpo-grafico,
    .analise .bloco-corpo-grafico {
        float: none;
        width: 100%;
        text-align: center;
    }

    .analise .valores {
        margin-left: auto;
    }

    .analise-relatorio {
        text-align: center;
    }

    .bloco-menu {
        overflow: visible;
        height: auto;
        border: none;
    }

    .bloco-menu .corpo-menu-5,
    .bloco-menu .corpo-menu-6 {
        float: none;
        width: 100%;
    }

    .bloco-menu .corpo-menu-5 a,
    .bloco-menu .corpo-menu-6 a {
        border: 1px solid #dedede;
    }

    .analise-relatorio .bloco-sub-menu {
        width: 100%;
        border: none;
        margin: 0;
    }

    .analise-relatorio .bloco-sub-menu a {
        display: inline-block;
        width: 32%;
        border: 1px solid #dedede;
    }

    .bloco-mapa-territorio {
        margin: 8px !important;
    }

    #basePaginacaoVolumeApoio,
    #baseTabelaAlcance,
    #baseTabelaAlcanceMunicipioFormacao,
    .table-dw {
        overflow: auto;
    }

    .analise-relatorio .filtros {
        width: 100%;
        margin-left: auto;
    }

    .analise-relatorio .margem-col {
        text-align: center;
    }
}

/*
tooltip
*/
.tooltip {
    position: relative;
    display: inline-block;
}

.tooltip .tooltiptext,
.body .base-form .tooltip .tooltiptext {
    color: #3b3b3b !important;
    visibility: hidden;
    position: absolute;
    opacity: 0;
    z-index: 1;
    bottom: 150%;
    left: 50%;
    margin-left: -158px;
    width: 300px;
    padding: 20px;
    background-color: #FFF;
    border: 1px #dedede solid;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: normal;
    text-align: left;
    line-height: 20px;
    transition: opacity 0.3s;
}

.tooltip .tooltiptext::after,
.body .base-form .tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    bottom: -8px;
    left: 50%;
    background-color: #FFFFFF;
    border: 1px #dedede solid;
    border-top: none;
    border-left: none;
    transform-origin: center center;
    transform: rotate(45deg);
}

.tooltip:hover .tooltiptext,
.body .base-form .tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

.organizacao-sem-link {
    padding: 0;
    height: inherit;
    float: right;
    font-size: 14px;
    margin-left: 20px;
}

/*
    Tooltip Alerta
*/

.divisao-busca .total-resultados-busca .alerta {
    height: 45px;
    margin-right: 30px;
}

.tooltip-alerta .tooltiptext-alerta {
    color: #3b3b3b !important;
    visibility: hidden;
    position: absolute;
    opacity: 0;
    z-index: 1;
    bottom: 125%;
    /*left: 50%;*/
    margin-left: -24%;
    width: 300px;
    padding: 20px;
    background-color: #FFF0DA;
    border: 1px #FF5900 solid;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: normal;
    text-align: left;
    line-height: 20px;
    transition: opacity 0.3s;
}

.tooltip-alerta .tooltiptext-alerta::after {
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    bottom: -8px;
    left: 50%;
    background-color: #FFF0DA;
    border: 1px #FF5900 solid;
    border-top: none;
    border-left: none;
    transform-origin: center center;
    transform: rotate(45deg);
}

.tooltip-alerta:hover .tooltiptext-alerta,
.tooltip-alerta.ativo .tooltiptext-alerta {
    visibility: visible;
    opacity: 1;
}

/*mudanças relatorio escrevendo futuro*/
.aba-inativa {
    display: none;
}

.cor-descricao-formacao {
    color: #939598 !important;
    margin-top: 10px !important;
}

/* fim mudanças relatorio escrevendo futuro*/

/*#legendaFrequenciaInscrito.sobre-tooltip,
#legendaFrequenciaMatriculados:after,
#legendaFrequenciaAbandono:after,
#legendaFrequenciaDesistentes:after,
#legendaFrequenciaConcluintes:after,
#legendaFrequenciaCertificados:after {
    position: relative;
    display: inline-block;
    top: 6px;
}

#baseDadosGerais .sobre-tooltip{
    position: relative;
    top: -4px;
    float: right;
}*/

.cache {
    position: relative;
    color: #939598;
    background: #ECECEC;
    line-height: 25px;
    text-align: center;
}

.cache p {
    padding: 12px 0;
}

.cache-analise {
    font-size: 12px !important;
    float: right;
    margin-right: 10px;
}

/* Style Cadastro / Login / Perfil */

.body {
    background-size: 1700px 570px;
    background-repeat: repeat-x;
    background-position: bottom;
}

.body .logo {
    display: block;
    max-height: 40px;
    margin: 50px auto;
}

.body .base-form {
    background-color: #FFFFFF;
}

.body .base-form h1 {
    text-align: center;
    font-size: 30px;
    line-height: 35px;
    margin-top: 43px;
}

.body .base-form h2 {
    text-align: left;
    font-size: 20px;
    line-height: 30px;
    margin: auto 50px;
}

.body .linha-g {
    width: 670px;
    margin: 10px 50px 0 50px;
}

.body .linha-m {
    margin: 20px 100px 0 100px;
}

.body .linha-p {
    width: 270px;
    border: 1px solid #939598;
}

.body .base-form .base-info {
    text-align: center;
    width: 370px;
    font-size: 14px;
}

.body .base-form .margem-direita {
    margin-right: 13px;
}

.body .base-form .titulo {
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    line-height: 25px;
    font-family: Roboto;
}

.body .base-form .titulo.login {
    margin-top: 30px;
}

.body .base-form .titulo.cadastro {
    margin-top: 40px;
}

.body .base-form .form {
    margin: 0 50px 50px;
    display: block;
    position: relative;
}

.body .base-form .form label {
    font-size: 14px;
    line-height: 20px;
    display: inline-block;
    margin: 30px 0 10px 0;
}

.body .base-form .form input {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    height: 45px;
    width: 100%;
    display: inline-block;
    color: #3b3b3b;
}

.body .base-form .form input[type="radio"] {
    font-size: 14px;
    margin-top: -3px;
    -webkit-appearance: radio;
    -moz-appearance: radio;
    width: 20px;
    vertical-align: middle;
}

.body .base-form .form .alert {
    display: none;
    position: absolute;
    font-size: 12px;
    line-height: 20px;
    color: rgba(255, 0, 0, 0.7);
}

.body .base-form .form select {
    height: 45px;
    width: 100%;
    border-radius: unset;
    display: inline-block;
}


.body .base-form .form .campos-estado {
    width: 160px;
    display: inline-block;
    padding-right: 30px;
}

.body .base-form .form .campos-deficiencia {
    width: 332px;
    display: inline-block;
}

.body .base-form .form .campos-deficiencia .tabela-deficiencia {
    display: table;
}

.body .base-form .form .info-divisor {
    position: relative;
    display: block;
}

.body .base-form .form .info-divisor span {
    width: 315px;
    display: inline-block;
    font-size: 14px;
    line-height: 25px;
    margin-right: 10px;
}

.body .base-form .form .info-divisor .linha-m {
    width: 340px;
    display: inline-block;
    border-bottom: 1px solid #DEDEDE;
    margin: 0;
}

.error-campo {
    border: 1px solid rgba(255, 0, 0, 0.7) !important;
}

.bloco-senha input {
    margin-bottom: 20px;
}

.bloco-senha input.error-campo {
    margin-bottom: 0;
}

.body .btn-submit {
    width: 170px;
    color: #FFFFFF !important;
    display: inline-block;
    vertical-align: middle;
}

.body .btn-submit:hover {
    width: 170px;
    color: #FFFFFF;
    display: inline-block;
    vertical-align: middle;
}

.body .btn-search {
    width: 410px;
    display: block;
    color: #FFFFFF !important;
    vertical-align: middle;
    margin: 30px 0;
}

.body .btn-search img {
    vertical-align: middle;
    margin-right: 10px;
}

.body .base-form .base-botoes {
    margin-top: 25px;
    margin-bottom: 50px;
    text-align: center;
}

.body .base-form .base-botoes .btn-register {
    background-color: #FFFFFF;
    color: #3B3B3B;
    border: 1px solid #DEDEDE !important;
}

.body .base-form .base-botoes .btn-register:hover {
    background-color: #FFFFFF
    color: #3B3B3B;
    border: 1px solid #DEDEDE;
}

.body .base-form .base-botoes .btn-link {
    display: inline-block;
    margin-right: 42px;
    color: #3B3B3B;
    text-decoration: underline;
}

.body .base-form .field-group .btn-link {
    float: right;
    color: #3B3B3B;
    text-decoration: underline;
    font-family: 'Roboto' !important;
}

.body .base-form .live-search {
    margin-bottom: 0;
}

.body .base-form .tooltip {
    position: relative;
    display: inline-block;
}

.body .base-form .sobre-tooltip {
    content: ' ';
    width: 32px;
    height: 24px;
    position: relative;
    display: inline-block;
}

.body .base-form .tooltip .tooltiptext {
    left: 230%;
}

.body .base-form .tooltip .tooltiptext::after {
    left: 31%;
}

.fechar {
    width: 30px;
    height: 30px;
    border: none;
    cursor: pointer;
    background-color: transparent;
    position: absolute;
    top: 0;
    right: 0;
}

@media all and (max-width: 500px) {
    .body .linha-m {
        width: 250px;
        margin: auto;
    }

    .body .base-form {
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .body .linha-g {
        width: 250px;
        margin: 10px 50px 0 50px;
    }

    .body .base-form .form .campos-estado {
        width: 250px;
        display: inline-block;
    }

    .body .base-form .form .campos-cidade {
        width: 250px;
        position: relative;
        display: inline-block;
    }

    .body .base-form .form .campos-deficiencia {
        width: 250px;
        position: relative;
        display: inline-block;
    }

    .body .base-form .form .campos-deficiencia .tabela-deficiencia {
        display: block;
    }

    .body .base-form .base-botoes .btn-link {
        margin: 10px auto;
    }

    .body .base-form .form .alert {
        position: relative;
    }
}

.body {
            height: 100vh;
            background-size: 100% 570px;
        }

        .body .base-form .base-info {
            margin: 0 auto;
        }

        .body .base-form .titulo {
            color: #144388;
        }

        .body .base-form .form label {
            color: #144388;
        }

        .body .base-form .form .field-group {
            width: 100%;
        }

        .body .base-form .btn-submit {
            float: right;
            background-color: #144388;
        }

        .body .base-form .btn-submit:hover {
            background-color: #144388;
        }

        .body .base-form .base-botoes .btn-link {
            margin-top: 20px;
            float: left;
        }

        .body .base-form .form {
            margin: 0 85px;
        }

        @media screen and (max-width: 1100px) {
            .body .base-form .base-botoes .btn-link {
                font-size: 14px;
                margin: auto;
                float: none;
            }

            .body .base-form .btn-submit {
                font-size: 14px;
                float: none;
            }

        }

        .form-control {
            margin-bottom: 0 !important;
        }

        .body .base-form .base-botoes {
            padding-bottom: 50px;
            margin-bottom: 0;
            display: flex;
            justify-content: center;
        }

        .body .base-form .titulo.cadastro {
            margin-top: 0;
            padding-top: 135px;
        }

        .body .base-form .titulo.login {
            text-align: left;
            padding-top: 80px;
            margin-top: 0;
        }

        .body .base-form .titulo {
            font-family: inherit;
        }

        #formRecSenha {
            display: none;
        }

        #formRecEmail {
            display: none;
        }

        .g-signin2 {
            text-align: center;
            display: inline-block;
        }

        @media all and (max-width: 1600px) {
            .body {
                background-size: 1600px 500px;
            }
        }

        @media all and (max-height: 700px) {
            .body {
                background-size: 1600px 400px;
            }
        }

        @media all and (max-width: 600px) {
            .body .base-form .base-info {
                max-width: 100%;
            }

            .body .base-form .form {
                margin: 0 50px;
            }
        }

        .flex {
            max-width: 970px;
            width: fit-content;
            margin: auto;
            display: flex;
        }

        .campos-login {
            height: 458px;
            width: 700px;
            margin: auto;
        }

        .nao-possui {
            width: 350px;
            height: 458px;
            margin: auto 0;
        }

        .linha {
            margin: 50px auto;
            height: 358px;
            border-left: 1px solid #FBD976;
        }

        .msg-email {
            margin-top: 20px;
            font-weight: bold;
        }

        @media screen and (max-width: 800px) {
            .flex {
                display: block;
                width: 420px;
            }

            .campos-login {
                width: 100%;
                height: 480px;
                display: block;
            }

            .nao-possui {
                width: 100%;
                margin: auto;
            }

            .linha {
                position: relative;
                margin: 0 50px;
                height: 1px;
                border-top: 1px solid #fbd976
            }

            .modal-base {
                width: 350px !important;
            }

            .bloco-senha {
                margin: 0 50px !important;
            }
        }

        @media screen and (max-width: 700px) {
            .body .base-form .form {
                margin: 0 50px;
            }

            .flex {
                display: block;
                width: 350px;
            }

            .campos-login {
                height: 480px;
                width: 100%;
                display: block;
            }

            .nao-possui {
                padding-top: 30px;
                width: 100%;
                margin: auto;
            }

            .linha {
                position: relative;
                margin: 0 50px;
                height: 1px;
                border-top: 1px solid #fbd976
            }
        }

        @media screen and (max-width: 500px) {
            .campos-login {
                height: 480px;
            }
        }


        @media screen and (max-width: 400px) {
            .flex {
                display: block;
                width: 325px;
            }

            .campos-login {
                height: 500px;
                width: 100%;
                display: block;
            }

            .nao-possui {
                width: 100%;
                display: block;
            }
        }

        .box-shadow {
            -moz-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.75);
            -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.75);
            box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.75);
        }

        #loginRecuperarEmail:disabled {
            background: #dddddd;
        }
