:root {
    --miku_pink: #E60078;
    --miku_bluegreen_1: #32DFD6;
    --miku_bluegreen_2: #00618B;
    --miku_bluegreen_3: #091F5D;
    --miku_white: #F9FBFB;
    --miku_grey_1: #DDE2E4;
    --miku_grey_2: #7C8F98;
    --miku_grey_3: #3D494E;
    --miku_black: #050110;
}

*{
    border: 0;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

img , svg{
    width: 100%;
}

body{
    background-color: var(--miku_white);
}

@font-face {
    font-family: "Sofia Sans Extra Condensed";
    src: url(fonts/Sofia_Sans_Extra_Condensed/SofiaSansExtraCondensed-VariableFont_wght.ttf);
}

@font-face {
    font-family: "Sofia Sans Condensed";
    src: url(fonts/Sofia_Sans_Condensed/SofiaSansCondensed-VariableFont_wght.ttf);
}

@font-face {
    font-family: "Inter";
    src: url(fonts/Inter/Inter-VariableFont_opsz\,wght.ttf);
}

header {
    background-color: var(--miku_bluegreen_3);
}









/*--------------variaveis--------------*/

p{
font-family: "Inter";
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 26px;
}

h1{
font-family: "Sofia Sans Extra Condensed";
font-size: 128px;
font-style: normal;
font-weight: 700;
line-height: 80%;
}

h2{
font-family: "Sofia Sans Extra Condensed";
font-size: 90px;
font-style: normal;
font-weight: 700;
line-height: 80%;
}

h3{
font-family: "Sofia Sans Extra Condensed";
font-size: 48px;
font-style: normal;
font-weight: 700;
line-height: normal;
}

h4{
font-family: "Sofia Sans Condensed";
font-size: 24px;
font-style: normal;
font-weight: 400;
line-height: normal;
text-transform: uppercase;
}

/*footer_var*/

h5{
font-family: "Inter";
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 25.6px;
}

h6{
font-family: "Inter";
font-size: 12px;
font-style: normal;
font-weight: 400;
line-height: 25.6px;
}

/*footer_var_fim*/

a{
text-decoration: none;
font-family: "Sofia Sans Condensed";
font-size: 24px;
font-style: normal;
font-weight: 700;
line-height: 20px;
text-transform: uppercase;
}


.button_var_1{
display: flex;
width: 274px;
height: 46px;
justify-content: center;
align-items: center;
gap: 10px;
flex-shrink: 0;
border-radius: 10px;
border: 1px solid var(--miku_pink);
color: var(--miku_pink);
}

.button_var_2{
display: flex;
width: 176px;
height: 46px;
justify-content: center;
align-items: center;
gap: 10px;
flex-shrink: 0;
border-radius: 10px;
border: 1px solid var(--miku_pink);
color: var(--miku_pink);
}

.button_var_2:hover , .button_var_1:hover{
background-color: var(--miku_pink);
color: var(--miku_white);
}

.button_var_fill{
display: flex;
width: 176px;
height: 46px;
justify-content: center;
align-items: center;
gap: 10px;
flex-shrink: 0;
border-radius: 10px;
background-color: var(--miku_pink);
color: var(--miku_white);
}

.button_var_fill:hover{
border: 1px solid var(--miku_pink);
background-color: transparent;
color: var(--miku_pink);
}

/*------------variaveis_fim------------*/













/*---------------header--------------*/

header{
max-width: 100%;
height: 71px;
flex-shrink: 0;
background-color: var(--miku_bluegreen_3);
display: flex;
}

#menu_mobile{
    background-color: var(--miku_pink);
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 120%;
    z-index: 2000;
    transition: left .5s;
    display: grid;
    grid-template-columns: repeat(4 , 1fr);
    display: grid;
    column-gap: 20px;
    padding-left: 22px;
    padding-right: 22px;
    grid-template-rows: 10% 1fr;
    padding-top: 5px;
}

#logo_burger{
width: 145px;
grid-column: 1;
align-self: center;
max-height: 27px;
height: 20px;
justify-self: left;
}

#burger{
    width: 44px;
    display: none;
    grid-column: 4;
    justify-self: flex-end;
}

#burger_close{
    width: 44px;
    grid-column: 4;
    justify-self: flex-end;
    align-self: center;
}

