h1 {
  margin: 20px 0 30px;
  text-align: center; }

#candidatos {
  padding: 30px 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc; }
  #candidatos figure {
    text-align: center; }
    @media only screen and (min-width: 640px) and (max-width: 979px) {
      #candidatos figure {
        padding-left: 5px;
        padding-right: 5px; } }
    @media only screen and (min-width: 980px) {
      #candidatos figure {
        width: 9%;
        padding-left: 10px;
        padding-right: 10px; } }
    #candidatos figure img {
      width: 100%;
      height: auto;
      border: 2px solid #F7F7F7; }
      @media only screen and (max-width: 639px) {
        #candidatos figure img {
          height: 150px; } }
      @media only screen and (min-width: 640px) and (max-width: 979px) {
        #candidatos figure img {
          height: 110px; } }
      @media only screen and (min-width: 980px) {
        #candidatos figure img {
          height: 110px; } }
      #candidatos figure img:hover {
        border-color: #F90; }
    #candidatos figure h2 {
      font-size: 1em;
      font-weight: normal; }
      @media only screen and (max-width: 979px) {
        #candidatos figure h2 {
          font-size: .8em;
          height: 30px; } }
    #candidatos figure.selecao img {
      border-color: #F90; }

#cards {
  margin-top: 30px; }

table {
  width: 100%; }
