/* subpaginas-chapa.css: estilos integrados en chapa-premium.css. Archivo dejado para compatibilidad. */

.video_container{
  display:flex;
  justify-content:center;
  align-items:center;
  padding:20px;
  background:linear-gradient(135deg,#f4efff,#ffffff);
  border-radius:25px;
}

.video_container video{
  width:100%;
  max-width:340px;
  aspect-ratio:9/16;
  border-radius:20px;
  object-fit:cover;
  box-shadow:0 10px 30px rgba(0,0,0,0.15);
}

.video_banner{
  background:linear-gradient(135deg,#f4efff,#ffffff);
  border-radius:30px;
  padding:25px;
  overflow:hidden;
  box-shadow:0 10px 30px rgba(0,0,0,0.12);
}

.video_cover{
  width:100%;
  border-radius:20px;
  margin-bottom:25px;
}

.video_container{
  display:flex;
  justify-content:center;
}

.video_container video{
  width:100%;
  max-width:340px;
  aspect-ratio:9/16;
  border-radius:20px;
  object-fit:cover;
  box-shadow:0 10px 25px rgba(0,0,0,0.18);
}