.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-checkbox:before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox:after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}

body {
  font-family: Roboto;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 0px;
  margin-bottom: 5px;
  color: #f06161;
  font-size: 56px;
  line-height: 58px;
  font-weight: 700;
}

h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #f06161;
  font-size: 46px;
  line-height: 40px;
  font-weight: 700;
}

h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #4e4e4e;
  font-size: 26px;
  line-height: 32px;
  font-weight: 400;
}

h4 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #333;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

h5 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #4e4e4e;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
}

p {
  margin-bottom: 0px;
  color: #333;
  font-size: 15px;
  line-height: 22px;
  font-weight: 300;
  text-align: left;
}

a {
  background-color: transparent;
  text-decoration: none;
}

.container {
  display: block;
  width: 960px;
  max-width: none;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.navbar-nav-menu {
  display: block;
  margin-top: -15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

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

.intro-section-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  text-align: left;
}

.text-list-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 300px;
  padding-top: 70px;
  padding-bottom: 70px;
  -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: #f0f1f3;
}

.text-list-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.text-list-content-list-item {
  margin: 10px;
  padding: 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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2);
  text-align: center;
}

.intro-section-content-p {
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
}

.text-list-content-list-item-p {
  max-width: 280px;
  line-height: 20px;
  text-align: left;
}

.text-list-content-list-item-icon {
  height: 100px;
  margin-top: 10px;
  margin-bottom: 40px;
}

.navbar-nav-link {
  display: inline-block;
  margin-left: 16px;
  padding: 10px;
  -webkit-transition: all 450ms ease;
  transition: all 450ms ease;
  color: #949494;
  font-size: 11px;
  font-weight: 400;
  text-transform: uppercase;
}

.navbar-nav-link:hover {
  color: #e84e0f;
}

.navbar-nav-link.w--current {
  color: #949494;
  cursor: pointer;
}

.navbar-nav-link.w--current:hover {
  color: #f06161;
}

.navbar-nav-link.last-child {
  padding-top: 9px;
  padding-right: 0px;
  color: #e84e0f;
  font-weight: 700;
  text-decoration: none;
}

.navbar-nav-link.dropdown {
  padding-right: 20px;
}

.navbar-nav-link.dropdown.w--open {
  color: #fff;
}

.intro-section-content-text-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.button {
  padding: 15px 25px;
  border: 1px solid #f06161;
  border-radius: 5px;
  background-color: #f06161;
  -webkit-transition: all 450ms ease;
  transition: all 450ms ease;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}

.button:hover {
  border: 1px solid #f06161;
  background-color: #fff;
  color: #f06161;
}

.button.footer-form-button {
  margin-top: 0px;
  padding: 10px 30px;
}

.button.intro-section-button {
  margin-top: 30px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 20px 30px;
  font-size: 18px;
  text-align: center;
}

.button.intro-section-bg-video {
  margin-top: 10px;
  margin-right: 0px;
  margin-left: 0px;
}

.button.contact-map-button {
  float: right;
}

.button.basic-list-button {
  width: 100%;
  margin-top: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
}

.button.component10 {
  display: block;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 12px;
  text-align: center;
}

.button.basic-text-button {
  margin-left: 10px;
}

.button.product-internal-button {
  margin-top: 15px;
}

.button.modal-form-button {
  padding-top: 10px;
  padding-bottom: 10px;
  float: right;
}

.basic-text-image-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 50px;
  padding-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;
  color: #000;
}

.basic-text-image-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 70px;
  margin-bottom: 70px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.basic-text-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 50px;
  padding-bottom: 50px;
  -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;
}

.basic-text-image-content-text-box {
  width: 50%;
  padding: 30px 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #4e4e4e;
  font-size: 14px;
  font-weight: 400;
}

.basic-text-image-content-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-right: 20px;
  padding-left: 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;
}

.text-list-content-list-item-title {
  margin-bottom: 0px;
}

.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 50px;
  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;
  border-top: 1px solid hsla(0, 0%, 55.3%, 0.25);
  background-color: #fff;
  color: #fff;
}

.signature {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 15px;
  padding-bottom: 15px;
  -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: #f5f5f5;
}

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

.signature-content-text {
  color: #777;
  font-size: 12px;
}

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

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

.text-list-content-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
}

.component4-content-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  -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;
}

.component4-content-list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 20px;
  padding-left: 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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.p_subtitle {
  max-width: 320px;
  margin-top: 20px;
  color: #777;
  font-size: 13px;
  line-height: 21px;
  text-align: center;
}

.footer-logo {
  display: block;
  margin: 40px auto;
}

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

.intro-section-content-image-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.nav-dropdown-link {
  background-color: #242529;
  -webkit-transition: all 450ms ease;
  transition: all 450ms ease;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
}

.nav-dropdown-link:hover {
  background-color: #f06161;
}

.body {
  height: 100%;
  font-family: Avenir, sans-serif;
}

.basic-text-content {
  -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-weight: 400;
}

.basic-text-buttons {
  width: 100%;
  margin-top: 20px;
  -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;
  text-align: center;
}

.component2-main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.component4-content-list_image {
  width: 205px;
}

.component4-content-list-title {
  margin-top: 30px;
  margin-bottom: 10px;
}

.signature-link {
  -webkit-transition: all 450ms ease;
  transition: all 450ms ease;
  color: #1db37b;
  font-weight: 600;
  text-decoration: none;
}

.signature-link:hover {
  color: #666;
}

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

.footer-form-content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
  padding-right: 12px;
  padding-left: 29px;
  -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;
}

.footer-form-input {
  display: none;
  margin-right: 15px;
  margin-bottom: 0px;
  padding-right: 0px;
  padding-bottom: 16px;
  padding-left: 0px;
  border-style: none none solid;
  border-width: 1px;
  border-color: #000 #000 hsla(0, 0%, 55.3%, 0.39);
  background-color: transparent;
  -webkit-transition: all 320ms ease;
  transition: all 320ms ease;
}

.footer-form-input:focus {
  border-bottom-color: rgba(232, 78, 15, 0.25);
}

.footer-socials-item {
  margin-left: 15px;
  -webkit-transition: all 320ms ease;
  transition: all 320ms ease;
  font-family: FontAwesome, sans-serif;
  color: #e84e0f;
  font-size: 26px;
  font-weight: 400;
  text-decoration: none;
}

.footer-socials-item:hover {
  color: #8d8d8d;
}

.internal-banner-section {
  height: 250px;
  background-image: url('../images/BANNER.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.component5-image {
  width: 100%;
  height: 250px;
  background-image: url('../images/BANNER.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.results-list-section {
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: #34363b;
  color: #fff;
}

.component6-main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.results-list-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.results-list-content-item {
  text-align: center;
}

.results-list-content-item-title {
  margin-bottom: 22px;
  font-size: 62px;
  font-weight: 700;
}

.results-list-content-item-description {
  color: #fff;
  font-weight: 300;
}

.basic-text-image-content-p {
  margin-top: 6px;
  padding-right: 0px;
  padding-left: 0px;
}

.basic-text-content-title {
  text-align: center;
}

.basic-text-content-subtitle {
  margin-bottom: 10px;
  text-align: center;
}

.basic-text-image-content-title {
  margin-bottom: 20px;
  text-align: left;
}

.text-list-content-subtitle {
  margin-bottom: 15px;
}

.text-list-content-list-item-textbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.text-list-content-list-item-subtitle {
  margin-bottom: 5px;
}

.navbar {
  background-color: transparent;
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.06);
}

.navbar2-section {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: transparent;
}

.navbar2-logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 15px 0px 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar2-nav-link {
  -webkit-transition: all 450ms ease;
  transition: all 450ms ease;
  font-family: Poppins, sans-serif;
  color: #333;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
}

.navbar2-nav-link:hover {
  color: #f06161;
}

.navbar2-nav-link.w--current {
  color: #333;
}

.navbar2-nav-link.last-child {
  padding-right: 0px;
}

.navbar2-nav-menu {
  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;
}

.intro-section-bg-video {
  height: 100%;
}

.intro-section-bg-video-background {
  display: block;
  height: 100%;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.intro3-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 980px;
  height: 100%;
  max-width: none;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 30px;
  -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;
}

.intro-section-bg-video-content-title {
  margin-bottom: 5px;
}

.div-block-3 {
  max-width: 80%;
}

.component5-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.contact-map-section {
  padding-top: 50px;
  padding-bottom: 50px;
}

.contact-map-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 35px;
  margin-bottom: 35px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.contact-map-content-form {
  width: 48%;
}

.contact-map-content-form-label {
  color: #4e4e4e;
  font-weight: 500;
}

.contact-map-content-form-field {
  border-radius: 5px;
}

.contact-map-content-map {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48%;
  -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;
}

.contact-map-content-map-contact-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5px;
  -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;
}

