/*IL Tuo Respiro Conta*/
/* Variabili - BLU DEFAULT #04305e*/
/*reset*/
a, a:visited, a:active, a:focus, a:hover {
  color: #444;
  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: "Montserrat", sans-serif;
  line-height: 120%; }

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

.flex {
  display: flex; }

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

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

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

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

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

.nascosto {
  display: none; }

.relative {
  position: relative; }

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

.solomobile {
  display: none; }

.bg-colore1 {
  background-color: #832a45;
  color: #fff; }

.bg-colore2 {
  background-color: #6aafaa;
  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(131, 42, 69, 0.1); }

.txt-grigio {
  color: #666; }

.txt-default {
  color: #444; }

.txt-colore1 {
  color: #832a45; }

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

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

.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: 750px;
  margin-left: auto;
  margin-right: auto; }

a.nota {
  color: #832a45;
  font-weight: 700;
  font-size: 0.66em;
  position: relative;
  top: -0.33em; }
  a.nota:hover {
    color: #aa3659; }

.visite {
  margin: 1em 0 2em;
  padding-top: 1em;
  border-top: 1px dashed #ccc;
  font-size: 1.2em; }
  .visite strong {
    font-weight: 600;
    color: #832a45; }

/*LAYOUT*/
body {
  background: #fff; }
  body img {
    max-width: 100%; }
  body.home:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    height: 50px;
    background: #832a45; }
  body.home:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    height: 8em;
    background: #832a45;
    width: 50%;
    right: 0;
    left: auto; }

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

* {
  box-sizing: border-box; }

#pagina {
  position: relative;
  padding: 0; }
  #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 .content {
  display: flex;
  padding: 0;
  background: #832a45; }
  .testata .content .immagine {
    width: 40%;
    position: relative; }
    .testata .content .immagine .data {
      padding: 1.5em 1.5em 1.5em 4em;
      position: relative;
      left: -2em;
      background: #832a45;
      height: 8rem;
      display: flex;
      flex-direction: column;
      justify-content: center; }
      .testata .content .immagine .data h3, .testata .content .immagine .data h4 {
        color: #fff;
        font-size: 1.3em;
        line-height: 1.2em;
        z-index: 5;
        position: relative; }
      .testata .content .immagine .data h4 {
        font-size: 1.1em;
        line-height: 1.2em; }
        .testata .content .immagine .data h4 span {
          display: inline-block; }
    .testata .content .immagine .foto {
      height: calc(100% - 8em); }
      .testata .content .immagine .foto img {
        background: #832a45;
        padding: 0 8px 8px;
        height: 100%;
        width: 100%;
        object-fit: cover; }
  .testata .content .testi {
    width: 60%;
    margin-top: 50px;
    background: #fff; }
    .testata .content .testi .apertura {
      text-transform: uppercase;
      font-size: 12px;
      margin-left: 1em; }
    .testata .content .testi .siia {
      display: flex;
      margin-top: 1em;
      align-items: center;
      margin-left: 1em; }
      .testata .content .testi .siia .logo img {
        width: 140px;
        margin-right: 5px; }
    .testata .content .testi .titolo {
      background: #fff;
      padding: 2em 2em 0; }
      .testata .content .testi .titolo img {
        max-width: 20em; }

/*PRESENTAZIONE*/
.presentazione {
  margin: 0 auto;
  display: flex; }
  .presentazione .immagine {
    width: 40%;
    background-color: #832a45;
    position: relative; }
    .presentazione .immagine img {
      position: absolute;
      right: 2em;
      top: 1em;
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: right center; }
  .presentazione .testo {
    margin: 0 2em; }
    .presentazione .testo h2 {
      float: left;
      margin-top: 1em;
      padding-top: 1em;
      border-top: 3px solid #6aafaa; }
      .presentazione .testo h2 + p {
        clear: both; }

/*STRISCIA*/
.striscia {
  background: url("../img/striscia.png") repeat-x center center transparent;
  padding: 5em 0;
  background-size: contain; }
  .striscia h4, .striscia p {
    color: #fff;
    text-align: center; }
  .striscia p {
    font-size: 0.9em; }

/*QUESTION AND ANSWARE*/
.question {
  display: flex;
  justify-content: center;
  margin: 3em auto;
  padding-top: 3em;
  border-top: 1px solid #ccc;
  font-size: 1.2em;
  line-height: 1.4em; }
  .question > * {
    display: flex;
    align-items: center; }
  .question .domanda {
    width: 17em;
    color: #832a45;
    font-weight: 600;
    text-transform: uppercase; }
  .question .freccie {
    padding: 0 1em; }
    .question .freccie img {
      height: 4em; }
  .question .risposta {
    width: 25em;
    font-weight: 600; }
    .question .risposta strong {
      color: #6aafaa;
      display: inline-block; }

.spirometria {
  margin-top: 4em;
  max-width: 1080px;
  font-size: 1.1em;
  line-height: 1.4em; }
  .spirometria strong {
    color: #832a45; }

/*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%; }

/*ALLEGATI*/
.allegati {
  display: flex; }
  .allegati .immagine {
    position: relative;
    width: 210px;
    transition: all 0.3s ease-in-out; }
    .allegati .immagine img {
      background: #832a45;
      padding: 10px; }
    .allegati .immagine:hover {
      transform: scale(1.03); }
  .allegati .testo {
    width: calc(100% - 210px - 1em);
    margin-left: 1em;
    display: flex;
    flex-direction: column;
    justify-content: center; }

.area-video {
  text-align: center; }

/*sociali*/
.sociali {
  display: flex;
  align-items: center;
  margin-top: 2em; }
  .sociali p {
    margin: 0; }
  .sociali a {
    background: #832a45;
    color: #fff;
    height: 2em;
    width: 2em;
    line-height: 2em;
    text-align: center;
    margin: 0.1em; }

/*Bibliografia*/
.modal .modal-body.bibliografia {
  margin: 0 2em;
  font-size: 1rem;
  padding: 1em; }
  .modal .modal-body.bibliografia li {
    padding: 1em;
    margin: 0; }
    .modal .modal-body.bibliografia li + li {
      border-top: 1px solid rgba(0, 0, 0, 0.2); }
    .modal .modal-body.bibliografia li a {
      color: #832a45;
      font-weight: 600; }
      .modal .modal-body.bibliografia li a:hover {
        color: #aa3659; }

/*farmacie*/
.farmacie h3 {
  color: #832a45;
  text-align: center; }
  .farmacie h3 + p {
    text-align: center;
    color: #666;
    margin: -0.2em auto 0; }
.farmacie .nav-tabs {
  justify-content: center;
  border-bottom: 1px solid #ccc; }
  .farmacie .nav-tabs .nav-link {
    border-color: rgba(68, 68, 68, 0.2);
    color: #491726;
    background: #fff;
    border-radius: 10px 10px 0 0;
    text-transform: uppercase;
    font-weight: 600;
    position: relative;
    text-align: center;
    border-bottom: none;
    margin: 0;
    font-size: 15px;
    white-space: nowrap; }
    .farmacie .nav-tabs .nav-link:nth-child(-n+6) {
      width: calc(100% / 6); }
    .farmacie .nav-tabs .nav-link:nth-child(n+6) {
      width: calc(100% / 6); }
    .farmacie .nav-tabs .nav-link:hover {
      background: linear-gradient(to bottom, #fcf3f3 50%, rgba(252, 243, 243, 0) 100%); }
    .farmacie .nav-tabs .nav-link:after {
      content: '';
      position: absolute;
      width: calc(100% + 2px);
      height: 50%;
      bottom: 0;
      left: -1px;
      background: linear-gradient(to top, white 0%, rgba(255, 255, 255, 0) 100%); }
  .farmacie .nav-tabs .nav-link.active, .farmacie .nav-tabs .nav-item.show .nav-link {
    background: #832a45;
    color: #fff;
    z-index: 10;
    border-color: rgba(68, 68, 68, 0.2); }
.farmacie .griglia-items {
  padding-top: 1em;
  margin-top: 2em;
  border-top: 1px solid #ccc; }
  .farmacie .griglia-items .item {
    text-align: left;
    background: url("../img/farmacia.png") no-repeat 0 0 transparent;
    background-size: 30px;
    padding: 5px 15px 5px 40px;
    margin: 1em 0 0.5em; }
    .farmacie .griglia-items .item h4 {
      color: #832a45;
      text-transform: uppercase;
      font-size: 15px;
      line-height: 1.1em;
      font-weight: 600; }
    .farmacie .griglia-items .item p {
      font-size: 13px;
      color: #666;
      line-height: 1.1em;
      margin: 0;
      text-transform: uppercase; }

.comingsoon {
  margin: 3em 1em 5em;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600; }

/*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: #832a45;
      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: #832a45;
      font-weight: 400; }
      .elenco.numero li span.numero:after {
        content: '.'; }

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

/*Griglia items*/
.griglia-items {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
  line-height: 1.2em;
  margin: 0 0.5em 2em; }
  .rubrica .griglia-items {
    margin-top: 1em; }
  .griglia-items .item {
    width: calc(100% / 8);
    padding: 5px;
    text-align: center;
    border: 1px solid rgba(0, 0, 0, 0);
    color: #444;
    position: relative;
    transition: all 0.2s linear; }
    .griglia-items .item img.copertina {
      width: 100%;
      height: 250px;
      object-fit: cover; }
    .griglia-items .item .title {
      background: #444;
      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(68, 68, 68, 0) 0%, #444444 66%);
      background: -webkit-linear-gradient(top, rgba(68, 68, 68, 0) 0%, #444444 66%);
      background: linear-gradient(to bottom, rgba(68, 68, 68, 0) 0%, #444444 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 .item:hover {
      transform: scale(103%); }
  .griglia-items.items6 .item {
    width: calc(100% / 6); }
  .griglia-items.items4 .item {
    width: calc(100% / 4); }
  .griglia-items.items3 .item {
    width: calc(100% / 3); }
  .griglia-items.items2 .item {
    width: calc(100% / 2); }
  .griglia-items.items2.video .item {
    margin: 5px;
    width: calc(100%/2 - 10px);
    padding: 0;
    border: 1px solid #ccc; }
  .griglia-items.center {
    justify-content: center; }

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

.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: #832a45;
  font-style: italic;
  /*border-top:1px solid rgba($nero, 0.3); padding-top:3em;*/
  margin-top: 3em; }
  .credits .autore {
    font-size: 1.75em;
    line-height: 1.2em;
    margin-bottom: 0; }

.contattaci {
  padding: 2em;
  background: #6aafaa;
  text-align: center;
  margin: 0.25em 0;
  color: #fff; }
  .contattaci a {
    font-weight: 600;
    color: #fff;
    display: inline-block; }

.contributi {
  display: flex; }
  .contributi .videoflex {
    width: 48%; }
  .contributi .allegati {
    width: 52%;
    margin-left: 20px;
    padding-left: 20px;
    border-left: 1px solid rgba(0, 0, 0, 0.1); }

/*MODALI*/
.modal .modal-header {
  background-color: #832a45;
  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: #6aafaa;
  border-radius: 100%;
  z-index: 10; }
  .modal .icon-chiudi:hover {
    background-color: #549c97;
    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; }
  #footer .loghi {
    display: flex;
    padding: 3em 0;
    justify-content: center;
    align-items: center; }
    #footer .loghi .griglia-items {
      justify-content: center; }
    #footer .loghi > * {
      margin: 0; }
    #footer .loghi img {
      width: 100%;
      height: 100px;
      object-fit: contain; }
      #footer .loghi img.menarini {
        position: relative;
        top: 5px; }
    #footer .loghi p {
      font-size: 12px;
      line-height: 1.1em;
      margin: 0; }
    #footer .loghi .item {
      width: unset;
      margin: 0 1em; }
      #footer .loghi .item .contributo {
        position: absolute;
        top: 10px;
        left: 50%;
        width: 130px;
        transform: translateX(-50%); }
      #footer .loghi .item:nth-child(1) {
        width: 26%; }
      #footer .loghi .item:nth-child(2) {
        width: 24%; }
      #footer .loghi .item:nth-child(3) {
        width: 11%; }
      #footer .loghi .item:nth-child(4) {
        width: 11%; }
  #footer .copyright {
    background-color: #832a45;
    color: #fff;
    text-align: center;
    padding: 1.5em 2em; }

/* TIPOGRAFIA */
body {
  color: #444;
  font-weight: 400; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", sans-serif;
  color: #6aafaa;
  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: #832a45;
  font-weight: 600;
  text-transform: uppercase; }

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

h1 {
  font-size: 1.8em; }

h2 {
  font-size: 1.6em; }

h3 {
  font-size: 1.5em; }

h4 {
  font-size: 1.4em; }

h5 {
  font-size: 1.3em; }

h6 {
  font-size: 1.2em; }

strong {
  font-weight: 600; }

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

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

.titolo {
  text-transform: uppercase; }

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

.titoletto {
  font-weight: 600;
  color: #832a45; }

/*RESPONSIVE MIN*/
@media (min-width: 1200px) {
  #mainmenu .dropdown:hover .dropdown-menu {
    display: block; } }
/*RESPONSIVE MAX*/
@media (max-width: 1399px) {
  #mainmenu {
    font-size: 1.1em; }

  .question {
    font-size: 1.2em;
    line-height: 1.4em; } }
@media (max-width: 1199px) {
  .farmacie .nav-tabs .nav-link {
    font-size: 14px; }

  .testata .content .immagine {
    font-size: 15px; }

  .question {
    font-size: 1.1em;
    line-height: 1.4em; }

  .striscia {
    background-size: cover; }
    .striscia strong {
      display: inline-block; } }
@media (max-width: 991px) {
  .testata .content .immagine {
    font-size: 14px; }
    .testata .content .immagine .data {
      padding-left: 3em; }

  .question {
    font-size: 1em;
    line-height: 1.4em; }
    .question .domanda {
      width: 18em; }

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

  .farmacie .nav-tabs .nav-link:nth-child(n) {
    width: calc(100% / 4); }

  .contributi {
    display: block; }
    .contributi .videoflex {
      width: auto; }
    .contributi .allegati {
      width: auto;
      margin-left: auto;
      padding-left: 0;
      border-left: none;
      margin-top: 20px;
      padding-top: 20px;
      border-top: 1px solid rgba(0, 0, 0, 0.1); } }
@media (max-width: 767px) {
  .nomobile {
    display: none; }

  .solomobile {
    display: inherit; }

  .fascia {
    padding: 2.5em 1em; }

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

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

  .rubrica h3 {
    padding: 0.5em 1em; }

  .testata {
    margin-bottom: 2em; }
    .testata .content {
      flex-direction: column; }
      .testata .content .testi {
        width: 100%;
        padding-top: 20px;
        order: 2;
        margin-top: -2em; }
        .testata .content .testi .titolo {
          margin-top: 0;
          padding: 0 1em;
          z-index: 70;
          position: relative;
          background: transparent; }
      .testata .content .immagine {
        order: 1;
        width: 100%; }
        .testata .content .immagine .foto img {
          width: 100%;
          height: 85vw;
          object-fit: cover;
          object-position: center 40%;
          padding: 0;
          margin-top: -3em; }
        .testata .content .immagine .data {
          padding: 1em 2em;
          left: auto;
          height: auto;
          max-width: 23em;
          width: auto;
          margin: 0 0 0 auto; }

  .presentazione {
    display: block; }
    .presentazione .immagine {
      width: 93%;
      margin-bottom: 3em;
      float: right; }
      .presentazione .immagine img {
        position: relative;
        right: 7%; }
    .presentazione .testo {
      width: 100%;
      margin: 0;
      padding: 0 1em; }

  .question {
    flex-direction: column;
    font-size: 1.1em;
    line-height: 1.4em; }
    .question > * {
      width: 100% !important;
      text-align: center;
      display: block; }
    .question .freccie img {
      transform: rotate(90deg); }

  .spirometria {
    padding: 0 1.5em; }

  .allegati {
    display: block;
    text-align: center; }
    .allegati .immagine {
      display: block;
      margin: 0 auto 2em; }
    .allegati .testo {
      width: 100%;
      margin: 0; }
      .allegati .testo .sociali {
        justify-content: center;
        margin-top: 1em; }

  .modal .modal-body {
    padding: 1em; }
    .modal .modal-body.bibliografia {
      margin: 0 0 0 1em; }

  .farmacie .nav-tabs .nav-link:nth-child(n) {
    width: calc(100% / 3); }

  #footer .loghi .griglia-items {
    padding: 0;
    flex-direction: column; }
    #footer .loghi .griglia-items > * {
      width: 100% !important;
      text-align: center;
      margin: 1em auto; }
    #footer .loghi .griglia-items img {
      width: 300px; }
    #footer .loghi .griglia-items .square img {
      height: 125px; } }
