/*-- Use For Custom Styling --*/

.tamanho-grande {
    height: 700px !important;
}

.logo-60 {
    max-width: 60% !important;
}

a.whatsapp-background {
    color: #fff !important;
}

.whatsapp-background {
    position: fixed;
    z-index: 2000;
    bottom: 100px;
    right: 10px;
    height: 55px;
    min-width: 55px;
    max-width: 95vw;
    background-color: #25d366;
    color: #fff;
    border-radius: 30px;
    box-shadow: 1px 6px 24px 0 rgba(7,94,84,.24);
    transition: background-color .5s ease-in-out;
}

i.fab.fa-whatsapp.whatsapp-button {
    font-size: 36px;
    text-align: center;
    height: 36px;
    width: 100%;
    margin-top: 9px;
}

.fab {
    font-family: "Font Awesome 5 Brands";
}
