/*VUS*/

:root {
    --bs-primary: #1B5A27;
    --bs-primary-rgb: 27, 90, 39;
    --bs-secondary: #2D66A7;
    --bs-secondary-rgb: 45, 102, 167;
    --bs-body-color: #000000;
    --bs-body-color-rgb: 0, 0, 0;
    --bs-primary-dark: #164B20;
}

.text-primary {
    color: var(--bs-primary) !important;
}

.text-secondary {
    color: var(--bs-secondary) !important;
}

.text-black {
    color: var(--bs-body-color) !important;
}

.icon-primary {
    fill: var(--bs-primary) !important;
}

.icon-secondary {
    fill: var(--bs-secondary) !important;
}

.icon-black {
    fill: var(--bs-body-color) !important;
}

a.numverde,
a.numverde:hover {
    color: var(--bs-primary);
    display: inline-block;
}

.body {
    color: var(--bs-body-color);
}

/*h5 {
    font-weight: 300;
    line-height: 1.8rem;
}*/

/*sistema offset top delle ancore*/
.anchor {
    display: block;
    position: relative;
    top: -70px;
    visibility: hidden;
}

#searchcolexp {
    cursor: pointer;
    margin-top: -31px;
    margin-right: 31px;
    position: relative;
    z-index: 1;
    float: inline-end;
}

    #searchcolexp > .icon-collapse {
        display: none;
    }

    #searchcolexp > .icon-expand {
        fill: var(--bs-primary) !important;
        display: inline;
    }

    #searchcolexp.collapsed > .icon-collapse {
        fill: var(--bs-primary) !important;
        display: inline;
    }

    #searchcolexp.collapsed > .icon-expand {
        display: none;
    }

/*#searchcolexp > svg{
   fill:yellow;
}*/

input {
    display: block;
    width: 100%;
}

label,
select {
    display: block;
    width: 100%;
    max-width: 100%;
}


.fonth4 {
    font-size: 1.555rem;
    line-height: 1.428;
    font-weight: 600;
}

.fonth5 {
    font-size: 1.333rem;
    font-weight: 400;
    letter-spacing: normal;
}

.colortextprincipale {
    color: #191919 !important;
}

#videoPrincipale {
    width: 100%;
}

.aggiornamento {
    font-size: 16px;
    padding-top: 20px;
}

