:root {
  --blue-light: #adbac3;
  --white: white;
  --electrolux-sans: "Electrolux Sans", Arial, sans-serif;
  --electrolux-blue: #041e4f;
  --blue-tint: #dfe7ea;
  --off-white: #f5f5f5;
  --blue-mid: #7b8a9d;
  --silk-tint: #d8d5de;
  --silk-mid: #797488;
  --silk-light: #b2abbb;
  --silk-rich: #2b2936;
  --black: #000;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.header {
  background-color: var(--blue-light);
  background-image: url('../images/Vacuum_Cleaner_STK14B_FloorNozzle_Electrolux.jpg');
  background-position: 100% 65%;
  background-repeat: no-repeat;
  background-size: 1500px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 700px;
  min-height: 500px;
  max-height: 725px;
  display: flex;
  overflow: hidden;
}

.video {
  background-color: #FFFFFF;
  max-height: 950px;
}

.video iframe {
  max-width: 100%;
  width: 100%;
  max-height: 950px;
}

.ratio {
  position: relative;
  width: 100%;
}

.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}

.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ratio-1x1 {
  --bs-aspect-ratio: 100%;
}

.ratio-4x3 {
  --bs-aspect-ratio: 75%;
}

.ratio-16x9 {
  --bs-aspect-ratio: 56.25%;
}

.ratio-21x9 {
  --bs-aspect-ratio: 42.8571428571%;
}

.body {
  background-color: var(--white);
  font-family: var(--electrolux-sans);
  color: var(--electrolux-blue);
  font-weight: 300;
}

.image {
  width: 225px;
  margin-bottom: 15px;
}

.div-block {
  width: 435px;
  min-width: 400px;
  max-width: 550px;
  padding: 50px 0 0 50px;
  position: relative;
  bottom: auto;
}

