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

.hero-mockup-image {
  position: absolute;
  left: auto;
  top: 0%;
  right: 22%;
  bottom: 0%;
  z-index: 999;
  display: block;
  height: 1130px;
}

.button {
  margin-top: 20px;
  padding-right: 25px;
  padding-left: 25px;
  border-radius: 3px;
  background-color: #1f6fff;
  -webkit-transition: background-color 200ms ease, background-position 200ms ease, color 200ms ease, border 200ms ease, box-shadow 200ms ease;
  transition: background-color 200ms ease, background-position 200ms ease, color 200ms ease, border 200ms ease, box-shadow 200ms ease;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.button:hover {
  background-color: #0b4fc9;
  box-shadow: 0 8px 16px 4px rgba(0, 0, 0, 0.3);
  color: #fff;
}

.button.icon-button {
  padding-top: 10px;
  padding-left: 51px;
  background-image: url('../images/Icon-download.png');
  background-position: 21px 50%;
  background-size: 16px;
  background-repeat: no-repeat;
}

.button.icon-button.download {
  background-image: url('../images/Icon-download.png');
}

.button.icon-button.download.green {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 30px;
  padding-left: 30px;
  background-color: #f7f7f7;
  font-family: 'Electroluxsans 3', sans-serif;
  color: #041e50;
  font-size: 15px;
}

.button.white-pricing-button {
  margin-top: 0px;
}

.container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.container.hero-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.container.sec-5-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.container.bloco-180 {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.iphone-hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 650px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), to(#f7f7f7)), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.16)), to(rgba(0, 0, 0, 0.16))), url('../images/Banner-Produto.jpg');
  background-image: linear-gradient(180deg, transparent 60%, #f7f7f7), linear-gradient(180deg, rgba(0, 0, 0, 0.16), rgba(0, 0, 0, 0.16)), url('../images/Banner-Produto.jpg');
  background-position: 0px 0px, 0px 0px, 50% 100%;
  background-size: auto, auto, cover;
}

.small-hero-intro-title {
  margin-bottom: 15px;
  opacity: 1;
  font-family: 'Electroluxsans 3', sans-serif;
  color: #f7f7f7;
  font-size: 18px;
  text-align: center;
  text-transform: uppercase;
}

.small-hero-intro-title.sku {
  margin-bottom: 0px;
}

.hero-mockup-description-block {
  display: block;
  width: 490px;
  height: auto;
  padding: 30px;
  background-color: rgba(4, 30, 80, 0.95);
  text-align: left;
}

.white-hero-title {
  margin-top: 5px;
  margin-bottom: 10px;
  font-family: 'Electroluxsans 4', sans-serif;
  color: #dfe7ea;
  font-size: 45px;
  line-height: 50px;
  font-weight: 400;
}

.hero-description {
  margin-bottom: 0px;
  font-family: 'Electroluxsans 3', sans-serif;
  color: #f7f7f7;
  font-size: 31px;
  line-height: 41px;
}

.gallery {
  padding-top: 100px;
  padding-bottom: 100px;
}

.centered-container {
  margin-bottom: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.gallery-grid-container {
  display: -ms-grid;
  display: grid;
  margin-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;
  -ms-grid-row-align: center;
  align-self: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-areas: ". Area"
    ". Area";
  -ms-grid-columns: 1fr 16px 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto 16px auto;
  grid-template-rows: auto auto;
}

.gallery-lightbox {
  position: relative;
  overflow: hidden;
}

.gallery-thumbnail {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.call-to-action {
  padding-top: 100px;
  padding-bottom: 100px;
}

.column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.section-title-wrapper {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-bottom: 60px;
  margin-left: auto;
  text-align: center;
}

.section-title-wrapper.full {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 85%;
  margin-bottom: 0px;
  -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;
  text-align: left;
}

.section-title-wrapper.full.info {
  margin-right: 0px;
  margin-bottom: 20px;
  margin-left: 0px;
  color: #f7f7f7;
}

.info-row {
  margin-top: 20px;
}

.info-title {
  margin-bottom: 13px;
  font-size: 16px;
  font-weight: 700;
}

.info-block {
  width: 97%;
  float: left;
}

.section-title {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Electroluxsans 4', sans-serif;
  color: #041e50;
  font-size: 48px;
  line-height: 47px;
  font-weight: 300;
}

.section-title.large {
  font-family: 'Electroluxsans 5', sans-serif;
  line-height: 47px;
}

.section-title.newsletter-title {
  margin-top: -6px;
  margin-bottom: 10px;
  font-size: 44px;
}

.section-title.header-slide {
  color: #f7f7f7;
}

.devices-mockup-right {
  position: relative;
  top: auto;
  right: auto;
  display: block;
  height: 650px;
}

.info-block-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 56%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.info-icon {
  height: 17px;
  margin-top: 4px;
  margin-right: 8px;
  margin-bottom: 10px;
  float: left;
}

.section-description {
  margin-top: 10px;
  font-family: 'Electroluxsans 3', sans-serif;
  color: #cccbcb;
  font-size: 32px;
  line-height: 36px;
  font-weight: 300;
}

.section-description.faded {
  margin-top: -10px;
  opacity: 0.6;
  font-weight: 400;
}

.section-description.f-3-text {
  color: #041e50;
}

.section-description.f-5-text {
  color: #041e50;
}

.section {
  position: relative;
  display: block;
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #fff;
}

.section.tint {
  background-color: #f5f5f5;
}

.section.tint.overflow-none {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 650px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-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: #dfe7ea;
}

.section.app-info-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 650px;
  margin-bottom: 0px;
  padding-top: 70px;
  padding-bottom: 60px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #dfe7ea;
}

.section.app-info-section.sec-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 650px;
  margin-bottom: 0px;
  padding-top: 80px;
  padding-bottom: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.section.app-info-section.cabo-eletrico {
  padding-top: 80px;
  padding-bottom: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #f0f0f0;
}

.info-block-right {
  width: 50%;
  float: right;
}

.info-block-right.app-info {
  width: 510px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.info-block-right.app-info.reserv-70 {
  width: 50%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 60px 20px 60px 60px;
}

.device-mockup-left {
  position: absolute;
  left: 0%;
  top: -40px;
  right: 0%;
  bottom: 0%;
  height: 560px;
}

.device-mockup-left.sec-5-right-img {
  position: static;
  left: auto;
  top: -123px;
  right: 452px;
  width: 100%;
  height: auto;
}

.device-mockup-left.suport-img {
  left: -8%;
  top: -258px;
  height: 760px;
}

.device-mockup-left.bocal {
  position: static;
  left: -50%;
  width: 100%;
  height: auto;
}

.small-section-title {
  margin-bottom: 8px;
  opacity: 0.6;
  font-family: 'Electroluxsans 4', sans-serif;
  color: #cccbcb;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.small-section-title.f-3-sub-text {
  color: #041e50;
}

.small-section-title.f-4-subtext {
  color: #041e50;
}

.small-section-title.f-5-subtext {
  color: #041e50;
}

.main-content {
  padding-top: 100px;
  padding-bottom: 150px;
  background-color: #f7f7f7;
}

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

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

.image-9 {
  display: block;
  width: 200px;
  margin-right: 20px;
}

.wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 900px;
  padding-top: 20px;
  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;
}

.wrap.footer-warp-paragrafo {
  display: block;
  width: 100%;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

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

.paragraph-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-left: 1px solid #f7f7f7;
  font-family: 'Electroluxsans 2', sans-serif;
  color: #fff;
  font-size: 11px;
  line-height: 19px;
  text-align: left;
}

.newsletter-form {
  position: relative;
  height: 175px;
  margin-top: -235px;
  margin-bottom: 110px;
  padding: 40px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  background-color: #1f6fff;
  color: #fff;
}

.newsletter-row {
  text-align: center;
}

.error-bg {
  padding-top: 12px;
  padding-bottom: 1px;
  border-radius: 3px;
  color: #e42121;
  font-size: 12px;
  text-align: center;
}

.newsletter-column-left {
  padding-right: 20px;
}

.image-section-overlay-block {
  display: block;
  width: 70%;
  margin-right: auto;
  margin-left: auto;
  color: #fff;
  text-align: center;
}

.success-message {
  padding-top: 30px;
  border-radius: 5px;
  background-color: #5ec045;
  color: #fff;
}

.success-message.transparant {
  padding-top: 42px;
  background-color: transparent;
}

.image-section {
  background-image: url('../images/Photo-5.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.image-section.get-the-app {
  width: 100%;
  height: 700px;
  background-color: #f7f7f7;
  background-image: url('../images/111-amb.jpg');
  background-position: 50% 30%;
}

.newsletter-column-right {
  padding-top: 20px;
}

.newsletter-submit {
  width: 20%;
  height: 60px;
  padding-right: 9px;
  padding-left: 9px;
  float: right;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  background-color: #5ec045;
  text-transform: uppercase;
}

.newsletter-submit:hover {
  background-color: #11b954;
}

.image-section-overlay {
  width: 100%;
  height: 100%;
  padding-top: 145px;
  padding-bottom: 250px;
  background-color: transparent;
  background-image: url('../images/product.png');
  background-position: 50% 100%;
  background-size: cover;
  color: #fff;
}

.image-section-overlay-title {
  font-size: 36px;
  line-height: 41px;
  font-weight: 400;
}

.image-section-overlay-title.subtitle {
  display: block;
  width: 70%;
  margin: 30px auto 10px;
  font-size: 18px;
  line-height: 26px;
  font-weight: 300;
}

.newsletter-field {
  width: 80%;
  height: 60px;
  padding-left: 34px;
  float: left;
  border: 0px solid #000;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.columns {
  height: 100%;
}

.form {
  width: 100%;
}

.div-block-44 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 200px;
  margin-top: -235px;
  margin-bottom: 0px;
  padding: 0px 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;
  background-color: #041e50;
  text-align: center;
}

.heading {
  margin-top: 0px;
  margin-bottom: 5px;
  font-family: 'Electroluxsans 4', sans-serif;
  font-size: 48px;
  line-height: 60px;
}

.hero-overlay {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 700px;
  max-height: 850px;
  padding-top: 0px;
  padding-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;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.31)), to(rgba(0, 0, 0, 0.31))), url('../images/bg-familia.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.31), rgba(0, 0, 0, 0.31)), url('../images/bg-familia.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
  color: #fff;
}

.centered-container-2 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 100px;
  padding-bottom: 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;
}

