@import url("https://fonts.googleapis.com/css2?family=Oxygen:wght@300;400;700&display=swap");

.color1 {
    color: #016080
}

.pt {
    padding-top: 70px
}

.pb {
    padding-bottom: 70px
}

.bg1 {
    background-color: #FAFAFA
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block
}

body {
    line-height: 1
}

ul {
    list-style: none
}

blockquote, q {
    quotes: none
}

blockquote:before, blockquote:after, q:before, q:after {
    content: "";
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: bottom
}

.mega-menu-wrapper {
    border-bottom: 1px solid #dbdbdb
}

.mega-menu > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative
}

.mega-menu > ul > li {
    border-right: 1px solid #dbdbdb;
    text-align: center;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.mega-menu > ul > li:hover {
    background-color: #f6f6f6
}

.mega-menu > ul > li:last-child {
    border-right: none
}

.mega-menu > ul > li > a {
    color: #5a5a5a;
    padding: 27px 14px;
    display: block;
    font-size: 14px;
    line-height: 20px;
}

.mega-menu > ul > li:last-child a {
    background-color: #dfedf1;
}

.mega-menu > ul > li:last-child a:hover {
    background-color: #dfe4e5;
}

.mega-menu > ul > li:hover .mega_option {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0px);
    transform: translateY(0px)
}

.mega_option {
    left: 0;
    opacity: 0;
    position: absolute;
    top: 100%;
    visibility: hidden;
    z-index: 100;
    display: block !important;
    padding: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
    background-color: #fff;
    min-width: 250px;
    margin: 0;
    border: none;
    transform: translateY(20px);
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -o-transform: translateY(20px);
    transition: all 300ms;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -o-transition: all 300ms;
    width: 100%
}

.mega-menu-cat-title {
    width: 30%
}

.mega-menu-cat-list {
    width: 70%;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns:(1fr) [ 3 ];
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    line-height: 18px
}

.mega-menu-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: left;
    padding: 36px 40px 44px 40px
}

.mega-menu-content h3 {
    font-weight: bold;
    color: #016080;
    margin: 0
}

.mega-menu-content a {
    font-size: 14px;
    color: #5a5a5a
}

.no-transition {
    -webkit-transition: none !important;
    transition: none !important
}

.mobile_diventa_socio {
    position: relative;
    padding: 0;
    background: #fff
}

.mobile_diventa_socio a {
    display: block;
    padding: 14px 37px;
}

.menu_mobile {
    position: relative;
    padding: 0;
    background: #fff
}

.menu_mobile .mobile-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin-bottom: 30px;
    padding: 0 25px;
    font-size: 13px
}

.menu_mobile .navbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.menu_mobile .navbar .vertical-logo {
    font-size: 1.7rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #016080
}

.menu_mobile .navbar .top-menu-wrapper {
    color: #221f1f
}

.menu_mobile .navbar .top-menu-wrapper::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    -webkit-transition: background 0.5s;
    transition: background 0.5s
}

.menu_mobile .navbar .open-mobile-menu i {
    color: #221f1f
}

.menu_mobile .navbar .top-menu {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 2;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    transition: -webkit-transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.4s cubic-bezier(0.23, 1, 0.32, 1)
}

.menu_mobile .navbar .top-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    overflow-y: auto;
    padding: 1.5rem 0;
    background: #fff
}

.menu_mobile .navbar .top-menu-wrapper.show-offcanvas::before {
    background: rgba(0, 0, 0, 0.5);
    z-index: 1
}

.menu_mobile .navbar .top-menu-wrapper.show-offcanvas .panel, .menu_mobile .navbar .top-menu-wrapper.show-offcanvas .top-menu {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition-duration: 0.7s;
    transition-duration: 0.7s
}

.menu_mobile .navbar .top-menu-wrapper.show-offcanvas .top-menu {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s
}

.menu_mobile .navbar ul {
    border-top: 1px solid #dbdbdb
}

.menu_mobile .navbar ul li {
    display: block
}

.menu_mobile .navbar ul a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #5a5a5a;
    padding: 14px 37px;
    line-height: 20px;
    font-size: 14px;
    -webkit-transition: color 0.35s ease-out;
    transition: color 0.35s ease-out;
    border-bottom: 1px solid #dbdbdb
}

.menu_mobile .navbar ul a i {
    margin-left: auto;
    font-size: 16px
}

.menu_mobile .navbar ul a:hover {
    background: #f1f1f1;
}

.menu_mobile .navbar .dropdown ul {
    display: none
}

.menu_mobile .navbar .sub-menu {
    padding: 0.5rem 1.5rem 0 1.5rem
}

.menu_mobile .navbar .sub-menu a {
    text-transform: capitalize;
    font-size: 1rem;
    font-weight: 400;
    margin-top: 0rem
}

.menu_mobile .navbar ul a.top-dropdown-link {
    font-weight: bold;
    color: #016080;
}

#kbsform .option-input {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    position: relative;
    top: 13.3333333333px;
    right: 0;
    bottom: 0;
    left: 0;
    height: 40px;
    width: 40px;
    -webkit-transition: all 0.15s ease-out 0s;
    transition: all 0.15s ease-out 0s;
    background: #cbd1d8;
    border: none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    margin-right: 0.5rem;
    outline: none;
    position: relative;
    z-index: 1000
}

#kbsform .option-input:hover {
    background: #9faab7
}

#kbsform .option-input:checked {
    background: #016080
}

#kbsform .option-input:checked::before {
    height: 40px;
    width: 40px;
    position: absolute;
    content: "✖";
    display: inline-block;
    font-size: 26.6666666667px;
    text-align: center;
    line-height: 40px
}

#kbsform .option-input:checked::after {
    -webkit-animation: click-wave 0.65s;
    animation: click-wave 0.65s;
    background: #016080;
    content: "";
    display: block;
    position: relative;
    z-index: 100
}

#kbsform .option-input.radio {
    border-radius: 50%
}

#kbsform .option-input.radio::after {
    border-radius: 50%
}

#kbsform label {
    display: block
}

#kbsform .form-group-captcha {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 2px solid #cecece;
    padding: 10px;
}

#kbsform .form-group-captcha input[type="text"] {
    width: 180px;
    margin-right: 40px;
    border: 2px solid #cecece;
}

.form-group-captcha img {
    height: auto
}

.form_bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-align: left;
    font-size: 12px;
    line-height: 20px;
    padding-top: 30px;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

