@font-face {
    font-family: "tit_reg";
    src: url(../fonts/titillium/TitilliumWeb-Regular.woff) format('woff'), /* Modern Browsers */
        url(../fonts/titillium/TitilliumWeb-Regular.ttf)  format('truetype'), /* Safari, Android, iOS */
        url(../fonts/titillium/TitilliumWeb-Regular.svg) format('svg'); /* Legacy iOS */
}

@font-face {
    font-family: "tit_bold";
    src: url(../fonts/titillium/TitilliumWeb-Bold.ttf) format('truetype');
}

body{
    font-family: "tit_reg";
}

h1, h2{
    font-family: "tit_bold";
}

img{
    max-width: 100% !important;
}

a{
    text-decoration: none;
}

label {
    color: #2f3133;
}

iframe, video{
    max-width: 100% !important;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
    position: fixed;
    inset: 0;
    z-index: 999999;
    overflow: hidden;
    background: #ffffffb8;
    transition: all 0.6s ease-out;
}

#preloader:before {
    content: "";
    position: fixed;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
    border: 6px solid #fff;
    border-color: #4b7223 transparent #4b7223 transparent;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    -webkit-animation: animate-preloader 1.5s linear infinite;
    animation: animate-preloader 1.5s linear infinite;
}

@-webkit-keyframes animate-preloader {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes animate-preloader {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

#cookie-bar-prompt input, #cookie-bar-prompt label{
    color: white !important;
}

#cookiebar-tracking-input{
    margin-bottom: 1rem !important; 
}

.card-body a{
    text-decoration: none;
}

.progetto-ica{
    background: url(../img/progetto.png) no-repeat;
    background-size: cover;
    background-position: center;
    height: 400px;
}

.colore-principale{
    color: #2e3133 !important;
}

/*** HEADER ***/

.it-header-slim-wrapper .it-header-slim-wrapper-content .navbar-brand{
    color: #2e3133;
}

.it-header-slim-wrapper{
    background-color: white;
    display: flex;
    align-items: center;
    height: 70px;
}

.it-header-slim-wrapper .it-header-slim-wrapper-content a{
    color: #2e3133;
    background-color: white;
}

.it-header-center-wrapper .it-header-center-content-wrapper .it-right-zone .it-socials ul .icon{
    background-color: white;
    padding: 3px;
    border-radius: 50%;
    fill: #2f3133;
}

.it-header-center-wrapper .it-header-center-content-wrapper .it-right-zone .it-socials ul .icon:hover{
    background-color: #2f3133;
    fill: white;
}

.it-header-center-wrapper .it-header-center-content-wrapper .it-search-wrapper a.rounded-icon{
    background-color: white;
    border-radius: 50%;
}
.it-header-slim-wrapper .it-header-slim-wrapper-content a .icon, .it-header-center-wrapper .it-header-center-content-wrapper .it-search-wrapper a.rounded-icon svg{

    fill: #fff !important;
}


@media only screen and (max-width: 1200px){
    .it-header-slim-wrapper .it-header-slim-wrapper-content a .icon, .it-header-center-wrapper .it-header-center-content-wrapper .it-search-wrapper a.rounded-icon svg{
        height:14px;
        width: 14px;
        fill: #fff !important;
    }
}

.navbar .navbar-collapsable .navbar-nav li a.nav-link.active{
    background-color: #4b7223;
    border-color: #4b7223;
}

.navbar .dropdown-menu .link-list-wrapper ul li a span, .navbar .dropdown-menu .link-list-wrapper ul li a i{
    color: #2e3133;
}

@media only screen and (max-width: 991px) {
    .navbar .dropdown-menu .link-list-wrapper ul li a span, .navbar .dropdown-menu .link-list-wrapper ul li a i{
        color: white;
    }
}
.link-list-wrapper ul li a span{
    color: #2e3133;
}

.it-header-wrapper .logo{
    height: 50px;
}

.bs-it-sticky-wrapper .logo{
    height: 60px;
    margin-right: 20px;
}

/*** HERO **/

.it-hero-wrapper{
    background-color: white;
    min-height: auto;
}

/*** BODY ***/

.btn-primary{
    background-color: #2e3133;
    color: white;
}

.btn-primary:hover{
    background-color: white;
    color: #2e3133;
}

.btn-secondary{
    border: 2px solid white;
    background: white;
    color: #2e3133;
}

.btn-secondary:hover{
    border: 2px solid #2e3133;
    background: #2e3133;
    color: white;
}

.btn-ds-homepage{
    border: 2px solid #4b7223;
    background: #4b7223;
    color: #fff;
}

.btn-ds-homepage:hover{
    border: 2px solid #2e3133;
    background: #2e3133;
    color: #fff;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show>.btn-primary.dropdown-toggle{
    background-color: #2e3133;
    border-color: #2e3133;
}

.section.section-muted{
    background-color: #f5f6f7;
}

.section.section-background-header::before{
    background-color: #c2c7cc;
}

.card .categoryicon-top .icon{
    fill: #435a70;
}

.card.card-bg-primary {
    background-color: #c2c7cc;
}

