a {
    text-decoration: none;
    color: #368dba;
}

.card.y-move {
    transition: all 0.2s;
}

.card.y-move:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(189, 189, 189, 0.19), 0 6px 6px rgba(189, 189, 189, 0.23);
}

.sfondo-intestazione {
    background-color: #368dba;
}

nav ul li.nav-item {
    margin: 0 5px;
}

nav ul li a {
    text-transform: uppercase;
    min-height: 34px;
}

nav ul li a:hover {
    color: #2e79a0 !important;
}

nav ul li a.active {
    color: #2e79a0 !important;
}

nav .dropdown-item.active,
nav .dropdown-item:hover,
nav .dropdown-item:active,
nav .dropdown-item:focus {
    background-color: transparent;
}

div.separator {
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
    padding: 10px 0;
}

.text-justify {
    text-align: justify;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.btn-primary-custom {
    background-color: #368dba;
    color: #fff;
    border-radius: 0;
}

.btn-primary-custom:hover,
.btn-primary-custom:active {
    color: #fff !important;
    background-color: #2e79a0 !important;
    border-color: #2e79a0 !important;
}

nav .dropdown-menu {
    border-radius: 0 !important;
}

.navbar-brand,
.navbar-brand:focus,
.navbar-brand:hover {
    font-weight: 500;
    color: #368db4;
}

.navbar-brand img {
    max-height: 80px;
}

.partner-item {
    padding: 60px 0;
    overflow: hidden;
}

.section-bg {
    background-color: #f6f9fe;
}

#news .read-more {
    position: absolute;
    right: 15px;
    bottom: 15px;
}