/*PULLUP*/
/* Variabili - BLU DEFAULT #04305e*/
/*reset*/
a, a:visited, a:active, a:focus, a:hover {
  color: #324e54;
  text-decoration: none;
  outline: none; }

ul {
  margin: 0;
  padding: 0;
  list-style: none; }

ol {
  margin: 0;
  padding: 0; }
  ol li {
    margin-bottom: 0.5em; }

em {
  color: inherit; }

html {
  font-size: 16px;
  scroll-behavior: smooth; }

body {
  font-family: "Montserrat", sans-serif;
  line-height: 120%; }

[class*="icon-"]:before {
  font-weight: 400 !important; }

.flex {
  display: flex; }

.flexcenter {
  display: flex;
  justify-content: center;
  align-items: center; }

.flexstretch {
  display: flex;
  justify-content: center;
  align-items: stretch; }

.flexend {
  justify-content: flex-end; }

.flexstart {
  justify-content: flex-start; }

.centrato {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.nascosto {
  display: none; }

.relative {
  position: relative; }

.riempi {
  object-fit: cover;
  height: 100%;
  width: 100%; }

.solomobile {
  display: none; }

.bg-colore1 {
  background-color: #324e54;
  color: #fff; }

.bg-colore2 {
  background-color: #112b31;
  color: #fff; }

.bg-colore3 {
  background-color: #596e71;
  color: #fff; }

[class*="bg-colore"] {
  color: #fff; }
  [class*="bg-colore"] a, [class*="bg-colore"] a:visited, [class*="bg-colore"] a:active, [class*="bg-colore"] a:focus, [class*="bg-colore"] a:hover {
    color: #fff; }

.bg-blended {
  background-color: rgba(50, 78, 84, 0.1); }

.txt-grigio {
  color: #666; }

.txt-colore1 {
  color: #324e54; }

.ancora {
  position: relative;
  top: -220px; }

.corpo080 {
  font-size: 0.8em;
  line-height: 1.4em; }

.corpo090 {
  font-size: 0.9em;
  line-height: 1.4em; }

.corpo120 {
  font-size: 1.2em;
  line-height: 1.4em; }

.corpo150 {
  font-size: 1.5em;
  line-height: 1.4em; }

.corpo200 {
  font-size: 2em;
  line-height: 1.4em; }

.corpo300 {
  font-size: 3em;
  line-height: 1.4em; }

.corpo400 {
  font-size: 4em;
  line-height: 1.4em; }

.spaziati > * + * {
  margin-left: 0.5em; }

.separatore {
  border-top: 1px solid #999;
  margin: 2em 0;
  clear: both;
  display: block; }

.bg-grayfade {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 100px);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 100px);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 100px); }

.fascia {
  padding: 3.5rem 2rem 2rem; }

.rientrato {
  padding-left: 1.5em; }

/*LAYOUT*/
body {
  background: #596e71;
  position: relative; }
  body:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url("../img/sfondo.png");
    background-repeat: no-repeat, no-repeat;
    background-position: center top;
    height: 100%; }

* {
  box-sizing: border-box; }

#pagina {
  position: relative;
  padding: 0;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.2);
  background-color: #fff; }
  #pagina img {
    max-width: 100%; }

/*MENU*/
#mainmenu {
  position: relative;
  font-size: 1.1em;
  font-weight: 400;
  color: #fff;
  width: 100%;
  padding: 0;
  z-index: 10;
  font-family: "Montserrat", sans-serif; }
  #mainmenu .navbar-nav {
    justify-content: center;
    background-color: #112b31;
    padding: 0;
    border-bottom: 1px solid #fff; }
    #mainmenu .navbar-nav > li a {
      display: block;
      position: relative;
      line-height: 3.5rem;
      color: #fff;
      padding: 0 1.3em;
      font-weight: 600; }
      #mainmenu .navbar-nav > li a:hover {
        background: -moz-linear-gradient(top, #324e54 0%, rgba(50, 78, 84, 0) 100%);
        background: -webkit-linear-gradient(top, #324e54 0%, rgba(50, 78, 84, 0) 100%);
        background: linear-gradient(to bottom, #324e54 0%, rgba(50, 78, 84, 0) 100%); }
      #mainmenu .navbar-nav > li a[data-toggle="dropdown"] {
        cursor: default; }
    #mainmenu .navbar-nav > li.active > a {
      background: linear-gradient(to bottom, #fb901c 0%, rgba(251, 144, 28, 0) 100%); }
  #mainmenu .navbar-collapse {
    position: relative; }
  #mainmenu .dropdown {
    cursor: default; }
    #mainmenu .dropdown .dropdown-menu {
      font-size: 0.9em;
      padding: 1.25em;
      background: rgba(17, 43, 49, 0.95);
      background-size: cover;
      box-shadow: 0 10px 20px rgba(50, 78, 84, 0.8);
      margin: -1px;
      letter-spacing: normal;
      border-radius: 20px;
      border: 2px solid #324e54; }
      #mainmenu .dropdown .dropdown-menu li a {
        white-space: nowrap;
        line-height: 1em;
        padding: 0.66em;
        color: #fff; }
      #mainmenu .dropdown .dropdown-menu li + li {
        border-top: 1px solid rgba(255, 255, 255, 0.2); }
      #mainmenu .dropdown .dropdown-menu li:hover {
        background-color: #596e71; }
        #mainmenu .dropdown .dropdown-menu li:hover a {
          color: #fff;
          background: unset; }
  #mainmenu .tools {
    padding: 1rem 2em;
    text-align: right;
    font-size: 0.8em; }
    #mainmenu .tools [class*="icon-"] {
      margin-right: 0.7em;
      position: relative;
      top: 0.2em; }
      #mainmenu .tools [class*="icon-"]:before {
        display: inline-block;
        font-size: 1.5em; }
    #mainmenu .tools li {
      display: inline-block;
      padding: 0 .5em; }
      #mainmenu .tools li:last-child {
        padding-right: 0; }
    #mainmenu .tools .sociali a [class^="icon-"] {
      margin: 0; }
    #mainmenu .tools a {
      transition: transform 0.3s linear;
      display: inline-block;
      color: #fff;
      background-color: #324e54;
      height: 2.5em;
      min-width: 2.5em;
      text-align: center;
      line-height: 2.5em;
      border-radius: 20px;
      text-align: center; }
      #mainmenu .tools a:hover {
        background-color: #596e71; }
    #mainmenu .tools .login {
      padding-left: 1.5em;
      padding-right: 1.5em;
      font-weight: 600; }

