.bt-fixo{
    width: 50px;
    height: 50px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #027fa6;
    justify-content: center;
    align-items: center;
    display: flex;
    text-align: center;
    border-radius: 50%;
    border: none;
    outline: none;
    font-size: 1.6em;
    font-weight: 600;
    color: white;
    box-shadow: 0px 0px 15px #7c98a1;
}

.bt-fixo img{
    width: 25px;
}

.dv-fixo{
    display: none;
    position: fixed;
    bottom: 70px;
    right: 20px;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    border: none;
    outline: none;
 
 }

.dv-fixo div{
    width: 50px;
    height: 50px;
    margin-bottom: 10px;
    background-color: #027fa6;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
   box-shadow: 0px 0px 15px #7c98a1;
}

.dv-fixo img{
    width: 30px;
}


/************* BOTÃO DESCONTO *************/

.desconto{
    position: fixed;
    bottom: 20px;
    left: 20px;
    justify-content: center;
    box-shadow: 1px 1px 20px gray;
    border-radius: 10px;
    background:#fc0303;
    width: 80px;
    height: 75px;
    border-radius: 10px 10px;
}

.title-desconto{
    font-size: 19pt;
    font-weight: 800;
    color: white;
}

.title-desconto p{
    margin:0;
    padding: 0;
}


.desconto button{
    width: 80px;
    padding:5px;
    outline: none;
    border: none;
    border-radius: 10px;
    background-color: darkblue;
    color: whitesmoke;
    text-align: center;
    font-weight: 600;
    margin: 0px;
    font-size: 12pt;
}