body {
    --bs-navbar-color: white;
    --bs-navbar-brand-color: white;
    --bs-navbar-brand-hover-color: white;
    --bs-body-color: #000;
    background: linear-gradient( 90deg, #116A7B -10%, #d3d3d3 50%, #116A7B 110%);
}
    
.bg-primary {
    background: #0d5969 !important;
}
    
.navbar.bg-primary {
    border-color: #116A7B;
}
    
.navbar .nav-link:hover, .navbar .nav-link:focus {
    background-image: linear-gradient(90deg, #000, #116A7B, #000);  
}
    
.card-section {
    background: linear-gradient( 90deg, #116A7B -10%, #e6ecec 50%, #116A7B 110%);
}
      
.passeio-completo .card-section {
    background: #116A7B;
}

.card-section .card {
    background: linear-gradient(270deg, #116A7B -100%, #fff 80%);
}
  
.card-section .card .cartao-texto {
    background-image: none;
    background: linear-gradient(90deg, #54818a -100%, #fff 80%);
    box-shadow: inset 2px 2px 2px #102a2f,
                inset -2px -2px 2px #102a2f;
}
  
.card-section .silver-theme .card-menu-box .card .cartao-texto .cartao-dark {
    background: linear-gradient(270deg, #116A7B 10%, #000 100%);
}
  
.card-section .card-menu-box .card .cartao-texto .cartao-dark {
    background: linear-gradient(295deg, #116A7B 10%, #000 100%);
}
  
.card-section .card-menu-box .card .cartao-texto {
    background: linear-gradient(289deg, #116A7B -100%, #fff 80%);
    box-shadow: inset 2px 2px 2px #102a2f,
                inset -2px -2px 2px #102a2f;
}
  
.card-section .card-menu-box .card .cartao-texto .table {
    background: linear-gradient(90deg, #116A7B -100%, #fff 80%);
}
  

