body{
    margin: 0;
}
#widget-votos-impeachment, #widget-votos-impeachment *{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    transition: all 0.1s ease;
}
#widget-votos-impeachment{
    width: 100%;
    max-width: 1280px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    /*-webkit-box-shadow: 1px 6px 18px -4px rgba(102,102,102,1);
    -moz-box-shadow: 1px 6px 18px -4px rgba(102,102,102,1);
    box-shadow: 1px 6px 18px -4px rgba(102,102,102,1);*/
}
#widget-votos-impeachment #titulo{
    font: 23px/23px 'OGloboCondensedSemibold', Arial, Tahoma;
    color: #323232;
    text-transform: uppercase;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 6px;
    border-bottom: 1px solid #323232;
    margin-bottom: 4px;
}

.ct-lista{
    width: 100%;
    float: left;
}
.ct-lista:last-child{
    /*margin-left: 1%;*/
    float: right;
}
.nome-votacao{
    width: 25.9%;
    padding: 1.8% 5px 1.8% 1.8%;
    background: #323232;
    float: left;
    height: 100px;
}
.nome-votacao .titulo{
    font: 23px/23px 'OGloboCondensedSemibold', Arial, Tahoma;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 9px;
}
.nome-votacao .nome{
    font: 20px/22px 'OGloboCondensedMedium', Arial, Tahoma;
    color: #fff;
    margin-bottom: 6px;
    text-transform: uppercase;
}
.nome-votacao .alterada-em{
    font: 15px/16px 'OGloboCondensedMedium', Arial, Tahoma;
    color: #a5a5a5;
    display: none;
}
#categorias{
    width: 55%;
    overflow: hidden;
    height: auto;
    float: left;
}
.categoria{
    /*max-width: 144px;*/
    width: 25%;
    float: left;
    height: 100%;
    border-right: 2px solid #DFDFDF;
    border-bottom: 2px solid #DFDFDF;
    height: 100px;
    text-align: center;
}
/*.categoria:nth-child(3){
    max-width: 185px;
    width: 40%;
}*/
.categoria:first-child h1{
    background: #326EB4;
}
.categoria:nth-child(2) h1{
    background: #D81111;
}
.categoria:nth-child(3) h1{
    background: #A2A2A2;
}
.categoria:nth-child(4) h1{
    background: #656565;
}
.categoria:first-child .valor{
    color: #326EB4;
}
.categoria:nth-child(2) .valor{
    color: #D81111;
}
.categoria:nth-child(3) .valor{
    color: #A2A2A2;
}
.categoria:nth-child(4) .valor{
    color: #656565;
}
.categoria h1{
    margin: 0;
    padding: 1px;
    font: 23px/30px 'OGloboCondensedBold', Arial, Tahoma;
    color: #fff;
    text-transform: uppercase;
}
.categoria .valor{
    font: 48px/40px 'OGloboCondensedBold', Arial, Tahoma;
}
.info-categoria{
    width: 100%;
    height: auto;
    overflow: hidden;
    font: 15px/16px 'OGloboCondensedMedium', Arial, Tahoma;
    color: #656565;
    display: block;
}
.info-categoria-mobi{
    padding: 5px 9px;
    background: #F2F2F2;
    text-transform: uppercase;
    line-height: 18px;
    display: none;
}
.info-categoria-mobi .quad{
    width: 10px;
    height: 10px;
    background: #656565;
    display: inline-block;
    margin-right: 5px;
}
.votos-necessarios{
    width: 100%;
    height: auto;
    overflow: hidden;
    font: 15px/24px 'OGloboCondensedRegular', Arial, Tahoma;
    color: #326EB4;
    text-transform: uppercase;
}
.votos-necessarios-mobi{
    padding: 5px 9px;
    background: #F2F2F2;
    display: none;
}
.votos-necessarios-mobi .quad{
    width: 10px;
    height: 10px;
    background: #326EB4;
    display: inline-block;
    margin-right: 5px;
}
.votos-necessarios span{
    font-family: 'OGloboCondensedMedium', Arial, Tahoma;
}
#votos-computados{
    width: 19.1%;
    height: 100px;
    overflow: hidden;
    padding: 20px 0 5px 5px;
    background: #EEEEEE;
    text-align: left;
}
#votos-computados .titulo{
    font: 15px/14px 'OGloboCondensedSemibold', Arial, Tahoma;
    color: #666666;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: middle;
    width: auto;
    padding: 0 5px;
    border-right: 2px solid #a2a2a2;
}
#votos-computados .link{
    font: 17px/18px 'OGloboCondensedMedium', Arial, Tahoma;
    color: #326EB4;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    text-align: center;
    padding: 0 5px;
}
#votos-computados .total{
    font: 26px/14px 'OGloboCondensedBold', Arial, Tahoma;
    color: #666;
    margin: 10px 0;
}
#votos-computados .alterada-em{
    font: 16px/16px 'OGloboCondensedMedium', Arial, Tahoma;
    color: #727272;
    display: inline-block;
    vertical-align: middle;
    width: auto;
    width: 100%;
    text-align: center;
    padding: 15px 5px;
}
@media all and (max-width: 1180px){
    .votos-necessarios,
    .info-categoria{
        line-height: 12px;
    }
}
@media all and (max-width: 710px){
    #widget-votos-impeachment #titulo{
        font: 20/22px 'OGloboCondensedBold', Arial, Tahoma;
        color: #fff;
        background: #323232;
        border-color: #fff;
        margin-bottom:0;

    }
    .ct-lista{
        width: 100%;
    }
    .ct-lista:last-child{
        margin-left: 0;
    }
    .nome-votacao{
        width: 100%;
        padding: 10px;
        text-align: center;
        height: auto;
    }
    .nome-votacao .titulo{
        font-size: 23px;
        line-height: 24px;
        margin-bottom: 5px;
    }
    .nome-votacao .nome{
        font-size: 17px;
        line-height: 20px;
    }
    #categorias{
        width: 100%;
    }
    .categoria,
    .categoria:nth-child(3){
        width: 25%;
        height: auto;
    }
    .categoria:last-child{
        border-right: 0;
    }
    .categoria h1{
        font: 15px/15px 'OGloboCondensedSemibold', Arial, Tahoma;
        padding: 4px 0;
    }
    .categoria .valor{
        font-size: 40px;
        line-height: 40px;
        padding: 5px 0;
    }
    #votos-computados{
        width: 100%;
        background: #F2F2F2;
        height: auto;
        padding: 8px 0;
        text-align: center;
    }
    #votos-computados .titulo{
        border: 0;
        color: #757575;
        margin: 0;
        margin-top: -75px;
    }
    .categoria .votos-necessarios{
        display: none;
    }
    .votos-necessarios-mobi{
        display: block;
    }
    #votos-computados .link{
        color: #2f64a5;
        border: 0;
    }
    .categoria .info-categoria{
        display: none;
    }
    .info-categoria-mobi{
        display: block;
    }


}
@media all and (max-width: 500px){
    .categoria h1{
        font: 13px/13px 'OGloboCondensedSemibold', Arial, Tahoma;
        padding: 4px 0;
    }
    #votos-computados{
        padding: 0;
    }
    #votos-computados .alterada-em{
        padding: 5px;
    }
}