html{
    scroll-padding-top: 75px;
}

body {
    font-family: "titillium-web", sans-serif;
    font-size: 1.125rem;
    line-height: 1.5;
    color: #000000;
    scroll-behavior: smooth;
}

h1, .h1 {
    font-family: "titillium-web", sans-serif;
    font-size: 1.875rem;
    line-height: 1.5;
    font-weight: bold;
}

h2, .h2 {
    font-family: "titillium-web", sans-serif;
    font-size: 1.438rem;
    line-height: 1.5;
    font-weight: bold;
}

h3, .h3 {
    font-family: "titillium-web", sans-serif;
    font-size: 1.25rem;
    line-height: 1.5;
    font-weight: bold;
}

h4, .h4 {
    font-family: "titillium-web", sans-serif;
    font-size: 1.125rem;
    line-height: 1.5;
    font-weight: bold;
}

h5, .h5 {
    font-family: "titillium-web", sans-serif;
    font-size: 1rem;
    line-height: 1.5;
    font-weight: bold;
}

h6, .h6 {
    font-family: "titillium-web", sans-serif;
    font-size: 0.875rem;
    line-height: 1.5;
    font-weight: bold;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-top: revert;
}

p {
    font-family: "titillium-web", sans-serif;
    font-size: 1.125rem;
    line-height: 1.5;
}

a {
    color: var(--color-organismo);
}

blockquote {
    padding: 1rem 0 1rem 1rem;
    border-left: solid 4px var(--color-organismo);
}
blockquote > * {
    margin: 0!important;
}

@media (max-width: 991px) {
    body {
        font-size: 1rem;
        line-height: 1.5;
    }
    h1, .h1 {
        font-size: 1.5rem;
        line-height: 1.5;
    }
    h2, .h2 {
        font-size: 1.25rem;
        line-height: 1.5;
    }
    h3, .h3 {
        font-size: 1.125rem;
        line-height: 1.5;
    }
    p {
        font-size: 1rem;
        line-height: 1.5;
    }
}

*:focus {
    outline: #FF8C00 solid 3px !important;
}

.btn-main {
    padding: 10px 23px;
    color: #FFFFFF;
    background-color: var(--color-organismo);
    box-shadow: 0 3px 6px #00000029;
    border-radius: 0;
}
.btn-main:hover {
    background-color: var(--color-hover-organismo);
    color: white;
}

.btn-secondary {
    padding: 10px 23px;
    color: #781618;
    background-color: #FFFFFF;
    box-shadow: 0 3px 6px #00000029;
    border-radius: 0;
}
.btn-secondary:hover {
    background-color: var(--color-hover-organismo);
    color: #FFFFFF;
}

.text-verde {
    color: var(--color-organismo)!important;
}

.form-label {
    font-size: 0.875rem;
    line-height: 1.5;
    margin-bottom: 3px;
}

.form-control {
    font-size: 1rem;
    line-height: 1.5;
    color: #000000;
    padding: 10px 20px;
    border: solid 3px var(--color-organismo);
    border-radius: 0;
}
.form-control:focus {
    border-color: transparent;
    outline: #86b7fe solid 3px;
    box-shadow: none;
}
.form-control::placeholder {
    font-size: 1rem;
    line-height: 1.5;
    color: #000000;
}

.form-select {
    font-size: 1rem;
    line-height: 1.5;
    color: #000000;
    padding: 10px 20px;
    border: solid 3px var(--color-organismo);
    border-radius: 0;
}
.form-select:focus {
    border-color: transparent;
    outline: #86b7fe solid 3px;
    box-shadow: none;
}

table td, table th {
    padding: 5px;
}