.contact-map-content-map-contact-icon {
  max-width: 21px;
  margin-right: 10px;
}

.contact-map-content-map-contact-title {
  color: #4e4e4e;
  font-size: 14px;
  line-height: 18px;
}

.contact-map-content-map-contact-text {
  color: #8d8d8d;
}

.contact-map-content-map-contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.contact-map-content-form-title {
  color: #e84e0f;
  font-size: 38px;
}

.contact-map-content-form-subtitle {
  margin-top: -5px;
  color: #8d8d8d;
  font-size: 22px;
}

.contact-map-content-form-p {
  margin-bottom: 10px;
  line-height: 20px;
}

.contact-map-content-map-map {
  height: 426px;
  border-radius: 5px;
}

.contact-map-content-form-form-success {
  border-radius: 5px;
  background-color: #2ecc71;
  color: #fff;
}

.component7-form-success-title {
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 30px;
  font-weight: 600;
}

.component7-form-success-text {
  color: #ececec;
}

.contact-map-content-form-form-error {
  padding: 20px;
  border-radius: 5px;
  background-color: #f06161;
  color: #fff;
  text-align: center;
}

.component7-form-error-title {
  margin-top: 5px;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 600;
}

.component7-form-error-text {
  color: #ececec;
}

.basic-list-section {
  padding-top: 50px;
  padding-bottom: 50px;
}

.basic-list-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.basic-list-content-list-item {
  margin-right: 10px;
  margin-bottom: 20px;
  margin-left: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 30%;
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.15);
  border-radius: 5px;
}

.basic-list-content-list-item-image {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.basic-list-content-list-item-title {
  font-size: 24px;
  line-height: 28px;
  font-weight: 500;
}

.basic-list-content-list-item-subtitle {
  margin-top: -5px;
  margin-bottom: 5px;
  font-size: 16px;
  line-height: 22px;
  font-weight: 300;
}

.basic-list-content-list-item-p {
  font-size: 14px;
  line-height: 19px;
}

.basic-list-content-list-item-textbox {
  padding: 10px 10px 20px;
}

.basic-list-content-list-item-price {
  margin-top: 18px;
}

.basic-list-content-list-item-price-text {
  color: #333;
  font-size: 18px;
  text-align: left;
}

.basic-list-content-list-item-price-span {
  font-size: 44px;
  font-weight: 700;
  text-align: center;
}

.basic-list-content-list-item-price-condition {
  color: #333;
  font-size: 14px;
  text-align: left;
}

.component10-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.component10-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.products-list-form-filter {
  margin-right: 21px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 260px;
  -ms-flex: 0 260px;
  flex: 0 260px;
}

.basic-list-content-list-filter-title {
  color: #666;
  font-size: 14px;
  line-height: 26px;
  font-weight: 400;
}

.basic-list-content-list-filter-title.categorias-ativas {
  font-size: 15px;
}

.basic-list-content-list-filter-title.active-pages {
  color: #666;
  font-size: 15px;
  font-weight: 700;
}

.products-list-form-filter-item {
  margin-top: 10px;
  margin-bottom: 25px;
}

.basic-text-content-list-filter-form-list-item {
  padding-top: 3px;
  padding-bottom: 3px;
  color: #333;
}

.component10-section {
  padding-top: 50px;
  padding-bottom: 50px;
}

.component10-list-item {
  margin-right: 10px;
  -webkit-flex-basis: auto;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.15);
  border-radius: 5px;
}

.component10-list-item-title {
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
}

.component10-list-item-subtitle {
  margin-top: -5px;
  margin-bottom: 0px;
  font-size: 12px;
  line-height: 22px;
  font-weight: 300;
}

.component10-list-item-price {
  margin-top: 10px;
}

.component10-list-item-price-text {
  font-size: 14px;
  line-height: 16px;
  text-align: left;
}

.component10-list-item-price-span {
  font-size: 36px;
  font-weight: 700;
  text-align: center;
}

.component10-list-item-content {
  padding: 10px;
}

.component10-list-item-price-condition {
  font-size: 12px;
  line-height: 12px;
  text-align: left;
}

.product-internal-section {
  padding-top: 50px;
  padding-bottom: 50px;
}

.product-internal-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.product-internal-info-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 34%;
  -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;
}

.product-internal-info-image-thumb {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 10px;
  -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;
}

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

.navbar-logo-link {
  margin-top: 9px;
}

.navbar-logo-link.w--current {
  margin-top: 9px;
}

.navbar-nav-link-dropdown {
  margin-left: 30px;
  padding: 10px 20px 7px 10px;
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
}

.navbar-nav-link-dropdown-icon {
  margin-top: 10.5px;
  margin-right: 0px;
}

.footer-title {
  display: none;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #8d8d8d;
  font-size: 28px;
  font-weight: 400;
  text-align: center;
}

.footer-form {
  padding-right: 15%;
  padding-left: 15%;
}

.intro-section-bg-video-content {
  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: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.intro-section-bg-video-content-flex-align {
  margin-bottom: 45px;
}

.internal-banner-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.internal-banner-content-flex-align {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.basic-list-content-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.products-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -39px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 950px;
  -webkit-flex: 950px;
  -ms-flex: 950px;
  flex: 950px;
}

.product-internal-top {
  margin-bottom: 30px;
}

.product-internal-content {
  margin-top: 5px;
  margin-bottom: 50px;
}

.product-internal-top-title {
  margin-bottom: 3px;
  color: #e84e0f;
  font-size: 34px;
}

.product-internal-info-text {
  width: 60%;
}

.product-internal-info-text-title {
  color: #4e4e4e;
}

.product-internal-info-text-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -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;
}

.product-internal-info-text-list-item {
  margin-right: 15px;
  margin-bottom: 10px;
  -webkit-flex-basis: 30%;
  -ms-flex-preferred-size: 30%;
  flex-basis: 30%;
}

.product-internal-info-text-list-item-title {
  color: #4e4e4e;
  font-size: 14px;
  font-weight: 700;
}

.product-internal-info-text-list-item-p {
  color: #8d8d8d;
}

.product-internal-info-text-price {
  margin-top: -15px;
  text-align: left;
}

.product-internal-info-text-price-text {
  color: #333;
  font-size: 22px;
}

.product-internal-info-text-price-span {
  font-size: 50px;
  font-weight: 500;
}

.product-internal-info-price-condition {
  color: #4e4e4e;
}

.intro-section-slider-content {
  height: 450px;
}

.intro-section-slider-slide-content-image {
  width: 100%;
  height: 450px;
}

.intro-section-slider-slide-content {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin-bottom: 30px;
}

.intro-section-slider-slide-content-title {
  color: #f06161;
}

.intro-section-slider-slide-content-p {
  color: #fff;
}

