*{
    margin: 0px;
    padding: 0px;
}
body{
    font-family: "Roboto", sans-serif;
}
.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{
    background-color: white;
    display: flex;
    justify-content: center;
}
#conteudo{
    margin-top: 40px;
    margin-bottom: 40px;
}
.produto{
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
}
.card{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: center;
    background-color: white;
    font-family: "Roboto", sans-serif;
    border: solid 1px rgba(0, 0, 0, 0.1);
    width: 250px;
}
.card:hover{
    box-shadow: 0px 4px 10px black;
}
.link_produto{
    margin: 10px 0px;
    text-align: center;
    justify-content: center;
    text-decoration: none;
    color: #00bfff;
    font-weight: bold;
}
.link_produto:hover{
    cursor: pointer;
    color: #0047ab;
    font-weight: bold;
}
.card_valor{
    margin: 10px 0px;
    font-weight: bold;
}
#banner{
    width: 1199px;
    height: 150px;
    background-size: cover;
    box-shadow: 0px 4px 10px #00bfff;
}
#banner:hover{
    box-shadow: 0px 4px 10px #0047ab;
}
#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;
}