.box-notizia-share {position: unset;top: unset;right: unset;/*margin-top: 50px;*/z-index: 1;}
.box-notizia-share .social-open-menu {display: inline-block;vertical-align: middle;}
.box-notizia-share div.social-open-menu .btn-share, .box-notizia-share ul.social-items .btn-share {
    position: relative;
    cursor: pointer;
    border-radius: 50%;
    color: white;
    line-height: 1.5;
    outline: 0;
    border: 0;
    margin: 0;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.box-notizia-share div.social-open-menu .btn-share:hover, .box-notizia-share ul.social-items .btn-share:hover {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.box-notizia-share div.social-open-menu .btn-share img {
    display: inline-block!important;
    width: auto!important;
    height: auto!important;
    margin: 0!important;
    background-color: transparent!important;
}
.box-notizia-share ul.social-items {
    display: inline-block;
    margin: 0;
    padding-inline-start: 0;
    list-style: none;
    text-decoration: none;
    /*text-align: center;*/
    position: relative;
    /* display: none; */
}
.box-notizia-share ul.social-items .btn-share {width: 35px;height: 35px;margin: 0;vertical-align: middle;}
.box-notizia-share ul.social-items .btn-share.social-item-1 {
    content: url("../../_img/_icon/link.svg");
}
.box-notizia-share ul.social-items .btn-share.social-item-2 {
    content: url("../../_img/_icon/telegram.svg");
}
.box-notizia-share ul.social-items .btn-share.social-item-3 {
    content: url("../../_img/_icon/whatsapp.svg");
}
.box-notizia-share ul.social-items .btn-share.social-item-4 {
    content: url("../../_img/_icon/twitter.svg");
}
.box-notizia-share ul.social-items .btn-share.social-item-5 {
    content: url("../../_img/_icon/facebook.svg");
}
.box-notizia-share ul.social-items.open .btn-share {
    transform: scale(1);
    opacity: 1;
    /* transform: translate(0px, -15px); */
}
.box-notizia-share ul.social-items li {position: relative;display: inline-block;margin: 0 4px;}
.box-notizia-share ul.social-items li .btn-share {
    transform: scale(0);
    opacity: 0;
}
.box-notizia-share ul.social-items li .btn-share-text {
    /* opacity: 0; */position: absolute;bottom: 15px;right: 100%;margin-right: 10px;min-width: 75px;border-radius: 2px;
    padding: 3px 4px;text-align: center;font-weight: 300;background: rgba(20, 20, 20, 0.7);color: #fff;display: block;
    opacity: 0; /* transition: all 500ms ease-in-out  0.5s; */
}
.box-notizia-share ul.social-items li:hover .btn-share-text {
    opacity: 1;
}
.box-notizia-share div.social-open-menu .btn-share {width: 45px;height: 45px;background-color: #5b5b5b;float: right;}
.box-notizia-share div.social-open-menu .btn-share i {
    text-shadow: 0px 0px #f32c1e, 1px 1px #f32c1e, 2px 2px #f32c1e, 3px 3px #f32c1e, 4px 4px #f32c1e, 5px 5px #f32c1e;
}
.box-notizia-share .social-items.open .social-item-1, .box-notizia-share .social-items.open .social-item-1 .btn-share-text {
    transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.1s;
}
.box-notizia-share .social-items.hidden .social-item-1, .box-notizia-share .social-items.open .social-item-1 .btn-share-text {
    transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.4s;
}
.box-notizia-share .social-items.open .social-item-2, .box-notizia-share .social-items.open .social-item-2 .btn-share-text {
    transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.2s;
}
.box-notizia-share .social-items.hidden .social-item-2, .box-notizia-share .social-items.open .social-item-2 .btn-share-text {
    transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.3s;
}
.box-notizia-share .social-items.open .social-item-3, .box-notizia-share .social-items.open .social-item-3 .btn-share-text {
    transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.2s;
}
.box-notizia-share .social-items.hidden .social-item-3, .box-notizia-share .social-items.open .social-item-3 .btn-share-text {
    transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.3s;
}
.box-notizia-share .social-items.open .social-item-4, .box-notizia-share .social-items.open .social-item-4 .btn-share-text {
    transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.2s;
}
.box-notizia-share .social-items.hidden .social-item-4, .box-notizia-share .social-items.open .social-item-4 .btn-share-text {
    transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.3s;
}
.box-notizia-share .social-items.open .social-item-5, .box-notizia-share .social-items.open .social-item-5 .btn-share-text {
    transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.2s;
}
.box-notizia-share .social-items.hidden .social-item-5, .box-notizia-share .social-items.open .social-item-5 .btn-share-text {
    transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.3s;
}

@media (max-width: 991px) {
    .box-notizia-share ul.social-items.open .btn-share {
        width: 44px;
        height: 44px;
    }
}

/*--------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------*/
#top {
    position: relative;
    padding: 13px 0;
    background-color: var(--color-organismo);
    color: #FFFFFF;
    z-index: 10;
}
#top p {
    margin-bottom: 0;
}
#top a {
    color: #FFFFFF;
    text-decoration: none;
}
#top a:hover {
    text-decoration: underline;
}
#top a:after {
    content: url("../../_img/_icon/freccia_destra_bianca.svg");
    margin-left: 8px;
}
#top .social {
    display: inline-block;
    height: 23px;
    margin: 0;
}
#top .social li {
    display: inline-block;
    margin: 0 10px;
}
#top .social li:first-child {
    margin-left: 0;
}
#top .social li:last-child {
    margin-right: 0;
}
#top .social li a {
    width: 23px;
    height: 23px;
    vertical-align: middle;
}
#top .social li a.facebook {
    content: url("../../_img/_icon/facebook_bianca.svg");
}
#top .social li a.instagram {
    content: url("../../_img/_icon/instagram_bianca.svg");
}
#top .social li a.linkedin {
    content: url("../../_img/_icon/linkedin_bianca.svg");
}

#menu_principale {
    box-shadow: 1px 4px 10px #00000029;
}
#menu_principale .logo {
    width: 180px;
    padding: 28px 0;
}
#menu_principale .h1 {
    display: inline-block;
    margin-bottom: 0;
    text-transform: uppercase;
    border-top: solid 6px var(--color-organismo);
    border-bottom: solid 6px var(--color-organismo);
    vertical-align: text-top;
}
#menu_principale .cerca .input-cerca {
    display: none!important;
}
#menu_principale .cerca .input-cerca.show {
    display: flex!important;
}
#menu_principale .cerca .input-cerca #btn-cerca {
    text-align: left;
}
#menu_principale .cerca a {
    position: relative;
    display: inline-flex;
    color: #000000;
    text-decoration: none;
    align-items: center;
    cursor: pointer;
}
#menu_principale .cerca a:after {
    content: url("../../_img/_icon/cerca.svg");
    width: 45px;
    height: 45px;
    margin-left: 15px;
    background-color: #424242;
    border-radius: 50%;
}
#menu_principale .cerca a.hide {
    display: none!important;
}
#menu_principale .menu-hamburger {
    display: none;
    width: 44px;
    height: 44px;
    background-color: #424242;
    border-radius: 50%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
