@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("hc-offcanvas-nav.css");


body,
html {
    padding: 0;
    margin: 0;
    font-size: calc(14px + (15 - 14) * ((100vw - 300px) / (1600 - 300)));
    color: #373737;
    box-sizing: border-box;
    line-height: 1.35;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.2px;
}

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

:focus {
    outline: 0;
}

.sticky {
    position: sticky !important;
}

.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

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

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

.cnt-small {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    position: relative;
}


.cnt-medium {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
}

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

a {
    transition: all 0.5s ease;
    color: #0b6695;
}

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

a.move span, button.move {
    transition: all 0.5s ease;
}

a.move:hover span, button.move:hover span {
    transition: all 0.5s ease;
    margin-left: 5px;
}

a.arrow {
    position: relative;
    transition: all 0.5s ease;
}

a.arrow:after {
    content: "";
    position: absolute;
    height: 23px;
    width: 23px;
    background: url("../images/c.svg") no-repeat;
    right: 0;
    top: 50%;
    margin-top: -11.5px;
    transition: all 0.5s ease;
    display: block;
}

a.arrow:hover:after {
    right: -5px;
    transition: all 0.5s ease;
}

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

.shrink {
    flex-shrink: 0;
}

.flex-auto {
    width: auto;
}

.flex-stretch {
    align-content: stretch;
}

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

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

.flex,
.flex-mobile,
.flex-tablet,
.flex-desktop {
    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;
}

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

.bordered {
    border: 5px solid #f5f5f5;
}

.border-bianco {
    border-top: 5px solid #fff;
}

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

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

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

.border-g2-dotted {
    border-bottom: 3px dotted #d6d6d6;
}

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

.lateral-border {
    border-left: 2px solid #f5f5f5;
    border-right: 2px solid #f5f5f5;
}

.border-giallo {
    border: 2px solid #fecf0f;
}

.column-2 {
    column-count: 2;
    column-gap: 10%;
}

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

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

.d-table {
    display: table;
}

.d-block {
    display: block;
}

.d-none {
    display: none;
}

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

.height-100 {
    height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
}

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

.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-semibold {
    font-weight: 500;
}

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

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

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

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

.font-30 {
    font-size: calc(22px + (30 - 22) * ((100vw - 300px) / (1600 - 300)));
    line-height: 1.2;
}

.font-50 {
    font-size: calc(30px + (45 - 30) * ((100vw - 300px) / (1600 - 300)));
    line-height: 1.1;
}

.font-60 {
    font-size: calc(35px + (60 - 35) * ((100vw - 300px) / (1600 - 300)));
    line-height: 1;
}

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

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

.c-bianco .no-link:hover {
    color: #0b6695;

}

.bg-gradient {
    background: #0b6695;
    background: linear-gradient(90deg, #0b6695 0%, #1c8bc4 100%);
}

.bg-g3 {
    background: #f5f5f5;
}

.bg-g1 {
    background: #373737;
}

.bg-g2 {
    background: #ebebeb;
}

.bg-g1 a {
    color: #fecf0f;
}

.bg-g1 a:hover {
    color: #65bbe7;
}

.bg-b1 {
    background: #0b6695;
}

.bg-giallo {
    background: #fecf0f;
}

.bg-bianco {
    background: #fff;
}

.bg-parallax {
    position: relative;
    padding: 120px 0;
}

.bg-parallax::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.4);
}

.bg-parallax .content {
    position: relative;
    z-index: 1;
}

.c-nero {
    color: #000;
}

.c-giallo {
    color: #fecf0f;
}

.c-b1 {
    color: #0b6695;
}

.c-b2 {
    color: #65bbe7;
}

.c-g1 {
    color: #373737;
}

.c-g2 {
    color: #d6d6d6;
}

.c-g3 {
    color: #f5f5f5;
}

.c-g4 {
    color: #5c5c5c;
}

.c-bianco {
    color: #fff;
}

.btn {
    transition: 0.3s ease-in-out;
    background: #0b6695;
    color: #fff;
    border-radius: 15px;
    padding: 10px 15px;
    box-sizing: border-box;
    text-decoration: none;
    cursor: pointer;
    text-align: center;
    font-size: calc(18px + (20 - 18) * ((100vw - 300px) / (1600 - 300)));
}

.btn-small {
    transition: 0.3s ease-in-out;
    background: #0b6695;
    color: #fff;
    border-radius: 15px;
    padding: 10px 15px;
    box-sizing: border-box;
    text-decoration: none;
    cursor: pointer;
    text-align: center;
    font-size:14px;
}



.btn:hover {
    background: #fecf0f;
    color: #fff;
    transition: 0.5s ease-in-out;
}

.margin-0 {
    margin: 0;
}

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

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

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

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

.margin-xsmall-left {
    margin-left: 20px;
}

.margin-xsmall-right {
    margin-right: 20px;
}

.margin-xsmall-top {
    margin-top: 20px;
}

.margin-xsmall-bottom {
    margin-bottom: 20px;
}

.margin-small-left {
    margin-left: 40px;
}

.margin-small-right {
    margin-right: 40px;
}

