/***** GENERAL ******/
body {
    font-family: 'inter', sans-serif;
    font-weight: 400;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'inter', sans-serif;
    font-weight: 800!important;   
}

.font-geometry{
    font-family: 'GeometrySoftPro', sans-serif;
    font-weight: 400!important;     
}
.text-yellow { color: #f1df1b !important }
.text-orange { color: #FF7E16 !important }
.text-green { color: #76B82A !important }
.text-blue { color: #009FE3 !important }
.text-red { color: #e10106 !important }
.text-white { color: white !important }
.text-grey { color: #353535 !important }
.bg-blue {background-color: #00569C;}
/********** HEADER *************/
.nav-link {
    transition: all .3s;    
}
.nav-link:hover {
    text-decoration: none !important;
    transition: all .3s;  
    color: #e9ff67!important
}
.it-header-slim-wrapper .it-header-slim-wrapper-content a {
    font-size: 0.92rem!important;
    transition: all .3s;
}
.it-header-wrapper .it-header-slim-wrapper .it-header-slim-wrapper-content a:hover,
.it-footer a:hover {
    text-decoration: none !important;
    transition: all .3s;
    color: #8eff8e;
}
.it-header-slim-wrapper .it-header-slim-wrapper-content span {
    margin: 0 12px;
}
.it-header-center-wrapper .logo-top{
    height: 90px;
    position: relative;
    bottom: 6px;
}

.it-header-slim-wrapper .it-header-slim-wrapper-content a .icon {
    width: 30px;
    height: 30px;
    transition: all .3s;
    transform-origin: center;
}
.it-header-slim-wrapper .it-header-slim-wrapper-content a .icon:hover,
.footer-info a .icon:hover{
    transition: all .3s;
    fill: #8eff8e!important;
}
.it-header-slim-wrapper {
   background: #009FE3; 
} 
.it-header-navbar-wrapper {
  background:#76B82A;
}
.navbar { background: transparent }

.it-header-wrapper .navbar .navbar-collapsable .navbar-nav li a.nav-link {
        padding: .89rem 1.1rem;
}
.header-button a,
.news-box a.btn,
.card-teaser .btn {
    color: white;
    background-color: #40705E!important;
    border-radius: 50px;
    padding: 10px 25px;
    margin: 0 10px;
    text-decoration: none;
    font-weight: 400;
    font-size: 16px;
    transition: all .3s;
}
.header-button a:hover,
.news-box a.btn:hover,
.archivio a:hover,
.card-teaser a .btn:hover {
    background-color: #419475!important;
    transition: all .3s;
}
.header-button a:last-child{
    margin: 0 0 0 10px;
}
.header-button a img{
    height: 22px!important;
    margin-right: 7px;
}
.header-button a:nth-child(2) img{
    height: 19px!important;
}
.navbar .navbar-collapsable .navbar-nav li a.nav-link { 
    color: white 
}
.logo-hamburger img {
    height: 40px
}
/********** SLIDER *************/
.wave-slider {
    position:absolute;
    bottom: 0;
    height: 18%;
    width: 100%;
}

/********** NEWS *************/
.title {
    padding:3% 0 5%;
} 
.title img {
    width: 50px;
    margin-right: 10px;
    bottom: 4px;
    position: relative;
}
.date-line {
    border-bottom: 2px solid #546e5e
}
.latest {
    -webkit-box-shadow: 0px 3px 15px 0px #898989;
    -moz-box-shadow: 0px 0px 3px 15px 0px #898989;
    -o-box-shadow: 0px 3px 15px 0px #898989;
    box-shadow: 0px 3px 15px 0px #898989;
}
h2 {
    font-size: 4rem!important;
}
.news-box {
    padding: 20px
}
.evidenza .btn {
    position: absolute;
    bottom: 0;
}
.news-box img {
    border-radius: 0 9px 9px 0 
}
.card {
    --bs-card-bg: transparent 
}
.card.no-after>.read-more::before {
    height: 0;
}
.bg-u-sx {
    background: url("../svg/bg-green.svg") no-repeat bottom / cover;
}
.archivio a {
    background: #50695a;
    width: auto;
    text-decoration: none;
    padding: 10px 25px;
    border-radius: 50px;
    color: white;
    transition: all .3s;
    font-size: 14px;
}
/********** 4 BOX ***********/
.bg-home-rivista {
     background: rgb(82,154,0);
    background: linear-gradient(0deg, rgba(82,154,0,1) 0%, rgba(118,184,42,1) 100%); 
}
.btn-box {
    border: 3px solid #00569C;
    border-radius: 50px!important;
}
.btn-box:hover {
    border: 3px solid #00569C;
}
/********** LINK VELOCI ***********/
.link-box a {
    background-color: #40705E;
}
.avatar.size-lg {
    width: 80px;
    height: 80px;
    border-radius: 0!important;
}
.avatar img {
    border-radius: 6px;
}
/********** FOOTER ***********/
.it-footer a {
    text-decoration: none;
    font-weight: 500;
}
.footer-list a {
   font-size: 1em
}
.it-footer-main { 
    background: #009FE3; 
    background:  url("../svg/bg-footer.svg") no-repeat bottom / cover, #009FE3; 
}
.it-footer .footer-bottom {
    margin-top: 1.667rem;
    padding-top: 1.333rem;
    padding-bottom: 2.5rem;
    border-top: 0;
}
.sponsor {
    margin-top: 20px;
}
.sponsor-container {
    padding: 0 20px
}
.sponsor-container img{
    height: 60px;
    margin: 0 20px;
    border-radius: 6px;
}
.sponsor-container p{
    font-size: 13px;
    line-height: 1.5em;
    margin-top: 20px;
    width: 80%
}
.footer-sponsor {
    padding: 20px 50px;
}
.it-footer .footer-info { 
    font-size: 1rem !important;
    transition: all .3s;
}
.it-footer .footer-bottom a + a {
    margin-left: 0 
}
/********** PAGES ***********/
.cmp-heading h2,
.print small{
    color: #009FE3;   
}

.cmp-heading h2 {
    font-size: 2.8rem!important  
}

.it-header-center-wrapper.theme-light .it-header-center-content-wrapper .it-right-zone { color: #034875 }
.it-header-center-wrapper .top-icon a img { height:auto !important }

.evidence-section .section {  }
.evidence-section .section.mini {  }

a.read-more:hover { text-decoration: none }

img.img-bottom { vertical-align: bottom }
img.mh-slider { min-height: 580px }


.cmp-breadcrumbs .breadcrumb-container .breadcrumb .breadcrumb-item a { color: #1565c0 }

img.img-cover { display: block; height: 100%; width: 100%; object-fit: cover }

.it-carousel-wrapper .splide__pagination { position: absolute; z-index: 3; width: 100%; margin-top: -50px }
.it-carousel-wrapper .splide__pagination button { width: 1rem; height: 1rem; background: #ffffff }
.it-carousel-wrapper .splide__pagination button.is-active { background: #e99900 }
.it-carousel-wrapper .splide__arrows { display: none }
.it-carousel-wrapper img.img-cover { max-height: 700px }

/* MAX */ 
#collapseFaq .accordion-header .accordion-button {
    border-top: 1px solid #c5c7c9;
    box-shadow: none;
    padding: 14px 24px;
    cursor: pointer;
    color: #06c;
    font-weight: 600;
}

.it-header-slim-wrapper .it-header-slim-wrapper-content {font-size:1rem;justify-content:flex-start}


.it-footer .footer-heading-title { font-size: 1.4rem !important }
.link-list-wrapper ul li a span { color: #25598a !important }
.navbar.it-navscroll-wrapper .link-list-wrapper ul li a { font-size:1.2rem }
.navbar.it-navscroll-wrapper .link-list-wrapper ul li a.active span { color: #25598a !important }
.navbar.it-navscroll-wrapper .link-list-wrapper ul li a.active { border-left: 2px solid #25598a }


.cmp-navscroll .navbar.it-navscroll-wrapper .link-list-wrapper .accordion .accordion-header .accordion-button { color:#25598a; font-size:.875rem !important }
.icon-primary { fill: #25598a !important }

.t-primary { color: #25598a }

.bg_logo_sx .avatar { background:transparent }

.fixed-list { max-height: 300px; overflow-y: auto }

.search-form-reselts { background-color: #e9e6f2; color: #1a1a1a; padding:2rem }

.form-group .btn { color: #fff !important }

.it-header-wrapper .navbar-collapsable .it-socials { color: #25598a !important }
.it-header-wrapper .navbar-collapsable .it-socials ul li a svg { fill: #25598a !important }

.icon-play { position: absolute; top: 35%; left: 0; width: 100%; height: 84px; background: url("../images/icon-play.png") no-repeat center center }
.icon-logo { position: absolute; top: 3%; left: 5%; width: 100%; height: 70px; background: url("../images/icon-logo.png") no-repeat left top }

@media (min-width: 576px) {

}

@media(min-width: 992px) {
    /*.card-wrapper.card-teaser-wrapper.card-teaser-block-3>.card-teaser {
        flex:0 0 49%
    }*/
}

@media (max-width: 992px) {
    .it-header-navbar-wrapper {
        background: white;
    }
    .navbar .navbar-collapsable .navbar-nav li a.nav-link { 
        color: #00569C;
    }
    .it-right-zone {
        display: none!important;
    }
    .it-header-center-wrapper a img {
        height: 60px !important;
        bottom: 2px!important;
    }
    .it-header-wrapper .it-nav-wrapper .it-header-navbar-wrapper {
        position: absolute;
        left: initial;
        right: 0;
    }
    .it-header-wrapper .it-nav-wrapper .it-brand-wrapper {
        padding-left: 0;
    }
    .it-header-center-wrapper {
        padding-left: 0;
        padding-right: 0;
    }
    .it-header-slim-wrapper {
        padding: 0;
    }
    .it-header-wrapper .navbar-collapsable .close-div {
        right:20px;
        left: auto;
    }
    .bg_logo_dx {
        border-top: 5px solid #8fb339;
    }
    
}

@media (max-width: 575.8px) {
    .footer-sponsor {
        margin: 20px!important;
        padding: 20px 0!important;
    }
    h2 {
        font-size: 2.7rem !important;
    }
    .title img {
        width: 38px;
    }
    .it-footer-main { 
    background:  #009FE3; 
    }
    .sponsor-container img{
        height: auto;
        width: 200px;
        margin: 20px 0;
        display: inline-block
    }
    .sponsor-container p{
        width: 100%
    }
    .card-teaser .date-line {
        border-bottom: 0;
    }
    .top-link, .slash{
        display: none
    }
    .cmp-heading h2 {
        font-size: 2.3rem!important  
    }
}

@media (min-width: 1400px) {

}