@charset "UTF-8";
/* CSS Document */

#centerpart {
	height:324px;
	margin:166px 3% 0;
	width:93%;	
}
ul#logos {
	margin:0 auto;
	width:67%;
}
li#logozankyou {
	margin: 10px 0% 4.5em 0px;
	justify-content: center;
	width:50%;
	align-items:center;
	display:-webkit-inline-box;	
	display:-moz-inline-box;
}
li#logopetizemlinha {
	float:right;
	justify-content: center;
	align-items:center;
	margin: 10px 0% 4.5em 0px;
	display: block;
	width:50%;
}

a#petiz {
	float:right;
}


@media (min-width: 100px) and (max-width: 549px) {

#centerpart {
	margin-top:150px;
}
ul#logos {
	width:40%;
}
li#logozankyou, li#logopetizemlinha {
	float:left;
	margin:0px 0% 4.5em 7px;
	width:90%;	
} 
}