@charset "utf-8";

/*variaveis para cores*/
:root{
    --cor1: #fff; /*menu*//**/
    --cor2: #333; /*cabecalho*/
    --cor3: #333;/*rodape*/
    --cor4: #363636; /*rodape de cima*/
    --cor5: #ccc; /*bordas inputs*/

}


html{
    font-size: 10px;
    background-color: #fff;
}

body.contraste1 html{
    background-color: #000;
}

body.contraste1 input[type=text]{
    background-color: #fff;
    color: #000
}

body.contraste1 input[type=text]::placeholder{
    color: #000
}

body.contraste1 input[type=text] *{
    color: #000;
    background-color: #fff;
}

body.contraste1 button *{
    color: #000;
    background-color: #fff;
}

@font-face	{
    font-family: 'rawline300';
    src: url('../fonts/rawline-300.eot');
    src: url('../fonts/rawline-300.eot?#iefix') format('embedded-opentype'),
        url('../fonts/rawline-300.woff2') format('woff2'),
        url('../fonts/rawline-300.woff') format('woff'),
        url('../fonts/rawline-300.ttf') format('truetype'),
        url('../fonts/rawline-300.svg#rawline400') format('svg');
    font-weight: normal;
    font-style: normal;
}



@font-face	{
    font-family: 'rawline700';
    src: url('../fonts/rawline-700.ttf');
    src:  url('../fonts/rawline-700.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face	{
    font-family: 'rawline500';
    src: url('../fonts/rawline-500.ttf');
    src:  url('../fonts/rawline-500.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face	{
    font-family: 'rawline400';
    src: url('../fonts/rawline-400.ttf');
    src:  url('../fonts/rawline-400.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
    

body{
    font-size: 1.6rem;
    background-color: #e5e5e5;    
    font-family: 'rawline400';
    line-height: 1.42857143;
    color: #333;
}
/*
body{
    margin-bottom: 120px !important;
  }*/

p{
  font-family: 'rawline400';
  font-size: 1.6rem;
  color: #333;
  font-weight: normal;
}

body.contraste1 p{
    color: #fff;
}

body.contraste1 ul{
    color: #fff;
}

body.contraste1 ul li{
    color: #fff;
}

body.contraste1 .dropdown-menu .inner li{
    color: #fff;
    background-color: #000;
}

.endereco p{
    color: #ccc;
    font-size: 1.4rem;
}

a, a:link{
    color: #0066b3;
    text-decoration: none;
}

a{
    background-color: transparent;
    font-weight: bold;
}


a:hover, a:active{
    color: #00508c;
    text-decoration: none;
}

hr{
    border-top-width: 1px;
    border-color: #ccc;
    width: 100%;
    margin-bottom: 0px;
}

form label{
    font-weight: bold !important;
    font-size: 1.6rem;
}

form label input[type='email'],
form label input[type='text']{
    font-weight: normal;
}

form input[type='text']{
    border-style: solid;
    border-color: #ccc;
    border-width: 1px;
}


#tipoNumero{
       height: 32px;
    width: 100% !important;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border-color: #ccc;
    border-style: solid;
    border-width: 1px;
}



form input[type='email']{
    border-style: solid;
    border-color: #ccc;
    border-width: 1px;
}

form input[type='text']:focus:not([readonly]){
    border-bottom: 1px solid #1966c2;
    box-shadow: 0 1px 0 0 #1966c2;
}

form input[type='email']:focus:not([readonly]){
    border-bottom: 1px solid #1966c2;
    box-shadow: 0 1px 0 0 #1966c2;
}



.containerPaginacao{

    margin: 0px auto;
    width: 100%;
    display: flex;
    justify-content: center;
}


.cpm-direitos .bx-desen p{
   font-size: 1rem !important;
 }

.cpm-direitos p{
    font-size: 1rem !important;
}

.cabecalhoPMSP{
    background-color: var(--cor2);
    margin-left: -15px;
    min-height: 3.8rem;
   
}

body.contraste1 .cabecalhoPMSP{
    background-color: #000;
}

.cabecalhoPMSP a{
    font-size: 1.3rem;
    line-height: 2.7rem;  
}

.cabecalhoSecretaria{
    display: none;
	font-size: 1rem;
    font-family: 'rawline400';
    background-color: var(--cor2);
    color: #fff;    
    line-height: 1.9;
    margin-left: -15px;
}

.nomePMSP{
    line-height: 2; 
    text-align: left;
    text-transform: uppercase;
    display: inline-block;
   
}

.acesso-info{
    text-align: center;
    padding-top: 4px;
}
.acesso-info img{
    margin: 0px 10px;
}

.transparenciaSP, .transparenciaSP a{
	font-size: 1.3rem; 
    line-height: 2;
    text-align: right;
    text-transform: uppercase;
    font-weight: normal !important;
    padding-top: 4px;
   
}

.nomePMSP a,  .acesso-info a{ 
	text-decoration: none;
    font-style: normal;
    display: inline-block;
    font-weight: normal !important;
}

.cabecalhoSecretaria a{ 
	color: #e6e6e6;
	text-decoration: none;
}



.logoSecretaria{
    background-image: url("../img/logoSecretaria.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 0% 50%;
    text-indent: -9999px;
    width: 136px;
    min-height: 51px;
    height: auto;
    overflow: hidden;
    display: block;
    float: right;
    margin-right: 22px;
}

body.contraste1 .logoSecretaria{
    background-image: url("../img/logoSecretaria.png") !important;
    background-size: contain !important;
}

.cpm-acessibilidade{
  border-bottom-width: 0px;
  border-bottom-style: none;
  text-align: right;
  float: right;
  margin: 2px 30px 0px 0px;
  padding: 0px 0 5px 0;
  border-bottom: none;
  

}

.cpm-acessibilidade span{
    
    font-weight: bold;
    font-size: 1.0em;
    float: right;
    text-transform: uppercase;
    margin: 3px 0px 0px 0px;
    color: #ddd;
}

body.contraste1 .cpm-acessibilidade span{
color: #fff;
}

.cpm-acessibilidade ul{
  float: right;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}

.cpm-acessibilidade ul li{
  float: left;
  display: inline;
}

.cpm-acessibilidade ul li a{
  width: 27px;
  height: 27px;
  padding-top: 9px;
  outline-color: transparent !important;
  text-align: center;
  font-weight: bold;
  line-height: 24px;
  color: #ddd;
  text-decoration: none;
  font-size: 12px;
  float: left;
  margin: 0 0 0 0px;
  font-family:'rawline400' ;
}

body.contraste1 .cpm-acessibilidade ul li a{
    color: #fff;
    font-family: 'rawline400' !important; 
}

.cpm-acessibilidade ul li a.fontResizer_add sup{
  line-height: 0.5em;
  margin: 16px 0 0 -6px;
  font-weight: normal;
  font-size: 20px;
  float: right;
  
}
.cpm-acessibilidade ul li a.fontResizer_minus{
  font-size: 12px;
  

}
.cpm-acessibilidade ul li a.fontResizer_minus sup{
  line-height: 0.5em;
  margin: 14px 0 0 -10px;
  font-weight: normal;
  font-size: 18px;
  float: right;
  
}

.cpm-acessibilidade ul li a.btn-contraste1{
    font-size: 15px;
    color: transparent;
    margin-left: -10px;
}

.cpm-acessibilidade ul li a.btn-contraste1 i{
    color: #333 !important;
}

body.contraste1 .cpm-acessibilidade ul li a.btn-contraste1{
    color: transparent;
}

body.contraste1 .buscaavancadaaberta {
    background-color: #000;
}

body.contraste1 .mandato-prefeito {
    background-color: #000;
    border: 1px solid #fff;
}

body.contraste1 #navDirSeletorMandato, body.contraste1 #navEsqSeletorMandato{
    background-color: #000;
    border: 1px solid #fff;    

}


.row.breadcrumb{
    margin-left: 0px;
    margin-right: 0px;
}

.breadcrumb{
    margin-top: 20px;
    padding: 0px 0px;
    margin-bottom: 15px !important;
    font-size: 1.40rem;
    background-color: unset;
}

.breadcrumb a{
    color: #1b65c4;
    text-decoration: none;
    font-weight: normal;
}

.breadcrumb a:hover{
    color: #000;
}

.menu-access{
    top: -1000px;
}

a:focus{
    outline-style: dotted;
    outline-width: 1px;
    outline-color: #ddd;
}

.cpm-acessibilidade a:focus{
    outline-style: dotted;
    outline-width: 1px;
    outline-color: #ddd;
}




.boxDatas .table{
    width: 95%;
    float: right;
    margin-bottom: 0px;
}

.fundoEscuro{
    z-index: 99989;
    background-color: rgba(0,0,0,0.5);
    height: 100vh;
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    display: none;
}

.sidenav{
    height: 100%; /* 100% Full-height */
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 99999; /* Stay on top */
    top: 0; /* Stay at the top */
    left: 0;
    background-color: #fff;
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 0px; /* Place content 60px from the top */
    transition: 0.3s; /* 0.5 second transition effect to slide in the sidenav */
    border-right-color: #ccc;
    border-right-style: solid;
    border-right-width: 1px; 
}

body.contraste1 .sidenav{
    border-right-color: #ddd;
    border-right-style: solid;
    border-right-width: 1px; 
}

.sidenav a{
    padding: 14px 8px 14px 12px;
    clear: both;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    color: #0067b6;
    display: block;
    transition: 0s;
    text-transform: uppercase;
    font-family: 'rawline700';
    line-height: 2;
}

.sidenav .portalproc{    
    font-family: 'rawline400';
}

.sidenav a:hover{
    color: #fff;
    background-color: #0576ae;
    transition: 0s;
    border-radius: 4px;
}

body.contraste1 .sidenav a:hover{
    color: #000 !important;
    background-color: #ccc !important;
}

.sidenav a.closebtn:hover{
    color: #000;
}



.sidenav a.closebtn{
    padding-top: 0px !important;
    text-decoration: none;
    font-size: 30px;
    line-height: 30px;
    font-weight: bold;
    color: #0067b6;
    display: block;
    transition: 0s;
    text-transform: uppercase;
    margin-top: -5px !important;
    padding: 0px 8px 14px 12px;
    height: 34px;
    overflow: hidden;
    
}

.sidenav a.closebtn:hover{
    background-color: transparent;
}

.nav > li > a{
  position: relative;
  display: inline-block;
  padding: 10px 30px 10px 30px;
}

.cpm-direitos{
    display: flex;
    justify-content: end;
    align-items: center;
    width: 100%;
    float: left;
    background-color: var(--cor3);
    padding: 0;
}

.cpm-direitos p{
  margin: 3px 0 0 0;
  color: #fff;
}

.cpm-direitos .bx-desen{
  float: right;
}

.cpm-direitos .bx-desen p{
  padding: 10px 0 0 0;
  float: left;
  margin-top: -6px;
}

a.lgoProdam{
  float: left;
  background: url("../img/lgo_prodam_footer.png") no-repeat;
  text-indent: -9999px;
  width: 80px;
  height: 20px;
  margin: 0px;
  outline-color: transparent;
}

body.contraste1 a.lgoProdam{
  background: url("../img/lgo_prodam_footer.png") no-repeat !important;
}

body.contraste1 .cpm-direitos,
body.contraste1 footer{
  background: #000000;
}

footer{
  background-color: #363636;
  padding: 20px 0px 0px 0px;
}


.acessibilidade{
    margin-top: 15px !important;
    margin-right: 10px !important;
    font-size: 12px !important;
    
}



.mainHeader{
     margin-top: 5px;
}

.cil{
  width: 43px !important;
  display: inline-block;
  height: 29px !important;
  background: url("../img/cil.png") no-repeat;
  background-size: contain;
  background-position: bottom;
  margin: 2px 0px 0px 6px !important;
  color: transparent !important;

}

body.contraste1 .cil{
  width: 43px !important;
  display: inline-block;
  height: 29px !important;
  background-image: url("../img/cilPB.png");
  background-repeat: no-repeat;
  background-size: contain !important;
  margin: 0px 0px 0px 6px !important;
  text-indent: -9999px;
  
}

.cabecalhoPMSP .container .row{
    margin-right: 0px;
}

.mainHeader .row{
    margin-right: 15px;
}



h1{
    color: #000;
    font-size: 2.6rem;
    margin: 3rem 0rem 1.4rem 0rem;
    font-kerning: none;
    padding: 0px;
    display: inline-block;
}

body.contraste1 h1{
    color: #fff;
}

h1 strong{
    font-weight: normal;
}

h2{
    color: #333;
    font-size: 2.2rem;
    
    margin: 30px 0px 0px 0px;
    font-kerning: none;
    padding: 0px;
    display: inline-block;
}

.materias h2{
    color: #000;
    font-size: 2.2rem;
    
    margin: 30px 0px 14px 0px;
    font-kerning: none;
    padding: 0px;
    display: inline-block;
}

body.contraste1 h2{
    color: #fff;
}

.menu-access li{
    margin-left: -10px !important;
    margin-right: 10px !important;
}

.menu-access li{
	display: inline-block;
	list-style: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.menu-access li a{
	color: #000;
	text-decoration: none;
    float: left;
    font-size: 12px;
    padding: 6px;
    font-weight: normal;
}

.menu-access li span{
	color: #000;
	background-color: transparent;
	text-decoration: none;
    float: left;
    font-size: 10px;
    padding: 1px 6px 7px 2px;
    display: inline;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.menu-access{
	position: absolute;
	top: -4000px;
	margin: 0px;
	padding: 8px 0px 0px 0px;
}

.memoria02{
    background-color: #fff;
}

.memoria03{
    background-color: #fff;
}

.template{
    background-color: #fff;
}

.home{
    background-color: #e5e5e5;
}

.homedestaques{
    background-color: #fff;
}

.homedestaques h2{
    text-align: center;
    display: block;
    margin: 0px 0px 35px 0px;
    color: #333333;
    text-transform: uppercase;
    font-size: 20px;
    font-family: 'rawline700';
    height: 60x;
    padding-top: 20px;
}

.homedestaques h3{
    font-size: 21px;
    font-family: 'rawline700';
    text-align: left;
}

.destaque{
    padding-bottom: 15px;
}
.fotoDestaque{
    padding-top: 10px;
}

body.contraste1 .memoria02{
    background-color: #000;
}

body.contraste1 .memoria03{
    background-color: #000;
}

body.contraste1 .template{
    background-color: #000;
}

body.contraste1 .home{
    background-color: #000;
}

body.contraste1 label{
    color: #fff;
}

body.contraste1 *{
    color: #fff;
}

body.contraste1 .edicaododiacima{
    background-color: #000;
}




main{
    margin-top: 0px;
/*  background-image: url('../img/fundoBoletim.png'); */
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: 100% 0%;
    padding-top: 10px;
    padding-bottom: 30px;
    min-height: 70vh;
    border-top: 1px solid #CCCCCC;
}


body.contraste1 main{
    background-color: #000;
    background-image: none;
}


body.contraste1 footer{
  background-color: #000;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #fff;
}

body.contraste1 .cpm-acessibilidade li a:hover{
	text-shadow: 0px 0px 10px #fff;
}



body.contraste1 #normasRequisitosPrazosHorarios{
    background-color: rgba(255,255,255,0.1) !important;
}

body.contraste1 form label{
    color: #fff;
}


body.contraste1 form input[type='text']{
    border-bottom: 1px solid #fff;
}

body.contraste1 form textarea{
    border-bottom: 1px solid #ffffff;
}




ol{
  margin: 0 0 1.5em;
  padding: 0 4px;
  counter-reset: item;
}

ol > li{
  margin: 14px 0px;
  list-style-type: none;
  counter-increment: item;
}



ol > li:before{
  display: inline-block;
  width: 1em;
  padding-right: 0.5em;
  font-weight: bold;
  text-align: right;
  content: counter(item) ".";
}

.secretariaHorizontal{
  width: 171px;
  height: 60px;
  float: right;
  background: url("../img/gestao.png") no-repeat;
  background-size: contain;
  margin: 4px 4px 0px 0px;
  text-indent: -9999px;
}

body.contraste1 .secretariaHorizontal{
  background: url("../img/gestao-n.png") no-repeat !important;
  background-size: contain !important;
}

.secretariaVertical{
  width: 90px;
  height: 80px;
  float: right;
  background: url("../img/gestaoV.png") no-repeat;
  background-position: right;
  background-size: contain;
  margin: 8px 4px 0px 0px;
  text-indent: -9999px;
}

body.contraste1 .secretariaVertical{
  background: url("../img/gestaoV-n.png") no-repeat !important;
  background-size: contain !important;
  background-position: right !important;
}

.prefeituraV{
  width: 120px;
  height: 80px;
  float: right;
  background: url("../img/prefeituraV.png") no-repeat;
  background-position: right;
  background-size: contain;
  margin: 8px 4px 8px 0px;
  text-indent: -9999px;
  outline-color: transparent !important;
}

body.contraste1 .prefeituraV{
  background: url("../img/prefeituraV-n.png") no-repeat !important;
  background-size: contain !important;
  background-position: right !important;
}

.prefeituraH{
  width: 15.7rem;
  height: 7rem;
  float: right;
  background-image: url("../img/gestao-fundo-escuro.png");
  background-repeat: no-repeat;
  background-position: 50% 1rem;
  background-size: contain;
  margin: 0.5rem 0 1rem 0;
  text-indent: -9999px;
  outline-color: transparent !important;
}

body.contraste1 .prefeituraH{
  background-image: url("../img/prefeitura-n.png");
  background-repeat: no-repeat !important;
  background-size: contain !important;
  background-position: right !important;
}

header{
    min-height: 12.8rem;
    background-color: #fff;
    z-index: 999;
    top: 0;
    box-shadow: 2px 2px 6px #ccc;
    position: sticky;
    position: relative;
}

body.contraste1 header{
  background-color: #000;
  box-shadow: none;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #fff;
}



.fundoDark{
    background-color: var(--cor3) !important;
}

.conteudoResponsivo{
    overflow: auto;
}

.table > thead > tr > th{
    border-bottom-color: #969696;
    border-bottom-width: 1px;
}

.captcha{
    background-color: #f5f5f5;
    box-shadow: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border-style: none !important;
    margin-top: 15px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 20px;
    padding: 10px !important;
}

.captcha input{
    height: 34px;
}

.captcha input[type='submit'],
.captcha input[type='button']{
    margin-left: 10px;
    padding: 4px 40px 6px 40px;
}

.captcha label{
    font-size: 1.4rem;
    margin-bottom: 4px;
    margin-top: 10px;
	color: #222;
    font-weight: normal !important;
}

body.contraste1 .captcha{
    box-shadow: none;
    border-style: solid;
    border-color: #fff;
    border-width: 1px;
}

.captcha .row{
	margin-left: 0px !important;
	margin-bottom: 0px;
}

.captcha input[type='text']{
    width: 100%;
    margin: 0px 0px 0px 0px;
    font-size: 1.5rem;
    height: 34px;
}

.captcha input[type='email']{
    width: 100%;
    margin: 0px 0px 0px 0px;
    font-size: 1.5rem;
    height: 34px;
}

.captcha a:link,
.captcha a:visited,
.captcha a:active,
.captcha a,
.captcha a:hover{
    font-weight: normal;
    font-size: 1.6rem;
    line-height: 12px;
    margin-top: 3px;
    margin-left: 4px;
}

.btn-primary{
    background-color: #0065b3;
    font-weight: bold;
    font-size: 1.5rem;
}

.btn-primary:hover{
    background-color: #124770;
}






body.contraste1 .btn-primary{
    background-color: #fff;
    border-color: #fff;
    color: #000;
}

body.contraste1 .btn-primary:hover{
    background-color: #b4b5b5;
    border-color: #b4b5b5;
}

body.contraste1 .btn-primary:active{
    color: #000;
}

.captcha .row i.fa{
    margin-bottom: 10px;
    margin-left: 10px;
    font-size: 2rem;
    line-height: 20px;
    vertical-align: top;
}

.captcha input[type='text'],
.captcha input[type='email']{
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

input:invalid{
    box-shadow: none;
}

input:required{
    box-shadow: none;
}




.endereco{
    font-size: 1.3rem;
    color: #ccc;
    padding: 0px 80px 0px 20px;
    text-align: center;
}

.digitaSampa{
    background-image: url('../img/Digita-Sampa-Logo_tranparente_negativo.png') !important;
    background-repeat: no-repeat !important;
    background-position: 50% 50%;
    display: block;
    width: 143px;
    min-height: 50px;
    background-size: contain;
}

.painelBuscaAvancada label{
    font-size: 1.55rem;
    font-weight: normal;
    color: #333;
}

.painelBuscaAvancada .radio{
    margin:0;
}

.painelBuscaAvancada .titulo{
    margin-bottom: 10px;
    font-weight: bold !important;
}

body.contraste1 .painelBuscaAvancada label{
    color: #fff;
}

body.contraste1 .caixa{
    background-color: #000;
}


body.contraste1 .resultadobusca{
    background-color: #000;
}
body.contraste1 .folhaedicao{
    background-color: #000;
}

body.contraste1 .titulotopo{
    background-color: #000;
}

body.contraste1 .visualizarcol1 {
    border: 1px solid #fff;
    background: url(../img/icone_1-Coluna_Negativo.svg) no-repeat padding-box #000 !important;
    background-position: 60% center;
}

body.contraste1 .visualizarcol2 {
    border: 1px solid #fff;
    background: url(../img/icone_2-Colunas_Negativo.svg) no-repeat #000 !important;
    background-position: 60% center;

}

.painelBuscaAvancada input[type=text]::placeholder{
    font-family: 'rawline400';
}

.boxAlerta .row div{
    padding: 5px 12px;
}
.boxAlerta .row span{
    position: absolute;
    left: 97%;
    top:34%;
}


#calendarioDataFim,
#calendarioDataInicio,
#tipoDocumento{
    padding: 0px 10px 5px 10px;
}

.boxDatas button.btn.dropdown-toggle.btn-default{
    margin-top: 20px;
}

.dropdown-menu > li > a{
    color: #000;
}

.bootstrap-select.btn-group .dropdown-menu li.disabled a{
    color: #999;
    outline-color: transparent;
}

#calendarioDataInicio{
    width: calc(100% - 3.2rem);
    margin-bottom: 25px;
    height: 48px;
    border-color: #000;
    border-width: 1px;
    border-style: solid;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    font-size: 1.7rem;
}

#calendarioDataFim{
    width: calc(100% - 3.2rem);
    height: 48px;
    border-color: #000;
    border-width: 1px;
    border-style: solid;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    font-size: 1.7rem;
}

.datepicker{
    margin-left: 0px !important;
}

.calendarioSelecionaMesAno{
    width: 13%;
    height: 4.8rem;
    padding: 0px 10px 5px 10px;
    margin-top: 25px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url('../img/icone_Data.svg') no-repeat #fff;
    background-position: 98% center;
    color: #000;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 1.7rem;
    cursor: hand;
    cursor: pointer;
}

.personalizado{
    width: 100%;
    height: 48px;
    border-radius: 4px;
    border: 1px solid #ccc;
    margin: 0 !important;
    font-size: 14px;
    padding-left: 7px;
}

.personalizadomateria{
    width: 115px;
    height: 40px;
    margin: 0 10px ;
    font-size: 14px;
    padding-left: 7px;
    box-shadow: 2px 1px 5px #00000052;
    border: none;
    position: relative;
    top: -5px;
}

.personalizado:disabled{
    color: #BCBCBC;
    background: url('../img/calendarioPB.png') no-repeat #EEEEEE;
    background-size: 26px ;
    background-position: 98% center;

}

.personalizado:disabled::placeholder{
    color: #BCBCBC;

}

.dataSelecionada{
    background-color: #0576ae;
    color: #fff !important;
    outline-color: transparent !important;
}

.dataSelecionada strong{
    color: #fff !important;
}

.dataDesabilitada{
    background-color: #fff;
    color: #999 !important;
    outline-color: transparent !important;
}

.dataDesabilitada strong{
    color: #999 !important;
}

body.contraste1 .dataSelecionada strong{
    color: #000 !important;
}
body.contraste1 .dataSelecionada{
    background-color: #fff;
    color: #000 !important;
    outline-color: transparent !important;
}




.painelBuscaAvancada img.ui-datepicker-trigger{
    width: 3rem;
    margin-left: 0.2rem;
    margin-top: -0.6rem;
}

img.ui-datepicker-trigger{
    width: 1.2rem;
    margin-left: 0.3rem;
    margin-top: -0.8rem;
}


.ui-datepicker-close{
    display: none;
}



.ui-datepicker .ui-datepicker-buttonpane{
    margin-top: 0.5rem;
}

.ui-widget-content .ui-state-default{
    border-color: transparent;
    background-color: transparent;
    border-width: 2px;
}

.ui-widget-content .ui-state-default:hover{
    border-color: #00ffff;
}

body.contraste1 .ui-widget-content .ui-state-default:hover{
    border-color: #fff;
}


.ui-datepicker table{
    font-size: 1.65rem;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current{
    padding-top: 0.2rem !important;
    margin-bottom: 0.8rem !important;
    
}

body.contraste1 .ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current{
    background-color: #000 !important;
    color: #fff !important;
}

.ui-datepicker-current{
    margin-top: 0.1rem;
    height: 2rem;
    margin-bottom: 0.1rem;
    border-style: none !important;
    color: #0576ae !important;
    font-size: 1.25rem !important;
    text-transform: uppercase;
    background-color: #fff !important;
    font-weight: bold !important;
}

.ui-datepicker-current:focus,
.ui-datepicker-current:active{
    color: #000 !important;
}

#ui-datepicker-div{
    background-color: #fff;
    min-width: 27rem;
    box-shadow: 2px 2px 10px #ccc;
    padding: 0px;
    border-color: #ededed;
    z-index: 2000 !important;
}

body.contraste1 #ui-datepicker-div{
   box-shadow: none;
   background-color: #000;
}

.ui-datepicker td span,
.ui-datepicker td a{
    padding: 0.1rem;
    
}


.ui-datepicker .ui-datepicker-title{
/*    background-color: red !important; */
    margin-left: 0px;
    margin-right: 0px;
}

.ui-widget-header{
    background-color: #eee;
    border-style: none;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover{
    background-color: #E5E5E5 !important;
    color: #333 !important;
}

body.contraste1 .ui-state-active,
body.contraste1 .ui-widget-content .ui-state-active,
body.contraste1 .ui-widget-header .ui-state-active,
body.contraste1 a.ui-button:active,
body.contraste1 .ui-button:active,
body.contraste1 .ui-button.ui-state-active:hover{
    background-color: #fff !important;
    color: #000 !important;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight{
    background-color: #ccc;
    color: #000;
}

body.contraste1 .ui-state-highlight,
body.contraste1 .ui-widget-content .ui-state-highlight,
body.contraste1 .ui-widget-header .ui-state-highlight{
/*  background-color: #ccc; */
    color: #000 !important;
}

.ui-widget-content{
    border-color: #ccc;
    z-index: 1001;;
    overflow-y: auto;
    overflow-x: hidden;
}



.ui-datepicker-calendar{
    margin-bottom: 0px !important;
    font-family: 'rawline400';
}

.ui-datepicker-calendar thead{
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #e5e5e5;
    
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default{
    color: #333;
}

body.contraste1 .ui-state-default,
body.contraste1 .ui-widget-content .ui-state-default,
body.contraste1 .ui-widget-header .ui-state-default{
    color: #fff;
}

.ui-state-disabled *{
    color: #ccc !important;
}

.ui-datepicker-other-month a{
    color: #eee !important;
}

.ui-datepicker-calendar thead th span{
    font-size: 1.3rem;
    text-transform: uppercase;
    color: #333;
}

body.contraste1 .ui-datepicker-calendar thead th span{
    color: #fff;
}


.ui-datepicker th{
    padding-bottom: 0.1rem;
    padding-top: 0.4rem;
}

.ui-datepicker-calendar td *,
.ui-datepicker-calendar th *{
    text-align: center !important;

}

.ui-datepicker-calendar td,
.ui-datepicker-calendar th{
    text-align: center !important;


}



.ui-datepicker-next,
.ui-datepicker-next:active,
.ui-datepicker-next:hover,
.ui-datepicker-next:focus{
    background-color: transparent;
    border-width: 0px;
    border-style: none;
    cursor: hand;
    cursor: pointer;
}

.ui-datepicker-prev,
.ui-datepicker-prev:active,
.ui-datepicker-prev:hover,
.ui-datepicker-prev:focus{
    background-color: transparent;
    border-width: 0px;
    border-style: none;
    cursor: hand;
    cursor: pointer;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next{
    width: 1.8rem;
}

.ui-datepicker-month{
    float: left;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-style: none;
    background-color: transparent;
    background-image: url('../img/caretDownSmall.png');
    background-repeat: no-repeat;
    background-position: 95%;
    width: 42% !important;
    font-weight: normal;
    padding-right: 20px;
    margin-left: 30px !important;
    text-align: right;
    font-size: 1.75rem !important;
    cursor: hand;
    cursor: pointer;
}

.ui-datepicker-year{
    float: right;
    margin-right: 30px !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-style: none;
    background-color: transparent;
    background-image: url('../img/caretDownSmall.png');
    background-repeat: no-repeat;
    background-position: 95%;
    width: 30% !important;
    font-weight: normal;
    padding-right: 20px;
    text-align: right;
    font-size: 1.75rem !important;
    cursor: hand;
    cursor: pointer;
}

.cantosArredondados{
    -webkit-border-radius: 6px;
    -webkit-border-bottom-right-radius: 2px !important;
    -webkit-border-bottom-left-radius: 2px !important;
    -moz-border-radius: 6px;
    -moz-border-radius-bottomright: 2px !important;
    -moz-border-radius-bottomleft: 2px !important;
    border-radius: 6px;
    border-bottom-right-radius: 2px !important;
    border-bottom-left-radius: 2px !important;
}

.dadosDocumento{
    margin-top: 0px;
    margin-bottom: 16px;
    display: block;
    border-bottom-style: solid;
    border-bottom-color: #ccc;
    border-bottom-width: 1px;
    padding-bottom: 20px;
}

.dadosDocumentoNegocio{
    display: block;
    margin-top: 0px;
}

.exibeResultados{
    border-bottom-color: #ccc;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    padding-bottom: 20px;
    margin-bottom: 25px;
    margin-top: 15px;
}

.btnfiltromobile{
    display: none;
    width: 40px;
    height: 40px;
    background: url('../img/icone_Filtro.svg') no-repeat, linear-gradient(180deg, rgba(0,145,217,1) 35%, rgba(5,118,174,1) 100%) ;
    background-position: 54% center;
    

}

.btnmostrarsumario{
    border: none;
    background: url(../img/icone_Arvore.svg) no-repeat;
    background-position: 5% center;
    width: auto;
    height: 40px;
    float: right;
    padding-left: 45px;
    padding-right: 5px;
    border-radius: 4px;

}

.btnmostrarsumariolist{
    border: none;
    background: url(../img/icone_Lista.svg) no-repeat;
    background-position: 5% center;
    width: auto;
    height: 40px;
    float: right;
    padding-left: 45px;
    padding-right: 0;
    color: #0576AE;
}

.btnmostrarsumario span{
    display: block;
    color: #0576AE;
}

.btnmostrarsumariolist span{
    display: block;
    color: #0576AE;
}

.closeestilofiltro{
    display: block;
}

body.contraste1 .search{
    background-color: #000;
}

.hide{
    display: none;
}

.search{    
    margin-top: -40px;
    padding: 0.3rem 0 0.3rem 0;
    font-size: 2rem;
}


.btnScrollUp:hover{
    color: #fff;
    background-color: #0576ae;
}

.btnScrollUp:focus,
.btnScrollUp:active{
    color: #fff;
    background-color: #1888c0;
}

body.contraste1 .btnScrollUp:hover{
    color: #000;
    background-color: #fff;
}

body.contraste1 .btnScrollUp:focus,
body.contraste1 .btnScrollUp:active{
    color: #000;
    background-color: #fff;
}


.btnScrollUp{
    height: 4.8rem;
    border-style: solid;
    border-color: #0576ae;
    background-color: #fff;
    padding: 1rem 2rem 0.6rem 2rem;
    font-size: 1.7rem;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    outline-color: transparent !important;
    
    font-weight: normal;
}


body.contraste1 .btnScrollUp{
    height: 4.8rem;
    border-style: solid;
    border-color: #fff;
    color: #000;
}

#btnAutenticidade{
    display: inline-block;
    background-color: #0576ae;
    height: 4.8rem;
    border-style: none;
    color: #fff;
    font-weight: normal;
    padding: 0rem 2rem 0.4rem 2rem;
    font-size: 1.6rem;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    line-height: 4.3rem;
    margin-top: 2rem;
    margin-bottom: 15px;
    outline-color: transparent;
    width: 25rem;
    text-align: center;
}

body.contraste1 #btnAutenticidade{
    background-color: #fff;
    color: #000;
}



button{
    background-color: #0576ae;
    height: 4.8rem;
    border-style: none;
    color: #fff;
    padding: 0rem 2rem 0.4rem 2rem;
    font-size: 1.6rem;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}


.filtroSecao button,
.filtroSecao button:hover,
.filtroSecao button:focus{
    outline: none;
}

.filtroSecao button{
    margin-left: 10px;
    margin-right: 10px;
    background-color: #fff;
    border-color: #0576ae;
    border-style: solid;
    border-width: 2px;
    color: #0576ae;
    border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    transition: 0.2s;
    margin-bottom: 20px;
    font-weight: bold;
}


body.contraste1 .filtroSecao button{
    border-color: #000;
/*  font-weight: bold; */
}

body.contraste1 .filtroSecao button:hover{
    color: #000;
    background-color: #fff;
}

.filtroSecao button:hover{
    color: #fff;
    background-color: #0576ae;
}

button.bs-placeholder{
    height: 4.8rem;
}

body.contraste1 .search{
    box-shadow: none;
}

body.contraste1 .painelBuscaAvancada{
    box-shadow: none;
}

body.contraste1 button{
    background: none !important;
    background-color: #fff !important;
    color: #000;
}


button[disabled] { 
    pointer-events: none;

  }

#btnAutenticidade:hover{
    background-color: #1888c0;
}


.search button{
    margin-left: 0px;
    margin-top: 0px;
    vertical-align: top;
    width: 11%;
    border-radius: 0px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    background: rgb(0,145,217);
    background: linear-gradient(180deg, rgba(0,145,217,1) 35%, rgba(5,118,174,1) 100%);
    padding: 0px 28px;     
    font-weight: normal;
    font-size: 15px;
    box-shadow: 0px 1px 3px #00000052;
}

.search input[type='text']{
    width: 45%;
    height: 48px;
    padding-left: 10px;
    padding-bottom: 9px;
    border: 1px solid #ccc;
    border-radius: 4px 0 0 4px;
    border-right: none;
    color: #333;
    background-color: #fff;
    margin-left: 18%;
    box-shadow: 0px 1px 3px #00000052;
    
}
.search input[type='text']::placeholder {
    font-family: 'rawline400';
    font-size: 14px;
}

body.contraste1 .search input[type='text']{
    color: #fff;
    border-color: #fff;
}

.buscaAvancada{
    padding: 0.3rem 8% 0.3rem 0rem;
    font-size: 15px;
    margin: 10px 0px;
    width: 25%;
    float: right;

}


.buscaAvancada span.glyphicon-chevron-down{
    font-size: 1.7rem;
}

.buscaAvancada span.glyphicon-search{
    font-size: 2.2rem;
    cursor: hand;
    cursor: pointer;
}





.buscaAvancada span{
    font-size: 1.6rem !important;
}

.buscaAvancada a{
    font-size: 15px;
    vertical-align: middle;
    color: #0576AE;    
    font-weight: normal;
    float: left;
    margin-left:10%;
}

.pesquisaPeriodo{
    display: block;
}

#btnPesquisarAvancada{
    margin: 5px auto;
    display: block;
    font-weight: normal;
    background: linear-gradient(180deg, rgba(0,145,217,1) 35%, rgba(5,118,174,1) 100%);
    padding: 0px 35px;
    border-radius: 4px;
}

