@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

:root {
    --left-column-width: 150px;
}


.active.carousel-item-end, .carousel-item-next:not(.carousel-item-start) {
    transform: translateX(-100%)
}
.active.carousel-item-start, .carousel-item-prev:not(.carousel-item-end) {
    transform: translateX(100%)
}
body {
    border-color: var(--bs-primary);
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 1.2rem;
    -webkit-font-smoothing: antialiased;
}
body, body * {
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    vertical-align: top;
}

.no-anima {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -ms-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Libre Baskerville", serif;
    font-weight: 700 !important;
    font-style: normal;
    color: var(--text-secondary);
    word-break: break-word !important;
}

.text-light-acquagreen {
    color: var(--text-secondary);
}

[style*="background-image"] {
    background-size: cover;
    background-position: center center;
}

button:active, button:focus, button:hover { text-decoration: none; }

button:not(.close):not([class*='iubenda']):not([class*='iubenda'] *):not([class*='iub-']) {
    border: none;
    background-color: #fff;
    color: #000;
    padding: 10px 30px 10px 15px;
    border-radius: 20px;
    position: relative;
    font-size: 0.8rem;
    text-align: center;
    min-width: 200px;
    text-decoration: none;
}
button:not(.close):not([class*='iubenda']):not([class*='iubenda'] *):not([class*='iub-'])::after {
    display: block;
    position: absolute;
    content: '';
    border-top: 1px solid;
    border-right: 1px solid;
    width: 10px;
    height: 10px;
    right: 15px;
    top: 50%;
    transform: translate(0,-50%);
}
button:not(.close):not([class*='iubenda']):not([class*='iubenda'] *):not([class*='iub-'])::before {
    display: block;
    position: absolute;
    content: '';
    width: 13px;
    height: 1px;
    right: 15px;
    top: 50%;
    transform: translate(4px, 4px) rotate(-45deg);
    transform-origin: 0% 100%;
}

button:not(.close):not([class*='iubenda']):not([class*='iubenda'] *):not([class*='iub-'])::before { background-color: #000; }
button:not(.close):not([class*='iubenda']):not([class*='iubenda'] *):not([class*='iub-'])::after { border-color: #000; }

button.text-white::before { background-color: #fff; }
button.text-white::after { border-color: #fff; }

button:not(.close):hover {
    background-color: var(--acquagreen) !important;
    color: #fff !important;
    text-decoration: none;
}
button:not(.close):hover::before { background-color: #fff !important; }
button:not(.close):hover::after { border-color: #fff !important; }

button.outline:hover {
    outline: 1px solid #fff !important;
}

button.bg-acquagreen:hover {
    background-color: #fff !important;
    color: var(--acquagreen) !important;
}
button.bg-acquagreen { background-color: var(--acquagreen) !important; }
button.bg-acquagreen::before { background-color: #fff !important; }
button.bg-acquagreen::after { border-color: #fff !important; }

button.bg-acquagreen:hover::before { background-color: var(--acquagreen) !important; }
button.bg-acquagreen:hover::after { border-color: var(--acquagreen) !important; }
button.bg-acquagreen.outline,
button.bg-acquagreen.outline:hover {
     outline: 1px solid var(--acquagreen) !important;
 }


input::placeholder, textarea::placeholder {
    color: var(--acquagreen) !important;
    opacity: 1 !important;
    font-size: .8rem !important;
}

input.text-white::placeholder,
textarea.text-white::placeholder {
    color: #fff !important;
}





input, textarea {
    color: #fff;
    background-color: transparent;
    border: 1px solid #fff;
    padding: 5px 20px;
    width: 100%;
    display: inline-block;
    position: relative;
}

.form-group input, .form-group textarea {
    border: 1px solid var(--acquagreen);
    border-radius: 0;
    color: var(--bs-body-color);
}


input.bg-secondary.text-white,
textarea.bg-secondary.text-white {
    border: 1px solid #fff;
}


.break-word {
    word-break: break-word !important;
}



.extend-bg-sx::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 50vw;
    background-color: inherit;
    display: block;
    transform: translateX(-100%);
}
.extend-bg-sx {
    position: relative;
}

.scroll-content {
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0;
    position: relative;

    -webkit-transition: none !important;
    -moz-transition: none !important;
    -ms-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
}
.slide-orizzontale{
    min-width: max-content;
}
.scroll-content,
.slide-orizzontale,
#site-scrollbar {
    scrollbar-width: none; /* firefox */
}
.scroll-content::-webkit-scrollbar,
.slide-orizzontale::-webkit-scrollbar,
#site-scrollbar::-webkit-scrollbar {
    display: none; /* Chrome, Safari */
}
.scrollbar-track,
.scrollbar-thumb {
    display: none !important;
}




#site-slide {
    white-space: nowrap;
    font-size: 0;
    transform: translate3d(0,0,0);
    scroll-behavior: smooth;
    padding-left: var(--left-column-width) !important;
}

@media not all and (min-resolution: 0.001dpcm) {
    @supports (-webkit-appearance: none) {
        #site-slide {
            transition: none !important;
        }
    }
}

#site-slide > * {
    font-size: initial;
    vertical-align: top;
}
#site-slide .content-column {
    white-space: break-spaces;
    text-wrap: wrap;
    word-break: break-all;
    white-space-collapse: collapse;
}
#site-slide .content-column * {
     word-break: break-word;
 }

