.brand-link-bot {

    background-color: #343a40;
    position: fixed;
    width: 100%;
    font-size: 1.2em;
    bottom: 0px;
    left: 0;
    margin: 0px;
    text-align: center;
    color: #fff;
    padding: 10px;
    box-shadow: 0 14px 28px rgba(0, 0, 0, .25), 0 10px 10px rgba(0, 0, 0, .22) !important;
}

.brand-link-bot a {

    color: #fff;
    font-weight: bolder;
    text-decoration: underline;
}

.brand-link-bot a:hover {

    color: #ccc;
}

input.checkbox-clientes {

    width: 100%;
    height: 30px;
}

a.additinal-btn {


    font-size: 18px;
    background-color: #ccc;
    color: #000;
    padding: 10px;
    border-radius: 5px;
    transition: all 0.2s ease;
}

a.additinal-btn:hover{

    background-color: #48494b;
    color: #fff;
}