.tipodocumento{
    margin: 0;
    width: 100%;
    height: 50px;
    border-radius: 4px;
    padding-left: 0;
}

/*.buscaform select{
    margin: 15px 0;
    border: 1px solid #ccc; 
    width: 100%;
    height: 50px;
    border-radius: 4px;
    padding-left: 5px;
    font-family: 'rawline400' !important;
}*/

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    background-color: #0f587b;
    color: #fff;
}





.box label{
    font-size: 1.55rem;
    font-weight: normal;
    color: #333;
}

body.contraste1 .box label{
    color: #fff;
}

body.contraste1 .painelBuscaAvancada .appearance-select{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #fff;
    color: #000;
}

.painelBuscaAvancada{
    display: none;
    margin: 3px auto 15px auto;
/*    min-height: 300px; */
    width: 84%;
    background-color: #fff;
    border-radius: 4px;
    padding: 20px 40px 20px 40px;
    position: relative;
}

.resultadobuscanegocios .accordion{
    margin: auto 8%;
}

body.contraste1 .painelBuscaAvancada{
    background-color: #000;
}


span.glyphicon-chevron-down{
    display: inline-block;
    padding: 10px;
}

.invertIcon{

    transform: rotateX(180deg);
}

/* CUSTOMIZE PLACEHOLDER */
:-ms-input-placeholder{
    font-style: normal;
    font-size: 1.8rem;
    font-family: 'titillium';
}

::-ms-input-placeholder{
    font-style: normal;
    font-size: 1.8rem;
    font-family: 'titillium';
}

::placeholder{
    font-style: normal;
    font-size: 1.8rem;
    font-family: 'titillium';
}

::-moz-placeholder{
    font-style: normal;
    font-size: 1.8rem;
    font-family: 'titillium';
}








.boxDatas :-ms-input-placeholder{
    font-style: normal;
    font-size: 1.6rem;
    color: #000;
}

.boxDatas ::-ms-input-placeholder{
    font-style: normal;
    font-size: 1.6rem;
    color: #000;
}

.boxDatas ::placeholder{
    font-style: normal;
    font-size: 1.6rem;
    color: #000;
}

.boxDatas ::-moz-placeholder{
    font-style: normal;
    font-size: 1.6rem;
    opacity: 1;
    color: #000;
}



body.contraste1 .boxDatas :-ms-input-placeholder{
    color: #000;
}

body.contraste1 .boxDatas ::-ms-input-placeholder{
    color: #000;
}

body.contraste1 .boxDatas ::placeholder{
    color: #000;
}

body.contraste1 .boxDatas ::-moz-placeholder{
    opacity: 1;
    color: #000;
}










body.contraste1 :-ms-input-placeholder{
    color: #fff;
}

body.contraste1 ::-ms-input-placeholder{
    color: #fff;
}

body.contraste1 ::placeholder{
    color: #fff;
    opacity: 1;
}

body.contraste1 ::-moz-placeholder{
    color: #fff;
    opacity: 1;
}
/* CUSTOMIZE PLACEHOLDER */

.search button span{
    display: inline-block;
}

.search button i.fa{
    display: none;
    font-size: 2.5rem;
}

.resultadoPesquisa ul li{
    font-size: 1.2rem;
/*    line-height: 1.6rem; */
}

.resultadoPesquisa ul{
    padding-left: 15px;
}

.resultadoPesquisa ul li span{
    font-size: 1.6rem;
    
}

#sumario ul li{
  
    font-size: 15px;
}