.vertical-center {
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.access-wrapper {
    border-left: 1px solid #fff;
    padding-left: 20px !important;
}

.bg-footer1 {
    background-color: var(--bs-primary);
}

.bg-footer2 {
    background-color: var(--bs-primary-dark);
}

.bg-light-green {
    background-color: #F0F6F4;
}

.bg-white {
    background-color: #FFFFFF;
}

.bg-muted {
    background-color: #F4F5F6;
}

.btn {
    border-radius: 10px;
    text-transform: uppercase;
}

.btn-primary {
    background-color: var(--bs-primary);
}

    .btn-primary:hover {
        background-color: var(--bs-primary-dark);
    }

    .btn-primary:not(:disabled):not(.disabled):active,
    .btn-primary:not(:disabled):not(.disabled).active,
    .show > .btn-primary.dropdown-toggle {
        background-color: var(--bs-primary-dark);
    }

.btn-outline-primary {
    color: var(--bs-primary);
    background-color: rgba(0,0,0,0);
    background-image: none;
    box-shadow: inset 0 0 0 2px var(--bs-primary);
}

    .btn-outline-primary:hover,
    .btn-outline-primary:not(:disabled):not(.disabled):active,
    .btn-outline-primary:not(:disabled):not(.disabled).active {
        color: var(--bs-primary-dark);
        box-shadow: inset 0 0 0 2px var(--bs-primary-dark);
    }

.btn-transparent {
    background-color: transparent !important;
    font-weight: 600;
    border-radius: 4px;
    border: 1px solid #FFFFFF;
    text-transform: uppercase;
    color: white;
}

    .btn-transparent:hover {
        text-decoration: underline;
        color: white;
    }


.blue {
    color: #0066CC !important;
    fill: #0066CC !important;
    /*rgb(0, 102, 204);*/
}

.blu-scuro {
    color: #1B5A27 !important;
}

.list_link-utili li span {
    font-weight: 400 !important;
    font-size: 16px !important;
}

    .list_link-utili li span.blue {
        color: #0066CC !important;
        fill: #0066CC !important;
        font-weight: 700 !important;
    }

.contributo-lettera {
    font-size: 28px;
}

.ricerca-cat-arg {
    font-size: 0.9rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #5d6b85;
}
/*FINE VUS*/

.menu-condividi-azioni {
    margin-bottom: 24px;
}

    .menu-condividi-azioni > * {
        font-size: .8rem;
    }


.link-condividi {
    font-weight: 400 !important;
    text-transform: none;
}

    .link-condividi:hover {
        color: #0066CC;
        font-weight: 400 !important;
        text-decoration: underline;
    }

.it-socials ul li {
    display: flex;
    align-items: flex-end;
}

.cursor-link {
    cursor: pointer;
}

.footer-title {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 16px;
}

.testofooter p a {
    color: #FFFFFF;
}



html, body {
    overflow-x: hidden;
}

h1, .h1 {
    font-size: 2.4rem;
}

h3, .h3 {
    font-size: 1.777rem;
    line-height: 1.4;
}

.bs-is-fixed {
    z-index: 1000 !important;
}

.btn-sm, .btn-group-sm > .btn {
    padding: 8px 32px;
}

.card .card-body .card-text {
    font-family: inherit;
    line-height: 1.3rem;
    font-size: .9rem;
    color: #191919 !important;
}

.it-hero-wrapper .it-hero-text-wrapper p {
    font-size: 1rem;
    font-family: inherit;
    font-weight: 400;
}

.section.section-muted {
    background: #f5f6f7;
}

.section.section-muted2 {
    background-color: rgba(0, 102, 204, .1) !important;
}

.bg-dark {
    background-color: #505359 !important;
}

.bg-primary {
    background-color: var(--bs-primary) !important;
}

.bg-black {
    background-color: black !important;
}

.shadow {
    box-shadow: 0px 3px 5px 1px rgb(0 0 0 / 20%) !important;
    border-left: 1px solid #eee;
    border-top: 1px solid #eee;
    margin-left: 2px;
}

.breadcrumb-container .breadcrumb .breadcrumb-item {
    font-size: .8rem;
}

.rating > label.active svg {
    fill: #00AC13;
}

.modaleVideo .btn-close {
    position: absolute;
    z-index: 1;
    right: 20px;
    top: 20px;
}

.it-header-navbar-wrapper .nav-link span {
    font-weight: 700;
    padding-right: 0;
    font-size: 18px;
}

.brand-img {
    width: 110px;
    margin-left: 40px;
}

.it-header-center-wrapper {
    border-bottom: 2px solid #DBDBDB;
    height: 65px;
}

.it-header-navbar-wrapper {
    border-bottom: 0;
}

.card {
    border-radius: 20px;
}
    /*.card.rounded-bottom {
    border-radius: 0px 0px 20px 20px;
}*/

    .card a.read-more {
        /*display: block;*/
        margin-top: auto;
        position: unset;
    }

        /*focus sui link*/
        .card a.read-more:focus {
            outline: 2px solid #D8631C !important;
            inline-size: fit-content;
        }

    .card a:focus {
        border-color: orangered !important;
        box-shadow: 0 0 0 2px orangered !important;
        outline: 3px solid orangered !important;
        margin: 3px;
    }
        .card a.read-more:focus {
            margin-top: auto;
        }

.card-body a:focus {
    border-color: orangered !important;
    box-shadow: 0 0 0 2px orangered !important;
    outline: 3px solid orangered !important;
}

.card .card-body {
    display: flex;
    flex-direction: column;
    padding: 5px !important;
    margin: 24px;
}

    .card .card-body .category-top a.category {
        color: var(--bs-body-color);
    }


.card:after {
    content: none;
}

a.read-more .icon {
    margin-left: 8px;
    fill: #0066cc;
    width: 20px;
    height: 20px;
    flex-shrink: 0;
}

.btn-yellow {
    border: 2px solid #0066CC;
    background-color: #0066CC !important;
    font-weight: 600;
    border-radius: 4px;
    text-transform: uppercase;
    color: white;
    min-height: 39px;
    width: 100%
}

    .btn-yellow:hover {
        text-decoration: underline;
        color: white;
    }

.btn-yellow-secondary {
    border: 2px solid #0066CC;
    background-color: #FFFFFF !important;
    font-weight: 600;
    border-radius: 4px;
    text-transform: uppercase;
    color: #0066CC;
    min-height: 39px;
    /*line-height: 1;*/
    /* padding-top: 6px;*/
}

    .btn-yellow-secondary:hover {
        text-decoration: underline;
        color: #0066CC;
    }

.btn-gray {
    background-color: #D8D8D8 !important;
    font-weight: 600;
    border-radius: 4px;
    text-transform: uppercase;
    color: white;
}

    .btn-gray:hover {
        text-decoration: underline;
        color: white;
    }

.btn-dark {
    background-color: #505359 !important;
    font-weight: 600;
    border-radius: 4px;
    text-transform: uppercase;
    color: white;
}

    .btn-dark:hover {
        text-decoration: underline;
        color: white;
    }

.btn-outline-yellow {
    color: #333;
    background: #fcfdff;
    box-shadow: inset 0 0 0 2px #D8631C;
}

    .btn-outline-yellow:hover {
        box-shadow: inset 0 0 0 2px #D8631C;
    }

:focus, :focus:not(.focus--mouse), .card a.read-more:focus, .form-check [type=checkbox]:focus + label, .form-check [type=radio]:focus + label, .toggles label input[type=checkbox]:focus + .lever {
    border-color: orangered !important;
    box-shadow: 0 0 0 2px orangered !important;
    outline: 3px solid orangered !important;
}

.navbar-toggler {
    font-size: small;
}

.header-search {
    height: 37px;
}

.mobilesearch {
    transform: unset !important;
    padding: 8px;
    top: 64px !important;
    background-color: white;
}

    .mobilesearch input {
        width: calc(100% - 56px);
        font-weight: normal;
    }

    .mobilesearch button {
        height: 40px;
        padding: 0;
        border: 1px solid #000;
        box-shadow: none;
        border-radius: unset;
    }

    .mobilesearch::before {
        display: none;
    }

.it-footer-small-prints ul.it-footer-small-prints-list li:first-child {
    padding-top: .5rem;
}

.custom-navbar-toggler svg {
    width: 32px;
    height: 32px;
}

.custom-navbar-toggler span {
    color: unset;
    font-size: small;
}

.navbar .navbar-collapsable.expanded .menu-wrapper {
    max-width: 400px;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}

hr {
    border-top-width: 2px;
}

.section {
    padding: 0;
}

.border-primary {
    border-color: var(--bs-primary) !important;
}

.it-footer-main .border-white {
    border-color: transparent !important;
}

.breadcrumb-container .breadcrumb {
    padding: 0;
}

.it-header-slim-wrapper .it-header-slim-wrapper-content .navbar-brand {
    font-size: .8rem;
}

.table-responsive {
    font-size: .887rem;
}

    .table-responsive th {
        font-size: .778rem;
    }

.table-light th {
    background-color: #F8F9F9;
    text-transform: uppercase;
    border: 0;
    color: #5C6F82;
    font-size: .8rem;
}

.table > :not(:first-child) {
    border-top: 0;
}

.it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper .it-search-wrapper.cloned-element a:first-child {
    width: 35px;
    height: auto;
}

.it-header-navbar-wrapper nav a {
    text-decoration: underline;
}

.chip.chip-lg .chip-label {
    font-size: 1rem;
    font-weight: 700;
}
.chip.chip-lg {
    height: 40px;
    border-radius: 20px;
}
.chip.chip-primary {
    background-color: white;
}
.dnone {
    display: none;
}
.novisible {
    position: absolute;
    left: -10000px;
}
.brwhite {
    border: 2px solid #FFF;
}
.h600 {
    height: 600px;
}
small {
    font-size:small;
}
form {
    display: flex;
    flex-flow: row wrap;
    margin: 0 -1rem 1rem -1rem;
}


/*tabella*/
@media (min-width: 768px) {
    .table .collapse:not(.show) {
        display: table-row;
    }
}

/* Set box sizing to border-box */
.table {
    box-sizing: border-box;
    width: 100%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    overflow: hidden;
}

    .table *,
    .table *:before,
    .table *:after {
        box-sizing: inherit;
    }

    .table .tr:first-child {
        display: none;
    }

    .table .rh > span {
        display: block;
        position: relative;
    }

    /* Insert header name before each row on mobile */
    .table .td:before {
        content: attr(data-header);
        float: left;
        width: 25%;
    }

    /* CSS border triangle trick */
    .table .rh > span:after {
        content: "";
        display: block;
        position: absolute;
        width: 0;
        height: 0;
        border: 7px solid transparent;
        border-top-color: black;
        z-index: 2;
        right: 15px;
        top: 14px;
        pointer-events: none;
    }

    /* Flip CSS border triangle on active */
    .table .rh.active > span:after {
        border-top-color: transparent;
        border-bottom-color: black;
        top: 5px;
    }

/* Media Queries */
@media screen and (min-width: 768px) {
    .table .rh {
        display: none;
    }

    .table {
        display: table;
    }

        .table .thead {
            display: table-header-group;
        }

        .table .tbody {
            display: table-row-group;
        }

        .table .tr,
        .table .tr:first-child {
            display: table-row;
        }

        .table .th,
        .table .td {
            display: table-cell;
        }

            .table .td:before {
                content: "";
            }
}

.table .th,
.table .tr .td,
.table .rh,
.table .rh.active:nth-last-child(2) {
}

    .table .rh:nth-last-child(2) {
        border-bottom: none;
    }

.table .td {
    padding: 5px 15px;
}

    .table .td p {
        margin-bottom: 0;
    }

.table .rh > span {
    padding: 5px 15px;
    font-size: 1.25em;
    font-weight: 600;
}

.table .tr:first-child,
.table .tr:last-child {
    border-bottom: none;
}

    .table .tr:last-child .td:last-child {
        border-bottom: none;
    }

.table .accordion-button:not(.collapsed) {
    background-color: transparent;
    border-bottom: 1px solid #ccc;
    box-shadow: none;
}

@media screen and (min-width: 768px) {
    .table .th,
    .table .td,
    .table .tr,
    .table .tr .td:last-child {
        border-bottom: 1px solid #ccc;
    }

    .table .th,
    .table .td {
        padding: 5px 15px;
    }

    .table .th {
        background-color: #F8F9F9 !important;
        text-transform: uppercase;
        border: 0;
        color: #5C6F82;
        font-weight: 600;
        font-size: 0.9rem;
    }

    .table .td {
        vertical-align: top;
        padding: 20px 15px;
    }

        .table .th:last-child,
        .table .td:last-child {
            border-right: none;
        }

    .table .tr.alternate-highlight {
        background: #dcf4fc;
    }
    /* Reset Mobile Styles */
    .table .tr:last-child .td:first-child {
        border-top: none;
    }

    .table .tr:last-child .td {
        border-bottom: none;
    }

    .table .tr .td:nth-child(even) {
        background: none;
    }
}

@media screen and (max-width: 768px) {
    .table .td {
        background-color: #F8F9F9 !important;
        font-size: 0.9rem;
        border: 0;
    }

        .table .td:first-child {
            padding-top: 15px;
        }

        .table .td:last-child {
            padding-bottom: 15px;
        }

        .table .td:before {
            text-transform: uppercase;
            color: #5C6F82;
            font-weight: 600;
            width: 100%;
        }
}


/*.accordion-header .accordion-button {
    border-top: 0; 
    border-bottom: 1px solid #e3e4e6;
}
*/
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #333333 !important;
    opacity: 1 !important; /* Firefox */
    font-weight: 400 !important;
    font-family: var(--bs-body-font-family) !important;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #333333 !important;
    font-weight: 400 !important;
    font-family: var(--bs-body-font-family) !important;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #333333 !important;
    font-weight: 400 !important;
    font-family: var(--bs-body-font-family) !important;
}

