.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 {
  background-color: #fff;
  font-family: 'Electroluxsans 2', sans-serif;
  color: #071d41;
  font-size: 15px;
}

.header {
  overflow: hidden;
  height: 800px;
  max-height: 1050px;
  min-height: 250px;
  background-color: #071d41;
  color: #010b1a;
}

.header-bg {
  width: 100%;
  height: 55%;
  max-height: 60%;
  min-height: 40%;
  background-image: url('../images/EEK10-Banner-CUT.jpg');
  background-position: 50% 25%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 45%;
  max-height: 60%;
  min-height: 40%;
  padding: 30px 60px;
  -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: #071d41;
  background-image: radial-gradient(circle farthest-corner at 0% 50%, #0f397c, #071d41 54%);
  color: #f1f1f1;
}

.h-logo-elux {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  padding: 40px;
}

.image {
  width: 150px;
}

.image-2 {
  width: 750px;
  margin-bottom: -75px;
}

.div-block-4 {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45%;
  height: 850px;
  -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-5 {
  width: 50%;
}

.heading {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: 'Electroluxsans 3', sans-serif;
  color: #c2d2d9;
  font-size: 40px;
  line-height: 45px;
}

.text-block {
  margin-bottom: 10px;
  font-family: 'Electroluxsans 3', sans-serif;
  color: #c2d2d9;
  font-size: 25px;
  line-height: 30px;
}

.paragraph {
  font-family: 'Electroluxsans 3', sans-serif;
  font-size: 35px;
  line-height: 40px;
}

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

.h-icones {
  width: 90px;
  height: 90px;
  margin-bottom: 10px;
  border-radius: 200px;
  background-image: url('../images/Coffee_Machine_ECM30_Kitchen_1000x1000.png');
  background-position: 94% 87%;
  background-size: 600%;
}

.h-icones.h-icone-2 {
  background-color: #f1f1f1;
  background-image: url('../images/Coffee_Machine_ECM30_FrontView_Electrolux_1000x1000.png');
  background-position: 50% 13%;
  background-size: 900%;
}

.h-icones.h-icone-3 {
  background-color: #f1f1f1;
  background-image: url('../images/Coffee_Machine_ECM30_ControlPanel_Electrolux_1000x1000.png');
  background-position: 25% 70%;
  background-size: 225%;
}

.text-block-2 {
  font-family: 'Electroluxsans 3', sans-serif;
  text-align: center;
}

.columns {
  display: none;
  width: 80%;
}

.link {
  font-family: 'Electroluxsans 3', sans-serif;
  color: #f1f1f1;
  text-decoration: none;
}

.link:hover {
  color: #adbbc1;
}

.link.h-links {
  text-align: center;
}

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

.column-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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-secondaria {
  overflow: hidden;
  margin-top: 0px;
  background-color: #fff;
}

.columns-2 {
  height: 650px;
  max-height: 850px;
  min-height: 250px;
  background-color: #fff;
}

.column-4 {
  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-color: transparent;
}

.column-5 {
  height: 100%;
  background-image: url('../images/Coffee_Machine_ECM30_Perspective_B_Electrolux_1000x1000.png');
  background-position: 50% 0%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.div-block-6 {
  width: 50%;
  margin-top: 0px;
  padding: 0px;
  background-color: transparent;
  color: #f1f1f1;
}

.image-3 {
  display: none;
  width: 80px;
}

.columns-3 {
  height: 600px;
  max-height: 850px;
  min-height: 100%;
}

.column-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -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;
  background-image: url('../images/Kettle_EEK10_Kitchen_Electrolux.png');
  background-position: 35% 60%;
  background-size: 125%;
}

.column-7 {
  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: #071d41;
}

.div-block-7 {
  width: auto;
  margin-bottom: 0px;
  padding: 40px 60px;
  color: #f1f1f1;
}

.image-4 {
  width: 90px;
}

.tabs-menu {
  position: absolute;
  left: 475px;
  top: 345px;
  right: auto;
  bottom: auto;
  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;
}

.tabs {
  position: absolute;
  display: none;
  margin-top: 0px;
}

.text-block-3 {
  font-family: 'Font awesome 5 free solid 900', sans-serif;
}

.tab-link-tab-1 {
  margin-right: 40px;
  padding: 10px 15px;
  background-color: #071d41;
  font-family: 'Font awesome 5 free solid 900', sans-serif;
  color: #f1f1f1;
  font-size: 15px;
  line-height: 20px;
}

.tab-link-tab-1:hover {
  background-color: #010b1a;
  color: #f1f1f1;
}

.tab-link-tab-1.w--current {
  display: none;
  margin-right: 40px;
  background-color: transparent;
  color: transparent;
}

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

.tab-link-tab-2 {
  padding: 10px 15px;
  background-color: #071d41;
  opacity: 1;
  color: #f1f1f1;
  font-size: 15px;
  line-height: 20px;
}

.tab-link-tab-2:hover {
  background-color: #010b1a;
  color: #f1f1f1;
}

.tab-link-tab-2.w--current {
  padding-top: 10px;
  padding-right: 15px;
  padding-bottom: 10px;
  background-color: transparent;
  font-family: 'Font awesome 5 free solid 900', sans-serif;
  color: transparent;
  font-size: 20px;
  line-height: 25px;
}

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

.text-block-4 {
  font-family: 'Font awesome 5 free solid 900', sans-serif;
}

.div-block-8 {
  width: 90px;
  height: 90px;
  border-radius: 100px;
  background-color: #f1f1f1;
  background-image: url('../images/Coffee_Machine_ECM30_FrontView_Electrolux_1000x1000.png');
  background-position: 50% 15%;
  background-size: 350px;
}

.paragraph-2 {
  margin-bottom: 40px;
  font-family: 'Electroluxsans 3', sans-serif;
  font-size: 25px;
  line-height: 30px;
}

.heading-2 {
  font-family: 'Electroluxsans 3', sans-serif;
  font-size: 35px;
  line-height: 40px;
}

.heading-3 {
  font-family: 'Electroluxsans 3', sans-serif;
  font-size: 35px;
  line-height: 40px;
}

.paragraph-3 {
  font-family: 'Electroluxsans 3', sans-serif;
  font-size: 25px;
  line-height: 30px;
}

.heading-4 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: 'Electroluxsans 3', sans-serif;
  font-size: 35px;
  line-height: 40px;
}

.paragraph-4 {
  margin-bottom: 0px;
  font-family: 'Electroluxsans 3', sans-serif;
  font-size: 25px;
  line-height: 30px;
}

.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 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;
  background-color: #071d41;
  color: #f1f1f1;
}

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

