:root{
    --font: "Montserrat", sans-serif;
    --color-primary: #0769a8;
    --color-dark: #002a4f;
    --color-sec: #fbb040;
    --color-text: #fff;
    --letterspacing: 0.04em;
}

* {
	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: #fff;
    overflow-x: hidden;
}

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;
    letter-spacing: var(--letterspacing);
}

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:800;}

button:focus {
    outline: none !important;
}

img { max-width: 100%; }

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

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

h1 {
	font-size: 62px;
    /* line-height: 64px; */
}

h2, .tit-h2 {
	font-size: 50px;
}

.tit-h3 {
    font-size: 38px;
}

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

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

h5 {
    font-size: 24px;
}

@media(max-width:1400px){
    h2, .tit-h2 {
	    font-size: 44px;
    }   

    .tit-h3 {
        font-size: 34px;
    }
}

@media(max-width:1024px){
    h2, .tit-h2 {
        font-size: 34px;
    }

    .tit-h3 {
        font-size: 24px;
    }
}

@media(max-width:767px){
    /* h1 {
        font-size: 48px;
    } */
    
    h2, .tit-h2 {
        font-size: 40px;
    }
    
    h3 {
        font-size: 30px;
        /* line-height: 45px; */
    }
    
    h4, h4 > a {
        font-size: 26px;
    }
    
    h5 {
        font-size: 18px;
    }
    
}

@media(max-width:567px){
    
    h2, .tit-h2 {
        font-size: 28px;
    }

    .tit-h3 {
        font-size: 24px;
    }
    
    h3 {
        font-size: 24px;
        /* line-height: 45px; */
    }
    
    h4, h4 > a {
        font-size: 22px;
    }
    
    .fz20, .fz20 p {
        font-size: 16px;
    }
}


/* ----------------------------------------------------------------------------- */
/* ------------------             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 {
    text-decoration: none;
}

.relative {
	position: relative;
}

.background-white { background-color: #fff !important; }
.background-primary { background-color: var(--color-primary); }
.background-black { background-color: #454545; }
.background-dark { background-color: var(--color-dark); }

.background-light {
    background-color: #FFFBF4 ;
}

.color-white { color: #fff !important; }
.color-dark { color: var(--color-dark); }
.color-primary { color: var(--color-primary); }
.color-secondary { color: var(--color-sec); }

.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: bold !important;
}

.medium {
    font-weight: 700 !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 {
    -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 {
    width: 100%;
}

.wpcf7-form label {
    margin-top: 20px;
    margin-bottom: 5px;
    text-align: left;
    display: inline-block;
    width: 100%;
    font-size: 14px;
    color: var(--color-text);
}

.form_newsletter {
    width: 300px;
}

.form_newsletter .newsletter {
    height: 40px;
    background-color: transparent;
    padding: 0px 10px;
    margin: 5px 0px;
    width: calc(100% - 15px);
    border-radius: 10px !important;
    font-size: 14px;
    border: 1px solid #fff;
    color: #fff;
    -webkit-border-radius: 10px !important;
    -moz-border-radius: 10px !important;
    -ms-border-radius: 10px !important;
    -o-border-radius: 10px !important;
    width: 100%;
}

.wpcf7-form input {
    height: 40px;
    background-color: transparent;
    padding: 0px 10px;
    margin: 5px 0px;
    width: calc(100% - 15px);
    border-radius: 10px !important;
    font-size: 14px;
    border: 1px solid #fff;
    color: #fff;
    -webkit-border-radius: 10px !important;
    -moz-border-radius: 10px !important;
    -ms-border-radius: 10px !important;
    -o-border-radius: 10px !important;
}

.wpcf7-form textarea {
    width: calc(100% - 15px);
    background-color: transparent;
    border: 1px solid #fff;
    height: 120px;
    padding: 10px;
    margin: 5px 0px;
    border-radius: 10px !important;
    resize: none;
    font-size: 14px;
    color: #fff;
    -webkit-border-radius: 10px !important;
    -moz-border-radius: 10px !important;
    -ms-border-radius: 10px !important;
    -o-border-radius: 10px !important;
}

/* .wpcf7-form select {
    width: 100%;
    background-color: transparent;
    border: 2px solid #fff;
    height: 40px;
} */

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

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

::-webkit-input-placeholder { /* Edge */
    color: #fff;
}


::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #fff;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #fff;
    opacity: 1;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #fff;
    opacity: 1;
}

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

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

.wpcf7-form .check label {
    margin-top: 0px;
    margin-bottom: 12px;
    font-size: 12px;
}

.wpcf7-form input[type="checkbox"], .woocommerce-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"] {
    text-align: center;
    padding: 8px 20px;
    position: relative;
    display: block;
    z-index: 10;
    color: #fff;
    border:0px;
    border-radius: 10px !important;
    background-color: var(--color-primary);
    /* margin: 40px auto 0px; */
    height: auto;
    -webkit-border-radius: 10px !important;
    -moz-border-radius: 10px !important;
    -ms-border-radius: 10px !important;
    -o-border-radius: 10px !important;
    width: auto;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
    border: 1px solid;
}

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

.wpcf7-spinner {
    position: absolute;
    top: 35px;
    right: 0;
}

.wpcf7-form .wpcf7-not-valid-tip {
    font-size: 12px;
    width: 100%;
    right: 0;
    position: absolute;
    color: var(--color-sec);
}

.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: var(--color-primary);
    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: 18px;
}

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

.zIndex100 {
    position: relative;
    z-index: 1000;
}

.zIndex3000 {
    z-index: 3000;
    position: relative;
}

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

@media(max-width:1400px){
    .font-text--primary, p, a, li {
	    font-size: 16px;
    }
}

@media(max-width:1024px){
    .container-custom, .container-nav {
        width: 96%;
    }

    .container {
        width: 80% !important;
    }
}

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

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

/* nav */

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

.navbar {
    padding: 15px 0px;
    height: 120px;
    background-color: transparent;
    transition: background-color 0.1s ease;
    -webkit-transition: background-color 0.1s linear;
    -moz-transition: background-color 0.1s ease;
    -ms-transition: background-color 0.1s ease;
    -o-transition: background-color 0.1s ease;
}

nav.nav-scrolled {
    background-color: var(--color-primary);
}

.padd_nav {
    padding-top: 160px;
}

.navbar-nav {
    padding: 0px 30px;
    margin-left: auto;
}

.navbar-brand {
    padding: 0;
    z-index: 900;
}

.navbar-brand img {
    height: 80px;
    width: auto;
}

.wrapper {
    overflow: hidden;
    position: relative;
}


.wrapper::after {
    content: "";
    background-color: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    z-index: 10;
    transition: opacity 0.4s ease, visibility 0.4s ease;
    -webkit-transition: opacity 0.4s ease, visibility 0.4s ease;
    -moz-transition: opacity 0.4s ease, visibility 0.4s ease;
    -ms-transition: opacity 0.4s ease, visibility 0.4s ease;
    -o-transition: opacity 0.4s ease, visibility 0.4s ease;
}

