*{
    border:0;
    outline: 0;
    padding: 0;
    margin: 0;
    vertical-align: baseline;
    box-sizing: border-box;
    
}


/*Para a Página Clip configurei a Body para o tamanho máximo permitido na visualização da tela*/
/*
.bodyclip{
    width: 100vw;
    height: 100vh;
}/*
/*Para a Página Clip configurei a Header para o tamanho máximo permitido na visualização da tela*/
.bodyclass{
    background-image: url(./imagens/fundogamepreto.jpg);
    background-size: cover;
    overflow-x: hidden;    
}
#topo{
    width: 100%;
    height: 200px;
}
.divnav{
    width: 100%;
    height: 100%;    
    border-radius: 20px;
    border: 5px solid rgb(51, 134, 79) ;
}

.logo{
    width: 25%;
    height: 100%;
    float: left;
    border-radius: 50%;
    background-color:lightgreen;    
}
.menunav{
    width: 70%;
    height: 100%;
    float: left;    
}
.listanav{       
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;   
    justify-content: center;   
}

.aDaNav{
    display: flex;
    width: 200px;
    height: 60px;
    border-radius: 250px;
    border: 3px solid rgb(51, 134, 79) ;
    font: 20px bold;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    color: black;
    align-items:center;
    background-color: lightgreen;
    text-decoration: none;
    /*define o alinhamento dos filhos dos itens no eixo principal*/
    justify-content: center; /*centraliza horizontalmente*/
    justify-content: space-between;/*cria espaços entre os filhos*/
    /*define o alinhamento no eixo transversal*/
    align-items: center; 
    justify-content: space-around;/*iguala as laterais*/
    margin-inline-end: 15px;
    transition: 0.4s ease-out; 
    transform: translate(0px) scale(0.9);
    
}
.aDaNav:hover{
    
    background-color: rgb(32, 31, 31);
    box-shadow: 5px 5px 5px lightgreen;
    transition: 0.6s ease-in;
    transform: translateX(5px) scale(1);
    color: rgb(226, 248, 29);
    
    font: 20px bold;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}

li{
    list-style: none;
}




.sectiongeral{
    display: block;
    width: 100%;
    height: 1100px;
    /*
    border-radius: 20px;
    border: 5px solid rgb(51, 134, 79) ;
    */
    padding: 15px;
    
}
#main{
    display: flexbox;
    width: 50%;
    height: 100%;    
    float: right;
    margin-right: 10px;
    align-items:flex-end;
    justify-content: center;
    text-align: justify;
    background-color: rgb(167, 243, 167);
    border-radius: 20px;
    padding: 5px;
}

.titulo{
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    text-align: center;
    font-style: bold;
    font: 100px;
    color: rgb(58, 189, 79);
    padding-top: 15px;
}
.categorias{
    width: 20%;
    height: 450px;
    
    float: right;
    margin-right: 10px;
    align-items: center;
    align-content: center;
    justify-content: center;
    justify-items: center;
}


.titulocategorias{
    width: 100%;
    height: 30%;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    text-align: center;
    font-style: bold;
    font: 130px;
    color: rgb(30, 212, 69);
    padding-top: 25px;
    
   
}
.listacategorias{       
    width: 100%;
    height: 80%;
    
    text-align: center;   
    justify-items: right;
}
.adacategorias{
    display: flex;
    width: 260px;
    height: 60px;
    border-radius: 50px;
    border: 3px solid rgb(51, 134, 79) ;
    font: 20px bold;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    text-decoration: none;
    color: black;
    background-color: lightgreen;
    justify-content:center; 
    justify-items: center;  
    align-items: center;   
    transition: 0.4s ease-out; 
    transform: translate(0px) scale(0.9);
    
}
.adacategorias:hover{
    color: rgb(226, 248, 29);    
    background-color: rgb(32, 31, 31);    
    box-shadow: 5px 5px 5px lightgreen;
    transition: 0.6s ease-in;
    transform: translateX(5px) scale(1);    
    font: 20px bold;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;

}
.imagem1{
    width: 25%;
    height: 100%;
    display: inline-block;
    
}
#car1{
    width: 100%;
    height: auto;
    margin-top: 130px;
    opacity: 0.7;
    border-radius: 20px;
}

.footer{
    width: 100%;
    height: 230px;
    
    padding: 15px;
    border-radius: 20px;  
    border: 5px solid rgb(51, 134, 79) ;  
    
    float: left;
}
.sectionfooter{
    width: 50%;
    height: 170px;
    float: left ;
    
    align-content: center;
    justify-items: center;
    justify-content: center;
    text-align: center;
    display: flex;
    padding-top: 10px;
}

.adofooter{
    display: flex;
    position:sticky ;
    width: 200px;
    height: 50px;
    border-radius: 50px;
    border: 3px solid rgb(51, 134, 79) ;
    font: 20px bold;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    text-decoration: none;
    color: black;
    background-color: lightgreen;
    justify-content:center; 
    justify-items: center;  
    align-items: center;   
    transition: 0.4s ease-out; 
    transform: translate(0px) scale(0.9);
    
}
.adofooter:hover{
    color: rgb(226, 248, 29);    
    background-color: rgb(32, 31, 31);    
    box-shadow: 5px 5px 5px lightgreen;
    transition: 0.6s ease-in;
    transform: translateX(5px) scale(1);    
    font: 20px bold;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;

}

.pclip{
    margin-top: 30px;
    text-align: center;
    justify-items: center;
    color: rgb(204, 204, 203);
    width: 100vw;
    height: 10%;     
    padding: 20px;
    animation: go-back 2s alternate-reverse;
    animation-iteration-count: infinite;   
}
#carros{
    width: 100%;
    height: 150px;
    display: flex;
    justify-content: center;
    justify-items: center; 
    padding-left: 50px;       
}
#carros1{
    width: 100%;
    height: 150px;
    display: flex;
    justify-content: center;
    justify-items: center; 
    padding-left: 50px;
}
.articlecarros{
    width: 200px;
    height: 200px;
}
#motos{    
    width: 100%;
    height: 150px;
    display: flex;
    justify-content: center;
    justify-items: center; 
    padding-left: 0px;
}
#motos1{    
    width: 100%;
    height: 150px;
    display: flex;
    justify-content: center;
    justify-items: center; 
    padding-left: 0px;
}
#outros{    
    width: 100%;
    height: 150px;
    display: flex;
    justify-content: center;
    justify-items: center; 
    padding-left: 0px;
}
.articlemotos{
    width: 200px;
    height: 200px;
}
#voltar{
    justify-items: center;
    justify-content: center;
    display:flex;
}
/*
.vejamais{
    width: 150px;
    height: 30px;
    float: right;
    
    border-radius: 20px;
    align-items: center;
    margin-bottom: 50px;

}*/