.card.card-bg-warning {
    background-color: #4b7223;
}

.card.card-bg-dark {
    background-color: #2e3133;
}

a.read-more {
    color: #2e3133;
}

a.read-more .icon{
    fill: #435a70;
}

.card .card-body a h5.card-title, .card .card-body a .card-title.h5 {
    color: #2e3133;
}

.back-to-top{
    background-color: #2e3133;
}

/*** FOOTER ***/

.it-footer-main{
    background-color: #2e3133;
}

.it-footer-small-prints {
    background-color: #2e3133;
}

.icon-primary{
    fill: #2e3133 !important;
}


@media (max-width: 992px) {
    .dropdown-item .icon-primary{
        fill: white !important;
    }
}

.navbar .navbar-collapsable{
    display: auto !important;
}

.splide__arrows{
    display: none;
}

.it-hero-wrapper .splide__track{
    padding: 0 !important;
}

.it-hero-wrapper img{
    width: 100%;
    object-fit: contain;
    height: auto;
    /*object-fit: cover;
    height: 600px;*/
}

.it-hero-wrapper .it-carousel-wrapper .splide__pagination button{
    width: 85px;
    background: #D9D9D9;
    opacity: 1;
}

.it-carousel-wrapper .splide__pagination button.is-active{
    background-color: #4b7223;
}

.it-carousel-wrapper .splide__pagination button.is-active:focus{
    outline: none;
    box-shadow: none;
    border: none;
}

.it-hero-wrapper .splide__pagination{
    position: absolute;
    bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
}

.scopri-home .title-xxlarge{
    position: relative;
    padding-bottom: 30px;
}

.scopri-home .title-xxlarge:after{
    content: "";
    position: absolute;
    display: block;
    width: 450px;
    height: 2px;
    background: #4b7223;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    border-radius: 8px;
}
@media only screen and (max-width: 991px) {
    .scopri-home .title-xxlarge:after{
        width: 250px;
    }
}

.scopri-home h3{
    font-size: 24px;
    font-weight: 600;
}

.scopri-home .vettore{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 80px;

}

.scopri-home button{
    position: absolute;
    bottom: 20px;
}

.trailer-home{
    padding: 60px 0;
}

.trailer-home .trailer{
    width: 100%;
    height: 620px;
    object-fit: cover;
}

