@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@600&family=Roboto:ital,wght@1,700&display=swap');
@font-face {
    font-family: 'Roboto';
    src: url('roboto.eot');
    /* IE9 Compat Modes */
    src: url('roboto.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('roboto.woff') format('woff'), /* Modern Browsers */
    url('roboto.ttf') format('truetype'), /* Safari, Android, iOS */
    url('roboto.svg#svgFontName') format('svg');
    /* Legacy iOS */
}

.contador-90-anos {
    background-color: #ececec;
    padding: 0;
    margin: 0;
}

.contador-90-anos div.corpo-contador {
    padding-top: 20px;
    max-width: 518px;
    margin: auto;
    text-align: center;
}

.corpo-contador .left {
    font-family: 'Roboto', sans-serif;
    float: left;
    font-size: 18px;
    line-height: 21px;
    padding-top: 40px;
    padding-left: 10px;
    padding-right: 10px;
    color: #212E5E;
    text-align: center;
    font-weight: 700;
}

.corpo-contador #countdown {
    float: left;
    padding-top: 20px;
}

.corpo-contador .right {
    font-family: 'Roboto', sans-serif;
    float: left;
    font-size: 18px;
    line-height: 21px;
    padding-top: 40px;
    padding-left: 10px;
    padding-right: 10px;
    color: #212E5E;
    text-align: center;
    font-weight: 700;
}

.contador-90-anos div.right-content img {
    max-width: 303px;
}

.contador-90-anos div.left-content p {
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
}

@media screen and (max-width: 678px) {
    .contador-90-anos div.textos-contador {
        display: inline-block;
    }
}

#countdown #tiles {
    position: relative;
    z-index: 1;
}

#countdown #tiles>span {
    width: 66px;
    height: 66px;
    max-width: 66px;
    font-family: 'Roboto', sans-serif;
    font-size: 40px;
    font-weight: 800;
    line-height: 47px;
    text-align: center;
    color: #1B305A;
    background-color: #C4C4C4;
    border-radius: 3px;
    margin: 0 7px;
    padding: 10px 0;
    display: inline-block;
    position: relative;
    letter-spacing: 0em;
    border-radius: 15px;
}

#countdown #tiles>span:before {
    content: "";
    width: 100%;
    height: 13px;
    display: block;
    padding: 0 3px;
    position: absolute;
    top: 41%;
    left: -3px;
    z-index: -1;
}

#countdown .labels li {
    width: 52px;
    font-family: Roboto;
    font-size: 12px;
    line-height: 14px;
    color: #1B305A;
    text-align: center;
    text-transform: uppercase;
    display: inline-block;
}