/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
button,
hr,
input {
  overflow: visible;
}
.btn.btn-blue,
button,
select {
  text-transform: none;
}
img,
legend {
  max-width: 100%;
}
progress,
sub,
sup {
  vertical-align: baseline;
}
[type="checkbox"],
[type="radio"],
legend {
  box-sizing: border-box;
  padding: 0;
}
[hidden],
object[type*="gas-events"],
template {
  display: none;
}
.flex-column,
.flex-row {
  -webkit-box-direction: normal !important;
}
.btn.btn-play::before,
.clearfix:after,
.clearfix:before,
.embed-responsive::before {
  content: "";
}
.btn div span,
.btn.btn-white span {
  -webkit-text-fill-color: transparent;
}
.bar-promo,
.btn {
  text-align: center;
}
.bar-promo,
.bar-promo span,
a,
del,
h1,
h2,
h3,
h4,
input,
label,
li,
option,
p,
select,
span,
table,
textarea {
  letter-spacing: 0;
}
html {
  line-height: 1.15;
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
details,
main {
  display: block;
}
hr {
  box-sizing: content-box;
  height: 0;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
  height: auto;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
  outline: ButtonText dotted 1px;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  color: inherit;
  display: table;
  white-space: normal;
}
textarea {
  overflow: auto;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
summary {
  display: list-item;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
body {
  margin: 0;
  font-size: 1.4rem;
}
div,
h1,
h2,
h3,
h4,
img,
li,
p,
ul {
  margin: 0;
  padding: 0;
}
.container,
.container-fluid {
  padding-right: 12px;
  padding-left: 12px;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}
a,
a:active,
a:hover,
a:link,
a:visited {
  text-decoration: none;
}
li,
ul {
  list-style: none;
}
.clearfix:after,
.clearfix:before {
  display: table;
  line-height: 0;
  clear: both;
}
.clearfix:after {
  clear: both;
}
@-ms-viewport {
  width: device-width;
}
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
  font-family: Montserrat, sans-serif;
  font-size: 62.5%;
}
.embed-responsive,
.icon-chat a,
.overflow-hidden {
  overflow: hidden;
}
*,
::after,
::before {
  box-sizing: inherit;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1300px;
  }
}
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -6px;
  margin-left: -6px;
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
}
.embed-responsive::before {
  display: block;
}
.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive-21by9::before {
  padding-top: 42.857143%;
}
.embed-responsive-16by9::before {
  padding-top: 56.25%;
}
.embed-responsive-4by3::before {
  padding-top: 75%;
}
.embed-responsive-1by1::before {
  padding-top: 100%;
}
.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 6px;
  padding-left: 6px;
}
.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.col-1,
.col-auto {
  -webkit-box-flex: 0;
}
.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}
.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}
.col-2,
.col-3 {
  -webkit-box-flex: 0;
}
.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}
.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4,
.col-5 {
  -webkit-box-flex: 0;
}
.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}
.col-6,
.col-7 {
  -webkit-box-flex: 0;
}
.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}
.col-8,
.col-9 {
  -webkit-box-flex: 0;
}
.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}
.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10,
.col-11 {
  -webkit-box-flex: 0;
}
.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}
.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}
.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.order-first {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}
.order-last {
  -webkit-box-ordinal-group: 14;
  -ms-flex-order: 13;
  order: 13;
}
.order-0 {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
}
.order-1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.order-2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.order-3 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}
.order-4 {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
}
.order-5 {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
}
.order-6 {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6;
}
.order-7 {
  -webkit-box-ordinal-group: 8;
  -ms-flex-order: 7;
  order: 7;
}
.order-8 {
  -webkit-box-ordinal-group: 9;
  -ms-flex-order: 8;
  order: 8;
}
.order-9 {
  -webkit-box-ordinal-group: 10;
  -ms-flex-order: 9;
  order: 9;
}
.order-10 {
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10;
}
.order-11 {
  -webkit-box-ordinal-group: 12;
  -ms-flex-order: 11;
  order: 11;
}
.order-12 {
  -webkit-box-ordinal-group: 13;
  -ms-flex-order: 12;
  order: 12;
}
.offset-1 {
  margin-left: 8.333333%;
}
.offset-2 {
  margin-left: 16.666667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.333333%;
}
.offset-5 {
  margin-left: 41.666667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.333333%;
}
.offset-8 {
  margin-left: 66.666667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.333333%;
}
.offset-11 {
  margin-left: 91.666667%;
}
@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 768px) {
  .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -12px;
    margin-left: -12px;
  }
  .col,
  .col-1,
  .col-10,
  .col-11,
  .col-12,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-auto,
  .col-lg,
  .col-lg-1,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-auto,
  .col-md,
  .col-md-1,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-auto,
  .col-sm,
  .col-sm-1,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-auto,
  .col-xl,
  .col-xl-1,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12,
  .col-xl-2,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9,
  .col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 12px;
    padding-left: 12px;
  }
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}
.d-none {
  display: none !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-table {
  display: table !important;
}
.d-table-row {
  display: table-row !important;
}
.d-table-cell {
  display: table-cell !important;
}
.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}
@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
.btn,
.btn div {
  display: block;
}
.flex-row {
  -webkit-box-orient: horizontal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}
.flex-column {
  -webkit-box-orient: vertical !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}
.flex-column-reverse,
.flex-row-reverse {
  -webkit-box-direction: reverse !important;
}
.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}
.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}
.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}
.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}
.justify-content-start {
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}
.justify-content-end {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}
.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
.justify-content-between {
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}
.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}
.align-items-start {
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}
.align-items-end {
  -webkit-box-align: end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}
.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}
.align-items-baseline {
  -webkit-box-align: baseline !important;
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}
.align-items-stretch {
  -webkit-box-align: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}
