@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("bulma.min.css");
@import url("hc-offcanvas-nav.css");
@import url("jquery-ui.min.css");

body,
html {
    padding: 0;
    margin: 0;
    font-weight: 400;
    font-size: calc(15px + (16 - 15) * ((100vw - 300px) / (1600 - 300)));
    color: #5a5a5a;
    background: #fff;
    box-sizing: border-box;
    line-height: 1.4;
    font-family: "Poppins", sans-serif;
    letter-spacing: 0.1px;
}

div,
label {
    box-sizing: border-box;
}

:focus {
    outline: 0;
}

.hc-nav-trigger {
    position: relative;
    top: auto;
}

.hc-offcanvas-nav span.nav-next {
    border-left: 1px solid #186C55;
}

.hc-offcanvas-nav a.nav-next {
    border-left: 1px solid #186C55;
    border-bottom: 1px solid #186C55;
}

.hc-offcanvas-nav.nav-levels-expand li.level-open > .nav-item-wrapper > a, .hc-offcanvas-nav.nav-levels-none li.level-open > .nav-item-wrapper > a {
    border-bottom: 1px solid #186C55;
}

.hc-offcanvas-nav .nav-wrapper > .nav-content > ul:first-of-type > li:first-child:not(.nav-back):not(.nav-close) > .nav-item-wrapper > .nav-item-link + a {
    border-top: 1px solid #186C55;
}

.hc-offcanvas-nav.nav-levels-expand li.level-open, .hc-offcanvas-nav.nav-levels-none li.level-open {
    background: #186C55;
}

.hc-offcanvas-nav .nav-wrapper > .nav-content > ul:first-of-type > li:first-child:not(.nav-back):not(.nav-close) > .nav-item-wrapper > .nav-item-link {
    border-top: 1px solid #186C55;
}

.hc-offcanvas-nav .nav-container, .hc-offcanvas-nav .nav-wrapper, .hc-offcanvas-nav ul {
    background: #338770;
}

.hc-offcanvas-nav .nav-content > .nav-close:first-child a:hover, .hc-offcanvas-nav .nav-title + .nav-close a.has-label:hover, .hc-offcanvas-nav li.nav-close a:hover, .hc-offcanvas-nav .nav-back a:hover {
    background: #186C55;
}

.hc-offcanvas-nav .nav-content > .nav-close:first-child a, .hc-offcanvas-nav .nav-title + .nav-close a.has-label, .hc-offcanvas-nav li.nav-close a, .hc-offcanvas-nav .nav-back a {
    background: #186C55;
    border-top: 1px solid #186C55;
    border-bottom: 1px solid #186C55;
}

.hc-offcanvas-nav .nav-close-button span:before, .hc-offcanvas-nav .nav-close-button span:after {
    content: "";
    width: 8px;
    height: 8px;
}

.hc-offcanvas-nav:not(.touch-device) li:not(.nav-item-custom) a:not([disabled]):hover {
    background: #186C55;
}

.hc-offcanvas-nav .nav-item-link, .hc-offcanvas-nav li.nav-close a, .hc-offcanvas-nav .nav-back a {
    border-bottom: 1px solid #186C55;
}


.hc-offcanvas-nav.nav-position-right .nav-next span::before {
    margin-left: 0px;
    transform: translate(-50%, -50%) rotate(0deg);
}

.hc-offcanvas-nav .nav-next span::before, .hc-offcanvas-nav .nav-back span::before {
    content: '+';
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -2px;
    box-sizing: border-box;
    transform-origin: center;
    border-top: 0px solid #fff;
    border-left: 0px solid #fff;
    height: unset;
    width: unset;
}

.hc-offcanvas-nav.nav-levels-expand li.level-open > .nav-item-wrapper > .nav-next span::before,
.hc-offcanvas-nav.nav-levels-expand li.level-open > .nav-item-wrapper > a > .nav-next span::before,
.hc-offcanvas-nav.nav-levels-none li.level-open > .nav-item-wrapper > .nav-next span::before,
.hc-offcanvas-nav.nav-levels-none li.level-open > .nav-item-wrapper > a > .nav-next span::before {
    margin-top: -2px;
    transform: translate(-50%, -50%) rotate(0deg);
    content: '-';
}



a.next span {
    bottom: -60px;
    position: absolute;
    -webkit-animation: sdb05 1.8s infinite;
    animation: sdb05 1.8s infinite;
    box-sizing: border-box;
}

#myHeader {
    z-index: 9;
    position: absolute;
}

#myHeader.sticky {
    position: fixed !important;
    top: 0;
    width: 100%;
    opacity: 1;
    animation: fade 0.5s linear;
    padding-top: 0 !important;
}

.object-cover {
    object-fit: cover;
}

.header {
    height: 75vh;
    width: 100%;
    margin-top: 0px;
}

.header-page {
    height: 35vh;
    width: 100%;
    margin-top: 0px;
}

