:root {
    --alt-font: 'cerebri-sans-regular';
    --primary-font: 'cerebri-sans-regular';
    --base-color: #305974;
    --dark-gray: #305974;
    --very-light-gray: #eceff1;
    --yellow: #ecab23;
    --medium-gray: #7c898d;
    --solitude-blue: #f4f7f9;
}
.navbar .navbar-nav .nav-item .nav-link.active, .navbar .navbar-nav .nav-item.active .nav-link, .navbar .navbar-nav .nav-item:hover .nav-link {opacity: .6;}
header .navbar-brand img {max-height: 50px;}
.bg-very-light-gray {background-color: #cce8ff;}
.text-dark-gray, .btn-link.text-dark-gray, a.text-dark-gray-hover:hover {color: #305974;}
.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a img {width: 40px; margin-right: 10px;}
.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a {border-bottom: 1px solid var(--very-light-gray); padding: 12px 30px; font-size: 16px; color: var(--dark-gray) !important; font-family: 'cerebri-sans-medium' !important;}
.cover-background {background-repeat: no-repeat !important; overflow: hidden; position: relative; background-position: center center !important;}
.right-210px {right: 50px;}
.bg-azzurro-logo {background-color: #9ad3d4;}
.bg-azzurro-logo-medio {background-color: #7fb1d1;}
.text-white { color:#fff !important;}
.bg-light-turquoise-blue {background-color: #edf9fa;}
.bg-gradient_white-to-light-turquoise-blue {background: #ffffff; background: linear-gradient(180deg,rgba(255, 255, 255, 1) 0%, rgba(237, 249, 250, 1) 100%);}
[data-shadow-animation].shadow-in {box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);}
.fs-72 {font-size: 4.475rem; line-height: 4.668rem;}

@media (max-width: 991px) {
	.fs-72-mobile {font-size: 3.475rem; line-height: 3.668rem; padding-bottom:20px;}
	.w-70-mobile {width: 70% !important;}
}