body{
  color: #5B5C5E;
  font-family: 'Roboto Condensed', sans-serif;
}

a{
  color: #5B5C5E;
}

a:hover{
  text-decoration: none;
  color: #5B5C5E;
}

.btn-primary {
    color: #fff;
    background-color: #2D4C22;
    border-color: #2D4C22;
}

.btn-primary:hover {
    color: #fff;
    background-color: #172811;
    border-color: #172811;
}

.btn {
    display: inline-block;
    font-weight: 400;
    min-width:150px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.btn-cancelar {
  color: #fff;
  background-color: #B22222; /* Vermelho escuro */
  border-color: #B22222; /* Vermelho escuro */
}

.btn-cancelar:hover {
  color: #fff;
  background-color: #800000; /* Vermelho mais escuro */
  border-color: #800000; /* Vermelho mais escuro */
}
.menu-desktop{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
}

.menu-desktop a{
    color: white;
    font-weight: bold;
}

.menu-desktop a:hover{
    color: white;
    text-decoration: none;
}

.banner{
    background: #000;
    width: 100%;
}

.footer{
    background: #2D4C22;
    color: white;
}

.footer a{
    color: white;
}

.footer a:hover{
    text-decoration: none;
}

.footer ul{
    list-style: none;
    margin: 0 0 30px 0;
    padding: 0;
}

.footer ul li{
    margin: 0;
    padding: 0;
}

.divisao{
  border-top: #2D4C22 solid 2px;
}

.divisao div{
  background: #2D4C22;
  margin-left: 40px;
  width: 40%;
  height: 4px;
}

.titulo{
  color: #2D4C22;
  font-weight: normal;
  font-family: 'Julius Sans One', sans-serif;
}

.bg-gray{
  background: #F2F2F2;
}

.item-menu div{
  background: white;
  width: 60%;
  height: 2px;
  position: absolute;
  top: -10px;
  left: 15px;
}

.text-primary{
  color: #2D4C22 !important;
}

.page-link {
  color: #2D4C22;
  border: 1px solid #dee2e6;
}

.page-item.active .page-link {
  background-color: #2D4C22;
  border-color: #2D4C22;
}

.border-geral {
  border: 1px solid #2D4C22;
}

.border-bottom {
  border-bottom: 1px solid #2D4C22 !important;
}

.border-verde {
  border-color: #2D4C22 !important;
}

.menu-mobile-open{
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0,0,0,0.7);
  z-index: 9999;
}

.menu-mobile-box{
  width: 90%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0,0,0,0.7);
  z-index: 9999;
}

.menu-mobile-box a{
 color: white;
 font-weight: bold;
}

/* .menu-mobile-box div:nth-child(2){
  border-bottom: solid 2px white;
 } */