/* desktops tela pequena */
@media only screen and (max-width : 1200px) {
    #telefone-topo{width: 17%;}
}
/* tablets */
@media only screen and (max-width : 992px) {
    #email-topo{ width: 14%;} 
    .galeria-fotos, .galeria-videos{width: 30%;}

    #telefone-topo{width: 21%;}
	.box-parceiro { margin: 20px auto; float:none; max-width:80%;min-height:150px; text-align:center;}
	.pagina-extra p{font-size: 1.0em;}

    #idocumentos {width: 40%;}
    #idocumentos-form button { width: 97%; height: 2.5em; margin: 5px auto;  float: none;}
    #idocumentos-form p a { margin-top: 20px;  float: none;  color: #448ed3;  text-align: center;  width: 100%;}

    #frase-solucoes{ font-size: 1.5em;}
    /*#utilitarios { width: 90%;  min-height: 190px;}*/
    #box-tools-2{min-height: 340px;}
    /*.util img { max-width: 50%; height: 90px;}
    .util-img{min-height:100px; }
    .util-titulo{font-size: 0.8em;}
    .util-texto p{font-size: 0.9em;}*/

    .tools-form h1{ font-size: 1.5em;}
    .tools-form p { font-size: 1.0em;}

    .ferramenta-2{ min-height: 130px;  margin: 57px 2%;}
    .ferramenta-2 p{ font-size: 1.2em;}
    .ferramenta-2-img{ min-height: 100px;}
    .ferramenta-2 img { max-width: 60%;}

    #icalendario{margin: 5px auto;}
    #icalendario h3{font-size: 0.8em;}
    #icalendario #icalendario_agenda_estadual a{font-size: 0.8em;}

    #inewsletter button { width: 30%;}

    #inews .slide{ width: 65%!important;}

    #rodape-esquerdo{display: none;}
    #rodape-meio{  width: 50%;}

    #contato { width: 45%;}
}
/* celulares */
@media only screen and (max-width : 768px) {
    #wrap-topo {background: #006900;}
   /* #wrap-topo { background: url('../img/topo-fundo.png')repeat-x #FFFFFF;} */
    #div-logo-topo{  margin: 0px auto;  float: none;}
	/*MENU*/
   
    #div-menu-topo { height: 55px; margin: 0px auto; background: none; position: static; }
    #box-tools-1 {width: 90%;min-height: 104px;margin: 20px auto;}

	
	/*depoimento*/
	#owl-demo .item img{
		float:none!important;
		margin:10px auto!important;
		width: 40%!important;
	}
	#owl-demo .item .txt-depoimento{float:none!important;margin:0px auto!important;}
	#owl-demo .item .txt-depoimento p{font-size:1.5em!important;}

    #email-topo, #telefone-topo{display: none;}

    #abertura, #migracao{width:70%;margin:30px auto;}

    #box-paginas-extra { min-height: 50px; width: 100%; margin: 0px auto; position: static;}

    #full-slider-wrapper{display: none;}
    .meio-extra{margin:5px auto;}
    .pagina-extra{width: 100%;float: none;background: #008001;}

    #texto-conteudo {width: 100%; float: none;  margin:10px auto;}
    #idocumentos { width: 90%;   float: none;  margin:10px auto;}
    
    #utilitarios {width: 100%;margin: 30px auto;}
    .util {width: 45%;text-align: center;float: left;}

    .tools-form{  margin: 10px auto;float: none;  width: 75%;}
    #box-atendimento-online h1{ font-size: 1.5em;}

    #ferramentas-2{ min-height: 413px; }
    .ferramenta-2-calendario{display: none;}
    .ferramenta-2{ width: 29%; margin: 20px 9%;}
    .ferramenta-2-img{min-height: 70px;}
    .ferramenta-2 p {  font-size: 1.0em;}
    .ferramenta-2 img {max-width: 100%;}

    #icone-inewsletter{display: none; }
    #texto-inewsletter { height: 20px;float: none;width: 100%;}
    #texto-inewsletter h1{text-align: center;}
    #texto-inewsletter p { display: none;}
    #form-inewsletter{float:none;width: 100%;margin:10px auto;}

    #box-links-externos{display: none;}

    #rodape-logo{display: none;}
    #rodape-meio{float: none; width: 90%;margin: 0px auto; height: 100px;}
    #rodape-direito{float: none; width: 90%;margin: 0px auto; height: 100px;}

    #final-rodape{display: none;}

    #contato{border:none; width: 80%;position: static;}
    #contato-fundo{width:100%;}


}