[class^="icon-"],
[class*=" icon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-printer:before {
  content: "\e601";
}
.icon-phone:before {
  content: "\e600";
}
.icon-stack:before {
  content: "\e92e";
}
.icon-arrow-right:before {
  content: "\ea3c";
}
body {
  background-color: #fff;
  color: #000;
  font-family: "Helvetica", Helvetica, Arial, sans-serif;
  height: 100%;
  overflow-x: hidden;
  width: 100%;
}
html {
  height: 100%;
  width: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 10px 0;
  font-family: "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
}
a {
  color: #93621a;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
a:hover,
a:focus {
  text-decoration: none;
  color: #93621a;
}
.light {
  font-weight: 400;
}
.img-responsive {
  vertical-align: middle;
  border: 0;
}
.navbar-custom {
  background-color: rgba(0, 0, 0, 0.7);
  border: 0;
  font-family: "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: lighter;
  margin-bottom: 0;
  text-align: center;
  text-transform: capitalize;
}
.navbar-custom .navbar-toggle {
  border-radius: 0;
  color: #fff;
  font-size: 20px;
}
.navbar-custom .navbar-toggle:focus,
.navbar-custom .navbar-toggle:active {
  outline: none;
}
.navbar-custom .navbar-brand {
  font-weight: 700;
  padding: 5px 0;
}
.navbar-custom .navbar-brand img {
  height: 100%;
  width: auto;
  margin-left: 20px;
}
.navbar-custom .navbar-brand:focus {
  outline: none;
}
.navbar-custom a {
  color: #000;
  font-size: 24px;
}
.navbar-custom .nav li a {
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}
.navbar-custom .nav li a:hover {
  color: rgba(0, 0, 0, 0.8);
  outline: none;
  background-color: transparent;
}
.navbar-custom .nav li a:focus,
.navbar-custom .nav li a:active {
  outline: none;
  background-color: transparent;
}
.navbar-custom .nav li.active {
  outline: none;
}
.navbar-custom .nav li.active a {
  background-color: rgba(0, 0, 0, 0.05);
}
@media (min-width: 768px) {
  .navbar-custom {
    background-color: transparent;
    font-family: "Diavlo", "Helvetica", Helvetica, Arial, sans-serif;
    font-weight: bold;
    letter-spacing: 1px;
    padding: 20px 40px;
    text-transform: lowercase;
    -webkit-transition: all 0.5s ease-in-out, padding 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out, padding 0.5s ease-in-out;
    transition: all 0.5s ease-in-out, padding 0.5s ease-in-out;
  }
  .navbar-custom .navbar-brand img {
    display: none;
  }
  .navbar-custom a {
    font-size: 16px;
  }
  .navbar-custom.top-nav-collapse {
    padding: 0 20px;
    background: #fff;
    border-bottom: 1px solid #ddd;
  }
  .navbar-custom.top-nav-collapse a {
    color: #000;
  }
  .navbar-custom.top-nav-collapse a:hover {
    color: rgba(0, 0, 0, 0.8) !important;
  }
  .navbar-custom.top-nav-collapse .navbar-brand img {
    display: inline-block;
    height: 100%;
  }
}
.intro {
  /*background: url('../imagenes/bg1.jpg') no-repeat top center;
  background-color: black;
  background-size: cover;*/
  color: #fff;
  display: table;
  position: relative;
  text-align: center;
  width: 100%;
  -webkit-background-size: cover;
  -o-background-size: cover;
}
.intro .intro-body {
  display: table-cell;
  vertical-align: middle;
  pointer-events: none;
}
.intro .intro-body .brand-heading {
  border: 10px solid #fff;
  font-family: "GillSans", "Helvetica", Helvetica, Arial, sans-serif;
  font-size: 28px;
  pointer-events: none;
  font-weight: lighter;
  text-align: center;
  text-shadow: 4px 4px 0px #2d353e;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 15px;
  background-color: #000;
}
.intro .intro-body .learn-more {
  width: 100%;
  /*background-color: #fff;*/
  bottom: 100px;
  position: absolute;
  pointer-events: auto !important;
}
.intro .intro-body .learn-more .brand-logo {
  display: block;
  margin-top: 20px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  width: 100px;
  height: auto;
}
.intro .intro-body .learn-more .btn-circle {
  background: transparent;
  border: 4px solid #e3e3e3;
  border-radius: 50px !important;
  color: #000;
  display: block;
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  padding: 7px 16px;
  width: 130px;
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}
.intro .intro-body .learn-more .btn-circle:hover,
.intro .intro-body .learn-more .btn-circle:focus {
  background: #93621a;
  border-color: #93621a;
  color: #fff;
  outline: none;
}
.intro .intro-body .learn-more .btn-circle span.animated {
  -webkit-transition-property: -webkit-transform;
  -webkit-transition-duration: 1s;
  -moz-transition-property: -moz-transform;
  -moz-transition-duration: 1s;
}
.intro .intro-body .learn-more .btn-circle:hover span.animated {
  -webkit-animation-name: pulse;
  -moz-animation-name: pulse;
  -webkit-animation-duration: 1.5s;
  -moz-animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
}
@media (min-width: 1200px) {
  .intro {
    font-size: 48px;
    line-height: 1.2;
    text-align: left;
  }
}
@media (min-width: 992px) {
  .intro .intro-body .brand-heading {
    font-size: 48px;
    line-height: 1.4;
    text-align: left;
    margin-top: -15%;
  }
  .intro .intro-body .learn-more .brand-logo {
    margin-top: 30px;
    width: 240px;
    height: auto;
  }
  .intro .intro-body .learn-more .btn-circle {
    border: 8px solid #e3e3e3;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
/* ADICIONAL AL SITIO
-------------------------------------------------- */
.fg-white {
    color: #fff;
}
.fg-gold {
    color: #93621a;
}
a.scroll-to-top.visible {
    opacity: 0.75;
}
a.scroll-to-top {
    background: #404040 none repeat scroll 0 0;
    border-radius: 7px 7px 0 0;
    bottom: 0;
    color: #fff;
    display: block;
    height: 9px;
    opacity: 0;
    padding: 13px 0 27px;
    position: fixed;
    right: 10px;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s ease 0s;
    width: 49px;
    z-index: 1040;
}
.bck {
    background: url(../imagenes/bg2.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
footer {
  background-color: #fff;
}
section {
  padding-top: 81px;
}
#productos {
  /*background-color: #9e0d1c;*/
  min-height: !important 200px;
  color:#fff;
  padding-bottom: 40px;
}
#servicios {
  min-height: 460px;
}
    #servicios ul {
        color: #fff;
        font-size: 20px;
    }
#contactanos {
  min-height: 560px;
  /*background-color: #fceb7b;*/
  color:#fff;
}
.GroupHeaderRowStyle {
    position: relative;    
    font-size: 24px;        
    text-align: left;  
    font-family: 'Segoe UI Light_', 'Open Sans Light', Verdana, Arial, Helvetica, sans-serif;
    font-weight: 300;     
    color: #000000;
    background-color: !important #f2f0f0 ;    
    line-height: 24pt;
    letter-spacing: 0.01em;
}
.featurette-heading {
    font-weight: 300;
    color: #93621a;
    text-shadow: 2px 0px 0px #000;
    letter-spacing: -1px;
    line-height: 1;
}
@media (min-width: 768px) {
    .featurette-heading {
        font-size: 32px;
    }
}
@media (min-width: 992px) {
    .featurette-heading {
        margin-top: 30px;
    }
}