* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    background: linear-gradient(to bottom, #1f6a73, #36bfbf);
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    margin: 0;
}

body, p, a, h1, h2, h3, h4, h5, h6 {
    font-family: Arial, Helvetica, sans-serif;
    margin: 0;
    line-height: normal;
}

body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    overflow-x: hidden;
}

.fundoDoSite {
    flex: 1;
    background: linear-gradient(to bottom, #1f6a73, #36bfbf);
    padding: 10%;
    padding-top: 2%;
    padding-bottom: 2%;
    width: 100%;
    display: flex; 
    flex-direction: column; 
    align-items: center;
    gap: 15px;

}

.rodape {
    position: relative;
    background-color: #051926;
    bottom: 0;
    left: 0;
    padding: 10px 20px;
    width: 100%;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logoRodape {
    max-height: 100%;
    height: auto;
}

.cabecalho {
    position: relative;
    height: 80px;
    width: 100%;
    background-color: #051926;
    padding: 1.5% 1.5%;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.logo {
    width: 60px;
    height: 60px;
}

.nomeLogo {
    width: 250px;
    height: 30px;
}

.Logo-nomeLogo{
    width: 341px;
    height: 100%;
    
    display: flex;
    align-items: inline;
    align-items: center;
    gap: 5%;
}

.login {
    font-family: Arial, Helvetica, sans-serif;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-decoration: none;
    border: 2px solid white;
    border-radius: 4px;
    background-color: #ffffff;
    color: #051926;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.login:hover{
    background-color: #051926;
    color: white;
    border: 2px solid white;
    transition: 0.2s;
}

.cabecalho2{
    position: relative;
    height: 80px;
    width: 100%;
    background-color: #051926;
    padding: 20px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    
}

.opcoes-cabeçalho{
    display: flex;
    align-items: center;
    justify-items: center;
}
.divLink{
    width: 350px;
    height: 100%;
    padding-left: 10%;
    padding-right: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.link-cabeçalho{
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bolder;
    position: relative;
    text-decoration: none;
    color: #ffffff;
    display: flex;
}


.menuLinks{
    display: none;
}
.perfil-cabecalho{
    height: 140%;
}

.dropdown-item:hover{
    background-color: #5f5d5d83;
}

.mensagem {
    color: #ffffff;
    font-size: 70%;
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 10px;
    left: 0;
}
.bloco1 {
    width: 100%;
    height: 100%;
    background-color: #1f6a73;
    padding-bottom: 0;
    padding-left: 2%;
    padding-right: 2%;
    color: white;

    align-items: center;
    display: flex;
    gap: 11%;
}

.bloco1 .PlacaMae {
    padding-bottom: 2%;
    padding-top: 2%;
}

.bloco1 .menino {
    padding-top: 2%;
}

.PratiqueAprendeEvolua {
    height: 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    font-size: 130%;
}

.PratiPratiqueAprendeEvoluaBotao {
    height: 350px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;

    font-size: 90%;
}

.bloco2 {
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    padding-bottom: 0;
    padding-left: 2%;
    padding-right: 2%;
    text-align: left;
    color: rgb(0, 0, 0);

    align-items: center;
    display: flex;
    gap: 11%;
}

.imgBloco2 {
    padding-top: 2%;
    width: 80%;
    height: 80%;
}

.velhinha {
    width: 100%;
    height: 100%;
}

.Medalha {
    width: 100%;
    height: 100%;
    padding-top: 2%;
    padding-bottom: 2%;
}

.BotaoVerde {
    background-color: #00AF0A;
    border-radius: 10px;
    width: 350px;
    height: 200%;
    border: 0;
    color: white;
    box-shadow: 0 4px 8px #07171a;
    font-size: 150%;
}

.BotaoVerde:hover, .btn-Login:hover, .btn-Cadastro:hover{
    background-color: #0ad617;
    transition: 0.3s;
    cursor: pointer;
}


.logoRodape {
    max-height: 100%;
    height: auto;
}

.desenvolvedores {
    color: #ffffff;
    font-weight: bold;
    text-align: center;
}

.cefet {
    max-height: 100%;
    height: auto;
}

.corpoPrincipal{
    width: 100%;
    font-family: Arial, Helvetica, sans-serif;
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    flex-grow: 1;
}

.titulo{
    position: relative;
    width: 80%;
    height: 150px;
    top: 5%;
    border-radius: 1vh;
    padding: 1.5% 2.5%;
    margin: 60px 0;
    background-color: #ffffff;
}

.mensagem-1{
    margin-bottom: 20px;
    font-size: 30px;
}

.pesquisaDificuldade{
    position: relative;
    width: 80%;
    height: 50px;
    top: 10%;
    display: flex;
    align-items: center;
    border: 4000px;
    justify-content: space-between;
}
.pesquisa{
    width: 61%;
    height: 100%;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 1vh;
}
.lupa{
    height: 80%;
    margin-left: 8px;
    margin-right: 8px;
}

.barraPesquisa {
    flex: 1;
    height: 100%;
    padding: 0;
    min-width: 0;
    box-sizing: border-box;
    border: none;
}

.barraPesquisa::-webkit-inner-spin-button,
.barraPesquisa::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/*Tira aquelas setas que ficam no final da barra de pesquisa*/

.dificuldade {
    width: 35%;
    height: 100%;
    border-radius: 1vh;
    padding: 18.06px 18.06px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #ffffff;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
}

.facilLegenda {
    height: 33px;
    width: 10px;
    background-color: green;
    border-radius: 2vh;
    border: 0.5px solid black;
}

.medioLegenda {
    height: 33px;
    width: 10px;
    background-color: yellow;
    border-radius: 2vh;
    border: 0.5px solid black;
}

.dificilLegenda {
    height: 33px;
    width: 10px;
    background-color: red;
    border-radius: 2vh;
    border: 0.5px solid black;
}

.legenda {
    display: flex;
    align-items: center;
    color: black;
    justify-content: center;
}

.exercicios {
    position: relative;
    width: 80%;
    top: 15%;
    padding: 2.5% 2.5%;
    border-radius: 1vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #ffffff;
    margin: 60px 0;
    gap: 20px;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
}

.colunaEx-1,
.colunaEx-2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    gap: 20px;
}

.atividade {
    text-decoration: none;
    width: 130px;
    color: #ffffff;
    border-radius: 1vh;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.numeroEx {
    display: flex;
    align-items: center;
    justify-content: center;
}

.nomeEx {
    font-size: 17px;
}

.nivel {
    height: 33px;
    width: 10px;
    background-color: green;
    border-radius: 2vh;
    border: 0.5px solid black;
}

@media (max-width: 1000px) {
    .bloco1 .menino {
        display: none;
    }

    .PratiqueAprendeEvolua {
        padding-top: 10%;
        align-items: center;
    }

    .PratiPratiqueAprendeEvoluaBotao {
        align-items: center;
    }

    .bloco1 {
        display: flex;
        flex-direction: column;
    }

    .PratiqueAprendeEvolua {
        text-align: center;
    }

    .Botao {
        padding-bottom: 10%;
    }

    .bloco2 {
        padding-bottom: 10%;
    }

    .imgBloco2 {
        display: none;
    }

    .velhinha,
    .Medalha {
        display: none;
    }

    .perfil-cabecalho{
        height: 95%;
    }

    .mensagem-1{
    font-size: 24px;
    }
}

@media (max-width: 850px){
    .titulo{
        top: 4%;
        margin: 40px 0;
    }
    .pesquisaDificuldade{
        top: 7%;
    }
    .pesquisa{
        width: 48%;
    }
    .dificuldade{
        position: relative;
        width: 48%;
        padding: 1.5% 1.5%;
    }

    .exercicios{
        flex-direction: row;
        justify-content: space-between;
        top: 10%;
        margin: 40px 0;
    }
    .colunaEx-1{
        margin-bottom: 0;
        flex-direction: column;
        height: 100%;
    }
    .colunaEx-2{
        margin-bottom: 0;
        flex-direction: column;
        height: 100%;
    }

    .atividade{
        height: 20%;
    }
}

@media (max-width: 500px){
    
    .titulo{
        height: 210px;
    }

    .divLink{
        padding-left: 3%;
        width: 310px;
        display: none;
    }

    .link-cabeçalho{
        display: none;
    }

    .menuLinks{
        display: inline-block;
        margin-left: 3%;
    }

    .perfil-cabecalho{
        height: 80%;
    }

    .exercicios{
        height: 300px;
    }

    .colunaEx-1{
        width: 48%;
    }
    .colunaEx-2{
        width: 48%;
    }
    .atividade{
        width: 100%;
        height: 18%;
    }
    .pesquisaDificuldade{
        height: 130px;
        flex-direction: column;
        justify-content: none;
    }
    .pesquisa{
        height: 40%;
        width: 100%;
    }
    .dificuldade{
        height: 40%;
        width: 100%;
        bottom: 30%;
    }
    .rodape{
        padding: 22px 11px;
    }
    
}

.caixaDeInformacoes, .caixaDeInformacoes1{
    background-color: white;
    padding: 2%;
    width: 100%;
    display: flex;
    gap: 15px;
    border-radius: 1vh;
    box-shadow: 5px 5px 10px rgba(0,0,0,0.3); 

}

.dadosPerfil{
    padding-left: 4%;
    flex: 1;
    display: flex;
}

.dadosPerfil form{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    gap: 30px;
    width: 100%;
}

.dadosPerfil form div {
    position: relative;
    display: flex;
    align-items: center;
    gap: 1rem;
    
}

.edit-nickname2{
    position: relative;
    width: 100%;
    height: 100%;
    max-width: 300px;
}

.dadosPerfil form div div input {
    width: 100%;
    height: 100%;
    padding-right: 20%;
}

.dadosPerfil form div div button {
    position: absolute;
    background: none;
    top: 50%;
    right: 2%;
    transform: translateY(-50%);    
    border: none;
    cursor: pointer;
}

.linkapagar{
    display: flex;
    justify-content: flex-end;
}

.link-apagar{
    color: #F27244;
}

.link-apagar:hover {
    color: #f24a44;
    transition: 0.5s;
    cursor: pointer;
}

.btn-apagar, .btn-cancelar, .btn-positivo{
    white-space: nowrap;
    background-color: #F27244;
    border-radius: 10px;
    width: 150px;
    min-height: 40px;
    border: 0;
    padding: 5%;
    color: white;
    justify-content: flex-end;
    box-shadow: 0 4px 8px #07171a;
    font-size: 100%; 
}

.btn-apagar:hover {
    background-color: #f24a44;
    transition: 0.5s;
    cursor: pointer;
}

.btn-cancelar{
    background-color: #ffffff;
    color: #051926;
    border: #051926 solid 1px;
}

.btn-cancelar:hover {
    transition: 0.5s;
    background-color: #d6efff;
    cursor: pointer;
}

.btn-positivo{
    background-color: #00af00;
    border-radius: 10px;
}

.btn-positivo:hover {
    background-color: #0ad617;
    transition: 0.5s;
    cursor: pointer;
}

.btns-TelaApagarConta{
    position: relative; 
    display: grid; 
    grid-template-columns: 1fr 1fr;
}
.btns-TelaApagarConta div{
    display: flex; 
    justify-content: center;
}

@media (max-width: 500px){
    .dadosPerfil form .edit-nickname1{
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
    .edit-nickname2{
        position: relative;
        width: 90%;
        height: 100%;
    }

    .btns-TelaApagarConta{
        display: flex;
        flex-direction: column;
        gap: 15px;
    }
}

.foto-container {
    position: relative;
    padding: 3%;
    border-radius: 50%;
    margin: auto;
}

.foto {
    width: 244.44px;
    height: 244.44px;
    object-fit: cover;
    border-radius: 50%;
}
.fotoRanking{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}
.foto-container .camera {
    position: absolute;
    background-color: white;
    top: 70%;
    left: 60%;
    width: 25%;
    height: 25%;

    cursor: pointer;
    border-radius: 100%;
}

.foto-container div input {
    position: absolute;
    background-color: white;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;

    cursor: pointer;
    border-radius: 100%;
}

.foto-container div img {
    position: absolute;

    top: 25%;
    left: 25%;
    width: 50%;
    height: 50%;

    cursor: pointer;
}


.corpoCadastroLogin {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto;
    min-height: 100vh;
    background: linear-gradient(to bottom, #1f6a73, #36bfbf);
}

.formulario {
    position: relative;
    background-color: white;
    width: 22vw;
    min-width: 300px;
    max-width: 400px;
    min-height: 400px;
    border-radius: 1vh;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    box-sizing: border-box;
}

.formulario form {
    flex: 1; 
    display: flex;
    flex-direction: column;
    gap: 10px;
}

input, textarea{
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 3%;
    outline: none;
}


.btn-Login{
    position: absolute; 
    bottom: 22%; 
    left: 6%; 
    width: 85%; 
    height: 12%;
    border-radius: 1vh; 
    background-color: hsl(120, 100%, 34%); 
    color: white; 
    border: none;
}
.btn-Cadastro {
    width: 100%;
    height: 45px;
    margin-top: 10px;
    background-color: hsl(120, 100%, 34%); 
    color: white;
    border: none;
    border-radius: 8px;
}

.colocacoes {
    padding: none;
    display: flex;
    gap: 10px;
    align-items: center;
}

.colocacoes .medalhaColocacao {
    height: 45px;
    width: 45px;
}

.informacoesColocacao {
    background-color: #051926;
    color: white;
    width: 90%;
    display: flex;
    align-items: center;
    border-radius: 1vh;
    gap: 4.5vw;
    border: #051926 solid 3px;
    cursor: pointer;
}


.informacoesColocacao-TelaMaior {
    background-color: #051926;
    color: white;
    width: 100%;
    display: block;
    align-items: center;
    border-radius: 1vh;
    gap: 4.5vw;
    border: #051926 solid 10px;
}

.informacoesColocacao-TelaMaior div p {
    padding: 3%;
}

.divInformacoesColocacao1 {
    flex: 1;
    position: relative;
    display: flex;

    flex-direction: column;
    gap: 15px;

    height: 500px;
    overflow-y: scroll;
}

.divInformacoesColocacao1 {
    flex: 2;
}

@media (max-width: 1000px) {
    .caixaDeInformacoes {
        padding-bottom: 5%;
        display: grid;
    }

    .caixaDeInformacoes .desenhoTrofeu-Ranking {
        display: none;
    }

    .informacoesColocacao-TelaMaior {
        display: flex;

    }

    .foto-container {
        width: 100%;
        height: 100%;
    }

    .informacoesColocacao-TelaMaior .foto-container {
        width: 30vw;
        height: 30vw;
    }

    .divInformacoesColocacao1 {
        order: 2;
    }

    .divInformacoesColocacao2 {
        order: 1;
    }
}



.cabecalho-2{
    position: relative;
    height: 80px;
    width: 100%;
    background-color: #051926;
    padding: 1.5% 1.5%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    
}
.opcoes-cabeçalho{
    display: flex;
    align-items: center;
    justify-items: center;
}
.div-link{
    width: 350px;
    height: 100%;
    padding-left: 10%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.link-cabeçalho{
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bolder;
    position: relative;
    text-decoration: none;
    color: white;
    display: flex;
}
.perfil-cabeçalho{
    height: 140%;
}

#textoSobreNos{
    margin-top: 10%;
    margin-bottom: 10%;
    background-color: white;
    width: 80%;
    height: 75%;
    border-radius: 1vh;
}
#textoSobreNosEscrita{ 
    position: relative;
    display: flex;
    flex-direction: column;
    width: 90%;
    height: 100%;
    left: 6%;
    top: 10%;
}

.corpoEscolherPlaca{
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: auto;
    min-height: 100vh;
    background: linear-gradient(to bottom, #1f6a73, #36bfbf);
}
#textoEscolherPlaca{
    background-color: white;
    width: 80%;
    min-height: 25%;
    height: auto;
    display: flex;
    flex-direction: column;
    margin-bottom: 2%;
    margin-top: 2%;
    border-radius: 1vh;
    align-items: center;
}
#placasEscolherPlaca{
    background-color: white;
    width: 80%;
    height: auto;
    min-height: 25%;
    display: flex;
    flex-direction: column;
    border-radius: 1vh;
    margin-bottom: 2%;
    align-items: center;
}
#placas{
    margin-bottom: 2%;
    margin-top: 2%;
    width: 80%;
    height: auto;
    display: flex;
    flex-direction: column;
    
}
#meuCarousel img{
    min-height: 400px;
    max-width: 200px;
    height: auto;
    border-radius: 1vh;
    border: 2px solid black;
    display: flex;
    justify-content: center;
    margin-left: 1%;
}
.carousel-control-prev, .carousel-control-next{
    width: 12%;
    filter: invert(1) sepia(1) saturate(5) hue-rotate(200deg); 
    background-size: 50px, 50px;
}

.dificuldadeQuestao{
    display: flex;
    width: 100%;
    align-items: center;
    gap: 1vw; 
    justify-content: flex-end;
}

.dificuldadeQuestao button{
    border: black solid 1px;
    border-radius: 10px;
    padding: 1% 2% 1% 2%;
    width: 75px;
    height: 100%;
    font-size: 80%;
}

.dificuldadeQuestao button:hover{
    cursor: pointer;
}

.dificuldadeQuestao .facil{
    background-color: #00AF0A;
} 
.dificuldadeQuestao .medio {
    background-color: yellow;
}
.dificuldadeQuestao .dificil {
    color: white;
    background-color: red;
}

.dificuldadeQuestao .dificil:hover {
    cursor: pointer;
}

/* estado selecionado */
.selecionado {
    background: linear-gradient(to bottom, #3AC8D9, #B700FF) !important;
    color: black !important;
    transition: 0.3s;
    cursor: pointer;
}

.Nselecionado {
    background-color: white !important;
    color: black !important;
    transition: 0.3s;
    cursor: pointer;
}

.input-Dificuldade{
    display: flex; 
    gap: 15px;
}

.div-btn-caa{ /*div botão cancelar, apagar, adicionar*/
    display: flex; 
    justify-content: flex-end;
}

.div-btn-caa div{
    display: flex; 
    gap: 15px;
}

@media (max-width: 850px){
    .input-Dificuldade{
        display: block;
    }
    .dificuldadeQuestao{
        justify-content:flex-start;
    }
}
@media (max-width: 930px){
    .div-btn-caa, .div-btn-caa div{ /*div botão cancelar, apagar, adicionar*/
        display: block; 
        text-align: center;
    }
}

.AreaDeDesenvolvimento-questao{
    display: block;
    gap: 15px;
    width: 76vw; 
    max-width: 2000px;
    height: auto;
}

.btn-Acoes-questao, .div-btn-Acoes-questao2, .btn-Acoes-questao2{
    white-space: nowrap;
    display: flex;
    position: relative;
    align-items: center;
    background-color: #051926;
    border-radius: 10px;
    width: auto;
    min-height: 60px;
    padding: 0.5%;
    gap: 3px;
    border: 0;
    color: white;  
    text-align: left;
}    

.div-btn-Acoes-questao2{
    display: block; 
    display: flex;
    width: auto;
    height: 0%;
}

.btn-Acoes-questao2 img{
    width: 50px;
    height: 50px;
}

.btn-Acoes-questao:hover, .btn-Acoes-questao2:hover, .div-btn-Acoes-questao2:hover{
    background-color: #083753;
    transition: 0.3s;
    cursor: pointer;
}

.AreaDeDesenvolvimento-questao .caixaDeInformacoes, .AreaDeDesenvolvimento-questao .caixaDeInformacoes1{
    display: flex; 
    align-items: center;
    gap: 15px;
    padding: 2%;
    border-radius: 5px;
    background-color: white;
    height: 100px;
    overflow-y: hidden;
    overflow-x: scroll;
}

textarea{
    width: 500px;
    height: 70px;
    padding: 1%;
}

.acoes{
    display: flex;
    background-color: #051926;
    color: white;
    align-items: center;
    justify-content: center;
    min-width: 100px;
    height: 50px;
    font-size: 70%;
    box-shadow: 0 4px 8px #07171a;
    padding-left: 1%;
    padding-right: 1%;
}


.caixaDeInformacoes-desativado{
    display: none;
}

.imagensPeças{
    width: 8vw;
    height: 8vw;
    background-color: white;
    border-radius: 10px;
}

.btn-voltar{
    display: flex; 
    font-size: 12px; 
    padding-bottom: 3%;
    width: 60px;
    cursor: pointer;
    color: #051926;
}
.btn-voltar:hover{
    color: #083753;
}
.posicao {
    width: 40px;
    height: 40px;
    align-items: center;
}

.informacao{
    position: absolute; 
    background-color: red;
    width: auto; 
    height: auto;
}
