@charset "UTF-8";
/*G.B. Palumbo Editore*/
/*PER FABRIZIO*** QUESTO FOGLIO STILE È GENERATO DA SASS E NON DEVE MAI ESSERE MODIFICATO. PER EVENTUALI MODIFICHE UTILIZZA CUSTOM.CSS CHE HA PRIORITÀ SU QUESTO CSS*/
/* Variabili*/
/* base 1.0*/
/*reset*/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://i.icomoon.io/public/23cd51b5f5/Clic/style.css");
a, a:visited, a:active, a:focus, a:hover {
  text-decoration: none;
  outline: none; }

em {
  color: inherit; }

b, strong {
  font-weight: bold; }

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

/*Griglia items*/
.griglia-items {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 1.5em;
  margin-bottom: 3em; }
  .griglia-items .item {
    width: 340px;
    color: #333; }
  .griglia-items.items6 .item {
    width: calc(100% / 6); }
  .griglia-items.items5 .item {
    width: calc(100% / 5); }
  .griglia-items.items4 .item {
    width: calc(100% / 4); }
  .griglia-items.items3 .item {
    width: calc(100% / 3); }
  .griglia-items.items3 .item {
    width: calc(100% / 3); }

/*media*/
.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%; }
    .media.video iframe {
      height: 100%;
      width: 100%;
      position: absolute; }

/*@import "base"; */
/*fonts*/
body {
  font-family: "Montserrat", sans-serif;
  line-height: 120%; }

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

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

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

.flexstart {
  display: flex;
  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; }

.shrink-si {
  display: none; }
  body.shrink .shrink-si {
    display: inherit; }

.bg-sfumato {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 5em); }

.bg-colore1 {
  background-color: #0173bd;
  color: #fff; }

.bg-grigiochiaro {
  background-color: rgba(0, 0, 0, 0.1); }

.bg-blended {
  background-color: rgba(1, 115, 189, 0.1); }

.testo-grigio {
  color: #666; }

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

.corpo08rem {
  font-size: 0.8rem;
  line-height: 1.2em; }

.corpo1rem {
  font-size: 1rem;
  line-height: 1.2em; }

.corpo80 {
  font-size: .8em;
  line-height: 1.2em; }

.corpo90 {
  font-size: .9em;
  line-height: 1.2em; }

.corpo100 {
  font-size: 1em;
  line-height: 1.2em; }

.corpo110 {
  font-size: 1.1em;
  line-height: 1.2em; }

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

.corpo135 {
  font-size: 1.35em;
  line-height: 1.2em; }

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

.corpo180 {
  font-size: 1.8em;
  line-height: 1.2em; }

.solleva {
  margin-top: -5em; }

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

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

[class*="preferito"] {
  font-family: 'clic' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  width: 1em;
  height: 1em;
  overflow: hidden;
  z-index: 50;
  transition: transform 0.2s ease-out;
  display: inline-block; }
  [class*="preferito"]:before {
    content: '\e937';
    color: #a00;
    position: absolute;
    top: 0;
    left: 0; }
  [class*="preferito"]:after {
    content: '\e936';
    position: absolute;
    top: 0;
    left: 0; }

.preferito-no:before {
  opacity: 0; }

/*LAYOUT*/
* {
  box-sizing: border-box; }

.fascia {
  padding-top: 5rem;
  padding-bottom: 5rem; }

/*MENU*/
#mainmenu {
  text-transform: uppercase;
  font-size: 1em;
  font-weight: 600;
  width: 100%;
  padding: 0.5rem 15vw 0.5rem 2em; }
  #mainmenu .navbar-nav {
    justify-content: flex-end; }
    #mainmenu .navbar-nav > li {
      padding: 1em 1.2vw;
      position: relative; }
      #mainmenu .navbar-nav > li a {
        display: block;
        position: relative;
        font-weight: 600;
        color: #666;
        white-space: nowrap; }
        #mainmenu .navbar-nav > li a:hover {
          color: #0173bd; }
  #mainmenu .navbar-collapse {
    position: relative; }
  #mainmenu .dropdown .dropdown-menu {
    font-size: 0.8em;
    padding: 1.25em;
    background-color: rgba(255, 255, 255, 0.95);
    color: #0173bd;
    box-shadow: 0 10px 20px -10px rgba(0, 0, 0, 0.4);
    margin: -1px;
    letter-spacing: normal;
    left: auto;
    right: 0; }
    #mainmenu .dropdown .dropdown-menu li a {
      white-space: nowrap;
      line-height: 1em;
      padding: 1em 1.5em; }
    #mainmenu .dropdown .dropdown-menu li + li {
      border-top: 1px solid rgba(102, 102, 102, 0.2); }
  #mainmenu .dropdown > a {
    cursor: default; }
    #mainmenu .dropdown > a:after {
      content: '\e932';
      font-family: 'clic';
      color: #0173bd; }
  #mainmenu .navbar-toggler {
    font-size: 1.5em;
    background: #04305e;
    padding: 0.2em;
    border-radius: 8px;
    position: absolute;
    top: 1em;
    right: 10px;
    z-index: 5; }
    #mainmenu .navbar-toggler[aria-expanded='true'] {
      background: #28a9e1; }
  body.copertina #mainmenu {
    z-index: 50; }
  body.copertina.modal-open #mainmenu, body.shrink.modal-open #mainmenu {
    padding-right: calc(2em + 17px); }
  #mainmenu .divisore {
    height: 1px;
    width: 80%;
    right: 0;
    position: absolute;
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 46%, rgba(255, 255, 255, 0.6) 100%);
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 46%, rgba(255, 255, 255, 0.6) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 46%, rgba(255, 255, 255, 0.6) 100%); }
  #mainmenu .tools {
    padding: 1rem 0;
    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 1.5em; }
      #mainmenu .tools li + li {
        border-left: 1px solid #0173bd; }
        body.copertina #mainmenu .tools li + li {
          border-color: #fff; }
      #mainmenu .tools li:last-child {
        padding-right: 0; }
    #mainmenu .tools .sociali a:last-child [class^="icon-"] {
      margin: 0; }
    #mainmenu .tools a {
      transition: transform 0.3s linear;
      display: inline-block;
      color: #0173bd; }
      #mainmenu .tools a:hover {
        transform: scale(1.1); }

