:root{
    --font: "Mulish", sans-serif;
    --color-text: #1d1d1b;
    --color-green: #91c14a;
    --color-lightgreen: #ccd500;
    --color-grey: #53606b;
    --color-backgrey: #edeff0;
}

* {
	white-space: normal;
    word-wrap: break-word;
    vertical-align: baseline;
    font-weight: inherit;
    font-family: inherit;
    font-style: inherit;
    font-size: 100%;
    border: 0 none;
    outline: 0;
    padding: 0;
    margin: 0;
}

body, html {
    position: relative;
    font-family: var(--font);
    color: var(--color-text);
}

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

ol, 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;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}

input, button, textarea, select, optgroup, option {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
	outline-style: none;
    box-shadow: none;
}

/*@purpose To enable resizing for IE */
/*@branch For IE6-Win, IE7-Win */
input, button, textarea, select {
	*font-size: 100%;
}

strong{font-weight:900;}

button:focus {
    outline: none !important;
}

img { max-width: 100%; }

a {
    color: inherit;
}

a:hover {
	color: inherit;
    text-decoration: none;
}

h1 {
	font-size: 64px;
}

h2 {
	font-size: 50px;
}

h3 {
	font-size: 42px;
    /* line-height: 45px; */
}

h4, h4 > a {
	font-size: 30px;
    line-height: 32px;
}

h5 {
    font-size: 24px;
}

@media(max-width:767px){
    h1 {
        font-size: 56px;
    }
    
    h2 {
        font-size: 44px;
    }
    
    h3 {
        font-size: 30px;
        /* line-height: 45px; */
    }
    
    h4, h4 > a {
        font-size: 26px;
        line-height: 28px;
    }
    
    h5 {
        font-size: 20px;
    }
    
}

@media(max-width:567px){
    h1 {
        font-size: 44px;
    }
    
    h2 {
        font-size: 34px;
    }
    
    h3 {
        font-size: 26px;
        /* line-height: 45px; */
    }
    
    h4, h4 > a {
        font-size: 22px;
        line-height: 24px;
    }
    
    h5 {
        font-size: 18px;
    }
    
}
/* ----------------------------------------------------------------------------- */
/* ------------------             CLASSI COSTANTI             ------------------ */
/* ----------------------------------------------------------------------------- */

.nowrap-text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.uppercase { text-transform: uppercase; }

a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
    color: var(--color-green);
    text-decoration: none;
}

.relative {
	position: relative;
}

