﻿@charset "UTF-8";

.numeros-main{
	font-family:"Segoe UI", "sans-serif";
	background-color: #F7F8F8;
	width: 100%;
}

.numeros-container{
	width: 1180px;
	height: 300px;
	margin: 0 auto;
	padding:30px 0 30px 0;
	
}

.numeros-header h1{
	font-weight: 300 !important;
	font-size:36px;
	color:#4A4A4A;
	line-height:48px;
	text-align:center;
	margin: 0;
	padding: 0;
}

.numeros-line{
	height: 232px;
	margin: auto;
}

.numeros-encapsulador{
	height: 100%;
	min-width: 1px;
	max-width: 100%;
	float: left;
	clear: left;
	/*position: relative;
	left: 50%;
	transform: translateX(-50%);*/
	margin-left:100px;
}

.numeros-block{
	height: 232px;
	display: inline-block;
	margin: 0 30px 0 30px;
	float: left;	
	position: relative;
}


.numeros-block span{
	display: block;
	vertical-align: middle;
	position: relative;
	top: 40%;
	-ms-transform: translateY(-60%);
	-webkit-transform: translateY(-60%);
	transform: translateY(-40%);
	
}

.numeros-block span:first-child{
	font-weight: 700;
	font-size:26px;
	color:#007AC3;
	text-align:center;
}

.numeros-block span:nth-child(2){
	font-size:18px;
	color:#4A4A4A;
	text-align:center;
}

.numeros-source{
	float: right;
	margin: 0 120px 0 0;
	font-size:14px;
	color:#4A4A4A;
}

.numeros-source a{
	color:#4A4A4A;

}