body {
    font-family: 'CeraPro';
    color: #4C4C4C;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
.gugi {
    font-family: 'Gugi', cursive;
}

a {
    text-decoration: none;
}

input:focus,
textarea:focus,
button:focus,
.form-control:focus,
.btn:focus {
    outline: none;
    border-color: inherit;
    -webkit-box-shadow: none;
    box-shadow: none;
}

hr {
    background-color: #C4C4C4;
    opacity: .5;
}

#topbar {
    background-color: #0F2F65;
    color: #fff;
    font-size: 12px;
    line-height: 14px;
    height: 40px;
}

#topbar a {
    color: #fff;
}

#topbar .row {
    height: 40px;
}

.col-topsocial {
    position: relative;
    margin-right: 1rem;
}

.col-topsocial::before {
    content: '';
    position: absolute;
    top: 8px;
    width: 1px;
    height: 24px;
    background-color: #1C4C9E;
    right: -1rem;
}

header {
    align-items: center;
    height: 110px;
    background: #FFF;
    /*display: flex;
    padding: 2rem 1rem;
    position: absolute;*/
    z-index: 3;
    top: 0;
    width: 100%;
}

#topbar+header {
    top: 40px;
}

header.sticky {
    /*position: sticky;*/
    top: 0 !important;
}

header .nav {}

.nav-up,
#topbar+header.nav-up {
    top: -10rem;
}

header.nav-down.not-top {
    position: fixed;
    top: 0 !important;
}

.nav-down.hidden {
    transition: all 0.2s;
}


#mainmenu {
    font-family: 'Gugi', cursive;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: .5px;
    text-transform: uppercase;
    border-radius: 9px;
    z-index: 3;
}

header .row {
    height: 110px;
}

main {
    padding-top: 10px;
}

body.bgheader main {
    position: relative;
}

body.bgheader main::before {
    content: '';
    background-size: cover;
    background-position: center center;
    position: absolute;
    top: 0;
    left: 0;
    height: 470px;
    width: 100%;
}

body.bgheader.plcbg main {
    background-image: url(../img/plcbg.jpg);
    background-repeat: no-repeat;
}

body.bgheader main::after {
    content: '';
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.6) 24%, rgba(255, 255, 255, 0.1) 100%);
    top: 0;
    left: 0;
    height: 150px;
    width: 100%;
    position: absolute;
}

body.bgheader header {
    background: transparent;
}

body.bgheader header.bgactive {
    background: #fff;
}

/* cerca */

.inpersrch input.form-control {
    border: 1px solid #E7E7E7;
    background-color: #F2F2F2;
    color: #212529;
    height: 52px;
    line-height: 52px;
    border-right: 0;
    border-radius: 8px;
}

.inpersrch input.form-control::placeholder {
    font-size: 13px;
    color: #898989;
}

.inpersrch button.btn {
    border: 1px solid #E7E7E7;
    background-color: #F2F2F2;
    padding: 3px 5px;
    border-left: 0;
    border-radius: 8px;
}

.inpersrch button span.ico-btn-search {
    background: #fff;
    border-radius: 8px;
    border: 0;
    height: 42px;
    width: 42px;
    position: relative;
    display: block;
}

.inpersrch button span.ico-btn-search::after {
    content: '';
    -webkit-mask: url(../img/ico-cerca.svg) no-repeat center;
    mask: url(../img/ico-cerca.svg) no-repeat center;
    background-color: #00863E;
    width: 20px;
    height: 20px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
}

.inpersrch button span.ico-btn-search:hover::after {
    background-color: #fff;
}

.inpersrch button span.ico-btn-search:hover {
    border: 1px solid #00863E;
    background-color: #00863E;
}

@media(min-width:992px) {
    .search-bar {
        display: unset;
        position: relative;
        height: 100%;
        width: 100%;
        background: unset;
        padding: 0;
        transition: unset;
        top: unset;
        left: unset;
    }

    #dismiss-search {
        display: none;
    }

    .menup ul li ul li {
        line-height: 100%;
    }
}

@media(max-width:991px) {

    header,
    header .row {
        height: auto;
    }

    header.sticky {
        position: sticky;
    }

    header {
        padding: 10px 0;
    }

    main {
        padding-top: 10px;
    }

    .search-bar {
        padding: 50px;
        transition: opacity 0.3s ease-out, top 0.3s step-end;
        display: none;
        position: fixed;
        height: 100%;
        width: 100%;
        z-index: 100;
        background: #ffffff;
        top: 0;
        left: 0;
        padding-top: 30vh;
    }

    .search-bar.opensearch {
        display: block;
        animation: opacitysearchout .2s ease-out;
        animation: opacitysearchout .2s ease-out;
    }

    #dismiss-search {
        width: 35px;
        height: 35px;
        position: absolute;
        top: 50px;
        right: 50px;
        color: #151616;
        font-size: 20px;
        cursor: pointer;
        z-index: 51;
    }

    /*
    #dismiss-search .close-left, #dismiss-search .close-right {
        background: #fff;
    }*/

    .close-left {
        height: 30px;
        width: 2px;
        background: #151616;
        position: absolute;
        display: block;
        z-index: 1;
        right: 2px;
        -webkit-transform: scale3d(1, .65, 1);
        transform: scale3d(1, .65, 1);
        -webkit-transform-origin: 0 100%;
        transform-origin: 0 100%;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .close-right {
        height: 30px;
        width: 2px;
        background: #151616;
        position: absolute;
        display: block;
        z-index: 1;
        left: 10px;
        -webkit-transform: scale3d(1, .65, 1);
        transform: scale3d(1, .65, 1);
        -webkit-transform-origin: 100% 100%;
        transform-origin: 100% 100%;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    #searchoverlay {
        max-width: 900px;
        margin: 0 auto;
    }

    button.btn-search {
        background: #f2f2f2;
        height: 37px;
        width: 37px;
        border-radius: 4px;
        border: 0;
        position: relative;
    }

    button.btn-search:before {
        content: '';
        position: absolute;
        transform: translate(-50%, -50%);
        top: 50%;
        left: 50%;
        background: url(../img/ico-cerca.svg) no-repeat;
        width: 16px;
        height: 16px;
    }
}

.btn-lng {
    color: #fff;
    font-size: 14px;
    line-height: 100%;
    padding: 0;
    border: 0;
    text-transform: uppercase;
}

.btn-lng:hover {
    color: #fff;
}

.btn-lng:focus {
    border: 0;
}

div.mod-languages .btn-lng img,
#topbar div.mod-languages img {
    position: relative;
    top: -2px;
    padding-right: .3rem;
}

#topbar ul.lang-block li a {
    color: #0F2F65;
    font-size: 14px;
}

/* fine cerca */

.chiama-heder {
    position: relative;
}

.chiama-heder::before {
    content: '';
    background-image: url(../img/ico-chiama.svg);
    background-repeat: no-repeat;
    position: absolute;
    width: 42px;
    height: 44px;
    left: -50px;
    top: 50%;
    transform: translateY(-50%);
}

.chiama-heder {
    margin-left: 40px;
}

.chiama-heder a.hmail {
    color: #0F2F65;
    font-size: 16px;
    line-height: 100%;
    margin-bottom: 3px;
    margin-top: 2px;
}

.chiama-heder a.htel {
    color: #00863E;
    font-size: 22px;
    line-height: 100%;
    letter-spacing: 0.2px;
}

.menu-topbar {
    gap: 15px;
    font-family: 'Gugi', cursive;
    display: flex;
    justify-content: center;
    text-transform: uppercase;
}

.menubar {
    background: #FFFFFF;
    box-shadow: 0px 0px 15px #00000014;
    border-radius: 10px;
    height: 60px;
    line-height: 60px;
    position: relative;
}

.menup ul.mod-menu li a {
    padding: 0 20px;
    color: #4D4D4D;
    text-decoration: none;
}

.menup ul.mod-menu li a:hover {
    color: #0F2F65;
    text-decoration: underline;
    text-underline-offset: 4px;
}

@media (min-width: 992px) and (max-width:1199px) {
    #mainmenu {
        font-size: 13px;
    }
}