.background-black { background-color: var(--color-text) !important; }
.background-white { background-color: #fff !important; }
.background-green { background-color: var(--color-green) !important; }
.background-lighgreen { background-color: var(--color-lightgreen) }
.background-grey { background-color: var(--color-grey) !important; }
.background-lightgrey { background-color: var(--color-backgrey) !important; }

.color-white { color: #fff !important; }
.color-grey { color: var(--color-grey) !important; }
.color-green { color: var(--color-green) !important; }

.small, .small a {
    font-size: 12px !important;
    font-weight: 400;
}

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

.background-cover-center {
	background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.background-cover-top {
	background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
}

.background-cover-right {
    background-size: cover;
    background-position: center right;
    background-repeat: no-repeat;
}

.background-image--square {
    display: inline-block;
    background-size: cover;
    width: 100%;
    background-position: center;
    position: relative;
    padding-top: 100%;
}

.image-square {
	width: 100%;
	position: relative;
	overflow: hidden;
    height: 0;
    padding-bottom: 100%;
}

/* .image-square:after {
	content: "";
  	display: block;
  	padding-bottom: 100%;
} */

.image-square > img {
	position: absolute;
	top: 0;
    left: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.ratio_box {
	padding-top: 56.25%;
    position: relative;
}

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

/* .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
} */

.gallery-top {
    height: 80%;
    width: 100%;
}

.gallery-thumbs {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
}

.gallery-thumbs .swiper-slide {
    width: 20%;
    height: 100%;
    opacity: 0.7;
}

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

.bold {
    font-weight: 900 !important;
}

.light {
	font-weight: 100;
}

.italic, em {
	font-style: italic;
}

.overflow {
    overflow: hidden;
}

.wrapperVideo {
    display: inline-block;
    padding: 0;
    margin: 0;
    width: 100%;
    padding-top: 56.25%;
    height: 0px;
    position: relative;
    margin-bottom: -6px;
}

.wrapperVideo > iframe, .wrapperVideo > video {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
}

video {
    width: 100%;
}

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

.fancybox-overlay {
    background-color: rgba(0,0,0,0.7);
}

.fancybox-skin {
    background: transparent !important;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    padding: 0px !important;
}

/* clear fix */

.grid:after {
  content: '';
  display: block;
  clear: both;
}

/* ui group */

.ui-group {
  display: inline-block;
}

/* ----------------------------------------------------------------------------- */
/* ------------------                 MODAL POPUP             ------------------ */
/* ----------------------------------------------------------------------------- */

/*top*/

.modal.top {
    padding-right: 0 !important;
}

.modal-top {
    max-width: 100%;
    margin: 0px auto;
    border: 0px;
    border-radius: 0px;
    padding: 0;
    width: 100%;
}

.top .modal-content {
    border-radius: 0px;
}

.modal.left .modal-dialog,
.modal.right .modal-dialog {
	position: fixed;
	margin: auto;
	width: 320px;
	height: 100%;
	-webkit-transform: translate3d(0%, 0, 0);
	-ms-transform: translate3d(0%, 0, 0);
	-o-transform: translate3d(0%, 0, 0);
	transform: translate3d(0%, 0, 0);
}

.modal.left .modal-content,
.modal.right .modal-content {
	height: 100%;
	overflow-y: auto;
}
	
.modal.left .modal-body,
.modal.right .modal-body {
	padding: 15px 15px 80px;
}

/*Left*/

.modal.left.fade .modal-dialog{
	left: -320px;
	-webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
	   -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
	     -o-transition: opacity 0.3s linear, left 0.3s ease-out;
	        transition: opacity 0.3s linear, left 0.3s ease-out;
}

.modal.left.fade.show .modal-dialog{
	left: 0;
}
        
/*Right*/

.modal.right.fade .modal-dialog {
	right: -320px;
	-webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
	   -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
	     -o-transition: opacity 0.3s linear, right 0.3s ease-out;
	        transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.right.fade.show .modal-dialog {
	right: 0;
}

/* ----------------------------------------------------------------------------- */
/* ------------------        CLASSI BOOTSTRAP MODIFICATE      ------------------ */
/* ----------------------------------------------------------------------------- */

/*
xs: 0,
sm: 576px,
md: 768px,
lg: 992px,
xl: 1200px
*/

.btn,
.dropdown-menu, 
.no__border-radius {
    border-radius: 0px !important;
    -webkit-appearance: none;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {   
  border-color: rgba(0, 0, 0, 0.1);
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0) inset, 0 0 8px rgba(255, 255, 255, 0.1);
  outline: 0 none;
}

.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0 rgba(255,255,255,0) !important;
}

button {
    background-color: transparent;
}

a:not([href]) {
    /*color: inherit !important;*/
    text-decoration: none;
}

/* ----------------------------------------------------------------------------- */
/* ------------------                CLASSI FORM              ------------------ */
/* ----------------------------------------------------------------------------- */

.wpcf7-form,
.newsletter-form {
    -ms-flex-wrap: wrap!important;
    flex-wrap: wrap!important;
    display: -ms-flexbox!important;
    display: flex!important;
}

.wpcf7-6 {
    width: 50%;
    /* padding: 0px 5px; */
}

.wpcf7-6 input {
    width: calc(100% - 10px);
}

.wpcf7-12 input, .wpcf7-12 textarea, .wpcf7-12, .newsletter-form input {
    width: 100%;
}

.wpcf7-form label, .newsletter-form label {
    margin-top: 20px;
    margin-bottom: 5px;
    text-align: left;
    display: inline-block;
    width: 100%;
    text-transform: uppercase;
    color: #fff;
    font-size: 14px;
}

.newsletter-form label a {
    color: #fff;
    font-size: 14px;
    text-decoration: underline;
}

.wpcf7-form input {
    height: 40px;
    background-color: transparent;
    padding: 0px 10px;
    margin: 5px 0px;
    /*-webkit-appearance: none;*/
    border-radius: 0 !important;
    font-size: 14px;
    border: 2px solid #fff;
    color: var(--color-text);
}

.newsletter-form input {
    height: 40px;
    background-color: transparent;
    padding: 0px 10px;
    margin: 5px 0px;
    /*-webkit-appearance: none;*/
    border-radius: 0 !important;
    font-size: 14px;
    border: 2px solid #fff;
    color: var(--color-text);
    background-color: #fff;
}

.wpcf7-form input[type="file"] {
    border: 0px solid #fff;
    padding: 0px 0px;
    margin: 5px 0px;
}

.wpcf7-12 textarea {
    width: 100%;
    background-color: transparent;
    border: 2px solid #fff;
    height: 120px;
    /*color: #14233a;*/
    padding: 10px;
    margin: 5px 0px;
    border-radius: 0 !important;
    resize: none;
    margin-bottom: 15px;
    font-size: 14px;
    color: var(--color-text);
}

.wpcf7-form select {
    width: 100%;
    background-color: transparent;
    border: 2px solid #fff;
    height: 40px;
    /*color: #14233a;*/
    padding: 0px 10px;
    /*background: rgba(0,0,0,1);*/
    -webkit-appearance:none;
    font-size: 14px;
    color: var(--color-text);

}

.wpcf7-form .col-check, .newsletter-form .col-check {
    margin-top: 30px;
}

.wpcf7-form .col-check .wpcf7-list-item label {
    margin-top: 0px;
    margin-bottom: 0px;
}

::-webkit-input-placeholder { /* Edge */
  color: var(--color-text);
}


::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: var(--color-text);
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: var(--color-text);
    opacity: 1;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: var(--color-text);
    opacity: 1;
}

.wpcf7-form .check {
    margin: 10px 0px;
    text-align: left;
}

.wpcf7-list-item {
    display: inline-block;
    margin: 0px !important;
}

.wpcf7-form .check label {
    margin-top: 5px;
    margin-bottom: 5px;
}

.wpcf7-form input[type="checkbox"], .woocommerce-form input[type="checkbox"], 
.newsletter-form input[type="checkbox"] {
    width: 15px;
    height: 15px;
    margin: 0px 10px 0px 0px;
    /* flex: 0 0 13px; */
    /* -webkit-appearance: none; */
    border: 1px solid;
    padding: 0;
}

.wpcf7-acceptance .wpcf7-list-item-label {
    font-size: 12px;
    font-weight: 400;
    text-transform: none;
}

.wpcf7-acceptance .wpcf7-list-item-label a {
    font-size: 12px;
    font-weight: 400;
    text-decoration: underline;
}

.wpcf7-form input[type="submit"], #submit_newsletter {
    text-align: center;
    padding: 10px 30px;
    font-size: 18px;
    position: relative;
    font-weight: 900;
    display: block;
    z-index: 10;
    max-width: 100%;
    border:0px;
    border-radius: 0px !important;
    color: var(--color-green);
    background-color: #fff;
    margin: 40px auto 0px;
    height: auto;
}

.wpcf7-form input[type="submit"]:hover {
    color: #fff;
    background-color: #a0bcc0;
    text-decoration: none;
}

.wpcf7-form .wpcf7-not-valid-tip {
    font-size: 12px;
    display: grid;
    /* position: absolute; */
    width: 100%;
    right: 0;
    text-align: right;
}

.wpcf7 form .wpcf7-response-output {
    margin: 0px 0px 35px;
    padding: 0.2em 1em;
    border: 0;
    text-align: center;
    width: 100%;
}

.wpcf7 form.sent .wpcf7-response-output {
    color: #fff;
    font-weight: 900;
}

.wpcf7-form .btn-group-submit {
    border: 1px solid #222222;
        width: 200px;
    margin: auto;
}

#success_nl {
    font-size: 20px;
    text-align: center;
}

@media(max-width: 567px){
    .wpcf7-form label {
        font-size: 13px;
    }
}


/* ----------------------------------------------------------------------------- */
/* ------------------             CLASSI VARIABILI            ------------------ */
/* ----------------------------------------------------------------------------- */

body > * {
	
}

.font-text--primary, p, a, li {
	font-size: 16px;	
}

.fz20, .fz20 p {
    font-size: 20px;
}

.fz24 {
    font-size: 24px;
}

.fz18, .fz18 > p, .fz18 > a {
    font-size: 18px;
}

.fz40 {
	font-size: 40px;
}

.fz14 {
    font-size: 14px !important;
}

button, .whatsapp_btn {
	cursor: pointer;
}

/* .overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0,0,0,.5);
} */

.overlay-before:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0,0,0,.5);
    z-index: 10;
}

.zIndex10 {
    position: relative;
    z-index: 100;
}

.container-custom {
    width: 94%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}

.container-sm {
    width: 80%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}

@media(max-width:680px){
    .container-custom, .container-sm {
        width: 100%;
    }

    .fz18, .fz18 > p, .fz18 > a {
        font-size: 16px;
    }
}

