/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import 'icons/icons.css';
@import 'fonts/fonts.css';
@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@200;300;400;500;700&display=swap");
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

body {
  font-family: "Plus Jakarta Sans", sans-serif;
  color: #828282;
  background: url("../images/background.jpg") center top no-repeat;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media all and (max-width: 999px) {
  body {
    padding-top: 80px;
  }
}

a {
  color: #000;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.content {
  width: 100%;
  max-width: 1700px;
  margin: 0 auto;
}
@media all and (max-width: 1750px) {
  .content {
    padding: 0px 15px;
  }
}
@media all and (max-width: 999px) {
  .content {
    padding: 0px 10px;
  }
}

.product--grid {
  float: left;
  width: 100%;
}
@supports (display: grid) {
  .product--grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 30px;
  }
  @media all and (max-width: 1100px) {
    .product--grid {
      grid-template-columns: repeat(2, 1fr);
    }
  }
  @media all and (max-width: 499px) {
    .product--grid {
      grid-template-columns: repeat(1, 1fr);
    }
  }
}
.product--grid .item a {
  text-decoration: none;
}
.product--grid .item .image {
  float: left;
  width: 100%;
}
.product--grid .item .image img {
  max-width: 100%;
  height: auto;
}
@media all and (max-width: 1100px) {
  .product--grid .item .image img {
    width: 100%;
  }
}
.product--grid .item .info {
  float: left;
  width: 100%;
  padding: 20px;
}
@media all and (max-width: 1280px) {
  .product--grid .item .info {
    padding: 10px;
  }
}
.product--grid .item .info .info-inset {
  float: left;
  width: 100%;
  background: #FFFFFF;
  box-shadow: 0 2px 62px 0 rgba(0, 0, 0, 0.16);
  padding: 20px;
  position: relative;
  z-index: 3;
  margin-top: -40px;
}
.product--grid .item .info .info-inset h3 {
  margin: 0;
  color: #000;
  margin-bottom: 5px;
  position: relative;
}
.product--grid .item .info .info-inset h3:before {
  content: "";
  position: absolute;
  left: -20px;
  top: 0px;
  bottom: 0px;
  width: 2px;
  background: #000;
}
.product--grid .item .info .info-inset .attributes {
  font-weight: bold;
  margin-top: 10px;
  float: left;
  width: 100%;
}
.product--grid .item .info .info-inset .price {
  float: left;
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-top: 10px;
}
.product--grid .item .info .info-inset .price strong {
  color: #000;
  font-weight: 900;
  font-size: 1.2em;
  margin-top: 5px;
}

.action-button {
  background: #000;
  color: white;
  text-decoration: none;
  font-weight: 900;
  padding: 15px 30px;
}
@media all and (max-width: 999px) {
  .action-button {
    padding: 10px 20px;
  }
}
.action-button i {
  font-size: 0.7em;
  margin-left: 10px;
}

main.page {
  padding: 60px 0px;
  float: left;
  width: 100%;
}
@media all and (max-width: 999px) {
  main.page {
    padding: 30px 0px;
  }
}
main.page h1.title {
  font-size: 3em;
  color: #000;
  margin: 0;
  margin-bottom: 40px;
}
@media all and (max-width: 999px) {
  main.page h1.title {
    font-size: 2em;
  }
}

#main-nav {
  position: fixed;
  top: 0px;
  left: 0px;
  bottom: 0px;
  z-index: 200;
}
#main-nav:target .inset {
  margin-left: 0px;
}
#main-nav .inset {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 300px;
  background: #000;
  z-index: 200;
  padding: 30px;
  margin-left: -300px;
  -webkit-transition: all 250ms ease-in;
  -moz-transition: all 250ms ease-in;
  -o-transition: all 250ms ease-in;
  transition: all 250ms ease-in;
}
#main-nav .inset .icon-remove {
  position: absolute;
  right: 0px;
  top: 0px;
  color: white;
  text-decoration: none;
  font-size: 25px;
  padding: 20px;
}
#main-nav .inset nav {
  display: flex;
  flex-direction: column;
}
#main-nav .inset nav a {
  color: white;
  text-decoration: none;
  font-size: 1.4em;
  margin: 5px 0px;
}

#mobile-search {
  position: fixed;
  top: 70px;
  background: white;
  width: 100%;
  left: 0px;
  background: #FFFFFF;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.16);
  align-items: center;
  z-index: 150;
  display: none;
}
@media all and (min-width: 1000px) {
  #mobile-search {
    display: none !important;
  }
}
#mobile-search:target {
  display: flex;
}
#mobile-search .icon-remove {
  text-decoration: none;
  padding: 17px;
}
#mobile-search form {
  flex: 1;
}
#mobile-search form input {
  width: 100%;
  padding: 17px;
  border: 0px;
}

header {
  float: left;
  width: 100%;
  border-bottom: 2px solid #e5e5e5;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 40px;
}
header .icon-mobile {
  display: none !important;
}
@media all and (max-width: 999px) {
  header .icon-mobile {
    display: flex !important;
  }
}
header .icon-menu {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 70px;
  width: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 1.4em;
}
header .icon-cart.icon-mobile {
  position: absolute;
  right: 0px;
  top: 0px;
  height: 70px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4em;
  text-decoration: none;
}
header .icon-search.icon-mobile {
  position: absolute;
  right: 50px;
  top: 0px;
  height: 70px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4em;
  text-decoration: none;
}
@media all and (max-width: 999px) {
  header {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 70px;
    background: white;
    border-bottom: 2px solid #e5e5e5;
    z-index: 100;
    padding: 0px;
  }
}
header .content {
  display: flex;
  align-items: center;
}
@media all and (max-width: 999px) {
  header .content {
    justify-content: center;
  }
}
header .content .logo {
  height: 92px;
  width: 280px;
  background: url("../images/header-logo.png") center center no-repeat;
  margin-right: 5%;
}
@media all and (max-width: 1280px) {
  header .content .logo {
    width: 200px;
    background-size: 100% auto !important;
    margin-right: 20px;
  }
}
@media all and (max-width: 999px) {
  header .content .logo {
    height: 60px;
    background-size: 80% auto !important;
    margin-top: 5px;
    margin-right: 0px;
    background: url("../images/logo-mobile.png") center center no-repeat;
  }
}
header .content nav {
  display: flex;
  align-items: center;
  flex: 1;
}
@media all and (max-width: 1280px) {
  header .content nav {
    justify-content: space-between;
    margin-right: 40px;
  }
}
@media all and (max-width: 1100px) {
  header .content nav {
    margin-right: 20px;
  }
}
@media all and (max-width: 999px) {
  header .content nav {
    display: none;
  }
}
header .content nav a {
  font-weight: 900;
  font-size: 1.3em;
  text-decoration: none;
  margin-right: 6%;
  position: relative;
}
@media all and (max-width: 1480px) {
  header .content nav a {
    font-size: 1.1em;
  }
}
@media all and (max-width: 1100px) {
  header .content nav a {
    margin-right: 10px;
    font-size: 1em;
  }
}
header .content nav a:after {
  content: "";
  position: absolute;
  left: 0px;
  bottom: -65px;
  width: 100%;
  height: 0px;
  background: #000;
  -webkit-transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}
