*{
    margin: 0px;
    padding: 0px;
}
body{
    font-family: "Roboto", sans-serif;
    background-color: black;
}
.site{
    display: flex;
    justify-content: center;
    background-color: black;
}
#topo{
    display: flex;
    background-color: black;
    justify-content: space-between;
    align-items: center;
    width: 1200px;
}
#conta{
    display: flex;
}
h2{
    color: white;
}
a{
    color: #00bfff;
    font-weight: bold;
    margin-top: 5px;
    text-decoration: none;
}
a:hover{
    cursor: pointer;
    color: #0047ab;
    font-weight: bold;
}
main{
    padding-top: 60px;
    padding-bottom: 120px;
    background-color: white;
}
.conteiner{
    display: flex;
    justify-content: center;
}
.conteudo{ 
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 1200px;
}
.carrinho{
    display: flex;
    justify-content: space-between;
    width: 650px;
    align-items: center;
}
.carrinho2{
    background-color: black;
    color: white;
    width: 400px;
    padding: 25px;
}
.descricao{
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}
.b_carrinho{
    background-color: #00bfff;
    color: white;
    border: solid 2px white;
    padding: 5px;
    margin: 10px 0px;
}
.b_carrinho:hover{
    cursor: pointer;
    background-color: #0047ab;
    font-weight: bold;
}
.img_e_descricao{
    display: flex;
    align-items: center;
    width: 400px;
}
#quantidade{
    width: 30px;
}
.direito{
    display: flex;
    justify-content: flex-end;
}
#p1{
    width: 300px;
    padding-left: 50px;
}
.descricao_img{
    padding-left: 10px;
}
#rodape{
    width: 1200px;
}
.sub_rodape{
    display: flex;
    justify-content: space-between;
    background-color: black;
    margin-top: 20px;
}
.link_sub{
    display: flex;
    flex-direction: column;
    
}
.link_ca{
    background-color: #00bfff;
    color: white;
    border: solid 2px white;
    margin-right: 10px;
}
.link_ca:hover{
    cursor: pointer;
    background-color: #0047ab;
    font-weight: bold;
}
#botao_pesquisa{
    background-color: #00bfff;
    color: white;
    border: solid 2px white;
}
#botao_pesquisa:hover{
    cursor: pointer;
    background-color: #0047ab;
    font-weight: bold;
}
.b{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 5px;
    margin-right: 5px;
    align-items: center;
}
#campo_de_pesquisa{
    border: solid 3px white;
}
.fa{
    color: white;
    padding-right: 5px;
}
.sub_rodape2{
    display: flex;
    justify-content: space-between;
    background-color: black;
    align-items: center;
}
.b2{
    border: solid 1px white;
    border-radius: 20px;
    padding: 10px;
    margin-right: 5px;
}
#pagamento{
    margin-top: 20px;
}
#certificado{
    margin-top: 20px;
}
#Meu_carrinho{
    color: black;
    margin-bottom: 10px;
}
hr{
    margin-top: 10px;
    margin-bottom: 10px;
}
.fa-trash{
    color: black;
}