@charset "utf-8";

* {
    /* incluir padding de todos os elementos */
    box-sizing:border-box;
    /* eliminar margin/padding indesejados */
    margin:0;
    padding:0;
    /* fonte pré-definida */
    font-family: 'Open Sans', sans-serif;

}

body{
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

#holder {
    width: 100%;
    height: 100%;
    display: flex;
    -moz-display: flex;
    overflow: hidden;
    flex-direction: column;
    z-index: -1;
}


#alfabeto_holder{
    width: 100%;
    height: auto;
    position: absolute;
    margin-top: 15%;
}

#alfabeto{
    width: 70%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    display: flex;
     -moz-display: flex;
    flex-direction: row;
    justify-content: center;

}

#alfabeto_linha1{
    display: none;
        -moz-display: none;

    }

#alfabeto_linha2{
   display: none;
    -moz-display: none;
    }

.letra{
    width: 2.8%;
    height: auto;
    font-family:  'Open Sans', sans-serif;
    font-size: 2.2vw;
    font-weight: 900;
    color: #000;
    cursor: pointer;
    background-image: url(../ASSETS_alunos/letra_3.png);
    background-repeat: no-repeat;
    background-size: 94%;
    text-align: center;
    margin-left: 5px;
}

.letra:hover{
    color: #20FF84;
    background-image:url(../ASSETS_alunos/letra_3_hover.png);
}

.nomes_letra{
    width: 250px;
    height: auto;
    margin-top: 17px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 900;
    font-size: 1.2vw;
    line-height: 160%;
    cursor: pointer;
    display: none;
     -moz-display: none;
    color: #000;
    flex-direction: column;
    text-align: left;
    opacity: 1;
}


#letra_e{
    width: 2.8%;
    height: auto;
    font-family:  'Open Sans', sans-serif;
    font-size: 2.2vw;
    font-weight: 900;
    color: #000;
    text-align: center;
    margin-left: 5px;
}


#letra_g{
    width: 2.8%;
    height: auto;
    font-family:  'Open Sans', sans-serif;
    font-size: 2.2vw;
    font-weight: 900;
    color: #000;
    text-align: center;
    margin-left: 5px;
}


#letra_h{
    width: 2.8%;
    height: auto;
    font-family:  'Open Sans', sans-serif;
    font-size: 2.2vw;
    font-weight: 900;
    color: #000;
    text-align: center;
    margin-left: 5px;
}



#letra_j{
    width: 2.8%;
    height: auto;
    font-family: 'Open Sans', sans-serif;
    font-size: 1.8vw;
    font-weight: 900;
    color: #000;
    cursor: pointer;
    background-image: url(../ASSETS_alunos/letra_3.png);
    background-repeat: no-repeat;
    background-size: 94%;
    text-align: center;
    margin-left: 5px;
}

#letra_j:hover{
    color: #20FF84;
    background-image: url(../ASSETS_alunos/letra_3_hover.png);
}


#letra_k{
    width: 2.8%;
    height: auto;
    font-family:  'Open Sans', sans-serif;
    font-size: 2.2vw;
    font-weight: 900;
    color: #000;
    text-align: center;
    margin-left: 2px;
}


#letra_l{
    width: 2.8%;
    height: auto;
    font-family:  'Open Sans', sans-serif;
    font-size: 2.2vw;
    font-weight: 900;
    color: #000;
    text-align: center;
    margin-left: 2px;
}



#letra_m{
    width: 3%;
    height: auto;
    font-family: 'Open Sans', sans-serif;
    font-size: 2.2vw;
    font-weight: 900;
    color: #000;
    cursor: pointer;
    background-image: url(../ASSETS_alunos/letra_3.png);
    background-size: 88%;
    background-repeat: repeat-x;
    text-align: left;
    margin-left: 5px;
    flex-direction: row;
}

#letra_m:hover{
    color: #20FF84;
    background-image: url(../ASSETS_alunos/letra_3_hover.png);
}



#letra_n{
    width: 2.8%;
    height: auto;
    font-family: 'Open Sans', sans-serif;
    font-size: 2.2vw;
    font-weight: 900;
    color: #000;
    cursor: pointer;
    background-image: url(../ASSETS_alunos/letra_3.png);
    background-repeat: no-repeat;
    background-size: 94%;
    margin-left: 1.2%;
}

#letra_n:hover{
    color: #20FF84;
    background-image: url(../ASSETS_alunos/letra_3_hover.png);
}



