.comites-section {
    background-color: #b9bbc9; /* Azul institucional */
    color: #000;
    padding: 20px 0;
    text-align: center;
  }
  .comites-section h2 {
    font-weight: bold;
    margin-bottom: 20px;
    color: #000;
  }
  .btn-fca {
    background-color: #0897D5; /* Azul acento */
    border: none;
    color: #fff;
    font-weight: 600;
    padding: 5px 15px;
    border-radius: 0px;
    transition: background-color 0.3s ease;
  }
  .btn-fca:hover {
    background-color: #112f4b; /* Rojo acento */
    color: #fff;
  }

  .btn-fca:onclick {
    background-color: #112f4b; /* Rojo acento */
    color: #fff;
  }
 