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

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

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

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

@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);
  font-family: var(--electrolux-sans);
  color: var(--electrolux-blue);
  font-weight: 300;
}

.header {
  background-image: url('../images/Refrigerator_ERQU40E3HWS_Kitchen_Electrolux.jpg');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 725px;
  min-height: 700px;
  max-height: 735px;
  display: flex;
  overflow: hidden;
}

.div-block {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 455px;
  min-width: 400px;
  max-width: 500px;
  padding-top: 35px;
  padding-bottom: 35px;
  padding-left: 35px;
  display: flex;
}

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

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

.div-block-3 {
  background-color: var(--electrolux-blue);
  opacity: .95;
  color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 30px 30px 25px;
  display: flex;
}

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

.heading {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 600;
  line-height: 33px;
}

.paragraph {
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 36px;
}

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

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

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

.image {
  width: 250px;
  margin-bottom: 15px;
  display: block;
}

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

.section-2 {
  background-color: var(--blue-tint);
  color: var(--electrolux-blue);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 675px;
  min-height: 655px;
  max-height: 725px;
  display: flex;
  overflow: hidden;
}

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

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

.heading-2 {
  color: var(--electrolux-blue);
  text-transform: none;
  margin-top: 5px;
  margin-bottom: 15px;
  font-size: 55px;
  font-weight: 600;
  line-height: 60px;
}

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

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

.image-2 {
  width: 135px;
  margin-bottom: 0;
  margin-left: -5px;
}

.text-span {
  background-color: var(--electrolux-blue);
  color: var(--blue-tint);
  padding-left: 8px;
  padding-right: 8px;
  font-weight: 700;
}

.section-3 {
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  background-image: linear-gradient(to bottom, var(--electrolux-blue) 55%, var(--blue-light) 55%);
  color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: auto;
  max-height: none;
  padding: 50px 100px 85px;
  display: flex;
  overflow: hidden;
}

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

.container-3 {
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

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

.div-block-8 {
  background-image: url('../images/Refrigerator_Replace_Inverter_Electrolux_Spanish_CUT.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 3px;
  width: 100%;
  height: 400px;
  min-height: 375px;
  max-height: 500px;
}

.image-3 {
  width: 105px;
}

.heading-3 {
  color: var(--silk-tint);
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 50px;
  font-weight: 600;
  line-height: 55px;
}

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

.paragraph-3.paragraph-3-2 {
  margin-top: 15px;
  margin-bottom: 0;
}

.text-span-2 {
  background-color: var(--blue-light);
  color: var(--electrolux-blue);
  padding-left: 8px;
  padding-right: 8px;
  font-weight: 700;
}

.section-4 {
  background-color: var(--electrolux-blue);
  color: var(--white);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 655px;
  min-height: 625px;
  max-height: 725px;
  display: flex;
  overflow: hidden;
}

.div-block-9 {
  background-image: url('../images/Refrigerator_ERQU40E3HWS_SuperFresh_Electrolux_1000x1000.png');
  background-position: 50% 75%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: flex-start;
  width: 60%;
  height: 100%;
  padding: 40px;
  display: flex;
}

.div-block-10 {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 40%;
  height: 100%;
  padding: 50px 0;
  display: flex;
}

.heading-4 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 50px;
  font-weight: 600;
  line-height: 53px;
}

.div-block-11 {
  flex-direction: column-reverse;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
  position: relative;
  top: 70px;
  right: 60px;
}

.link-block {
  z-index: 5;
  border: 2px solid var(--blue-tint);
  background-color: var(--electrolux-blue);
  opacity: .95;
  color: var(--blue-tint);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  font-size: 40px;
  font-weight: 600;
  line-height: 40px;
  text-decoration: none;
  display: flex;
  position: relative;
  bottom: 20px;
  left: 20px;
}

.link-block:hover {
  color: var(--white);
}

.div-block-12 {
  border: 2px solid var(--white);
  background-color: var(--blue-light);
  opacity: .9;
  color: var(--white);
  width: 325px;
  min-width: 300px;
  max-width: 400px;
  padding: 20px 25px;
  font-weight: 600;
}

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

.text-span-3 {
  color: var(--electrolux-blue);
  font-weight: 700;
}

.section-5 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--blue-light);
  background-image: linear-gradient(to bottom, var(--blue-mid) 70%, var(--electrolux-blue) 70%);
  color: var(--electrolux-blue);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 685px;
  min-height: 650px;
  max-height: 725px;
  display: flex;
  overflow: hidden;
}