header .content ul {
    margin: 0;
    padding: 0;
}

header .content ul li {
    list-style: none;
    margin: 0 5px;
    padding: 0;
}

header .content ul li > a {
    font-weight: 600;
    padding: 7px 15px;
}

header .content ul li > a:hover {
    background: rgba(255,255,255,0.2);
    color: #fff;
    opacity: 1;
    border-radius: 8px;
}

header .content ul li + li {
    margin-top: 0;
}

header .has-submenu a:after {
    content: "";
    background: url("../images/arrow-b.svg") no-repeat;
    height: 6px;
    width: 11px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 0px 0 8px;
}

header .submenu {
    display: none;
    position: absolute;
    width: 100%;
    left: 0;
    top: 53px;
    box-shadow: 0 8px 10px 2px rgba(0,0,0,0.2);
    z-index: 9999;
    background: #fff;
    box-sizing: border-box;
}

header .submenu .col-6 > div {
    border-left: 1px solid #ddd;
    padding-left: 10%;
}

header .submenu .col-6 > div:first-child {
    border-left: 0;
    padding-left: 0;
}

header .submenu h3 {
    font-weight: 500 !important;
    text-transform: none !important;
}

header .submenu .list a {
    color: #353439;
    font-weight: 500;
    text-transform: none;
    margin: 7px 0;
    display: table;
}

header .submenu .list a:hover {
    color: #338770 !important;
}

header .submenu .list a:before {
    content: "";
    background: url("../images/arrow.svg") no-repeat;
    height: 11px;
    width: 6px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 8px 0 0;
}

header .submenu.open {
    display: block;
}

header .mini-submenu {
    display: none;
    position: absolute;
    /*width: 250px;*/
    width: auto;
    top: 53px;
    box-shadow: 0 8px 10px 2px rgba(0,0,0,0.2);
    z-index: 9999;
    background: #fff;
    box-sizing: border-box;
}

header .mini-submenu h3 {
    font-weight: 500 !important;
    text-transform: none !important;
}

header .mini-submenu .list a {
    color: #353439;
    font-weight: 500;
    text-transform: none;
    margin: 7px 0;
    display: table;
}

header .mini-submenu .list a:hover {
    color: #338770 !important;
}

header .mini-submenu .list a:before {
    content: "";
    background: url("../images/arrow.svg") no-repeat;
    height: 11px;
    width: 6px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 8px 0 0;
}

header .mini-submenu.open {
    display: block;
}

.navbar-item > a {
    font-weight: 600;
}

.navbar-item.has-dropdown {
    align-items: center !important;
}

.navbar-dropdown {
    background: #fff !important;
    color: #5a5a5a;
}

.navbar-dropdown a.navbar-item {
    padding-inline-end: 1rem;
    margin-left: 0rem;
}

#overlay {
    overflow-y: scroll;
    overscroll-behavior: contain;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    opacity: 1;
    z-index: -1;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
}

.mobile-nav-button {
    width: 35px;
    position: relative;
    margin: 0rem;
    z-index: 9999;
    cursor: pointer;
    height: 22px;
}

.mobile-nav-button .mobile-nav-button__line {
    width: 100%;
    height: 2px;
    background: #fff;
    position: relative;
    transition: 0.5s ease;
}

.mobile-nav-button .mobile-nav-button__line:nth-of-type(2) {
    margin: 0.5rem 0;
}

.mobile-nav-button .mobile-nav-button__line--1 {
    transform: rotate(45deg);
    top: 13px;
    position: absolute;
}

.mobile-nav-button .mobile-nav-button__line--2 {
    display: none;
}

.mobile-nav-button .mobile-nav-button__line--3 {
    transform: rotate(135deg);
    top: 13px;
    position: absolute;
}

.mobile-menu {
    display: block;
    max-width: 500px;
    width: 100%;
    right: -100%;
    height: 100vh;
    background: #338770;
    position: absolute;
    z-index: 9998;
    transition: 0.6s ease;
    top: 0;
    opacity: 0;
    padding: 0 20px;
}

.mobile-menu ul {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    padding: 0;
}

.mobile-menu ul li {
    list-style: none;
}

.mobile-menu ul li a {
    width: 100%;
    max-width: 1200px;
    margin: 10px auto;
    display: block;
    text-align: left;
    text-decoration: none;
    color: #fff;
    font-size: calc(25px + (35 - 25) * ((100vw - 300px) / (1600 - 300))) !important;
    font-weight: 500;
    overflow: hidden;
    position: relative;
}

.mobile-menu ul li a:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    right: -100%;
    top: 0;
    z-index: -1;
    transition: 0.4s ease;
}

.mobile-menu ul li a:hover {
    color: #fff;
}

.mobile-menu ul li a:hover:after {
    right: 0;
}

.mobile-menu--open {
    right: 0;
    opacity: 1;
}