.wrapper.overlayNav:after {
    opacity: 1;
    visibility: visible;
}

header .container-nav {
    display: flex;
    /* align-items: center; */
}

header .container-nav.zIndexMore {
    position: relative;
    z-index: 9999;
}

.navbarcontent.navbar-extra {
    display: flex;
    align-items: center;
    margin-left: auto;
    flex: 0 0 80%;
}

.navbarcontent.navbar-extra .navbar-nav {
    display: flex;
    align-items: center;
    padding-left: 15px;
    padding-right: 15px;
}

img.sfondo_logo {
    position: absolute;
    top: 0;
    mix-blend-mode: lighten;
    opacity: 0.2;
    z-index: 90;
    max-width: 125%;
    width: 125%;
    left: 0;
    transform: translate(-2%, -50%);
    margin: auto;
    -webkit-transform: translate(-2%, -50%);
    -moz-transform: translate(-2%, -50%);
    -ms-transform: translate(-2%, -50%);
    -o-transform: translate(-2%, -50%);
    will-change: transform;

    pointer-events: none;
    /* animation: float 10s ease-in-out infinite;
    -webkit-animation: float 10s ease-in-out infinite; */
}

.sfondo-res {
    position: fixed;
    top: 0;
    left: 0;
    will-change: transform;
    pointer-events: none;
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

section.padd_nav .container-custom, .moreIndex {
    /* z-index: 2000 !important; */
    position: relative;
}

@keyframes float {
  0%   {
    transform: translate(-2%, -51%);
    -webkit-transform: translate(-2%, -51%);
    -moz-transform: translate(-2%, -51%);
    -ms-transform: translate(-2%, -51%);
    -o-transform: translate(-2%, -51%);
}
  50%  {
    transform: translate(-2%, -50%);
    -webkit-transform: translate(-2%, -50%);
    -moz-transform: translate(-2%, -50%);
    -ms-transform: translate(-2%, -50%);
    -o-transform: translate(-2%, -50%);
}
  100% {
    transform: translate(-2%, 49%);
    -webkit-transform: translate(-2%, 49%);
    -moz-transform: translate(-2%, 49%);
    -ms-transform: translate(-2%, 49%);
    -o-transform: translate(-2%, 49%);
}
}

header .navbar-toggler span,
.navbarcontent .hamb_item span {
    height: 2px;
    width: 30px;
    display: block;
    margin: 5px;
    background-color: #fff;
    transition: all 300ms linear;
}

header .navbar-toggler[aria-expanded="true"] span.first,
.navbarcontent .hamb_item .nav-link.active span.first {
    transform: rotate(45deg) translate(-1px, 4px);
    -webkit-transform: rotate(45deg) translate(-1px, 4px);
    -moz-transform: rotate(45deg) translate(-1px, 4px);
    -ms-transform: rotate(45deg) translate(-1px, 4px);
    -o-transform: rotate(45deg) translate(-1px, 4px);
}

header .navbar-toggler[aria-expanded="true"] span.second,
.navbarcontent .hamb_item .nav-link.active span.second {
    display: none;
}

header .navbar-toggler[aria-expanded="true"] span.third,
.navbarcontent .hamb_item .nav-link.active span.third {
    transform: rotate(-45deg) translate(1px, -6px);
    -webkit-transform: rotate(-45deg) translate(1px, -6px);
    -moz-transform: rotate(-45deg) translate(1px, -6px);
    -ms-transform: rotate(-45deg) translate(1px, -6px);
    -o-transform: rotate(-45deg) translate(1px, -6px);
}

.mega-dropdown-menu {
    width: 100%;
    box-shadow: none;
    -webkit-box-shadow: none;
    background-color: var(--color-primary);
    color: #fff;
    border: 0px;
    top: -100vh;
    display: flex !important;
    position: absolute;
    padding: 0px;
    z-index: 999;
    
    min-height: 60vh;
    height: auto;
    max-height: 100vh;

    overflow-x: auto;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none;  /* IE / Edge */
    
    transition: top 0.6s ease;
    -webkit-transition: top 0.6s ease;
    -moz-transition: top 0.6s ease;
    -ms-transition: top 0.6s ease;
    -o-transition: top 0.6s ease;
    
}

.mega-dropdown-menu::-webkit-scrollbar {
    display: none;  /* Chrome, Safari, Opera */
}

.mega-dropdown-menu.showFlex {
    top: 0%;
}

.mega-dropdown-menu .listaNav {
    display: none !important;
}

.mega-dropdown-menu .listaNav.showList {
    display: -ms-flexbox!important;
    display: flex !important;
    flex-wrap: wrap;
    width: 100%;
    padding-top: 160px;
    padding-bottom: 50px;
}

.navbarcontent .nav-item:not(.hamb_item) .nav-link {
    cursor: pointer;
    border: 1px solid #fff;
    color: #fff;
    padding: 6px 20px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    margin: 0px 10px;
}

.navbarcontent .nav-item:not(.hamb_item) .nav-link.active, .navbarcontent .nav-item:not(.hamb_item) .nav-link.in_page {
    background-color: var(--color-sec);
    border-color: var(--color-primary);
    color: var(--color-primary);
}

button.navbar-toggler.collapsed {
    border-radius: 0px;
    height: 45px;
}

.listaNav .colMenu.specialMenu {
    width: 25%;
    max-width: 25%;
    flex: 0 0 25%;
}

.listaNav .colMenu {
    /* width: 25%; */
    max-width: 25%;
    flex: 1;
    /* flex: 0 0 25%; */
    padding: 15px 30px;
}

.listaNav .colMenu .tit_subnav {
    color: var(--color-sec);
    font-weight: 800;
    font-size: 22px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.listaNav .colMenu .tit_subnav:hover {
    color: #fff;
}

.listaNav .colMenu .list_subnav li a {
    color: #fff;
    font-size: 16px;
    padding: 10px 0px;
    display: inline-block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    width: 100%;
}

.listaNav .colMenu.specialMenu .backgroundImg {
    background-color: #333;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    width: 100%;
    padding: 25px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: end;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
    min-height: 180px;
}

.listaNav .colMenu.specialMenu .backgroundImg:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background: linear-gradient(0deg,rgba(51, 51, 51, 0.6) 20%, rgba(255, 255, 255, 0) 50%);
}

.listaNav .colMenu.specialMenu .tit_specialnav {
    font-weight: 400;
    font-size: 28px;
    margin-top: 10px;
    margin-bottom: 5px;
    text-shadow: 0px 0px 10px #000;
    z-index: 10;
}

.listaNav .colMenu.specialMenu .btn_underline {
    z-index: 10;
    font-size: 16px;
    text-shadow: 0px 0px 10px #000;
    font-weight: 700;
}

.navbar-toggler {
    margin-left: auto;
    padding: 0px;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.dropdown-menu.dropwdown_mb {
    display: none;
}

.nav_link--mb {
    display: none !important;
}

@media (min-width:768px) and (max-height:700px){
    
    /* .navbar {
        background-color: red;
    } */

    .mega-dropdown-menu {
        min-height: 80vh;
    }
}

@media(max-width:1400px){
    .listaNav .colMenu {
        padding: 15px 10px;
    }

    .listaNav .colMenu.specialMenu .backgroundImg {
        padding: 15px;
    }

    .listaNav .colMenu.specialMenu .tit_specialnav {
        font-size: 22px;
    }

    .navbar-expand-md .navbar-nav .nav-link {
        font-size: 14px;
    }

    .listaNav .colMenu .tit_subnav {
        font-size: 18px;
    }

    .listaNav .colMenu .list_subnav li a {
        font-size: 14px;
    }
}

@media(max-width:1200px){
    .listaNav:not([data-id="general"]) .colMenu.specialMenu {
        display: none;
    }

.listaNav .colMenu {
       max-width: 50%;
        flex: 1;
    }
}

/*mq mobile NAV */
@media(max-width:1024px) {
    .navbar-brand img {
        height: 60px;
    }

    .navbar {
        height: 100px;
    }

    /* .padd_nav {
        padding-top: 100px;
    }    */

    .navbarcontent .nav-item:not(.hamb_item) .nav-link {
        font-size: 14px;
    }

    .mega-dropdown-menu .listaNav.showList {
        flex-wrap: wrap;
    }

    /* .listaNav .colMenu {
        width: 25%;
        max-width: 25%;
        flex: 0 0 25%;
    } */

    .listaNav .colMenu.specialMenu {
        width: 50%;
        max-width: 50%;
        flex: 0 0 50%;
        margin-top: 40px;
    }

    .listaNav .colMenu.specialMenu .tit_specialnav {
        margin-top: 50px;
        margin-bottom: 20px;
    }
}

@media(max-width:991px) {
    .listaNav .colMenu .tit_subnav {
        font-size: 16px;
    }

    .navbarcontent .nav-item:not(.hamb_item) .nav-link {
        padding: 6px 15px;
    }
}

.navbar-expand-md .navbar-collapse {
    flex-direction: column;
}

.link_login {
    display: flex;
    align-items: center;
    font-size: 12px;
    align-self: self-end;
    padding-right: 25px;
}

.link_login img {
    width: 20px;
    filter: invert(1);
    -webkit-filter: invert(1);
    margin-right: 10px;
}

.link_login.show_mb {
    display: none !important;
}

/* nav transform versione mb */
@media(max-width:767.98px){
    .navbarcontent .nav-item:not(.hamb_item) .nav-link.active, .navbarcontent .nav-item:not(.hamb_item) .nav-link.in_page {
        background-color: transparent;
        color: var(--color-sec);
    }

    header .navbar {
        padding: 0px !important;
        /* background-color: red; */
    }

    header .container-nav.zIndexMore {
        align-items: center;
        height: 100%;
    }

    .navbar-toggler {
        z-index: 999;
    }

    /* .navbar-expand-md .navbar-toggler {
        display: block;
    }

    .navbar-expand-md .navbar-collapse {
        display: none !important;
    } */

    #navOpen {
        flex-basis: 100%;
        flex-grow: 1;
        align-items: center;
        position: absolute;
        top: 0px;
        width: calc(100% + 30px);
        left: -15px;
        /* background-color: var(--color-primary); */
        background-color: var(--color-primary);
        padding-top: 120px;
        padding-bottom: 60px;
        height: auto;
        max-height: 100vh;
        overflow-y: auto;
        scrollbar-width: none; /* Firefox */
        -ms-overflow-style: none;  /* IE / Edge */
    }

    #navOpen::-webkit-scrollbar {
        display: none;  /* Chrome, Safari, Opera */
    }

    /* dropdown sottomenù special */
    .navbarcontent.navbar-extra {
        width: 94%;
        margin: auto;
    }

    .navbarcontent.navbar-extra .navbar-nav {
        width: 100%;
        text-align: left;
        align-items: flex-start;
    }

    .navbarcontent .nav-item:not(.hamb_item) .nav-link {
        border: 0px;
        padding: 10px 0px;
        margin: 0px 0px;
        border-radius: 0px;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        -ms-border-radius: 0px;
        -o-border-radius: 0px;
    }

    .navbarcontent .nav-item:not(.hamb_item) .nav-link.active {
        background-color:transparent;
        color: var(--color-sec);
    }

    .nav_link--dk {
        display: none !important;
    }

    .nav_link--mb {
        display: block !important;
    }

    .link_login.show_mb {
        position: absolute;
        right: 60px;
        top: 38px;
        display: flex !important;
    }

    .dropdown-toggle-custom::after {
        content: "▼"; /* freccia */
        display: inline-block;
        margin-left: 6px;
        font-size: 0.6em;
        vertical-align: middle;
        transition: transform 0.3s ease;
    }

    .navbarcontent .nav-item {
        width: 100%;
    }

    .navbarcontent .nav-item:not(.hamb_item) .nav-link {
        font-size: 18px;
        border-top: 1px solid rgba(255, 255, 255, 0.4);
    }

    .navbarcontent .nav-item:not(.hamb_item):first-of-type .nav-link {
        border-top: 0px;
    }

    .navbarcontent .dropdown-menu.dropwdown_mb.show {
        display: block;
        background-color: transparent;
        width: 100%;
        border: 0px;
        color: #fff;
        padding: 15px;
    }

    .navbarcontent .dropdown-menu.dropwdown_mb li a {
        font-size: 16px;
        padding: 3px 0px;
        display: block;
    }

}

