



/*
font-family: 'DM Sans', sans-serif;
font-family: 'Noto Sans', sans-serif;
*/


/* COMMON */
* {outline: 0px transparent !important;}
.hide { display:none; }
.hide-important{display:none!important;}
.loading {pointer-events: none;}
form .fa-spinner {display:none; position: absolute; margin-top: 5px; margin-left: 5px;}
form.loading .fa-spinner {display:inline;}
body{font-family: 'DM Sans', sans-serif;font-size:20px;line-height:1.5em;font-weight:400;color:#000;background-color:#FFF;}
.container-xl{max-width:1340px;}
.mobile-show{display:none!important;}
.grecaptcha-badge{visibility: hidden;}


.col-20{-ms-flex: 0 0 20%;flex: 0 0 20%;max-width: 20%;}
.col-20{}
.inner-table{display:table;height:100%;width:100%;}
.inner-table-cell{display:table-cell;vertical-align:middle;}

.f24{font-size:24px;}

blockquote{padding-left:50px;border-left:10px solid #084A66;}

.blu-bg{background-color:#D4E3E9;/* background-color:#B8D1DB; */}
.p-top-bottom-150{padding-top:150px;padding-bottom:150px;}
.p-top-bottom-100{padding-top:100px;padding-bottom:100px;}
.p-top-bottom-50{padding-top:50px;padding-bottom:50px;}
.p-bottom-100{padding-bottom:100px;}
.p-bottom-50{padding-bottom:50px;}
.p-bottom-30{padding-bottom:30px;}
.p-top-150{padding-top:150px;}
.p-top-100{padding-top:100px;}
.p-top-50{padding-top:50px;}
.m-top-bottom-100{margin-top:100px;margin-bottom:100px;}
.m-bottom-100{margin-bottom:100px!important;}
.m-bottom-0{margin-bottom:0!important;}


.tableau-1 .tableau-wrap{height:350px;overflow:hidden;}
.tableau-1 .tableau-wrap-inner{min-height:550px;}
.tableau-2 .tableau-wrap{height:400px;overflow:hidden;}
.tableau-2 .tableau-wrap-inner{min-height:550px;}
.tableau-3 .tableau-wrap{height:600px;overflow:hidden;}
.tableau-3 .tableau-wrap-inner{min-height:650px;}
.tableau-1 .tableau-padding{padding-left:120px;}
.tableau-2 .tableau-padding{padding-left:100px;}
.tableau-3 .tableau-padding{padding-left:70px;}

/*-----COMMON > ANIMATION-----*/
.animatedBox{opacity:0;}
.delay-animation-200{-webkit-animation-delay:0.1s;animation-delay: 0.1s;}
.delay-animation-400{-webkit-animation-delay:0.2s;animation-delay: 0.2s;}
.delay-animation-800{-webkit-animation-delay:0.4s;animation-delay: 0.4s;}
.delay-animation-1000{-webkit-animation-delay:0.5s;animation-delay: 0.5s;}
.delay-animation-1200{-webkit-animation-delay:0.6s;animation-delay: 0.6s;}
.delay-animation-1400{-webkit-animation-delay:0.7s;animation-delay: 0.7s;}
.delay-animation-1600{-webkit-animation-delay:0.8s;animation-delay: 0.8s;}
.delay-animation-3000{-webkit-animation-delay:1.5s;animation-delay:1.5s;}
@-webkit-keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-5%,0,0);transform:translate3d(-5%,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}
@keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-5%,0,0);transform:translate3d(-5%,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}
@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(5%,0,0);transform:translate3d(5%,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}
@keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(5%,0,0);transform:translate3d(5%,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}
@-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,5%,0);transform:translate3d(0,5%,0)}to{opacity:1;-webkit-transform:none;transform:none}}
@keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,5%,0);transform:translate3d(0,5%,0)}to{opacity:1;-webkit-transform:none;transform:none}}


@keyframes rotate-btn {0% {-webkit-transform: scaleX(0));transform: scaleX(0)}50% {-webkit-transform: scaleX(-1);transform: scaleX(-1)}100% {-webkit-transform: scaleX(0));transform: scaleX(0)}}

