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

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

.header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 700px;
  min-height: 100%;
  padding: 40px;
  -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;
  background-image: url('../images/DRYER_SVP11_LAUNDRY_ELECTROLUX_impressao.jpg');
  background-position: 0% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block {
  width: 560px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0px;
  border-radius: 0px;
  background-color: transparent;
  color: #041e50;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 99.99995%;
  padding: 20px 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(223, 231, 234, 0.95);
  opacity: 1;
}

.image {
  width: 175px;
}

.div-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 99.99995%;
  padding: 30px;
  -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: rgba(4, 30, 80, 0.95);
  opacity: 1;
  color: #fff;
}

.heading {
  width: 95%;
  margin-top: 0px;
  font-size: 40px;
  line-height: 50px;
  font-weight: 600;
  text-transform: none;
}

.paragraph {
  width: 100%;
  margin-bottom: 0px;
  font-size: 25px;
  line-height: 35px;
  font-weight: 400;
}

.bold-text {
  color: #dfe7ea;
  font-weight: 600;
}

.h-bg-mb {
  display: none;
}

.feature-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  padding-top: 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;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 18, 53, 0.95)), to(rgba(0, 18, 53, 0.95))), url('../images/DRYER_SVP11_LAUNDRY_ELECTROLUX_impressao.jpg');
  background-image: linear-gradient(180deg, rgba(0, 18, 53, 0.95), rgba(0, 18, 53, 0.95)), url('../images/DRYER_SVP11_LAUNDRY_ELECTROLUX_impressao.jpg');
  background-position: 0px 0px, 50% 0%;
  background-size: auto, cover;
}

.div-block-27 {
  width: 80%;
  font-size: 25px;
  line-height: 30px;
}

.div-block-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 0px;
  padding: 0px 20px;
  -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;
}

.esp-bg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 650px;
  min-height: 100%;
  padding: 0px 40px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: #dfe7ea;
  background-image: url('../images/Dryer_SVP11_Specs_Electrolux_1000x1000.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.text-span-9 {
  font-family: 'Font Awesome', sans-serif;
  font-size: 22px;
  font-weight: 900;
}

.heading-10 {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #071d41;
  font-size: 35px;
  line-height: 45px;
  font-weight: 600;
  text-transform: none;
}

.list {
  margin-bottom: 20px;
  font-size: 25px;
  line-height: 35px;
  font-weight: 400;
}

.grid {
  width: 100%;
  grid-column-gap: 0px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.text-block-2 {
  display: none;
  font-weight: 600;
}

.esp {
  width: 100%;
  margin-top: auto;
  background-color: #dfe7ea;
}

.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 40px 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;
  background-color: #041e50;
}

.image-2 {
  width: 175px;
}

.link-block {
  position: absolute;
  right: 3%;
}

.image-3 {
  width: 125px;
}

.div-block-28 {
  position: relative;
  z-index: 10;
  width: 55%;
  height: 500px;
  min-height: 100%;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  border-radius: 0px;
  background-image: url('../images/Dryer_SVP11_Freestanding_Opened2_Electrolux.png');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-29 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45%;
  height: 100%;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.fp-slide-icone {
  display: none;
  width: 100px;
  height: 100px;
  border-style: solid;
  border-width: 3px;
  border-color: #bbbcb6;
  border-radius: 200px;
  background-image: url('../images/Microondas-de-embutir-Electrolux-com-funcao-Grill-e-Painel-Blue-Touch-MB38T-04-2.png');
  background-position: 50% 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.fp-slide-icone.fp-slide-2-icone {
  background-image: url('../images/Microondas-de-embutir-Electrolux-com-funcao-Grill-e-Painel-Blue-Touch-MB38T-03-2.png');
  background-position: 75% 50%;
  background-size: 100%;
}

.div-block-31 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 30px;
  -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;
  border-style: solid;
  border-width: 0px;
  border-color: #bfc0ba;
  border-radius: 0px;
  background-color: transparent;
  color: #fff;
}

.heading-11 {
  margin-top: 10px;
  font-size: 40px;
  line-height: 50px;
  font-weight: 600;
}

.div-block-32 {
  position: relative;
  right: auto;
  bottom: auto;
  z-index: 10;
  width: 200px;
  height: 200px;
  border-style: solid;
  border-width: 5px;
  border-color: #041e50;
  border-radius: 200px;
  background-color: #041e50;
  background-image: url('../images/Microondas-de-embutir-Electrolux-com-funcao-Grill-e-Painel-Blue-Touch-MB38T-13-2.png');
  background-position: 55% 40%;
  background-size: 175%;
  background-repeat: no-repeat;
}

.div-block-33 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 55%;
  margin-right: 50%;
  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: 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;
}

