.body {
  background-color: #fff;
  font-family: 'Electroluxsans 2', sans-serif;
  color: #031a44;
  font-size: 15px;
}

.header {
  overflow: hidden;
  height: 650px;
  min-height: 100%;
}

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

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45%;
  height: 100%;
  padding: 40px 40px 40px 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #031a44;
}

.image {
  width: 175px;
}

.div-logo {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 0px;
  padding: 40px 0px 20px 60px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading {
  width: 90%;
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: 'Electroluxsans 4', sans-serif;
  color: #c2d2d9;
  font-size: 40px;
  line-height: 50px;
  font-weight: 300;
}

.text-block {
  margin-bottom: 20px;
  font-family: 'Electroluxsans 3', sans-serif;
  color: #f1f1f1;
  font-size: 25px;
  line-height: 30px;
}

.div-block-4 {
  width: 55%;
  height: 100%;
  background-image: url('../images/Steam_Iron_ESI10-Header.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.text-span {
  font-family: 'Electroluxsans 3', sans-serif;
  color: #c2d2d9;
}

.text-span-2 {
  font-family: 'Electroluxsans 4', sans-serif;
}

.text-span-3 {
  font-family: 'Electroluxsans 4', sans-serif;
}

.text-span-4 {
  font-family: 'Electroluxsans 4', sans-serif;
}

.paragraph {
  display: block;
  width: 90%;
  margin-bottom: 60px;
  padding-right: 100px;
  padding-left: 100px;
  font-family: 'Electroluxsans 3', sans-serif;
  color: #031a44;
  font-size: 25px;
  line-height: 30px;
  text-align: center;
}

.columns {
  width: 85%;
}

.column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link-block {
  width: 100px;
  height: 100px;
  margin-bottom: 10px;
  border-radius: 100px;
  background-color: #001029;
  background-image: url('../images/Steam_Iron_ESI10_BottonView_Electrolux_1000x1000.png');
  background-position: 50% 10%;
  background-size: 150%;
  background-repeat: no-repeat;
}

.link-block.h-icone-2 {
  background-color: #001029;
  background-image: url('../images/Steam_Iron_ESI10_Steam_B_Electrolux_1000x1000.png');
  background-position: 0% 0%;
  background-size: 125%;
}

.link-block.h-icone-3 {
  background-color: #001029;
  background-image: url('../images/Steam_Iron_ESI10_Buttons_Electrolux_1000x1000.png');
  background-position: 55% 30%;
  background-size: 300%;
}

.link {
  font-family: 'Electroluxsans 3', sans-serif;
  color: #f1f1f1;
  font-size: 13px;
  line-height: 15px;
  text-align: center;
  text-decoration: none;
}

.link:hover {
  color: #adbbc1;
}

.column-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-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-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.feature-principal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: auto;
  padding-top: 60px;
  padding-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #adbbc1;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#adbbc1), to(#031a44));
  background-image: linear-gradient(180deg, #adbbc1, #031a44);
}

.feature-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 200px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -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;
  width: 50%;
  -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-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-left: -50px;
  padding: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  color: #f1f1f1;
}

.image-2 {
  width: 350px;
}

.div-block-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  padding: 40px 40px 40px 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 3px;
  background-color: #031a44;
}

.image-3 {
  width: 100px;
  margin-bottom: 10px;
}

.heading-2 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: 'Electroluxsans 4', sans-serif;
  font-size: 35px;
  line-height: 40px;
  font-weight: 300;
}

.paragraph-2 {
  margin-bottom: 0px;
  font-family: 'Electroluxsans 2', sans-serif;
  font-size: 25px;
  line-height: 30px;
}

.heading-3 {
  width: 95%;
  margin-top: 0px;
  margin-bottom: 20px;
  padding-right: 100px;
  padding-left: 100px;
  font-family: 'Electroluxsans 4', sans-serif;
  font-size: 35px;
  line-height: 45px;
  text-align: center;
}

.feature-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 0px 0px 0px 100px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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-left: 10px;
  -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-block-11 {
  width: 50%;
}

.image-4 {
  width: 100px;
  margin-bottom: 10px;
}