/*-----COMMON > FORM-----*/
.alert{font-size:13px;}
.alert-success{text-align: center;font-size: 20px;font-weight: 700;padding: 40px 20px;}
.alert-success p{margin:0;}
.wpcf7-not-valid-tip {color: #FFDFBF!important;font-size: 14px!important;padding-top: 5px!important;}

/*------COMMON > BUTTON------*/
a, a:focus, a:hover{color:#084A66;text-decoration:none;}
a:hover{color:#D93600;}

.btn-yellow, .btn-yellow:focus{position:relative;display:inline-block;padding:10px 60px;color:#084A66;font-size:20px;font-weight:500;background-color:#E8D761;}
.btn-yellow-title{position:relative;z-index:3;}
.btn-yellow .fas{padding-left:5px;transition:all 0.25s ease-out;}
.btn-yellow:before{content:"";position:absolute;top:0;left:0;width:0;height:100%;background-color:#084A66;transition:all 0.25s ease-out;z-index:1;}
.btn-yellow:hover:before{width:100%;bottom:0;transition:all 0.25s ease-out;}
.btn-yellow:hover{color:#FFF;text-decoration:none;transition:all 0.25s ease-out;}

.btn-yellow-sml, .btn-yellow-sml:focus{padding:5px 20px;font-size:16px;}

.more-btn, .more-btn:hover, .more-btn:focus{font-weight:500;font-size:16px;color:#000000;text-decoration:none;transition:all 0.25s ease-out;}
.more-btn .fas{padding-left:5px;transition:all 0.25s ease-out;}
.more-btn:hover{color:#177bac;transition:all 0.25s ease-out;}
.more-btn:hover .fas{padding-left:15px;transition:all 0.25s ease-out;}

.icon-btn, .icon-btn:hover, .icon-btn:focus{padding-left:35px;font-weight:500;font-size:16px;color:#177bac;text-decoration:none;transition:all 0.25s ease-out;position:relative;display:block;
line-height:1.5em;}
.icon-btn i{position:absolute;top:0;left:0;font-size:24px;vertical-align:middle;line-height:1em;transition:all 0.25s ease-out;}
.icon-btn:hover{color:#D93600;transition:all 0.25s ease-out;}
.icon-btn:hover i{animation: rotate-btn .5s linear 1;-webkit-animation: rotate-btn .5s linear 1;}

.download-btn, .download-btn:focus{padding-left:30px;font-weight:500;color:#177bac;text-decoration:none;transition:all 0.25s ease-out;position:relative;display:inline-block;}
.download-btn .fas{position:absolute;top:2px;left:0;transition:all 0.25s ease-out;}
.download-btn:hover{color:#D93600;text-decoration:none;transition:all 0.25s ease-out;}
.download-btn:hover .fas{}

/*------COMMON > IMG HOVER------*/
.img-hover{display:block;position:relative;overflow:hidden;}
.img-hover img{position:relative;z-index:1;}
.img-hover .img-hover-overlay{position:absolute;z-index:2;width:100%;height:100%;left:-100%;top:0;background:rgba(0,85,121,0.84);transition:all 0.25s ease-out;}
.img-hover .img-hover-overlay i{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);color:#FFF;font-size:26px;}

.img-hover:hover .img-hover-overlay{left:0;transition:all 0.25s ease-out;}

/*------COMMON > TITLE------*/
h2.title{margin-bottom:50px;font-family: 'Noto Sans', sans-serif;color:#004563;font-size:44px;line-height:1.2em;}
h2.title:after{display:block;content:"";background:#004563;width:150px;height:5px;margin-top:30px;}
.title-intro{margin-bottom:100px;max-width:70%;}
h2.title-30{margin-top:50px;font-size:30px;line-height:1.2em;}
.h2-title-44 h2.title{font-size:44px!important;line-height:1.2em;}
.h2-title-30 h2.title{font-size:30px!important;line-height:1.2em;}
.h2-title-38 h2.title{font-size:38px!important;line-height:1.2em;}
h3.title-30{margin-top:50px;font-size:30px;line-height:1.2em;}
.h2-title-no-border{}
.h2-title-no-border h2.title:after{display:none;}

/*-----COMMON > MODAL-----*/
.modal-backdrop{background:#004563;}
.modal-backdrop.show {opacity: .8;}
.modal-dialog{max-width:50%;}
.modal-header .close {padding:0;margin:0;color: #004563;font-size: 50px;line-height: 1em;opacity:1;}
.modal-title {padding-top:5px;font-family: 'Noto Sans',sans-serif;color: #004563;font-weight: 400;font-size: 24px;}
.modal-body-rapporto-item{position:relative;border-bottom:1px solid #e1e1e1;padding-bottom:15px;margin-bottom:15px;}
.modal-body-rapporto-item-title{padding-right:200px;text-transform:uppercase;font-size:14px;font-weight:500;line-height:1.2em;}
.modal-body-rapporto-item-content{position:absolute;top:-5px;right:0;font-size:26px;}
.modal-body-rapporto-item-content a{display:inline-block;margin-left:15px;color:#29708f;}
.modal-body-rapporto-item-content a:hover{color:#084a66;}
.modal-body-rapporto-item-content a:hover i{animation: rotate-btn .5s linear 1;-webkit-animation: rotate-btn .5s linear 1;}
.modal-footer{border:0;-ms-flex-pack:center;justify-content: center;}
.modal-footer .btn, .modal-footer .btn:focus, .modal-footer .btn:active{position:relative;display:inline-block;padding:10px 30px;color:#084A66!important;
font-size:16px;font-weight:500;background-color:#E8D761!important;border-radius:0;border:0;box-shadow:none!important;}
.modal-footer .btn:hover{color:#FFF!important;text-decoration:none;background-color:#084A66!important;transition:all 0.25s ease-out;}

/*-----COMMON > FORM RICERCA CENTRI-----*/
.box-form-centri{background-image:url(https://app.smartcontext.ai/default/https://www.cdcraee.it/wp-content/themes/wp-bootstrap-starter-child/img/social-bg.jpg);background-repeat:no-repeat;background-size:cover;border-top:20px solid #e7d760;border-bottom:20px solid #e7d760;}
.box-form-centri h2.title{color:#e7d760;}
.box-form-centri h2.title:after{background:#e7d760;}
.box-form-centri .title-intro{color:#FFF;margin-bottom:60px;}
.box-form-centri .title-intro a, .box-form-centri .title-intro a:focus, .box-form-centri .title-intro a:hover{color:#FFF;text-decoration:underline;}
.form-tipologia-servizio-wrap{}
.select2-container .select2-selection--single{height:50px!important;border:0!important;border-radius:0!important;}
.select2-container .select2-selection--single .select2-selection__rendered{line-height:50px!important;padding-left:20px!important;font-size:20px;color:#000!important;}
.select2-container--default .select2-selection--single .select2-selection__arrow{height:50px!important;width:40px!important;}
.select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#000 transparent transparent transparent!important;}
.select2-dropdown{border:0!important;}
.select2-search--dropdown{padding:4px 20px 10px 20px!important;}
.select2-results__option{padding:6px 20px!important;}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable{background-color:#1e6989!important;}
.select2-container--default .select2-results__option--selected{background-color:#e1e1e1!important;}

.select2-raggruppamento-certificato{}

.select2-container--default .select2-selection--multiple{border:0!important;border-radius:0!important;padding-bottom:10px!important;}
.select2-container .select2-search--inline .select2-search__field{height:30px!important;margin:10px 0 0 20px!important;
font-family:'DM Sans',sans-serif!important;font-size:20px!important;}
.select2-container textarea::-webkit-input-placeholder{color:#000!important;font-family:'DM Sans',sans-serif!important;font-size:20px!important;}
.select2-container textarea:-moz-placeholder {color:#000!important;font-family:'DM Sans',sans-serif!important;font-size:20px!important;}
.select2-container textarea::-moz-placeholder {color:#000!important;font-family:'DM Sans',sans-serif!important;font-size:20px!important;}
.select2-container textarea:-ms-input-placeholder{color:#000!important;font-family:'DM Sans',sans-serif!important;font-size:20px!important;}
.select2-container textarea::placeholder{color:#000!important;font-family:'DM Sans',sans-serif!important;font-size:20px!important;}


.form-tipologia-servizio-wrap input[type="text"]{height:50px;width:100%;padding:0 20px;background:#FFF;border:0;}
.form-tipologia-servizio-wrap input[type="text"]::placeholder{opacity:1;color:#000;}
.form-tipologia-servizio-field{margin-bottom:20px;width:100%;}
.form-tipologia-servizio-position{padding:20px 0 40px 0;text-align:center;}
.form-tipologia-servizio-position a, .form-tipologia-servizio-position a:focus, .form-tipologia-servizio-position a:hover{color:#e7d760;font-size:18px;transition: all .3s ease;}
.form-tipologia-servizio-position a:hover{color:#FFFFFF;transition: all .3s ease;}
.form-tipologia-servizio-submit{text-align:center}
.form-tipologia-servizio-submit .btn-yellow, .form-tipologia-servizio-submit .btn-yellow:focus{border:0;}
.form-tipologia-servizio-submit .btn-yellow:hover{background:#004563;}
.box-mappa-centri-search-map{position:relative;}
.box-mappa-centri-search-map #map{width:100%;height:500px;}
.box-mappa-centri-menu{color:#FFF;text-align:center;text-transform:uppercase;font-size:16px;font-weight:500;line-height:1.4em;background:#d4e3e9;}
.box-mappa-centri-menu a, .box-mappa-centri-menu a:focus, .box-mappa-centri-menu a:hover{color:#004563;}
.box-mappa-centri-menu .container .row .col-20{transition: all .3s ease;}
.box-mappa-centri-menu .container .row .col-20.active, .box-mappa-centri-menu .container .row .col-20:hover{}
.box-mappa-centri-menu-item{height:100%;border-bottom:10px solid #d4e3e9;transition: all .3s ease;}
.box-mappa-centri-menu .container .row .col-20.active .box-mappa-centri-menu-item,
.box-mappa-centri-menu .container .row .col-20:hover .box-mappa-centri-menu-item{border-color:#004563;transition: all .3s ease;}



.box-mappa-centri-menu .container .row .col-20:nth-child(1).active .box-mappa-centri-menu-item,
.box-mappa-centri-menu .container .row .col-20:nth-child(1):hover .box-mappa-centri-menu-item{border-color:#2e8fc5;transition: all .3s ease;}
.box-mappa-centri-menu .container .row .col-20:nth-child(2).active .box-mappa-centri-menu-item,
.box-mappa-centri-menu .container .row .col-20:nth-child(2):hover .box-mappa-centri-menu-item{border-color:#7f3a98;transition: all .3s ease;}
.box-mappa-centri-menu .container .row .col-20:nth-child(3).active .box-mappa-centri-menu-item,
.box-mappa-centri-menu .container .row .col-20:nth-child(3):hover .box-mappa-centri-menu-item{border-color:#ff7322;transition: all .3s ease;}
.box-mappa-centri-menu .container .row .col-20:nth-child(4).active .box-mappa-centri-menu-item,
.box-mappa-centri-menu .container .row .col-20:nth-child(4):hover .box-mappa-centri-menu-item{border-color:#179861;transition: all .3s ease;}
.box-mappa-centri-menu .container .row .col-20:nth-child(5).active .box-mappa-centri-menu-item,
.box-mappa-centri-menu .container .row .col-20:nth-child(5):hover .box-mappa-centri-menu-item{border-color:#ffd036;transition: all .3s ease;}

.box-mappa-centri-menu-item-desc{padding:0 20px 20px 10px;}
.box-mappa-centri-menu-item-icon{padding:30px 10px;}
.box-mappa-centri-menu-item-icon img{height:60px;width:auto;}
.box-mappa-centri-search-map-error{padding:100px 15px;text-align:center;color:#e7d760;font-size:22px;font-weight:500;}
.box-mappa-centri .pagination {display: block!important;border-radius: 0;text-align: center;padding-top:60px;font-size: 14px;}
.box-mappa-centri .pagination .page-numbers, .box-mappa-centri .pagination .page-numbers:hover, .box-mappa-centri .pagination .page-numbers:focus{background-color: #e7d760;display: inline-block;line-height: 32px;font-size: 14px;padding: 0 5px;border-radius: 100%;
font-weight:500;color:#004563;margin:0 5px;height: 30px;width: 30px;text-align: center;}
.box-mappa-centri .pagination .page-numbers.current, .box-mappa-centri .pagination .page-numbers.current:focus, .box-mappa-centri .pagination .page-numbers.current:hover{
background-color:#004563;color:#FFF;}

.box-mappa-centri-results-title{font-weight: bold;margin-bottom: 50px;color: #004563;}
.box-mappa-centri-results-item-header{background: #004563;color: #fff;padding: 15px 15px;}
.box-mappa-centri-results-item{padding:15px 15px;border-bottom:1px solid #004563;line-height:1.3em;background:#FFF;}
.box-mappa-centri-results-item .col-item-indirizzo a{display:block;padding-left:30px;position:relative;}
.box-mappa-centri-results-item .col-item-indirizzo a::before{display:inline-block;
font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f3c5";position:absolute;left:0;top:0;}
.box-mappa-centri-results-item .col-item-more, .box-mappa-centri-results-item .col-item-open{text-align:right;}

.spinner-box {opacity:0; transition: opacity 1s;  position:absolute; top:0; left:0; width:100%; height: 100%; background-color:rgba(23,83,107,0.5); pointer-events: none;}
.spinner-box i.fas{position:absolute; top:50%; left:50%;margin-top:-25px;margin-left:-25px;color:#e8d761;}
.loading .spinner-box {opacity:1; pointer-events: default; animation-name: bg_animation;  animation-duration: 1s;   animation-iteration-count: infinite;animation-direction: alternate; }
    @keyframes bg_animation {
        from {opacity: 1;}
        to {opacity: 0.5;}
    }

.open-raggruppamenti{position:relative;padding-right:1px;}
.open-raggruppamenti .fas{position:absolute;right:0;top:3px;}
.open-raggruppamenti .fa-spinner, .open-raggruppamenti .fa-minus {display:none;}
.open-raggruppamenti.loading .fa-spinner {display:inline-block;}
.open-raggruppamenti.loading .fa-plus {display:none;}
.open-raggruppamenti.loading  {pointer-events: none;}
.open-raggruppamenti.loaded .fa-spinner {display:none;}
.open-raggruppamenti.loaded .fa-plus {display:none;}
.open-raggruppamenti.loaded .fa-minus {display:block;}	
.box-mappa-centri-raggruppamento-dati{margin-top:10px;padding:20px;background:#E9F1F4;overflow:hidden;}
.box-mappa-centri-raggruppamento-dati-item{float:left;padding:10px 15px;width:50%;border-bottom:1px solid #FFF;}
.box-mappa-centri-raggruppamento-dati-item-title{font-weight:700;color: #004563;}
.box-mappa-centri-raggruppamento-dati-item-desc{font-size:16px;}


/*-----COMMON > Ricerca AEE -----*/
.box-ricerca-aee{background-image:url(https://app.smartcontext.ai/default/https://www.cdcraee.it/wp-content/themes/wp-bootstrap-starter-child//img/social-bg.jpg);background-repeat:no-repeat;background-size:cover;background-position:center;}
.box-ricerca-aee-title{color:#e7d760;font-weight:700;margin-bottom:50px;}
.box-ricerca-aee .note{color:#FFF;margin-top:100px;}
.box-ricerca-aee .title-intro a, .box-form-centri .title-intro a:focus, .box-form-centri .title-intro a:hover,
.box-ricerca-aee .note a, .box-form-centri .note a:focus, .box-form-centri .note a:hover
{color:#FFF;text-decoration:underline;}
.box-ricerca-aee .scelta-aee {width:100%;}

.box-ricerca-aee .select2-container {width:100% !important;}


.box-ricerca-aee .raggruppamento-card{
    display: block;
    position: relative;
    
    padding:40px 15px;
    background-color: #fff;
    border-bottom: 20px solid #e7d760;
    transition: all .25s ease-out;
}
.box-ricerca-aee .raggruppamento-nome {    display: block;
    color: #000;
    text-transform: uppercase;
    line-height: 1.2em;
    font-family: 'Noto Sans',sans-serif;
    text-decoration: none;
    font-weight: 700;
    font-size: 24px;
}
.box-ricerca-aee .raggruppamento-descrizione {    display: block;
    
    color: #000;
    line-height: 1.2em;
    font-family: 'Noto Sans',sans-serif;
    text-decoration: none;
    font-weight: 400;
    font-size: 16px;
}

/*-----COMMON > SINGLE CENTRI-----*/
.single-centri-head h1, .single-centri-head{margin-bottom:0!important;}
.single-centri-mappa #map {width:100%; height:420px;}
.single-centri-info-title{color: #084a66;font-weight: 700;font-size: 27px;margin-bottom:50px;margin-top:100px;}
.single-centri-indirizzo .single-centri-info-title{margin-top:0;margin-bottom:30px;}
.single-centri-info-desc{margin-bottom:40px;}
.single-centri-info-item-wrap{margin-bottom:30px;}
.single-centri-info-item{padding-top:50px;text-align:center;border-bottom:20px solid;background:#d4e3e9;}
.single-centri-info-item-R1{border-color:#2E8FC5;}
.single-centri-info-item-R2{border-color:#7F3A98;}
.single-centri-info-item-R3{border-color:#FF7322;}
.single-centri-info-item-R4{border-color:#179861;}
.single-centri-info-item-R5{border-color:#FFD036;}
.single-centri-info-item-title{font-weight: 700;font-size: 28px;color: #084a66;margin-bottom: 10px;}
.single-centri-info-item-desc{line-height: 1.2em;min-height: 60px;margin-bottom: 15px;}
.

/*-----COMMON > CDCRAEE TABLE-----*/
.cdcraee-table{font-size:16px;line-height:1.4em;}
.table thead th {vertical-align: middle;border-bottom: 2px solid #004563;background: #29708f;color: #fff;font-weight: 500;}
.table td{border-top: 1px solid #004563;background: #d4e3e9;}
.table-bordered td, .table-bordered th {border: 1px solid #004563;}
.table td.td-title{white-space:nowrap;font-weight:500;}

/*-----COMMON > 404-----*/
.content-404 h2.title::after {margin: 30px auto 0 auto;}
.content-404 .title-intro{max-width:100%;margin-bottom:60px;}


/*-----COMMON > SEARCH BAR / SEARCH RESULTS-----*/
.search-bar {position:fixed; top:0;  left:0; width:100%; height:0; overflow:hidden; transition: height 1s; z-index:999999999;text-align:center;background-color:#004563;color:#FFF;}
.search-bar.active {height:200px; }
.close-search-bar, .close-search-bar:focus, .close-search-bar:hover{position:absolute;top:15px;right:20px;color:#FFF;font-size:34px;line-height:1em;text-decoration:none;}
.search-bar-content-title{padding:40px 0 30px 0;color:#FFF;font-size:24px;text-transform:uppercase;font-family:'Noto Sans',sans-serif;font-weight:700;}
.search-bar-content form{display:inline-block;}
.search-bar-content input[type="text"], .search-bar-content input[type="text"]:focus{width:320px;background-color: transparent;border: 0;border-radius:0;border-bottom: 1px solid #FFF;
box-shadow: none;padding: 0;color: #FFF;}
.search-bar-content input[type="text"]::placeholder{opacity:1;color:#FFF;}
.search-bar-content button, .search-bar-content button:hover, .search-bar-content button:focus, .search-bar-content button:active{margin-left:10px;padding: 9px 40px;
font-size: 20px;background-color:#e8d761!important;color:#004563!important;border:1px solid #e8d761!important;
line-height: 1em;border-radius: 0;box-shadow: none!important;font-weight:700;transition: all 0.5s;}
.search-bar-content button:hover{background-color:#fff!important;color:#004563!important;border:1px solid #FFF!important;transition: all 0.5s;}

.search-result-item-wrap{margin-bottom:30px;}
.search-result-item{height:100%;padding:30px 20px;background:#e1e1e1;border:1px solid #e1e1e1;}
.search-result-item a{display:block;width:100%;height:100%;background:#e1e1e1;border:1px solid #e1e1e1;}
.search-result-item-title{display: block;margin-bottom:20px;color: #084a66;line-height: 1.2em;
font-family: 'Noto Sans',sans-serif;text-decoration: none;font-weight: 700;font-size: 20px;}
.search-result-item-desc{display:block;color:#000;font-size:16px;line-height:1.5em;}

@media only screen and (max-width:1050px){       
.search-bar {display:none;}


}
/*-----COMMON > TOPBAR-----*/
.topbar{padding:20px 0;background:#FFFFFF;transition: all .3s ease;}
.navbar-brand {width:280px;margin:0;transition: all .3s ease;}
.navbar-brand img { height:auto; width:100%; }
.topbar-menu{float:right;}
.topbar-menu ul{margin:0;}
/* .topbar-menu ul li{display:inline-block;margin-left:25px;padding-top:25px;transition: all .3s ease;}
.topbar-menu ul li .nav-link, .topbar-menu ul li .nav-link:focus, .topbar-menu ul li .nav-link:hover{font-size:16px;text-transform:uppercase;color:#004563;font-weight:700;text-decoration:none;
padding:0;transition:all 0.25s ease-out;}
.topbar-menu ul li .nav-link .fas{color:#177BAC;padding-right:5px;font-size:20px;}
.topbar-menu ul li .nav-link:hover{color:#177BAC;transition:all 0.25s ease-out;} */


.topbar-menu ul li{display:inline-block;margin-left:15px;padding-top: 15px;transition: all .3s ease;}
.topbar-menu ul li:first-child{margin-left:0;}
.topbar-menu ul li .nav-link, .topbar-menu ul li .nav-link:focus, .topbar-menu ul li .nav-link:hover {
background:#084a66;padding:5px 15px 5px 40px;font-size: 14px;line-height: 1.2em;position: relative;color: #fff;border-radius:10px;
text-transform:uppercase;font-weight:700;text-decoration:none;transition:all 0.25s ease-out;}
.topbar-menu ul li.menu-top-link-3 .nav-link, .topbar-menu ul li.menu-top-link-3 .nav-link:focus, .topbar-menu ul li.menu-top-link-3 .nav-link:hover {
background: #177bac;}
.topbar-menu ul li.menu-top-link-1 .nav-link, .topbar-menu ul li.menu-top-link-1 .nav-link:focus, .topbar-menu ul li.menu-top-link-1 .nav-link:hover {
background: #7fbf3f;}
.topbar-menu ul li.menu-top-link-4 .nav-link, .topbar-menu ul li.menu-top-link-4 .nav-link:focus, .topbar-menu ul li.menu-top-link-4 .nav-link:hover {
background: #e7d760;color: #29708f;}

.topbar-menu ul li .nav-link .fas{position: absolute;left:7px;top: 50%;margin-top: -13px;color: #fff;font-size:26px;}
.topbar-menu ul li.menu-top-link-4 .nav-link .fas{color:#29708f;}
.topbar-menu ul li .nav-link:hover{background:#06374D;}
.topbar-menu ul li.menu-top-link-3 .nav-link:hover{background:#146D98;}
.topbar-menu ul li.menu-top-link-1 .nav-link:hover{background:#6CA336;}

/*-----COMMON > MENU-----*/
.main-sep{height:200px;}
.main-menu{position: fixed;top: 0;left: 0;width: 100%;z-index:1039;}
.navbar-mobile {display: none !important;}
.main-menu .navbar{ padding:0;}
.main-header-menu{background-color:#BFD4DE;}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item{margin:0 20px!important;}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item:first-child{margin-left:0!important;}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-search-btn{float:right;margin-right:0!important;}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link{padding:0!important;}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:after{content:"";display:block!important;width:0;height:10px;background-color:#E8D761;
position:absolute;bottom:0;left:0;transition:all 0.25s ease-out;}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator::after{margin:0!important;}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a:hover:after, 
.mega-current-menu-item .mega-menu-link:after,
.mega-current_page_ancestor .mega-menu-link:after,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-toggle-on > a.mega-menu-link:after{width:100%!important;transition:all 0.25s ease-out;}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-toggle-on > a.mega-menu-link:after{background-color: #004563;}
.menu-image-title-before.menu-image-not-hovered img, .menu-image-hovered.menu-image-title-before .menu-image-hover-wrapper, .menu-image-title-after.menu-image-title {
padding-left:0!important;}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover .menu-image-hover-wrapper img.hovered-image, 
.menu-item:hover .menu-image-hover-wrapper img.menu-image{opacity:1!important;transition: opacity .25s ease-in-out 0s;}
span.menu-image-title-after.menu-image-title{display:block;padding-left:50px!important;position:absolute;top:50%;transform:translateY(-50%);left:10px;}
.menu-image-hovered.menu-image-title-after .menu-image-hover-wrapper{position: absolute;top: 50%;left: 10px;margin-top: -18px;}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link{position:relative;padding:15px!important;}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item{border-bottom:1px solid #4D7D92!important;}


#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-third-link a.mega-menu-link {
	position: relative;
	padding: 15px 15px 15px 20px !important;border-left:5px solid #FFF;
}

/*-----COMMON > HEADER > AFFIX-----*/
.navbar-brand-affix{display:none;}
.main-menu.affix {transition: all .3s ease;}
.main-menu.affix .navbar-brand{width:150px;transition: all .3s ease;}
.main-menu.affix .topbar{padding:5px 0;transition: all .3s ease;}
.main-menu.affix .topbar-menu ul li {padding-top:0;transition: all .3s ease;}

/*-----COMMON > FOOTER NEWSLETTER-----*/
.footer-newsletter{padding:45px 0 30px 0;background-color:#E8D761;color:#004563;}
.footer-newsletter h4{text-align:center;color:#004563;font-weight:700;font-size:36px;font-family: 'Noto Sans', sans-serif;}
.footer-newsletter h4:after{display:block;content:"";background:#004563;width:150px;height:5px;margin:30px auto 0 auto;}
.footer-newsletter .tnp-subscription{max-width:none;text-align:center;}
.footer-newsletter .tnp-subscription label{text-align:center;margin-top:30px;padding:0;font-size:16px;color:#004563;line-height:2em;font-weight:400;}
.footer-newsletter .tnp-subscription label a, .footer-newsletter .tnp-subscription label a:focus, .footer-newsletter .tnp-subscription label a:hover{text-decoration:underline;color:#004563;}
.footer-newsletter input[type="email"]{display:inline-block;width:520px;padding:15px 25px;color:#004563;font-size:16px;font-style:italic;border:0;}
.footer-newsletter input[type="submit"], .footer-newsletter input[type="submit"]:focus, .footer-newsletter input[type="submit"]:hover{
	margin-left:-5px;display:inline-block;padding:12px 40px 16px 40px;font-size:20px;font-weight:500;background-color:#004563;color: #fff;border:1px solid #004563;line-height: 1em;
	transition:all 0.25s ease-out;}
.footer-newsletter input[type="submit"]:hover{background-color:#FFF;color:#004563;transition:all 0.25s ease-out;}
.footer-newsletter ::-webkit-input-placeholder{color:#004563;opacity:1;} /* Chrome/Opera/Safari */
.footer-newsletter ::-moz-placeholder{color:#004563;opacity:1;} /* Firefox 19+ */
.footer-newsletter :-ms-input-placeholder{color:#004563;opacity:1;} /* IE 10+ */
.footer-newsletter :-moz-placeholder{color:#004563;opacity:1;} /* Firefox 18- */

/*-----COMMON > FOOTER-----*/
.footer{padding:90px 0 70px 0;color:#FFF;font-size:18px;background-color:#004563;}
.footer h5{margin:0 0 25px 0;font-weight:400;line-height:1.2em;font-family: 'Noto Sans', sans-serif;font-size:24px;color:#E7D760;}
.footer .list-unstyled li{display:inline-block;margin-right:30px;padding-bottom:40px;}
.footer li{padding-bottom:10px;}
.footer a, .footer a:focus{color:#FFFFFF;transition:all 0.25s ease-out;}
.footer-col-1 a, .footer-col-1 a:focus{text-decoration:underline;transition:all 0.25s ease-out;}
.footer a:hover{text-decoration:none;color:#b8d1db;transition:all 0.25s ease-out;}
.footer-col-1 a:hover{text-decoration:underline;transition:all 0.25s ease-out;}
.footer-col-2 a:after{content:"";display:block;width:0;height:1px;background-color:#b8d1db;transition:all 0.25s ease-out;}
.footer-col-2 a:hover:after{width:100%;transition:all 0.25s ease-out;}
.footer a.nav-link{padding:0;}
.footer a .fab{font-size:22px;}
.footer-col-1 .footer-green-number{display:inline-block;padding:15px 0;color:#7FBF3F;font-weight:700;font-size:24px;}
.footer-col-1 .footer-desc{display:block;padding-bottom:20px;font-size:16px;line-height:1.5em;}

/*-----COMMON > COPYRIGHT-----*/
.copyright{padding:25px 0 0 0;font-size:16px;line-height:1em;color:#004563;}
.copyright a, .copyright a:focus, .copyright a:hover{color:#004563;text-decoration:underline;transition:all 0.25s ease-out;}
.copyright .list-unstyled li{display:inline-block;padding-right:5px;margin-right:5px;border-right:1px solid #004563;}
.copyright .list-unstyled li:last-child{padding-right:0;margin-right:0;border-right:0;}
.copyright a.nav-link{padding:0;}
.copyright-desc{text-align:center;font-size:14px;color:#004563;margin-top:10px;padding:20px 0 10px 0;line-height:1.2em;background-color:#B8D1DB;}
.copyright-desc a, .copyright-desc a:focus, .copyright-desc a:hover{color:#004563;text-decoration:underline;}
.copyright-col-2{text-align:right;}

/*-----PARTS > HEAD > head-txt-des-lin-----*/
.head-txt-des-lin{position:relative;padding:150px 0 290px 0;background-repeat:no-repeat;background-size:cover;background-attachment:fixed;overflow:hidden;}
.head-txt-des-lin-content{position:relative;text-align:center;color:#FFF;z-index:2;}
.head-txt-des-lin h1{margin-bottom:50px;color:#FFF;font-size:70px;font-weight:500;}
.head-txt-des-lin h2{margin-bottom:70px;line-height:1.5em;color:#FFF;font-family: 'Noto Sans', sans-serif;font-size:40px;}
.head-txt-des-lin-overlay{position:absolute;top:0;left:0;z-index:1;width:100%;height:100%;background:rgba(0,85,121,0.84)}
.head-txt-des-lin .btn-yellow:before{background-color:#177bac;}

/*-----PARTS > HEAD > head-breadcrumb-txt-des-----*/

.head-breadcrumb-txt-des{padding:100px 0 80px 0;color:#FFF;background:#29708F;border-bottom:20px solid #1E6989;}
.head-breadcrumb-txt-des h1{margin:0;font-family: 'Noto Sans', sans-serif;font-weight:700;color:#E7D760;font-size:54px;line-height:1.3em;}
.head-breadcrumb-txt-des-desc{margin-top:50px;font-size:24px;line-height:1.4em;}
.head-breadcrumb-txt-des-desc a, .head-breadcrumb-txt-des-desc a:focus, .head-breadcrumb-txt-des-desc a:hover{color:#FFF;text-decoration:underline;}
.head-breadcrumb{margin-bottom:50px;text-transform:uppercase;color:#FFF;font-size:16px;letter-spacing:1px;}
.head-breadcrumb a, .head-breadcrumb a:focus, .head-breadcrumb a:hover{color:#FFF;text-decoration:none;transition:all 0.25s ease-out;}
.head-breadcrumb a:hover{color:#e7d760;text-decoration:none;transition:all 0.25s ease-out;}
.head-breadcrumb .sep{display:inline-block;padding:0 5px;}
.head-breadcrumb .bc-current .sep{display:none;}

/*------BOX > VERTICAL MENU------*/
.box-vertical-menu {position:absolute;right:30px!important;left:auto!important;padding: 2px 0;z-index:1039;pointer-events: none;width:auto!important;}
.box-vertical-menu-inner {position: relative;transform: translateY(50%);pointer-events: auto;}
.box-vertical-menu-item {display:block;position: relative;cursor: pointer;}
.box-vertical-menu-item:before {content: "";position: absolute;width:5px;height:100%;background:#e7d760;top: 0;right: 0;margin: 0 auto;
transition: opacity .6s;pointer-events: none;}
.box-vertical-menu-item  span.box-vertical-menu-item-num {position: relative;padding:25px 0!important;min-height:36px;display:block;font-size:13px;line-height:1.4em;text-align:right;
font-weight:500;}
.box-vertical-menu-item-name{font-size:13px;line-height: 1;width:300px;position: absolute;top:35px;right:10px;text-align:right;padding-right: 7px;padding: 15px 7px 15px 0;
pointer-events: none;transition: all .4s cubic-bezier(.455,.03,.515,.955);opacity: 1;top:-3px;color:#004563; }
.box-vertical-menu-item-inner-num-index{position: absolute;right: -15px;top: 50%;width: 36px;height:36px;background: #e7d760;
border-radius: 100%;text-align: center;font-weight: 500;line-height:36px;margin-top: -18px;transition:all 0.25s ease-out;}
.box-vertical-menu-item:hover{text-decoration:none;}
.box-vertical-menu-item.active:before, .box-vertical-menu-item:hover:before{background:#004563;}
.box-vertical-menu-item.active span.box-vertical-menu-item-num, .box-vertical-menu-item:hover span.box-vertical-menu-item-num{color:#004563;}
.box-vertical-menu-item.active .box-vertical-menu-item-inner-num-index, .box-vertical-menu-item:hover .box-vertical-menu-item-inner-num-index{
background: #004563;color:#FFFFFF;transition:all 0.25s ease-out;}
.box-vertical-menu-item-inner-num-title-content{background:#FFFFFF;}

.box-vertical-menu-item-inner-num-title{position:absolute;right:30px;top:50%;margin-top:-10px;display:none;width:200px;}
.box-vertical-menu-item:hover .box-vertical-menu-item-inner-num-title{display:block;}

/*-----PARTS > BOX > box-separatore-vuoto-----*/
.box-separatore-vuoto{height:150px;}

/*-----PARTS > BOX > box-card-img-sx-txt-des-lin-dx -----*/
.box-card-img-sx-txt-des-lin-dx-inner{padding:80px 50px;background:#B8D1DB;}
.box-card-img-sx-txt-des-lin-dx-nav{margin-top:20px;}
.box-card-img-sx-txt-des-lin-dx-desc-2{margin-top:30px;}


/*-----PARTS > BOX > box-anteprima-news-manuale -----*/
.box-anteprima-news-manuale h2.title{margin-bottom:100px;}
.box-anteprima-news-manuale-item{height:100%;background-color:#E8D761;}
.box-anteprima-news-manuale-item-content{padding:70px 50px;}
.box-anteprima-news-manuale-item h3 a, .box-anteprima-news-manuale-item h3 a:focus, .box-anteprima-news-manuale-item h3 a:hover{margin-bottom:30px;font-family: 'Noto Sans', sans-serif;
text-decoration:none;color:#004563;font-size:34px;line-height:1.2em;}
.box-anteprima-news-manuale-item-data{margin-bottom:20px;font-size:14px;font-weight:500;color:#004563;}
.box-anteprima-news-manuale-item-nav{margin-top:20px;}
.box-anteprima-news-manuale-item-nav .more-btn, .box-anteprima-news-manuale-item-nav .more-btn:hover, .box-anteprima-news-manuale-item-nav .more-btn:focus{color:#004563;}
.
/*-----PARTS > BOX > box-shared-txt-des-rep-card -----*/
.box-shared-txt-des-rep-card{}
.box-shared-txt-des-rep-card-item-wrap{margin-bottom:100px;-ms-flex: 0 0 20%;flex: 0 0 20%;max-width: 20%;}
.box-shared-txt-des-rep-card-item{display:block;position:relative;height:100%;padding:50px 0 120px 0;background-color:#FFF;border-bottom:20px solid #084A66;transition: all .25s ease-out;}
.yellow-icon .box-shared-txt-des-rep-card-item{border-bottom:20px solid #E8D761;}
.box-shared-txt-des-rep-card-item-icon{text-align:center;}
.box-shared-txt-des-rep-card-item-icon a img{display:block;margin:0 auto;}
.box-shared-txt-des-rep-card-item:hover img{animation: rotate-btn .5s linear;-webkit-animation: rotate-btn .5s linear;}
.box-shared-txt-des-rep-card-item h3{margin:40px 0 0 0;}
.box-shared-txt-des-rep-card-item h3, .box-shared-txt-des-rep-card-item:focus h3, .box-shared-txt-des-rep-card-item:hover h3{display:block;text-align:center;color:#000;
text-transform:uppercase;line-height:1.2em;font-family: 'Noto Sans', sans-serif;text-decoration:none;font-weight:700;font-size:20px;transition:all .25s ease-out;}
.box-shared-txt-des-rep-card-item:hover h3{transition:all .25s ease-out;}
.box-shared-txt-des-rep-card-item-nav{position:absolute;bottom:30px;left:0;width:100%;text-align:center;}
.box-shared-txt-des-rep-card-item:hover .more-btn{color:#177bac;transition:all .25s ease-out;}
.box-shared-txt-des-rep-card-item:hover .more-btn .fas {padding-left: 15px;transition: all .25s ease-out;}
.box-shared-txt-des-rep-card-item:hover{-webkit-box-shadow: 5px 5px 14px 3px #B4B4B4;
-moz-box-shadow: 5px 5px 14px 3px #B4B4B4;
-o-box-shadow: 5px 5px 14px 3px #B4B4B4;
box-shadow: 5px 5px 14px 3px #B4B4B4;transition: all .25s ease-out;}

/*-----PARTS > BOX > box-rep-card -----*/
.box-rep-card{}
.box-rep-card-item-wrap{margin-bottom:30px;}
.box-rep-card-item{position:relative;height:100%;padding:70px 50px 180px 50px;background:#004563;}
.box-rep-card-item h2.title{color:#E7D760;}
.box-rep-card-item h2.title:after{background-color:#E7D760;}
.box-rep-card-item-desc{color:#FFF;}
.box-rep-card-item-nav{position:absolute;bottom:40px;left:50px;}
.btn-yellow:after{/* background-color:#b8d1db; */}
.box-rep-card-item-nav .btn-yellow:before{background-color:#FFFFFF;}
.box-rep-card-item-nav .btn-yellow:hover{color:#084a66;}
.box-rep-card-item-nav .btn-yellow{margin-top:20px;}

/*-----PARTS > BOX > box-img-sx-txt-des-lin-dx / box-img-dx-txt-des-lin-sx -----*/
.box-img-dx-txt-des-lin-sx, .box-img-sx-txt-des-lin-dx{position:relative;}
.box-img-sx-txt-des-lin-dx-txt, .box-img-dx-txt-des-lin-sx-txt{position:relative;z-index:2;}
.box-img-dx-txt-des-lin-sx-bg, .box-img-sx-txt-des-lin-dx-bg{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;overflow:hidden;}
.box-img-dx-txt-des-lin-sx-bg-img, .box-img-sx-txt-des-lin-dx-bg-img{background-repeat:no-repeat;background-size:cover;background-position:center;
overflow:hidden;}
.box-img-dx-txt-des-lin-sx-bg-img{background-position:left center;}
.box-img-sx-txt-des-lin-dx-bg-img{background-position:right center;}
.box-img-dx-txt-des-lin-sx-bg .container-fluid, .box-img-sx-txt-des-lin-dx-bg .container-fluid,
.box-img-dx-txt-des-lin-sx-bg .container-fluid .row, .box-img-sx-txt-des-lin-dx-bg .container-fluid .row{height:100%;}
.box-img-sx-txt-des-lin-dx-content, .box-img-dx-txt-des-lin-sx-content{padding:120px 15px;}
.box-img-sx-txt-des-lin-dx-content{padding-left:50px;}
.box-img-dx-txt-des-lin-sx-content{padding-right:50px;}
.box-img-sx-txt-des-lin-dx-nav, .box-img-dx-txt-des-lin-sx-nav{margin-top:50px;}
.box-img-sx-txt-des-lin-dx-content-img, .box-img-dx-txt-des-lin-sx-content-img{display:none;}

/*-----PARTS > BOX > box-elenco-puntato-----*/
.box-elenco-puntato{}
.box-elenco-puntato-desc{margin-bottom:0;}
.box-elenco-puntato-item{position:relative;padding-left:40px;}
.box-elenco-puntato-item i.fas{position:absolute;top:6px;left:0;color:#004563;font-size:22px;}

/*-----PARTS > BOX > box-lista-governance-----*/
.box-lista-governance{}
.box-lista-governance-item-wrap{margin-bottom:30px;}
.box-lista-governance-desc{margin-bottom:50px;}
.box-lista-governance-item{height: 100%;padding: 30px 25px;background-color:#29708f;position: relative;border-left:10px solid #e8d761;
border-top-right-radius:20px;}
.box-lista-governance-item h3{margin:0 0 20px 0;color: #FFF;font-family: 'Noto Sans',sans-serif;font-weight: 700;font-size: 22px;}
.box-lista-governance-item h3 span{display:block;font-weight:400;font-size:16px;}
.box-lista-governance-item h4{margin:0;font-weight:500;font-size:22px;color:#e8d761;}

/*-----PARTS > BOX > box-lista-partner-----*/
.box-lista-partner-item-wrap{margin-bottom:30px;}
.box-lista-partner .container .row .box-lista-partner-item-wrap:last-child .img-hover .img-hover-overlay{background:rgba(231,215,96,.84);}

/*-----PARTS > BOX > FAQ-----*/
.box-faq .title-intro{max-width:100%;margin-bottom:60px;}
.faq-item{margin-bottom:20px;}
.faq-heading{padding:10px 15px;cursor:pointer;font-weight:500;font-size:24px;color:#FFF;line-height:1.2em;display:block;position:relative;background:#004563;
transition: all 0.5s;}
.faq-heading.collapsed{background:#E8D761;color:#004563;}
.faq-heading p{margin:0;}
.faq-heading span{display:inline-block;padding-right:50px;}
.faq-heading .fas{position:absolute;top:50%;right:15px;margin-top:-11px;color:#004563;transition: all 0.5s;}

.faq-heading .fa-arrow-down, .faq-heading.collapsed .fa-arrow-up{opacity:0;}
.faq-heading.collapsed .fa-arrow-down{opacity:1;}
.faq-heading:hover{color:#FFF;background:#004563;transition: all 0.5s;}
.faq-heading.collapsed:hover .fa-arrow-down, .faq-heading .fa-arrow-up{color:#004563;transition: all 0.5s;}
.faq-desc{padding:30px 15px 20px 15px;background-color:#B8D1DB;}
.faq-desc a, .faq-desc a:focus{text-decoration:underline;}

/*-----PARTS > BOX > box-elenco-pdf-----*/
.box-elenco-pdf{}
.box-elenco-pdf h2.title{text-align:center;}
.box-elenco-pdf h2.title::after {margin: 30px auto 0 auto;}

.box-elenco-pdf .title-intro{text-align:center;margin-bottom:50px;max-width:none;}
.box-elenco-pdf .faq-heading{color:#004563;background:#E8D761;}
.box-elenco-pdf .faq-heading.collapsed {background:#004563;color:#E8D761;}
.box-elenco-pdf .faq-heading:hover {color:#004563;background:#E8D761;}
.faq-heading .fas {color:#E8D761;}
.box-elenco-pdf-item{margin-bottom: 15px;
  background: #fff;
  padding: 10px 20px;
  border-radius: 30px;
}
.box-elenco-pdf-item a{text-decoration:none;}

/*-----PARTS > BOX > box-schede-promo-----*/
.box-schede-promo{margin:0 0 100px 0; padding-top:100px;border-top: 20px solid #1E6989;}
.box-schede-promo-item-wrap{margin-bottom:30px;}
.box-schede-promo-item{height:100%;padding:180px 50px 120px 50px;background-color:#FFF;background-repeat:no-repeat;background-position:top right;background-size:80%;position:relative;
-webkit-box-shadow: 5px 5px 14px 3px #B4B4B4;
-moz-box-shadow: 5px 5px 14px 3px #B4B4B4;
-o-box-shadow: 5px 5px 14px 3px #B4B4B4;
box-shadow: 5px 5px 14px 3px #B4B4B4;}
.box-schede-promo-item-title{margin-bottom:40px;color:#187CAD;font-weight:700;font-family:'Noto Sans', sans-serif;font-size:52px;line-height:1.2em;}
.box-schede-promo-item-info{margin-bottom:30px;}
.box-schede-promo-item-subtitle{width:300px;padding:10px 100px 10px 0;text-transform:uppercase;color:#000;font-weight:700;background:#E8D761;border-radius:30px;}
.box-schede-promo-item-subtitle i.fas{background:#004562;border-radius:100%;color:#FFF;display: inline-block;width: 30px;height: 30px;
text-align: center;line-height: 30px;margin-left: -10px;margin-right:10px;}
.box-schede-promo-item-desc{border-radius: 30px;border: 3px solid #000;padding: 10px 20px 0px 20px;line-height: 1.2em;margin-left: 160px;margin-top: -10px;
background: #fff;font-size: 18px;}
.box-schede-promo-item-logo{position:absolute;bottom:30px;left:50px;}
.box-schede-promo-item-sottovoce-wrap{margin-top:10px;}
.box-schede-promo-item-sottovoce{background:#C0D4DF;font-weight:700;text-align:center;border-radius: 30px;margin-left: 200px;font-size: 18px;padding: 5px 20px;
margin-bottom: 10px;line-height: 1.2em;}
.box-schede-promo-item-nav .btn-yellow, .box-schede-promo-item-nav .btn-yellow:focus{display:block;text-align:center;padding:10px;color: #000;border-radius:30px;
font-size:18px;line-height:1.2em;}
.box-schede-promo-item-nav .btn-yellow::before{display:none;}
.box-schede-promo-item-nav .btn-yellow:hover{color:#FFF;background:#004562;border-radius:30px;}
.box-schede-promo-item-nav-2{margin-top:20px;}
.box-schede-promo-item-nav-2  .btn-yellow, .box-schede-promo-item-nav-2 .btn-yellow:focus{background:#177bac;color:#FFF;}


/*-----PARTS > BOX > box-lista-modulistiche-----*/
.box-lista-modulistiche .box-lista-modulistiche-item-wrap{padding-bottom:30px;}
.box-lista-modulistiche-item{height:100%;padding:30px 25px 40px 25px;background-color:#29708f;position:relative;border-left:10px solid #e7d760;border-top-right-radius:20px;}
.box-lista-modulistiche-item h3{margin:0 0 20px 0;font-size:26px;color:#e7d760;line-height:1.2em;font-family: 'Noto Sans', sans-serif;}
.box-lista-modulistiche-item h4{margin:0 0 15px 0;font-size:16px;font-weight:400;color:#FFF;}
.box-lista-modulistiche-item-nav{margin-top:40px;}
.box-lista-modulistiche-item-nav .icon-btn, .box-lista-modulistiche-item-nav .icon-btn:focus, .box-lista-modulistiche-item-nav .icon-btn:hover{color:#e7d760;display:block;
margin-bottom:10px;}
.box-lista-modulistiche-item-nav .icon-btn:hover{color:#FFFFFF;}
.box-lista-modulistiche .title-intro {margin-bottom: 50px;max-width:100%;}

/*-----PARTS > BOX > box-rep-img-txt-des-link-item-----*/
.box-rep-img-txt-des-link-item-wrap{margin-bottom:50px;}
.box-rep-img-txt-des-link-item{position:relative;height:100%;padding:50px 10px 120px 10px;background-color:#d4e3e9;border-bottom:20px solid #084A66;
border-top-right-radius:20px;}
.blu-bg .box-rep-img-txt-des-link-item{background-color:#FFFFFF;}
.box-rep-img-txt-des-link-item-icon{text-align:center;}
.box-rep-img-txt-des-link-item h3{margin:40px 0 0 0;display:block;text-align:center;color:#000;
text-transform:uppercase;line-height:1.2em;font-family: 'Noto Sans', sans-serif;text-decoration:none;font-weight:700;font-size:20px;}
.box-rep-img-txt-des-link-item-desc{text-align: center;font-size: 18px;line-height: 1.5em;padding-top: 30px;}
.box-rep-img-txt-des-link-item-nav{position:absolute;bottom:30px;left:0;width:100%;text-align:center;}


/*-----PARTS > BOX > box-txt-des-----*/
.box-txt-des{}
.box-txt-des-desc p, .box-txt-des-desc ul, .box-txt-des-desc ol{margin-bottom:40px;}
.box-txt-des-desc h1, .box-txt-des-desc h2, .box-txt-des-desc h3, .box-txt-des-desc h4, .box-txt-des-desc h5, .box-txt-des-desc h6{
	color:#084A66;font-weight:700;}
.box-txt-des-desc h1{font-size:32px;}
.box-txt-des-desc h2{font-size:28px;}
.box-txt-des-desc h3{font-size:24px;}
.legal-template .box-txt-des-desc h3{margin-bottom:40px;}
.box-txt-des-desc h4{font-size:20px;}
.box-txt-des-desc h5{font-size:18px;}
.box-txt-des-desc h6{font-size:16px;}
.box-txt-des-desc hr{margin:40px 0;border-color:#e1e1e1;}
.box-txt-des-desc iframe{display:block;margin:40px auto;max-width:80%;}
.box-txt-des-desc img{display:block;margin:40px auto;max-width:100%;height:auto;}
.box-txt-des-desc a, .box-txt-des-desc a:focus{color:#084A66;font-weight:700;text-decoration:underline;transition: all 0.5s;}
.box-txt-des-desc a:hover{color:#084A66;text-decoration:underline;transition: all 0.5s;}

/*-----PARTS > BOX > box-txt-des-img-responsive-----*/
.box-txt-des-img-responsive{}

/*-----PARTS > BOX > box-c-youtube------*/
.box-c-youtube{margin-bottom:80px;}
.box-c-youtube h2.title{font-size:34px;}
.box-c-youtube-desc{margin-bottom:50px;}

.box-txt-des-rep-emb-des{margin-bottom:80px;}

/*-----PARTS > BOX > box-c-des------*/
.box-c-des{margin-bottom:80px;}

/*-----PARTS > BOX > box-c-img------*/
.box-c-img{margin-bottom:80px;}
.box-c-img h2.title{font-size:34px;}
.box-c-img-desc{margin-bottom:50px;}
.box-c-img-content{text-align:center;}

/*------PARTS > BOX > box-c-img-dx-des-sx / box-c-img-sx-des-dx-----*/
.box-c-img-dx-des-sx, .box-c-img-sx-des-dx{margin-bottom:80px;}
.box-c-img-dx-des-sx-img, .box-c-img-sx-des-dx-img{text-align:center;}

/*------PARTS > BOX > box-c-vid-sx-des-dx / box-c-vid-dx-des-sx-----*/
.box-c-vid-sx-des-dx, .box-c-vid-dx-des-sx{margin-bottom:80px;}

/*------PARTS > BOX > box-c-3img-----*/
.box-c-3img{margin-bottom:80px;}

/*-----PARTS > BOX > box-lista-schede-prodotto-item-wrap-----*/
.box-lista-schede-prodotto-item-wrap{margin-bottom:30px;}
.box-lista-schede-prodotto-item{padding:30px 10px 90px;text-align:center;background:#e1e1e1;height:100%;position:relative;border-radius:20px;}
.blu-bg .box-lista-schede-prodotto-item{background:#FFFFFF;}
.box-lista-schede-prodotto-item h4{margin:30px 0 20px 0;font-family: 'Noto Sans',sans-serif;font-weight: 700;text-transform: uppercase;font-size: 20px;line-height: 1.2em;}
.box-lista-schede-prodotto-item-desc{font-size:18px;}
.box-lista-schede-prodotto-item-nav{position:absolute;bottom:30px;left:0;width:100%;}

/*-----PARTS > BOX > box-shared-banner-----*/
.box-shared-banner{padding:100px 0;background:#d4e3e9;}
.box-shared-banner img{padding-right:100px;}
.box-shared-banner h2.title{}
.box-shared-banner h2.title:after{}
.box-shared-banner .btn-yellow:hover{}
.box-shared-banner .btn-yellow:before{}

/*-----PARTS > BOX > box-lista-enti-----*/
.box-lista-enti{}
.box-lista-enti .title-intro{max-width:100%;margin-bottom:50px;}
.box-lista-enti-item-wrap{margin-bottom:30px;}
.box-lista-enti-item{background:#29708f;color:#FFF;}
.box-lista-enti-item-logo{padding:20px 20px 0 20px;}
.box-lista-enti-item-content{padding:20px;}
.box-lista-enti-item-content h3{font-weight: 700;font-family: 'Noto Sans',sans-serif;font-size: 20px;color:#e7d760;margin-bottom: 20px;}
.box-lista-enti-item-email{margin-bottom:10px;}
.box-lista-enti-item .icon-btn, .box-lista-enti-item .icon-btn:hover, .box-lista-enti-item .icon-btn:focus {color: #FFF;}

/*-----PARTS > BOX > box-lista-rapporti-annuali-----*/
.box-lista-rapporti-annuali-in-evidenza{padding:100px 0 70px 0;margin-bottom:100px;background-color:#FFF;}
.box-lista-rapporti-annuali-in-evidenza .box-img-dx-txt-des-lin-sx-nav{margin-top:30px;margin-right:10px;display:inline-block;}
.box-lista-rapporti-annuali-in-evidenza .box-img-dx-txt-des-lin-sx-nav-bis{}
.box-lista-rapporti-annuali-in-evidenza .btn-rapporti-in-evidenza-2, .box-lista-rapporti-annuali-in-evidenza .btn-rapporti-in-evidenza-2:focus{background-color:#177bac;color:#FFF;}
.box-lista-rapporti-annuali-in-evidenza .btn-rapporti-in-evidenza-2:hover{background-color:#146d98;color:#FFF;}
.box-lista-rapporti-annuali-item-wrap{margin-bottom:50px;}
.box-lista-rapporti-annuali-item{background:#004563;color:#FFF;height:100%;}
.box-lista-rapporti-annuali-item-content{padding:40px 20px 20px 20px;}
.box-lista-rapporti-annuali-item-title{font-weight: 700;font-family: 'Noto Sans',sans-serif;font-size: 18px;margin-bottom:35px;}
.box-lista-rapporti-annuali-item-title span{font-weight:400;text-transform:uppercase;color:#FFF;display:block;font-size:16px;}
.box-lista-rapporti-annuali-item-link{margin-bottom:20px;}
.box-lista-rapporti-annuali-item .icon-btn, .box-lista-rapporti-annuali-item .icon-btn:hover, .box-lista-rapporti-annuali-item .icon-btn:focus {display:block;color: #b8d1db;font-weight:400;transition:all 0.25s ease-out;}
.box-lista-rapporti-annuali-item .icon-btn:hover{color:#FFF;transition:all 0.25s ease-out;}
.box-img-dx-txt-des-lin-sx-desc-2{margin-top:50px;}


/*-----PARTS > BOX > box-bandi-----*/
.box-bandi{}
.box-bandi h2.title:after{display:none;}
.box-bandi .title-intro{margin-bottom:50px;max-width:100%;}
.box-bandi-content{background:#e1e1e1;padding:30px 20px;}
.box-bandi-item{margin-bottom:20px;}
.box-bandi .btn-yellow, .box-bandi .btn-yellow:focus{display:block;padding:10px 20px;}
.box-bandi .btn-yellow::before {display:none;}
.box-bandi .btn-yellow:hover {color:#084a66;}
.box-bandi .btn-yellow i{padding-right:15px;}
.box-download-app .box-shared-banner-nav a, .box-download-app .box-shared-banner-nav a:focus, .box-download-app .box-shared-banner-nav a:hover{
display:inline-block;margin-right:50px;}
.box-download-app .box-shared-banner-nav img {padding-right:0;width:230px;height:auto;}

/*-----PARTS > BOX > box-txt-des-sx-txt-des-dx-----*/
.box-txt-des-sx-txt-des-dx{}
.box-txt-des-sx-txt-des-dx-desc a, .box-txt-des-sx-txt-des-dx-desc a:focus, .box-txt-des-sx-txt-des-dx-desc a:hover{color:#000;text-decoration:underline;}
.box-txt-des-sx-txt-des-dx.right-col-blu-bg .box-txt-des-sx-txt-des-dx-col-2{background:#bfd4de;padding:50px 30px;}
.box-txt-des-sx-txt-des-dx.right-col-blu-bg .box-txt-des-sx-txt-des-dx-col-2 h2.title{font-size:30px;margin-bottom:30px;}
.box-txt-des-sx-txt-des-dx.right-col-blu-bg .box-txt-des-sx-txt-des-dx-col-2 h2.title::after{display:none;}

/*-----PARTS > BOX > box-txt-des-map-----*/
.box-txt-des-map{}
.box-txt-des-map .google-map iframe{width:100%;}

/*-----PARTS > BOX > box-c-lista-pdf------*/
.box-c-lista-pdf{margin-bottom:80px;}
.box-c-lista-pdf h2.title{font-size:34px;}
.box-c-lista-pdf-desc{}
.box-c-lista-pdf-item{position:relative;padding-bottom:15px;margin-bottom:15px;border-bottom:1px solid #e1e1e1;}
.box-c-lista-pdf-item i{position:absolute;top:2px;left:0;padding:0;}
.box-c-lista-pdf-item-content{display:block;padding-left:30px;}
.box-c-lista-pdf-item-title{display:block;}
.box-c-lista-pdf-item-desc{display:block;font-weight:400;font-size:16px;color:#000;}
.box-c-lista-pdf-item-title{display:block;}
.box-c-lista-pdf-item a:hover{}
.box-c-lista-pdf-item a:hover .fas, .box-c-lista-pdf-item a:hover .box-c-lista-pdf-item-title{}
.box-c-lista-pdf-item a:hover .box-c-lista-pdf-item-desc{}
.box-c-lista-pdf .box-txt-des-desc p{margin:0 0 25px 0;}


/*-----PARTS > BOX > ARCHIVIO NEWS/CAMPAGNE/PER LE SCUOLE/COLLABORAZIONI-----*/
.single-pager .nav-links{margin:0 auto;}
.single-pager .nav-links .page-numbers{color:#084a66;font-size:14px;font-weight:500;background:#e8d761;display:inline-block;width:30px;height:30px;
border-radius:100%;text-align:center;line-height:32px;margin:0 5px;}
.single-pager .nav-links .page-numbers.current{background:#084a66;color:#FFF;}
.archivio-thumb-preview{padding:100px 0;}
.thumb-preview-item-wrap{margin-bottom:50px;}
.thumb-preview-item{height:100%;}
.thumb-preview-item h3{margin:30px 0 0 0;}
.thumb-preview-item h3 a, .thumb-preview-item h3 a:focus, .thumb-preview-item h3 a:hover {display: block;color: #084a66;text-transform: uppercase;line-height: 1.2em;
font-family: 'Noto Sans',sans-serif;text-decoration: none;font-weight: 700;font-size: 20px;}
.thumb-preview-item h4{margin:20px 0 10px;font-family: 'DM Sans',sans-serif;font-size: 16px;line-height: 1.5em;font-weight: 400;color: #000;}

/*-----PARTS > BOX > SINGOLO NEWS/CAMPAGNE/PER LE SCUOLE/COLLABORAZIONI-----*/
.head-single{margin-bottom:100px;}
.head-single.head-single-logo-active{margin-bottom:160px;padding-bottom:0;}
.head-single-inner{position:relative;}
.head-single-logo-active .head-single-inner{padding-bottom:100px;}
.head-single-logo{position:absolute;bottom:-120px;right:0;}
.head-single-logo img{height:200px;width:auto;}
.head-breadcrumb-txt-des.head-single h1{margin:0;font-size:44px;}
.head-breadcrumb-txt-des.head-single h1 span{display:block;color:#FFF;font-size:28px;padding-top:10px;}
.head-single .single-data{margin-bottom:20px;color:#e7d760;font-weight:500;}
.single-nav{margin:80px 0 0 0;padding:25px 0;color:#004563;font-size:16px;font-weight:500;background-color:#FFF;position:relative;border-top:5px solid #084a66;}
.single-nav-left{line-height:1.1em;text-align:left;position:relative;}
.single-nav-right{line-height:1.1em;text-align:right;position:relative;}
.single-nav .fas{position:absolute;top:0;font-size:20px;}
.single-nav-left .fas{left:15px;}
.single-nav-right .fas{right:15px;}
.single-nav-left .single-nav-title a, .single-nav-left .single-nav-title a:focus{display:block;color:#004563;padding-left:30px;transition:all 0.25s ease-out;}
.single-nav-right .single-nav-title a, .single-nav-right .single-nav-title a:focus{display:block;color:#004563;transition:all 0.25s ease-out;padding-right:30px;}
.single-nav-left .single-nav-title a:hover{color:#177bac;text-decoration:none;transition:all 0.25s ease-out;}
.single-nav-right .single-nav-title a:hover{color:#177bac;text-decoration:none;transition:all 0.25s ease-out;}


/*-----PARTS > BOX > box-txt-des-tab4col-----*/
.box-txt-des-tab4col .title-intro{max-width:100%;margin-bottom:40px;}
.box-txt-des-tab4col td a i{padding-right:10px;}

/*------PARTS > BOX > box-rapporto------*/
.box-rapporto{}
.box-rapporto-desc{margin-bottom:20px;}
.box-rapporto-nav{}
.box-rapporto-info .btn-yellow, .box-rapporto-info .btn-yellow:focus{margin-bottom:30px;}
.box-rapporto-info .btn-blu, .box-rapporto-info .btn-blu:focus{background-color: #084a66;color: #fff;margin-bottom:30px;}
.box-rapporto-info .btn-blu:hover {background-color: #06374d;color: #fff;}
.box-rapporto-info .btn-celeste, .box-rapporto-info .btn-celeste:focus{background-color: #bfd4de;margin-bottom:0;}
.box-rapporto-info .btn-celeste:hover {background-color: #9ABBCB;color: #fff;}
.menu-mappa-box .select2-container{width:100%!important;}
.menu-mappa-box text tspan{font-family: 'DM Sans',sans-serif!important;}
.menu-mappa-box-desc{margin-bottom:40px;}

/*------PARTS > BOX > box-txt-des-dx-tableau-sx/box-txt-des-sx-tableau-dx------*/
.box-txt-des-dx-tableau-sx, .box-txt-des-sx-tableau-dx{margin-bottom:80px;}
.tableau-subtitle{text-align:center;font-weight: 700;color: #004563;margin-bottom: 30px;}
.box-txt-des-sx-tableau-dx .tableau-desc{padding-right:100px;}

/*PAGINA NEWSLETTER*/
.box-txt-des-sho h2.title{text-align:center;}
.box-txt-des-sho .title-intro{text-align:center;max-width:100%;}
.box-txt-des-sho h2.title::after {margin:30px auto 0 auto;}
.box-txt-des-sho-content.footer-newsletter{background:#d4e3e9;padding:0;}
.box-txt-des-sho-content.footer-newsletter a, .box-txt-des-sho-content.footer-newsletter a:focus, .box-txt-des-sho-content.footer-newsletter a:hover{text-decoration:underline;}

/*-----PARTS > NEWS > news-social-----*/
.news-social{padding:100px 0;background-repeat:no-repeat;background-position:center;background-size:cover;background-attachment:fixed;}
.news-social h4{margin-bottom:50px;font-family: 'Noto Sans', sans-serif;color:#e8d761;font-size:38px;line-height:1.2em;}
.news-social h4:after{display:block;content:"";background:#e8d761;width:150px;height:5px;margin-top:30px;}
.news-social h5{color:#FFF;font-weight:400;font-size:24px;}
.news-social .list-unstyled{margin:0;}
.news-social .list-unstyled li{display:inline-block;margin-right:30px;}
.news-social .list-unstyled li a.nav-link{color: #004563;background: #e8d761;border-radius: 100%;width: 50px;height: 50px;display: inline-block;padding: 0;text-align: center;
line-height: 50px;font-size: 24px;transition:all 0.25s ease-out;}
.news-social .list-unstyled li a.nav-link:hover{background:#FFF;transition:all 0.25s ease-out;}
.news-social .list-unstyled li a.nav-link:hover i{animation: rotate-btn .5s linear 1;-webkit-animation: rotate-btn .5s linear 1;}

/*-----PARTS > box-txt-des-rep-emb-des-----*/
.box-txt-des-rep-emb-des-item-wrap{margin-bottom:50px;}
.box-txt-des-rep-emb-des-item{height:100%;}
.box-txt-des-rep-emb-des-item-desc{margin-top:30px;margin-bottom:30px;font-size:18px;}
.box-txt-des-rep-emb-des-item-title{color: #084a66;text-transform: uppercase;
line-height: 1.2em;font-family: 'Noto Sans',sans-serif;text-decoration: none;font-weight: 700;font-size: 20px;margin-bottom:25px;}

/*-----PARTS > BOX > box-slider-lightbox-----*/
.box-slider-lightbox{margin-bottom:140px;}
.box-slider-lightbox .slick-dots {position: absolute;bottom: -50px;display: block;width: 100%;padding: 0;margin: 0;list-style: none;text-align: center;}
.box-slider-lightbox .slick-dots li {position: relative;display: inline-block;width: 20px;height: 20px;margin: 0 5px;padding: 0;cursor: pointer;
background:#004563;border-radius:100%;}
.box-slider-lightbox .slick-dots li.slick-active {background:#e8d761;}
.box-slider-lightbox .slick-dots li button {font-size: 0;line-height: 0;display: block;width: 20px;height: 20px;padding: 5px;cursor: pointer;color: transparent;
border: 0;outline: none;background: transparent;}
.box-slider-lightbox .slick-dots li button::before {display:none;}
.box-slider-lightbox-content-item{display:block;width:100%;height:100%;cursor:zoom-in;background-repeat:no-repeat;background-position:center;background-size:cover;}

/*-----PARTS > BOX > box-cartella-stampa-accordion-----*/
.box-cartella-stampa-accordion{margin-bottom:80px;}
.box-cartella-stampa-accordion-item{margin-bottom:10px;}
.box-cartella-stampa-accordion-item a, .box-cartella-stampa-accordion-item a:focus, .box-cartella-stampa-accordion-item a:hover{text-decoration:none;}
.box-cartella-stampa-accordion-item a span.icon{display:inline-block;width:30px;}
.box-cartella-stampa-accordion-item-nav{margin-top:35px;}
.box-cartella-stampa-accordion-item-nav .btn-yellow, .box-cartella-stampa-accordion-item-nav .btn-yellow:focus, .box-cartella-stampa-accordion-item-nav .btn-yellow:hover{text-decoration:none;}

/*-----PARTS > BOX > ORGANIGRAMMA-----*/
.box-organigramma-item{background: #2A718F;color: #fff;padding: 30px 20px;border-top-right-radius: 20px;
border-left: 10px solid #e8d761;font-size:22px;line-height:1em;text-align:center;margin-bottom:50px;
}
.box-organigramma-item-main{background:#004563;border-color:#BFD4DE;font-size:26px;}
.box-organigramma-item-img img{border-radius:100%;}
.box-organigramma-item-ruolo{margin-top:10px;color:#E8D761;min-height:50px;}
.box-organigramma-item-main .box-organigramma-item-ruolo{min-height:35px;margin-top:10px;}
.box-organigramma-item-name{font-weight:700;margin-top:20px;}
.box-organigramma-item-main .box-organigramma-item-name{}
.box-organigramma-item-link, .box-organigramma-item-link:hover, .box-organigramma-item-link:focus {
	text-transform: uppercase;
	font-size: 28px;
	color: #fff;
	display: block;
	position: absolute;
	top: 15px;
	right: 15px;
}
.box-organigramma-item-content{position:relative;}
.box-organigramma-item-desc {
	font-size: 14px;
	line-height: 1.2em;
	padding:65px 20px 20px 20px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	background: #bfd4de;
	text-align: center;border-top-right-radius: 20px;border-left:10px solid #004563;
}
.box-organigramma-item-desc .box-organigramma-item-link, .box-organigramma-item-desc .box-organigramma-item-link:hover, .box-organigramma-item-desc .box-organigramma-item-link:focus{
	margin: 0;
	position: absolute;
	top: 15px;
	right: 15px;
	font-size: 28px;
	color: #000;
}
.box-organigramma-item-img img{width:125px;}
.box-organigramma-item-main .box-organigramma-item-img img{width:150px;}

/*-----------------CUSTOM-----------------*/

/*-----CUSTOM > HOME -----*/
.home-in-evidenza{margin-top:-150px;position:relative;z-index:3;}
.home-in-evidenza-bis .box-card-img-sx-txt-des-lin-dx-inner{padding-top:0;}

/*-----CUSTOM > ATTORI SISTEMA RAEE-----*/
.attori-main-card h2.title, .attori-main-card .title-intro{display:none;}

.cerca-lista-card{background-image: url(https://app.smartcontext.ai/default/https://www.cdcraee.it/wp-content/themes/wp-bootstrap-starter-child/img/social-bg.jpg);
background-repeat: no-repeat;
background-size: cover;}
.cerca-lista-card .box-rep-img-txt-des-link-item-wrap{-ms-flex: 0 0 50%;flex: 0 0 50%;max-width: 50%;}
.cerca-lista-card .row .box-rep-img-txt-des-link-item-wrap .box-rep-img-txt-des-link-item h3{color:#004563;}
.cerca-lista-card .row .box-rep-img-txt-des-link-item-wrap:nth-child(1) .box-rep-img-txt-des-link-item{border-color:#2e8fc5;}
.cerca-lista-card.punti-di-vendita-cerca-lista-card .row .box-rep-img-txt-des-link-item-wrap:nth-child(1) .box-rep-img-txt-des-link-item{border-color:#7f3a98;}
.cerca-lista-card.impianti-cerca-lista-card .row .box-rep-img-txt-des-link-item-wrap:nth-child(1) .box-rep-img-txt-des-link-item{border-color:#179861;}
.cerca-lista-card .row .box-rep-img-txt-des-link-item-wrap:nth-child(2) .box-rep-img-txt-des-link-item{border-color:#ff7322;}
.cerca-lista-card.impianti-cerca-lista-card .row .box-rep-img-txt-des-link-item-wrap:nth-child(2) .box-rep-img-txt-des-link-item{border-color:#ffd036;}

/*-----CUSTOM > DATI AGGIORNATI-----*/
.dati-aggiornati-lista-card{}
.dati-aggiornati-lista-card .box-rep-img-txt-des-link-item-wrap.col-xl-3{
	-ms-flex: 0 0 33.3333%;
	flex: 0 0 33.3333%;
	max-width: 33.3333%;
}
.dati-aggiornati-lista-card .card-2-1 .box-rep-img-txt-des-link-item{border-color:#76B72A;}
.dati-aggiornati-lista-card .card-2-2 .box-rep-img-txt-des-link-item{border-color:#ff7322;}
.dati-aggiornati-lista-card .card-2-3 .box-rep-img-txt-des-link-item{border-color:#009FE3;}
.dati-aggiornati-title h2.title a, .dati-aggiornati-title h2.title a:focus, .dati-aggiornati-title h2.title a:hover{color:#009fe3;}

/*CUSTOM > COMMERCIANTI DI AEE----*/
.commercianti-di-AEE-lista-card{}
.commercianti-di-AEE-lista-card .col-xl-3 {-ms-flex: 0 0 33.3333%;flex: 0 0 33.3333%;max-width: 33.3333%;}
.commercianti-di-AEE-lista-card .box-rep-img-txt-des-link-item {padding: 30px 10px 40px;border-color:#e7d760;}

.venditori-aee-box-txt-des h2.title, .grandi-utilizzatori-box-txt-des h2.title{margin:0;padding-bottom:50px;}
.venditori-aee-box-txt-des h2.title:after, .venditori-box-rep-card-item .box-rep-card-item h2.title:after{display:none;}
.venditori-box-rep-card-item .box-rep-card-item{padding:70px 50px 125px;}

/*-----CUSTOM > RAEE-----*/
.raee-lista-card .box-rep-img-txt-des-link-item-wrap{-ms-flex: 0 0 20%;flex: 0 0 20%;max-width: 20%;}
.raee-lista-card-2 .box-rep-img-txt-des-link-item {padding: 50px 10px 40px 10px;}
.raee-lista-card .card-4-1 .box-rep-img-txt-des-link-item{border-color:#2E8FC5;}
.raee-lista-card .card-4-2 .box-rep-img-txt-des-link-item{border-color:#7F3A98;}
.raee-lista-card .card-4-3 .box-rep-img-txt-des-link-item{border-color:#FF7322;}
.raee-lista-card .card-4-4 .box-rep-img-txt-des-link-item{border-color:#179861;}
.raee-lista-card .card-4-5 .box-rep-img-txt-des-link-item{border-color:#FFD036;}

/*-----CUSTOM > GOVERNANCE-----*/
.governance-lista-governance .box-lista-governance-item-wrap{-ms-flex: 0 0 20%;flex: 0 0 20%;max-width: 20%;}
.governance-lista-governance-4 .row .box-lista-governance-item-wrap:nth-child(1) .box-lista-governance-item{border-color:#FFF;}
.governance-lista-governance-4 .row .box-lista-governance-item-wrap:nth-child(1) .box-lista-governance-item h3{color:#e8d761;}
.governance-lista-governance-4 .row .box-lista-governance-item-wrap:nth-child(1) .box-lista-governance-item h4{color:#FFF;}


/*-----CUSTOM > CENTRO COORDINAMENTO SISTEMA RAEE-----*/
.centro-coordinamento-lista .box-rep-img-txt-des-link-item-wrap{-ms-flex: 0 0 33.33333%;flex: 0 0 33.33333%;max-width: 33.33333%;}
.centro-coordinamento-lista .box-rep-img-txt-des-link-item{padding:50px 10px 50px;border-color:#e7d760;}

/*-----CUSTOM > CONTATTI-----*/
.contatti-content .news-social{padding:0;background-image:none;}
.contatti-box-1 .box-txt-des-sx-txt-des-dx-desc span{display:inline-block;width:115px;}
.contatti-box-1 .box-txt-des-sx-txt-des-dx-desc i.fas{padding-right:5px;}
    
/*------CUSTOM > CITTADINI-----*/
.pagina-cittadini .box-rep-img-txt-des-link .row .box-rep-img-txt-des-link-item-wrap:nth-child(1) .box-rep-img-txt-des-link-item{border-color:#084a66;}
.pagina-cittadini .box-img-sx-txt-des-lin-dx h2.title a, .pagina-contatti .box-img-sx-txt-des-lin-dx h2.title a:focus, 
.pagina-cittadini .box-img-sx-txt-des-lin-dx h2.title a:hover{color:#76b72a;}

/*-----CUSTOM > COLLABORAZIONI VIDEO-----*/
.collaborazioni-video .row .box-txt-des-rep-emb-des-item-wrap:nth-child(1) .box-txt-des-rep-emb-des-item{border-bottom:20px solid #2e8fc5;}
.collaborazioni-video .row .box-txt-des-rep-emb-des-item-wrap:nth-child(2) .box-txt-des-rep-emb-des-item{border-bottom:20px solid #7f3a98;}
.collaborazioni-video .row .box-txt-des-rep-emb-des-item-wrap:nth-child(3) .box-txt-des-rep-emb-des-item{border-bottom:20px solid #ff7322;}
.collaborazioni-video .row .box-txt-des-rep-emb-des-item-wrap:nth-child(4) .box-txt-des-rep-emb-des-item,
.collaborazioni-video .row .box-txt-des-rep-emb-des-item-wrap:nth-child(5) .box-txt-des-rep-emb-des-item{border-bottom:20px solid #179861;}
.collaborazioni-video .row .box-txt-des-rep-emb-des-item-wrap:nth-child(6) .box-txt-des-rep-emb-des-item{border-bottom:20px solid #ffd036;}

/*-----CUSTOM > IUBENDA COOKIE POLICY-----*/
#iubenda_policy h1, #iubenda_policy h2, #iubenda_policy h3, #iubenda_policy h4, #iubenda_policy h5, #iubenda_policy h6, #iubenda_policy p, 
#iubenda_policy blockquote, #iubenda_policy pre, #iubenda_policy a, #iubenda_policy abbr, #iubenda_policy acronym, #iubenda_policy address, 
#iubenda_policy cite, #iubenda_policy code, #iubenda_policy del, #iubenda_policy dfn, #iubenda_policy em, #iubenda_policy img, 
#iubenda_policy q, #iubenda_policy s, #iubenda_policy samp, #iubenda_policy small, #iubenda_policy strike, #iubenda_policy strong, 
#iubenda_policy sub, #iubenda_policy sup, #iubenda_policy tt, #iubenda_policy var, #iubenda_policy dd, #iubenda_policy dl, #iubenda_policy dt, 
#iubenda_policy li, #iubenda_policy ol, #iubenda_policy ul, #iubenda_policy fieldset, #iubenda_policy form, #iubenda_policy label, #iubenda_policy legend, 
#iubenda_policy button, #iubenda_policy table, #iubenda_policy caption, #iubenda_policy tbody, #iubenda_policy tfoot, 
#iubenda_policy thead, #iubenda_policy tr, #iubenda_policy th, #iubenda_policy td{font-family:'DM Sans',sans-serif!important;}
#iubenda_policy .iub_content{padding:60px 0!important;}

/*-----CUSTOM > POPUP MAKER-----*/
.pum-theme-lightbox .pum-container {padding: 30px!important;border-radius:0px!important;border: 8px solid #e8d761!important;}
.popmake-content h3 {text-align: center;color: #004563;font-weight: 700;font-size: 36px;font-family: 'Noto Sans',sans-serif;margin-bottom:30px;}
.popmake-content h4{color:#004563;margin-bottom:40px;}
.popmake-content img{margin-bottom:30px;}
.popmake-content p{font-size:20px;}
.popmake-content a, .popmake-content a:focus, .popmake-content a:hover{display:inline-block;background:#004563;font-size:16px;font-weight:600;
color:#FFF;padding:10px 30px;text-decoration:none;text-transform:uppercase;}

/*-----CUSTOM > NEWS blocchi in evidenza blu bg-----*/
.single-content .in-evidenza-blu-bg .box-c-txt-des-inner,
.single-content .in-evidenza-blu-bg .box-c-img-inner{background: #bfd4de;
padding:50px 50px 50px 50px;}
.single-content .in-evidenza-blu-bg.p-bottom-0 .box-c-txt-des-inner{padding-bottom:10px!important;}
.single-content .in-evidenza-blu-bg .box-txt-des-desc:last-child p,
.single-content .in-evidenza-blu-bg.box-c-img{margin-bottom:0;}

/*-----CUSTOM > RAPPORTI REGIONALI-----*/
.rapporti-regionali{}
.rapporti-regionali .col-lg-4.box-lista-rapporti-annuali-item-wrap {-ms-flex: 0 0 25%;flex: 0 0 25%;max-width: 25%;}

/*-----CUSTOM > PIANO STRATEGICO 2024----*/
.piano-strategico  .head-breadcrumb-txt-des h1{color:#8CC2CC;}
.piano-strategico .box-faq{padding:140px 0 140px 0;
	background-image: url(https://app.smartcontext.ai/default/https://www.cdcraee.it/wp-content/themes/wp-bootstrap-starter-child/img/piano-strategico-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover; background-position:top center;
	border-top: 20px solid #e7d760;
	border-bottom: 20px solid #e7d760;
}
/* .piano-strategico-2024 .box-faq .container {background:rgba(8,74,102, 0.9);padding:100px 50px 100px 50px;} */
.piano-strategico .box-faq h2.title {color:#8CC2CC;}
.piano-strategico .box-faq h2.title::after {background:#8CC2CC;}
.piano-strategico .box-faq .title-intro{color:#FFF;}
.piano-strategico .box-faq .faq-heading.collapsed{background:#E8D761;color:#004563;}
.piano-strategico .box-faq #faq-1 .faq-item:nth-child(2n) .faq-heading.collapsed{background:#FFA64D;color:#004563;}
.piano-strategico .box-faq .faq-heading .fas{color:#004563;}
.piano-strategico .box-faq .faq-heading .fa-arrow-up{color:#FFF;}
.piano-strategico .box-faq .faq-desc{padding-left:365px;font-size:16px;line-height:1.4em;overflow:hidden;}
.piano-strategico .box-faq .faq-desc h4{font-size:22px;font-weight:700;}
.piano-strategico .box-faq .faq-desc img{width:300px;height:auto;display:block;float:left;margin-left:-330px;margin-top:1rem;}

/*-----CUSTOM > PAGINA QR CODE-----*/
.qr-code-05-2024 .head-breadcrumb, .qr-code-05-2024 .footer-newsletter, .qr-code-05-2024 .footer, .qr-code-05-2024 #motion-chat-iframe{display:none!important;}
.qr-code-05-2024 .copyright{background:#004563;}
.qr-code-05-2024 .copyright-col-1, .qr-code-05-2024 .copyright-col-2, .qr-code-05-2024 .copyright-col-2 .nav-link,
.qr-code-05-2024 .copyright-col-1 a{color:#FFF;}
