@charset "UTF-8";
/* CSS RESET */
@import url("https://fonts.googleapis.com/css?family=Pacifico");
@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed:300,300i,400,400i,700,700i");
@import url("https://fonts.googleapis.com/css?family=Roboto+Slab:300,400,700");
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-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after {
  content: '';
  content: none; }

q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

img {
  max-width: 100%; }

section {
  z-index: 989; }

.float {
  position: relative;
  text-align: right;
  padding: 15px 10px 0 10px; }

.wrapper {
  max-width: 980px;
  margin: 0 auto;
  width: 100%; }

.grid-3-columns {
  width: calc(33.3333333333% - 26.6666666667px);
  float: left;
  margin-left: 20px; }

.clearfix {
  clear: both; }

h2 {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  font-size: 22px;
  text-transform: uppercase;
  color: #000; }

h1 {
  font-family: 'Pacifico', cursive;
  text-align: center;
  margin: 30px 0;
  font-size: 40px; }
  @media screen and (min-width: 768px) {
    h1 {
      font-size: 44px; } }

.btn {
  display: inline-block;
  overflow: auto;
  margin: 0 auto;
  background-color: #F39200;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 18px;
  color: #fff;
  border-radius: 5px;
  border: none;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 40px;
  padding: 10px;
  text-decoration: none;
  text-align: center; }

.btn-login {
  display: block;
  overflow: auto;
  margin: 0 auto;
  background-color: #F39200 !important;
  font-family: 'Roboto Condensed', sans-serif !important;
  font-size: 18px;
  color: #fff;
  border-radius: 5px !important;
  border: none !important;
  width: 130px !important;
  height: 40px !important;
  text-transform: uppercase;
  font-weight: 700;
  float: none !important;
  margin-top: 20px !important;
  text-align: center; }

.btn-link {
  display: block;
  overflow: auto;
  margin: 0 auto;
  background-color: #F39200;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 18px;
  color: #fff;
  border-radius: 5px;
  border: none;
  width: 130px;
  height: 40px;
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 20px;
  text-decoration: none;
  padding-top: 20px;
  text-align: center; }

.btn-round {
  background-color: #28B8CE;
  border-radius: 50%;
  border: none;
  margin: 0 auto;
  display: block;
  width: 100px;
  height: 100px;
  margin-bottom: 20px;
  text-align: center;
  font-family: 'Roboto Condensed', sans-serif;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none; }
  .btn-round:hover {
    opacity: .8;
    cursor: pointer; }

body {
  font-family: 'Roboto Slab', serif; }

header {
  background-color: #a4ba00; }
  header img {
    background-color: #fff;
    margin-top: -20px;
    display: block;
    overflow: auto;
    padding: 5px;
    width: 150px; }
    @media screen and (min-width: 480px) {
      header img {
        padding: 20px; } }
  header h4 {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
    padding-bottom: 5px; }
    @media screen and (min-width: 480px) {
      header h4 {
        font-size: 16px; } }
    header h4 a {
      text-decoration: none;
      color: #fff; }
      header h4 a:hover {
        text-decoration: underline; }
  header .grid-header {
    padding: 15px;
    width: calc(50% - 30px);
    float: left;
    margin-left: 20px;
    overflow: auto;
    margin: 0 auto;
    display: block; }
    @media screen and (min-width: 480px) {
      header .grid-header {
        padding-top: 20px; } }
  header .left {
    text-align: left; }
  header .right {
    text-align: right; }

.header-interna {
  background: #fff; }
  .header-interna img {
    margin: 0 auto;
    display: block;
    overflow: auto;
    padding-bottom: 20px;
    width: 100px;
    text-align: center; }
    @media screen and (min-width: 480px) {
      .header-interna img {
        width: 100px;
        padding: 5px; } }
  .header-interna h4 {
    font-size: 14px;
    font-weight: 700;
    color: #000;
    text-transform: uppercase; }
    @media screen and (min-width: 480px) {
      .header-interna h4 {
        font-size: 16px; } }
    .header-interna h4 a {
      text-decoration: none;
      color: #000;
      text-transform: uppercase; }
      .header-interna h4 a:hover {
        text-decoration: underline; }
  .header-interna .dna {
    background: url("../images/dna.png") center repeat-x;
    height: 49px;
    width: 100%;
    padding: 10px 0; }

nav {
  z-index: 999 !important;
  position: relative;
  background-color: #000; }
  nav ul {
    text-align: center;
    height: 60px; }
    nav ul li {
      font-family: 'Roboto Condensed', sans-serif;
      font-size: 18px;
      display: inline-block;
      text-transform: uppercase; }
      nav ul li a {
        color: #fff;
        text-decoration: none; }
        nav ul li a:hover {
          color: #656565; }
  nav .nav-link {
    background: transparent;
    display: inline;
    line-height: 60px;
    text-decoration: none;
    width: auto;
    border-right: 1px solid #555;
    padding-right: 0.4em;
    margin-right: 0.6em; }
  nav .mobile {
    display: none; }
    @media screen and (min-width: 768px) {
      nav .mobile {
        display: inline; } }
  nav .nav-link-last a {
    color: #a4ba00;
    background: transparent;
    display: inline;
    line-height: 60px;
    text-decoration: none;
    width: auto;
    padding-right: 0.4em;
    margin-right: 0.6em;
    font-weight: 700; }
    nav .nav-link-last a:hover {
      color: #656565; }

.navigation .navigation-wrapper {
  z-index: 999; }

#home p {
  font-family: 'Roboto Slab', serif;
  font-size: 18px;
  font-weight: 300;
  text-align: left;
  margin: 0 20px;
  color: #000;
  line-height: 1.8em; }
  @media screen and (min-width: 480px) {
    #home p {
      margin: 0 0 40px 0;
      font-size: 18px; } }

#home .slide {
  background: url("../images/img-hp-2.jpg") center no-repeat;
  min-height: 150px;
  background-size: cover;
  display: block; }
  @media screen and (min-width: 768px) {
    #home .slide {
      min-height: 540px; } }
  #home .slide .titolo {
    padding-top: 10px; }
    @media screen and (min-width: 768px) {
      #home .slide .titolo {
        padding-top: 130px; } }
    #home .slide .titolo h1 {
      font-size: 20px;
      font-family: 'Roboto Condensed', sans-serif;
      color: #fff;
      text-align: center; }
      @media screen and (min-width: 480px) {
        #home .slide .titolo h1 {
          font-size: 60px; } }