.dropdown-content {
    border-radius: 0 !important;
}

header nav a {
    color: #fff;
}

header nav a:hover {
    opacity: 0.7;
    color: #fff;
}

header nav .has-dropdown a:after {
    content: "";
    background: url("../images/arrow-b.svg") no-repeat;
    width: 12px;
    height: 8px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 8px;
    transition: 0.2s ease-in-out;
}

.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

.container {
    width: 100%;
    position: relative;
    max-width: 100% !important;
    background: #fff;
}

.container.margin-negative {
    max-width: 90% !important;
    margin-top: -30vh;
}

.container.margin-negative .content {
    padding-left: 5%;
    padding-right: 5%;
}

.content {
    width: 100%;
    margin: 0 auto;
    padding-left: 10%;
    padding-right: 10%;
    position: relative;
}

.content-small {
    width: 100%;
    margin: 0 auto;
    padding-left: 20%;
    padding-right: 20%;
    position: relative;
}

.sticky {
    position: sticky;
}

img {
    display: block;
    max-width: 100%;
}

a {
    transition: all 0.5s ease;
    color: inherit;
}

a:hover {
    color: #338770;
    transition: all 0.5s ease;
}

a:hover h1,
a:hover h2,
a:hover h3,
a:hover h4,
a:hover h5,
a:hover h6 {
    color: #338770 !important;
    transition: all 0.5s ease;
}

a:hover svg path {
    fill: #338770;
    transition: all 0.5s ease;
}

.clear {
    margin: 0;
    padding: 0;
    clear: both;
}

.shrink {
    flex-shrink: 0;
}

.flex-auto {
    width: auto;
}

.flex-expand {
    flex: 1;
    min-width: 1px;
    width: 100%;
    max-width: 100%;
}

.flex-wrap {
    flex-wrap: wrap;
}

.flex,
.flex-mobile {
    display: flex;
}

.flex-left {
    justify-content: flex-start;
}

.flex-right {
    justify-content: flex-end;
}

.flex-center {
    justify-content: center;
}

.flex-middle {
    align-items: center;
}

.flex-top {
    align-items: flex-start;
}

.flex-bottom {
    align-items: flex-end;
}

.flex-space {
    justify-content: space-between;
}

.column-3 {
    column-count: 3;
    column-gap: 30px;
}

.col-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: masonry;
    grid-gap: 30px;
}

.col-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: masonry;
    grid-gap: 30px;
}


.col-3-fluid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); /* 1-3 colonne flessibili */
    grid-gap: 30px;
    justify-content: center; /* Centra gli elementi quando sono meno di 3 */
}

.col-3-fluid:has(> a:nth-child(1):nth-last-child(1)) {
    display: flex;
    justify-content: center;
    align-items: center;
}

.col-3-fluid:has(> a:nth-child(1):nth-last-child(1)) a {
    max-width: 355px; /* Limita la larghezza dell'elemento */
    width: 100%; /* Per evitare che sia pił stretto del necessario */
}

.col-4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: masonry;
    grid-gap: 30px;
}

.col-5 {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: masonry;
    grid-gap: 20px;
}

.col-6 {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: masonry;
    grid-gap: 20px;
}

.col-3 .button, .col-4 .button, .col-3-fluid .button {
    white-space: normal !important;
}

.col-1-3 {
    width: 33.333%;
}

.col-2-3 {
    width: 66.666%;
}

.centered {
    margin-left: auto;
    margin-right: auto;
}

.d-table {
    display: table;
}

.d-block {
    display: block;
}

.width-100 {
    width: 100%;
    box-sizing: border-box;
}

.height-100 {
    height: 100%;
}

.height-25 {
    height: 25%;
}

.height-50 {
    height: 50%;
}

h1,
h2 {
    opacity: 0;
}

.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
    font-weight: 400;
    color: inherit;
}

strong {
    font-weight: 600;
    color: inherit !important;
}

.font-semibold {
    font-weight: 500 !important;
}

.font-uppercase {
    text-transform: uppercase;
}

.font-center {
    text-align: center;
}

.font-right {
    text-align: right;
}

.font-left {
    text-align: left;
}

.font-underline {
    text-decoration: underline;
}

.font-40 {
    font-size: calc(30px + (40 - 30) * ((100vw - 300px) / (1600 - 300))) !important;
}

.font-30 {
    font-size: calc(25px + (30 - 25) * ((100vw - 300px) / (1600 - 300))) !important;
}

.font-22 {
    font-size: calc(20px + (22 - 20) * ((100vw - 300px) / (1600 - 300))) !important;
}

.font-19 {
    font-size: calc(17px + (19 - 17) * ((100vw - 300px) / (1600 - 300))) !important;
}

.font-18 {
    font-size: calc(16px + (18 - 16) * ((100vw - 300px) / (1600 - 300))) !important;
}

