h1, h2, h3, h4, h5{
  color: #333;
}
#produtos h3{
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
}
#prod-detalhe li {
    margin-bottom: 15px;
}
.navbar-toggler {
  color: #323394;
}
.active .nav-link{
  font-weight: bold !important;
  color: #323394 !important;
}
.nav-link {
  font-size: 16px;
  line-height: 16px !important;
  text-transform: uppercase;
  padding-right: 1rem !important;
  padding-left: 1rem !important;
  color: #333;
}
.btn-theme{
  background: #323394;
  color: #fff;
}
.btn-outline-theme{
  background: #fff;
  color: #323394;
  border: 1px solid #323394
}
.btn-outline-theme:hover{
  background: #323394;
  color: #fff;
  border: 1px solid #323394
}
.prod-home{
  margin-bottom: 4rem;
}
.btn-theme:hover{
  background: #323394;
  color: #fff;
  text-decoration: underline;
}
.sm-padding{
  padding: 3px;
}
.close {
    margin-top: -20px;
    margin-right: -13px;
}
footer p{
  margin-bottom: 0;
}
footer a{
  color: #fff;
  font-weight: bold;
}
footer a:hover{
  color: #fff;
  font-weight: bold;
  text-decoration: underline;
}
.navbar.navbar-expand-md {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  margin-bottom: 30px;
}
.carousel{
  margin-top: -30px;
}
.pre-footer {
  background: #3F5EA2;
  color: #fff !important;
  padding: 2.5rem 0;
  margin-top: 50px;
}
.pre-footer h2{
  color: #fff !important;
}
.footer {
  background: #3a5795;
  color: #fff;
  font-size: 14px;
  line-height: 14px;
  padding: 1.5rem 0;
}
.bg-slide-01{
  background-color: rgba(58,84,149,0.9);
  color: #fff;
}
/* -- PALETA DE CORES -- */
.box{
  width: 100%;
  height: 70px;
  border-radius: 3px;
  border: 1px solid #ccc;
}
.bg-gelo{background-color: rgb(221, 217, 206)}
.bg-champagne{background-color: rgb(255, 255, 201)}
.bg-palha{background-color: rgb(233, 221, 195)}
.bg-marfim{background-color: rgb(236, 219, 182)}
.bg-pastel{background-color: rgb(244, 244, 244)}
.bg-perola{background-color: rgb(241, 225, 201)}
.bg-areia{background-color: rgb(216, 197, 168)}
.bg-camurca{background-color: rgb(197, 171, 139)}
.bg-savana{background-color: rgb(224,190,159)}
.bg-damasco{background-color: rgb(230, 169, 111)}
.bg-terracota{background-color: rgb(151, 62, 52)}
.bg-ceramica{background-color: rgb(148, 79, 57)}
.bg-cromosuave{background-color: rgb(225, 177, 101)}
.bg-amareloterra{background-color: rgb(199, 141, 79)}
.bg-azulpacifico{background-color: rgb(5, 107, 143)}
.bg-verdelimao{background-color: rgb(70, 172, 95)}

.bg-concreto{background-color: rgb(156, 143, 121)}
.bg-chocolate{background-color: rgb(118, 91, 77)}
.bg-azulprofundo{background-color: rgb(0, 81, 132)}
.bg-lilas{background-color: rgb(163, 174, 198)}
.bg-verdemusgo{background-color: rgb(52, 100, 55)}
.bg-tangerina{background-color: rgb(241, 151, 84)}
.bg-vermelhorubi{background-color: rgb(92, 41, 39)}
.bg-cinza{background-color: rgb(144, 147, 150)}
