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

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

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

a {
  color: #041e50;
  text-decoration: none;
}

.header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 675px;
  max-height: 700px;
  padding: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.body {
  font-family: 'Electrolux Sans', sans-serif;
  color: #041e50;
  font-size: 15px;
  font-weight: 300;
}

.heading {
  display: none;
  margin-top: 30px;
  margin-bottom: 15px;
  font-size: 35px;
  line-height: 50px;
  font-weight: 400;
}

.h-grid-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 3px;
}

.h-grid-icon-bg {
  width: 100%;
  height: 145px;
  max-height: 200px;
  background-image: url('../images/Imagem-vaporizador.jpg');
  background-position: 52% 90%;
  background-size: 425px;
  background-repeat: no-repeat;
}

.h-grid-icon-bg.h-grid-icon-bg-2 {
  background-image: url('../images/Vaporizador_Portatil_EPS10_Perspectiva_Electrolux_Portugues.png'), url('../images/Vaporizador_Portatil_EPS10_Ambiente_Electrolux_Portugues.jpg');
  background-position: 25% 15%, 20% 50%;
  background-size: 325px, 600px;
  background-repeat: no-repeat, repeat;
}

.h-grid-icon-bg.h-grid-icon-bg-3 {
  background-color: #4e597d;
  background-image: url('../images/Vaporizador_Portatil_EPS10_Frontal_Acessorios_Electrolux_Portugues_1.png');
  background-position: 50% 35%;
  background-size: 325px;
}

.link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 65px;
  max-height: 75px;
  min-height: 65px;
  padding: 10px 15px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(123, 138, 156, 0.75);
  color: #fff;
  font-size: 12px;
  line-height: 21px;
  font-weight: 400;
}

.link-block:hover {
  background-color: #7b8a9c;
  text-decoration: underline;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45%;
  height: 100%;
  max-width: none;
  min-height: auto;
  min-width: auto;
  padding: 40px 35px 40px 45px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #041e50;
  color: #fff;
}

.div-block-2 {
  width: 55%;
  height: 100%;
  max-width: none;
  background-image: url('../images/Electrolux_Vaporizador_video_01.png');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

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

.text-block {
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 30px;
  font-weight: 100;
}

.image {
  width: 235px;
  margin-bottom: 30px;
}

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

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

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

.section-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
}

.grid-2 {
  display: -ms-grid;
  display: grid;
  width: 100%;
  height: 685px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.s1-b2-grid-bg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #041e50;
  color: #fff;
  font-size: 20px;
  line-height: 33px;
  font-weight: 300;
}

.s1-b2-grid-bg.s1-b2-grid-bg-2 {
  height: 50%;
  background-image: url('../images/243061787.jpg');
  background-position: 100% 65%;
  background-size: 800px;
  background-repeat: no-repeat;
}

.s1-b2-grid-bg.s1-b2-grid-bg-3 {
  background-image: url('../images/180891971.jpg');
  background-position: 60% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.bloco-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  padding: 25px 60px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #dfe7ea;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
}

.heading-2 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0px;
  background-color: transparent;
  color: #041e50;
  font-size: 35px;
  line-height: 45px;
  font-weight: 600;
}

.paragraph-2 {
  margin-bottom: 0px;
  color: #041e50;
}

.text-block-2 {
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 25px;
  line-height: 40px;
  font-weight: 400;
}

.bold-text-4 {
  font-weight: 700;
}

.section-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 625px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.div-block-4 {
  width: 50%;
  height: 100%;
  background-image: url('../images/CA027-Anti-Bacteria.png'), url('../images/Imagem-vaporizador.jpg');
  background-position: 15px 15px, 20% 100%;
  background-size: 95px, cover;
  background-repeat: no-repeat, no-repeat;
}

.s2-bloco-bg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 50%;
  padding: 40px 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #7b8a9c;
  font-size: 25px;
  line-height: 35px;
  font-weight: 400;
}

.s2-bloco-bg.s2-bloco-bg-2 {
  background-color: #dfe7ea;
  font-size: 24px;
  line-height: 35px;
}

.div-block-6 {
  width: 100%;
  height: 50%;
  background-color: #adb9c3;
}