#menu_principale .menu-hamburger span {
    display: block;
    width: 18px;
    height: 2px;
    margin-bottom: 4px;
    background-color: #FFFFFF;
}
#menu_principale .menu-hamburger span:nth-child(3) {
    margin-bottom: 0;
}
#menu_principale .menu {
    position: relative;
    margin: 0;
}
#menu_principale.fixed .menu {
    position: fixed;
    top: 0;
    left: 0;
    padding: 1rem 0;
    text-align: center;
    background-color: #FFFFFF;
    box-shadow: 1px 4px 10px #00000029;
    z-index: 2;
}
#menu_principale .menu li {
    display: inline-block;
    margin: 0 20px;
    border-bottom: solid 6px transparent;
}
#menu_principale .menu li:first-child {
    margin-left: 0;
}
#menu_principale .menu li:last-child {
    margin-right: 0;
}
#menu_principale .menu li:not(.menu-cerca):hover,
#menu_principale .menu li:not(.menu-cerca).active {
    border-bottom: solid 6px var(--color-organismo);
}
#menu_principale .menu li:has(.menu-dropdown):after {
    content: url("../../_img/_icon/freccia_giu_nera.svg");
    margin-left: 8px;
    vertical-align: top;
}
#menu_principale .menu li.menu-cerca {
    display: none;
}
#menu_principale.fixed .menu li.menu-cerca {
    display: inline-block;
}
#menu_principale .menu li.menu-cerca img {
    height: 2.188rem;
    margin-right: 1rem;
    vertical-align: top;
}
#menu_principale .menu li a {
    font-size: 1.438rem;
    line-height: 1.5;
    color: #000000;
    text-decoration: none;
}
#menu_principale .menu li .menu-dropdown {
    display: none;
    position: absolute;
    left: calc(var(--bs-gutter-x) * .5);
    width: calc(100% - calc(var(--bs-gutter-x) * .5) * 2);
    margin-top: 6px;
    padding: 50px 138px;
    background-color: #FFFFFF;
    border-bottom: solid 6px var(--color-organismo);
    box-shadow: 0 3px 15px #00000029;
    align-items: center;
    justify-content: space-between;
    z-index: 2;
}
#menu_principale .menu li:hover .menu-dropdown,
#menu_principale .menu li.menu-sub-open .menu-dropdown {
    display: flex;
}
#menu_principale .menu li .menu-dropdown ul {
    /* display: inline-block; */
    padding-inline-start: 0;
    /* column-count: 2; */
    margin: 0;
    width: 100%;
    height: 220px;
    list-style: none;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    align-content: flex-start;
    flex-wrap: wrap;
}
#menu_principale .menu li .menu-dropdown ul li {
    /* display: block; */
    width: max-content;
    margin: 0 138px 40px 0;
}
#menu_principale .menu li .menu-dropdown ul li a {
    font-size: 1.125rem;
    line-height: 1.5;
}
#menu_principale .menu li .menu-dropdown .desc {
    display: inline-block;
    width: 22rem;
}
#menu_principale .menu li .menu-dropdown .desc img {
    width: 260px;
    height: 160px;
    margin-bottom: 25px;
    background-color: rgb(0 0 0 / 40%);
}
#menu_principale .menu li .menu-dropdown .desc p {
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 0;
}
#menu_slide {
    position: fixed;
    left: -100%;
    top: 0;
    display: flex;
    width: calc(100% - 35px);
    height: 100vh;
    padding: 0 35px;
    background-color: #F6F6F6;
    box-shadow: 5px -3px 7px #00000029;
    flex-direction: column;
    justify-content: center;
    transition: all .5s;
    overflow-x: hidden;
    overflow-y: scroll;
    z-index: 999;
}
#menu_slide .close-menu {
    position: absolute;
    top: 80px;
    right: 20px;
}
#menu_slide .close-menu span {
    display: block;
    width: 44px;
    height: 4px;
    background-color: #000000;
}
#menu_slide .close-menu span:nth-child(1) {
    transform: rotate(45deg);
}
#menu_slide .close-menu span:nth-child(2) {
    transform: rotate(-45deg);
    margin-top: -4px;
}
#menu_slide ul {
    list-style: none;
    padding-inline-start: 0;
}
#menu_slide ul li {
    width: max-content;
    /*max-width: calc(100% - 35px);*/
    margin-bottom: 23px;
    border: none;
}
#menu_slide ul li:last-child {
    margin-bottom: 0;
}
#menu_slide ul li:hover,
#menu_slide ul li.active {
    border-bottom: solid 4px var(--color-organismo);
}
#menu_slide ul li a {
    font-size: 1.25rem;
    line-height: 1.5;
    color: #000000;
    text-decoration: none;
}
#menu_slide ul li .freccia {
    content: url("../../_img/_icon/freccia_giu_nera.svg");
    margin-left: 8px;
    vertical-align: middle;
}
#menu_slide ul li .menu-dropdown {
    display: none;
    margin-top: 10px;
}
#menu_slide ul li .menu-dropdown.show {
    display: block;
}
#menu_slide ul li:hover,
#menu_slide ul li.active {
    border: none;
}
#menu_slide ul li a {
    border-bottom: solid 4px transparent;
}
#menu_slide ul li:hover > a,
#menu_slide ul li.active > a {
    border-bottom: solid 4px var(--color-organismo);
}
#menu_slide ul li ul {
    padding-inline-start: 35px;
}
#menu_slide ul li ul li {
    max-width: unset;
    margin-bottom: 15px;
}
#menu_slide ul li ul li a {
    font-size: 1rem;
}
#menu_slide .social {
    display: inline-block;
    margin-top: 1rem;
}
#menu_slide .social li {
    display: inline-block;
    margin: 0 10px;
}
#menu_slide .social li:first-child {
    margin-left: 0;
}
#menu_slide .social li:last-child {
    margin-right: 0;
}
#menu_slide .social li a {
    width: 44px;
    height: 44px;
    vertical-align: middle;
}
#menu_slide .social li a.facebook {
    content: url("../../_img/_icon/facebook.svg");
}
#menu_slide .social li a.instagram {
    content: url("../../_img/_icon/instagram.svg");
}

@media (min-width: 1400px) {
    #menu_principale.fixed .menu li .menu-dropdown {
        max-width: 75%;
        left: 50%;
        transform: translateX(-50%);
    }
}
@media (max-width: 1399px) {
    #menu_principale .h1 {
        width: inherit;
        vertical-align: middle;
    }
}
@media (min-width: 991px) and (max-width: 1199px) {
    #menu_principale .menu li .menu-dropdown {
        padding: 50px;
    }
}
@media (max-width: 991px) and (max-height: 564px) {
    #menu_slide {
        display: block;
        padding: 35px;
    }
    #menu_slide .close-menu {
        top: 35px;
    }
}
@media (max-width: 991px) {
    #top p,
    #top a {
        font-size: 0.875rem;
        line-height: 1.5;
        vertical-align: top;
    }
    /*#menu_principale.fixed {
        position: fixed;
        left: 0;
        top: 0;
        background-color: #FFFFFF;
        z-index: 10;
    }*/
    #menu_principale .logo {
        width: 95px;
        padding: 15px 0;
    }
    #menu_principale .h1 {
        font-size: 1.25rem;
        line-height: 1.5;
        margin-bottom: 0.5rem;
    }
    #menu_principale .cerca {
        display: inline-block;
        width: 44px;
        height: 44px;
        margin-right: 23px;
        background-color: #424242;
        border-radius: 50%;
        vertical-align: bottom;
    }
    #menu_principale .cerca a {
        content: url("../../_img/_icon/cerca.svg");
        color: transparent;
        width: 2.75em;
        height: 2.75em;
    }
    #menu_principale .cerca a:after {
        content: none;
    }
    #menu_principale .menu-hamburger {
        display: inline-flex;
    }
    #menu_principale .menu {
        display: none;
    }
    #menu_slide.open {
        left: 0;
        transition: all .5s;
    }
}
@media (max-width: 575px) {
    #top .col-10 {
        padding-right: 0;
    }
    #top .col-2 {
        padding-left: 0;
    }
    #menu_principale .h1 {
        font-size: 1rem;
    }
}

