* {
    margin: 0;
    box-sizing: border-box;
    padding: 0;
    height: 200vh;
}

html {
    font-size: 16px;
}

header {
    height: 18vh;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.cabecalho {
    width: 100%;
    height: 18vh;
    background-color: #15025a;
    display: flex;
    flex-wrap: wrap;
}

.logo {
    width: 150px;
    height: 150px;
    display: inline-block;
}

.logo>img {
    width: 100%; 
    height: 100%;
    object-fit: cover;
}

.sereitei {
    position: relative;
    left: 200px;
    height: 100%;
    width: 1200px;
    display: flex;
    flex-wrap: wrap;
}

.caixatexto {
    margin-left: 250px;
    margin-top: 35px;
    margin-bottom: 31px;
    top: 30px;
    height: 30px;
    width: 700px;
}

.categorias {
    display: flex;
    gap: 60px;
    height: 50px;
    list-style: none;

}

.categorias>li {
    font-size: 1.3em;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    width: 150px;
    text-align: center;
    border-bottom: solid 2px transparent;
    height: 6vh;
    line-height: 6vh;
    text-shadow:1px 1px black ;
    transition: 0.5;
    border-radius: 15px;
    background-color: rgba(0, 0, 0, 0.5);
}

.categorias>li>a {
    text-decoration: none;
    color: white;
    transition: 1s;
}

.categorias>li>a:hover {
    color: #c7a05c;
} 

.bancoimagens {
    width: 18%;
    height: 100%;
    position: relative;
    left: 200px;
    z-index: 10;
    display: flex;
    flex-wrap: wrap;
}

.bancoimagens>a {
    width: 50%;
    height: 100%;
}   

.imagealpha {
    margin-left: 30px;
    margin-top: 30px;
    width: 75%;
    height: 75%;
    background-size: cover; 
    background-position: center;
    background-repeat: no-repeat;
}

.nahidwin {
    height: 2.75vh;
    width: 100%;
    background-color: #987A48;
}

.nahidwin>ul {
    display: flex;
    gap: 100px;
    margin-left: 590px;
    list-style: none;
    font-size: 20px;
    height: 20px;
}

.nahidwin>ul>a {
    color: white;
    text-decoration: none;
    transition: 1s;
    height: 20px;
}

#sim {
    height: 10px;
} 

.nahidwin>ul>a:hover {
    color: black;
} 

#colorido {
    color: #000000;
}

.imagecsombra {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
}

.sombra {
    position: relative;
    width: 100%;
    height: 100%;
    bottom: 82vh;
    z-index: 3;
}

.aro2 {
    background-image: url(arosubstituto.jpg);
    background-size: cover; 
    background-position: left;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}

.corpo {
    height: 100%;
    width: 1900;
    background-image: url(auraego.jpg);
    background-blend-mode: multiply;
    background-size: cover; 
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    flex-wrap: wrap;
}