#outras_paginas_burger{
grid-column: 1/5;
flex-shrink: 0;
align-self: center;
display: flex;
flex-direction: column;
justify-content: space-between;
align-items: center;
height: 200px;
}

#outras_paginas_burger > a{
color: var(--miku_white);
}



#header_contents {
display: grid;
grid-template-columns: repeat(12, 1fr);
column-gap: 20px;
padding-left: 22px;
padding-right: 22px;
margin: auto;
width: 1200px;
align-self: center;
}

#logo{
max-width: 176px;
width: 145px;
grid-column: 1/3;
align-self: center;
max-height: 27px;
height: 20px;
justify-self: left;
}

#outras_paginas{
grid-column: 9/13;
flex-shrink: 0;
align-self: center;
display: flex;
justify-content: space-between;
align-items: center;
}

#outras_paginas > a{
color: var(--miku_white);
}

#outras_paginas > a:hover{
color: var(--miku_bluegreen_1);
}



/*------------header_fim-------------*/









/*----------------------------------------PAGINA HOME----------------------------------------*/




/*section_1*/

#section_1 {
    height: 725px;
    background-image: url(imgs/opening_miku.png);
    background-size: 2411px 725px;
    background-position: center 0;
    background-color: var(--miku_white);
    background-repeat: no-repeat;
}

#ticket_direct{
height: 630px;
display: flex;
align-items: flex-end;
justify-content: center;
}

/*section_1_fim*/












/*section_2*/

#section_2{
padding-top: 246px;
padding-bottom: 246px;
padding-left: 22px;
padding-right: 22px;
margin: auto;
max-width: 1200px;
width: 100%;
display: grid;
grid-template-columns: repeat(12, 1fr);
column-gap: 20px;
}

#logo_vertical_miku{
grid-column: 2/7;
grid-row: 1;
}

#miku_question{
grid-row: 1;
grid-column: 1/4;
z-index: 10;
position: relative;
top: 90px;
}

#about_expo{
grid-row: 1;
grid-column: 8/12;
display: flex;
flex-direction: column;
align-items: flex-start;
gap: 24px;
flex-shrink: 0;
}

/*section_2_fim*/












/*section_3*/

#section_3{
    max-width: 100%;
    width: 100%;
    background-color: var(--miku_bluegreen_1);
}

#section_3_contents{
    margin: auto;
    max-width: 1200px;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(12,1fr);
    grid-template-rows: auto 1fr;
    column-gap: 20px;
    row-gap: 70px;
    padding-top: 76px;
    padding-left: 22px;
padding-right: 22px;
}

#titulo{
grid-column: 2/13;
grid-row: 1;
display: flex;
flex-direction: column;
}

#titulo_div{
display: flex;
align-items: flex-end;
}

#titulo_div > h1{
color: var(--miku_white);
}

#titulo > h1 > span{
color: var(--miku_pink);
}

#titulo > h1{
color: var(--miku_white);
}

#titulo_h4{
position: relative;
top: -5px;
left: 5px;  
color: var(--miku_bluegreen_3);
}

#imgs_examples{
max-height: 277px;
grid-column: 2/8;
grid-row: 2;
display: grid;
grid-template-columns: 1fr 1fr 1fr;
column-gap: 20px;
row-gap: 10px;
}

#imgs_examples > div > h4{
    color: var(--miku_bluegreen_3);
}

.img_size{
    max-width: 176px;
    max-height: 159px;
    margin-bottom: 5px;
}

#div_workshop{
margin-top: 25px;
grid-row: 1;
grid-column: 1/2;
}

#div_popup{
margin-top: 60px;
grid-row: 1;
grid-column: 2/3;
}

#div_exhibition{
grid-row: 1;
grid-column: 3/4;
}


#section_3_contents > img{
grid-row: 1 / 3;
    grid-column: 8 / 13;
    z-index: 20;
    position: relative;
    top: 253px;
    align-self: flex-end;
    width: 400px;
}





/*section_3_fim*/












/*section_4*/

#section_4{
max-width: 1200px;
width: 100%;
height: 674px;
margin: auto;
display: grid;
grid-template-columns: repeat(12,1fr);
column-gap: 20px;
padding-left: 22px;
padding-right: 22px;
padding-top: 56px;
}

#titulo_sec_4{
display: flex;
flex-direction: column;
grid-column: 2/6;
}

#titulo_sec_4 > h1{
color: var(--miku_pink);
}

#titulo_sec_4 > h4{
color: var(--miku_bluegreen_2);
}

