﻿
body{
  font-family: Montserrat;
  background-color: white;
  
}
a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
  
}

/* Provide sufficient contrast against white background */
a {
  color: #0366d6;
}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
  margin: 0;
  padding: 0;
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}

.body-content {
  min-height: 100%;
  /* igual a altura do rodapé */
  margin-bottom: -10px; 
}


.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
}
div.body-content{
  /** Essa margem vai evitar que o conteudo fique por baixo do rodapé **/
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .alt-table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
    -webkit-overflow-scrolling: touch;
  }

 .btn-group-toggle {
   display: none;
 }

}

.header {
  padding: 15px;
  margin-top: 0px;
  height: 60px;
  text-align: center;
  font-family: Montserrat;
  border-bottom: 1px solid #D9D9D9;
  color: black;
  box-shadow: 1px 1px 1px #D9D9D9;
}

.button-esquerda{
  float: right;
  left: 10px;
  margin-top: -42px;
  display: inline-block;
  background-size: contain;
  z-index: 1;
  
}


.chip {
  padding: 0 12px;
  background-color: #3c5e9b;
  color: white;
  border-radius: 100px;
  display: inline-flex;
  margin: 2px;
  align-items: center;
  height: 32px;
  font-size: 10px;
  cursor: pointer;
  border: none;
}

.chip .icon {
  font-size: 16px;
  color: rgba(0, 0, 0, .54);
  width: 20px;
  text-align: center;
}

.chip .icon--leadind {
  margin: 2px 4px 0 -4px;
}

.chip .icon--trailing {
  margin: 2px -4px 0 4px;
}

.chips__choice .chip.chip--active {
  color: #fff;
  background-color: #0366d6;
}

.chips__filter .chip .chip--check {
  display: none;
}

.chips__filter .chip.chip--active .chip--check {
  display: block;
}

.category-info-img {  
   
  }