/*    parte de media queries -- para site responsivo. (pag ebook GUIA)  */


@media ( max-width:600px) {

    * {
        margin: 0px;
        padding: 0px;
        max-width: 400px;
    }

    .apresentaçao{
        margin-bottom: 20px;
    }

    .apresentaçao > .maquina-escrever{
        margin: 0px;
        padding: 0px;
        font-size: 22px;
        text-align: center;
    }

    .maquina-escrever::before {
        display: none;
    }

    .apresentaçao > p{
        width: 250px;
        font-size: 12px;
        font-weight: lighter;
        text-align: center;
        margin: auto;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    #info-do-ebook{
        width: 280px;
        margin: auto;
        padding: 8px;
    }

    #info-do-ebook > h2{
        width: 280px;
        font-size: 16px;
    }

/*           PARTE DE STICKS        */
.stick-embreve {
    display: none;
}

.preco-ebook {
    width: 130px;
    height: 100px;
    top: 450px;
    left: 185px;
}
.preco-ebook > h2 , h3 {
    font-size: 14px;
}
.preco-ebook > h2 {
    margin-top: 25px;
}

.stick-amazon {
    left: 200px;
    top: 370px;
}

.stick-lettering {
    width: 120px;
    text-align: center;
    left: 190px;
    top: 560px;
} 


/*           FIM DA PARTE DE STICKS      */

    .grid1 {
        display: flex;
        flex-wrap: wrap;
        max-width: 400px;
        margin: 0px;
    }

    .grid1 > #img-ebook {
        margin-top: 15px;
        margin-left: 15px;
        height: 280px;
        margin-bottom: 16px;
    }

    .grid1 > .lista-de-lis{
        font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
        font-size: 12px;
        margin: auto;
        width: 310px;
        font-weight: lighter;
        text-align: center;
        height: 300px;
        margin-bottom: 50px;
    }

    .grid1 > #botao-ebook{
        margin: auto;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    #img-com-lista > img{
        max-width: 100%;
    }

    #img-com-lista>ul>li{
    max-width: 230px;
    }
}