.webtv {
    width: auto !important;
    height: 18px !important;
}

.card-teaser-padding {
    padding: 12px 12px 0px 12px !important;
}

.user {
    background-color: #eee !important;
    fill: #333;
    border-radius: 50%;
    width: 30px;
    height: 30px;
}

    .user svg {
        width: 30px;
        height: 30px;
    }

.btn-close-arrow {
    padding: 0;
    border: 0;
    background: none;
}

input.textearch, input.textearch:focus {
    font-size: inherit;
    padding: 10px 1rem;
    border-radius: 9px;
    height: 3rem;
}
    input.textearch:focus {
        border: 1px solid orangered !important;
        box-shadow: 0 0 0 2px orangered !important;
    }

input[type=date] {
    border-width: 0;
    color: var(--bs-body-color);
    background-color: #F0F6F4;
    font-weight: 600;
}


.btn-filtro-categorie {
    border: 2px solid var(--bs-primary);
    color: #333;
    text-transform: uppercase;
    padding: 2px 15px;
    margin-right: 10px;
}

    .btn-filtro-categorie:hover /*, .btn-filtro-categorie:active, .btn-filtro-categorie:focus*/ {
        border-color: transparent;
        background-color: #F0F6F4 !important;
        text-decoration: underline;
    }

    .btn-filtro-categorie.active, .btn-filtro-categorie:focus, .btn-filtro-categorie:active:focus {
        border-color: transparent !important;
        background-color: rgba(0, 102, 204, .1) !important;
        box-shadow: none !important;
    }