.slide-page {
    background-size: cover;
    background-position: center center;
    position: relative;
}
.slide-page:not(.no-vw),
.width-vw {
     width: calc( 100vw - var(--left-column-width) ) !important;
 }

.left-column-container {
    top: 0;
    left: 0;
    display: inline-block;
    z-index: 99999;
}

.left-column {
    max-width: var(--left-column-width);
    background-color: var(--bs-primary);
    z-index: 1;
}
.left-column > * {
     z-index: 1;
 }

.left-logo {
    min-height: 220px;
    margin-top: 50px;
}
.left-logo img {
    max-width: 200px;
    transform: rotate(-90deg);
    display: block;
}
.left-column .fiore {
    max-width: 80px;
}

@keyframes rotazioneInfinita {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

.ruota {
    animation: rotazioneInfinita 8s linear infinite;
}

.menu-btn {
    cursor: pointer;
    position: relative;
}

.menu-btn::after {
    content: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0NDggNTEyIj48IS0tISBGb250IEF3ZXNvbWUgUHJvIDYuNy4yIGJ5IEBmb250YXdlc29tZSAtIGh0dHBzOi8vZm9udGF3ZXNvbWUuY29tIExpY2Vuc2UgLSBodHRwczovL2ZvbnRhd2Vzb21lLmNvbS9saWNlbnNlIChDb21tZXJjaWFsIExpY2Vuc2UpIENvcHlyaWdodCAyMDI0IEZvbnRpY29ucywgSW5jLiAtLT48cGF0aCBkPSJNMjMyIDcybDAtOC0xNiAwIDAgOCAwIDE3Nkw0MCAyNDhsLTggMCAwIDE2IDggMCAxNzYgMCAwIDE3NiAwIDggMTYgMCAwLTggMC0xNzYgMTc2IDAgOCAwIDAtMTYtOCAwLTE3NiAwIDAtMTc2eiIvPjwvc3ZnPg==');
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    transform: rotate(45deg) translate(1%,-6%);
    padding-bottom: 10px;
    border-radius: 50%;
    opacity: 0;

    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.menu-btn img,
.show-menu .menu-btn::after {
    opacity: 1;
}

.show-menu .menu-btn img {
    opacity: 0;
}

.left-menu{
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 550px;
    height: 100%;
    background-color: rgba(87, 146, 152, 0.8);
    z-index: -1;
}
body.show-menu .left-menu {
    display: flex;
}

body.show-menu .left-column{
    background-color: #fff;
}
body.show-menu .left-column i {
    color: #579298 !important;
}

.header-logo {
    max-width: 200px;
}
.header-menu {
    max-width: 750px;
}



.left-menu li{
    cursor: pointer;
}

.left-menu li:hover{
    font-weight: bold;
}
.left-menu-content {
    min-width: 300px;
}

.parallax-bg {
    background-position-x: 100%;

    -webkit-transition: none !important;
    -moz-transition: none !important;
    -ms-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
}



#enti {
    background-color: var(--enti-bg);
    min-width: 1810px;
}


.enti-slide {
    color: var(--text-secondary);
}
.enti-slide button {
    background-color: var(--text-secondary);
    color: var(--text-primary);
}
.enti-slide-img {
    width: 14vw;
    min-width: 260px;
    position: relative;
    height: 40vw !important;
    max-height: 520px !important;
}

/*
@media (max-height: 660px) and (min-width: 768px){
    .enti-slide-img {
        height: 25vw !important;
        max-height: 350px !important;
    }
    .enti-slide-btn > div {
        padding: 0 10px 15px !important;
        margin-bottom: -45px !important;
    }
    .enti-slide-single .enti-slide-btn .enti-slide-btn-num {
        width: 78px;
        font-size: 4rem;
        margin-bottom: -45px !important;
    }
    .enti-slide-btn .enti-slide-btn-desc {
        max-width: 200px;
    }
    .enti-slide-btn > div {
        min-width: 50vh !important;
    }
    .enti-slide-btn .enti-slide-btn-desc {
        white-space: wrap;
        line-height: 1.3rem;
    }
}
*/

.enti-slide-btn {
    width: 80px;
}
.enti-slide-btn > div {
    transform: rotate(-90deg) translateX(-8%);
    word-wrap: normal;
    white-space: nowrap;
    position: relative;
    min-width: calc( 100vh - 14px );
    transform-origin: 0% 0%;
    border-bottom: 1px solid var(--acquagreen);
    padding: 0 5px 15px 15px;
    overflow: hidden;
    margin-bottom: -36px;
	cursor: pointer;

}
.enti-slide-btn .enti-slide-btn-desc {
    margin-bottom: -0.5rem;
}


.enti-slide-icon {
    display: block;
    width: 50px;
    height: 50px;
    border-top: 1px solid var(--acquagreen);
    border-right: 1px solid var(--acquagreen);
    overflow: hidden;
    position: relative;
    transform: rotate(90deg);
    margin-left: 10px;
    min-height: 50px;
    min-width: 50px;
}
.enti-slide-icon > div {
    background-color: var(--acquagreen);
    width: 100px;
    height: 1px;
    transform: rotate(-45deg) translate(-50%,-50%);
    position: absolute;
    left: 50%;
    top: 50%;
    display: block;
    transform-origin: 0% 50%;
}

.enti-slide-single .enti-slide-btn .enti-slide-btn-num {
    position: relative;
    margin-bottom: -55px;
    margin-top: 35px;
    filter: grayscale(100%);
    opacity: .5;
    width: 110px;
}




.enti-slide-single .enti-slide-btn:hover .enti-slide-icon,
.enti-slide-single.active .enti-slide-icon {
    transform: rotate(-90deg);
}

/*
.enti-slide-single:not(.active) .enti-slide-content,
.enti-slide-single:not(.active) .enti-slide-img {
    display: none !important;
}
 */

.enti-slide-single .enti-slide-content,
.enti-slide-single .enti-slide-img,
.enti-slide-single .enti-slide-content *,
.enti-slide-single .enti-slide-img * {
    overflow: hidden;
}
.enti-slide-single:not(.active) .enti-slide-content,
.enti-slide-single:not(.active) .enti-slide-img {
    overflow: hidden;
    max-width: 0px !important;
    min-width: 0px !important;
    padding: 0 !important;
    opacity: 0;
}
.enti-slide-single:not(.active) .enti-slide-content h4,
.enti-slide-single:not(.active) .enti-slide-content p {
     min-width: 200px;
 }
.enti-slide-single.active .enti-slide-content,
.enti-slide-single.active .enti-slide-img {
    max-width: 1000px;
    opacity: 1;
}
.enti-slide-single.active .enti-slide-content {
    width: 18vw;
    min-width: 300px;
}

.enti-slide-single:not(.active) .enti-slide-content * {
    text-wrap: nowrap;
}


.enti-slide-single .enti-slide-btn:hover .enti-slide-btn-num,
.enti-slide-single.active .enti-slide-btn .enti-slide-btn-num {
    filter: grayscale(0%);
    opacity: 1;
}

.enti-slide-single.search-slide.active,
.enti-slide-single.search-slide.active .enti-slide-content {
    width: 100%;
}

#enti .limited-text:not(:hover) {
    display: -webkit-box;
    -webkit-line-clamp: 3; /* Limita il testo a 3 righe */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

#enti .limited-text:hover {
    z-index: 10;
    position: relative;
    background-color: var(--enti-bg);
}