@media (min-width: 992px) {

    #mainmenu {
        position: sticky;
        top: 0;
        background: white;
        border-radius: 0;
        /*position: relative;*/
    }

    #mainmenu::after {
        content: '';
        position: absolute;
        width: 100%;
        height: 1px;
        background: transparent;
        border-top: 1px solid #f1f1f1;
        top: 50%;
        transform: translateY(-50%);
        z-index: -1;
        margin-top: 30px;
    }

    .nav {
        align-items: center;
    }

    .menubar {
        background: #009BA4;
        display: flex;
        align-items: center;
        top: 30px;
        margin-bottom: 30px;
        margin-top: -30px;
    }

    .menubar .menup {
        flex: 1;
    }

    .menup ul.mod-menu li ul li {
        font-size: 13px;
    }

    .menup ul.mod-menu li ul li a {
        padding: 10px 10px 10px 20px;
        display: block;
    }

    .menup .dropdown-menu {
        top: -15px !important;
        min-width: 200px;
    }

    .menup ul.mod-menu>li:last-child {
        margin: 0px 8px 0 auto;
        padding-left: 10px;
    }

    .menup ul.mod-menu li ul li:last-child {
        margin: 0;
    }

    .menup ul.mod-menu li a.btn-area-riservata {
        background-color: #0F2F65;
        border-radius: 7px;
        color: #fff;
        padding: 0 15px;
        /*line-height: 44px;*/
        height: 44px;
        /*display: block;*/
        max-width: 155px;
        line-height: normal;
        display: flex;
    }

    .menup ul.mod-menu li {
        flex: 1;
    }

    .menup ul.mod-menu li a {
        color: #FFFFFF;
        display: flex;
        align-items: center;
        max-width: 160px;
        word-break: break-word;
        white-space: normal;
        line-height: 1.5;
        text-align: center;
        justify-content: center;
    }

    .menup ul.mod-menu li a.btn-area-riservata:hover {
        text-decoration: none;
        background-color: #0F2F65;
    }

    .menup ul.mod-menu ul.dropdown-menu li a {
        color: #4d4d4d;
        display: block;
        text-align: left;
        max-width: unset;
        line-height: normal;
    }

    .menup ul.mod-menu ul.dropdown-menu.show {
        transform: translate(0px, 65px) !important;
        border-radius: 10px;
    }

    .menup ul.mod-menu li:nth-child(3) ul.dropdown-menu.show {
        transform: translate(-320px, 65px) !important;
        padding-top: 25px;
        border-radius: 10px;
        width: 1297px;
        display: grid;
        grid-template-columns: repeat(5, 1fr);
    }

    .menup ul.mod-menu li:nth-child(3) ul.dropdown-menu.show li {
        display: flex;
        justify-content: center;
    }

    .menup ul.mod-menu li:nth-child(3) ul.dropdown-menu.show li a img {
        height: 50px;
    }

    .menup ul.mod-menu li:nth-child(3) ul.dropdown-menu.show li a span {
        height: 45px;
        width: 100%;
    }

    .menup ul.mod-menu li:nth-child(3) ul.dropdown-menu.show li a {
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 10px;
        text-align: center;
    }

    .menup ul.mod-menu li:nth-child(9),
    .menup ul.mod-menu li:nth-child(10),
    .menup ul.mod-menu li:nth-child(11) {
        display: none;
    }

    .mobile-searchbar {
        display: none;
    }

    #bottomrow2 .logo-bottom {
        flex: 1;
    }
}


@media (max-width: 1400px) and (min-width: 1201px) {
    .menup ul.mod-menu li a {
        max-width: 134px;
    }

    .menup ul.mod-menu li:nth-child(3) ul.dropdown-menu.show {
        transform: translate(-275px, 65px) !important;
        width: 1117px;
        row-gap: 20px;
    }

    .menup ul.mod-menu li:nth-child(3) ul.dropdown-menu.show li a span {
        height: 45px;
        width: 100%;
    }
}

@media (max-width: 1200px) and (min-width: 992px) {
    .menup ul.mod-menu li a {
        max-width: 111px;
    }

    .menup ul.mod-menu>li:last-child {
        padding-left: 5px;
    }

    .menup ul.mod-menu li:nth-child(3) ul.dropdown-menu.show {
        transform: translate(-223px, 65px) !important;
        width: 938px;
        row-gap: 40px;
    }

    .menu-topbar {
        justify-content: left;
    }
}

@media (max-width: 410px) {
    .col-topsocial {
        display: none;
    }
}

@media (max-width: 991px) {
    .searchbar {
        display: none;
    }

    .mobile-searchbar .search-bar {
        position: unset;
        padding: 3vh 0 0 0;
    }

    ul.socialbottom {
        justify-content: center;
        margin-bottom: 2rem !important;
    }

    h6.followbottom {
        display: flex;
        justify-content: center;
    }

    h6.followbottom span {
        padding-right: 0;
    }

    .menup ul.mod-menu li:nth-child(3) ul.dropdown-menu.show {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

    .menup ul.mod-menu li:nth-child(3) ul.dropdown-menu.show li a img {
        height: 40px;
    }

    .menup ul.mod-menu li:nth-child(3) ul.dropdown-menu.show li a span {
        height: 45px;
        width: 100%;
    }

    .menup ul.mod-menu li:nth-child(3) ul.dropdown-menu.show li a {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 10px;
        text-align: center;
    }

    #mainmenu {
        height: 100%;
        line-height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        font-size: 20px;
        z-index: -1;
        background: #fff;
        padding: 20px 0 0px 0px;
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        transform: translateX(-100%);
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
        width: 100%;
        max-width: 100%;
        margin-top: 0;
        border-radius: 0;
        overflow: scroll;
    }

    #mainmenu.active {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
        z-index: 9999;
    }

    .menubar {
        box-shadow: unset;
        border-radius: 0;
        height: 100vh;
        line-height: 100%;
        position: relative;
    }

    .menubar .nav {
        display: flex;
        flex-direction: column;
        padding-left: 0;
        margin-bottom: 0;
        list-style: none;
    }

    .menubar .menup {
        position: relative;
        top: 40px;
        text-align: center;
    }

    .menubar .menup ul.mod-menu li a {
        padding: 20px 1vw;
        color: #4D4D4D;
        display: block;
        text-align: left;
    }

    .menubar .menup ul.mod-menu li a:focus {
        text-decoration: none;
    }

    .menup .dropdown-menu {
        position: static !important;
        transform: unset !important;
        border: 0 !important;
    }

    .menubar .menup ul.mod-menu li ul li a {
        padding: 15px 1vw;
    }

    .menubar .menup ul.mod-menu li ul li:first-child a {
        padding-top: 0;
    }

    .menubar .menup ul.mod-menu li:nth-child(3) ul li:first-child a {
        padding-top: 15px;
    }

    .cerca-titolo {
        width: 100%;
        text-align: center;
        font-family: 'Gugi', cursive;
        font-size: 24px;
        text-transform: uppercase;
    }
}


.nav-btn {
    top: 10px;
    position: relative;
}

#nav-icon {
    cursor: pointer;
    height: 37px;
}

#nav-icon span {
    width: 0;
    height: 2px;
    -webkit-backface-visibility: hidden;
}

#nav-icon span.visible {
    width: 30px;
    margin-bottom: 6px;
    display: block;
}

#nav-icon span.visible.long {
    width: 24px;
}

#nav-icon span.visible:last-child {
    margin: 0;
}

#nav-icon span {
    background: #000;
}

#chiudi {
    display: none;
}

#nav-icon span.close-left {
    background: #000;
    position: relative;
    display: block;
    top: 7px;
    z-index: 10000;
    right: -2px;
    -webkit-transform: scale3d(1, .65, 1);
    transform: scale3d(1, .65, 1);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 30px;
    height: 2px;

}

#nav-icon span.close-right {
    background: #000;
    position: relative;
    display: block;
    top: 5px;
    z-index: 10000;
    left: 10px;
    -webkit-transform: scale3d(1, .65, 1);
    transform: scale3d(1, .65, 1);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 30px;
    height: 2px;
    left: -7px;
}

