body::-webkit-scrollbar {
    width: 1em;
}
body::-webkit-scrollbar-track {
    background-color: #759174;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
body::-webkit-scrollbar-thumb {
    background-color: #526652;
}
* {
    scrollbar-color: #526652 #759174;
}

a {
    color: #759174;
    transition: color 0.2s;
    -webkit-transition: color 0.2s;
}
.color-chiaro, .verde {
    color: #759174;
}
.bg-chiaro, .bg-chiaro-verde {
    background-color: #759174;
}
.color-scuro, .verde-scuro {
    color: #526652;
}
.bg-scuro, .bg-scuro-verde {
    background-color: #526652;
}
.dropdown-menu .sel {
    color: #4d604d;
}
.tag-item-colorato {
    color: #759174;
    border: 1px solid #759174;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
}
.tag-item input:checked + .tag-item-colorato {
    color: #ffffff;
    border: 1px solid #759174;
    background-color: #759174;
}
.btn-testo {
    background-color: #fff;
    color: #759174;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
}
.btn-text-bg-scuro {
    color: #fff;
    transition: color 0.2s;
    -webkit-transition: color 0.2s;
}
.btn-text-bg-chiaro {
    color: #fff;
    transition: color 0.2s;
    -webkit-transition: color 0.2s;
}
.btn-text-bg-white {
    color: #759174;
    transition: color 0.2s;
    -webkit-transition: color 0.2s;
}
.btn-cta-index {
    color: #fff;
    border: 1px solid transparent;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    padding: 0px 20px;
    box-sizing: border-box;
    background-color: #759174;
    border-radius: 12px;
    box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.6);
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
}
.navbar-light .navbar-nav .nav-link:focus {
    color: #4d604d;
    transition: color 0.2s;
    -webkit-transition: color 0.2s;
    text-decoration: none !important;
}
.calendario-index-in-line-data .sel, .video-list-in-line-data .sel {
    border: 1px solid #759174;
    color: #759174;
}
.form-input-label-colorato {
    color: #759174;
}
.form-input-colorato,
.form-select-colorato,
.form-input-textarea-colorato {
    color: #759174;
    border: 1px solid #759174;
    box-sizing: border-box;
}
.form-input:focus,
.form-select:focus,
.form-input-textarea:focus {
    border: 1px solid #526652;
    box-sizing: border-box;
}
.form-input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #759174 inset;
    -webkit-text-fill-color: #4d4d4d !important;
}
.form-input-textarea:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #759174 inset;
    -webkit-text-fill-color: #4d4d4d !important;
}
.form-select select:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #759174 inset;
    -webkit-text-fill-color: #4d4d4d !important;
}
.area-personale-menu-item .sel {
    color: #526652;
}
/*.border-scuro {
    border: 4px solid #4d604d;
}*/

@media only screen and (min-width:1025px) and (max-width:10000px) {     
    a:hover {
        color: #4d604d;
        transition: color 0.2s;
        -webkit-transition: color 0.2s;
        text-decoration: none !important;
    }
    .social-footer span svg:hover {
        fill: #4d604d !important;
        transition: fill 0.2s;
        -webkit-transition: fill 0.2s;
        text-decoration: none !important;
    }
    .navbar-light .navbar-nav .nav-link:hover, .navbar-light #navbar-nav-top .nav-link:hover {
        color: #4d604d;
        transition: color 0.2s;
        -webkit-transition: color 0.2s;
        text-decoration: none !important;
    }
    .dropdown-item:hover, #dropdown-languages a:hover {
        color: #759174;
        font-weight: 800;
        background-color: unset;
        transition: all 0.2s;
        -webkit-transition: all 0.2s;
    }
    .tag-item-colorato:hover {
        color: #fff;
        border: 1px solid #759174;
        background-color: #759174;
        transition: all 0.2s;
        -webkit-transition: all 0.2s;
    }
    .btn:hover {
        background-color: #4d604d;
        color: #fff;
        transition: all 0.2s;
        -webkit-transition: all 0.2s;
    }
    .btn-testo:hover {
        background-color: #4d604d;
        color: #fff;
        transition: all 0.2s;
        -webkit-transition: all 0.2s;
    }
    .btn-text-bg-scuro:hover {
        color: #759174;
        transition: color 0.2s;
        -webkit-transition: color 0.2s;
    }
    .btn-cta-index:hover {
        color: #759174;
        background-color: #fff;
        transition: all 0.2s;
        -webkit-transition: all 0.2s;
    }
    .news-one-block:hover .btn-text-bg-scuro, .news-two-block:hover .btn-text-bg-scuro,
    .news-quarter-block:hover .btn-text-bg-scuro, .news-quarter-block-new:hover .btn-text-bg-scuro,
    .news-infinite-block-item:hover .btn-text-bg-scuro, .news-infinite-block-item-white:hover .btn-text-bg-scuro {
        color: #759174;
        transition: color 0.2s;
        -webkit-transition: color 0.2s;
    }
    .corsi-item:hover .btn-text-bg-scuro, .corsi-item-white:hover .btn-text-bg-scuro {
        color: #759174;
        transition: color 0.2s;
        -webkit-transition: color 0.2s;
    }
    .btn-text-bg-chiaro:hover {
        color: #4d604d;
        transition: color 0.2s;
        -webkit-transition: color 0.2s;
    }
    .btn-text-bg-white:hover {
        color: #4d604d;
        transition: color 0.2s;
        -webkit-transition: color 0.2s;
    }
    .news-quarter-block-white:hover .btn-text-bg-white, .news-quarter-block-white-new:hover .btn-text-bg-white,
    .news-infinite-block-item-white:hover .btn-text-bg-white {
        color: #fff;
        transition: color 0.2s;
        -webkit-transition: color 0.2s;
    }
    .corsi-item-white:hover .btn-text-bg-white {
        color: #fff;
        transition: color 0.2s;
        -webkit-transition: color 0.2s;
    }
    .tag-item a:hover {
        background-color: white;
        color: #759174;
        transition: all 0.2s;
        -webkit-transition: all 0.2s;
    }
    .slider-arrow-left:hover, .slider-arrow-right:hover {
        background-color: white;
        color: #759174 !important;
        transition: all 0.2s;
        -webkit-transition: all 0.2s;
    }
    /*
    .document-title:hover {
        color: #759174;
        transition: all 0.2s;
        -webkit-transition: all 0.2s;
    }
    */
}
@media only screen and (min-width:768px) and (max-width:1023px) {
    .dropdown-menu .sel {
        color: #fff;
        font-weight: bold;
    }
}