:root {
  --white: white;
  --blue-elux: #041e50;
  --blue-mid: #7b8a9c;
  --silk-tint: #d8d5de;
  --silk-light: #b2abbb;
  --silk-mid: #797488;
  --blue-light: #adb9c3;
  --blue-tint: #dfe7ea;
  --silk-rich: #2b2936;
  --off-white: #cfcfcf;
  --font-family: "Electrolux Sans", sans-serif;
}

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

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

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

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

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

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

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

.body {
  background-color: var(--white);
  color: var(--blue-elux);
  font-family: Electrolux Sans, sans-serif;
  font-size: 15px;
  font-weight: 100;
}

.header {
  width: 100%;
  height: 700px;
  background-image: url('../images/Water_Purifier_PE12G_Power_Jet_Electrolux_Portuguese.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  padding: 0;
  display: flex;
  overflow: hidden;
}

.div-block {
  width: 475px;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

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

.container {
  width: 100%;
  max-width: 950px;
  opacity: .95;
  color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.div-block-3 {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--blue-elux);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 35px 35px 25px;
  display: flex;
}

.div-block-4 {
  width: 100%;
  background-color: var(--blue-mid);
  padding: 20px 35px;
}

.heading {
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 41px;
  font-weight: 600;
  line-height: 45px;
}

.paragraph {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 29px;
  font-weight: 300;
  line-height: 36px;
}

.image {
  width: 255px;
}

.text-block {
  font-size: 23px;
  font-weight: 100;
  line-height: 25px;
}

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

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

.section {
  width: 100%;
  overflow: hidden;
}

.section-2 {
  width: 100%;
  height: 725px;
  background-color: var(--blue-elux);
  background-image: linear-gradient(to bottom, var(--blue-mid) 70%, var(--blue-elux) 70%);
  color: var(--white);
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.div-block-5 {
  width: 45%;
  height: 100%;
  background-image: url('../images/Water_Purifier_PE12G_Front_Power_Jet_Electrolux_Portuguese.png');
  background-position: 5% 20%;
  background-repeat: no-repeat;
  background-size: 415px;
}

.div-block-6 {
  width: 55%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 30px 50px 115px 75px;
  font-weight: 400;
  display: flex;
}

.heading-2 {
  clear: left;
  color: var(--blue-elux);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 60px;
  font-weight: 600;
  line-height: 65px;
}

.paragraph-2 {
  width: 75%;
  margin-bottom: 0;
  font-size: 27px;
  line-height: 37px;
}

.paragraph-2.paragraph-2-2 {
  margin-bottom: 6px;
}

.text-block-2 {
  font-size: 75px;
  font-weight: 700;
  line-height: 80px;
}

.div-block-7 {
  width: 85%;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: row;
  align-items: flex-end;
  margin-top: -2px;
  margin-left: -10px;
  display: flex;
}

.section-3 {
  width: 100%;
  height: 725px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--silk-tint);
  background-image: url('../images/filtro-aqua-pure.png'), linear-gradient(to bottom, var(--white) 55%, var(--silk-tint) 55%);
  background-position: 30% 100%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 650px, auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  overflow: hidden;
}

.container-2 {
  width: 80%;
  max-width: 950px;
  margin-left: 0;
}

.section-4 {
  width: 100%;
  height: 700px;
  background-image: url('../images/Water_Purifier_PE12G_Kitchen_Electrolux_Portuguese.jpg');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.div-block-8 {
  width: 100%;
  height: 100%;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 35px 115px 40px 60px;
  display: flex;
}

.div-block-8.div-block-8-2 {
  justify-content: flex-end;
  padding-left: 115px;
  padding-right: 40px;
}

.div-block-8.div-block-8-1 {
  padding-left: 50px;
  padding-right: 100px;
}

.div-block-8.div-block-8-4 {
  justify-content: flex-start;
  padding: 25px 45px 40px 70px;
}

.div-block-8.div-block-8-3 {
  padding-top: 40px;
  padding-right: 60px;
}

.image-2 {
  width: 68px;
  color: var(--blue-elux);
}

.image-2.image-2-3 {
  width: 55px;
  position: relative;
  bottom: 15px;
}

.heading-3 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 2px;
  font-size: 40px;
  font-weight: 400;
  line-height: 45px;
}

.container-3 {
  width: 75%;
  max-width: 950px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: auto;
  margin-left: 0;
  display: flex;
}

.div-block-9 {
  width: 100%;
  height: 100%;
  background-color: var(--silk-tint);
}

.div-block-9.div-block-9-2 {
  background-color: var(--silk-light);
}

.div-block-9.div-block-9-3 {
  background-color: var(--silk-mid);
}

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

.container-4 {
  width: 65%;
  max-width: 950px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  margin-left: auto;
  margin-right: 0;
  font-weight: 400;
  display: flex;
  position: relative;
}

.container-4.container-4-2 {
  width: 80%;
  align-items: flex-start;
  bottom: 20px;
  left: auto;
  right: auto;
}

.container-4.container-4-3 {
  width: 85%;
  height: 110px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: row;
  align-items: flex-end;
  bottom: 140px;
  left: 55px;
}

.container-4.container-4-4 {
  width: 80%;
  align-items: flex-start;
  bottom: 20px;
  left: 25px;
  right: auto;
}

.container-4.container-4-1 {
  width: 75%;
}

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

.heading-4 {
  text-transform: uppercase;
  margin-top: 8px;
  margin-bottom: 5px;
  font-size: 27px;
  line-height: 32px;
}

.heading-4.heading-4-3 {
  width: auto;
  margin-top: 0;
  line-height: 30px;
}

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

.text-block-3 {
  margin-top: 5px;
  font-size: 13px;
  font-weight: 300;
  line-height: 18px;
}

.text-block-3.text-block-3-2 {
  text-transform: uppercase;
  font-weight: 400;
}

.div-block-10 {
  width: 90%;
  margin-left: 15px;
}

.list {
  margin-bottom: 5px;
  padding-left: 15px;
  line-height: 22px;
}

.div-block-11 {
  width: 45%;
  position: relative;
  bottom: 65px;
  left: 55px;
}

.heading-5 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 40px;
  font-weight: 600;
  line-height: 45px;
}

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

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

.container-5 {
  width: 100%;
  max-width: 950px;
  font-weight: 400;
}

.div-block-12 {
  width: 0%;
  background-image: url('../images/Water_Purifier_PE12V_Kitchen_Electrolux_Portuguese.jpg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
}

.section-5 {
  width: 100%;
  overflow: hidden;
}

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

.tabs-menu {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.tabs-content {
  width: 100%;
}

.div-block-13 {
  width: 100%;
  height: 675px;
  background-image: linear-gradient(to bottom, var(--blue-elux) 50%, var(--blue-light) 50%);
  color: var(--white);
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-13.div-block-13-2 {
  flex-direction: row-reverse;
}

.section-6 {
  width: 100%;
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  padding: 60px;
  display: flex;
  overflow: hidden;
}

.background-video {
  z-index: 2;
  width: 100%;
  height: 600px;
}

.container-6 {
  width: 100%;
  max-width: 1250px;
  margin-left: 0;
  padding-right: 0;
}

.section-7 {
  width: 100%;
  height: 700px;
  background-color: var(--blue-tint);
  justify-content: center;
  align-items: center;
  padding-right: 20px;
  display: flex;
  overflow: hidden;
}

.div-block-14 {
  width: 40%;
  height: 100%;
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 125px 45px 100px;
  font-weight: 300;
  display: flex;
}

.div-block-14.div-block-14-2 {
  justify-content: flex-start;
  padding-top: 75px;
  padding-bottom: 75px;
}

.div-block-14.div-block-14-3 {
  width: 45%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.div-block-15 {
  width: 60%;
  height: 100%;
  background-image: url('../images/Water_Purifier_PE12G_Versatility_Electrolux_Portuguese.gif');
  background-position: 5% 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.div-block-15.div-block-15-2 {
  background-image: url('../images/Water_Purifier_PE12G_Panel_Electrolux_Portuguese.png');
  background-position: 0 100%;
  background-size: 735px;
}

.div-block-15.div-block-15-3 {
  width: 55%;
  background-image: url('../images/Water_Purifier_PE12G_Detail_Electrolux_Portuguese.png');
  background-position: 50% 100%;
}

.container-7 {
  width: 100%;
  max-width: 950px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: var(--blue-elux);
  flex-direction: column;
  align-items: flex-start;
  margin-top: auto;
  margin-left: 0;
  font-weight: 400;
  display: flex;
}

.container-8 {
  width: 100%;
  max-width: 950px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: 0;
  display: flex;
}

.image-3 {
  width: 90px;
  position: relative;
  top: auto;
}

.image-3.image-3-2 {
  width: 95px;
  top: auto;
}

.heading-6 {
  width: 55%;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 45px;
  font-weight: 600;
  line-height: 47px;
}

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

.div-block-16 {
  width: 100%;
  grid-column-gap: 20px;
  grid-row-gap: 0px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 15px;
  margin-left: 0;
  display: flex;
}

.paragraph-5 {
  align-items: center;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 400;
  line-height: 35px;
  display: block;
}

.text-span-3 {
  font-size: 55px;
  font-weight: 700;
  line-height: 55px;
}

.background-video-2 {
  z-index: 5;
  width: 100%;
  height: 245px;
}

.heading-7 {
  margin-top: 0;
  margin-bottom: 25px;
  margin-left: 20px;
  font-size: 30px;
  font-weight: 600;
  line-height: 35px;
}

.div-block-17 {
  width: 45%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 35px 15px 60px 60px;
  display: flex;
}

.div-block-18 {
  width: 55%;
  height: 100%;
  background-image: url('../images/WaterPurifier_PE12G_Specs_Electrolux_1000x1000.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.heading-8 {
  width: 80%;
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 40px;
  font-weight: 600;
  line-height: 45px;
}

.tabela {
  width: 90%;
  height: auto;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

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

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

.image-6 {
  width: 25px;
}

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

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

.text-block-9 {
  justify-content: center;
  display: flex;
}

.footer {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--blue-elux);
  color: var(--white);
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
  padding: 50px 45px 45px 40px;
  display: flex;
}

.image-7 {
  width: 225px;
  margin-top: -10px;
  margin-right: 15px;
}

.slider {
  width: 100%;
  height: 100%;
  background-color: rgba(221, 221, 221, 0);
  display: none;
}

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

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

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

.slide {
  background-image: url('../images/WaterPurifier_PE12V_Specs_Electrolux_1000x1000_2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-2 {
  background-image: url('../images/WaterPurifier_PE12V_Specs_Electrolux_1000x1000.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-3 {
  background-image: url('../images/WaterPurifier_PE12V_Specs_Electrolux_1000x1000_3.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.container-9 {
  width: 100%;
  max-width: 1550px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: row;
  align-items: flex-start;
  margin-left: 0;
  margin-right: 0;
  padding-right: 100px;
  display: flex;
}

.text-block-10 {
  font-size: 11px;
  font-weight: 300;
  line-height: 15px;
}

.tab-link-tab-1 {
  background-color: var(--blue-tint);
  color: var(--silk-rich);
  text-align: center;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  padding: 15px 20px;
  font-weight: 600;
  display: flex;
}

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

.tab-link-tab-1.w--current {
  background-color: var(--silk-tint);
  font-weight: 700;
}

.text-link {
  font-size: 16px;
}

.tab-link-tab-2 {
  border-right: 1px solid var(--silk-light);
  border-left: 1px solid var(--silk-light);
  background-color: var(--blue-tint);
  color: var(--silk-rich);
  text-align: center;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  padding: 15px 20px;
  font-weight: 600;
  display: flex;
}

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

.tab-link-tab-2.w--current {
  background-color: var(--silk-tint);
  font-weight: 700;
}

.tab-link-tab-3 {
  background-color: var(--blue-tint);
  text-align: center;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  padding: 15px 20px;
  font-weight: 600;
  display: flex;
}

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

.tab-link-tab-3.w--current {
  background-color: var(--silk-tint);
  font-weight: 700;
}

.div-block-19 {
  width: 0%;
  position: absolute;
}

.slide-nav {
  display: none;
}

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

  .paragraph-2 {
    width: 70%;
  }

  .section-3 {
    height: 735px;
  }

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

  .div-block-8.div-block-8-1 {
    padding-right: 125px;
  }

  .div-block-8.div-block-8-4 {
    padding-bottom: 20px;
    padding-left: 50px;
    padding-right: 50px;
  }

  .div-block-8.div-block-8-3 {
    padding-right: 100px;
  }

  .image-2.image-2-3 {
    width: 52px;
  }

  .container-3 {
    width: 70%;
  }

  .container-4.container-4-3 {
    width: 80%;
    bottom: 110px;
    left: 55px;
  }

  .container-4.container-4-4 {
    width: 75%;
    top: 5px;
    bottom: auto;
    left: auto;
  }

  .section-6 {
    padding: 75px 100px;
  }

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

  .footer {
    padding: 55px 50px 50px;
  }

  .image-7 {
    width: 230px;
    margin-right: 25px;
  }

  .container-9 {
    padding-right: 105px;
  }
}

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

  .div-block-5 {
    background-size: 425px;
  }

  .div-block-6 {
    padding-bottom: 135px;
  }

  .paragraph-2 {
    width: 60%;
  }

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

  .section-4 {
    height: 800px;
  }

  .div-block-8.div-block-8-2 {
    padding-left: 40px;
    padding-right: 60px;
  }

  .div-block-8.div-block-8-1 {
    padding-right: 150px;
  }

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

  .div-block-8.div-block-8-3 {
    padding-right: 110px;
  }

  .container-3 {
    width: 65%;
  }

  .container-4.container-4-3 {
    width: 70%;
    bottom: 110px;
    left: 35px;
  }

  .container-4.container-4-4 {
    width: 75%;
    right: 20px;
  }

  .div-block-13 {
    height: 725px;
  }

  .background-video {
    height: 650px;
  }

  .container-6 {
    padding-right: 0;
  }

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

  .div-block-15.div-block-15-2 {
    background-size: 835px;
  }

  .image-3.image-3-2 {
    width: 82px;
  }

  .heading-6.heading-6-1 {
    margin-bottom: 15px;
  }

  .background-video-2 {
    height: 275px;
  }

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

  .heading-8, .tabela {
    width: 75%;
  }

  .footer {
    padding-top: 50px;
  }
}

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

  .div-block {
    width: 650px;
  }

  .div-block-3 {
    padding: 55px 55px 45px;
  }

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

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

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

  .image {
    width: 300px;
  }

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

  .section-2 {
    height: 950px;
  }

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

  .div-block-6 {
    padding-bottom: 150px;
    padding-left: 115px;
  }

  .heading-2 {
    font-size: 75px;
    line-height: 80px;
  }

  .paragraph-2 {
    width: 65%;
    font-size: 40px;
    line-height: 45px;
  }

  .paragraph-2.paragraph-2-2 {
    margin-bottom: 10px;
  }

  .text-block-2 {
    font-size: 95px;
    line-height: 105px;
  }

  .div-block-7 {
    margin-top: 0;
  }

  .section-3 {
    height: 950px;
    background-size: 900px, auto;
  }

  .section-4 {
    height: 975px;
  }

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

  .div-block-8.div-block-8-1 {
    padding-bottom: 100px;
    padding-right: 200px;
  }

  .div-block-8.div-block-8-4 {
    padding-right: 60px;
  }

  .image-2 {
    width: 95px;
  }

  .image-2.image-2-3 {
    width: 65px;
  }

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

  .container-3 {
    width: 55%;
  }

  .container-4.container-4-2 {
    width: 75%;
    bottom: 65px;
    right: 25px;
  }

  .container-4.container-4-3 {
    width: 65%;
    height: 125px;
    bottom: 175px;
    left: 0;
  }

  .container-4.container-4-4 {
    top: auto;
    bottom: 40px;
  }

  .paragraph-3 {
    font-size: 22px;
    line-height: 30px;
  }

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

  .heading-4.heading-4-3 {
    width: 75%;
    font-size: 30px;
    line-height: 40px;
  }

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

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

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

  .div-block-11 {
    bottom: 125px;
    left: 85px;
  }

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

  .heading-5.heading-5-2 {
    font-size: 60px;
    line-height: 70px;
  }

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

  .div-block-13 {
    height: 950px;
  }

  .section-6 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .background-video {
    height: 900px;
  }

  .container-6 {
    max-width: 2250px;
    padding-right: 0;
  }

  .section-7 {
    height: 950px;
    padding-right: 40px;
  }

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

  .div-block-14.div-block-14-2 {
    padding-top: 75px;
    padding-right: 100px;
  }

  .div-block-15.div-block-15-2 {
    background-size: 975px;
  }

  .image-3 {
    width: 110px;
  }

  .image-3.image-3-2 {
    width: 100px;
  }

  .heading-6 {
    width: 45%;
    font-size: 55px;
    line-height: 65px;
  }

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

  .text-span-3 {
    font-size: 75px;
    line-height: 75px;
  }

  .background-video-2 {
    height: 375px;
  }

  .heading-7 {
    margin-bottom: 30px;
    margin-left: 40px;
    font-size: 40px;
    line-height: 50px;
  }

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

  .heading-8 {
    width: 75%;
    margin-bottom: 40px;
    font-size: 55px;
    line-height: 65px;
  }

  .tabela {
    width: 75%;
  }

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

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

  .image-6 {
    width: 30px;
    font-size: 20px;
  }

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

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

  .footer {
    padding: 65px 75px;
  }

  .image-7 {
    width: 300px;
    margin-right: 40px;
  }

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

  .container-9 {
    max-width: 1750px;
    padding-right: 125px;
  }

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

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

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

  .div-block {
    width: 370px;
  }

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

  .paragraph {
    margin-top: 15px;
    font-size: 30px;
    line-height: 35px;
  }

  .div-block-5 {
    background-position: 50% 20%;
  }

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

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

  .paragraph-2 {
    width: 100%;
    font-size: 25px;
    line-height: 32px;
  }

  .div-block-7 {
    width: 100%;
    flex-direction: row;
    margin-left: 0;
  }

  .container-2 {
    width: 100%;
  }

  .section-4 {
    height: 600px;
  }

  .div-block-8.div-block-8-2 {
    justify-content: flex-start;
    padding-top: 0;
    padding-left: 40px;
    padding-right: 0;
  }

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

  .div-block-8.div-block-8-4 {
    padding: 0;
  }

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

  .container-3 {
    width: 100%;
  }

  .container-4.container-4-2 {
    width: 100%;
    background-color: var(--blue-mid);
    opacity: .95;
    padding: 20px;
    bottom: auto;
  }

  .container-4.container-4-3 {
    width: 100%;
    bottom: 115px;
    left: 20px;
  }

  .container-4.container-4-4 {
    width: 100%;
    background-color: var(--blue-mid);
    opacity: .9;
    padding: 20px;
    bottom: auto;
    left: auto;
  }

  .container-4.container-4-1 {
    width: 100%;
    top: 20px;
    bottom: auto;
  }

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

  .div-block-11 {
    bottom: 75px;
  }

  .div-block-13 {
    height: auto;
    background-image: none;
    flex-direction: column;
  }

  .div-block-13.div-block-13-2 {
    flex-direction: column-reverse;
  }

  .section-6 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .background-video {
    height: 365px;
  }

  .container-6 {
    background-color: var(--blue-elux);
    padding: 40px 60px;
  }

  .container-6.container-6-2 {
    background-color: rgba(4, 30, 80, 0);
    padding: 0;
  }

  .section-7 {
    height: auto;
    flex-direction: column;
    padding-right: 0;
  }

  .div-block-14 {
    width: 100%;
    height: auto;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding: 0;
  }

  .div-block-14.div-block-14-2 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .div-block-14.div-block-14-3 {
    width: 100%;
  }

  .div-block-15 {
    width: 100%;
    height: 700px;
  }

  .div-block-15.div-block-15-2 {
    background-color: var(--blue-mid);
    background-size: 750px;
  }

  .div-block-15.div-block-15-3 {
    width: 100%;
    background-color: var(--blue-mid);
  }

  .container-7 {
    background-color: var(--blue-tint);
    margin-top: 0;
    padding: 40px 60px;
  }

  .container-7.container-7-2 {
    padding: 30px 0 0;
  }

  .container-8 {
    background-color: var(--blue-elux);
    padding: 40px 60px;
  }

  .image-3.image-3-2 {
    width: 85px;
  }

  .heading-6.heading-6-1 {
    width: auto;
  }

  .background-video-2 {
    z-index: 10;
    height: 350px;
  }

  .heading-7 {
    margin-bottom: 40px;
    margin-left: 40px;
  }

  .div-block-17 {
    width: 100%;
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-right: 60px;
  }

  .div-block-18 {
    width: 100%;
    height: 650px;
  }

  .tabela {
    width: 80%;
  }

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

  .container-9 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
  }
}

@media screen and (max-width: 767px) {
  .header {
    height: auto;
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    flex-direction: column;
  }

  .div-block {
    width: 100%;
  }

  .div-block-2 {
    width: 100%;
    height: 400px;
    background-image: url('../images/Water_Purifier_PE12G_Power_Jet_Electrolux_Portuguese.jpg');
    background-position: 25% 100%;
  }

  .container {
    opacity: 1;
  }

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

  .image {
    width: 235px;
  }

  .section-2 {
    height: auto;
    flex-direction: column;
    align-items: flex-start;
  }

  .div-block-5 {
    width: 100%;
    height: 650px;
    background-position: 50% 20%;
    background-size: 375px;
  }

  .div-block-6 {
    width: 100%;
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-right: 40px;
  }

  .section-3 {
    height: auto;
    background-color: var(--white);
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    flex-direction: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .div-block-8.div-block-8-2 {
    padding-bottom: 0;
    padding-left: 0;
  }

  .div-block-8.div-block-8-1 {
    order: -1;
    justify-content: center;
    align-items: center;
    padding: 40px 0 10px;
  }

  .div-block-8.div-block-8-3 {
    justify-content: center;
    padding: 0;
  }

  .image-2.image-2-3 {
    bottom: 20px;
  }

  .container-3 {
    width: 65%;
    margin-bottom: 0;
    margin-right: 0;
  }

  .container-4.container-4-2 {
    opacity: 1;
    padding: 40px;
  }

  .container-4.container-4-3 {
    height: auto;
    margin-left: 0;
    padding: 40px;
    bottom: auto;
    left: auto;
  }

  .container-4.container-4-4 {
    opacity: 1;
    padding: 40px;
  }

  .container-4.container-4-1 {
    align-items: flex-start;
    padding: 20px 40px;
  }

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

  .div-block-11 {
    width: 65%;
    bottom: 85px;
    left: 85px;
  }

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

  .background-video {
    height: 300px;
  }

  .div-block-15 {
    height: 500px;
  }

  .div-block-15.div-block-15-2 {
    background-size: 550px;
  }

  .image-3.image-3-2 {
    width: 75px;
  }

  .heading-6 {
    width: 100%;
  }

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

  .background-video-2 {
    height: 250px;
  }

  .heading-7 {
    margin-bottom: 30px;
  }

  .div-block-17 {
    padding-bottom: 0;
  }

  .div-block-18 {
    height: 550px;
  }

  .tabela {
    width: 85%;
  }

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

  .footer {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-direction: column;
    padding-bottom: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .link-trade {
    width: 115px;
    margin-bottom: 0;
    position: static;
  }

  .container-9 {
    padding-right: 0;
  }

  .div-block-19 {
    width: 100%;
    height: 600px;
    background-image: url('../images/Water_Purifier_PE12A_Filter_Electrolux_Portuguese.png');
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: contain;
    order: -1;
    margin-bottom: 20px;
    padding-bottom: 0;
    position: static;
  }
}

@media screen and (max-width: 479px) {
  .div-block-2 {
    height: 285px;
  }

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

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

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

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

  .image {
    width: 200px;
  }

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

  .text-span {
    font-size: 30px;
    line-height: 25px;
  }

  .div-block-5 {
    height: 455px;
    background-position: 40% 20%;
    background-size: 265px;
  }

  .div-block-6 {
    padding: 30px;
  }

  .heading-2 {
    margin-bottom: 10px;
    font-size: 33px;
    line-height: 40px;
  }

  .paragraph-2 {
    width: 90%;
    font-size: 19px;
    line-height: 25px;
  }

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

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

  .div-block-7 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    margin-top: 3px;
    margin-left: -5px;
  }

  .container-2 {
    width: 100%;
  }

  .section-4 {
    height: auto;
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    flex-direction: column-reverse;
  }

  .div-block-8.div-block-8-1 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-top: 30px;
  }

  .image-2 {
    width: 65px;
  }

  .image-2.image-2-3 {
    width: 48px;
    bottom: 10px;
  }

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

  .container-3 {
    width: 85%;
  }

  .container-4.container-4-2 {
    background-color: var(--blue-mid);
    padding: 30px;
  }

  .container-4.container-4-3 {
    padding: 25px 30px;
  }

  .container-4.container-4-4 {
    padding: 30px;
  }

  .container-4.container-4-1 {
    padding: 20px 30px;
  }

  .paragraph-3 {
    font-size: 14px;
    line-height: 19px;
  }

  .heading-4 {
    margin-bottom: 8px;
    font-size: 22px;
    line-height: 29px;
  }

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

  .text-block-3 {
    color: var(--white);
    font-size: 10px;
    line-height: 16px;
  }

  .text-block-3.text-block-3-2 {
    color: var(--blue-elux);
  }

  .div-block-10 {
    width: 80%;
    margin-left: 10px;
  }

  .list {
    font-size: 14px;
    line-height: 20px;
  }

  .div-block-11 {
    width: 100%;
    background-color: var(--blue-light);
    opacity: .95;
    color: var(--blue-elux);
    margin-top: -60px;
    padding: 25px;
    top: auto;
    bottom: auto;
    left: auto;
  }

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

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

  .heading-5.heading-5-2.heading-5-2-2 {
    margin-bottom: 15px;
  }

  .paragraph-4 {
    font-size: 17px;
    line-height: 23px;
  }

  .div-block-12 {
    width: 100%;
    height: 350px;
    background-image: url('../images/Water_Purifier_PE12G_Kitchen_Electrolux_Portuguese.jpg');
    background-position: 0 100%;
  }

  .section-6 {
    padding: 30px 10px;
  }

  .background-video {
    height: 175px;
  }

  .container-6 {
    padding: 30px;
  }

  .div-block-15 {
    height: 300px;
  }

  .div-block-15.div-block-15-2 {
    background-size: 310px;
  }

  .container-7 {
    padding: 30px;
  }

  .container-7.container-7-2 {
    padding-top: 25px;
  }

  .container-8 {
    padding: 30px;
  }

  .image-3 {
    width: 70px;
  }

  .image-3.image-3-2 {
    width: 65px;
  }

  .heading-6 {
    width: 100%;
    font-size: 27px;
    line-height: 34px;
  }

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

  .div-block-16 {
    grid-column-gap: 12px;
  }

  .paragraph-5 {
    font-size: 22px;
    line-height: 30px;
  }

  .text-span-3 {
    font-size: 35px;
    line-height: 26px;
  }

  .background-video-2 {
    height: 135px;
  }

  .heading-7 {
    margin-bottom: 25px;
    margin-left: 30px;
    font-size: 25px;
    line-height: 30px;
  }

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

  .div-block-18 {
    height: 350px;
  }

  .heading-8 {
    margin-bottom: 15px;
    font-size: 25px;
    line-height: 30px;
  }

  .tabela {
    width: 100%;
  }

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

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

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

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

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

  .image-7 {
    width: 200px;
  }

  .link-trade {
    width: 105px;
  }

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

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

  .text-link {
    font-size: 11px;
    line-height: 15px;
  }

  .tab-link-tab-2, .tab-link-tab-3 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .div-block-19 {
    height: 325px;
    margin-bottom: 10px;
  }
}

#w-node-fff88d87-4211-367c-216b-9972ef5e9d97-19697e6e, #w-node-a6202d5c-646e-b2cc-99e5-58d9f02bcaba-19697e6e, #w-node-a470e899-3bb9-7a9b-87c0-ee9eff39282d-19697e6e, #w-node-e796f412-74f5-941c-dddd-8b72852bdf0c-19697e6e, #w-node-c7fcf454-a341-0cbd-a70f-a499305f3ded-19697e6e, #w-node-_039126bb-0030-7a98-7137-a029e2ae7561-19697e6e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_039126bb-0030-7a98-7137-a029e2ae7575-19697e6e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (min-width: 1920px) {
  #w-node-fff88d87-4211-367c-216b-9972ef5e9d97-19697e6e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@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_Oblique_4_Semibold.otf') format('opentype'), url('../fonts/ElectroluxSans_Oblique_4_Semibold.otf') format('opentype');
  font-weight: 600;
  font-style: italic;
  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_1_Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  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_5_Bold.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  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_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_1_Thin.otf') format('opentype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}