#nav-icon .nav-btn.btn-x span.visible {
    display: none;
}

.nav-btn.btn-x #chiudi,
#chiudi.btn-x {
    display: block;
    animation: fadein 2s;
}

#chiudi.btn-x {
    position: fixed;
    width: 36px;
    height: 36px;
    top: 20px;
    right: 20px;
    z-index: 3;
}

.mod-bottomerepair,
.mod-bottomerepair a {
    color: #61636D;
}

.mod-bottomerepair a:hover {
    text-decoration: underline;
    text-underline-offset: 4px;
}

.mod-bottomerepair {
    margin-bottom: 2rem;
}

footer .h6,
footer h6 {
    color: #00863E;
    line-height: 100%;
    text-transform: uppercase;
    margin-bottom: 1rem;
    font-size: 1rem;
    font-family: 'Gugi', cursive;
    margin-top: 0;
    font-weight: 500;
    line-height: 1.2;
}

footer p {
    margin-bottom: 0;
}

#bottomrow1 {
    font-size: 13px;
}

ul.mod-bottom-menu {
    padding: 0;
    margin: 0;
}

ul.mod-bottom-menu li {
    list-style: none;
    line-height: 100%;
}

ul.mod-bottom-menu li a {
    color: #61636D;
    line-height: 100%;
    padding-bottom: 13px;
    display: block;
}

ul.mod-bottom-menu li a:hover {
    text-decoration: underline;
    text-underline-offset: 4px;
}

h6.followbottom {
    margin-bottom: 1rem;
    position: relative;
}

h6.followbottom span {
    z-index: 2;
    background: #fff;
    position: relative;
    padding-right: 30px;
}

/*h6.followbottom::before{
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    border-top: 1px solid #C4C4C4;
    opacity: .5;
    top:50%;
    transform: translateY(-50%);
    z-index: 1;
}*/

ul.socialbottom,
ul.socialtop {
    padding: 0;
    display: flex;
}

ul.socialbottom li,
ul.socialtop li {
    list-style: none;
    display: flex;
    margin: 0 10px 0 0;
}

ul.socialbottom li a {
    background: #F3F3F3;
    color: #A8A8A8;
    border-radius: 8px;
    width: 43px;
    height: 43px;
    position: relative;
}

ul.socialbottom li a:hover {
    background: #C7CFDB;
    color: #0F2F65;
}

ul.socialbottom li a span {
    background-color: #A8A8A8;
    height: 16px;
    width: 16px;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

ul.socialtop li a span {
    background-color: #fff;
    height: 16px;
    width: 16px;
    display: block;
}

ul.socialbottom li a:hover>span {
    background-color: #0F2F65;
}

ul.socialbottom li a span.ico-b-fb,
ul.socialtop li a span.ico-t-fb {
    -webkit-mask: url(../img/facebook.svg) no-repeat center;
    mask: url(../img/facebook.svg) no-repeat center;
}

ul.socialbottom li a span.ico-b-in,
ul.socialtop li a span.ico-t-in {
    -webkit-mask: url(../img/instagram.svg) no-repeat center;
    mask: url(../img/instagram.svg) no-repeat center;
}

ul.socialbottom li a span.ico-b-pn,
ul.socialtop li a span.ico-t-pn {
    -webkit-mask: url(../img/pinterest.svg) no-repeat center;
    mask: url(../img/pinterest.svg) no-repeat center;
}

ul.socialbottom li a span.ico-b-tw,
ul.socialtop li a span.ico-t-tw {
    -webkit-mask: url(../img/x-twitter-brands-solid.svg) no-repeat center;
    mask: url(../img/x-twitter-brands-solid.svg) no-repeat center;
}

ul.socialbottom li a span.ico-b-ln,
ul.socialtop li a span.ico-t-ln {
    -webkit-mask: url(../img/linkedin.svg) no-repeat center;
    mask: url(../img/linkedin.svg) no-repeat center;
}

ul.socialbottom li a span.ico-b-yt,
ul.socialtop li a span.ico-t-yt {
    -webkit-mask: url(../img/youtube.svg) no-repeat center;
    mask: url(../img/youtube.svg) no-repeat center;
}

#copyright {
    font-size: 12px;
    line-height: 18px;
}

a.btn-white {
    background: #fff;
    color: #00863E !important;
    font-size: 14px;
    padding: 15px;
    text-transform: uppercase;
    border-radius: 5px;
    line-height: 100%;
}

a.btn-white:hover {
    background: #0F2F65;
    color: #fff !important;
}

a.btn-verde {
    background-color: #00863E;
    border-radius: 7px;
    color: #fff;
    padding: 0 15px;
    line-height: 44px;
    height: 44px;
    display: inline-block;
    font-family: 'Gugi', cursive;
    text-transform: uppercase;
}

a.btn-verde:hover {
    text-decoration: none;
    background-color: #0F2F65;
}

a.btn-siemens {
    background-color: #009BA4;
    border-radius: 7px;
    color: #fff;
    padding: 0 15px;
    line-height: 44px;
    font-size: 14px;
    height: 44px;
    display: inline-block;
    font-family: 'Gugi', cursive;
    text-transform: uppercase;
}

a.btn-siemens:hover {
    text-decoration: none;
}

@media (min-width: 1400px) {
    .sppb-row-container {
        max-width: 1320px;
    }

    .menup ul.mod-menu li a {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }

    .menup ul.mod-menu ul.dropdown-menu li a {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }

    .menup ul.mod-menu li:nth-child(4) a {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important;
    }

    .menup ul.mod-menu li:nth-child(5) a {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important;
    }

    .menup ul.mod-menu li:nth-child(6) a {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important;
    }
}

.hoversiemens:hover img {
    filter: invert(36%) sepia(97%) saturate(1033%) hue-rotate(151deg) brightness(94%) contrast(101%);
}

.hoversiemens:hover a {
    color: #009BA4 !important;
}

.sppb-btn {
    border-radius: 7px !important;
}

/* Home page style*/

.ico-featured {
    background-color: #F2F2F2;
    height: 120px;
    border-radius: 22px;
    display: block;
}

.ico-featured a {
    position: relative;
    padding: 44px 30px;
    display: block;
}

.ico-featured a::before {
    position: absolute;
    content: '';
    background-color: #61636D;
    left: 40px;
    top: 50%;
    transform: translateY(-50%);
}

.ico-featured a:hover:before {
    background-color: #009BA4;
}

.ico-featured.ico-fd-servizi a::before {
    -webkit-mask: url(../img/ico-servizi.svg) no-repeat center;
    mask: url(../img/ico-servizi.svg) no-repeat center;
    width: 62px;
    height: 44px;
}

.ico-featured.ico-fd-invtecn a::before {
    -webkit-mask: url(../img/ico-innovazione-tecnologica.svg) no-repeat center;
    mask: url(../img/ico-innovazione-tecnologica.svg) no-repeat center;
    width: 52px;
    height: 60px;
}

.ico-featured.ico-fd-categorie a::before {
    -webkit-mask: url(../img/ico-categorie.svg) no-repeat center;
    mask: url(../img/ico-categorie.svg) no-repeat center;
    width: 55px;
    height: 58px;
}

.ico-featured.ico-fd-manutenzione a::before {
    -webkit-mask: url(../img/ico-manutenzione.svg) no-repeat center;
    mask: url(../img/ico-manutenzione.svg) no-repeat center;
    width: 31px;
    height: 67px;
}

.ico-featured h3 {
    margin-left: 90px !important;
}

.ico-featured.ico-fd-servizi h3 {
    margin-left: 95px !important;
}

.ico-featured.ico-fd-invtecn h3 {
    margin-left: 85px !important;
}

.ico-featured.ico-fd-categorie h3 {
    margin-left: 86px !important;
}

.ico-featured.ico-fd-manutenzione h3 {
    margin-left: 63px !important;
}