/*--------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------*/
#img-copertina {
    position: relative;
    display: flex;
    height: 400px;
    color: #FFFFFF;
    align-items: center;
}
/*#img-copertina:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
}*/
#img-copertina .owl-carousel .item {
    position: relative;
    display: flex;
    height: 400px;
    background-color: rgba(0, 0, 0, 0.6);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    align-items: center;
}
#img-copertina .owl-carousel .item:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
}
#img-copertina .owl-carousel .item .btn-main,
#img-copertina .owl-carousel .item .btn-main i {
    text-align: left;
}
#img-copertina .owl-carousel .owl-nav button,
#img-copertina .owl-carousel .owl-nav button span {
    text-align: left;
}
#img-copertina .owl-carousel .owl-dots {
    position: absolute;
    left: 50%;
    bottom: 0;
    width: max-content;
    text-align: left;
    margin: 0;
    transform: translateX(-50%);
}
#img-copertina .owl-carousel .owl-dots .owl-dot {
    text-align: left;
}
#img-copertina .owl-carousel .owl-dots .owl-dot span {
    width: 13px;
    height: 13px;
    margin: 7px;
    text-align: left;
}
#img-copertina .owl-carousel .owl-dots .owl-dot.active span {
    background-color: var(--color-organismo);
}

@media (max-width: 991px) {
    #img-copertina {
        height: 350px;
    }
    #img-copertina .owl-carousel .item {
        height: 350px;
    }
}

/*--------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------*/
#homepage {
    padding: 25px 0 20px;
}
#homepage .a {
    text-decoration: none;
}
#homepage .a:hover {
    text-decoration: underline;
}
#homepage .col-lg-12.position-relative {
    height: 27px;
}
#homepage .col-lg-12.position-relative a {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
#fascia-avvisi {
    padding: 25px 0;
}
.box-avviso {
    max-width: 100%;
    margin-bottom: 25px;
    padding: 35px 50px;
    background-color: #F6F6F6;
    box-shadow: 1px 4px 10px #00000029;
    border-left: solid 4px var(--color-organismo);
}
#fascia-avvisi .box-avviso:last-of-type {
    margin-bottom: 0;
}
.box-avviso p:last-of-type {
    margin-bottom: 0;
}

@media (max-width: 991px) {
    .box-avviso {
        padding: 25px 20px;
    }
}

/*--------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------*/
#fascia-news {
    padding: 25px 0;
}
#fascia-news .box-news {
    display: table;
    width: 400px;
    max-width: 100%;
    height: 455px;
    padding: 28px 20px;
    background-color: #F6F6F6;
    box-shadow: 1px 4px 10px #00000033;
    border-bottom: solid 4px var(--color-organismo);
}
#fascia-news .col-lg-4:nth-of-type(2) .box-news {
    margin: auto;
}
#fascia-news .col-lg-4:nth-of-type(3) .box-news {
    margin: 0 0 0 auto;
}
#fascia-news .box-news a {
    display: block;
}
#fascia-news .box-news .head {
    position: relative;
    padding-left: 60px;
}
#fascia-news .box-news .head img {
    position: absolute;
    left: 0;
    top: -28px;
}
#fascia-news .box-news .head span {
    margin-bottom: 18px;
}
#fascia-news .box-news .head .cat {
    font-size: 1rem;
    line-height: 1.5;
}
#fascia-news .box-news .head .data {
    font-size: 0.875rem;
    line-height: 1.5;
}
#fascia-news .box-news .body img {
    width: 100%;
    height: 190px;
    margin-bottom: 1rem;
    object-fit: cover;
    background-color: #FFFFFF;
}
#fascia-news .box-news .body sub {
    display: block;
    font-size: 0.875rem;
    line-height: 1.5;
    margin-bottom: 1rem;
}
#fascia-news .box-news .body p,
#fascia-news .box-news .body a,
#fascia-news .box-news .footer p,
#fascia-news .box-news .footer a {
    font-size: 1rem;
    line-height: 1.5;
}
#fascia-news .box-news .body .titolo {
    display: -webkit-box;
    font-size: 1.3rem;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
#fascia-news .box-news .body p:last-of-type {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
#fascia-news .box-news .footer {
    display: table-footer-group;
    text-align: end;
}
#fascia-news a,
#fascia-news .box-news .footer a {
    color: #000000;
    text-decoration: none;
}
#fascia-news a:hover,
#fascia-news .box-news .footer a:hover {
    text-decoration: underline;
}
#fascia-news .box-news .footer a:after {
    content: url("../../_img/_icon/freccia_destra_nera.svg");
    margin-left: 8px;
}
#fascia-news .col-lg-12.position-relative {
    height: 27px;
}
#fascia-news .col-lg-12.position-relative a {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

@media (max-width: 991px) {
    #fascia-news .box-news {
        margin: auto;
    }
    #fascia-news .col-lg-4:nth-of-type(2) .box-news,
    #fascia-news .col-lg-4:nth-of-type(3) .box-news {
        display: none;
    }
}

/*--------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------*/
#fascia-vedi-altro {
    padding: 25px 0;
}
#fascia-vedi-altro a {
    display: block;
    width: 400px;
    max-width: 100%;
    padding: 10px 23px;
    color: #FFFFFF;
    text-decoration: none;
    background-color: var(--color-organismo);
    box-shadow: 1px 4px 10px #00000029;
}
#fascia-vedi-altro a:after {
    content: url("../../_img/_icon/freccia_destra_bianca.svg");
    float: right;
}
#fascia-vedi-altro .col-lg-4:nth-of-type(2) a {
    margin: auto;
}
#fascia-vedi-altro .col-lg-4:nth-of-type(3) a {
    margin: 0 0 0 auto;
}

