body {
    --bs-navbar-color: white;
    --bs-navbar-brand-color: white;
    --bs-navbar-brand-hover-color: white;
    --bs-body-color: #000;
    --bs-card-color: #000;
    --bs-cartao-color: #000;
    background: linear-gradient( 90deg, #697565 0%, #697565 50%, #697565 100%);
}
    
.bg-primary {
    background: #4a5a44 !important;
}
    
.navbar.bg-primary {
    border-color: #697565;
}
    
.navbar .nav-link:hover, .navbar .nav-link:focus {
    background-image: linear-gradient(90deg, #000, #697565, #000);  
}
    
.card-section {
    background: linear-gradient( 90deg, #697565 0%, #96a291 50%, #697565 100%);
}
      
.passeio-completo .card-section {
    background: #697565;
}

.card-section .card {
    background: linear-gradient(270deg, #697565 -30%, #fff 80%);
}
  
.card-section .card .cartao-texto {
    background-image: none;
    background: linear-gradient(90deg, #697565 -30%, #fff 80%);
    box-shadow: inset 2px 2px 2px #222f34,
                inset -2px -2px 2px #222f34;
}
  
.card-section .silver-theme .card-menu-box .card .cartao-texto .cartao-dark,  
.card-section .card-menu-box .card .cartao-texto .cartao-dark 
{
    background: linear-gradient(289deg, #697565 -20%, #000 90%) !important;
}
  
.card-section .card-menu-box .card .cartao-texto {
    background: linear-gradient(289deg, #697565 -30%, #fff 80%);
}
  
.card-section .card-menu-box .card .cartao-texto .table {
    background: linear-gradient(90deg, #697565 -30%, #fff 80%);
}
  