header .content nav a:hover:after {
  height: 3px;
}
@media all and (max-width: 999px) {
  header .content .search {
    display: none;
  }
}
header .content .search form {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
header .content .search form i {
  color: #000;
  font-size: 20px;
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 10px;
}
header .content .search form input {
  padding: 15px;
  border: 0px;
  outline: none;
  background: none;
  border: 2px solid #e5e5e5;
  padding-left: 40px;
  -webkit-transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}
@media all and (max-width: 1100px) {
  header .content .search form input {
    max-width: 150px;
  }
}
header .content .search form input:focus {
  background: #FFFFFF;
  box-shadow: 0 2px 62px 0 rgba(0, 0, 0, 0.16);
  border-color: white;
}
header .content .cart {
  display: flex;
  margin-left: 40px;
}
@media all and (max-width: 999px) {
  header .content .cart {
    display: none;
  }
}
@media all and (max-width: 1280px) {
  header .content .cart {
    margin-left: 20px;
  }
}
header .content .cart .info {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-right: 10px;
  line-height: 1;
}
header .content .cart .info strong {
  color: #000;
}
header .content .cart i {
  font-size: 1.8em;
  color: #000;
}

footer {
  float: left;
  width: 100%;
  background: #000;
}
footer a {
  color: white;
  text-decoration: none;
}
footer .bottom {
  float: left;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 35px 0px;
}
@media all and (max-width: 999px) {
  footer .bottom {
    flex-direction: column;
  }
}
footer .bottom span {
  font-size: 0.8em;
}
footer .bottom a {
  font-size: 0.7em;
}
@media all and (max-width: 999px) {
  footer .bottom a {
    margin-top: 10px;
  }
}
footer .upper {
  float: left;
  width: 100%;
  display: flex;
  margin-top: 80px;
  padding-bottom: 80px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  flex-wrap: wrap;
}
@media all and (max-width: 1300px) {
  footer .upper {
    margin-top: 40px;
  }
}
footer .upper .logo {
  width: 280px;
  height: 100px;
  background: url("../images/footer-logo.png") center center no-repeat;
  margin-right: 5%;
  background-size: 100% auto !important;
}
@media all and (max-width: 1300px) {
  footer .upper .logo {
    flex: 100%;
    background-size: auto auto !important;
    margin-bottom: 40px;
    margin-right: 0px !important;
  }
}
@media all and (max-width: 1500px) {
  footer .upper .logo {
    width: 200px;
    margin-right: 30px;
  }
}
footer .upper nav {
  flex-grow: 1;
  display: flex;
}
@media all and (max-width: 1100px) {
  footer .upper nav {
    flex: 100%;
    text-align: center;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
  }
}
footer .upper nav ul {
  margin: 0;
  padding: 0;
  margin-right: 30px;
}
footer .upper nav ul:last-child {
  margin-right: 0;
}
footer .upper nav ul li {
  list-style: none;
  padding-bottom: 10px;
  font-size: 1.05em;
}
@media all and (max-width: 1500px) {
  footer .upper nav ul li {
    font-size: 1em;
  }
}
footer .upper nav ul li a:hover {
  opacity: 0.8;
}
footer .upper nav ul li:last-child {
  padding-bottom: 0;
}
footer .upper .block {
  margin-left: 5%;
  flex-grow: 1;
}
@media all and (max-width: 1500px) {
  footer .upper .block {
    margin-left: 30px;
  }
}
@media all and (max-width: 1100px) {
  footer .upper .block {
    margin: 0;
    width: 33%;
    margin-top: 30px;
  }
}
@media all and (max-width: 699px) {
  footer .upper .block {
    width: 100%;
    text-align: center;
  }
}
footer .upper .block h3 {
  margin: 0;
  text-transform: uppercase;
  font-size: 1.1em;
  margin-bottom: 20px;
}
@media all and (max-width: 1500px) {
  footer .upper .block h3 {
    font-size: 1em;
  }
}
footer .upper .block .pay-with {
  display: flex;
  flex-wrap: wrap;
}
@media all and (max-width: 999px) {
  footer .upper .block .pay-with {
    align-items: center;
    justify-content: center;
  }
}
footer .upper .block .pay-with span {
  width: 30%;
  text-align: center;
  height: 50px;
}
@media all and (max-width: 699px) {
  footer .upper .block .pay-with span {
    width: 20%;
  }
}
@media all and (max-width: 400px) {
  footer .upper .block .pay-with span {
    width: 30%;
  }
}
footer .upper .block .social {
  display: flex;
  width: 100%;
}
@media all and (max-width: 699px) {
  footer .upper .block .social {
    align-items: center;
    justify-content: center;
  }
}
footer .upper .block .social a {
  background: rgba(255, 255, 255, 0.1);
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3em;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
  border-radius: 40px;
  margin: 0px 4px;
}
footer .upper .block .social a:hover {
  background: white;
  color: #000;
}
footer .upper .block .atendimento {
  display: flex;
  flex-direction: column;
}
@media all and (max-width: 699px) {
  footer .upper .block .atendimento {
    flex-direction: row;
  }
}
@media all and (max-width: 499px) {
  footer .upper .block .atendimento {
    flex-direction: column;
  }
}
footer .upper .block .atendimento .row {
  display: flex;
  color: white;
  margin-bottom: 20px;
}
@media all and (max-width: 699px) {
  footer .upper .block .atendimento .row {
    flex: 1;
    align-items: center;
    justify-content: center;
  }
}
footer .upper .block .atendimento .row i {
  font-size: 2em;
  margin-right: 10px;
}
footer .upper .block .atendimento .row-info {
  display: flex;
  flex-direction: column;
}
@media all and (max-width: 1400px) {
  footer .upper .block .atendimento .row-info {
    font-size: 15px;
  }
}
footer .upper .block .atendimento .row-info span {
  font-size: 0.8em;
  text-transform: uppercase;
}
footer .upper .block .atendimento .row-info strong {
  font-weight: bold;
  font-size: 1.3em;
}

.newsletter {
  float: left;
  width: 100%;
  background: white;
  background: #f4f4f4;
}
.newsletter .content {
  display: flex;
  align-items: center;
  padding: 30px 10px;
  flex-wrap: wrap;
}
.newsletter .content h3 {
  margin-right: 30px;
  color: #000;
}
@media all and (max-width: 1100px) {
  .newsletter .content h3 {
    flex: 100%;
    margin-right: 0px;
    margin-top: 0px;
  }
}
.newsletter .content form {
  display: flex;
  flex: 1;
}
@media all and (max-width: 699px) {
  .newsletter .content form {
    flex-direction: column;
  }
}
.newsletter .content form input {
  flex: 1;
  margin-right: 20px;
  padding: 13px;
  border: 2px solid #e5e5e5;
}
@media all and (max-width: 699px) {
  .newsletter .content form input {
    margin-right: 0px;
    margin-bottom: 10px;
  }
}
.newsletter .content form button {
  background: #000;
  border: 0px;
  color: white;
  font-weight: 900;
  font-size: 1.2em;
  padding: 0px 20px;
}
@media all and (max-width: 699px) {
  .newsletter .content form button {
    padding: 15px;
  }
}
.newsletter .content form button i {
  font-size: 0.7em;
  vertical-align: middle;
  margin-left: 10px;
}

#chat {
  position: fixed;
  right: 20px;
  bottom: 20px;
  box-shadow: 0 2px 62px 0 rgba(0, 0, 0, 0.3);
  background: white;
  padding: 8px 15px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  color: #000;
  text-decoration: none;
  font-weight: bold;
}
@media all and (max-width: 999px) {
  #chat {
    padding: 5px 10px;
    font-size: 0.9em;
    right: 10px;
    bottom: 10px;
  }
}
#chat:hover {
  background: #000;
  color: white;
}
#chat i {
  font-size: 28px;
  margin-right: 10px;
}

