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

.w-embed-youtubevideo {
  width: 100%;
  position: relative;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-size: cover;
  background-position: 50% 50%;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

body {
  font-family: Montserrat, sans-serif;
  color: #1e1f1c;
  font-size: 16px;
  line-height: 1.4;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 3em;
  line-height: 1.3;
  font-weight: 700;
}

.hero {
  height: 85vh;
  background-image: url('../images/PATTERN.webp');
  background-position: 50% 0%;
  background-size: contain;
  background-repeat: no-repeat;
}

.margin {
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
}

.margin.margin-nav {
  height: 100%;
}

.hero-grid {
  display: -ms-grid;
  display: grid;
  height: 100%;
  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;
  grid-template-rows: auto;
}

.hero-subhead {
  margin-top: 40px;
  margin-bottom: 40px;
}

.button-default {
  padding: 20px 40px;
  border-radius: 15px;
  background-color: #0f66b0;
  transition: background-color 300ms ease;
}

.button-default:hover {
  background-color: #094375;
}

.button-default.shop-card-button {
  display: block;
  text-align: center;
}

.button-default.shop-card-button.studio-button {
  width: 100%;
  margin-bottom: 16px;
}

.button-default.inverted {
  background-color: #fff;
  color: #0f66b0;
}

.button-default.inverted:hover {
  background-color: #0a4b83;
  color: #fff;
}

.button-default.small_padding {
  padding-right: 20px;
  padding-left: 20px;
}

.button-default.whats_btn:hover {
  background-color: #0ca015;
}

.text-span {
  color: #0f66b0;
}

.section {
  position: relative;
  display: flex;
  width: 100%;
  margin-bottom: 100px;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  align-content: flex-start;
}

.section.blue {
  background-color: #0f66b0;
  color: #fff;
}

.section.blue.centralized {
  flex-direction: column;
  align-items: center;
  align-content: center;
}

.section.black {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #1e1f1c;
  color: #fff;
}

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

.section.bg-blue {
  background-color: #2874e3;
  color: #fff;
}

.section.hidden {
  display: none;
}

.section.vertical {
  display: block;
}

.section-header {
  margin-bottom: 60px;
}

.section-header.centered {
  text-align: center;
}

.section-header.centered.mb20 {
  margin-bottom: 20px;
}

.section-heading {
  text-transform: uppercase;
}

.shop-grid {
  display: flex;
  padding: 60px 100px;
  justify-content: center;
  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;
  grid-template-rows: auto;
  background-color: #efefef;
}

.shop-grid.white-background {
  background-color: transparent;
}

.shop-grid.white-background.studio {
  display: -ms-grid;
  display: grid;
  padding-right: 0px;
  padding-left: 0px;
  grid-auto-columns: 1fr;
  grid-column-gap: 54px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.shop-card-image {
  display: block;
  width: 300px;
  height: 300px;
  margin-bottom: 30px;
  -o-object-fit: contain;
  object-fit: contain;
}

.shop-card-image.painel {
  width: auto;
  height: 300px;
}

.shop-card-image.painel._2 {
  height: 316px;
}

.shop-card {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.shop-card-title {
  font-size: 24px;
  line-height: 1.6;
  text-align: center;
}

.shop-card-subhead {
  margin-bottom: 40px;
  text-align: center;
}

.shop-card-price {
  font-size: 2em;
  text-align: center;
}

.shop-card-price.left-align {
  text-align: left;
}

.shop-card-price.mb30 {
  margin-bottom: 30px;
  text-align: center;
}

.shop-card-details {
  margin-bottom: 20px;
  text-align: center;
}

.grid-2-col {
  display: -ms-grid;
  display: grid;
  margin-bottom: 40px;
  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;
  grid-template-rows: auto;
}

.grid-2-col.mt20 {
  margin-top: 60px;
}

.default-small-title {
  font-size: 2em;
  line-height: 1.3;
  text-transform: uppercase;
}

.grid-2-col-div {
  padding: 40px 60px 60px;
}

.center-child-button {
  display: flex;
  justify-content: center;
  align-items: center;
}

.div-block {
  margin-top: 40px;
  margin-bottom: 20px;
}

.div-block.center-this {
  text-align: center;
}

.footer {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #0f66b0;
  color: #fff;
}

.footer-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.list {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #000;
  line-height: 2;
}

.text-block {
  text-align: right;
}

.text-block.address {
  text-align: left;
}

.div-block-2 {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
}

.tag {
  display: flex;
  margin-right: 5px;
  margin-left: 0px;
  padding: 5px 10px;
  border-radius: 7px;
  background-color: #2874e3;
  color: #fff;
  font-size: 10px;
  text-align: center;
}

.tag.bigger {
  padding: 15px 30px;
  justify-content: center;
  font-size: 16px;
  -o-object-fit: fill;
  object-fit: fill;
}

.tag.bigger:hover {
  background-color: #0f66b0;
}

.btn {
  display: flex;
  padding: 5px 60px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border-style: solid;
  border-width: 3px;
  border-color: #fff;
  border-radius: 8px;
  background-color: #2874e3;
  font-weight: 500;
  text-align: left;
  text-decoration: none;
}

.heading-2 {
  text-align: center;
  text-transform: uppercase;
}

.colordiv {
  display: flex;
  width: 20%;
  justify-content: center;
  align-items: center;
}

.color {
  width: 30%;
}

.container {
  display: flex;
  width: auto;
  max-width: 1200px;
  min-width: 900px;
  margin: 60px auto;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border: 0px solid #000;
}

.container.vertical {
  margin-top: 60px;
  padding-top: 40px;
  padding-bottom: 40px;
  flex-direction: column;
  justify-content: space-around;
  flex-wrap: wrap;
}

.container.grid {
  display: -ms-grid;
  display: grid;
  justify-items: center;
  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;
  grid-template-rows: auto;
}

.panel {
  width: 150px;
}

.panels-wrapper {
  display: flex;
  flex-direction: row;
}

.column {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.image-10 {
  position: absolute;
  z-index: -100;
}

.pricetag {
  position: relative;
  left: 140px;
  top: -180px;
  display: flex;
  padding: 10px 15px;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  border-radius: 15px;
  background-color: #2874e3;
  box-shadow: 1px 1px 9px 0 rgba(0, 0, 0, 0.5);
  transform: rotate(11deg);
  color: #fff;
  font-weight: 500;
}

.div-block-27 {
  display: flex;
  margin-top: 5px;
}

.text-span-2 {
  font-size: 30px;
}

.text-block-16 {
  margin-left: 3px;
  line-height: 5px;
}

.flexdivision {
  position: relative;
  display: flex;
}

.title {
  margin-top: 30px;
  margin-bottom: 40px;
  font-size: 2.7em;
  text-align: center;
}

.text-span-3 {
  color: #2874e3;
}

.textbox {
  display: flex;
  padding-right: 40px;
  padding-left: 40px;
  flex-direction: column;
  align-items: flex-start;
  align-content: flex-start;
  align-self: center;
  flex: 0 auto;
}

.text-block-17 {
  margin-bottom: 40px;
}

.secondtitle {
  margin-bottom: 40px;
}

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

.secondtitle.whitecenter {
  margin-bottom: 10px;
  color: #fff;
  text-align: center;
}

.secondtitle._50 {
  width: 50%;
}

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

.list-3 {
  color: #2874e3;
  font-size: 26px;
  font-weight: 700;
}

.bluediv {
  z-index: -2;
  display: flex;
  width: 100%;
  margin-top: -60px;
  margin-bottom: 40px;
  padding-top: 60px;
  padding-bottom: 20px;
  flex-direction: column;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  border-radius: 10px;
  background-color: #2874e3;
}

.bluetitle {
  color: #fff;
  text-align: center;
}

.text-block-19 {
  margin-top: 10px;
  margin-bottom: 20px;
  color: #fff;
}

.form-2 {
  display: flex;
}

.text-field-2 {
  width: 280px;
  margin-right: 20px;
  margin-bottom: 0px;
  border-style: solid;
  border-width: 3px;
  border-color: #c5c5c5;
  border-radius: 8px;
  font-size: 12px;
  text-align: center;
}

.centered-image {
  display: block;
  width: 400px;
  margin-right: auto;
  margin-left: auto;
}

.text-block-20 {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  text-align: left;
}

.text-span-4 {
  font-size: 34px;
}

.text-span-5 {
  font-weight: 400;
}

.text-span-6 {
  font-weight: 400;
}

.image-13 {
  position: relative;
  left: 100px;
  width: 200px;
  flex: 0 auto;
}

.text-block-21 {
  margin-top: 20px;
  color: #959595;
  text-align: center;
}

.colortext {
  margin-left: 10px;
  font-weight: 700;
}

.painel-card {
  display: flex;
  width: 100%;
  padding: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 16px;
  transition: all 200ms ease;
}

.painel-card:hover {
  background-color: rgba(30, 31, 28, 0.1);
}

.circlepainel {
  width: 200px;
}

.item-description {
  max-width: 210px;
  text-align: center;
}

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

.sell-item-paragraph {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 40px;
  text-align: center;
}

.price {
  font-size: 34px;
  font-weight: 700;
  text-align: center;
}

.painel {
  width: 350px;
}

.painel.vertical {
  width: 300px;
}

.description-wrapper {
  display: flex;
  max-width: 870px;
  flex-direction: column;
  align-items: center;
}

.button-3 {
  text-decoration: none;
}

.container-colors {
  display: flex;
  width: auto;
  max-width: 1200px;
  min-width: 900px;
  margin: 60px auto;
  flex-direction: column;
  align-items: center;
  border: 0px solid #000;
}

.container-colors.vertical {
  margin-top: 60px;
  flex-direction: row;
  justify-content: space-around;
  flex-wrap: wrap;
}

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

.div-grid-image-1 {
  width: 100%;
  height: 250px;
  background-image: url('../images/Painel-Acustico-Tecido-4-p-500.webp');
  background-position: 50% 50%;
  background-size: cover;
}

.div-grid-image-2 {
  width: 100%;
  height: 250px;
  background-image: url('../images/cinema.webp');
  background-position: 50% 50%;
  background-size: cover;
}

.div-grid-image-3 {
  width: 100%;
  height: 250px;
  background-image: url('../images/Imagem-16.webp');
  background-position: 50% 50%;
  background-size: cover;
}

.div-grid-image-4 {
  width: 100%;
  height: 250px;
  background-image: url('../images/Imagem-17.webp');
  background-position: 50% 50%;
  background-size: cover;
}

.description-item {
  padding: 20px;
  text-align: center;
}

.whats-float-button {
  position: fixed;
  left: 40px;
  top: auto;
  right: auto;
  bottom: 40px;
  z-index: 99999;
  transition: all 200ms ease;
  cursor: pointer;
}

.whats-float-button:hover {
  transform: translate(0px, -10px);
}

.nav-link {
  color: #fff;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.navbar-2 {
  background-color: #0f66b0;
}

.nav-menu-2 {
  display: flex;
  height: 77px;
  align-items: center;
}

.nav-link-2 {
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
}

.img-description {
  width: 100%;
  max-width: 50%;
  padding-right: 60px;
  padding-left: 60px;
  flex: 0 auto;
}

.img-description.full-width {
  max-width: 64%;
  padding-left: 0px;
  flex: 1;
}

.whats-image {
  width: 70px;
  height: 70px;
}

.image-18 {
  margin-bottom: 40px;
}

.nav-links {
  display: flex;
  margin-left: 56px;
  justify-content: space-between;
  align-items: center;
}

.burguer-line {
  width: 100%;
  height: 5px;
  background-color: #000;
}

.nav-left {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.burguer {
  display: none;
  width: 35px;
  height: 30px;
  flex-direction: column;
  justify-content: space-between;
}

.paragraph {
  font-size: 16px;
  line-height: 24px;
  text-align: left;
}

.paragraph.nav-link {
  margin-right: 56px;
  color: #000;
  text-decoration: none;
}

.paragraph.center.white.size {
  width: 175px;
}

.paragraph.white.p-bg {
  display: inline-block;
  margin-bottom: 0px;
  padding: 4px 8px;
  border-radius: 4px;
  background-color: #ffa800;
}

.paragraph.white.margin-left {
  margin-left: 8px;
}

.paragraph.margin-success {
  margin-bottom: 8px;
}

.paragraph.blue-hero {
  color: #37a2fd;
}

.button-4 {
  padding: 16px 24px;
  border-radius: 8px;
  background-color: #0f66b0;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}

.button-4.cta-button {
  border-style: solid;
  border-width: 2px;
  border-color: #f3f5f6;
  background-color: transparent;
}

.button-4.form-button {
  width: 100%;
}

.button-4.capitalize {
  width: 100%;
  text-transform: uppercase;
  cursor: pointer;
}

.button-4.success-button {
  width: 100%;
  border-style: solid;
  border-width: 2px;
  border-color: #0f66b0;
  background-color: #f3f5f6;
  color: #0f66b0;
  font-weight: 600;
}

.button-nav-mobile {
  display: none;
}

.nav {
  display: flex;
  height: 92px;
  padding: 18px 172px;
  justify-content: space-between;
  align-items: center;
  background-color: #f3f5f6;
}

.hero-2 {
  width: 100%;
  height: 80vh;
  padding-top: 180px;
  padding-left: 268px;
  background-image: url('../images/hero_1hero.webp');
  background-position: 50% 50%;
  background-size: cover;
}

.hero-text {
  width: 430px;
}

.heading-1 {
  font-size: 39px;
  line-height: 50.7px;
  font-weight: 600;
}

.section-2 {
  padding-top: 180px;
  padding-bottom: 120px;
}

.section-2.bg-white-smoke {
  background-color: #f3f5f6;
}

.section-2.paggind-testmonial {
  padding-top: 0px;
  background-image: linear-gradient(180deg, #134f82, #0f66b0);
}

.section-2.studio-section-form {
  padding-top: 0px;
  background-image: linear-gradient(180deg, #f3f5f6 20%, transparent 0);
}

.section-2.mini_padding {
  padding-top: 60px;
}

.container-2 {
  width: 976px;
  margin-right: auto;
  margin-left: auto;
}

.container-2.flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.container-2.flex.aling_top {
  align-items: flex-start;
}

.heading-2 {
  font-size: 31px;
  line-height: 40.3px;
  font-weight: 500;
  text-transform: none;
}

.heading-2.white.margin-top {
  margin-top: 16px;
  text-align: left;
}

.heading-2.margin-price {
  margin-bottom: 0px;
}

.heading-2.left {
  text-align: left;
}

.image-center {
  display: block;
  width: 802px;
  margin-top: 64px;
  margin-right: auto;
  margin-left: auto;
}

.cta {
  position: relative;
  display: flex;
  width: 976px;
  margin-top: -240px;
  margin-right: auto;
  margin-left: auto;
  padding: 48px 118px;
  justify-content: space-between;
  align-items: center;
  border-radius: 32px;
  background-image: linear-gradient(180deg, #134f82, #0f66b0);
  box-shadow: 11px 11px 20px 0 rgba(0, 0, 0, 0.07);
}

.cta-text {
  width: 335px;
}

.cta-section {
  padding-top: 160px;
  padding-bottom: 0px;
}

.white {
  color: #fff;
}

.text {
  width: 360px;
}

.text.pined {
  position: -webkit-sticky;
  position: sticky;
  top: 1px;
}

.text.bigger {
  width: 500px;
}

.video {
  width: 576px;
  height: 476px;
}

.benefits {
  display: flex;
  margin-top: 36px;
  justify-content: space-between;
}

.divider-images {
  overflow: hidden;
  width: 100%;
  height: 350px;
}

.container-bigger {
  max-width: 1200px;
  min-width: 1120px;
  margin-right: auto;
  margin-left: auto;
}

.container-bigger.studio-flex {
  position: relative;
  overflow: hidden;
  margin-top: 0px;
  justify-content: space-around;
  align-items: center;
  border-radius: 16px;
}

.testimonial-slider {
  position: relative;
  display: flex;
  width: 876px;
  height: 100%;
  margin: -80px auto 104px;
  padding: 54px 108px;
  justify-content: center;
  align-items: center;
  border-radius: 16px;
  background-color: #f3f5f6;
  box-shadow: 11px 11px 20px 0 rgba(0, 0, 0, 0.07);
  color: #0f66b0;
}

.testimonial-slider.testimonial-studio {
  margin-top: 32px;
  margin-bottom: 0px;
}

.image {
  width: 25%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.icon-arrow {
  color: #0f66b0;
}

.ambience {
  display: flex;
  width: 216px;
  flex-direction: column;
  align-items: center;
}

.title-2 {
  font-size: 20px;
  line-height: 24px;
  text-align: left;
}

.title-2.white {
  text-align: center;
}

.title-2.white.margin {
  margin-top: 24px;
  margin-bottom: 24px;
}

.title-2.margin-form {
  margin-bottom: 16px;
}

.title-2.margin-title-success {
  margin-bottom: 32px;
}

.horizontal-line {
  display: flex;
  width: 50%;
  height: 2px;
  margin-right: 8px;
  margin-left: 8px;
  background-color: #ececec;
}

.horizontal-line.h-smaller {
  width: 75px;
}

.faq {
  position: relative;
  display: flex;
  width: 310px;
  margin-right: auto;
  margin-left: auto;
  justify-content: space-between;
  align-items: center;
  text-decoration: underline;
  cursor: pointer;
}

.form-block {
  position: relative;
}

.success-bg {
  width: 485px;
  min-height: 100%;
  padding: 0px;
  background-color: transparent;
}

.form {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  padding: 32px;
  flex-direction: column;
  border-radius: 8px;
  background-color: #f5f5f5;
  box-shadow: 11px 11px 20px 0 rgba(0, 0, 0, 0.07);
}

.position-message {
  position: absolute;
  left: 0px;
  top: -174px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.position-message.success {
  position: relative;
  top: 32px;
}

.field {
  width: 100%;
  height: 100%;
  padding: 16px 24px;
  border-style: solid;
  border-width: 2px;
  border-color: #868686;
  border-radius: 8px;
}

.field.margin-form {
  margin-bottom: 16px;
  background-color: #f5f5f5;
  transition: all 300ms ease-in-out;
}

.field.margin-form:focus {
  border-color: #134f82;
  background-color: #fff;
}

.field.margin-form::-moz-placeholder {
  color: #868686;
  font-style: italic;
}

.field.margin-form::-ms-input-placeholder {
  color: #868686;
  font-style: italic;
}

.field.margin-form::placeholder {
  color: #868686;
  font-style: italic;
}

.error-hide {
  width: 0px;
  height: 0px;
  margin-top: 0px;
  padding: 0px;
  background-color: transparent;
}

.calculate {
  position: relative;
  display: flex;
  width: 485px;
  height: 176px;
  margin-top: 32px;
  padding: 32px;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 16px;
  background-color: #f5f5f5;
  box-shadow: 11px 11px 20px 0 rgba(0, 0, 0, 0.07);
  color: #0f66b0;
}

.error-message {
  position: relative;
  margin-top: 0px;
  padding: 20px;
  background-color: transparent;
}

.window-height {
  display: flex;
  width: 125px;
  height: 380px;
  padding-top: 32px;
  padding-bottom: 25px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.price-2 {
  display: flex;
  margin-top: 32px;
  margin-bottom: 32px;
  padding: 16px 32px;
  justify-content: space-between;
  align-items: center;
  border-radius: 8px;
  background-color: #ffa800;
  color: #f3f5f6;
}

.widht-window {
  display: flex;
  width: 500px;
  height: 75px;
  margin-left: 135px;
  justify-content: space-between;
  align-items: center;
}

.success-hide {
  width: 0px;
  height: 0px;
  padding: 0px;
}

.success-message {
  width: 485px;
  padding: 32px;
  border-radius: 8px;
  background-color: #f5f5f5;
  box-shadow: 11px 11px 20px 0 rgba(0, 0, 0, 0.07);
}

.vertical-line {
  width: 2px;
  height: 40%;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: #ececec;
}

.vertical-line.v-smaller {
  height: 100%;
}

.faq-answer {
  position: absolute;
  left: 10px;
  top: 24px;
  z-index: 100;
  display: none;
  width: 300px;
  height: 204px;
  margin-top: 16px;
  margin-right: auto;
  margin-left: auto;
  padding: 21px 28px;
  align-items: flex-start;
  border-radius: 16px;
  background-color: #ffa800;
  box-shadow: 11px 11px 20px 0 rgba(0, 0, 0, 0.07);
  opacity: 0;
}

.input-window {
  margin-bottom: 0px;
  padding: 8px 16px;
  border-style: solid;
  border-width: 1px;
  border-color: #d9d9d9;
  border-radius: 8px;
  background-color: #f5f5f5;
  color: #868686;
  text-align: center;
}

.input-window::-moz-placeholder {
  color: #868686;
  font-size: 13px;
  line-height: 24px;
  font-style: italic;
}

.input-window::-ms-input-placeholder {
  color: #868686;
  font-size: 13px;
  line-height: 24px;
  font-style: italic;
}

.input-window::placeholder {
  color: #868686;
  font-size: 13px;
  line-height: 24px;
  font-style: italic;
}

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

.flex-window {
  display: flex;
}

.hide {
  display: none;
}

.center {
  text-align: center;
}

.hero-text-2 {
  width: 490px;
  max-width: 100%;
}

.image-19 {
  max-height: 642px;
  max-width: 50%;
  margin-left: auto;
}

.button {
  padding: 16px 24px;
  border-radius: 8px;
  background-color: #0f66b0;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}

.hero-3 {
  display: flex;
  width: 100%;
  padding-left: 192px;
  align-items: center;
  background-color: #2a2a6b;
}

.studio-card-price {
  margin-bottom: 12px;
  color: #393b41;
  font-size: 21px;
  line-height: 1;
  font-weight: 700;
  text-align: center;
}

.studio-card-image {
  height: 200px;
}

.studio-card-image.relative {
  position: relative;
}

.studio-card-image.absolute {
  position: absolute;
  background-color: #fff;
}

.studio-card-image.absolute.bass_trap_hover {
  transition: opacity 250ms ease-in;
}

.studio-card-image.absolute.bass_trap_hover:hover {
  opacity: 0;
}

.studio-card-image.absolute.difusor_blocos_hover {
  transition: opacity 250ms ease-in;
}

.studio-card-image.absolute.difusor_blocos_hover:hover {
  opacity: 0;
}

.studio-card-subhead {
  margin-bottom: 16px;
  text-align: center;
}

.studio-card-price-info {
  margin-bottom: 0px;
  text-align: center;
}

.studio-card-details {
  margin-bottom: 20px;
  color: #1e1f1c;
  text-align: center;
  text-decoration: underline;
}

.div-block-28 {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.studio-card-title {
  color: #393b41;
  font-size: 24px;
  line-height: 1.6;
  text-align: center;
}

.studio-card {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.div-block-29 {
  width: 568px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.studio-flex {
  display: flex;
  margin-top: 16px;
  justify-content: space-between;
  flex-wrap: wrap;
}

.heading-13 {
  color: #0f66b0;
  font-size: 21px;
  text-align: center;
}

.studio-features-card {
  display: flex;
  width: 256px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

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

.form-block-2 {
  position: relative;
  width: 564px;
  height: 100%;
  padding: 72px 64px;
  border-radius: 16px;
  background-color: #2a2a6b;
}

.heading-1-label {
  margin-top: 0px;
  margin-bottom: 32px;
  color: #eeede7;
  font-size: 31px;
  line-height: 41px;
}

.field-studio {
  width: 100%;
  height: 100%;
  margin-top: 32px;
  margin-bottom: 32px;
  padding: 16px 24px;
  border: 2px solid #eeede7;
  border-radius: 8px;
  background-color: transparent;
  color: #fff;
}

.field-studio:focus {
  border-color: #0f66b0;
  color: #fff;
}

.field-studio::-moz-placeholder {
  color: #eeede7;
}

.field-studio::-ms-input-placeholder {
  color: #eeede7;
}

.field-studio::placeholder {
  color: #eeede7;
}

.success-message-2 {
  padding: 0px;
  background-color: transparent;
  text-align: left;
}

.heading-2-label {
  margin-top: 0px;
  margin-bottom: 32px;
  color: #eeede7;
  font-size: 21px;
  line-height: 41px;
}

.grid-3 {
  grid-row-gap: 0px;
  -ms-grid-columns: 1.5fr 0.75fr 0.75fr;
  grid-template-columns: 1.5fr 0.75fr 0.75fr;
}

.flex-price-studio {
  display: flex;
  justify-content: space-between;
}

.error-message-studio {
  border-radius: 8px;
  background-color: #1e1f1c;
  color: #fff;
  text-align: center;
}

.image-20 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.roomform {
  position: relative;
  width: 50%;
  height: 100%;
  padding: 72px 64px;
  border-radius: 16px;
  background-color: #2874e3;
}

.image-22 {
  width: 560px;
}

.space-content {
  display: flex;
  justify-content: space-between;
}

.colors-flex {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
}

.color-circle {
  padding: 35px;
  border-radius: 100px;
  background-color: #fff;
}

.color-circle.black {
  background-color: #000;
}

.color-circle.white {
  border-style: solid;
  border-width: 1px;
  border-color: #d8d8d8;
  background-color: #fff;
}

.color-circle.nude {
  background-color: #c7ac72;
}

.color-circle.dark-blue {
  background-color: #12538a;
}

.color-circle.marfim {
  border-style: solid;
  border-width: 1px;
  border-color: #999278;
  background-color: #d6cdaa;
}

.color-circle.grey {
  background-color: #696969;
}

.color-circle.light_grey {
  background-color: #a8a8a8;
}

.color-circle.pink {
  background-color: #e0bad6;
}

.color-circle.light_blue {
  background-color: #a7c6e6;
}

.color-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.color-name {
  text-align: center;
  text-transform: uppercase;
}

.color-name.white {
  color: #a8a8a8;
}

.color-name.nude {
  color: #c7ac72;
}

.color-name.dark_blue {
  color: #12538a;
}

.color-name.marfim {
  color: #d6cdaa;
}

.color-name.grey {
  color: #696969;
}

.color-name.light_grey {
  color: #a8a8a8;
}

.color-name.light_pink {
  color: #e0bad6;
}

.color-name.light_blue {
  color: #a7c6e6;
}

.section_image {
  max-width: 50%;
}

.section_image.smaller {
  max-width: 40%;
}

.slide {
  display: flex;
  justify-content: space-between;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 2.25fr 1fr;
  grid-template-columns: 2.25fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.slide_text {
  margin-bottom: 10px;
}

.slide_content {
  padding: 20px;
  border-radius: 18px;
  background-color: #0f66b0;
  color: #fff;
}

.image-23 {
  max-width: 30%;
}

.slide-2 {
  position: relative;
}

.lightbox-link {
  display: flex;
  width: 550px;
  justify-content: center;
  align-items: center;
}

.price-detail {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 2.5em;
  }

  .hero {
    height: auto;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .margin {
    margin-right: 5vw;
    margin-left: 5vw;
  }

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

  .shop-grid {
    padding: 40px 5vw;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .shop-grid.white-background.studio {
    grid-column-gap: 30px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .shop-card-image {
    margin-right: 20px;
    margin-bottom: 0px;
  }

  .shop-card {
    flex-direction: row;
  }

  .shop-card-title {
    text-align: left;
  }

  .shop-card-price {
    text-align: left;
  }

  .shop-card-details {
    text-align: left;
  }

  .grid-2-col-div {
    padding: 20px;
  }

  .container {
    min-width: 760px;
  }

  .title {
    width: 95%;
  }

  .painel-card {
    width: 100%;
    padding: 40px;
  }

  .container-colors {
    min-width: 760px;
  }

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

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

  .div-grid-image-1 {
    height: 200px;
  }

  .div-grid-image-2 {
    height: 200px;
  }

  .div-grid-image-3 {
    height: 200px;
  }

  .div-grid-image-4 {
    height: 200px;
  }

  .nav-menu-2 {
    height: auto;
    background-color: #5088c7;
  }

  .menu-button:hover {
    background-color: transparent;
  }

  .icon {
    color: #fff;
    font-size: 35px;
  }

  .img-description.full-width {
    padding-right: 0px;
  }

  .nav {
    padding-right: 40px;
    padding-left: 40px;
  }

  .hero-2 {
    padding-top: 120px;
    padding-left: 120px;
  }

  .container-2 {
    width: 768px;
    padding-right: 8px;
    padding-left: 8px;
  }

  .cta {
    width: 760px;
    padding-right: 40px;
    padding-left: 60px;
  }

  .cta-text {
    margin-left: 16px;
  }

  .text {
    width: 576px;
    margin-bottom: 16px;
  }

  .benefits {
    width: 768px;
    margin-right: auto;
    margin-left: auto;
    justify-content: center;
    justify-items: center;
    flex-wrap: wrap;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .container-bigger {
    max-width: 990px;
    min-width: 768px;
    padding-right: 8px;
    padding-left: 8px;
  }

  .container-bigger.studio-flex {
    overflow: visible;
    padding-right: 0px;
    padding-left: 0px;
    justify-content: center;
    background-image: none;
    background-size: auto;
  }

  .testimonial-slider {
    width: 750px;
    padding: 24px 56px;
  }

  .cta-text-2 {
    margin-right: 20px;
    margin-left: 20px;
  }

  .position-message {
    top: -326px;
  }

  .position-message.success {
    top: 0px;
  }

  .calculate {
    margin-top: 32px;
    margin-bottom: 156px;
  }

  .grid-2 {
    justify-items: center;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .image-19 {
    width: 75%;
    margin-top: 16px;
  }

  .hero-3 {
    padding-top: 16px;
    padding-left: 0px;
    flex-direction: column;
  }

  .studio-card-price-info {
    text-align: left;
  }

  .studio-card-details {
    text-align: left;
  }

  .studio-card-title {
    text-align: left;
  }

  .studio-flex {
    justify-content: space-around;
    flex-wrap: wrap;
  }

  .form-block-2 {
    margin-top: 16px;
  }

  .roomform {
    width: 80%;
    height: auto;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    border-radius: 16px;
  }

  .image-21 {
    width: 300px;
  }

  .image-22 {
    width: 90%;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 767px) {
  .section {
    margin-bottom: 0px;
  }

  .shop-grid.white-background.studio {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .shop-card {
    flex-direction: column;
  }

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

  .center-child-button {
    margin-bottom: 40px;
  }

  .div-block-2 {
    position: relative;
    top: 0px;
  }

  .container {
    min-width: 480px;
    margin-bottom: 40px;
  }

  .container.vertical {
    margin-top: 20px;
  }

  .title {
    font-size: 1.9em;
  }

  .colortext {
    margin-right: 15px;
  }

  .image-14 {
    display: none;
  }

  .container-colors {
    min-width: 480px;
    margin-bottom: 40px;
  }

  .container-colors.vertical {
    margin-top: 20px;
  }

  .image-15 {
    margin-right: 10px;
  }

  .div-grid-image-1 {
    height: 160px;
  }

  .div-grid-image-2 {
    height: 160px;
  }

  .div-grid-image-3 {
    height: 160px;
  }

  .div-grid-image-4 {
    height: 160px;
  }

  .nav-links {
    position: absolute;
    left: 0%;
    top: 92px;
    right: 0%;
    bottom: auto;
    display: -ms-grid;
    display: grid;
    width: 100%;
    height: 116px;
    margin-left: 0px;
    justify-content: space-around;
    grid-auto-columns: 1fr;
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    background-color: #f3f5f6;
    opacity: 0;
  }

  .nav-right.nav-button-pc {
    display: none;
  }

  .burguer {
    display: flex;
    cursor: pointer;
  }

  .paragraph.nav-link {
    margin-right: 0px;
  }

  .button-nav-mobile {
    display: block;
  }

  .nav {
    position: relative;
    z-index: 100;
  }

  .hero-2 {
    height: 90vh;
    padding-top: 40px;
    padding-left: 40px;
  }

  .section-2 {
    padding-top: 90px;
    padding-bottom: 60px;
  }

  .container-2 {
    width: 480px;
  }

  .cta {
    width: 95%;
    flex-direction: column;
  }

  .cta-text {
    margin-top: 16px;
  }

  .text {
    width: 440px;
  }

  .video {
    width: 440px;
    height: auto;
  }

  .benefits {
    width: auto;
  }

  .divider-images {
    height: 200px;
  }

  .container-bigger {
    max-width: 767px;
    min-width: 480px;
  }

  .testimonial-slider {
    width: 95%;
    margin-top: -40px;
    padding: 8px 16px;
  }

  .icon-arrow {
    width: 40px;
  }

  .cta-text-2 {
    margin-right: 40px;
    margin-left: 40px;
  }

  .horizontal-line {
    display: none;
  }

  .window {
    display: flex;
    width: 485px;
    margin-top: 32px;
    justify-content: space-around;
    align-items: center;
  }

  .success-bg {
    width: 465px;
  }

  .image-window {
    display: none;
  }

  .window-height {
    width: auto;
    height: 100%;
    padding-top: 0px;
    padding-bottom: 0px;
    flex-direction: row;
    justify-content: center;
  }

  .widht-window {
    width: auto;
    height: 100%;
    margin-left: 0px;
    justify-content: center;
  }

  .success-message {
    width: 465px;
  }

  .vertical-line {
    display: none;
  }

  .image-19 {
    display: none;
  }

  .hero-3 {
    padding: 40px 16px 16px;
  }

  .studio-card {
    flex-direction: column;
  }

  .form-block-2 {
    padding: 36px 32px;
  }

  .roomform {
    padding: 36px 32px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 2em;
  }

  .button-default.inverted {
    white-space: pre-wrap;
  }

  .shop-grid.white-background.studio {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .shop-card-image {
    margin-right: 0px;
  }

  .shop-card-title {
    text-align: center;
  }

  .shop-card-price {
    text-align: center;
  }

  .shop-card-details {
    text-align: center;
  }

  .default-small-title {
    font-size: 1.3em;
  }

  .grid-2-col-div {
    padding: 10px;
  }

  .footer-flex {
    flex-direction: column;
  }

  .text-block {
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
  }

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

  .div-block-2 {
    position: static;
  }

  .colordiv {
    justify-content: flex-start;
  }

  .color {
    width: 70%;
  }

  .container {
    min-width: auto;
    flex-direction: column;
  }

  .container.vertical {
    margin-right: 0px;
    margin-left: 0px;
    padding: 0px;
    flex-direction: column;
    flex-wrap: wrap;
  }

  .container.grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .pricetag {
    left: 70px;
  }

  .textbox {
    width: 100%;
    margin-right: 10px;
    margin-left: 10px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .text-block-17 {
    text-align: left;
  }

  .secondtitle {
    margin-right: 10px;
    margin-left: 10px;
    font-size: 27px;
  }

  .secondtitle.center._50 {
    width: 90%;
  }

  .image-11 {
    margin-bottom: 40px;
  }

  .painel-card {
    width: 90%;
    padding: 0px 10px 20px;
  }

  .heading-12 {
    font-size: 20px;
  }

  .sell-item-paragraph {
    font-size: 14px;
  }

  .price {
    margin-bottom: 20px;
    font-size: 30px;
  }

  .painel {
    margin-top: 60px;
  }

  .image-14 {
    display: block;
    width: 225px;
  }

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

  .container-colors {
    min-width: auto;
    flex-direction: column;
  }

  .container-colors.vertical {
    display: -ms-grid;
    display: grid;
    padding-left: 20px;
    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 auto;
    grid-template-rows: auto auto auto;
  }

  .image-15 {
    margin-right: 0px;
    margin-bottom: 10px;
  }

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

  .whats-float-button {
    left: 10px;
    bottom: 10px;
  }

  .img-description {
    max-width: 100%;
    order: -1;
  }

  .img-description.full-width {
    max-width: 100%;
    margin-bottom: 30px;
  }

  .nav-links {
    height: 152px;
    padding-bottom: 8px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .paragraph {
    clear: left;
  }

  .paragraph.margin-success {
    margin-bottom: 4px;
  }

  .hero-2 {
    padding-top: 24px;
    padding-right: 16px;
    padding-left: 16px;
  }

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

  .section-2 {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .container-2 {
    width: 320px;
  }

  .heading-2.margin-price {
    margin-right: 4px;
    margin-left: 4px;
    font-size: 27px;
  }

  .image-center {
    margin-top: 16px;
  }

  .cta {
    padding: 32px 24px;
  }

  .cta-text {
    width: 100%;
  }

  .text {
    width: 100%;
  }

  .video {
    width: 100%;
  }

  .divider-images {
    height: 150px;
  }

  .container-bigger {
    max-width: 479px;
    min-width: 240px;
  }

  .container-bigger.studio-flex {
    margin-bottom: 40px;
  }

  .testimonial-slider {
    margin-top: -20px;
  }

  .icon-arrow {
    display: none;
  }

  .icon-arrow.left-arrow {
    display: none;
  }

  .cta-text-2 {
    width: 90%;
    height: 100%;
    margin-right: 0px;
    margin-left: 0px;
  }

  .title-2.margin-title-success {
    margin-bottom: 16px;
  }

  .window {
    width: 100%;
    flex-direction: column;
  }

  .success-bg {
    width: 300px;
  }

  .calculate {
    width: 300px;
  }

  .price-2 {
    margin-top: 16px;
    margin-bottom: 16px;
    flex-wrap: wrap;
  }

  .success-message {
    width: 300px;
    padding-right: 16px;
    padding-left: 16px;
  }

  .faq-answer {
    left: auto;
  }

  .hero-text-2 {
    width: 100%;
    height: 100%;
  }

  .hero-3 {
    padding-top: 24px;
  }

  .studio-card-price-info {
    text-align: center;
  }

  .studio-card-details {
    text-align: center;
  }

  .studio-card-title {
    text-align: center;
  }

  .form-block-2 {
    padding: 36px 32px;
  }

  .roomform {
    padding: 36px 32px;
  }

  .slide {
    width: 100%;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .image-24 {
    max-width: 50%;
  }

  .price-detail {
    font-size: 14px;
  }
}

#w-node-fae03cea-18f2-9fef-6fc2-8acd4e8d2f8d-f22aeb93 {
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-df48891a-2f33-423a-0039-09655802b75d-f22aeb93 {
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-c3d0763f-46d5-c204-b37e-dad77f194985-f22aeb93 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_83d52559-efbe-4dc9-d627-e3081aead05c-f22aeb93 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_4c748c18-e5bf-9e0e-fc62-9d5398be1daa-f22aeb93 {
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_18931907-e66b-12fd-3250-0635d58ad384-f22aeb93 {
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_691eead5-40be-76b6-6deb-e5b8866416bb-f22aeb93 {
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_691eead5-40be-76b6-6deb-e5b8866416b2-f22aeb93 {
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_477c1b9f-6d23-4fa3-b2da-2843cd09e560-f22aeb93 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_477c1b9f-6d23-4fa3-b2da-2843cd09e56f-f22aeb93 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_557ee676-63a5-14f8-fe28-74f11db1db8e-f22aeb93 {
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_9b994cff-90e0-ed35-19f8-13385d3e16c7-f22aeb93 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-fd63dc5d-9d00-23c3-c3ee-c4adfb0af9f7-f22aeb93 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_42df46b6-2cdd-1498-1022-e4cc602488a6-f22aeb93 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-e745e3a8-6392-c711-5ce8-157a57851e48-f22aeb93 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-b1c8c827-cc2b-018e-a5cd-1436505dc67b-f22aeb93 {
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-cb2e141a-f012-f109-293e-b58c20895aa9-2c6008d6 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_32d873c4-bd9d-8934-4260-a8d4ef798840-2c6008d6 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_18c36403-1bb0-00cc-cac6-4f64ed22b04b-2c6008d6 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-ba79fa1e-b712-c97a-0742-943a65955a54-fb9067d3 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_910a5d03-6280-b9c3-d943-f906a43c9dec-fb9067d3 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-df3b098a-14cf-8464-55c9-0562b326bc6d-fb9067d3 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_8bc2aac8-1006-a4f8-44c2-772b6b6f4e7b-fb9067d3 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-cc4d288e-d665-7b4b-447e-b0e8bfddefa6-fb9067d3 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-da0c9d10-8a9f-5c59-1e04-fba4ba58af6a-fb9067d3 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_872ce1a0-6130-6dc0-902a-841ae7d0365c-fb9067d3 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_215344e9-6366-1c28-9a06-41f5c3b64476-fb9067d3 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-cce169ab-fe08-3153-d860-5ff216c94fcc-fb9067d3 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-e3a31ed3-89e0-2310-98b2-daa263fdb72e-fb9067d3 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_818b0973-7e43-e8a1-df3d-3e431716fa70-fb9067d3 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_79172611-0a93-8dc5-9a1a-1481870fe618-fb9067d3 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_7a2b8ddb-25d4-ba35-6335-2547dba64745-fb9067d3 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#contato.w-node-_7a2b8ddb-25d4-ba35-6335-2547dba6475c-fb9067d3 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-c833e2a4-ef88-05fe-0b6c-b2d6f73cf48e-f828fcfd {
  -ms-grid-column-align: end;
  justify-self: end;
}

#carpete_Total.w-node-_4703d8e0-9456-f752-60bb-421a9bf54fca-f828fcfd {
  -ms-grid-column-align: end;
  justify-self: end;
}

#cortina_Total.w-node-_761f3b3b-b56b-e77e-7dc1-29dc59430066-f828fcfd {
  -ms-grid-column-align: end;
  justify-self: end;
}

#placa_Total.w-node-_97128555-6772-3253-cd1e-4bd623aaa668-f828fcfd {
  -ms-grid-column-align: end;
  justify-self: end;
}

#porta_Total.w-node-_497ad86e-f6bc-a3f9-5889-a658bfe957f3-f828fcfd {
  -ms-grid-column-align: end;
  justify-self: end;
}

@media screen and (max-width: 991px) {
  #w-node-_7a2b8ddb-25d4-ba35-6335-2547dba64745-fb9067d3 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #contato.w-node-_7a2b8ddb-25d4-ba35-6335-2547dba6475c-fb9067d3 {
    -ms-grid-column-align: center;
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-fd63dc5d-9d00-23c3-c3ee-c4adfb0af9f7-f22aeb93 {
    order: -9999;
  }

  #w-node-eef4c489-0399-46c6-0342-0a0f66370576-66370571 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-eef4c489-0399-46c6-0342-0a0f66370578-66370571 {
    -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;
    -ms-grid-column-align: center;
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-eef4c489-0399-46c6-0342-0a0f66370578-66370571 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-c833e2a4-ef88-05fe-0b6c-b2d6f73cf48e-f828fcfd {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #carpete_Unit.w-node-_01324287-8aae-d703-1a82-40d065a91994-f828fcfd {
    -ms-grid-column-align: end;
    justify-self: end;
  }

  #cortina_Unit.w-node-a73bde8f-8508-909a-c726-d0553ed7d451-f828fcfd {
    -ms-grid-column-align: end;
    justify-self: end;
  }

  #placa_Unit.w-node-fdca2aa6-68e2-a905-7e1f-ff46f968bf0b-f828fcfd {
    -ms-grid-column-align: end;
    justify-self: end;
  }

  #porta_Unit.w-node-_943dab33-fd3e-8325-4ecc-9fea12894be9-f828fcfd {
    -ms-grid-column-align: end;
    justify-self: end;
  }
}

