body {
    background-color: #ffffff;
    color: #FFF;
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 10;
}
 /* Itens do cabeçalho */
header {
        background-color: #080044;
        display: flex;
        align-items: center;
        padding-left: 2%;        
}
    
header img{
    width: 150px;
    height: 90px;
    padding: 10%;
    margin-top: 2%;
}
.pesquisa{
    padding-left: 20%;
}

.carrinho img{
    margin-left: 140%;
    width: 60px;
    height: 60px;
}
/* Estilização da barra de pesquisa */
.search-bar {
width: 350px;
height: 40px;
border: 1px solid #ccc;
border-radius: 20px;
padding: 10px;
}

/* Estilização do botão de pesquisa */
.search-button {
background-color: #AB1C74;
font-size: medium;
color: #fff;
border: none;
border-radius: 20px;
padding: 10px 20px;
cursor: pointer;
}

.search-button a{
    text-decoration: none;
    color: #FFF;
}
/* Estilização do texto de pesquisa */
.search-input {
width: calc(100% - 60px);
}

.cad-button {
    background-color: #AB1C74;
    font-size: medium;
    color: #fff;
    border: none;
    border-radius: 20px;
    padding: 10px 20px;
    cursor: pointer;
    margin-left: 10%;
}

.cad-button a{
    text-decoration: none;
    color: #FFF;
}

/*Estilização rodapé */

footer {
    
    border: solid 1px #080044;
    height: 240px;
    background-color: #080044;
    clear: both;
}

footer a{
    text-decoration: none;
    color: white;
    font-size: 10px;
}

footer p{
    font-size: 20px;
    margin-top: -6PX;
}

.divisaorodape {
    width: 23%;
    text-align: justify;
    float: left;
    height: 30px;
    border: solid px black;
    margin-left: 4%;
}

.divisaorodape2 {
    width: 20%;
    text-align: left;
    float: left;
    height: 30px;
    border: solid px black;
    margin-left: 12%;
}
.divisaorodape5 {
    width: 20%;
    text-align: left;
    float: left;
    height: 30px;
    border: solid px black;
    margin-left: 1%;
}

.divisaorodape img{
    width: 50px;
    height: 50px;
}

.divisaorodape5 img{
    width: 50px;
    height: 50px;
    margin-left: 9%;
}

.divisaorodape3 img{
    margin-left: 5%;
    margin-top: 3%;
    width: 150px;
    height: 75px;
}
.divisaorodape4 img{
    float: right;
    margin-right: 5%;
    margin-top: 0.5%;
    width: 95px;
    height: 95px;
}


h4 {
    margin-top: 4%;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 25px;
}

/*Banner*/
.banner-P img{
    border-radius: 30px;
    width: 1000px;
    height: 350px;
    margin-top: 2%;
    top: 50%;
    left: 50%;
    align-self: center;
    margin-left: 13%;
}

.banner {
    padding: 12%;
    padding-left: 20%;
}



/*Menu*/
nav {
    width: 100%;
    height: 75px;
    border: solid 1px #90B420;
    text-align: left;
    background-color: #90B420;
    padding-right: 25%;
    box-sizing: border-box;
    font-size: 23px;;
    text-align: center;
    color: #FFF;
}
.menu a{
    text-decoration: none;
    color: #FFF;
}

.menu{
    list-style:none;
    display: inline-block;
    margin-left: 30%;
    font-size: larger;
   
}



.menu li{
    position:relative;
    display: inline-block;
}

.menu li a{color: none ; text-decoration:none; padding:0.5px 10px; display:block;}

.menu li a:hover{
    background: #AB1C74;
    color:#fff;
    text-shadow:0px 0px 5px #fff;

}

.menu li  ul{
    position:absolute;
    top:25px;
    padding-left:0%;
    background-color:#90B420;
    border-color: #FFF;
    display:none;
}

.menu li:hover ul, .menu li.over ul{display:block;}

.menu li ul li{
    border:1.5px solid #ccc;
    display: inline-block;
    width:200px;
    align-self: center;
}
/*Banner de produto*/

.divisao {
    align-self: center;
    width: 100%;
    height: 400px;
    border: solid 0px black;
    padding-left: 12%;
    box-sizing: border-box;
    margin-top: 14px;
}

.divisao:nth-of-type(2) {
    margin-bottom: 0px;
}

.divisao a{
    align-self: center;
    text-decoration: none;
    color: black;
}

.espaco {
    align-self: center;
    width: 300px;
    height: 373px;
    border: solid 6px #90B420;
    float: left;
    text-align: center;
    margin-left: 2%;
    border-radius: 20px;
}
.espaco .search-button a{
    text-decoration: none;
    color: #FFF;
}
.espaco img {
    margin-top: 5%;
    align-self: center;
    border: solid 0px black;
    width: 60%;
    height: 50%;
}

.espaco h1 {
    border: solid 0px black;
    color: #CCC;
    top: 22px;
    font-weight: 500;
    font-size: 25px;
}