.div-block-34 {
  display: none;
  width: 45%;
  height: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.div-block-35 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 375px;
  height: 150px;
  margin-right: 0px;
  margin-bottom: 25px;
  margin-left: -75px;
  padding: 20px 30px 20px 100px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0px 3px 3px 0px;
  background-color: rgba(4, 30, 80, 0.95);
  color: #fff;
}

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

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

.columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 500px;
  min-height: 100%;
  -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;
}

.column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #adb9c3;
}

.column-2 {
  height: 100%;
  padding-right: 0px;
  padding-left: 0px;
}

.div-block-36 {
  width: 100%;
  padding: 0px 75px 40px;
}

.div-block-37 {
  width: 100px;
  height: 100px;
  border-radius: 200px;
  background-image: url('../images/Dryer_SVP11_Wall_Mounted_Front_View2_Electrolux.png');
  background-position: 50% 100%;
  background-size: 200%;
}

.heading-12 {
  margin-top: 10px;
  font-size: 40px;
  line-height: 50px;
  font-weight: 600;
}

.paragraph-3 {
  width: 95%;
  margin-bottom: 0px;
  font-size: 25px;
  line-height: 30px;
  font-weight: 700;
}

.columns-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 500px;
  min-height: 100%;
  -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;
}

.column-3 {
  height: 100%;
  background-image: url('../images/Micro-ondas_MB38T_Aberto_700x700.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.column-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #041e50;
}

.fs-slide-icone {
  width: 100px;
  height: 100px;
  border-radius: 200px;
  background-image: url('../images/Microondas-de-embutir-Electrolux-com-funcao-Grill-e-Painel-Blue-Touch-MB38T-09-2.png');
  background-position: 75% 50%;
  background-size: 250%;
  background-repeat: no-repeat;
}

.fs-slide-icone.fs-slide-2-icone {
  background-image: url('../images/Microondas-de-embutir-Electrolux-com-funcao-Grill-e-Painel-Blue-Touch-MB38T-10-2.png');
  background-position: 35% 40%;
  background-size: 175%;
}

.div-block-39 {
  width: 100%;
  height: auto;
  padding: 40px 75px;
  color: #fff;
}

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

.heading-13 {
  margin-top: 10px;
  font-size: 40px;
  line-height: 50px;
  font-weight: 600;
}

.slider {
  width: 100%;
  height: 360px;
  background-color: transparent;
}

.left-arrow {
  display: none;
}

.right-arrow {
  display: none;
}

.icone-btn-1 {
  color: #fff;
}

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

.fs-box-bg-color {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 500px;
  min-height: 100%;
  -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;
  background-image: radial-gradient(circle farthest-corner at 75% 50%, #041e50, #000);
}

.div-block-15 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45%;
  margin-left: -50px;
  -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: 230px;
  height: 230px;
  margin-right: 0px;
  margin-bottom: 10px;
  margin-left: 0px;
  padding: 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: #041e50;
  opacity: 0;
  color: #fff;
  text-align: center;
}

.heading-7 {
  width: 70%;
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 35px;
  line-height: 45px;
  font-weight: 600;
}

.feature-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  margin-bottom: 150px;
  padding-top: 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: #fff;
}

.div-block-18 {
  position: static;
  display: none;
  width: 100%;
  margin-bottom: auto;
  padding-top: 40px;
  padding-bottom: 20px;
  clear: none;
  -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-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.paragraph-5 {
  width: 100.000026%;
  margin-bottom: 0px;
  padding: 20px 40px;
  font-size: 40px;
  line-height: 70px;
  font-weight: 600;
}

.text-block {
  opacity: 1;
  line-height: 20px;
  font-weight: 400;
  text-align: center;
}

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

.btn-1-div {
  position: relative;
  z-index: 25;
  display: block;
  margin: 141px 0px 0px 260px;
  -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: 250px;
  height: 250px;
  margin-top: 10px;
  margin-left: 10px;
  padding: 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: 250px;
  background-color: #041e50;
  opacity: 0;
  color: #fff;
  font-weight: 400;
  text-align: center;
}

.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: #041e50;
  font-family: 'Font Awesome', sans-serif;
  color: #fff;
  font-weight: 900;
}

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

