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

.header {
  display: block;
  height: 700px;
  max-height: 1000px;
  padding: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: linear-gradient(80deg, rgba(0, 0, 0, 0.65), transparent 62%), url('../images/AdobeStock_314201427_Preview.jpeg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  color: #fff;
}

.header.header-tablet.hesder-mobile {
  overflow: hidden;
  height: 650px;
  background-image: linear-gradient(80deg, rgba(0, 0, 0, 0.65), transparent 62%), url('../images/Banner-novo-HP3606.jpg');
  background-position: 0px 0px, 50% 50%;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.centered-container {
  display: block;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.button {
  background-color: #e59aaa;
}

.heading {
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: 'Centrale sans', sans-serif;
  font-size: 40px;
  line-height: 50px;
  font-weight: 500;
}

.paragraph {
  font-family: 'Centrale sans', sans-serif;
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
}

.div-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45%;
  height: 100%;
  margin-top: 90px;
  padding-bottom: 60px;
  padding-left: 60px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.div-block-2 {
  display: block;
}

.div-logo {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: block;
  width: auto;
  margin-left: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image {
  width: 60%;
}

.div-list {
  width: 60%;
  margin-top: -2px;
  padding: 0px;
  background-color: rgba(229, 154, 170, 0.95);
}

.list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  list-style-type: none;
}

.list-item:hover {
  background-color: #f7d7dd;
}

.image-2 {
  width: 35px;
  max-width: none;
  margin-right: 10px;
}

.container {
  display: block;
}

.heading-2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Centrale sans', sans-serif;
  color: #910048;
  font-size: 8px;
  line-height: 12px;
  font-weight: 400;
}

.list {
  margin-bottom: 0px;
  padding-left: 0px;
}

.list-item-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.list-item-2:hover {
  background-color: #f7d7dd;
}

.list-item-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.list-item-3:hover {
  background-color: #f7d7dd;
}

.div-garantia {
  position: absolute;
  left: auto;
  top: 2%;
  right: 0%;
  bottom: auto;
  width: 15%;
}

.image-3 {
  width: auto;
}

.cards-section {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #bd5a77;
}

.cards-grid-container {
  display: -ms-grid;
  display: grid;
  padding-right: 100px;
  padding-left: 100px;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  text-align: left;
}

.cards-image-mask {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 100%;
  border-radius: 0%;
}

.cards-image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  max-width: none;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.heading-3 {
  font-family: 'Centrale sans', sans-serif;
  color: #fff;
  text-align: center;
}

.heading-4 {
  font-family: 'Centrale sans', sans-serif;
  color: #fff;
  text-align: center;
}

.heading-5 {
  font-family: 'Centrale sans', sans-serif;
  color: #fff;
  text-align: center;
}

.paragraph-2 {
  font-family: 'Centrale sans', sans-serif;
  color: #fff;
  text-align: center;
}

.paragraph-3 {
  font-family: 'Centrale sans', sans-serif;
  color: #fff;
  text-align: center;
}

.paragraph-4 {
  font-family: 'Centrale sans', sans-serif;
  color: #fff;
  text-align: center;
}

.feature-1 {
  display: block;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #a2274b;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(151, 0, 82, 0.19)), to(rgba(151, 0, 82, 0.19))), url('../images/AdobeStock_346454415_Preview.jpeg');
  background-image: linear-gradient(180deg, rgba(151, 0, 82, 0.19), rgba(151, 0, 82, 0.19)), url('../images/AdobeStock_346454415_Preview.jpeg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.feature-1.feature-1-mobile {
  background-image: radial-gradient(circle farthest-corner at 100% 50%, #bd5a77, #f7d7dd);
  background-position: 0px 0px;
}

.flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.hero-image-mask {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45%;
  margin-left: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-image {
  width: 40%;
  height: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0.5 auto;
  -ms-flex: 0 0.5 auto;
  flex: 0 0.5 auto;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.feature-section {
  padding-top: 100px;
  padding-bottom: 100px;
  background-image: url('../images/AdobeStock_212730839_Preview.jpeg');
  background-position: 0px 0px;
  background-size: cover;
}

.feature-image-mask {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  margin-right: 0px;
  margin-left: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.feature-image {
  width: 70%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.div-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 100px;
  padding-left: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-4 {
  width: 50%;
}

.heading-6 {
  font-family: 'Centrale sans', sans-serif;
}

.paragraph-5 {
  font-family: 'Centrale sans', sans-serif;
}

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

.column {
  height: 100%;
  background-color: transparent;
  background-image: linear-gradient(255deg, #e9c5cb 23%, #e59aaa);
}

.column-2 {
  height: 100%;
  background-image: url('../images/Ambientado-1500.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-right: 100px;
  padding-left: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 100px;
  padding-bottom: 0px;
  padding-left: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-7 {
  width: 45%;
  border-radius: 5px;
}

.div-block-8 {
  margin-top: 0px;
  padding: 20px 10px;
  background-color: rgba(236, 67, 113, 0.9);
}

.column-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-9 {
  display: block;
  width: 100%;
  padding: 0px 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-11 {
  padding-top: 10px;
  text-align: center;
}

.heading-7 {
  margin-top: 10px;
  font-family: 'Centrale sans', sans-serif;
  color: #fff;
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
}

.paragraph-6 {
  display: none;
  margin-bottom: 0px;
  font-family: 'Centrale sans extra', sans-serif;
  color: #fff;
  font-size: 10px;
  line-height: 15px;
  font-weight: 300;
}

.heading-8 {
  margin-top: 0px;
  font-family: 'Centrale sans', sans-serif;
  color: #662046;
  font-size: 28px;
  font-weight: 700;
}

.paragraph-7 {
  margin-bottom: 0px;
  font-family: 'Centrale sans', sans-serif;
  color: #662046;
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
}

.heading-9 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: 'Centrale sans', sans-serif;
  color: #662046;
  font-size: 40px;
  line-height: 45px;
}

.paragraph-8 {
  font-family: 'Centrale sans', sans-serif;
  color: #662046;
  font-size: 25px;
  line-height: 35px;
}

.div-magalu {
  position: relative;
  left: auto;
  top: auto;
  right: auto;
  bottom: 13%;
  display: block;
  width: 100%;
  padding-right: 20px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-4 {
  width: 150px;
}

.especificacoes {
  display: block;
  padding-top: 60px;
  padding-bottom: 100px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, #ec4371, #910048);
}

.div-col-img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  margin-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-image-2 {
  width: 100%;
  height: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0.5 auto;
  -ms-flex: 0 0.5 auto;
  flex: 0 0.5 auto;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.div-block-12 {
  padding: 30px 40px;
  background-color: #e9c5cb;
}

.festure-3 {
  display: block;
  padding-top: 100px;
  padding-bottom: 120px;
  background-color: #f7d7dd;
}

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

.tabs-content {
  width: 40%;
  height: auto;
  padding-left: 40px;
}

.tabs-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.tab-link-tab-1 {
  width: 35%;
  height: 500px;
  margin-right: 10px;
  padding-right: 0px;
  padding-left: 0px;
  background-image: url('../images/Produto-menor.png');
  background-position: 45% -5%;
  background-size: 195%;
  background-repeat: no-repeat;
}

.tab-link-tab-1.w--current {
  width: 40%;
  height: 500px;
  margin-right: 10px;
  padding-right: 0px;
  padding-left: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(145, 0, 72, 0.31)), to(rgba(145, 0, 72, 0.31))), url('../images/Produto-menor.png');
  background-image: linear-gradient(180deg, rgba(145, 0, 72, 0.31), rgba(145, 0, 72, 0.31)), url('../images/Produto-menor.png');
  background-position: 0px 0px, 45% -5%;
  background-size: auto, 195%;
  background-repeat: repeat, no-repeat;
}

.tab-pane-tab-1 {
  width: auto;
  height: 100%;
}

.div-block-13 {
  padding-right: 100px;
  padding-left: 100px;
}

.tab-link-tab-2 {
  width: 35%;
  height: 500px;
  margin-right: 10px;
  padding-right: 0px;
  padding-left: 0px;
  background-image: url('../images/Print-aparador-agua.png');
  background-position: 80% 50%;
  background-size: auto;
}

.tab-link-tab-2.w--current {
  width: 40%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(145, 0, 72, 0.36)), to(rgba(145, 0, 72, 0.36))), url('../images/Print-aparador-agua.png');
  background-image: linear-gradient(180deg, rgba(145, 0, 72, 0.36), rgba(145, 0, 72, 0.36)), url('../images/Print-aparador-agua.png');
  background-position: 0px 0px, 80% 50%;
  background-size: auto, auto;
}

.tab-link-tab-3 {
  width: 35%;
  height: 500px;
  padding-right: 0px;
  padding-left: 0px;
  background-image: url('../images/HP6306_00_PAP__1609190160-1000x1000.png');
  background-position: 80% 150%;
  background-size: 285%;
  background-repeat: no-repeat;
}

.tab-link-tab-3.w--current {
  width: 40%;
  padding-right: 0px;
  padding-left: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(145, 0, 72, 0.33)), to(rgba(145, 0, 72, 0.33))), url('../images/HP6306_00_PAP__1609190160-1000x1000.png');
  background-image: linear-gradient(180deg, rgba(145, 0, 72, 0.33), rgba(145, 0, 72, 0.33)), url('../images/HP6306_00_PAP__1609190160-1000x1000.png');
  background-position: 0px 0px, 80% 125%;
  background-size: auto, 300%;
}

.div-block-content {
  display: block;
  width: 100%;
  height: auto;
  padding: 40px 60px;
  border-radius: 5px;
  background-color: #ec4371;
}

.heading-10 {
  font-family: 'Centrale sans', sans-serif;
  color: #fff;
  font-size: 30px;
  line-height: 40px;
  font-weight: 400;
}

.paragraph-9 {
  color: #fff;
}

.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 25px;
  padding-bottom: 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #910048;
  text-align: center;
}

.footer-flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: left;
}

.footer-logo-link {
  max-height: 60px;
  min-width: 60px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.footer-image {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
}

.footer-heading {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.5;
}

.footer-link {
  display: block;
  margin-bottom: 10px;
  color: #444;
  text-decoration: none;
}

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

.container-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-5 {
  width: 12%;
  margin-right: 20px;
}

.text-block {
  font-family: 'Centrale sans extra', sans-serif;
  color: #fff;
  font-size: 12px;
  font-weight: 300;
}

.div-n1 {
  position: static;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 9%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 55%;
  height: 100%;
  margin-bottom: 0px;
  padding-right: 10px;
  padding-bottom: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.image-6 {
  width: 150px;
}

.column-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-16 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 100px;
  padding-left: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-col-2 {
  display: block;
  width: 15%;
  padding-left: 40px;
  border-left: 2px solid #fff;
}

.div-col-1 {
  width: 25%;
  height: auto;
  margin-right: 0px;
  padding-right: 20px;
  border-right: 0px solid #fff;
}

.div-title-esp {
  padding-left: 100px;
  color: #fff;
}

.heading-11 {
  font-family: 'Centrale sans', sans-serif;
  font-weight: 400;
}

.heading-12 {
  font-family: 'Centrale sans', sans-serif;
  color: #fff;
  font-size: 30px;
  line-height: 40px;
  font-weight: 400;
}

.text-block-2 {
  font-family: 'Centrale sans extra', sans-serif;
  color: #fff;
  font-weight: 300;
}

.div-tecnicas {
  width: 20%;
  padding-left: 0px;
}

.list-2 {
  padding-left: 0px;
  font-family: 'Centrale sans', sans-serif;
  font-weight: 500;
  list-style-type: none;
}

.list-item-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-21 {
  padding-left: 10px;
}

.div-block-22 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 75px;
  padding: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50px;
  background-color: #bd5a77;
}

.div-block-22:hover {
  background-color: #ec4371;
}

.heading-13 {
  font-family: 'Centrale sans', sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  letter-spacing: 1px;
}

.tab-pane-tab-2 {
  height: 100%;
}

.tab-pane-tab-3 {
  height: 100%;
}

.list-item-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.list-item-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-3 {
  font-family: 'Centrale sans extra', sans-serif;
  font-size: 25px;
  line-height: 25px;
  font-weight: 300;
}

.paragraph-10 {
  margin-top: 10px;
  font-family: 'Centrale sans', sans-serif;
  font-size: 30px;
  line-height: 35px;
  font-weight: 300;
}

.image-7 {
  width: 90px;
  border-radius: 0px;
  background-color: transparent;
}

.image-8 {
  width: 90px;
}

.image-9 {
  width: 90px;
}

.heading-14 {
  font-family: 'Centrale sans extra', sans-serif;
  color: #fff;
  font-size: 25px;
}

.div-block-w-100 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-4 {
  font-family: 'Centrale sans extra', sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 25px;
  font-weight: 300;
}

.div-w-h-100 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.div-icon-font {
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 0px;
  border-radius: 10px;
  background-color: transparent;
}

.icon-font-awesome {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Font awesome 5 free solid 900', sans-serif;
  color: #910048;
  font-size: 40px;
}

.icon-font-awesome:hover {
  color: #662046;
}

.div-icon-tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.img-tabs-icon {
  width: 15%;
  border-radius: 50px;
  background-color: #a2274b;
}

.list-3 {
  padding-left: 30px;
  font-family: 'Centrale sans extra', sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 25px;
  font-weight: 100;
  list-style-type: square;
}

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

.bold-text-2 {
  font-weight: 300;
}

.bold-text-3 {
  font-weight: 300;
}

.text-block-5 {
  font-family: 'Centrale sans extra', sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 25px;
  font-weight: 300;
}

.list-4 {
  padding-left: 30px;
  font-family: 'Centrale sans extra', sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 25px;
  font-weight: 300;
}

.div-all {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-top: 100px;
  padding-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-n1-mobile {
  display: none;
}

.div-block-23 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.image-10 {
  width: 30%;
  opacity: 0.9;
}

.link-block {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Centrale sans', sans-serif;
  font-weight: 500;
  text-decoration: none;
}

.image-11 {
  width: auto;
  padding: 0px;
}

.text-span {
  color: #fff;
  font-weight: 700;
}

.text-span-2 {
  color: #fff;
  font-weight: 700;
}

.text-span-3 {
  color: #fff;
  font-weight: 500;
}

.div-magalu-h {
  position: static;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 30%;
  display: block;
  width: auto;
  height: auto;
  margin-right: 20px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-12 {
  width: 150px;
  margin-right: 0px;
}

.feature-4 {
  display: block;
  overflow: hidden;
  height: auto;
  max-height: 850px;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(17, 4, 11, 0.2)), to(rgba(17, 4, 11, 0.2))), url('../images/Banner-novo--2-anos-alt-HP3606.jpg');
  background-image: linear-gradient(180deg, rgba(17, 4, 11, 0.2), rgba(17, 4, 11, 0.2)), url('../images/Banner-novo--2-anos-alt-HP3606.jpg');
  background-position: 0px 0px, 50% 50%;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
  color: #fff;
}

.heading-15 {
  margin-top: 0px;
  font-family: 'Centrale sans', sans-serif;
  color: #910048;
  font-size: 35px;
  font-weight: 500;
  text-align: left;
}

.paragraph-11 {
  font-family: 'Centrale sans', sans-serif;
  color: #910048;
  font-size: 18px;
  line-height: 25px;
  font-weight: 400;
  text-align: left;
}

.div-block-24 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  padding-right: 100px;
  padding-left: 100px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-25 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: right;
}

.div-block-26 {
  width: 40%;
  padding: 30px;
  background-color: hsla(0, 0%, 100%, 0.58);
}

.heading-16 {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 5px;
  font-family: 'Centrale sans', sans-serif;
  color: #0f88ff;
  font-size: 15px;
  line-height: 25px;
  font-weight: 500;
  text-align: center;
}

.div-block-27 {
  display: block;
  width: 100%;
}

.div-block-28 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-29 {
  position: static;
  top: 1000%;
  right: 55px;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  padding: 100px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button-2 {
  display: block;
  background-color: #910048;
  font-family: 'Centrale sans', sans-serif;
  font-size: 15px;
  font-weight: 300;
  text-align: left;
}

.button-2:hover {
  background-color: #ec4371;
}

.div-block-30 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 0px;
  padding-top: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-span-4 {
  font-size: 38px;
  font-weight: 700;
}

.text-span-5 {
  font-size: 38px;
  font-weight: 700;
}

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

.text-span-7 {
  font-weight: 700;
}

.text-span-8 {
  font-size: 38px;
  font-weight: 700;
}

.feature-v-deo {
  display: none;
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #f7f7f7;
}

.div-block-31 {
  padding: 20px 10px;
  background-color: #e59aaa;
}

.heading-17 {
  margin-top: 0px;
  font-family: 'Centrale sans', sans-serif;
  color: #fff;
  font-size: 35px;
  font-weight: 500;
  text-align: center;
}

.text-block-6 {
  font-family: 'Centrale sans extra', sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
}

.div-block-32 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-right: 10px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.heading-18 {
  font-family: 'Centrale sans extra', sans-serif;
  color: #fff;
  font-size: 15px;
  line-height: 25px;
  font-weight: 300;
}

.container-3 {
  margin-top: 60px;
}

.link-block-2 {
  margin-bottom: -1px;
}

.div-block-34 {
  margin-bottom: 60px;
  padding-right: 20px;
  padding-left: 20px;
  text-align: center;
}

.heading-19 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Centrale sans', sans-serif;
  color: #662046;
  font-size: 32px;
  line-height: 45px;
  font-weight: 500;
}

@media screen and (min-width: 1920px) {
  .header {
    height: 950px;
  }

  .header.header-tablet.hesder-mobile {
    height: 950px;
  }

  .heading {
    font-size: 45px;
  }

  .div-text {
    width: 50%;
    padding-bottom: 100px;
  }

  .image {
    width: 75%;
  }

  .div-list {
    width: 75%;
  }

  .hero-image-mask {
    width: 60%;
  }

  .hero-image {
    width: 35%;
  }

  .columns {
    height: 700px;
  }

  .div-block-6 {
    padding-right: 200px;
    padding-bottom: 0px;
    padding-left: 200px;
  }

  .div-block-7 {
    width: 45%;
  }

  .heading-7 {
    font-size: 15px;
  }

  .paragraph-6 {
    font-size: 12px;
  }

  .festure-3 {
    display: block;
  }

  .tab-link-tab-1 {
    height: 700px;
  }

  .tab-link-tab-1.w--current {
    height: 700px;
  }

  .tab-link-tab-2 {
    height: 700px;
  }

  .tab-link-tab-3 {
    height: 700px;
  }

  .div-n1 {
    width: 50%;
  }

  .image-6 {
    width: 150px;
  }

  .text-block-3 {
    font-size: 30px;
  }

  .paragraph-10 {
    font-size: 35px;
  }

  .image-10 {
    width: 35%;
  }

  .link-block {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .text-span {
    font-size: 45px;
  }

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

  .image-12 {
    width: 200px;
  }

  .heading-16 {
    font-size: 20px;
    line-height: 30px;
  }

  .heading-19 {
    font-size: 38px;
  }
}

@media screen and (max-width: 991px) {
  .header {
    height: 850px;
  }

  .header.header-tablet {
    background-image: linear-gradient(80deg, rgba(0, 0, 0, 0.65), transparent), url('../images/AdobeStock_314201427_Preview.jpeg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
  }

  .header.header-tablet.hesder-mobile {
    height: 850px;
    background-position: 0px 0px, 90% 50%;
  }

  .div-text {
    width: 70%;
  }

  .image {
    width: 70%;
  }

  .div-list {
    width: 70%;
  }

  .div-garantia {
    width: 25%;
  }

  .cards-grid-container {
    grid-column-gap: 20px;
  }

  .hero-image-mask {
    width: 35%;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .hero-image {
    width: 100%;
  }

  .columns {
    height: 400px;
  }

  .column-2 {
    background-position: 80% 50%;
  }

  .div-block-5 {
    padding-right: 30px;
    padding-left: 30px;
  }

  .div-block-6 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 20px;
    padding-left: 20px;
  }

  .div-block-7 {
    width: 65%;
  }

  .image-4 {
    width: 20%;
  }

  .div-col-img {
    width: 100%;
    margin-top: 40px;
  }

  .tabs {
    display: block;
  }

  .tabs-content {
    width: 100%;
    margin-top: 40px;
    padding-left: 0px;
  }

  .tabs-menu {
    width: 100%;
  }

  .div-block-13 {
    display: block;
  }

  .footer {
    padding-right: 20px;
    padding-left: 20px;
  }

  .div-n1 {
    width: 30%;
  }

  .div-block-16 {
    display: -ms-grid;
    display: grid;
    margin-top: 0px;
    padding-right: 40px;
    padding-left: 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 auto;
    grid-template-rows: auto auto;
  }

  .div-col-2 {
    width: 100%;
  }

  .div-col-1 {
    width: 100%;
    padding-right: 0px;
  }

  .div-title-esp {
    margin-bottom: 40px;
    padding-left: 0px;
    text-align: center;
  }

  .div-tecnicas {
    width: 100%;
    margin-top: 40px;
  }

  .text-block-4 {
    font-size: 15px;
  }

  .div-n1-mobile {
    display: none;
  }

  .image-10 {
    width: 40%;
  }

  .link-block {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .feature-4 {
    max-height: none;
    padding-bottom: 0px;
  }

  .div-block-24 {
    padding-right: 40px;
    padding-left: 40px;
  }

  .div-block-26 {
    width: 65%;
  }

  .heading-16 {
    font-size: 10px;
    line-height: 20px;
  }

  .div-block-28 {
    padding-bottom: 5px;
  }

  .div-block-29 {
    padding-right: 40px;
    padding-left: 40px;
  }

  .container-3 {
    margin-top: 100px;
  }

  .heading-19 {
    font-size: 32px;
  }
}

@media screen and (max-width: 767px) {
  .header {
    padding: 40px 20px;
  }

  .header.header-tablet {
    height: 850px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .header.header-tablet.hesder-mobile {
    background-position: 0px 0px, 90% 100%;
  }

  .heading {
    font-size: 25px;
    line-height: 35px;
  }

  .div-text {
    padding-left: 0px;
  }

  .div-logo {
    margin-left: 20px;
  }

  .image {
    width: 65%;
  }

  .div-list {
    width: 65%;
  }

  .div-garantia {
    width: 35%;
  }

  .cards-section {
    padding: 40px 20px;
  }

  .cards-grid-container {
    max-width: none;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .feature-1 {
    padding: 40px 20px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('../images/AdobeStock_346454415_Preview.jpeg');
    background-image: linear-gradient(180deg, null, null), url('../images/AdobeStock_346454415_Preview.jpeg');
    background-position: 0px 0px, 50% 100%;
  }

  .feature-1.feature-1-mobile {
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('../images/AdobeStock_346454415_Preview.jpeg');
    background-image: linear-gradient(180deg, null, null), url('../images/AdobeStock_346454415_Preview.jpeg');
    background-position: 0px 0px, 50% 0%;
  }

  .flex-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .hero-image-mask {
    width: 100%;
    margin-top: 40px;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .hero-image {
    width: 45%;
  }

  .feature-section {
    padding: 40px 20px;
  }

  .feature-image-mask {
    margin-right: 0px;
  }

  .feature-image {
    margin-right: auto;
    margin-left: auto;
  }

  .columns {
    display: block;
    height: auto;
  }

  .column-2 {
    height: 350px;
  }

  .div-block-5 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .div-block-6 {
    display: block;
  }

  .div-block-7 {
    width: 100%;
  }

  .div-block-8 {
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .div-block-9 {
    padding-left: 0px;
  }

  .heading-7 {
    font-size: 13px;
    line-height: 15px;
  }

  .paragraph-6 {
    font-size: 8px;
    line-height: 15px;
  }

  .heading-8 {
    font-size: 25px;
    line-height: 35px;
    text-align: center;
  }

  .paragraph-7 {
    font-size: 15px;
    line-height: 25px;
    text-align: center;
  }

  .heading-9 {
    font-size: 35px;
    text-align: center;
  }

  .paragraph-8 {
    font-size: 20px;
    line-height: 30px;
    text-align: center;
  }

  .image-4 {
    width: 25%;
  }

  .especificacoes {
    padding: 40px 0px;
  }

  .div-col-img {
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .tab-link-tab-1 {
    height: 400px;
  }

  .tab-link-tab-1.w--current {
    height: 400px;
  }

  .div-block-13 {
    padding-right: 40px;
    padding-left: 40px;
  }

  .tab-link-tab-2 {
    height: 400px;
  }

  .tab-link-tab-3 {
    height: 400px;
  }

  .div-block-content {
    padding-right: 40px;
    padding-left: 40px;
  }

  .footer {
    padding: 40px 20px;
  }

  .footer-image {
    -o-object-fit: contain;
    object-fit: contain;
  }

  .container-2 {
    display: block;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .image-5 {
    width: 15%;
    margin-right: 0px;
    margin-bottom: 20px;
  }

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

  .image-6 {
    width: 150px;
  }

  .div-block-16 {
    padding-right: 30px;
    padding-left: 30px;
  }

  .heading-13 {
    font-size: 15px;
  }

  .text-block-3 {
    font-size: 18px;
  }

  .paragraph-10 {
    font-size: 20px;
    line-height: 30px;
  }

  .heading-14 {
    font-size: 30px;
    line-height: 45px;
    text-align: center;
  }

  .text-block-4 {
    font-size: 15px;
  }

  .div-icon-tabs {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .div-all {
    padding-left: 20px;
  }

  .columns-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .div-n1-mobile {
    display: none;
  }

  .image-10 {
    width: 40%;
  }

  .feature-4 {
    padding: 40px 20px;
  }

  .div-block-24 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .div-block-25 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .div-block-26 {
    width: 85%;
  }

  .heading-16 {
    font-size: 10px;
    line-height: 12px;
  }

  .div-block-29 {
    padding-top: 60px;
    padding-bottom: 60px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .heading-19 {
    font-size: 30px;
  }
}

@media screen and (max-width: 479px) {
  .header.header-tablet {
    height: 700px;
  }

  .header.header-tablet.hesder-mobile {
    height: 700px;
    background-image: linear-gradient(80deg, rgba(0, 0, 0, 0.65), transparent 76%), url('../images/Banner-novo-HP3606.jpg');
    background-position: 0px 0px, 87% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    background-attachment: scroll, scroll;
  }

  .centered-container {
    text-align: left;
  }

  .heading {
    font-size: 25px;
    line-height: 35px;
  }

  .div-text {
    width: 100%;
    height: 100%;
    margin-top: 40px;
    padding-left: 10px;
  }

  .div-logo {
    margin-left: 0px;
  }

  .image {
    width: 50%;
  }

  .div-list {
    display: none;
  }

  .div-garantia {
    width: 50%;
  }

  .cards-grid-container {
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .feature-1 {
    padding: 60px 0px;
  }

  .feature-1.feature-1-mobile {
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('../images/AdobeStock_346454415_Preview.jpeg');
    background-image: linear-gradient(180deg, null, null), url('../images/AdobeStock_346454415_Preview.jpeg');
    background-position: 0px 0px, 50% 50%;
  }

  .hero-image-mask {
    margin-top: 0px;
    margin-bottom: 40px;
  }

  .column-2 {
    height: 250px;
  }

  .div-block-5 {
    padding: 40px 20px;
  }

  .div-block-6 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-8 {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 10px;
  }

  .column-3 {
    padding-bottom: 20px;
  }

  .heading-7 {
    font-size: 15px;
  }

  .paragraph-6 {
    font-size: 10px;
    line-height: 20px;
  }

  .heading-9 {
    font-size: 30px;
    line-height: 40px;
  }

  .div-magalu {
    margin-top: 0px;
  }

  .image-4 {
    width: 50%;
  }

  .div-block-12 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .festure-3 {
    padding-top: 60px;
    padding-bottom: 100px;
  }

  .tabs-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .tab-link-tab-1.w--current {
    height: 400px;
  }

  .div-block-13 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .tab-link-tab-2 {
    height: 400px;
    background-size: 350%;
    background-repeat: no-repeat;
  }

  .tab-link-tab-2.w--current {
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('../images/Print-aparador-agua.png');
    background-image: linear-gradient(180deg, null, null), url('../images/Print-aparador-agua.png');
    background-size: auto, 350%;
  }

  .tab-link-tab-3 {
    padding-right: 0px;
    padding-left: 0px;
    background-position: 80% 10%;
  }

  .tab-link-tab-3.w--current {
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('../images/HP6306_00_PAP__1609190160-1000x1000.png');
    background-image: linear-gradient(180deg, null, null), url('../images/HP6306_00_PAP__1609190160-1000x1000.png');
    background-position: 0px 0px, 80% 15%;
  }

  .div-block-content {
    padding-right: 20px;
    padding-left: 20px;
  }

  .footer {
    padding-right: 20px;
    padding-left: 20px;
    text-align: left;
  }

  .footer-flex-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-logo-link {
    height: 60px;
  }

  .footer-heading {
    margin-top: 20px;
  }

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

  .image-5 {
    width: 25%;
    margin-right: 10px;
    margin-bottom: 0px;
  }

  .text-block {
    font-size: 10px;
    line-height: 15px;
    text-align: left;
  }

  .div-n1 {
    position: absolute;
    left: auto;
    top: 13%;
    right: 0%;
    bottom: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: auto;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .column-4 {
    padding-bottom: 20px;
  }

  .div-block-16 {
    display: block;
  }

  .div-col-2 {
    padding-top: 20px;
    padding-left: 0px;
    border-left-width: 0px;
  }

  .div-col-1 {
    margin-bottom: 0px;
  }

  .heading-11 {
    font-size: 25px;
    line-height: 30px;
  }

  .text-block-3 {
    font-size: 18px;
  }

  .paragraph-10 {
    font-size: 20px;
    line-height: 30px;
  }

  .heading-14 {
    font-size: 25px;
    line-height: 35px;
  }

  .icon-font-awesome {
    font-size: 30px;
  }

  .img-tabs-icon {
    width: 30%;
  }

  .div-all {
    display: block;
    padding-top: 100px;
    padding-left: 0px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .columns-2 {
    display: block;
  }

  .div-n1-mobile {
    display: block;
    width: 50%;
    margin-bottom: -2px;
  }

  .image-10 {
    width: 45%;
  }

  .div-magalu-h {
    margin-right: 0px;
    margin-bottom: 0px;
  }

  .image-12 {
    width: 120px;
  }

  .feature-4 {
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.28)), to(rgba(0, 0, 0, 0.28))), url('../images/Banner-novo--2-anos-alt-HP3606.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.28), rgba(0, 0, 0, 0.28)), url('../images/Banner-novo--2-anos-alt-HP3606.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
  }

  .heading-15 {
    font-size: 30px;
  }

  .div-block-24 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .div-block-26 {
    width: 95%;
    padding: 20px;
    background-color: rgba(247, 215, 221, 0.88);
  }

  .heading-16 {
    font-size: 12px;
    line-height: 22px;
  }

  .div-block-28 {
    padding-bottom: 5px;
  }

  .text-span-5 {
    font-size: 35px;
  }

  .text-span-8 {
    font-size: 35px;
  }

  .div-block-32 {
    padding-right: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .div-block-33 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .container-3 {
    margin-top: 60px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .image-13 {
    width: 150px;
  }

  .link-block-2 {
    display: none;
  }

  .heading-19 {
    font-size: 22px;
    line-height: 30px;
  }
}

@media screen and (max-width: 767px) {
  #w-node-d46e5791-32d3-71f1-1de4-1d7b70b99cf2-1577229c {
    -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-d46e5791-32d3-71f1-1de4-1d7b70b99d06-1577229c {
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }
}

@font-face {
  font-family: 'Centrale sans';
  src: url('../fonts/Centrale-Sans-Bold-Italic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Centrale sans';
  src: url('../fonts/Centrale-Sans-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Centrale sans';
  src: url('../fonts/Centrale-Sans-Regular-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Centrale sans extra';
  src: url('../fonts/Centrale-Sans-Extra-Light-Italic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Centrale sans';
  src: url('../fonts/Centrale-Sans-Medium-Italic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Centrale sans extra';
  src: url('../fonts/Centrale-Sans-Extra-Thin-Italic.otf') format('opentype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Centrale sans extra';
  src: url('../fonts/Centrale-Sans-Extra-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Centrale sans';
  src: url('../fonts/Centrale-Sans-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Centrale sans';
  src: url('../fonts/Centrale-Sans-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Centrale sans';
  src: url('../fonts/Centrale-Sans-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Centrale sans';
  src: url('../fonts/Centrale-Sans-Thin-Italic.otf') format('opentype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Centrale sans';
  src: url('../fonts/Centrale-Sans-Light-Italic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Centrale sans';
  src: url('../fonts/Centrale-Sans-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Centrale sans extra';
  src: url('../fonts/Centrale-Sans-Extra-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Font awesome 5 free 400';
  src: url('../fonts/Font-Awesome-5-Free-Regular-400.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Font awesome 5 brands 400';
  src: url('../fonts/Font-Awesome-5-Brands-Regular-400.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Font awesome 5 free solid 900';
  src: url('../fonts/Font-Awesome-5-Free-Solid-900.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}