* {
    border: 0px;
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
}

.center h1{
    grid-column: 5 / 13;
    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);
}

.banner{
    border-bottom: none;
}

.center h4{
    grid-column: 5 / 13;
    grid-row: 3 / 4;
    color: var(--white);
    margin-bottom: 1%;
    align-self: flex-start;
}

#hero{
    z-index: 0;
    grid-row: 1 / 4;
    grid-column: 1 / 13;
    width: 100%;
    max-width: 1366px;
    margin-left: auto;
    margin-right: auto;
    justify-self: center;
}



.center{
    z-index: 1;
    grid-column: 1 / 13;
    grid-row: 2 / 3;
}

#mobile_txt{
    display: none;
}


#um{
    margin-top: 300px;
    row-gap: 25px;
    padding-left: 36px;
}

#quadrinho1{
    grid-column: 8 / 13;
    grid-row: 1 / 5;
    width: 100%;
}

#um h1{
    grid-column: 1 / 7;
    grid-row: 2 / 3;
    align-self: flex-end;
}

#txt_um{
    grid-column: 1 / 6;
    grid-row: 3 / 4;
}

#um p:last-of-type{
    padding-top: 26px;
}

#um a {
    grid-column: 1 / 6;
    grid-row: 3 / 4;
    text-decoration: none;
    color: var(--l_red);
    align-self: flex-start;
}

#quadrinho1_mobile{
    display: none;
}

#dois{
    row-gap: 10%;
    margin-bottom: 85px;
}

#dois h1{
    grid-column: 1 / 13;
    text-align: center;
}

#container{
    grid-column: 1 / 13;
    grid-row: 2 / 3;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;

}

#personagens_costas {
    position: relative;
    top: -25.5%;
    max-width: 440px;
    width: 100%;
    justify-self: center;
}

#container img{
    z-index: 0;
    display: block;
    width: 100%;
}

.din{
    width: 100%;
    max-height: 325px;
    max-width: 440px;
    z-index: 0;
    justify-self: center;
    position: relative;
    border-radius: 5px;
    align-self: flex-start;
}


.din img{
    z-index: 0;
}

.din h2{
    opacity: 0;
    position: absolute;
    color: var(--white);
    text-align: center;
    z-index: 1000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(50, 32, 64, 1);
    transition: opacity 0.5s;
    display: flex;
    justify-content: center;
    align-items: center;
}

.din:hover h2{

    opacity: 1;
    
}




.fundo{
    margin-top: 10%;
    width: 100%;
    background-color: var(--dark_orange);
    z-index: -1;
    height: 100%;
    max-height: 780px;
}

#spotlight{
 display: block;
 width: 100%;
 max-width: 1366px;
margin-top: 15%;
text-align: center;
margin-bottom: -5%;
}

#noir {
    position: relative;
    top: -25px;
    grid-column: 8 / 12;
    grid-row: 1 / 4;
    width: 100%;
    max-width: 360px;
}

#nora{
    
    grid-column: 3 / 6;
    grid-row: 2 / 3;
    z-index: 1;
    margin-top: 55px;
    padding-top: 30px;
}

#nora img{
    max-width: 370px;
    width: 100%;
      border-radius: 5px;
}

/* #tres svg{
    grid-column: 1 / 11;
    grid-row: 1 / 4;
    position: relative;
    height: 100%;
    width: 100%;
    z-index: 0;
    top: -64px;
} */

#tres{
    background-image: url(imagens/luz.svg);
    background-size: cover;
    background-repeat: no-repeat;
}


#compra{
    max-width: 1366px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

#preco{
    grid-row: 3 / 4;
    grid-column: 7 / 13;
    color: var(--l_blue);
}

#subtitulo{
    text-align: left;
    grid-column: 7 / 13;
    grid-row: 1 / 2;
    align-self: flex-end;
    color: var(--l_blue);
}

#compra h1{
    grid-row: 2 / 3;
    grid-column: 7 / 13;
    text-align: left;
    color: var(--l_red);
}




#bilhete{
    width: 100%;
    max-width: 600px;
    grid-column: 1 / 7;
    grid-row: 1 / 5;
}


#compra .btn{
    align-self: flex-end;
    grid-column: 7 / 10;
}





#header_menina{
    grid-column: 1 / 5;
    width: 100%;
    max-width: 500px;
}

footer{
    margin-top: 10%;
}


#noir_mobile{
    display: none;
}


@media (max-width: 1200px){

     #txt_um{
        grid-column: 1 / 7;
    }
    #nora{
        margin-top: 55%;
        padding-left: 25px;
        grid-column: 3 / 7;
        justify-self: center;
    }

}