.lbl-filtro {
    font-size: .778rem;
    margin-bottom: 5px;
    font-weight: 600;
    text-transform: uppercase;
}

.btn-filtro-categorie .icon {
    width: 25px;
    height: 25px;
    margin-left: 10px;
    margin-right: -8px;
    margin-top: -2px;
}

.bg-light-green .nav-tabs,
.bg-light-green .nav-tabs .nav-link.active {
    background-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    color: var(--bs-primary);
    border-bottom-color: var(--bs-primary) !important;
}

.nav-tabs .nav-link:hover {
    color: var(--bs-primary);
}

.nav-tabs .nav-link {
    padding: 12px 5px;
    color: black;
}

.form-group {
    margin-bottom: 2rem;
}

.form-check [type=checkbox]:checked + label::after, .form-check input.semi-checked:not(:checked) + label::after {
    border-color: var(--bs-primary);
    background-color: var(--bs-primary);
}

.modal-body {
    color: #19191a;
}

.modal .modal-dialog .modal-content .modal-body {
    padding: 0;
}

.nav-tabs {
    box-shadow: none;
}

.form-check [type=checkbox] + label, .form-check [type=radio] + label {
    margin-bottom: 0;
}

.it-header-slim-wrapper {
    padding: 6.5px 8px;
}

    .it-header-slim-wrapper,
    .it-header-slim-wrapper .it-header-slim-wrapper-content,
    .it-header-slim-wrapper .it-header-slim-wrapper-content .it-header-slim-right-zone {
        height: 38px;
    }

.menu-wrapper .it-brand-wrapper .cloned-element {
    display: none;
}

.navbar .close-div {
    display: block;
    right: 7px;
    top: 23px;
}

.nav-link-sub {
    padding-left: 34px;
    font-weight: normal;
}


.tab-filter {
    column-count: 1;
    column-gap: 0;
}

.avatar {
    overflow: unset;
}

.it-header-wrapper .it-nav-wrapper .it-header-navbar-wrapper nav {
    padding-left: 6px;
    padding-right: 0;
}

.navbar .navbar-collapsable .menu-wrapper .navbar-nav {
    overflow: unset;
}
/*.navbar .navbar-collapsable .navbar-nav li a.nav-link {
    padding: 10px 24px;
}*/
.it-footer-small-prints a, .it-footer-small-prints a:hover:not(.disabled) {
    font-size: 14px;
}

.autocomplete_gorup .autocomplete-items li.autocomplete-active {
    background: #f7f9fa;
}

.menu-condivisione {
    text-align: right;
}

.it-bottom-navscroll {
    display: none;
}

.bg-image {
    background-repeat: no-repeat;
    background-size: cover;
}

.link-list-wrapper ul li a {
    line-height: 2em;
}

.navbar.it-navscroll-wrapper .link-list-wrapper ul li a.active {
    border-left: 0;
}

.progress-bar {
    background-color: var(--bs-primary);
}

.breadcrumb-container .breadcrumb .breadcrumb-item a {
    text-decoration: none;
    font-weight: 400;
}

    .breadcrumb-container .breadcrumb .breadcrumb-item a:hover {
        text-decoration: underline;
        font-weight: 400;
    }

#menu-sezione .menu-lista-button {
    font-size: .889em;
}

#menu-sezione a[aria-expanded="false"] .menu-lista-apri,
#menu-sezione a[aria-expanded="true"] .menu-lista-chiudi {
    display: inline;
}

#menu-sezione a[aria-expanded="true"] .menu-lista-apri,
#menu-sezione a[aria-expanded="false"] .menu-lista-chiudi {
    display: none;
}

