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

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

.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, 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: 650px;
  -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-div-bg {
  width: 100%;
  height: 50%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.15)), to(rgba(0, 0, 0, 0.15))), url('../images/Header-Popcorn.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.15)), url('../images/Header-Popcorn.jpg');
  background-position: 0px 0px, 100% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.h-div-gradient {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 50%;
  -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: radial-gradient(circle farthest-side at 5% 50%, #0f3d96, #041e50 73%);
}

.h-div-gradient.h-gradient-tablet.h-gradient-mobile {
  background-image: radial-gradient(circle farthest-side at 5% 50%, #00408d, #041e50 73%);
}

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

.div-block-2 {
  width: 45%;
  padding: 40px 30px 40px 20px;
  color: #fff;
}

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

.image {
  display: none;
  width: 125px;
  margin-bottom: 10px;
}

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

.image-2 {
  width: 200px;
}

.paragraph {
  width: 90%;
  font-size: 30px;
  line-height: 40px;
  font-weight: 400;
}

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

.image-3 {
  width: 950px;
}

.feature-v {
  overflow: hidden;
  width: 100%;
  height: 800px;
  padding-top: 0px;
  padding-bottom: 0px;
  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/MX43T-Banner.jpg');
  background-image: linear-gradient(180deg, rgba(4, 30, 80, 0.9), rgba(4, 30, 80, 0.9)), url('../images/MX43T-Banner.jpg');
  background-position: 0px 0px, 50% 0%;
  background-size: auto, auto;
}

.div-block-4 {
  display: block;
  width: 100%;
  height: 40%;
  padding-top: 0px;
  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: #fff;
}

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

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

.div-block-6 {
  width: 100%;
  height: 50%;
  padding-bottom: 0px;
  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/MX43T-Banner.jpg');
  background-image: linear-gradient(180deg, rgba(4, 30, 80, 0.9), rgba(4, 30, 80, 0.9)), url('../images/MX43T-Banner.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, auto;
}

.feature-p {
  overflow: hidden;
  width: 100%;
  height: auto;
}

.container {
  margin-bottom: 0px;
}

.columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 500px;
  -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%;
  background-color: #dfe7ea;
  background-image: url('../images/BETTY-BRANCO-ABERTO-4.png');
  background-position: 30% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  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-4 {
  width: 175px;
}

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

.image-5 {
  width: 125px;
}

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

.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: auto;
  min-height: auto;
  padding: 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: #fff;
}

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

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

.list {
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 30px;
  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 {
  overflow: hidden;
  width: 100%;
  margin-top: 0px;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #fff;
}

.fp-col-1-icone {
  width: 100px;
  height: 100px;
  border-radius: 200px;
  background-color: #041e50;
  background-image: url('../images/BETTY-BRANCO-ABERTO-4.png');
  background-position: 60% 55%;
  background-size: 300%;
}

.fp-col-1-icone.fp-col-1-icone-2 {
  background-image: url('../images/BETTY-BRANCO-FECHADO-5.png');
  background-position: 80% 35%;
  background-size: 250%;
}

.fp-col-1-icone.fp-col-1-icone-3 {
  background-image: url('../images/BETTY-BRANCO-FECHADO-5.png');
  background-position: 75% 55%;
  background-size: 500%;
}

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

.columns-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 500px;
  -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('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px;
  background-size: auto;
}

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

.div-block-30 {
  width: 100px;
  height: 100px;
  border-radius: 200px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px;
  background-size: auto;
}

.div-block-31 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 80px;
  -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;
  color: #fff;
}

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

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

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

.right-arrow {
  display: none;
}

.left-arrow {
  display: none;
}

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

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

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

.fs-box-bg-color {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 550px;
  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: -75px;
  -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: 215px;
  height: 215px;
  margin-right: 0px;
  margin-bottom: 20px;
  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-s {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  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: 125px;
  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: 35px;
  font-weight: 400;
}

.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: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 100px 0px 0px 350px;
  -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-2-texto {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 225px;
  height: 225px;
  margin-left: 20px;
  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;
  font-weight: 400;
  text-align: center;
}

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

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

.btn-2-div {
  position: relative;
  z-index: 20;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-left: 135px;
  -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: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.heading-5 {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 20px 40px;
  background-color: #adb9c3;
  font-family: ElectroluxSans, sans-serif;
  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: 85%;
  margin-bottom: 20px;
  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: 750px;
  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;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  background-image: url('../images/BETTY-BRANCO-FECHADO-2.jpg');
  background-position: 65% 35%;
  background-size: 205%;
  background-repeat: no-repeat;
}

.btn-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  margin-bottom: 10px;
  margin-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;
  border-radius: 3px;
  background-color: #041e50;
  font-family: FontAwesome, sans-serif;
  color: #fff;
  font-weight: 900;
  text-align: center;
  text-transform: none;
}

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

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

.image-6 {
  margin-bottom: 30px;
}

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

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

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

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

@media screen and (min-width: 1280px) {
  .btn-1-div {
    margin-left: 350px;
  }
}

@media screen and (min-width: 1440px) {
  .h-div-bg {
    height: 55%;
  }

  .h-div-gradient.h-gradient-tablet.h-gradient-mobile {
    height: 45%;
  }

  .div-block {
    width: 60%;
  }

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

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

  .feature-v {
    height: 850px;
  }

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

  .div-block-5 {
    padding-top: 125px;
  }

  .esp-bg {
    height: auto;
  }

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

  .slider {
    height: 355px;
  }

  .fs-box-bg-color {
    height: 470px;
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .heading-7 {
    width: 60%;
  }

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

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

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

  .btn-2-div {
    margin-top: 20px;
    margin-left: 180px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

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

  .bg-painel {
    height: 850px;
    margin-bottom: 20px;
    background-position: 65% 30%;
    background-size: 175%;
  }
}

@media screen and (min-width: 1920px) {
  .header {
    height: 850px;
    padding-left: 0px;
  }

  .h-div-bg {
    height: 55%;
  }

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

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

  .image-2 {
    width: 250px;
  }

  .image-3 {
    width: 1000px;
  }

  .feature-v {
    height: 950px;
  }

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

  .div-block-5 {
    padding-top: 220px;
  }

  .columns {
    height: 600px;
  }

  .column-2 {
    background-position: 50% 50%;
    background-size: cover;
  }

  .esp-bg {
    height: auto;
  }

  .esp {
    padding-top: 40px;
  }

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

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

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

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

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

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

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

  .bg-painel {
    height: 1050px;
  }
}

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

  .h-div-bg {
    height: 30%;
  }

  .h-div-gradient {
    height: 70%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .h-div-gradient.h-gradient-tablet.h-gradient-mobile {
    background-image: radial-gradient(circle farthest-corner at 50% 100%, #0f3d96, #041e50 61%);
  }

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

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

  .heading {
    text-align: center;
  }

  .h-logo {
    padding: 20px;
  }

  .image-2 {
    width: 175px;
  }

  .paragraph {
    text-align: center;
  }

  .image-3 {
    width: auto;
  }

  .feature-v {
    height: 750px;
  }

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

  .div-block-5 {
    margin-bottom: 40px;
    padding-top: 75px;
  }

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

  .columns {
    height: 450px;
  }

  .column-2 {
    background-position: 50% 50%;
    background-size: cover;
  }

  .image-4 {
    width: 150px;
  }

  .image-5 {
    width: 110px;
  }

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

  .esp-bg {
    height: auto;
    padding-bottom: 60px;
  }

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

  .esp {
    padding-top: 0px;
    padding-bottom: 0px;
  }

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

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

  .slider {
    height: 400px;
  }

  .fs-box-bg-color {
    height: 400px;
    margin-bottom: 0px;
  }

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

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

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

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

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

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

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

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

  .bg-painel {
    width: 60%;
    height: 700px;
  }

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

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

  .h-div-bg {
    height: 30%;
    background-image: url('../images/Header-Popcorn.jpg');
    background-position: 100% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .h-div-gradient {
    height: 70%;
  }

  .div-block {
    width: 95%;
  }

  .div-block-2 {
    width: 85%;
    padding: 20px 0px;
  }

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

  .image {
    display: block;
    width: 175px;
    margin-bottom: 15px;
  }

  .h-logo {
    display: none;
  }

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

  .feature-v {
    height: 550px;
  }

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

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

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

  .columns {
    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: 350px;
  }

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

  .link-block {
    position: static;
  }

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

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

  .esp-bg {
    height: auto;
    padding-bottom: 40px;
  }

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

  .slider {
    width: 85%;
    height: 325px;
    margin-bottom: 10px;
  }

  .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;
    background-image: radial-gradient(circle farthest-corner at 50% 0%, #041e50, #000);
  }

  .div-block-15 {
    width: 100%;
    margin-top: 0px;
    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;
  }

  .heading-7 {
    width: 90%;
  }

  .feature-s {
    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: 80px;
    margin-left: 40px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

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

  .btn-2-div {
    margin-top: 10px;
    margin-left: 40px;
    -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: 650px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    background-position: 70% 30%;
    background-size: 185%;
  }

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

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

  .h-div-bg {
    height: 30%;
    background-image: url('../images/Header-Popcorn.jpg');
  }

  .h-div-gradient {
    height: 75%;
  }

  .h-div-gradient.h-gradient-tablet.h-gradient-mobile {
    height: 70%;
  }

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

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

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

  .image {
    width: 150px;
  }

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

  .image-3 {
    width: 100%;
  }

  .feature-v {
    height: 450px;
    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/MX43T-Banner.jpg');
    background-image: linear-gradient(180deg, rgba(4, 30, 80, 0.9), rgba(4, 30, 80, 0.9)), url('../images/MX43T-Banner.jpg');
    background-position: 0px 0px, 75% 0%;
  }

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

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

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

  .column-2 {
    height: 250px;
  }

  .image-4 {
    width: 135px;
  }

  .image-5 {
    width: 115px;
  }

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

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

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

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

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

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

  .slider {
    width: 85%;
    height: 350px;
    margin-bottom: 0px;
  }

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

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

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

  .feature-s {
    overflow: hidden;
  }

  .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-3 {
    font-size: 13px;
    line-height: 16px;
  }

  .btn-1-div {
    margin-top: 85px;
    margin-right: 20px;
    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: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

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

  .btn-2 {
    width: 35px;
    height: 35px;
    margin-bottom: 10px;
    margin-left: 10px;
    font-size: 13px;
  }

  .btn-2-div {
    margin-top: 20px;
    margin-right: 20px;
    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: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

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

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

  .bg-painel {
    height: 525px;
    padding-top: 30px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-position: 70% 20%;
    background-size: 220%;
  }

  .btn-1 {
    width: 35px;
    height: 35px;
    margin-bottom: 0px;
    margin-left: 10px;
    font-size: 13px;
  }

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

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

  .slide-nav {
    margin-top: 0px;
    margin-bottom: 3px;
  }
}

@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_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_5_Bold.otf') format('opentype');
  font-weight: 700;
  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_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: '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_5_Bold.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'FontAwesome';
  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: 'FontAwesome';
  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: 'FontAwesome';
  src: url('../fonts/Font-Awesome-5-Free-Solid-900.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}