body {
    --bs-navbar-color: #000;
    --bs-navbar-brand-color: #2c2b2b;
    --bs-navbar-brand-hover-color: #000;
    --bs-body-color: #000;
    background: linear-gradient( 90deg , #a7d0e2 0.8%, #b3d0db 1%, #d9ecf4 30%, #e4f7ff 50%, #d9ecf4 70%, #b3d0db 99%, #a7d0e2 99.2% );
}
@media (min-width: 992px) {
    body {
        background: linear-gradient( 90deg , #a7d0e2 0.4%, #b3d0db 0.5%, #e4f7ff 50%, #b3d0db 99.5%, #a7d0e2 99.6% );
    }
}  

.bg-primary {
    background: #b7f3ff !important;
}
    
.navbar.bg-primary {
    border-color: #a7d0e2;
}
    
.navbar .nav-link:hover, .navbar .nav-link:focus {
    background-image: linear-gradient(90deg, #6b7276, #26292b, #6b7276);  
}
    
.card-section {
    background: linear-gradient( 90deg , #3b5978 0.8%, #b3d0db 1%, #d9ecf4 30%, #e4f7ff 50%, #d9ecf4 70%, #b3d0db 99%, #a7d0e2 99.2% );
}
@media (min-width: 992px) {
    .card-section {
        background: linear-gradient( 90deg , #a7d0e2 0.4%, #b3d0db 0.5%, #e4f7ff 50%, #b3d0db 99.5%, #a7d0e2 99.6% );
    }
}  
      
.passeio-completo .card-section {
    background: linear-gradient( 90deg , #a7d0e2 0.8%, #e4f7ff 1%, #e4f7ff 50%, #e4f7ff 99%, #a7d0e2 99.2% );
}
@media (min-width: 992px) {
    .passeio-completo .card-section {
        background: linear-gradient( 90deg , #a7d0e2 0.4%, #e4f7ff 0.5%, #e4f7ff 50%, #e4f7ff 99.5%, #a7d0e2 99.6% );
    }
}  

.card-section .card {
    background: linear-gradient(270deg, #a7d0e2 -50%, #f2fbff 70%);
}
  
.card-section .card .cartao-texto {
    background-image: none;
    background: linear-gradient(90deg, #a7d0e2 -50%, #f2fbff 80%);
    box-shadow: inset 2px 2px 2px #4a626c,
                inset -2px -2px 2px #4a626c;
}
  
.card-section .card-menu-box .card .cartao-texto {
    background: linear-gradient(109deg, #a7d0e2 -50%, #f2fbff 80%);
}
  
.card-section .card-menu-box .card .cartao-texto .table {
    background: linear-gradient(270deg, #a7d0e2 -50%, #f2fbff 80%);
}
  
