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

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

@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-color: var(--blue-tint);
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 700px;
  min-height: 600px;
  max-height: 725px;
  display: flex;
  overflow: hidden;
}

.div-block-1 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 20%;
  height: 100%;
  padding: 35px 0 35px 35px;
  display: flex;
}

.div-block-1.div-block-1-2 {
  color: var(--blue-tint);
  width: 50%;
  padding: 50px;
}

.div-block-1.div-block-1-3 {
  justify-content: center;
  align-items: flex-start;
  width: 45%;
  height: 100%;
  padding: 50px 45px 35px;
}

.div-block-1.div-block-1-3.div-block-1-4 {
  justify-content: flex-start;
  align-items: flex-end;
  width: 25%;
  height: 100%;
  padding: 40px 40px 40px 0;
}

.div-block-1.div-block-1-3.div-block-1-5 {
  justify-content: center;
  align-items: flex-end;
  width: 30%;
  padding-bottom: 50px;
  padding-left: 0;
  padding-right: 40px;
}

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

.div-block-2.div-block-2-2 {
  background-image: url('../images/Organizers_Inside_Versatility_Refrigerator_Electrolux_Portuguese_REV02.jpg');
  background-position: 100% 100%;
  width: 50%;
  height: 100%;
}

.div-block-2.div-block-2-2.div-block-2-3 {
  background-image: url('../images/Organizer_Inside_Environment_Electrolux_Portuguese.jpg');
  background-position: 65% 100%;
  width: 50%;
}

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

.div-block-2.div-block-2-3 {
  background-image: url('../images/Organizer_Inside_Versatility_Drainage_Electrolux_Portuguese.jpg');
  width: 85%;
}

.div-block-2.div-block-2-4 {
  background-image: url('../images/Organizer_Inside_Versatility_Drainage_Electrolux_Portuguese_1.jpg');
  background-position: 100% 100%;
  justify-content: center;
  align-items: center;
  width: 55%;
  min-width: auto;
  max-width: none;
  height: 100%;
  min-height: auto;
  max-height: none;
  display: flex;
}

