html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, button, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, div, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0; }

/* HTML5 display-role reset for older browsers */
article, div, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
  display: block; }

* {
  box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  background-color: #f4f4f6;
  font-size: 16px; }

body {
  width: 100%;
  max-width: 1200px;
  min-height: 100vh;
  margin: 0 auto;
  background-color: #fdfdfd;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  color: #323232;
  font-size: 100%;
  line-height: 1.5; }

/*  scroll-padding-top: 15vh; 	overflow-y: scroll;*/
main {
  box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.075);
  scroll-snap-type: y proximity;
  scroll-snap-points-y: repeat(100vh); }

#webpage {
  min-height: calc(100vh - 78px); }

section {
  padding: 1.25em 2em; }

.flex-conteiner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: flex-start; }

.space-between {
  justify-content: space-between; }

.flex-conteiner img {
  max-width: 100%; }

.content {
  position: relative;
  padding: .5em .5em 1em .5em;
  width: 33.33%;
  height: auto; }

.sector-item a div {
  overflow: hidden;
  line-height: 0;
  border: 1px solid rgba(130, 130, 130, 0.25); }

.sector-item a {
  letter-spacing: normal;
  transition: letter-spacing 1s ease; }

.sector-item a img {
  transform: scale(1, 1);
  transition: transform 1s ease; }

.sector-item a:hover {
  letter-spacing: .125em;
  transition: letter-spacing 1s ease; }

.sector-item a img:hover {
  transform: scale(1.0375, 1.0375);
  transition: transform 1s ease; }

.sector-nav {
  padding: .25em .5em; }

.sector-nav a, .button {
  color: white;
  padding: .25em .75em;
  background-color: #db7500;
  box-shadow: 0 0.5em 0.75em -0.5em rgba(0, 0, 0, 0.5);
  border-radius: 3px;
  font-variant: small-caps;
  font-weight: bold; }

#breadcrumbs {
  width: 100%;
  line-height: 1;
  padding: .5em 2em .4em;
  background-color: rgba(137, 138, 7, 0.15); }

#breadcrumbs li {
  display: inline;
  list-style: none; }

footer {
  width: 100%;
  background-color: rgba(102, 102, 5, 0.9);
  font-size: .8em;
  padding: .25em 2rem;
  text-align: center;
  color: white; }

.logo {
  max-width: none;
  height: 2.25em;
  margin-bottom: .5em; }

nav .logo {
  filter: invert(50%);
  margin-bottom: 0; }

h1, h2, h3, h4 {
  line-height: 135%;
  font-weight: 300;
  display: block; }

h1 {
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5); }

h2, h3 {
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25); }

h1 {
  font-size: 1.75em;
  padding: .75em .25em .5em;
  text-align: center; }

h2 {
  font-size: 1.35em;
  padding: 0 0 .25em; }

h3, caption {
  font-size: 1.25em;
  padding: 0 0 .375em; }

h4 {
  font-size: 1em;
  padding: 0 0 .125em 0;
  font-variant: small-caps;
  text-align: center; }

/*h4.sector {font-weight:bold; letter-spacing: normal; transition: letter-spacing 1s ease;
}
a:hover > h4.sector {
	letter-spacing:.25em;
	transition:letter-spacing 1s ease;
}
*/
p, ul, em {
  font-size: .9em; }

p {
  padding: .125em 0;
  text-align: justify;
  hyphens: auto; }

strong {
  text-shadow: 0 0 1px rgba(50, 50, 50, 0.75);
  text-decoration: underline; }

em {
  font-style: italic; }

.text-box {
  padding-bottom: 1.25em; }

.text-box p {
  padding: 0 0 0 1em;
  border-left: 1px solid rgba(137, 138, 7, 0.5); }

.crono p {
  text-indent: -.5em;
  line-height: 1.35; }

.condensed {
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 105%; }

.noWrap {
  white-space: nowrap; }

.overText {
  overflow: hidden;
  text-overflow: ellipsis; }

.center {
  text-align: center; }

.service {
  padding: 0; }

.service img {
  width: 50%;
  height: 50%; }

/*ul	{
	  line-height:1.5; text-wrap:none; font-size:90%;
}
*/
img {
  max-width: 100%;
  height: auto; }