#whatsapp {
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 30;
}
#whatsapp .main-icon {
  width: 50px;
  height: 50px;
  background: #52e763;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  color: white;
  border-radius: 50px;
  cursor: pointer;
}
#whatsapp .main-icon i:before {
  vertical-align: middle;
}
#whatsapp .list {
  position: absolute;
  bottom: 60px;
  right: 0px;
  width: 240px;
  padding: 20px;
  border-radius: 20px;
  box-shadow: 0 2px 62px 0 rgba(0, 0, 0, 0.3);
  background: white;
  -webkit-transition: all 300ms ease-in;
  -moz-transition: all 300ms ease-in;
  -o-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
  margin-bottom: -20px;
  opacity: 0;
  visibility: hidden;
}
#whatsapp .list ul {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
  margin-top: 10px;
}
#whatsapp .list ul li {
  list-style: none;
  border-bottom: 1px solid #f1f1f1;
  padding: 8px 0px;
}
#whatsapp .list ul li:last-child {
  border-bottom: 0;
}
#whatsapp .list ul li a {
  text-decoration: none;
}
#whatsapp:hover .list {
  margin-bottom: 0px;
  visibility: visible;
  opacity: 1;
}

main.home .banners {
  float: left;
  width: 100%;
  position: relative;
}
main.home .banners .swiper-pagination {
  display: none;
}
@media all and (max-width: 999px) {
  main.home .banners .swiper-pagination {
    display: block;
  }
  main.home .banners .swiper-pagination span {
    background: #000;
  }
}
main.home .banners .controls {
  position: absolute;
  right: 0px;
  bottom: 140px;
  z-index: 4;
  display: flex;
}
@media all and (max-width: 999px) {
  main.home .banners .controls {
    display: none;
  }
}
main.home .banners .controls i {
  width: 80px;
  height: 50px;
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin-left: 10px;
}
main.home .banners .controls i:hover {
  background: #000;
  color: white;
}
main.home .banners .banner {
  float: left;
  width: 100%;
  position: relative;
  margin-bottom: 100px;
  cursor: pointer;
}
@media all and (max-width: 999px) {
  main.home .banners .banner {
    margin-bottom: 50px;
  }
}
main.home .banners .banner .info {
  position: absolute;
  left: 5%;
  z-index: 3;
  bottom: 0px;
  width: 100%;
  max-width: 500px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: -40px;
}
@media all and (max-width: 799px) {
  main.home .banners .banner .info {
    left: 10px;
  }
}
@media all and (max-width: 599px) {
  main.home .banners .banner .info {
    right: 10px;
    width: auto;
  }
}
main.home .banners .banner .info h2 {
  background: #000;
  color: white;
  padding: 20px;
  font-size: 3em;
  margin: 0;
}
@media all and (max-width: 1280px) {
  main.home .banners .banner .info h2 {
    font-size: 2.3em;
  }
}
@media all and (max-width: 999px) {
  main.home .banners .banner .info h2 {
    font-size: 2em;
  }
}
@media all and (max-width: 799px) {
  main.home .banners .banner .info h2 {
    font-size: 1.5em;
    padding: 15px;
  }
  main.home .banners .banner .info h2 br {
    display: none;
  }
}
main.home .banners .banner .info h3 {
  background: white;
  background: #FFFFFF;
  box-shadow: 0 2px 62px 0 rgba(0, 0, 0, 0.16);
  padding: 30px;
  font-size: 3em;
  margin: 0;
  line-height: 1;
  font-weight: lighter;
  color: #000;
}
@media all and (max-width: 1280px) {
  main.home .banners .banner .info h3 {
    font-size: 2.3em;
  }
}
@media all and (max-width: 999px) {
  main.home .banners .banner .info h3 {
    font-size: 2em;
  }
}
@media all and (max-width: 799px) {
  main.home .banners .banner .info h3 {
    font-size: 1.5em;
    padding: 20px;
  }
  main.home .banners .banner .info h3 br {
    display: none;
  }
}
main.home .banners .banner .image {
  float: left;
  width: 100%;
  padding-bottom: 47%;
  background-size: cover !important;
}
@media all and (min-width: 1700px) {
  main.home .banners .banner .image {
    padding-bottom: 0px;
    height: 795px;
  }
}
@media all and (max-width: 999px) {
  main.home .banners .banner .image {
    padding-bottom: 44%;
    background-position: center center !important;
  }
}
main.home .banners .banner img {
  width: 100%;
  height: auto;
}
main.home .featured {
  float: left;
  width: 100%;
  margin-bottom: 50px;
}
main.home .featured .title {
  float: left;
  width: 100%;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 30px;
}
main.home .featured .title h2 {
  font-size: 30px;
  color: #000;
  font-weight: lighter;
  font-size: 2.2em;
}
@media all and (max-width: 999px) {
  main.home .featured .title h2 {
    font-size: 1.5em;
  }
}
main.home .about {
  background: url("../images/bkg1.svg") center center no-repeat #f7f7f7;
  float: left;
  width: 100%;
  padding: 100px 0px;
  margin-bottom: 40px;
  margin-top: -100px;
}
@media all and (max-width: 999px) {
  main.home .about {
    padding-bottom: 20px;
  }
}
main.home .about .content {
  display: flex;
  align-items: center;
}
@media all and (max-width: 1280px) {
  main.home .about .content {
    flex-direction: column;
  }
}
main.home .about .content .info {
  width: 30%;
  margin-right: 40px;
}
@media all and (max-width: 1280px) {
  main.home .about .content .info {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 40px;
  }
}
main.home .about .content .info h2 {
  color: #000;
  font-size: 3em;
  margin: 0;
}
@media all and (max-width: 1480px) {
  main.home .about .content .info h2 {
    font-size: 2.5em;
  }
}
main.home .about .content .info h3 {
  font-size: 2em;
  margin: 0;
  margin: 20px 0px;
}
@media all and (max-width: 1480px) {
  main.home .about .content .info h3 {
    font-size: 1.5em;
  }
}
main.home .about .content .info h3:after {
  content: "";
  display: block;
  width: 50px;
  height: 2px;
  background: #000;
  margin-top: 20px;
}
main.home .about .content .info p {
  color: #000;
  font-weight: lighter;
  line-height: 1.7;
}
main.home .about .content .block {
  display: flex;
  justify-content: space-between;
  flex: 1;
  align-items: center;
}
@media all and (max-width: 999px) {
  main.home .about .content .block {
    align-items: flex-start;
  }
}
@media all and (max-width: 699px) {
  main.home .about .content .block {
    flex-direction: column;
  }
}
@media all and (min-width: 1000px) {
  main.home .about .content .block .item:nth-child(1) {
    margin-bottom: -260px;
  }
}
@media all and (min-width: 1000px) and (max-width: 999px) {
  main.home .about .content .block .item:nth-child(1) {
    margin-bottom: 0px;
  }
}
main.home .about .content .block .item {
  width: 47%;
  background: white;
  border: 2px solid #e5e5e5;
}
@media all and (max-width: 699px) {
  main.home .about .content .block .item {
    width: 100%;
    margin-bottom: 30px;
  }
}
main.home .about .content .block .item .image {
  float: left;
  width: 100%;
}
main.home .about .content .block .item .image img {
  width: 100%;
  height: auto;
  display: block;
}
main.home .about .content .block .item .item-info {
  float: left;
  width: 100%;
  padding: 30px;
}
@media all and (max-width: 699px) {
  main.home .about .content .block .item .item-info {
    padding: 20px;
  }
}
main.home .about .content .block .item .item-info h3 {
  margin: 0;
  color: #000;
  font-size: 1.8em;
  font-weight: 900;
}
@media all and (max-width: 699px) {
  main.home .about .content .block .item .item-info h3 {
    font-size: 1.4em;
  }
}
main.home .about .content .block .item .item-info p {
  line-height: 1.4;
}
main.home .about .content .block .item .item-info .action-button {
  float: right;
}
main.home .new-products {
  float: left;
  width: 100%;
  padding: 50px 0px;
}
@media all and (max-width: 999px) {
  main.home .new-products {
    padding-top: 0px;
  }
}
main.home .new-products .title {
  float: left;
  width: 100%;
}
main.home .new-products .title h2 {
  font-size: 30px;
  color: #000;
  font-weight: lighter;
  font-size: 2.2em;
}
main.home .testimonials {
  float: left;
  width: 100%;
  border-top: 1px solid #e5e5e5;
  padding: 120px 0px;
}
@media all and (max-width: 1280px) {
  main.home .testimonials {
    padding: 60px 0px;
  }
}
main.home .testimonials .content {
  display: flex;
}
@media all and (max-width: 1280px) {
  main.home .testimonials .content {
    flex-direction: column;
  }
}
main.home .testimonials .content .info {
  flex: 1;
  text-align: right;
  margin-right: 50px;
}
@media all and (max-width: 1280px) {
  main.home .testimonials .content .info {
    margin-right: 0px;
    text-align: left;
    margin-bottom: 50px;
  }
}
main.home .testimonials .content .info h2 {
  color: #000;
  font-size: 3em;
  font-weight: lighter;
  margin-top: 0;
}
@media all and (max-width: 1280px) {
  main.home .testimonials .content .info h2 {
    font-size: 2.3em;
  }
  main.home .testimonials .content .info h2 br {
    display: none;
  }
}
main.home .testimonials .content .list {
  width: 75%;
}
@media all and (max-width: 1280px) {
  main.home .testimonials .content .list {
    width: 100%;
  }
}
main.home .testimonials .content .list .swiper-pagination {
  position: static;
  margin-top: 20px;
  display: none;
}
@media all and (max-width: 999px) {
  main.home .testimonials .content .list .swiper-pagination {
    display: block;
  }
}
main.home .testimonials .content .list .swiper-pagination span {
  background: #000;
}
main.home .testimonials .content .list .item {
  background: url("../images/test-bkg.png") left top no-repeat #f1f1f1;
  padding: 40px;
  display: flex;
  flex-direction: column;
}
main.home .testimonials .content .list .item p {
  line-height: 1.4;
}
main.home .testimonials .content .list .item strong {
  color: #000;
}

