/* CSS Document */
.siteInternas { width:980px !important; text-align:justify; line-height:150%; }
h2 { color:#a700cb; }
#boxs { height:80px; margin:20px 0 38px 0; }
.box { width:260px; height:80px; float:left; text-align:center; line-height:140%; font-size:12px; }
.box span { font-size:14px; font-family: 'Museo500'; color:#a700cb; }
#boxs img { float:left; margin:5px 30px 0; }
.item { margin:0 0 20px 0; }
.itemNum { width:33px; height:33px; line-height:36px; border:2px solid #a700cb; float:left; margin:0 13px 0 0; text-align:center; font-size:18px; -webkit-border-radius:33px; -moz-border-radius:33px; border-radius:33px; }
#perguntas { margin:60px 0 0 0; }
#perguntas p { font-size:24px; font-family: 'Museo500'; }
#perguntas p span { color:#a700cb; }
#perguntas span { font-family: 'Museo500'; }
#perguntas a { font-family: 'Museo500'; }

@media screen and (max-width: 500px) {
	.siteInternas { width:320px !important; }
	#boxs { height:225px; margin:20px 0 38px 0; }
	.box { width:320px; height:80px; float:none; }
	.box span { font-size:14px; }
	#boxs img { display:none; }
	#perguntas { margin:40px 0 0 0; }
	#perguntas p { font-size:20px; }
}