/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.objectfit {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.page--workwear {
  font-family: "Graphik", sans-serif;
}
.page--workwear *, .page--workwear *:before, .page--workwear *:after {
  position: relative;
  box-sizing: border-box;
}

div.button-flex{
  display: flex; padding-bottom: 3rem; display: flex; padding-bottom: 3rem; width: 600px; margin: auto;
}

a.boton-naranja{margin: 35px auto;color: white;text-decoration: none;text-transform: uppercase;padding: 20px;display: block;min-width: 2;
  width: 250px;background-color: #fc5000;transition:0.5s;
}

a.boton-naranja:hover{
  opacity: 0.8;
}


.page--workwear .app .header__main {
  width: 100vw;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  padding: 35px 75px 0 75px;
  font-weight: 600;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .page--workwear .app .header__main {
    padding: 15px 25px;
    background: rgba(0, 0, 0, 0.5);
  }
}
.page--workwear .app .header__main nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 13px;
}
.page--workwear .app .header__main nav > ul {
  display: flex;
  align-items: center;
  margin: 0 -30px;
}
@media screen and (max-width: 1440px) {
  .page--workwear .app .header__main nav > ul {
    margin: 0 -15px;
  }
}
@media screen and (max-width: 768px) {
  .page--workwear .app .header__main nav > ul:first-child li {
    display: none;
  }
  .page--workwear .app .header__main nav > ul:first-child li:first-child {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .page--workwear .app .header__main nav > ul:last-child li {
    display: none;
  }
}
.page--workwear .app .header__main nav > ul > li {
  padding: 0 30px;
}
@media screen and (max-width: 1440px) {
  .page--workwear .app .header__main nav > ul > li {
    padding: 0 15px;
  }
}
.page--workwear .app .header__main nav > ul > li a {
  color: #fff;
  text-decoration: none;
  display: inline-block;
}
.page--workwear .app .header__main nav > ul > li a.btn {
  border: 1px solid #fff;
  padding: 15px 35px;
}
.page--workwear .app .header__main nav > ul > li a.activo {
  color: #fc5000;
}
.page--workwear .app .header__main nav > ul > li.header--logo a img.logo-b {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.page--workwear .app .header__main nav > ul > li.lang ul {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.page--workwear .app .header__main nav > ul > li.lang ul li {
  margin: 5px 0;
}
.page--workwear .app .header__main nav > ul > li.lang ul li a {
  display: block;
}
.page--workwear .app .header__main nav > ul > li.lang:hover ul {
  opacity: 1;
  pointer-events: all;
}
.page--workwear .app .header__main nav.dark > ul li a {
  color: #000;
}
.page--workwear .app .header__main nav.dark > ul li a.btn {
  border: 1px solid #000;
}
.page--workwear .app .header__main nav.dark > ul li a.activo {
  color: #fc5000;
}
.page--workwear .app .header__main nav.dark > ul li.header--logo a img.logo-w {
  opacity: 0;
}
.page--workwear .app .header__main nav.dark > ul li.header--logo a img.logo-b {
  opacity: 1;
}
.page--workwear .app .header__main div#btnMenu {
  display: none;
  z-index: 999999;
  position: absolute;
  right: 20px;
  top: 15px;
  padding: 0 !important;
}
.page--workwear .app .header__main div#btnMenu .bar {
  display: block;
  height: 1px;
  width: 28px;
  background: #FFF;
  margin: 8px auto;
}
@media (max-width: 768px) {
  .page--workwear .app .header__main div#btnMenu {
    display: block;
  }
}
.page--workwear .app .header__main div#btnMenu.con.isactive .top {
  -webkit-transform: translateY(9px) rotateZ(45deg);
  -moz-transform: translateY(9px) rotateZ(45deg);
  -ms-transform: translateY(9px) rotateZ(45deg);
  -o-transform: translateY(9px) rotateZ(45deg);
  transform: translateY(9px) rotateZ(45deg);
}
.page--workwear .app .header__main div#btnMenu.con.isactive .bottom {
  -webkit-transform: translateY(-9px) rotateZ(-45deg);
  -moz-transform: translateY(-9px) rotateZ(-45deg);
  -ms-transform: translateY(-9px) rotateZ(-45deg);
  -o-transform: translateY(-9px) rotateZ(-45deg);
  transform: translateY(-9px) rotateZ(-45deg);
}
.page--workwear .app .header__main div#btnMenu.con.isactive .middle {
  width: 0;
}
.page--workwear .app .header__main .menu {
  position: fixed;
  top: 0;
  background-color: #FFF;
  width: 100%;
  z-index: 999;
  transition: all 0.4s ease;
  visibility: hidden;
  opacity: 0;
}
.page--workwear .app .header__main .menu.isactive {
  height: 100vh;
  left: 0;
  visibility: visible;
  opacity: 1;
  position: fixed;
  margin-top: 0px;
  background: #333333;
  margin-top: 0px;
  width: 100%;
  font-size: 1em;
  line-height: 4em;
  text-align: center;
  padding-top: 50px;
  text-transform: uppercase;
}
.page--workwear .app .header__main .menu.isactive li a {
  color: #FFF;
  text-decoration: none;
}
.page--workwear .app > section {
  padding-top: 100px;
  padding-bottom: 100px;
  min-height: 100vh;
}
.page--workwear .app > section .scroll__down {
  position: absolute;
  left: 50%;
  bottom: 35px;
  transform: translate(-50%, 0);
}
.page--workwear .app > section .section__bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.page--workwear .app > section.section--centered {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.page--workwear .app > section.section--centered .section__content header {
  max-width: 825px;
  color: #fff;
}
@media screen and (max-width: 576px) {
  .page--workwear .app > section.section--centered .section__content header {
    padding: 0 25px;
  }
}
.page--workwear .app > section.section--centered .section__content header img {
  width: 275px;
  margin-bottom: 35px;
}
.page--workwear .app > section.section--centered .section__content header h1 {
  font-size: 55px;
  text-transform: uppercase;
}
@media screen and (max-width: 576px) {
  .page--workwear .app > section.section--centered .section__content header h1 {
    font-size: 32px;
  }
}
.page--workwear .app > section.section--centered .section__content header p {
  font-size: 24px;
  line-height: 30px;
  font-weight: 300;
}
@media screen and (max-width: 576px) {
  .page--workwear .app > section.section--centered .section__content header p {
    font-size: 16px;
    line-height: 24px;
  }
}
.page--workwear .app > section.section--centered .section__content header a {
  margin: 35px auto;
  color: white;
  border: 1px solid white;
  text-decoration: none;
  border-radius: 25px;
  text-transform: uppercase;
  padding: 20px;
  display: block;
  max-width: 300px;
}
.page--workwear .app > section.section--values .section__content {
  width: 90vw;
}
@media screen and (max-width: 1439px) {
  .page--workwear .app > section.section--values .section__content {
    width: 100%;
    padding: 0 75px;
  }
}
@media screen and (max-width: 768px) {
  .page--workwear .app > section.section--values .section__content {
    padding: 0;
  }
}
.page--workwear .app > section.section--values .values {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.page--workwear .app > section.section--values .values .value {
  width: 25%;
  padding: 0 35px;
  text-align: left;
}
@media screen and (max-width: 1281px) {
  .page--workwear .app > section.section--values .values .value {
    width: 50%;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 768px) {
  .page--workwear .app > section.section--values .values .value {
    width: 100%;
  }
}
.page--workwear .app > section.section--values .values .value .value__pic {
  height: 235px;
  margin-bottom: 40px;
  border: 2px solid #fc5000;
}
.page--workwear .app > section.section--values .values .value .value__txt h3 {
  margin-bottom: 20px;
  font-size: 26px;
  color: #fc5000;
  font-weight: 600;
}
.page--workwear .app > section.section--values .values .value .value__txt p {
  font-size: 22px;
  font-weight: 300;
  line-height: 30px;
}
.page--workwear .app > section.section--products header {
  max-width: 825px;
  margin: 0 auto;
  color: #000;
}
.page--workwear .app > section.section--products header h2 {
  font-size: 48px;
  color: #000;
  margin-bottom: 20px;
}
.page--workwear .app > section.section--products header p {
  margin-bottom: 40px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 300;
  color: #000;
}
.page--workwear .app > section.section--products header p a {
  color: #fc5000;
}
.page--workwear .app > section.section--products header p a.btn {
  padding: 1rem;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  background-color: #fc5000;
  border: 1px solid #fc5000;
}
.page--workwear .app > section.section--products .products {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.page--workwear .app > section.section--products .products .product {
  margin: 0 15px;
  text-align: left;
}
.page--workwear .app > section.section--products .products .product .product__pic {
  margin-bottom: 10px;
}
.page--workwear .app > section.section--products .products .product .product__txt:before {
  content: "";
  display: block;
  width: 20px;
  height: 3px;
  margin-bottom: 15px;
  background: #000;
}
.page--workwear .app > section.section--products .products .product .product__txt p {
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 300;
  line-height: 20px;
}
.page--workwear .app > section.section--products .products .product .product__txt p strong {
  font-weight: 700;
}
.page--workwear .app > section#begin .section__bg {
  position: fixed;
  top: 0;
  left: 0;
}
.page--workwear .app > section#dos .section__bg {
  display: none;
}
.page--workwear .app > section#tres {
  background: white;
}
.page--workwear .app > section#cuatro {
  background: white;
}
.page--workwear .app > footer {
  background: #000000;
  padding: 50px 5% 70px 5%;
  color: #FFF;
  font-size: 0.8em;
  z-index: 9999;
  position: relative;
}
@media screen and (max-width: 1280px) {
  .page--workwear .app > footer {
    padding: 50px 5% 100px 5%;
  }
}
.page--workwear .app > footer div:first-child {
  float: left;
}
.page--workwear .app > footer div:nth-child(2) {
  float: right;
}
@media screen and (max-width: 1280px) {
  .page--workwear .app > footer div:nth-child(2) {
    float: none;
  }
}
.page--workwear .app > footer ul {
  list-style-type: none;
  margin: 0;
}
.page--workwear .app > footer ul li {
  float: left;
  padding: 5px 9px;
  border-right: 1px solid #FFF;
  height: 50%;
}
.page--workwear .app > footer ul li.link__main {
  text-transform: uppercase;
}
.page--workwear .app > footer ul li a {
  display: block;
  text-decoration: none;
  color: #FFF;
}
.page--workwear .app > footer ul li a:hover {
  opacity: 0.5;
}
.page--workwear .app > footer ul li:nth-child(5) a, .page--workwear .app > footer ul li:nth-child(6) a {
  font-weight: normal;
}
.page--workwear .app > footer div:nth-child(2) ul li:nth-child(4) {
  font-family: "MillerBanner", serif;
  font-size: 1.7em;
  margin-top: -5px;
}
.page--workwear .app > footer div:nth-child(2) ul li {
  font-family: "MillerBanner", serif;
  font-size: 1.7em;
  margin-top: -5px;
  border: none;
}
@media screen and (max-width: 1280px) {
  .page--workwear .app > footer div:nth-child(2) ul li {
    margin-top: 5px;
  }
}
.page--workwear .app > footer ul li:nth-child(6) {
  border-right: none;
}

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