main.moveis .product--grid {
  margin-bottom: 60px;
}
main.moveis .hero {
  float: left;
  width: 100%;
  position: relative;
  margin-bottom: 50px;
}
main.moveis .hero .image {
  float: left;
  width: 100%;
  height: 510px;
  background-size: cover !important;
}
@media all and (max-width: 1700px) {
  main.moveis .hero .image {
    height: auto;
    padding-bottom: 30%;
  }
}
@media all and (max-width: 999px) {
  main.moveis .hero .image {
    padding-bottom: 60%;
  }
}
main.moveis .hero h1 {
  background: #000;
  float: left;
  margin: 0;
  color: white;
  font-size: 3em;
  padding: 25px;
  margin-left: 20px;
  position: relative;
  margin-top: -40px;
}
@media all and (max-width: 999px) {
  main.moveis .hero h1 {
    font-size: 2.3em;
  }
}
@media all and (max-width: 699px) {
  main.moveis .hero h1 {
    font-size: 2em;
  }
}

.faq {
  float: left;
  width: 100%;
}
.faq h1.title {
  font-size: 3em;
  color: #000;
  margin: 0;
}
.faq .list {
  float: left;
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-top: 60px;
}
.faq .list .item {
  display: flex;
  margin-bottom: 40px;
  line-height: 1.6;
}
.faq .list .item i {
  font-style: normal;
  width: 50px;
  height: 50px;
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
}
@media all and (max-width: 999px) {
  .faq .list .item i {
    width: 40px;
    height: 40px;
  }
}
.faq .list .item .item-info {
  flex: 1;
  margin-left: 40px;
}
@media all and (max-width: 999px) {
  .faq .list .item .item-info {
    margin-left: 20px;
  }
}
.faq .list .item .item-info h4 {
  color: #000;
  font-size: 1.3em;
  margin: 0;
  line-height: 1.4;
}

.quem-somos {
  float: left;
  width: 100%;
}
.quem-somos .page-content {
  line-height: 1.6;
}
.quem-somos .page-content p {
  margin-bottom: 20px;
}
.quem-somos img {
  max-width: 100%;
  height: auto;
}
.quem-somos .alignright {
  float: right;
  margin-left: 30px;
  margin-bottom: 30px;
}
.quem-somos .alignleft {
  float: left;
  margin-right: 30px;
  margin-bottom: 30px;
}
.quem-somos h1, .quem-somos h2, .quem-somos h3, .quem-somos h4, .quem-somos h5 {
  color: #000;
}
.quem-somos strong {
  font-weight: bold;
}
.quem-somos .triple-block {
  float: left;
  width: 100%;
  margin-top: 50px;
  padding-bottom: 50px;
  display: flex;
}
@media all and (max-width: 999px) {
  .quem-somos .triple-block {
    flex-direction: column;
  }
}
.quem-somos .triple-block .block {
  margin-right: 40px;
  border-top: 2px solid #000;
  line-height: 1.5;
}
@media all and (max-width: 999px) {
  .quem-somos .triple-block .block {
    margin-right: 0px;
    margin-bottom: 20px;
  }
}
.quem-somos .triple-block .block:last-child {
  margin-right: 0;
}