@media (max-width: 991px) {
    #fascia-vedi-altro {
        padding: 20px 0 50px;
    }
    #fascia-vedi-altro a {
        margin: auto;
        margin-bottom: 20px;
    }
    #fascia-vedi-altro .col-lg-4:nth-of-type(2) a {
        margin-bottom: 20px;
    }
    #fascia-vedi-altro .col-lg-4:nth-of-type(3) a {
        margin: auto;
        margin-bottom: 0;
    }
}

/*--------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------*/
#fascia-contatti {
    margin-top: 75px;
    padding: 40px 0;
    background-color: #F6F6F6;
}
#fascia-contatti ul {
    list-style: none;
    margin-bottom: 0;
    padding-inline-start: 0;
}
#fascia-contatti ul li a {
    color: #000000;
    text-decoration: none;
}
#fascia-contatti ul li a:hover {
    text-decoration: underline;
}

@media (max-width: 991px) {
    #fascia-contatti {
        margin-top: 35px;
        padding: 28px 0;
    }
    #fascia-contatti iframe {
        height: 185px;
    }
}

/*--------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------*/
footer {
    padding-top: 35px;
    color: #FFFFFF;
    background-color: #4D4D4D;
}
footer p,
footer a {
    font-size: 1rem;
    line-height: 1.5;
    text-decoration: none;
}
footer a:hover {
    text-decoration: underline;
}
footer .menu {
    margin: 0;
}
footer .menu li {
    display: inline-block;
    margin: 0 20px;
}
footer .menu li:first-child {
    margin-left: 0;
}
footer .menu li:last-child {
    margin-right: 0;
}
footer .menu li a {
    font-size: 1.25rem;
    line-height: 1.5;
    color: #FFFFFF;
    text-decoration: none;
}
footer .menu li a:hover {
    text-decoration: underline;
    color: #FFFFFF;
}
footer hr {
    opacity: 1;
}
footer .container-fluid {
    padding-top: 8px;
    padding-bottom: 8px;
    background-color: var(--color-organismo);
}
footer .container-fluid .col-lg-12.position-relative {
    height: 27px;
}
footer .container-fluid .h4 {
    position: absolute;
    left: 50%;
    width: max-content;
    margin: 0;
    text-transform: uppercase;
    transform: translateX(-50%);
}

@media (max-width: 1399px) {
    footer .menu li {
        margin: 0 10px;
    }
}
@media (max-width: 1199px) {
    footer .menu {
        padding-inline-start: 0;
    }
    footer .menu li {
        margin: 0 8px;
    }
    footer .menu li a {
        font-size: 1.125rem;
        line-height: 1.5;
    }
}
@media (max-width: 991px) {
    footer .menu {
        padding-inline-start: 0;
    }
    footer .menu li {
        display: block;
        margin: 0;
        margin-bottom: 18px;
    }
    footer .menu li:last-child {
        margin-bottom: 0;
    }
    footer .container-fluid .h4 {
        font-size: 1rem;
        line-height: 1.5;
        font-weight: normal;
    }
}

/*--------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------*/
.breadcrumb {
    font-size: 1rem;
    line-height: 1.5;
    margin: 25px 0 15px;
}
.breadcrumb .breadcrumb-item a {
    color: #000000;
    text-decoration: none;
}
.breadcrumb .breadcrumb-item a:hover {
    text-decoration: underline;
}
.breadcrumb-item+.breadcrumb-item {
    padding-left: 6px;
}
.breadcrumb-item+.breadcrumb-item::before {
    content: url("../../_img/_icon/freccia_destra_nera.svg");
    padding-right: 6px;
}

@media (max-width: 991px) {
    .breadcrumb {
        display: none;
    }
}

/*--------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------*/
#pagina {
    padding-bottom: 80px;
}
#pagina img {
    max-width: 100%;
    object-fit: cover;
    margin: 0 0 30px;
    background-color: #FFFFFF;
}
#pagina img.ver {
    margin-right: 30px;
    float: left;
}
#pagina .scarica-img {
    display: block;
    width: max-content;
    margin-top: 1.875rem;
    margin-bottom: 0.5rem;
}
#pagina .scarica-img:before {
    content: url("../../_img/_icon/download_allegato.svg");
    margin-right: 0.9375rem;
}
#pagina p {
    margin-top: 1rem;
}
#pagina .owl-carousel img {
    height: auto!important;
}
#pagina .owl-carousel .owl-video-play-icon {
    display: none;
}
#pagina .owl-carousel .owl-item .item,
#pagina .owl-carousel .owl-item .item-video {
    margin: 5px;
}
#pagina .owl-carousel .owl-item a{
    display: block;
}

#pagina .owl-carousel.grid .owl-stage {
    transform: none !important;
    width: 100% !important;
    display: flex;
    flex-wrap: wrap;
}
#pagina .owl-carousel.grid .owl-item {
    width: calc((100% - (15px * 6)) / 6)!important
}

#searchRisultati {
    height: calc(95px);
}
#searchRisultati .h2 {
    position: absolute;
    left: 50%;
    width: max-content;
    transform: translateX(-50%);
}
#searchContenuto a {
    display: block;
}
#searchMostraAltro {
    height: 46px;
}
#searchMostraAltro button {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

