#pieChart{margin-left:70px;}
.votar{cursor:pointer;}
.bg-dark{background-color:#295432!important;}
.d-table-cell img{width:200px;}
@media(max-width:1023px){
    .logo{max-width:100%!important;}
}
@media (max-width: 768px){
    p.h1{font-size:6vw;}
    body{background-size:auto 100%;background-position:center;}
    .logo{width:100%!important;padding-top:1rem;}
    #pieChart{margin-left:0px;}
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait){
    .logo{width:100%!important;}
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape){
    .logo{width:100%!important;}
}