@charset "utf-8";
/* CSS Document */

@media (max-width:480px) {



	h2.title {
		font-size: 2.5rem;
	}

	section.bg-razoes {
		background-image: none;
	}
}

@media (max-width:768px) {
	section.support-bar h3 {
		font-size: 1rem;
	}

	section.support-bar .bar {
		padding-left: 0;
		border-left: none;
	}

	section.advantages figure {
		border-right: none;
	}
}

@media (max-width:1024px) {
	.header {
		background-color: rgba(0, 0, 0, 0.7);
		box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
	}

}