.image-5 {
  width: 100px;
  margin-right: 0px;
}

.text-block-5 {
  font-family: 'Electroluxsans 3', sans-serif;
  font-size: 12px;
  line-height: 15px;
}

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

.image-6 {
  width: 115px;
}

.feature-terciaria {
  height: auto;
  padding-top: 0px;
  background-color: #fff;
}

.feature-quaternaria {
  display: block;
  padding-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;
  background-color: #73899e;
}

.banner-linha {
  display: none;
  height: 700px;
  max-height: 950px;
  min-height: 150px;
  background-image: url('../images/ECM30-Banner-NEW.jpg');
  background-position: 50% 70%;
  background-size: cover;
}

.especifcacoes {
  height: auto;
  background-color: #c2d2d9;
}

.image-7 {
  width: 650px;
}

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

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

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

.div-block-14 {
  margin-bottom: 20px;
  padding: 30px;
  border-style: solid;
  border-width: 3px;
  border-color: #f1f1f1;
  border-radius: 3px;
}

.heading-5 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: 'Electroluxsans 4', sans-serif;
  color: #f1f1f1;
  font-size: 35px;
  line-height: 45px;
}

.paragraph-5 {
  margin-bottom: 0px;
  font-family: 'Electroluxsans 4', sans-serif;
  color: #f1f1f1;
  font-size: 20px;
  line-height: 25px;
}

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

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

.tabs-2 {
  width: 100.00226%;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #adbbc1;
}

.tabs-menu-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100.000339%;
  -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;
}

.tabs-content {
  width: 100.000339%;
}

.div-block-16 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100.000339%;
  padding: 40px 100px 20px;
  -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;
  background-color: #fff;
}

.div-block-17 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: auto;
  margin-right: 0px;
  margin-left: 0px;
  padding-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;
  background-color: #fff;
}

.div-block-18 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100.000050599606%;
  height: 275px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 40px 20px 50px 40px;
  -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-radius: 3px;
  background-color: transparent;
  color: #f1f1f1;
}

.div-block-19 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: auto;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: 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;
}

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

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

.tab-link-tab-1-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 35px;
  height: 35px;
  margin-right: 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;
  border-radius: 150px;
  background-color: #f1f1f1;
  font-family: 'Font awesome 5 free solid 900', sans-serif;
  color: #071d41;
}

.tab-link-tab-1-2.w--current {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 35px;
  height: 35px;
  margin-right: 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;
  border-radius: 100px;
  background-color: #071d41;
  font-family: 'Font awesome 5 free solid 900', sans-serif;
  color: #f1f1f1;
  font-size: 15px;
  line-height: 20px;
}

.tab-link-tab-2-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 35px;
  height: 35px;
  margin-right: 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;
  border-radius: 200px;
  background-color: #f1f1f1;
  font-family: 'Font awesome 5 free solid 900', sans-serif;
  color: #071d41;
}

.tab-link-tab-2-2.w--current {
  background-color: #071d41;
  color: #f1f1f1;
}

.tab-link-tab-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 35px;
  height: 35px;
  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;
  border-radius: 200px;
  background-color: #f1f1f1;
  font-family: 'Font awesome 5 free solid 900', sans-serif;
  color: #071d41;
}

.tab-link-tab-3.w--current {
  background-color: #071d41;
  color: #f1f1f1;
}

.image-9 {
  margin-right: 20px;
}

.heading-6 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 35px;
  line-height: 40px;
}

.f2-icones {
  width: 100px;
  height: 100px;
  margin-right: 0px;
  margin-bottom: 10px;
  border-radius: 150px;
  background-color: #dee7eb;
  background-image: url('../images/Kettle_EEK10_PerspectiveA_Electrolux.png');
  background-position: 50% 55%;
  background-size: 95%;
}

.f2-icones.f2-icone-2 {
  background-image: url('../images/Kettle_EEK10_PerspectiveA_Opened_Electrolux.png');
  background-position: 50% 65%;
  background-size: 100%;
}