.pagination .page-item .page-link[aria-current] {
    border: 1px solid var(--bs-primary);
    color: var(--bs-primary);
}

.pagination .page-item .page-link:hover {
    color: var(--bs-primary);
}

.splide__slide img,
.card .img-fluid {
    object-fit: cover;
    max-height: 180px;
}

.splide__slide img,
.card .img-fluid {
    object-fit: cover;
    max-height: 180px;
}

#testata .article-image .img-fluid {
    object-fit: cover;
    max-height: 50vh;
}

#allerta .date {
    color: #fff;
    background-color: #2D66A7;
    font-size: 0.9rem;
}

#allerta img {
    height: 50px;
    width: 50px;
}

#allerta .it-carousel-wrapper .splide__pagination {
    display: none;
}

#allerta .it-carousel-wrapper .splide__arrows {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    display: flex;
    align-items: center;
    z-index: 1;
    justify-content: space-between;
    pointer-events: none;
}

    #allerta .it-carousel-wrapper .splide__arrows .splide__arrow {
        width: 30px;
        background-color: transparent;
        height: 30px;
        border: none;
        display: flex;
        align-items: center;
        justify-content: center;
        pointer-events: all;
    }

        #allerta .it-carousel-wrapper .splide__arrows .splide__arrow svg {
            fill: var(--bs-secondary);
            width: 16px;
            height: 16px;
        }

        #allerta .it-carousel-wrapper .splide__arrows .splide__arrow.splide__arrow--prev {
            transform: rotate(180deg);
        }

        #allerta .it-carousel-wrapper .splide__arrows .splide__arrow[disabled] svg {
            fill: #fff;
        }

.it-page-sections-container.border-start {
    border-left-width: 0 !important;
}

.it-page-sections-container.border-bottom {
    border-bottom-width: 0 !important;
}

.contact-icon {
    height: 60px;
    width: 60px;
}

.nav-tabs .nav-item {
    min-width: unset;
}
/*
.nav-tabs .nav-link {
    font-weight: 400;
}
*/
    .nav-tabs .nav-link:hover {
        font-weight: 600;
    }

    .nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
        font-weight: 600;
    }

#myTab > li, #myTab2 > li {
    width: 33%;
}

.accordion-header .accordion-button,
.accordion-header .accordion-button:not(.collapsed) {
    color: var(--bs-primary);
}

.accordion .accordion-item:first-child .accordion-header .accordion-button {
    border-top-width: 0;
}

.accordion-header .accordion-button:after {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' viewBox='0 0 24 24' %3E%3Cg%3E%3Cpath fill='%231b5a27' d='M12,10.3l4.8,4.8c0.3,0.3,0.8,0.3,1.1,0c0.3-0.3,0.3-0.8,0-1c0,0,0,0,0,0l-4.8-4.8c-0.6-0.6-1.5-0.6-2.1,0L6.2,14c-0.3,0.3-0.3,0.8,0,1c0,0,0,0,0,0c0.3,0.3,0.8,0.3,1.1,0L12,10.3z'/%3E%3C/g%3E%3C/svg%3E");
}

.accordion-header.green .accordion-button {
    border: 0;
    background-color: #F0F6F4;
    border-radius: 14px;
    color: var(--bs-body-color);
}
    .accordion-header.green .accordion-button:after {
        content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' viewBox='0 0 24 24' %3E%3Cg%3E%3Cpath fill='%23212121' d='M12,10.3l4.8,4.8c0.3,0.3,0.8,0.3,1.1,0c0.3-0.3,0.3-0.8,0-1c0,0,0,0,0,0l-4.8-4.8c-0.6-0.6-1.5-0.6-2.1,0L6.2,14c-0.3,0.3-0.3,0.8,0,1c0,0,0,0,0,0c0.3,0.3,0.8,0.3,1.1,0L12,10.3z'/%3E%3C/g%3E%3C/svg%3E");
    }

.accordion-body p {
    margin: 0;
}


.gallery-container img {
    object-fit: cover;
    height: 100px;
}

.window-info {
    height: 60%;
    display: flex;
    align-items: center;
    padding: 0 35px 0 20px;
}
    .window-info h4 {
        font-size: 1.2rem !important;
        font-weight: 600;
        /*width: calc(100% - 80px);*/
        float: left;
        /*margin-right: 30px;*/
    }
.legenda {
    margin-left: 15px;
}
    .legenda li {
        position: relative;
        padding-left: 40px;
        margin-bottom: 7px;
    }
        .legenda li::after {
            width: 21px;
            height: 21px;
            content: '';
            display: inline-block;
            position: absolute;
            left: 0;
            top: 2px;
            border: 1px solid #707070;
            border-radius: 5px;
        }
.completo::after, .completobg {
    background-color: #003A60;
}
.incorso::after, .incorsobg {
    background-color: #004e92;
}
.inattivazione::after, .inattivazionebg {
    background-color: #5DC9F4;
}
.da-iniziare::after, .da-iniziarebg {
    background-color: #EAEAEA;
}
.window-info .arrow {
    fill: #1B5A27;
    width: 40px;
}

#interni h2, #interni .h2 {
    font-size: 1.6rem;
}