.heading-3 {
  margin-top: 0px;
  margin-bottom: 15px;
  color: #dfe7ea;
  font-size: 35px;
  line-height: 50px;
  font-weight: 600;
}

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

.text-span {
  color: #041e50;
  font-size: 33px;
  font-weight: 700;
}

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

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

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

.image-4 {
  width: 125px;
}

.div-block-38 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  padding-right: 50px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.bg-pre-footer {
  width: 100%;
  height: 335px;
  background-image: url('../images/footer-img-01.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.bg-pre-footer.bg-pre-2 {
  background-image: url('../images/footer-img-02.jpg');
}

.bg-pre-footer.bg-pre-3 {
  background-image: url('../images/footer-img-03.jpg');
}

.image-3 {
  width: 180px;
  margin-right: 40px;
}

.disclaimers {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 40px 50px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-3 {
  font-size: 13px;
  line-height: 25px;
  font-weight: 300;
}

.link-block-2 {
  position: absolute;
  right: 40px;
}

.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  padding: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #041e50;
  color: #fff;
}

.section-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 600px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #041e50;
  color: #fff;
  font-weight: 400;
}

.div-block-39 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100%;
  padding: 20px 20px 30px 75px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: url('../images/Vaporizador_Portatil_EPS10_Perspectiva_Electrolux_Portugues.png'), url('../images/Vaporizador_Portatil_EPS10_Ambiente_Electrolux_Portugues.jpg');
  background-position: -5% -2%, 15% 100%;
  background-size: 950px, cover;
  background-repeat: no-repeat, no-repeat;
}

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

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

.btn-1-div {
  position: relative;
  z-index: 25;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.btn-1-texto {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  margin: 0px 5px 0px 0px;
  padding: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 200px;
  background-color: transparent;
  opacity: 0;
  color: #fff;
  text-align: center;
}

.div-block-52 {
  position: relative;
  width: 150px;
  height: 150px;
  margin-bottom: -35px;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  border-radius: 200px;
  background-color: #2b2936;
  background-image: url('../images/Vaporizador_Portatil_EPS10_Beneficio_Feature_Electrolux_Portugues.png');
  background-position: 35% 55%;
  background-size: 185px;
  background-repeat: no-repeat;
}

.div-block-53 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 225px;
  height: 225px;
  padding: 35px 25px 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 200px;
  background-color: #dfe7ea;
  color: #041e50;
  font-weight: 400;
}

.text-block-5 {
  font-size: 13px;
  line-height: 19px;
  font-weight: 400;
  text-align: center;
}

.btn-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 3px;
  background-color: #041e50;
  font-family: 'Font Awesome', sans-serif;
  color: #fff;
  font-weight: 900;
  text-align: center;
  text-transform: none;
}

.btn-1:hover {
  background-color: #041e50;
  color: #adb9c3;
}

.bold-text-7 {
  font-size: 14px;
}

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

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

.section-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/96623550.jpg');
  background-position: 50% 65%;
  background-size: 1500px;
  background-repeat: no-repeat;
}

.esp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 675px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #adb9c3;
}

.section-5 {
  display: block;
  overflow: hidden;
  width: 100%;
  padding-bottom: 85px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #041e50), color-stop(0, #fff));
  background-image: linear-gradient(180deg, #041e50 50%, #fff 0);
}

.grid-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 585px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.s4-grid-bg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 35%;
  height: 100%;
  padding: 40px 40px 20px 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/Vaporizador_Portatil_EPS10_Frontal_Acessorios_Electrolux_Portugues.png');
  background-position: 55% 105%;
  background-size: 455px;
  background-repeat: no-repeat;
}

.s4-grid-bg.s4-grid-bg-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  background-image: none;
}

.s4-grid-bg.s4-grid-bg-3 {
  width: 30%;
  background-image: url('../images/Vaporizador_Portatil_EPS10_Traseira_Electrolux_Portugues.png');
  background-position: 60% 55%;
  background-size: 725px;
}

.slider {
  display: block;
  width: 95%;
  height: 325px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #dfe7ea;
  color: #041e50;
  font-weight: 400;
}

.left-arrow {
  display: none;
}

.right-arrow {
  display: none;
}