.btn-2-div {
  position: relative;
  z-index: 20;
  display: block;
  margin: -304px auto -304px 89px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -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;
  opacity: 1;
}

.heading-5 {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 20px 40px;
  background-color: #adb9c3;
  font-size: 40px;
  line-height: 50px;
  font-weight: 600;
  text-align: left;
}

.div-block-16 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 95%;
  margin-bottom: 40px;
  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;
  border-radius: 3px;
  background-color: #dfe7ea;
}

.bg-painel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 55%;
  height: 700px;
  min-height: 100%;
  padding: 20px;
  -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-image: url('../images/painel.png');
  background-position: 50% 100%;
  background-size: 90%;
  background-repeat: no-repeat;
  opacity: 1;
}

.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: #adb9c3;
  color: #041e50;
}

.slider-2 {
  width: 100%;
  height: 405px;
  border-style: solid;
  border-width: 3px;
  border-color: #bcbdb6;
  border-radius: 3px;
  background-color: transparent;
}

.left-arrow-2 {
  display: none;
}

.right-arrow-2 {
  display: none;
}

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

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

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

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

.bold-text-8 {
  color: #dfe7ea;
  font-weight: 700;
}

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

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

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

.banner {
  display: none;
  width: 100%;
  height: 650px;
  padding: 40px 60px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: url('../images/A81A1489.png');
  background-position: 50% 100%;
  background-size: cover;
}

.heading-14 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 20px;
  border-radius: 3px;
  background-color: rgba(4, 30, 80, 0.9);
  color: #fff;
  font-size: 40px;
  line-height: 45px;
  font-weight: 600;
}

.slider-3 {
  width: 100%;
  height: 100%;
  background-color: transparent;
}

.slide {
  background-color: #adb9c3;
  background-image: url('../images/Dryer_SVP11_Freestanding_Loading_Electrolux-2.png');
  background-position: 0% 20%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-2 {
  background-image: url('../images/Lavadora_LAC11_StraightCentralWithClothes_Electrolux_PRINT-3.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.left-arrow-3 {
  display: none;
}

.right-arrow-3 {
  display: none;
}

.slide-nav {
  display: none;
}

.sec-jet-clean-new {
  display: block;
  height: auto;
  padding-top: 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-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #130b5c;
}

.div-block-121 {
  display: none;
  width: 100%;
  padding: 20px 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;
  background-color: #dfe7ea;
}

.div-block-122 {
  width: 70%;
}

.heading-56 {
  display: block;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 0px;
  color: #041e50;
  font-size: 25px;
  line-height: 32px;
  text-align: center;
  letter-spacing: 1px;
}

.text-span-24 {
  background-color: transparent;
  font-size: 35px;
  line-height: 45px;
  text-decoration: none;
}

.div-block-103 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 0px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.heading-66 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 25px;
  line-height: 35px;
  font-weight: 600;
  letter-spacing: 1px;
}

.section-11 {
  display: none;
  height: 500px;
}

.div-block-108 {
  width: 100%;
  padding: 20px 44px 20px 79px;
}

.columns-15 {
  height: 100%;
}

.column-33 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -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/Comparativo---Diluição-2.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-5 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  margin-top: 0px;
  margin-bottom: 30px;
  padding: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
  border-right: 0px solid #0171f7;
  background-color: transparent;
  text-align: center;
}

.column-32 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-bottom: 10px;
  -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;
}

.jet-clean-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-bottom: 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;
  color: #fff;
  font-size: 50px;
  line-height: 60px;
  text-align: left;
  letter-spacing: 2px;
}

.jet-clean-text.ultrafilter-title {
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 38px;
  line-height: 42px;
}

.jet-clean-text.ultrafilter-title.roupas-novas {
  margin-bottom: 0px;
}

.heading-69 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 10px 15px;
  color: #041e50;
  font-size: 30px;
  line-height: 40px;
  text-align: center;
}