.produtos {
    width: 100%;
    height: 50vh;
    background: #AC7821;
    background: linear-gradient(52deg, rgba(172, 120, 33, 0.5) 0%, rgba(168, 118, 32, 0.49) 3%, rgba(165, 116, 31, 0.54) 6%, rgba(162, 114, 30, 0.49) 9%, rgba(159, 112, 29, 0.55) 12%, rgba(155, 109, 28, 0.54) 17%, rgba(151, 106, 27, 0.55) 21%, rgba(147, 103, 26, 0.49) 24%, rgba(143, 100, 25, 0.55) 28%, rgba(139, 97, 24, 0.58) 33%, rgba(134, 94, 23, 0.52) 37%, rgba(129, 91, 22, 0.55) 42%, rgba(124, 88, 21, 0.52) 46%, rgba(120, 85, 20, 0.54) 51%, rgba(116, 82, 19, 0.54) 55%, rgba(113, 80, 19, 0.54) 58%, rgba(110, 78, 19, 0.51) 60%, rgba(107, 76, 19, 0.59) 63%, rgba(103, 73, 18, 0.56) 67%, rgba(99, 70, 17, 0.56) 71%, rgba(96, 68, 17, 0.56) 73%, rgba(93, 66, 17, 0.64) 76%, rgba(90, 64, 17, 0.66) 79%, rgba(87, 61, 16, 0.67) 83%, rgba(85, 59, 16, 0.69) 85%, rgba(82, 57, 15, 0.67) 88%, rgba(80, 55, 15, 0.67) 90%, rgba(77, 53, 14, 0.73) 93%, rgba(74, 51, 14, 0.69) 96%, rgba(72, 50, 13, 0.71) 98%, rgba(70, 49, 13, 0.53) 100%);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.guardadordedivhahaha {
    margin-top: 150px;
    width: 100%;
    height: 20vh;
    display: flex;
    flex-wrap: wrap;
    gap: 350px;
    justify-content: center;
}

.mercadorias {
    height: 100%;
    width: 200px;
    background-color: white;
    border-radius: 20px;
    transition: 1s;
}

.preco {
  position: absolute;          
  bottom: 45px;
  background: #000000;
  background: linear-gradient(0deg,rgba(0, 0, 0, 1) 0%, rgba(255, 255, 255, 0) 100%);
  color: #fff;
  border-radius: 8px;
  z-index: 2;                    
  width: 200px;
  height: 200px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  opacity: 0;
  transition: 1s;
  text-align: center;
}

.preco>p {
    font-size: 20px;
    padding-top: 140px;
    height: 100px;
}

.mercadorias:hover .preco {
  opacity: 1;
}

.mercadorias:hover {
    background-color: #15025a;
}

.guardadordedivhahaha>a>img {
    width: 100%;
    height: 100%;
    background-size: cover; 
    background-position: center;
    background-repeat: no-repeat;
}

h4 {
    height: 10px;
    font-size: 40px;
    color: white;
}

.product {
    height: 100%;
    width: 200px;
    background-color: white;
    border-radius: 20px;
    transition: 1s;
}

.descricao {
  position: absolute;          

  background: #000000;
  background: linear-gradient(0deg,rgba(0, 0, 0, 1) 0%, rgba(255, 255, 255, 0) 100%);
  color: #fff;
  border-radius: 8px;
  bottom: -832px;
  z-index: 2;                    
  width: 200px;
  height: 200px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  opacity: 0;
  transition: 1s;
  text-align: center;
}

.descricao>p {
    font-size: 20px;
    padding-top: 140px;
    height: 100px;
}

.product:hover .descricao {
  opacity: 1;
}

.product:hover {
    background-color: #15025a;
}

/* footer */

footer {
    background-color: rgba(0, 0, 0, 45%);
    width: 100%;
    height: 15vh;
    position: absolute;
    bottom: -1257px;
}

.logo2 {
    position: relative;
    width: 150px;
    height: 150px;
    overflow: hidden;
    left: 90%;
    top: 10px;
}

.logo2>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.textos {
    position: relative;
    bottom: 50px;
    width: 40%;
    height: 100%;
    left: 30%;
    bottom: 94%;
    
}

.about {
    width: 100%;
    height: 33%;
    border-bottom: solid rgb(255, 255, 255) 1px;
}

h2 {
    padding-top: 12px;
    padding-left: 10px;
    color: white;
    height: 20px;
}

.aboutp {
    position: relative;
    font-size: 10px;
    left: 175px;
    height: 20px;
    padding-right: 300px;
    color: white;
}

.atalhos2 {
    width: 100%;
    height: 33%;
    border-bottom: solid rgb(255, 255, 255) 1px;
}

.paginas {
    position: relative;
    left: 175px;
    display: flex;          
    padding: 0;            
    gap: 90px;
    bottom: 0px;
    color: white;
    list-style: none;
    height: 20px;
}

.paginas>a {
    color: white;
    text-decoration: none;
    transition: 1s;
    height: 20px;
}

.paginas>a:hover {
    color: #987A48;
}

.naoaguentomais {
    height: 20px;
}

.agradecimentos {
    width: 100%;
    height: 34px;
}
