@charset "UTF-8";
.elastic {
  width: 100%;
  float: left;
  position: relative;
}

.center {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

* {
  margin: 0;
  padding: 0;
  list-style: none;
  outline: 0;
  text-decoration: none;
  letter-spacing: .25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body, input, button {
  -webkit-font-smoothing: antialiased;
  width: 100%;
  font: 400 16px "Open Sans", sans-serif;
}

section {
  float: left;
  width: 100%;
}

input {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
}

button {
  cursor: pointer;
  background: none;
  border: none;
}

@media only screen and (max-width: 768px) {
  .center {
    padding: 0 20px;
  }
}

header.elastic {
  -webkit-box-shadow: 0px -10px 18px 10px rgba(0, 0, 0, 0.25);
          box-shadow: 0px -10px 18px 10px rgba(0, 0, 0, 0.25);
  background: white;
  z-index: 11;
}

header.elastic .block-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 122px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #e3e3e3;
}

header.elastic .block-1 .logo {
  width: 260px;
  margin-right: 65px;
}

header.elastic .block-1 .logo img {
  width: 100%;
}

header.elastic .block-1 .search-bar {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

header.elastic .block-1 .search-bar form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

header.elastic .block-1 .search-bar form input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 40px;
  background-color: #e3e3e3;
  border: none !important;
  padding-left: 15px;
  font-size: 14px !important;
}

header.elastic .block-1 .search-bar form input::-webkit-input-placeholder {
  color: #909090;
  font: 400 16px "Open Sans", sans-serif;
  font-size: 14px !important;
}

header.elastic .block-1 .search-bar form input:-ms-input-placeholder {
  color: #909090;
  font: 400 16px "Open Sans", sans-serif;
  font-size: 14px !important;
}

header.elastic .block-1 .search-bar form input::-ms-input-placeholder {
  color: #909090;
  font: 400 16px "Open Sans", sans-serif;
  font-size: 14px !important;
}

header.elastic .block-1 .search-bar form input::placeholder {
  color: #909090;
  font: 400 16px "Open Sans", sans-serif;
  font-size: 14px !important;
}

header.elastic .block-1 .search-bar form .is-search-icon {
  border: none;
  background: none;
  display: none !important;
}

header.elastic .block-1 .search-bar form button {
  background: url("/vedapremix/wp-content/themes/vedapremix/assets/img/icon-search.png") center center no-repeat;
  width: 40px;
  height: 40px;
  background-color: #e3e3e3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

header.elastic .block-1 .contact-button {
  margin-left: 75px;
  width: 250px;
  padding: 15px 15px 13px;
  background: #0c8bce;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header.elastic .block-1 .contact-button a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

header.elastic .block-1 .contact-button a span {
  font: 700 16px "Open Sans", sans-serif;
  font-size: 14px;
  color: white;
  text-transform: uppercase;
}

header.elastic .block-1 .contact-button a .icon {
  margin-left: 20px;
}

header.elastic #menu-menu-principal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

header.elastic #menu-menu-principal > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 12px 15px;
  position: relative;
}

header.elastic #menu-menu-principal > li > a {
  color: #22155e;
  font-size: 14px;
  text-transform: uppercase;
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
  text-align: center;
  display: inline-block;
}

header.elastic #menu-menu-principal > li.see-all > a {
  position: relative;
}

header.elastic #menu-menu-principal > li.see-all > a::after {
  content: '';
  width: 0;
  height: 0;
  border: 0 solid transparent;
  border-left-width: 10px;
  border-right-width: 10px;
  border-top: 10px solid white;
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
}

header.elastic #menu-menu-principal > li.see-all a {
  font: 700 16px "Open Sans", sans-serif;
  font-size: 14px;
}

header.elastic #menu-menu-principal > li.see-all::after {
  content: '';
  width: 0;
  height: 0;
  border: 0 solid transparent;
  border-left-width: 10px;
  border-right-width: 10px;
  border-top: 10px solid white;
  position: absolute;
  bottom: -10px;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 1;
}

header.elastic #menu-menu-principal > li.menu-item-has-children {
  position: unset;
}

header.elastic #menu-menu-principal > li.menu-item-has-children:after {
  display: none;
}

header.elastic #menu-menu-principal > li.menu-item-has-children:hover > ul.sub-menu {
  display: -ms-grid;
  display: grid;
}

header.elastic #menu-menu-principal > li.menu-item-has-children > ul.sub-menu {
  display: none;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr 1fr;
  -webkit-column-gap: 60px;
          column-gap: 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 25px;
  position: absolute;
  top: 185px;
  z-index: 1;
  width: 100%;
  background: #ea7e22;
  top: 1;
  left: 0;
}

header.elastic #menu-menu-principal > li.menu-item-has-children > ul.sub-menu a {
  color: white;
  text-transform: uppercase;
  font: 700 16px "Open Sans", sans-serif;
  font-size: 14px;
  border-bottom: 1px solid white;
  padding: 15px 0 15px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header.elastic #menu-menu-principal > li.menu-item-has-children > ul.sub-menu a::after {
  content: "";
  width: 4px;
  height: 4px;
  border-top: 2px solid white;
  border-left: 2px solid white;
  display: block;
  float: right;
  margin-left: 15px;
  opacity: 0;
  -webkit-transition: .3s ease;
  transition: .3s ease;
  -webkit-transform: translateX(-10px) rotate(135deg);
          transform: translateX(-10px) rotate(135deg);
}