.trailer-home .play-trailer{
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.trailer-home .play-trailer a{
    cursor: pointer;
}

.trailer-home .modal-body video{
    width: 100%;
    margin-bottom: 1rem;
}

.it-header-navbar-wrapper{
    background-color: white !important;
}

.navbar .navbar-collapsable .navbar-nav li a.nav-link{
    color: #2f3133;
}

.navbar .navbar-collapsable .navbar-nav li a.nav-link.dropdown-toggle svg{
    fill:#2f3133;
}

.it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper .it-search-wrapper.cloned-element a{
    background-color: #2f3133;
}

.it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper .it-search-wrapper a.rounded-icon svg{
    fill:white;
}

.navbar .navbar-collapsable .menu-wrapper{
    background: #2f3133;
}

.it-header-wrapper .it-nav-wrapper{
    box-shadow: 0 2px 5px rgb(0 0 0 / 10%);
}

/*MENU MOBILE*/
@media (max-width: 992px) {

    .navbar .navbar-collapsable .navbar-nav li a.nav-link{
        color: white;
    }
    .it-header-wrapper .it-nav-wrapper .it-header-navbar-wrapper nav{
        background-color: #fff;
    }
    .it-header-wrapper .it-nav-wrapper .it-header-navbar-wrapper{
        right: 0;
        left: auto;
        z-index: 5;
    }
    .it-header-wrapper .it-nav-wrapper .it-brand-wrapper{
        padding-left: 0;
    }

    .it-header-navbar-wrapper {
        background-color: transparent;
    }
    .it-right-zone{
        display: none;
    }
    .trailer-home .trailer{
        height: auto;

    }
    .it-hero-wrapper{
        min-height: auto;
    }
    .it-hero-wrapper img{
        height: auto;
        object-fit: contain;
    }
    .it-hero-wrapper .splide__pagination{
        position: relative;
    }
    .it-hero-wrapper .it-carousel-wrapper .splide__pagination button{
        width: 25px;
    }
}

.social-home .title-xxlarge{
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 3rem;
    color: #4b7223;
}

.social-home .title-xxlarge:after{
    content: "";
    position: absolute;
    display: block;
    width: 450px;
    height: 2px;
    background: #191919;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    border-radius: 8px;
}

@media only screen and (max-width: 991px) {
    .social-home .title-xxlarge:after{
        width: 250px;
    }
}

.social-home .div-social-home{
    width: 100%;
    border-radius: 8px;
    /*border: 1px solid #c1c2c2;*/
}

.social-home .icon{
    fill:white;
}

.social-home .div-icon{
    height: 52px;
    width: 52px;
    background-color: #4b7223;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.news-home .title-xxlarge{
    position: relative;
    padding-bottom: 30px;
}

.news-home .title-xxlarge:after{
    content: "";
    position: absolute;
    display: block;
    width: 450px;
    height: 2px;
    background: #4b7223;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    border-radius: 8px;
}

@media only screen and (max-width: 991px) {
    .news-home .title-xxlarge:after{
        width: 250px;
    }
}

.news-home h3{
    font-size: 24px;
    font-weight: 600;
    text-align: center;
}

.news-home .div-news-home{
    border-radius: 8px;
    border: 1px solid #c1c2c2;
    box-shadow: 10px 10px 10px #e9e9e9;
}

.news-home span{
    font-weight: 600;
    line-height: 30px;
    font-size: 24px;
    color: #A9A9A9;
    margin-bottom: 1.5rem;
}

.news-home .titolo-1{
    font-weight: 600;
    line-height: 30px;
    font-size: 24px;
    color: #4b7223;
    margin-bottom: 2rem;
    text-align: left;
}

.news-home .separatore-1{
    width: 100px;
    height: 3px;
    border-radius: 8px;
    background-color: #2f3133;
    margin-bottom: 1rem;    
    margin-top: 2rem;
}

.news-home .titolo-2{
    font-weight: 600;
    line-height: 30px;
    font-size: 24px;
    color: #2f3133;
    margin-bottom: 2rem;
    text-align: left;
}

.news-home .separatore-2{
    width: 100px;
    height: 3px;
    border-radius: 8px;
    background-color: #4b7223;
    margin-bottom: 1rem;    
    margin-top: 2rem;
}

.news-home .btn-1{
    background-color: #2e3133 ;
    border: 1px solid #2e3133;
    color: white;
}

.news-home .btn-1:hover{
    background-color: white ;
    color: #2e3133;
}

.news-home .btn-2{
    background-color: #4b7223 ;
    border: 1px solid #4b7223;
    color: white;
}

.news-home .btn-2:hover{
    background-color: white ;
    color: #4b7223;
}

.news-home .immagine{
    width: 100%;
    padding-bottom: 100%;
    border-radius: 8px;
    margin-bottom: 1rem;
    position:relative;
}

.digital-library-home .title-xxlarge{
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 3rem;
    color: #4b7223;
}

.digital-library-home .title-xxlarge:after{
    content: "";
    position: absolute;
    display: block;
    width: 450px;
    height: 2px;
    background: #191919;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    border-radius: 8px;
}
@media only screen and (max-width: 991px) {
    .digital-library-home .title-xxlarge:after{
        width: 250px;
    }
}

.digital-library-home h3{
    font-size: 24px;
    font-weight: 600;
    text-align: center;
}

.digital-library-home img{
    width: 100%;
    object-fit: cover
}

.digital-library-home .btn-green{
    background-color: #4b7223 ;
    border: 1px solid #4b7223;
    color: white;
    margin-bottom: 1rem;
    padding: 14px 28px;
    font-size: 18px;
    line-height: 1.6;
}

.digital-library-home .btn-green:hover{
    background-color: white ;
    color: #4b7223;
}

.digital-library-home .elementi{
    position: absolute;
    bottom: 10%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
}

@media (max-width: 992px) {

    .digital-library-home img{
        height: 350px;
    }

    .digital-library-home .btn-green{
        padding: 12px 24px;
        font-size: 14px;
        line-height: 24px;
    }


    .digital-library-home .elementi{
        flex-direction: column;
        text-align: center;
        bottom: 0%;
    }
}

.digital-library-home svg{
    fill:white;
}

.evidenza-home .title-xxlarge{
    position: relative;
    padding-bottom: 30px;
}

.evidenza-home .title-xxlarge:after{
    content: "";
    position: absolute;
    display: block;
    width: 450px;
    height: 2px;
    background: #4b7223;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    border-radius: 8px;
}

.evidenza-home h4{
    font-size: 24px;
    font-weight: 600;
    text-align: center;
}


.evidenza-home svg{
    fill: #2e3133;    
    min-width: 48px;
    min-height: 48px;
}

.evidenza-home h3{
    font-size: 1.2rem;
    color: #2e3133;    
    margin-bottom: 0;
}

@media (max-width: 991px) {
    .evidenza-home .title-xxlarge:after{
        width: 250px;
    }

    .evidenza-home h3{
        font-size: 20px;
    }
}

.focus-home .title-xxlarge{
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 3rem;
    color: #4b7223;
}

.focus-home .title-xxlarge:after{
    content: "";
    position: absolute;
    display: block;
    width: 450px;
    height: 2px;
    background: #191919;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    border-radius: 8px;
}
@media only screen and (max-width: 991px) {
    .focus-home .title-xxlarge:after{
        width: 250px;
    }
    .navbar .navbar-collapsable .navbar-nav li a.nav-link.dropdown-toggle svg{
        fill: white;
    }
}

.focus-home img{
    width: 100%;
    object-fit: contain;
    height: auto;
}


@media only screen and (max-width: 991px) {

    .focus-home img{
        width: 100%;
        height: auto;
    }
}

.focus-home .btn-focus{
    background-color: #4b7223 ;
    border: 1px solid #4b7223;
    color: white;
}

.focus-home .btn-focus:hover{
    background-color: white ;
    color: #4b7223;
}

.eventi-home .title-xxlarge{
    position: relative;
    padding-bottom: 30px;
}
@media only screen and (max-width: 991px) {
    .eventi-home .title-xxlarge:after{
        width: 250px;
    }
}

.eventi-home h3{
    font-size: 24px;
    font-weight: 600;
    text-align: center;
}

.eventi-home .title-xxlarge:after {
    content: "";
    position: absolute;
    display: block;
    width: 450px;
    height: 2px;
    background: #4b7223;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    border-radius: 8px;
}

@media only screen and (max-width: 991px) {
    .eventi-home .title-xxlarge:after {
        width: 250px;
    }
}

.eventi-home .evento{
    height: 400px;
    position: relative;
    margin-right: 16px;
    margin-left: 16px;
    box-shadow: 10px 10px 10px #e9e9e9;
    border-radius: 10px;
}



@media only screen and (max-width: 991px) {
    .eventi-home .evento{
        margin-right: 0;
        margin-left: 0;
    }
}


.eventi-home img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.eventi-home .div-img-evento-1:before{
    content: "";
    background: #f3f3f3eb;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    border-radius: 10px;
    transition: .5s;
}

/*.eventi-home .div-img-evento-1:hover::before{
    background: #f3f3f3;
}*/

.eventi-home .div-img-evento-1{
    display: flex;
    justify-content: center;
    height: 100%;
}

.eventi-home .div-img-evento-2:before{
    content: "";
    background: #99c21ee0;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    border-radius: 10px;
    transition: .5s;
}

/*.eventi-home .div-img-evento-2:hover::before{
    background: #99c21e;
}*/


.eventi-home .div-img-evento-2{
    display: flex;
    justify-content: center;
    height: 100%;
}


.eventi-home .dettagli{
    position: absolute;
    top: 20px;
    left: 40px;
    padding-right: 40px;
}

.eventi-home .data-1{
    color: #2e3133;
    text-transform: uppercase;
    font-weight: 600;
}
.eventi-home .separatore-1{
    height: 3px;
    width: 70px;
    background-color: #2e3133;
    border-radius: 8px;
    margin: 1rem 0;
}

.eventi-home .titolo-1{
    font-size: 24px;
    font-weight: 600;
    color: #4b7223;
}

.eventi-home .data-2{
    color: white;
    text-transform: uppercase;
    font-weight: 600;
}
.eventi-home .separatore-2{
    height: 3px;
    width: 70px;
    background-color: white;
    border-radius: 8px;
    margin: 1rem 0;
}

.eventi-home .titolo-2{
    font-size: 24px;
    font-weight: 600;
    color: #2e3133;
}

@media only screen and (max-width: 991px) {
    .eventi-home .titolo-2{
        font-size: 22px;
    }
}

.eventi-home .back{
    position: absolute;
    bottom: 20px;
    right: 40px;
}

.logo-footer{
    height: 60px;
}

.bg-breadcrumb{
    background-color: #eeeeee;
}

.titolo-scheda{
    margin-top: 1rem;
    font-weight: 600;
    font-size: 2rem;
}

p{
    text-align: justify;
}

.sottotitolo{
    margin-bottom: 1rem;
    border-left: 5px solid #c1c1c1;
    padding: 20px;
    width: fit-content;
    background-color: #eeeeee;
}

.sottotitolo h2{
    font-weight: 400;
    font-size: 20px;
    font-weight: 700;
    font-family: "tit_reg";
    margin-bottom: 0;
}

.scheda-interna a{
    color: #4b7223;
}

.scheda-interna a:hover{
    text-decoration: underline;
}

.scheda-interna .accordion-header .accordion-button{
    border-bottom: 3px solid #c1c1c1;
    border-top: none;
    background-color: #eeeeee;
}



.scheda-interna .accordion{
    border-bottom: none;
    margin-top: 1rem;
}

.scheda-interna .accordion .accordion-body{
    padding: 24px 0;
}

.scheda-interna .accordion .accordion-body .fotorama img{
    width: 100%;
}

.scheda-interna .accordion-header .accordion-button:not(.collapsed){
    color: #2f3133;
}

.scheda-interna .accordion-header .accordion-button{
    color: #2f3133;
}

.scheda-interna .img-principale{
    height: 350px;
    width: 100%;
    object-fit: contain;
    margin-bottom: 1rem;
    text-align: center;
}

.news-home .img-news{
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}

.it-header-wrapper .loghi-ist{
    height: 50px;
}

.back-to-top:hover{
    background-color: #2f3133;
    opacity: 0.9;
}

.opportunita-home .sito-nero{
    text-align: center;
    background-color: #2e3133;
    border-radius: 10px;
    padding: 30px 15px;
    box-shadow: 10px 10px 10px #e9e9e9;
}

.opportunita-home .sito-nero span{
    color: white;
    font-size: 24px;
    font-weight: 600;
}

@media only screen and (max-width: 991px) {
    .opportunita-home .sito-nero span{
        font-size: 18px;
    }
}

.opportunita-home .sito-verde{
    text-align: center;
    background-color: #4b7223;
    border-radius: 10px;
    padding: 30px 15px;
    box-shadow: 10px 10px 10px #e9e9e9;
}

.opportunita-home .sito-verde span{
    color: #fff;
    font-size: 24px;
    font-weight: 600;
}

@media only screen and (max-width: 991px) {
    .opportunita-home .sito-verde span{
        font-size: 18px;
    }
}

.opportunita-home .title-xxlarge{
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 3rem;
    color: #4b7223;
}

.opportunita-home .title-xxlarge:after{
    content: "";
    position: absolute;
    display: block;
    width: 450px;
    height: 2px;
    background: #191919;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    border-radius: 8px;
}
@media only screen and (max-width: 991px) {
    .opportunita-home .title-xxlarge:after{
        width: 250px;
    }
}

.opportunita-home h3 {
    font-size: 24px;
    font-weight: 600;
    text-align: center;
}

.dropdown-menu li {
    position: relative;
}

.dropdown-menu .dropdown-submenu {
    display: none;
    position: absolute;
    left: 100%;
    top: -7px;
}

.dropdown-menu .dropdown-submenu-left {
    right: 100%;
    left: auto;
}

.navbar .dropdown-submenu:before{
    display: none;
}

.navbar .navbar-collapsable .navbar-nav li a.nav-link:hover{
    color: #4b7223;
}

.navbar .navbar-collapsable .navbar-nav li a.nav-link:hover .navbar .navbar-collapsable .navbar-nav li a.nav-link.dropdown-toggle svg{
    fill: #4b7223;
}

@media only screen and (min-width: 992px) {
    .navbar .dropdown-menu .link-list-wrapper{
        padding: 1rem 1.25rem;
    }
}

.navbar .dropdown-menu li a{
    padding: 0;
    line-height: 0;
}

.navbar .dropdown-menu li a span{
    border-left: 2px solid #ddd;
    padding: 6px 24px;
}

.navbar .dropdown-menu li a span:hover{
    border-color: #4b7223;
}

.navbar .dropdown-menu .link-list-wrapper ul li a span:hover, .navbar .dropdown-menu .link-list-wrapper ul li a i:hover{
    color: #4b7223;
}

.navbar .dropdown-menu .link-list-wrapper h3, .navbar .dropdown-menu .link-list-wrapper .h3, .navbar .dropdown-menu .link-list-wrapper .link-list-heading{
    color: #2f3133;
}

#video-trailer{
    width: 100%;
}