/*header*/
body.overlayNav {
    background-color: rgba(0,0,0,0.4);
}

.navbar .container-custom {
    display: -ms-flexbox;
    display: flex;
    /* -ms-flex-wrap: wrap;
    flex-wrap: wrap; */
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;

    width: 100%;
    padding: 0px;
}

header {
    position: fixed;
    width: 100%;
    top: 0px;
    z-index: 9999;
    background-color: #fff;
}

header.positionStart {
    background-color: transparent;
}

 header a.navbar-brand {
    position: absolute;
    z-index: 99999;
    left: 0%;
    top: 0px;
    bottom: 0px;
    margin: auto;
}

header.positionStart a.navbar-brand img {
    height: 50px;
    transition: all 100ms linear;
    -webkit-transition: all 100ms linear;
    -moz-transition: all 100ms linear;
    -ms-transition: all 100ms linear;
    -o-transition: all 100ms linear;
}

header a.navbar-brand img {
    height: 35px;
    transition: all 100ms linear;
    -webkit-transition: all 100ms linear;
    -moz-transition: all 100ms linear;
    -ms-transition: all 100ms linear;
    -o-transition: all 100ms linear;
}

header a.navbar-brand {
    padding: 0;
    padding-left: 3%;
    padding-right: 30px;
    padding-top: 0px;
    padding-bottom: 0px;
    display: flex;
    align-items: center;
}

header .navbar {
    padding: 0px;
}

header .content {
    width: 92%;
    margin: auto;
}

header .subNav .boxitem {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 0px 50px;
}

header .subNav .boxitem a {
    font-size: 13px;
    padding-left: 15px;
    padding-right: 15px;
    font-weight: 500;
}

header #navOpen {
    width: 100%;
    /* height: 60px; */
    height: 70px;
}

/* header:not(.positionStart) #navOpen {
    background-color: var(--darkgrey);
}  */

header .navbarcontent .nav-item a {
    text-transform: uppercase;
    padding-left: 20px !important;
    padding-right: 20px !important;
    font-weight: 500;
    display: -ms-flexbox!important;
    display: flex!important;
    -ms-flex-align: center!important;
    align-items: center!important;
    height: 100%;
    white-space: nowrap;
    justify-content: center;
    font-size: 15px;
    line-height: 17px;
    cursor: pointer;
}


header.navdark .navbarcontent .nav-item a {
    color: var(--color-text);
}

header.navwhite.positionStart .navbarcontent .nav-item a {
    color: #fff;
}

header .navbarcontent .nav-item a:hover {
    color: var(--color-green);
}

header .navbarcontent .nav-item.background-red a:hover {
    background-color: #fff;
}

header .navbarcontent .nav-item a.active {
    background-color: var(--color-backgrey);
    color: var(--color-text) !important;
}

header .dropdownLeft {
    background-color: #fff;
    position: absolute;
    top: 100%;
    right: -55%;
    width: 55%;
    height: calc(100vh - 70px);
    transition: all 500ms ease-in-out;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
}

header .dropdownLeft.open {
    right: 0%;
    transition: all 500ms ease-in-out;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
}

header .dropdownLeft .dropdownLeft--content {
    position: relative;
    height: 100%;
    overflow: hidden;
    padding: 70px 40px;
}

header .dropdownLeft .listaNav {
    height: 100%;
    min-height: 100%;
    overflow-y: scroll;
}

header .dropdownLeft .menu-item a {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 300;
    display: block;
    padding: 10px 30px 10px 0px;
    line-height: 32px;
}