@media (max-width: 1399px) {
    #pagina .owl-carousel.grid .owl-item {
        width: calc((100% - (15px * 5)) / 5)!important;
    }
}
@media (max-width: 1199px) {
    #pagina .owl-carousel.grid .owl-item {
        width: calc((100% - (15px * 4)) / 4)!important;
    }
}
@media (max-width: 991px) {
    #pagina {
        padding: 25px 0 60px;
    }
    #pagina img {
        height: 350px;
        margin: 0 0 20px;
    }
    #pagina img.ver {
        margin-right: 0;
        float: unset;
    }
    #pagina .scarica-img {
        margin-top: 20px;
    }
    #pagina .contenuto {
        margin-top: 0;
    }
    #pagina .owl-carousel.grid .owl-item {
        width: calc((100% - (15px * 3)) / 3)!important;
    }
}
@media (max-width: 767px) {
    #pagina .owl-carousel.grid .owl-item {
        width: calc((100% - (15px * 2)) / 2)!important;
    }
}
@media (max-width: 575px) {
    #pagina .owl-carousel.grid .owl-item {
        width: calc((100% - (15px * 2)) / 2)!important;
    }
    #pagina .owl-carousel.grid .owl-item .owl-video-wrapper {
        width: 100%!important;
    }
}

/*--------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------*/
.allegati {
    list-style: none;
    margin: 35px 0 0;
    padding-inline-start: 0;
}
.allegati li {
    margin-bottom: 15px;
}
.allegati li:last-child {
    margin-bottom: 0;
}
.allegati li:before {
    content: url("../../_img/_icon/file_allegato.svg");
    margin-right: 15px;
}
.allegati a {
    color: #000000;
    /*text-decoration: none;*/
}
.allegati a:hover {
    text-decoration: underline;
}
.allegati a:after {
    content: url("../../_img/_icon/download_allegato.svg");
    margin-left: 15px;
}

/*--------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------*/
.box-scheda {
    width: 535px;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    background-color: #F6F6F6;
    border-bottom: solid 6px var(--color-organismo);
    box-shadow: 1px 4px 10px #00000029;
}
.box-scheda .img {
    width: 160px;
    height: 160px;
    background-color: #FFFFFF;
    /*background-image: url("../../_img/scheda.svg");*/
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.box-scheda .desc {
    width: calc(100% - 160px);
    padding: 0 25px;
}
.box-scheda .desc p {
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 0;
}

@media (max-width: 991px) {
    .box-scheda {
        width: 100%;
    }
    .box-scheda .img {
        width: 115px;
        height: 115px;
    }
    .box-scheda .desc {
        width: calc(100% - 115px);
        padding: 0 25px;
        overflow: auto;
    }
    .box-scheda .desc .h3 {
        margin-bottom: 0;
    }
    .box-scheda .desc p {
        font-size: 0.875rem;
        line-height: 1.5;
        margin-bottom: 0;
    }
}
@media (max-width: 575px) {
    .box-scheda .desc {
        padding: 0 15px;
    }
}

/*--------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------*/
.box-scheda-grande {
    position: relative;
    margin-bottom: 30px;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    background-color: #F6F6F6;
    box-shadow: 1px 4px 10px #00000033;
    border-bottom: solid 4px var(--color-organismo);
}
.box-scheda-grande .img {
    width: 160px;
    height: 160px;
    margin-right: 15px;
    padding: 0;
    background-color: #FFFFFF;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.box-scheda-grande .desc {
    width: calc(100% - 260px);
    padding: 25px 30px 25px 15px;
}
.box-scheda-grande .desc p {
    font-size: 1rem;
    line-height: 1.5;
}
.box-scheda-grande .desc p:last-of-type {
    margin-bottom: 0;
}
.box-scheda-grande .icon-freccia {
    display: block;
    width: 15px;
    height: 25px;
    position: absolute;
    top: 50%;
    right: 25px;
    transform: translateY(-50%);
    background-image: url("../../_img/_icon/freccia_destra_nera.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

@media (max-width: 991px) {
    .box-scheda-grande {
        width: 100%;
        margin-bottom: 15px;
    }
    .box-scheda-grande .img {
        width: 115px;
        height: 115px;
        margin-right: 0;
    }
    .box-scheda-grande .desc {
        width: calc(100% - 115px);
        padding: 0 25px;
        overflow: auto;
    }
    .box-scheda-grande .desc .h3 {
        margin-bottom: 0;
    }
    .box-scheda-grande .desc p {
        font-size: 0.875rem;
        line-height: 1.5;
        margin-bottom: 0;
    }
    .box-scheda-grande .icon-freccia {
        display: none;
    }
}

/*--------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------*/
.lista-faq .accordion-header {
    font-family: "titillium-web", sans-serif;
    font-size: 1.125rem;
    line-height: 1.5;
    font-weight: 600;
    margin: 10px 0 0;
    padding: 13px 28px;
    color: #000000;
    background-color: #F6F6F6;
    border: none;
}
.lista-faq .accordion-header .ui-icon {
    background-image: url("../../_img/_icon/piu.svg");
    float: right;
    transform: translateY(50%);
}
.lista-faq .accordion-header.ui-state-active .ui-icon {
    background-image: url("../../_img/_icon/meno.svg");
}
.lista-faq .accordion-header .ui-icon-triangle-1-s {
    background-position: center;
}
.lista-faq .accordion-header .ui-icon-triangle-1-e {
    background-position: center;
}
.lista-faq .accordion-body {
    font-family: "titillium-web", sans-serif;
    font-size: 1.125rem;
    line-height: 1.5;
    padding: 20px 28px;
    border: none;
}
.lista-faq .accordion-body p:last-of-type {
    margin-bottom: 0;
}

/*--------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------*/
#news {
    padding-bottom: 80px;
}
#news .box-news,
#searchContenuto .box-news {
    position: relative;
    margin-bottom: 30px;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    background-color: #F6F6F6;
    box-shadow: 1px 4px 10px #00000033;
    border-bottom: solid 4px var(--color-organismo);
}
#news .box-news a,
#searchContenuto .box-news a {
    display: block;
}
#news .box-news .img,
#searchContenuto .box-news .img {
    width: auto;
    padding: 15px;
}
#news .box-news .img img,
#searchContenuto .box-news .img img {
    width: 230px;
    height: 230px;
    margin-bottom: 0;
    background-color: #FFFFFF;
}
#news .box-news .desc,
#searchContenuto .box-news .desc {
    display: table;
    width: calc(100% - 260px);
    padding: 25px 30px 25px 15px;
}
#news .box-news .desc p,
#news .box-news .desc a,
#news .box-news .desc span,
#news .box-news .desc sub,
#searchContenuto .box-news .desc p,
#searchContenuto .box-news .desc a,
#searchContenuto .box-news .desc span,
#searchContenuto .box-news .desc sub {
    font-size: 1rem;
    line-height: 1.5;
}
#news .box-news .desc sub,
#searchContenuto .box-news .desc sub {
    margin-bottom: 8px;
}
#news .box-news .desc p > b,
#searchContenuto .box-news .desc p > b {
    font-size: 1.125rem;
    line-height: 1.5;
}
#news .box-news .desc .head,
#searchContenuto .box-news .desc .head {
    position: relative;
    padding-left: 50px;
}
#news .box-news .desc .head img,
#searchContenuto .box-news .desc .head img {
    position: absolute;
    left: 0;
    top: -25px;
    height: auto;
    background-color: transparent;
}
#news .box-news .body,
#searchContenuto .box-news .body {
    margin-top: 30px;
}
#news .box-news .body img,
#searchContenuto .box-news .body img {
    display: none;
}
#news .box-news .body .titolo,
#searchContenuto .box-news .body .titolo {
    display: -webkit-box;
    font-size: 1.3rem;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