.div-block-12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100.0001%;
  padding: 40px 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: 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;
  border-style: solid;
  border-width: 2px;
  border-color: #f1f1f1;
  border-radius: 3px;
  color: #f1f1f1;
}

.heading-4 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 35px;
  line-height: 40px;
}

.paragraph-3 {
  margin-bottom: 0px;
  font-family: 'Electroluxsans 2', sans-serif;
  font-size: 25px;
  line-height: 30px;
}

.columns-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 650px;
  max-height: 800px;
  min-height: 250px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  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;
  background-image: url('../images/AdobeStock_304480060_Preview.jpeg');
  background-position: 100% 50%;
  background-size: cover;
}

.column-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 0px solid #f1f1f1;
  border-bottom: 0px solid #c2d2d9;
  background-color: #031a44;
}

.div-block-13 {
  padding: 40px 60px;
  color: #f1f1f1;
}

.heading-5 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: 'Electroluxsans 3', sans-serif;
  font-size: 35px;
  line-height: 40px;
}

.paragraph-4 {
  margin-bottom: 0px;
  font-family: 'Electroluxsans 2', sans-serif;
  font-size: 25px;
  line-height: 30px;
}

.image-5 {
  width: 100px;
  margin-bottom: 10px;
}

.column-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #031a44;
}

.column-7 {
  height: 100%;
  background-color: #dee7eb;
  background-image: url('../images/Steam_Iron_ESI10_FrontView_Electrolux_1000x1000.png');
  background-position: 50% 50%;
  background-size: 150%;
  background-repeat: no-repeat;
}

.columns-3 {
  height: 650px;
  max-height: 850px;
  min-height: 250px;
}

.div-block-14 {
  padding: 40px 60px;
  color: #f1f1f1;
}

.image-6 {
  width: 100px;
  margin-top: 0px;
  margin-bottom: 10px;
}

.heading-6 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: 'Electroluxsans 3', sans-serif;
  font-size: 35px;
  line-height: 45px;
}

.paragraph-5 {
  margin-bottom: 0px;
  font-family: 'Electroluxsans 2', sans-serif;
  font-size: 25px;
  line-height: 30px;
}

.feature-quaternaria {
  background-color: #adbbc1;
  background-image: url('../images/Banner-Clothes.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.banner {
  height: 750px;
  max-height: 950px;
  min-height: 100px;
  background-image: url('../images/Banner-lifestyle-Elux.jpg');
  background-position: 50% 0%;
  background-size: cover;
}

.especificacoes {
  background-image: radial-gradient(circle farthest-corner at 30% 80%, #fff, #f1f1f1);
}

.footer {
  padding: 40px 40px 20px;
  background-color: #031a44;
}

.div-block-15 {
  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;
}

.image-7 {
  width: 90px;
}

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

.image-8 {
  width: 110px;
}

.div-block-17 {
  width: 100%;
  padding: 50px 60px 100px;
}

.tabs {
  width: 100%;
}

.div-block-18 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  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-19 {
  width: 50%;
  height: 500px;
  border-radius: 3px;
  background-color: #031a44;
  background-image: url('../images/Steam_Iron_ESI10_Buttons_Electrolux_1000x1000.png');
  background-position: 20% 70%;
  background-size: 160%;
  background-repeat: no-repeat;
}

.div-block-19.tab-2-bg {
  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: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: url('../images/Steam_Iron_ESI10-Header.jpg');
  background-position: 0% 75%;
  background-size: 165%;
}

.div-block-19.tab-3-bg {
  background-image: url('../images/Steam_Iron_ESI10_Buttons-GIF.gif');
  background-position: 50% 65%;
  background-size: cover;
}

.div-block-19.tab-3-bg.tab-4-bg {
  background-image: url('../images/Steam_Iron_ESI10_SideView_Electrolux_1000x1000.png');
  background-position: 100% 50%;
  background-size: 95%;
}

.div-block-20 {
  width: 50%;
  margin-right: 0px;
  margin-left: -30px;
}

.tabs-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.tabs-content {
  margin-top: 20px;
}

.div-block-21 {
  width: 85%;
  padding: 40px;
  border-right: 5px solid #031a44;
  border-radius: 3px;
  background-color: #c2d2d9;
  color: #031a44;
}

.heading-7 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: 'Electroluxsans 4', sans-serif;
  font-size: 35px;
  line-height: 45px;
}

.image-9 {
  width: 100px;
  margin-bottom: 10px;
  border-radius: 150px;
  background-color: #031a44;
}

.paragraph-6 {
  margin-bottom: 20px;
  font-family: 'Electroluxsans 3', sans-serif;
  font-size: 20px;
  line-height: 25px;
}

.paragraph-6.fq-tab-4-text {
  margin-bottom: 0px;
  font-size: 20px;
}

.text-block-2 {
  font-family: 'Font awesome 5 free solid 900', sans-serif;
  font-size: 15px;
  line-height: 30px;
}

.tab-link-tab-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 30px;
  margin-right: 10px;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 150px;
  background-color: #f1f1f1;
  color: #031a44;
  font-size: 15px;
  line-height: 30px;
}