header .dropdownLeft .dropdownLeft--close {
    color: var(--color-green);
    font-size: 16px;
    font-weight: 800;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

header .dropdownLeft .listaNav {
    display: none;

    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}
  
header .dropdownLeft .listaNav::-webkit-scrollbar {
    display: none;
}
  
header .dropdownLeft .listaNav::-webkit-scrollbar-track {
    display: none;
}
  
header .dropdownLeft .listaNav::-webkit-scrollbar-thumb {
    display: none;
}

header .dropdownLeft .listaNav .small .menu-item a {
    font-size: 18px !important;
    /* padding: 6px 30px 6px 0px; */
    text-transform: none;
    font-weight: 400;
    line-height: 22px;
}

.navbar-toggler {
    border: 0px;
    border-radius: 0px;
    color: #fff;
    font-size: 15px;
    padding: 15px 30px;
    font-weight: bold;
    width: 110px;
    -ms-flex-item-align: end!important;
    align-self: flex-end!important;
    z-index: 999;
    background-color: var(--color-green);
    margin-left: auto;
}

.navbar-toggler[aria-expanded="false"] span:after {
    content: "Menu";
    transition: all 200ms linear;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -o-transition: all 200ms linear;
}

.navbar-toggler[aria-expanded="true"] span:after {
    content: "Chiudi";
    transition: all 200ms linear;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -o-transition: all 200ms linear;
}

.paddNav {
    /* padding-top: 150px; */
    padding-top: 120px;
}

.listaNav .ul-sub {
    display: flex;
    color: #000;
    border-top: 2px solid #bec4c8;
    padding-top: 25px;
    padding-bottom: 25px;
}

.listaNav .ul-sub .img {
    position: relative;
    max-width: 25%;
    width: 25%;
    flex: 0 0 25%;
    height: 0;
    padding-bottom: 12%;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.listaNav .ul-sub .img img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    object-fit: cover;
}

.listaNav .ul-sub .content-sub {
    padding-left: 20px;
    padding-right: 20px;
}

.listaNav .ul-sub .content-sub .h3_tit {
    font-weight: 100;
    font-size: 30px;
    padding-bottom: 15px;
    position: relative;
    display: flex;
}

.listaNav .ul-sub .content-sub .h3_tit:hover {
    color: var(--color-green);
}

.listaNav .ul-sub .content-sub .h3_tit.linknav_ext:after {
    content: "";
    background-image: url('../images/arrow_btn.svg');
    background-size: contain;
    width: 20px;
    height: 40px;
    filter: invert(1);
    background-repeat: no-repeat;
    background-position: center;
    margin-left: auto;
    margin-right: 0px;
    -webkit-filter: invert(1);
}

.pll-switcher-select {
    background-color: transparent;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    display: flex;
}

.pll-switcher-select option {
    color: #000;
}

.nav-lang--mb {
    display: none;
}

@media(max-width:1200px) and (max-height: 900px){

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

/* dk nav */
@media(min-width:992px){

    header .navbarcontent {
        min-width: 55%;
        /* margin-left: 50%; */
        display: -ms-flexbox!important;
        display: flex!important;
        -ms-flex-align: normal!important;
        align-items: normal!important;
        -ms-flex-pack: end!important;
        justify-content: flex-end!important;
        height: 100%;
        margin-left: auto;
    }
    
    header .navbarcontent .nav-item {
        width: 100%;
        border-bottom: 1px solid var(--color-text);
    }

    header .navbarcontent .nav-item.active-page {
        background-color: var(--color-backgrey);
        color: var(--color-text);
    }

    header.navwhite.positionStart .navbarcontent .nav-item.active-page a {
        color: var(--color-text);
    }

    /* header .navbarcontent .nav-item.nav-lang {
        max-width: 80px;
        display: flex;
        align-items: center;
        justify-content: center;
    } */

    .nav-lang {
        background-color: var(--color-grey);
        min-width: 80px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        list-style: none;
    }

    .nav-lang ul li {
        list-style: none;
    }

    header .dropdownLeft .listaNav .small:after {
        content:"";
        position: absolute;
        width: 50px;
        height: 2px;
        left: 0;
        bottom: 0;
    } 

    .listaNav--mb,
    .nav_hideDK {
        display: none !important;
    }

    header .navbar-nav {
        width: 100%;
    }
}

@media(max-width:1200px){

    header.positionStart a.navbar-brand img {
        height: 30px;
    }

    header .subNav .boxitem {
        padding: 0px 15px;
    }

    header .navbarcontent .nav-item a {
        padding-left: 15px !important;
        padding-right: 15px !important;
        font-size: 13px;
        line-height: 16px;
    }

    header .dropdownLeft {
        width: 65%;
        right: -65%;
    }

    header .dropdownLeft .menu-item a {
        font-size: 24px;
        line-height: 24px;
    }
}

@media(max-width:1024px){
    /* header.positionStart a.navbar-brand img {
        width: 100px;
    } */
}

/* mobile nav */
@media(max-width:991px){
    .pll-switcher-select option {
        color: #000;
    }

    .nav-lang--mb {
        display: block;
        list-style: none;
        font-size: 16px;
        line-height: 18px;
        padding: 15px 15px;
        justify-content: start;
        height: auto;
        white-space: normal;
        font-weight: 600;
    }

    .nav-lang--mb a {
        padding: 5px 0px;
        display: block;
    }

    .nav-lang {
        display: none;
        /* background-color: var(--color-grey); */
        list-style: none;
        font-size: 16px;
        line-height: 18px;
        padding: 15px 15px;
        justify-content: start;
        height: auto;
        white-space: normal;
        font-weight: 600;
    }
    
    
    header.navwhite.positionStart .navbarcontent .nav-item a {
        color: var(--color-text);
    }

    .paddNav {
        padding-top: 110px;
    }

    header.positionStart .navbar-collapse {
        background-color: #fff;
    } 

    header .navbarcontent .nav-item a.active {
        color: var(--color-green) !important;
    }

    .listaNav--mb {
        display: none;
        padding-bottom: 10px;
    }

    .nav_hideMB,
    .dropdownLeft {
        display: none !important;
    }

    header .subNav .boxitem {
        padding: 0px;
    }

    header #navOpen {
        background-color: #fff;
        /* height: auto; */
        padding-top: 70px;
        padding-bottom: 70px;
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        overflow-y: auto;
        overflow-x: hidden;
        /* height: 100vh; */
        height: auto;
        -ms-overflow-style: none;  /* IE and Edge */
        scrollbar-width: none;  /* Firefox */
    }

    header #navOpen li.nav-item {
        border-bottom: 1px solid #bec4c8;
    }

    header #navOpen li.nav-item.nav-item--contact,
    header #navOpen li.nav-item.nav-lang {
        border-bottom: 0px;
        min-height: 63px;
        display: flex;
        align-items: center;
    }
      
    header #navOpen::-webkit-scrollbar {
        display: none;
    }
    
    header #navOpen::-webkit-scrollbar-track {
        display: none;
    }
    
    header #navOpen::-webkit-scrollbar-thumb {
        display: none;
    }
      
    header .navbarcontent .nav-item a {
        font-size: 16px;
        line-height: 18px;
        padding: 15px 15px;
        justify-content: start;
        height: auto;
        white-space: normal;
        font-weight: 600;
    }

    header .navbarcontent .listaNav--mb li a {
        font-size: 16px;
        padding: 6px 0;
        font-weight: 600;
    }

    header .navbarcontent .nav-link.dropdown-toggle-custom:after {
        content: "+";
        font-size: 24px !important;
        position: absolute;
        right: 15px;
        transition: all 200ms linear;
        -webkit-transition: all 200ms linear;
        -moz-transition: all 200ms linear;
        -ms-transition: all 200ms linear;
        -o-transition: all 200ms linear;
    }
    
    header .navbarcontent .nav-link.dropdown-toggle-custom.active:after {
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transition: all 200ms linear;
        -webkit-transition: all 200ms linear;
        -moz-transition: all 200ms linear;
        -ms-transition: all 200ms linear;
        -o-transition: all 200ms linear;
    }

    header .navbarcontent .nav-item a.active {
        background-color: transparent;
    }
}

@media(max-width:576px){
    header a.navbar-brand img {
        height: 25px;
    }
}

/* footer */
footer .social a {
    display: flex;
    align-items: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 2px solid;
    padding: 2px;
    margin-right: 5px;
}

.social-white img {
    filter: invert(1);
    -webkit-filter: invert(1);
}

footer .col {
    max-width: 25%;
}

footer .colFoot .tit {
    font-size: 20px;
    margin-bottom: 15px;
    color: #fff;
    font-weight: 100;
}

footer .colFoot .tit a {
    font-size: 20px;
    font-weight: 100;
}

footer .colFoot .tit a:hover {
    text-decoration: underline;
}

footer .colFoot ul li a {
    font-size: 14px;
    font-weight: 100;
}