.margin-small-top {
    margin-top: 40px;
}

.margin-small-bottom {
    margin-bottom: 40px;
}

.margin-left {
    margin-left: 60px;
}

.margin-right {
    margin-right: 60px;
}

.margin-top {
    margin-top: 60px;
}

.margin-bottom {
    margin-bottom: 60px;
}

.margin-top-neg {
    margin-top: -120px !important;
}

.margin-large-left {
    margin-left: 100px;
}

.margin-large-right {
    margin-right: 100px;
}

.margin-large-top {
    margin-top: 100px;
}

.margin-large-bottom {
    margin-bottom: 100px;
}

.padding-0 {
    padding: 0;
}

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

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

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

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

.padding-xsmall-left {
    padding-left: 20px;
}

.padding-xsmall-right {
    padding-right: 20px;
}

.padding-xsmall-top {
    padding-top: 20px;
}

.padding-xsmall-bottom {
    padding-bottom: 20px;
}

.padding-small-left {
    padding-left: 40px;
}

.padding-small-right {
    padding-right: 40px;
}

.padding-small-top {
    padding-top: 40px;
}

.padding-small-bottom {
    padding-bottom: 40px;
}

.padding-left {
    padding-left: 60px;
}

.padding-right {
    padding-right: 60px;
}

.padding-top {
    padding-top: 60px;
}

.padding-bottom {
    padding-bottom: 60px;
}

.padding-large-left {
    padding-left: 100px;
}

.padding-large-right {
    padding-right: 100px;
}

.padding-large-top {
    padding-top: 100px;
}

.padding-large-bottom {
    padding-bottom: 100px;
}

.input::placeholder,
.select select::placeholder,
.textarea::placeholder {
    font-style: italic !important;
    color: #636363 !important;
}

.input,
.textarea, button {
    box-shadow: none !important;
}

.input-no-border {
    border: 0 !important;
}

.no-style {
    border-top: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
    border-bottom: 1px solid #d6d6d6 !important;
    border-radius: 0 !important;
    background: transparent !important;
    color: inherit;
}

textarea.textarea {
    height: 180px !important;
    background: #ebebeb !important;
}

.line.input {
    background: transparent !important;
    border-bottom: 3px solid #CACACB !important;
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    border-radius: 0 !important;
    padding: 10px 0 10px !important;
}

button {
    cursor: pointer;
}

button.icon.is-right {
    position: absolute;
    right: 0;
    top: 6px;
}

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

header .hc-nav-trigger span,
header .hc-nav-trigger span:before,
header .hc-nav-trigger span:after {
    height: 2px;
    background: #0b6695;
}

header nav ul {
    margin: 0;
    padding: 0;
}

header nav ul li {
    margin: 0 15px;
    padding: 0;
    display: inline-block;
}

header nav ul li > a {
    color: #000;
    font-weight: 500;
    line-height: 30px;
    position: relative;
}

header nav ul li > a:hover,
header nav ul li > a.active {
    color: #000;
}

header nav ul li > a:hover:before,
header nav ul li > a.active:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 0;
    border-bottom: solid 2px #fecf0f;
    animation: borderanim 0.5s linear forwards;
}

header nav ul li > a.btn-contact {
    background: #fecf0f;
    border-radius: 8px;
    padding: 5px 10px;
    border: none;
}

header nav ul li > a.btn-contact:before {
    content: '';
    display: none;
}

header nav ul li > a.btn-contact:hover {
    background: #0b6695;
    color: #fff;
}

header .megamenu li {
    padding-top: 34px;
    padding-bottom: 34px;
}

header .megamenu li .submenu {
    display: none;
    position: absolute;
    width: 100%;
    left: 0%;
    top: 98px;
    -webkit-box-shadow: 0 40px 50px -30px rgba(60,60,60,0.2);
    box-shadow: 0 40px 50px -30px rgba(60,60,60,0.2);
    z-index: 9999;
    box-sizing: border-box;
}

header .megamenu li .submenu ul li {
    display: block !important;
    border-bottom: 1px solid #d6d6d6;
}

header .megamenu li .submenu.open {
    display: block;
}

footer nav ul {
    margin: 0;
    padding: 0;
}

footer nav ul li {
    margin: 0 15px;
    padding: 0;
    display: inline-block;
}

footer nav ul li a {
    color: #fff;
    font-weight: 500;
}

footer nav ul li a:hover {
    color: #65bbe7;
}

button.icon.is-right {
    width: 30px;
    height: auto;
}

.breadcrumbs {
    font-style: italic;
}

.breadcrumbs a {
    color: #fff;
}

.breadcrumbs a:hover {
    opacity: 0.7;
    color: #fff;
}

.breadcrumbs a:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 5px;
    width: 5px;
    border-radius: 5px;
    background: #fff;
    margin: 0 6px;
}

.breadcrumbs span {
    color: #fff;
}

.swiper-pagination-bullet-active {
    background: #ffffff !important;
}

.carosello-x1 .swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.carosello-x1 .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    right: 0;
    left: auto;
    transform: rotate(90deg);
    bottom: 50%;
}

