:root {
  --primary: #144b5b;
  --primary-dark: #0e3541;
  --secondary:#ec092b;
}
body a {
    color:var(--primary);
}
header a {
    color:#fff;
}
.header-layout-3 .top a {
    color: var(--primary);
}
.header-layout-3 .principale {
    background: var(--primary);
}
header .principale .wrapper .sinistra .nome {
    display: none;
}
header .principale .wrapper .sinistra .logo {
    min-width: 35rem;
}
.header-layout-3 .btn-primary {
    color: var(--primary);
}
.header-layout-3 .btn-primary:hover {
    background: var(--primary);
}
.header-layout-3 .btn-primary svg {
    fill: var(--primary) !important;
}
.link-list-wrapper ul li a span {
    color: var(--primary);
}
.header-layout-3 .ricercaInput form button {
    color: var(--primary);
}
.header-layout-3 .menu .pulsante-prim {
    color: var(--primary);
}
.menu-popup .menu {
    background: var(--primary);
}
.menu-popup .menu .primo-livello:hover {
    color: var(--primary) !important;
}
.menu-popup .menu .primo-livello[aria-expanded="true"] {
    color: var(--primary) !important;
}
.menu-popup .menu .primo-livello[aria-expanded="true"]:hover {
    color: var(--primary) !important;
}
.slider-l3 .c-2 {
    background: var(--primary);
}
.slider-home-3-thumbs .swiper-slide-thumb-active {
    background: var(--primary-dark);
}
.pulsante-prim {
    background: var(--primary);
}
.pulsante-prim:hover {
    background: var(--primary-dark);
}
.primopiano-l3 .slider-notizie .swiper-slide .contenuto h3 a {
    color: var(--primary);
}
.primopiano-l3 .slider-notizie .swiper-slide .contenuto .data {
    color: var(--primary);
}
.swiper-pagination-bullet-active {
    opacity: 1;
    background: var(--primary);
}
.attivita-progetti-l3 .box figure {
    border: 5px solid var(--primary);
}
.risorse-importanti-elenco-l3 {
    background: var(--primary);
}
.bandi-l3 .testata {
    background: var(--primary);
}
.bandi-l3 .testata .pulsante-prim {
    color: var(--primary);
}
footer a {
    color:#fff;
}
footer .main {
    background: var(--primary);
}
footer .bottom-footer {
    background: var(--primary-dark);
}
#listaTags a {
    border: 1px solid var(--primary);
    background: var(--primary);
}
#listaTags a:hover {
    background: var(--primary-dark);
}
.griglia-notizie-correlate .box figure .categoria {
    background: var(--primary);
}
.griglia-notizie-correlate .box .contenuto .data {
    color: var(--primary);
}
.griglia-notizie-correlate .box .contenuto .data::before {
    color: var(--secondary);
}
.griglia-notizie .box figure .categoria {
    background: var(--primary);
}
.griglia-notizie .box .contenuto .data {
    color: var(--primary);
}
.griglia-notizie .box .contenuto .data::before {
    color: var(--primary);
}
#eventi-home-l5 .row-eventi {
    display: grid;
    grid-template-columns: 1fr;
}
#eventi-home-l5 .wrapper-eventi .box {
    display: none;
}
#listaTags {
    display: none;
}
#ultime-notizie .categoria {
    display: none;
}
#eventi-home .slider-eventi-2-col .box .data {
    background: var(--primary);
}
#reviewAct {
    margin-top:2rem;
}
.imgRev {
    height:350px;
    margin-bottom:1rem;
}
.imgRev img {
    height:100%;
    width:100%;
    object-fit: cover;
}
@media(max-width:1200px) {
    header .principale .wrapper .sinistra .logo {
        min-width: 25rem;
    }
}
@media(max-width:992px) {
    header .principale .wrapper .sinistra .logo {
        min-width: unset;
        width:100%;
    }
}

.slider-l3 .sfondo::after {
  background: rgba(0, 0, 0, 0.6);
}