body {
  background-color: #0027e3;
  background-image: url('../img/bg-mobile.png');
  background-position: top center;
  background-size: 100vw 100vh;
  color: #fff;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  background-repeat: no-repeat;
}

.cnt-base {
  max-width: 500px;
  margin-bottom: 200px;
}

.copy {
  font-size: 0.85em;
  color: #f1f1f1;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
}

.copy p {
  margin: 0px;
}

.fx-bottom {
  position: fixed;
  bottom: 0px;
  width: 100%;
}

.ico-logo {
  margin-top: 50px;
}

.ico-logo img {
  max-width: 90%;
}

.ico-contato {
  margin-top: 20px;
  font-size: 2em;
}

.ico-contato a {
  color: #ffffff;
}

.tit {
  font-size: 2em;
  margin-top: 35px;
  font-weight: 500;
}

.sub-tit {
  font-size: 1.1em;
  font-weight: 200;
}


a.sub-tit {
  color: #ffffff !important;
}

a.sub-tit a {
  font-size: 2em;
}

.nav-inf {
  background-color: transparent !important;
  border: none !important;
  padding-bottom: 0px;
}

.nav-inf .selo-intelbras {
  width: 120px;
}

.btn-100 {
  padding: 0px 15px 0px 15px;
}

.btn-100 a.btn {
  width: 100%;
  margin-top: 15px;
  background-color: rgba(0, 20, 62, 0.8);
  border-radius: 10px;
  color: #fff;
  border-width: 0px;
}


.list-usu {
  background: #2A7B9B;
  background: linear-gradient(90deg,rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0.1) 100%);
  border-bottom: 3px solid;
  border-image: linear-gradient(90deg,rgba(7, 18, 248, 1) 0%, rgba(253, 29, 29, 1) 50%, rgba(7, 18, 248, 1) 100%) 1 0 0;
  border-image-slice: 1;
}

.card-usu {
  padding-top: 10px;
}

.card-usu a {
  color: #fff;
  text-align: center;
}

.thumb-usu {
  width: 90px;
  height: 90px;
  background-size: contain;
  background-position: center bottom;
  background-repeat: no-repeat
}

.card-usu .nome-usu {
  font-size: 2em;
  font-weight: 500;
  white-space: nowrap;
}

.card-usu .email-usu {
  font-size: 0.9em;
  font-weight: 400;
  white-space: nowrap;
  text-align: left;
}

.card-usu .cargo-usu {
  font-size: 1em;
  font-weight: 400;
  white-space: nowrap;
}

.card-usu .fa-whatsapp {
  font-size: 4em;
  padding-top: 10px;
}

.card-usu .fa-envelope {
  font-size: 1.5em;
}