.carosello-x3 .swiper-pagination {
    position: relative !important;
}

.gallery-container {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: space-between;
    overflow: hidden;
}

.gallery-main {
    width: calc(100% - 100px);
    height: auto;
}

.gallery-main .swiper-slide:after {
    content: "";
    height: 22px;
    width: 22px;
    display: block;
    position: absolute;
    right: 20px;
    bottom: 20px;
    z-index: 9990;
    background: url("../images/zoom.svg") no-repeat;
}

.gallery-thumbs {
    order: -1;
    width: 100px;
    height: 260px;
    margin-right: 10px;
    padding-left: 0px;
    position: static;
}

.gallery-thumbs .swiper-button-prev {
    right: 40px;
}

.gallery-thumbs .swiper-slide {
    opacity: 0.6;
    margin-bottom: 10px;
    overflow: hidden;
}

.gallery-thumbs .swiper-slide img {
    transition: 0.3s;
}

.gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
}

.gallery-thumbs .swiper-button-next:after,
.gallery-thumbs .swiper-rtl .swiper-button-prev:after,
.gallery-thumbs .swiper-button-prev:after,
.gallery-thumbs .swiper-rtl .swiper-button-next:after {
    font-size: 18px;
    font-weight: 600;
}

.gallery-thumbs .swiper-button-next,
.gallery-thumbs .swiper-rtl .swiper-button-prev {
    position: absolute;
    transform: rotate(90deg);
    bottom: 0;
    left: 50px;
    top: auto;
}

.gallery-thumbs .swiper-button-prev,
.gallery-thumbs .swiper-rtl .swiper-button-next {
    position: absolute;
    transform: rotate(90deg);
    bottom: 0px;
    left: 50;
    top: auto;
}

.swiper-button-next.swiper-button-icon {
    width: auto;
    right: 10%;
}

.swiper-button-prev.swiper-button-icon {
    width: auto;
    left: 10%;
}

.swiper-button-prev.swiper-button-icon:after {
    font-size: 0;
    content: "";
    background: url("../images/prev.svg") no-repeat;
    width: 52px;
    height: 42px;
}

.swiper-button-next.swiper-button-icon:after {
    font-size: 0;
    content: "";
    background: url("../images/next.svg") no-repeat;
    width: 52px;
    height: 42px;
}

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

.swiper-cnt {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}

.thumbs {
    background: #fff;
    border-radius: 15px;
    box-sizing: border-box;
}

.thumbs .swiper-slide {
    position: relative;
    border-right: 2px solid #f5f5f5;
}

.thumbs .swiper-slide img {
    opacity: 0.4;
    width: 80%;
    max-width: 150px;
}

.thumbs .swiper-slide:last-child {
    border: none;
}

.thumbs .swiper-slide-thumb-active:after {
    content: "";
    background: url("../images/dots.png") no-repeat;
    width: 25px;
    height: 6px;
    position: absolute;
    bottom: -10px;
    left: 50%;
    margin-left: -12.5px;
    display: block;
}

.thumbs .swiper-slide-thumb-active img {
    opacity: 1;
}

.circle {
    border: 3px dotted #fecf0f;
    border-radius: 150px;
    padding: 20px;
}

.r-tabs .r-tabs-nav {
    margin: 0;
}

.r-tabs .r-tabs-tab {
    display: inline-block;
    margin: 0;
    list-style: none;
}

.r-tabs .r-tabs-panel {
    display: none;
}

.r-tabs .r-tabs-accordion-title {
    display: none;
}

.r-tabs .r-tabs-panel.r-tabs-state-active {
    display: block;
}

/* Accordion responsive breakpoint */
@media only screen and (max-width: 768px) {
    .r-tabs .r-tabs-nav {
        display: none;
    }

    .r-tabs .r-tabs-accordion-title {
        display: block;
    }
}

#tabs li.r-tabs-state-active {
    background-color: #0b6695;
}

#tabs li.r-tabs-state-active a {
    color: #fff;
}

#tabs ul.r-tabs-nav {
    border-bottom: 1px solid #0b6695;
}

/*.vtabs {
    background: #fff;
    border-radius: 15px;
}

.vtabs .tab {
    width: 30%;
    border-right: 5px solid #f5f5f5;
    padding: 5% 3%;
    align-self: stretch;
}

.vtabs .tab button {
    display: block;
    background-color: inherit;
    color: #000;
    border: none;
    outline: none;
    text-align: left;
    cursor: pointer;
    transition: 0.3s;
    padding: 3% 0;
    border-bottom: 1px solid #d6d6d6;
    width: 100%;
}

.vtabs .tab button:hover {
    color: #fecf0f;
}

.vtabs .tab button.active {
    color: #fecf0f;
}

.vtabs .tabcontent {
    padding: 5%;
    width: 70%;
    border-left: none;
    align-self: stretch;
}*/

.zoom {
    overflow: hidden;
    display: table;
}

.zoom figure img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

.zoom figure:hover img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

a.hover {
    border-bottom: 1px solid rgba(255,255,255,0.4);
}

a.hover:hover {
    color: #fff;
}