@media(max-width:1024px){
    footer .col {
        max-width: 50%;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    footer .colFoot .tit a, footer .colFoot .tit {
        font-size: 16px;
    }
}

/* btn */
.btn-plus {
    position: relative;
    padding-left: 50px;
    font-weight: 800;
    color: var(--color-green);
    display: flex;
    height: 40px;
    align-items: center;
}

.btn-plus:before {
    content: "";
    position: absolute;
    background-color: var(--color-green);
    background-image: url('../images/arrow_btn.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 20px;
    color: #fff;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    text-align: center;
    line-height: 38px;
    font-weight: 500;
    font-size: 22px;
    top: 0;
    bottom: 0;
    left: 0;
    transition: all 200ms linear;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -o-transition: all 200ms linear;
}

.btn-download {
    position: relative;
    font-weight: 800;
    color: var(--color-green);
    display: flex;
    height: 40px;
    align-items: center;
    /* text-transform: uppercase; */
}

.btn-download--link {
    position: relative;
    color: var(--color-green);
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    border-bottom: 2px solid var(--color-backgrey);
    font-size: 16px;
    line-height: 18px;
    padding-bottom: 5px;
    padding-top: 5px;
}

.btn-download span {
    color: var(--color-green);
    padding-left: 10px;
}

.general_content p {
    margin-top: 20px;
    margin-bottom: 20px;
}

.general_content p:last-of-type {
    margin-bottom: 0px;
}

.general_content p:first-of-type {
    margin-top: 0px;
}

.general_content ul {
    list-style: disc;
    padding-left: 20px;
    padding-top: 20px;
}

.general_content h2 {
    font-size: 32px;
    margin-top: 40px;
    margin-bottom: 20px;
}

.general_content h3 {
    font-size: 26px;
    margin-top: 20px;
}

.general_content h4 {
    font-size: 22px;
    margin-top: 20px;
}

.wp-block-embed__wrapper {
    height: 0;
    width: 50%;
    padding-bottom: 27%;
    /* padding-bottom: 56%; */
}

.wp-block-embed__wrapper iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
}

@media(max-width:1024px){
    
    .general_content h2 {
        font-size: 26px;
        margin-top: 20px;
        margin-bottom: 10px;
    }

    .general_content h3 {
        font-size: 22px;
        margin-top: 20px;
    }

    .general_content h4 {
        font-size: 18px;
        margin-top: 10px;
    }
}

/* hm */

.main_hm .main_img {
    width: 100%;
    position: relative;
    height: calc(100vh + 150px);
    display: flex;
    align-items: flex-start;
}

.main_hm .main_img:after {
    content: "";
    width: 100%;
    height: 100%;
    background: rgb(255,255,255);
    background: linear-gradient(140deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 40%);
    position: absolute;
}

.main_hm .main_img .background {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    object-fit: cover;
}

.main_hm .main_text {
    z-index: 100;
    padding: 20px 3%;
    max-width: 50%;
    padding-top: 150px;
}

.main_hm .main_text h1 {
    font-size: 54px;
    font-weight: 900;
    padding-top: 20px;
    padding-bottom: 30px;
}

.main_hm .main_prod {
    z-index: 100;
    padding: 20px 0px;
    display: flex;
    flex-wrap: wrap;
    /* width: 50%;
    max-width: 50%;
    flex: 0 0 50%; */
    /* align-self: end; */
    /* margin-bottom: 200px; */
    /* justify-content: end; */
}

.main_hm .link_prod {
    font-weight: 900;
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 10px;
    text-transform: uppercase;
    padding-left: 30px;
    padding-right: 30px;
}

.main_hm .link_prod:first-of-type {
    padding-left: 0px;
}

.main_hm .link_prod:last-of-type {
    padding-right: 0px;
}

.link_prod:hover {
    color: var(--color-green);
}

.main_hm  .btn-scroll {
    position: absolute;
    bottom: 200px;
    left: 3%;
}

.btn-scroll {
    font-size: 22px;
    font-weight: 900 !important;
}

.main_hm .link_prod:hover img {
    filter: grayscale(1);
    -webkit-filter: grayscale(1);
}

.section_col .colBox {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    padding-left: 0px;
}

.paddBox {
    padding: 20px 30px;
}

.section_col .colSidebar {
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
    max-width: 45%;
    /* display: flex; */
}

.section_col--int .colSidebar,
.section_col--int .colBox {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.section_col--int.boxImgSm .colBox {
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
    height: 100%;
}

.section_col--int.boxImgSm .colSidebar {
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
    height: 100%;
}

.section_col .colSidebar--icon {
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
    padding: 20px 0px 20px 30px;
}

.section_col .borderLeft,
.section_col--int .borderLeft {
    border-left: 1px solid rgba(0, 0, 0, 1);
}

.section_col .colBox .colBox-img,
.section_col--int .colBox .colBox-img {
    /* background-color: #edeff0; */
    display: flex;
    align-items: center;
}

.colBox-square {
    height: 0;
    padding-bottom: 70%;
    position: relative;
}

.colBox-square img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    object-fit: cover;
}

.section_col .colSidebar--icon .colInt {
    padding: 30px 50px;
}

.section_col .colSidebar--icon .cert {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 15px;
    flex-wrap: wrap;
}

.section_col .colSidebar--icon .cert img {
    max-width: 25%;
}

.section-box--soluzioni .box--soluzioni .background_img {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 56vh;
    padding: 50px;
}

.section_col--int .list_settori {
    font-size: 22px;
    font-weight: 900;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(29,29,27,0.5);
    background-blend-mode: multiply;
    mix-blend-mode: multiply;
    z-index: 1;
}

.box--soluzioni a:hover .overlay {
    background-color: rgba(145, 193, 74, 0.7);
}

.box-relatedLink a:hover .overlay {
    background-color: rgba(145, 193, 74, 0.7);
}

.box-relatedLink.active-page a {
    pointer-events: none;
    opacity: 0.5;
}

.box-relatedLink.active-page a .overlay {
    background-color: rgba(145, 193, 74, 0.7);
}

.section-box--soluzioni .tit, .box-relatedLink .tit {
    position: relative;
    z-index: 100;
}

.box--soluzioni a:hover .tit {
    text-decoration: underline;
}

.box-post {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
    padding-left: 0px;
    padding-right: 30px;
}

.box-post.pl15 {
    padding-left: 15px;
}

.pl30 {
    padding-left: 30px;
}

.pr30 {
    padding-right: 30px;
}
.archive .box-post {
    padding-left: 15px;
    padding-right: 15px;
}

.box-post .colInfo {
    width: 50%;
    flex: 0 0 50%;
    max-width: 50%;
    height: 100%;
}

.box-post .colImage {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-align: center !important;
    /* align-items: center !important; */
    position: relative;
    overflow: hidden;
    border-right: 1px solid rgba(0, 0, 0, .3);
    padding-right: 30px;
    cursor: pointer;
    
    /* height: 0px;
    padding-bottom: 40%; */
    /* min-height: 40vh; */
    height: 30vh;
    height: 100%;
    width: 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

/* .box-post--square .colImage,
.news_corr .box-post .colImage {
    min-height: 30vh;
} */

.box-post .colImage img {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    /* height: 100%; */
    padding-right: 30px;
    /* object-fit: cover; */
}

.news_corr .box-post .colImage img {
    object-fit: contain;
    width: 100%;
    height: auto;
}

.box-post .colInfo .padd {
    padding: 0px 60px 0px 30px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.box-post .colInfo .padd .tit {
    font-size: 26px;
}

.box-post .content {
    margin-top: 15px;
    margin-bottom: auto;
}

.section_sost-video {
    width: 100%;
    min-height: 60vh;
    max-height: 100vh;
}

.section_sost-hm {
    width: 100%;
    height: 68vh;
}

.section_sost-hm .backImg {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.section_sost-video  .boxSost{
    width: 60%;
    max-width: 60%;
    flex: 0 0 60%;
}

.section_sost-hm .boxSost {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
}

.section_sost-hm .boxSost .padd,
.section_sost-video .boxSost .padd {
    padding: 30px 40px;
}

.section_sost-hm .boxSost .padd {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.colVideo {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
}

.colVideo iframe {
    width: 100%;
    height: 100%;
}

.box-relatedLink {
    height: 30vh;
    background-position: center;
    background-size: cover;
    padding: 30px 40px;
}

.posts_pagination {
    background-color:var(--color-backgrey);
    margin-top: 50px;
    padding: 10px;
}

.pag_link.posts_pagination_prev {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}

.pag_link.posts_pagination_next {
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
}

@media(max-width:1300px){
    .main_hm .main_text {
        max-width: 70%;
        padding-top: 150px;
    }
    
    .main_hm .main_text h1 {
        font-size: 48px;
    }

    .section_col .colSidebar--icon .colInt {
        padding: 30px 30px;
    }

    .colSidebar h3 {
        font-size: 40px;
    }

    .section-box--soluzioni .box--soluzioni .tit {
        font-size: 36px;
    }
}

@media(max-width:1200px){
    .box-post, .box-post .colImage img {
        padding-right: 15px;
    }

    .box-post .colImage {
        padding-right: 15px;
        width: 40%;
        flex: 0 0 40%;
        max-width: 40%;
    }

    .box-post .colInfo {
        width: 60%;
        flex: 0 0 60%;
        max-width: 60%;
    }

    .box-post .colInfo .padd {
        padding: 0px 15px 0px 15px;
    }

    .paddBox {
        padding: 20px 15px;
    }

    .section_sost-hm .padd h4 {
        font-size: 20px;
        line-height: 22px;
    }

    .section_sost-hm-video {
        height: 42vh;
    }

    .section-box--soluzioni .box--soluzioni .background_img {
        height: 35vh;
    }
}

@media(max-width:1024px){
    .main_hm .main_img {
        height: calc(100vh + 0px);
    }

    .main_hm .main_text {
        max-width: 90%;
        /* padding-top: 100px; */
    }
    
    .main_hm .main_text h1 {
        font-size: 40px;
    }

    .main_hm .btn-scroll {
        bottom: 20px;
    }

    .btn-scroll {
        font-size: 20px;
    }

    .section_col .colBox {
        -ms-flex: 0 0 35%;
        flex: 0 0 35%;
        max-width: 35%;
    }

    .section_col .colSidebar {
        flex-wrap: wrap;
        -ms-flex: 0 0 65%;
        flex: 0 0 65%;
        max-width: 65%;
    }

    .section_col .colSidebar--icon {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding: 20px 0px;
    }

    .paddBox {
        padding: 20px 15px;
    }

    .section-box--soluzioni .box--soluzioni .tit {
        font-size: 30px;
    }

    .box-post .colImage {
        padding-right: 15px;
        min-height: 30vh;
        height: 100%;
    }

    .box-post .colImage img {
        padding-right: 15px;
    }

    .box-post .colInfo .padd {
        padding: 0px 15px 0px 15px;
    }

    .section_sost-hm .boxSost .padd {
        padding: 30px 30px;
    }

    .main_hm .link_prod {
        font-size: 16px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .section-referenze .box-post {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .section_sost-hm {
        width: 100%;
        height: auto;
    }

    .section_col .colSidebar--icon .colInt {
        padding: 30px 15px;
    }
}

@media(max-width:767px){
    .posts_pagination {
        margin-top: 20px;
        padding: 10px;
    }

    .box-post .colInfo .padd .tit {
        font-size: 22px;
    }

    .btn-scroll {
        font-size: 16px;
    }

    /* .main_hm .link_prod img {
        width: 60px;
    } */

    .section_col .colBox,
    .section_col--int .colBox {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding-left: 15px;
    }

    .section_col .colSidebar,
    .section_col--int .colSidebar {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .section_col .borderLeft,
    .section_col--int .borderLeft {
        border: 0px;
    }

    .box--soluzioni {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .box-relatedLink {
        height: 30vh;
        padding: 20px 20px;
    }

    .box-relatedLink h4, .box-relatedLink h4 > a {
        font-size: 20px;
        line-height: 22px;
    }

    .section_col .colSidebar--icon .cert img {
        max-width: 33.333%;
        padding: 0px 15px;
    }

    .section-box--soluzioni .box--soluzioni .background_img {
        height: 45vh;
        padding: 20px;
    }

    .section-box--soluzioni .box--soluzioni .tit {
        font-size: 24px;
    }

    .box-post {
        padding-left: 15px;
    }

    .box-post .colImage {
        padding-right: 0;
        min-height: auto;
        height: auto;
        width: 100%;
        flex: 0 0 100%;
        max-width: 100%;
        border-right: 0px;
        margin-bottom: 20px;
    }

    .box-post .colInfo {
        width: 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .box-post .colImage img {
        padding-right: 0;
        position: static;
    }

    .box-post .colInfo .padd {
        height: auto;
    }

    .section_sost-hm-video {
        height: 32vh;
    }
}

@media(max-width:576px){
    .main_hm .main_img:after {
        background: linear-gradient(140deg, rgba(255, 255, 255, 0.6) 60%, rgba(255, 255, 255, 0) 70%);
    }

    .main_hm .main_text {
        max-width: 100%;
    }

    .colSidebar h3 {
        font-size: 32px;
    }
}

.main_general {
    position: relative;
    width: 100%;
    height: 65vh;
    overflow: hidden;
}

.main_post {
    position: relative;
    width: 100%;
    /* min-height: 40vh; */
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 50px;
}

.main_general .main_img {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    background-color: rgb(29,29,27,0.5);
    background-blend-mode: multiply;
    mix-blend-mode: multiply;

    display: flex;
    align-items: end;
}

.main_general .main_text {
    padding-left: 3%;
    padding-right: 3%;
    padding-bottom: 50px;
    width: 55%;
}

.main_post .main_text {
    padding-left: 3%;
    padding-right: 3%;
    /* padding-bottom: 50px; */
    width: 55%;
}

img.mb-2.icon_circle {
    width: 120px;
    height: 120px;
    object-fit: cover;
    /* border: 2px solid var(--color-green); */
    background-color: #efefef;
    border-radius: 50%;
    box-shadow: 0px 0px 26px -15px #000;
}

/* .breadcrump {
    width: 100%;
    display: flex;
    justify-content: space-between;
    color: #fff;
    padding-bottom: 50px;
} */

.breadcrump .btn_back {
    color: #fff;
    display: flex;
    align-items: center;
    font-size: 16px;
}

.breadcrump .btn_back img {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    padding-left: 10px;
}

.main_general .main_img .main_text h1 {
    border-bottom: 2px solid rgba(255, 255, 255, 0.4);
    padding-bottom: 30px;
    margin-bottom: 30px;
    padding-right: 30px;
}

.main_post .main_img {
    padding-left: 0%;
    padding-right: 3%;
    width: 45%;
    flex: 0 0 45%;
    max-width: 45%;
    /* padding-top: 150px; */
    /* padding-bottom: 50px; */
    max-height: 100%;
    display: flex;
    align-items: center;
    justify-content: end;
}

.main_post .main_img img {
    max-height: 60vh;

}

.main_post .tit_post {
    border-bottom: 1px solid #fff;
    padding-bottom: 30px;
    margin-bottom: 30px;
    padding-right: 30px;
    font-size: 44px;
}

.to-white  {
    filter: invert(1);
    -webkit-filter: invert(1);
}

@media(max-width:1600px){
    .main_general .main_img .main_text {
        width: 55%;
    }
    
    .main_general .main_img .main_text h1 {
        padding-right: 0px;
        font-size: 44px;
    }
}

@media(max-width:1260px){
    .main_general .main_img .main_text {
        width: 65%;
    }
    
    .main_general .main_img .main_text h1 {
        font-size: 54px;
    }
}

@media(max-width:1024px){
    .main_post .main_text {
        padding-left: 3%;
        padding-right: 3%;
        width: 100%;
    }

    .main_post .main_img {
        padding-left: 3%;
        padding-right: 3%;
        width: 100%;
        flex: 0 0 100%;
        max-width: 100%;
        max-height: 100%;
        align-items: center;
        justify-content: center;
        margin-top: 50px;
    }

    .main_general .main_img .main_text {
        width: 85%;
    }
    
    .main_general .main_img .main_text h1 {
        font-size: 50px;
    }

    .main_post .tit_post {
        font-size: 38px;
    }

    .main_general {
        height: 45vh;
    }
}

@media(max-width:767px){

    .main_hm .main_text h1 {
        font-size: 30px;
    }

    img.mb-2.icon_circle {
        width: 70px;
        height: 70px;
    }

    /* .main_hm .link_prod:first-of-type {
        padding-left: 15px;
    }

    .main_hm .link_prod:last-of-type {
        padding-right: 15px;
    } */

    .main_general .main_img .main_text {
        width: 90%;
    }
    
    .main_general .main_img .main_text h1 {
        font-size: 34px;
    }

    .main_post .tit_post {
        font-size: 28px;
    }
}

@media(max-width:576px){
    .breadcrump .btn_back {
        font-size: 14px;
    }

    .main_hm .link_prod {
        font-size: 14px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .main_general .main_img .main_text h1 {
        font-size: 28px;
        padding-bottom: 15px;
        margin-bottom: 15px;
    }

    .main_post .tit_post {
        font-size: 26px;
    }
}

section.sec_highlights.background-grey {
    margin-top: 80px;
}

.sec_highlights .boxIntro {
    width: 30%;
    max-width: 30%;
    flex:0 0 30%;
    padding: 30px;
    margin-top: -50px;
}

.sec_highlights .boxText {
    width: 70%;
    max-width: 70%;
    flex:0 0 70%;
    padding: 0px 30px;
}

.sec_highlights .boxIntro .borderTop {
    padding: 10px 0px;
    border-top: 1px solid var(--color-text);
}

.sec_grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    /* gap: 2px; */
}

.sec_highlights .single-high {
    width: 100%;
    max-width: 100%;
    /* flex: 0 0 20%;
    border: 1px solid #fff; */
    box-sizing: border-box;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
}

.sec_highlights .single-high h5 {
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 16px;
    cursor: pointer;
    padding: 40px 20px;
}

.sec_highlights .single-high:hover {
    background-color: var(--color-green);
}

.sec_highlights .single-high h5:hover {
    color: var(--color-grey);
}

/* .sec_highlights .single-high:nth-of-type(5n+1) {
    border-left: none;
}

.sec_highlights .single-high:nth-of-type(5n) {
    border-right: none;
} */

.modal-dialog {
    max-width: 50%;
}

.table {
	border-collapse: collapse;
    font-size: 16px;
}

.table tr:first-child th {
    border: 0;
}

.table tr td:first-child,
.table tr th:first-child {
    border-left: 0;
}

.table tr td:last-child,
.table tr th:last-child {
    border-right: 0;
}

.table td, .table th {
    border-bottom: 1px solid var(--color-grey);
    vertical-align: middle;
    padding: 20px 5px;
}

.table thead th {
    vertical-align: middle;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 15px;
    line-height: 16px;
    padding: 10px 30px;
}

.material-symbols-outlined.green, .material-symbols-outlined.green,
.material-symbols-outlined.green {
    color: var(--color-green);
}


.material-symbols-outlined, .material-symbols-outlined,
.material-symbols-outlined {
    color: #bdbdbd;
    font-size: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media(max-width: 991px){
    .table {
        border: 0;
    }
  
    .table thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }
  
    .table tr {
        border-bottom: 3px solid #ddd;
        display: block;
        margin-bottom: .625em;
    }

    .table td:first-of-type {
        background-color: #cbd50c;
        font-size: 15px;
        font-weight: 900;
    }

    .table td {
        border: 0px ;
        border-bottom: 2px solid #fff;
        display: block;
        text-align: right;
        font-weight: bold;
    }

    .table td::before {
        content: attr(data-label);
        float: left;
        font-weight: bold;
        text-transform: uppercase;
    }

    .table td:first-of-type::before {
        margin-right: 15px;
    }

    .table td:last-child {
        border-bottom: 0;
    }

    .material-symbols-outlined, .material-symbols-outlined, .material-symbols-outlined {
        font-size: 30px;
        justify-content: end;
    }
}

@media(max-width:576px){
    .table {
        font-size: 14px;
    }

    .table td:first-of-type {
        background-color: #cbd50c;
        font-size: 13px;
        font-weight: 900;
    }
}

/* lavora con noi */

#posizioniAperte .card {
    border: 0px !important;
    border-radius: 0px !important;
    cursor: pointer;
}

#posizioniAperte .card .card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: var(--color-backgrey);
    border-bottom: 0px;
}


#posizioniAperte .card .card-header h4 {
    padding-right: 20px;
}

#posizioniAperte .card-body {
    background-color: var(--color-backgrey);
}

#posizioniAperte .card-body ul {
    list-style: disc;
    margin-top: 8px;
    margin-bottom: 8px;
    padding-left: 20px;
}

#posizioniAperte .card-body ul li {
    list-style: disc;
    font-size: 16px;
    margin-top: 5px;
    margin-bottom: 5px;
}

#posizioniAperte .card-body p {
    margin-top: 8px;
    margin-bottom: 8px;
}

#posizioniAperte .arrow-accordion, .btn_accordion img {
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
}

#posizioniAperte .accordion-toggle[aria-expanded="true"] .arrow-accordion,
.btn_accordion[aria-expanded="true"] img {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
}

.filters .btn-filter {
    cursor: pointer;
    text-transform: uppercase;
    padding: 10px 15px;
    font-weight: 800;
    font-size: 14px;
}

.filters .active-filter.btn-filter {
    color: var(--color-green);
}

.post-loading.text-center.mx-auto {
    max-width: 100px;
}

.background-impatto {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 60vh;
    max-height: 100vh;
}

sup {
    font-size: 70%;
}

.box_area-download {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #fff;
    margin-bottom: 2rem;
    padding-bottom: 2rem;
    justify-content: space-between;
}

.sec_contatti {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 300px;
}

.faq .accordion .card {
    background-color: var(--color-backgrey);
    background-clip: border-box;
    border: 0px;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
}

.faq .accordion .card button {
    font-size: 18px;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    text-align: left;
    display: flex;
}

.faq .accordion .card-header {
    background-color: rgba(0, 0, 0, .03);
    border-bottom: 2px solid var(--color-green);
}

.gallery {
    display: flex;
    justify-content: flex-start;
    /* gap: 10px; */
    flex-wrap: wrap;
}

.gallery .image {
    position: relative;
    width: 25%;
    max-width: 25%;
    flex: 0 0 25%;
    padding: 15px;
    height: 400px;
    margin-bottom: 15px;
}

.gallery .image  img {
    height: 100%;
    width: calc(100% - 30px);
    object-fit: cover;
    position: absolute;
    top: 0px;
    left: 0px;
}

.map {
    height: 80vh;
    width: 100%;
}

.map iframe {
    width: 100%;
    height: 100%;
}

.gallery_post {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 15px;
    max-width: 100%;
}

.gallery_post .item {
    overflow: hidden;
    max-height: 440px;
    position: relative;
}

.gallery_post .item img {
    width: auto;
    height: 100%;
    display: block;
    object-fit: cover;
    margin: auto;
}

@media(max-width:1024px){
    a.link_prod.d-flex.align-items-start.col {
        width: 50%;
        flex: 0 50%;
        padding: 20px 15px;
    }

    .background-impatto {
        min-height: 40vh;
        max-height: 60vh;
    }

    .gallery .image {
        position: relative;
        width: 50%;
        max-width: 50%;
        flex: 0 0 50%;
    }
}

@media(max-width:767px){
    #posizioniAperte .card .card-header h4 {
        padding-right: 10px;
        font-size: 18px;
    }

    a.link_prod.d-flex.align-items-start.col {
        width: 100%;
        flex: 0 0 100%;
        padding: 20px 15px;
    }

    section.sec_highlights.background-grey {
        margin-top: 80px;
    }
    
    .sec_highlights .boxIntro {
        width: 35%;
        max-width: 35%;
        flex:0 0 35%;
        padding: 35;
        margin-top: -50px;
    }
    
    .sec_highlights .boxText {
        width: 65%;
        max-width: 65%;
        flex:0 0 65%;
        padding: 0px 15px;
    }

    .sec_grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        /* gap: 2px; */
    }

    /* .sec_highlights .single-high {
        width: 25%;
        max-width: 25%;
        flex: 0 0 25%;
    } */

    /* .sec_highlights .single-high:nth-of-type(4n+1) {
        border-left: none;
    }
    
    .sec_highlights .single-high:nth-of-type(4n) {
        border-right: none;
    } */

    .sec_highlights .single-high h5 {
        font-size: 14px;
        padding: 20px 15px;
    }

    .modal-dialog {
        max-width: 94%;
    }

    .faq .accordion .card button {
        font-size: 15px;
        text-align: left;
    }

    .card-body p {
        font-size: 15px;
    }

    .gallery_post .item {
        max-height: 300px;
    }
}