.heading-69:hover {
  color: #fff;
}

.heading-69.text-jet {
  padding: 5px;
  font-size: 18px;
  line-height: 27px;
}

.columns-16 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.div-block-114 {
  width: 40%;
  margin-top: 0px;
  margin-right: 55px;
  margin-bottom: 150px;
  padding: 15px 20px;
  border-radius: 30px;
  background-color: hsla(0, 0%, 100%, 0.85);
}

.div-block-114.vert-move {
  margin-bottom: 0px;
  padding: 0px;
  border-radius: 20px;
}

.div-block-114.vert-move:hover {
  background-color: rgba(2, 13, 69, 0.75);
}

.div-block-114.vert-move.sem--et {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  margin-right: 0px;
  -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;
  border-radius: 10px;
  font-size: 15px;
}

.div-block-114.vert-move.sem--et:hover {
  color: #fff;
}

.column-34 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-right: 0px;
  padding-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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  background-color: #001235;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 18, 53, 0.95)), to(rgba(0, 18, 53, 0.95))), url('../images/Lavadora_LAC11_Ambientada_v4.jpg');
  background-image: linear-gradient(180deg, rgba(0, 18, 53, 0.95), rgba(0, 18, 53, 0.95)), url('../images/Lavadora_LAC11_Ambientada_v4.jpg');
  background-position: 0px 0px, 20% 50%;
  background-size: auto, auto;
}

.text-span-56 {
  font-size: 22px;
}

.image-21 {
  width: 81px;
  margin-right: 10px;
}

.column-31 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-bottom: 10px;
  -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;
}

.div-block-91 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
}

.div-block-91.roupa-nova {
  margin-bottom: 30px;
}

.div-block-119 {
  width: 100%;
  height: 340px;
}

.text-span-35 {
  margin-left: 5px;
}

.text-span-57 {
  font-size: 22px;
}

.slide-nav-2 {
  display: block;
}

.div-block-31-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 30px;
  -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;
  border-style: solid;
  border-width: 0px;
  border-color: #bfc0ba;
  border-radius: 0px;
  background-color: transparent;
  color: #fff;
}

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

.div-block-124 {
  width: 65%;
  height: 700px;
  padding-left: 0px;
  background-image: url('../images/6160957f3bc663f58501fdac_5--Secadora-Mademsa-SOLARE-9200-Ambientada-2-1000x1000px.jpg');
  background-position: 0px 0px;
  background-size: contain;
}

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

.heading-7-copy {
  position: relative;
  z-index: 1;
  width: 70%;
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 30px;
  line-height: 45px;
  font-weight: 600;
}

.div-block-40 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 525px;
  -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-126 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 55%;
  height: 100%;
  padding-bottom: 0px;
  -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;
}

