#cabecera_producto {
	background-color: #eee !important;
	border-left: 6px solid #E20727;
}
#cabecera_producto h5, #cabecera_producto h2 {
	color:#686868 !important;
}

#accordion .bg-gray {

    background-color: #E20727 !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: #E20727 !important;
}
.section-title-border-half::before {
	border: 2px solid #E20727;
}

#accordion i.text-primary {
    color: #fff !important;
}


.btn-primary {
    background: #E20727 !important;
    border-radius: 0 !important;
}

.btn-primary:hover {
    background: #F22747 !important;
}

.card-header {
	border-radius: 0 !important;
}