header.elastic #menu-menu-principal > li.menu-item-has-children > ul.sub-menu a:hover::after {
  display: block;
  opacity: 1;
  -webkit-transform: translateX(0) rotate(135deg);
          transform: translateX(0) rotate(135deg);
}

header.elastic #menu-menu-principal > li.menu-item-has-children > ul.sub-menu:before {
  content: '';
  width: 0;
  height: 0;
  border: 0 solid transparent;
  border-left-width: 10px;
  border-right-width: 10px;
  border-top: 10px solid #ea7e22;
  position: absolute;
  top: -9px;
  left: 47px;
  margin: auto;
  z-index: 1;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

header.elastic #menu-menu-principal > li.menu-item-has-children > ul.sub-menu .sub-menu {
  margin-top: 15px;
}

header.elastic #menu-menu-principal > li.menu-item-has-children > ul.sub-menu .sub-menu a {
  font: 400 16px "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 24px;
  border: none;
  text-transform: unset;
  padding: 0;
}

header.elastic #menu-menu-principal > li.menu-item-has-children > ul.sub-menu .sub-menu a.see-more {
  text-decoration: underline;
  font-weight: 600;
  margin-top: 10px;
}

header.elastic #menu-menu-principal > li.menu-item-has-children > ul.sub-menu .sub-menu a:after {
  display: none;
}

header.elastic #menu-menu-principal > li.menu-item-has-children > ul.sub-menu .sub-menu a:hover {
  text-decoration: underline;
}

.is-ajax-search-result {
  padding: 0 !important;
  background: white !important;
  -webkit-box-shadow: 0 5px 5px -1px rgba(0, 0, 0, 0.3) !important;
          box-shadow: 0 5px 5px -1px rgba(0, 0, 0, 0.3) !important;
}

.is-ajax-search-result .is-show-more-results.redirect-tosr {
  display: none !important;
}

.is-ajax-search-result .is-ajax-search-items::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  content: 'Sugestões de Produtos:';
  width: 100%;
  background: white;
  display: block;
  color: #22155e;
  font: 700 16px "Open Sans", sans-serif;
  font-size: 14px;
  padding: 15px;
}

.is-ajax-search-result .is-ajax-search-items .is-ajax-search-post {
  padding: 0 15px;
}

.is-ajax-search-result .is-ajax-search-items .is-ajax-search-post .is-search-sections {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 90px;
}

.is-ajax-search-result .is-ajax-search-items .is-ajax-search-post .is-search-sections .is-title a {
  color: #909090;
  text-decoration: underline;
  font: 700 16px "Open Sans", sans-serif;
  font-size: 14px;
}

.is-ajax-search-result .is-show-more-results-text {
  display: none;
}

body.background-active::before {
  content: '';
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 10;
}

@media only screen and (max-width: 768px) {
  header.elastic .block-1 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 110px;
    padding-bottom: 40px;
  }
  header.elastic .block-1 .hamburguer {
    width: 24px;
    height: 2px;
    display: block;
    background: #0c8bce;
  }
  header.elastic .block-1 .hamburguer::before, header.elastic .block-1 .hamburguer::after {
    content: '';
    width: 100%;
    height: 2px;
    display: block;
    background: #0c8bce;
    position: relative;
  }
  header.elastic .block-1 .hamburguer::before {
    top: -7px;
  }
  header.elastic .block-1 .hamburguer::after {
    bottom: -5px;
  }
  header.elastic .block-1 .logo {
    width: calc(100% - 48px);
    margin: 0;
  }
  header.elastic .block-1 .logo img {
    width: 190px;
    display: block;
    margin: auto;
  }
  header.elastic .block-1 .contact-button {
    padding: 0;
    width: auto;
    background: none;
    margin: 0;
  }
  header.elastic .block-1 .contact-button a .icon {
    margin: 0;
  }
  header.elastic .block-1 .search-bar {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }
  header.elastic .block-1 .search-bar form input {
    padding-left: 20px;
    padding-bottom: 2px;
  }
  header.elastic .block-1 .search-bar form button {
    padding-right: 11px;
    padding-left: 5px;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
  }
  header.elastic .block-2.box-menu {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
    -webkit-transition: .5s ease;
    transition: .5s ease;
  }
  header.elastic .block-2.box-menu .bg-menu {
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.4);
    -webkit-transition: .5s ease;
    transition: .5s ease;
  }
  header.elastic .block-2.box-menu:not(.atv) {
    left: -100%;
  }
  header.elastic .block-2.box-menu:not(.atv) .bg-menu {
    left: -100%;
    opacity: 0;
  }
  header.elastic .block-2.box-menu .floating-menu {
    position: relative;
    top: 0;
    left: 0;
    background: #ea7e22;
    height: 100%;
    width: 89%;
    z-index: 3;
  }
  header.elastic .block-2.box-menu .floating-menu .floating-menu-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    background: white;
    height: 70px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 30px;
    position: relative;
  }
  header.elastic .block-2.box-menu .floating-menu .floating-menu-header::after {
    content: '';
    width: 0;
    height: 0;
    border: 0 solid transparent;
    border-left-width: 10px;
    border-right-width: 10px;
    border-top: 10px solid #ea7e22;
    position: absolute;
    bottom: 0;
    left: 62px;
    margin: auto;
    z-index: 1;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  header.elastic .block-2.box-menu .floating-menu .floating-menu-header .title {
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
    text-align: center;
    text-transform: uppercase;
    color: #ea7e22;
    font: 700 16px "Open Sans", sans-serif;
    font-size: 14px;
  }
  header.elastic .block-2.box-menu .floating-menu .floating-menu-header .close-menu {
    color: #909090;
    font-size: 46px;
    line-height: 1;
    font-weight: 500;
  }
  header.elastic .block-2.box-menu .floating-menu #menu-menu-principal {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: absolute;
    height: calc(100% - 70px);
    width: 100%;
    bottom: 0;
    right: 0;
    text-align: left;
    overflow-y: scroll;
    padding: 0 20px;
  }
  header.elastic .block-2.box-menu .floating-menu #menu-menu-principal li {
    width: 100%;
    margin: 0;
    padding: 0;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
  }
  header.elastic .block-2.box-menu .floating-menu #menu-menu-principal > li:not([id="menu-item-31"]) {
    display: none !important;
  }
  header.elastic .block-2.box-menu .floating-menu #menu-menu-principal > li.menu-item-has-children > ul.sub-menu .menu-item-has-children a::after {
    opacity: 1;
    right: 0;
    position: absolute;
    -webkit-transform: rotate(225deg);
            transform: rotate(225deg);
    width: 7px;
    height: 7px;
    margin-top: -2px;
    -webkit-transition: .3s ease;
    transition: .3s ease;
  }
  header.elastic .block-2.box-menu .floating-menu #menu-menu-principal > li.menu-item-has-children > ul.sub-menu .menu-item-has-children a.atv::after {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  header.elastic .block-2.box-menu .floating-menu #menu-menu-principal > li > a, header.elastic .block-2.box-menu .floating-menu #menu-menu-principal > li::before {
    display: none;
  }
  header.elastic .block-2.box-menu .floating-menu #menu-menu-principal > li > .sub-menu {
    display: block;
    position: relative;
    top: 0;
    padding: 0;
  }
  header.elastic .block-2.box-menu .floating-menu #menu-menu-principal > li > .sub-menu > li > a {
    padding: 13px 0;
    margin-top: 0;
  }
  header.elastic .block-2.box-menu .floating-menu #menu-menu-principal > li > .sub-menu > li .sub-menu {
    display: none;
    margin-bottom: 17px;
  }
}