h1 {
    text-transform: uppercase;
    letter-spacing: 0.48px;
    margin-bottom: 40px;
    background-image: none !important
}

h1:before {
    display: none !important;
    background-image: none !important
}

#content, .content {
    max-width: 1140px;
    margin: 0 auto
}

#content {
    padding-bottom: 100px
}

.buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 37px
}

.buttons.text-right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.button_w {
    font-size: 14px;
    border: 1px solid white;
    padding: 12px 22px;
    color: white
}

.button_w:hover {
    background-color: white;
    color: #333333
}

.footer_covid_cta {
    padding: 50px 0;
    background-image: url("/image/data/banner/footer_banner_covid19_bg.jpg");
    background-size: cover;
    background-position: center
}

.footer_covid_cta__title {
    color: white;
    font-size: 50px;
    font-weight: bold;
    line-height: 50px
}

.footer_covid_cta__subtitle {
    color: white;
    font-size: 30px;
    line-height: 50px
}

.tick-list {
    padding: 20px 0
}

.tick-list li {
    background-image: url("/image/data/icone/tick.png");
    background-repeat: no-repeat;
    background-position: 0 4px;
    padding: 0 0 0 24px;
    background-size: 18px auto;
}

.article-list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns:(1fr) [ 2 ];
    grid-template-columns: repeat(2, 1fr);
    gap: 37px
}

.banner__info__2023 {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(4, 1fr);
}

.banner__info__2023 div {
    display: flex;
    height: 100%;
}

.banner__info__2023 div a {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    color: white;
    background: #016080;
    padding: 28px 30px 30px 30px;
    align-items: flex-start;
}

.banner__info__2023 div a h4 {
    color: white;
    text-transform: uppercase;
    border-bottom: 1px solid white;
    margin: 0 0 20px 0;
    width: 100%;
}

.banner__info__2023 div a p {
    font-size: 17px;
    margin: 0;
    padding: 0 0 25px 0;
}

.banner__info__2023 div a .button_2 {
    border: 1px solid white;
    padding: 12px 22px;
    margin-top: auto;
    text-transform: uppercase;
    font-size: 13px;
    display: inline-flex;
    letter-spacing: 1px;
}

.banner__info__2023 div a:hover .button_2 {
    background: white;
    color: #016080;
}

.blogcategory.cat55 {
    display: none;
}

.blogcategory-fullwidth-description {
    padding: 0 0 60px 0
}

.blogcategory-sidebar-description {
    padding: 0 0 20px 0
}

.blogcategory {
    padding-bottom: 90px
}

.blogcategory.fullwidth {
    background-color: #fafafa;
    padding-top: 60px
}

.blogcategory.basic {
    padding-top: 0
}

.blogcategory.sidebar {
    padding-top: 0
}

.blogcategory.cat104 {
    display: none
}

.blogcategory.fullwidth .article-list, .cat40 .article-list {
    grid-template-columns: repeat(3, 1fr)
}

.blogcategory.formazione .wrapper__left {
    /*display: none*/
}

.article-print {
    border-top: 1px solid #cecece;
    border-bottom: 1px solid #cecece;
    margin: 40px 0;
    padding: 14px 0;
    text-align: right;
    display: flex;
    justify-content: space-between;
    align-items: center;
    clear: both;
}

.article-print .at-share-tbx-element .at-share-btn {
    margin: 5px 8px 5px 0;
}

.article-print a {
    cursor: pointer;
}

.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 38px 0 0px 0;
    margin: 0;
    border: none;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.pagination .pg_dots {
    display: none
}

.pagination .links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.pagination .links b {
    width: 50px;
    height: 50px;
    border-radius: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 0 0 8px;
    color: white;
    background-color: #016080
}

.pagination .links a {
    width: 50px;
    height: 50px;
    border-radius: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 0 0 8px;
    border: 1px solid #dbdbdb
}

.pagination .links a:hover {
    background-color: #fafafa
}

.pagination:after {
    display: none
}

.pagination .results {
    display: none
}

.breadcrumbs, .breadcrumb {
    margin-bottom: 58px;
    font-size: 11px;
    letter-spacing: 2px;
    background-color: #fafafa;
    padding: 16px 32px;
    color: #6f766e;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.breadcrumbs a, .breadcrumb a {
    color: #016080
}

.breadcrumbs > div, .breadcrumb > div {
    max-width: 1140px;
    margin: 0 auto
}

.breadcrumbs .bc_separator, .breadcrumb .bc_separator {
    margin: 0 5px
}

.wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.wrapper__left {
    width: 280px;
    margin-right: 32px
}

.wrapper__right {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

#column-left .box_css_cat_56 {
    border-top: 1px solid #dbdbdb
}

#column-left .box_css_cat_56 .byline-meta, #column-left .box_css_cat_56 .blog-byline, #column-left .box_css_cat_56 .byline-creatdate, #column-left .box_css_cat_56 .description, #column-left .box_css_cat_56 h1 {
    display: none
}

#column-left .box_css_cat_56 .article-item {
    border: none;
    border-bottom: 1px solid #dbdbdb;
    padding: 17px 0
}

#column-left .box_css_cat_56 .article-item a {
    border: none;
    color: #6f766e;
    text-transform: uppercase;
    padding: 0;
    position: relative
}

#column-left .box_css_cat_56 .article-item a .name {
    font-size: 13px;
    line-height: 18px
}

#column-left .box_css_cat_56 .article-item a:hover {
    color: #016080
}

#column-left .box_css_cat_56 .article-item .active a {
    font-weight: bold;
    color: #016080
}

.blogcategory-list h4, .category-list h4 {
    color: #016080;
    margin-bottom: 36px
}

.blogcategory-list ul li, .category-list ul li {
    margin-bottom: 15px;
    line-height: 18px
}

.blogcategory-list ul li a, .category-list ul li a {
    color: #6f766e;
    font-size: 13px
}

.blogcategory-list ul li a:hover, .category-list ul li a:hover {
    color: #016080
}

.portfolio-items {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns:(1fr) [ 4 ];
    grid-template-columns: repeat(4, 1fr);
    gap: 32px
}

.portfolio-items li.portfolio-item {
    border: 1px solid #dbdbdb;
    padding: 12px;
}

.portfolio-item a {
    padding: 0;
    margin: 0;
    position: relative;
    display: block;
    padding-top: 100%;
    min-height: auto
}

.portfolio-item a:hover {
    opacity: 0.8
}

