/* primeiros css's*/
.content-horario {
  display: grid;
  grid-template-rows: 100px 300px;
}

.top {
  display: flex;
}

.container, .container2 {
  display: flex;
  margin-top: 10px;
  flex-direction: row;
}

img.iconifpb {
  width: 22px;
  height: 22px;
  margin: -18px -25px 100px;
  position: absolute;
}

section {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 2px;
}

.nomedaora {
  font-family:  'Lobster', cursive;
  font-size: 16px;
  text-align: center;
  font-weight:lighter;
  color: #D3D3D3;
  margin-top: 2px;
}

.dropdown:hover{
  background-color: #dc2f2f;
  filter: contrast(200px);
}
    
.dropdown {
  background-color: #222;
  width: 50px;
  height: 50px;
  margin-left: 5px;
  border-radius: 10px;
  border-bottom: 3px solid #000000;
  transition-property: all;
  transition-duration: 1s;
  transition-timing-function:ease;
  margin-bottom: 5px;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  line-height: 0.8em;
}

.dropdown:hover .dropdown-content {
  display: block;
}


@media all and (min-width: 700px) {
  .container, .container2 {
    display: flex;
    margin-top: 10px;
    flex-direction: column;
  }

  .container2 {
    display: flex;
    margin-top: 10px;
    flex-direction: column;
  }

  .dropdown-content {
    line-height: 1.5em;
  }

}

/* tabela */


table {
  font-family: 'Indie Flower', cursive;
  color: #D3D3D3;
  text-align: center;
  width: 100%;
} 

.tabela {
  background-color: #2C3845;
}

thead th {
  background-color: #202932;
  color: #fff;
  border: 1px solid #202932;
}

.periodo1 {
  margin-left: -15px;
}

.periodo2 {
  margin-left: -70px;
}

.periodo3 {
  margin-left: -125px;
}

.periodo4 {
  margin-left: -180px;
}

.periodo5 {
  margin-left: -235px;
}

.periodo6 {
  margin-left: -320px;
}


@media all and (min-width: 700px) {
  .container, .container2 {
    flex-direction: row;
  }

  .periodo6 {
    margin-left: -300px;
  }
}  
  

@media all and (min-width: 1000px) {
  .drop-period1 {
    display: block;
  }

  .tabela {
    width: 660px;
  }

  table {
    display: table;
  }

  tr {
    display: table-row;
  }

  td, th {
    display: table-cell;
  }

  tbody {
    display: table-row-group;
  }

  thead {
    display: table-header-group;
  }

  tfoot {
    display: table-footer-group;
  }

  td {
    border: 1px solid #28333f;
  }
  td:before {
    display: none;
  }

  td, th {
    padding: 10px;
  }

  tr:nth-child(2n+2) td {
    background-color: #242E39;
  }
  tr:nth-child(2n+1) td {
    background-color: #2C3845;
  }
  tfoot th {
    display: table-cell;
  }
}
