.table-requirements {
  padding: 60px 0 80px 0;
}

.table-requirements h2,
.table-requirements h5 {
  text-align: center;
}

.table-requirements-table {
  margin-top: 30px;
  margin-bottom: 20px;
}

.table-requirements-cabecera {
  background-color: #809F5C;
}

.table-requirements-celdaCabecera {
  min-width: 110px;
  color: #ffffff;
  font-family: 'gotham-bold', Helvetica, Arial, sans-serif;
  padding: 10px 15px 10px 15px;
}

.table-requirements-hileraPar {
  background-color: #DCDCDC;
  border-top: 2px solid #ffffff;
}

.table-requirements-hileraImpar {
  background-color: #E9E9E9;
  border-top: 2px solid #ffffff;
}

.table-requirements-celdaContent {
  font-family: 'gotham-book', Helvetica, Arial, sans-serif;
  padding: 25px 15px 21px 15px;
}

.table-requirements-celda {
  font-size: 15px;
  -epub-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  -webkit-hyphens: none;
  -o-hyphens: none;
  hyphens: none;
  text-align: center;
}