@charset "UTF-8";
/* CSS Document */

@font-face {
    font-family: 'EYInterstateLight';
    src: url('eyinterstate-light-webfont.eot');
    src: url('eyinterstate-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('eyinterstate-light-webfont.woff') format('woff'),
         url('eyinterstate-light-webfont.ttf') format('truetype'),
         url('eyinterstate-light-webfont.svg#EYInterstateLight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'EYInterstateBold';
     src: url('EYInterstate-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'EYInterstate-LightItalic';
     src: url('EYInterstate-LightItalic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}


.container_ey{
	padding: 25px;
	width: 734px;
	box-sizing: border-box;
}

.parrafo_ey{
	font-family:'EYInterstateLight';
	font-size: 14px;
	line-height: 1.2em;
	color:#474847;
}

.titulo_ey{
	font-family:'EYInterstateBold';
	font-weight: bold;
}

.dest_ey{
	font-style: italic;
	font-family:'EYInterstate-LightItalic';
}

.divider_ey{
	background-color:#ffd401;
	width: 600px;
	margin: 20px auto;
	height: 7px;
}

.wrapper_info_ey{
	margin-top: 15px;
}

.item_info_ey{
	display: table;
	margin-bottom: 10px;
}

.info_left, .info_right{
	display: table-cell;
}

.info_left{
	background-color: #474847;
	width: 200px;
	padding: 10px;
	background-repeat: no-repeat;
	background-position: 50% 15%;
	background-size: auto;
}

.wrapper_info_ey .item_info_ey:nth-child(1) .info_left{
	background-image: url(../image/icon_info_1.png);	
}

.wrapper_info_ey .item_info_ey:nth-child(2) .info_left{
	background-image: url(../image/icon_info_2.png);	
}

.wrapper_info_ey .item_info_ey:nth-child(3) .info_left{
	background-image: url(../image/icon_info_3.png);	
}

.wrapper_info_ey .item_info_ey:nth-child(4) .info_left{
	background-image: url(../image/icon_info_4.png);	
}

.wrapper_info_ey .item_info_ey:nth-child(5) .info_left{
	background-image: url(../image/icon_info_5.png);	
}

.wrapper_info_ey .item_info_ey:nth-child(6) .info_left{
	background-image: url(../image/icon_info_6.png);	
}

.titulo_info{
	font-family:'EYInterstateBold';
	font-weight: bold;	
	color:white;
	font-size: 14px;
	line-height: 1.2em;
	text-align: center;
	box-sizing: border-box;
	top: 50px;
	position: relative;
}

.info_right{
	padding: 25px 15px;
	font-family:'EYInterstateLight';
	font-size: 14px;
	line-height: 1.2em;
	color:#474847;
}