:root{
--black:#4f4e50;/*nero*/
--blue:#074984;/*blueì*/
--blueHover:#0676da;/*blueì*/
--bg:#edf0f7;/*sfondo viola*/
--yellow:#fbbc1c;/*giallo*/
--yellowHover:#ffd15b;/*giallo*/
--marginSection:65px;/*margine tra le varie sezioni*/
--fontfamily:'Poppins',Arial;/*font family*/
}


@font-face {font-family:'Poppins';font-style:normal;font-weight:400;font-display:swap;src: url('/g/font/1.woff2') format('woff2');}
@font-face {font-family:'Poppins';font-style:normal;font-weight:500;font-display:swap;src: url('/g/font/2.woff2') format('woff2');}
@font-face {font-family:'Poppins';font-style:normal;font-weight:600;font-display:swap;src: url('/g/font/3.woff2') format('woff2');}
*{margin:0;padding:0;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-tap-highlight-color:transparent;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;scroll-behavior:smooth;}
body{background-color:#fff;font-family:var(--fontfamily);color:var(--black);font-size:14px;}
ul,ol{list-style:none outside none;overflow:hidden;}
a{text-decoration:none;color:var(--black)}
picture{display:block;width:100%;overflow:hidden;}
img{display:block;width:100%;height:100%;}
input[type="text"],input[type="email"],input[type="password"],input[type="date"],input[type="number"],select,textarea{background:#fff;width:100%;height:50px;padding:4px 7px;border:0;border-radius:8px;color:var(--grey);font-size:16px;-webkit-transition: all 300ms ease;-ms-transition:all 300ms ease;-o-transition:all 300ms ease;-moz-transition:all 300ms ease;transition:all 300ms ease;outline:0;}
input[type="text"]:focus,input[type="email"]:focus,input[type="password"]:focus,input[type="date"]:focus,input[type="number"]:focus,select:focus,textarea:focus{border:1px solid var(--blue);}
input[type="text"]::placeholder,input[type="email"]::placeholder,input[type="password"]::placeholder,input[type="date"]::placeholder,input[type="number"]::placeholder,textarea::placeholder{color:var(--grey);font-size:15px;font-family:var(--fontfamily);}
input[type="checkbox"]{width:16px;height:16px;border:1px solid #efefef;border-radius:0;}
.inputflex{display:flex;font-size:16px;align-items:center;gap:4px;justify-content:center;}
.privacy{display:flex;align-items:center;font-size:14px;gap:0 3px;}
.privacy a{width:15px;height:15px;padding:0 4px;border:1px solid var(--black);border-radius:50%;font-style:italic;line-height:14px;font-size:12px;color:var(--black);}
select{padding:7px;}
input[type="text"]#website{display:none;}/*campo nascosto anti-spam*/
label{display:block;margin-bottom:4px;font-size:17px;cursor:pointer;font-weight:500;}
textarea{height:90px;}
textarea::placeholder{font-family:'Outfit',sans-serif;}
input[type="submit"],button{border:none;cursor:pointer;font-family:var(--fontfamily);}
iframe{width:100%;}
h1{font-size:46px;}
p,li{line-height:22px;font-size:14px;}
h3{font-size:29px;line-height:40px;font-weight:500;}
.center{width:100%;max-width:1440px;margin:0 auto;padding:0 9px;}
.styleTitle:after{content:'';background:var(--blue);display:block;width:120px;height:3px;margin-top:10px;}
@media(min-width:1024px){
h3{font-size:37px;line-height:47px;}
}
@media(min-width:1440px){
:root{
--marginSection:75px;
}
p,li{line-height:27px;font-size:16px;}
h3{font-size:50px;line-height:60px;}
}
/*btn*/
.btn{background-color:var(--blue);display:table;margin:0 auto;padding:15px 25px;border-radius:25px;color:#fff;font-weight:600;text-align:center;letter-spacing:0.6px;box-shadow:0px 3px 8px rgb(0 0 0 / 18%);transition:all .3s;}
.btn:hover{background-color:var(--blueHover);color:#fff;}
.btnYellow{background-color:var(--yellow);display:table;margin:0 auto;padding:15px 25px;border-radius:25px;color:var(--black);font-weight:600;text-align:center;letter-spacing:0.6px;box-shadow:0px 3px 8px rgb(0 0 0 / 18%);transition:all .3s;}
.btnYellow:hover{background-color:var(--yellowHover);}
.btnNoBg{display:table;margin:0 auto;padding:11px 26px;border:1px solid var(--black);border-radius:25px;color:var(--black);font-weight:600;text-align:center;letter-spacing:0.6px;box-shadow:0px 3px 8px rgb(0 0 0 / 18%);transition:all .3s;}
.btnNoBg:hover{background-color:var(--blue);border-color:var(--blue);color:#fff;}


/*-------------------------------MAIN TEMPLATE----------------------------*/
.headertop{display:none;}
.mainHeader{background-color:#fff;position:sticky;top:0;left:0;width:100%;padding:7px 9px;border-bottom:1px solid #ddd;z-index:9;}
.mainHeader div{display:flex;justify-content:space-between;align-items:center;}
.mainHeader_logo{display:inline-block;}
.mainHeader_logo img{width:150px;}
.mainHeader_logo picture{display:block;}
#opennav{background:#f2f2f2;padding:5px;order:1;}
#opennav img{width:27px;height:27px;}
nav{position:fixed;top:0;right:0;background-color:#fff;width:75%;height:100%;transform:translateX(100%);transition:transform .2s cubic-bezier(.4,0,.2,1);-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:2;}
nav li{display:block;}
nav a{display:block;padding:7px 9px;color:var(--black);font-size:17px;}
nav a:hover{color:var(--blue)}
nav .logo{margin-bottom:25px;}
nav .logo img{width:150px;margin:0 auto;}
nav .logo img:hover{opacity:0.8;}
nav.on{box-shadow:0 0 150px rgba(0,0,0,.1);transform:translateX(0);z-index:999998;visibility:visible;}
nav.off{visibility:visible;z-index:999998;}
#sfbox{visibility:hidden;transition:background .2s ease-out;-webkit-backface-visibility:hidden;backface-visibility:hidden;}
#sfbox.on{position:fixed;top:0;right:0;left:0;background-color:rgba(0,0,0,.4);width:100%;height:120%;cursor:pointer;z-index:9997;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow-y:auto;visibility:visible;}
@media(min-width:1024px){
.headertop{background:#fff;position:relative;display:flex;padding:4px 9px;justify-content:space-between;align-items:center;z-index:1;}
.headertop_sx{display:flex;gap:15px;}
.headertop_sx a{display:flex;color:var(--black);font-size:14px;font-weight:600;align-items:center;gap:0 5px;}
.headertop_sx a:before{content:'';background-repeat:no-repeat;background-size:cover;background-position:center;width:23px;height:25px;}
.headertop_sx_phone:before{background-image:url('icon.svg#phone')}
.headertop_sx_email:before{background-image:url('icon.svg#email')}
.headertop_sx_loc:before{background-image:url('icon.svg#loc')}
.headertop_dx{display:flex;align-items:center;gap:15px;}
.headertop_dx_fb{background:url('icon.svg#facebook') no-repeat center/cover;display:inline-block;width:12px;height:25px;}
.headertop_dx_fb:hover{background-image:url('icon.svg#facebookHover');}
.headertop_dx_in{background:url('icon.svg#instagram') no-repeat center/cover;display:inline-block;width:28px;height:28px;}
.headertop_dx_in:hover{background-image:url('icon.svg#instagramHover');}
.headertop_dx_blog{display:flex;padding:4px 14px;font-weight:500;align-items:center;gap:0 3px;}
.headertop_dx_blog:before{content:'';background:url('icon.svg#blog') no-repeat center/cover;display:inline-block;width:18px;height:15px;}
.headertop_dx_blog:hover:before{background-image:url('icon.svg#blogHover');}
#opennav{display:none;}
.mainHeader{display:none;}
nav{background:var(--bg);position:sticky;top:0;right:0;width:auto;height:auto;transform:translateX(0);transition:all .1s ease-in-out;}
nav ul{display:flex;justify-content:space-between;align-items:center;}
nav li{position:relative;}
nav a{padding:25px 0;font-size:14px;font-weight:600;letter-spacing:0.6px;}
nav a:hover{background-color:transparent;}
nav li .btn{padding:12px 4px;}
nav .logo img{width:130px;margin:0;}
nav .logo{margin:0;}
nav .logo a{padding:0;}


}
@media(min-width:1440px){
nav .logo{margin-right:20px;}
nav .logo img{width:180px}
nav a{padding:25px 12px;}
nav li .btn{margin-left:8px;padding:12px;}
nav li:last-child{flex:2 2 0;}
nav li:last-child a{float:right}
}

/*FOOTER*/
.preefooter{background:var(--yellow);padding:20px 0;}
.preefooter .btn{display:flex;width:max-content;margin-top:12px;text-transform:uppercase;align-items:center;font-weight:100;gap:0 10px;}
.preefooter .btn:before{content:'';background:url('icon.svg#emailWhite') no-repeat center/cover;width:23px;height:23px;}
.preefooter span{display:block;padding:0 20px;text-align:center;font-size:30px;line-height:42px;}
.preefooter b{font-weight:600;}
.footer{background:var(--bg);padding-top:25px;}
.footer>p{background:var(--blue);margin-top:20px;padding:3px 0;text-align:center;color:#fff;}
.footer h5{margin:12px 0 5px;font-size:18px;}
.footer a{padding:2px 0;color:var(--black);text-decoration:underline;}
.footer a:hover{color:var(--blue)}
.footer_text img{width:150px;}
.footer_text a{margin-top:8px;}
.footer_text_fb{background:url('icon.svg#facebook') no-repeat center/cover;display:inline-block;width:12px;height:28px;margin-right:8px;}
.footer_text_fb:hover{background-image:url('icon.svg#facebookHover');}
.footer_text_in{background:url('icon.svg#instagram') no-repeat center/cover;display:inline-block;width:28px;height:28px;}
.footer_text_in:hover{background-image:url('icon.svg#instagramHover');}
.footer_nav ul{display:flex;flex-wrap:wrap;}
.footer_nav li{flex:0 0 50%;}
.footer_contact a{display:flex;align-items:center;gap:0 5px;}
.footer_contact a:before{content:'';background-repeat:no-repeat;background-size:cover;background-position:center;width:19px;height:19px;}
.footer_contact_phone{margin:5px 0;}
.footer_contact_phone:before{background-image:url('icon.svg#phone')}
.footer_contact_email:before{background-image:url('icon.svg#email')}
.footer_contact_loc:before{background-image:url('icon.svg#loc')}
@media(min-width:768px){
.preefooter{padding:35px 0;}
.preefooter div{display:flex;justify-content:center;align-items:center;gap:0 55px;}
.preefooter span{font-size:33px;}
.preefooter .btn{margin:0;padding:12px 30px;font-size:16px;}
.footer_center{display:flex;flex-wrap:wrap;}
.footer_text{flex:0 0 100%;}
.footer_nav{flex:0 0 70%;}
}
@media(min-width:1024px){
.preefooter span{font-size:45px;}
.preefooter .btn{font-size:18px;}
.preefooter .btn:before{width:28px;height:28px;}
.footer_center{justify-content:space-between;}
.footer_text,.footer_nav,.footer_contact{flex:0 0 31%;}
.footer_nav ul{display:block;}
.footer h5{margin-top:0;font-size:20px;}
.footer_text img{width:180px;margin-bottom:8px;}
}
@media(min-width:1440px){
.preefooter{padding:45px 0;}
.footer_center a{font-size:16px;}
.footer_contact a:before{width:25px;height:25px;}
.footer_contact_phone{margin:12px 0;}
.footer>p{padding:6px 0;}
}

/*single slider*/
.singleSlider{position:relative;width:100%;overflow:hidden;}
.singleSlider ul{display:flex;overflow-x:scroll;gap:10px;}
.singleSlider .slider{scroll-snap-type:x mandatory;}
.singleSlider ul::-webkit-scrollbar{width:0;height:0;}
.singleSlider li{flex:0 0 20%;overflow:hidden;}
.singleSlider .slider li{scroll-snap-align:start;scroll-snap-stop:always;}
.singleSlider li img{display:block;width:100%;}
.singleSlider li h4{font-size:20px;}
.singleSlider .btnslide{position:absolute;top:50%;width:16px;height:26px;text-indent:-9999px;z-index:1;cursor:pointer;}
.singleSlider .btnnext,.singleSlider .btnprev{display:flex;top:inherit;bottom:0;align-items:center;}
.btnslide:before{content:'';background-repeat:no-repeat;background-position:center;background-size:cover;position:static;width:100%;height:100%;transform:inherit;}
.btnslide:after{display:none;}
.btnprev{left:50%;transform:translate(-15px,0);}
.btnprev:before{background-image:url('icon.svg#arrowLeft');}
.btnnext{right:50%;transform:translate(15px,0);}
.btnnext:before{background-image:url('icon.svg#arrowRight');}
@media(min-width:1440px){
.singleSlider .btnslide{width:22px;height:37px;}
}
/*-------------------------------FINE MAIN TEMPLATE----------------------------*/
.page_header{background:var(--bg);position:relative;margin-bottom:var(--marginSection);padding:15px 0 20px;}
.page_header_txt h1{font-size:40px;line-height:47px;font-weight:500;}
.page_header_txt p{margin:15px 0;}
.page_header_picture{display:none;}
.page_header:before{content:'';background:url('icon.svg#imgBg') no-repeat center/cover;position:absolute;bottom:-64px;left:-58px;width:150px;height:150px;transform:rotate(28deg);}
.page_header:after{content:'';background:url('icon.svg#imgBg') no-repeat center/cover;position:absolute;top:-38px;right:0;width:120px;height:120px;transform:rotate(180deg);}

@media(min-width:768px){
.page_header{padding:0;}
.page_header:after{content:'';position:relative;display:block;width:0;height:0;clear:both;}
.page_header_txt{position:absolute;top:50%;left:50%;width:100%;padding-right:60%;transform:translate(-50%,-50%);z-index:1;}
.page_header_txt .btn{margin:0;font-size:17px;}
.page_header_txt h1{padding:0;}
.page_header_picture{position:relative;display:block;float:right;width:70%}
.page_header_picture:before{content:'';background:url('icon.svg#imgBg') no-repeat center/cover;position:absolute;top:-34px;left:-51px;width:110px;height:110px;transform:rotate(180deg);}
.page_header_picture picture{display:block;width:fit-content;-webkit-mask-image: url('mask.svg');mask-image:url('mask.svg');-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:cover;mask-size:cover;}
}
@media(min-width:1024px){
.page_header:before{bottom:-118px;left:-58px;width:220px;height:220px;}
.page_header_txt h1{font-size:40px;line-height:50px;}
.page_header_picture{width:62%}
.page_header_picture:before{top:-36px;left:-103px;width:150px;height:150px;}
}
@media(min-width:1440px){
.page_header:before{bottom:-156px;left:-58px;width:280px;height:280px;}
.page_header_txt{padding-right:55%;}
.page_header_txt h1{font-size:55px;line-height:70px;}
.page_header_txt p{margin:20px 0;}
.page_header_picture{margin-top:-125px;}
.page_header_picture:after{content:'';background:#fff;position:absolute;top:0;width:100%;height:48px;}
.page_header_picture:before{top:74px;width:200px;height:200px;}
}

/*elenco servizi home page*/
.home_services{position:relative;margin-bottom:var(--marginSection);}
.home_services h3{margin-bottom:25px;text-align:center;}
.home_services h3:after{margin:5px auto 0;}
.home_services:after{content:'';background:url('icon.svg#imgBg') no-repeat center/cover;position:absolute;bottom:-48px;left:0;width:120px;height:120px;transform:rotate(180deg);}
.home_services li{position:relative;background:url('icon.svg#hexagonBlue') no-repeat center/300px 300px;display:flex;width:300px;height:300px;margin:0 auto;justify-content:center;flex-direction:column;gap:15px;}
.home_services .home_services_secondChild{background-image:url('icon.svg#hexagonYellow');}
.home_services a{color:var(--black);}
.home_services .btn{color:#fff;}
.home_services picture img{width:120px;margin:0 auto;}
.home_services h4{padding:0 45px;text-align:center;font-size:18px;}
.home_services .home_services_secondChild img{width:93px;}
.home_services .home_services_secondChild .btn{background:var(--yellow);}
.home_services .home_services_secondChild .btn:hover{background:var(--yellowHover);}
.home_services .home_services_terChild img{width:60px;}
@media(min-width:768px){
.home_services ul{display:flex;flex-wrap:wrap;}
}
@media(min-width:1024px){
.home_services:after{bottom:-150px;left:inherit;right:50px;width:180px;height:180px;}
}
@media(min-width:1440px){
.home_services li{background-size:400px 400px;width:400px;height:400px;}
.home_services picture img{width:180px;height:150px;}
.home_services .home_services_secondChild img{width:137px;}
.home_services .home_services_terChild img{width:102px;}
.home_services h4{height:56px;font-size:21px;}
}

/*sezione video home page*/
.home_video{margin-bottom:var(--marginSection);}
.home_video_txt{position:relative;margin-bottom:35px;padding:0 9px;}
.home_video_txt .styleTitle:after{margin-top:3px;}
.home_video_txt h3{margin-bottom:20px;}
.home_video_txt a{display:inline-block;}
.home_video_txt a:before{content:'';background-repeat:no-repeat;background-position:center;background-size:cover;float:left;width:19px;height:20px;margin-right:5px;}
.home_video_txt .btnYellow:before{background-image:url('icon.svg#phone');}
.home_video_txt .btnNoBg:before{background-image:url('icon.svg#email');}
.home_video_txt .btnNoBg:hover:before{background-image:url('icon.svg#emailWhite');}
.home_video_video{position:relative;cursor:pointer;user-select: none;}
.home_video_video:after{content:'';background:url('icon.svg#play') no-repeat center/cover;position:absolute;top:50%;left:50%;display:block;width:80px;height:80px;transform:translate(-50%,-50%);z-index:1;}
.home_video_video:before{content:'';background:#fff;position:absolute;top:0;left:0;width:100%;height:100%;opacity:0.6;transition:opacity 0.3s;}
.home_video_video:hover:before{opacity:0.4}
@keyframes fadein{0%{opacity:0;}100%{opacity:1;}}
@keyframes popup{0%{transform:scale(0.7);}100%{transform:scale(1);}}
@keyframes rotator{0%{transform:rotate(0deg);}100%{transform:rotate(270deg);}}
@keyframes dash{0%{stroke-dashoffset:187;}50%{stroke-dashoffset:46.75;transform:rotate(135deg);}100%{stroke-dashoffset:187;transform:rotate(450deg);}}
#popupbg{background:rgba(0,0,0,.6);position:fixed;display:flex;width:100%;height:100%;top:0;left:0;overflow-y:auto;animation:fadein 300ms ease;align-items:center;justify-content:center;flex-direction:column;z-index:9999!important;}
#popupbox{position:relative;border-radius:3px;overflow:hidden;overflow-y:auto;transform-origin:bottom center;animation:popup .3s ease;}
#popupTitle{background-color:#eceaea;height:47px;padding:12px 15px;color:#333;font-size:24px;font-weight:600;white-space:nowrap;line-height:1em;text-align:center;overflow:hidden;}
#popupTitle a{position:absolute;top:0;right:0;width:48px;margin:0;padding:9px 0;color:#b2b2b2;font-size:20px;font-weight:400;text-align:center;}
#popupTitle a:hover{color:#ccc;}
#loading{clear:both;display:block;width:65px !important;height:65px !important;margin:0 auto;animation:rotator 1.4s linear infinite;}
#popupbox #loading{display:none;}
#popupbox #loading.on{display:block;}
#popupbox>a{position:absolute;right:11px;top:1px;font-size:25px;color:#fff;z-index:9;}
#popupbox video{width:100%;}
.path{stroke:#215f91;stroke-dasharray:187;stroke-dashoffset:0;animation:dash 1.4s ease-in-out infinite;}
@media(min-width:768px){
.home_video{display:flex;align-items:center;}
.home_video_txt{margin:0;padding-left:14px;order:1;}
.home_video_video{flex:0 0 55%;}
.home_video_txt .btnNoBg{padding:11px;}
}
@media(min-width:1024px){
.home_video_txt{padding-left:35px;}
}
@media(min-width:1440px){
.home_video_txt{padding:0 50px;}
.home_video_txt h3{margin-bottom:30px;}
.home_video_txt .styleTitle:after{margin-top:12px;}
.home_video_txt .btnNoBg{padding:11px 20px;}
.home_video_txt a{font-size:16px;}
.home_video_txt a:before{width:23px;height:24px;}
.home_video_txt .btnYellow{padding:12px 30px;}
.home_video_video:after{width:140px;height:140px;}
}
/*campi di applicazione home page*/
.home_application{margin-bottom:var(--marginSection)}
.home_application_txt{position:relative;margin-bottom:20px;padding:0 9px;}
.home_application_txt:before{content:'';background:url('icon.svg#imgBg') no-repeat center/cover;position:absolute;top:-24px;right:53px;width:90px;height:90px;transform:rotate(28deg);}
.home_application_txt h3{margin-bottom:15px;padding-right:25px;}
.home_application_list{display:flex;flex-wrap:wrap;justify-content:center;gap:20px 0;}
.home_application_list li{position:relative;flex:0 0 90%;}
.home_application_list span{background:#fff;position:absolute;top:25px;left:50%;padding:5px 30px;border-radius:25px;text-align:center;font-size:16px;text-transform:uppercase;font-weight:500;transform:translate(-50%,0);}
@media(min-width:768px){
.home_application_list{gap:17px 14px;}
.home_application_list li{flex:0 0 32%;}
}
@media(min-width:1024px){
.home_application{position:relative;display:flex;align-items:center;}
.home_application:before{content:'';background:url('icon.svg#imgBgRotate') no-repeat center/cover;position:absolute;top:-118px;right:0;width:220px;height:220px;}
.home_application_txt:before{display:none;}
.home_application_list{flex:0 0 65%;gap:8px;}
.home_application_list li{flex:0 0 32%;}
}
@media(min-width:1440px){
.home_application:before{right:-9px;top:-160px;width:280px;height:280px;transform:rotate(29deg);}
.home_application_txt{padding-right:50px;}
}
/*slider partner home*/
.home_partner{position:relative;margin-bottom:var(--marginSection);user-select: none;}
.home_partner:before{content:'';background:url('icon.svg#imgBg') no-repeat center/cover;position:absolute;top:-114px;right:0;width:130px;height:130px;transform:rotate(180deg);z-index:-1;}
.home_partner:after{content:'';background:url('icon.svg#imgBg') no-repeat center/cover;position:absolute;bottom:-25px;left:15px;width:70px;height:70px;transform:rotate(180deg);}
.home_partner h3{margin-bottom:25px;text-align:center}
.home_partner h3:after{margin:5px auto 0;}
.home_partner_list{padding-bottom:50px;}
.home_partner_list ul{align-items:center;}
.home_partner_list li{flex:0 0 150px;}
.home_partner_list picture{width:80%;}
@media(min-width:1024px){
.home_partner:before{top:-136px;left:-70px;right:inherit;width:280px;height:280px;transform:rotate(0);}
.home_partner:after{left:inherit;right:15px;}
}
@media(min-width:1440px){
.home_partner_list ul{justify-content:center;gap:23px;}
.home_partner_list li{flex:0 0 180px;}
}
/*-------------------------------PAGINA CHI SIAMO----------------------------*/
.about_header .btn{display:none;}
.txt{margin-bottom:var(--marginSection)}
.txt ul{display:flex;margin-top:15px;gap:15px 0;flex-wrap:wrap;}
.txt li{display:flex;padding-right:15px;align-items:center;gap:0 5px;flex:0 0 50%;}
.txt li:before{content:'';background:url('icon.svg#check') no-repeat center/cover;width:28px;height:20px;}
@media(min-width:768px){
.txt li{flex:0 0 25%;gap:0 8px;}
}
@media(min-width:1024px){
.txt{display:flex;align-items:center;}
.txt ul{margin:0;}
.txt p{padding-right:40px;flex:0 0 56%;}
.txt li{padding-right:0;flex:0 0 49%;gap:0 8px;}
.txt li:before{width:32px;height:23px;}
}
@media(min-width:1440px){
.txt p{flex:0 0 50%;}
.txt ul{gap:24px 0;}
}
/*approccio*/
.abount_approach{margin-bottom:var(--marginSection);}
.abount_approach>h3{margin-bottom:15px;text-align:center;}
.abount_approach>p{text-align:center;}
.abount_approach>h3:after{margin:10px auto 0;}
.abount_approach_element{margin-top:25px;}
.abount_approach_element_txt{position:relative;margin-top:15px;padding-bottom:15px;border-bottom:1px solid var(--black);}
.abount_approach_element_txt:after{content:'';background:url('icon.svg#imgBg') no-repeat center/cover;position:absolute;top:-48px;right:0;width:120px;height:120px;transform:rotate(180deg);}
.abount_approach_element_txt h3{position:relative;margin-bottom:15px;z-index:1;}
@media(min-width:1024px){
.abount_approach>p{margin-bottom:50px;}
.abount_approach_element{display:flex;margin:0;align-items:center;}
.abount_approach_style2{position:relative;}
.abount_approach_style2:before{content:'';background:#fff;position:absolute;top:0;left:0;width:calc(100% + 8px);height:20px;margin:0 -8px;}
.abount_approach_style2:after{content:'';background:#fff;position:absolute;bottom:0;left:0;width:calc(100% + 8px);height:20px;margin:0 -8px;}
.abount_approach_style2 .abount_approach_element{background:var(--bg);}
.abount_approach_style2 .abount_approach_element:nth-of-type(1) .abount_approach_element_txt{margin-top:-28px;}
.abount_approach_style2 .abount_approach_element:nth-of-type(2) .abount_approach_element_txt{margin-top:-85px;}
.abount_approach_element_picture{width:50%;flex:0 0 50%;z-index:1;}
.abount_approach_element_txt{margin:0 50px;padding-bottom:30px;}
.abount_approach_element:nth-of-type(1) .abount_approach_element_picture{order:1;}
.abount_approach_element:nth-of-type(1) .abount_approach_element_txt{margin-top:-61px;}
.abount_approach_element:nth-of-type(2) .abount_approach_element_picture{margin-top:-53px;}
}
@media(min-width:1440px){
.abount_approach_element_txt{margin:0 99px}
.abount_approach_style2:before{height:50px;}
.abount_approach_style2:after{height:50px;}
.abount_approach_element_txt:after{top:-126px;width:200px;height:200px;}
.abount_approach_element:nth-of-type(2) .abount_approach_element_txt:after{top:-107px;width:120px;height:120px;}
}
/*numeri*/
.abount_number{background:var(--bg);position:relative;margin-bottom:var(--marginSection);}
.abount_number .center{padding:0;}
.abount_number_dx{margin-bottom:20px;padding:25px 9px 0;}
.abount_number_dx h3{margin-bottom:15px;}
.abount_number_sx{background:#684997;position:relative;display:flex;padding:0 9px 25px;color:#fff;flex-wrap:wrap;justify-content:space-evenly;gap:20px 0;}
.abount_number_sx span{position:relative;padding:0 15px;font-size:50px;text-align:center;z-index:1;flex:0 0 34%;}
.abount_number_sx strong{display:block;width:120px;margin:-11px auto 0;font-size:14px;font-weight:normal;}
@media(min-width:768px){
.abount_number:after{content:'';background:#684997;position:absolute;top:0;left:0;width:calc(50% - 130px);height:100%;}
.abount_number_center{height:288px;flex:0 0 67px;}
.abount_number_center img{width:67px;}
.abount_number .center{display:flex;align-items:center;}
.abount_number_dx{margin:0;padding:0 9px 0 20px;flex:0 0 38%;order:1;}
.abount_number_sx{padding:27px 0;order:-1;}
}
@media(min-width:1024px){
.abount_number_sx{padding:45px 0;}
.abount_number_center{height:324px;}
}
@media(min-width:1440px){
.abount_number .center{justify-content:center;}
.abount_number_center{height:408px;flex:0 0 95px;}
.abount_number_center img{width:95px;}
.abount_number_sx{flex:0 0 45%;}
.abount_number_sx strong{width:130px;font-size:18px;}
.abount_number_sx span{padding:0;font-size:70px;}
.abount_number_dx{padding-left:65px;}
}
/*citazione*/
.about_cit{background:#ebf7f3;margin-bottom:var(--marginSection);padding:20px 0;}
.about_cit p{font-size:18px;line-height:26px;font-style:italic;}
.about_cit span{display:block;margin-top:12px;text-align:right;color:#4f4e50;font-size:15px;font-style:italic;font-weight:600;}
@media(min-width:1024px){
.about_cit{padding:30px 0;}
.about_cit p{font-size:20px;line-height:34px;}
.about_cit span{margin-top:20px;font-size:20px;line-height:24px;}
}
@media(min-width:1440px){
.about_cit{padding:50px 0;}
.about_cit p{font-size:28px;line-height:47px;}
.about_cit span{margin-top:40px;font-size:25px;line-height:32px;}
}
/*-------------------------------PAGINA CONTATTI----------------------------*/
.contact_header .btn{display:none;}
.contact_info{position:relative;margin-bottom:var(--marginSection);}
.contact_info:after{content:'';background:url('icon.svg#imgBgRotate') no-repeat center/cover;position:absolute;bottom:-85px;right:36px;width:116px;height:120px;transform:rotate(253deg);z-index:-1;}
.contact_info:before{content:'';background:url('icon.svg#imgBg') no-repeat center/cover;position:absolute;bottom:59%;left:-26px;width:80px;height:80px;transform:rotate(28deg);z-index:-1;}
.contact_info_box{padding:25px 0;border-radius:8px;}
.contact_info_box a{display:block;color:var(--black);text-align:center;font-size:20px;font-weight:500;}
.contact_info_box a:before{content:'';background-repeat:no-repeat;background-position:center;background-size:cover;display:block;width:58px;height:60px;margin:0 auto 30px;}
.contact_info_box.phone{background:#fffcf6;}
.contact_info_box.phone:hover{background:#fff2d8;}
.contact_info_box.phone a:before{background-image:url('icon.svg#phone');}
.contact_info_box.email{background:#f9f8fb;margin:20px 0;}
.contact_info_box.email:hover{background:#f4effd;}
.contact_info_box.email a:before{background-image:url('icon.svg#email');}
.contact_info_box.loc{background:#ebf7f3;}
.contact_info_box.loc:hover{background:#e4fcf4;}
.contact_info_box.loc a:before{background-image:url('icon.svg#loc');}
@media(min-width:768px){
.contact_info{display:flex;justify-content:space-between;gap:0 12px;}
.contact_info_box{flex:1 1 0;}
.contact_info_box.email{margin:0;}
.contact_info:before{bottom:inherit;top:-69px;left:75%;width:139px;height:140px;}
.contact_info:after{bottom:-102px;right:50%;width:168px;height:170px;transform:rotate(270deg);}
}
@media(min-width:1024px){
.contact_info{gap:0 25px;}
}
@media(min-width:1440px){
.contact_info{gap:0 90px;}
}
/*form*/
.contact_formMap{margin-bottom:var(--marginSection);}
.contact_formMap h3{margin-bottom:8px;}
.contact_formMap h3{margin-bottom:8px;}
.contact_formMap_form form{margin-top:15px;}
.contact_formMap_form input,.contact_formMap_form textarea{background:#f8f7fa;}
.contact_formMap_form .btn{display:flex;margin-top:25px;text-transform:uppercase;align-items:center;gap:0 8px;}
.contact_formMap_form .btn:before{content:'';background:url('icon.svg#emailWhite') no-repeat center/cover;width:23px;height:23px;}
.contact_formMap_map{position:relative;margin-top:50px;}
.contact_formMap_map iframe{margin-top:15px;}
.contact_formMap_map:after{content:'';background:url('icon.svg#imgBgRotate') no-repeat center/cover;position:absolute;top:-6px;right:36px;width:78px;height:80px;transform:rotate(253deg);}
@media(min-width:768px){
.contact_formMap_form_flex{display:flex;flex-wrap:wrap;justify-content:space-between;}
.contact_formMap_form_flex label{flex:0 0 49%;}
.contact_formMap_map:after{top:-73px;right:95px;width:149px;height:150px;}
}
@media(min-width:1024px){
.contact_formMap{display:flex;gap:0 25px;}
.contact_formMap div{flex:1 1 0;}
.contact_formMap_map{margin-top:0;}
.contact_formMap_form_flex label{margin-bottom:12px;}
.contact_formMap_map iframe{height:331px;}
}
@media(min-width:1440px){
.contact_formMap{position:relative;gap:0 99px;}
.contact_formMap_form_flex label{margin-bottom:20px;}
.contact_formMap_map:after{display:none;}
.contact_formMap:after{content:'';background:url('icon.svg#imgBgRotate') no-repeat center/cover;position:absolute;bottom:-6px;left:562px;width:101px;height:102px;transform:rotate(253deg);}
}
/*fascia social*/
.contact_social{background:var(--blue);padding:35px 0;text-align:center;}
.contact_social h3{margin-bottom:25px;color:#fff;font-weight:normal;font-size:38px;}
.contact_social h3:after{background:#fff;margin:15px auto 0;}
.contact_social a{background-repeat:no-repeat;background-position:center;background-size:cover;display:inline-block;width:58px;height:60px;text-indent:-99999px;}
.contact_social .contact_social_fb{background-image:url('icon.svg#facebookWhite');width:30px;margin-right:35px;}
.contact_social_in{background-image:url('icon.svg#instagramWhite')}
@media(min-width:1024px){
.contact_social{padding:50px 0;}
.contact_social h3{margin-bottom:50px;font-size:50px;}
.contact_social h3:after{width:90px;}
.contact_social a{width:80px;height:80px;}
.contact_social .contact_social_fb{width:39px;margin-right:50px;}
}
/*-------------------------------PAGINA SERVIZIO----------------------------*/
.service_works{position:relative;margin-bottom:var(--marginSection);}
.service_works .btn{margin-top:35px;padding:16px 30px;text-transform:uppercase;}
.service_works:before{content:'';background:url('icon.svg#imgBgRotate') no-repeat center/cover;position:absolute;top:-27px;right:1px;width:134px;height:135px;z-index:-1;}
.service_works:after{content:'';background:url('icon.svg#imgBgRotate') no-repeat center/cover;position:absolute;bottom:-27px;left:10%;width:134px;height:135px;z-index:-1;}
.service_works h3{margin-bottom:25px;}
.service_works_content_box{display:flex;padding:25px 25px 25px 0;border-radius:8px;align-items:center}
.service_works_content_box span{background-repeat:no-repeat;background-position:center;background-size:cover;display:flex;width:100%;height:96px;padding-right:9px;color:#fff;font-size:38px;align-items:center;justify-content:center;flex:0 0 64px;}
.service_works_content_box_txt{padding-left:15px;}
.service_works_content_box_txt strong{display:block;font-size:19px;font-weight:500;}
.yellow{background:#fffcf6;}
.yellow span{background-image:url('icon.svg#hexagonServizeYellow');}
.blue{background:#f9f8fb;margin:20px 0;}
.blue span{background-image:url('icon.svg#hexagonServizeBlue');}
.green{background:#ebf7f3;}
.green span{background-image:url('icon.svg#hexagonServizeGreen');}
@media(min-width:768px){
.service_works_content{display:flex;flex-wrap:wrap;gap:0 5px;}
.service_works_content_box{flex:1 1 0;}
.blue{margin:0;}
.service_works_content_box_txt strong{margin-bottom:5px;line-height:22px;}
.service_works .btn{font-size:16px;}
}
@media(min-width:1024px){
.service_works_content{gap:0 20px;}
.service_works:after{bottom:-52px;width:170px;height:171px;}
}
/*service_portfolio*/
.service_portfolio{margin-bottom:var(--marginSection);}
.service_portfolio h3{margin-bottom:25px;}
.service_portfolio .styleTitle:after{width:50px;}
.service_portfolio_list{padding-bottom:50px;}
.service_portfolio_list ul{gap:0;}
.service_portfolio_list li{flex:0 0 62%;}
.service_portfolio_list li span{display:block;margin-top:4px;padding:0 5px;font-weight:500;line-height:19px;font-size:13px;text-align:center;}
@media(min-width:768px){
.service_portfolio_list li{flex:0 0 42%;}
.service_portfolio_list li span{font-size:14px;}
}
@media(min-width:1024px){
.service_portfolio_list li{flex:0 0 36%;}
.service_portfolio_list li span{margin-top:8px;font-size:15px;}
}

@media(min-width:1440px){
.service_portfolio_list{padding-bottom:80px;}
.service_portfolio_list li{flex:0 0 570px;}
.service_portfolio_list li span{margin-top:12px;font-size:20px;}
}
/*faq*/
.service_about{position:relative;margin-bottom:var(--marginSection)}
.service_about:before{content:'';background:url('icon.svg#imgBgRotate') no-repeat center/cover;position:absolute;top:-77px;right:0;width:110px;height:110px;transform:rotate(-90deg);z-index:-1;}
.service_about:after{content:'';background:url('icon.svg#imgBg') no-repeat center/cover;position:absolute;bottom:-86px;left:25px;width:80px;height:80px;z-index:-1;}
.service_about h3{margin-bottom:20px;}
.service_about details{margin-bottom:12px;padding:13px 10px;border:1px solid var(--black);border-radius:25px;}
.service_about details[open] summary{margin-bottom:12px;}
.service_about summary{display:flex;font-size:17px;list-style:none;align-items:center;justify-content:space-between;gap:0 5px;cursor:pointer;font-weight:500;}
.service_about summary:after{content:'';background:url('icon.svg#add') no-repeat 0/13px 13px;display:inline-block;width:13px;height:13px;}
.service_about details[open] summary:after{content:'-';background:none;width:auto;height:auto;font-size:26px;}
@media(min-width:768px){
.service_about_contentFaq{display:flex;flex-wrap:wrap;justify-content:space-between;}
.service_about_contentFaq details{flex:0 0 49%;align-self:baseline;}
.service_about:before{top:-109px;right:9px;width:150px;height:151px;}
.service_about:after{width:100px;height:101px;}
}
@media(min-width:1024px){
.service_about_contentFaq details{padding:13px 19px;}
.service_about summary:after{background-size:15px 15px;width:15px;height:15px;}
}
@media(min-width:1440px){
.service_about:before{top:-144px;width:190px;height:191px;}
.service_about:after{width:100px;height:101px;}
}
/*-------------------------------PAGINA RICHIEDI PREVENTIVO----------------------------*/
.request_header{background:var(--blue);margin-bottom:var(--marginSection);padding:18px 0;color:#fff;}
.request_header_txt .styleTitle:after{background:#fff;}
.request_header_txt .styleTitle{margin-bottom:12px;font-size:41px;line-height:49px;}
.request_header_txt p{font-size:16px;}
.request_header_step{position:relative;display:flex;width:max-content;margin:20px auto 0;gap:0 20px;}
.request_header_step:after{content:'';background:#fff;position:absolute;top:50%;left:0;width:100%;height:1px;transform:translate(0, -50%);}
.request_header_step span{background:url('icon.svg#hexagonWhile') no-repeat center/65px 65px var(--blue);position:relative;width:65px;height:65px;font-size:43px;text-align:center;z-index:1;}
.request_form_stepHidden{display:none;}
@media(min-width:768px){
.request_header .center{display:flex;align-items:center;justify-content:space-between;}
.request_header_txt{padding-right:50px;}
.request_header_step{margin:0;}
}
@media(min-width:1024px){
.request_header{padding:70px 0;}
.request_header_step span{background-size:75px 75px;width:75px;height:75px;font-size:50px;}
.request_header_txt p{font-size:18px;}
.request_header_txt .styleTitle{margin-bottom:18px;font-size:46px;}
}
/*form step*/
.request_form_step{background:#f2f2f2;margin-bottom:var(--marginSection);border-radius:20px;overflow:hidden;}
.request_form_step h4{background:#dcdcdc;padding:5px;border-radius:20px 20px 0 0;text-align:center;font-size:34px;font-weight:500;line-height:40px;}
.request_form_step>span{display:block;margin-bottom:20px;padding:0 12px;font-weight:500;}
.request_form_step_content{padding:25px 12px;overflow:hidden;}
.request_form_step_content label{margin-bottom:13px;}
.request_form_step_content input[type="radio"]{display:none;}
.request_form_step_content .error{border:1px solid red;}
.step1 .btnYellow,.step1 .btn{padding:15px 35px;text-transform:uppercase;}
.step1 .btnYellow{margin-bottom:25px}
.request_form_step_content_dx{margin-bottom:30px;}
.request_form_step_content_dx input[type="file"]{display:block;width:100%;color:var(--black);font-size:15px;cursor:pointer;}
.request_form_step_content_dx input[type="file"]:before{content:'';background:url('icon.svg#upload') no-repeat center/cover;display:block;width:170px;height:135px;margin:15px auto;cursor:pointer;}
.request_form_step_content_dx input[type="file"].error{border:0;}
.request_form_step_content_dx input[type="file"].error:before{background-image:url('icon.svg#uploadRed');}
.request_form_step_content_dx input[type="file"]::-webkit-file-upload-button{background-color:var(--blue);display:block;width:100%;margin:0 auto 5px;padding:12px 20px;border:0;border-radius:8px;color:#fff;font-weight:600;text-align:center;letter-spacing:0.6px;box-shadow:0px 3px 8px rgb(0 0 0 / 18%);transition:all .3s;cursor:pointer;}
.request_form_step_content_dx input[type="file"]::-webkit-file-upload-button:hover{background-color:var(--blueHover);color:#fff;}


.request_form_step_btn{display:flex;margin-bottom:25px;padding:0 12px;justify-content:space-between;align-items:center;}
.request_form_step_btn .btnYellow,.request_form_step_btn button{margin:0;padding:12px 30px;border-radius:8px;font-size:16px;cursor:pointer;}
.request_form_step_btn span{display:flex;align-items:center;gap:0 5px;}
.request_form_step_btn span:after{content:'';background-repeat:no-repeat;background-position:center;background-size:cover;display:block;width:19px;height:16px;}
.request_form_step_btn .btnYellow:after{background-image:url('icon.svg#arrowRightForm');}
.request_form_step_btn_back{font-size:16px;cursor:pointer;}
.request_form_step_btn_back:hover{text-decoration:underline}
.request_form_step_btn_back:after{background-image:url('icon.svg#arrowRightForm');transform:rotate(180deg);order:-1}
@media(min-width:768px){
.step1 .request_form_step_content{display:flex;padding:45px 25px;justify-content:center;gap:0 15px;}
.step1 .btnYellow,.step1 .btn{margin:0;}
.request_form_step h4{padding:5px 0;font-size:40px;}
.request_form_step_content_dx input[type="file"]::-webkit-file-upload-button{width:250px;}
.step3 .request_form_step_content{display:flex;flex-wrap:wrap;justify-content:space-between;}
.step3 .request_form_step_content label{flex:0 0 49%;}
}
@media(min-width:1024px){
.request_form_step h4{padding:12px 0;}
.step2 .request_form_step_content,.step3 .request_form_step_content{display:flex;margin-bottom:20px;padding:40px;flex-wrap:wrap;justify-content:space-between;}
.step3 .request_form_step_content{margin-bottom:0;}
.request_form_step_content_sx{display:flex;flex-direction:column;justify-content:space-between;gap:14px 0;}
.request_form_step_content_dx{margin:0;flex:0 0 48%;}
.request_form_step_content_dx label{font-size:20px;}
.request_form_step_content_dx input[type="file"]::-webkit-file-upload-button{width:100%;padding:15px 20px;font-size:18px;}
.request_form_step_content_dx input[type="file"]:before{width:253px;height:200px;margin:45px auto;}
.request_form{max-width:1200px;}
.request_form_step_content_sx label{margin-bottom:0;}
.request_form_step_btn{padding:0 40px;}
.request_form_step>span{padding:0 40px;}
}
/*-------------------------------PAGINA BLOG----------------------------*/
.blog_listArticle{margin-bottom:var(--marginSection);}
.blog_listArticle picture{border-radius:4px;}
.blog_listArticle li{margin-bottom:25px;}
.blog_listArticle li a:hover h4{color:var(--black);}
.blog_listArticle h4{margin:15px 0;font-size:20px;color:var(--black)}
.blog_listArticle .btn{margin:20px 0 0;}

/*articoli più letti*/
.blog_topArticle>strong{display:block;margin-bottom:20px;font-size:20px;}
.blog_topArticle li{margin-bottom:25px;}
.blog_topArticle a{display:flex;align-items:center;}
.blog_topArticle picture{border-radius:4px;flex:0 0 90px;}
.blog_topArticle li strong{display:block;padding-left:15px;color:var(--black)}
.blog_topArticle a:hover strong{color:var(--blue);}
@media(min-width:1024px){
.blog>.center{display:flex;justify-content:space-between;}
.blog_listArticle{margin-bottom:var(--marginSection);padding-right:35px;}
.blog_listArticle h4{font-size:28px;line-height:40px;}
.blog aside{flex:0 0 340px;}
}
@media(min-width:1440px){
.blog_listArticle ul{display:flex;flex-wrap:wrap;justify-content:space-between;}
.blog_listArticle li{flex:0 0 49%;}
}
/*-------------------------------PAGINA DETTAGLIO ARTICOLO----------------------------*/
.blogArticle{margin-bottom:var(--marginSection);padding-top:15px;}
.blog_txt{margin-bottom:var(--marginSection);overflow:hidden;}
.blog_txt h1{font-size:32px;font-weight:500;}
.blog_txt h3{margin:25px 0 9px;padding-top:66px;font-size:27px;line-height:34px;}
.blog_txt h4{margin:35px 0 9px;font-size:22px;}
.blog_txt iframe{display:block;width:100%;height:420px;margin:0 0 15px 0;border:0;}
.blog_txt img{clear:both;display:block;float:none!important;width:100%;height:auto!important;margin:6px auto;}
.blog_txt img:not([style*="float"]){max-width:100%!important;width:100%!important;margin:0 !important;}
.blog_txt ul,.blog_txt ol{margin:15px 0;}
.blog_txt p,.blog_txt li{font-size:15px;line-height:26px;}
.blog_txt ul li{position:relative;margin-bottom:9px;padding-left:13px;}
.blog_txt ul li:before{content:'';background:var(--blue);position:absolute;top:11px;left:0;display:inline-block;width:5px;height:5px;}
.blog_txt ol{counter-reset:li;}
.blog_txt ol li{position:relative;margin-bottom:9px;padding-left:23px;}
.blog_txt ol li:before{content:counter(li) '.';counter-increment:li;position:absolute;left:0;top:0;display:block;font-size:20px;font-weight:600;color:var(--blue);text-align:center;line-height:24px;}
.blog_txt p a,.blog_txt li a,.blog_txt table td a{color:var(--blue);text-decoration:underline;}
.blog_txt p a:hover,.blog_txt li a:hover,.blog_txt table td a:hover{color:var(--blueHover);}
.blog_txt_seealso{position:relative;clear:both;display:block;border-top:1px solid #ddd;border-bottom:1px solid #ddd;margin-top:12px;padding:9px 0;}
.blog_txt_seealso strong{font-size:17px;}
.blog_txt_seealso a{position:relative;display:block;border-bottom:0;padding-left:16px;font-size:17px;}
.blog_txt_seealso a:before{content:" ";position:absolute;top:7px;left:0;display:block;border:6px solid transparent;border-left:9px solid var(--blue);}
.blog_txt_seealso a:hover:before{border-left-color:var(--blueHover);}
.tips{background:#f5f5f5;position:relative;margin:15px 0;padding:31px 17px 12px;}
.tips:after{content:'tips';background:var(--blue);position:absolute;top:0;right:0;padding:0 9px;color:#fff;border-radius:0 0 0 6px;font-size:11px;line-height:23px;text-transform:uppercase;}
.blog_txt_table{margin:15px 0;overflow-x:auto;}
.blog_txt_table table{width:100%;border-collapse:collapse;}
.blog_txt_table table th{background:var(--bg);min-width:200px;padding:9px 5px;border:1px solid #ddd;text-align:left;text-transform:uppercase;}
.blog_txt_table table td{padding:5px;border:1px solid #ddd;}
.blog_txt_table::-webkit-scrollbar{width:0;height:3px;}
.blog_txt_table::-webkit-scrollbar-track {background:#f1f1f1;}
.blog_txt_table::-webkit-scrollbar-thumb {background:var(--blue);}
.imgcaption{position:relative;display:block;}
.imgcaption.right{float:right;}
.imgcaption a,.imgcaption span{position:absolute;right:0;bottom:0;display:block;background:url("icon.svg#camera") no-repeat right 4px top 3px rgba(255,255,255,.6);background-size:15px 14px;border-bottom:0;border-radius:3px 0 0 0;max-width:100%;padding:4px 23px 3px 5px;color:#0a1733!important;font-size:11px;line-height:1.1em;white-space:nowrap;overflow:hidden;}
.imgcaption.right a,.imgcaption.right span{right:0;bottom:6px;max-width:calc(100% - 16px);}
.imgcaption a{text-decoration:underline;}
.imgcaption a:hover{color:#000!important;}
#openIndex{background:url('icon.svg#navWhite')no-repeat center center/24px 24px;position:fixed;bottom:35px;right:15px;display:block;background-color:var(--blue);width:50px;height:50px;text-indent:-9999px;z-index:9999;opacity:0;transform:translateY(150%);-webkit-transform:translateY(150%);-moz-transform:translateY(150%);transition:all .3s ease;-webkit-transition:all .3s ease;-moz-transition:all .3s ease;backface-visibility:hidden;-webkit-backface-visibility:hidden;}
#openIndex.on{opacity:1;transform:translateY(0);-webkit-transform:translateY(0);-moz-transform:translateY(0);}

/*indice*/
.activeIndice{background:rgba(0, 0, 0, 0.65);position:fixed;top:0;left:0;display:flex;width:100%;height:100%;padding:0 25px;z-index:9999;align-items:center;justify-content:center;flex-direction:column;}
.activeIndice strong{background:#fff;display:block;width:100%;padding:15px 15px 13px;border:1px solid #ededed;border-bottom:0;text-align:center;font-size:20px;text-transform:uppercase;}
.activeIndice.indice{display:flex;}
.activeIndice ol{background:#fff;width:100%;padding:0 15px 15px;border:1px solid #ededed;border-top:0;overflow:visible;}
.indice{display:none;}
.indice b{display:block;margin-bottom:17px;font-size:30px}
.indice li a{position:relative;display:block;margin-bottom:3px;padding:3px 5px 3px 18px;color:var(--color);font-size:16px;line-height:22px;-webkit-transition:all .2s ease-out;-moz-transition: all .2s ease-out;transition: all .2s ease-out;}
.indice li a:before{content:'';background:var(--blue);position:absolute;top:11px;left:3px;display:inline-block;width:7px;height:7px;}
.indice li a:hover,.indice .active{color:var(--blue);}
@media(min-width:768px){
.blog_txt p img[style*="float:right"],.blog_txt p img[style*="float: right"]{float:right!important;margin-left:10px;}
.blog_txt p img[style*="float:left"],.blog_txt p img[style*="float: left"]{float:left!important;margin-right:10px;}
.tips{padding-bottom:18px;}
.blog_txt iframe{height:350px;}
}
@media(min-width:1024px){
#openIndex{display:none;}
.blog_txt{padding-right:35px;}
.blog_txt h3{padding-top:80px;}
.indice{display:block;position:sticky;top:85px;width:340px;margin-top:30px;padding:15px;border:1px solid #ededed;}
.indice strong{display:block;margin-bottom:20px;font-size:20px;}
.blog_txt table th{min-width:auto;line-height:22px;}
}
/*-------------------------------FINE PAGINA DETTAGLIO ARTICOLO----------------------------*/
/*-------------------------------PAGINA SEND----------------------------*/
.send{margin:20px auto 50px;}
.send picture{width:250px;margin:40px auto 0;}
.send_txt h1{margin-bottom:15px;font-size:40px;line-height:45px;font-weight:500;}
.send_txt h1 strong{color:var(--blue);}
.send_txt>p{margin-top:9px;font-size:18px;line-height:28px;}
.send_txt a{margin:20px 0;}
.send_txt ul{margin-top:20px;text-align:left;}
.send_txt li p{background:url('icon.svg#error') no-repeat 0 center/20px 20px;padding:4px 0 4px 31px;font-size:17px;line-height:28px;}
@media(min-width:768px){
.send{display:flex;border-bottom:2px solid #1a2e35;align-items:center;justify-content:space-evenly;}
.send picture{width:auto;margin:0;flex:0 0 315px;}
.send_txt{padding-right:15px;text-align:left;}
.send_txt h1{margin-bottom:0;font-size:33px;line-height:40px;}
.send_txt p,.send_txt li p{font-size:16px;}
}
@media(min-width:1024px){
.send picture{flex:0 0 370px;}
.send_txt{padding-right:50px;}
.send_txt h1{margin-bottom:8px;font-size:37px;line-height:46px;}
.send_txt h1 strong{display:block;}
}
@media(min-width:1440px){
.send picture{flex:0 0 465px;}
.send_txt{padding-right:50px}
.send_txt h1{margin-bottom:15px;font-size:48px;line-height:57px;}
.send_txt p{font-size:18px;}
}
/*-------------------------------THANK YOU PAGE----------------------------*/
.thankPage picture{margin-top:40px;}
.thankPage{margin:20px auto 50px;}
.thankPage_txt h1{margin-bottom:15px;font-size:40px;line-height:45px;font-weight:500;}
.thankPage_txt h1 strong{color:var(--blue);}
.thankPage_txt p{margin-bottom:15px;font-size:18px;line-height:28px;}
@media(min-width:768px){
.thankPage{display:flex;margin-bottom:20px;border-bottom:2px solid #1a2e35;align-items:center;justify-content:space-evenly;}
.thankPage_txt h1{margin-bottom:0;font-size:33px;line-height:40px;}
.thankPage_txt p{font-size:17px;}
.thankPage picture{width:auto;margin:0;flex:0 0 380px;}
}
@media(min-width:1024px){
.thankPage_txt{padding-right:50px}
.thankPage_txt h1{margin-bottom:8px;font-size:37px;line-height:46px;}
.thankPage_txt h1 strong{display:block;}
.thankPage picture{flex:0 0 500px;}
}
@media(min-width:1440px){
.thankPage_txt{padding-right:50px}
.thankPage_txt h1{margin-bottom:15px;font-size:48px;line-height:54px;}
.thankPage_txt p{font-size:18px;}
.thankPage picture{flex:0 0 600px;}
}
/*-------------------------------PAGINA 404----------------------------*/
.page404_txt h1{margin-bottom:15px;font-size:56px;font-weight:500;}
.page404_txt h1 strong{color:var(--blue);}
.page404_txt p{margin-bottom:25px;font-size:18px;}
.page404 picture{margin-top:40px;}
.page404{margin:20px auto 50px;}
.page404_txt .btn{margin:0;}
@media(min-width:768px){
.page404{display:flex;margin-bottom:20px;border-bottom:2px solid #1a2e35;align-items:center;justify-content:space-evenly;}
.page404_txt h1{margin-bottom:20px;font-size:62px;}
.page404 picture{width:auto;margin:0;flex:0 0 380px;}
}
@media(min-width:1024px){
.page404_txt h1{margin-bottom:20px;font-size:62px;line-height:46px;}
}
@media(min-width:1440px){
.page404_txt h1{font-size:75px;}
.page404_txt .styleTitle:after{margin-top:25px;}
.page404_txt{padding-right:50px}
.page404 picture{flex:0 0 450px;}
}
/*-------------------------------policy----------------------------*/
#policy{padding:15px 9px;}
#policy #navprivacy{border-bottom:1px solid var(--color);margin-bottom:20px;text-align:center;}
#policy #navprivacy a{margin:0 0 9px;padding:11px 12px;font-size:15px;}
#policy h1{text-align:center;font-size:28px;}
#policy h3{margin:24px 0 4px;color:var(--color);font-size:21px;text-align:left;}
#policy h4{margin:18px 0 4px;font-size:18px;text-align:left;}
#policy p,#policy li{font-size:15px;line-height:26px;}
#policy p a,#policy li a{color:var(--color);}
#policy p a:hover,#policy li a:hover{text-decoration:underline;}
#policy ul{list-style-type:circle;}
#policy ol{list-style-type:decimal;}
#policy ul,#policy ol{margin:15px 0;padding-left:24px;}
#policy li{margin-bottom:10px;}
#policy ol{padding-left:27px;list-style-type:revert;}
#policy em{display:block;margin-top:30px;font-size:13px;}
#privacypolicy,#cookie{margin-top:40px;}
#privacy,#condizioni,#cookie{counter-reset:h3;}
#privacy h3[id]:before,#condizioni h3:before,#cookie h3:before{content:counter(h3)'.  ';counter-increment:h3;display:inline-block;}
@media(min-width:660px){#policy #navprivacy{margin-bottom:40px;}#policy #navprivacy a{margin:0 6px 9px}}
@media(min-width:1170px){#policy h1{font-size:32px;}#policy h3{font-size:25px;}#policy p,#policy li{font-size:16px;line-height:30px;}#policy em{font-size:15px;}}

