body{
    margin: 0;
    background-color: rgb(19, 141, 35);
    color: white;
}

.centralizacao{
    display: flex;
    justify-content: center;
}


.comercial{
    height: 50vh;
    
    margin-top:10px;
    margin-bottom:10px;
    width:900px;
    display: flex;
    align-items: center;

}

.menu {
    width: 75%;
    margin: 0;
    
    display: flex;
    align-items: center;
    justify-content: start;
    flex-wrap: wrap;
    
}

.menu-item {
    list-style: none;
}

.menu-logo {
    width: 150px;
}

.menu-link {
    text-decoration: none;
    margin: 20px;
    text-transform: uppercase;
    color: rgb(15, 15, 15);
}

.logo-titulo {
    
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo-index{
    justify-content: center;
}

.logo-titulo-img {
    width: 300px;
}

.logo-titulo-msg {
    margin: 5px;
    text-transform: uppercase;
}

.loja {
    margin-top: 10px;
    margin-bottom: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    
}

.loja-titulo {
    margin: 0;
    padding: 10px;
    width: 260px;
    text-align: center;
    color: black;
    background-color: #7c4c;
    box-shadow: 0px 0px 12px rgba(2, 175, 54, 0.589);
}

.loja-img {
    width: 250px;
    
    
   
    margin: 25px;
    box-shadow: 0px 0px 12px rgba(2, 175, 54, 0.589);
}

.loja-botao {
    width: 25%;
    padding: 10px;
    background-color: #7c4c92;
    border-color: #a79f15;
    border-radius: 5px;
    margin-top: 20px;
    margin-bottom: 20px;
    text-decoration: none;
    color: black;
}

.produtos-pc {
    width: 75%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.rodape{
    width: 75%;
    display: flex;
    background-color: #b160d6;
    margin-top: 20px;
}

.rodape-link{
    color: white;
    text-decoration: none;
    
}
.rodape-item{
    list-style: none;
    margin-bottom: 10px;
}

.rodape-opcoes{
    padding-left: 0;
}

.rodape-espaco{
    margin: 10px;
}

.conteudo-menu, .conteudo-rodape{
    display: flex;
    justify-content: center;
    background-color: #b160d6;
    box-shadow: 0px 2px 10px rgb(37, 37, 37);
}

.conteudo-principal{
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-bottom: 20px;
}

.centralizar{
    display: flex;
    justify-content: center;
}


.centralizado {
    display: flex;
    flex-direction: column;
    align-items: center;
}




.centralizar-texto{
    display: flex;
}



.texto-centro{
    margin: 2px;
    text-align: center;
}

.texto-esquerda{
    text-align: left;
}

.texto-justificado{
    text-align: justify;
}
