/* latin Roboto */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 300;
  src: url(../fonts/Roboto-Light.ttf);
}
/*rodape*/
header{
	background: #1b473c;
}
header img{
	margin:0em auto;
	padding: 1em;
}
#mypopup {
	cursor: url("../img/close.png"), progress;
}
#mypopup .modal-dialog {
	margin: 8% auto;
}
#modal-time {
	color:#fff;
	font-weight: bold;
}
.urgentes .col-sm-4{
	padding: 3em 15px 0;
}
.urgentes img{
	width: 100%;
}
.sites, .ctic{
	padding: 3em 15px 1em;
}
.ctic .col-sm-3{
	margin: 1em auto;
}
.portal-titulos {
	color:#8c8c8c;
	font-family: 'Roboto';
	font-size: 2.15em;
	padding: 0 15px;
	background: #fff;
	display: inline-flex;
}
hr{
	margin-top: -25px;
	margin-right: 15px;
}
footer{
	background: #2d2d2d;
	padding: 15px 0px;
	color: #fff;
	margin-top: 100px;	
}
.copy p{
	padding: 0px;
	font-size: 12px;
	margin-bottom: 0;
}
footer img{
	width: 50%;
}