.font-16 {
    font-size: calc(15px + (16 - 15) * ((100vw - 300px) / (1600 - 300))) !important;
}

.font-14 {
    font-size: calc(13px + (14 - 13) * ((100vw - 300px) / (1600 - 300))) !important;
}

.no-link {
    color: inherit;
    text-decoration: none;
}

.no-link:hover {
    text-decoration: none;
    color: #338770;
}

.bordered {
    border: 3px solid #eaeaea;
}

.bg-bianco {
    background: #fff;
}

.bg-nero {
    background: #353439;
    color: #fff;
}

.bg-verde {
    background: #338770;
}

.bg-grigio-chiaro {
    background: #f4f4f4;
}

.bg-blu {
    background: #558595;
}

.c-blu {
    color: #558595 !important;
}

.c-nero {
    color: #353439 !important;
}

.c-verde {
    color: #338770 !important;
}

.c-bianco {
    color: #fff !important;
}

.c-grigio-2 {
    color: #8a8a8a !important;
}

.c-grigio-chiaro {
    color: #f4f4f4 !important;
}

.btn {
    color: #fff;
    background: #338770;
    padding: 12px 24px;
    box-sizing: border-box;
    text-decoration: none;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.5s ease;
    text-align: center;
    display: table;
    transform: translateY(-5px);
    transform: perspective(1px) translateZ(0);
}

.btn:hover {
    background: #338770 !important;
    transition: all 0.5s ease;
    color: #fff;
}

.btn:before {
    clip-path: inset(0 0 0 0);
}

.btn.is-dark {
    background: #353439;
}

.btn.btn-bordered {
    border: 1.5px solid #fff;
    background: transparent;
    color: #fff;
}

.btn.btn-bordered:hover {
    background: #fff;
    color: #353439;
}