.login .btn-login{
    background-color: #2e3133;
    color: white;
    border: 2px solid #2e3133;
    padding: 8px 20px;
}

.login .btn-login:hover{
    background-color: white;
    color: #2e3133;
    border: 2px solid #2e3133;
}

.login .btn-iscrizione{
    background: white;
    color: #2e3133;
    border: 2px solid #2e3133;
    padding: 8px 20px;
}

.login .btn-iscrizione:hover{
    border: 2px solid #2e3133;
    background: #2e3133;
    color: white;
}

.registrati .btn-registrati{
    background-color: #2e3133;
    color: white;
    border: 2px solid #2e3133;
    padding: 8px 20px;
}

.registrati .btn-registrati:hover{
    background-color: white;
    color: #2e3133;
    border: 2px solid #2e3133;
}

.menu-area-riservata{
    border-radius: 8px;
}

.menu-area-riservata h3{
    font-size: 20px;
    text-transform: uppercase;
    padding: 10px;
    text-align: center;
    background: #2f3133;
    color: white;
}

.menu-area-riservata ul{
    list-style: none;
    padding-left: 0;
}

.menu-area-riservata ul li{
    padding: 15px 20px;
    position: relative;
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
    transition: .3s;
    border: 1px solid #E6E6E6;
    border-bottom: 0;
}

