@import url('https://fonts.googleapis.com/css2?family=JetBrains+Mono:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Pixelify+Sans:wght@400..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Press+Start+2P&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

* {
    margin: 0px;  
    cursor: none;
}
.cursor{
    width: 2rem;
    height: 2rem;
    background-image: url(elements/cursor.png);
    background-size: 90%;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    transform: translate(-50%, -50%);
    pointer-events: none;
}
.active{
    background-image: url(elements/pointer.png);
}
.screen{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 85vh;
}
p.ianlucania {
    text-align: center;
    height: fit-content;
    text-align: center;
    font-family: "Pixelify Sans", sans-serif;
    font-size: 2vw;
    font-weight: 500;        
  }

.ianlucania {
    text-align: center;
    height: 16.1vw;
  }
body {
    background-color: #2c4d7a;
    background-image: url(imagens/background.png);
    background-repeat: repeat-x;
    background-size: 50%;
    display: flex;
    overflow: hidden;
    flex-direction: column;
    
  }
.social_window, .social_window_hide{
    height: fit-content;
    position: absolute;
    margin-top: 25%;
    margin-left: -70%;
    width: 28vw;
    background-color: #E0E0E0;
    display: flex;
    flex-direction: column;
    border-style: solid;
    border-color: #000000;
    border-width: 2px;
    box-shadow: 2vh 1.8vh 0 rgba(0, 0, 0, 0.69);    
    transition: all 0.3s;
    justify-content: left;
    text-align: left;
    scale: 0.8;
}
.social_window .content, .social_window_hide .content{
    flex-direction: column;
    padding: 2%;
}
.social img{
    margin-right: 5%;
}
.social{
    text-decoration: none;
    color: #000000;
    width: 95%;
    height: fit-content;
    display: flex;
    align-items: center;
    padding: 10px 0 10px 5%;
    justify-content: left;
    font-family: "Pixelify Sans", sans-serif;
    font-weight: 500;
    font-size: 2vw;
    border-radius: 0%;
    border-style: none;
    box-shadow: -2px -2px 0 0 #6C6C6C inset, 2px 2px 0 0 #FFF inset;
    transition: all 0.3s;
    margin: 2% 0 2% 0;
}
 .infos{
    width: 90%;
    height: fit-content;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: justify;
    box-shadow: -2px -2px 0 0 #6C6C6C inset, 2px 2px 0 0 #FFF inset;
    transition: all 0.3s;
    margin: 2% 0 2% 0;
    padding: 0 0 2% 0;
}
.infos p{
    margin: 2% 4% 2% 4%;
    font-family: "Roboto", sans-serif;
    font-size: 100%;
    text-decoration: none;
    color: #000000;
}
 .infos .ianlucania{
    padding-bottom: 2%;
    text-align: justify;
    font-family: "Pixelify Sans", sans-serif;
    font-size: 220%;
 }
#mail{
    font-size: 1.5vw;
}
.title_window{
    font-size: 2vw;
    font-weight: 50;
    font-family: "Pixelify Sans", sans-serif;
    color: #ffffff;
    width: 100%;
    padding-left: 1vw;
}
#social_window .title_window{    
    font-size: 1.8vw;
}
.window, .window_hide{
    height: fit-content;
    position: absolute;
    width: 60%;
    background-color: #E0E0E0;
    display: flex;
    flex-direction: column;
    border-style: solid;
    border-color: #000000;
    border-width: 2px;
    box-shadow: 2vh 1.8vh 0 rgba(0, 0, 0, 0.69);    
    transition: all 0.3s;
}
.content{    
    height: 93.5%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.left, .right{
    height: 100%;
    margin-top: 2%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.left{
    width: 60%;
}
.right{
    width: 40%;
    margin-right: 5%;
}
.foto{
  width: 70%;
  margin-left: 10%;
  margin-bottom: 4%;
}
#bottom_bar{
    height: fit-content;    
    background-color: #E0E0E0;  
    overflow: hidden;
    position: fixed;
    bottom: 0;
    width: 100%;
    display: flex;
    flex-direction: row;
    
}
.top_bar{    
    background: #6B6593;
    border-bottom: solid #000000 2px;
    height: 6.5%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: right;
    flex-direction: row;
    padding: 10px 0 10px 0;
}
.menu{
    width: 60%;
    display: flex;
    flex-direction: row;
}
.window_button img{
    width: 100%;
}
.window_button{
    background-color: #E0E0E0;
    height: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
    border: solid #000000 2px;
    margin: 0 0 0 2%;
}
#close_home_window, #close_social_window{
    margin-right: 15px
}
#maximize{    
    opacity: 0.7;
}
.right_side{
    width: 40%;
    display: flex;
    align-items: right;
    justify-content: right;
    margin-right: 15px;
}
.button, #date_time, .button_clicked{
    font-family: "Pixelify Sans", sans-serif;
    font-weight: 500;
    font-size: 2.5vh;
    padding: 10px 15px 10px 15px;
    min-width: 15%;
    width: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px 0 10px 15px;
    border-radius: 0%;
    border-style: none;
    box-shadow: -2px -2px 0 0 #6C6C6C inset, 2px 2px 0 0 #FFF inset;
    transition: all 0.3s;
} 