.container {
  opacity: .95;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-left: 0;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.div-block-2 {
  background-image: url('../images/7896347177566_8.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 0%;
}

.div-block-3 {
  background-color: var(--white);
  color: var(--electrolux-blue);
  width: 100%;
  padding: 35px 30px 20px;
}

.div-block-4 {
  background-color: var(--electrolux-blue);
  color: var(--white);
  width: 100%;
  padding: 25px 30px 30px;
}

.heading-1 {
  color: var(--blue-tint);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 400;
  line-height: 42px;
}

.heading-1.heading-2 {
  color: var(--white);
  margin-top: 5px;
  font-size: 35px;
  line-height: 41px;
}

.paragraph {
  font-size: 22px;
  font-weight: 400;
  line-height: 28px;
}

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

.bold-text-1 {
  font-weight: 600;
}

.section {
  background-image: linear-gradient(180deg, var(--off-white) 95%, var(--blue-mid) 95%);
  width: 100%;
  padding: 60px 0 0;
  overflow: hidden;
}

.div-block-5 {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: -75px;
  display: flex;
  position: relative;
}

.container-2 {
  background-color: var(--electrolux-blue);
  opacity: .98;
  color: var(--white);
  justify-content: center;
  align-items: center;
  width: 750px;
  min-width: 300px;
  padding: 35px;
  display: flex;
}

.heading-3 {
  text-align: center;
  margin: 0;
  font-size: 30px;
  font-weight: 400;
  line-height: 36px;
}

.grid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  width: 100%;
  height: 600px;
  min-height: 400px;
  max-height: 725px;
}

.div-block-6 {
  background-image: url('../images/Vacuum_Cleaner_STK14B_2-in-1CombinationTool_Electrolux.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.div-block-6.div-block-6-2 {
  background-image: url('../images/Vacuum_Cleaner_STK14B_FloorNozzle_Electrolux.jpg');
}

.section-2 {
  background-color: var(--blue-mid);
  color: var(--blue-light);
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 500px;
  min-height: 350px;
  max-height: 650px;
  font-weight: 400;
  display: flex;
  overflow: hidden;
}

.div-block-7 {
  justify-content: flex-start;
  align-items: center;
  width: 35%;
  height: 100%;
  padding: 50px 0 50px 55px;
  display: flex;
}

.div-block-7.div-block-7-2 {
  justify-content: flex-start;
  align-items: center;
  width: 45%;
  padding: 60px 60px 60px 40px;
}

.div-block-7.div-block-7-3 {
  justify-content: flex-start;
  align-items: flex-start;
  width: 30%;
  padding: 75px 0 60px 60px;
}

.container-3 {
  background-color: var(--electrolux-blue);
  opacity: .98;
  color: var(--silk-tint);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 950px;
  min-width: 500px;
  max-width: 1500px;
  margin-top: -65px;
  padding: 35px;
  display: flex;
  position: relative;
}

.grid-2 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
}

.heading-4 {
  text-align: center;
  margin: 0 auto 25px;
  font-size: 35px;
  font-weight: 400;
  line-height: 40px;
}

.div-block-8 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.text-block-2 {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
}

.div-block-9 {
  border: 2px solid var(--silk-tint);
  background-image: url('../images/60944a26b7b1672ae4cec2f4_img-laminado-p-500.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100%;
  width: 125px;
  height: 125px;
}

.div-block-9.div-block-9-2 {
  background-image: url('../images/60944a26b7b167b72ecec2f3_img-madeira.jpg');
}

.div-block-9.div-block-9-3 {
  background-image: url('../images/60944a26b7b1673b51cec2f5_img-pisofrio.jpg');
  background-size: 650px;
}

.div-block-9.div-block-9-4 {
  background-image: url('../images/60944a26b7b1670502cec2f6_img-tapetes.jpg');
}

.div-block-9.div-block-9-5 {
  background-image: url('../images/60944a26b7b167a05ecec2f7_img-estofados.jpg');
  background-position: 50% 0;
}

.div-block-10 {
  color: var(--white);
  background-image: url('../images/Vacuum_Cleaner_STK14B_Handheld_Electrolux.png');
  background-position: 0 48%;
  background-repeat: no-repeat;
  background-size: 850px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 65%;
  height: 100%;
  display: flex;
}

.div-block-10.div-block-10-2 {
  background-image: url('../images/7896347177566_5.png');
  background-position: 60%;
  background-size: 950px;
  width: 55%;
}

.div-block-10.div-block-10-3 {
  background-image: url('../images/Vacuum_Cleaner_STK15_FloorNozzle180_Electrolux.png');
  background-position: 50% 85%;
  background-size: cover;
  width: 70%;
}

.container-4 {
  color: var(--blue-tint);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  min-width: auto;
  max-width: 950px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: relative;
  left: auto;
}

.container-4.container-4-2 {
  color: var(--electrolux-blue);
  font-weight: 400;
}

.container-4.container-4-2.container-4-3 {
  color: var(--electrolux-blue);
  border-radius: 3px;
  width: 500px;
  min-width: 350px;
  margin-right: 0;
  padding: 0;
  font-weight: 400;
  left: 0;
}

.container-4.container-4-4 {
  color: var(--white);
}

.text-block-3 {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
  line-height: 23px;
}

.paragraph-2 {
  margin-bottom: 0;
  font-size: 25px;
  line-height: 32px;
}

.div-block-11 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: flex-start;
  align-items: center;
  width: 500px;
  min-width: 250px;
  max-width: 550px;
  margin-top: 15px;
  margin-bottom: 20px;
  display: flex;
  position: relative;
  left: auto;
  right: 10px;
}

.div-block-11.div-block-11-2 {
  width: 100%;
  min-width: auto;
  max-width: none;
}

.image-2 {
  width: 95px;
}

.image-2.image-4 {
  width: 90px;
}

.heading-5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 400;
  line-height: 46px;
}

.heading-5.heading-7 {
  margin-bottom: 20px;
  font-size: 50px;
  line-height: 55px;
}

.heading-5.heading-7.heading-7-1 {
  margin-bottom: 10px;
}

.heading-5.heading-7.heading-7-2 {
  font-size: 35px;
  font-weight: 400;
  line-height: 40px;
}

.heading-5.heading-5-2 {
  font-weight: 600;
}

.div-block-12 {
  opacity: .95;
  border-radius: 0;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 320px;
  min-width: 150px;
  max-width: 600px;
  display: flex;
}

.div-block-13 {
  background-color: var(--electrolux-blue);
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  width: 100%;
  padding: 20px 20px 15px 25px;
}

.heading-6 {
  color: var(--blue-tint);
  margin: 0;
  font-size: 22px;
  font-weight: 600;
  line-height: 26px;
}

.div-block-14 {
  background-color: var(--electrolux-blue);
  color: var(--blue-tint);
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  padding: 0 20px 20px 25px;
}

.paragraph-3 {
  margin-bottom: 0;
  font-size: 17px;
  line-height: 21px;
}

.link-block {
  z-index: 5;
  background-color: var(--white);
  opacity: .9;
  color: var(--silk-mid);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  font-size: 35px;
  font-weight: 600;
  line-height: 30px;
  text-decoration: none;
  display: flex;
  position: relative;
  top: auto;
  bottom: 15px;
  right: 15px;
}

.link-block:hover {
  opacity: 1;
  color: var(--electrolux-blue);
}

.div-block-15 {
  flex-flow: column-reverse;
  display: flex;
  position: relative;
  bottom: 40px;
  right: 100px;
}

