

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}



.contP {
    display: flex;
    flex-direction: column;
}


.naveT {
    display: flex;
    background-color: rgb(14, 114, 117);
    height: 100px;
}

.conteudo {
    display: flex;
    flex-direction: row;
   
}

.bobE {
    display: flex;
    background-color: rgb(241, 145, 34);
    flex: 1 10%;
 
    justify-content: center;
    


}

.bobE ul li{
    display: flex;
    flex-direction: column;
    border: solid  rgb(0, 0, 0) 2px;
    justify-content: center;
    align-items: center;
    text-align: center;
    width : 200px;
    
 


}


.bobD {
    display: flex;
    background-color: rgb(241, 145, 34);
    flex: 1 10%;
    flex-direction: column;
    align-items: center;
    
   
}

.bobDP {
    display: flex;
   
    justify-content: top;
    flex-direction:column ;
    margin-top: 8px;
   
}



.bobDP img {
    height:150px;
    width: 120px;
}

.bobDF {
    display: flex;
    background-color: rgb(209, 205, 205);
    justify-content: center;
    flex-wrap: wrap;
    width: 120px;
    text-align: center;

   


}


.bobC {
    display: flex;
    flex: 1 70%;
    background-image: url(image.png);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;

}

.fundo {
    background-color: aqua;
    height: 180px;
    margin-top: auto;
}