.div-block-54 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 30px 40px 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: 20px;
  line-height: 30px;
}

.heading-4 {
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 34px;
  line-height: 45px;
  font-weight: 600;
}

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

.s4-slide-icon {
  width: 95px;
  height: 95px;
  border-style: solid;
  border-width: 2px;
  border-color: #dfe7ea;
  border-radius: 200px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px;
  background-size: auto;
}

.bold-text-10 {
  color: #dfe7ea;
}

.btn-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 3px;
  background-color: #041e4f;
  font-family: 'Font Awesome', sans-serif;
  color: #fff;
  font-weight: 900;
}

.btn-2:hover {
  background-color: #041e50;
  color: #adb9c3;
}

.btn-2-div {
  position: relative;
  z-index: 20;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.btn-2-texto {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  margin-bottom: 5px;
  margin-left: 0px;
  padding: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0px;
  background-color: transparent;
  opacity: 0;
  color: #fff;
  font-weight: 400;
  text-align: center;
}

.btn-bg-icone {
  position: relative;
  width: 150px;
  height: 150px;
  margin-right: -20px;
  margin-bottom: 0px;
  border-style: solid;
  border-width: 2px;
  border-color: #dfe7ea;
  border-radius: 200px;
  background-color: #fff;
  background-image: url('../images/Bebedouro-de-agua-Electrolux-Prata-com-compressor-BC21X-08.jpg');
  background-position: 60% 80%;
  background-size: 525px;
  background-repeat: no-repeat;
}

.btn-bg-icone.btn-bg-icone-2 {
  width: 135px;
  height: 135px;
  margin-right: 0px;
  margin-bottom: -35px;
  border-color: #2b2936;
  background-color: #7b8a9c;
  background-image: url('../images/Vaporizador_Portatil_EPS10_Frontal_Acessorios_Electrolux_Portugues_1.png');
  background-position: 50% 30%;
  background-size: 300px;
}

.btn-box-texto {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 200px;
  padding: 20px 25px 20px 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 200px;
  background-color: rgba(4, 30, 79, 0.95);
  color: #fff;
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
}

.btn-box-texto.btn-box-texto-2 {
  width: 150px;
  height: 150px;
  padding-top: 35px;
  padding-right: 30px;
  line-height: 22px;
}

.div-block-55 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100%;
  padding: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.heading-5 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 40px;
  line-height: 50px;
  font-weight: 600;
  text-align: center;
}

.div-block-57 {
  padding: 35px 60px 25px;
  color: #dfe7ea;
  text-align: center;
}

.div-block-58 {
  display: block;
}

.tabela {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 85%;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

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

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

.image-8 {
  width: 25px;
}

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

.esp-tecnicas {
  display: -ms-grid;
  display: grid;
  width: 100%;
  margin-bottom: 6px;
  padding: 8px 25px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1.25fr 0.75fr;
  grid-template-columns: 1.25fr 0.75fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-radius: 6px;
  background-color: #fff;
  font-size: 14px;
  font-weight: 400;
}

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

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

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

.text-block-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 13px;
  text-align: right;
}

.text-block-8 {
  text-align: right;
}

.div-block-59 {
  width: 0%;
  height: auto;
}

.div-block-60 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: auto;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.heading-11 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #dfe7ea;
  font-size: 40px;
  line-height: 50px;
  font-weight: 600;
}

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

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

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

.container {
  height: auto;
  padding: 40px 50px 35px 55px;
}

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

.slide-nav {
  color: #041e50;
}

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

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

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

@media screen and (min-width: 1280px) {
  .text-span {
    font-size: 35px;
  }
}

