:root{--blue:#07348e;--dark:#03266f;--orange:#f58220}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:#f5f8fc;color:#24364a;font-family:Sora,Arial,sans-serif}
a{text-decoration:none;color:inherit}
header{height:105px;padding:0 7%;display:flex;align-items:center;justify-content:space-between;background:#fff;box-shadow:0 8px 28px #00245914;position:relative;z-index:2}
header img{width:105px;height:92px;object-fit:contain}
header nav{display:flex;gap:26px;color:var(--blue);font-weight:700;font-size:.9rem}
header nav a:hover{color:var(--orange)}
.masthead{padding:105px 7%;text-align:center;color:#fff;background:radial-gradient(circle at 50% 120%,#168cff55,transparent 45%),linear-gradient(135deg,var(--dark),var(--blue));border-bottom:6px solid var(--orange)}
.masthead small,.sectionTitle small{color:#ffae62;font-weight:800;letter-spacing:.2em}
.masthead h1{font-size:clamp(2.8rem,7vw,6rem);margin:14px 0}
.masthead h1 b{color:var(--orange)}
.masthead p{font-size:1.1rem}
main{max-width:1180px;margin:auto;padding:90px 24px}
main section{margin-bottom:110px}
.sectionTitle{text-align:center;margin-bottom:42px}
.sectionTitle h2{font-size:clamp(2rem,4vw,3.6rem);color:var(--blue);margin:8px}
.newsGrid{display:grid;grid-template-columns:repeat(2,1fr);gap:28px}
.newsGrid article{background:#fff;border-radius:22px;overflow:hidden;box-shadow:0 12px 35px #00245914}
.newsGrid img{width:100%;height:280px;object-fit:cover}
.newsGrid img.logoJincest{object-fit:contain;object-position:center;background:#fff;padding:12px}
.newsGrid article div{padding:28px}
.newsGrid small{color:var(--orange);font-weight:700}
.newsGrid h3{font-size:1.4rem;color:var(--blue)}
.newsGrid p,.videoGrid p{line-height:1.75;color:#68788a}
.photoGrid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.photoGrid figure{margin:0;background:#fff;border-radius:18px;overflow:hidden;box-shadow:0 10px 28px #00245912}
.photoGrid img{width:100%;height:230px;object-fit:cover}
.photoGrid figcaption{padding:16px;font-weight:700;color:var(--blue)}
.videoGrid{display:grid;grid-template-columns:repeat(2,1fr);gap:28px}
.videoGrid article{background:#fff;padding:18px;border-radius:22px;box-shadow:0 12px 35px #00245914}
.videoGrid iframe,.emptyVideo{width:100%;aspect-ratio:16/9;border:0;border-radius:14px}
.emptyVideo{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;background:linear-gradient(135deg,var(--dark),var(--blue));color:#fff;font-size:3rem}
.emptyVideo span{font-size:1rem;font-weight:700}
.videoGrid h3{color:var(--blue)}
footer{text-align:center;padding:55px 20px;background:var(--dark);color:#ffffffb5}
footer img{width:115px;height:105px;object-fit:contain}
footer p{font-size:.85rem}
.whatsappFloat{position:fixed;right:26px;bottom:26px;z-index:30;width:62px;height:62px;border-radius:50%;display:grid;place-items:center;background:#25d366;color:#fff;font-size:26px;box-shadow:0 10px 28px #003b1a55;animation:whatsappMove 2.2s ease-in-out infinite}
.whatsappFloat span{position:absolute;right:72px;white-space:nowrap;background:#fff;color:#07348e;padding:9px 13px;border-radius:10px;font-size:.75rem;font-weight:800;box-shadow:0 8px 24px #00245925}
.whatsappFloat:before{content:'';position:absolute;inset:-8px;border:2px solid #25d366;border-radius:50%;animation:whatsappRing 2.2s ease-out infinite}
@keyframes whatsappMove{0%,100%{transform:translateY(0) rotate(0)}50%{transform:translateY(-10px) rotate(5deg)}}
@keyframes whatsappRing{0%{transform:scale(.82);opacity:.8}80%,100%{transform:scale(1.28);opacity:0}}
@media(prefers-reduced-motion:reduce){.whatsappFloat,.whatsappFloat:before{animation:none}}
@media(max-width:760px){header{height:auto;padding:12px 20px;align-items:flex-start}
header nav{flex-wrap:wrap;justify-content:flex-end;gap:12px;font-size:.78rem}
.masthead{padding:75px 20px}
.newsGrid,.videoGrid{grid-template-columns:1fr}
.photoGrid{grid-template-columns:1fr 1fr}
.newsGrid img{height:220px}
}
@media(max-width:450px){.photoGrid{grid-template-columns:1fr}
}
