/*Estilos generales para todos los proyectos*/
* {
  box-sizing: border-box; }


.table-rwd {
  font-size: .85em;
  border: 1px solid rgba(181, 213, 144, 0.5);
  color: #666;
  border-collapse: collapse;
  margin-left: auto;
  margin-right: auto; }
  .table-rwd td, .table-rwd th {
    padding: .4em;
    border-bottom: 1px solid rgba(181, 213, 144, 0.5); }
  .table-rwd th {
    background: #2E3D4A;
    color: #fff;
    font-weight: bold;
    text-align: center; }
  .table-rwd td {
    text-align: center;
     height: 87px;
    }
    .table-rwd td:first-of-type {
      text-align: left;  }
  .table-rwd tr:hover {
    background: rgba(248, 248, 248, 0.2); }
  .table-rwd tr td:nth-child(2n) {
   background: rgba(248, 248, 248, 0.1); }
   // background: rgba(181, 213, 144, 0.2); 

.table-container {
  overflow-x: auto;}

.table-rwd {
  min-width: 600px; }
  .table-rwd td:first-child {
    position: absolute;
    background: #fff;
    width: 11em; }
  .table-rwd th:first-child {
    width: 11em; }
  .table-rwd tr:hover td:first-child {
    background: #2E3D4A;
    color: #fff; }
  .table-rwd tr:nth-child(2) td:first-child {
    box-shadow: 0 -2.6em 0 0 #2E3D4A, -0px -2.6em 0 -8px #2E3D4A; }