.hero.especifica-es {
  height: auto;
  padding-top: 80px;
  padding-bottom: 80px;
}

.flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.hero-image-mask {
  width: 100%;
  margin-left: 40px;
}

.hero-image {
  display: block;
  width: auto;
  height: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0.5 auto;
  -ms-flex: 0 0.5 auto;
  flex: 0 0.5 auto;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.tab-button-right {
  border-style: solid;
  border-width: 1px 1px 1px 0px;
  border-color: #fff;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  background-color: transparent;
  color: #fff;
  font-size: 12px;
  letter-spacing: 1px;
}

.tab-button-right:hover {
  background-color: hsla(0, 0%, 100%, 0.2);
  color: #fff;
}

.tab-button-right.w--current {
  background-color: #fff;
  color: #000;
}

.white-pricing-block {
  overflow: hidden;
  border-radius: 5px;
  background-color: #fff;
  color: #000;
}

.white-pricing-block.color {
  background-color: #1f6fff;
  color: #fff;
}

.plan-tabs-menu {
  font-family: Montserrat, sans-serif;
  font-size: 11px;
  text-align: center;
  text-transform: uppercase;
}

.pricing-row {
  margin-bottom: 40px;
}

.white-link {
  color: #fff;
}

.white-link:hover {
  color: hsla(0, 0%, 100%, 0.7);
}

.subpage-header {
  padding-top: 190px;
  padding-bottom: 90px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(31, 111, 255, 0.9)), to(rgba(31, 111, 255, 0.9))), url('../images/Photo-5.jpg');
  background-image: linear-gradient(180deg, rgba(31, 111, 255, 0.9), rgba(31, 111, 255, 0.9)), url('../images/Photo-5.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  color: #fff;
  text-align: center;
}

.subpage-header.pricing-1 {
  display: none;
  padding-top: 90px;
  background-color: #041e50;
  background-image: none;
}

.container-2 {
  position: relative;
}

.pricing-feature-text {
  margin-bottom: 0px;
  font-size: 13px;
}

.pricing-tab-pane {
  padding-top: 50px;
  text-align: center;
}

