/* topo */
@media only screen and (min-width: 0px) and (max-width: 1140px) {
	.centralizado,
	.modules_wrapper .module .title,
	.modules_wrapper .module .module_content{
		width:98% !important;
	}
}
@media only screen and (min-width: 0px) and (max-width: 950px) {
	.menu_principal{
		display:none !important;
	}
	.menu_principal_mobile{
		display: inline-block !important;
	}
	.menu_mobile_tree a{
		display:inline-block;
		width:100%;
		float:left;
		padding: 10px 0;
		border-bottom: 1px solid #e4e4e4;
	}
}
@media only screen and (min-width: 0px) and (max-width: 450px) {
	.topo_menu_wrapper{
		display: block;
	}
	.logo{
		width:100%;
		text-align: center;
	}
	.menu_principal_mobile{
		position: unset;
		text-align: left;
		width: 40px;
	}
	.menu_mobile_tree{
		width:96%;
		top:82px;
		left:2%;
		margin-left:0;
	}
	.topo_menu_wrapper .login{
		float:right;
	}
}

/* banner */
@media only screen and (min-width: 0px) and (max-width: 900px) {
	.topo_banner_wrapper .descricao{
		font-size: 15px;
		width: 350px !important;
	}
	.topo_banner_wrapper .descricao h1{
		font-size: 20px;
	}
}
@media only screen and (min-width: 0px) and (max-width: 735px) {
	.topo_banner_wrapper .descricao{
		margin-top: 50px;
	}
}
@media only screen and (min-width: 0px) and (max-width: 685px) {
	.topo_banner_wrapper .descricao{
		width: 250px !important;
		margin-top: 5px;
	}
}
@media only screen and (min-width: 0px) and (max-width: 600px) {
	.topo_banner_wrapper .descricao a{
		display:none;
	}
}
@media only screen and (min-width: 0px) and (max-width: 475px) {
	.topo_banner_wrapper{
		display:none;
	}
}

/** module topics right*/
@media only screen and (min-width: 0px) and (max-width: 950px) {
	.modules_wrapper .module_topics-right .title .title_content{
		text-align: center;
	}
	.modules_wrapper .module.module_topics-right .middle{
		width: 100%;
		text-align: center;
	}
	.modules_wrapper .module.module_topics-right .middle img.imgbox-right{
		position: unset;
		width: 100%;
		max-width: 500px;
	}
}
/** module topics left*/
@media only screen and (min-width: 0px) and (max-width: 950px) {
	.modules_wrapper .module_topics-left .title .title_content{
		text-align: center !important;
		text-indent: unset !important;
	}
	.modules_wrapper .module.module_topics-left .middle{
		width: 100%;
		text-align: center;
	}
	.modules_wrapper .module.module_topics-left .middle img.imgbox-left{
		position: unset;
		width: 100%;
		max-width: 500px;
	}
}

/** rodape */
@media only screen and (min-width: 0px) and (max-width: 990px) {
	.rodape .centralizado .wrapper .box_rodape{
		width: calc(50% - 40px) !important;
		margin-bottom: 50px;
	}
}
@media only screen and (min-width: 0px) and (max-width: 550px) {
	.rodape .centralizado .wrapper .box_rodape{
		width: calc(100% - 40px) !important;
	}
}