.navbar-nav-link-dropdown-item {
  -webkit-transition: all 450ms ease;
  transition: all 450ms ease;
  color: #fff;
}

.navbar-nav-link-dropdown-item:hover {
  background-color: #5c5c5c;
}

.navbar-nav-link-dropdown-list.w--open {
  background-color: #333;
}

.photo-galery-section {
  padding-top: 60px;
  padding-bottom: 60px;
}

.photo-galery-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  -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;
}

.photo-galery-title {
  margin-bottom: 20px;
}

.testimonal-section {
  padding-top: 40px;
  padding-bottom: 40px;
}

.testimonal-slider-slide-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-right: 70px;
  padding-left: 70px;
  -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;
}

.testimonal-slider-slide-content-text-box {
  max-width: 80%;
}

.testimonal-slider-slide-content-text {
  margin-bottom: 0px;
  border-left-style: none;
  color: #333;
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
}

.testimonal-slider-slide-content-author {
  color: #4e4e4e;
  text-align: right;
}

.testimonal-slider {
  height: auto;
  background-color: transparent;
}

.left-arrow {
  color: #4e4e4e;
}

.testimonal-slider-arrow {
  color: #4e4e4e;
}

.testimonal-slider-arrow-icon {
  margin-right: 0px;
  margin-left: 0px;
}

.testimonal-slider-arrow-icon.right {
  margin-left: 40px;
}

.tabs-section-content-pane-content {
  padding-top: 20px;
  padding-bottom: 20px;
}

.tabs-section {
  padding-top: 35px;
  padding-bottom: 35px;
}

.tabs-section-menu {
  border-bottom: 1px solid rgba(78, 78, 78, 0.35);
}

.tabs-section-content-pane-title {
  margin-bottom: 9px;
}

.tabs-section-menu-link {
  background-color: #4e4e4e;
  color: #fff;
}

.tabs-section-menu-link.w--current {
  background-color: #333;
}

.tabs-section-content {
  padding-top: 20px;
  padding-bottom: 20px;
}

.categories-content-link-item {
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-transition: all 450ms ease;
  transition: all 450ms ease;
  color: #f06161;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.categories-content-link-item:hover {
  color: #333;
}

.categories-content-link-item.dropdown {
  padding-top: 0px;
  padding-bottom: 0px;
}

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

.categories-content-link-item-dropdown-item {
  -webkit-transition: all 450ms ease;
  transition: all 450ms ease;
  text-transform: uppercase;
}

.categories-content-link-item-dropdown-item:hover {
  color: #f06161;
}

.modal-section {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1001;
  display: none;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.85);
}

.modal-content {
  position: relative;
  width: 800px;
  border-radius: 5px;
  background-color: #fff;
}

.modal-content-header {
  margin-bottom: 20px;
  padding: 20px 35px;
  border-bottom: 1px solid #e0e0e0;
}

.modal-title {
  font-size: 40px;
  text-align: center;
}

.modal-subtitle {
  font-size: 22px;
  text-align: center;
}

.modal-content-steps {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.modal-content-steps-item {
  padding-right: 20px;
  padding-left: 20px;
  -webkit-flex-basis: 290px;
  -ms-flex-preferred-size: 290px;
  flex-basis: 290px;
  text-align: center;
}

.modal-content-steps-item-title {
  margin-bottom: 10px;
}

.modal-content-steps-item-p {
  margin-top: 10px;
}

.modal-content-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-top: 1px solid #e0e0e0;
}

.modal-content-info-box {
  max-width: 40%;
}

.modal-content-info-form {
  width: 55%;
}

.modal-content-info-box-title {
  margin-bottom: 5px;
}

.modal-content-info-form-input {
  border-radius: 5px;
}

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

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

.div-block-5.first {
  padding-right: 5px;
}

.close-modal-button {
  position: absolute;
  top: -12px;
  right: -14px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45px;
  height: 45px;
  -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: 100%;
  background-color: #fff;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.5);
  cursor: pointer;
}

.navbar-information-box {
  position: relative;
  z-index: 100;
  padding-top: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #f6f6f6;
}

.navbar-menu {
  position: relative;
  z-index: 5;
  padding-top: 20px;
  padding-bottom: 15px;
}

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

.information-box-login-languages {
  position: relative;
  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;
}

.information-box-languages-item {
  margin-left: 7px;
}

.information-box-contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.information-box-language-socials-divisor {
  width: 1px;
  height: 23px;
  margin-right: 10px;
  margin-left: 17px;
  background-color: #e9e9e9;
}

.informations-box-socials-list-item {
  margin-left: 12px;
  padding-top: 1px;
  -webkit-transition: all 320ms ease;
  transition: all 320ms ease;
  font-family: FontAwesome, sans-serif;
  color: #e84e0f;
  font-size: 17px;
  font-weight: 400;
  text-align: center;
}

.informations-box-socials-list-item:hover {
  color: #8d8d8d;
}

.information-box-content-phone {
  margin-left: 8px;
  color: #8d8d8d;
  font-size: 12px;
  font-weight: 400;
}

.information-box-languages {
  display: none;
}

.bold-text {
  color: #e84e0f;
}

.information-box-login-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 25px;
  padding: 5px 11px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 320ms ease;
  transition: all 320ms ease;
}

.information-box-login-button-text {
  margin-top: 1px;
  margin-right: 8px;
  margin-left: 7px;
  color: #e84e0f;
  font-size: 13px;
}

.search-input {
  height: 41px;
  padding-left: 14px;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 55.3%, 0.19);
  border-radius: 5px;
  color: #b1b1b1;
  font-size: 13px;
}

.search-input:focus {
  border-color: rgba(232, 78, 15, 0.17);
}

.search-input::-webkit-input-placeholder {
  color: #b1b1b1;
}

.search-input:-ms-input-placeholder {
  color: #b1b1b1;
}

.search-input::-ms-input-placeholder {
  color: #b1b1b1;
}

.search-input::placeholder {
  color: #b1b1b1;
}

.login-button-links {
  position: absolute;
  left: 0px;
  top: 35px;
  z-index: 200;
  overflow: hidden;
  width: 130px;
  background-color: #fff;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.13);
}

.login-buttons-link-item {
  display: block;
  padding-top: 7px;
  padding-bottom: 7px;
  -webkit-transition: all 320ms ease;
  transition: all 320ms ease;
  color: #8d8d8d;
  text-align: center;
}

.login-buttons-link-item:hover {
  background-color: #f3f3f3;
}

.search-form {
  position: relative;
}

.submit-button {
  position: absolute;
  top: 0px;
  right: 0px;
  margin-top: 5px;
  margin-right: 5px;
  padding: 5px 12px;
  border-radius: 5px;
  background-color: #e84e0f;
}

.home-section-slider {
  display: block;
  margin-top: 30px;
}

.home-highlights-section {
  display: none;
  margin-top: 65px;
  margin-bottom: 65px;
}

.home-slider-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.product-list-item {
  margin-right: 20px;
  margin-bottom: 20px;
  padding-top: 15px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-flex-basis: 30%;
  -ms-flex-preferred-size: 30%;
  flex-basis: 30%;
  border: 1px solid #ececec;
}

.product-list-item-header-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 145px;
  -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 {
  max-height: 100%;
  max-width: auto;
}

.product-list-item-text-box {
  margin-top: 15px;
  padding: 15px 17px;
  border-top: 1px solid #ececec;
}

.product-list-item-title {
  margin-bottom: 10px;
  color: #4e4e4e;
  font-size: 16px;
}

.product-list-item-title.categories-page-title {
  margin-bottom: 0px;
  clear: none;
  font-weight: 700;
  text-align: center;
}

