/* LESS - http://lesscss.org style sheet */
/* Palette color codes */
/* Palette URL: http://paletton.com/#uid=70e0X0ketkQ6CunaJp3hBg7mSdt */
/* Feel free to copy&paste color codes to your application */
/* MIXINS */
/* As hex codes */
/* Main Primary color */
/* Main Secondary color (1) */
/* Main Secondary color (2) */
/* Main Complement color */
/* As RGBa codes */
/* Main Primary color */
/* Main Secondary color (1) */
/* Main Secondary color (2) */
/* Main Complement color */
/* Generated by Paletton.com Â© 2002-2014 */
/* http://paletton.com */
.inverted-colors {
  background-color: #A66F5B;
  color: #F2CEC0;
}
.pageWidth {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}
.ratio-32-10 {
  padding-bottom: 31.25% !important;
}
.ratio-16-9 {
  padding-bottom: 56.25% !important;
}
.ratio-3-2 {
  padding-bottom: 66.66666667% !important;
}
.ratio-4-3 {
  padding-bottom: 75% !important;
}
.ratio-1-1 {
  padding-bottom: 100% !important;
}
.embed-container {
  position: relative;
  height: 0;
  overflow: hidden;
}
.embed-container img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
/************************************************************/
html {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  margin: 0;
  padding: 0;
  box-sizing: inherit;
  position: relative;
}
body {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  background-color: #A66F5B;
  font-family: "Special Elite", Courier, cursive;
  line-height: 1.5;
  font-size: 16px;
}
/* Fix for Google iframe :-/ */
body > iframe {
  display: none;
}
/*****************************/
body > nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  height: 14em;
  z-index: 1000;
  background-color: #ffffff;
}
body > nav > header h1 {
  text-align: center;
}
body > nav > header h1 img.title {
  width: 100%;
  max-width: 450px;
}
body > nav > header > p {
  background-color: #ffffff;
  color: #A66F5B;
  font-size: 1.2em;
  text-align: center;
  width: 70%;
  margin: 1em auto;
}
body > nav > menu {
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: #A66F5B;
  color: #F2CEC0;
  text-align: center;
}
body > nav > menu > a {
  display: inline-block;
  color: inherit;
}
body > nav > menu > a > li {
  display: inline-block;
  padding: 1em 2em;
}
body > nav > menu > a:hover {
  text-shadow: 0 0 1em #6B331F;
}
body > article {
  background-color: #ffffff;
  margin-top: 14em;
  padding: 0 2em;
}
body > article > section:not(.no-margin-top) {
  margin-top: 4em;
}
body > article > section:not(.no-margin-bottom) {
  padding-bottom: 4em;
}
body > article p {
  margin-top: 1em;
}
body > footer {
  width: 100%;
  height: 26em;
  padding: 1em;
  font-size: .9em;
  text-align: center;
}
body > footer section.loghi h3 {
  margin-top: 1em;
}
body > footer section.loghi .logo.main img {
  max-width: 12em;
  max-height: 6em;
}
body > footer section.loghi .logo {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  width: 20%;
  margin-top: .5em;
  margin-bottom: 1em;
}
body > footer section.loghi .logo img {
  max-width: 90%;
  max-height: 4em;
}
blockquote {
  margin: 1em 3em;
  text-shadow: 0 0 1em #6B331F;
}
.socialButtons {
  width: 100%;
  text-align: center;
  padding: 1em;
}
.socialButtons li {
  display: inline-block;
}
.figure {
  /*margin-top: 4em;
	margin-bottom: 4em;*/
}
.figure > .embed-container {
  max-width: 720px;
  /*max-height: 350px;*/
}
.figure > .caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  font-size: .8em;
  margin: 0 auto;
  padding: 4em 1em .25em;
  background-image: linear-gradient(to top, #6b331f, rgba(0, 0, 0, 0));
  color: #F2CEC0;
}
.figure-full-page {
  /*margin-top: 4em;
	margin-bottom: 4em;*/
  margin-left: -2em;
  margin-right: -2em;
}
.figure-full-page > .embed-container {
  max-width: 720px;
  /*max-height: 350px;*/
}
.figure-full-page > .caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  font-size: .8em;
  margin: 0 auto;
  padding: 4em 1em .25em;
  background-image: linear-gradient(to top, #6b331f, rgba(0, 0, 0, 0));
  color: #F2CEC0;
}
.figure-full-page > .embed-container {
  max-width: 100%;
}
.col-container {
  margin-left: -2em;
  margin-right: -2em;
}
.col {
  display: inline-block;
  vertical-align: top;
  padding: 2em;
}
.col-1-1 {
  display: inline-block;
  vertical-align: top;
  padding: 2em;
  width: 100%;
}
.col-1-2 {
  display: inline-block;
  vertical-align: top;
  padding: 2em;
  width: 50%;
}
@media only screen and (max-width: 320px) {
  .col-1-1-xsmall {
    display: inline-block;
    vertical-align: top;
    padding: 2em;
    width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  .col-1-1-small {
    display: inline-block;
    vertical-align: top;
    padding: 2em;
    width: 100%;
  }
}
@media only screen and (max-width: 600px) {
  .col-1-1-medium {
    display: inline-block;
    vertical-align: top;
    padding: 2em;
    width: 100%;
  }
}
@media only screen and (max-width: 800px) {
  .col-1-1-large {
    display: inline-block;
    vertical-align: top;
    padding: 2em;
    width: 100%;
  }
}
@media only screen {
  .col-1-1-xlarge {
    display: inline-block;
    vertical-align: top;
    padding: 2em;
    width: 100%;
  }
}
@media only screen and (max-width: 320px) {
  .col-1-2-xsmall {
    display: inline-block;
    vertical-align: top;
    padding: 2em;
    width: 50%;
  }
}
@media only screen and (max-width: 480px) {
  .col-1-2-small {
    display: inline-block;
    vertical-align: top;
    padding: 2em;
    width: 50%;
  }
}
@media only screen and (max-width: 600px) {
  .col-1-2-medium {
    display: inline-block;
    vertical-align: top;
    padding: 2em;
    width: 50%;
  }
}
@media only screen and (max-width: 800px) {
  .col-1-2-large {
    display: inline-block;
    vertical-align: top;
    padding: 2em;
    width: 50%;
  }
}
@media only screen {
  .col-1-2-xlarge {
    display: inline-block;
    vertical-align: top;
    padding: 2em;
    width: 50%;
  }
}
.card {
  text-align: center;
  padding: 1em;
  padding-top: 0;
  padding-bottom: 4em;
  border: 1px solid #A66F5B;
}
.card > header {
  background-color: #A66F5B;
  color: #F2CEC0;
  margin-left: -1em;
  margin-right: -1em;
}
.card > .callToAction {
  position: absolute;
  bottom: -0.5em;
  left: 0;
  right: 0;
}
.card > .callToAction > a {
  padding: 1em 2em;
  text-decoration: none;
  background-color: #A66F5B;
  color: #F2CEC0;
}
dfn {
  background-color: rgba(242, 206, 192, 0.5);
  font-style: normal;
  text-decoration: none;
}
.dataProgramma {
  margin-top: 2em;
  border-top: 2px dashed #A66F5B;
}
.dataProgramma:last-child {
  border-bottom: 2px dashed #A66F5B;
}
.puntoProgramma {
  margin-bottom: 1em;
}
.puntoProgramma header p {
  margin-top: 0;
  margin-bottom: 0;
}
.puntoProgramma p {
  font-size: .9em;
}
section.document {
  margin: 4em 0;
  text-align: center;
}
section.document > h3 {
  margin-bottom: 2em;
  text-align: left;
}
section.document img.documentImage {
  max-width: 80%;
}
section.document::last-child {
  padding-bottom: 4em;
}
/**********************************************************************/
@media only screen and (max-width: 800px) {
  body {
    font-size: 12px;
  }
  body > nav {
    height: 16em;
  }
  body > article {
    margin-top: 16em;
  }
}
@media only screen and (max-width: 600px) {
  body > nav {
    height: 18em;
  }
  body > article {
    margin-top: 18em;
  }
  body > footer section.loghi .logo {
    width: 33%;
  }
}
@media only screen and (max-width: 480px) {
  body > footer section.loghi .logo {
    width: 50%;
  }
}
