* {
	margin: 0px;
	padding: 0px;
}

/*CSS TOPO, LOGO*/

}

.topo{
	margin: auto;

	margin-left: auto;
	margin-right: auto;	
}

.coluna_logo{
	width: 960px;
	height: 200px;
	background: url("../img/ipmss_logo.png")center center no-repeat;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	text-decoration: none;		
}

.conteudo-acessibilidade{
	float: right;
	height: 30px;
}

.menu_acessibilidade{

	color: rgb(0,5,185);
	font-weight: bold;

	width: 960px;
	height: 20px;

	margin-bottom: 15px;
	padding-bottom: 2px;
}

.btnacessibilidade{
	color: rgb(0,5,185);

	padding: 2px;
	background-color: transparent;
	font-weight: bold;

	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;		

	box-shadow: 0px 3px 5px 3px;
	-webkit-box-shadow: 0px 3px 5px 3px;	
	-moz-box-shadow: 0px 3px 5px 3px;
	-o-box-shadow: 0px 3px 5px 3px;

	text-decoration: none;
}

/*CSS MENU PRINCIPAL*/

nav ul ul {
    display: none;
}

nav ul li:hover > ul {
    display: block;
}

nav {
    margin: 0 auto;
    text-align: center;
}

nav ul {

	list-style: none;
	position: relative;
	display: inline-table;
}

nav ul li {
	float: left;

	background-color: rgb(0,5,185);

	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;		

	box-shadow: 0px 3px 3px 3px;	
	-webkit-box-shadow: 0px 3px 3px 3px;	
	-moz-box-shadow: 0px 3px 3px 3px;	
	-o-box-shadow: 0px 3px 3px 3px;			
	}

nav ul li a {
	display: block; 
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 8px;
	padding-left: 8px;
	color: rgb(255,255,255);
	text-decoration: none;
	text-align: center;
}

nav ul ul {
	border-radius: 0px; 
	position: absolute; 
	}
nav ul ul li {
	float: none; 
	border-top: 1px solid;
	border-bottom: 1px solid; 
	position: relative;
}
nav ul ul li a {
	color: #fff;
}	
nav ul ul li a:hover {
	background-color: rgb(0,5,185);
}

nav ul ul ul {
position: absolute; 
left: 100%; 
top:0;
}

nav li{
min-width: 150px;
}

.boxgeral{
	margin-top: 15px;
	overflow: auto;
	margin-left: auto;
	margin-right: auto;	
}

.boxesquerda{
	padding: 5px;
	width:22%;
	float: left;
	margin-left: auto;
	margin-right: auto;		
}

.boxdireita{

width:75%;
float: right;
}

.menu-login p{	
	margin-bottom: 10px;
	margin-left: 2px;
}

.menu-login > p{	
	margin-left: 5px;
}

.menulateral{
	padding: 5px;

	list-style: none;

	margin-top: 10px;

	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;		

	box-shadow: 0px 3px 3px 3px;	
	-webkit-box-shadow: 0px 3px 3px 3px;	
	-moz-box-shadow: 0px 3px 3px 3px;	
	-o-box-shadow: 0px 3px 3px 3px;	
}


.menulateral{
	color: rgb(0,5,185);
}

.menulateral a{
	color: rgb(0,5,185);
}

.menulateral > h2{
	margin-bottom: 20px;
}
.boxesquerda > ul{
	margin-bottom: 50px;
}

.boxleft>li{
	list-style: none;
	margin-top: 10px;
}

.rodape{
	margin-top: 30px;
	width: 960px;
	height: 100px;

	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	background-color: rgb(0,5,185);	
	color: rgb(255,255,255);
	font-weight: bold;

	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;	

	margin-bottom: 15px;
}

/*Artigos e Publicações*/

.artigos{
	width: 720px;
	float: left;
}

.coluna1{
	width: 30%;
	height: 200PX;
	margin-top: 10px;
	margin-right: 10px;
	float: left;


}

.coluna21{
	width: 30%;
	height: 200PX;
	margin-left: 20px;
	margin-top: 10px;
	margin-right: 10px;
	float: left;
}

.coluna22{
	width: 30%;
	height: 200PX;
	margin-left: 10px;
	margin-top: 10px;
	margin-right: 10px;
	float: right;
}
.coluna1mapa{
	
	margin-top: 10px;
	margin-right: 10px;
	float: left;
}

.postagemmapa{
	width: 100%;
	height: 100%;
	margin-bottom: 10px;
}

.postagemmapa ul>li{
	margin-left: 40px; 	
	list-style: circle;
	margin-bottom: 5px;
}
.artigos img{
	color: rgb(0,5,185);
	width: 200px;
	height: 115PX;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;		

	box-shadow: 0px 3px 3px 3px;	
	-webkit-box-shadow: 0px 3px 3px 3px;	
	-moz-box-shadow: 0px 3px 3px 3px;	
	-o-box-shadow: 0px 3px 3px 3px;		
}
.artigos div{
	margin-bottom: 5px;
}

.artigos h3{
	margin-bottom: 10px;
	color: rgb(0,5,185);
}

.artigos div h4{
	margin-bottom: 10px;
	color: rgb(0,5,185);
}

.artigos a{
	text-decoration: none;
}

.artigos a:visited{
	color: rgb(0,5,185);
}

