body {
    margin: 0;
    background-color: rgb(19, 141, 35);
    color: white;
}

.menu {
    width: 75%;
    margin: 0;
    
    display: flex;
    align-items: center;
    justify-content: start;
    flex-wrap: wrap;
    
}

.menu-item {
    list-style: none;
    
}

.menu-logo {
    width: 100px;
}

.menu-logo-pc {
    width: 150px;
}

.menu-link {
    text-decoration: none;
    margin: 20px;
    text-transform: uppercase;
    color: rgb(15, 15, 15);
}

.logo-titulo {
    width: 75%;
    display: flex;
    align-items: 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 {
    height: 50vh;
    margin-top: 200px; 
    margin: 15%;
    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;
    text-align: center;
}

.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: 5px;
    text-align: center;
}

.texto-esquerda{
    text-align: left;
}

.texto-justificado{
    text-align: justify;
}

.checkbox-tamanho{
    width: 25px;
    height: 30px;
}






.menu {
    font-size: 1.4rem;
    display: flex;
    justify-content: center;
    background-color: #b160d6;
    box-shadow: 0px 0px 20px rgb(2, 2, 2);
}



.menu-item {
    margin: 0;
    list-style: none;
    padding: 20px;
}

.menu-link {
    text-decoration: none;
    color: white;
}



.boas-vindas img {
    width: 25vh;
}

.boas-vindas h1 {
    color: white;
}

.centralizado {
    display: flex;
    flex-direction: column;
    align-items: center;
}


input[type=submit]{
    margin-top: 20px;
    width: 50%;
    background-color: #2bff00;
    padding: 20px;
    color: white;
    text-align: center;
}





.rodape {
    width: 100%;
    margin-top: 100px;
    display: flex;
    justify-content: center;
    background-color: #b160d6;
    font-size: 1.2rem;
}

.rodape-item {
    list-style: none;
    padding: 2px;
}
.cor-produto{
    color: rgb(9, 255, 1);
    text-align: justify;
    margin: 2px;
    margin-top: 25%;
    text-decoration: none;
    margin-block-end: 900px;
    
    background-color: rgb(204, 0, 255);
    display: flex;
    
    
    font-size: 1.2rem;
}
body {
    margin: 0;
    background-color: rgb(19, 141, 35);
    color: white;
}

.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 {
    width: 75%;
    display: flex;
    align-items: 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 {
    height: 50vh; 
    padding: 10%;   
    margin: 25px;
    box-shadow: 0px 0px 12px rgba(2, 175, 54, 0.589);
}

.loja-botao {
    height: 2vh;
    width: 25%;
    padding: 10px;
    background-color: #f0efec;
    border-color: #f1f081;
    border-radius: 5px;
    margin-top: 20px;
    margin-bottom: 20px;
    text-decoration: none;
    color: black;
    text-align: center;
}

.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: 5px;
    text-align: center;
}

.texto-esquerda{
    text-align: left;
}

.texto-justificado{
    text-align: justify;
}


.menu {
    font-size: 1.4rem;
    display: flex;
    justify-content: center;
    background-color: #b160d6;
    box-shadow: 0px 0px 20px rgb(2, 2, 2);
}



.menu-item {
    margin: 0;
    list-style: none;
    padding: 20px;
}

.menu-link {
    text-decoration: none;
    color: white;
}



.boas-vindas img {
    width: 25vh;
}

.boas-vindas h1 {
    color: white;
}

.centralizado {
    display: flex;
    flex-direction: column;
    align-items: center;
}

input[type=submit]{
    margin-top: 20px;
    width: 50%;
    background-color: #2bff00;
    padding: 20px;
    color: white;
    text-align: center;
}

.rodape {
    width: 100%;
    margin-top: 100px;
    display: flex;
    justify-content: center;
    background-color: #b160d6;
    font-size: 1.2rem;
}

.rodape-item {
    list-style: none;
    padding: 2px;
}
.cor-produto{
    color: rgb(9, 255, 1);
    text-align: justify;
    margin: 2px;
    margin-top: 25%;
    text-decoration: none;
    margin-block-end: 900px;
    
    background-color: rgb(204, 0, 255);
    display: flex;
    
    
    font-size: 1.2rem;
}