.vertical-center {
    margin: 0 auto;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.margin-0 {
    margin: 0 !important;
}

.margin-xxsmall-left {
    margin-left: 10px !important;
}

.margin-xxsmall-right {
    margin-right: 10px !important;
}

.margin-xxsmall-top {
    margin-top: 10px !important;
}

.margin-xxsmall-bottom {
    margin-bottom: 10px !important;
}

.margin-xsmall-left {
    margin-left: 30px !important;
}

.margin-xsmall-right {
    margin-right: 30px !important;
}

.margin-xsmall-top {
    margin-top: 30px !important;
}

.margin-xsmall-bottom {
    margin-bottom: 30px !important;
}

.margin-small-left {
    margin-left: 60px !important;
}

.margin-small-right {
    margin-right: 60px !important;
}

.margin-small-top {
    margin-top: 60px !important;
}

.margin-small-bottom {
    margin-bottom: 60px !important;
}

.margin-left {
    margin-left: 90px !important;
}

.margin-right {
    margin-right: 90px !important;
}

.margin-top {
    margin-top: 90px !important;
}

.margin-bottom {
    margin-bottom: 90px !important;
}

.padding-xxsmall-left {
    padding-left: 10px !important;
}

.padding-xxsmall-right {
    padding-right: 10px !important;
}

.padding-xxsmall-top {
    padding-top: 10px !important;
}

.padding-xxsmall-bottom {
    padding-bottom: 10px !important;
}

.padding-xsmall-left {
    padding-left: 30px !important;
}

.padding-xsmall-right {
    padding-right: 30px !important;
}

.padding-xsmall-top {
    padding-top: 30px !important;
}

.padding-xsmall-bottom {
    padding-bottom: 30px !important;
}

.padding-small-left {
    padding-left: 60px !important;
}

.padding-small-right {
    padding-right: 60px !important;
}

.padding-small-top {
    padding-top: 60px !important;
}

.padding-small-bottom {
    padding-bottom: 60px !important;
}

.padding-left {
    padding-left: 90px !important;
}

.padding-right {
    padding-right: 90px !important;
}

.padding-top {
    padding-top: 90px !important;
}

.padding-bottom {
    padding-bottom: 90px !important;
}

.icon:hover {
    opacity: 0.7;
}

form ::placeholder {
    color: #5a5a5a !important;
    opacity: 0.7;
    font-style: italic;
}

form ::-ms-input-placeholder {
    color: #5a5a5a !important;
    opacity: 0.7;
    font-style: italic;
}

form label {
    font-size: 14px;
}

form input[type="text"],
form input[type="email"],
form input[type="password"] {
    font-family: "Poppins", sans-serif;
    border-bottom: 1.5px solid #353439;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    font-family: inherit;
    font-size: 16px;
    padding: 13px 0px;
    background: transparent;
    box-shadow: 0 0 0 0;
    border-radius: 0px;
    width: 100%;
    box-sizing: border-box;
    color: #5a5a5a;
}

form input:focus {
    border: 1px solid #353439;
    box-shadow: 0 0px 0px rgba(0,0,0,0.075) inset, 0 0 0px rgba(126,239,104,0.6);
    outline: 0 none;
}

form textarea {
    font-family: "Poppins", sans-serif;
    height: 200px;
    background: #eaeaea !important;
    border: 0 !important;
    border-radius: 8px;
    width: 100%;
    padding: 13px;
    color: #5a5a5a !important;
}

form input[type="submit"],
form button {
    box-shadow: 0 0 0 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    curson: pointer;
    transition: all 0.5s ease;
    border: 0;
}

form .no-style {
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    color: inherit;
}

form button {
    cursor: pointer;
}

form input[type="search"] {
    border-bottom: 1px solid #5a5a5a;
    padding: 20px 5px;
    background: transparent;
    box-shadow: 0 0 0 0;
    border-radius: 0;
    width: 100%;
    box-sizing: border-box;
    font-family: inherit;
    border-top: 0;
    border-left: 0;
    border-right: 0;
}

form .input:focus,
form .input:focus-within,
form .is-focused.input,
form .is-focused.textarea,
form .select select.is-focused,
form .select select:focus,
form .select select:focus-within,
form .textarea:focus,
form .textarea:focus-within {
    border-bottom: 1.5px solid #338770;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    box-shadow: unset;
}

.breadcrumbs a:after {
    content: "";
    background: url("../images/arrow.svg") no-repeat;
    height: 11px;
    width: 6px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 7px;
}

.arrow:after {
    content: "";
    background: url("../images/arrow-d.svg") no-repeat;
    width: 12px;
    height: 8px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 8px;
    transition: 0.2s ease-in-out;
}

footer h1,
footer h2 {
    opacity: 1;
}

footer ul {
    padding: 0;
    margin: 0;
    margin-inline-start: 0 !important;
}

footer ul li {
    list-style: none;
    padding: 0;
    margin: 0 0 0.7em;
}

footer .accordion .ui-accordion-header {
    color: #fff !important;
    border-top: 1px solid #5a5a5a;
    border-bottom: 0;
    padding: 1em 0 0;
}

footer .accordion .ui-accordion-header:after {
    content: "";
    background: url("../images/plus2.svg") no-repeat;
    height: 15px;
    width: 15px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 0px 0 10px;
    position: absolute;
    right: 0;
    top: calc(50% - 7px);
}

footer .accordion .ui-accordion-header.ui-accordion-header-active {
    color: #338770 !important;
}

footer .accordion .ui-accordion-header.ui-accordion-header-active:after {
    content: "";
    background: url("../images/minus3.svg") no-repeat;
    top: calc(50% - 8px);
}

.border-left {
    border-left: 1px solid #d6d6d6;
}

.header-img img {
    opacity: 0;
}

.sidebar-navigation ul {
    margin: 0 !important;
    padding: 0 !important;
}

.sidebar-navigation ul li {
    border-bottom: 1px solid #a4a4a4;
    padding-bottom: 1em;
    margin-bottom: 0.6em;
}

.sidebar-navigation ul li a {
    font-weight: 500;
    display: inline;
}

.sidebar-navigation ul li ul {
    margin-top: 0.4em !important;
}

.sidebar-navigation ul li ul li {
    border-bottom: 0;
    padding-bottom: 0.1em;
    padding-top: 0.1em;
    margin-bottom: 0;
}

.sidebar-navigation ul li ul li a {
    font-weight: 400;
}

.sidebar-navigation ul li {
    display: block;
}

.sidebar-navigation ul li ul {
    display: none;
}

.sidebar-navigation ul li.selected > a {
    color: #338770;
}

.sidebar-navigation ul li.selected.selected--last a {
    font-weight: bold;
    color: var(--bulma-text-strong);
}

.sidebar-navigation ul li.selected > .i:before {
    content: "";
    background: url("../images/minus3.svg") no-repeat;
    height: 10px;
    width: 10px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 8px 0 0;
}

.sidebar-navigation ul li.selected--last .i:before {
    content: "";
    background: url("../images/arrow.svg") no-repeat;
    height: 11px;
    width: 6px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 8px 0 0;
}

.sidebar-navigation ul li .i {
    cursor: pointer;
    display: inline-block;
}

.sidebar-navigation ul li .i:before {
    content: "";
    background: url("../images/plus3.svg") no-repeat;
    height: 10px;
    width: 10px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 8px 0 0;
}

.sidebar-navigation ul a {
    position: relative;
    display: block;
    text-decoration: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    padding: 0.4em 0;
}

.sidebar-navigation ul li ul li:hover > a:before,
.sidebar-navigation ul li ul li.selected > a:before {
    margin-right: 10px;
}

.item-img {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative;
    opacity: 0;
}

.item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    object-position: center;
}

.tab-block .tab-mnu {
    list-style: none;
    border-radius: 15px;
    background: #338770;
    padding: 10px 20px;
    margin: 0 auto;
}

.tab-block .tab-mnu:after {
    content: "";
    display: table;
    clear: both;
}