#letra_o{
    width: 2.8%;
    height: auto;
    font-family:  'Open Sans', sans-serif;
    font-size: 2.2vw;
    font-weight: 900;
    color: #000;
    text-align: center;
    margin-left: 2px;
}



#letra_p{
    width: 2.8%;
    height: auto;
    font-family:  'Open Sans', sans-serif;
    font-size: 2.2vw;
    font-weight: 900;
    color: #000;
    text-align: center;
    margin-left: 2px;
}



#letra_q{
    width: 2.8%;
    height: auto;
    font-family:  'Open Sans', sans-serif;
    font-size: 2.2vw;
    font-weight: 900;
    color: #000;
    text-align: center;
    margin-left: 2px;
}



#letra_u{
    width: 2.8%;
    height: auto;
    font-family:  'Open Sans', sans-serif;
    font-size: 2.2vw;
    font-weight: 900;
    color: #000;
    text-align: center;
    margin-left: 5px;
}



#letra_w{
    width: 2.8%;
    height: auto;
    font-family:  'Open Sans', sans-serif;
    font-size: 2.2vw;
    font-weight: 900;
    color: #000;
    text-align: center;
    margin-left: 5px;
}

#letra_x{
    width: 2.8%;
    height: auto;
    font-family:  'Open Sans', sans-serif;
    font-size: 2.2vw;
    font-weight: 900;
    color: #000;
    text-align: center;
    margin-left: 5px;
}

#letra_y{
    width: 2.8%;
    height: auto;
    font-family:  'Open Sans', sans-serif;
    font-size: 2.2vw;
    font-weight: 900;
    color: #000;
    text-align: center;
    margin-left: 2px;
}

#letra_z{
   width: 2.8%;
    height: auto;
    font-family:  'Open Sans', sans-serif;
    font-size: 2.2vw;
    font-weight: 900;
    color: #000;
    text-align: center;
    margin-left: 2px;
}


#informacoes_holder{
    width: 98%;
    height: 65vh;
    overflow: hidden;
    z-index: 1;
    margin-top: 22%;
    position: absolute;
}

.informacoes_scroll{
    width: 98%;
    height: 100%;
    overflow:scroll;
}


.informacoes{
    width: 100%;
    height: auto;
    flex-direction: column;
    display: flex;
    -webkit-display:flex;
    -moz-display:flex;
    margin-bottom: 100px;
    z-index: -1;

}



.informacoes_primeiralinha{
    width: 100%;
    height: auto;
    flex-direction: row;
    display: flex;
    margin-bottom: 4%;
    justify-content: center;
}

.osnomes{
    width: 30%;
    height: auto;
    flex-direction: column;
    margin-left: 15%;
    background-repeat: no-repeat;
}

.osnomes_2{
    width: 30%;
    height: auto;
    margin-left: 15%;
}

.nome_info{
    width: 100%;
    height: auto;
    margin-left: 6%;
    font-family: 'Open Sans', sans-serif;
}

h1{
    color: #20FF84;
    font-weight: 900;
    font-size: 1.2vw;
}

h2{
    margin-top: 2%;
    color: #000;
    font-weight: 400;
    font-size: 1.2vw;
    line-height: 1.5;
}

h3{
    margin-top: 2%;
    color: #20FF84;
    font-weight: 400;
    font-size: 1.2vw;
}


h3:hover{
   text-decoration: underline;
}



.projetos{
    width: 60%;
    height: auto;
    font-family: 'Open Sans', sans-serif;
    flex-direction: row;
    display: flex;
    -moz-display: flex;
    -webkit-display: flex;
    justify-content: center;
    overflow:hidden;
}

.projecto1{
    width: 40%;
    height: auto;
    font-family: 'Open Sans', sans-serif;
}

h4{
    margin-top: 5%;
    color: #000;
    font-weight: 800;
    font-size: 2.22vw;
    line-height: 120%;
}

h4:hover{
    color: #20ff84;
}
h5{
    margin-top: 2%;
    color: #000;
    font-weight: 400;
    font-size: 1.2vw;
}

.projecto2{
    width: 40%;
    height: auto;
    font-family: 'Open Sans', sans-serif;
    margin-top: 5%;
}

.projecto3{
    width: 40%;
    height: auto;
    font-family: 'Open Sans', sans-serif;
}