/*footer */

footer {
    z-index: 9990;
    position: relative;
}

footer .borderLeft {
    border-left: 1px solid var(--color-primary);
}

footer .last-foot {
    border-top: 1px solid var(--color-primary);
}

footer .foot_big li a {
    font-size: 20px;
    padding: 10px 0px;
    display: inline-block;
}

footer .foot_sm li a {
    font-size: 14px;
    padding: 10px 0px;
    display: inline-block;
}

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

footer .foot_sm {
    padding-bottom: 20px;
    padding-left: 10px;
}

footer p {
    font-size: 14px;
}

/* */

.btn-scroll, .pointer {
    cursor: pointer;
}

.btn_underline {
    text-decoration: underline;
    color: var(--color-sec);
    font-weight: 800;
}

.btn_arrow, .btn_pdf {
    color: var(--color-sec);
    font-weight: 800;
    position: relative;
    display: flex;
    align-items: center;
    text-align: left;
}

.btn_arrow:before {
    content: "";
    background-image: url('../images/arrow_wh-dx.svg');
    background-size: contain;
    width: 35px;
    height: 35px;
    flex: 0 0 35px;
    display: block;
    background-repeat: no-repeat;
    margin-right: 10px;
}

.btn_pdf:before {
    content: "";
    background-image: url('../images/pdf.svg');
    background-size: contain;
    width: 50px;
    height: 50px;
    flex: 0 0 50px;
    display: block;
    background-repeat: no-repeat;
    margin-right: 10px;
    filter: invert(1);
    -webkit-filter: invert(1);
}

