.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

.d-55-menu-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  border-right: 1px solid hsla(0, 0%, 100%, 0.2);
}

.flex-vertical {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.flex-vertical.max-50 {
  width: 50%;
  max-width: 500px;
}

.scroll {
  width: 6px;
  height: 6px;
  border-radius: 100px;
  background-color: #de5b91;
}

.fontawesome {
  position: relative;
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
  font-family: 'Fa solid 900', sans-serif;
  font-size: 15px;
  line-height: 100%;
  font-weight: 700;
  text-align: center;
  cursor: pointer;
}

.fontawesome-close-menu {
  position: absolute;
  left: auto;
  top: 40px;
  right: 5vw;
  bottom: auto;
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
  color: #de5b91;
  font-size: 40px;
  line-height: 100%;
  font-weight: 900;
  text-align: center;
  cursor: pointer;
}

.fontawesome-close-menu:hover {
  color: #1c3a6b;
}

.slider-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  border-style: solid;
  border-width: 2px;
  border-color: #de5b91;
  border-radius: 20px;
  background-image: linear-gradient(135deg, #eb8911 19%, #df4f0d 90%);
  box-shadow: 0 40px 20px -40px rgba(0, 0, 0, 0.5);
}

.flex-fix {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.mask {
  z-index: 10;
  width: 100%;
  height: 100%;
  padding-top: 120px;
  padding-bottom: 120px;
}

.slide-content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-height: 800px;
  min-height: 300px;
  padding-left: 7.5vw;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero {
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 100vw;
  height: 100%;
  min-height: 500px;
  padding: 20px;
}

.scroll-indicator {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 20px;
  height: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  border-style: solid;
  border-width: 2px;
  border-color: #1c3a6b;
  border-radius: 10px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.image {
  width: 45%;
  margin-top: 5vh;
}

.scroll-indicator-container {
  position: absolute;
  left: auto;
  top: auto;
  right: auto;
  bottom: 20px;
  z-index: 20;
}

.left-arrow {
  position: absolute;
  left: 0px;
  top: auto;
  right: auto;
  bottom: 55px;
  z-index: 20;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 30px;
  padding-top: 1px;
  padding-left: 2px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  border-style: solid;
  border-width: 2px;
  border-color: #1c3a6b;
  border-radius: 100px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #1c3a6b;
}

.left-arrow:hover {
  color: #de5b91;
}

.menu-button {
  position: absolute;
  left: auto;
  top: 20px;
  right: 0%;
  bottom: auto;
  z-index: 20;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 39px;
  height: 39px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.right-arrow {
  position: absolute;
  left: 0px;
  top: auto;
  right: auto;
  bottom: 20px;
  z-index: 20;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 30px;
  padding-top: 1px;
  padding-right: 2px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  border-radius: 100px;
  background-color: #3a3a3a;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
}

.right-arrow:hover {
  color: #de5b91;
}

.paragraph {
  color: #fff;
  font-size: 16px;
  line-height: 160%;
  letter-spacing: 0.2px;
}

.slide-nav {
  position: absolute;
  left: auto;
  right: 0px;
  bottom: 30px;
  z-index: 19;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80px;
  height: 8px;
  padding-top: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.rule {
  position: absolute;
  left: 14px;
  top: auto;
  right: auto;
  bottom: auto;
  z-index: 20;
  width: 2px;
  height: 50vh;
  background-color: rgba(28, 58, 107, 0.2);
}

.h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #3a3a3a;
  font-size: 3vw;
  line-height: 120%;
  font-weight: 800;
  text-align: left;
}

.hero-slider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 90vw;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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: transparent;
}

.slide {
  width: 100%;
  height: 100%;
}

.search-open-trigger {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 10;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.slide-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
}

.h2 {
  color: #3a3a3a;
  font-size: 2vw;
  line-height: 120%;
  text-align: left;
}

.fontawesome-close {
  position: absolute;
  right: 15px;
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
  color: #de5b91;
  font-size: 18px;
  line-height: 18px;
  font-weight: 900;
  text-align: center;
  cursor: pointer;
}

.fontawesome-close:hover {
  color: #fe4242;
}

.spacer40 {
  width: 100%;
  height: 40px;
}

.link-block {
  margin-top: 25px;
  background-color: #8b1919;
  text-decoration: none;
}

.ver-producto {
  padding: 5px 16px;
  background-color: #3a3a3a;
  color: snow;
  text-decoration: none;
}

.text-span {
  font-family: 'Fa solid 900', sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.nuestros-servicios {
  padding-top: 80px;
  padding-bottom: 80px;
  background-image: url('../images/FONDO-OCTOPUS.jpg');
  background-position: 50% 0%;
  background-size: cover;
  font-family: Montserrat, sans-serif;
  font-size: 25px;
}

.heading-14 {
  margin-top: 15px;
  font-size: 15px;
  line-height: 18px;
}

.container-servicios {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.block-despacho {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.block-infoservicios {
  padding: 30px 10px;
  color: #16374d;
}

.seprador--horizontal {
  height: 3px;
  margin-top: -9px;
  margin-bottom: 16px;
  background-color: #fff;
}

.seprador--horizontal._1 {
  margin-top: -60px;
  background-color: #4d4747;
}

.excavaci-n {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -18px;
  padding-top: 0px;
  padding-left: 32px;
}

.blok-fotoservicios {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.heading-13 {
  padding-left: 12px;
  font-size: 20px;
  line-height: 25px;
}

.image-3 {
  margin-top: 5px;
}

.hero-right-wrapper {
  display: -ms-grid;
  display: grid;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: minmax(auto, 1fr) minmax(auto, 0.5fr);
  grid-template-rows: minmax(auto, 1fr) minmax(auto, 0.5fr);
}

.hero-left-wrapper {
  margin-right: 7em;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.services-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2em;
}

.services-text {
  margin-right: 2em;
  color: #3a3a3a;
  font-size: 1em;
  text-transform: uppercase;
}

.container-2 {
  width: 100%;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 5em 10em;
}

.hero-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.buttons-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2em;
}

.secondary-button {
  padding: 1em 3em;
  border: 1px solid #3a3a3a;
  border-radius: 8px;
  background-color: transparent;
  color: #3a3a3a;
}

.hero-paragraph {
  margin-bottom: 2em;
}

.primary-button {
  display: block;
  margin-right: 1em;
  padding: 1em 3em;
  border-radius: 8px;
  background-color: #3a3a3a;
}

.hero-right-grid-wrapper {
  border-radius: 8px;
  background-image: url('../images/Equipos-de-seguridad-para-mina.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.hero-right-grid-wrapper._4 {
  height: 80%;
  margin-top: 1em;
  background-image: url('../images/duchas-y-lava-ojos.jpg');
}

.hero-right-grid-wrapper._2 {
  height: 80%;
  margin-top: 4em;
  background-image: url('../images/equipos-de-proteccion-visual.jpg');
}

.hero-right-grid-wrapper._5 {
  width: 70%;
  margin-top: -3em;
  margin-bottom: 4em;
  background-image: url('../images/protecion-auditiva.jpg');
}

.hero-right-grid-wrapper._3 {
  width: 70%;
  margin-bottom: 1em;
  background-image: url('../images/calzado-de-seguridad.jpg');
  background-position: 50% 0%;
}

.section-mineria {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -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: #f58104;
}

.social-text-link {
  margin-right: 1em;
  color: #3a3a3a;
  font-size: 2em;
}

.hero-heading {
  margin-bottom: 1em;
}

.d-60-icon-wrapper {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  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;
  background-color: #e2dcd9;
}

.d-60-icon-wrapper.second {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #eb6527;
}

.d-60-icon-wrapper.third {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #eb6527;
}

.d-60-h3-heading {
  margin-top: 10px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 1.5rem;
  line-height: 1.2;
  font-weight: 400;
  letter-spacing: 0px;
}

.d-60-icon-background {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  height: 100px;
  padding: 0px;
  -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;
  border-radius: 20px;
  background-color: #fdfcfb;
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
}

.d-60-icon-background.third {
  background-color: #fcf7f5;
}

.d-60-icon-background.second {
  background-color: #fff;
}

.d-60-text {
  color: #ff7300;
}

.d-60-text.second {
  color: #fd5320;
}

.d-60-text.third {
  color: #f06e00;
}

.demo-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.d-60-card-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 400px;
  height: 300px;
  margin-right: 20px;
  margin-left: 20px;
  -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;
  cursor: default;
}

.d-60-caption-wrapper {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #333;
}

.demo-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 40vh;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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: url('../images/background.svg'), -webkit-gradient(linear, left top, left bottom, from(#1a1a1a), to(#1a1a1a));
  background-image: url('../images/background.svg'), linear-gradient(180deg, #1a1a1a, #1a1a1a);
  background-position: 0px 0px, 0px 0px;
  background-size: cover, auto;
  background-repeat: no-repeat, repeat;
}

.d-60-button {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  margin-right: 20px;
  margin-bottom: 20px;
  background-color: #f5e79e;
  color: #333;
}

.d-60-button.second {
  background-color: #b3eca9;
}

.d-60-button.third {
  background-color: #f6ba87;
}

.d-60-upper-left-caption {
  margin-top: 10px;
  margin-left: 20px;
}

.demo-right-arrow-wrapper {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.demo-left-arrow-wrapper {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
}

.item-iconos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  -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;
}

.basic-column {
  padding-right: 5px;
  padding-left: 5px;
}

.price-wrapper {
  padding-left: 0px;
}

.product-card-description {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 30px 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.tag-viniles {
  margin-top: 35px;
  margin-bottom: 35px;
  padding-right: 5px;
  padding-left: 5px;
}

.tagline {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.tagline.tagline-promo-40 {
  color: rgba(51, 51, 51, 0.4);
}

.product-card-image {
  height: 260px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 96.1%, 0.5)), to(hsla(0, 0%, 96.1%, 0.5)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 96.1%, 0.5), hsla(0, 0%, 96.1%, 0.5));
}

.product-card-image.product-card-3 {
  background-image: url('../images/paneles-informativos.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.product-card-image.product-card-3.letreros {
  background-image: url('../images/paneles-informativos.jpg');
}

.product-card-image.product-card-2 {
  background-image: url('../images/señaleticas---piso.jpg'), -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 96.1%, 0.5)), to(hsla(0, 0%, 96.1%, 0.5)));
  background-image: url('../images/señaleticas---piso.jpg'), linear-gradient(180deg, hsla(0, 0%, 96.1%, 0.5), hsla(0, 0%, 96.1%, 0.5));
  background-position: 50% 50%, 0px 0px;
  background-size: cover, auto;
}

.product-card-image.product-card-2.sr-aletica {
  background-image: url('../images/señaleticas---piso.jpg');
}

.product-card-image.product-card-1 {
  background-image: url('../images/Viniles-Decorativos.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.product-card-image.product-card-1.vinil {
  background-image: url('../images/Viniles-Decorativos.jpg');
}

.product-card-image.product-card-3 {
  background-color: #eee7e7;
  background-image: url('../images/Arnes-de-Seguridadcable-de-vida-Mattgo.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.product-card-image.product-card-3.calzado-3 {
  background-image: url('../images/Calzado-Industrial-CADEROUSSE-S3-SRC-Mattgo.jpg');
}

.product-card-image.product-card-3.casco-de-seguridad-3 {
  background-image: url('../images/Casco-de-Seguridad-QUARTZ-UP-IV-Mattgo.jpg');
}

.product-card-image.product-card-3.guante-de-seguridad-3 {
  background-image: url('../images/Guante-de-Seguridad-NI155-Mattgo.jpg');
}

.product-card-image.product-card-3.chaleco-3 {
  background-image: url('../images/Chaleco-de-Seguridad-Con-malla-Mattgo.jpg');
}

.product-card-image.product-card-3.lentes-3 {
  background-image: url('../images/Protección-Ocular-Gafas-Barrier-2-Mattgo.jpg');
}

.product-card-image.product-card-3.candado-3 {
  background-image: url('../images/Candados-de-Bloqueo-kit-Mattgo.jpg');
}

.product-card-image.product-card-3.auditiva3 {
  background-image: url('../images/Caja-Tapon-TPR-Mattgo.jpg');
}

.product-card-image.product-card-3.respirador-3 {
  background-image: url('../images/Acsesorio-Mina-respirador-filtro3m-Mattgo.jpg');
}

.product-card-image.product-card-3.autorescatador-3 {
  background-image: url('../images/Acsesorio-Lampara-Señalización-Vial-Mattgo.jpg');
}

.product-card-image.product-card-3.cascominero-2 {
  background-image: url('../images/Acsesorio-Mina-Lampara-minera-Inalambrica-Mattgo.jpg');
}

.product-card-image.product-card-2 {
  background-image: url('../images/Arnes-de-Seguridad-Ansis-Mattgo.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.product-card-image.product-card-2.calzado2 {
  background-image: url('../images/Calzado-Industrial-K-BALANCE-Mattgo.jpg');
}

.product-card-image.product-card-2.casco-2 {
  background-image: url('../images/Casco-de-Seguridad-GRANITE-WIND-Mattgo.jpg');
}

.product-card-image.product-card-2.guante-2 {
  background-image: url('../images/Guante-de-Seguridad-VE730OR-Mattgo.jpg');
}

.product-card-image.product-card-2.chaleco-2 {
  background-image: url('../images/Chaleco-de-Seguridad-Alta-Velocidad-Mattgo.jpg');
}

.product-card-image.product-card-2.gafas-2 {
  background-image: url('../images/Protección-Ocular-Gafas-Galeras-Mattgo.jpg');
}

.product-card-image.product-card-2.candado-2 {
  background-image: url('../images/Candados-de-Bloqueo-cajas-Mattgo.jpg');
}

.product-card-image.product-card-2.auditiva-2 {
  background-image: url('../images/Orejera-para-Casco-Samuray-Mattgo.jpg');
}

.product-card-image.product-card-2.respirador-2 {
  background-image: url('../images/Acsesorio-Mina-respirador-reutilizables-Mattgo.jpg');
}

.product-card-image.product-card-2.autorescatador-2 {
  background-image: url('../images/Acsesorio-Autorescatador-Circuito-Abierto-Mattgo.jpg');
}

.product-card-image.product-card-2.casco-minero1 {
  background-image: url('../images/Acsesorio-Mina-Casco-Milenium-full-Mattgo.jpg');
}

.product-card-image.product-card-1 {
  background-image: url('../images/Arnes-de-Seguridad-Elara-Mattgo.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.product-card-image.product-card-1.calzado {
  background-image: url('../images/Calzado-Industrial-S3-HRO-CI-SRC-Mattgo.jpg');
}

.product-card-image.product-card-1.casco1 {
  background-image: url('../images/Casco-de-Seguridad-DIAMOND-Mattgo.jpg');
}

.product-card-image.product-card-1.guante-1 {
  background-image: url('../images/Guante-de-Seguridad-NYSOS-Mattgo.jpg');
}

.product-card-image.product-card-1.chaleco-1 {
  background-image: url('../images/Chaleco-de-Seguridad-Mattgo.jpg');
}

.product-card-image.product-card-1.gafas-1 {
  background-image: url('../images/Protección-Ocular-Gafas-Piton-Mattgo.jpg');
}

.product-card-image.product-card-1.candado-1 {
  background-image: url('../images/Candados-de-Bloqueo-Interruptores-Mattgo.jpg');
}

.product-card-image.product-card-1.auditiva {
  background-image: url('../images/Orejera-para-Casco-Mattgo.jpg');
}

.product-card-image.product-card-1.respirador1 {
  background-image: url('../images/Acsesorio-Mina-respirador-Media-cara-Mattgo.jpg');
}

.product-card-image.product-card-1.autorescatador-1 {
  background-image: url('../images/Acsesorio-Autorescatador-Circuito-Cerrado-Mattgo.jpg');
}

.product-card-image.product-card-1.caco-minero {
  background-image: url('../images/Acsesorio-Mina-Casco-Milenium-Mattgo.jpg');
}

.divider {
  height: 1px;
  margin-top: 20px;
  margin-bottom: 15px;
  background-color: #eee;
}

.style-label {
  color: #bebebe;
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  text-transform: uppercase;
}

.product-name-title {
  margin-top: 6px;
  padding-right: 20px;
}

.product-card {
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.05);
  -webkit-transition: box-shadow 400ms ease, -webkit-transform 400ms ease;
  transition: box-shadow 400ms ease, -webkit-transform 400ms ease;
  transition: transform 400ms ease, box-shadow 400ms ease;
  transition: transform 400ms ease, box-shadow 400ms ease, -webkit-transform 400ms ease;
  cursor: pointer;
}

.product-card:hover {
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.15);
  -webkit-transform: translate(0px, -6px) scale(1.02);
  -ms-transform: translate(0px, -6px) scale(1.02);
  transform: translate(0px, -6px) scale(1.02);
}

.text-field {
  min-height: 62px;
  margin-bottom: 0px;
  border-style: none none solid;
  border-width: 1px;
  border-color: #000 #000 hsla(0, 0%, 100%, 0.13);
  background-color: transparent;
  font-size: 16px;
}

.social-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 55px;
  height: 55px;
  padding: 10px;
  -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;
}

.footer-link {
  display: block;
  margin-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}

.footer-link:hover {
  opacity: 0.5;
}

.footer-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 92px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.1);
}

.footer-grid-01 {
  -ms-grid-columns: 2fr 1fr 1fr 1fr;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.footer-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.form-block {
  margin-top: 40px;
}

.footer-title-button {
  margin-right: 20px;
  color: #fff;
  font-size: 22px;
  line-height: 1.4;
  font-weight: 400;
}

.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-title {
  margin-bottom: 22px;
  color: #eb6527;
  font-size: 17px;
}

.container {
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.submit-button {
  min-height: 62px;
  min-width: 62px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  background-color: #eb6527;
  color: #f6f6f8;
  font-size: 17px;
}

.footer-mattgo {
  padding: 132px 3%;
  background-color: #3a3a3a;
}

.footer-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  padding-bottom: 60px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.1);
}

.footer-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.navmenu__dropdown-section-link-icon {
  width: 16px;
  height: 16px;
  margin-right: 16px;
  -webkit-transform: translate(0px, 1px);
  -ms-transform: translate(0px, 1px);
  transform: translate(0px, 1px);
}

.navmenu__dropdown-left {
  display: -ms-grid;
  display: grid;
  padding-top: 40px;
  padding-right: 60px;
  padding-bottom: 52px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  background-color: #fff;
}

.navbar__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.navmenu__dropdown-container {
  position: static;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1280px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.navmenu__dropdown-section-list {
  display: -ms-grid;
  display: grid;
  margin-bottom: 0px;
  justify-items: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.navbar__wrapper {
  position: relative;
  z-index: 100;
  border-bottom: 1px solid #e4e4e4;
  background-color: #fff;
}

.navbar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 9999;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  font-size: 1rem;
  line-height: 1.7;
}

.brand {
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #1b1b1b;
}

.brand:hover {
  color: #4353ff;
}

.navmenu__dropdown-section-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #1b1b1b;
  text-decoration: none;
}

.navmenu__dropdown-section-link:hover {
  color: #4353ff;
}

.navmenu__dropdown-section-link:focus {
  color: #4353ff;
}

.link-list__dropdown-toggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 16px 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: box-shadow 200ms ease, color 200ms ease;
  transition: box-shadow 200ms ease, color 200ms ease;
  color: #1b1b1b;
}

.link-list__dropdown-toggle:hover {
  box-shadow: inset 0 -3px 0 0 #4353ff;
  color: #eb6527;
}

.link-list__dropdown-toggle.w--open {
  box-shadow: inset 0 -3px 0 0 #4353ff;
}

.navmenu__col-1-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.navmenu__dropdown-list {
  margin-bottom: 0px;
}

.navmenu__dropdown-section {
  margin-bottom: 40px;
}

.navmenu__dropdown-section.cc-last {
  margin-bottom: 0px;
}

.navmenu__flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.link-list__dropdown-icon {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-left: 8px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.navmenu__dropdown-section-heading {
  margin-bottom: 28px;
  padding-bottom: 8px;
  border-bottom: 1px solid #e4e4e4;
  color: #666;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
}

.link-list__dropdown-wrapper {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 500;
}

.link-list__list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 32px;
}

.navmenu__dropdown-section-link-description {
  margin-top: 8px;
  color: #666;
  font-size: 14px;
  line-height: 1.5em;
  font-weight: 400;
}

.link-list__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 16px;
  padding-bottom: 16px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: box-shadow 200ms ease, color 200ms ease;
  transition: box-shadow 200ms ease, color 200ms ease;
  color: #1b1b1b;
  font-weight: 500;
  text-decoration: none;
}

.link-list__link:hover {
  box-shadow: inset 0 -3px 0 0 #4353ff;
  color: #eb6527;
}

.navmenu__dropdown {
  position: absolute;
  left: 0px;
  top: 100%;
  right: 0px;
  border-top: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
  background-color: #fff;
}

.navmenu__dropdown.w--open {
  overflow: auto;
  max-height: 90vh;
}

.sr-only {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  margin-top: -1px;
  border: 0px solid transparent;
  white-space: nowrap;
}

.navmenu__dropdown-grid {
  display: -ms-grid;
  display: grid;
  width: 100%;
  -webkit-box-pack: stretch;
  -webkit-justify-content: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr minmax(auto, 1280px) 1fr;
  grid-template-columns: 1fr minmax(auto, 1280px) 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.navbar__navmenu-mobile {
  display: none;
}

.navmenu__dropdown-section-link-heading {
  margin-right: 8px;
  line-height: 1.5;
}

.navbar__navmenu {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 32px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.navmenu__content-block-overlay {
  background-color: #fafafa;
}

.navmenu__dropdown-banner-link {
  margin-bottom: 40px;
  border-left: 1px solid #e4e4e4;
  background-color: #fafafa;
  text-decoration: none;
}

.navmenu__section-link-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: -1px;
  padding-top: 16px;
  padding-bottom: 16px;
  border-top: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #1b1b1b;
  text-decoration: none;
}

.navmenu__section-link-row:hover {
  color: #4353ff;
}

.navmenu__section-link-row.cc-first {
  padding-top: 0px;
  border-top-style: none;
  border-top-width: 0px;
}

.navmenu__section-link-row.cc-last {
  border-bottom-style: none;
  border-bottom-width: 0px;
}

.navmenu__link-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding-left: 0px;
}

.navbar__mobile-overlay {
  display: none;
}

.navmenu__dropdown-block {
  padding-left: 60px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 34%;
  -ms-flex: 0 0 34%;
  flex: 0 0 34%;
  border-left: 1px solid #e4e4e4;
  background-color: #fafafa;
}

.navmenu__banner-image {
  width: 100%;
}

.navmenu__dropdown-right {
  padding-top: 40px;
  padding-bottom: 52px;
  grid-column-gap: 80px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 0.4fr;
  grid-template-columns: 1fr 0.4fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.navigation-phone--izquierda {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-top: 11px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 500;
}

.flat-phone {
  width: 25px;
  height: 25px;
  margin-right: 14px;
  border-radius: 0px;
  background-image: url('../images/icon-phone-04.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.flat-phone.email {
  background-image: url('../images/icon-email-04.svg');
}

.text-block {
  padding-right: 18px;
  font-size: 16px;
}

.text-block-2 {
  font-size: 16px;
}

.section-informes {
  background-color: #f58104;
}

.text-block-5 {
  padding: 10px;
  color: #fff;
}

.link-politicas-gti {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.link-solicite-cotizacion {
  width: 99.9999984963007%;
  background-color: #000;
  text-decoration: none;
}

.div-block-contenido-politicas-gti {
  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;
}

.container-isection-informes-gti {
  padding-top: 15px;
  padding-bottom: 15px;
}

.text-block-4 {
  padding-left: 9px;
  color: #fbfbfb;
}

.link-catalogo-gti {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.div-block-separador-whith {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1px;
  height: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff2f2;
  opacity: 0.56;
}

.div-block-contenido-cotizaciones {
  width: 21.5904252072598%;
}

.text-block-3 {
  padding-left: 9px;
  color: #fefbfb;
}

.div-contenido-catalogo {
  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;
}

.div-block-conainer-informesgti {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.icon-span {
  margin-top: 10px;
  color: snow;
  font-size: 40px;
  font-weight: 500;
}

.link-sistemas-solares {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.text-dosificacion {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  color: #fff;
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
}

.link-block-preparacion {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.image-9 {
  width: 100%;
  height: 100%;
  max-height: none;
  max-width: none;
}

.grid {
  width: 100%;
  height: auto;
  grid-auto-flow: row;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-areas: ".";
  -ms-grid-columns: 1fr 12px 1fr 12px 1fr 12px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto 12px auto 12px 1fr;
  grid-template-rows: auto auto 1fr;
}

.container-principal-gti {
  margin-top: 40px;
  margin-bottom: 40px;
  padding-right: 5px;
  padding-left: 5px;
}

.block-color-base {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 20%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #494c48;
}

.block-color-base.titulo {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  width: 100%;
  height: 20%;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  opacity: 1;
}

.block-color-base.titulo.top {
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
}

.contenido-center {
  position: relative;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.item-dodificacion {
  position: absolute;
  left: 5px;
  bottom: -113px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 15px;
  text-align: left;
}

.item-dodificacion.center {
  bottom: 85px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.div-block-colorhover {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 20%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  background-color: #494c48;
  opacity: 0.68;
}

.div-block-colorhover.top {
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
}

.div-header {
  width: 100%;
  height: 50vh;
}

.imgahe-content-header {
  width: 100%;
  height: 50vh;
  background-image: url('../images/slider-interiores-05.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.imgahe-content-header.epp {
  background-image: url('../images/slider-1-03.jpg');
}

.imgahe-content-header.se-al {
  background-image: url('../images/slider-señalizaciones-05.jpg');
}

.imgahe-content-header.mineria {
  background-image: url('../images/slider-2-04.jpg');
}

.imgahe-content-header.pintado {
  background-image: url('../images/Slider-pintado-industrial-06.jpg');
}

.imgahe-content-header.servicios {
  background-image: url('../images/slider-Servicios-Generales-07.jpg');
}

.imgahe-content-header.pintado-de-veredas {
  background-image: url('../images/slider-pintado-de-veredas-08.jpg');
}

.slide-1 {
  background-image: url('../images/Orejera-para-Casco-Mattgo.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-1.tapon {
  background-image: url('../images/Tapon-TPR-Mattgo.jpg');
}

.slide-1.zapato-industrial {
  background-image: url('../images/Calzado-Industrial-S3-HRO-CI-SRC-Mattgo_1.jpg');
}

.slide-1.zapatilla-industrial {
  background-image: url('../images/Calzado-Industrial-K-BALANCE-Mattgo.jpg');
}

.slide-1.calzado-santana {
  background-image: url('../images/Calzado-Industrial-CADEROUSSE-S3-SRC-Mattgo.jpg');
}

.slide-1.casco-diamond {
  background-image: url('../images/Casco-de-Seguridad-DIAMOND-Mattgo.jpg');
}

.slide-1.casco-quartz {
  background-image: url('../images/Casco-de-Seguridad-QUARTZ-UP-IV-Mattgo.jpg');
}

.slide-1.casco-granite {
  background-image: url('../images/Casco-de-Seguridad-GRANITE-WIND-Mattgo.jpg');
}

.slide-1.guante-nysos {
  background-image: url('../images/Guante-de-Seguridad-NYSOS-Mattgo.jpg');
}

.slide-1.guante-polyalgodon {
  background-image: url('../images/Guante-de-Seguridad-VE730OR-Mattgo.jpg');
}

.slide-1.guante-jersey {
  background-image: url('../images/Guante-de-Seguridad-NI155-Mattgo.jpg');
}

.slide-1.chaleco-alta-visibiilidad {
  background-image: url('../images/Chaleco-de-Seguridad-Mattgo.jpg');
}

.slide-1.chaleco-malla-rfx {
  background-image: url('../images/Chaleco-de-Seguridad-Con-malla-Mattgo.jpg');
}

.slide-1.chaleco-alta-velocidad-rfx {
  background-image: url('../images/Chaleco-de-Seguridad-Alta-Velocidad-Mattgo.jpg');
}

.slide-1.gafas-piton {
  background-image: url('../images/Protección-Ocular-Gafas-Piton-Mattgo.jpg');
}

.slide-1.galeras-clear {
  background-image: url('../images/Protección-Ocular-Gafas-Galeras-Mattgo.jpg');
}

.slide-1.casco {
  background-image: url('../images/Protección-Ocular-Gafas-Barrier-2-Mattgo.jpg');
}

.slide-1.bloque-interruptores {
  background-image: url('../images/Candados-de-Bloqueo-Interruptores-Mattgo.jpg');
}

.slide-1.bloqueo-grupal {
  background-image: url('../images/Candados-de-Bloqueo-cajas-Mattgo.jpg');
}

.slide-1.bloqueo-interruptores {
  background-image: url('../images/Candados-de-Bloqueo-kit-Mattgo.jpg');
}

.slide-1.arnes-elara {
  background-image: url('../images/Arnes-de-Seguridad-Elara-Mattgo.jpg');
}

.slide-1.arnes-ansi {
  background-image: url('../images/Arnes-de-Seguridad-Ansis-Mattgo.jpg');
}

.slide-1.cabo-de-vidad {
  background-image: url('../images/Arnes-de-Seguridadcable-de-vida-Mattgo.jpg');
}

.slide-1.filtro {
  background-image: url('../images/Acsesorio-Mina-respirador-reutilizables-Mattgo.jpg');
}

.slide-1.filtro-4 {
  background-image: url('../images/Acsesorio-Mina-respirador-filtro3m-Mattgo.jpg');
}

.slide-1.casco-minero {
  background-image: url('../images/Acsesorio-Mina-Casco-Milenium-Mattgo.jpg');
}

.name {
  margin-left: -3px;
  font-size: 28px;
  line-height: 28px;
  font-weight: 200;
}

.description-product {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 100vw;
  height: 100vh;
}

.product-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.column-product-photo {
  height: 100vh;
  padding-right: 0px;
  padding-left: 0px;
}

.slider {
  height: 100vh;
  padding-top: 70px;
}

.tab-title {
  margin-right: 12px;
  margin-left: 12px;
  padding-right: 0px;
  padding-bottom: 4px;
  padding-left: 0px;
  border-bottom: 1px solid transparent;
  background-color: transparent;
  -webkit-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
  color: #bfc5c9;
  font-size: 14px;
}

.tab-title.w--current {
  border-style: none none solid;
  border-width: 0px 0px 1px 1px;
  border-color: #bfc5c9;
  background-color: transparent;
}

.tab-title.first {
  margin-left: 0px;
  padding-left: 0px;
}

.tab-title.first.w--current {
  text-decoration: none;
}

.slide-nav-2 {
  margin-bottom: 12px;
}

.breadcrumbs {
  color: #bfc5c9;
  font-size: 13px;
  text-decoration: none;
}

.price {
  margin-top: 8px;
  margin-bottom: 40px;
  font-family: Oswald, sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.add-to-bag {
  padding: 12px 32px;
  border-radius: 2px;
  background-color: #000;
  box-shadow: 0 2px 12px -2px rgba(93, 103, 116, 0.2);
  -webkit-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 12px;
  letter-spacing: 0.05em;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}

.add-to-bag:hover {
  -webkit-transform: translate(0px, -2px);
  -ms-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
}

.tabs-content {
  padding-top: 16px;
  font-size: 14px;
  line-height: 22px;
}

.arrow {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  margin-right: 20px;
  margin-bottom: 20px;
  margin-left: 20px;
}

.column-product-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  padding: 110px 5% 28px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.slide-2 {
  background-image: url('../images/Acsesorio-Mina-respirador-Media-cara-Mattgo.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.slide-2.tapon {
  background-image: url('../images/Caja-Tapon-TPR-Mattgo.jpg');
}

.slide-2.calzado2 {
  background-image: url('../images/Calzado-Industrial-BE-BROWNY-TOP-Mattgo.jpg');
}

.slide-2.zapatilla-2 {
  background-image: url('../images/Calzado-Industrial-S1P-HRO-SRC-Mattgo.jpg');
}

.slide-2.santana-2 {
  background-image: url('../images/Calzado-Industrial-SANTANA-S3-SRC-Mattgo.jpg');
}

.slide-2.casco-minero2 {
  background-image: url('../images/Acsesorio-Mina-Casco-Milenium-full-Mattgo.jpg');
}

.extra-info-mobile {
  display: none;
}

.button-group {
  margin-top: 32px;
  margin-bottom: 60px;
}

.brand-2 {
  font-family: Oswald, sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.add-to-bag-text {
  display: inline-block;
  margin-right: 60px;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -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;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.list {
  font-size: 25px;
  list-style-type: square;
}

.list-item {
  color: red;
  font-size: 27px;
}

.heading {
  color: #bfc5c9;
  font-size: 14px;
  line-height: 20px;
  font-style: normal;
  font-weight: 500;
  text-decoration: none;
}

.hero-header-div {
  width: 100%;
  padding-top: 0px;
  font-size: 18px;
}

.hero-image {
  width: 100%;
  height: 100%;
}

.text-block-6 {
  margin-bottom: 50px;
  padding-right: 51px;
  color: #94a2b3;
  line-height: 25px;
}

.hero-container-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 10%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffefe5), color-stop(78%, rgba(229, 239, 255, 0.58)), color-stop(94%, rgba(229, 239, 255, 0.26)), to(rgba(229, 239, 255, 0)));
  background-image: linear-gradient(180deg, #ffefe5, rgba(229, 239, 255, 0.58) 78%, rgba(229, 239, 255, 0.26) 94%, rgba(229, 239, 255, 0));
}

.hero-left-split {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 54%;
  padding-top: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.hero-h1 {
  margin-top: 0px;
  margin-bottom: 29px;
  font-family: Lato, sans-serif;
  color: #272d4e;
  font-size: 80px;
  line-height: 95px;
}

.hero-image-right-split {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45%;
  height: 100%;
  -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;
}

.features-2-h4-2 {
  width: 306px;
  margin-top: 0px;
  margin-bottom: 13px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 36px;
  line-height: 45px;
}

.image-10 {
  width: 100%;
}

.features-2-top-split {
  position: absolute;
  top: -33px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 87%;
  height: 745.609375px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.features-2-buttong {
  padding: 20px 26px;
  border-radius: 60px;
  background-color: #1b1b1b;
  color: #fff7f7;
  font-size: 18px;
  line-height: 21px;
  font-weight: 500;
}

.features-2-buttong:hover {
  background-color: #796d67;
}

.features-2-image-div-2 {
  width: 38%;
  margin-right: 40px;
}

.features-2-section {
  margin-bottom: 287px;
}

.features-2-image-div {
  width: 42%;
  margin-right: 40px;
}

.features-2-text {
  margin-bottom: 40px;
  color: #fff;
  font-size: 18px;
  line-height: 30px;
}

.features-2-content-split {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 36%;
  padding-top: 168px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.features-2-top-split-2 {
  position: absolute;
  top: 533px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 83%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.features-2-container-flex {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 1300px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/fondo-Mattgo.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.list-item-2 {
  color: #fff;
}

.saneamiento {
  position: relative;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: block;
  height: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.contenido-productos {
  position: absolute;
  left: 0%;
  top: -403px;
  right: auto;
  bottom: 0%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.container-product {
  position: relative;
  z-index: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
}

.list-item-3 {
  color: #fff7f7;
}

.column-2 {
  background-image: url('../images/aire-acondicionado-copia1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.titulo-productos {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 25px;
  text-align: left;
}

.list-2 {
  padding-left: 0px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 30px;
  font-weight: 700;
  list-style-type: none;
}

.column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #16374d;
}

.columns {
  position: relative;
  z-index: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 55vh;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.div-block-titulo-mision-gti {
  padding-right: 10px;
  padding-left: 10px;
}

.div-flex-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 37px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-valores {
  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;
}

.h2-mision-gti {
  font-size: 20px;
  font-weight: 500;
}

.text-block-7 {
  padding-left: 20px;
}

.div-block-mision-content-gti {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 14px;
  margin-bottom: 14px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.h3-title-mision {
  margin-top: 0px;
}

.h3-title-mision.valores {
  color: red;
}

.section-mision-gti {
  margin-top: 30px;
  margin-bottom: 30px;
}

.h6-small {
  margin-top: 8px;
  margin-bottom: 8px;
  font-size: 18px;
  line-height: 22px;
}

.product-images {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.empty-state {
  background-color: transparent;
}

.gallery-left {
  position: relative;
  overflow: hidden;
  width: 49.5%;
  margin-right: 1%;
  margin-bottom: 1%;
}

.no-top-margin {
  margin-top: 0px;
}

.product-page-2 {
  position: relative;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 20px;
  padding-bottom: 60px;
  background-color: #fff;
}

.store-perks {
  width: 33%;
  margin-right: 1px;
  padding: 30px 20px;
  border-right: 1px solid #a2a3a3;
  text-align: center;
}

.store-perks._3 {
  padding-left: 5%;
  border-right-style: none;
}

.store-perks._2 {
  padding-left: 5%;
}

.flex-space {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.open-close-box {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 28px;
  margin-left: 10px;
  -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;
  border-radius: 3px;
}

.text-link {
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  font-size: 14px;
}

.text-link:hover {
  opacity: 0.85;
}

.text-link.medium {
  font-size: 16px;
}

.sticky-bar {
  position: -webkit-sticky;
  position: sticky;
  top: 70px;
}

.sticky-bar._20-pixels {
  top: 20px;
}

.intro-product-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 24%;
  margin-right: 1%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.full-width {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.category-link {
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  text-decoration: none;
}

.category-link:hover {
  opacity: 0.85;
}

.accordion-wrapper {
  margin-bottom: 10px;
}

.accordion-wrapper.product {
  margin-bottom: 10px;
  padding-right: 10px;
  padding-bottom: 0px;
  padding-left: 10px;
  border-bottom: 1px solid #a2a3a3;
}

.product-title {
  margin-top: 10px;
  margin-bottom: 5px;
  font-size: 20px;
  line-height: 1.3;
}

.accordion-item-content {
  overflow: hidden;
  padding-right: 0px;
  padding-left: 30px;
}

.accordion-item-content.no-padding {
  padding-left: 0px;
}

.breadcrumbs-2 {
  margin-bottom: 20px;
}

.vertical {
  position: absolute;
  width: 2px;
  height: 14px;
  background-color: #4e91bb;
}

.vertical.color {
  background-color: #8a8a8a;
}

.compare-price {
  display: inline-block;
  margin-right: 8px;
  color: #a2a3a3;
  font-style: italic;
  font-weight: 500;
  text-decoration: line-through;
}

.fabricaci-n-de-javas {
  margin-top: 40px;
}

.product-description {
  color: #333;
  font-size: 16px;
  font-weight: 500;
}

.expand {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.flex-no-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.sku {
  display: inline-block;
  margin-right: 3px;
  font-size: 11px;
  line-height: 11px;
  font-weight: 600;
}

.accordion-item-trigger {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-bottom: 5px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-decoration: none;
}

.accordion-item-trigger:hover {
  text-decoration: none;
}

.text-small {
  font-size: 14px;
}

.text-small.grey {
  color: #8a8a8a;
}

.price-2 {
  display: inline-block;
  margin-right: 8px;
  color: #8a8a8a;
  font-weight: 500;
}

.product-tag {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45px;
  height: 45px;
  margin-top: 10px;
  margin-right: 10px;
  padding-right: 6px;
  padding-left: 6px;
  -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;
  border-radius: 50%;
  color: #fff;
  font-size: 11px;
  line-height: 11px;
  font-weight: 600;
  text-align: center;
}

.breadcrumb-2 {
  display: inline-block;
  margin-right: 3px;
  font-size: 13px;
  text-decoration: none;
}

.hover-bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-image: url('../images/Módulos-Mattgo.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hover-bg.product {
  background-image: url('../images/Fabricación-Javas-Parihuelas-Mattgo.jpg');
}

.hover-bg.product.javas {
  background-image: url('../images/Módulos-Escritorio-Mattgo.jpg');
}

.hover-bg.empaquetado {
  background-image: url('../images/Empaquetado-de-Producto-Mattgo.jpg');
}

.hover-bg.empaque {
  background-image: url('../images/Empaquetado-de-Producto2-Mattgo.jpg');
}

.hover-bg.embalaje {
  background-image: url('../images/Empaquetado-de-Producto3-Mattgo.jpg');
}

.hover-bg.havas {
  background-image: url('../images/Fabricación-Javas-Parihuelas-4-Mattgo.jpg');
}

.hover-bg.modulo2 {
  background-image: url('../images/Módulos-y-Exhibidores-Mattgo.jpg');
}

.hover-bg.muebles {
  background-image: url('../images/Muebles-para-Oficina-Mattgo.jpg');
}

.hover-bg.mueble2 {
  background-image: url('../images/Muebles-para-Oficina-3-Mattgo.jpg');
}

.hover-bg.mueble3 {
  background-image: url('../images/Muebles-para-Oficina-2-Mattgo.jpg');
}

.hover-bg.se-aletica1 {
  background-image: url('../images/señaleticas---piso.jpg');
}

.hover-bg.se-aletica-2 {
  background-image: url('../images/Señaletica-Alto-Transito-Mattgo.jpg');
}

.hover-bg.se-aletica3 {
  background-image: url('../images/Señaletica-Celtec.jpg');
}

.gallery-right {
  position: relative;
  overflow: hidden;
  width: 49.5%;
  margin-bottom: 1%;
}

.horizontal {
  width: 14px;
  height: 2px;
  background-color: #4e91bb;
}

.horizontal.color {
  background-color: #8a8a8a;
}

.top-margin-2 {
  position: relative;
}

.top-margin-2._20-pixels {
  margin-top: 20px;
}

.top-margin-2._10-pixels {
  margin-top: 10px;
}

.top-margin-2._30-pixels {
  margin-top: 20px;
}

.top-margin-2._4-pixels {
  margin-top: 4px;
}

.top-margin-2._40-pixels {
  margin-top: 40px;
}

.top-margin-2._60-pixels {
  margin-top: 60px;
}

.right-product-column {
  position: relative;
  width: 30%;
  padding-right: 20px;
  padding-left: 20px;
}

.content-wrapper-2 {
  position: relative;
  z-index: 5;
  width: 100%;
  height: 100%;
  max-width: 1290px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 25px;
  padding-left: 25px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.flex {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.breadcrumb-link-2 {
  display: inline-block;
  margin-right: 3px;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  font-size: 13px;
  text-decoration: none;
}

.breadcrumb-link-2:hover {
  opacity: 0.85;
}

.main-image {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin-bottom: 1%;
}

.div-contenido-info {
  display: block;
  padding: 12px;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-template-areas: ". ."
    ". ."
    ". Area";
  -ms-grid-columns: 3fr 1fr;
  grid-template-columns: 3fr 1fr;
  -ms-grid-rows: auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto;
  background-color: #f4f4f4;
  font-weight: 500;
}

.heading-15 {
  font-weight: 500;
}

.paragraph-3 {
  font-size: 16px;
}

.bold-text-24 {
  margin-left: 15px;
  border: 1px none #000;
  font-size: 16px;
  font-weight: 500;
  white-space: normal;
}

.section-contenido-servicios {
  margin-top: 30px;
  margin-bottom: 30px;
}

.block-img-servcio {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 11px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #f4f4f4;
}

.text-block-8 {
  margin-top: 29px;
  margin-bottom: 20px;
  font-weight: 500;
}

.titulo-header {
  padding-right: 10px;
  padding-left: 10px;
}

.block-contenido-img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.heading-16 {
  font-size: 20px;
  font-weight: 500;
}

.column-3 {
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.list-3 {
  font-size: 16px;
}

@media screen and (min-width: 1280px) {
  .text-block-5 {
    color: #fff;
  }

  .link-politicas-gti {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
  }

  .link-solicite-cotizacion {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #000;
  }

  .div-block-contenido-politicas-gti {
    background-color: transparent;
  }

  .container-isection-informes-gti {
    display: block;
    max-width: 1200px;
    padding-top: 0px;
    -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;
  }

  .text-block-4 {
    padding-left: 20px;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
  }

  .link-catalogo-gti {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
  }

  .div-block-separador-whith {
    height: 50px;
  }

  .div-block-contenido-cotizaciones {
    width: 16.9124997456868%;
    background-color: transparent;
  }

  .text-block-3 {
    padding-top: 0px;
    padding-left: 14px;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
  }

  .div-contenido-catalogo {
    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;
    background-color: transparent;
  }

  .div-block-conainer-informesgti {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 24px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
  }

  .container-principal-gti {
    max-width: 1200px;
  }

  .block-color-base.titulo {
    z-index: 1;
  }

  .contenido-center {
    position: relative;
    z-index: 0;
  }

  .item-dodificacion {
    left: 19px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .div-block-colorhover {
    z-index: 0;
    height: 20%;
    background-color: #494c48;
  }

  .contenido-productos {
    top: -477px;
    padding-top: 0px;
  }

  .container-product {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .top-margin-2._30-pixels {
    margin-top: 30px;
  }
}

@media screen and (max-width: 991px) {
  .image {
    width: 50%;
  }

  .text-span {
    padding-left: 10px;
  }

  .nuestros-servicios {
    background-position: 50% 0%;
    background-size: auto;
  }

  .container-servicios {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .hero-right-wrapper {
    width: 100%;
    height: 50vh;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .hero-left-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0em;
    margin-bottom: 5em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .services-wrapper {
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .services-text {
    margin-right: 0em;
    text-align: center;
  }

  .container-2 {
    padding-right: 3em;
    padding-left: 3em;
  }

  .hero-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .social-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 80%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .section-mineria {
    min-height: auto;
  }

  .social-text-link {
    margin-right: 0em;
  }

  .hero-heading {
    text-align: center;
  }

  .demo-wrapper {
    margin-top: 100px;
    margin-right: 0%;
    padding-right: 90px;
    padding-left: 90px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .d-60-card-wrapper {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .demo-container {
    display: block;
    overflow: hidden;
    height: auto;
    min-height: 100vh;
    clear: both;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .demo-right-arrow-wrapper {
    position: fixed;
  }

  .demo-left-arrow-wrapper {
    position: fixed;
  }

  .item-iconos {
    overflow: visible;
    clear: both;
  }

  .footer-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-column {
    padding-right: 20px;
  }

  .navmenu__dropdown-left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .navbar__container {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    background-color: #fff;
  }

  .navmenu__dropdown-container {
    width: 100%;
    border-bottom: 1px solid #e4e4e4;
  }

  .navmenu__dropdown-container.cc-mobile {
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .navmenu__dropdown-section-list {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .navmenu__button {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    margin-right: -20px;
    padding: 22px 16px 18px;
    -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: transparent;
    font-size: 24px;
    cursor: pointer;
  }

  .brand {
    z-index: 1;
  }

  .link-list__dropdown-toggle {
    z-index: 1;
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-color: #fff;
  }

  .link-list__dropdown-toggle:hover {
    box-shadow: none;
  }

  .link-list__dropdown-toggle.w--open {
    box-shadow: none;
  }

  .navmenu__dropdown-section {
    margin-bottom: 32px;
  }

  .navmenu__flex-container {
    position: absolute;
    height: 100%;
    margin-top: 0px;
    padding-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #fff;
  }

  .navmenu__button-icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 24px;
    height: 24px;
    -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;
  }

  .link-list__dropdown-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-color: #fff;
  }

  .link-list__list-item {
    position: relative;
    z-index: 1;
    margin-right: 0px;
    padding-right: 20px;
    padding-left: 20px;
    border-bottom: 1px solid #e4e4e4;
    background-color: #fff;
  }

  .link-list__list-item.cc-first {
    z-index: 2;
  }

  .link-list__link {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .link-list__link:hover {
    box-shadow: none;
  }

  .navmenu__dropdown {
    position: relative;
    top: 0%;
    overflow: hidden;
  }

  .navmenu__dropdown.w--open {
    position: relative;
    top: 0%;
    overflow: visible;
    max-height: none;
    padding-bottom: 20px;
    border-top-style: none;
    border-bottom-style: none;
  }

  .navbar__navmenu-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .navbar__navmenu {
    position: absolute;
    left: 0%;
    top: 100%;
    right: 0%;
    bottom: 0%;
    z-index: 0;
    overflow: hidden;
    height: 100vh;
    margin-left: 0px;
    border-bottom: 1px solid #e4e4e4;
    -webkit-transform: translate(0px, 0%);
    -ms-transform: translate(0px, 0%);
    transform: translate(0px, 0%);
    -webkit-transition-property: none;
    transition-property: none;
  }

  .navmenu__dropdown-banner-link {
    border: 1px solid #e4e4e4;
  }

  .navmenu__link-list {
    overflow: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-bottom: 1px solid #e4e4e4;
  }

  .navbar__mobile-overlay {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 1;
    display: block;
    border-bottom: 1px solid #e4e4e4;
    background-color: #fff;
  }

  .navmenu__dropdown-block {
    padding-right: 32px;
    padding-left: 32px;
    border: 1px solid #e4e4e4;
  }

  .navmenu__dropdown-right {
    padding-top: 32px;
    padding-bottom: 20px;
  }

  .navigation-phone--izquierda {
    display: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .flat-phone {
    background-image: url('../images/icon-phone-04.svg');
  }

  .icon-span {
    font-size: 24px;
  }

  .text-dosificacion {
    font-size: 15px;
  }

  .image-9 {
    max-height: none;
    max-width: none;
  }

  .grid {
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .item-dodificacion {
    display: none;
  }

  .item-dodificacion.center {
    display: none;
  }

  .tab-title-mobile {
    margin-bottom: 10px;
    color: #bfc5c9;
  }

  .product-tabs {
    display: none;
  }

  .slider {
    padding-top: 60px;
  }

  .breadcrumbs {
    display: none;
  }

  .add-to-bag {
    display: block;
  }

  .column-product-info {
    height: 100vh;
    padding-top: 60px;
    padding-right: 32px;
    padding-left: 32px;
  }

  .extra-info-mobile {
    display: block;
  }

  .hero-container-flex {
    padding-right: 0px;
    padding-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .hero-left-split {
    width: 100%;
    margin-bottom: 50px;
  }

  .hero-image-right-split {
    width: 100%;
  }

  .features-2-top-split {
    position: static;
    width: 100%;
    padding-top: 0px;
  }

  .features-2-section {
    margin-bottom: 0px;
  }

  .features-2-content-split {
    width: 50%;
  }

  .features-2-top-split-2 {
    position: static;
    top: 0px;
    width: 100%;
  }

  .features-2-container-flex {
    height: auto;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .columns {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .no-top-margin {
    font-size: 26px;
    line-height: 32px;
  }

  .content-wrapper-2 {
    max-width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .fontawesome-close-menu {
    right: 40px;
  }

  .slider-container {
    padding-right: 14px;
    padding-left: 14px;
  }

  .scroll-indicator {
    width: 35px;
    height: 20px;
    border-right-width: 5px;
    border-left-width: 5px;
    border-radius: 5px;
  }

  .image {
    width: 60%;
  }

  .menu-button {
    width: 33px;
    height: 33px;
  }

  .paragraph {
    font-size: 16px;
    line-height: 20px;
  }

  .slide-nav {
    bottom: 15px;
    width: 30px;
    height: 80px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .h1 {
    font-size: 7vw;
  }

  .h2 {
    font-size: 6vw;
  }

  .spacer40 {
    height: 20px;
  }

  .nuestros-servicios {
    background-position: 100% 50%;
    background-size: auto;
  }

  .container-servicios {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .demo-container {
    min-height: 150vh;
  }

  .footer-bottom {
    margin-top: 40px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer-grid-01 {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .footer-column {
    padding-right: 0px;
  }

  .navmenu__dropdown-section-list {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .navigation-phone--izquierda {
    width: 100%;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .flat-phone {
    background-image: url('../images/icon-phone-04.svg');
  }

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

  .text-block-5 {
    text-align: center;
  }

  .div-block-contenido-politicas-gti {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .container-isection-informes-gti {
    padding-top: 15px;
  }

  .div-block-separador-whith {
    width: 100%;
    height: 1px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -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;
  }

  .div-block-contenido-cotizaciones {
    width: 50%;
    padding-top: 10px;
  }

  .div-contenido-catalogo {
    padding-top: 0px;
    padding-bottom: 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .div-block-conainer-informesgti {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .image-9 {
    height: 100%;
    max-height: none;
    max-width: none;
  }

  .grid {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-grid-rows: auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto;
  }

  .contenido-center {
    max-height: 100%;
    max-width: 100%;
    background-image: none;
  }

  .div-header {
    height: 40vh;
  }

  .imgahe-content-header {
    height: 40vh;
    background-size: cover;
  }

  .product-content {
    width: 100%;
  }

  .product-tabs {
    display: block;
  }

  .column-product-photo {
    height: 80vh;
  }

  .slider {
    height: 80vh;
  }

  .breadcrumbs {
    display: block;
  }

  .add-to-bag {
    display: inline-block;
  }

  .column-product-info {
    height: 80vh;
    min-height: 640px;
    padding-top: 28px;
  }

  .extra-info-mobile {
    display: none;
  }

  .button-group {
    margin-bottom: 48px;
  }

  .text-block-6 {
    text-align: center;
  }

  .hero-h1 {
    font-size: 40px;
    line-height: 52px;
    text-align: center;
  }

  .features-2-top-split {
    margin-bottom: 30px;
  }

  .features-2-container-flex {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .contenido-productos {
    left: 5%;
    top: -1089px;
    right: auto;
    bottom: 0%;
  }

  .column-2 {
    height: 350px;
  }

  .column {
    height: 350px;
  }

  .columns {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .h3-title-mision {
    font-size: 14px;
  }

  .h3-title-mision.valores {
    margin-bottom: 10px;
  }

  .product-images {
    width: 100%;
    margin-bottom: 20px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .no-top-margin {
    font-size: 24px;
    line-height: 30px;
  }

  .product-description {
    font-size: 16px;
    line-height: 25px;
  }

  .right-product-column {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }

  .content-wrapper-2 {
    z-index: 5;
  }

  .div-contenido-info {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-areas: ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .block-img-servcio {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

@media screen and (max-width: 479px) {
  .flex-vertical.max-50 {
    width: 100%;
    max-width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .fontawesome-close-menu {
    right: 40px;
  }

  .flex-fix {
    display: none;
  }

  .mask {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .slide-content {
    padding-right: 30px;
    padding-left: 45px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .scroll-indicator {
    width: 20px;
    height: 35px;
    border-width: 5px 2px;
  }

  .image {
    width: 100%;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .slide-nav {
    bottom: 20px;
    margin-bottom: -10px;
  }

  .h1 {
    font-size: 10vw;
  }

  .h2 {
    font-size: 9vw;
  }

  .block-infoservicios {
    padding-right: 10px;
    padding-left: 10px;
  }

  .hero-right-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .services-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .services-text {
    margin-bottom: 2em;
  }

  .buttons-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .social-wrapper {
    width: 100%;
  }

  .secondary-button {
    margin-bottom: 1em;
  }

  .hero-paragraph {
    text-align: center;
  }

  .primary-button {
    margin-right: 0em;
    margin-bottom: 2em;
  }

  .hero-right-grid-wrapper {
    height: 200px;
    margin-bottom: 0.5em;
  }

  .hero-right-grid-wrapper._4 {
    height: 200px;
    margin-top: 0px;
    margin-bottom: 0.5em;
  }

  .hero-right-grid-wrapper._2 {
    height: 200px;
    margin-top: 0em;
    margin-bottom: 0.5em;
  }

  .hero-right-grid-wrapper._5 {
    width: 100%;
    margin-top: 0em;
    margin-bottom: 0em;
  }

  .hero-right-grid-wrapper._3 {
    width: 100%;
    margin-bottom: 0.5em;
  }

  .hero-heading {
    font-size: 1.8em;
  }

  .demo-wrapper {
    margin-right: 0px;
    padding-right: 50px;
    padding-left: 50px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .d-60-card-wrapper {
    width: 300px;
  }

  .demo-right-arrow-wrapper {
    width: 50px;
  }

  .demo-left-arrow-wrapper {
    width: 50px;
  }

  .footer-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  .footer-grid-01 {
    -ms-grid-columns: 2fr;
    grid-template-columns: 2fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }

  .footer-wrapper {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer-title-button {
    margin-right: 0px;
    margin-bottom: 20px;
  }

  .footer-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .footer-logo {
    margin-bottom: 32px;
  }

  .navmenu__dropdown-section-link-icon {
    margin-bottom: 24px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .navmenu__dropdown-left {
    padding-bottom: 32px;
  }

  .navmenu__dropdown-section-list {
    grid-row-gap: 24px;
  }

  .navmenu__dropdown-section-link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .navmenu__dropdown-section-link-description {
    margin-top: 4px;
  }

  .navbar__navmenu-mobile {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .navbar__navmenu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .navmenu__dropdown-block {
    padding-right: 24px;
    padding-left: 24px;
    border-bottom-width: 0px;
  }

  .navmenu__dropdown-right {
    padding-top: 28px;
    padding-bottom: 12px;
  }

  .text-block-5 {
    text-align: center;
  }

  .container-isection-informes-gti {
    padding-top: 15px;
  }

  .div-block-contenido-cotizaciones {
    width: 70%;
    padding-bottom: 0px;
  }

  .icon-span {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 18px;
  }

  .text-dosificacion {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 14px;
  }

  .image-9 {
    max-height: none;
    max-width: none;
  }

  .grid {
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }

  .section-principal {
    margin-right: 0px;
  }

  .item-dodificacion.center {
    display: none;
  }

  .div-header {
    width: 100%;
    height: 36vh;
  }

  .imgahe-content-header {
    height: 36vh;
    background-size: cover;
  }

  .slide-1.casco-diamond {
    background-position: 50% 50%;
  }

  .product-tabs {
    display: none;
  }

  .column-product-photo {
    height: 70vh;
  }

  .slider {
    height: 70vh;
  }

  .tab-title {
    margin-right: 0px;
    margin-left: 0px;
  }

  .breadcrumbs {
    display: none;
  }

  .add-to-bag {
    display: block;
  }

  .column-product-info {
    height: auto;
    min-height: 700px;
    padding-top: 40px;
  }

  .extra-info-mobile {
    display: block;
  }

  .hero-header-div {
    padding-right: 20px;
    padding-left: 20px;
  }

  .text-block-6 {
    padding-right: 0px;
  }

  .hero-container-flex {
    padding-left: 0px;
  }

  .hero-h1 {
    font-size: 30px;
    line-height: 37px;
  }

  .features-2-h4-2 {
    font-size: 33px;
    line-height: 42px;
  }

  .features-2-top-split {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .features-2-image-div-2 {
    width: 100%;
    margin-right: 0px;
  }

  .features-2-image-div {
    width: 100%;
    margin-right: 0px;
  }

  .features-2-content-split {
    width: 100%;
  }

  .features-2-top-split-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .features-2-container-flex {
    padding-right: 20px;
    padding-left: 20px;
  }

  .contenido-productos {
    top: -1061px;
  }

  .no-top-margin {
    font-size: 22px;
    line-height: 28px;
  }

  .store-perks {
    width: 100%;
    max-width: 350px;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 20px;
    border-bottom: 1px solid #a2a3a3;
    border-right-style: none;
  }

  .intro-product-items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 350px;
    margin-right: auto;
    margin-bottom: 40px;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .right-product-column {
    width: 100%;
  }

  .div-contenido-info {
    -ms-grid-rows: auto auto auto auto auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto;
  }

  .image-15 {
    max-width: 100%;
  }
}

#w-node-_396dc7da-0fef-8799-04c8-801369574096-b2e3fbbf {
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_396dc7da-0fef-8799-04c8-801369574098-b2e3fbbf {
  -ms-grid-column-align: end;
  justify-self: end;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_5ff488e3-2726-6523-bf1c-cd536c6a4507-6c6a44f3 {
  -ms-grid-column-span: 2;
  grid-column-end: 4;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 2;
  grid-row-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_5ff488e3-2726-6523-bf1c-cd536c6a4563-6c6a44f3 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_5ff488e3-2726-6523-bf1c-cd536c6a4567-6c6a44f3 {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_5ff488e3-2726-6523-bf1c-cd536c6a4580-6c6a44f3 {
  -ms-grid-column-span: 2;
  grid-column-end: 4;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 2;
  grid-row-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-b6213bd0-90c3-2a99-bac7-66b33864b507-17ba1d23 {
  -ms-grid-row: span 3;
  grid-row-start: span 3;
  -ms-grid-row-span: 3;
  grid-row-end: span 3;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-b6213bd0-90c3-2a99-bac7-66b33864b516-17ba1d23 {
  -ms-grid-row: span 3;
  grid-row-start: span 3;
  -ms-grid-row-span: 3;
  grid-row-end: span 3;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-b6213bd0-90c3-2a99-bac7-66b33864b523-17ba1d23 {
  -ms-grid-row: span 3;
  grid-row-start: span 3;
  -ms-grid-row-span: 3;
  grid-row-end: span 3;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-b6213bd0-90c3-2a99-bac7-66b33864b530-17ba1d23 {
  -ms-grid-row: span 3;
  grid-row-start: span 3;
  -ms-grid-row-span: 3;
  grid-row-end: span 3;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-b6213bd0-90c3-2a99-bac7-66b33864b53d-17ba1d23 {
  -ms-grid-row: span 3;
  grid-row-start: span 3;
  -ms-grid-row-span: 3;
  grid-row-end: span 3;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-b6213bd0-90c3-2a99-bac7-66b33864b54a-17ba1d23 {
  -ms-grid-row: span 3;
  grid-row-start: span 3;
  -ms-grid-row-span: 3;
  grid-row-end: span 3;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-b6213bd0-90c3-2a99-bac7-66b33864b555-17ba1d23 {
  -ms-grid-row: span 3;
  grid-row-start: span 3;
  -ms-grid-row-span: 3;
  grid-row-end: span 3;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-b6213bd0-90c3-2a99-bac7-66b33864b562-17ba1d23 {
  -ms-grid-row: span 3;
  grid-row-start: span 3;
  -ms-grid-row-span: 3;
  grid-row-end: span 3;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-b6213bd0-90c3-2a99-bac7-66b33864b56f-17ba1d23 {
  -ms-grid-row: span 3;
  grid-row-start: span 3;
  -ms-grid-row-span: 3;
  grid-row-end: span 3;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-f1bbae8a-df42-52ee-f259-0d25f0869aa5-d2d8a50f {
  -ms-grid-row: span 3;
  grid-row-start: span 3;
  -ms-grid-row-span: 3;
  grid-row-end: span 3;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-f1bbae8a-df42-52ee-f259-0d25f0869ab0-d2d8a50f {
  -ms-grid-row: span 3;
  grid-row-start: span 3;
  -ms-grid-row-span: 3;
  grid-row-end: span 3;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-f1bbae8a-df42-52ee-f259-0d25f0869abb-d2d8a50f {
  -ms-grid-row: span 3;
  grid-row-start: span 3;
  -ms-grid-row-span: 3;
  grid-row-end: span 3;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

@media screen and (max-width: 991px) {
  #w-node-b6213bd0-90c3-2a99-bac7-66b33864b507-17ba1d23 {
    -ms-grid-row: span 2;
    grid-row-start: span 2;
    -ms-grid-row-span: 2;
    grid-row-end: span 2;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  #w-node-b6213bd0-90c3-2a99-bac7-66b33864b516-17ba1d23 {
    -ms-grid-row: span 2;
    grid-row-start: span 2;
    -ms-grid-row-span: 2;
    grid-row-end: span 2;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-b6213bd0-90c3-2a99-bac7-66b33864b523-17ba1d23 {
    -ms-grid-row: span 2;
    grid-row-start: span 2;
    -ms-grid-row-span: 2;
    grid-row-end: span 2;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-b6213bd0-90c3-2a99-bac7-66b33864b530-17ba1d23 {
    -ms-grid-row: span 2;
    grid-row-start: span 2;
    -ms-grid-row-span: 2;
    grid-row-end: span 2;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-b6213bd0-90c3-2a99-bac7-66b33864b53d-17ba1d23 {
    -ms-grid-row: span 2;
    grid-row-start: span 2;
    -ms-grid-row-span: 2;
    grid-row-end: span 2;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-b6213bd0-90c3-2a99-bac7-66b33864b54a-17ba1d23 {
    -ms-grid-row: span 2;
    grid-row-start: span 2;
    -ms-grid-row-span: 2;
    grid-row-end: span 2;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-b6213bd0-90c3-2a99-bac7-66b33864b555-17ba1d23 {
    -ms-grid-row: span 2;
    grid-row-start: span 2;
    -ms-grid-row-span: 2;
    grid-row-end: span 2;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-b6213bd0-90c3-2a99-bac7-66b33864b562-17ba1d23 {
    -ms-grid-row: span 2;
    grid-row-start: span 2;
    -ms-grid-row-span: 2;
    grid-row-end: span 2;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-b6213bd0-90c3-2a99-bac7-66b33864b56f-17ba1d23 {
    -ms-grid-row: span 2;
    grid-row-start: span 2;
    -ms-grid-row-span: 2;
    grid-row-end: span 2;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-f1bbae8a-df42-52ee-f259-0d25f0869aa5-d2d8a50f {
    -ms-grid-row: span 2;
    grid-row-start: span 2;
    -ms-grid-row-span: 2;
    grid-row-end: span 2;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  #w-node-f1bbae8a-df42-52ee-f259-0d25f0869ab0-d2d8a50f {
    -ms-grid-row: span 2;
    grid-row-start: span 2;
    -ms-grid-row-span: 2;
    grid-row-end: span 2;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-f1bbae8a-df42-52ee-f259-0d25f0869abb-d2d8a50f {
    -ms-grid-row: span 2;
    grid-row-start: span 2;
    -ms-grid-row-span: 2;
    grid-row-end: span 2;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_50672af2-e3b4-b28c-915d-eec4b3e40aca-b3e40ac5 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }

  #w-node-b6213bd0-90c3-2a99-bac7-66b33864b507-17ba1d23 {
    -ms-grid-row: span 3;
    grid-row-start: span 3;
    -ms-grid-row-span: 3;
    grid-row-end: span 3;
    -ms-grid-column: span 4;
    grid-column-start: span 4;
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  #w-node-b6213bd0-90c3-2a99-bac7-66b33864b516-17ba1d23 {
    -ms-grid-row: span 3;
    grid-row-start: span 3;
    -ms-grid-row-span: 3;
    grid-row-end: span 3;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-b6213bd0-90c3-2a99-bac7-66b33864b523-17ba1d23 {
    -ms-grid-row: span 3;
    grid-row-start: span 3;
    -ms-grid-row-span: 3;
    grid-row-end: span 3;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-b6213bd0-90c3-2a99-bac7-66b33864b530-17ba1d23 {
    -ms-grid-row: span 2;
    grid-row-start: span 2;
    -ms-grid-row-span: 2;
    grid-row-end: span 2;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-b6213bd0-90c3-2a99-bac7-66b33864b53d-17ba1d23 {
    -ms-grid-row: span 2;
    grid-row-start: span 2;
    -ms-grid-row-span: 2;
    grid-row-end: span 2;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-b6213bd0-90c3-2a99-bac7-66b33864b54a-17ba1d23 {
    -ms-grid-row: span 3;
    grid-row-start: span 3;
    -ms-grid-row-span: 3;
    grid-row-end: span 3;
    -ms-grid-column: span 4;
    grid-column-start: span 4;
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
  }

  #w-node-b6213bd0-90c3-2a99-bac7-66b33864b555-17ba1d23 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-b6213bd0-90c3-2a99-bac7-66b33864b562-17ba1d23 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-b6213bd0-90c3-2a99-bac7-66b33864b56f-17ba1d23 {
    -ms-grid-row: span 3;
    grid-row-start: span 3;
    -ms-grid-row-span: 3;
    grid-row-end: span 3;
    -ms-grid-column: span 4;
    grid-column-start: span 4;
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
  }

  #w-node-f1bbae8a-df42-52ee-f259-0d25f0869aa5-d2d8a50f {
    -ms-grid-row: span 3;
    grid-row-start: span 3;
    -ms-grid-row-span: 3;
    grid-row-end: span 3;
    -ms-grid-column: span 4;
    grid-column-start: span 4;
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  #w-node-f1bbae8a-df42-52ee-f259-0d25f0869ab0-d2d8a50f {
    -ms-grid-row: span 3;
    grid-row-start: span 3;
    -ms-grid-row-span: 3;
    grid-row-end: span 3;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-f1bbae8a-df42-52ee-f259-0d25f0869abb-d2d8a50f {
    -ms-grid-row: span 3;
    grid-row-start: span 3;
    -ms-grid-row-span: 3;
    grid-row-end: span 3;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_50672af2-e3b4-b28c-915d-eec4b3e40aca-b3e40ac5 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-b6213bd0-90c3-2a99-bac7-66b33864b507-17ba1d23 {
    -ms-grid-row: span 2;
    grid-row-start: span 2;
    -ms-grid-row-span: 2;
    grid-row-end: span 2;
    -ms-grid-column: span 4;
    grid-column-start: span 4;
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  #w-node-b6213bd0-90c3-2a99-bac7-66b33864b516-17ba1d23 {
    -ms-grid-row: span 2;
    grid-row-start: span 2;
    -ms-grid-row-span: 2;
    grid-row-end: span 2;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-b6213bd0-90c3-2a99-bac7-66b33864b523-17ba1d23 {
    -ms-grid-row: span 2;
    grid-row-start: span 2;
    -ms-grid-row-span: 2;
    grid-row-end: span 2;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-b6213bd0-90c3-2a99-bac7-66b33864b530-17ba1d23 {
    -ms-grid-row: span 2;
    grid-row-start: span 2;
    -ms-grid-row-span: 2;
    grid-row-end: span 2;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-b6213bd0-90c3-2a99-bac7-66b33864b53d-17ba1d23 {
    -ms-grid-row: span 2;
    grid-row-start: span 2;
    -ms-grid-row-span: 2;
    grid-row-end: span 2;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-b6213bd0-90c3-2a99-bac7-66b33864b54a-17ba1d23 {
    -ms-grid-row: span 2;
    grid-row-start: span 2;
    -ms-grid-row-span: 2;
    grid-row-end: span 2;
    -ms-grid-column: span 4;
    grid-column-start: span 4;
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
  }

  #w-node-b6213bd0-90c3-2a99-bac7-66b33864b555-17ba1d23 {
    -ms-grid-row: span 2;
    grid-row-start: span 2;
    -ms-grid-row-span: 2;
    grid-row-end: span 2;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-b6213bd0-90c3-2a99-bac7-66b33864b562-17ba1d23 {
    -ms-grid-row: span 2;
    grid-row-start: span 2;
    -ms-grid-row-span: 2;
    grid-row-end: span 2;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-b6213bd0-90c3-2a99-bac7-66b33864b56f-17ba1d23 {
    -ms-grid-row: span 2;
    grid-row-start: span 2;
    -ms-grid-row-span: 2;
    grid-row-end: span 2;
    -ms-grid-column: span 4;
    grid-column-start: span 4;
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
  }

  #w-node-f1bbae8a-df42-52ee-f259-0d25f0869aa5-d2d8a50f {
    -ms-grid-row: span 2;
    grid-row-start: span 2;
    -ms-grid-row-span: 2;
    grid-row-end: span 2;
    -ms-grid-column: span 4;
    grid-column-start: span 4;
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  #w-node-f1bbae8a-df42-52ee-f259-0d25f0869ab0-d2d8a50f {
    -ms-grid-row: span 2;
    grid-row-start: span 2;
    -ms-grid-row-span: 2;
    grid-row-end: span 2;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-f1bbae8a-df42-52ee-f259-0d25f0869abb-d2d8a50f {
    -ms-grid-row: span 2;
    grid-row-start: span 2;
    -ms-grid-row-span: 2;
    grid-row-end: span 2;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }
}

@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.woff2') format('woff2'), url('../fonts/fa-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa brands 400';
  src: url('../fonts/fa-brands-400.woff2') format('woff2'), url('../fonts/fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa v4compatibility';
  src: url('../fonts/fa-v4compatibility.woff2') format('woff2'), url('../fonts/fa-v4compatibility.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa solid 900';
  src: url('../fonts/fa-solid-900.woff2') format('woff2'), url('../fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}