#home a {
  text-decoration: none; }

#home ul {
  font-family: 'Roboto Slab', serif;
  padding-left: 30px;
  font-weight: 300;
  font-size: 18px;
  line-height: 1.2em;
  margin-bottom: 40px; }
  @media screen and (min-width: 768px) {
    #home ul {
      padding-left: 20px; } }
  #home ul li {
    list-style: none;
    line-height: 2.2em; }
  #home ul li::before {
    content: "•";
    color: #a4ba00;
    font-size: 40px;
    line-height: 1em;
    height: 10px;
    vertical-align: middle;
    width: 10px;
    padding-right: 10px;
    margin-left: -24px; }

#home .pulsante {
  border: 1px solid #fff;
  margin: -20px auto;
  overflow: auto;
  display: block;
  text-align: center;
  width: 100px;
  height: 30px; }
  #home .pulsante:hover {
    opacity: .5; }
  @media screen and (min-width: 480px) {
    #home .pulsante {
      width: 180px;
      height: 50px;
      margin: 0 auto; } }
  #home .pulsante h3 {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 14px;
    font-weight: 300;
    color: #fff;
    padding-top: 8px; }
    @media screen and (min-width: 480px) {
      #home .pulsante h3 {
        font-size: 26px;
        padding-top: 12px; } }

#home h2 {
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  color: #fff;
  text-transform: uppercase; }
  #home h2 strong {
    font-weight: 700; }
  @media screen and (min-width: 480px) {
    #home h2 {
      font-size: 40px; } }

#home img {
  text-align: center;
  margin: 0 auto;
  display: block;
  overflow: auto; }

#home strong {
  font-weight: 700; }

#home i, #home em {
  font-style: italic; }

#home .testo p {
  font-family: 'Roboto Slab', serif;
  font-size: 18px;
  font-weight: 300;
  text-align: left;
  color: #000;
  line-height: 1.8em;
  padding: 0 !important;
  padding: 0 20px; }
  @media screen and (min-width: 768px) {
    #home .testo p {
      padding: 0; } }

#home .bk-verde {
  background-color: #a1ba3e;
  padding: 30px 0; }

#home .bk-arancione, #home .bk-azzurro {
  background-color: #28B8CE;
  padding: 30px 0; }
  #home .bk-arancione::after, #home .bk-azzurro::after {
    clear: both;
    content: "";
    display: block; }
  #home .bk-arancione h2, #home .bk-azzurro h2 {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    font-size: 26px;
    text-transform: uppercase;
    color: #fff;
    margin-top: 20px; }
  #home .bk-arancione p, #home .bk-arancione h5, #home .bk-azzurro p, #home .bk-azzurro h5 {
    margin-top: 0;
    text-align: center;
    font-family: 'Roboto Slab', serif;
    color: #000;
    font-weight: 300;
    font-size: 18px; }
    #home .bk-arancione p strong, #home .bk-arancione h5 strong, #home .bk-azzurro p strong, #home .bk-azzurro h5 strong {
      font-weight: 700; }
  #home .bk-arancione .guide, #home .bk-azzurro .guide {
    width: calc(100% - 40px);
    float: left;
    margin-left: 20px;
    margin-top: 20px; }
    @media screen and (min-width: 480px) {
      #home .bk-arancione .guide, #home .bk-azzurro .guide {
        width: calc(33.3333333333% - 26.6666666667px);
        float: left;
        margin-left: 20px; } }
  #home .bk-arancione h4, #home .bk-azzurro h4 {
    text-align: center;
    font-family: 'Roboto Condensed', sans-serif;
    color: #000;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.2em;
    padding-top: 10px; }
    #home .bk-arancione h4:hover, #home .bk-azzurro h4:hover {
      color: #fff; }

