.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;
}

@media (min-width: 0) and (max-width: 767px) {
  body {
    font-size: 16px;
  }

  img {
    max-width: 100%;
  }

  .topo-aviso-cenprot .container-topo {
    width: 100%;
    margin: 0 auto;
  }
  .topo-aviso-cenprot .container-topo .topo-content {
    flex-flow: column wrap;
    text-align: center;
  }
  .topo-aviso-cenprot .container-topo .topo-content .alerta img {
    margin: 0 auto 20px;
  }
  .topo-aviso-cenprot .container-topo .topo-content .logos {
    display: flex;
    flex-flow: column wrap;
  }
  .topo-aviso-cenprot .container-topo .topo-content .logos img {
    margin: 0 auto 20px;
  }

  .aviso-cenprot .container {
    width: 100%;
    margin: 0 auto;
  }
  .aviso-cenprot .container .titulo-topo {
    padding: 20px 15px;
  }
  .aviso-cenprot .container .lista-itens {
    display: block;
  }
  .aviso-cenprot .container .lista-itens .item img {
    width: 100%;
    max-width: 100%;
  }
  .aviso-cenprot .container .descricao-site {
    padding: 20px 15px;
  }
  .aviso-cenprot .container .descricao-site a {
    font-size: 1.2857142857em;
  }
  .aviso-cenprot .container .botoes-holder {
    margin: 0 0 30px;
    flex-flow: column wrap;
    justify-content: center;
  }
  .aviso-cenprot .container .botoes-holder a {
    width: 100%;
    display: block;
    text-align: center;
  }
  .aviso-cenprot .container .botoes-holder a + a {
    margin: 20px 0 0;
  }
}

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