.singola-pratica-list {
    background-color: var(--enti-bg);
    border-bottom: 1px solid var(--text-secondary);
}
.singola-pratica-list:hover {
     background-color: #fff;
     color: rgba(var(--bs-secondary-rgb),var(--bs-bg-opacity)) !important;
 }


.singole-pratiche::after,
.singola-pratica::after {
    content: '';
    border: 1px solid white;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    pointer-events: none;
}
.singola-pratica::after {
    bottom: -1px;
    right: -1px;
}
.singola-pratica {
    z-index: 1;
}
.singola-pratica::before {
    content: "";
    background-image: var(--bg-url);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: center;
    z-index: -1;
    opacity: 0;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.singola-pratica:hover::before {
    opacity: .5;
}


.trova-pratica {
    width: 100%;
}
.trova-pratica input {
    border-color:var(--acquagreen);
    color:var(--acquagreen);
    background-color: transparent;
}
.trova-pratica-list {
    transform: translateY(calc( -100% - 58px ) );
    z-index: 999999 !important;
    max-height: 230px;
    -webkit-box-shadow: 0 0 14px 2px rgba(var(--bs-primary-rgb),.5);
    box-shadow: 0 0 14px 2px rgba(var(--bs-primary-rgb),.5);
    overflow-y: scroll !important;
}

.singola-news > div:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border: 1px solid;
}
.singola-news > a {
     display: block;
     left: 0;
     right: 0;
     top: 0;
     bottom: 0;
     border: 1px solid;
 }
