@charset "UTF-8";
/* Segheria Lombardi © 2018 */
/* line 5, ../../../../../../../../../../.gem/ruby/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, 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, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../../../../../../../.gem/ruby/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../../../../../../.gem/ruby/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../../../../../../.gem/ruby/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../../../../../../.gem/ruby/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../../../../../../.gem/ruby/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../../../../../../.gem/ruby/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../../../../../../.gem/ruby/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../../../../../../.gem/ruby/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* Grid Layout */
/* Compass CSS3 Mixins */
/*------------------------------------*\
  LAYOUT VARIABLES
\*------------------------------------*/
/*------------------------------------*\
  FONTS VARIABLES
\*------------------------------------*/
/*------------------------------------*\
  GRID VARIABLES
\*------------------------------------*/
/* 64px*/
/* 16px*/
/*------------------------------------*\
   FONT MIXINS
\*------------------------------------*/
/*------------------------------------*\
   BACKGROUND OPACITY MIXINS
\*------------------------------------*/
/*------------------------------------*\
   ITEMS MIXINS
\*------------------------------------*/
/*------------------------------------*\
   CENTER COLUMN
\*------------------------------------*/
/*------------------------------------*\
   TRANSITIONS MIXINS
\*------------------------------------*/
/*------------------------------------*\
   CENTER HORIZONTALLY ABSOLUTE ELEMENT
\*------------------------------------*/
/*------------------------------------*\
   SAME HEIGHT
\*------------------------------------*/
/*------------------------------------*\
   BUTTON
\*------------------------------------*/
/*------------------------------------*\
   BUTTON ICON
\*------------------------------------*/
/*------------------------------------*\
   OVERLAY
\*------------------------------------*/
/*------------------------------------*\
   IE MIXINS
\*------------------------------------*/
/* ken burns effect */
@keyframes kenburns {
  0% {
    -moz-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }
  30% {
    -moz-transform: translate(-48%, -48%) scale(1.2);
    -ms-transform: translate(-48%, -48%) scale(1.2);
    -webkit-transform: translate(-48%, -48%) scale(1.2);
    transform: translate(-48%, -48%) scale(1.2);
  }
  100% {
    -moz-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }
}
/*------------------------------------*\
   COMMONS
\*------------------------------------*/
/* line 4, ../sass/_base.scss */
body, div, p {
  font-family: "Source Sans Pro", sans-serif;
  color: #6f625a;
}

/* line 8, ../sass/_base.scss */
body {
  width: 100%;
  font-family: "Source Sans Pro", sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  background-color: #fff;
}

/* line 17, ../sass/_base.scss */
*:focus {
  outline: none;
}

/* line 20, ../sass/_base.scss */
input[type="text"],
input[type="submit"],
input[type="email"],
input[type="tel"] {
  -webkit-appearance: none;
  border-radius: 0;
}

/* line 27, ../sass/_base.scss */
a {
  color: #6f625a;
}

/* line 31, ../sass/_base.scss */
h4, strong {
  font-weight: 600;
}

/*------------------------------------*\
   LAYOUT
\*------------------------------------*/
/* line 6, ../sass/_layout.scss */
.full {
  width: 100%;
}

/* line 9, ../sass/_layout.scss */
.grid {
  *zoom: 1;
  max-width: 464px;
  max-width: 29rem;
  _width: 464px;
  padding-left: 16px;
  padding-left: 1rem;
  padding-right: 16px;
  padding-right: 1rem;
  margin-left: auto;
  margin-right: auto;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /*@include susy-grid-background;*/
}
/* line 38, ../../../../../../../../../../.gem/ruby/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
.grid:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 39em) {
  /* line 9, ../sass/_layout.scss */
  .grid {
    *zoom: 1;
    max-width: 624px;
    max-width: 39rem;
    padding-left: 16px;
    padding-left: 1rem;
    padding-right: 16px;
    padding-right: 1rem;
    margin-left: auto;
    margin-right: auto;
  }
  /* line 38, ../../../../../../../../../../.gem/ruby/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
  .grid:after {
    content: "";
    display: table;
    clear: both;
  }
}
@media (min-width: 59em) {
  /* line 9, ../sass/_layout.scss */
  .grid {
    *zoom: 1;
    max-width: 944px;
    max-width: 59rem;
    padding-left: 16px;
    padding-left: 1rem;
    padding-right: 16px;
    padding-right: 1rem;
    margin-left: auto;
    margin-right: auto;
  }
  /* line 38, ../../../../../../../../../../.gem/ruby/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
  .grid:after {
    content: "";
    display: table;
    clear: both;
  }
}
@media (min-width: 69em) {
  /* line 9, ../sass/_layout.scss */
  .grid {
    *zoom: 1;
    max-width: 1104px;
    max-width: 69rem;
    padding-left: 16px;
    padding-left: 1rem;
    padding-right: 16px;
    padding-right: 1rem;
    margin-left: auto;
    margin-right: auto;
  }
  /* line 38, ../../../../../../../../../../.gem/ruby/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
  .grid:after {
    content: "";
    display: table;
    clear: both;
  }
}
/* line 87, ../../../../../../../../../../.gem/ruby/2.6.0/gems/susy-2.2.14/sass/susy/language/susyone/_media.scss */
.no-mediaqueries .grid {
  *zoom: 1;
  max-width: 1104px;
  max-width: 69rem;
  _width: 1104px;
  padding-left: 16px;
  padding-left: 1rem;
  padding-right: 16px;
  padding-right: 1rem;
  margin-left: auto;
  margin-right: auto;
}
/* line 38, ../../../../../../../../../../.gem/ruby/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
.no-mediaqueries .grid:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 89em) {
  /* line 9, ../sass/_layout.scss */
  .grid {
    *zoom: 1;
    max-width: 1424px;
    max-width: 89rem;
    padding-left: 16px;
    padding-left: 1rem;
    padding-right: 16px;
    padding-right: 1rem;
    margin-left: auto;
    margin-right: auto;
  }
  /* line 38, ../../../../../../../../../../.gem/ruby/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
  .grid:after {
    content: "";
    display: table;
    clear: both;
  }
}

/* line 14, ../sass/_layout.scss */
.no-mediaqueries .grid {
  width: 1200px !important;
  max-width: 1200px !important;
}