.f2-icones.f2-icone-3 {
  background-image: url('../images/Kettle_EEK10_Kitchen_Electrolux.png');
  background-position: 52% 63%;
  background-size: 375%;
}

.paragraph-6 {
  margin-bottom: 0px;
  font-family: 'Electroluxsans 3', sans-serif;
  font-size: 22px;
  line-height: 25px;
}

.paragraph-7 {
  width: auto;
  margin-bottom: 0px;
  font-family: 'Electroluxsans 3', sans-serif;
  font-size: 22px;
  line-height: 25px;
}

.div-block-24 {
  width: 80%;
  margin-left: 20px;
}

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

.slider {
  width: 100%;
  height: auto;
  padding-bottom: 0px;
  border-radius: 3px;
  background-color: #071d41;
}

.left-arrow {
  display: none;
}

.right-arrow {
  display: none;
}

.slide-nav {
  padding-bottom: 0px;
}

.text-span {
  font-family: 'Electroluxsans 4', sans-serif;
}

.text-span-2 {
  font-family: 'Electroluxsans 5', sans-serif;
}

.text-span-3 {
  font-family: 'Electroluxsans 4', sans-serif;
}

.text-span-4 {
  font-family: 'Electroluxsans 5', sans-serif;
}

.div-block-26 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 30px 60px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.heading-7 {
  width: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 20px;
  border-radius: 3px;
  background-color: #071d41;
  font-family: 'Electroluxsans 3', sans-serif;
  color: #f1f1f1;
  font-size: 35px;
  line-height: 40px;
}

.text-span-5 {
  font-family: 'Electroluxsans 5', sans-serif;
}

.text-span-6 {
  font-family: 'Electroluxsans 5', sans-serif;
}

.text-span-7 {
  font-family: 'Electroluxsans 5', sans-serif;
}

.text-span-8 {
  font-family: 'Electroluxsans 5', sans-serif;
}

.heading-8 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: 'Electroluxsans 3', sans-serif;
  color: #071d41;
  font-size: 25px;
}

.list {
  margin-bottom: 20px;
  font-family: 'Electroluxsans 3', sans-serif;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
}

.text-span-9 {
  font-family: 'Font awesome 5 free solid 900', sans-serif;
  font-size: 22px;
}

.text-span-10 {
  font-family: 'Font awesome 5 free solid 900', sans-serif;
  font-size: 22px;
}

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

.image-10 {
  width: 600px;
}

.h-div-mobile {
  display: none;
}

.div-block-29 {
  width: 100.00000383627632%;
  margin-top: 20px;
  margin-left: 20px;
  padding: 30px;
  background-color: #071d41;
  color: #f1f1f1;
}

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

.logo-mobile {
  display: none;
}

.feature-primaria {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 100px 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;
}

.div-block-30 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 600px;
  -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/Kettle_EEK10_PerspectiveA_Opened_Electrolux.png');
  background-position: 50% 0%;
  background-size: 90%;
  background-repeat: no-repeat;
}

.div-block-31 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  margin: 90px 0px 20px 40px;
  padding: 10px 15px;
  -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: #071d41;
  font-family: 'Font awesome 5 free solid 900', sans-serif;
  color: #f1f1f1;
  font-size: 15px;
  line-height: 20px;
}

.div-block-31:hover {
  background-color: #adbbc1;
  color: #071d41;
}

.div-block-32 {
  width: 90%;
  margin-top: 0px;
  margin-bottom: 10px;
  padding: 20px 60px;
  border-radius: 0px;
  background-color: #071d41;
  opacity: 0;
  color: #f1f1f1;
}

.heading-9 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 25px;
}

.text-span-11 {
  font-family: 'Electroluxsans 5', sans-serif;
}

.slider-2 {
  background-color: transparent;
}

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

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

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

.text-span-12 {
  font-family: 'Electroluxsans 5', sans-serif;
}

.tabs-menu-3 {
  top: 75px;
  right: 615px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.tab-link-tab-1-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 15px;
  -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: #071d41;
  font-family: 'Font awesome 5 free solid 900', sans-serif;
  color: #f1f1f1;
  font-size: 15px;
  line-height: 20px;
}

.tab-link-tab-1-3:hover {
  background-color: #f1f1f1;
  color: #071d41;
}

.tab-link-tab-1-3.w--current {
  display: none;
  width: auto;
  padding: 10px 15px;
  -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: #071d41;
  font-family: 'Font awesome 5 free solid 900', sans-serif;
  color: #f1f1f1;
  font-size: 20px;
  line-height: 20px;
}

.tab-link-tab-1-3.w--current:hover {
  background-color: #adbbc1;
  color: #071d41;
}

.tab-link-tab-2-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 15px;
  -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: #071d41;
  font-family: 'Font awesome 5 free solid 900', sans-serif;
  color: #f1f1f1;
  font-size: 15px;
  line-height: 20px;
}

.tab-link-tab-2-3:hover {
  background-color: #f1f1f1;
  color: #071d41;
}

.tab-link-tab-2-3.w--current {
  display: none;
}

.tabs-3 {
  position: absolute;
  right: auto;
  margin-right: 0px;
}

.tabs-content-2 {
  left: auto;
  right: 25px;
  margin-right: 0px;
  padding: 0px;
  border-radius: 3px;
  background-color: transparent;
}

