

@media(max-width: 1024px){
	header h1 {
    	font-size: 1.8em;
	}

	#pesquisar-form, #menu-inicial{display:none}
	.input-group-addon, .input-group-btn{
		width:initial;
	}
	.navbar-form {
		box-shadow: none;
		margin-top: 0 !important;
	}
	#term {
		width: 85% !important;
		margin-left: 0 !important;
	}
	.menu-selecionado a{
		color: white;
		text-decoration: none;
		font-weight: bold;
	}
	.navbar-form .input-group {
		vertical-align: middle;
		display: block;
		margin: 0 5% !important;
	}
	
	.grid-30 img, .grid-30-last img{
		margin: 0;	
	}
	.icon-seta-titulo {
		float: left;
		margin-top: 0;
	}
	
	.grid-30 img, .grid-30-last img {
		width: 230px;
    	margin: 1%;
	}
	.grid-30, .grid-30-last{
		width: 100%;	
	}
	#section-servicos #textos-servicos{
		width: 33%;
	}
	.fa-chevron-up{
    	display: none;
	}
	#section-inicial-menu a {
		padding: 15px 0;
		font-size: 13px;
		text-align: center;
	}
	#redes-sociais-cabecalho {
    	left: 1%;
	}
	.btn-blog{
		display: none;
	}
}


@media(max-width: 945px){
	#cabecalho-bottom {
    	width: 88%;
	}	
}

/* Tablets */
@media(max-width: 768px){
	#cabecalho-bottom {
    	width: 100%;
	}
	.icon-seta {
    	margin: 2px 10px;
	}
	.grid-70 {
    	width: 100%;
    	margin-top: 20px;
	}
	#alerta{
    	top: -20px;
	}
	.grid-20{
		width: 100%;	
	}
	.grid-20 article{
		float: left;
    	margin: 0 3%;	
	}
	#section-contato h3, #section-contato label {
    	font-size: 1em;
	}
	#diagrama-servicos{
		display: none;
	}
	#diagrama-servicos-mobile{
		display: block;
	}
	#section-servicos article p{
		width: 60%;
    	float: right;
    	margin-top: 75px;
	}
	body{
	    font-size: 91%;		
	}
	section h1{
		margin: 10px 0 !important;	
	}
	#section-egb, #section-servicos, #section-blog, #section-portfolio{
		padding-bottom: 30px !important;	
	}
	#results div{
		width: 100%;
	}
	#img-coadmin{
		margin: 25px 0;
	}
}

@media(max-width: 655px){
	#cabecalho-bottom {
    	display: none;
	}
	.fa-bars{
		display: block;	
	}
	#section-servicos article p {
		width: 100%;
		float: right;
		margin-top: 5px;
	}
	.grid-30 img, .grid-30-last img {
		width: 210px;
	}
	#diagrama-servicos-mobile .toggle{
		text-align: center;
	}
}

@media(max-width: 550px){
	.grid-20 article{
		width: 100%;	
	}
	#section-contato h3, #section-contato label {
    	margin: 10px 0;
	}	
}

/* Smartphones */
@media(max-width: 425px){
	body{
		font-size: 80%;	
	}
	.conteudo {
    	max-width: 93%;
	}
	.grid-30 img, .grid-30-last img {
		margin: 0 24%;
		width: 190px;
	}
	#rodape-copyright {
    	font-size: 0.8em;
	}
}