* {
    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-color: #0C1A2B;
    display: flex;
    flex-wrap: wrap;
}

.fundo {
    height: 100vh;
    width: 100%;
    background-image: url(basketball-hoop2.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: -8000px;
}

.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 */

.homem {
    overflow: hidden;
    width: 90%; 
    max-width: 800px; 
    aspect-ratio: 16/9; 
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-image: url(logan-weaver-lgnwvr-VBi_yBFydoI-unsplash.jpg);
    background-size: cover; 
    background-position: center;
    background-repeat: no-repeat;
    filter: grayscale(66%) brightness(75%) saturate(831%);
-webkit-filter: grayscale(66%) brightness(75%) saturate(831%);
-moz-filter: grayscale(66%) brightness(75%) saturate(831%);
}

.abouttext {
    overflow: hidden;
    width: 90%; 
    max-width: 650px; 
    aspect-ratio: 16/9; 
    position: absolute;
    left: 50%;
    top: 75%;
    transform: translate(-50%, -50%);
    background-color: rgba(255, 255, 255, 60%);
}

h1 {
    font-size: 50px;
    padding-left: 180px;
}

.abouttext>p {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 90px;
    color: #000000;

}

/* corpo 2*/

.caixote {
    width: 100%;
    height: 75vh;
    position: relative;
    background-color: #342F25;
    top: 200px;
    display: flex;
    flex-wrap: wrap;
}

.descricao {
    height: 100%;
    width: 500px;
    display: flex;
    flex-wrap: wrap;
}

.container {
    width: 80%;
    height: 50vh;
    border: solid rgb(0, 0, 0) 1px;
    position: relative;
    left: 200px;
    top: 150px;
    display: flex;
    flex-wrap: wrap;
}

.desc {
    width: 100%;
    height: 33%;
    text-align: center;
    color: white; 
}

.image {
    height: 60px;
    width: 60px;
    background-size: cover; 
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 20px;
    margin-top: 20px;
}


 /* rodapé */
footer {
    background-color: rgba(0, 0, 0, 45%);
    width: 100%;
    height: 15vh;
    position: absolute;
    top: 2065px;
}

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