body {	
	//font-family: Tahoma,Verdana,Segoe,sans-serif;	
	//font-family: "Terminal Dosis",Arial,sans-serif;
}

.acessibilidade {
	border-bottom: 1px solid #ccc;
    margin-bottom: 1px;
    padding: 5px 0;
}

.acessibilidade ul {	
    margin: 0;
    padding: 0;
}

.acessibilidade ul li, #br li {
	display:inline-block;
	list-style-type: none;
	font-size: 12px;
	padding-left: 10px;
}

.acessibilidade a{ 
	opacity: 0.80;
    -moz-opacity: 0.80;
    filter: alpha(opacity=80);
    -webkit-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    -ms-transition: all 200ms ease-in;
    -webkit-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    -ms-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
	text-decoration:none;
	font-weight: normal;    
}

.acessibilidade a:hover { opacity: 1; }

#topo { padding-bottom: 5px; }

#topo h1, #topo h5 {	margin: 0px !important; }

#topo h1, #topo h5:first-child {	margin-bottom: 5px !important; }

.img-logo {
    //float: left;
    margin-right: 10px;
    max-height: 90px;
    width: auto;
}

#form-busca {
	margin: 20px 0px 15px;
	float: right;
}

#br { float: right; }

.texto-topo a{
	color: #fcfcfc;	
	text-decoration:none;
}

.texto-topo h1 {
    font-size: 2em;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
    line-height: 36px;
}

#br li {
    padding-left: 8px;
    padding-right: 8px;
	border-right: 1px solid #808080;
}

#br li:last-child {
    border-right: 0;
    padding-right: 0;
}

.navbar {
    border-radius: 0;   
	margin: 0;
}

.texto-topo .row:last-child {	
	height: 120px;
}

.texto-topo .col-sm-4 {	
	margin: 10px auto;
}

#conteudo {
	min-height: 400px;
}

#conteudo #carregando {
	left: 50%;
    margin-left: -20px;
    margin-top: -80px;
    position: fixed;
    top: 50%;
    width: 80px;
    z-index: 99999;
}

#mn-vertical div.col-sm-12 {
	padding: 0;
}

#mn-vertical {
	margin-top: 15px;
}

#mn-vertical a {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

#mn-vertical .panel-group .panel {
    border-radius: 0;
	border-top-right-radius: 32px;
}

#mn-vertical .list-group a {
	display: block;
	text-decoration: none;
}

#mn-vertical .list-group { 
	margin-bottom: 0px !important;
}

.dropdown-menu  { min-width: 250px !important; }

.rd-social {
	position: fixed; 
	top: 38%; 
	left: 0;
	z-index: 99;
}

.rd-social .btn, .btn-sm {
	border-radius: 0 !important;
}

.btn-social-icon {
	display: block;	
}

.rd-social > a {
	cursor: pointer;
}

.volta-topo {
	position: fixed; 
	bottom: 20%; 
	right: 20px;
	display: none;
	z-index: 99;
}

/* ESTILO PARA MENSAGEM DE MANUTENÇÃO */
#fundo{width:100%; height:100%; position:fixed; background: rgba(0,0,0,0.6); top:0; left:0;z-index:999;}
#fundo .msg{box-sizing:border-box; background-color:#FCF8E3; width:600px; height:180px; padding:0 20px; top:50%; left:50%; position:relative; margin-top:-100px; margin-left:-300px; border: 2px solid #C09853; border-radius:25px; -webkit-border-radius:25px; -moz-border-radius:25px; font-family: Trebuchet MS, Tahoma, sans-serif; color:#C09853;}
.msg h1{border-bottom: 1px dotted;  width: 530px; padding:5px 5px 0 10px; margin-left:5px;}
.msg h3{margin:15px 0 0 0; float:left; font-size: 18px; }
.msg img{float: left; padding:10px;}	
.msg p{float: left; margin: 8px 0 0 4px;}

.ca-menu { margin-left:0; width:100% !important; }
.ca-menu li { width:100% !important; box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.2) !important; margin-bottom:20px; }
.ca-icon { font-size:40px !important; line-height:80px !important; }
.ca-content { top:20% !important; }
.ca-content h2:nth-child(2) { font-size:20px; margin-top:0 !important; margin-bottom:20px !important; }
.ca-sub { line-height:1.8 !important; font-size:10px !important; margin:0 !important; padding:0 15px !important; text-align:left !important; }
.ca-icon-2 {
    color: #c5e4f4 !important;
    font-size: 4em !important;
    height: 50%;
    left: 0;
    line-height: 80px !important;
    position: absolute;
    text-align: center !important;
    text-shadow: 1px 0 1px rgba(255,255,255,0.7);
    top: 0;
    transition: all 200ms linear 0s;
    width: 100% !important;
}
.ca-menu li:hover .ca-icon-2{
    text-shadow: 0px 0px 20px #ddd;
    color: #555 !important;
    -webkit-animation: moveFromTop 400ms ease;
    -moz-animation: moveFromTop 400ms ease;
    -ms-animation: moveFromTop 400ms ease;
}

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    background-color: transparent !important;
}

.panel { background-color: transparent; }
.glyphicon {margin-left:10px;}

#fo {display: flex;}

.footer-content{background-color:#046380; width:100%;padding:20px 0;border-top:2px solid #046;} 
			
.footer-content a, .footer-content h6, .footer-content h5  {color:#fff;}
			
.footer-icon a {width:100px; height:100px; border:3px solid #fff; border-radius:100%;margin-top:25px;margin-right:10px;
text-align:center;color:#fff;padding:12px;transition:all 0.3s ease;float:left;opacity:0.8;}
			
.footer-icon:hover a {border-radius:10%;opacity:1;}

.footer-text{margin:20px 0;}			

.footer-text h6 {margin:5px 0; font-size:11px;}

.footer-text h5 a {text-decoration:none;cursor:pointer;}			

.footer-content-2 {background-color: #1594d4; border: 0 none; box-shadow: 0 0 2px #666; color: #fff; padding: 10px 0;}		
			
.footer-content-2 h6 {margin:5px 0;}

.footer-icon:hover i {text-shadow: 0px 0px 10px #fff;-webkit-animation: moveFromTop 300ms ease;-moz-animation: moveFromTop 300ms ease;

-ms-animation: moveFromTop 300ms ease; border-radius:10%;}

@-webkit-keyframes moveFromTop {
	from {
		-webkit-transform: translateY(-300%);
	}
	to {
		-webkit-transform: translateY(0%);
	}
}
@-moz-keyframes moveFromTop {
	from {
		-moz-transform: translateY(-300%);
	}
	to {
		-moz-transform: translateY(0%);
	}
}
@-ms-keyframes moveFromTop {
	from {
		-ms-transform: translateY(-300%);
	}
	to {
		-ms-transform: translateY(0%);
	}
}

#rodape.container-fluid {
    background-color: #fcfcfc;
    box-shadow: 0 0 4px #222;
    color: #555;
}
#rodape h5 {font-weight: 700;line-height: 30px;text-shadow: 2px 3px 2px #d2d2d2;}