.portfolio-item a img {
    position: absolute;
    top: 50%;
    left: 50%;
    -o-object-fit: contain;
    object-fit: contain;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.header_detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.btn, .button {
    font-size: 14px;
    line-height: 18px;
    padding: 12px 22px;
    border-radius: 0;
    cursor: pointer;
    border: 1px solid #6f766e;
    color: #6f766e;
    text-transform: uppercase;
    letter-spacing: 1px
}

.btn.btn-w {
    border: 1px solid white;
    color: white
}

.btn.btn-w:hover {
    background-color: white;
    color: #016080
}

.btn.btn-2 {
    border: 1px solid #016080;
    color: #016080
}

.btn.btn-2:hover {
    background-color: #016080;
    color: white;
}

.btn-primary {
    background-color: #4d4d4d;
    border-color: #4d4d4d;
    border-radius: 0
}

.login-content input[type="submit"] {
    background: #016080;
    border-color: #016080;
    color: white;
}

.login-content input[type="submit"]:hover {
    background: #818181;
    border-color: #818181;
    color: white;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-weight: bold;
    margin: 0 0 1.5em 0;
    color: #5a5a5a;
    letter-spacing: 0.6px
}

h1 {
    font-size: 28px;
    letter-spacing: 1px
}

h2 {
    font-weight: bold;
    font-size: 24px;
    letter-spacing: 0.48px
}

h3 {
    font-size: 20px
}

h4 {
    font-size: 18px
}

h5 {
    font-size: 16px
}

.header {
    padding: 18px 0 16px 0;
    position: relative;
    background-color: #016080;
    color: white;
    font-size: 14px
}

.header #logo {
    width: 160px;
}

.header a {
    color: white
}

.header a:hover {
    color: #9cb2c1
}

.header__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header__right {
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.header__right .linkAreaRiservata {
    margin-left: 26px;
    padding-left: 26px;
    border-left: 1px solid #024f69
}

.header__social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px
}

.header__social li {
    margin: 0 7px
}

.header__search {
    margin-left: 26px;
    font-size: 20px;
    cursor: pointer;
    border-left: 1px solid #024f69;
    padding-left: 26px
}

#search-wrap {
    -webkit-transition: all 0.3s cubic-bezier(0, 0.68, 0.07, 1);
    transition: all 0.3s cubic-bezier(0, 0.68, 0.07, 1);
    -ms-transition: all 0.3s cubic-bezier(0, 0.68, 0.07, 1);
    margin-top: -70px;
    height: 70px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

#search-wrap #search {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 700px;
    margin: 0 auto
}

#search-wrap #search .search-field {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 0 10px
}

#search-wrap #search .search-field .button-search {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 50%;
    right: 5px;
    cursor: pointer;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

#search-wrap #search input {
    height: 42px;
    border: 2px solid #6f766e;
    padding: 0 30px 0 12px;
    width: 100%;
    border-radius: 0
}

#search-wrap #search input:focus {
    border-color: #016080;
    border-radius: 0;
    outline: none
}

footer {
    padding: 40px 0 0 0;
    font-size: 12px;
    line-height: 22px
}

footer a {
    color: #5a5a5a
}

footer a:hover {
    color: #016080
}

footer h5 {
    margin-top: 0;
    margin-bottom: 30px;
    font-weight: bold
}

footer address {
    border-top: 1px solid #dedede;
    padding: 18px 0;
    margin-top: 40px;
    clear: both;
    font-size: 10px;
    text-align: center;
    color: #6f766e
}

.copyright {
    background-color: #5a5a5a;
    text-align: center;
    padding: 7px
}

.footer .footer_row ul li {
    padding-bottom: 5px;
    line-height: 1.38;
}


.menu__information {
    padding: 0 35px 35px 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    gap: 15px
}

.menu__information a {
    font-size: 14px;
    line-height: 18px;
    padding: 12px 22px;
    border-radius: 0;
    cursor: pointer;
    border: 1px solid #6f766e;
    color: #6f766e;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: left;
}

.blogarticle-description .description table[align="center"] {
    margin: 0 auto;
}

.blogarticle-description .description table {
    border-collapse: collapse;
    border-spacing: 1px;
    border: 1px solid #dee2e6;
    background: #fefefe;
}

.blogarticle-description .description table td {
    background: white;
    padding: 5px;
    border: 1px solid #dee2e6;
}

.blogarticle-description .description table[border="0"] {
    border: none;
}

.blogarticle-description .description table[border="0"] td {
    border: none;
    padding: 5px 0;
}

.blogarticle-description .description table[border="2"] td {
    border-width: 2px;
}

.blogarticle-description .description table[border="3"] td {
    border-width: 3px;
}

.blogarticle-description .description table[border="4"] td {
    border-width: 4px;
}

.blogarticle-description .description table[border="5"] td {
    border-width: 5px;
}

.blogarticle-description .description ul {
    list-style: outside;
    padding-left: 20px;
}

.blogcategory-sidebar-description ul {
    list-style: outside;
    padding-left: 20px;
}

.home_servizi__item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #6f766e;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 20px;
}

.home_servizi__item a:hover {
    color: #016080
}

.home_servizi__item a img {
    width: 40px;
    height: 40px;
    object-fit: contain;
    object-position: center;
    margin-right: 10px;
    position: relative
}

.home_servizi__item a .text {
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase
}

.ui-menu .ui-menu-item h3 {
    font-size: 13px;
    font-weight: normal !important
}

.ui-autocomplete img {
    margin-right: 6px
}

.icon_header {
    float: right;
    display: block;
    margin: 1px 9px 0 0
}

.navbar-default {
    border: none;
    background: none;
    border-bottom: 2px solid #016080;
    border-radius: 0
}

.navbar-nav {
    float: none
}

.navbar-nav > li {
    float: none;
    display: inline-block
}

.navbar-default .navbar-nav > li > a {
    color: #6f766e;
    font-size: 17px;
    padding-bottom: 0px
}

.nav > li > a {
    padding: 12px 6px 6px 6px
}

.destra15 {
    padding-right: 15px
}



.reserved {
    display: block;
    height: 32px;
    width: 100%
}

.reserved:hover {
    background: #009635
}

.navbar-collapse {
    padding-left: 0px;
    padding-right: 0px
}

#back-top {
    position: fixed;
    bottom: 0px;
    right: 0px;
    z-index: 4
}

#back-top a {
    display: block;
    width: 50px;
    height: 50px;
    overflow: hidden;
    text-indent: 55px;
    -webkit-transition: 1s;
    transition: 1s;
    margin: 0 40px 40px 0
}

