*{
	margin:0;
	padding: 0;
}
html, body {
	background: #d6d6d6;
	border:0;
	margin: 0;
}



.icono{
	font-size: 2em;
	margin-right: 20px;
	color: #3c3a3a;
	transition: all 0.5s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.icono :hover {
	transition: all 0.3s ease;
	color: #e16345;
}


.tittle{
	margin: auto;
	text-align: center;
}

.tittle h2{
	font-family: 'Raleway', sans-serif;
	font-weight: 300;
	font-size: 2em;
	color: #fff;
	padding: 30px;
}

.main{
	background-color: #f28161;
	height: auto;
	width: 100%;
	display: grid;
}

.name{
	
	margin: 0 auto;
	margin-top: 160px;
	margin-bottom: 60px;
	width: 340px;
		
}

.name p {
	
	font-size: 1.5em;
	line-height: 2em;
	font-family: 'Raleway', sans-serif;
	font-weight: 300;
		
}


.timeline{
	margin: auto;
	width: 100%;
	max-width: 1280px;
	text-align: center;
}
.tag{
	display: block;
	height: auto;
	margin: 10px;
	margin-bottom: 50px;
	background-color: #fff;
	-webkit-box-shadow: 4px 6px 5px 1px rgba(0,0,0,0.16);
	-moz-box-shadow: 4px 6px 5px 1px rgba(0,0,0,0.16);
	box-shadow: 4px 6px 5px 1px rgba(0,0,0,0.16);
	padding-bottom: 20px;

}


.tag img{
	width: 100%;
	transition: all 0.3s ease;
}

.tag img:hover{
	transition: all 0.3s ease;
	width: 110%;
	margin: -10px;

}

.tag h2{
	font-size: 1em;
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
	margin-top: 10px;
	margin-bottom: 10px;
}

.tag p{
	font-size: 0.8em;
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 10px;

}

.tag a{
	font-size: 0.8em;
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
	text-decoration: none;
	color: #807e7e;

}



footer {

	bottom: 0;
	width: 100%;
}

h1{
	font-size: 3em;
	font-family: 'Raleway', sans-serif;
	font-weight: 800;
}


.links{
	
    margin-top: 50px;
	float: left;
}

.links p{
	margin-top: 20px;
	font-size: 0,2 em;
	font-weight: 600;
	color: #3c3a3a;
}



@media screen and (max-width: 800px) {
 
 footer{
 	position: relative;
 }