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

/* Case Sucesso */

.case-sucesso{
	width: 90%;
	margin: auto;
	
}

.sucesso h4{
	color: #333;
	font-size: 18px;
	font-family: "Metric Light";
	font-weight: 400;
	line-height: 20px;
}

.case-sucesso img{
	width: 170px;
} 

.case-row {
	margin-top: 5%;
	display: flex;
	justify-content: space-between;
}

.case-col{
	flex-basis: 48%;
	padding: 30px 2px;
	
}

.case-col img {
	width: 100%;
	border-top: 3px solid #FF8300;
}

.case-col h1{
	padding-top: 0;
	font-family: "Metric Black";
	font-size: 35px;
	font-weight: 500;
	line-height: 40px;
	color: #000000;
	
}

.case-col p{
	padding: 1px 0 25px;
	font-family: "Metric Light";
	font-size: 19px;
	font-weight: 400px;
	line-height: 26px;
	color: #333333;
}

.box-depoimento{
	background: #F6F6F6;
	justify-content: center;
	
}

.box-depoimento h1{
	font-family: "Metric SemiBold";
	font-size: 24px;
	line-height: 29px;
	color: #000000;
	font-weight: 400;
	padding: 10px 10px;
}

.box-depoimento p{
	font-family: "Metric Light";
	font-size: 19px;
	line-height: 26px;
	font-weight: 400;
	color: #707070;
	padding: 10px;
}

.resultado h1{
	font-family: "Metric SemiBold";
	font-size: 26px;
	color: #000;
	font-weight: 500;
	line-height: 24px;
	padding-bottom: 2px
}

.resultado p{
	font-family: "Metric Light";
	font-size: 19px;
	font-weight: 400;
	color: #333;
	line-height: 26px;
}



@media(max-width: 700px){
	.case-row{
		flex-direction: column;
	}
}
