.nav-tabs {
    border-bottom: 1px solid #a3114c;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #a3114c !important;
    background-color: #fff;
    border-color: #a3114c #a3114c #fff;
}


#sidebar .nav-link.active {
    background-color: #f6f8fa;
    color: var(--primary-color);
    font-weight: 600;
    border-left: 4px solid var(--primary-color);
}

#sidebar .nav-link {
    border-radius: 4px;
}

#sidebar .nav .nav-link {
    transition: background-color 0.15s, transform 0.12s;
}

#sidebar .nav-item > a.active {
    background-color: #a3114c ;
    color: #fff !important;
}
/*
.collapse .nav-link.active{
  background: #B77692 !important;
  color: white !important;
  border-left: 5px solid #a3114c !important;
  font-weight: 400 !important;
}
*/
.tab-content>.active {
    background: #fff;
    padding: 15px;
    border-radius: 15px;
    box-shadow: 0 0 16px 0 #8080801f;
}
.btn.focus, .btn:focus{
    box-shadow: none !important;
}
#accordion{
    width: 100%;
    justify-self: center;
}
.card {
    border: none !important;
    background: #a3114c !important;
    margin-top: 1rem;
}
.card-header{
    background: #fff;
}
.letra-b{
   color: #fff !important;
    width: 100%;
    text-align: justify;
}
.letra-v{
    color: #a3114c !important;
    text-align: justify !important;
}
.badge{
    background: #a3114c42;
    color: #a3114c;
}
.bg-vino{
    background-color: #a3114c !important;
    
}
.card-body{
    background: #fff;
    color: #585656;
}