@charset "utf-8";
/* CSS Document */


.inverso{
    padding: 10px;
    
}

.inverso .contador {
    background-color: #fdfdfd;
    padding: 5px 10px;
}

.inverso .contador .titulos{
    text-align: center;
}

.inverso .contador .titulos h3 {
    font-size: 30px;
    padding: 0px;
    margin-top: 10px;
    margin-bottom: 5px;
}

.inverso .contador .hirow{
    display: flex;
    margin: auto;
    width: 100%;
    max-width: 860px;
    justify-content: center;
}

.inverso .contador .hirow .hicol-lg-2{
    border-radius: 5px;
    background-color: #4a4a4a;
    padding: 25px;
    color: #ffffff;
    text-align: center;
    margin: 10px;
}

.inverso .contador .hirow .hicol-lg-2 .hicountdown-container{
    background: #424242;
    padding: 17px;
    border-radius: 5px;
    box-shadow: -2px -3px 12px 0px #000000;
}

.inverso .contador .hirow .hicol-lg-2 .hicountdown-container .hinumber{
    background: #000000;
    padding: 20px;
    border-radius: 5px;
    font-size: 40px;
    font-weight: bold;
}

.inverso .contador .hirow .hicol-lg-2 .hicountdown-container .hiconcept{
    padding: 10px 5px 0px 5px;
    font-size: 20px;
}
.reverso{
    display: none;
    background: #9B9B9B;
}

.reverso .anuncio{
    text-align: center;
    padding: 80px;
    font-size: 25px;
    font-weight: bold;
}

@media screen and (max-width: 800px) {

  .inverso .contador .titulos h3 {
    font-size: 20px;
    padding: 0px;
    margin-top: 10px;
    margin-bottom: 5px;
}  

.inverso .contador .hirow {
    display: flex;
    margin: auto;
    width: 100%;
    max-width: 860px;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
}

.inverso .contador .hirow .hicol-lg-2 {
    border-radius: 5px;
    background-color: #4a4a4a;
    padding: 11px;
    color: #ffffff;
    text-align: center;
    margin: 2px;
}    

.inverso .contador .hirow .hicol-lg-2 .hicountdown-container {
    background: #424242;
    padding: 10px;
    border-radius: 5px;
    box-shadow: -2px -3px 12px 0px #000000;
}    

.inverso .contador .hirow .hicol-lg-2 .hicountdown-container .hinumber {
    background: #000000;
    padding: 6px;
    border-radius: 5px;
    font-size: 18px;
    font-weight: bold;
}    

.inverso .contador .hirow .hicol-lg-2 .hicountdown-container .hiconcept {
    padding: 6px 2px 0px 0px;
    font-size: 9px;
}    
    
}