/*------------------------------------*\
   CONTENT
\*------------------------------------*/
/* line 21, ../sass/_layout.scss */
.col-1 {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (min-width: 59em) {
  /* line 21, ../sass/_layout.scss */
  .col-1 {
    width: 49.15254%;
    float: left;
    margin-right: 1.69492%;
  }
  /* line 25, ../sass/_layout.scss */
  .col-1.one-col {
    width: 100%;
    float: left;
    margin-right: 1.69492%;
  }
}
/* line 87, ../../../../../../../../../../.gem/ruby/2.6.0/gems/susy-2.2.14/sass/susy/language/susyone/_media.scss */
.no-mediaqueries .col-1 {
  width: 49.15254%;
  float: left;
  margin-right: 1.69492%;
  display: inline;
}
/* line 25, ../sass/_layout.scss */
.no-mediaqueries .col-1.one-col {
  width: 100%;
  float: left;
  margin-right: 1.69492%;
  display: inline;
}

/* line 30, ../sass/_layout.scss */
.col-2 {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (min-width: 59em) {
  /* line 30, ../sass/_layout.scss */
  .col-2 {
    width: 49.15254%;
    float: right;
    margin-right: 0;
  }
}
/* line 87, ../../../../../../../../../../.gem/ruby/2.6.0/gems/susy-2.2.14/sass/susy/language/susyone/_media.scss */
.no-mediaqueries .col-2 {
  width: 49.15254%;
  float: right;
  margin-right: 0;
  *margin-left: -1rem;
  display: inline;
}

/* line 37, ../sass/_layout.scss */
.galleries li {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (min-width: 59em) {
  /* line 37, ../sass/_layout.scss */
  .galleries li {
    width: 49.15254%;
    float: left;
    margin-right: 1.69492%;
    margin-right: -100%;
  }
  /* line 42, ../../../../../../../../../../.gem/ruby/2.6.0/gems/susy-2.2.14/sass/susy/language/susyone/_isolation.scss */
  .galleries li:nth-child(2n + 1) {
    margin-left: 0%;
    clear: left;
  }
  /* line 42, ../../../../../../../../../../.gem/ruby/2.6.0/gems/susy-2.2.14/sass/susy/language/susyone/_isolation.scss */
  .galleries li:nth-child(2n + 2) {
    margin-left: 50.84746%;
    clear: none;
  }
}
/* line 87, ../../../../../../../../../../.gem/ruby/2.6.0/gems/susy-2.2.14/sass/susy/language/susyone/_media.scss */
.no-mediaqueries .galleries li {
  width: 49.15254%;
  float: left;
  margin-right: 1.69492%;
  display: inline;
  margin-right: -100%;
}
/* line 42, ../../../../../../../../../../.gem/ruby/2.6.0/gems/susy-2.2.14/sass/susy/language/susyone/_isolation.scss */
.no-mediaqueries .galleries li:nth-child(2n + 1) {
  margin-left: 0%;
  clear: left;
}
/* line 42, ../../../../../../../../../../.gem/ruby/2.6.0/gems/susy-2.2.14/sass/susy/language/susyone/_isolation.scss */
.no-mediaqueries .galleries li:nth-child(2n + 2) {
  margin-left: 50.84746%;
  clear: none;
}

/*------------------------------------*\
   FOOTER
\*------------------------------------*/
/* line 48, ../sass/_layout.scss */
footer .box-footer {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (min-width: 59em) {
  /* line 48, ../sass/_layout.scss */
  footer .box-footer {
    width: 32.20339%;
    float: left;
    margin-right: 1.69492%;
    margin-right: -100%;
  }
  /* line 42, ../../../../../../../../../../.gem/ruby/2.6.0/gems/susy-2.2.14/sass/susy/language/susyone/_isolation.scss */
  footer .box-footer:nth-child(3n + 1) {
    margin-left: 0%;
    clear: left;
  }
  /* line 42, ../../../../../../../../../../.gem/ruby/2.6.0/gems/susy-2.2.14/sass/susy/language/susyone/_isolation.scss */
  footer .box-footer:nth-child(3n + 2) {
    margin-left: 33.89831%;
    clear: none;
  }
  /* line 42, ../../../../../../../../../../.gem/ruby/2.6.0/gems/susy-2.2.14/sass/susy/language/susyone/_isolation.scss */
  footer .box-footer:nth-child(3n + 3) {
    margin-left: 67.79661%;
    clear: none;
  }
}
/* line 87, ../../../../../../../../../../.gem/ruby/2.6.0/gems/susy-2.2.14/sass/susy/language/susyone/_media.scss */
.no-mediaqueries footer .box-footer {
  width: 32.20339%;
  float: left;
  margin-right: 1.69492%;
  display: inline;
  margin-right: -100%;
}
/* line 42, ../../../../../../../../../../.gem/ruby/2.6.0/gems/susy-2.2.14/sass/susy/language/susyone/_isolation.scss */
.no-mediaqueries footer .box-footer:nth-child(3n + 1) {
  margin-left: 0%;
  clear: left;
}
/* line 42, ../../../../../../../../../../.gem/ruby/2.6.0/gems/susy-2.2.14/sass/susy/language/susyone/_isolation.scss */
.no-mediaqueries footer .box-footer:nth-child(3n + 2) {
  margin-left: 33.89831%;
  clear: none;
}
/* line 42, ../../../../../../../../../../.gem/ruby/2.6.0/gems/susy-2.2.14/sass/susy/language/susyone/_isolation.scss */
.no-mediaqueries footer .box-footer:nth-child(3n + 3) {
  margin-left: 67.79661%;
  clear: none;
}

/* line 1, ../sass/_header.scss */
header {
  width: 100%;
  height: 0;
  padding-bottom: 44.166%;
  overflow: hidden;
  position: relative;
}
/* line 7, ../sass/_header.scss */
header:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(111, 98, 90, 0.2);
  pointer-events: none;
}
/* line 19, ../sass/_header.scss */
header .bg {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
  z-index: -1;
}
/* line 28, ../sass/_header.scss */
header div.bg {
  height: 100%;
}
/* line 30, ../sass/_header.scss */
header div.bg iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 150%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/* line 39, ../sass/_header.scss */
header img.bg {
  animation-name: kenburns;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-duration: 60s;
}
/* line 45, ../sass/_header.scss */
header .header-content {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
/* line 52, ../sass/_header.scss */
header .header-content h1 {
  font-size: 1.5rem;
  font-weight: 600;
  color: #fff;
  text-align: center;
}
@media (min-width: 59em) {
  /* line 52, ../sass/_header.scss */
  header .header-content h1 {
    font-size: 3.5rem;
  }
}
/* line 61, ../sass/_header.scss */
header .header-content h2 {
  text-align: center;
  margin-top: .5rem;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
}
@media (min-width: 59em) {
  /* line 61, ../sass/_header.scss */
  header .header-content h2 {
    font-size: 1.75rem;
  }
}
/* line 71, ../sass/_header.scss */
header .header-content h1, header .header-content h2 {
  text-shadow: rgba(111, 98, 90, 0.7) 1px 1px 0, rgba(111, 98, 90, 0.7) -1px -1px 0;
}
/* line 75, ../sass/_header.scss */
header .progressbar {
  width: 100%;
  height: .5rem;
  position: absolute;
  background: #6f625a;
  left: 0;
  bottom: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=85);
  opacity: 0.85;
}
@media (min-width: 59em) {
  /* line 75, ../sass/_header.scss */
  header .progressbar {
    height: 1rem;
  }
}
/* line 86, ../sass/_header.scss */
header .progressbar .progressbarYellow {
  background: #ffc72a;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: .5rem;
}
@media (min-width: 59em) {
  /* line 86, ../sass/_header.scss */
  header .progressbar .progressbarYellow {
    height: 1rem;
  }
}

/* line 100, ../sass/_header.scss */
.logo {
  position: relative;
  z-index: 2;
  padding-top: 1rem;
  padding-bottom: .5rem;
  float: left;
  width: 6rem;
  height: auto;
}
@media (min-width: 39em) {
  /* line 100, ../sass/_header.scss */
  .logo {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }
}
@media (min-width: 59em) {
  /* line 100, ../sass/_header.scss */
  .logo {
    width: auto;
  }
}
/* line 116, ../sass/_header.scss */
.logo img {
  max-width: 100%;
  height: auto;
}

/* line 121, ../sass/_header.scss */
.menu-toggler {
  display: block;
  position: fixed;
  top: 1rem;
  right: 1rem;
  color: #ffc72a;
  font-size: 2rem;
  z-index: 4;
  text-decoration: none;
  text-shadow: 0 0 5px rgba(111, 98, 90, 0.8);
  text-shadow: 0 0 5px 2px rgba(111, 98, 90, 0.8);
}
/* line 132, ../sass/_header.scss */
.menu-toggler.menu-active i {
  display: none;
}
/* line 135, ../sass/_header.scss */
.menu-toggler.menu-active:after {
  content: "\f057";
  font-family: 'FontAwesome';
  text-decoration: none;
}
@media (min-width: 39em) {
  /* line 121, ../sass/_header.scss */
  .menu-toggler {
    display: none;
  }
}

/* line 145, ../sass/_header.scss */
.menu-wrap {
  position: relative;
}
/* line 147, ../sass/_header.scss */
.menu-wrap .logoTrentino {
  position: absolute;
  top: 1rem;
  right: 2.5rem;
  height: 2.375rem;
  width: auto;
}
@media (min-width: 39em) {
  /* line 147, ../sass/_header.scss */
  .menu-wrap .logoTrentino {
    top: 1rem;
    right: 0;
  }
}

/* line 159, ../sass/_header.scss */
.primary-menu {
  position: fixed;
  left: 100vw;
  border-left: 0.5rem solid #ffc72a;
  padding-left: 1rem;
  background: rgba(111, 98, 90, 0.5);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.33s;
  -o-transition-duration: 0.33s;
  -webkit-transition-duration: 0.33s;
  transition-duration: 0.33s;
  width: 100vw;
  height: 100vh;
  overflow: auto;
  background: rgba(111, 98, 90, 0.85);
  z-index: 3;
  overflow: visible;
}
/* line 167, ../sass/_header.scss */
.primary-menu.menu-active {
  left: 0;
  background: rgba(111, 98, 90, 0.95);
}
@media (min-width: 39em) {
  /* line 159, ../sass/_header.scss */
  .primary-menu {
    position: relative;
    left: auto;
    float: right;
    width: auto;
    height: auto;
    background: none;
    border-left: 0;
    padding-left: 0;
    padding-top: 1.75rem;
  }
  /* line 185, ../sass/_header.scss */
  .primary-menu.menu-active {
    left: auto;
    background: none;
  }
}
/* line 194, ../sass/_header.scss */
.primary-menu ul.nav {
  position: relative;
}
/* line 196, ../sass/_header.scss */
.primary-menu ul.nav li {
  display: block;
  font-size: 1.3125rem;
  line-height: 2;
}
@media (min-width: 39em) {
  /* line 196, ../sass/_header.scss */
  .primary-menu ul.nav li {
    font-size: 0.875rem;
    display: inline-block;
    padding: 0 0 0 .75rem;
  }
}
@media (min-width: 59em) {
  /* line 196, ../sass/_header.scss */
  .primary-menu ul.nav li {
    font-size: 1rem;
  }
}
@media (min-width: 69em) {
  /* line 196, ../sass/_header.scss */
  .primary-menu ul.nav li {
    font-size: 1.3125rem;
    padding: 0 0 0 2rem;
  }
}
/* line 214, ../sass/_header.scss */
.primary-menu ul.nav li a {
  display: inline-block;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: none;
  vertical-align: middle;
  position: relative;
}
/* line 226, ../sass/_header.scss */
.primary-menu ul.nav li a:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 3px;
  z-index: 1;
  background: #ffc72a;
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  -moz-transition-property: width;
  -o-transition-property: width;
  -webkit-transition-property: width;
  transition-property: width;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  pointer-events: none;
}
@media (min-width: 39em) {
  /* line 226, ../sass/_header.scss */
  .primary-menu ul.nav li a:after {
    height: 7px;
    margin-bottom: .5rem;
  }
}
/* line 254, ../sass/_header.scss */
.primary-menu ul.nav li.current-menu-item > a:after, .primary-menu ul.nav li.current-menu-ancestor > a:after, .primary-menu ul.nav li:hover > a:after {
  width: 100%;
}
/* line 258, ../sass/_header.scss */
.primary-menu ul.nav li ul.sub-menu {
  padding-left: 1rem;
}
/* line 260, ../sass/_header.scss */
.primary-menu ul.nav li ul.sub-menu li {
  font-size: 1rem;
  line-height: 1;
  padding-bottom: 6px;
}
@media (min-width: 39em) {
  /* line 258, ../sass/_header.scss */
  .primary-menu ul.nav li ul.sub-menu {
    padding-left: 0;
    position: absolute;
    top: 100%;
    left: 0;
    max-height: 0;
    width: 100%;
    overflow: hidden;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -moz-transition-property: all;
    -o-transition-property: all;
    -webkit-transition-property: all;
    transition-property: all;
    -moz-transition-duration: 0.33s;
    -o-transition-duration: 0.33s;
    -webkit-transition-duration: 0.33s;
    transition-duration: 0.33s;
  }
  /* line 276, ../sass/_header.scss */
  .primary-menu ul.nav li ul.sub-menu li {
    -webkit-flex-shrink: 1;
    flex-shrink: 1;
    display: block;
    background: #fff;
    margin: 0;
    height: auto;
    line-height: 2;
    float: left;
    text-align: center;
    font-size: 1.3125rem;
    padding: 0;
  }
  /* line 288, ../sass/_header.scss */
  .primary-menu ul.nav li ul.sub-menu li a {
    padding: 1rem;
    color: #ffc72a;
  }
  /* line 291, ../sass/_header.scss */
  .primary-menu ul.nav li ul.sub-menu li a:after {
    display: none;
  }
  /* line 295, ../sass/_header.scss */
  .primary-menu ul.nav li ul.sub-menu li.current-menu-item, .primary-menu ul.nav li ul.sub-menu li:hover {
    background: #ffc72a;
  }
  /* line 298, ../sass/_header.scss */
  .primary-menu ul.nav li ul.sub-menu li.current-menu-item a, .primary-menu ul.nav li ul.sub-menu li:hover a {
    color: #fff;
  }
}
/* line 306, ../sass/_header.scss */
.primary-menu ul.nav li:hover ul.sub-menu {
  max-height: 100vh;
}
@media (min-width: 39em) {
  /* line 312, ../sass/_header.scss */
  .primary-menu ul.nav > li {
    line-height: 5.3125rem;
  }
}

/* line 320, ../sass/_header.scss */
.sticky-wrapper .sticky {
  background: rgba(255, 199, 42, 0);
  -moz-box-shadow: 2px 0 2px 0 rgba(111, 98, 90, 0);
  -webkit-box-shadow: 2px 0 2px 0 rgba(111, 98, 90, 0);
  box-shadow: 2px 0 2px 0 rgba(111, 98, 90, 0);
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.33s;
  -o-transition-duration: 0.33s;
  -webkit-transition-duration: 0.33s;
  transition-duration: 0.33s;
}
/* line 325, ../sass/_header.scss */
.sticky-wrapper.is-sticky .sticky {
  background: #ffc72a;
  -moz-box-shadow: 2px 0 2px 0 rgba(111, 98, 90, 0.667);
  -webkit-box-shadow: 2px 0 2px 0 rgba(111, 98, 90, 0.667);
  box-shadow: 2px 0 2px 0 rgba(111, 98, 90, 0.667);
}
/* line 328, ../sass/_header.scss */
.sticky-wrapper.is-sticky .sticky .menu-toggler {
  color: #fff;
  text-shadow: 0 0 1px rgba(111, 98, 90, 0.667);
}
/* line 332, ../sass/_header.scss */
.sticky-wrapper.is-sticky .sticky ul.nav li a:after {
  background: #fff;
}

/* line 1, ../sass/_content.scss */
.highlight {
  background: #ffc72a;
  padding: 1rem 0;
}
@media (min-width: 59em) {
  /* line 1, ../sass/_content.scss */
  .highlight {
    padding: 2rem 0;
  }
}
/* line 8, ../sass/_content.scss */
.highlight .menurepeater:after {
  content: "";
  display: block;
  clear: both;
}
/* line 15, ../sass/_content.scss */
.highlight .primary-menu ul.nav li a:after {
  background: #fff;
}
/* line 18, ../sass/_content.scss */
.highlight .primary-menu ul.nav li:hover > ul.sub-menu {
  -moz-box-shadow: 0 1px 5px 0 rgba(111, 98, 90, 0.667);
  -webkit-box-shadow: 0 1px 5px 0 rgba(111, 98, 90, 0.667);
  box-shadow: 0 1px 5px 0 rgba(111, 98, 90, 0.667);
}
/* line 22, ../sass/_content.scss */
.highlight .menurepeater {
  display: none;
}
@media (min-width: 39em) {
  /* line 22, ../sass/_content.scss */
  .highlight .menurepeater {
    display: block;
  }
}
/* line 28, ../sass/_content.scss */
.page-template-page-bianca .highlight {
  background: #fff;
}
/* line 37, ../sass/_content.scss */
.page-template-page-bianca .highlight .menurepeater li a {
  color: #6f625a;
}
/* line 41, ../sass/_content.scss */
.page-template-page-bianca .highlight .menurepeater ul.nav li a:after {
  background: #ffc72a;
}
/* line 46, ../sass/_content.scss */
.page-template-page-bianca .highlight .main-content {
  padding: 3rem 0;
}
/* line 48, ../sass/_content.scss */
.page-template-page-bianca .highlight .main-content h3 {
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 2.625rem;
}
@media (min-width: 39em) {
  /* line 48, ../sass/_content.scss */
  .page-template-page-bianca .highlight .main-content h3 {
    font-size: 2.625rem;
  }
}
/* line 59, ../sass/_content.scss */
.highlight .main-content,
.highlight .highlight-content {
  font-size: 1.3125rem;
  text-align: center;
}
/* line 63, ../sass/_content.scss */
.highlight .main-content p,
.highlight .highlight-content p {
  line-height: 1.5;
  margin-bottom: 1rem;
}
@media (min-width: 59em) {
  /* line 63, ../sass/_content.scss */
  .highlight .main-content p,
  .highlight .highlight-content p {
    width: 66.67%;
    margin: 0 auto;
    margin-bottom: 1rem;
  }
}
/* line 72, ../sass/_content.scss */
.highlight .main-content:before,
.highlight .highlight-content:before {
  content: "";
  display: block;
  clear: both;
}
/* line 78, ../sass/_content.scss */
.highlight .highlight-content {
  min-height: 24rem;
  background: url("../images/Elemento-Pattern.png") no-repeat center center;
  position: relative;
}
@media (min-width: 59em) {
  /* line 78, ../sass/_content.scss */
  .highlight .highlight-content {
    width: 50%;
    margin: 0 auto;
    padding: 2rem 0;
  }
}
/* line 87, ../sass/_content.scss */
.highlight .highlight-content h3 {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 1.75rem;
  font-weight: 600;
  text-align: center;
  width: 100%;
  line-height: 1.5;
}
@media (min-width: 39em) {
  /* line 87, ../sass/_content.scss */
  .highlight .highlight-content h3 {
    font-size: 2.625rem;
  }
}

/* line 104, ../sass/_content.scss */
.content {
  padding: 1rem 0;
}
@media (min-width: 59em) {
  /* line 104, ../sass/_content.scss */
  .content {
    padding: 2rem 0;
  }
}
/* line 109, ../sass/_content.scss */
.content .grid {
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
/* line 112, ../sass/_content.scss */
.content .grid .gallery-item {
  width: 50%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (min-width: 39em) {
  /* line 112, ../sass/_content.scss */
  .content .grid .gallery-item {
    width: 33.333%;
  }
}
/* line 118, ../sass/_content.scss */
.content .grid .gallery-item:nth-child(1), .content .grid .gallery-item:nth-child(2) {
  width: 50%;
}
/* line 122, ../sass/_content.scss */
.content .grid .gallery-item a {
  display: block;
  position: relative;
}
/* line 125, ../sass/_content.scss */
.content .grid .gallery-item a:before {
  content: "";
  color: #fff;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(111, 98, 90, 0);
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.33s;
  -o-transition-duration: 0.33s;
  -webkit-transition-duration: 0.33s;
  transition-duration: 0.33s;
  z-index: 1;
  border: 0.5rem solid #fff;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 142, ../sass/_content.scss */
.content .grid .gallery-item a:after {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: "\f002";
  font-family: 'FontAwesome';
  font-size: 4rem;
  color: #ffc72a;
  z-index: 2;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.33s;
  -o-transition-duration: 0.33s;
  -webkit-transition-duration: 0.33s;
  transition-duration: 0.33s;
}
/* line 155, ../sass/_content.scss */
.content .grid .gallery-item a:hover:before {
  background: rgba(111, 98, 90, 0.6);
}
/* line 158, ../sass/_content.scss */
.content .grid .gallery-item a:hover:after {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
/* line 161, ../sass/_content.scss */
.content .grid .gallery-item a img {
  width: 100%;
  height: auto;
  display: block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 0.5rem solid #fff;
}
/* line 171, ../sass/_content.scss */
.content.cta-container {
  display: flex;
  align-items: stretch;
}
/* line 174, ../sass/_content.scss */
.content.cta-container .cta-item {
  background: #ffc72a;
  text-align: center;
  margin-bottom: 1.5rem;
  position: relative;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (min-width: 39em) {
  /* line 174, ../sass/_content.scss */
  .content.cta-container .cta-item {
    width: 49.15254%;
    float: left;
    margin-right: 1.69492%;
  }
  /* line 194, ../../../../../../../../../../.gem/ruby/2.6.0/gems/susy-2.2.14/sass/susy/language/susyone/_grid.scss */
  .content.cta-container .cta-item:nth-child(2n) {
    float: right;
    margin-right: 0;
  }
}
@media (min-width: 69em) {
  /* line 174, ../sass/_content.scss */
  .content.cta-container .cta-item {
    width: 23.72881%;
    float: left;
    margin-right: 1.69492%;
  }
  /* line 271, ../../../../../../../../../../.gem/ruby/2.6.0/gems/susy-2.2.14/sass/susy/language/susyone/_grid.scss */
  .content.cta-container .cta-item:nth-child(2n) {
    float: left;
    margin-right: 1.44928%;
  }
  /* line 194, ../../../../../../../../../../.gem/ruby/2.6.0/gems/susy-2.2.14/sass/susy/language/susyone/_grid.scss */
  .content.cta-container .cta-item:nth-child(4n) {
    float: right;
    margin-right: 0;
  }
}
/* line 191, ../sass/_content.scss */
.content.cta-container .cta-item img, .content.cta-container .cta-item h4, .content.cta-container .cta-item p, .content.cta-container .cta-item .cta-wrapper {
  padding-left: 2rem;
  padding-right: 2rem;
  padding-bottom: 2rem;
}
/* line 196, ../sass/_content.scss */
.content.cta-container .cta-item h4 {
  font-size: 1.75rem;
  font-weight: 600;
}
/* line 200, ../sass/_content.scss */
.content.cta-container .cta-item p {
  line-height: 1.5;
}
/* line 203, ../sass/_content.scss */
.content.cta-container .cta-item img {
  padding-top: 2rem;
}
/* line 206, ../sass/_content.scss */
.content.cta-container .cta-item .cta-item-testi {
  padding-bottom: 4rem;
}
/* line 209, ../sass/_content.scss */
.content.cta-container .cta-item .cta-wrapper {
  overflow: hidden;
}
/* line 211, ../sass/_content.scss */
.content.cta-container .cta-item .cta-wrapper a {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #6f625a;
  line-height: 2.5;
  padding: 0 2rem;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.33s;
  -o-transition-duration: 0.33s;
  -webkit-transition-duration: 0.33s;
  transition-duration: 0.33s;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  text-decoration: none;
}
/* line 225, ../sass/_content.scss */
.content.cta-container .cta-item .cta-wrapper a:hover {
  background: #ffc72a;
}
/* line 233, ../sass/_content.scss */
.content .cont-filtri ul {
  margin-top: .5rem;
}
/* line 235, ../sass/_content.scss */
.content .cont-filtri ul li {
  display: inline-block;
  margin-bottom: .5rem;
}
/* line 238, ../sass/_content.scss */
.content .cont-filtri ul li a {
  display: inline-block;
  margin-right: .5rem;
  padding: .5rem 1rem;
  border: 1px solid #6f625a;
  color: #6f625a;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
}
/* line 247, ../sass/_content.scss */
.content .cont-filtri ul li a:hover, .content .cont-filtri ul li a.active {
  background: #6f625a;
  color: #fff;
}

/* line 259, ../sass/_content.scss */
.main-content h4 {
  margin-bottom: 1rem;
}
/* line 264, ../sass/_content.scss */
.main-content table tr td {
  border: 1px solid #6f625a;
  padding: .325rem;
}
/* line 270, ../sass/_content.scss */
.main-content .table-wrap {
  overflow-x: auto;
}
/* line 273, ../sass/_content.scss */
.main-content ul {
  margin-bottom: 1rem;
}
@media (min-width: 69em) {
  /* line 273, ../sass/_content.scss */
  .main-content ul {
    width: 50%;
    margin: 0 auto;
  }
}
/* line 279, ../sass/_content.scss */
.main-content ul li {
  line-height: 1.5;
}
/* line 281, ../sass/_content.scss */
.main-content ul li:before {
  content: "\2022 ";
  display: block;
  clear: both;
}
/* line 287, ../sass/_content.scss */
.main-content ul li:last-child:after {
  content: "\2022 ";
  display: block;
  clear: both;
  margin-bottom: 2rem;
}
/* line 296, ../sass/_content.scss */
.main-content ol {
  margin-bottom: 1rem;
  text-align: left;
  list-style-type: decimal;
  padding-left: 1rem;
}
@media (min-width: 69em) {
  /* line 296, ../sass/_content.scss */
  .main-content ol {
    width: 50%;
    margin: 0 auto;
  }
}
/* line 305, ../sass/_content.scss */
.main-content ol li {
  line-height: 1.5;
}
/* line 309, ../sass/_content.scss */
.main-content .wpcf7 {
  margin-bottom: 4rem;
}
@media (min-width: 69em) {
  /* line 309, ../sass/_content.scss */
  .main-content .wpcf7 {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
  }
}
/* line 316, ../sass/_content.scss */
.main-content .wpcf7 p {
  width: auto;
}
/* line 319, ../sass/_content.scss */
.main-content .wpcf7 .wpcf7-form-control-wrap {
  display: block;
  margin-top: 0.5rem;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 323, ../sass/_content.scss */
.main-content .wpcf7 .wpcf7-form-control-wrap.acceptance-473 {
  display: inline-block;
}
/* line 327, ../sass/_content.scss */
.main-content .wpcf7 input,
.main-content .wpcf7 textarea {
  font-family: "Source Sans Pro", sans-serif;
}
/* line 331, ../sass/_content.scss */
.main-content .wpcf7 input.wpcf7-text,
.main-content .wpcf7 textarea.wpcf7-textarea {
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  border: 1px solid #a69c95;
  font-size: 1rem;
  line-height: 1.5;
  color: #6f625a;
  padding: 0.25rem;
}
/* line 342, ../sass/_content.scss */
.main-content .wpcf7 input.wpcf7-submit {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  border: 1px solid #a69c95;
  background: #6f625a;
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 600;
  padding: .5rem 1.25rem;
  color: #fff;
}
/* line 351, ../sass/_content.scss */
.main-content .wpcf7 input.wpcf7-submit:hover {
  background: #ffc72a;
}

/* line 358, ../sass/_content.scss */
.main-content .wpcf7 .wpcf7-list-item {
  margin: 0;
}
/* line 361, ../sass/_content.scss */
.main-content .wpcf7 input.wpcf7-submit {
  display: block;
  margin: 0 auto 16px;
}

/* line 366, ../sass/_content.scss */
.g-recaptcha > div {
  margin: 0 auto;
}

/* line 370, ../sass/_content.scss */
.blockshome:after {
  content: "";
  display: block;
  clear: both;
}
/* line 375, ../sass/_content.scss */
.blockshome .blockhome-content-extend-wrapper {
  position: relative;
}
/* line 377, ../sass/_content.scss */
.blockshome .blockhome-content-extend-wrapper:after {
  content: "";
  display: block;
  clear: both;
}
/* line 382, ../sass/_content.scss */
.blockshome .blockhome-content-extend-wrapper .blockhome-content-extend {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  text-align: center;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/* line 389, ../sass/_content.scss */
.blockshome .blockhome-content-extend-wrapper .blockhome-content-extend:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  width: 100%;
  min-height: 384px;
  text-align: center;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: url(../images/Elemento-Pattern.png) no-repeat center center;
}
/* line 401, ../sass/_content.scss */
.blockshome .blockhome-content-extend-wrapper .blockhome-content-extend h4 {
  font-size: 1.5rem;
  line-height: 1.5;
  color: #fff;
}
@media (min-width: 39em) {
  /* line 401, ../sass/_content.scss */
  .blockshome .blockhome-content-extend-wrapper .blockhome-content-extend h4 {
    font-size: 2.5rem;
  }
}
/* line 411, ../sass/_content.scss */
.blockshome .block {
  margin: 0;
  display: block;
  float: left;
  height: 0;
  width: 100%;
  padding-bottom: 100%;
  position: relative;
  overflow: hidden;
}
@media (min-width: 39em) {
  /* line 411, ../sass/_content.scss */
  .blockshome .block {
    width: 50%;
    padding-bottom: 50%;
  }
}
/* line 424, ../sass/_content.scss */
.blockshome .block img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 101%;
  height: auto;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/* line 433, ../sass/_content.scss */
.blockshome .block .blockhome-content {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
/* line 439, ../sass/_content.scss */
.blockshome .block .blockhome-content h4 {
  font-size: 1.5rem;
  margin-bottom: .5rem;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
  position: relative;
  z-index: 1;
}
@media (min-width: 39em) {
  /* line 439, ../sass/_content.scss */
  .blockshome .block .blockhome-content h4 {
    font-size: 4rem;
    margin-bottom: 2rem;
  }
}
/* line 451, ../sass/_content.scss */
.blockshome .block .blockhome-content h4:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  background: url(../images/Elemento-Pattern.png) no-repeat center center;
  background-size: cover;
  z-index: 0;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/* line 465, ../sass/_content.scss */
.blockshome .block .blockhome-content .testo {
  color: #fff;
}
/* line 467, ../sass/_content.scss */
.blockshome .block .blockhome-content .testo p {
  color: #fff;
  line-height: 2;
}
/* line 473, ../sass/_content.scss */
.blockshome .block .cta {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: .5rem 1.5rem;
  font-weight: 600;
  color: #fff;
  text-align: right;
  text-transform: uppercase;
  text-decoration: none;
}
/* line 485, ../sass/_content.scss */
.blockshome .block .cta:before {
  content: "";
  background: #ffc72a;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.33s;
  -o-transition-duration: 0.33s;
  -webkit-transition-duration: 0.33s;
  transition-duration: 0.33s;
}
/* line 495, ../sass/_content.scss */
.blockshome .block .cta span {
  position: relative;
  z-index: 1;
}
/* line 500, ../sass/_content.scss */
.blockshome .block .cta:hover:before {
  width: 100%;
}
/* line 505, ../sass/_content.scss */
.blockshome .block:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/Elemento-Pattern.png) no-repeat center center;
}
/* line 515, ../sass/_content.scss */
.blockshome .block.block-1 {
  background: #ffc72a;
}
/* line 517, ../sass/_content.scss */
.blockshome .block.block-1:before {
  background: none;
}
/* line 521, ../sass/_content.scss */
.blockshome .block.block-2 {
  background: #fff;
}
/* line 524, ../sass/_content.scss */
.blockshome .block.block-3 {
  background: #a69c95;
}
/* line 527, ../sass/_content.scss */
.blockshome .block.block-4 {
  background: #6f625a;
}
/* line 531, ../sass/_content.scss */
.blockshome .block.block-1 h4:after, .blockshome .block.block-2 h4:after, .blockshome .block.block-3 h4:after, .blockshome .block.block-4 h4:after {
  background: none;
}

/* line 538, ../sass/_content.scss */
.content-home-2 {
  display: block;
  padding: 4rem 0 2rem;
  background: url(../images/Elemento-Pattern_Opacita25.png) no-repeat center center;
  position: relative;
}
/* line 542, ../sass/_content.scss */
.content-home-2 .grid {
  height: 0;
  padding-bottom: 24rem;
}
/* line 547, ../sass/_content.scss */
.content-home-2 h4 {
  position: absolute;
  left: 50%;
  top: 50%;
  font-size: 1.5rem;
  text-align: center;
  line-height: 1.5;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media (min-width: 39em) {
  /* line 547, ../sass/_content.scss */
  .content-home-2 h4 {
    font-size: 2.5rem;
  }
}

/* line 561, ../sass/_content.scss */
#map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 569, ../sass/_content.scss */
.highlight .main-content #iub-pp-container {
  text-align: left;
}
/* line 571, ../sass/_content.scss */
.highlight .main-content #iub-pp-container h1 {
  font-size: 2rem;
}
/* line 574, ../sass/_content.scss */
.highlight .main-content #iub-pp-container h2 {
  font-size: 1.5rem;
  font-weight: 600;
}
/* line 578, ../sass/_content.scss */
.highlight .main-content #iub-pp-container h3 {
  font-size: 1.25rem;
  font-weight: 600;
}
/* line 582, ../sass/_content.scss */
.highlight .main-content #iub-pp-container h1, .highlight .main-content #iub-pp-container h2, .highlight .main-content #iub-pp-container h3 {
  margin-bottom: .5em;
}
/* line 585, ../sass/_content.scss */
.highlight .main-content #iub-pp-container p {
  width: auto !important;
}
/* line 589, ../sass/_content.scss */
.highlight .main-content #iub-pp-container li:before {
  display: inline-block;
  margin-right: 1em;
}
/* line 593, ../sass/_content.scss */
.highlight .main-content #iub-pp-container li:after {
  content: none;
}
@media (min-width: 59em) {
  /* line 598, ../sass/_content.scss */
  .highlight .main-content #iub-pp-container h1 {
    font-size: 2.625rem;
  }
  /* line 601, ../sass/_content.scss */
  .highlight .main-content #iub-pp-container h2 {
    font-size: 2rem;
  }
  /* line 604, ../sass/_content.scss */
  .highlight .main-content #iub-pp-container h3 {
    font-size: 1.5rem;
  }
  /* line 607, ../sass/_content.scss */
  .highlight .main-content #iub-pp-container ul {
    width: auto !important;
  }
}