.div-block-126.fp-div-slide {
  display: block;
  width: 50%;
  background-image: url('../images/Dryer_SVP11_Freestanding_Dry_Options_Electrolux_1000x1000.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.container {
  display: block;
  -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-127 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100%;
  padding: 40px 30px 40px 50px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #adb9c3;
  background-image: none;
}

.paragraph-6 {
  margin-bottom: 0px;
  font-size: 25px;
  line-height: 35px;
  font-weight: 400;
}

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

.div-block-128 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.background-video {
  width: 100.0000212487188%;
  height: 100%;
}

.feature-p {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: auto;
  padding: 100px 60px 60px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -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;
}

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

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

.heading-12-copy {
  margin-top: 10px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
}

@media screen and (min-width: 1280px) {
  .header {
    background-position: 100% 0%;
    background-size: cover;
  }
}

@media screen and (min-width: 1440px) {
  .header {
    height: 750px;
    background-position: 50% 0%;
    background-size: 120%;
  }

  .div-block {
    width: 575px;
  }

  .heading {
    width: 95%;
  }

  .feature-1 {
    height: auto;
  }

  .div-block-27 {
    width: 65%;
  }

  .esp-bg {
    height: 700px;
  }

  .div-block-28 {
    height: 550px;
    background-image: url('../images/Dryer_SVP11_Freestanding_Opened2_Electrolux.png');
    background-position: 50% 100%;
    background-size: 100%;
  }

  .div-block-35 {
    width: 365px;
    height: 130px;
    margin-bottom: 30px;
    padding-right: 20px;
  }

  .text-block-3 {
    width: 90%;
  }

  .columns {
    height: 550px;
  }

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

  .paragraph-3 {
    width: 85%;
  }

  .columns-2 {
    height: 550px;
  }

  .column-3 {
    background-position: 50% 50%;
  }

  .fs-slide-icone {
    background-image: url('../images/Micro-ondas_MB38T_Frontal_700x700.png');
    background-position: 100% 50%;
  }

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

  .slider {
    height: 355px;
  }

  .fs-box-bg-color {
    height: 550px;
  }

  .btn-1-texto {
    margin-bottom: 20px;
  }

  .heading-7 {
    width: 60%;
  }

  .feature-3 {
    height: auto;
    margin-bottom: 125px;
  }

  .btn-1-div {
    margin-top: 196px;
    margin-bottom: 0px;
    margin-left: -222px;
  }

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

  .div-block-16 {
    width: 85%;
  }

  .bg-painel {
    height: 720px;
    background-position: 50% 100%;
    background-size: 80%;
  }

  .slider-2 {
    width: 95%;
    height: 385px;
  }

  .banner {
    height: 650px;
  }

  .image-21 {
    width: 76px;
    margin-right: 20px;
  }

  .heading-7-copy {
    width: 60%;
  }

  .div-block-40 {
    height: 480px;
  }

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

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

  .feature-p {
    height: auto;
    padding-top: 100px;
    padding-bottom: 80px;
  }
}

@media screen and (min-width: 1920px) {
  .header {
    height: 950px;
    padding-right: 60px;
    padding-left: 60px;
    background-position: 100% 0%;
    background-size: cover;
  }

  .div-block {
    width: 775px;
  }

  .image {
    width: 225px;
  }

  .heading {
    width: 95%;
    margin-bottom: 20px;
    font-size: 60px;
    line-height: 70px;
  }

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

  .feature-1 {
    height: auto;
  }

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

  .esp-bg {
    height: 924px;
    padding-top: 40px;
    padding-bottom: 40px;
    background-size: cover;
  }

  .esp {
    height: 1000px;
  }

  .div-block-28 {
    height: 700px;
    margin-top: 0px;
    background-image: url('../images/Dryer_SVP11_Freestanding_Opened2_Electrolux.png');
    background-position: 50% 100%;
    background-size: 100%;
  }

  .div-block-35 {
    width: 400px;
    height: 135px;
    margin-bottom: 30px;
    padding-right: 20px;
  }

  .columns {
    height: 600px;
  }

  .columns-2 {
    height: 700px;
  }

  .fs-box-bg-color {
    height: 800px;
  }

  .heading-7 {
    width: 55%;
    font-size: 40px;
    line-height: 50px;
  }

  .feature-3 {
    margin-bottom: 150px;
  }

  .div-block-18 {
    margin-bottom: 40px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .btn-1-div {
    margin-top: 475px;
    margin-left: -386px;
  }

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

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

  .bg-painel {
    height: 900px;
    background-position: 50% 0%;
    background-size: cover;
  }

  .slider-2 {
    width: 90%;
  }

  .banner {
    height: 900px;
  }

  .slide-2 {
    background-image: url('../images/Lavadora_LAC11_StraightCentralWithClothes_Electrolux_PRINT-1.jpg');
  }

  .div-block-5 {
    position: relative;
    margin-bottom: 30px;
  }

  .heading-7-copy {
    width: 55%;
    font-size: 40px;
    line-height: 50px;
  }

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

  .div-block-126 {
    background-size: 775px;
  }

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

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

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

  .feature-p {
    height: auto;
    padding-top: 125px;
    padding-bottom: 80px;
  }

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

@media screen and (max-width: 991px) {
  .header {
    height: 600px;
    padding-top: 40px;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    background-size: 140%;
  }

  .div-block {
    width: 390px;
  }

  .image {
    width: 160px;
  }

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

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

  .feature-1 {
    height: auto;
    padding-top: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .div-block-27 {
    width: 65%;
  }

  .esp-bg {
    height: 600px;
  }

  .grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .image-2 {
    width: 150px;
  }

  .image-3 {
    width: 110px;
  }

  .div-block-28 {
    width: 100%;
    height: 500px;
    margin-top: 30px;
    margin-bottom: -25px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    background-position: 50% 50%;
    background-size: 100%;
  }

  .div-block-29 {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .div-block-31 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .heading-11 {
    text-align: center;
  }

  .div-block-32 {
    width: 150px;
    height: 150px;
  }

  .div-block-33 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-34 {
    width: 100%;
    padding-top: 20px;
  }

  .div-block-35 {
    width: 350px;
    height: 125px;
    margin-bottom: 10px;
    padding-left: 90px;
  }

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

  .columns {
    height: 450px;
  }

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

  .heading-12 {
    width: 90%;
    font-size: 35px;
    line-height: 45px;
  }

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

  .columns-2 {
    height: 400px;
  }

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

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

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

  .slider {
    height: 380px;
  }

  .fs-box-bg-color {
    height: 600px;
  }

  .div-block-15 {
    margin-left: -40px;
  }

  .heading-7 {
    width: 80%;
    font-size: 30px;
    line-height: 40px;
  }

  .feature-3 {
    margin-bottom: 150px;
  }

  .div-block-18 {
    margin-bottom: 60px;
  }

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

  .btn-1-div {
    margin-top: 98px;
    margin-left: 10px;
  }

  .btn-2-texto {
    margin-top: 10px;
  }

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

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

  .div-block-16 {
    width: 95%;
    margin-bottom: 40px;
  }

  .bg-painel {
    width: 60%;
    height: 700px;
    background-position: 85% 100%;
    background-size: cover;
  }

  .slider-2 {
    width: 75%;
    height: 365px;
  }

  .banner {
    -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-14 {
    font-size: 35px;
    line-height: 35px;
    text-align: center;
  }

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

  .heading-56 {
    line-height: 30px;
    text-align: center;
  }

  .div-block-103 {
    display: block;
    margin-bottom: 0px;
    padding-bottom: 0px;
  }

  .heading-66 {
    text-align: center;
  }

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

  .column-33 {
    background-image: url('../images/Comparativo---Diluição-2.jpg');
  }

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

  .jet-clean-text {
    margin-top: 5px;
    font-size: 50px;
  }

  .jet-clean-text.ultrafilter-title {
    font-size: 25px;
    line-height: 45px;
  }

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

  .div-block-114 {
    margin-bottom: 60px;
  }

  .div-block-31-copy {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .heading-7-copy {
    width: 80%;
    font-size: 30px;
    line-height: 40px;
  }

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

  .div-block-126 {
    background-position: 30% 100%;
    background-size: 500px;
  }

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

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

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

  .feature-p {
    height: auto;
  }

  .heading-12-copy {
    width: 90%;
    font-size: 35px;
    line-height: 45px;
  }
}

@media screen and (max-width: 767px) {
  .header {
    height: auto;
    padding: 20px 0px 0px;
    background-color: #fff;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
  }

  .div-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 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;
  }

  .div-block-2 {
    width: 90%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #dfe7ea;
  }

  .div-block-3 {
    position: relative;
    z-index: 10;
    width: 90%;
    margin-bottom: -25px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #041e50;
  }

  .heading {
    font-size: 30px;
    line-height: 40px;
    text-align: center;
  }

  .paragraph {
    width: 100%;
    font-size: 25px;
    line-height: 30px;
    text-align: center;
  }

  .h-bg-mb {
    display: block;
    width: 100%;
    height: 450px;
    background-image: url('../images/MB38T-Banner.jpg');
    background-position: 0% 10%;
    background-size: 275%;
    background-repeat: no-repeat;
  }

  .div-block-27 {
    width: 70%;
  }

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

  .esp-bg {
    height: 500px;
  }

  .footer {
    padding-top: 30px;
    padding-bottom: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

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

  .link-block {
    position: static;
  }

  .div-block-28 {
    height: 400px;
    margin-bottom: 0px;
    background-position: 50% 50%;
    background-size: 100%;
  }

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

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

  .div-block-33 {
    margin-right: -2%;
  }

  .div-block-34 {
    height: auto;
    margin-top: -100px;
    padding: 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-color: transparent;
  }

  .div-block-35 {
    position: relative;
    z-index: 5;
    width: 300px;
    height: 115px;
    margin-bottom: 0px;
    padding-left: 90px;
    background-color: #041e50;
  }

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

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

  .column {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .column-2 {
    height: 450px;
  }

  .div-block-36 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 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: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .heading-12 {
    text-align: center;
  }

  .columns-2 {
    height: auto;
    min-height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .column-3 {
    height: 450px;
  }

  .column-4 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .div-block-39 {
    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;
    -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;
  }

  .heading-13 {
    text-align: center;
  }

  .slider {
    width: 85%;
    height: 350px;
  }

  .fs-box-bg-color {
    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-15 {
    width: 100%;
    margin-left: 0px;
    padding-top: 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;
  }

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

  .heading-7 {
    width: 90%;
  }

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

  .div-block-18 {
    margin-bottom: 0px;
    padding-bottom: 40px;
  }

  .paragraph-5 {
    padding-right: 30px;
    padding-left: 30px;
    text-align: left;
  }

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

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

  .btn-2-div {
    margin-top: -159px;
    margin-left: 82px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .heading-5 {
    padding-right: 30px;
    padding-left: 30px;
    text-align: center;
  }

  .div-block-16 {
    width: 70%;
    margin-bottom: -25px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .bg-painel {
    width: 100%;
    height: 550px;
    background-position: 80% 100%;
  }

  .slider-2 {
    width: 80%;
  }

  .banner {
    height: 450px;
    padding-right: 40px;
    padding-left: 40px;
  }

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

  .sec-jet-clean-new {
    padding: 40px 0px;
  }

  .section-11 {
    height: auto;
  }

  .div-block-108 {
    padding-bottom: 40px;
  }

  .columns-15 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -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;
  }

  .column-33 {
    height: 350px;
    background-image: url('../images/Comparativo---Diluição-2.jpg');
  }

  .div-block-5 {
    width: 100%;
    margin-top: -8px;
    margin-bottom: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .column-32 {
    height: auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .columns-16 {
    display: block;
    height: auto;
  }

  .column-31 {
    height: auto;
  }

  .div-block-91.roupa-nova {
    -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-119 {
    height: auto;
  }

  .heading-7-copy {
    width: 90%;
  }

  .div-block-40 {
    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-126 {
    width: 100px;
    height: 400px;
    border-top: 0px solid #041e50;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background-image: linear-gradient(180deg, transparent, transparent);
  }

  .div-block-126.fp-div-slide {
    width: 100%;
    height: 425px;
  }

  .div-block-127 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-top: 40px;
    padding-right: 40px;
    padding-left: 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;
    text-align: center;
  }

  .paragraph-6 {
    text-align: left;
  }

  .heading-70 {
    font-size: 30px;
    line-height: 40px;
    text-align: center;
  }

  .div-block-128 {
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .feature-p {
    height: auto;
    padding: 85px 30px 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-image: none;
  }

  .heading-12-copy {
    text-align: center;
  }
}

@media screen and (max-width: 479px) {
  .header {
    background-image: url('../images/DRYER_SVP11_LAUNDRY_ELECTROLUX_impressao.jpg');
  }

  .image {
    width: 135px;
  }

  .div-block-3 {
    margin-bottom: -20px;
    padding: 20px 0px;
  }

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

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

  .h-bg-mb {
    display: none;
    height: 350px;
    background-image: url('../images/MB38T-Banner.jpg');
    background-position: 0% 0%;
    background-size: 280%;
  }

  .div-block-27 {
    width: 90%;
  }

  .div-block-7 {
    padding-top: 40px;
    padding-bottom: 10px;
  }

  .esp-bg {
    height: 325px;
    padding: 20px;
  }

  .text-span-9 {
    font-size: 20px;
  }

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

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

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

  .image-2 {
    width: 135px;
  }

  .image-3 {
    width: 115px;
  }

  .div-block-28 {
    height: 300px;
    margin-top: 20px;
    margin-bottom: 0px;
    background-position: 100% 50%;
    background-size: 100%;
  }

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

  .heading-11 {
    margin-left: auto;
    font-size: 25px;
    line-height: 35px;
  }

  .div-block-32 {
    width: 125px;
    height: 125px;
  }

  .div-block-33 {
    margin-right: 1%;
  }

  .div-block-34 {
    margin-top: -75px;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .div-block-35 {
    width: 260px;
    height: 100px;
    margin-top: 5px;
    margin-right: 0px;
    margin-bottom: 0px;
    padding-right: 20px;
    padding-left: 90px;
  }

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

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

  .column-2 {
    height: 300px;
  }

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

  .heading-12 {
    width: 100%;
    font-size: 25px;
    line-height: 30px;
  }

  .paragraph-3 {
    width: 95%;
    font-size: 15px;
    line-height: 20px;
  }

  .column-3 {
    height: 300px;
  }

  .div-block-39 {
    padding: 40px 10px;
  }

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

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

  .slider {
    width: 90%;
    height: 325px;
  }

  .fs-box-bg-color {
    background-image: radial-gradient(circle farthest-corner at 50% 0%, #041e50, #000);
  }

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

  .heading-7 {
    width: 90%;
    font-size: 25px;
    line-height: 30px;
  }

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

  .paragraph-5 {
    font-size: 15px;
    line-height: 20px;
    text-align: left;
  }

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

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

  .btn-1-div {
    margin-top: -518px;
    margin-bottom: 10px;
    margin-left: -47px;
  }

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

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

  .btn-2-div {
    margin-top: -242px;
    margin-bottom: -323px;
    margin-left: 150px;
  }

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

  .div-block-16 {
    width: 85%;
    margin-bottom: -20px;
  }

  .bg-painel {
    height: 550px;
    padding-top: 30px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-position: 85% 50%;
    background-size: contain;
  }

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

  .slider-2 {
    width: 90%;
    height: 325px;
  }

  .banner {
    height: 300px;
    padding: 0px;
  }

  .heading-14 {
    width: 100%;
    padding: 20px;
    background-color: rgba(4, 30, 80, 0.95);
    font-size: 20px;
    line-height: 25px;
  }

  .sec-jet-clean-new {
    overflow: hidden;
    padding-top: 40px;
  }

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

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

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

  .heading-66 {
    line-height: 35px;
  }

  .section-11 {
    overflow: hidden;
  }

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

  .div-block-123 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -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;
  }

  .columns-15 {
    width: 89.6222229003906%;
  }

  .column-33 {
    height: 300px;
  }

  .div-block-5 {
    width: 100%;
    margin-top: 0px;
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .column-32 {
    height: 100%;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }

  .jet-clean-text {
    padding-right: 34px;
    padding-left: 34px;
  }

  .jet-clean-text.ultrafilter-title {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 25px;
    line-height: 35px;
    text-align: center;
  }

  .jet-clean-text.ultrafilter-title.roupas-novas {
    margin-top: 10px;
    font-size: 25px;
    line-height: 35px;
  }

  .heading-69 {
    font-size: 12px;
    line-height: 20px;
  }

  .heading-69.text-jet {
    font-size: 15px;
    line-height: 20px;
  }

  .div-block-114 {
    width: 50%;
    margin-right: 40px;
    margin-bottom: 60px;
    margin-left: 20px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .div-block-114.vert-move {
    margin-right: 10px;
    margin-left: 0px;
  }

  .div-block-114.vert-move.sem--et {
    width: 90%;
    margin-right: 5px;
    margin-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .text-span-56 {
    font-size: 15px;
    line-height: 20px;
  }

  .image-21 {
    width: 80px;
  }

  .column-31 {
    height: 100%;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-91.roupa-nova {
    display: block;
  }

  .div-block-119 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -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;
  }

  .text-span-57 {
    font-size: 15px;
  }

  .div-block-31-copy {
    padding: 20px;
  }

  .heading-7-copy {
    width: 90%;
    font-size: 25px;
    line-height: 30px;
  }

  .div-block-126 {
    height: 350px;
    background-position: 30% 110%;
    background-size: 375px;
  }

  .div-block-126.fp-div-slide {
    height: 300px;
  }

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

  .paragraph-6 {
    font-size: 15px;
    line-height: 20px;
    text-align: center;
  }

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

  .div-block-128 {
    width: 85%;
  }

  .feature-p {
    padding-top: 75px;
    padding-bottom: 40px;
    background-image: none;
  }

  .heading-12-copy {
    width: 100%;
    font-size: 25px;
    line-height: 30px;
  }
}

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