.menu-area-riservata ul li:last-child{
    border-bottom: 1px solid #E6E6E6;
}

.menu-area-riservata ul li:hover{
    background-color: #4b7223;
    color: white;
}

.menu-area-riservata ul a{
    color: inherit;
}


.dati-personali-ar .btn-modifica-dati{
    background-color: #2e3133;
    color: white;
    border: 2px solid #2e3133;
    padding: 8px 20px;
}

.dati-personali-ar .btn-modifica-dati:hover{
    background-color: white;
    color: #2e3133;
    border: 2px solid #2e3133;
    padding: 8px 20px;
}

.dati-personali-ar .btn-salva{
    background-color: #2e3133;
    color: white;
    border: 2px solid #2e3133;
    padding: 8px 20px;
}

.dati-personali-ar .btn-salva:hover{
    background-color: white;
    color: #2e3133;
    border: 2px solid #2e3133;
}

.dati-personali-ar .btn-annulla{
    background: white;
    color: #2e3133;
    border: 2px solid #2e3133;
    padding: 8px 20px;
}

.dati-personali-ar .btn-annulla:hover{
    border: 2px solid #2e3133;
    background: #2e3133;
    color: white;
}

.notify .btn-1{
    background-color: #2e3133;
    color: white;
    border: 2px solid #2e3133;
    padding: 8px 20px;
}

.notify .btn-1:hover{
    background-color: white;
    color: #2e3133;
    border: 2px solid #2e3133;
}