.tab-block .tab-mnu li {
    box-sizing: border-box;
    color: #fff;
    text-align: center;
    padding: 10px;
    cursor: pointer;
    margin: 5px;
    transition: all 0.5s ease;
    border-radius: 10px;
}

.tab-block .tab-mnu li:hover {
    transition: all 0.5s ease;
    background: rgba(255,255,255,0.1);
    color: #9df4dc;
}

.tab-block .tab-mnu li.active {
    background: rgba(255,255,255,0.1);
    border-radius: 10px;
    color: #9df4dc;
    cursor: default;
    font-weight: 500;
}

.tab-block .tab-cont {
    box-sizing: border-box;
}

.tab-block .tab-cont .tab-pane {
    margin-top: 80px;
}

.radius-15 {
    border-radius: 15px;
}

.accordion h3 {
    font-weight: 500;
    border-bottom: 1px solid #a4a4a4;
    padding-bottom: 1em;
    margin-bottom: 0.6em;
}

.accordion h3:after {
    content: "";
    background: url("../images/plus.svg") no-repeat;
    height: 15px;
    width: 15px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 0px 0 10px;
    position: absolute;
    right: 0;
    top: calc(50% - 7px);
}

.accordion h3.ui-accordion-header-active {
    color: #338770 !important;
}

.accordion h3.ui-accordion-header-active:after {
    content: "";
    background: url("../images/minus.svg") no-repeat;
    top: 50%;
}

.accordion.ui-accordion .ui-accordion-content {
    padding: 1em 0;
    line-height: 1.3;
}

.accordion.ui-accordion .ui-accordion-header {
    padding: 0.5em 0;
}

.swiper-home{
    margin-top: 85px;
}
.swiper-home .swiper-pagination-bullet-active {
    background: #fff;
    opacity: 0.5 !important;
}

.swiper-home .swiper-pagination-bullet {
    background: #fff;
    opacity: 1;
}

.swiper-news .swiper-pagination-bullet-active, .swiper-gallery .swiper-pagination-bullet-active {
    background: #338770;
    opacity: 0.5 !important;
}

.swiper-news .swiper-pagination-bullet, .swiper-gallery .swiper-pagination-bullet {
    background: #338770;
    opacity: 1;
}

.swiper-news .swiper-button-next,
.swiper-news .swiper-button-prev,
.swiper-gallery .swiper-button-next,
.swiper-gallery .swiper-button-prev {
    color: #fff;
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.overlay {
    opacity: 0;
    transition: 0.5s ease;
}

.overlay-text {
    opacity: 0;
    transition: 0.5s ease;
}

.active-btn:hover ~ .overlay {
    opacity: 1;
    transition: 0.5s ease;
}

.active-btn:hover ~ .overlay-text {
    opacity: 1;
    transition: 0.5s ease;
}

/*.sector {
    width: 130px;
}*/

.sector a:hover {
    text-decoration: underline;
    color: #fff !important;
}

.sector a:hover h3 {
    color: #fff !important;
}

.sector a img {
    transition: transform .5s ease;
}

.sector a:hover img {
    transform: scale(1.1);
}

.c-bianco .btn {
    transition: transform .5s ease;
}

.c-bianco a.btn:hover {
    transform: scale(1.1);
    background: none !important;
    color: #fff;
}


.ratio-img .item-img {
    aspect-ratio: 4/3;
}

.border-top {
    border-top: 1px solid #959595;
}

.border-bottom {
    border-bottom: 1px solid #959595;
}

.iframe-container-div {
    padding-bottom: 56.25%;
    position: relative;
    display: block;
    width: 100%;
}

.iframe-container-div:after {
    content: "";
    background: transparent;
    width: 100%;
    height: 100%;
    min-height: 1px;
    position: absolute;
    top: 0;
}

.timeline:before {
    content: "";
    position: absolute;
    height: 0%;
    left: 50%;
    width: 2px;
    top: -20px;
    background: #338770;
    z-index: 1;
    -webkit-animation: increase 3s;
    -moz-animation: increase 3s;
    -o-animation: increase 3s;
    animation: increase 3s;
    animation-fill-mode: forwards;
}

@keyframes increase {
    100% {
        height: 100%;
    }
}

.timeline {
    position: relative;
    margin-left: auto;
    margin-right: auto;
}

.timeline ul {
    margin: 0;
    padding: 0;
}

.timeline ul li {
    list-style: none;
    box-sizing: border-box;
    line-height: normal;
    position: relative;
    width: 50%;
    padding: 20px 60px 40px;
}

.timeline ul li .right_content h2 {
    color: #338770;
}

.timeline ul li:nth-child(odd) {
    float: left;
    text-align: right;
    clear: both;
}

.timeline ul li:nth-child(even) {
    float: right;
    text-align: left;
    clear: both;
}

.left_content {
    padding-bottom: 20px;
}

.timeline ul li:nth-child(odd):before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background: #338770;
    border-radius: 50%;
    box-shadow: 0 0 0 3px rgba(58, 112, 239, 0.2);
    right: -6px;
    top: 24px;
    z-index: 1;
}

