body {
    --bs-navbar-color: white;
    --bs-navbar-brand-color: white;
    --bs-navbar-brand-hover-color: white;
    --bs-body-color: #fff;     
    background: linear-gradient(90deg, #4b6373, #6d8799, #4b6373);
}

a {
    color: #fff;
}

a:hover {
    color: #fff;
}

.bg-primary {
    background: #1e2b35 !important;
}

.navbar.bg-primary {
    border-color: #334756;
}

.navbar .nav-link:hover, .navbar .nav-link:focus {
    background-image: linear-gradient(90deg, #000, #142732, #000);
}

.card-section {
    background: linear-gradient(90deg, #4b6373, #6d8799, #4b6373);
}
  
.passeio-completo .card-section {
    background: #4b6373;
}
  
.card-section .card {
    background: linear-gradient(90deg, #416377 27%, #000 120%);
}
  
.card-section .card .cartao-texto {
    background-image: none;
    background: linear-gradient(270deg, #416377 27%, #000 120%);
    box-shadow: inset 2px 2px 2px #161f25,
                inset -2px -2px 2px #161f25;
}
  
.card-section .card-menu-box .card .cartao-texto {
    background: linear-gradient(289deg, #416377 25%, #000 100%);
}
  
.card-section .card-menu-box .card .cartao-texto .table {
    background: linear-gradient(90deg, #45687d 25%, #000 120%);
}
  
.card-section .card-menu-box .card {
    background: linear-gradient(90deg, #416377 20%, #000 100%);
}
  
