@media screen and (min-width: 451px) {
    .inova {
        bottom: 80px;
    }
}

.inova .inova.whatsapp{
    border-radius: 50px;
    width: 50px;
}

.inova .fa {
    width: 21px !important;
    height: 31px !important;
}

.fa-whatsapp:before {
    top: -3px;
    font-size: 36px;
    right: 4px;
}

.inova .inova.whatsapp .btn{
    border-radius: 50px;
    padding: 12px 15px;
}

@media (max-width: 480px) {
    
    .inova .inova.whatsapp {
        right: 9px !important;
            width: 57px;
    }
    .inova .btn {
        border-radius: 40px;
        height: 60px !important;
        width: 60px !important;
        padding: 0 !important;
    }
        .inova {
        bottom: 50px !important;
        width: 50px;
        height: 53px;
    }
    .fa-whatsapp:before {
        font-size: 41px;
         top: -4px !important;
        right: 6px;
    }
     .inova .titulo {
        display: none;
    }
    
}

.inova {
    border: none;
   
    background-position: center center;
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
    position: fixed;
    right: 15px;
    bottom: 40px;
    transition: all .3s ease-in-out ;
    border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
    cursor: pointer;

    position: fixed;
    z-index: 9999;
}
.inova a { 
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.inova .fa {
    border-radius: 5px;
    width: 22px;
    height: 31px;
    text-align: center;
    margin: 0 2px;
    display: inline-block;
    font-size: 20px;
    color: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.botao-wpp {
    text-decoration: none;
    color: #eee;
    display: inline-block;
    background-color: #25d366;
    font-weight: bold;
    padding: 1rem 2rem;
    border-radius: 3px;
}
.botao-wpp:hover {
    background-color: darken(#25d366, 5%);
}
.botao-wpp:focus {
    background-color: darken(#25d366, 15%);
}
 
.inova button{
  padding: 0;
}
.inova:hover{
  width: 55px;
  height: 55px;
}

.fa-whatsapp:before {
    top: -2px;
    font-size: 36px;
    right: 3px;
}

.inova .inova.whatsapp .btn{
    border-radius: 50px;
    padding: 12px 15px;
}