.containerCountdown {
    position: absolute;
    top: 460px;
    left: 50%;
    transform: translate(-50%);
    width: 320px;
    height: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-family: 'Times New Roman', Times, serif;
   /* background-color: #333; 
   background-color: rgba(255, 255, 255, 0.625);*/
    box-sizing: border-box;
}

.countdown {
    display: flex;
    justify-content: space-evenly;
    /*width: 50%; Expande*/
   /*flex-wrap: wrap;*/
}

.countdown div {
    display: grid;
    place-items: center;
    padding: 6px;
    padding-bottom: 0px;
    color: #454545;
}

/*Fecha */
.countdown p {
    display: grid;
/*importate align  justufy */
    place-items: center;
    justify-items: center;
/* border: 1px solid rgb(0, 0, 0);*/
    width: 45px;
    height: 45px;
    border-radius: 50%;
    color: #454545;
    font-size: 16px;
    /*background-color: #ff748c;*/
    /*background-color: #ce9c3d;*/
    background-color: transparent;
    background-color: #f4deb4;
    align-items: center;
}

span {
    display: block;
    margin-top: -12px;
    text-align: center;
    font-size: 14px;
    align-items: center;
}

/*.final-sms {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: grid;
    place-items: center;
    transform: translateY(-100%);
    transition: ease-in-out 4s;
    background-color: transparent;
    margin-bottom: 200px;
}

.final-sms h2 {
    text-align: center;
    font-size: 24px;
    color: #000;
}*/