body {
  background-color: #f0f1f2 !important;
}

.fs22 {
  font-size: 22px;
}

.text-upper {
  text-transform: uppercase;
}

.selecao-acessibilidade {
  position: relative;
  background: #fafafa;
  z-index: 3;
}

@media (max-width: 767px) {
  .btns-acessibilidade {
    text-align: center;
  }
}

.menu100 {
  background-color: #fff;
  box-shadow: 0px 5px 10px #ddd;
  z-index: 2;
  position: relative;
  margin-bottom: 50px;
  min-height: 88px;
  padding: 20px 0;
}
.menu100 .logo img {
  height: auto;
  max-height: 88px;
  /* margin-bottom: 2px; */
}
.menu100 .text {
  padding-bottom: 6px;
}
.menu100 .text.pull-right {
  padding-top: 10px;
}
.menu100 .text span {
  color: #3191c1;
  display: block;
  font-weight: normal;
  display: inline-block;
  border-left: 4px solid #1c4b88;
  margin-left: 30px;
  padding-left: 30px;
  line-height: 70px;
  margin-top: 30px;
}

.menu100 .text span.logo-unidade-codigo {
  text-transform: uppercase;
  display: none;
}

@media (max-width: 990px) {
  .menu100 .text span.logo-unidade-codigo {
    display: inline-block;
  }
  .menu100 .text span.logo-unidade-nome {
    display: none;
  }
}

@media (max-width: 767px) {
  .menu100 .text {
    text-align: center;
  }
  .menu100 .text.pull-right {
    padding-bottom: 0;
    padding-top: 20px;
  }
  .menu100 .text.pull-right img {
    max-height: 70px;
  }
}

@media (max-width: 320px) {
  .menu100 .text span {
    margin-left: 15px;
    padding-left: 15px;
    border-left-width: 2px;
    line-height: 50px;
  }
  .menu100 .logo img,
  .menu100 .text.pull-right img {
    max-height: 60px;
  }
}

@media (max-width: 200px) {
  .menu100 .text span {
    padding-left: 0;
    margin-left: 0;
    border-left: none;
  }
}

.bg-rodape {
  background-color: #f1f1f1;
  padding: 15px 0;
  color: #777;
}

#footer3 {
  background: #fafafa;
  padding: 50px 0 30px 0;
  border-top: solid 1px #ccc;
}
#footer3 * {
  color: #666;
}

#footer3 .logo-text a img {
  max-height: 70px;
  float: left;
}
#footer3 .logo-text a span {
  /* display: block; */
  color: #3191c1;
  font-size: 20px;
  font-weight: normal;
  display: inline-block;
  border-left: 3px solid #1c4b88;
  margin-left: 20px;
  padding-left: 20px;
  line-height: 60px;
  margin-top: 18px;
}

.links-rodape li {
  margin-bottom: 12px;
}
.links-rodape a {
  font-size: 15px;
  transition: all 0.08s;
}

.links-rodape a:hover {
  color: #000 !important;
  padding-right: 5px;
}

.template-transparencia .logo-text span {
  font-size: 24px;
  line-height: 42px;
  font-weight: normal;
}
.template-transparencia .menu100 {
  margin-bottom: 30px;
}

#footer3 .logo-text a span.logo-rodape-codigo {
  display: none;
}

#footer3 .row-rodape-logo {
  display: flex;
  align-items: center;
}

@media (max-width: 992px) {
  #footer3 .row-rodape-logo {
    display: block;
  }

  .box-rodape-logo {
    display: flex;
    justify-content: center;
  }
  .box-rodape-links {
    padding-top: 40px;
    text-align: center;
  }
}

@media (max-width: 500px) {
  #footer3 .logo-text a span.logo-rodape-codigo {
    display: inline-block;
    text-transform: uppercase;
  }
  #footer3 .logo-text a span.logo-rodape-nome {
    display: none;
  }
}

@media (max-width: 250px) {
  #footer3 .logo-text a img {
    float: none;
  }
  #footer3 .logo-text a span {
    margin-left: 0;
    padding-left: 0;
    border-left: none;
    display: block;
  }
}

/* -------------------- */
.actions-form {
  padding-top: 20px;
}
.message-info {
  color: royalblue;
  padding-bottom: 5px;
}

@media (max-width: 991px) {
  .botoes {
    margin-bottom: 30px;
  }
}

@media (max-width: 576px) {
  #footer3 .logo-text {
    text-align: center;
    padding-bottom: 20px;
  }
  #footer3 .links-rodape {
    text-align: center;
    padding-top: 20px;
  }
  .btn {
    white-space: initial !important;
  }

  .actions-form .btn {
    display: block;
    width: 100%;
  }
}

@media (min-width: 992px) {
  .col-lg-custom-20 {
    width: 20%;
  }
}
@media (max-width: 550px) {
  .col-lg-custom-20 {
    width: 100%;
  }
}

@media (max-width: 199px) {
  * {
    word-wrap: break-word;
  }
}
