
html{scroll-behavior:smooth}
body{font-family:'Montserrat',sans-serif;background:#fff;color:var(--dark);line-height:1.6;-webkit-font-smoothing:antialiased;overflow-x:hidden}
p{text-wrap:pretty}
h1,h2,h3,h4{text-wrap:balance}
img{display:block;max-width:100%}
section{position:relative}

.s-hero{--social-banner:url('/site/images/novo_layout/social-banner.jpg');position:relative;min-height:70vh;display:flex;align-items:center;justify-content:center;text-align:center;overflow:hidden;background:var(--dark)}
.s-hero-bg{position:absolute;inset:0;background-image:var(--social-banner);background-size:cover;background-position:center;z-index:0}
.s-hero::after{content:"";position:absolute;inset:0;z-index:1;background:linear-gradient(180deg,rgba(44,44,56,.55) 0%,rgba(44,44,56,.45) 50%,rgba(44,44,56,.8) 100%)}
.s-hero-in{position:relative;z-index:2;max-width:860px;padding:120px 5% 80px}
.s-hero .eyebrow{display:inline-block;font-size:13px;font-weight:800;letter-spacing:2px;text-transform:uppercase;color:var(--yellow);margin-bottom:18px}
.s-hero h1{font-size:clamp(2.4rem,5.5vw,4rem);font-weight:300;color:#fff;line-height:1.08;letter-spacing:-1.5px;margin-bottom:22px}
.s-hero h1 em{font-style:normal;color:var(--yellow);font-weight:600}
.s-hero p{font-size:clamp(15px,2vw,18px);line-height:1.7;color:rgba(255,255,255,.85);max-width:640px;margin:0 auto}

.s-sec{padding:90px 5%}
.s-sec.bg-light{background:var(--light)}
.s-wrap{max-width:1140px;margin:0 auto}
.s-head{text-align:center;max-width:700px;margin:0 auto 50px}
.s-eyebrow{display:inline-block;background:rgba(253,193,20,.15);color:var(--yellow);font-size:13px;font-weight:800;letter-spacing:1.8px;text-transform:uppercase;padding:8px 18px;border-radius:22px;margin-bottom:18px}
.s-title{font-size:clamp(1.9rem,3.4vw,2.7rem);font-weight:300;color:var(--dark);line-height:1.12;letter-spacing:-1px;margin-bottom:16px}
.s-title em{font-style:normal;color:var(--yellow);font-weight:600}
.s-lead{font-size:16px;line-height:1.7;color:var(--muted)}

.premios{background:var(--light)}
.prem-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-top:10px}
.prem{background:#fff;border:1px solid var(--border);border-radius:14px;height:130px;display:flex;align-items:center;justify-content:center;padding:18px;transition:.3s}
.prem:hover{box-shadow:0 12px 30px rgba(52,52,66,.10);transform:translateY(-3px)}
.prem img{max-width:100%;max-height:80px;object-fit:contain}
.prem-ph{display:flex;flex-direction:column;align-items:center;gap:8px;color:#bdbcb6}
.prem-ph-text{display:flex;align-items:center;justify-content:center;height:100%;min-height:90px;color:#b7b6b0;font-size:11px;font-weight:700;letter-spacing:1px}
.prem-ph svg{width:30px;height:30px;stroke:#cfcdc6;fill:none;stroke-width:1.5}
.prem-ph span{font-size:10px;font-weight:700;letter-spacing:.5px;text-transform:uppercase}

.fotos-marquee{margin-top:10px;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,transparent,#000 4%,#000 96%,transparent);mask-image:linear-gradient(90deg,transparent,#000 4%,#000 96%,transparent)}
.fotos-grid{display:flex;gap:16px;width:max-content;animation:fotosMarquee 50s linear infinite}
.fotos-marquee:hover .fotos-grid{animation-play-state:paused}
.foto-card{position:relative;border-radius:16px;overflow:hidden;aspect-ratio:3/4;background:#e9e8e4;display:flex;align-items:center;justify-content:center;flex:0 0 240px;width:240px}
@keyframes fotosMarquee{from{transform:translateX(0)}to{transform:translateX(calc((-100% - 16px) / 2))}}
.foto-card img{width:100%;height:100%;object-fit:cover;transition:.5s}
.foto-card:hover img{transform:scale(1.05)}
.foto-ph{display:flex;flex-direction:column;align-items:center;gap:8px;color:#bdbcb6}
.foto-ph svg{width:34px;height:34px;stroke:#bdbcb6;fill:none;stroke-width:1.5}
.foto-ph span{font-size:11px;font-weight:700;letter-spacing:.5px;text-transform:uppercase}

.esg-s{background:#fff}
.esg-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:10px}
.esg-c{border:1px solid var(--border);border-radius:18px;padding:34px 28px;transition:.3s}
.esg-c:hover{transform:translateY(-4px);box-shadow:0 18px 40px rgba(52,52,66,.08)}
.esg-c .ic{width:54px;height:54px;border-radius:14px;display:flex;align-items:center;justify-content:center;margin-bottom:20px}
.esg-c .ic svg{width:26px;height:26px;stroke:#fff;fill:none;stroke-width:2}
.esg-c.e .ic{background:var(--esg-e)}
.esg-c.s .ic{background:var(--yellow)}
.esg-c.g .ic{background:var(--esg-g)}
.esg-c h3{font-size:18px;font-weight:800;color:var(--dark);margin-bottom:10px}
.esg-c p{font-size:14px;line-height:1.65;color:var(--muted)}

.diretor{background:var(--dark)}
.dir-in{display:grid;grid-template-columns:420px 1fr;gap:54px;align-items:center;max-width:1140px;margin:0 auto}
.dir-photo{border-radius:20px;overflow:hidden;aspect-ratio:4/5;background:#3a3a47;display:flex;align-items:center;justify-content:center;position:relative}
.dir-photo img{width:100%;height:100%;object-fit:cover}
.dir-photo .foto-ph{color:#5c5c6b}
.dir-photo .foto-ph svg{width:40px;height:40px;stroke:#5c5c6b}
.dir-photo .foto-ph span{color:#5c5c6b}
.dir-txt{text-align:left}
.dir-quote{font-size:72px;line-height:.7;color:var(--yellow);font-family:Georgia,serif;font-weight:700;margin-bottom:14px;display:block}
.dir-msg{font-size:clamp(1.2rem,2.1vw,1.65rem);font-weight:300;line-height:1.5;color:#fff;letter-spacing:-.3px;margin-bottom:28px}
.dir-msg em{font-style:normal;font-weight:600;color:var(--yellow)}
.dir-name{font-size:17px;font-weight:700;color:#fff}
.dir-role{font-size:14px;font-weight:600;color:var(--yellow);margin-top:3px}

.amigos{background:var(--light)}
.amigos-in{display:grid;grid-template-columns:1.1fr 1fr;gap:50px;align-items:center;max-width:1140px;margin:0 auto}
.amigos-txt .s-eyebrow{margin-bottom:14px}
.amigos-txt h2{font-size:clamp(1.8rem,3.2vw,2.5rem);font-weight:300;color:var(--dark);line-height:1.14;letter-spacing:-1px;margin-bottom:18px}
.amigos-txt h2 em{font-style:normal;color:var(--yellow);font-weight:600}
.amigos-txt p{font-size:15.5px;line-height:1.75;color:var(--muted);margin-bottom:14px}
.amigos-photo{border-radius:18px;overflow:hidden;aspect-ratio:4/3;background:#e9e8e4;display:flex;align-items:center;justify-content:center}
.amigos-photo img{width:100%;height:100%;object-fit:cover}
.amigos-photo .foto-ph svg{width:38px;height:38px}

.cultura{background:var(--dark);color:#fff}
.cultura .s-title{color:#fff}
.cultura .s-lead{color:rgba(255,255,255,.7)}
.cult-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;margin-top:10px}
.cult-c{background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:30px 26px}
.cult-c .ic{width:48px;height:48px;border-radius:12px;background:rgba(253,193,20,.15);display:flex;align-items:center;justify-content:center;margin-bottom:18px}
.cult-c .ic svg{width:24px;height:24px;stroke:var(--yellow);fill:none;stroke-width:2}
.cult-c h3{font-size:17px;font-weight:800;color:#fff;margin-bottom:9px}
.cult-c p{font-size:14px;line-height:1.65;color:rgba(255,255,255,.62)}

@media(max-width:980px){
 .prem-grid{grid-template-columns:repeat(3,1fr)}
 .foto-card{flex:0 0 200px;width:200px}
 .esg-cards,.cult-grid{grid-template-columns:1fr}
 .amigos-in{grid-template-columns:1fr;gap:34px}
 .dir-in{grid-template-columns:1fr;gap:32px}
 .dir-photo{max-width:360px;margin:0 auto;aspect-ratio:4/4}
}
@media(max-width:600px){
 .prem-grid{grid-template-columns:repeat(2,1fr)}
}