.espaco h2 {
    font-weight: 500;
    font-size: 17px;
    margin-left: 1%;
    margin-right: 1%;
    color: #030B26;
}

.espaco h3 {
    font-weight: 600;
    font-size: 20px;
    color: #030B26;
}
/*Confirmação*/
.confirmacao img{
    margin-left: 39%;
    width: 300px;
    height: 300px;
   
}

.confirmacao h1{
    font-size: xx-large;
    color: #080044;
    text-align: center;
    font-family: 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

.cont-button {
    background-color: #AB1C74;
    font-size: large;
    color: #fff;
    border: none;
    border-radius: 20px;
    padding: 10px 20px;
    cursor: pointer;
    margin: 1% 0% 1% 42%;
}

.cont-button a{
    text-decoration: none;
    color: #FFF;
}
/*Cadastro*/
.inputUser{
    background: none;
    border: none;
    border-bottom: 1px solid black;
    outline: none;
    font-size: 15px;
}

.cadastro-container {
    height: 700px;
    background-color: none;
}
.box{
    position: absolute;
    top: 30%;
    left: 40%;
    transform: translate(-5%,-5%);
    background-color: #AB1C74;
}

/*login*/

.login h1{
    color: #90B420;
}

/*Info produtos*/
.divisaopr {
    align-content: center; 
    margin-left: 15%;
    margin-right: 15%;
    border: solid 0px black;
    box-sizing: border-box;
    margin-top: 12px;
    text-align: left;
}

.divisaopr:nth-of-type(2) {
    margin-bottom: 0px;
}

.divisaopr a{
    align-content: center;
    text-decoration: none;
    color: black;
}
.espacopr{
    align-content: center;
    width: flex;
    height: flex;
    border: solid 6px #90B420;
    float: left;
    text-align: center;
    margin-left: 1%;
    margin-bottom: 5%;
    margin-top: 1%;
    border-radius: 20px;
}

.espacopr h2 {
    font-weight: 600;
    font-size: 30px;
    margin-top: 3%;
    color: #AB1C74;
}
.espacopr b{
    font-size: larger;
    color: #AB1C74;
}

.espacopr h3 {
    font-weight: 500;
    font-size: 19px;
    margin-left: 2%;
    margin-right: 2%;
    margin-top: -3%;
    color: #030B26;
}
/*políticas*/
.divisaop {
    align-content: center; 
    margin-left: 25%;
    border: solid 0px black;
    box-sizing: border-box;
    margin-top: 12px;
}

.divisaop:nth-of-type(2) {
    margin-bottom: 0px;
}

.divisaop a{
    align-content: center;
    text-decoration: none;
    color: black;
}
.espacop {
    align-content: center;
    width: flex;
    height: flex;
    border: solid 6px #90B420;
    float: left;
    text-align: center;
    margin-left: 2%;
    margin-bottom: 2%;
    margin-top: 1%;
    border-radius: 20px;
}

.espacop h2 {
    font-weight: 600;
    font-size: 30px;
    margin-right: 75%;
    margin-top: 3%;
    color: #AB1C74;
}

.espacop h3 {
    font-weight: 500;
    font-size: 19px;
    margin-left: 2%;
    margin-right: 2%;
    margin-top: -3%;
    color: #030B26;
}

/*mvv*/
.espacom {
    align-self: center;
    width: 980px;
    height: 350px;
    border: solid 6px #90B420;
    float: left;
    text-align: center;
    margin-left: -15%;
    margin-bottom: 2%;
    margin-top: 1%;
    border-radius: 20px;
}

.espacom h2 {
    font-weight: 600;
    font-size: 35px;
    margin-left: 1%;
    margin-right: 1%;
    margin-top: 3%;
    color: #AB1C74;
}

.espacom h3 {
    font-weight: 500;
    font-size: 19px;
    margin-left: 2%;
    margin-right: 2%;
    margin-top: -3%;
    color: #030B26;
}
 
.espacom img {
    margin-top: 5%;
    margin-right: 100%;
    align-self: left;
    border: solid 0px black;
    width: 20%;
    height: 50%;
}
/*Produtos individuais*/
.produto-indiv img{
    margin-top: 2%;
    align-self: center;
    border: solid 0px black;
    width: 30%;
    height: 30%;
    margin-left: 5%;
}

.bot-pi{
    margin-bottom: 2%;
}
.confirm-button {
    background-color: #AB1C74;
    font-size: 25px;
    color: #fff;
    border: none;
    border-radius: 20px;
    padding: 10px 20px;
    cursor: pointer;
    margin-top: -99%;
    margin-left: 45%;
}


.product-details {
    color: black;
    margin-left: -50px;
}
table,
td {
  border: 1px solid #AB1C74;
  margin-left: 1.4%;
  margin-top: 6.5%;
  padding: 2px;
  font-size: large;
}

