@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital@1&display=swap");body{font-family:Roboto Condensed,sans-serif}header p{padding:10px}.hero{display:flex;width:100%;padding:20px;justify-content:space-around;align-items:center;background-color:#de725b}.hero-text{font-size:1.5em}.hero-icons{display:flex;width:100%;justify-content:space-around}.logo{-webkit-animation:rotation 4s linear infinite;animation:rotation 4s linear infinite;max-width:200px}.container{padding:10px;width:90%;display:flex;flex-direction:column;justify-content:center;align-items:center}.galeria{display:flex;flex-wrap:nowrap;overflow:scroll}.galeria img{width:50%}@-webkit-keyframes rotation{0%{transform:rotate(0deg)}to{transform:rotate(160deg)}}@keyframes rotation{0%{transform:rotate(0deg)}to{transform:rotate(160deg)}}@media screen and (max-width:450px){.galeria,.hero{flex-direction:column}.galeria img{width:100%}}