@media screen and (max-width: 1060px) {
    
	#div-logo-topo { float:left; margin-left:2%; }
	
	#linksuteis{ margin: 50px 1% 50px 1%; width: 98%; }
    #areadocliente{ margin: 20px 1% 20px 1%; }
	
}

@media screen and (max-width: 1000px) {
        #div-menu-topo{ 
            width:130px;
            z-index:99999;
            background:none;
            margin-right:5%;
            margin-top:25px;
        }
	.nav {
		position: relative;
		min-height: 30px;
                
	}	
	.nav ul {
		width: 140px;
		padding: 5px 0;
		position: absolute;
		top: 0;
		left: 0;
		border: solid 1px #aaa;
		background: #fff url(../img/icon-menu.png) no-repeat 10px 11px;
		border-radius: 5px;
		box-shadow: 0 1px 2px rgba(0,0,0,.3);
                
	}
	.nav li {
		display: none; /* hide all <li> items */
		margin: 0;
	}
	.nav .current {
		display: block; /* show only current <li> item */
	}
	.nav a {
		display: block;
		padding: 0px 5px 0px 32px;
		text-align: left;
                line-height: 30px;
                color:#666;
	}
	.nav .current a {
		background: none;
		color: #666;
	}

	/* on nav hover */
	.nav ul:hover {
		background-image: none;
                background:#fff;
	}
	.nav ul:hover li {
		display: block;
		margin: 0 0 5px;
	}
	.nav ul:hover .current {
		background: url(../img/icon-check.png) #fff no-repeat 10px 7px;
                border:none;
	}
        .nav a:hover {
                background: #fff;
                border:none;
        }        
        .nav .current a:hover { 
                background: #fff; 
                border:none;
        }

	/* right nav */
	.nav.right ul {
		left: auto;
		right: 0;
	}

	/* center nav */
	.nav.center ul {
		left: 50%;
		margin-left: -90px;
	}
        
        .utilitario .textodetalhes { min-height:50px; }
        .utilitario h1 { font-size:0.9em; }
        
        #idocumentos {width: 45%; margin-left:5%; }
        #inewsletter { width: 45%; margin-right:5%; }  
        
        #wrap-rodape{ width:100%; min-height:350px; background:#015601; }
        #wrap-rodape #rodape{ min-height:250px; margin-left:10%; margin-right:10%; }
        #form-rodape { display:none; }
        #redes-sociais-rodape { float:left; margin-top:-38px; clear:none; margin-left:-2%;}
        #wrap-rodape #rodape h4 { font-size:2em; padding:15px 0 25px 0; }
        
        
        #linksuteis h2 { font-size: 1.8em; margin-bottom: 10px; }
		#inews .veja_mais {background: #fff;border: 0px;cursor: pointer;color: #000;padding: 1%;font-size: 0.9em;}
		#form-rodape {width: 32%;margin-top: -255px;margin-right: 10%;}
		#wrap-rodape #rodape #endereco-rodape {color: #fff;font-size: 1em;}
}

@media screen and (max-width: 700px) {
    .utilitario {width:30%; text-align:center; float:left; margin-right:2%; }
    #icalendario{ width:95%; }
    
    #box-news { width: 100%; }
    #inews a{ margin-left:25%; margin-right:25%; }
    
    #wrap-rodape #rodape #endereco-rodape{ margin-left:5%; margin-right:5%; max-width:90%;}
    #wrap-rodape #under-rodape { display:none; }
    #wrap-rodape #rodape #chat-rodape { width:85%; margin-bottom:20px; }
    #redes-sociais-rodape { width:85%; margin-top:20px; text-align:center; }
}


@media screen and (max-width: 600px) {
    #div-menu-topo{ margin-right:12%; }
    .utilitario {width:100%; text-align:center; float:left; margin-right:2%; }
    
    #inews a{ margin-left:45%; margin-right:45%; }
    
    #wrap-rodape #rodape h4 { display:none; }
    #wrap-rodape #rodape #chat-rodape {  margin-top:30px; }
}

@media screen and (max-width: 570px) {
    #wrap-topo { height: 155px; clear:both; min-width:300px; }
    #div-logo-topo { width:95%; float:left;}
    #div-logo-topo img{ width: 280px; height: 72px; }
    #div-menu-topo{ margin-top:15px;  float:left; margin-left:10%; left:50%; margin-left: -90px;}
	#full-slider-wrapper {display: none;}
	#idealnews{display:none;}
	#inewsletter{width:100%; float: left; margin-left:-7%;}
    #idocumentos{width:100%; float: left; margin-left:-7%;}
	#contato{margin-left:2%;width:70%;}
	#contato .tb-form{width:100%;}
	#wrap-topo{position:static;}
	#wrap-conteudo{padding-top:1px;}
	#redes-sociais-rodape{width:100%;}
	
}