/* PERSONALIZACIÓN DE LAS IMAGENES*/

.image-upload {
  overflow: hidden;
  flex-wrap: nowrap;
  overflow-x: scroll;
  height: 8px 0 16px;
}

.image-upload ul {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  margin: -8px -7px -7px -8px;
}

.image-upload li {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  margin: 8px 7px 7px 8px;
}

.image-upload img {
  cursor: pointer;
}

.widget {
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: flex;
  color: white;
}
.widget p {
  display: inline-block;
  line-height: 0.5em;
}
.fecha {
  font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  text-align: left;
  font-size: 20px;
  margin-bottom: 5px;
  padding-top: 10px;
  width: 55%;
  
}
.reloj {
  font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  width: 30%;
  padding-top: 10px;
  font-size: 20px;
  text-align: left;
  /*background: rgba(189, 189, 189, 0.050);*/
}
.reloj .cajaSegundos {
  display: inline-block;  
}
.reloj .ampm, .reloj .segundos{
  display: inline-block;
  font-size: 16px;
}