#back-top a span {
    display: block;
    width: 50px;
    height: 50px;
    background: #016080 url(/image/up-arrow.png) no-repeat center center;
    -webkit-transition: 1s;
    transition: 1s
}

#back-top a:hover span {
    background-color: #8e8e8e
}

.divider {
    height: 20px;
    background: #fff
}

.small {
    font-size: 85%;
    display: block;
    font-size: 10px;
    color: #a4a4a4
}

input, button, select, textarea {
    padding: 5px 30px;
    border-radius: 0
}

#kbsform {
    display: block
}

#kbsform label {
    display: block;
    margin-bottom: 16px;
    text-align: left;
    color: #5a5a5a
}

#kbsform input[type="text"] {
    background-color: #fafafa;
    height: 40px;
    border: 1px solid #fafafa;
    width: 100%;
    display: block
}

#kbsform input[type="text"]:focus {
    background-color: #f6f6f6;
    border: 1px solid #cecece
}

#kbsform input[type="submit"] {
    border: 1px solid #016080;
    min-width: 180px;
    text-align: center;
    background-color: white;
    color: #016080;
    text-transform: uppercase;
    font-size: 14px;
    padding: 12px 60px
}

#kbsform input[type="submit"]:hover {
    background-color: #016080;
    color: white
}

#kbsform textarea {
    background-color: #fafafa;
    border: 1px solid #fafafa;
    display: block;
    width: 100%;
    min-height: 160px
}

#kbsform textarea:focus {
    background-color: #f6f6f6;
    border: 1px solid #cecece
}

#kbsform fieldset {
    display: block;
    padding: 0;
    margin: 0
}

#kbsform input[name="captcha"] {
    max-width: 240px
}

.form-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 11px
}

.form-row:has(.error) {
    flex-wrap: wrap;
}

.captchaerror {
    color: red;
    letter-spacing: 2px;
    display: block;
    font-size: 10px;
    text-align: left;
    font-weight: bold;
    padding: 10px 0 0 0;
}

.form-row:has(.error) .error {
    width: 100%;
    text-align: left;
    padding: 5px 15px 15px 15px;
}