.singole-news > .singola-news:not(:last-child) > div {
    border-right: none;
}

.contact-form input,
.contact-form textarea {
    padding: 10px 20px;
}
.contact-form textarea {
    min-height: 150px;
}
.contact-form button {
    width: 150px;
    min-width: 150px;
}
.hp-form * {
    color: #fff !important;
    border-color: #fff !important;
}
.hp-form input::placeholder,
.hp-form textarea::placeholder {
    color: #fff !important;
}

.hp-form input,
.hp-form textarea {
    background-color: transparent  !important;
}

.hp-form button.bg-acquagreen.text-white.outline:not(:hover) {
    background-color: #fff  !important;
    border-color: #fff !important;
    color: var(--acquagreen) !important;
}
.hp-form button.bg-acquagreen.text-white.outline:hover {
    color: #fff  !important;
    background-color: var(--acquagreen) !important;
}

.hp-form button.bg-acquagreen.text-white.outline:not(:hover)::before {
    background-color: var(--acquagreen) !important;
}
.hp-form button.bg-acquagreen.text-white.outline:not(:hover)::after {
    border-color: var(--acquagreen) !important;
}

.hp-form button.bg-acquagreen.text-white.outline:hover::before {
    background-color: #fff  !important;
}
.hp-form button.bg-acquagreen.text-white.outline:hover::after {
    border-color: #fff  !important;
}





.faq-slide {
    color: var(--text-secondary);
}
.faq-slide button {
    background-color: var(--text-secondary);
    color: var(--text-primary);
}
.faq-slide-img {
    min-width: 250px;
}

.faq-slide-btn {
    width: 80px;
    cursor: pointer;
    overflow: hidden;
    border-bottom: 1px solid;
}
.faq-slide-btn > div {
    word-wrap: normal;
    white-space: wrap;
    position: relative;
    border-bottom: 1px solid var(--acquagreen);
    overflow: hidden;
}


.faq-slide-icon {
    display: block;
    min-width: 50px;
    min-height: 50px;
    border-top: 1px solid var(--acquagreen);
    border-right: 1px solid var(--acquagreen);
    overflow: hidden;
    position: relative;
    transform: rotate(-90deg);
    margin-right: 5px;
    margin-bottom: 10px;
}

.faq-slide-icon > div {
    background-color: var(--acquagreen);
    width: 100px;
    height: 1px;
    transform: rotate(-45deg) translate(-50%,-50%);
    position: absolute;
    left: 50%;
    top: 50%;
    display: block;
    transform-origin: 0% 50%;
}

.faq-slide-single .faq-slide-btn .faq-slide-btn-num {
    position: relative;
    margin-bottom: -25px;
    min-width: 110px;
    filter: grayscale(100%);
    opacity: .5;
}

.faq-slide-single .faq-slide-content,
.faq-slide-single .faq-slide-img,
.faq-slide-single .faq-slide-content *,
.faq-slide-single .faq-slide-img * {
    overflow: hidden;
}
.faq-slide-single:not(.active) .faq-slide-content,
.faq-slide-single:not(.active) .faq-slide-img {
    overflow: hidden;
    max-height: 0px !important;
    min-heightheight: 0px !important;
    padding: 0 !important;
    opacity: 0;
}
.faq-slide-single:not(.active) .faq-slide-content h4,
.faq-slide-single:not(.active) .faq-slide-content p {
    min-width: 200px;
}
.faq-slide-single.active .faq-slide-content,
.faq-slide-single.active .faq-slide-img {
    max-height: 1000px;
    opacity: 1;
}