#tickets{
grid-row: 2;
grid-column: 3/12;
display: flex;
justify-content: space-between;
align-items: self-end;
}

#ticket_normal{
max-height: 394px;
height: 394px;
display: flex;
flex-direction: column;
justify-content: space-between;
}

#ticket_vip{
max-height: 483px;
height: 483px;
display: flex;
flex-direction: column;
justify-content: space-between;
align-items: center
}

/*section_4_fim*/











/*section_5*/

#section_5{
width: 100%;
max-height: 1605px;
height: 1605px;
background-image: url(imgs/blob_cenas.svg);
background-position: bottom;
display: flex;
flex-direction: column;
justify-content: space-between;
max-width: 100%;
align-items: center;
overflow: hidden;
background-repeat: no-repeat;
}

#light_sticks_contents{
padding-top: 310px;
max-width: 1200px;
width: 100%;
display: grid;
grid-template-columns: repeat(12, 1fr);
column-gap: 20px;
}

#light_sticks_contents > h1{
text-align: center;
padding-bottom: 190px;
grid-row: 1;
grid-column: 4/10;
color: var(--miku_bluegreen_2);
}

#light_sticks_contents > div{
display: flex;
grid-row: 2;
grid-column: 7 / 12;
flex-direction: column;
justify-content: center;
}

#light_sticks_contents > div > h2{
color: var(--miku_white);
padding-bottom: 24px;
}

#light_sticks_contents > div > h3{
color: var(--miku_bluegreen_2);
padding-bottom: 24px;
}

#light_sticks_contents > div > p{
color: var(--miku_white);
padding-bottom: 24px;
}

#light_sticks_contents > img{
grid-row: 2;
grid-column: 2/6;
}

#crowd{
    background-image: url(imgs/footer.png);
    background-repeat: repeat-x;
    width: 100%;
    background-position: center;
    height: 331px;
    max-height: 331px;
    align-self: flex-end;
}

/*section_5_fim*/



















#division_2{
    height: 1322px;
}

#division_2 > img{
    position: absolute;
    height: 1600px;
    z-index: 1;
}


#division_2_contents{
    padding-top: 211px;
    max-width: 1200px;
    width: 100%;
    margin: auto;
    display: grid; 
    grid-template-columns: repeat(12 , 1fr);
    grid-template-rows: 25% 1fr;
    column-gap: 20px;
    row-gap: 20px;
    padding-left: 22px;
    padding-right: 22px;
    z-index: 10;
}

#division_2_contents > img{
    grid-column: 6/13;
    grid-row: 1/3;
    z-index: 10;
}


#about_expo_2{
grid-row: 2;
grid-column: 2/6;
display: flex;
flex-direction: column;
align-items: flex-start;
flex-shrink: 0;
z-index: 10;
margin-top: 30px;
}

#titulo_2{
grid-column: 2/13;
grid-row: 1;
display: flex;
flex-direction: column;
z-index: 10;
}

#titulo_2_div{
display: flex;
align-items: flex-end;
}

#titulo_2_div > h1{
color: var(--miku_pink);
}

#titulo_2 > h1{
color: var(--miku_pink);
}

#titulo_h4{
position: relative;
top: -5px;
left: 5px;  
color: var(--miku_bluegreen_3);
}


























#division_3{
    max-width: 1200px;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(12,1fr);
    column-gap: 20px;
    padding-left: 22px;
    padding-right: 22px;
    margin-left: auto;
    margin-right: auto;
    grid-template-rows: 40% 20% 1fr 1fr;
}

#division_3_title{
    grid-column: 4/10;
    align-items: center;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 20px;
    height: fit-content;
    grid-row: 1;
}

#division_3_title > h1{
    color: var(--miku_bluegreen_2);
}

#division_3_title > h4{
    color: var(--miku_pink);
}

#workshops_d3{
grid-row: 2/4;
grid-column: 1/5;
}

#popupshop_d3{
grid-row: 3;
grid-column: 5/9;
}

#exhibition_d3{
grid-row: 2/4;
grid-column: 9/13;
}

.activities_img{
    max-width: 274px;
    max-height: 294px;
    margin-bottom: 5px;
}

.activities{
 text-align: center;
 color: var(--miku_bluegreen_2);
}























#giga_gradient{
    background-image: url(imgs/giga_gradient.svg);
    background-position: bottom;
    background-repeat: no-repeat;
    width: 100%;
}