#home .bk-arancione {
  background-color: #F39200; }
  #home .bk-arancione .a {
    text-decoration: underline;
    color: #000;
    font-weight: 700; }
    #home .bk-arancione .a:hover {
      text-decoration: underline; }
  #home .bk-arancione a {
    text-decoration: none; }
  #home .bk-arancione .pulsante {
    margin-top: 20px; }

#home #aniimated-thumbnials {
  text-align: center; }
  #home #aniimated-thumbnials img {
    width: 242px;
    height: 150px;
    display: inline; }

#home #mostra {
  margin-top: 40px; }
  #home #mostra h2 {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    font-size: 26px;
    text-transform: uppercase;
    color: #000; }
  #home #mostra ul {
    font-family: 'Roboto Slab', serif;
    padding-left: 30px;
    font-weight: 300;
    font-size: 18px;
    line-height: 1.2em;
    margin-bottom: 0; }
    @media screen and (min-width: 768px) {
      #home #mostra ul {
        padding-left: 20px; } }
    #home #mostra ul li {
      list-style: none; }
    #home #mostra ul li::before {
      content: "•";
      color: #28B8CE;
      font-size: 40px;
      line-height: 1em;
      height: 10px;
      vertical-align: middle;
      width: 10px;
      padding-right: 10px;
      margin-left: -24px; }
  #home #mostra p {
    margin-bottom: 0; }

#home #contatti {
  margin-top: 40px; }
  #home #contatti h2 {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    font-size: 26px;
    text-transform: uppercase;
    color: #fff; }

.video-wrapper {
  margin-top: 30px;
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  z-index: 989; }

embed, object, iframe {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%; }

#ancora-mostra {
  margin-top: -30px;
  padding-top: 30px; }

#nutrigenomica {
  margin-top: -80px;
  padding-top: 80px; }

#guide-doc {
  margin-top: -60px;
  padding-top: 60px; }

#progetto {
  margin-top: 40px; }
  #progetto h2 {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    font-size: 26px;
    text-transform: uppercase;
    color: #000; }
  #progetto img {
    text-align: center;
    margin: 0 auto;
    display: block;
    overflow: auto;
    margin-bottom: 40px; }
  #progetto p {
    font-family: 'Roboto Slab', serif;
    font-size: 16px;
    font-weight: 300;
    text-align: left;
    margin: 0 20px;
    color: #000;
    line-height: 1.6em; }
    @media screen and (min-width: 480px) {
      #progetto p {
        margin: 0;
        font-size: 18px; } }
  #progetto strong {
    font-weight: 700; }
  #progetto .bk-arancione {
    background-color: #F39200;
    padding: 40px 0; }
    #progetto .bk-arancione .a {
      text-decoration: underline;
      color: #000;
      font-weight: 700; }
      #progetto .bk-arancione .a:hover {
        text-decoration: underline; }
    #progetto .bk-arancione a {
      text-decoration: none; }
    #progetto .bk-arancione h2 {
      font-family: 'Roboto Condensed', sans-serif;
      font-weight: 700;
      font-size: 26px;
      text-transform: uppercase;
      color: #fff;
      text-align: center; }
    #progetto .bk-arancione p {
      text-align: center; }

section h1 {
  font-family: 'Roboto Condensed', sans-serif;
  text-align: center;
  font-size: 35px;
  font-weight: 500;
  margin-top: 20px; }
  @media screen and (min-width: 768px) {
    section h1 {
      margin-top: 30px;
      font-size: 50px; } }

section p {
  font-family: 'Roboto Slab', serif;
  text-align: left;
  font-size: 18px;
  font-weight: 300;
  padding: 20px 0;
  line-height: 1.8em; }

section #register-form {
  background-color: #fff;
  margin: 20px auto;
  overflow: auto;
  padding: 30px;
  border: 5px solid #F39200; }
  section #register-form h3 {
    font-weight: 700;
    font-size: 22px;
    color: #000;
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif;
    text-align: center;
    margin-bottom: 20px; }
  section #register-form .form-left {
    width: calc(100% - 40px);
    float: left;
    margin-left: 20px; }
    @media screen and (min-width: 768px) {
      section #register-form .form-left {
        width: calc(50% - 30px);
        float: left;
        margin-left: 20px; } }
  section #register-form .form-right {
    width: calc(100% - 40px);
    float: left;
    margin-left: 20px; }
    @media screen and (min-width: 768px) {
      section #register-form .form-right {
        width: calc(50% - 30px);
        float: left;
        margin-left: 20px; } }
  section #register-form .form-border {
    border-left: none; }
    @media screen and (min-width: 768px) {
      section #register-form .form-border {
        border-left: 1px solid #9c9997;
        margin-bottom: 10px; } }