.btn_arrow.btn-scroll:before {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}

.btn_border-arrow {
    color: var(--color-sec);
    padding: 8px 10px 8px 20px;
    border: 1px solid #fff;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    font-weight: 800;
    position: relative;
    display: inline-flex;
    align-items: center;
}

.btn_border-arrow:after {
    content: "";
    background-image: url('../images/arrow_wh-dx.svg');
    background-size: contain;
    width: 35px;
    height: 35px;
    flex: 0 0 35px;
    display: block;
    background-repeat: no-repeat;
    margin-left: 10px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
}

.btn_border-arrow.dark {
    color: var(--color-sec);
    border: 0px;
    background-color: var(--color-primary);
}

.home .anim_svg {
    padding-top: 0px;
    position: absolute;
    left: 0;
}

.chisiamo .anim_svg {
    position: absolute;
    right: 0;
    width: 60%;
}

.lavora .anim_svg,
.page_servizio .anim_svg {
    position: absolute;
    right: 0;
    width: 100%;
}

.home .anim_svg-consulenza {
    position: absolute;
    top: 0px;
    bottom: 0px;
    margin: auto;
    width: 50%;
    right: 0px;
}

.home .anim_chisiamo {
    position: absolute;
    top: 100px;
}

.chisiamo .anim_chisiamo,
.lavora .anim_chisiamo {
    position: absolute;
    top: 50px;
}

.page_servizio .anim_chisiamo,
.single  .anim_chisiamo {
    position: absolute;
    top: 0px;
}

.single .formtop {
    top: -120px !important;
}

.chisiamo .anim_chisiamo.rev,
.page_servizio .anim_chisiamo.rev {
    top: -70px;
}

.lavora .anim_chisiamo.rev {
    top: 100px;
}

.home .animated_path {
    margin-top: 50px;
    stroke-dasharray: 3687.867431640625;
    /* stroke-dashoffset: 3520; */
    stroke-dashoffset: 2200;
    animation: dash 3s linear forwards 10ms;
    -webkit-animation: dash 3s linear forwards 10ms;
}

.home .anim_svg-faq,
.grandi_imp .anim_svg-faq {
    position: absolute;
    left: 0;
    bottom: 20px;
    stroke-dasharray: 4190;
    stroke-dashoffset: 3970;
}

.home .chisiamo_path,
.chisiamo .chisiamo_path,
.lavora .chisiamo_path,
.page_servizio .chisiamo_path,
.single .chisiamo_path {
    stroke-dasharray: 3687.867431640625;
    stroke-dashoffset: 5200;
}

.home .animated_path-1 {
    stroke-dasharray: 930;
    stroke-dashoffset: 930;
}

.home .animated_path-2 {
    stroke-dasharray: 865;
    stroke-dashoffset: 820;
}

.home .animated_path-3 {
    stroke-dasharray: 634;
    stroke-dashoffset: 634;
}

.in-view .chisiamo_path, 
.home .in-view .anim_svg-faq,
.grandi_imp .in-view .anim_svg-faq {
    animation: dash 5s linear forwards 0ms;
    -webkit-animation: dash 5s linear forwards 0ms;
}

.lavora .animated_path-1 {
    stroke-dasharray: 2994;
    stroke-dashoffset: 1040;
    animation: dash 5s linear forwards 00ms;
    -webkit-animation: dash 2s linear forwards 00ms;
}

.lavora  .animated_path-2 {
    stroke-dasharray: 1500;
    stroke-dashoffset: 1500;
    animation: dash 1300ms linear forwards 0ms;
    -webkit-animation: dash 1300ms linear forwards 0ms;
}

.chisiamo .animated_path-1 {
    stroke-dasharray: 900;
    stroke-dashoffset: 900;
    animation: dash 2s linear forwards 1000ms;
    -webkit-animation: dash 2s linear forwards 1000ms;
}

.page_servizio .animated_path-1 {
    stroke-dasharray: 6507;
    stroke-dashoffset: 6507;
    animation: dash 5s linear forwards 100ms;
    -webkit-animation: dash 5s linear forwards 100ms;
}

.chisiamo .animated_path-2 {
    stroke-dasharray: 2180;
    stroke-dashoffset: 2180;
    animation: dash 3s linear forwards 0ms;
    -webkit-animation: dash 3s linear forwards 0ms;
}

.chisiamo .animated_path-3 {
    stroke-dasharray: 1885;
    stroke-dashoffset: 1885;
    animation: dash 3s linear forwards 0ms;
    -webkit-animation: dash 3s linear forwards 0ms;
}

.home .in-view .animated_path-1 {
    animation: dash 3s linear forwards 1600ms;
    -webkit-animation: dash 3s linear forwards 1600ms;
}

.home .in-view .animated_path-2 {
    animation: dash 3s linear forwards 0ms;
    -webkit-animation: dash 3s linear forwards 0ms;
}

.home .in-view .animated_path-3 {
    animation: dash 2200ms linear forwards 0ms;
    -webkit-animation: dash 2200ms linear forwards 0ms;
}

@keyframes dash {
    to {
        stroke-dashoffset: 0;
    }
}

.home_intro {
    /* height: 70vh; */
    /* height: calc(100vh - 120px); */
    padding-bottom: 20px;
    display: flex;
    align-items: end;

    padding-top: 160px;
    padding-bottom: 90px;
    /* border: 2px solid red; */
}

.head_intro {
    /* padding-top: 200px; */
    padding-top: 120px;
    padding-bottom: 50px;
    display: flex;
    align-items: center;
    padding-bottom: 50px;
    /* border: 2px solid red; */
}

.home_intro .tit, .head_intro .tit {
    letter-spacing: var(--letterspacing);
    padding-bottom: 15px;
    font-size: 46px;
}

.head_intro .btn-scroll {
    z-index: 1000;
    position: relative;
    text-align: left;
}

.head_intro .btn-scroll img {
    transform: translate(0px, 3px);
    -webkit-transform: translate(0px, 3px);
    -moz-transform: translate(0px, 3px);
    -ms-transform: translate(0px, 3px);
    -o-transform: translate(0px, 3px);
    transition: all 200ms linear;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -o-transition: all 200ms linear;
}

.head_intro .btn-scroll:hover img {
    transform: translate(0px, 8px);
    -webkit-transform: translate(0px, 8px);
    -moz-transform: translate(0px, 8px);
    -ms-transform: translate(0px, 8px);
    -o-transform: translate(0px, 8px);
    transition: all 200ms linear;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -o-transition: all 200ms linear;
}

.home_intro .text, .head_intro .text {
    font-size: 22px;
    letter-spacing: var(--letterspacing);
}


.head_intro .head_intro--ul ul {
    display: flex;
    margin-top: 15px;
    list-style: disc;
    padding-left: 20px;
}

.head_intro .head_intro--ul ul li {
    max-width: 50%;
    flex: 0 0 50%;
    padding-right: 30px;
}

