
.favorito{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    /*height: 100%;*/
    /*margin-bottom: 20px;*/
}

.fa-heart {
    margin-left: 10px;
    font-size: 30px;
}

.fa-star {
    margin-left: 10px;
    font-size: 30px;
}

.bn62 {
    color: var(--dark-text-color);
    /*background-color: var(--leiloes-det-secondary-color);*/
    font-size: 1.6rem;
    line-height: 2.6rem;
    font-weight: 800;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 3em;
    width: 100%;
    cursor: pointer;
}

.btnfav {
    font-size: 20px
}

.bn62:hover .fa-heart{
    color: var(--highlight-color);
}
.bn62:hover .fa-star{
    color: var(--highlight-color);
}

.fa-heart.active {
    margin-left: 10px;
    font-size: 30px;
    color: var(--highlight-color);
}
.fa-star.active {
    margin-left: 10px;
    font-size: 30px;
    color:var(--highlight-color);
}

.bn62:hover .fa-heart.active{
    color: var(--leiloes-det-secondary-color);
}
.bn62:hover .fa-star.active{
    color: var(--leiloes-det-secondary-color);
}

.negocio{
    width: 100%;
    /*height: 100%;*/
}

.negocio_btn{
    color: var(--light-text-color);
    background-color: var(--highlight-color);;
    font-size: 1.6rem;
    line-height: 2.6rem;
    font-weight: 800;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 3em;
    width: 100%;
    height: 60px;
    cursor: pointer;
}

.negocio_btn:hover{
    color: var(--primary-color);
}