.tab-button-left {
  border-style: solid;
  border-width: 1px 0px 1px 1px;
  border-color: #fff;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  background-color: transparent;
  color: #fff;
  font-size: 12px;
  letter-spacing: 1px;
}

.tab-button-left:hover {
  background-color: hsla(0, 0%, 100%, 0.2);
  color: #fff;
}

.tab-button-left.w--current {
  background-color: #fff;
  color: #041e50;
}

.pricing-block-title {
  color: #b9b9b9;
}

.pricing-block-title.light {
  color: hsla(0, 0%, 100%, 0.5);
}

.pricing-block-price {
  color: #1f6fff;
  font-size: 44px;
  line-height: 50px;
  font-weight: 700;
}

.pricing-block-price.subtitle {
  color: #000;
  font-size: 11px;
  line-height: 20px;
}

.pricing-block-price.white {
  color: #fff;
}

.plan-tabs {
  margin-top: -20px;
}

.pricing-feature-item {
  margin-bottom: 0px;
  padding: 14px 18px 13px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.pricing-block-content-wrapper {
  padding: 24px;
}

.pricing-block-content-wrapper.bottom {
  background-color: #3e434d;
}

.pricing-feature-list {
  margin-bottom: 0px;
}

.blog-date-title {
  color: #fff;
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.blog-post-overlay {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  border-radius: 0px;
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.blog-post-overlay:hover {
  background-color: transparent;
}

.blog-date-block {
  position: absolute;
  left: 35px;
  top: 25px;
}

.post-author-block {
  font-size: 14px;
  line-height: 19px;
}

.blog-author-image {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  float: left;
  border-radius: 2px;
}

.blog-post-title-wrapper {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  overflow: hidden;
  padding: 55px 35px 20px;
  border-radius: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(68%, rgba(0, 0, 0, 0.6)));
  background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.6) 68%);
}

.blog-overlay-title {
  margin-bottom: 10px;
  color: #fff;
  font-size: 20px;
  line-height: 25px;
}

.blog-overlay-title.large {
  margin-bottom: 0px;
  font-family: 'Electroluxsans 5', sans-serif;
  font-size: 32px;
  line-height: 33px;
  text-align: left;
}

.blog-author-name {
  display: inline-block;
  margin-top: 0px;
  float: left;
  color: #fff;
}

.div-block-45 {
  width: 95%;
  height: 500px;
  background-image: url('../images/img-cabo.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.div-block-45.div-tabe-2-bg {
  width: 95%;
  height: 500px;
  background-image: url('../images/img-02.jpg');
  background-position: 50% 69%;
}

.div-block-46 {
  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-47 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 200px;
  margin-top: 31px;
  margin-left: 33px;
  padding-top: 0px;
  padding-left: 0px;
}

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

.image-10 {
  position: absolute;
  left: 66%;
  top: 0px;
  right: 0%;
  bottom: 0%;
  height: 650px;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.text-span {
  font-family: 'Electroluxsans 2', sans-serif;
  color: #f7f7f7;
  font-size: 33px;
  line-height: 39px;
  text-align: center;
}

.text-span.sub-text-02 {
  font-family: 'Electroluxsans 4', sans-serif;
  color: #041e50;
  font-size: 26px;
}

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

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

.heading-2 {
  position: static;
  margin-top: 5px;
  margin-bottom: 0px;
  font-family: 'Electroluxsans 2', sans-serif;
  color: #041e50;
  font-size: 32px;
  line-height: 36px;
}

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

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

.div-block-49 {
  display: none;
  margin-bottom: 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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Electroluxsans 5', sans-serif;
}

.heading-3 {
  color: #041e50;
  font-size: 48px;
  line-height: 60px;
}

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

.text-block-2 {
  font-family: 'Electroluxsans 3', sans-serif;
  color: #f7f7f7;
  font-size: 14px;
  letter-spacing: 3px;
  text-transform: none;
}

.text-block-2.codigo-sku {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 10px;
  -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;
  font-family: 'Electroluxsans 4', sans-serif;
  font-weight: 400;
  text-align: left;
}

.text-span-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  padding: 5px 10px 3px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-color: #f7f7f7;
  font-family: 'Electroluxsans 5', sans-serif;
  color: #041e50;
}

.text-span-3.cod-sku {
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 0px solid #f7f7f7;
  background-color: transparent;
  color: #f7f7f7;
  font-size: 14px;
}

.heading-4 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: 'Electroluxsans 1', sans-serif;
  color: #f7f7f7;
  font-size: 22px;
  line-height: 32px;
}

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

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

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

.image-11 {
  position: absolute;
  left: 0px;
  top: 199.141px;
  z-index: 99;
  width: 410px;
  opacity: 1;
}

.text-block-3 {
  font-family: 'Electroluxsans 4', sans-serif;
  font-size: 14px;
}

.text-block-4 {
  font-family: 'Electroluxsans 4', sans-serif;
  font-size: 14px;
}

.heading-5 {
  display: block;
  margin-top: 0px;
  margin-bottom: 20px;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  font-family: 'Electroluxsans 4', sans-serif;
  color: #041e50;
  font-size: 30px;
  line-height: 40px;
  text-align: left;
}

.column-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.columns-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

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

.div-block-50 {
  width: 95%;
  height: auto;
}

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

.heading-6 {
  font-family: 'Electroluxsans 1', sans-serif;
  font-size: 48px;
}

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

.list-item {
  margin-bottom: 15px;
  font-family: 'Electroluxsans 3', sans-serif;
  font-size: 18px;
}

.list-item-2 {
  margin-bottom: 15px;
  font-family: 'Electroluxsans 3', sans-serif;
  font-size: 18px;
}

.list-item-3 {
  margin-bottom: 15px;
  font-family: 'Electroluxsans 3', sans-serif;
  font-size: 18px;
}

.list-item-4 {
  font-family: 'Electroluxsans 3', sans-serif;
  font-size: 18px;
}

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

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

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

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

.list {
  margin-top: 30px;
}

.div-block-52 {
  width: 90%;
  height: 100%;
}

.columns-3 {
  height: 100%;
}

.column-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 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;
}

.column-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.columns-4 {
  height: 100%;
}

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

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

.div-block-54 {
  width: 90%;
  height: 100%;
}

.columns-5 {
  height: 100%;
}

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

.column-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 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-12 {
  display: block;
}

