.d-flex {
  display: flex;
}

.clear, .clean {
  clear: both;
  display: block;
  font-size: 0 !important;
  line-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 0 !important;
  float: none !important;
}

.hoverEffect {
  transition: all 0.2s ease-out;
  opacity: 1;
}

.hoverEffect:hover {
  transition: all 0.2s ease-out;
  opacity: 0.8;
}

.borderEffect {
  position: relative;
}
.borderEffect:hover:before {
  transform: scaleX(1);
  transition: transform 0.4s ease-out;
  transform-origin: bottom left;
}
.borderEffect:before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #0c4a7f;
  transform: scaleX(0);
  transition: transform 0.4s ease-out;
  transform-origin: bottom right;
}
.borderEffect.blue:before {
  background-color: #00aabb;
}

.btn-padrao {
  background-color: #00aabb;
  color: #FFFFFF;
  font-weight: 700;
  font-size: 1.2857142857em;
  border: none;
  position: relative;
  text-transform: uppercase;
  text-decoration: none;
  padding: 11px 27px;
}
.btn-padrao:hover, .btn-padrao:focus {
  color: #FFFFFF;
  text-decoration: none;
}
.btn-padrao.grayscale {
  background-color: #c4c4c4;
}
.btn-padrao.grayscale:after {
  background-color: #777777;
}
.btn-padrao.blue {
  background-color: #0c4a7f;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
}

.topo-aviso-cenprot {
  padding: 20px;
  background: white;
  background: -moz-linear-gradient(top, white 0%, #eaecee 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, white), color-stop(100%, #eaecee));
  background: -webkit-linear-gradient(top, white 0%, #eaecee 100%);
  background: -o-linear-gradient(top, white 0%, #eaecee 100%);
  background: -ms-linear-gradient(top, white 0%, #eaecee 100%);
  background: linear-gradient(to bottom, white 0%, #eaecee 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#eaecee", GradientType=0 );
}
.topo-aviso-cenprot .container-topo {
  width: 620px;
  margin: 0 auto;
}
.topo-aviso-cenprot .container-topo .topo-content {
  display: flex;
  justify-content: center;
  align-items: center;
}
.topo-aviso-cenprot .container-topo .topo-content .alerta {
  width: 20%;
  display: flex;
  justify-content: center;
}
.topo-aviso-cenprot .container-topo .topo-content .logos {
  width: 80%;
  text-align: center;
}
.topo-aviso-cenprot .container-topo .topo-content .logos img {
  margin: 0 20px 0 0;
}

.aviso-cenprot .container {
  width: 620px;
  margin: 0 auto;
  border-radius: 10px;
}
.aviso-cenprot .container .titulo-topo {
  padding: 20px 80px;
  text-align: center;
}
.aviso-cenprot .container .titulo-topo p {
  color: #000000;
  font-size: 1.2857142857em;
  font-weight: 600;
  margin: 0;
}
.aviso-cenprot .container .lista-itens {
  display: flex;
  justify-content: center;
  padding: 0 20px;
}
.aviso-cenprot .container .lista-itens .item {
  flex: 1;
  text-align: center;
  margin: 0 2px;
}
.aviso-cenprot .container .lista-itens .item img {
  max-width: 100%;
  display: block;
}
.aviso-cenprot .container .lista-itens .item h2 {
  font-size: 1em;
  color: #0c4a7f;
  font-weight: 600;
  margin: 9px 0;
}
.aviso-cenprot .container .lista-itens .item p {
  font-size: 0.8571428571em;
  color: #4c4c4c;
}
.aviso-cenprot .container .descricao-site {
  font-size: 1.1428571429em;
  color: #000000;
  text-align: center;
  padding: 0 48px;
}
.aviso-cenprot .container .descricao-site a {
  font-size: 2.1428571429em;
  color: #204a72;
  text-decoration: none;
  font-weight: 700;
}
.aviso-cenprot .container .descricao-site a:focus {
  text-decoration: none;
  outline: none;
}
.aviso-cenprot .container .botoes-holder {
  justify-content: space-around;
  margin: 40px 0 0;
}

/*# sourceMappingURL=style.css.map */
