body {
    background: #363839;
    color: #dcdcdc; }

h3, .h3 {
    color: #ebebeb; }

a {
    color: #dcdcdc;
    text-decoration: none; }
    a:hover {
        text-decoration: none;
        color: #f36868; }
    
      
.card-section {
    color: #f4f2f2;
    background: #363839;
  }
  
.card-section .titulo, .cursivo {
    color: #fff;
}

.card-section .card {
    color: #f4f2f2;
    border-radius: 13px;
    background: #1f2226;
}
  
.card-section .card .titulo {
    color: #eaeaea;
}

.card-section .text-muted {
    color: #9b9b9b !important;
}

.passeio-completo .text-muted {
    color: #9b9b9b !important;
}



