@charset "UTF-8";
/*HI-TECH 2026*/
/* Variabili */
/*reset*/
a, a:visited, a:active, a:focus, a:hover {
  color: #f53340;
  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; }

/*bootstrap-reset*/
.modal-xl {
  max-width: 1080px; }

.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: #f53340;
  color: #fff; }

.bg-colore2 {
  background-color: #f00;
  color: #fff; }

.bg-colore3 {
  background-color: #c00;
  color: #fff; }

.bg-grayfade {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 100px); }

[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; }
  [class*="bg-colore"] .tasto {
    background-color: rgba(0, 0, 0, 0.2); }
    [class*="bg-colore"] .tasto:visited, [class*="bg-colore"] .tasto:active, [class*="bg-colore"] .tasto:focus, [class*="bg-colore"] .tasto:hover {
      background-color: rgba(0, 0, 0, 0.2); }
    [class*="bg-colore"] .tasto:hover {
      background-color: rgba(0, 0, 0, 0.4); }

.bg-fade {
  background: linear-gradient(to bottom, rgba(245, 51, 64, 0.3) 0%, rgba(245, 51, 64, 0) 200px); }

.bg-blended {
  background-color: rgba(245, 51, 64, 0.1); }

.txt-grigio {
  color: #666; }

.txt-colore1 {
  color: #f53340; }

.txt-colore2 {
  color: #f00; }

.txt-default {
  color: #333; }

.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; }

.fascia {
  padding: 3.5rem 2rem 2rem; }

.stretto {
  max-width: 800px;
  margin: 0 auto; }

.strettissimo {
  max-width: 500px;
  margin: 0 auto; }

.apice, .pedice {
  position: relative;
  font-size: .6em;
  top: -.5em; }

.pedice {
  top: auto;
  bottom: -.2em; }

.nota {
  color: .nota grigio;
  font-style: italic;
  font-size: 15px; }

.bordotop {
  border-top: 8px solid #c00; }

.grigliato {
  position: relative; }
  .grigliato:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("../img/grigliato.png") repeat center center transparent;
    z-index: 0;
    opacity: 0.05; }
  .grigliato > * {
    z-index: 10;
    position: relative; }

/*LAYOUT*/
body {
  background: url() #c00;
  position: relative; }
  body:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 241px;
    top: 155px;
    left: 0;
    background: url("../img/cardiorgamma.png") repeat-x center center transparent;
    z-index: 1; }
  body:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("../img/grigliato.png") repeat center center transparent;
    z-index: 0;
    opacity: 0.2; }

* {
  box-sizing: border-box; }

#pagina {
  position: relative;
  padding: 0;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  line-height: 1.5em;
  z-index: 2;
  box-shadow: 0 0 100px rgba(0, 0, 0, 0.5); }

/*TESTATA*/
.testata {
  margin-bottom: 0em;
  background: url("../img/testata.jpg") no-repeat 33% center transparent;
  background-size: cover;
  text-align: center;
  padding: 12em 1em 3em;
  color: #fff; }
  .testata img.logo {
    width: 600px;
    max-width: 90%; }
  .testata h1 {
    color: #fff;
    margin: 0.25em -2em 2em;
    transform: scaleX(70%); }
  .testata .data {
    font-size: 2em;
    line-height: 1em;
    font-weight: 400; }

/*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: 5em;
  padding-left: 5em;
  font-size: 1.2em;
  line-height: 1.4em;
  background: linear-gradient(to top, rgba(245, 51, 64, 0.3) 0%, rgba(245, 51, 64, 0) 200px); }
  .presentazione .tasto.espandi:before {
    content: 'Read more'; }
  .presentazione .tasto.espandi[aria-expanded='true']:before {
    content: 'Read less'; }
  .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'; }

.homeboard {
  font-size: 1.4em;
  line-height: 1.2em;
  padding: 2em 1em; }
  .homeboard .presidente {
    margin: 0;
    font-size: 1em;
    font-weight: 600; }
  .homeboard .pulsantiera .dati {
    display: flex;
    flex-wrap: wrap;
    align-items: center; }
    .homeboard .pulsantiera .dati p {
      width: 100%;
      margin: 0; }
    .homeboard .pulsantiera .dati .nome {
      font-size: 1em; }
    .homeboard .pulsantiera .dati .biografia {
      font-size: 0.85em; }

/*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: #f00;
      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: #f53340;
      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; }

/*CORSI*/
.elenco_corsi {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  padding: 0 2em 2em; }
  .elenco_corsi .corso {
    flex: 1 1 100%;
    max-width: calc(50% - 14px);
    text-align: center;
    border: 1px solid rgba(0, 0, 0, 0.2);
    color: #333;
    background: url("img/bg-corso.jpg") no-repeat center top transparent;
    background-size: cover;
    margin: 7px;
    position: relative;
    transition: all .2s ease-in-out;
    padding-bottom: 62px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); }
    .elenco_corsi .corso .logo {
      width: 250px;
      margin: 1em auto 0.5em;
      display: block;
      max-width: 85%; }
    .elenco_corsi .corso .titolo {
      font-size: 1em;
      font-weight: 600;
      margin: 1rem 0;
      padding: 1.5em;
      background-color: rgba(245, 51, 64, 0.05);
      color: #f53340; }
      .elenco_corsi .corso .titolo strong {
        color: #fff;
        font-weight: 900;
        display: none; }
      .elenco_corsi .corso .titolo .nome {
        line-height: 1em;
        display: block;
        font-size: 1rem; }
      .elenco_corsi .corso .titolo .sede {
        color: rgba(255, 255, 255, 0.66);
        display: none; }
    .elenco_corsi .corso .data {
      background: linear-gradient(to bottom, rgba(245, 51, 64, 0.8) 0%, #f53340 100%);
      color: #fff;
      padding: 0.5em 1em;
      line-height: 1em;
      position: absolute;
      width: 100%;
      bottom: 0; }
      .elenco_corsi .corso .data strong {
        font-size: 1.15em;
        line-height: 1em; }
    .elenco_corsi .corso > * {
      z-index: 10;
      position: relative; }
    .elenco_corsi .corso img.back {
      position: absolute;
      width: 100%;
      height: 100%;
      object-fit: cover;
      top: 0;
      left: 0;
      z-index: 0; }
    .elenco_corsi .corso:hover {
      transform: scale(1.04);
      z-index: 10; }

.moduli_corso {
  margin: 1em 2em 0; }
  .moduli_corso .modulo {
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    padding: 1.5em 0 0; }
    .moduli_corso .modulo .header {
      margin-bottom: 2em;
      text-align: center; }
      .moduli_corso .modulo .header h3 {
        font-size: 1.5rem; }
      .moduli_corso .modulo .header .sottotitolo + h3 {
        margin-top: 0.5em; }
    .moduli_corso .modulo .elenco {
      margin-left: 1em;
      margin-bottom: 0; }
      .moduli_corso .modulo .elenco li {
        padding: 0.5em 0 0.5em 1.5em;
        margin: 0;
        font-size: 1.15em;
        font-weight: 400; }
        .moduli_corso .modulo .elenco li + li {
          border-top: 1px solid #ddd; }
        .moduli_corso .modulo .elenco li:before {
          top: 1em; }

/**/
.griglia {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin: 3em 0 2em; }
  .griglia .item {
    margin: 5px;
    display: flex;
    border: 1px solid rgba(0, 0, 0, 0.1);
    height: 270px;
    position: relative;
    overflow: hidden;
    width: calc(33% - 0.5em);
    transition: all 300ms ease-in-out; }
    .griglia .item img {
      object-fit: cover;
      object-position: center;
      height: 100%;
      width: 100%;
      position: absolute;
      z-index: 0;
      transition: all 300ms ease-in-out; }
    .griglia .item[href]:hover img {
      transform: scale(1.1); }
    .griglia .item .contenuti {
      position: absolute;
      bottom: 0;
      width: 100%;
      z-index: 2; }
    .griglia .item h3 {
      font-weight: 600;
      font-size: 1em;
      padding: 0.5em 1em;
      color: #666; }
    .griglia .item .contributi {
      display: flex;
      width: 100%;
      align-items: center;
      justify-content: center;
      background-color: #f53340;
      color: #fff; }
      .griglia .item .contributi > * {
        flex: 1;
        padding: 0.5em 0;
        font-size: 0.8rem;
        line-height: 1rem;
        font-weight: 400; }
      .griglia .item .contributi .tipo + .tipo {
        border-left: 1px solid #fff; }
      .griglia .item .contributi [class^="icon-"] {
        position: relative;
        top: 0.1em;
        font-size: 1.1em;
        margin-right: 0.2em; }
    .griglia .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.sponsor a[href] {
    border-color: #f00;
    border-width: 2px; }

/*Griglia items*/
.risorse {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 1.5em;
  margin-bottom: 3em; }
  .risorse .item {
    width: 100%;
    min-height: 5rem;
    display: flex;
    align-items: center;
    position: relative;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
    transition: transform 0.2s ease-out, background 0.1s ease-out;
    margin: 0.25em;
    background: #fff; }
    .risorse .item .titoli {
      font-size: 14px;
      padding: 1em; }
      .risorse .item .titoli h3 {
        margin: 0;
        text-transform: none;
        font-size: 1.1em;
        line-height: 1.1em;
        color: #333; }
      .risorse .item .titoli .autore {
        font-weight: 500;
        color: #4d4d4d; }
      .risorse .item .titoli .contenitore {
        font-weight: 500;
        color: #cc0000; }
      .risorse .item .titoli .autore + .contenitore:before {
        content: '•';
        color: #666;
        display: inline-block;
        margin: 0 0.25em; }
    .risorse .item .icona {
      background: #f00;
      color: #fff;
      height: 100%;
      width: 4.5rem;
      min-width: 4.5em;
      position: relative; }
      .risorse .item .icona > * {
        position: absolute;
        left: 50%; }
      .risorse .item .icona [class*="icon-"] {
        font-size: 2em;
        top: 50%;
        transform: translate(-50%, -50%); }
    .risorse .item:hover {
      transform: scale(103%);
      background: #f00;
      z-index: 5; }
      .risorse .item:hover .icona {
        background: #f00; }
      .risorse .item:hover h3 {
        color: #fff; }
      .risorse .item:hover .autore, .risorse .item:hover .contenitore, .risorse .item:hover .autore + .contenitore:before {
        color: #fff; }
    .risorse .item a.link {
      position: absolute;
      width: 100%;
      height: 100%;
      z-index: 3; }

/*PROGRAMMA*/
.programma {
  margin: auto;
  max-width: 900px; }
  .programma .giorno {
    background: -moz-linear-gradient(top, rgba(255, 0, 0, 0.2) 0%, rgba(255, 0, 0, 0) 55px);
    background: -webkit-linear-gradient(top, rgba(255, 0, 0, 0.2) 0%, rgba(255, 0, 0, 0) 55px);
    background: linear-gradient(to bottom, rgba(255, 0, 0, 0.2) 0%, rgba(255, 0, 0, 0) 55px);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#65ace3', endColorstr='#0065ace3',GradientType=0 );
    padding: 3em 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-size: 1.2em;
    line-height: 1.2em;
    font-weight: 400; }
    .programma .data h4 {
      color: #f53340;
      font-size: 1.6rem; }
    .programma .data .sottotitolo {
      margin: 0 0 0.5em; }
      .programma .data .sottotitolo em {
        font-size: 0.9em; }
  .programma .punto {
    width: 1.25em;
    position: relative; }
    .programma .punto:before {
      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      background: #a00;
      width: 0.34em;
      height: 0.4em;
      top: 0.35em;
      border-radius: 100%; }
  .programma .orario {
    display: block;
    text-align: left;
    padding-right: 0.5em;
    width: 66px;
    color: #f53340;
    line-height: 1em;
    margin-top: 0.2em;
    font-weight: 600; }
  .programma .descrizione {
    margin: 0;
    text-align: left;
    display: block; }
    .programma .descrizione .relatore {
      font-size: 0.9em;
      font-style: italic;
      font-weight: 300; }
    .programma .descrizione strong {
      color: #a00; }
  .programma .importante {
    color: #f53340;
    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: red; }

/*TASTO*/
.tasto {
  cursor: pointer;
  text-align: left;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  background-color: #f53340;
  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;
  border: none; }
  .tasto:hover, .tasto:active, .tasto:focus {
    background-color: #f30c1c;
    color: #fff; }
  .tasto:visited {
    color: #fff; }
  .bg-colore1 .tasto {
    border: 2px solid rgba(255, 255, 255, 0.85);
    background-color: #ea0b1a; }
    .bg-colore1 .tasto:hover {
      background-color: #d10a18; }
  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: #fcc5c9 !important; }
    .tasto.icona.evidenza:hover [class*="icon-"] {
      background-color: #fff5f6 !important; }
  .tasto.grigio {
    background-color: #222; }
    .tasto.grigio.icona [class*="icon-"] {
      background-color: #f53340; }
    .tasto.grigio:hover {
      background-color: #3c3c3c; }
      .tasto.grigio:hover.icona [class*="icon-"] {
        background-color: #f7646e; }
  .tasto.bianco {
    background-color: #f2f2f2;
    color: #333; }
    .tasto.bianco.icona [class*="icon-"] {
      background-color: #f53340;
      color: #fff; }
    .tasto.bianco:hover {
      background-color: #d9d9d9; }
      .tasto.bianco:hover.icona [class*="icon-"] {
        background-color: #f7646e; }
  .tasto.info {
    padding: 0.33em; }
  .tasto.comingsoon {
    background-color: #777; }
    .tasto.comingsoon.icona [class*="icon-"] {
      background-color: #f53340; }
    .tasto.comingsoon:hover {
      background-color: #777; }
      .tasto.comingsoon:hover.icona [class*="icon-"] {
        background-color: #f7646e; }

.media {
  height: 0;
  padding-bottom: 100%;
  overflow: hidden;
  position: relative; }
  .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; }
  .media.foto {
    padding-bottom: 0;
    height: auto; }

.pulsantiera, .profili, .scheda {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; }
  .pulsantiera > *, .profili > *, .scheda > * {
    width: 33.33%;
    padding: 0.5em 0.25em; }
  .pulsantiera .tasto, .profili .tasto, .scheda .tasto {
    min-width: 100%;
    height: 4em; }
    .pulsantiera .tasto .testo, .profili .tasto .testo, .scheda .tasto .testo {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      left: 1em;
      width: calc(100% - 3.8em);
      display: inline-block; }
  .pulsantiera .label, .profili .label, .scheda .label {
    margin: 0.5em 1em 1em;
    text-align: left;
    line-height: 1.1em; }
  .pulsantiera .autore, .pulsantiera .profilo, .profili .autore, .profili .profilo, .scheda .autore, .scheda .profilo {
    display: flex;
    margin-bottom: 2em; }
    .pulsantiera .autore img.foto, .pulsantiera .profilo img.foto, .profili .autore img.foto, .profili .profilo img.foto, .scheda .autore img.foto, .scheda .profilo img.foto {
      display: block;
      min-width: 80px;
      width: 5em;
      height: 5em;
      border: 0.2em solid #f53340;
      border-radius: 0.7em;
      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: cover;
      object-fit: cover; }
    .pulsantiera .autore .tasto, .pulsantiera .profilo .tasto, .profili .autore .tasto, .profili .profilo .tasto, .scheda .autore .tasto, .scheda .profilo .tasto {
      font-size: 1rem;
      margin-bottom: 2em;
      height: auto;
      min-width: unset; }
    .pulsantiera .autore .nome, .pulsantiera .profilo .nome, .profili .autore .nome, .profili .profilo .nome, .scheda .autore .nome, .scheda .profilo .nome {
      font-size: 1rem;
      font-weight: 400;
      color: #f53340;
      margin: 0.25em 0 0.2em;
      font-weight: 600; }
    .pulsantiera .autore .titolo, .pulsantiera .profilo .titolo, .profili .autore .titolo, .profili .profilo .titolo, .scheda .autore .titolo, .scheda .profilo .titolo {
      color: #222; }
    .pulsantiera .autore .descrizione, .pulsantiera .profilo .descrizione, .profili .autore .descrizione, .profili .profilo .descrizione, .scheda .autore .descrizione, .scheda .profilo .descrizione {
      font-size: 1rem;
      color: rgba;
      margin-bottom: 0;
      font-weight: 400; }
    .pulsantiera .autore .ruolo, .pulsantiera .autore .affiliazione, .pulsantiera .autore .interesse, .pulsantiera .autore .biografia, .pulsantiera .profilo .ruolo, .pulsantiera .profilo .affiliazione, .pulsantiera .profilo .interesse, .pulsantiera .profilo .biografia, .profili .autore .ruolo, .profili .autore .affiliazione, .profili .autore .interesse, .profili .autore .biografia, .profili .profilo .ruolo, .profili .profilo .affiliazione, .profili .profilo .interesse, .profili .profilo .biografia, .scheda .autore .ruolo, .scheda .autore .affiliazione, .scheda .autore .interesse, .scheda .autore .biografia, .scheda .profilo .ruolo, .scheda .profilo .affiliazione, .scheda .profilo .interesse, .scheda .profilo .biografia {
      margin-bottom: 1em;
      color: #777;
      font-weight: 400;
      font-size: 15px;
      line-height: 1.3em; }
    .pulsantiera .autore .ruolo, .pulsantiera .profilo .ruolo, .profili .autore .ruolo, .profili .profilo .ruolo, .scheda .autore .ruolo, .scheda .profilo .ruolo {
      font-weight: 600;
      font-size: 0.9em; }
    .pulsantiera .autore .relazione, .pulsantiera .profilo .relazione, .profili .autore .relazione, .profili .profilo .relazione, .scheda .autore .relazione, .scheda .profilo .relazione {
      color: #f00;
      font-weight: 700;
      margin-top: -0.5em; }
    .pulsantiera .autore .foto-autori img.foto, .pulsantiera .profilo .foto-autori img.foto, .profili .autore .foto-autori img.foto, .profili .profilo .foto-autori img.foto, .scheda .autore .foto-autori img.foto, .scheda .profilo .foto-autori img.foto {
      position: relative; }
      .pulsantiera .autore .foto-autori img.foto:nth-child(n+2), .pulsantiera .profilo .foto-autori img.foto:nth-child(n+2), .profili .autore .foto-autori img.foto:nth-child(n+2), .profili .profilo .foto-autori img.foto:nth-child(n+2), .scheda .autore .foto-autori img.foto:nth-child(n+2), .scheda .profilo .foto-autori img.foto:nth-child(n+2) {
        margin-top: -10px; }
  .homeboard .pulsantiera, .homeboard .profili, .homeboard .scheda {
    justify-content: center; }
    .homeboard .pulsantiera > .item, .homeboard .profili > .item, .homeboard .scheda > .item {
      max-width: 500px;
      width: auto; }
      .homeboard .pulsantiera > .item .autore, .homeboard .profili > .item .autore, .homeboard .scheda > .item .autore {
        margin: auto; }
        .homeboard .pulsantiera > .item .autore img.foto, .homeboard .profili > .item .autore img.foto, .homeboard .scheda > .item .autore img.foto {
          min-width: 6em;
          height: 6em; }
  .faculty .pulsantiera .label.autore, .faculty .profili .label.autore, .faculty .scheda .label.autore {
    flex-direction: column;
    text-align: center;
    align-items: center;
    font-size: 1.1em; }
    .faculty .pulsantiera .label.autore img.foto, .faculty .profili .label.autore img.foto, .faculty .scheda .label.autore img.foto {
      width: 6em;
      height: 6em;
      margin: 0 0 0.5em; }

.profili {
  margin: 0;
  display: block;
  padding: 1em; }
  .profili .profilo {
    text-align: left;
    max-width: unset;
    width: 100%;
    margin: 0.75em 0;
    padding: 0;
    transition: all 0.15s ease-in-out; }
    .profili .profilo:hover {
      transform-origin: center;
      transform: scale(1.05); }
    .profili .profilo .affiliazione {
      font-family: Arial, Helvetica, sans-serif;
      font-size: 12px;
      line-height: 1.1em;
      margin: 0; }
    .profili .profilo .dati {
      display: flex;
      flex-wrap: wrap;
      align-content: center; }
      .profili .profilo .dati > * {
        flex: 1 1 100%; }
    .profili .profilo .nome {
      margin: 0;
      font-size: 13px; }

.scheda .profilo {
  text-align: left;
  max-width: unset;
  width: 100%;
  padding: 0 1.5em; }
  .scheda .profilo img.foto {
    min-width: unset;
    width: 130px;
    height: 130px; }
  .scheda .profilo .nome {
    font-size: 1em; }
  .scheda .profilo .recapiti {
    color: #777;
    font-weight: 600; }
  .scheda .profilo [class^="icon-"] {
    font-size: 1.4em;
    margin-right: 0.5em;
    position: relative;
    top: 0.2em; }
.scheda.myprofile {
  display: block; }
  .scheda.myprofile .profilo {
    text-align: center;
    display: block;
    margin-bottom: 1em; }
    .scheda.myprofile .profilo img.foto {
      margin: 0 auto 2em; }
    .scheda.myprofile .profilo a.tasto {
      margin-bottom: 0; }
  .scheda.myprofile > * {
    width: auto; }
  .scheda.myprofile label {
    font-size: 0.8rem;
    margin: 0 0 2px 13px; }
  .scheda.myprofile button.tasto {
    min-width: unset;
    height: auto;
    display: block;
    margin: 1em auto 0; }

#pagina .logo_partner {
  width: 300px;
  height: 180px;
  object-fit: contain; }

.credits {
  color: #f53340;
  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: 0 0 2em;
  background: #f00;
  text-align: center;
  margin: 0;
  font-size: 1.4em;
  line-height: 1.2em; }
  .contattaci img.cuore {
    width: 100%;
    margin-bottom: 2.5em; }
  .contattaci h3 {
    transform: scaleX(80%);
    font-size: 1.5em;
    line-height: 1em; }
  .contattaci, .contattaci h3, .contattaci a {
    color: #fff; }
  .contattaci a {
    font-weight: 600; }
  .contattaci .cardiogramma {
    margin: 2em 0; }
  .contattaci h3, .contattaci p {
    padding: 0 1em; }
  .contattaci.grigliato:before {
    opacity: 0.15; }

.cardiogramma {
  height: 241px;
  background: url("../img/cardiorgamma.png") repeat-x center center transparent;
  background-size: contain; }

/*TABS*/
.tabs {
  display: flex;
  justify-content: center;
  margin: 0 -1em 2em;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  padding: 0 0.75em;
  overflow: hidden; }
  .tabs li {
    flex: 1 1 100%; }
    .tabs li a {
      padding: 0.5em;
      display: block;
      border-radius: 5px 5px 0 0;
      background-color: #eee;
      color: #333;
      font-weight: 400;
      border: 1px solid rgba(0, 0, 0, 0.15);
      position: relative;
      top: 4px;
      transition: all 0.15s ease-in-out; }
      .tabs li a.attivo {
        color: white;
        background-color: #f00;
        top: 0;
        font-weight: 600; }

/*MODALI*/
.modal .modal-header {
  background-color: #f00;
  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: 1em; }
  .modal .modal-body.no-padding {
    padding: 0; }
  .modal .modal-body h4 {
    margin-bottom: 0.5em; }
.modal .modal-xl .modal-body {
  padding: 2em 1em; }
.modal img {
  max-width: 100%; }
.modal .icon-chiudi {
  position: absolute;
  top: -0.75em;
  right: -0.75em;
  color: #fff;
  padding: 0.5em;
  background-color: #d60000;
  border-radius: 100%;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3); }
  .modal .icon-chiudi:hover {
    background-color: #ff3333; }
.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 1.5em; }
  #footer .medmaps {
    display: flex;
    align-items: center; }
    #footer .medmaps img.logo {
      height: 140px;
      width: 130px;
      object-fit: contain;
      margin-right: 1em; }
    #footer .medmaps .recapiti {
      line-height: 1.2em;
      color: #333; }
  #footer .copyright {
    background-color: #f00;
    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;
  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; }
  .titoletto + h1, .titoletto + h2, .titoletto + h3, .titoletto + h4, .titoletto + h5, .titoletto + h6 {
    margin: 0; }

h1, h2, h3 {
  font-weight: 800;
  text-transform: uppercase;
  color: #c00; }

h4, h5, h6 {
  color: #595959;
  font-weight: 400; }

h1 {
  font-size: 3em; }

h2 {
  font-size: 2.2em; }

h3 {
  font-size: 1.8em; }

h4 {
  font-size: 1.5em; }

h5 {
  font-size: 1.25em; }

h6 {
  font-size: 1.1em; }

strong {
  font-weight: 600; }

.sottotitolo {
  margin: -0.3em 0 1em; }

.sopratitolo {
  color: #f00;
  margin-bottom: 0.25em; }

.titolo {
  text-transform: uppercase; }

.testuale {
  font-size: 1.2em;
  line-height: 1.4em; }

.titoletto {
  font-weight: 600;
  margin-bottom: 0;
  font-size: 1.2em; }

/*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) {
  .modal-lg, .modal-xl {
    max-width: 95%; }

  .testata .elementi a {
    top: calc(100vw / 18); }
  .testata .tondo {
    font-size: 0.9em;
    line-height: 1.2em; }

  .scheda {
    display: block; }
    .scheda .profilo {
      display: block;
      padding: 0 1em;
      text-align: center; }
      .scheda .profilo img.foto {
        margin: 0 auto 2em; } }
@media (max-width: 991px) {
  html {
    font-size: 15px; }

  .testata .tondo {
    font-size: 0.7rem;
    line-height: 1.2em; }
  .testata .elementi a {
    top: calc(100vw / 15); }

  .tasto {
    padding-right: 1em;
    padding-left: 1em; }

  .billboard .item {
    padding-bottom: 50vh; }

  .pulsantiera .item .tasto .testo {
    font-size: 1em; }

  .griglia .item {
    width: 31%; }

  .modal-xl, .modal-lg {
    max-width: 95%;
    margin: 5% auto; }

  .twist .testo {
    font-size: 1.3em; }

  .carousel.partners .loghi img.partner {
    margin: 15px; }

  .post .elenco_media .tipo .raccolta.docs .elemento {
    width: calc(50% - 4px); }

  .elenco_corsi .corso {
    max-width: calc(50% - 8px); }

  .cardiogramma {
    height: 24vw; }

  #footer .loghi {
    flex-wrap: wrap; }
    #footer .loghi > * {
      width: 100%;
      text-align: center;
      margin: 1em 0.75em; }
    #footer .loghi .medmaps {
      display: block;
      margin-top: 2em; }
      #footer .loghi .medmaps .recapiti {
        margin-top: 1em; } }
@media (max-width: 767px) {
  .no-mobile {
    display: none; }

  .solomobile {
    display: inherit; }

  .fascia {
    padding: 2.5em 1em; }

  .griglia .item {
    width: 47%; }

  .testata h1 {
    font-size: 2.5em; }

  #mainmenu {
    width: 100%;
    right: 0;
    top: 0;
    position: fixed;
    padding: 0;
    z-index: 100;
    color: #fff;
    text-align: center; }
    body.copertina #mainmenu {
      background-color: #c00; }
    #mainmenu .navbar-toggler {
      font-size: 1.5em;
      background: #c00;
      padding: 0.2em;
      margin: 5.5vw 0.5em;
      border-radius: 8px;
      z-index: 100;
      position: absolute;
      top: 0;
      left: 0;
      box-shadow: 0 0 3px 3px rgba(255, 255, 255, 0.5); }
      #mainmenu .navbar-toggler.collapsed {
        background: #a00; }
    #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: 1em 0 2em;
      margin: 0;
      max-height: 100vh;
      overflow-y: auto;
      border-bottom: 2px solid #fff;
      box-shadow: 0 10px 20px -10px rgba(245, 51, 64, 0.8);
      background: rgba(245, 51, 64, 0.95);
      z-index: 10; }
    #mainmenu .dropdown .dropdown-menu {
      color: #fff;
      background: transparent;
      box-shadow: none;
      margin: 0;
      border: none;
      padding: 0;
      font-size: 0.9em;
      display: block;
      text-align: center; }
      #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;
        color: #fff;
        text-align: center;
        font-size: 0.95em; }
      #mainmenu .dropdown .dropdown-menu li:hover {
        background: none; }
    #mainmenu .dropdown {
      border-top: 1px solid rgba(255, 255, 255, 0.66);
      margin: 1em 2em 0;
      padding-top: 1em !important; }
    body.shrink #mainmenu {
      position: fixed;
      background: transparent; }
      body.shrink #mainmenu .logo {
        display: none; }

  .pulsantiera .item {
    width: 100%; }
  .pulsantiera .autore {
    margin-bottom: 0; }

  .risorse {
    padding: 1.5em 0; }
    .risorse .item {
      width: calc(100%); }

  .profili .profilo {
    max-width: unset;
    width: 100%;
    margin-bottom: 0; }

  .twist {
    display: block; }
    .twist > div {
      width: 100%; }
    .twist .testo {
      padding: 2em;
      text-align: center; }

  .articolo {
    display: block; }
    .articolo img.principale {
      margin-bottom: 2em;
      width: auto;
      max-width: 100%;
      padding: 12px; }
    .articolo .contenuti {
      margin-left: 0; }

  .elenco_media {
    margin: 3em 0; }
    .elenco_media .tipo .raccolta.video .elemento {
      width: 100%;
      margin-bottom: 1.5em; }
      .elenco_media .tipo .raccolta.video .elemento:last-child {
        margin-bottom: inherit; }
    .elenco_media .tipo .raccolta.images .elemento {
      width: calc(33.33% - 4px); }
    .elenco_media .tipo .raccolta.docs .elemento {
      width: 100%; }

  .post .autore {
    margin-bottom: 10px; }
    .post .autore img.foto {
      width: 45px;
      height: 45px;
      border-width: 2px; }
  .post .contenuto {
    padding-left: 20px; }
    .post .contenuto:before {
      width: 30px;
      height: 30px;
      left: -8px; }
  .post .elenco_media {
    padding-left: 0; }
  .post .toggle-commenti {
    margin-left: 1em; }
  .post .commenti {
    margin-left: 0; }

  .elenco_corsi {
    padding: 2em 1em; }
    .elenco_corsi .corso {
      max-width: 100%; }

  .carousel.partners .loghi {
    display: block; }
    .carousel.partners .loghi img.partner {
      margin: 20px 0;
      height: 100px;
      max-width: 80% !important;
      width: 100%; }

  .modal .modal-body {
    padding: 1em; } }
@media (max-width: 575px) {
  .testata h1 {
    font-size: 1.8em; }
  .testata .data {
    font-size: 1.3em;
    line-height: 1em; }

  .modal .icon-chiudi {
    top: -0.5em;
    right: -0.5em; }

  .modal .contatti {
    display: block;
    text-align: center;
    margin-bottom: 1em; }

  .griglia .item {
    width: 100%; }

  .scheda .profilo {
    padding: 0; } }

/*# sourceMappingURL=stile.css.map */
