.toast {
    opacity: 1 !important;
}

#toast-container > div {
    opacity: 1 !important;
}


.wtapp {
    position: fixed;
    bottom: 133px;
    right: 215px;
    height: 40px;
    width: 40px;
    box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
    text-align: center;
    line-height: 40px;
    text-align: center;
    opacity: 0;
    border-radius: 50%;
    color: #fff;
    transition: all 0.4s ease-in-out;
    z-index: 1000;
    background-color: #01e675 !important;
}

.wtapp-chat {
    position: fixed;
    bottom: 120px;
    right: 30px;
    height: 32px;
    width: 200px;
    /* box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08); */
    text-align: center;
    /* line-height: 0px; */
    /* text-align: center; */
    opacity: 0;
    border-radius: 5px;
    color: #fff !important;
    transition: all 0.4s ease-in-out;
    z-index: 999;
    background-color: #1ebea5 !important;
    padding: 5px;
}

.wtapp-mini {
    position: fixed;
    bottom: 100px;
    right: 158px;
    height: 40px;
    width: 40px;
    box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
    text-align: center;
    line-height: 40px;
    text-align: center;
    opacity: 0;
    border-radius: 50%;
    color: #fff;
    transition: all 0.4s ease-in-out;
    z-index: 1000;
    background-color: #01e675 !important;
}

.wtapp-chat-mini {
    position: fixed;
    bottom: 90px;
    right: 30px;
    height: 30px;
    width: 145px;
    box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
    text-align: center;
    /* line-height: 0px; */
    /* text-align: center; */
    opacity: 0;
    border-radius: 5px;
    color: #fff !important;
    transition: all 0.4s ease-in-out;
    z-index: 999;
    background-color: #1ebea5 !important;
    padding: 5px;
    font-size: 12px;
}

.empresa {
    padding-top: 100px;
    padding-bottom: 150px;
}

.contato {
    padding: 120px 0;
}

.bg-x-twitter, .h-bg-x-twitter:hover {
    background-color: #000000 !important;
}