/*cabeçalho*/
header img{
    height: 70px;
    width: 70px;
}
body {
    background-color: #3b3a3aad;
}

h2 {
    color: #fff;
}

h1{
    color: #fff;
}

/*banner*/
#section-banners img{
    height: 500px;
}

/*Produtos vendidos*/
#section-vendidos {
    text-align: center;
}

#section-vendidos h2 {
    font-weight: bold;
    padding: 20px;
}

#section-vendidos img {
    height: 300px;
    border-radius: 10px;
}

#section-vendidos .card {
    margin: 5px;
    border: 1px solid #ccc;
    border-radius: 10px;
}

#section-vendidos .preco {
    color: red;
    font-size: 18px;
    font-weight: bold;
}
/*Rodapé*/
footer{
    text-align: center;
    position: relative;
    bottom: 0;
}

footer p{
    font-weight: bold;
    padding: 10px;
}

/*cabeçalho*/
header img {
    height: 70px;
    width: 70px;
}

/*Conteudo principal*/

/*banner*/
#section-banners img {
    height: 500px;
}

/*Produtos vendidos*/
#section-vendidos {
    text-align: center;
}

#section-vendidos h2 {
    font-weight: bold;
    padding: 20px;
}

#section-vendidos img {
    height: 300px;
    border-radius: 10px;
}

#section-vendidos .card {
    margin: 5px;
    border: 1px solid #ccc;
    border-radius: 10px;
}

#section-vendidos .preco {
    color: red;
    font-size: 18px;
    font-weight: bold;
}

/*Rodapé*/
footer {
    text-align: center;
    position: relative;
    bottom: 0;
}

footer p {
    font-weight: bold;
    padding: 10px;

}

/*Botão Voltar topo*/
#voltar-topo{
    position: fixed;
    bottom: 5px;
    right: 50px;
}


/* página de login  */
#section-login{
    margin-top: 100px;
}

#section-login h1{
    text-align: center;
}

#section-login input{
    width: 100%;
}

/* Formulário de cadastro*/
#section-cadastro{
    padding: 5px;
    text-align: center;
    background-color: #3b3a3aad;
}

#form-cadastrar{
    padding: 50px;
    display: none;
}