.inline {
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
}
.aviso {
  color: #9F6000;
  background-color: #FEEFB3;
  border: 2px #9F6000 solid;
}
.sucesso {
  border: 2px #C6D880 solid;
  background-color: #E6EFC2;
  color: #264409;
}
.falha {
  border: 2px #D8000C solid;
  color: #D8000C;
  background-color: #FFBABA;
}
.offscreen {
  display: block;
  text-indent: -999999999px;
}
.clear {
  clear: both;
}
.escondido {
  display: none;
}
@media only screen and (min-width: 768px) {
  .hide-full {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .hide-mobile {
    display: none !important;
  }
}
.estilosCKE p,
.estilosCKE ul,
.estilosCKE li {
  color: #fff;
  font-family: 'Calibri', sans-serif;
  font-weight: normal;
  font-size: 13px;
  line-height: 140%;
}
.estilosCKE p a:active,
.estilosCKE ul a:active,
.estilosCKE p a:visited,
.estilosCKE ul a:visited {
  color: #fff;
}
.estilosCKE p a,
.estilosCKE ul a {
  color: #fff;
  text-decoration: underline;
  font-family: 'Calibri', sans-serif;
  font-weight: normal;
  font-size: 13px;
  line-height: 140%;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.estilosCKE p a:hover,
.estilosCKE ul a:hover {
  color: #e99451;
}
.estilosCKE h1 {
  font-size: 16px;
  font-family: 'Calibri', sans-serif;
  font-weight: normal;
  line-height: 140%;
}
.estilosCKE h1.titulo-azul {
  color: #82B8E1;
}
.estilosCKE h1.titulo-branco {
  color: #FFF;
}
.estilosCKE p.paragrafo-azul {
  color: #82B8E1;
}
html body .main h1 {
  margin-bottom: 65px;
  color: #82b8e1;
  font-family: 'Calibri', sans-serif;
  font-size: 15px;
  font-weight: normal;
  border-left: 5px #82b8e1 solid;
  text-indent: 9px;
}
html body .main ul.lista-publicacoes {
  font-size: 0;
}
html body .main ul.lista-publicacoes li {
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  width: 95px;
  margin-bottom: 20px;
  margin-right: 28px;
}
html body .main ul.lista-publicacoes li:nth-child(5n) {
  margin-right: 0;
}
html body .main ul.lista-publicacoes li a {
  display: block;
  text-decoration: none;
}
html body .main ul.lista-publicacoes li a:hover .data {
  color: #e99451;
}
html body .main ul.lista-publicacoes li img {
  max-width: 100%;
  margin-bottom: 10px;
}
html body .main ul.lista-publicacoes li .data {
  text-align: center;
  color: #fff;
  font-family: 'Calibri', sans-serif;
  font-size: 12px;
  font-weight: normal;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
html body .main ul.pagination {
  text-align: center;
}
html body .main ul.pagination li {
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  width: 13px;
  height: 13px;
  margin: 18px 3px 0 3px;
}
html body .main ul.pagination li.active span {
  font-family: 'Calibri', sans-serif;
  font-size: 10px;
  font-weight: normal;
  color: #222021;
  background-color: #82b8e1;
  text-decoration: none;
  width: 13px;
  height: 13px;
  line-height: 13px;
  text-align: center;
  display: block;
}
html body .main ul.pagination li a {
  text-decoration: none;
  width: 13px;
  height: 13px;
  line-height: 13px;
  text-align: center;
  font-family: 'Calibri', sans-serif;
  font-size: 10px;
  font-weight: normal;
  display: block;
  background: #767676;
  color: #222021;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
html body .main ul.pagination li a:active,
html body .main ul.pagination li a:visited {
  color: #222021;
}
html body .main ul.pagination li a:hover {
  background-color: #82b8e1;
}