/*width: 100%;
max-height: 1605px;
height: 1605px;
background-image: url(imgs/blob_cenas.svg);
background-position: bottom;
display: flex;
flex-direction: column;
justify-content: space-between;
max-width: 100%;
align-items: center;
overflow: hidden;*/






























#division_4{
    display: grid;
    grid-template-columns: repeat(12,1fr);
    column-gap: 20px;
    padding-left: 22px;
    padding-right: 22px;
    grid-template-rows: 20% 1fr 1fr;
    row-gap: 20px;
    margin-top: 550px;
    color: var(--miku_white);
    margin-bottom: 100px;
    max-width: 1200px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

#division_4 > h1{
    text-align: center;
    grid-column: 1/13;
    grid-row: 1;
}

#division_4 > video{
    width: 100%;
    grid-row: 2;
    grid-column: 1/9;
    height: 388px;
    justify-self: flex-start;
}

#text_div_4{
    grid-column: 9/13;
    grid-row: 2;
}

#text_div_4 > h4{
    margin-bottom: 20px;
}

#mikuconcert_2 , #mikuconcert_3 , #mikuconcert_1{
    grid-row: 3;
}

#mikuconcert_1{
    grid-column: 1/4;
}

#mikuconcert_2{
    grid-column: 4/8;
}

#mikuconcert_3{
    grid-column: 8/13;
}



























#holofotes{
    background-image: url(imgs/holofotes.png);
    height: 354px;
    background-repeat: no-repeat;
    width: 100%;
    background-position-x: center;
    margin-bottom: 100px;
}















#division_5{
    display: grid;
    grid-template-columns: repeat(12,1fr);
    grid-template-rows: 20% 40% 1fr;
    column-gap: 20px;
    row-gap: 20px;
    padding-left: 22px;
    padding-right: 22px;
    margin-bottom: 200px;
    max-width: 1200px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    height: 1250px;
}

#division_5 > h1{
    color: var(--miku_white);
    grid-column: 1/13;
    justify-self: center;
    text-align: center;
}

.textos_miku{
    color: var(--miku_white);
    z-index: 4;
}

.textos_miku > h4{
    margin-bottom: 20px;
}

#texto_miku_1{
    grid-column: 1/5;
    grid-row: 2;
}

#stage_miku{
    grid-row: 2/4;
    grid-column: 1/13;
    z-index: 1;
    height: 764px;
    width: auto;
    justify-self: center;
}

#texto_miku_2{
    grid-column: 9/13;
    grid-row: 3;
}

#stage{
    grid-column: 1/13;
    grid-row: 2/4;
    align-self: flex-end;
    width: 100%;
    max-width: 1200px;
    width: auto;
    justify-self: center;
}























































#body_product{
    background-image: url(imgs/gradient_products.png);
    background-position-x: center;
    background-position-y: 350px;
    background-repeat: no-repeat;
}









#square_1{
    display: grid;
    grid-template-columns: repeat(12,1fr);
    grid-template-rows: 20% 1fr;
    padding-left: 22px;
    padding-right: 22px;
    column-gap: 20px;
    row-gap: 20px;
    margin: auto;
    width: 100%;
    max-width: 1200px;
    margin-top: 50px;
    height: 650px;
    margin-bottom: 200px;
}

#directions{
    grid-column: 1/13;
    grid-row: 1;
    display: flex;
    justify-content: space-between;
    max-width: 200px;
    color: var(--miku_bluegreen_3);
}

#directions > a{
    color: var(--miku_bluegreen_3);    
}

#directions > h4{
    color: var(--miku_bluegreen_3);    
}

#directions > a:hover{
    color: var(--miku_pink);
}

#square_1_showcase{
    grid-column: 2/7;
    grid-row: 2; 
    display: flex;
    align-items: center;  
    flex-direction: column;
    gap: 6px;
}

#product_showcase{
    max-height: 500px;
    max-width: 470px;
    transform: translateY(-10px);
    width: auto;
    max-width: 100%;
    max-height: 100%;
}

#balls{
    max-width: 86px;
    max-height: 18px;
}

#product_desc{
    grid-column: 8/12;
    grid-row: 2;
    display: flex;
    flex-direction: column;
    justify-content: start;
}

#product_desc > h2{
    margin-bottom: 20px;
    color: var(--miku_pink);
}