@media(min-width:992px) and (max-width:1199px) {
    .ico-featured a::before {
        left: 20px;
    }

    .ico-featured.ico-fd-manutenzione h3 {
        margin-left: 35px !important;
    }

    .ico-featured.ico-fd-servizi h3 {
        margin-left: 65px !important;
    }

    .ico-featured.ico-fd-categorie h3 {
        margin-left: 60px !important;
    }

    .ico-featured.ico-fd-invtecn h3 {
        margin-left: 55px !important;
    }
}

@media(max-width:991px) {

    .ico-featured.ico-fd-manutenzione h3,
    .ico-featured.ico-fd-servizi h3,
    .ico-featured.ico-fd-invtecn h3,
    .ico-featured.ico-fd-categorie h3 {
        margin-left: 95px !important;
    }

    .ico-featured.ico-fd-manutenzione a::before {
        left: 56px;
    }

    .ico-featured.ico-fd-invtecn a::before,
    .ico-featured.ico-fd-categorie a::before {
        left: 45px;
    }
}

@media (min-width: 576px) and (max-width:767px) {
    .ico-featured h3 {
        font-size: 16px !important;
        line-height: 20px;
    }

    .ico-featured a::before {
        left: 20px;
    }

    .ico-featured a {
        padding: 34px 10px;
    }

    .ico-featured.ico-fd-manutenzione a::before {
        left: 36px;
    }

    .ico-featured.ico-fd-invtecn a::before,
    .ico-featured.ico-fd-categorie a::before {
        left: 25px;
    }

}

@media (min-width: 576px) and (max-width:991px) {
    .hackcol12 .sppb-col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

.cir-econ-wrap {
    font-family: 'Gugi', cursive;
}

.circ-econ {
    position: relative;
    font-size: 30px;
    margin-left: 50px;
}

.circ-econ::before {
    position: absolute;
    content: '';
    width: 43px;
    height: 43px;
    background: url(../img/circular-economy.svg) no-repeat;
    top: 50%;
    left: -50px;
    transform: translateY(-50%);
}

.circ-text-econ {
    font-size: 20px;
    text-transform: uppercase;
    position: relative;
    margin-left: 30px;
    display: inline;
}

.circ-text-econ::before {
    content: '';
    position: absolute;
    content: '';
    width: 2px;
    height: 30px;
    background: #007838;
    top: 50%;
    transform: translateY(-50%);
    left: -18px;
}

@media(min-width:1200px) and (max-width:1399px) {
    .circ-text-econ {
        font-size: 16px;
    }
}

@media(max-width:991px) {
    .circ-text-econ {
        margin-top: 10px;
    }

    .circ-text-econ::before,
    .circ-econ::before {
        display: none;
        text-align: center;
    }

    .circ-text-econ,
    .circ-econ {
        text-align: center;
        margin-left: 0;
        display: block;
    }
}

/*SLIDE HOME*/

.carousel-section {
    overflow: hidden;
}

#slidehome {
    width: 100%;
}

.row-slideitem {
    height: 320px;
    background: #F1F1F1;
    border-radius: 20px;
}

.col-cpt {
    position: relative;
}

.slidecpt {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    padding: 0 50px;
    font-weight: 300;
    font-size: 15px;
}

.slidecpt h3 {
    color: #00863E;
    text-transform: capitalize;
    background-repeat: no-repeat;
    padding-left: 50px;
    line-height: 40px;
    min-height: 40px;
    background-position: 0 0px;
}

.slideimg {
    border-radius: 20px 0 0 20px;
    position: relative;
    background-position: center right;
}

.slideimg::before {
    content: '';
    position: absolute;
    display: block;
    left: unset;
    right: -1px;
    -webkit-clip-path: polygon(100% 0%, 0% 100%, 100% 100%);
    clip-path: polygon(100% 0%, 0% 100%, 100% 100%);
    top: 0;
    bottom: 0;
    width: 50px;
    height: 100%;
    background: #f1f1f1;
}

.dximgslide .slideimg::before {
    left: 0;
    right: unset;
    -webkit-clip-path: polygon(0% 0%, 0% 100%, 100% 100%);
    clip-path: polygon(0% 0%, 0% 100%, 100% 100%);
}

.dximgslide .slideimg {
    border-radius: 0 20px 20px 0;
}

.carousel-section .owl-carousel .owl-stage-outer {
    overflow: unset;
}

.slidehome-dots {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
}

.slidehome-dots button.owl-dot {
    border-radius: 50px;
    padding: 4px;
    margin: 0 5px;
    border: 1px solid #C4C4C4;
    background: #C4C4C4;
}

.slidehome-dots button.owl-dot.active {
    width: 20px;
    background: #0F2F65;
}

/* slide item blu */

.row-slideitem.slideblu {
    background: #0F2F65;
    color: #fff;
}

.slideblu .slidecpt h3 {
    color: #fff;
}

.slideblu .slideimg::before {
    background: #0F2F65;
}

a.btn-slideblu {
    color: #0F2F65;
    border-radius: 7px;
    background-color: #fff;
    padding: 0 15px;
    line-height: 44px;
    height: 44px;
    display: inline-block;
    font-family: 'Gugi', cursive;
    text-transform: uppercase;
}

a.btn-slideblu:hover {
    text-decoration: none;
    background-color: #009BA4;
    color: #fff;
}


/* slide item solo testo blu */

.testoslideblu .slidecpt h3 {
    color: #0F2F65;
    ;
}

a.btn-testoslideblu {
    background-color: #0F2F65;
    border-radius: 7px;
    color: #fff;
    padding: 0 15px;
    line-height: 44px;
    height: 44px;
    display: inline-block;
    font-family: 'Gugi', cursive;
    text-transform: uppercase;
}

a.btn-testoslideblu:hover {
    text-decoration: none;
    background-color: #00863E;
}

/* slide item verde */

.row-slideitem.slideverde {
    background: #00863E;
    color: #fff;
}

.slideverde .slidecpt h3 {
    color: #fff;
}

.slideverde .slideimg::before {
    background: #00863E;
}

a.btn-slideverde {
    color: #00863E;
    border-radius: 7px;
    background-color: #fff;
    padding: 0 15px;
    line-height: 44px;
    height: 44px;
    display: inline-block;
    font-family: 'Gugi', cursive;
    text-transform: uppercase;
}

a.btn-slideverde:hover {
    text-decoration: none;
    background-color: #0F2F65;
    color: #fff;
}

@media(max-width:991px) {
    .slidecpt {
        font-size: 13px;
    }

    .row-slideitem {
        height: 560px;
    }

    .slideimg::before {
        content: '';
        position: absolute;
        display: block;
        left: 0;
        top: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        background: unset !important;
        -webkit-clip-path: unset !important;
        clip-path: unset !important;
    }

    .slideimg {
        background-repeat: no-repeat;
        border-radius: 20px 20px 0 0;
    }

    .carousel-section .container {
        padding: 0 !important;
    }


}

@media(max-width:575px) {
    .slidecpt {
        padding: 0 30px;
    }

    .slideimg {
        border-radius: 0;
    }

    .row-slideitem {
        height: 640px;
        border-radius: 0;
    }

    .slidehome-dots {
        bottom: 20px;
        left: unset;
        right: 20px;
        transform: unset;
    }

    .slidehome-dots button.owl-dot {
        padding: 8px;
        margin: 0 8px;
    }

    .slidehome-dots button.owl-dot.active {
        width: 30px;
    }
}

.box-partner {
    background: #009ca47c;
    color: #fff;
    border-radius: 20px;
    border: 3px solid #009BA4;
    padding: 30px 15px;
    text-align: center;
    font-size: 20px;
    position: relative;
}

.box-partner::before {
    content: '';
    position: absolute;
    background: url(../img/certificato-siemens.svg) no-repeat #009BA4 50% 50%;
    width: 48px;
    height: 48px;
    border-radius: 100px;
    top: -24px;
    left: 50%;
    transform: translateX(-50%);
}

@media(max-width:991px) {
    .box-partner {
        padding: 30px 10px;
        font-size: 15px;
    }
}