.tab-link-tab-1.w--current {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  margin-right: 10px;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 150px;
  background-color: #031a44;
  color: #f1f1f1;
  font-size: 15px;
  line-height: 30px;
}

.text-block-3 {
  font-family: 'Font awesome 5 free solid 900', sans-serif;
  font-size: 15px;
}

.text-block-4 {
  font-family: 'Font awesome 5 free solid 900', sans-serif;
  font-size: 15px;
}

.tab-link-tab-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  margin-right: 10px;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 150px;
  background-color: #f1f1f1;
  color: #031a44;
  font-size: 15px;
  line-height: 30px;
}

.tab-link-tab-2.w--current {
  background-color: #031a44;
  color: #f1f1f1;
  font-size: 20px;
}

.tab-link-tab-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  margin-right: 10px;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 150px;
  background-color: #f1f1f1;
  color: #031a44;
  line-height: 30px;
}

.tab-link-tab-3.w--current {
  background-color: #031a44;
  color: #f1f1f1;
  font-size: 15px;
}

.div-block-22 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 40px 60px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-8 {
  width: 40%;
  font-family: 'Electroluxsans 5', sans-serif;
  font-size: 35px;
  line-height: 45px;
}

.div-block-23 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 60px 100px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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-24 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-25 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-right: 20px;
  padding-left: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.tabela-embalagem {
  width: 80%;
  margin-bottom: 40px;
  padding: 20px;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(3, 26, 68, 0.75);
  border-radius: 3px;
}

.heading-9 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: 'Electroluxsans 4', sans-serif;
  font-size: 25px;
}

.text-span-5 {
  font-family: 'Font awesome 5 free solid 900', sans-serif;
}

.text-span-6 {
  font-family: 'Electroluxsans 5', sans-serif;
}

.text-span-7 {
  font-family: 'Electroluxsans 5', sans-serif;
}

.text-span-8 {
  font-family: 'Electroluxsans 5', sans-serif;
}

.text-block-5 {
  margin-bottom: 10px;
  border-bottom: 1px solid #031a44;
  font-family: 'Electroluxsans 3', sans-serif;
}

.tabela-tecnicas {
  width: 80%;
  padding: 20px;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(3, 26, 68, 0.75);
  border-radius: 3px;
}

.text-span-9 {
  font-family: 'Electroluxsans 4', sans-serif;
}

.image-10 {
  width: auto;
  margin-right: 0px;
}

.text-span-10 {
  font-family: 'Electroluxsans 4', sans-serif;
}

.text-span-11 {
  font-family: 'Electroluxsans 4', sans-serif;
}

.text-span-12 {
  font-family: 'Electroluxsans 4', sans-serif;
}

.text-span-13 {
  font-family: 'Electroluxsans 4', sans-serif;
}

.text-span-14 {
  font-family: 'Electroluxsans 4', sans-serif;
}

.text-span-15 {
  font-family: 'Electroluxsans 4', sans-serif;
}

.text-span-16 {
  font-family: 'Electroluxsans 4', sans-serif;
}

.text-span-17 {
  font-family: 'Electroluxsans 4', sans-serif;
}

.text-span-18 {
  font-family: 'Electroluxsans 4', sans-serif;
}