.form-group {
    padding: 0 15px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.article-allegato a {
    text-decoration: none;
    display: inline-block;
    border: 1px solid #016080;
    color: #ffffff;
    padding: 7px 22px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    line-height: 20px;
    background: #016080;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    font-size: 12px;
    letter-spacing: 2px;
    border-radius: 3px;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out
}

.article-allegato a:hover {
    background: #4d4d4d;
    border: 1px solid #222
}

.share {
    display: none
}

.banner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.banner > div {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.banner_cerca {
    background: url(/image/data/struttura/banner_cerca.jpg) top right no-repeat;
    padding: 10px;
    margin: 10px 0
}

.banner_questionario {
    background: #ddd url(/image/data/struttura/banner-questionario.png) 0px 0px no-repeat;
    padding: 10px;
    margin: 10px 0;
    min-height: 150px
}

.banner_questionario h6 {
    font-size: 17px;
    color: #4e4c49;
    font-weight: bold;
    margin: 0px 10px 8px 68px
}

.banner_questionario h6:after {
    content: " ";
    display: block;
    width: 70px;
    height: 3px;
    background: #ffffff;
    margin-top: 5px
}

.banner_questionario a {
    font-weight: bold
}

.banner_cerca h3, .banner_cerca p, .banner_cerca h6, .banner_cerca hr {
    margin: 0;
    padding: 0
}

.banner_cerca h3 {
    padding: 0;
    margin: 0;
    font-size: 30px;
    color: #4e4c49;
    font-weight: 700;
    padding-bottom: 12px;
    margin-bottom: 14px;
    position: relative
}

.banner_cerca h3:after {
    content: " ";
    display: block;
    position: absolute;
    width: 70px;
    height: 2px;
    background: #ffffff;
    bottom: 0;
    left: 0
}

.banner_cerca h6 {
    font-size: 17px;
    color: #4e4c49;
    font-weight: 700;
    margin-bottom: 8px
}

.banner_cerca hr {
    border: none;
    clear: both;
    display: block;
    background: none;
    border-bottom: 1px dotted #999;
    margin: 6px 0
}

.banner_cerca a {
    font-weight: bold;
    float: right
}

.informative__account {
    display: flex;
    align-items: flex-end
}

.informative__right {
    margin-left: auto;
}

a.fancybox {
    display: block;
    position: relative
}

a.fancybox img {
    width: 100%;
    height: auto
}

a.fancybox span.roll {
    background: url(/image/data/struttura/mag.png) center center no-repeat #016080;
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 3;
    -webkit-box-shadow: 0px 0px 4px #36b7b3;
    box-shadow: 0px 0px 4px #36b7b3;
    margin: 0 !important
}
.image-additional {
    margin-top: 35px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.image-additional a {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid rgba(0,0,0,0.1);
    padding: 10px;
    position: relative;
}
.image-additional a:before {
    content: ' ';
    display: block;
    background:rgba(0,0,0,0.04);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.featured-wrapper[data-tab="home_eventi"] {
    display: none
}

.featured-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.featured-list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.featured-list__item h4 {
    color: #016080;
    line-height: 26px
}

.featured-list__date {
    background-color: #016080;
    color: white;
    width: 70px;
    margin-right: 18px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 150px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.featured-list__date span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.featured-list__date span.date_dd {
    font-size: 50px;
    line-height: 54px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.featured-list__date span.date_mm {
    font-size: 12px;
    line-height: 18px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.featured-list__content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.featured-list__bottom {
    font-size: 12px;
    line-height: 18px;
    color: #6f766e;
    margin-top: auto
}

.featured-list__bottom ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.featured-list__bottom ul li {
    padding-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: uppercase
}

.featured-list__bottom ul li img {
    margin-right: 12px
}

.article-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%
}

.article-item a {
    border: 1px solid #dbdbdb;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 18px 15px;
    width: 100%;
    color: #5a5a5a;
    background-color: white;
    position: relative
}

.article-item a:hover {
    border: 1px solid #b9b9b9;
    color: #016080
}

.article-item a .byline-creatdate {
    color: #016080;
    font-weight: bold;
    font-size: 12px;
    line-height: 15px;
    margin-bottom: 9px
}

.article-item a .name {
    font-size: 17px;
    line-height: 24px;
    letter-spacing: 0.36px
}

.article-item a .login_required {
    position: absolute;
    width: 16px;
    height: 18px;
    right: 10px;
    top: 11px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(/image/data/icone-mb/login_required_icon.png)
}

.article-item a .login_open {
    position: absolute;
    width: 16px;
    height: 18px;
    right: 10px;
    top: 11px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(/image/data/icone-mb/login_required_open.png)
}

.hovercover {
    background: rgba(2, 68, 109, 0.7);
    color: #fff;
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.hovercover .item-description {
    display: table;
    width: 100%;
    height: 100%
}

.hovercover .item-description span {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    font-size: 17px;
    font-weight: 300;
    padding: 0 30px;
    line-height: 21px
}

.blogcategory-sidebar-description table {
    border-spacing: 1px;
    background: #cecece;
    border-collapse: separate;
    border: 1px solid grey;
    margin: 0 auto;
}

.blogcategory-sidebar-description table td {
    background: white;
    text-align: center;
    padding: 3px 5px;
}

.header_detail .logo {
    float: left
}

.header_detail .information {
    float: right;
    background: #ddd;
    padding: 40px
}

.item {
    width: 33%;
    margin: 0;
    border: 0;
    padding: 0;
    float: left;
    display: inline
}

.item a {
    display: block;
    margin: 0 0 10px 10px
}

.item img {
    width: 100%;
    height: auto
}

.formazione_certificazioni ul li {
    padding: 2px 0
}

.formazione_certificazioni ul li a {
    font-weight: bold;
    color: #016080;
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.formazione_certificazioni ul li a img {
    margin-right: 9px
}

.search-content .product-list {
    padding-top: 20px
}

.search-content .product-list > div {
    padding: 24px 32px;
    border-left: 4px solid #016080;
    border-bottom: 2px solid #eeeeee;
    background: #f7f7f7;
    margin: 0 0 21px 0;
    border-radius: 2px
}

.search-content .product-list > div .image {
    display: none
}

.search-content .product-list > div .name a {
    font-family: "Oxygen", sans-serif;
    font-size: 17px;
    font-weight: 700;
    padding: 4px 0 9px 0;
    display: block;
    line-height: 21px
}

.search-filter {
    text-align: left;
    padding: 20px 30px 12px 30px;
    border-bottom: 2px solid #eeeeee;
    background: #f7f7f7
}

.search-filter b {
    font-size: 17px;
    letter-spacing: 2px;
    display: block;
    margin-bottom: 5px
}

.filter-span {
    display: inline-block;
    color: #ffffff;
    padding: 6px 20px 7px 20px;
    background: #016080;
    font-weight: bold
}

.servizi_icone {
    list-style: none;
    margin: 0;
    padding: 0
}

.servizi_icone ul {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 65px;
    list-style: none;
}

.servizi_icone ul li {
    list-style: none;
}

.servizi_icone li a {
    display: flex;
    gap: 13px;
    align-items: center;
}

.servizi_icone li a svg {
    fill: #016080;
}

.servizi_icone li a path {
    fill: #016080;
}


.servizi_icone a img {
    width: 50px;
    height: 50px;
    object-fit: contain;
    object-position: center;
    position: relative;
    top: 0;
    transition: top 0.5s ease 0s;
}

.servizi_icone li a:hover img {
    top: -8px;
}

.servizi_icone a em {
    display: block;
    text-align: left;
    text-decoration: none;
    font-style: normal;
}

.warning {
    background: #ffcaca;
    padding: 15px;
    margin-bottom: 15px
}

.home-slider .swiper-button-next, .home-slider .swiper-button-prev {
    color: white
}

.home-slider .swiper-button-next:after, .home-slider .swiper-button-prev:after {
    font-size: 20px
}

.home-slider .swiper-pagination {
    width: auto;
    left: 150px;
    bottom: 72px
}

.home-slider .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    border: 1px solid white;
    background-color: transparent;
    opacity: 1
}

.home-slider .swiper-pagination .swiper-pagination-bullet-active {
    background-color: white
}

.home-slider .swiper-pagination .swiper-pagination-bullet:hover {
    border: 1px solid #6f766e
}

.slide-banner-info .swiper-pagination {
    position: relative;
    margin-top: 36px;
    margin-bottom: 50px
}

.slide-banner-info .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    border: 1px solid #6f766e;
    background-color: transparent;
    opacity: 1
}

.slide-banner-info .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #6f766e
}

.slide-banner-info .swiper-pagination .swiper-pagination-bullet:hover {
    border: 1px solid #016080
}

.news_list .box-content {
    display: -ms-grid;
    display: grid;
    gap: 30px;
    -ms-grid-columns:(1fr) [ 3 ];
    grid-template-columns: repeat(3, 1fr);
    font-size: 18px
}

.footer-contatti {
    background-color: #016080;
    overflow-x: hidden
}

.footer-contatti__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.box-heading {
    display: none
}

.home_content_bottom .box-heading {
    display: block;
    text-transform: uppercase
}

.home_content_bottom .box-content {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns:(1fr) [ 3 ];
    grid-template-columns: repeat(3, 1fr);
    gap: 37px
}

.home_content_bottom .blogarticlelist + .blogarticlelist {
    padding-top: 70px
}

@media (max-width: 768px) {
    .footer-contatti__row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.footer_newsletter {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 40px 0
}

.footer_newsletter__title {
    color: white;
    font-size: 25px;
    line-height: 32px;
    margin-bottom: 28px
}

.footer_newsletter__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%
}

.footer_newsletter__form input {
    width: 300px;
    height: 40px;
    margin-right: 14px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.footer_newsletter__form button {
    width: 150px;
    height: 40px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    background-color: #016080;
    color: white;
    text-align: center;
    line-height: 38px;
    border: 1px solid white;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.footer_social {
    background-color: #024f69;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 33.33%;
    padding: 40px;
    position: relative
}

.footer_social:after {
    display: block;
    content: " ";
    position: absolute;
    left: 100%;
    width: 100vw;
    height: 100%;
    top: 0;
    background-color: #024f69
}

.footer_social__icon {
    width: 30px;
    height: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-right: 0px;
    margin-right: 30px
}

.footer_social__link {
    border-left: 0.6px solid white;
    padding-left: 30px
}

.footer_social a {
    color: white
}

.footer_social ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.footer_social ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px
}

.footer_social ul li:last-child {
    margin-bottom: 0
}

.home_buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #d9d9d9;
    margin-bottom: 35px
}

.home_buttons__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-weight: bold;
    margin-right: 100px;
    border-bottom: 4px solid white;
    cursor: pointer
}

.home_buttons__btn.active {
    border-bottom: 4px solid #016080
}

.btn_corsi:before {
    display: block;
    content: "";
    width: 56px;
    height: 42px;
    margin-bottom: 7px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url("/image/data/icone-mb/corsi/Corsi-formazione-grigio.svg")
}

.btn_corsi.active:before {
    background-image: url("/image/data/icone/corsi-formazione-v.png")
}

.btn_eventi:before {
    display: block;
    content: "";
    width: 56px;
    height: 42px;
    margin-bottom: 7px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url("/image/data/icone-mb/corsi/Eventi-grigio.svg")
}

.btn_eventi.active:before {
    background-image: url("/image/data/icone-mb/corsi/Eventi-blu.svg")
}

.home-moduli {
    background-color: #016080;
    padding: 25px 30px;
    color: white;
    min-height: 100%
}

.home-moduli .article-item {
    display: block;
    margin-bottom: 25px
}

.home-moduli .article-item a {
    padding: 0;
    font-size: 16px;
    color: white;
    background: none;
    border: none
}

.home-moduli__heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    text-transform: uppercase;
    padding-bottom: 15px;
    border-bottom: 1px solid #024f69;
    margin-bottom: 25px
}

.home-moduli__heading h4 {
    color: white;
    margin-bottom: 0;
    margin-left: 9px
}


.ambiente-sicurezza-table {
    border-spacing: 1px;
    background: #cecece;
    border-collapse: separate;
    border: 1px solid grey;
    margin: 0 auto
}

.ambiente-sicurezza-table td {
    background: white;
    text-align: center;
    padding: 3px 5px
}

.video_home {
    margin: 10px 0;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0
}

.video_home iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.video_responsive {
    margin-top: 20px
}

.video_responsive iframe {
    vertical-align: bottom
}

.video_responsive {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0
}

.video_responsive iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.blogarticle-description h1 {
    font-weight: bold;
    font-size: 20px
}

.link_pdf {
    display: inline-block;
    margin: 6px 0;
    line-height: 24px;
    font-weight: bold
}

.link_pdf:before {
    content: " ";
    display: block;
    background: url(/image/pdf-icon.png) no-repeat;
    width: 24px;
    height: 24px;
    float: left;
    margin-right: 8px
}

.blogcategory-description .logo-api p {
    text-align: center;
    -webkit-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 0;
    column-gap: 0;
    padding-top: 10px
}

.blogcategory-description p.no-colonne, .blogcategory-description div.no-colonne, .blogcategory-description div.no-colonne p, .blogcategory-description div.no-colonne * {
    -webkit-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 0px;
    column-gap: 0px
}

.article-allegato {
    padding-top: 37px
}

@media (max-width: 768px) {
    .navbar-default {
        display: none
    }

    .mega-menu-wrapper {
        display: none
    }

    .open-mobile-menu {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        font-size: 28px;
        margin-right: 25px
    }

    .header__logo {
        width: 140px
    }

    .header__search {
        margin-left: 15px;
        padding-left: 15px
    }

    .header .linkAreaRiservata {
        margin-left: 15px;
        padding-left: 15px;
        display: none
    }

    .header .account_profile {
        display: none
    }

    .footer_row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .news_list .box-content {
        -ms-grid-columns:(1fr) [ 1 ];
        grid-template-columns: repeat(1, 1fr)
    }

    .header__social {
        display: none
    }

    footer ul {
        margin-bottom: 20px
    }

    footer h5 {
        margin-bottom: 15px
    }

    .footer_covid_cta__title {
        font-size: 32px;
        line-height: 1.1
    }

    .footer_covid_cta__subtitle {
        color: white;
        font-size: 20px;
        line-height: 1.1
    }

    .footer_social {
        width: 100%;
        background-color: transparent;
        padding: 0 0 40px 0
    }

    .footer_social ul {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        width: 100%;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .footer_social ul li {
        margin-bottom: 0
    }

    .footer_social__icon {
        padding-right: 0;
        margin-right: 0
    }

    .footer_social__link {
        display: none
    }

    .footer_social:after {
        display: none
    }

    .hovercover {
        display: none
    }

    .dropdown-menu {
        left: inherit;
        right: 0
    }

    .isotope {
        text-align: center
    }

    .portfolio-items.col-3 > li {
        width: 49%;
        display: inline-block;
        float: none
    }

    .portfolio-item a {
        margin: 5px;
        padding: 0
    }

    .form_diventasocio table tbody tr td, .form_diventasocio table tbody tr, .form_diventasocio table tbody, .form_diventasocio table {
        display: block;
        padding: 0;
        margin: 0
    }

    table.login-content tbody tr td, table.login-content tbody tr, table.login-content tbody, table.login-content {
        display: block !important;
        padding: 0 !important;
        margin: 0 !important;
        width: 100% !important
    }

    .header_detail:after {
        content: " ";
        display: block;
        height: 1px;
        width: 100%;
        overflow: hidden;
        clear: both
    }

    .header_detail .logo {
        float: none;
        display: block;
        text-align: center
    }

    .header_detail .information {
        width: inherit;
        display: block;
        float: none
    }

    label {
        width: 100%;
        text-align: center;
        padding-right: 0;
        clear: both
    }

    .form-group {
        text-align: center
    }

    .captcha {
        margin-top: 15px
    }

    .row-same-height {
        table-layout: auto
    }

    .border-spacing {
        border-spacing: 0
    }

    .pagination .links {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .pagination .links a {
        margin: 8px 4px 0 4px
    }

    .pagination .links b {
        margin: 8px 4px 0 4px
    }

    #content, .content {
        padding: 0 15px
    }

    .home_content_bottom .box-content {
        -ms-grid-columns:(1fr) [ 2 ];
        grid-template-columns: repeat(2, 1fr);
        gap: 15px
    }


    .wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .wrapper__left {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px
    }

    .blogcategory.fullwidth .article-list {
        -ms-grid-columns:(1fr) [ 1 ];
        grid-template-columns: repeat(1, 1fr)
    }

    .home-moduli {
        margin-top: 30px
    }

    .form-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .form-row .form-group {
        padding: 10px 15px;
        width: 100%
    }

    .form_bottom {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .form_bottom .enter {
        width: 100%
    }

    .form_bottom .form-buttons {
        width: 100%;
        padding: 10px 0 40px 0
    }

    .banner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .banner > div {
        padding: 10px 0
    }

    .wrapper__right {
        padding-bottom: 70px
    }

    .border-spacing > div[class*="col-"] {
        background: #ffffff;
        padding: 20px 0;
        width: 100%
    }
}

@media (max-width: 500px) {
    header {
        padding-bottom: 4px;
        text-align: left
    }

    #logo img {
        width: 100%;
    }

    .servizi_icone li {
        float: none;
        display: block;
        margin-bottom: 16px;
        width: 100%
    }

    .blogcategory-description, .blogarticle-description {
        padding: 0;
        background: #ffffff;
        margin: 0
    }

    h1, .h1 {
        font-size: 26px
    }

    #banner .col-md-3 a:first-child {
        margin-bottom: 16px
    }

    .slideshow {
        margin-bottom: 16px
    }

    .banner_cerca select {
        width: 90% !important
    }

    .row-same-height {
        display: block;
        width: 100%;
        margin: 0
    }

    .row-same-height > div[class*="col-"] {
        display: block;
        float: none !important
    }

    #search {
        position: relative;
        height: 30px;
        float: none;
        margin: 0 auto 16px auto;
        display: inline-block
    }

    #search .label {
        display: none
    }

    .title_new {
        display: block
    }

    .title_new .byline-creatdate {
        display: block;
        border-right: none
    }

    .title_new .name {
        display: block;
        width: 100%;
        padding-left: 0
    }

    .blog_article_login {
        margin: 0 0 10px 12px;
        float: right
    }

    .blogcategory-description p {
        text-align: justify;
        -webkit-column-count: 1 !important;
        column-count: 1 !important;
        -webkit-column-gap: 0px;
        column-gap: 0px
    }

    .table_content {
        display: block
    }

    .table_content .table_cell {
        display: block;
        padding: 0;
        margin: 0
    }

    #column-left {
        width: 100% !important;
        margin: 0 !important
    }

    input, button, select, textarea {
        padding: 4px 16px;
        max-width: 100%
    }

    .article-list {
        -ms-grid-columns:(1fr) [ 1 ];
        grid-template-columns: repeat(1, 1fr);
        gap: 20px
    }

    .home_content_bottom .box-content {
        -ms-grid-columns:(1fr) [ 1 ];
        grid-template-columns: repeat(1, 1fr);
        gap: 15px
    }

    .blogcategory.fullwidth .article-list {
        -ms-grid-columns:(1fr) [ 1 ];
        grid-template-columns: repeat(1, 1fr)
    }
}