.timeline ul li:nth-child(even):before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background: #338770;
    border-radius: 50%;
    box-shadow: 0 0 0 3px rgba(58, 112, 239, 0.2);
    left: -4px;
    top: 24px;
}

.timeline ul li:nth-child(odd) .left_content {
    position: absolute;
    top: 3px;
    right: -150px;
    margin: 0;
    padding: 8px 16px;
    color: #338770;
    box-shadow: 0 0 0 3px rgba(51, 135, 112, .3);
    border-radius: 18px;
}

.timeline ul li:nth-child(even) .left_content {
    position: absolute;
    top: 3px;
    left: -150px;
    margin: 0;
    padding: 8px 16px;
    color: #338770;
    box-shadow: 0 0 0 3px rgba(51, 135, 112, .3);
    border-radius: 18px;
}


@media (max-width: 767px) {
    .timeline .item-img {
        margin-top: 30px;
    }

    .timeline:before {
        left: 20px;
    }

    .timeline ul li:nth-child(odd),
    .timeline ul li:nth-child(even) {
        width: 100%;
        text-align: left;
        padding-left: 50px;
    }

    .timeline ul li:nth-child(odd):before {
        top: -18px;
        left: 16px;
    }

    .timeline ul li:nth-child(even):before {
        top: -18px;
        left: 16px;
    }

    .timeline ul li:nth-child(odd) .left_content,
    .timeline ul li:nth-child(even) .left_content {
        top: -30px;
        left: 50px;
        right: inherit;
    }
}


@media screen and (max-width: 1550px) {
    .ratio-img .item-img {
        aspect-ratio: 1/1;
    }
}

@media screen and (max-width: 1199px) {
    .content,.content-small {
        padding-left: 5%;
        padding-right: 5%;
    }

    .ratio-img .item-img {
        aspect-ratio: 4/5;
    }
}

