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

.vdi-texto{
	width: 80%;
	margin: auto;
	text-align: center;
	border-bottom: 1px solid #E5E5E5;
	padding-top: 25px;
}

.vdi-texto h1{
	font-family: "Metric Black";
	font-size: 35px;
	font-weight: 500;
	line-height: 40px;
}


.vdi-texto h1::after{
	content: '';
	width: 10%;
	height: 7px;
	background: #01A982;
	display: block;
	margin: auto;
	margin-top: 15px;
	
}


.vdi-texto p{
	font-family: "Metric Light";
	font-size: 19px;
	font-weight: 400px;
	line-height: 26px;
	color: #000000;
	padding-bottom: 15px;
}