* {
    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%;
    justify-content: center;
}

.fundo {
    height: 100vh;
    width: 100%;
    background-color: rgba(0, 0, 0, 50%);
    background-blend-mode: multiply;
    background-image: url(tj-dragotta-Gl0jBJJTDWs-unsplash.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;
} 

/*corpo */

.divpai {
    width: 100%;
    height: 40vh;
    background-color: rgba(255, 255, 255, 50%);
    border-bottom: solid black 5px;
    border-top  : solid black 5px;
    position: relative;
    top: 250px;
}

.btncu {
    width: 100%;
    height: 5vh;
    background-color: white;
}

.naoaguentomais {
    width: 400px;
    height: 30px;
    margin-left: 40%;
    margin-top: 10px;
}

.naosei {
    width: 100%;
    height: 15%;
}

/* footer*/

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