.div-block-34 {
  margin-top: 20px;
  margin-right: 0px;
  padding: 30px 40px 30px 30px;
  border-radius: 3px;
  background-color: #071d41;
}

.tabs-content-3 {
  position: absolute;
  width: 500px;
}

.text-span-13 {
  font-family: 'Electroluxsans 5', sans-serif;
}

.text-span-14 {
  font-family: 'Electroluxsans 5', sans-serif;
}

.text-span-15 {
  font-family: 'Electroluxsans 5', sans-serif;
}

.text-span-16 {
  font-family: 'Electroluxsans 5', sans-serif;
}

.text-span-17 {
  font-family: 'Electroluxsans 5', sans-serif;
}

.text-span-18 {
  font-family: 'Electroluxsans 5', sans-serif;
}

.text-span-19 {
  font-family: 'Electroluxsans 5', sans-serif;
}

.text-span-20 {
  font-family: 'Electroluxsans 5', sans-serif;
}

.text-span-21 {
  font-family: 'Electroluxsans 5', sans-serif;
}

.text-span-22 {
  font-family: 'Electroluxsans 5', sans-serif;
}

.text-span-23 {
  font-family: 'Electroluxsans 5', sans-serif;
}

.text-span-24 {
  font-family: 'Electroluxsans 5', sans-serif;
}

.text-span-25 {
  font-family: 'Electroluxsans 5', sans-serif;
}

.text-span-26 {
  font-family: 'Electroluxsans 5', sans-serif;
}

.text-span-27 {
  font-family: 'Electroluxsans 5', sans-serif;
}

.banner-food {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 850px;
  min-height: 100%;
  padding: 60px 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/EEK10-Banner.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.heading-10 {
  width: 30%;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Electroluxsans 5', sans-serif;
  font-size: 45px;
  line-height: 55px;
  text-align: center;
}

.div-block-35 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  margin-bottom: 0px;
  padding: 30px 60px 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;
  background-color: transparent;
}

.heading-12 {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: 'Electroluxsans 5', sans-serif;
  font-size: 35px;
  line-height: 45px;
  text-align: left;
}

