.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-color: #041e50;
  background-image: url('../images/background.jpg');
  background-position: 100% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block {
  width: 650px;
  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 20px 30px 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: 50px;
  line-height: 60px;
  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-p {
  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/Dishwasher_LV08B_In_The_Kitchen_Countertop_v12.jpg');
  background-image: linear-gradient(180deg, rgba(0, 18, 53, 0.95), rgba(0, 18, 53, 0.95)), url('../images/Dishwasher_LV08B_In_The_Kitchen_Countertop_v12.jpg');
  background-position: 0px 0px, 0% 50%;
  background-size: auto, cover;
}

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

.div-block-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 40px 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: 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-image: url('../images/OE9XT_OE9VT---Produto.jpg');
  background-position: 50% 50%;
  background-size: 500px;
  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: 30px;
  line-height: 35px;
  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 {
  font-weight: 600;
}

.esp {
  width: 100%;
  margin-top: 0px;
  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/liquido-secante.jpg');
  background-position: 95% 50%;
  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 {
  width: 100px;
  height: 100px;
  border-style: solid;
  border-width: 3px;
  border-color: #bbbcb6;
  border-radius: 200px;
  background-image: url('../images/icone.png');
  background-position: 50% 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.fp-slide-icone.fp-slide-2-icone {
  background-image: url('../images/Dishwasher_LV08B_Rinse_Aid_v1.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: 50%;
  margin-right: 500px;
  margin-left: 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;
}

.div-block-34 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  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: 25px;
  line-height: 30px;
  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: 40px 75px;
}

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

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

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

.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-t {
  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 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 105px;
  padding-top: 40px;
  padding-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;
  text-align: center;
}

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

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

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

.btn-1-div {
  position: relative;
  z-index: 25;
  display: none;
  margin: 184px 5px 37px 169px;
  -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: #fff;
  font-family: 'Font Awesome', sans-serif;
  font-weight: 900;
}

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

.btn-2-div {
  position: relative;
  z-index: 20;
  display: none;
  margin-top: -312px;
  margin-left: -322px;
  -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;
}

.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/Kitchen_ProSeries_OvenMicrowaveTower_Electrolux_1000x1000.png');
  background-position: 0% 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.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: #fff;
  font-family: 'Font Awesome', sans-serif;
  color: #041e50;
  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: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  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-image: url('../images/Oven_OE9VT_ControlPanel_Hand_Electrolux_1000x1000.png');
  background-position: 50% 50%;
  background-size: cover;
}

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

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

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

.slide-nav {
  display: none;
}

.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-41 {
  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-41.fp-div-slide {
  display: block;
  width: 50%;
}

.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-42 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 90%;
  margin-top: -56px;
  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-15 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 40px;
  line-height: 50px;
  font-weight: 600;
}

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

.feature-v {
  overflow: hidden;
  width: 100%;
  height: 750px;
  padding-bottom: 0px;
}

.div-block-4 {
  display: block;
  width: 100%;
  height: 45%;
  padding-top: 60px;
  padding-right: 100px;
  padding-left: 100px;
  -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: #041e50;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(4, 30, 80, 0.9)), to(rgba(4, 30, 80, 0.9))), url('../images/Dishwasher_LP14V_Kitchen_Electrolux.jpg');
  background-image: linear-gradient(180deg, rgba(4, 30, 80, 0.9), rgba(4, 30, 80, 0.9)), url('../images/Dishwasher_LP14V_Kitchen_Electrolux.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, auto;
  background-repeat: repeat, no-repeat;
}

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

.heading-2 {
  width: 65%;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 40px;
  line-height: 50px;
  font-weight: 600;
  text-align: center;
  text-transform: none;
}

.background-video-2 {
  z-index: 1;
}

.tab-link-tab-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  margin-right: 10px;
  margin-left: 10px;
  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;
  font-family: 'Font Awesome', sans-serif;
  color: #7b8a9c;
  font-weight: 900;
}

.tab-link-tab-2.w--current {
  background-color: transparent;
  color: #fff;
}

.tab-pane-tab-3 {
  width: 100%;
}

.fp-tab-bg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  height: 100%;
  padding: 0px 100px 100px;
  -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/Oven_OE9VT_ControlPanel_Electrolux_1000x1000.png');
  background-position: 100% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.fp-tab-bg.fp-tab-bg-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  padding: 40px 100px;
  -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/Oven_OE9VT_Opened_Meat_Built-In_Electrolux_1000x1000.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.fp-tab-bg.fp-tab-bg-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  padding: 0px 100px;
  -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/Oven_OE9VT_Opened_Built-In_Electrolux_1000x1000.png');
  background-position: 50% 25%;
  background-size: cover;
  background-repeat: no-repeat;
}

.tab-pane-tab-2 {
  width: 99.999912644604%;
}

.heading-16 {
  width: auto;
  margin-top: 0px;
  margin-bottom: 15px;
  color: #fff;
  font-size: 41px;
  line-height: 50px;
  font-weight: 600;
  text-align: left;
}

.tabs {
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  -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;
}

.tab-link-tab-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  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;
  font-family: 'Font Awesome', sans-serif;
  color: #7b8a9c;
  font-weight: 900;
}