.boxServizio, .boxArchive {
    border: 2px solid #fff;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    padding: 30px;
    height: 100%;
    z-index: 5000;
    position: relative;
    isolation: isolate; 

    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.resellerBox {
    background-image: url('../images/img_bg_Reseller.jpg');
    background-position: center;
    background-size: cover;
    border: 0px;

    background-color: rgba(20, 126, 194, 0.4);
    background-blend-mode: multiply;
}

.boxServizio .boxImg {
    display: flex;
    align-items: start;
    justify-content: center;
}

.boxArchive .boxImg {
    display: flex;
    align-items: start;
}

.boxArchive .boxImg .icona img {
    height: 90px;
}

.square {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    overflow: hidden;
    display: flex;
    align-items: center;

    height: 0;
    padding-bottom: 80%;
    /* background-color: red; */
    position: relative;
}

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

.boxServizio .square, .boxImg .square {
    width: 80%;
}

.boxServizio .boxText, .boxArchive .boxText {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.carousel_valori .boxArchive .boxText {
    margin-top: 10px;
}

.sm {
    font-size: 14px;
}

.boxServizio .boxText .tit {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
}

.boxArchive .boxText .tit {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 22px;
    line-height: 26px;
    /* font-weight: 700; */
}

.carousel_news .boxNews {
    padding: 15px 0px;
    margin-left: 30px;
    margin-right: 20px;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    display: flex;
    align-items: center;
}

.carousel_news .boxNews .square {
    width: 100px;
    height: 100px;
}

.carousel_news .boxNews .colText {
    margin-left: 30px;
}

.carousel_news .boxNews .colText .tit {
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    padding-bottom: 20px;
}

.padd30 {
    padding-left: 30px;
    padding-right: 30px;
}

.paddInsideCol {
    width: 80%;
    padding-left: 10%;
    padding-top: 30px;
    padding-bottom: 30px;
}

.borderRadius {
    overflow: hidden;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

.borderRadius > img {
    width: 100%;
    height: 100%;
    max-height: 80vh;
    object-fit: cover;
}

.row_chisiamo .borderRadius > img {
    max-height: 100%;
}

.home .row_chisiamo .borderRadius {
    height: 0;
    padding-bottom: 90%;
    position: relative;
}

.home .row_chisiamo .borderRadius img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home .row_chisiamo .padd30 {
    width: 80%;
}

/*slider sec.disattivata */
/* .swiper-section {
  position: relative;
  width: 100%;
  height: 100vh;
}

.slider-hm-container {
    position: relative;
    height: calc(100vh - 120px);
}

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

.slider_hm  .swiper-slide {
    display: flex;
    flex-direction: column;
    align-items: baseline;
    justify-content: center;

    height: 100%;
    width: 100%;
    padding-left: 100px;
}

.slider_hm  .swiper-slide .title_slider h3 {
    font-size: 34px;
    font-weight: 800;
}

.slider_hm  .swiper-slide .conteint_slider p {
    font-size: 18px;
    margin-top: 20px;
}

.slider_hm  .swiper-slide .padd {
    max-width: 44%;
} */

/* .swiper-pagination {
    position: absolute;
    left: 10px;
    top: 0;
    transform: translateY(50%);
    display: flex;
    flex-direction: column;
    gap: 10px;
    z-index: 10;
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -ms-transform: translateY(50%);
    -o-transform: translateY(50%);
    width: 20px !important;
}

.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #83b4d4;
    border-radius: 0%;
    cursor: pointer;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    position: relative;
    opacity: 1;
    gap: 0;
    margin: 0px 0px !important;
    -webkit-border-radius: 0%;
    -moz-border-radius: 0%;
    -ms-border-radius: 0%;
    -o-border-radius: 0%;
}

.swiper-pagination-bullet-active {
    background: #fff;
}

.swiper-pagination-bullet-active::after {
    content: "";
    position: absolute;
    left: 0%;
    top: 10px;
    width: 10px;
    height: 10px;
    background: #83b4d4;

    border-radius: 0px;
    transition: width 0.3s ease;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    -webkit-transition: width 0.3s ease;
    -moz-transition: width 0.3s ease;
    -ms-transition: width 0.3s ease;
    -o-transition: width 0.3s ease;
}

.swiper-pagination-bullet {
  position: relative;
  z-index: 2;
}

.swiper-pagination-bullet-active::after {
  z-index: 1;
}

.swiper .swiper-pagination-bullet-active:last-of-type:after {
    top: auto;
    bottom: 10px;
}

.title_dynamic_above {
    margin-bottom: 10px;
    align-self: flex-start;
}

.above, .below {
    opacity: 0.5;
    transform: scale(0.6);
    transform-origin: left;
    margin-top: 30px;
}

.title_dynamic {
  opacity: 0;
  transform: translateY(10px);
  animation: fadeInUp 0.6s ease forwards;
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
}

.title_dynamic_below {
  animation-delay: 0.3s;
}

@keyframes fadeInUp {
    to {
        opacity: 0.4;
        transform: translateY(0);
    }
} */

.abs_slider {
    position: absolute;
    width: 50%;
    right: 0px;
}

.sec_efficenza {
    height: 100vh;
}

.sec_efficenza .big {
    color: var(--color-sec);
    font-size: 10vw;
    line-height: 9vw;
}

.sec_efficenza .colImg img {
    object-fit: cover;
    height: 100%;
}

.slide-in-img {
    opacity: 0;
    transform: translateX(-100%);
    will-change: transform, opacity;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
}

.minHeght {
    min-height: calc(100vh - 120px);
}

@media(min-width:1025px){
    .minHeght-dk {
        min-height: calc(100vh - 120px);
    }
}

.sec_reselling {
    background-image: url('../images/img_bg_Reseller.jpg');
    background-position: center;
    background-size: cover;
    border: 0px;
    background-color: rgba(20, 126, 194, 0.4);
    background-blend-mode: multiply;
    min-height: 80vh;
}

.sec_carousel_arch,
.carousel_servizi {
    /* height: calc(100vh - 120px); */
    /* border: 2px solid red; */
    display: flex;
    padding-top: 60px;
    padding-bottom: 60px;
}

.single-grandi-imprese .carousel_servizi {
    padding-top: 0px;
}

.container_archive {
    width: 50%;
    max-width: 50%;
    flex: 0 0 50%;
    padding-left: calc(4% + 15px);
    padding-right: 30px;
    display: flex;
    flex-direction: column;
}

.container_archive .padd {
    width: 80%;
    padding-left: 10%;
}

.sec_carousel_arch .carousel_content,
.carousel_servizi .carousel_content {
    /* border: 2px solid #ccc; */
    width: 50%;
    max-width: 50%;
    flex: 0 0 50%;
    padding-right: 30px;
}

.carousel_valori .container_archive {
    width: 40%;
    max-width: 40%;
    flex: 0 0 40%;
}

.carousel_valori .carousel_content {
    width: 60%;
    max-width: 60%;
    flex: 0 0 60%;
    padding-right: 30px;
}

.sec_carousel_arch .swiper-slide,
.carousel_servizi .swiper-slide {
    width: 50%;
}

.carousel_servizi .swiper-wrapper,
.page_servizio .carousel_content .swiper-wrapper {
    height: auto;
    align-items: stretch;
}

.carousel_servizi .swiper-wrapper .swiper-slide,
.page_servizio .carousel_content .swiper-wrapper .swiper-slide {
    height: auto;
}

.sec_carousel_arch .boxArchive,
.carousel_servizi .boxArchive {
    width: 96%;
    margin: auto;
}

.swiper-button-disabled {
    opacity: 0.4;
}

.sec_carousel_arch .boxArchive .num {
    color: var(--color-sec);
    font-weight: 800;
    font-size: 40px;
    position: absolute;
    top: 10px;
    left: 25px;
}

.row_newsletter {
    border-top: 1px solid;
    border-bottom: 1px solid;
    padding: 30px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#accordionFaq .accordion-item {
    background-color: var(--color-primary);
    border-radius: 15px;
    border: 2px solid #fff;
    margin-bottom: 10px;
}

#accordionFaq .accordion-item .accordion-button {
    background-color: transparent;
    color: #fff;
    font-weight: 800;
    font-size: 18px;
    /* padding-right: 55px; */
    /* align-items: baseline; */
}

#accordionFaq .accordion-item .num {
    color: var(--color-sec);
    margin-right: 15px;
}

#accordionFaq .accordion-item .accordion-button::after {
    background-image: url('../images/icona-apri.svg');
    width: 30px;
    height: 30px;
    background-size: 30px;
}