#product_desc > h3{
    margin-bottom: 50px;
    color: var(--miku_bluegreen_2);
}

#product_desc > p{
    margin-bottom: 40px;
}


#examples_use{
    display: grid;
    grid-template-columns: repeat(12,1fr);
    padding-left: 22px;
    padding-right: 22px;
    column-gap: 20px;
    row-gap: 20px;
    margin: auto;
    width: 100%;
    max-width: 1200px;
    margin-bottom: 200px;
}
#examples_use > div{
    height: 410px;
    width: 274px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#img_1{
    grid-column: 2/5;
    background-image: url(imgs/lightstick_ex_1.jpg);
}


#img_2{
    grid-column: 5/9;
    background-image: url(imgs/2019_twhk_01.jpg);
    justify-self: center;
}


#img_3{
    grid-column: 9/12;
    background-image: url(imgs/2018_europe_02.jpg);
}



#img_divide{
    display: flex;
    max-width: 1200px;
    width: 100%;
    overflow: hidden;
    justify-content: center;   
    margin: auto;
    margin-bottom: 200px;

}

#img_divide > img{
    width: max-content;
}

#square_2{
    display: grid;
    grid-template-columns: repeat(12,1fr);
    grid-template-rows: 10% 1fr;
    padding-left: 22px;
    padding-right: 22px;
    column-gap: 20px;
    row-gap: 20px;
    margin: auto;
    width: 100%;
    max-width: 1200px;
    height: 400px;
    margin-bottom: 100px;
}

#square_2 > a{
    grid-column: 2/12;
    grid-row: 1;
    justify-self: flex-end;
    color: var(--miku_bluegreen_3);
}

.product_ex{
    grid-row: 2;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 40px 20px;
    align-items: center;
    
}

.product_ex > h4{
    color: var(--miku_black);
}

.product_ex > h5{
    color: var(--miku_bluegreen_3);
}

.product_ex > img{
    height: 200px;
    width: 200px;
    box-shadow: 0px 0px 6px 0px rgba(5, 1, 16, 0.26);
}

#product_ex_1{
    background: var(--miku_white);
    grid-column: 2/5;
box-shadow: 0px 0px 12.1px 0px rgba(5, 1, 16, 0.26);
    max-height: 410px;
    width: 274px;
}

#product_ex_2{
    background: var(--miku_white);
    grid-column: 5/9;
box-shadow: 0px 0px 12.1px 0px rgba(5, 1, 16, 0.26);
    max-height: 410px;
    width: 274px;
    justify-self: center;
}

#product_ex_3{
    background: var(--miku_white);
    grid-column: 9/12;
box-shadow: 0px 0px 12.1px 0px rgba(5, 1, 16, 0.26);
    max-height: 410px;
    width: 274px;
}

#shopping_miku{
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    column-gap: 20px;
    margin: auto;
    width: 100%;
    max-width: 1200px;
    padding-left: 22px;
    padding-right: 22px;
    margin-bottom: 50px;
}

#shopping_miku > img{
grid-column: 1 / 12;
    max-width: 372px;
    max-height: 472px;
    justify-self: flex-end;
}


/*mediaquearishome*/




@media only screen and (max-width:1200px){

    #crowd{
background-size: cover;
}
}


@media only screen and (max-width:1100px){




    #division_4{
       grid-template-rows: 20% 1fr 25% 1fr;
}


#division_4 > video{
    grid-column: 3/11;
    justify-self: center;
}

#text_div_4{
    grid-column: 3/11;
    grid-row: 3;
}


#mikuconcert_2 , #mikuconcert_3 , #mikuconcert_1{
    grid-row: 4;
}


















#square_1_showcase{
    grid-column: 1/7;
}


#product_desc{
    grid-column: 8/13;
}

#img_1{
    grid-column: 1/5;
        justify-self: flex-start;
}

#img_2{
    grid-column: 5/9;
}

#img_3{
    grid-column: 9/13;
        justify-self: flex-end;
}

#square_2 > a{
    grid-column: 1/13;
}

.product_ex > img{
    height: 200px;
    width: 200px;
}

#product_ex_1{
    grid-column: 1/5;
        justify-self: flex-start;
}

#product_ex_2{
    grid-column: 5/9;
}

#product_ex_3{
    grid-column: 9/13;
    justify-self: flex-end;
}



#shopping_miku > img{
    grid-column: 1 / 13;
}

}