#registrazione form label {
  width: calc(100% - 40px);
  float: left;
  margin-left: 20px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 1em 0 0;
  color: #000;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  font-family: 'Roboto Condensed', sans-serif;
  text-align: center; }

#registrazione form input {
  width: calc(100% - 40px);
  float: left;
  margin-left: 20px;
  padding-left: 10px;
  background-color: #fff;
  border: 1px solid #707070;
  font-family: 'Roboto Condensed', sans-serif;
  display: inline-block;
  line-height: 30px;
  border-radius: 10px;
  margin: 10px 10px;
  height: 30px; }

#registrazione form hr {
  border: none;
  height: 5px;
  width: 100%;
  background: url("../images/hr.png") center repeat-x;
  margin: 8px auto;
  clear: both; }

#registrazione form .custom-select select {
  width: calc(100% - 40px);
  float: left;
  margin-left: 20px;
  padding-left: 10px;
  background-color: #fff;
  border: 1px solid #707070;
  font-family: 'Roboto Condensed', sans-serif;
  display: inline-block;
  line-height: 30px;
  border-radius: 10px;
  margin: 10px auto;
  height: 30px;
  display: block;
  overflow: auto;
  background: #fff url("../images/freccia-giu.png") no-repeat right center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 10px 10px; }

#registrazione form .pointer {
  width: calc(100% - 40px);
  float: left;
  margin-left: 20px; }
  #registrazione form .pointer input {
    width: calc(16.6666666667% - 23.3333333333px);
    float: left;
    margin-left: 20px;
    width: 20px;
    margin: 0 auto;
    vertical-align: middle; }
  #registrazione form .pointer label {
    line-height: 30px;
    width: calc(83.3333333333% - 36.6666666667px);
    float: left;
    margin-left: 20px;
    vertical-align: middle;
    text-align: left; }

#registrazione form .has-error input {
  border: 1px solid #e1171c; }

#registrazione form .has-error .help-block {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 14px;
  color: #e1171c;
  padding: 10px; }

#registrazione span {
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

#registrazione label .legal {
  width: 280px;
  font-size: 11px;
  text-align: left;
  margin-left: 10px;
  font-weight: 600;
  text-transform: initial;
  line-height: 14px; }

#registrazione .notelegali label {
  text-transform: initial;
  text-align: left;
  width: 130px;
  font-weight: 400;
  font-family: 'Roboto Slab', serif;
  font-size: 11px;
  margin-bottom: 20px;
  line-height: 1.3em;
  margin-top: 5px; }
  #registrazione .notelegali label .float-left {
    float: left; }
  @media screen and (min-width: 768px) {
    #registrazione .notelegali label {
      width: 330px; } }

#registrazione .notelegali input {
  float: left;
  width: 50px; }

#registrazione .float-right {
  float: left;
  width: 49%; }

#registrazione .form-full {
  padding-top: 10px; }
  #registrazione .form-full a {
    text-transform: uppercase;
    color: #000;
    font-family: 'Roboto Slab', serif;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    line-height: 1.4em; }
    #registrazione .form-full a:hover {
      text-decoration: underline; }

section h1 {
  font-family: 'Roboto Condensed', sans-serif;
  text-align: center;
  font-size: 35px;
  font-weight: 500;
  margin-top: 20px; }
  @media screen and (min-width: 768px) {
    section h1 {
      margin-top: 30px;
      font-size: 50px; } }

section #accedi-form {
  background-color: #fff;
  margin: 20px auto;
  overflow: auto;
  padding: 10px;
  border: 5px solid #F39200; }
  @media screen and (min-width: 768px) {
    section #accedi-form {
      padding: 30px; } }
  section #accedi-form h3 {
    font-weight: 700;
    font-size: 22px;
    color: #000;
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif;
    text-align: center;
    margin-bottom: 20px; }
  section #accedi-form .accedi-left {
    width: calc(100% - 40px);
    float: left;
    margin-left: 20px; }
    @media screen and (min-width: 768px) {
      section #accedi-form .accedi-left {
        width: calc(50% - 30px);
        float: left;
        margin-left: 20px; } }
    section #accedi-form .accedi-left a {
      text-transform: uppercase;
      color: #000;
      font-family: 'Roboto Slab', serif;
      font-size: 14px;
      font-weight: 400;
      text-decoration: none;
      line-height: 1.4em; }
      section #accedi-form .accedi-left a:hover {
        text-decoration: underline; }
  section #accedi-form .accedi-right {
    width: calc(100% - 40px);
    float: left;
    margin-left: 20px;
    height: 170px;
    background-color: #ffd18d; }
    @media screen and (min-width: 768px) {
      section #accedi-form .accedi-right {
        width: calc(50% - 30px);
        float: left;
        margin-left: 20px;
        height: 270px; } }
  section #accedi-form p {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.3em;
    text-align: center; }
    @media screen and (min-width: 768px) {
      section #accedi-form p {
        font-size: 18px;
        line-height: 1.5em;
        margin-top: 30px; } }
  section #accedi-form .has-error input {
    border: 1px solid #e1171c; }
  section #accedi-form .has-error .help-block {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 14px;
    color: #e1171c;
    padding: 10px; }

