:root {
    --color-primary: rgba(130, 174, 61);
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
    padding-right: 2rem;
    padding-left: 2rem;
}
.container,
.container-fluid {
    padding-left: 2rem;
    padding-right: 2rem;
}
.row {
    margin-right: -2rem;
    margin-left: -2rem;
}
.nopadding {
    padding: 0;
}
body,
html {
    height: 100%;
}
@media (max-width: 480px) {
    html {
        font-size: 50%;
    }
}
@media (min-width: 481px) {
    html {
        font-size: 55%;
    }
}
@media (min-width: 768px) {
    html {
        font-size: 55%;
    }
}
@media (min-width: 992px) {
    html {
        font-size: 55%;
    }
}
@media (min-width: 1200px) {
    html {
        font-size: 52.5%;
    }
}
@media (min-width: 1400px) {
    html {
        font-size: 60%;
    }
}
@media (min-width: 1600px) {
    html {
        font-size: 62.5%;
    }
}
body {
    font-size: 1.9rem;
    line-height: 3.2rem;
    font-weight: 400;
    color: #19171B;
    background: #fff;
    font-family: 'DM Sans';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding-bottom: 0 !important;
}
.container {
    max-width: 1440px;
    width: auto;
}
#t3-content ul,
#t3-content ol {
    list-style-position: outside;
    overflow: hidden;
    padding-left: 2rem;
    margin-top: 0;
}
* {
    outline-style: none;
}
#t3-content ul li,
#t3-content ol li {
    margin-bottom: 1rem;
}
p {
    margin: 0 0 1.5rem 0;
}
a:hover,
a:focus {
    text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    color: #000;
    font-weight: normal;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

h1,
h3 {
       text-transform: uppercase; 
}

h1,
h3,
.homepage h3 {
    font-family: 'DM Serif Display';

}
h1 {
    font-size: clamp(4rem, 3.6rem + 2vw, 6rem);
    line-height: clamp(3rem, 2.6rem + 2vw, 5rem);
}
.homepage h1 {
    font-size: clamp(6rem, 5.6rem + 2vw, 8rem);
    line-height: clamp(5rem, 4.6rem + 2vw, 7rem)
}
h2 {
    font-family: 'DM Sans';
    font-size: 2.8rem;
    line-height: 3.4rem;
    font-weight: 600;
}
h3 {
    font-size: clamp(3.4rem, 3.36rem + 0.2vw, 3.6rem);
    line-height: clamp(4.4rem, 4.36rem + 0.2vw, 4.6rem);
}
.homepage h3 {
    font-size: clamp(4rem, 3.4rem + 3vw, 6rem);
    line-height: clamp(3rem, 2.4rem + 3vw, 5rem);
}
h4 {
    font-size: 2.6rem;
    line-height: 3.2rem;
    font-weight: 600;
}
h5 {
    font-size: 2.2rem;
    line-height: 3rem;
    font-weight: 600;
}
h1 {
    margin-bottom: 3rem;
}
h1 a {
    color: #fff;
}
h2 {
    margin-bottom: 2rem;
}
h3 {
    margin-bottom: 2rem;
}
h4 {
    margin-bottom: 2rem;
}
h5 {
    margin-bottom: 1rem;
}
b,
strong {
    font-weight: 700;
}
a {
    color: #000;
    -webkit-transition: all 600ms ease-in-out;
    -moz-transition: all 600ms ease-in-out;
    -o-transition: all 600ms ease-in-out;
    -ms-transition: all 600ms ease-in-out;
    transition: all 600ms ease-in-out;
}
a:hover,
a:focus {
    color: var(--color-primary);
}
.custom > p {
    margin: 0;
}
@media (min-width: 992px) {
    .t3-mainbody {
        padding-top: 0;
        padding-bottom: 0;
    }
}
    .blog-items .items {
        padding: 0 2rem;
    }
/* # header # */
.header-absolute .t3-header {
    width: 100%;
    z-index: 100;
}
@media (min-width: 992px) {
    .header-absolute .t3-header {
        position: fixed;
    }
}
.t3-header .container-fluid {
    width: 100%;
}
.t3-header .header-top {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 2rem;
    width: 100%;
    gap: 3rem;
}
.t3-header .header-top .header-menu {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-end;
    align-items: center;
}
.t3-header .menu .t3-mainnav {
    position: relative;
    z-index: 3;
}
.t3-header .menu {
    position: relative;
}
@media (max-width: 991px) {
    .t3-header,
    .t3-off-canvas-header {
        display: flex;
        flex-flow: row wrap;
        align-items: center;
    }
}
.off-canvas-toggle svg {
    width: 4rem;
    height: 4rem;
}
.off-canvas-toggle .line {
    width: 100%;
    height: 2rem;
}
.scrollDown .off-canvas-toggle .line,
.scrollUp .off-canvas-toggle .line {
    fill: #000;
}
.start.header-fixed .off-canvas-toggle .line,
.start.view-article.catalogo .off-canvas-toggle .line {
    fill: #fff;
}
/* logo colore */
html:not(.noscroll).start.header-fixed .logo svg * {
    fill: #fff !important;
}
.logo-image a {
    display: block;
    line-height: 0;
}
.logo-image img {
    max-width: 100%;
    height: auto;
}
@media (max-width: 700px) {
    .logo-image svg {
        width: 35rem;
    }
}
@media (min-width: 701px) {
    .logo-image svg {
        width: 45rem;
    }
}
.t3-off-canvas .logo-image svg {
    height: 8rem;
}
.custom img,
.jcemediabox-zoom-span,
#t3-content * img {
    max-width: 100%;
    height: auto;
}
.nspImageWrapper img,
#t3-content a.jcepopup,
#t3-content a img {
    -webkit-transition: all 1200ms ease-in-out;
    -moz-transition: all 1200ms ease-in-out;
    -o-transition: all 1200ms ease-in-out;
    -ms-transition: all 1200ms ease-in-out;
    transition: all 1200ms ease-in-out;
}
.nspImageWrapper {
    overflow: hidden;
}
.nspImageWrapper:hover img,
.category-desc a:hover img,
.blog .article-intro:hover img {
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
/* # contenuti # */
/* call to action */
a.allegato,
.allegato a,
.pulsante {
    border: 0;
    font-size: 1.8rem;
    padding: 1.8rem 2.8rem 1.8rem 0 !important;
    font-weight: 600;
    background: none !important;
    border-bottom: 3px solid var(--color-primary);
    text-align: left;
    color: #19171B !important;
}
.pulsante2 a,
a.pulsante2 {
    display: inline-block;
    background: var(--color-primary) !important;
    color: #fff;
    font-weight: 700;
    padding: 1.2rem 2.5rem !important;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -khtml-border-radius: 4px;
}
a.allegato {
    color: #0b416e !important;
}
.slideshow .uk-margin a:hover,
.slideshow .uk-margin a:focus,
.buttonck:hover,
.buttonck:focus {
    text-decoration: none;
}
.buttonck.freccia:hover,
.buttonck.freccia:focus {
    background: none !important;
}
.view-search .result__item a.result__title-link span:after,
.readmore a:after,
.buttonck.freccia span:after {
    content: "\f105";
    font-family: 'Fontawesome';
    margin-left: 2rem;
    font-size: 1.6rem;
    color: var(--color-primary);
    -webkit-transition: all 600ms ease-in-out;
    -moz-transition: all 600ms ease-in-out;
    -o-transition: all 600ms ease-in-out;
    -ms-transition: all 600ms ease-in-out;
    transition: all 600ms ease-in-out;
}
/* cambio lingua */
.mod-languages ul li {
    margin: 0;
}
.mod-languages ul li a {
    text-transform: lowercase;
    margin-right: 1rem;
}
.mod-languages ul li.lang-active {
    background: none !important;
}
.mod-languages ul li.lang-active a {
    color: #fff;
}
/*
html:not(.homepage) .t3-wrapper {
    display: grid;
}
.t3-wrapper .t3-footer {
    align-self: flex-end;
}
*/
.t3-footer {
    font-size: 1.6rem;
}
.t3-footer .datiazienda {
    display: flex;
    justify-content: flex-start;
}
@media (max-width: 600px) {
    .t3-footer .datiazienda {
        flex-direction: column;
        align-items: center;
    }
}
/*
@media (min-width: 601px) {
    .t3-footer .datiazienda {
        flex-flow: row nowrap;
        align-items: flex-start;
    }
    .t3-footer .datiazienda:before {
        margin-right: 2rem;
    }
}
.t3-footer .datiazienda:before {
    content: '';
    width: 11rem;
    height: 11rem;
    display: block;
    background: url(../images/logo-parte-grafica.svg);
    background-repeat: no-repeat;
    background-size: contain;
}
*/
img.cover {
    object-fit: cover;
    width: 100%;
}
img.contain {
    object-fit: contain;
    width: 100%;
}
img.cover.center {
    object-position: top center;
}
img.cover.left {
    object-position: top left;
}
img.cover.right {
    object-position: top right;
}
.header-fixed .t3-header {
    background: none;
}
.start.view-article.catalogo .t3-header *,
.start.header-fixed .t3-header *,
.start.realizzazioni.view-article .t3-header * {
    fill: #fff;
}
.view-article.catalogo .t3-header,
.header-fixed .t3-header,
.realizzazioni.view-article .t3-header {
    position: fixed;
    z-index: 999;
    right: 0;
    left: 0;
}
.view-article.catalogo .t3-header.fullwidth,
.header-fixed .t3-header.fullwidth {
    position: fixed;
    z-index: 999;
    right: 0;
    left: 0;
}
/*
.view-article.catalogo .t3-header .header-top {
    background: #fff;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, .5);
    -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, .5);
    -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, .5);
}
*/
#h100 {
    overflow: hidden;
    height: 100vh !important;
    min-height: fill-available !important;
    min-height: -webkit-fill-available !important;
    height: fill-available !important;
    height: -webkit-fill-available !important;
}
#h100img img {
    overflow: hidden;
    object-fit: cover;
    height: 100%;
    min-height: 100vh;
    min-height: fill-available !important;
    min-height: -webkit-fill-available !important;
    height: fill-available !important;
    height: -webkit-fill-available !important;
}
#h100txt {
    position: absolute !important;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, .4);
    display: flex;
    color: #fff;
    padding: 0 2rem;
}
#h100txt * {
    color: #fff;
}
@media (max-width: 991px) {
    #h100 {
        margin: -2rem -2rem 2rem;
    }
}
@media (min-width: 992px) {
    #h100 {
        overflow: hidden;
        margin: -5rem -2rem 0;
    }
}
#h100 a.buttonck {
    background: #fff;
}
#h100 a.buttonck span {
    color: #fff;
}
@media (min-width: 993px) {
    .overlay .innercontent {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .overlay .innercontent .overlay-txt {
        position: absolute !important;
        z-index: 999;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        display: flex;
    }
    .overlay-txt > .inner {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        display: flex;
    }
    .overlay-txt-bg > .inner {
        display: flex;
        align-items: center;
        background: rgba(25, 23, 27, .7);
    }
    .txt-white * {
        color: #fff;
    }
}
.social .cktext ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 6rem;
}
@media (max-width: 768px) {
    .social .cktext ul {
        justify-content: center;
    }
}
.social .cktext a {
    border: 0 !important;
}
.social .cktext ul li a:before {
    font-size: 3rem;
}
.social .cktext ul li.facebook a:before {
    content: "\f09a";
}
.social .cktext ul li.twitter a:before {
    content: "\e61b";
}
.social .cktext ul li.instagram a:before {
    content: "\f16d";
}
/*
.overlay .innercontent #overlay-txt > .inner div:last-child > .inner  {
    height: 100vh;
    background: red;
    display: flex;
/*
.overlay > .innercontent > div:nth-child(2) > .inner {
    height: 100vh
}
*/
.contatti a:before {
    margin-right: 1rem;
}
.contatti a[href^="tel:"]:before {
    content: "\f095";
    font-size: 2.2rem;
}
.contatti a[href^="mailto:"]:before {
    content: "\f003";
    font-size: 3rem;
}
.contatti a[href^="https://wa.me"]:before {
    content: "\f232";
    font-size: 3rem;
}
.contatti a[href^="skype"]:before {
    content: "\f17e";
    font-size: 3rem;
}
.contatti a[href^="https://www.google.com/maps"]:before {
    content: "\f041";
    font-size: 3rem;
}
html:not(.homepage) .t3-footer,
html:not(.contatti) .t3-footer {
    background: #f4f4f4;
}
.contatti .t3-footer {
    background: #fff !important;
}
@media (max-width: 992px) {
    .t3-footer {
        background: #f4f4f4;
    }
}
@media (max-width: 768px) {
    .footer-1 .pagebuilderck > div > .inner {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .footer-1 .inner > div:nth-child(1) {
        order: 2;
    }
    .footer-1 .inner > div:nth-child(2) {
        order: 1;
    }
    .footer-1 .inner > div:nth-child(3) {
        order: 3;
    }
}
.testata * {
    color: #fff;
}
.testata {
    text-shadow: 0.2rem 0.2rem 0 rgba(0, 0, 0, .8);
}
@media (max-width: 991px) {
    .testata {
        margin: 0 -2rem;
    }
}
.testata {
    height: 100svh;
    overflow: hidden;
}
.testata .innercontent > div {
    position: absolute !important;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    height: 100svh;
    display: flex !important;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
}
.testata .img .imageck {
    width: 100%;
}
.testata .img .imageck img {
    height: 100svh !important;
}
@media (max-width: 991px) {
    .testata br {
        display: none;
    }
}
.testata:before {
    content: "\f078";
    color: #fff;
    font-size: 2rem;
    position: absolute !important;
    bottom: 4rem;
    left: 50%;
    transform: translateX(-50%);
    -webkit-animation-name: scroll;
    -webkit-animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    animation-name: scroll;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    z-index: 2;
    display: inline-block;
}
.testata h2 {
    font-weight: 400;
}
@-webkit-keyframes scroll {
    from {
        bottom: 4rem;
        opacity: 0;
    }
    to {
        bottom: 2rem;
        opacity: 1;
    }
}
@keyframes scroll {
    from {
        bottom: 4rem;
        opacity: 0;
    }
    to {
        bottom: 2rem;
        opacity: 1;
    }
}
.overlay .img:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0,0,0,.5);
    /*background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);*/
}
