/****** PLACE YOUR CUSTOM STYLES HERE ******/

.nav-bar a {
  display: inline-block;
  height: 60px;
}

.nav-bar {
  background: #fff none repeat scroll 0 0;
  border-bottom: 1px solid #ccc;
  height: 70px;
  line-height: 53px;
  max-height: 70px;
}

.overlay::before {
  background: #000 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.1;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}

.bg-dark {
  background: #323132 none repeat scroll 0 0;
}
h3 {
  font-size: 21px;
  letter-spacing: 1px;
  line-height: 40px;
}

h1.large {
  color: #c3910d;
  font-size: 27px;
  font-weight: 200;
  line-height: 80px;
}
h5 {
  font-size: 17px;
  font-weight: 300;
  line-height: 24px;
}

.lead1 {
  font-family: raleway;
  font-size: 17px;
  font-weight: 300;
  line-height: 30px;
  text-align: justify;
}

.lead2 {
  border-top: 1px solid #ccc;
  font-family: raleway;
  font-size: 14px;
  line-height: 21px;
  padding-top: 20px;
  text-align: justify;
}

.image-bg .btn.btn-filled, .image-bg .btn-filled:visited {
  border-color: #b0821a;
}

#contacto {
  background: #f8f8f8 url("../imgs/bottle.png") no-repeat scroll left center;
}

input[type="text"], input[type="password"] {
  background: #fff none repeat scroll 0 0;
}

textarea {
  background: #fff none repeat scroll 0 0;
}

.nav-bar .module, .nav-bar .module-group {
    height: 70px;
}

.module {
    display: inline-block;
    padding: 5px 32px;
}


@media (max-width: 768px) {

.image-bg.visible-xs {
  padding: 235px;
}
}


@media (max-width: 480px) {

.image-bg.visible-xs {
  padding: 135px;
}
}