 .cont-temporizador {
     display: flex;
     justify-content: center;
     margin-top: 50px;
 }
 
 .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;
     background-color: rgb(9 135 40);
     box-shadow: 0px 0px 6px 2px #6df8f7 inset;
     color: #ffffff;
     font-size: 40px;
     font-weight: bold;
     padding: 9px;
     width: 100%;
     height: auto;
     margin-bottom: 10px;
     border-radius: 5px;
 }
 
 .cont-temporizador .bloque p {
     font-size: 11px;
     font-weight: bold;
     color: #012c0e;
 }
 /* @media (max-width: 360px) {
     .cont-temporizador {
         width: 100%;
         border: 1px solid red;
     }
 } */