.publicacoes .news {
  position: relative;
  margin-top: 20px;
  width: 100%;
}
.publicacoes .news .unico {
  height: 600px;
}
.publicacoes .news .unico .pub {
  width: 100%;
}
.publicacoes .news .slick-list {
  width: 100%;
}
.publicacoes .news .slideBox {
  height: 600px !important;
}
@media only screen and (min-width: 481px) and (max-width: 991px) {
  .publicacoes .news .slideBox {
    height: 300px !important;
  }
}
@media only screen and (max-width: 480px) {
  .publicacoes .news .slideBox {
    height: 270px !important;
  }
}
.publicacoes .news .newsLegend {
  background-color: #433348b3;
  height: 100px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: left;
}
.publicacoes .news .prev,
.publicacoes .news .next {
  position: absolute;
  top: initial;
  bottom: 50%;
  color: white;
}
.publicacoes .news h4 {
  font-weight: 400;
  color: #ffffff;
  font-size: 1.6em;
}
@media only screen and (min-width: 481px) and (max-width: 991px), only screen and (max-width: 480px) {
  .publicacoes .news .newsLegend {
    height: 46px;
  }
  .publicacoes .news .prev,
  .publicacoes .news .next {
    bottom: 0px;
  }
  .publicacoes .news h2 {
    margin: 0;
    font-size: 0.7em;
  }
}
.publicacoes .drak {
  margin-top: 80px;
  max-width: 1000px;
}
.publicacoes .drak h4 {
  margin-bottom: 50px;
}
.publicacoes .drak span {
  color: black;
}
.publicacoes .drak h6 {
  letter-spacing: 2px;
  text-align: center;
  margin: 0 0 15px 30px;
  color: #030303;
  font-size: 0.8em;
  font-weight: 500;
}
@media only screen and (min-width: 1600px) {
  .publicacoes .drak h6 {
    margin: 5px 0;
  }
}
@media only screen and (max-width: 480px) {
  .publicacoes .drak h6 {
    margin-top: 25px;
    margin-left: -72px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 991px) {
  .publicacoes .drak h6 {
    height: auto;
  }
}
.publicacoes .drak h5 {
  letter-spacing: 2px;
  text-align: justify;
  margin: 0 0 15px 0;
  font-weight: bold;
  color: black;
}
@media only screen and (min-width: 1600px) {
  .publicacoes .drak h5 {
    margin: 5px 0;
  }
}
@media only screen and (max-width: 480px) {
  .publicacoes .drak h5 {
    margin: 8px 0 0;
    font-size: 1.3em;
    text-align: right;
  }
}
.publicacoes .drak .datas {
  background: gainsboro;
  padding: 18px 10%;
  margin-bottom: 20px;
}
.publicacoes .drak .datas:last-child {
  margin-bottom: 0;
}
.publicacoes .drak .datas .mr {
  margin-right: 40px;
}
.publicacoes .drak .datas > div h4 {
  margin: 0;
  color: black;
}
@media only screen and (max-width: 480px) {
  .publicacoes .drak .datas > div h4 {
    width: 100%;
  }
}
.publicacoes .drak .datas > div span {
  font-size: 1.1em;
}
.publicacoes .drak .datas > div span:last-child {
  font-size: 4em;
  margin-top: -5px;
}
@media only screen and (max-width: 480px) {
  .publicacoes .drak .datas > div span {
    font-size: 0.8em;
  }
  .publicacoes .drak .datas > div span:last-child {
    font-size: 2em;
  }
}
.publicacoes .prev {
  left: 10px;
}
.publicacoes .next {
  right: 10px;
}
@media only screen and (min-width: 481px) and (max-width: 991px) {
  .publicacoes {
    margin-top: 30px;
  }
  .publicacoes .news h4 {
    font-size: 1.2em;
  }
  .publicacoes .news .newsLegend {
    height: 70px;
    padding-left: 30px;
  }
}
@media only screen and (max-width: 480px) {
  .publicacoes .prev,
  .publicacoes .next {
    font-size: 1.7em;
  }
  .publicacoes .news h4 {
    font-size: 1em;
    margin: 0;
    padding-left: 20px;
  }
}