.bold {
    font-weight: 800 !important;
}
.pnrr select, .pnrr label {
    font-size: 1rem;
    margin-right: 20px;
}
.pnrr select {
    display: inline;
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 7px;
    width: calc(.5*(100% - 150px));
}
.pnrr select, .pnrr label {
    font-size: 1rem;
    margin-right: 20px;
}
.mobile {
    display: none;
}
.info-box {
    display: none;
    position: absolute;
    top: 2%;
    left: 20px;
    z-index: 1;
    width: 35%;
    min-width: 350px;
    box-shadow: 0 1px 6px 2px rgb(0 0 0 / 20%);
    background-color: white;
    max-width: 400px;
    padding: 30px;
    border-radius: 20px;
}
.chiudi {
    position: absolute;
    right: 20px;
    top: 30px;
    background: white;
}
.chiudi svg {
    width: 25px;
}

.cantiere {
    padding: 25px 0;
    line-height: 1.3;
    border-bottom: 1px solid #DDDDDD;
    display: flex;
}

.cantiere img {
    height: 100px;
}

.cantiere:first-child {
    padding-top: 25px;
}

.incorso::after, .incorsobg {
    background-color: #004e92;
}

.statobtn {
    border-radius: 25px;
    padding: 5px 20px;
    width: fit-content !important;
    color: white;
    font-size: 14px;
    font-weight: 500;
    margin-top: 5px;
}

.atto {
    display: none;
}

.accordion-header .accordion-button {
    border-top: 0;
}
.tooltip-text {
    position: absolute;
    padding: 5px 15px;
    box-shadow: 0 1px 6px 2px rgb(0 0 0 / 20%);
    background-color: white;
}




/* Schermi piccoli (almeno 375px) */
@media (min-width: 375px) {
    .it-header-slim-wrapper .it-header-slim-wrapper-content {
        justify-content: space-between;
    }

        .it-header-slim-wrapper .it-header-slim-wrapper-content .navbar-brand {
            display: block;
        }
}

/* Schermi medio-piccoli (almeno 576px) */
@media (min-width: 576px) {
    .gallery-container img {
        object-fit: cover;
        height: 150px;
    }
}



/* Schermi medi (almeno 768px) */

@media (min-width: 768px) {
    .it-footer-small-prints ul.it-footer-small-prints-list li:first-child {
        padding-top: 0;
    }

    .menu-wrapper .it-brand-wrapper .cloned-element {
        display: block;
    }

    .it-header-wrapper .it-nav-wrapper .it-header-navbar-wrapper {
        left: 0px;
    }

    .btn-yellow {
        width: auto;
    }

    .menu-condivisione {
        text-align: left;
    }
}


/* Schermi grandi (almeno 992px) */

@media (min-width: 992px) {
    #allerta img {
        height: 30px;
        width: 30px;
    }

    .brand-img {
        width: 200px;
        margin-left: 0;
    }

    .it-header-slim-wrapper {
        padding: 0;
    }

    .it-header-navbar-wrapper.theme-light-desk {
        border-bottom: 1px solid #ccc;
        box-shadow: 0 2px 7px 0px rgb(0 0 0 / 20%);
    }

    .it-header-center-wrapper {
        border-bottom: 1px solid #DBDBDB;
    }

    .navbar.it-navscroll-wrapper .link-list-wrapper ul li a.active span {
        text-decoration: underline;
    }

    .bs-is-sticky {
        top: 54px !important;
    }

    .bs-is-sticky {
        z-index: 1 !important;
    }

    .it-brand-wrapper.cloned-element {
        width: 110px;
        min-width: 110px;
        margin-right: 30px;
    }

    /*.it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper .it-search-wrapper.cloned-element {
        display: none;
    }*/

    .it-header-wrapper .it-nav-wrapper .it-header-navbar-wrapper nav {
        padding-left: 0;
        padding-right: 0;
    }

    .navbar .navbar-collapsable .navbar-nav li.nav-item {
        align-items: center;
    }

        .navbar .navbar-collapsable .navbar-nav li.nav-item .nav-link {
            align-self: center;
        }

    .navbar .navbar-collapsable .navbar-nav li a.nav-link {
        padding: 2px 25px;
        border-width: 0;
    }

    /*.navbar .navbar-collapsable .navbar-nav li a.nav-link {
        padding: 13px 10px 13px 0px;
        max-height: 57px;
    }*/

    .it-header-center-wrapper.theme-light .it-header-center-content-wrapper .it-search-wrapper a {
        background: #f2f2f2;
    }

        .it-header-center-wrapper.theme-light .it-header-center-content-wrapper .it-search-wrapper a.rounded-icon:hover {
            background: #f2f2f2;
        }

    .tab-filter {
        column-count: 2;
        column-gap: 8%;
    }

    .modal .modal-dialog .modal-content .modal-body {
        padding: 24px;
    }

    .search-filter-ckgroup {
        margin-top: 24px;
        margin-bottom: 36px;
    }

    .it-header-navbar-wrapper.theme-light-desk .navbar .dropdown-menu {
        background: white;
    }

        .it-header-navbar-wrapper.theme-light-desk .navbar .dropdown-menu:before {
            background: white;
        }

        .it-header-navbar-wrapper.theme-light-desk .navbar .dropdown-menu .link-list-wrapper ul li a {
            line-height: 2em;
            padding: 0px 20px;
        }

    .navbar .dropdown-menu .link-list-wrapper .link-list-heading {
        text-transform: none;
        font-size: .833em;
        font-weight: 600;
        letter-spacing: unset;
        padding: 6px 14px;
        line-height: 1;
    }

    .it-header-center-wrapper {
        height: 100px;
    }

    .it-header-wrapper .it-nav-wrapper .it-header-navbar-wrapper nav {
        padding-left: 0;
        padding-right: 0;
    }

    .nav-item a:focus {
        outline: none !important;
        /*inline-size: fit-content;*/
    }
    /*fine focus sui link*/
    .it-footer-small-prints a, .it-footer-small-prints a:hover:not(.disabled) {
        font-size: .889rem;
        text-decoration: underline;
    }

    .menu-condivisione {
        text-align: right;
        margin-top: 20px !important;
    }
    /*.list_link-utili-desktop > li:last-child {
        padding-left: 30px
    }*/
    .it-bottom-navscroll {
        display: flex;
    }

    .nav-tabs .nav-item {
        min-width: 150px;
    }

    #myTab > li, #myTab2 > li {
        width: auto;
    }
}