@media only screen and (max-width:970px){



    #imgs_examples{
        justify-items: center;
}

#imgs_examples{
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-column: 2 / 9;
max-height: 500px;
padding-bottom: 70px;
}

#div_workshop{
    margin: 0;
grid-row: 1;
grid-column: 1/3;
}

#div_popup{
margin-top: 0;
grid-row: 2;
grid-column: 2/4;
}

#div_exhibition{
grid-row: 1;
grid-column: 3/5;
}

    #tickets{
        grid-column: 2/13;
    }

    #titulo_sec_4{
        grid-column: 2/13;
    }

#about_expo_2{
    margin-top: 80px;
}





#division_4 > video{
    grid-column: 2/12;
    justify-self: center;
}

#text_div_4{
    grid-column: 2/12;
    grid-row: 3;
}



}


@media only screen and (max-width:900px){

#examples_use{
    grid-template-columns: repeat(4,1fr);
    height: fit-content;

}


#img_1{
    grid-column: 1/3;
    grid-row: 1/3;
    height: 100% !important;
    width: 100% !important;
}


#img_2{
    grid-column: 3/5;
    grid-row: 1;
    height: 300px !important;
    width: 100% !important;
}


#img_3{
    grid-column: 3/5;
    grid-row: 2;
    height: 300px !important;
    width: 100% !important;
}











#square_2{
    grid-template-columns: repeat(4,1fr);
}

#square_2 > a{
    grid-column: 1/5;
    grid-row: 1;
}




#product_ex_1{
    grid-column: 1/3;
    justify-self: center;
}

#product_ex_2{
    grid-column: 3/5;
    justify-self: center;
}

#product_ex_3{
    display: none;
}





}




















@media only screen and (max-width:860px){


    #burger{
    display: block;
}
    

    #outras_paginas{
        display: none;
    }

#header_contents {
display: grid;
grid-template-columns: repeat(4, 1fr);
column-gap: 20px;
padding-left: 22px;
padding-right: 22px;
margin: auto;
width: 1200px;
align-self: center;
}



}





@media only screen and (max-width:800px){

    #footer_contents{
        grid-column: 3/11;
    }


    p{
        font-size: 14px;
    }

    h1{
     font-size: 100px;
    }

    h2{
    font-size: 70px;
    }

    h3{
    font-size: 38px;
    }

    h4{
    font-size: 18px;
    }

    h5{
    font-size: 12px;
    }

    h6{
    font-size: 10px;
    }
    
    
    
    
    
    
    
    
    #about_expo_2{
    margin-top: 30px;
}

















}





































@media only screen and (max-width:775px){


    #about_expo{
        grid-row: 2;
        grid-column: 3 / 11;
        padding-top: 120px;
    }

    #logo_vertical_miku{
        grid-column: 3 / 11;
        grid-row: 1;
}

#miku_question{
        grid-row: 1;
        grid-column: 1 / 5;
        z-index: 10;
        position: relative;
        top: 120px;
}

#section_3_contents > img{
        width: 300px;
        grid-column: 7 / 13;
        top: 190px;
        justify-self: right;
            transform: scaleX(-1);
}

#light_sticks_contents > div{
        display: flex;
        grid-row: 2;
        grid-column: 3 / 8;
        flex-direction: column;
        justify-content: center;
}

#light_sticks_contents > img{
        grid-row: 3;
        grid-column: 8 / 12;
        rotate: -40deg;
}





#section_4{
        grid-template-columns: repeat(4, 1fr);
        padding-left: 22px;
        padding-right: 22px;
        height: 1000px;
}

#titulo_sec_4{
    height: fit-content;
display: flex;
flex-direction: column;
grid-column: 1/3;
}

#tickets{
        grid-row: 2;
        grid-column: 1 / 5;
        flex-direction: column-reverse;
        align-items: center;
        gap: 70px;
        height: fit-content;
}


#ticket_vip{
    height: 410px;
}

#ticket_normal{
    max-height: 394px;
    height: 394px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}













#division_2_contents{
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: 20% 20% 1fr;
    padding-top: 100px;
}

#titulo_2{
    grid-column: 1 / 5;
}

#about_expo_2{
    grid-column: 1 / 3;
    justify-self: center;
    margin-top: 0;
}

#division_2_contents > img{
    grid-column: 1 / 5;
    grid-row: 3;
    height: 600px;
    width: auto;
    justify-self: flex-end;
}


