.formazione-area-riservata .nome-giornata{
    color: #4b7223;
}

.formazione-area-riservata .nome-giornata:hover{
    text-decoration: underline;
}

.conferma-partecipazione-ar .btn-1{
    background-color: #2e3133;
    color: white;
    border: 2px solid #2e3133;
    padding: 8px 20px;
}

.conferma-partecipazione-ar .btn-1:hover{
    background-color: white;
    color: #2e3133;
    border: 2px solid #2e3133;
}

.conferma-partecipazione-ar .btn-2{
    background-color: white;
    color: #2e3133;
    border: 2px solid #2e3133;
    padding: 8px 20px;
}

.conferma-partecipazione-ar .btn-2:hover{
    background-color: #2e3133;
    color: white;
    border: 2px solid #2e3133;
}

.formazione-area-riservata table{
    margin-top: 1.5rem;
}

.formazione-area-riservata thead{
    background-color: #2e3133;
    color: white;
}

.formazione-area-riservata thead th{
    border-color:  #2e3133;
}

.colore-rosso{
    color: #d9364f;
}

.only-desktop{
    display: block;
}

.only-mobile{
    display: none;
}

@media only screen and (max-width: 991px) {

    .only-desktop{
        display: none;
    }

    .only-mobile{
        display: block;
    }
}

.scheda-interna .accordion-header .accordion-button:after{
    content: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%232f3133'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>") !important;
    width: 1rem;
}


.preferenze-section .categorie-tag{
}

.preferenze-section .categorie-tag h4{
    text-transform: uppercase;
    font-size: 20px;
    border-bottom: 1px solid #98c11d;
    width: fit-content;
}

.preferenze-section .categorie-tag .preferenza{
    background-color: #2e3133;
    color: white;
    border: 2px solid #2e3133;
    padding: 8px 16px;
    margin-bottom: .5rem;
    transition: .3s;
    border-radius: 99px;
    font-size: 12px;
}

.preferenze-section .categorie-tag .preferenza:hover{
    background-color: white;
    color: #2e3133;
}



.preferenze-section .categorie-tag-scelti h4{
    text-transform: uppercase;
    font-size: 20px;
    border-bottom: 1px solid #2e3133;
    width: fit-content;
    color: #98c11d;
}

.preferenze-section .categorie-tag-scelti .preferenza{
    background-color: #98c11d;
    color: white;
    border: 2px solid #98c11d;
    padding: 8px 16px;
    margin-bottom: .5rem;
    transition: .3s;
    border-radius: 99px;
    font-size: 12px;
}

.preferenze-section .categorie-tag-scelti .preferenza:hover{
    background-color: white;
    color: #98c11d;
}

.evidenza-home .progetto-evidenza{
    box-shadow: 10px 10px 10px #e9e9e9;
    border-radius: 10px;
    padding-bottom:100%;
    width: 100%;
    position: relative;
}