/*TESTATA*/
.testata {
  position: relative; }
  .testata.mini {
    min-height: unset; }

/*CORSI*/
.elenco_corsi {
  margin-bottom: 4em; }
  .elenco_corsi a {
    display: flex;
    color: #333;
    text-align: left;
    padding: 2em;
    border-radius: 10px;
    background-color: rgba(0, 0, 0, 0.03);
    transition: all .2s linear;
    position: relative;
    overflow: hidden; }
    .elenco_corsi a .titolo {
      text-transform: unset; }
    .elenco_corsi a span {
      display: block; }
    .elenco_corsi a .progressivo {
      position: absolute;
      opacity: .1;
      font-weight: 900;
      font-size: 7em;
      top: 6px;
      left: 10px;
      line-height: 1em; }
    .elenco_corsi a .data {
      color: #FB901C;
      font-size: 1.05em;
      font-weight: 900;
      padding-right: 2em; }
    .elenco_corsi a .nomi {
      font-weight: 600;
      color: rgba(0, 0, 0, 0.7);
      font-size: 0.9em;
      line-height: 1.1em; }
    .elenco_corsi a .titolo {
      color: #324e54;
      font-weight: 600;
      line-height: 1.1em;
      margin-bottom: 0.1em; }
    .elenco_corsi a + a {
      margin-top: 0.5em; }
    .elenco_corsi a:hover {
      background-color: #112b31;
      transform: scale(1.03); }
      .elenco_corsi a:hover .data, .elenco_corsi a:hover .titolo, .elenco_corsi a:hover .nomi, .elenco_corsi a:hover .progressivo {
        color: #fff; }

/*MODULI*/
/*twist*/
.twist {
  display: flex;
  justify-content: center;
  align-items: stretch; }
  .twist > div {
    width: 50%;
    position: relative; }
  .twist .testo {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5vw;
    font-size: 1.5em;
    line-height: 1.2;
    font-weight: 300; }
  .twist .immagine img {
    object-fit: cover;
    width: 100%;
    height: 200px;
    min-height: 100%; }

.box-tasti {
  display: flex;
  flex-wrap: wrap; }
  .box-tasti .tasto {
    display: block;
    width: calc(50% - 5px);
    margin: 2px;
    position: relative;
    white-space: inherit; }

.presentazione {
  line-height: 1.5em;
  padding-right: 2em;
  padding-left: 2em;
  max-width: 900px;
  margin: auto; }
  .presentazione h3 {
    margin-bottom: 1em; }
  .presentazione .tasto.espandi:before {
    content: 'Leggi tutto'; }
  .presentazione .tasto.espandi[aria-expanded='true']:before {
    content: 'Comprimi'; }
  .presentazione .tasto.espandi:after, .presentazione .tasto.espandi[aria-expanded='true']:after {
    content: '\e906';
    font-family: "myicons";
    margin-left: 1em; }
  .presentazione .tasto.espandi[aria-expanded='true']:after {
    content: '\e907'; }

.titolo-giornata {
  max-width: 700px;
  margin: 0 auto 2em; }
  .titolo-giornata h3 {
    font-size: 1.8em; }
  .titolo-giornata h3, .titolo-giornata p {
    margin: 0;
    line-height: 1em; }
  .titolo-giornata .nomi {
    color: rgba(0, 0, 0, 0.6);
    font-size: 1.2em;
    margin: 0.35em auto 1em;
    font-weight: 700; }
  .titolo-giornata .data {
    margin: 2em 0 1.3em;
    font-weight: 400; }
    .titolo-giornata .data strong {
      font-size: 1.3em;
      font-weight: 600;
      color: #FB901C; }

.stand_virtuale .presentazione {
  padding-right: 2em;
  padding-left: 2em; }
.stand_virtuale .scheda {
  background-color: rgba(0, 0, 0, 0.05); }
  .stand_virtuale .scheda h3 {
    background-color: #596e71;
    color: #fff;
    padding: 0.5em 1em;
    font-size: 1.3rem;
    font-weight: 600;
    line-height: 1.2em; }
  .stand_virtuale .scheda .contenuto {
    padding: 1em; }
    .stand_virtuale .scheda .contenuto .logo {
      max-width: 85% !important;
      margin: 0 auto 2em;
      position: static; }
  .stand_virtuale .scheda .documenti {
    padding-top: 0.5em; }
    .stand_virtuale .scheda .documenti a {
      font-size: 13px;
      line-height: 1.2em;
      margin: 0.1em 0; }
    .stand_virtuale .scheda .documenti .tasto {
      background-color: #596e71;
      width: 100%; }
      .stand_virtuale .scheda .documenti .tasto:hover {
        background-color: #324e54; }
  .stand_virtuale .scheda + .scheda {
    margin-top: 2em; }
.stand_virtuale .testata.mini {
  height: 55px; }
  .stand_virtuale .testata.mini .logo {
    display: none; }
.stand_virtuale .logo-evento {
  max-width: 87% !important;
  margin: 3em auto; }
.stand_virtuale img.stand {
  border-top: 3px solid #fff; }

.stand {
  position: relative;
  perspective: 500px; }
  .stand .wall1 {
    left: 6.8%;
    top: 12.53%;
    width: 39%;
    height: 63.93%;
    z-index: 1;
    transform: rotateX(0deg) rotateY(8deg) skewy(-2deg);
    transform-style: preserve-3d; }
  .stand .wall2a {
    left: 56.27%;
    top: 13.63%;
    width: 40.33%;
    height: 42.75%;
    z-index: 2; }
  .stand .wall2b {
    left: 80.87%;
    top: 56.26%;
    width: 15.73%;
    height: 16.92%;
    z-index: 3; }
  .stand [class^="wall"] {
    position: absolute;
    /*background-color: rgba(#a0a, .5);*/ }

/*elenchi*/
.elenco {
  margin-bottom: 2em;
  /*puntati*/
  /*spaziato*/ }
  .elenco li {
    position: relative; }
  .elenco.cerchi li, .elenco.quadrati li, .elenco.linee li {
    padding-left: 1.5em;
    margin-bottom: 0.5em; }
    .elenco.cerchi li:before, .elenco.quadrati li:before, .elenco.linee li:before {
      content: '';
      position: absolute;
      top: 0.5em;
      left: 0;
      background-color: #324e54;
      width: 0.3em;
      height: 0.3em; }
  .elenco.cerchi li:before {
    border-radius: 100%; }
  .elenco.linee li:before {
    height: 3px; }
  .elenco.spaziato li {
    padding: 0.75em 0;
    border-bottom: 1px solid #ccc; }
    .elenco.spaziato li [class*="icon-"]:first-child {
      margin-right: 1em;
      display: inline-block; }
  .elenco.alternato li {
    padding: 0.75em; }
    .elenco.alternato li:nth-child(2n-1) {
      background-color: rgba(0, 0, 0, 0.05); }
  .elenco.numero li {
    padding-left: 2.5em; }
    .elenco.numero li span.numero {
      position: absolute;
      left: 0;
      top: 0;
      color: #324e54;
      font-weight: 400; }
      .elenco.numero li span.numero:after {
        content: '.'; }

/*PARTNERS*/
.carousel.partners .loghi {
  display: flex;
  justify-content: center;
  align-items: center; }
  .carousel.partners .loghi .partner {
    margin: 20px;
    height: 90px;
    max-width: 20% !important;
    object-fit: contain; }
    .carousel.partners .loghi .partner.max {
      max-width: 33% !important; }

/*GRIGLIA*/
.griglia.sponsor {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap; }
  .griglia.sponsor .item {
    margin: 5px;
    height: 200px;
    width: calc(25% - 10px);
    padding: 20px;
    display: flex;
    border: 1px solid rgba(0, 0, 0, 0.1);
    transition: all 300ms ease-in-out; }
    .griglia.sponsor .item img {
      object-fit: contain;
      object-position: center;
      height: 100%;
      width: 100%;
      max-height: 100px;
      align-self: center; }
    .griglia.sponsor .item[href]:hover {
      transform: scale(1.05); }
  .griglia.sponsor.sponsor {
    justify-content: left; }
    .griglia.sponsor.sponsor a[href] {
      border-color: #112b31;
      border-width: 2px;
      position: relative; }
      .griglia.sponsor.sponsor a[href]:after {
        content: 'virtual stand';
        position: absolute;
        width: 100%;
        height: auto;
        top: auto;
        left: 0;
        background-color: rgba(89, 110, 113, 0.9);
        bottom: 0;
        color: #fff;
        padding: 0.5em;
        transition: all .15s linear; }
      .griglia.sponsor.sponsor a[href]:hover:after {
        background-color: #112b31; }
    .griglia.sponsor.sponsor .item {
      justify-content: center; }
      .griglia.sponsor.sponsor .item img {
        max-width: 200px !important; }

.griglia.risorse {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  margin: 3em 0 2em; }
  .griglia.risorse .item {
    margin: 5px;
    display: flex;
    border: 1px solid rgba(0, 0, 0, 0.1);
    height: 270px;
    position: relative;
    overflow: hidden;
    width: calc(33.33% - 10px);
    transition: all 300ms ease-in-out; }
    .griglia.risorse .item img {
      object-fit: cover;
      object-position: center;
      height: 100%;
      width: 100%;
      position: absolute;
      z-index: 0;
      transition: all 300ms ease-in-out; }
    .griglia.risorse .item[href]:hover img {
      transform: scale(1.1); }
    .griglia.risorse .item .contenuti {
      position: absolute;
      bottom: 0;
      width: 100%;
      z-index: 2; }
    .griglia.risorse .item h3 {
      font-weight: 600;
      font-size: 1em;
      padding: 0.5em 1em;
      color: #666; }
    .griglia.risorse .item .contributi {
      display: flex;
      width: 100%;
      align-items: center;
      justify-content: center;
      background-color: #112b31;
      color: #fff; }
      .griglia.risorse .item .contributi > * {
        flex: 1;
        padding: 0.5em 0;
        font-size: 0.8rem;
        line-height: 1rem;
        font-weight: 400; }
      .griglia.risorse .item .contributi .tipo + .tipo {
        border-left: 1px solid #fff; }
      .griglia.risorse .item .contributi [class^="icon-"] {
        position: relative;
        top: 0.1em;
        font-size: 1.1em;
        margin-right: 0.2em; }
    .griglia.risorse .item:before {
      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0.9) 70%);
      background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0.9) 70%);
      background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0.9) 70%);
      z-index: 1; }
  .griglia.risorse.sponsor a[href] {
    border-color: #112b31;
    border-width: 2px; }

/*PROGRAMMA*/
.programma .giorno {
  padding: 3em 2em; }
.programma .step {
  display: flex;
  font-size: 1.2em;
  padding: 0.66em 0;
  font-weight: 400; }
  .programma .step + .step {
    border-top: 1px dashed #ccc; }
.programma .data {
  text-align: left;
  font-size: 1.2em;
  line-height: 1.2em;
  font-weight: 400;
  margin: 2em 0 0 3.3em; }
  .programma .data h4 {
    color: #324e54;
    font-size: 1.4rem;
    font-weight: 600; }
    .programma .data h4 strong {
      font-weight: 900;
      font-size: 1.5em; }
  .programma .data .sottotitolo {
    margin: 0 0 0.5em; }
    .programma .data .sottotitolo em {
      font-size: 0.9em; }
.programma .orario {
  display: block;
  text-align: left;
  padding-right: 0.5em;
  width: 66px;
  color: #FB901C;
  line-height: 1em;
  margin-top: 0.2em; }
.programma .descrizione {
  margin: 0;
  text-align: left; }
  .programma .descrizione .relatore {
    font-size: 0.9em;
    font-style: italic;
    font-weight: 300; }
.programma .importante {
  color: #324e54;
  font-weight: 900; }
.programma ul {
  margin: 1em 0; }
  .programma ul li {
    padding: 0.4em 0 0.4em 1.5em; }
    .programma ul li.li {
      border-top: 1px solid rgba(0, 0, 0, 0.1); }
    .programma ul li:nth-child(2n) {
      background-color: rgba(0, 0, 0, 0.015); }
  .programma ul ul li:before {
    color: #112b31; }

.professione {
  padding: 0.5em 1.5em;
  font-size: 0.9em; }

/*TASTO*/
.tasto {
  cursor: pointer;
  text-align: left;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  background-color: #FB901C;
  color: #fff;
  padding: 1em 1em 0.85em;
  transition: all 0.2s ease-in-out;
  user-select: none;
  position: relative;
  font-size: 1.1rem;
  display: inline-block;
  line-height: 1em;
  border-radius: 0.5rem; }
  .tasto:hover, .tasto:active, .tasto:focus {
    background-color: #e07604;
    color: #fff; }
  .tasto:visited {
    color: #fff; }
  .bg-colore1 .tasto {
    border: 1px solid rgba(255, 255, 255, 0.5);
    background-color: #3c5d64; }
    .bg-colore1 .tasto:hover {
      background-color: #456c74; }
  p + .tasto {
    margin-top: 1em; }
  .tasto[class*="icon-"] {
    color: #fff; }
    .tasto[class*="icon-"]:hover {
      color: #fff; }
  .tasto.icona-fine {
    padding-right: 3em; }
    .tasto.icona-fine [class*="icon-"] {
      position: absolute;
      right: 0.8rem;
      top: 50%;
      transform: translateY(-50%);
      font-size: 1.5em; }
  .tasto.icona {
    padding-left: 4rem; }
    .tasto.icona [class*="icon-"] {
      font-size: 1.5em;
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      padding: 0.3em 0;
      border-right: 1px solid rgba(255, 255, 255, 0.5);
      text-align: center;
      width: 3rem; }
      .tasto.icona [class*="icon-"]:before {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
    .tasto.icona.evidenza [class*="icon-"] {
      background-color: #73a2ac !important; }
    .tasto.icona.evidenza:hover [class*="icon-"] {
      background-color: #93b7bf !important; }
  .tasto.grigio {
    background-color: #222; }
    .tasto.grigio.icona [class*="icon-"] {
      background-color: #324e54; }
    .tasto.grigio:hover {
      background-color: #3c3c3c; }
      .tasto.grigio:hover.icona [class*="icon-"] {
        background-color: #456c74; }
  .tasto.bianco {
    background-color: #f2f2f2;
    color: #333; }
    .tasto.bianco.icona [class*="icon-"] {
      background-color: #324e54;
      color: #fff; }
    .tasto.bianco:hover {
      background-color: #d9d9d9; }
      .tasto.bianco:hover.icona [class*="icon-"] {
        background-color: #456c74; }
  .tasto.info {
    padding: 0.33em; }
  .tasto.comingsoon {
    background-color: #777; }
    .tasto.comingsoon.icona [class*="icon-"] {
      background-color: #324e54; }
    .tasto.comingsoon:hover {
      background-color: #777; }
      .tasto.comingsoon:hover.icona [class*="icon-"] {
        background-color: #456c74; }

.media {
  height: 0;
  padding-bottom: 100%;
  overflow: hidden;
  margin-bottom: 30px;
  position: relative;
  margin-bottom: 2em; }
  .media .item {
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0; }
  .media.foglio {
    padding-bottom: 145%; }
  .media.video {
    padding-bottom: 56.25%;
    margin-bottom: 0; }
  .media.immagine {
    padding-bottom: 66%; }
    .media.immagine img {
      object-fit: cover;
      object-position: center center; }

.pulsantiera {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; }
  .pulsantiera > * {
    width: 50%;
    padding: 0.5em 0.25em; }
  .pulsantiera .tasto {
    min-width: 100%;
    height: 4em; }
    .pulsantiera .tasto .testo {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      left: 1em;
      width: calc(100% - 3.8em);
      display: inline-block; }
  .pulsantiera .label {
    margin: 0.5em 1em 1em;
    text-align: left;
    line-height: 1.1em; }
  .pulsantiera .autore {
    display: flex;
    margin-bottom: 2em; }
    .pulsantiera .autore img.foto {
      display: block;
      min-width: 80px;
      width: 80px;
      height: 80px;
      border: 3px solid #FB901C;
      border-radius: 100%;
      box-shadow: 0 10px 6px -5px rgba(0, 0, 0, 0.5);
      margin-right: 1em;
      background: url("../img/autori/generico.png") no-repeat center center;
      background-size: 100%; }
    .pulsantiera .autore .tasto {
      font-size: 1rem;
      margin-bottom: 2em;
      height: auto;
      min-width: unset; }
    .pulsantiera .autore p {
      font-size: 0.9rem;
      margin-bottom: 1em; }
    .pulsantiera .autore .ruolo {
      font-size: 0.9rem;
      font-weight: 600;
      color: #666;
      margin: 0.25em 0 0.75em; }
    .pulsantiera .autore .qualifica {
      color: #222; }
    .pulsantiera .autore .descrizione {
      font-size: 1rem;
      color: rgba;
      margin-bottom: 0;
      font-weight: 400; }
    .pulsantiera .autore .nome {
      color: #112b31;
      font-weight: 700;
      font-size: 1em;
      margin-bottom: 0em; }
    .pulsantiera .autore .relazione {
      color: #112b31;
      font-weight: 700;
      margin-top: -0.5em; }
    .pulsantiera .autore .foto-autori img.foto {
      position: relative; }
      .pulsantiera .autore .foto-autori img.foto:nth-child(n+2) {
        margin-top: -10px; }
  .pulsantiera.vip .autore img.foto {
    min-width: 100px;
    width: 100px;
    height: 100px; }
  .pulsantiera.sintetica > * {
    width: 33.3%; }

#pagina .logo_partner {
  width: 300px;
  height: 180px;
  object-fit: contain; }

.credits {
  color: #324e54;
  font-style: italic;
  /*border-top:1px solid rgba($nero, 0.3); padding-top:3em;*/
  margin-top: 3em; }
  .credits .autore {
    font-size: 1.75em;
    line-height: 1.2em;
    margin-bottom: 0; }

.contattaci {
  padding: 2em;
  background-color: rgba(0, 0, 0, 0.1);
  text-align: center;
  margin: 0.25em 0; }
  .contattaci a {
    font-weight: 600; }

/*MODALI*/
.modal .modal-header {
  background-color: #324e54;
  color: #fff;
  display: block;
  text-align: center;
  position: relative; }
  .modal .modal-header h2, .modal .modal-header h3, .modal .modal-header h4, .modal .modal-header h5 {
    color: #fff;
    line-height: 1em; }
.modal .modal-body {
  font-size: 1.2rem;
  line-height: 1.2em;
  padding: 2em 1em; }
  .modal .modal-body.no-padding {
    padding: 0; }
  .modal .modal-body h4 {
    margin-bottom: 0.5em; }
.modal img {
  max-width: 100%; }
.modal .icon-chiudi {
  position: absolute;
  top: -0.75em;
  right: -0.75em;
  color: #fff;
  padding: 0.5em;
  background-color: #112b31;
  border-radius: 100%; }
  .modal .icon-chiudi:hover {
    background-color: #596e71; }
.modal .contatti {
  display: flex;
  justify-content: space-around; }
  .modal .contatti li {
    padding: 0.33em 0;
    font-size: 1.3rem; }
  .modal .contatti [class*="icon"] {
    font-size: 1.5em;
    position: relative;
    top: 0.2em; }
    .modal .contatti [class*="icon"]:after {
      content: ' '; }

/*FOOTER*/
#footer {
  position: relative; }
  #footer .loghi {
    display: flex;
    padding: 3em 2em;
    justify-content: center;
    align-items: center; }
    #footer .loghi > * {
      margin: 0 1em; }
    #footer .loghi img {
      width: 100px; }
    #footer .loghi h3 {
      font-size: 1em; }
  #footer .copyright {
    background-color: #112b31;
    color: #fff;
    text-align: center;
    padding: 1.5em 2em; }

/* TIPOGRAFIA */
body {
  color: #333;
  font-weight: 300; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", sans-serif;
  color: #596e71;
  font-weight: 400;
  line-height: 1em;
  margin: 0 0 0.2em; }
  [class*='bg-colore'] h1, [class*='bg-colore'] h2, [class*='bg-colore'] h3, [class*='bg-colore'] h4, [class*='bg-colore'] h5, [class*='bg-colore'] h6 {
    color: #fff; }
  p + h1, p + h2, p + h3, p + h4, p + h5, p + h6 {
    margin-top: 2em; }

h1, h2, h3 {
  color: #324e54;
  font-weight: 900; }

h4, h5, h6 {
  color: #595959;
  font-weight: 400; }

h1 {
  font-size: 2.4em; }

h2 {
  font-size: 2em; }

h3 {
  font-size: 1.75em; }

h4 {
  font-size: 1.5em; }

h5 {
  font-size: 1.25em; }

h6 {
  font-size: 1.1em; }

strong {
  font-weight: 600; }

.sottotitolo {
  margin-top: -0.5em; }

.sopratitolo {
  color: #112b31;
  margin-bottom: 0.25em; }

.titolo {
  text-transform: uppercase; }

.testuale {
  font-size: 1.2em;
  line-height: 1.4em; }

.titoletto {
  font-weight: 600;
  color: #324e54; }

.apice {
  position: relative;
  font-size: 0.6em;
  top: -0.6em; }

.pedice {
  position: relative;
  font-size: 0.6em;
  top: 0.3em; }

/*RESPONSIVE MIN*/
@media (min-width: 1200px) {
  #mainmenu .dropdown:hover .dropdown-menu {
    display: block; } }
/*RESPONSIVE MAX*/
@media (max-width: 1399px) {
  #mainmenu {
    font-size: 1.1em; } }
@media (max-width: 1199px) {
  .pulsantiera.sintetica > * {
    width: 50%; } }
@media (max-width: 991px) {
  html {
    font-size: 15px; }

  .tasto {
    padding-right: 1em;
    padding-left: 1em; }

  .billboard .item {
    padding-bottom: 50vh; }

  .pulsantiera .item {
    width: 50%; }
    .pulsantiera .item .tasto .testo {
      font-size: 1em; }

  .griglia.sponsor .item {
    width: calc(33.33% - 10px); }

  .griglia.risorse .item {
    width: calc(50% - 10px); }

  .modal-xl, .modal-lg {
    max-width: 95%;
    margin: 5% auto; }

  .twist .testo {
    font-size: 1.3em; }

  .carousel.partners .loghi .partner {
    margin: 15px; }

  .stand_virtuale .testata.mini {
    height: 52px; }
  .stand_virtuale .presentazione {
    padding-right: 1.5em;
    padding-left: 1.5em; }

  .presentazione {
    padding-right: 2em;
    padding-left: 2em; } }
@media (max-width: 767px) {
  .no-mobile {
    display: none; }

  .solomobile {
    display: inherit; }

  .fascia {
    padding: 2.5em 1em; }

  .griglia.sponsor .item, .griglia.risorse .item {
    width: calc(50% - 10px); }

  .testata .logo {
    right: 50%;
    transform: translateX(50%);
    width: max-content;
    top: 5em;
    font-size: 2vw; }
  .testata.mini {
    background-image: unset; }
    .testata.mini .logo {
      right: 50%;
      left: auto;
      top: 30px; }
    .testata.mini .stone, .testata.mini .crediti {
      display: none; }

  .stand_virtuale .testata.mini {
    height: 150px; }
    .stand_virtuale .testata.mini .logo {
      display: unset; }
  .stand_virtuale img.stand {
    border-top: 3px solid #fff; }
  .stand_virtuale .logo-evento {
    margin: 3em auto; }

  #mainmenu {
    width: 100%;
    right: 0;
    top: 0;
    position: fixed;
    padding: 0;
    z-index: 100;
    color: #fff;
    text-align: center; }
    body.copertina #mainmenu {
      background-color: #596e71; }
    #mainmenu .navbar-toggler {
      font-size: 1.5em;
      background: #FB901C;
      padding: 0.2em;
      margin: 0.75em 1em;
      border-radius: 8px;
      z-index: 100;
      box-shadow: unset; }
      #mainmenu .navbar-toggler.collapsed {
        background: #FB901C;
        box-shadow: 0 0 3px 3px rgba(255, 255, 255, 0.1); }
      #mainmenu .navbar-toggler:before {
        color: #fff; }
    #mainmenu .logo {
      left: 50%;
      transform: translateX(-50%);
      max-width: unset;
      width: 140px;
      top: 1em; }
    #mainmenu .tools {
      text-align: left;
      padding: 0.5em 0 0;
      font-size: inherit;
      border-top: 1px solid rgba(255, 255, 255, 0.33);
      margin: 0.5em; }
      #mainmenu .tools li {
        display: block;
        padding: 0.5rem; }
      #mainmenu .tools li + li {
        border: none; }
      #mainmenu .tools .sociali {
        margin: 0;
        padding: 0; }
        #mainmenu .tools .sociali a {
          background: none; }
      #mainmenu .tools .login {
        background: none;
        padding: 0; }
      #mainmenu .tools a:hover {
        background: none; }
    #mainmenu .navbar-nav {
      background: unset;
      border: none; }
      #mainmenu .navbar-nav > li {
        padding: 0 1em; }
        #mainmenu .navbar-nav > li.active > a {
          font-weight: 900;
          background: none; }
        #mainmenu .navbar-nav > li a {
          color: #fff;
          line-height: 120%;
          padding: 0.66em 0;
          font-size: 1.2rem; }
          #mainmenu .navbar-nav > li a:hover {
            background: none; }
    #mainmenu .navbar-collapse {
      position: absolute;
      width: 100%;
      top: 0;
      padding: 1em 0 2em;
      margin: 0;
      max-height: 100vh;
      overflow-y: auto;
      border-bottom: 2px solid #fff;
      box-shadow: 0 10px 20px -10px rgba(50, 78, 84, 0.8);
      background: rgba(50, 78, 84, 0.95);
      z-index: 10; }
    #mainmenu .dropdown .dropdown-menu {
      color: #fff;
      background: transparent;
      box-shadow: none;
      margin: 0;
      border: none;
      padding-top: 0;
      padding-left: 0;
      font-size: 0.9em; }
      #mainmenu .dropdown .dropdown-menu li + li {
        border-color: rgba(255, 255, 255, 0.3); }
      #mainmenu .dropdown .dropdown-menu li a {
        padding: 0.75em;
        font-size: 0.9em;
        font-size: 1.05rem; }
      #mainmenu .dropdown .dropdown-menu li:hover {
        background: none; }
    body.shrink #mainmenu {
      position: fixed;
      background: transparent; }
      body.shrink #mainmenu .logo {
        display: none; }

  .pulsantiera .item {
    width: 100%; }
  .pulsantiera.sintetica > * {
    width: 100%; }

  .programma {
    margin: 0 -25px; }

  .twist {
    display: block; }
    .twist > div {
      width: 100%; }
    .twist .testo {
      padding: 2em;
      text-align: center; }

  .carousel.partners .loghi {
    flex-wrap: wrap; }
    .carousel.partners .loghi .partner, .carousel.partners .loghi .partner.max {
      margin: 20px;
      height: 100px;
      max-width: 250px !important;
      width: 100%; }

  .modal .modal-body {
    padding: 1em; }

  #footer .loghi {
    flex-wrap: wrap; }
    #footer .loghi > * {
      width: 100%;
      text-align: center;
      margin: 1em 0.75em; } }