.text-span-19 {
  font-family: 'Electroluxsans 4', sans-serif;
}

.columns-4 {
  height: 750px;
  min-height: 100%;
}

.column-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #adbbc1;
  color: #031a44;
}

.column-9 {
  height: 100%;
  background-color: #000d36;
  background-image: url('../images/Banner-Confort-1000.jpg');
  background-position: 100% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-26 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100.000045348866%;
  height: 100%;
  padding: 40px 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.paragraph-7 {
  margin-bottom: 50px;
  font-family: 'Electroluxsans 3', sans-serif;
  font-size: 25px;
  line-height: 30px;
}

.heading-10 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: 'Electroluxsans 4', sans-serif;
  font-size: 35px;
  line-height: 40px;
}

.image-11 {
  width: 80px;
  margin-bottom: 10px;
  border-radius: 0px;
  background-color: transparent;
}

.text-span-20 {
  font-family: 'Electroluxsans 4', sans-serif;
}

.text-span-21 {
  font-family: 'Electroluxsans 4', sans-serif;
}

.div-block-27 {
  width: 100px;
  height: 100px;
  margin-bottom: 10px;
  border-style: solid;
  border-width: 4px;
  border-color: #031a44;
  border-radius: 200px;
  background-image: url('../images/icone-vapor-agua-blue.png');
  background-position: 50% 50%;
  background-size: 55%;
  background-repeat: no-repeat;
}

.div-block-28 {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 250px;
  height: 200px;
  margin-right: 0px;
  margin-bottom: 0px;
  border-radius: 3px;
  background-color: #adbbc1;
  background-image: url('../images/Steam_Iron_ESI10_Buttons_Electrolux_1000x1000.png');
  background-position: 50% 30%;
  background-size: 200%;
}

.f3-icone-div {
  width: 100px;
  height: 100px;
  margin-bottom: 10px;
  border-style: solid;
  border-width: 3px;
  border-color: #fff;
  border-radius: 150px;
  background-color: #031a44;
  background-image: url('../images/fashion.png');
  background-position: 50% 50%;
  background-size: 65%;
  background-repeat: no-repeat;
}

.f3-icone-div.f3-icones-3 {
  background-image: url('../images/dome-light.png');
  background-position: 50% 70%;
  background-size: 70%;
}

.feature-secondaria {
  background-color: #000d36;
}

.text-span-22 {
  font-family: 'Electroluxsans 4', sans-serif;
}

.div-block-29 {
  width: 200px;
  height: 200px;
  border-radius: 3px;
  background-color: #031a44;
  background-image: url('../images/Steam_Iron_ESI10_Buttons_Electrolux_1000x1000.png');
  background-position: 25% 60%;
  background-size: 275%;
  background-repeat: no-repeat;
}

.tab-link-tab-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 150px;
  background-color: #f1f1f1;
  font-family: 'Font awesome 5 free solid 900', sans-serif;
  color: #031a44;
  line-height: 30px;
}

.tab-link-tab-4.w--current {
  background-color: #031a44;
  color: #f1f1f1;
}

.text-span-23 {
  font-family: 'Electroluxsans 5', sans-serif;
}

.text-span-24 {
  font-family: 'Electroluxsans 5', sans-serif;
}

.text-span-25 {
  font-family: 'Electroluxsans 5', sans-serif;
}