.evidenza-home .progetto-evidenza img{
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.evidenza-home .progetto-evidenza .titolo{
    position: absolute;
    top: 20px;
    left: 20px;
    right: 20px;
    z-index: 2;    
    background: #fffc;
    padding: 10px;
    border-radius: 8px;
    box-shadow: 0px 0px 12px 4px white;
}

.evidenza-home .progetto-evidenza .patina:before{
    content: "";
    background: #00000033;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    border-radius: 10px;
    z-index: 1;
}

.only-desktop .swiper-pagination-bullet{
    width: 65px !important;
    border-radius: 99px !important;
}

.only-desktop .swiper-pagination-bullet-active, .only-mobile .swiper-pagination-bullet-active{
    background: #4b7223 !important;
}

.scopri-tutte a{
    background-color: #2e3133;
    border: 1px solid #2e3133;
    color: white;
    transition: .3s;
}

.scopri-tutte a:hover{
    background-color: white;
    color: #2e3133;
}

.risorse-collegate{
    box-shadow: 1px 6px 10px #d1d1d1;
    border-radius: 4px;
}

.risorse-collegate .quadrato{
    padding-bottom: 100%;
    width: 100%;
    position: relative;
}

.risorse-collegate .quadrato img{
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 4px 0 0 4px;
}

.risorse-collegate h3{
    font-size: 16px;
}

.risorse-collegate p{
    font-size: 14px;
    margin-bottom: 0;
}

.accordion-body .argomenti{
    display: flex;
    flex-wrap: wrap;
}

.accordion-body .argomenti .argomento{
    color: white;
    background-color: #2f3133;
    padding: 6px 10px;
    margin-right: 0.5rem;
    margin-bottom: 0.5rem;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 14px;
    border-radius: 0 4px 4px 4px;
    border: 2px solid #2f3133;
    transition: .3s;
    box-shadow: 10px 10px 10px #d1d1d1;
}

.accordion-body .argomenti .argomento:hover{
    color: #2f3133;
    background-color: white;
    text-decoration: none;
}

.eventi-home .dettagli .data-1{
    color: #2e3133;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 16px;
}

.eventi-home .dettagli .separatore-1{
    height: 3px;
    width: 70px;
    background-color: #2e3133;
    border-radius: 8px;
    margin: 1rem 0;
}
.eventi-home .dettagli .data-2{
    color: white;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 16px;
}

.eventi-home .dettagli .separatore-2{
    height: 3px;
    width: 70px;
    background-color: white;
    border-radius: 8px;
    margin: 1rem 0;
}

.scheda-interna .info-evento{
    border-radius: 0 8px 8px 8px;
    padding: 20px;
    background-color: #d9d9d9;
    box-shadow: 10px 10px 10px #d1d1d1;
    width: fit-content;
    margin-bottom: 1rem;
}

.scheda-interna .info-evento h6:last-child{
    margin-bottom: 0;
}

.news-home .archivio-eventi{
    color: white;
    background-color: #2f3133;
    padding: 8px 14px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 16px;
    border-radius: 0 4px 4px 4px;
    border: 2px solid #2f3133;
    transition: .3s;
    box-shadow: 10px 10px 10px #d1d1d1;
}

.news-home .archivio-eventi:hover{
    color: #2f3133;
    background-color: white;
    text-decoration: none;
}

.scopri-home .btn-scopri-home{
    position: absolute;
    bottom: 20px;
}

@media only screen and (max-width: 1300px) and (min-width: 991px)  {
    .navbar .navbar-collapsable .navbar-nav li.nav-item .nav-link{
        font-size: 16px;
        padding: 10px;
    }
}


.accordion-body .fotorama__dot{
    width: 8px;
    height: 8px;
    border: 1px solid #91c63f;
    background-color: #91c63f;
}

.accordion-body .fotorama__nav__frame.fotorama__active .fotorama__dot{
    width: 8px;
    height: 8px;
    border: 1px solid #91c63f;
    background-color: white;
}

.accordion-body video{
    width: 100%;
    height: 100%;
}

.scheda-interna .media-schede{
    text-align: center;
    margin-bottom: 1rem;
}


.scheda-interna .media-schede img, .scheda-interna .media-schede video{
    max-width: 100%;
    height: 300px;
}


@media only screen and (max-width: 991px)  {
    .scheda-interna .media-schede img, .scheda-interna .media-schede video{
        height: 100%;
        width: 100%;
        object-fit: cover;
    }
}

.scheda-interna .media-schede .fotorama__dot{
    width: 8px;
    height: 8px;
    border: 1px solid #91c63f;
    background-color: #91c63f;
}

.scheda-interna .media-schede .fotorama__nav__frame.fotorama__active .fotorama__dot{
    width: 8px;
    height: 8px;
    border: 1px solid #91c63f !important;
    background-color: white !important;
}

.video-360 canvas{
    left: 0px;
}

.scheda-interna .fotorama__html div,.scheda-interna .fotorama__html a {
    display: block;
    height: 100%;
    cursor: pointer;
}

.scheda-interna .fotorama__caption__wrap{
    background: #91c63f;
    color: white;
    font-weight: 700;
}

.scheda-interna .fotorama__caption{
    font-family: inherit;
}

.testo-tag {
    border-radius: 0 8px 8px 8px;
    padding: 20px;
    background-color: #4b7223;
    color: white;
    box-shadow: 10px 10px 10px #d1d1d1;
    width: fit-content;
    margin-bottom: 1rem;
    font-size: 90%;
}

.testo-tag p{
    margin-bottom: 0;
}

.testo-tag a{
    color: white;
    text-decoration: underline;
}

.testo-tag a:hover{
    color: white;
    text-decoration: underline;
}

.elearning{
    background: #f8f9fa;
}

.elearning .testo{
    margin-top: 1rem;
    font-size: .8rem;
}

.elearning .testo h6{
    cursor: pointer;
    transition: .3s;
    font-size: 0.8rem;
}

.elearning .testo h6:hover{
    color: #4b7223;
}

.elearning .testo .slide{
    display: none;
}

.elearning .testo .autore{
    color: #c5baba;
}

.it-header-center-wrapper .it-header-center-content-wrapper .it-search-wrapper a.rounded-icon{
    background: #2e3133;
}

.it-header-center-wrapper .it-header-center-content-wrapper .it-search-wrapper a.rounded-icon:hover{
    background: #2e3133 !important;
}

.it-header-center-wrapper .it-header-center-content-wrapper .it-right-zone{
    color: #2e3133;
}

.it-header-center-wrapper{
    /*box-shadow: 0 2px 5px rgb(0 0 0 / 10%);*/
    z-index: 4;
    position: relative;
}

.it-nav-wrapper .separatore{
    border-right: 1px solid #2e3133;
    height: 50px;
    margin: 0 2rem;
}

.it-header-wrapper .logo-mobile{
    display: none;
}

.scheda-interna .accordion .img-files{
    height: 220px;
}

.scopri-home .patina:before {
    content: "";
    /*background: #99c21ee0;*/
    background: transparent;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    border-radius: 10px;
    transition: .5s;
}

.scopri-home .patina-puntate:before {
    content: "";
    background: #35353573;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    border-radius: 10px;
    transition: .5s;
}

.scopri-home .testo{        
    position: absolute;
    top: 20px;
    left: 15px;
    right: 15px;
    color: #2e3133;
    background: #fffc;
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0px 0px 12px 4px white;
}

.scopri-home .testo h3{
    margin-bottom: 0;
}

.scopri-home .testo h4{
    margin-bottom: 0;    
    font-size: 1.1rem;
}

.scopri-home .testo span{
    
}

.cerca-menu-mobile{
    display: none !important;
}

.news-home .div-news-home .titolo{
    height: 90px;
    display: block;
    overflow: hidden;
}

#modalVideoHome .modal-dialog .modal-content .modal-body{
    padding-bottom: 24px;
}

