.tit_vantagens{
    font-size:30px;
    line-height:1.2;
    font-weight:700;
    width:25%;
    color:#000;
}
.icons_vantagens{
    width:75%;
}
.box_vantagem {
	width: 31.3%;
	margin: 0 1%;
	font-size: 15px;
	line-height: 1.2;
	margin-bottom: 40px;
}
.box_vantagem img{
    width:100%;
    max-width:42px;
}
.box_vantagem div {
	width: 79%;
	margin-left: 6%;
}
.box_vantagem span {
	color: #000;
	font-weight: 700;
	font-size: 22px;
	line-height: 1.2;
	display: block;
	margin-bottom: 8px;
	letter-spacing:-0.02em;
}
.subtit.como{
	padding-bottom: 35px;
	letter-spacing: -0.03em;
	font-size: 30px;
	font-weight: 600;
}
.box_como{
	width:33%;
	border-left:1px solid #cfd2d8;
	padding:15px;
}
.box_como.II{
	border-right:1px solid #cfd2d8;
}
.box_como div {
	background-color: #ff7532;
	text-align: center;
	color: #fff;
	font-weight: 700;
	font-size: 18px;
	line-height: 1;
	width: 48px;
	height: 48px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	margin-bottom: 30px;
	padding-top: 15px;
}
.box_como span {
	display: block;
	font-size: 24px;
	line-height: 1;
	font-weight: 600;
	padding-bottom: 20px;
	color: #000;
}

@media screen and (max-width: 920px){
	.tit_vantagens {
		width: 100%;
		float: none;
		margin-bottom: 40px;
		margin-top: 30px;
	}
	.box_vantagem {
		width: 100%;
		float: none;
	}
	.icons_vantagens {
		width: 100%;
		float: none;
	}
	.box_como {
		width: 100%;
		border-left: 0;
		padding: 0;
		margin-bottom: 40px;
		float: none;
	}
	.box_como.II {
		margin-bottom: 0;
	}
	.br_out{
		display:none;
	}
}