#accedi form label {
  width: calc(100% - 40px);
  float: left;
  margin-left: 20px;
  display: inline-block;
  vertical-align: middle;
  color: #000;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  font-family: 'Roboto Slab', serif;
  text-align: center; }

#accedi form input {
  width: calc(100% - 40px);
  float: left;
  margin-left: 20px;
  padding-left: 10px;
  background-color: #fff;
  border: 1px solid #707070;
  font-family: 'Roboto Slab', serif;
  display: inline-block;
  line-height: 30px;
  border-radius: 10px;
  margin: 10px 10px;
  height: 30px; }

#istruzioni {
  background: url("../images/foglio-carta.png") center repeat-y #fff; }
  #istruzioni h1 {
    font-family: 'Pacifico', cursive;
    padding: 20px;
    font-size: 30px; }
    @media screen and (min-width: 768px) {
      #istruzioni h1 {
        font-size: 44px; } }
  #istruzioni h2 {
    font-family: 'Pacifico', cursive;
    text-align: center;
    font-size: 20px;
    color: #000;
    padding: 0;
    text-transform: initial; }
    @media screen and (min-width: 768px) {
      #istruzioni h2 {
        font-size: 30px; } }
  #istruzioni h4 {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    font-size: 24px;
    text-align: center;
    color: #000; }
  #istruzioni h3 {
    font-family: 'Pacifico', cursive;
    font-size: 35px;
    text-align: center;
    color: #000;
    margin-bottom: 30px; }
  #istruzioni p {
    font-family: 'Roboto Slab', serif;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    color: #000;
    line-height: 1.4em;
    padding: 10px; }
    @media screen and (min-width: 768px) {
      #istruzioni p {
        font-size: 18px;
        padding: 10px; } }
  #istruzioni img {
    text-align: center;
    overflow: auto;
    margin: 0 auto;
    display: block; }
  #istruzioni strong {
    font-family: 'Roboto Slab', serif;
    font-weight: 700;
    font-size: 18px;
    color: #000; }
  #istruzioni .btn-round p {
    color: #fff;
    font-size: 14px;
    padding-top: 28px; }

#gioco {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #a4ba00; }
  #gioco::after {
    clear: both;
    content: "";
    display: block; }
  #gioco h1 {
    font-size: 44px; }
  #gioco hr {
    width: calc(100% - 40px);
    float: left;
    margin-left: 20px;
    border: none;
    border-top: 20px solid #657607;
    margin-top: 20px;
    display: none; }
    @media screen and (min-width: 768px) {
      #gioco hr {
        display: block; } }
  #gioco a {
    text-decoration: none; }
  #gioco .categoria {
    width: calc(100% - 40px);
    float: left;
    margin-left: 20px;
    margin: 10px auto;
    display: block;
    padding: 10px;
    text-transform: uppercase; }
    #gioco .categoria h3 {
      font-family: 'Roboto Condensed', sans-serif;
      font-size: 26px;
      font-weight: 700;
      color: #fff;
      text-align: center;
      text-transform: uppercase; }

.box-alimenti {
  width: calc(50% - 30px);
  float: left;
  margin-left: 20px;
  padding-top: 30px; }
  @media screen and (min-width: 480px) {
    .box-alimenti {
      width: calc(25% - 25px);
      float: left;
      margin-left: 20px; } }
  @media screen and (min-width: 768px) {
    .box-alimenti {
      width: calc(16.6666666667% - 23.3333333333px);
      float: left;
      margin-left: 20px; } }
  .box-alimenti:hover {
    cursor: pointer;
    opacity: .8; }
  .box-alimenti .immagine {
    border-radius: 50%;
    border: 2px solid #a4ba00;
    background-color: #fff;
    overflow: hidden; }
  .box-alimenti .info {
    z-index: 100;
    border-radius: 4px;
    margin-top: -25px;
    padding: 5px;
    position: absolute;
    width: 130px;
    height: 30px;
    display: table; }
    .box-alimenti .info p {
      text-align: center;
      color: #fff;
      font-family: 'Roboto Slab', serif;
      font-size: 12px;
      text-transform: uppercase;
      padding: 0;
      display: table-cell;
      vertical-align: middle;
      font-weight: 400;
      line-height: 1.2em; }