.botao{
	color: rgb(0,5,185);

	
	background-color: transparent;
	font-weight: bold;

	margin-top: 15px;

	width: 95%;

	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;		

	box-shadow: 0px 3px 3px 3px;	
	-webkit-box-shadow: 0px 3px 3px 3px;	
	-moz-box-shadow: 0px 3px 3px 3px;	
	-o-box-shadow: 0px 3px 3px 3px;		
}

.botaonum{
	color: rgb(0,5,185);

	width: 40px;
	height: 40px;	
	background-color: transparent;
	font-weight: bold;

	margin-top: 45px;

	padding-left: 20px;
	padding-right: 10px;	
	padding-top: 20px;

	border-radius: 40px;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	-o-border-radius: 40px;

	box-shadow: 0px 3px 3px 3px;	
	-webkit-box-shadow: 0px 3px 3px 3px;	
	-moz-box-shadow: 0px 3px 3px 3px;	
	-o-box-shadow: 0px 3px 3px 3px;	

}

.botaologin{
	color: rgb(0,5,185);

	
	background-color: transparent;
	font-weight: bold;

	margin-top: 15px;
	margin-left: 5px;

	width: 95%;

	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;		

	box-shadow: 0px 3px 3px 3px;	
	-webkit-box-shadow: 0px 3px 3px 3px;	
	-moz-box-shadow: 0px 3px 3px 3px;	
	-o-box-shadow: 0px 3px 3px 3px;		
}

.botaonum{
	color: rgb(0,5,185);
	background-color: white;

	width: 40px;
	height: 40px;	
	background-color: transparent;
	font-weight: bold;

	margin-top: 45px;

	padding-left: 20px;
	padding-right: 10px;	
	padding-top: 20px;

	border-radius: 40px;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	-o-border-radius: 40px;

	box-shadow: 0px 3px 3px 3px;	
	-webkit-box-shadow: 0px 3px 3px 3px;	
	-moz-box-shadow: 0px 3px 3px 3px;	
	-o-box-shadow: 0px 3px 3px 3px;	

}


.botaooval{
	color:  rgb(0,5,185);
	background-color: white;

	float: left;

	width: 130px;
	height: 50px;
	padding-top: auto;
	padding-bottom: auto;


	margin-bottom: 10px;
	margin-right: 10px;

	position: relative;
	text-align: center;

	box-shadow: 0px 3px 3px 3px;	
	-webkit-box-shadow: 0px 3px 3px 3px;	
	-moz-box-shadow: 0px 3px 3px 3px;	
	-o-box-shadow: 0px 3px 3px 3px;		

	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-o-border-radius: 20px;	
}


.boxdireita h2, h3{
	color:  rgb(0,5,185);
	margin-left: 20px;
	margin-bottom: 10px;
}
.postagem{
	width: 100%;
	height: 100%;
	margin-bottom: 10px;
	text-align: justify;	
}

.postagem img{
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
}

.postagem ul>li{
	margin-left: 40px; 	
	list-style: circle;
	margin-bottom: 5px;
}

.textopost{
	color: gray;	
	margin-left: 20px;
	margin-top: 30px;
	text-decoration: none;
}

.textopost a{	
    color: rgb(0,5,185);
}

.textopost  p{
	margin-top: 10px;
	margin-bottom: 10px;
}

.textopost a:visited{
	color:  rgb(0,5,185);
}

.tabelameses{
	border:solid 1px #000; 
	padding:5px;
}


.textopost table{
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
}

.textopost table td{
	width: 180px;
	padding: 15px;
}

.imagempost{
    display: block;
    margin-left: auto;
    margin-right: auto }
}

.fild{
	background-color: gray;
}
.acessibilidade{
	margin: auto;
	width: 960px;
	height: 20px;	
	margin-left: auto;
	margin-right: auto;	
}

.gerarcpf{
	margin-top: 10px;
	width: 60%;
	color: gray;	
	margin-left: 20px;
	margin-top: 30px;
	text-decoration: none;
}

.gerarcpf h4{
	padding: 10px;
}

.btn-gerar{

	width: 200px;

	margin-left: 50px;
	margin-bottom: 5px;
	background-color: white;
	color:  rgb(0,5,185);
	padding: 2px;

	box-shadow: 0px 1px 1px 1px;	
	-webkit-box-shadow: 0px 1px 1px 1px;	
	-moz-box-shadow: 0px 1px 1px 1px;	
	-o-box-shadow: 0px 1px 1px 1px;	

	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;	
}
.cookies-msg{
	width: 80%;
	background-color: #fff;
	position: fixed;
	bottom: 5%;
	left: 50%;
	transform: translate(-50%);
	border-width: 2px;
	border-style: solid;
	border-color: black;
	border-radius: 15px;
	display: none;
}
.cookies-msg.mostrar{
	display: block;
}

.cookies-msg .cookies-txt{
	display: flex;
	align-items: center;
	text-align: justify;
	padding: 20px;
}
.cookies-msg .cookies-btn{
	margin-left: 30px;
}
.cookies-msg .cookies-btn button{
	background-color: black;
	color: white;
	font-weight: 700;
	font-size: 18px;
	padding: 10px 40px;
	cursor: pointer;
	transition: .2s;
}
.cookies-msg .cookies-btn button:hover{
	transform: scale(0.9);
}