body {
  font-family: Raleway, sans-serif;
  color: #878787;
  font-size: 14px;
  line-height: 20px;
}

.hero {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  max-height: 700px;
  min-height: 500px;
  padding-bottom: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .65), rgba(0, 0, 0, .65)), url('../images/shutterstock_263511476.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .65), rgba(0, 0, 0, .65)), url('../images/shutterstock_263511476.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.navbar {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: transparent;
}

.nav-menu {
  padding-top: 15px;
  float: none;
  text-align: center;
}

.nav-link {
  margin-right: 12px;
  margin-left: 12px;
  padding: 8px;
  border-bottom: 3px solid transparent;
  -webkit-transition: border 800ms ease-in-out;
  transition: border 800ms ease-in-out;
  color: #bf9b5f;
}

.nav-link:hover {
  border-bottom: 3px solid #bf9b5f;
}

.logo {
  width: 370px;
}

.hero-icon {
  position: absolute;
  display: inline-block;
  width: 95px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.hero-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.short-resume {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 75px;
  padding-bottom: 75px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #1d1d1b;
}

.white-paragraph {
  color: #878787;
  font-size: 26px;
  line-height: 30px;
  text-align: center;
}

.small-text {
  color: #878787;
  font-size: 18px;
  text-align: center;
}

.history {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: url('../images/shutterstock_141741772.jpg');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.history-container {
  margin-bottom: -350px;
  padding: 50px 45px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #fff;
  text-align: center;
}

.heading {
  display: inline-block;
  margin-bottom: 50px;
  padding-right: 2px;
  padding-bottom: 5px;
  padding-left: 2px;
  border-bottom: 1px dashed #1d1d1b;
  color: #1d1d1b;
  font-size: 26px;
  line-height: 28px;
}

.heading.white {
  margin-top: 0px;
  margin-bottom: 50px;
  border-bottom-color: #fff;
  color: #fff;
}

.heading.gold {
  border-bottom-color: #bf9b5f;
  color: #bf9b5f;
  font-size: 23px;
  line-height: 25px;
  font-weight: 500;
}

.gold-number {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 15px;
  padding-right: 25px;
  font-family: 'Roboto Slab', sans-serif;
  color: #bf9b5f;
  font-size: 72px;
  line-height: 57px;
  font-weight: 400;
  text-align: right;
}

.gold-number.today {
  padding-top: 0px;
  padding-right: 27px;
  font-size: 25px;
  font-weight: 300;
  text-transform: uppercase;
}

.center-row {
  display: block;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-heading {
  margin-top: 0px;
  margin-bottom: 5px;
  margin-left: -38px;
  padding-left: 38px;
  background-image: url('../images/BlackDot.svg.png');
  background-position: 0px 50%;
  background-size: 25px;
  background-repeat: no-repeat;
  color: #1d1d1b;
  font-size: 18px;
  line-height: 18px;
  text-align: left;
}

.text-paragraph {
  margin-bottom: 0px;
  color: #878787;
  font-size: 18px;
  line-height: 27px;
  font-weight: 200;
  text-align: justify;
}

.right-column {
  display: block;
  padding-left: 25px;
  border-left: 1px solid #000;
}

.history-year-div {
  padding-top: 25px;
  padding-bottom: 45px;
}

.fill-section {
  height: 400px;
  background-color: #fff;
}

.products-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 50px;
  padding-bottom: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #bf9b5f;
}

.center-container {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.product-img {
  width: 120px;
  height: 120px;
  margin-bottom: 10px;
  padding: 5px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, .75);
  border-radius: 100%;
}

.product-name {
  margin-top: 15px;
  margin-bottom: 0px;
  color: #1d1d1b;
  font-size: 24px;
  line-height: 24px;
  font-weight: 600;
}

.contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 50px;
  padding-bottom: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url('../images/shutterstock_291656339.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url('../images/shutterstock_291656339.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.address {
  color: #878787;
  font-size: 25px;
  line-height: 30px;
  font-weight: 300;
}

.info {
  display: inline-block;
  margin-top: 10px;
  font-family: Raleway, sans-serif;
  color: #878787;
  font-size: 20px;
  line-height: 22px;
  font-style: italic;
  font-weight: 100;
}

.text-field {
  border: 1px solid #bf9b5f;
  background-color: transparent;
  color: #bf9b5f;
}

.text-field.message {
  height: 250px;
}

.text-field.message.placeholder {
  height: 250px;
}

.text-field.placeholder {
  height: 50px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 14px;
  line-height: 27px;
  text-transform: uppercase;
}

.text-field.placeholder:active {
  border-color: #fff;
}

.text-field.placeholder:focus {
  border-color: #fff;
}

.form {
  margin-top: 25px;
  padding-right: 50px;
  padding-left: 50px;
}

.form-button {
  margin-top: 10px;
  padding-right: 25px;
  padding-left: 25px;
  border: 1px solid #bf9b5f;
  background-color: transparent;
  -webkit-transition: all 550ms ease-in-out;
  transition: all 550ms ease-in-out;
  color: #bf9b5f;
}

.form-button:hover {
  background-color: #bf9b5f;
  color: rgba(0, 0, 0, .85);
}

.placeholder {
  color: #bf9b5f;
  font-size: 14px;
  line-height: 27px;
  text-transform: uppercase;
}

.today-text {
  text-align: right;
}

.idioma {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 1004;
  margin-top: 15px;
  padding: 8px 15px;
  border-radius: 3px;
  background-color: #bf9b5f;
  color: #333;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
}

html.w-mod-js *[data-ix="years"] {
  opacity: 0;
  -webkit-transform: translate(-200px, 0px);
  -ms-transform: translate(-200px, 0px);
  transform: translate(-200px, 0px);
}

html.w-mod-js *[data-ix="history"] {
  opacity: 0;
  -webkit-transform: translate(200px, 0px);
  -ms-transform: translate(200px, 0px);
  transform: translate(200px, 0px);
}

html.w-mod-js *[data-ix="from-above"] {
  opacity: 0;
  -webkit-transform: translate(0px, 35px);
  -ms-transform: translate(0px, 35px);
  transform: translate(0px, 35px);
}

html.w-mod-js *[data-ix="appear"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="load-from-above"] {
  opacity: 0;
  -webkit-transform: translate(0px, 35px);
  -ms-transform: translate(0px, 35px);
  transform: translate(0px, 35px);
}

html.w-mod-js *[data-ix="load-appear"] {
  opacity: 0;
}

@media (max-width: 991px) {
  .hero {
    height: auto;
  }
  .nav-menu {
    padding-top: 50px;
    background-color: rgba(0, 0, 0, .45);
    text-align: center;
  }
  .nav-link {
    text-align: right;
  }
  .nav-link.idioma {
    text-align: center;
  }
  .menu-button {
    color: #bf9b5f;
  }
  .menu-button.w--open {
    background-color: transparent;
    color: #bf9b5f;
  }
  .idioma {
    position: relative;
    top: 0px;
    right: 0px;
    bottom: 0px;
  }
}

@media (max-width: 767px) {
  .history-container {
    background-color: hsla(0, 0%, 100%, .95);
  }
  .gold-number {
    text-align: left;
  }
  .text-heading {
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }
  .right-column {
    padding-left: 15px;
    border-left-style: none;
  }
  .history-year-div {
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid rgba(51, 51, 51, .85);
  }
}

@media (max-width: 479px) {
  .logo {
    width: 250px;
  }
  .hero-icon {
    width: 85px;
  }
  .history-container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .gold-number {
    padding-right: 0px;
    text-align: center;
  }
  .text-heading {
    text-align: center;
  }
  .text-paragraph {
    text-align: center;
  }
}

