@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800&display=swap');
*{
  font-family: 'Montserrat', sans-serif;
}
body{
  background: #f3f8fb;
}
#login {
  margin-top: 10%;
}
#login h3 {
  font-size: 56px;
  color: #fff;
  font-weight: bold;
  line-height: 58px;
  padding-top: 154px;
  padding-left: 40px;
  max-width: 550px;
}
#login h6 {
  font-size: 16px;
  color: #9b9b9b;
  line-height: 18px;
  padding-top: 124px;
  padding-bottom: 40px;
  max-width: 390px;
  margin: 0 auto;
}
#login p {
  font-size: 18px;
  color: #fff;
  padding-top: 15px;
  padding-left: 40px;
  max-width: 390px;
}
#login p.erro{
  color: #e87373;
  font-size: 13px;
  text-transform: uppercase;
  border: 1px solid #e87373;
  text-align: center;
  border-radius: 6px;
  margin-top: 10px;
  padding: 10px 0;
}
#login p.sucesso{
  color: #44993d;
  font-size: 13px;
  text-transform: uppercase;
  border: 1px solid #44993d;
  text-align: center;
  border-radius: 6px;
  margin-top: 10px;
  padding: 10px 0;
}
.login100-more {
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1;
    height: 100%;
}
#login a {
  font-size: 13px;
  color: #b5b1bd;
  padding-top: 15px;
}
#login a.cadastro {
  font-size: 15px;
  color: #7c8fb0;
  padding-top: 7px;
  font-weight: bold;
  text-align: right;
}
#login form {
  max-width: 390px;
  margin: 0 auto;
}
#login .form-control {
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 1.5px solid #d8d8d8;
  border-radius: 0;
}
#login .form-control:focus {
  color: #c6c5c5;
  background-color: #fff;
  outline: 0;
  /* border: none; */
  box-shadow: none;
  border-color: #d8d8d8;
}
label {
  color: #9b9b9b;
  margin: 10px 0;
}
.custom-select, .form-control {
  margin-bottom: 20px;
  height: 34px;
}

.btn-primary{
  background-color: #536a95;
    border-color: #536a95;
    border-radius: 20px;
    text-align: center;
    font-weight: bold;
}
.btn-secondary{
  background-color: #eeb57b;
	border-color: #eeb57b;
	border-radius: 20px;
	text-align: center;
	font-weight: bold;
}
.form-group-2 {
  margin: 4rem 0 4rem;
}
header {
  background-color: #536a95;
}
.navbar {
  padding: 0;
}
.nome-prefeitura {
  font-size: 18px;
  color: #fff;
  padding: 0 0 0 55px;
  margin-bottom: 0;
}
.account-user-name {
  color: #fff;
  padding-right: 20px;
}
a.nome {
  color: #fff;
}
.dropdown-menu {
  right: 15px;
  left: auto;
}
h4 {
  font-size: 36px;
  font-weight: 700;
  color: #536a95;
  padding: 75px 0 55px;
}
label {
  display: block;
  font-size: 13px;
}
#cadastro label {
  color: #000;
}
.m-auto {
  margin: 40px auto!important;
}
.bg-menu {
  background-color: #536a95;
}
.topbar-right-menu {
  padding-right: 15px;
}
#projetos img{
  max-width: 100%;
  width: 100%;
}
#projetos h3 a{
  font-size: 18px;
  text-transform: uppercase;
  color: #536a95;
}
#projetos h6 a{
  font-size: 14px;
  text-transform: uppercase;
  color: #ccc;
}
#projetos p{
  font-size: 14px;
}
#projetos_interno .titulo-projeto {
  background: #f4c27e;
  padding: 80px 0;
} 
#projetos_interno h3 {
  font-size: 35px;
  text-transform: uppercase;
  color: #fff;
}
#projetos_interno h6 a{
  font-size: 18px;
  text-transform: uppercase;
  color: #ccc;
  margin-bottom: 10px;
  display: table;
}
#projetos_interno span.tit {
  font-size: 12px;
  margin-top: 40px;
  padding-bottom: 20px;
  display: table;
  color: #9b9b9b;
}
#projetos_interno p{
  font-size: 14px;
}
#projetos_interno #galeria {
  margin-top: 60px;
  margin-bottom: 100px;
}
#projetos_interno #galeria img {
  max-width: 100%;
}
/*
MENU LATERAL
*/
.navbar-brand {
    z-index: 99999;
    padding-top: .75rem;
    padding-bottom: .75rem;
    font-size: 1rem;
    background-color: rgba(0, 0, 0, .25);
    box-shadow: inset -1px 0 0 rgba(0, 0, 0, .25);
}
#dashboard .text-muted {
  color: #fff !important; 
  font-weight: bold ;
}
.sidebar {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 100;
    padding: 0;
    box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
}
.sidebar-sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 48px;
    height: calc(100vh - 48px);
    padding-top: .5rem;
    overflow-x: hidden;
    overflow-y: auto;
}