.menu_button, .menu_button_clicked{
    font-family: "Pixelify Sans", sans-serif;
    font-weight: 500;
    font-size: 0vh;
    padding: 10px 15px 10px 15px;
    min-width: 5%;
    display: flex;
    width: fit-content;
    align-items: center;
    justify-content: center;
    margin: 10px 0 10px 15px;
    border-radius: 0%;
    border-style: none;
    box-shadow: -2px -2px 0 0 #6C6C6C inset, 2px 2px 0 0 #FFF inset;
    transition: all 0.3s;
}
.menu_button_retratil{
    font-family: "Pixelify Sans", sans-serif;
    font-weight: 500;
    font-size: 2.5vh;
    display: flex;
    align-items: center;
    justify-content: start;
    width: 95%;
    height: 25%;
    padding: 2%;
    transition: all 0.3s;
}
.arrow_menu{
    width: 5%;
    height: auto;
    padding-right: 2%;
}
.menu_button_retratil p{
    width: 80%;
}
.icon_menu_button{
    height: 5vh;
}
 .menu_button_clicked .icon_menu_button{
    margin-right: 15px;
    height: 5vh;
}
 .button_clicked .icon_menu_button{
    margin-right: 15px;
    height: 5vh;
}
.menu_button_clicked, .button_clicked{
    font-size: 2.5vh;
}
a.button{
    text-decoration: none;
    color: #000000;
    width: auto;
}
.button:hover, .button_clicked, .menu_button_clicked, .social:hover, .menu_button:hover, .menu_button_retratil:hover{
    background-color: #0000001c;
    box-shadow: 2px 2px 0 0 #6C6C6C inset, -2px -2px 0 0 #FFF inset;
    transition: all 0.3s;
}
.window_button:hover{
    background-color: #bfe6ff;
    transition: all 0.3s;
}
#maximize:hover{    
    background-color: #E0E0E0;
    transition: all 0.3s;
}
.icon_button{
    margin-right: 20px;
    height: 5vh;
}
#date_time{    
    flex-direction:column;
    font-weight: 400;
}
#time{    
    font-size: 2vh;
}
#date{    
    font-size: 1.8vh;
}
#menu_language{
    background-color: #eeeeee;
    position: fixed;
    right: 8%;
    min-width: 18%;
    width: fit-content;
    padding: 5px 15px 5px 0;
    box-shadow: -2px -2px 0 0 #6C6C6C inset, 2px 2px 0 0 #FFF inset;
}
#menu_retratil{
    background-color: #eeeeee;
    position: fixed;
    height: 35vh;    
    width: 18%;   
    display: flex;
    box-shadow: -2px -2px 0 0 #6C6C6C inset, 2px 2px 0 0 #FFF inset;
}
.menu_left{
    width: 15%;
    height: 96%;
    padding-bottom: 4%;
    background-color: #9EC4DF;
    font-family: "Pixelify Sans", sans-serif;
    display: flex;
    align-items: center;
    justify-content: start;
    writing-mode:sideways-lr;
    box-shadow: -2px -2px 0 0 #00000086 inset, 2px 2px 0 0 #FFF inset;
}
.menu_left #c{
    font-family: "Press Start 2P", sans-serif;
}
.menu_right{
    width: 85%;
    height: 96%;
    padding: 2%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
}
.menu_button_retratil p:first-letter 
{
  text-decoration:underline 2px;
}
.menu_language_hide, .menu_hide{    
    bottom: -200vh;
    opacity: 0;
    transition: all 0.3s;
}
.button_hide{
    display: none;
}
.button_show{
    display: flex;
}
.menu_language_show, .menu_show{    
    bottom: 9vh;
    opacity: 1;
    transition: all 0.3s;
}

