.logo img {
  width: 13em;
  height: auto;
}

.destacado_hvc {
  color: #bcce00;
  font-size: inherit;
}

.wallpaper_ladrillos {
  background: url(../img/bricks.png);
  background-size: 70%;
  background-position: -50% center;
  background-attachment: fixed;
  background-repeat: no-repeat;
}

.pattern_ladrillos_blanco {
  background-color: #fff;
  background-image: url("../img/brick-wall-dark.png");
}

.pattern_ladrillos_verde {
  background-color: #bcce00;
  background-image: url("../img/brick-wall-dark.png");
}

.pattern_cuadros_verde {
  background-color: #a7b701;
  background-image: url("../img/random-grey-variations.png");
}

.pattern_cuadros_blannco {
  background-color: #fff;
  background-image: url("../img/random-grey-variations.png");
}

.services-box:hover img {
  transform: scale(1.1);
  transition: 1s;
}

.buy-now-button:hover {
  transition: all ease 0.7s;
  color: #fff;
  background-color: #bbcd00;
}

.top-head {
  width: 100%;
  position: relative;
  z-index: 9999;
  padding: 5px;
}

.top-head li {
  float: right;
  list-style: none;
  margin-right: 15px;
}

.top-head li * {
  color: #fff;
}

.affix-top {
  padding-top: 40px;
}

footer {
  padding: 30px 0px;
  border-top: 2px solid #333;
}

ul.encontranos {
  padding: 0px;
  margin: 0px;
  list-style: none;
}

.encontranos * {
  color: #fff;
}

.encontranos li {
  margin-top: 15px;
}

.encontranos i {
  font-size: 18px;
}

.encontranos a {
  color: #fff;
  font-size: 16px;
}

.clientes img {
  max-width: 100%;
}

.green1 {
  color: #bcce00;
}

.botones_tab {
  width: 30%;
  display: inline-block;
  float: left;
  border: 1px solid #eaeaea;
}

.contedor_tabs {
  width: 70%;
  float: right;
  padding: 10px;
}

.tab-pane p {
  color: #797979;
}

@media screen and (max-width: 991px) {
  .affix-top {
    background: rgba(255, 255, 255, 0.90);
    border-bottom: 3px solid #e2e2e2;
    padding-top: 20px;
  }
  .navbar-collapse.collapse.in {
    background: rgba(255, 255, 255, 0.90);
  }
}

@media screen and (max-width: 650px) {
  .top-head {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .index .affix-top {
    background: rgba(255, 255, 255, 0.95) !important;
  }
}

#elnombre {
  height: 100%;
  font-size: 13px;
  text-transform: capitalize;
  width: 100%;
  text-decoration: none;
  padding: 20px;
  border: 1px solid #a0a09a;
  border-radius: 5px;
}

#elemail {
  height: 100%;
  font-size: 13px;
  /* text-transform: capitalize; */
  width: 100%;
  text-decoration: none;
  padding: 20px;
  border: 1px solid #a0a09a;
  border-radius: 2px;
}

#eltelefono {
  height: 100%;
  font-size: 13px;
  text-transform: capitalize;
  width: 100%;
  text-decoration: none;
  padding: 20px;
  border: 1px solid #a0a09a;
  border-radius: 2px;
}

#elmensaje {
  height: 100%;
  font-size: 13px;
  /* text-transform: capitalize; */
  width: 100%;
  text-decoration: none;
  padding: 20px;
  border-radius: 3px;
  resize: none;
  border: 1px solid #a0a09a;
}
