body {
  font-size: .875rem;
}

.feather {
  width: 16px;
  height: 16px;
  vertical-align: text-bottom;
}

a {
  text-decoration: none;
}

a:hover {  
    text-decoration: underline;
}

.w-auto{
  width: auto !important;
}
/*
 * Sidebar
 */

.sidebar {
  position: fixed;
  top: 0;
  /* rtl:raw:
  right: 0;
  */
  bottom: 0;
  /* rtl:remove */
  left: 0;
  z-index: 100; /* Behind the navbar */
  padding: 48px 0 0; /* Height of navbar */
  box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
}

@media (max-width: 767.98px) {
  .sidebar {
    top: 5rem;
  }
}

.sidebar-sticky {
  position: relative;
  top: 0;
  height: calc(100vh - 48px);
  padding-top: .5rem;
  overflow-x: hidden;
  overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
}

.sidebar .nav-link {
  font-weight: 500;
  color: #333;
}

.sidebar .nav-link .feather {
  margin-right: 4px;
  color: #727272;
}

.sidebar .nav-link.active {
  color: #2470dc;
}

.sidebar .nav-link:hover .feather,
.sidebar .nav-link.active .feather {
  color: inherit;
}

.sidebar-heading {
  font-size: .75rem;
  text-transform: uppercase;
}

/*
 * Navbar
 */

.navbar-brand {
  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);
}

.navbar .navbar-toggler {
  top: .25rem;
  right: 1rem;
}

.navbar .form-control {
  padding: .75rem 1rem;
  border-width: 0;
  border-radius: 0;
}

.form-control-dark {
  color: #fff;
  background-color: rgba(255, 255, 255, .1);
  border-color: rgba(255, 255, 255, .1);
}

.form-control-dark:focus {
  border-color: transparent;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, .25);
}

.table td, .table td{
  vertical-align: middle;
}

.table th span{
  margin-right: 10px;
}

.text-nowrap {
  white-space: nowrap !important;
}
.text-end {
  text-align: right !important;
}

.table>:not(caption)>*>* {
  padding: .5rem .5rem;
}

/* ----------------- */
.header, .footer {
  background-color: #fff;
}

.footercommetro{
  background-image: url('/img/comboio.png'); 
  background-position: center;
  background-size: 1000px;  
  background-repeat: no-repeat;
  margin-top: 10px;
}

.headerentrada{  
  background-image: url('/img/fundo_cor.jpg'); 
  background-position: center;
  background-size: 1100px;  
}

.btn-personalizado{
    color: #fff;
    background-color: #f8b519;
    border-color: #f8b519;
}

.blococonteudo{
  background-image: url('/img/fundo_cor.jpg'); 
  background-position: center;
  background-size: 1100px;
  min-height: 500px;
}

.blocofinal{
  background-image: url('/img/fundo_cinza.jpg'); 
  background-position: center;
  background-size: 1100px;
}

.cardconteudo{
  width: 18rem; margin:auto; padding: 20px;
}

.form-check-input:checked  {
  background-color: #f8b519;
  border-color: #f8b519;
}

.container{            
  padding-top: 30px;
  padding-bottom: 30px;
}
  
.pergunta{        
  background-color: white;    
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 20px;
  font-size: 18px;
}

.tamanhotexto{
  font-size: 14px;
}

.opcoes{        
  background-color: white;    
  margin-top: 5px;
  min-height:50px;
  align-content: center;
}

.btn-check:checked+.btn-outline-secondary{
  background-color: #f8b519;
  color: #000;
}

.btnopcoes{
  width: 100%;
}

.form-check{
  padding-left: 0;
}

.abcdopcao{
  position: absolute;
  margin-left: 5px;    
  margin-top: initial;    
}