/* line 1, ../sass/_footer.scss */
footer {
  background: #6f625a;
  padding: 3rem 0 1rem;
}
/* line 4, ../sass/_footer.scss */
footer * {
  color: #fff;
}
/* line 7, ../sass/_footer.scss */
footer .footer-main {
  margin: 2rem 0;
  text-align: center;
}
/* line 10, ../sass/_footer.scss */
footer .footer-main p {
  line-height: 1.25;
  margin-bottom: 1.5rem;
}
/* line 13, ../sass/_footer.scss */
footer .footer-main p.contact {
  font-weight: 600;
}
/* line 15, ../sass/_footer.scss */
footer .footer-main p.contact a {
  text-decoration: none;
}
/* line 17, ../sass/_footer.scss */
footer .footer-main p.contact a:hover {
  text-decoration: underline;
}
/* line 24, ../sass/_footer.scss */
footer .footer-secondary {
  position: relative;
}
/* line 26, ../sass/_footer.scss */
footer .footer-secondary * {
  color: #bfbfbf;
}
/* line 29, ../sass/_footer.scss */
footer .footer-secondary p {
  text-align: center;
  margin-bottom: 2rem;
}
@media (min-width: 39em) {
  /* line 29, ../sass/_footer.scss */
  footer .footer-secondary p {
    text-align: inherit;
  }
}
/* line 36, ../sass/_footer.scss */
footer .footer-secondary .loghi {
  text-align: center;
}
@media (min-width: 39em) {
  /* line 36, ../sass/_footer.scss */
  footer .footer-secondary .loghi {
    position: absolute;
    right: 0;
    bottom: 0;
    text-align: inherit;
  }
}
/* line 44, ../sass/_footer.scss */
footer .footer-secondary .loghi img {
  margin-left: 1.5rem;
}