.div-block-2.div-block-2-4.div-block-2-6 {
  color: var(--electrolux-blue);
  background-image: linear-gradient(#fff0 65%, #00000073), url('../images/Organizers_Inside_Organization_Electrolux_Portuguese.jpg');
  background-position: 0 0, 75% 85%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 1100px;
  justify-content: flex-start;
  align-items: flex-end;
  width: 70%;
  padding: 15px 25px;
}

.div-block-2.div-block-2-5 {
  background-image: url('../images/Organizer_Components_Pega_Electrolux_Portuguese_.jpg');
  background-position: 100% 0;
  width: 75%;
}

.container {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 505px;
  min-width: 400px;
  margin-left: 0;
  display: flex;
  position: relative;
}

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

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

.heading {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 35px;
  font-weight: 400;
  line-height: 38px;
}

.paragraph {
  margin-bottom: 8px;
  font-size: 32px;
  line-height: 36px;
}

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

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

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

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

.heading-2 {
  color: var(--white);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 50px;
  font-weight: 400;
  line-height: 55px;
}

.heading-2.heading-2-2 {
  color: var(--electrolux-blue);
  text-transform: none;
  width: 65%;
  min-width: 40%;
  max-width: 70%;
  margin-bottom: 20px;
  font-size: 50px;
  font-weight: 600;
  line-height: 52px;
}

.heading-2.heading-2-2.heading-2-3 {
  color: var(--blue-tint);
  width: auto;
  min-width: auto;
  max-width: none;
  font-weight: 400;
  line-height: 53px;
}

.heading-2.heading-2-2.heading-2-3.heading-2-4 {
  color: var(--white);
}

.heading-2.heading-2-3 {
  margin-bottom: 20px;
}

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

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

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

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

.container-2.container-2-3 {
  background-color: var(--electrolux-blue);
  opacity: .95;
  color: var(--white);
  border-radius: 3px;
  width: 445px;
  min-width: 200px;
  margin-right: 0;
  padding: 40px;
  position: relative;
}

.container-2.container-2-3.container-2-4 {
  opacity: 1;
  background-color: #041e4f00;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  min-width: auto;
  max-width: none;
  margin-top: auto;
  padding: 0;
  font-weight: 400;
}

.container-2.container-2-3.container-2-4.container-2-5 {
  background-color: var(--blue-mid);
  opacity: .95;
  color: var(--white);
  width: 445px;
  min-width: 400px;
  max-width: 650px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 35px;
}

.container-2.container-2-5 {
  width: 700px;
  min-width: 500px;
  max-width: 1000px;
  margin-left: 0;
  margin-right: auto;
}

.text-block-2 {
  color: var(--blue-light);
  margin-bottom: 10px;
  font-size: 25px;
  font-weight: 400;
  line-height: 35px;
}

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

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

.section-2 {
  background-color: var(--blue-mid);
  color: var(--white);
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 600px;
  min-height: 550px;
  max-height: 725px;
  display: flex;
}

.section-4 {
  background-color: var(--electrolux-blue);
  color: var(--electrolux-blue);
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 700px;
  min-height: 400px;
  max-height: 725px;
  padding: 0;
  display: flex;
  overflow: hidden;
}

.section-4.section-4-2 {
  background-color: var(--electrolux-blue);
  flex-flow: row-reverse;
  height: 675px;
}

.section-3 {
  background-color: var(--silk-tint);
  background-image: url('../images/Organizer_Components_Pega_Electrolux_Portuguese_.jpg'), linear-gradient(#c8cbd0, #dddee1 42%, #d0d1d5 79%, #bbbec3);
  background-position: 0 0, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: contain, auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 700px;
  min-height: 500px;
  max-height: 725px;
  display: flex;
}

.div-block-5 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
  position: relative;
  top: 30px;
  bottom: auto;
  left: 40px;
}

.link-block {
  background-color: var(--electrolux-blue);
  opacity: .9;
  color: var(--silk-tint);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
  text-decoration: none;
  display: flex;
  position: relative;
  top: 20px;
  right: 5px;
}

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

.div-block-6 {
  background-color: var(--electrolux-blue);
  opacity: .9;
  color: var(--white);
  text-align: center;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 220px;
  height: 210px;
  padding: 25px;
  font-size: 15px;
  font-weight: 300;
  line-height: 21px;
  display: flex;
}

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

.section-5 {
  color: var(--white);
  background-image: linear-gradient(0deg, #fff0, #0000004d 90%), url('../images/Organizer_Pack_Environment_Electrolux_Portuguese.jpg');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 735px;
  min-height: 450px;
  max-height: 750px;
  padding: 30px;
  display: flex;
  overflow: hidden;
}

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

.pre-footer {
  width: 100%;
  height: auto;
  min-height: auto;
  max-height: none;
  display: none;
  overflow: hidden;
}

.grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
  height: 265px;
  min-height: 200px;
  max-height: 350px;
}

.div-block-7 {
  background-image: url('../images/tomate-bg-footer.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.div-block-7.div-block-7-4 {
  background-image: url('../images/morango-bg-footer.jpg');
  background-position: 50% 100%;
}

.div-block-7.div-block-7-2 {
  background-image: url('../images/uva-bg-footer.jpg');
  background-position: 35% 100%;
}

.div-block-7.div-block-7-3 {
  background-image: url('../images/cenoura-bg-footer.jpg');
  background-position: 65% 100%;
}

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

.section-6 {
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  background-color: var(--white);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 40px 45px 95px;
  display: flex;
  overflow: hidden;
}

.section-8 {
  background-color: var(--white);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: auto;
  max-height: none;
  display: flex;
  overflow: hidden;
}

.container-3 {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.container-3.container-3-1 {
  width: 100%;
  max-width: 1000px;
}

.heading-3 {
  color: var(--electrolux-blue);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 400;
  line-height: 44px;
}

.heading-3.heading-3-2 {
  width: 80%;
  min-width: 50%;
  max-width: 90%;
}

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

.div-block-8 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-9 {
  background-image: url('../images/P_Organizer_Inside_P_Environment_GIFTBOX_Electrolux_Portuguese.jpg');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 250px;
  min-height: 100px;
  max-height: 300px;
}

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

.div-block-9.div-block-9-3 {
  background-image: url('../images/KIT_Organizer_Inside_Environment_GIFTBOX_Electrolux_Portuguese.jpg');
}

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

.div-block-10 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  background-color: var(--electrolux-blue);
  color: var(--blue-tint);
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 110px;
  min-height: 50px;
  max-height: 150px;
  padding: 25px;
  display: flex;
}

.button {
  border: 2px solid var(--white);
  background-color: var(--blue-light);
  color: var(--electrolux-blue);
  text-transform: uppercase;
  border-radius: 3px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 15px;
  font-weight: 600;
}

.button:hover {
  background-color: var(--blue-mid);
  color: var(--white);
}

.button.button-2 {
  color: var(--white);
  background-color: #fff0;
  font-weight: 400;
}

.button.button-2:hover {
  background-color: var(--white);
  color: var(--electrolux-blue);
  font-weight: 600;
}

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

.div-block-11 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 45%;
  height: 100%;
  padding: 50px 60px 50px 35px;
  display: flex;
}

.div-block-12 {
  background-color: #e6e9f000;
  background-image: url('../images/ORGANIZER_GE_Dimension_Electrolux_Portuguese.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 55%;
  height: 100%;
  padding: 0;
}

.slider {
  background-color: #dfe7ea00;
  width: 100%;
  height: 100%;
}

.slide-nav {
  display: none;
}

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

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

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

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

.heading-4 {
  width: 100%;
  min-width: auto;
  max-width: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 21px;
  font-weight: 600;
  line-height: 25px;
}

.container-4 {
  margin-left: 0;
  margin-right: auto;
}

.left-arrow {
  background-color: var(--electrolux-blue);
  opacity: .65;
  color: var(--silk-tint);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-left: 15px;
  display: flex;
}

.left-arrow:hover {
  opacity: 1;
  color: var(--white);
}

.right-arrow {
  background-color: var(--electrolux-blue);
  opacity: .65;
  color: var(--silk-tint);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-right: 15px;
  display: flex;
}

.right-arrow:hover {
  opacity: 1;
  color: var(--white);
}

.icon {
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
}

.columns {
  width: 100%;
  height: 650px;
  min-height: 500px;
  max-height: 725px;
}

.column {
  background-image: linear-gradient(#2b293699, #fff0), url('../images/KIT_Organizer_Outside_Environment_GIFTBOX_Electrolux_Portuguese.jpg');
  background-position: 0 0, 100% 100%;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  padding: 35px 25px;
  display: flex;
}

.column:hover {
  background-image: linear-gradient(#2b2936, #fff0), url('../images/KIT_Organizer_Outside_Environment_GIFTBOX_Electrolux_Portuguese.jpg');
  background-position: 0 0, 100% 100%;
  background-size: auto, cover;
}

.column-2 {
  background-image: linear-gradient(#2b293699, #fff0), url('../images/KIT_Organizer_BoxHandle_Environment_GIFTBOX_Electrolux_Portuguese.jpg');
  background-position: 0 0, 0 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  padding: 35px 25px;
  display: flex;
}

.column-2:hover {
  background-image: linear-gradient(#2b2936, #fff0), url('../images/KIT_Organizer_BoxHandle_Environment_GIFTBOX_Electrolux_Portuguese.jpg');
  background-position: 0 0, 0 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.heading-5 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 30px;
  font-weight: 400;
  line-height: 34px;
}

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

.heading-6 {
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 600;
  line-height: 48px;
}

.image-2 {
  width: 250px;
}

.div-block-13 {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 40px 60px;
  display: flex;
}

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

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

.tabela {
  grid-column-gap: 8px;
  grid-row-gap: 3px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  width: 95%;
  min-width: 80%;
  max-width: 95%;
  height: auto;
  display: grid;
}

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

.icone-tabela {
  width: 25px;
}

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

.heading-7 {
  text-transform: uppercase;
  width: 135px;
  min-width: 100px;
  max-width: 200px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 300;
  line-height: 19px;
}

.heading-7.heading-7-3 {
  width: auto;
  min-width: auto;
  max-width: none;
  font-size: 18px;
  line-height: 24px;
}

.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: 5px;
  padding: 6px 10px 6px 15px;
  font-size: 13px;
  font-weight: 400;
  display: grid;
}

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

.tabela-box {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

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

.div-block-14 {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 30px 0 5px;
  display: flex;
}

.text-block-5 {
  background-color: var(--electrolux-blue);
  opacity: .95;
  color: var(--blue-tint);
  padding: 10px 15px;
  font-size: 20px;
  font-weight: 300;
  line-height: 25px;
}

.text-block-6 {
  color: var(--blue-tint);
  margin-top: auto;
  font-size: 9px;
  line-height: 12px;
}

.text-block-6.text-block-6-2 {
  color: var(--white);
  line-height: 11px;
}

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

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

.section-9 {
  background-image: url('../images/Organizer_Pack_Environment_Electrolux_Portuguese.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 700px;
  min-height: 500px;
  max-height: 750px;
}

.text-span-2 {
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
}

.div-block-15 {
  background-image: url('../images/KIT_Organizer_Inside_Environment_GIFTBOX_Electrolux_Portuguese_1.jpg');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 225px;
  min-height: 100px;
  max-height: 300px;
}

.div-block-15.div-block-9-3 {
  background-image: url('../images/GC_Organizer_Inside_G_Cestos_Environment_GIFTBOX_Electrolux_Portuguese.jpg');
}

.div-block-15.div-block-9-2 {
  background-image: url('../images/P_Organizer_Inside_P_Environment_GIFTBOX_Electrolux_Portuguese.jpg');
}

.div-block-15.div-block-9-5 {
  background-image: url('../images/M_Organizer_Inside_M_Environment_GIFTBOX_Electrolux_Portuguese.jpg');
}

.div-block-15.div-block-9-4 {
  background-image: url('../images/GG_Organizer_Inside_GG_Environment_GIFTBOX_Electrolux_Portuguese.jpg');
}

.div-block-16 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  color: #dfe7ea;
  text-align: center;
  background-color: #041e4f;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 110px;
  min-height: 50px;
  max-height: 150px;
  padding: 25px 20px;
  display: flex;
}

.div-block-16.div-block-10-1 {
  height: 110px;
  padding: 20px 15px 15px;
}

.container-6 {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.container-6.container-3-1 {
  width: 100%;
  max-width: 1000px;
}

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

.button-2 {
  color: #041e4f;
  text-transform: uppercase;
  background-color: #adbac3;
  border: 2px solid #fff;
  border-radius: 3px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 15px;
  font-weight: 600;
}

.button-2:hover {
  color: #fff;
  background-color: #7b8a9d;
}

.button-2.button-1 {
  margin-top: 0;
}

.text-block-7 {
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
}

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

.section-6-1 {
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  background-color: #fff;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 40px 25px 95px;
  display: flex;
  overflow: hidden;
}

.heading-8 {
  color: #041e4f;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 400;
  line-height: 44px;
}

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

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

  .heading-2.heading-2-2 {
    width: 55%;
  }

  .div-block-5 {
    top: 30px;
    bottom: auto;
    left: 60px;
  }

  .section-5 {
    height: 735px;
    max-height: 750px;
    padding-left: 30px;
    padding-right: 30px;
  }

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

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

  .div-block-11 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-left: 30px;
    padding-right: 45px;
  }

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

  .column-2 {
    padding-left: 40px;
    padding-right: 40px;
  }

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

  .tabela {
    width: 95%;
    max-width: 90%;
  }

  .section-9 {
    height: 725px;
  }

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

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

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

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

  .div-block-1.div-block-1-3 {
    padding-bottom: 40px;
    padding-left: 50px;
    padding-right: 50px;
  }

  .div-block-1.div-block-1-3.div-block-1-5 {
    padding-right: 75px;
  }

  .div-block-2.div-block-2-4 {
    height: 100%;
    max-height: none;
  }

  .div-block-2.div-block-2-4.div-block-2-6 {
    background-size: auto, 1200px;
  }

  .container {
    width: 525px;
  }

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

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

  .section-1, .section-2 {
    height: 775px;
    max-height: 850px;
  }

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

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

  .div-block-5 {
    bottom: auto;
    left: 75px;
  }

  .section-5 {
    height: 825px;
    max-height: 900px;
  }

  .footer {
    padding: 50px 60px;
  }

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

  .section-6 {
    grid-column-gap: 55px;
    grid-row-gap: 55px;
  }

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

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

  .div-block-10 {
    height: 100px;
  }

  .button {
    font-size: 18px;
    line-height: 22px;
  }

  .columns {
    height: 750px;
    max-height: 850px;
  }

  .column {
    padding-left: 30px;
    padding-right: 30px;
  }

  .column-2 {
    padding-left: 65px;
    padding-right: 65px;
  }

  .heading-5 {
    line-height: 36px;
  }

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

  .tabela {
    grid-column-gap: 15px;
    grid-row-gap: 10px;
    width: 80%;
    min-width: 70%;
    max-width: 85%;
  }

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

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

  .heading-7.heading-7-3 {
    line-height: 25px;
  }

  .section-9 {
    height: 800px;
    max-height: 850px;
  }

  .div-block-15 {
    height: 275px;
    max-height: 400px;
  }

  .div-block-16 {
    height: 110px;
  }

  .grid-3 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .button-2 {
    font-size: 18px;
    line-height: 22px;
  }

  .section-6-1 {
    grid-column-gap: 55px;
    grid-row-gap: 55px;
    padding-left: 45px;
    padding-right: 45px;
  }
}

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

  .div-block-1 {
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 75px;
  }

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

  .div-block-1.div-block-1-3 {
    padding: 50px 75px 50px 80px;
  }

  .div-block-1.div-block-1-3.div-block-1-4 {
    padding-top: 65px;
    padding-bottom: 55px;
    padding-right: 60px;
  }

  .div-block-1.div-block-1-3.div-block-1-5 {
    justify-content: center;
    align-items: flex-end;
    padding-right: 60px;
  }

  .div-block-2.div-block-2-4 {
    height: 100%;
    max-height: none;
  }

  .div-block-2.div-block-2-4.div-block-2-6 {
    background-image: linear-gradient(#fff0 65%, #00000073), url('../images/Organizers_Inside_Organization_Electrolux_Portuguese.jpg');
    background-position: 0 0, 80% 80%;
    background-repeat: repeat, no-repeat;
    background-size: auto, 1600px;
    padding: 25px 35px;
  }

  .container {
    width: 775px;
  }

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

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

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

  .paragraph {
    margin-bottom: 20px;
    font-size: 50px;
    line-height: 60px;
  }

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

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

  .section-1 {
    height: 1050px;
    max-height: 1200px;
  }

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

  .heading-2.heading-2-2 {
    width: 60%;
    margin-bottom: 30px;
    font-size: 70px;
    line-height: 75px;
  }

  .heading-2.heading-2-2.heading-2-3 {
    line-height: 75px;
  }

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

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

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

  .container-2.container-2-3 {
    width: 700px;
    padding: 65px;
  }

  .container-2.container-2-3.container-2-4 {
    padding: 0;
  }

  .container-2.container-2-3.container-2-4.container-2-5 {
    width: 650px;
    max-width: 700px;
    padding: 50px;
  }

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

  .text-block-2 {
    margin-bottom: 25px;
    font-size: 45px;
    line-height: 50px;
  }

  .section-2 {
    height: 1000px;
    min-height: 950px;
    max-height: 1200px;
  }

  .section-4 {
    height: 1000px;
    min-height: 850px;
    max-height: 1200px;
    padding: 0;
  }

  .section-4.section-4-2 {
    height: 1000px;
    max-height: 1500px;
  }

  .section-3 {
    height: 1200px;
    min-height: 1000px;
    max-height: 1350px;
  }

  .div-block-5 {
    top: 40px;
    bottom: auto;
    left: 90px;
  }

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

  .div-block-6 {
    width: 340px;
    height: 335px;
    padding: 40px;
  }

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

  .section-5 {
    height: 1150px;
    min-height: 850px;
    max-height: 1200px;
    padding: 45px;
  }

  .footer {
    padding: 60px 100px;
  }

  .section-7 {
    height: 1050px;
    min-height: 950px;
    max-height: 1200px;
  }

  .section-6 {
    grid-column-gap: 65px;
    grid-row-gap: 65px;
    padding: 75px 100px 125px;
  }

  .icon-plus {
    font-size: 50px;
    line-height: 50px;
  }

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

  .container-3.container-3-1 {
    max-width: 1500px;
  }

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

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

  .div-block-9 {
    height: 450px;
    min-height: 300px;
    max-height: 600px;
  }

  .div-block-10 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    height: 185px;
    max-height: 350px;
    padding: 40px 25px;
  }

  .button {
    padding: 15px 20px;
    font-size: 25px;
    line-height: 30px;
  }

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

  .div-block-11 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-left: 40px;
    padding-right: 60px;
  }

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

  .left-arrow, .right-arrow {
    width: 75px;
    height: 75px;
  }

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

  .columns {
    height: 1050px;
    min-height: 950px;
    max-height: 1500px;
  }

  .column {
    padding: 50px;
  }

  .column-2 {
    padding: 50px 75px;
  }

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

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

  .image-2 {
    width: 350px;
  }

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

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

  .tabela {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    width: 95%;
  }

  .titulo-tabela {
    padding: 15px 15px 15px 25px;
  }

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

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

  .heading-7.heading-7-3 {
    font-size: 27px;
    line-height: 33px;
  }

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

  .text-tabela, .medida {
    font-size: 18px;
    line-height: 25px;
  }

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

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

  .text-block-6 {
    font-size: 13px;
    line-height: 17px;
  }

  .section-9 {
    height: 1200px;
    max-height: 1500px;
  }

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

  .div-block-15 {
    height: 375px;
    min-height: 300px;
    max-height: 600px;
  }

  .div-block-16 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    height: 190px;
    max-height: 350px;
    padding: 40px 30px;
  }

  .div-block-16.div-block-10-1 {
    height: 195px;
    padding: 40px 20px 20px;
  }

  .container-6 {
    max-width: 1200px;
  }

  .container-6.container-3-1 {
    max-width: 1500px;
  }

  .grid-3 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .button-2 {
    padding: 15px 20px;
    font-size: 25px;
    line-height: 30px;
  }

  .button-2.button-1 {
    margin-top: 0;
  }

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

  .text-block-7.text-block-7-1 {
    font-size: 22px;
    line-height: 26px;
  }

  .section-6-1 {
    grid-column-gap: 65px;
    grid-row-gap: 65px;
    padding: 75px 60px 125px;
  }

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

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

  .div-block-1 {
    width: 25%;
    padding: 0;
  }

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

  .div-block-1.div-block-1-3 {
    width: 50%;
    padding: 40px 30px 25px;
  }

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

  .div-block-1.div-block-1-3.div-block-1-5 {
    padding-right: 0;
  }

  .div-block-2 {
    width: 75%;
  }

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

  .div-block-2.div-block-2-4.div-block-2-6 {
    background-size: 850px;
  }

  .container {
    width: 400px;
    min-width: 300px;
  }

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

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

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

  .paragraph {
    font-size: 27px;
    line-height: 33px;
  }

  .image {
    width: 225px;
  }

  .section-1 {
    height: 475px;
    min-height: 400px;
    max-height: 550px;
  }

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

  .heading-2.heading-2-2 {
    width: 95%;
    min-width: 50%;
    max-width: 100%;
    font-size: 45px;
    line-height: 48px;
  }

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

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

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

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

  .container-2.container-2-3 {
    width: 325px;
    padding: 30px;
  }

  .container-2.container-2-3.container-2-4 {
    width: 100%;
    padding: 0;
  }

  .container-2.container-2-3.container-2-4.container-2-5 {
    width: 400px;
    min-width: 300px;
  }

  .container-2.container-2-5 {
    width: 95%;
    min-width: 75%;
    max-width: 100%;
  }

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

  .section-2 {
    height: 400px;
    min-height: 300px;
    max-height: 650px;
  }

  .section-4 {
    height: 550px;
    padding: 0;
  }

  .section-3 {
    height: 550px;
    max-height: 650px;
  }

  .div-block-5 {
    inset: 70px auto auto -35px;
  }

  .section-5 {
    background-image: linear-gradient(116deg, #fff0, #00000040 90%), url('../images/Organizer_Pack_Environment_Electrolux_Portuguese.jpg');
    background-position: 0 0, 50% 90%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    justify-content: center;
    align-items: flex-start;
    height: 550px;
    min-height: 250px;
    max-height: 600px;
    padding: 25px;
  }

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

  .section-6 {
    grid-column-gap: 45px;
    grid-row-gap: 45px;
    padding: 45px 60px 75px;
  }

  .container-3.container-3-1 {
    max-width: none;
  }

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

  .heading-3.heading-3-2 {
    width: 100%;
    max-width: 100%;
  }

  .grid-2 {
    grid-column-gap: 25px;
    grid-row-gap: 40px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .div-block-9 {
    height: 275px;
    max-height: 350px;
  }

  .div-block-10 {
    height: 105px;
  }

  .div-block-11 {
    width: 100%;
    height: auto;
    padding: 40px 60px 20px;
  }

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

  .slider {
    height: 650px;
    min-height: 500px;
    max-height: 750px;
  }

  .column, .column-2 {
    padding: 25px;
  }

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

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

  .image-2 {
    width: 235px;
  }

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

  .tabela {
    grid-column-gap: 10px;
    grid-row-gap: 5px;
    width: 85%;
    min-width: 75%;
    max-width: 90%;
  }

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

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

  .section-9 {
    height: 475px;
    min-height: 300px;
    max-height: 650px;
  }

  .div-block-15 {
    height: 275px;
    max-height: 350px;
  }

  .div-block-15.div-block-15-1 {
    height: 375px;
    max-height: 400px;
  }

  .div-block-16 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    height: 105px;
  }

  .div-block-16.div-block-10-1 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    height: 110px;
    padding-top: 25px;
    padding-left: 35px;
    padding-right: 35px;
  }

  .container-6.container-3-1 {
    max-width: none;
  }

  .grid-3 {
    grid-column-gap: 20px;
    grid-row-gap: 50px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .button-2.button-1 {
    margin-top: 0;
  }

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

  .section-6-1 {
    grid-column-gap: 45px;
    grid-row-gap: 45px;
    padding: 45px 60px 75px;
  }

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

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

  .div-block-1 {
    width: 100%;
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .div-block-1.div-block-1-2 {
    width: 100%;
    padding: 45px 40px;
  }

  .div-block-1.div-block-1-3 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    height: auto;
    padding: 45px 40px 35px;
  }

  .div-block-1.div-block-1-3.div-block-1-4 {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    padding: 45px 50px 0;
  }

  .div-block-1.div-block-1-3.div-block-1-5 {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .div-block-2 {
    background-position: 50% 100%;
    width: 100%;
    height: 450px;
    min-height: 300px;
    max-height: 500px;
  }

  .div-block-2.div-block-2-2 {
    width: 100%;
    height: 525px;
    max-height: 600px;
  }

  .div-block-2.div-block-2-2.div-block-2-3 {
    background-position: 50% 100%;
    width: 100%;
    height: 450px;
    max-height: 650px;
  }

  .div-block-2.div-block-2-4 {
    width: 100%;
    max-width: 100%;
    height: 500px;
    max-height: 650px;
  }

  .div-block-2.div-block-2-4.div-block-2-6 {
    background-image: url('../images/Organizers_Inside_Organization_Electrolux_Portuguese.jpg');
    background-position: 60% 70%;
    background-repeat: no-repeat;
    background-size: 1000px;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    min-height: 400px;
    padding: 0;
  }

  .div-block-2.div-block-2-5 {
    width: 100%;
    height: 400px;
  }

  .container {
    width: 100%;
    min-width: auto;
    margin-right: 0;
  }

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

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

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

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

  .image {
    margin-bottom: 20px;
  }

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

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

  .heading-2.heading-2-2 {
    width: 65%;
    max-width: 90%;
    margin-bottom: 15px;
  }

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

  .container-2.container-2-3 {
    width: 100%;
    min-width: auto;
    margin-bottom: -15px;
  }

  .container-2.container-2-3.container-2-4 {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    max-width: 100%;
    margin-bottom: 0;
  }

  .container-2.container-2-3.container-2-4.container-2-5 {
    border-radius: 0;
    width: 100%;
    min-width: auto;
    max-width: 100%;
    padding: 45px 40px 40px;
    bottom: auto;
  }

  .container-2.container-2-5 {
    width: 100%;
  }

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

  .section-4 {
    background-color: var(--electrolux-blue);
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    height: auto;
    min-height: auto;
    max-height: none;
    padding: 0;
  }

  .section-4.section-4-2 {
    flex-flow: column;
    height: auto;
  }

  .section-3 {
    background-image: linear-gradient(90deg, #707378, #878a8f 13%, #b5b8bd 66%, #cecfd3);
    flex-flow: column-reverse;
    height: auto;
    min-height: auto;
    max-height: none;
  }

  .div-block-5 {
    top: 40px;
    left: 35px;
  }

  .section-5 {
    background-image: linear-gradient(0deg, #fff0, #00000059 90%), url('../images/Organizer_Pack_Environment_Electrolux_Portuguese.jpg');
    background-position: 0 0, 50% 90%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    height: 500px;
    padding: 20px;
  }

  .footer {
    justify-content: flex-end;
    align-items: flex-end;
    padding: 40px 30px;
  }

  .section-6 {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
    padding: 35px 30px 75px;
  }

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

  .heading-3.heading-3-2 {
    width: 100%;
    min-width: auto;
    max-width: none;
  }

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

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

  .div-block-11 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    padding-top: 35px;
    padding-left: 45px;
    padding-right: 45px;
  }

  .div-block-12 {
    height: 450px;
    min-height: 350px;
  }

  .slider {
    height: 550px;
    max-height: 650px;
  }

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

  .column {
    height: 550px;
    min-height: 500px;
    max-height: 650px;
    padding: 25px 20px;
  }

  .column-2 {
    height: 550px;
    min-height: 300px;
    max-height: 650px;
    padding-left: 40px;
    padding-right: 40px;
  }

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

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

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

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

  .tabela {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: flex-start;
    align-items: flex-start;
    width: 95%;
    max-width: 100%;
    display: flex;
  }

  .titulo-tabela {
    padding: 10px 20px;
  }

  .heading-7.heading-7-3 {
    font-size: 18px;
    line-height: 28px;
  }

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

  .text-block-6.text-block-6-2 {
    background-color: var(--silk-tint);
    opacity: .9;
    color: var(--electrolux-blue);
    margin-top: 0;
    padding: 10px 15px;
  }

  .section-9 {
    height: 400px;
    max-height: 500px;
  }

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

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

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

  .grid-3 {
    grid-column-gap: 10px;
    grid-row-gap: 50px;
  }

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

  .text-block-7.text-block-7-1 {
    font-size: 18px;
    line-height: 24px;
  }

  .section-6-1 {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
    padding: 35px 30px 75px;
  }

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

@media screen and (max-width: 479px) {
  .div-block-1.div-block-1-2 {
    padding: 30px;
  }

  .div-block-1.div-block-1-3 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    padding: 30px 30px 25px;
  }

  .div-block-1.div-block-1-3.div-block-1-4 {
    padding: 30px 20px 0;
  }

  .div-block-1.div-block-1-3.div-block-1-5 {
    width: 100%;
    padding: 0;
  }

  .div-block-2 {
    height: 265px;
    min-height: 200px;
    max-height: 400px;
  }

  .div-block-2.div-block-2-2 {
    height: 350px;
    max-height: 400px;
  }

  .div-block-2.div-block-2-2.div-block-2-3 {
    height: 250px;
    max-height: 450px;
  }

  .div-block-2.div-block-2-4 {
    width: 100%;
    height: 350px;
    min-height: 200px;
  }

  .div-block-2.div-block-2-4.div-block-2-6 {
    background-position: 60% 65%;
    background-size: 600px;
    width: 100%;
    max-width: none;
    padding: 0;
  }

  .div-block-2.div-block-2-5 {
    background-position: 80% 0;
    height: 275px;
    max-height: 350px;
  }

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

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

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

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

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

  .image {
    margin-bottom: 15px;
  }

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

  .heading-2.heading-2-2 {
    width: 80%;
    max-width: 90%;
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 35px;
  }

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

  .heading-2.heading-2-2.heading-2-3.heading-2-4 {
    text-align: left;
  }

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

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

  .paragraph-2.paragraph-2-2.paragraph-2-3 {
    text-align: left;
    font-size: 16px;
    line-height: 21px;
  }

  .container-2.container-2-3 {
    padding: 25px;
  }

  .container-2.container-2-3.container-2-4 {
    width: 100%;
    margin-bottom: 0;
    padding: 0;
  }

  .container-2.container-2-3.container-2-4.container-2-5 {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    min-width: auto;
    max-width: none;
    padding: 30px;
    bottom: auto;
  }

  .container-2.container-2-5 {
    text-align: center;
    margin-right: auto;
    font-size: 14px;
  }

  .text-block-2 {
    margin-bottom: 7px;
    font-size: 18px;
    line-height: 24px;
  }

  .section-4 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .section-4.section-4-2 {
    flex-flow: column;
  }

  .section-3 {
    background-image: linear-gradient(90deg, #7b7e83, #9fa2a7 15%, #cbccd1);
  }

  .div-block-5 {
    top: 50px;
    left: auto;
    right: 10px;
  }

  .link-block {
    top: 15px;
    right: 3px;
  }

  .div-block-6 {
    width: 190px;
    height: 185px;
    padding: 20px;
  }

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

  .section-5 {
    background-image: linear-gradient(0deg, #fff0, #00000059 95%), url('../images/Organizer_Pack_Environment_Electrolux_Portuguese.jpg');
    background-position: 0 0, 20% 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    justify-content: center;
    align-items: flex-start;
    height: 300px;
    min-height: 200px;
    max-height: 350px;
    padding: 15px;
  }

  .footer {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: flex-end;
    align-items: flex-end;
    padding-left: 25px;
    padding-right: 25px;
  }

  .section-6 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    padding: 25px 0 55px;
  }

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

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

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

  .div-block-8.div-block-8-1 {
    margin-top: 10px;
  }

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

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

  .button {
    padding: 8px 10px;
    font-size: 14px;
    line-height: 18px;
  }

  .text-block-4 {
    font-size: 11px;
    line-height: 14px;
  }

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

  .div-block-11 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    padding: 30px 15px 0;
  }

  .div-block-12 {
    height: 300px;
    min-height: 100px;
  }

  .slider {
    height: 325px;
    min-height: 200px;
  }

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

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

  .left-arrow {
    width: 30px;
    height: 30px;
    margin-left: 5px;
  }

  .right-arrow {
    width: 30px;
    height: 30px;
    margin-right: 5px;
  }

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

  .column {
    height: 400px;
    min-height: 250px;
    max-height: 500px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .column-2 {
    height: 400px;
    min-height: 250px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .heading-5 {
    font-size: 18px;
    line-height: 24px;
  }

  .heading-6 {
    font-size: 19px;
    line-height: 24px;
  }

  .div-block-13 {
    padding: 25px;
  }

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

  .tabela {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    width: 100%;
    max-width: 100%;
  }

  .titulo-tabela {
    padding: 8px 10px;
  }

  .heading-7 {
    font-size: 12px;
    line-height: 17px;
  }

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

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

  .text-tabela, .medida {
    font-size: 10px;
    line-height: 17px;
  }

  .container-5 {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-left: 0;
    margin-right: auto;
  }

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

  .text-block-5 {
    font-size: 14px;
    line-height: 17px;
  }

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

  .text-block-6.text-block-6-2 {
    opacity: 1;
    color: var(--silk-rich);
    background-color: #d8d5decc;
    margin-top: 0;
    padding: 10px 15px;
    font-size: 9px;
    line-height: 11px;
  }

  .section-9 {
    height: 215px;
    min-height: 150px;
    max-height: 350px;
  }

  .text-span-2 {
    font-size: 11px;
    line-height: 17px;
  }

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

  .div-block-15.div-block-15-1 {
    height: 225px;
  }

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

  .div-block-16.div-block-10-1 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    height: 105px;
    padding-top: 20px;
  }

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

  .grid-3 {
    grid-column-gap: 5px;
    grid-row-gap: 40px;
  }

  .button-2 {
    padding: 8px 10px;
    font-size: 14px;
    line-height: 18px;
  }

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

  .text-block-7.text-block-7-1 {
    font-size: 15px;
    line-height: 18px;
  }

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

  .section-6-1 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    padding: 25px 0 55px;
  }

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

#w-node-_68b271a8-a13b-8deb-0f09-359b157ef940-b4bd8164, #w-node-_68b271a8-a13b-8deb-0f09-359b157ef953-b4bd8164 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ce261a5c-3b88-0084-8118-b0ff194b003f-b4bd8164 {
  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_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_2_Light.otf') format('opentype');
  font-weight: 300;
  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_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_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_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_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;
}