.hr_animado h2 {
	text-align: center;
	font-size: 16pt;
	margin-top: unset;
	margin-bottom: unset;
	font-family: 'Lato', sans-serif;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: normal;
	padding: 0px;
	color: #303030;
}

.trans--grow {
	-webkit-transition: width 1s ease-out;
	transition: width 1s ease-out;
	width: 0% !important;
}
.grow
{
	width:100% !important;
}
.hr1
{
	margin-left:0 !important;
}
.hr2
{
	margin-right:0 !important;
}
.hr_animado hr
{
	margin-top: 20px;
	padding: 1px 0;
	border: none;
	background-color: #eee;
	letter-spacing: 5px;
	opacity: 1;
	margin-left: auto;
	margin-right: auto;
}

.hr_animado {
	width: 85%;
	border: 0px solid white;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
}