html,body{
  background-color: #fbfbfb;
  font-size: 18px;
}

.textoChamada{
  padding-top: 25px;
}

.chamada{
  font-family: 'Fjalla One', sans-serif;
  font-size: 30px;
  position: absolute;
  bottom: 50px;
  /*padding-top: 120px;*/
  color: #fff;
  line-height: 50px;
}

.titulo{
  font-size: 24px;
  padding-top: 24px;
  font-weight: 600;
}

.bg{
  background: url('../images/bg-fsp.jpg') no-repeat center;
  background-size: cover;
  background-color: #292f05;
  min-height: 500px;
  height: 500px;
  border-radius: 0;
  text-align: center;
  font-size: 20px;
  color:#fff;
  text-shadow: 2px 2px 4px #000;
  padding: 0;
  margin-bottom: 0;
}

.bg-painel{
  background-color: #00000070;
  width: 45%;
  float: right;
  padding: 2em;
  text-align: left;
  height: 100%;
  min-height: 500px;
}

.periodoDestaque{
  font-size: 26px;
  font-weight: bold;
  color: #b02c1d;
}

.textoDestaque{
  font-size: 26px;
  font-weight: bold;
  color: #ffdda7;
}

.dataDestaque{
  font-size: 20px;
  letter-spacing:3.5px;
}

.rodape{
  padding: 0;
  background-color: #fbfbfb;
  margin: 0;
}

.divisao1{
  background-color: #e6ddd4;
  margin-bottom: 0;
}

.divisao2{
  font-size: 12px;
  background-color: #fbfbfb;
  margin-bottom: 0;
}

.titulos{
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 10px;
}

.staff{
  font-size: 14px;
}