@media only screen and (max-width: 991px) {

    .it-header-wrapper .loghi-ist{
        object-fit: contain;
        height: 30px;
    }

    .custom-navbar-toggler svg{
        fill: #2e3133;
    }
    .it-header-wrapper .logo-mobile{
        display: block;
        height: 45px;
    }

    .it-nav-wrapper .separatore{
        height: 30px;
        margin: 0 1rem;
    }

    .it-header-wrapper .logo{
        display: none;
    }
    
    .it-header-center-wrapper .it-header-center-content-wrapper .it-right-zone{
        display:none;
    }
    
    .cerca-menu-mobile{
        display: block !important;
    }
}

.btn-back-pagina{
    color: white !important;
    background-color: #2f3133;
    padding: 8px 14px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 16px;
    border-radius: 0 4px 4px 4px;
    border: 2px solid #2f3133;
    transition: .3s;
    box-shadow: 10px 10px 10px #d1d1d1;
    fill: white;
    cursor: pointer;
}

.btn-back-pagina:hover{
    color: #2f3133 !important;
    background-color: white;
    text-decoration: none;
    fill: #2f3133;
}

.it-footer-main h4, .it-footer-main .h4{
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 16px;
}


#cookie-bar-button, #cookie-bar-button-customize, #cookie-bar-button-no, #cookie-bar-prompt-button{
    display: none !important;
}



#CybotCookiebotDialog{
    font-family: "tit_reg";
}

#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyButtonAccept, #CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonAccept, #CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll{
    background-color: #4b7223 !important;
    border-color: #4b7223 !important;
}

#CybotCookiebotDialog.CybotEdge #CybotCookiebotDialogBodyEdgeMoreDetails a{
    color: #4b7223 !important;
}

#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonCustomize, #CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelection{
    border-color: #4b7223 !important;
}

#CybotCookiebotDialogFooter .CybotCookiebotDialogBodyButton{
    border-color: #4b7223 !important;    
}

#CybotCookiebotDialogNav .CybotCookiebotDialogNavItemLink.CybotCookiebotDialogActive{
    border-bottom: 1px solid #4b7223 !important;
    color: #4b7223 !important;
}

#CybotCookiebotDialogNav .CybotCookiebotDialogNavItemLink:hover{
    color: #4b7223 !important;
}

#CybotCookiebotDialogTabContent input:checked+.CybotCookiebotDialogBodyLevelButtonSlider {
    background-color: #4b7223 !important;
}

#CybotCookiebotDialog #CybotCookiebotDialogBodyContentText a, #CybotCookiebotDialog #CybotCookiebotDialogBodyLevelButtonIABHeaderViewPartnersLink, #CybotCookiebotDialog #CybotCookiebotDialogDetailBulkConsentList dt a, #CybotCookiebotDialog #CybotCookiebotDialogDetailFooter a, #CybotCookiebotDialog .CybotCookiebotDialogBodyLevelButtonIABDescription a, #CybotCookiebotDialog .CybotCookiebotDialogDetailBodyContentCookieLink, #CybotCookiebotDialogDetailBodyContentTextAbout a{  
    color: #4b7223 !important;
}

#CookiebotWidget .CookiebotWidget-consent-details button{
    color: #4b7223 !important;    
}

#CybotCookiebotDialog .CookieCard .CybotCookiebotDialogDetailBodyContentCookieContainerButton:hover, #CybotCookiebotDialog .CookieCard .CybotCookiebotDialogDetailBodyContentIABv2Tab:hover, #CybotCookiebotDialogDetailBodyContentCookieContainerTypes .CybotCookiebotDialogDetailBodyContentCookieProvider:not(.CybotCookiebotDialogDetailBodyContentCookieInfoCount):hover{
    color: #4b7223 !important;    
}

#CybotCookiebotDialogDetailBodyContentCookieContainerTypes .CybotCookiebotDialogDetailBodyContentCookieProvider:not(.CybotCookiebotDialogDetailBodyContentCookieInfoCount):hover{
    color: #4b7223 !important;    
}

#CookiebotWidget .CookiebotWidget-body .CookiebotWidget-consents-list li.CookiebotWidget-approved svg{
    fill: #4b7223 !important; 
}

#CookiebotWidget #CookiebotWidget-buttons #CookiebotWidget-btn-change{
    background-color: #4b7223 !important;
    border-color: #4b7223 !important;
}

#CookiebotWidget #CookiebotWidget-buttons #CookiebotWidget-btn-withdraw {
    border-color: #4b7223 !important;
}