#sumarioNegocio ul li{
  
    font-size: 15px;
}
.btnScrollUp .fa{
    padding-right: 8px;
}

.pagination{
    margin-top: 40px;
    margin-bottom: 110px;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span{
    margin-right: 20px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 4px !important;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    font-weight: bold;
    display: inline !important;
    
}

.pagination > li:nth-child(2) > a{
    display: inline !important;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span{
    margin-left: 20px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 4px !important;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    display: inline !important;
}

.pagination > li:nth-last-child(2) > a{
    display: inline !important;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus{
    box-shadow: 2px 2px 10px #ccc;
}

body.contraste1 .pagination > .active > a,
body.contraste1 .pagination > .active > span,
body.contraste1 .pagination > .active > a:hover,
body.contraste1 .pagination > .active > span:hover,
body.contraste1 .pagination > .active > a:focus,
body.contraste1 .pagination > .active > span:focus{
    box-shadow: none;
    border-color: #fff;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:focus,
.pagination > .active > span:focus{
    background-color: #0576ae;
}

body.contraste1 .pagination > .active > a,
body.contraste1 .pagination > .active > span,
body.contraste1 .pagination > .active > a:focus,
body.contraste1 .pagination > .active > span:focus{
    background-color: #fff;
    color: #000;
}

.pagination > li > a,
.pagination > li > span{
    margin-left: 6px;
    margin-right: 6px;
    background: #FFFFFF;
    box-shadow: 0px 1px 3px #00000029;
    border-radius: 4px;
    font-size: 15px;
    font-weight: bold;
    min-width: 32px;
    color: #333333;
    font-size: 15px;
    height: 32px;
    line-height: 17px;
}


body.contraste1 .pagination > li > a,
body.contraste1 .pagination > li > span{
    color: #fff;
    background-color: #000;
    border-color: #fff;
}

.pagination{
        text-align: center;
    display: block;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus{
    color: #fff;
    background-color: #0F587B;
}

body.contraste1 .pagination > li > a:hover,
body.contraste1 .pagination > li > span:hover,
body.contraste1 .pagination > li > a:focus,
body.contraste1 .pagination > li > span:focus{
    color: #000;
    background-color: #fff;
}

.pagination .active{
    color: #fff;
    background-color: #0576ae;
    border-radius: 4px;
    display: inline !important;
}

.boxAlerta span{
    color: #383838;
}


body.contraste1 .boxAlerta span{
    color: #dfdfdf;
}

.boxAlerta span:hover{
    color: #000;
}


body.contraste1 .boxAlerta span:hover{
    color: #fff;
}


.boxAlerta{
    margin-bottom: 0px;
    display: block;
    border-color: #fff;
    border-color: transparent;
    border-width: 1px;
    border-style: solid;
    padding: 3px 4px 3px 4px;
    width: 100%;
}

body.contraste1 .boxAlerta{
    border-color: #000;
}


.erro{
    border-color: #c81313 !important;
}

body.contraste1 .erro{
    border-color: #fff !important;
}

body.contraste1 #calendarioDataInicio,
body.contraste1 #calendarioDataFim{
    background-color: #000;
    border-color: #fff;
    color: #fff;
}

.mensagem{
    display: none;
    margin-bottom: 20px;
}

.mensagemDataInicio{
    display: none;
    margin-bottom: 20px;
}

.mensagemDataFim{
    display: none;
    margin-bottom: 20px;
}



.failure{
    font-size: 1.6rem;
    color: #ce1231;
    display: block !important;
}

body.contraste1 .failure{
    color: #fff;
}

.failure, .success{
    padding-left: 4px;
    display: inline-block;
}


.box{
    background-color: #fff;
    width: 100%;
    border-color: #d5d5d5;
    border-style: solid;
    border-width: 1px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    padding: 1rem 2rem;
    font-size: 2rem;
    box-shadow: 2px 2px 10px #ececec;
    margin-bottom: 40px;
}

.noBorder{
	border-style: none;
	box-shadow: none;
}

body.contraste1 .box{
    background-color: #000;
}


body.contraste1 .box{
    box-shadow: none;
}

body.contraste1 .tituloSelecaoDia{
    color: #fff;
}

.tituloSelecaoDia{
    color: #333;
    margin-top: 30px;
    display: inline-block;
    margin-bottom: 4px;
    font-size: 1.6rem;
}

h1 a,
h1 a:hover,
h1 a:active,
h1 a:focus{
    color: #fff;
    outline-color: transparent;
}


body.contraste1 h1 a{
    color: #fff;
}





body.contraste1 .boxDatas .table tr td,
body.contraste1 .boxDatas .table tr,
body.contraste1 .boxDatas .table{
    border-style: none;
    color: #fff;
}

body.contraste1 .boxDatas .table tr td a,
body.contraste1 .boxDatas .table tr a,
body.contraste1 .boxDatas .table a{

    color: #fff;
}


.boxDatas .table tr td:first-child,
.boxDatas .table tr td:last-child{
    
    width: 3%;
    padding: 0px;
}

.boxDatas .table tr td:first-child a,
.boxDatas .table tr td:last-child a{
    background-color: transparent;
    color: #ccc !important;
    display: inline-block;
    margin: 0px auto;
    padding-top: 30px;
}

body.contraste1 .boxDatas .table tr td:first-child a,
body.contraste1 .boxDatas .table tr td:last-child a{
    color: #999 !important;
}

.boxDatas .table tr td:first-child a:active,
.boxDatas .table tr td:last-child a:active{
    background-color: transparent;
    color: #ccc !important;
}


.boxDatas .table tr td:first-child a:focus,
.boxDatas .table tr td:last-child a:focus{
    background-color: transparent;
    color: #ccc !important;
}

.boxDatas .table tr td:first-child a:hover,
.boxDatas .table tr td:last-child a:hover{
    background-color: transparent;
    color: #000 !important;
}



body.contraste1 .boxDatas .table tr td:first-child a:focus,
body.contraste1 .boxDatas .table tr td:last-child a:focus{
    background-color: #000;
    color: #fff;
}

body.contraste1 .boxDatas .table tr td:first-child a:hover,
body.contraste1 .boxDatas .table tr td:last-child a:hover{
    background-color: #000;
    color: #fff !important;
}



.boxDatas .table tr td{
    width: 13.42%;

}

.box table.table > tbody > tr > td{
    border-top-style: none;
    text-align: center;
    padding: 8px 8px;
}



.boxDatas .table tr td a{
    color: #333;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    display: block;
    padding: 5px 0px 15px 0px;
    width: 100%;
}

body.contraste1 .boxDatas .table tr td a{
    color: #fff;
}

.resultados{
    margin-bottom: 20px;
}

.resultadobusca{
    background-color: #fff;
    margin: 6px auto 20px auto;
    width: 100%;
    min-height: 62.5vh;
    border-top: 1px solid #CCCCCC;
    position: relative;
}

.resultadobuscanegocios{
    padding-bottom: 85px;
}

.resultadosFiltro{
    display: block;
}

.resultadobuscanumeros{
    margin: 11px 0 0 0;
    line-height: 40px;
}

.containerBotaoTopo{
    position: relative;
    bottom: 0;
    width: 100%;
    text-align: center;
}


.containerBotaoTopo div{
    text-align: center;
}

.containerBotaoTopo a{
    margin-bottom: 20px;
}

.containerBotaoTopo .fa{
    color: #0576ae;
}

.containerBotaoTopo:hover .fa{
    color: #fff;
}

.escondido{
    display: none !important;
}

.textonegocios{
    width: 80%;
    margin: auto;
    margin-left: 12%;
}

.labelresultadosdesktop{
    display: inline-block;
}

.labelresultadosmobile{
    display: none;
}

.boxFiltros{
    margin-bottom: 20px;
	margin-top: 15px;
	display: block;
    background-color: #eeeeee;
    border-radius: 8px;
    border: none;
    box-shadow: none;
    
}

.boxsumario{
    margin-bottom: 20px;
	margin-top: 20px;
	display: block;
    background-color: #fff;
    border-radius: 8px;
    border: none;
    box-shadow: none;
    
}
#sumario{
    overflow:auto; 
}

#sumarioNegocio{
    overflow:auto; 
}
.informacaonegocios{
    padding-left: 21px;
    padding-bottom: 14px;
    text-align: justify;
    margin-top: 30px;
}
.sumarioedicao{
    display: block ;
    padding-right: 25px;
    position: sticky;
    top:0;
    height: 800px; 
    overflow: auto;
}

.filtrotitulo{
    border-bottom: 1px solid #E5E5E5;
    font-size: 15px;
    font-family: 'rawline700';
    text-align: left;
    height: auto;
    padding-top: 10px;
    padding-bottom: 13px;
    text-transform: uppercase;

}

.filtrosecao{
    margin-bottom: 15px;
}
.filtrostipos{
    font-weight: bold !important;
}


.btnfiltrar{
    margin: 5px auto;
    display: block;
    font-weight: normal;
    background: linear-gradient(180deg, rgba(0,145,217,1) 35%, rgba(5,118,174,1) 100%);
    padding: 0px 35px;
    border-radius: 4px;
    width: 100%;
    margin-top: 15px;
}

.btnFiltrarResultados{
	font-size: 1.6rem;
	
}

.boxDatas .table tr td a:hover,
.dataSelecionada{
    background-color: #0576ae;
    color: #fff !important;
    outline-color: transparent !important;
}

.boxDatas .table tr td a:hover strong,
.dataSelecionada strong{
    color: #fff !important;
}

body.contraste1 .boxDatas .table tr td a:hover strong,
body.contraste1 .dataSelecionada strong{

    color: #000 !important;
}

body.contraste1 .boxDatas .table tr td a:hover,
body.contraste1 .dataSelecionada{
    background-color: #fff;
    color: #000 !important;
    outline-color: transparent !important;
}

body.contraste1 .box .table tr td a:hover,
body.contraste1 .box .table tr td a:active,
body.contraste1 .box .table tr td a:focus{
    background-color: #fff;
    color: #000;
}

.box .table tr td{
    font-weight: normal;
    text-transform: uppercase;
 font-size: 1.9rem;
}

.box .table tr td a{
    font-weight: normal;
}

.box .table strong{
    display: block;
    margin-bottom: 0.5rem;
    
    font-weight: normal;
    font-size: 2.2rem;
}









a:hover{
    outline-style: none;
}



.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn){
  min-width: 100%;
  margin: 10px auto;
}

form input[type='email']:focus:not([readonly]),
form input[type='text']:focus:not([readonly]){
    border-bottom: 1px solid #1966c2;
    box-shadow: 0 1px 0 0 #1966c2;
}

footer{
    margin-top: 0px !important;
}

.box strong{
    color: #333;
    margin-top: 0px;
    font-size: 1.6rem;
    vertical-align: top;
}

body.contraste1 .box strong{
    color: #fff;
}

#btnLimparFiltros:disabled{
    color: #cdcdcd;
}

body.contraste1 #btnLimparFiltros:disabled{
    color: #999;
}

#btnLimparFiltros:disabled span{
    color: #cdcdcd;
}

body.contraste1 #btnLimparFiltros:disabled span{
    color: #999;
}

#btnLimparFiltros{
    background-color: transparent;
    margin-top: 10px;
    color: #0576ae;
    padding: 0px;
    
    font-weight: normal;
}

body.contraste1 #btnLimparFiltros{
    color: #fff;
}

#btnLimparFiltros span{
    font-size: 3rem;
    padding-right: 10px;
    line-height: 1.8rem;
    padding-bottom: 10px;
    vertical-align: top;
    color: #0576ae;
}

body.contraste1 #btnLimparFiltros span{
    color: #fff;
}

.btn-default:focus,
.btn-default.focus{
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c;
}
.btn-default:hover{
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default{
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}


select:focus,
select.focus{
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c;
}
select:hover{
    color: #333;
    background-color: #e6e6e6 !important;
    border-color: #adadad;
}
select:active,
select.active,
.open > select{
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}


.bootstrap-select.btn-group.fit-width .dropdown-toggle .caret{
    position: static;
    top: auto;
   
    
    margin-top: -1px;
}

/*
.bootstrapSelect .btn{
    font-size: 1.7rem;
}
 */

/*
.bootstrapSelect .dropdown-menu{
    font-size: 1.6rem;
}
 */

.bootstrap-select{
    margin-top: 1px !important;
}

.bootstrap-select button.btn.dropdown-toggle.btn-default{
    outline-color: transparent !important;
    padding-top: 0px;
}

.bootstrap-select > .dropdown-toggle.bs-placeholder,
.bootstrap-select > .dropdown-toggle.bs-placeholder:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder:active{
    color: #000;
    font-size: 1.6rem;
    padding: 0px 10px 5px 10px;
}


.bootstrap-select.btn-group .dropdown-toggle .caret{
    position: absolute;
    top: 0;
    right: 0;
    margin-top: -1px;
    background: url('../img/caretDown.png') no-repeat;
    background-position: 98% center;
    width: 100%;
    height: 4.8rem;
    border: 1px solid #ccc;
    color: #000;
    vertical-align: middle;

}


.bootstrap-select button.btn-default{
    border-width: 0px !important;
    
}

.nroSei{
    font-size: 16px;
    font-weight: bold;
    margin-top: 0rem;
    margin-bottom: 0.6rem;
    display: inline-block;
    color: #0576ae !important;
    letter-spacing: 0.05rem;
}
.negrito{
    font-weight: bold;
}

.alinhar__itens__documento{
    display: flex;
    gap: 3px;
    align-items: center;
}
.alinhar__itens__documento .nroSei{
    margin-bottom: 0rem;
}
.icon__copy__link{
    display: inline-block;
    width: 17px;
    cursor: pointer;
    padding-bottom: 5px;
}
.icon__copy__link img{
    width: 100%;
}


body.contraste1 .nroSei{
    font-size: 2.1rem;
    
    font-weight: normal;
    margin-top: 0.8rem;
    margin-bottom: 0.6rem;
    display: inline-block;
    color: #fff !important;
    letter-spacing: 0.05rem;
}

.detalhesUnidade{
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
}


.detalhesOrgao .tooltiptext{
    visibility: hidden;
    min-width: 120px;
    background-color: #0576ae;
    color: #fff;
    text-align: center;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    padding: 2px 8px 2px 8px;
    text-transform: none;
    white-space: nowrap;
    
    /* Position the tooltip */
    position: absolute;
    z-index: 1;
    
    top: 25px;
    left: 30px;
    
    font-style: normal;
    
    box-shadow: 2px 2px 10px #ccc;
}

.detalhesUnidade .tooltiptext {
    visibility: hidden;
    min-width: 120px;
    background-color: #0576ae;
    color: #fff;
    text-align: center;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    padding: 2px 8px 2px 8px;
    text-transform: none;
    white-space: nowrap;
    
    /* Position the tooltip */
    position: absolute;
    z-index: 1;
    
    top: 25px;
    left: 30px;
    
    font-style: normal;
    
    box-shadow: 2px 2px 10px #ccc;
}

body.contraste1 .detalhesOrgao .tooltiptext {
    background-color: #fff;
    color: #000;
}

body.contraste1 .detalhesUnidade .tooltiptext {
    background-color: #fff;
    color: #000;
}


.detalhesOrgao:hover .tooltiptext{
    visibility: visible !important;
}

.detalhesUnidade:hover .tooltiptext{
    visibility: visible;
}

.detalhesDocumento *{
    border-color: transparent;
    padding: 0px 6px 15px 4px;
    border-style: solid;
    border-width: 2px;
    border-radius: 1px;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    position: relative;
}

.detalhesOrgao{
    font-size: 1.4rem;
}
.detalhesOrgao:hover{
    /*border-color: #06acff;
    box-shadow: 2px 2px 10px #ccc;*/
    cursor: default;
}

.detalhesUnidade:hover{
    /*border-color: #06acff;
    box-shadow: 2px 2px 10px #ccc;*/
    cursor: default;
}

body.contraste1 .detalhesOrgao:hover{
    border-color: #fff;
    box-shadow: none;
}

body.contraste1 .detalhesUnidade:hover{
    border-color: #fff;
    box-shadow: none;
}

.detalhesDocumento,
.detalhesDocumento *{
    text-transform: uppercase;
}

.bootstrap-select .dropdown-menu li{
    margin-top: 2px;
    margin-bottom: 2px;
}

.bootstrap-select.btn-group .dropdown-menu li a{
    padding-top: 8px;
    padding-bottom: 8px;
}

.bootstrap-select .filter-option {
    display: flex;
    align-items: center;
}


.btn,
.bootstrap-select.btn-group .dropdown-menu li a{

    font-size: 1.5rem;
}

.resumoDocumento{
    font-size: 1.5rem;

/* DONT BREAK OUT */
/* overflow-wrap: break-word;
word-wrap: break-word;
-ms-word-break: break-all;
word-break: break-all;
word-break: break-word;
-ms-hyphens: auto;
-moz-hyphens: auto;
-webkit-hyphens: auto;
hyphens: auto; */
/* DONT BREAK OUT */


}

.detalhesDocumento{
    font-style: italic;
    display: block;
    color: #333;
    font-size: 1.6rem;
    margin-bottom: 0.4rem;
    margin-left: -5px;
    font-weight: bold;
    
}

body.contraste1 .detalhesDocumento{
    color: #fff;
}

.publicacoesRelacionadas{
    outline-color: transparent !important;
    color: #0576ae !important;
}

body.contraste1 .publicacoesRelacionadas{
    color: #fff !important;
}

.publicacoesRelacionadas:hover,
.publicacoesRelacionadas:focus{
    color: #0576ae;
}

body.contraste1 .publicacoesRelacionadas{
    color: #fff;
}

.publicacoesRelacionadas span{
    padding-right: 6px;
    line-height: 31px;
    vertical-align: bottom;
}


body.contraste1 .pagination > .disabled > span,
body.contraste1 .pagination > .disabled > span:hover,
body.contraste1 .pagination > .disabled > span:focus{
    color: #777;
    background-color: #fff;
    border-color: #ddd;
}


body.contraste1 .pagination > .disabled > a,
body.contraste1 .pagination > .disabled > a:hover,
body.contraste1 .pagination > .disabled > a:focus{
    color: #666;
    background-color: #000;
    border-color: #666;
}

.dropdown-menu{
    padding-bottom: 0px;
}




/*
.bootstrap-select.btn-group .dropdown-menu{
    padding-top: 0px;
}
 */

/*
.bootstrap-select.btn-group .dropdown-menu li{
    height: 2.5rem;
}
 */


/*
.bootstrap-select .dropdown-menu .bs-actionsbox{
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
}
 */

/*
.bootstrap-select .dropdown-menu .bs-actionsbox .actions-btn{
    padding-top: 0px !important;
}
*/

/*
.bootstrap-select .dropdown-menu .bs-actionsbox .btn-group button:hover{
    background-color: #6b92fd;
    color: #fff;
}
*/

.dataPublicacao,
.veiculo{
    color: #333;
    display: inline-block;
    margin-bottom: 18px;
    margin-top: 6px;
}

body.contraste1 .dataPublicacao,
body.contraste1 .veiculo{
    color: #fff;
}

.iconRel{
    width: 2.7rem;
}

.resultadoPesquisaVazio{    
    margin-top: 0px;
    display: none;
}

.acessInfo{
    padding-top: 3px;
    vertical-align: top;
}

.help{
    background-image: url("../img/help.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50% 50% !important;
    text-indent: -9999px;
    margin-left: 8px;
    margin-right: 0px;
    display: inline-block;
    width: 2.5rem;
    height: 2.5rem;
    outline-color: transparent !important;
    line-height: 3.1rem;
    vertical-align: baseline;
}

body.contraste1 .help{
    background-image: url("../img/helpPB.png");
}

.radio + .radio, .checkbox + .checkbox{
    margin-top: 10px;
}

#calendarioSelecionaMesAno{
    margin-top: 25px;
}

#calendarioSelecionaMesAno{
    padding: 0px 10px 5px 10px;
}

