* {
    border: 0px;
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
}

.masculino{
    display: none;
}

header img{
    max-width: 160px;
    width: 100%;
}

#socials{
    display: flex;
    justify-content: flex-end;
    grid-column: 9 / 13;
    grid-row: 3 / 4;

}

#socials img{
    margin: 15px;
    max-width: 25px;
    width: 100%;
}

#nora_m{
    grid-column: 1 / 5;
    grid-row: 1 / 3;
    max-width: 530px;
    width: 100%;
}
#nora_mobile{
    grid-column: 1 / 13;
    display: none;
}

#desk_txt{
    display: block;
    grid-row: 2 / 3;
    padding-right: 10px;
    z-index: 100;
    align-self: flex-end;
    color: var(--white);
    text-shadow: 2px 2px  0 var(--black-ish);
}

#mobile_txt{
    display: none;
}

.banner h1{
    margin-top: 20%;
    margin-bottom: 20%;
    grid-row: 2 / 3;
    grid-column: 1 / 13;
    justify-self: flex-start;
    color: var(--white);
    padding-left: 30px;
    position: relative;
    z-index: 2;
}

#autor h1{
    grid-column: 6 / 13;
    grid-row: 1 / 2;
    align-self: flex-end;
}

#din_1{
    grid-column: 1 / 4;
    grid-row: 2 / 3;
    justify-self: flex-start;
}

#din_2{
    grid-column: 10 / 13;
    grid-row: 2 / 3;
    justify-self: flex-end;
    max-width: 265px;
    width: 100%;
}


#din_1, #din_2 {
    align-self: flex-end;
    z-index: 10;
}

#autor_txt{
    margin-top: 10%;
    grid-column: 6 / 12;
    grid-row: 1 / 3;
}

#autor p{

    padding-top: 20px;
}

#icon{
    max-width: 150px;
    width: 100%;
    grid-column: 3 / 5;
    grid-row: 1 / 2;
    align-self: flex-end;
    justify-self: flex-end;
    z-index: 1;
    margin-bottom: 15px;
}

#obras{
    margin-top: 200px;
}

#obras h1{
    grid-column: 1 / 13;
    grid-row: 1 / 2;
    text-align: center;
    margin-bottom: 55px;
}

#obras_grid{
    grid-row: 2 / 3;
    grid-column:1 / 13;
    justify-self: center;
    display: grid;
    column-gap: 40px;
    grid-template-rows: 1fr;
}

#nora_m{
 grid-row: 1 / 2;
}

.livro_1{
    grid-column: 1 / 2;
    grid-row: 1 / 2;
    width: 100%;
    max-width: 290px;
    justify-self: center;

}

.livro_2{
    grid-column: 2 / 3;
    grid-row: 1 / 2;
    width: 100%;
    max-width: 290px;
    justify-self: center;
}

.book_btn{
    display: block;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
}


.livro{
    max-width: 250px;
}




.app{
    margin-top: 200px;
}


@media(max-width:920px){
    #din_1, #din_2{
        margin-top: 15%;
        grid-row: 3 / 4;
    }

    #din_1{
        grid-column: 3 / 7;
        justify-self: flex-end;
    }

    #din_2{
        grid-column: 7 / 11;
        max-width: 200px;
    }
}


@media(max-width:720px){

    #logo_s{
        z-index: 0;
    }

    #nora_mobile{
    display: block;
    grid-row: 1 / 2;
}

#icon{
    grid-row: 1 / 2;
    align-self: flex-end;
    grid-column: 10 / 13;
}

#nora_m{
    display: none;
}

    #autor_txt{
        grid-column: 3 / 11;
        grid-row: 2 / 3;
    }

    
    

}

@media(max-width: 650px){

    #autor{
        margin-top: 10%;
    }

    
    #desk_txt{
        grid-column: 2 / 13;
        color: var(--black-ish);
        display: none;
    }
    
    
    #mobile_txt{
        display: block;
        text-align: left;
        max-width: 390px;
        width: 100%;
        color: var(--black-ish);
        margin: 10px 0 60px 0;
        padding: 0 20px;
        grid-row: 4 / 5;
    }
}

@media(max-width: 600px){
    #autor{
        margin-top: 25%;
    }

    #socials img{
        max-width: 35px;
    }
}

@media(max-width: 500px){
    #autor{
        margin-top: 10%;
    }
}

@media(max-width:400px){

    #din_1{
        grid-column: 1 / 7;
    }

    #din_2{
        grid-column: 7 / 13;
    }
    

    

#autor_txt{
        grid-column: 1 / 13;
        padding: 0px 20px; 
}

}