body {
  background-color:  #F7F7F7;
  margin-top: 145px;
}

th {
  font-size: 12px !important;
}

td {
  font-size: 12px !important;
  white-space: nowrap;
}

.titulo {
  border-radius: 5px;
  padding: 10px;
  font-size: 14px !important;
  font-weight: bold;
  white-space: nowrap;
}

.subtitulo {
  border-radius: 5px;
  padding: 10px;
  font-size: 12px !important;
  font-weight: bold;
  white-space: nowrap;
}

label {
  font-size: 12px !important;
  font-weight: bold;
}

.col {
    margin-top: 30px;
}

.form-col {
    padding-top: 10px;
}

.form-label {
    margin-bottom: 0;
}

.form-control, .form-select {
  border-color: #666;
}
.menu {
  text-align: center;
}

.brand {
  text-align: center;
}

.customnav {
  padding-top: 5px;
  height: 125px;
  box-shadow: 10px 10px 5px #aaaaaa;
}

h5 {
  font-size: 14px;
  font-weight: bolder;
}

@media (min-width: 768px) {

  body {
    margin-top: 100px;
  }

  .customnav {
    padding-top: 15px;
    height: 85px;
  }

  .menu {
    text-align: right;
  }        

  .brand {
    text-align: left;
  }

  #scrolly { min-height: 65px;}
  #scrolly::-webkit-scrollbar { height: 10px; background: transparent; } /* configurando scroll */
  #scrolly::-webkit-scrollbar-track { background: rgba(0,0,0,0.0); }
  #scrolly::-webkit-scrollbar-thumb { border-radius:10px; background: #FFF; }  

  #scroll { min-height: 50px;}
  #scroll::-webkit-scrollbar { height: 10px; background: transparent; } /* configurando scroll */
  #scroll::-webkit-scrollbar-track { background: rgba(0,0,0,0.0); }
  #scroll::-webkit-scrollbar-thumb { border-radius:10px; background: #8AC960; }  	        

}

#scrolly {
  min-height: 62px;
  overflow: auto;
  overflow-y: hidden;
  margin: 0 auto;
  white-space: nowrap;
}
          
  #scroll {
    padding-top: 8px;
  width: 100%;
  overflow: auto;
  overflow-y: hidden;
  margin: 0 auto;
  white-space: nowrap;
  text-align: center;
  border: 1px solid #8AC960;
  background-color: #fff;
  border-radius: 5px;
}



.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

main {
  min-height: 90vh;
}

.c1 {
  color: #054a98 !important; 
}
                            
                            

.b0 {
  border: 0;
}


.b1 {
  border: 1px solid #054a98; 
  border-radius: 5px;
}

.bg2 {
  background-color: #054a98;
  color: #fff;
}

.bg3 {
  background-color: #39DCFA !important;
  color: #054a98;
}

.bg1 {
  color: #fff;
  background: linear-gradient(180deg, rgba(2,0,36,1) 0%, rgba(0,225,255,1) 0%, rgba(5,74,152,1) 100%);
  font-weight: bold;
}


.btn-primary {
  background: #054a98 !important; /* rgb(5,74,152); */
}

.btn-primary-tamanhoespecial {
  font-size: 10px;
}


.btn-w1 {
  width: 200px;
  margin: 5px;
}

@media (min-width: 768px) {
  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }
}

.b-example-divider {
  height: 3rem;
  background-color: rgba(0, 0, 0, .1);
  border: solid rgba(0, 0, 0, .15);
  border-width: 1px 0;
  box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

.b-example-vr {
  flex-shrink: 0;
  width: 1.5rem;
  height: 100vh;
}

.bi {
  vertical-align: -.125em;
  fill: currentColor;
}

.nav-scroller {
  position: relative;
  z-index: 2;
  height: 3.3 rem;
  overflow-y: hidden;
}

.nav-scroller .nav {
  display: flex;
  flex-wrap: nowrap;
  padding-bottom: 1rem;
  margin-top: -1px;
  overflow-x: auto;
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}




