@media print { #camo-edit {display: none;} }
#camo-edit .surname,#camo-edit .company{display: none} 
/* Cookie bar **/
/*** inizio video e consenso cookie ***/

div.external-blocker {font-family: "Segoe UI", sans-serif; border: 1px solid black!important;width: 100%;height: 315px;padding: 20px 10px 10px 10px;background: #ededed;color: #777;text-align:center; margin-bottom: 20px;}
div.external-blocker > p {margin: 0 0 20px 0;padding: 0}
div.external-blocker > p > a {border: none;text-decoration: underline;color: #2572e3;}
div.external-blocker > p > a:hover {text-decoration: none;}
div.external-blocker > a.cookie_consent_accept_save {display: inline-block; padding: 10px; font-size: 16px; font-weight: 600; text-align: center; text-decoration: none; border-radius: 6px; border: 1px solid #2572e3; background: #2572e3; color: #fff; box-sizing: border-box;margin-bottom: 20px;}
.youtube-preview {cursor:pointer;height: 420px;width: 100%; max-width: 640px;}
section.g10 div.external-blocker {height: 100%;}
body.overlay-active { width: 100% !important;height: 100% !important;overflow: hidden; position: fixed; top: 0; left: 0; z-index: 11000;}
div.cookie_wrap {font-family: "Segoe UI", sans-serif; position: fixed;inset: 0; background-color: rgba(0, 0, 0, 0.6);z-index: 11000;display: flex;justify-content: center;align-items: flex-end;padding: 2rem 0;overflow-y: auto;}
div.cookie_wrap p {font-size: 15px; margin: 0;}
div.cookie_wrap p a {text-decoration: underline;  font-weight: normal; color: #000000;}
div.cookie_wrap p a:hover {text-decoration: none;}

a.cookie_consent_panel_change {color: #2572e3; font-weight: 600; text-decoration: none; margin: 0 auto; display: block; width: fit-content; line-height: 30px; font-size: 15px}
a.cookie_consent_panel_change:hover { text-decoration: underline}

div.cookie_consent {background: white;color: #222;  border-radius: 12px; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2); max-width: 680px;  width: 94%;   margin: 20px auto; padding: 2.5rem; z-index: 9999; font-family: "Segoe UI", sans-serif; transition: all 0.3s ease-in-out;}
div.cookie_consent_actions {display: flex; justify-content: space-between; align-items: stretch; flex-wrap: wrap; gap: 1rem; padding-bottom: 1rem; margin:30px 0 0 0; font-weight:700;}
div.cookie_consent_actions a { flex: 1 1 40%; max-width: 200px; white-space: nowrap; padding: 10px 0; font-size: 16px; font-weight: 600; text-align: center; text-decoration: none; border-radius: 6px; border: 1px solid #2572e3; background: #2572e3; color: #fff; box-sizing: border-box;}
div.cookie_consent_actions a:hover { background: #000; border-color: #000; color: #fff;}
div.cookie_consent_actions a.cookie_consent_reject_save, div.cookie_consent_actions a.cookie_consent_selection_save { background: none; color: #000; border-color: #000;}
div.cookie_consent_actions a.cookie_consent_accept_save:hover, div.cookie_consent_actions a.cookie_consent_reject_save:hover, div.cookie_consent_actions a.cookie_consent_selection_save:hover, div.external-blocker > a.cookie_consent_accept_save:hover { background: #000; border-color: #000; color: #fff;}
div.cookie_consent > div.cookie_consent_actions, div.cookie_consent > a.cookie_consent_panel_change {display: none;}

#cookie_consent_title {font-size: 26px; line-height: 30px; font-weight: 600; color: #000000; margin-bottom: 20px;}
#cookie_consent_selection {display: none;}
#cookie_consent_selection p {max-height: 0; overflow: hidden; opacity: 0; margin-bottom: 0; transition: max-height 0.2s ease, opacity 0.2s ease; color: #222;}
#cookie_consent_selection p.visible { max-height: 200px; margin-top: 4px; margin-bottom: 12px; opacity: 1;}
#cookie_consent_selection a.more-info:before { content: "?"; cursor: pointer; color: #a0a0a0; display: inline-block; width: 20px; font-size: 16px; height: 20px; line-height: 18px; border: 1px solid #a0a0a0; border-radius: 50%; text-align: center; margin-left: 5px; font-weight: 400;
}
#cookie_scroll_fade_overlay {position: sticky; bottom: 0; left: 0; width: 100%; height: 30px; pointer-events: none; background: linear-gradient(to bottom, transparent, white 80%); z-index: 2;}

.cookie_consent.customize #cookie_consent_intro {display: none;}
.cookie_consent.customize #cookie_consent_selection { max-height: calc(100vh - 360px); overflow-y: auto; -webkit-overflow-scrolling: touch; display: block; padding-right: 8px;}
.cookie_consent.customize #cookie_consent_selection::-webkit-scrollbar { width: 10px;  background-color: transparent;}
.cookie_consent.customize #cookie_consent_selection::-webkit-scrollbar-track { background-color: #f1f1f1; border-radius: 10px;}
.cookie_consent.customize #cookie_consent_selection::-webkit-scrollbar-thumb { background-color: #000; border-radius: 10px; border: 2px solid #f1f1f1;}
.cookie_consent.customize #cookie_consent_selection::-webkit-scrollbar-thumb:hover { background-color: #174aa3;}
.cookie_consent.customize > a.cookie_consent_panel_change { display: block; }
.cookie_consent.customize > div.cookie_consent_actions { display: flex; margin: 0}
 
div.cookie_consent_option{ display: flex; justify-content: space-between; align-items: center; margin-top: 6px; padding-top: 6px; border-top: solid 1px #cccccc; gap: 6px; flex-wrap: wrap;}
div.cookie_consent_option:first-child { border: none; margin-top: 0; padding-top: 8px;}
div.cookie_consent_option > span.option_title {margin-bottom: 0px; font-size: 16px; font-weight: 400; display: flex; align-items: center; gap: 5px; color: #222;}
div.cookie_consent_option div.cookies-switch { display: flex; align-items: center; gap: 8px;}
div.cookie_consent_option div.cookies-switch .selection_value {order: 0; color:gray; font-size: 15px}
div.cookie_consent_option div.cookies-switch .cookie_consent_toggle {order: 1;}
div.cookie_consent_option div.cookies-switch .selection_value.selected {color:#2572e3;}
div.cookie_consent_option p{margin:8px 0px;clear:both}

a.cookie_consent_toggle, a.cookie_consent_forced{ position:relative; cursor: pointer; background-color: #ccc; -webkit-transition: .4s; transition: .4s; padding: 2px; color: #fff; border-radius: 30px; width: 54px; height:26px; display: inline-block }
a.cookie_consent_toggle:before, a.cookie_consent_forced:before { position: absolute; content: ""; height: 22px; width: 22px; left: 2px; bottom: 2px; background-color: white; -webkit-transition: .4s; transition: .4s; border-radius: 50%; }
a.cookie_consent_toggle.selected:before, a.cookie_consent_forced:before{left:30px; }
a.cookie_consent_forced {background:#2572e3; cursor: not-allowed;opacity: 0.7}
a.cookie_consent_toggle.selected { background:#2572e3; }

@media (max-width: 599px) {    
    div.cookie_consent {padding: 1rem;}
    div.cookie_consent_actions {margin: 12px 0;}
    div.cookie_consent_actions a{padding:8px 0;width: 96%;  display: block;  text-align: center !important;  margin: 6px 0 !important; font-size:16px;line-height: 22px;}        

    #cookie_consent_title {flex-wrap: wrap;font-size: 22px;line-height: 26px;margin-bottom: 0;padding:12px;}
    #cookie_consent_title span{display: block;width:100%;}

    #cookie_consent_intro {padding: 12px 12px 6px 12px;font-size: 15px;line-height: 22px;}
    #cookie_consent_intro p{max-height: 220px; overflow-y: auto; -webkit-overflow-scrolling: touch;}
    #cookie_consent_selection {font-size: 15px; line-height: 22px;}
    #cookie_consent_selection p {margin-bottom: 10px;}
    #cookie_consent_selection p.visible {margin-top: 8px}
    #cookie_consent_selection a.more-info, div.cookie_consent_option div.cookies-switch a {margin-bottom: 0;}

    .cookie_consent.customize #cookie_consent_selection { max-height: calc(100vh - 400px);margin: 0 12px; padding-right: 0;}
    .cookie_consent.customize a.cookie_consent_panel_change {margin-bottom: 6px}
    .cookie_consent.customize > div.cookie_consent_actions {margin: 12px}

    a.cookie_consent_reject_save {margin: 10px 0 20px 0;font-size: 18px;line-height: 26px;padding: 7px 25px;}
    
    div.cookie_consent_option {flex-direction: column; align-items: flex-start;}
    div.cookie_consent_option > span.option_title { font-size: 16px; line-height: 16px; float: none; margin-bottom: 0;}    
    div.cookie_consent_option div.cookies-switch {  margin-top: 0;  align-self: flex-start; }
    div.cookie_consent_option div.cookies-switch .selection_value {order: 2; }    
}

@media (orientation: landscape) and (max-device-width: 899px) {
    div.cookie_wrap {align-items: flex-start; padding-top: 1vh;}
    div.cookie_consent {padding: 1.5rem 2.5rem;}
    div.cookie_consent_actions {padding-bottom: 0;}

    .cookie_consent.customize #cookie_consent_selection {max-height: calc(100vh - 240px);}
}

/*** fine video e consenso cookie ***/

input::-webkit-input-placeholder,textarea::-webkit-input-placeholder {opacity:1 !important;}
input:-moz-placeholder,textarea:-moz-placeholder { /* Firefox 18- */opacity:1 !important;}
input::-moz-placeholder,textarea::-moz-placeholder {  /* Firefox 19+ */	opacity:1 !important;}
input:-ms-input-placeholder,textarea:-ms-input-placeholder {  opacity:1 !important;}
/***zoom image**/
html.camo-bmark #zoom{top:48px}
html.camo-bmark #zoom button{top:58px}
#zoom {	position: fixed;inset: 0px; overflow: scroll; height:100%;  background-color: rgb(0, 0, 0,0.7);	z-index:1000;display:none;   padding-top:40px;	padding-left:15px; padding-right: 15px;}
#zoom button {position: fixed; top:10px;right: 25px; font-size:40px;line-height: 36px;    background:transparent;   color:var(--c1);min-width:50px;cursor:pointer}	
#zoom img {max-width: 100%;height: auto; margin:40px auto;display: block;}
.overlay-active{width:100% !important;height:100%!important;overflow:hidden;}
.overlay-active #zoom {display:block;}


input[type="search"]{outline: none; border:none;background: rgba(255,255,255,0.2);font-family: var(--f1);font-size:19px;line-height: 24px; padding:4px 15px; color:var(--c6);border-width: 0 0 2px 0;border-image:linear-gradient(90deg, var(--c4), var(--c5));border-style: solid;font-style: italic;border-image-slice: 1;}
input[type="search"]:focus {color: var(--c2);}
.bsearch{width:20px;position: absolute;background-color: transparent;right: 0;margin-right: 5px}
.bsearch svg {fill:var(--c5);transition: all 0.5s}
.bsearch svg:hover {fill:var(--c4)}
#search{text-align: center;margin: 10px 15%;position: relative;}
input[type="search"]{width: 100%;}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance:none;
}
.g20 section.module.page1 .title{display: none}
.g20 section.module.page2 p{text-align: left;color:var(--c3)}
.fix.sticky{position: fixed;background: rgba(0,89,123,0.7);width: 100vw;top:0;z-index: 1000;padding-bottom: 0px;box-shadow: 0 2px 8px rgba(0,0,0,0.06);backdrop-filter: blur(2px);}
.fix.sticky .logobig{max-height: 50px}
.camo-bmark .fix.sticky{top:47px;}
footer{padding-top: 15px; padding-bottom: 0px;position: relative;background-color: var(--c1); color: var(--c2);font-size: 16px;line-height: 22px;}
footer .info{padding-top: 30px; padding-bottom: 60%; background: url("../img/background/neuronec-company.png") var(--c2) no-repeat center bottom;background-size: 100% auto}
.content-foot{padding-left: 15px; padding-right: 15px;}
.content-foot p{color:var(--c1);text-align: left;margin-bottom: 15px;}
.content-foot mark{color: var(--c1)}
footer .content-foot a,footer .content-foot a:visited{color: var(--c5)}
footer .content-foot a:hover{color:var(--c1)}
.credit{margin-top:0px; background: var(--c3);padding: 30px 0 20px;font-weight: var(--w1);color:var(--c1);}
.credit a,.credit a:visited{color:var(--c1)}
.credit a:hover{opacity: 0.7}
.credit img{margin-top: -2px}
footer .col-flex{display: flex;flex-wrap:wrap;padding-top: 20px;padding-bottom: 0px;font-size: 15px;line-height: 18px; justify-content: space-between}
.logofoot img{max-width: 190px;margin: 10px 0}
footer mark{font-weight: var(--w3);font-size: 20px;line-height: 20px;display: block;padding-top: 5px; padding-bottom: 5px;color:var(--c2)}
footer p{margin: 0; text-align: center}
footer a,footer a:visited{color:var(--c3)}
footer a.button{color:var(--c1)}
footer a:hover{opacity: 0.8}
footer .email{display: block}
footer .sede span,footer .recapiti span{display: block}
footer .recapiti{padding-top: 10px;margin-bottom: 15px}
footer .logosmi{margin-top: 8px;}
/***footer***/


/***download***/
section.download{padding:20px 20px 30px}
.download-head >.title,.vertical-table-files > .title,section.gallery >.title,.plain-table >.title,.vertical-table >.title,section.module>.title{display: block;text-transform: none;font-weight:700;font-size:24px; line-height: 30px;}
section.download .description{display:none;}
.page .download {max-width:90%;margin: 30px auto;}
.download .file span {font-size: 20px;line-height: 22px; color: var(--c3);padding-left: 30px;display: inline-block}
.download .download-content {padding-top: 0px}
section.download li:before{content:""}
section.download li{display: block;position:relative;font-family: var(--f1);font-style: normal;padding-left:30px;min-height:30px; padding-bottom: 5px;padding-top:5px;}
section.download li a,section.download li a:visited{color:var(--c2)}
section.download li a:hover{color:var(--c5)}
.download-content div {position: relative;padding: 5px 0px;}
.file-size{color:var(--c8); font-size:16px;}
.file-size:before{content:"("}
.file-size:after{content:")"}
.pdf:before,.doc:before,.docx:before,.xls:before,.xlsx:before,.ppt:before,.zip:before{ content:"";width:25px;height:25px;position: absolute;left:0; top:5px;}
.download .file span.file-size {color:var(--c6);padding-left: 5px}
.download span.desc {display: none}
.pdf:before{background:url("../img/background/file-pdf.svg") no-repeat top}
.doc:before, .docx:before{background:url("../img/background/file-word.svg")no-repeat top}
.xls:before, .xlsx:before{background:url("../img/background/file-excel.svg")no-repeat top}
.ppt:before{background:url("../img/background/file-ppt.svg")no-repeat top}
.pp_pic_holder .ppt{ display: none !important;}
 .zip:before{background:url("../img/background/file-zip.svg")no-repeat top}
section.page{padding-top:30px; padding-bottom: 30px;}
/**homepage**/
.home .g3 {	padding: 40px 15px;background: var(--c3);color:var(--c1)}
.home .g3 .first .title,.home .g7 .first .title,.home .g10 .first .title,.home .g12 .first .title,.home .g13 .first .title{font-family: var(--f2);color: var(--c1);font-size: 74px;  line-height: 30px;display: block; text-align: center;margin-bottom: 35px;margin-top: 20px;font-weight: var(--w1)}
.home .g10 .first .title{margin-bottom: 15px}
.home .g7 .first .title,.home .g10 .first .title{color:var(--c9);text-align: left}
.g3 ul,.g6 ul,.g8 ul,.g11 ul{margin-left: 25px;list-style-type: none}
.g3 ul li,.g6 ul li,.g8 ul li,.g11 ul li{position: relative;padding-left: 6px;}
.g3 ul li:before{content:"";width: 16px; height: 16px; display: block;background: url("../img/background/xli.svg") no-repeat;background-size: cover; position: absolute;left:-20px;top:5px}
.home .g3-4 .text{text-align: center;margin-top: 30px}

.home .g4 {background: var(--c10);	}
.home .g4 .block{background: url("../img/background/fiore-white.svg") no-repeat center left;background-size: contain;padding-left: 120px;}
.home .g4 header{display: flex;align-items: center;min-height: 100px;margin-top: 15px; margin-bottom: 15px}
.home .g4 .title{color:var(--c1); font-size:24px; line-height: 28px;font-weight: var(--w2);}
.home .g4 .title span{display: block;color: var(--c1)}
.home .g5 .text,.home .g6 .text,.home .g7 .text,.home .g8 .text,.home .g9 header,.home .g10-2 ,.home .g11 .text,.home .g12 .text,.home .g13 .text,.home .g14 .text{ opacity: 0;transform: translateY(30px); transition: opacity 0.8s ease-out, transform 1s cubic-bezier(0.22, 1, 0.36, 1);}
.home .g4 header{ opacity: 0;  transform: translateY(30px);  transition: opacity 0.8s ease-out, transform 1s cubic-bezier(0.22, 1, 0.36, 1);}
.home .g5 .block.animate .text,.home .g6.animate .text,.home .g7.animate .text,.home .g8.animate .text,.home .g9.animate header,.home .g10-2.animate ,.home .g11.animate .text,.home .g12.animate .text,.home .g13.animate .text,.home .g14.animate .text{ opacity: 1; transform: translateY(0);}
.home .g4 .block.animate header { opacity: 1;  transform: translateY(0);}
.home .g4,.home .g5,.home .g6,.home .g11 {margin-left: -15px;margin-right: -15px;padding: 40px 15px 60px;}
.home .g4 .block{max-width: 345px}

.home .g5 .title,.home .g5 p{color: var(--c9)}
.home .g5 .title span,.home .g6 .title span,.home .g11 .title span{color: var(--c11)}
.home .g5-2 p strong{display: block; padding-bottom: 8px}
.home .g5-2 p span{display: block; padding-bottom: 8px;padding-top: 8px}
.home .g5-3p p{margin-top: 30px; margin-bottom: 0}
.home .g6-2.block,.home .g11-2.block, .home .g9 .title{	text-align: center;}

.home .g6{background: url("../img/background/parallax-g6.jpg") center;background-size: cover}
.home .g11{background: url("../img/background/parallax-g11.jpg") center;background-size: cover}
.home .g6:before,.home .g11:before{content:"";top:0; left:0;background: rgba(0,0,0,0.5);position: absolute;z-index: 1;width: 100%;height: 100%}
.home .g6c,.home .g11c{position: relative;z-index:2}
.home .g6 .text,.home .g6 .title,.home .g11 .text,.home .g11 .title{color:var(--c1);}
.g6-2,.g11-2{padding-top:80px}
.home .g6-2 .title,.home .g11-2 .title,.home .g9 .title{font-size: 26px;	line-height: 30px;}
.home .g6 .title,.home .g11 .title{font-weight: var(--w2);margin-bottom: 10px}
.home .g6 ul li,.home .g11 ul li{margin-bottom:8px;}
.home .g6 ul li:before,.home .g11 ul li:before{content:"";width: 16px; height: 16px; display: block;background: url("../img/background/check.svg") no-repeat;background-size: cover; position: absolute;left:-20px;top:5px}
.home .g6 .btn{margin-top: 15px}
.home .g7,.home .g10,.home .g12,.home .g13 {margin-left: -15px;margin-right: -15px;padding: 40px 15px 30px;}
.home .g7,.home .g9 .title,.home .g10 {color: var(--c9);z-index:2}
.home .g7:before{content: "";width: 100%;top:-10%;left:0; height: 130%; position: absolute;background: url("../img/background/fiore.svg") no-repeat;background-position: 100%; background-size: auto 100%}
.home .g8,.home .g9{background: var(--c12);position: relative;z-index:3}
.g8 ul li:before{content:"";width: 16px; height: 16px; display: block;background-size: cover; position: absolute;left:-20px;top:5px}
.g8-1 ul li:before{background: url("../img/background/check-green.svg") no-repeat;background-size: cover;}

.g8-2 ul li:before{background: url("../img/background/xli.svg") no-repeat;background-size: cover;}
.home .g8,.home .g9 {margin-left: -15px;margin-right: -15px;padding: 20px 15px 0px;}
.g8 ul {margin-bottom: 25px;padding-bottom: 5px}
.home .g8 .block {padding-bottom: 5px}
.home .g9{padding-bottom: 50px}
.home .g10 .abstract,.home .g12 .first .title,.home .g13 .first .title{color: var(--c9);}
.home .g10 .abstract span{color: var(--c11);}
.home .g12 {background: var(--c12)}
.home .g12 .abstract{font-weight: var(--w3);text-align: center;color:var(--c9)}
.home .g12 .media { margin-top:20px;position: relative;  width: 100%;  padding-top: 60%; /* 16:9 = 9/16 */}
.home .g12 div.external-blocker{position: absolute;height: 100%;top:0; display: flex;   flex-direction: column;    justify-content: center; /* centra verticalmente */  align-items: center;     /* centra orizzontalmente */}
.home .g12 iframe {  position: absolute;  top: 0;  left: 0;  width: 100%;  height: 100%;  border: 0;margin:0}
.home .g13 .media{position: relative;width: 108px;height: 108px; padding: 4px;	border-radius: 50%;	background: linear-gradient(90deg,var(--c9),var(--c4),		var(--c1)	);	background-size: 200% 200%;	animation: animatedBorder 6s linear infinite;}
.home .g13 img{	display: block;	max-width: 100px;border-radius: 50%;}
.home .g13 em{font-weight: var(--w1);font-size: 19px;}
.home .g13 em strong{font-size: 16px;color:var(--c4)}
.home .g13 .first.block {display: block;width: 100%;margin-top:0}
.home .g13 .block{display: flex; column-gap: 10px;margin-top: 35px;align-items: flex-start}
.home .g13 .text{width:calc(100% - 118px);align-self: center}
.home .g13 .text p{margin: 0;font-size: 18px; line-height: 24px}

@keyframes animatedBorder{0%{background-position: 0% 50%;}50%{background-position: 100% 50%;}100%{background-position: 0% 50%;}}

footer{background:url("../img/background/bach-contatti.png") no-repeat 100% -80px;background-size: auto 100%}
.g20 .title span{color: var(--c1)}
.g20 .title{margin-bottom: 10px}
.g20 form{padding: 20px 0 10px}
.g20 form label{display: none}
.g20 form .check-block label{display: block;color:var(--c9)}
.g20 form .check-block label a,.g20 form .check-block label a:visited{color:var(--c3);text-decoration: underline}
.g20 form .check-block label a:hover{color:var(--c1)}
.g20 .container{padding: 30px 15px}
section.module.page2 > .title{display: none}


@media (min-width: 320px)and (max-width:399px) {
.home .g12 .first .title,.home .g13 .first .title {font-size: 73px;	line-height: 50px;	display: block;margin-bottom: 25px;	margin-top: -10px;}
}
@media (min-width: 375px) {


}

@media (min-width: 420px) {

}
@media (min-width: 500px) {
	
}

@media (min-width: 600px) {

	.home .g10 .text ul ,.home .g12 .text,.home .g13 .text,.home .g14 .text  {font-size: 24px;	line-height: 32px; }
	.home .g6 .theme{font-size:30px}
	.home .g5 .title,.home .g6 h2,.home .g11 h2,.home .g8 .text .title,.home .g9 .text .title,.home .g11 .text h2,.home .g12 .title,.home .g13 .title,.home .g14 .title,.home .g15 .title,.g20 .title{font-size:32px;line-height: 36px}
	.home .g7::before{left:-30%}
	.home .g10 .first .title{margin-bottom: 35px}
	.home .g12 .media { margin:40px auto 20px; padding-top: 56.25%; /* 16:9 = 9/16 */}


	.g20{padding-top: 50px;padding-bottom: 50px;}
	.g20 form{display: flex;flex-wrap: wrap; column-gap: 4%}
	.g20 form .input-field{width:48%}
	.g20 form .input-field.textarea {width:100%}
	.g20 form .input-field.input-checkbox{width:100%}
	.lfot{width: 30%}
	.lfot img{height: 80px;width: auto}
	.sede{width: 50%}
	footer .flex{justify-content: space-between}
	footer .recapiti{margin-top: 10px; display: flex;justify-content: center;column-gap:20px;}

}

@media (min-width: 375px)and (max-width:1199px) {
	.home .g4 .block{margin-left: auto;margin-right: auto}

}
@media (min-width: 768px)and (max-width:1199px) {
	.home .g4 .title span{display: inline-block}

}
@media (min-width: 600px)and (max-width:991px) {
	.home .g13 .media{width: 158px;height: 158px;}
	.home .g13 img{max-width: 150px}
}
	
@media (min-width: 768px) {
	.home .g3,.home .g4, .home .g5,.home .g6,.home .g7,.home .g8,.home .g9,.home .g10,.home .g11 ,.home .g12,.home .g13,.home .g14  {	margin-left: -25px;	margin-right: -25px;padding-left: 25px; padding-right: 25px}
	.home .g4c{display: flex; flex-wrap: wrap; column-gap: 20px}
	.home .g4c .block{width: calc(50% - 10px)}
	.home .g4 header{margin:0}
	.home .g3c{display: flex; column-gap: 50px;flex-wrap: wrap}
	.home .g3 .first .title,.home .g7 .first .title,.home .g10 .first .title,.home .g12 .first .title {font-size: 120px;	line-height: 60px;font-weight: var(--w1)}
	.home .g13 .first .title {font-size: 120px;	line-height: 90px;font-weight: var(--w1)}
	.home .g3-1,.home .g3-4{width: 100%}
	.home .g3-2,.home .g3-3{width: calc(50% - 25px)}
	.home .g5-2 .text {font-size: 20px; line-height: 24px}
	.home .g6 ul,.home .g11 ul {font-size: 20px; line-height: 24px}
	.home .g6-2 .title,.home .g11-2 .title,.home .g9 .title {font-size: 30px;	line-height: 36px;}
	.home .g7 .first .title,.home .g10 .first .title,.home .g12 .first .title,.home .g13 .first .title{margin-bottom: 50px}
	.home .g8c{display: flex;column-gap: 50px;}
	.home .g8c .block{width: calc(50% - 25px)}
	.home .g10 .first {margin-bottom: 25px}
	.home .g10 .media img{width: 100%}
	.home .g12 .media { max-width: 750px;  padding-top: 422px;}

	footer {background: url("../img/background/bach-contatti.png") no-repeat 100% 0px;	background-size: auto 100%;	}
	.g20 {padding-top: 90px;	padding-bottom: 50px;	padding-left: 10%;}
	.lfot{width: 170px;}
	.sede,.recapiti{width: calc((100% - 170px)/2)}
	footer .recapiti{display: block;padding-top: 0}
	footer .info .dati{max-width: 60%}
	footer .info {	padding-bottom: 30px;background: url("../img/background/neuronec-company.png") var(--c2) no-repeat center right;
	background-size: auto 75%;}
	.content-foot {padding-left: 25px;	padding-right: 25px;}

}

@media (min-width: 992px) {
	.home .g3 {padding-top: 50px;padding-bottom: 50px;}
	.home .g5 .title, .home .g6 h2,.home .g11 h2, .home .g8 .text .title, .home .g9 .text .title, .home .g11 .text h2, .home .g12 .title, .home .g13 .title, .home .g14 .title, .home .g15 .title, .g20 .title {font-size: 36px;	line-height: 42px;}
	.home .g5,.home .g6,.home .g11{padding-top: 50px; padding-bottom: 50px}
	.home .g8{padding-top: 40px; }
	.home .g9{padding-bottom: 80px}
	.home .g6-1,.home .g11-1{width: 680px;margin-left: 0}
	.home .g6-2,.home .g11-2{text-align: center}
	.home .g6 .btn {margin-top: 25px;}
	.home .g7{padding-bottom: 80px}
	.home .g7::before {	left: -50%;	}	
	.home .g7c .block{display: flex;flex-wrap: wrap}
	.home .g7 header{width: 550px;}
	.home .g7 .text{width: calc(100% - 550px)}
	.home .g10c{display: flex;column-gap: 20px;    align-items: center;}
	.home .g10 .block {width: calc(50% - 10px)}
	.home .g10 .abstract {font-size: 28px;line-height: 34px;}
	.home .g10 .text,.home .g12 .abstract {font-size: 24px;line-height: 30px;}
	.home .g13c{display: flex;column-gap: 30px;flex-wrap: wrap}
	.home .g13c .block{width:calc(50% - 15px)}
	
	.g20 .col-lg-12>.title,section.module{max-width: 600px;margin-left: auto;margin-right: 40px}
	.g20 {padding-top: 120px;}
	.lfot{width: 220px;}
	.sede,.recapiti{width: 360px; position: relative}
	.sede:after{content:"";width: 2px; height: 100%;display: block;background: var(--c4);top:0; right:20px;position: absolute}
	footer .recapiti{display: block;padding-top: 0;padding-left:30px}
	footer .flex {	justify-content: center;}
}
@media (min-width: 992px) and (max-width: 1199px){	
	

}
@media (min-width: 1025px) {
	.home .g5c{display: flex;flex-wrap: wrap; column-gap: 50px;}
	.home .g5-3{width: 100%;text-align: center}
	.home .g5-1{width: 40%;text-align: right}
	.home .g5-2{width: calc(60% - 50px);}

}
@media (min-width: 1200px) {
	.home .g5 .title,.home .g6 h2,.home .g11 h2,.home .g8 .text .title,.home .g9 .text .title,.home .g11 .text h2,.home .g12 .title,.home .g13 .title,.home .g14 .title,.home .g15 .title{font-size:40px;line-height: 46px}
	.home .g5-2 p{font-size: 24px; line-height: 28px}
	.home .g4c .block{width: calc(33% - 13.3333333px)}
	.home .g6,.home .g11 {	background-attachment: fixed;	background-position: center;padding-top: 100px;padding-bottom: 100px}
	.home .g6-2,.home .g11-2 {padding-top: 100px;}
	.home .g7{padding-top: 80px}	
	.home .g7 .title, .home .g7 .title span {font-size: 56px;line-height: 56px;}
	.home .g7 .abstract {padding-top: 50px;	font-size: 50px;line-height: 56px;	padding-bottom: 15px;max-width: 410px}
	.home .g7 .first .title,.home .g10 .first .title,.home .g12 .first .title,.home .g13 .first .title {font-size: 130px;	line-height: 60px;}	
	.home .g7 header {width: 600px;}
	.home .g7 .text {width: calc(100% - 600px);}
	.home .g8 {padding-top: 60px;}
	.home .g9{padding-bottom:90px;}
	.home .g10{padding-bottom: 100px;}
	.home .g12,.home .g13 {	padding-top:70px; padding-bottom: 70px}
	.home .g12c{max-width: 1160px; margin-left: auto;margin-right: auto}
	
	
	.g20{padding-top:150px; padding-bottom: 70px }
	.lfot{width: 280px;}
	.sede,.recapiti{width: 400px; position: relative}
	.sede:after{right:45px;position: absolute}
	
	.finfo {padding-top: 30px;	padding-bottom: 30px;}
	.credit{padding: 50px 0 20px;}	
	footer .info .dati{max-width: 640px}
	footer .info {	padding: 80px 0;background: url("../img/background/neuronec-company.png") var(--c2) no-repeat center right;
	background-size: auto 120%;}
	.content-foot {padding-left: 25px;	padding-right: 25px;}



}
@media (hover: hover) and (pointer: fine) and (min-width: 1200px) {

}
@media (min-width: 1400px) {
	.home .g4c,.home .g5c,.home .g6c,.home .g10c,.home .g11c,.home .g13c,.generic section.page{max-width: 1390px;margin-left: auto;margin-right: auto;width:100%;}
	.home .g7c,.home .g8c,.home .g6c,.home .g11c{max-width: 1300px;margin-left: auto;margin-right: auto;width:100%;}
	.home .g5-1 {width: 50%;}
	.home .g5-2 {width: calc(50% - 20px);}
	.home .g5c{column-gap:20px}
	.home .g10 .block.g10-2{width: 673px;}
	.home .g10 .block.g10-1{width: calc(100% - 693px)}
	.home .g13 .media{width: 158px;height: 158px;}
	.home .g13 img{max-width: 150px}
	.home .g13 .text {width: calc(100% - 158px);}

	footer {background-size: 140% auto;background-position: calc(50% - 160px) top;}
	.g20 .col-lg-12 {max-width: 1390px;margin-left: auto;margin-right: auto;float: none}
	.g20 .col-lg-12>.title,section.module{max-width: 740px;margin-left: auto;margin-right: 40px}
	.content-foot{max-width: 1350px; margin-left: auto;margin-right: auto;padding: 0}

}
@media (min-width: 1600px) {
	.home .g8 .text .title, .home .g9 .text .title {font-size: 50px;	line-height: 56px;}

}
@media (min-width: 1800px) {
	.g20 {	padding-top: 230px;	padding-bottom: 70px;}
}
@media (min-width: 2000px) {
}
.hidden,.fadein,.fromleft,.fromright {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity:0;	
	display:block !important;
	-webkit-transition: background .4s ease;
    transition: background .4s ease;
}
.visible {
	/*-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)" !important;
	filter: alpha(opacity=100) !important;
	opacity:1 !important;	*/
	-webkit-transition: background .4s ease;
    transition: background .4s ease;
	visibility:visible !important;

}
.fromleft.visible,.fromright.visible ,.zoomin.visible {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)" !important;
	filter: alpha(opacity=100) !important;
	opacity:1 !important;

}
.del6 {-webkit-animation-delay: 2.2s; animation-delay: 1.2s;}
.del5 {-webkit-animation-delay: 1.8s; animation-delay: 1.0s;}
.del4 {-webkit-animation-delay: 1.4s;animation-delay: .8s;}
.del3 {-webkit-animation-delay: 1.0s; animation-delay: .6s;}
.del2 {-webkit-animation-delay: .6s; animation-delay: .4s;}
.del1 {-webkit-animation-delay: .2s; animation-delay: .2s;}
.animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}
@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:none;transform:none}}@keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:none;transform:none}}.bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:none;transform:none}}@keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:none;transform:none}}.bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}