/*********************************************************/
/*	RESPONSIVO CSS										 */
/*	DESENVOLVIDO POR: GLOBALWS							 */
/*	CEO: MICHAEL PICOLO									 */
/*********************************************************/
@media (max-width: 1680px) {

}


@media (max-width: 1600px) {

}


@media (max-width: 1440px) {

}

@media (max-width: 1400px) {

}


@media (max-width: 1366px) {


}


@media (max-width: 1280px) {
	.content {max-width: 95%;}
}

@media (max-width: 1152px) {
	#cssmenu > ul > li {min-width: 20%;}
	
	.home section {width: 40%; }
}

@media (max-width: 1024px) {

}


@media (max-width: 950px) {
	.conteudo .esquerda {width: 100%; float: none; margin-bottom: 20px;}
	.conteudo .direita {width: 100%; float: none;}
	.conteudo .meio {width: 100%; float: none;}
	
	.conteudo label {width: 100%; display: table; float: none;}
	.conteudo .exibedados {width: 100%; float: none; max-width: 100%;}
	.conteudo .exibedados-a {width: 100%; float: none;}
	.conteudo .dados-texto {width: 100%; float: none; max-width: 100%;}
	.conteudo .exibeimagem img {width: 80%}
	
	.conteudo .imput {width: 100%; float: none;}

}


@media (max-width: 768px) {
	.home section {width: 70%; }
}

@media (max-width: 667px) {

}

@media (max-width: 600px) {

}

@media (max-width: 568px) {
	header h1 {float: none; width: 100%; text-align: center;}
	header ul {width: 100%; float: none;}
	header li {width: 50%;}
	header .user {display: none;}
	
	.conteudo .exibeimagem img {width: 100%}
	
	.conteudo .imput {width: 100%; float: none;}
	.conteudo .imputtext {width: 100%;}
	
	.conteudo iframe {width: 100%; height: 250px;}
	
	.centro .botoes li {width: 100%; height: auto; display: table; float: none; margin: 0 0 5px 0;}
	.centro .botoes .float-r {float: none; width: 100%;}
	.centro .botoes .imput {right: 0; width: 70%; font-family: 'Nunito', sans-serif; float: left; left: 0; position: relative;	}
	.centro .botoes .bt {width: 30%; float: right;}
	

	.conteudo .titulos li {width: 100%; height: 40px; border: 1px solid #e8e8e8; background-color: #f9f9f9; display: table;}

	.ln-90 {width: 100%;}
	.ln-90g {width: 100%;}
	.ln-80 {width: 100%;}
	.ln-80g {width: 100%;}
	.ln-70 {width: 100%;}
	.ln-70g {width: 100%;}
	.ln-60 {width: 100%;}
	.ln-60g {width: 100%;}
	.ln-50 {width: 100%;}
	.ln-50g {width: 100%;}
	.ln-40 {width: 100%;}
	.ln-40g {width: 100%;}
	.ln-30 {width: 100%;}
	.ln-30g {width: 100%;}
	.ln-20 {width: 100%;}
	.ln-20g {width: 100%;}
	.ln-10 {width: 100%;}
	.ln-10g {width: 100%;}
	.ln-10b {width: 100%;}
}

@media (max-width: 480px) {
	.home section {width: 95%; }
}

@media (max-width: 414px) {
	
}

@media (max-width: 384px) {

}

@media (max-width: 375px) {

}
/*********************************************************/