/* Add here all your CSS customizations */
.float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 80px;
    right: 40px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    z-index: 100;
}

.float:hover {
    background-color: #1cb855;
    color: #FFF !important;
    text-decoration: none !important;

}

.my-float {
    margin-top: 16px;
}

#contato {
    background-image: url('../img/banner/bg-ctt.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}