a.hover:hover svg {
    filter: invert(0%) sepia(0%) saturate(0%) hue-rotate(87deg) brightness(119%) contrast(119%);
}

.filter {
    transition: 0.5s ease-in-out;
    background: #fecf0f;
    color: #373737 !important;
    border-radius: 15px;
    padding: 8px 15px;
}

.filter:hover {
    background: #65bbe7;
    transition: 0.5s ease-in-out;
}

.offcanvas {
    position: fixed;
    width: 300px;
    min-height: 100vh;
    top: 0;
    z-index: 9998;
    background: #fff;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    transition: transform 0.25s cubic-bezier(0.16, 0.68, 0.43, 0.99);
}

.site {
    transition: transform 0.25s cubic-bezier(0.16, 0.68, 0.43, 0.99);
}

.offcanvas-left {
    left: 0;
    transform: translate3d(-300px, 0, 0);
}

.offcanvas-open-left .offcanvas {
    transform: translate3d(0, 0, 0);
}

.offcanvas-open-left .site {
    transform: translate3d(300px, 0, 0);
}

.offcanvas-right {
    right: 0;
    transform: translate3d(300px, 0, 0);
}

.offcanvas-open-right .offcanvas {
    transform: translate3d(0, 0, 0);
}

.offcanvas-open-right .site {
    transform: translate3d(-300px, 0, 0);
}

.site-overlay {
    display: none;
}

.offcanvas-open-left .site-overlay,
.offcanvas-open-right .site-overlay {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9990;
    background-color: rgba(0,0,0,0.5);
    -webkit-animation: fade 0.5s;
    animation: fade 0.5s;
}

.btn-view {
    cursor: pointer;
}

.btn-view:after {
    content: "";
    background: url("../images/v1.png") no-repeat;
    height: 15px;
    width: 15px;
    vertical-align: middle;
    display: inline-block;
    margin-left: 8px;
}

.btn-view.add-icon:after {
    content: "";
    background: url("../images/v2.jpg") no-repeat;
    height: 15px;
    width: 15px;
    vertical-align: middle;
    display: inline-block;
    margin-left: 8px;
}

/*.grid-col4 {
    display: none;
}*/

.alternate .container:nth-child(2n+1) .cnt {
    margin-top: 60px;
    margin-bottom: 60px;
}

.alternate .container:nth-child(2n+1) .cnt .is-full .padding {
    padding-left: 60px;
    border-left: 1px solid #d6d6d6;
}

.alternate .container:nth-child(2n) .cnt {
    padding-top: 60px;
    padding-bottom: 60px;
    background: #f5f5f5;
}

.alternate .container:nth-child(2n) .cnt .columns {
    direction: rtl;
}

.alternate .container:nth-child(2n) .cnt .columns .column {
    direction: ltr;
}

.alternate .container:nth-child(2n) .cnt .columns .column.is-full .padding {
    padding-right: 60px;
    border-right: 1px solid #d6d6d6;
}

.animation {
    opacity: 0;
    transform: translateY(100px);
    min-height: 10px;
}

.portale {
    right: 0;
    top: 0;
    width: 20%;
}

.portale .move {
    color: #fff;
}

.portale .move a{
  font-size: clamp(12px, 1.5vw, 14px);
}

.portale img {
    max-width: 70px;
}

.h-box {
    height: calc(100% - 125px);
}

.bg-transition {
    background: url("../images/settori-home.jpg") no-repeat center center;
    background-size: cover;
}

.bg-transition:has(#id827:hover) {
    background: url("../images/distributori-carburanti-home.jpg") no-repeat center center;
    background-size: cover;
}

.bg-transition:has(#id831:hover) {
    background: url("../images/movimento-terra-home.jpg") no-repeat center center;
    background-size: cover;
}

.bg-transition:has(#id828:hover) {
    background: url("../images/veicoli-industriali-home.jpg") no-repeat center center;
    background-size: cover;
}

.bg-transition:has(#id832:hover) {
    background: url("../images/agricoltura-home.jpg") no-repeat center center;
    background-size: cover;
}

.bg-transition:has(#id829:hover) {
    background: url("../images/motori-industriali-home.jpg") no-repeat center center;
    background-size: cover;
}

.bg-transition:has(#id833:hover) {
    background: url("../images/navale-home.jpg") no-repeat center center;
    background-size: cover;
}

.bg-transition:has(#id830:hover) {
    background: url("../images/comparto-industriale-home.jpg") no-repeat center center;
    background-size: cover;
}

.bg-transition:has(#id834:hover) {
    background: url("../images/aviazione-home.jpg") no-repeat center center;
    background-size: cover;
}


.swiper-pagination.swiper-icon {
    display: none;
}
/* NEW */

.cd-horizontal-timeline {
    opacity: 0;
    margin: 0em auto 2em;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    transition: opacity 0.2s;
}

.cd-horizontal-timeline::before {
    /* never visible - this is used in jQuery to check the current MQ */
    content: "mobile";
    display: none;
}

.cd-horizontal-timeline.loaded {
    /* show the timeline after events position has been set (using JavaScript) */
    opacity: 1;
}

