.navbar{
    display: flex;
    width: auto;
    height: 100px;
    justify-content: space-between;
    align-items: center;
    background-color: rgb(252, 171, 160);
    padding: 20px;
    margin-right: 10px;
}

/*botão */

.botao-navbar{
    display: flex;
    border: 2px solid rgb(233, 115, 72);
    width: 100px;
    height: 24px;
    justify-content: center;
    align-items: center;
    background-color: rgb(231, 90, 90);
    text-decoration: none;
}

.botao-pesquisar{
    display: flex;
    width: 100px;
    height: 24px;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    background-color: rgb(231, 90, 90);
    border: 2px solid rgb(233, 115, 72);
}

#input-pesquisar-cursos{
    display: flex;
    justify-content: center;
}

#bt-pesquisar-navbar{
    display: flex;
    text-decoration: none;
}

#input-bt-pesquisar-navbar{
    display: flex;
    width: 320px;
    height: 30px;
    justify-content: space-between;
    text-decoration: none;
}

img{
    margin-left: 20px;
}

#alteracao-e-cadastros{
    display: flex;
    width: 1850px; 
    height: 600px;
    justify-content: space-between;
    padding: 20px;
}

.alteracao1{
    width: 200px;
    height: 400px;
    background-color:  rgb(252, 171, 160);
    padding: 20px;
    font-weight: normal;
    font-size: 20px;
    margin-left: 20px; 
}

.alteracao{
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 10px;
}

#pg1-carrinho-pai{
    display:flex;
}

#pag-carrinho{ 
    width: 1500px;
    height: 590px;
}

h1{
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 10px;
    width: 1300px;
}

#carrinho-menu{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: auto;
    width: 1350px;
}

.linhas-carrinho{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: space-between;
}

.container-img-desc{
    display: flex;
    margin: 0;
    width: 320px;
    height: 100px;
    justify-content: space-between;
    align-items: center;
}

.img-carrinho{
    display: flex;
    flex-direction: row;
    align-items: start;
}

.cx-container-desc-carrinho{
    display: flex;
    width: 350px;
    height: auto;
    margin-left:20px;
}

.cx-descricao-aula-carrinho{
    display: flex;
    flex-direction: column;
}

.descricao-aula-maior{
    display: flex;
    flex-direction: row;
    text-align: center;
    font-weight: bold;
    font-size: 27px;
}

.descricao-aula-menor{
    display: flex;
    flex-direction: row;
    font-size: 10px;
}

.quadrados-qtd{
    display: flex;
    width: 310px;
    flex-direction: row;
    align-items: center;
}

.qtd{
    width: 80px;
    height: 30px;
    border: 2px solid black;
    display: flex;
    flex-direction: column;
    align-content: center;
}

.editar{
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 300px;
    height: 100px;
    font-size: 32px;
}

.botao{
    width: 80px;
    height: 30px;
    justify-content: center;
    color: rgb(14, 14, 14);
    font-weight: bold;

}

.preco-carrinho{
    display: flex;
    flex-direction: column;
    width: 350px;
    align-items: flex-start;
    justify-content: space-around;
    font-weight: bold;
    font-size: 27px;
}

#preco-carrinho{
    font-weight: bold;
    font-size: 20px;
}

.deletar{
    width: 200px;
    justify-content: center;
    align-content: center;
}
