#hoy{
    padding:80px 0;
    background:#f8fafc;
}

.today-card{
    max-width:650px;
    margin:auto;
    background:#fff;
    border-radius:18px;
    padding:45px;
    text-align:center;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
}

.today-status{
    display:inline-block;
    padding:8px 18px;
    background:#1d4ed8;
    color:#fff;
    border-radius:50px;
    font-weight:600;
    margin-bottom:20px;
}

.today-card h3{
    font-size:2rem;
    margin-bottom:12px;
}

#today-time{
    color:#666;
    margin-bottom:25px;
}

#today-countdown{
    font-size:3rem;
    font-weight:700;
    color:#1d4ed8;
    margin-bottom:20px;
}

#today-message{
    font-size:1.1rem;
    color:#444;
}

/*=========================================
=           HOY - CELULAR                =
=========================================*/

@media (max-width:768px){

    #today-countdown{

        font-size:2rem;
        line-height:1.2;
        word-break:break-word;

    }

}