body {font-family: 'Exo 2', sans-serif; font-size: 16px; color: #FFF; text-align: center; padding-top: 10px;}
html { 
  background: #000; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}/* CSS Document */

h1,h2,h3 {margin: 0; font-weight: 400;}

h1 {font-size: 54px; font-weight: 600; margin-bottom: 24px;} 
h2 {font-size: 22px; font-weight: 400; margin-bottom: 14px;} 
h3 {font-size: 20px; font-weight: 400; margin-top: 14px;} 

.logo {margin-top:10px; margin-bottom: 20px;}
.logo img {width: 90%; max-width: 400px; height: auto;}
.ig img {width: 80%; max-width: 360px; height: auto;}

.fecha {color: #FFF;font-size: 24px; margin: 10px auto; line-height: 1.4; width:90%; max-width:400px; }

@media (max-width: 680px) {
	.logo {margin-top:10px;}
.logo img {width: 80%; max-width: 300px; height: auto;}
.ig img  {width: 80%; max-width: 220px; height: auto;}	
	.fecha {color: #FFF;font-size: 18px; margin: 10px 0; line-height: 1.4;}
}