.lojas {
  padding-top: 50px;
}
@media all and (max-width: 999px) {
  .lojas {
    padding-top: 0px;
  }
}
.lojas .list {
  float: left;
  width: 100%;
}
@supports (display: grid) {
  .lojas .list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px;
  }
  @media all and (max-width: 1280px) {
    .lojas .list {
      grid-template-columns: repeat(2, 1fr);
    }
  }
  @media all and (max-width: 699px) {
    .lojas .list {
      grid-template-columns: repeat(1, 1fr);
    }
  }
}
.lojas .list .item {
  border-bottom: 2px solid #e5e5e5;
  padding-bottom: 40px;
}
.lojas .list .item .image {
  float: left;
  width: 100%;
}
.lojas .list .item .image img {
  max-width: 100%;
  height: auto;
}
@media all and (max-width: 699px) {
  .lojas .list .item .image img {
    width: 100%;
  }
}
.lojas .list .item .info {
  float: left;
  width: 100%;
  margin-top: 20px;
}
.lojas .list .item .info h4 {
  font-weight: 900;
  color: #000;
  margin: 0;
  font-size: 1.3em;
  margin-bottom: 20px;
}
.lojas .list .item .info .location {
  float: left;
  width: 100%;
  display: flex;
  justify-content: space-between;
  line-height: 1.4;
  margin-bottom: 20px;
}
@media all and (max-width: 999px) {
  .lojas .list .item .info .location {
    flex-direction: column;
    align-items: flex-start;
  }
}
.lojas .list .item .info .location address {
  font-style: normal;
}
.lojas .list .item .info .location a {
  background: #FFFFFF;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.09);
  border-radius: 25px;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px 15px;
  font-weight: bold;
  font-size: 0.9em;
}
@media all and (max-width: 999px) {
  .lojas .list .item .info .location a {
    padding: 15px;
    margin-top: 20px;
  }
}
.lojas .list .item .info .location a:hover {
  background: #000;
  color: white;
}
.lojas .list .item .info h5.phone {
  margin: 0;
  margin-bottom: 30px;
  font-weight: 900;
  font-size: 1.3em;
  color: #000;
}
.lojas .list .item .info span.working-hours {
  font-size: 0.85em;
  line-height: 1.4;
}

.contato {
  float: left;
  width: 100%;
  display: flex;
}
@media all and (max-width: 999px) {
  .contato {
    flex-direction: column;
  }
}
.contato .info {
  flex: 1;
}
@media all and (max-width: 999px) {
  .contato .info {
    margin-bottom: 40px;
  }
}
.contato .info .text {
  line-height: 1.6;
}
.contato .info .stores h4 {
  font-size: 1.3em;
  margin: 0;
  margin-bottom: 20px;
  flex: 100%;
}
.contato .info .stores a {
  background: #FFFFFF;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.09);
  border-radius: 25px;
  padding: 15px;
  text-decoration: none;
  font-weight: 900;
  float: left;
}
.contato .info .stores a:hover {
  background: #000;
  color: white;
}
.contato .info .phones {
  float: left;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
  margin-top: 40px;
}
.contato .info .phones h4 {
  font-size: 1.3em;
  margin: 0;
  margin-bottom: 20px;
  flex: 100%;
}
.contato .info .phones .item {
  display: flex;
  text-decoration: none;
  margin-right: 30px;
}
@media all and (max-width: 999px) {
  .contato .info .phones .item {
    margin-top: 20px;
  }
}
.contato .info .phones .item i {
  font-size: 2em;
  margin-right: 10px;
}
.contato .info .phones .item .item-info {
  display: flex;
  flex-direction: column;
}
.contato .info .phones .item .item-info span {
  font-size: 0.8em;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.contato .info .phones .item .item-info strong {
  font-size: 1.2em;
}
.contato .form {
  width: 50%;
  margin-left: 50px;
}
@media all and (max-width: 1400px) {
  .contato .form {
    width: 60%;
  }
}
@media all and (max-width: 999px) {
  .contato .form {
    width: 100%;
    margin-left: 0px;
  }
}
.contato .form form {
  float: left;
  width: 100%;
}
@supports (display: grid) {
  .contato .form form {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
  }
  @media all and (max-width: 1280px) {
    .contato .form form {
      grid-template-columns: repeat(1, 1fr);
    }
  }
}
.contato .form form .form-group {
  display: flex;
  flex-direction: column;
}
.contato .form form .form-group label {
  font-weight: bold;
  color: #000;
  margin-bottom: 4px;
}
.contato .form form .form-group input[type=text], .contato .form form .form-group select, .contato .form form .form-group textarea {
  border: 2px solid #e5e5e5;
  padding: 15px;
  outline: none;
}
.contato .form form .form-group select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAASCAYAAABIB77kAAAABGdBTUEAALGPC/xhBQAAANFJREFUOBHtkj8LwjAUxM+K8c/iII6KaxHE0e//CVydHVTERbBCReI7YrAJmkbtmAclDe/lftwlQKqUwJcJtIHOCsimQH4Ajvf68/2JzMiZwRkoi/p5dyIDNL8RsBGRuXLb/o6wcinzXaCl/W7MXhzS2WksIkOz5rv3Ti2MsmoNXPYxAH9GgIyRkBDUh123vlDsXoCsELQ5GElP4Ceokv5twa6J8XdnRkNu3v68Vj4cPiDeqS3e2f8wqlUcWvFqvOg15cyqB1Yt7mcCTJUScBN4AEEsSUubcaOYAAAAAElFTkSuQmCC") right center no-repeat white;
}
.contato .form form .form-group.full {
  grid-column-start: 1;
  grid-column-end: 3;
}
@media all and (max-width: 1280px) {
  .contato .form form .form-group.full {
    grid-column-start: 1;
    grid-column-end: 1;
  }
}
.contato .form form .action {
  text-align: right;
  width: 100%;
}
.contato .form form .action.full {
  grid-column-start: 1;
  grid-column-end: 3;
}
@media all and (max-width: 1280px) {
  .contato .form form .action.full {
    grid-column-start: 1;
    grid-column-end: 1;
  }
}
.contato .form form .action button {
  background: #000;
  color: white;
  border: 0px;
  padding: 15px 30px;
  font-weight: 900;
  cursor: pointer;
}
.contato .form form .action button:hover {
  opacity: 0.8;
}
.contato .form form .action button i {
  font-size: 0.8em;
  margin-left: 10px;
  display: inline-block;
  margin-top: 4px;
}
.contato .form form .newsletter-check {
  display: flex;
  align-items: center;
}
.contato .form form .newsletter-check input {
  margin-right: 5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  border: 2px solid #e5e5e5;
  background: white;
  outline: none;
  cursor: pointer;
}
.contato .form form .newsletter-check input:checked {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAMCAYAAAC0qUeeAAAABGdBTUEAALGPC/xhBQAAAC1JREFUKBVjZGBgOAbERAFGoKr/RKkEKmIiViFI3ahi5NCiXWiAYtAS2Sp8bACqQwIUhvljVAAAAABJRU5ErkJggg==") center center no-repeat;
}
.contato .form form .form-col {
  display: flex;
}
@media all and (max-width: 999px) {
  .contato .form form .form-col {
    flex-direction: column;
  }
}
.contato .form form .form-col .form-group {
  flex: 1;
  margin-right: 20px;
}
@media all and (max-width: 999px) {
  .contato .form form .form-col .form-group {
    margin-right: 0px;
  }
}
.contato .form form .form-col .form-group:last-child {
  margin-right: 0;
}
@media all and (max-width: 999px) {
  .contato .form form .form-col .form-group:last-child {
    margin-top: 20px;
  }
}