.fruttaverdura .immagine {
  border: 5px solid #d7834a; }

.fruttaverdura .info {
  background-color: #d7834a; }

.fruttaseccacondimenti .immagine {
  border: 5px solid #91b16f; }

.fruttaseccacondimenti .info {
  background-color: #91b16f; }

.cerealilegumi .immagine {
  border: 5px solid #a86b94; }

.cerealilegumi .info {
  background-color: #a86b94; }

.bevande .immagine {
  border: 5px solid #449c9c; }

.bevande .info {
  background-color: #449c9c; }

.dolci .immagine {
  border: 5px solid #c14338; }

.dolci .info {
  background-color: #c14338; }

.latticini .immagine {
  border: 5px solid #d5ac53; }

.latticini .info {
  background-color: #d5ac53; }

.carnepesce .immagine {
  border: 5px solid #39815a; }

.carnepesce .info {
  background-color: #39815a; }

.vuoto .immagine {
  border: 5px dashed #fff;
  background: transparent; }

#carrello {
  background-color: #fff;
  padding: 20px 0;
  width: 100%; }
  #carrello::after {
    clear: both;
    content: "";
    display: block; }
  @media screen and (min-width: 480px) {
    #carrello {
      position: fixed;
      bottom: 0;
      z-index: 999;
      box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5); } }
  #carrello h2 {
    font-size: 26px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    text-align: center;
    margin-bottom: 15px; }
  #carrello .alimenti {
    width: calc(100% - 40px);
    float: left;
    margin-left: 20px; }
    @media screen and (min-width: 480px) {
      #carrello .alimenti {
        width: calc(75% - 35px);
        float: left;
        margin-left: 20px; } }
    @media screen and (min-width: 768px) {
      #carrello .alimenti {
        width: calc(83.3333333333% - 36.6666666667px);
        float: left;
        margin-left: 20px; } }
    #carrello .alimenti a {
      text-decoration: none; }
    @media screen and (min-width: 480px) {
      #carrello .alimenti .box-alimenti {
        padding-top: 0;
        padding-bottom: 15px;
        width: calc(33.3333333333% - 26.6666666667px);
        float: left;
        margin-left: 20px; } }
    @media screen and (min-width: 768px) {
      #carrello .alimenti .box-alimenti {
        width: calc(16.6666666667% - 23.3333333333px);
        float: left;
        margin-left: 20px; } }
    #carrello .alimenti .box-alimenti .info {
      width: 96px;
      height: 28px; }
    #carrello .alimenti .box-alimenti p {
      font-size: 9px;
      display: table-cell; }
    #carrello .alimenti .vuoto .immagine {
      background-color: #848484; }

.bottone {
  width: calc(100% - 40px);
  float: left;
  margin-left: 20px;
  margin-top: 20px; }
  @media screen and (min-width: 480px) {
    .bottone {
      width: calc(25% - 25px);
      float: left;
      margin-left: 20px;
      margin-top: 0; } }
  @media screen and (min-width: 768px) {
    .bottone {
      width: calc(16.6666666667% - 23.3333333333px);
      float: left;
      margin-left: 20px; } }
  .bottone .btn-round p {
    text-align: center;
    font-size: 14px; }

.bottone-disable .btn-round {
  opacity: .3;
  background-color: #000; }
  .bottone-disable .btn-round:hover {
    opacity: .3; }

#scontrino {
  margin-top: 40px; }
  #scontrino::after {
    clear: both;
    content: "";
    display: block; }
  #scontrino h5 {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    color: #28B8CE;
    font-weight: 700; }
  #scontrino .half-sx, #scontrino .half-sx-2 {
    width: calc(100% - 40px);
    float: left;
    margin-left: 20px;
    text-align: center; }
    @media screen and (min-width: 768px) {
      #scontrino .half-sx, #scontrino .half-sx-2 {
        width: calc(50% - 30px);
        float: left;
        margin-left: 20px; } }
    #scontrino .half-sx h2, #scontrino .half-sx-2 h2 {
      font-size: 20px;
      font-weight: 700;
      font-family: 'Roboto Condensed', sans-serif;
      padding-top: 40px;
      text-align: left; }
    #scontrino .half-sx h3, #scontrino .half-sx-2 h3 {
      font-size: 20px;
      font-weight: 300;
      font-family: 'Roboto Condensed', sans-serif;
      padding-top: 20px;
      text-align: left; }
    #scontrino .half-sx strong, #scontrino .half-sx-2 strong {
      font-size: 20px;
      font-weight: 700; }
  #scontrino .half-dx, #scontrino .half-dx-2 {
    width: calc(100% - 40px);
    float: left;
    margin-left: 20px;
    text-align: center;
    padding-top: 20px; }
    @media screen and (min-width: 768px) {
      #scontrino .half-dx, #scontrino .half-dx-2 {
        width: calc(50% - 30px);
        float: left;
        margin-left: 20px; } }
    #scontrino .half-dx .cerchio, #scontrino .half-dx-2 .cerchio {
      width: 100px;
      height: 100px;
      border-radius: 50%;
      border: 2px solid #656565;
      background-color: #fff;
      padding: 20px;
      display: block;
      overflow: auto;
      margin: 0 auto; }
      #scontrino .half-dx .cerchio p, #scontrino .half-dx-2 .cerchio p {
        font-weight: 400;
        text-align: center;
        color: #000;
        font-size: 30px;
        vertical-align: middle; }
      #scontrino .half-dx .cerchio strong, #scontrino .half-dx-2 .cerchio strong {
        font-size: 40px;
        font-weight: 700; }
    #scontrino .half-dx h4, #scontrino .half-dx-2 h4 {
      font-family: 'Roboto Condensed', sans-serif;
      font-size: 60px;
      font-weight: 700;
      text-align: center; }
  #scontrino .contenitore-legenda {
    width: calc(100% - 40px);
    float: left;
    margin-left: 20px; }
    @media screen and (min-width: 768px) {
      #scontrino .contenitore-legenda {
        width: calc(66.6666666667% - 33.3333333333px);
        float: left;
        margin-left: 20px;
        margin-left: calc(16.6666666667% - 23.3333333333px + 40px); } }
    #scontrino .contenitore-legenda .half-legenda {
      width: calc(100% - 40px);
      float: left;
      margin-left: 20px; }
      @media screen and (min-width: 768px) {
        #scontrino .contenitore-legenda .half-legenda {
          width: calc(50% - 30px);
          float: left;
          margin-left: 20px; } }
      #scontrino .contenitore-legenda .half-legenda p {
        text-transform: uppercase;
        font-size: 18px;
        text-align: left;
        line-height: 1.4em;
        padding: 0;
        float: left; }
      #scontrino .contenitore-legenda .half-legenda .quadratino {
        width: 10px;
        height: 10px;
        float: left;
        margin: 7px; }
      #scontrino .contenitore-legenda .half-legenda .carboidrati {
        background-color: #F39200; }
      #scontrino .contenitore-legenda .half-legenda .grassi {
        background-color: #28B8CE; }
      #scontrino .contenitore-legenda .half-legenda .proteine {
        background-color: #a4ba00; }
    #scontrino .contenitore-legenda .half-grafico {
      width: calc(100% - 40px);
      float: left;
      margin-left: 20px;
      padding-top: 30px; }
      @media screen and (min-width: 768px) {
        #scontrino .contenitore-legenda .half-grafico {
          width: calc(50% - 30px);
          float: left;
          margin-left: 20px; } }
  #scontrino .full-width {
    margin-bottom: 20px;
    width: calc(100% - 40px);
    float: left;
    margin-left: 20px; }
    #scontrino .full-width h2 {
      font-size: 30px;
      text-align: center;
      font-weight: 600;
      padding: 10px; }
      @media screen and (min-width: 768px) {
        #scontrino .full-width h2 {
          font-size: 40px; } }
    #scontrino .full-width p {
      font-size: 14px;
      font-weight: 400;
      text-align: center;
      padding: 15px; }
      @media screen and (min-width: 768px) {
        #scontrino .full-width p {
          font-size: 18px; } }
  #scontrino .riga {
    border-bottom: 1px solid #000;
    padding-bottom: 10px;
    margin-bottom: 10px; }
    #scontrino .riga::after {
      clear: both;
      content: "";
      display: block; }
  #scontrino .tab1 {
    display: none; }
    @media screen and (min-width: 768px) {
      #scontrino .tab1 {
        width: calc(16.6666666667% - 23.3333333333px);
        float: left;
        margin-left: 20px;
        display: block; } }
    #scontrino .tab1 .box-alimenti {
      width: calc(100% - 40px);
      float: left;
      margin-left: 20px;
      padding: 0; }
    #scontrino .tab1 .fruttaverdura .immagine {
      border: 2px solid #d7834a; }
    #scontrino .tab1 .fruttaseccacondimenti .immagine {
      border: 2px solid #91b16f; }
    #scontrino .tab1 .cerealilegumi .immagine {
      border: 2px solid #a86b94; }
    #scontrino .tab1 .bevande .immagine {
      border: 2px solid #449c9c; }
    #scontrino .tab1 .dolci .immagine {
      border: 2px solid #c14338; }
    #scontrino .tab1 .latticini .immagine {
      border: 2px solid #d5ac53; }
    #scontrino .tab1 .carnepesce .immagine {
      border: 2px solid #39815a; }
  #scontrino .tab2 {
    padding-top: 10px;
    width: calc(100% - 40px);
    float: left;
    margin-left: 20px; }
    @media screen and (min-width: 768px) {
      #scontrino .tab2 {
        width: calc(25% - 25px);
        float: left;
        margin-left: 20px; } }
    #scontrino .tab2 h4 {
      font-size: 18px;
      font-weight: 700;
      padding: 10px;
      vertical-align: middle; }
      @media screen and (min-width: 768px) {
        #scontrino .tab2 h4 {
          padding-top: 30px; } }
  #scontrino .tab3 {
    padding-top: 10px;
    width: calc(100% - 40px);
    float: left;
    margin-left: 20px; }
    @media screen and (min-width: 768px) {
      #scontrino .tab3 {
        width: calc(58.3333333333% - 31.6666666667px);
        float: left;
        margin-left: 20px; } }
    #scontrino .tab3 p {
      font-family: 'Roboto Slab', serif;
      font-size: 16px;
      font-weight: 300;
      padding: 10px;
      vertical-align: middle;
      text-align: left; }
  #scontrino .macronutrienti {
    width: calc(100% - 40px);
    float: left;
    margin-left: 20px;
    text-align: center;
    text-transform: uppercase; }
  #scontrino p {
    font-family: 'Roboto Slab', serif;
    font-size: 14px;
    line-height: 1.3em;
    font-weight: 400;
    padding: 20px 0; }
    @media screen and (min-width: 768px) {
      #scontrino p {
        font-size: 20px;
        line-height: 1.4em; } }
  #scontrino strong {
    font-weight: 700; }
  #scontrino hr {
    width: calc(100% - 40px);
    float: left;
    margin-left: 20px;
    border: none;
    border-top: 15px solid #28B8CE;
    margin-top: 20px; }
    @media screen and (min-width: 768px) {
      #scontrino hr {
        display: block; } }
  #scontrino .half-gioca, #scontrino .half-stampa {
    padding: 20px 0;
    width: calc(50% - 30px);
    float: left;
    margin-left: 20px;
    text-align: center; }
    #scontrino .half-gioca a, #scontrino .half-stampa a {
      text-decoration: none;
      padding-top: 10px; }