#news .box-news:hover .body .titolo,
#searchContenuto .box-news:hover .body .titolo {
    text-decoration: underline;
}
#news .box-news .desc .footer,
#searchContenuto .box-news .desc .footer {
    display: table-footer-group;
    text-align: right;
}
#news .box-news .desc .footer a,
#searchContenuto .box-news .desc .footer a {
    color: #000000;
    text-decoration: none;
}
#news .box-news .desc .footer a:hover,
#searchContenuto .box-news .desc .footer a:hover {
    text-decoration: underline;
}
#news .box-news .desc .footer a:after,
#searchContenuto .box-news .desc .footer a:after {
    content: url("../../_img/_icon/freccia_destra_nera.svg");
    margin-left: 8px;
}
#searchContenuto .box-news .icon-freccia {
    display: block;
    width: 15px;
    height: 25px;
    position: absolute;
    top: 50%;
    right: 25px;
    transform: translateY(-50%);
    background-image: url("../../_img/_icon/freccia_destra_nera.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
#news .col-lg-12.position-relative {
    height: 31px;
}
#btn-load-more {
    position: absolute;
    left: 50%;
    font-size: 1.25rem;
    line-height: 1.5;
    color: #000000;
    text-decoration: none;
    cursor: pointer;
    transform: translateX(-50%);
}
#btn-load-more:hover {
    text-decoration: underline;
}
#btn-load-more > * {
    font-weight: normal;
    margin: 0;
}

@media (max-width: 991px) {
    #news {
        padding: 25px 0 60px;
    }
    #news .box-news,
    #searchContenuto .box-news {
        display: table;
        width: 400px;
        max-width: 100%;
        height: 455px;
        margin: 0 auto 30px;
        padding: 28px 20px;
        background-color: #F6F6F6;
        box-shadow: 1px 4px 10px #00000033;
        border-bottom: solid 4px var(--color-organismo);
    }
    #news .box-news .img,
    #searchContenuto .box-news .img {
        display: none;
    }
    #news .box-news .desc,
    #searchContenuto .box-news .desc {
        width: 100%;
        padding-top: 0;
        padding-bottom: 0;
        padding-right: calc(var(--bs-gutter-x) * .5);
        padding-left: calc(var(--bs-gutter-x) * .5);
    }
    #news .box-news .desc {
        height: calc(455px - 60px);
    }
    #news .box-news .head,
    #searchContenuto .box-news .head {
        padding-left: 60px!important;
    }
    #news .box-news .head img,
    #searchContenuto .box-news .head img {
        top: -28px!important;
    }
    #news .box-news .head span,
    #searchContenuto .box-news .head span {
        margin-bottom: 18px;
    }
    #news .box-news .head .cat,
    #searchContenuto .box-news .head .cat {
        font-size: 1rem;
        line-height: 1.5;
    }
    #news .box-news .head .data,
    #searchContenuto .box-news .head .data {
        font-size: 0.875rem;
        line-height: 1.5;
    }
    #news .box-news .body img,
    #searchContenuto .box-news .body img {
        display: block;
        width: 100%;
        height: 190px;
        object-fit: cover;
        background-color: rgb(0 0 0 / 40%);
    }
    #news .box-news .body sub,
    #searchContenuto .box-news .body sub {
        display: block;
        font-size: 0.875rem;
        line-height: 1.5;
        margin-bottom: 1rem;
    }
    #news .box-news .body p,
    #news .box-news .body a,
    #news .box-news .body p > b,
    #news .box-news .footer p,
    #news .box-news .footer a,
    #searchContenuto .box-news .body p,
    #searchContenuto .box-news .body a,
    #searchContenuto .box-news .body p > b,
    #searchContenuto .box-news .footer p,
    #searchContenuto .box-news .footer a {
        font-size: 1rem;
        line-height: 1.5;
    }
    #news .box-news .body p:last-of-type,
    #searchContenuto .box-news .body p:last-of-type {
        display: -webkit-box;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    }
    #news .box-news .footer,
    #searchContenuto .box-news .footer {
        display: table-footer-group;
        text-align: end;
    }
    #news a,
    #news .box-news .footer a,
    #searchContenuto .box-news .footer a {
        color: #000000;
        text-decoration: none;
    }
    #news a:hover,
    #news .box-news .footer a:hover,
    #searchContenuto .box-news .footer a:hover {
        text-decoration: underline;
    }
    #searchContenuto .box-news .icon-freccia {
        display: none;
    }
}

