CINERAMA
Cines
Cartelera
Proximos Estrenos
Contacto
❮
❯
CINERAMA MOYOBAMBA
JR MANUEL DEL AGUILA 542 MOYOBAMBA
Lo sentimos
No hay funciones programadas en este cine próximamente.
Ver otros cines
border-radius: 8px; overflow: hidden; display: flex; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); color: #333; } .schedule-poster { width: 150px; flex-shrink: 0; } .schedule-poster img { width: 100%; height: 100%; object-fit: cover; display: block; } .schedule-content { padding: 20px; flex-grow: 1; } .movie-title { margin: 0 0 5px 0; font-size: 22px; color: #000; } .movie-meta { color: #666; font-size: 14px; margin-bottom: 20px; } .dates-container { display: flex; flex-direction: column; gap: 15px; } .date-block { border-bottom: 1px solid #eee; padding-bottom: 15px; } .date-block:last-child { border-bottom: none; } .date-header { font-weight: bold; color: #e50914; margin-bottom: 10px; font-size: 14px; text-transform: uppercase; } .times-grid { display: flex; flex-wrap: wrap; gap: 10px; } .time-btn { display: inline-block; padding: 8px 16px; background: #fff; border: 1px solid #ccc; border-radius: 4px; text-decoration: none; color: #333; font-size: 14px; transition: 0.2s; text-align: center; } .time-btn:hover { background: #e50914; color: #fff; border-color: #e50914; } .time-btn .time { font-weight: bold; } @media (max-width: 600px) { .schedule-card { flex-direction: column; } .schedule-poster { width: 100%; height: 200px; } .schedule-poster img { object-fit: cover; } }