#calendarioSelecionaMesAno{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url('../img/caretDown.png') no-repeat #fff;
    background-position: 98% center;
    width: 100%;
    height: 4.8rem;
    border: 1px solid #bcbcbc;
    color: #000;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    font-size: 1.7rem;
    cursor: hand;
    cursor: pointer;
}

body.contraste1 .tituloFiltroSecao{
    border-top-color: #fff;
}

body.contraste1 .tituloFiltroSecao h3 span{
    background-color: #000;
    color: #fff;
}

.edicaoExtra{
    font-size: 1rem;
}

/*
.edicaoExtra:hover{
    background-color: transparent !important;
    color: red !important;
    font-size: 1rem;
}
*/

.memoria02 h2{
	margin: 0px 0px 35px 0px;
	display: block;
}

.paginacao{
	position: sticky;
	bottom: 0;
	background-color: red;
}

.hideme{
	opacity: 0;
}

.cabecalhoFoto{
	background-size: cover;
	min-height: 415px;
    max-height: 1000px;
	padding-top: 30px;
	background-position: 50% 60%;
	background-attachment: fixed; 
    -webkit-transition: height .5s ease-in-out;
    -o-transition: height .5s ease-in-out;
       transition: height .5s ease-in-out;
	/* ou */
/*	background-position: 50% 0%; */
	
}

.cabecalhoFoto .caixa{
    background-color: #fff;
    border-radius: 8px;
    min-height: 196px ;    
    font-family: 'rawline400' !important;
    padding: 20px;
   
}

.caixa h2{
    margin: 0px;
    font-size: 1.9rem ;
    text-transform: uppercase;    
    font-family: 'rawline700';
}
.caixa input[type=text]{
    width: 100%;
    height: 48px;
    border-radius: 4px;
    border: 1px solid #ccc;    
    margin: 10px 0;
    font-size: 14px;
    padding-left: 7px;
}

.caixa input::placeholder{
    font-family: 'rawline400';
}

.caixabutton{
    margin-top: 10px;
    background: rgb(0,145,217);
    background: linear-gradient(180deg, rgba(0,145,217,1) 35%, rgba(5,118,174,1) 100%);
    padding: 0px 28px;
    border-radius: 4px;
}

.caixa .buscaavancadalink{
    float:right;
    font-size: 15px;

}

.buscaavancadalinkmobile{
    float:right;
    font-size: 13px;

}

.btnpesquisaredicao .fa, #btnPesquisarPrincipal .fa{
    color: #fff;
}


.input-group {
    margin: 0px 0px 10px 0px;
}

.glyphicon-calendar:before{
    content: none;
}

.buscamaterias{
    margin: 35px 10px 20px 0;
    
}

.buscanegocios{
    margin: 35px 0px 20px 10px;
}

.buscanegocios img{
    height: 17px;
    margin: -10px 0 0 3px;
    cursor: pointer;
}

.modalnegociosconteudo img{
    height: 17px;
    margin: -10px 0 0 3px;
}

.boxInfo{
	margin-top: 10px;
	vertical-align: top;
	background-color: #fff;
	box-shadow: -2px -1px 10px 2px #333;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;	
	border-radius: 4px;
	width: 360px;
	padding: 16px 20px 16px 20px;
	display: none;
	margin-left: 16px;
	position: absolute;
	right: 0px;
	left: initial;
	left: unset;
	top: 50px;
	z-index: 90;
    font-size: 14px;
    box-shadow: 0px 4px 12px #00000052;
    cursor: pointer;
}

.boxInfo .close{
    color: #000 !important;
    opacity: 1 !important;
    margin-top: -3px;
}

span.fa-times-thin {
    font-size: 45px;
    line-height: 1.6rem;
    color: #000;
}


.fecharbusca{
    position: absolute;
    top: 5px;
    right: 15px;
    width: 15px;
    height: 15px;   
    z-index: 1;    
    cursor: pointer;
}

.fecharbusca a{
    color: transparent !important;
}


.fecharbusca:before{
    content: "\00d7";
    font-family: "rawline400";
    font-weight: bold;
    font-size: 40px;
    color: #000;
}

.fecharbuscagrande{    
    position: relative;
    float: right;
    top: -42px;
    right: -22px;
    width: 15px;
    height: 15px;   
    z-index: 1;
    cursor: pointer;
}
.fecharbuscagrande a{   
    color: transparent !important;
}

.fecharbuscagrande:before{
    content: "\00d7";
    font-family: "rawline400";
    font-size: 50px;
    color: #000;
}

.buscaavancadaaberta{         
    display: block;
    position: relative;
}

.adicionaestilobusca{
    background-color: #f5f5f5;
    padding: 20px;
    margin: 10px -20px -20px -20px;
    border-radius: 0 0 8px 8px ;  
}

.buscaform{
    font-size: 14px;
    line-height: 24px;
    color: #000;
    display: none;
}

.buscaform input[type=radio], .buscaform label{
    display: inline-block;
    clear:none;
    font-size: 14px;
    margin: 2px;
    color: #000;
}

.buscaform label{
    margin-left: 3px;
}


.erro{
    border: 1px solid #C81313 !important;  
}

.errotexto{
    color: #C81313 !important;  
    font-size: 15px;
}


.input-group-addon{
    padding: 4px 0px;
    background-color: #fff;    
}

.input-group-addon img{
    height: auto;
    width: auto;  
}



.form-control{
    margin: 0px !important;
    border-right: 0px;
    
}

.edicaododia{
    margin: 35px 43px 20px 20px;
    padding: 0 !important;
}



.edicaododia .edicaododiacima{
    width: 100%;
    min-height: 70px;
    padding: 10px 20px;
    border-radius: 5px 5px 0 0;
    background-color: #EEEEEE;
}

.edicaododiadata span{
    font-family: 'rawline700';
    font-size: 20px;
}

.edicaododiacima img{
    margin: -50px 0 0 -15px;
    float: left
}

.edicaododia .edicaododiabaixo{
    width: 100%;
    padding: 15px;
    display: flex;
    align-items: center;
}


.edicaododia .edicaododiabaixo a{
    width: 100%;
}

.edicaododia .edicaododiabaixo .download{
    width: 50%;
    line-height: 2;
    font-size: 1.3rem;
}

.edicaododia .edicaododiabaixo .consultaonline{
    width: 50%;
    padding-right: 0.31em;
}

.edicaododia .edicaododiabaixo a{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.pesquisarmobile{
    display: none;
}

.pesquisardesktop{
    display: block;
}

/* .edicaododia .edicaododiadata{
    float: right;
    width: 50%;        
} */
.edicaododiacima{
    display: flex;
    align-items: center;
}



.materias{
	padding-top: 4.5rem;
	padding-bottom: 0;
}


.negocios{
    background-color: #e5e5e5;
    padding-bottom: 0;
    
}

.resultadobuscanegocio{
    background-color: #fff;
    height: 100%;
}

body.contraste1 .negocios{
    background-color: #000;
}

.sucesso{
    padding-bottom: 60px;
    background-color: #fff;
}

.alterarClipping{
    padding-bottom: 30px;
    background-color: #fff;
}

.clipping{
    padding-bottom: 30px;
    background-color: #fff;
}

.clipping__orgaos{
    display: flex;
    align-items: center;
    width: 100%;
}
.clipping__orgaos .dropdown.bootstrap-select {
    border: .1em solid lightgray;
    border-radius: 4px;
}


.titulotopo{
    background-color: #EEEEEE;
    margin-top: -25px;
    padding: 10px 0;
    border-bottom: 1px solid #CCCCCC;
    position: sticky;
    top:0;
    z-index: 1000;
}

.edicaotitulodiv{
    padding: 2px 0 2px 30px;
}

.visualizarcol1{
    width: 48px;
    height: 48px;
    border-radius: 4px 0px 0px 4px;
    background: #fff 0% 0% no-repeat padding-box;
    background: url(../img/icone_1-Coluna.svg) no-repeat #fff;
    background-position: 60% center;
    box-shadow:  2px 1px 3px #00000052;
}

.visualizarcol2{
    width: 48px;
    height: 48px;
    border-radius: 0px 4px 4px 0px;
    background: url(../img/icone_2-Colunas.svg) no-repeat #fff;
    background-position: 60% center;
    margin-left: -4px;
    box-shadow:  2px 1px 3px #00000052;
}

.visualizarcol1.active{
    background: url(../img/icone_1-Coluna_Negativo.svg) no-repeat #0F587B;
    background-position: 60% center;
}

.visualizarcol2.active{
    background: url(../img/icone_2-Colunas_Negativo.svg) no-repeat #0F587B;
    background-position: 60% center;
}

.visualizarlabel{
    width: 100px;
    display: inline-block;
    top: -5px;
    position: relative;
    margin-top: -5px;
    font-size: 14px;
}

.visualizarcolslabel{
    width: 100px;
    float: left;
    padding-top: 12px;
}

.visualizarcols{
    width: 100px;
    float: left;
}

.pesquisaredicao{
    width: 45%;
    height: 40px;
    padding-left: 10px;
    padding-bottom: 3px;
    border: none;
    border-radius: 4px 0 0 4px;
    border-right: none;
    color: #333;
    background-color: #fff;
    box-shadow: 2px 1px 3px #00000052;
    margin-top: 4px;
    position: relative;
    display: inline-block;
    float: right;
    z-index: 1003;
}

.pesquisaredicao::placeholder{
    font-family: 'rawline400';
}

.btnsumario{
    width: 40px;
    height: 40px;
    color: #0576AE;
    background: none;
    background: url(../img/icone_Arvore.svg) no-repeat, #fff;
    background-position: 54% center;
    border-radius: 4px;
    margin: 33px 10px 0 0;
    display: none;
    box-shadow: 2px 1px 3px #00000052;
    float: right;
    z-index: 1002;
    position: relative;
}

.btnpesquisaredicao{
    position: relative;
    display: inline-block;
    margin-left: 0px;
    margin-top: 0px;
    vertical-align: top;
    border-radius: 0px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    background: rgb(0,145,217);
    background: linear-gradient(180deg, rgba(0,145,217,1) 35%, rgba(5,118,174,1) 100%);
    padding: 0px 15px;
    font-weight: normal;
    font-size: 15px;
    box-shadow: 2px 1px 3px #00000052;
    height: 40px;
    margin-top: 4px;
    float: right;
    z-index: 1004;
}

.btnpesquisaredicao span {
    display: block;
}

.btnpesquisaredicao i.fa {
    display: none;
}
.pesquisadiv{
    padding-right: 30px;
}

.pesquisa{
    width: 100%;
    height: auto;
    text-align: right;
}

.autocompletetext{
    font-size: 14px;
    font-family: 'rawline400';
    padding: 20px 15px !important;
}

.autocompletelabel{
    font-weight: bold;
    font-size: 15px;
    text-transform: uppercase;
}

.autocompletedesc{
    font-weight: bold;
}

#esconderresultado{
    cursor: pointer;

}

.fecharresultados{
    float: right;
    padding: 14px;
    margin-top: -42px;
    font-size: 45px;
    cursor: pointer;
}

.numeroresultado{
    float: right;
}

.list-header{
    width: 100%;
    padding: 15px 0 15px 15px;
    border-bottom: 1px solid #E5E5E5;
    font-family: 'rawline400';
    
}

.list-header-div{
    position: sticky;
    background-color: #fff;
    width: 369px;
}

.ui-menu-item:nth-child(2){
    margin-top: 5px;
}


select.numero_edicao{
    border: none;
    background-color: #eee;
}

.edicaotitulo, select.numero_edicao{
    font-size: 28px;
    font-weight: bold;
    font-family: 'rawline700';
    display: inline-block;
}

.folhaedicao{
    background-color: #fff;
    padding: 85px 4%;
    margin: 0 ;
    box-shadow: 0px 0px 3px 2px #CCCCCC;
    box-shadow: 5px 0 8px -5px  rgba(204, 204, 204, 1), -5px 0 8px -5px rgba(204, 204, 204, 1);
    color: #333333;
    font-family: 'rawline400';
    font-size: 1.1rem;
}

.folhaedicao h1{
    display: inline-block;
    text-transform: uppercase;
    font-family: 'rawline700';
    color: #333;
    margin-left: 17px;
}

.memoria{
    background-color: #fff;
}

.vejaMais{
    background-color: #fff;
}

body.contraste1 .sucesso{
    background-color: #000;
}

body.contraste1 .alterarClipping{
    background-color: #000;
}

body.contraste1 .clipping{
    background-color: #000;
}

body.contraste1 .edicao-completa{
    background-color: #000;
}

body.contraste1 .memoria{
    background-color: #000;
}

body.contraste1 .vejaMais{
    background-color: #000;
}

h1 a strong,
h1 a:hover strong,
h1 a:active strong,
h1 a:focus strong{
    color: #fff !important;
}




body.contraste1 .prefeituraH{
 width: 15.7rem;
 height: 7rem;
 float: right;
 background-image: url("../img/gestao-fundo-escuro.png") !important;
 background-repeat: no-repeat;
 background-position: 50% 1rem !important;
 background-size: contain;
 margin: 0.5rem 0 1rem 0;
 text-indent: -9999px;
 outline-color: transparent !important;
}


body.contraste1 header{
    border-bottom-style: none !important;
    border-bottom-width: 0px;
    border-bottom-color: transparent;
    box-shadow: none !important;
    background-image: none;
}

body.contraste1 .cil{
    margin: 2px 0px 0px 6px !important;
}

.destaques-sei h2{
	padding-top: 70px;
    
}

.mais-destaques-sei{
    text-align: center;
    height: 50px;
    padding-top: 20px;
}

.mais-destaques-sei a{
    text-transform: uppercase;
    border: 1px solid #0576ae;
    border-radius: 8px;
    padding: 5px;
}

.alterarClipping h2,
.sucesso h2,
.clipping h2,
.edicao-completa h2,
.negocios h2,
.vejaMais h2,
.destaques-sei h2{
    text-align: center;
    display: block;
    margin: 0px 0px 35px 0px;
    text-transform: uppercase;
    color: #333;
    font-weight: bold;
    font-size: 2.8rem;
    font-family: "rawline700";
}

.destaques-sei h2{
    font-size: 2rem;
    margin: 0px 0px 15px 0px;

}

.memoria h2{
	text-align: left;
	display: block;
	margin: 0px 0px 35px 0px;
    color: #333333;
    text-transform: uppercase;
    font-size: 20px;
    font-family: 'rawline700';
}

.boxDestaque{
    display: block;
    border-style: solid;
    border-width: 1px;
    border-color: transparent;
    width: 31%;
    float: left;
    margin-left: 13px;
    margin-right: 10px;
    height: 333px;
    margin-top: 0px;
    margin-bottom: 20px;
    outline-color: transparent !important;
    transition: 0.6s;
    overflow: hidden !important;
    position: relative;
    border-radius: 4px;
}

body.contraste1 .boxDestaque{
    background-color: #000;
}

.boxDestaque img{
  transition: 0.6s;
  min-height: 333px;

}

body.contraste1 .boxDestaque img{
    filter: grayscale(100%);
}

.boxDestaque:hover{
    border-color: #2969bd;
    transition: 0.6s;
}

body.contraste1 .boxDestaque:hover{
    border-color: #fff;
}


.boxDestaque:hover img{
  transform: scale(1.1);
  transition: 0.6s;
}

.boxDestaque .legenda{
    position: absolute;
    bottom: 0px;
    display: block;
    width: 100%;
    margin-bottom: 0px;
    color: #fff;
    margin-top: 0px;
    padding: 5px 15px;
}

.boxDestaque .campoLegenda{
    position: absolute;
    bottom: 0px;
    display: block;
    width: 100%;
    height: 100%;
}

.legenda h3{
    color: #333;
    color: #0576ae; 
    font-size: 1.5rem;
    font-family: 'rawline500';
    margin-top: 0px;
    margin-bottom: 0px;
}

body.contraste1 .legenda h3{
    color: #fff;
}

.legenda h4{
    color: #333;
    font-size: 1.8rem;
    margin-bottom: 1rem;
    font-family: 'rawline400';
    line-height: 2.3rem;
    margin-top: 0.5rem;
    font-weight: bold;
}





body.contraste1 .legenda h4{
    color: #fff;
}

.boxDestaque.comImagem .legenda h3{
    color: #fff;
    text-shadow: 2px 2px 5px #000;
    line-height: 2.4rem;
    font-family: 'rawline500';
}


.boxDestaque.comImagem .legenda h4{
    text-shadow: 2px 2px 5px #000;
    color: #fff;
}


.boxDestaque.comImagem .campoLegenda{
    background-color: rgba(0, 0, 0, 0.6);
}

body.contraste1 .boxDestaque.comImagem .campoLegenda{
    background-color: rgba(0, 0, 0, 0.8);
}

.painelDestaques .boxDestaque img{
    display: none;
}

.painelDestaques .boxDestaque.comImagem img{
    display: block;
}




.destaques-sei button,
.destaques-sei button:hover,
.destaques-sei button:focus{
    outline: none;
}

.destaques-sei button{
    margin: 1rem auto;
    background-color: #fff;
    border-color: #000;
    border-style: solid;
    border-width: 2px;
    color: #000;
    border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    transition: 0.4s;
    text-transform: uppercase;
    font-weight: bold;
    min-width: 28rem;
}

body.contraste1 .destaques-sei button{
    border-color: #000;
}

body.contraste1 .destaques-sei button:hover{
    color: #000;
    background-color: #fff;
}

.destaques-sei button:hover{
    color: #fff;
    background-color: #000;
}

.painelBotoes{
    text-align: center;
    margin-top: 15px;
}

.negocios h3{
    font-size: 1.5rem;
    color: #333;
    
    margin-top: 0rem;
    margin-bottom: 2rem;
}

.sucesso h3{
    font-size: 1.5rem;
    color: #3db4ee;
    
    margin-top: 2.5rem;
    margin-bottom: 1rem;
    text-transform: uppercase;
}

.alterarClipping h3{
    font-size: 1.5rem;
    color: #3db4ee;
    
    margin-top: 2.5rem;
    margin-bottom: 1rem;
    text-transform: uppercase;
}

.clipping h3{
    font-size: 1.5rem;
    color: #3db4ee;
    
    margin-top: 2.5rem;
    margin-bottom: 1rem;
    text-transform: uppercase;
}

.edicao-completa h3{
    font-size: 1.5rem;
    /* color: #3db4ee;     */
    margin-top: 2.5rem;
    margin-bottom: 1rem;
    text-transform: uppercase;
}

.memoria h3{
    font-size: 1.5rem;
    color: #3db4ee;
    
    margin-top: 2.5rem;
    margin-bottom: 1rem;
    text-transform: uppercase;
}

.vejaMais h3{
    font-size: 1.5rem;
    color: #3db4ee;
    
    margin-top: 2.5rem;
    margin-bottom: 1rem;
    text-transform: uppercase;
}

body.contraste1 .negocios h3{
    color: #fff;
}

body.contraste1 .sucesso h3{
    color: #fff;
}

body.contraste1 .alterarClipping h3{
    color: #fff;
}

body.contraste1 .clipping h3{
    color: #fff;
}

body.contraste1 .edicao-completa h3{
    color: #fff;
}

body.contraste1 .memoria h3{
    color: #fff;
}

body.contraste1 .vejaMais h3{
    color: #fff;
}

.negocios a h4{
    
    color: #333;
    font-size: 1.85rem;
    margin-top: 0;
    margin-bottom: 1rem;
    transition: 0.4s;
}

.sucesso a h4{
    
    color: #333;
    font-size: 1.85rem;
    margin-top: 0;
    margin-bottom: 1rem;
    transition: 0.4s;
}

.alterarClipping a h4{
    
    color: #333;
    font-size: 1.85rem;
    margin-top: 0;
    margin-bottom: 1rem;
    transition: 0.4s;
}