#division_3{
    grid-template-columns: repeat(4,1fr);
    grid-template-rows: 20% 1fr 1fr 1fr;
    row-gap: 20px;
}

#division_3_title{
    grid-column: 1/5;
}

#workshops_d3 , #popupshop_d3 , #exhibition_d3{
    grid-column: 1/5;
}

#workshops_d3{
    grid-row: 2;
}

#exhibition_d3{
    grid-row: 4;
}

.activities{
    margin-bottom: 20px;
}












#division_4 > h1{
 color: var(--miku_bluegreen_2);
}



#division_4{
       grid-template-rows: 10% 1fr 18% 1fr 1fr;
}


#division_4 > video{
    grid-column: 1/13;
    justify-self: center;
    height: auto;
}

#text_div_4{
    grid-column: 1/13;
    grid-row: 3;
}

#mikuconcert_2{
    grid-row: 5;
    grid-column: 7/13;
}

#mikuconcert_1{
    grid-row: 5;
    grid-column: 1/7;
}

#mikuconcert_3{
    grid-row: 4;
    grid-column: 1/13;
}












#square_1{
    grid-template-columns: repeat(4,1fr);
    grid-template-rows: 5% 1fr 50%;
    height: fit-content;
    margin-bottom: 350px;
}

#directions{
    grid-column: 1/5;
    grid-row: 1;
}

#square_1_showcase{
    grid-column: 1/5;
    grid-row: 2; 
    gap: 6px;
    margin-bottom: 40px;
}

#product_showcase{
    width: 100%;
}

#product_desc{
    grid-column: 1/5;
    grid-row: 3;
}



}



















@media only screen and (max-width:610px){

    #light_sticks_contents > div {

    grid-column: 3/11;
}


#about_expo_2{
    grid-column: 1 / 4;
}












#division_4{
        grid-template-columns: repeat(4,1fr);
       grid-template-rows: 8% 1fr 1fr 1fr 1fr;
}

#division_4 > h1{
    grid-column: 1/5;
}


#division_4 > video{
    grid-column: 1/5;
    justify-self: center;
}

#text_div_4{
    grid-column: 1/5;
    grid-row: 3;
}


#mikuconcert_2{
    grid-column: 3/5;
}


#mikuconcert_3{
    grid-column: 1/5;
}

#mikuconcert_1{
    grid-column: 1/3;
}

















#division_5{
    grid-template-columns: repeat(4,1fr);
    grid-template-rows: 20% 40% 1fr;
}

#division_5 > h1{
    grid-column: 1/5;
}

#texto_miku_1{
    grid-column: 1/3;
    grid-row: 2;
}

#stage_miku{
    grid-row: 2/4;
    grid-column: 3/5;
}

#texto_miku_2{
    grid-column: 1/3;
    grid-row: 3;
}

#stage{
    grid-column: 1/5;
    grid-row: 2/4;
}
















#product_ex_1{
    grid-column: 1/5;
    justify-self: center;
}

#product_ex_2{
display: none;
}


}


@media only screen and (max-width:530px){




    #division_4{
        grid-template-columns: repeat(4,1fr);
        grid-template-rows: 8% 22% 28% 1fr 1fr;
}












#division_5{
        grid-template-columns: repeat(4, 1fr);
        grid-template-rows: 17% 10% 39% 1fr;
        height: 1400px;
}

#division_5 > h1{
    grid-column: 1/5;
}

#texto_miku_1{
        grid-column: 1 / 5;
        grid-row: 2;
}

#stage_miku{
grid-row: 3 / 5;
        grid-column: 1 / 5;

}


#stage{
         grid-column: 1 / 5;
        grid-row: 2 / 5;   
}


#texto_miku_2{
        grid-column: 1 / 5;
        grid-row: 4;
}













#examples_use{
    grid-template-columns: repeat(4,1fr);
    height: fit-content;

}

#examples_use > div{
    height: 300px !important;
    width: 100% !important;
}

#img_1{
    grid-column: 1/5;
    grid-row: 1;
}


#img_2{
    grid-column: 1/5;
    grid-row: 2;
}


#img_3{
    grid-column: 1/5;
    grid-row: 3;
}




















}






