.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;
}

body {
  height: 100vh;
  padding-top: 0px;
  font-family: Montserrat, sans-serif;
  color: #333;
  font-size: 1.2em;
  line-height: 1em;
  font-weight: 400;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 4em;
  line-height: 1em;
  font-weight: 800;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 3em;
  line-height: 1em;
  font-weight: 700;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 2.5em;
  line-height: 1em;
  font-weight: 700;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 2em;
  line-height: 1em;
  font-weight: 600;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.4em;
  line-height: 1em;
  font-weight: 500;
}

h6 {
  position: absolute;
  bottom: -1px;
  margin: 10px auto;
  color: #fff;
  font-size: 4em;
  line-height: 1em;
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
}

p {
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  line-height: 1.2em;
  font-weight: 300;
}

a {
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #c8d41f;
  font-weight: 500;
  text-decoration: none;
}

a:hover {
  color: #7f8804;
}

label {
  display: block;
  margin-bottom: 5px;
  font-size: 0.8em;
  font-weight: 700;
}

.layer2 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
}

.layer3 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
}

.layer4 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
}

.layer5 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
}

.lighttype {
  margin-top: -40px;
  margin-left: 20px;
  font-family: Lato, sans-serif;
  color: #fff;
  text-transform: uppercase;
}

.link-6 {
  color: #7f8804;
}

.section001 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  padding-top: 0px;
  padding-bottom: 0px;
  -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;
  background-color: #c8d41f;
}