.div-block-36 {
  width: 100%;
  height: 300px;
  background-image: url('../images/AdobeStock_424120909_Preview.jpeg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-36.food-backgrounds {
  height: 350px;
  background-image: url('../images/Cafe-Banner.jpg');
  background-position: 5% 35%;
  background-size: 175%;
  background-repeat: no-repeat;
}

.div-block-36.food-backgrounds:hover {
  background-position: 10% 35%;
  background-size: 200%;
}

.div-block-28 {
  width: 100%;
  height: 350px;
  background-color: #010b1a;
  background-image: url('../images/Arroz-Banner.jpg');
  background-position: 40% 100%;
  background-size: 185%;
}

.div-block-28:hover {
  background-position: 40% 60%;
  background-size: 225%;
}

.feature-mosaico {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: auto;
  padding-top: 0px;
  -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: #071d41;
  color: #f1f1f1;
}

.div-block-37 {
  width: 100%;
  height: 350px;
  background-image: url('../images/Chimarrao-Banner.jpg');
  background-position: 25% 100%;
  background-size: 180%;
}

.div-block-37:hover {
  background-position: 20% 100%;
  background-size: 205%;
}

.grid-2 {
  width: 60%;
  height: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.div-block-38 {
  width: 100%;
  height: 350px;
  background-image: url('../images/Macarrao-Banner.jpg');
  background-position: 60% 30%;
  background-size: 175%;
}

.div-block-38:hover {
  background-position: 55% 25%;
  background-size: auto;
}

.paragraph-8 {
  width: 100%;
  margin-bottom: 0px;
  font-family: 'Electroluxsans 3', sans-serif;
  font-size: 25px;
  line-height: 30px;
  font-weight: 400;
  text-align: left;
}

.text-span-28 {
  font-family: 'Electroluxsans 5', sans-serif;
}

.text-span-29 {
  font-family: 'Electroluxsans 5', sans-serif;
}

.text-span-30 {
  font-family: 'Electroluxsans 5', sans-serif;
}

.feature-new {
  display: none;
  width: 100%;
  height: 650px;
  padding: 60px;
  -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;
  background-image: url('../images/AdobeStock_410277072_Preview.jpeg');
  background-position: 50% 95%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.div-block-39 {
  width: 40%;
  padding: 40px;
  border-radius: 3px;
  background-color: #071d41;
  color: #f1f1f1;
}

.heading-13 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: 'Electroluxsans 4', sans-serif;
  font-size: 35px;
  line-height: 40px;
  font-weight: 600;
}

.paragraph-9 {
  margin-bottom: 0px;
  font-family: 'Electroluxsans 3', sans-serif;
  font-size: 25px;
  line-height: 30px;
}

.text-span-31 {
  font-family: 'Electroluxsans 5', sans-serif;
}

.text-span-32 {
  font-family: 'Electroluxsans 5', sans-serif;
}

.bold-text {
  font-family: 'Electroluxsans 5', sans-serif;
}

.text-span-33 {
  font-family: 'Electroluxsans 5', sans-serif;
}

.bold-text-2 {
  font-family: 'Electroluxsans 5', sans-serif;
}

.text-span-34 {
  font-family: 'Electroluxsans 5', sans-serif;
}

.text-span-35 {
  font-family: 'Electroluxsans 5', sans-serif;
}

.text-span-36 {
  font-family: 'Electroluxsans 5', sans-serif;
}

.slider-3 {
  width: 95%;
  height: 250px;
  background-color: #071d41;
}

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

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

.bold-text-3 {
  font-family: 'Electroluxsans 5', sans-serif;
}

.bold-text-4 {
  font-family: 'Electroluxsans 5', sans-serif;
}

.bold-text-5 {
  font-family: 'Electroluxsans 5', sans-serif;
}

.bold-text-6 {
  font-family: 'Electroluxsans 5', sans-serif;
}

.bold-text-7 {
  font-family: 'Electroluxsans 5', sans-serif;
}

.bold-text-8 {
  font-family: 'Electroluxsans 5', sans-serif;
}

.text-span-37 {
  font-family: 'Electroluxsans 5', sans-serif;
}

.text-span-38 {
  font-family: 'Electroluxsans 5', sans-serif;
}

.text-span-39 {
  font-family: 'Electroluxsans 5', sans-serif;
}

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

.bold-text-9 {
  font-family: 'Electroluxsans 5', sans-serif;
}

.bold-text-10 {
  font-family: 'Electroluxsans 5', sans-serif;
}

.bold-text-11 {
  font-family: 'Electroluxsans 5', sans-serif;
}

.text-span-40 {
  font-family: 'Electroluxsans 5', sans-serif;
}

@media screen and (min-width: 1440px) {
  .div-block-28 {
    background-position: 40% 90%;
    background-size: 165%;
  }
}

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

  .div-block-2 {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .image {
    width: 200px;
  }

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

  .div-block-4 {
    height: 950px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .div-block-5 {
    width: 40%;
    margin-right: 140px;
  }

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

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

  .columns-2 {
    height: 650px;
  }

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

  .columns-3 {
    height: 750px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .column-6 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .div-block-7 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100.0000064931017%;
    height: auto;
    margin-bottom: 0px;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 80px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .tabs-menu {
    position: relative;
    left: 610px;
    top: 400px;
    right: auto;
    bottom: auto;
  }

  .banner-linha {
    height: 800px;
    background-position: 50% 50%;
  }

  .div-block-18 {
    height: 300px;
  }

  .div-block-19 {
    width: 40%;
  }

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

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

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

  .slider {
    width: 100%;
  }

  .image-10 {
    width: 750px;
  }

  .div-block-30 {
    width: 60%;
    height: 900px;
    background-size: 90%;
  }

  .tabs-menu-3 {
    top: 90px;
    right: 725px;
  }

  .tab-link-tab-2-3:hover {
    color: #071d41;
  }

  .banner-food {
    min-height: 100%;
  }

  .heading-10 {
    width: 25%;
  }

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

  .div-block-36.food-backgrounds {
    height: 450px;
  }

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

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

  .grid-2 {
    width: 65%;
  }

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

  .div-block-38:hover {
    background-position: 50% 40%;
    background-size: 200%;
  }

  .feature-new {
    height: 850px;
  }

  .div-block-40 {
    width: 35%;
  }
}

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

  .header-bg {
    height: 40%;
    background-position: 100% 30%;
  }

  .div-block-2 {
    height: 100%;
    padding: 40px 20px 0px 40px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    background-image: radial-gradient(circle farthest-corner at 0% 100%, #0f397c, #071d41 54%);
  }

  .image-2 {
    width: auto;
    margin-bottom: -10px;
    margin-left: -50px;
  }

  .div-block-4 {
    width: 60%;
    height: 800px;
    margin-left: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

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

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

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

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

  .h-icones {
    width: 80px;
    height: 80px;
  }

  .columns {
    width: 100%;
  }

  .link.h-links {
    font-size: 13px;
  }

  .columns-2 {
    height: 450px;
  }

  .column-5 {
    background-position: 25% 50%;
  }

  .div-block-6 {
    width: 80%;
    padding-right: 0px;
    padding-left: 0px;
  }

  .image-3 {
    width: 60px;
  }

  .columns-3 {
    height: 550px;
  }

  .column-6 {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background-position: 50% 50%;
    background-size: 155%;
    background-repeat: no-repeat;
  }

  .div-block-7 {
    margin-bottom: 0px;
    padding-right: 20px;
    padding-bottom: 40px;
    padding-left: 30px;
  }

  .image-4 {
    width: 60px;
  }

  .tabs-menu {
    left: 195px;
    top: 225px;
    right: auto;
    bottom: auto;
  }

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

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

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

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

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

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

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

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

  .feature-quaternaria {
    height: 575px;
    padding-bottom: 0px;
  }

  .banner-linha {
    height: 500px;
    background-image: url('../images/ECM30-Banner-NEW.jpg');
    background-position: 50% 100%;
    background-size: cover;
  }

  .image-7 {
    width: auto;
  }

  .div-block-11 {
    height: 100%;
    padding-top: 40px;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .div-block-12 {
    width: 70%;
    height: 100%;
  }

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

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

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

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

  .image-8 {
    width: 60px;
  }

  .div-block-16 {
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

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

  .div-block-18 {
    width: 100.00000257967694%;
    height: 300px;
    padding: 30px 20px;
  }

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

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

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

  .div-block-22 {
    width: 50%;
    padding-right: 20px;
  }

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

  .f2-icones {
    width: 75px;
    height: 75px;
  }

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

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

  .div-block-25 {
    width: 90%;
    margin-left: 20px;
  }

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

  .heading-7 {
    width: auto;
    color: #f1f1f1;
    font-size: 35px;
    line-height: 40px;
  }

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

  .image-10 {
    width: auto;
  }

  .div-block-29 {
    width: 70%;
    margin-top: 20px;
    margin-left: 0px;
  }

  .feature-primaria {
    padding-right: 40px;
    padding-left: 40px;
  }

  .div-block-30 {
    height: 500px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background-size: 170%;
  }

  .div-block-31 {
    margin-top: 60px;
    margin-right: 0px;
  }

  .div-block-32 {
    width: 95%;
    margin-bottom: 0px;
    padding: 20px 40px;
  }

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

  .div-block-33 {
    width: 100.0000074342456%;
    height: 100%;
  }

  .tabs-menu-3 {
    top: 125px;
    right: 275px;
  }

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

  .banner-food {
    height: 500px;
    padding: 40px 20px;
  }

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

  .div-block-35 {
    width: 100%;
    padding-right: 40px;
    padding-left: 40px;
  }

  .heading-12 {
    width: 100%;
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 35px;
    text-align: center;
  }

  .div-block-36.food-backgrounds {
    height: 350px;
    background-position: 10% 50%;
    background-size: 175%;
  }

  .div-block-36.food-backgrounds:hover {
    background-position: 15% 30%;
    background-size: 200%;
  }

  .div-block-28 {
    height: 350px;
    background-position: 40% 100%;
    background-size: 180%;
  }

  .div-block-28:hover {
    background-position: 40% 80%;
    background-size: 215%;
  }

  .feature-mosaico {
    padding-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-37 {
    height: 350px;
    background-position: 50% 100%;
    background-size: 200%;
  }

  .div-block-37:hover {
    background-position: 50% 100%;
    background-size: 220%;
  }

  .grid-2 {
    width: 100%;
  }

  .div-block-38 {
    height: 350px;
    background-position: 60% 35%;
    background-size: 175%;
  }

  .div-block-38:hover {
    background-position: 50% 50%;
  }

  .paragraph-8 {
    width: 100%;
    margin-bottom: 0px;
    font-size: 20px;
    line-height: 25px;
  }

  .feature-new {
    height: 450px;
    padding: 20px;
  }

  .div-block-39 {
    width: 50%;
    padding: 30px;
  }

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

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

  .slider-3 {
    height: 225px;
  }

  .div-block-40 {
    width: 100%;
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

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

  .header-bg {
    height: 250px;
    max-height: 350%;
    min-height: 100px;
    background-position: 100% 25%;
  }

  .div-block-2 {
    height: 100%;
    max-height: none;
    min-height: auto;
    padding-top: 40px;
    padding-right: 40px;
    padding-left: 40px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-image: radial-gradient(circle farthest-corner at 50% 50%, #0f397c, #071d41 54%);
  }

  .h-logo-elux {
    padding: 20px 20px 20px 10px;
  }

  .image {
    width: 150px;
  }

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

  .div-block-4 {
    position: absolute;
    top: 500px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: auto;
    padding-top: 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;
  }

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

  .heading {
    text-align: center;
  }

  .text-block {
    text-align: center;
  }

  .paragraph {
    text-align: center;
  }

  .columns {
    display: none;
    -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-2 {
    height: auto;
    max-height: none;
    min-height: auto;
  }

  .column-5 {
    height: 350px;
    max-height: 500px;
    min-height: 150px;
  }

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

  .image-3 {
    width: 75px;
  }

  .columns-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    max-height: none;
    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;
    -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-6 {
    height: 400px;
    max-height: 650px;
    min-height: 150px;
    -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-position: 50% 50%;
    background-size: cover;
  }

  .div-block-7 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0px;
    padding-right: 40px;
    padding-bottom: 40px;
    padding-left: 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;
  }

  .image-4 {
    width: 75px;
  }

  .tabs-menu {
    left: auto;
    top: auto;
    right: 175px;
    bottom: 5px;
  }

  .tabs {
    width: 100%;
  }

  .tab-link-tab-1 {
    margin-right: 0px;
  }

  .tab-link-tab-1.w--current {
    margin-right: 0px;
  }

  .tab-link-tab-2 {
    position: relative;
    display: block;
  }

  .tab-link-tab-2.w--current {
    display: none;
  }

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

  .heading-3 {
    margin-top: 10px;
    text-align: center;
  }

  .paragraph-3 {
    text-align: center;
  }

  .heading-4 {
    margin-top: 0px;
    text-align: center;
  }

  .paragraph-4 {
    text-align: center;
  }

  .footer {
    padding-right: 40px;
    padding-left: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-9 {
    padding-right: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .image-5 {
    width: 90px;
    margin-right: 0px;
    margin-bottom: 20px;
  }

  .text-block-5 {
    text-align: center;
  }

  .div-block-10 {
    width: 100%;
    margin-top: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .image-6 {
    width: 100px;
  }

  .feature-quaternaria {
    overflow: hidden;
    height: auto;
  }

  .banner-linha {
    height: 400px;
    min-height: 100%;
    background-color: #071d41;
    background-image: url('../images/ECM30-Banner-NEW.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .div-block-11 {
    padding-top: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-12 {
    width: 100%;
    height: auto;
    padding-bottom: 100px;
  }

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

  .div-block-14 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 95%;
    -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-5 {
    margin-bottom: 20px;
    text-align: center;
  }

  .paragraph-5 {
    text-align: center;
  }

  .image-8 {
    width: 75px;
  }

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

  .div-block-17 {
    width: 100%;
    margin-top: 20px;
  }

  .div-block-18 {
    height: 350px;
    -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;
  }

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

  .div-block-20 {
    padding-top: 40px;
    padding-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

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

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

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

  .f2-icones {
    width: 100px;
    height: 100px;
    margin-bottom: 10px;
  }

  .f2-icones.f2-icone-3 {
    background-position: 51% 63%;
  }

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

  .paragraph-7 {
    margin-bottom: 40px;
    text-align: center;
  }

  .div-block-24 {
    width: 95%;
    margin-left: 0px;
  }

  .div-block-25 {
    width: 95%;
    margin-left: 0px;
  }

  .div-block-26 {
    padding: 10px 0px 0px 10px;
  }

  .heading-7 {
    padding: 20px;
    background-color: #071d41;
    font-size: 30px;
    line-height: 35px;
    text-align: center;
  }

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

  .h-div-mobile {
    position: static;
    display: none;
    height: auto;
    margin-top: 10px;
    margin-bottom: 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-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;
  }

  .image-11 {
    margin-bottom: 0px;
  }

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

  .tab-pane-tab-2 {
    width: auto;
  }

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

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

  .div-block-31 {
    margin-top: 100px;
  }

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

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

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

  .tabs-menu-3 {
    position: absolute;
    left: 135px;
    top: 35px;
    right: auto;
    bottom: auto;
    z-index: 20;
    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;
  }

  .tabs-3 {
    position: absolute;
    left: 0px;
    top: auto;
    right: auto;
    bottom: auto;
    z-index: 20;
    display: block;
    margin-top: 975px;
  }

  .tabs-content-2 {
    position: absolute;
    left: 0px;
    top: auto;
    right: auto;
    width: 500px;
  }

  .div-block-34 {
    width: 100.00000450111773%;
    margin-top: 100px;
  }

  .tabs-content-3 {
    left: 15px;
  }

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

  .banner-food {
    height: 400px;
    min-height: auto;
    padding: 0px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-position: 50% 50%;
    background-size: cover;
  }

  .heading-10 {
    width: 100%;
    padding: 20px;
    background-color: rgba(7, 29, 65, 0.9);
    color: #f1f1f1;
    font-size: 25px;
    line-height: 35px;
  }

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

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

  .div-block-36.food-backgrounds {
    height: 300px;
    background-position: 15% 50%;
    background-size: 200%;
  }

  .div-block-36.food-backgrounds:hover {
    background-position: 15% 50%;
  }

  .div-block-28 {
    height: 300px;
    background-position: 40% 95%;
    background-size: 215%;
  }

  .div-block-28:hover {
    background-position: 40% 95%;
    background-size: 215%;
  }

  .feature-mosaico {
    padding-top: 0px;
  }

  .div-block-37 {
    height: 300px;
    background-position: 50% 100%;
    background-size: 220%;
  }

  .div-block-38 {
    height: 300px;
    background-position: 50% 0%;
    background-size: 200%;
  }

  .div-block-38:hover {
    background-position: 50% 0%;
    background-size: 200%;
  }

  .paragraph-8 {
    text-align: center;
  }

  .feature-new {
    height: 450px;
    padding: 0px;
    background-color: #071d41;
    background-position: 50% 100%;
  }

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

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

  .paragraph-9 {
    text-align: center;
  }

  .slider-3 {
    width: 95%;
    height: 200px;
  }

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

@media screen and (max-width: 479px) {
  .header {
    height: 750px;
  }

  .header-bg {
    height: 175px;
    background-position: 100% 35%;
    background-size: 100%;
  }

  .div-block-2 {
    padding-top: 30px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .h-logo-elux {
    display: none;
  }

  .image {
    width: 125px;
  }

  .div-block-4 {
    top: 435px;
    height: 55%;
    padding-top: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-5 {
    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 {
    margin-bottom: 20px;
    font-family: 'Electroluxsans 4', sans-serif;
    font-size: 25px;
    line-height: 30px;
    font-weight: 600;
  }

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

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

  .h-icones {
    width: 70px;
    height: 70px;
  }

  .link.h-links {
    font-size: 10px;
    line-height: 15px;
  }

  .column-5 {
    height: 250px;
    background-position: 50% 50%;
  }

  .div-block-6 {
    width: 100%;
    margin-top: 80px;
    margin-bottom: 20px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .image-3 {
    width: 65px;
  }

  .column-6 {
    height: 300px;
    background-color: #fff;
    background-position: 50% 65%;
    background-size: 155%;
    background-repeat: no-repeat;
  }

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

  .div-block-7 {
    margin-bottom: 0px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .image-4 {
    width: 65px;
  }

  .tabs-menu {
    left: auto;
    top: 35px;
    right: 115px;
    bottom: auto;
    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;
  }

  .tabs {
    left: 0px;
    top: 150px;
    display: none;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .tab-link-tab-1 {
    font-size: 15px;
    line-height: 20px;
  }

  .tab-link-tab-1.w--current {
    font-size: 15px;
    line-height: 20px;
  }

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

  .tab-link-tab-2.w--current {
    font-size: 15px;
    line-height: 20px;
  }

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

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

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

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

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

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

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

  .footer {
    padding-right: 40px;
    padding-left: 40px;
  }

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

  .image-5 {
    margin-right: 0px;
    margin-bottom: 10px;
  }

  .text-block-5 {
    font-size: 10px;
    text-align: center;
  }

  .div-block-10 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .feature-terciaria {
    padding-top: 40px;
  }

  .banner-linha {
    height: 250px;
  }

  .div-block-11 {
    padding-top: 30px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .div-block-14 {
    width: 100%;
    padding: 20px 10px;
  }

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

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

  .image-8 {
    width: 65px;
  }

  .div-block-16 {
    padding-top: 0px;
  }

  .div-block-18 {
    width: 100%;
    height: 350px;
    padding: 40px 10px;
  }

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

  .div-block-22 {
    width: 95%;
    padding-right: 0px;
  }

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

  .f2-icones {
    width: 90px;
    height: 90px;
    background-repeat: no-repeat;
  }

  .f2-icones.f2-icone-3 {
    background-position: 51% 63%;
  }

  .paragraph-6 {
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 20px;
    text-align: left;
  }

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

  .div-block-26 {
    padding-left: 10px;
    -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-7 {
    padding-bottom: 20px;
    font-family: 'Electroluxsans 3', sans-serif;
    font-size: 18px;
    line-height: 20px;
  }

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

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

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

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

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

  .h-div-mobile {
    position: static;
    display: none;
    margin-top: 20px;
    margin-bottom: 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;
  }

  .image-11 {
    margin-bottom: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .tab-pane-tab-2 {
    width: auto;
  }

  .logo-mobile {
    display: block;
    width: 150px;
    margin-bottom: 15px;
  }

  .feature-primaria {
    padding-top: 60px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .div-block-30 {
    height: 450px;
    background-size: 125%;
  }

  .div-block-31 {
    margin-top: 30px;
    margin-left: 20px;
  }

  .div-block-32 {
    display: none;
    padding-right: 20px;
    padding-left: 20px;
    text-align: center;
  }

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

  .slider-2 {
    width: 100%;
  }

  .tabs-menu-3 {
    left: 80px;
    top: 55px;
  }

  .tabs-3 {
    margin-top: 650px;
  }

  .tabs-content-2 {
    left: 5px;
    width: 310px;
  }

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

  .tabs-content-3 {
    left: 15px;
    top: 100px;
    width: 300px;
  }

  .banner-food {
    height: 300px;
    background-position: 0% 50%;
  }

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

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

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

  .div-block-36.food-backgrounds {
    height: 200px;
    background-position: 15% 50%;
    background-size: 215%;
  }

  .div-block-36.food-backgrounds:hover {
    background-position: 15% 50%;
    background-size: 215%;
  }

  .div-block-28 {
    height: 200px;
    background-position: 40% 90%;
    background-size: 235%;
    background-repeat: no-repeat;
  }

  .div-block-28:hover {
    background-position: 40% 90%;
    background-size: 235%;
  }

  .feature-mosaico {
    width: 100.0000095367432%;
    padding-top: 0px;
  }

  .div-block-37 {
    height: 200px;
    background-position: 50% 100%;
    background-size: 265%;
  }

  .div-block-37:hover {
    background-position: 50% 100%;
    background-size: 265%;
  }

  .div-block-38 {
    height: 200px;
    background-position: 60% 0%;
    background-size: 200%;
  }

  .div-block-38:hover {
    background-position: 60% 0%;
    background-size: 200%;
  }

  .paragraph-8 {
    width: 100%;
    margin-bottom: 0px;
    font-size: 15px;
    line-height: 20px;
  }

  .feature-new {
    height: 400px;
    background-size: 150%;
  }

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

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

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

  .slider-3 {
    width: 100%;
    height: 200px;
  }

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

@font-face {
  font-family: 'Electroluxsans 2';
  src: url('../fonts/ElectroluxSans_2_Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Electroluxsans 5';
  src: url('../fonts/ElectroluxSans_5_Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Electroluxsans 1';
  src: url('../fonts/ElectroluxSans_Oblique_1_Thin.otf') format('opentype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Electroluxsans 3';
  src: url('../fonts/ElectroluxSans_Oblique_3_Regular.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Electroluxsans 2';
  src: url('../fonts/ElectroluxSans_Oblique_2_Light.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Electroluxsans 5';
  src: url('../fonts/ElectroluxSans_Oblique_5_Bold.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Electroluxsans 1';
  src: url('../fonts/ElectroluxSans_1_Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Electroluxsans 3';
  src: url('../fonts/ElectroluxSans_3_Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Electroluxsans 4';
  src: url('../fonts/ElectroluxSans_4_Semibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Electroluxsans 4';
  src: url('../fonts/ElectroluxSans_Oblique_4_Semibold.otf') format('opentype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Font awesome 5 free 400';
  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 5 brands 400';
  src: url('../fonts/Font-Awesome-5-Brands-Regular-400.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Font awesome 5 free solid 900';
  src: url('../fonts/Font-Awesome-5-Free-Solid-900.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}