@media only screen and (max-width:470px){

    h1{
        font-size: 90px;
    }

    h2{
        font-size: 70px;
    }

    h3{
        font-size: 40px;
    }

    h4{
        font-size: 18px;
    }

    p{
        font-size: 16px;
    }












#section_2{
grid-template-columns: repeat(4, 1fr);
padding-left: 45px;
padding-right: 45px;
}

#logo_vertical_miku{
grid-column: 1/5;
grid-row: 1;
}

#miku_question{
grid-row: 1;
grid-column: 1/3;
z-index: 10;
position: relative;
top: 110px;
left: -70px;
}

#about_expo{
grid-row: 2;
grid-column: 1/5;
}


#section_3_contents{
    grid-template-columns: repeat(4,1fr);
    grid-template-rows: auto 1fr;
    padding-left: 45px;
padding-right: 45px;
}

#titulo{
grid-column: 1/5;
}

#imgs_examples{
height: 900px;
grid-column: 1/5;
}

#div_popup{
grid-column: 1/3;
}

#section_3_contents > img{
        grid-row: 1 / 3;
        grid-column: 2 / 5;
        left: 25px;
}



#titulo_sec_4{
    margin-bottom: 20px;
}

#ticket_vip{
    height: 320px;
}

#ticket_normal{
    height: 350px;
}

#ticket_normal > img{
    width: 240px;
    align-self: center;
}




#section_4{
        padding-left: 45px;
        padding-right: 45px;
}




    #light_sticks_contents{
        grid-template-columns: repeat(4 , 1fr);        padding-left: 45px;
        padding-right: 45px;
    }

    #light_sticks_contents > img {
        grid-row: 3;
        grid-column: 2/5;
        rotate: -40deg;
        padding-top: 80px;
    }

    #light_sticks_contents > div{
        grid-column: 1/5;
    }

    #light_sticks_contents > h1{
        grid-column: 1/5;

    }

    #imgs_examples{
        height: 500px;
    }













#division_2_contents{
    grid-template-rows: 20% 25% 1fr;
}

#about_expo_2{
    grid-column: 1 / 5;
}














#division_4{
        grid-template-columns: repeat(4,1fr);
        height: 1800px;
        margin-top: 300px;
        grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr;
}

#division_4 > h1{
    align-self: flex-end;
    grid-column: 1/5;
}

#text_div_4{
    color: var(--miku_bluegreen_3);
}

#division_4 > video{
    grid-column: 1/5;
    justify-self: center;
}

#text_div_4{
    grid-column: 1/5;
    grid-row: 3;
}


#mikuconcert_2{
    grid-column: 1/5;
    grid-row: 5;
}


#mikuconcert_3{
    grid-column: 1/5;
    grid-row: 6;
}

#mikuconcert_1{
    grid-column: 1/5;
    grid-row: 4;
}









}



@media only screen and (max-width:393px){



    #section_2{
padding-left: 25px;
padding-right: 25px;
}


#section_3_contents{
    padding-left: 25px;
padding-right: 25px;
}


#section_3_contents > img{
        grid-row: 1 / 3;
        grid-column: 2 / 5;
        left: 15px;
}


#section_4{
        padding-left: 25px;
        padding-right: 25px;
}


    #light_sticks_contents{
     padding-left: 25px;
        padding-right: 25px;
    }


}









/*----------------------------------------PAGINA HOME FIM----------------------------------------*/








/*footer*/

footer{
display: flex;
justify-content: space-between;
flex-direction: column;
background-color: var(--miku_black);
}

#footer_base{
margin: auto;
height: 537px;
padding-right: 22px;
padding-left: 22px;
column-gap: 20px;
display: grid;
grid-template-columns: repeat(12, 1fr);
width: 100%;
max-width: 1200px;
justify-content: center;
}

#footer_contents{
grid-column: 1 / 13;
display: flex;
align-items: center;
flex-direction: column;
padding-top: 113px;
}

#footer_links{
display: flex;
width: 360px;
flex-direction: column;
align-items: center;
gap: 31px;
padding-bottom: 77px;
}

#socials{
display: flex;
width: 176px;
justify-content: space-between;
align-items: center;
}

#copyright{
color: var(--miku_grey_2);
display: flex;
flex-direction: column;
align-items: center; 
text-align: center;
}

#footer_contents > h5 > h6{
color: var(--miku_white);
text-align: center;
}

#footer_contents hr{
background-color: var(--miku_bluegreen_1);
height: 1px;
width: 305px;
border-radius: 10px;
}

/*footer_fim*/