﻿#conteudoParaImpressao {
    /*overflow-y: scroll;
    height: 495px!important;
    margin: 0 auto*/
    background:#ffffff;
    border-radius: 5px;
    box-shadow: rgb(0 0 0 / 3%) 0px 2.8px 2.2px,
         rgb(0 0 0 / 5%) 0px 6.7px 5.3px,
         rgb(0 0 0 / 6%) 0px 12.5px 10px,
         rgb(0 0 0 / 7%) 0px 22.3px 17.9px,
         rgb(0 0 0 / 9%) 0px 41.8px 33.4px,
         rgb(0 0 0 / 12%) 0px 100px 80px;
}
#textoParaImpressao {
    width: 90%;
    margin: 0 auto;
    text-align: justify;
}

#conteudoParaImpressao p {
    font-weight: bold;
    font-size: 1.2em;
    margin: 0 auto;
    margin-top: 8px;
    margin-bottom: 20px;
}
#duvidas_titulo {
    font-weight: bold;
    font-size: 1em;
    margin: 0 auto;
    margin-top: 40px;
    margin-bottom: 40px;
    max-width: 350px;
}
#duvidas_segundotitulo {
    font-weight: bold;
    font-size: 1em;
    margin: 0 auto;
    margin-top: 40px;
    margin-bottom: 40px;
    width: 250px;
}
.duvidas_link1 a {
    color: #00f;
    text-decoration: underline;
}
.duvidas_link2 a {
    color: red;
    text-decoration: underline;
}
.destaqueVermelho {
    color: red;
    font-weight: bold;
}
.perguntasRespostas {
    font-size: 14px;
    line-height: 15px;
    margin-top: 15px;
}
.pergunta {
    font-weight: bold;
}
.perguntasRespostas p:not(.pergunta) {
    margin-left: 15px
}
.recuo1 {
    margin-left: 35px
}
#relacaoMunicipios {
    margin-top: 15px;
    color: #000;
}
#relacaoMunicipios .destaqueSimples {
    font-weight: bold;
}
#relacaoMunicipios p:not(.destaqueSimples) {
    margin-left: 25px;
}
#telCentral {
    border: 2px solid #000;
    width: 100%;
   
    padding: 10px;
    font-weight: bold;
    margin-top: 30px;
}
.margem-padrao-escolas 
{
    padding-left: 20px;
}
.negrito 
{
    font-weight: bold;
}