:root {
   --bs-body-bg: #757474; 
   --bs-body-bg-rgb: var(34, 34, 34, 1);
   --bs-primary: #444;
}

.bg-body {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
  }
  
body {
    background: #a8a8a8;
    color: #282828; }

h3, .h3 {
    color: #333; }

.card {
    --bs-card-bg: #c4bebe;
}    
      
.card-section {
    color: #272727;
    background: #a8a8a8;
  }
  
.card-section .titulo {
    color: #2d2b2b;
}

.card-section .card {
    color: #222222;
    border-radius: 13px;
}
  
.card-section .card .card-text-white {
  color: #fff;
}
  
.card-section .card .titulo {
    color: #333;
}

.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #303030;
    background-color: #d6d5d5;
    background-clip: padding-box;
    border: 1px solid #3f3f3f;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.375rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  }
