*{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth}
body{font-family:"Georama",sans-serif;background-color:#14130e;color:#fff;background-image:url(header.jpg);background-position:center top;background-repeat:no-repeat;background-attachment:fixed}
img{max-width:100%;display:block}
a{text-decoration:none;color:inherit}
.conteudo{width:100%}
.hero-foto{margin:0 auto 45px}
.links-section{max-width:600px;margin:0 auto;display:flex;flex-direction:column;gap:18px}
.link-banner{display:block;border-radius:22px;overflow:hidden;transition:.3s}
.link-banner:hover{transform:scale(1.02)}
.link-banner img{width:100%}
.sobre{background:linear-gradient(to bottom,#ecc68a 0%,#dca752 100%);padding:60px 20px;margin:60px auto 15px;border-radius:25px;width:98%}
.sobre-container{max-width:900px;margin:0 auto;display:flex;flex-direction:column;gap:40px}
.sobre-header{display:flex;gap:30px;align-items:flex-start}
.sobre-imagem img{width:300px;border-radius:50%}
.sobre-intro{flex:1}
.sobre-title{margin-bottom:20px;font-weight:500;color:#000;font-size:2rem}
.sobre-text{display:flex;flex-direction:column;gap:15px;color:#111;font-size:1.1rem;line-height:1.7}
.sobre-featured-image{display:flex;justify-content:center}
.sobre-featured-image img{border-radius:24px;max-width:100%}
.videos-grid{display:flex;flex-wrap:wrap;gap:2%}
.video-container{max-width:800px;width:100%;margin:auto;pointer-events:none}
.video-wrapper{position:relative;width:100%;aspect-ratio:16/9;cursor:pointer;overflow:hidden;border-radius:8px;height:450px}
.video-thumbnail{width:100%;height:100%;object-fit:cover;display:block}
.video-caption{margin-top:8px;font-size:14px;text-align:center;color:#333}
footer{display:flex;flex-direction:row;font-size:.9em;color:#ccc;justify-content:space-between;width:90%;margin:5px auto 30px}
.credito a{display:flex;flex-direction:row}
.credito img{margin-left:10px}
@media(max-width:640px) {
.conteudo{width:95%;margin:auto}
.sobre-header{flex-direction:column;align-items:center;text-align:center}
footer{display:flex;flex-direction:column;font-size:.9em;color:#ccc;justify-content:space-between;width:90%;margin:5px auto 30px;align-items:center;gap:15px}
.hero-foto{max-width:86%}
#links-principais{width:88%}
#quem-e-michele{border-radius:10px;width:100%}
body{background-size:150%}
}
@media(max-width:480px) {
.video-wrapper{height:235px}
footer{font-size: .7em}
}