
/* 
    Created on : 10 de jun. de 2024, 10:19:49
    Author     : bruno
*/
h2{
    padding: 20px;
}
main > p{
    text-align: justify;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 300;
    line-height: 1.7143;
    color: #696969;
    padding:10px 15px; 
}

body {
    font-family: 'Arial', sans-serif;
    background-color: #fff;
    color: #333;
    line-height: 1.6;
  }
  .empresa-section {
    background-color: #f2f2f2;
    padding: 20px;
    border-radius: 8px;
    margin: 20px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
  }
  .empresa-title {
    color: #005792;
    text-align: center;
    margin-bottom: 10px;
  }
  .empresa-content {
    color: #333;
    margin-bottom: 10px;
  }
  .empresa-highlight {
    color: #d35400;
    font-weight: bold;
  }