/* topo */
@media only screen and (min-width: 0px) and (max-width: 800px) {
	.topo .centralizar{
		display: inline-block;
	}
	.topo .centralizar > div{
		width: 100%;
		text-align: center;
		padding: 0;
	}
	.topo .centralizar > div.menu_fixo{
		display: none;
	}
}
@media only screen and (min-width: 0px) and (max-width: 420px) {
	.topo{
		display: none;
	}
}

/* menu */
@media only screen and (min-width: 0px) and (max-width: 1000px) {
	.menu .centralizar .links,
	.menu .centralizar .box_contato{
		display: none;
	}
	
	.menu .centralizar .logo{
		float: left;
		width: 100%;
		text-align: center;
	}
	
	.menu_mobile{
		display: inline-block;
	}
}

/* banner */
@media only screen and (min-width: 0px) and (max-width: 1200px) {
	.banner{
		height: 500px;
	}
	.banner .centralizar{
		padding: 0 10px;
	}
	
	.banner .banner_titulo{
		margin-top: 80px;
	}
}

@media only screen and (min-width: 0px) and (max-width: 1000px) {
	.banner .banner_titulo{
		font-size: 40px;
	}
}

@media only screen and (min-width: 0px) and (max-width: 740px) {
	.banner{
		height: 400px;
	}
	.banner .banner_titulo,
	.banner .banner_texto{
		width: 100%
	}
}

@media only screen and (min-width: 0px) and (max-width: 400px) {
	.banner .banner_titulo{
		margin-top: 10px;
		font-size: 25px;
	}
}

/* banner others */
@media only screen and (min-width: 0px) and (max-width: 1000px) {
	.banner_others{
		height: 200px;
	}
	.banner_others .title_others{
		margin-top: 60px;
	}
}

/* rodape */
@media only screen and (min-width: 0px) and (max-width: 1200px) {
	.rodape{
		padding-bottom: 0;
	}
	.rodape .centralizar .box_rodape{
		width: 50%;
		margin-bottom: 30px;
		padding-bottom: 30px;
		border-bottom: 1px solid #ffffff61;
	}
	.rodape_bottom .centralizar{
		border-top: 0;
		padding: 26px 10px;
	}
}

@media only screen and (min-width: 0px) and (max-width: 650px) {
	.rodape .centralizar .box_rodape{
		width: 100%;
	}
	
	.rodape_bottom .centralizar{
		display: inline-block;
	}
	.rodape_bottom .centralizar > div{
		width: 100%;
		text-align: center;
	}
	.rodape_bottom .centralizar .creditos_vocatus{
		text-align: center;
		margin-top: 10px;
	}
}