
/* Custom CSS */
.bg-primary {
    background-color: #3aab58 !important;
}

.logo{
    width: auto;
    height: 65px !important;
}

@media (max-width: 768px) {
    .logo {
        height: 55px !important;
    }
}

a.whatsapp-float-btn{
    position: fixed !important;
    inset: auto 18px 18px auto !important;
    right: 18px !important;
    bottom: 18px !important;
    left: auto !important;
    top: auto !important;
    width: 58px !important;
    height: 58px !important;
    min-width: 58px !important;
    max-width: 58px !important;
    min-height: 58px !important;
    max-height: 58px !important;
    flex: 0 0 58px !important;
    padding: 0 !important;
    border-radius: 50% !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    z-index: 2000;
    text-decoration: none;
    transition: transform .15s ease-in-out;
}

a.whatsapp-float-btn i{
    font-size: 26px;
    line-height: 1;
}

a.whatsapp-float-btn:hover{
    transform: translateY(-2px);
}

a.whatsapp-float-btn:focus{
    outline: none;
    box-shadow: var(--bs-box-shadow), 0 0 0 .25rem rgba(var(--bs-success-rgb), .25);
}