.div-block-16 {
  border: 3px solid var(--electrolux-blue);
  background-color: var(--blue-light);
  background-image: url('../images/Vacuum_Cleaner_STK14B_Handheld_Electrolux.png'), url('../images/60944a26b7b1670502cec2f6_img-tapetes.jpg');
  background-position: 8% 93%, 50%;
  background-repeat: no-repeat, no-repeat;
  background-size: 850px, 550px;
  border-radius: 100%;
  width: 125px;
  height: 125px;
  margin: -95px -65px 0 0;
  position: absolute;
}

.section-3 {
  background-color: var(--off-white);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 550px;
  min-height: 350px;
  max-height: 700px;
  display: flex;
  overflow: hidden;
}

.section-4 {
  background-color: var(--blue-tint);
  background-image: linear-gradient(180deg, var(--blue-light) 75%, var(--blue-mid) 75%);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 725px;
  min-height: 400px;
  max-height: 725px;
  display: none;
  overflow: hidden;
}

.section-5 {
  width: 100%;
  height: auto;
  min-height: auto;
  max-height: none;
  overflow: hidden;
}

.tabs-menu {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: grid;
}

.tabs, .tabs-content {
  width: 100%;
}

.div-block-17 {
  background-color: var(--electrolux-blue);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 650px;
  min-height: 400px;
  max-height: 725px;
  display: flex;
}

.tab-link-tab-2 {
  border-right: 0px solid var(--silk-light);
  border-left: 1px solid var(--silk-light);
  background-color: var(--silk-tint);
  color: var(--electrolux-blue);
  justify-content: center;
  align-items: center;
  padding: 10px;
  font-weight: 600;
  display: flex;
}

.tab-link-tab-2:hover {
  background-color: var(--silk-light);
  color: var(--blue-tint);
}

.tab-link-tab-2.w--current {
  background-color: var(--silk-light);
  color: var(--white);
  font-weight: 600;
}

.tab-link-tab-3 {
  background-color: var(--silk-tint);
  color: var(--electrolux-blue);
  justify-content: center;
  align-items: center;
  padding: 10px;
  font-weight: 600;
  display: flex;
}

.tab-link-tab-3:hover {
  background-color: var(--silk-light);
  color: var(--blue-tint);
}

.tab-link-tab-3.w--current {
  background-color: var(--silk-light);
  color: var(--white);
}

