.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 {
  font-family: 'Nb international pro', sans-serif;
  color: #000;
  font-size: 14px;
  line-height: 20px;
}

.nav-menu {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 100;
  height: 100vh;
  padding: 20vh 120px 120px;
  background-color: #fff;
  -webkit-filter: none;
  filter: none;
}

.nav-bar {
  position: absolute;
  z-index: 500;
  width: 100%;
  height: 80px;
  padding-top: 5px;
  padding-right: 10px;
  padding-left: 10px;
  background-color: transparent;
}

.nav-bar.invert {
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.nav-wrapper {
  position: relative;
  z-index: 500;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-height: none;
  max-width: none;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #000;
  -webkit-filter: none;
  filter: none;
}

.nav-bar-center-block {
  position: relative;
  z-index: 500;
  overflow: hidden;
  margin: 24px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.nav-link {
  width: 100%;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  color: #000;
  font-size: 80px;
  line-height: 96px;
  text-align: right;
  text-decoration: none;
}

.nav-link:hover {
  text-decoration: underline;
}

.nav-link.white-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  color: #fff;
}

.menu-button {
  position: relative;
  z-index: 500;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 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;
  border-left: 1px solid #000;
}

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

.nav-bar-logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 180px;
  padding-right: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 1px solid #000;
  color: #000;
}

.logo-svg {
  width: 80px;
  height: 55px;
}

.header-grid-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.header-grid-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.section-header {
  min-height: 90vh;
  padding-top: 20vh;
}

.display-none {
  display: none;
}

.slider11 {
  background-image: url('../images/Planicima_panstoneSlim_160x80_09888_NOVA.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.slider12 {
  background-image: url('../images/Planicima_panstoneBranco_140x80_09913.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.slider21 {
  background-image: url('../images/Planicima_panstoneArdosiaBranco_140x80_09981.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.slider22 {
  background-image: url('../images/Planicima_panstonePlusBranco_140x80_09973-NOVA.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.slider-block {
  height: 75vh;
}

.display-header-1 {
  font-family: Schnyder, sans-serif;
  font-size: 22px;
  line-height: 26px;
  font-weight: 300;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.header-text-block {
  height: auto;
  max-width: 250px;
  text-align: center;
}

.images-gif-block {
  height: 50vh;
  background-color: #000;
  background-image: url('../images/asd-banho-animation-images.gif');
  background-position: 50% 100%;
  background-size: contain;
  background-repeat: no-repeat;
}

.text-block-secondary {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #e4e4e3;
}

.section-footer {
  padding: 40px 80px;
  background-color: #f7f7f7;
  font-size: 12px;
}

.footer-header-block {
  padding: 32px;
  border-bottom: 1px solid #000;
}

.footer-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 32px;
  -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;
  -ms-grid-columns: 1fr 1.5fr 0.5fr;
  grid-template-columns: 1fr 1.5fr 0.5fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.font-strong {
  font-weight: 700;
}

.footer-social-links {
  width: 40px;
  height: 40px;
  margin: 4px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px;
  background-size: cover;
}

.footer-social-links.instagram {
  background-image: url('../images/instagram.svg');
}

.footer-social-links.facebook {
  background-image: url('../images/facebook.svg');
}

.social-links-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.scrolling-text {
  position: relative;
  left: 0px;
  font-size: 18px;
  text-transform: uppercase;
  white-space: nowrap;
}

.dark-page {
  background-color: #000;
}

.page-wrapper {
  padding-right: 120px;
  padding-left: 120px;
}

.page-wrapper.downloads {
  color: #fff;
  text-align: right;
}

.page-wrapper.contacts {
  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;
  color: #fff;
}

.display-jumbo {
  font-size: 60px;
  line-height: 60px;
  font-weight: 300;
}

.hyperlink {
  color: #fff;
  text-decoration: underline;
}

.hyperlink.hyperlink-black {
  color: #000;
}

.contact-block {
  margin-top: 24px;
  margin-bottom: 24px;
}

.footer-contacts-block {
  margin-right: 40px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.tag-new {
  margin: 16px;
  padding: 4px 8px;
  border-radius: 8px;
  background-color: #fff;
  color: #000;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
}

.footer-right-side {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: 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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.sponsors {
  max-width: 300px;
}

.menu-icon {
  margin-top: 8px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

html.w-mod-js *[data-ix="text-construction-moving"] {
  -webkit-transform: translate(105%, 0px);
  -ms-transform: translate(105%, 0px);
  transform: translate(105%, 0px);
}

@media screen and (max-width: 767px) {
  .nav-menu {
    padding-right: 40px;
    padding-left: 40px;
  }
  .nav-bar {
    position: fixed;
    background-color: #fff;
  }
  .nav-link {
    margin-top: 16px;
    margin-bottom: 16px;
    font-size: 48px;
    line-height: 40px;
  }
  .menu-button {
    width: 65px;
  }
  .nav-bar-logo {
    width: 120px;
    padding-left: 0px;
  }
  .logo-svg {
    width: 60px;
    height: 40px;
  }
  .header-grid-3 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .header-grid-2 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .slider-block {
    height: 40vh;
  }
  .header-text-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 40vh;
    -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;
  }
  .text-block-secondary {
    min-height: 40vh;
  }
  .section-footer {
    padding: 20px;
  }
  .footer-grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .social-links-block {
    margin-bottom: 40px;
  }
  .page-wrapper.downloads {
    padding-right: 40px;
    padding-left: 40px;
  }
  .page-wrapper.contacts {
    padding-right: 40px;
    padding-left: 40px;
  }
  .display-jumbo {
    font-size: 32px;
    line-height: 40px;
  }
  .footer-contacts-block {
    margin-top: 32px;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }
  .footer-right-side {
    margin-top: 32px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }
}

#w-node-fbcc466634f5-4533da7c {
  -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-4b77ccf3c12b-4533da7c {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

@media screen and (max-width: 767px) {
  #w-node-fbcc466634f5-4533da7c {
    -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;
  }
}

@font-face {
  font-family: 'Helvetica';
  src: url('../fonts/Helvetica-BoldOblique-04.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Helvetica';
  src: url('../fonts/Helvetica-01.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Helvetica';
  src: url('../fonts/Helvetica-Bold-02.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Helvetica';
  src: url('../fonts/Helvetica-Light-05.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Helvetica';
  src: url('../fonts/Helvetica-LightOblique-06.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Helvetica 03';
  src: url('../fonts/Helvetica-Oblique-03.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Nb akademie std';
  src: url('../fonts/NB-Akademie-Std.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Nb akademie std';
  src: url('../fonts/NB-Akademie-Std-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Nb international pro';
  src: url('../fonts/NB-International-Pro-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Nb international pro';
  src: url('../fonts/NB-International-Pro-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Nb international pro';
  src: url('../fonts/NB-International-Pro-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Schnyder';
  src: url('../fonts/Schnyder-L-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}