/*TESTATA*/
.testata {
  position: absolute;
  top: 1.5em;
  left: 5%;
  z-index: 10; }
  .testata img.logo {
    max-width: 280px; }
  .testata h1 {
    color: #333;
    font-weight: 900;
    letter-spacing: normal;
    font-size: 1.5em;
    padding-top: 0.25em;
    margin: 0.35em 0 1em;
    border-top: 1px solid #ccc; }
  .testata h4 {
    font-size: 1.3em;
    margin: -1em 0 1em;
    color: #28a9e1; }
  .testata .sociali {
    font-size: 1.8em;
    margin-left: -0.15em; }
    .testata .sociali a {
      color: #0173bd; }

.testata-mobile {
  margin: 0.5em 1em 2em; }
  .testata-mobile img {
    max-width: 165px; }
  .testata-mobile h3 {
    color: #fff;
    font-size: 15px;
    line-height: 1.1em;
    font-weight: 900;
    margin: 2px 0 0; }
  .testata-mobile h4 {
    color: #fff;
    font-size: 14px;
    line-height: 1.1em;
    font-weight: 400;
    margin: 2px 0 0; }

#slideshow {
  position: relative; }
  #slideshow:before, #slideshow:after {
    content: '';
    position: absolute;
    width: 100%;
    width: 100%;
    height: 20%;
    z-index: 2;
    background: linear-gradient(to bottom, white 0%, rgba(255, 255, 255, 0) 100%);
    max-height: 110px; }
  #slideshow:after {
    bottom: 0;
    background: linear-gradient(to top, white 0%, rgba(255, 255, 255, 0) 100%); }
  #slideshow .carousel-inner .carousel-item img {
    width: 66vw;
    height: 30vw;
    min-height: 68vh;
    object-fit: cover;
    float: right; }
  #slideshow .carousel-inner .carousel-item .testo {
    position: absolute;
    width: 50%;
    height: 100%;
    top: 0;
    left: 5%;
    background: linear-gradient(to right, white 60%, rgba(255, 255, 255, 0) 100%); }
    #slideshow .carousel-inner .carousel-item .testo .contenuto {
      position: absolute;
      bottom: 6em;
      max-width: 70%; }
      #slideshow .carousel-inner .carousel-item .testo .contenuto .tipo {
        text-transform: uppercase;
        color: #666;
        font-weight: 600;
        font-size: 1.2em; }
      #slideshow .carousel-inner .carousel-item .testo .contenuto h3 {
        margin-bottom: 0.1em;
        font-size: 1.5em;
        line-height: 1.2em; }
      #slideshow .carousel-inner .carousel-item .testo .contenuto p.descrizione {
        font-weight: 500;
        margin: 0 0 1.5em;
        color: #666; }
  #slideshow .carousel-control-prev, #slideshow .carousel-control-next {
    width: 70px;
    font-size: 2.5em;
    color: #666;
    text-shadow: 0 0 5px rgba(255, 255, 255, 0.66); }
  #slideshow .carousel-indicators {
    bottom: 4em; }
    #slideshow .carousel-indicators li {
      width: 13px;
      height: 13px;
      border-radius: 100%;
      opacity: 1;
      background: #aaa;
      border: 3px solid #fff;
      caret-color: transparent; }
      #slideshow .carousel-indicators li.active {
        background-color: #0173bd; }
  #slideshow.smart {
    margin-bottom: -5em;
    z-index: 0; }
    #slideshow.smart .carousel-inner .carousel-item img {
      height: 18em;
      min-height: 18em; }

