body{font-size:16px;color:#000;margin:0;padding:1em 0;font-family:'Open Sans',sans-serif}.main{width:60%;margin:auto;text-align:center}.header{display:flex;justify-content:space-between;align-items:center}.flags{margin-left:1em}.flagsWrap{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:10px}.flagsWrap img{width:60px}.a-title-subrayado{text-decoration:underline #f00;margin-bottom:8px;text-transform:uppercase}.logo{text-align:center}.hero{margin:0}.hero_img{width:70%}.rrssWrap{margin:1em auto;width:60%}.rrss-title{text-align:center}.rrss{display:flex;justify-content:center;margin-bottom:2em}.rrss_img{margin:.5em;width:70%}.rrss_img:hover{animation-name:redes;animation-duration:1s;animation-delay:100ms;animation-timing-function:ease}@-moz-keyframes redes{from{transform:rotate(0)}to{transform:rotate(360deg)}}@-webkit-keyframes redes{from{transform:rotate(0)}to{transform:rotate(360deg)}}@-o-keyframes redes{from{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes redes{from{transform:rotate(0)}to{transform:rotate(360deg)}}.footer{text-align:center}.footer p{font-size:1.2em}.footer a{color:#000}.footer-info{display:flex;justify-content:space-around;margin:1em auto;width:50%}.footer-infoItem{margin:1em 2em}.footer-title{color:#3a4098;margin:0}@media screen and (max-width:800px){.main{width:90%}.logo{width:80%;margin:1em 0}.header{display:inline-grid;justify-items:center}.flagsWrap{display:flex}.flags{margin:0}.hero_img{width:90%}.footer-info{display:block;width:90%}.footer-infoItem{margin:2em 0}}