@media screen and (max-width: 960px) {
    .centered-mobile {
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .font-center-mobile {
        text-align: center !important;
    }

    .ratio-img .item-img {
        aspect-ratio: 1/1;
    }

    .border-left {
        border-left: 0;
    }

    .no-margin-left-mobile {
        margin-left: 0 !important;
    }

    .no-margin-right-mobile {
        margin-right: 0 !important;
    }

    .no-padding-left-mobile {
        padding-left: 0 !important;
    }

    .no-padding-right-mobile {
        padding-right: 0 !important;
    }

    .flex {
        display: block;
    }

    .centerd-mobile {
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .col-6, .col-5 {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: masonry;
        grid-gap: 20px;
    }

    .col-3, .col-4 {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: masonry;
        grid-gap: 20px;
    }

    .col-1-3,
    .col-2-3 {
        width: 100%;
    }
}

@media screen and (max-width: 769px) {
    .swiper-home{
        margin-top: 55px;
    }
    .header {
        height: 40vh;
    }

    .margin-xxsmall-left {
        margin-left: 10px !important;
    }

    .margin-xxsmall-right {
        margin-right: 10px !important;
    }

    .margin-xxsmall-top {
        margin-top: 10px !important;
    }

    .margin-xxsmall-bottom {
        margin-bottom: 10px !important;
    }

    .margin-xsmall-left {
        margin-left: 15px !important;
    }

    .margin-xsmall-right {
        margin-right: 15px !important;
    }

    .margin-xsmall-top {
        margin-top: 15px !important;
    }

    .margin-xsmall-bottom {
        margin-bottom: 15px !important;
    }

    .margin-small-left {
        margin-left: 30px !important;
    }

    .margin-small-right {
        margin-right: 30px !important;
    }

    .margin-small-top {
        margin-top: 30px !important;
    }

    .margin-small-bottom {
        margin-bottom: 30px !important;
    }

    .margin-left {
        margin-left: 50px !important;
    }

    .margin-right {
        margin-right: 50px !important;
    }

    .margin-top {
        margin-top: 50px !important;
    }

    .margin-bottom {
        margin-bottom: 50px !important;
    }

    .padding-xxsmall-left {
        padding-left: 10px !important;
    }

    .padding-xxsmall-right {
        padding-right: 10px !important;
    }

    .padding-xxsmall-top {
        padding-top: 10px !important;
    }

    .padding-xxsmall-bottom {
        padding-bottom: 10px !important;
    }

    .padding-xsmall-left {
        padding-left: 15px !important;
    }

    .padding-xsmall-right {
        padding-right: 15px !important;
    }

    .padding-xsmall-top {
        padding-top: 15px !important;
    }

    .padding-xsmall-bottom {
        padding-bottom: 15px !important;
    }

    .padding-small-left {
        padding-left: 30px !important;
    }

    .padding-small-right {
        padding-right: 30px !important;
    }

    .padding-small-top {
        padding-top: 30px !important;
    }

    .padding-small-bottom {
        padding-bottom: 30px !important;
    }

    .padding-left {
        padding-left: 50px !important;
    }

    .padding-right {
        padding-right: 50px !important;
    }

    .padding-top {
        padding-top: 50px !important;
    }

    .padding-bottom {
        padding-bottom: 50px !important;
    }

    .no-margin-left-mobile {
        margin-left: 0 !important;
    }

    .no-margin-right-mobile {
        margin-right: 0 !important;
    }

    .no-padding-left-mobile {
        padding-left: 0 !important;
    }

    .no-padding-right-mobile {
        padding-right: 0 !important;
    }

    .col-2 {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        grid-template-rows: masonry;
        grid-gap: 10px;
    }

    .col-3, .col-4 {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        grid-template-rows: masonry;
        grid-gap: 20px;
    }

    .col-6, .col-5 {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: masonry;
        grid-gap: 20px;
    }
}

@media screen and (max-width: 600px) {
    .header-page {
        height: 0vh;
        margin-bottom: 60px;
    }

    .content .tab-block ul{
        margin-inline-start: 0 !important;
    }
}

@-moz-keyframes sdb05 {
    0% {
        opacity: 1;
        bottom: -60px;
    }

    50% {
        opacity: 0.5;
        bottom: -40px;
    }

    100% {
        opacity: 1;
        bottom: -60px;
    }
}

@-webkit-keyframes sdb05 {
    0% {
        opacity: 1;
        bottom: -60px;
    }

    50% {
        opacity: 0.5;
        bottom: -40px;
    }

    100% {
        opacity: 1;
        bottom: -60px;
    }
}

@-o-keyframes sdb05 {
    0% {
        opacity: 1;
        bottom: -60px;
    }

    50% {
        opacity: 0.5;
        bottom: -40px;
    }

    100% {
        opacity: 1;
        bottom: -60px;
    }
}

@keyframes sdb05 {
    0% {
        opacity: 1;
        bottom: -60px;
    }

    50% {
        opacity: 0.5;
        bottom: -40px;
    }

    100% {
        opacity: 1;
        bottom: -60px;
    }
}

@-moz-keyframes fade {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fade {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-o-keyframes fade {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fade {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}


.icon-svg {
    display: inline-block;
    background-size: cover;
}

.icon-sectors {
    width: 100px;
    height: 100px;
}

.icon-filter {
    filter: brightness(0) saturate(100%) invert(47%) sepia(10%) saturate(1358%) hue-rotate(149deg) brightness(101%) contrast(87%);
}

.social .icon, .social .icon img {
    width: 30px;
}

.cross-container .d-table a:hover {
    color: #fff;
}

blockquote {
    margin: 50px auto;
    font-style: italic;
    color: #555555;
    border-left: 8px solid #338770 !important;
    line-height: 1.6;
    position: relative;
    background: #EDEDED;
}

blockquote::before {
    font-family: Arial;
    content: "\201C";
    color: #338770;
    font-size: 4em;
    position: absolute;
    left: 10px;
    top: -10px;
}

blockquote::after {
    content: '';
}

blockquote span {
    display: block;
    color: #333333;
    font-style: normal;
    font-weight: bold;
    margin-top: 1em;
}

.htmlcontent a {
    text-decoration: underline !important;
}

.pagination-link.is-current, .pagination-link.is-selected {
    background-color: #338770;
    border-color: #338770;
}

.mapael .map {
    position: relative;
}

/* For all zoom buttons */
.mapael .zoomButton {
    background-color: #fff;
    border: 1px solid #ccc;
    color: #000;
    width: 15px;
    height: 15px;
    line-height: 15px;
    text-align: center;
    border-radius: 3px;
    cursor: pointer;
    position: absolute;
    top: 0;
    font-weight: bold;
    left: 10px;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}

/* Reset Zoom button first */
.mapael .zoomReset {
    top: 10px;
}

/* Then Zoom In button */
.mapael .zoomIn {
    top: 30px;
}

/* Then Zoom Out button */
.mapael .zoomOut {
    top: 50px;
}

.mapael .mapTooltip {
    position: absolute;
    background-color: #474c4b;
    moz-opacity: 0.70;
    opacity: 0.70;
    filter: alpha(opacity=70);
    border-radius: 10px;
    padding: 10px;
    z-index: 1000;
    max-width: 200px;
    display: none;
    color: #fff;
}

.mapael .maplongitude {
    position: absolute;
    background-color: #474c4b;
    moz-opacity: 0.70;
    opacity: 0.70;
    filter: alpha(opacity=70);
    border-radius: 10px;
    padding: 10px;
    z-index: 1000;
    max-width: 200px;
    display: none;
    color: #fff;
}