footer.elastic {
  background: #e3e3e3;
}

footer.elastic .block-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 130px;
  border-bottom: 1px solid #909090;
}

footer.elastic .block-1 .logo {
  margin-right: 60px;
}

footer.elastic .block-1 .contact-infos {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

footer.elastic .block-1 .contact-infos a {
  font-size: 18px;
  font-family: 700 16px "Open Sans", sans-serif;
  color: #22155e;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 22px;
}

footer.elastic .block-1 .contact-infos a img {
  margin-right: 15px;
  -o-object-fit: cover;
     object-fit: cover;
}

footer.elastic .block-1 .contact-infos .address {
  max-width: 295px;
}

footer.elastic .block-1 .contact-infos .tel, footer.elastic .block-1 .contact-infos .mail {
  font: 700 16px "Open Sans", sans-serif;
}

footer.elastic .block-1 .contact-infos .tel {
  font-size: 18px;
}

footer.elastic .block-1 .contact-infos .tel small {
  font: 400 16px "Open Sans", sans-serif;
  display: inline-block;
  margin-right: 4px;
  font-size: 14px;
}

footer.elastic .block-1 .contact-infos .mail, footer.elastic .block-1 .contact-infos .address {
  font-size: 14px;
}

footer.elastic .block-2 .box-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

footer.elastic .block-2 .box-menu > span {
  margin-right: 15px;
  text-transform: uppercase;
  color: #5b5b5b;
  font: 700 16px "Open Sans", sans-serif;
  font-size: 14px;
}

footer.elastic .block-2 .box-menu #menu-menu-footer {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 85px;
}

footer.elastic .block-2 .box-menu #menu-menu-footer li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

footer.elastic .block-2 .box-menu #menu-menu-footer a {
  font-size: 14px;
  color: #5b5b5b;
}

footer.elastic .block-2 .box-menu #menu-menu-footer > li + li::before {
  content: '.';
  font-size: 0;
  width: 2px;
  height: 2px;
  border-radius: 50%;
  background: #5b5b5b;
  margin-right: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