.div-block-13 {
  color: var(--white);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 40%;
  height: 100%;
  padding: 100px 0 40px;
  font-weight: 300;
  display: flex;
}

.div-block-14 {
  background-image: url('../images/Refrigerator_ERQU40E3HWS_Opened_Full_Electrolux.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 750px;
  width: 60%;
  height: 100%;
}

.heading-5 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 50px;
  font-weight: 600;
  line-height: 55px;
}

.container-4 {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: auto;
  margin-left: 0;
  display: flex;
}

.container-5 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-left: 0;
  padding-left: 45px;
  padding-right: 20px;
  display: flex;
}

.container-5.container-5-2 {
  padding-right: 45px;
}

.div-block-15 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  background-color: var(--silk-tint);
  color: var(--electrolux-blue);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 15px 20px 15px 25px;
  display: flex;
}

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

.div-block-16 {
  background-color: var(--blue-mid);
  color: var(--blue-tint);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 15px 20px;
  display: flex;
}

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

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

.text-block-5 {
  font-size: 15px;
  font-weight: 400;
}

.section-6 {
  background-color: var(--silk-tint);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 655px;
  min-height: 600px;
  max-height: 725px;
  display: flex;
  overflow: hidden;
}

.div-block-17 {
  background-image: url('../images/Refrigerator_ERQU40E3HWS_Opened_Full_Electrolux_ICE.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 60%;
  height: 100%;
}

.div-block-18 {
  background-image: url('../images/GIF-dispenser-de-agua-gelo.gif');
  background-position: 90% 95%;
  background-repeat: no-repeat;
  background-size: 135px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 40%;
  height: 100%;
  padding: 50px 0 60px;
  display: flex;
}

.container-6 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-left: 0;
  display: flex;
  position: relative;
  right: 45px;
}

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

.div-block-20 {
  background-color: var(--blue-light);
  color: var(--white);
  width: 100%;
  padding: 25px 35px 30px;
  font-weight: 400;
}

.heading-6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 50px;
  font-weight: 600;
  line-height: 55px;
}

.text-block-6 {
  color: var(--blue-tint);
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 700;
  line-height: 35px;
}

.section-7 {
  background-color: var(--blue-light);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 725px;
  min-height: 650px;
  max-height: 735px;
  display: flex;
  overflow: hidden;
}

.image-4 {
  width: 235px;
  margin-top: -15px;
  margin-right: 20px;
}

.container-7 {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1085px;
  margin-left: 0;
  display: flex;
}

.text-block-7 {
  font-size: 12px;
}

.div-block-21 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 45%;
  height: 100%;
  padding: 50px 20px 50px 60px;
  display: flex;
}

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

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

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

.icone-tabela {
  width: 25px;
}

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

.icone-tabela.icone-tabela-3 {
  width: 20px;
}

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

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

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

.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: 2px;
  margin-bottom: 5px;
  padding: 10px 20px;
  font-weight: 300;
  display: flex;
}

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

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

.container-8 {
  background-color: var(--blue-light);
  color: var(--electrolux-blue);
  width: 100%;
  margin-left: 0;
  padding: 20px 45px;
}

