*{
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    /*font-family: 'Red Hat Mono', monospace;*/
    /*font-family: 'Roboto', sans-serif;*/
    margin: 0px;
    padding: 0px;
}

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background: #000;
    border-radius: 30px;
}

::-webkit-scrollbar-thumb {
    background: #e7e7e7;
    border-radius: 30px;
}

body{
    /*background: #1B1D20;*/
    background: #e7e7e7;
}

.btn-mobile{
    display: none;
}


.header{
    height: 70px;
    background: linear-gradient(#13161a , #272727);
    border-bottom: solid 1px #e7e7e7;
    margin-bottom: 30px;
    display: flex;
    justify-content: space-between;
    padding: 10px;
    align-items: center;
    flex-wrap: wrap;
    font-family: Arial, Helvetica, sans-serif;
}

.header > a {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 30px;
    color: rgb(224, 224, 224);
    margin-left: 20px;
    text-decoration: none;
}
.menu{
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    color: #fff;
    display: flex;
    padding-right: 20px;
    margin-right: 10px;
}

.menu > li {
    margin-left: 10px;
    list-style: none;
    /*box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.527);*/
    border-radius: 15px;
}

.menu > li > a {
    display: block;
    font-size: 18px;
    font-weight: 400;
    padding: 5px 10px 8px 10px;
    background: transparent;
    border-radius: 8px;
    color: #e7e7e7;
    text-decoration: none;
}

.menu>li>a:hover{
    background-color: transparent;
    color: #02e0bb;
}

.apresentaçao{
    height: 100px;
    font-weight: 500;
    /*background: #272727;*/
    color: #fff;
    padding: 10px 20px 10px 20px;
    margin: 10px 20px;
    /*border: groove 2px #02e0bb;*/
    text-shadow: 2px 2px 3px black;
    border-radius: 20px;
}

.apresentaçao > p {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    color: #e7e7e7;
    width: 500px;
    text-align: left;
    margin: 10px 0px 20px 30px;
    margin-top: 16px;
}

.maquina-escrever {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: lighter;
    margin-bottom: 16px;
    font-size: 38px;
    margin: 20px 0px 10px 30px;
    text-align: left;
}

.maquina-escrever::before {
    content: "";
    display: inline-block;
    background: rgb(224, 224, 224);
    width: 18px;
    height: 5px;
    margin-right: 10px;
    margin-bottom: 10px;
    border-radius: 10px;
}

.maquina-escrever::after {
    content: '|';
    margin-left: 5px;
    opacity: 1;
    animation: pisca  .7s infinite;
}
    
@keyframes pisca {
    0%, 100% {
        opacity: 1;
}
    50% {
        opacity: 0;
}
}

/*    PARTE DE TODAS STICK's   */
.stick-embreve {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    width: 350px;
    height: 200px;
    /*background: linear-gradient(#01947B , #02e0bb);*/
    background: transparent;
    position: absolute;
    padding: 10px;
    border-radius: 10px;
    border: solid 1px #e7e7e7;
    color: #e7e7e7;

    left: 950px;
    top: 140px;
}

.stick-embreve > button {
    width: 170px;
    font-size: 12px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: 600;
    padding: 8px;
    /*background: #913AF3;*/
    background: linear-gradient(#01947B , #02e0bb);
    color: #1B1D20;
    position: absolute;
    left: 200px;
    border: 2px solid #1B1D20;
    border-radius: 8px;
    cursor: pointer;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.541);
}

.stick-embreve > button:hover {
    padding: 10px;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.541);
}

.preco-ebook {
    width: 250px;
    margin-bottom: 16px;
    position: absolute;
    left: 1025px;
    top: 420px;
    text-align: center;

    color: #e7e7e7;
    background: #272727;
    border: solid 1px #e7e7e79a;
    border-radius: 8px;
}

.preco-ebook > h2 {
    font-weight: lighter;
    font-size: 30px;
    color: #F3A847;
    margin: 0px;
    margin-bottom: -20px;
}

.stick-amazon {
    position: absolute;
    left: 1220px;
    top: 370px;
}

.stick-lettering {
    position: absolute;
    left: 1050px;
    top: 580px;
    margin-top: 10px;
    font-size: 12px;
    color: #e7e7e780;
}

