* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  
  body {
    font-family: Arial, sans-serif;
    background-color: #f4f4f9;
    color: #333;
    line-height: 1.6;
    padding: 20px;
    background-image: url(Wallpaper3.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;

  }
  .logo_horizontal{
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .container {
    width: 1100px;
    margin: 0 auto;
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    height: 100%;
  }
  
  h1, h2, h3 {
    text-align: center;
    margin-bottom: 20px;
  }
  
  fieldset {
    border: 1px solid #ddd;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 8px;
  }
  
  legend {
    font-weight: bold;
    font-size: 1.2em;
  }
  
  .input-group {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    
  }
  
  .input-group input {
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 5px;
    width: 30%;
  }
  
  .input-group label {
    flex: 100;
  }
  
  .row {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
  }
  
  #tasksContainer .task-row {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
  }
  
  #tasksContainer .task-row input,
  #tasksContainer .task-row select {
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 5px;
    width: 150px;
  }
  
  .btn {
    background: #005aa0;
    color: #fff;
    padding: 10px 15px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background 0.3s ease;
  }
  
  .btn:hover {
    background: #0056b3;
  }
  
  .btn.reset {
    background: #dc3545;
  }
  
  .btn.reset:hover {
    background: #a71d2a;
  }
  
  .hidden {
    display: none;
  }
  
  table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
    border-radius: 8px;

  }
  
  table th,
  table td {
    border: 1px solid #ddd;
    padding: 10px;
    text-align: center;
  }
  
  table th {
    background: #f4f4f4;
  }

  .table-cargos-salarios{
    text-align: left;
    border-radius: 8px;

    border: 0px;


  }
  td{
    text-align: left;
  }
  
  .investment-options {
    margin-top: 20px;
  }
  
  .investment-options ul {
    list-style: none;
    padding-left: 20px;
  }
  
  .investment-options ul li::before {
    content: "✔";
    color: green;
    margin-right: 10px;
  }
  .remove-task{

    background: #dc3545;
    color: #fff;
    padding: 10px 15px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background 0.3s ease
  }

  .remove-task:hover {
    background: #a71d2a;
  }

  #chartContainerCost, 
#chartContainerTime {
  display: inline-block;
  width: 40%; 
  vertical-align: top;
  text-align: center;
}

.hidden {
  display: none;
}
#chartContainerCost {
  margin-right: 4%;
}


.investment-options {
    background-color: #f9f9f9;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    max-width: 800px;
    margin: 0 auto;
  }
  
  .section-title {
    font-size: 1.6rem;
    color: #333;
    margin-bottom: 15px;
    font-weight: bold;
    text-transform: uppercase;
    border-bottom: 2px solid #007bff;
    padding-bottom: 5px;
    display: inline-block;
  }
  
  .payment-options {
    background-color: #f1f1f1;
    padding: 15px;
    border-radius: 5px;
    margin-bottom: 20px;
  }
  
  .payment-options p {
    font-size: 1.1rem;
    color: #555;
    margin-bottom: 10px;
  }
  
  .steps-list {
    list-style-type: none;
    padding-left: 20px;
  }
  
  .steps-list li {
    font-size: 1.1rem;
    color: #555;
    margin-bottom: 10px;
  }
  
  .steps-list li strong {
    color: #007bff;
  }
  
  .implantation-duration {
    font-size: 1.2rem;
    color: #333;
    margin-top: 20px;
  }
  
  .payment-options strong {
    color: #007bff;
    font-weight: bold;
  }
  
  .input-colaborador{
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 5px;
    width: 70%;
  }

 .box-charts{
    display: flex;
    align-items: center;
    margin-top: 50px;
    justify-content: center;
 }

 