.window_hide, .social_window_hide{    
    scale: 0;
    transition: all 0.3s;
}
#close_home_window:hover, #close_social_window:hover{
    background-color: #df0000ad;
    transition: all 0.3s;
}

@media  only screen and (max-device-width:900px){
    .button_show, .menu_button_clicked, .menu_button{
        display: none;
        transition: all 0.3s;
    }
    #menu_button{
        display: flex;
    }
    .button, .button_clicked{
        font-size: 2vh;
    }
    .right_side{
        width: 80%;
    }
    .menu{
        min-width: 20%;
        display: flex;
        flex-direction: row;
    }
    .content{    
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: start;
        overflow-y: scroll;
    }
    .screen{
        display: flex;
        align-items: start;
        justify-content: center;
        width: 100%;
        height: 180vh;
    }
    .right{
        order: 1;
        width: 80%;
    }
    .left{
        order: 2;
        width: 80%;
    }
    .foto{
    width: 100%;
    margin-top: 12%;
    margin-bottom: 8%;
    }
    #home {
        text-align: center;
        font-size: 4vw;
        font-weight: 500;    
        
    }
    .ianlucania {
        text-align: center;
        height: 40vw;
    }
    .window, .window_hide{
        height: 80%;
        width: 80%;
        margin-top: 8%;
    }
    body{
    background-repeat: repeat-x;
    background-size: 150%;
    }
    .cursor{
        background: none;
    }
    * {
        margin: 0px;  
        cursor: auto;
    }
    #menu_language,#menu_retratil{
        min-width: 25%;
        
    }
    .social_window, .social_window_hide{
    margin-top: 50%;
    margin-left: -65%;
    width: 36vw;
    }
    .title_window{
        font-size: 3vw;
    }
    #social_window .title_window{    
        font-size: 2.7vw;
    }
    .social{
        font-size: 3vw;
    }
    #mail{
        font-size: 1.8vw;
    }
}
@media  only screen and (max-device-width:650px){

    .button, .button_clicked{
        min-width: 20%;   
        width: fit-content;
    }
    .title_window{
        font-size: 4vw;
    }
    .social_window, .social_window_hide{
        margin-top: 95%;
        margin-left: -55%;
        width: 46vw;
    }
    .menu_language_show, .menu_show{    
    bottom: 7vh;
    }
    #menu_language{
        right: 0%;
        min-width: 40%;
        width: fit-content;
    }
    #menu_retratil{
        width: 40%;   
    }
    #social_window .title_window{    
        font-size: 4vw;
    }
    .social{
        font-size: 4.5vw;
    }
    #mail{
        font-size: 2.4vw;
    }
    .foto{
        margin-top: 0%;
    }
}
@media  only screen and (max-device-width:500px){
    .menu_language_show, .menu_show{    
    bottom: 7.1vh;
    }
    #menu_language, #menu_retratil{
        width: 47%;   
    }
}
@media  only screen and (max-device-width:400px){

    .title_window{
        font-size: 5vw;
    }
    .social_window, .social_window_hide{
        margin-top: 142%;
        margin-left: -45%;
        width: 60vw;
    }
    .social_window .content, .social_window_hide .content{
        flex-direction: column;
        padding: 4%;
    }
    .button, .button_clicked, #date{
        font-weight: 500;
        font-size: 1.4vh;
    }
    .right_side{
        width: 80%;
    }
    .menu{
        width: 30%;
        display: flex;
        flex-direction: row;
    }
    .foto{
        margin-top: 8%;
    }
    .button_clicked{
    font-size: 2.8vh;
    }
    .menu_language_show, .menu_show{    
    bottom: 6vh;
    }
    #menu_language,#menu_retratil{
        min-width: 55%;
    }
    #social_window .title_window{    
        font-size: 5vw;
    }
    .social{
        font-size: 6vw;
        /*margin: 4% 0 4% 0;*/
        padding: 20px 0 20px 8%;
    }
    #mail{
        font-size: 3vw;
    }
}
@media  only screen and (max-device-height:650px){

    .foto{
    width: 50%;
    margin-top: 2%;
    margin-bottom: 8%;
    }
    #home {
        text-align: center;
        font-size: 4vw;
        font-weight: 500;    
        
    }
    .ianlucania {
        text-align: center;
        height: 10vw;
    }
    .window, .window_hide{
        height: 80%;
        width: 80%;
        margin-top: 2%;
    }
    body{
    background-repeat: repeat-x;
    background-size: 150%;
    }
    .cursor{
        background: none;
    }
    * {
        margin: 0px;  
        cursor: auto;
    }
    .infos p{
        font-size: 80%;
    }
    #home{
        font-size: 200%;
    }
    .infos .ianlucania{
        font-size: 120%;
    }
    .window_button img{
        width: 80%;
    }
    .social_window, .social_window_hide{
        margin-top: 12%;
        margin-left: -75%;
    }
    .content{    
        overflow-y: scroll;
    }
    .menu_left a{
        scale: 0.6;
        margin-inline-start: -5%;
    }
    .content{    
        overflow-y: scroll;
    }
    .menu_left a{
        scale: 0.6;
        margin-inline-start: -10px;
    }
    #c{
        margin-inline-start: -30px;
    }
    .menu_language_show, .menu_show{    
    bottom: 12vh;
    }
    #menu_language, #menu_retratil{
        width: 27%;   
    }
}
@media  only screen and (max-device-height:550px){

    .foto{
    width: 50%;
    margin-top: 2%;
    margin-bottom: 8%;
    }
    #home {
        text-align: center;
        font-size: 4vw;
        font-weight: 500;    
        
    }
    .ianlucania {
        text-align: center;
        height: 10vw;
    }
    .window, .window_hide{
        height: 80%;
        width: 80%;
        margin-top: 2%;
    }
    body{
    background-repeat: repeat-x;
    background-size: 150%;
    }
    .cursor{
        background: none;
    }
    * {
        margin: 0px;  
        cursor: auto;
    }
    .infos p{
        font-size: 80%;
    }
    #home{
        font-size: 100%;
    }
    .infos .ianlucania{
        font-size: 120%;
    }
    .window_button img{
        width: 80%;
    }
    .social_window, .social_window_hide{
        margin-top: 12%;
        margin-left: -75%;
    }
    .content{    
        overflow-y: scroll;
    }
    .menu_left a{
        scale: 0.6;
        margin-inline-start: -10px;
    }
    #c{
        margin-inline-start: -10px;
    }
    .menu_language_show, .menu_show{    
    bottom: 12vh;
    }
    #menu_language, #menu_retratil{
        width: 27%;   
    }
    .menu_right{
        height: 98%;
        padding: 2%;
    }
    #menu_retratil{
        height: 40vh;
        padding-bottom: 1%;
    }
    .menu_left{
        width: 10%;
        height: 96%;
    }
}