.div-block-18 {
  background-image: url('../images/Vacuum_Cleaner_STK14B_FloorNozzle180_Electrolux.png'), linear-gradient(#0003, #0003), url('../images/60944a26b7b1673b51cec2f5_img-pisofrio.jpg');
  background-position: 50% 100%, 0 0, 50% 100%;
  background-repeat: no-repeat, repeat, no-repeat;
  background-size: cover, auto, 900px;
  width: 60%;
  height: 100%;
}

.div-block-18.div-block-18-2 {
  background-image: url('../images/Vacuum_Cleaner_STK14B_FloorNozzle_Electrolux-3.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.div-block-18.div-block-18-3 {
  background-image: url('../images/Vacuum_Cleaner_STK14B_FrontView_Electrolux-2.png'), linear-gradient(#0003, #0003), url('../images/60944a26b7b1673b51cec2f5_img-pisofrio.jpg');
  background-position: 50% 35%, 0 0, 50% 100%;
  background-repeat: no-repeat, repeat, no-repeat;
  background-size: 650px, auto, 800px;
}

.div-block-18.div-block-20 {
  background-image: url('../images/Vacuum_Cleaner_STK14B_FrontView_Electrolux.png');
  background-position: 50%;
  background-size: 575px;
  width: 55%;
}

.div-block-18.div-block-18-4 {
  background-image: url('../images/Vacuum_Cleaner_STK14B_FloorNozzle_Electrolux-2.jpg');
  background-position: 15% 55%;
  background-repeat: no-repeat;
  background-size: 1200px;
}

.div-block-19 {
  color: var(--white);
  justify-content: flex-start;
  align-items: center;
  width: 40%;
  height: 100%;
  padding: 60px;
  display: flex;
}

.div-block-19.div-block-21 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 45%;
  padding: 50px;
}

.tab-text-link {
  text-align: center;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 25px;
}

.section-6 {
  background-color: var(--blue-light);
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 600px;
  min-height: 400px;
  max-height: 725px;
  display: flex;
  overflow: hidden;
}

.tab-link-tab-1 {
  background-color: var(--silk-tint);
  color: var(--electrolux-blue);
  justify-content: center;
  align-items: center;
  padding: 10px;
  font-weight: 600;
  display: flex;
}

.tab-link-tab-1:hover {
  background-color: var(--silk-light);
  color: var(--blue-tint);
}

.tab-link-tab-1.w--current {
  background-color: var(--silk-light);
  color: var(--white);
}

.section-7 {
  color: var(--white);
  background-image: linear-gradient(#00000073, #00000073), url('../images/bg-familia.jpg');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 650px;
  min-height: 500px;
  max-height: 725px;
  display: flex;
  overflow: hidden;
}

.footer {
  background-color: var(--electrolux-blue);
  color: var(--white);
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-end;
  padding: 50px;
  display: flex;
  overflow: hidden;
}

.heading-8 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 45px;
  font-weight: 400;
  line-height: 50px;
}

.container-5 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-3 {
  width: 225px;
  margin-right: 25px;
}

.text-block-4 {
  font-size: 13px;
  line-height: 21px;
}

.titulo-tabela {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  background-color: #041e50;
  border-radius: 6px;
  align-items: center;
  width: 100%;
  margin-top: 3px;
  margin-bottom: 5px;
  padding: 10px 20px;
  font-weight: 300;
  display: flex;
}

.medida {
  justify-content: center;
  display: flex;
}

.heading-tabela {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 600;
}

.icone-tabela {
  width: 25px;
}

.icone-tabela.icone-emb {
  width: 24px;
}

.tabela-box {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.esp-tecnicas {
  grid-column-gap: 25px;
  grid-row-gap: 15px;
  background-color: #ffffffbf;
  border-radius: 6px;
  grid-template-rows: auto;
  grid-template-columns: 1.75fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-bottom: 6px;
  padding: 6px 20px;
  font-size: 13px;
  font-weight: 400;
  display: grid;
}

.heading-emb {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.tabela {
  color: var(--electrolux-blue);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 80%;
  min-width: 50%;
  max-width: 90%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.link-trade {
  color: #041e50;
  width: 115px;
  margin-bottom: -15px;
  position: absolute;
  right: 35px;
}

.image-trade {
  max-width: 100%;
}

.slider {
  display: none;
}

.tab-link-tab-4 {
  border-left: 1px solid var(--silk-light);
  background-color: var(--silk-tint);
  color: var(--electrolux-blue);
  font-weight: 600;
}

.tab-link-tab-4:hover {
  background-color: var(--silk-light);
  color: var(--blue-tint);
}

.tab-link-tab-4.w--current {
  background-color: var(--silk-light);
  color: var(--white);
}

@media screen and (min-width: 1280px) {
  .div-block-15 {
    right: 145px;
  }

  .tabela {
    width: 75%;
  }
}

@media screen and (min-width: 1440px) {
  .header {
    background-size: 1700px;
    height: 775px;
    max-height: 825px;
  }

  .section-2 {
    height: 600px;
  }

  .div-block-10 {
    background-size: 825px;
  }

  .div-block-10.div-block-10-2 {
    background-size: 1050px;
  }

  .div-block-15 {
    bottom: 75px;
    right: 200px;
  }

  .div-block-18 {
    background-image: url('../images/Vacuum_Cleaner_STK14B_FloorNozzle180_Electrolux.png'), linear-gradient(#00000040, #00000040), url('../images/60944a26b7b1673b51cec2f5_img-pisofrio.jpg');
    background-size: cover, auto, 1000px;
  }

  .div-block-18.div-block-18-3 {
    background-image: url('../images/Vacuum_Cleaner_STK14B_FrontView_Electrolux-2.png'), linear-gradient(#00000040, #00000040), url('../images/60944a26b7b1673b51cec2f5_img-pisofrio.jpg');
    background-size: 650px, auto, 1200px;
  }

  .div-block-18.div-block-20 {
    background-image: url('../images/Vacuum_Cleaner_STK14B_FrontView_Electrolux.png'), linear-gradient(#0000, #0000), linear-gradient(#0000, #0000);
    background-size: 675px, auto, auto;
  }

  .section-6, .section-7 {
    height: 750px;
    max-height: 850px;
  }

  .tabela {
    width: 75%;
  }
}

@media screen and (min-width: 1920px) {
  .header {
    background-position: 100% 70%;
    background-size: 2250px;
    height: 975px;
    max-height: 1000px;
  }

  .image {
    width: 325px;
  }

  .div-block {
    width: 650px;
    max-width: 700px;
    padding-top: 60px;
    padding-left: 75px;
  }

  .div-block-3 {
    padding: 40px 40px 30px;
  }

  .div-block-4 {
    padding: 35px 40px 40px;
  }

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

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

  .paragraph {
    font-size: 35px;
    line-height: 42px;
  }

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

  .container-2 {
    width: 975px;
    max-width: 1500px;
  }

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

  .grid, .section-2 {
    height: 850px;
    max-height: 1000px;
  }

  .div-block-7 {
    padding-left: 75px;
  }

  .div-block-7.div-block-7-2 {
    padding: 60px;
  }

  .container-3 {
    width: 1200px;
    padding: 45px;
  }

  .heading-4 {
    margin-bottom: 35px;
    font-size: 45px;
    line-height: 50px;
  }

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

  .div-block-9 {
    width: 175px;
    height: 175px;
  }

  .div-block-10 {
    background-size: 1350px;
  }

  .div-block-10.div-block-10-2 {
    background-size: 1500px;
  }

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

  .paragraph-2 {
    font-size: 35px;
    line-height: 45px;
  }

  .div-block-11 {
    width: 600px;
    max-width: 700px;
    margin-top: 20px;
    margin-bottom: 25px;
  }

  .div-block-11.div-block-11-2 {
    margin-top: 20px;
    margin-bottom: 30px;
  }

  .image-2 {
    width: 120px;
  }

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

  .heading-5.heading-7 {
    font-size: 60px;
    line-height: 65px;
  }

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

  .div-block-12 {
    width: 450px;
  }

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

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

  .div-block-14 {
    padding-bottom: 30px;
    padding-left: 35px;
    padding-right: 35px;
  }

  .paragraph-3 {
    font-size: 23px;
    line-height: 28px;
  }

  .link-block {
    width: 35px;
    height: 35px;
    font-size: 45px;
    line-height: 40px;
  }

  .div-block-16 {
    width: 175px;
    height: 175px;
    margin-right: -105px;
  }

  .section-3 {
    height: 850px;
    max-height: 1000px;
  }

  .tabs-menu {
    justify-items: stretch;
  }

  .div-block-17 {
    height: 850px;
    max-height: 1000px;
  }

  .tab-link-tab-2 {
    border-left-width: 2px;
    border-right-width: 2px;
    padding: 15px;
  }

  .tab-link-tab-3 {
    padding: 15px;
  }

  .div-block-18 {
    background-image: url('../images/Vacuum_Cleaner_STK14B_FloorNozzle180_Electrolux.png'), linear-gradient(#00000040, #00000040), url('../images/60944a26b7b1673b51cec2f5_img-pisofrio.jpg');
    background-size: cover, auto, 1700px;
  }

  .div-block-18.div-block-18-3 {
    background-image: url('../images/Vacuum_Cleaner_STK14B_FrontView_Electrolux-2.png'), linear-gradient(#00000040, #00000040), url('../images/60944a26b7b1673b51cec2f5_img-pisofrio.jpg');
    background-size: 950px, auto, 1700px;
  }

  .div-block-18.div-block-20 {
    background-image: url('../images/Vacuum_Cleaner_STK14B_FrontView_Electrolux.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 850px;
  }

  .div-block-18.div-block-18-4 {
    background-size: 1800px;
  }

  .div-block-19 {
    padding-left: 75px;
    padding-right: 75px;
  }

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

  .section-6 {
    height: 900px;
    max-height: 1000px;
  }

  .tab-link-tab-1 {
    padding: 15px;
  }

  .section-7 {
    height: 950px;
    max-height: 1000px;
  }

  .footer {
    padding: 75px;
  }

  .heading-8 {
    font-size: 65px;
    line-height: 75%;
  }

  .image-3 {
    width: 325px;
  }

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

  .titulo-tabela {
    padding-top: 10px;
    padding-bottom: 10px;
  }

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

  .icone-tabela {
    width: 30px;
    font-size: 20px;
  }

  .esp-tecnicas {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 17px;
    line-height: 23px;
  }

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

  .tabela {
    width: 65%;
  }

  .link-trade {
    width: 160px;
    right: 45px;
  }

  .tab-link-tab-4 {
    border-left-width: 2px;
  }
}

@media screen and (max-width: 991px) {
  .header {
    background-position: 50%;
    background-size: 1100px;
  }

  .div-block {
    width: 455px;
    padding: 30px;
  }

  .container-2 {
    width: 650px;
  }

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

  .grid {
    height: 550px;
  }

  .section-2 {
    flex-flow: column;
    height: auto;
    min-height: auto;
    max-height: none;
  }

  .div-block-7 {
    width: 100%;
    height: auto;
    padding-bottom: 0;
    padding-left: 60px;
    padding-right: 60px;
  }

  .div-block-7.div-block-7-2 {
    padding: 30px;
  }

  .container-3 {
    width: 95%;
  }

  .div-block-8 {
    grid-column-gap: 13px;
    grid-row-gap: 13px;
  }

  .text-block-2 {
    font-size: 16px;
    line-height: 23px;
  }

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

  .div-block-10 {
    width: 100%;
    height: 550px;
    min-height: 200px;
    max-height: 600px;
  }

  .div-block-10.div-block-10-2 {
    background-position: 65%;
    background-size: 650px;
  }

  .paragraph-2 {
    font-size: 24px;
    line-height: 31px;
  }

  .div-block-11 {
    width: auto;
    min-width: auto;
    max-width: none;
  }

  .div-block-11.div-block-11-2 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    right: 0;
  }

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

  .heading-5.heading-7.heading-7-2 {
    margin-bottom: 15px;
    font-size: 30px;
    line-height: 35px;
  }

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

  .section-3 {
    height: 500px;
  }

  .tabs-menu {
    grid-template-columns: 1fr 1fr;
  }

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

  .div-block-18.div-block-18-2 {
    background-image: url('../images/Vacuum_Cleaner_STK14B_FloorNozzle_Electrolux-3.jpg'), linear-gradient(#0000, #0000), linear-gradient(#0000, #0000);
    background-size: cover, auto, auto;
  }

  .div-block-18.div-block-18-3 {
    background-image: url('../images/Vacuum_Cleaner_STK14B_FrontView_Electrolux-2.png'), linear-gradient(#00000040, #00000040), url('../images/60944a26b7b1673b51cec2f5_img-pisofrio.jpg');
    background-size: 500px, auto, 800px;
  }

  .div-block-18.div-block-20 {
    background-size: 550px;
  }

  .div-block-18.div-block-18-4 {
    background-position: 25% 55%;
    background-size: 1000px;
  }

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

  .div-block-19.div-block-21 {
    padding: 30px;
  }

  .tab-text-link {
    font-size: 15px;
  }

  .section-7 {
    height: 500px;
    min-height: 300px;
  }

  .footer {
    justify-content: flex-end;
    align-items: flex-end;
  }

  .container-5 {
    margin-left: 0;
  }

  .container-5.container-5-1 {
    margin-left: auto;
  }

  .tabela {
    width: 95%;
  }
}

@media screen and (max-width: 767px) {
  .header {
    background-position: 55%;
    height: 650px;
  }

  .div-block {
    width: 375px;
    min-width: 300px;
    padding: 0;
  }

  .div-block-3 {
    padding-top: 30px;
    padding-bottom: 15px;
  }

  .div-block-4 {
    padding-top: 20px;
  }

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

  .container-2 {
    width: 500px;
    max-width: 1000px;
    padding: 30px;
  }

  .heading-3 {
    line-height: 31px;
  }

  .grid {
    height: 450px;
    min-height: 200px;
  }

  .div-block-7 {
    padding: 40px 50px 0;
  }

  .div-block-7.div-block-7-2 {
    width: 100%;
    padding: 50px 50px 20px;
  }

  .container-3 {
    width: 540px;
    padding: 25px 20px;
  }

  .grid-2 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

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

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

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

  .div-block-10 {
    background-position: 0 55%;
    background-size: 650px;
    height: 400px;
  }

  .div-block-10.div-block-10-2 {
    background-position: 65% 35%;
    background-size: 850px;
    width: 100%;
    height: 450px;
  }

  .paragraph-2 {
    font-size: 22px;
    line-height: 29px;
  }

  .div-block-11.div-block-11-2 {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
  }

  .div-block-15 {
    bottom: 50px;
    right: 30px;
  }

  .section-3, .div-block-17 {
    flex-flow: column-reverse;
    height: auto;
    min-height: auto;
    max-height: none;
  }

  .tab-link-tab-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-18 {
    width: 100%;
    height: 550px;
    min-height: 200px;
    max-height: 600px;
  }

  .div-block-18.div-block-18-3 {
    background-image: url('../images/Vacuum_Cleaner_STK14B_FrontView_Electrolux-2.png'), linear-gradient(#00000040, #00000040), url('../images/60944a26b7b1673b51cec2f5_img-pisofrio.jpg');
    background-size: 600px, auto, 800px;
  }

  .div-block-18.div-block-20 {
    background-image: url('../images/Vacuum_Cleaner_STK14B_FrontView_Electrolux.png'), linear-gradient(#0000, #0000), linear-gradient(#0000, #0000);
    background-size: 475px, auto, auto;
    width: 100%;
    height: 500px;
  }

  .div-block-18.div-block-18-4 {
    background-position: 30%;
    background-size: 1250px;
  }

  .div-block-19 {
    width: 100%;
    height: auto;
    padding: 50px;
  }

  .div-block-19.div-block-21 {
    width: 100%;
    padding-top: 15px;
    padding-bottom: 40px;
  }

  .tab-text-link {
    font-size: 17px;
    line-height: 23px;
  }

  .section-6 {
    flex-flow: column-reverse;
    height: auto;
    min-height: auto;
    max-height: none;
  }

  .tab-link-tab-1 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer {
    padding: 40px 25px 40px 40px;
  }

  .heading-8 {
    font-size: 40px;
  }

  .container-5 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }

  .container-5.container-5-1 {
    width: 75%;
    min-width: 50%;
    max-width: 80%;
  }

  .image-3 {
    margin-bottom: 15px;
  }

  .heading-tabela {
    text-align: left;
    width: 100%;
    margin-bottom: 5px;
  }

  .tabela-box {
    justify-content: center;
    align-items: center;
    padding: 0;
  }

  .tabela {
    width: 75%;
  }

  .link-trade {
    width: 115px;
    margin-bottom: -10px;
    position: relative;
    bottom: auto;
    right: auto;
  }
}

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

  .div-block {
    width: 100%;
    min-width: auto;
    max-width: none;
  }

  .div-block-2 {
    background-image: url('../images/Vacuum_Cleaner_STK14B_FloorNozzle_Electrolux.jpg');
    background-position: 90%;
    width: 100%;
    height: 400px;
    min-height: 300px;
    max-height: 600px;
  }

  .div-block-3 {
    padding-bottom: 15px;
  }

  .div-block-4 {
    padding-bottom: 25px;
  }

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

  .heading-1.heading-2 {
    font-size: 29px;
    line-height: 32px;
  }

  .paragraph {
    font-size: 18px;
    line-height: 26px;
  }

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

  .section {
    padding-top: 0;
  }

  .div-block-5 {
    margin-bottom: 0;
  }

  .container-2 {
    width: 100%;
    min-width: auto;
    max-width: none;
    padding: 25px;
  }

  .heading-3 {
    font-size: 16px;
    line-height: 23px;
  }

  .grid {
    flex-flow: column;
    height: auto;
    min-height: auto;
    max-height: none;
    display: flex;
  }

  .div-block-6 {
    height: 325px;
    min-height: 200px;
    max-height: 500px;
  }

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

  .div-block-7 {
    padding: 30px 30px 0;
  }

  .div-block-7.div-block-7-2 {
    padding: 35px 25px 0;
  }

  .container-3 {
    width: 100%;
    min-width: auto;
    margin-top: 0;
    padding: 25px 0 15px;
  }

  .grid-2 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    place-items: end center;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
  }

  .grid-2.grid-2-desk {
    display: none;
  }

  .grid-2.grid-mobile {
    justify-content: center;
    align-items: flex-start;
    height: 100%;
    padding-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid-2.grid-mobile.grid-mobile-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .heading-4 {
    width: 80%;
    min-width: 70%;
    max-width: 85%;
    margin-bottom: 0;
    font-size: 24px;
    line-height: 31px;
  }

  .div-block-9 {
    width: 85px;
    height: 85px;
  }

  .div-block-10 {
    background-position: 30% 48%;
    background-size: 400px;
    height: 285px;
  }

  .div-block-10.div-block-10-2 {
    background-position: 65%;
    background-size: 500px;
    height: 275px;
  }

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

  .paragraph-2 {
    font-size: 17px;
    line-height: 22px;
  }

  .div-block-11 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    right: 5px;
  }

  .div-block-11.div-block-11-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    right: 5px;
  }

  .image-2 {
    width: 70px;
  }

  .heading-5 {
    font-size: 20px;
    line-height: 29px;
  }

  .heading-5.heading-7 {
    width: 80%;
    min-width: 50%;
    max-width: 85%;
    margin-bottom: 15px;
    font-size: 30px;
    line-height: 36px;
  }

  .heading-5.heading-7.heading-7-1 {
    width: auto;
    min-width: auto;
    max-width: none;
    margin-bottom: 5px;
  }

  .heading-5.heading-7.heading-7-2 {
    width: auto;
    min-width: auto;
    max-width: none;
    font-size: 25px;
  }

  .heading-5.heading-7.heading-7-4 {
    width: auto;
    min-width: auto;
    max-width: none;
  }

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

  .div-block-12 {
    justify-content: flex-end;
    align-items: flex-end;
    width: 265px;
  }

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

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

  .div-block-14 {
    padding: 0 15px 20px 20px;
  }

  .paragraph-3 {
    font-size: 15px;
    line-height: 18px;
  }

  .link-block {
    width: 23px;
    height: 23px;
    font-size: 32px;
    line-height: 28px;
    bottom: 10px;
    right: 10px;
  }

  .div-block-15 {
    display: flex;
    bottom: 60px;
    left: 3px;
    right: auto;
  }

  .div-block-16 {
    background-size: 700px, 550px;
    width: 100px;
    height: 100px;
    margin-top: 0;
    margin-bottom: -70px;
    margin-right: -20px;
  }

  .tabs-menu {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    place-items: stretch stretch;
  }

  .tab-link-tab-2 {
    border-right-width: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .tab-link-tab-3 {
    padding-left: 50px;
    padding-right: 50px;
  }

  .div-block-18 {
    background-image: url('../images/Vacuum_Cleaner_STK14B_FloorNozzle180_Electrolux.png'), linear-gradient(#0003, #0003), url('../images/60944a26b7b1673b51cec2f5_img-pisofrio.jpg');
    background-size: cover, auto, 550px;
    height: 350px;
    min-height: 150px;
  }

  .div-block-18.div-block-18-2 {
    background-image: url('../images/Vacuum_Cleaner_STK14B_FloorNozzle_Electrolux-3.jpg'), linear-gradient(#0000, #0000), linear-gradient(#0000, #0000);
    background-position: 50%, 0 0, 0 0;
    background-size: cover, auto, auto;
  }

  .div-block-18.div-block-18-3 {
    background-image: url('../images/Vacuum_Cleaner_STK14B_FrontView_Electrolux-2.png'), linear-gradient(#0003, #0003), url('../images/60944a26b7b1673b51cec2f5_img-pisofrio.jpg');
    background-size: 375px, auto, 800px;
  }

  .div-block-18.div-block-20 {
    background-image: url('../images/Vacuum_Cleaner_STK14B_FrontView_Electrolux.png'), linear-gradient(#0000, #0000), linear-gradient(#0000, #0000);
    background-size: 325px, auto, auto;
    height: 350px;
  }

  .div-block-18.div-block-18-4 {
    background-position: 33%;
    background-size: 855px;
  }

  .div-block-19 {
    padding: 40px 30px;
  }

  .div-block-19.div-block-21 {
    padding-top: 20px;
    padding-bottom: 35px;
  }

  .tab-text-link {
    font-size: 17px;
    line-height: 22px;
  }

  .tab-link-tab-1 {
    border-bottom: 0px solid var(--silk-light);
    padding-left: 50px;
    padding-right: 50px;
  }

  .section-7 {
    height: 300px;
    min-height: 200px;
    max-height: 400px;
  }

  .footer {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding: 40px 20px 35px 30px;
  }

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

  .image-3 {
    margin-bottom: 15px;
    margin-left: 3px;
  }

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

  .titulo-tabela {
    padding-left: 15px;
    padding-right: 15px;
  }

  .heading-tabela {
    text-align: left;
    margin-bottom: 5px;
    font-size: 18px;
    line-height: 28px;
  }

  .tabela-box {
    padding: 0;
  }

  .esp-tecnicas {
    grid-column-gap: 10px;
    grid-template-columns: 1.5fr .75fr;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 11px;
    line-height: 18px;
  }

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

  .tabela {
    width: 100%;
    max-width: 100%;
  }

  .link-trade {
    width: 105px;
    position: relative;
    right: auto;
  }

  .slider {
    background-color: #ddd0;
    width: 100%;
    height: 205px;
    min-height: 150px;
    max-height: 225px;
    display: flex;
  }

  .right-arrow, .left-arrow {
    display: none;
  }

  .tab-link-tab-4 {
    border-top: 1px solid var(--silk-light);
  }
}

#w-node-_4a4decf2-325a-9adf-2d7d-4eec5c82f5e4-0b30d49e, #w-node-_506efe46-f4e5-76ef-666f-903a43b4a471-0b30d49e, #w-node-aa36987f-d386-c2a6-1f5c-5546de96fac9-0b30d49e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-aa36987f-d386-c2a6-1f5c-5546de96fadd-0b30d49e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}


@font-face {
  font-family: 'Electrolux Sans';
  src: url('../fonts/ElectroluxSans_1_Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Electrolux Sans';
  src: url('../fonts/ElectroluxSans_2_Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Electrolux Sans';
  src: url('../fonts/ElectroluxSans_4_Semibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Electrolux Sans';
  src: url('../fonts/ElectroluxSans_3_Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Electrolux Sans';
  src: url('../fonts/ElectroluxSans_Oblique_3_Regular.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Electrolux Sans';
  src: url('../fonts/ElectroluxSans_5_Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Electrolux Sans';
  src: url('../fonts/ElectroluxSans_Oblique_1_Thin.otf') format('opentype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Electrolux Sans';
  src: url('../fonts/ElectroluxSans_Oblique_5_Bold.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Electrolux Sans';
  src: url('../fonts/ElectroluxSans_Oblique_2_Light.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Electrolux Sans';
  src: url('../fonts/ElectroluxSans_Oblique_4_Semibold.otf') format('opentype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}