.sidebar-sticky li {
  background: #6d85b1;
  margin-bottom: 1px;
}
.sidebar-sticky a {
  color: #fff;
  font-size: 13px
}
.sidebar-sticky a svg{
  height: 15px !important;
  top: -2;
    position: relative;
}
.sidebar-sticky ul.top {
  margin-top: 40px;
} 
.nav h6 {
  font-size: 16px;
  color: #fff;
  position: relative;
  padding-left: 1.3rem;
  margin-bottom: 25px;
}
/*
DASHBOARD 
*/
.panel{
  background: #fff;
      border-radius: 5px;
      padding-bottom: 20px;
}
.page--title {
    color: #e16123;
    font-weight: 600;
    text-transform: uppercase;
}
.breadcrumb {
    margin-top: 4px;
    padding: 0;
    background-color: transparent;
    border-radius: 0;
    font-weight: 600;
}
.breadcrumb>.breadcrumb-item.active, .tag-hardware:before {
    color: #e16123;
}
.page--header {
    padding: 30px 15px 18px;
}
.page--header .summary--widget {
    float: right;
    margin-left: -10px;
    margin-right: -10px;
}
.page--header .summary--widget p {

}
.page--header .summary--item {
    float: left;
    padding-top: 0;
    padding-bottom: 0;
    min-width: 220px;
}
.summary--item {
    padding: 13px 20px;
    color: #696969;
    border-style: solid;
    border-width: 1px 0;
    border-color: rgba(255,255,255,.03);
}

.page--header .summary--title {
    font-size: 13px;
    line-height: 23px;
}
.page--header .summary--stats {
    margin-top: -3px;
    margin-bottom: -2px;
    font-size: 22px;
    line-height: 32px;
    color: #e16123;
    font-weight: bold;
}
.summary--title {
    margin-bottom: 0;
    text-transform: uppercase;
}

.label-recebido {
    background-color: #dc3545;
}
.label-success {
    background-color: #ffc107;
}
.label-info {
    background-color: #5bc0de;
}
table .label {
    display: inline-block;
    padding: 1px 15px;
    border-radius: 25px;
    color: #fff;
    font-size: 13px;
    line-height: 23px;
    white-space: nowrap;
    cursor: default;
}
table a, .table td, .table th {
  color: #000;
  font-size: 14px;
      vertical-align: middle;
}
a:hover {
  text-decoration: none;
  list-style: none;
}
.obrigado span {
  font-size: 25px;
}
#projetos_interno .obrigado h3 {
    font-size: 56px;
    color: #fff;
    font-weight: bold;
    line-height: 58px;
    text-transform: lowercase;
}
.btn-group-lg>.btn, .btn-lg {
  font-size: 1rem;
}

.codebar{
    align-items: center;
    border: 0;
    border-radius: 4px;
    color: #000;
    cursor: pointer;
    display: inline-flex;
    font-size: 1rem;
    height: 2.875rem;
    justify-content: center;
    margin: 0;
    padding: 0 10px;
    text-decoration: none;
}
.list-group-item{
  position: relative;
    display: block;
    padding: .75rem 1.25rem 0.4rem;
     margin-bottom: 0; 
    border-top: none;
    border-right: none;
    border-left: none;
    border-bottom: 1px solid rgba(0,0,0,.125) !important;
    background: none;
}
/*
DASHBOARD FILTRO
*/
#filtro {
  margin-bottom: 0;
}
.form-control{
  height: 31px;
  margin-bottom: 0;
  background-color: #f9fbfe!important;
    border: 1px solid #e0e8f5;
}
#filtro label {
  color: #536a95;
  font-weight: bold;
}
#filtro .btn{
  margin-top: 10px
}
.needs-validation label {
  margin: 15px 0 5px;
  color: #333333;
}
.needs-validation input {
  margin-bottom: 12px;
}

/* navegação cadastro projetos */
.passo {
      display: flex;
      align-items: center;
      margin-bottom: 20px;
}
.breadcrumb-item+.breadcrumb-item::before {
    content: ">";
}
.breadcrumb-item.active {
    color: #6c757d;
}
span.circle {
    padding: 2px 10px;
    border: 2px solid #ccc;
    border-radius: 100%;
    color: #ccc;
    display: inline-block;
    font-weight: bold;
}
span.name {
    vertical-align: middle;
    position: relative;
    margin-left: 5px;
    font-weight: bold;
    color: #cdcdcd;
        line-height: normal;
        text-transform: uppercase;
}
.c_projeto_2 .form-check-inline {
  display: flex;
}
.needs-validation .c_projeto_2  input {
     margin-bottom: 0px; 
}
.c_projeto_2 label.c_2_titulo{

}
#galeria_projeto img {
  display: block;
  max-width: 320px;
  max-height: 320px;
}
#galeria_projeto a {
  margin-top: 15px;
  display: block;
}
@media (max-width: 600px){
  .topbar-right-menu, .nome-prefeitura {
    display: none;
  }
  .nome-prefeitura {
    text-align: left;
  }
  .navbar-dark .navbar-toggler {
    display: inline-block;
    z-index: 99999999999;
    right: 5px;
    top: 12px;
  }
  .navbar button:focus {
    outline: none;
  }
  .navbar-brand {
    margin-right: 0;
  }
}
