.contador-evento-wrapper {
    border: 1px solid #1d3f6f;
    background-color: #bce4db;
    border-radius: 20px;
    padding: 20px 10px;
    position: absolute;
    text-align: center;
    max-width: 250px;
    z-index: 9;
    left: 50px;

    transition: all linear .1s;
    -moz-transition: all linear .1s;
    -webkit-transition: all linear .1s;
}

.contador-evento-wrapper .close {
    border-color: #1d3f6f;
    position: absolute;
    border-radius: 50%;
    line-height: 15px;
    color: #1d3f6f;
    font-size: 15px;
    height: 24px;
    width: 24px;
    right: 10px;
    padding: 0;
    top: 10px;

}

.contador-texto,
.contador-texto p {
    color: var(--e-global-color-primary);
    line-height: 1.4rem;
    font-size: 1.4rem;
    font-weight: bold;
    margin-bottom: 0;
}

.contador-texto span:not(.count) {
    text-transform: uppercase;
    font-size: 18px;
}

.contador-texto #dias {
    line-height: 50px;
    font-size: 50px;
}

.contador-texto .count {
    font-family: 'ds-digitalnormal';
    font-size: 28px;
    display: block;
}

.contador-evento {
    display: flex;
    justify-content: center;
    gap: 15px;
    font-size: 2.8rem;
    font-weight: bold;
}

.contador-evento .bloco {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
    border-radius: 10px;
    padding: 12px 18px;
    min-width: 80px;
}

.contador-evento small {
    display: block;
    font-size: 0.65rem;
    margin-top: 4px;
    color: #777;
    text-transform: uppercase;
}

#contador-finalizado {
    color: var(--e-global-color-primary);
    font-size: 1.8rem;
    font-weight: bold;
}

@font-face {
    font-family: 'ds-digitalnormal';
    src: url('ds-digi-webfont.woff2') format('woff2'),
        url('ds-digi-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}