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

html {
    font-size: 16px;
}

body {
    width: 100%;
    min-height: 100vh;
    overflow-x: hidden;
    display: flex;
    min-height: 100vh;
    height: 100vh;
    width: 100%;
    background-image: url(inicial.jpg);
    background-size: cover; 
    background-position: center;
    background-repeat: no-repeat;
    position: relative; 
}

.fundo {
    height: 100vh;
    width: 100%;
    background-image: url(inicial.jpg);
    background-size: cover; 
    background-position: center;
    background-repeat: no-repeat;
    position: relative; 
}


/* Cabeçalho */

.bnt {
    height: 90px;
    width: 90px;
    background-color: #987A48;
}

.seta {
    position: relative; 
    width: 50px;
    height: 50px;
    top: 25px;
    background-image: url(arrow_forward_40dp_FFFFFF_FILL0_wght400_GRAD0_opsz40.svg);
    left: 25px;
    background-repeat: no-repeat;
}

.check {
    position: absolute; 
    width: 90px;
    height: 90px;
    top: 0px;
    opacity: 0;
}

aside {
    position: fixed;
    height: 90px;
    width: 100%;
    background-color: white;
    top: 0.1px;
    transition: 0.5s;
    display: flex;
    flex-wrap: wrap;
    z-index: 199;
    transition: 1s;
    left: -3000px;
}

.check:checked~aside {
    left: 0;
}

.check:checked {
    z-index: 200;
    left: 1830px;
}



.bnt2 {
    position: relative;
    left: 1830px;
    height: 90px;
    width: 90px;
    background-color: #987A48;
}

.seta2 {
    position: relative; 
    width: 50px;
    height: 50px;
    top: 25px;
    background-image: url(arrow_back_40dp_FFFFFF_FILL0_wght400_GRAD0_opsz40.svg);
    left: 25px;
    background-repeat: no-repeat;
}

.logo2 {
    position: relative;
    width: 100px;
    height: 100px;
    right: 89px;
    overflow: hidden;
}

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

.atalhos {
    height: 100%;
    width: 50%;
}

.paginas2 {
    position: relative;
    display: flex;          
    padding: 0;   
    left: 20px;         
    gap: 150px;
    top: 30px;
    list-style: none;
}

.paginas2>a {
    color: black;
    text-decoration: none;
    transition: 1s;
    font-size: 20px;
    font-family: Arial, Helvetica, sans-serif;
}

.paginas2>a:hover {
    color: #004f94;
}

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

.carrinho {
    position: relative;
    width: 90px;
    height: 90px;
    left: 100px;
}

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

.entrar {
    position: relative;
    width: 90px;
    height: 90px;
    left: 204px;
}

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

#colorido {
    color: #004f94;
}

.icons {
    position: relative;
    width: 90px;
    height: 90px;
    left: 40px;
    display: flex;
    flex-wrap: wrap;
}

.icon {
    height: 45px;
    width: 45px;
}

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

/* carrossel */

.carrossel {
    overflow: hidden;
    width: 90%; 
    max-width: 1350px; 
    aspect-ratio: 5/2; 
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    position: relative;
}

.container {
    display: flex;
    transition: transform 0.5s ease-in-out;
    transform: translateX(0);
    position: relative

}

img {
    object-fit: cover;
    height: 550px;
    position: relative;
}


.produtos{
    position: relative;
    object-fit: cover;
    height: 550px;
    width: 550px;
    background-color: white;
    transition: 1s;
    margin-right: 250px;
    border-radius: 20%;
    z-index: 3;
}

.produtos .imgs{
  display: block;
  object-fit: cover;
  position: relative;
  z-index: 1;
}

.produtos .preco{
  position: absolute;          
  bottom: 10px;
  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: 550px;
  height: 200px;
  border-bottom-right-radius: 85px;
  border-bottom-left-radius: 85px;
  opacity: 0;
  transition: 1s;
}

.preco>p {
    font-size: 40px;
    padding-left: 30px;
}

h1 {
    font-size: 15px;
    padding-left: 30px;
    padding-right: 100px;
    padding-top: 20px;
}

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

.produtos:hover {
    background-color: #987A48;
}

@media screen and (max-width: 768px) {
    .carrossel {
        width: 90%;
    }
}

@media screen and (max-height: 600px) {
    .carrossel {
        height: auto;
        width: 70%;
        top: 60%; 
    }
}

/* rodapé */

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

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

.logo>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;
}

.about>p {
    position: relative;
    font-size: 10px;
    left: 175px;
    bottom: 23px;
    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: 20px;
    color: white;
    list-style: none;
    
}

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

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

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

.agradecimentos>p {
    position: relative;
    font-size: 10px;
    left: 300px;
    bottom: 23px;
    padding-right: 300px;
    color: white;
}