@media(max-width:576px){
    .gallery .image {
        position: relative;
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
    }

    .gallery .image img {
        height: 100%;
        width: 100%;
        object-fit: cover;
        position: absolute;
        top: 0px;
        left: 0px;
    }

    .gallery_post .item {
        max-height: 240px;
    }

    .gallery_post {
        grid-template-columns: repeat(2, 1fr);
        padding: 15px;
    }

    .sec_highlights .boxIntro {
        width: 100%;
        max-width: 100%;
        flex:0 0 100%;
        padding: 100;
        margin-top: -50px;
    }
    
    .sec_highlights .boxText {
        width: 100%;
        max-width: 100%;
        flex:0 0 100%;
    }

    .sec_grid {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        /* gap: 2px; */
    }

    /* .sec_highlights .single-high {
        width: 50%;
        max-width: 50%;
        flex: 0 0 50%;
    } */

    /* .sec_highlights .single-high:nth-of-type(3n+1) {
        border-left: none;
    }

    .sec_highlights .single-high:nth-of-type(3n) {
        border-right: none;
    } */
}

#iub-legalDoc .main-header {
    position: static;
}

#iub-legalDoc .pre-footer .summary__card header {
    align-items: center;
    position: static;
}

.language-picker {
    display: none !important;
}

/* #dynamicImage {
    transition: opacity 0.3s ease-in-out;
} */

#dynamicImage.fade {
    opacity: 0;
}

.settore-item {
    cursor: pointer;
    z-index: 20;
    position: relative;
}

.settore-item.active {
    color: var(--color-green);
}

.newsletter {
    border-bottom: 5px solid #fff;
}

#btn_close_newsletter {
    position: absolute;
    right: 0;
    top: -50px;
}

.btn-newsletter {
    background-color: var(--color-green);
    color: #fff;
    padding: 3px 20px;
    text-transform: uppercase;
}

.btn-newsletter.active {
    background-color: transparent;
    opacity: 0.4;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

/*popup */

.pum-container.pum-responsive.pum-responsive-medium {
        width: auto;
}