body, p {
    color: #212529;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 500 !important;
}
h3 {
    text-transform: none;
}
#header .header-top.header-top-default {
    background: #f9fbff;
}
.page-header {
    background-color: #EBF0FF4F;
}
.page-header.page-header-classic::after {
    height: 4px;
    background: rgb(225, 13, 22)!important;
}
.page-header h1 {
    color: #1b2b4c;
    font-weight: 500;
}
.page-header h1 span {
    color: #e50c17;
}
.img-icone-slide {
	width: 90px!important;
	margin: 0 auto!important;
	background-color: #fff !important;
  	margin-bottom: 10px !important;	
}
.card {
	margin-bottom: 20px!important;
}

#footer {
    background: #fff;
    border-top: 4px solid #3760aa;
}
#footer .footer-bg-color-2, #footer .footer-copyright {
    background: #3760aa;
}
#footer a:not(.btn):not(.no-footer-css) {
    color: #ccc;
}
html .bg-color-light-scale-1 {
  background-color: #f9fbff !important;
}
.text-rosso {
	color: #E10D17!important;
}
.text-blu {
	color: #1E2B55!important;
}

@media (max-width: 992px) {
    .dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
        color: #333;
    }
	.dropdown-item.active, .dropdown-item:active {
		color: #fff;
		background-color: #3760aa;
	}
	.dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
		background-color: #3760aa !important;
		color: #fff !important;
	}
	.nav-pills > li.active > a, .nav-pills .nav-link.active {
		background-color: #3760aa;
		color: #fff !important;
	}
}