/* ===== SEÇÃO 07: Imprensa (sem escopo) ===== */
.pressM-section,
.pressM-section * { font-family: 'Onest', sans-serif !important; }

.pressM-section { background: url('https://www.unicesumar.edu.br/wp-content/uploads/2025/07/BG.png') no-repeat center / cover; background-attachment: fixed; padding: 60px 20px; color: #00aaff; overflow: hidden; }
.pressM-section h2 { font-size: 35px; font-weight: 700; color: #00aaff; margin: 0 0 40px; max-width: 1200px; margin-inline: auto; padding-left: 20px; }

.pressM-wrapper { max-width: 1060px; margin-inline: auto; display: flex; align-items: center; gap: 0; position: relative; }
.pressM-arrow { background: transparent; border: none; color: #fff; cursor: pointer; transition: opacity .25s; }
.pressM-arrow:hover { opacity: .7; }

.pressM-carousel { display: flex; overflow-x: auto; scroll-behavior: smooth; scroll-snap-type: x mandatory; gap: 24px; padding-inline: 2px; scrollbar-width: none; -ms-overflow-style: none; }
.pressM-carousel::-webkit-scrollbar { display: none; }

.pressM-slide { flex: 0 0 calc((100% - 48px) / 3); border-radius: 0; overflow: hidden; background: #fff; color: #0a0a0a; scroll-snap-align: center; text-decoration: none; box-shadow: 0 2px 6px rgba(0,0,0,.12); transition: transform .3s; }
.pressM-slide:hover { transform: translateY(-4px); }
.pressM-slide img { width: 100%; height: 200px; object-fit: cover; display: block; }

.pressM-info { padding: 18px 14px 22px; }
.pressM-info h3 { font-size: 15px; font-weight: 800; line-height: 1.35; margin: 0 0 14px; color: #0a0a0a; }
.pressM-date { font-size: 13px; color: #666; }

/* MOBILE */
@media (max-width: 768px) {
  .pressM-section h2 { font-size: 24px; text-align: start; padding-left: 0; }
  .pressM-slide { flex: 0 0 calc((100% - 24px) / 2); }
}
@media (max-width: 480px) { .pressM-slide { flex: 0 0 100%; } }
