body {
  padding-bottom: 20px !!important;
  background: #560001;
  min-height: 75rem;
  padding-top: 4.5rem;
}

.navbar {
  margin-bottom: 20px;
}

.fw-normal h4{
  color: #fff !important;
}

h1,h2,h3,h4,h5,h6{
  color: #fff !important;
}

h5{
  font-weight: bold!important;
  color: #fff !important;
}

h6{
  color: #fff !important;
  font-weight: lighter !important;
  font-size: 28px !important;
  font-weight: bold !important;
}

h3{
  color: #fda1a1 !important;
  font-weight: bold !important;
  font-size: 20px !important;
  padding-top: 10px !important;
}

.card-body h6{
  color: #300202 !important;
  font-weight: bold !important;
  font-size: 15px !important;
}


.preco h5{
  color: #fda1a1 !important;
  font-weight: normal !important;
}

.info {
  color: #fda1a1 !important;
  font-weight: normal !important;
  font-size: 16px !important;
}


.card{
  border: 1px solid #300202 !important;
}

.card-header{
  border-bottom: 1px solid #300202 !important;
}


a{
  text-decoration: none;
}

.py-5 {
    padding-top: 2rem!important;
    padding-bottom: 2rem!important;
}

.bg-dark{
  background: #380203 !important;
}