.list-item-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 0px;
  padding: 5px 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 5px;
  background-color: #c2d2d9;
  font-family: 'Electroluxsans 3', sans-serif;
  color: #041e50;
  font-size: 20px;
  line-height: 30px;
  list-style-type: none;
}

.list-item-5.list-w {
  border-radius: 5px;
  background-color: #dfe7ea;
}

.list-2 {
  padding-left: 0px;
  border-radius: 5px;
  font-family: 'Electroluxsans 3', sans-serif;
  font-size: 20px;
  line-height: 30px;
  list-style-type: none;
}

.image-13 {
  position: absolute;
  left: -336px;
  top: 351.4531px;
}

.section-2 {
  height: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #13243d;
}

.columns-6 {
  height: 400px;
}

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

.column-11.reserva-70 {
  height: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: none;
  background-size: auto;
}

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

.div-block-55 {
  width: 100%;
  height: 400px;
  border-radius: 0px;
  background-color: transparent;
  background-image: url('../images/Vacuum_Cleaner_STK14B_Handheld_Electrolux.png');
  background-position: 50% 50%;
  background-size: 175%;
}

.div-block-56 {
  width: 100px;
  height: 100px;
}

.div-block-57 {
  width: 100px;
  height: 100px;
  margin-right: 10px;
  background-image: url('../images/Ativo-19.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

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

.div-block-59 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.div-block-60 {
  width: 100px;
  height: 100px;
  margin-right: 10px;
  background-image: url('../images/Ativo-14.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.div-block-61 {
  width: 100px;
  height: 100px;
  margin-right: 10px;
  background-image: url('../images/Ativo-13.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.div-block-62 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.div-block-63 {
  width: 100px;
  height: 65px;
  margin-right: 20px;
  border-radius: 60px;
  background-color: #f7f7f7;
  background-image: url('../images/Ativo-22.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

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

.div-block-65 {
  display: none;
}

.div-block-66 {
  width: 80%;
  height: 100%;
}

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

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

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

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

.text-block-6 {
  margin-top: 10px;
  font-family: 'Electroluxsans 3', sans-serif;
  font-size: 20px;
  line-height: 25px;
  text-align: left;
}

.limpeza {
  display: none;
  overflow: hidden;
  width: 100%;
  height: 600px;
  padding-top: 60px;
  padding-bottom: 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-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.52)), to(rgba(0, 0, 0, 0.52))), url('../images/Go-img-ambientada.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.52), rgba(0, 0, 0, 0.52)), url('../images/Go-img-ambientada.jpg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
}

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

.cards-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.cards-grid-container {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  text-align: left;
}

.cards-image-mask {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 100%;
  border-radius: 0%;
}

.cards-image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  max-width: none;
  border-radius: 100px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.div-block-71 {
  width: auto;
  margin-bottom: 60px;
  padding-right: 20px;
  padding-left: 20px;
  color: #f7f7f7;
}

.heading-7 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: 'Electroluxsans 3', sans-serif;
  font-size: 30px;
  line-height: 35px;
  text-align: center;
}

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

.div-block-72 {
  color: #f7f7f7;
}

.div-block-73 {
  color: #f7f7f7;
}

.div-block-74 {
  color: #f7f7f7;
}

.div-block-75 {
  overflow: hidden;
  width: 100.000034%;
  padding-top: 100%;
}

.image-14 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
}

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

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

.heading-8 {
  margin-top: 10px;
  font-family: 'Electroluxsans 4', sans-serif;
  color: #041e50;
  font-size: 25px;
  text-align: center;
}

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

.heading-9 {
  margin-top: 10px;
  font-family: 'Electroluxsans 4', sans-serif;
  color: #041e50;
  font-size: 20px;
  text-align: center;
}

.heading-10 {
  margin-top: 10px;
  font-family: 'Electroluxsans 4', sans-serif;
  color: #041e50;
  font-size: 20px;
  text-align: center;
}

.heading-11 {
  margin-top: 10px;
  font-family: 'Electroluxsans 4', sans-serif;
  color: #041e50;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
}

.heading-12 {
  margin-top: 10px;
  font-family: 'Electroluxsans 4', sans-serif;
  color: #041e50;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
}

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

.section-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 60px;
  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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #dfe7ea;
}

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

.banner-circ {
  overflow: hidden;
  height: 600px;
  background-image: url('../images/STK14B-PLUS-Pulse.gif');
  background-position: 50% 75%;
  background-size: cover;
}

.div-block-78 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.div-block-79 {
  position: absolute;
  bottom: auto;
  display: none;
  width: 350px;
  height: auto;
  padding-bottom: 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;
}

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

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

.div-block-82 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 20px 30px 20px 20px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #041e50;
}

.heading-13 {
  width: 90%;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Electroluxsans 3', sans-serif;
  color: #13243d;
  font-size: 25px;
  line-height: 30px;
  text-align: right;
}

.heading-14 {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Electroluxsans 4', sans-serif;
  color: #f7f7f7;
  font-size: 20px;
  line-height: 25px;
  text-align: right;
}

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

.tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.tabs-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.tabs-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 65%;
  height: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.tab-link-tab-1 {
  left: 100px;
  top: 215px;
  bottom: auto;
  width: 75px;
  height: 75px;
  padding-right: 0px;
  padding-left: 0px;
  background-color: transparent;
}

.tab-link-tab-1.w--current {
  left: 115px;
  top: 215px;
  display: block;
  width: 75px;
  height: 75px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  background-color: transparent;
}

.text-block-7 {
  display: none;
}

.tab-link-tab-2 {
  left: 442px;
  bottom: 155px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 75px;
  height: 75px;
  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;
  background-color: transparent;
}

.tab-link-tab-2.w--current {
  border-radius: 100px;
  background-color: transparent;
}

.text-block-8 {
  display: none;
}

.tab-link-tab-3 {
  left: 481px;
  top: auto;
  bottom: 185px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 75px;
  height: 75px;
  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;
  background-color: transparent;
}

.tab-link-tab-3.w--current {
  border-radius: 100px;
  background-color: transparent;
}

.text-block-9 {
  display: none;
}

.tab-link-tab-4 {
  left: 75px;
  top: auto;
  bottom: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 75px;
  height: 75px;
  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;
  background-color: transparent;
}

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

.text-block-10 {
  display: none;
}

.tab-link-tab-5 {
  top: 50px;
  right: 95px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 75px;
  height: 75px;
  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;
  background-color: transparent;
}

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