.product-list-item-title.categories-page-title.new-product-list {
  overflow: visible;
  margin-top: 0px;
  margin-left: 10px;
  color: #fff;
  font-size: 21px;
  text-align: left;
}

.product-list-item-subtitle {
  color: #8d8d8d;
  font-size: 14px;
}

.cta-style-1 {
  padding: 12px 20px;
  border: 1px solid #e84e0f;
  border-radius: 6px;
  background-color: #e84e0f;
  -webkit-transition: all 320ms ease;
  transition: all 320ms ease;
  color: #eee;
  font-weight: 400;
  text-align: center;
}

.cta-style-1:hover {
  background-color: transparent;
  color: #e84e0f;
}

.cta-style-1.product-list-item-cta {
  width: 100%;
  margin-top: 20px;
  padding-top: 14px;
  padding-left: 20px;
}

.cta-style-1.catalog-download-button {
  margin-top: 15px;
}

.cta-style-1.newsletter-button {
  position: absolute;
  top: -6px;
  right: 27px;
  display: none;
  padding: 8px 17px;
}

.cta-style-1.products-page-list-item-cta {
  width: 100%;
  margin-top: 20px;
  padding-top: 14px;
  padding-left: 53px;
  background-image: url('../images/product-cta-icon.svg');
  background-position: 21px 50%;
  background-size: 26px;
  background-repeat: no-repeat;
}

.cta-style-1.products-page-list-item-cta:hover {
  background-image: url('../images/product-cta-icon-active.svg');
  background-size: 26px;
}

.cta-style-1.products-page-list-item-cta.categories-page {
  padding-left: 20px;
  background-image: none;
}

.cta-style-1.products-page-list-item-cta.product-btn {
  padding-left: 20px;
  background-image: none;
}

.cta-style-1.product-page-cta {
  margin-top: 10px;
  padding: 19px 27px 17px 61px;
  background-image: url('../images/product-cta-icon.svg');
  background-position: 26px 50%;
  background-size: 26px;
  background-repeat: no-repeat;
  font-size: 16px;
}

.cta-style-1.product-page-cta:hover {
  background-image: url('../images/product-cta-icon-active.svg');
  background-size: 26px;
}

.cta-style-1.contact-page-button {
  float: right;
}

.cta-style-1.product-page-cta-play {
  margin-top: 10px;
  padding: 19px 27px 17px 61px;
  background-image: url('../images/play-button-white.svg');
  background-position: 26px 50%;
  background-size: 26px;
  background-repeat: no-repeat;
  font-size: 16px;
}

.cta-style-1.product-page-cta-play:hover {
  background-image: url('../images/play-button.svg');
  background-size: 26px;
}

.cta-style-1.product-page-cta-play.buy-cta {
  margin-right: 20px;
  margin-left: 0px;
  padding-left: 27px;
  background-image: none;
}

.cta-style-1.product-page-cta-play.playbtn-cta {
  border-style: solid;
  background-color: transparent;
  background-image: url('../images/play-button.svg');
  color: #e84e0f;
}

.cta-style-1.product-page-cta-play.playbtn-cta:hover {
  background-color: #e84e0f;
  background-image: url('../images/play-button-white.svg');
  color: #fff;
}

.section-title {
  margin-bottom: 18px;
  color: #e84e0f;
  font-size: 34px;
  font-weight: 400;
  text-align: center;
}

.section-title.grey-title {
  color: #4e4e4e;
  font-size: 34px;
}

.section-title.grey-title.home-about-section-title {
  margin-bottom: 20px;
  line-height: 34px;
  text-align: left;
}

.centered-button-box {
  margin-top: 15px;
  text-align: center;
}

.cta-style-2 {
  padding: 12px 20px;
  border: 1px solid #8d8d8d;
  border-radius: 6px;
  background-color: #fff;
  -webkit-transition: all 320ms ease;
  transition: all 320ms ease;
  color: #8d8d8d;
  font-weight: 400;
  text-align: center;
}

.cta-style-2:hover {
  border-color: #e84e0f;
  background-color: transparent;
  color: #e84e0f;
}

.cta-style-2.product-list-item-cta {
  width: 100%;
  margin-top: 20px;
  padding-top: 14px;
  padding-left: 59px;
  background-image: url('../images/product-cta-icon.svg');
  background-position: 50px 50%;
  background-size: 26px;
  background-repeat: no-repeat;
}

.cta-style-2.product-list-item-cta:hover {
  background-image: url('../images/product-cta-icon-active.svg');
  background-size: 26px;
}

.cta-style-2.about-button {
  display: none;
  margin-top: 20px;
}

.home-highlights-slider {
  height: auto;
  background-color: transparent;
}

.home-highlights-slider-icon {
  background-image: url('../images/slider-arrow-left.svg');
  background-position: 50% 50%;
  background-size: 26px;
  background-repeat: no-repeat;
  color: transparent;
  font-size: 36px;
}

.home-highlights-slider-icon.right-icon {
  background-image: url('../images/slider-arrow-right.svg');
  background-size: 26px;
}

.home-highlights-slider-left-arrow {
  left: -80px;
}

.home-highlights-slider-right-arrow {
  right: -79px;
}

.home-highlights-slider-nav {
  bottom: -45px;
  display: none;
  text-align: center;
}

.catalog-section {
  padding-top: 65px;
  padding-bottom: 50px;
  background-color: #eee;
}

.catalog-section-content {
  display: -ms-grid;
  display: grid;
  margin-top: 40px;
  padding-right: 46px;
  -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;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.catalog-section-text-box {
  position: relative;
  z-index: 30;
  margin-left: 0px;
}

.catalog-section-text-box-paragraph {
  display: block;
  color: #8d8d8d;
  font-size: 14px;
  text-align: justify;
}

.catalog-section-image {
  position: static;
  right: -60px;
  z-index: 10;
  overflow: auto;
  width: 520px;
}

.home-about-section {
  margin-top: 145px;
  margin-bottom: 110px;
}

.home-about-section-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 55px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.home-about-section-paragraph {
  color: #8d8d8d;
  font-size: 14px;
  text-align: justify;
}

.home-about-section-text-box {
  padding-right: 30px;
}

.home-about-section-image {
  position: relative;
  top: -20px;
  right: -30px;
  overflow: auto;
  width: 1700px;
}

.footer-socials-divisor {
  width: 1px;
  height: 30px;
  margin-top: -2px;
  margin-right: 20px;
  margin-left: 20px;
  background-color: hsla(0, 0%, 55.3%, 0.3);
}

.footer-phone {
  color: #8d8d8d;
  font-size: 18px;
  font-weight: 400;
}

.home-main-slider {
  height: 500px;
}

.div-block-7 {
  height: 250px;
}

.image-3 {
  height: auto;
}

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

.home-main-slider-right-arrow {
  display: block;
  width: 22px;
  height: 38px;
  padding-right: 50px;
  background-image: url('../images/main-slider-right-arrow.svg');
  background-position: 50% 50%;
  background-size: 16px;
  background-repeat: no-repeat;
}

.slide-nav {
  position: absolute;
  padding-right: 28px;
  text-align: center;
}

.icon {
  font-size: 61px;
}

.home-main-slider-left-arrow {
  width: 22px;
  height: 38px;
  padding-left: 50px;
  background-image: url('../images/main-slider-left-arrow.svg');
  background-position: 50% 50%;
  background-size: 16px;
  background-repeat: no-repeat;
}

.page-content {
  padding-top: 0px;
  padding-bottom: 40px;
  color: #fff;
}

.page-content-header {
  margin-bottom: 35px;
}

.page-content-header-title {
  margin-top: 40px;
  color: #e84e0f;
  font-size: 38px;
  text-align: center;
}

.page-content-header-title-line {
  display: block;
  width: 80px;
  height: 2px;
  margin-top: -14px;
  margin-right: auto;
  margin-left: auto;
  background-color: hsla(0, 0%, 55.3%, 0.25);
}

.page-content-paragraph {
  color: #8d8d8d;
  font-size: 14px;
}

.page-content-paragraph.contact-page-p {
  margin-top: 5px;
  margin-bottom: 15px;
}

.store-page-form-label {
  color: #8d8d8d;
  font-size: 16px;
  font-weight: 400;
}

.store-page-form-input {
  height: 52px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(78, 78, 78, 0.15);
  border-radius: 4px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
  color: #8d8d8d;
}

.store-page-form-input:active {
  border-color: rgba(232, 78, 15, 0.24);
}

.store-page-form-input:focus {
  border-color: rgba(232, 78, 15, 0.24);
}

.store-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.store-page-form-item {
  -webkit-flex-basis: 49%;
  -ms-flex-preferred-size: 49%;
  flex-basis: 49%;
}

.store-page-results {
  margin-top: 40px;
}

.store-page-title-results {
  margin-bottom: 12px;
  color: #8d8d8d;
  font-size: 18px;
  line-height: 21px;
  font-weight: 600;
}

.store-page-results-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -60px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.store-page-results-list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
  margin-bottom: 20px;
  padding: 20px;
  -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;
  -webkit-flex-basis: 30%;
  -ms-flex-preferred-size: 30%;
  flex-basis: 30%;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.12);
}

