.banner{position:relative;margin:0 auto;width:100%;height:60vh;border-radius:6px;background-repeat:no-repeat;background-size:cover;background-position:50%}.overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.65);z-index:1}.banner-title{position:relative;z-index:2;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:20px;padding:16px;width:100%;height:100%;color:#f5f5f5}.banner-img{position:relative;width:150px;height:150px;max-width:50%;max-height:50%;object-fit:contain}.banner-name{text-decoration:underline;font-size:22px}.banner-title .description{font-size:18px;text-align:center;max-width:900px;padding:0 10px}.banner-links{gap:20px;flex-wrap:wrap}.banner-link,.banner-links{display:flex;align-items:center;justify-content:center}.banner-link{gap:10px;border:none;padding:12px 32px;background:var(--principal-color);font-weight:700;position:relative;overflow:hidden;border-radius:6px;font-size:14px}.banner-link:before{content:"";position:absolute;width:100px;height:100%;background-image:linear-gradient(120deg,hsla(0,0%,100%,0) 30%,hsla(0,0%,100%,.8),hsla(0,0%,100%,0) 70%);top:0;left:-100px;animation:shine 3s linear infinite}@keyframes shine{0%{left:-100px}20%{left:100%}to{left:100%}}