/*   Cascada de reloj inicio */
.wrap{
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    margin: auto;
    width:100%;
   color: #0c054d;
}
.widget{
    width: 100;
    margin: auto;
}
.widget p{
    display: inline-block;
    
}

.fecha{
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    width: 70%;
    
    
}
.reloj{
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    text-align: center;
    font-weight: bold;
    width: 70%;
    position: absolute;
    display: flex;
    margin-top: -10px;
    margin-left: 30px;
    
    
}
.caja-segundos {
    display:inline-block;  
}
.caja-segundos .segundos,
.caja-segundos .ampm {
}


/* cascada de reloj fin */  