.home_vetrina td {
    padding: 0 15px
}

.link1 {
    font-weight: bold;
    display: block;
    margin: 0 0 15px 0
}

.table_content {
    display: table;
    width: 100%
}

.table_content .table_cell {
    display: table-cell;
    vertical-align: top
}

.table_content .table_cell:last-child {
    width: 100%
}

.home_content #column-left {
    margin: 0;
    padding: 0;
    width: 100%
}

.home_content #column-left .article-module > div .name a, .home_content #column-right .article-module > div .name a {
    padding: 0;
    border-bottom: none;
    line-height: 17px;
    font-size: 14px;
    letter-spacing: normale;
    font-weight: 700;
    margin-bottom: 5px
}

.home_content #column-left .article-module > div .name a:hover {
    color: #6f766e;
    background: none
}

.home_content .article-module .description {
    margin-bottom: 9px
}

.home_content .article-module > div {
    margin-bottom: 9px
}

.org {
    width: 100%;
    border-spacing: 1px;
    background: #f0f0f0;
    border-collapse: inherit;
    margin: 10px 0
}

.org td {
    background: #ffffff;
    padding: 8px 16px;
    width: 50%;
    vertical-align: top
}

.org td:nth-child(odd) {
    text-align: right
}

.org td:nth-child(even) {
    text-align: left
}

