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