main.produto {
  padding-top: 40px;
  float: left;
  width: 100%;
}
@media all and (max-width: 999px) {
  main.produto {
    padding-top: 0px;
  }
}
main.produto .main-info {
  float: left;
  width: 100%;
  border-bottom: 2px solid #e5e5e5;
}
main.produto .main-info .content {
  display: flex;
}
@media all and (max-width: 999px) {
  main.produto .main-info .content {
    flex-direction: column-reverse;
  }
}
main.produto .main-info .content .images {
  width: 50%;
  position: relative;
}
main.produto .main-info .content .images .images-info {
  margin-top: 20px;
  text-align: right;
}
main.produto .main-info .content .images .images-info span {
  font-size: 0.9rem;
}
main.produto .main-info .content .images .swiper-pagination {
  position: static;
  margin-top: 10px;
  display: none;
}
@media all and (max-width: 999px) {
  main.produto .main-info .content .images .swiper-pagination {
    display: block;
  }
}
main.produto .main-info .content .images .swiper-pagination span {
  background: #000;
}
@media all and (max-width: 999px) {
  main.produto .main-info .content .images {
    width: 100%;
  }
}
main.produto .main-info .content .images .controls {
  position: absolute;
  right: 0px;
  bottom: 30px;
  z-index: 10;
  display: flex;
}
@media all and (max-width: 999px) {
  main.produto .main-info .content .images .controls {
    display: none;
  }
}
main.produto .main-info .content .images .controls i {
  width: 70px;
  height: 50px;
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
}
main.produto .main-info .content .images .controls i:hover {
  background: #000;
  cursor: pointer;
  color: white;
}
main.produto .main-info .content .images .image-item {
  position: relative;
  float: left;
  width: 100%;
}
main.produto .main-info .content .images .image-item .pop {
  position: absolute;
  z-index: 10;
  bottom: 20px;
  left: 20px;
  background: rgba(0, 0, 0, 0.8);
  padding: 15px;
  color: white;
  display: flex;
  flex-direction: column;
}
main.produto .main-info .content .images .image {
  float: left;
  width: 100%;
  padding-bottom: 64.45%;
  background-size: cover !important;
}
main.produto .main-info .content .info {
  width: 50%;
  padding-right: 60px;
  padding-bottom: 30px;
}
@media all and (max-width: 999px) {
  main.produto .main-info .content .info {
    margin-right: 0px;
    width: 100%;
    padding-right: 0px;
  }
}
main.produto .main-info .content .info .description {
  float: left;
  width: 100%;
  line-height: 1.5;
  margin-bottom: 20px;
}
main.produto .main-info .content .info .price-action {
  float: left;
  width: 100%;
  display: flex;
  align-items: center;
}
@media all and (max-width: 1280px) {
  main.produto .main-info .content .info .price-action {
    flex-direction: column;
    align-items: flex-start;
  }
}
main.produto .main-info .content .info .price-action .price {
  flex: 1;
}
main.produto .main-info .content .info .price-action .price h4 {
  font-size: 1.6em;
  color: #000;
  margin: 0;
  font-weight: 900;
}
main.produto .main-info .content .info .price-action .price span {
  color: #000;
}
main.produto .main-info .content .info .price-action button {
  background: #000;
  color: white;
  display: flex;
  align-items: center;
  font-weight: 900;
  padding: 15px 30px;
  font-size: 1.3em;
  border: 0px;
  cursor: pointer;
}
@media all and (max-width: 1280px) {
  main.produto .main-info .content .info .price-action button {
    width: 100%;
    justify-content: center;
    margin-top: 10px;
  }
}
@media all and (max-width: 999px) {
  main.produto .main-info .content .info .price-action button {
    margin-top: 20px;
  }
}
main.produto .main-info .content .info .price-action button:hover {
  opacity: 0.8;
}
main.produto .main-info .content .info .price-action button i {
  margin-left: 10px;
}
main.produto .main-info .content .info .price-action button i:before {
  vertical-align: middle;
}
main.produto .main-info .content .info .attributes {
  display: flex;
  float: left;
  width: 100%;
  margin-bottom: 40px;
  flex-direction: column;
}
@media all and (max-width: 1280px) {
  main.produto .main-info .content .info .attributes {
    flex-direction: column;
    margin-bottom: 10px;
  }
}
main.produto .main-info .content .info .attributes .block {
  flex: 1;
  display: flex;
  flex-direction: column;
  margin-bottom: 15px;
}
main.produto .main-info .content .info .attributes .block:last-child {
  margin-right: 0;
}
main.produto .main-info .content .info .attributes .block span {
  font-weight: bold;
  color: #000;
  margin-bottom: 5px;
}
main.produto .main-info .content .info .attributes .block select {
  border: 2px solid #e5e5e5;
  padding: 15px;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAASCAYAAABIB77kAAAABGdBTUEAALGPC/xhBQAAANFJREFUOBHtkj8LwjAUxM+K8c/iII6KaxHE0e//CVydHVTERbBCReI7YrAJmkbtmAclDe/lftwlQKqUwJcJtIHOCsimQH4Ajvf68/2JzMiZwRkoi/p5dyIDNL8RsBGRuXLb/o6wcinzXaCl/W7MXhzS2WksIkOz5rv3Ti2MsmoNXPYxAH9GgIyRkBDUh123vlDsXoCsELQ5GElP4Ceokv5twa6J8XdnRkNu3v68Vj4cPiDeqS3e2f8wqlUcWvFqvOg15cyqB1Yt7mcCTJUScBN4AEEsSUubcaOYAAAAAElFTkSuQmCC") right center no-repeat white;
  padding-right: 40px;
}
main.produto .main-info .content .info h1 {
  color: #000;
  font-size: 2.4em;
}
@media all and (max-width: 1480px) {
  main.produto .main-info .content .info h1 {
    font-size: 2em;
  }
}
@media all and (max-width: 1280px) {
  main.produto .main-info .content .info h1 {
    font-size: 1.8em;
  }
}
main.produto .recommended {
  float: left;
  width: 100%;
  padding-bottom: 50px;
  padding-top: 50px;
}
main.produto .recommended h2 {
  color: #000;
  font-size: 2em;
}
main.produto .product-info {
  float: left;
  width: 100%;
  border-bottom: 2px solid #e5e5e5;
  padding: 50px 0px;
}
main.produto .product-info .content {
  display: flex;
}
@media all and (max-width: 999px) {
  main.produto .product-info .content {
    flex-direction: column;
  }
}
main.produto .product-info .content .block {
  flex: 1;
  margin-right: 50px;
}
@media all and (max-width: 999px) {
  main.produto .product-info .content .block {
    margin-right: 0px;
    margin-bottom: 30px;
  }
}
main.produto .product-info .content .block .title {
  float: left;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
@media all and (max-width: 999px) {
  main.produto .product-info .content .block .title {
    margin-bottom: 0px;
  }
}
main.produto .product-info .content .block .title a {
  background: #FFFFFF;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.09);
  border-radius: 30px;
  text-decoration: none;
  font-weight: bold;
  font-size: 0.9em;
  font-weight: 900;
  padding: 10px 20px;
}
main.produto .product-info .content .block .title a:hover {
  background: #000;
  color: white;
}
main.produto .product-info .content .block .description {
  float: left;
  width: 100%;
  line-height: 1.5;
}
main.produto .product-info .content .block .grid {
  float: left;
  width: 100%;
}
@supports (display: grid) {
  main.produto .product-info .content .block .grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px;
  }
  @media all and (max-width: 1280px) {
    main.produto .product-info .content .block .grid {
      grid-template-columns: repeat(2, 1fr);
    }
  }
  @media all and (max-width: 999px) {
    main.produto .product-info .content .block .grid {
      grid-template-columns: repeat(4, 1fr);
    }
  }
  @media all and (max-width: 699px) {
    main.produto .product-info .content .block .grid {
      grid-template-columns: repeat(3, 1fr);
      grid-gap: 20px;
    }
  }
  @media all and (max-width: 599px) {
    main.produto .product-info .content .block .grid {
      grid-template-columns: repeat(2, 1fr);
    }
  }
}
main.produto .product-info .content .block .grid .item {
  background: #FFFFFF;
  box-shadow: 0 2px 26px 0 rgba(0, 0, 0, 0.15);
  padding: 10px;
}
main.produto .product-info .content .block .grid .item .image {
  float: left;
  width: 100%;
}
main.produto .product-info .content .block .grid .item .image img {
  width: 100%;
  height: auto;
}
main.produto .product-info .content .block .medidas {
  float: left;
  width: 100%;
  display: flex;
  flex-direction: column;
}
main.produto .product-info .content .block .medidas .item {
  border: 2px solid #e5e5e5;
  margin-bottom: 20px;
  padding: 20px;
  display: flex;
  flex-direction: column;
}
main.produto .product-info .content .block .medidas .item .min {
  font-size: 0.8em;
  margin-top: 10px;
}
main.produto .product-info .content .block .medidas .item .sub {
  margin-top: 10px;
}
main.produto .product-info .content .block .medidas .item h4 {
  margin: 0;
  color: #000;
  font-size: 1.1em;
}
main.produto .product-info .content .block h3 {
  color: #000;
  font-size: 1.5em;
  font-weight: 900;
}
main.produto .product-info .content .block:last-child {
  margin-right: 0;
}