@media(min-width:992px) {
    .hackcol12 .sppb-col-md-6 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.flip-box-inner {
    vertical-align: bottom !important;
}

.fliphome a:hover {
    text-decoration: underline;
    text-underline-offset: 4px;
}

.fliphome .flip-box {
    border-radius: 20px;
}

.fliphome a.btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.flipscopri .fliphome .flip-box-inner {
    vertical-align: middle !important;
}

.carosello-punti-di-forza .owl-nav,
.parlanodinoi .owl-nav,
.loghicircolare .owl-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin-top: -21px !important;
    width: 100%;
    z-index: 2;
}

.carosello-punti-di-forza .owl-carousel.owl-theme .owl-nav .owl-prev,
.parlanodinoi.owl-carousel.owl-theme .owl-nav .owl-prev,
.loghicircolare.owl-carousel.owl-theme .owl-nav .owl-prev {
    position: absolute;
    -webkit-mask: url(../img/prev.svg) no-repeat center;
    mask: url(../img/prev.svg) no-repeat center;
}

.carosello-punti-di-forza .owl-carousel.owl-theme .owl-nav .owl-next,
.parlanodinoi.owl-carousel.owl-theme .owl-nav .owl-next,
.loghicircolare.owl-carousel.owl-theme .owl-nav .owl-next {
    position: absolute;
    -webkit-mask: url(../img/next.svg) no-repeat center;
    mask: url(../img/next.svg) no-repeat center;
}

.carosello-punti-di-forza .owl-carousel.owl-theme .owl-nav .owl-prev {
    left: -30px;
}

.carosello-punti-di-forza .owl-carousel.owl-theme .owl-nav .owl-next {
    right: -30px;
}

.carosello-punti-di-forza .owl-carousel.owl-theme .owl-nav .owl-prev,
.carosello-punti-di-forza .owl-carousel.owl-theme .owl-nav .owl-next {
    width: 12px;
    height: 21px;
    background: #fff;
}

.parlanodinoi.owl-carousel.owl-theme .owl-nav .owl-prev,
.parlanodinoi.owl-carousel.owl-theme .owl-nav .owl-next,
.loghicircolare.owl-carousel.owl-theme .owl-nav .owl-prev,
.loghicircolare.owl-carousel.owl-theme .owl-nav .owl-next {
    width: 8px;
    height: 21px;
    background: #0F2F65;
}

.parlanodinoi.owl-carousel.owl-theme .owl-nav .owl-prev,
.loghicircolare.owl-carousel.owl-theme .owl-nav .owl-prev {
    left: -20px;
}

.parlanodinoi.owl-carousel.owl-theme .owl-nav .owl-next,
.loghicircolare.owl-carousel.owl-theme .owl-nav .owl-next {
    right: -20px;
}

.carosello-punti-di-forza .owl-carousel.owl-theme .owl-nav .owl-prev span,
.carosello-punti-di-forza .owl-carousel.owl-theme .owl-nav .owl-next span,
.parlanodinoi.owl-carousel.owl-theme .owl-nav .owl-prev span,
.parlanodinoi.owl-carousel.owl-theme .owl-nav .owl-next span,
.loghicircolare.owl-carousel.owl-theme .owl-nav .owl-prev span,
.loghicircolare.owl-carousel.owl-theme .owl-nav .owl-next span {
    display: none !important;
}

.carosello-punti-di-forza .owl-theme .owl-nav [class*=owl-],
.parlanodinoi.owl-theme .owl-nav [class*=owl-],
.loghicircolare.owl-theme .owl-nav [class*=owl-] {
    margin: 0 !important;
}

.news-home .sppb-addon-article {
    background: #fff;
    border-radius: 10px;
}

.news-home .sppb-article-info-wrap {
    padding: 20px;
    position: relative;
}

.news-home h3 {
    font-size: 20px;
    font-family: 'CeraPro';
}

.news-home img {
    border-radius: 10px 10px 0 0;
}

.news-home .sppb-article-img-wrap {
    max-height: 168px;
    display: block;
    overflow: hidden;
}

.news-home a.sppb-readmore,
.news-page-readmore {
    padding-top: 1rem;
    color: #009BA4 !important;
    display: block;
    font-size: 12px;
}

.news-page-readmore {
    padding-top: 0;
    font-size: 14px;
}

.news-home .sppb-article-introtext {
    font-weight: 300;
    font-size: 14px;
}

.news-home a.sppb-readmore:hover,
.news-page-readmore:hover {
    text-decoration: underline;
    color: #0F2F65 !important;
    text-underline-offset: 4px;
}

.news-home .sppb-article-meta {
    position: absolute;
    top: -40px;
}

.news-home .sppb-article-meta .sppb-meta-category a {
    display: block;
    background-color: #009BA4;
    padding: 5px 15px;
    color: #fff !important;
    border-radius: 50px;
    text-transform: uppercase;
    font-size: 10px !important;
    line-height: 100%;
}

.news-home .sppb-article-meta .sppb-meta-category a:hover {
    background: #0F2F65;
}

@media(max-width:575px) {
    .news-home .sppb-article-img-wrap {
        max-height: unset;
    }
}

@media(min-width:768px) {
    .banbgmobile {
        background: none !important;
    }
}

/* PAGINA SERVIZI */

.card-servizi {
    overflow: hidden;
    box-shadow: 0px 0px 12px 4px #00000005 !important;
}

.card-servizi img {
    opacity: .6;
}

.card-servizi:hover {
    box-shadow: 0px 0px 12px 4px #00000030 !important;
}

.card-servizi:hover img {
    opacity: 1 !important;
}

/* Missione */

/* Timeline */
.rigatimeline {
    position: relative;
}

.rigatimeline::before {
    position: absolute;
    content: '';
    background: #E8F1FB;
    height: 20px;
    width: 100%;
    top: 30px;
}

.rigatimeline .anno-t {
    color: #00863E;
    margin-bottom: 55px;
    line-height: 100%;
}

.rigatimeline .testo-t {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 16px;
}

.rigatimeline .testo-t::before {
    position: absolute;
    content: '';
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 40px;
    background: #fff;
    border: 4px solid #00863E;
    border-radius: 50px;
}

.rigatimeline .testo-t::after {
    position: absolute;
    content: '';
    top: -37px;
    left: 50%;
    transform: translateX(-50%);
    width: 16px;
    height: 13px;
    background: url(../img/ico-ok-timeline.svg) no-repeat;
    z-index: 2;
}

.rigatimeline .testo-t.start-t::after {
    position: absolute;
    content: '';
    top: -38px;
    left: 50%;
    transform: translateX(-50%);
    width: 19px;
    height: 19px;
    background: url(../img/ico-start-timeline.svg) no-repeat;
    z-index: 2;
}

.rigatimeline .testo-t span {
    position: relative;
    display: block;
    font-weight: 300;
}

.rigatimeline .col:first-child,
.rigatimeline .col:last-child {
    position: relative;
}

.rigatimeline .col:first-child::before {
    position: absolute;
    content: '';
    width: 50%;
    height: 20px;
    background: #fff;
    left: 0;
    top: 30px;
}

.rigatimeline .col:last-child::before {
    position: absolute;
    content: '';
    width: 50%;
    height: 20px;
    background: #fff;
    right: 0;
    top: 30px;
}

@media(max-width:991px) {

    .rigatimeline::before {
        height: 100%;
        width: 20px;
        top: 30px;
        left: 50%;
        transform: translateX(-50%);
    }

    .rigatimeline .col {
        flex: 0 0 auto;
        width: 100%;
        z-index: 2;
    }

    .rigatimeline .col:last-child::before {
        position: absolute;
        content: '';
        width: 100%;
        height: 50%;
        right: 0;
        bottom: 0px;
        top: unset;
    }

    .rigatimeline .testo-t {
        position: relative;
        display: block;
        font-size: 18px;
        line-height: 28px;
    }
}

/* Pagina garanzia */

span.garanzia-estesa {
    /*color: #fff;*/
    padding-left: 24px;
    position: relative;
    font-weight: 300;
    font-size: 15px;
    cursor: pointer;
}