#accordionFaq .accordion-item .accordion-button:not(.collapsed)::after {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}

.nobreak {
    white-space: nowrap;
}

/* chisiamo */

.quote {
    font-size: 46px;
    opacity: 1;
    transform: translateY(0px);
    padding: 0px 5px;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
}

.col_quote:before{
    content: "\201C";
    font-size: 16vw;
    position: absolute;
    line-height: 11vw;
    top: 0px;
    left: 0;
    opacity: 0.2;
    font-weight: bold;
    transform: translate(-50%, 0px);
    -webkit-transform: translate(-50%, 0px);
    -moz-transform: translate(-50%, 0px);
    -ms-transform: translate(-50%, 0px);
    -o-transform: translate(-50%, 0px);
}

.col_quote:after {
    content: "\201D";
    font-size: 16vw;
    position: absolute;
    line-height: 11vw;
    top: 100%;
    right: 0;
    opacity: 0.2;
    font-weight: bold;
    transform: translate(0%, -50%);
}

.general_content p {
    padding-top: 3px;
    padding-bottom: 3px;
}

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

.general_content p:last-of-type {
    padding-top: 0px;
}

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

.general_content ol {
    list-style: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
}

.general_content li {
    list-style: disc;
}

.general_content h2, .general_content h3, .general_content h4, .general_content h5 {
    margin-top: 30px;
    margin-bottom: 15px;
}

.general_content h2:first-of-type, .general_content h3:first-of-type, .general_content h4:first-of-type, .general_content h5:first-of-type {
    margin-top: 0px;
    margin-bottom: 15px;
}

.list_special ul {
    list-style: none;
    padding-left: 0px;
}

.list_special li {
    list-style: none;
    border-bottom: 1px solid #fff;
    padding: 8px 0px;
    display: block;
}

/*timeline */
.timeline_container {
    /* border: 1px solid red; */
    /* height: calc(100vh - 120px); */
    height: 50vh;
    position: relative;
    overflow: hidden;
    width: 100vw;
}

.timeline_wrapper {
    display: flex;
    height: 100%; 
    align-items: center;
}

.timeline-line {
    position: absolute;
    top: 50%;
    left: 0;
    height: 2px;
    width: 100%;
    background: var(--color-sec);
    transform: translateY(-50%);
    z-index: 0;
}

.timeline_date {
    width: 33.333%;
    flex: 0 0 33.333%;
    max-width: 33.333%;
    /* border: 1px solid; */
    position: relative;
}

.timeline_date.active {
    transform: scale(1.2);
    z-index: 10;
}

.timeline_container .circle {
    width: 20px;
    height: 20px;
    background: var(--color-sec);
    border-radius: 50%;
    margin: 0 auto;
    transition: transform 0.4s ease;
    position: absolute;
    top: 50%;
    left: 0px;
    right: 0;
    margin: auto;
    transform: translate(0%, -10px);
    -webkit-transform: translate(0%, -10px);
    -moz-transform: translate(0%, -10px);
    -ms-transform: translate(0%, -10px);
    -o-transform: translate(0%, -10px);
}

.timeline_container .data {
    margin-top: 0;
    text-align: center;
    font-size: 28px;
    color: var(--color-sec);
    margin-bottom: 60px;
}

.timeline_container .description {
    text-align: center;
    font-size: 18px;
    font-weight: 800;
    color: #fff;
    opacity: 0;
}

.timeline_date.active .data {
    font-weight: bold;
    transform: scale(1.4);
    -webkit-transform: scale(1.4);
    -moz-transform: scale(1.4);
    -ms-transform: scale(1.4);
    -o-transform: scale(1.4);
}

.timeline_date.active .description {
    opacity: 1;
}


.w80 {
    width: 84%;
}

/* single servizi */
.breadcrump {
    border-bottom: 1px solid #fff;
    position: relative;
}

.breadcrump a, .breadcrump p {
    padding-bottom: 10px;
}

.accordion-navServizi {
    background-color: #fff;

    border: 1px solid #fff;
    border-bottom: 0px;
    border-radius: 15px 15px 0px 0px;
    padding: 10px 15px;
    /* background-color: var(--color-primary); */
    font-size: 14px;
    -webkit-border-radius: 15px 15px 0px 0px;
    -moz-border-radius: 15px 15px 0px 0px;
    -ms-border-radius: 15px 15px 0px 0px;
    -o-border-radius: 15px 15px 0px 0px;

    position: absolute;
    top: -10px;
    right: 0;
    width: 240px;
} 

.accordion-navServizi.open {
    background-color: var(--color-primary);

    border-bottom: 1px solid #fff; 
    border-radius: 15px 15px 15px 15px;
}

.accordion-navServizi .accordion-button {
    background-color: transparent;
    padding: 0;
    font-size: 14px;
    color: var(--color-primary);
    text-align: center;
    justify-content: center;
}

.accordion-navServizi.open .accordion-button {
    color: #fff;
}

.accordion-navServizi .accordion-button::after {
    width: 15px;
    height: 15px;
    margin-left: 13px;
    background-size: 15px;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='%23000' 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") !important;
}

.accordion-navServizi .accordion-collapse .parentChild {
    margin-top: 15px;
    /* margin-bottom: 15px; */
}

.accordion-navServizi .accordion-collapse .parentChild > li a {
    font-size: 14px;
    width: 100%;
    display: block;
    padding: 5px 0px;
    font-weight: 700;
}

.accordion-navServizi .accordion-collapse .subChild {
}

.accordion-navServizi .accordion-collapse .subChild > li a {
    font-size: 12px;
    width: 100%;
    display: block;
    padding: 3px 6px;
}

