body{
    font-family: sans-serif;
}

#gridView{
    display: grid;
    text-align: center;
}

nav{
    background-color: black;
    height: 100px;
}

.logoAdidas{
    width: 100px;
    height: 100px;
}

#menuListe{
    display: flex;
    flex-wrap: nowrap;
    margin: auto;
    justify-content: space-around;
    
}
li{
    list-style-type: none;
}
.textMenu{
    color: white;
    text-transform: uppercase;
    font-size: 1em;
    font-weight: bold;
    
    margin: auto;
}

#disponibleDiv{
    background-color: rgb(38, 182, 133);
    height: 100px;
    display: flex;
    
}


#diponibleText{
    color: white;
    text-transform: uppercase;
    font-size: 3em;
    margin: auto;
    font-weight: bold;
}

h1{
    /* margin-top: 1.5em; */
    font-weight:900;
    margin: 1.5em auto auto;
    font-size: 2.2em;
}

.text{
    font-size: small;
    margin: 20px auto auto;
}

.buttonImg{
    margin: 30px auto 30px;
}

hr{
    width: 90%;
    margin: 40px auto 20px;
    height:1px;
    border-width:0;
    color:lightgray;
    background-color:rgb(223, 223, 223);
}

#social{
    display: flex;
    justify-content: space-between;
    width: 50%;
    margin: auto auto 30px;
}

#linkToUs{
    display: flex;
    justify-content: space-between;
    width: 70%;
    margin: auto auto 30px;
    
}

.link{
    color: #005aff;
    font-size:1em;
}

#copyriht{
    margin: auto auto 3px;
    font-size:xx-small;
    text-align: center;
}