#inicio_now{
    display: none;
}

#inicio_now.mostrar{
    display: block;
}

#contador{
    display: flex;
    justify-content: center;
    transition: all 0.5s cubic-bezier(0.37, 0.85, 0.58, 1);
}
#contador_panel.ocultar{
    display: none;
}

.simply-section{    
    border: 4px dashed var(--color-base);
    background: #fff;
    width: 80px;
    height: 80px;
    border-radius: 5px;
    margin: 0 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--color-base);
}
.simply-amount{
    display: block;
    font-size: 16px;
    font-weight: 700;
    /* margin: 10px 0; */
    margin-bottom: -10px;
}
.simply-word{
    font-weight: 300;
    font-size: 12px;    
}