.faq-slide-single.active .faq-slide-btn .faq-slide-btn-num {
    filter: grayscale(0%);
    opacity: 1;
}

.faq-slide-single.active .faq-slide-icon {
    transform: rotate(90deg);
}


.pratica-single .ratio {
    /*
    cursor: pointer;
     */
}
.pratica-single a {
    opacity: 0;
    pointer-events: none;
}
.pratica-single:hover a {
    opacity: 1;
    pointer-events: auto;
}


.pratica-single.pratica-evidenza-2 .ratio > div:before {
    content: '';
    background-image: var(--bg-url);
    background-size: cover;
    background-position: center;
    opacity: 0.0;
    z-index: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: block;

    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.pratica-single.pratica-evidenza-2:hover .ratio > div:before {
     opacity: 0.4;
 }
.pratica-single.pratica-evidenza-2 .ratio > div * {
    position: relative;
    z-index: 10;
}

#layout-header > .left-column-container {
    display: none !important;
}
/*      MOBILE STYLE        */
@media (max-width: 767px) {
    :root {
        --left-column-width: 0px !important;
    }
    #layout-header > .left-column-container {
        display: inline-block !important;
    }
    .left-column {
        min-width: 100%;
        max-width: 100%;
        width: 100%;
    }
    .left-column-container {
        width: 100%;
        position: sticky !important;
        top: 0;
    }
    .left-logo img {
        transform: rotate(0deg);
        max-width: 120px;
    }
    .left-logo {
        min-height: 60px;
        margin-top: 0px;
    }
    .left-menu {
        width: 100%;
        height: auto;
        top: 90px;
    }
    .left-column .fiore {
        max-width: 50px;
    }
    #enti {
        min-width: auto !important;
    }
    .enti-slide {
        position: relative;
        width: 100% !important;
        height: auto;
        display: block !important;
    }
    .enti-slide-single.active .enti-slide-content {
        width: 100% !important;
        min-width: auto;
        height: auto;
    }
    .enti-slide-btn {
        width: 100%;
        padding-bottom: 10px;
        min-width: auto;
    }
    .enti-slide-btn > div {
        transform: rotate(0deg);
        margin-bottom: 0;
        min-width: auto;
        padding: 0 0 15px;
        min-height: 80px;
    }
    .enti-slide-btn-num {
        margin-bottom: -34px !important;
        width: 68px;
    }
    .enti-slide-single {
        flex-direction: column-reverse !important;
    }
    .enti-slide-img {
        padding-top:1.5rem !important;
    }

    .enti-slide-single:not(.active) .enti-slide-content,
    .enti-slide-single:not(.active) .enti-slide-img {
        max-width: 100% !important;
        min-width: 100% !important;
        max-height: 0px !important;
    }
    .enti-slide-img {
        margin: 0 auto;
        max-height: 250px;
    }
    .enti-slide-single .enti-slide-btn .enti-slide-btn-num {
        width: 70px;
    }
    .enti-slide-btn-desc {
        max-width: calc(100% - 150px);
        text-wrap: wrap;
    }

    .enti-slide-icon {
        transform: rotate(0deg);
    }
    .enti-slide-single .enti-slide-btn:hover .enti-slide-icon, .enti-slide-single.active .enti-slide-icon{
        transform: rotate(90deg);
    }

    .faq-slide-single .faq-slide-btn .faq-slide-btn-num {
        margin-bottom: -15px;
    }

    [style*="background-image"]:not(.ratio) {
        min-height: 200px;
    }
}

















.fs-7 {
    font-size: 8px !important;
}

.footer-icon-row {
    color: rgb(var(--bs-black-rgb)) !important;
    padding-left: 34px;
    position: relative;
    font-size: 1rem;
    text-align: left;

}
.footer-icon-row a {
    color: rgb(var(--bs-black-rgb)) !important;
}
.footer-icon-row i {
    color: var(--text-secondary);
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translate(-50%,-50%);
    font-size: 22px;
}
.footer-icon-list {
    position: relative;
    list-style-type: none;
    padding-left: 20px;
    text-align: left;

}
.footer-icon-list::before {
    content: '';
    width: 20px;
    height: 20px;
    border-radius: 50%;
    top: 50%;
}
.footer-icon-list a {
    font-size: 1rem;
    color: rgb(var(--bs-black-rgb)) !important;
    position: relative;
    display: block;
    margin-top: 8px;
}







































