#widget{
    position: fixed;
    right: -375px;
    top: 90px;
    background-color: #FFF;
    border: 1px solid #CCC;
    padding: 20px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 40%);
    z-index: 1000;
    transition: 0.3s;
    min-width: 385px;
    min-height: 208px;
}
#widget-aba{
    position: fixed;
    right: 10px;
    top: 130px;
    background-color: #fff;
    padding: 14px;
    border: 1px solid #CCC;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 40%);
    z-index: 1000;
    cursor: pointer;
    transition: 0.3s;
}
#widget-aba img{
    max-width: 20px;
    transition: 0.3s;
    transform: rotate(180deg);
}
#cotacao-dolar{
    font-weight: bold;
    font-size: 20px;
    margin-top: 28px;
    text-transform: uppercase;
    color: #696969;
    text-align: center;
}

@media screen and (max-width: 699px) {
    #widget {
        max-width: 265px;
        min-width: unset;
        right: -252px;
        min-height: 230px;
    }   
}