@media (max-width: 768px) {

    body{
    font-size: 20px;
    }
    body em {

    font-size: 30px;
  }

    /* //////////////// */
    /* MENU */
    /* //////////////// */

    .menu {lib
    padding: 30px;
    z-index: 999999999999999;
    }

    nav {
    display: none;
    flex-direction: column;
    background-color: #f8f2ff;
    color: black;
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0;
    padding: 1rem 2rem;
    }

    .menu__frase{
    display: none;
}

    nav.active {
    display: flex;
    }

    .hamburger {
    display: flex;
    }

    /* //////////////// */
    /* CHI */
    /* //////////////// */

    .chi{
        padding: 30px;
        font-size: 20px;
    }

    .chi img{
        width: 300px;
    }

    #toggle-opzionale{
        background-color: #F9F8F8;
        color: black;
        border: 0px;
        font-size: 28px;
        margin-left: 0px;
        padding-left: 0px;
    }
    #toggle-opzionale a{
        color: black;
        border: 0px;
        font-size: 28px;
    }

    /* //////////////// */
    /* CHE */
    /* //////////////// */
    .che{
        padding: 30px;
        font-size: 20px;
    }


    /* //////////////// */
    /* LIBRI */
    /* //////////////// */
    .mySwiper {
    margin-top: 100px;
}
    .swiper-slide {
        width: 80%;
        height: 80%;
        font-size: 16px;
        display: flex;
        flex-direction: column;
    }
    .swiper-pagination {
        display: none;
    }

    .libro__cover{
        width: 100%;
        height: 280px;
        background-color: #9B5DE5;
    }

    .swiper-slide p{
        padding-top: 15px;
    }

    .libro__info{
        width: 100%;
        height: 280px;
        padding: 0px 10px 0px 10px;
        box-sizing: border-box;
        position: relative;
    }

    .libro__info__titolo{
        font-size: 1.5em;
        font-weight: 600;
    }
    .libro__info__intro{
        font-weight: 400;
    }

    .libro__info__testo{
        margin-top: 1px;
        display: none;
    }

    .libro__info__tema{
        display: none;
    }

    .libro__info__acquisto{
        position: absolute;
        bottom: 20px;
        left: 10px;
        border-bottom: 10px;
        margin-left: 0px;
        padding-left: 0px;
    }

    .libro__info__acquisto button{
        margin: 10px 0 15px 0;
        padding: 0px;
        border-radius: 00px;
        font-size: 1em;
        color:  rgb(0, 0, 0);
        text-decoration: underline;
        border: 0px;
    }

    .libro__info__acquisto button a{
        color: rgb(255, 255, 255);
        text-decoration: none;
    }

    .libro__info__acquisto button a:hover{
        color: rgb(0, 0, 0);
    } */
    
    /* //////////////// */
    /* casaperta */
    /* //////////////// */

    .casaperta__menu{
    font-size: 25px;
    }

    #mce-EMAIL{
        padding: 30px;
        height: 30px;
    }
}