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

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

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

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

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

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

.hero-grid {
  height: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

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

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

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

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

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

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

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

.button-default.small_padding.all_caps {
  text-transform: uppercase;
  border: 2px solid #0f66b0;
}

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

.button-default.secondbutton {
  color: #0f66b0;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #0f66b0;
  margin-left: 16px;
  font-weight: 600;
}

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

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

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

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

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

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

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

.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 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #efefef;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 60px 100px;
  display: flex;
}

.shop-grid.white-background {
  background-color: rgba(0, 0, 0, 0);
}

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

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

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

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

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

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

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

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

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

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

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

.grid-2-col {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 40px;
  display: grid;
}

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

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

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

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

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

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

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

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

.list {
  border-top: 1px solid #000;
  margin-top: 10px;
  padding-top: 10px;
  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 {
  color: #fff;
  text-align: center;
  background-color: #2874e3;
  border-radius: 7px;
  margin-left: 0;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 10px;
  display: flex;
}

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

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

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

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

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

.color {
  width: 30%;
}

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

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

.container.grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  display: grid;
}

.container.grid._2x2 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  margin-top: 20px;
}

.panel {
  width: 150px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.image-11 {
  border-radius: 8px;
}

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

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

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

.form-2 {
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

.painel-card.margin-card {
  margin-left: 8px;
  margin-right: 8px;
  position: relative;
}

.circlepainel {
  width: 200px;
}

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

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

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

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

.painel {
  width: 350px;
}

.painel.image_card {
  height: 243.219px;
  object-fit: contain;
}

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

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

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

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

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

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

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

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

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

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

.unit.margin-botton {
  margin-bottom: 8px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.paragraph.mh-10 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.paragraph.royal-hero {
  color: #0f66b0;
  margin-top: 16px;
  font-weight: 500;
}

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

.button-4.cta-button {
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #f3f5f6;
}

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

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

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

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

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

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

.hero-text {
  width: 540px;
}

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

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

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

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

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

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

.container-2 {
  width: 976px;
  grid-template-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
}

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

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

.container-2.flex.aling_stretch {
  align-items: stretch;
  margin-top: 64px;
}

.container-2.gap-32 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  display: flex;
}

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

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

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

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

.heading-2.value-heading {
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  line-height: 32px;
}

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

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

.cta-text {
  width: 335px;
}

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

.white {
  color: #fff;
}

.text {
  width: 360px;
}

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

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

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

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

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

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

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

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

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

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

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

.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 {
  width: 50%;
  height: 2px;
  background-color: #ececec;
  margin-left: 8px;
  margin-right: 8px;
  display: flex;
}

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

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

.form-block {
  position: relative;
}

.success-bg {
  width: 485px;
  min-height: 100%;
  background-color: rgba(0, 0, 0, 0);
  padding: 0;
}

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

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

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

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

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

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

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

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

.error-hide {
  width: 0;
  height: 0;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 0;
  padding: 0;
}

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

.error-message {
  background-color: rgba(0, 0, 0, 0);
  margin-top: 0;
  padding: 20px;
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

.flex-window {
  display: flex;
}

.hide {
  display: none;
}

.center {
  text-align: center;
}

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

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

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

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

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

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

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

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

.studio-card-image.absolute.bass_trap_hover {
  transition: opacity .25s ease-in;
}

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

.studio-card-image.absolute.difusor_blocos_hover {
  transition: opacity .25s ease-in;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.success-message-2 {
  text-align: left;
  background-color: rgba(0, 0, 0, 0);
  padding: 0;
}

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

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

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

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

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

.image-22 {
  width: 560px;
}

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

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

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

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

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

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

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

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

.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 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.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 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 2.25fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: flex;
}

.slide_text {
  margin-bottom: 10px;
}

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

.slide-2 {
  position: relative;
}

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

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

.item_wrap {
  background-color: #0f66b0;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 20px;
  transition: transform .25s;
  display: flex;
}

.item_wrap:hover {
  transform: scale(1.1);
}

.item_text {
  color: #fff;
  font-size: 18px;
}

.header_img {
  margin-bottom: 30px;
}

.flex_spacebetween {
  width: 100%;
  justify-content: space-around;
  display: flex;
}

.infos_card {
  width: 284.516px;
  padding: 20px;
}

.wrap {
  flex-direction: column;
  align-items: center;
  margin-bottom: 60px;
  display: flex;
}

.image-25 {
  width: 360px;
  margin-bottom: 16px;
}

.video-cover {
  width: 364px;
  overflow: hidden;
}

.video-image {
  transition: all .25s;
}

.video-image:hover {
  transform: scale(1.1);
}

.newstag {
  color: #fff;
  background-color: #2874e3;
  border-radius: 15px;
  flex-flow: column wrap;
  align-content: center;
  align-items: center;
  padding: 10px 15px;
  font-weight: 500;
  display: flex;
  position: absolute;
  top: -16px;
  right: -16px;
  transform: rotate(11deg);
  box-shadow: 1px 1px 9px rgba(0, 0, 0, .5);
}

.values-wrap {
  display: flex;
}

.value-block {
  z-index: 1;
  width: 100%;
  max-width: 350px;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
  padding: 16px;
  display: flex;
  position: relative;
}

.value-block.w--current {
  background-color: #f8f8f8;
}

.value-arrow {
  width: 50px;
}

.value-desc {
  flex: 1;
  padding-left: 16px;
  padding-right: 16px;
  overflow: hidden;
}

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

.image-26 {
  width: 240px;
  position: absolute;
  bottom: 120px;
  right: 15vw;
}

.image-27 {
  display: none;
}

.icon-card {
  max-width: 450px;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #fff;
  background-color: #0f66b0;
  flex-direction: column;
  align-items: center;
  padding: 20px 10px;
  display: flex;
}

.icon-card.secondary {
  background-color: rgba(124, 124, 124, .77);
}

.icon-card-header {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
}

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

.icon-card-svg {
  width: 60px;
  height: 60px;
}

.cards-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

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

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

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

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

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

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

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

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

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

  .shop-card-title, .shop-card-price, .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, .grid-images {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .div-grid-image-1, .div-grid-image-2, .div-grid-image-3, .div-grid-image-4 {
    height: 200px;
  }

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

  .menu-button:hover {
    background-color: rgba(0, 0, 0, 0);
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .video-cover {
    margin-top: 36px;
    margin-bottom: 36px;
  }

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

  .image-26 {
    right: 5vw;
  }
}

@media screen and (max-width: 767px) {
  .button-default.secondbutton {
    margin-top: 16px;
    margin-left: 0;
  }

  .section {
    margin-bottom: 0;
  }

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

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

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

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

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

  .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, .div-grid-image-2, .div-grid-image-3, .div-grid-image-4 {
    height: 160px;
  }

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

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

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

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

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

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

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

  .hero-text {
    width: 430px;
  }

  .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-left: 40px;
    margin-right: 40px;
  }

  .horizontal-line {
    display: none;
  }

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

  .success-bg {
    width: 465px;
  }

  .image-window {
    display: none;
  }

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

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

  .success-message {
    width: 465px;
  }

  .vertical-line, .image-19 {
    display: none;
  }

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

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

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

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

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

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

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

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

  .shop-card-title, .shop-card-price, .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 {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .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;
    padding-left: 10px;
    padding-right: 10px;
  }

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

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

  .pricetag {
    left: 70px;
  }

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

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

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

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

  .painel-card {
    width: 90%;
    padding: 0 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 {
    width: 225px;
    display: block;
  }

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

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

  .container-colors.vertical {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-wrap: wrap;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-left: 20px;
    display: grid;
  }

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

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

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

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

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

  .paragraph {
    clear: left;
  }

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

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

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

  .section-2, .section-2.bg-white-smoke {
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

  .container-2 {
    width: 320px;
  }

  .container-2.flex {
    flex-direction: column-reverse;
  }

  .container-2.flex.aling_top {
    flex-direction: column;
    align-items: center;
  }

  .container-2.flex.aling_stretch {
    flex-direction: column;
  }

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

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

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

  .cta {
    margin-top: 0;
    padding: 32px 24px;
  }

  .cta-text {
    width: 100%;
  }

  .cta-section {
    padding-top: 40px;
  }

  .text {
    width: 100%;
  }

  .text.pined {
    flex-direction: column;
    align-items: center;
    display: flex;
    position: static;
  }

  .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, .icon-arrow.left-arrow {
    display: none;
  }

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

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

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

  .success-bg, .calculate {
    width: 300px;
  }

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

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

  .faq-answer {
    left: auto;
  }

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

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

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

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

  .colors-flex {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

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

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

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

  .header_img {
    display: none;
  }

  .flex_spacebetween {
    flex-direction: column;
    align-items: center;
  }

  .newstag {
    top: auto;
    bottom: 0%;
    left: 0%;
    right: auto;
  }

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

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

  .image-26 {
    display: none;
  }

  .image-27 {
    width: 160px;
    margin-left: auto;
    display: block;
  }
}

#w-node-fae03cea-18f2-9fef-6fc2-8acd4e8d2f8d-f22aeb93, #w-node-df48891a-2f33-423a-0039-09655802b75d-f22aeb93 {
  align-self: center;
}

#w-node-c3d0763f-46d5-c204-b37e-dad77f194985-f22aeb93, #w-node-_83d52559-efbe-4dc9-d627-e3081aead05c-f22aeb93 {
  justify-self: center;
}

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

#w-node-_18931907-e66b-12fd-3250-0635d58ad384-f22aeb93, #w-node-_691eead5-40be-76b6-6deb-e5b8866416bb-f22aeb93 {
  align-self: center;
}

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

#w-node-_477c1b9f-6d23-4fa3-b2da-2843cd09e560-f22aeb93, #w-node-_477c1b9f-6d23-4fa3-b2da-2843cd09e56f-f22aeb93 {
  justify-self: center;
}

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

#w-node-_9b994cff-90e0-ed35-19f8-13385d3e16c7-f22aeb93, #w-node-fd63dc5d-9d00-23c3-c3ee-c4adfb0af9f7-f22aeb93, #w-node-_42df46b6-2cdd-1498-1022-e4cc602488a6-f22aeb93, #w-node-e745e3a8-6392-c711-5ce8-157a57851e48-f22aeb93 {
  justify-self: center;
}

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

#w-node-cb2e141a-f012-f109-293e-b58c20895aa9-2c6008d6, #w-node-_32d873c4-bd9d-8934-4260-a8d4ef798840-2c6008d6, #w-node-_18c36403-1bb0-00cc-cac6-4f64ed22b04b-2c6008d6, #w-node-ba79fa1e-b712-c97a-0742-943a65955a54-fb9067d3, #w-node-_910a5d03-6280-b9c3-d943-f906a43c9dec-fb9067d3, #w-node-df3b098a-14cf-8464-55c9-0562b326bc6d-fb9067d3, #w-node-_8bc2aac8-1006-a4f8-44c2-772b6b6f4e7b-fb9067d3, #w-node-cc4d288e-d665-7b4b-447e-b0e8bfddefa6-fb9067d3, #w-node-da0c9d10-8a9f-5c59-1e04-fba4ba58af6a-fb9067d3, #w-node-_872ce1a0-6130-6dc0-902a-841ae7d0365c-fb9067d3, #w-node-_215344e9-6366-1c28-9a06-41f5c3b64476-fb9067d3, #w-node-cce169ab-fe08-3153-d860-5ff216c94fcc-fb9067d3, #w-node-e3a31ed3-89e0-2310-98b2-daa263fdb72e-fb9067d3, #w-node-_818b0973-7e43-e8a1-df3d-3e431716fa70-fb9067d3, #w-node-_79172611-0a93-8dc5-9a1a-1481870fe618-fb9067d3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

#contato.w-node-_7a2b8ddb-25d4-ba35-6335-2547dba6475c-fb9067d3, #w-node-c833e2a4-ef88-05fe-0b6c-b2d6f73cf48e-f828fcfd, #carpete_Total.w-node-_4703d8e0-9456-f752-60bb-421a9bf54fca-f828fcfd, #cortina_Total.w-node-_761f3b3b-b56b-e77e-7dc1-29dc59430066-f828fcfd, #placa_Total.w-node-_97128555-6772-3253-cd1e-4bd623aaa668-f828fcfd, #porta_Total.w-node-_497ad86e-f6bc-a3f9-5889-a658bfe957f3-f828fcfd {
  justify-self: end;
}

