/*********************************************
 * Hotline
**********************************************/

.br-hotline {
    --size:25px;
    position:fixed; bottom:50px; left:15px; z-index:9;
}

.br-hotline a {
    padding:8px 15px;
    display:block;border-radius:20px;
    background:#000;color:#ffc814;
    font-weight:700;
}

.br-hotline a:hover {
    color:#000;background:#ffc814;
}

.br-hotline img {max-width:var(--size);margin-right:10px;}

@media only screen and (max-width:480px) {
    .br-hotline {bottom:85px;}
}