
.bg-azul-escuro{
    background-color: #1a2b48;
}

.link-dark{
    text-decoration: none;
    color: #666;
    transition: color 0.3s ease;
    cursor: pointer;
}
.link-dark:hover{
    color: rgba(var(--bs-link-color-rgb),var(--bs-link-opacity,0.6)) !important;
}

.text-color-money-offer{
    color: #cb4d1f;
}

.link-card{
    position: relative;
    top: 0;
    transition: top 0.15s ease;
}
.link-card:hover{
    top: -0.5rem;
}
.drop-down:hover{
    & ul{
        display: block !important;
    }
    
} 
.bg-opacity{
    background-color: rgba(0, 0, 0, 0.2);
    transition: background-color 0.2s ease;
}
.bg-opacity:hover{
    background-color: rgba(0, 0, 0, 0.4);
}