.title_new {
    display: table;
    margin-bottom: 11px;
    width: 100%
}

.title_new .byline-creatdate {
    display: table-cell;
    vertical-align: middle;
    border-right: 2px solid #016080
}

.title_new .byline-creatdate span {
    line-height: 21px;
    display: block;
    position: relative;
    padding: 0 7px 0 0
}

.title_new .name {
    display: table-cell;
    width: 100%;
    padding-left: 11px
}

.title_new .name a {
    padding: 0 0 2px 0 !important;
    line-height: 21px;
    margin: 0 !important
}

h1.cat55_71, h1.cat55_72, h1.cat55_73, h1.cat55_74, h1.cat40, h1.cat55_75, h1.cat55_76, h1.cat55_77, h1.cat55_78, h1.cat55_79, h1.cat55_80, h1.cat55_124 {
    padding-top: 100px
}

h1.cat55_71:before, h1.cat55_72:before, h1.cat55_73:before, h1.cat55_74:before, h1.cat55_75:before, h1.cat55_76:before, h1.cat55_77:before, .blogcategory-description h1.cat40:before, h1.cat55_78:before, h1.cat55_79:before, h1.cat55_80:before, h1.cat55_124:before, .blogcategory-description h1.cat108:before {
    content: " ";
    display: inline-block;
    width: 90px;
    height: 90px;
    clear: both;
    text-align: center;
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -50px;
    background-repeat: no-repeat;
    background-size: 90px 90px
}

h1.cat55_46:before, h1.cat46 {
    background-image: url(/image/data/icone-mb/icona_cat_46.png)
}

h1.cat55_71:before, h1.cat71 {
    background-image: url(/image/data/icone-mb/icona_cat_71.png)
}

h1.cat55_72:before, h1.cat72 {
    background-image: url(/image/data/icone-mb/icona_cat_72.png)
}

h1.cat55_73:before, h1.cat73 {
    background-image: url(/image/data/icone-mb/icona_cat_73.png)
}

h1.cat55_74:before, h1.cat74 {
    background-image: url(/image/data/icone-mb/icona_cat_74.png)
}

h1.cat55_75:before, h1.cat75 {
    background-image: url(/image/data/icone-mb/icona_cat_75.png)
}

h1.cat55_76:before, h1.cat76 {
    background-image: url(/image/data/icone-mb/icona_cat_76.png)
}

h1.cat55_77:before, h1.cat40:before, h1.cat77, h1.cat40, h1.cat108:before, h1.cat121 {
    background-image: url(/image/data/icone-mb/icona_cat_77.png)
}

h1.cat55_78:before, h1.cat78, h1.cat84, h1.cat85, h1.cat86 {
    background-image: url(/image/data/icone-mb/icona_cat_78.png)
}