.tab-link-tab-3.w--current {
  background-color: transparent;
  color: #fff;
}

.tabs-content {
  width: 100%;
}

.btn-1-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: #fff;
  font-family: 'Font Awesome', sans-serif;
  color: #041e50;
  font-weight: 900;
  text-align: center;
  text-transform: none;
}

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

.btn-1-div-2 {
  position: relative;
  z-index: 25;
  display: none;
  margin: 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-div-2.btn-4-div {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.btn-1-div-2.btn-3-div {
  -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;
}

.feature-p-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: auto;
  padding-right: 0px;
  padding-bottom: 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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.tab-pane-tab-1 {
  width: 100%;
}

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

.div-block-17 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.div-block-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 375px;
  height: 450px;
  margin-left: -35px;
  padding: 30px 30px 30px 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;
  border-radius: 0px;
  background-color: #041e50;
  color: #dfe7ea;
}

.tabs-menu {
  position: absolute;
  top: 49px;
  right: 40px;
  z-index: 20;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 95px;
  height: auto;
  padding: 10px;
  -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-style: solid;
  border-width: 0px;
  border-color: #fff;
  border-radius: 20px;
  background-color: #041e50;
}

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

.tab-link-tab-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  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;
  font-family: 'Font Awesome', sans-serif;
  color: #7b8a9c;
  font-weight: 900;
}

.tab-link-tab-1.w--current {
  background-color: transparent;
  color: #fff;
}

.btn-1-texto-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 210px;
  height: 210px;
  margin-right: 10px;
  margin-bottom: 0px;
  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;
}

.btn-1-texto-2.btn-4-texto {
  width: 215px;
  height: 215px;
  margin-right: 0px;
  margin-left: 10px;
  opacity: 0;
}

.btn-1-texto-2.btn-3-texto {
  width: 190px;
  height: 190px;
  background-color: #041e50;
  opacity: 0;
}

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

.text-block-6 {
  display: block;
}