.accordion-navServizi .accordion-collapse ul li.active a {
    color: var(--color-sec);
}

.accordion-navServizi .accordion-collapse li a:hover {
    color: var(--color-sec);
}

.map {
    height: 550px;
    max-height: 80vh;
    border-radius: 15px;
    overflow: hidden;
    position: relative;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    filter: grayscale(100%);
}

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

.boxBorder-info {
    border: 2px solid #fff;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    padding: 30px;
    margin-bottom: 15px;
    max-width: 60%;
}

.carousel_servizi .boxBorder-info {
    padding: 10px 15px;
    /* max-width: 80%; */
    /* text-transform: uppercase; */
    /* font-weight: 600; */
    font-style: italic;
}

.carousel_servizi .tit {
    letter-spacing: var(--letterspacing);
    font-size: 42px;
}

i {
    font-style: italic;
}

sub {
    bottom: -.25em;
    font-size: 60% !important;
}

.icona_intro {
    width: 60%;
    margin: auto;
    display: block;
}

.acc_sub_icon {
    width: 100px;
    flex: 0 0 100px;
    margin-right: 30px;
}

.acc_sub_icon img {
    display: block;
    margin: auto;
}

.col-filter button {
    margin: 5px;
    background-color: #fff;
    color: var(--color-primary);
    text-transform: uppercase;
    font-size: 14px;
    padding: 8px 15px;
    font-weight: 600;
}

.col-filter button.active, .col-filter button:hover {
    background-color: var(--color-sec);
}

.col_press .img {
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
    height: 0;
    padding-bottom: 56%;
    position: relative;
}

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

.col_press .tit {
    font-size: 26px;
    font-weight: 600;
    padding-right: 20px;
}

.colImg_single {
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
    height: 0;
    padding-bottom: 56%;
    position: relative;
}

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

.box_reseller_corr .box_col {
    width: 25%;
    max-width: 25%;
    flex: 0 0 25%;
}

.box_reseller_corr .hide {
    display: none !important;
}

.box_reseller_corr .boxArchive {
    height: 100%;
    flex-direction: row;
    padding: 15px;
}

.box_reseller_corr .boxText {
    margin-top: 0px;
    width: calc(100% - 80px);
    text-align: center;
    margin: auto;
    height: auto;
}

.box_reseller_corr .boxText .tit {
    font-size: 16px;
    font-weight: 700;
    margin: 0px 10px;
}

.box_reseller_corr .boxArchive .icona {
    max-width: 80px;
    width: 80px;
    flex: 0 0 80px;
}

.box_reseller_corr .special_arch .boxText {
    width: 100%;
}

.box_reseller_corr .boxText a:hover .tit {
    color: var(--color-sec);
}

/* ------------------------------------------------------------------------------------------------------------------- */
/* responsive */
/* ------------------------------------------------------------------------------------------------------------------- */
@media (min-width: 1200px) and (max-height: 700px) {
    /* header {    
        background-color: red !important;
    } */

    .home_intro, .head_intro {
        padding-top: 60px;
    }

    .home_intro .tit, .head_intro .tit {
        font-size: 40px !important;
    }
}

