/***************************/
/******* CONFIG VARS *******/
/* -COLORS.SCSS */
/* DEFAULT COLORS VARS */
/* THEME COLORS VARS */
/* _TEXT.SCSS */
/* Font Library */
/* FONT PER LE ICONE */
/******* CONFIG MIXIN ******/
/* _MIXIN.SCSS */
/***************************/
/* MAIN */
/* BODY */
html {
  overflow-y: scroll; }

html.bloccoscroll {
  overflow-y: hidden; }

html, body {
  font-size: 13px;
  line-height: 1.5em;
  letter-spacing: 0.03em;
  word-spacing: 0.07em;
  font-weight: 300;
  max-width: 100%; }
  @media all and (min-width: 48em) {
    html, body {
      font-size: 14px; } }
  @media all and (min-width: 62.5em) {
    html, body {
      font-size: 15px; } }
  @media all and (min-width: 78.75em) {
    html, body {
      font-size: 16px; } }

body:after, body:before {
  content: " ";
  position: fixed;
  width: 0px;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: -1; }

body:after {
  left: inherit;
  right: 0; }

body.bloccoscroll {
  overflow: hidden; }

/* CONTENUTI --- CONTENUTI --- CONTENUTI --- CONTENUTI --- CONTENUTI --- CONTENUTI --- CONTENUTI  */
#contenuti {
  position: relative;
  z-index: 3;
  width: 100%;
  background: #fff;
  margin-top: 0; }

.wrapper {
  width: 90%;
  margin: 0 auto;
  max-width: 1280px; }

.gform_footer .wk_pulsante_alpi::after {
  height: 1em; }

.gform_footer .wk_pulsante_alpi:hover::after {
  width: 1em; }

.gform_footer .wk_pulsante_alpi:hover input {
  background-color: transparent; }

body .gform_footer .wk_pulsante_alpi > input {
  -webkit-appearance: none !important;
     -moz-appearance: none !important;
          appearance: none !important;
  padding: 0 !important;
  display: inline-block !important;
  width: auto !important;
  text-transform: lowercase !important;
  color: black !important;
  font-family: 'Outfit' !important;
  font-size: 20px !important; }