/* Schermi molto grandi (almeno 1200px) */

@media (min-width: 1200px) {
    .it-page-sections-container.border-bottom {
        border-bottom-width: 1px !important;
    }

    .it-page-sections-container.border-start {
        border-left-width: 1px !important;
    }

    .brand-img {
        width: 200px;
    }

    .it-footer-main .border-white {
        border-color: white !important;
    }

    .breadcrumb-container .breadcrumb {
        padding: 0.5em 0;
    }

    .it-header-wrapper .it-nav-wrapper .it-header-navbar-wrapper {
        left: 0;
    }

    .tab-filter {
        column-count: 3;
        column-gap: 8%;
    }

    .it-header-wrapper .it-nav-wrapper .it-header-navbar-wrapper nav {
        padding-left: 18px;
        padding-right: 18px;
    }
    /*.it-header-navbar-wrapper .nav-link span {
        padding-right: 5px;
        font-size: 18px;
    }*/
    /*.navbar .navbar-collapsable .navbar-nav li a.nav-link {
        padding: 13px 15px 13px 5px;
    }*/

    .nav-tabs .nav-item {
        min-width: 200px;
    }
}

@media print {
    body {
        background: white;
        color: black;
    }

    page {
        margin-left: 20mm;
        margin-right: 20mm;
        margin-top: 40mm;
        margin-bottom: 50mm;
    }
}



.chatbtn {
    position: fixed;
    right: 0px;
    bottom: 150px;
}

.modal .modal-dialog .modal-content .modal-header h5, .modal .modal-dialog .modal-content .modal-header .h5 {
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: .5px;
    text-transform: uppercase;
    color: white;
    text-align: center;
    width: 100%;
}

.selected {
    font-size: 16px;
}

.modalefullscreen .modal-dialog {
    width: 100vw;
    height: calc(100vh + 0px);
    max-width: unset;
    margin: 0;
    overflow-y: hidden;
}

    .modalefullscreen .modal-dialog > div {
        width: 100%;
        height: 100%;
        overflow-y: scroll;
    }

/*.btn-close-arrow {
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: 0.25em 0.25em;
    color: #000;
    border: 0;
    border-radius: 4px;
    background: none;
}
*/
.btn-close-arrow {
    box-sizing: content-box;
    width: auto;
    height: auto;
    padding: 0;
    color: #000;
    border: 0;
    border-radius: 4px;
    background: none;
}

.btn-filtro-tutto {
    background-color: #FFFFFF !important;
    border: 2px solid #bbb;
    font-weight: 600;
    border-radius: 4px;
    text-transform: uppercase;
    color: #19191a;
    padding: 4px 14px;
    margin-right: 10px;
    align-items: center;
    justify-content: center;
}

.btn-filtro-select {
    border: 2px solid #f5f6f7;
    background-color: #f5f6f7;
    align-items: center;
    justify-content: center;
    padding: 4px 3px 4px 14px;
    cursor: text;
    margin-right: 10px;
}

.btn-filtro-tutto:hover {
    border: 2px solid #f5f6f7;
    text-decoration: underline;
    background-color: #f5f6f7 !important;
}

.sub-search-filter-ckgroup {
    margin-left: 9px;
}

.search-filter-ckgroup {
    margin-top: 24px;
    margin-bottom: 36px;
}

    .search-filter-ckgroup label {
        color: var(--bs-primary);
    }

.sub-search-filter-ckgroup label {
    font-size: 0.9rem !important;
    color: var(--bs-primary);
}

/*.sub-search-filter-ckgroup .form-check {
    margin-top: 0 !important;
}*/

.loadingcontainer {
    opacity: .8;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10000;
    width: 100%;
    height: 100%;
    background: white;
}

.loadingcontainer-item {
    height: 100%;
    margin: auto;
    width: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#filterscontainer {
    flex-wrap: wrap;
}

