body {
    background: #e5e5db;
    color: #353333; }

h3, .h3 {
    color: #353333; }

a {
    color: #353333;
    text-decoration: none; }
    a:hover {
        text-decoration: none;
        color: #f36868; }
    
      
.card-section {
    color: #353333;
    background: #e5e5db;
  }
  
.card-section .titulo, .cursivo {
    color: #353333;
}

.card-section .card {
    color: #2e2e2e;
    border-radius: 13px;
    background: #d2d2d2;
}
  
.card-section .card .titulo {
    color: #353333;
}

.card-section .text-muted {
    color: #4a5055 !important;
}

.passeio-completo .text-muted {
    color: #4a5055 !important;
}

.passeio-completo .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    color: #353333;
}


  


