*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body{
    font-size: 1rem;
}

@media screen and (max-width: 920px){
    p{
        font-size: 1.6rem;
    }
    .card-deck{
        width: 50%;
        display: block;
        margin-bottom: 20px;
    }
    .subPagina{
        font-size: 20px;
    }
}

@media (max-width: 768px) and (min-width: 350px){
    h1{
        font-size: 3rem;
    }
    a{
        font-size: 1.2rem;
    }
    li{
        font-size: 1.4rem;
    }
    p{
        font-size: 1.4rem;
    }
}

/*==================== LOGO ====================*/
#logo{
    position: absolute;
    left: 1%;
    right: 84%;
    top: 4%;
    bottom: 83%;
    width: 22%;
    max-width: 450px;
    max-height: 450px;
}

/*.background{
    background: url('../static/imagemMaoBraille.jpg') center / cover no-repeat fixed;
    background: url('../static/imagemMaoBraille.jpeg') center / auto 100% no-repeat fixed;
}*/

.background img {
    top: 0;
    left: 0;
    width: 100%;
    object-fit: cover;
}

nav{
    top:3px;
    /*bottom: 75%;*/
    background-image: linear-gradient(180deg, rgba(255, 225, 90, 0.852187) 40.59%, #FFAC47 99.99%);
}

#navbarPaginas{
    top:18%;
    width: 100%;
    font-size: 1.05rem;
    font-family: Candara;
    font-style: normal;
    font-weight: normal;
    line-height: 2.1rem;
    color: #3D3A3A;
    text-align: center;
}

#navbarNavDropdown #navbarPaginas:hover{
    font-weight: 600;

}

/*================== ACESSIBiLIDADE ==================
            Tamanho, fonte, cor, alinhamento, hover*/

#navbarAcessibilidade{
    top:1px;
    bottom: 55%;
    font-size: 1.1rem;
    font-family: Candara;
    line-height: 1.2rem;
    text-align: right;
}

#navbarAcessibilidade a{
    font-weight: bold;
    text-decoration: none;
    color: #3D3A3A;
}

#navbarAcessibilidade a:hover {
    color: #999999;
}

#iconeAc{
    font-size:30px;
    left:100%;
    top:20px;
}

/*---------- ÍCONES - TAMANHOS ----------*/

#iconeLampada{
    height: 36px;
    width: 38px;
    left: 0px;
    top: 5px;
}

#iconeMartelo{
    height: 36px;
    width: 38px;
    left: 0px;
    top: 50px;
}

#iconeBraile{
    height: 36px;
    width: 38px;
    left: 0px;
    top: 80px;
}

/*------------- Tamanho geral de alguns ícones --------------*/

#tamanhoGeral{
    height: 34px;
    width: 36px;
    left: 0px;
    top: 80px;
}

/*---------- OPÇÕES DE TAMANHOS - SUBPÁGINAS ----------*/

#subPagina{
    width:25.6rem;
    top: 18rem;
    font-style: normal;
    font-size: 1.02rem;
    line-height:2.2rem;
}

#subPagina2{
    width:23rem;
    top: 15rem;
    font-style: normal;
    font-size: 1.02rem;
    line-height:2.2rem;
}

/*---------- RODAPÉ ----------*/

footer{
    bottom: 0%;
    width: 100%;
    padding: 8px;
    flex-shrink: 0;
    text-align:center;
    font-size:1.3rem;
    font-family: Candara;
    background-color:#1B1919;
    color:#FFFFFF;
}

/*------- E-mail no Rodapé --------*/

#contato{
    text-align: center;
    font-family: Candara;
    font-size: 1.4rem;
    font-style: normal;
}


/*---------- ÍCONES DO RODAPÉ ----------*/

#iconeGmail{
    height: 28px;
    width: 28px;
    left: 0px;
    top: 80px;
}

#iconeFacebook{
    height: 32px;
    width: 30px;
    left: 0px;
    top: 80px;
}

#iconeYoutube{
    height: 28px;
    width: 24px;
    left: 0px;
    top: 80px;
}

/*================== Ícone - Redes Sociais - Página Principal ===================*/
#iconeYoutubePreto{
    height: 50px;
    width: 45px;
    left: 0px;
    top: 80px;
}

#pInformacaoCadastro{
    font-size:15px;
    text-align: justify-all;
}

/*=================== Imagens da Página Clássicos ===================*/

#imagens{
    height: 300px;
    width: 100%;
}

#imagens2{
    height: 400px;
    width: 700px;
}

/*=================== CARDS =====================*/

#cardGrupodePesquisa{
    width: 90%;
    max-width: 980px;
    margin: auto;
    text-align: center;
    font-size: 16px;

    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
    grid-gap:30px;

    /*margin: 0 auto;
    height: 150px;
    width: 1000px;
    margin-bottom: 25%;

    //1fr 1fr 1fr 1fr;
        height: 15rem;
    */
}

#imagensGrupo{
    height: 240px;
    width: 260px;
}

#imagensGrupo2{
    height: 350px;
    width: 220px;
}


/*=============== PÁGINA RECURSOS ALTERNATIVOS ===================*/

#formaOriginal{
    font-size: 15px;
    font-family: Courier New;
    text-align: justify;
}

#formatImg{
    height: 120px;
    width: 500px;
}

/*=============== Tamanho, alinhamento e fonte padrão de todos os textos do site ===================*/

#formatTextos{
    font-size: 1.2rem;
    font-family: Calibri;
    text-align: justify;
}

h5{
    font-size: 1.4rem;
    font-family: Calibri;
}

.display-4{
    font-size: 3.2rem;

}

/*=================== Slides da Página Principal======================*/

#slides{
    width: 100%;
    display: inline;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}