.checkout {
  float: left;
  width: 100%;
}
.checkout .shipping-info {
  padding: 30px;
  box-shadow: 0 2px 22px 0 rgba(0, 0, 0, 0.1);
  background: white;
  display: flex;
  margin-bottom: 30px;
  align-items: flex-start;
  justify-content: flex-end;
}
@media all and (max-width: 999px) {
  .checkout .shipping-info {
    flex-direction: column;
  }
}
.checkout .shipping-info h3 {
  color: #000;
  margin-right: 30px;
}
.checkout .shipping-info form {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 450px;
  padding-left: 20px;
  border-left: 2px solid #f1f1f1;
}
@media all and (max-width: 999px) {
  .checkout .shipping-info form {
    max-width: 100%;
  }
}
.checkout .shipping-info form span {
  text-transform: uppercase;
  font-size: 0.9rem;
  font-weight: bold;
  margin-right: 10px;
}
.checkout .shipping-info form > input {
  padding: 15px;
  border: 2px solid #f1f1f1;
  flex: 1;
  margin-right: 20px;
}
.checkout .shipping-info form a.cep {
  font-size: 0.8rem;
  text-decoration: none;
  font-weight: bold;
  opacity: 0.5;
}
.checkout .shipping-info form .results {
  flex: 100%;
}
.checkout .shipping-info form .results ul {
  margin: 0;
  padding: 0;
  margin-top: 20px;
}
.checkout .shipping-info form .results ul li {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 10px;
}
.checkout .shipping-info form .results ul li input {
  margin-right: 5px;
}
.checkout .shipping-info form .results ul li .name {
  flex: 1;
}
.checkout .shipping-info form .results ul li span {
  text-align: right;
}
.checkout .shipping-info form .results ul li span strong {
  margin-left: 10px;
  font-weight: bold;
}
.checkout .current-items {
  float: left;
  width: 100%;
  display: flex;
  flex-direction: column;
  box-shadow: 0 2px 22px 0 rgba(0, 0, 0, 0.1);
  background: white;
  padding: 30px;
}
.checkout .current-items .item {
  display: flex;
  width: 100%;
  margin-bottom: 40px;
}
@media all and (max-width: 999px) {
  .checkout .current-items .item {
    flex-wrap: wrap;
  }
}
.checkout .current-items .item .image {
  margin-right: 40px;
}
.checkout .current-items .item .image img {
  max-width: 200px;
}
@media all and (max-width: 1200px) {
  .checkout .current-items .item .image {
    margin-right: 30px;
    min-width: 150px;
  }
  .checkout .current-items .item .image img {
    width: 100%;
    height: auto;
  }
}
@media all and (max-width: 499px) {
  .checkout .current-items .item .image {
    flex: 100%;
    margin-right: 0px;
  }
}
.checkout .current-items .item .image img {
  display: block;
}
.checkout .current-items .item .info {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-right: 2px solid #e5e5e5;
  padding-right: 20px;
  max-width: 30%;
}
@media all and (max-width: 999px) {
  .checkout .current-items .item .info {
    max-width: 100%;
    border-right: 0px;
    flex: 1;
    padding-right: 0px;
  }
}
@media all and (max-width: 499px) {
  .checkout .current-items .item .info {
    flex: 100%;
  }
}
.checkout .current-items .item .info h3 {
  color: #000;
}
.checkout .current-items .item .info .atts {
  display: flex;
  margin-top: 20px;
}
@media all and (max-width: 1200px) {
  .checkout .current-items .item .info .atts {
    flex-direction: column;
  }
}
.checkout .current-items .item .info .atts .block {
  display: flex;
  flex-direction: column;
  flex: 1;
}
@media all and (max-width: 1200px) {
  .checkout .current-items .item .info .atts .block {
    margin-bottom: 10px;
  }
}
.checkout .current-items .item .info .atts .block strong {
  color: #000;
}
.checkout .current-items .item .item-wrapper {
  display: flex;
  flex: 1;
}
@media all and (max-width: 999px) {
  .checkout .current-items .item .item-wrapper {
    margin-top: 30px;
    flex: 100%;
  }
}
@media all and (max-width: 699px) {
  .checkout .current-items .item .item-wrapper {
    flex-wrap: wrap;
    border-top: 2px solid #e5e5e5;
    padding-top: 20px;
  }
}
.checkout .current-items .item .remove {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media all and (max-width: 699px) {
  .checkout .current-items .item .remove {
    flex: 100%;
    margin-top: 20px;
  }
}
.checkout .current-items .item .remove a {
  background: rgba(0, 0, 0, 0.1);
  padding: 15px 30px;
  display: flex;
  align-items: center;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 0.8em;
}
@media all and (max-width: 1200px) {
  .checkout .current-items .item .remove a {
    padding: 10px 20px;
  }
}
@media all and (max-width: 999px) {
  .checkout .current-items .item .remove a {
    width: 100%;
    align-items: center;
    justify-content: center;
  }
}
.checkout .current-items .item .remove a:hover {
  background: #000;
  color: white;
}
.checkout .current-items .item .remove a i {
  margin-left: 10px;
}
.checkout .current-items .item .quantity {
  display: flex;
  flex-direction: column;
  padding-right: 30px;
  justify-content: center;
  border-right: 2px solid #e5e5e5;
}
@media all and (max-width: 699px) {
  .checkout .current-items .item .quantity {
    border-right: 0;
  }
}
@media all and (max-width: 499px) {
  .checkout .current-items .item .quantity {
    flex: 100%;
    padding-right: 0px;
    margin: 20px 0px;
  }
}
.checkout .current-items .item .quantity .title {
  font-size: 1.1em;
  text-align: center;
}
.checkout .current-items .item .quantity .qty-picker {
  display: flex;
  justify-content: center;
  float: left;
  width: 100%;
  margin-top: 20px;
}
.checkout .current-items .item .quantity .qty-picker input {
  max-width: 50px;
  text-align: center;
  background: white;
  border: 2px solid #e5e5e5;
}
.checkout .current-items .item .quantity .qty-picker button {
  padding: 0px 15px;
  height: 40px;
  background: #FFFFFF;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0px;
  outline: none;
  cursor: pointer;
}
.checkout .current-items .item .quantity .qty-picker button:hover {
  background: #000;
  color: white;
}
.checkout .current-items .item .values {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  align-items: center;
  justify-content: center;
  border-right: 2px solid #e5e5e5;
  margin-right: 30px;
  padding: 0px 20px;
}
@media all and (max-width: 699px) {
  .checkout .current-items .item .values {
    border-right: 0;
  }
}
@media all and (max-width: 1200px) {
  .checkout .current-items .item .values {
    margin-right: 10px;
  }
}
.checkout .current-items .item .values .title {
  font-size: 1.1em;
}
.checkout .current-items .item .values .value {
  color: #000;
  font-weight: 900;
  font-size: 1.2em;
  margin: 3px 0px;
}
.checkout .current-items .item .values .min {
  font-size: 0.9em;
}
.checkout .user-info {
  float: left;
  width: 100%;
  margin-top: 50px;
}
.checkout .user-info form {
  display: flex;
  flex-wrap: wrap;
}
@media all and (max-width: 999px) {
  .checkout .user-info {
    flex-direction: column;
  }
}
.checkout .user-info .action {
  flex: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 2px solid #f1f1f1;
  margin-top: 30px;
  padding-top: 30px;
}
.checkout .user-info .action .newsletter-check {
  display: flex;
  align-items: center;
}
.checkout .user-info .action .newsletter-check input {
  margin-right: 5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  border: 2px solid #e5e5e5;
  background: white;
  outline: none;
  cursor: pointer;
}
.checkout .user-info .action .newsletter-check input:checked {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAMCAYAAAC0qUeeAAAABGdBTUEAALGPC/xhBQAAAC1JREFUKBVjZGBgOAbERAFGoKr/RKkEKmIiViFI3ahi5NCiXWiAYtAS2Sp8bACqQwIUhvljVAAAAABJRU5ErkJggg==") center center no-repeat;
}
.checkout .user-info .action button {
  background: #000;
  color: white;
  border: 0px;
  padding: 15px 30px;
  font-weight: 900;
  cursor: pointer;
}
.checkout .user-info .action button:hover {
  opacity: 0.8;
}
.checkout .user-info .action button i {
  font-size: 0.8em;
  margin-left: 10px;
  display: inline-block;
  margin-top: 4px;
}
.checkout .user-info .col {
  flex: 1;
  margin-right: 50px;
}
@media all and (max-width: 999px) {
  .checkout .user-info .col {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.checkout .user-info .col .form-view {
  float: left;
  width: 100%;
}
@supports (display: grid) {
  .checkout .user-info .col .form-view {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 30px;
  }
  @media all and (max-width: 699px) {
    .checkout .user-info .col .form-view {
      grid-template-columns: repeat(1, 1fr);
    }
  }
}
.checkout .user-info .col .form-view .form-group {
  display: flex;
  flex-direction: column;
}
.checkout .user-info .col .form-view .form-group label {
  font-weight: bold;
  color: #000;
  margin-bottom: 4px;
}
.checkout .user-info .col .form-view .form-group input[type=text], .checkout .user-info .col .form-view .form-group input[type=password], .checkout .user-info .col .form-view .form-group select, .checkout .user-info .col .form-view .form-group textarea {
  border: 2px solid #e5e5e5;
  padding: 15px;
  outline: none;
}
.checkout .user-info .col .form-view .form-group select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAASCAYAAABIB77kAAAABGdBTUEAALGPC/xhBQAAANFJREFUOBHtkj8LwjAUxM+K8c/iII6KaxHE0e//CVydHVTERbBCReI7YrAJmkbtmAclDe/lftwlQKqUwJcJtIHOCsimQH4Ajvf68/2JzMiZwRkoi/p5dyIDNL8RsBGRuXLb/o6wcinzXaCl/W7MXhzS2WksIkOz5rv3Ti2MsmoNXPYxAH9GgIyRkBDUh123vlDsXoCsELQ5GElP4Ceokv5twa6J8XdnRkNu3v68Vj4cPiDeqS3e2f8wqlUcWvFqvOg15cyqB1Yt7mcCTJUScBN4AEEsSUubcaOYAAAAAElFTkSuQmCC") right center no-repeat white;
}
.checkout .user-info .col .form-view .form-group.full {
  grid-column-start: 1;
  grid-column-end: 3;
}
.checkout .user-info .col h3 {
  color: #000;
  font-size: 2em;
}
.checkout .user-info .col:last-child {
  margin-right: 0;
}

.depoimentos-page {
  float: left;
  width: 100%;
}
@supports (display: grid) {
  .depoimentos-page {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
  }
  @media all and (max-width: 999px) {
    .depoimentos-page {
      grid-template-columns: repeat(2, 1fr);
    }
  }
  @media all and (max-width: 699px) {
    .depoimentos-page {
      grid-template-columns: repeat(1, 1fr);
    }
  }
}
.depoimentos-page .item {
  background: url("../images/test-bkg.png") left top no-repeat #f1f1f1;
  padding: 40px;
  display: flex;
  flex-direction: column;
}
.depoimentos-page .item p {
  line-height: 1.4;
}
.depoimentos-page .item strong {
  color: #000;
}

/*# sourceMappingURL=base.css.map */