aside > img {
  max-width: none; }

a {
  color: #784000;
  text-decoration: none;
  transition: color .5s ease;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0); }

a:active {
  background-color: transparent; }

a:hover {
  color: #666605;
  transition: color .5s ease; }

a:hover > h4.sector {
  letter-spacing: .25em;
  transition: letter-spacing 1s ease; }

a.lang {
  font-size: 87.5%;
  text-decoration: underline; }

a:hover.lang {
  text-decoration: overline; }

.service ul {
  list-style: inside;
  padding: 0 2.5em 1.5em 3em;
  /* font-size:85%;*/ }

.service ul li ul {
  font-size: 95%;
  padding: 0 0 0 1.25em;
  list-style: none; }

.lazyload, .lazyloading {
  opacity: 0;
  transform: scale(1.1); }

.lazyloaded {
  opacity: 1;
  transform: scale(1);
  transition: opacity 750ms ease-in-out, transform 750ms ease-in-out; }

/* by alex */
.wholebody {
  touch-action: none;
  overscroll-behavior-y: contain; }

/* fine */
#wholepage {
  display: block;
  width: 100%;
  max-width: 1200px;
  height: 100%;
  position: fixed;
  overflow: hidden;
  user-select: none;
  user-drag: none; }

/*.wholebody footer{ position:absolute; bottom:0;
}*/
#wholepage section {
  display: flex;
  /* necessario x .glass */
  flex-direction: row;
  /* necessario x .glass */
  width: 100%;
  max-width: 1200px;
  height: 100%;
  margin: 0;
  padding: 0;
  /*overflow: hidden;*/
  transform: translate(0, 0);
  transition: transform 0.4s ease-out;
  background-color: #fdfdfd;
  scroll-snap-align: start;
  /*position: relative; 
  overflow:hidden;*/
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden; }

.page {
  overflow: hidden;
  width: 100%;
  max-width: 1200px;
  height: 100%;
  /*height:100vh;*/
  /* DA RIVEDERE (lazyload?) interpretazione altezza viewport MOBILE browser con var --vh in lazy js
  height: calc(var(--vh, 1vh) * 100); */
  transform: translate(0, 0);
  transition: transform 0.4s ease-out; }

.sectionButtonContainer {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  bottom: .5em;
  right: 50%;
  transform: translateX(50%);
    /*top: ($squareDimIconMenu + 0.0625em);
		width:$squareDimIconMenu;
		padding:.5em 0;
		*/
  -webkit-tap-highlight-color: white; }

/*.sectionButtonContainer {
	  background-color: $bkgColorIconMenu;
		opacity:.5;
}
*/
.sectionButtonContainer label, .page_selection label {
  display: inline-flex;
  width: .3em;
  height: .3em;
  border-radius: 50%;
  /* next previus page button*/
  background-color: #828282;
  box-shadow: 0 0 1px #828282;
  transition: transform 0.25s;
  cursor: pointer; }

/*by Alex*/
.sectionButtonContainer label {
  margin: .5em .25em; }

.page_selection label {
  margin: 0.5em 0.75em; }

.sectionButtonContainer label::after, .page_selection label::after {
  content: '';
  /*display: inline-flex;*/
  position: relative;
  top: -.5625em;
  left: -.5625em;
  padding: .85em; }

.sectionButtonContainer input[type=radio]:checked + label::after, .page_selection input[type=radio]:checked + label::after {
  display: none; }

.sectionButtonContainer input[type=radio]:checked + label, .page_selection input[type=radio]:checked + label {
  background-color: #898a07;
  border: 1px solid #828282;
  box-shadow: 0 0 0 2px rgba(130, 130, 130, 0.25);
  transform: scale(2);
  transition: transform 0.25s; }