.store-page-results-list-item-text-box {
  margin-left: 0px;
}

.store-page-results-list-item-title {
  color: #4e4e4e;
  font-size: 16px;
  line-height: 18px;
  font-weight: 700;
}

.store-page-results-list-item-detail {
  margin-top: 12px;
  color: #8d8d8d;
  font-size: 14px;
}

.store-page-results-list-item-image {
  display: block;
  margin-right: auto;
  margin-bottom: 15px;
  margin-left: auto;
}

.products-list-form-filter-item-header {
  padding: 7px 15px;
  border: 1px solid #ececec;
  background-color: #fff;
}

.products-list-form-filter-links {
  padding: 15px 15px 3px;
  border-right: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
  border-left: 1px solid #ececec;
}

.products-list-form-filter-links-item {
  display: block;
  margin-bottom: 18px;
  padding-left: 16px;
  background-image: url('../images/filter-item-arrow.svg');
  background-position: 0px 50%;
  background-size: 7px;
  background-repeat: no-repeat;
  -webkit-transition: all 320ms ease;
  transition: all 320ms ease;
  color: #8d8d8d;
  line-height: 15px;
}

.products-list-form-filter-links-item:hover {
  color: #e84e0f;
}

.products-list-form-filter-links-item.categoria-produtos-ativa {
  font-weight: 700;
}

.product-internal-info-item {
  margin-bottom: 20px;
}

.product-internal-reference {
  color: #8d8d8d;
}

.navbar-search-input {
  height: 42px;
  margin-right: -4px;
  padding-left: 15px;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 55.3%, 0.17);
  border-radius: 4px 0px 0px 4px;
  -webkit-transition: all 320ms ease;
  transition: all 320ms ease;
  color: #8d8d8d;
  font-size: 14px;
}

.navbar-search-input:focus {
  border-color: rgba(232, 78, 15, 0.19);
}

.navbar-search-input::-webkit-input-placeholder {
  color: #8d8d8d;
  font-size: 12px;
}

.navbar-search-input:-ms-input-placeholder {
  color: #8d8d8d;
  font-size: 12px;
}

.navbar-search-input::-ms-input-placeholder {
  color: #8d8d8d;
  font-size: 12px;
}

.navbar-search-input::placeholder {
  color: #8d8d8d;
  font-size: 12px;
}

.navbar-search-form {
  position: relative;
  display: none;
  padding-left: 25px;
}

.navbar-search-button {
  height: 42px;
  margin-left: 0px;
  padding-top: 10px;
  padding-left: 32px;
  border: 1px solid #e84e0f;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  background-color: #e84e0f;
  background-image: url('../images/search-icon.svg');
  background-position: 12px 50%;
  background-size: 13px;
  background-repeat: no-repeat;
  -webkit-transition: all 320ms ease;
  transition: all 320ms ease;
  font-size: 12px;
}

.navbar-search-button:hover {
  background-color: #fff;
  background-image: url('../images/search-icon-active.svg');
  background-size: 13px;
  color: #e84e0f;
}

.navbar-search-block {
  margin-top: -5px;
}

.back-to-list-cta {
  display: block;
  margin-bottom: 25px;
  padding-left: 15px;
  background-image: url('../images/back-list-arrow.svg');
  background-position: 0px 50%;
  background-size: 8px;
  background-repeat: no-repeat;
  color: #e84e0f;
}

.page-content-h2 {
  margin-bottom: 10px;
  color: #4e4e4e;
  font-size: 26px;
  font-weight: 400;
  text-align: center;
}

.page-about-award-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 35px;
  -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;
}

.page-about-award-box-text-div {
  margin-left: 35px;
}

.page-about-award-box-text-title {
  margin-top: -5px;
  margin-bottom: 11px;
  color: #4e4e4e;
  font-size: 22px;
  font-weight: 700;
}

.text-block {
  color: #8d8d8d;
  font-size: 16px;
}

.page-about-image {
  margin-top: 25px;
}

.where-to-find-page-form-item {
  padding-left: 0px;
  -webkit-flex-basis: 32%;
  -ms-flex-preferred-size: 32%;
  flex-basis: 32%;
}

.where-to-find-page-form-item.form-cidade {
  margin-left: 20px;
}

.where-to-find-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.where-to-find-page-map {
  height: 330px;
  margin-top: -10px;
}

.store-centered-button-box {
  margin-top: 45px;
  margin-bottom: 30px;
  text-align: center;
}

.contact-page-form-label {
  margin-bottom: 5px;
  color: #8d8d8d;
  font-size: 14px;
  font-weight: 400;
}

.contact-page-form-input {
  height: 45px;
  margin-bottom: 17px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(78, 78, 78, 0.15);
  border-radius: 4px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
  color: #8d8d8d;
}

.contact-page-form-input:active {
  border-color: rgba(232, 78, 15, 0.24);
}

.contact-page-form-input:focus {
  border-color: rgba(232, 78, 15, 0.24);
}

.contact-page-form-input.message {
  height: auto;
  min-height: 105px;
  padding-top: 12px;
}

.product-internal-info-description {
  margin-top: 20px;
  margin-bottom: 35px;
}

.store-page-phone {
  margin-top: 40px;
  margin-bottom: 12px;
  color: #8d8d8d;
  font-size: 22px;
  line-height: 21px;
  font-weight: 400;
  text-align: center;
}

.page-about-awards-title {
  margin-top: 65px;
  margin-bottom: 11px;
  color: #4e4e4e;
  font-size: 27px;
  font-weight: 700;
}

.select-field {
  height: 45px;
  margin-bottom: 17px;
  padding-top: 8px;
  border-radius: 4px;
  color: #4e4e4e;
}

.page-about-business {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 35px;
  -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;
}