@media (max-width: 575px) {
  .separatore {
    margin: 2em 0; }

  .testata .content .immagine .foto img {
    height: 115vw;
    object-position: center 67%; }

  .farmacie.griglia-items .item, .farmacie.griglia-items.items3 .item, .farmacie.griglia-items.items4 .item, .farmacie.griglia-items.items6 .item {
    width: calc(100% / 1);
    margin: 0;
    padding: 1em 1em 1em 30px;
    background-position: 0 0.85em; }
    .farmacie.griglia-items .item + .item, .farmacie.griglia-items.items3 .item + .item, .farmacie.griglia-items.items4 .item + .item, .farmacie.griglia-items.items6 .item + .item {
      border-top: 1px solid #ddd; }
  .farmacie .farmacie.griglia-items {
    padding-top: 0; }

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

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

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

  .farmacie .nav-tabs .nav-link {
    font-size: 13px; }
    .farmacie .nav-tabs .nav-link:nth-child(n) {
      width: calc(100% / 3); }
    .farmacie .nav-tabs .nav-link:nth-child(4), .farmacie .nav-tabs .nav-link:nth-child(6) {
      width: 28%; }
    .farmacie .nav-tabs .nav-link:nth-child(5) {
      width: 44%; }

  .area-video .griglia-items {
    margin: 0; }
    .area-video .griglia-items .item {
      padding: 0;
      margin-bottom: 10px;
      width: 100%; } }

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