.clipping a h4{
    
    color: #333;
    font-size: 1.85rem;
    margin-top: 0;
    margin-bottom: 1rem;
    transition: 0.4s;
}

.edicao-completa a h4{
    
    color: #333;
    font-size: 1.85rem;
    margin-top: 0;
    margin-bottom: 1rem;
    transition: 0.4s;
}

.memoria a h4{
    
    color: #333;
    font-size: 1.85rem;
    margin-top: 0;
    margin-bottom: 1rem;
    transition: 0.4s;
}

.vejaMais a h4{
    
    color: #333;
    font-size: 1.85rem;
    margin-top: 0;
    margin-bottom: 1rem;
    transition: 0.4s;
}

body.contraste1 .negocios a h4{
    color: #fff;
    transition: 0s;
}

body.contraste1 .sucesso a h4{
    color: #fff;
    transition: 0s;
}

body.contraste1 .alterarClipping a h4{
    color: #fff;
    transition: 0s;
}

body.contraste1 .clipping a h4{
    color: #fff;
    transition: 0s;
}

body.contraste1 .edicao-completa a h4{
    color: #fff;
    transition: 0s;
}

body.contraste1 .memoria a h4{
    color: #fff;
    transition: 0s;
}

body.contraste1 .vejaMais a h4{
    color: #fff;
    transition: 0s;
}

.negocios a:hover h4,
.negocios a:active h4,
.negocios a:focus h4{
    color: #3db4ee;
    transition: 0.2s;
}

.sucesso a:hover h4,
.sucesso a:active h4,
.sucesso a:focus h4{
    color: #3db4ee;
    transition: 0.2s;
}

.alterarClipping a:hover h4,
.alterarClipping a:active h4,
.alterarClipping a:focus h4{
    color: #3db4ee;
    transition: 0.2s;
}

.clipping a:hover h4,
.clipping a:active h4,
.clipping a:focus h4{
    color: #3db4ee;
    transition: 0.2s;
}

.edicao-completa a:hover h4,
.edicao-completa a:active h4,
.edicao-completa a:focus h4{
    color: #3db4ee;
    transition: 0.2s;
}

.memoria a:hover h4,
.memoria a:active h4,
.memoria a:focus h4{
    color: #3db4ee;
    transition: 0.2s;
}

.vejaMais a:hover h4,
.vejaMais a:active h4,
.vejaMais a:focus h4{
    color: #3db4ee;
    transition: 0.2s;
}

.destaquesVejaMais div img{
    margin-top: 15px;
    border-radius: 1px;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
}

body.contraste1 .destaquesVejaMais div img{
    filter: grayscale(100%);
}

.dataPublicacaoDestaques{
    color: #999;
}

body.contraste1 .dataPublicacaoDestaques{
    color: #fff;
}

.destaquesVejaMais a{
    outline-color: transparent;
}

.destaquesVejaMais p{
    margin-bottom: 4px;
}

.menu-access{
    padding: 8px 0px 0px 20px;
}


.negocios .containerPaginacao{
    margin: 0px auto;
    width: 500px;
}

.sucesso .containerPaginacao{
    margin: 0px auto;
    width: 500px;
}

.alterarClipping .containerPaginacao{
    margin: 0px auto;
    width: 500px;
}

.clipping .containerPaginacao{
    margin: 0px auto;
    width: 500px;
}

.edicao-completa .containerPaginacao{
    margin: 0px auto;
    width: 100%;

}

.paginacaoflutuante{
    background-color: #eee;
    box-shadow: 0px -6px 16px #00000029;
    position: sticky;
    bottom: 0;
    width: 100%;

}


.memoria .containerPaginacao{
    margin: 0px auto;
    width: 450px;
}

.vejaMais .containerPaginacao{
    margin: 0px auto;
    width: 450px;
}

.btnedicaoextra{
    border: 1px solid #0576AE;
    border-radius: 4px;
    height: 45px;
    color: #0576AE;
    background-color: #fff;
    font-weight: bold;
    margin-right: 17px;
    
}

.edicaoextraemblema{
    border: 1px solid #333;
    color: #333;
    text-transform: uppercase;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    font-family: 'rawline700';
    position: relative;
    float: right;
    margin-top: 3px;
}

header{
    box-shadow: none;
    background-repeat: no-repeat;
    background-position: 00% 50%;
    background-size: contain;
}

.sidenav a{
    color: #000;
}

.sidenav a.closebtn{
    transition: 0.2s;
}

.sidenav a.closebtn{
    color: #333;
}

body.contraste1 .sidenav a.closebtn{
    color: #000;
}


body.contraste1 .sidenav a.closebtn:hover{
    color: #000 !important;
    background-color: #fff !important;

}

.sidenav a:hover{
    background-color: #333;
}

body.contraste1 .sidenav a:hover{
    background-color: #000 !important;
    color: #fff !important;
}

#btnMobile{
    background-color: transparent;
    border-style: none;
    border-width: 0px;
    border-color: transparent;
    color: transparent;
    font-size: 26px;
    transition: 0.2s;
}

body.contraste1 #btnMobile{
    color: #fff;
}

#btnMobile:active,
#btnMobile:focus{
    color: #fff;
}

.help{
    line-height: 2.6rem;
    margin-left: 2px;
}
#btnMobile .svg-inline--fa, .svg-inline--fa.fa-circle-half-stroke {
    color: #000000; /* Muda a cor do ícone para preto */
}



:-ms-input-placeholder{
    font-style: normal;
    font-size: 1.6rem;
    font-family: 'titillium';
}

::-ms-input-placeholder{
    font-style: normal;
    font-size: 1.6rem;
    font-family: 'titillium';
}

::placeholder{
    font-style: nornal;
    font-size: 1.6rem;
    font-family: 'titillium';
}

::-moz-placeholder{
    font-style: normal;
    font-size: 1.6rem;
    font-family: 'titillium';
}

.memoria02{
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
}

.memoria03{
    padding-top: 4.5rem;
    padding-bottom: 0rem;
}

.template{
    padding-top: 4.5rem;
    padding-bottom: 0rem;
}

.home{
/*  padding-top: 4.5rem; */
	padding-top: 0px;
    padding-bottom: 4.5rem;    
}
.home p {
    font-weight: 700;
}

.doc-nao-encontrado{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 400px;
}

.negocios{
    padding-top: 45px;
}

.sucesso{
    padding-top: 45px;
}

.alterarClipping{
    padding-top: 45px;
}

.clipping{
    padding-top: 45px;
}

.edicao-completa{
    padding-top: 25px;
    padding-bottom: 0;
    background-color: #E5E5E5;
    position: relative;
}

.memoria{
    padding-top: 45px;
}

.vejaMais{
    padding-top: 45px;
}

.logo{
    height: 120px;
    background-image: url("../img/logo.png");
    background-repeat: no-repeat;
    background-size: contain;
    text-indent: -99999px;
    margin-left: -15px;
}

body.contraste1 .logo{
    background-image: url("../img/logo_PB.png");
}

h1{
    display: block;
    margin-top: -30px
}

h1 a{
    display: block;
    margin: 0px auto;
}

.cpm-acessibilidade ul li a{
    color: #333;
}

.cpm-acessibilidade span{
    color: #333;
}

.menuPrincipal{
    border-top: 1px solid #f0f0f0;
    background-color: var(--cor1);
    height: 5.1rem;
}

.menuPrincipal ul{
    padding-left: 0px;
}

.menuPrincipal ul li{
    height: 5.1rem;
    float: left;
}

.menuPrincipal .active{
    border-bottom: 4px solid #0f587b;
}

body.contraste1 .menuPrincipal{
    background-color: #fff;
    color: #000;
}

.menuPrincipal ul li a{
    color: #333;
    line-height: 4.6rem;
    padding: 15px;
    transition: 0.2s;
    outline-color: transparent;
    text-transform: uppercase;
    border-radius: 5px;
    font-family: 'rawline700';
    font-weight: normal;
}

.portalProcesso a{
    font-family: 'rawline400' !important;
    font-weight: normal !important;
}

.menuPrincipal ul li a:hover{
    background-color: #e5e5e5;
    padding: 5px 15px 7px 15px;
}

body.contraste1 .menuPrincipal ul li a{
    color: #000;
}

.menuPrincipal ul li{
    list-style-type: none;
}

.cabecalhoPMSP .nomePMSP{
    padding-left: 3%;
}
/*
.cabecalhoPMSP .transparenciaSP{
    padding-right: 3%;
}*/

.cpm-acessibilidade{
    padding-right: 0%;
}

body.contraste1 .acessInfo{
    filter: grayscale(100%);
}

body.contraste1 .nomePMSP a,
body.contraste1 .transparenciaSP a,
body.contraste1 .acesso-info a{
    color: #fff;
}

.filtrosNegocios label{
    color: #333;
    font-size: 1.6rem;
    font-weight: normal;
}

body.contraste1 .sucesso label{
    color: #fff;
}

body.contraste1 .alterarClipping label{
    color: #fff;
}

body.contraste1 .clipping label{
    color: #fff;
}

body.contraste1 .alterarClipping .captcha label{
    color: #000;
}

body.contraste1 .clipping .captcha label{
    color: #000;
}

body.contraste1 .filtrosNegocios label{
    color: #fff;
}

.filtrosNegocios{
    background-color: #fff;
    width: 100%;
    border-color: #d5d5d5;
    border-style: solid;
    border-width: 1px;
    -webkit-border-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-radius: 6px;
    -moz-border-radius-bottomright: 6px;
    -moz-border-radius-bottomleft: 6px;
    border-radius: 6px;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
    padding: 1.2rem 2rem;
    font-size: 2rem;
    box-shadow: 2px 2px 10px #ececec;
}

body.contraste1 .filtrosNegocios{
    background-color: #000;
    box-shadow: none;
}

.bootstrap-select.btn-group .dropdown-toggle .caret{
    border-radius: 3px; 
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}


#btnLimparFiltrosNegocios:disabled{
    color: #cdcdcd;
}

body.contraste1 #btnLimparFiltrosNegocios:disabled{
    color: #999;
}

#btnLimparFiltrosNegocios:disabled span{
    color: #cdcdcd;
}

body.contraste1 #btnLimparFiltrosNegocios:disabled span{
    color: #999;
}

#btnLimparFiltrosNegocios{
    background-color: transparent;
    margin-top: 8px;
    color: #0576ae;
    padding: 0px;
    
    font-weight: normal;
}

body.contraste1 #btnLimparFiltrosNegocios{
    color: #fff;
}

#btnLimparFiltrosNegocios span{
    font-size: 3rem;
    padding-right: 10px;
    line-height: 1.8rem;
    padding-bottom: 10px;
    vertical-align: top;
    color: #0576ae;
}

body.contraste1 #btnLimparFiltrosNegocios span{
    color: #fff;
}


.filtrosNegocios .dropdown-menu{
    padding-top: 0px;
}

.filtrosNegocios .bootstrap-select .dropdown-menu li{
    margin-top: 0px;
    margin-bottom: 0px;
}

#palavraChave{
    letter-spacing: 0.06rem;
    width: 100%;
    height: 4.8rem;
    background-color: transparent;
    margin-bottom: 0rem;
    padding: 0.2rem 0 0.2rem 1rem;
    outline-color: transparent;
    outline-style: solid;
    outline-width: 0.2rem;
    border-color: #bcbcbc;
    border-width: 0.1rem;
    border-style: solid;    
    -webkit-border-radius: 6px;
    -webkit-border-top-right-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;
    -moz-border-radius: 6px;
    -moz-border-radius-topright: 0px;
    -moz-border-radius-bottomright: 0px;
    border-radius: 6px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    color: #333;
    font-size: 1.6rem;
}

body.contraste1 #palavraChave{
    color: #000;
    border-color: #fff;
    background-color: #fff;
}

#btnFiltrar{
    width: 100%;
    text-transform: uppercase;
    margin-top: 3.1rem;
    padding: 0rem 1rem 0.4rem 1rem;
}



.rotateIcon{
    -ms-transform: rotate(90deg); /* IE 9 */
    -webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
    transform: rotate(90deg);
}

.counter{
    display: inline-block;
    height: 2.4rem;
    min-width: 2.4rem;
    vertical-align: top;
    background-color: transparent;
    border-style: solid;
    border-width: 1px;
    border-color: #333;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    margin-left: 10px;
    text-align: center;
    padding: 0px;
    line-height: 20px;
    
    font-weight: normal !important;
    color: #333;
}

body.contraste1 .counter{
    border-color: #fff;
    color: #fff;
}

.cpm-direitos .container p{
    float: left;
    padding-top: 5px;
}

a.lgoProdam{
    margin: 6px 0 0 9px;
}

.digitaSampa{
    background-image: url('../img/Digita-Sampa-Logo_tranparente_negativo.png') !important;
    background-repeat: no-repeat !important;
    background-position: 50% 50%;
    display: block;
    width: 114px;
    min-height: 40px;
    height: 40px;
    background-size: contain;
}

.creditos p{
    color: #ccc;
    font-size: 1.1rem;
}

body.contraste1 .creditos p{
    color: #fff;
}

.expediente{
    font-size: 1.1rem;
    text-align: left;
    color: #f0f0f0;
}

.expediente p{
    font-size: 1.1rem;
    text-align: left;
}

.expediente span{
    font-family: 'rawline700';    
}

body.contraste1 .expediente strong{
    color: #fff;
}

.logoprefeitura{
    color: #ccc;
}

.logoprefeitura p{
    margin-top: 31px;
    margin-bottom: 7px;
    color: #ccc;
    font-size: 1.4rem;
    
}

.logoprefeitura a:hover{
    text-decoration: underline;
}

body.contraste1 .logoprefeitura{
    color: #fff;
}

.expediente p strong{
    margin-top: 10px;
    display: block;
    font-size: 1.4rem;
}

.footer__conteiner{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.footer__conteiner .expediente__espaco {
    margin-bottom: 20px;
}

.footer__conteiner .expediente {
    flex: 0 0 30%;
    padding-top: 10px;

}


.footer__conteiner .expediente p{
    color: #ccc;
    font-size: .9rem;
    text-align: center;
}

.footer .responsaveis__diario__oficial {
    border-right: 1px solid white;
    height: 172px;
}

.footer .representantes__poderes {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 56px;
}
.footer .representantes__poderes a{
    width: 35%;
}

.footer__conteiner .expediente img{
    width: 100%;
}

.footer__conteiner .canais__atendimento {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    border-left: 1px solid white;
}


body.contraste1 .expediente p{
    color: #fff;
    line-height: 1;
}

.logoSecretaria{
    background-image: url("../img/logo_ArquivoPublicoMunicipal.png") !important;
    width: 136px;
    margin-right: 0px;
    min-height: 51px;
    outline-color: transparent !important;
}

body.contraste1 .logoSecretaria{
    background-image: url("../img/prefeitura-n.png") !important;
}

.nroProcesso{
    font-weight: bold;
    margin-right: 1.2rem;
    font-size: 1.6rem;
    margin-left: 35px;
    color: #333;
    margin-top: 10px;
    display: inline-block;
}


.accordionInterno .nroProcesso{
    margin-left: 0px;
    margin-top: 0px;
}



body.contraste1 .nroProcesso{
    color: #fff;
}


.documentos a{
    font-weight: normal;
    
    margin-top: 10px;
    margin-bottom: 10px;
    display: inline-block;
}


a, a:link{
    color: #0576ae;
}

body.contraste1 a,
body contraste1 a:link{
    color: #fff;
}

.cabecalhoPMSP a,
.cabecalhoPMSP a:link{
    color: #fff;
}

.objeto{
    color: #333; 
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 35px;
}


.accordionInterno .objeto{
    margin-left: 15px;
}

.accordionInterno .panel-collapse{
    margin-top: 0px;
    padding-left: 0px !important;
    padding-top: 0px;
    margin-left: 15px;
}

body.contraste1 .objeto{
    color: #000;
}






.logoprefeitura a,
.logoprefeitura a:link{
    color: #ccc;
    font-size: 1.4rem;
    font-weight: normal;
    background-image: url("../img/logo_SaoPaulo_Horizontal.png") !important;
    display: block;
    background-repeat: no-repeat;
    background-position: 50% 1rem;
    background-size: contain;
    margin: -1rem 0 0rem 0;
    text-indent: -9999px;
    width: 160px;
    height: 70px;
    float: right;

}

.container-logo {
    display: flex;
    align-items: center;
    gap: 40px;
    height: 250px;
    width: 90vw;
}

.logo-barra {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    min-width: 70%;
    height: 50%;
    margin-left: -15px;
    border-radius: 0 10px 10px 0;
    padding: 15px 20px;
    background: #ffffff;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(229, 229, 229, 1) 100%);
}


.letreiro-diario-oficial {
    max-height: 100%;
    max-width: 90%;
}
 
.logo-brasao {
    width: 18%;
    max-width: 210px;
    min-width: 190px;
}


.sidenav a,
.sidenav a:link{
    color: #333;
    background-color: #fff;
}



.sidenav a:hover,
.sidenav a:focus,
.sidenav a:active{
    color: #fff !important;
    background-color: #0F587B !important;
}

.accordion{
    margin-top: 20px;
}

.accordion .panel.panel-default{
    margin-top: 10px;
    border-style: none;
}

.accordion .accordionInterno .panel.panel-default{
    margin-top: 0px;
}

body.contraste1 .accordion .accordionInterno .panel.panel-default{
    background-color: #000;
}

.accordion .panel{
    box-shadow: none;
}

.accordion .panel-body{
    padding-top: 10px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    border-style: none;
}

.documentos a{
    outline-color: transparent;
    display: block;
    margin-bottom: 10px;
}

.accordionInterno .panel-body{
    padding-left: 30px;
    padding-top: 0px;
    padding-bottom: 0px;
}

.accordionInterno .panel-groupInterno{
    margin-bottom: 0px;
}

body.contraste1 .accordion .panel-body{
    background-color: #000;
}

.accordion .panel-heading{
    background-color: #eee;
}

body.contraste1 .accordionInterno .panel-heading{
    border-style: none !important;
}

body.contraste1 .accordion .panel-heading{
    background-color: #000;
    border-style: solid;
    border-width: 1px;
    border-color: #fff;
}

h4.panel-titleInterno{
    margin-top: 0px;
    display: inline-block;
}

.accordion .accordionInterno .panel-heading{
    background-color: transparent;
    margin-left: 5px;
    margin-top: 3px;
    padding-bottom: 0px;
    border-bottom-style: none;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.accordion .panel-title a{
    color: #333;
    outline-color: transparent;
    line-height: 2.1rem;
    font-size: 1.6rem;
    display: block;
    font-weight: normal;
    
}

body.contraste1 .accordion .panel-title a{
    color: #fff;
}

.accordion .accordionInterno .panel-titleInterno a{
    color: #333;
    outline-color: transparent;
    line-height: 2.1rem;
    font-size: 1.6rem;
    display: inline-block;
    font-weight: normal;
    
}


.item{

    margin-left: 40px;
    padding: 1px 15px 15px 0px;
    border-style: solid;
    border-width: 1px;
    border-color: #d5d5d5;
    margin-bottom: 1rem;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    box-shadow: 2px 2px 2px #ececec;
    background-color: #fff;
}




body.contraste1 .item{
    box-shadow: none;
}



body.contraste1 .item{
    background-color: #000;
}

.comSubItens .item{
    padding: 0px 15px;
    border-style: none;
    border-width: 0px;
    border-color: transparent;
    margin-bottom: 1rem;
    box-shadow: none;
}

.accordion .panel-body.item{
    margin: 15px 0px 15px 30px;
}


.card-body .item:last-child{
    
    margin-bottom: 30px;
}

.verProcesso{
    font-weight: bold !important;
    color: #0576ae !important;
    
}

body.contraste1 .verProcesso{
    color: #fff !important;
}

.panel-group .panel-title a span.fa{
    margin-right: 5px;
    line-height: 2.5rem;
    font-size: 1.2rem;
}

.panel-groupInterno .panel-titleInterno a span.fa{
    margin-right: 5px;
    line-height: 2.5rem;
    font-size: 1.2rem;
    color: #333;
}

body.contraste1 .panel-groupInterno .panel-titleInterno a span.fa{
    color: #fff;
}


.fa-plus{
    display: inline-block;
}

.fa-minus{
    display: none;
}

.abaAtiva .fa-plus{
    display: none;
}

.abaAtiva .fa-minus{
    display: inline-block;
}

.panel{
    margin-bottom: 0px;
}

.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group{
    border-top-style: none;
}

.documentos{
    margin-left: 20px;
}

.edicao-completa .areaPublicacoes{
    margin-top: 2rem;
}

.publicacoes{
    margin-top: 40px;
    column-count: 2;
    column-gap: 60px;
}

body.contraste1 .publicacoes{
    column-rule-color: #fff;
}

.conteudo p,
.conteudo .Texto_Justificado{
    text-align: justify;
    font-family: 'rawline400';
}

.conteudo .Texto_Centralizado{
    text-align: center;
    font-family: 'rawline400';
}

.publicacao{
    margin-bottom: 50px;
    color: #333;
    overflow: scroll;
}

.areaPublicacoes .publicacao:last-child{
    margin-bottom: 20px;
}

.publicacao p, .conteudo div{
    font-size: 1.6rem;
    margin: 0px 0px 10px 0px;
}

.publicacoes h1{
/*    font-size: 2.2rem; */
    font-size: 2rem;
    text-transform: uppercase;
    font-family: 'rawline700';
    margin-bottom: 1.5rem;
    margin-top: 0;
    color: #333;
}

.publicacoes h2{
    /*    font-size: 1.9rem; */
    text-align: left;
    font-size: 1.8rem;
    text-transform: uppercase;
    margin-bottom: 1.5rem;
    margin-top: 0;
    color: #333;
    font-weight: normal;
    
}

.publicacoes h3{
    color: #333;
    text-align: left;
    font-size: 1.7rem;
    text-transform: uppercase;
    margin-bottom: 1.5rem;
    margin-top: 0;
    font-weight: bold;
    
}

.publicacoes h4{
    color: #333;
    margin-top: 0px;
    margin-right: 1rem;
    font-size: 1.6rem;
    display: inline-block;
    margin-bottom: 1.5rem;
    font-weight: bold;
    
}

.publicacoes h4 span{
    color: #ccc;
}

.publicacoes h5{
    margin-left: 1rem;
    color: #333;
    margin-top: 0;
    margin-right: 1rem;
    font-size: 1.6rem;
    display: inline-block;
    margin-bottom: 1.5rem;
    font-weight: normal;    
}

.publicacoes img{
    width: 100%;
}

.publicacao table{
    table-layout: fixed;
    word-wrap: break-word;
    width: 100%;
}

table td {
    border: 1px #000 solid;
    padding: 0%;
}

td p {
    text-align:center; 
 }

body.contraste1 .publicacao{
    color: #fff;
}

body.contraste1 .publicacao h1{
    color: #fff;
}

body.contraste1 .publicacao h2{
    color: #fff;
}

body.contraste1 .publicacao h3{
    color: #fff;
}

body.contraste1 .publicacao h4{
    color: #fff;
}

body.contraste1 .publicacao h5{
    color: #fff;
}

.edicao-completa .pagination{
    margin: 10px auto;
}

#voltarAoTopo{
    margin-top: 20px;
    display: inline-block;
    outline-color: transparent;
}

#voltarAoTopo .fa-arrow-up{
    margin-right: 1rem;
}