.text-span-26 {
  font-family: 'Electroluxsans 5', sans-serif;
}

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

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

  .image {
    width: 200px;
  }

  .heading {
    font-size: 45px;
    line-height: 50px;
  }

  .text-block {
    font-size: 35px;
    line-height: 40px;
  }

  .paragraph {
    width: 70%;
    font-size: 30px;
    line-height: 35px;
  }

  .columns {
    width: 90%;
  }

  .link-block {
    width: 125px;
    height: 125px;
  }

  .link {
    font-size: 20px;
    line-height: 25px;
  }

  .feature-principal {
    padding-top: 80px;
  }

  .image-2 {
    width: 400px;
  }

  .heading-2 {
    font-size: 40px;
    line-height: 50px;
  }

  .heading-3 {
    font-size: 50px;
    line-height: 55px;
  }

  .div-block-10 {
    padding-left: 0px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .heading-4 {
    font-size: 40px;
    line-height: 50px;
  }

  .columns-2 {
    height: 700px;
  }

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

  .heading-5 {
    font-size: 40px;
    line-height: 50px;
  }

  .columns-3 {
    height: 700px;
  }

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

  .heading-6 {
    font-size: 40px;
    line-height: 50px;
  }

  .banner {
    height: 900px;
  }

  .image-7 {
    width: 100px;
  }

  .image-8 {
    width: 150px;
  }

  .div-block-19 {
    height: 650px;
  }

  .div-block-21 {
    background-repeat: repeat;
  }

  .heading-7 {
    font-size: 40px;
    line-height: 50px;
  }

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

  .heading-8 {
    width: 40%;
    height: auto;
    font-size: 45px;
    line-height: 55px;
  }

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

  .text-block-5 {
    font-size: 20px;
    line-height: 25px;
  }

  .columns-4 {
    height: 700px;
  }

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

  .paragraph-7 {
    margin-bottom: 60px;
  }

  .heading-10 {
    font-size: 40px;
    line-height: 45px;
  }

  .div-block-28 {
    width: 275px;
  }
}

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

  .div-block-2 {
    width: 55%;
    padding-right: 20px;
    padding-left: 40px;
  }

  .image {
    width: 150px;
  }

  .div-logo {
    padding-top: 20px;
    padding-left: 40px;
  }

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

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

  .div-block-4 {
    width: 45%;
    background-position: 70% 50%;
    background-size: cover;
  }

  .paragraph {
    width: 95%;
    padding-right: 60px;
    padding-left: 60px;
    font-size: 20px;
    line-height: 25px;
  }

  .columns {
    width: 100%;
  }

  .feature-principal {
    padding-top: 40px;
  }

  .feature-1 {
    padding-right: 80px;
  }

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

  .image-2 {
    width: 250px;
  }

  .div-block-8 {
    width: 100%;
    padding-right: 20px;
    padding-left: 90px;
  }

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

  .paragraph-2 {
    font-size: 20px;
    line-height: 25px;
  }

  .heading-3 {
    margin-bottom: 20px;
    padding-right: 60px;
    padding-left: 60px;
    font-size: 35px;
  }

  .feature-2 {
    padding-top: 40px;
    padding-left: 40px;
  }

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

  .image-4 {
    width: 90px;
  }

  .div-block-12 {
    margin-bottom: 0px;
    padding: 20px;
  }

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

  .paragraph-3 {
    font-size: 20px;
    line-height: 25px;
  }

  .columns-2 {
    height: 450px;
  }

  .column-4 {
    background-position: 75% 50%;
  }

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

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

  .paragraph-4 {
    font-size: 20px;
    line-height: 25px;
  }

  .image-5 {
    width: 90px;
  }

  .column-7 {
    background-size: 200%;
  }

  .columns-3 {
    height: 500px;
  }

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

  .image-6 {
    width: 90px;
  }

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

  .paragraph-5 {
    font-size: 20px;
    line-height: 25px;
  }

  .banner {
    height: 500px;
    min-height: 100px;
  }

  .div-block-17 {
    padding-right: 40px;
    padding-bottom: 80px;
    padding-left: 40px;
  }

  .div-block-19 {
    height: 450px;
  }

  .div-block-19.tab-2-bg {
    background-position: 0% 100%;
  }

  .div-block-19.tab-3-bg {
    background-position: 50% 50%;
    background-size: 150%;
  }

  .tabs-menu {
    padding-right: 20px;
  }

  .div-block-21 {
    width: 100%;
    padding: 20px 20px 20px 30px;
  }

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

  .image-9 {
    width: 90px;
  }

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

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

  .heading-8 {
    width: 45%;
    font-size: 30px;
    line-height: 35px;
  }

  .div-block-23 {
    padding: 40px;
  }

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

  .tabela-embalagem {
    width: 90%;
  }

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

  .text-block-5 {
    font-size: 13px;
    line-height: 20px;
  }

  .tabela-tecnicas {
    width: 90%;
  }

  .columns-4 {
    height: 450px;
  }

  .column-9 {
    background-position: 50% 50%;
    background-size: cover;
  }

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

  .paragraph-7 {
    font-size: 20px;
    line-height: 25px;
  }

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

  .div-block-27 {
    width: 90px;
    height: 90px;
  }

  .div-block-28 {
    width: 90px;
    height: 90px;
  }

  .div-block-29 {
    width: 150px;
    height: 150px;
  }
}

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

  .div-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .div-block-2 {
    width: 100%;
    padding-right: 40px;
    padding-left: 40px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .image {
    width: 150px;
  }

  .div-logo {
    position: static;
    margin-bottom: 20px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .heading {
    width: 85%;
    text-align: center;
  }

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

  .div-block-4 {
    width: 100%;
    height: 350px;
    max-height: 600px;
    min-height: 150px;
    background-position: 70% 65%;
  }

  .paragraph {
    width: 90%;
    padding-right: 20px;
    padding-left: 20px;
  }

  .columns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 90%;
    -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-1 {
    padding-right: 40px;
  }

  .div-block-6 {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .div-block-7 {
    margin-left: -80px;
  }

  .image-2 {
    width: 250px;
  }

  .div-block-8 {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 100px;
  }

  .heading-2 {
    line-height: 40px;
  }

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

  .feature-2 {
    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-10 {
    height: 100%;
    margin-top: 20px;
    padding-left: 20px;
  }

  .div-block-11 {
    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-12 {
    width: 90%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

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

  .columns-2 {
    height: auto;
    max-height: none;
    min-height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .column-4 {
    height: 450px;
    max-height: 600px;
    min-height: 200px;
  }

  .column-5 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-top-width: 0px;
  }

  .div-block-13 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

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

  .column-6 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .column-7 {
    height: 400px;
    max-height: 600px;
    min-height: 150px;
    background-size: 150%;
  }

  .columns-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    max-height: none;
    min-height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-14 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

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

  .banner {
    height: 350px;
  }

  .especificacoes {
    background-image: none;
  }

  .image-8 {
    width: 100px;
  }

  .div-block-17 {
    padding-top: 40px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .div-block-18 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .div-block-19 {
    width: 95%;
    height: 400px;
  }

  .div-block-19.tab-2-bg {
    width: 95%;
    height: 400px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    background-position: 0% 75%;
  }

  .div-block-19.tab-3-bg {
    width: 95%;
    height: 400px;
    background-size: 100%;
  }

  .div-block-20 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 90%;
    margin-bottom: -25px;
    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;
  }

  .tabs-content {
    margin-top: 30px;
  }

  .div-block-21 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

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

  .div-block-22 {
    padding: 20px;
  }

  .heading-8 {
    width: 50%;
    margin-bottom: 40px;
    font-size: 25px;
    line-height: 30px;
  }

  .div-block-23 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .div-block-24 {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }

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

  .tabela-embalagem {
    width: 75%;
  }

  .tabela-tecnicas {
    width: 75%;
  }

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

  .columns-4 {
    height: auto;
    min-height: auto;
  }

  .column-8 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .column-9 {
    height: 500px;
    min-height: 100%;
  }

  .div-block-26 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    padding-right: 50px;
    padding-bottom: 50px;
    padding-left: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .paragraph-7 {
    margin-bottom: 0px;
  }

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

  .div-block-28 {
    position: relative;
    width: 100%;
    height: 300px;
    background-color: #031a44;
    background-position: 50% 30%;
    background-size: 135%;
  }

  .f3-icone-div {
    width: 90px;
    height: 90px;
  }

  .div-block-29 {
    width: 150px;
    height: 150px;
  }
}

@media screen and (max-width: 479px) {
  .div-block {
    -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-2 {
    height: auto;
    padding: 30px 20px;
  }

  .image {
    width: 125px;
  }

  .heading {
    width: 100%;
    font-size: 25px;
    line-height: 30px;
  }

  .text-block {
    font-size: 20px;
    line-height: 25px;
  }

  .div-block-4 {
    height: 250px;
    min-height: 150px;
  }

  .paragraph {
    margin-bottom: 40px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 18px;
  }

  .columns {
    width: 100%;
  }

  .link-block {
    width: 75px;
    height: 75px;
  }

  .link {
    font-size: 12px;
  }

  .feature-1 {
    padding-right: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .div-block-6 {
    width: 100%;
    margin-bottom: -40px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .div-block-7 {
    width: 100%;
    margin-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .image-2 {
    width: 200px;
  }

  .div-block-8 {
    width: 90%;
    padding-top: 50px;
    padding-left: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

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

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

  .heading-3 {
    margin-bottom: 20px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 25px;
    line-height: 30px;
  }

  .feature-2 {
    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-10 {
    margin-top: 10px;
  }

  .div-block-11 {
    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-12 {
    width: 90%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

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

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

  .column-4 {
    height: 300px;
    max-height: 600px;
    background-position: 70% 50%;
  }

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

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

  .paragraph-4 {
    font-size: 15px;
    line-height: 20px;
  }

  .column-7 {
    height: 300px;
    background-size: 175%;
  }

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

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

  .paragraph-5 {
    font-size: 15px;
    line-height: 20px;
  }

  .feature-quaternaria {
    background-position: 0% 50%;
  }

  .banner {
    height: 305px;
    background-color: #031a44;
    background-size: 100%;
    background-repeat: no-repeat;
  }

  .especificacoes {
    background-image: none;
  }

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

  .image-7 {
    width: 80px;
  }

  .div-block-16 {
    margin-top: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .image-8 {
    width: 100px;
  }

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

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

  .div-block-19 {
    height: 300px;
    background-position: 25% 60%;
    background-size: 250%;
  }

  .div-block-19.tab-2-bg {
    height: 300px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background-position: 5% 75%;
    background-size: 190%;
  }

  .div-block-19.tab-3-bg {
    height: 300px;
    background-position: 100% 0%;
    background-size: 105%;
  }

  .div-block-19.tab-3-bg.tab-4-bg {
    background-size: 100%;
  }

  .div-block-20 {
    width: 100%;
    margin-bottom: -10px;
  }

  .tabs-menu {
    padding-right: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .div-block-21 {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }

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

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

  .paragraph-6.fq-tab-4-text {
    margin-bottom: 10px;
    font-size: 15px;
  }

  .div-block-22 {
    padding: 0px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .heading-8 {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 20px;
    background-color: #031a44;
    font-family: 'Electroluxsans 4', sans-serif;
    color: #f1f1f1;
    font-size: 20px;
    line-height: 25px;
    text-align: center;
  }

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

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

  .tabela-embalagem {
    width: 100%;
  }

  .tabela-tecnicas {
    width: 100%;
  }

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

  .column-9 {
    height: 325px;
    background-position: 100% 50%;
  }

  .div-block-26 {
    padding-right: 30px;
    padding-bottom: 40px;
    padding-left: 30px;
  }

  .paragraph-7 {
    font-size: 15px;
    line-height: 20px;
  }

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

  .div-block-28 {
    width: 100%;
    height: 200px;
    margin-bottom: 0px;
    background-size: 150%;
  }

  .div-block-29 {
    width: 100px;
    height: 100px;
  }
}

@font-face {
  font-family: 'Electroluxsans 1';
  src: url('../fonts/ElectroluxSans_1_Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Electroluxsans 2';
  src: url('../fonts/ElectroluxSans_2_Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Electroluxsans 3';
  src: url('../fonts/ElectroluxSans_3_Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Electroluxsans 4';
  src: url('../fonts/ElectroluxSans_4_Semibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Electroluxsans 5';
  src: url('../fonts/ElectroluxSans_5_Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Electroluxsans 5';
  src: url('../fonts/ElectroluxSans_Oblique_5_Bold.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Electroluxsans 1';
  src: url('../fonts/ElectroluxSans_Oblique_1_Thin.otf') format('opentype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Electroluxsans 3';
  src: url('../fonts/ElectroluxSans_Oblique_3_Regular.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Electroluxsans 2';
  src: url('../fonts/ElectroluxSans_Oblique_2_Light.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Electroluxsans 4';
  src: url('../fonts/ElectroluxSans_Oblique_4_Semibold.otf') format('opentype');
  font-weight: 600;
  font-style: italic;
  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;
}