body{
  color: #4f5c71;
}
.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.form-principal{
margin-top: 180px;;
}
.lead{
  text-align: right;
  margin-right: 150px;
  font-family: 'Bilbo', cursive;
  font-size: 3rem;
  color: #444444;
  font-weight: bold;
  text-shadow: 1px 0px 1px #CCCCCC, 0px 1px 1px #EEEEEE, 2px 1px 1px #CCCCCC, 1px 2px 1px #EEEEEE, 3px 2px 1px #CCCCCC, 2px 3px 1px #EEEEEE, 4px 3px 1px #CCCCCC, 3px 4px 1px #EEEEEE, 5px 4px 1px #CCCCCC, 4px 5px 1px #EEEEEE, 6px 5px 1px #CCCCCC, 5px 6px 1px #EEEEEE, 7px 6px 1px #CCCCCC;
}
.produto-1{
  background-color: #ecf0f1;
}
.separator{
  margin-bottom:80px
}

.btn-outline-success{
  border:2px solid
}
@media (min-width: 768px) {
  .bd-placeholder-img-lg {  
    font-size: 3.5rem;
  }
}
/* Links */
a,
a:focus,
a:hover {
  color: #fff;
}

/* Custom default button */
.btn-secondary,
.btn-secondary:hover,
.btn-secondary:focus {
  color: #333;
  text-shadow: none; /* Prevent inheritance from `body` */
  background-color: #fff;
  border: .05rem solid #fff;
}

.bg{
  background-color: #424650e6;
}

.btn-warning{
  border-color: #e67e22;
  border-radius: 4px;
  background: #e67e22;
  color:#fff
}
.btn-warning:hover,.btn-warning:active,.btn-warning:visited,.btn-warning:focus,.btn-warning:focus-within{
  background: #cf6b13;
  color:#fff;
  border:1px solid white
}

.cover-container {
  background-image: url(../img/img1.jpg);
  background-size: cover;
}

/*
 * Header
 */
 .masthead {
  min-height: 65px;
} 

.masthead i{
  color: #27ae60 !important;
}

.masthead-brand {
  margin-bottom: 0;
}

.nav-masthead .nav-link {
  padding: .25rem 0;
  font-weight: 700;
  color:#474b57;
  background-color: transparent;
  border-bottom: .25rem solid transparent;
}

.nav-masthead .nav-link:hover,
.nav-masthead .nav-link:focus {
  border-bottom-color: rgba(255, 255, 255, .25);
}

.nav-masthead .nav-link + .nav-link {
  margin-left: 1.5rem;
}

.nav-masthead .active {
  color: #1b1d24;;
  border-bottom-color: #fff;
}

@media (min-width: 48em) {
  .masthead-brand {
    float: left;
  }
  .nav-masthead {
    float: right;
  }
}


/*
 * Footer
 */
.mastfoot {
  color: #474b57;
}
.desc-footer{
  color: rgba(255, 255, 255, .5);
  background-color: #343a40db;
  font-size: 90%;
  margin-top: 20px;
  text-align: center;
}