.edicao-completa .btnScrollUp{
    margin-top: 30px;
}

#nome{
    letter-spacing: 0.06rem;
    width: 100% !important;
    height: 4.8rem;
    background-color: transparent;
    margin-bottom: 4px;
    padding: 0.2rem 0 0.2rem 1rem;
    outline-color: transparent;
    outline-style: solid;
    outline-width: 0.2rem;
    border-color: #bcbcbc;
    border-width: 0.1rem;
    border-style: solid;
    box-shadow: none !important;
    -webkit-border-radius: 6px;
    -webkit-border-top-right-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;
    -moz-border-radius: 6px;
    -moz-border-radius-topright: 0px;
    -moz-border-radius-bottomright: 0px;
    border-radius: 6px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    color: #333;
    font-size: 1.6rem;
}

body.contraste1 #nome{
    color: #000;
    border-color: #fff;
    background-color: #fff;
}

#email{
    letter-spacing: 0.06rem;
    width: 100%;
    height: 4.8rem;
    background-color: transparent;
    margin-bottom: 4px;
    padding: 0.2rem 0 0.2rem 1rem;
    outline-color: transparent;
    outline-style: solid;
    outline-width: 0.2rem;
    border-color: #bcbcbc;
    border-width: 0.1rem;
    border-style: solid;
    box-shadow: none !important;
    -webkit-border-radius: 6px;
    -webkit-border-top-right-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;
    -moz-border-radius: 6px;
    -moz-border-radius-topright: 0px;
    -moz-border-radius-bottomright: 0px;
    border-radius: 6px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    color: #333;
    font-size: 1.6rem;
}

body.contraste1 #email{
    color: #000;
    border-color: #fff;
    background-color: #fff;
}


#emailAlterarClipping{
    letter-spacing: 0.06rem;
    width: 100%;
    height: 4.8rem;
    background-color: transparent;
    margin-bottom: 4px;
    padding: 0.2rem 0 0.2rem 1rem;
    outline-color: transparent;
    outline-style: solid;
    outline-width: 0.2rem;
    border-color: #bcbcbc;
    border-width: 0.1rem;
    border-style: solid;
    box-shadow: none !important;
    -webkit-border-radius: 6px;
    -webkit-border-top-right-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;
    -moz-border-radius: 6px;
    -moz-border-radius-topright: 0px;
    -moz-border-radius-bottomright: 0px;
    border-radius: 6px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    color: #333;
    font-size: 1.6rem;
}

body.contraste1 #emailAlterarClipping{
    color: #000;
    border-color: #fff;
    background-color: #fff;
}


.checkbox label{
    margin-left: 0px;
}

.alterarClipping input[type='checkbox']{
    margin-top: 8px;
    /* Double-sized Checkboxes */
    -ms-transform: scale(1.5); /* IE */
    -moz-transform: scale(1.5); /* FF */
    -webkit-transform: scale(1.5); /* Safari and Chrome */
    -o-transform: scale(1.5); /* Opera */
    transform: scale(1.5);
}

.clipping input[type='checkbox']{
    margin-top: 8px;
    /* Double-sized Checkboxes */
    -ms-transform: scale(1.5); /* IE */
    -moz-transform: scale(1.5); /* FF */
    -webkit-transform: scale(1.5); /* Safari and Chrome */
    -o-transform: scale(1.5); /* Opera */
    transform: scale(1.5);
}

.alterarClipping .checkbox label{
    vertical-align: top;
}

.clipping .checkbox label{
    vertical-align: top;
}

.alterarClipping .checkbox label span{
    padding-top: 0px;
    line-height: 2.75rem;
    margin-left: 1.2rem;
    vertical-align: top;
    width: calc(100% - 30px);
    font-weight: bold;
}

.clipping .checkbox label span{
    padding-top: 0px;
    line-height: 2.75rem;
    margin-left: 1.2rem;
    vertical-align: top;
    display: inline-block;
    width: calc(100% - 30px);
    font-weight: bold;
}

.captcha{
    border-style: solid;
    border-width: 1px;
    border-color: #ccc;
    box-shadow: 0px 0px 3px #222;
    margin: 40px 30px 5px 0px;
    padding: 10px 4px 10px 0px !important;
}

.alterarClipping .captcha a{
    display: block;
    margin-top: 0px;
    margin-bottom: 5px;
    color: #333;
    outline-color: transparent;
}

.clipping .captcha a{
    display: block;
    margin-top: 0px;
    margin-bottom: 5px;
    color: #333;
    outline-color: transparent;
}

body.contraste1 .alterarClipping .captcha a{
    color: #000;
}

body.contraste1 .clipping .captcha a{
    color: #000;
}

.alterarClipping .captcha a img{
    margin-right: 10px;
    width: 2.4rem;
    height: 2.4rem;
    margin-top: 4px;
}

.clipping .captcha a img{
    margin-right: 10px;
    width: 2.4rem;
    height: 2.4rem;
    margin-top: 4px;
}

.alterarClipping .captcha a span{
    line-height: 28px;
    vertical-align: top;
}

.clipping .captcha a span{
    line-height: 28px;
    vertical-align: top;
}

.alterarClipping .captcha label{
    padding-top: 10px;
    font-size: 1.6rem;
}

.clipping .captcha label{
    padding-top: 10px;
    font-size: 1.6rem;
}

#digiteCodigo{
    border-style: solid;
    border-width: 1px;
    border-color: #cacaca;
    width: 95%;
    font-size: 1.6rem;
    padding: 2px 2px 2px 6px;
    height: 4.8rem;
}

body.contraste1 #digiteCodigo{
    border-color: #000;
}

.autorizacaoRecebimento{
    width: 100%;
}

.autorizacaoRecebimento label{
    display: block;
    margin-top: 5px;
    margin-bottom : 5px;
}

.alterarClipping .checkbox.autorizacaoRecebimento label span{
    margin-left: 16px;
    width: unset;
    width: initial;
    display: inline;
    float: none;
}

.clipping .checkbox.autorizacaoRecebimento label span{
    margin-left: 16px;
    width: unset;
    width: initial;
    display: inline;
    float: none;
}

.sucesso p{
    padding: 10px 0px 0px 0px;
}

.alterarClipping p{
    padding: 10px 0px 0px 10px;
}

.clipping p{
    padding: 10px 0px 0px 5px;
}

.notRobot{

    margin: 20px 0px 10px 0px;
    width: 270px;
    
/*    margin-left: -10px; */
}

.alterarClipping .mensagem{
    display: none;
    margin-bottom: 0px;
    color: #c81313 !important;
}

.clipping .mensagem{
    display: none;
    margin-bottom: 0px;
    color: #c81313 !important;
}

body.contraste1 .alterarClipping .mensagem{
    color: #fff !important;
}

body.contraste1 .clipping .mensagem{
    color: #fff !important;
}

body.contraste1 .alterarClipping .captcha .mensagem{
    color: #000 !important;
}

body.contraste1 .clipping .captcha .mensagem{
    color: #000 !important;
}

.alterarClipping .captcha .mensagem{
    margin-top: 5px;
}

.clipping .captcha .mensagem{
    margin-top: 5px;
}

.alterarClipping .erro .mensagem{
    display: block;
}

.clipping .erro .mensagem{
    display: block;
}

.alterarClipping .erro{
    border-color: transparent !important;
}

.clipping .erro{
    border-color: transparent !important;
}

.painelAssuntos{
    border-color: transparent !important;
    border-width: 1px !important;
    border-style: solid !important;
}

.painelAssuntos.erro{
    border-color: #c81313 !important;
}

.painelAssuntos .mensagem p{
    color: #c81313;
    margin-bottom: 0px;
}

body.contraste1 .painelAssuntos .mensagem p{
    color: #fff;
}

.alterarClipping .erro input[type='text']{
    border-color: #c81313 !important;
}

.clipping .erro input[type='text']{
    border-color: #c81313 !important;
}

body.contraste1 .alterarClipping .erro input[type='text']{
    border-color: #fff !important;
}

body.contraste1 .clipping .erro input[type='text']{
    border-color: #000 !important;
}

.alterarClipping .assuntosInteresse.erro{
    border-color: #c81313 !important;
}

.clipping .assuntosInteresse.erro{
    border-color: #c81313 !important;
}

.assuntosInteresse{
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 0px;
    margin-bottom: 5px;
}

.autorizacaoRecebimento{
    border-style: solid;
    border-width: 1px;
    border-color: transparent;
    padding-left: 5px;
}

.erro .autorizacaoRecebimento{
    border-color: #c81313;
}

body.contraste1 .erro .autorizacaoRecebimento{
    border-color: transparent;
}

#btnCadastrar{
    margin: 5px auto;
    display: block;
    font-weight: normal;
    background: linear-gradient(180deg, rgba(0,145,217,1) 35%, rgba(5,118,174,1) 100%);
    padding: 0px 35px;
    border-radius: 4px;
}

#btnAlterarAssinatura{
    font-size: 1.4rem;
    margin: 5px auto;
    display: block;
    font-weight: normal;
    background: linear-gradient(180deg, rgba(0,145,217,1) 35%, rgba(5,118,174,1) 100%);
    padding: 0px 35px;
    border-radius: 4px;
    text-transform: uppercase;
}

label{
    margin-bottom: 3px;
    font-weight: normal !important;
    
}

.classeFlex{
    height: 30vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

#btnProcurarLeitorCadastrado{
    
    font-size: 1.4rem;
    margin: 0 auto;
    margin-top: 2.9rem;
    display: block;
    font-weight: normal;
    background: linear-gradient(180deg, rgba(0,145,217,1) 35%, rgba(5,118,174,1) 100%);
    padding: 0px 35px;
    border-radius: 4px;    
}

.leitoresCadastrados{
    display: block;
}

.leitoresCadastrados .table > thead > tr > th{
    border-bottom-color: #ddd;
}

.leitoresCadastrados .table-responsive{
    max-width: 99%;
    margin: 0px auto;
    margin-top: 20px;
}

.leitoresCadastrados .table-responsive a:hover{
    text-decoration: underline;
    outline-color: transparent;
}

.edicaoAssuntos{
    display: block;
}

#btnCadastrar,
#btnProcurarLeitorCadastrado{
    text-transform: uppercase;
}

.btnContinuarLendo{
    outline-color: transparent !important;
    margin-top: 20px;
    float: right;
    margin-bottom: 20px;
    line-height: 30px;

}

.btnContinuarLendo span{
    padding-top: 7px;
        vertical-align: top;
    line-height: 20px;

}

.btnContinuarLendo span.fa-chevron-up{
    padding-top: 5px;
    margin-left: 6px;
}

.btnContinuarLendo span.fa-chevron-right{
    padding-top: 8px;
}

.btnContinuarLendo .fa{
    margin-left: 8px;
    margin-right: 0px;
}

#btnDesmarcar{
    margin-top: 10px;
    display: inline-block;
    outline-color: transparent;
}

#btnDesmarcar:hover{
    text-decoration: underline;
}

.alterarClipping .captcha{
    margin-top: 20px;
    margin-bottom: 25px;
}

body.contraste1 .cabecalhoPublicacoes{
    border-color: #fff;
}

.cabecalhoEdicoes{
    margin-top: 0px;
    margin-bottom: 10px;
}

.cabecalhoEdicoes button{
    border-style: solid;
    border-width: 2px;
    color: #0576ae;
    
    background-color: transparent;
    border-color: #0576ae;
    width: 100%;
    transition: 0.2s;
}

body.contraste1 .cabecalhoEdicoes button{
    color: #000;
    background-color: #fff;
    border-color: #fff;
}

.cabecalhoEdicoes button:hover,
.cabecalhoEdicoes button:focus{
    background-color: #0576ae;
    transition: 0s;
    color: #fff;
}

.cabecalhoEdicoes button:active{
    background-color: #008ac1;
    transition: 0s;
    border-color: #008ac1;
    color: #fff;
}

body.contraste1 .cabecalhoEdicoes button:hover,
body.contraste1 .cabecalhoEdicoes button:focus{
    background-color: #eaeaea;
    transition: 0s;
    color: #000;
}

body.contraste1 .cabecalhoEdicoes button:active{
    background-color: #ccc;
    transition: 0s;
    border-color: #ccc;
    color: #000;
}

.cabecalhoEdicoes h1{
    text-transform: uppercase;
    margin-top: 7px;
    
    font-size: 2.6rem;
    margin-bottom: 25px;
}

.cabecalhoPublicacoes{
    width: 100%;
    margin: 0px auto;
    border-style: solid;
    border-color: var(--cor1);
    border-width: 1px;
    padding: 0px;
    height: 5rem;
    margin-bottom: 5px;
}

.cabecalhoPublicacoes div{
    height: 100%;
}



body.contraste1 .nroEdicao{
    color: #000;
}

.fundoPreto{
    background-color: #000;
}

.nroEdicao{
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 4.5rem;
}

#topoPublicacoes{
    display: flex;
    align-items: center;
/*  justify-content: center; */
    justify-content: start;
    height: 4.5rem;
    font-size: 1.8rem;
    padding-left: 30px;
}


.edicao-completa .veiculoSecao{
    font-size: 2rem;
    margin-bottom: 30px;
    display: inline-block;
    padding-left: 1px;
    margin-left: 0;
}

.edicao-completa .orgao{
    font-size: 1.8rem;
    padding-bottom: 4px;
    margin-bottom: 1.5rem;
    padding-left: 1px;
}

body.contraste1 .edicao-completa .veiculoSecao{
    border-top-color: #fff;
}

body.contraste1 .edicao-completa .orgao{
    border-bottom-color: #fff;
}

.edicao-completa .unidade{
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #333;
    padding-bottom: 4px;
    font-size: 1.7rem;
    padding-left: 1px;
}

body.contraste1 .edicao-completa .unidade{
    border-bottom-color: #fff;
}

.edicao-completa .tipoDocumento{
    font-size: 1.6rem;
    margin-top: 20px;
    padding-left: 1px;
    width: 100%;
}

.edicao-completa .processo{
    font-size: 1.6rem;
}

.tituloSelecaoDia{
    margin-top: 0px;
}

body.contraste1 #calendarioBoletimSEI{
    background-color: #fff;
    background-image: url('../img/calendar_PB.png');
}

#calendarioBoletimSEI{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
/*  background-image: url('../img/caretDown.png'); */
    background-image: url('../img/calendar.png');
    background-repeat: no-repeat;
    background-position: 97% center;
    width: 100%;
    height: 3.75rem;
    background-color: transparent;
    color: #000;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    font-size: 1.8rem;
    cursor: hand;
    cursor: pointer;
    border-style: solid;
    border-color: #ccc;
    border-width: 1px;
    margin-left: 10px;
    padding: 10px 10px 10px 5px;
    margin-top: 3px;
}

.dataPorExtenso{
    margin-left: 1px;
    min-width: 260px;
}

.spacer{
    margin-bottom: 10px;
    height: 12px;
    width: 100px;
    display: block;
    background-color: #ccc;
}

body.contraste1 .spacer{
    background-color: #fff;
}

.edicao-completa :-ms-input-placeholder{
    font-style: normal;
    font-size: 1.5rem;
}

.edicao-completa ::-ms-input-placeholder{
    font-style: normal;
    font-size: 1.5rem;
}

.edicao-completa ::placeholder{
    font-style: normal;
    font-size: 1.5rem;
}

.edicao-completa ::-moz-placeholder{
    font-style: normal;
    font-size: 1.5rem;
}

