* {
  font-family: "Montserrat", sans-serif;
}

body, html {
  background: #fff !important;
  margin: 0;
}

.hc-template {
  position: relative;
  margin: 0 auto;
  width: 100%;
}
.hc-template__header-info {
  text-align: center;
  color: #fff;
  padding: 30px 0px 0px 0px;
  background: #000;
}
.hc-template__header-info p {
  font-family: BebasNeue;
  margin: 0;
  font-size: 34pt;
  line-height: 40pt;
  width: 600px;
  margin: 0 auto;
  color: #ff5100;
  text-transform: uppercase;
  font-weight: bold;
}
@media (max-width: 600px) {
  .hc-template__header-info p {
    font-size: 18pt;
    line-height: 24pt;
    width: 90%;
  }
}
.hc-template__header-info h2 {
  margin: 0;
  font-size: 20pt;
  line-height: 24pt;
  margin-bottom: 20px;
  font-weight: bold;
}
@media (max-width: 600px) {
  .hc-template__header-info h2 {
    font-size: 18pt;
    line-height: 24pt;
    width: 90%;
    margin: 0 auto;
    margin-bottom: 10px;
  }
}
.hc-template__header-info img {
  margin-top: 40px;
  margin-bottom: 10px;
  width: 40px;
  height: 40px;
}
@media (max-width: 600px) {
  .hc-template__header-info img {
    margin-top: 0px;
  }
}
.hc-template__header-nav {
  position: relative;
  background: #000;
  padding: 30px 0px;
}
.hc-template__header-nav__logo {
  display: block;
  width: auto;
  height: 120px;
  position: relative;
  margin: 0 auto;
  border: 1px solid #fff;
}
@media (max-width: 600px) {
  .hc-template__header-nav__logo {
    height: 100px;
  }
}
.hc-template__header {
  width: 100%;
  height: 380px;
  background: url(../images/fondo_header_bauker.jpg);
  background-size: cover;
}
@media (max-width: 600px) {
  .hc-template__header {
    height: 320px;
  }
}
.hc-template__header__logo {
  display: block;
  width: 150px;
  height: auto;
  position: relative;
  margin: 0 auto;
  top: 160px;
}
@media (max-width: 700px) {
  .hc-template__header__logo {
    top: 190px;
    width: 120px;
  }
}
.hc-template__footer {
  width: 100%;
  background: #ff5100;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 50px;
  margin-top: -1px;
}
.hc-template__footer p {
  margin-top: 20px;
  color: #fff;
}
.hc-template__footer h2 {
  font-weight: bold;
  font-size: 14pt;
  margin: 20px 0px;
}
.hc-template__footer h2 a {
  color: #fff;
  text-decoration: none;
}
.hc-template__footer h2 img {
  width: 150px;
}
.hc-template__footer__logo {
  display: block;
  width: 120px;
  height: auto;
  position: relative;
  margin: 0 auto;
}
.hc-template__footer__website {
  display: block;
  width: 330px;
  height: auto;
  position: relative;
  margin: 0 auto;
  margin-top: 20px;
}
.hc-template__footer__website img {
  width: 100%;
}
.hc-template__footer__siguenos {
  margin-top: 40px;
}
.hc-template__footer__siguenos a {
  color: #fff;
  text-decoration: none;
  margin-left: 10px;
  margin-right: 10px;
}
@media (max-width: 600px) {
  .hc-template__footer__siguenos__fb {
    display: block;
    text-align: center;
    width: 100%;
    margin: 0 auto !important;
  }
}
.hc-template__footer__siguenos__fb img {
  width: 30px;
  height: auto;
  margin-bottom: -9px;
}
@media (max-width: 600px) {
  .hc-template__footer__siguenos__ig {
    display: block;
    text-align: center;
    width: 100%;
    margin: 0 auto !important;
    margin-top: 20px !important;
  }
}
.hc-template__footer__siguenos__ig img {
  width: 30px;
  height: auto;
  margin-bottom: -9px;
}

.hc-galeria {
  padding: 0px;
  position: relative;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  justify-content: center;
  width: 900px;
  margin-top: 50px;
}
@media (max-width: 1250px) {
  .hc-galeria {
    width: 800px;
  }
}
@media (max-width: 900px) {
  .hc-galeria {
    width: 90%;
  }
}
@media (max-width: 600px) {
  .hc-galeria {
    width: 100%;
  }
}
.hc-galeria .hc-descargar {
  display: block;
  margin: 0 auto;
  margin-top: 20px;
  width: 150px;
}
.hc-galeria li {
  margin: 0;
  list-style: none;
  width: calc(50% - 30px);
  margin-bottom: 40px;
  margin-right: 15px;
  margin-left: 15px;
}
@media (max-width: 900px) {
  .hc-galeria li {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
  }
}
.hc-galeria li img {
  width: 100%;
  height: auto;
}
.hc-galeria li:nth-child(8),
.hc-galeria li:nth-child(6),
.hc-galeria li:nth-child(4),
.hc-galeria li:nth-child(2) {
  margin-right: 0px;
}

/*# sourceMappingURL=style.css.map */
