/*********************************************************/
/*	RESPONSIVO CSS										 */
/*	DESENVOLVIDO POR: GLOBALWS							 */
/*	CEO: MICHAEL PICOLO									 */
/*********************************************************/
@media (max-width: 1156px) {
	.content {max-width: 90%;}
}
@media (max-width: 950px) {
	h1 {font-size: 1.8em;}
	p {font-size: 1em; line-height: 25px;}
	.esquerda {width: 100%; float: none; margin-bottom: 40px;}
	.direita {width: 100%; float: none;}
	.produtos h2 {font-size: 1.4em; }
	.produtos li {font-size: 1.2em;}
	footer .logo {width: 100%; float: none; height: 140px; background-size: 280px; }
	footer .quadro {width: 100%; float: none; margin-top: 30px; text-align: center;}
	footer .pagamento {margin: auto;}
	.sumir {display: none !important;}
	.aparecer {display: block !important;}
	.video-container {width: 100%; margin: auto;}
}
@media (max-width: 667px) {
	h1 {font-size: 1.4em;}
	.depoimentos .star {width: 55%;}
	header .logo {width: 280px; height: 70px;}
	.produtos h2 {font-size: 1.2em; }
	.produtos li {font-size: 1em;}
}
@media (max-width: 480px) {
	header .logo {width: 220px; height: 50px;}
	.vantagens, .depoimentos, .sobre {padding: 40px 0;}
	.vantagens .icon {width: 50%;}
	.produtos .link {font-size: 0.9em;}
	.produtos .texto p {font-size: 1em; line-height: 25px;}
	.depoimentos p {font-size: 0.9em;}
}
/*********************************************************/