* {margin:0; padding: 0;}
html, body {height:100%;}

/* Define backgrounds dos divs */
body {
    background-image: url("img_inic/papel_parede.jpg");
    background-repeat: no-repeat;
    background-position: left top;
    background-attachment: fixed;
}

#nav-inic{
    position: fixed;
    width: 100%;
    background-color: white;
}

#nav-inic a{
    color: black;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
}

.icon-bar{
    background-color: black;
}

#produtos img{
    margin: 10px;
    border: solid 2px #C7c7c7;
}

#produtos img:hover{
    border: solid 2px orange;
}

#divempresa{
    border: solid 2px #C7c7c7;
    margin-top: 100px;
    background-color: white;
    font-size: 18px;
    width: 90%;
    margin-left: 5%;
}