.sec-topo {
  margin-top: 10px;
}

.img-logo {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.sec-barra {
  height: 10px;
  background-color: #084c7b;
}

.sec-corpo {
  padding-top: 40px;
  padding-bottom: 40px;
}

.conteiner {
  display: block;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.tit-portal {
  margin-bottom: 40px;
  color: #333;
  font-size: 28px;
  line-height: 32px;
  font-weight: 800;
  text-align: center;
}

.body {
  font-family: Montserrat, sans-serif;
}

.btntransp {
  width: 100%;
  height: 90px;
  padding: 20px;
  border-radius: 5px;
  background-color: #f3f3f3;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-size: 17px;
}

.btntransp:hover {
  box-shadow: 0 0 6px 0 silver;
  -webkit-transform: scale(1.04);
  -ms-transform: scale(1.04);
  transform: scale(1.04);
}

.txt-botao {
  padding-top: 12px;
  text-align: center;
}

.row-transp {
  margin-bottom: 20px;
}

.sec-att {
  height: 110px;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #084c7b;
}

.txt-utlima {
  padding-top: 20px;
  color: #fff;
  font-size: 20px;
  line-height: 25px;
  font-weight: 500;
  text-align: center;
}

.att {
  padding-top: 25px;
  color: #fff;
  font-size: 13px;
  font-style: italic;
  text-align: center;
}

.sec-rodape {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #253070;
}

.brasao-rodape {
  padding-right: 10px;
  float: left;
}

.txt-rodape1 {
  padding-top: 17px;
  color: #fff;
  font-weight: 500;
}

.txt-rodape2 {
  padding-top: 10px;
  color: #fff;
  font-size: 12px;
}

.txt-rodape3 {
  padding-top: 17px;
  color: #fff;
  font-size: 14px;
  text-align: center;
}

.pb {
  padding-top: 40px;
  padding-bottom: 40px;
  color: #acacac;
  font-size: 11px;
  text-align: center;
}

.label {
  font-size: 15px;
  font-weight: 500;
}

.input {
  height: 60px;
  border-radius: 3px;
}

.btnenviar {
  width: 100%;
  height: 60px;
  margin-top: 25px;
  padding-top: 18px;
  border-radius: 3px;
  background-color: #084c7b;
  text-align: center;
}

.row-lista {
  margin-top: 20px;
  margin-bottom: 20px;
}

.txt-row {
  color: #084c7b;
  font-size: 16px;
  font-weight: 600;
}

.lista1 {
  padding-top: 15px;
  padding-bottom: 15px;
}

.txt-lista {
  font-size: 16px;
}

.btnvisualizar {
  width: 100%;
  height: 50px;
  padding-top: 13px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(5, 103, 170, .47);
  border-radius: 3px;
  background-color: #fff;
  color: #084c7b;
  text-align: center;
}

.lista2 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #fafafa;
}

@media (max-width: 991px) {
  .btntransp {
    font-size: 13px;
    line-height: 17px;
  }
}

@media (max-width: 767px) {
  .tit-portal {
    font-size: 25px;
  }
  .btntransp {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 20px;
  }
  .row-transp {
    margin-bottom: 0px;
  }
  .sec-att {
    height: 140px;
  }
  .txt-lista {
    padding-bottom: 10px;
  }
}

@media (max-width: 479px) {
  .tit-portal {
    font-size: 25px;
  }
  .btntransp {
    font-size: 14px;
    line-height: 19px;
  }
  .sec-att {
    height: 140px;
  }
  .btnenviar {
    margin-bottom: 40px;
  }
}

