.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 {
  background-color: #f6f7f7;
  font-family: Poppins, sans-serif;
  color: #333;
  font-size: 17px;
  line-height: 20px;
}

h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 38px;
  line-height: 44px;
  font-weight: 300;
  letter-spacing: 1px;
  text-transform: uppercase;
}

h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 2.2vw;
  line-height: 2.7vw;
  font-weight: 300;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 35px;
  line-height: 40px;
  font-weight: 700;
  letter-spacing: 1px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 36px;
  font-weight: 400;
}

h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 30px;
  line-height: 38px;
  font-weight: 300;
  letter-spacing: 1px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
  text-transform: uppercase;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
}

p {
  margin-bottom: 10px;
  color: #969696;
  font-size: 18px;
  line-height: 25px;
  font-weight: 400;
}

a {
  text-decoration: none;
}

strong {
  font-weight: 700;
}


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


.container {
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.container.footer {
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.container.no-padding {
  padding-right: 0px;
  padding-left: 0px;
}

.container.int {
  min-height: 80vh;
}

.content-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.content-menu.dropdown {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.eng-logo-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 180px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.eng-menu {
  position: relative;
  min-width: 400px;
  padding-bottom: 70px;
  color: #fff;
}

.logo-menu {
  width: 300px;
}

.menu-function {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 180px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.social-link {
  width: 40px;
  height: 40px;
  margin-left: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
}

.gradient-bg-menu {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 1;
  width: 300%;
  height: 100%;
  background-color: #e12628;
}

.eng-links-menu {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.link-menu {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-bottom: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}

.eng-menu-function {
  position: relative;
  min-width: 400px;
  color: #fff;
}

.eng-dropdown-menu {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: none;
  overflow: hidden;
  width: 100%;
  padding-top: 180px;
}

.eng-dropdown-menu.open {
  z-index: 5;
  display: block;
  height: auto;
}

.btn-dropdown-menu {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-left: 20px;
  padding: 10px 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.bg-btn-dropdown {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 1;
  width: 100%;
  height: 0%;
  background-color: #e12628;
}

.txt-menu {
  position: relative;
  z-index: 2;
}

.eng-line-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 0px;
  padding-top: 5px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.line-menu {
  width: 5px;
  height: 10px;
  background-color: #fff;
}

.detail-wood {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  -webkit-transform: translate(-100%, 0px);
  -ms-transform: translate(-100%, 0px);
  transform: translate(-100%, 0px);
}

.eng-wrapper {
  overflow: hidden;
}

.slider-wrapper {
  width: 100%;
  height: auto;
  background-color: transparent;
}

.content-slide-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 70vh;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.eng-img-wrapper {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  width: 75%;
  height: 100%;
  border-bottom: 10px solid #e12628;
  background-color: #fff;
  box-shadow: 7px 7px 20px 0 rgba(0, 0, 0, 0.1);
}

.img-wrapper {
  width: 100%;
  height: 100%;
}

.img-wrapper._01 {
  background-image: url('../images/produto_1_662397816.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.img-wrapper._02 {
  background-image: url('../images/produto_1_667747313.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.dropdown-menu-responsive {
  display: none;
}

.icon-close {
  width: 30px;
}

.h5-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.btn-dropdown-menu-responsive {
  position: relative;
  display: none;
  height: 100%;
  margin-left: 20px;
  padding: 10px 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.container-menu {
  position: relative;
  z-index: 20;
  overflow: hidden;
}

.color-click-menu {
  position: absolute;
  left: -20%;
  top: auto;
  bottom: 0%;
  z-index: 1;
  width: 140%;
  height: 0%;
  margin-right: auto;
  margin-left: auto;
  background-color: #f8f8f8;
}

.color-hover-menu {
  position: absolute;
  left: -20%;
  top: auto;
  bottom: 0%;
  z-index: 1;
  width: 140%;
  height: 0%;
  margin-right: auto;
  margin-left: auto;
  background-color: #f8f8f8;
}

.menu {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -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;
  background-color: #fff;
}

.intro-txt-wrapper {
  width: 90%;
  padding-bottom: 2vh;
  font-size: 2vw;
  line-height: 3vw;
}

.eng-products {
  width: 100%;
  padding-right: 40px;
  padding-bottom: 50px;
  padding-left: 40px;
}

.eng-tittle-section-produtcs {
  padding-top: 30px;
  padding-bottom: 30px;
}

.eng-coverage {
  width: 100%;
  padding-top: 10vh;
  padding-bottom: 15vh;
  background-color: #f6f7f7;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(246, 247, 247, 0.2)), to(rgba(246, 247, 247, 0.2))), url('../images/img_empresa.jpg');
  background-image: linear-gradient(180deg, rgba(246, 247, 247, 0.2), rgba(246, 247, 247, 0.2)), url('../images/img_empresa.jpg');
  background-position: 0px 0px, 50% 0%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.eng-brazil {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 15px;
  border-color: #1b8341;
  background-color: #fff;
  box-shadow: 7px 7px 20px 0 rgba(0, 0, 0, 0.1);
}

.flag-brazil {
  position: relative;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 1;
  height: 120px;
}

.content-brazil {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.eng-clients {
  width: 100%;
  padding-top: 50px;
}

.body {
  background-color: #f6f7f7;
}

.eng-footer {
  position: relative;
  width: 100%;
}

.footer {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #4b4b4b;
  color: #fff;
}

.subfooter {
  width: 100%;
  background-color: #3a3a3a;
}

.container-subfooter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100px;
  -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;
}

.bold-text {
  font-weight: 600;
}

.link-ag {
  color: #fff;
  font-weight: 600;
}

.link-ag:hover {
  color: #969696;
}

.col-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.col-footer.red {
  width: 100%;
  background-color: #e12628;
}

.k-logo {
  width: 70%;
}

.eng-txt-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  padding-top: 8vh;
  padding-bottom: 10vh;
  -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;
}

.line-color-wrapper {
  width: 7px;
  height: 100%;
  background-color: #e12628;
}

.slide-nav {
  display: none;
}

.arrows-slider {
  left: 50px;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 24px;
  margin-bottom: 34px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.arrows-slider.left {
  -webkit-transform: translate(-50px, 0px);
  -ms-transform: translate(-50px, 0px);
  transform: translate(-50px, 0px);
}

.arrow-slider {
  width: 24px;
}

.eng-btn-wrapper {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  min-height: 60px;
  padding: 15px 25px;
  float: left;
  -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: #e12628;
  color: #fff;
}

.btn:hover {
  background-color: #3a3a3a;
}

.icon-more {
  width: 24px;
  margin-left: 10px;
}

.eng-btn-more {
  width: auto;
  float: left;
  -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: #e12628;
  color: #fff;
}

.detail-points {
  margin-top: 35px;
}

.slider-clients {
  width: 100%;
  height: auto;
  background-color: transparent;
}

.mask-slider-clients {
  overflow: visible;
  width: 15%;
}

.eng-gallery-clients {
  padding-bottom: 3vh;
}

.gallery-clients {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding-top: 50px;
  padding-bottom: 50px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.eng-product {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 180px;
  margin-bottom: 16px;
  padding: 40px 40px 35px;
  background-color: #fff;
  box-shadow: 7px 7px 20px 0 rgba(0, 0, 0, 0.1);
}

.eng-tags-products {
  padding-left: 80px;
}

.col-left-products {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.col-right-products {
  width: 50%;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.category-product {
  margin: 5px;
  padding: 15px 25px;
  border-style: solid;
  border-width: 1px;
  border-color: #e12628;
  background-color: #e12628;
  color: #fff;
  font-size: 16px;
}

.category-product2 {
    margin: 5px;
    padding: 15px 25px;
    border-style: solid;
    border-width: 1px;
    border-color: #e12628;
    background-color: #e12628;
    color: #fff;
    cursor: unset;
    font-size: 16px;
}

.category-product:hover {
  border-color: #3a3a3a;
  background-color: transparent;
  color: #3a3a3a;
}

.logo-product {
  max-height: 80px;
  max-width: 180px;
}

.eng-description-product {
  width: 100%;
  padding-top: 20px;
}

.bold-txt-intro {
  font-weight: 500;
}

.bold-txt-intro.red {
  color: #e12628;
}

.line-txt-intro {
  margin-right: 10px;
  font-weight: 300;
  letter-spacing: -6px;
}

.eng-img-features {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.img-feature {
  width: 20%;
  height: 30vh;
}

.eng-img-client {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  height: 100%;
  margin-bottom: 6%;
  -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-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.eng-img-client.no-margin {
  margin-right: 0%;
}

.img-client {
  max-height: 90px;
  max-width: 170px;
  opacity: 0.5;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.img-client:hover {
  opacity: 1;
  -webkit-filter: none;
  filter: none;
}

.eng-tittle-section-clients {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 75px;
  padding-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;
}

.eng-reach {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #3a3a3a;
  box-shadow: 7px 7px 20px 0 rgba(0, 0, 0, 0.1);
  color: #fff;
}

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

.tittle-semi {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 5px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.eng-tittle {
  padding-top: 25px;
  padding-bottom: 25px;
}

.eng-btn-city {
  padding-top: 25px;
}

.content-footer {
  display: -ms-grid;
  display: grid;
  width: 100%;
  -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;
  -ms-grid-row-align: center;
  align-self: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.bg-footer {
  position: relative;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  z-index: 1;
  width: 100%;
  height: 150px;
  margin-right: auto;
  margin-left: auto;
  background-color: #e12628;
}

.eng-bg-footer {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  -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;
}

.mask-slider-wrapper {
  overflow: visible;
}

.arrows-slide {
  display: none;
}

.big-contaner {
  width: 100%;
  max-width: 1600px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
}

.big-contaner.footer {
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.eng-logo-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 120px;
  -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;
}

.txt-copyright {
  color: #fff;
  font-size: 15px;
}

.eng-links-footer {
  position: relative;
  width: 100%;
  padding-top: 50px;
}

.link-footer {
  position: relative;
  z-index: 3;
  margin-right: 30px;
  color: #fff;
  font-size: 22px;
}

.link-footer:hover {
  border-bottom: 1px solid #e12628;
}

.link-footer.w--current {
  z-index: 1;
  opacity: 0.25;
}

.link-map {
  color: #fff;
}

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

.icon-location {
  height: 24px;
  margin-right: 10px;
}

.disable {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 2;
  width: 100%;
  height: 100%;
}

.eng-menu-int {
  position: relative;
  z-index: 3;
  overflow: hidden;
}

.eng-text-field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  border-bottom: 1px solid #d2d2d2;
}

.text-area {
  min-height: 150px;
  padding-top: 10px;
  padding-left: 0px;
  border-style: none none solid;
  border-width: 1px;
  border-color: #000 #000 #d2d2d2;
  background-color: transparent;
  color: #3a3a3a;
  font-size: 1.1rem;
  font-weight: 500;
}

.text-area::-webkit-input-placeholder {
  color: #3a3a3a;
}

.text-area:-ms-input-placeholder {
  color: #3a3a3a;
}

.text-area::-ms-input-placeholder {
  color: #3a3a3a;
}

.text-area::placeholder {
  color: #3a3a3a;
}

.eng-icon-text-field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 25px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.icon-text-field {
  width: 24px;
}

.h1-wrapper {
  font-size: 3.5vw;
  line-height: 4.2vw;
  font-weight: 300;
  text-transform: none;
}

.content-contact-int {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 100px;
}

.col-right-contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.col-left-contact {
  width: 40%;
}

.small-btn {
  padding: 12px 25px;
  border-radius: 75px;
  background-color: #ff721e;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.03125rem;
  text-transform: uppercase;
}

.small-btn:hover {
  opacity: 0.75;
}

.eng-btn-newsletter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 30px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.text-field {
  height: 60px;
  margin-bottom: 0px;
  padding-left: 0px;
  border: 1px none #000;
  background-color: transparent;
  color: #3a3a3a;
  font-size: 1.1rem;
  font-weight: 500;
}

.text-field::-webkit-input-placeholder {
  color: #3a3a3a;
}

.text-field:-ms-input-placeholder {
  color: #3a3a3a;
}

.text-field::-ms-input-placeholder {
  color: #3a3a3a;
}

.text-field::placeholder {
  color: #3a3a3a;
}

.icon-pg-contact {
  width: 100px;
  margin-bottom: 25px;
}

.form-contact {
  width: 100%;
}

.eng-adress-contact {
  margin-top: 50px;
}

.eng-txt-int {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  padding-top: 8vh;
  padding-bottom: 5vh;
  -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;
}

.eng-img-about {
  width: 100%;
  height: 60vh;
}

.img-about {
  width: 135%;
  height: 100%;
  background-image: url('../images/img_empresa_1.jpg');
  background-position: 100% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.content-img-about {
  overflow: hidden;
  width: 100%;
}

.col-left-about {
  width: 45%;
  padding-right: 40px;
}

.col-right-about {
  width: 55%;
}

.eng-cols-about {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 8vh;
  padding-bottom: 8vh;
}

.title-about {
  font-size: 3vw;
  line-height: 4vw;
  font-weight: 300;
  text-transform: none;
}

.eng-btn-menu {
  display: none;
}

.link-phone {
  color: #fff;
}

.link-phone:hover {
  color: hsla(0, 0%, 100%, 0.9);
}

.heading {
  font-size: 2.2vw;
  line-height: 2.7vw;
}

.slider-gallery-clients {
  width: 100%;
  height: auto;
  background-color: transparent;
}

.arrow-slide-clients {
  display: none;
}

.eng-scope {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 50;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.7);
}

.content-scope {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 30;
  display: none;
  width: 100%;
  height: 100%;
  padding: 40px 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #3a3a3a;
  color: #fff;
}

.eng-cities {
  overflow: auto;
  height: 100%;
  margin-top: 3vh;
  color: #fff;
}

.cites {
  position: relative;
  height: 100%;
  font-size: 16px;
  line-height: 22px;
  font-weight: 300;
}

.scope {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.eng-btn-close-scope {
  position: fixed;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 50;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 5vw;
  height: 5vw;
  -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: #e12628;
}

.eng-content-scope {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.content-parts {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 5vh;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.eng-parts {
  width: 24%;
  margin-right: 1.25%;
  margin-bottom: 30px;
}

.eng-parts.no-margin {
  margin-right: 0%;
}

.img-part {
  width: 100%;
  height: 200px;
}

.img-part._1 {
  background-image: url('../images/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.eng-title-parts {
  padding: 20px 30px;
  background-color: #3a3a3a;
}

.text-block {
  color: #fff;
}

html.w-mod-js *[data-ix="initial-menu-responsive"] {
  -webkit-transform: translate(-100%, 0px);
  -ms-transform: translate(-100%, 0px);
  transform: translate(-100%, 0px);
}

html.w-mod-js *[data-ix="dropdown-footer-icon"] {
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

html.w-mod-js *[data-ix="dropdown-footer"] {
  display: none;
  height: 0px;
}

html.w-mod-js *[data-ix="close-menu-responsive"] {
  -webkit-transform: translate(100%, 0px);
  -ms-transform: translate(100%, 0px);
  transform: translate(100%, 0px);
}

    .eng-icon-whatsapp {
    position: fixed;
    left: auto;
    top: auto;
    right: 25px;
    bottom: 25px;
    z-index: 50;
}

.link-whatsapp {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 4.5vw;
    height: 4.5vw;
    -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-image: linear-gradient(234deg, #5efc7b, #21d242);
    box-shadow: 0 8px 18px -1px rgba(28, 139, 101, 0.3);
    -webkit-transition: border-radius 200ms ease;
    transition: border-radius 200ms ease;
}

.icon-whatsapp {
    width: 50%;
    height: 50%;
}




@media (max-width: 991px) {
  h1 {
    font-size: 4vw;
    line-height: 4.5vw;
  }
  .container {
    padding-right: 30px;
    padding-left: 30px;
  }
  .container.footer {
    padding-top: 2vh;
    padding-bottom: 2vh;
  }
  .container.img-about {
    padding-right: 0px;
    padding-left: 0px;
  }
  .eng-logo-menu {
    width: 50%;
    height: 15vh;
  }
  .menu-function {
    display: none;
  }
  .social-link {
    width: 30px;
    height: 30px;
    margin-left: 0px;
  }
  .gradient-bg-menu {
    display: none;
  }
  .eng-menu-function {
    display: none;
  }
  .eng-dropdown-menu.open {
    display: none;
  }
  .btn-dropdown-menu {
    display: none;
  }
  .detail-wood {
    display: none;
  }
  .eng-img-wrapper {
    width: 100%;
  }
  .eng-container-dropdown-menu-responsive {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #e12628;
  }
  .dropdown-menu-responsive {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 999999999;
    width: 100%;
    height: 100%;
  }
  .eng-links-menu-responsive {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .eng-btn-close {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 7vw;
    height: 7vw;
    -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: #3a3a3a;
  }
  .icon-close {
    width: 30px;
  }
  .h5-menu.responsive {
    display: block;
    width: auto;
    margin-right: 3px;
    float: left;
    color: #fff;
    font-size: 3.5vw;
    line-height: 7vh;
  }
  .btn-dropdown-menu-responsive {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .intro-txt-wrapper {
    width: 100%;
    font-size: 4vw;
    line-height: 5vw;
  }
  .eng-products {
    padding-right: 0px;
    padding-left: 0px;
  }
  .eng-coverage {
    padding-top: 5vh;
  }
  .col-footer {
    padding-top: 1vh;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .col-footer.red {
    display: none;
  }
  .col-footer.two {
    padding-top: 2vh;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .eng-txt-wrapper {
    padding-bottom: 7vh;
  }
  .arrows-slider {
    left: auto;
    top: auto;
    right: 0%;
    bottom: 0%;
    margin-right: 30px;
  }
  .arrows-slider.left {
    left: auto;
    top: auto;
    right: 0%;
    bottom: 0%;
    margin-right: 30px;
  }
  .eng-product {
    padding-right: 30px;
    padding-left: 30px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .eng-tags-products {
    padding-top: 3vh;
    padding-left: 0px;
  }
  .col-left-products {
    width: 100%;
  }
  .col-right-products {
    width: 100%;
  }
  .category-product {
    margin-right: 10px;
    margin-left: 0px;
    padding: 2vh 2vw;
  }
  .eng-img-client {
    min-height: 90px;
  }
  .img-client {
    max-height: 80px;
    max-width: 120px;
  }
  .grid-coverage {
    width: 100%;
  }
  .big-contaner {
    padding-right: 30px;
    padding-left: 30px;
  }
  .txt-copyright {
    font-size: 13px;
  }
  .link-footer {
    height: 30px;
    font-size: 16px;
  }
  .icon-location {
    height: 30px;
    margin-right: 20px;
  }
  .h1-wrapper {
    font-size: 7vw;
    line-height: 8vw;
  }
  .content-contact-int {
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .col-right-contact {
    width: 100%;
  }
  .col-left-contact {
    width: 100%;
  }
  .small-btn {
    font-size: 12px;
  }
  .form-contact {
    width: 100%;
  }
  .eng-txt-int {
    padding-top: 6vh;
  }
  .eng-img-about {
    height: 50vh;
  }
  .img-about {
    width: 100%;
    background-position: 100% 50%;
    background-size: cover;
  }
  .col-left-about {
    width: 100%;
    padding-bottom: 5vh;
  }
  .col-right-about {
    width: 100%;
  }
  .eng-cols-about {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .title-about {
    font-size: 7vw;
    line-height: 8vw;
  }
  .phone-footer {
    margin-left: 20px;
  }
  .phone-footer.two {
    display: none;
  }
  .eng-btn-menu {
    position: fixed;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: 50;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 7vw;
    height: 7vw;
    -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: #e12628;
  }
  .eng-btn-menu:hover {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.15)), to(rgba(0, 0, 0, 0.15)));
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.15));
  }
  .icon-menu {
    width: 40%;
  }
  .eng-btn-close-scope {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 7vw;
    height: 7vw;
    -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;
  }
  .eng-parts {
    overflow: hidden;
    width: 32%;
  }
  .eng-title-parts {
    height: 30%;
  }
}

@media (max-width: 767px) {
  h1 {
    font-size: 6vw;
    line-height: 7vw;
  }
  h2 {
    font-size: 25px;
    line-height: 30px;
  }
  h4 {
    font-size: 15px;
    line-height: 20px;
  }
  p {
    font-size: 16px;
    line-height: 22px;
  }
  .container {
    padding-right: 20px;
    padding-left: 20px;
  }
  .eng-btn-close {
    width: 12vw;
    height: 12vw;
  }
  .h5-menu.responsive {
    font-size: 4vw;
    line-height: 7vh;
  }
  .container-subfooter {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .arrows-slider {
    margin-right: 20px;
  }
  .arrows-slider.left {
    margin-right: 20px;
  }
  .gallery-clients {
    padding-top: 2vh;
  }
  .eng-product {
    padding-right: 20px;
    padding-left: 20px;
  }
  .eng-img-client {
    width: 50%;
    min-height: 10vh;
  }
  .img-client {
    max-height: 90px;
    max-width: 90px;
  }
  .big-contaner {
    padding-right: 20px;
    padding-left: 20px;
  }
  .txt-copyright {
    font-size: 10px;
  }
  .eng-links-footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }
  .link-footer {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .h1-wrapper {
    font-size: 9vw;
    line-height: 10vw;
  }
  .eng-txt-int {
    padding-top: 4vh;
  }
  .title-about {
    font-size: 9vw;
    line-height: 10vw;
  }
  .eng-btn-menu {
    width: 12vw;
    height: 12vw;
  }
  .scope {
    width: 100%;
  }
  .eng-btn-close-scope {
    width: 12vw;
    height: 12vw;
  }
  .eng-parts {
    width: 49%;
  }
}

@media (max-width: 479px) {
  .dropdown-menu-responsive {
    display: none;
  }
  .h5-menu.responsive {
    font-size: 6vw;
  }
  .intro-txt-wrapper {
    font-size: 6vw;
    line-height: 8vw;
  }
  .eng-parts {
    width: 100%;
    margin-bottom: 20px;
  }
}

#w-node-138bd771ba59-d771ba55 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-138bd771ba5c-d771ba55 {
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

@media screen and (max-width: 991px) {
  #w-node-138bd771ba5c-d771ba55 {
    -ms-grid-column: span 4;
    grid-column-start: span 4;
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
  }
}

@media screen and (max-width: 991px) {
  #w-node-138bd771ba62-d771ba55 {
    -ms-grid-column: span 4;
    grid-column-start: span 4;
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
}

#w-node-eff34321ada8-29d6989f {
  -ms-grid-column: span 4;
  grid-column-start: span 4;
  -ms-grid-column-span: 4;
  grid-column-end: span 4;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

@media screen and (max-width: 991px) {
  #w-node-eff34321ada8-29d6989f {
    -ms-grid-column: span 7;
    grid-column-start: span 7;
    -ms-grid-column-span: 7;
    grid-column-end: span 7;
  }
}

#w-node-021df18f616a-29d6989f {
  -ms-grid-column: span 3;
  grid-column-start: span 3;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

@media screen and (max-width: 991px) {
  #w-node-021df18f616a-29d6989f {
    -ms-grid-column: span 7;
    grid-column-start: span 7;
    -ms-grid-column-span: 7;
    grid-column-end: span 7;
  }
}

