@media only screen and (max-width: 768px) {
  body .container-fluid {
    margin: 0px !important; }
    body .container-fluid .logo {
        width: auto !important;
        height: 100px !important;
    }
  
    body .container-fluid .immagine {
      margin: 0px !important;
      width: 100% !important; }
    body .container-fluid .img-piccola img {
      margin-left: 0px !important; }
    body .container-fluid .row.margini {
      margin-right: 0px !important; }
    body .container-fluid img.foto-verticali {
      margin-bottom: 20px !important; }
    body .container-fluid .titolo {
      margin: 0px !important; }
      body .container-fluid .titolo h1 {
        font-size: 2.3rem !important;
        line-height: 2.5rem !important; }
    body .container-fluid h3.grande {
      font-size: 2.3rem !important;
      line-height: 2.5rem !important; }
    body .container-fluid .qodef-st-inner {
      margin: 4rem 0 2rem 0 !important; }
    body .container-fluid h3.qodef-st-title {
      font-size: 2.3rem !important;
      line-height: 2.5rem !important; }
    body .container-fluid .slider h3.sottotitolo {
      width: 100% !important; }
    body .container-fluid .section p {
      width: 90%;
      margin: 10px 0px 40px 10px;
      line-height: 25px; } }


@media screen and (max-width: 1157px) {
    html,
    body {
        margin: 0;
        overflow-x: hidden;
    }
    nav[role="custom-dropdown"] ul {
        display: none;
        height: 100%;
    }
    nav[role="custom-dropdown"] label {
        position: relative;
        display: block;
        width: 100%;
        min-height: 3.25em;
        font-size: 2.1em;
        margin: 0;
        /* margin-left: 10%; */
        margin-top: 2%;
    }
    nav[role="custom-dropdown"] label:after {
        position: absolute;
        right: 4em;
        top: 0;
        content: "\2261";
        font-size: 2.5em;
    }
    nav[role="custom-dropdown"] input[type=checkbox]:checked ~ label:after {
        color: #1b6780;
    }
    nav[role="custom-dropdown"] input[type=checkbox]:checked ~ ul {
        display: block;
    }
    nav[role="custom-dropdown"] input[type=checkbox]:checked ~ ul > li {
        width: 100%;
        opacity: .8;
        text-align: left;
    }
    nav[role="custom-dropdown"] input[type=checkbox]:checked ~ ul > li:after {
        position: absolute;
        right: .25em;
        content: "\203A";
        font: bold 1.4em sans-serif;
    }
    img.logotype {
        width: 100%;
        height: auto;
        margin: 30px 0 0 30px;
    }
    nav {
        margin-top: 0;
    }
}


/*# sourceMappingURL=responsive.css.map */
@media screen and (max-width: 768px) {
    /* small screens */

    nav[role="custom-dropdown"] label {
        position: relative;
        display: block;
        width: 100%;
        min-height: 2.25em;
        font-size: 2em;
        margin: 0;
        /* margin-left: 10%; */
    }
}