h1.cat55_79:before, h1.cat79 {
    background-image: url(/image/data/icone-mb/icona_cat_79.png)
}

h1.cat55_80:before, h1.cat80 {
    background-image: url(/image/data/icone-mb/icona_cat_80.png)
}

h1.cat55_124:before, h1.cat55_124 {
    background-image: url(/image/data/icone-mb/icona_cat_124.png)
}

h1.cat58 {
    background-image: url(/image/data/icone-mb/icona_cat_58.png)
}

h1.cat108 {
    background-image: url(/image/data/icone-mb/icona_cat_77.png)
}

h1.cat108 {
    padding-top: 100px
}

h1.iconcat {
    width: 25px;
    height: 25px;
    padding-top: inherit;
    background-size: 25px 25px;
    position: relative;
    top: inherit;
    left: inherit;
    display: block;
    margin: inherit;
    margin: 0px 3px 0 0;
    float: left
}

h3.artlistcat.cat55_71, h3.artlistcat.cat55_72, h3.artlistcat.cat55_73, h3.artlistcat.cat108, h3.artlistcat.cat55_74, h3.artlistcat.cat55_75, h3.artlistcat.cat55_75, h3.artlistcat.cat55_76, h3.artlistcat.cat55_78, h3.artlistcat.cat55_79, h3.artlistcat.cat55_78_84, h3.artlistcat.cat55_78_85, h3.artlistcat.cat55_78_86 {
    display: block
}

.col-top {
    vertical-align: top
}

.col-middle {
    vertical-align: middle
}

.col-bottom {
    vertical-align: bottom
}

.row.table_row {
    display: table
}

.row.table_row {
    display: table
}

.row-full-height {
    height: 100%
}

.col-full-height {
    height: 100%;
    vertical-align: middle
}

.row-same-height {
    display: table;
    width: 100%;
    table-layout: fixed
}

.row-same-height > div[class*="col-"] {
    display: table-cell;
    float: none !important
}

.border-spacing {
    border-spacing: 30px
}

.border-spacing > div[class*="col-"] {
    background: #ffffff;
    padding: 30px
}

#back-product {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 5;
    display: none
}

#back-product a {
    display: block;
    width: 50px;
    height: 50px;
    overflow: hidden;
    text-indent: 55px;
    -webkit-transition: 1s;
    transition: 1s;
    margin: 0 40px 40px 0
}

#back-product a span {
    display: block;
    width: 50px;
    height: 50px;
    background: #009733 url(/image/left-arrow.png) no-repeat center center;
    -webkit-transition: 1s;
    transition: 1s
}

#back-product a:hover span {
    background-color: #8e8e8e
}

#dettaglio {
    position: relative
}

.model {
    display: none
}

#gallery {
    position: relative;
    margin-left: 0px;
    margin-top: 30px;
    margin-bottom: 30px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
}

#gallery .item {
    width: auto;
}

#banner .col-md-3 a {
    display: block
}

#banner .col-md-3 a img {
    width: 100% !important
}

#banner .col-md-3 a:first-child {
    margin-bottom: 32px
}

.login-content input {
    padding: 10px 30px;
    border-radius: 0;
    margin: 7px 0;
    border: 1px solid #bfbfbf
}

table.login-content {
    border-spacing: 26px;
    border-collapse: separate
}

table.login-content > tbody > tr > td {
    padding: 6px 26px 14px 26px;
    background: #ffffff;
    width: 50%
}

table.login-content table {
    border-spacing: 6px;
    border-collapse: separate
}

.error {
    color: red;
    letter-spacing: 2px;
    display: block;
    font-size: 10px
}

.required-text {
    display: block;
    font-weight: 700;
    font-size: 14px;
    line-height: 25px
}

body {
    font-family: "Oxygen", sans-serif;
    color: #4c4845;
    line-height: 1.7;
    font-size: 16px;
    font-weight: normal;
    overflow-x: hidden;
    letter-spacing: 0.28px
}

a {
    color: #016080;
    text-decoration: none
}

a:hover {
    color: #6f766e;
    text-decoration: none
}

.open-mobile-menu {
    display: none
}

.text-center {
    text-align: center
}

.grid {
    display: -ms-grid;
    display: grid
}

.grid.grid_4 {
    -ms-grid-columns:(1fr) [ 4 ];
    grid-template-columns: repeat(4, 1fr);
    gap: 60px
}

@media (max-width: 768px) {
    .servizi_icone ul {
        grid-template-columns: repeat(2, 1fr);
        gap: 5px
    }

    .portfolio-filter {
        margin-bottom: 50px;
        text-align: center;
    }

    .portfolio-filter > li {
        display: inline-block;
        margin: 15px 0;
    }

    .portfolio-filter > li a {
        color: #fff !important;
        background-color: #016080;
        border-color: #016080;
        padding: 15px;
    }

    .portfolio-items {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 32px;
    }

    .portfolio-item a {
        position: relative;
        display: block;
        padding: 20px;
        margin: 0 15px 15px 15px;
        border: 4px solid #f0f0f0;
        min-height: 205px;
    }

    .portfolio-filter > li a.active {
        background: #C7C7C7;
        border-color: #C7C7C7;
    }

    .header_detail {
        display: block;
        text-align: center;
    }

    .grid.grid_4 {
        -ms-grid-columns:(1fr) [ 1 ];
        grid-template-columns: repeat(1, 1fr);
        gap: 20px
    }

    .image-additional {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }

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

    .home-slider .swiper-button-next, .home-slider .swiper-button-prev {
        display: none;
    }
    .home-slider .swiper-pagination {
        display: none;
    }
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.justify-content-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.col {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.align-items-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@-webkit-keyframes click-wave {
    0% {
        height: 40px;
        width: 40px;
        opacity: 0.35;
        position: relative
    }
    100% {
        height: 200px;
        width: 200px;
        margin-left: -80px;
        margin-top: -80px;
        opacity: 0
    }
}

@keyframes click-wave {
    0% {
        height: 40px;
        width: 40px;
        opacity: 0.35;
        position: relative
    }
    100% {
        height: 200px;
        width: 200px;
        margin-left: -80px;
        margin-top: -80px;
        opacity: 0
    }
}

@media (max-width: 420px) {
    .servizi_icone ul {
        grid-template-columns: repeat(1, 1fr);
        gap: 5px
    }
    .image-additional {
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
    }
    .banner__info__2023 {
        gap: 10px;
        grid-template-columns: repeat(1, 1fr);
    }
}