span.garanzia-estesa::before {
    content: '';
    position: absolute;
    background: url(../img/garanzia-estesa.svg) no-repeat;
    width: 15px;
    height: 16px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

span.garanzia-estesa:hover {
    text-decoration: underline;
    text-underline-offset: 4px;
}

.accordion-item-e .sppb-panel-custom {
    box-shadow: 0px 0px 15px 0px #00000040;
    border-radius: 10px;
    font-weight: 300;
}

.accordion-item-e .sppb-panel-custom .sppb-panel-title {
    font-family: 'Gugi', cursive;
}

.accordion-item-e .sppb-panel-custom .sppb-panel-heading {
    position: relative;
}

.accordion-item-e .sppb-panel-custom .sppb-panel-heading::before {
    content: '';
    position: absolute;
    background: url(../img/freccia-down.svg) no-repeat;
    width: 25px;
    height: 16px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.accordion-item-e .sppb-panel-custom .sppb-panel-heading.active::before {
    background: url(../img/freccia-up.svg) no-repeat;
}

/* PAGE BUILDER PARTI COMUNI A TUTTE LE PAGINE */

ul.checklist {
    margin: 0;
    padding: 0;
}

ul.checklist li {
    list-style: none;
    position: relative;
    margin-left: 30px;
}

ul.checklist li::before {
    content: '';
    list-style: none;
    position: absolute;
    background: url(../img/checklist.svg);
    width: 20px;
    height: 20px;
    top: 2px;
    left: -30px;
}

ul.checklist li.riutilizzo::before {
    background: url(../img/riutilizzo.svg);
    width: 30px;
    height: 30px;
    top: -3px;
    left: -40px;
}

ul.checklist li.riciclo::before {
    background: url(../img/riciclo.svg);
    width: 30px;
    height: 30px;
    top: -3px;
    left: -40px;
}

ul.checklist li.riduzione::before {
    background: url(../img/riduzione.svg);
    width: 30px;
    height: 30px;
    top: -3px;
    left: -40px;
}

ul.checklist li.recupero::before {
    background: url(../img/recupero.svg);
    width: 30px;
    height: 30px;
    top: -3px;
    left: -40px;
}

ul.checklist li.recupero strong,
ul.checklist li.riduzione strong,
ul.checklist li.riciclo strong,
ul.checklist li.riutilizzo strong {
    color: #00863E;
}

.zindex-2 {
    z-index: 2 !important;
}

a.circuito-link {
    position: relative;
    padding-left: 40px;
}

a.circuito-link::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0px;
    background: url(../img/circuito-link.svg) no-repeat;
    width: 170px;
    height: 60px;
}


ul.struttura-infografica {
    padding: 0;
    margin: 0;
}

ul.struttura-infografica li {
    list-style: none;
    position: relative;
    padding-left: 50px;
    margin-bottom: 15px;
}

ul.struttura-infografica li::before {
    content: '';
    position: absolute;
    width: 30px;
    height: 2px;
    background: #fff;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}

ul.struttura-infografica li.si-magenta::before {
    background: #C77BDD;
}

ul.struttura-infografica li.si-cyano::before {
    background: #7BDDBC;
}

ul.struttura-infografica li.si-giallo::before {
    background: #DDD37B;
}

.page-b {
    display: table;
    margin: 0 auto;
    width: 100%;
    margin-bottom: 30px;
}

.page-b,
.page-b a,
.page-b .breadcrumb-item {
    line-height: normal;
    color: #0F2F65;
    font-weight: 300;
    font-size: 11px;
    font-family: Gugi, serif;
}

@media(min-width:992px) {
    .page-b {
        border: 1px solid #E4E4E4;
        background: #F2F2F2;
        border-radius: 5px;
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    }

    .page-b.mod-breadcrumbs__wrapper ol {
        padding-left: 1rem;
        padding-bottom: 0.5rem;
        margin-bottom: 0;
    }
}

.page-b a:hover {
    text-decoration: underline;
    text-underline-offset: 4px;
}

.page-b .breadcrumb-item+.breadcrumb-item::before {
    color: #0F2F65;
}

.breadcrumb-item.active {
    color: #009BA4;
}

@media(min-width:992px) {
    #sp-page-builder .page-content .sppb-section:first-child {
        margin-top: -30px !important;
    }

    #sp-page-builder.mtop-0 .page-content .sppb-section:first-child {
        margin-top: 0px !important;
    }

}

@media(max-width:991px) {
    .no-bg {
        background-image: unset !important;
    }
}

.modale-form {
    display: none;
    background-color: rgba(15, 47, 101, 0.9);
    position: fixed !important;
    top: 0px;
    z-index: 10000 !important;
    width: 100%;
    overflow: scroll !important;
    height: 100%;
}

.box-modale {
    background-color: #F4F6F9;
    border-radius: 20px;
    margin-top: 3rem;
    margin-bottom: 3rem;
}

.modale-form.form1-modale.on,
.modale-form.form2-modale.on,
.modale-form.form3-modale.on,
.modale-form.form4-modale.on,
.modale-form.form5-modale.on,
.modale-form.form8-modale.on,
.modale-form.form10-modale.on,
.modale-form.formlavora-modale.on,
.modale-form.estensionemodale.on,
.modale-form.modaleschedaprodotto.on,
.modale-form.bandi-modale.on {
    display: block;
}

.close-modale,
.btnform1,
.btnform2,
.btnform3,
.btnform4,
.btnform5,
.btnform8,
.btnformlavora,
.btnform10,
.btnestensione {
    cursor: pointer;
}

.form-label {
    font-size: 12px;
    margin-bottom: 5px;
    text-transform: uppercase;
    line-height: 12px;
    font-weight: 600;
    color: #0F2F65;
}

button.rsform-submit-button.btn.btn-primary {
    color: #fff;
    background-color: #009BA4;
    border-color: #009BA4;
    border-radius: 7px !important;
    padding: 0.75rem 1rem;
    font-family: 'Gugi', cursive;
    width: 100%;
}

.btn.btn-primary {
    color: #fff;
    background-color: #009BA4;
    border-color: #009BA4;
    border-radius: 7px !important;
    padding: 0.75rem 1rem;
    font-family: 'Gugi', cursive;
}

button.rsform-submit-button.btn.btn-primary:hover,
.btn.btn-primary:hover {
    background-color: #0F2F65;
    border-color: #0F2F65;
}

input.rsform-input-box.form-control,
select.rsform-select-box.form-control.form-select {
    height: 44px;
}

input.rsform-input-box.form-control,
select.rsform-select-box.form-control.form-select,
textarea.rsform-text-box.form-control {
    border: 2px solid #E3E3E3;
}

input.rsform-input-box.form-control::placeholder,
select.rsform-select-box.form-control.form-select::placeholder,
textarea.rsform-text-box.form-control::placeholder {
    font-weight: 200;
    font-size: 12px;
}

input.rsform-input-box.form-control:focus,
select.rsform-select-box.form-control.form-select:focus,
textarea.rsform-text-box.form-control:focus {
    border: 2px solid #00863E;
}

select.rsform-select-box.form-control.form-select option:first-child {
    color: #ddd;
}

.rsform-block.rsform-block-privacy {
    font-weight: 300;
    font-size: 12px;
    color: #8F8F8F;
}

.rsform-block.rsform-block-privacy a {
    color: #00863E;
}

.rsfp_thankyou_popup_inner {
    border-radius: 10px;
    font-weight: 300;
    font-size: 18px;
}

.rsfp_thankou_popup_close_btn {
    position: absolute;
    top: 5px;
    right: 25px;
    font-size: 48px;
    cursor: pointer;
    color: #1E3C72;
}

button.rsform-submit-button.rsform-thankyou-button.btn.btn-primary {
    margin-bottom: 10px !important;
    margin-top: 10px !important;
}

.z-index-3 {
    z-index: 3 !important;
}

.b-bl-br {
    border-radius: 0 0 7px 7px;
}

.t-tl-tr {
    border-radius: 7px 7px 0 0;
}

.textestensione {
    color: #00863E;
    text-decoration: underline;
    cursor: pointer;
}

.textestensione:hover {
    color: #0F2F65;
}

.accordion-button {
    background-color: #f5f5f5;
}

