.body__desktop{
    display: none;
}
footer {
    padding: 1em 2em;
}
p{
    margin-bottom: 0;
    text-align: center;
    line-height: 1.2em;
}
.barra__topo__countdown {
    background-color: #D7172C;
    position: fixed;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 0;
    gap: 10px;
}
header.barra__topo__countdown > h2 {
    color: #fff;
    font-size: 1.10em;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 0;
    line-height: inherit;
}
div#clockdivdesktop8 > div {
    width: 38px;
}
#clockdivdesktop8,
#clockdivdesktop8 > div,
#clockdivdesktop8 div > span{
    display: inline-block;
    margin: 0px;
}
#clockdivdesktop8{
    color: #fff;
    text-align: center;
}
#clockdivdesktop8 > div{
    border: 1px solid #fff;
}
#clockdivdesktop8 div > span{
    font-size: 16px;
}
.smalltext3{
    font-size: 6px;
}
@media screen and (min-width: 700px){
    .body__desktop{
        display: block;
    }
    .body__mobile{
        display: none;
    }
}
@media screen and (min-width: 1200px){
    header.barra__topo__countdown > h2 {
        font-size: 1.50em;
    }
    div#clockdivdesktop8 > div {
        width: 56px;
    }
    #clockdivdesktop8 div > span{
        font-size: 20px;
    }
    .smalltext3{
        font-size: 11px !important;
    }
}