@media screen and (min-width: 1440px) {
  .div-block {
    padding-right: 45px;
    padding-left: 50px;
  }

  .s2-bloco-bg.s2-bloco-bg-2 {
    font-size: 25px;
  }

  .btn-1-div {
    margin-top: 0px;
  }

  .section-4 {
    background-size: 1600px;
  }

  .grid-3 {
    height: 600px;
  }

  .btn-2-div {
    margin-top: 0px;
  }

  .btn-2-texto {
    opacity: 0;
  }
}

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

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

  .h-grid-icon-bg {
    height: 200px;
  }

  .h-grid-icon-bg.h-grid-icon-bg-3 {
    background-size: 475px;
  }

  .link-block {
    height: 90px;
    max-height: 100px;
    min-height: 90px;
    padding-right: 25px;
    padding-left: 25px;
    font-size: 20px;
    line-height: 30px;
  }

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

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

  .text-block {
    margin-top: 15px;
    font-size: 30px;
    line-height: 40px;
  }

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

  .grid-2 {
    height: 850px;
  }

  .s1-b2-grid-bg.s1-b2-grid-bg-2 {
    height: 45%;
    background-position: 100% 60%;
    background-size: 1150px;
  }

  .bloco-1 {
    height: auto;
    padding: 30px 100px;
  }

  .heading-2 {
    padding: 0px;
    font-size: 45px;
    line-height: 55px;
  }

  .text-block-2 {
    margin-top: 20px;
    font-size: 35px;
    line-height: 45px;
  }

  .section-2 {
    height: 750px;
  }

  .div-block-4 {
    background-position: 25px 25px, 20% 100%;
    background-size: 115px, cover;
  }

  .s2-bloco-bg {
    padding-right: 75px;
    padding-left: 75px;
    font-size: 30px;
    line-height: 40px;
  }

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

  .image-4 {
    width: 185px;
  }

  .bg-pre-footer {
    height: 450px;
  }

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

  .disclaimers {
    padding: 50px 75px;
  }

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

  .link-block-2 {
    right: 45px;
  }

  .section-3 {
    height: 750px;
  }

  .div-block-39 {
    padding-right: 150px;
    padding-bottom: 60px;
    padding-left: 20px;
    background-size: 1100px, cover;
  }

  .div-block-40 {
    padding-right: 75px;
    padding-left: 75px;
    font-size: 30px;
    line-height: 45px;
  }

  .image-5 {
    width: 115px;
  }

  .btn-1-div {
    width: auto;
    height: auto;
    margin-top: 0px;
    margin-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .btn-1-texto {
    width: auto;
    height: auto;
    margin-right: 15px;
    margin-bottom: 0px;
    margin-left: 0px;
    opacity: 0;
  }

  .div-block-52 {
    width: 200px;
    height: 200px;
    background-size: 300px;
  }

  .div-block-53 {
    width: 325px;
    height: 300px;
    padding-top: 25px;
    padding-right: 25px;
    padding-left: 25px;
  }

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

  .btn-1 {
    width: 50px;
    height: 50px;
    font-size: 20px;
    line-height: 25px;
  }

  .bold-text-7 {
    font-size: 20px;
  }

  .section-4 {
    background-size: 2050px;
  }

  .esp {
    height: 850px;
  }

  .grid-3 {
    height: 800px;
  }

  .s4-grid-bg {
    background-position: 90% 105%;
    background-size: 625px;
  }

  .s4-grid-bg.s4-grid-bg-3 {
    background-size: 950px;
  }

  .div-block-54 {
    padding-right: 50px;
    padding-left: 50px;
    font-size: 25px;
    line-height: 35px;
  }

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

  .btn-2 {
    width: 55px;
    height: 55px;
    font-size: 20px;
    line-height: 25px;
  }

  .btn-2-div {
    margin-top: 0px;
    margin-left: 0px;
  }

  .btn-2-texto {
    opacity: 0;
  }

  .btn-bg-icone {
    width: 200px;
    height: 200px;
  }

  .btn-bg-icone.btn-bg-icone-2 {
    width: 200px;
    height: 200px;
  }

  .btn-box-texto {
    width: 255px;
    height: 255px;
    padding-left: 35px;
    font-size: 18px;
    line-height: 26px;
  }

  .btn-box-texto.btn-box-texto-2 {
    width: 175px;
    height: 175px;
    padding: 35px 35px 25px;
  }

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

  .div-block-57 {
    padding-top: 50px;
    padding-bottom: 40px;
  }

  .tabela {
    width: 80%;
  }

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

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

  .image-8 {
    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;
  }

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

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

  .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 55%;
    padding: 40px 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-size: 25px;
    line-height: 40px;
  }
}