.cd-horizontal-timeline .timeline {
    position: relative;
    height: 100px;
    width: 90%;
    max-width: 800px;
    margin: 0 auto;
}

.cd-horizontal-timeline .events-wrapper {
    position: relative;
    height: 100%;
    margin: 0 40px;
    overflow: hidden;
}

.cd-horizontal-timeline .events-wrapper::after,
.cd-horizontal-timeline .events-wrapper::before {
    /* these are used to create a shadow effect at the sides of the timeline */
    content: "";
    position: absolute;
    z-index: 2;
    top: 0;
    height: 100%;
    width: 20px;
}

.cd-horizontal-timeline .events-wrapper::before {
    left: 0;
    background-image: -webkit-linear-gradient( left, #fff, rgba(255, 255, 255, 0) );
    background-image: linear-gradient(to right, #fff, rgba(255, 255, 255, 0));
}

.cd-horizontal-timeline .events-wrapper::after {
    right: 0;
    background-image: -webkit-linear-gradient( right, #fff, rgba(255, 255, 255, 0) );
    background-image: linear-gradient(to left, #fff, rgba(255, 255, 255, 0));
}

.cd-horizontal-timeline .events {
    /* this is the grey line/timeline */
    position: absolute;
    z-index: 1;
    left: 0;
    top: 49px;
    height: 2px;
    /* width will be set using JavaScript */
    background: #dfdfdf;
    -webkit-transition: -webkit-transform 0.4s;
    -moz-transition: -moz-transform 0.4s;
    transition: transform 0.4s;
}

.cd-horizontal-timeline .filling-line {
    /* this is used to create the green line filling the timeline */
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #0b6695;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -ms-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
}

.cd-horizontal-timeline .events a {
    position: absolute;
    bottom: 0;
    z-index: 2;
    text-align: center;
    font-size: 1.3rem;
    padding-bottom: 15px;
    color: #383838;
    /* fix bug on Safari - text flickering while timeline translates */
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
}

.cd-horizontal-timeline .events a::after {
    /* this is used to create the event spot */
    content: "";
    position: absolute;
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -5px;
    height: 12px;
    width: 12px;
    border-radius: 50%;
    border: 2px solid #dfdfdf;
    background-color: #f8f8f8;
    -webkit-transition: background-color 0.3s, border-color 0.3s;
    -moz-transition: background-color 0.3s, border-color 0.3s;
    transition: background-color 0.3s, border-color 0.3s;
}

.no-touch .cd-horizontal-timeline .events a:hover::after {
    background-color: #0b6695;
    border-color: #0b6695;
}

.cd-horizontal-timeline .events a.selected {
    pointer-events: none;
}

.cd-horizontal-timeline .events a.selected::after {
    background-color: #0b6695;
    border-color: #0b6695;
}

.cd-horizontal-timeline .events a.older-event::after {
    border-color: #0b6695;
}

@media only screen and (min-width: 1100px) {
    .cd-horizontal-timeline {
        margin: auto 6em;
    }

    .cd-horizontal-timeline::before {
        /* never visible - this is used in jQuery to check the current MQ */
        content: "desktop";
    }
}

.cd-timeline-navigation a {
    /* these are the left/right arrows to navigate the timeline */
    position: absolute;
    z-index: 1;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 34px;
    width: 34px;
    border-radius: 50%;
    border: 2px solid #0B6695;
    /* replace text with an icon */
    overflow: hidden;
    color: transparent;
    text-indent: 100%;
    white-space: nowrap;
    -webkit-transition: border-color 0.3s;
    -moz-transition: border-color 0.3s;
    transition: border-color 0.3s;
}

.cd-timeline-navigation a::after {
    /* arrow icon */
    content: "";
    position: absolute;
    height: 16px;
    width: 16px;
    left: 50%;
    top: 50%;
    margin-left: -8px;
    margin-top: -8px;
    bottom: auto;
    right: auto;
    background: url(../images/cd-arrow.svg) no-repeat 0 0;
}

.cd-timeline-navigation a.prev {
    left: 0;
    -webkit-transform: translateY(-50%) rotate(180deg);
    -moz-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    -o-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
}

.cd-timeline-navigation a.next {
    right: 0;
}

.no-touch .cd-timeline-navigation a:hover {
    border-color: #0b6695;
}

.cd-timeline-navigation a.inactive {
    cursor: not-allowed;
}

.cd-timeline-navigation a.inactive::after {
}

.no-touch .cd-timeline-navigation a.inactive:hover {
    border-color: #dfdfdf;
}

.cd-horizontal-timeline .events-content {
    position: relative;
    width: 100%;
    margin: 2em 0;
    overflow: hidden;
    -webkit-transition: height 0.4s;
    -moz-transition: height 0.4s;
    transition: height 0.4s;
}

.cd-horizontal-timeline .events-content li {
    position: absolute;
    z-index: 1;
    width: 100%;
    left: 0;
    top: 0;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    padding: 0 5%;
    opacity: 0;
    -webkit-animation-duration: 0.4s;
    -moz-animation-duration: 0.4s;
    animation-duration: 0.4s;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}

.cd-horizontal-timeline .events-content li.selected {
    /* visible event content */
    position: relative;
    z-index: 2;
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}

.cd-horizontal-timeline .events-content li.enter-right,
.cd-horizontal-timeline .events-content li.leave-right {
    -webkit-animation-name: cd-enter-right;
    -moz-animation-name: cd-enter-right;
    animation-name: cd-enter-right;
}

.cd-horizontal-timeline .events-content li.enter-left,
.cd-horizontal-timeline .events-content li.leave-left {
    -webkit-animation-name: cd-enter-left;
    -moz-animation-name: cd-enter-left;
    animation-name: cd-enter-left;
}

.cd-horizontal-timeline .events-content li.leave-right,
.cd-horizontal-timeline .events-content li.leave-left {
    -webkit-animation-direction: reverse;
    -moz-animation-direction: reverse;
    animation-direction: reverse;
}

.cd-horizontal-timeline .events-content li > * {
    max-width: 800px;
    margin: 0 auto;
}

.cd-horizontal-timeline .events-content h2 {
    margin: 0 auto 10px;
    display: block;
}

.cd-horizontal-timeline .events-content em {
    margin: 0 auto 20px;
    display: block;
}

.cd-horizontal-timeline .events-content em::before {
    content: "- ";
}



@-webkit-keyframes cd-enter-right {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0%);
    }
}

@-moz-keyframes cd-enter-right {
    0% {
        opacity: 0;
        -moz-transform: translateX(100%);
    }

    100% {
        opacity: 1;
        -moz-transform: translateX(0%);
    }
}

@keyframes cd-enter-right {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100%);
        -moz-transform: translateX(100%);
        -ms-transform: translateX(100%);
        -o-transform: translateX(100%);
        transform: translateX(100%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0%);
        -moz-transform: translateX(0%);
        -ms-transform: translateX(0%);
        -o-transform: translateX(0%);
        transform: translateX(0%);
    }
}

