.heroes{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(4,1fr);justify-items:center}@media (max-width:1280px){.heroes{grid-template-columns:repeat(3,1fr)}}@media (max-width:1024px){.heroes{grid-template-columns:repeat(2,1fr)}}@media (max-width:770px){.heroes{grid-template-columns:repeat(1,1fr)}}.heroes2{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(2,1fr);justify-items:center}@media (max-width:1200px){.heroes2{grid-template-columns:repeat(1,1fr)}}.hero{border-radius:20px;height:480px;overflow:hidden;position:relative;text-decoration:none;width:300px}.letras{color:#fff;display:flex;flex-direction:column;height:100%;justify-content:space-between;padding:20px;width:100%}.hero-image{border-radius:5px;height:480px;position:absolute;top:0;width:300px;z-index:-9}
/*# sourceMappingURL=main.85b7e52e.css.map*/