#cabecera_producto {
	background-color: #eee !important;
	border-left: 6px solid #104EAB;
}
#cabecera_producto h5, #cabecera_producto h2 {
	color:#686868 !important;
}

#accordion .bg-gray {

    background-color: #104EAB !important;
}

.section-title-sm, .section-title {
	color:#fff;
}


a.card-link {
	color:#fff;
}

a.card-link:hover {
	color:#eee;
}


.section-title-border-half::after {
    background: #104EAB !important;
}
.section-title-border-half::before {
	border: 2px solid #104EAB;
}

#accordion i.text-primary {
    color: #fff !important;
}


.btn-primary {
    background: #104EAB !important;
    border-radius: 0 !important;
    color:#fff;
}

.btn-primary:hover {
    background: #205EBB !important;
    color:#eee;
}

.card-header {
	border-radius: 0 !important;
}