#w-node-_9347162b-e9d6-3253-df9a-9596b18495b1-c7318732 {
  grid-area: 1 / 1 / 9 / 9;
  align-self: start;
  justify-self: center;
}

#w-node-_015fdde6-8358-17c6-6ac2-69c882dc5118-c7318732 {
  grid-area: 6 / 6 / 7 / 8;
  align-self: center;
  justify-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-_7a2b8ddb-25d4-ba35-6335-2547dba64745-fb9067d3, #contato.w-node-_7a2b8ddb-25d4-ba35-6335-2547dba6475c-fb9067d3 {
    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 {
    justify-self: center;
  }

  #w-node-eef4c489-0399-46c6-0342-0a0f66370578-66370571 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-b6e468d7-b63f-21d2-6175-5afcfb0064dc-fb9067d3 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-eef4c489-0399-46c6-0342-0a0f66370578-66370571 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

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

  #carpete_Unit.w-node-_01324287-8aae-d703-1a82-40d065a91994-f828fcfd, #cortina_Unit.w-node-a73bde8f-8508-909a-c726-d0553ed7d451-f828fcfd, #placa_Unit.w-node-fdca2aa6-68e2-a905-7e1f-ff46f968bf0b-f828fcfd, #porta_Unit.w-node-_943dab33-fd3e-8325-4ecc-9fea12894be9-f828fcfd {
    justify-self: end;
  }

  #w-node-_6ac034fd-8919-9910-798f-3dbf8a195a65-c7318732 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