/*        FIM DA PARTE DE STICK's      */

#info-do-ebook {
    width: 480px;
    height: 35px;
    padding-left: 15px;
    /*background: linear-gradient(#02e0bb , #01947B);*/
    background: none;
    border: solid 1px #01947B;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.884);
    text-align: left;
    border-radius: 5px;
    color: #e7e7e7;
    /*margin-left: 45px;*/
    margin-left: 60px;
    margin-top: 40px;
}

#info-do-ebook > h2 {
    font-weight: 600;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 1.5rem;
    
}

.grid1 {
    display: grid;
    /*grid-template-columns: repeat(3 , 1fr);*/
    grid-template-columns: 280px 600px 300px ;
    max-width: 1300px;
    margin: 20px;
    margin-top: 50px;
    color: #fff;
    /*align-items:flex-end ;
   font-size: 1.2rem; */
    gap: 20px;
}

.grid1 > #img-ebook {
    grid-column: 1;
    grid-row: 1/5;
    margin: 0px;
    align-items: center;
    padding: 0px;
    height: 300px;
    position: static;
}

.lista-de-lis {
    max-width: 580px;
    height: 60px;
    margin-bottom: 60px;
}

.lista-de-lis > li{
    margin-bottom: 20px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: 600;
    font-size: 14px;
    color: #e7e7e7;
    background: #272727;
    padding: 5px;
    border-radius: 8px;
    list-style: decimal;
}

 #botao-ebook {
    width: 258px;
    height: 33px;
    padding: 13px 35px 35px 35px;
    margin-left: 85px;
    margin-top: 20px;
    /*background: linear-gradient(#02e0bb , #01947B);*/
    background: linear-gradient(#F3A847 , #ff9100);
    /*border: groove 2px #01947B;*/
    border: solid 1px #693f00;
    border-radius: 8px;
    box-shadow: 2px 2px 3px #0e1011;
    
    align-items: center;
    grid-column: 3;
    grid-row: 2;
}

#botao-ebook:hover {
    padding: 15px 37px 37px 37px;
    box-shadow: 3px 3px 2px #0e1011;
}

#botao-ebook > a {
    padding: 8px 15px 8px 15px;
    width: 260px;
    text-decoration: none;
    color: #1B1D20;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.61);
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 1rem ;
    font-weight: 500;
}


#info1:hover , #info2:hover , #info3:hover , #info4:hover , #info5:hover , #info6:hover{
    color: #02e0bb;
}

#oque-recebe{
    width: 100%;
    /*background-color: #282A2D;*/
    background: #272727;
}

#oque-recebe > h1 , h3 {
    color: #fff;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: 500;
    margin-bottom: 10px;
    margin-top: 5px;
    padding-top: 20px;
    text-align: center;
    text-shadow: 2px 2px 2px rgba(128, 128, 128, 0.493);
}

#img-com-lista{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-items: center;
    justify-content: center;
    flex-direction: row-reverse;
}

#img-com-lista>ul>li{
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: 400;
    width: 600px;
    margin-bottom: 20px;
    margin-left: 2px;
    color: #e7e7e7;
    text-shadow: 2px 2px 2px rgba(128, 128, 128, 0.438);
    box-shadow: 2px 2px 3px rgb(14, 14, 14);
    padding: 20px;
    border: solid 1px #1B1D20;
    border-radius: 10px;
}

#botao-ebook-debaixo{
    text-align: center;
    margin: auto;
    width: 255px;
    height: 33px;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 12px 0px 8px 0px;
    /*background: linear-gradient(#02e0bb , #01947B);*/
    background: linear-gradient(#F3A847 , #ff9100);
    /*border: groove 2px #01947B;*/
    border: solid 1px #693f00;
    border-radius: 8px;
    box-shadow: 2px 2px 3px #0e1011;
}

#botao-ebook-debaixo > a{
    font-size: 1rem;
    text-decoration: none;
    text-align: center;
    text-align: center;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.377);
    padding: 40px;
    color: #1B1D20;
    font-weight: 500;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

footer{
    padding: 20px;
    background: #13161a;
    text-align: center;
    color: rgb(7, 11, 19);
    border-top: groove 1px #e7e7e7;
}

footer > h3 > a {
    color: #01947B;
    font-weight: 400;
}