@media(max-width: 1000px){


    #nora{
        grid-column: 2 / 8;
    }
    
    #nora img{
        max-width: 300px;
    }



}

@media (max-width: 800px){

    #um{
        margin-top: 5%;
    }

    #quadrinho1_mobile{
        grid-row: 1 / 2;
        grid-column: 3 / 13;
        display: block;
    }
    #quadrinho1{
        display: none;
    }

    #um h1{
        grid-row: 2 / 3;
        grid-column: 1 / 13;
    }

    #txt_um{
        grid-column: 1 / 13;
        grid-row: 3 / 4;
    }

    #um a{
        grid-row: 4 / 5;
    }

    #container{
        grid-template-columns: 1fr 1fr;
        
    }

    #personagens_costas{
        top: -27.5%;
    }

    .din h2{
        opacity: 1;
       background-color: rgba(50, 32, 64, .5);
    }

    #nora{
        grid-column: 2 / 8;
    }

    #nora img{max-width: 250px;}

    #compra{
        row-gap: 25px;
        column-gap: 10px;
        margin-bottom: 15%;
    }

    #bilhete {
        grid-column: 1 / 6;
        grid-row: 1 / 3;
    }

    #preco{
          grid-column: 2 / 12;
     grid-row: 4 / 5;
     text-align: center;
    }

     #compra .btn{
        grid-row: 4 / 5;
        grid-column: 1 / 13;
        justify-self: center;
    }

    #subtitulo{
        grid-row: 1 / 2;
        grid-column: 6 / 13;
        line-height: 30px;

    }

    #compra h1{
        grid-row: 2 / 3;
        grid-column: 6 / 13;
        align-self: flex-start
        ;

    }

    #preco{
        grid-row: 3 / 4;
    }
}


@media (max-width: 700px){



    #nora img{
        max-width: 200px;
    }

    #um{
        margin-top: 50px;
    }


    #um a{
        grid-column: 1 / 7;
    }

    #noir{
        display: none;
    }

    #noir_mobile{
        position: relative;
             margin-top: 120px;
        display: block;
        width: 100%;
        grid-column: 8 / 13;
        grid-row: 1 / 3;
        right: -20px
    }

    
}

@media(max-width: 655px){
    #personagens_costas{
        top: -30%;
    }
}

@media (max-width: 640px){
    #spotlight{
        margin-bottom: 50px;
    }

    #compra{
        margin-bottom: 20%;
    }

    #bilhete{
        grid-row: 3 / 4;
        grid-column: 2 / 12;
    }

    #subtitulo{
        grid-column: 1 / 13;
        grid-row: 1 / 2;
        text-align: center;
    }

    #compra h1{
        grid-column: 1 / 13;
        grid-row: 2 / 3;
        text-align: center;
    }

    #preco{
        grid-row: 4 / 5;
    }

    #nora{
        grid-column: 2 / 10;
    }

    #compra .btn{
        grid-row: 5 / 6;
        line-height: 70px;
    }
}

@media (max-width:550px){

    #personagens_costas{
        top: -25.5%;
    }

    #container{
        grid-template-columns: 1fr;
        margin-bottom: 50%;
        margin-top: -30%;
    }

   #gastronomia{
    position: relative;

     z-index: 3;
     grid-row: 5 / 6;
   }

   #personagens_costas{
    grid-row: 6 / 7;
    z-index: 1000;
   }

   #container img{
    z-index: 10;
   }
}

@media(max-width:500px){
    
    .banner h1{
        padding-top: 0px;
    }

    #nora img{
        max-width: 190px;
    }

    #nora h2{
        line-height: 40px;
        margin-bottom: 
        10px;
    }

    #nora{
        grid-column: 1 / 13;
    }

    

    .center{
        margin-bottom: 40px;
    }

    .lead{
        font-size: 33px;
        line-height: 37px;
    }

    h4{
        font-size: 18px;
        line-height: 27px;
    }

    #link{
        font-size: 16px;
        line-height: 26px;
        letter-spacing: 0px;
    }




}

@media(max-width:450px){


    .banner h1{
        grid-column: 4 / 13;
    }

    .banner h4{
        grid-column: 4 / 13;
    }

    #tres{
        background-image: url(imagens/luz_mobile.svg);
        background-position: left;
    }

    #nora{
        grid-column: 1 / 13;
    }
    
    #spotlight{
        padding: 0 0;
    }

    #quadrinho1_mobile{
        grid-column: 1 / 13;
    }

    #historia{
        margin-top: 0px;
    }
}

@media(max-width:390px){


    .banner h1{
        grid-column: 2 / 13;
        margin-bottom: 68px;
    }

    #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;
    }

}
