/*CHECK TIME*/
/* Variabili*/
/*reset*/
a, a:visited, a:active, a:focus, a:hover {
  color: #666;
  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: 18px;
  scroll-behavior: smooth; }

body {
  font-family: "Roboto Condensed", 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: #8b034f;
  color: #fff; }

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

.bg-colore3 {
  background-color: #0cf;
  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(139, 3, 79, 0.1); }

.txt-grigio {
  color: #666; }

.txt-default {
  color: #666; }

.txt-colore1 {
  color: #8b034f; }

.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 #ccc;
  margin: 3em 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); }

.stato-off {
  opacity: 0;
  height: 0;
  transition: all 0.3s ease-in-out; }

.stato-on {
  opacity: 1;
  height: auto;
  transition: all 0.3s ease-in-out; }

.stretto {
  max-width: 850px;
  margin-left: auto;
  margin-right: auto; }

.strettissimo {
  max-width: 650px;
  margin-left: auto;
  margin-right: auto; }

.avviso {
  padding: 1em;
  background: #8b034f;
  color: #fff;
  font-size: 1.1em;
  line-height: 1.2em;
  font-weight: 600;
  text-align: center;
  margin: 1em 0 2em; }

.bibliografia {
  padding-top: 1em;
  margin-top: 1em;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 0.85em;
  line-height: 1.4em; }
  .bibliografia a {
    font-weight: 600;
    color: #8b034f; }

.visite {
  margin: 2em auto;
  font-size: 1.5em; }
  .visite strong {
    color: #8b034f; }

.txt-colore1 {
  color: #8b034f !important; }

.txt-colore2 {
  color: #f9b000 !important; }

.fascia {
  padding: 2rem;
  background: #8b034f; }
  .fascia h2, .fascia h3, .fascia h4, .fascia h5, .fascia h6, .fascia p {
    color: #fff; }
  .fascia p {
    font-size: 1.2em;
    line-height: 1.2em; }

.modulo {
  margin: 2em; }

.bordato {
  text-align: center;
  padding: 2em;
  box-shadow: 0 0 0.5em rgba(0, 0, 0, 0.2);
  border-radius: 1em; }
  .bordato p {
    text-align: left;
    font-size: 1.15em;
    line-height: 1.2em; }

/*LAYOUT*/
body {
  background: #590233; }
  body img {
    max-width: 100%; }

.content {
  position: relative;
  z-index: 2; }

* {
  box-sizing: border-box; }

#pagina {
  position: relative;
  padding: 0;
  background: #fff;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
  overflow: hidden; }
  #pagina .filigrana {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: auto;
    opacity: .15;
    text-align: center; }
    #pagina .filigrana > img {
      max-height: 95vh;
      transform: translate(-60%, 5%); }

/*TESTATA*/
.testata {
  position: relative;
  overflow: hidden; }
  .testata .testo {
    position: absolute;
    z-index: 2;
    top: 50%;
    width: 50%;
    left: 5%;
    transform: translateY(-50%); }
    .testata .testo .payoff {
      margin: 1em 0 0 1em;
      font-size: 1.4em;
      line-height: 1.1em;
      max-width: 67%; }
      .testata .testo .payoff h2 {
        font-size: 1.75rem;
        white-space: nowrap; }

.fascia1 {
  display: flex;
  justify-content: center;
  align-items: center; }
  .fascia1 .immagine {
    margin-right: 1em;
    height: 3.66em; }

.fascia2 {
  display: flex;
  justify-content: space-between;
  align-items: start;
  padding: 2em 6%; }
  .fascia2 .immagine {
    margin-left: 1em;
    height: 6em; }
  .fascia2 p {
    background: url("../img/striscia-gialla.png") no-repeat left bottom transparent;
    background-size: 55%;
    padding-bottom: 2em; }

.tasti-x2 {
  text-align: center; }
  .tasti-x2 a {
    text-transform: uppercase;
    margin: 0.5em;
    line-height: 1.1em;
    text-align: center; }

/*PRESENTAZIONE*/
/*MODULI*/
/*farmacie*/
/*elenchi*/
/*PARTNERS*/
/*Griglia items*/
.griglia-items {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
  line-height: 1.2em;
  margin: 0 0.5em; }
  .rubrica .griglia-items {
    margin-top: 1em; }
  .griglia-items.attenzione {
    justify-content: center;
    max-width: 1000px;
    margin: 0 auto; }
    .griglia-items.attenzione img {
      height: 7rem;
      margin-bottom: 0.5em; }
    .griglia-items.attenzione .item + .item:before {
      content: '';
      position: absolute;
      left: 0;
      height: 7rem;
      width: 1px;
      border-left: 3px dotted #8b034f; }
  .griglia-items .item {
    width: calc(100% / 8);
    padding: 5px;
    text-align: center;
    border: 1px solid rgba(0, 0, 0, 0);
    color: #666;
    position: relative;
    transition: all 0.2s linear;
    /*&:hover {transform: scale(103%);}*/ }
    .griglia-items .item.grigio {
      background: rgba(0, 0, 0, 0.05);
      padding: 1em;
      border-radius: 0.66em;
      box-shadow: 0 0 0.5em rgba(0, 0, 0, 0.4); }
      .griglia-items .item.grigio p {
        margin: 0;
        text-align: center; }
      .griglia-items .item.grigio img {
        height: 3em;
        margin-bottom: 1em; }
    .griglia-items .item img.copertina {
      width: 100%;
      height: 250px;
      object-fit: cover; }
    .griglia-items .item .title {
      background: #666;
      color: #fff;
      position: relative;
      text-align: left;
      font-size: 13px;
      line-height: 1.1em;
      text-transform: uppercase;
      position: absolute;
      width: calc(100% - 10px);
      bottom: 0;
      height: 50%;
      background: -moz-linear-gradient(top, rgba(102, 102, 102, 0) 0%, #666666 66%);
      background: -webkit-linear-gradient(top, rgba(102, 102, 102, 0) 0%, #666666 66%);
      background: linear-gradient(to bottom, rgba(102, 102, 102, 0) 0%, #666666 66%); }
      .griglia-items .item .title p {
        padding: 10px 10px 1.25em 3em;
        margin: 0;
        position: absolute;
        width: 100%;
        bottom: 0; }
      .griglia-items .item .title .icon-pdf {
        position: absolute;
        left: 12px;
        font-size: 1.5em;
        top: 12px; }
  .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 - 0.75em); }
  .griglia-items.items2 .item {
    width: calc(100% / 2); }
  .griglia-items.center {
    justify-content: center; }

/*TASTO*/
.tasto {
  cursor: pointer;
  text-align: left;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  background-color: #8b034f;
  color: #fff;
  padding: 0.66em 1em;
  transition: all 0.2s ease-in-out;
  user-select: none;
  position: relative;
  font-size: 1.3rem;
  display: inline-block;
  line-height: 1em;
  border-radius: 0.5rem; }
  .tasto:hover, .tasto:active, .tasto:focus {
    background-color: #bd046b;
    color: #fff;
    font-weight: 400; }
  .tasto:visited {
    color: #fff; }
  .bg-colore1 .tasto {
    border: 1px solid rgba(255, 255, 255, 0.5);
    background-color: #a4045d; }
    .bg-colore1 .tasto:hover {
      background-color: #bd046b; }
  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: #fa2da0 !important; }
    .tasto.icona.evidenza:hover [class*="icon-"] {
      background-color: #fc5eb6 !important; }
  .tasto.grigio {
    background-color: #222; }
    .tasto.grigio.icona [class*="icon-"] {
      background-color: #8b034f; }
    .tasto.grigio:hover {
      background-color: #3c3c3c; }
      .tasto.grigio:hover.icona [class*="icon-"] {
        background-color: #bd046b; }
  .tasto.bianco {
    background-color: #f2f2f2;
    color: #666; }
    .tasto.bianco.icona [class*="icon-"] {
      background-color: #8b034f;
      color: #fff; }
    .tasto.bianco:hover {
      background-color: #d9d9d9; }
      .tasto.bianco:hover.icona [class*="icon-"] {
        background-color: #bd046b; }
  .tasto.info {
    padding: 0.33em; }
  .tasto.comingsoon {
    background-color: #777; }
    .tasto.comingsoon.icona [class*="icon-"] {
      background-color: #8b034f; }
    .tasto.comingsoon:hover {
      background-color: #777; }
      .tasto.comingsoon:hover.icona [class*="icon-"] {
        background-color: #bd046b; }

.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; }

.credits {
  color: #8b034f;
  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; }

/*MODALI*/
.modal .modal-header {
  background-color: #8b034f;
  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.farma {
    padding: 1em 0 0;
    text-align: center; }
    .modal .modal-body.farma h3 {
      margin: 0 0 0.2em;
      font-size: 1.2em;
      line-height: 1.1em; }
    .modal .modal-body.farma p {
      font-size: 0.9rem;
      line-height: 1.1em;
      text-transform: uppercase; }
    .modal .modal-body.farma .mappa iframe {
      width: 100%;
      height: 70vh; }
  .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: #8b034f;
  border-radius: 100%;
  z-index: 10; }
  .modal .icon-chiudi:hover {
    background-color: #bd046b;
    color: #fff; }
.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;
  display: flex;
  font-size: 15px;
  justify-content: space-around;
  align-items: stretch;
  margin: 3em 0;
  padding-top: 3em;
  border-top: 1px solid #8b034f; }
  #footer > div {
    position: relative; }
  #footer p.titoletto {
    text-align: center;
    margin-bottom: 0.5em !important; }
  #footer .responsabili {
    width: 45%; }
    #footer .responsabili .item:nth-child(2) {
      width: 55%; }
    #footer .responsabili .item:nth-child(1) {
      width: 45%; }
    #footer .responsabili p {
      margin: 0; }
  #footer .medmaps {
    width: 20%; }
  #footer .astrazeneca {
    width: 30%; }
  #footer img {
    max-width: 100%;
    position: absolute;
    bottom: 12px;
    max-width: 90%;
    left: 50%;
    transform: translateX(-50%); }
  #footer .griglia-items .item {
    text-align: left; }

/* TIPOGRAFIA */
body {
  color: #666;
  font-weight: 400;
  letter-spacing: -0.03em; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto Condensed", sans-serif;
  color: #f9b000;
  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: 1em; }

h1, h2, h3 {
  color: #8b034f;
  font-weight: 600; }

h4, h5, h6 {
  color: #8b034f;
  font-weight: 500; }

h1 {
  font-size: 2em; }

h2 {
  font-size: 1.75em; }

h3 {
  font-size: 1.5em; }

h4 {
  font-size: 1.25em; }

h5 {
  font-size: 1.15em; }

h6 {
  font-size: 1.1em; }

strong {
  font-weight: 600; }

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

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

.titolo {
  text-transform: uppercase; }

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

/*RESPONSIVE MIN*/
@media (min-width: 1200px) {
  #mainmenu .dropdown:hover .dropdown-menu {
    display: block; } }
/*RESPONSIVE MAX*/
@media (max-width: 1199px) {
  .container-lg {
    max-width: 95%; } }
@media (max-width: 991px) {
  html {
    font-size: 16px; }

  .container-lg {
    max-width: 100%; }

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

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

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

  .griglia-items.items6 .item {
    width: calc(100% / 3); }

  #footer {
    display: block; }
    #footer > div {
      width: 100% !important;
      text-align: center; }
      #footer > div + div {
        margin-top: 2.5em; }
    #footer .responsabili .griglia-items {
      justify-content: center; }
      #footer .responsabili .griglia-items .item {
        text-align: center;
        max-width: 250px; }
    #footer .medmaps img {
      margin-top: -1.25em; }
    #footer img {
      position: static;
      transform: none;
      margin: 0 auto; } }
@media (max-width: 767px) {
  .nomobile {
    display: none; }

  .solomobile {
    display: inherit; }

  .fascia {
    padding: 2.25em 1.75em; }

  .modulo {
    margin: 1em; }

  .bordato {
    padding: 2em 1em 1em; }

  .fascia1, .fascia2 {
    display: block;
    text-align: center; }
    .fascia1 .immagine, .fascia2 .immagine {
      margin: 0 auto 1em;
      height: 5em; }

  .fascia2 {
    flex-direction: column;
    display: flex; }
    .fascia2 p {
      background-size: 100%;
      order: 2; }
    .fascia2 .immagine {
      order: 1;
      margin-bottom: 1.5em; }
    .fascia2 .testo {
      order: 2; }

  .tasti-x2 {
    padding: 1.25em 1em; }
    .tasti-x2 a {
      line-height: 1.1em;
      text-align: center;
      width: 100%;
      margin: 0.25em 0; }

  .griglia-items .item, .griglia-items.items3 .item, .griglia-items.items4 .item, .griglia-items.items6 .item {
    width: 100%;
    margin-bottom: 1em; }
  .griglia-items.items5 {
    max-width: 25em; }
    .griglia-items.items5 .item {
      width: 50%;
      margin-bottom: 1em; }
      .griglia-items.items5 .item:nth-child(2n-1):before {
        display: none; }
  .griglia-items.allegati .item, .griglia-items.crediti .item {
    width: 100%; }
  .griglia-items.crediti .item {
    margin: 2em auto; }
  .farmacie .griglia-items {
    margin: 0; }
    .farmacie .griglia-items .item {
      padding: 5px 10px 5px 26px;
      background-size: 22px; }
  .griglia-items.allegati .item {
    display: flex;
    align-items: stretch;
    padding: 0; }
    .griglia-items.allegati .item img.copertina {
      width: 80px;
      height: 100%; }
    .griglia-items.allegati .item .title {
      position: static;
      height: auto;
      background: #666;
      color: #fff;
      display: flex;
      align-items: center; }
      .griglia-items.allegati .item .title p {
        width: auto;
        position: relative;
        margin-left: 1em;
        font-size: 15px;
        line-height: 1em; }

  .testata .testo {
    position: static;
    width: auto;
    text-align: center;
    margin: 0 1em;
    transform: none; }
    .testata .testo .payoff {
      margin: 1em 0 0;
      max-width: unset;
      font-size: 1.2em; }
      .testata .testo .payoff h2 {
        font-size: 1.6rem; }
  .testata .immagine {
    position: relative; }
    .testata .immagine:after {
      content: '';
      position: absolute;
      width: 100%;
      height: 40vw;
      bottom: 0;
      left: 0;
      background: linear-gradient(to top, white 0%, rgba(255, 255, 255, 0) 100%); }

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

  #footer .responsabili .griglia-items .item {
    max-width: inherit;
    width: 100%; } }
@media (max-width: 575px) {
  .testata img.logo {
    margin: 3em 1em 2em; }

  .modal .icon-chiudi {
    top: -0.5em;
    right: -0.5em; }

  .nav-link {
    padding: 0.5rem;
    font-size: 12px; } }

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