.projecto4{
    width: 40%;
    height: auto;
    font-family: 'Open Sans', sans-serif;
    margin-top: 5%;
}

h6{
    font-size: 2.4vw;
    color: #fff;
}

h6:hover{
    color: #20ff84;
      transition: all 0.5s;
}


@media all and (max-width:800px) {
#alfabeto_holder{
    width: 100%;
    height: auto;
    position: relative;
    margin-top: 25%;
    flex-direction: column;
    -moz-flex-direction: column;
}

#alfabeto{
   display: none;
}

#alfabeto_linha1{
    margin-left: auto;
    margin-right: auto;
    display: flex;
    -moz-display: flex;
    flex-direction: row;
    -moz-flex-direction: row;
    width: 60%;
    height: auto;
    margin-left: 24%;
    }

#alfabeto_linha2{
    margin-left: auto;
    margin-right: auto;
    display: flex;
    -moz-display: flex;
    flex-direction: row;
    -moz-flex-direction: row;
    width: 60%;
    height: auto;
    margin-top: 2%;
    margin-left: 24%;
    }

 .letra{
    width: 5%;
    height: auto;
    font-family:  'Open Sans', sans-serif;
    font-size: 2.8vw;
    font-weight: 700;
    color: #000;
    cursor: pointer;
    background-image: url(../ASSETS_alunos/letra_3.png);
    background-repeat: repeat-x;
    background-size: contain;
    text-align: center;
    margin-left: 5px;
}

.letra:hover{
    color: #20FF84;
    background-image:url(../ASSETS_alunos/letra_3_hover.png);
}

#letra_e{
    width: 5%;
    height: auto;
    font-family:  'Open Sans', sans-serif;
    font-size: 2.8vw;
    font-weight: 700;
    color: #000;
    text-align: center;
    margin-left: 5px;
}


#letra_g{
    width: 5%;
    height: auto;
    font-family:  'Open Sans', sans-serif;
    font-size: 2.8vw;
    font-weight: 700;
    color: #000;
    text-align: center;
    margin-left: 5px;
}


#letra_h{
    width: 5%;
    height: auto;
    font-family:  'Open Sans', sans-serif;
    font-size: 2.8vw;
    font-weight: 700;
    color: #000;
    text-align: center;
    margin-left: 5px;
}

#letra_j{
   width: 5%;
    height: auto;
    font-family:  'Open Sans', sans-serif;
    font-size: 2.4vw;
    font-weight: 700;
    color: #000;
    cursor: pointer;
    background-image: url(../ASSETS_alunos/letra_3.png);
    background-repeat: repeat-x;
    background-size: contain;
    text-align: center;
    margin-left: 5px;
}

#letra_j:hover{
    color: #20FF84;
    background-image: url(../ASSETS_alunos/letra_3_hover.png);
}

#letra_k{
    width: 5%;
    height: auto;
    font-family:  'Open Sans', sans-serif;
    font-size: 2.8vw;
    font-weight: 700;
    color: #000;
    text-align: center;
    margin-left: 5px;
}


#letra_l{
    width: 5%;
    height: auto;
    font-family:  'Open Sans', sans-serif;
    font-size: 2.8vw;
    font-weight: 700;
    color: #000;
    text-align: center;
    margin-left: 5px;
}



#letra_m{
     width: 5%;
    height: auto;
    font-family:  'Open Sans', sans-serif;
    font-size: 2.8vw;
    font-weight: 700;
    color: #000;
    cursor: pointer;
    background-image: url(../ASSETS_alunos/letra_3.png);
    background-repeat: repeat-x;
    background-size: contain;
    text-align: center;
    margin-left: 5px;
}

#letra_m:hover{
    color: #20FF84;
    background-image: url(../ASSETS_alunos/letra_3_hover.png);
}



#letra_n{
    width: 5%;
    height: auto;
    font-family:  'Open Sans', sans-serif;
    font-size: 2.8vw;
    font-weight: 700;
    color: #000;
    cursor: pointer;
    background-image: url(../ASSETS_alunos/letra_3.png);
    background-repeat: repeat-x;
    background-size: contain;
    text-align: center;
    margin-left: 5px;
}

#letra_n:hover{
    color: #20FF84;
    background-image: url(../ASSETS_alunos/letra_3_hover.png);
}



#letra_o{
    width: 5%;
    height: auto;
    font-family:  'Open Sans', sans-serif;
    font-size: 2.8vw;
    font-weight: 700;
    color: #000;
    text-align: center;
    margin-left: 5px;
}