@media(max-width:1400px){
    .quote {
        font-size: 40px;
    }

    .paddInsideCol {
        width: 92%;
        padding-left: 4%;
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .sec_efficenza .big {
        font-size: 8vw;
        line-height: 7vw;
    }

    .home_intro {
        padding-top: 140px;
    }

    .head_intro {
        padding-top: 60px;
    }
    
    .home_intro .tit, .head_intro .tit {
        font-size: 46px;
    }

    .home .row_chisiamo .padd30 {
        width: 90%;
    }

    .container_archive .padd {
        width: 90%;
        padding-left: 5%;
    }

    .carousel_servizi .tit {
        font-size: 36px;
    }

    .padd_nav {
        padding-top: 160px;
    }

    .w80 {
        width: 100%;
    }

    .boxServizio .boxText .tit, .boxArchive .boxText .tit {
        font-size: 18px;
    }

    .col_press .tit {
        font-size: 22px;
    }
}

@media(max-width:1200px){

    .sec_carousel_arch .swiper-slide,
    .carousel_servizi .swiper-slide {
        width: 62%;
    }

    .home .row_chisiamo .padd30 {
        width: 100%;
    }

    .box_reseller_corr .boxArchive {
        flex-direction: column;
    }

    .box_reseller_corr .boxText {
        width: 100%;
    }

    .box_reseller_corr .boxArchive .icona {
        max-width: 60px;
        width: 60px;
        flex: 0 0 60px; 
    }

}

@media(max-width:1024px){
    .paddY {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }

    .anim_svg-consulenza {
        bottom: auto;
        width: 70%;
        right: -10%;
    }

    .home .anim_svg {
        width: 130%;
        right: -20%;
        left: auto;
    }

    .lavora .anim_svg, .page_servizio .anim_svg {
        top: 40%;
    }

    .animated_path-1, .animated_path-2, .animated_path-3 {
        stroke-width: 4px !important;
    }

    .sec_efficenza {
        height: auto;
    }

    .sec_efficenza .big {
        font-size: 12vw;
        line-height: 10vw;
    }
    
    .sec_carousel_arch, .carousel_servizi  {
        flex-wrap: wrap;
    }

    .container_archive {
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
        padding-left: 30px;
        padding-right: 30px;
    }

    .container_archive .padd {
        width: 90%;
        padding-left: 15px;
    }

    .sec_carousel_arch .carousel_content,
    .carousel_servizi .carousel_content {
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
        padding-right: 30px;
        margin-left: 30px;
        margin-top: 30px;
    }

    .carousel_valori .container_archive {
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
    }

    .sec_carousel_arch .swiper-slide,
    .carousel_servizi .swiper-slide {
        width: 70%;
    }

    .quote {
        font-size: 34px;
        padding: 0px 0px;
    }

    .timeline_container .data {
        font-size: 14px;
        margin-bottom: 30px;
        padding: 0px 10px;
    }

    .timeline_container .description {
        font-size: 14px;
        font-weight: 600;
        padding-top: 40px;
    }

    .timeline_date.active {
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
    }

    .boxServizio, .boxArchive {
        padding: 30px 15px;
    } 

    /* .timeline_date {
        width: 50%;
        flex: 0 0 50%;
        max-width: 50%;
    } */

    #accordionFaq .accordion-item .accordion-button, 
    .accordion-body {
        font-size: 14px;
    }

    .boxArchive .boxImg .square {
        width: 50%;
        padding-bottom: 50%;
    }

    .box_reseller_corr .box_col {
        width: 33.3333%;
        max-width: 33.3333%;
        flex: 0 0 33.3333%;
        margin-bottom: 15px;
    }

    .box_reseller_corr .box_col.special_arch {
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
    }
    
}

@media(max-width:991px){
    .icona_intro {
        width: 30%;
        margin: 0;
    }
}

@media(max-width:767px){
    .home .anim_svg-consulenza {
        position: static;
        width: 100%;
        margin-bottom: 20px;
    }

    .home_intro, .head_intro {
        padding-top: 100px;
        padding-bottom: 0px;
    }

    .single .head_intro, .page_servizio .head_intro {
        padding-top: 40px;
    }

    .home_intro .tit, .head_intro .tit {
        font-size: 38px;
        line-height: normal;
    }

    .paddInsideCol {
        width: 100%;
        padding-left: 5%;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .padd30 {
        padding-left: 0px;
        padding-right: 0px;
    }

    .animated_path {
        stroke-width: 6px !important;
    }

    .sec_carousel_arch,
    .carousel_servizi {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .container_archive .padd {
        width: 100%;
        padding-left: 0;
    }  

    .row_newsletter {
        flex-wrap: wrap;
        text-align: center;
    }

    .row_newsletter img {
        width: 40px;
        margin-bottom: 20px;
    }

    footer .foot_sm {
        padding-bottom: 20px;
        padding-left: 0px;
        padding-top: 20px;
    }

    .col-logo {
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
        justify-content: center;
        padding-bottom: 20px;
        padding-top: 20px;
    }

    footer .last-foot .col {
        flex: 1 0 100%;
    }

    .col-logo img {
        width: 100px;
    }

    footer .foot_big {
        display: flex;
        justify-content: space-between;
    }

    footer .foot_big li a {
        font-size: 18px;
        padding: 10px 20px;
        text-align: center;
    }

    .sec_carousel_arch .boxArchive .num {
        font-size: 20px;
    }

    .w80 {
        width: 100%;
    }

    /* .padd_nav {
        padding-top: 40px;
    } */

    .col_press .tit {
        font-size: 20px;
    }

    .sec_efficenza .colImg img {
        height: auto;
    }
}

@media(max-width:567px){
    .sec_carousel_arch .swiper-slide, .carousel_servizi .swiper-slide {
        width: 80%;
    }

    .home .anim_svg {
        padding-top: 0px;
    }

    /* .home_intro .tit, .head_intro .tit {
        font-size: 34px;
    } */

    .home_intro .text, .head_intro .text {
        padding-bottom: 30px;
        font-size: 16px;
    }

    .head_intro .text p {
        font-size: 16px;
    }

    #accordionFaq .accordion-item .accordion-button {
        font-size: 16px;
    }

    .accordion-body {
        font-size: 14px;
    }

    .accordion-button {
        align-items: start;
    }

    .quote {
        font-size: 22px;
    }

    .box_reseller_corr .box_col {
        width: 50%;
        max-width: 50%;
        flex: 0 0 50%;
    }

    .box_reseller_corr .box_col.special_arch {
        width: 50%;
        max-width: 50%;
        flex: 0 0 50%;
    }

    .box_reseller_corr .boxArchive .boxText .tit {
        font-size: 14px;
    }

    .accordion-navServizi {
        border-radius: 0px 0px 15px 15px;
        position: absolute;
        top: 32px;
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
        -webkit-border-radius: 0px 0px 15px 15px;
        -moz-border-radius: 0px 0px 15px 15px;
        -ms-border-radius: 0px 0px 15px 15px;
        -o-border-radius: 0px 0px 15px 15px;
    }

    .breadcrump {
        border-bottom: 0px solid #fff;
    }

    .breadcrump a, .breadcrump p {
        padding-bottom: 10px;
        text-align: center;
        width: 100%;
    }

    .padd_nav {
        padding-top: 120px;
    }

    .single .head_intro {
        padding-top: 70px;
    }

    .head_intro .head_intro--ul ul li {
        max-width: 100%;
        flex: 0 0 100%;
        padding-right: 30px;
    }

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

    .boxBorder-info {
        max-width: 100%;
    }
}

@media(max-width:480px){

    .home_intro .tit, .head_intro .tit {
        font-size: 28px;
    }
}

/*form hubspot*/
.hbspt-form fieldset {
    max-width: 100% !important;
}

.hbspt-form label {
    margin-top: 20px;
    margin-bottom: 5px;
    text-align: left;
    display: inline-block;
    width: 100%;
    font-size: 14px;
    color: var(--color-text);
    font-weight: 600;
}

.hbspt-form legend {
    text-align: left;
    display: inline-block;
    text-transform: uppercase;
    width: 100%;
    font-size: 12px;
    color: var(--color-text);
}

.hbspt-form input, .hbspt-form select {
    height: 40px;
    background-color: transparent;
    padding: 0px 10px;
    margin: 5px 0px;
    width: calc(100% - 15px) !important;
    border-radius: 10px !important;
    font-size: 14px;
    border: 1px solid #fff;
    color: #fff;
    -webkit-border-radius: 10px !important;
    -moz-border-radius: 10px !important;
    -ms-border-radius: 10px !important;
    -o-border-radius: 10px !important;
}

.hbspt-form select option {
    color: var(--color-dark);
}

.hbspt-form textarea {
    width: calc(100% - 15px) !important;
    background-color: transparent;
    border: 1px solid #fff;
    height: 120px;
    padding: 10px;
    margin: 5px 0px;
    border-radius: 10px !important;
    resize: none;
    font-size: 14px;
    color: #fff;
    -webkit-border-radius: 10px !important;
    -moz-border-radius: 10px !important;
    -ms-border-radius: 10px !important;
    -o-border-radius: 10px !important;
}

.hbspt-form input[type="checkbox"] {
    width: 15px !important;
    height: 15px;
    margin: 0px 10px 0px 0px;
    border: 1px solid;
    padding: 0;
}

fieldset.form-columns-2 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
    display: flex;
    flex-wrap: wrap;
    height: 100%;
}

.hbspt-form fieldset.form-columns-2 .hs-form-field {
    width: 50%;
    float: none;
    flex: 0 0 50%;
    max-width: 50%;
    display: flex;
    flex-direction: column;
}

.input {
    margin-bottom: 0px !important;
    margin-top: auto !important;
}

.hs-richtext {
    font-size: 12px;
    margin-top: 10px;
    margin-bottom: 20px;
}

.hbspt-form input[type="submit"] {
    text-align: center;
    padding: 8px 20px;
    position: relative;
    display: block;
    z-index: 10;
    color: #fff;
    border:0px;
    border-radius: 10px !important;
    background-color: var(--color-primary);
    /* margin: 40px auto 0px; */
    height: auto;
    -webkit-border-radius: 10px !important;
    -moz-border-radius: 10px !important;
    -ms-border-radius: 10px !important;
    -o-border-radius: 10px !important;
    width: auto;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
    border: 1px solid;
}

fieldset.form-columns-2 .hs-form-field label, fieldset.form-columns-2 .hs-form-field legend {
    padding-right: 30px;
}

label.hs-error-msg.hs-main-font-element {
    color: #fc2b2b;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 700;
    text-shadow: 0px 0px 10px #7c242461;
    /* position: absolute; */
    top: 0;
    margin-top: 0px;
    margin-bottom: 0px;
}

.legal-consent-container .hs-error-msgs label {
    color: #fc2b2b !important;
}