/*PA40*/
/* Variabili - BLU DEFAULT #04305e*/
/*reset*/
a, a:visited, a:active, a:focus, a:hover {
  color: #842f50;
  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: #842f50;
  color: #fff; }

.bg-colore2 {
  background-color: #842f50;
  color: #fff; }

.bg-colore3 {
  background-color: #4d1424;
  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(132, 47, 80, 0.1); }

.txt-grigio {
  color: #666; }

.txt-colore1 {
  color: #842f50; }

.ancora {
  position: relative;
  top: -220px; }

.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; }

/*LAYOUT*/
body {
  background: url("img/sfondo.png") no-repeat center -5% #4d1424; }

* {
  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: rgba(77, 20, 36, 0.85);
    padding: 0; }
    #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.icon-ticket {
        background: -moz-linear-gradient(top, #4d1424 0%, rgba(77, 20, 36, 0) 100%);
        background: -webkit-linear-gradient(top, #4d1424 0%, rgba(77, 20, 36, 0) 100%);
        background: linear-gradient(to bottom, #4d1424 0%, rgba(77, 20, 36, 0) 100%);
        padding-left: 1.66rem;
        padding-right: 1.66rem; }
        #mainmenu .navbar-nav > li a.icon-ticket:before {
          font-size: 2em;
          transform: rotate(45deg);
          display: inline-block; }
      #mainmenu .navbar-nav > li a:hover {
        background: -moz-linear-gradient(top, #842f50 0%, rgba(132, 47, 80, 0) 100%);
        background: -webkit-linear-gradient(top, #842f50 0%, rgba(132, 47, 80, 0) 100%);
        background: linear-gradient(to bottom, #842f50 0%, rgba(132, 47, 80, 0) 100%); }
      #mainmenu .navbar-nav > li a[data-toggle="dropdown"] {
        cursor: default; }
    #mainmenu .navbar-nav > li.active > a {
      background: -moz-linear-gradient(top, #842f50 0%, rgba(132, 47, 80, 0) 100%);
      background: -webkit-linear-gradient(top, #842f50 0%, rgba(132, 47, 80, 0) 100%);
      background: linear-gradient(to bottom, #842f50 0%, rgba(132, 47, 80, 0) 100%); }
  #mainmenu .navbar-collapse {
    position: relative; }
  #mainmenu .dropdown {
    cursor: default; }
    #mainmenu .dropdown .dropdown-menu {
      font-size: 0.9em;
      padding: 1.25em;
      background: rgba(132, 47, 80, 0.95);
      background-size: cover;
      box-shadow: 0 10px 20px rgba(132, 47, 80, 0.8);
      margin: -1px;
      letter-spacing: normal;
      border-radius: 20px;
      border: 2px solid #842f50; }
      #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: #4d1424; }
        #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: #842f50;
      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: #4d1424; }
    #mainmenu .tools .login {
      padding-left: 1.5em;
      padding-right: 1.5em;
      font-weight: 600; }

/*TESTATA*/
/*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: 6em 5em 2em;
  position: relative;
  background: linear-gradient(to bottom, rgba(132, 47, 80, 0.5) 0, rgba(132, 47, 80, 0) 150px); }
  .presentazione p, .presentazione ol {
    font-size: 1.15em;
    line-height: 1.4em; }
  .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'; }
  .presentazione ol {
    margin-left: 2em; }

.stand_virtuale .presentazione {
  padding-right: 2em;
  padding-left: 2em; }
.stand_virtuale .scheda {
  background-color: #faf0f4; }
  .stand_virtuale .scheda h3 {
    background-color: #842f50;
    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; }
  .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: #159;
      width: 100%; }
      .stand_virtuale .scheda .documenti .tasto:hover {
        background-color: #16a; }
  .stand_virtuale .scheda + .scheda {
    margin-top: 2em; }
.stand_virtuale .testata.mini img.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: 1em;
      left: 0;
      background-color: #842f50;
      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: #842f50;
      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 img.partner {
    margin: 20px;
    height: 90px;
    max-width: 20% !important;
    object-fit: contain; }

/*GRIGLIA*/
.griglia {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap; }
  .griglia .item {
    margin: 5px;
    height: 200px;
    width: calc(33.3333% - 10px);
    padding: 20px;
    display: flex;
    border: 1px solid rgba(0, 0, 0, 0.1);
    transition: all 300ms ease-in-out;
    justify-content: center; }
    .griglia .item img {
      object-fit: contain;
      object-position: center;
      height: 100%;
      width: 90%;
      max-height: 120px;
      align-self: center; }
    .griglia .item[href]:hover {
      transform: scale(1.05); }
  .griglia.sponsor {
    justify-content: center; }
    .griglia.sponsor a[href] {
      border-color: #842f50;
      border-width: 2px;
      position: relative; }
      .griglia.sponsor a[href]:after {
        content: 'virtual stand';
        position: absolute;
        width: 100%;
        height: auto;
        top: auto;
        left: 0;
        background-color: rgba(132, 47, 80, 0.9);
        bottom: 0;
        color: #fff;
        padding: 0.5em;
        transition: all .15s linear; }
      .griglia.sponsor a[href]:hover:after {
        background-color: #842f50; }

/*TITOLATO*/
.titolato {
  padding: 6em 4em 2em;
  background: linear-gradient(to bottom, rgba(132, 47, 80, 0.5) 0, rgba(132, 47, 80, 0) 150px);
  position: relative; }

/*PROGRAMMA*/
.programma {
  position: relative;
  padding: 6em 4em 2em; }
  .programma .giorno + .giorno {
    border-top: 1px dashed rgba(0, 0, 0, 0.3); }
  .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-weight: 400; }
    .programma .data h4 {
      color: #842f50;
      font-size: 1.6rem; }
    .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: #842f50;
    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: #842f50;
    font-weight: 900; }
  .programma ul {
    margin: 1em 0; }
    .programma ul li {
      padding: 0.4em 0 0.4em 1.5em;
      font-size: 1.15em;
      line-height: 1.4em;
      /*&:nth-child(2n) {background-color:rgba(0,0,0,0.015);}          */ }
      .programma ul li + li {
        border-top: 1px dashed rgba(0, 0, 0, 0.2); }
    .programma ul ul li:before {
      color: #842f50; }

/*CALENDARIO*/
.calendario {
  font-size: 1.05em;
  line-height: 1.25em; }
  .calendario .giorni {
    display: flex;
    flex-wrap: wrap; }
    .calendario .giorni .giorno {
      position: relative;
      padding: 1.5em 1em 1.5em 3em;
      width: 50%; }
      .calendario .giorni .giorno .contatore {
        position: absolute;
        font-size: 3.2em;
        font-weight: 900;
        opacity: 0.9;
        display: block;
        line-height: 1em;
        left: 0.7em;
        top: 0.35em;
        transform: translateX(-100%);
        text-align: right;
        color: #842f50; }
      .calendario .giorni .giorno p {
        margin: 0; }
      .calendario .giorni .giorno .data {
        font-weight: 600; }
      .calendario .giorni .giorno .luogo {
        color: #842f50;
        font-weight: 600; }
      .calendario .giorni .giorno .relatori {
        color: #666;
        font-size: 0.9em; }
        .calendario .giorni .giorno .relatori strong {
          color: #842f50; }

/*TASTO*/
.tasto {
  cursor: pointer;
  text-align: left;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  background-color: #842f50;
  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: #aa3c67;
    color: #fff; }
  .tasto:visited {
    color: #fff; }
  .bg-colore1 .tasto {
    border: 1px solid rgba(255, 255, 255, 0.5);
    background-color: #97365b; }
    .bg-colore1 .tasto:hover {
      background-color: #aa3c67; }
  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: #d07c9d !important; }
    .tasto.icona.evidenza:hover [class*="icon-"] {
      background-color: #dea1b9 !important; }
  .tasto.grigio {
    background-color: #222; }
    .tasto.grigio.icona [class*="icon-"] {
      background-color: #842f50; }
    .tasto.grigio:hover {
      background-color: #3c3c3c; }
      .tasto.grigio:hover.icona [class*="icon-"] {
        background-color: #aa3c67; }
  .tasto.bianco {
    background-color: #f2f2f2;
    color: #333; }
    .tasto.bianco.icona [class*="icon-"] {
      background-color: #842f50;
      color: #fff; }
    .tasto.bianco:hover {
      background-color: #d9d9d9; }
      .tasto.bianco:hover.icona [class*="icon-"] {
        background-color: #aa3c67; }
  .tasto.info {
    padding: 0.33em; }
  .tasto.comingsoon {
    background-color: #777; }
    .tasto.comingsoon.icona [class*="icon-"] {
      background-color: #842f50; }
    .tasto.comingsoon:hover {
      background-color: #777; }
      .tasto.comingsoon:hover.icona [class*="icon-"] {
        background-color: #aa3c67; }

.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 #842f50;
      border-radius: 100%;
      box-shadow: 0 10px 6px -5px rgba(0, 0, 0, 0.5);
      margin-right: 1em; }
    .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 .nome {
      font-size: 1rem;
      font-weight: 400;
      color: #000;
      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 .ruolo {
      color: #842f50;
      font-weight: 700;
      font-size: 1em;
      margin-bottom: 0em; }
    .pulsantiera .autore .relazione {
      color: #842f50;
      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; }

.downloads {
  display: flex;
  flex-wrap: wrap; }
  .downloads .item {
    position: relative;
    color: #333;
    width: calc(50% - 4px);
    margin: 2px;
    padding: 1em 1em 1em 2.6em;
    font-weight: 400;
    transition: background 0.3s ease-in-out;
    border-radius: 5px; }
    .downloads .item span {
      position: absolute;
      color: #842f50;
      left: 0.57em;
      top: 0.57em;
      font-size: 1.4em; }
    .downloads .item:hover {
      color: #fff;
      background: #842f50; }
      .downloads .item:hover span {
        color: #fff; }

#pagina .logo_partner {
  width: 300px;
  height: 180px;
  object-fit: contain; }

.credits {
  color: #842f50;
  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; }

.survey-logo {
  margin: 2em 0 2em;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center; }
  .survey-logo img {
    max-width: 300px !important; }

/*MODALI*/
.modal .modal-header {
  background-color: #842f50;
  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: #842f50;
  border-radius: 100%; }
  .modal .icon-chiudi:hover {
    background-color: #4d1424; }
.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; }
    #footer .loghi > * {
      margin: 0 1em; }
  #footer .copyright {
    background-color: #842f50;
    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: #842f50;
  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 {
  background-color: #842f50;
  font-weight: 800;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  color: #fff;
  padding: 0.55em 1em;
  text-transform: uppercase; }

h4, h5, h6 {
  color: #595959;
  font-weight: 400; }

h1 {
  font-size: 2em; }

h2 {
  font-size: 1.85em; }

h3 {
  font-size: 1.7em; }

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: #842f50;
  margin-bottom: 0.25em; }

.titolo {
  text-transform: uppercase; }

.testuale {
  font-size: 1.2em;
  line-height: 1.4em; }

.titoletto {
  font-weight: 600;
  color: #842f50; }

/*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: 991px) {
  html {
    font-size: 15px; }

  .tasto {
    padding-right: 1em;
    padding-left: 1em; }

  .billboard .item {
    padding-bottom: 50vh; }

  .pulsantiera .item {
    width: 50%; }
    .pulsantiera .item .tasto {
      font-size: 1em; }

  .griglia .item {
    width: calc(33% - 10px); }

  .modal-xl, .modal-lg {
    max-width: 95%;
    margin: 5% auto; }

  .twist .testo {
    font-size: 1.3em; }

  .carousel.partners .loghi img.partner {
    margin: 15px; }

  .stand_virtuale .presentazione {
    padding-right: 1em;
    padding-left: 1em; }

  .testata h3, .testata h4 {
    margin-right: 45%; } }
@media (max-width: 767px) {
  .no-mobile {
    display: none; }

  .solomobile {
    display: inherit; }

  .fascia {
    padding: 2.5em 1em; }

  .griglia .item {
    width: calc(50% - 10px); }

  .testata {
    background-position: 50% 0;
    text-align: center;
    padding-bottom: 0; }
    .testata h1 {
      font-weight: 600;
      letter-spacing: -1.5px;
      font-size: 1.6rem;
      padding: 0.5em 2.5em;
      background: linear-gradient(to bottom, rgba(132, 47, 80, 0.65) 0%, rgba(132, 47, 80, 0) 100%); }
    #pagina .testata img.logo {
      max-width: 85%;
      padding: 2em 0 11em; }
    .testata h2 {
      font-size: 1.8em;
      padding: 0.5em 1em;
      margin: 0 auto;
      background: rgba(132, 47, 80, 0.9); }
    .testata h3 {
      margin: 0 3rem;
      font-size: 1.5em;
      text-align: center; }
    .testata h4 {
      display: block;
      transform: unset;
      margin: 0 6rem; }
    #pagina .testata.mini img.logo {
      padding: 1em 0;
      max-width: 55%; }

  .stand_virtuale .testata.mini img.logo {
    display: unset; }

  #mainmenu {
    width: 100%;
    right: 0;
    top: 0;
    position: fixed;
    padding: 0;
    z-index: 100;
    color: #fff;
    text-align: center; }
    body.copertina #mainmenu {
      background-color: #4d1424; }
    #mainmenu .navbar-toggler {
      font-size: 1.5em;
      background: #4d1424;
      padding: 0.2em;
      margin: 0.75em 0.5em;
      border-radius: 8px;
      z-index: 100;
      box-shadow: unset; }
      #mainmenu .navbar-toggler.collapsed {
        background: #842f50;
        box-shadow: 0 0 3px 3px rgba(255, 255, 255, 0.5); }
    #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; }
      #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: 2em 0 2em;
      margin: 0;
      max-height: 100vh;
      overflow-y: auto;
      border-bottom: 2px solid #fff;
      box-shadow: 0 10px 20px -10px rgba(132, 47, 80, 0.8);
      background: rgba(132, 47, 80, 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%; }

  .stand_virtuale .logo-evento {
    margin: 3em auto; }
  .stand_virtuale img.stand {
    border-top: 0; }

  .twist {
    display: block; }
    .twist > div {
      width: 100%; }
    .twist .testo {
      padding: 2em;
      text-align: center; }

  .carousel.partners .loghi {
    display: block; }
    .carousel.partners .loghi img.partner {
      margin: 20px 0;
      height: 100px;
      max-width: 80% !important;
      width: 100%; }

  .titolato {
    padding: 6em 2em 2em; }

  .modal .modal-body {
    padding: 1em; }

  .calendario .giorni .giorno, .downloads .item {
    width: 100%; }

  .presentazione ol {
    margin-left: 1.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 .item {
    width: 100%; }

  .stand_virtuale img.stand {
    height: 68vw;
    object-fit: cover;
    object-position: -10px 0;
    border-top: 3px solid #fff; }

  .testata h2, .testata h3, .testata h4 {
    margin: auto; } }

/*# sourceMappingURL=stile.css.map */