@media (max-width: 575px) {
  .modal .icon-chiudi {
    top: -0.5em;
    right: -0.5em; }

  .modal .contatti {
    display: block;
    text-align: center;
    margin-bottom: 1em; }

  .griglia.sponsor .item {
    width: 100%; }

  .griglia.risorse .item {
    width: 100%; }

  .stand_virtuale img.stand {
    height: 68vw;
    object-fit: cover;
    object-position: -10px 0;
    border-top: 3px solid #fff; }

  .testata {
    min-height: 66vh;
    background-position-x: center; }
    .testata .logo {
      right: 50%;
      transform: translateX(50%);
      width: max-content;
      top: 5em;
      font-size: 2.6vw; }
    .testata .bottom {
      display: block;
      padding: 0; }
    .testata .stone {
      font-size: 1.5em;
      padding: 0.5em 1em 0.5em 50px;
      margin-bottom: 1em;
      width: max-content; }
    .testata .crediti {
      font-size: 1em;
      margin-left: 50px; }

  .elenco_corsi a {
    display: block;
    text-align: center; }
    .elenco_corsi a .nomi {
      margin-top: 0.3em; }
    .elenco_corsi a .data {
      font-size: 1.2em;
      line-height: 1.2em;
      padding: 0;
      margin-bottom: 0.5em; }
    .elenco_corsi a .progressivo {
      left: 15px;
      opacity: 0.07; }

  .titolo-giornata h3 {
    font-size: 1.5em;
    line-height: 1.2em; } }

/*# sourceMappingURL=stile.css.map */