.accordion-button:not(.collapsed) {
    background-color: #fff;
}

.com-content-category-blog.blog,
.com-content-article.item-page {
    font-weight: 300;
}

.com-content-article.item-page {
    line-height: 30px;
}

.header-news {
    /*background-image: url(../../../../templates/pcrt-erepair/img/header-ricerca.jpg);*/
    background-color: #00863E;
    background-repeat: no-repeat;
    background-position: center center;
    color: #fff;
    min-height: 220px;
    position: relative;
    margin-bottom: 50px;
    margin-top: -30px;
}

.header-news .w-head-cat {
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    margin-top: 10px;
}

.com-content-category-blog.blog img,
.com-content-article.item-page img {
    height: auto;
    max-width: 100%;
}

@media (min-width: 992px) {
    .blog-items.masonry-2 {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }

    .blog-items.masonry-3 {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
    }

}

.blog-items[class*=" masonry-"],
.blog-items[class^=masonry-] {
    -webkit-column-gap: 2em;
    -moz-column-gap: 2em;
    column-gap: 2em;
    display: block;
}

.blog-items {
    grid-gap: 1em;
    display: grid;
    grid-auto-flow: row;
    grid-template-columns: 1fr;
    flex-wrap: wrap;
    margin: 0 0 1em;
    padding: 0;
    width: 100%;
}

.blog-items[class*=" masonry-"] .blog-item,
.blog-items[class^=masonry-] .blog-item {
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    break-inside: avoid;
    display: inline-flex;
    margin-bottom: 1em;
    page-break-inside: avoid;
}

.blog-item {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    padding: 0 0.5em 1em;
}

.blog-item .item-content-blog {
    box-shadow: 0px 0px 9px #0000001f;
    border-radius: 10px;
    margin-top: 10px;
}

.blog-item .item-content {
    padding: 20px;
}

.blog-item figure.item-image img {
    border-radius: 10px 10px 0px 0px;
}

.blog-item h2 a {
    color: #0F2F65;
    font-family: 'CeraPro';
}

.blog-item h2 a:hover {
    color: #009BA4;
}

.blog-item h2 {
    font-size: 24px;
    line-height: 28px;
}

.blog-item .article-info-term {
    display: none;
}

.blog-item time {
    font-size: 12px;
}

.com-content-category-blog__navigation {
    display: inline-block;
}

.com-content-category-blog__counter {
    display: inline-block;
    margin-right: 9px;
    opacity: .6;
    font-weight: 100;
    font-size: 12px;
}

.com-content-category-blog__pagination {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 5px;
    font-size: 12px;
    display: inline-block;
}

.pagination__wrapper ul.pagination li.page-item .page-link {
    border-radius: 3px;
    display: block;
    cursor: pointer;
    margin-left: 0px;
    margin-right: 1px;
    color: #000;
    border: 0;
}

.pagination__wrapper ul.pagination li.active.page-item .page-link {
    cursor: inherit;
    text-shadow: none;
    color: #fff;
    border-color: transparent;
    background-color: #00863E;
}

.icon-angle-left,
.icon-angle-right,
.icon-angle-double-left,
.icon-angle-double-right {
    position: relative;
}

.icon-angle-left::before {
    content: '';
    -webkit-mask: url(../../../../templates/pcrt-erepair/img/indietro-cat.svg) no-repeat center;
    mask: url(../img/indietro-cat.svg) no-repeat center;
    background-color: #00863E;
    width: 5px;
    height: 20px;
    display: block;
}

.icon-angle-right::before {
    content: '';
    -webkit-mask: url(../../../../templates/pcrt-erepair/img/avanti-cat.svg) no-repeat center;
    mask: url(../img/avanti-cat.svg) no-repeat center;
    background-color: #00863E;
    width: 5px;
    height: 20px;
    display: block;
}


.icon-angle-double-left::before {
    content: '';
    -webkit-mask: url(../../../../templates/pcrt-erepair/img/super-indietro.svg) no-repeat center;
    mask: url(../img/super-indietro.svg) no-repeat center;
    background-color: #00863E;
    width: 10px;
    height: 20px;
    display: block;
}

.icon-angle-double-right::before {
    content: '';
    -webkit-mask: url(../../../../templates/pcrt-erepair/img/super-avanti.svg) no-repeat center;
    mask: url(../img/super-avanti.svg) no-repeat center;
    background-color: #00863E;
    width: 10px;
    height: 20px;
    display: block;
}

.pagination__wrapper ul.pagination li.disabled.page-item {
    opacity: 0.3;
}

.single-recent-post-item {
    display: flex !important;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.single-recent-post-item .thumb {
    width: 90px;
    height: auto;
    margin-right: 30px;
    overflow: hidden;
}

.single-recent-post-item .content-article {
    width: calc(100% - 120px);
}

.single-recent-post-item h4.sidebar-title {
    font-family: 'CeraPro';
    font-size: 14px;
    margin-bottom: 0;
}

.single-recent-post-item h4.sidebar-title a {
    color: #0F2F65;
}

.single-recent-post-item h4.sidebar-title a:hover {
    color: #009BA4;
}

.single-recent-post-item .content-article span.time,
.dettaglio-articolo .published {
    font-size: 12px;
    color: #6c757d !important;
    font-weight: 300;
}

.single-recent-post-item .content-article span.time i {
    padding-right: 6px;
}

.path-dettaglio-articolo .page-b,
.path-dettaglio-articolo .page-b a,
.path-dettaglio-articolo .page-b .breadcrumb-item.active,
.path-dettaglio-articolo .page-b .breadcrumb-item+.breadcrumb-item::before {
    color: #0F2F65;
}

.path-dettaglio-articolo .page-b.mod-breadcrumbs__wrapper ol li:last-child {
    display: none !important;
}

.path-dettaglio-articolo .page-b {
    margin: 0;
}

.dettaglio-articolo .article-info-term {
    display: none;
}

.dettaglio-articolo h1 {
    color: #0F2F65;
    font-size: 30px;
}

.dettaglio-articolo ul.recent_post_item {
    padding: 0;
    margin: 0;
}

.dettaglio-articolo .moduletable h3 {
    font-size: 18px;
    color: #0F2F65;
    margin-bottom: 20px;
}

.dettaglio-articolo a {
    color: #007838;
    font-weight: 400;
}

.dettaglio-articolo a:hover {
    text-decoration: underline;
}

@media(max-width:768px) {
    .fixombramobile {
        text-shadow: 1px 1px 7px #000;
    }
}

span.r-action {
    display: flex;
    cursor: pointer;
}

span.r-action::after {
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background-color: #fff;
    -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    ;
    mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    /*background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");*/
    transform: rotate(-90deg);
    background-repeat: no-repeat;
    background-size: 1.25rem;
    margin-right: 10px;
    margin-top: 2px;
}

#scheda-prodotto .page-b {
    /*color: #000;
    font-weight: 300;
    font-size: 12px;
    display:block;*/
    margin-bottom: 0;
}

/*
#scheda-prodotto .page-b a,  #scheda-prodotto .page-b .breadcrumb-item.active, #scheda-prodotto .page-b .breadcrumb-item+.breadcrumb-item::before{
    color: #000;
    font-size: 12px;
}*/

/* PAGINA CERTIFICAZIONI */

.card-certificazioni {
    overflow: hidden;
    cursor: pointer;
    box-shadow: 0px 0px 12px 4px #00000005 !important;
}

.card-certificazioni img {
    opacity: .6;
}

.card-certificazioni:hover {
    box-shadow: 0px 0px 12px 4px #00000030 !important;
}

.card-certificazioni:hover img {
    opacity: 1 !important;
}

@media (max-width: 1380px) and (min-width: 1200px) {
    .card-certificazioni .sppb-addon-text-block {
        font-size: 24px;
    }

    .card-certificazioni .approved-partner-siemens img {
        width: 190px !important;
        height: 125px !important;
    }

    .card-certificazioni .sppb-addon-wrapper:first-child {
        left: 0 !important;
    }
}