.text-block-11 {
  display: none;
}

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

.image-15 {
  width: 250px;
  margin-right: 10px;
}

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

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

.div-block-84 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100.00003%;
  padding: 20px;
  -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;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.image-16 {
  width: 250px;
  margin-left: 10px;
}

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

.div-block-85 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100.00003%;
  padding: 20px;
  -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-17 {
  width: 250px;
  margin-left: 10px;
}

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

.div-block-86 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100.00003%;
  padding: 20px;
  -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-18 {
  width: 250px;
  margin-left: 10px;
}

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

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

.image-19 {
  width: 250px;
  margin-left: 10px;
}

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

.heading-15 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: 'Electroluxsans 1', sans-serif;
  color: #f7f7f7;
  font-size: 22px;
  line-height: 33px;
}

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

.heading-16 {
  width: 80%;
  margin-top: 0px;
  margin-bottom: 50px;
  font-family: 'Electroluxsans 3', sans-serif;
  color: #041e50;
  font-size: 35px;
  line-height: 40px;
  text-align: center;
}

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

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

.image-20 {
  width: 650px;
  max-width: none;
  margin-top: -60px;
}

.div-block-88 {
  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-89 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-90 {
  width: 500px;
  margin-left: 0px;
  padding: 30px 20px 30px 30px;
  border-radius: 5px;
  background-color: #041e50;
}

.div-block-90.div-box-tab-2 {
  width: 450px;
}

.heading-17 {
  margin-top: 0px;
  font-family: 'Electroluxsans 3', sans-serif;
  color: #f7f7f7;
  font-size: 30px;
  line-height: 40px;
}

.heading-17.h-extra-capacity {
  width: 80%;
}

.paragraph-6 {
  margin-bottom: 0px;
  font-family: 'Electroluxsans 2', sans-serif;
  color: #f7f7f7;
  font-size: 20px;
  line-height: 30px;
}

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

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

@media screen and (min-width: 1280px) {
  .iphone-hero {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .hero-mockup-description-block {
    height: auto;
  }

  .div-block-48 {
    width: 1100px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .image-10 {
    left: 66%;
    top: -17px;
    right: 0%;
    bottom: 0%;
    display: block;
  }

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

  .tab-link-tab-2 {
    left: 515px;
    bottom: 171px;
  }

  .tab-link-tab-3 {
    left: 536px;
    bottom: 235px;
  }

  .tab-link-tab-4 {
    left: 101px;
  }
}

@media screen and (min-width: 1920px) {
  .iphone-hero {
    height: 850px;
  }

  .hero-mockup-description-block {
    height: auto;
  }

  .section-title-wrapper.full {
    width: 80%;
  }

  .info-block-right.app-info {
    width: 80%;
  }

  .info-block-right.app-info.reserv-70 {
    width: 40%;
    padding-left: 100px;
  }

  .device-mockup-left.sec-5-right-img {
    width: 80%;
  }

  .image-section.get-the-app {
    background-image: url('../images/111-amb.jpg');
    background-position: 50% 100%;
  }

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

  .image-10 {
    top: 5%;
  }

  .div-block-50 {
    height: auto;
  }

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

  .columns-6 {
    height: 550px;
  }

  .div-block-55 {
    width: 100%;
    border-radius: 200px;
    background-size: 100%;
    background-repeat: no-repeat;
  }

  .div-block-63 {
    width: 90px;
  }

  .limpeza {
    height: 750px;
  }

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

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

  .tab-link-tab-1 {
    left: 150px;
    top: 325px;
    width: 100px;
    height: 100px;
  }

  .tab-link-tab-1.w--current {
    left: 140px;
    top: 325px;
    width: 100px;
    height: 100px;
  }

  .tab-link-tab-2 {
    left: 800px;
    bottom: 290px;
    width: 100px;
    height: 100px;
  }

  .tab-link-tab-3 {
    left: 590px;
    bottom: 225px;
    width: 100px;
    height: 100px;
  }

  .tab-link-tab-4 {
    left: 135px;
    bottom: 15px;
    width: 100px;
    height: 100px;
  }

  .tab-link-tab-5 {
    top: 75px;
    right: 105px;
    width: 100px;
    height: 100px;
  }

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

  .image-15 {
    width: 300px;
  }

  .image-16 {
    width: 300px;
  }

  .image-17 {
    width: 300px;
  }

  .image-18 {
    width: 300px;
  }

  .image-19 {
    width: 300px;
  }

  .image-20 {
    width: 950px;
  }

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

  .div-block-90 {
    width: 600px;
  }

  .div-block-90.div-box-tab-2 {
    width: 550px;
  }

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

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

@media screen and (max-width: 991px) {
  .hero-mockup-image {
    top: -70px;
    width: 385px;
  }

  .button.white-pricing-button {
    padding-right: 15px;
    padding-left: 15px;
  }

  .iphone-hero {
    padding-top: 160px;
    padding-bottom: 80px;
    padding-left: 0px;
  }

  .small-hero-intro-title {
    margin-bottom: 10px;
  }

  .hero-mockup-description-block {
    width: 350px;
  }

  .white-hero-title {
    font-size: 33px;
    line-height: 41px;
  }

  .gallery-grid-container {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  .section-title-wrapper {
    width: 85%;
    margin-bottom: 40px;
  }

  .section-title-wrapper.full {
    width: 95%;
    height: 100%;
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
    padding-right: 40px;
  }

  .section-title-wrapper.full.info {
    margin-bottom: 20px;
  }

  .section-title {
    margin-bottom: 4px;
    font-size: 31px;
    line-height: 30px;
  }

  .section-title.large {
    line-height: 37px;
  }

  .section-title.newsletter-title {
    font-size: 34px;
  }

  .devices-mockup-right {
    top: auto;
    right: auto;
    height: auto;
  }

  .info-icon {
    height: 14px;
    margin-right: 4px;
  }

  .section-description {
    margin-top: 20px;
    font-size: 19px;
  }

  .section-description.faded {
    margin-top: 7px;
  }

  .section {
    padding: 45px;
  }

  .section.tint.overflow-none {
    height: auto;
    padding: 60px 35px;
  }

  .info-block-right.app-info.reserv-70 {
    width: 60%;
    padding-right: 20px;
    padding-left: 20px;
  }

  .device-mockup-left {
    left: -117px;
    top: -72px;
    height: 510px;
  }

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

  .image-9 {
    width: 200px;
  }

  .wrap.footer-warp-paragrafo {
    width: 70%;
  }

  .newsletter-form {
    height: 145px;
    margin-top: -205px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .image-section-overlay-block {
    width: 90%;
  }

  .newsletter-column-right {
    padding-top: 10px;
  }

  .newsletter-submit {
    width: 25%;
  }

  .image-section-overlay {
    padding: 90px 45px;
    background-size: cover;
  }

  .newsletter-field {
    width: 75%;
  }

  .subpage-header {
    padding: 140px 45px 60px;
  }

  .pricing-feature-text {
    font-size: 12px;
  }

  .pricing-feature-item {
    padding-top: 9px;
    padding-bottom: 9px;
  }

  .blog-overlay-title.large {
    font-size: 25px;
    line-height: 35px;
  }

  .div-block-48 {
    margin-left: 60px;
  }

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

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

  .list-item-5 {
    font-size: 18px;
    line-height: 25px;
  }

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

  .columns-6 {
    height: 350px;
  }

  .column-11.reserva-70 {
    background-size: 175%;
  }

  .div-block-63 {
    height: 50px;
  }

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

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

  .div-block-70 {
    padding-right: 40px;
    padding-left: 40px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .cards-grid-container {
    grid-column-gap: 20px;
  }

  .div-block-71 {
    margin-bottom: 20px;
    padding-right: 10px;
    padding-left: 10px;
  }

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

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

  .banner-circ {
    background-position: 90% 75%;
  }

  .tab-link-tab-1 {
    left: auto;
    top: 250px;
  }

  .tab-link-tab-1.w--current {
    left: 5px;
    top: 250px;
  }

  .tab-link-tab-2 {
    left: 360px;
    bottom: 90px;
  }

  .tab-link-tab-3 {
    left: 200px;
    bottom: 60px;
  }

  .tab-link-tab-4 {
    left: auto;
    top: 65px;
    right: 65px;
    bottom: auto;
  }

  .tab-link-tab-5 {
    top: 115px;
    right: 215px;
  }

  .image-15 {
    width: 200px;
  }

  .image-16 {
    width: 200px;
  }

  .image-17 {
    width: 200px;
  }

  .image-18 {
    width: 200px;
  }

  .image-19 {
    width: 200px;
  }

  .image-20 {
    width: 480px;
  }

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

  .div-block-90 {
    width: auto;
    padding: 20px 10px 20px 20px;
  }

  .div-block-90.div-box-tab-2 {
    width: auto;
  }

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

  .heading-17.h-extra-capacity {
    width: 100%;
  }

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

@media screen and (max-width: 767px) {
  .hero-mockup-image {
    position: relative;
    right: 0px;
    display: block;
    width: 70%;
    margin: 30px auto -40px;
  }

  .button.icon-button.download.green {
    margin-top: 20px;
    text-align: left;
  }

  .container {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .iphone-hero {
    padding: 130px 0px 50px;
    text-align: center;
  }

  .hero-mockup-description-block {
    display: block;
    width: 80%;
    margin-right: 0px;
    margin-left: 0px;
    padding-left: 40px;
    text-align: center;
  }

  .white-hero-title {
    text-align: left;
  }

  .hero-description {
    text-align: left;
  }

  .gallery {
    padding: 40px 20px;
  }

  .gallery-grid-container {
    max-width: none;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }

  .call-to-action {
    padding: 40px 20px;
  }

  .section-title-wrapper {
    width: 95%;
    margin-bottom: 40px;
  }

  .section-title-wrapper.full {
    margin-bottom: 30px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .section-title-wrapper.full.info {
    display: block;
    width: 100%;
    text-align: center;
  }

  .info-row {
    margin-top: 0px;
  }

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

  .section-title {
    margin-bottom: 0px;
    font-size: 26px;
    line-height: 30px;
  }

  .section-title.large {
    margin-bottom: 0px;
    font-size: 25px;
    line-height: 35px;
    text-align: left;
  }

  .section-title.header-slide {
    margin-bottom: 0px;
    padding-bottom: 20px;
  }

  .devices-mockup-right {
    position: relative;
    top: 0px;
    right: 0px;
    width: 100%;
    height: auto;
  }

  .info-block-left {
    width: 100%;
  }

  .section-description {
    font-size: 20px;
    line-height: 30px;
  }

  .section {
    padding: 25px;
  }

  .section.tint.overflow-none {
    padding: 40px 0px 0px;
  }

  .section.app-info-section {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .section.app-info-section.sec-4 {
    height: auto;
    padding: 40px 10px;
  }

  .section.app-info-section.cabo-eletrico {
    height: auto;
    padding: 40px 10px;
  }

  .info-column {
    padding-right: 0px;
    padding-left: 0px;
  }

  .info-block-right {
    width: 100%;
  }

  .info-block-right.app-info {
    text-align: center;
  }

  .info-block-right.app-info.reserv-70 {
    display: block;
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .device-mockup-left {
    position: static;
    left: -170px;
    display: block;
    width: 90%;
    height: auto;
    margin-right: auto;
    margin-left: auto;
  }

  .device-mockup-left.sec-5-right-img {
    margin-right: 0px;
    margin-left: 0px;
  }

  .small-section-title {
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
  }

  .main-content {
    padding: 40px 20px;
  }

  .footer {
    display: block;
  }

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

  .image-9 {
    width: 180px;
  }

  .wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: none;
    padding-right: 15vw;
    padding-left: 15vw;
    -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: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .wrap.footer-warp-paragrafo {
    width: 100%;
  }

  .newsletter-form {
    height: auto;
    margin-top: -145px;
    margin-bottom: 60px;
    padding: 30px 20px 20px;
    text-align: center;
  }

  .newsletter-column-left {
    padding-right: 0px;
    padding-left: 0px;
  }

  .image-section-overlay-block {
    width: 90%;
  }

  .image-section.get-the-app {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 450px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-image: url('../images/111-amb.jpg');
  }

  .newsletter-column-right {
    padding-top: 20px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .image-section-overlay {
    padding: 20px 25px 60px;
  }

  .image-section-overlay-title {
    font-size: 30px;
    line-height: 36px;
  }

  .image-section-overlay-title.subtitle {
    width: 100%;
    margin-top: 20px;
  }

  .newsletter-field {
    margin-bottom: 0px;
  }

  .div-block-44 {
    height: auto;
    margin-top: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .hero-overlay {
    height: 650px;
    padding: 40px 20px;
  }

  .hero {
    padding: 40px 20px;
  }

  .hero.especifica-es {
    padding-right: 0px;
    padding-left: 0px;
  }

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

  .hero-image-mask {
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .subpage-header {
    padding: 110px 25px 40px;
  }

  .subpage-header.pricing-1 {
    padding-top: 40px;
  }

  .pricing-column {
    padding-right: 0px;
    padding-bottom: 10px;
    padding-left: 0px;
  }

  .pricing-tab-pane {
    padding-top: 30px;
  }

  .blog-date-block {
    left: 25px;
  }

  .blog-post-title-wrapper {
    padding-right: 25px;
    padding-bottom: 25px;
    padding-left: 25px;
  }

  .blog-overlay-title.large {
    font-size: 20px;
    line-height: 25px;
  }

  .div-block-48 {
    margin-left: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

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

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

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

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

  .text-block-2 {
    text-align: left;
  }

  .heading-4 {
    text-align: left;
  }

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

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

  .column-4 {
    height: auto;
  }

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

  .heading-6 {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 45px;
    line-height: 55px;
  }

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

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

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

  .columns-5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .image-13 {
    top: 10%;
    display: block;
  }

  .section-2 {
    overflow: hidden;
    height: auto;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .columns-6 {
    height: auto;
  }

  .column-11.reserva-70 {
    height: 350px;
  }

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

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

  .div-block-59 {
    width: 100%;
    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;
  }

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

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

  .div-block-62 {
    -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-63 {
    width: 80px;
    height: 80px;
  }

  .div-block-64 {
    -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-66 {
    width: 85%;
  }

  .div-block-67 {
    padding-right: 40px;
    padding-left: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

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

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

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

  .limpeza {
    height: auto;
  }

  .div-block-70 {
    height: auto;
    padding-right: 20px;
    padding-left: 20px;
  }

  .cards-section {
    padding: 40px 20px;
  }

  .cards-grid-container {
    display: block;
    width: 30%;
    max-width: none;
    -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;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

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

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

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

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

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

  .div-block-76 {
    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-77 {
    margin-bottom: 20px;
  }

  .banner-circ {
    height: 600px;
    background-position: 75% 100%;
    background-size: 150%;
    background-repeat: no-repeat;
  }

  .div-block-79 {
    position: relative;
    width: 100%;
  }

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

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

  .heading-13 {
    width: 55%;
    text-align: center;
  }

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

  .tabs-content {
    width: 70%;
  }

  .tab-link-tab-1 {
    left: 50px;
    top: 150px;
  }

  .tab-link-tab-1.w--current {
    left: 50px;
    top: 150px;
    bottom: auto;
  }

  .tab-link-tab-2 {
    left: 320px;
    bottom: 135px;
  }

  .tab-link-tab-3 {
    left: 40px;
    bottom: auto;
  }

  .tab-link-tab-4 {
    left: auto;
    top: 50px;
    right: 115px;
    bottom: auto;
  }

  .tab-link-tab-5 {
    top: auto;
    right: auto;
  }

  .image-15 {
    width: 150px;
  }

  .image-16 {
    width: 150px;
  }

  .image-17 {
    width: 150px;
  }

  .image-18 {
    width: 150px;
  }

  .image-19 {
    width: 150px;
  }

  .heading-15 {
    text-align: left;
  }

  .image-20 {
    width: 110%;
    margin-top: 0px;
  }

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

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

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

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

@media screen and (max-width: 479px) {
  .hero-mockup-image {
    position: static;
    width: 100%;
    margin-top: 20px;
  }

  .button {
    margin-top: 10px;
    padding-right: 19px;
    padding-left: 19px;
    font-size: 11px;
    line-height: 21px;
  }

  .button.icon-button.download.green {
    width: 90%;
    margin-top: 15px;
    text-align: center;
  }

  .iphone-hero {
    height: auto;
    padding: 80px 25px 35px;
  }

  .small-hero-intro-title {
    margin-bottom: 5px;
    font-size: 12px;
  }

  .hero-mockup-description-block {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }

  .white-hero-title {
    margin-top: 5px;
    margin-bottom: 20px;
    font-size: 25px;
    line-height: 30px;
    text-align: center;
  }

  .hero-description {
    font-size: 13px;
    line-height: 19px;
  }

  .centered-container {
    text-align: left;
  }

  .gallery-grid-container {
    margin-right: 0px;
    margin-left: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto;
  }

  .section-title-wrapper {
    width: 100%;
    margin-bottom: 30px;
  }

  .section-title-wrapper.full {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 40px;
    margin-left: 0px;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .section-title-wrapper.full.info {
    display: block;
    width: auto;
    margin-bottom: 20px;
    padding-right: 0px;
    text-align: center;
  }

  .info-row {
    margin-top: 0px;
  }

  .info-title {
    margin-bottom: 4px;
  }

  .info-block {
    width: 90%;
    float: none;
    font-size: 14px;
  }

  .section-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    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;
    font-size: 25px;
    line-height: 35px;
  }

  .section-title.large {
    margin-bottom: 0px;
    font-size: 20px;
    line-height: 30px;
    text-align: left;
  }

  .info-block-left {
    width: 100%;
  }

  .info-icon {
    height: 20px;
    margin-top: 0px;
    margin-right: 11px;
    margin-bottom: 0px;
    float: left;
  }

  .section-description {
    margin-top: 0px;
    font-size: 15px;
    line-height: 23px;
  }

  .section-description.faded {
    font-size: 15px;
  }

  .section {
    padding: 25px;
  }

  .section.tint.overflow-none {
    height: auto;
    padding: 20px 0px 0px;
  }

  .section.app-info-section {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .section.app-info-section.cabo-eletrico {
    height: auto;
    padding: 20px 20px 40px;
  }

  .info-column {
    padding-right: 0px;
    padding-bottom: 10px;
    padding-left: 0px;
  }

  .info-block-right.app-info {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 40px;
    text-align: center;
  }

  .info-block-right.app-info.reserv-70 {
    width: 100%;
    padding: 40px 20px;
  }

  .device-mockup-left {
    position: relative;
    left: 0px;
    top: 0px;
    display: block;
    width: 90%;
    height: auto;
    margin-right: auto;
    margin-left: auto;
  }

  .device-mockup-left.sec-5-right-img {
    margin-right: 0px;
    margin-left: 0px;
  }

  .small-section-title {
    margin-bottom: 10px;
    font-size: 11px;
    line-height: 21px;
  }

  .footer {
    display: block;
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

  .image-9 {
    width: 180px;
    margin-right: 0px;
  }

  .wrap {
    padding-right: 5vw;
    padding-left: 5vw;
  }

  .wrap.footer-warp-paragrafo {
    display: block;
    width: 100%;
    padding-bottom: 10px;
  }

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

  .paragraph-3 {
    margin-bottom: 0px;
    padding-top: 20px;
    padding-bottom: 0px;
    padding-left: 0px;
    border-left-width: 0px;
    font-size: 10px;
    line-height: 22px;
  }

  .newsletter-form {
    margin-bottom: 40px;
  }

  .image-section-overlay-block {
    width: 100%;
  }

  .image-section.get-the-app {
    height: auto;
    padding-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-image: none;
    background-size: auto;
  }

  .newsletter-submit {
    width: 100%;
    height: 40px;
    margin-top: 5px;
    border-radius: 5px;
    font-size: 13px;
  }

  .image-section-overlay {
    height: auto;
    padding: 0px;
  }

  .image-section-overlay-title {
    font-size: 24px;
    line-height: 29px;
    font-weight: 300;
  }

  .image-section-overlay-title.subtitle {
    width: 100%;
    margin-top: 16px;
    font-size: 14px;
    line-height: 23px;
  }

  .newsletter-field {
    width: 100%;
    height: 50px;
    padding-left: 0px;
    border-radius: 5px;
    font-size: 12px;
    text-align: center;
  }

  .div-block-44 {
    height: auto;
    margin-top: 0px;
    padding: 30px 20px;
  }

  .hero-overlay {
    height: 500px;
  }

  .centered-container-2 {
    text-align: left;
  }

  .hero.especifica-es {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 0px;
  }

  .hero-image {
    padding-top: 20px;
  }

  .tab-button-right {
    border-width: 1px;
    border-radius: 60px;
    text-align: center;
  }

  .tab-button-right.w--current {
    border-radius: 60px;
  }

  .subpage-header {
    padding-top: 90px;
    padding-bottom: 20px;
  }

  .pricing-tab-pane {
    padding-top: 20px;
  }

  .tab-button-left {
    margin-bottom: 10px;
    border-width: 1px;
    border-radius: 60px;
    text-align: center;
  }

  .plan-tabs {
    margin-top: 0px;
  }

  .blog-date-block {
    top: 15px;
  }

  .blog-author-image {
    width: 15px;
    height: 16px;
    margin-right: 7px;
  }

  .blog-post-title-wrapper {
    padding: 35px 10px 10px 15px;
  }

  .blog-overlay-title {
    font-size: 19px;
    line-height: 23px;
  }

  .blog-overlay-title.large {
    font-size: 15px;
    line-height: 20px;
  }

  .div-block-45 {
    width: 100%;
    height: 250px;
  }

  .div-block-45.div-tabe-2-bg {
    width: 100%;
    height: 250px;
  }

  .div-block-47 {
    width: 150px;
    margin-bottom: 0px;
    margin-left: 20px;
  }

  .div-block-48 {
    margin-top: 60px;
  }

  .image-10 {
    position: relative;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    padding-top: 20px;
  }

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

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

  .heading-2 {
    margin-top: 0px;
    font-size: 15px;
    line-height: 20px;
    text-align: center;
  }

  .heading-3 {
    font-size: 35px;
    line-height: 45px;
    text-align: center;
  }

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

  .text-block-2.codigo-sku {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

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

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

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

  .heading-6 {
    padding-right: 60px;
    padding-left: 60px;
    font-size: 35px;
    line-height: 45px;
    text-align: center;
  }

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

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

  .column-6 {
    height: auto;
  }

  .div-block-53 {
    height: auto;
    padding-top: 20px;
    padding-bottom: 0px;
  }

  .columns-4 {
    height: auto;
  }

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

  .image-13 {
    position: relative;
    left: auto;
    top: auto;
    display: none;
    width: 100%;
  }

  .section-2 {
    height: auto;
  }

  .column-11.reserva-70 {
    height: 300px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .div-block-55 {
    width: 100%;
    height: 250px;
    border-radius: 0px;
    background-size: 100%;
    background-repeat: no-repeat;
  }

  .div-block-57 {
    width: 70px;
    height: 70px;
  }

  .div-block-58 {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .div-block-59 {
    padding-bottom: 20px;
  }

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

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

  .div-block-63 {
    width: 75px;
    height: 50px;
  }

  .div-block-64 {
    -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-block-5 {
    font-size: 15px;
  }

  .div-block-65 {
    display: block;
    width: 100%;
    height: auto;
    padding-right: 0px;
    padding-bottom: 0px;
  }

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

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

  .cards-grid-container {
    display: block;
    width: 45%;
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

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

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

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

  .div-block-76 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .banner-circ {
    height: 450px;
    background-image: url('../images/img-02.jpg');
    background-position: 100% 150%;
    background-size: 125%;
  }

  .div-block-78 {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

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

  .heading-13 {
    width: 100%;
  }

  .tabs {
    display: none;
  }

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

  .image-20 {
    width: 110%;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_61ddfca7-86cb-3844-5db0-6976aa5d2bb4-1568ca47 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_61ddfca7-86cb-3844-5db0-6976aa5d2bb9-1568ca47 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-fcefc89b-6698-633e-fe28-5ad3a330a299-1568ca47 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-fcefc89b-6698-633e-fe28-5ad3a330a2a0-1568ca47 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_61ddfca7-86cb-3844-5db0-6976aa5d2bb1-1568ca47 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_61ddfca7-86cb-3844-5db0-6976aa5d2bb6-1568ca47 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-fcefc89b-6698-633e-fe28-5ad3a330a296-1568ca47 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-fcefc89b-6698-633e-fe28-5ad3a330a29d-1568ca47 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
}

@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 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 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 3';
  src: url('../fonts/ElectroluxSans_3_Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@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 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 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 4';
  src: url('../fonts/ElectroluxSans_4_Semibold.otf') format('opentype');
  font-weight: 600;
  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 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 free solid 900';
  src: url('../fonts/Font-Awesome-5-Free-Solid-900.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;
}