body {
    --bs-navbar-color: #fff;
    --bs-navbar-brand-color: #fff;
    --bs-navbar-brand-hover-color: #fff;
    --bs-body-color: #fff;
    background: linear-gradient( 90deg , #1e1c1c 2%, #262323 12%, #4e4848 50%, #262323 88%, #1e1c1c 98% );
}
@media (min-width: 992px) {
    body {
        background: linear-gradient( 90deg , #1e1c1c 4%, #262323 20%, #4e4848 50%, #262323 80%, #1e1c1c 96% );
    }
}  

a {
    color: #fff;
}

a:hover {
    color: #fff;
}
    
.bg-primary {
    background: linear-gradient(to right, #645959 0%, #645959 100%) !important;
}
    
.navbar.bg-primary {
    border-color: #5a684e;
}
    
.navbar .nav-link:hover, .navbar .nav-link:focus {
    background-image: linear-gradient(90deg, #6b7276, #26292b, #6b7276);  
}
    
.card-section {
    background: linear-gradient( 90deg , #1e1c1c 2%, #262323 12%, #4e4848 50%, #262323 88%, #1e1c1c 98% );
}
@media (min-width: 992px) {
    .card-section {
        background: linear-gradient( 90deg , #1e1c1c 4%, #262323 20%, #4e4848 50%, #262323 80%, #1e1c1c 96% );
    }
}  
      
.passeio-completo .card-section {
    background: #312e2e;
}  
      
.card-section .titulo {
    color: #fff;
}

.card-section .card {
    background: linear-gradient(to left, #c0aba5 10%, #f9f6f6 100%);
}
  
.card-section .card .cartao-texto {
    background-image: none;
    background: linear-gradient(to right, #b19c96 0%, #f9f6f6 100%);
    box-shadow: inset 2px 2px 2px #2c1d1d,
                inset -2px -2px 2px #2c1d1d;
}
 
.card-section .card .cartao-texto .cartao-dark {
    background: #393232;
}

.card-section .card-menu-box .card .cartao-texto {
    background: linear-gradient(to right, #c5a78d 0%, #eae7e6 90%);
    box-shadow: inset 2px 2px 2px #2c1d1d,
                inset -2px -2px 2px #2c1d1d;
}

.card-section .card-menu-box .card .cartao-texto .table{
    background: linear-gradient(to left, #9f856d 0%, #eae7e6 90%);
}

.card-section .card-menu-box .card {
    background: linear-gradient(to right, #b4977e 0%, #eae7e6 100%);
    box-shadow: inset 2px 2px 2px #2c1d1d,
                inset -2px -2px 2px #2c1d1d;
}