.sidenav hr{
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

body.contraste1 .ui-priority-secondary,
body.contraste1 .ui-widget-content .ui-priority-secondary,
body.contraste1 .ui-widget-header .ui-priority-secondary{
    opacity: 1;
}

.linhaDoTempo{
	
	height: 60px;
/*	background-color: lightgray; */
	
	display: flex;
	flex-direction: row; 
	flex-wrap: nowrap; 
	
	
/*	justify-content: space-between; */
	max-width: unset;
	width: unset;
}



.gestao{
	display: flex;
	flex-direction: row;
	border: 2px solid orange;
	padding: 5px;
	
	
}

.prefeito{
	border-color: transparent;
	border-width: 0px;
	border-style: none;
	display: flex;
	align-items: center;
	margin-right: 20px;
	color: #fff;
	background-color: lightcoral;
	padding: 0px 0px 0px 5px;
}



.prefeito:after{
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-right: -10px;
	margin-left: 10px;
  width: 0px; 
  height: 0; 

  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid lightcoral;
}

.ano_Gestao{
	border-width: 1px;
	border-style: solid;
	border-color: #fff;
	display: flex;
	align-items: center;
	padding: 0px 10px;
	margin: 0px 2px;
}

.memoria03 .conteudoResponsivo{
	background-color: lightgray;
}

.memoria03 .conteudoResponsivo{
	width: 90%;
	margin-left: 5%;
}

.navegacaoTimeline{
	margin-top: -55px;
}

.text-center.tipoVisualizacao{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

@media screen and (max-width: 1200px){

.edicaododiacima img{
    margin:-29px 0 0 -14px;
    max-width: 110px;
}

.edicaododiadata{
    font-size: 12px;
}

.buscaavancadalink a{
    font-size: 1.2rem;
}

.caixa h2{
    font-size: 1.5rem;
}

.boxDatas .table{
    width: 90%;
}

.edicaododiadata span{
    font-size: 17px;
}
.boxDatas .table tr td a{
 
    padding: 5px 0px 15px 0px;

}

.box table.table > tbody > tr > td{
    padding: 8px 4px;
}

.pagination > li > a,
.pagination > li > span{
    margin-left: 3px;
    margin-right: 3px;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span{
    margin-right: 10px;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span{
    margin-left: 10px;
}

.containerPaginacao{
    width: 460px;
}

.search button{

    padding: 2px 0px 8px 0px;
}

    .captcha a:link,
.captcha a:visited,
.captcha a:active,
.captcha a,
.captcha a:hover{
    font-size: 1.5rem;
}




    .nav > li > a{
        padding: 10px 20px 10px 20px;
    }
    





   


/* CUSTOMIZE PLACEHOLDER */
:-ms-input-placeholder{
    font-size: 1.6rem;
}

::-ms-input-placeholder{
    font-size: 1.6rem;
}


::placeholder{
    font-size: 1.6rem;
}

::-moz-placeholder{
    font-size: 1.6rem;
}
/* CUSTOMIZE PLACEHOLDER */

.buscamaterias{
    margin: 35px 15px 20px 0;
    
}

.buscanegocios{
    margin: 35px 15px 20px 15px;
}

.edicaododia{
    margin: 35px 0px 20px 15px;
}


.negocios .containerPaginacao{
    width: 350px;
}

.sucesso .containerPaginacao{
    width: 350px;
}

.alterarClipping .containerPaginacao{
    width: 350px;
}

.clipping .containerPaginacao{
    width: 450px;
}

.edicao-completa .containerPaginacao{
    width: 100%;
}

.memoria .containerPaginacao{
    width: 450px;
}	
	
.vejaMais .containerPaginacao{
    width: 450px;
}
    
.boxDestaque{
    height: 273px;
    margin-left: 10px;
    margin-right: 10px;
}

.sucesso h3{
    margin-top: 3rem;
}

.alterarClipping h3{
    margin-top: 3rem;
}

.clipping h3{
    margin-top: 3rem;
}

.memoria h3{
    margin-top: 3rem;
}	
	
.vejaMais h3{
    margin-top: 3rem;
}
    
.destaquesVejaMais div img{
    margin-top: 15px;
}

.boxDestaque img{
    object-fit: cover;
    object-position: 50% 50%;
    height: 273px;
    width: 100%;
}

.painelBuscaAvancada{
    width: 100%;
}


.edicaotitulo, select.numero_edicao{
    font-size: 20px;
}
.pesquisaredicao {
    width: 51%;
}

.personalizadomateriamarg {
    top: 2px !important;
}


.edicaoextraemblema{
    font-size: 12px;
}

.resultadobuscanegocios .accordion{
    margin: auto 0;
}


}

@media (min-width: 992px){
    .pesquisadiv {
        padding-right: 0;
    }



}
@media screen and (max-width: 992px){
        /*
        .edicaododiacima img{
            margin:-29px 0 0 -14px;
            max-width: 110px;
        }

        .edicaododiadata{
            font-size: 12px;
        }

        .buscaavancadalink a{
            font-size: 1.2rem;
        }

        .caixa h2{
            font-size: 1.5rem;
        }
        */

        .container-logo {
            gap: 20px;
        }
 
        .menu-cabecalho {
            width: 40px;
        }
    
       #btnMobile {
            position: absolute;
            right: 0;
            top: 0;
        }
    
        .logo-brasao {
            max-width: 180px;
            min-width: 150px;
        }
    
        .mainHeader__menu__logo {
            display: flex;
            flex-direction: row-reverse;
            align-items: flex-start;
            justify-content: flex-end;
        }
    
        .containerH1 {
            width: 100%;
            height: fit-content;
        }
        .cabecalhoFoto{
            background-image: none !important;
            height: auto;
            padding: 16px 15px 30px 15px;
            min-height: auto;
        }
        .destaques-sei h2{
            padding-top: 20px;
        }

        .buscamaterias{
            margin: 0 2% 0 0;
            width: 48%;
            
        }

        .buscanegocios{
            margin: 0 0 0 2%;
            width: 48%;
        }



        .edicaododia{
            margin: 15px 0;
        }

        .edicaododiacima img{
            display: none;
        }



        .pesquisarmobile{
            display: block;
            font-size: 15px;
        }

        .pesquisarmobile img{
            margin:3px 10px 0 0 ;
        }

        .pesquisarmobile div{
            width: 68%;
            float: right;
        }

        .pesquisardesktop{
            display: none;
        }


        .logopesquisar{
            height: 100% !important;
        }

        .cabecalhoFoto .caixa{
            min-height: 60px;
            box-shadow: 0px 3px 6px #00000029;
        }

        .computadordiariooficial{
            display: none;
        }

        .edicaododia .edicaododiadata {
            width: 100%;
            text-align: center;
            font-size: 15px;
        }

        .edicaododia .edicaododiabaixo a div{
            float: right;
            width: 65% !important;
            text-align: left;
            margin: 0px;
            font-size: 15px;
            padding-top: 3%;
            padding-bottom: 20px;
            min-height: auto;
        }
        .edicaododia .edicaododiabaixo a img{
            margin: 4px 5px 0 9px;
            width: 15%;
            min-width:45px;
        }

        .edicaododia .edicaododiabaixo{
            height: auto;
            min-height: 90px;
            padding: 10px 15px;
        }

        .modalmateriasconteudo{
            padding: 20px;
            box-shadow: 0px 3px 6px #00000029;
            border: none;
            margin: 55px 15px 15px 15px;
        }

        .modalnegociosconteudo{
            padding: 20px;
            box-shadow: 0px 3px 6px #00000029;
            border: none;
            margin: 55px 15px 15px 15px;
        }

        .modal .close{
            font-size: 45px;
            width: 30px;
        }


        .closeestilo{
            float: right !important;
        font-size: 45px !important;
        font-weight: normal !important;
        font-family: 'rawline400'!important;
        color: #000 !important;
        text-shadow: 0 1px 0 #fff !important;
        filter: alpha(opacity=20);
        opacity: 1 !important;
        margin:0 !important;
        background: none !important;
        width: 36px !important;
        height: 36px !important;
        background-color: #fff !important;
        position: absolute !important;
        border: 0 !important;
        padding: 0px 0px 13px 0px !important;
        line-height: 0 !important;
        top: -45px;
        right: 0px;
        }


        .closeestilo span{
            line-height: 0;
        }




        .modal input::-webkit-input-placeholder {
            font-size: 15px;
        }

        .boxDatas .table{
            width: 100%;

            
        }

        .painelBuscaAvancada{
            margin: 10px auto 5px auto;
            box-shadow: 0px 1px 3px #00000052;
            width: 95% ;
        }

        .painelBuscaAvancada .row .col-sm-6{
            margin-top: 0px;
            margin-bottom: 0;
        }

        .buscaAvancada a{
            margin-right: 6%;
            font-size: 14px;
        }

        .buscaAvancada{
            padding: 0.3rem 0 0.3rem 0rem;
        }

        .painelBuscaAvancada .titulo{
            margin-top: 12px;
        }

        .resultadobusca{
            margin-top: 10px;
            margin: 4px 0 20px 0 ;
        }



        h1{
            /* margin-top: 35px; */
        }


        .endereco p{
            margin-top: 20px;
            color: #ccc;
        }

        .linhaUnica{
            line-height: 1.42857143 !important;
        }


        .captcha a:link,
        .captcha a:visited,
        .captcha a:active,
        .captcha a,
        .captcha a:hover{
            font-size: 1.4rem;
        }

        .breadcrumb{
            margin-top: 4px;
        }

        .cabecalhoPMSP a{
            font-size: 1.2rem !important;    
            line-height: 3.2rem;
        }    

        .secretariaHorizontal{
            display: none;
        }

        .secretariaVertical{
            display: none;
        }




        .digitaSampa{
            float: none;
            margin-top: 10px;
            margin-left: 90px;
        }

        .logoSecretaria{
            float: none;
            margin-top: 10px;
            margin-left: 90px;
        }

        body.contraste1 .logoSecretaria{
            background-position: 50% !important;
        }

        .mainHeader{
            margin-bottom: 0;
            margin-top: 0px;
        }

        .mainHeader__menu__logo{
            display: flex;
            align-items: center;
        }


        header{
            min-height: 120px;
            border-bottom-style: solid;
            border-bottom-width: 1px;
            border-bottom-color: #0065b3;
        }

        body.contraste1 header{
            border-bottom-color: #999;
        }




        .search button span{
            display: none;
        }

        .search button i.fa{
            display: inline-block;
        }




        .prefeituraH{
            width: 13.5rem;
            height: 6rem;
            float: right;
            background-image: url("../img/prefeitura.png");
            background-repeat: no-repeat;
            background-position: 50% 1rem;
            background-size: contain;
            margin: 1.5rem 0 0rem 0;
            text-indent: -9999px;
            outline-color: transparent !important;
        }

        body.contraste1 .prefeituraH{
            background-image: url("../img/prefeitura-n.png");
            background-repeat: no-repeat !important;
            background-size: contain !important;
            background-position: right !important;
        }


            
        .cabecalhoEdicoes h1{
            font-size: 2.4rem;
            margin-bottom: 20px;
        }

        #topoPublicacoes{
            padding-left: 16px;
        }

        .nroEdicao{
            font-size: 1.5rem;
        }


        .dataPorExtenso{
            margin-left: 10px;
            min-width: 250px;
        }



        #calendarioBoletimSEI{
            font-size: 1.9rem;
        }

        #topoPublicacoes{
            font-size: 1.9rem;
            padding-top: 1px;
        }


        .btnContinuarLendo .fa{
            margin-right: 10px;
        }

        .alterarClipping .checkbox.autorizacaoRecebimento label span{
            float: right;
            line-height: 2.2rem;
            width: calc(100% - 40px);
        }

        .clipping .checkbox.autorizacaoRecebimento label span{
            float: right;
            line-height: 2.2rem;
            width: calc(100% - 40px);
        }


        .clipping p{
            margin-bottom: 0px;
        }

        .alterarClipping p{
            margin-bottom: 0px;
        }


        #btnProcurarLeitorCadastrado{
            margin-top: 10px;
            margin-left: 5px;
        }

        .alterarClipping .mensagem,
        .clipping .mensagem{
            margin-bottom: 10px;
        }

        .alterarClipping .boxAlerta label,
        .clipping .boxAlerta label{
            margin-top: 10px;
        }

        .captcha{
            margin-top: 20px;
        }

        .alterarClipping,
        .clipping{
            padding-bottom: 40px;
        }

        .publicacoes{
            column-count: 1 !important;
        }

        .logo{
            display: block;
            width: 400px;
            height: 69px;
            background-image: url("../img/logo.png");
            background-repeat: no-repeat;
            background-position: 50% 50% !important;
            background-size: contain;
            text-indent: -99999px;
            margin: 17px 30% 20px auto;
        }


        .logoSecretaria{
            margin-left: 0px !important;
        }
            
        .cabecalhoPMSP .nomePMSP{
            padding-left: 8%;
        }

        .memoria02{
            padding-top: 10px;
        }	

        .memoria03{
            padding-top: 10px;
        }		
            
        .template{
            padding-top: 10px;
        }	
            
        .home{
            padding-top: 10px;
        }

        .negocios{
            padding-top: 50px;
        }

        .sucesso{
            padding-top: 10px;
        }

        .alterarClipping{
            padding-top: 10px;
        }

        .clipping{
            padding-top: 10px;
        }

        .edicao-completa{
            padding-top: 10px;
        }

        .memoria{
            padding-top: 10px;
        }	
            
        .vejaMais{
            padding-top: 10px;
        }

        .alterarClipping h2,
        .sucesso h2,
        .clipping h2,
        .negocios h2,
        .memoria h2,
        .vejaMais h2,
        .destaques-sei h2{
            margin-bottom: 20px;
        }

        h1{
            margin-bottom: 0px;
        }

        .nomePMSP{
            text-align: center;
        }

        .menuPrincipal{
            display: none;
        }



        header{
            border-bottom-style: none;
            border-bottom-color: transparent;
            border-bottom-width: 0px;
        }
            
        .help{
            margin-right: 7px;
            float: right;
            margin-top: 11px;
        }
            
        body.contraste1 .mainHeader{
            margin-bottom: 0px;
        }
            
        .prefeituraH{
            width: 13.5rem;
            height: 6rem;
            float: right;
            background-image: url("../img/gestao-fundo-escuro.png");
            background-repeat: no-repeat;
            background-position: 50% 1rem;
            background-size: contain;
            margin: 1.5rem 0 0rem 0;
            text-indent: -9999px;
            outline-color: transparent !important;
        }
            
        body.contraste1 .prefeituraH{
            background-image: url("../img/gestao-fundo-escuro.png");
            background-repeat: no-repeat !important;
            background-size: contain !important;
            background-position: right !important;
        }
            
            
        .destaquesVejaMais div img{
            margin-top: 15px;
        }
            
        .boxDestaque{
            width: calc(50% - 14px);
            margin-left: 7px;
            margin-right: 7px;
            height: 331px;
        }


        .cabecalhoFoto .caixa{
            padding: 10px;
        }

        .edicaotitulo, select.numero_edicao{
            font-size: 16px;
            margin-left: 10px;
            margin-right: 55px;
        }

        .pesquisaredicao {
            width: 60%;
            margin-left: 0;
            margin-top: 33px;
            display: block;
        }


        .btnpesquisaredicao{
            font-size: 14px;
            padding: 0 5px;
            width: 40px;
            height: 40px;
            margin-top: 33px;
            
            
        }

        .btnpesquisaredicao span {
            display: none;
        }


        .btnpesquisaredicao i.fa {
            display: inline-block;
            font-size: 2rem;
            
        }

        .btnsumario{
            display: block;
        }



        .titulotopo{
            margin-top:-10px;
            padding: 10px 0px;
            z-index: 1;
        }

        .col-sm-12.text-right {
            text-align: left;
        } 

        .folhaedicao{
            padding: 30px 4%;
        }

        .btnedicaoextra{
            margin: 15px 12px 0px 45px;
        }

        .personalizadomateriamarg{
            margin: 15px 10px -2px 10px !important;
            top: -5px !important;
        }

        .sumarioedicao{
            display: none !important;
        }
            
        .edicaoextraemblema{
            padding: 2px 5px;
            font-size: 12px;
            width: 59px;
            height: auto;
            line-height: 19px;
            text-align: center;
            float: right;
            margin-top: 8px;
        }

        .edicaoextraemblemadiv{
            display: inline-block;
            width: 100%;
        }

        .resultadobuscanegocios .accordion{
            margin: auto 2.5%;
        }
        #btnMobile .svg-inline--fa, .svg-inline--fa.fa-circle-half-stroke {
            color: #ffffff;
        }
 
        .container-logo {
            gap: 20px;
        }
 
        .menu-cabecalho {
            width: 40px;
        }
 
        #btnMobile {
            position: absolute;
            right: 0;
            top: 0;
        }
 
        .logo-brasao {
            max-width: 180px;
            min-width: 150px;
        }
 
        .mainHeader__menu__logo {
            display: flex;
            flex-direction: row-reverse;
            align-items: flex-start;
            justify-content: flex-end;
        }
 
        .containerH1 {
            width: 100%;
            height: fit-content;
        }

    }