#letra_p{
    width: 5%;
    height: auto;
    font-family:  'Open Sans', sans-serif;
    font-size: 2.8vw;
    font-weight: 700;
    color: #000;
    text-align: center;
    margin-left: 5px;
}



#letra_q{
    width: 5%;
    height: auto;
    font-family:  'Open Sans', sans-serif;
    font-size: 2.8vw;
    font-weight: 700;
    color: #000;
    text-align: center;
    margin-left: 5px;
}



#letra_u{
    width: 5%;
    height: auto;
    font-family:  'Open Sans', sans-serif;
    font-size: 2.8vw;
    font-weight: 700;
    color: #000;
    text-align: center;
    margin-left: 5px;
}



#letra_w{
    width: 5%;
    height: auto;
    font-family:  'Open Sans', sans-serif;
    font-size: 2.8vw;
    font-weight: 700;
    color: #000;
    text-align: center;
    margin-left: 5px;
}

#letra_x{
    width: 5%;
    height: auto;
    font-family:  'Open Sans', sans-serif;
    font-size: 2.8vw;
    font-weight: 700;
    color: #000;
    text-align: center;
    margin-left: 5px;
}

#letra_y{
    width: 5%;
    height: auto;
    font-family:  'Open Sans', sans-serif;
    font-size: 2.8vw;
    font-weight: 700;
    color: #000;
    text-align: center;
    margin-left: 5px;
}

#letra_z{
   width: 5%;
    height: auto;
    font-family:  'Open Sans', sans-serif;
    font-size: 2.8vw;
    font-weight: 700;
    color: #000;
    text-align: center;
    margin-left: 5px;
}

#informacoes_holder{
    width: 100%;
    height: 65vh;
    overflow: hidden;
    z-index: 1;
    margin-top: 5%;
    position: relative;
}

.informacoes_primeiralinha{
    width: 100%;
    height: auto;
    -moz-flex-direction: column;
    flex-direction: column;
    display: flex;
    -moz-display: flex;
    margin-bottom: 2%;
    justify-content: center;
}



.informacoes_scroll{
    width: 100%;
    height: 100%;
    overflow:scroll;
}

.informacoes{
    width: 100%;
    height: auto;
    flex-direction: column;
    display: flex;
    -webkit-display:flex;
    -moz-display:flex;
    margin-bottom: 3%;
    z-index: -1;

}

.osnomes{
    width: 100%;
    height: auto;
    flex-direction: column;
    margin-left: 0;
    background-repeat: no-repeat;
}

.osnomes_2{
    width: 100%;
    height: auto;
    margin-left: 0;
}

.nome_info{
    width: 35%;
    height: auto;
    margin:auto;
    font-family: 'Open Sans', sans-serif;
    margin-left: 25%;
}

h1{
    color: #20FF84;
    font-weight: 900;
    font-size: 2.4vw;
}

h2{
    margin-top: 2%;
    color: #000;
    font-weight: 400;
    font-size: 2.4vw;
    line-height: 1.5;
}

h3{
    margin-top: 2%;
    color: #20FF84;
    font-weight: 400;
    font-size: 2.4vw;
    text-decoration: underline;
}


.projetos{
    width: 100%;
    height: auto;
    font-family: 'Open Sans', sans-serif;
    flex-direction: row;
    display: flex;
    -moz-display: flex;
    -webkit-display: flex;
    justify-content: center;
}

.projecto1{
    width: 40%;
    height: auto;
    font-family: 'Open Sans', sans-serif;
    margin-left: 25%;
}

h4{
    margin-top: 20%;
    color: #000;
    font-weight: 800;
    font-size: 3.2vw;
    line-height: 120%;
}

h4:hover{
    color: #20ff84;
}
h5{
    margin-top: 2%;
    color: #000;
    font-weight: 400;
    font-size: 2.4vw;
}

.projecto2{
    width: 40%;
    height: auto;
    font-family: 'Open Sans', sans-serif;
}

.projecto3{
    width: 40%;
    height: auto;
    font-family: 'Open Sans', sans-serif;
    margin-left: 25%;
}

.projecto4{
    width: 40%;
    height: auto;
    font-family: 'Open Sans', sans-serif;
}

h6{
    font-size: 2.4vw;
    color: #fff;
}

h6:hover{
    color: #20ff84;
      transition: all 0.5s;
}




}