.banner-produtos {
  height: 150px;
  background-image: url('../images/slide_01.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.products-list-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 0px;
}

.products-list-item {
  padding-top: 7px;
  padding-right: 15px;
  padding-left: 15px;
  border: 1px solid #ececec;
  background-color: #fff;
}

.products-list-trigger {
  cursor: pointer;
}

.products-list-links {
  position: relative;
  z-index: 0;
  padding-top: 15px;
  padding-right: 15px;
  padding-left: 15px;
  border-right: 1px none #ececec;
  border-bottom: 1px none #ececec;
  border-left: 1px none #ececec;
}

.heading {
  margin-top: 20px;
  color: #e84e0f;
}

.related-products {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 35px;
  -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;
}

.product-related-title {
  margin-top: 25px;
  margin-bottom: 11px;
  color: #4e4e4e;
  font-size: 24px;
  font-weight: 700;
}

.image-7 {
  max-width: 110%;
}

.products-list-related {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -39px;
  -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;
  -webkit-box-flex: 950px;
  -webkit-flex: 950px;
  -ms-flex: 950px;
  flex: 950px;
}

.link-block {
  width: 20px;
  height: 20px;
  background-image: url('../images/verde_1verde.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.link-block.color-filter-other {
  margin-left: 10px;
  background-image: url('../images/amarelo_1amarelo.png');
}

.link-block.color-filter-blue {
  margin-left: 10px;
  background-image: url('../images/azul_1azul.png');
}

.link-block.color-filter-red {
  margin-left: 10px;
  background-image: url('../images/vermelho_1vermelho.png');
}

.link-block.color-filter-black {
  margin-left: 10px;
  background-image: url('../images/preto_1preto.png');
}

.grid {
  margin-top: 40px;
  margin-bottom: 60px;
  grid-row-gap: 29px;
  grid-template-areas: ". . ." ". . ." ". . .";
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto 29px auto 29px auto;
  grid-template-rows: auto auto auto;
}

.new-product-list-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 150px;
  padding-bottom: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.new-product-list-link:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.div-block-8 {
  width: 100%;
  height: 100%;
  background-image: url('../images/1-Prateleiras.jpg');
  background-position: 100% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.suportes-ganchos-div {
  width: 100%;
  height: 100%;
  background-image: url('../images/2-Suportes-e-Ganchos.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.prateleiras-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: url('../images/1-Prateleiras.jpg');
  background-position: 100% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.estantes-nichos-div {
  width: 100%;
  height: 100%;
  background-image: url('../images/3-Estantes-e-Nichos.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.organizadores-div {
  width: 100%;
  height: 100%;
  background-image: url('../images/4-Organizadores.jpg');
  background-position: 50% 100%;
  background-size: 410px;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.infantil-div {
  width: 100%;
  height: 100%;
  background-image: url('../images/5-Infantil.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.lixeiras-div {
  width: 100%;
  height: 100%;
  background-image: url('../images/6-Lixeiras.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.cozinha-div {
  width: 100%;
  height: 100%;
  background-image: url('../images/7-Cozinha.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.closet-div {
  width: 100%;
  height: 100%;
  background-image: url('../images/8-Closet.jpg');
  background-position: 100% 50%;
  background-size: 625px;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.banheiro-lavanderia-div {
  width: 100%;
  height: 100%;
  background-image: url('../images/9-Banheiro-e-Lavanderia.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.grid-2 {
  margin-top: 40px;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-areas: ". ." ". ." ". .";
  -ms-grid-rows: auto 24px auto 24px auto;
  grid-template-rows: auto auto auto;
}

.text-block-2 {
  display: block;
  -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: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.div-products-categories {
  height: 436px;
}

.div-products-categories.prateleiras-div {
  height: 376px;
  background-image: url('../images/prateleiras.jpg');
  background-size: auto;
}

.div-products-categories.div-infantil {
  height: 376px;
  background-image: url('../images/infantil.jpg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.div-products-categories.div-estantesenichos {
  height: 376px;
  background-image: url('../images/estantes_e_nichos.jpg');
  background-position: 50% 50%;
  background-size: auto;
}

.div-products-categories.div-suporteseganchos {
  height: 376px;
  background-image: url('../images/suportes_e_ganchos.jpg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.div-products-categories.div-organizadores {
  height: 376px;
  background-image: url('../images/organizadores.jpg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.div-products-categories.div-lixeiras {
  height: 376px;
  background-image: url('../images/lixeiras.jpg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.products-categories-linkblock {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-bottom: 20px;
  padding-left: 20px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.div-block-9 {
  width: 2px;
  height: 21px;
  margin-bottom: 0px;
  margin-left: 0px;
  border: 1px solid #e84e0f;
  color: transparent;
}

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

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

.section {
  margin-top: 20px;
}

.link-block-2 {
  width: 100%;
  height: 100%;
  background-image: url('../images/banner_principal_1920x600px-revisteiro_decorare.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slider {
  height: 480px;
}

.link-block-banner-2 {
  width: 100%;
  height: 100%;
  background-image: url('../images/banner_principal_1920x600px-novas_cores_kids.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.link-block-banner-3 {
  width: 100%;
  height: 100%;
  background-image: url('../images/banner_principal_1920x600px-prateleiras.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.link-block-banner-4 {
  width: 100%;
  height: 100%;
  background-image: url('../images/banner_principal_1920x600px-nichos.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.link-block-banner-5 {
  width: 100%;
  height: 100%;
  background-image: url('../images/banner_principal_1920x600px-loja_virtual.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

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

.block-banner-6 {
  background-image: url('../images/banner_principal_1920x600px-lixeiras.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.block-banner-7 {
  background-image: url('../images/banner_principal_1920x600px-prateleira_u.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.block-banner-8 {
  background-image: url('../images/banner_principal_1920x600px-decorare_reta.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

html.w-mod-js *[data-ix="leftanimation"] {
  opacity: 0;
  -webkit-transform: translate(-100px, 0px);
  -ms-transform: translate(-100px, 0px);
  transform: translate(-100px, 0px);
}

html.w-mod-js *[data-ix="leftanimation2"] {
  opacity: 0;
  -webkit-transform: translate(-100px, 0px);
  -ms-transform: translate(-100px, 0px);
  transform: translate(-100px, 0px);
}

html.w-mod-js *[data-ix="rightanimation"] {
  opacity: 0;
  -webkit-transform: translate(100px, 0px);
  -ms-transform: translate(100px, 0px);
  transform: translate(100px, 0px);
}

html.w-mod-js *[data-ix="rightanimation2"] {
  opacity: 0;
  -webkit-transform: translate(100px, 0px);
  -ms-transform: translate(100px, 0px);
  transform: translate(100px, 0px);
}

html.w-mod-js *[data-ix="upanimation"] {
  opacity: 0;
  -webkit-transform: translate(0px, -100px);
  -ms-transform: translate(0px, -100px);
  transform: translate(0px, -100px);
}

html.w-mod-js *[data-ix="upanimation-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, -100px);
  -ms-transform: translate(0px, -100px);
  transform: translate(0px, -100px);
}

html.w-mod-js *[data-ix="downanimation"] {
  opacity: 0;
  -webkit-transform: translate(0px, 100px);
  -ms-transform: translate(0px, 100px);
  transform: translate(0px, 100px);
}

html.w-mod-js *[data-ix="downanimation-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, 100px);
  -ms-transform: translate(0px, 100px);
  transform: translate(0px, 100px);
}

html.w-mod-js *[data-ix="bubbleanimation"] {
  opacity: 0;
  -webkit-transform: scale(0.9500000000000003, 0.9500000000000003);
  -ms-transform: scale(0.9500000000000003, 0.9500000000000003);
  transform: scale(0.9500000000000003, 0.9500000000000003);
}

html.w-mod-js *[data-ix="bubbleanimation2"] {
  opacity: 0;
  -webkit-transform: scale(0.9500000000000003, 0.9500000000000003);
  -ms-transform: scale(0.9500000000000003, 0.9500000000000003);
  transform: scale(0.9500000000000003, 0.9500000000000003);
}

html.w-mod-js *[data-ix="bubbleanimation3"] {
  opacity: 0;
  -webkit-transform: scale(0.9500000000000003, 0.9500000000000003);
  -ms-transform: scale(0.9500000000000003, 0.9500000000000003);
  transform: scale(0.9500000000000003, 0.9500000000000003);
}

html.w-mod-js *[data-ix="hideloginlinks"] {
  display: none;
  opacity: 0;
  height: 0px;
}

@media (max-width: 991px) {
  .container {
    width: 90%;
  }
  .navbar-nav-menu {
    position: absolute;
    overflow: visible;
    margin-top: 0px;
  }
  .text-list-content-list-item {
    margin-right: 5px;
    margin-left: 5px;
  }
  .navbar-nav-link {
    margin-left: 0px;
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 33px;
    border-bottom: 1px solid #202020;
    background-color: #242529;
  }
  .navbar-nav-link.last-child {
    padding-top: 25px;
  }
  .intro-section-content-text-box {
    max-width: auto;
  }
  .signature {
    padding-top: 25px;
  }
  .signature-content {
    display: block;
    text-align: center;
  }
  .signature-content-text {
    margin-bottom: 10px;
  }
  .text-list-content-list {
    -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;
  }
  .component4-content-list {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .component4-content-list-item {
    width: 50%;
    margin-top: 20px;
    margin-bottom: 20px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .nav-dropdown-link {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 40px;
    border-bottom: 1px solid #2a2c31;
    background-color: #34363b;
  }
  .navbar-hamburguer-menu {
    padding-right: 18px;
    background-color: transparent;
  }
  .navbar-hamburguer-menu.w--open {
    background-color: transparent;
  }
  .nav-hamburguer-menu-icon {
    display: none;
    color: #4e4e4e;
    font-size: 32px;
  }
  .navbar2-nav-link {
    border-bottom: 1px solid #202020;
    background-color: #242529;
  }
  .navbar2-hamburguer-menu.w--open {
    background-color: #2a2c31;
  }
  .intro3-container {
    width: 95%;
  }
  .contact-map-content-map-contact-item {
    margin-top: 15px;
    -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;
  }
  .contact-map-content-map-contact-icon {
    display: block;
    max-width: 40px;
    text-align: left;
  }
  .contact-map-content-map-contact-text {
    text-align: center;
  }
  .contact-map-content-map-contact {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .basic-list-content-list-item {
    margin-right: 5px;
    margin-left: 5px;
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .products-list-form-filter {
    padding-right: 5px;
  }
  .component10-list-item {
    margin-right: 5px;
    margin-left: 5px;
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .product-internal-info-image {
    width: auto;
  }
  .navbar-logo-link.w--current {
    margin-top: 0px;
  }
  .navbar-nav-link-dropdown {
    margin-left: 0px;
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 33px;
    border-bottom: 1px solid #202020;
    background-color: #242529;
  }
  .navbar-nav-link-dropdown-icon {
    display: none;
    margin-right: auto;
  }
  .products-list {
    margin-right: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .navbar-nav-link-dropdown-item {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 60px;
  }
  .photo-galery-row {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .photo-galery-item {
    -webkit-flex-basis: 150px;
    -ms-flex-preferred-size: 150px;
    flex-basis: 150px;
  }
  .testimonal-slider-nav {
    top: 190px;
  }
  .modal-content {
    overflow: visible;
    width: 85%;
  }
  .modal-content-info {
    -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;
  }
  .modal-content-info-box {
    max-width: 100%;
  }
  .modal-content-info-form {
    width: 100%;
    margin-top: 10px;
  }
  .home-highlights-section {
    padding-right: 30px;
    padding-left: 30px;
  }
  .home-slider-item {
    width: auto;
  }
  .product-list-item {
    margin-bottom: 30px;
    padding-top: 150px;
    padding-bottom: 0px;
  }
  .cta-style-1.product-page-cta-play.buy-cta {
    margin-right: 5px;
    margin-left: 0px;
  }
  .catalog-section-content {
    -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;
  }
  .catalog-section-text-box {
    margin-left: 45px;
  }
  .catalog-section-image {
    width: 2140px;
    margin-left: 1px;
    text-align: left;
  }
  .home-about-section-content {
    padding-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .home-about-section-image {
    position: static;
    width: 1418px;
    max-width: 70%;
    padding-right: 40px;
  }
  .home-main-slider {
    height: auto;
  }
  .navbar-search-input {
    width: 215px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
  }
  .navbar-search-form {
    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: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }
  .navbar-search-block {
    margin-top: 0px;
  }
  .image-7 {
    max-width: 95%;
  }
  .form-block {
    margin-bottom: 0px;
  }
  .prateleiras-div {
    height: 100%;
  }
  .slider {
    height: 250px;
  }
}

@media (max-width: 767px) {
  .navbar-nav-menu {
    margin-top: 0px;
  }
  .intro-section {
    height: auto;
  }
  .intro-section-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .text-list-content {
    text-align: center;
  }
  .text-list-content-list-item {
    margin-right: 0px;
    margin-left: 0px;
  }
  .intro-section-content-text-box {
    width: 100%;
    padding-top: 20px;
    padding-right: auto;
    padding-bottom: 20px;
    text-align: center;
  }
  .button.basic-list-button {
    width: 100%;
  }
  .button.product-internal-button {
    width: 100%;
  }
  .basic-text-image-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .basic-text-image-content-text-box {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }
  .basic-text-image-content-box {
    width: 100%;
  }
  .text-list-content-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .intro-section-content-image-box {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar-hamburguer-menu.w--open {
    margin-left: 5px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .intro-section-bg-video-content-title {
    font-size: 52px;
    line-height: 57px;
  }
  .contact-map-content {
    -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;
  }
  .contact-map-content-form {
    width: auto;
  }
  .contact-map-content-map {
    width: auto;
  }
  .contact-map-content-map-contact-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -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;
    text-align: center;
  }
  .contact-map-content-map-contact-icon {
    margin-bottom: 15px;
    text-align: center;
  }
  .contact-map-content-map-contact {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .contact-map-content-map-map {
    height: 300px;
  }
  .basic-list-section {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .basic-list-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -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;
  }
  .basic-list-content-list-item {
    max-width: 330px;
    margin-top: 10px;
    margin-bottom: 10px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0px;
    -ms-flex: 0 0px;
    flex: 0 0px;
  }
  .component10-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -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;
  }
  .products-list-form-filter {
    margin-right: 0px;
    padding-right: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    text-align: left;
  }
  .component10-section {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .component10-list-item {
    max-width: 330px;
    margin-top: 10px;
    margin-bottom: 10px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0px;
    -ms-flex: 0 0px;
    flex: 0 0px;
  }
  .product-internal-info {
    -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;
  }
  .product-internal-info-image {
    margin-bottom: 20px;
  }
  .navbar-logo-link {
    padding-right: 10px;
  }
  .navbar-logo-link.w--current {
    padding-right: 10px;
  }
  .intro-section-bg-video-content {
    padding-right: 10px;
    padding-left: 10px;
  }
  .basic-list-content-list {
    -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;
  }
  .products-list {
    margin-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .product-internal-info-text {
    width: auto;
  }
  .product-internal-info-text-price {
    text-align: center;
  }
  .intro-section-slider-slide-content {
    padding-right: 10px;
    padding-left: 10px;
  }
  .photo-galery-item {
    -webkit-flex-basis: 115px;
    -ms-flex-preferred-size: 115px;
    flex-basis: 115px;
  }
  .testimonal-slider-slide-content {
    padding-right: 40px;
    padding-left: 40px;
  }
  .testimonal-slider-slide-content-text-box {
    max-width: 74%;
  }
  .testimonal-slider-slide-content-text {
    font-size: 14px;
  }
  .tabs-section-content {
    padding-right: 10px;
    padding-left: 10px;
  }
  .categories-content-link-item {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }
  .categories-content-link-item.dropdown {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .categories-content {
    -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;
  }
  .modal-content {
    overflow: scroll;
  }
  .home-highlights-section {
    padding-right: 40px;
    padding-left: 40px;
  }
  .home-slider-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .cta-style-1.newsletter-button {
    right: 16px;
    margin-left: 0px;
  }
  .catalog-section-content {
    padding-right: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .catalog-section-text-box {
    margin-left: 0px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .catalog-section-text-box-paragraph {
    width: auto;
  }
  .catalog-section-image {
    right: 0px;
    width: 2600px;
  }
  .home-about-section-content {
    -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;
  }
  .home-about-section-text-box {
    padding-right: 40px;
    padding-left: 40px;
  }
  .home-about-section-image {
    position: static;
    width: 275px;
    margin-bottom: 20px;
    padding-right: 0px;
  }
  .page-content-header-title {
    margin-bottom: 40px;
  }
  .store-page-results-list {
    margin-right: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .navbar-search-input {
    width: 191px;
  }
  .page-content-h2 {
    margin-bottom: 10px;
  }
  .image-7 {
    max-width: 100%;
  }
  .products-list-related {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div-products-categories.prateleiras-div {
    margin-bottom: 10px;
    background-position: 50% 50%;
    background-size: cover;
  }
  .div-products-categories.div-infantil {
    margin-top: 10px;
    margin-bottom: 10px;
    background-position: 50% 50%;
    background-size: cover;
  }
  .div-products-categories.div-estantesenichos {
    margin-bottom: 10px;
    background-position: 50% 50%;
    background-size: cover;
  }
  .div-products-categories.div-suporteseganchos {
    margin-top: 10px;
    margin-bottom: 10px;
    background-position: 50% 50%;
    background-size: cover;
  }
  .div-products-categories.div-organizadores {
    margin-bottom: 10px;
    background-position: 50% 50%;
    background-size: cover;
  }
  .div-products-categories.div-lixeiras {
    margin-top: 10px;
    margin-bottom: 10px;
    background-position: 50% 50%;
    background-size: cover;
  }
  .section {
    margin-top: 10px;
  }
  .link-block-2 {
    background-position: 50% 50%;
  }
  .slider {
    height: 200px;
  }
  .link-block-banner-2 {
    background-position: 50% 50%;
    background-size: cover;
  }
  .link-block-banner-3 {
    background-position: 50% 50%;
    background-size: cover;
  }
  .link-block-banner-4 {
    background-position: 50% 50%;
    background-size: cover;
  }
  .link-block-banner-5 {
    background-position: 50% 50%;
    background-size: cover;
  }
}

@media (max-width: 479px) {
  .navbar-nav-menu {
    display: none;
    overflow: auto;
    height: 100%;
  }
  .intro-section-title {
    font-size: 50px;
    line-height: 50px;
  }
  .button.contact-map-button {
    display: block;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .button.basic-text-button {
    margin-bottom: 10px;
    margin-left: 0px;
  }
  .component4-content-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .component4-content-list-item {
    width: 100%;
  }
  .footer-form-content {
    display: block;
    padding-right: 0px;
    padding-left: 0px;
    text-align: center;
  }
  .footer-form-input {
    margin-right: 0px;
    margin-bottom: 15px;
    text-align: center;
  }
  .results-list-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .results-list-content {
    -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;
  }
  .results-list-content-item {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .contact-map-content-form-title {
    text-align: center;
  }
  .contact-map-content-form-subtitle {
    text-align: center;
  }
  .navbar-content {
    height: 65px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .navbar-logo-link {
    padding-bottom: 15px;
  }
  .navbar-logo-link.w--current {
    margin-bottom: 20px;
  }
  .footer-title {
    font-size: 20px;
    line-height: 22px;
  }
  .footer-form {
    margin-bottom: 50px;
    padding-right: 0%;
    padding-left: 0%;
  }
  .product-internal-top {
    text-align: center;
  }
  .intro-section-slider-slide-content {
    text-align: center;
  }
  .photo-galery-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .photo-galery-title {
    text-align: center;
  }
  .photo-galery-item {
    margin-bottom: 10px;
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .testimonal-slider-slide-content {
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .testimonal-slider-slide-content-text-box {
    max-width: 90%;
  }
  .testimonal-slider-arrow {
    display: none;
  }
  .testimonal-slider-nav {
    top: auto;
    padding-top: 40px;
  }
  .modal-content-steps {
    -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;
  }
  .modal-content-steps-item {
    margin-top: 5px;
    margin-bottom: 5px;
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-information-box {
    display: none;
  }
  .information-box-content {
    -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;
  }
  .information-box-contact {
    -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;
  }
  .information-box-language-socials-divisor {
    display: none;
  }
  .information-box-content-phone {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 0px;
  }
  .information-box-socials-list {
    margin-bottom: 10px;
  }
  .home-slider-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .product-list-item-title.categories-page-title.new-product-list {
    padding-right: 0px;
  }
  .cta-style-1.newsletter-button {
    position: static;
  }
  .home-highlights-slider-left-arrow {
    display: none;
  }
  .home-highlights-slider-right-arrow {
    display: none;
  }
  .catalog-section {
    padding-top: 50px;
  }
  .catalog-section-content {
    -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;
  }
  .catalog-section-text-box {
    margin-left: 0px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .catalog-section-image {
    max-width: 90%;
  }
  .home-about-section-content {
    margin-top: -109px;
    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;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .home-about-section-text-box {
    padding-right: 10px;
    padding-left: 10px;
  }
  .home-about-section-image {
    position: static;
  }
  .footer-phone {
    font-size: 15px;
  }
  .home-main-slider {
    height: 100px;
    margin-top: 30px;
  }
  .home-main-slider-right-arrow {
    top: 0px;
    right: 0px;
  }
  .slide-nav {
    bottom: 0px;
    padding: 20px 0px 0px;
  }
  .home-main-slider-left-arrow {
    left: 0px;
    top: 0px;
  }
  .page-about-award-box {
    -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;
  }
  .page-about-award-box-text-div {
    margin-left: 0px;
  }
  .page-about-award-box-text-title {
    margin-top: 10px;
  }
  .where-to-find-page-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .store-page-phone {
    padding: 0px 45px;
    font-size: 18px;
    line-height: 23px;
  }
  .image-5 {
    position: static;
  }
  .page-about-business {
    -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;
  }
  .related-products {
    -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;
  }
  .product-related-title {
    margin-top: 10px;
  }
  .image-8 {
    max-height: none;
    max-width: 100%;
  }
  .grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .new-product-list-link {
    margin-bottom: 25px;
  }
  .div-products-categories.prateleiras-div {
    height: 279px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .div-products-categories.div-infantil {
    height: 279px;
    margin-top: 10px;
    margin-bottom: 0px;
  }
  .div-products-categories.div-estantesenichos {
    height: 279px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .div-products-categories.div-suporteseganchos {
    height: 279px;
    margin-top: 10px;
    margin-bottom: 0px;
  }
  .div-products-categories.div-organizadores {
    height: 279px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .div-products-categories.div-lixeiras {
    height: 279px;
    margin-top: 10px;
    margin-bottom: 0px;
  }
  .link-block-2 {
    background-position: 50% 50%;
    background-size: cover;
  }
  .slider {
    height: 120px;
  }
  .link-block-banner-2 {
    background-position: 50% 50%;
    background-size: cover;
  }
  .link-block-banner-3 {
    background-position: 50% 50%;
    background-size: cover;
  }
  .link-block-banner-4 {
    background-position: 50% 50%;
    background-size: cover;
  }
  .link-block-banner-5 {
    background-position: 50% 50%;
    background-size: cover;
  }
  .bold-text-2 {
    font-size: 26px;
  }
}

@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Avenir';
  src: url('../fonts/AvenirNextLTPro-It.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'Avenir';
  src: url('../fonts/AvenirNextLTPro-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Avenir';
  src: url('../fonts/AvenirNextLTPro-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}