a:link {
    color: white !important;
}
a.btn-link {
    color: white !important;
}
.btn {
    font-weight: 500;
    border-radius: 20px;
    font-size: 20px;
    background-color: #015ebb;
}
#botoncitos{
position:fixed;
z-index:10000;
width:50px;
height:200px;
background-color: white;
left:100%;
top:80%;
margin-left:-50px;
margin-top:-100px;
padding-top: 5px;
padding-right: 5px;
padding-bottom: 5px;
padding-left: 5px;
border-radius: 5px;
}
.site-copyright{
    display: none;
    }
    
    .brand-text .market-titulo {
    font-weight: 700;
    color: #fff;
    font-size: 34px;
    margin: 0 0 5px 0;
    padding: 10px 0 0 0;
    letter-spacing: -2px;
    display: none;
}