/*.page_selection {
    position: absolute;
    display: flex;
    flex-direction: row;
    bottom: .5vh;
    left: 40%; 
    z-index: 999999; 
}
.page_selection,*/
@font-face {
  font-family: 'icomoon';
  src: url("fonts/icomoon.eot?147wdm");
  src: url("fonts/icomoon.eot?147wdm#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?147wdm") format("truetype"), url("fonts/icomoon.woff?147wdm") format("woff"), url("fonts/icomoon.svg?147wdm#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
  /* by ALEX */
  font-size: 2em; }
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-pencil:before {
  content: "\e802"; }

.icon-cross:before {
  content: "\e870"; }

.icon-menu:before {
  content: "\e871"; }

.icon-chevron-down:before {
  content: "\e874"; }

.icon-chevron-left:before {
  content: "\e875"; }

.icon-chevron-right:before {
  content: "\e876"; }

/* by ALEX */
.icon-menu, .icon-cross {
  font-size: 1.5em;
  padding: .35em; }

/**************** HOME FRAME 1 ********************/
.logo-home {
  min-width: 20%;
  max-width: 15%;
  position: absolute;
  top: 9%;
  left: 7%; }

.glass {
  width: 100%;
  height: 100%;
  position: absolute; }

.slide {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0px);
  max-width: none; }

.slide.lazyloaded {
  animation: sliding 1250ms ease-out 0s 1 normal forwards running; }

@keyframes sliding {
  0% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%); }
  100% {
    clip-path: polygon(0 0, 60% 0, 40% 100%, 0 100%); }
  /*posizione finale animazione */ }
.claim {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 30%;
  max-width: 15%;
  opacity: 0;
  transform: translate3d(-57%, -50%, 0px) rotate(-78.8deg); }

.claim.lazyloaded {
  opacity: 1;
  transition: opacity 750ms ease-out 1250ms; }

.arrow {
  position: absolute;
  color: #898a07;
  left: 50%;
  bottom: 1.5em;
  padding-left: 2px;
  opacity: 0; }

.arrow.lazyloaded {
  animation: arrowing 1.5s cubic-bezier(0.62, 0, 0.38, 1) 1.75s 2 normal forwards running; }

@keyframes arrowing {
  0% {
    transform: translate3d(-50%, -50%, 0px);
    font-size: 2.75em;
    opacity: 0; }
  47.5% {
    transform: translate3d(-50%, -50%, 0px);
    font-size: 2em;
    opacity: 1; }
  52.5% {
    transform: translate3d(-50%, -50%, 0px);
    font-size: 2em;
    opacity: 1; }
  100% {
    transform: translate3d(-50%, -50%, 0px);
    font-size: 2.75em;
    opacity: 0; } }
/*.ldesign { display:none}*/
.incipit {
  padding: 5% 20%;
  display: flex;
  flex-direction: column;
  justify-content: center; }

.incipit:nth-of-type(1) {
  flex-grow: 1; }

.incipit:nth-of-type(2) {
  flex-grow: 3; }

.incipit:nth-of-type(3) {
  flex-grow: 7;
  margin-bottom: 5em; }

.home-contact {
  position: absolute;
  bottom: 1.5em;
  right: 25%;
  transform: translateX(50%);
  /*box-shadow: 0px 10px 13px -7px #000000, -10px -1px 12px 16px rgba(0,0,0,0);
  border-radius:3px; font-variant:small-caps; font-weight:bold;*/ }

.home-contact a img {
  margin-left: 1em; }

/* fine HOME */
/* Wipe MENU */
.header, .side-nav {
  position: fixed;
  z-index: 3;
  overflow: hidden;
  /* X MENU HAMBURGER A SX */
  /*	position: absolute;
  top:0; left:0;*/ }

.header {
  top: 3px;
  right: 3px;
  height: 2.625em;
  width: 2.625em;
  background-color: rgba(248, 247, 246, 0.75);
  border-radius: 3px;
  /*box-shadow: 0 0 3px $bkgColorIconMenu;*/
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center; }

.header__menu-toggle {
  border: 0;
  border-style: none;
  background: none;
  /*  width: 66px; height: 66px;
    padding: 0; margin: 0;
  */
  color: #555555;
  cursor: pointer; }

.side-nav {
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  pointer-events: none; }

.side-nav--visible {
  pointer-events: auto; }

/* black trasp. mask on open menu */
.side-nav::before {
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: '';
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  will-change: opacity;
  transition: opacity 0.3s cubic-bezier(0, 0, 0.5, 1); }