.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}
.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}
.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}
.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}
.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}
.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}
.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}
.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}
.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}
.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}
.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}
.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}
@media (min-width: 576px) {
  .flex-sm-column,
  .flex-sm-row {
    -webkit-box-direction: normal !important;
  }
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-column,
  .flex-md-row {
    -webkit-box-direction: normal !important;
  }
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-column,
  .flex-lg-row {
    -webkit-box-direction: normal !important;
  }
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-column,
  .flex-xl-row {
    -webkit-box-direction: normal !important;
  }
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
::-webkit-scrollbar {
  width: 8px;
}
::-webkit-scrollbar-track {
  background: #e9e9e9;
}
::-webkit-scrollbar-thumb {
  background: #9e9e9e;
}
::-webkit-scrollbar-thumb:hover {
  background: #5a5a5a;
}
strong {
  font-weight: 700;
}
p {
  font-size: 1.4rem;
}
h1 {
  font-size: 4rem;
}
h2,
h3,
h4 {
  font-size: 1.8rem;
  font-weight: 400;
  color: #5a5a5a;
  line-height: 120%;
}
@media only screen and (min-width: 768px) {
  h2 {
    font-size: 2.2rem;
  }
}
@media only screen and (min-width: 1260px) {
  h2 {
    font-size: 2.6rem;
  }
}
@media only screen and (min-width: 1600px) {
  h2 {
    font-size: 3.2rem;
  }
}
@media only screen and (min-width: 768px) {
  h3 {
    font-size: 2.2rem;
  }
}
@media only screen and (min-width: 1260px) {
  h3 {
    font-size: 2.6rem;
  }
}
@media only screen and (min-width: 1600px) {
  h3 {
    font-size: 3.2rem;
  }
}
@media only screen and (min-width: 768px) {
  h4 {
    font-size: 2.1rem;
  }
}
@media only screen and (min-width: 1260px) {
  h4 {
    font-size: 2.4rem;
  }
}
@media only screen and (min-width: 1600px) {
  h4 {
    font-size: 2.8rem;
  }
}
svg {
  pointer-events: none;
}
.clear {
  clear: both;
}
.btn {
  width: 100%;
  padding: 3px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  position: relative;
  cursor: pointer;
  background-color: #009fe3 1%;
  background-image: -webkit-linear-gradient(45deg, #009fe3 1%, #fcea10 100%);
  background-image: -moz-linear-gradient(45deg, #009fe3 1%, #fcea10 100%);
  background-image: -ms-linear-gradient(45deg, #009fe3 1%, #fcea10 100%);
  background-image: -o-linear-gradient(45deg, #009fe3 1%, #fcea10 100%);
  background-position: center;
  background-size: 100% auto;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -ms-transition: 0.6s;
  -o-transition: 0.6s;
}
.btn div {
  background: #fff;
  padding: 10px;
  font-size: 1.3rem;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
@media only screen and (min-width: 576px) {
  .btn div {
    padding: 12px;
    font-size: 1.3rem;
  }
}
@media only screen and (min-width: 1260px) {
  .btn div {
    padding: 14px;
    font-size: 1.4rem;
  }
}
.btn div span {
  background-color: #009fe3 1%;
  background-image: -webkit-linear-gradient(45deg, #009fe3 1%, #fcea10 100%);
  background-image: -moz-linear-gradient(45deg, #009fe3 1%, #fcea10 100%);
  background-image: -ms-linear-gradient(45deg, #009fe3 1%, #fcea10 100%);
  background-image: -o-linear-gradient(45deg, #009fe3 1%, #fcea10 100%);
  background-position: -20px;
  background-size: 200% auto;
  font-weight: 500;
  -webkit-background-clip: text;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
.btn.btn-full {
  padding: 14px 18px;
}
.btn.btn-vermais div {
  padding: 14px 36px;
  background: #e9e9e9;
}
.btn.btn-vermais div span svg {
  fill: #88c771;
  width: 12px;
  margin-left: 4px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.btn.btn-play {
  padding: 12px 10px 12px 26px;
}
.btn.btn-play::before {
  display: block;
  position: absolute;
  z-index: 1;
  left: 25px;
  top: 34%;
  width: 0;
  height: 0;
  border: 0 solid transparent;
  border-bottom-width: 6px;
  border-top-width: 6px;
  border-left: 10px solid #fff;
}
@media only screen and (min-width: 1260px) {
  .btn.btn-play {
    padding: 12px 20px 12px 36px;
  }
  .btn.btn-play::before {
    top: 36%;
    left: 32px;
  }
}
.btn.btn-white {
  background: #fff;
  -webkit-text-shadow: none;
  -moz-text-shadow: none;
  text-shadow: none;
}
.btn.btn-white span {
  background-color: #009fe3 1%;
  background-image: -webkit-linear-gradient(45deg, #009fe3 1%, #fcea10 100%);
  background-image: -moz-linear-gradient(45deg, #009fe3 1%, #fcea10 100%);
  background-image: -ms-linear-gradient(45deg, #009fe3 1%, #fcea10 100%);
  background-image: -o-linear-gradient(45deg, #009fe3 1%, #fcea10 100%);
  background-position: -20px;
  background-size: 200% auto;
  font-weight: 500;
  -webkit-background-clip: text;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
.btn.btn-white::before {
  border-left: 10px solid #009ee2;
}
.btn.btn-grey {
  background-color: #9e9e9e 1%;
  background-image: -webkit-linear-gradient(45deg, #9e9e9e 1%, #ccc 100%);
  background-image: -moz-linear-gradient(45deg, #9e9e9e 1%, #ccc 100%);
  background-image: -ms-linear-gradient(45deg, #9e9e9e 1%, #ccc 100%);
  background-image: -o-linear-gradient(45deg, #9e9e9e 1%, #ccc 100%);
}
.btn.btn-grey div span {
  background-color: grey 1%;
  background-image: -webkit-linear-gradient(45deg, grey 1%, grey 100%);
  background-image: -moz-linear-gradient(45deg, grey 1%, grey 100%);
  background-image: -ms-linear-gradient(45deg, grey 1%, grey 100%);
  background-image: -o-linear-gradient(45deg, grey 1%, grey 100%);
}
.btn.btn-blue {
  background: #009ee2;
  display: inline-block;
  width: max-content;
  padding: 14px 32px;
}
.btn.btn-blue:hover {
  background: #007aaf;
}
.btn.btn-blue:active {
  background: #fff;
  color: #009ee2;
  border: 1px solid #009ee2;
}
.btn:hover {
  background-size: 350% auto;
  background-position: 0;
}
.btn:hover div span {
  background-size: 400% auto;
  background-position: left center;
}
.btn:hover div span svg {
  fill: #009ee2;
}
#ajaxBusy {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  height: 1px;
  width: 1px;
}
.bar-promo {
  background: #000;
  color: #fff;
  font-weight: 400;
  font-size: 1.2rem;
}
.bar-promo span {
  font-weight: 700;
  display: block;
}
@media only screen and (min-width: 768px) {
  .bar-promo {
    font-size: 1.4rem;
  }
  .bar-promo span {
    display: inline;
  }
}
.bar-promo a {
  padding: 6px;
  color: #fff;
  display: block;
}
body {
  background: #e9e9e9;
}
body header.header-principal {
  background: #fff;
  position: relative;
  height: 56px;
  z-index: 22;
  padding: 12px;
}
@media only screen and (min-width: 1260px) {
  body header.header-principal {
    padding: 11px 0;
    height: 72px;
  }
  body header.header-principal .menu-hamburguer {
    display: none;
  }
}
body header.header-principal .welcome {
  display: none;
}
body header.header-principal .menu-hamburguer {
  position: absolute;
  width: 49px;
  height: 49px;
  top: 4px;
  left: 4px;
  cursor: pointer;
}
body header.header-principal .menu-hamburguer .hamburger {
  width: 18px;
  height: 1px;
  background: #9e9e9e;
  display: block;
  position: absolute;
  top: calc(50% - 1px);
  left: calc(50% - 9px);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
body header.header-principal .menu-hamburguer .hamburger::after,
body header.header-principal .menu-hamburguer .hamburger::before {
  content: "";
  width: 18px;
  height: 1px;
  background: #9e9e9e;
  position: absolute;
  margin-top: -6px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
body header.header-principal .menu-hamburguer .hamburger::after {
  margin-top: 6px;
}
body header.header-principal .menu-hamburguer.active .hamburger {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}
body header.header-principal .menu-hamburguer.active .hamburger::after,
body header.header-principal .menu-hamburguer.active .hamburger::before {
  margin: 0;
}
body header.header-principal .menu-hamburguer.active .hamburger::after {
  margin: 0;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}
body header.header-principal .logo {
  display: inline-block;
  margin-top: 4px;
  width: 130px;
}
@media only screen and (max-width: 1259px) {
  body header.header-principal .logo {
    margin-left: calc(50% - 5px);
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
  }
  body header.header-principal .logo h1 {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 1260px) {
  body header.header-principal .logo {
    margin: 8px 0 0;
    float: left;
    width: 184px;
    height: 38px;
  }
  @-webkit-keyframes play {
    100% {
      background-position: 0 -1983px;
    }
  }
  @keyframes play {
    100% {
      background-position: 0 -1983px;
    }
  }
  @-webkit-keyframes hoverPlay {
    100% {
      background-position: 0 -1983px;
    }
  }
  @keyframes hoverPlay {
    100% {
      background-position: 0 -2432px;
    }
  }
  @-webkit-keyframes play {
    100% {
      background-position: 0 -2432px;
    }
  }
  @keyframes play {
    100% {
      background-position: 0 -2432px;
    }
  }
  @-webkit-keyframes hoverPlay {
    100% {
      background-position: 0 -2432px;
    }
  }
}
body header.header-principal .logo .logo-ani {
  display: none;
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 1260px) {
  body header.header-principal .logo .logo-ani {
    display: block;
  }
}
body header.header-principal .logo .logo-ani.animating {
  display: none;
  background: url(../arquivos/logo-motion.png) top center no-repeat;
  background-size: 150px;
  -webkit-animation: play 2.6s steps(64) 0.6s forwards;
  animation: play 2.6s steps(64) 0.6s forwards;
}
body header.header-principal .logo .logo-ani.hoverPlay {
  -webkit-animation: hoverPlay 2.6s steps(64) forwards;
  animation: hoverPlay 2.6s steps(64) forwards;
}
body header.header-principal .logo .logo-ani.stoppedAnimation {
  background-position: 0 -1983px;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}
@media only screen and (min-width: 1200px) {
  body header.header-principal .logo .logo-ani.stoppedAnimation {
    background-position: 0 -2432px;
  }
}
@media only screen and (min-width: 1600px) {
  body header.header-principal .logo .logo-ani.stoppedAnimation {
    background-position: 0 -2432px;
  }
}
@media only screen and (min-width: 1260px) {
  body header.header-principal .logo .logo-ani.animating {
    background-size: 184px;
    display: block;
  }
  body header.header-principal .logo .logo-img {
    display: none;
  }
  body header.header-principal .main-menu {
    margin-left: 26px;
    margin-top: 10px;
    float: left;
  }
}
@media only screen and (min-width: 1200px) {
  body header.header-principal .main-menu {
    margin-left: 154px;
  }
}
@media only screen and (min-width: 1600px) {
  body header.header-principal .main-menu {
    margin-left: 140px;
  }
}
body header.header-principal .main-menu .box-search-mobile {
  display: none;
}
@media only screen and (max-width: 1259px) {
  body header.header-principal .main-menu {
    background: #fff;
    border-bottom: 2px solid #e9e9e9;
    left: -100%;
    position: absolute;
    top: 56px;
    z-index: 1;
    width: 100%;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
  }
  body header.header-principal .main-menu.active {
    left: 0;
  }
  body header.header-principal .main-menu .box-search-mobile {
    padding: 12px 0;
    display: block;
  }
  body header.header-principal .main-menu .box-search-mobile .busca {
    border: none;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 50px;
    text-align: center;
  }
  body header.header-principal .main-menu .box-search-mobile .busca label,
  body header.header-principal .main-menu .box-search-mobile .busca legend,
  body header.header-principal .main-menu .box-search-mobile .busca select {
    display: none;
  }
  body
    header.header-principal
    .main-menu
    .box-search-mobile
    .busca
    input[type="text"] {
    background: #f8f8f8;
    border: none;
    border-bottom: 2px solid #e9e9e9;
    color: #5a5a5a;
    display: inline;
    font-size: 1.4rem;
    width: 76%;
    max-width: 360px;
    outline: 0;
    padding: 12px 8px;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -ms-transition: 0.6s;
    -o-transition: 0.6s;
  }
  body
    header.header-principal
    .main-menu
    .box-search-mobile
    .busca
    input[type="text"]:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px #f8f8f8 inset;
    -moz-box-shadow: 0 0 0 1000px #f8f8f8 inset;
    box-shadow: 0 0 0 1000px #f8f8f8 inset;
    -webkit-text-fill-color: #5a5a5a !important;
    font-family: Montserrat, sans-serif;
  }
  body
    header.header-principal
    .main-menu
    .box-search-mobile
    .busca
    input[type="button"] {
    background-color: #88c771;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 55.7 55.7'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23FFFFFF;%7D%0A%3C/style%3E%3Cpath class='st0' d='M54.8 50.6L44.6 40.4C48.1 35.9 50 30.5 50 25 50 11.2 38.8 0 25 0S0 11.2 0 25s11.2 25 25 25c5.6 0 11.1-1.9 15.4-5.4l10.2 10.2c0.6 0.6 1.3 0.9 2.1 0.9 0.8 0 1.5-0.3 2.1-0.9C56 53.6 56 51.8 54.8 50.6zM25 44.1c-10.5 0-19-8.5-19-19s8.5-19 19-19 19 8.5 19 19S35.5 44.1 25 44.1z'/%3E%3C/svg%3E%0A");
    background-size: 18px;
    background-repeat: no-repeat;
    background-position: center;
    outline: 0;
    border: none;
    display: inline;
    text-indent: -9999px;
    width: 40px;
    height: 40px;
    margin-left: 6px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
  }
}
body header.header-principal .main-menu ul > li > a {
  font-size: 1.3rem;
  display: inline-block;
  padding: 16px 20px;
  color: #9e9e9e;
  position: relative;
  text-transform: uppercase;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
body header.header-principal .main-menu ul > li.active > a,
body header.header-principal .main-menu ul > li > a:hover {
  color: #5a5a5a;
}
@media only screen and (max-width: 1259px) {
  body header.header-principal .main-menu ul > li > a {
    display: block;
    border-bottom: 1px solid #e9e9e9;
  }
  body header.header-principal .main-menu ul > li > a::after,
  body header.header-principal .main-menu ul > li > a::before {
    content: "";
    width: 10px;
    height: 2px;
    background: #9e9e9e;
    position: absolute;
    top: 50%;
    right: 28px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
  }
  body header.header-principal .main-menu ul > li > a::before {
    right: 22px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
  }
  body header.header-principal .main-menu ul > li.active > a {
    border-bottom: 1px solid transparent;
  }
}
body header.header-principal .main-menu ul > li .sub-menu .row:hover .item,
body header.header-principal .main-menu ul > li .sub-menu .ver-todos a,
body header.header-principal .main-menu ul > li > a.outlet,
body header.header-principal .user-options .search a,
body header.header-principal .user-options svg {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
@media only screen and (min-width: 1260px) {
  body header.header-principal .main-menu ul > li {
    float: left;
  }
  body header.header-principal .main-menu ul > li > a {
    padding: 8px 10px;
    font-size: 1.2rem;
  }
  body header.header-principal .main-menu ul > li.tutorials {
    margin-left: 24px;
  }
}
@media only screen and (min-width: 1600px) {
  body header.header-principal .main-menu ul > li > a {
    font-size: 1.3rem;
  }
}
body header.header-principal .main-menu ul > li > a.outlet {
  line-height: 70%;
  font-size: 1.5rem;
  text-transform: none;
  font-weight: 700;
  background-position: -20px;
  background-size: 200% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-color: #009fe3 1%;
  background-image: -webkit-linear-gradient(45deg, #009fe3 1%, #fcea10 90%);
  background-image: -moz-linear-gradient(45deg, #009fe3 1%, #fcea10 90%);
  background-image: -ms-linear-gradient(45deg, #009fe3 1%, #fcea10 90%);
  background-image: -o-linear-gradient(45deg, #009fe3 1%, #fcea10 90%);
  -webkit-transform: translate(0, 1px);
  -moz-transform: translate(0, 1px);
  -ms-transform: translate(0, 1px);
  -o-transform: translate(0, 1px);
}
@media only screen and (min-width: 1600px) {
  body header.header-principal .main-menu ul > li > a.outlet {
    line-height: 80%;
    font-size: 1.6rem;
  }
}
body header.header-principal .main-menu ul > li > a.outlet:hover {
  background-color: #009fe3 60%;
  background-image: -webkit-linear-gradient(45deg, #009fe3 60%, #fcea10 100%);
  background-image: -moz-linear-gradient(45deg, #009fe3 60%, #fcea10 100%);
  background-image: -ms-linear-gradient(45deg, #009fe3 60%, #fcea10 100%);
  background-image: -o-linear-gradient(45deg, #009fe3 60%, #fcea10 100%);
  background-size: 400% auto;
  background-position: left center;
}
body header.header-principal .main-menu ul > li.active > a::after {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
}
body header.header-principal .main-menu ul > li.active > a::before {
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
}
body header.header-principal .main-menu ul > li.tutorials {
  position: relative;
}
body header.header-principal .main-menu ul > li.tutorials a {
  color: #009ee2;
}
@media only screen and (max-width: 1259px) {
  body header.header-principal .main-menu ul > li.tutorials a {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 0;
  }
}
@media only screen and (min-width: 1260px) {
  body header.header-principal .main-menu ul > li.tutorials a {
    display: block;
    padding: 2px;
  }
}
body header.header-principal .main-menu ul > li.tutorials a::after,
body header.header-principal .main-menu ul > li.tutorials a::before {
  display: none;
}
body header.header-principal .main-menu ul > li .sub-menu {
  overflow: hidden;
  background: #fff;
  display: none;
  width: 100%;
  top: 70px;
  border-bottom: 1px solid #e9e9e9;
}
@media only screen and (max-width: 1259px) {
  body header.header-principal .main-menu ul > li.tutorials a div {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    text-align: left;
    padding: 16px 20px;
  }
  body header.header-principal .main-menu ul > li.tutorials a div span {
    text-align: left;
  }
  body header.header-principal .main-menu ul > li.no-arrow > a::after,
  body header.header-principal .main-menu ul > li.no-arrow > a::before {
    display: none;
  }
  body header.header-principal .main-menu ul > li .sub-menu {
    background: #f8f8f8;
    border-bottom: 0;
  }
}
@media only screen and (min-width: 1260px) {
  body header.header-principal .main-menu ul > li.tutorials a div {
    padding: 6px 18px;
  }
  body header.header-principal .main-menu ul > li.tutorials a div span {
    font-size: 1.2rem;
  }
  body header.header-principal .main-menu ul > li .sub-menu {
    border-top: 2px solid #e9e9e9;
    position: absolute;
    left: 0;
    padding: 34px 0 32px;
  }
  body header.header-principal .main-menu ul > li .sub-menu .row:hover .item {
    opacity: 0.65;
  }
}
body header.header-principal .main-menu ul > li .sub-menu .title {
  font-size: 1.6rem;
  font-weight: 500;
  height: 18px;
  color: #5a5a5a;
}
@media only screen and (max-width: 1259px) {
  body
    header.header-principal
    .main-menu
    ul
    > li
    .sub-menu
    .row
    > div:last-child
    a:last-child {
    padding-bottom: 12px;
  }
  body header.header-principal .main-menu ul > li .sub-menu .container {
    max-width: 100%;
    padding: 0;
  }
  body header.header-principal .main-menu ul > li .sub-menu .title {
    display: none;
  }
  body header.header-principal .user-options {
    right: 4px;
  }
}
body header.header-principal .main-menu ul > li .sub-menu .item {
  padding: 12px 20px 10px;
  display: flex;
  font-size: 1.4rem;
}
body header.header-principal .main-menu ul > li .sub-menu .item:hover {
  opacity: 1 !important;
}
body header.header-principal .main-menu ul > li .sub-menu .item .thumb img {
  width: 42px;
  display: block;
}
@media only screen and (min-width: 1260px) {
  body header.header-principal .main-menu ul > li .sub-menu .item {
    padding: 0;
    margin-top: 16px;
    opacity: 1;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
  }
  body header.header-principal .main-menu ul > li .sub-menu .item .thumb img {
    width: 72px;
  }
}
@media only screen and (min-width: 1600px) {
  body header.header-principal .main-menu ul > li .sub-menu .item .thumb img {
    width: 80px;
  }
}
body header.header-principal .main-menu ul > li .sub-menu .item .name {
  color: #5a5a5a;
  padding-left: 16px;
  padding-top: 4px;
  font-size: 1.4rem;
  letter-spacing: 0.06rem;
  width: 82%;
}
body header.header-principal .main-menu ul > li .sub-menu .item .name span {
  display: block;
  color: #009ee2;
  margin-top: 4px;
  font-size: 1.2rem;
  letter-spacing: 0.06rem;
}
@media only screen and (min-width: 1600px) {
  body header.header-principal .main-menu ul > li .sub-menu .item .name span {
    font-size: 1.4rem;
  }
}
body header.header-principal .main-menu ul > li .sub-menu .item::after {
  clear: both;
  content: "";
  display: block;
}
body header.header-principal .main-menu ul > li .sub-menu .ver-todos {
  border: 1px solid #e9e9e9;
  text-align: center;
}
@media only screen and (min-width: 1260px) {
  body header.header-principal .main-menu ul > li .sub-menu .item .name {
    width: 178px;
    padding-top: 16px;
  }
  body header.header-principal .main-menu ul > li .sub-menu .ver-todos {
    margin-top: 64px;
    padding: 6px 0;
  }
}
body header.header-principal .main-menu ul > li .sub-menu .ver-todos a {
  color: #009ee2;
  display: block;
  font-weight: 400;
  font-size: 1.4rem;
  padding: 13px 0 16px;
}
body header.header-principal .main-menu ul > li .sub-menu .ver-todos:hover {
  border: 1px solid #ccc;
}
@media only screen and (min-width: 1260px) {
  body header.header-principal .main-menu ul > li .sub-menu .ver-todos a {
    padding: 8px 36px;
  }
  body header.header-principal .main-menu ul > li .itens-submenu {
    margin-top: 24px;
    padding: 0;
    width: 85%;
  }
}
body header.header-principal .main-menu ul > li .itens-submenu > li {
  float: none;
}
body header.header-principal .main-menu ul > li .itens-submenu > li a {
  text-transform: none;
  font-size: 1.4rem;
  padding: 16px 20px;
}
body header.header-principal .main-menu ul > li .itens-submenu > li a span {
  display: none;
}
@media only screen and (min-width: 1260px) {
  body header.header-principal .main-menu ul > li .itens-submenu > li a {
    margin-bottom: 4px;
    padding: 8px 0;
  }
  body header.header-principal .main-menu ul > li .itens-submenu > li a:hover {
    color: #414141;
  }
  body header.header-principal .main-menu ul > li .itens-submenu > li a span {
    display: inline;
  }
}
body
  header.header-principal
  .main-menu
  ul
  > li
  .itens-submenu
  > li
  a
  > .selo-lancamento {
  margin: 0 6px 0 0;
  display: inline-block;
  width: auto;
  -webkit-transform: translate(0, -1px);
  -moz-transform: translate(0, -1px);
  -ms-transform: translate(0, -1px);
  -o-transform: translate(0, -1px);
}
@media only screen and (min-width: 768px) {
  body
    header.header-principal
    .main-menu
    ul
    > li
    .itens-submenu
    > li
    a
    > .selo-lancamento {
    display: inline-block;
  }
}
body header.header-principal .main-menu ul > li .itens-submenu > li a.active {
  color: #414141;
}
body
  header.header-principal
  .main-menu
  ul
  > li
  .itens-submenu
  > li
  a.active::after {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
}
body
  header.header-principal
  .main-menu
  ul
  > li
  .itens-submenu
  > li
  a.active::before {
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
}
body
  header.header-principal
  .main-menu
  ul
  > li
  .itens-submenu
  > li:last-child
  a {
  border: none;
}
body header.header-principal .main-menu ul > li .sub-menu-desktop {
  position: relative;
}
@media only screen and (min-width: 1260px) {
  body header.header-principal .main-menu ul > li .sub-menu-desktop::before {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    position: absolute;
    background: #e9e9e9;
    left: -6%;
  }
}
body header.header-principal .main-menu ul > li .sub-menu-produtos {
  display: none;
}
body header.header-principal .main-menu ul > li .sub-menu-produtos.active {
  display: block;
}
body header.header-principal .main-menu .secundary-menu {
  background: #fff;
  padding: 16px 0;
}
body
  header.header-principal
  .main-menu
  .secundary-menu
  .usuario-deslogado-mobile,
body header.header-principal .main-menu .secundary-menu .usuario-logado-mobile {
  display: none;
}
@media only screen and (min-width: 1260px) {
  body header.header-principal .main-menu .secundary-menu {
    display: none;
  }
}
body header.header-principal .main-menu .secundary-menu a {
  padding: 10px 20px;
  display: block;
  line-height: 2.1rem;
  text-transform: uppercase;
  font-size: 1.3rem;
  color: #5a5a5a;
}
body header.header-principal .main-menu .secundary-menu a::after {
  clear: both;
  content: "";
  display: block;
}
body header.header-principal .main-menu .secundary-menu a svg {
  height: 20px;
  float: left;
  margin-right: 16px;
  fill: #5a5a5a;
}
body header.header-principal .user-options {
  position: absolute;
  top: 4px;
}
@media only screen and (min-width: 1260px) {
  body header.header-principal .user-options {
    top: auto;
    left: auto;
    position: relative;
    float: right;
  }
}
body header.header-principal .user-options svg {
  height: 20px;
  fill: #9e9e9e;
}
body header.header-principal .user-options .search a:hover svg,
body header.header-principal .user-options .user.active a svg {
  fill: #009ee2;
}
body header.header-principal .user-options a.btn-user-options {
  width: 49px;
  height: 49px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
body header.header-principal .user-options a.btn-user-options .item-carrinho {
  display: none;
  position: absolute;
  top: 13px;
  right: 10px;
  width: 10px;
  height: 10px;
  background: #009fe3 1%;
  background-image: -webkit-linear-gradient(45deg, #009fe3 1%, #fcea10 100%);
  background-image: -moz-linear-gradient(45deg, #009fe3 1%, #fcea10 100%);
  background-image: -ms-linear-gradient(45deg, #009fe3 1%, #fcea10 100%);
  background-image: -o-linear-gradient(45deg, #009fe3 1%, #fcea10 100%);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
body header.header-principal .user-options .search {
  display: none;
  float: left;
}
@media only screen and (min-width: 1260px) {
  body header.header-principal .user-options .search {
    display: block;
  }
}
body header.header-principal .user-options .box-search,
body header.header-principal .user-options .box-search fieldset label,
body header.header-principal .user-options .box-search fieldset legend,
body header.header-principal .user-options .box-search fieldset select {
  display: none;
}
body header.header-principal .user-options .box-search fieldset {
  border: none;
  padding: 0;
}
@media only screen and (min-width: 1260px) {
  body header.header-principal .user-options .box-search {
    display: block;
    background: #fff;
    width: 0;
    overflow: hidden;
    right: 150px;
    top: -9px;
    position: absolute;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
  }
}
body header.header-principal .user-options .user,
body header.header-principal .user-options.active .search a svg {
  display: none;
}
body header.header-principal .user-options .box-search .fulltext-search-box {
  border: none;
  border-bottom: 2px solid #e9e9e9;
  padding: 12px 8px;
  margin: 12px;
  font-size: 1.6rem;
  width: 100%;
  opacity: 0;
  outline: 0;
  color: #5a5a5a;
  background: #f8f8f8;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -ms-transition: 0.6s;
  -o-transition: 0.6s;
}
body
  header.header-principal
  .user-options
  .box-search
  .fulltext-search-box:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #f8f8f8 inset;
  -moz-box-shadow: 0 0 0 1000px #f8f8f8 inset;
  box-shadow: 0 0 0 1000px #f8f8f8 inset;
  -webkit-text-fill-color: #5a5a5a !important;
  font-family: Montserrat, sans-serif;
}
body header.header-principal .user-options .box-search .btn-buscar {
  border: none;
  background: #f8f8f8;
  color: #5a5a5a;
  font-size: 1.3rem;
  right: 4px;
  top: 14px;
  text-transform: uppercase;
  position: absolute;
  padding: 12px 18px;
  opacity: 0;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -ms-transition: 0.6s;
  -o-transition: 0.6s;
}
.input-text,
body header.header-principal .user-options .user .user-box .menu-logado a,
footer .form-cadastro-email h4 {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
body header.header-principal .user-options .box-search .btn-buscar:hover {
  background: #f0f0f0;
}
body header.header-principal .user-options.active .search a {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}
body header.header-principal .user-options.active .search a::after,
body header.header-principal .user-options.active .search a::before {
  content: "";
  width: 18px;
  height: 2px;
  background: #009ee2;
  position: absolute;
}
body header.header-principal .user-options.active .search a::after {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
}
body header.header-principal .user-options.active .box-search .btn-buscar,
body header.header-principal .user-options.active .box-search input {
  opacity: 1;
}
@media only screen and (min-width: 1260px) {
  body header.header-principal .user-options.active .box-search {
    width: 760px;
  }
  body header.header-principal .user-options .user {
    display: inherit;
    float: left;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1279px) {
  body header.header-principal .user-options.active .box-search {
    width: 600px;
  }
}
body header.header-principal .user-options .user .user-box {
  position: absolute;
  right: 0;
  top: 61px;
  border: 2px solid #e9e9e9;
  border-top: 2px solid #e9e9e9;
  padding: 24px;
  width: 264px;
  text-align: center;
  background: #fff;
  display: none;
}
body header.header-principal .user-options .user .user-box .header-user {
  font-size: 1.6rem;
  font-weight: 500;
  color: #5a5a5a;
  margin-bottom: 21px;
}
body header.header-principal .user-options .user .user-box fieldset {
  padding: 0;
  margin: 0;
  border: none;
}
body
  header.header-principal
  .user-options
  .user
  .user-box
  fieldset
  input[type="password"],
body
  header.header-principal
  .user-options
  .user
  .user-box
  fieldset
  input[type="text"] {
  margin: 0 0 4px;
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 300;
  border: 1px solid #ccc;
  color: #5a5a5a;
  padding: 10px 12px;
  display: block;
  width: 100%;
  outline: 0;
}
body
  header.header-principal
  .user-options
  .user
  .user-box
  fieldset
  input[type="password"]::-webkit-input-placeholder,
body
  header.header-principal
  .user-options
  .user
  .user-box
  fieldset
  input[type="text"]::-webkit-input-placeholder {
  color: #9e9e9e;
}
body
  header.header-principal
  .user-options
  .user
  .user-box
  fieldset
  input[type="password"]:-moz-placeholder,
body
  header.header-principal
  .user-options
  .user
  .user-box
  fieldset
  input[type="text"]:-moz-placeholder {
  color: #9e9e9e;
}
body
  header.header-principal
  .user-options
  .user
  .user-box
  fieldset
  input[type="password"]::-moz-placeholder,
body
  header.header-principal
  .user-options
  .user
  .user-box
  fieldset
  input[type="text"]::-moz-placeholder {
  color: #9e9e9e;
}
body
  header.header-principal
  .user-options
  .user
  .user-box
  fieldset
  input[type="password"]:-ms-input-placeholder,
body
  header.header-principal
  .user-options
  .user
  .user-box
  fieldset
  input[type="text"]:-ms-input-placeholder {
  color: #9e9e9e;
}
body
  header.header-principal
  .user-options
  .user
  .user-box
  fieldset
  input[type="password"]:focus,
body
  header.header-principal
  .user-options
  .user
  .user-box
  fieldset
  input[type="text"]:focus {
  border-color: #009ee2;
}
body
  header.header-principal
  .user-options
  .user
  .user-box
  fieldset
  .forgot_pass {
  font-size: 1.3rem;
  font-weight: 300;
  color: #9e9e9e;
  text-decoration: underline;
  margin-top: 6px;
  display: block;
}
body header.header-principal .user-options .user .user-box fieldset .btn {
  margin: 22px 0 16px;
}
body
  header.header-principal
  .user-options
  .user
  .user-box
  fieldset
  .header-greeting-text {
  font-weight: 300;
  color: #5a5a5a;
  font-size: 1.4rem;
  line-height: 140%;
}
body
  header.header-principal
  .user-options
  .user
  .user-box
  fieldset
  .header-greeting-text
  a {
  font-weight: 500;
  color: #009ee2;
}
body header.header-principal .user-options .user .user-box .menu-logado a {
  border: 1px solid #e9e9e9;
  color: #9e9e9e;
  display: block;
  padding: 12px;
  text-align: center;
  margin-top: 2px;
}
body
  header.header-principal
  .user-options
  .user
  .user-box
  .menu-logado
  a:hover {
  color: #5a5a5a;
  border: 1px solid #ccc;
}
body header.header-principal .user-options .user .user-box .menu-logado a.sair {
  border: 1px solid transparent;
}
body header.header-principal .user-options .bag {
  top: 0;
  right: 4px;
  position: relative;
}
body header.header-principal .user-options .bag .mini-cart {
  background: #fff;
  position: absolute;
  right: 0;
  top: 54px;
  width: 290px;
  padding: 24px;
  display: none;
  border: 1px solid #e9e9e9;
  border-top: 2px solid #e9e9e9;
}
@media only screen and (min-width: 1260px) {
  body header.header-principal .user-options .bag {
    float: left;
    right: 0;
  }
  body header.header-principal .user-options .bag .mini-cart {
    width: 290px;
    top: 61px;
  }
}
body
  header.header-principal
  .user-options
  .bag
  .mini-cart
  .container_mini_carrinho {
  position: relative;
}
body
  header.header-principal
  .user-options
  .bag
  .mini-cart
  .container_mini_carrinho
  .close {
  width: 32px;
  height: 32px;
  display: block;
  position: absolute;
  right: -10px;
  top: -8px;
  cursor: pointer;
}
body
  header.header-principal
  .user-options
  .bag
  .mini-cart
  .container_mini_carrinho
  .close
  svg {
  margin: 50% 0 0 50%;
  padding: 0;
  display: block;
  fill: #9e9e9e;
  width: 14px;
  height: 14px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
body
  header.header-principal
  .user-options
  .bag
  .mini-cart
  .container_mini_carrinho
  .close:hover
  svg {
  fill: #5a5a5a;
}
body
  header.header-principal
  .user-options
  .bag
  .mini-cart
  .container_mini_carrinho
  .titulo-mini-cart {
  font-size: 1.4rem;
  color: #5a5a5a;
  font-weight: 500;
  margin-bottom: 18px;
}
body
  header.header-principal
  .user-options
  .bag
  .mini-cart
  .container_mini_carrinho
  .mini-cart-vazio {
  color: #9e9e9e;
  text-align: center;
  padding: 2px 0 12px;
}
body
  header.header-principal
  .user-options
  .bag
  .mini-cart
  .container_mini_carrinho
  ::-webkit-scrollbar {
  width: 4px;
}
body
  header.header-principal
  .user-options
  .bag
  .mini-cart
  .container_mini_carrinho
  .mini-cart-itens {
  max-height: 190px;
  display: block;
  overflow-y: auto;
  color: #5a5a5a;
  font-weight: 500;
}
body
  header.header-principal
  .user-options
  .bag
  .mini-cart
  .container_mini_carrinho
  .mini-cart-itens
  tbody {
  width: 100%;
  display: block;
}
body
  header.header-principal
  .user-options
  .bag
  .mini-cart
  .container_mini_carrinho
  .mini-cart-itens
  tr
  td {
  padding-bottom: 8px;
}
body
  header.header-principal
  .user-options
  .bag
  .mini-cart
  .container_mini_carrinho
  .mini-cart-itens
  .img-cart {
  width: 66px;
}
body
  header.header-principal
  .user-options
  .bag
  .mini-cart
  .container_mini_carrinho
  .mini-cart-itens
  .img-cart
  img {
  width: 52px;
}
body
  header.header-principal
  .user-options
  .bag
  .mini-cart
  .container_mini_carrinho
  .mini-cart-itens
  .detalhes-cart {
  width: 156px;
}
body
  header.header-principal
  .user-options
  .bag
  .mini-cart
  .container_mini_carrinho
  .mini-cart-itens
  .detalhes-cart
  .nome-produto {
  font-size: 1.2rem;
}
@media only screen and (min-width: 1260px) {
  body
    header.header-principal
    .user-options
    .bag
    .mini-cart
    .container_mini_carrinho
    .mini-cart-itens
    .detalhes-cart
    .nome-produto {
    font-size: 1.3rem;
  }
}
body
  header.header-principal
  .user-options
  .bag
  .mini-cart
  .container_mini_carrinho
  .mini-cart-itens
  .detalhes-cart
  .qtd {
  margin-top: 4px;
  font-size: 1.2rem;
}
@media only screen and (min-width: 1260px) {
  body
    header.header-principal
    .user-options
    .bag
    .mini-cart
    .container_mini_carrinho
    .mini-cart-itens
    .detalhes-cart
    .qtd {
    margin-top: 6px;
    font-size: 1.3rem;
  }
}
body
  header.header-principal
  .user-options
  .bag
  .mini-cart
  .container_mini_carrinho
  .mini-cart-itens
  .detalhes-cart
  .qtd
  span {
  font-weight: 300;
}
body
  header.header-principal
  .user-options
  .bag
  .mini-cart
  .container_mini_carrinho
  .mini-cart-itens
  .detalhes-cart
  .qtd
  span
  strong {
  font-weight: 500;
}
body
  header.header-principal
  .user-options
  .bag
  .mini-cart
  .container_mini_carrinho
  .mini-cart-itens
  .detalhes-cart
  .qtd
  span.valor {
  float: right;
}
body
  header.header-principal
  .user-options
  .bag
  .mini-cart
  .container_mini_carrinho
  .mini-cart-footer {
  margin-top: 8px;
  border-top: 1px solid #e9e9e9;
}
body
  header.header-principal
  .user-options
  .bag
  .mini-cart
  .container_mini_carrinho
  .mini-cart-footer
  .mini-cart-totais {
  display: none;
  color: #5a5a5a;
  font-size: 1.4rem;
  font-weight: 400;
}
body
  header.header-principal
  .user-options
  .bag
  .mini-cart
  .container_mini_carrinho
  .mini-cart-footer
  .mini-cart-totais
  span {
  padding-top: 14px;
  display: inline-block;
}
body
  header.header-principal
  .user-options
  .bag
  .mini-cart
  .container_mini_carrinho
  .mini-cart-footer
  .mini-cart-totais
  .valor-total {
  padding-top: 14px;
  margin-left: 8px;
  font-size: 1.8rem;
  font-weight: 500;
  display: inline-block;
}
body
  header.header-principal
  .user-options
  .bag
  .mini-cart
  .container_mini_carrinho
  .mini-cart-footer
  .mini-cart-botao {
  margin-top: 16px;
}
body
  header.header-principal
  .user-options
  .bag
  .mini-cart
  .container_mini_carrinho
  .mini-cart-footer
  .continuar-comprando {
  text-align: center;
  margin-top: 8px;
}
body
  header.header-principal
  .user-options
  .bag
  .mini-cart
  .container_mini_carrinho
  .mini-cart-footer
  .continuar-comprando
  a {
  color: #009ee2;
  text-decoration: underline;
}
body header.header-principal .user-options .bag.active a svg {
  fill: #009ee2;
}
.class {
  background: #00f;
}
@media only screen and (max-width: 767px) {
  .class {
    background: red;
  }
}
@media only screen and (min-width: 576px) {
  .class {
    background: green;
  }
}
@media only screen and (min-width: 768px) {
  .class {
    background: pink;
  }
}
@media only screen and (min-width: 1260px) {
  .class {
    background: #00f;
  }
}
@media only screen and (min-width: 1600px) {
  .class {
    background: #ff0;
  }
}
.input-text {
  border: none;
  color: #5a5a5a;
  outline: 0;
  font-size: 1.4rem;
  padding: 12px;
  width: 100%;
  border-bottom: 2px solid #e9e9e9;
}
.input-text:focus {
  border-color: #009ee2;
}
footer {
  background: #fff;
  margin-top: 48px;
}
@media only screen and (min-width: 768px) {
  footer {
    margin-top: 64px;
  }
}
@media only screen and (min-width: 1260px) {
  footer {
    margin-top: 76px;
  }
}
@media only screen and (min-width: 1600px) {
  footer {
    margin-top: 92px;
  }
}
footer .form-cadastro-email {
  margin: 0 auto;
}
footer .form-cadastro-email h4 {
  font-size: 1.8rem;
  font-weight: 500;
  padding: 0;
  color: #5a5a5a;
  display: block;
  position: relative;
}
@media only screen and (max-width: 767px) {
  footer .form-cadastro-email {
    width: 80%;
    text-align: center;
  }
  footer .form-cadastro-email h4 {
    border: none;
    text-align: center;
    padding: 24px 0 8px;
  }
  footer .form-cadastro-email h4 span {
    position: relative;
    display: block;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
  }
  footer .form-cadastro-email h4 span::after,
  footer .form-cadastro-email h4 span::before {
    content: "";
    width: 10px;
    height: 2px;
    background: #9e9e9e;
    position: absolute;
    top: 7px;
    right: 6px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
  }
  footer .form-cadastro-email h4 span::before {
    right: 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
  }
}
@media only screen and (min-width: 768px) {
  footer .form-cadastro-email h4 {
    padding: 40px 0 18px;
    font-size: 1.7rem;
  }
}
footer .form-cadastro-email fieldset {
  border: none;
  padding: 12px 0 0;
  margin: 0 auto;
  border-radius: 4px;
}
footer .form-cadastro-email fieldset label {
  margin: 6px 0;
  display: block;
}
@media only screen and (min-width: 768px) {
  footer .form-cadastro-email fieldset label {
    margin: 0;
  }
}
footer .form-cadastro-email fieldset label input {
  border: none;
  color: #5a5a5a;
  outline: 0;
  font-size: 1.4rem;
  padding: 12px;
  width: 100%;
  border-bottom: 2px solid #e9e9e9;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
footer .form-cadastro-email fieldset label input:focus {
  border-color: #009ee2;
}
footer .form-cadastro-email fieldset label input.destacado {
  border-bottom: 2px solid #88c771;
  background: rgba(50, 199, 50, 0.1);
}
footer .form-cadastro-email fieldset .btn {
  cursor: pointer;
  border: none;
  margin: 6px 0 0;
}
footer .form-cadastro-email .texto-politica {
  color: #9e9e9e;
  font-size: 1.2rem;
  font-weight: 400;
  padding: 6px 4px;
  display: flex;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
footer .form-cadastro-email .texto-politica a {
  text-decoration: underline;
  color: #5a5a5a;
  display: inline;
}
footer .form-cadastro-email .texto-politica.destacado {
  background: rgba(50, 199, 50, 0.15);
  color: #555;
}
footer .menu {
  padding-top: 16px;
}
footer .menu h4 {
  font-size: 1.4rem;
  font-weight: 500;
  padding: 16px 0;
  color: #5a5a5a;
  display: block;
  position: relative;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
@media only screen and (max-width: 767px) {
  footer .menu h4 span,
  footer .menu h4 span::after,
  footer .menu h4 span::before {
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
  }
  footer .menu h4 {
    border-bottom: 1px solid #e9e9e9;
    padding: 16px 8px;
  }
  footer .menu h4.titulo-social {
    border: none;
    text-align: center;
  }
  footer .menu h4 span {
    position: relative;
    display: block;
  }
  footer .menu h4 span::after,
  footer .menu h4 span::before {
    content: "";
    width: 10px;
    height: 2px;
    background: #9e9e9e;
    position: absolute;
    top: 7px;
    right: 6px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
  }
  footer .menu h4 span::before {
    right: 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
  }
  footer .menu h4.active {
    border-bottom: 1px solid transparent;
  }
  footer .menu h4.active span::after {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
  }
  footer .menu h4.active span::before {
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
  }
  footer .menu p a {
    text-align: center;
    border-bottom: 1px solid #e9e9e9;
  }
}
footer .menu .social li a svg,
footer .menu p a {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.icon-chat .fechar_msg_chat::after,
.icon-chat .fechar_msg_chat::before,
.icon-chat .msg_chat:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  content: "";
}
@media only screen and (min-width: 768px) {
  footer .form-cadastro-email fieldset .btn {
    margin: 0;
  }
  footer .menu h4 {
    padding: 40px 0 18px;
    font-size: 1.7rem;
  }
}
footer .menu p {
  font-size: 1.3rem;
  color: #5a5a5a;
}
footer .menu p a {
  padding: 16px 0;
  display: block;
  color: #5a5a5a;
}
@media only screen and (min-width: 768px) {
  footer .menu p {
    font-size: 1.5rem;
    line-height: 160%;
    margin-top: 8px;
  }
  footer .menu p a {
    display: inline-block;
    padding: 2px 0;
  }
}
footer .menu p a:hover {
  color: #009ee2;
}
@media only screen and (max-width: 767px) {
  footer .menu .itens {
    display: none;
  }
}
footer .menu .social {
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
}
footer .menu .social li {
  margin: 0 5px;
}
@media only screen and (min-width: 768px) {
  footer .menu .social li {
    margin: 0 16px 0 0;
  }
  footer .menu .social {
    justify-content: flex-start;
  }
}
footer .menu .social li a {
  display: block;
  padding: 6px 8px;
}
footer .menu .social li a svg {
  height: 20px;
  fill: #9e9e9e;
}
footer .menu .social li a:hover svg {
  fill: #5a5a5a;
}
footer .menu .social li.facebook a:hover svg {
  fill: #4267b2;
}
footer .menu .social li.youtube a svg {
  height: 18px;
  margin-top: 2px;
}
footer .menu .social li.youtube a:hover svg {
  fill: #cf0a2c;
}
footer .menu .social li.instagram a:hover svg {
  fill: #8134af;
}
footer .menu .social li.twitter a svg {
  height: 18px;
}
footer .menu .social li.twitter a:hover svg {
  fill: #08a0e9;
}
footer .menu .consumidor {
  margin-bottom: 12px;
}
@media only screen and (min-width: 768px) {
  footer .menu .consumidor {
    margin: 12px 0 0;
  }
}
footer .menu .consumidor img {
  display: block;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  footer .menu .consumidor img {
    margin: 0;
  }
}
footer .bottom {
  border-top: 1px solid #e9e9e9;
  margin-top: 2px;
  padding: 32px 0;
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  footer .bottom {
    flex-direction: column;
    align-items: center;
    gap: 16px;
  }
}
footer .bottom .logo-copy {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 16px;
  font-weight: 300;
  text-align: center;
  min-width: 200px;
}
footer .bottom .logo-copy .logo img {
  width: 159px;
}
.icon-chat,
.icon-chat a {
  height: 72px;
  width: 72px;
  z-index: 9;
}
footer .bottom .logo-copy .copy {
  color: #949494;
  font-size: 1.2rem;
  line-height: 140%;
}
@media only screen and (min-width: 768px) {
  footer .bottom {
    margin-top: 40px;
    padding: 40px 0;
  }
  footer .bottom .logo-copy {
    text-align: left;
  }
  footer .bottom .logo-copy .copy {
    font-size: 1.4rem;
  }
}
@media only screen and (min-width: 1260px) {
  footer .bottom .logo-copy {
    flex-direction: row;
  }
  footer .bottom .logo-copy .copy {
    font-size: 1.3rem;
    margin-top: -2px;
  }
}
@media only screen and (min-width: 1600px) {
  footer .bottom .logo-copy .copy {
    font-size: 1.4rem;
    line-height: 140%;
    margin-top: -3px;
  }
}
footer .bottom .bandeiras {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}
@media only screen and (min-width: 768px) {
  footer .bottom .bandeiras {
    justify-content: flex-start;
  }
}
footer .bottom .bandeiras img {
  display: block;
  margin: 0 4px;
}
@media only screen and (max-width: 767px) {
  footer .bottom .bandeiras img {
    padding: 4px;
  }
}
@-webkit-keyframes pulse_chat {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(246, 172, 43, 0.6);
  }
  70% {
    -webkit-box-shadow: 0 0 0 7px rgba(246, 172, 43, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(246, 172, 43, 0);
  }
}
@-moz-keyframes pulse_chat {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(246, 172, 43, 0.6);
  }
  70% {
    -moz-box-shadow: 0 0 0 7px rgba(246, 172, 43, 0);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(246, 172, 43, 0);
  }
}
@keyframes pulse_chat {
  0% {
    box-shadow: 0 0 0 0 rgba(246, 172, 43, 0.6);
  }
  60% {
    box-shadow: 0 0 0 7px rgba(246, 172, 43, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(246, 172, 43, 0);
  }
}
.icon-chat {
  position: fixed;
  right: 20px;
  bottom: 20px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}
.icon-chat a {
  background: #009fe3 1%;
  display: inline-block;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  background-image: -webkit-linear-gradient(45deg, #009fe3 1%, #fcea10 100%);
  background-image: -moz-linear-gradient(45deg, #009fe3 1%, #fcea10 100%);
  background-image: -ms-linear-gradient(45deg, #009fe3 1%, #fcea10 100%);
  background-image: -o-linear-gradient(45deg, #009fe3 1%, #fcea10 100%);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2);
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.9s;
  -moz-transition: 0.9s;
  -ms-transition: 0.9s;
  -o-transition: 0.9s;
}
.icon-chat a svg {
  margin-top: calc(50% - 15px);
  height: 30px;
  width: 28px;
  fill: #fff;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
}
.icon-chat a:hover {
  background: #7bc47c;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.icon-chat .fechar_msg_chat,
.icon-chat .msg_chat {
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
  position: absolute;
}
.icon-chat a:hover:after {
  animation: none;
}
.icon-chat .msg_chat {
  background-color: #f6f6f6;
  border: 1px solid #d6d6d6;
  width: 260px;
  height: 72px;
  right: -300px;
  top: 0;
  text-align: left;
  padding: 17px;
  z-index: 8;
  opacity: 0;
  white-space: nowrap;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2);
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2);
}
.icon-chat .msg_chat p {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0;
  color: #000;
}
.icon-chat .msg_chat p strong {
  font-weight: 700;
  letter-spacing: 0;
}
.icon-chat .msg_chat:after {
  display: inline-block;
  top: calc(50% - 6px);
  z-index: 9;
  position: absolute;
  background: #f6f6f6;
  right: -7px;
  width: 12px;
  height: 12px;
  border-top: 1px solid #d6d6d6;
  border-right: 1px solid #d6d6d6;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.icon-chat.mostra-msg-chat .msg_chat {
  right: 90px;
  opacity: 1;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.icon-chat .fechar_msg_chat {
  right: 6px;
  top: 5px;
  width: 30px;
  height: 30px;
  cursor: pointer;
}
.icon-chat .fechar_msg_chat::after,
.icon-chat .fechar_msg_chat::before {
  position: absolute;
  width: 14px;
  height: 1px;
  display: block;
  background: #666;
  top: 46%;
  left: 20%;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.icon-chat .fechar_msg_chat::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
}
.chat-suporte {
  position: fixed;
  width: 490px;
  height: 480px;
  bottom: -480px;
  right: 20px;
  overflow: auto;
  transition-duration: 0.5s;
  background-color: #fff;
  border: 1px solid #ddd;
  z-index: 30;
}
.chat-suporte .iframe-suporte {
  opacity: 0;
  transition-duration: 0.8s;
}
.carrossel-produtos .slide-produtos a:hover .thumb-produto,
.chat-suporte.ativo-chat-suporte .fechar_chat,
.chat-suporte.ativo-chat-suporte .iframe-suporte {
  opacity: 1;
}
.chat-suporte .iframe-suporte iframe {
  width: 100%;
  height: 0;
}
.chat-suporte .fechar_chat {
  transition-duration: 0.8s;
  position: absolute;
  right: 18px;
  top: 7px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  z-index: 3;
}
.chat-suporte .fechar_chat::after,
.chat-suporte .fechar_chat::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 4px;
  display: block;
  background: #aaa;
  top: 46%;
  left: 16%;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}
.chat-suporte .fechar_chat::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
}
.chat-suporte.ativo-chat-suporte {
  width: 490px;
  height: 480px;
  bottom: 104px;
}
.chat-suporte.ativo-chat-suporte .iframe-suporte iframe {
  height: 510px;
}
@media screen and (max-width: 768px) {
  .icon-chat {
    position: fixed;
    right: auto;
    left: 20px;
    bottom: 20px;
    height: 46px;
    width: 46px;
  }
  .icon-chat a {
    height: 46px;
    width: 46px;
    top: 0;
    left: 0;
  }
  .icon-chat a svg {
    margin-top: calc(50% - 10px);
    height: 22px;
    width: auto;
  }
  .icon-chat a:after {
    width: 8px;
    height: 8px;
  }
  .icon-chat .msg_chat {
    height: 46px;
    left: 60px;
    padding: 9px;
    width: 200px;
  }
  .icon-chat .msg_chat p {
    font-size: 12px;
    line-height: 15px;
  }
  .icon-chat .msg_chat:after {
    right: auto;
    left: -7px;
    border: none;
    border-top: 1px solid #d6d6d6;
    border-left: 1px solid #d6d6d6;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
  }
  .icon-chat .msg_chat .fechar_msg_chat {
    right: 0;
    top: 0;
  }
  .icon-chat.mostra-msg-chat .msg_chat {
    right: 65px;
  }
  .chat-suporte {
    width: 300px;
    height: 370px;
    bottom: -370px;
    right: auto;
    left: 0;
  }
  .chat-suporte .iframe-suporte iframe {
    height: 0;
  }
  .chat-suporte.ativo-chat-suporte {
    bottom: 80px;
    width: 300px;
    height: 370px;
  }
  .chat-suporte.ativo-chat-suporte .iframe-suporte iframe {
    height: 340px;
  }
}
#tailcmp .tailcmp #cookie-notice {
  background: #fff;
  color: #202020;
  line-height: 160%;
  margin: 0 auto;
  border: none;
  bottom: 12px !important;
  width: 90%;
  padding: 24px;
  max-width: 1196px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
#tailcmp .tailcmp #cookie-notice a {
  color: #202020;
}
#tailcmp .tailcmp #cookie-notice .cm-consent-title {
  color: #202020;
  font-size: 1.8rem;
}
#tailcmp .tailcmp #cookie-notice .cm-consent-decription {
  font-size: 1.4rem;
}
@media only screen and (min-width: 1260px) {
  #tailcmp .tailcmp #cookie-notice .cm-consent-decription {
    font-size: 1.4rem;
  }
}
#tailcmp .tailcmp #cookie-notice .cm-consent-btn-accept {
  padding: 12px 18px;
  background: #009ee2;
  font-weight: 500;
  color: #fff;
  font-size: 1.3rem;
  transform: translateY(0);
  box-shadow: none;
  width: 180px;
  border: none;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
#tailcmp .tailcmp #cookie-notice .cm-consent-btn-accept:hover {
  background: #88c771;
}
.produto-box a {
  background: #fff;
  display: block;
  position: relative;
  padding: 16px;
  text-align: center;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
}
.produto-box a .promo-desconto,
.produto-box a .promo-titulo {
  display: inline-block;
  font-size: 1.3rem;
  color: #5a5a5a;
  font-weight: 400;
  text-transform: uppercase;
  position: absolute;
  left: 20px;
  line-height: 100%;
}
.produto-box a .promo-desconto {
  color: #cf0a2c;
  font-weight: 500;
  left: auto;
  right: 20px;
  top: 22px;
}
.produto-box a .thumb-produto {
  margin-top: 26px;
}
.produto-box a .thumb-produto img {
  display: block;
  margin: 0 auto;
}
.produto-box a .titulo-produto {
  color: #5a5a5a;
  font-size: 1.4rem;
  line-height: 2rem;
  font-weight: 500;
  margin: 8px 0;
  height: 42px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media only screen and (min-width: 1260px) {
  .produto-box a .titulo-produto {
    font-size: 1.6rem;
    line-height: 2.2rem;
    margin: 16px 0;
  }
}
.produto-box a .preco-antigo {
  display: block;
  font-size: 1.1rem;
  height: 19px;
  color: #5a5a5a;
}
@media only screen and (min-width: 1260px) {
  .produto-box a .preco-antigo {
    font-size: 1.3rem;
  }
}
.produto-box a .preco {
  margin: 4px 0 0;
  font-size: 1.2rem;
  color: #009ee2;
  display: block;
  width: 100%;
  height: 25px;
}
.produto-box a .preco span {
  font-size: 1.8rem;
  font-weight: 500;
}
.produto-box a .preco span.desconto-pix {
  font-size: 1.2rem;
  font-weight: 300;
}
@media only screen and (min-width: 1260px) {
  .produto-box a .preco span.desconto-pix {
    font-size: 1.3rem;
  }
  .produto-box a .preco {
    font-size: 1.4rem;
  }
  .produto-box a .preco span {
    font-size: 2.1rem;
  }
}
.produto-box a .yv-review-quickreview {
  width: 100%;
  height: 30px;
}
.produto-box a .preco-condicao {
  color: #9e9e9e;
  font-size: 13px;
  font-weight: 300;
  height: 18px;
  display: block;
}
@media only screen and (min-width: 1260px) {
  .produto-box a .preco-condicao {
    font-size: 1.3rem;
  }
}
.produto-box a .preco-condicao span {
  display: block;
  color: #009ee2;
  margin-bottom: 4px;
}
.produto-box a .preco-pix {
  padding: 0;
  margin-top: 4px;
  align-items: center;
  justify-content: center;
  color: #9e9e9e;
  font-size: 12px;
  display: none;
}
.produto-box a .preco-pix span {
  font-weight: 300;
}
.carrossel-produtos .slide-produtos a .btn,
.carrossel-produtos .slide-produtos a .preco,
.carrossel-produtos .slide-produtos a h2 {
  font-weight: 500;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.produto-box a .preco-pix svg {
  width: 16px;
  margin-right: 6px;
  fill: #32bcad;
}
.produto-box a .btn {
  margin-top: 16px;
  font-size: 1.2rem;
}
.produto-box:hover a {
  -webkit-transform: translate(0, -3px);
  -moz-transform: translate(0, -3px);
  -ms-transform: translate(0, -3px);
  -o-transform: translate(0, -3px);
}
.carrossel-produtos {
  background: #fff;
  color: #9e9e9e;
  padding: 32px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .carrossel-produtos {
    padding: 42px;
  }
}
@media only screen and (min-width: 1260px) {
  .produto-box a .btn {
    font-size: 1.4rem;
  }
  .carrossel-produtos {
    padding: 48px;
  }
}
@media only screen and (min-width: 1600px) {
  .carrossel-produtos {
    padding: 58px 58px 42px;
    overflow: hidden;
  }
}
.carrossel-produtos .slide-produtos {
  margin: 24px auto 0;
  width: 100%;
}
@media only screen and (min-width: 576px) {
  .carrossel-produtos .slide-produtos {
    width: 100%;
  }
  .carrossel-produtos .slide-produtos a h2 {
    height: 40px;
  }
}
@media only screen and (min-width: 1260px) {
  .carrossel-produtos .slide-produtos {
    margin-top: 52px;
    width: 100%;
  }
}
.carrossel-produtos .slide-produtos a {
  color: #9e9e9e;
  line-height: 140%;
  outline: 0;
  margin-bottom: 0;
}
.carrossel-produtos .slide-produtos a .thumb-produto {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.carrossel-produtos .slide-produtos a .thumb-produto img {
  display: block;
  margin: 0 auto;
  width: 122px;
}
.carrossel-produtos .slide-produtos a h2 {
  font-size: 1.4rem;
  margin: 12px 0;
}
@media only screen and (min-width: 1260px) {
  .carrossel-produtos .slide-produtos a h2 {
    font-size: 1.6rem;
    height: 46px;
  }
}
.carrossel-produtos .slide-produtos a .preco {
  font-size: 1.4rem;
}
@media only screen and (min-width: 1260px) {
  .carrossel-produtos .slide-produtos a .preco {
    font-size: 1.6rem;
  }
}
.carrossel-produtos .slide-produtos a .btn {
  margin: 12px auto 0;
  height: 37px;
  position: relative;
  overflow: hidden;
  text-align: center;
  padding: 9px;
  font-size: 1.2rem;
  width: 126px;
  display: block;
}
.carrossel-produtos .slide-produtos a:hover {
  color: #5a5a5a;
}
.carrossel-produtos .slide-produtos a:hover .preco {
  color: #009ee2;
}
.carrossel-produtos .slide-produtos a:hover .btn {
  background-size: 350% auto;
  background-position: 0;
}
.carrossel-produtos .slide-produtos a:hover .btn div span {
  background-size: 400% auto;
  background-position: left center;
}
.carrossel-produtos .slide-produtos a:hover .btn div span svg {
  fill: #009ee2;
}
@media only screen and (max-width: 1200px) {
  .carrossel-produtos .slide-produtos .slick-current a {
    color: #5a5a5a;
  }
  .carrossel-produtos .slide-produtos .slick-current a .preco {
    color: #009ee2;
  }
  .carrossel-produtos .slide-produtos .slick-current a .img {
    opacity: 1;
  }
  .carrossel-produtos .slide-produtos .slick-current a .btn-acao .btn {
    margin-top: 0;
  }
}
.slick-next,
.slick-prev {
  height: 48px;
  width: 36px;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
}
@media only screen and (min-width: 1260px) {
  .slick-next,
  .slick-prev {
    height: 64px;
    width: 48px;
  }
}
.slick-next svg,
.slick-prev svg {
  height: 22px;
  fill: #009ee2;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
@media only screen and (min-width: 1260px) {
  .slick-next svg,
  .slick-prev svg {
    height: 32px;
  }
}
.slick-next::before,
.slick-prev::before {
  display: none;
}
.slick-next:active,
.slick-next:hover,
.slick-prev:active,
.slick-prev:hover {
  background-color: #009ee2;
}
.slick-next:active svg,
.slick-next:hover svg,
.slick-prev:active svg,
.slick-prev:hover svg {
  fill: #fff;
}
.slick-next.slick-disabled,
.slick-prev.slick-disabled {
  cursor: default;
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
}
.slick-next.slick-disabled svg,
.slick-prev.slick-disabled svg {
  fill: #e9e9e9;
  fill: rgba(155, 155, 155, 0.4);
}
.slick-next.slick-disabled:hover,
.slick-prev.slick-disabled:hover {
  background-color: #fff;
}
.slick-dots {
  display: flex;
  justify-content: center;
  bottom: -20px;
}
.slick-dots > li {
  width: 24px;
  height: 6px;
}
@media only screen and (min-width: 768px) {
  .slick-dots > li {
    width: 32px;
  }
}
.slick-dots > li button {
  background-color: #f1f1f1;
  border: 1px solid #bfbfbf;
  padding: 0;
  width: 24px;
  height: 6px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
@media only screen and (min-width: 768px) {
  .slick-dots > li button {
    width: 32px;
  }
}
.slick-dots > li button::before {
  display: none;
}
.slick-dots > li.slick-active button {
  background-color: #009ee2;
}
.produto .box-parceiro-amazon {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-content: center;
}
.produto .box-parceiro-amazon p {
  margin-top: 16px;
  font-size: 14px;
  color: #5a5a5a;
  display: flex;
  justify-content: center;
  align-items: center;
}
.produto .box-parceiro-amazon .btn-amazon {
  margin: 16px auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #000;
  color: #fff;
  border-radius: 30px;
  padding: 14px 18px;
  min-width: 300px;
  max-width: 300px;
  min-height: 44px;
  max-height: 44px;
}
@media only screen and (max-width: 767px) {
  .produto .box-parceiro-amazon .btn-amazon {
    max-width: none;
    min-width: none;
    width: 100%;
  }
}
.produto .box-parceiro-amazon .btn-amazon img {
  width: 80px;
  max-width: 100%;
}
.produto .details {
  top: 0;
  margin-top: 24px;
  position: sticky;
  background: #fff;
  z-index: 2;
  border-bottom: 1px solid #e9e9e9;
  padding: 0 12px;
  font-size: 1.2rem;
  display: flex;
  flex-direction: column-reverse;
  justify-content: space-between;
}
@media only screen and (min-width: 768px) {
  .produto .details {
    padding: 15px 16px;
  }
}
.produto .details .menu-details ul {
  -webkit-transform: translate(-6px, 0);
  -moz-transform: translate(-6px, 0);
  -ms-transform: translate(-6px, 0);
  -o-transform: translate(-6px, 0);
}
@media only screen and (min-width: 1260px) {
  .produto .details {
    font-size: 1.4rem;
    padding: 5px 32px 5px 20px;
    flex-direction: row;
  }
  .produto .details .menu-details ul {
    -webkit-transform: translate(-4px, 0);
    -moz-transform: translate(-4px, 0);
    -ms-transform: translate(-4px, 0);
    -o-transform: translate(-4px, 0);
  }
}
.produto .details .menu-details ul li {
  float: left;
}
.produto .details .menu-details ul li a {
  color: #9e9e9e;
  padding: 18px 10px;
  display: flex;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.produto .details .menu-details ul li a:hover,
.produto .details .menu-details ul li.active a {
  color: #5a5a5a;
}
.produto .details .menu-details ul li a svg {
  width: 12px;
  margin-right: 4px;
  fill: #9e9e9e;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.produto .details .menu-details ul li a:hover svg {
  fill: #5a5a5a;
}
.produto .details .box-action {
  margin-bottom: 12px;
  display: none;
}
.produto .details .product-name {
  float: left;
  color: #5a5a5a;
  font-size: 1.3rem;
  font-weight: 400;
  width: 60%;
  height: 34px;
  line-height: 1.8rem;
  display: inline-block;
  margin-top: 3px;
}
@media only screen and (min-width: 1260px) {
  .produto .details .menu-details ul li a {
    padding: 14px;
  }
  .produto .details .box-action {
    margin-bottom: 0;
  }
  .produto .details .product-name {
    width: auto;
    height: 38px;
    line-height: 38px;
  }
}
.produto .details a.btn {
  float: right;
  width: 30%;
  font-size: 1.1rem;
  padding: 8px 12px;
}
@media only screen and (min-width: 576px) {
  .produto .details a.btn {
    width: 136px;
  }
}
@media only screen and (min-width: 1260px) {
  .produto .details a.btn {
    float: left;
    font-size: 1.3rem;
    width: 156px;
    margin-left: 32px;
    padding: 12px;
    margin-top: 3px;
  }
}
@media only screen and (max-width: 767px) {
  .produto main .container {
    width: 100%;
    padding: 0;
  }
}
.produto .page {
  background: #fff;
  padding-bottom: 16px;
  margin-bottom: 24px;
}
.produto .page .apresentacao,
.produto .page .fotos-produto,
.produto .page .fotos-produto .carousel-fotos {
  position: relative;
}
.produto .page .fotos-produto .carousel-fotos .foto img {
  margin: 0 auto;
  max-width: 100%;
}
@media only screen and (min-width: 576px) {
  .produto .page .fotos-produto .carousel-fotos .foto img {
    max-width: 400px;
  }
}
@media only screen and (max-width: 767px) {
  .produto .page .fotos-produto .carousel-miniaturas {
    margin-bottom: 36px;
  }
}
.produto .page .fotos-produto .carousel-miniaturas .slick-slide.thumb {
  outline: 0;
  width: 72px;
  padding: 0;
  margin: 0 6px;
  cursor: pointer;
}
.produto .page .fotos-produto .carousel-miniaturas .slick-slide.thumb img {
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  border: 1px solid #ccc;
  width: 72px;
  margin: 0 auto;
  display: block;
}
.produto
  .page
  .fotos-produto
  .carousel-miniaturas
  .slick-slide.thumb:hover
  img {
  border: 1px solid #9e9e9e;
}
.produto
  .page
  .fotos-produto
  .carousel-miniaturas
  .slick-slide.thumb.slick-current
  img {
  border: 1px solid #009ee2;
}
.produto .page .fotos-produto .carousel-miniaturas .slick-slide {
  outline: 0;
  width: 72px;
  padding: 0;
  margin: 0 6px;
}
.produto .page .fotos-produto .carousel-miniaturas .slick-slide .thumb {
  padding: 0;
  width: 72px;
  cursor: pointer;
}
.produto .page .fotos-produto .carousel-miniaturas .slick-slide .thumb img {
  border: 1px solid #ccc;
  width: 72px;
  margin: 0 auto;
  display: block;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
}
.produto
  .page
  .fotos-produto
  .carousel-miniaturas
  .slick-slide:hover
  .thumb
  img {
  border: 1px solid #9e9e9e;
}
.produto
  .page
  .fotos-produto
  .carousel-miniaturas
  .slick-slide.slick-current
  .thumb
  img {
  border: 1px solid #009ee2;
}
.produto .page .content-produto {
  padding: 0 16px 16px;
}
.produto .page .content-produto .info-produto .cod,
.produto .page .content-produto .info-produto .skuReference {
  color: #9e9e9e;
  font-size: 1.1rem;
  font-weight: 300;
  margin-top: 4px;
}
@media only screen and (min-width: 1260px) {
  .produto .page .content-produto {
    padding: 0 32px 32px;
  }
  .produto .page .content-produto .info-produto .cod,
  .produto .page .content-produto .info-produto .skuReference {
    font-size: 1.3rem;
  }
}
.produto .page .content-produto .product-name {
  color: #5a5a5a;
  font-weight: 500;
  font-size: 2rem;
}
@media only screen and (min-width: 1260px) {
  .produto .page .content-produto .product-name {
    font-size: 2.3rem;
  }
}
.produto .page .content-produto .cod {
  color: #9e9e9e;
  font-size: 1.1rem;
  font-weight: 300;
  margin-top: 4px;
}
@media only screen and (min-width: 1260px) {
  .produto .page .content-produto .cod {
    font-size: 1.3rem;
  }
}
.produto .page .content-produto .box-msg-central-alarme {
  display: none;
  color: #5a5a5a;
  background: #fdfbee;
  align-items: center;
  margin-bottom: 42px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
@media only screen and (min-width: 768px) {
  .produto .page .content-produto .box-msg-central-alarme {
    margin: 56px 0 0;
    width: 100%;
  }
}
@media only screen and (min-width: 1200px) {
  .produto .page .content-produto .box-msg-central-alarme {
    margin: 42px 0 0 -10.6%;
    width: 120%;
  }
}
.produto .page .content-produto .box-msg-central-alarme .img {
  padding: 16px;
}
.produto .page .content-produto .box-msg-central-alarme .img img {
  width: 127px;
  display: block;
}
.produto .page .content-produto .box-msg-central-alarme .texto {
  font-size: 1.4rem;
  line-height: 140%;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .produto .page .content-produto .box-msg-central-alarme .texto {
    line-height: 160%;
    width: 79%;
  }
  .produto .avise-me,
  .produto .notifyme {
    max-width: 300px;
  }
}
.produto .page .content-produto .box-msg-central-alarme .texto b {
  font-weight: 500;
}
.produto .page .content-produto .box-msg-central-alarme .texto a {
  color: #009ee2;
  text-decoration: underline;
}
.produto .page .content-produto .box-produtos-relacionados {
  margin: 24px 0 34px;
  display: none;
}
.produto .page .content-produto .box-produtos-relacionados p {
  color: #5a5a5a;
  font-size: 1.3rem;
  margin-bottom: 8px;
}
@media only screen and (min-width: 1260px) {
  .produto .page .content-produto .box-produtos-relacionados p {
    font-size: 1.4rem;
  }
}
.produto
  .page
  .content-produto
  .box-produtos-relacionados
  .produtos-relacionados {
  cursor: pointer;
  border: 1px solid #ccc;
  display: inline-block;
  padding: 12px 18px;
  min-width: 208px;
  position: relative;
  color: #5a5a5a;
}
.produto
  .page
  .content-produto
  .box-produtos-relacionados
  .produtos-relacionados
  .produto_atual {
  white-space: nowrap;
}
.produto
  .page
  .content-produto
  .box-produtos-relacionados
  .produtos-relacionados
  svg {
  width: 8px;
  fill: #009ee2;
  float: right;
  margin-top: 6px;
  margin-left: 6px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.produto
  .page
  .content-produto
  .box-produtos-relacionados
  .produtos-relacionados
  ul {
  background: #fff;
  display: none;
  left: -1px;
  min-width: 208px;
  position: absolute;
  z-index: 1;
  top: 40px;
  border: 1px solid #ccc;
}
.produto
  .page
  .content-produto
  .box-produtos-relacionados
  .produtos-relacionados
  ul
  li
  a {
  padding: 12px 18px;
  display: block;
  color: #9e9e9e;
}
.produto
  .page
  .content-produto
  .box-produtos-relacionados
  .produtos-relacionados
  ul
  li
  a:hover {
  color: #5a5a5a;
}
.produto
  .page
  .content-produto
  .box-produtos-relacionados
  .produtos-relacionados.active
  svg {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
.produto .page .content-produto .box-produtos-relacionados .quantidade {
  min-width: 108px;
  position: relative;
  color: #5a5a5a;
  display: flex;
}
.produto .page .content-produto .box-produtos-relacionados .quantidade button {
  background: 0 0;
  border: 1px solid #ccc;
  text-shadow: none;
  font-size: 1.5rem;
  font-weight: 400;
  color: #009ee2;
  padding: 12px 14px;
  outline: 0;
  cursor: pointer;
}
.produto .page .content-produto .box-produtos-relacionados .quantidade input {
  border: 1px solid #ccc;
  font-size: 1.4rem;
  border-left: none;
  border-right: none;
  padding: 12px 8px;
  width: 50px;
  color: #5a5a5a;
  text-align: center;
  outline: 0;
}
.produto .page .content-produto .box-produtos-relacionados .amperagem,
.produto .page .content-produto .other-payment-method-content {
  display: none;
}
.produto .page .content-produto .plugin-preco {
  margin: 24px 0 8px;
}
.produto .page .content-produto .plugin-preco .productPrice em {
  font-style: normal;
}
.produto
  .page
  .content-produto
  .plugin-preco
  .productPrice
  .descricao-preco
  .valor-de {
  color: #9e9e9e;
  display: block;
  font-size: 1.3rem;
  text-transform: lowercase;
  font-weight: 500;
}
@media only screen and (min-width: 1260px) {
  .produto
    .page
    .content-produto
    .plugin-preco
    .productPrice
    .descricao-preco
    .valor-de {
    font-size: 1.4rem;
  }
}
.produto
  .page
  .content-produto
  .plugin-preco
  .productPrice
  .descricao-preco
  .valor-de
  strong {
  font-size: 1.3rem;
  text-decoration: line-through;
  font-weight: 500;
  text-transform: uppercase;
}
@media only screen and (min-width: 1260px) {
  .produto
    .page
    .content-produto
    .plugin-preco
    .productPrice
    .descricao-preco
    .valor-de
    strong {
    font-size: 1.4rem;
  }
}
.produto
  .page
  .content-produto
  .plugin-preco
  .productPrice
  .descricao-preco
  .valor-por {
  color: #5a5a5a;
  display: block;
  margin: 6px 0 10px;
  font-style: normal;
  font-size: 1.3rem;
  text-transform: lowercase;
  font-weight: 500;
}
@media only screen and (min-width: 1260px) {
  .produto
    .page
    .content-produto
    .plugin-preco
    .productPrice
    .descricao-preco
    .valor-por {
    font-size: 1.4rem;
  }
}
.produto
  .page
  .content-produto
  .plugin-preco
  .productPrice
  .descricao-preco
  .valor-por
  strong {
  font-size: 2.2rem;
  line-height: 100%;
  font-weight: 500;
  color: #009ee2;
  text-transform: uppercase;
}
@media only screen and (min-width: 1260px) {
  .produto
    .page
    .content-produto
    .plugin-preco
    .productPrice
    .descricao-preco
    .valor-por
    strong {
    font-size: 2.4rem;
  }
}
.produto
  .page
  .content-produto
  .plugin-preco
  .productPrice
  .descricao-preco
  .valor-por::before {
  color: #5a5a5a;
  font-size: 1.3rem;
}
@media only screen and (min-width: 1260px) {
  .produto
    .page
    .content-produto
    .plugin-preco
    .productPrice
    .descricao-preco
    .valor-por::before {
    font-size: 1.4rem;
  }
}
.produto
  .page
  .content-produto
  .plugin-preco
  .productPrice
  .descricao-preco
  .valor-por
  span {
  color: #5a5a5a;
  font-size: 1.3rem;
  font-weight: 300;
}
.produto
  .page
  .content-produto
  .plugin-preco
  .productPrice
  .descricao-preco
  .valor-por
  span.texto {
  color: #9e9e9e;
  font-size: 1.3rem;
}
@media only screen and (min-width: 1260px) {
  .produto
    .page
    .content-produto
    .plugin-preco
    .productPrice
    .descricao-preco
    .valor-por
    span.texto {
    font-size: 1.4rem;
  }
}
.produto
  .page
  .content-produto
  .plugin-preco
  .productPrice
  .descricao-preco
  .valor-por
  span.texto-pix {
  font-weight: 400;
  color: #009ee2;
  font-size: 1.3rem;
}
@media only screen and (min-width: 1260px) {
  .produto
    .page
    .content-produto
    .plugin-preco
    .productPrice
    .descricao-preco
    .valor-por
    span.texto-pix {
    font-size: 1.4rem;
  }
}
.produto
  .page
  .content-produto
  .plugin-preco
  .productPrice
  .descricao-preco
  .valor-dividido {
  display: block;
  color: #9e9e9e;
}
.produto
  .page
  .content-produto
  .plugin-preco
  .productPrice
  .descricao-preco
  .valor-dividido
  span
  > label {
  font-size: 1.3rem;
  font-weight: 300;
}
@media only screen and (min-width: 1260px) {
  .produto
    .page
    .content-produto
    .plugin-preco
    .productPrice
    .descricao-preco
    .valor-dividido
    span
    > label {
    font-size: 1.6rem;
  }
}
.produto
  .page
  .content-produto
  .plugin-preco
  .productPrice
  .descricao-preco
  .valor-dividido
  strong {
  color: #9e9e9e;
  font-size: 1.3rem;
  font-weight: 300;
}
@media only screen and (min-width: 1260px) {
  .produto
    .page
    .content-produto
    .plugin-preco
    .productPrice
    .descricao-preco
    .valor-dividido
    strong {
    font-size: 1.6rem;
  }
}
.produto .page .content-produto .plugin-preco .productPrice .preco-a-vista {
  color: #5a5a5a;
  font-size: 0;
  margin: 16px 0 4px;
  font-weight: 400;
  display: none !important;
}
.produto
  .page
  .content-produto
  .plugin-preco
  .productPrice
  .preco-a-vista
  span {
  color: #5a5a5a;
  font-size: 1.3rem;
  font-weight: 400;
}
.produto
  .page
  .content-produto
  .plugin-preco
  .productPrice
  .preco-a-vista
  span.texto {
  color: #9e9e9e;
  font-size: 1.3rem;
}
@media only screen and (min-width: 1260px) {
  .produto
    .page
    .content-produto
    .plugin-preco
    .productPrice
    .preco-a-vista
    span.texto {
    font-size: 1.4rem;
  }
}
.produto
  .page
  .content-produto
  .plugin-preco
  .productPrice
  .preco-a-vista::before {
  color: #5a5a5a;
  font-size: 1.3rem;
  font-weight: 400;
}
.produto
  .page
  .content-produto
  .plugin-preco
  .productPrice
  .preco-a-vista::after {
  display: block;
  font-weight: 400;
  color: #9e9e9e;
  font-size: 1.3rem;
  margin-top: 4px;
}
@media only screen and (min-width: 1260px) {
  .produto
    .page
    .content-produto
    .plugin-preco
    .productPrice
    .preco-a-vista::after {
    font-size: 1.4rem;
  }
  .produto
    .page
    .content-produto
    .plugin-preco
    .productPrice
    .preco-a-vista
    strong {
    font-size: 1.8rem;
  }
}
.produto
  .page
  .content-produto
  .plugin-preco
  .productPrice
  .preco-a-vista
  strong {
  line-height: 100%;
  font-weight: 500;
  font-size: 1.8rem;
  color: #5a5a5a;
}
.produto .page .content-produto .plugin-preco .productPrice .economia-de {
  display: none;
}
.produto .page .content-produto .preco-antigo {
  color: #9e9e9e;
  font-size: 1.3rem;
  display: block;
  margin-top: 4px;
}
@media only screen and (min-width: 1260px) {
  .produto .page .content-produto .preco-antigo {
    font-size: 1.4rem;
  }
}
.produto .page .content-produto .preco {
  color: #5a5a5a;
  font-size: 1.3rem;
  display: block;
  margin: 4px 0;
}
.produto .page .content-produto .preco span {
  font-size: 2.2rem;
  line-height: 100%;
  font-weight: 500;
  color: #009ee2;
}
@media only screen and (min-width: 1260px) {
  .produto .page .content-produto .preco {
    font-size: 1.4rem;
  }
  .produto .page .content-produto .preco span {
    font-size: 2.4rem;
  }
  .produto .page .content-produto .preco.boleto span {
    font-size: 1.8rem;
  }
}
.produto .page .content-produto .preco.boleto {
  margin-top: 16px;
}
.produto .page .content-produto .preco.boleto span {
  font-size: 1.8rem;
  color: #5a5a5a;
}
.produto .page .content-produto .preco-condicao {
  display: block;
  font-size: 1.3rem;
  color: #9e9e9e;
}
@media only screen and (min-width: 1260px) {
  .produto .page .content-produto .preco-condicao {
    font-size: 1.4rem;
  }
}
.produto .page .content-produto .parcelamento {
  margin: 0 0 0 16px;
  display: inline-block;
}
.produto .page .content-produto .parcelamento a {
  color: #5a5a5a;
  font-size: 1.3rem;
  display: inline-block;
  font-weight: 300;
}
@media only screen and (min-width: 1260px) {
  .produto .page .content-produto .parcelamento a {
    font-size: 1.4rem;
  }
}
.produto .page .content-produto .parcelamento a svg {
  fill: #5a5a5a;
  width: 22px;
  margin-right: 6px;
  float: left;
}
.produto .page .content-produto .buy-button {
  margin: 24px 0 30px;
  font-weight: 500;
  display: block;
  width: auto;
  padding: 16px 48px;
  font-size: 1.3rem;
  text-transform: uppercase;
  position: relative;
  background-color: #009fe3 1%;
  background-image: -webkit-linear-gradient(45deg, #009fe3 1%, #fcea10 100%);
  background-image: -moz-linear-gradient(45deg, #009fe3 1%, #fcea10 100%);
  background-image: -ms-linear-gradient(45deg, #009fe3 1%, #fcea10 100%);
  background-image: -o-linear-gradient(45deg, #009fe3 1%, #fcea10 100%);
  background-position: center;
  background-size: 100% auto;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  color: #fff;
  text-align: center;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -o-transition: 0.6s;
}
@media only screen and (min-width: 576px) {
  .produto .page .content-produto .buy-button {
    display: inline-block;
  }
}
@media only screen and (min-width: 1260px) {
  .produto .page .content-produto .buy-button {
    font-size: 1.4rem;
  }
}
.produto .page .content-produto .buy-button:hover {
  background-size: 350% auto;
  background-position: 0;
}
.produto .page .content-produto .buy-button .spinner > div {
  background-color: #fff;
}
.produto .page .content-produto .comprar-produto {
  margin: 24px 0 30px;
}
.produto .page .content-produto .comprar-produto .btn {
  font-weight: 500;
  display: block;
  width: auto;
  padding: 16px 48px;
  font-size: 1.3rem;
}
@media only screen and (min-width: 576px) {
  .produto .page .content-produto .comprar-produto .btn {
    display: inline-block;
  }
}
.produto .page .content-produto #popupCalculoFreteWrapper,
.produto .page .content-produto .box-frete .footer,
.produto .page .content-produto .box-frete .header,
.produto .page .content-produto .box-frete .quantity {
  display: none;
}
@media only screen and (min-width: 1260px) {
  .produto .page .content-produto .comprar-produto .btn {
    font-size: 1.4rem;
  }
}
.produto .page .content-produto .box-avise {
  padding: 32px 0;
}
.produto .page .content-produto .box-avise p {
  font-size: 1.4rem;
  color: #cf0a2c;
}
.produto .page .content-produto .box-avise .btn {
  margin-top: 12px;
}
.produto .page .content-produto #calculoFrete fieldset {
  border: none;
}
.produto .page .content-produto .box-frete .contentWrapper .content fieldset {
  clear: both;
  margin-top: 12px;
  border: none;
  padding: 0;
}
.produto
  .page
  .content-produto
  .box-frete
  .contentWrapper
  .content
  fieldset
  .prefixo {
  color: #5a5a5a;
  font-size: 1.3rem;
  font-weight: 500;
  float: left;
  width: 70%;
}
.produto
  .page
  .content-produto
  .box-frete
  .contentWrapper
  .content
  fieldset
  .prefixo::before {
  background: url(../arquivos/icone-calcular-frete.svg.png) no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  float: left;
  width: 23px;
  height: 15px;
  margin-right: 6px;
}
@media only screen and (min-width: 576px) {
  .produto
    .page
    .content-produto
    .box-frete
    .contentWrapper
    .content
    fieldset
    .prefixo {
    width: 170px;
  }
}
@media only screen and (min-width: 1260px) {
  .produto
    .page
    .content-produto
    .box-frete
    .contentWrapper
    .content
    fieldset
    .prefixo {
    font-size: 1.4rem;
  }
}
.produto
  .page
  .content-produto
  .box-frete
  .contentWrapper
  .content
  fieldset
  .prefixo
  svg {
  margin-right: 8px;
  float: left;
  width: 22px;
  fill: #5a5a5a;
}
.produto
  .page
  .content-produto
  .box-frete
  .contentWrapper
  .content
  fieldset
  .prefixo
  #txtCep {
  border: 1px solid #ccc;
  color: #5a5a5a;
  font-size: 1.3rem;
  height: 42px;
  line-height: 100%;
  padding: 10px 8px;
  outline: 0;
  width: 100%;
  margin-top: 6px;
}
@media only screen and (min-width: 1260px) {
  .produto
    .page
    .content-produto
    .box-frete
    .contentWrapper
    .content
    fieldset
    .prefixo
    #txtCep {
    font-size: 1.4rem;
  }
}
.produto
  .page
  .content-produto
  .box-frete
  .contentWrapper
  .content
  fieldset
  .frete-calcular
  #btnFreteSimulacao {
  background: #f8f8f8;
  border: 1px solid #ccc;
  border-left: none;
  color: #5a5a5a;
  display: block;
  font-size: 1.3rem;
  font-weight: 500;
  height: 42px;
  line-height: 100%;
  padding: 14px 0;
  text-align: center;
  float: left;
  margin: 21px 0 0;
  width: 30%;
  outline: 0;
  cursor: pointer;
}
@media only screen and (min-width: 576px) {
  .produto
    .page
    .content-produto
    .box-frete
    .contentWrapper
    .content
    fieldset
    .frete-calcular
    #btnFreteSimulacao {
    width: 92px;
    margin: 22px 0 0;
  }
}
@media only screen and (min-width: 1260px) {
  .produto
    .page
    .content-produto
    .box-frete
    .contentWrapper
    .content
    fieldset
    .frete-calcular
    #btnFreteSimulacao {
    font-size: 1.4rem;
  }
}
.produto
  .page
  .content-produto
  .box-frete
  .contentWrapper
  .content
  fieldset
  .cep-busca
  a {
  display: block;
  clear: both;
  color: #5a5a5a;
  font-size: 1.3rem;
  margin-bottom: 16px;
  padding: 8px 0;
  text-decoration: underline;
}
.produto
  .page
  .content-produto
  .box-frete
  .contentWrapper
  .content
  .freight-values
  .frete-valores {
  width: 100%;
  color: #5a5a5a;
  line-height: 140%;
  letter-spacing: -0.03rem;
}
.produto
  .page
  .content-produto
  .box-frete
  .contentWrapper
  .content
  .freight-values
  .frete-valores
  thead {
  font-weight: 500;
  font-size: 1.5rem;
}
.produto
  .page
  .content-produto
  .box-frete
  .contentWrapper
  .content
  .freight-values
  .frete-valores
  tbody {
  font-size: 1.3rem;
  color: #009ee2;
}
.produto
  .page
  .content-produto
  .box-frete
  .contentWrapper
  .content
  .freight-values
  table {
  width: 100%;
  color: #5a5a5a;
  line-height: 120%;
  letter-spacing: -0.03rem;
}
.produto
  .page
  .content-produto
  .box-frete
  .contentWrapper
  .content
  .freight-values
  table
  thead
  tr
  th {
  font-size: 1.3rem;
  text-align: left;
  padding-bottom: 6px;
  font-weight: 600;
}
.produto
  .page
  .content-produto
  .box-frete
  .contentWrapper
  .content
  .freight-values
  table
  tbody
  tr
  td {
  vertical-align: top;
  font-weight: 400;
  color: #9e9e9e;
}
.produto .preco-pix {
  align-items: center;
  color: #9e9e9e;
  font-size: 1.4rem;
  font-weight: 300;
  display: none;
}
@media only screen and (min-width: 1260px) {
  .produto .preco-pix {
    font-size: 1.6rem;
  }
}
.produto .preco-pix svg {
  width: 18px;
  margin-right: 8px;
  fill: #32bcad;
}
.produto .avise-me,
.produto .notifyme {
  position: relative;
  color: #9e9e9e;
  line-height: 140%;
}
.produto .avise-me .skuList .buy-button,
.produto .avise-me .skuList .imageSku,
.produto .avise-me .skuList .nomeSku,
.produto .avise-me .skuList .preco,
.produto .avise-me .skuList .seller-data,
.produto .avise-me .skuList .seller-data + a,
.produto .notifyme .skuList .buy-button,
.produto .notifyme .skuList .imageSku,
.produto .notifyme .skuList .nomeSku,
.produto .notifyme .skuList .preco,
.produto .notifyme .skuList .seller-data,
.produto .notifyme .skuList .seller-data + a {
  display: none;
}
.produto .avise-me .notifyme-title-div,
.produto .notifyme .notifyme-title-div {
  margin-top: 24px;
}
.produto .avise-me .notifyme-title-div .notifyme-title,
.produto .notifyme .notifyme-title-div .notifyme-title {
  font-size: 0;
}
.produto .avise-me .notifyme-title-div .notifyme-title::after,
.produto .notifyme .notifyme-title-div .notifyme-title::after {
  content: "Produto indisponível";
  color: #b70927;
  font-weight: 500;
  font-size: 1.6rem;
  margin: 42px 0 12px;
}
@media only screen and (min-width: 768px) {
  .produto .avise-me .notifyme-title-div .notifyme-title::after,
  .produto .notifyme .notifyme-title-div .notifyme-title::after {
    font-size: 1.8rem;
  }
}
.produto .avise-me .notifyme-title-div .cadastre-se,
.produto .notifyme .notifyme-title-div .cadastre-se {
  color: #88c771;
  font-weight: 500;
  font-size: 1.6rem;
}
@media only screen and (min-width: 768px) {
  .produto .avise-me .notifyme-title-div .cadastre-se,
  .produto .notifyme .notifyme-title-div .cadastre-se {
    font-size: 1.8rem;
  }
}
.produto .avise-me .notifyme-form,
.produto .notifyme .notifyme-form {
  padding: 0;
  border: none;
  margin: 12px 0 0;
}
.produto .avise-me .notifyme-form p,
.produto .notifyme .notifyme-form p {
  margin-bottom: 12px;
}
.produto .avise-me .notifyme-form .texto-legal,
.produto .notifyme .notifyme-form .texto-legal {
  font-size: 1.2rem;
  line-height: 140%;
  margin-top: 0;
}
.produto .avise-me .notifyme-form .texto-legal a,
.produto .notifyme .notifyme-form .texto-legal a {
  color: #009ee2;
  text-decoration: underline;
}
.produto .avise-me .notifyme-form input[type="text"],
.produto .notifyme .notifyme-form input[type="text"] {
  border: none;
  color: #5a5a5a;
  outline: 0;
  font-size: 1.4rem;
  padding: 12px;
  width: 100%;
  border-bottom: 2px solid #e9e9e9;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  margin-bottom: 12px;
}
.produto .avise-me .notifyme-form input[type="text"]:focus,
.produto .notifyme .notifyme-form input[type="text"]:focus {
  border-color: #009ee2;
}
.produto .avise-me .notifyme-form .btn-ok,
.produto .notifyme .notifyme-form .btn-ok {
  display: block;
  border: 2px solid #88c771;
  background-position: -50px;
  background-size: 200% auto;
  font-weight: 500;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
  padding: 12px 24px;
  width: 100%;
  outline: 0;
  cursor: pointer;
  background-color: #009fe3 1%;
  background-image: -webkit-linear-gradient(45deg, #009fe3 1%, #fcea10 100%);
  background-image: -moz-linear-gradient(45deg, #009fe3 1%, #fcea10 100%);
  background-image: -ms-linear-gradient(45deg, #009fe3 1%, #fcea10 100%);
  background-image: -o-linear-gradient(45deg, #009fe3 1%, #fcea10 100%);
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
.produto .avise-me .notifyme-form .btn-ok:hover,
.produto .notifyme .notifyme-form .btn-ok:hover {
  border: 2px solid #009ee2;
  background-size: 400% auto;
  background-position: left center;
}
.produto .avise-me .notifyme-form label,
.produto .notifyme .notifyme-form label {
  margin-bottom: 12px;
  display: block;
}
.produto
  #box-parcelas
  .conteudo-parcelas
  .other-payment-method-ul
  li:first-child,
.produto .avise-me ~ .portal-notify-me-ref,
.produto .especificacoes br {
  display: none;
}
.produto .avise-me .notifyme-form label input,
.produto .notifyme .notifyme-form label input {
  border: none;
  color: #5a5a5a;
  outline: 0;
  font-size: 1.4rem;
  padding: 12px;
  width: 100%;
  border-bottom: 2px solid #e9e9e9;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.produto .avise-me .notifyme-form label input:focus,
.produto .notifyme .notifyme-form label input:focus {
  border-color: #009ee2;
}
.produto .avise-me .notifyme-form .alerta,
.produto .notifyme .notifyme-form .alerta {
  margin-top: 12px;
}
.produto .avise-me .notifyme-form .btn,
.produto .notifyme .notifyme-form .btn {
  margin-top: 24px;
}
.produto #box-parcelas p {
  text-align: center;
  font-weight: 500;
  margin-bottom: 16px;
  font-size: 1.4rem;
  color: #202020;
}
@media only screen and (min-width: 1260px) {
  .produto #box-parcelas p {
    font-size: 1.6rem;
  }
}
.produto #box-parcelas .conteudo-parcelas {
  color: #202020;
  font-size: 1.3rem;
  line-height: 160%;
  width: auto;
  min-width: 180px;
  height: auto;
  left: 0;
  background: #fff;
  z-index: 101;
}
.produto #box-parcelas .conteudo-parcelas strong {
  color: #202020;
}
.produto .especificacoes {
  white-space: pre-line;
  line-height: 32px;
}
.produto .descricao_wrapper,
.produto .especificacoes,
.produto .videos {
  background: #fff;
  color: #5a5a5a;
  margin-top: 24px;
  padding: 36px;
}
@media only screen and (min-width: 1260px) {
  .produto #box-parcelas .conteudo-parcelas {
    font-size: 1.4rem;
  }
  .produto .descricao_wrapper,
  .produto .especificacoes,
  .produto .videos {
    padding: 64px;
  }
}
.produto .descricao_wrapper h2,
.produto .especificacoes h2,
.produto .videos h2 {
  font-size: 1.8rem;
  font-weight: 400;
}
.produto .descricao_wrapper .caracteristicas,
.produto .especificacoes .caracteristicas,
.produto .videos .caracteristicas {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  line-height: 160%;
}
.produto .descricao_wrapper .caracteristicas .especificacao,
.produto .descricao_wrapper .caracteristicas div,
.produto .especificacoes .caracteristicas .especificacao,
.produto .especificacoes .caracteristicas div,
.produto .videos .caracteristicas .especificacao,
.produto .videos .caracteristicas div {
  width: 100%;
}
@media only screen and (min-width: 576px) {
  .produto .descricao_wrapper .caracteristicas div,
  .produto .especificacoes .caracteristicas div,
  .produto .videos .caracteristicas div {
    width: 48%;
  }
}
@media only screen and (min-width: 1260px) {
  .produto .descricao_wrapper h2,
  .produto .especificacoes h2,
  .produto .videos h2 {
    font-size: 2.4rem;
  }
  .produto .descricao_wrapper .caracteristicas div h3,
  .produto .especificacoes .caracteristicas div h3,
  .produto .videos .caracteristicas div h3 {
    font-size: 1.6rem;
  }
  .produto .descricao_wrapper .caracteristicas div p,
  .produto .especificacoes .caracteristicas div p,
  .produto .videos .caracteristicas div p {
    font-size: 1.4rem;
  }
}
.produto .descricao_wrapper .caracteristicas div h3,
.produto .especificacoes .caracteristicas div h3,
.produto .videos .caracteristicas div h3 {
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 16px;
  margin-top: 42px;
}
.produto .descricao_wrapper .caracteristicas div p,
.produto .especificacoes .caracteristicas div p,
.produto .videos .caracteristicas div p {
  font-size: 1.3rem;
}
.produto .descricao_wrapper .especificacao,
.produto .especificacoes .especificacao,
.produto .videos .especificacao {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: baseline;
  font-size: 1.2rem;
  line-height: 140%;
  overflow: hidden;
  position: relative;
  margin-top: 24px;
  -webkit-transition: 1.4s;
  -moz-transition: 1.4s;
  -ms-transition: 1.4s;
  -o-transition: 1.4s;
}
.produto .descricao_wrapper .especificacao.small,
.produto .especificacoes .especificacao.small,
.produto .videos .especificacao.small {
  height: 345px;
}
@media only screen and (min-width: 576px) {
  .produto .descricao_wrapper .especificacao.small,
  .produto .especificacoes .especificacao.small,
  .produto .videos .especificacao.small {
    height: 330px;
  }
}
@media only screen and (min-width: 768px) {
  .produto .descricao_wrapper .especificacao,
  .produto .especificacoes .especificacao,
  .produto .videos .especificacao {
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -ms-transition: 0.6s;
    -o-transition: 0.6s;
  }
  .produto .descricao_wrapper .especificacao.small,
  .produto .especificacoes .especificacao.small,
  .produto .videos .especificacao.small {
    height: 310px;
  }
}
@media only screen and (min-width: 1260px) {
  .produto .descricao_wrapper .especificacao,
  .produto .especificacoes .especificacao,
  .produto .videos .especificacao {
    justify-content: flex-start;
  }
  .produto .descricao_wrapper .especificacao.small,
  .produto .especificacoes .especificacao.small,
  .produto .videos .especificacao.small {
    height: 280px;
  }
}
@media only screen and (min-width: 1200px) {
  .produto .descricao_wrapper .especificacao.small,
  .produto .especificacoes .especificacao.small,
  .produto .videos .especificacao.small {
    height: 270px;
  }
}
@media only screen and (min-width: 1600px) {
  .produto .descricao_wrapper,
  .produto .especificacoes,
  .produto .videos {
    padding: 82px 92px;
  }
  .produto .descricao_wrapper .especificacao.small,
  .produto .especificacoes .especificacao.small,
  .produto .videos .especificacao.small {
    height: 280px;
  }
}
.produto .descricao_wrapper .especificacao div,
.produto .especificacoes .especificacao div,
.produto .videos .especificacao div {
  width: 45%;
  margin-top: 36px;
}
@media only screen and (min-width: 1260px) {
  .produto .descricao_wrapper .especificacao div,
  .produto .especificacoes .especificacao div,
  .produto .videos .especificacao div {
    margin-top: 42px;
    width: 25%;
    padding: 0 10px;
    min-height: 60px;
  }
}
@media only screen and (min-width: 1600px) {
  .produto .descricao_wrapper .especificacao div,
  .produto .especificacoes .especificacao div,
  .produto .videos .especificacao div {
    width: 20%;
    min-height: 60px;
  }
}
.produto .descricao_wrapper .especificacao div strong,
.produto .especificacoes .especificacao div strong,
.produto .videos .especificacao div strong {
  display: block;
  margin-bottom: 6px;
}
.produto .descricao_wrapper .especificacao .titulo,
.produto .especificacoes .especificacao .titulo,
.produto .videos .especificacao .titulo {
  display: block;
  width: 100%;
  font-size: 1.6rem;
  font-weight: 700;
  margin-top: 16px;
  min-height: 16px;
}
.produto .descricao_wrapper .ver-mais,
.produto .especificacoes .ver-mais,
.produto .videos .ver-mais {
  width: 140px;
  margin-left: 50%;
  cursor: pointer;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
}
.produto .descricao_wrapper .ver-mais div,
.produto .especificacoes .ver-mais div,
.produto .videos .ver-mais div {
  width: 100%;
  padding: 10px;
}
.produto .descricao_wrapper .ver-mais div span,
.produto .especificacoes .ver-mais div span,
.produto .videos .ver-mais div span {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.2rem;
}
.produto .descricao_wrapper .ver-mais svg,
.produto .especificacoes .ver-mais svg,
.produto .videos .ver-mais svg {
  height: 16px;
  width: 32px;
  margin-right: 0;
  float: left;
  fill: #009ee2;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.produto .descricao_wrapper .ver-mais.active svg,
.produto .especificacoes .ver-mais.active svg,
.produto .videos .ver-mais.active svg {
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
}
.produto #caracteristicas h4 {
  display: none;
}
.produto #caracteristicas table {
  background: #fff;
  color: #5a5a5a;
  margin-top: 24px;
  padding: 36px;
  width: 100%;
}
@media only screen and (min-width: 1260px) {
  .produto #caracteristicas table {
    padding: 64px;
  }
}
@media only screen and (min-width: 1600px) {
  .produto #caracteristicas table {
    padding: 82px 92px;
  }
}
.produto #caracteristicas table tr {
  display: flex;
  flex-direction: column;
  text-align: left;
  width: 100%;
}
.produto #caracteristicas table tr th {
  width: 100%;
  font-weight: 400;
  font-size: 1.8rem;
  padding-bottom: 16px;
}
@media only screen and (min-width: 768px) {
  .produto #caracteristicas table tr th {
    font-size: 2.4rem;
  }
}
.produto #caracteristicas table tr td {
  width: 100%;
  line-height: 1.4;
  font-size: 1.4rem;
  color: #5a5a5a;
}
.produto #caracteristicas table tr:last-child th {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid #e9e9e9;
}
.produto .compre-junto .buy-together-content {
  display: none;
}
.produto .compre-junto .conteudo-compre-junto {
  display: none;
  margin: 36px 0 0;
}
.produto .compre-junto h4 {
  font-size: 21px;
  font-weight: 400;
  color: #5a5a5a;
  text-align: center;
}
.produto .compre-junto .produtos-compre-junto {
  margin: 16px 0 24px;
  flex-wrap: wrap;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  width: 100%;
}
@media only screen and (min-width: 1260px) {
  .produto .compre-junto h4 {
    font-size: 32px;
  }
  .produto .compre-junto .produtos-compre-junto {
    margin: 32px 0 42px;
  }
}
.produto .compre-junto .produtos-compre-junto div {
  cursor: pointer;
  padding: 16px;
  border: 1px solid #fff;
  background: #fff;
  width: 90%;
  position: relative;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.produto .compre-junto .produtos-compre-junto div:not(:first-child) {
  margin-top: 44px;
}
.produto .compre-junto .produtos-compre-junto div:not(:first-child)::after {
  content: "+";
  display: block;
  position: absolute;
  font-size: 40px;
  font-weight: 400;
  color: #9e9e9e;
  left: 45%;
  top: -46px;
}
@media only screen and (min-width: 576px) {
  .produto .compre-junto .produtos-compre-junto {
    flex-direction: row;
  }
  .produto .compre-junto .produtos-compre-junto div {
    padding: 16px;
    width: 23%;
  }
  .produto .compre-junto .produtos-compre-junto div:not(:first-child) {
    margin-top: 0;
    margin-left: 4%;
  }
  .produto .compre-junto .produtos-compre-junto div:not(:first-child)::after {
    top: 40%;
    left: -18%;
    font-size: 32px;
  }
}
@media only screen and (min-width: 768px) {
  .produto .compre-junto .produtos-compre-junto div:not(:first-child)::after {
    font-size: 40px;
    left: -18%;
  }
}
@media only screen and (min-width: 1260px) {
  .produto .compre-junto .produtos-compre-junto div:not(:first-child)::after {
    left: -19%;
  }
}
@media only screen and (min-width: 1600px) {
  .produto .compre-junto .produtos-compre-junto div:not(:first-child)::after {
    left: -14%;
  }
}
.produto .compre-junto .produtos-compre-junto div .checks {
  display: block;
  cursor: pointer;
  padding-left: 24px;
  padding-top: 2px;
  margin: 0 auto;
  width: 94px;
  position: relative;
  float: left;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media only screen and (min-width: 576px) {
  .produto .compre-junto .produtos-compre-junto div .checks {
    float: none;
  }
}
.produto .compre-junto .produtos-compre-junto div .checks .add {
  font-size: 12px;
  letter-spacing: 0.06rem;
  font-weight: 500;
  color: #5a5a5a;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
@media only screen and (min-width: 768px) {
  .produto .compre-junto .produtos-compre-junto div .checks .add {
    font-size: 13px;
  }
}
.produto .compre-junto .produtos-compre-junto div .checks input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.produto .compre-junto .produtos-compre-junto div .checks .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 18px;
  width: 18px;
  border: 1px solid #ccc;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.produto .compre-junto .produtos-compre-junto div .checks .checkmark::after {
  content: "";
  position: absolute;
  left: 2px;
  top: 2px;
  width: 12px;
  height: 12px;
  background: 0 0;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
}
.produto
  .compre-junto
  .produtos-compre-junto
  div
  .checks
  input:checked
  ~ .checkmark {
  border: 1px solid #5a5a5a;
}
.produto
  .compre-junto
  .produtos-compre-junto
  div
  .checks
  input:checked
  ~ .checkmark:after {
  display: block;
  background-color: #5a5a5a;
}
.produto .compre-junto .produtos-compre-junto div img {
  display: block;
  width: 140px;
  height: 140px;
  float: left;
  margin-right: 12px;
}
@media only screen and (min-width: 576px) {
  .produto .compre-junto .produtos-compre-junto div img {
    margin: 0 auto;
    float: none;
    width: 114px;
    height: 114px;
  }
}
.produto .compre-junto .produtos-compre-junto div .selo {
  font-size: 12px;
  letter-spacing: 0;
  color: #fff;
  padding: 4px 10px;
  margin: 0;
  position: absolute;
  left: 10px;
  top: 10px;
  background-color: #009fe3 1%;
  background-image: -webkit-linear-gradient(45deg, #009fe3 1%, #fcea10 100%);
  background-image: -moz-linear-gradient(45deg, #009fe3 1%, #fcea10 100%);
  background-image: -ms-linear-gradient(45deg, #009fe3 1%, #fcea10 100%);
  background-image: -o-linear-gradient(45deg, #009fe3 1%, #fcea10 100%);
}
.produto .compre-junto .produtos-compre-junto div .aviso,
.produto .compre-junto .produtos-compre-junto div .nome,
.produto .compre-junto .produtos-compre-junto div .preco {
  text-align: left;
  font-size: 13px;
  color: #5a5a5a;
  font-weight: 500;
  line-height: 140%;
  height: 60px;
  overflow: hidden;
  margin-top: 7px;
}
@media only screen and (min-width: 576px) {
  .produto .compre-junto .produtos-compre-junto div .selo {
    left: auto;
    right: 10px;
  }
  .produto .compre-junto .produtos-compre-junto div .aviso,
  .produto .compre-junto .produtos-compre-junto div .nome,
  .produto .compre-junto .produtos-compre-junto div .preco {
    margin-left: 0;
    line-height: 120%;
    height: 30px;
    text-align: center;
  }
}
.produto .compre-junto .produtos-compre-junto div .nome {
  height: 52px;
  font-size: 13px;
}
@media only screen and (min-width: 768px) {
  .produto .compre-junto .produtos-compre-junto div .nome {
    font-size: 15px;
  }
}
.produto .compre-junto .produtos-compre-junto div .preco {
  height: auto;
  font-size: 16px;
  font-weight: 700;
  margin: 8px 0 0;
  color: #009ee2;
}
.produto .compre-junto .produtos-compre-junto div .aviso {
  height: auto;
  margin: 2px 0 12px;
  font-weight: 300;
}
@media only screen and (min-width: 768px) {
  .produto .compre-junto .produtos-compre-junto div .aviso {
    margin: 2px 0 24px;
  }
}
.produto .compre-junto .produtos-compre-junto div:hover .checks span {
  color: #009ee2;
}
.produto .compre-junto .produtos-compre-junto div.disabled .aviso,
.produto .compre-junto .produtos-compre-junto div.disabled .checks .add,
.produto .compre-junto .produtos-compre-junto div.disabled .nome,
.produto .compre-junto .produtos-compre-junto div.disabled .preco {
  color: #ccc;
}
.produto
  .compre-junto
  .produtos-compre-junto
  div:hover
  .checks
  input
  ~ .checkmark {
  border: 1px solid #009ee2;
}
.produto
  .compre-junto
  .produtos-compre-junto
  div:hover
  .checks
  input:checked
  ~ .checkmark:after {
  background-color: #009ee2;
}
.produto .compre-junto .produtos-compre-junto div.disabled {
  cursor: default;
}
.produto .compre-junto .produtos-compre-junto div.disabled .checks {
  width: 106px;
  cursor: default;
}
.produto
  .compre-junto
  .produtos-compre-junto
  div.disabled
  .checks
  input:checked
  ~ .checkmark {
  border: 1px solid #ccc;
}
.produto
  .compre-junto
  .produtos-compre-junto
  div.disabled
  .checks
  input:checked
  ~ .checkmark:after {
  background-color: #ccc;
}
.produto .compre-junto .produtos-compre-junto div.disabled img {
  opacity: 0.4;
}
.produto .compre-junto .produtos-compre-junto div.disabled:hover {
  border-color: #fff;
}
.produto .compre-junto .produtos-compre-junto div.total {
  margin: 12px 0 0;
  border: none;
  cursor: default;
  color: #5a5a5a;
  background: 0 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 12px 24px;
  text-align: center;
}
.produto .compre-junto .produtos-compre-junto div.total span,
.produto .compre-junto .produtos-compre-junto div.total::after {
  display: none;
}
.produto .compre-junto .produtos-compre-junto div.total .frase {
  line-height: 140%;
}
.produto .compre-junto .produtos-compre-junto div.total span .aviso,
.produto .compre-junto .produtos-compre-junto div.total span .condicao,
.produto .compre-junto .produtos-compre-junto div.total span .selecionado,
.produto .compre-junto .produtos-compre-junto div.total span .valor {
  font-size: 14px;
  font-weight: 400;
  line-height: 120%;
  text-align: center;
}
@media only screen and (min-width: 576px) {
  .produto .compre-junto .produtos-compre-junto div.total {
    margin: 0;
  }
  .produto .compre-junto .produtos-compre-junto div.total span .aviso,
  .produto .compre-junto .produtos-compre-junto div.total span .condicao,
  .produto .compre-junto .produtos-compre-junto div.total span .selecionado,
  .produto .compre-junto .produtos-compre-junto div.total span .valor {
    font-size: 12px;
  }
}
.produto .compre-junto .produtos-compre-junto div.total span .valor {
  font-size: 24px;
  font-weight: 500;
  margin: 10px 0 7px;
  line-height: 100%;
}
@media only screen and (min-width: 576px) {
  .produto .compre-junto .produtos-compre-junto div.total span .valor {
    margin: 4px 0 0;
    font-size: 20px;
  }
}
@media only screen and (min-width: 1260px) {
  .produto .compre-junto .produtos-compre-junto div.total span .valor {
    font-size: 18px;
  }
}
@media only screen and (min-width: 1600px) {
  .produto .compre-junto .produtos-compre-junto div.total span .valor {
    font-size: 20px;
  }
}
.produto .compre-junto .produtos-compre-junto div.total span a {
  width: 100%;
  display: block;
  padding: 3px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;
  position: relative;
  cursor: pointer;
  background-color: #009fe3 1%;
  background-image: -webkit-linear-gradient(45deg, #009fe3 1%, #fcea10 100%);
  background-image: -moz-linear-gradient(45deg, #009fe3 1%, #fcea10 100%);
  background-image: -ms-linear-gradient(45deg, #009fe3 1%, #fcea10 100%);
  background-image: -o-linear-gradient(45deg, #009fe3 1%, #fcea10 100%);
  background-position: center;
  background-size: 100% auto;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -ms-transition: 0.6s;
  -o-transition: 0.6s;
  font-size: 13px;
  height: 42px;
  line-height: 36px;
  margin-top: 16px;
}
.produto .compre-junto .produtos-compre-junto div.total span a div {
  display: block;
  background: #fff;
  padding: 10px;
  font-size: 1.3rem;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
@media only screen and (min-width: 576px) {
  .produto .compre-junto .produtos-compre-junto div.total span a div {
    padding: 12px;
    font-size: 1.3rem;
  }
  .produto .compre-junto .produtos-compre-junto div.total span a {
    margin-top: 12px;
  }
}
@media only screen and (min-width: 1260px) {
  .produto .compre-junto .produtos-compre-junto div.total span a div {
    padding: 14px;
    font-size: 1.4rem;
  }
}
.produto .compre-junto .produtos-compre-junto div.total span a div span {
  background-color: #009fe3 1%;
  background-image: -webkit-linear-gradient(45deg, #009fe3 1%, #fcea10 100%);
  background-image: -moz-linear-gradient(45deg, #009fe3 1%, #fcea10 100%);
  background-image: -ms-linear-gradient(45deg, #009fe3 1%, #fcea10 100%);
  background-image: -o-linear-gradient(45deg, #009fe3 1%, #fcea10 100%);
  background-position: -20px;
  background-size: 200% auto;
  font-weight: 500;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
.produto .compre-junto .produtos-compre-junto div.total span a.btn-full {
  padding: 14px 18px;
}
.produto .compre-junto .produtos-compre-junto div.total span a.btn-vermais div {
  padding: 14px 36px;
  background: #e9e9e9;
}
.produto
  .compre-junto
  .produtos-compre-junto
  div.total
  span
  a.btn-vermais
  div
  span
  svg {
  fill: #88c771;
  width: 12px;
  margin-left: 4px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.produto .compre-junto .produtos-compre-junto div.total span a.btn-play {
  padding: 12px 10px 12px 26px;
}
.produto
  .compre-junto
  .produtos-compre-junto
  div.total
  span
  a.btn-play::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  left: 25px;
  top: 34%;
  width: 0;
  height: 0;
  border: 0 solid transparent;
  border-bottom-width: 6px;
  border-top-width: 6px;
  border-left: 10px solid #fff;
}
@media only screen and (min-width: 1260px) {
  .produto .compre-junto .produtos-compre-junto div.total span a.btn-play {
    padding: 12px 20px 12px 36px;
  }
  .produto
    .compre-junto
    .produtos-compre-junto
    div.total
    span
    a.btn-play::before {
    top: 36%;
    left: 32px;
  }
}
.produto .compre-junto .produtos-compre-junto div.total span a.btn-white {
  background: #fff;
  -webkit-text-shadow: none;
  -moz-text-shadow: none;
  text-shadow: none;
}
.produto .compre-junto .produtos-compre-junto div.total span a.btn-white span {
  background-color: #009fe3 1%;
  background-image: -webkit-linear-gradient(45deg, #009fe3 1%, #fcea10 100%);
  background-image: -moz-linear-gradient(45deg, #009fe3 1%, #fcea10 100%);
  background-image: -ms-linear-gradient(45deg, #009fe3 1%, #fcea10 100%);
  background-image: -o-linear-gradient(45deg, #009fe3 1%, #fcea10 100%);
  background-position: -20px;
  background-size: 200% auto;
  font-weight: 500;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
.produto
  .compre-junto
  .produtos-compre-junto
  div.total
  span
  a.btn-white::before {
  border-left: 10px solid #009ee2;
}
.produto .compre-junto .produtos-compre-junto div.total span a.btn-grey {
  background-color: #9e9e9e 1%;
  background-image: -webkit-linear-gradient(45deg, #9e9e9e 1%, #ccc 100%);
  background-image: -moz-linear-gradient(45deg, #9e9e9e 1%, #ccc 100%);
  background-image: -ms-linear-gradient(45deg, #9e9e9e 1%, #ccc 100%);
  background-image: -o-linear-gradient(45deg, #9e9e9e 1%, #ccc 100%);
}
.produto
  .compre-junto
  .produtos-compre-junto
  div.total
  span
  a.btn-grey
  div
  span {
  background-color: grey 1%;
  background-image: -webkit-linear-gradient(45deg, grey 1%, grey 100%);
  background-image: -moz-linear-gradient(45deg, grey 1%, grey 100%);
  background-image: -ms-linear-gradient(45deg, grey 1%, grey 100%);
  background-image: -o-linear-gradient(45deg, grey 1%, grey 100%);
}
.produto .compre-junto .produtos-compre-junto div.total span a.btn-blue {
  background: #009ee2;
  display: inline-block;
  width: max-content;
  padding: 14px 32px;
  text-transform: none;
}
.produto .compre-junto .produtos-compre-junto div.total span a.btn-blue:hover {
  background: #007aaf;
}
.produto .compre-junto .produtos-compre-junto div.total span a.btn-blue:active {
  background: #fff;
  color: #009ee2;
  border: 1px solid #009ee2;
}
.produto .compre-junto .produtos-compre-junto div.total span a:hover {
  background-size: 350% auto;
  background-position: 0;
}
.produto .compre-junto .produtos-compre-junto div.total span a:hover div span {
  background-size: 400% auto;
  background-position: left center;
}
.produto
  .compre-junto
  .produtos-compre-junto
  div.total
  span
  a:hover
  div
  span
  svg {
  fill: #009ee2;
}
.produto .compre-junto .produtos-compre-junto div.total span a:hover {
  background: #009ee2;
}
.produto .modal-compre-junto .conteudo-modal-cj {
  width: 100%;
  max-width: 320px;
  height: auto;
  overflow-y: overlay;
  position: relative;
  z-index: 2;
  background: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.produto .modal-compre-junto .conteudo-modal-cj .btn-group {
  display: flex;
  width: 100%;
  margin-top: 0;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .produto .modal-compre-junto .conteudo-modal-cj {
    max-width: 468px;
  }
  .produto .modal-compre-junto .conteudo-modal-cj .btn-group {
    margin-top: 16px;
    flex-direction: row;
    align-items: center;
  }
}
.produto .modal-compre-junto .conteudo-modal-cj .btn-group .btn {
  margin: 6px 0;
  outline: 0;
}
.produto .modal-compre-junto .conteudo-modal-cj .btn-group .btn.btn-adicionar {
  padding: 12px 0;
}
@media only screen and (min-width: 768px) {
  .produto .modal-compre-junto .conteudo-modal-cj .btn-group .btn {
    margin: 0 12px;
  }
  .produto
    .modal-compre-junto
    .conteudo-modal-cj
    .btn-group
    .btn.btn-adicionar {
    padding: 17px 0;
  }
}
.produto .modal-compre-junto .conteudo-modal-cj .fecha-modal {
  border: none;
  width: 38px;
  height: 38px;
  left: initial;
  background: #f8f8f8;
  position: absolute;
  right: 0;
  top: 0;
  outline: 0;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.produto .modal-compre-junto .conteudo-modal-cj .fecha-modal:hover {
  background: #e9e9e9;
}
.produto .modal-compre-junto .conteudo-modal-cj .titulo {
  font-size: 18px;
  text-align: center;
  line-height: 110%;
  margin-bottom: 10px;
}
@media only screen and (min-width: 1260px) {
  .produto .modal-compre-junto .conteudo-modal-cj .titulo {
    font-size: 24px;
  }
}
.produto .modal-compre-junto .conteudo-modal-cj .produto-cj {
  display: flex;
}
.produto .modal-compre-junto .conteudo-modal-cj .produto-cj > div {
  position: relative;
  width: 240px;
  margin: 0 auto;
}
.produto .modal-compre-junto .conteudo-modal-cj .produto-cj > div img {
  display: block;
  margin: 0 auto;
  float: none;
  width: 144px;
  height: 144px;
}
.produto .modal-compre-junto .conteudo-modal-cj .produto-cj > div .selo {
  font-size: 12px;
  letter-spacing: 0;
  color: #fff;
  padding: 4px 10px;
  margin: 0;
  position: absolute;
  right: 10px;
  top: 10px;
  background-color: #009fe3 1%;
  background-image: -webkit-linear-gradient(45deg, #009fe3 1%, #fcea10 100%);
  background-image: -moz-linear-gradient(45deg, #009fe3 1%, #fcea10 100%);
  background-image: -ms-linear-gradient(45deg, #009fe3 1%, #fcea10 100%);
  background-image: -o-linear-gradient(45deg, #009fe3 1%, #fcea10 100%);
}
.produto .modal-compre-junto .conteudo-modal-cj .produto-cj > div .aviso,
.produto .modal-compre-junto .conteudo-modal-cj .produto-cj > div .nome,
.produto .modal-compre-junto .conteudo-modal-cj .produto-cj > div .preco {
  text-align: center;
  font-size: 13px;
  color: #5a5a5a;
  font-weight: 500;
  line-height: 140%;
  height: 60px;
  overflow: hidden;
  margin-top: 7px;
}
@media only screen and (min-width: 576px) {
  .produto .modal-compre-junto .conteudo-modal-cj .produto-cj > div .selo {
    left: auto;
    right: 10px;
  }
  .produto .modal-compre-junto .conteudo-modal-cj .produto-cj > div .aviso,
  .produto .modal-compre-junto .conteudo-modal-cj .produto-cj > div .nome,
  .produto .modal-compre-junto .conteudo-modal-cj .produto-cj > div .preco {
    margin-left: 0;
    line-height: 120%;
    height: 30px;
    text-align: center;
  }
}
.produto .modal-compre-junto .conteudo-modal-cj .produto-cj > div .nome {
  height: 42px;
  font-size: 15px;
}
.produto .modal-compre-junto .conteudo-modal-cj .produto-cj > div .preco {
  height: auto;
  font-size: 16px;
  font-weight: 700;
  margin: 8px 0 0;
  color: #009ee2;
}
.produto .modal-compre-junto .conteudo-modal-cj .produto-cj > div .aviso {
  height: auto;
  margin: 2px 0 12px;
  font-weight: 300;
}
@media only screen and (min-width: 768px) {
  .produto .modal-compre-junto .conteudo-modal-cj .produto-cj > div .aviso {
    margin: 2px 0 0;
  }
}
.produto .modal-compre-junto .conteudo-modal-cj .produto-cj > div .checks {
  display: none;
}
.produto .infografico {
  background: #fff;
  text-align: left;
  padding: 24px;
}
.produto .infografico img {
  display: block;
  margin-bottom: 24px;
  max-width: 100%;
}
.produto .infografico h2 {
  margin-bottom: 12px;
  font-size: 1.8rem;
}
@media only screen and (min-width: 1260px) {
  .produto .infografico {
    padding: 26px;
  }
  .produto .infografico h2 {
    font-size: 2.1rem;
  }
}
.produto .infografico p {
  line-height: 160%;
  color: #9e9e9e;
  margin-bottom: 24px;
  font-size: 1.4rem;
}
.produto .infografico p.obs {
  margin-bottom: 0;
  color: #9e9e9e;
  line-height: 140%;
}
.produto main .videos {
  overflow: hidden;
  background: #fff;
  padding: 32px;
  margin-top: 12px;
}
.produto main .videos h2 {
  text-align: center;
}
@media (max-width: 380px) {
  .produto main .videos .slide-videos {
    margin-top: 24px;
  }
}
@media only screen and (min-width: 768px) {
  .produto main .videos .slide-videos {
    margin-top: 24px;
  }
}
@media only screen and (min-width: 1260px) {
  .produto main .videos {
    margin-top: 24px;
    padding: 32px;
  }
  .produto main .videos h2 {
    margin-bottom: 28px;
  }
  .produto main .videos .slide-videos {
    margin: 28px 30px 0;
  }
}
.produto main .videos .slide-videos .video {
  margin: 0 6px;
}
@media only screen and (min-width: 768px) {
  .produto main .videos .slide-videos .video {
    margin: 0 12px;
  }
}
@media only screen and (min-width: 1260px) {
  .produto main .videos .slide-videos .video {
    margin: 0 20px;
  }
}
.produto main .videos .slide-videos .video .img {
  position: relative;
}
.produto main .videos .slide-videos .video .img .play {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 64 64' style='enable-background:new 0 0 64 64;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E.st0%7Bfill:url(%23SVGID_1_);%7D.st1%7Bfill:%23FFFFFF;%7D%3C/style%3E%3Cg%3E%3ClinearGradient id='SVGID_1_' gradientUnits='userSpaceOnUse' x1='9.3726' y1='54.6274' x2='54.6274' y2='9.3726'%3E%3Cstop offset='0' style='stop-color:%2317A8DB'/%3E%3Cstop offset='1' style='stop-color:%23E4DD27'/%3E%3C/linearGradient%3E%3Ccircle class='st0' cx='32' cy='32' r='32'/%3E%3Cg%3E%3Cpath class='st1' d='M44.8,30.6L24.8,19c-0.5-0.3-1.1-0.3-1.6,0c-0.5,0.3-0.8,0.8-0.8,1.4v23.1c0,0.6,0.3,1.1,0.8,1.4 c0.3,0.1,0.5,0.2,0.8,0.2c0.3,0,0.6-0.1,0.8-0.2l20-11.6c0.5-0.3,0.8-0.8,0.8-1.4C45.7,31.4,45.3,30.9,44.8,30.6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  width: 48px;
  height: 48px;
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.produto main .videos .slide-videos .video .img .tempo {
  position: absolute;
  z-index: 2;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  padding: 6px 10px;
  font-size: 1.2rem;
  bottom: 12px;
  right: 12px;
}
@media only screen and (min-width: 768px) {
  .produto main .videos .slide-videos .video .img .play {
    width: 64px;
    height: 64px;
  }
  .produto main .videos .slide-videos .video .img .tempo {
    bottom: 16px;
    right: 16px;
    font-size: 1.6rem;
  }
}
.produto main .videos .slide-videos .video .img::after {
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: -moz-linear-gradient(
    left,
    rgba(0, 0, 0, 0.05) 0,
    rgba(0, 0, 0, 0.4) 49%,
    rgba(0, 0, 0, 0.7) 100%
  );
  background: -webkit-linear-gradient(
    left,
    rgba(0, 0, 0, 0.05) 0,
    rgba(0, 0, 0, 0.4) 49%,
    rgba(0, 0, 0, 0.7) 100%
  );
  background: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.05) 0,
    rgba(0, 0, 0, 0.4) 49%,
    rgba(0, 0, 0, 0.7) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0d000000', endColorstr='#b3000000', GradientType=1);
}
.produto main .videos .slide-videos .video h3 {
  margin-top: 10px;
  font-size: 1.6rem;
  font-weight: 400;
  text-align: center;
  color: #5a5a5a;
  line-height: 140%;
  max-height: 60px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
@media only screen and (min-width: 768px) {
  .produto main .videos .slide-videos .video h3 {
    padding: 0;
    text-align: left;
    margin-top: 12px;
  }
}
.produto main .review {
  padding: 32px 0;
}
@media only screen and (min-width: 768px) {
  .produto main .review {
    overflow: hidden;
    height: 400px;
    padding: 42px 0 0;
  }
}
@media only screen and (min-width: 1260px) {
  .produto main .videos .slide-videos .video h3 {
    margin-top: 12px;
    font-size: 1.8rem;
  }
  .produto main .review {
    height: 482px;
    padding-top: 48px;
  }
}
@media only screen and (min-width: 1600px) {
  .produto main .review {
    height: 526px;
    padding-top: 58px;
  }
}
.produto main .review h2 {
  text-align: center;
  padding: 0 22px;
}
.produto main .review .slide-review {
  margin-top: 22px;
}
@media only screen and (min-width: 768px) {
  .produto main .review .slide-review {
    margin-top: 28px;
  }
}
@media only screen and (min-width: 1260px) {
  .produto main .review .slide-review {
    margin-top: 36px;
  }
}
@media only screen and (min-width: 1600px) {
  .produto main .review .slide-review {
    margin-top: 42px;
  }
}
.produto main .review .slide-review .slick-next,
.produto main .review .slide-review .slick-prev {
  background-size: 100%;
  background-position: center;
  display: block;
  height: 36px;
  width: 36px;
  padding-top: 7px;
  padding-left: 10px;
  z-index: 1;
  background-color: #009fe3 1%;
  background-image: -webkit-linear-gradient(45deg, #009fe3 1%, #fcea10 100%);
  background-image: -moz-linear-gradient(45deg, #009fe3 1%, #fcea10 100%);
  background-image: -ms-linear-gradient(45deg, #009fe3 1%, #fcea10 100%);
  background-image: -o-linear-gradient(45deg, #009fe3 1%, #fcea10 100%);
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -ms-transition: 0.6s;
  -o-transition: 0.6s;
}
@media only screen and (min-width: 576px) {
  .produto main .review .slide-review .slick-next,
  .produto main .review .slide-review .slick-prev {
    left: -20px;
  }
  .produto main .review .slide-review .slick-next {
    right: -20px;
  }
}
@media only screen and (min-width: 768px) {
  .produto main .review .slide-review .slick-next,
  .produto main .review .slide-review .slick-prev {
    left: 0;
  }
}
@media only screen and (min-width: 1260px) {
  .produto main .review .slide-review .slick-next,
  .produto main .review .slide-review .slick-prev {
    left: 132px;
    padding-top: 10px;
    padding-left: 14px;
    height: 42px;
    width: 42px;
  }
}
.produto main .review .slide-review .slick-next svg,
.produto main .review .slide-review .slick-prev svg {
  height: 22px;
  fill: #fff;
}
.produto main .review .slide-review .slick-next:hover,
.produto main .review .slide-review .slick-prev:hover {
  background-size: 500%;
  background-position: 0;
}
.produto main .review .slide-review .slick-next.slick-disabled,
.produto main .review .slide-review .slick-prev.slick-disabled {
  background: #ccc;
  cursor: default;
}
.produto main .review .slide-review .slick-next.slick-disabled svg,
.produto main .review .slide-review .slick-prev.slick-disabled svg {
  fill: #e9e9e9;
}
.produto main .review .slide-review .slick-next {
  left: auto;
  padding-left: 14px;
}
@media only screen and (min-width: 768px) {
  .produto main .review .slide-review .slick-next {
    right: 0;
  }
}
@media only screen and (min-width: 1260px) {
  .produto main .review .slide-review .slick-next {
    right: 132px;
    padding-top: 10px;
    padding-left: 18px;
    height: 42px;
    width: 42px;
  }
}
.produto main .review .slide-review .margin-review {
  padding: 0;
  opacity: 0.2;
  position: relative;
  margin: 0 12px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}
.produto main .review .slide-review .slick-current .margin-review,
.produto main .review .slide-review .slick-current.margin-review {
  opacity: 1;
}
.produto main .review .slide-review .post {
  background: #fff;
  position: relative;
}
.produto main .review .slide-review .post .conteudo {
  padding: 32px;
  position: relative;
  height: 100%;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .produto main .review .slide-review .post .conteudo {
    padding: 32px;
  }
}
@media only screen and (min-width: 1260px) {
  .produto main .review .slide-review .post .conteudo {
    padding: 48px;
  }
}
.produto main .review .slide-review .post .conteudo a {
  display: block;
  outline: 0;
}
.produto main .review .slide-review .post .conteudo a img {
  display: block;
  margin: 0 auto;
  max-width: 64px;
}
.produto main .review .slide-review .post .conteudo a span {
  color: #5a5a5a;
  font-size: 1.4rem;
  font-weight: 400;
  display: block;
  margin-bottom: 8px;
}
.produto main .review .slide-review .post .conteudo a p {
  color: #5a5a5a;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 150%;
  margin: 12px 0;
}
@media only screen and (min-width: 768px) {
  .produto main .review .slide-review .post .conteudo a img {
    max-width: none;
  }
  .produto main .review .slide-review .post .conteudo a span {
    font-size: 1.6rem;
  }
  .produto main .review .slide-review .post .conteudo a p {
    font-size: 1.8rem;
  }
  .personalizacao-produto .box-detalhes {
    display: none;
  }
}
@media only screen and (min-width: 1600px) {
  .produto main .review .slide-review .post .conteudo {
    padding: 58px;
  }
  .produto main .review .slide-review .post .conteudo a p {
    font-size: 2.4rem;
  }
}
.produto main .review .slide-review .loading .spinner {
  width: 150px;
}
.produto main .review .slide-review .loading .spinner > div {
  width: 24px;
  height: 24px;
}
.personalizacao-produto .box-detalhes {
  background: #fff;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 16px 0;
  position: fixed;
  z-index: 1;
  border-top: 1px solid #e9e9e9;
}
.personalizacao-produto .box-detalhes .container {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
}
.personalizacao-produto .box-detalhes p {
  font-size: 1.4rem;
  color: #5a5a5a;
  text-align: center;
}
.personalizacao-produto .box-detalhes p .valor {
  font-size: 1.6rem;
  font-weight: 500;
}
.personalizacao-produto .box-detalhes .box-action {
  height: 100%;
  text-align: center;
}
.personalizacao-produto .box-detalhes .box-action .btn-carrinho {
  text-transform: none;
  padding: 12px 0;
  width: 156px;
  letter-spacing: 0;
  font-weight: 500;
}
.personalizacao-produto .titulo {
  margin-bottom: 24px;
}
.personalizacao-produto .titulo span {
  color: #9e9e9e;
  font-size: 1.4rem;
  font-weight: 400;
}
.personalizacao-produto .conteudo-personalizar-produto {
  margin-top: 16px;
  border-bottom: 1px solid #e9e9e9;
}
@media only screen and (min-width: 768px) {
  .personalizacao-produto .titulo span {
    font-size: 1.6rem;
  }
  .personalizacao-produto .conteudo-personalizar-produto {
    border: none;
    margin: 0;
  }
}
.personalizacao-produto .conteudo-personalizar-produto > div {
  border: 1px solid #e9e9e9;
  border-top: none;
  border-bottom: none;
  display: none;
}
@media only screen and (min-width: 768px) {
  .personalizacao-produto .conteudo-personalizar-produto > div {
    background: 0 0;
    border: none;
    padding: 0;
  }
}
.personalizacao-produto .conteudo-personalizar-produto > div.ativo {
  display: block;
}
.personalizacao-produto .conteudo-personalizar-produto > div.spinner {
  display: block !important;
  margin-top: 48px;
  width: 90px;
}
.personalizacao-produto .conteudo-personalizar-produto > div.spinner > div {
  width: 28px;
  height: 28px;
}
.personalizacao-produto .conteudo-personalizar-produto .lista-softwares > div {
  background: #fff;
  padding: 16px;
  display: flex;
  flex-direction: column;
  margin-bottom: 16px;
}
@media only screen and (min-width: 768px) {
  .personalizacao-produto
    .conteudo-personalizar-produto
    .lista-softwares
    > div {
    padding: 24px;
    flex-direction: row;
  }
  .personalizacao-produto
    .conteudo-personalizar-produto
    .lista-softwares
    > div
    label {
    width: 260px;
    border: 1px solid #e9e9e9;
  }
}
.personalizacao-produto
  .conteudo-personalizar-produto
  .lista-softwares
  > div:last-child {
  margin-bottom: 0;
}
.personalizacao-produto
  .conteudo-personalizar-produto
  .lista-softwares
  > div
  label {
  font-family: Montserrat, sans-serif;
  display: flex;
  align-items: center;
  flex-direction: column;
  overflow: hidden;
  padding-bottom: 16px;
}
@media only screen and (min-width: 1260px) {
  .personalizacao-produto
    .conteudo-personalizar-produto
    .lista-softwares
    > div
    label {
    width: 218px;
  }
}
.personalizacao-produto
  .conteudo-personalizar-produto
  .lista-softwares
  > div
  label
  span {
  font-size: 1.8rem;
  color: #5a5a5a;
  font-weight: 500;
  margin: 12px 0;
}
.personalizacao-produto
  .conteudo-personalizar-produto
  .lista-softwares
  > div
  label
  .check__wrapper {
  display: flex;
  align-items: center;
  font-size: 1.6rem;
  color: #5a5a5a;
}
.personalizacao-produto
  .conteudo-personalizar-produto
  .lista-softwares
  > div
  label
  .check__wrapper
  .control_indicator {
  margin-right: 12px;
}
.personalizacao-produto
  .conteudo-personalizar-produto
  .lista-softwares
  > div
  label
  .check__wrapper
  p {
  padding-top: 2px;
}
.personalizacao-produto
  .conteudo-personalizar-produto
  .lista-softwares
  > div
  .descricao {
  margin: 12px 0;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .personalizacao-produto
    .conteudo-personalizar-produto
    .lista-softwares
    > div
    .descricao {
    padding-left: 24px;
    width: 70%;
    margin: 0;
    text-align: left;
  }
}
.personalizacao-produto
  .conteudo-personalizar-produto
  .lista-softwares
  > div
  .descricao
  h3 {
  font-weight: 500;
  color: #5a5a5a;
  font-size: 1.8rem;
}
@media only screen and (min-width: 1260px) {
  .personalizacao-produto
    .conteudo-personalizar-produto
    .lista-softwares
    > div
    .descricao {
    margin: 0;
    text-align: left;
  }
  .personalizacao-produto
    .conteudo-personalizar-produto
    .lista-softwares
    > div
    .descricao
    h3 {
    font-size: 2.1rem;
  }
}
.personalizacao-produto
  .conteudo-personalizar-produto
  .lista-softwares
  > div
  .descricao
  p {
  color: #5a5a5a;
  font-size: 1.4rem;
  line-height: 140%;
  margin-top: 8px;
}
.personalizacao-produto
  .conteudo-personalizar-produto
  .lista-softwares
  > div
  .descricao
  .vantagens {
  margin-top: 16px;
}
.personalizacao-produto
  .conteudo-personalizar-produto
  .lista-softwares
  > div
  .descricao
  .vantagens
  > div {
  padding: 16px 0;
  display: flex;
  align-items: center;
  flex-direction: column;
  border-top: 1px solid #e9e9e9;
}
.personalizacao-produto
  .conteudo-personalizar-produto
  .lista-softwares
  > div
  .descricao
  .vantagens
  > div
  p {
  font-size: 1.4rem;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .personalizacao-produto
    .conteudo-personalizar-produto
    .lista-softwares
    > div
    .descricao
    .vantagens
    > div {
    flex-direction: row;
  }
  .personalizacao-produto
    .conteudo-personalizar-produto
    .lista-softwares
    > div
    .descricao
    .vantagens
    > div
    .thumb {
    width: 136px;
  }
  .personalizacao-produto
    .conteudo-personalizar-produto
    .lista-softwares
    > div
    .descricao
    .vantagens
    > div
    p {
    width: 70%;
  }
}
.personalizacao-produto .conteudo-personalizar-produto .compre-junto .titulo {
  margin-top: 42px;
}
.personalizacao-produto
  .conteudo-personalizar-produto
  .compre-junto
  .produtos-compre-junto {
  padding-bottom: 0;
  flex-wrap: wrap;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  width: 100%;
}
.personalizacao-produto
  .conteudo-personalizar-produto
  .compre-junto
  .produtos-compre-junto
  > label {
  font-family: Montserrat, sans-serif;
  cursor: pointer;
  padding: 22px 32px;
  border: 1px solid #e9e9e9;
  background: #fff;
  width: 100%;
  position: relative;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.personalizacao-produto
  .conteudo-personalizar-produto
  .compre-junto
  .produtos-compre-junto
  > label:not(:first-child) {
  margin-top: 44px;
}
@media only screen and (min-width: 576px) {
  .personalizacao-produto
    .conteudo-personalizar-produto
    .compre-junto
    .produtos-compre-junto {
    flex-direction: row;
  }
  .personalizacao-produto
    .conteudo-personalizar-produto
    .compre-junto
    .produtos-compre-junto
    > label {
    padding: 24px 16px;
    width: 100%;
    max-width: 240px;
  }
  .personalizacao-produto
    .conteudo-personalizar-produto
    .compre-junto
    .produtos-compre-junto
    > label:not(:first-child) {
    margin-top: 0;
    margin-left: 2.1%;
  }
}
.personalizacao-produto
  .conteudo-personalizar-produto
  .compre-junto
  .produtos-compre-junto
  > label
  img {
  display: block;
  margin: 0 auto;
}
.personalizacao-produto
  .conteudo-personalizar-produto
  .compre-junto
  .produtos-compre-junto
  > label
  .promo-desconto {
  display: inline-block;
  font-size: 1.3rem;
  text-transform: uppercase;
  position: absolute;
  line-height: 100%;
  color: #cf0a2c;
  font-weight: 500;
  left: auto;
  right: 16px;
  top: 12px;
}
.personalizacao-produto
  .conteudo-personalizar-produto
  .compre-junto
  .produtos-compre-junto
  > label
  .aviso,
.personalizacao-produto
  .conteudo-personalizar-produto
  .compre-junto
  .produtos-compre-junto
  > label
  .nome,
.personalizacao-produto
  .conteudo-personalizar-produto
  .compre-junto
  .produtos-compre-junto
  > label
  .preco {
  color: #5a5a5a;
  font-weight: 400;
  line-height: 120%;
  text-align: center;
}
.personalizacao-produto
  .conteudo-personalizar-produto
  .compre-junto
  .produtos-compre-junto
  > label
  .nome {
  font-weight: 500;
  font-size: 1.6rem;
  max-height: 64px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-top: 12px;
}
@media only screen and (min-width: 768px) {
  .personalizacao-produto
    .conteudo-personalizar-produto
    .compre-junto
    .produtos-compre-junto
    > label
    img {
    max-width: 188px;
  }
  .personalizacao-produto
    .conteudo-personalizar-produto
    .compre-junto
    .produtos-compre-junto
    > label
    .aviso,
  .personalizacao-produto
    .conteudo-personalizar-produto
    .compre-junto
    .produtos-compre-junto
    > label
    .nome,
  .personalizacao-produto
    .conteudo-personalizar-produto
    .compre-junto
    .produtos-compre-junto
    > label
    .preco {
    text-align: left;
  }
  .personalizacao-produto
    .conteudo-personalizar-produto
    .compre-junto
    .produtos-compre-junto
    > label
    .nome {
    font-size: 1.6rem;
    max-height: 60px;
  }
}
.personalizacao-produto
  .conteudo-personalizar-produto
  .compre-junto
  .produtos-compre-junto
  > label
  .preco {
  font-weight: 500;
  margin-top: 12px;
}
.personalizacao-produto
  .conteudo-personalizar-produto
  .compre-junto
  .produtos-compre-junto
  > label
  .preco
  span {
  font-size: 1.2rem;
  font-weight: 400;
}
.personalizacao-produto
  .conteudo-personalizar-produto
  .compre-junto
  .produtos-compre-junto
  > label
  .preco
  span.valor {
  font-weight: 500;
  font-size: 1.8rem;
}
.personalizacao-produto
  .conteudo-personalizar-produto
  .compre-junto
  .produtos-compre-junto
  > label
  .check {
  margin-top: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.personalizacao-produto
  .conteudo-personalizar-produto
  .compre-junto
  .produtos-compre-junto
  > label
  .check
  .control_indicator {
  margin-right: 8px;
}
.personalizacao-produto
  .conteudo-personalizar-produto
  .compre-junto
  .produtos-compre-junto
  > label:hover {
  border: 1px solid #009ee2;
}
.personalizacao-produto .box-resumo-pedido {
  display: none;
}
@media only screen and (min-width: 768px) {
  .personalizacao-produto .box-resumo-pedido {
    background: #fff;
    border: 1px solid #e9e9e9;
    display: block;
    padding: 32px;
    position: sticky;
    top: 24px;
    margin-top: 51px;
  }
}
@media only screen and (min-width: 1260px) {
  .personalizacao-produto .box-resumo-pedido {
    margin-top: 57px;
  }
}
@media only screen and (min-width: 1600px) {
  .personalizacao-produto .box-resumo-pedido {
    margin-top: 67px;
  }
}
.personalizacao-produto .box-resumo-pedido .titulo {
  font-size: 2.1rem;
  font-weight: 500;
  color: #5a5a5a;
  margin-bottom: 24px;
}
.personalizacao-produto .box-resumo-pedido .resumo li {
  margin-top: 12px;
  display: flex;
}
.personalizacao-produto .box-resumo-pedido .resumo li span {
  color: #5a5a5a;
  font-weight: 400;
}
.personalizacao-produto .box-resumo-pedido .resumo li span:first-child {
  width: 62%;
  font-size: 1.4rem;
}
.personalizacao-produto .box-resumo-pedido .resumo li span:last-child {
  width: 38%;
  font-size: 1.6rem;
  text-align: right;
}
.personalizacao-produto .box-resumo-pedido .resumo li.total span {
  font-weight: 500;
  font-size: 1.8rem;
}
.personalizacao-produto .box-resumo-pedido .btn-carrinho {
  font-weight: 500;
  margin-top: 16px;
  display: block;
  text-align: center;
  width: 100%;
}
.personalizacao-produto .box-resumo-pedido .btn-carrinho .spinner,
.personalizacao-produto .box-resumo-pedido .btn-carrinho .spinner > div {
  padding: 0;
  background: 0 0;
}
.personalizacao-produto #modal-termos {
  max-width: 880px;
}
.personalizacao-produto #modal-termos .conteudo-termos {
  line-height: 140%;
}
.personalizacao-produto #modal-termos .conteudo-termos p {
  margin-bottom: 12px;
}
.personalizacao-produto #modal-termos .conteudo-termos a {
  color: #009ee2;
}
.personalizacao-produto #modal-termos .conteudo-termos .links {
  margin: 24px 0;
}
.personalizacao-produto #modal-termos .conteudo-termos .links p {
  margin-bottom: 0;
}
