	html {line-height: 1.15;-webkit-text-size-adjust: 100%;}
	body {margin: 0;font-family: system-ui;font-size:18px}
	.main {display:block}
	.contenido {width: 80%;margin:0 auto;text-align:center} 
	.logo img {width:100%;height:auto;max-width:600px;animation: pulse 5s infinite;animation: size 10s 1;}
	.bloque-texto {margin:42px 0}
	p{font-size: 1.1em;line-height: 1.6;}

@keyframes pulse {
  0% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@keyframes size {
  0% {
    scale: 2;
  }
  90% {
    scale: .9;
  }
100% {
    scale: 1;
  }
}
	.footer {background-color: #d6a553;padding:32px;text-align:center;color:#fff}