@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: linear-gradient(to bottom, var(--c9), var(--c10));width: 100vw;top:0;z-index: 1000;padding-bottom: 0px;box-shadow: 0 2px 8px rgba(0,0,0,0.06);}
.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***/


/***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;}
.generic .page .title{color: var(--c3); font-weight: var(--w2)}
/**homepage**/
.home .g4 p{margin: 0;text-align: center}
.home .g4 p span{display: block}
.home .g4 p stron{color:var(--c4)}
.home .g4 .text,.home .g5 .text,.home .g6 .text,.home .g8 .text,.home .g10 ,.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.animate .text,.home .g5.animate .text,.home .g6.animate .text,.home .g8.animate .text,.home .g10.animate ,.home .g11.animate .text,.home .g12.animate .text,.home .g13.animate .text,.home .g14.animate .text{ opacity: 1; transform: translateY(0);}
.home .g5 {background: url("../img/background/chirurgo-neuronec.jpg") var(--c8) no-repeat right bottom;background-size: 80%;color: var(--c1);padding: 40px 15px 38%;margin-left: -15px;  margin-right: -15px; }
.home .g5 .title {padding-bottom: 15px}
.home .g5 .text ul,.home .g5 .title { color:var(--c1)}
.home .g10 .text ul { color:var(--c3)}
.home .g5 .text ul li,.home .g10 .text ul li,.home .g13 .text ul li,.home .g14 .text ul li{list-style-type: none;padding-top: 5px; padding-bottom: 5px;position: relative;padding-left: 20px;}
.home .g5 .text ul li::after,.home .g10 .text ul li::after,.home .g13 .text ul li::after,.home .g14 .text ul li::after{content: "";	position: absolute;	left: 2px;	top: 12px;	width: 0;	height: 0;	border-top: 6px solid transparent;	border-bottom: 6px solid transparent;	border-left: 10px solid var(--c4);}
.home .g6,.home .g8 {  margin-left: -15px;  margin-right: -15px;  background: var(--c3);padding:30px 15px 40px;}
.home .g6 p,.home .g6 h2{color:var(--c1);font-weight: var(--w2)}
.home .g6 p{margin-bottom: 5px}
.home .g6 .theme{font-size:22px}
.home .g6 h2,.home .g8 .text .title{font-size:30px}
.home .g6 h2 span,.home .g8 .text .title span,.home .g11 .text h2 span {color:var(--c4)}
.home .g7,.home .g12 {margin-left: -15px;	margin-right: -15px;	background: var(--c11);	}
.home .g7{padding: 30px 15px 0}
.home .g7c{background: url("../img/background/donna-neuronec.jpg") no-repeat center bottom;background-size: contain;padding-bottom: 75%}
.home .g7 .title{font-size: 31px;}
.home .g7 .title span {font-size: 31px;	line-height: 31px;display: inline-flex;	padding: 4px 6px 8px;color: var(--c3);
font-weight: var(--w2); background-image: linear-gradient(var(--c4), var(--c4)); background-repeat: no-repeat;   background-position: left center;
 background-size: 0% 100%;  transition: background-size 1.2s ease;}
.home .g7 .media{max-width: 335px}
.home .g7.animate .title span{background-size: 100% 100%;}
.home .g7 .abstract{padding-top: 25px;font-size:28px; line-height: 32px; display: block}
.home .g7 .abstract span{color:var(--c1)}
.home .g7 p{color:var(--c3); font-weight: var(--w2);font-size: 21px; line-height: 26px}
.home .g8,.home .g9 {margin-left: -15px;	margin-right: -15px;}
.home .g8 p,.home .g9 p{margin: 0}
.home .g8 .text .title,.home .g11 .text h2{color:var(--c1);text-align: center;display: block}
.home .g9{padding: 30px 15px}
.home .g9 .title{text-align: center; display: block}
.home .g10 .title span{display: block;color:var(--c3)}
.home .g10 header{padding-bottom: 20px;padding-top: 10px}
.home .g10 .text{font-size: 20px;line-height: 26px}
.home .g10{padding-bottom: 30px}
.home .g11,.home .g13,.home .g14 {padding: 30px 15px;margin-left: -15px;	margin-right: -15px;}
.home .g11 {background: var(--c8);}
.home .g11 .text{color:var(--c1);text-align: center;padding-bottom: 10px;font-size: 24px;line-height: 28px}
.home .g12 {padding: 30px 15px; color: var(--c3)}
.home .g12 .title,.home .g13 .text{color:var(--c3)}
.home .g12 .title span{color:var(--c1)}
.home .g12 .text ul li{list-style-type: none;padding-top: 5px; padding-bottom: 5px;position: relative;padding-left: 20px;}
.home .g12 .text ul li::after{content: "";	position: absolute;	left: 2px;	top: 12px;	width: 0;	height: 0;	border-top: 6px solid transparent;	border-bottom: 6px solid transparent;	border-left: 10px solid var(--c1);}
.home .g12-2{padding-top: 20px}
.home .g13 {background: url("../img/background/neuronec-academy.png") center bottom no-repeat var(--c7);background-size: 300px;  padding-bottom: 90%;}
.home .g13c{background: rgba(238,237,233,0.6)}
.home .g14 {background:url("../img/background/neuronec-initiative.png") left bottom no-repeat var(--c8);background-size: 130% auto;  padding-bottom: 90%;}
.home .g14 .text,.home .g14 .title{color:var(--c1);}
.home .g15 .title{text-align: center}
.home .g15{padding: 30px 0px 15px;}
.home .g16 .block{color: var(--c3);background: var(--c11);padding: 10px 15px; width: 270px; margin:15px auto;border-radius: 20px}
.home .g16 .block .text{text-align: center}
.g20{background: var(--c11);padding: 30px 15px}
.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(--c3)}
.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: 0}