footer.elastic .footer-copyright {
  background: #cdcdcd;
  font-size: 12px;
  color: #5b5b5b;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media only screen and (max-width: 768px) {
  footer.elastic .block-1 {
    height: auto;
  }
  footer.elastic .block-1 .contact-infos {
    padding: 30px 0 25px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  footer.elastic .block-1 .contact-infos a small {
    margin-right: 5px;
    font-size: 14px;
  }
  footer.elastic .block-1 .contact-infos a + a {
    margin-top: 27px;
  }
  footer.elastic .block-1 .contact-infos .tel, footer.elastic .block-1 .contact-infos .mail {
    font: 700 16px "Open Sans", sans-serif;
    font-size: 18px;
  }
  footer.elastic .block-1 .contact-infos .address, footer.elastic .block-1 .contact-infos .mail {
    font-size: 14px;
  }
  footer.elastic .block-2 .box-menu {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  footer.elastic .block-2 .box-menu > span {
    display: block;
    width: 100%;
    text-align: center;
    margin: 25px 0 18px;
  }
  footer.elastic .block-2 .box-menu #menu-menu-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  footer.elastic .block-2 .box-menu #menu-menu-footer li {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
  footer.elastic .block-2 .box-menu #menu-menu-footer li + li::before {
    margin: 0 15px;
  }
  footer.elastic .block-2 .logo {
    margin: auto;
    display: block;
    text-align: center;
    margin: 25px 0 30px;
  }
  footer.elastic .block-2 .logo img {
    width: 257px;
  }
  .footer-copyright {
    padding: 11px 0;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
  }
}

.showcase-title, .banner-title {
  position: relative;
  text-align: center;
}

.showcase-title h2, .banner-title h2 {
  font: 700 16px "Open Sans", sans-serif;
  font-size: 18px;
  color: white;
  background: #ea7e22;
  display: inline-block;
  margin: auto;
  padding: 10.5px 20px;
  text-transform: uppercase;
  z-index: 1;
  position: relative;
}

.showcase-title h2:after, .banner-title h2:after {
  content: '';
  width: 0;
  height: 0;
  border: 0 solid transparent;
  border-left-width: 10px;
  border-right-width: 10px;
  border-top: 10px solid #ea7e22;
  position: absolute;
  bottom: -10px;
  right: 0;
  left: 0;
  margin: auto;
}

.showcase-title::before, .banner-title::before {
  content: '';
  width: 100%;
  height: 1px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  display: block;
  background: #ea7e22;
}

.showcase {
  text-align: center;
}

.showcase .product-list {
  overflow: hidden;
  position: relative;
}

.showcase .product-list img {
  width: 100%;
  height: auto;
}

.showcase .product-list .slick-arrow {
  position: absolute;
  left: 0;
  top: -20px;
  bottom: 0;
  margin: auto;
  width: 17px;
  height: 30px;
  font-size: 0;
  background: url("../img/arrow-blue.png") center center no-repeat;
  background-size: 100%;
  z-index: 1;
}

.showcase .product-list .slick-arrow.slick-next {
  right: 0;
  left: unset;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.showcase .product-item {
  display: inline-block;
  margin-top: 40px;
}

.showcase .product-item .box-content {
  max-width: 220px;
  margin: auto;
}

.showcase .product-item p {
  font: 700 16px "Open Sans", sans-serif;
  font-size: 14px;
  color: #909090;
  margin-bottom: 15px;
}

.showcase .product-item a[title="Solicitar Orçamento"] {
  background: #0c8bce;
  width: 100%;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 5px;
  font: 700 16px "Open Sans", sans-serif;
  font-size: 14px;
  color: white;
  text-transform: uppercase;
}

.download-catalog {
  background: #0c8bce;
  font-size: 22px;
  color: white;
  text-transform: uppercase;
  border-radius: 5px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: 74px;
  padding: 0 30px;
}

.download-catalog strong {
  font: 700 16px "Open Sans", sans-serif;
  font-size: 22px;
  display: contents;
}

.download-catalog img {
  margin-left: 20px;
}

.banner-top-page {
  background: #ea7e22;
  height: 122px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.banner-top-page .banner-top-page-content {
  text-align: center;
}

.banner-top-page .banner-top-page-content::before {
  content: '';
  height: 1px;
  width: 100%;
  background: white;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.banner-top-page .banner-top-page-content .title {
  margin: auto;
  background: white;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  padding: 10.5px 17px;
  text-transform: uppercase;
  color: #ea7e22;
  font-size: 18px;
  position: relative;
}

.banner-top-page .banner-top-page-content .title strong {
  font: 700 16px "Open Sans", sans-serif;
  font-size: 18px;
}

.banner-top-page .banner-top-page-content .title::after {
  content: '';
  width: 0;
  height: 0;
  border: 0 solid transparent;
  border-left-width: 10px;
  border-right-width: 10px;
  border-top: 10px solid white;
  position: absolute;
  bottom: -9px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
}

.banner-top-page .breadcumbs {
  position: absolute;
  right: 20px;
  top: -2.5px;
}

.banner-top-page .breadcumbs a, .banner-top-page .breadcumbs span {
  color: white;
  font-size: 12px;
}

.breadcumbs a::after {
  content: '»';
  display: inline-block;
  margin: 0 3px 0 4px;
}

@media only screen and (max-width: 768px) {
  .middle-banners {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: calc(100% + 40px);
    margin-left: -20px;
  }
  .middle-banners a + a {
    margin-top: 5px;
  }
  .middle-banners a {
    width: 100%;
  }
  .middle-banners a img {
    width: 100%;
  }
  .download-catalog {
    width: 100%;
    font-size: 18px;
    text-align: center;
  }
  .download-catalog strong {
    font-size: 18px;
  }
  .download-catalog img {
    display: none;
  }
  .banner-top-page {
    height: auto;
    padding: 15px 0 20px;
  }
  .banner-top-page .banner-top-page-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: -10px;
  }
  .banner-top-page .banner-top-page-content::before {
    top: 25px;
  }
  .banner-top-page .banner-top-page-content .breadcumbs {
    position: relative;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    right: 0;
    top: 0;
    margin-bottom: 4px;
  }
  .banner-top-page .banner-top-page-content .breadcumbs span, .banner-top-page .banner-top-page-content .breadcumbs a {
    font-size: 10px;
  }
  .banner-top-page .banner-top-page-content .title {
    padding: 8px 17px;
  }
}

.home main .block-2 {
  margin-top: 50px;
}

.home main .block-3 {
  margin-top: 70px;
}

.home main .block-4 {
  margin-top: 60px;
}

.home main .block-5 {
  margin-top: 60px;
}

.home main .block-6 {
  margin-top: 70px;
}

.home main .block-7 {
  margin-top: 70px;
  margin-bottom: 70px;
}

.home main .block-7 .block-title {
  position: relative;
  margin-bottom: 50px;
}

.home main .block-7 .block-title::before {
  content: '';
  width: 100%;
  height: 1px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  display: block;
  background: #22155e;
}

.home main .block-7 .block-title h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #22155e;
  max-width: unset;
  text-align: center;
  color: white;
  text-transform: uppercase;
  line-height: 1;
  height: auto;
  padding: 13px 20px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: auto;
  font: 400 16px "Open Sans", sans-serif;
  font-size: 18px;
}

.home main .block-7 .block-title h2 strong {
  display: block;
  width: 100%;
  font: 700 16px "Open Sans", sans-serif;
  font-size: 22px;
}

.home main .block-7 .block-content {
  background: #ea7e22;
  color: white;
  padding: 45px 50px;
  list-style: none;
  font-size: 14px;
  line-height: 35px;
}

.home main .block-7 .block-content a {
  font: 700 16px "Open Sans", sans-serif;
  font-size: 14px;
  text-decoration: underline;
  color: #22155e;
}

.full-banner img {
  display: block;
  width: 100%;
}

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

.middle-banners img {
  display: block;
}

.middle-banners a {
  position: relative;
  text-align: center;
}

.middle-banners p {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: auto;
  width: 170px;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  padding: 13px 0;
  background: #22155e;
  font-size: 18px;
  color: white;
  text-transform: uppercase;
}

.middle-banners p::after {
  content: '';
  width: 0;
  height: 0;
  border: 0 solid transparent;
  border-left-width: 10px;
  border-right-width: 10px;
  border-top: 10px solid #22155e;
  position: absolute;
  bottom: -10px;
  right: 0;
  left: 0;
  margin: auto;
}

.middle-full-banner {
  display: block;
}

.middle-full-banner img {
  display: block;
}

@media only screen and (max-width: 768px) {
  .home main .showcase-title {
    width: calc(100% + 40px);
    margin-left: -20px;
  }
  .home main .block-2 {
    margin-top: 30px;
  }
  .home main .block-3 {
    margin-top: 42px;
  }
  .home main .block-4 {
    margin-top: 40px;
  }
  .home main .block-5 {
    margin-top: 40px;
  }
  .home main .block-6 {
    width: calc(100% + 40px);
    margin-left: -20px;
    margin-top: 40px;
  }
  .home main .block-6 img {
    width: 100%;
  }
  .home main .block-7 {
    margin-bottom: 30px;
    margin-top: 40px;
  }
  .home main .block-7 .block-title {
    margin-bottom: 30px;
  }
  .home main .block-7 .block-title::before {
    width: calc(100% + 40px);
    margin-left: -20px;
    z-index: 0;
  }
  .home main .block-7 .block-title h2 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: 15px;
    position: relative;
    z-index: 1;
    max-width: 100%;
    width: 250px;
    padding: 20px 10px;
  }
  .home main .block-7 .block-title h2::after {
    content: '';
    width: 0;
    height: 0;
    border: 0 solid transparent;
    border-left-width: 10px;
    border-right-width: 10px;
    border-top: 10px solid #22155e;
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  .home main .block-7 .block-content {
    width: calc(100% + 40px);
    margin-left: -20px;
    padding: 25px 18px;
    font-size: 14px;
    line-height: 26px;
  }
  .home main .block-7 .block-content p + p {
    margin-top: 22px;
  }
  .home main .block-7 .block-content a {
    font-size: 18px;
  }
  .breadcumbs {
    display: block;
    width: 100%;
  }
}

.page-template-product main .block-2 {
  margin-top: 60px;
}

.page-template-product main .block-3 {
  margin-top: 60px;
}

.page-template-product main .block-4 {
  margin-top: 50px;
}

.page-template-product main .block-5 {
  margin-top: 90px;
  margin-bottom: 90px;
}

.page-template-product .product-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.page-template-product .product-details > .left {
  width: 600px;
}

.page-template-product .product-details > .left .slider-for {
  display: block;
  width: 450px;
  margin: auto;
  overflow: hidden;
}

.page-template-product .product-details > .left .slider-for li {
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.page-template-product .product-details > .left .slider-for li span {
  border: 1px solid #e3e3e3;
  width: 100%;
  display: inline-block;
}

.page-template-product .product-details > .left .slider-for li span img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.page-template-product .product-details > .left .slider-nav {
  width: 250px;
  margin: auto;
  margin-top: 15px;
  position: relative;
}

.page-template-product .product-details > .left .slider-nav .slick-list {
  overflow: hidden;
}

.page-template-product .product-details > .left .slider-nav li {
  display: inline-block;
  text-align: center;
}

.page-template-product .product-details > .left .slider-nav li span {
  display: inline-block;
  border: 1px solid #e3e3e3;
}

.page-template-product .product-details > .left .slider-nav li img {
  width: 70px;
  height: 70px;
}

.page-template-product .product-details > .left .slick-arrow {
  content: "";
  font-size: 0;
  width: 8px;
  height: 8px;
  border-top: 2px solid #909090;
  border-left: 2px solid #909090;
  display: block;
  float: right;
  margin-left: 15px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -8px;
  margin: auto;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.page-template-product .product-details > .left .slick-arrow.slick-next {
  right: -8px;
  left: unset;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.page-template-product .product-details > .right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.page-template-product .product-details > .right h1 {
  font: 700 16px "Open Sans", sans-serif;
  font-size: 22px;
  color: #22155e;
}

.page-template-product .product-details > .right small {
  font-size: 12px;
  color: #909090;
}

.page-template-product .product-details > .right .form-box {
  background: #f4f4f4;
  margin-top: 80px;
  padding: 20px;
}

.page-template-product .product-details > .right .form-box .wpcf7-form-control-wrap.cor {
  position: relative;
}

.page-template-product .product-details > .right .form-box .wpcf7-form-control-wrap.cor::before {
  content: '';
  width: 20px;
  height: 20px;
  border: 1px solid #5b5b5b;
  display: block;
  background: attr(data-hexadecimal);
  position: absolute;
  top: 15px;
  bottom: 0;
  left: 14px;
  margin: auto;
}

.page-template-product .product-details > .right .form-box .wpcf7-form-control-wrap.cor select {
  padding-left: 45px;
}

.page-template-product .product-details > .right .form-box .box-title {
  position: relative;
}

.page-template-product .product-details > .right .form-box .box-title::before {
  content: '';
  width: 100%;
  height: 1px;
  background: #22155e;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.page-template-product .product-details > .right .form-box .box-title p {
  text-align: center;
  text-transform: uppercase;
  font: 700 16px "Open Sans", sans-serif;
  color: #22155e;
  background: #f4f4f4;
  padding: 0 15px;
  position: relative;
  display: block;
  margin: auto;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.page-template-product .product-details > .right .form-box form {
  position: relative;
}

.page-template-product .product-details > .right .form-box form input, .page-template-product .product-details > .right .form-box form select, .page-template-product .product-details > .right .form-box form textarea {
  background: #e3e3e3;
  border: none;
  font: 700 16px "Open Sans", sans-serif;
  font-size: 14px;
  color: #5b5b5b;
  border-radius: 0;
  padding: 0 15px;
  width: 100%;
  margin-top: 10px;
}

.page-template-product .product-details > .right .form-box form input::-webkit-input-placeholder, .page-template-product .product-details > .right .form-box form select::-webkit-input-placeholder, .page-template-product .product-details > .right .form-box form textarea::-webkit-input-placeholder {
  font: 400 16px "Open Sans", sans-serif;
  font-size: 14px;
}

.page-template-product .product-details > .right .form-box form input:-ms-input-placeholder, .page-template-product .product-details > .right .form-box form select:-ms-input-placeholder, .page-template-product .product-details > .right .form-box form textarea:-ms-input-placeholder {
  font: 400 16px "Open Sans", sans-serif;
  font-size: 14px;
}

.page-template-product .product-details > .right .form-box form input::-ms-input-placeholder, .page-template-product .product-details > .right .form-box form select::-ms-input-placeholder, .page-template-product .product-details > .right .form-box form textarea::-ms-input-placeholder {
  font: 400 16px "Open Sans", sans-serif;
  font-size: 14px;
}

.page-template-product .product-details > .right .form-box form input::placeholder, .page-template-product .product-details > .right .form-box form select::placeholder, .page-template-product .product-details > .right .form-box form textarea::placeholder {
  font: 400 16px "Open Sans", sans-serif;
  font-size: 14px;
}

.page-template-product .product-details > .right .form-box form input, .page-template-product .product-details > .right .form-box form select {
  height: 39px;
}

.page-template-product .product-details > .right .form-box form textarea {
  padding: 10px 15px;
}

.page-template-product .product-details > .right .form-box form .input-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-gap: 10px;
  margin-bottom: 10px;
}

.page-template-product .product-details > .right .form-box form .input-box .wpcf7-form-control-wrap {
  width: 100%;
}

.page-template-product .product-details > .right .form-box form .input-box br {
  display: none;
}

.page-template-product .product-details > .right .form-box form .input-box input, .page-template-product .product-details > .right .form-box form .input-box select {
  margin-top: 15px;
}

.page-template-product .product-details > .right .form-box form .btn-submit, .page-template-product .product-details > .right .form-box form input[type="submit"] {
  background: #0c8bce;
  text-transform: uppercase;
  color: white;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 20px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 5px;
  padding: 0 20px;
}

.page-template-product .product-details > .right .form-box form .btn-submit input[type="submit"], .page-template-product .product-details > .right .form-box form input[type="submit"] input[type="submit"] {
  margin: 0;
  padding: 0;
}

.page-template-product .product-details > .right .form-box form .btn-submit::after, .page-template-product .product-details > .right .form-box form input[type="submit"]::after {
  content: "";
  font-size: 0;
  width: 6px;
  height: 6px;
  border-top: 2px solid white;
  border-left: 2px solid white;
  display: block;
  margin-left: 5px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.page-template-product .product-details > .right .form-box form .ajax-loader {
  position: absolute;
  margin: 0;
  bottom: 8px;
  right: 20px;
}

.page-template-product .product-details > .right .form-box form .wpcf7-response-output {
  margin: 5px 0 0;
  text-align: center;
  font-size: 14px;
}

.page-template-product .product-description {
  position: relative;
}

.page-template-product .product-description .box-title {
  position: relative;
  margin-bottom: 45px;
}

.page-template-product .product-description .box-title::before {
  content: '';
  width: 100%;
  height: 1px;
  background: #22155e;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.page-template-product .product-description .box-title .title {
  font: 700 16px "Open Sans", sans-serif;
  font-size: 18px;
  background: #22155e;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: auto;
  color: white;
  width: max-content;
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 20px;
  text-transform: uppercase;
  position: relative;
}

.page-template-product .product-description .box-title .title::after {
  content: '';
  width: 0;
  height: 0;
  border: 0 solid transparent;
  border-left-width: 10px;
  border-right-width: 10px;
  border-top: 10px solid #22155e;
  position: absolute;
  bottom: -10px;
  right: 0;
  left: 0;
  margin: auto;
}

.page-template-product .product-description .product-description-content p, .page-template-product .product-description .product-description-content li {
  color: #22155e;
  font-size: 14px;
  margin-bottom: 15px;
}

.page-template-product .product-description .product-description-content strong {
  font: 700 16px "Open Sans", sans-serif;
  font-size: 14px;
}

.page-template-product .product-description .product-description-content li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: 10px;
}

.page-template-product .product-description .product-description-content li::before {
  content: '.';
  font-size: 0;
  width: 2px;
  height: 2px;
  border-radius: 50%;
  background: #22155e;
  display: inline-block;
  margin-right: 5px;
}

.page-template-product .product-description .download-datasheet {
  font: 700 16px "Open Sans", sans-serif;
  font-size: 14px;
  color: white;
  background: #0c8bce;
  text-transform: uppercase;
  padding: 0 15px;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  position: absolute;
  right: 0;
  bottom: 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 5px;
}

.page-template-product .product-description .download-datasheet img {
  margin-left: 15px;
  width: 12px;
}

@media only screen and (max-width: 768px) {
  .page-template-product main .block-2 {
    margin-top: 25px;
  }
  .page-template-product main .block-3 {
    margin-top: 30px;
  }
  .page-template-product main .block-4 {
    margin-top: 40px;
  }
  .page-template-product main .block-5 {
    margin: 40px 0;
  }
  .page-template-product .product-details {
    display: block;
  }
  .page-template-product .product-details > .left {
    width: 100%;
    padding: 0 15px;
  }
  .page-template-product .product-details > .left .slider-for {
    width: 100%;
  }
  .page-template-product .product-details > .left .slick-dots {
    text-align: center;
  }
  .page-template-product .product-details > .left .slick-dots li {
    margin: 15px  10px 20px;
  }
  .page-template-product .product-details > .left .slick-dots li button {
    font-size: 0;
    width: 10px;
    height: 10px;
    border: 1px solid #909090;
    border-radius: 2px;
    display: block;
  }
  .page-template-product .product-details > .left .slick-dots li.slick-active button {
    background: #909090;
  }
  .page-template-product .product-details > .right h1 {
    text-align: center;
    font-size: 20px;
  }
  .page-template-product .product-details > .right small {
    text-align: center;
    display: block;
  }
  .page-template-product .product-details > .right .form-box {
    margin-top: 28px;
    width: calc(100% + 40px);
    margin-left: -20px;
  }
  .page-template-product .product-details > .right .form-box .wpcf7-form-control-wrap.cor::before {
    top: 0 !important;
  }
  .page-template-product .product-details > .right .form-box form .input-box {
    display: block;
  }
  .page-template-product .product-details > .right .form-box form .input-box input {
    margin-top: 10px;
  }
  .page-template-product .product-description .box-title {
    width: calc(100% + 40px);
    margin-left: -20px;
    margin-bottom: 30px;
  }
  .page-template-product .product-description .download-datasheet {
    margin: 30px auto 0;
    position: relative;
  }
  .page-template-product .showcase .showcase-title {
    width: calc(100% + 40px);
    margin-left: -20px;
  }
}

.page-contact .small-center {
  max-width: 655px;
}

.page-contact .block-2 {
  margin-top: 50px;
}

.page-contact .block-3 {
  margin-top: 40px;
  margin-bottom: 90px;
}

.page-contact .box-contact {
  border: 1px solid #e3e3e3;
  padding: 30px 26px;
}

.page-contact .box-contact .line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.page-contact .box-contact .line + .line {
  margin-top: 23px;
}

.page-contact .box-contact .line a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  color: #22155e;
  letter-spacing: 0;
}

.page-contact .box-contact .line a strong {
  font: 700 16px "Open Sans", sans-serif;
  font-size: 14px;
  display: contents;
}

.page-contact .box-contact .line a.tel strong {
  display: block;
  margin-left: 4px;
}

.page-contact .box-contact .line a img {
  margin-right: 20px;
  width: 24px;
}

.page-contact .box-contact .line a.address img {
  width: 21px;
}

.page-contact .contact-form .box-form .wpcf7-form-control-wrap.produto select {
  font-weight: 500;
}

.page-contact .contact-form .box-form .title {
  text-align: center;
  color: #22155e;
  font-size: 14px;
  margin-bottom: 10px;
}

.page-contact .contact-form .box-form input, .page-contact .contact-form .box-form select, .page-contact .contact-form .box-form textarea {
  background: #e3e3e3;
  border: none;
  font: 700 16px "Open Sans", sans-serif;
  font-size: 14px;
  color: #5b5b5b;
  border-radius: 0;
  padding: 0 15px;
  width: 100%;
  margin-top: 10px;
}

.page-contact .contact-form .box-form input::-webkit-input-placeholder, .page-contact .contact-form .box-form select::-webkit-input-placeholder, .page-contact .contact-form .box-form textarea::-webkit-input-placeholder {
  font: 400 16px "Open Sans", sans-serif;
  font-size: 14px;
}

.page-contact .contact-form .box-form input:-ms-input-placeholder, .page-contact .contact-form .box-form select:-ms-input-placeholder, .page-contact .contact-form .box-form textarea:-ms-input-placeholder {
  font: 400 16px "Open Sans", sans-serif;
  font-size: 14px;
}

.page-contact .contact-form .box-form input::-ms-input-placeholder, .page-contact .contact-form .box-form select::-ms-input-placeholder, .page-contact .contact-form .box-form textarea::-ms-input-placeholder {
  font: 400 16px "Open Sans", sans-serif;
  font-size: 14px;
}

.page-contact .contact-form .box-form input::placeholder, .page-contact .contact-form .box-form select::placeholder, .page-contact .contact-form .box-form textarea::placeholder {
  font: 400 16px "Open Sans", sans-serif;
  font-size: 14px;
}

.page-contact .contact-form .box-form input, .page-contact .contact-form .box-form select {
  height: 39px;
}

.page-contact .contact-form .box-form textarea {
  padding: 10px 15px;
  display: block;
}

.page-contact .contact-form .box-form .anexo {
  position: relative;
  background: #ea7e22;
  border-radius: 5px;
  height: 35px;
  padding: 0 14px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.page-contact .contact-form .box-form .anexo::before {
  content: 'Anexar proposta de orçamento';
  text-transform: uppercase;
  font: 700 16px "Open Sans", sans-serif;
  font-size: 14px;
  color: white;
}

.page-contact .contact-form .box-form .anexo::after {
  content: '';
  margin-left: 12px;
  display: inline-block;
  width: 12px;
  height: 19px;
  background: url("../img/attach.png") center center no-repeat;
  background-size: 100%;
}

.page-contact .contact-form .box-form .anexo input {
  width: 100%;
  height: 100%;
  font-size: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
}

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

.page-contact .contact-form .box-form .btn-submit {
  background: #0c8bce;
  border-radius: 5px;
  position: relative;
}

.page-contact .contact-form .box-form .btn-submit::after {
  content: "";
  width: 6px;
  height: 6px;
  border-top: 2px solid white;
  border-left: 2px solid white;
  margin-left: 0;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  margin-left: 6px;
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

.page-contact .contact-form .box-form .btn-submit input {
  text-transform: uppercase;
  margin-top: 0;
  background: none;
  color: white;
  font: 700 16px "Open Sans", sans-serif;
  font-family: 14px;
  padding-right: 35px;
}

.page-contact .contact-form .box-form .ajax-loader {
  position: absolute;
  left: -50%;
  top: 0;
  bottom: 0;
  margin: auto;
}

@media only screen and (max-width: 768px) {
  .page-contact .block-2 {
    margin-top: 25px;
  }
  .page-contact .small-center .contact-infos .box-contact .line {
    display: block;
  }
  .page-contact .small-center .contact-infos .box-contact .line + .line {
    margin-top: 0;
  }
  .page-contact .small-center .contact-infos .box-contact a.tel {
    margin-top: 0;
  }
  .page-contact .small-center .contact-infos .box-contact a {
    width: 100%;
    margin: 25px auto 0;
    display: block;
    text-align: center;
    max-width: 250px;
  }
  .page-contact .small-center .contact-infos .box-contact a img {
    display: block;
    margin: 0 auto 10px;
  }
  .page-contact .small-center .contact-form {
    margin-top: 30px;
    margin-bottom: 40px;
  }
  .page-contact .small-center .contact-form .box-form .btn-submit {
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 15px;
  }
  .page-contact .small-center .contact-form .box-form .btn-submit::after {
    position: unset;
    margin-left: 6px;
  }
  .page-contact .small-center .contact-form .box-form .btn-submit input {
    height: 35px;
    font-size: 14px;
    padding: 0;
  }
  .page-contact .small-center .contact-form .box-form .title {
    max-width: 235px;
    margin: auto auto 17px;
  }
  .page-contact .small-center .contact-form .box-form form input, .page-contact .small-center .contact-form .box-form form select, .page-contact .small-center .contact-form .box-form form textarea {
    margin-top: 0;
  }
  .page-contact .small-center .contact-form .box-form form p {
    width: 100%;
  }
  .page-contact .small-center .contact-form .box-form form p + p {
    margin-top: 15px;
  }
  .page-contact .small-center .contact-form .box-form .anexo {
    width: 100%;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0;
    margin-bottom: 15px;
  }
  .page-contact .small-center .contact-form .box-form .anexo::after {
    display: none;
  }
  .page-contact .small-center .contact-form .box-form .form-btns {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

main.page-product-list .block-2 {
  margin-top: 80px;
}

main.page-product-list .block-3 {
  margin-top: 90px;
}

main.page-product-list .block-4 {
  margin-top: 65px;
  margin-bottom: 90px;
}

main.page-product-list .product-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr 1fr;
  row-gap: 70px;
  overflow: visible;
  position: relative;
}

main.page-product-list .product-list .product-item {
  margin-top: 0;
}

main.page-product-list .product-list .no-data {
  position: absolute;
  right: 0;
  left: 0;
}

main.page-product-list .banner-title {
  margin-bottom: 65px;
}

@media only screen and (max-width: 768px) {
  main.page-product-list .block-2 {
    margin-top: 30px;
  }
  main.page-product-list .block-3 {
    margin-top: 50px;
  }
  main.page-product-list .block-4 {
    margin: 40px 0;
  }
  main.page-product-list .product-list {
    display: block;
  }
  main.page-product-list .product-list .product-item {
    margin-top: 20px;
  }
  main.page-product-list .product-list .product-item:nth-child(1) {
    margin-top: 0;
  }
  main.page-product-list .banner-title {
    width: calc(100% + 40px);
    margin-left: -20px;
    margin-bottom: 30px;
  }
}
/*# sourceMappingURL=style.css.map */