@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;

}



#holder {
    width: 100%;
    height: 100vh;
    display: flex;
    -webkit-display: flex;
    -moz-display: flex;
    display: -webkit- flex;
    overflow: hidden;
}

#iframe{
    z-index: -2;
    position: absolute;
    overflow: hidden;
}

#primeiro_plano {
    position:absolute;
    top:0;
    left:0;

    width:100%;
    height:auto;

    overflow:hidden;
   pointer-events:none;
}


#alfabeto_holder{
    width: 100%;
    height: 100%;
    display: block;
    position: fixed;
}

#alfabeto{
    width: 70%;
    height: auto;
    margin-top: 180px;
    margin-left: auto;
    margin-right: auto;
    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;
    color: #000;
    flex-direction: column;
    text-align: left;
    opacity: 1;
    color: #000;
}

.nomes_letra:hover{
    color: #20ff84;
}


#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;
}

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: absolute;
    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;
}
}