footer {
  background-color: #000;
  padding: 20px 0; }
  footer::after {
    clear: both;
    content: "";
    display: block; }
  footer .logo-footer {
    margin-bottom: 20px;
    width: calc(100% - 40px);
    float: left;
    margin-left: 20px; }
    @media screen and (min-width: 480px) {
      footer .logo-footer {
        width: calc(16.6666666667% - 23.3333333333px);
        float: left;
        margin-left: 20px; } }
    @media screen and (min-width: 768px) {
      footer .logo-footer {
        width: calc(16.6666666667% - 23.3333333333px);
        float: left;
        margin-left: 20px; } }
    footer .logo-footer img {
      height: 100px; }
  footer .testo-footer {
    margin-bottom: 0;
    height: 50px;
    width: calc(100% - 40px);
    float: left;
    margin-left: 20px;
    display: table; }
    @media screen and (min-width: 480px) {
      footer .testo-footer {
        width: calc(8.3333333333% - 21.6666666667px);
        float: left;
        margin-left: 20px;
        margin-bottom: 20px;
        height: 100px; } }
    @media screen and (min-width: 768px) {
      footer .testo-footer {
        width: calc(8.3333333333% - 21.6666666667px);
        float: left;
        margin-left: 20px;
        margin-bottom: 20px;
        height: 100px; } }
    footer .testo-footer p {
      color: #fff;
      display: table-cell;
      vertical-align: middle;
      text-align: left;
      font-weight: 300;
      font-size: 12px; }
      @media screen and (min-width: 480px) {
        footer .testo-footer p {
          text-align: center; } }
      @media screen and (min-width: 768px) {
        footer .testo-footer p {
          text-align: center; } }
  footer .info-footer {
    margin-bottom: 20px;
    width: calc(100% - 40px);
    float: left;
    margin-left: 20px; }
    @media screen and (min-width: 480px) {
      footer .info-footer {
        width: calc(33.3333333333% - 26.6666666667px);
        float: left;
        margin-left: 20px; } }
    @media screen and (min-width: 768px) {
      footer .info-footer {
        width: calc(41.6666666667% - 28.3333333333px);
        float: left;
        margin-left: 20px; } }
    footer .info-footer p {
      font-weight: 400;
      line-height: 1.2;
      color: #fff;
      font-size: 12px; }
      footer .info-footer p a {
        color: #fff;
        text-decoration: underline; }
        footer .info-footer p a:hover {
          color: #28B8CE; }
  footer .logo-mozart {
    margin-bottom: 20px;
    width: calc(100% - 40px);
    float: left;
    margin-left: 20px; }
    @media screen and (min-width: 480px) {
      footer .logo-mozart {
        width: calc(16.6666666667% - 23.3333333333px);
        float: left;
        margin-left: 20px;
        text-align: right; } }
    @media screen and (min-width: 768px) {
      footer .logo-mozart {
        width: calc(16.6666666667% - 23.3333333333px);
        float: left;
        margin-left: 20px; } }
    footer .logo-mozart .logo-m {
      width: 120px;
      margin: 5px 0; }
    footer .logo-mozart p {
      font-weight: 400;
      color: #fff;
      font-size: 12px; }
    footer .logo-mozart .social {
      margin-bottom: 10px; }
      @media screen and (min-width: 480px) {
        footer .logo-mozart .social {
          text-align: right;
          width: 100%; } }
      footer .logo-mozart .social img {
        max-width: 30px; }
      footer .logo-mozart .social p {
        margin-top: 20px;
        font-size: 14px;
        line-height: 18px;
        color: #626c19; }

@media screen and (min-width: 480px) {
  .footer-gioco {
    padding-bottom: 450px; } }

@media screen and (min-width: 768px) {
  .footer-gioco {
    padding-bottom: 250px; } }



.guide-container {
  display: flex;
  align-items: center;
  justify-content: center;
}
.guide-container .guide {
  width: 100% !important;
}
