

.cont-temporizador{
   display: flex;
   justify-content: center;
   margin-top: 15px; 
}

.cont-temporizador .bloque{
    margin: 0px 4px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.cont-temporizador .bloque div{
    display: flex;
    justify-content: center;
    align-items: center;   
    
    color: #ff95c1;
    font-size: 60px;
    font-weight: bold;
    width: 100px;
    height: 70px;
    margin-bottom: 10px;
    border-radius: 5px;
}

.cont-temporizador .bloque p{
    font-size: 20px;
    font-weight: bold;
    color: #ff95c1;

}

@media screen and (max-width:500px){
   .cont-temporizador .bloque div,
   .cont-temporizador .bloque p{
    font-size: 15px;
}

.cont-temporizador{
   display: flex;
   justify-content: center;
   margin-top: 25px; 
}

.cont-temporizador .bloque div{
    display: flex;
    justify-content: center;
    align-items: center;   
   
    color: #ff95c1;
    font-size: 40px;
    font-weight: bold;
    width: 60px;
    height: 40px;
    margin-bottom: 10px;
    border-radius: 5px;
}


.cont-temporizador .bloque p{
    font-size: 12px;
    font-weight: bold;
    color: #ff95c1;

}}