.bg-diglink {
    background-color: #2B2E83;
}
.text-diglink {
    color: #2B2E83;
}
.text-black {
    color: #000;
}

.nav-custom .nav-link:hover {
	color: var(--primary-900);
	background: var(--primary-700);
	border-color: var(--primary-700);
}

.nav-custom .nav-link.active {
	color: var(--primary-900);
	background: var(--primary-300);
	border-color: var(--primary-900);
}


.btn-start {
    background: rgb(72,203,162);
    background: -moz-linear-gradient(90deg, rgba(72,203,162,1) 2%, rgba(83,221,107,1) 56%);
    background: -webkit-linear-gradient(90deg, rgba(72,203,162,1) 2%, rgba(83,221,107,1) 56%);
    background: linear-gradient(90deg, rgba(72,203,162,1) 2%, rgba(83,221,107,1) 56%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#48cba2",endColorstr="#53dd6b",GradientType=1);
    border: 1px solid #53dd6b;
}

.pricing h4 {
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 22px;
}
section#price .pricing .card-header , section#price .pricing .card-body ,.pricing-switchers .switcher-button{
    background: rgb(59,175,227);
    background: -moz-linear-gradient(0deg, rgba(59,175,227,1) 9%, rgba(90,218,241,0.9864320728291317) 41%);
    background: -webkit-linear-gradient(0deg, rgba(59,175,227,1) 9%, rgba(90,218,241,0.9864320728291317) 41%);
    background: linear-gradient(0deg, rgba(59,175,227,1) 9%, rgba(90,218,241,0.9864320728291317) 41%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3bafe3",endColorstr="#5adaf1",GradientType=1);
   
}
section#price .pricing .card-body{
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}
section#price .profesional .card-header, section#price .profesional .card-body{
    background: rgb(73,172,241);
    background: -moz-linear-gradient(0deg, rgba(64,105,245,0.9948354341736695)  9%, rgba(73,172,241,1) 41%);
    background: -webkit-linear-gradient(0deg, rgba(64,105,245,0.9948354341736695)  9%, rgba(73,172,241,1) 41%%);
    background: linear-gradient(0deg, rgba(64,105,245,0.9948354341736695)  9%, rgba(73,172,241,1) 41%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#49acf1",endColorstr="#4069f5",GradientType=1);

}

.pricing.card {
    color: #fff;
}
.btn-price {
    background: rgb(72,203,162);
    background: -moz-linear-gradient(117deg, rgba(72,203,162,1) 35%, rgba(82,221,107,1) 54%);
    background: -webkit-linear-gradient(117deg, rgba(72,203,162,1) 35%, rgba(82,221,107,1) 54%);
    background: linear-gradient(117deg, rgba(72,203,162,1) 35%, rgba(82,221,107,1) 54%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#48cba2",endColorstr="#52dd6b",GradientType=1);
    color:#fff;
    border: transparent;
}
.pricing-wrapper [class*=col-] .pricing.card .card-body{
    margin:unset !important;
}

.top-package {
    position: absolute;
    right: 15px;
    bottom: -15px;
}