/*Blocchi area*/
.blocchi-area {
  display: flex;
  margin: 1.5em;
  position: relative;
  z-index: 2;
  justify-content: center; }
  .blocchi-area.solleva {
    margin-top: -3.5em; }
  .blocchi-area .blocco {
    width: 100%;
    position: relative;
    margin: .66em;
    transition: all 0.2s ease-in-out; }
    .blocchi-area .blocco:hover {
      transform: scale(103%); }
    .blocchi-area .blocco .logo {
      z-index: 5;
      position: absolute;
      right: 1.5em;
      top: 1.5em;
      width: 100px; }
    .blocchi-area .blocco .immagine {
      height: 0;
      position: relative;
      top: 0;
      left: 0;
      height: 250px;
      overflow: hidden; }
      .blocchi-area .blocco .immagine:before {
        content: '';
        position: absolute;
        width: 100%;
        background: linear-gradient(to right, rgba(0, 60, 120, 0) 0%, #003c78 10%);
        height: 100%;
        z-index: 1;
        left: 40vw; }
      .blocchi-area .blocco .immagine img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
        max-width: 50vw;
        object-position: center 20%; }
    .blocchi-area .blocco .testi {
      position: absolute;
      z-index: 2;
      color: #fff;
      bottom: 1.5em;
      right: 1.5em;
      text-align: right;
      max-width: 50%;
      font-weight: 400; }
      .blocchi-area .blocco .testi p {
        margin: 0; }
      .blocchi-area .blocco .testi .titolo {
        text-transform: uppercase;
        font-size: 1.3em;
        font-weight: 600;
        margin: 0.25em 0;
        color: #55bbe7; }
      .blocchi-area .blocco .testi .sottotitolo {
        text-transform: uppercase;
        font-size: 1em;
        font-weight: 600;
        margin: 0.25em 0;
        color: #aedff4; }

/*COPERTINE*/
.copertine {
  position: relative;
  z-index: 5; }
  .copertine.solleva {
    margin-top: -5em; }
  .copertine .item {
    box-shadow: 0 0.5em 1em rgba(0, 0, 0, 0.2);
    background-color: rgba(0, 0, 0, 0.05);
    caret-color: transparent;
    position: relative;
    transition: all 0.2s ease-in-out;
    margin: 0.5em;
    width: calc(100% / 6 - 1em);
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
    .copertine .item:hover {
      transform: scale(105%);
      z-index: 2; }
      .copertine .item:hover .rollover, .copertine .item:hover .preferito-no {
        opacity: 1; }
    .copertine .item .copertina {
      position: relative;
      padding-bottom: 57%; }
      .copertine .item .copertina img {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        object-fit: cover; }
      .copertine .item .copertina:after {
        content: '';
        position: absolute;
        width: 100%;
        height: 3em;
        background: linear-gradient(to bottom, rgba(242, 242, 242, 0) 0%, #f2f2f2 100%);
        bottom: 0; }
    .copertine .item .titoli {
      margin: 0 auto 1em;
      transform: scaleX(90%);
      width: 100%;
      font-size: 0.95em;
      text-transform: uppercase; }
      .copertine .item .titoli .tipo {
        color: #666;
        font-weight: 600;
        font-size: 0.9em;
        line-height: 1em; }
      .copertine .item .titoli h3 {
        font-size: 1em;
        line-height: 1.1em;
        margin: 0; }
      .copertine .item .titoli .autore {
        font-size: 0.95em;
        color: #28a9e1;
        font-weight: 600;
        text-transform: none; }
    .copertine .item a.link {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      display: block;
      z-index: 10; }
    .copertine .item .rollover {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: linear-gradient(to bottom, rgba(0, 0, 0, 0.66) 0%, rgba(0, 0, 0, 0.5) 55%, rgba(0, 0, 0, 0) 80%);
      z-index: 5;
      transition: all 0.2s ease-in-out;
      border: 2px solid #fff;
      color: #fff;
      display: flex;
      align-items: center;
      justify-content: center;
      opacity: 0; }
    .copertine .item.video {
      background-color: #0173bd;
      overflow: hidden; }
      .copertine .item.video h3 {
        color: #fff;
        text-transform: none; }
      .copertine .item.video .autore {
        color: #82cded; }
      .copertine .item.video .copertina:after {
        background: linear-gradient(to bottom, rgba(1, 115, 189, 0) 0%, #0173bd 100%);
        height: 40%; }
      .copertine .item.video .copertina:before {
        content: '';
        position: absolute;
        width: 100%;
        height: 160%;
        width: 100%;
        top: 0;
        right: 0;
        border-radius: 100%;
        transform: translate(50%, -50%);
        z-index: 2;
        background: radial-gradient(ellipse at center, #0173bd 0%, rgba(1, 115, 189, 0) 70%); }
      .copertine .item.video .rollover {
        background: linear-gradient(to bottom, rgba(1, 115, 189, 0.66) 0%, rgba(1, 115, 189, 0.5) 55%, rgba(1, 115, 189, 0) 80%); }
        .copertine .item.video .rollover:after {
          content: '';
          position: absolute;
          width: 100%;
          width: 4.2em;
          height: 4.2em;
          left: 50%;
          top: 40%;
          transform: translate(-50%, -50%);
          background: url("../img/play.svg") no-repeat center center transparent;
          background-size: cover; }
    .copertine .item .durata {
      position: absolute;
      top: 1em;
      right: 1rem;
      z-index: 6;
      color: #fff;
      text-shadow: 2px 2px 2px #000;
      font-size: 10px;
      line-height: 1em;
      text-align: right;
      font-weight: 600; }
      .copertine .item .durata .tempo {
        font-size: 14px;
        line-height: 1em; }
    .copertine .item [class*="preferito-"] {
      position: absolute;
      top: 2.5rem;
      right: 0.8rem;
      font-size: 2em;
      color: #fff; }
      .copertine .item [class*="preferito-"]:hover {
        transform: scale(120%); }
        .copertine .item [class*="preferito-"]:hover:after {
          color: #fff !important; }
      .copertine .item [class*="preferito-"]:before, .copertine .item [class*="preferito-"]:after {
        text-shadow: 0 3px 3px rgba(0, 0, 0, 0.33); }
    .copertine .item .preferito-no {
      opacity: 0;
      transition: opacity 0.2s ease-out, transform 0.2s ease-out; }
  .copertine.guest .item {
    opacity: 0.5; }
    .copertine.guest .item:hover {
      opacity: 0.75; }
    .copertine.guest .item.open {
      opacity: 1; }
    .copertine.guest .item:not(.open):hover {
      transform: none; }
    .copertine.guest .item:not(.open).video .rollover {
      background: linear-gradient(to bottom, rgba(0, 85, 153, 0.9) 0%, rgba(0, 85, 153, 0.66) 55%, rgba(0, 85, 153, 0) 80%); }
      .copertine.guest .item:not(.open).video .rollover:after {
        background: unset;
        content: 'Contenuto riservato agli utenti registrati';
        text-transform: uppercase;
        font-weight: 600;
        width: 75%;
        text-align: center;
        top: 50%;
        text-shadow: 0 0 10px #059; }
      .copertine.guest .item:not(.open).video .rollover:before {
        font-family: 'clic' !important;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        @esisto;
        content: '\e90b';
        font-size: 8em;
        position: relative;
        top: -11%;
        opacity: .3; }
    .copertine.guest .item:not(.open) a.link {
      display: none; }
    .copertine.guest .item [class*="preferito-"] {
      display: none; }

.tastoni .item {
  width: calc(100% / 3 - 1em);
  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.5em;
  background: #fff; }
  .tastoni .item .titoli {
    font-size: 14px;
    padding: 1em; }
    .tastoni .item .titoli h3 {
      margin: 0;
      text-transform: none;
      font-size: 1.1em;
      line-height: 1.1em; }
    .tastoni .item .titoli .autore {
      font-weight: 500;
      color: #28a9e1; }
    .tastoni .item .titoli .contenitore {
      font-weight: 500;
      color: #1a8bbc; }
    .tastoni .item .titoli .autore + .contenitore:before {
      content: '•';
      color: #666;
      display: inline-block;
      margin: 0 0.25em; }
  .tastoni .item .icona {
    background: #0173bd;
    color: #fff;
    height: 100%;
    width: 4.5rem;
    min-width: 4.5em;
    position: relative; }
    .tastoni .item .icona > * {
      position: absolute;
      left: 50%; }
    .tastoni .item .icona [class*="icon-"] {
      font-size: 2em;
      top: 50%;
      transform: translate(-50%, -50%); }
    .tastoni .item .icona .durata {
      font-size: 10px;
      font-weight: 500;
      transform: translateX(-50%);
      bottom: -1px; }
      .tastoni .item .icona .durata .tempo {
        font-size: 12px;
        font-weight: 600;
        margin-right: 0.15em; }
  .tastoni .item [class*="preferito-"] {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 1.3em;
    transform: translate(20%, -25%);
    color: #fff;
    z-index: 5; }
    .tastoni .item [class*="preferito-"]:hover {
      transform: translate(20%, -25%) scale(110%); }
  .tastoni .item .preferito-no {
    opacity: 0; }
    .tastoni .item .preferito-no:before {
      color: #0173bd;
      opacity: 1; }
  .tastoni .item:hover {
    transform: scale(103%);
    background: #0173bd; }
    .tastoni .item:hover h3 {
      color: #fff; }
    .tastoni .item:hover .autore, .tastoni .item:hover .contenitore, .tastoni .item:hover .autore + .contenitore:before {
      color: #82cded; }
    .tastoni .item:hover .preferito-no {
      opacity: 1; }
    .tastoni .item:hover .progressivo {
      color: #fff; }
  .tastoni .item .progressivo {
    position: absolute;
    top: 50%;
    right: 1rem;
    transform: translateY(-70%);
    color: #0173bd;
    opacity: .05;
    font-family: Arial, Helvetica, "sans-serif";
    font-weight: 900;
    font-size: 6em;
    letter-spacing: -0.03em; }
  .tastoni .item a.link {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 3; }

.tipologie, .rollover {
  display: flex;
  align-items: center;
  justify-content: flex-start; }
  .tipologie .tipologia, .rollover .tipologia {
    display: flex;
    flex-direction: column;
    position: relative;
    top: -10%; }
    .tipologie .tipologia span, .rollover .tipologia span {
      display: block;
      text-align: center;
      line-height: 1.1em; }
    .tipologie .tipologia [class*="icon-"], .rollover .tipologia [class*="icon-"] {
      font-size: 2em;
      height: 1em;
      width: 1.4em;
      margin-bottom: 0.2em; }
    .tipologie .tipologia .quantita, .rollover .tipologia .quantita {
      font-weight: 600;
      font-size: 1.3em; }
    #slideshow .tipologie .tipologia, #slideshow .rollover .tipologia {
      color: #666; }

.fondo-pagina {
  border-bottom: 10px solid #fff;
  text-align: center;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 100%);
  padding-bottom: 1em; }
  .fondo-pagina h3 {
    margin-bottom: 0.2em; }
  .fondo-pagina .tasti {
    margin: 1.5em auto; }
    .fondo-pagina .tasti .tasto {
      margin: 2px; }

.rubriche {
  border-bottom: 2px solid #0173bd;
  padding: 0 2em;
  display: flex;
  overflow: hidden; }
  .rubriche a {
    display: inline-block;
    position: relative;
    text-transform: uppercase;
    background: rgba(0, 0, 0, 0.2);
    padding: 1em 1.2em 0.45em 3em;
    color: #333;
    border-radius: 10px 10px 0 0;
    margin: 0 1.5px;
    font-size: 14px;
    font-weight: 500;
    transition: padding 0.2s ease-out;
    bottom: -3px; }
    .rubriche a [class*="icon-"] {
      font-size: 1.3em;
      position: absolute;
      top: 0.8em;
      left: 0.8em;
      color: #0173bd; }
    .rubriche a:hover {
      padding-bottom: 0.8em; }
    .rubriche a.attiva {
      padding-bottom: 0.8em;
      background: #0173bd;
      color: #fff;
      bottom: 0; }
      .rubriche a.attiva [class*="icon-"] {
        color: #fff; }

.gruppo {
  padding: 2em 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 5em); }
  .gruppo h3.tipo {
    padding: 0 1.5em;
    margin: 0;
    font-size: 1.5em;
    line-height: 1.1em; }
    .gruppo h3.tipo [class*="icon-"] {
      font-size: 1.3em;
      position: relative;
      top: 0.15em;
      margin-right: 0.1em; }
  .gruppo .copertine {
    margin-top: -0.5em; }
  .gruppo.indice {
    padding-top: 0; }

/*twist*/
.twist {
  display: flex;
  justify-content: center;
  align-items: stretch;
  margin: 8px 0; }
  .twist > div {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%; }
    .twist > div > div {
      width: 100%; }
  .twist .testo {
    padding: 5vw;
    font-size: 1.5em;
    line-height: 1.2;
    font-weight: 300;
    position: relative; }
  .twist .immagine img {
    object-fit: cover;
    width: 100%;
    height: 200px;
    min-height: 100%; }
  .twist .immagine.scontornata img {
    object-fit: contain; }
  .twist .filigrana {
    position: absolute;
    object-fit: cover;
    object-position: center;
    opacity: 0.1;
    height: 100%;
    width: 100%; }
  .twist + .twist:nth-child(2n) .testo > div {
    justify-content: left; }
  .twist.presentazione {
    margin: -2em 5em 5em; }
  .twist h5 {
    font-weight: 300;
    margin: 0.25em 0; }

.sociali {
  display: inline-block; }
  .sociali .tasto {
    font-size: 1.4rem;
    padding: 0.5em; }
  .sociali a {
    margin: 0 3px; }
    .sociali a .icon-facebook {
      margin: 0 -2px; }

/*paginazione*/
.pagination .page-item.active .page-link, .pagination .page-item.active .page-link:hover {
  background-color: #0173bd;
  border-color: #0173bd; }
.pagination .page-item a {
  line-height: 1em; }
.pagination .page-item .page-link:hover {
  background-color: rgba(1, 115, 189, 0.2); }

/*ELEMENTI*/
/*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: #0173bd;
      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.spaziato.icone > li [class*="icon-"] {
    font-size: 1.5em;
    margin-right: 0.5em;
    position: relative;
    top: 0.2em; }
  .elenco.alternato > li {
    padding: 0.75em; }
    .elenco.alternato > li:nth-child(2n) {
      background-color: rgba(0, 0, 0, 0.05); }

/*TASTO*/
.tasto {
  cursor: pointer;
  text-align: left;
  font-weight: 400;
  background-color: #28a9e1;
  color: #fff;
  padding: 1em 1.5em 0.85em;
  transition: all 0.15s ease-in-out;
  user-select: none;
  position: relative;
  font-size: 1em;
  display: inline-block;
  line-height: 1em;
  text-transform: uppercase;
  border-radius: 0.66em;
  overflow: hidden;
  border: 3px solid #fff;
  box-shadow: 0 13px 13px -12px rgba(1, 115, 189, 0.6); }
  .tasto:hover, .tasto:active, .tasto:focus {
    background-color: #0173bd;
    color: #fff; }
  .tasto:visited {
    color: #fff; }
  .bg-colore1 .tasto {
    border: 1px solid rgba(255, 255, 255, 0.5);
    background-color: #0182d6; }
    .bg-colore1 .tasto:hover {
      background-color: #0192f0; }
  p + .tasto {
    margin-top: 1em; }
  .tasto.piccolo {
    font-size: 1rem;
    padding: 0.7em 1em; }
  .tasto[class*="icon-"] {
    color: #fff; }
    .tasto[class*="icon-"]:hover {
      color: #fff; }
  .tasto.icona-fine {
    padding-right: 4em; }
    .tasto.icona-fine [class*="icon-"] {
      position: absolute;
      right: 1rem;
      top: 50%;
      transform: translateY(-50%);
      font-size: 1.5em; }
  .tasto.icona-inizio {
    padding-left: 4em; }
    .tasto.icona-inizio [class*="icon-"] {
      position: absolute;
      left: 1rem;
      top: 50%;
      transform: translateY(-50%);
      font-size: 1.5em; }
  .tasto.icona {
    padding-right: 5em; }
    .tasto.icona [class*="icon-"] {
      font-size: 1.5em;
      position: absolute;
      top: 0;
      right: 0;
      height: 100%;
      padding: 0.3em 0;
      border-left: 3px solid #fff;
      text-align: center;
      width: 2em;
      background: #0173bd;
      transition: all 0.15s ease-in-out; }
      .tasto.icona [class*="icon-"]:before {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
    .tasto.icona:hover [class*="icon-"] {
      background: #059; }
    .tasto.icona.evidenza [class*="icon-"] {
      background-color: #59bdfe !important; }
    .tasto.icona.evidenza:hover [class*="icon-"] {
      background-color: #8cd1fe !important; }
  .tasto.grigio {
    background-color: #222; }
    .tasto.grigio.icona [class*="icon-"] {
      background-color: #0173bd; }
    .tasto.grigio:hover {
      background-color: #3c3c3c; }
      .tasto.grigio:hover.icona [class*="icon-"] {
        background-color: #0192f0; }
  .tasto.bianco {
    background-color: #f2f2f2;
    color: #333; }
    .tasto.bianco.icona [class*="icon-"] {
      background-color: #0173bd;
      color: #fff; }
    .tasto.bianco:hover {
      background-color: #d9d9d9; }
      .tasto.bianco:hover.icona [class*="icon-"] {
        background-color: #0192f0; }
  .tasto.info {
    padding: 0.33em; }
  .tasto.expander {
    position: absolute;
    right: 0;
    top: 0;
    margin: 0;
    font-family: 'clic' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
    .tasto.expander:before {
      content: "\e90f"; }
    .tasto.expander.collapsed:before {
      content: "\e910"; }
  .form-group .tasto {
    padding: 0;
    width: 2.5em; }
    .form-group .tasto span[class*="icon-"] {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }

/*MODALI*/
.modal .icon-chiudi {
  position: absolute;
  top: 0;
  right: 0;
  background: #0173bd;
  color: #fff;
  padding: 0.5em;
  z-index: 1;
  caret-color: transparent;
  font-size: 12px;
  transform: translate(30%, -30%);
  border-radius: 3px; }
  .modal .icon-chiudi:hover {
    background: #28a9e1;
    color: #fff; }
.modal .modal-body {
  padding: 1em; }

/*CONTRIBUTI*/
.contributo {
  display: flex; }
  .contributo.video .filmato {
    width: 67%; }
  .contributo.video .testi {
    width: 33%;
    min-width: 250px;
    padding: 0.66em 0 0 1em; }
  .contributo.audio {
    flex-direction: column; }
    .contributo.audio audio {
      width: 100%;
      margin-bottom: 2em; }
    .contributo.audio .testi {
      text-align: center; }
  .contributo .testi h3 {
    font-size: 1.1em;
    line-height: 1.2em;
    margin: 0; }
  .contributo .testi .descrizione {
    font-size: 1rem;
    line-height: 1.2em; }

.testi .autore {
  font-weight: 600;
  color: #28a9e1; }
.testi .tools {
  font-size: 1.4em; }
  .testi .tools a, .testi .tools a:visited, .testi .tools a:active, .testi .tools a:focus, .testi .tools a:hover {
    color: #0173bd; }
    .testi .tools a:hover, .testi .tools a:visited:hover, .testi .tools a:active:hover, .testi .tools a:focus:hover, .testi .tools a:hover:hover {
      color: #28a9e1; }
  .testi .tools [class*="preferito-"] {
    font-size: 1.2em;
    position: relative;
    top: 0.15em; }
  .testi .tools .preferito-si:hover:after {
    display: inherit; }
  .testi .tools .preferito-si:after, .testi .tools .preferito-si:hover:before {
    display: none; }

/*qtip*/
.qtip {
  background: #fff;
  border: 2px solid #fff;
  box-shadow: 0 0 10px rgba(0, 85, 153, 0.5);
  max-width: 300px;
  border-radius: 10px; }
  .qtip .qtip-content {
    padding: 5px; }
  .qtip .box-tasti {
    display: flex;
    flex-direction: column;
    border-radius: 5px;
    overflow: hidden; }
    .qtip .box-tasti a {
      display: block;
      padding: 10px;
      color: #666;
      position: relative;
      padding-left: 3em;
      text-transform: uppercase;
      font-weight: 500;
      font-size: 13px; }
      .qtip .box-tasti a + a {
        border-top: 1px solid rgba(0, 0, 0, 0.1); }
      .qtip .box-tasti a [class*="icon-"] {
        background: #0173bd;
        color: #fff;
        position: absolute;
        left: 0;
        top: 0;
        line-height: 33px;
        height: 100%;
        width: 33px;
        text-align: center;
        font-size: 18px; }
      .qtip .box-tasti a:hover {
        background: #e8f6fc; }

/*FOOTER*/
#footer {
  background: #0173bd;
  color: #fff;
  text-align: center;
  padding: 4em 1em;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 1.4em;
  position: relative;
  overflow: hidden; }
  #footer .filigrana {
    position: absolute;
    opacity: 0.1;
    top: -10%;
    left: 50%;
    width: auto;
    height: 120%;
    transform: translateX(-50%);
    object-fit: cover; }
  #footer .contenuto {
    position: relative;
    z-index: 10; }
  #footer a {
    color: #fff;
    font-weight: 600; }
  #footer .testi {
    margin: 2em 0 1.75em; }
  #footer .sociali {
    font-size: 1.76em; }

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

h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", sans-serif;
  color: #0173bd;
  font-weight: 600;
  line-height: 1em;
  margin: 0 0 0.5em;
  letter-spacing: -0.02em;
  text-transform: uppercase; }
  .bg-colore1 h1, .bg-colore1 h2, .bg-colore1 h3, .bg-colore1 h4, .bg-colore1 h5, .bg-colore1 h6 {
    color: #fff; }
  p + h1, p + h2, p + h3, p + h4, p + h5, p + h6 {
    margin-top: 2em; }

h4, h5, h6 {
  color: #0d0d0d; }

h1 {
  font-size: 2.5em; }

h2 {
  font-size: 2em; }

h3 {
  font-size: 1.75em; }

h4 {
  font-size: 1.5em; }

h5 {
  font-size: 1.25em; }

h6 {
  font-size: 1.1em; }

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

.titoletto {
  color: #0173bd;
  font-weight: 600; }

.nota {
  opacity: .7;
  font-size: .85em; }

/*RESPONSIVE MIN*/
@media (min-width: 992px) {
  body.shrink {
    margin-top: 120px; }
    body.shrink .testata {
      position: fixed;
      z-index: 25;
      top: 0;
      left: 2em;
      display: flex;
      height: 66px;
      align-items: center;
      transform: unset; }
      body.shrink .testata img {
        height: 50px; }
      body.shrink .testata .titoli {
        margin: 0 0 0 1em;
        padding: 0; }
        body.shrink .testata .titoli h1 {
          border: none;
          font-size: 1.1em;
          margin: 0; }
        body.shrink .testata .titoli h4 {
          font-size: 1em;
          margin: 0; }
      body.shrink .testata .sociali {
        display: none; }

  body.shrink #mainmenu {
    position: fixed;
    background: #fff;
    top: 0;
    right: 0;
    padding: 0 1em 0 0;
    z-index: 20;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3); }
    body.shrink #mainmenu .navbar-nav > li {
      padding: 0 1.2vw; }
      body.shrink #mainmenu .navbar-nav > li > a {
        line-height: 4rem; }
  #mainmenu .navbar-collapse {
    justify-content: end; }
  #mainmenu .icon-heart {
    color: #a00; } }
@media (min-width: 1200px) {
  #mainmenu .dropdown:hover .dropdown-menu {
    display: block; } }
/*RESPONSIVE MAX*/
@media (max-width: 1920px) {
  .copertine .item {
    width: calc(100% / 5 - 1em); } }
@media (max-width: 1660px) {
  .copertine .item {
    width: calc(100% / 4 - 1em); } }
@media (max-width: 1399px) {
  #slideshow .carousel-inner .carousel-item img {
    min-height: 70vh; }
  #slideshow .carousel-inner .carousel-item .testo .contenuto {
    font-size: 0.9em; }

  .testata {
    transform: scale(90%) translate(-5%, -5%); } }
@media (max-width: 1199px) {
  #mainmenu {
    padding: 0.5rem; }

  .testata {
    transform: scale(80%) translate(-10%, -10%); }

  .copertine .item {
    width: calc(100% / 3 - 1em); }

  .tastoni .item {
    width: calc(100% / 2 - 1em); }

  /*modali*/
  .modal-xl {
    max-width: calc(100% - 3em); } }
@media (max-width: 991px) {
  .no-mobile {
    display: none; }

  .solomobile {
    display: inherit; }

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

  #mainmenu {
    width: 100%;
    right: 0;
    position: fixed;
    padding: 0;
    z-index: 100;
    color: #fff;
    top: 0; }
    body.shrink #mainmenu {
      padding-right: 0em;
      position: fixed; }
      body.shrink #mainmenu .navbar-toggler {
        box-shadow: 0 0 8px; }
    #mainmenu .navbar-nav > li {
      padding: 0 1em; }
      #mainmenu .navbar-nav > li.active > a {
        font-weight: 900; }
        #mainmenu .navbar-nav > li.active > a::after {
          content: none; }
      #mainmenu .navbar-nav > li a {
        color: #fff;
        line-height: 120%;
        padding: 0.66em 0; }
        #mainmenu .navbar-nav > li a:after {
          color: #fff; }
      #mainmenu .navbar-nav > li a:hover {
        color: #fff; }
    #mainmenu .navbar-collapse {
      padding: 1em 0 2em;
      max-height: calc(100vh - 50px);
      overflow-y: auto;
      border-top: 1px solid #fff;
      border-bottom: 2px solid #fff;
      box-shadow: 0 10px 20px -10px rgba(1, 115, 189, 0.8);
      background: linear-gradient(to bottom, #005599 0%, rgba(1, 115, 189, 0.98) 50%, rgba(40, 169, 225, 0.95) 100%); }
    #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; }
    .shrink #mainmenu {
      padding-right: 0;
      letter-spacing: normal; }

  #slideshow:before, #slideshow:after {
    height: 15%; }
  #slideshow .carousel-control-prev, #slideshow .carousel-control-next {
    display: none; }
  #slideshow .carousel-indicators {
    top: 50vw; }
  #slideshow .carousel-inner .carousel-item img {
    width: 100vw;
    height: 55vw;
    min-height: unset;
    float: none; }
  #slideshow .carousel-inner .carousel-item .testo {
    position: static;
    width: 100%;
    height: auto; }
    #slideshow .carousel-inner .carousel-item .testo .contenuto {
      position: static;
      max-width: unset;
      padding: 1em;
      text-align: center; }
  #slideshow:after {
    top: 55vw;
    transform: translateY(-100%); }
  #slideshow.smart:after {
    top: 18em; }
  #slideshow.smart:after, #slideshow.smart:before {
    height: 45%; }

  .testata {
    width: 100%;
    text-align: center;
    transform: none;
    left: 0;
    position: relative;
    margin: 1.5em auto -2em;
    top: inherit; }
    .testata .sociali {
      font-size: 1.6em;
      text-shadow: 0 0 20px #fff, 0 0 10px #fff; }
    .testata img.logo {
      max-width: 220px; }
    .testata h1 {
      font-size: 1.2em;
      margin: 0.35em 1em 0.5em; }
    .testata h4 {
      margin: -0.45em 1em 0.6em;
      font-size: 1.1em; }

  .blocchi-area {
    flex-wrap: wrap;
    margin: 0 0 2em; }
    .blocchi-area.solleva {
      margin-top: 0; }
    .blocchi-area .blocco {
      width: calc(100% / 1);
      margin-top: 0; }

  .tipologie, .rollover {
    justify-content: center; }

  .copertine {
    padding: 0.5em; }
    .copertine.solleva {
      margin-top: 0; }
    .copertine .item {
      width: calc(100% / 2 - 1em); }

  .modal .modal-body {
    padding: 0; }

  .contributo {
    flex-direction: column; }
    .contributo.video .filmato, .contributo.video .testi {
      width: 100%;
      padding: 0; }
    .contributo.video .testi {
      padding: 1em;
      margin: 0 0 1em; }
    .contributo .testi {
      padding: 1em;
      margin-top: 1em;
      text-align: center;
      min-width: unset; } }
@media (max-width: 767px) {
  .fascia {
    padding-top: 3.5em;
    padding-bottom: 3.5em; }

  .testata img.logo {
    max-width: 180px; }

  #slideshow .carousel-indicators {
    top: 60vw;
    bottom: auto; }
  #slideshow .carousel-inner .carousel-item img {
    height: 70vw; }
  #slideshow .carousel-inner .carousel-item .testo .contenuto h3 {
    font-size: 1.5em;
    line-height: 1.2em;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden; }
  #slideshow:after {
    top: 71vw;
    transform: translateY(-100%); }
  #slideshow.smart:after {
    top: 18em; }

  .twist {
    flex-direction: column; }
    .twist > div {
      width: 100%; }
    .twist .testo {
      padding: 2em;
      text-align: center; }
    .twist .immagine {
      order: 1; }
      .twist .immagine img {
        height: 100vw; }

  .rubriche {
    padding: 0 1px;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap; }
    .rubriche a {
      padding: 0.8em 1em 1em 2.5em;
      font-size: 12px;
      letter-spacing: -0.35px;
      margin: 0 1px;
      line-height: 1.2em;
      width: calc(50% - 2px); }
      .rubriche a:after {
        content: '';
        position: absolute;
        width: 100%;
        bottom: 0;
        left: 0;
        height: 30%;
        background: linear-gradient(to top, white 0%, rgba(255, 255, 255, 0) 100%); }
      .rubriche a [class*="icon-"] {
        font-size: 1.5em;
        margin-right: 0;
        top: 0.45em;
        left: 0.35em;
        position: absolute; }
      .rubriche a.wrw {
        width: calc(33% - 2px); }
      .rubriche a.materiali {
        width: calc(67% - 2px); }

  .tastoni {
    padding: 1em 0.66em; }
    .tastoni .item {
      width: 100%; } }
@media (max-width: 575px) {
  .copertine .item {
    width: calc(100% / 1 - 1em); }

  #footer {
    font-size: 14px; }

  .modal-xl {
    max-width: 100%; }

  .blocchi-area .blocco .immagine {
    height: 300px; }
    .blocchi-area .blocco .immagine:before {
      content: none; }
    .blocchi-area .blocco .immagine img {
      max-width: none;
      object-fit: cover; } }

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