@-webkit-keyframes cd-enter-left {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0%);
    }
}

@-moz-keyframes cd-enter-left {
    0% {
        opacity: 0;
        -moz-transform: translateX(-100%);
    }

    100% {
        opacity: 1;
        -moz-transform: translateX(0%);
    }
}

@keyframes cd-enter-left {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        transform: translateX(-100%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0%);
        -moz-transform: translateX(0%);
        -ms-transform: translateX(0%);
        -o-transform: translateX(0%);
        transform: translateX(0%);
    }
}


a.selected {
    font-weight: 600;
}

.dot {
    height: 8px;
    width: 8px;
    border-radius: 8px;
}

.btn-rounded {
    border-radius: 100px;
    font-size: 16px !important;
    padding-top: 8px;
    padding-bottom: 8px;
}

.btn-rounded:hover {
    background: #65bbe7;
}

.sconto1 {
    background: #fecf0f;
    height: 50px;
    width: 50px;
    border-radius: 50px;
    font-size: 15px;
    color: #000;
}

.sconto2 {
    background: #66d1ff;
    height: 50px;
    width: 50px;
    border-radius: 50px;
    font-size: 15px;
    color: #000;
}

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

.cart {
    background: #09c000;
    border-radius: 5px;
    padding: 8px 15px;
}

.cart img {
    max-width: 32px;
}

.cart:hover {
    background: #0b6695;
}

.button.is-blu {
    background: #0b6695 !important;
    color: #fff !important;
    border: none !important;
    font-size: calc(16px + (18 - 16) * ((100vw - 300px) / (1600 - 300)));
    white-space: break-spaces;
}

.button.is-blu:hover {
    background: #65bbe7 !important;
}

.cerca .control-input {
    width: 80%;
    max-width: 500px !important;
}

.cerca .is-large.input,
.cerca .button.is-large {
    font-size: inherit !important;
    padding: 0px 25px !important;
    height: 55px !important;
    border: 0 !important;
}

.cerca .button.is-large {
    background: #fff;
    border-radius: 100px;
}


a.arrow span {
    display: inline-block;
    margin-right: 25px;
    margin-left: 25px;
}

.circle.blu {
    border: 3px dotted #0b6695;
}

.circle.giallo {
    border: 3px dotted #fecf0f;
}

.btn-giallo {
    background: #fecf0f;
    border: 1px solid #fecf0f !important;
    transition: all 0.5s ease;
}

.btn-giallo:hover {
    background: #65bbe7 !important;
    transition: all 0.5s ease;
}

.width-45 {
    width: 45%;
}

@media screen and (max-width: 1400px) {
    .no-padding-right-desktop {
        padding-right: 0 !important;
    }

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

    .cnt {
        padding-left: 5%;
        padding-right: 5%;
    }

    .swiper-button-next.swiper-button-icon {
        right: 1%;
    }

    .swiper-button-prev.swiper-button-icon {
        left: 1%;
    }
}

@media screen and (max-width: 1200px) {
    .portale {
        width: 30%;
    }

    .portale img {
        max-width: 60px;
    }

    .flex-desktop {
        display: block;
    }

    .no-border-left-desktop {
        border-left: none !important;
        padding-left: 0 !important;
    }
}

