/* --------------------------- EMPRESA ------------------------------*/
.empresa{ max-width: 1024px; margin: 0 auto; padding:3% 2%; font-size:1.6em; background-image: linear-gradient(bottom to, #D4D4D4, white); border-bottom:1px solid #D4D4D4; }

@media screen and (max-width: 800px) {
.empresa { width:96%;  }
}