:root {
  --white: white;
  --black: black;
}

.hero {
  background-image: url('../images/back1.jpg');
  background-position: 50%;
  background-size: cover;
  height: 700px;
}

.navbar {
  background-color: #fff0;
  margin-top: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.navbar.contacto {
  position: absolute;
}

.logo-nav {
  margin-top: 7px;
}

.nav-link {
  color: #fff;
  text-shadow: 0 0 9px #000;
  font-family: Exo, sans-serif;
  font-size: 16px;
}

.nav-link:hover, .nav-link.w--current {
  color: #a3bd31;
}

.nav-link.black {
  color: #000;
  text-shadow: none;
  font-family: Oswald, sans-serif;
  font-weight: 400;
}

.nav-link.black:hover {
  color: #000;
  border-bottom: 4px solid #99b833;
  padding-bottom: 10px;
  font-size: 16px;
}

.nav-link.black.w--current {
  color: #000;
  border-bottom: 4px solid #99b833;
  padding-top: 20px;
  padding-bottom: 10px;
}

.hero-cont {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 245px;
  padding-bottom: 0;
}

.graysection {
  color: #fff;
  background-color: #000;
  margin-top: 0;
  padding-top: 40px;
  padding-bottom: 40px;
}

.title-w {
  color: #fff;
  font-family: Exo, sans-serif;
  font-size: 38px;
  font-weight: 200;
}

.paragraph-w {
  color: #fff;
  text-align: justify;
  font-family: Lato, sans-serif;
  font-size: 17px;
  font-weight: 300;
}

.col1 {
  padding-top: 30px;
}

.back1 {
  background-image: url('../images/back1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 400px;
}

.cont-back1 {
  margin-top: 0;
  padding-top: 116px;
}

.title-back {
  color: #fff;
  padding-right: 101px;
  font-family: Exo, sans-serif;
  font-size: 50px;
  font-weight: 300;
  line-height: 57px;
}

.slider1 {
  background-color: #ddd0;
}

.slider-title {
  color: #fff;
  margin-top: 60px;
  font-family: Exo, sans-serif;
  font-size: 55px;
}

.slider-botton {
  color: #fff;
  background-color: #a3bd31;
  border-radius: 12px;
  margin-top: 17px;
  font-family: Lato, sans-serif;
  font-size: 18px;
}

.footer {
  background-color: #141414;
  margin-top: 0;
  padding-top: 50px;
  padding-bottom: 50px;
}

.footer-title {
  color: #fff;
  text-align: center;
  margin-top: 45px;
  margin-bottom: 45px;
  font-family: Lato, sans-serif;
  font-size: 35px;
  font-weight: 300;
}

.img-icon {
  max-width: 73%;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.nosotros-hero {
  background-image: url('../images/pexels-photo-59519.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 350px;
}

.nav-bar2 {
  background-color: #ffffffd1;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.img-nav {
  margin-top: 7px;
}

.title-about {
  color: #000;
  text-transform: none;
  margin-top: 45px;
  font-family: Oswald, sans-serif;
  font-weight: 400;
}

.text-about {
  color: #000;
  text-align: justify;
  padding-top: 15px;
  font-family: Lato, sans-serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 22px;
}

.section-about1 {
  margin-top: 0;
  padding-top: 40px;
  padding-bottom: 40px;
}

.section-about2 {
  background-color: #99b833;
  margin-top: 20px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.section-about2.head {
  margin-top: 100px;
}

.back2 {
  background-image: url('../images/BACK-MF2.jpg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: scroll;
  height: 400px;
  margin-top: 100px;
}

.contact-hero {
  background-image: url('../images/Microfinish-88.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 355px;
  margin-top: 100px;
}

.img {
  float: left;
  margin-top: 0;
}

.contact {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
  font-family: Exo, sans-serif;
  font-size: 40px;
}

.form-text-field {
  color: #fff;
  background-color: #adadada8;
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
}

.fiel-label {
  color: #000;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.columna1 {
  padding-right: 35px;
}

.titulo-contacto {
  color: #000;
  margin-top: 0;
  margin-bottom: 15px;
  font-family: Lato, sans-serif;
  font-size: 25px;
  font-weight: 300;
}

.contenido-contacto {
  color: #000;
  margin-bottom: 0;
  padding-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 17px;
  font-weight: 300;
  text-decoration: none;
}

.div-cont {
  margin-bottom: 15px;
}

.title-f {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-family: Oswald, sans-serif;
  font-size: 22px;
  font-weight: 300;
}

.link-f {
  float: left;
  clear: left;
  color: #fff;
  margin-top: 0;
  padding-top: 0;
  font-family: Lato, sans-serif;
  font-size: 15px;
  font-weight: 200;
  text-decoration: none;
}

.div {
  background-color: #99b833;
  width: auto;
  height: 5px;
}

.titulo-f {
  clear: left;
  color: #fff;
  margin-top: 10px;
  margin-bottom: 0;
  padding-top: 10px;
  font-family: Lato, sans-serif;
  font-size: 17px;
  font-weight: 400;
}

.title {
  color: #000;
  font-family: Exo, sans-serif;
  font-size: 38px;
  font-weight: 300;
}

.paragraph1 {
  color: #000;
  text-align: justify;
  margin-top: 10px;
  font-family: Lato, sans-serif;
  font-size: 17px;
  font-weight: 300;
}

.sectionw {
  padding-top: 40px;
  padding-bottom: 40px;
}

.subtitle {
  color: #000;
  margin-top: 0;
  padding-top: 15px;
  padding-bottom: 20px;
  font-family: Exo, sans-serif;
  font-size: 22px;
  font-weight: 300;
}

.subtitle.white {
  color: #fff;
}

.nav-white {
  clear: both;
  color: #000;
  background-color: #fff;
  margin-bottom: 5px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: static;
  top: 0;
  left: 0;
  right: 0;
}

.topline {
  background-color: #8bb238;
  width: 100%;
  height: 5px;
  margin-top: 0;
}

.linknav {
  clear: none;
  text-align: left;
  top: 0;
  left: 0;
  right: 0;
}

.nav-menu {
  float: none;
  text-align: center;
  top: 0;
  left: 0;
  right: 0;
}

.brand {
  float: none;
  clear: none;
  max-width: 50%;
  margin: 20px auto 15px;
  display: block;
}

.navlink {
  border-bottom-style: none;
  border-bottom-width: 0;
  padding-left: 45px;
  padding-right: 45px;
  font-family: Oswald, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.navlink:hover {
  border-width: 4px;
  border-color: #8bb238;
  border-bottom-style: solid;
}

.navlink.w--current {
  color: #000;
  text-transform: none;
  border-width: 4px;
  border-color: #000 #000 #8bb238;
  border-bottom-style: solid;
  padding-bottom: 20px;
  text-decoration: none;
  display: inline-block;
  position: relative;
  top: 0;
  left: 0;
  overflow: visible;
}

.hero-section {
  background-image: url('../images/fachada.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 100px;
  padding-top: 210px;
  padding-bottom: 210px;
  display: flex;
  position: relative;
}

.titulo-inicio {
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  text-shadow: 1px 1px #000;
  font-family: Oswald, sans-serif;
  font-size: 45px;
  font-weight: 400;
}

.linea {
  background-color: #8bb238;
  width: auto;
  height: 10px;
}

.separador {
  background-color: #000;
  width: auto;
  height: 1px;
}

.cuadro1 {
  float: left;
  clear: none;
  color: #000;
  background-color: #fff;
  flex-flow: row;
  place-content: center;
  align-items: center;
  width: 50%;
  min-height: 465px;
  display: flex;
}

.cuadro1.imgcuadro1 {
  background-image: url('../images/anodizado-verde.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.cuadro1.img2 {
  background-image: url('../images/black-oxide.jpg');
  background-position: 50%;
  background-size: cover;
}

.cajadecontenido {
  width: 65%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.section-nosotros {
  background-color: #eee;
  margin-top: 0;
  padding-top: 30px;
  padding-bottom: 30px;
}

.line-green {
  background-color: #8bb238;
  height: 4px;
}

.gray-section {
  background-color: #0000;
  background-image: linear-gradient(6deg, #4b4b4b3b, #fff);
  padding-top: 40px;
  padding-bottom: 40px;
}

.marca {
  margin-top: 0;
  padding-top: 0;
  display: block;
}

html.w-mod-js [data-ix="aparece"] {
  opacity: 0;
  transform: translate(-100px);
}

@media screen and (max-width: 991px) {
  .nav-link.black:hover {
    border-width: 0;
    padding-bottom: 20px;
    font-weight: 600;
  }

  .nav-link.black.w--current {
    border: 0 solid #000;
    padding-bottom: 20px;
  }

  .menu-icon {
    color: #fff;
  }

  .title {
    margin-top: 20px;
  }

  .hero-section {
    position: static;
  }

  .cuadro1.imgcuadro1 {
    background-size: cover;
  }

  .nav-display {
    background-color: #fdfcfc96;
    margin-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .title-w {
    font-size: 35px;
  }

  .paragraph-w {
    font-size: 15px;
    line-height: 22px;
  }

  .slider-title {
    margin-top: 35px;
    line-height: 58px;
  }
}

@media screen and (max-width: 479px) {
  .title-w, .title {
    font-size: 30px;
  }
}