@media screen and (max-width: 960px) {
    .reverse-columns-tablet {
        flex-direction: column-reverse;
    }

    .flex-space-tablet {
        justify-content: space-between !important;
    }

    .flex-center-tablet {
        justify-content: center !important;
    }

    .flex-tablet {
        display: block;
    }

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

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

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

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

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

    .margin-small-left {
        margin-left: 20px;
    }

    .margin-small-right {
        margin-right: 20px;
    }

    .margin-small-top {
        margin-top: 20px;
    }

    .margin-small-bottom {
        margin-bottom: 20px;
    }

    .margin-left {
        margin-left: 40px;
    }

    .margin-right {
        margin-right: 40px;
    }

    .margin-top {
        margin-top: 40px;
    }

    .margin-bottom {
        margin-bottom: 40px;
    }

    .margin-large-left {
        margin-left: 60px;
    }

    .margin-large-right {
        margin-right: 60px;
    }

    .margin-large-top {
        margin-top: 60px;
    }

    .margin-large-bottom {
        margin-bottom: 60px;
    }

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

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

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

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

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

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

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

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

    .padding-left {
        padding-left: 40px;
    }

    .padding-right {
        padding-right: 40px;
    }

    .padding-top {
        padding-top: 40px;
    }

    .padding-bottom {
        padding-bottom: 40px;
    }

    .padding-large-left {
        padding-left: 60px;
    }

    .padding-large-right {
        padding-right: 60px;
    }

    .padding-large-top {
        padding-top: 60px;
    }

    .padding-large-bottom {
        padding-bottom: 60px;
    }

    .vtabs .tab,
    .vtabs .tabcontent {
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .no-margin-left-mobile {
        margin-left: 0 !important;
    }

    .relative-mobile {
        position: relative !important;
    }

    .width-45 {
        width: 100%;
    }

    .swiper-button-next.swiper-button-icon,
    .swiper-button-prev.swiper-button-icon {
        display: none;
    }

    .swiper-pagination.swiper-icon {
        display: block;
    }

    .alternate .container:nth-child(2n+1) .cnt {
        margin-top: 40px;
        margin-bottom: 40px;
    }

    .alternate .container:nth-child(2n+1) .cnt .is-full .padding {
        padding-left: 0;
        border-left: none;
    }

    .alternate .container:nth-child(2n) .cnt {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .alternate .container:nth-child(2n) .cnt .columns .column.is-full .padding {
        padding-right: 0;
        border-right: none;
    }

    .margin-top-neg {
        margin-top: inherit !important;
    }

    .lateral-border,
    .border-left {
        border: none;
    }

    .column-2 {
        column-count: 1;
        column-gap: 0%;
    }

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

    .flex-center-mobile {
        justify-content: center !important;
    }

    .flex {
        display: block;
    }

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

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

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

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

    form .fixed-grid.has-2-cols > .grid {
        --bulma-grid-column-count: 1;
    }
    .modal-content{
        width:90%
    }
}

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

    100% {
        opacity: 1;
    }
}

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

    100% {
        opacity: 1;
    }
}

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

    100% {
        opacity: 1;
    }
}

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

    100% {
        opacity: 1;
    }
}

@-moz-keyframes borderanim {
    0% {
        width: 0%;
    }

    100% {
        width: 100%;
    }
}

@-webkit-keyframes borderanim {
    0% {
        width: 0%;
    }

    100% {
        width: 100%;
    }
}

@-o-keyframes borderanim {
    0% {
        width: 0%;
    }

    100% {
        width: 100%;
    }
}

@keyframes borderanim {
    0% {
        width: 0%;
    }

    100% {
        width: 100%;
    }
}

@-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;
    }
}


.HtmlContent li {
    margin-top: 7px;
    padding: 0 0 0 24px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHdpZHRoPSI1MTIiIGhlaWdodD0iNTEyIiB4PSIwIiB5PSIwIiB2aWV3Qm94PSIwIDAgMi41NCAyLjU0IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1MTIgNTEyIiB4bWw6c3BhY2U9InByZXNlcnZlIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsYXNzPSIiPjxnPjxjaXJjbGUgY3g9IjEuMjciIGN5PSIxLjI3IiByPSIxLjI3IiBmaWxsPSIjMTQ3YWFlIiBvcGFjaXR5PSIxIiBkYXRhLW9yaWdpbmFsPSIjMDBiYTAwIiBjbGFzcz0iIj48L2NpcmNsZT48cGF0aCBmaWxsPSIjZmZmZmZmIiBkPSJNLjg3MyAxLjg5LjQxIDEuMzkxYS4xNy4xNyAwIDAgMSAuMDA4LS4yNC4xNy4xNyAwIDAgMSAuMjQuMDA5bC4zNTguMzgzLjU2Ny0uNTNhLjE3LjE3IDAgMCAxIC4wMTYtLjAxM2wuMjY2LS4yNDlhLjE3LjE3IDAgMCAxIC4yNC4wMDguMTcuMTcgMCAwIDEtLjAwOC4yNGwtLjgxNS43Ni0uMjgzLjI2My0uMTI1LS4xMzR6IiBvcGFjaXR5PSIxIiBkYXRhLW9yaWdpbmFsPSIjZmZmZmZmIj48L3BhdGg+PC9nPjwvc3ZnPg==);
    background-size: 16px;
    background-repeat: no-repeat;
    background-position-y: 2px;
}

