body{
    margin-bottom: 6rem;
}
#cofinanciado-centro2020 {
    position: fixed;
    bottom: 0;
    background-color: white;
    width: 100%;
    z-index: 1000;
    text-align: center;
    padding: 0.5rem 0;
    -webkit-box-shadow: 0px -9px 13px 0px rgba(102,102,102,0.6); 
    box-shadow: 0px -9px 13px 0px rgba(102,102,102,0.6);
    display: none;
}
#cofinanciado-centro2020 a{
    outline:none;
    border: none;
}
#cofinanciado-centro2020 img{
    max-width: 500px;
}
@media screen and (max-width: 639px) {
    #cofinanciado-centro2020 img { width: 90%;}
}