/*-------------------------------------*/ 
/*----------Desarrollado por-----------*/ 
/*-------All Codes Are Beautiful-------*/ 
/*-------------------------------------*/ 

.sub404{
	font-size: 3rem;
	padding-top: 2rem;
}
.tit404{
	font-size: 8rem;
}
.link404{
	font-size: 1.5rem;
}

.sub404,.tit404,.link404{
	font-family: 'Exo 2', sans-serif;
	color: rgba(163, 11, 0,1);
}

/*============================================*/ 
/*-------cuando se agranda a tablet---------*/ 
/*============================================*/ 
@media (min-width: 768px) { 
    
    .tit404{
		font-size: 15rem;
	}
} 