@media screen and (max-width: 991px) {
  .header {
    height: auto;
    max-height: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .h-grid-icon-bg {
    height: 150px;
  }

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

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

  .image {
    margin-bottom: 20px;
  }

  .grid-2 {
    height: 650px;
  }

  .s1-b2-grid-bg {
    height: 100%;
  }

  .s1-b2-grid-bg.s1-b2-grid-bg-2 {
    height: 60%;
    background-size: cover;
  }

  .s1-b2-grid-bg.s1-b2-grid-bg-3 {
    background-position: 50% 0%;
  }

  .bloco-1 {
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

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

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

  .section-2 {
    height: 700px;
  }

  .div-block-4 {
    background-position: 15px 15px, 50% 100%;
  }

  .s2-bloco-bg {
    height: 45%;
    padding-right: 35px;
    padding-left: 35px;
    font-size: 20px;
    line-height: 30px;
  }

  .s2-bloco-bg.s2-bloco-bg-2 {
    height: 55%;
    padding-right: 30px;
    padding-left: 30px;
  }

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

  .div-block-38 {
    width: 100%;
    padding-right: 0px;
    padding-bottom: 15px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    grid-column-gap: 20px;
  }

  .bg-pre-footer {
    height: 275px;
  }

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

  .disclaimers {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .link-block-2 {
    position: static;
  }

  .section-3 {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .div-block-39 {
    width: 100%;
    height: 550px;
    padding-right: 20px;
    padding-left: 125px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background-position: 0% 0%, 15% 100%;
    background-size: 800px, cover;
  }

  .div-block-40 {
    width: 100%;
    height: auto;
    font-size: 20px;
    line-height: 30px;
  }

  .btn-1-div {
    margin-top: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .btn-1-texto {
    margin-right: 5px;
    margin-left: 0px;
    opacity: 0;
  }

  .section-4 {
    background-position: 50% 0%;
    background-size: 1475px;
  }

  .esp {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .section-5 {
    padding-bottom: 65px;
  }

  .grid-3 {
    display: -ms-grid;
    display: grid;
    height: auto;
    grid-auto-columns: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .s4-grid-bg {
    width: 100%;
    height: 450px;
    padding-bottom: 40px;
    background-position: 45% 105%;
    background-size: 500px;
  }

  .s4-grid-bg.s4-grid-bg-2 {
    width: 100%;
    height: auto;
    padding-top: 50px;
  }

  .s4-grid-bg.s4-grid-bg-3 {
    display: none;
  }

  .slider {
    width: 65%;
  }

  .btn-2-div {
    margin-top: 0px;
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .btn-2-texto {
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
  }

  .div-block-55 {
    width: 100%;
    height: auto;
  }

  .div-block-56 {
    width: 100%;
    height: 575px;
    background-size: 650px;
  }

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

  .div-block-57 {
    padding-top: 30px;
  }

  .tabela {
    width: 75%;
  }

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

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

  .container {
    padding: 30px 35px;
    font-size: 18px;
    line-height: 30px;
  }
}

@media screen and (max-width: 767px) {
  .header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

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

  .h-grid-icon-bg {
    height: 135px;
  }

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

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

  .div-block-2 {
    height: 475px;
    background-position: 50% 75%;
  }

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

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

  .grid-2 {
    height: auto;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .s1-b2-grid-bg {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .s1-b2-grid-bg.s1-b2-grid-bg-2 {
    height: 350px;
  }

  .s1-b2-grid-bg.s1-b2-grid-bg-3 {
    height: 350px;
    background-position: 100% 0%;
  }

  .bloco-1 {
    height: auto;
    padding-right: 40px;
    padding-left: 40px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    background-image: none;
  }

  .heading-2 {
    padding: 0px;
    font-size: 25px;
    line-height: 35px;
  }

  .section-2 {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

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

  .div-block-4 {
    width: 100%;
    height: 400px;
    background-position: 95% 6%, 0% 100%;
    background-size: 85px, cover;
  }

  .image-4 {
    width: 125px;
  }

  .bg-pre-footer {
    height: 200px;
  }

  .disclaimers {
    padding-right: 30px;
    padding-left: 30px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .div-block-39 {
    height: 450px;
    padding: 40px 20px 20px 60px;
    background-size: 675px, cover;
  }

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

  .btn-1-div {
    margin-top: 0px;
  }

  .btn-1-texto {
    width: auto;
    height: auto;
    opacity: 0;
  }

  .section-5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 60px;
  }

  .s4-grid-bg {
    padding-top: 20px;
    padding-bottom: 100px;
  }

  .slider {
    width: 75%;
  }

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

  .btn-2-div {
    margin-top: 0px;
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .btn-2-texto {
    margin-bottom: 5px;
    margin-left: 0px;
    opacity: 0;
  }

  .btn-bg-icone {
    margin-right: 0px;
    margin-bottom: -20px;
  }

  .btn-box-texto {
    padding-left: 25px;
  }

  .btn-box-texto.btn-box-texto-2 {
    width: 165px;
    height: 165px;
    padding-top: 35px;
    padding-left: 30px;
  }

  .div-block-56 {
    height: 485px;
    background-size: 550px;
  }

  .div-block-58 {
    width: 95%;
  }

  .tabela {
    width: 90%;
  }

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

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

  .container {
    padding: 40px;
  }
}

@media screen and (max-width: 479px) {
  .grid {
    width: 100%;
    margin-left: 0px;
    -webkit-box-pack: stretch;
    -webkit-justify-content: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    justify-items: stretch;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    grid-column-gap: 5px;
  }

  .heading {
    margin-top: 15px;
    margin-bottom: 10px;
    font-size: 23px;
    line-height: 35px;
  }

  .h-grid-icon-bg {
    height: 100px;
    background-size: 275px;
  }

  .h-grid-icon-bg.h-grid-icon-bg-2 {
    background-image: url('../images/Vaporizador_Portatil_EPS10_Perspectiva_Electrolux_Portugues.png'), url('../images/Vaporizador_Portatil_EPS10_Ambiente_Electrolux_Portugues.jpg');
    background-size: 200px, 275px;
  }

  .h-grid-icon-bg.h-grid-icon-bg-3 {
    background-size: 255px;
  }

  .link-block {
    height: 65px;
    min-height: auto;
    font-size: 10px;
    line-height: 16px;
  }

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

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

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

  .text-block {
    margin-top: 5px;
    font-size: 16px;
    line-height: 25px;
  }

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

  .s1-b2-grid-bg.s1-b2-grid-bg-2 {
    height: 275px;
  }

  .s1-b2-grid-bg.s1-b2-grid-bg-3 {
    height: 250px;
  }

  .bloco-1 {
    height: auto;
    padding: 15px 20px;
    background-image: none;
  }

  .heading-2 {
    padding: 0px;
    background-color: rgba(223, 231, 234, 0.9);
    font-size: 20px;
    line-height: 30px;
  }

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

  .div-block-4 {
    height: 300px;
    background-position: 97% 3%, 15% 100%;
    background-size: 70px, cover;
  }

  .s2-bloco-bg {
    padding: 30px;
    font-size: 17px;
    line-height: 28px;
  }

  .s2-bloco-bg.s2-bloco-bg-2 {
    font-size: 17px;
    line-height: 28px;
  }

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

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

  .pre-footer {
    display: none;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

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

  .bg-pre-footer {
    height: 250px;
  }

  .disclaimers {
    padding: 35px 25px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

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

  .div-block-39 {
    height: 375px;
    padding-bottom: 10px;
    padding-left: 10px;
    background-position: 0% 0%, 27% 100%;
    background-size: 515px, cover;
  }

  .div-block-40 {
    padding: 35px 30px;
    font-size: 16px;
    line-height: 27px;
  }

  .image-5 {
    width: 80px;
  }

  .btn-1-div {
    margin-left: 0px;
  }

  .btn-1-texto {
    width: auto;
    height: auto;
    margin-bottom: 10px;
    opacity: 0;
  }

  .div-block-52 {
    width: 125px;
    height: 125px;
    margin-bottom: -25px;
    background-position: 30% 55%;
    background-size: 175px;
  }

  .div-block-53 {
    width: 200px;
    height: 200px;
    padding-top: 30px;
    padding-right: 20px;
    padding-left: 20px;
  }

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

  .btn-1 {
    width: 35px;
    height: 35px;
    font-size: 13px;
  }

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

  .section-4 {
    background-position: 50% 0%;
    background-size: 1250px;
  }

  .section-5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 45px;
  }

  .grid-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .s4-grid-bg {
    height: 325px;
    padding-right: 40px;
    padding-bottom: 10px;
    padding-left: 20px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    background-position: 85% 105%;
    background-size: 375px;
  }

  .s4-grid-bg.s4-grid-bg-2 {
    padding-top: 30px;
  }

  .slider {
    width: 92%;
    height: 300px;
  }

  .div-block-54 {
    padding-right: 25px;
    padding-left: 25px;
    font-size: 17px;
    line-height: 28px;
  }

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

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

  .btn-2 {
    width: 35px;
    height: 35px;
    font-size: 12px;
  }

  .btn-2-div {
    width: 100%;
    margin-top: 0px;
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .btn-2-texto {
    width: auto;
    height: auto;
    margin: 5px 0px 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    opacity: 0;
  }

  .btn-bg-icone {
    width: 115px;
    height: 115px;
    margin-right: -20px;
    margin-bottom: 0px;
  }

  .btn-bg-icone.btn-bg-icone-2 {
    width: 110px;
    height: 110px;
    margin-right: -20px;
    margin-bottom: 0px;
    margin-left: 0px;
    background-position: 50% 32%;
    background-size: 285px;
  }

  .btn-box-texto {
    width: 160px;
    height: 160px;
    padding-top: 20px;
    font-size: 11px;
    line-height: 15px;
  }

  .btn-box-texto.btn-box-texto-2 {
    width: 125px;
    height: 125px;
    padding: 20px 25px;
    font-size: 11px;
    line-height: 14px;
  }

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

  .div-block-56 {
    height: 300px;
    background-position: 100% 100%;
    background-size: 335px;
  }

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

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

  .div-block-58 {
    width: 95%;
  }

  .tabela {
    width: 100%;
  }

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

  .titulo-tabela {
    margin-top: 5px;
    margin-bottom: 6px;
  }

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

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

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

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

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

  .container {
    padding: 35px 30px;
    font-size: 16px;
    line-height: 27px;
  }

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

  .text-block-9 {
    font-size: 12px;
    line-height: 19px;
  }
}

#w-node-fbea5e06-d068-e945-a17a-f8d1e9eb5ab3-fd08abe6 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_55e4a6d9-46bc-bb16-3188-33efc6529846-fd08abe6 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_5a1de0b1-6ee5-d6af-ae2d-64daa0b3110d-fd08abe6 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_44c9f8b1-c9d0-7e8c-6a19-22281c2e8c2b-fd08abe6 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-f9a99328-5f31-dcd2-1dc9-27d17361f497-fd08abe6 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-d5ec2c7b-0066-ead0-37b1-a379a1395fb9-fd08abe6 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_273cd97f-7ae3-5da9-e0f3-c4f110fe7dcf-fd08abe6 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-c2341604-9968-bc70-fd91-ae9f33691b31-fd08abe6 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-a6de3d70-6104-39a6-32fd-9f07f7f32c1a-fd08abe6 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-d0d70e6d-54e0-f4e6-83db-0101c0fbb692-fd08abe6 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-d0d70e6d-54e0-f4e6-83db-0101c0fbb693-fd08abe6 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-d0d70e6d-54e0-f4e6-83db-0101c0fbb694-fd08abe6 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_273cd97f-7ae3-5da9-e0f3-c4f110fe7dcf-fd08abe6 {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }
}

@font-face {
  font-family: 'Electrolux Sans';
  src: url('../fonts/ElectroluxSans_1_Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Electrolux Sans';
  src: url('../fonts/ElectroluxSans_2_Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Electrolux Sans';
  src: url('../fonts/ElectroluxSans_3_Regular.otf') format('opentype');
  font-weight: 400;
  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_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_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');
  font-weight: 600;
  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: 'Font Awesome';
  src: url('../fonts/Font-Awesome-5-Free-Regular-400.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Font Awesome';
  src: url('../fonts/Font-Awesome-5-Brands-Regular-400.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Font Awesome';
  src: url('../fonts/Font-Awesome-5-Free-Solid-900.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}