.side-nav__container {
  /* X MENU A DX 
    position: relative;*/
  /* X MENU A SX */
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  width: 260px;
  max-width: 75vw;
  height: 100%;
  background-color: #f8f7f6;
  box-shadow: inset 0.25em 0 0.75em rgba(50, 50, 50, 0.3);
  /* X MENU A SX 
    transform: translateX(-102%);*/
  transform: translateX(100%);
  will-change: transform; }

.side-nav--animatable .side-nav__container {
  transition: transform 0.13s cubic-bezier(0, 0, 0.3, 1); }

.side-nav--visible.side-nav--animatable .side-nav__container {
  transition: transform 0.33s cubic-bezier(0, 0, 0.3, 1); }

.side-nav--visible::before {
  opacity: 1; }

.side-nav--visible .side-nav__container {
  transform: none; }

.side-nav__hide {
  position: absolute;
  /*z-index:10;*/
  top: .6em;
  right: .6em;
  background: none;
  border: 0;
  border-collapse: collapse;
  border-style: none;
  color: #555555;
  padding: 0;
  /* width: 36px; height: 36px;
    margin: 0;*/
  cursor: pointer; }

.side-nav__header {
  /*color: white;*/
  padding: .75em;
  /*  display: flex;
    justify-content: flex-end;
  	align-items:center;
    align-items:baseline;
  	justify-content: space-between;
  */ }

/* language similar icons */
/*.side-nav__header h2 a {
	display:inline-block; width:1.5em; height:1.5em; border:2px solid #0C6; border-radius:50%;
}
*/
.identity {
  font-size: .625em;
  text-transform: uppercase;
  opacity: .65;
  padding-bottom: 1.25em;
  display: block; }

.side-nav__content {
  padding-bottom: 1em;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  line-height: 125%;
  font-size: 95%; }

.side-nav__content li a {
  display: block;
  padding: .25em .25em .25em .75em;
  font-variant: small-caps;
  color: #666605;
  font-weight: bold; }

.side-nav__content li a:hover {
  background-color: #db7500;
  color: white; }

.side-nav__content li ul li a {
  padding-left: 1.75em;
  font-weight: normal; }

select, input, textarea, optgroup, option {
  font-family: "Courier New", Courier, mono, monospace;
  outline: none;
  font-size: 1em; }

button {
  font-family: 'Open Sans', sans-serif;
  font-size: 1em; }

button h3, .like-button h3 {
  box-shadow: 2px 2px 5px #999;
  color: white;
  padding: .25em;
  border-radius: 3px; }

/*button[type=submit]:hover h3 {}*/
button[type=submit]:active h3, .like-button h3:active {
  position: relative;
  top: 3px;
  box-shadow: 1px 1px 3px #999;
  text-shadow: 0 0 3px white; }