.linha-pro {
  display: none;
  width: 100%;
  height: 650px;
  min-height: 100%;
  padding: 40px;
  -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: -webkit-gradient(linear, left top, left bottom, from(rgba(4, 30, 80, 0.45)), to(rgba(4, 30, 80, 0.45))), url('../images/Kitchen_ProSeries_AllProducts_Electrolux.jpg');
  background-image: linear-gradient(180deg, rgba(4, 30, 80, 0.45), rgba(4, 30, 80, 0.45)), url('../images/Kitchen_ProSeries_AllProducts_Electrolux.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.div-block-9 {
  position: static;
  left: 0%;
  top: 0px;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 45%;
  -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-4 {
  position: static;
  left: 0px;
  top: 0px;
  width: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 20px;
  border-radius: 3px;
  background-color: rgba(4, 30, 80, 0.95);
  color: #fff;
  font-size: 35px;
  line-height: 40px;
  font-weight: 700;
  text-align: center;
}

.hero-video-lightbox {
  position: static;
  margin-top: 0px;
}

.video-lightbox-button {
  position: absolute;
  left: 0px;
  top: 53%;
  right: 0px;
  display: block;
  width: 60px;
  height: 60px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 16px;
  padding-left: 2px;
  border-radius: 100%;
  background-color: #5ec045;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
  text-align: center;
}

.video-lightbox-button:hover {
  box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.5);
  -webkit-transform: translate(0px, -50%) scale(1.2);
  -ms-transform: translate(0px, -50%) scale(1.2);
  transform: translate(0px, -50%) scale(1.2);
}

.video-lightbox-button.large-color {
  position: static;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90px;
  height: 90px;
  padding-top: 0px;
  padding-left: 2px;
  -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;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #fff;
}

.video-lightbox-button.large-color:hover {
  background-color: #adb9c3;
}

.video-lightbox-icon {
  height: 25px;
}

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

  .div-block {
    width: 575px;
  }

  .heading {
    width: 95%;
  }

  .feature-p {
    height: auto;
  }

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

  .esp-bg {
    height: 700px;
  }

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

  .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-t {
    height: auto;
    margin-bottom: 125px;
  }

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

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

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

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

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

  .banner {
    height: 650px;
  }

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

  .div-block-42 {
    height: 98%;
    margin-top: -9px;
    padding-right: 40px;
    padding-left: 60px;
  }

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

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

  .feature-v {
    height: 750px;
  }

  .div-block-4 {
    height: 55%;
  }

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

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

  .div-block-8 {
    width: 400px;
  }

  .tabs-menu {
    right: 55px;
  }

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

  .linha-pro {
    height: 750px;
  }
}

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

  .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-p {
    height: auto;
  }

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

  .esp-bg {
    height: 850px;
    background-size: 700px;
  }

  .div-block-28 {
    height: 700px;
    margin-top: 0px;
    background-size: cover;
  }

  .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-t {
    margin-bottom: 150px;
  }

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

  .btn-1-div {
    margin-top: 101px;
    margin-left: 669px;
  }

  .btn-2-texto {
    border-radius: 200px;
    opacity: 0;
  }

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

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

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

  .slider-2 {
    width: 90%;
  }

  .banner {
    height: 900px;
  }

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

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

  .div-block-42 {
    height: 85%;
    margin-top: -78px;
    padding-right: 60px;
    padding-left: 60px;
  }

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

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

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

  .feature-v {
    height: 800px;
  }

  .div-block-4 {
    height: 55%;
  }

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

  .fp-tab-bg.fp-tab-bg-2 {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .fp-tab-bg.fp-tab-bg-3 {
    padding: 60px 125px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

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

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

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

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

  .div-block-44 {
    height: 900px;
  }

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

  .tabs-menu {
    top: 165px;
    right: 95px;
  }

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

  .btn-1-texto-2 {
    width: 240px;
    height: 240px;
    margin-right: 0px;
    margin-left: 10px;
    opacity: 0;
  }

  .btn-1-texto-2.btn-4-texto {
    width: 270px;
    height: 270px;
    opacity: 0;
    font-size: 20px;
    line-height: 25px;
  }

  .btn-1-texto-2.btn-3-texto {
    width: 235px;
    height: 235px;
    margin-right: 10px;
    margin-left: 0px;
    opacity: 0;
  }

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

  .linha-pro {
    height: 950px;
  }

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

  .video-lightbox-button.large-color {
    width: 125px;
    height: 125px;
    padding-left: 3px;
  }

  .video-lightbox-icon {
    height: 45px;
  }
}

@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-p {
    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-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .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-t {
    margin-bottom: 150px;
  }

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

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

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

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

  .btn-2-div {
    margin-top: 100px;
    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-40 {
    height: 350px;
  }

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

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

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

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

  .feature-p-2 {
    height: auto;
  }

  .feature-v {
    height: 600px;
  }

  .div-block-4 {
    padding-top: 60px;
    padding-right: 40px;
    padding-left: 40px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('../images/Linha_Home_Pro_Kitchen_AllProducts_Electrolux.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/Linha_Home_Pro_Kitchen_AllProducts_Electrolux.jpg');
    background-position: 0px 0px, 50% 50%;
  }

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

  .fp-tab-bg {
    width: 65%;
  }

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

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

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

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

  .div-block-8 {
    width: 100%;
    height: 250px;
    padding-right: 40px;
    padding-left: 30px;
  }

  .tabs-menu {
    top: 70px;
  }

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

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

  .linha-pro {
    height: 500px;
  }

  .div-block-9 {
    height: 45%;
  }

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

  .video-lightbox-button.large-color {
    width: 75px;
    height: 75px;
    padding-top: 0px;
  }

  .video-lightbox-icon {
    height: 20px;
  }
}

@media screen and (max-width: 767px) {
  .header {
    height: auto;
    padding: 20px 0px 0px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-color: #fff;
    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-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-t {
    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: 50px;
    margin-left: 200px;
    -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;
  }

  .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-41 {
    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-41.fp-div-slide {
    width: 100%;
    height: 425px;
  }

  .div-block-42 {
    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-15 {
    font-size: 30px;
    line-height: 40px;
    text-align: center;
  }

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

  .feature-p-2 {
    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;
  }

  .feature-v {
    height: 450px;
  }

  .div-block-4 {
    height: 50%;
    padding-top: 40px;
  }

  .div-block-5 {
    margin-bottom: 20px;
  }

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

  .fp-tab-bg {
    width: 100%;
    height: 400px;
    padding: 20px 40px 40px;
  }

  .fp-tab-bg.fp-tab-bg-2 {
    width: 100%;
    height: 400px;
    padding-right: 40px;
    padding-left: 40px;
  }

  .fp-tab-bg.fp-tab-bg-3 {
    width: 100%;
    padding: 20px 40px;
  }

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

  .tabs {
    -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: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

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

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

  .div-block-17 {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .div-block-8 {
    width: 70%;
    height: 225px;
    margin-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .tabs-menu {
    position: absolute;
    top: auto;
    right: auto;
    width: auto;
    margin-top: 95px;
  }

  .btn-1-texto-2 {
    width: 200px;
    height: 200px;
    opacity: 0;
  }

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

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

  .linha-pro {
    height: 400px;
    padding: 20px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('../images/Kitchen_ProSeries_AllProducts_Electrolux.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/Kitchen_ProSeries_AllProducts_Electrolux.jpg');
    background-position: 0px 0px, 40% 50%;
  }

  .div-block-9 {
    height: 40%;
    -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-4 {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 20px;
  }

  .video-lightbox-button.large-color {
    width: 70px;
    height: 70px;
    padding-top: 0px;
  }
}

@media screen and (max-width: 479px) {
  .header {
    padding-bottom: 119px;
    -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: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    background-image: url('../images/Kitchen_ProSeries_AllProducts_Island_Electrolux.jpg');
    background-position: 100% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .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 {
    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;
    background-size: cover;
  }

  .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 {
    font-size: 25px;
    line-height: 35px;
  }

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

  .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: -15px;
    margin-bottom: 10px;
    margin-left: 50px;
  }

  .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: -44px;
    margin-left: 85px;
  }

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

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

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

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

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

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

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

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

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

  .feature-v {
    height: 375px;
  }

  .div-block-4 {
    height: 50%;
    padding-top: 40px;
    padding-right: 20px;
    padding-left: 20px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(4, 30, 80, 0.9)), to(rgba(4, 30, 80, 0.9))), url('../images/Linha_Home_Pro_Kitchen_AllProducts_Electrolux.jpg');
    background-image: linear-gradient(180deg, rgba(4, 30, 80, 0.9), rgba(4, 30, 80, 0.9)), url('../images/Linha_Home_Pro_Kitchen_AllProducts_Electrolux.jpg');
    background-position: 0px 0px, 65% 55%;
    background-size: auto, auto;
  }

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

  .fp-tab-bg {
    height: 300px;
  }

  .fp-tab-bg.fp-tab-bg-2 {
    height: 300px;
  }

  .fp-tab-bg.fp-tab-bg-3 {
    height: 300px;
  }

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

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

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

  .btn-1-div-2.btn-4-div {
    margin-left: 0px;
    -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;
  }

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

  .div-block-8 {
    width: 90%;
    height: 250px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .tabs-menu {
    margin-top: 0px;
    margin-bottom: 25px;
  }

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

  .btn-1-texto-2.btn-4-texto {
    width: 185px;
    height: 185px;
    margin-right: 10px;
    margin-bottom: 0px;
    margin-left: 0px;
    opacity: 0;
  }

  .btn-1-texto-2.btn-3-texto {
    width: 165px;
    height: 165px;
    opacity: 0;
  }

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

  .linha-pro {
    height: 300px;
    padding: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(4, 30, 80, 0.4)), to(rgba(4, 30, 80, 0.4))), url('../images/Kitchen_ProSeries_AllProducts_Electrolux.jpg');
    background-image: linear-gradient(180deg, rgba(4, 30, 80, 0.4), rgba(4, 30, 80, 0.4)), url('../images/Kitchen_ProSeries_AllProducts_Electrolux.jpg');
    background-position: 0px 0px, 85% 50%;
    background-size: auto, 180%;
  }

  .div-block-9 {
    height: auto;
    margin-bottom: 60px;
  }

  .heading-4 {
    width: 100%;
    padding: 15px;
    border-radius: 0px;
    background-color: #041e50;
    font-size: 20px;
    line-height: 30px;
  }

  .hero-video-lightbox {
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .video-lightbox-button {
    width: 50px;
    height: 50px;
    padding-top: 13px;
  }

  .video-lightbox-button.large-color {
    width: 60px;
    height: 60px;
    padding-top: 0px;
  }

  .video-lightbox-icon {
    height: 20px;
  }
}

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