.td_desc {
    min-width: 300px;
}

.select2 {
    width: 100% !important;
}

.select2-container .select2-selection--single {
    height: 38px;
}

.select2-container--default .select2-selection--single {
    border-radius: 0;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 34px;
}

.mixitup-control-active {
    background: #65bbe7;
}

.extracontent li {
    margin: 0px 0 7px 0;
    padding: 0 0 0 24px;
    background-image: url(../images/check-li.svg);
    background-size: 16px;
    background-repeat: no-repeat;
    background-position-y: 2px;
}

.extracontent ul {
    list-style: none;
    margin: 0px;
    padding: 0;
}


.image-zoom-container {
    position: relative;
    display: inline-block;
}

.image-zoom-container img {
    display: block;
}

.image-zoom-container::after {
    content: "";
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 20px;
    height: 20px;
    background: url('../images/add.svg') no-repeat center center;
    background-size: contain;
    pointer-events: none;
}

.semaphore {
    height: 20px;
    width: 20px;
    border-radius: 10px;
    display: block;
}

.b-green {
    background-color: green;
}

.b-red {
    background-color: red;
}

.b-yellow {
    background: conic-gradient(from 50deg, red 0deg 180deg, green 180deg 360deg);
}

.fluido-D {
    background-color: #fecf0f;
}

.fluido-G {
    background-color: green;
}

.fluido-K {
    background-color: red;
}

.fluido-O {
    background-color: grey;
}

.fluido-ADB {
    background-color: deepskyblue;
}

.fluido-W {
    background-color: blue;
}

.fluido-JT {
    background-color: lightseagreen;
}

.max-width {
    display: block !important;
    margin: 0 !important;
    max-width: 89%;
}

.tooltipster-sidetip.tooltipster-borderless .tooltipster-box {
    border: none;
    background: #1b1b1b;
    background: rgba(10,10,10,.9)
}

.tooltipster-sidetip.tooltipster-borderless.tooltipster-bottom .tooltipster-box {
    margin-top: 8px
}

.tooltipster-sidetip.tooltipster-borderless.tooltipster-left .tooltipster-box {
    margin-right: 8px
}

.tooltipster-sidetip.tooltipster-borderless.tooltipster-right .tooltipster-box {
    margin-left: 8px
}

.tooltipster-sidetip.tooltipster-borderless.tooltipster-top .tooltipster-box {
    margin-bottom: 8px
}

.tooltipster-sidetip.tooltipster-borderless .tooltipster-arrow {
    height: 8px;
    margin-left: -8px;
    width: 16px
}

.tooltipster-sidetip.tooltipster-borderless.tooltipster-left .tooltipster-arrow, .tooltipster-sidetip.tooltipster-borderless.tooltipster-right .tooltipster-arrow {
    height: 16px;
    margin-left: 0;
    margin-top: -8px;
    width: 8px
}

.tooltipster-sidetip.tooltipster-borderless .tooltipster-arrow-background {
    display: none
}

.tooltipster-sidetip.tooltipster-borderless .tooltipster-arrow-border {
    border: 8px solid transparent
}

.tooltipster-sidetip.tooltipster-borderless.tooltipster-bottom .tooltipster-arrow-border {
    border-bottom-color: #1b1b1b;
    border-bottom-color: rgba(10,10,10,.9)
}

.tooltipster-sidetip.tooltipster-borderless.tooltipster-left .tooltipster-arrow-border {
    border-left-color: #1b1b1b;
    border-left-color: rgba(10,10,10,.9)
}

.tooltipster-sidetip.tooltipster-borderless.tooltipster-right .tooltipster-arrow-border {
    border-right-color: #1b1b1b;
    border-right-color: rgba(10,10,10,.9)
}

.tooltipster-sidetip.tooltipster-borderless.tooltipster-top .tooltipster-arrow-border {
    border-top-color: #1b1b1b;
    border-top-color: rgba(10,10,10,.9)
}

.tooltipster-sidetip.tooltipster-borderless.tooltipster-bottom .tooltipster-arrow-uncropped {
    top: -8px
}

.tooltipster-sidetip.tooltipster-borderless.tooltipster-right .tooltipster-arrow-uncropped {
    left: -8px
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #e5e6e7;
}

.accordion .trigger {
    width: 100%;
    text-align: left;
    background: none;
    border: none;
    cursor: pointer;
}



.accordion .panel-accordion {
    display: none;
}

.accordion .panel-accordion.open {
    display: block;
}

.chev {
    color: #fff;
}
#tabella thead,.fixedHeader-floating thead{
    background: #256592;
}
#tabella thead th,.fixedHeader-floating thead th{
    color:white;
}
#tabella td{
    vertical-align:middle;
}