.list-pl-0 li {
    padding-left: 0 !important;
}

.planos-saiba-mais {
    padding: 10px 25px;
}

.btn-azul-escuro,
.btn-laranja {
    width: 100%;
    padding: 12px 30px;
    font-size: 13px;
    background-color: #081828 !important;
}

.btn-azul-escuro:hover {
    background-color: #3B5998 !important;
    color: #fff;
}

.btn-laranja {
    background-color: #ff6600 !important;
    color: #fff !important;
}

.btn-laranja:hover {
    /* opacity: .7; */
    background-color: #ff7e29 !important;
}

.auto {
    width: auto;
}

.select-disable {
    pointer-events: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.brand-icon {
    display: flex;
    justify-content: center;
}

.features .table-list li {
    padding: 3px 0 !important;
}

.whatsapp-chat {
    position: fixed;
    bottom: 100px;
    right: 50px;
    z-index: 9999;
}

.whatsapp-chat .card-body {
    background-image: url('../images/whatsapp-background.png');
}

.whatsapp-chat .modal-header {
    background-color: #2a5f55;
    color: #FFF;
}

.whatsapp-chat .btn {
    background-color: #4ab15e;
    color: #FFF;
    transition: .3s;
    width: 100%;
}

.whatsapp-chat .btn:hover {
    opacity: .85;
}

.whatsapp_button {
    z-index: 1;
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 60px;
    height: 60px
}

.none {
    display: none;
}

.object-cover {
    object-fit: cover;
}

.entrar-link {
    display: none;
}

.desconto {
    position: absolute;
    margin-top: 50px;
    background-color: #23c143;
    padding: 4px 10px;
    font-size: .8em;
    color: #FFF;
    border-radius: 4px;
    user-select: none;
}

@media (max-width: 767px) {
    .entrar-link {
        display: list-item !important;
    }
}