select, textarea,
input[type=text],
input[type=url],
input[type=email],
input[type=password],
input[type=tel],
input[type=number] {
  display: inline-block;
  flex-basis: 100%;
  margin: 0 .75em 0;
  height: 2em;
  padding: .5em;
  border: 1px solid rgba(162, 87, 0, 0.75);
  box-shadow: 0 0 3px #a25700 inset;
  background-color: #f2f1ef; }

textarea {
  height: 13.25em;
  resize: vertical; }

select:focus,
input[type=text]:focus,
input[type=url]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=tel]:focus,
input[type=number]:focus,
input[type=checkbox]:focus,
textarea:focus {
  border: 1px solid rgba(120, 64, 0, 0.75);
  box-shadow: 0 0 3px #784000 inset;
  background-color: #f8f7f6; }

select:hover,
input[type=text]:hover,
input[type=url]:hover,
input[type=email]:hover,
input[type=password]:hover,
input[type=tel]:hover,
input[type=number]:hover,
input[type=checkbox]:hover,
textarea:hover {
  border: 1px solid rgba(120, 64, 0, 0.75);
  box-shadow: 0 0 3px #784000 inset; }

.icon-pencil {
  margin: 0;
  vertical-align: middle;
  font-size: 1.25em; }

input:required:focus + .icon-pencil, select:required:focus + .icon-pencil, textarea:required:focus + .icon-pencil {
  color: #828282; }

input:invalid + .icon-pencil, select:invalid + .icon-pencil, textarea:invalid + .icon-pencil {
  color: #a25700; }

input:valid + .icon-pencil, select:valid + .icon-pencil, textarea:valid + .icon-pencil {
  color: #898a07; }

input[type=checkbox]:required + .icon-pencil {
  color: #784000; }

input[type=checkbox]:checked + .icon-pencil {
  color: #b9ba09; }

input[type=radio], input[type=checkbox] {
  outline-color: #666605;
  color: #666605;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  margin: 0;
  cursor: pointer; }

fieldset {
  margin: 1em 25% 2em 0;
  padding-bottom: 1em;
  border-radius: 5px;
  background-color: rgba(137, 138, 7, 0.5); }

legend {
  /*font-size: 1.25em;*/
  font-variant: small-caps;
  color: white;
  background-color: rgba(102, 102, 5, 0.75);
  padding: .25rem .75rem;
  width: auto;
  position: relative;
  top: -.55rem; }

fieldset > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: .0 .75rem 0 0; }

fieldset label {
  display: block;
  font-size: .9em;
  padding: .5rem .75rem 0; }

optgroup, option {
  padding-left: .25em;
  margin: 0;
  font-style: normal; }

optgroup {
  font-style: italic; }

label.error {
  color: #784000;
  opacity: .5;
  float: right;
  margin-right: 10%;
  font-size: 85%; }

@media only screen and (max-width: 640px), (max-height: 420px) {
  /*body { font-size:97.5%;}*/
  section {
    padding: .5em 1em; }

  #webpage {
    min-height: calc(100vh - 62px); }

  .incipit {
    padding: 2.5% 12.5% 0;
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 105%; }

  h4 {
    font-size: .85em; }

  h1 {
    padding: .25em .75em .25em 0; }

  /*	.flex-conteiner	{padding:1em .75em}*/
  .content {
    width: 50%;
    padding: .5em; }

  .sector-nav {
    padding: .25em; }

  .sector-nav a {
    padding: .25em .375em;
    font-size: 90%; }

  .service ul, .service img {
    width: 100%;
    height: 100%; }

  .service ul {
    padding: 0 0 1.5em 1em; }

  /*.logo {min-width: 22.5%;}*/
  .ldesign {
    min-width: 40%; }

  .claim {
    min-width: 45%;
    bottom: 7%; }

  footer {
    padding: .25em 1.25em;
    line-height: 1;
    font-family: 'Open Sans Condensed', sans-serif; }

  /*$squareDimIconMenu: $squareDimIconMenu * 9 / 10;
  	.header {
  		height:$squareDimIconMenu;
  		width:$squareDimIconMenu;
  	}
  */
  .home-contact {
    bottom: 1em; }

  #breadcrumbs {
    padding: .5em 1.25em;
    font-size: 90%; }

  fieldset {
    margin-right: 7.5%; } }
@media only screen and (min-width: 640px), (max-height: 420px) {
  .claim {
    min-width: 30%; } }
@media only screen and (max-width: 480px) {
  /*.logo {min-width: 25%;}*/ }
@media only screen and (max-width: 414px) {
  .flex-content {
    flex: 100%; } }
@media only screen and (min-width: 769px) {
  .text-box {
    column-count: 2;
    column-gap: 2em; } }
@media only screen and (min-width: 1200px) {
  .header {
    /* SASS BUG: non risolve la VAR $pagewidth
    	right:calc((100% - $pagewidth)/2);*/
    right: calc(((100% - 1200px)/2) + 3px); }

  .side-nav {
    right: calc((100% - 1200px)/2); } }
#lightdesign {
  position: relative; }

#lightdesign img {
  position: absolute;
  animation: lightdesign 12s infinite; }

@keyframes lightdesign {
  0% {
    opacity: 1; }
  32% {
    opacity: 1; }
  33.333% {
    opacity: 0; }
  98.667% {
    opacity: 0; }
  100% {
    opacity: 1; } }
#lightdesign img:nth-of-type(1) {
  animation-delay: 2s; }

#lightdesign img:nth-of-type(2) {
  animation-delay: 6s;
  opacity: 0; }

#lightdesign img:nth-of-type(3) {
  animation-delay: 10s;
  opacity: 0;
  position: relative; }

/*# sourceMappingURL=zrlight.css.map */