@media (max-width: 1199px) {
    .card-certificazioni .sppb-addon-text-block {
        font-size: 20px;
    }

    .card-certificazioni .approved-partner-siemens img {
        width: 160px !important;
        height: 105px !important;
    }

    .card-certificazioni {
        height: 155px !important;
    }

    .card-certificazioni .iso-certifications img {
        width: 100px !important;
        height: 100px !important;
    }

    #sppb-addon-wrapper-1721818119789,
    #sppb-addon-wrapper-1721837110604,
    #sppb-addon-wrapper-1721891947688 {
        left: 0 !important;
        top: -90% !important;
    }

    #sppb-addon-wrapper-1721892904424 {
        left: 0 !important;
        top: -20% !important;
    }

    .card-certificazioni .parita-di-genere img {
        width: 240px !important;
        height: 78px !important;
    }
}

.grid-item {
    margin-bottom: 25px;
}

.modal {
    background-color: rgba(0, 0, 0, 0.4);
}

.modal-backdrop {
    position: relative;
}

.modal1 {
    display: none;
    position: fixed;
    z-index: 2;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(15, 47, 101, 0.9) !important;
}

@media(max-width:991px) {

    .modal-content1 {
        margin-top: 150px !important;
    }
}

@media(min-width:991px) {

    .modal-content1 {
        margin-top: -40px !important;
    }
}

.modal-content1 {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 90%;
    max-width: 1200px;
    max-height: 1050px;
    border-radius: 10px;
    align-items: center;
    text-align: center;
    color: #4C4C4C !important;
}


.close-button {
    background-color: #009BA4;
    max-width: 100px;
    margin: auto;
    border: none;
    border-radius: 5px;
    color: white;
    padding: 8px;
    font-weight: 500;
    margin-top: 30px;
    margin-bottom: 30px;
    font-family: 'Gugi', cursive;
    font-size: 14px;
}


.sppb-icon-inner {
    display: inline-block !important;
    visibility: visible !important;
}

p.small-disclaimer {
    font-size: .875rem;
    font-style: italic;
    line-height: 1rem;
    color: rgb(0, 134, 62);
}

@media (min-width: 992px) {
    .aside-sticky {
        position: sticky !important;
        top: 106px;
    }
}

.button-container {
    position: fixed;
    right: 0px;
    top: 38%;
    transform: translateY(-50%);
    z-index: 990;
    /* Assicura che il bottone sia sopra gli altri contenuti */
    transition: transform 0.5s ease;
}


/* Safari 16+ (macOS, iOS, iPadOS, visionOS) */
@supports (hanging-punctuation: first) and (font: -apple-system-body) and (-webkit-appearance: none) {
  .button-container {
    right: 24px;
  }
}






.button-discover {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    color: white;
    border: none;
    padding: 10px;
    cursor: pointer;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    background-color: #009BA4;
    font-family: 'Gugi', cursive;
}

.button-discover.open {
    transform: translateX(-300px) rotate(180deg);
}

.banner-panel {
    display: none;
    position: fixed;
    top: 25%;
    right: 0;
    width: 300px;
    background-color: white;
    border: 1px solid #ccc;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    padding: 20px;
    z-index: 990;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    transform: translateX(100%);
    /* Nasconde il pannello a destra */
    transition: transform 1s ease;
    /* Transizione per il movimento del pannello */
}

.banner-panel.show {
    display: block;
    transform: translateX(0);
}

.close-cross {
    float: right;
    cursor: pointer;
    margin-bottom: 10px;
    z-index: 999;
    position: relative;
    margin-top: -10px;
}

.banner-laterale {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}


.row-schd a {
    color: #00863E;

}

.row-schd a u {
    text-decoration: none !important;
    font-weight: 500;
}

.row-schd a:hover {
    color: #0F2F65;
}

.art33-container {
    position: relative;
    max-width: 100%;
}

.art33-text {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    /* Limita a 3 righe */
    -webkit-box-orient: vertical;
    line-height: 1.4em;
    max-height: calc(1.4em * 3);
    /* Altezza massima per 3 righe */
    transition: max-height 0.3s ease;
}

.art33-container.expanded .art33-text {
    -webkit-line-clamp: unset;
    max-height: none;
}

.read-more-btn {
    background-color: transparent;
    color: #00863E;
    border: none;
    cursor: pointer;
    padding: 0;
    margin-top: 5px;
    font-size: 0.9em;
}

.read-more-btn:focus {
    outline: none;
}



.custom-banner {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    /* Adattabile per dispositivi mobili */
    max-width: 500px;
    /* Limita la larghezza su schermi più grandi */
    background: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    overflow: hidden;
    z-index: 1000;
    display: none;
    /* Nascondi inizialmente */
}

.custom-banner img {
    width: 100%;
    height: auto;
    display: block;
}

.close-banner {
    position: absolute;
    top: 3px;
    right: 3epx;
    background: transparent;
    border: none;
    font-size: 18px;
    color: #fff;
    cursor: pointer;
}

#customBannerOverlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    /* Sfondo semi-trasparente */
    z-index: 999;
    display: none;
    /* Nascondi inizialmente */
}


.container-risparmio {
    background-color: #fff;
    border-radius: 16px;
    padding: 24px;
    max-width: 400px;
    margin: 30px auto;
    text-align: center;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    font-family: 'CeraPro';
}

.container-risparmio p {
    margin-bottom: 20px;
    font-size: 15px;
    color: #009BA4;
    font-weight: normal;

}

.container-risparmio button {
    padding: 10px 20px;
    background-color: #00863E;
    color: white;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    font-size: 16px;
}

.container-risparmio button:hover {
    background-color: #1b5e20;
}

.tab-scheda-prodotto li.nav-item{
    font-size: .72rem!important;
}

.tab-scheda-prodotto li.nav-item button{
    text-transform: uppercase;
    padding: 10px 8px;
    font-weight: 700;
    color: #00863E; 
    background-color: #f5f5f5; 
    border-color:#ddd;
}



.floatable-wrapper {left: 20px!important;}







/* =======================================================
   TOPBAR PULITA E BANDIERINE PROPORZIONATE
   ======================================================= */
#topbar {
    background-color: #0F2F65 !important;
    height: 40px !important;
    line-height: 40px !important;
    color: #ffffff !important;
    font-size: 12px !important;
    position: relative;
    z-index: 1040;
}

#topbar .container,
#topbar .row {
    height: 40px !important;
}

#topbar a {
    color: #ffffff !important;
    text-decoration: none !important;
}

.menu-topbar {
    gap: 14px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-transform: uppercase !important;
    font-size: 11.5px !important;
    letter-spacing: 0.4px !important;
}

.menu-topbar a.topbar-links {
    color: #ffffff !important;
    text-decoration: none !important;
    transition: color 0.15s ease !important;
    white-space: nowrap !important;
}

.menu-topbar a.topbar-links:hover {
    color: #108b93 !important;
}

/* BANDIERINE LINGUE: Pulite, definite, senza scatolotti strani */
#topbar .mod-languages {
    margin: 0 !important;
    padding: 0 !important;
    display: flex !important;
    align-items: center !important;
    height: 40px !important;
}

#topbar .mod-languages ul.mod-languages__list,
#topbar .mod-languages ul.lang-inline {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
    gap: 8px !important;
}

#topbar .mod-languages ul li {
    display: inline-flex !important;
    align-items: center !important;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1 !important;
}

#topbar .mod-languages ul li a {
    display: inline-flex !important;
    align-items: center !important;
    text-decoration: none !important;
}

#topbar .mod-languages img {
    height: 14px !important;
    width: 21px !important;
    border-radius: 2px !important;
    object-fit: cover !important;
    border: none !important;
    box-shadow: none !important;
    transition: transform 0.15s ease, opacity 0.15s ease !important;
    opacity: 0.85;
}

#topbar .mod-languages a:hover img {
    opacity: 1 !important;
    transform: scale(1.12) !important;
    border-color: #ffffff !important;
}

#topbar .mod-languages li.lang-active img {
    opacity: 1 !important;
    border: none !important;
    box-shadow: 0 0 5px rgba(16, 139, 147, 0.8) !important;
    transform: scale(1.05) !important;
}