@media screen and (min-width: 1280px) {
  .header {
    height: 775px;
    min-height: 725px;
    max-height: 800px;
  }

  .div-block {
    width: 475px;
    padding-bottom: 100px;
    padding-left: 45px;
  }

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

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

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

  .div-block-11 {
    top: 65px;
    right: 35px;
  }

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

  .div-block-14 {
    background-size: 800px;
  }

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

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

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

  .div-block {
    width: 505px;
    max-width: 525px;
    padding-left: 55px;
  }

  .section-2 {
    height: 750px;
    max-height: 800px;
  }

  .div-block-8 {
    height: 525px;
    max-height: 650px;
  }

  .section-4 {
    height: 750px;
    max-height: 850px;
  }

  .div-block-11 {
    top: 105px;
    right: 25px;
  }

  .section-5 {
    height: 750px;
    max-height: 800px;
  }

  .div-block-13 {
    padding-top: 150px;
  }

  .div-block-14 {
    background-size: 900px;
  }

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

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

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

  .section-7 {
    height: 775px;
    max-height: 800px;
  }

  .container-7 {
    max-width: 1250px;
  }

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

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

  .div-block-22 {
    background-size: 750px;
  }

  .tabela {
    width: 75%;
  }
}

@media screen and (min-width: 1920px) {
  .header {
    height: 1150px;
    min-height: 1000px;
    max-height: 1250px;
  }

  .div-block {
    width: 650px;
    max-width: 750px;
    padding-bottom: 150px;
    padding-left: 75px;
  }

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

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

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

  .paragraph {
    margin-bottom: 15px;
    font-size: 40px;
    line-height: 45px;
  }

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

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

  .section-2 {
    height: 975px;
    min-height: 900px;
    max-height: 1000px;
  }

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

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

  .paragraph-2 {
    font-size: 30px;
    line-height: 38px;
  }

  .image-2 {
    width: 155px;
  }

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

  .footer {
    padding: 85px 75px 60px;
  }

  .container-3 {
    max-width: 1550px;
  }

  .div-block-8 {
    width: 85%;
    height: 650px;
    max-height: 850px;
  }

  .image-3 {
    width: 125px;
  }

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

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

  .section-4 {
    height: 850px;
    min-height: 800px;
    max-height: 1000px;
  }

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

  .div-block-11 {
    top: 15px;
    right: auto;
  }

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

  .div-block-12 {
    width: 435px;
    max-width: 450px;
    padding: 25px 35px;
  }

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

  .section-5 {
    height: 950px;
    min-height: 800px;
    max-height: 1050px;
  }

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

  .div-block-14 {
    background-size: 1200px;
  }

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

  .container-5 {
    padding-left: 65px;
    padding-right: 30px;
  }

  .container-5.container-5-2 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .div-block-15 {
    padding: 25px 40px 25px 45px;
  }

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

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

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

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

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

  .section-6 {
    height: 850px;
    min-height: 800px;
    max-height: 1050px;
  }

  .div-block-18 {
    background-size: 175px;
    padding-right: 40px;
  }

  .div-block-19 {
    padding: 25px 45px;
  }

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

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

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

  .section-7 {
    height: 900px;
    min-height: 800px;
    max-height: 1050px;
  }

  .image-4 {
    width: 325px;
  }

  .container-7 {
    max-width: 1600px;
  }

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

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

  .div-block-22 {
    background-size: 850px;
  }

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

  .tabela {
    width: 70%;
  }

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

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

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

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

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

  .container-8 {
    padding: 25px 60px;
  }
}

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

  .div-block {
    width: 430px;
    padding-left: 20px;
  }

  .heading {
    font-size: 29px;
  }

  .section-2 {
    height: 600px;
    min-height: 550px;
  }

  .div-block-5 {
    width: 45%;
    padding-left: 35px;
    padding-right: 35px;
  }

  .div-block-6 {
    width: 55%;
  }

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

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

  .image-2 {
    width: 125px;
  }

  .section-3 {
    padding: 45px 60px 75px;
  }

  .footer {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    padding: 45px 40px 40px;
  }

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

  .div-block-8 {
    height: 285px;
    min-height: 250px;
    max-height: 350px;
  }

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

  .section-4 {
    height: 600px;
    min-height: 500px;
  }

  .div-block-9 {
    width: 55%;
  }

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

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

  .div-block-11 {
    right: 40px;
  }

  .div-block-12 {
    width: 325px;
    min-width: 200px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-5 {
    flex-direction: column;
    height: auto;
    min-height: auto;
    max-height: none;
  }

  .div-block-13 {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
    width: 100%;
    height: auto;
    padding-top: 50px;
    padding-bottom: 0;
  }

  .div-block-14 {
    width: 100%;
    height: 675px;
    min-height: 600px;
    max-height: 700px;
  }

  .container-4 {
    margin-top: 0;
    margin-bottom: -85px;
    position: relative;
  }

  .container-5 {
    max-width: 800px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .container-5.container-5-2 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .div-block-16 {
    background-color: var(--electrolux-blue);
  }

  .div-block-18 {
    background-size: 100px;
    padding-bottom: 100px;
  }

  .container-6 {
    width: 335px;
  }

  .image-4 {
    margin-top: 0;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .container-7 {
    flex-direction: column;
  }

  .text-block-7 {
    line-height: 18px;
  }

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

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

  .tabela {
    width: 100%;
  }

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

  .container-8 {
    padding-left: 30px;
    padding-right: 30px;
  }
}

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

  .div-block {
    width: 100%;
    min-width: auto;
    max-width: none;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .div-block-2 {
    width: 100%;
    height: 500px;
    min-height: 400px;
    max-height: 550px;
  }

  .div-block-3 {
    opacity: 1;
    padding: 45px 40px 35px;
  }

  .div-block-4 {
    opacity: 1;
    padding-top: 30px;
    padding-left: 40px;
    padding-right: 40px;
  }

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

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

  .image {
    width: 275px;
    margin-bottom: 20px;
  }

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

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

  .div-block-6 {
    width: 100%;
    height: 500px;
    min-height: 400px;
    max-height: 550px;
  }

  .paragraph-2 {
    width: auto;
    max-width: none;
    margin-left: 0;
    position: relative;
  }

  .paragraph-2.paragraph-2-1 {
    margin-left: -105px;
  }

  .section-3 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    padding: 40px 40px 65px;
  }

  .footer {
    padding-top: 50px;
  }

  .div-block-7 {
    width: auto;
    margin-left: 15px;
  }

  .div-block-8 {
    height: 235px;
    min-height: 200px;
  }

  .image-3 {
    width: 100px;
  }

  .heading-3 {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 45px;
    line-height: 47px;
    position: relative;
    top: 5px;
  }

  .paragraph-3.paragraph-3-2 {
    margin-top: 10px;
  }

  .section-4 {
    flex-direction: column-reverse;
    height: auto;
    min-height: auto;
    max-height: none;
  }

  .div-block-9 {
    width: 100%;
    height: 475px;
    min-height: 400px;
    max-height: 500px;
    padding: 20px;
  }

  .div-block-10 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    width: 100%;
    height: auto;
    padding-bottom: 40px;
  }

  .div-block-11 {
    top: 5px;
    bottom: auto;
    right: 30px;
  }

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

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

  .div-block-14 {
    background-position: 43% 0;
    background-size: 625px;
    height: 500px;
    min-height: 400px;
    max-height: 600px;
  }

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

  .container-5, .container-5.container-5-2 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .div-block-15, .div-block-16 {
    opacity: .95;
  }

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

  .div-block-17 {
    background-image: url('../images/GIF-dispenser-de-agua-gelo.gif'), url('../images/Refrigerator_ERQU40E3HWS_Opened_Full_Electrolux_ICE.png');
    background-position: 5% 25%, 50% 100%;
    background-repeat: no-repeat, no-repeat;
    background-size: 135px, cover;
    width: 100%;
    height: 550px;
    min-height: 500px;
    max-height: 600px;
  }

  .div-block-18 {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    height: auto;
    padding: 55px 40px 0;
  }

  .container-6 {
    width: 95%;
    margin-bottom: -85px;
    margin-right: 0;
    right: auto;
  }

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

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

  .section-7 {
    flex-direction: column;
    height: auto;
    min-height: auto;
    max-height: none;
  }

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

  .container-7 {
    flex-direction: column;
  }

  .div-block-21 {
    align-items: center;
    width: 100%;
    height: auto;
    padding-top: 40px;
    padding-bottom: 0;
    padding-left: 20px;
  }

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

  .tabela {
    width: 65%;
  }

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

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

  .container-8 {
    padding-left: 40px;
    padding-right: 40px;
  }
}

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

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

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

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

  .paragraph {
    margin-bottom: 8px;
    font-size: 23px;
    line-height: 28px;
  }

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

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

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

  .div-block-6 {
    height: 350px;
    min-height: 300px;
    max-height: 400px;
  }

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

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

  .paragraph-2.paragraph-2-1 {
    margin-left: -80px;
  }

  .paragraph-2.paragraph-2-2 {
    font-size: 16px;
    line-height: 21px;
  }

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

  .image-2 {
    width: 105px;
  }

  .section-3 {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
    background-image: linear-gradient(to bottom, var(--electrolux-blue) 60%, var(--blue-light) 60%);
    padding: 35px 10px 45px;
  }

  .footer {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    padding: 45px 25px 40px 30px;
  }

  .container-3.container-3-1 {
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .div-block-8 {
    height: 150px;
    min-height: 100px;
  }

  .image-3 {
    width: 80px;
  }

  .heading-3 {
    margin-bottom: 15px;
    font-size: 34px;
    line-height: 38px;
    top: 6px;
  }

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

  .div-block-9 {
    height: 350px;
    min-height: 300px;
    max-height: 400px;
  }

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

  .heading-4 {
    color: var(--blue-mid);
    font-size: 35px;
    line-height: 40px;
  }

  .div-block-11 {
    top: 10px;
    bottom: auto;
    right: 20px;
  }

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

  .div-block-12 {
    width: 265px;
    max-width: 300px;
    padding: 15px;
  }

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

  .div-block-13 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-top: 35px;
  }

  .div-block-14 {
    background-position: 45% 0;
    background-size: 355px;
    height: 325px;
    min-height: 300px;
    max-height: 400px;
  }

  .heading-5 {
    font-size: 27px;
    line-height: 32px;
  }

  .container-4 {
    width: 280px;
    margin-right: 0;
  }

  .container-5 {
    margin-right: 0;
    padding-left: 30px;
    padding-right: 30px;
  }

  .container-5.container-5-2 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .div-block-15 {
    grid-column-gap: 3px;
    grid-row-gap: 3px;
    padding: 10px 10px 10px 20px;
  }

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

  .div-block-16 {
    height: 95px;
    padding: 10px 15px;
  }

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

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

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

  .div-block-17 {
    background-position: 10% 25%, 50% 100%;
    background-size: 110px, cover;
    height: 400px;
    min-height: 300px;
    max-height: 450px;
  }

  .div-block-18 {
    padding-top: 40px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .container-6 {
    width: 100%;
    margin-bottom: -65px;
  }

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

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

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

  .text-block-6 {
    margin-bottom: 8px;
    font-size: 22px;
    line-height: 26px;
  }

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

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

  .div-block-21 {
    padding-top: 25px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .div-block-22 {
    background-size: 425px;
    height: 475px;
    min-height: 400px;
  }

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

  .tabela {
    width: 100%;
  }

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

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

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

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

  .container-8 {
    background-color: var(--blue-tint);
    padding: 15px 30px;
  }
}

#w-node-ece50022-78ca-65b1-bde0-b01e9137ebe3-dcc43ff7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ece50022-78ca-65b1-bde0-b01e9137ebf7-dcc43ff7 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}


@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_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_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_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_4_Semibold.otf') format('opentype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}