.section001-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 1px none #000;
  background-color: #c8d41f;
  background-image: -webkit-gradient(linear, left top, right top, from(#c8d41f), to(#bbc51e));
  background-image: linear-gradient(90deg, #c8d41f, #bbc51e);
  -webkit-transition: -webkit-box-flex 800ms ease, -webkit-flex 800ms ease;
  transition: -webkit-box-flex 800ms ease, -webkit-flex 800ms ease;
  transition: flex 800ms ease;
  transition: flex 800ms ease, -webkit-box-flex 800ms ease, -webkit-flex 800ms ease, -ms-flex 800ms ease;
}

.section001-block:hover {
  -webkit-flex-basis: 30%;
  -ms-flex-preferred-size: 30%;
  flex-basis: 30%;
}

.section001-block:active {
  -webkit-flex-basis: 30%;
  -ms-flex-preferred-size: 30%;
  flex-basis: 30%;
}

.section001-block:focus {
  -webkit-flex-basis: 30%;
  -ms-flex-preferred-size: 30%;
  flex-basis: 30%;
}

.section001-block.cart-home-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-image: url('../images/mancha_textura_003.png'), -webkit-gradient(linear, left top, right top, from(#c8d41f), to(#bbc51e));
  background-image: url('../images/mancha_textura_003.png'), linear-gradient(90deg, #c8d41f, #bbc51e);
  background-position: 100% 50%, 0px 0px;
  background-size: auto 100%, auto;
  background-repeat: no-repeat, repeat;
}

.section001-block.byr-home-bar {
  background-image: url('../images/mancha_textura_001_vert_der.png'), -webkit-gradient(linear, left top, right top, from(#c8d41f), to(#bbc51e));
  background-image: url('../images/mancha_textura_001_vert_der.png'), linear-gradient(90deg, #c8d41f, #bbc51e);
  background-position: 100% 50%, 0px 0px;
  background-size: auto 100%, auto;
  background-repeat: no-repeat, repeat;
}

.section001-block.inst-home-bar {
  background-image: url('../images/mancha_textura_002_vert_der.png'), -webkit-gradient(linear, left top, right top, from(#c8d41f), to(#bbc51e));
  background-image: url('../images/mancha_textura_002_vert_der.png'), linear-gradient(90deg, #c8d41f, #bbc51e);
  background-position: 100% 50%, 0px 0px;
  background-size: auto 100%, auto;
  background-repeat: no-repeat, repeat;
}

.section001-block.exh-home-bar {
  background-image: url('../images/mancha_textura_003.png'), -webkit-gradient(linear, left top, right top, from(#c8d41f), to(#bbc51e));
  background-image: url('../images/mancha_textura_003.png'), linear-gradient(90deg, #c8d41f, #bbc51e);
  background-position: 0px 50%, 0px 0px;
  background-size: auto 100%, auto;
  background-repeat: no-repeat, repeat;
}

.section001-block.plot-home-bar {
  background-image: url('../images/mancha_textura_001_vert_der.png'), -webkit-gradient(linear, left top, right top, from(#c8d41f), to(#bbc51e));
  background-image: url('../images/mancha_textura_001_vert_der.png'), linear-gradient(90deg, #c8d41f, #bbc51e);
  background-position: 100% 50%, 0px 0px;
  background-size: auto 100%, auto;
  background-repeat: no-repeat, repeat;
}

.section001-block.sen-home-bar {
  background-image: url('../images/mancha_textura_002_vert_der.png'), -webkit-gradient(linear, left top, right top, from(#c8d41f), to(#bbc51e));
  background-image: url('../images/mancha_textura_002_vert_der.png'), linear-gradient(90deg, #c8d41f, #bbc51e);
  background-position: 100% 50%, 0px 0px;
  background-size: auto 100%, auto;
  background-repeat: no-repeat, repeat;
}

.homeblockheading {
  position: absolute;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-size: 1.4em;
  font-style: normal;
  font-weight: 100;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.catsectionhome {
  position: relative;
  overflow: hidden;
  max-width: 100vw;
  min-height: 100%;
}

.catsectionhome.bryret {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(200, 212, 31, 0.61)), to(rgba(200, 212, 31, 0.61))), url('../images/retail.jpg');
  background-image: linear-gradient(180deg, rgba(200, 212, 31, 0.61), rgba(200, 212, 31, 0.61)), url('../images/retail.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.catsectionhome.bryret.mbm-multiply {
  background-image: url('../images/retail.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.catsectionhome.carthome {
  overflow: hidden;
  background-image: url('../images/Carteleria-hero.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.catsectionhome.inst-hero {
  background-image: url('../images/PCart_Instalaciones_Hero.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.catsectionhome.exh-hero {
  background-image: url('../images/Exhibidores-hero.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.catsectionhome.plot-hero {
  background-image: url('../images/Ploteo-hero.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.catsectionhome.sen-home {
  background-image: url('../images/Senaletica-hero.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.catsectionhome.empresahome {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 30vh;
  -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: -webkit-gradient(linear, left top, left bottom, from(rgba(200, 212, 31, 0.5)), to(rgba(200, 212, 31, 0.5))), url('../images/apple-close-up-delicious-533343.jpg');
  background-image: linear-gradient(180deg, rgba(200, 212, 31, 0.5), rgba(200, 212, 31, 0.5)), url('../images/apple-close-up-delicious-533343.jpg');
  background-position: 0px 0px, 100% 100%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.catsectionhome.tallerhero {
  background-image: url('../images/PCart_Taller_Hero.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.catgreenoverlay {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  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: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: #c8d41f;
}

.catmainblurb.white {
  -webkit-column-gap: 0.8em;
  column-gap: 0.8em;
}

.catmaininfocontainer {
  position: relative;
  min-height: 500px;
  margin-top: -40vh;
  padding: 92px 50px 100px 80px;
  background-color: rgba(0, 0, 0, 0.85);
}

.catmaininfocontainer.empresa {
  min-height: 400px;
  padding-right: 50px;
  padding-bottom: 24px;
  padding-left: 50px;
}

.catmaininfocontainer.taller {
  padding-top: 60px;
  padding-left: 80px;
}

.white {
  color: #fff;
}

.catmaintitle {
  display: inline-block;
  margin-bottom: 55px;
  margin-left: -120px;
  padding-left: 60px;
  border-bottom: 6px solid #ef480e;
  font-size: 3em;
  text-transform: uppercase;
}

.catmaintitle.white {
  margin-top: -30px;
  margin-bottom: 50px;
  padding-left: 120px;
  line-height: 1.1em;
  font-weight: 700;
}

.catmaintitle.white.byretail {
  margin-bottom: 0px;
}

.catmaintitle.empresasubh {
  margin-top: -40px;
  margin-bottom: 40px;
  margin-left: -100px;
  padding-left: 100px;
  color: #fff;
  font-size: 2.9em;
  font-weight: 300;
  text-transform: uppercase;
}

.catsection2 {
  max-width: 100vw;
  min-height: 100px;
  padding-top: 1px;
  background-image: url('../images/mancha_textura_001.png');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.catsection4 {
  display: block;
  max-width: 100vw;
  min-height: 500px;
  padding-bottom: 60px;
  -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: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.57)), to(hsla(0, 0%, 100%, 0.57))), url('../images/mancha_textura_001.png');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.57), hsla(0, 0%, 100%, 0.57)), url('../images/mancha_textura_001.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, contain;
  background-repeat: repeat, repeat-x;
}

.footersection {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 100vw;
  min-height: 430px;
  margin-top: -100px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: url('../images/mancha_textura_001.png');
  background-position: 50% 0px;
  background-size: contain;
  background-repeat: repeat-x;
}

.footersection.mbm-multiply {
  min-height: 430px;
}

.footerbackground {
  position: relative;
  min-height: 200px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #4d4d4d;
}

.footerphone {
  position: relative;
  margin-right: 8px;
  padding: 1px 8px 4px 4px;
  float: right;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #888;
  font-size: 1.3em;
  line-height: 1.1em;
  font-weight: 400;
  text-shadow: 3px 3px 13px rgba(0, 0, 0, 0.6);
}

.footerphone:hover {
  color: #fff;
}

.footernav {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 40px;
  margin-top: -46px;
  margin-bottom: 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;
  background-color: rgba(0, 0, 0, 0.8);
}

.footertexture {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 80px;
  background-image: url('../images/mancha_textura_002.png');
  background-position: 50% 100%;
  background-size: contain;
  background-repeat: repeat-x;
}

.footercontainer {
  position: relative;
  z-index: 1;
  padding-top: 10px;
  padding-bottom: 10px;
}

.footertexture2 {
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 400px;
  height: 400px;
  background-image: url('../images/mancha_textura_003.png');
  background-position: 0px 0px;
  background-size: 800px;
  background-repeat: no-repeat;
}

.footertexture2.mbm-multiply {
  height: 364px;
}

.catmovingheading {
  opacity: 0.25;
  font-size: 5em;
}

.footerbuiltnavbar {
  background-color: transparent;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 1em;
  text-transform: uppercase;
}

.nav-link {
  padding: 5px 11px;
  color: #fff;
  font-weight: 300;
  text-align: center;
}

.nav-link.w--current {
  color: #4d4d4d;
  font-weight: 700;
  cursor: default;
}

.nav-menu {
  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;
}

.homelink {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 3vh;
  line-height: 1.1em;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.homelink:hover {
  color: #ef480e;
}

.main-logo {
  position: absolute;
  left: auto;
  right: auto;
  z-index: 100;
  width: 300px;
  margin-right: auto;
  margin-left: 20px;
}

.homephoneicon {
  float: right;
}

.megamenu {
  position: fixed;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  margin-top: -100vh;
  padding: 100px 79px 20px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  background-color: #333;
}

.megamenuflexcolumn {
  overflow: hidden;
  margin-top: 40px;
  margin-bottom: 60px;
  padding-right: 10px;
  padding-left: 10px;
}

.megamenuflexcolumn.materialescolumn {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.socialcontainer {
  position: absolute;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 20px;
}

.socialcontainer.home {
  position: relative;
  z-index: 10;
  padding-top: 4px;
  padding-bottom: 4px;
}

.socialicon {
  margin-right: 5px;
  margin-left: 5px;
}

.menubutton {
  position: fixed;
  top: 0px;
  right: 0px;
  z-index: 120;
  display: none;
  width: 70px;
  height: 60px;
  padding: 10px 10px 10px 16px;
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.flippinbtn {
  position: relative;
  display: block;
  width: 38px;
  height: 38px;
  border: 5px solid #333;
  border-radius: 50px;
  background-color: #333;
}

.frontbtn {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: inline-block;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.backbtn {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.megamenunavtitle {
  margin-bottom: 20px;
  border-bottom: 2px solid #888;
  color: #888;
  text-transform: uppercase;
}

.unordered-list {
  color: #fff;
}

.navinteres {
  margin-top: 5px;
  margin-bottom: 5px;
  color: #fff;
}

.navinteres:hover {
  color: #c8d41f;
}

.materialeslisttaller {
  position: relative;
  overflow: visible;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  color: #888;
  font-size: 1em;
}

.materialeslisttaller:hover {
  color: #7f8804;
}

.materialeslisttext {
  font-family: Lato, sans-serif;
  color: hsla(0, 0%, 100%, 0.8);
  font-size: 0.9em;
  line-height: 1em;
  font-weight: 300;
}

.materialeslisttext:hover {
  color: #c8d41f;
}

.materialeslisttext.linkactive {
  padding-bottom: 3px;
  border-bottom: 1px solid #c8d41f;
}

.matriallistcontainer {
  position: relative;
  overflow: auto;
  padding-bottom: 10px;
}

.herocontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 600px;
  margin-top: 80px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.main-logotest {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 400px;
  margin-top: 10px;
  margin-left: 20px;
}

.home-phonetest {
  position: absolute;
  left: -205px;
  top: 0px;
  margin-top: 10px;
  margin-right: auto;
  margin-left: 50%;
}

.c-section {
  min-height: 200px;
  padding-right: 30px;
  padding-left: 30px;
}

.c-section.is-hero {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding-top: 60px;
  padding-left: 0px;
  -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: #fcffb7;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.67)), to(hsla(0, 0%, 100%, 0.67))), url('../images/mancha_textura_001.png');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.67), hsla(0, 0%, 100%, 0.67)), url('../images/mancha_textura_001.png');
  background-position: 0px 0px, 50% -449px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.c-section.is-hero.prodtmp {
  overflow: hidden;
  height: auto;
  min-height: 100%;
  padding: 0px 0px 60px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.06)), to(#fff)), url('../images/mancha_textura_001.png');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.06), #fff), url('../images/mancha_textura_001.png');
  background-position: 0px 0px, 50% -400px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.c-section.is-hero.serviceshero {
  padding-bottom: 0px;
  padding-left: 0px;
  background-color: #fff;
  background-image: none;
}

.c-section.is-maininfo {
  position: relative;
  z-index: 1;
  min-height: 500px;
  padding-right: 0px;
}

.leftfloatingcontainer {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: -20;
  width: 100%;
  height: 100%;
  max-height: 1000px;
  max-width: 1200px;
  margin-top: -80px;
  padding-bottom: 500px;
  background-color: #333;
}

.constructiontabs {
  margin-top: 41px;
  margin-right: 60px;
  margin-left: -70px;
}

.constructiontabs.services {
  margin-top: -50px;
}

.c-tabs {
  width: 100px;
  height: 100px;
  margin-right: 4px;
  margin-bottom: 60px;
  margin-left: 4px;
  padding-right: 0px;
  padding-left: 0px;
  border: 1px solid #c8d41f;
  text-align: center;
}

.c-tabs.w--current {
  width: 110px;
  height: 110px;
  margin-top: -5px;
  padding-top: 20px;
  border-width: 2px;
  border-color: #ef480e;
}

.c-tabs.inox {
  background-image: url('../images/PCart_Acero_INOX_con_led_detras.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.c-tabs.acr {
  background-image: url('../images/PCart_Base_de_acrilico_con_letras_en_acrilico_de_color.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.c-tabs.acrmetal {
  background-image: url('../images/PCart_Acrilico_negro_con_frente_metalex_y_vinilo_de_color_003.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.c-tabs.chacril {
  background-image: url('../images/PCart_Chapa_pintada_con_frente_de_acrilico_ploteado.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.c-tabs.chgalv {
  background-image: url('../images/PCart_Letra_Chapa_galvanizada_005.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.c-tabs.mdf {
  background-image: url('../images/PCart_MDF_Pintado_001.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.c-tabs.neontab {
  background-image: url('../images/PCart_Letras_Neon_014.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.c-tabs.term {
  background-image: url('../images/Carteleria-hero.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.c-tabs.polytab {
  background-image: url('../images/PCart_Polyfan_en_dos_colores_002.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.c-tabs.instaltab {
  background-image: url('../images/PCart_Instalaciones_Vinilo_Esmerilado_Impreso_004.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.c-tabs.artloctab {
  background-image: url('../images/PCart_Logo_en_acrilico_blanco_002.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.c-tabs.esmertab {
  background-image: url('../images/PCart_Ploteos_Vinilo_Esmerilado_Corte_vidrio_027.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.c-tabs.lonastab {
  background-image: url('../images/PCart_Portabanner_Fondo_003.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.c-tabs.plottab {
  background-image: url('../images/PCart_Branding_Retail_Vidrieras_Vinilo_Esmerilado_Impreso_004.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.c-tabs.cartpromtab {
  background-image: url('../images/Pcart_Senaletica_003.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.c-tabs.vinimp {
  background-image: url('../images/PCart_Ploteos_Vinilo_Microperforado_Impreso_020.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.c-tabs.vincort {
  background-image: url('../images/PCart_Ploteos_Vinilo_Corte_Pared_024.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.c-tabs.vinmicrperf {
  background-image: url('../images/PCart_Ploteos_Vinilo_Microperforado_Impreso_004.jpg'), url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
  background-position: 50% 50%, 0px 0px;
  background-size: cover, 125px;
}

.c-tabs.vinaltransit {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
  background-position: 0px 0px;
  background-size: 125px;
}

.c-tabs.vincomb {
  background-image: url('../images/PCart_Branding_Retail_Vidrieras_Vinilo_Esmerilado_Impreso_004.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.c-tabs.vinvehic {
  background-image: url('../images/PCat_Ploteo_Vehicular_008.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.c-tabs.lonafront {
  background-image: url('../images/PCart_Branding_Retail_Fondo_Prensa_011.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.c-tabs.lonaback {
  background-image: url('../images/PCart_Carteleria_Lona_Backlight_002.jpg');
  background-position: 45% 50%;
  background-size: cover;
}

.c-tab-text {
  position: relative;
  display: inline-block;
  width: 100px;
  margin-top: 96px;
  color: #fff;
  font-size: 0.8em;
  line-height: 1em;
  font-weight: 100;
  text-align: center;
  text-transform: uppercase;
}

.c-tab-text.small {
  font-size: 0.7em;
}

.tabs-menu {
  margin-left: 90px;
}

.tabmainheading {
  position: relative;
  z-index: 2;
  display: inline-block;
  margin-bottom: 40px;
  margin-left: -88px;
  padding-left: 80px;
  border-bottom: 2px solid #ef480e;
  color: #fff;
  text-transform: uppercase;
}

.secondarytabheading {
  position: absolute;
  margin-top: -8px;
  opacity: 0.2;
  color: #888;
  font-size: 4em;
  font-weight: 900;
  text-transform: uppercase;
}

.tabinfocontainer {
  position: relative;
  margin-left: 90px;
  padding-top: 60px;
  padding-bottom: 70px;
}

.tabinfoparagraph {
  position: relative;
  max-width: 1000px;
  color: #fff;
  line-height: 1.1em;
  text-align: left;
  -webkit-column-count: 2;
  column-count: 2;
}

.container-2 {
  position: relative;
  z-index: 10;
  padding-bottom: 80px;
}

.top-margin-img {
  margin-top: 20px;
}

.destacadostabcontent {
  margin-left: 70px;
  padding-top: 50px;
  padding-bottom: 50px;
}

.destacadotabheading {
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}

.destacadospill {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  min-height: 100px;
  padding: 10px;
  -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;
  border-radius: 20px;
  background-color: #c8d41f;
}

.destacadorow {
  margin-top: 30px;
}

.pillparagrah {
  display: block;
  margin-top: 6px;
  margin-bottom: 11px;
  margin-left: 0px;
}

.subpagemainheading {
  position: relative;
  z-index: 1;
  text-align: left;
}

.subpagemainheading.serviceshero-heading {
  margin-top: 60px;
  margin-right: 20px;
  margin-left: 30px;
  font-size: 3.2em;
}

.producto-mainheading {
  margin-bottom: 80px;
  text-transform: uppercase;
}

.productocol-2 {
  position: relative;
  -webkit-box-flex: 65%;
  -webkit-flex: 65%;
  -ms-flex: 65%;
  flex: 65%;
}

.productocol-2.flexcenter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 60px;
  padding-right: 20px;
  padding-left: 20px;
  -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-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-flex-basis: 80%;
  -ms-flex-preferred-size: 80%;
  flex-basis: 80%;
}

.productocol-2._260pxheight {
  height: 260px;
  margin-right: 2px;
  margin-bottom: 4px;
  margin-left: 2px;
}

.productocol-2._260pxheight:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(200, 212, 31, 0.7)), to(rgba(200, 212, 31, 0.7)));
  background-image: linear-gradient(180deg, rgba(200, 212, 31, 0.7), rgba(200, 212, 31, 0.7));
}

.productocol-2._260pxheight.vin1 {
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-basis: 40%;
  -ms-flex-preferred-size: 40%;
  flex-basis: 40%;
  background-image: url('../images/Ploteo-hero.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.productocol-2._260pxheight.vin2 {
  background-image: url('../images/Senaletica-hero.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.productocol-2._260pxheight.vin3 {
  background-image: url('../images/Carteleria-hero.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.productocol-2._260pxheight.vin4 {
  background-image: url('../images/Exhibidores-hero.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.productocol-2._260pxheight.vin5 {
  background-image: url('../images/MacOnline1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.productocol-2._260pxheight.vin6 {
  background-image: url('../images/oficina_1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.productocol-2._260pxheight.vin7 {
  background-image: url('../images/retail.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.productocol-2._260pxheight.neon1 {
  background-image: url('../images/PCart_Letras_Neon_014.jpg');
  background-position: 50% 60%;
  background-size: cover;
}

.productocol-2._260pxheight.neon2 {
  background-image: url('../images/PCart_Letras_Neon_004.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.productocol-2._260pxheight.neon3 {
  background-image: url('../images/PCart_Letras_Neon_009.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.productocol-2._260pxheight.vin4-copy {
  background-image: url('../images/Exhibidores-hero.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.productocol-2._260pxheight.neon4 {
  background-image: url('../images/PCart_Letras_Neon_006.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.productocol-2._260pxheight.neon5 {
  background-image: url('../images/PCart_Letras_Neon_007.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.productocol-2._260pxheight.neon6 {
  background-image: url('../images/PCart_Letras_Neon_013.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.productocol-2._260pxheight.neon7 {
  background-image: url('../images/PCart_Letras_Neon_015.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.productocol-2._260pxheight.neon8 {
  background-image: url('../images/PCart_Letras_Neon_012.jpg'), url('../images/PCart_Letras_Neon_004.jpg');
  background-position: 50% 50%, 50% 50%;
  background-size: cover, cover;
}

.productocol-2._260pxheight.neon9 {
  background-image: url('../images/PCart_Letras_Neon_001.jpg');
  background-position: 50% 0px;
  background-size: cover;
}

.productocol-2._260pxheight.neon10 {
  background-image: url('../images/PCart_Letras_Neon_002.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.productocol-2._260pxheight.aluco1 {
  background-image: url('../images/PCart_Alucobond_001.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.productocol-2._260pxheight.aluco2 {
  background-image: url('../images/PCart_Alucobond_006.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.productocol-2._260pxheight.aluco3 {
  background-image: url('../images/PCart_Alucobond_008.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.productocol-2._260pxheight.aluco4 {
  background-image: url('../images/PCart_Alucobond_002.jpg');
  background-position: 50% 0px;
  background-size: cover;
}

.productocol-2._260pxheight.aluco5 {
  background-image: url('../images/PCart_Alucobond_003.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.productocol-2._260pxheight.aluco6 {
  background-image: url('../images/PCart_Alucobond_005.jpg');
  background-position: 50% 0px;
  background-size: cover;
}

.productocol-2._260pxheight.aluco7 {
  background-image: url('../images/PCart_Alucobond_004.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.productocol-2._260pxheight.bann1 {
  background-image: url('../images/PCart_Portabanner_Roller_002.jpg'), url('../images/PCart_Portabanner_Roller_002.jpg');
  background-position: 50% 50%, 50% 100%;
  background-size: cover, cover;
}

.productocol-2._260pxheight.bann2 {
  background-image: url('../images/PCart_Portabanner_008.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.productocol-2._260pxheight.bann3 {
  background-image: url('../images/PCart_Portabanner_002.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.productocol-2._260pxheight.bann4 {
  background-image: url('../images/PCart_Portabanner_Roller_001.jpg');
  background-position: 50% 0px;
  background-size: cover;
}

.productocol-2._260pxheight.bann5 {
  background-image: url('../images/PCart_Portabanner_004.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.productocol-2._260pxheight.bann6 {
  background-image: url('../images/PCart_Portabanner_Roller_004.jpg');
  background-position: 50% 0px;
  background-size: cover;
}

.productocol-2._260pxheight.bann7 {
  background-image: url('../images/PCart_Portabanner_003.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.productocol-2.servicesheroimgcol {
  -webkit-flex-basis: 65%;
  -ms-flex-preferred-size: 65%;
  flex-basis: 65%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.45)), to(hsla(0, 0%, 100%, 0.45))), url('../images/PCart_Branding_Retail_Slider-Hero.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.45), hsla(0, 0%, 100%, 0.45)), url('../images/PCart_Branding_Retail_Slider-Hero.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.productocol-2.corporeospage {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.6)), to(hsla(0, 0%, 100%, 0.6))), url('../images/PCart_Chapa_pintada_con_frente_de_acrilico_ploteado.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.6), hsla(0, 0%, 100%, 0.6)), url('../images/PCart_Chapa_pintada_con_frente_de_acrilico_ploteado.jpg');
  background-position: 0px 0px, 100% 100%;
  background-size: auto, cover;
}

.productocol-2.vinilospage {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.6)), to(hsla(0, 0%, 100%, 0.6))), url('../images/PCart_Ploteos_Vinilo_Corte_Pared_024.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.6), hsla(0, 0%, 100%, 0.6)), url('../images/PCart_Ploteos_Vinilo_Corte_Pared_024.jpg');
  background-position: 0px 0px, 50% 10%;
  background-size: auto, cover;
}

.colcontainer {
  margin-right: 100px;
  margin-left: 100px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.productoparagraph {
  font-size: 0.9em;
}

.productopropiedadessection {
  padding-top: 50px;
  padding-bottom: 50px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.6)), to(hsla(0, 0%, 100%, 0.6))), url('../images/mancha_textura_004.png');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.6), hsla(0, 0%, 100%, 0.6)), url('../images/mancha_textura_004.png');
  background-position: 0px 0px, 0px 50%;
  background-size: auto, contain;
  background-repeat: repeat, no-repeat;
}

.flexsection {
  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;
}

.image-4 {
  width: 100%;
}

.prodlistitem {
  margin-bottom: 20px;
  padding: 6px 20px;
  border-radius: 4px;
  background-color: #c8d41f;
  background-image: linear-gradient(135deg, #d4e21f, #c8d41f);
  color: #545a06;
}

.produl {
  padding-left: 0px;
  list-style-type: none;
}

.produlheading {
  margin-bottom: 50px;
  padding-bottom: 10px;
  border-bottom: 2px solid #c8d41f;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.productofooter {
  position: relative;
  min-height: 400px;
  margin-bottom: -182px;
  padding: 40px 100px 100px;
  background-color: #333;
}

.productofooterheading {
  margin-bottom: 20px;
  margin-left: 20px;
  color: #fff;
}

.productofooterul {
  color: #fff;
}

.homenavbar {
  position: absolute;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 70px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #c8d41f;
  box-shadow: 0 1px 16px 6px rgba(51, 51, 51, 0.1);
}

.homebody {
  background-color: #c8d41f;
}

.section-2 {
  position: relative;
  left: auto;
  top: auto;
  right: auto;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 60px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 10px 20px;
  -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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #333;
  opacity: 1;
}

.dropdownhome {
  width: 1px;
  height: 1px;
}

.homenavlinks {
  position: absolute;
  right: 65px;
}

.customhomenavlink {
  width: 38px;
  height: 38px;
  margin-right: 5px;
  margin-left: 5px;
  padding-right: 6px;
  padding-bottom: 4px;
  padding-left: 6px;
  border-radius: 30px;
  background-color: #4d4d4d;
}

.customhomenavimg {
  -webkit-transition: -webkit-transform 1000ms cubic-bezier(.25, .1, .012, .989);
  transition: -webkit-transform 1000ms cubic-bezier(.25, .1, .012, .989);
  transition: transform 1000ms cubic-bezier(.25, .1, .012, .989);
  transition: transform 1000ms cubic-bezier(.25, .1, .012, .989), -webkit-transform 1000ms cubic-bezier(.25, .1, .012, .989);
}

.manchabg {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
}

.manchabg.mbm-multiply {
  background-image: url('../images/mancha_textura_003.png');
  background-position: 109% 0px;
  background-size: 366px;
  background-repeat: no-repeat;
}

.navbar {
  position: fixed;
  width: 100%;
  min-height: 60px;
  background-color: #c8d41f;
  box-shadow: 0 1px 20px 6px rgba(0, 0, 0, 0.1);
}

.navlinkpresupuesto {
  display: block;
  width: 28px;
  height: 28px;
  margin-top: 4px;
  margin-left: -1px;
  background-image: url('../images/dollar-symbol.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.nav-link-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 38px;
  margin-right: 5px;
  margin-left: 5px;
  padding-left: 12px;
  -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: 30px;
  background-color: #4d4d4d;
  -webkit-transition: color 200ms ease, background-color 200ms ease;
  transition: color 200ms ease, background-color 200ms ease;
  color: #fff;
}

.nav-link-2:hover {
  background-color: #333;
  color: #c8d41f;
}

.nav-link-2.w--current {
  border: 2px solid #4d4d4d;
  background-color: #c8d41f;
  color: #4d4d4d;
  cursor: default;
}

.nav-link-2.presupuesto {
  padding-left: 12px;
  background-color: #ef480e;
  color: #fff;
}

.nav-link-2.presupuesto:hover {
  background-color: #333;
  color: #ef480e;
}

.navlinkempresas {
  display: block;
  width: 28px;
  height: 28px;
  margin-top: 3px;
  background-color: #ef480e;
}

.navlinkbullet {
  display: block;
  width: 20px;
  height: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 50px;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.navlinkbullet.produccion {
  background-color: #d7ec84;
}

.navlinkbullet.produccion:hover {
  background-color: #ef480e;
}

.navlinkbullet.empresa {
  background-color: #a1c21f;
}

.navlinkbullet.empresa:hover {
  background-color: #ef480e;
}

.navlinkbullet.presupuesto {
  overflow: hidden;
  direction: ltr;
  font-size: 20em;
  text-indent: -28px;
}

.navlinkbullet.presupuesto:hover {
  background-color: #ef480e;
}

.brand {
  width: 300px;
  margin-top: 8px;
  margin-left: 20px;
}

.ulstyle001 {
  margin-bottom: 20px;
  margin-left: -40px;
  color: #fff;
}

.ulstyle001item {
  margin-bottom: 10px;
}

.link001 {
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #fff;
  font-weight: 300;
  cursor: default;
}

.link001:hover {
  color: #c8d41f;
}

.link001.active {
  border-bottom: 2px solid #c8d41f;
  cursor: pointer;
}

.carousel {
  display: block;
  height: 500px;
  -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;
  color: #fa0000;
}

.slick-slide-div {
  position: relative;
  display: inline-block;
  width: auto;
  height: 500px;
  margin-right: 5px;
  margin-left: 5px;
}

.slick-slide-div.firstslidebranding {
  width: 100%;
  background-image: url('../images/PCart_Branding_Retail_Slider-Hero.jpg');
  background-position: 50% 45%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slick-slide-div.firstofretail {
  width: 100vw;
  background-image: url('../images/PCart_Branding_Retail_Slider-Hero.jpg');
  background-position: 50% 37%;
  background-size: cover;
}

.slick-slide-div.firstofinstalaciones {
  width: 100vw;
  background-image: url('../images/PCart_Instalaciones_Slider-Hero.jpg');
  background-position: 50% 90%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slick-slide-div.firstofcarteleria {
  width: 100vw;
  background-image: url('../images/PCart_Carteleria_Slider-Hero.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slick-slide-image {
  position: relative;
  display: block;
  width: auto;
  height: 500px;
  margin-right: auto;
  margin-left: auto;
}

.slick-slide-image.firstslideretail {
  width: 100%;
}

.slick-slide-image.ghostimg {
  opacity: 0;
}

.nav-menu-2 {
  height: 100vh;
  padding: 20px 60px;
  background-color: #333;
  text-align: left;
}

.copyrightinfo {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 11;
  margin-top: 26px;
  padding-right: 25px;
  color: #acacac;
  font-size: 0.8em;
  text-align: right;
}

.trabajeconnosotros {
  display: inline-block;
  margin-right: 20px;
  color: #888;
  font-size: 14px;
  font-weight: 300;
}

.columnrightaligned {
  text-align: center;
}

.presupuestobtn {
  border-radius: 3px;
  background-color: #ef480e;
  -webkit-transition: color 200ms ease, background-color 200ms ease;
  transition: color 200ms ease, background-color 200ms ease;
}

.presupuestobtn:hover {
  background-color: #333;
  color: #ef480e;
}

.presupuestobtn.right {
  float: right;
}

.presupuestobtn.center {
  display: inline-block;
  text-align: center;
}

.presupuestobtn.menubtn {
  height: 40px;
  margin-top: 11px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.presupuestobtn.intab-btn {
  position: relative;
  display: inline-block;
  margin-top: 40px;
  margin-left: 12px;
}

.footerlist {
  padding-left: 10px;
  color: #ef480e;
}

.footerulli {
  margin-top: 4px;
  margin-bottom: 4px;
}

.carouselwrapper {
  margin-top: -40px;
}

.empresaheading {
  color: hsla(0, 0%, 100%, 0.75);
  font-size: 5vw;
}

.empheadingspan1 {
  color: #ef480e;
  text-transform: uppercase;
}

.empheadingspan2 {
  position: absolute;
  right: 20px;
  display: inline;
}

.verticalcentercarousel {
  overflow: hidden;
  height: 100px;
  margin-bottom: 10px;
}

.vertcentcarslide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  -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;
  color: #c8d41f;
  text-align: center;
}

.centercolumn {
  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;
  text-align: center;
}

.valuessection {
  position: relative;
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.5)), to(hsla(0, 0%, 100%, 0.5))), url('../images/mancha_textura_001.png');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.5), hsla(0, 0%, 100%, 0.5)), url('../images/mancha_textura_001.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, 600px;
  background-repeat: repeat, repeat-x;
}

.titlecontainer {
  position: relative;
  width: 100%;
  max-width: 1400px;
  padding-right: 20px;
  padding-left: 20px;
}

.empresatabsmenu {
  position: absolute;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  height: 100%;
  max-width: 40%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.empresatabscontent {
  overflow: visible;
  width: 60%;
  margin-left: 40%;
}

.emptablink {
  display: inline-block;
  min-width: 320px;
  margin-top: 2px;
  margin-right: 40px;
  margin-bottom: 2px;
  padding-top: 15px;
  padding-bottom: 15px;
  border-radius: 3px;
  background-color: #d7ec84;
  text-align: center;
  text-transform: uppercase;
}

.emptablink.w--current {
  background-color: #a1c21f;
}

.tabs {
  margin-top: 50px;
  margin-bottom: 50px;
  padding-bottom: 100px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.empresasubheading {
  margin-bottom: 30px;
  font-size: 1.7em;
  font-weight: 400;
  text-transform: uppercase;
}

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

.div-block-15 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.empresah5subheading {
  position: relative;
  z-index: 10;
  color: #a1c21f;
  text-align: center;
}

.tabpane-img-test {
  position: relative;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: auto;
  margin-bottom: 100px;
}

.tabpane-content {
  position: relative;
  z-index: 10;
  max-width: 25vw;
}

.empresatabimg {
  position: absolute;
  top: 0px;
  right: 0px;
}

.empresatabimg.instalacion {
  margin-top: -350px;
}

.empresatabimg.produccion {
  margin-top: -20px;
}

.empresatabimg.preproduccion {
  margin-top: -120px;
}

.empresatabimg.mantenimiento {
  max-height: 350px;
  margin-top: 50px;
}

.empresatabssection {
  position: static;
  padding-top: 50px;
  padding-bottom: 0px;
}

.catorangeoverlay {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  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: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: #ef480e;
}

.catmaintitlegreen {
  display: inline-block;
  margin-bottom: 50px;
  margin-left: -138px;
  padding-left: 120px;
  border-bottom: 6px solid #c8d41f;
  color: #fff;
  font-size: 3em;
  text-transform: uppercase;
}

.catsection2taller {
  max-width: 100vw;
  min-height: 100px;
  padding-top: 1px;
  padding-bottom: 60px;
  background-image: url('../images/mancha_textura_orange.png');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.secciontaller {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 600px;
  padding: 0px 40px 0px 7%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.seccionmateriales {
  padding-top: 128px;
  padding-bottom: 71px;
  background-image: url('../images/mancha_textura_orange.png');
  background-position: 50% -50%;
  background-size: 600px;
  background-repeat: repeat-x;
}

.secciontecnologia {
  position: relative;
  padding-top: 1px;
  padding-bottom: 1px;
  background-image: url('../images/mancha_textura_orange.png');
  background-position: 50% 200%;
  background-size: 600px;
  background-repeat: repeat-x;
}

.tallerslider {
  overflow: hidden;
  height: 33.333%;
}

.tallerslider.ltor {
  position: relative;
  background-color: #a1c21f;
}

.bgsliders {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
}

.container-3 {
  position: relative;
  z-index: 10;
  margin-top: 30px;
  margin-bottom: 30px;
  padding-right: 50px;
  padding-bottom: 39px;
  padding-left: 50px;
  background-color: rgba(51, 51, 51, 0.9);
}

.div-block-16 {
  position: relative;
  z-index: 10;
  margin-top: 70px;
  margin-bottom: 70px;
  padding: 50px 30px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  background-color: rgba(0, 0, 0, 0.6);
}

.tallersubheading {
  margin-top: 16px;
  color: #fff;
  font-size: 1em;
}

.slider {
  height: 100%;
}

.wfslidetaller {
  width: 33.33%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(239, 72, 14, 0.7)), to(rgba(239, 72, 14, 0.7))), url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
  background-image: linear-gradient(180deg, rgba(239, 72, 14, 0.7), rgba(239, 72, 14, 0.7)), url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, 125px;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.wfslidetaller:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(239, 72, 14, 0)), to(rgba(239, 72, 14, 0))), url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
  background-image: linear-gradient(180deg, rgba(239, 72, 14, 0), rgba(239, 72, 14, 0)), url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, 125px;
}

.wfslidetaller.tall009 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(239, 72, 14, 0)), to(rgba(239, 72, 14, 0))), url('../images/PCart_Taller_Corporea_Chapa_004.jpg');
  background-image: linear-gradient(180deg, rgba(239, 72, 14, 0), rgba(239, 72, 14, 0)), url('../images/PCart_Taller_Corporea_Chapa_004.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.wfslidetaller.tall009:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(239, 72, 14, 0)), to(rgba(239, 72, 14, 0))), url('../images/PCart_Taller_Corporea_Chapa_004.jpg');
  background-image: linear-gradient(180deg, rgba(239, 72, 14, 0), rgba(239, 72, 14, 0)), url('../images/PCart_Taller_Corporea_Chapa_004.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.wfslidetaller.tall010 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(239, 72, 14, 0.7)), to(rgba(239, 72, 14, 0.7))), url('../images/PCart_Taller_Corporea_Chapa_004.jpg');
  background-image: linear-gradient(180deg, rgba(239, 72, 14, 0.7), rgba(239, 72, 14, 0.7)), url('../images/PCart_Taller_Corporea_Chapa_004.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.wfslidetaller.tall010:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(239, 72, 14, 0)), to(rgba(239, 72, 14, 0))), url('../images/PCart_Taller_Corporea_Chapa_004.jpg');
  background-image: linear-gradient(180deg, rgba(239, 72, 14, 0), rgba(239, 72, 14, 0)), url('../images/PCart_Taller_Corporea_Chapa_004.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.wfslidetaller.tall011 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(239, 72, 14, 0.7)), to(rgba(239, 72, 14, 0.7))), url('../images/PCart_Taller_Estructura_Marquesina_001.jpg');
  background-image: linear-gradient(180deg, rgba(239, 72, 14, 0.7), rgba(239, 72, 14, 0.7)), url('../images/PCart_Taller_Estructura_Marquesina_001.jpg');
  background-position: 0px 0px, 50% 45%;
  background-size: auto, cover;
}

.wfslidetaller.tall011:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(239, 72, 14, 0)), to(rgba(239, 72, 14, 0))), url('../images/PCart_Taller_Estructura_Marquesina_001.jpg');
  background-image: linear-gradient(180deg, rgba(239, 72, 14, 0), rgba(239, 72, 14, 0)), url('../images/PCart_Taller_Estructura_Marquesina_001.jpg');
  background-position: 0px 0px, 50% 45%;
  background-size: auto, cover;
}

.wfslidetaller.tall012 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(239, 72, 14, 0)), to(rgba(239, 72, 14, 0))), url('../images/PCart_Taller_Corporea_Chapa_003.jpg');
  background-image: linear-gradient(180deg, rgba(239, 72, 14, 0), rgba(239, 72, 14, 0)), url('../images/PCart_Taller_Corporea_Chapa_003.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.wfslidetaller.tall012:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(239, 72, 14, 0)), to(rgba(239, 72, 14, 0))), url('../images/PCart_Taller_Corporea_Chapa_003.jpg');
  background-image: linear-gradient(180deg, rgba(239, 72, 14, 0), rgba(239, 72, 14, 0)), url('../images/PCart_Taller_Corporea_Chapa_003.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.wfslidetaller.tall013 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(239, 72, 14, 0.7)), to(rgba(239, 72, 14, 0.7))), url('../images/PCart_Taller_Estructura_Marquesina_002.jpg');
  background-image: linear-gradient(180deg, rgba(239, 72, 14, 0.7), rgba(239, 72, 14, 0.7)), url('../images/PCart_Taller_Estructura_Marquesina_002.jpg');
  background-position: 0px 0px, 50% 47%;
  background-size: auto, cover;
}

.wfslidetaller.tall013:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(239, 72, 14, 0)), to(rgba(239, 72, 14, 0))), url('../images/PCart_Taller_Estructura_Marquesina_002.jpg');
  background-image: linear-gradient(180deg, rgba(239, 72, 14, 0), rgba(239, 72, 14, 0)), url('../images/PCart_Taller_Estructura_Marquesina_002.jpg');
  background-position: 0px 0px, 50% 47%;
  background-size: auto, cover;
}

.wfslidetaller.tall014 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(239, 72, 14, 0.7)), to(rgba(239, 72, 14, 0.7))), url('../images/PCart_Taller_Marquesina_Alucobond_004.jpg');
  background-image: linear-gradient(180deg, rgba(239, 72, 14, 0.7), rgba(239, 72, 14, 0.7)), url('../images/PCart_Taller_Marquesina_Alucobond_004.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.wfslidetaller.tall014:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(239, 72, 14, 0)), to(rgba(239, 72, 14, 0))), url('../images/PCart_Taller_Marquesina_Alucobond_004.jpg');
  background-image: linear-gradient(180deg, rgba(239, 72, 14, 0), rgba(239, 72, 14, 0)), url('../images/PCart_Taller_Marquesina_Alucobond_004.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.wfslidetaller.tall015 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(239, 72, 14, 0)), to(rgba(239, 72, 14, 0))), url('../images/PCart_Taller_Marquesina_Alucobond_002.jpg');
  background-image: linear-gradient(180deg, rgba(239, 72, 14, 0), rgba(239, 72, 14, 0)), url('../images/PCart_Taller_Marquesina_Alucobond_002.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.wfslidetaller.tall015:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(239, 72, 14, 0)), to(rgba(239, 72, 14, 0))), url('../images/PCart_Taller_Marquesina_Alucobond_002.jpg');
  background-image: linear-gradient(180deg, rgba(239, 72, 14, 0), rgba(239, 72, 14, 0)), url('../images/PCart_Taller_Marquesina_Alucobond_002.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.wfslidetaller.tall016 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(239, 72, 14, 0.7)), to(rgba(239, 72, 14, 0.7))), url('../images/PCart_Taller_Termoformado_Acrilico_Backlight_001.jpg');
  background-image: linear-gradient(180deg, rgba(239, 72, 14, 0.7), rgba(239, 72, 14, 0.7)), url('../images/PCart_Taller_Termoformado_Acrilico_Backlight_001.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.wfslidetaller.tall016:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(239, 72, 14, 0)), to(rgba(239, 72, 14, 0))), url('../images/PCart_Taller_Termoformado_Acrilico_Backlight_001.jpg');
  background-image: linear-gradient(180deg, rgba(239, 72, 14, 0), rgba(239, 72, 14, 0)), url('../images/PCart_Taller_Termoformado_Acrilico_Backlight_001.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.wfslidetaller.tall017 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(239, 72, 14, 0.7)), to(rgba(239, 72, 14, 0.7))), url('../images/PCart_Taller_Marquesina_Alucobond_001.jpg');
  background-image: linear-gradient(180deg, rgba(239, 72, 14, 0.7), rgba(239, 72, 14, 0.7)), url('../images/PCart_Taller_Marquesina_Alucobond_001.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.wfslidetaller.tall017:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(239, 72, 14, 0)), to(rgba(239, 72, 14, 0))), url('../images/PCart_Taller_Marquesina_Alucobond_001.jpg');
  background-image: linear-gradient(180deg, rgba(239, 72, 14, 0), rgba(239, 72, 14, 0)), url('../images/PCart_Taller_Marquesina_Alucobond_001.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.right-arrow {
  opacity: 0.2;
}

.slide-nav {
  display: none;
}

.left-arrow {
  display: none;
}

.wfslidetaller4 {
  width: 25%;
}

.wfslidetaller4.tall001 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(239, 72, 14, 0)), to(rgba(239, 72, 14, 0))), url('../images/PCart_Taller_Estructura_Neon_001.jpg');
  background-image: linear-gradient(180deg, rgba(239, 72, 14, 0), rgba(239, 72, 14, 0)), url('../images/PCart_Taller_Estructura_Neon_001.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.wfslidetaller4.tall001:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(239, 72, 14, 0)), to(rgba(239, 72, 14, 0))), url('../images/PCart_Taller_Estructura_Neon_001.jpg');
  background-image: linear-gradient(180deg, rgba(239, 72, 14, 0), rgba(239, 72, 14, 0)), url('../images/PCart_Taller_Estructura_Neon_001.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.wfslidetaller4.tall002 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(239, 72, 14, 0.7)), to(rgba(239, 72, 14, 0.7))), url('../images/PCart_Taller_Estructura_Pie_Totem_001.jpg');
  background-image: linear-gradient(180deg, rgba(239, 72, 14, 0.7), rgba(239, 72, 14, 0.7)), url('../images/PCart_Taller_Estructura_Pie_Totem_001.jpg');
  background-position: 0px 0px, 50% 10%;
  background-size: auto, cover;
}

.wfslidetaller4.tall002:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(239, 72, 14, 0)), to(rgba(239, 72, 14, 0))), url('../images/PCart_Taller_Estructura_Pie_Totem_001.jpg');
  background-image: linear-gradient(180deg, rgba(239, 72, 14, 0), rgba(239, 72, 14, 0)), url('../images/PCart_Taller_Estructura_Pie_Totem_001.jpg');
  background-position: 0px 0px, 50% 10%;
  background-size: auto, cover;
}

.wfslidetaller4.tall003 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(239, 72, 14, 0.7)), to(rgba(239, 72, 14, 0.7))), url('../images/PCart_Taller_Estructura_Saliente_Backlight_001.jpg');
  background-image: linear-gradient(180deg, rgba(239, 72, 14, 0.7), rgba(239, 72, 14, 0.7)), url('../images/PCart_Taller_Estructura_Saliente_Backlight_001.jpg');
  background-position: 0px 0px, 50% 20%;
  background-size: auto, cover;
}

.wfslidetaller4.tall003:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(239, 72, 14, 0)), to(rgba(239, 72, 14, 0))), url('../images/PCart_Taller_Estructura_Saliente_Backlight_001.jpg');
  background-image: linear-gradient(180deg, rgba(239, 72, 14, 0), rgba(239, 72, 14, 0)), url('../images/PCart_Taller_Estructura_Saliente_Backlight_001.jpg');
  background-position: 0px 0px, 50% 20%;
  background-size: auto, cover;
}

.wfslidetaller4.tall004 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(239, 72, 14, 0.7)), to(rgba(239, 72, 14, 0.7))), url('../images/PCart_Taller_Estructura_Marquesina_003.jpg');
  background-image: linear-gradient(180deg, rgba(239, 72, 14, 0.7), rgba(239, 72, 14, 0.7)), url('../images/PCart_Taller_Estructura_Marquesina_003.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.wfslidetaller4.tall004:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(239, 72, 14, 0)), to(rgba(239, 72, 14, 0))), url('../images/PCart_Taller_Estructura_Marquesina_003.jpg');
  background-image: linear-gradient(180deg, rgba(239, 72, 14, 0), rgba(239, 72, 14, 0)), url('../images/PCart_Taller_Estructura_Marquesina_003.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.wfslidetaller4.tall005 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(239, 72, 14, 0.7)), to(rgba(239, 72, 14, 0.7))), url('../images/PCart_Taller_Corporea_Chapa_001.jpg');
  background-image: linear-gradient(180deg, rgba(239, 72, 14, 0.7), rgba(239, 72, 14, 0.7)), url('../images/PCart_Taller_Corporea_Chapa_001.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.wfslidetaller4.tall005:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(239, 72, 14, 0)), to(rgba(239, 72, 14, 0))), url('../images/PCart_Taller_Corporea_Chapa_001.jpg');
  background-image: linear-gradient(180deg, rgba(239, 72, 14, 0), rgba(239, 72, 14, 0)), url('../images/PCart_Taller_Corporea_Chapa_001.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.wfslidetaller4.tall006 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(239, 72, 14, 0)), to(rgba(239, 72, 14, 0))), url('../images/PCart_Taller_Estructura_Totem_002.jpg');
  background-image: linear-gradient(180deg, rgba(239, 72, 14, 0), rgba(239, 72, 14, 0)), url('../images/PCart_Taller_Estructura_Totem_002.jpg');
  background-position: 0px 0px, 50% 5%;
  background-size: auto, cover;
}

.wfslidetaller4.tall006:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(239, 72, 14, 0)), to(rgba(239, 72, 14, 0))), url('../images/PCart_Taller_Estructura_Totem_002.jpg');
  background-image: linear-gradient(180deg, rgba(239, 72, 14, 0), rgba(239, 72, 14, 0)), url('../images/PCart_Taller_Estructura_Totem_002.jpg');
  background-position: 0px 0px, 50% 5%;
  background-size: auto, cover;
}

.wfslidetaller4.tall007 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(239, 72, 14, 0.7)), to(rgba(239, 72, 14, 0.7))), url('../images/PCart_Taller_Corporea_Chapa_002.jpg');
  background-image: linear-gradient(180deg, rgba(239, 72, 14, 0.7), rgba(239, 72, 14, 0.7)), url('../images/PCart_Taller_Corporea_Chapa_002.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.wfslidetaller4.tall007:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(239, 72, 14, 0)), to(rgba(239, 72, 14, 0))), url('../images/PCart_Taller_Corporea_Chapa_002.jpg');
  background-image: linear-gradient(180deg, rgba(239, 72, 14, 0), rgba(239, 72, 14, 0)), url('../images/PCart_Taller_Corporea_Chapa_002.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.wfslidetaller4.tall008 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(239, 72, 14, 0.7)), to(rgba(239, 72, 14, 0.7))), url('../images/PCart_Taller_Estructura_Totem_003.jpg');
  background-image: linear-gradient(180deg, rgba(239, 72, 14, 0.7), rgba(239, 72, 14, 0.7)), url('../images/PCart_Taller_Estructura_Totem_003.jpg');
  background-position: 0px 0px, 50% 0px;
  background-size: auto, cover;
}

.wfslidetaller4.tall008:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(239, 72, 14, 0)), to(rgba(239, 72, 14, 0))), url('../images/PCart_Taller_Estructura_Totem_003.jpg');
  background-image: linear-gradient(180deg, rgba(239, 72, 14, 0), rgba(239, 72, 14, 0)), url('../images/PCart_Taller_Estructura_Totem_003.jpg');
  background-position: 0px 0px, 50% 0px;
  background-size: auto, cover;
}

.wfslidetaller4.tall018 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(239, 72, 14, 0)), to(rgba(239, 72, 14, 0))), url('../images/PCart_Taller_Termoformado_Acrilico_Led_Backlight_004.jpg');
  background-image: linear-gradient(180deg, rgba(239, 72, 14, 0), rgba(239, 72, 14, 0)), url('../images/PCart_Taller_Termoformado_Acrilico_Led_Backlight_004.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.wfslidetaller4.tall018:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(239, 72, 14, 0)), to(rgba(239, 72, 14, 0))), url('../images/PCart_Taller_Termoformado_Acrilico_Led_Backlight_004.jpg');
  background-image: linear-gradient(180deg, rgba(239, 72, 14, 0), rgba(239, 72, 14, 0)), url('../images/PCart_Taller_Termoformado_Acrilico_Led_Backlight_004.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.wfslidetaller4.tall019 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(239, 72, 14, 0.7)), to(rgba(239, 72, 14, 0.7))), url('../images/PCart_Taller_Termoformado_Acrilico_Led_Backlight_003.jpg');
  background-image: linear-gradient(180deg, rgba(239, 72, 14, 0.7), rgba(239, 72, 14, 0.7)), url('../images/PCart_Taller_Termoformado_Acrilico_Led_Backlight_003.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.wfslidetaller4.tall019:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(239, 72, 14, 0)), to(rgba(239, 72, 14, 0))), url('../images/PCart_Taller_Termoformado_Acrilico_Led_Backlight_003.jpg');
  background-image: linear-gradient(180deg, rgba(239, 72, 14, 0), rgba(239, 72, 14, 0)), url('../images/PCart_Taller_Termoformado_Acrilico_Led_Backlight_003.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.wfslidetaller4.tall020 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(239, 72, 14, 0.7)), to(rgba(239, 72, 14, 0.7))), url('../images/PCart_Taller_Termoformado_Acrilico_Led_Backlight_006.jpg');
  background-image: linear-gradient(180deg, rgba(239, 72, 14, 0.7), rgba(239, 72, 14, 0.7)), url('../images/PCart_Taller_Termoformado_Acrilico_Led_Backlight_006.jpg');
  background-position: 0px 0px, 50% 12%;
  background-size: auto, cover;
}

.wfslidetaller4.tall020:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(239, 72, 14, 0)), to(rgba(239, 72, 14, 0))), url('../images/PCart_Taller_Termoformado_Acrilico_Led_Backlight_006.jpg');
  background-image: linear-gradient(180deg, rgba(239, 72, 14, 0), rgba(239, 72, 14, 0)), url('../images/PCart_Taller_Termoformado_Acrilico_Led_Backlight_006.jpg');
  background-position: 0px 0px, 50% 12%;
  background-size: auto, cover;
}

.wfslidetaller4.tall021 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(239, 72, 14, 0.7)), to(rgba(239, 72, 14, 0.7))), url('../images/PCart_Taller_Marquesina_Alucobond_Routeado_CNC_002.jpg');
  background-image: linear-gradient(180deg, rgba(239, 72, 14, 0.7), rgba(239, 72, 14, 0.7)), url('../images/PCart_Taller_Marquesina_Alucobond_Routeado_CNC_002.jpg');
  background-position: 0px 0px, 50% 0px;
  background-size: auto, cover;
}

.wfslidetaller4.tall021:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(239, 72, 14, 0)), to(rgba(239, 72, 14, 0))), url('../images/PCart_Taller_Marquesina_Alucobond_Routeado_CNC_002.jpg');
  background-image: linear-gradient(180deg, rgba(239, 72, 14, 0), rgba(239, 72, 14, 0)), url('../images/PCart_Taller_Marquesina_Alucobond_Routeado_CNC_002.jpg');
  background-position: 0px 0px, 50% 0px;
  background-size: auto, cover;
}

.wfslidetaller4.tall022 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(239, 72, 14, 0.7)), to(rgba(239, 72, 14, 0.7))), url('../images/PCart_Taller_Marquesina_Alucobond_Routeado_CNC_Backlight_003.jpg');
  background-image: linear-gradient(180deg, rgba(239, 72, 14, 0.7), rgba(239, 72, 14, 0.7)), url('../images/PCart_Taller_Marquesina_Alucobond_Routeado_CNC_Backlight_003.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.wfslidetaller4.tall022:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(239, 72, 14, 0)), to(rgba(239, 72, 14, 0))), url('../images/PCart_Taller_Marquesina_Alucobond_Routeado_CNC_Backlight_003.jpg');
  background-image: linear-gradient(180deg, rgba(239, 72, 14, 0), rgba(239, 72, 14, 0)), url('../images/PCart_Taller_Marquesina_Alucobond_Routeado_CNC_Backlight_003.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.wfslidetaller4.tall023 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(239, 72, 14, 0.7)), to(rgba(239, 72, 14, 0.7))), url('../images/PCart_Taller_Marquesina_Alucobond_Routeado_CNC_002.jpg');
  background-image: linear-gradient(180deg, rgba(239, 72, 14, 0.7), rgba(239, 72, 14, 0.7)), url('../images/PCart_Taller_Marquesina_Alucobond_Routeado_CNC_002.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.wfslidetaller4.tall023:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(239, 72, 14, 0)), to(rgba(239, 72, 14, 0))), url('../images/PCart_Taller_Marquesina_Alucobond_Routeado_CNC_002.jpg');
  background-image: linear-gradient(180deg, rgba(239, 72, 14, 0), rgba(239, 72, 14, 0)), url('../images/PCart_Taller_Marquesina_Alucobond_Routeado_CNC_002.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.wfslidetaller4.tall024 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(239, 72, 14, 0)), to(rgba(239, 72, 14, 0))), url('../images/PCart_Taller_Termoformado_Acrilico_Led_Backlight_002.jpg');
  background-image: linear-gradient(180deg, rgba(239, 72, 14, 0), rgba(239, 72, 14, 0)), url('../images/PCart_Taller_Termoformado_Acrilico_Led_Backlight_002.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.wfslidetaller4.tall024:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(239, 72, 14, 0)), to(rgba(239, 72, 14, 0))), url('../images/PCart_Taller_Termoformado_Acrilico_Led_Backlight_002.jpg');
  background-image: linear-gradient(180deg, rgba(239, 72, 14, 0), rgba(239, 72, 14, 0)), url('../images/PCart_Taller_Termoformado_Acrilico_Led_Backlight_002.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.wfslidetaller4.tall025 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(239, 72, 14, 0.7)), to(rgba(239, 72, 14, 0.7))), url('../images/PCart_Taller_Marquesina_Alucobond_Routeado_CNC_001.jpg');
  background-image: linear-gradient(180deg, rgba(239, 72, 14, 0.7), rgba(239, 72, 14, 0.7)), url('../images/PCart_Taller_Marquesina_Alucobond_Routeado_CNC_001.jpg');
  background-position: 0px 0px, 50% 0px;
  background-size: auto, cover;
}

.wfslidetaller4.tall025:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(239, 72, 14, 0)), to(rgba(239, 72, 14, 0))), url('../images/PCart_Taller_Marquesina_Alucobond_Routeado_CNC_001.jpg');
  background-image: linear-gradient(180deg, rgba(239, 72, 14, 0), rgba(239, 72, 14, 0)), url('../images/PCart_Taller_Marquesina_Alucobond_Routeado_CNC_001.jpg');
  background-position: 0px 0px, 50% 0px;
  background-size: auto, cover;
}

.footerlilink {
  color: #acacac;
  font-size: 0.8em;
  font-weight: 300;
}

.footerlilink:hover {
  color: #c8d41f;
}

.footersectiontaller {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 100vw;
  min-height: 430px;
  margin-top: -100px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: url('../images/mancha_textura_orange.png');
  background-position: 50% 0px;
  background-size: contain;
  background-repeat: repeat-x;
}

.footersectiontaller.mbm-multiply {
  min-height: 430px;
}

.h2taller {
  display: inline-block;
  margin-bottom: 0px;
  margin-left: -10px;
  padding-left: 10px;
  border-left: 10px solid #c8d41f;
  color: #fff;
  font-weight: 600;
}

.plotterimg {
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 50%;
  height: 90%;
  background-image: url('../images/PCat_Empresa_produccion.png');
  background-position: 100% 100%;
  background-size: contain;
  background-repeat: no-repeat;
}

.presupuestossection {
  min-height: 65%;
  padding-top: 100px;
  padding-bottom: 100px;
}

.h4trabaje {
  margin-top: 30px;
  font-size: 1.8em;
  font-weight: 800;
}

.tab-link-presupuestos {
  width: 50%;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #d7ec84;
}

.tab-link-presupuestos.w--current {
  background-color: #a1c21f;
}

.navlinkcontainer {
  display: inline-block;
}

.nameholder {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 1500px;
  margin-top: 54px;
  margin-left: -10px;
  padding: 10px 6px 10px 15px;
  border-bottom-left-radius: 4px;
  background-color: #7f8804;
  opacity: 0;
}

.nameholder.presupuestos {
  display: none;
}

.nameholder.empresa {
  display: none;
}

.field {
  height: 52px;
  margin-bottom: 14px;
  padding-top: 13px;
  padding-bottom: 13px;
  border: 0px solid #000;
  color: #323232;
  font-size: 18px;
  text-transform: uppercase;
}

.field:hover {
  background-color: hsla(0, 0%, 100%, 0.8);
}

.field:focus {
  box-shadow: inset 0 0 0 0 transparent;
}

.contact-form-column {
  padding: 74px 33px;
  background-color: rgba(225, 235, 115, 0.5);
}

.heading-7 {
  color: #8850ff;
}

.contact-text {
  display: inline-block;
}

.button {
  display: inline-block;
  padding: 8px 15px;
  border: 2px solid #fff;
  background-color: rgba(77, 77, 77, 0.2);
  -webkit-transition: all 100ms ease;
  transition: all 100ms ease;
  color: #fff;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.button:hover {
  background-color: #fff;
  color: #323232;
}

.button.form {
  margin-top: 22px;
  margin-bottom: 23px;
  border-color: #323232;
  background-color: #323232;
  color: rgba(225, 235, 115, 0.5);
}

.button.form:hover {
  background-color: #8850ff;
  color: #e1eb73;
}

.success-message {
  margin-bottom: 73px;
}

.contact-info-column {
  margin-top: 0px;
  padding-top: 56px;
}

.success {
  padding-top: 35px;
  padding-bottom: 43px;
  border: 3px solid #323232;
  background-color: transparent;
  color: #323232;
  font-size: 23px;
  font-weight: 500;
  text-align: center;
}

.brand-2 {
  padding-top: 17px;
}

.hiddeninput {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  margin-left: -1px;
}

.div-block {
  margin-top: 11px;
}

.paragraph {
  margin-bottom: 40px;
}

.fileupload {
  display: inline-block;
  padding: 9px 15px;
  border-radius: 3px;
  background-color: #c8d41f;
  color: #fff;
  font-weight: 300;
  cursor: pointer;
}

.fileupload:hover {
  background-color: #d7ec84;
  color: #888;
}

.div-block-17 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 15px;
  padding-bottom: 15px;
  -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;
}

.map-embed {
  margin-top: 16px;
}

.iconcontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  margin-right: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.column {
  padding-bottom: 100px;
}

.menu-button.w--open {
  background-color: #333;
}

.navlinkbullettext {
  display: block;
  margin-left: 10px;
  font-size: 0.7em;
  font-weight: 300;
  text-transform: uppercase;
}

.navlinkbullettext.presupuesto {
  font-weight: 500;
}

.link-block {
  width: 40px;
  height: 30px;
  padding: 5px;
  background-image: url('../images/instagram_grey.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: color 200ms ease, opacity 200ms ease;
  transition: color 200ms ease, opacity 200ms ease;
}

.link-block:hover {
  background-image: url('../images/instagram.svg');
}

.link-block-2 {
  width: 40px;
  height: 30px;
  background-image: url('../images/facebook_grey.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.link-block-2:hover {
  background-image: url('../images/facebook.svg');
}

.link-block-3 {
  width: 40px;
  height: 30px;
  background-image: url('../images/whatsapp.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.link-block-3:hover {
  background-image: url('../images/whatsapp_grey.svg');
}

.rightfootercol {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 14px;
  padding-right: 35px;
  padding-left: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.row-2 {
  margin-bottom: 67px;
  padding-bottom: 10px;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.4);
}

.seccionmapainstalaciones {
  position: relative;
  padding-top: 1px;
  padding-bottom: 1px;
}

.h2instalaciones {
  display: inline-block;
  margin-left: 60px;
  padding-left: 10px;
  color: #fff;
  font-weight: 600;
}

.map_argentina {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 500px;
  margin-top: -92px;
  margin-bottom: -80px;
  margin-left: -91px;
}

.rowmapinstalaciones {
  margin-top: 20px;
}

.seccionvehicular {
  position: relative;
  padding: 1px 80px;
}

.h2ploteos {
  display: inline-block;
  margin-left: -10px;
  padding-left: 10px;
  color: #fff;
  font-weight: 600;
}

.containervehicular {
  position: relative;
  margin-top: 30px;
  padding-right: 50px;
  padding-bottom: 80px;
  padding-left: 50px;
  background-color: rgba(51, 51, 51, 0.9);
}

.carouselwrappervehicular {
  overflow: hidden;
  margin-top: -40px;
  padding-right: 30px;
  padding-left: 30px;
}

.mainsectionlinks {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 38px;
  height: 38px;
  margin-right: 5px;
  margin-left: 5px;
  -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: 30px;
  background-color: #4d4d4d;
}

.sectionnavigation {
  display: none;
}

.mobile-links {
  display: none;
}

.desktop-links {
  position: absolute;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  margin-right: 60px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.img-descripcion {
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: auto;
  padding: 10px;
  background-color: rgba(127, 136, 4, 0.6);
  color: #fff;
}

.column-2 {
  padding-right: 15px;
}

.column-3 {
  padding-left: 15px;
}

.column-4 {
  border-right: 1px solid hsla(0, 0%, 53.3%, 0.3);
  border-left: 1px solid hsla(0, 0%, 53.3%, 0.3);
}

.column-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.catsection2ble {
  display: block;
  max-width: 100vw;
  min-height: 500px;
  padding-bottom: 60px;
  -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: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.57)), to(hsla(0, 0%, 100%, 0.57))), url('../images/mancha_textura_001.png');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.57), hsla(0, 0%, 100%, 0.57)), url('../images/mancha_textura_001.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, contain;
  background-repeat: repeat, repeat-x;
}

.row-3 {
  text-align: center;
}

.desktoplinklist {
  position: relative;
  right: 0px;
  z-index: 11;
  max-width: 400px;
  padding: 10px 17px;
  float: right;
  border-right: 2px solid #888;
  color: #4d4d4d;
  font-weight: 300;
  text-align: right;
}

.desktoplistlinks {
  color: #888;
  font-weight: 300;
}

.desktoplistlinks.main {
  font-weight: 600;
}

.desktoplistlinks.main.corporativas {
  letter-spacing: 1px;
}

._2ndlinks {
  margin-top: 10px;
}

._2ndlinks.firstli {
  margin-top: 20px;
}

.mainlinks {
  margin-bottom: 7px;
}

.mainlinks.firstcorporativas {
  margin-bottom: 16px;
  padding-bottom: 6px;
  border-bottom: 1px solid #888;
}

.div-block-18 {
  position: relative;
  display: inline-block;
  max-width: 60%;
  color: #888;
}

.desktopmenuh5 {
  margin-bottom: 20px;
  color: #888;
  font-size: 1.5em;
  font-weight: 200;
}

.desktopmenuimg.mbm-multiply {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  height: 100%;
  margin-left: 15vw;
}

.bloquedestacados {
  position: relative;
  z-index: 10;
}

.desktopmenumainheading {
  font-family: 'Great Vibes', cursive;
  color: #c8d41f;
}

.listdestacados {
  margin-top: 50px;
  color: #ef480e;
}

.destacadosli {
  margin-bottom: 20px;
}

.destacadoslilink {
  color: #c8d41f;
  font-size: 1.4em;
  font-weight: 500;
  text-transform: uppercase;
}

.destacadoslilink:hover {
  color: #ef480e;
}

.mobilephrases {
  display: none;
  overflow: hidden;
  margin-bottom: 10px;
}

.h5instalaciones {
  margin-left: 75px;
  color: #ef480e;
  font-size: 0.9em;
  font-weight: 400;
  text-transform: uppercase;
}

.h5byretail {
  margin-bottom: 40px;
  color: #ef480e;
  font-size: 0.9em;
  font-weight: 400;
  text-transform: uppercase;
}

.tallertitleparagraph {
  margin-top: 18px;
  margin-bottom: 6px;
  color: #fff;
}

.whiteparagraph {
  margin-bottom: 6px;
  color: #fff;
}

.phonecontacto {
  color: #4d4d4d;
  font-weight: 400;
}

.greensuccess {
  color: #c8d41f;
  text-transform: uppercase;
}

.orangefail {
  color: #ef480e;
  text-transform: uppercase;
}

.greensubtitle {
  margin-bottom: 40px;
  color: #c8d41f;
  font-size: 0.9em;
  font-weight: 400;
  text-transform: uppercase;
}

.form-block.flaoting-form {
  position: relative;
  top: 0px;
  right: 0px;
  margin-top: 60px;
  margin-bottom: 120px;
  margin-left: 20px;
  padding: 40px;
  background-color: rgba(215, 236, 132, 0.6);
}

.row-4 {
  margin-top: 100px;
}

.campoobligatoriotext {
  color: #ef480e;
  font-size: 0.8em;
  font-weight: 300;
}

.titleparagraph {
  margin-top: 20px;
  padding-right: 20px;
  padding-left: 0px;
  font-size: 1.3em;
  line-height: 1.2em;
  font-weight: 700;
  text-align: left;
}

.heading-9 {
  font-size: 1.2em;
  font-weight: 400;
}

.decodiv01 {
  position: relative;
  left: 0px;
  bottom: 0px;
  width: 400px;
  height: 20px;
  margin-top: -10px;
  margin-left: -100px;
  background-color: #ef480e;
}

.relulli {
  padding-top: 4px;
  padding-bottom: 4px;
}

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

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

.column-right-aligned {
  text-align: right;
}

.heroletter {
  position: absolute;
  left: 0px;
  top: 0px;
  display: block;
  height: 100%;
  margin-left: -150px;
}

.heroletter.localescomercialeshero {
  left: 0px;
  top: 0px;
  margin-top: -112px;
}

.link-inactive {
  cursor: default;
}

.tabmainheadingexpl {
  font-size: 0.5em;
  font-weight: 300;
  text-transform: capitalize;
}

.serviceulcol {
  padding-left: 34px;
}

.serviceheroaccent {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 90%;
  height: 20px;
  margin-bottom: -10px;
  margin-left: 10%;
  background-color: #ef480e;
}

.heading-10 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 1.5em;
  text-transform: uppercase;
}

.formhero-column {
  position: relative;
  -webkit-box-flex: 30%;
  -webkit-flex: 30%;
  -ms-flex: 30%;
  flex: 30%;
}

.formhero-column.flexcenter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-right: 20px;
  padding-left: 20px;
  -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-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-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}

.formhero-column._260pxheight {
  height: 260px;
  margin-right: 2px;
  margin-bottom: 4px;
  margin-left: 2px;
}

.formhero-column._260pxheight:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(200, 212, 31, 0.7)), to(rgba(200, 212, 31, 0.7)));
  background-image: linear-gradient(180deg, rgba(200, 212, 31, 0.7), rgba(200, 212, 31, 0.7));
}

.formhero-column._260pxheight.vin1 {
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-basis: 40%;
  -ms-flex-preferred-size: 40%;
  flex-basis: 40%;
  background-image: url('../images/Ploteo-hero.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.formhero-column._260pxheight.vin2 {
  background-image: url('../images/Senaletica-hero.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.formhero-column._260pxheight.vin3 {
  background-image: url('../images/Carteleria-hero.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.formhero-column._260pxheight.vin4 {
  background-image: url('../images/Exhibidores-hero.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.formhero-column._260pxheight.vin5 {
  background-image: url('../images/MacOnline1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.formhero-column._260pxheight.vin6 {
  background-image: url('../images/oficina_1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.formhero-column._260pxheight.vin7 {
  background-image: url('../images/retail.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.formhero-column._260pxheight.neon1 {
  background-image: url('../images/PCart_Letras_Neon_014.jpg');
  background-position: 50% 60%;
  background-size: cover;
}

.formhero-column._260pxheight.neon2 {
  background-image: url('../images/PCart_Letras_Neon_004.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.formhero-column._260pxheight.neon3 {
  background-image: url('../images/PCart_Letras_Neon_009.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.formhero-column._260pxheight.vin4-copy {
  background-image: url('../images/Exhibidores-hero.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.formhero-column._260pxheight.neon4 {
  background-image: url('../images/PCart_Letras_Neon_006.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.formhero-column._260pxheight.neon5 {
  background-image: url('../images/PCart_Letras_Neon_007.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.formhero-column._260pxheight.neon6 {
  background-image: url('../images/PCart_Letras_Neon_013.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.formhero-column._260pxheight.neon7 {
  background-image: url('../images/PCart_Letras_Neon_015.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.formhero-column._260pxheight.neon8 {
  background-image: url('../images/PCart_Letras_Neon_012.jpg'), url('../images/PCart_Letras_Neon_004.jpg');
  background-position: 50% 50%, 50% 50%;
  background-size: cover, cover;
}

.formhero-column._260pxheight.neon9 {
  background-image: url('../images/PCart_Letras_Neon_001.jpg');
  background-position: 50% 0px;
  background-size: cover;
}

.formhero-column._260pxheight.neon10 {
  background-image: url('../images/PCart_Letras_Neon_002.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.formhero-column._260pxheight.aluco1 {
  background-image: url('../images/PCart_Alucobond_001.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.formhero-column._260pxheight.aluco2 {
  background-image: url('../images/PCart_Alucobond_006.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.formhero-column._260pxheight.aluco3 {
  background-image: url('../images/PCart_Alucobond_008.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.formhero-column._260pxheight.aluco4 {
  background-image: url('../images/PCart_Alucobond_002.jpg');
  background-position: 50% 0px;
  background-size: cover;
}

.formhero-column._260pxheight.aluco5 {
  background-image: url('../images/PCart_Alucobond_003.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.formhero-column._260pxheight.aluco6 {
  background-image: url('../images/PCart_Alucobond_005.jpg');
  background-position: 50% 0px;
  background-size: cover;
}

.formhero-column._260pxheight.aluco7 {
  background-image: url('../images/PCart_Alucobond_004.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.formhero-column._260pxheight.bann1 {
  background-image: url('../images/PCart_Portabanner_Roller_002.jpg'), url('../images/PCart_Portabanner_Roller_002.jpg');
  background-position: 50% 50%, 50% 100%;
  background-size: cover, cover;
}

.formhero-column._260pxheight.bann2 {
  background-image: url('../images/PCart_Portabanner_008.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.formhero-column._260pxheight.bann3 {
  background-image: url('../images/PCart_Portabanner_002.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.formhero-column._260pxheight.bann4 {
  background-image: url('../images/PCart_Portabanner_Roller_001.jpg');
  background-position: 50% 0px;
  background-size: cover;
}

.formhero-column._260pxheight.bann5 {
  background-image: url('../images/PCart_Portabanner_004.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.formhero-column._260pxheight.bann6 {
  background-image: url('../images/PCart_Portabanner_Roller_004.jpg');
  background-position: 50% 0px;
  background-size: cover;
}

.formhero-column._260pxheight.bann7 {
  background-image: url('../images/PCart_Portabanner_003.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.formhero-column.servicesheroimgcol {
  -webkit-flex-basis: 65%;
  -ms-flex-preferred-size: 65%;
  flex-basis: 65%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.45)), to(hsla(0, 0%, 100%, 0.45))), url('../images/PCart_Branding_Retail_Slider-Hero.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.45), hsla(0, 0%, 100%, 0.45)), url('../images/PCart_Branding_Retail_Slider-Hero.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.whatsapplinktext {
  display: none;
}

.text-subindex {
  font-size: 0.6em;
}

.h2pop {
  display: inline-block;
  color: #fff;
  font-weight: 600;
}

.h5pop {
  color: #ef480e;
  font-size: 0.9em;
  font-weight: 400;
  text-transform: uppercase;
}

.hr {
  height: 1px;
  margin-top: 10px;
  margin-bottom: 10px;
  background-color: #888;
}

.container-5 {
  padding-right: 60px;
  padding-left: 60px;
}

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

.landingpage-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 60px;
  padding-bottom: 60px;
  -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;
}

.landingpage-section.hero {
  min-height: 80vh;
  padding-top: 100px;
  padding-bottom: 100px;
  background-image: linear-gradient(324deg, rgba(252, 255, 183, 0.6), rgba(200, 212, 31, 0.85)), url('../images/mancha_textura_001.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, contain;
  background-repeat: repeat, repeat-x;
}

.landingpage-section.det-tecnicos {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.6)), to(hsla(0, 0%, 100%, 0.6))), url('../images/mancha_textura_004.png');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.6), hsla(0, 0%, 100%, 0.6)), url('../images/mancha_textura_004.png');
  background-position: 0px 0px, 10% 50%;
  background-size: auto, contain;
  background-repeat: repeat, no-repeat;
}

.landingpage-section.faq {
  margin-top: 60px;
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #4d4d4d;
  color: #fff;
}

.navbar-2 {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  background-color: #c8d41f;
}

.grid-2 {
  margin-top: 20px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.landingpage-centerheading {
  padding-bottom: 6px;
  border-bottom: 1px solid #c8d41f;
  text-align: center;
}

.grid-3 {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  grid-column-gap: 6px;
  grid-row-gap: 7px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto auto;
  grid-template-rows: auto auto auto auto;
}

.grid-4 {
  margin-top: 20px;
  -ms-grid-columns: 0.5fr 1.5fr 1.5fr 0.5fr;
  grid-template-columns: 0.5fr 1.5fr 1.5fr 0.5fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.flex-gallery-container {
  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: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.flex-gallery-container.multipage {
  position: relative;
  margin-top: -30px;
  background-color: #fff;
}

.div-block-19 {
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-box-flex: 25%;
  -webkit-flex: 25%;
  -ms-flex: 25%;
  flex: 25%;
}

.div-block-20 {
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-box-flex: 25%;
  -webkit-flex: 25%;
  -ms-flex: 25%;
  flex: 25%;
}

.div-block-21 {
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-basis: 25%;
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
}

.div-block-22 {
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-basis: 25%;
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
}

.lp-gallery-img {
  padding: 5px;
}

.grid-5 {
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
}

.lp-formembed {
  width: 100%;
}

.last-paragraph {
  margin-bottom: 30px;
}

.brand-3 {
  padding-top: 10px;
  padding-bottom: 10px;
}

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

.center-text.landingmorebutton {
  margin-top: 20px;
}

.logocontainer {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  padding-top: 10px;
}

.presupuestos-columns {
  display: block;
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
}

.bannerheroimg {
  max-height: 75vh;
  margin-bottom: -120px;
}

.test {
  background-color: #fff;
}

.new-group-product-tabs {
  width: 100%;
  padding-top: 60px;
}

.new-group-product-tabs.services {
  margin-top: -50px;
}

.new-group-tabs-menu {
  position: absolute;
  z-index: 10;
  width: 100%;
  max-width: 700px;
  margin-left: 30px;
  padding-right: 10px;
  padding-bottom: 30px;
  padding-left: 10px;
  text-align: left;
}

.tab-hero-container {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: url('../images/mancha_textura_001.png'), -webkit-gradient(linear, left top, left bottom, from(#fcffb7), to(#fcffb7));
  background-image: url('../images/mancha_textura_001.png'), linear-gradient(180deg, #fcffb7, #fcffb7);
  background-position: 50% 50%, 0px 0px;
  background-size: contain, auto;
  background-repeat: repeat-x, repeat;
}

.tabs-menu-heading {
  margin-bottom: 40px;
  color: #fcffb7;
  font-size: 1.3em;
  font-weight: 500;
  text-align: left;
}

.new-group-tabi-info-container {
  position: relative;
  z-index: 1;
  max-width: 700px;
  margin-left: 30px;
  padding: 270px 20px 40px;
  background-color: #333;
}

.new-tab-flex-columns {
  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;
}

.c-tabs-copy {
  overflow: hidden;
  width: 60px;
  height: 60px;
  margin-right: 4px;
  margin-bottom: 40px;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0px;
  border: 1px solid #c8d41f;
  text-align: center;
}

.c-tabs-copy:hover {
  z-index: 2;
  overflow: visible;
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

.c-tabs-copy.w--current {
  width: 110px;
  height: 110px;
  margin-top: -5px;
  padding-top: 60px;
  border-width: 2px;
  border-color: #ef480e;
}

.c-tabs-copy.w--current:hover {
  overflow: hidden;
}

.c-tabs-copy.inox {
  background-image: url('../images/PCart_Acero_INOX_con_led_detras.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.c-tabs-copy.acr {
  background-image: url('../images/PCart_Base_de_acrilico_con_letras_en_acrilico_de_color.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.c-tabs-copy.acrmetal {
  background-image: url('../images/PCart_Acrilico_negro_con_frente_metalex_y_vinilo_de_color_003.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.c-tabs-copy.chacril {
  background-image: url('../images/PCart_Chapa_pintada_con_frente_de_acrilico_ploteado.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.c-tabs-copy.chgalv {
  background-image: url('../images/PCart_Letra_Chapa_galvanizada_005.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.c-tabs-copy.mdf {
  background-image: url('../images/PCart_MDF_Pintado_001.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.c-tabs-copy.neontab {
  background-image: url('../images/PCart_Letras_Neon_014.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.c-tabs-copy.term {
  background-image: url('../images/Carteleria-hero.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.c-tabs-copy.polytab {
  background-image: url('../images/PCart_Polyfan_en_dos_colores_002.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.c-tabs-copy.instaltab {
  background-image: url('../images/PCart_Instalaciones_Vinilo_Esmerilado_Impreso_004.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.c-tabs-copy.artloctab {
  background-image: url('../images/PCart_Logo_en_acrilico_blanco_002.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.c-tabs-copy.esmertab {
  background-image: url('../images/PCart_Ploteos_Vinilo_Esmerilado_Corte_vidrio_027.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.c-tabs-copy.lonastab {
  background-image: url('../images/PCart_Portabanner_Fondo_003.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.c-tabs-copy.plottab {
  background-image: url('../images/PCart_Branding_Retail_Vidrieras_Vinilo_Esmerilado_Impreso_004.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.c-tabs-copy.cartpromtab {
  background-image: url('../images/Pcart_Senaletica_003.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.c-tabs-copy.vinimp {
  background-image: url('../images/PCart_Ploteos_Vinilo_Microperforado_Impreso_020.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.c-tabs-copy.vincort {
  background-image: url('../images/PCart_Ploteos_Vinilo_Corte_Pared_024.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.c-tabs-copy.vinmicrperf {
  background-image: url('../images/PCart_Ploteos_Vinilo_Microperforado_Impreso_004.jpg'), url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
  background-position: 50% 50%, 0px 0px;
  background-size: cover, 125px;
}

.c-tabs-copy.vinaltransit {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
  background-position: 0px 0px;
  background-size: 125px;
}

.c-tabs-copy.vincomb {
  background-image: url('../images/PCart_Branding_Retail_Vidrieras_Vinilo_Esmerilado_Impreso_004.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.c-tabs-copy.vinvehic {
  background-image: url('../images/PCat_Ploteo_Vehicular_008.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.c-tabs-copy.lonafront {
  background-image: url('../images/PCart_Branding_Retail_Fondo_Prensa_011.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.c-tabs-copy.lonaback {
  background-image: url('../images/PCart_Carteleria_Lona_Backlight_002.jpg');
  background-position: 45% 50%;
  background-size: cover;
}

.c-tabs-copy.corp-acrilico {
  background-image: url('../images/PCart_Base_de_acrilico_con_letras_en_acrilico_de_color.jpg');
  background-position: 80% 50%;
  background-size: cover;
}

.c-tabs-copy.corp-acr-metal {
  background-image: url('../images/PCart_Acrilico_negro_con_frente_metalex_y_vinilo_de_color_003.jpg');
  background-position: 70% 50%;
  background-size: cover;
}

.c-tabs-copy.corp-chap-acr {
  background-image: url('../images/PCart_Chapa_pintada_con_frente_de_acrilico_ploteado.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.c-tabs-copy.corp-chap-galv {
  background-image: url('../images/PCart_Letra_Chapa_galvanizada_005.jpg');
  background-position: 0% 50%;
  background-size: cover;
}

.c-tabs-copy.corp-mdf {
  background-image: url('../images/PathCarteleria_Polyfan_isolux-corsan_01.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.c-tabs-copy.corp-polyfan {
  background-image: url('../images/PCart_Polyfan_en_dos_colores_002.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.c-tabs-copy.corp-termo {
  background-image: url('../images/Carteleria-hero.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.c-tabs-copy.corp-inox {
  background-image: url('../images/PCart_Acero_INOX_con_led_detras.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.c-tab-text-copy {
  position: relative;
  left: -100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300%;
  height: 40px;
  margin-top: 54px;
  margin-left: 0px;
  padding-right: 10px;
  padding-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;
  background-color: #c8d41f;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #333;
  font-size: 0.8em;
  line-height: 1em;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.c-tab-text-copy.small {
  font-size: 0.7em;
}

.covid {
  position: absolute;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 60px;
  margin-bottom: 60px;
  padding: 12px 10px 10px;
  -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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #333;
  opacity: 1;
}

.banner-covid {
  width: 1px;
  height: 1px;
}

.covid19 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 1px;
  padding-bottom: 1px;
  -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;
  background-color: #5f9fe9;
  color: #5f9fe9;
}

.heading-11 {
  margin-top: 7px;
  margin-bottom: 7px;
  color: #fff;
  font-size: 2.9em;
  text-align: center;
}

.paragraph-2 {
  margin-top: 11px;
  margin-bottom: 11px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 1.5em;
  text-align: center;
}

.button-2 {
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 19px;
  border-radius: 15px;
  background-color: #fff;
  -webkit-transition-property: color;
  transition-property: color;
  color: #5f9fe9;
  font-size: 1.5em;
  text-align: left;
}

.text-span {
  font-size: 1.5em;
}

.html-embed {
  display: block;
}

.html-embed-2 {
  display: block;
}

@media screen and (max-width: 991px) {
  .section001 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .section001-block {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .section001-block:hover {
    -webkit-box-flex: 3;
    -webkit-flex: 3 30%;
    -ms-flex: 3 30%;
    flex: 3 30%;
  }
  .section001-block.cart-home-bar {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    background-position: 50% 0px, 0px 0px;
    background-size: cover, auto;
  }
  .section001-block.byr-home-bar {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
    background-image: url('../images/mancha_textura_001.png'), -webkit-gradient(linear, left top, right top, from(#c8d41f), to(#bbc51e));
    background-image: url('../images/mancha_textura_001.png'), linear-gradient(90deg, #c8d41f, #bbc51e);
    background-position: 50% 0px, 0px 0px;
    background-size: cover, auto;
  }
  .section001-block.inst-home-bar {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
    background-image: url('../images/mancha_textura_002.png'), -webkit-gradient(linear, left top, right top, from(#c8d41f), to(#bbc51e));
    background-image: url('../images/mancha_textura_002.png'), linear-gradient(90deg, #c8d41f, #bbc51e);
    background-position: 50% 100%, 0px 0px;
    background-size: contain, auto;
    background-repeat: repeat-x, repeat;
  }
  .section001-block.exh-home-bar {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
    background-position: 50% 100%, 0px 0px;
    background-size: cover, auto;
  }
  .section001-block.plot-home-bar {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    background-image: url('../images/mancha_textura_001.png'), -webkit-gradient(linear, left top, right top, from(#c8d41f), to(#bbc51e));
    background-image: url('../images/mancha_textura_001.png'), linear-gradient(90deg, #c8d41f, #bbc51e);
    background-position: 50% 0px, 0px 0px;
    background-size: cover, auto;
  }
  .section001-block.sen-home-bar {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
    background-image: url('../images/mancha_textura_002.png'), -webkit-gradient(linear, left top, right top, from(#c8d41f), to(#bbc51e));
    background-image: url('../images/mancha_textura_002.png'), linear-gradient(90deg, #c8d41f, #bbc51e);
    background-position: 50% 100%, 0px 0px;
    background-size: contain, auto;
    background-repeat: repeat-x, repeat;
  }
  .homeblockheading {
    margin-top: 0px;
  }
  .catsection4 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .nav-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .main-logo {
    position: relative;
    display: inline;
    padding-bottom: 11px;
    text-align: center;
  }
  .megamenuflexcolumn {
    overflow: auto;
  }
  .menubutton {
    display: none;
    height: 100%;
    padding-top: 52px;
  }
  .c-section.is-hero {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .c-section.is-hero.prodtmp {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-position: 0px 0px, 50% -100px;
    background-size: auto, contain;
  }
  .c-section.is-hero.serviceshero {
    padding-right: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .subpagemainheading.serviceshero-heading {
    margin-bottom: 40px;
  }
  .productocol-2 {
    max-width: 100vw;
  }
  .navbar {
    min-height: 60px;
  }
  .nav-link-2 {
    width: 100%;
    margin-top: 2px;
    margin-bottom: 2px;
    padding-left: 11px;
    float: left;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .nav-link-2.presupuesto {
    height: auto;
  }
  .navlinkbullet.presupuesto {
    overflow: hidden;
    background-color: #ef480e;
  }
  .navlinkbullet.sections {
    width: 10px;
    height: 10px;
    margin-right: 6px;
    background-color: #ef480e;
  }
  .nav-menu-2 {
    height: auto;
    margin-top: 0px;
    margin-right: 0px;
    padding-top: 5px;
    padding-bottom: 10px;
    background-color: #d7ec84;
  }
  .empresaheading {
    font-size: 7vw;
  }
  .emptablink {
    width: 100%;
    min-width: auto;
    margin-right: 10px;
  }
  .tabpane-content {
    max-width: 30vw;
  }
  .empresatabimg.instalacion {
    margin-right: -160px;
  }
  .empresatabimg.preproduccion {
    margin-top: -40px;
  }
  .empresatabimg.mantenimiento {
    margin-top: 114px;
  }
  .secciontaller {
    padding-right: 50px;
    padding-left: 50px;
  }
  .div-block-16 {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .right-arrow {
    opacity: 0;
  }
  .navlinkcontainer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    text-align: left;
  }
  .nameholder {
    position: relative;
    display: none;
    margin-top: 2px;
    margin-bottom: 2px;
    margin-left: 5px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    opacity: 1;
  }
  .menu-button.w--open {
    background-color: #d7ec84;
  }
  .navlinkbullettext {
    display: block;
    margin-left: 20px;
    color: #fff;
    font-size: 1em;
    text-transform: uppercase;
  }
  .navlinkbullettext.sections {
    color: #333;
    font-size: 0.9em;
  }
  .navlinkbullettext.footer {
    text-align: center;
  }
  .seccionvehicular {
    padding-right: 0px;
    padding-left: 0px;
  }
  .mainsectionlinks {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 16px;
    float: left;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background-color: transparent;
  }
  .sectionnavigation {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-right: 100px;
    padding-left: 50px;
    text-align: left;
  }
  .sectionnavigation.first {
    margin-top: 10px;
  }
  .mobile-links {
    display: block;
  }
  .desktop-links {
    display: none;
  }
  .catsection2ble {
    padding-right: 0px;
    padding-left: 0px;
  }
  .desktoplinklist {
    display: none;
  }
  .div-block-18 {
    display: none;
  }
  .desktopmenuimg.mbm-multiply {
    display: none;
  }
  .form-block.flaoting-form {
    margin-top: 30px;
    margin-right: 20px;
  }
  .row-4 {
    margin-top: 40px;
    margin-bottom: 10px;
  }
  .heroletter {
    max-width: 200%;
  }
  .formhero-column {
    max-width: 100vw;
  }
  .flex-gallery-container {
    -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;
  }
  .div-block-21 {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
  .div-block-22 {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
  .tab-hero-container {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .tabs-menu-heading {
    margin-bottom: 20px;
  }
  .new-group-tabi-info-container {
    padding-top: 290px;
  }
  .c-tabs-copy {
    width: 32%;
    margin-bottom: 7px;
  }
  .c-tabs-copy.w--current {
    width: 32%;
    height: 60px;
    margin-top: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-style: none none solid;
    border-bottom-width: 4px;
    font-weight: 700;
  }
  .c-tab-text-copy {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    width: auto;
    height: auto;
    margin-top: 0px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 3.3em;
  }
  h5 {
    font-size: 1.2em;
  }
  .catsectionhome.carthome {
    background-position: 0px 50%;
  }
  .catsectionhome.tallerhero {
    background-position: 0px 50%;
  }
  .catmaininfocontainer.empresa {
    overflow: hidden;
  }
  .catmaininfocontainer.taller {
    padding-left: 49px;
  }
  .footernav {
    padding-left: 10px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background-color: #000;
  }
  .footercontainer {
    padding-top: 0px;
  }
  .nav-link {
    display: block;
    text-align: left;
  }
  .nav-menu {
    -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;
  }
  .megamenu {
    -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;
  }
  .megamenuflexcolumn {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .megamenuflexcolumn.materialescolumn {
    display: none;
  }
  .c-section.is-hero {
    padding-right: 0px;
    -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;
  }
  .c-section.is-hero.prodtmp {
    background-position: 0px 0px, 0px -75px;
  }
  .leftfloatingcontainer {
    max-height: 1800px;
  }
  .constructiontabs {
    margin-right: 10px;
  }
  .c-tabs {
    display: block;
    width: auto;
    height: 1px;
    margin-bottom: 40px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .c-tabs.inox.w--current {
    width: auto;
    height: 1px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .c-tabs.acr.w--current {
    width: auto;
    height: 1px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .c-tabs.acrmetal.w--current {
    width: auto;
    height: 1px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .c-tabs.chacril.w--current {
    width: auto;
    height: 1px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .c-tabs.chgalv.w--current {
    width: auto;
    height: 1px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .c-tabs.mdf.w--current {
    width: auto;
    height: 1px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .c-tabs.neontab.w--current {
    width: auto;
    height: 1px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .c-tabs.term.w--current {
    width: auto;
    height: 1px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .c-tabs.polytab.w--current {
    width: auto;
    height: 1px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .c-tabs.instaltab.w--current {
    width: auto;
    height: 1px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .c-tabs.artloctab.w--current {
    width: auto;
    height: 1px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .c-tabs.esmertab.w--current {
    display: block;
    width: auto;
    height: 1px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .c-tabs.lonastab.w--current {
    width: auto;
    height: 1px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .c-tabs.plottab {
    display: block;
    width: auto;
    height: 1px;
  }
  .c-tabs.plottab.w--current {
    width: auto;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .c-tabs.cartpromtab.w--current {
    width: auto;
    height: 1px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .c-tab-text {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    width: auto;
    margin-top: -34px;
    margin-left: 10px;
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 1em;
    font-weight: 400;
    text-align: left;
  }
  .c-tab-text.small {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    display: block;
    margin-top: -34px;
    margin-left: 10px;
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 1em;
    font-weight: 400;
    text-align: left;
  }
  .tabs-menu {
    padding-top: 30px;
  }
  .tabmainheading {
    font-size: 2.4em;
  }
  .tabinfocontainer {
    padding-top: 4px;
  }
  .tabinfoparagraph {
    -webkit-column-count: 1;
    column-count: 1;
  }
  .container-2 {
    padding-bottom: 160px;
  }
  .destacadospill {
    margin-top: 10px;
  }
  .subpagemainheading {
    font-size: 3em;
  }
  .subpagemainheading.serviceshero-heading {
    font-size: 2.3em;
  }
  .productocol-2 {
    width: 100%;
  }
  .productofooter {
    margin-bottom: 145px;
    padding-right: 50px;
    padding-bottom: 30px;
    padding-left: 50px;
  }
  .nav-link-2.presupuesto {
    width: auto;
  }
  .ulstyle001 {
    margin-top: 20px;
  }
  .carousel {
    height: 400px;
  }
  .slick-slide-div {
    height: 400px;
  }
  .slick-slide-image {
    height: 400px;
  }
  .footerlist {
    margin-left: 0px;
    padding-left: 10px;
    text-align: left;
  }
  .verticalcentercarousel {
    display: none;
    height: 0px;
  }
  .valuessection {
    overflow: hidden;
  }
  .empresatabsmenu {
    position: relative;
    z-index: 0;
    width: 100vw;
    max-width: 100vw;
  }
  .empresatabscontent {
    width: 100%;
    margin-top: 30px;
    margin-left: 0%;
  }
  .emptablink {
    width: 100%;
    margin-right: 0px;
  }
  .empresah5subheading {
    z-index: 0;
  }
  .tabpane-content {
    max-width: 100vw;
    padding-right: 10px;
    padding-left: 10px;
  }
  .empresatabimg {
    display: none;
  }
  .empresatabssection {
    overflow: hidden;
  }
  .catmaintitlegreen {
    margin-left: -120px;
  }
  .wfslidetaller {
    width: 100%;
  }
  .wfslidetaller4 {
    width: 50%;
  }
  .presupuestossection {
    padding-right: 10px;
    padding-left: 10px;
  }
  .tab-link-presupuestos {
    width: 100%;
    text-align: center;
  }
  .navlinkcontainer {
    padding-right: 30px;
    padding-left: 30px;
  }
  .contact-form-column {
    margin-top: 35px;
    padding: 43px 10px;
  }
  .contact-info-column {
    padding-top: 42px;
  }
  .rightfootercol {
    padding-right: 20px;
    padding-left: 20px;
  }
  .sectionnavigation {
    padding-left: 30px;
  }
  .mobilephrases {
    position: relative;
    display: block;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .followerpill {
    position: absolute;
    left: 0px;
    right: 0px;
    height: 100px;
    border: 1px solid #ef480e;
    border-radius: 100px;
    background-color: rgba(252, 255, 183, 0.45);
  }
  .phonecontacto {
    color: #c8d41f;
    font-weight: 500;
  }
  .form-block.flaoting-form {
    margin-right: 0px;
    margin-bottom: 100px;
    margin-left: 0px;
    padding-top: 10px;
  }
  .column-right-aligned {
    text-align: center;
  }
  .heroletter {
    max-width: 110%;
    margin-left: -74px;
  }
  .rightcol-servicescontent {
    padding-bottom: 0px;
    text-align: center;
  }
  .formhero-column {
    width: 100%;
  }
  .tab-pane-tab-4 {
    width: 100%;
  }
  .grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .landingpage-section.formsection {
    padding-bottom: 180px;
  }
  .grid-2 {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }
  .lp-gallery-img {
    padding: 4px;
  }
  .grid-5 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .landing-container {
    padding-right: 10px;
    padding-left: 10px;
  }
  .new-group-product-tabs {
    margin-right: 10px;
  }
  .new-group-tabs-menu {
    margin-left: 0px;
    text-align: center;
  }
  .new-group-tabi-info-container {
    overflow: hidden;
    max-width: 100vw;
    margin-left: 0px;
    padding-top: 330px;
  }
  .c-tabs-copy {
    width: 47%;
    height: 46px;
  }
  .c-tabs-copy.w--current {
    width: 47%;
    height: 46px;
  }
  .c-tabs-copy.inox.w--current {
    width: auto;
    height: 1px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .c-tabs-copy.acr.w--current {
    width: auto;
    height: 1px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .c-tabs-copy.acrmetal.w--current {
    width: auto;
    height: 1px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .c-tabs-copy.chgalv.w--current {
    width: auto;
    height: 1px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .c-tabs-copy.mdf.w--current {
    width: auto;
    height: 1px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .c-tabs-copy.term.w--current {
    width: auto;
    height: 1px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .c-tabs-copy.polytab.w--current {
    width: auto;
    height: 1px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .c-tabs-copy.plottab.w--current {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .c-tabs-copy.corp-inox.w--current {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .c-tab-text-copy.small {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    display: block;
    margin-top: -34px;
    margin-left: 10px;
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 1em;
    font-weight: 400;
    text-align: left;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 2.2em;
  }
  h3 {
    font-size: 1.5em;
  }
  h5 {
    font-size: 1.1em;
  }
  .lighttype {
    font-size: 1.5em;
  }
  .section001 {
    height: 100%;
    padding-bottom: 120px;
  }
  .section001-block {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .homeblockheading {
    margin-top: 0px;
  }
  .catsectionhome {
    height: 60vh;
    min-height: 60vh;
  }
  .catsectionhome.empresahome {
    padding-top: 60px;
    padding-bottom: 40vh;
  }
  .catmaininfocontainer {
    margin-top: -1px;
    padding-right: 10px;
    padding-bottom: 70px;
    padding-left: 20px;
    background-color: #000;
  }
  .catmaininfocontainer.empresa {
    padding-right: 10px;
    padding-left: 10px;
  }
  .catmaininfocontainer.taller {
    padding-right: 20px;
    padding-left: 20px;
  }
  .catmaintitle.white {
    font-size: 2em;
  }
  .catmaintitle.empresasubh {
    position: relative;
    margin-left: -10px;
    padding-left: 10px;
    font-size: 1.8em;
  }
  .catsection4 {
    min-height: 400px;
    padding-bottom: 170px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/mancha_textura_001.png');
    background-image: linear-gradient(180deg, transparent, transparent), url('../images/mancha_textura_001.png');
    background-position: 0px 0px, 50% 95%;
  }
  .footerphone {
    z-index: 10;
    margin-bottom: 20px;
    font-size: 1.2em;
  }
  .footernav {
    margin-bottom: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #000;
  }
  .footercontainer {
    padding-bottom: 28px;
  }
  .nav-link {
    display: block;
  }
  .megamenu {
    padding-right: 0px;
    padding-left: 0px;
  }
  .socialcontainer {
    position: relative;
    width: 100%;
    padding-top: 80px;
    padding-bottom: 0px;
  }
  .socialcontainer.home {
    width: 100%;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 12px;
    -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;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .navinteres {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .materialeslisttaller {
    padding-left: 10px;
  }
  .c-section.is-hero {
    height: auto;
  }
  .c-section.is-hero.prodtmp {
    background-position: 0px 0px, 0px 0px;
  }
  .c-section.is-maininfo {
    padding-right: 4px;
    padding-left: 4px;
  }
  .leftfloatingcontainer {
    max-height: 2000px;
  }
  .constructiontabs {
    margin-right: 0px;
    margin-left: 0px;
  }
  .constructiontabs.services {
    margin-left: 0px;
  }
  .c-tabs {
    display: inline-block;
  }
  .c-tabs.inox {
    display: block;
  }
  .c-tabs.inox.w--current {
    display: block;
    width: auto;
  }
  .c-tabs.acr {
    display: block;
  }
  .c-tabs.acrmetal {
    display: block;
  }
  .c-tabs.chacril {
    display: block;
  }
  .c-tabs.chgalv {
    display: block;
  }
  .c-tabs.mdf {
    display: block;
  }
  .c-tabs.neontab {
    display: block;
  }
  .c-tabs.term {
    display: block;
  }
  .c-tabs.polytab {
    display: block;
  }
  .c-tabs.instaltab {
    display: block;
  }
  .c-tabs.artloctab {
    display: block;
  }
  .c-tabs.esmertab {
    display: block;
  }
  .c-tabs.lonastab {
    display: block;
  }
  .c-tabs.cartpromtab {
    display: block;
    width: auto;
    height: 1px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .c-tabs.lonaback.w--current {
    width: auto;
    height: 1px;
  }
  .c-tab-text {
    display: block;
    font-size: 0.8em;
  }
  .c-tab-text.small {
    font-size: 0.8em;
  }
  .tabs-menu {
    margin-left: 0px;
  }
  .tabmainheading {
    font-size: 1.2em;
  }
  .secondarytabheading {
    font-size: 2em;
  }
  .tabinfocontainer {
    margin-left: 12px;
  }
  .tabinfoparagraph {
    margin-right: 9px;
    -webkit-column-count: 1;
    column-count: 1;
  }
  .destacadostabcontent {
    margin-left: 39px;
  }
  .subpagemainheading {
    font-size: 2em;
  }
  .subpagemainheading.serviceshero-heading {
    margin-left: 10px;
    font-size: 1.8em;
  }
  .producto-mainheading {
    margin-top: 80px;
    margin-bottom: 30px;
    font-size: 1.4em;
  }
  .productocol-2 {
    width: 100vw;
    max-width: 100vw;
  }
  .productocol-2.corporeospage {
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('../images/PCart_Chapa_pintada_con_frente_de_acrilico_ploteado.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/PCart_Chapa_pintada_con_frente_de_acrilico_ploteado.jpg');
    background-position: 0px 0px, 100% 0px;
  }
  .colcontainer {
    width: 100%;
  }
  .productoparagraph {
    -webkit-column-count: 1;
    column-count: 1;
  }
  .productopropiedadessection {
    padding-top: 10px;
  }
  .productofooter {
    padding-right: 10px;
    padding-bottom: 30px;
    padding-left: 10px;
  }
  .section-2 {
    position: relative;
    height: 120px;
    margin-top: -120px;
    padding-top: 14px;
    -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-image: url('../images/mancha_textura_003.png');
    background-position: -12% 25%;
    background-repeat: no-repeat;
  }
  .manchabg.mbm-multiply {
    display: none;
  }
  .navlinkbullet.presupuesto {
    background-color: #fff;
  }
  .brand {
    width: 200px;
    margin-top: 16px;
    margin-left: 0px;
  }
  .carousel {
    overflow: hidden;
    height: 300px;
  }
  .slick-slide-div {
    height: 300px;
  }
  .slick-slide-image {
    height: 300px;
  }
  .copyrightinfo {
    margin-top: 10px;
    margin-bottom: 30px;
    padding-right: 10px;
    padding-left: 10px;
    text-align: center;
  }
  .trabajeconnosotros {
    margin-bottom: 10px;
  }
  .presupuestobtn {
    margin-top: 10px;
    margin-bottom: 30px;
  }
  .footerulli {
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: left;
  }
  .carouselwrapper {
    padding-right: 0px;
    padding-left: 0px;
  }
  .empresaheading {
    font-size: 14vw;
  }
  .empheadingspan2 {
    position: relative;
    left: 12px;
    right: 10px;
  }
  .verticalcentercarousel {
    max-height: 100px;
    font-size: 1.3em;
  }
  .vertcentcarslide {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 150px;
    max-height: 120px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 0.7em;
  }
  .valuessection {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .titlecontainer {
    padding-left: 10px;
    text-align: center;
  }
  .empresatabsmenu {
    position: relative;
    display: block;
    width: 100%;
    max-width: 100vw;
  }
  .empresatabscontent {
    position: relative;
    width: 100%;
    margin-left: 0%;
  }
  .tabs {
    padding-bottom: 200px;
  }
  .div-block-15 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .empresah5subheading {
    font-size: 1.2em;
  }
  .tabpane-img-test {
    display: none;
  }
  .tabpane-content {
    max-width: 100vw;
    padding-right: 10px;
    padding-left: 10px;
  }
  .catmaintitlegreen {
    font-size: 1.9em;
  }
  .secciontaller {
    padding-right: 10px;
    padding-left: 10px;
  }
  .seccionmateriales {
    padding-top: 40px;
    padding-bottom: 129px;
  }
  .container-3 {
    position: static;
    overflow: hidden;
    min-height: 450px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .div-block-16 {
    position: static;
  }
  .h2taller {
    font-size: 2em;
  }
  .columntaller {
    padding-right: 0px;
    padding-left: 0px;
  }
  .presupuestossection {
    padding-bottom: 150px;
  }
  .navlinkcontainer {
    padding-right: 10px;
    padding-left: 10px;
  }
  .contact-form-column {
    text-align: center;
  }
  .contact-info-column {
    text-align: center;
  }
  .navlinkbullettext {
    margin-left: 10px;
  }
  .navlinkbullettext.footer {
    font-size: 0.8em;
  }
  .link-block {
    width: 50px;
  }
  .link-block-2 {
    width: 50px;
  }
  .link-block-3 {
    position: fixed;
    right: 0px;
    bottom: 0px;
    z-index: 999999999;
    width: auto;
    height: 60px;
    margin-right: 20px;
    margin-bottom: 14px;
    padding: 10px 60px 10px 15px;
    border-style: solid;
    border-width: 2px;
    border-color: hsla(0, 0%, 100%, 0.61);
    border-radius: 50px;
    background-color: #4d4d4d;
    background-image: url('../images/whatsapp_grey.svg');
    background-position: 94% 50%;
    background-size: 40px 40px;
  }
  .link-block-3.homewup {
    position: absolute;
    right: 0px;
    bottom: 0%;
    margin-right: 0px;
    margin-bottom: -10px;
    margin-left: auto;
    background-position: 50% 50%;
  }
  .rightfootercol {
    padding-top: 0px;
    -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;
  }
  .row-2 {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  .seccionmapainstalaciones {
    padding-bottom: 150px;
  }
  .h2instalaciones {
    margin-left: 0px;
    font-size: 2em;
  }
  .map_argentina {
    height: 400px;
    margin-top: 20px;
    margin-left: 50px;
    opacity: 0.26;
  }
  .seccionvehicular {
    margin-bottom: 160px;
  }
  .h2ploteos {
    font-size: 2em;
  }
  .containervehicular {
    padding-right: 20px;
    padding-left: 20px;
  }
  .carouselwrappervehicular {
    padding-right: 0px;
    padding-left: 0px;
  }
  .sectionnavigation {
    padding-right: 10px;
    padding-left: 10px;
  }
  .sectionnavigation.first {
    padding-right: 10px;
    padding-left: 10px;
  }
  .column-2 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .column-3 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .catsection2ble {
    min-height: 400px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/mancha_textura_001.png');
    background-image: linear-gradient(180deg, transparent, transparent), url('../images/mancha_textura_001.png');
    background-position: 0px 0px, 50% 95%;
  }
  .container-4 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .heading-8 {
    font-size: 1.2em;
  }
  .mobilephrases {
    overflow: hidden;
    font-size: 1.3em;
  }
  .followerpill {
    height: 150px;
  }
  .form-block.flaoting-form {
    padding-top: 16px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .row-4 {
    margin-top: 40px;
    margin-bottom: 20px;
  }
  .column-right-aligned {
    margin-bottom: 20px;
  }
  .serviceheroaccent {
    height: 10px;
    margin-bottom: -5px;
  }
  .heading-10 {
    font-size: 1em;
  }
  .rightcol-servicescontent {
    padding-bottom: 80px;
  }
  .column-6 {
    margin-bottom: 10px;
  }
  .formhero-column {
    width: 100vw;
    max-width: 100vw;
  }
  .whatsapplinktext {
    display: block;
    color: #fff;
    font-size: 20px;
    line-height: 35px;
  }
  .h2pop {
    margin-left: 0px;
    font-size: 2em;
  }
  .landingpage-section.hero {
    padding-top: 122px;
  }
  .landingpage-section.formsection {
    padding-bottom: 178px;
  }
  .grid-2 {
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto;
  }
  .flex-gallery-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }
  .div-block-19 {
    -webkit-flex-basis: 30%;
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%;
  }
  .div-block-21 {
    -webkit-flex-basis: 30%;
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%;
  }
  .div-block-22 {
    -webkit-flex-basis: 30%;
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%;
  }
  .lp-gallery-img {
    padding: 2px;
  }
  .new-group-product-tabs {
    margin-right: 0px;
    margin-left: 0px;
  }
  .new-group-product-tabs.services {
    margin-left: 0px;
  }
  .new-group-tabs-menu {
    margin-left: 0px;
    padding-right: 5px;
    padding-left: 5px;
  }
  .tabs-menu-heading {
    font-size: 0.8em;
  }
  .c-tabs-copy {
    display: inline-block;
  }
  .c-tabs-copy.inox {
    display: block;
  }
  .c-tabs-copy.inox.w--current {
    display: block;
    width: auto;
  }
  .c-tabs-copy.acr {
    display: block;
  }
  .c-tabs-copy.acrmetal {
    display: block;
  }
  .c-tabs-copy.chgalv {
    display: block;
  }
  .c-tabs-copy.mdf {
    display: block;
  }
  .c-tabs-copy.term {
    display: block;
  }
  .c-tabs-copy.polytab {
    display: block;
  }
  .c-tabs-copy.lonaback.w--current {
    width: auto;
    height: 1px;
  }
  .c-tab-text-copy.small {
    font-size: 0.8em;
  }
  .covid {
    position: relative;
    height: 120px;
    margin-top: -120px;
    padding-top: 14px;
    -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-image: url('../images/mancha_textura_003.png');
    background-position: -12% 25%;
    background-repeat: no-repeat;
  }
  .covid19 {
    max-width: 100%;
    padding-top: 66px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    font-size: 1em;
  }
  .heading-11 {
    font-size: 2em;
  }
  .paragraph-2 {
    max-width: 100%;
    font-size: 0.6em;
  }
  .button-2 {
    padding: 12px;
    font-size: 1.3em;
  }
  .text-span {
    font-size: 1.9em;
  }
  .div-block-23 {
    max-width: 100%;
    font-size: 1em;
  }
}

#w-node-f634b973985c-b5b34e8d {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-d0f05165c248-b5b34e8d {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-e4f13f803176-b5b34e8d {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-e5022023f0d6-b5b34e8d {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-7ce631333adf-b5b34e8d {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-7f0e9e500274-b5b34e8d {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-5b767042422f-b5b34e8d {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-33c453d24fa1-b5b34e8d {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-253868e4200b-b5b34e8d {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-2e812862dad0-125809d5 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-2e812862dada-125809d5 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-440c0aa6f4a2-125809d5 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-440c0aa6f4a7-125809d5 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-440c0aa6f4ac-125809d5 {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-440c0aa6f4b1-125809d5 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-440c0aa6f4b6-125809d5 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-ee335103264e-125809d5 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-ee335103265c-125809d5 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-2e812862dad0-ebf195ff {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-2e812862dada-ebf195ff {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-440c0aa6f4a2-ebf195ff {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-440c0aa6f4a7-ebf195ff {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-440c0aa6f4ac-ebf195ff {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-440c0aa6f4b1-ebf195ff {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-440c0aa6f4b6-ebf195ff {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-ee335103264e-ebf195ff {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-ee335103265c-ebf195ff {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-0095b64cb098-c02498ce {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-0095b64cb0a3-c02498ce {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  align-self: baseline;
  justify-self: baseline;
}

#w-node-43913dbec922-c02498ce {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-43913dbec927-c02498ce {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-43913dbec931-c02498ce {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-43913dbec936-c02498ce {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-e61639c5c324-c02498ce {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-46ada14aba5e-c02498ce {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-46ada14aba6f-c02498ce {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

@media screen and (max-width: 767px) {
  #w-node-f634b973985c-b5b34e8d {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
  #w-node-d0f05165c248-b5b34e8d {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }
  #w-node-7ce631333adf-b5b34e8d {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
  #w-node-7f0e9e500274-b5b34e8d {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
  #w-node-5b767042422f-b5b34e8d {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }
  #w-node-253868e4200b-b5b34e8d {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
  #w-node-2e812862dad0-125809d5 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
  #w-node-2e812862dada-125809d5 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }
  #w-node-440c0aa6f4ac-125809d5 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
  #w-node-440c0aa6f4b1-125809d5 {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
  #w-node-440c0aa6f4b6-125809d5 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }
  #w-node-ee335103265c-125809d5 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
  #w-node-2e812862dad0-ebf195ff {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
  #w-node-2e812862dada-ebf195ff {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }
  #w-node-440c0aa6f4ac-ebf195ff {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
  #w-node-440c0aa6f4b1-ebf195ff {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
  #w-node-440c0aa6f4b6-ebf195ff {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }
  #w-node-ee335103265c-ebf195ff {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
  #w-node-0095b64cb098-c02498ce {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
  #w-node-0095b64cb0a3-c02498ce {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }
  #w-node-43913dbec931-c02498ce {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
  #w-node-43913dbec936-c02498ce {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }
  #w-node-46ada14aba6f-c02498ce {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-e5022023f0d6-b5b34e8d {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
  #w-node-7ce631333adf-b5b34e8d {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }
  #w-node-7f0e9e500274-b5b34e8d {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
  }
  #w-node-5b767042422f-b5b34e8d {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 5;
    grid-row-start: 5;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 6;
  }
  #w-node-440c0aa6f4a7-125809d5 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
  #w-node-440c0aa6f4ac-125809d5 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }
  #w-node-440c0aa6f4b1-125809d5 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
  }
  #w-node-440c0aa6f4b6-125809d5 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 5;
    grid-row-start: 5;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 6;
  }
  #w-node-440c0aa6f4a7-ebf195ff {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
  #w-node-440c0aa6f4ac-ebf195ff {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }
  #w-node-440c0aa6f4b1-ebf195ff {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
  }
  #w-node-440c0aa6f4b6-ebf195ff {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 5;
    grid-row-start: 5;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 6;
  }
  #w-node-43913dbec927-c02498ce {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
  #w-node-43913dbec931-c02498ce {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
  }
  #w-node-43913dbec936-c02498ce {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 5;
    grid-row-start: 5;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 6;
  }
}