/*--------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------*/
#news-scheda {
    padding-bottom: 80px;
}
#news-scheda .titolo {
    position: relative;
    margin-top: 0.5rem;
    padding-left: 50px;
}
#news-scheda .titolo img {
    width: 33px;
    height: 49px;
    margin: 0;
    position: absolute;
    left: 0;
    top: 0;
}
#news-scheda .titolo .h2,
#news-scheda .titolo .h1 {
    margin-bottom: 0;
}
#news-scheda img {
    max-width: 100%;
    object-fit: cover;
    margin: 0 0 30px;
    background-color: #FFFFFF;
}
#news-scheda img.ver {
    margin-right: 30px;
    float: left;
}
#news-scheda .scarica-img {
    display: block;
    width: max-content;
    margin-top: 1.875rem;
    margin-bottom: 0.5rem;
}
#news-scheda .scarica-img:before {
    content: url("../../_img/_icon/download_allegato.svg");
    margin-right: 0.9375rem;
}
#news-scheda p {
    margin-top: 1rem;
}
#news-scheda .owl-carousel img {
    height: auto!important;
}
#news-scheda .owl-carousel .owl-video-play-icon {
    display: none;
}
#news-scheda .owl-carousel .owl-item .item,
#news-scheda .owl-carousel .owl-item .item-video {
    margin: 5px;
}
#news-scheda .owl-carousel .owl-item a{
    display: block;
}
#news-scheda .condividi {
    content: url("../../_img/_icon/condividi.svg");
}

#news-scheda .owl-carousel.grid .owl-stage {
    transform: none !important;
    width: 100% !important;
    display: flex;
    flex-wrap: wrap;
}
#news-scheda .owl-carousel.grid .owl-item {
    width: calc((100% - (15px * 6)) / 6)!important
}

@media (max-width: 1399px) {
    #news-scheda .owl-carousel.grid .owl-item {
        width: calc((100% - (15px * 5)) / 5)!important;
    }
}
@media (max-width: 1199px) {
    #news-scheda .owl-carousel.grid .owl-item {
        width: calc((100% - (15px * 4)) / 4)!important;
    }
}
@media (max-width: 991px) {
    #news-scheda {
        padding: 25px 0 60px;
    }
    #news-scheda .col-lg-12 {
        overflow: auto;
    }
    #news-scheda img {
        height: 350px;
        margin: 0 0 20px;
    }
    #news-scheda img.ver {
        margin-right: 0;
        float: unset;
    }
    #news-scheda .scarica-img {
        margin-top: 20px;
    }
    #news-scheda .contenuto {
        margin-top: 0;
    }
    #news-scheda .owl-carousel.grid .owl-item {
        width: calc((100% - (15px * 3)) / 3)!important;
    }
}
@media (max-width: 767px) {
    #news-scheda .owl-carousel.grid .owl-item {
        width: calc((100% - (15px * 2)) / 2)!important;
    }
}
@media (max-width: 575px) {
    #news-scheda .owl-carousel.grid .owl-item {
        width: calc((100% - (15px * 2)) / 2)!important;
    }
    #news-scheda .owl-carousel.grid .owl-item .owl-video-wrapper {
        width: 100%!important;
    }
}

/*--------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------*/
.box-contatti {
    display: flex;
    height: 260px;
    background-color: #F6F6F6;
    border-left: solid 13px var(--color-organismo);
    align-items: center;
}
.box-contatti ul {
    list-style: none;
    margin: 0;
    padding-inline-start: 25px!important;
}
.box-contatti ul li {
    margin-bottom: 13px;
}
.box-contatti ul li:last-child {
    margin: 0;
}
.box-contatti ul li a {
    color: #000000;
    text-decoration: none;
}
.box-contatti ul li a:hover {
    text-decoration: underline;
}

/*--------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------*/
.box-page {
    position: relative;
    margin-bottom: 30px;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    background-color: #F6F6F6;
    box-shadow: 1px 4px 10px #00000033;
    border-bottom: solid 4px var(--color-organismo);
}
.box-page .img {
    width: 230px;
    height: 230px;
    margin: 15px;
    padding: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.box-page .desc {
    display: table;
    width: calc(100% - 260px);
    padding: 25px 30px 25px 15px;
}
.box-page .desc p {
    font-size: 1rem;
    line-height: 1.5;
}
.box-page .icon-freccia {
    display: block;
    width: 15px;
    height: 25px;
    position: absolute;
    top: 50%;
    right: 25px;
    transform: translateY(-50%);
    background-image: url("../../_img/_icon/freccia_destra_nera.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

@media (max-width: 991px) {
    .box-page {
        display: table;
        width: 400px;
        max-width: 100%;
        padding: 28px 20px;
        background-color: #F6F6F6;
        box-shadow: 1px 4px 10px #00000033;
        border-bottom: solid 4px var(--color-organismo);
    }
    .box-page .img {
        display: none;
    }
    .box-page .desc {
        width: 100%;
        padding-top: 0;
        padding-bottom: 0;
        padding-right: calc(var(--bs-gutter-x) * .5);
        padding-left: calc(var(--bs-gutter-x) * .5);
    }
    .box-page .icon-freccia {
        display: none;
    }
}

/*--------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------*/
#calendario .reset-filtri {
    display: block;
    font-size: 0.875rem;
    line-height: 1.5;
    width: max-content;
    margin-left: auto;
    cursor: pointer;
}
#calendario .reset-filtri:before {
    content: url("../../_img/_icon/x.svg");
    margin-right: 5px;
}
.box-ricerca-calendario {
    padding: 7px 34px 17px;
    background-color: var(--color-organismo);
    color: #FFFFFF;
}
.box-ricerca-calendario .form-control,
.box-ricerca-calendario .form-select {
    border: none;
}
.box-appuntamento {
    font-size: 1.25rem;
    line-height: 1.5;
    width: 100%;
    margin: 0 auto;
    padding: 20px calc(var(--bs-gutter-x) * .5);
    background-color: #F6F6F6;
    box-shadow: 2px 3px 5px #00000029;
}
#lista-appuntamenti .box-appuntamento {
    margin-top: 15px;
}
.box-appuntamento .luogo-orario {
    padding-left: 25px;
    border-left: solid 3px var(--color-organismo);
}
.box-appuntamento .luogo-orario .orario {
    display: block;
    font-size: 1.125rem;
    line-height: 1.5;
}
.box-appuntamento .luogo-orario .orario:before {
    content: url("../../_img/_icon/orario.svg");
    margin-right: 5px;
}

@media (max-width: 991px) {
    .box-ricerca-calendario .form-group {
        margin-bottom: 13px;
    }
    .box-ricerca-calendario .btn {
        margin-top: 13px;
    }
}