@import url('https://fonts.googleapis.com/css?family=Nunito+Sans:700|Nunito:400,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Nunito:400,700&display=swap');
.maquina-logo img{
	width: 80%;
}
.logo img{
	width: 80%;
}
.maquinas img{
	width: 80%;
	margin-bottom: 5px;
}
.certi img{
	width: 80%;
}
.blue{
	color:#00aeef;
}
.fuente p{
	font-family: 'Nunito Sans' ;
	text-align: justify;
}
.fuente2 p{
	font-family: 'Nunito Sans' ;
	text-align: center;
}
.fuente img{
	width: 80%;
}

html p,h1{
  font-size: 20px;
}


@media (max-width: 800px) {
  html p, h1 { font-size: 12px; }
  .maquina-logo img{width: 100%;}
  .logo img{width: 100%;}
  .maquinas img{
	width: 100%;
	margin-bottom: 5px;
	}
  .certi img{width: 100%;}
  .fuente img{width: 100%;}
}