@media screen and (max-width: 768px){

        .resultadosFiltros{
            display: none;
        }

        .pagination .page-item{
            margin-bottom: 3px;
            display: inline-block;
        }

        .boxDatas .table tr td a{
            padding: 5px 0px 15px 0px;

        }

        .box table.table > tbody > tr > td{
            padding: 8px 4px;
        }

        main{
            min-height: 50vh;
        }d

        .containerPaginacao{

            margin-left: 0px;
        }

        .pagination{
            margin-top: 0px;
            margin-bottom: 0px;
        }

        .edicao-completa .pagination {
            margin-top: 0px;
            margin-bottom: 0;
        }

        .prefeituraV{
            display: none;
        }

        .prefeituraH{
            display: none;
        }

        .nomePMSP{
            text-align: center;
        }

        .pagination > li > a,
        .pagination > li > span{
            margin-left: 0;
            margin-right: 0;
            padding: 10px 5px;
            min-width: 35px;
            line-height: 9px;
        }

        .pagination > li:first-child > a,
        .pagination > li:first-child > span{
            margin-right: 5px;
            padding-left: 5px;
            padding-right: 10px;
        }

        .pagination > li:last-child > a,
        .pagination > li:last-child > span{
            margin-left: 5px;
            padding-left: 5px;
            padding-right: 10px;
        }


        #btnAutenticidade{
            float: none;
            display: block;
            margin: 2rem auto;
        }

        main{
            background-image: none;
        }


        #btnPesquisarAvancada{
            width: 99%;
            float: right;
            margin-top: 20px;
        }

        #tipoDocumento{
            float: right;
            width: 99%;
        }

        #calendarioDataFim{
            margin-bottom: 20px;
        }

        .painelBuscaAvancada label{
            margin-bottom: 0.2px;
            margin-top: 0.1px;
        }


        .search{
            padding-bottom: 5px;
        }


        span.glyphicon.glyphicon-chevron-down{
        
            float: right;
        }

        .box label{

            margin-top: 20px;
        }

        .box .table{
            width: 100%;
            float: none;
        }

        /* CUSTOMIZE PLACEHOLDER */
        :-ms-input-placeholder{
            font-size: 1.3rem;
        }


        ::-ms-input-placeholder{
            font-size: 1.3rem;
        }

        ::placeholder{
            font-size: 1.3rem;
        }

        ::-moz-placeholder{
            font-size: 1.3rem;
        }
        /* CUSTOMIZE PLACEHOLDER */



        .btnScrollUp.pull-right{
            float: left !important;
        }


        .digitaSampa{
            margin-top: 10px;
            margin-left: 0px;

        }


        .digitaSampa{
            width: 100%;

        }


            .captcha label{
            font-size: 1.3rem;
            
            margin-bottom: 0px;
        }

        .captcha input[type='submit'],
        .captcha input[type='button']{
            margin-left: 0px;
            margin-top: 10px;
        }



        .captcha .row i.fa{
            margin-left: 0px;
        }

        .btnsCaptcha{
            margin-top: 10px;
        }

        .captcha input[type='submit']{
            width: 100%;
        }

        .captcha input[type='submit']{
            margin-left: 0px;
            margin-top: 10px;
        }

        .breadcrumb{
            font-size: 1.3rem;
        }

        .logoSecretaria{
            background-image: url("../img/logoSecretariaV.png");
            background-repeat: no-repeat;
            background-size: contain;
            /* background-position: 50% !important; */
            text-indent: -9999px;
            margin-left: 0px !important;
            margin-right: 0px;
            display: inline-block;
            /* min-height: 100px; */
            height: auto;
            overflow: hidden;
            margin-top: 30px;
            width: 100%;
        }

        body.contraste1  .logoSecretaria{
            background-image: url("../img/logoSecretariaV.png") !important;
            background-repeat: no-repeat !important;
        }

        h2{
            font-size: 2.1rem;
            margin-bottom: 10px;
        }

        form label{
            font-size: 1.4rem;
        }

        .mainHeader{
            margin-bottom: 2px;
            margin-top: 0px;
        }

        header{
            height: 144px;
        }

        .captcha img{
            margin-bottom: 10px;

        }

        .captcha label{
            padding-bottom: 4px;
        }

        .captcha input[type='text']{
            margin-bottom: 5px;
        }

        .captcha input[type='email']{
            margin-bottom: 5px;
        }

        .captcha input[type='submit'],
        .captcha input[type='button']{
            width: 100%;
            margin-top: 5px;
        }  

        h1{
            font-size: 2.2rem;
            margin-top: 18px;
        }
            
        .cabecalhoEdicoes h1{
            margin-top: 0px;
            font-size: 2.2rem;
            margin-bottom: 15px;
        }

        #topoPublicacoes{
            padding-left: 5px;
        }

        .nroEdicao{
            text-align: center;
            font-size: 1.3rem;
        }

        #calendarioBoletimSEI{
            margin-left: 4px;
        }


        #calendarioBoletimSEI{
            font-size: 1.5rem;
        }

        .dataPorExtenso{
            margin-left: 4px;
            min-width: 203px;
        }

        #topoPublicacoes{
            font-size: 1.5rem;
        }

        .cabecalhoPublicacoes div{
            padding-top: 1px;
        }

        .nroEdicao{
            padding-top: 0px;
            font-size: 1.5rem;
        }


        .alterarClipping .checkbox.autorizacaoRecebimento label span{
            float: right;
            line-height: 2.2rem;
            width: calc(100% - 20px);
        }

        .clipping .checkbox.autorizacaoRecebimento label span{
            float: right;
            line-height: 2.2rem;
            width: calc(100% - 20px);
        }

        a.scroll.btn.btnScrollUp{
            float: right;
        }

        .alterarClipping .captcha a{
            margin-bottom: 0px;
        }

        .clipping .captcha a{
            margin-bottom: 0px;
        }

        .alterarClipping .captcha a img{
            margin-right: 5px;
        }

        .clipping .captcha a img{
            margin-right: 5px;
        }

        .alterarClipping .checkbox label{
            padding: 0px 0px 0px 15px;
            vertical-align: top;
        }

        .clipping .checkbox label{
            padding: 0px 0px 0px 15px;
            vertical-align: top;
        }

        .checkbox input[type="checkbox"]{
            margin-left: -15px;
        }

        .painelAssuntos .checkbox input[type="checkbox"]{
            margin-left: -15px;
        }


        #btnCadastrar{
            margin-top: 20px;
        }

        .sucesso p{
            padding-left: 5px;
        }

        .alterarClipping p{
            padding-left: 5px;
        }

        .clipping p{
            padding-left: 5px;
        }

        .logo{
            display: block;
            width: 350px;
            height: 61px;
            background-image: url("../img/logo.png");
            background-repeat: no-repeat;
            background-position: 50% 50% !important;
            background-size: contain;
            text-indent: -99999px;
            margin-top: 21px;
            margin-right: 22%;
        }
            
        .documentos{
            margin-left: 10px;
        }
            
        .item{
            margin-left: 0px;
        }

        .logoSecretaria{
            margin-top: 0px;
            width: 30%;
            margin-bottom: 10px;
        }

        .expediente{
            text-align: Left;
            font-size: 14px;
            padding: 0px 8px  !important;
        }

        .expediente p{
            text-align: Left;
            margin-bottom: 10px;
        }

        .expediente p strong{
            margin-top: 10px;
        }

        .creditos{
            text-align: celeftnter;
            font-size: 14px;
            padding: 0 30px  !important;
        }

        .logoprefeitura{
            text-align: center;
            
        }

        .logoprefeitura p{
            margin-top: 10px;
            margin-bottom: 15px;
            text-align: center;
        }

        .logoprefeitura a, .logoprefeitura a:link {    
            display: block;
            background-repeat: no-repeat;
            background-position: 50% 1rem;
            background-size: contain;
            margin: -1rem 0 0rem 0;
            text-indent: -9999px;
            width: 160px;
            height: 70px;
            float: none !important;
            margin-left: 33%;
            margin-bottom: 20px;
        }

        .creditos p{
            margin-top: 10px;
            margin-bottom: 20px;
        }

        #btnFiltrar{
            margin-top: 2.5rem;
        }

        .box label{
            margin-top: 10px;
        }

        .mainHeader{
            margin-bottom: 0px;
        }

        header{
            height: 144px;
        }

        .btnScrollUp.pull-right{
            float: right !important;
        }

        .negocios .containerPaginacao{
            margin: 0px auto;
        }

        .sucesso .containerPaginacao{
            margin: 0px auto;
        }

        .alterarClipping .containerPaginacao{
            margin: 0px auto;
        }

        .clipping .containerPaginacao{
            margin: 0px auto;
        }

        .edicao-completa .containerPaginacao{
            margin: 5px auto 0 auto;
        }

        .memoria .containerPaginacao{
            margin: 0px auto;
        }	
            
        .vejaMais .containerPaginacao{
            margin: 0px auto;
        }

        .boxDestaque{
            width: 100%;
            margin-left: 0px;
            margin-right: 0px;
            height: 394px;
        }
            
        .legenda h3{
            font-size: 1.9rem !important;
            margin-bottom: 10px;
        }
            
        .legenda h4{
            font-size: 2rem !important;
            margin-bottom: 2rem;
        }
            
        .boxDestaque img{
            width: 100%; 
            object-fit: cover;
            object-position: 50% 50%;
            height: 394px;

        }

        .search input[type='text'] {
            margin-left: 8%;
        }
        .buscaAvancada{
            width: 35%;
            
        }

        .labelresultadosdesktop{
            display: none;
        }

        .labelresultadosmobile{
            display: block;
            float: left;
            padding-top: 10px;
        }

        .btnfiltromobile{
            display: block;
            margin-right: 15px;
            float: left;
            box-shadow: 0px 3px 6px #00000029;
        }
        .btnmostrarsumario{
            border: 1px solid #0576AE;
            border-radius: 4px;
            background: url(../img/icone_Arvore.svg) no-repeat, #fff;
            background-position: 54% center;
            width: 40px;
            height: 40px;
            float: right;
        }

        .btnmostrarsumariolist{
            border: 1px solid #0576AE;
            border-radius: 4px;
            background: url(../img/icone_lista.svg) no-repeat, #fff;
            background-position: 54% center;
            width: 40px;
            height: 40px;
            float: right;
        }

        .btnmostrarsumario span{
            display: none;
        }

        .btnmostrarsumariolist span{
            display: none;
        }

        .personalizadomateria{
            display: block;
            float: left;
            width: 110px !important;
            margin-right: 75px !important;
        }

        .personalizadomateriamargin{
            margin-right: 10px !important;
        }

        .nroResultados{
            padding: 20px 0;
        }

        .resultadobuscanumeros{
            margin: 20px 0 15px 0;
        }

        .closeestilofiltro{
            float: right !important;
            font-size: 45px !important;
            font-weight: normal !important;
            font-family: 'rawline400'!important;
            color: #000 !important;
            text-shadow: 0 1px 0 #fff !important;
            filter: alpha(opacity=20);
            opacity: 1 !important;
            margin:0 !important;
            background: none !important;
            width: 36px !important;
            height: 36px !important;
            background-color: none !important;
            position: absolute !important;
            border: 0 !important;
            padding: 0px 0px 13px 0px !important;
            line-height: 0 !important;
            top: 0px;
            right: 0px;
            display: block;
            z-index: 10000;
        }


        .closeestilofiltro span{
            line-height: 0;
        }

        .textonegocios{
            margin-left: 8%;
        }

        .cabecalhoPMSP .row{
            display: none;
        }

        .cpm-direitos{
            display: none;
        }

        .footer__conteiner{
            display: flex;
            justify-content: space-evenly;
            align-items: center;
            flex-direction: column;
            gap: 10px;
        }


        .footer__conteiner .expediente p{
            color: #ccc;
            font-size: .9rem;
            text-align: center;
        }

        .footer .responsaveis__diario__oficial {
            border-bottom: 1px solid white;
            border-right: 0;
            padding-bottom: 25px !important;
            width: 90%;

        }

        .footer .representantes__poderes {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            gap: 20px;
            padding: 25px 0 !important;
        }
        .footer .representantes__poderes a{
            width: 100%;
            text-align: center;
        }

        .footer__conteiner .expediente img{
            width: 30%;
        }

        .footer__conteiner .canais__atendimento {
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 20px;
            border-top: 1px solid white;
            border-left: 0;
            padding-top: 25px !important;
            width: 90%;

        }
        .container-logo {
            height: fit-content;
        }
    
        .cabecalhoPMSP{
            display: none;
        }
        .mainHeader__menu__logo {
            margin: 0!important;
        }
        .logo-brasao {
           width: 144px!important;
        }

        #btnMobile .svg-inline--fa, .svg-inline--fa.fa-circle-half-stroke {
            color: #000000!important;
        }

}


/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px){
    
    .filtroSecao button{
        margin-left: 5px;
        margin-right: 5px;
    }

    .filtroSecao div.text-center{
            text-align: left;
    }

    .boxDatas .table tr td a{
        padding: 5px 0px 15px 0px;
    }

    .box table.table > tbody > tr > td{
        padding: 8px 0px;
    }

    h1{
        margin-top: 10px;
    }

    .btnsCaptcha .row{
        margin-bottom: 4px;
        
    }

    .captcha label{
        font-size: 1.25rem;
    }

    .captcha a:link,
    .captcha a:visited,
    .captcha a:active,
    .captcha a,
    .captcha a:hover{
        font-size: 1.2rem;
        
    }




    .captcha a:link,
    .captcha a:visited,
    .captcha a:active,
    .captcha a,
    .captcha a:hover{
        vertical-align: middle;
    }

    .captcha .row i.fa{
        margin-bottom: 0px;
        margin-left: 0px;
        font-size: 1.65rem;
        line-height: 24px;
        vertical-align: middle;
    }

    .captcha input[type='submit'],
    .captcha input[type='button']{
        height: 40px;
    }



    .captcha{
        font-size: 0.85rem;
    }

    header{
        height: 144px;
    }

    footer .cpm-direitos p{
        text-align: center;
        padding: 0 0 20px 0;
    }

    .memoria02{
        margin-top: 0px !important;
        transition: 0.4s;
    }	

    .memoria03{
        margin-top: 0px !important;
        transition: 0.4s;
    }		
        
    .template{
        margin-top: 0px !important;
        transition: 0.4s;
    }	
        
    .home{
        margin-top: 0px !important;
        transition: 0.4s;
    }

    .mainHeader{
        margin-bottom: 0px;
        margin-top: 15px;
    }

    .container-logo {
        gap: 5px;
        height: 120px;
    }

    .logo-brasao {
        min-width: 80px;
        width: 90px!important;
    }

    .container-logo {
        gap: 15px;
    }

    .container{
        padding-left: 15px;
        padding-right: 5px;
    }

    

    .row{
        margin-right: -5px;
        margin-left: -5px;
    }

    .col-xs-1,
    .col-sm-1,
    .col-md-1,
    .col-lg-1,
    .col-xs-2,
    .col-sm-2,
    .col-md-2,
    .col-lg-2,
    .col-xs-3,
    .col-sm-3,
    .col-md-3,
    .col-lg-3,
    .col-xs-4,
    .col-sm-4,
    .col-md-4,
    .col-lg-4,
    .col-xs-5,
    .col-sm-5,
    .col-md-5,
    .col-lg-5,
    .col-xs-6,
    .col-sm-6,
    .col-md-6,
    .col-lg-6,
    .col-xs-7,
    .col-sm-7,
    .col-md-7,
    .col-lg-7,
    .col-xs-8,
    .col-sm-8,
    .col-md-8,
    .col-lg-8,
    .col-xs-9,
    .col-sm-9,
    .col-md-9,
    .col-lg-9,
    .col-xs-10,
    .col-sm-10,
    .col-md-10,
    .col-lg-10,
    .col-xs-11,
    .col-sm-11,
    .col-md-11,
    .col-lg-11,
    .col-xs-12,
    .col-sm-12,
    .col-md-12,
    .col-lg-12{
        padding-right: 5px;
        padding-left: 5px;
    }


    /* CUSTOMIZE PLACEHOLDER */
    :-ms-input-placeholder{
        font-size: 1.2rem;
    }
    
    ::-ms-input-placeholder{
        font-size: 1.2rem;
    }
    
    ::placeholder{
        font-size: 1.2rem;
    }
    
    ::-moz-placeholder{
        font-size: 1.2rem;
    }
    /* CUSTOMIZE PLACEHOLDER */
    
    


    .containerPaginacao{
        width: initial !important;
        width: unset !important;
    }


    #topoPublicacoes{
        padding-left: 0px;
    }

    .nroEdicao{
        text-align: center;
        font-size: 1.3rem;
    }

    #calendarioBoletimSEI{
        margin-left: 2px;
    }

    #btnAlterarAssinatura{
        font-size: 1.4rem;
        margin: 5px auto;
        display: block;
        font-weight: normal;
        background: linear-gradient(180deg, rgba(0,145,217,1) 35%, rgba(5,118,174,1) 100%);
        padding: 0px 35px;
        border-radius: 4px;
    }


    h2{
        font-size: 1.85rem;
    }

    .legenda h3{
        font-size: 1.75rem !important;
    }

    .legenda h4{
        font-size: 1.8rem !important;
    }

    .publicacao h1{
        font-size: 1.8rem;
    }

    .publicacao h2{
        font-size: 1.7rem;
    }

    .publicacao h3{
        font-size: 1.6rem;
    }

    .publicacao h4{
        font-size: 1.5rem;
    }

    .publicacao h5{
        font-size: 1.5rem;
    }

    button{
        padding: 0rem 1rem 0.4rem 1rem;
    }

    a.scroll.btn.btnScrollUp{
        float: left;
    }

    .captcha{
        font-size: 1.5rem;
    }

    .alterarClipping .captcha .mensagem{
        margin-top: 0px;
        margin-left: 3px;
    }

    .clipping .captcha .mensagem{
        margin-top: 0px;
        margin-left: 3px;
    }

    .logo{
        display: block;
        width: 250px;
        height: 43px;
        background-image: url("../img/logo.png");
        background-repeat: no-repeat;
        background-position: 50% 50% !important;
        background-size: contain;
        text-indent: -99999px;
        margin-top: 23px;
        margin-right: 22%;
    }

    .search input[type='text'] {
        margin-left: 8%;
    }
    .buscaAvancada{
        width: 35%;
    }

    .btnScrollUp.pull-right{
        float: left !important;
        margin-left: 16px;
    }

    .negocios .containerPaginacao{
        width: 100% !important;
        margin-left: 0px;
    }

    .sucesso .containerPaginacao{
        width: 100% !important;
        margin-left: 0px;
    }

    .alterarClipping .containerPaginacao{
        width: 100% !important;
        margin-left: 0px;
    }

    .clipping .containerPaginacao{
        width: 100% !important;
        margin-left: 0px;
    }

    .edicao-completa .containerPaginacao{
        width: 100% !important;
        margin-left: 0px;
    }

    .memoria .containerPaginacao{
        width: 100% !important;
        margin-left: 0px;
    }	
        
    .vejaMais .containerPaginacao{
        width: 100% !important;
        margin-left: 0px;
    }

    .negocios{
        margin-top: 0px !important;
        transition: 0.4s;
    }

    .sucesso{
        margin-top: 0px !important;
        transition: 0.4s;
    }

    .alterarClipping{
        margin-top: 0px !important;
        transition: 0.4s;
    }

    .clipping{
        margin-top: 0px !important;
        transition: 0.4s;
    }

    .edicao-completa{
        margin-top: 0px !important;
        transition: 0.4s;
    }

    .memoria{
        margin-top: 0px !important;
        transition: 0.4s;
    }
        
    .vejaMais{
        margin-top: 0px !important;
        transition: 0.4s;
    }

    .destaques-sei button{
        margin-left: 5px;
        margin-right: 5px;
    }



    .boxDestaque{
        width: 96%;
        margin-left: 2%;
    }

    .cabecalhoFoto .caixa{
        padding: 8px;
    }

    .textonegocios{
        margin-left: 8%;
    }

    .pesquisaredicao {
        display: none;
    }

    .btnpesquisaredicao {
        width: 40px;
        height: 40px;
        color: #0576AE;
        background: none;
        background-color: #fff;
        border-radius: 4px;
        
    }

    .pagination > li > a{
        display: none;
    }

    .edicaotitulo, select.numero_edicao{
        margin-right: 0;
    }

    .folhaedicao h1{
        margin-left: 0;
    }

    .edicaododiadata > .calendarioSelecionaMesAno{
        height: 25px;
        width: 40%;
    }
}


/* Custom, iPhone Retina */
@media screen and (max-width: 320px){
    
    
    .filtroSecao button{
        margin-left: 3px;
        margin-right: 3px;
    }

    /* CUSTOMIZE PLACEHOLDER */
    :-ms-input-placeholder{
        font-size: 1rem;
    }

    ::-ms-input-placeholder{
        font-size: 1rem;
    }

    ::placeholder{
        font-size: 1rem;
    }

    ::-moz-placeholder{
        font-size: 1rem;
    }
    /* CUSTOMIZE PLACEHOLDER */


    footer .cpm-direitos p{
        text-align: center;
        padding: 0 0 10px 0;
    }

    header{
        min-height: 120px;
    }


    .container{
        padding-left: 15px;
        padding-right: 15px;
    }


    .container{
        padding-left: 15px;
        padding-right: 15px;
    }
    
    .destaques-sei button{
        margin-left: 3px;
        margin-right: 3px;
    }

}


@media only screen and (min-width: 1675px){
    
    main{
        background-position: 100% -2%;
    }
    
    .tituloFiltroSecao h3 span{
        background-color: #fff;
        padding: 0px 3px;
        border-radius: 25%;
        -moz-border-radius: 25%;
        -webkit-border-radius: 25%;
        color: #000;
        font-size: 1.6rem;
        font-weight: bold;

    }
    
}



@media screen and (max-width: 865px) {
    .logo-barra {
        height: 40%;
        padding: 5px 10px;
    }
}


@media print{

}

.infraAreaDebug{
    background-color: #fff;
}

 .expediente__orgao{
    display:flex; 
    flex-direction:column;
    background-color:#aaa; 
    width:80%; 
    margin-bottom:24.4px; 
    padding: 1em; 
}

.custom-radio-button input[type="radio"] {
  opacity: 0;
  position: fixed;
  width: 0;
}

.checkmark {
  position: relative;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 50%;
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}

.custom-radio-button:hover input ~ .checkmark {
  background-color: #ccc;
}

.custom-radio-button input:checked ~ .checkmark {
  background-color: #000;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.custom-radio-button input:checked ~ .checkmark:after {
  display: block;
}

.custom-radio-button .checkmark:after {
  top: 9px;
  left: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
}

  /* estilo.css */

#numeroEdicao{
    appearance: none;
    border: 1px solid #ccc;
    margin-right: 10px;
    background: transparent;
    cursor: pointer;
    padding: 3px;
    font-size: 1.5rem;
    color: #0576ae;
    width: 100%;
    border-radius: 4px;
}

#numeroEdicao:focus {
    outline: none;
}
.info__edicao{
    display: flex; 
    flex-direction:column; 
    align-items: start;
    gap: 10px;
}
h2.edicao__dia{
    font-size: 1.7rem;
}

.caixa input[type=text].calendarioSelecionaMesAno {
    height: 35px;
    width: 100%;
    margin: 0;
}