@media (min-width: 375px) {


}

@media (min-width: 420px) {

}
@media (min-width: 500px) {
	
}

@media (min-width: 600px) {
	.home .g4 .text {  font-size: 30px;	  line-height: 36px;	}
	.home .g5 .text,.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 .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:44px;line-height: 54px}
	.home .g10 .title {   font-size: 38px;  line-height: 42px;	}
	.home .g6 .media {max-width: 460px}
	.home .g7 .media{max-width: 600px}
	.home .g7 .title,.home .g7 .title span {font-size: 53px;line-height: 53px}
	.home .g7 .abstract{padding-top: 40px;font-size:46px; line-height: 52px; padding-bottom: 10px;max-width: 410px }
	.home .g7 p{color:var(--c3); font-weight: var(--w2);font-size: 30px; line-height: 36px}	
	.home .g11,.home .g12 {padding: 50px 15px;}
	.home .g13 {padding: 50px 15px 68%;background-size: 62%;}
	.home .g14{padding-top: 50px}
	.home .g16c{display: flex;column-gap: 15px;flex-wrap: wrap;justify-content: center}
	.home .g16c .block{margin:10px 0}
	.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: 768px) {
	.home .g4, .home .g5,.home .g6,.home .g7,.home .g8,.home .g11 ,.home .g12,.home .g13,.home .g14  {	margin-left: -25px;	margin-right: -25px;padding-left: 25px; padding-right: 25px}
	.home .g5 {	background-size: 70%;	padding: 40px 25px 15%;	margin-left: -25px;	margin-right: -25px;}
	.home .g6c .block,.home .g11 .block{display: flex; column-gap: 30px;}
	.home .g6c .media,.home .g11 .media{width: 43%;align-content: center}
	.home .g6c .text,.home .g11 .text{width:calc(100% - (43% + 30px))}
	.home .g9{padding-top: 50px}
	.home .g10{padding-bottom: 50px}
	.home .g11 .text,.home .g11 .text h2{text-align: left;align-content: center}
	.home .g12,.home .g13{padding-top: 50px; padding-bottom: 60px}
	.home .g13 {padding-bottom:68%;background-size: 62%;}

	.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 .g5 {padding-top: 60px;background-size: 60%;padding-bottom: 100px}
	.home .g5 .title {	max-width: 266px;padding-bottom: 30px}
	.home .g5 .btn{margin-top: 30px}
	.home .g6{padding-top: 50px; padding-bottom: 60px}
	.home .g8,.home .g9{padding-top: 40px; padding-bottom: 50px}
	.home .g7{padding-left: 0}

	.home .g6c{max-width: 1050px;margin-left: auto; margin-right: auto} 
	.home .g7c {padding-bottom: 40px;background: url("../img/background/donna-neuronec.jpg") no-repeat -30px bottom;padding-left: 370px;
	background-size: auto 85% ;	}
	.home .g10c .block {display: flex;	column-gap: 30px;}
	.home .g10c header {text-align: right; width: 43%;}
	.home .g10c .text {width: calc(100% - (43% + 30px));}	
	.home .g10 {padding-bottom: 40px}
	.home .g11c .text {max-width: 510px}	
	.home .g12c{display: flex; flex-wrap: wrap;column-gap: 40px}
	.home .g12 .block{width:calc(50% - 20px)}
	.home .g12 .block .title{padding-bottom: 10px}
	.home .g12-2{padding-top: 0px}
	.home .g13{padding-right: 40%;padding-bottom: 100px; background-size: 45% auto; background-position: bottom right}
	.home .g13c{background: transparent}
	.home .g13 ul{margin-top: 30px; margin-bottom: 20px}
	.home .g15 {padding: 50px 0px 25px;}
	.home .g16{padding-bottom: 60px}
	.g20 {background: url("../img/background/neuronec-contact.png") no-repeat bottom left var(--c11);background-size: auto 100%}
	.g20 .col-lg-12>.title,section.module{max-width: 50%;margin-left: auto;margin-right: 40px}
	.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) {
}
@media (min-width: 1200px) {
	.home .g5 .title,.home .g6 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:60px;line-height: 68px}
	.home .g10 .title {   font-size: 40px;  line-height: 48px;	}
	.home .g4 {padding-top: 30px;}
	.home .g5 {	background-image: url("../img/background/tecnology&innovation.jpg");background-attachment: fixed;	background-position: right center;	background-size: 80% auto;	}
	.home .g5 .title {    max-width: 365px;}
	.home .g5 ul{display: flex;column-gap: 40px;max-width: 600px;flex-wrap: wrap}
	.home .g5 ul li{width:calc(50% - 20px)}
	.home .g7{padding-top: 0px}
	.home .g7c {padding-top: 70px; padding-bottom: 70px;background: url("../img/background/donna-neuronec.jpg") no-repeat -30px bottom;padding-left: calc(100% - 600px);	background-size: auto 100% ;	}
	.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 .g9{padding-top: 80px;}
	.home .g10{padding-bottom: 100px;}
	.home .g11c .text {max-width: 625px;}
	.home .g11c .block{justify-content: space-between}
	.home .g12{padding-top: 70px; padding-bottom: 80px}
	.home .g12c{max-width: 1200px;margin-left: auto;margin-right: auto}
	.home .g13{padding-right: 36%;padding-bottom: 170px; padding-top: 100px; background-size: auto 95%; background-position: bottom right}
	.home .g13 .title{padding-bottom: 10px}
	.home .g14 {padding:50px 0 50px 50%;background-position: -150px center;background-size: auto 100%}
	.g20{padding-top:70px; 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: 100%}
	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 .g7c{max-width: 1400px; margin-left: auto;margin-right: auto;padding-left: 47%;	background: url("../img/background/donna-neuronec.jpg") no-repeat 0px bottom}
	.home .g6 .block{padding-left: 0; padding-right: 0}
	.home .g9 .block{max-width: 1600px;padding-left: 0; padding-right: 0 }
	.home .g9 { padding-top: 60px;    padding-bottom: 70px;  }
	.home .g10 {padding-bottom: 60px}
	.home .g10c header {text-align: right;	width: 52%;}
	.home .g10c .block{justify-content: space-between}
	.home .g10c .text{width: 48%;}
	.home .g10 .title {   font-size: 48px;  line-height: 52px;	}
	.home .g10c,.home .g13c,.home .g14c,.generic section.page{max-width: 1400px; margin-left: auto;margin-right: auto;}
	.home .g13{padding-right: 25px; background-position: 90% bottom;background-size: auto 100%;}
	.home .g13 .text{max-width: 900px}
	.home .g14 {padding:60px 0 70px 50%;}
	.home .g16c{column-gap: 25px;max-width: 1400px; margin-left: auto;margin-right: auto}
	.g20 .col-lg-12 {max-width: 1390px;margin-left: auto;margin-right: auto;float: none}
	.g20 {background-size: 40% auto;}
	.section.module{max-width: 690px;margin-left: auto;margin-right: 10%}
	.g20 .col-lg-12>.title, .section.module{max-width: 690px;margin-left: auto;margin-right: 40px}
	.content-foot{max-width: 1350px; margin-left: auto;margin-right: auto;padding: 0}

}
@media (min-width: 1600px) {
	.home .g7c{padding-left: 750px;}
	.home .g8 .text .title, .home .g9 .text .title {font-size: 60px;	line-height: 66px;}
	.home .g14 {padding:80px 0 100px 50%;background-position: -100px center;}
	.home .g10 {padding-bottom: 100px;}
	.home .g20 {padding-top: 90px; padding-bottom: 90px}

}
@media (min-width: 1800px) {
	.home .g13{background-position: 80% bottom;}
}
@media (min-width: 2000px) {
	.home .g14 {background-position: 0px center;}
}
.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}