/* RESOLUCIONES --------------------------- */
/* ---------------------------------------- */
.mensajeSAGA {
  min-height: 150px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  padding: 16px;
  justify-content: center;
  text-align: center;
}
.mensajeSAGA.inMemoryOnly, .mensajeSAGA.edited {
  background: #666;
  border: #333 1px solid;
  color: #FFF;
}
.mensajeSAGA.error {
  background: #FCC;
  border: #933 1px solid;
  color: #333;
}
.mensajeSAGA .linea1 {
  font-size: 1.6vw;
  font-weight: bold;
}
.mensajeSAGA .linea2 {
  font-size: 1.1vw;
  margin-top: 8px;
}

.InfoEdited {
  position: absolute;
  top: 6px;
  left: 6px;
  z-index: 10;
}
.InfoEdited .InfoEditedIcon {
  width: 32px;
  height: 32px;
  font-size: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #369;
  color: #FFF;
}
.InfoEdited .InfoEditedTexto {
  width: 0;
  position: absolute;
  top: 0;
  left: 32px;
  background: #FFF;
  color: #333;
  padding: 0;
  font-size: 16px;
  overflow: hidden;
  font-family: sans-serif;
}
.InfoEdited .InfoEditedTexto .InfoEditedTexto-linea2 {
  margin-top: 8px;
}
.InfoEdited:hover .InfoEditedTexto {
  width: 300px;
  padding: 16px;
}

.ContenidoSAGA {
  position: relative;
}

.ElementoVideo iframe,
.ElementoVideo video {
  width: 100%;
}
.ElementoVideo img {
  width: 100%;
  height: auto;
}
.ElementoVideo .demo-gallery-poster {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20%;
  max-width: 100px;
}
.ElementoVideo .video-contenedor {
  display: flex;
}
.ElementoVideo .video {
  position: relative;
  width: 100%;
}
.ElementoVideo .Video-meta {
  margin-top: 12px;
}
.ElementoVideo.grande .video-contenedor .video {
  max-width: 100%;
  margin: 0 auto;
}
.ElementoVideo.pequenio .video-contenedor .video {
  max-width: 250px;
}
@media (max-width: 599px) {
  .ElementoVideo.pequenio .video-contenedor .video {
    max-width: 100%;
  }
}
@media (min-width: 600px) and (max-width: 899px) {
  .ElementoVideo.pequenio .video-contenedor .video {
    max-width: 100%;
  }
}
.ElementoVideo.mediano .video-contenedor .video {
  max-width: 560px;
}
@media (max-width: 599px) {
  .ElementoVideo.mediano .video-contenedor .video {
    max-width: 100%;
  }
}
@media (min-width: 600px) and (max-width: 899px) {
  .ElementoVideo.mediano .video-contenedor .video {
    max-width: 100%;
  }
}
.ElementoVideo.centro .video-contenedor {
  justify-content: center;
}
.ElementoVideo.izquierda .video-contenedor {
  justify-content: flex-start;
}
.ElementoVideo.derecha .video-contenedor {
  justify-content: flex-end;
}
.ElementoVideo[data-tipo-formatter=box].pequenio .video-contenedor .video, .ElementoVideo[data-tipo-formatter=box].mediano .video-contenedor .video, .ElementoVideo[data-tipo-formatter=box].grande .video-contenedor .video, .ElementoVideo[data-tipo-formatter=box].derecha .video-contenedor .video, .ElementoVideo[data-tipo-formatter=box].izquierda .video-contenedor .video, .ElementoVideo[data-tipo-formatter=box].centro .video-contenedor .video, .ElementoVideo[data-tipo-formatter=aside].pequenio .video-contenedor .video, .ElementoVideo[data-tipo-formatter=aside].mediano .video-contenedor .video, .ElementoVideo[data-tipo-formatter=aside].grande .video-contenedor .video, .ElementoVideo[data-tipo-formatter=aside].derecha .video-contenedor .video, .ElementoVideo[data-tipo-formatter=aside].izquierda .video-contenedor .video, .ElementoVideo[data-tipo-formatter=aside].centro .video-contenedor .video {
  max-width: 100%;
}

/*# sourceMappingURL=estilos-ElementoVideo.css.map */