.autocomplete_gorup {
    position: relative;
    display: flex;
    align-items: center;
}

    /*.autocomplete_gorup .textearch:focus {
        border: 2px solid #ff8c00 !important;
    }*/

    .autocomplete_gorup .autocomplete-items {
        position: absolute;
        top: calc(100% + 1px);
        left: 0;
        z-index: 10;
        background-color: #fff;
        max-height: 342px;
        overflow-x: hidden;
        padding: 0;
        width: 100%;
        border: 1px solid #ccc;
        border-top: 0;
    }

        .autocomplete_gorup .autocomplete-items li {
            list-style: none;
            padding: 10px 10px;
        }

            .autocomplete_gorup .autocomplete-items li:hover {
                background: #f7f9fa;
            }

    .autocomplete_gorup .clearsearch, .autocomplete_gorup .clearsearch:active, .autocomplete_gorup .clearsearch:focus {
        box-shadow: none !important;
        border: none !important;
        padding: 0px !important;
        margin-left: -32px !important;
        position: relative;
        z-index: 2;
    }


    .autocomplete_gorup .autocomplete-items li a {
        color: #1b5a27;
        display: flex;
        text-decoration: none;
        /*        letter-spacing: .9px;
*/
    }

        .autocomplete_gorup .autocomplete-items li a .category {
            font-size: 1rem;
            color: #333;
            padding-left: 20px;
            font-weight: 500;
        }

    .autocomplete_gorup .input-group-append .btn {
        padding-top: 9px;
        padding-bottom: 9px;
        border-radius: 0 9px 9px 0;
        height: 3rem;
    }

.search-input {
    border-bottom: 1px solid #b1b1b3;
    padding: 3px;
}

.search-input input.textearch,
.search-input input.textearch:focus {
    border: 0;
    font-size: 2rem;
    height: 4rem;
}

.form-control::placeholder {
    color: #606060 !important;
}

.form-control::placeholder {
    color: #606060 !important;
}

select.form-control {
    appearance: auto;
}

.form-group textarea.form-control {
    color: var(--bs-body-color);
    box-shadow: none;
    border-bottom: 1px solid #5b6f82;
}

optgroup {
    color: #606060;
}

optgroup option {
    color: var(--bs-body-color);
}

select.just-validate-success-field {
    background-color: red;
}

nav.pagination-wrapper {
    justify-content: space-around !important;
}

.bg-contrasto {
    background-color: rgb(0,0,0,0.01) !important;
}

.focusmouse a:active:focus a:focus {
    outline: 2px solid #ff8c00 !important;
}

.numeri {
    font-family: 'Roboto Mono';
}

.bandoattivo {
    /*height: 80%;*/
    max-height: 80px;
    /* width: 80px; */
    border-radius: 4px;
    background-color: #EEE;
    box-shadow: 0 1px 4px 0 rgb(0 0 0 / 10%), 0 4px 8px 0 rgb(0 0 0 / 10%);
    position: absolute;
    right: 20px;
    top: 20px;
    color: #191919;
    text-align: center;
    font-size: .889em;
    font-weight: 600;
    line-height: 1.3;
    text-transform: capitalize;
    padding: 2px 5px 2px 5px;
}

.datawebinar {
    color: #191919;
    background-color: #EEE;
    padding: 2px 5px 2px 5px;
    font-weight: 600;
}

.read-more-footer {
    align-items: center;
    color: #1b5a27;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: .9px;
    font-size: .7777777778rem;
    text-decoration: none !important;
    bottom: 24px;
    display: block;
    margin-top: auto;
    position: unset;
}

    .read-more-footer a {
        text-decoration: none !important;
    }

        .read-more-footer a .icon {
            margin-left: 8px;
            fill: #1b5a27;
            width: 16px;
            height: 16px;
            flex-shrink: 0;
        }

.leggidipiu {
    padding: 8px 8px 8px 0px;
}

.rwd-video {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 30px;
    position: relative;
}

    .rwd-video iframe,
    .rwd-video object,
    .rwd-video embed {
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
    }

.form-select {
    border: 1px solid #B5B5B5;
    border-radius: 6px;
    width: auto;
}

.box-shadow-none {
    box-shadow: none !important;
}
.mobile {
    display: none;
}


@media all and (max-width:1024px) {

    .hidden-mobile {
        display: none !important;
    }
    .mobile {
        display: block;
    }
    .filtri {
        display: flex;
        flex-direction: column;

    }
    .pnrr select {
        width: 100%;
        margin: 4px 0;
    }
    .removefilter {
        float:right;
        font-size:14px;
    }
}

@media (max-width: 991px) {
    .breadcrumb-container .breadcrumb .breadcrumb-item, .breadcrumb-container .breadcrumb .breadcrumb-item span.separator {
        display: none;
    }

    .breadcrumb-container .breadcrumb {
        margin: 0.5rem 0;
    }

    .breadcrumb-container .breadcrumb .breadcrumb-item:nth-last-child(2) {
        display: list-item;
    }

    .breadcrumb-container .breadcrumb .breadcrumb-item:nth-last-child(2) a {
        display: flex;
        align-items: center;
    }

    .breadcrumb-container .breadcrumb .breadcrumb-item:nth-last-child(2) a::before {
        content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' viewBox='0 0 24 24' %3E%3Cg%3E%3Cpath fill='%235b6f82' d='M21 11.5H5.5l5.3-5.4-.7-.7L3.6 12l6.5 6.6.7-.7-5.3-5.4H21zM5 12z'/%3E%3C/g%3E%3C/svg%3E");
        height: 25px;
        width: 25px;
        display: inline-block;
        margin-right: 10px;
    }

    .search-input input.textearch,
    .search-input input.textearch:focus {
        border: 0;
        font-size: 1.5rem;
        height: 3rem;
    }

}
@media only screen and (max-width: 690px) {
    .info-box {
        top: 135px;
        left: unset;
        right: 15px;
        width: calc(100% - 30px);
        max-width: 100%;
        padding: 30px;
    }
}