@charset "UTF-8";
/***********************************************
*                  Includes                   *
***********************************************/
/***********************************************
*              Compass Includes                *
************************************************/
/***********************************************
*           MIXINS                             *
************************************************/
/***********************************************
*           VARIAVEIS                          *
************************************************/
@font-face {
  font-family: "Recoleta";
  src: url("../../multimedia/imagem/recoleta-regular.otf");
}
/***********************************************
*           MEDIA QUERIES                      *
************************************************/
/***********************************************
*            Foundation Includes                *
************************************************/
meta.foundation-version {
  font-family: "/{{VERSION}}/";
}

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0px;
}

meta.foundation-mq-small-only {
  font-family: "/only screen and (max-width: 640px)/";
  width: 0px;
}

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:641px)/";
  width: 641px;
}

meta.foundation-mq-medium-only {
  font-family: "/only screen and (min-width:641px) and (max-width:1024px)/";
  width: 641px;
}

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:1025px)/";
  width: 1025px;
}

meta.foundation-mq-large-only {
  font-family: "/only screen and (min-width:1025px) and (max-width:1440px)/";
  width: 1025px;
}

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:1441px)/";
  width: 1441px;
}

meta.foundation-mq-xlarge-only {
  font-family: "/only screen and (min-width:1441px) and (max-width:1920px)/";
  width: 1441px;
}

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:1921px)/";
  width: 1921px;
}

meta.foundation-data-attribute-namespace {
  font-family: false;
}

html, body {
  height: 100%;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

html,
body {
  font-size: 14px;
}

body {
  background: #fff;
  color: #000;
  padding: 0;
  margin: 0;
  font-family: "Work Sans", sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.5;
  position: relative;
  cursor: auto;
}

a:hover {
  cursor: pointer;
}

img {
  max-width: 100%;
  height: auto;
}

img {
  -ms-interpolation-mode: bicubic;
}

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object {
  max-width: none !important;
}

.left {
  float: left !important;
}

.right {
  float: right !important;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

.hide {
  display: none !important;
  visibility: hidden;
}

.invisible {
  visibility: hidden;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: inline-block;
  vertical-align: middle;
}

textarea {
  height: auto;
  min-height: 50px;
}

select {
  width: 100%;
}

.accordion {
  margin-bottom: 0;
}
.accordion:before, .accordion:after {
  content: " ";
  display: table;
}
.accordion:after {
  clear: both;
}
.accordion .accordion-navigation, .accordion dd {
  display: block;
  margin-bottom: 0 !important;
}
.accordion .accordion-navigation.active > a, .accordion dd.active > a {
  background: #e8e8e8;
}
.accordion .accordion-navigation > a, .accordion dd > a {
  background: #EFEFEF;
  color: #222222;
  padding: 1.1428571429rem;
  display: block;
  font-family: "Work Sans", sans-serif;
  font-size: 1.1428571429rem;
}
.accordion .accordion-navigation > a:hover, .accordion dd > a:hover {
  background: #e3e3e3;
}
.accordion .accordion-navigation > .content, .accordion dd > .content {
  display: none;
  padding: 1.0714285714rem;
}
.accordion .accordion-navigation > .content.active, .accordion dd > .content.active {
  display: block;
  background: #FFFFFF;
}

[class*=block-grid-] {
  display: block;
  padding: 0;
  margin: 0 -0.7142857143rem;
}
[class*=block-grid-]:before, [class*=block-grid-]:after {
  content: " ";
  display: table;
}
[class*=block-grid-]:after {
  clear: both;
}
[class*=block-grid-] > li, [class*=block-grid-] > div {
  display: block;
  height: auto;
  float: left;
  padding: 0 0.7142857143rem 1.4285714286rem;
}

@media only screen {
  .small-block-grid-1 > li, .small-block-grid-1 > div {
    width: 100%;
    list-style: none;
  }
  .small-block-grid-1 > li:nth-of-type(1n), .small-block-grid-1 > div:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-1 > li:nth-of-type(1n+1), .small-block-grid-1 > div:nth-of-type(1n+1) {
    clear: both;
  }
  .small-block-grid-2 > li, .small-block-grid-2 > div {
    width: 50%;
    list-style: none;
  }
  .small-block-grid-2 > li:nth-of-type(1n), .small-block-grid-2 > div:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-2 > li:nth-of-type(2n+1), .small-block-grid-2 > div:nth-of-type(2n+1) {
    clear: both;
  }
  .small-block-grid-3 > li, .small-block-grid-3 > div {
    width: 33.3333333333%;
    list-style: none;
  }
  .small-block-grid-3 > li:nth-of-type(1n), .small-block-grid-3 > div:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-3 > li:nth-of-type(3n+1), .small-block-grid-3 > div:nth-of-type(3n+1) {
    clear: both;
  }
  .small-block-grid-4 > li, .small-block-grid-4 > div {
    width: 25%;
    list-style: none;
  }
  .small-block-grid-4 > li:nth-of-type(1n), .small-block-grid-4 > div:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-4 > li:nth-of-type(4n+1), .small-block-grid-4 > div:nth-of-type(4n+1) {
    clear: both;
  }
  .small-block-grid-5 > li, .small-block-grid-5 > div {
    width: 20%;
    list-style: none;
  }
  .small-block-grid-5 > li:nth-of-type(1n), .small-block-grid-5 > div:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-5 > li:nth-of-type(5n+1), .small-block-grid-5 > div:nth-of-type(5n+1) {
    clear: both;
  }
  .small-block-grid-6 > li, .small-block-grid-6 > div {
    width: 16.6666666667%;
    list-style: none;
  }
  .small-block-grid-6 > li:nth-of-type(1n), .small-block-grid-6 > div:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-6 > li:nth-of-type(6n+1), .small-block-grid-6 > div:nth-of-type(6n+1) {
    clear: both;
  }
  .small-block-grid-7 > li, .small-block-grid-7 > div {
    width: 14.2857142857%;
    list-style: none;
  }
  .small-block-grid-7 > li:nth-of-type(1n), .small-block-grid-7 > div:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-7 > li:nth-of-type(7n+1), .small-block-grid-7 > div:nth-of-type(7n+1) {
    clear: both;
  }
  .small-block-grid-8 > li, .small-block-grid-8 > div {
    width: 12.5%;
    list-style: none;
  }
  .small-block-grid-8 > li:nth-of-type(1n), .small-block-grid-8 > div:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-8 > li:nth-of-type(8n+1), .small-block-grid-8 > div:nth-of-type(8n+1) {
    clear: both;
  }
  .small-block-grid-9 > li, .small-block-grid-9 > div {
    width: 11.1111111111%;
    list-style: none;
  }
  .small-block-grid-9 > li:nth-of-type(1n), .small-block-grid-9 > div:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-9 > li:nth-of-type(9n+1), .small-block-grid-9 > div:nth-of-type(9n+1) {
    clear: both;
  }
  .small-block-grid-10 > li, .small-block-grid-10 > div {
    width: 10%;
    list-style: none;
  }
  .small-block-grid-10 > li:nth-of-type(1n), .small-block-grid-10 > div:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-10 > li:nth-of-type(10n+1), .small-block-grid-10 > div:nth-of-type(10n+1) {
    clear: both;
  }
  .small-block-grid-11 > li, .small-block-grid-11 > div {
    width: 9.0909090909%;
    list-style: none;
  }
  .small-block-grid-11 > li:nth-of-type(1n), .small-block-grid-11 > div:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-11 > li:nth-of-type(11n+1), .small-block-grid-11 > div:nth-of-type(11n+1) {
    clear: both;
  }
  .small-block-grid-12 > li, .small-block-grid-12 > div {
    width: 8.3333333333%;
    list-style: none;
  }
  .small-block-grid-12 > li:nth-of-type(1n), .small-block-grid-12 > div:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-12 > li:nth-of-type(12n+1), .small-block-grid-12 > div:nth-of-type(12n+1) {
    clear: both;
  }
}
@media only screen and (min-width:641px) {
  .medium-block-grid-1 > li, .medium-block-grid-1 > div {
    width: 100%;
    list-style: none;
  }
  .medium-block-grid-1 > li:nth-of-type(1n), .medium-block-grid-1 > div:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-1 > li:nth-of-type(1n+1), .medium-block-grid-1 > div:nth-of-type(1n+1) {
    clear: both;
  }
  .medium-block-grid-2 > li, .medium-block-grid-2 > div {
    width: 50%;
    list-style: none;
  }
  .medium-block-grid-2 > li:nth-of-type(1n), .medium-block-grid-2 > div:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-2 > li:nth-of-type(2n+1), .medium-block-grid-2 > div:nth-of-type(2n+1) {
    clear: both;
  }
  .medium-block-grid-3 > li, .medium-block-grid-3 > div {
    width: 33.3333333333%;
    list-style: none;
  }
  .medium-block-grid-3 > li:nth-of-type(1n), .medium-block-grid-3 > div:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-3 > li:nth-of-type(3n+1), .medium-block-grid-3 > div:nth-of-type(3n+1) {
    clear: both;
  }
  .medium-block-grid-4 > li, .medium-block-grid-4 > div {
    width: 25%;
    list-style: none;
  }
  .medium-block-grid-4 > li:nth-of-type(1n), .medium-block-grid-4 > div:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-4 > li:nth-of-type(4n+1), .medium-block-grid-4 > div:nth-of-type(4n+1) {
    clear: both;
  }
  .medium-block-grid-5 > li, .medium-block-grid-5 > div {
    width: 20%;
    list-style: none;
  }
  .medium-block-grid-5 > li:nth-of-type(1n), .medium-block-grid-5 > div:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-5 > li:nth-of-type(5n+1), .medium-block-grid-5 > div:nth-of-type(5n+1) {
    clear: both;
  }
  .medium-block-grid-6 > li, .medium-block-grid-6 > div {
    width: 16.6666666667%;
    list-style: none;
  }
  .medium-block-grid-6 > li:nth-of-type(1n), .medium-block-grid-6 > div:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-6 > li:nth-of-type(6n+1), .medium-block-grid-6 > div:nth-of-type(6n+1) {
    clear: both;
  }
  .medium-block-grid-7 > li, .medium-block-grid-7 > div {
    width: 14.2857142857%;
    list-style: none;
  }
  .medium-block-grid-7 > li:nth-of-type(1n), .medium-block-grid-7 > div:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-7 > li:nth-of-type(7n+1), .medium-block-grid-7 > div:nth-of-type(7n+1) {
    clear: both;
  }
  .medium-block-grid-8 > li, .medium-block-grid-8 > div {
    width: 12.5%;
    list-style: none;
  }
  .medium-block-grid-8 > li:nth-of-type(1n), .medium-block-grid-8 > div:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-8 > li:nth-of-type(8n+1), .medium-block-grid-8 > div:nth-of-type(8n+1) {
    clear: both;
  }
  .medium-block-grid-9 > li, .medium-block-grid-9 > div {
    width: 11.1111111111%;
    list-style: none;
  }
  .medium-block-grid-9 > li:nth-of-type(1n), .medium-block-grid-9 > div:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-9 > li:nth-of-type(9n+1), .medium-block-grid-9 > div:nth-of-type(9n+1) {
    clear: both;
  }
  .medium-block-grid-10 > li, .medium-block-grid-10 > div {
    width: 10%;
    list-style: none;
  }
  .medium-block-grid-10 > li:nth-of-type(1n), .medium-block-grid-10 > div:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-10 > li:nth-of-type(10n+1), .medium-block-grid-10 > div:nth-of-type(10n+1) {
    clear: both;
  }
  .medium-block-grid-11 > li, .medium-block-grid-11 > div {
    width: 9.0909090909%;
    list-style: none;
  }
  .medium-block-grid-11 > li:nth-of-type(1n), .medium-block-grid-11 > div:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-11 > li:nth-of-type(11n+1), .medium-block-grid-11 > div:nth-of-type(11n+1) {
    clear: both;
  }
  .medium-block-grid-12 > li, .medium-block-grid-12 > div {
    width: 8.3333333333%;
    list-style: none;
  }
  .medium-block-grid-12 > li:nth-of-type(1n), .medium-block-grid-12 > div:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-12 > li:nth-of-type(12n+1), .medium-block-grid-12 > div:nth-of-type(12n+1) {
    clear: both;
  }
}
@media only screen and (min-width:1025px) {
  .large-block-grid-1 > li, .large-block-grid-1 > div {
    width: 100%;
    list-style: none;
  }
  .large-block-grid-1 > li:nth-of-type(1n), .large-block-grid-1 > div:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-1 > li:nth-of-type(1n+1), .large-block-grid-1 > div:nth-of-type(1n+1) {
    clear: both;
  }
  .large-block-grid-2 > li, .large-block-grid-2 > div {
    width: 50%;
    list-style: none;
  }
  .large-block-grid-2 > li:nth-of-type(1n), .large-block-grid-2 > div:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-2 > li:nth-of-type(2n+1), .large-block-grid-2 > div:nth-of-type(2n+1) {
    clear: both;
  }
  .large-block-grid-3 > li, .large-block-grid-3 > div {
    width: 33.3333333333%;
    list-style: none;
  }
  .large-block-grid-3 > li:nth-of-type(1n), .large-block-grid-3 > div:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-3 > li:nth-of-type(3n+1), .large-block-grid-3 > div:nth-of-type(3n+1) {
    clear: both;
  }
  .large-block-grid-4 > li, .large-block-grid-4 > div {
    width: 25%;
    list-style: none;
  }
  .large-block-grid-4 > li:nth-of-type(1n), .large-block-grid-4 > div:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-4 > li:nth-of-type(4n+1), .large-block-grid-4 > div:nth-of-type(4n+1) {
    clear: both;
  }
  .large-block-grid-5 > li, .large-block-grid-5 > div {
    width: 20%;
    list-style: none;
  }
  .large-block-grid-5 > li:nth-of-type(1n), .large-block-grid-5 > div:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-5 > li:nth-of-type(5n+1), .large-block-grid-5 > div:nth-of-type(5n+1) {
    clear: both;
  }
  .large-block-grid-6 > li, .large-block-grid-6 > div {
    width: 16.6666666667%;
    list-style: none;
  }
  .large-block-grid-6 > li:nth-of-type(1n), .large-block-grid-6 > div:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-6 > li:nth-of-type(6n+1), .large-block-grid-6 > div:nth-of-type(6n+1) {
    clear: both;
  }
  .large-block-grid-7 > li, .large-block-grid-7 > div {
    width: 14.2857142857%;
    list-style: none;
  }
  .large-block-grid-7 > li:nth-of-type(1n), .large-block-grid-7 > div:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-7 > li:nth-of-type(7n+1), .large-block-grid-7 > div:nth-of-type(7n+1) {
    clear: both;
  }
  .large-block-grid-8 > li, .large-block-grid-8 > div {
    width: 12.5%;
    list-style: none;
  }
  .large-block-grid-8 > li:nth-of-type(1n), .large-block-grid-8 > div:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-8 > li:nth-of-type(8n+1), .large-block-grid-8 > div:nth-of-type(8n+1) {
    clear: both;
  }
  .large-block-grid-9 > li, .large-block-grid-9 > div {
    width: 11.1111111111%;
    list-style: none;
  }
  .large-block-grid-9 > li:nth-of-type(1n), .large-block-grid-9 > div:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-9 > li:nth-of-type(9n+1), .large-block-grid-9 > div:nth-of-type(9n+1) {
    clear: both;
  }
  .large-block-grid-10 > li, .large-block-grid-10 > div {
    width: 10%;
    list-style: none;
  }
  .large-block-grid-10 > li:nth-of-type(1n), .large-block-grid-10 > div:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-10 > li:nth-of-type(10n+1), .large-block-grid-10 > div:nth-of-type(10n+1) {
    clear: both;
  }
  .large-block-grid-11 > li, .large-block-grid-11 > div {
    width: 9.0909090909%;
    list-style: none;
  }
  .large-block-grid-11 > li:nth-of-type(1n), .large-block-grid-11 > div:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-11 > li:nth-of-type(11n+1), .large-block-grid-11 > div:nth-of-type(11n+1) {
    clear: both;
  }
  .large-block-grid-12 > li, .large-block-grid-12 > div {
    width: 8.3333333333%;
    list-style: none;
  }
  .large-block-grid-12 > li:nth-of-type(1n), .large-block-grid-12 > div:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-12 > li:nth-of-type(12n+1), .large-block-grid-12 > div:nth-of-type(12n+1) {
    clear: both;
  }
}
@media only screen and (min-width:1441px) {
  .xlarge-block-grid-1 > li, .xlarge-block-grid-1 > div {
    width: 100%;
    list-style: none;
  }
  .xlarge-block-grid-1 > li:nth-of-type(1n), .xlarge-block-grid-1 > div:nth-of-type(1n) {
    clear: none;
  }
  .xlarge-block-grid-1 > li:nth-of-type(1n+1), .xlarge-block-grid-1 > div:nth-of-type(1n+1) {
    clear: both;
  }
  .xlarge-block-grid-2 > li, .xlarge-block-grid-2 > div {
    width: 50%;
    list-style: none;
  }
  .xlarge-block-grid-2 > li:nth-of-type(1n), .xlarge-block-grid-2 > div:nth-of-type(1n) {
    clear: none;
  }
  .xlarge-block-grid-2 > li:nth-of-type(2n+1), .xlarge-block-grid-2 > div:nth-of-type(2n+1) {
    clear: both;
  }
  .xlarge-block-grid-3 > li, .xlarge-block-grid-3 > div {
    width: 33.3333333333%;
    list-style: none;
  }
  .xlarge-block-grid-3 > li:nth-of-type(1n), .xlarge-block-grid-3 > div:nth-of-type(1n) {
    clear: none;
  }
  .xlarge-block-grid-3 > li:nth-of-type(3n+1), .xlarge-block-grid-3 > div:nth-of-type(3n+1) {
    clear: both;
  }
  .xlarge-block-grid-4 > li, .xlarge-block-grid-4 > div {
    width: 25%;
    list-style: none;
  }
  .xlarge-block-grid-4 > li:nth-of-type(1n), .xlarge-block-grid-4 > div:nth-of-type(1n) {
    clear: none;
  }
  .xlarge-block-grid-4 > li:nth-of-type(4n+1), .xlarge-block-grid-4 > div:nth-of-type(4n+1) {
    clear: both;
  }
  .xlarge-block-grid-5 > li, .xlarge-block-grid-5 > div {
    width: 20%;
    list-style: none;
  }
  .xlarge-block-grid-5 > li:nth-of-type(1n), .xlarge-block-grid-5 > div:nth-of-type(1n) {
    clear: none;
  }
  .xlarge-block-grid-5 > li:nth-of-type(5n+1), .xlarge-block-grid-5 > div:nth-of-type(5n+1) {
    clear: both;
  }
  .xlarge-block-grid-6 > li, .xlarge-block-grid-6 > div {
    width: 16.6666666667%;
    list-style: none;
  }
  .xlarge-block-grid-6 > li:nth-of-type(1n), .xlarge-block-grid-6 > div:nth-of-type(1n) {
    clear: none;
  }
  .xlarge-block-grid-6 > li:nth-of-type(6n+1), .xlarge-block-grid-6 > div:nth-of-type(6n+1) {
    clear: both;
  }
  .xlarge-block-grid-7 > li, .xlarge-block-grid-7 > div {
    width: 14.2857142857%;
    list-style: none;
  }
  .xlarge-block-grid-7 > li:nth-of-type(1n), .xlarge-block-grid-7 > div:nth-of-type(1n) {
    clear: none;
  }
  .xlarge-block-grid-7 > li:nth-of-type(7n+1), .xlarge-block-grid-7 > div:nth-of-type(7n+1) {
    clear: both;
  }
  .xlarge-block-grid-8 > li, .xlarge-block-grid-8 > div {
    width: 12.5%;
    list-style: none;
  }
  .xlarge-block-grid-8 > li:nth-of-type(1n), .xlarge-block-grid-8 > div:nth-of-type(1n) {
    clear: none;
  }
  .xlarge-block-grid-8 > li:nth-of-type(8n+1), .xlarge-block-grid-8 > div:nth-of-type(8n+1) {
    clear: both;
  }
  .xlarge-block-grid-9 > li, .xlarge-block-grid-9 > div {
    width: 11.1111111111%;
    list-style: none;
  }
  .xlarge-block-grid-9 > li:nth-of-type(1n), .xlarge-block-grid-9 > div:nth-of-type(1n) {
    clear: none;
  }
  .xlarge-block-grid-9 > li:nth-of-type(9n+1), .xlarge-block-grid-9 > div:nth-of-type(9n+1) {
    clear: both;
  }
  .xlarge-block-grid-10 > li, .xlarge-block-grid-10 > div {
    width: 10%;
    list-style: none;
  }
  .xlarge-block-grid-10 > li:nth-of-type(1n), .xlarge-block-grid-10 > div:nth-of-type(1n) {
    clear: none;
  }
  .xlarge-block-grid-10 > li:nth-of-type(10n+1), .xlarge-block-grid-10 > div:nth-of-type(10n+1) {
    clear: both;
  }
  .xlarge-block-grid-11 > li, .xlarge-block-grid-11 > div {
    width: 9.0909090909%;
    list-style: none;
  }
  .xlarge-block-grid-11 > li:nth-of-type(1n), .xlarge-block-grid-11 > div:nth-of-type(1n) {
    clear: none;
  }
  .xlarge-block-grid-11 > li:nth-of-type(11n+1), .xlarge-block-grid-11 > div:nth-of-type(11n+1) {
    clear: both;
  }
  .xlarge-block-grid-12 > li, .xlarge-block-grid-12 > div {
    width: 8.3333333333%;
    list-style: none;
  }
  .xlarge-block-grid-12 > li:nth-of-type(1n), .xlarge-block-grid-12 > div:nth-of-type(1n) {
    clear: none;
  }
  .xlarge-block-grid-12 > li:nth-of-type(12n+1), .xlarge-block-grid-12 > div:nth-of-type(12n+1) {
    clear: both;
  }
}
@media only screen and (min-width:1921px) {
  .xxlarge-block-grid-1 > li, .xxlarge-block-grid-1 > div {
    width: 100%;
    list-style: none;
  }
  .xxlarge-block-grid-1 > li:nth-of-type(1n), .xxlarge-block-grid-1 > div:nth-of-type(1n) {
    clear: none;
  }
  .xxlarge-block-grid-1 > li:nth-of-type(1n+1), .xxlarge-block-grid-1 > div:nth-of-type(1n+1) {
    clear: both;
  }
  .xxlarge-block-grid-2 > li, .xxlarge-block-grid-2 > div {
    width: 50%;
    list-style: none;
  }
  .xxlarge-block-grid-2 > li:nth-of-type(1n), .xxlarge-block-grid-2 > div:nth-of-type(1n) {
    clear: none;
  }
  .xxlarge-block-grid-2 > li:nth-of-type(2n+1), .xxlarge-block-grid-2 > div:nth-of-type(2n+1) {
    clear: both;
  }
  .xxlarge-block-grid-3 > li, .xxlarge-block-grid-3 > div {
    width: 33.3333333333%;
    list-style: none;
  }
  .xxlarge-block-grid-3 > li:nth-of-type(1n), .xxlarge-block-grid-3 > div:nth-of-type(1n) {
    clear: none;
  }
  .xxlarge-block-grid-3 > li:nth-of-type(3n+1), .xxlarge-block-grid-3 > div:nth-of-type(3n+1) {
    clear: both;
  }
  .xxlarge-block-grid-4 > li, .xxlarge-block-grid-4 > div {
    width: 25%;
    list-style: none;
  }
  .xxlarge-block-grid-4 > li:nth-of-type(1n), .xxlarge-block-grid-4 > div:nth-of-type(1n) {
    clear: none;
  }
  .xxlarge-block-grid-4 > li:nth-of-type(4n+1), .xxlarge-block-grid-4 > div:nth-of-type(4n+1) {
    clear: both;
  }
  .xxlarge-block-grid-5 > li, .xxlarge-block-grid-5 > div {
    width: 20%;
    list-style: none;
  }
  .xxlarge-block-grid-5 > li:nth-of-type(1n), .xxlarge-block-grid-5 > div:nth-of-type(1n) {
    clear: none;
  }
  .xxlarge-block-grid-5 > li:nth-of-type(5n+1), .xxlarge-block-grid-5 > div:nth-of-type(5n+1) {
    clear: both;
  }
  .xxlarge-block-grid-6 > li, .xxlarge-block-grid-6 > div {
    width: 16.6666666667%;
    list-style: none;
  }
  .xxlarge-block-grid-6 > li:nth-of-type(1n), .xxlarge-block-grid-6 > div:nth-of-type(1n) {
    clear: none;
  }
  .xxlarge-block-grid-6 > li:nth-of-type(6n+1), .xxlarge-block-grid-6 > div:nth-of-type(6n+1) {
    clear: both;
  }
  .xxlarge-block-grid-7 > li, .xxlarge-block-grid-7 > div {
    width: 14.2857142857%;
    list-style: none;
  }
  .xxlarge-block-grid-7 > li:nth-of-type(1n), .xxlarge-block-grid-7 > div:nth-of-type(1n) {
    clear: none;
  }
  .xxlarge-block-grid-7 > li:nth-of-type(7n+1), .xxlarge-block-grid-7 > div:nth-of-type(7n+1) {
    clear: both;
  }
  .xxlarge-block-grid-8 > li, .xxlarge-block-grid-8 > div {
    width: 12.5%;
    list-style: none;
  }
  .xxlarge-block-grid-8 > li:nth-of-type(1n), .xxlarge-block-grid-8 > div:nth-of-type(1n) {
    clear: none;
  }
  .xxlarge-block-grid-8 > li:nth-of-type(8n+1), .xxlarge-block-grid-8 > div:nth-of-type(8n+1) {
    clear: both;
  }
  .xxlarge-block-grid-9 > li, .xxlarge-block-grid-9 > div {
    width: 11.1111111111%;
    list-style: none;
  }
  .xxlarge-block-grid-9 > li:nth-of-type(1n), .xxlarge-block-grid-9 > div:nth-of-type(1n) {
    clear: none;
  }
  .xxlarge-block-grid-9 > li:nth-of-type(9n+1), .xxlarge-block-grid-9 > div:nth-of-type(9n+1) {
    clear: both;
  }
  .xxlarge-block-grid-10 > li, .xxlarge-block-grid-10 > div {
    width: 10%;
    list-style: none;
  }
  .xxlarge-block-grid-10 > li:nth-of-type(1n), .xxlarge-block-grid-10 > div:nth-of-type(1n) {
    clear: none;
  }
  .xxlarge-block-grid-10 > li:nth-of-type(10n+1), .xxlarge-block-grid-10 > div:nth-of-type(10n+1) {
    clear: both;
  }
  .xxlarge-block-grid-11 > li, .xxlarge-block-grid-11 > div {
    width: 9.0909090909%;
    list-style: none;
  }
  .xxlarge-block-grid-11 > li:nth-of-type(1n), .xxlarge-block-grid-11 > div:nth-of-type(1n) {
    clear: none;
  }
  .xxlarge-block-grid-11 > li:nth-of-type(11n+1), .xxlarge-block-grid-11 > div:nth-of-type(11n+1) {
    clear: both;
  }
  .xxlarge-block-grid-12 > li, .xxlarge-block-grid-12 > div {
    width: 8.3333333333%;
    list-style: none;
  }
  .xxlarge-block-grid-12 > li:nth-of-type(1n), .xxlarge-block-grid-12 > div:nth-of-type(1n) {
    clear: none;
  }
  .xxlarge-block-grid-12 > li:nth-of-type(12n+1), .xxlarge-block-grid-12 > div:nth-of-type(12n+1) {
    clear: both;
  }
}
/* Foundation Dropdowns */
.f-dropdown {
  position: absolute;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  outline: none;
  width: 100%;
  max-height: none;
  height: auto;
  background: #FFFFFF;
  border: solid 1px #cccccc;
  font-size: 1rem;
  z-index: 89;
  margin-top: 2px;
  max-width: 200px;
}
.f-dropdown > *:first-child {
  margin-top: 0;
}
.f-dropdown > *:last-child {
  margin-bottom: 0;
}
.f-dropdown:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  border-color: transparent transparent #FFFFFF transparent;
  border-bottom-style: solid;
  position: absolute;
  top: -12px;
  left: 10px;
  z-index: 89;
}
.f-dropdown:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 7px;
  border-color: transparent transparent #cccccc transparent;
  border-bottom-style: solid;
  position: absolute;
  top: -14px;
  left: 9px;
  z-index: 88;
}
.f-dropdown.right:before {
  left: auto;
  right: 10px;
}
.f-dropdown.right:after {
  left: auto;
  right: 9px;
}
.f-dropdown.drop-right {
  position: absolute;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  outline: none;
  width: 100%;
  max-height: none;
  height: auto;
  background: #FFFFFF;
  border: solid 1px #cccccc;
  font-size: 1rem;
  z-index: 89;
  margin-top: 0;
  margin-left: 2px;
  max-width: 200px;
}
.f-dropdown.drop-right > *:first-child {
  margin-top: 0;
}
.f-dropdown.drop-right > *:last-child {
  margin-bottom: 0;
}
.f-dropdown.drop-right:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  border-color: transparent #FFFFFF transparent transparent;
  border-right-style: solid;
  position: absolute;
  top: 10px;
  left: -12px;
  z-index: 89;
}
.f-dropdown.drop-right:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 7px;
  border-color: transparent #cccccc transparent transparent;
  border-right-style: solid;
  position: absolute;
  top: 9px;
  left: -14px;
  z-index: 88;
}
.f-dropdown.drop-left {
  position: absolute;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  outline: none;
  width: 100%;
  max-height: none;
  height: auto;
  background: #FFFFFF;
  border: solid 1px #cccccc;
  font-size: 1rem;
  z-index: 89;
  margin-top: 0;
  margin-left: -2px;
  max-width: 200px;
}
.f-dropdown.drop-left > *:first-child {
  margin-top: 0;
}
.f-dropdown.drop-left > *:last-child {
  margin-bottom: 0;
}
.f-dropdown.drop-left:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  border-color: transparent transparent transparent #FFFFFF;
  border-left-style: solid;
  position: absolute;
  top: 10px;
  right: -12px;
  left: auto;
  z-index: 89;
}
.f-dropdown.drop-left:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 7px;
  border-color: transparent transparent transparent #cccccc;
  border-left-style: solid;
  position: absolute;
  top: 9px;
  right: -14px;
  left: auto;
  z-index: 88;
}
.f-dropdown.drop-top {
  position: absolute;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  outline: none;
  width: 100%;
  max-height: none;
  height: auto;
  background: #FFFFFF;
  border: solid 1px #cccccc;
  font-size: 1rem;
  z-index: 89;
  margin-top: -2px;
  margin-left: 0;
  max-width: 200px;
}
.f-dropdown.drop-top > *:first-child {
  margin-top: 0;
}
.f-dropdown.drop-top > *:last-child {
  margin-bottom: 0;
}
.f-dropdown.drop-top:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  border-color: #FFFFFF transparent transparent transparent;
  border-top-style: solid;
  position: absolute;
  top: auto;
  bottom: -12px;
  left: 10px;
  right: auto;
  z-index: 89;
}
.f-dropdown.drop-top:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 7px;
  border-color: #cccccc transparent transparent transparent;
  border-top-style: solid;
  position: absolute;
  top: auto;
  bottom: -14px;
  left: 9px;
  right: auto;
  z-index: 88;
}
.f-dropdown li {
  font-size: 1rem;
  cursor: pointer;
  line-height: 1.2857142857rem;
  margin: 0;
}
.f-dropdown li:hover, .f-dropdown li:focus {
  background: #EEEEEE;
}
.f-dropdown li.radius {
  border-radius: 0px;
}
.f-dropdown li a {
  display: block;
  padding: 0.5rem;
  color: #555555;
}
.f-dropdown.content {
  position: absolute;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  outline: none;
  padding: 1.4285714286rem;
  width: 100%;
  height: auto;
  max-height: none;
  background: #FFFFFF;
  border: solid 1px #cccccc;
  font-size: 1rem;
  z-index: 89;
  max-width: 200px;
}
.f-dropdown.content > *:first-child {
  margin-top: 0;
}
.f-dropdown.content > *:last-child {
  margin-bottom: 0;
}
.f-dropdown.tiny {
  max-width: 200px;
}
.f-dropdown.small {
  max-width: 300px;
}
.f-dropdown.medium {
  max-width: 500px;
}
.f-dropdown.large {
  max-width: 800px;
}
.f-dropdown.mega {
  width: 100% !important;
  max-width: 100% !important;
}
.f-dropdown.mega.open {
  left: 0 !important;
}

/* Standard Forms */
form {
  margin: 0 0 1.1428571429rem;
}

/* Using forms within rows, we need to set some defaults */
form .row .row {
  margin: 0 -0.5714285714rem;
}
form .row .row .column,
form .row .row .columns {
  padding: 0 0.5714285714rem;
}
form .row .row.collapse {
  margin: 0;
}
form .row .row.collapse .column,
form .row .row.collapse .columns {
  padding: 0;
}
form .row .row.collapse input {
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
form .row input.column,
form .row input.columns,
form .row textarea.column,
form .row textarea.columns {
  padding-left: 0.5714285714rem;
}

/* Label Styles */
label {
  font-size: 1rem;
  color: #4d4d4d;
  cursor: pointer;
  display: block;
  font-weight: normal;
  line-height: 1.5;
  margin-bottom: 0;
  /* Styles for required inputs */
}
label.right {
  float: none !important;
  text-align: right;
}
label.inline {
  margin: 0 0 1.1428571429rem 0;
  padding: 0.6428571429rem 0;
}
label small {
  text-transform: capitalize;
  color: #676767;
}

/* Attach elements to the beginning or end of an input */
.prefix,
.postfix {
  display: block;
  position: relative;
  z-index: 2;
  text-align: center;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  border-style: solid;
  border-width: 1px;
  overflow: hidden;
  font-size: 1rem;
  height: 2.4206349199rem;
  line-height: 2.4206349199rem;
}

/* Adjust padding, alignment and radius if pre/post element is a button */
.postfix.button {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  border: none;
}

.prefix.button {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  border: none;
}

.prefix.button.radius {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 0px;
  -webkit-border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
}

.postfix.button.radius {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 0px;
  -webkit-border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
}

.prefix.button.round {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px;
}

.postfix.button.round {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
}

/* Separate prefix and postfix styles when on span or label so buttons keep their own */
span.prefix, label.prefix {
  background: #f2f2f2;
  border-right: none;
  color: #333333;
  border-color: #cccccc;
}

span.postfix, label.postfix {
  background: #f2f2f2;
  border-left: none;
  color: #333333;
  border-color: #cccccc;
}

/* We use this to get basic styling on all basic form elements */
input[type=text], input[type=password], input[type=date], input[type=datetime], input[type=datetime-local], input[type=month], input[type=week], input[type=email], input[type=number], input[type=search], input[type=tel], input[type=time], input[type=url], input[type=color], textarea {
  -webkit-appearance: none;
  background-color: #FFFFFF;
  font-family: inherit;
  border-style: solid;
  border-width: 1px;
  border-color: #cccccc;
  box-shadow: var(--input-box-shadow, none);
  color: #000;
  display: block;
  font-size: 0.777777777rem;
  margin: 0 0 1.1428571429rem 0;
  padding: 0.5714285714rem;
  height: 2.4206349199rem;
  width: 100%;
  border-radius: var(--input-border-radius, 0px);
  transition: all 0.15s ease, height 0s, width 0s;
  box-sizing: border-box;
  /*  @if $input-include-glowing-effect {
      @include block-glowing-effect(focus, $glowing-effect-fade-time, $glowing-effect-color);
    }*/
  /*@if $input-include-glowing-effect == false {*/
}
input[type=text]:focus, input[type=password]:focus, input[type=date]:focus, input[type=datetime]:focus, input[type=datetime-local]:focus, input[type=month]:focus, input[type=week]:focus, input[type=email]:focus, input[type=number]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=time]:focus, input[type=url]:focus, input[type=color]:focus, textarea:focus {
  background-color: #FFFFFF;
  border-color: #999999;
  outline: none;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.03), 0px 3px 6px rgba(0, 0, 0, 0.02), 0 0 0 3px rgba(153, 153, 153, 0.3), 0 1px 1px 0 rgba(153, 153, 153, 0.08);
}
input[type=text]:disabled, input[type=password]:disabled, input[type=date]:disabled, input[type=datetime]:disabled, input[type=datetime-local]:disabled, input[type=month]:disabled, input[type=week]:disabled, input[type=email]:disabled, input[type=number]:disabled, input[type=search]:disabled, input[type=tel]:disabled, input[type=time]:disabled, input[type=url]:disabled, input[type=color]:disabled, textarea:disabled {
  background-color: #DDDDDD;
  cursor: default;
}
input[type=text][disabled], input[type=text][readonly], fieldset[disabled] input[type=text], input[type=password][disabled], input[type=password][readonly], fieldset[disabled] input[type=password], input[type=date][disabled], input[type=date][readonly], fieldset[disabled] input[type=date], input[type=datetime][disabled], input[type=datetime][readonly], fieldset[disabled] input[type=datetime], input[type=datetime-local][disabled], input[type=datetime-local][readonly], fieldset[disabled] input[type=datetime-local], input[type=month][disabled], input[type=month][readonly], fieldset[disabled] input[type=month], input[type=week][disabled], input[type=week][readonly], fieldset[disabled] input[type=week], input[type=email][disabled], input[type=email][readonly], fieldset[disabled] input[type=email], input[type=number][disabled], input[type=number][readonly], fieldset[disabled] input[type=number], input[type=search][disabled], input[type=search][readonly], fieldset[disabled] input[type=search], input[type=tel][disabled], input[type=tel][readonly], fieldset[disabled] input[type=tel], input[type=time][disabled], input[type=time][readonly], fieldset[disabled] input[type=time], input[type=url][disabled], input[type=url][readonly], fieldset[disabled] input[type=url], input[type=color][disabled], input[type=color][readonly], fieldset[disabled] input[type=color], textarea[disabled], textarea[readonly], fieldset[disabled] textarea {
  background-color: #DDDDDD;
  cursor: default;
}

form .row .prefix-radius.row.collapse input,
form .row .prefix-radius.row.collapse textarea,
form .row .prefix-radius.row.collapse select {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 0px;
  -webkit-border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
}
form .row .prefix-radius.row.collapse .prefix {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 0px;
  -webkit-border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
}
form .row .postfix-radius.row.collapse input,
form .row .postfix-radius.row.collapse textarea,
form .row .postfix-radius.row.collapse select {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 0px;
  -webkit-border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
}
form .row .postfix-radius.row.collapse .postfix {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 0px;
  -webkit-border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
}
form .row .prefix-round.row.collapse input,
form .row .prefix-round.row.collapse textarea,
form .row .prefix-round.row.collapse select {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
}
form .row .prefix-round.row.collapse .prefix {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px;
}
form .row .postfix-round.row.collapse input,
form .row .postfix-round.row.collapse textarea,
form .row .postfix-round.row.collapse select {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px;
}
form .row .postfix-round.row.collapse .postfix {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
}

input[type=submit] {
  -webkit-appearance: none;
  /*border-radius: 0;*/
}

/* Respect enforced amount of rows for textarea */
textarea[rows] {
  height: auto;
}

/* Not allow resize out of parent */
textarea {
  max-width: 100%;
}

/* Add height value for select elements to match text input height */
select {
  -webkit-appearance: none !important;
  border-radius: 0px;
  background-color: #FFFFFF;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%23000000' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: 100% center;
  /*background-position: right 0.5rem center;*/
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  border-style: solid;
  border-width: 1px;
  border-color: #cccccc;
  padding: 0.5714285714rem;
  font-size: 0.777777777rem;
  font-family: "Work Sans", sans-serif;
  color: #000;
  line-height: normal;
  /*    &:hover {
          background-color: $select-hover-bg-color;
          border-color: $input-focus-border-color;
      }*/
  height: 2.4206349199rem;
}
select::-ms-expand {
  display: none;
}
select:disabled {
  background-color: #DDDDDD;
  cursor: default;
}
select:focus {
  background-color: #FFFFFF;
  border-color: #999999;
  outline: none;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.03), 0px 3px 6px rgba(0, 0, 0, 0.02), 0 0 0 3px rgba(153, 153, 153, 0.3), 0 1px 1px 0 rgba(153, 153, 153, 0.08);
}

/* Adjust margin for form elements below */
input[type=file],
input[type=checkbox],
input[type=radio],
select {
  margin: 0 0 1.1428571429rem 0;
}

input[type=checkbox] + label,
input[type=radio] + label {
  display: inline-block;
  margin-left: 0.5714285714rem;
  margin-right: 1.1428571429rem;
  margin-bottom: 0;
  vertical-align: baseline;
}

/* Normalize file input width */
input[type=file] {
  width: 100%;
}

/* HTML5 Number spinners settings */
/* We add basic fieldset styling */
fieldset {
  border: 1px solid #DDDDDD;
  padding: 1.4285714286rem;
  margin: 1.2857142857rem 0;
}
fieldset legend {
  font-weight: bold;
  background: #FFFFFF;
  padding: 0 0.2142857143rem;
  margin: 0;
  margin-left: -0.2142857143rem;
}

span.error, small.error {
  display: block;
  padding: 0.4285714286rem 0.6428571429rem 0.6428571429rem;
  margin-top: -1px;
  margin-bottom: 1.1428571429rem;
  font-size: 0.8571428571rem;
  font-weight: normal;
  font-style: italic;
  background: #f04124;
  color: #FFFFFF;
}

.error input,
.error textarea,
.error select {
  margin-bottom: 0;
}
.error input[type=checkbox],
.error input[type=radio] {
  margin-bottom: 1.1428571429rem;
}
.error label,
.error label.error {
  color: #f04124;
}
.error small.error {
  display: block;
  padding: 0.4285714286rem 0.6428571429rem 0.6428571429rem;
  margin-top: -1px;
  margin-bottom: 1.1428571429rem;
  font-size: 0.8571428571rem;
  font-weight: normal;
  font-style: italic;
  background: #f04124;
  color: #FFFFFF;
}
.error > label > small {
  color: #676767;
  background: transparent;
  padding: 0;
  text-transform: capitalize;
  font-style: normal;
  font-size: 60%;
  margin: 0;
  display: inline;
}
.error span.error-message {
  display: block;
}

input.error,
textarea.error,
select.error {
  margin-bottom: 0;
}

label.error {
  color: #f04124;
}

.row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 128.5714285714rem;
}
.row:before, .row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
.row.collapse > .column,
.row.collapse > .columns {
  padding-left: 0;
  padding-right: 0;
}
.row.collapse .row {
  margin-left: 0;
  margin-right: 0;
}
.row .row {
  width: auto;
  margin-left: -1.0714285714rem;
  margin-right: -1.0714285714rem;
  margin-top: 0;
  margin-bottom: 0;
  max-width: none;
}
.row .row:before, .row .row:after {
  content: " ";
  display: table;
}
.row .row:after {
  clear: both;
}
.row .row.collapse {
  width: auto;
  margin: 0;
  max-width: none;
}
.row .row.collapse:before, .row .row.collapse:after {
  content: " ";
  display: table;
}
.row .row.collapse:after {
  clear: both;
}

.column,
.columns {
  padding-left: 1.0714285714rem;
  padding-right: 1.0714285714rem;
  width: 100%;
  float: left;
}

[class*=column] + [class*=column]:last-child {
  float: right;
}

[class*=column] + [class*=column].end {
  float: left;
}

@media only screen {
  .small-push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }
  .small-pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }
  .small-push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto;
  }
  .small-pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto;
  }
  .small-push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto;
  }
  .small-pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto;
  }
  .small-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .small-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .small-push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto;
  }
  .small-pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto;
  }
  .small-push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto;
  }
  .small-pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto;
  }
  .small-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .small-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .small-push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto;
  }
  .small-pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto;
  }
  .small-push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto;
  }
  .small-pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto;
  }
  .small-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .small-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .small-push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto;
  }
  .small-pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto;
  }
  .small-push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto;
  }
  .small-pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto;
  }
  .column,
.columns {
    position: relative;
    padding-left: 1.0714285714rem;
    padding-right: 1.0714285714rem;
    float: left;
  }
  .small-1 {
    width: 8.3333333333%;
  }
  .small-2 {
    width: 16.6666666667%;
  }
  .small-3 {
    width: 25%;
  }
  .small-4 {
    width: 33.3333333333%;
  }
  .small-5 {
    width: 41.6666666667%;
  }
  .small-6 {
    width: 50%;
  }
  .small-7 {
    width: 58.3333333333%;
  }
  .small-8 {
    width: 66.6666666667%;
  }
  .small-9 {
    width: 75%;
  }
  .small-10 {
    width: 83.3333333333%;
  }
  .small-11 {
    width: 91.6666666667%;
  }
  .small-12 {
    width: 100%;
  }
  .small-offset-0 {
    margin-left: 0% !important;
  }
  .small-offset-1 {
    margin-left: 8.3333333333% !important;
  }
  .small-offset-2 {
    margin-left: 16.6666666667% !important;
  }
  .small-offset-3 {
    margin-left: 25% !important;
  }
  .small-offset-4 {
    margin-left: 33.3333333333% !important;
  }
  .small-offset-5 {
    margin-left: 41.6666666667% !important;
  }
  .small-offset-6 {
    margin-left: 50% !important;
  }
  .small-offset-7 {
    margin-left: 58.3333333333% !important;
  }
  .small-offset-8 {
    margin-left: 66.6666666667% !important;
  }
  .small-offset-9 {
    margin-left: 75% !important;
  }
  .small-offset-10 {
    margin-left: 83.3333333333% !important;
  }
  .small-offset-11 {
    margin-left: 91.6666666667% !important;
  }
  .small-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left;
  }
  .column.small-centered,
.columns.small-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .column.small-uncentered,
.columns.small-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
  .column.small-centered:last-child,
.columns.small-centered:last-child {
    float: none;
  }
  .column.small-uncentered:last-child,
.columns.small-uncentered:last-child {
    float: left;
  }
  .column.small-uncentered.opposite,
.columns.small-uncentered.opposite {
    float: right;
  }
  .row.small-collapse > .column,
.row.small-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .row.small-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  .row.small-uncollapse > .column,
.row.small-uncollapse > .columns {
    padding-left: 1.0714285714rem;
    padding-right: 1.0714285714rem;
    float: left;
  }
}
@media only screen and (min-width:641px) {
  .medium-push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }
  .medium-pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }
  .medium-push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto;
  }
  .medium-pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto;
  }
  .medium-push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto;
  }
  .medium-pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto;
  }
  .medium-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .medium-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .medium-push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto;
  }
  .medium-pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto;
  }
  .medium-push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto;
  }
  .medium-pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto;
  }
  .medium-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .medium-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .medium-push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto;
  }
  .medium-pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto;
  }
  .medium-push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto;
  }
  .medium-pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto;
  }
  .medium-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .medium-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .medium-push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto;
  }
  .medium-pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto;
  }
  .medium-push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto;
  }
  .medium-pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto;
  }
  .column,
.columns {
    position: relative;
    padding-left: 1.0714285714rem;
    padding-right: 1.0714285714rem;
    float: left;
  }
  .medium-1 {
    width: 8.3333333333%;
  }
  .medium-2 {
    width: 16.6666666667%;
  }
  .medium-3 {
    width: 25%;
  }
  .medium-4 {
    width: 33.3333333333%;
  }
  .medium-5 {
    width: 41.6666666667%;
  }
  .medium-6 {
    width: 50%;
  }
  .medium-7 {
    width: 58.3333333333%;
  }
  .medium-8 {
    width: 66.6666666667%;
  }
  .medium-9 {
    width: 75%;
  }
  .medium-10 {
    width: 83.3333333333%;
  }
  .medium-11 {
    width: 91.6666666667%;
  }
  .medium-12 {
    width: 100%;
  }
  .medium-offset-0 {
    margin-left: 0% !important;
  }
  .medium-offset-1 {
    margin-left: 8.3333333333% !important;
  }
  .medium-offset-2 {
    margin-left: 16.6666666667% !important;
  }
  .medium-offset-3 {
    margin-left: 25% !important;
  }
  .medium-offset-4 {
    margin-left: 33.3333333333% !important;
  }
  .medium-offset-5 {
    margin-left: 41.6666666667% !important;
  }
  .medium-offset-6 {
    margin-left: 50% !important;
  }
  .medium-offset-7 {
    margin-left: 58.3333333333% !important;
  }
  .medium-offset-8 {
    margin-left: 66.6666666667% !important;
  }
  .medium-offset-9 {
    margin-left: 75% !important;
  }
  .medium-offset-10 {
    margin-left: 83.3333333333% !important;
  }
  .medium-offset-11 {
    margin-left: 91.6666666667% !important;
  }
  .medium-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left;
  }
  .column.medium-centered,
.columns.medium-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .column.medium-uncentered,
.columns.medium-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
  .column.medium-centered:last-child,
.columns.medium-centered:last-child {
    float: none;
  }
  .column.medium-uncentered:last-child,
.columns.medium-uncentered:last-child {
    float: left;
  }
  .column.medium-uncentered.opposite,
.columns.medium-uncentered.opposite {
    float: right;
  }
  .row.medium-collapse > .column,
.row.medium-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .row.medium-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  .row.medium-uncollapse > .column,
.row.medium-uncollapse > .columns {
    padding-left: 1.0714285714rem;
    padding-right: 1.0714285714rem;
    float: left;
  }
  .push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }
  .pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }
  .push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto;
  }
  .pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto;
  }
  .push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto;
  }
  .pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto;
  }
  .push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto;
  }
  .pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto;
  }
  .push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto;
  }
  .pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto;
  }
  .push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto;
  }
  .pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto;
  }
  .push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto;
  }
  .pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto;
  }
  .push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto;
  }
  .pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto;
  }
  .push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto;
  }
  .pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto;
  }
}
@media only screen and (min-width:1025px) {
  .large-push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }
  .large-pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }
  .large-push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto;
  }
  .large-pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto;
  }
  .large-push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto;
  }
  .large-pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto;
  }
  .large-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .large-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .large-push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto;
  }
  .large-pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto;
  }
  .large-push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto;
  }
  .large-pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto;
  }
  .large-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .large-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .large-push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto;
  }
  .large-pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto;
  }
  .large-push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto;
  }
  .large-pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto;
  }
  .large-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .large-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .large-push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto;
  }
  .large-pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto;
  }
  .large-push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto;
  }
  .large-pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto;
  }
  .column,
.columns {
    position: relative;
    padding-left: 1.0714285714rem;
    padding-right: 1.0714285714rem;
    float: left;
  }
  .large-1 {
    width: 8.3333333333%;
  }
  .large-2 {
    width: 16.6666666667%;
  }
  .large-3 {
    width: 25%;
  }
  .large-4 {
    width: 33.3333333333%;
  }
  .large-5 {
    width: 41.6666666667%;
  }
  .large-6 {
    width: 50%;
  }
  .large-7 {
    width: 58.3333333333%;
  }
  .large-8 {
    width: 66.6666666667%;
  }
  .large-9 {
    width: 75%;
  }
  .large-10 {
    width: 83.3333333333%;
  }
  .large-11 {
    width: 91.6666666667%;
  }
  .large-12 {
    width: 100%;
  }
  .large-offset-0 {
    margin-left: 0% !important;
  }
  .large-offset-1 {
    margin-left: 8.3333333333% !important;
  }
  .large-offset-2 {
    margin-left: 16.6666666667% !important;
  }
  .large-offset-3 {
    margin-left: 25% !important;
  }
  .large-offset-4 {
    margin-left: 33.3333333333% !important;
  }
  .large-offset-5 {
    margin-left: 41.6666666667% !important;
  }
  .large-offset-6 {
    margin-left: 50% !important;
  }
  .large-offset-7 {
    margin-left: 58.3333333333% !important;
  }
  .large-offset-8 {
    margin-left: 66.6666666667% !important;
  }
  .large-offset-9 {
    margin-left: 75% !important;
  }
  .large-offset-10 {
    margin-left: 83.3333333333% !important;
  }
  .large-offset-11 {
    margin-left: 91.6666666667% !important;
  }
  .large-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left;
  }
  .column.large-centered,
.columns.large-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .column.large-uncentered,
.columns.large-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
  .column.large-centered:last-child,
.columns.large-centered:last-child {
    float: none;
  }
  .column.large-uncentered:last-child,
.columns.large-uncentered:last-child {
    float: left;
  }
  .column.large-uncentered.opposite,
.columns.large-uncentered.opposite {
    float: right;
  }
  .row.large-collapse > .column,
.row.large-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .row.large-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  .row.large-uncollapse > .column,
.row.large-uncollapse > .columns {
    padding-left: 1.0714285714rem;
    padding-right: 1.0714285714rem;
    float: left;
  }
  .push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }
  .pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }
  .push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto;
  }
  .pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto;
  }
  .push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto;
  }
  .pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto;
  }
  .push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto;
  }
  .pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto;
  }
  .push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto;
  }
  .pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto;
  }
  .push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto;
  }
  .pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto;
  }
  .push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto;
  }
  .pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto;
  }
  .push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto;
  }
  .pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto;
  }
  .push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto;
  }
  .pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto;
  }
}
@media only screen and (min-width:1441px) {
  .xlarge-push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }
  .xlarge-pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }
  .xlarge-push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto;
  }
  .xlarge-pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto;
  }
  .xlarge-push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto;
  }
  .xlarge-pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto;
  }
  .xlarge-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .xlarge-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .xlarge-push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto;
  }
  .xlarge-pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto;
  }
  .xlarge-push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto;
  }
  .xlarge-pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto;
  }
  .xlarge-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .xlarge-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .xlarge-push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto;
  }
  .xlarge-pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto;
  }
  .xlarge-push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto;
  }
  .xlarge-pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto;
  }
  .xlarge-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .xlarge-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .xlarge-push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto;
  }
  .xlarge-pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto;
  }
  .xlarge-push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto;
  }
  .xlarge-pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto;
  }
  .column,
.columns {
    position: relative;
    padding-left: 1.0714285714rem;
    padding-right: 1.0714285714rem;
    float: left;
  }
  .xlarge-1 {
    width: 8.3333333333%;
  }
  .xlarge-2 {
    width: 16.6666666667%;
  }
  .xlarge-3 {
    width: 25%;
  }
  .xlarge-4 {
    width: 33.3333333333%;
  }
  .xlarge-5 {
    width: 41.6666666667%;
  }
  .xlarge-6 {
    width: 50%;
  }
  .xlarge-7 {
    width: 58.3333333333%;
  }
  .xlarge-8 {
    width: 66.6666666667%;
  }
  .xlarge-9 {
    width: 75%;
  }
  .xlarge-10 {
    width: 83.3333333333%;
  }
  .xlarge-11 {
    width: 91.6666666667%;
  }
  .xlarge-12 {
    width: 100%;
  }
  .xlarge-offset-0 {
    margin-left: 0% !important;
  }
  .xlarge-offset-1 {
    margin-left: 8.3333333333% !important;
  }
  .xlarge-offset-2 {
    margin-left: 16.6666666667% !important;
  }
  .xlarge-offset-3 {
    margin-left: 25% !important;
  }
  .xlarge-offset-4 {
    margin-left: 33.3333333333% !important;
  }
  .xlarge-offset-5 {
    margin-left: 41.6666666667% !important;
  }
  .xlarge-offset-6 {
    margin-left: 50% !important;
  }
  .xlarge-offset-7 {
    margin-left: 58.3333333333% !important;
  }
  .xlarge-offset-8 {
    margin-left: 66.6666666667% !important;
  }
  .xlarge-offset-9 {
    margin-left: 75% !important;
  }
  .xlarge-offset-10 {
    margin-left: 83.3333333333% !important;
  }
  .xlarge-offset-11 {
    margin-left: 91.6666666667% !important;
  }
  .xlarge-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left;
  }
  .column.xlarge-centered,
.columns.xlarge-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .column.xlarge-uncentered,
.columns.xlarge-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
  .column.xlarge-centered:last-child,
.columns.xlarge-centered:last-child {
    float: none;
  }
  .column.xlarge-uncentered:last-child,
.columns.xlarge-uncentered:last-child {
    float: left;
  }
  .column.xlarge-uncentered.opposite,
.columns.xlarge-uncentered.opposite {
    float: right;
  }
  .row.xlarge-collapse > .column,
.row.xlarge-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .row.xlarge-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  .row.xlarge-uncollapse > .column,
.row.xlarge-uncollapse > .columns {
    padding-left: 1.0714285714rem;
    padding-right: 1.0714285714rem;
    float: left;
  }
}
@media only screen and (min-width:1921px) {
  .xxlarge-push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }
  .xxlarge-pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }
  .xxlarge-push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto;
  }
  .xxlarge-pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto;
  }
  .xxlarge-push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto;
  }
  .xxlarge-pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto;
  }
  .xxlarge-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .xxlarge-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .xxlarge-push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto;
  }
  .xxlarge-pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto;
  }
  .xxlarge-push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto;
  }
  .xxlarge-pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto;
  }
  .xxlarge-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .xxlarge-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .xxlarge-push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto;
  }
  .xxlarge-pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto;
  }
  .xxlarge-push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto;
  }
  .xxlarge-pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto;
  }
  .xxlarge-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .xxlarge-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .xxlarge-push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto;
  }
  .xxlarge-pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto;
  }
  .xxlarge-push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto;
  }
  .xxlarge-pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto;
  }
  .column,
.columns {
    position: relative;
    padding-left: 1.0714285714rem;
    padding-right: 1.0714285714rem;
    float: left;
  }
  .xxlarge-1 {
    width: 8.3333333333%;
  }
  .xxlarge-2 {
    width: 16.6666666667%;
  }
  .xxlarge-3 {
    width: 25%;
  }
  .xxlarge-4 {
    width: 33.3333333333%;
  }
  .xxlarge-5 {
    width: 41.6666666667%;
  }
  .xxlarge-6 {
    width: 50%;
  }
  .xxlarge-7 {
    width: 58.3333333333%;
  }
  .xxlarge-8 {
    width: 66.6666666667%;
  }
  .xxlarge-9 {
    width: 75%;
  }
  .xxlarge-10 {
    width: 83.3333333333%;
  }
  .xxlarge-11 {
    width: 91.6666666667%;
  }
  .xxlarge-12 {
    width: 100%;
  }
  .xxlarge-offset-0 {
    margin-left: 0% !important;
  }
  .xxlarge-offset-1 {
    margin-left: 8.3333333333% !important;
  }
  .xxlarge-offset-2 {
    margin-left: 16.6666666667% !important;
  }
  .xxlarge-offset-3 {
    margin-left: 25% !important;
  }
  .xxlarge-offset-4 {
    margin-left: 33.3333333333% !important;
  }
  .xxlarge-offset-5 {
    margin-left: 41.6666666667% !important;
  }
  .xxlarge-offset-6 {
    margin-left: 50% !important;
  }
  .xxlarge-offset-7 {
    margin-left: 58.3333333333% !important;
  }
  .xxlarge-offset-8 {
    margin-left: 66.6666666667% !important;
  }
  .xxlarge-offset-9 {
    margin-left: 75% !important;
  }
  .xxlarge-offset-10 {
    margin-left: 83.3333333333% !important;
  }
  .xxlarge-offset-11 {
    margin-left: 91.6666666667% !important;
  }
  .xxlarge-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left;
  }
  .column.xxlarge-centered,
.columns.xxlarge-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .column.xxlarge-uncentered,
.columns.xxlarge-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
  .column.xxlarge-centered:last-child,
.columns.xxlarge-centered:last-child {
    float: none;
  }
  .column.xxlarge-uncentered:last-child,
.columns.xxlarge-uncentered:last-child {
    float: left;
  }
  .column.xxlarge-uncentered.opposite,
.columns.xxlarge-uncentered.opposite {
    float: right;
  }
  .row.xxlarge-collapse > .column,
.row.xxlarge-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .row.xxlarge-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  .row.xxlarge-uncollapse > .column,
.row.xxlarge-uncollapse > .columns {
    padding-left: 1.0714285714rem;
    padding-right: 1.0714285714rem;
    float: left;
  }
}
.label {
  font-weight: normal;
  font-family: "Work Sans", sans-serif;
  text-align: center;
  text-decoration: none;
  line-height: 1;
  white-space: nowrap;
  display: inline-block;
  position: relative;
  margin-bottom: auto;
  padding: 0.2857142857rem 0.5714285714rem 0.2857142857rem;
  font-size: 0.7857142857rem;
  background-color: #231f20;
  color: #FFFFFF;
}
.label.radius {
  border-radius: 0px;
}
.label.round {
  border-radius: 1000px;
}
.label.alert {
  background-color: #f04124;
  color: #FFFFFF;
}
.label.warning {
  background-color: #f08a24;
  color: #FFFFFF;
}
.label.success {
  background-color: #43AC6A;
  color: #FFFFFF;
}
.label.secondary {
  background-color: #e7e7e7;
  color: #333333;
}
.label.info {
  background-color: #a0d3e8;
  color: #333333;
}

/* Panels */
.panel {
  border-style: solid;
  border-width: 1px;
  border-color: #d8d8d8;
  margin-bottom: 1.4285714286rem;
  padding: 1.4285714286rem;
  background: #f2f2f2;
  color: #333333;
}
.panel > :first-child {
  margin-top: 0;
}
.panel > :last-child {
  margin-bottom: 0;
}
.panel h1, .panel h2, .panel h3, .panel .product-destaque-item-wrapper__dialog-saber-mais.dialog .product-destaque-item-wrapper__dialog-saber-mais__nome-produto, .product-destaque-item-wrapper__dialog-saber-mais.dialog .panel .product-destaque-item-wrapper__dialog-saber-mais__nome-produto, .panel h4, .panel h5, .panel h6, .panel p, .panel li, .panel dl {
  color: #333333;
}
.panel h1, .panel h2, .panel h3, .panel .product-destaque-item-wrapper__dialog-saber-mais.dialog .product-destaque-item-wrapper__dialog-saber-mais__nome-produto, .product-destaque-item-wrapper__dialog-saber-mais.dialog .panel .product-destaque-item-wrapper__dialog-saber-mais__nome-produto, .panel h4, .panel h5, .panel h6 {
  line-height: 1;
  margin-bottom: 0.7142857143rem;
}
.panel h1.subheader, .panel h2.subheader, .panel h3.subheader, .panel .product-destaque-item-wrapper__dialog-saber-mais.dialog .subheader.product-destaque-item-wrapper__dialog-saber-mais__nome-produto, .product-destaque-item-wrapper__dialog-saber-mais.dialog .panel .subheader.product-destaque-item-wrapper__dialog-saber-mais__nome-produto, .panel h4.subheader, .panel h5.subheader, .panel h6.subheader {
  line-height: 1.4;
}
.panel.callout {
  border-style: solid;
  border-width: 1px;
  border-color: #dad5d6;
  margin-bottom: 1.4285714286rem;
  padding: 1.4285714286rem;
  background: #f2f1f1;
  color: #333333;
}
.panel.callout > :first-child {
  margin-top: 0;
}
.panel.callout > :last-child {
  margin-bottom: 0;
}
.panel.callout h1, .panel.callout h2, .panel.callout h3, .panel.callout .product-destaque-item-wrapper__dialog-saber-mais.dialog .product-destaque-item-wrapper__dialog-saber-mais__nome-produto, .product-destaque-item-wrapper__dialog-saber-mais.dialog .panel.callout .product-destaque-item-wrapper__dialog-saber-mais__nome-produto, .panel.callout h4, .panel.callout h5, .panel.callout h6, .panel.callout p, .panel.callout li, .panel.callout dl {
  color: #333333;
}
.panel.callout h1, .panel.callout h2, .panel.callout h3, .panel.callout .product-destaque-item-wrapper__dialog-saber-mais.dialog .product-destaque-item-wrapper__dialog-saber-mais__nome-produto, .product-destaque-item-wrapper__dialog-saber-mais.dialog .panel.callout .product-destaque-item-wrapper__dialog-saber-mais__nome-produto, .panel.callout h4, .panel.callout h5, .panel.callout h6 {
  line-height: 1;
  margin-bottom: 0.7142857143rem;
}
.panel.callout h1.subheader, .panel.callout h2.subheader, .panel.callout h3.subheader, .panel.callout .product-destaque-item-wrapper__dialog-saber-mais.dialog .subheader.product-destaque-item-wrapper__dialog-saber-mais__nome-produto, .product-destaque-item-wrapper__dialog-saber-mais.dialog .panel.callout .subheader.product-destaque-item-wrapper__dialog-saber-mais__nome-produto, .panel.callout h4.subheader, .panel.callout h5.subheader, .panel.callout h6.subheader {
  line-height: 1.4;
}
.panel.callout a:not(.button) {
  color: #231f20;
}
.panel.callout a:not(.button):hover, .panel.callout a:not(.button):focus {
  color: #1e1b1c;
}
.panel.radius {
  border-radius: 0px;
}

/*@import "../foundation/components/reveal.scss";*/
table {
  background: #FFFFFF;
  margin-bottom: 1.4285714286rem;
  border: solid 2px #000;
  table-layout: auto;
}
table caption {
  background: transparent;
  color: #222222;
  font-size: 1.1428571429rem;
  font-weight: bold;
}
table thead {
  background: #F5F5F5;
}
table thead tr th,
table thead tr td {
  padding: 0.5714285714rem 0.7142857143rem 0.7142857143rem;
  font-size: 1rem;
  font-weight: bold;
  color: #222222;
}
table tfoot {
  background: #F5F5F5;
}
table tfoot tr th,
table tfoot tr td {
  padding: 0.5714285714rem 0.7142857143rem 0.7142857143rem;
  font-size: 1rem;
  font-weight: bold;
  color: #222222;
}
table tr th,
table tr td {
  padding: 0.6428571429rem 0.7142857143rem;
  font-size: 1rem;
  color: #222222;
  text-align: left;
}
table tr.even, table tr.alt, table tr:nth-of-type(even) {
  background: #F9F9F9;
}
table thead tr th,
table tfoot tr th,
table tfoot tr td,
table tbody tr th,
table tbody tr td,
table tr td {
  display: table-cell;
  line-height: 1.2857142857rem;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.text-justify {
  text-align: justify !important;
}

@media only screen and (max-width: 640px) {
  .small-only-text-left {
    text-align: left !important;
  }
  .small-only-text-right {
    text-align: right !important;
  }
  .small-only-text-center {
    text-align: center !important;
  }
  .small-only-text-justify {
    text-align: justify !important;
  }
}
@media only screen {
  .small-text-left {
    text-align: left !important;
  }
  .small-text-right {
    text-align: right !important;
  }
  .small-text-center {
    text-align: center !important;
  }
  .small-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width:641px) and (max-width:1024px) {
  .medium-only-text-left {
    text-align: left !important;
  }
  .medium-only-text-right {
    text-align: right !important;
  }
  .medium-only-text-center {
    text-align: center !important;
  }
  .medium-only-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width:641px) {
  .medium-text-left {
    text-align: left !important;
  }
  .medium-text-right {
    text-align: right !important;
  }
  .medium-text-center {
    text-align: center !important;
  }
  .medium-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width:1025px) and (max-width:1440px) {
  .large-only-text-left {
    text-align: left !important;
  }
  .large-only-text-right {
    text-align: right !important;
  }
  .large-only-text-center {
    text-align: center !important;
  }
  .large-only-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width:1025px) {
  .large-text-left {
    text-align: left !important;
  }
  .large-text-right {
    text-align: right !important;
  }
  .large-text-center {
    text-align: center !important;
  }
  .large-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width:1441px) and (max-width:1920px) {
  .xlarge-only-text-left {
    text-align: left !important;
  }
  .xlarge-only-text-right {
    text-align: right !important;
  }
  .xlarge-only-text-center {
    text-align: center !important;
  }
  .xlarge-only-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width:1441px) {
  .xlarge-text-left {
    text-align: left !important;
  }
  .xlarge-text-right {
    text-align: right !important;
  }
  .xlarge-text-center {
    text-align: center !important;
  }
  .xlarge-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width:1921px) and (max-width:999999px) {
  .xxlarge-only-text-left {
    text-align: left !important;
  }
  .xxlarge-only-text-right {
    text-align: right !important;
  }
  .xxlarge-only-text-center {
    text-align: center !important;
  }
  .xxlarge-only-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width:1921px) {
  .xxlarge-text-left {
    text-align: left !important;
  }
  .xxlarge-text-right {
    text-align: right !important;
  }
  .xxlarge-text-center {
    text-align: center !important;
  }
  .xxlarge-text-justify {
    text-align: justify !important;
  }
}
/* Typography resets */
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
.product-destaque-item-wrapper__dialog-saber-mais.dialog .product-destaque-item-wrapper__dialog-saber-mais__nome-produto,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

/* Default Link Styles */
a {
  color: #231f20;
  text-decoration: none;
  line-height: inherit;
}
a:hover, a:focus {
  color: #1e1b1c;
}
a img {
  border: none;
}

/* Default paragraph styles */
p {
  font-family: inherit;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1.4285714286rem;
  text-rendering: optimizeLegibility;
}
p.lead {
  font-size: 1.25rem;
  line-height: 1.6;
}
p aside {
  font-size: 1rem;
  line-height: 1.35;
  font-style: italic;
}

/* Default header styles */
h1, h2, h3, .product-destaque-item-wrapper__dialog-saber-mais.dialog .product-destaque-item-wrapper__dialog-saber-mais__nome-produto, h4, h5, h6 {
  font-family: "Work Sans", sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #000;
  text-rendering: optimizeLegibility;
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  line-height: 1.4;
}
h1 small, h2 small, h3 small, .product-destaque-item-wrapper__dialog-saber-mais.dialog .product-destaque-item-wrapper__dialog-saber-mais__nome-produto small, h4 small, h5 small, h6 small {
  font-size: 60%;
  color: #595959;
  line-height: 0;
}

h1 {
  font-size: 2.8557142857rem;
}

h2 {
  font-size: 2.7057142857rem;
}

h3, .product-destaque-item-wrapper__dialog-saber-mais.dialog .product-destaque-item-wrapper__dialog-saber-mais__nome-produto {
  font-size: 1.3428571429rem;
}

h4 {
  font-size: 0.4928571429rem;
}

h5 {
  font-size: 0.78rem;
}

h6 {
  font-size: 1rem;
}

.subheader {
  line-height: 1.4;
  color: #595959;
  font-weight: normal;
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
}

hr {
  border: solid #DDDDDD;
  border-width: 2px 0 0;
  clear: both;
  margin: 1.4285714286rem 0 1.2857142857rem;
  height: 0;
}

/* Helpful Typography Defaults */
em,
i {
  font-style: italic;
  line-height: inherit;
}

strong,
b {
  font-weight: bold;
  line-height: inherit;
}

small {
  font-size: 60%;
  line-height: inherit;
}

code {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #333333;
  background-color: #f8f8f8;
  border-width: 1px;
  border-style: solid;
  border-color: #dfdfdf;
  padding: 0.1428571429rem 0.3571428571rem 0.0714285714rem;
}

/* Lists */
ul,
ol,
dl {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1.4285714286rem;
  list-style-position: outside;
  font-family: inherit;
}

ul {
  margin-left: 1.1rem;
}
ul.no-bullet {
  margin-left: 0;
}
ul.no-bullet li ul,
ul.no-bullet li ol {
  margin-left: 1.4285714286rem;
  margin-bottom: 0;
  list-style: none;
}

/* Unordered Lists */
ul li ul,
ul li ol {
  margin-left: 1.4285714286rem;
  margin-bottom: 0;
}
ul.square li ul, ul.circle li ul, ul.disc li ul {
  list-style: inherit;
}
ul.square {
  list-style-type: square;
  margin-left: 1.1rem;
}
ul.circle {
  list-style-type: circle;
  margin-left: 1.1rem;
}
ul.disc {
  list-style-type: disc;
  margin-left: 1.1rem;
}
ul.no-bullet {
  list-style: none;
}

/* Ordered Lists */
ol {
  margin-left: 1.4rem;
}
ol li ul,
ol li ol {
  margin-left: 1.4285714286rem;
  margin-bottom: 0;
}

/* Definition Lists */
dl dt {
  margin-bottom: 0.3rem;
  font-weight: bold;
}
dl dd {
  margin-bottom: 0.8571428571rem;
}

/* Abbreviations */
abbr,
acronym {
  text-transform: uppercase;
  font-size: 90%;
  color: #000;
  cursor: help;
}

abbr {
  text-transform: none;
}
abbr[title] {
  border-bottom: 1px dotted #DDDDDD;
}

/* Blockquotes */
blockquote {
  margin: 0 0 1.4285714286rem;
  padding: 0.6428571429rem 1.4285714286rem 0 1.3571428571rem;
  border-left: 1px solid #DDDDDD;
}
blockquote cite {
  display: block;
  font-size: 0.9285714286rem;
  color: #3b3b3b;
}
blockquote cite:before {
  content: "— ";
}
blockquote cite a,
blockquote cite a:visited {
  color: #3b3b3b;
}

blockquote,
blockquote p {
  line-height: 1.6;
  color: #595959;
}

/* Microformats */
.vcard {
  display: inline-block;
  margin: 0 0 1.4285714286rem 0;
  border: 1px solid #DDDDDD;
  padding: 0.7142857143rem 0.8571428571rem;
}
.vcard li {
  margin: 0;
  display: block;
}
.vcard .fn {
  font-weight: bold;
  font-size: 1.0714285714rem;
}

.vevent .summary {
  font-weight: bold;
}
.vevent abbr {
  cursor: default;
  text-decoration: none;
  font-weight: bold;
  border: none;
  padding: 0 0.0714285714rem;
}

@media only screen and (min-width:641px) {
  h1, h2, h3, .product-destaque-item-wrapper__dialog-saber-mais.dialog .product-destaque-item-wrapper__dialog-saber-mais__nome-produto, h4, h5, h6 {
    line-height: 1.4;
  }
  h1 {
    font-size: 3.57rem;
  }
  h2 {
    font-size: 3.42rem;
  }
  h3, .product-destaque-item-wrapper__dialog-saber-mais.dialog .product-destaque-item-wrapper__dialog-saber-mais__nome-produto {
    font-size: 1.7rem;
  }
  h4 {
    font-size: 0.85rem;
  }
  h5 {
    font-size: 0.78rem;
  }
  h6 {
    font-size: 1rem;
  }
}
/*
 * Print styles.
 *
 * Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
 * Credit to Paul Irish and HTML5 Boilerplate (html5boilerplate.com)
*/
.print-only {
  display: none !important;
}

@media print {
  * {
    background: transparent !important;
    color: #000000 !important; /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
a[href^="javascript:"]:after,
a[href^="#"]:after {
    content: "";
  }
  pre,
blockquote {
    border: 1px solid #999999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group; /* h5bp.com/t */
  }
  tr,
img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
h2,
h3,
.product-destaque-item-wrapper__dialog-saber-mais.dialog .product-destaque-item-wrapper__dialog-saber-mais__nome-produto {
    orphans: 3;
    widows: 3;
  }
  h2,
h3,
.product-destaque-item-wrapper__dialog-saber-mais.dialog .product-destaque-item-wrapper__dialog-saber-mais__nome-produto {
    page-break-after: avoid;
  }
  .hide-on-print {
    display: none !important;
  }
  .print-only {
    display: block !important;
  }
  .hide-for-print {
    display: none !important;
  }
  .show-for-print {
    display: inherit !important;
  }
}
/* small displays */
@media only screen {
  .show-for-small-only, .show-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important;
  }
  .hide-for-small-only, .hide-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important;
  }
  .visible-for-small-only, .visible-for-small-up, .visible-for-small, .visible-for-small-down, .hidden-for-medium-only, .hidden-for-medium-up, .hidden-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }
  .hidden-for-small-only, .hidden-for-small-up, .hidden-for-small, .hidden-for-small-down, .visible-for-medium-only, .visible-for-medium-up, .visible-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
  }
  table.show-for-small-only, table.show-for-small-up, table.show-for-small, table.show-for-small-down, table.hide-for-medium-only, table.hide-for-medium-up, table.hide-for-medium, table.show-for-medium-down, table.hide-for-large-only, table.hide-for-large-up, table.hide-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important;
  }
  thead.show-for-small-only, thead.show-for-small-up, thead.show-for-small, thead.show-for-small-down, thead.hide-for-medium-only, thead.hide-for-medium-up, thead.hide-for-medium, thead.show-for-medium-down, thead.hide-for-large-only, thead.hide-for-large-up, thead.hide-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }
  tbody.show-for-small-only, tbody.show-for-small-up, tbody.show-for-small, tbody.show-for-small-down, tbody.hide-for-medium-only, tbody.hide-for-medium-up, tbody.hide-for-medium, tbody.show-for-medium-down, tbody.hide-for-large-only, tbody.hide-for-large-up, tbody.hide-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }
  tr.show-for-small-only, tr.show-for-small-up, tr.show-for-small, tr.show-for-small-down, tr.hide-for-medium-only, tr.hide-for-medium-up, tr.hide-for-medium, tr.show-for-medium-down, tr.hide-for-large-only, tr.hide-for-large-up, tr.hide-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row !important;
  }
  th.show-for-small-only, td.show-for-small-only, th.show-for-small-up, td.show-for-small-up, th.show-for-small, td.show-for-small, th.show-for-small-down, td.show-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.hide-for-medium-up, td.hide-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.show-for-medium-down, td.show-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.hide-for-large-up, td.hide-for-large-up, th.hide-for-large, td.hide-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}
/* medium displays */
@media only screen and (min-width:641px) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important;
  }
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important;
  }
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .visible-for-medium-only, .visible-for-medium-up, .visible-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .hidden-for-medium-only, .hidden-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
  }
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.show-for-medium-only, table.show-for-medium-up, table.show-for-medium, table.show-for-medium-down, table.hide-for-large-only, table.hide-for-large-up, table.hide-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important;
  }
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.show-for-medium-only, thead.show-for-medium-up, thead.show-for-medium, thead.show-for-medium-down, thead.hide-for-large-only, thead.hide-for-large-up, thead.hide-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.show-for-medium-only, tbody.show-for-medium-up, tbody.show-for-medium, tbody.show-for-medium-down, tbody.hide-for-large-only, tbody.hide-for-large-up, tbody.hide-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.show-for-medium-only, tr.show-for-medium-up, tr.show-for-medium, tr.show-for-medium-down, tr.hide-for-large-only, tr.hide-for-large-up, tr.hide-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row !important;
  }
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.show-for-medium-only, td.show-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.show-for-medium, td.show-for-medium, th.show-for-medium-down, td.show-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.hide-for-large-up, td.hide-for-large-up, th.hide-for-large, td.hide-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}
/* large displays */
@media only screen and (min-width:1025px) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important;
  }
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important;
  }
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
  }
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.show-for-large-only, table.show-for-large-up, table.show-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important;
  }
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.show-for-large-only, thead.show-for-large-up, thead.show-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.show-for-large-only, tbody.show-for-large-up, tbody.show-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.show-for-large-only, tr.show-for-large-up, tr.show-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row !important;
  }
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.show-for-large-only, td.show-for-large-only, th.show-for-large-up, td.show-for-large-up, th.show-for-large, td.show-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}
/* xlarge displays */
@media only screen and (min-width:1441px) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .hide-for-large-only, .show-for-large-up, .hide-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important;
  }
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .show-for-large-only, .hide-for-large-up, .show-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important;
  }
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .hidden-for-large-only, .visible-for-large-up, .hidden-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .visible-for-large-only, .hidden-for-large-up, .visible-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
  }
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-large-only, table.show-for-large-up, table.hide-for-large, table.hide-for-large-down, table.show-for-xlarge-only, table.show-for-xlarge-up, table.show-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important;
  }
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-large-only, thead.show-for-large-up, thead.hide-for-large, thead.hide-for-large-down, thead.show-for-xlarge-only, thead.show-for-xlarge-up, thead.show-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-large-only, tbody.show-for-large-up, tbody.hide-for-large, tbody.hide-for-large-down, tbody.show-for-xlarge-only, tbody.show-for-xlarge-up, tbody.show-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-large-only, tr.show-for-large-up, tr.hide-for-large, tr.hide-for-large-down, tr.show-for-xlarge-only, tr.show-for-xlarge-up, tr.show-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row !important;
  }
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.show-for-large-up, td.show-for-large-up, th.hide-for-large, td.hide-for-large, th.hide-for-large-down, td.hide-for-large-down, th.show-for-xlarge-only, td.show-for-xlarge-only, th.show-for-xlarge-up, td.show-for-xlarge-up, th.show-for-xlarge, td.show-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}
/* xxlarge displays */
@media only screen and (min-width:1921px) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .hide-for-large-only, .show-for-large-up, .hide-for-large, .hide-for-large-down, .hide-for-xlarge-only, .show-for-xlarge-up, .hide-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important;
  }
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .show-for-large-only, .hide-for-large-up, .show-for-large, .show-for-large-down, .show-for-xlarge-only, .hide-for-xlarge-up, .show-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important;
  }
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .hidden-for-large-only, .visible-for-large-up, .hidden-for-large, .hidden-for-large-down, .hidden-for-xlarge-only, .visible-for-xlarge-up, .hidden-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .visible-for-large-only, .hidden-for-large-up, .visible-for-large, .visible-for-large-down, .visible-for-xlarge-only, .hidden-for-xlarge-up, .visible-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .hidden-for-xxlarge-down {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
  }
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-large-only, table.show-for-large-up, table.hide-for-large, table.hide-for-large-down, table.hide-for-xlarge-only, table.show-for-xlarge-up, table.hide-for-xlarge, table.hide-for-xlarge-down, table.show-for-xxlarge-only, table.show-for-xxlarge-up, table.show-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important;
  }
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-large-only, thead.show-for-large-up, thead.hide-for-large, thead.hide-for-large-down, thead.hide-for-xlarge-only, thead.show-for-xlarge-up, thead.hide-for-xlarge, thead.hide-for-xlarge-down, thead.show-for-xxlarge-only, thead.show-for-xxlarge-up, thead.show-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-large-only, tbody.show-for-large-up, tbody.hide-for-large, tbody.hide-for-large-down, tbody.hide-for-xlarge-only, tbody.show-for-xlarge-up, tbody.hide-for-xlarge, tbody.hide-for-xlarge-down, tbody.show-for-xxlarge-only, tbody.show-for-xxlarge-up, tbody.show-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-large-only, tr.show-for-large-up, tr.hide-for-large, tr.hide-for-large-down, tr.hide-for-xlarge-only, tr.show-for-xlarge-up, tr.hide-for-xlarge, tr.hide-for-xlarge-down, tr.show-for-xxlarge-only, tr.show-for-xxlarge-up, tr.show-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row !important;
  }
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.show-for-large-up, td.show-for-large-up, th.hide-for-large, td.hide-for-large, th.hide-for-large-down, td.hide-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.show-for-xlarge-up, td.show-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.hide-for-xlarge-down, td.hide-for-xlarge-down, th.show-for-xxlarge-only, td.show-for-xxlarge-only, th.show-for-xxlarge-up, td.show-for-xxlarge-up, th.show-for-xxlarge, td.show-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}
/* Orientation targeting */
.show-for-landscape,
.hide-for-portrait {
  display: inherit !important;
}

.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}

/* Specific visibility for tables */
table.hide-for-landscape, table.show-for-portrait {
  display: table !important;
}

thead.hide-for-landscape, thead.show-for-portrait {
  display: table-header-group !important;
}

tbody.hide-for-landscape, tbody.show-for-portrait {
  display: table-row-group !important;
}

tr.hide-for-landscape, tr.show-for-portrait {
  display: table-row !important;
}

td.hide-for-landscape, td.show-for-portrait,
th.hide-for-landscape,
th.show-for-portrait {
  display: table-cell !important;
}

@media only screen and (orientation: landscape) {
  .show-for-landscape,
.hide-for-portrait {
    display: inherit !important;
  }
  .hide-for-landscape,
.show-for-portrait {
    display: none !important;
  }
  /* Specific visibility for tables */
  table.show-for-landscape, table.hide-for-portrait {
    display: table !important;
  }
  thead.show-for-landscape, thead.hide-for-portrait {
    display: table-header-group !important;
  }
  tbody.show-for-landscape, tbody.hide-for-portrait {
    display: table-row-group !important;
  }
  tr.show-for-landscape, tr.hide-for-portrait {
    display: table-row !important;
  }
  td.show-for-landscape, td.hide-for-portrait,
th.show-for-landscape,
th.hide-for-portrait {
    display: table-cell !important;
  }
}
@media only screen and (orientation: portrait) {
  .show-for-portrait,
.hide-for-landscape {
    display: inherit !important;
  }
  .hide-for-portrait,
.show-for-landscape {
    display: none !important;
  }
  /* Specific visibility for tables */
  table.show-for-portrait, table.hide-for-landscape {
    display: table !important;
  }
  thead.show-for-portrait, thead.hide-for-landscape {
    display: table-header-group !important;
  }
  tbody.show-for-portrait, tbody.hide-for-landscape {
    display: table-row-group !important;
  }
  tr.show-for-portrait, tr.hide-for-landscape {
    display: table-row !important;
  }
  td.show-for-portrait, td.hide-for-landscape,
th.show-for-portrait,
th.hide-for-landscape {
    display: table-cell !important;
  }
}
/* Touch-enabled device targeting */
.show-for-touch {
  display: none !important;
}

.hide-for-touch {
  display: inherit !important;
}

.touch .show-for-touch {
  display: inherit !important;
}

.touch .hide-for-touch {
  display: none !important;
}

/* Specific visibility for tables */
table.hide-for-touch {
  display: table !important;
}

.touch table.show-for-touch {
  display: table !important;
}

thead.hide-for-touch {
  display: table-header-group !important;
}

.touch thead.show-for-touch {
  display: table-header-group !important;
}

tbody.hide-for-touch {
  display: table-row-group !important;
}

.touch tbody.show-for-touch {
  display: table-row-group !important;
}

tr.hide-for-touch {
  display: table-row !important;
}

.touch tr.show-for-touch {
  display: table-row !important;
}

td.hide-for-touch {
  display: table-cell !important;
}

.touch td.show-for-touch {
  display: table-cell !important;
}

th.hide-for-touch {
  display: table-cell !important;
}

.touch th.show-for-touch {
  display: table-cell !important;
}

/* Print visibility */
@media print {
  .show-for-print {
    display: block;
  }
  .hide-for-print {
    display: none;
  }
  table.show-for-print {
    display: table !important;
  }
  thead.show-for-print {
    display: table-header-group !important;
  }
  tbody.show-for-print {
    display: table-row-group !important;
  }
  tr.show-for-print {
    display: table-row !important;
  }
  td.show-for-print {
    display: table-cell !important;
  }
  th.show-for-print {
    display: table-cell !important;
  }
}
/***********************************************
*            Includes Base                      *
************************************************/
/*
 * Utility classes espacamento 1
 */
.margin-top-0\.5rem,
.mt-0\.5rem {
  margin-top: 0.5rem;
}

.margin-bottom-0\.5rem,
.mb-0\.5rem {
  margin-bottom: 0.5rem;
}

.margin-right-0\.5rem,
.mr-0\.5rem {
  margin-right: 0.5rem;
}

.margin-left-0\.5rem,
.ml-0\.5rem {
  margin-left: 0.5rem;
}

.mx-0\.5rem {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.my-0\.5rem {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.m-0\.5rem {
  margin: 0.5rem;
}

.margin-top-1rem,
.mt-1rem {
  margin-top: 1rem;
}

.margin-bottom-1rem,
.mb-1rem {
  margin-bottom: 1rem;
}

.margin-right-1rem,
.mr-1rem {
  margin-right: 1rem;
}

.margin-left-1rem,
.ml-1rem {
  margin-left: 1rem;
}

.mx-1rem {
  margin-left: 1rem;
  margin-right: 1rem;
}

.my-1rem {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.m-1rem {
  margin: 1rem;
}

.margin-top-1\.5rem,
.mt-1\.5rem {
  margin-top: 1.5rem;
}

.margin-bottom-1\.5rem,
.mb-1\.5rem {
  margin-bottom: 1.5rem;
}

.margin-right-1\.5rem,
.mr-1\.5rem {
  margin-right: 1.5rem;
}

.margin-left-1\.5rem,
.ml-1\.5rem {
  margin-left: 1.5rem;
}

.mx-1\.5rem {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.my-1\.5rem {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.m-1\.5rem {
  margin: 1.5rem;
}

.margin-top-2rem,
.mt-2rem {
  margin-top: 2rem;
}

.margin-bottom-2rem,
.mb-2rem {
  margin-bottom: 2rem;
}

.margin-right-2rem,
.mr-2rem {
  margin-right: 2rem;
}

.margin-left-2rem,
.ml-2rem {
  margin-left: 2rem;
}

.mx-2rem {
  margin-left: 2rem;
  margin-right: 2rem;
}

.my-2rem {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.m-2rem {
  margin: 2rem;
}

.margin-top-3rem,
.mt-3rem {
  margin-top: 3rem;
}

.margin-bottom-3rem,
.mb-3rem {
  margin-bottom: 3rem;
}

.margin-right-3rem,
.mr-3rem {
  margin-right: 3rem;
}

.margin-left-3rem,
.ml-3rem {
  margin-left: 3rem;
}

.mx-3rem {
  margin-left: 3rem;
  margin-right: 3rem;
}

.my-3rem {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.m-3rem {
  margin: 3rem;
}

.margin-top-4rem,
.mt-4rem {
  margin-top: 4rem;
}

.margin-bottom-4rem,
.mb-4rem {
  margin-bottom: 4rem;
}

.margin-right-4rem,
.mr-4rem {
  margin-right: 4rem;
}

.margin-left-4rem,
.ml-4rem {
  margin-left: 4rem;
}

.mx-4rem {
  margin-left: 4rem;
  margin-right: 4rem;
}

.my-4rem {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.m-4rem {
  margin: 4rem;
}

.margin-top-5rem,
.mt-5rem {
  margin-top: 5rem;
}

.margin-bottom-5rem,
.mb-5rem {
  margin-bottom: 5rem;
}

.margin-right-5rem,
.mr-5rem {
  margin-right: 5rem;
}

.margin-left-5rem,
.ml-5rem {
  margin-left: 5rem;
}

.mx-5rem {
  margin-left: 5rem;
  margin-right: 5rem;
}

.my-5rem {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.m-5rem {
  margin: 5rem;
}

.margin-top-0,
.mt-0 {
  margin-top: 0px;
}

.margin-bottom-0,
.mb-0 {
  margin-bottom: 0px;
}

.margin-right-0,
.mr-0 {
  margin-right: 0px;
}

.margin-left-0,
.ml-0 {
  margin-left: 0px;
}

.mx-0 {
  margin-left: 0px;
  margin-right: 0px;
}

.my-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.m-0 {
  margin: 0px;
}

.margin-top-5,
.mt-5 {
  margin-top: 5px;
}

.margin-bottom-5,
.mb-5 {
  margin-bottom: 5px;
}

.margin-right-5,
.mr-5 {
  margin-right: 5px;
}

.margin-left-5,
.ml-5 {
  margin-left: 5px;
}

.mx-5 {
  margin-left: 5px;
  margin-right: 5px;
}

.my-5 {
  margin-top: 5px;
  margin-bottom: 5px;
}

.m-5 {
  margin: 5px;
}

.margin-top-10,
.mt-10 {
  margin-top: 10px;
}

.margin-bottom-10,
.mb-10 {
  margin-bottom: 10px;
}

.margin-right-10,
.mr-10 {
  margin-right: 10px;
}

.margin-left-10,
.ml-10 {
  margin-left: 10px;
}

.mx-10 {
  margin-left: 10px;
  margin-right: 10px;
}

.my-10 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.m-10 {
  margin: 10px;
}

.margin-top-15,
.mt-15 {
  margin-top: 15px;
}

.margin-bottom-15,
.mb-15 {
  margin-bottom: 15px;
}

.margin-right-15,
.mr-15 {
  margin-right: 15px;
}

.margin-left-15,
.ml-15 {
  margin-left: 15px;
}

.mx-15 {
  margin-left: 15px;
  margin-right: 15px;
}

.my-15 {
  margin-top: 15px;
  margin-bottom: 15px;
}

.m-15 {
  margin: 15px;
}

.margin-top-20,
.mt-20 {
  margin-top: 20px;
}

.margin-bottom-20,
.mb-20 {
  margin-bottom: 20px;
}

.margin-right-20,
.mr-20 {
  margin-right: 20px;
}

.margin-left-20,
.ml-20 {
  margin-left: 20px;
}

.mx-20 {
  margin-left: 20px;
  margin-right: 20px;
}

.my-20 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.m-20 {
  margin: 20px;
}

.margin-top-25,
.mt-25 {
  margin-top: 25px;
}

.margin-bottom-25,
.mb-25 {
  margin-bottom: 25px;
}

.margin-right-25,
.mr-25 {
  margin-right: 25px;
}

.margin-left-25,
.ml-25 {
  margin-left: 25px;
}

.mx-25 {
  margin-left: 25px;
  margin-right: 25px;
}

.my-25 {
  margin-top: 25px;
  margin-bottom: 25px;
}

.m-25 {
  margin: 25px;
}

.margin-top-30,
.mt-30 {
  margin-top: 30px;
}

.margin-bottom-30,
.mb-30 {
  margin-bottom: 30px;
}

.margin-right-30,
.mr-30 {
  margin-right: 30px;
}

.margin-left-30,
.ml-30 {
  margin-left: 30px;
}

.mx-30 {
  margin-left: 30px;
  margin-right: 30px;
}

.my-30 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.m-30 {
  margin: 30px;
}

.margin-top-35,
.mt-35 {
  margin-top: 35px;
}

.margin-bottom-35,
.mb-35 {
  margin-bottom: 35px;
}

.margin-right-35,
.mr-35 {
  margin-right: 35px;
}

.margin-left-35,
.ml-35 {
  margin-left: 35px;
}

.mx-35 {
  margin-left: 35px;
  margin-right: 35px;
}

.my-35 {
  margin-top: 35px;
  margin-bottom: 35px;
}

.m-35 {
  margin: 35px;
}

.margin-top-40,
.mt-40 {
  margin-top: 40px;
}

.margin-bottom-40,
.mb-40 {
  margin-bottom: 40px;
}

.margin-right-40,
.mr-40 {
  margin-right: 40px;
}

.margin-left-40,
.ml-40 {
  margin-left: 40px;
}

.mx-40 {
  margin-left: 40px;
  margin-right: 40px;
}

.my-40 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.m-40 {
  margin: 40px;
}

.margin-top-50,
.mt-50 {
  margin-top: 50px;
}

.margin-bottom-50,
.mb-50 {
  margin-bottom: 50px;
}

.margin-right-50,
.mr-50 {
  margin-right: 50px;
}

.margin-left-50,
.ml-50 {
  margin-left: 50px;
}

.mx-50 {
  margin-left: 50px;
  margin-right: 50px;
}

.my-50 {
  margin-top: 50px;
  margin-bottom: 50px;
}

.m-50 {
  margin: 50px;
}

.margin-top-60,
.mt-60 {
  margin-top: 60px;
}

.margin-bottom-60,
.mb-60 {
  margin-bottom: 60px;
}

.margin-right-60,
.mr-60 {
  margin-right: 60px;
}

.margin-left-60,
.ml-60 {
  margin-left: 60px;
}

.mx-60 {
  margin-left: 60px;
  margin-right: 60px;
}

.my-60 {
  margin-top: 60px;
  margin-bottom: 60px;
}

.m-60 {
  margin: 60px;
}

.margin-top-70,
.mt-70 {
  margin-top: 70px;
}

.margin-bottom-70,
.mb-70 {
  margin-bottom: 70px;
}

.margin-right-70,
.mr-70 {
  margin-right: 70px;
}

.margin-left-70,
.ml-70 {
  margin-left: 70px;
}

.mx-70 {
  margin-left: 70px;
  margin-right: 70px;
}

.my-70 {
  margin-top: 70px;
  margin-bottom: 70px;
}

.m-70 {
  margin: 70px;
}

.margin-top-80,
.mt-80 {
  margin-top: 80px;
}

.margin-bottom-80,
.mb-80 {
  margin-bottom: 80px;
}

.margin-right-80,
.mr-80 {
  margin-right: 80px;
}

.margin-left-80,
.ml-80 {
  margin-left: 80px;
}

.mx-80 {
  margin-left: 80px;
  margin-right: 80px;
}

.my-80 {
  margin-top: 80px;
  margin-bottom: 80px;
}

.m-80 {
  margin: 80px;
}

.margin-top-90,
.mt-90 {
  margin-top: 90px;
}

.margin-bottom-90,
.mb-90 {
  margin-bottom: 90px;
}

.margin-right-90,
.mr-90 {
  margin-right: 90px;
}

.margin-left-90,
.ml-90 {
  margin-left: 90px;
}

.mx-90 {
  margin-left: 90px;
  margin-right: 90px;
}

.my-90 {
  margin-top: 90px;
  margin-bottom: 90px;
}

.m-90 {
  margin: 90px;
}

.margin-top-100,
.mt-100 {
  margin-top: 100px;
}

.margin-bottom-100,
.mb-100 {
  margin-bottom: 100px;
}

.margin-right-100,
.mr-100 {
  margin-right: 100px;
}

.margin-left-100,
.ml-100 {
  margin-left: 100px;
}

.mx-100 {
  margin-left: 100px;
  margin-right: 100px;
}

.my-100 {
  margin-top: 100px;
  margin-bottom: 100px;
}

.m-100 {
  margin: 100px;
}

.margin-top-150,
.mt-150 {
  margin-top: 150px;
}

.margin-bottom-150,
.mb-150 {
  margin-bottom: 150px;
}

.margin-right-150,
.mr-150 {
  margin-right: 150px;
}

.margin-left-150,
.ml-150 {
  margin-left: 150px;
}

.mx-150 {
  margin-left: 150px;
  margin-right: 150px;
}

.my-150 {
  margin-top: 150px;
  margin-bottom: 150px;
}

.m-150 {
  margin: 150px;
}

.margin-top-200,
.mt-200 {
  margin-top: 200px;
}

.margin-bottom-200,
.mb-200 {
  margin-bottom: 200px;
}

.margin-right-200,
.mr-200 {
  margin-right: 200px;
}

.margin-left-200,
.ml-200 {
  margin-left: 200px;
}

.mx-200 {
  margin-left: 200px;
  margin-right: 200px;
}

.my-200 {
  margin-top: 200px;
  margin-bottom: 200px;
}

.m-200 {
  margin: 200px;
}

.margin-top-300,
.mt-300 {
  margin-top: 300px;
}

.margin-bottom-300,
.mb-300 {
  margin-bottom: 300px;
}

.margin-right-300,
.mr-300 {
  margin-right: 300px;
}

.margin-left-300,
.ml-300 {
  margin-left: 300px;
}

.mx-300 {
  margin-left: 300px;
  margin-right: 300px;
}

.my-300 {
  margin-top: 300px;
  margin-bottom: 300px;
}

.m-300 {
  margin: 300px;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.padding-top-0\.5rem,
.pt-0\.5rem {
  padding-top: 0.5rem;
}

.padding-bottom-0\.5rem,
.pb-0\.5rem {
  padding-bottom: 0.5rem;
}

.padding-right-0\.5rem,
.pr-0\.5rem {
  padding-right: 0.5rem;
}

.padding-left-0\.5rem,
.pl-0\.5rem {
  padding-left: 0.5rem;
}

.px-0\.5rem {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.py-0\.5rem {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.p-0\.5rem {
  padding: 0.5rem;
}

.padding-top-1rem,
.pt-1rem {
  padding-top: 1rem;
}

.padding-bottom-1rem,
.pb-1rem {
  padding-bottom: 1rem;
}

.padding-right-1rem,
.pr-1rem {
  padding-right: 1rem;
}

.padding-left-1rem,
.pl-1rem {
  padding-left: 1rem;
}

.px-1rem {
  padding-left: 1rem;
  padding-right: 1rem;
}

.py-1rem {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.p-1rem {
  padding: 1rem;
}

.padding-top-1\.5rem,
.pt-1\.5rem {
  padding-top: 1.5rem;
}

.padding-bottom-1\.5rem,
.pb-1\.5rem {
  padding-bottom: 1.5rem;
}

.padding-right-1\.5rem,
.pr-1\.5rem {
  padding-right: 1.5rem;
}

.padding-left-1\.5rem,
.pl-1\.5rem {
  padding-left: 1.5rem;
}

.px-1\.5rem {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.py-1\.5rem {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.p-1\.5rem {
  padding: 1.5rem;
}

.padding-top-2rem,
.pt-2rem {
  padding-top: 2rem;
}

.padding-bottom-2rem,
.pb-2rem {
  padding-bottom: 2rem;
}

.padding-right-2rem,
.pr-2rem {
  padding-right: 2rem;
}

.padding-left-2rem,
.pl-2rem {
  padding-left: 2rem;
}

.px-2rem {
  padding-left: 2rem;
  padding-right: 2rem;
}

.py-2rem {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.p-2rem {
  padding: 2rem;
}

.padding-top-3rem,
.pt-3rem {
  padding-top: 3rem;
}

.padding-bottom-3rem,
.pb-3rem {
  padding-bottom: 3rem;
}

.padding-right-3rem,
.pr-3rem {
  padding-right: 3rem;
}

.padding-left-3rem,
.pl-3rem {
  padding-left: 3rem;
}

.px-3rem {
  padding-left: 3rem;
  padding-right: 3rem;
}

.py-3rem {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.p-3rem {
  padding: 3rem;
}

.padding-top-4rem,
.pt-4rem {
  padding-top: 4rem;
}

.padding-bottom-4rem,
.pb-4rem {
  padding-bottom: 4rem;
}

.padding-right-4rem,
.pr-4rem {
  padding-right: 4rem;
}

.padding-left-4rem,
.pl-4rem {
  padding-left: 4rem;
}

.px-4rem {
  padding-left: 4rem;
  padding-right: 4rem;
}

.py-4rem {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.p-4rem {
  padding: 4rem;
}

.padding-top-5rem,
.pt-5rem {
  padding-top: 5rem;
}

.padding-bottom-5rem,
.pb-5rem {
  padding-bottom: 5rem;
}

.padding-right-5rem,
.pr-5rem {
  padding-right: 5rem;
}

.padding-left-5rem,
.pl-5rem {
  padding-left: 5rem;
}

.px-5rem {
  padding-left: 5rem;
  padding-right: 5rem;
}

.py-5rem {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.p-5rem {
  padding: 5rem;
}

.padding-top-0,
.pt-0 {
  padding-top: 0px;
}

.padding-bottom-0,
.pb-0 {
  padding-bottom: 0px;
}

.padding-right-0,
.pr-0 {
  padding-right: 0px;
}

.padding-left-0,
.pl-0 {
  padding-left: 0px;
}

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

.py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}

.p-0 {
  padding: 0px;
}

.padding-top-5,
.pt-5 {
  padding-top: 5px;
}

.padding-bottom-5,
.pb-5 {
  padding-bottom: 5px;
}

.padding-right-5,
.pr-5 {
  padding-right: 5px;
}

.padding-left-5,
.pl-5 {
  padding-left: 5px;
}

.px-5 {
  padding-left: 5px;
  padding-right: 5px;
}

.py-5 {
  padding-top: 5px;
  padding-bottom: 5px;
}

.p-5 {
  padding: 5px;
}

.padding-top-10,
.pt-10 {
  padding-top: 10px;
}

.padding-bottom-10,
.pb-10 {
  padding-bottom: 10px;
}

.padding-right-10,
.pr-10 {
  padding-right: 10px;
}

.padding-left-10,
.pl-10 {
  padding-left: 10px;
}

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

.py-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.p-10 {
  padding: 10px;
}

.padding-top-15,
.pt-15 {
  padding-top: 15px;
}

.padding-bottom-15,
.pb-15 {
  padding-bottom: 15px;
}

.padding-right-15,
.pr-15 {
  padding-right: 15px;
}

.padding-left-15,
.pl-15 {
  padding-left: 15px;
}

.px-15 {
  padding-left: 15px;
  padding-right: 15px;
}

.py-15 {
  padding-top: 15px;
  padding-bottom: 15px;
}

.p-15 {
  padding: 15px;
}

.padding-top-20,
.pt-20 {
  padding-top: 20px;
}

.padding-bottom-20,
.pb-20 {
  padding-bottom: 20px;
}

.padding-right-20,
.pr-20 {
  padding-right: 20px;
}

.padding-left-20,
.pl-20 {
  padding-left: 20px;
}

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

.py-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.p-20 {
  padding: 20px;
}

.padding-top-25,
.pt-25 {
  padding-top: 25px;
}

.padding-bottom-25,
.pb-25 {
  padding-bottom: 25px;
}

.padding-right-25,
.pr-25 {
  padding-right: 25px;
}

.padding-left-25,
.pl-25 {
  padding-left: 25px;
}

.px-25 {
  padding-left: 25px;
  padding-right: 25px;
}

.py-25 {
  padding-top: 25px;
  padding-bottom: 25px;
}

.p-25 {
  padding: 25px;
}

.padding-top-30,
.pt-30 {
  padding-top: 30px;
}

.padding-bottom-30,
.pb-30 {
  padding-bottom: 30px;
}

.padding-right-30,
.pr-30 {
  padding-right: 30px;
}

.padding-left-30,
.pl-30 {
  padding-left: 30px;
}

.px-30 {
  padding-left: 30px;
  padding-right: 30px;
}

.py-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.p-30 {
  padding: 30px;
}

.padding-top-35,
.pt-35 {
  padding-top: 35px;
}

.padding-bottom-35,
.pb-35 {
  padding-bottom: 35px;
}

.padding-right-35,
.pr-35 {
  padding-right: 35px;
}

.padding-left-35,
.pl-35 {
  padding-left: 35px;
}

.px-35 {
  padding-left: 35px;
  padding-right: 35px;
}

.py-35 {
  padding-top: 35px;
  padding-bottom: 35px;
}

.p-35 {
  padding: 35px;
}

.padding-top-40,
.pt-40 {
  padding-top: 40px;
}

.padding-bottom-40,
.pb-40 {
  padding-bottom: 40px;
}

.padding-right-40,
.pr-40 {
  padding-right: 40px;
}

.padding-left-40,
.pl-40 {
  padding-left: 40px;
}

.px-40 {
  padding-left: 40px;
  padding-right: 40px;
}

.py-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.p-40 {
  padding: 40px;
}

.padding-top-50,
.pt-50 {
  padding-top: 50px;
}

.padding-bottom-50,
.pb-50 {
  padding-bottom: 50px;
}

.padding-right-50,
.pr-50 {
  padding-right: 50px;
}

.padding-left-50,
.pl-50 {
  padding-left: 50px;
}

.px-50 {
  padding-left: 50px;
  padding-right: 50px;
}

.py-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.p-50 {
  padding: 50px;
}

.padding-top-60,
.pt-60 {
  padding-top: 60px;
}

.padding-bottom-60,
.pb-60 {
  padding-bottom: 60px;
}

.padding-right-60,
.pr-60 {
  padding-right: 60px;
}

.padding-left-60,
.pl-60 {
  padding-left: 60px;
}

.px-60 {
  padding-left: 60px;
  padding-right: 60px;
}

.py-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.p-60 {
  padding: 60px;
}

.padding-top-70,
.pt-70 {
  padding-top: 70px;
}

.padding-bottom-70,
.pb-70 {
  padding-bottom: 70px;
}

.padding-right-70,
.pr-70 {
  padding-right: 70px;
}

.padding-left-70,
.pl-70 {
  padding-left: 70px;
}

.px-70 {
  padding-left: 70px;
  padding-right: 70px;
}

.py-70 {
  padding-top: 70px;
  padding-bottom: 70px;
}

.p-70 {
  padding: 70px;
}

.padding-top-80,
.pt-80 {
  padding-top: 80px;
}

.padding-bottom-80,
.pb-80 {
  padding-bottom: 80px;
}

.padding-right-80,
.pr-80 {
  padding-right: 80px;
}

.padding-left-80,
.pl-80 {
  padding-left: 80px;
}

.px-80 {
  padding-left: 80px;
  padding-right: 80px;
}

.py-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.p-80 {
  padding: 80px;
}

.padding-top-90,
.pt-90 {
  padding-top: 90px;
}

.padding-bottom-90,
.pb-90 {
  padding-bottom: 90px;
}

.padding-right-90,
.pr-90 {
  padding-right: 90px;
}

.padding-left-90,
.pl-90 {
  padding-left: 90px;
}

.px-90 {
  padding-left: 90px;
  padding-right: 90px;
}

.py-90 {
  padding-top: 90px;
  padding-bottom: 90px;
}

.p-90 {
  padding: 90px;
}

.padding-top-100,
.pt-100 {
  padding-top: 100px;
}

.padding-bottom-100,
.pb-100 {
  padding-bottom: 100px;
}

.padding-right-100,
.pr-100 {
  padding-right: 100px;
}

.padding-left-100,
.pl-100 {
  padding-left: 100px;
}

.px-100 {
  padding-left: 100px;
  padding-right: 100px;
}

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

.p-100 {
  padding: 100px;
}

.padding-top-150,
.pt-150 {
  padding-top: 150px;
}

.padding-bottom-150,
.pb-150 {
  padding-bottom: 150px;
}

.padding-right-150,
.pr-150 {
  padding-right: 150px;
}

.padding-left-150,
.pl-150 {
  padding-left: 150px;
}

.px-150 {
  padding-left: 150px;
  padding-right: 150px;
}

.py-150 {
  padding-top: 150px;
  padding-bottom: 150px;
}

.p-150 {
  padding: 150px;
}

.padding-top-200,
.pt-200 {
  padding-top: 200px;
}

.padding-bottom-200,
.pb-200 {
  padding-bottom: 200px;
}

.padding-right-200,
.pr-200 {
  padding-right: 200px;
}

.padding-left-200,
.pl-200 {
  padding-left: 200px;
}

.px-200 {
  padding-left: 200px;
  padding-right: 200px;
}

.py-200 {
  padding-top: 200px;
  padding-bottom: 200px;
}

.p-200 {
  padding: 200px;
}

.padding-top-300,
.pt-300 {
  padding-top: 300px;
}

.padding-bottom-300,
.pb-300 {
  padding-bottom: 300px;
}

.padding-right-300,
.pr-300 {
  padding-right: 300px;
}

.padding-left-300,
.pl-300 {
  padding-left: 300px;
}

.px-300 {
  padding-left: 300px;
  padding-right: 300px;
}

.py-300 {
  padding-top: 300px;
  padding-bottom: 300px;
}

.p-300 {
  padding: 300px;
}

/*
 * Utility classes espacamento 2
 */
.flex {
  display: flex;
}

.inline-flex {
  display: inline-flex;
}

.flex--center {
  justify-content: center;
  align-items: center;
}

.flex--align-items-center,
.align-items-center {
  align-items: center;
}

.flex--align-items-flex-start,
.align-items-flex-start {
  align-items: flex-start;
}

.flex--align-items-flex-end,
.align-items-flex-end {
  align-items: flex-end;
}

.justify-content-space-between {
  justify-content: space-between;
}

.grid {
  display: grid;
}

.grid--center {
  place-content: center;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.text-align-center,
.centered,
.text-center,
.center {
  text-align: center;
}

.text-align-right, .text-right {
  text-align: right;
}

.text-align-left, .text-left {
  text-align: left;
}

@media only screen and (max-width: 640px) {
  .small-only-text-align-left, .small-only-text-left {
    text-align: left;
  }
  .small-only-text-align-right, .small-only-text-right {
    text-align: right;
  }
  .small-only-text-center, .small-only-text-align-center {
    text-align: center;
  }
}
@media only screen and (min-width:641px) {
  .medium-text-align-left, .medium-text-left {
    text-align: left;
  }
  .medium-text-align-right, .medium-text-right {
    text-align: right;
  }
  .medium-text-align-center, .medium-text-center {
    text-align: center;
  }
}
@media only screen and (min-width:1025px) {
  .large-text-align-left, .large-text-left {
    text-align: left;
  }
  .large-text-align-right, .large-text-right {
    text-align: right;
  }
  .large-text-align-center, .large-text-center {
    text-align: center;
  }
}
.display-block {
  display: block;
}

.hidden, .hide {
  display: none !important;
}

.full-width {
  width: 100%;
}

.valign-middle {
  vertical-align: middle;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.alerta {
  --border-radius: 0px;
  --alerta-color: #383d41;
  --alerta-background-color: #e2e3e5;
  --alerta-border-color: #d6d8db;
  position: relative;
  padding: 0.625rem 1rem;
  border-left: 0;
  border-radius: var(--border-radius);
  vertical-align: middle;
  line-height: var(--global-line-height);
  color: var(--alerta-color);
  background-color: var(--alerta-background-color);
  border-color: var(--alerta-border-color);
}
.alerta :is(h1, .h1, h2, .h2, h3, .product-destaque-item-wrapper__dialog-saber-mais.dialog .product-destaque-item-wrapper__dialog-saber-mais__nome-produto, .h3, h4, .h4, h5, .h5, h6, .h6) {
  color: inherit;
}
.alerta :-moz-any(h1, .h1, h2, .h2, h3, .product-destaque-item-wrapper__dialog-saber-mais.dialog .product-destaque-item-wrapper__dialog-saber-mais__nome-produto, .h3, h4, .h4, h5, .h5, h6, .h6) {
  color: inherit;
}
.alerta :-webkit-any(h1, .h1, h2, .h2, h3, .product-destaque-item-wrapper__dialog-saber-mais.dialog .product-destaque-item-wrapper__dialog-saber-mais__nome-produto, .h3, h4, .h4, h5, .h5, h6, .h6) {
  color: inherit;
}
.alerta a:not(.button) {
  font-weight: 700;
  color: inherit;
}
.small.alerta {
  padding: 5px 1rem;
  font-size: 0.8125rem;
}
.padding-large.alerta {
  padding: 1rem 1rem;
}
.alerta.alerta-grey {
  --alerta-color: #383d41;
  --alerta-background-color: #e2e3e5;
  --alerta-border-color: #d6d8db;
}
.alerta.alerta-success {
  --alerta-color: hsl(142deg, 56%, 27%);
  --alerta-background-color: hsl(142deg, 76%, 93%);
  --alerta-border-color: hsl(142deg, 69%, 58%);
}
.alerta.alerta-error {
  --alerta-color: hsl(347deg, 86%, 43%);
  --alerta-background-color: hsl(347deg, 90%, 94%);
  --alerta-border-color: hsl(347deg, 91%, 71%);
}
.alerta.alerta-warning {
  --alerta-color: hsl(48deg, 65%, 31%);
  --alerta-background-color: hsl(48deg, 91%, 90%);
  --alerta-border-color: hsl(48deg, 96%, 53%);
}
.alerta.alerta-info {
  --alerta-color: hsl(224deg, 74%, 48%);
  --alerta-background-color: hsl(213deg, 76%, 93%);
  --alerta-border-color: hsl(213deg, 94%, 68%);
}

span.alerta {
  display: inline-block;
}

.pagination.pagination__mode-normal {
  display: flex;
  align-items: stretch;
  gap: 1px;
  --background-color: transparent;
  --color: #231f20;
  --background-color-hover: #231f20;
  --color-hover: white;
  --link-text-decoration: none;
  --link-text-decoration-hover: none;
  --current-background-color: #231f20;
  --current-color: white;
  --current-text-decoration: none;
  --item-height: calc(1em + 8px);
}
@media only screen and (max-width:1024px) {
  .pagination.pagination__mode-normal {
    align-items: center;
  }
}
.pagination.pagination__mode-normal a.pagination__item, .pagination.pagination__mode-normal span.pagination__item, .pagination.pagination__mode-normal .pagination__dropdown__wrapper, .pagination.pagination__mode-normal .my-dropdown-trigger {
  background-color: var(--background-color);
  color: var(--color);
  min-width: var(--item-height);
  height: var(--item-height);
  line-height: 1em;
  padding: 4px;
  text-decoration: none;
  text-align: center;
  /* height: 100%; */
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination.pagination__mode-normal a.pagination__item > span, .pagination.pagination__mode-normal span.pagination__item > span, .pagination.pagination__mode-normal .pagination__dropdown__wrapper > span, .pagination.pagination__mode-normal .my-dropdown-trigger > span {
  /*height: 100%;*/
  min-width: 1em;
  min-height: 1em;
}
.pagination.pagination__mode-normal a.pagination__item > span.icon, .pagination.pagination__mode-normal span.pagination__item > span.icon, .pagination.pagination__mode-normal .pagination__dropdown__wrapper > span.icon, .pagination.pagination__mode-normal .my-dropdown-trigger > span.icon {
  min-width: 0;
  min-height: 0;
  width: 0.7em;
  height: 0.7em;
  vertical-align: middle;
  display: inline-block;
}
.pagination.pagination__mode-normal a.pagination__item > span.text, .pagination.pagination__mode-normal span.pagination__item > span.text, .pagination.pagination__mode-normal .pagination__dropdown__wrapper > span.text, .pagination.pagination__mode-normal .my-dropdown-trigger > span.text {
  padding-left: 4px;
  padding-right: 4px;
  display: none;
}
.pagination.pagination__mode-normal .pagination__dropdown__wrapper {
  cursor: pointer;
  z-index: 2;
  text-decoration: none;
}
.pagination.pagination__mode-normal .pagination__dropdown__wrapper a {
  text-decoration: none;
}
.pagination.pagination__mode-normal .pagination__dropdown__wrapper .pagination__dropdown {
  top: calc(100% - 10px);
}
.pagination.pagination__mode-normal .pagination__dropdown__wrapper .pagination__dropdown .pagination__dropdown__inner {
  display: grid;
  background-color: white;
  grid-template-columns: repeat(4, 1fr);
  gap: 4px;
  padding: 4px;
}
.pagination.pagination__mode-normal .pagination__dropdown__wrapper .pagination__dropdown .pagination__dropdown__inner:before {
  display: none;
}
.pagination.pagination__mode-normal a.pagination__item:hover {
  background-color: var(--background-color-hover);
  color: var(--color-hover);
  text-decoration: none;
}
.pagination.pagination__mode-normal span.pagination__item.current, .pagination.pagination__mode-normal span.pagination__item.pagination__item--current {
  background-color: var(--current-background-color);
  color: var(--current-color);
  text-decoration: var(--current-text-decoration);
}
.pagination.pagination__mode-normal span.pagination__item.pagination__item--disabled {
  opacity: 0.5;
}
.pagination.pagination__mode-normal .pagination__info-wrapper__mobile {
  display: flex;
  white-space: nowrap;
  align-items: center;
}
@media only screen and (min-width:1025px) {
  .pagination.pagination__mode-normal .pagination__info-wrapper__mobile {
    display: none;
  }
}
.pagination.pagination__mode-normal .pagination__info-wrapper__mobile select {
  /*background-color: transparent;*/
  margin: 0;
  padding-right: 20px;
  padding-top: 0;
  padding-bottom: 0;
  height: var(--item-height);
  min-width: max-content;
}
.pagination.pagination__mode-normal .pagination__info-wrapper__mobile .total {
  padding-left: 3px;
  min-width: max-content;
}
@media only screen and (max-width:1024px) {
  .pagination.pagination__mode-normal {
    gap: 5px;
    --item-height: calc(1em + 18px);
  }
  .pagination.pagination__mode-normal > a.pagination__item > span.text, .pagination.pagination__mode-normal > span.pagination__item > span.text, .pagination.pagination__mode-normal > .pagination__dropdown__wrapper > span.text {
    display: inline-block;
  }
  .pagination.pagination__mode-normal > a.pagination__item:not(.pagination__item__next):not(.pagination__item__prev), .pagination.pagination__mode-normal > span.pagination__item:not(.pagination__item__next):not(.pagination__item__prev), .pagination.pagination__mode-normal > .pagination__dropdown__wrapper:not(.pagination__item__next):not(.pagination__item__prev) {
    display: none;
  }
}
.pagination.pagination__mode-load-more {
  text-align: center;
}
.pagination.pagination__mode-load-more .pagination__load-next__btn {
  margin-bottom: 10px;
}
.pagination.pagination__mode-infinite {
  text-align: center;
}
.pagination.pagination__mode-infinite .pagination__loading {
  visibility: hidden;
}
.pagination.pagination__mode-infinite.pagination--loading .pagination__loading {
  visibility: visible;
}
.pagination .pagination__load-prev__container,
.pagination .pagination__load-next__container {
  text-align: center;
}
.pagination .pagination__load-prev__container .pagination__load-prev__wrapper,
.pagination .pagination__load-prev__container .pagination__load-next__wrapper,
.pagination .pagination__load-next__container .pagination__load-prev__wrapper,
.pagination .pagination__load-next__container .pagination__load-next__wrapper {
  padding: 1em;
}
.pagination .pagination__load-prev__container .pagination__load-prev__btn,
.pagination .pagination__load-prev__container .pagination__load-next__btn,
.pagination .pagination__load-next__container .pagination__load-prev__btn,
.pagination .pagination__load-next__container .pagination__load-next__btn {
  margin: 0;
}

/***********************************************
*                    Botões                    *
************************************************/
button {
  outline: none;
}

button, .button {
  border-style: solid;
  border-width: 0;
  cursor: pointer;
  font-family: "Work Sans", sans-serif;
  font-weight: normal;
  line-height: normal;
  margin: 0 0 1.4285714286rem;
  position: relative;
  text-decoration: none;
  text-align: center;
  -webkit-appearance: none;
  border-radius: 0;
  display: inline-block;
  transition: all 0.15s ease;
  box-shadow: none;
  --btn-color: #fff;
  --btn-bg-color: #231f20;
  --btn-border-color: #231f20;
  --btn-border-width: 1px;
  color: var(--btn-color);
  background-color: var(--btn-bg-color);
  border: solid var(--btn-border-width, 1px) var(--btn-border-color);
  padding-top: 1em;
  padding-right: 2em;
  padding-bottom: 1.0625em;
  padding-left: 2em;
  text-decoration: none !important;
  will-change: transform;
  line-height: 1.2em;
  vertical-align: middle;
  border-radius: var(--border-radius, 0px);
  font-weight: 600;
  font-size: 0.875rem;
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 10px;
  border-radius: 2rem;
  font-weight: 400;
}
button:focus, .button:focus {
  --btn-color: #f2f2f2;
  --btn-bg-color: #080707;
  --btn-border-color: #080707;
  color: var(--btn-color);
  background-color: var(--btn-bg-color);
  border: solid var(--btn-border-width, 1px) var(--btn-border-color);
  text-decoration: none !important;
}
button:hover, .button:hover {
  --btn-color: #f2f2f2;
  --btn-bg-color: #151314;
  --btn-border-color: #151314;
  color: var(--btn-color);
  background-color: var(--btn-bg-color);
  border: solid var(--btn-border-width, 1px) var(--btn-border-color);
  text-decoration: none !important;
}
button:active, .button:active {
  --btn-color: #e6e6e6;
  --btn-bg-color: #080707;
  --btn-border-color: #080707;
  color: var(--btn-color);
  background-color: var(--btn-bg-color);
  border: solid var(--btn-border-width, 1px) var(--btn-border-color);
  transform: translate3d(0px, 1px, 0px);
}
button.disabled, button.disabled:focus, button.disabled:active, button.disabled:hover, button[disabled], button[disabled]:focus, button[disabled]:active, button[disabled]:hover, .button.disabled, .button.disabled:focus, .button.disabled:active, .button.disabled:hover, .button[disabled], .button[disabled]:focus, .button[disabled]:active, .button[disabled]:hover {
  --btn-color: #fff;
  --btn-bg-color: #231f20;
  --btn-border-color: #231f20;
  opacity: 0.5;
  cursor: not-allowed;
  transform: translate3d(0px, 0px, 0px);
  box-shadow: none;
}
button.no-margin-bottom, .button.no-margin-bottom {
  margin-bottom: 0;
}
button.button-ghost, button.button--ghost, button.button--outline, button.ghost, button.button-open, .button.button-ghost, .button.button--ghost, .button.button--outline, .button.ghost, .button.button-open {
  --btn-color: #231f20;
  --btn-bg-color: transparent;
  --btn-border-color: #231f20;
  border: var(--btn-border, solid var(--btn-border-width, 1px) var(--btn-border-color));
}
button.button-ghost:focus, button.button--ghost:focus, button.button--outline:focus, button.ghost:focus, button.button-open:focus, .button.button-ghost:focus, .button.button--ghost:focus, .button.button--outline:focus, .button.ghost:focus, .button.button-open:focus {
  --btn-color: #f2f2f2;
  --btn-bg-color: #080707;
  --btn-border-color: #080707;
  text-decoration: none !important;
}
button.button-ghost:focus svg, button.button--ghost:focus svg, button.button--outline:focus svg, button.ghost:focus svg, button.button-open:focus svg, .button.button-ghost:focus svg, .button.button--ghost:focus svg, .button.button--outline:focus svg, .button.ghost:focus svg, .button.button-open:focus svg {
  fill: var(--btn-color);
}
button.button-ghost:hover, button.button--ghost:hover, button.button--outline:hover, button.ghost:hover, button.button-open:hover, .button.button-ghost:hover, .button.button--ghost:hover, .button.button--outline:hover, .button.ghost:hover, .button.button-open:hover {
  --btn-color: #f2f2f2;
  --btn-bg-color: #151314;
  --btn-border-color: #151314;
  text-decoration: none !important;
}
button.button-ghost:hover svg, button.button--ghost:hover svg, button.button--outline:hover svg, button.ghost:hover svg, button.button-open:hover svg, .button.button-ghost:hover svg, .button.button--ghost:hover svg, .button.button--outline:hover svg, .button.ghost:hover svg, .button.button-open:hover svg {
  fill: var(--btn-color);
}
button.button-ghost.disabled, button.button-ghost[disabled], button.button-ghost.disabled:hover, button.button-ghost[disabled]:hover, button.button--ghost.disabled, button.button--ghost[disabled], button.button--ghost.disabled:hover, button.button--ghost[disabled]:hover, button.button--outline.disabled, button.button--outline[disabled], button.button--outline.disabled:hover, button.button--outline[disabled]:hover, button.ghost.disabled, button.ghost[disabled], button.ghost.disabled:hover, button.ghost[disabled]:hover, button.button-open.disabled, button.button-open[disabled], button.button-open.disabled:hover, button.button-open[disabled]:hover, .button.button-ghost.disabled, .button.button-ghost[disabled], .button.button-ghost.disabled:hover, .button.button-ghost[disabled]:hover, .button.button--ghost.disabled, .button.button--ghost[disabled], .button.button--ghost.disabled:hover, .button.button--ghost[disabled]:hover, .button.button--outline.disabled, .button.button--outline[disabled], .button.button--outline.disabled:hover, .button.button--outline[disabled]:hover, .button.ghost.disabled, .button.ghost[disabled], .button.ghost.disabled:hover, .button.ghost[disabled]:hover, .button.button-open.disabled, .button.button-open[disabled], .button.button-open.disabled:hover, .button.button-open[disabled]:hover {
  opacity: 0.5;
  --btn-color: #231f20;
  --btn-bg-color: transparent;
  --btn-border-color: #231f20;
}
button.button-link, .button.button-link {
  --btn-color: #231f20;
  --btn-bg-color: transparent;
  --btn-border-color: transparent;
}
button.button-link:focus, .button.button-link:focus {
  --btn-color: #f2f2f2;
  --btn-bg-color: #080707;
  --btn-border-color: #080707;
  text-decoration: none !important;
}
button.button-link:hover, .button.button-link:hover {
  --btn-color: #f2f2f2;
  --btn-bg-color: #151314;
  --btn-border-color: #151314;
  text-decoration: none !important;
}
button.button-link.disabled, button.button-link[disabled], button.button-link.disabled:hover, button.button-link[disabled]:hover, .button.button-link.disabled, .button.button-link[disabled], .button.button-link.disabled:hover, .button.button-link[disabled]:hover {
  opacity: 0.5;
  --btn-color: #231f20;
  --btn-bg-color: transparent;
  --btn-border-color: transparent;
}
button.simple, .button.simple {
  border-color: transparent;
}
button.button-round, .button.button-round {
  line-height: 1.2em;
  padding: 1em;
}
button.button-round .icon, .button.button-round .icon {
  width: 1.2em;
  height: 1.2em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
button.button-round.small, .button.button-round.small {
  line-height: 1em;
  padding: 0.7em;
}
button.button-round.x-small, .button.button-round.x-small {
  padding: 0.5em;
}
button.large, .button.large {
  padding-top: 1.2857142857rem;
  padding-right: 2.5714285714rem;
  padding-bottom: 1.3571428571rem;
  padding-left: 2.5714285714rem;
  font-size: 1.4285714286rem;
}
button.mobile-expand, .button.mobile-expand {
  padding-right: 0;
  padding-left: 0;
  width: 100%;
}
button.expand, button.button--full-width, .button.expand, .button.button--full-width {
  padding-right: 0;
  padding-left: 0;
  width: 100%;
}
button.small, .button.small {
  padding: 0.7em 1.2em;
  font-size: 0.8125rem;
  height: auto;
}
button.x-small, .button.x-small {
  height: auto;
  padding: 0.5em 1.2em;
  font-size: 0.7rem;
}
button .icon, .button .icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: middle;
  position: relative;
}
button .icon + *:not(.ripple), .button .icon + *:not(.ripple) {
  margin-left: 5px;
}
button .icon svg, .button .icon svg {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
button span, .button span {
  vertical-align: middle;
}
button.dropdown, .button.dropdown {
  --btn-color: #fff;
}
button.table-button, .button.table-button {
  width: 35px;
  height: 35px;
  line-height: 35px;
  padding: 0;
}
button.no-margin-bottom, .button.no-margin-bottom {
  margin-bottom: 0;
}
button.small, .button.small {
  padding: 9px 15px;
  font-size: 13px;
  line-height: 15px;
  height: auto;
}
button.tiny, .button.tiny {
  padding: 8px 13px;
  font-size: 11px;
  line-height: 15px;
  height: auto;
}
button.gray, button.gray:is(.disabled, :disabled), .button.gray, .button.gray:is(.disabled, :disabled) {
  --btn-color: #000;
  --btn-bg-color: #f2f2f2;
  --btn-border-color: #000;
}
button.gray:not(:disabled, .disabled):hover, button.gray:not(:disabled, .disabled):active, button.gray:not(:disabled, .disabled):focus, button.gray:is(.disabled, :disabled):not(:disabled, .disabled):hover, button.gray:is(.disabled, :disabled):not(:disabled, .disabled):active, button.gray:is(.disabled, :disabled):not(:disabled, .disabled):focus, .button.gray:not(:disabled, .disabled):hover, .button.gray:not(:disabled, .disabled):active, .button.gray:not(:disabled, .disabled):focus, .button.gray:is(.disabled, :disabled):not(:disabled, .disabled):hover, .button.gray:is(.disabled, :disabled):not(:disabled, .disabled):active, .button.gray:is(.disabled, :disabled):not(:disabled, .disabled):focus {
  text-decoration: none !important;
  --btn-border-color: #000;
  --btn-bg-color: #e3e3e3;
}
button.gray.ghost, button.gray:is(.disabled, :disabled).ghost, .button.gray.ghost, .button.gray:is(.disabled, :disabled).ghost {
  --btn-color: #231f20;
  --btn-bg-color: transparent;
  --btn-border-color: #231f20;
}
button.gray.ghost:not(:disabled, .disabled):hover, button.gray.ghost:not(:disabled, .disabled):active, button.gray.ghost:not(:disabled, .disabled):focus, button.gray:is(.disabled, :disabled).ghost:not(:disabled, .disabled):hover, button.gray:is(.disabled, :disabled).ghost:not(:disabled, .disabled):active, button.gray:is(.disabled, :disabled).ghost:not(:disabled, .disabled):focus, .button.gray.ghost:not(:disabled, .disabled):hover, .button.gray.ghost:not(:disabled, .disabled):active, .button.gray.ghost:not(:disabled, .disabled):focus, .button.gray:is(.disabled, :disabled).ghost:not(:disabled, .disabled):hover, .button.gray:is(.disabled, :disabled).ghost:not(:disabled, .disabled):active, .button.gray:is(.disabled, :disabled).ghost:not(:disabled, .disabled):focus {
  text-decoration: none !important;
  --btn-color: white;
  --btn-bg-color: #231f20;
  --btn-border-color: #231f20;
}
button.blue, button.blue:is(.disabled, :disabled), .button.blue, .button.blue:is(.disabled, :disabled) {
  --btn-color: white;
  --btn-bg-color: #231f20;
  --btn-border-color: #231f20;
}
button.blue:not(:disabled, .disabled):hover, button.blue:not(:disabled, .disabled):active, button.blue:not(:disabled, .disabled):focus, button.blue:is(.disabled, :disabled):not(:disabled, .disabled):hover, button.blue:is(.disabled, :disabled):not(:disabled, .disabled):active, button.blue:is(.disabled, :disabled):not(:disabled, .disabled):focus, .button.blue:not(:disabled, .disabled):hover, .button.blue:not(:disabled, .disabled):active, .button.blue:not(:disabled, .disabled):focus, .button.blue:is(.disabled, :disabled):not(:disabled, .disabled):hover, .button.blue:is(.disabled, :disabled):not(:disabled, .disabled):active, .button.blue:is(.disabled, :disabled):not(:disabled, .disabled):focus {
  text-decoration: none !important;
  --btn-border-color: #151314;
  --btn-bg-color: #151314;
}
button.blue.ghost, button.blue:is(.disabled, :disabled).ghost, .button.blue.ghost, .button.blue:is(.disabled, :disabled).ghost {
  --btn-color: #231f20;
  --btn-bg-color: transparent;
  --btn-border-color: #231f20;
}
button.blue.ghost:not(:disabled, .disabled):hover, button.blue.ghost:not(:disabled, .disabled):active, button.blue.ghost:not(:disabled, .disabled):focus, button.blue:is(.disabled, :disabled).ghost:not(:disabled, .disabled):hover, button.blue:is(.disabled, :disabled).ghost:not(:disabled, .disabled):active, button.blue:is(.disabled, :disabled).ghost:not(:disabled, .disabled):focus, .button.blue.ghost:not(:disabled, .disabled):hover, .button.blue.ghost:not(:disabled, .disabled):active, .button.blue.ghost:not(:disabled, .disabled):focus, .button.blue:is(.disabled, :disabled).ghost:not(:disabled, .disabled):hover, .button.blue:is(.disabled, :disabled).ghost:not(:disabled, .disabled):active, .button.blue:is(.disabled, :disabled).ghost:not(:disabled, .disabled):focus {
  text-decoration: none !important;
  --btn-color: white;
  --btn-bg-color: #231f20;
  --btn-border-color: #231f20;
}
button.white, button.white:is(.disabled, :disabled), .button.white, .button.white:is(.disabled, :disabled) {
  --btn-color: #231f20;
  --btn-bg-color: #fff;
  --btn-border-color: #fff;
}
button.white:not(:disabled, .disabled):hover, button.white:not(:disabled, .disabled):active, button.white:not(:disabled, .disabled):focus, button.white:is(.disabled, :disabled):not(:disabled, .disabled):hover, button.white:is(.disabled, :disabled):not(:disabled, .disabled):active, button.white:is(.disabled, :disabled):not(:disabled, .disabled):focus, .button.white:not(:disabled, .disabled):hover, .button.white:not(:disabled, .disabled):active, .button.white:not(:disabled, .disabled):focus, .button.white:is(.disabled, :disabled):not(:disabled, .disabled):hover, .button.white:is(.disabled, :disabled):not(:disabled, .disabled):active, .button.white:is(.disabled, :disabled):not(:disabled, .disabled):focus {
  --btn-border-color: #f2f2f2;
  --btn-bg-color: #f2f2f2;
  text-decoration: none !important;
}
button.white.ghost, button.white:is(.disabled, :disabled).ghost, .button.white.ghost, .button.white:is(.disabled, :disabled).ghost {
  --btn-color: #fff;
  --btn-bg-color: transparent;
  --btn-border-color: #fff;
}
button.white.ghost:not(:disabled, .disabled):hover, button.white.ghost:not(:disabled, .disabled):active, button.white.ghost:not(:disabled, .disabled):focus, button.white:is(.disabled, :disabled).ghost:not(:disabled, .disabled):hover, button.white:is(.disabled, :disabled).ghost:not(:disabled, .disabled):active, button.white:is(.disabled, :disabled).ghost:not(:disabled, .disabled):focus, .button.white.ghost:not(:disabled, .disabled):hover, .button.white.ghost:not(:disabled, .disabled):active, .button.white.ghost:not(:disabled, .disabled):focus, .button.white:is(.disabled, :disabled).ghost:not(:disabled, .disabled):hover, .button.white:is(.disabled, :disabled).ghost:not(:disabled, .disabled):active, .button.white:is(.disabled, :disabled).ghost:not(:disabled, .disabled):focus {
  text-decoration: none !important;
  --btn-color: #231f20;
  --btn-bg-color: #fff;
  --btn-border-color: #fff;
}

/***************************/
/*       FORMS BASE        */
/***************************/
/***************************/
/*  CUSTOM CHECKBOX/RADIO  */
/***************************/
/***********************************************
*                    Forms                      *
************************************************/
input[type=text],
input[type=password],
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=month],
input[type=week],
input[type=email],
input[type=number],
input[type=search],
input[type=tel],
input[type=time],
input[type=url],
input[type=color],
textarea,
select,
.card-input {
  background-color: #FFFFFF;
  font-family: inherit;
  border-style: solid;
  border-width: 1px;
  border-color: #cccccc;
  box-shadow: var(--input-box-shadow, none);
  color: #000;
  display: block;
  font-size: 0.777777777rem;
  margin: 0 0 1.1428571429rem 0;
  padding: 0.5714285714rem;
  height: 2.4206349199rem;
  width: 100%;
  border-radius: var(--input-border-radius, 0px);
  transition: all 0.15s ease, height 0s, width 0s;
  box-sizing: border-box;
  /*  @if $input-include-glowing-effect {
      @include block-glowing-effect(focus, $glowing-effect-fade-time, $glowing-effect-color);
    }*/
  border: solid 1px #231f20;
  box-shadow: none;
  background-color: #FFF;
  outline: 0 solid #231f20;
  transition: outline-width ease-out 0.1s;
  min-height: 40px;
  border-radius: 3rem;
  padding: 0.7rem 1.3rem;
  font-size: 12px;
}
input[type=text]:focus,
input[type=password]:focus,
input[type=date]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=email]:focus,
input[type=number]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=time]:focus,
input[type=url]:focus,
input[type=color]:focus,
textarea:focus,
select:focus,
.card-input:focus {
  background-color: #FFFFFF;
  border-color: #999999;
  outline: none;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.03), 0px 3px 6px rgba(0, 0, 0, 0.02), 0 0 0 3px rgba(153, 153, 153, 0.3), 0 1px 1px 0 rgba(153, 153, 153, 0.08);
}
input[type=text]:disabled,
input[type=password]:disabled,
input[type=date]:disabled,
input[type=datetime]:disabled,
input[type=datetime-local]:disabled,
input[type=month]:disabled,
input[type=week]:disabled,
input[type=email]:disabled,
input[type=number]:disabled,
input[type=search]:disabled,
input[type=tel]:disabled,
input[type=time]:disabled,
input[type=url]:disabled,
input[type=color]:disabled,
textarea:disabled,
select:disabled,
.card-input:disabled {
  background-color: #DDDDDD;
  cursor: default;
}
input[disabled][type=text],
input[disabled][type=password],
input[disabled][type=date],
input[disabled][type=datetime],
input[disabled][type=datetime-local],
input[disabled][type=month],
input[disabled][type=week],
input[disabled][type=email],
input[disabled][type=number],
input[disabled][type=search],
input[disabled][type=tel],
input[disabled][type=time],
input[disabled][type=url],
input[disabled][type=color],
textarea[disabled],
select[disabled],
[disabled].card-input, input[readonly][type=text],
input[readonly][type=password],
input[readonly][type=date],
input[readonly][type=datetime],
input[readonly][type=datetime-local],
input[readonly][type=month],
input[readonly][type=week],
input[readonly][type=email],
input[readonly][type=number],
input[readonly][type=search],
input[readonly][type=tel],
input[readonly][type=time],
input[readonly][type=url],
input[readonly][type=color],
textarea[readonly],
select[readonly],
[readonly].card-input, fieldset[disabled] input[type=text],
fieldset[disabled] input[type=password],
fieldset[disabled] input[type=date],
fieldset[disabled] input[type=datetime],
fieldset[disabled] input[type=datetime-local],
fieldset[disabled] input[type=month],
fieldset[disabled] input[type=week],
fieldset[disabled] input[type=email],
fieldset[disabled] input[type=number],
fieldset[disabled] input[type=search],
fieldset[disabled] input[type=tel],
fieldset[disabled] input[type=time],
fieldset[disabled] input[type=url],
fieldset[disabled] input[type=color],
fieldset[disabled] textarea,
fieldset[disabled] select,
fieldset[disabled] .card-input {
  background-color: #DDDDDD;
  cursor: default;
}

.metodo-campos-adicionais__wrapper .stripe__card-wrapper .card-input.StripeElement--focus, input[type=text]:focus,
input[type=password]:focus,
input[type=date]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=email]:focus,
input[type=number]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=time]:focus,
input[type=url]:focus,
input[type=color]:focus,
textarea:focus,
select:focus,
.card-input:focus {
  background-color: #FFFFFF;
  border-color: #999999;
  outline: none;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.03), 0px 3px 6px rgba(0, 0, 0, 0.02), 0 0 0 3px rgba(153, 153, 153, 0.3), 0 1px 1px 0 rgba(153, 153, 153, 0.08);
  border: solid 1px #231f20;
  outline: 1px solid #231f20;
  box-shadow: none;
  background-color: #FFF;
}

input[type=text]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=date]::-webkit-input-placeholder,
input[type=datetime]::-webkit-input-placeholder,
input[type=datetime-local]::-webkit-input-placeholder,
input[type=month]::-webkit-input-placeholder,
input[type=week]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=number]::-webkit-input-placeholder,
input[type=search]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=time]::-webkit-input-placeholder,
input[type=url]::-webkit-input-placeholder,
input[type=color]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder,
.card-input::-webkit-input-placeholder {
  color: #757575;
}
input[type=text]:-moz-placeholder,
input[type=password]:-moz-placeholder,
input[type=date]:-moz-placeholder,
input[type=datetime]:-moz-placeholder,
input[type=datetime-local]:-moz-placeholder,
input[type=month]:-moz-placeholder,
input[type=week]:-moz-placeholder,
input[type=email]:-moz-placeholder,
input[type=number]:-moz-placeholder,
input[type=search]:-moz-placeholder,
input[type=tel]:-moz-placeholder,
input[type=time]:-moz-placeholder,
input[type=url]:-moz-placeholder,
input[type=color]:-moz-placeholder,
textarea:-moz-placeholder,
select:-moz-placeholder,
.card-input:-moz-placeholder {
  color: #757575;
}
input[type=text]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=date]:-ms-input-placeholder,
input[type=datetime]:-ms-input-placeholder,
input[type=datetime-local]:-ms-input-placeholder,
input[type=month]:-ms-input-placeholder,
input[type=week]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder,
input[type=search]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=time]:-ms-input-placeholder,
input[type=url]:-ms-input-placeholder,
input[type=color]:-ms-input-placeholder,
textarea:-ms-input-placeholder,
select:-ms-input-placeholder,
.card-input:-ms-input-placeholder {
  color: #757575;
}
input[type=text]::placeholder,
input[type=password]::placeholder,
input[type=date]::placeholder,
input[type=datetime]::placeholder,
input[type=datetime-local]::placeholder,
input[type=month]::placeholder,
input[type=week]::placeholder,
input[type=email]::placeholder,
input[type=number]::placeholder,
input[type=search]::placeholder,
input[type=tel]::placeholder,
input[type=time]::placeholder,
input[type=url]::placeholder,
input[type=color]::placeholder,
textarea::placeholder,
select::placeholder,
.card-input::placeholder {
  color: #757575;
}
input[type=text].error,
input[type=password].error,
input[type=date].error,
input[type=datetime].error,
input[type=datetime-local].error,
input[type=month].error,
input[type=week].error,
input[type=email].error,
input[type=number].error,
input[type=search].error,
input[type=tel].error,
input[type=time].error,
input[type=url].error,
input[type=color].error,
textarea.error,
select.error,
.card-input.error {
  margin-bottom: 0;
}

textarea {
  border-radius: 1rem;
}

select {
  padding-right: 30px;
  position: relative;
  background-position: calc(100% - 8px), 99% 0;
}
select option:hover ~ select, select option:focus ~ select {
  border: solid 1px #231f20;
  outline: 1px solid #231f20;
  box-shadow: none;
  background-color: #FFF;
  transition: ease-in 0.1s;
  padding-right: 1rem;
}

label {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 900;
  margin-bottom: 0.5rem;
}
label a {
  text-decoration: underline;
}
label small {
  text-transform: none;
}

input + small.explicacao {
  display: block;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  color: #737373;
}

input.error + small.explicacao {
  margin-top: 0.3rem;
  margin-bottom: 0;
}

small.error,
div.error {
  text-align: left;
  background-color: transparent;
  color: hsl(3deg, 100%, 65%);
  padding: 5px 0px 0px 0px;
  font-size: 16px;
}

.captcha img {
  width: 100%;
  margin-bottom: 16px;
}

label.custom-switch {
  /* The switch - the box around the slider */
  position: relative;
  display: inline-block;
  /**/
  height: 34px;
  margin: 0 0 1rem 0;
  /* Hide default HTML checkbox */
  /* The slider */
  /* Rounded sliders */
}
label.custom-switch input {
  opacity: 0;
  width: 0;
  height: 0;
  position: absolute;
}
label.custom-switch .text-label {
  padding-left: 70px;
  height: 34px;
  display: flex;
  align-items: center;
}
label.custom-switch .text-label span {
  display: inline-block;
}
label.custom-switch .text-label:before {
  width: 60px;
  content: "";
  display: block;
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: 0.4s;
}
label.custom-switch .text-label:after {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
label.custom-switch input:checked + .text-label:before {
  background-color: #231f20;
}
label.custom-switch input:focus + .text-label {
  /*box-shadow: 0 0 1px $cor-checkboxes-checked;*/
}
label.custom-switch input:checked + .text-label:after {
  transform: translateX(26px);
}
label.custom-switch input + .text-label .off {
  opacity: 1;
  visibility: visible;
  width: auto;
  height: auto;
  float: left;
  -webkit-transition: opacity 0.1s linear, visibilty 0s linear, width 0s linear, height 0s linear;
  -webkit-transition-delay: 0.1s, 0.2s, 0.2s, 0.2s;
  -moz-transition: opacity 0.1s linear 0.1s, visibilty 0s linear 0.2s, width 0s linear 0.2s, height 0s linear 0.2s;
  -o-transition: opacity 0.1s linear 0.1s, visibilty 0s linear 0.2s, width 0s linear 0.2s, height 0s linear 0.2s;
  transition: opacity 0.1s linear 0.1s, visibilty 0s linear 0.2s, width 0s linear 0.2s, height 0s linear 0.2s;
}
label.custom-switch input + .text-label .on {
  opacity: 0;
  visibility: hidden;
  width: 0;
  height: 0;
  overflow: hidden;
  float: left;
  -webkit-transition: opacity 0.1s, visibilty 0s linear, width 0s linear, height 0s linear;
  -webkit-transition-delay: 0s, 0.1s, 0.1s, 0.1s;
  -moz-transition: opacity 0.1s, visibilty 0s linear 0.1s, width 0s linear 0.1s, height 0s linear 0.1s;
  -o-transition: opacity 0.1s, visibilty 0s linear 0.1s, width 0s linear 0.1s, height 0s linear 0.1s;
  transition: opacity 0.1s, visibilty 0s linear 0.1s, width 0s linear 0.1s, height 0s linear 0.1s;
}
label.custom-switch input:checked + .text-label .on {
  opacity: 1;
  visibility: visible;
  width: auto;
  height: auto;
  -webkit-transition: opacity 0.1s linear, visibilty 0s linear, width 0s linear, height 0s linear;
  -webkit-transition-delay: 0.1s, 0.2s, 0.2s, 0.2s;
  -moz-transition: opacity 0.1s linear 0.1s, visibilty 0s linear 0.2s, width 0s linear 0.2s, height 0s linear 0.2s;
  -o-transition: opacity 0.1s linear 0.1s, visibilty 0s linear 0.2s, width 0s linear 0.2s, height 0s linear 0.2s;
  transition: opacity 0.1s linear 0.1s, visibilty 0s linear 0.2s, width 0s linear 0.2s, height 0s linear 0.2s;
}
label.custom-switch input:checked + .text-label .off {
  opacity: 0;
  visibility: hidden;
  width: 0;
  height: 0;
  overflow: hidden;
  -webkit-transition: opacity 0.1s, visibilty 0s linear, width 0s linear, height 0s linear;
  -webkit-transition-delay: 0s, 0.1s, 0.1s, 0.1s;
  -moz-transition: opacity 0.1s, visibilty 0s linear 0.1s, width 0s linear 0.1s, height 0s linear 0.1s;
  -o-transition: opacity 0.1s, visibilty 0s linear 0.1s, width 0s linear 0.1s, height 0s linear 0.1s;
  transition: opacity 0.1s, visibilty 0s linear 0.1s, width 0s linear 0.1s, height 0s linear 0.1s;
}
label.custom-switch .text-label:before {
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
label.custom-switch.round .text-label:before {
  border-radius: 34px;
}
label.custom-switch.round .text-label:after {
  border-radius: 50%;
}

input.custom-checkbox {
  float: left;
  opacity: 0;
  margin: 0;
  height: 1px;
  width: 1px;
}
input.custom-checkbox ~ label, input.custom-checkbox ~ .ui {
  --cor-checkboxes: #231f20;
  --cor-checkboxes-checked: #FFF;
  --cor-checkboxes-checked-bg: #231f20;
  position: relative;
  padding-left: 30px;
  margin-bottom: 1em;
  margin-left: 0px;
  display: inline-block;
}
input.custom-checkbox ~ label.error, input.custom-checkbox ~ .ui.error {
  margin-bottom: 4px;
}
input.custom-checkbox ~ label:before, input.custom-checkbox ~ .ui:before {
  display: block;
  position: absolute;
  content: "";
  border: solid 1px var(--cor-checkboxes);
  height: 20px;
  width: 20px;
  left: 0px;
  top: 50%;
  margin-top: -10px;
  border-radius: 2px;
  -webkit-transition: 0.28s ease;
  -moz-transition: 0.28s ease;
  -o-transition: 0.28s ease;
  transition: 0.28s ease;
}
input.custom-checkbox ~ label:after, input.custom-checkbox ~ .ui:after {
  -webkit-transform: scale3d(0, 0, 0) rotate(-45deg);
  -moz-transform: scale3d(0, 0, 0) rotate(-45deg);
  -ms-transform: scale3d(0, 0, 0) rotate(-45deg);
  -o-transform: scale3d(0, 0, 0) rotate(-45deg);
  transform: scale3d(0, 0, 0) rotate(-45deg);
  display: block;
  position: absolute;
  content: "";
  height: 8px;
  width: 14px;
  left: 3px;
  top: 50%;
  margin-top: -6px;
  border: 3px solid var(--cor-checkboxes-checked);
  border-width: 0px 0px 3px 3px;
  color: var(--cor-checkboxes-checked);
  -webkit-transition: 0.28s ease;
  -moz-transition: 0.28s ease;
  -o-transition: 0.28s ease;
  transition: 0.28s ease;
}
input.custom-checkbox:focus ~ label:before, input.custom-checkbox:focus ~ .ui:before {
  box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.1);
}
input.custom-checkbox:checked ~ label:before, input.custom-checkbox:checked ~ .ui:before {
  background-color: var(--cor-checkboxes-checked-bg);
  border-color: var(--cor-checkboxes-checked-bg);
}
input.custom-checkbox:checked ~ label:after, input.custom-checkbox:checked ~ .ui:after {
  -webkit-transform: scale3d(1, 1, 1) rotate(-45deg);
  -moz-transform: scale3d(1, 1, 1) rotate(-45deg);
  -ms-transform: scale3d(1, 1, 1) rotate(-45deg);
  -o-transform: scale3d(1, 1, 1) rotate(-45deg);
  transform: scale3d(1, 1, 1) rotate(-45deg);
}
input.custom-checkbox:disabled ~ label:before, input.custom-checkbox:disabled ~ .ui:before {
  cursor: not-allowed;
  opacity: 0.2;
}
input.custom-checkbox:disabled ~ label:after, input.custom-checkbox:disabled ~ .ui:after {
  cursor: not-allowed;
  opacity: 0.8;
}

input.custom-radiobutton {
  float: left;
  opacity: 0;
  margin: 0;
  height: 1px;
  width: 1px;
}
input.custom-radiobutton ~ label, input.custom-radiobutton ~ .ui {
  --cor-checkboxes: #231f20;
  --cor-checkboxes-checked: #FFF;
  --cor-checkboxes-checked-bg: #231f20;
  position: relative;
  padding-left: 30px;
  margin-bottom: 1em;
  margin-left: 0px;
  display: inline-block;
}
input.custom-radiobutton ~ label.error, input.custom-radiobutton ~ .ui.error {
  margin-bottom: 4px;
}
input.custom-radiobutton ~ label:before, input.custom-radiobutton ~ .ui:before {
  display: block;
  position: absolute;
  content: "";
  border: solid 1px var(--cor-checkboxes);
  height: 20px;
  width: 20px;
  left: 0px;
  top: 50%;
  margin-top: -10px;
  border-radius: 2px;
  -webkit-transition: 0.28s ease;
  -moz-transition: 0.28s ease;
  -o-transition: 0.28s ease;
  transition: 0.28s ease;
}
input.custom-radiobutton ~ label:after, input.custom-radiobutton ~ .ui:after {
  -webkit-transform: scale3d(0, 0, 0) rotate(-45deg);
  -moz-transform: scale3d(0, 0, 0) rotate(-45deg);
  -ms-transform: scale3d(0, 0, 0) rotate(-45deg);
  -o-transform: scale3d(0, 0, 0) rotate(-45deg);
  transform: scale3d(0, 0, 0) rotate(-45deg);
  display: block;
  position: absolute;
  content: "";
  height: 8px;
  width: 14px;
  left: 3px;
  top: 50%;
  margin-top: -6px;
  border: 3px solid var(--cor-checkboxes-checked);
  border-width: 0px 0px 3px 3px;
  color: var(--cor-checkboxes-checked);
  -webkit-transition: 0.28s ease;
  -moz-transition: 0.28s ease;
  -o-transition: 0.28s ease;
  transition: 0.28s ease;
}
input.custom-radiobutton:focus ~ label:before, input.custom-radiobutton:focus ~ .ui:before {
  box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.1);
}
input.custom-radiobutton:checked ~ label:before, input.custom-radiobutton:checked ~ .ui:before {
  background-color: var(--cor-checkboxes-checked-bg);
  border-color: var(--cor-checkboxes-checked-bg);
}
input.custom-radiobutton:checked ~ label:after, input.custom-radiobutton:checked ~ .ui:after {
  -webkit-transform: scale3d(1, 1, 1) rotate(-45deg);
  -moz-transform: scale3d(1, 1, 1) rotate(-45deg);
  -ms-transform: scale3d(1, 1, 1) rotate(-45deg);
  -o-transform: scale3d(1, 1, 1) rotate(-45deg);
  transform: scale3d(1, 1, 1) rotate(-45deg);
}
input.custom-radiobutton:disabled ~ label:before, input.custom-radiobutton:disabled ~ .ui:before {
  cursor: not-allowed;
  opacity: 0.2;
}
input.custom-radiobutton:disabled ~ label:after, input.custom-radiobutton:disabled ~ .ui:after {
  cursor: not-allowed;
  opacity: 0.8;
}
input.custom-radiobutton ~ label:before, input.custom-radiobutton ~ .ui:before {
  border-radius: 50%;
}
input.custom-radiobutton ~ label:after, input.custom-radiobutton ~ .ui:after {
  border-radius: 50%;
  width: 18px;
  height: 18px;
  top: 50%;
  margin-top: -9px;
  border: solid 3px white;
  left: 1px;
}

#accept-cookies {
  position: fixed;
  z-index: 100;
  bottom: 10px;
  right: 10px;
  padding: 20px 30px;
  background: white;
  width: calc(100% - 20px);
  max-width: 400px;
  border: 1px solid #231f20;
  box-shadow: rgba(0, 0, 0, 0.2) 0 10px 13px -6px, rgba(0, 0, 0, 0.137255) 0px 20px 31px 3px, rgba(0, 0, 0, 0.117647) 0px 8px 38px 7px;
  border-radius: 0;
  opacity: 0;
  transform: translate3d(0, 100%, 0);
  transition: all 0.3s ease-out;
}
#accept-cookies.show {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
#accept-cookies .cookies-title-wrapper {
  text-align: center;
}
#accept-cookies .cookies-title-wrapper > ._title {
  color: #231f20;
}
#accept-cookies .cookies-content-wrapper {
  text-align: center;
}
#accept-cookies .accept-cookies-policy {
  margin: 0px;
}
#accept-cookies .cookies-button-container {
  display: flex;
  align-items: center;
  gap: 10px;
}

@media only screen and (min-width:1025px) {
  #accept-cookies .cookies-title-wrapper {
    text-align: right;
  }
  #accept-cookies .cookies-content-wrapper {
    text-align: left;
    padding-top: 6px;
  }
}
@media only screen and (max-width: 640px) {
  #accept-cookies {
    width: 100%;
    min-width: 100%;
    right: 0px;
    bottom: 0px;
    border: 1px solid white;
  }
  #accept-cookies h4 {
    text-align: left;
    margin-bottom: 6px;
  }
  #accept-cookies p {
    font-size: 13px;
    margin-bottom: 12px;
  }
  #accept-cookies .accept-cookies-policy {
    font-size: 13px;
    margin-bottom: 0;
    line-height: 1;
    padding: 10px 35px;
    height: unset;
  }
  #accept-cookies .open-saber-mais-popup {
    font-size: 14px;
  }
  #cookiesbar #cookiesbar__inner-wrapper {
    padding: 15px;
    max-width: 45%;
    min-width: 250px;
  }
  #cookiesbar #cookiesbar__inner-wrapper .cookiesbar__inner-wrapper__header {
    display: flex;
    flex-wrap: wrap;
  }
  #cookiesbar #cookiesbar__inner-wrapper .cookiesbar__inner-wrapper__header .cookiesbar__inner-wrapper__header__button {
    order: 1;
    width: 100%;
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  #cookiesbar #cookiesbar__inner-wrapper .cookiesbar__inner-wrapper__header .cookiesbar__inner-wrapper__header__button .button {
    width: 100%;
    padding: 5px;
  }
  #cookiesbar #cookiesbar__inner-wrapper .cookiesbar__inner-wrapper__header p {
    order: 2;
  }
  #cookiesbar #cookiesbar__inner-wrapper p, #cookiesbar #cookiesbar__inner-wrapper a {
    font-size: 14px;
  }
  #cookiesbar #cookiesbar__inner-wrapper .button {
    padding: 5px;
    width: 100%;
  }
  #cookiesbar .h4, #cookiesbar .h5 {
    font-size: 15px;
  }
}
#main-container[data-wrapper-area=conta],
#main-container[data-wrapper-area=subscricoes],
#main-container[data-wrapper-area=historico-encomendas],
#main-container[data-wrapper-area=wishlist] {
  background-color: #fAfAfA;
}

#area-conta-inner-wrapper {
  background-color: #fAfAfA;
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 1rem 3rem;
  max-width: 128.5714285714rem;
  margin-left: auto;
  margin-right: auto;
}
#area-conta-inner-wrapper .area-conta__vazio {
  border: solid 1px #e2e2e2;
  padding: 1rem 1rem;
  margin-bottom: 1rem;
  background-color: white;
  border-radius: var(--border-radius);
  max-width: 600px;
}
@media only screen and (max-width:1024px) {
  #area-conta-inner-wrapper {
    grid-template-columns: 1fr;
    gap: 0;
  }
}

#area-conta .moradas-tabela-wrapper {
  display: grid;
  width: 100%;
  gap: 20px;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  margin-bottom: 20px;
}
#area-conta #morada-linha-empty {
  grid-column: 1/-1;
}
#area-conta .linha-morada {
  --linha-morada-padding-h: 15px;
  --linha-morada-padding-v: 15px;
  border: solid 1px #e2e2e2;
  padding: var(--linha-morada-padding-v) var(--linha-morada-padding-h);
  background-color: white;
  border-radius: var(--border-radius);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#area-conta .linha-morada:has(.icon-morada-facturacao-defeito), #area-conta .linha-morada:has(.icon-morada-entrega-defeito) {
  border-color: #969696;
}
#area-conta .linha-morada .linha-morada-icones {
  font-weight: bold;
  font-size: 0.8em;
  display: grid;
  gap: 5px;
  margin: calc(var(--linha-morada-padding-v) * -1) calc(var(--linha-morada-padding-h) * -1) 1rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
#area-conta .linha-morada .linha-morada-icones > div {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}
#area-conta .linha-morada .linha-morada-icones > div .icon {
  font-size: 1.3em;
}
#area-conta .dados-utilizador {
  margin: 0 auto;
}
@media only screen and (max-width:1024px) {
  #area-conta .dados-utilizador {
    padding-right: 0;
  }
}
#area-conta .moradas {
  margin: 0 auto;
}

#area-favoritos, #area-wishlist, #area-conta {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px 0;
}

#remover-morada .morada-wrapper {
  font-style: italic;
}
#remover-morada .button:last-child {
  margin-right: 0;
}
@media only screen and (max-width:1024px) {
  #remover-morada .button {
    margin-right: 0;
  }
}

.conta-titulo-pagina-wrapper {
  margin-bottom: 30px;
}

.conta-titulo-pagina {
  text-align: left;
}

#area-conta-menu-lateral {
  /*padding-right: 15px;*/
  position: relative;
}
#area-conta-menu-lateral .area-conta-menu-lateral__titulo {
  font-weight: normal;
  padding: 0 0 15px 0;
  font-size: 1.1em;
  vertical-align: middle;
  display: flex;
  align-items: center;
}
#area-conta-menu-lateral .area-conta-menu-lateral__titulo .area-conta-menu-lateral__titulo__badge {
  width: 55px;
  height: 55px;
  margin-right: 10px;
  color: #000;
  background-color: #fff;
  text-align: center;
  border-radius: 5px;
  border: solid 1px #eee;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 55px;
}
#area-conta-menu-lateral .area-conta-menu-lateral__titulo .area-conta-menu-lateral__titulo__badge span {
  display: inline-block;
  width: 30px;
  height: 30px;
  vertical-align: middle;
}
#area-conta-menu-lateral .area-conta-menu-lateral__titulo .area-conta-menu-lateral__titulo__badge svg {
  height: 30px;
  width: 30px;
  display: inline-block;
}
#area-conta-menu-lateral .area-conta-menu-lateral__titulo .area-conta-menu-lateral__titulo__badge svg * {
  fill: currentColor;
}
#area-conta-menu-lateral .area-conta-menu-lateral__titulo .area-conta-menu-lateral__titulo__message {
  display: inline-block;
  flex: 1 1 auto;
  max-width: calc(100% - 65px);
}
#area-conta-menu-lateral .area-conta-menu-lateral__titulo .area-conta-menu-lateral__titulo__message .area-conta-menu-lateral__titulo__nome {
  display: block;
  font-weight: 600;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#area-conta-menu-lateral .area-conta-menu-lateral__nav {
  list-style: none;
  margin: 0;
  padding-bottom: 1rem;
}
#area-conta-menu-lateral .area-conta-menu-lateral__nav li {
  display: block;
  padding: 2px 0;
}
#area-conta-menu-lateral .area-conta-menu-lateral__nav li.area-conta-menu-latera__logout-wrapper {
  margin-top: 30px;
}
#area-conta-menu-lateral .area-conta-menu-lateral__nav li a {
  text-decoration: none;
}
#area-conta-menu-lateral .area-conta-menu-lateral__nav li.active > a {
  border-left-color: #231f20;
  font-weight: 500;
  background-color: #EEE;
}
#area-conta-menu-lateral .area-conta-menu-lateral__nav li.active > a:hover {
  background-color: #EEE;
  border-left-color: #231f20;
}
#area-conta-menu-lateral .area-conta-menu-lateral__nav li > a {
  border-left: solid 3px transparent;
  color: #000;
  padding: 4px 15px 4px 12px;
  display: flex;
  align-items: center;
  gap: 10px;
}
#area-conta-menu-lateral .area-conta-menu-lateral__nav li > a:hover {
  background-color: rgba(238, 238, 238, 0.5);
  border-color: rgba(238, 238, 238, 0.5);
}
#area-conta-menu-lateral .area-conta-menu-lateral__nav li > a .icon {
  display: inline-block;
  vertical-align: middle;
  height: 22px;
  width: 22px;
  gap: 10px;
  text-align: center;
}
#area-conta-menu-lateral .area-conta-menu-lateral__nav li > a .icon svg {
  height: 22px;
  width: 22px;
}
#area-conta-menu-lateral .area-conta-menu-lateral__nav li > a .icon svg * {
  fill: currentColor;
}
#area-conta-menu-lateral .area-conta-menu-lateral__chevron__wrapper {
  display: none;
}
@media only screen and (max-width:1024px) {
  #area-conta-menu-lateral {
    padding-bottom: 0;
    margin-bottom: 30px;
    z-index: 1;
  }
  #area-conta-menu-lateral::before {
    content: "";
    display: block;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.5);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    opacity: 0;
    pointer-events: none;
    transition: all 0.2s ease;
  }
  #area-conta-menu-lateral .area-conta-menu-lateral__titulo {
    border-radius: var(--border-radius);
    padding: 15px 40px 15px 15px;
    position: relative;
    z-index: 2;
    background: inherit;
  }
  #area-conta-menu-lateral .area-conta-menu-lateral__nav {
    display: block;
    position: absolute;
    pointer-events: none;
    visibility: hidden;
    opacity: 0;
    width: 100%;
    z-index: 1;
    box-shadow: 0px 10px 12px rgba(0, 0, 0, 0.2);
    background: inherit;
    border-radius: 0px 0px var(--border-radius) var(--border-radius);
    transition: all 0.2s ease, opacity 0.15s ease;
    transform: translate3d(0, -50px, 0);
  }
  #area-conta-menu-lateral .area-conta-menu-lateral__nav li > a {
    padding: 10px 15px;
  }
  #area-conta-menu-lateral .area-conta-menu-lateral__chevron__wrapper {
    display: block;
    position: absolute;
    top: 50%;
    transform: translate(0px, -50%);
    right: 20px;
    pointer-events: none;
    text-align: center;
    z-index: 2;
  }
  #area-conta-menu-lateral .area-conta-menu-lateral__chevron__wrapper .area-conta-menu-lateral__chevron {
    height: 20px;
    width: 20px;
    display: inline-block;
    transition: all 0.2s ease;
  }
  #area-conta-menu-lateral .area-conta-menu-lateral__chevron__wrapper .area-conta-menu-lateral__chevron .icon {
    top: 50%;
    transform: translate3d(0, -50%, 0);
  }
  #area-conta-menu-lateral.active::before {
    content: "";
    display: block;
    opacity: 1;
    visibility: visible;
    pointer-events: all;
  }
  #area-conta-menu-lateral.active .area-conta-menu-lateral__titulo {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  #area-conta-menu-lateral.active .area-conta-menu-lateral__nav {
    display: block;
    visibility: visible;
    opacity: 1;
    transform: translate3d(0, 0%, 0);
    pointer-events: initial;
  }
  #area-conta-menu-lateral.active .area-conta-menu-lateral__chevron {
    transform: rotate(180deg);
    background: transparent;
  }
}

/* ESPECIFICO_SITE */
header .promocoes a {
  color: #EF464E !important;
}
@media only screen and (max-width:1024px) {
  header #menu-handle, header #menu-close {
    background: transparent;
    border: none;
    width: 30px;
    height: 24px;
    padding: 0;
    outline: none;
    position: relative;
    z-index: 1001;
    margin-bottom: 0px;
  }
  header #menu-handle::before, header #menu-handle::after,
header #menu-handle span, header #menu-close::before, header #menu-close::after,
header #menu-close span {
    background: #231f20;
  }
  header #menu-handle::before, header #menu-handle::after, header #menu-close::before, header #menu-close::after {
    content: "";
    position: absolute;
    height: 2px;
    width: 100%;
    left: 0;
    top: 50%;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: -webkit-transform 0.25s;
    transition: transform 0.25s;
  }
  header #menu-handle span, header #menu-close span {
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0;
    overflow: hidden;
    text-indent: 200%;
    -webkit-transition: opacity 0.25s;
    transition: opacity 0.25s;
    -webkit-transform: translate3d(0, -1px, 0);
    -moz-transform: translate3d(0, -1px, 0);
    -ms-transform: translate3d(0, -1px, 0);
    -o-transform: translate3d(0, -1px, 0);
    transform: translate3d(0, -1px, 0);
  }
  header #menu-handle::before, header #menu-close::before {
    -webkit-transform: translate3d(0, -11px, 0);
    -moz-transform: translate3d(0, -11px, 0);
    -ms-transform: translate3d(0, -11px, 0);
    -o-transform: translate3d(0, -11px, 0);
    transform: translate3d(0, -11px, 0);
  }
  header #menu-handle::after, header #menu-close::after {
    -webkit-transform: translate3d(0, 9px, 0);
    -moz-transform: translate3d(0, 9px, 0);
    -ms-transform: translate3d(0, 9px, 0);
    -o-transform: translate3d(0, 9px, 0);
    transform: translate3d(0, 9px, 0);
  }
  header #menu-handle {
    height: 100%;
  }
  header #menu-close {
    height: 60px;
    left: 15px;
    top: 0px;
  }
  header #menu-close span {
    opacity: 0;
  }
  header #menu-close::before {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
  }
  header #menu-close::after {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
  }
  header #menu {
    position: fixed;
    visibility: hidden;
    overflow: hidden;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1002;
    -webkit-transition: opacity 0.1s ease-out, visibility 0.1s ease-out;
    -webkit-transition-delay: 0.2s, 0.2s;
    -moz-transition: opacity 0.1s ease-out 0.2s, visibility 0.1s ease-out 0.2s;
    -o-transition: opacity 0.1s ease-out 0.2s, visibility 0.1s ease-out 0.2s;
    transition: opacity 0.1s ease-out 0.2s, visibility 0.1s ease-out 0.2s;
  }
  header #menu #menu-inner-wrapper {
    padding-top: 60px;
    z-index: 1004;
    list-style: none;
    margin: 0px;
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    -o-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    -webkit-transition: -webkit-transform 0.2s ease-out;
    -moz-transition: -moz-transform 0.2s ease-out;
    -o-transition: -o-transform 0.2s ease-out;
    transition: transform 0.2s ease-out;
    position: fixed;
    top: 0px;
    left: 0px;
    bottom: 0px;
    background-color: white;
    height: 100%;
    max-width: 300px;
    width: 100%;
    overflow: auto;
  }
  header #menu #menu-inner-wrapper #menu-close {
    position: absolute;
  }
  header #menu #menu-inner-wrapper ul {
    padding-top: 5px;
    padding-bottom: 5px;
    margin: 0px;
    list-style: none;
  }
  header #menu #menu-inner-wrapper ul > li {
    padding: 0px;
  }
  header #menu #menu-inner-wrapper ul > li > a {
    display: block;
    padding: 8px 15px;
  }
  header #menu #menu-inner-wrapper ul > li.active > a {
    background-color: #eee;
  }
  header #menu #menu-inner-wrapper a {
    color: #231f20;
  }
  header #menu #menu-overlay {
    z-index: 1003;
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
  }
  header #menu-swipe-handle {
    position: fixed;
    z-index: 1000;
    top: 0px;
    left: 0px;
    bottom: 0px;
    width: 15px;
  }
  html.menu-opened header #menu-handle span {
    opacity: 0;
  }
  html.menu-opened header #menu-handle::before {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
  }
  html.menu-opened header #menu-handle::after {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
  }
  html.menu-opened header #menu {
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity 0s ease-out, visibility 0s ease-out;
    -moz-transition: opacity 0s ease-out, visibility 0s ease-out;
    -o-transition: opacity 0s ease-out, visibility 0s ease-out;
    transition: opacity 0s ease-out, visibility 0s ease-out;
  }
  html.menu-opened header #menu #menu-inner-wrapper {
    -webkit-transform: translate3d(0%, 0, 0);
    -moz-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
    -webkit-transition: -webkit-transform 0.2s ease-out;
    -moz-transition: -moz-transform 0.2s ease-out;
    -o-transition: -o-transform 0.2s ease-out;
    transition: transform 0.2s ease-out;
  }
  html.menu-opened header #menu #menu-overlay {
    visibility: visible;
    opacity: 1;
  }
  header #menu-large {
    display: none;
  }
  header #header-menu-wrapper {
    height: 60px;
  }
  header #menu-close::before, header #menu-close::after, header #menu-close span {
    background: black;
  }
  header #menu-handle {
    border: none;
    width: 40px;
    height: 40px;
    right: 0px;
    padding: 0;
    outline: none;
    margin: 10px 0px;
  }
  header #menu-handle::before, header #menu-handle::after,
header #menu-handle span {
    width: 26px;
    margin-left: 7px;
    background: black;
  }
  header #menu-handle::before, header #menu-handle::after {
    content: "";
    position: absolute;
    height: 2px;
    left: 0;
    top: 50%;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: -webkit-transform 0.25s;
    transition: transform 0.25s;
  }
  header #menu-handle span {
    position: absolute;
    height: 2px;
    left: 0;
    top: 50%;
    margin-top: 1px;
    overflow: hidden;
    text-indent: 200%;
    -webkit-transition: opacity 0.25s;
    transition: opacity 0.25s;
  }
  header #menu-handle::before {
    -webkit-transform: translate3d(0, -7px, 0);
    -moz-transform: translate3d(0, -7px, 0);
    -ms-transform: translate3d(0, -7px, 0);
    -o-transform: translate3d(0, -7px, 0);
    transform: translate3d(0, -7px, 0);
  }
  header #menu-handle::after {
    -webkit-transform: translate3d(0, 7px, 0);
    -moz-transform: translate3d(0, 7px, 0);
    -ms-transform: translate3d(0, 7px, 0);
    -o-transform: translate3d(0, 7px, 0);
    transform: translate3d(0, 7px, 0);
  }
  header #mobile-menu-overlay {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    visibility: hidden;
    opacity: 0;
    background-color: #000;
  }
  header #menu #menu-inner-wrapper {
    border-right: solid 1px #231f20;
    width: 90%;
    max-width: 440px;
  }
  header #menu #menu-inner-wrapper a {
    color: black;
  }
  header #menu #mobile-menu-wrapper {
    background-color: white;
    overflow: auto;
    padding: 0px 0px 0px 0px;
    position: absolute;
    top: 0px;
    right: 0px;
    left: 0px;
    bottom: 0px;
    padding-top: 60px;
  }
}
@media only screen and (max-width:1024px) and (max-width: 350px) {
  header #menu #mobile-menu-wrapper {
    width: 100%;
  }
}
@media only screen and (max-width:1024px) {
  header #menu #mobile-menu-wrapper .lang-wrapper {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: bold;
    text-align: right;
    position: absolute;
    top: 20px;
    right: 20px;
  }
  header #menu #mobile-menu-wrapper .lang-wrapper a {
    margin-right: 10px;
    display: inline-block;
    position: relative;
    color: black;
  }
  header #menu #mobile-menu-wrapper .lang-wrapper a:after {
    content: "|";
    display: inline-block;
    position: absolute;
    right: -8px;
  }
  header #menu #mobile-menu-wrapper .lang-wrapper a:last-child:after {
    display: none;
  }
  header #menu #mobile-menu-wrapper .lang-wrapper + div {
    position: absolute;
    top: 60px;
    right: 0px;
    left: 0px;
    bottom: 0;
    overflow: auto;
    border-top: solid 1px;
  }
}
@media only screen and (max-width:1024px) {
  header #menu #mobile-menu-wrapper .menu {
    text-align: left;
    list-style: none;
    padding: 0px;
    padding-top: 0px;
    padding-bottom: 10px;
    margin: 0px;
    margin-top: 0px;
    margin-bottom: 30px;
    border-color: transparent;
    border-left: 0px;
    border-right: 0px;
    font-size: 30px;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 1.2em;
  }
  header #menu #mobile-menu-wrapper .menu li.has-dropdown {
    position: relative;
  }
  header #menu #mobile-menu-wrapper .menu li.has-dropdown > a {
    position: relative;
    padding-right: 25px;
  }
  header #menu #mobile-menu-wrapper .menu li.has-dropdown > a:after {
    content: "\f078";
    position: absolute;
    top: 50%;
    right: 0px;
    font-family: FontAwesome;
    font-weight: normal;
    font-size: 16px;
    right: 15px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: transform 0.3s ease;
  }
  header #menu #mobile-menu-wrapper .menu .large-only {
    display: none !important;
  }
  header #menu #mobile-menu-wrapper .menu > li {
    margin-bottom: 0px;
    transition: background-color 0.3s ease;
  }
  header #menu #mobile-menu-wrapper .menu > li > a {
    min-height: 50px;
    line-height: 36px;
    padding: 7px 15px;
    display: block;
    color: #231f20;
    font-size: 24px;
  }
  header #menu #mobile-menu-wrapper .menu > li .dropdown {
    display: none;
    transition: height 0.2s ease-in;
    text-align: left;
    padding: 10px 0px;
    box-shadow: inset 0 0px 5px rgba(0, 0, 0, 0.2);
  }
  header #menu #mobile-menu-wrapper .menu > li .dropdown a {
    font-size: 14px;
    padding-left: 13px;
    padding-right: 13px;
    border-left: solid 2px transparent;
    background-color: transparent;
  }
  header #menu #mobile-menu-wrapper .menu > li .dropdown .active > a {
    border-left: solid 2px currentColor;
  }
  header #menu #mobile-menu-wrapper .menu > li.opened {
    background-color: #F6F6F6;
  }
  header #menu #mobile-menu-wrapper .menu > li.opened > a {
    background-color: #eee;
  }
  header #menu #mobile-menu-wrapper .menu > li.active > a {
    background-color: #D6A457;
    color: black !important;
  }
  header #menu #mobile-menu-wrapper .menu .dropdown .dropdown {
    padding-left: 10px;
  }
  header #menu #mobile-menu-wrapper .menu li.opened > .dropdown {
    display: block;
  }
  header #menu #mobile-menu-wrapper .menu li.opened > a:after {
    -webkit-transform: translateY(-50%) rotate(180deg);
    -moz-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    -o-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
  }
}
@media only screen and (max-width:1024px) {
  header #menu #mobile-menu-wrapper .second-menu {
    text-align: center;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: none;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-content: stretch;
    -moz-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    align-items: center;
    width: 100%;
    margin-bottom: 30px;
  }
  header #menu #mobile-menu-wrapper .second-menu .search-wrapper {
    width: 33%;
  }
  header #menu #mobile-menu-wrapper .second-menu .search-wrapper .search-input-wrapper {
    display: none;
  }
  header #menu #mobile-menu-wrapper .second-menu .search-wrapper .search-icon img {
    width: 33px;
  }
  header #menu #mobile-menu-wrapper .second-menu .login-links-wrapper {
    width: 33%;
    font-size: 20px;
    font-weight: 700;
  }
  header #menu #mobile-menu-wrapper .second-menu .my-cart-wrapper {
    width: 33%;
    font-weight: 700;
  }
  header #menu #mobile-menu-wrapper .second-menu .my-cart-wrapper .my-cart {
    color: #231f20;
  }
  header #menu #mobile-menu-wrapper .second-menu .my-cart-wrapper .my-cart img {
    width: 33px;
  }
}
@media only screen and (max-width:1024px) {
  header #menu #mobile-menu-wrapper .my-account-wrapper {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
  }
  header #menu #mobile-menu-wrapper .my-account-wrapper div a {
    display: block;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #231f20;
  }
  header #menu #mobile-menu-wrapper .my-account-wrapper .user-name {
    font-weight: 900;
    font-size: 15px;
    color: #231f20;
  }
}
@media only screen and (max-width:1024px) {
  header #menu #mobile-menu-wrapper .social-wrapper {
    text-align: center;
    margin-top: 100px;
    margin-bottom: 50px;
  }
  header #menu #mobile-menu-wrapper .social-wrapper img {
    width: 30px;
  }
}
@media only screen and (max-width:1024px) {
  header #menu #mobile-menu-wrapper .third-menu {
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: none;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-content: stretch;
    -moz-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
    text-transform: uppercase;
    margin-bottom: 40px;
  }
  header #menu #mobile-menu-wrapper .third-menu .col {
    min-width: 40%;
  }
  header #menu #mobile-menu-wrapper .third-menu .col.col-1 {
    padding-right: 5px;
  }
  header #menu #mobile-menu-wrapper .third-menu .col.col-2 {
    padding-left: 5px;
  }
  header #menu #mobile-menu-wrapper .third-menu ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
  }
  header #menu #mobile-menu-wrapper .third-menu ul a,
header #menu #mobile-menu-wrapper .third-menu ul span {
    color: #231f20;
    font-size: 13px;
  }
  header #menu #mobile-menu-wrapper .third-menu ul span {
    font-weight: 700;
  }
}
@media only screen and (max-width:1024px) {
  header #menu #mobile-menu-wrapper .copyright-wrapper {
    border-top: solid 1px #231f20;
    text-align: center;
    color: #231f20;
    font-size: 12px;
    font-weight: 700;
    padding-top: 30px;
    text-transform: uppercase;
    margin-bottom: 40px;
  }
}
@media only screen and (max-width:1024px) {
  header.header-preto #menu #menu-inner-wrapper {
    background-color: #231f20;
  }
  header.header-preto #menu #menu-inner-wrapper #mobile-menu-wrapper {
    background-color: #231f20;
  }
  header.header-preto #menu #menu-inner-wrapper #mobile-menu-wrapper .lang-wrapper a.active {
    border-color: #FFF;
  }
  header.header-preto #menu #menu-inner-wrapper #mobile-menu-wrapper .my-account-wrapper .user-name {
    color: #FFF;
  }
  header.header-preto #menu #menu-inner-wrapper #mobile-menu-wrapper .social-wrapper a {
    background-color: #FFF;
    width: auto;
    height: auto;
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
  }
  header.header-preto #menu #menu-inner-wrapper #mobile-menu-wrapper .social-wrapper a.facebook {
    max-height: 24px;
  }
  header.header-preto #menu #menu-inner-wrapper #mobile-menu-wrapper .social-wrapper a.facebook img {
    width: 27px;
    margin-top: -8px;
  }
  header.header-preto #menu #menu-inner-wrapper #mobile-menu-wrapper a, header.header-preto #menu #menu-inner-wrapper #mobile-menu-wrapper span, header.header-preto #menu #menu-inner-wrapper #mobile-menu-wrapper div {
    color: #FFF;
  }
  header.header-preto #menu #menu-inner-wrapper #mobile-menu-wrapper .menu {
    border-color: #FFF;
  }
  header.header-preto #menu #menu-inner-wrapper #mobile-menu-wrapper .menu > li > a {
    color: #FFF;
  }
  header.header-preto #menu #menu-inner-wrapper #mobile-menu-wrapper .menu > li.opened {
    background-color: #e2e2e2;
  }
  header.header-preto #menu #menu-inner-wrapper #mobile-menu-wrapper .menu > li.opened a {
    color: #231f20;
  }
  header.header-preto #menu #menu-inner-wrapper #mobile-menu-wrapper .menu > li.opened > a {
    background-color: #231f20;
    color: #FFF;
  }
  header.header-preto #menu #menu-inner-wrapper #mobile-menu-wrapper .menu > li.active > a, header.header-preto #menu #menu-inner-wrapper #mobile-menu-wrapper .menu > li.opened.active > a {
    background-color: #FFF;
    color: #231f20;
  }
  header.header-preto #menu #menu-inner-wrapper #mobile-menu-wrapper .menu > li.has-dropdown {
    transition: none;
  }
  header.header-preto #menu #menu-inner-wrapper #mobile-menu-wrapper .copyright-wrapper {
    border-color: #FFF;
  }
}
@media only screen and (min-width:1025px) {
  header #menu-handle, header #menu-close {
    display: none;
  }
  header #menu {
    opacity: 1;
    z-index: 1000;
    visibility: visible !important;
    position: relative;
    overflow: visible;
  }
  header #menu #menu-overlay {
    display: none;
  }
  header #menu #menu-login-mobile {
    display: none;
  }
  header #menu #menu-inner-wrapper {
    position: relative;
    position: relative;
    overflow: visible;
    max-width: none;
    padding-top: 0px;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  header #menu #menu-inner-wrapper ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  header #menu #menu-inner-wrapper li {
    list-style: none;
    position: relative;
  }
  header #menu #menu-inner-wrapper ul {
    position: relative;
    height: auto;
    max-width: none;
    width: auto;
  }
  header #menu #menu-inner-wrapper ul > li:last-child:not(.has-dropdown) {
    padding-right: 0px;
  }
  header #menu #menu-inner-wrapper ul > li {
    display: inline-block;
    position: relative;
    padding-left: 12px;
    padding-right: 12px;
  }
  header #menu #menu-inner-wrapper ul > li > a {
    border-bottom: transparent 2px solid;
    color: #231f20;
  }
  header #menu #menu-inner-wrapper ul > li.active > a {
    border-bottom: #231f20 solid 2px;
  }
  header #menu #menu-inner-wrapper ul > li.has-dropdown:after {
    content: "";
    position: absolute;
    right: 2px;
    top: 50%;
    margin-top: -3px;
    border: solid 4px #231f20;
    border-color: #231f20 transparent transparent transparent;
  }
  header #menu #menu-inner-wrapper ul > li > a {
    padding-left: 0px;
    padding-right: 0px;
  }
  header #menu #menu-inner-wrapper ul > li > a:hover {
    color: #231f20;
  }
  header #menu #menu-inner-wrapper ul > li a {
    display: inline-block;
  }
  header #menu #menu-inner-wrapper ul > li ul {
    opacity: 0;
    visibility: hidden;
  }
  header #menu #menu-inner-wrapper .has-dropdown:hover > .dropdown {
    opacity: 1;
    visibility: visible;
  }
  header #menu #menu-inner-wrapper .dropdown {
    position: absolute;
    background-color: white;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    min-width: 100%;
    left: 0px;
    top: auto;
    bottom: auto;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
  }
  header #menu #menu-inner-wrapper .dropdown li a {
    display: block;
    padding: 7px 12px;
    white-space: nowrap;
  }
  header #menu #menu-inner-wrapper .dropdown .dropdown {
    left: 100%;
    top: 100%;
  }
  header #mobile-menu-wrapper {
    display: none;
  }
  header .mobile-only {
    display: none !important;
  }
  header #header-inner-wrapper #menu-inner-wrapper #menu-large li.has-dropdown:after {
    display: none;
  }
  header #header-inner-wrapper #menu-inner-wrapper #menu-large li.has-dropdown > a:after {
    content: "\f078";
    margin-left: 4px;
    margin-bottom: 3px;
    margin-top: 0px;
    right: 0px;
    font-family: FontAwesome;
    font-weight: normal;
    font-size: 10px;
    line-height: 10px;
    transition: transform 0.3s ease;
  }
  header #header-inner-wrapper #menu-inner-wrapper #menu-large li.has-dropdown > ul.dropdown {
    padding: 7px 0;
    opacity: 0;
    transform: translate3d(0, 10px, 0);
    transition: all 0.2s ease-out 0.2s;
  }
  header #header-inner-wrapper #menu-inner-wrapper #menu-large li.has-dropdown > ul.dropdown li, header #header-inner-wrapper #menu-inner-wrapper #menu-large li.has-dropdown > ul.dropdown a {
    display: block;
    text-align: left;
  }
  header #header-inner-wrapper #menu-inner-wrapper #menu-large li.has-dropdown > ul.dropdown li {
    padding-left: 0px;
    padding-right: 0px;
  }
  header #header-inner-wrapper #menu-inner-wrapper #menu-large li.has-dropdown > ul.dropdown li a {
    border-bottom: none;
    font-size: 13px;
  }
  header #header-inner-wrapper #menu-inner-wrapper #menu-large li.has-dropdown > ul.dropdown li a:hover {
    background-color: #231f20;
    color: white;
  }
  header #header-inner-wrapper #menu-inner-wrapper #menu-large li.has-dropdown:hover > ul.dropdown {
    opacity: 1;
    transform: translate3d(0, 0px, 0);
    transition: all 0.2s ease-out;
  }
  header nav#menu {
    text-align: center;
    font-size: 13px;
    z-index: 0;
  }
  header nav#menu #menu-inner-wrapper ul {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 13px;
  }
  header nav#menu #menu-inner-wrapper ul li {
    display: flex;
    padding: 22px 16px;
    min-height: 25px;
    align-items: center;
  }
  header nav#menu #menu-inner-wrapper ul li a {
    font-size: 13px;
    display: block;
    line-height: 1.4em;
    color: #231f20;
  }
  header nav#menu #menu-inner-wrapper ul li > a {
    display: flex;
    min-height: inherit;
    align-items: center;
    line-height: 16px;
    border-top: solid 1px transparent;
    border-bottom: solid 1px transparent;
  }
  header nav#menu #menu-inner-wrapper ul li.active > a {
    border-bottom: 1px solid;
  }
  header nav#menu #menu-large {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.dialog.dialog-error {
  background: var(--dialog-cor-bg);
  text-align: center;
  width: 100%;
  max-width: 500px;
  position: relative;
}
.dialog.dialog-error .dialog-title {
  text-align: center;
}
.dialog.dialog-error .dialog-buttons-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 1.4rem;
  gap: 4px;
}
.dialog.dialog-error .dialog-buttons-wrapper .button {
  flex: 1 1 0;
  max-width: max-content;
  min-width: 100px;
}
@media only screen and (max-width: 640px) {
  .dialog.dialog-error .dialog-buttons-wrapper {
    flex-wrap: wrap;
  }
  .dialog.dialog-error .dialog-buttons-wrapper .button {
    width: 100%;
  }
}
.dialog.dialog-error h4 {
  --font-size: 1.4rem;
  color: #DE4440;
}
.dialog.dialog-error .dialog-title .icon {
  font-size: 3rem;
}

.dialog.dialog-success {
  background: var(--dialog-cor-bg);
  text-align: center;
  width: 100%;
  max-width: 500px;
  position: relative;
}
.dialog.dialog-success .dialog-title {
  text-align: center;
}
.dialog.dialog-success .dialog-buttons-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 1.4rem;
  gap: 4px;
}
.dialog.dialog-success .dialog-buttons-wrapper .button {
  flex: 1 1 0;
  max-width: max-content;
  min-width: 100px;
}
@media only screen and (max-width: 640px) {
  .dialog.dialog-success .dialog-buttons-wrapper {
    flex-wrap: wrap;
  }
  .dialog.dialog-success .dialog-buttons-wrapper .button {
    width: 100%;
  }
}
.dialog.dialog-success h4 {
  --font-size: 1.4rem;
  color: #000;
}

.dialog.dialog-pagamento {
  --dialog-padding: 30px;
  min-height: 0;
  max-width: 400px;
  border-radius: 8px;
}
.dialog.dialog-pagamento .dialog-content {
  min-height: 100px;
  display: grid;
  align-content: center;
}
.dialog.dialog-pagamento .dialog-content h4 {
  text-align: center;
}

.dialog {
  --border-radius: 1rem;
  --dialog-padding: 30px;
  --dialog-cor-bg: #fff;
  --dialog-border-radius: var(--border-radius);
  --dialog-close-button-size: 40px;
  position: relative;
  min-height: 200px;
  width: 100%;
  max-width: 650px;
  background: var(--dialog-cor-bg);
  padding: var(--dialog-padding);
  text-align: left;
  margin: 0 auto;
  opacity: 0;
  will-change: transform, opacity;
  border-radius: var(--dialog-border-radius);
  box-shadow: 0 50px 100px rgba(50, 50, 50, 0.1), 0 15px 35px rgba(50, 50, 50, 0.15), 0 5px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.2s ease-in-out;
  transform: scale3d(0.8, 0.8, 0.8);
  display: inline-flex;
  flex-direction: column;
}
.fancybox-container--ready .dialog {
  transform: scale3d(1, 1, 1);
  opacity: 1;
}
.dialog .row .columns:first-child {
  padding-left: 0;
}
.dialog .row .columns:last-child {
  padding-right: 0;
}
.dialog:has(.fancybox-close-small) {
  padding-top: calc(var(--dialog-close-button-size) + 5px);
}
.dialog .fancybox-close-small {
  background-color: #ddd;
  outline: none !important;
  height: 40px;
  position: absolute;
  top: 3px;
  right: 3px;
  border: none;
  border-radius: var(--border-radius);
  display: grid;
  place-content: center;
  transition: background-color 0.15s ease, color 0.15s ease;
}
.dialog .fancybox-close-small:active:after {
  transform: translate3d(0px, 1px, 0px);
}
.dialog .fancybox-close-small:hover {
  background-color: #e04343;
  color: #fff;
}
.dialog .fancybox-close-small:hover:after {
  color: #fff;
  background: transparent;
}
.dialog .fancybox-close-small:after {
  color: #222;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border-radius: 0;
  background: transparent;
  outline: none !important;
  display: grid;
  place-content: center;
}
.dialog .button {
  margin-bottom: 0px;
}
.dialog .dialog-content {
  flex-grow: 1;
}
.dialog .dialog-buttons-wrapper {
  display: flex;
  gap: 5px;
}
.dialog.dialog--buttons-right .dialog-buttons-wrapper {
  justify-content: flex-end;
}
.dialog.dialog--centered {
  text-align: center;
}
.dialog.dialog--centered .dialog-buttons-wrapper, .dialog.dialog--buttons-center .dialog-buttons-wrapper {
  justify-content: center;
}
.dialog h3, .product-destaque-item-wrapper__dialog-saber-mais.dialog .product-destaque-item-wrapper__dialog-saber-mais__nome-produto {
  margin-bottom: 1rem;
  text-align: left;
}
.dialog h4 {
  margin-bottom: 1rem;
  text-align: left;
}
.dialog.ajax-dialog .dialog-content {
  backface-visibility: hidden;
  will-change: max-height, opacity;
  transition: max-height 300ms ease-out, opacity 300ms ease-out;
}
.dialog .dialog-content {
  padding: 0;
}
.dialog.dialog-4 {
  max-width: 400px;
}
.dialog.dialog-6 {
  max-width: 520px;
}
.dialog.dialog-8 {
  max-width: 640px;
}
.dialog.dialog-9 {
  max-width: 760px;
}
.dialog.dialog-10 {
  max-width: 880px;
}
.dialog .fancybox-close-small {
  --border-radius: 2rem;
  background-color: transparent;
  width: 40px;
}
.dialog .fancybox-close-small:hover {
  background-color: #ddd;
  color: inherit;
}
.dialog .fancybox-close-small:hover:after {
  color: inherit;
}

/***********************************************
*               MY DROPDOWN                    *
************************************************/
.my-dropdown-wrapper {
  position: relative;
  display: inline-block;
  --dropdown-link-color: #000;
  --dropdown-link-background-color: transparent;
  --dropdown-link-hover-color: white;
  --dropdown-link-hover-background-color: #000;
  --dropdown-background-color: white;
  --dropdown-border-radius: 0px;
  --dropdown-box-shadow: 0 13px 27px -5px rgba(0, 0, 0, 0.25), 0 8px 16px -8px rgba(0, 0, 0, 0.2);
  --dropdown-transition-in: opacity 0.15s ease, visibility 0s ease 0s, transform 0.15s ease, box-shadow 0.15s ease;
  --dropdown-transition-out: opacity 0.15s ease 0s, visibility 0s ease 0.15s, transform 0.15s ease 0s, box-shadow 0.15s ease 0s;
  --dropdown-transition-out-delayed: opacity 0.15s ease 0.15s, visibility 0s ease 0.3s, transform 0.2s ease 0.2s, box-shadow 0.15s ease 0.15s;
  position: relative;
  -webkit-perspective: 500px;
  perspective: 500px;
  z-index: 1;
}
.my-dropdown-wrapper:not(.my-dropdown--on-click):hover {
  z-index: 2;
}
.my-dropdown-wrapper:not(.my-dropdown--on-click):hover .my-dropdown {
  opacity: 1;
  visibility: visible;
  transition: var(--dropdown-transition-in);
  transform: translate3d(0, 0px, 0);
}
.my-dropdown-wrapper:not(.my-dropdown--on-click):hover .my-dropdown li {
  opacity: 1;
}
.my-dropdown-wrapper.my-dropdown--on-click {
  outline: none;
}
.my-dropdown-wrapper.my-dropdown--on-click .my-dropdown {
  transition: var(--dropdown-transition-out);
}
.my-dropdown-wrapper.my-dropdown--on-click.active .my-dropdown {
  opacity: 1;
  visibility: visible;
  transition: var(--dropdown-transition-in);
  transform: translate3d(0, 0px, 0);
}
.my-dropdown-wrapper.my-dropdown--on-click.active .my-dropdown li {
  opacity: 1;
}
.my-dropdown-wrapper .my-dropdown-trigger {
  --icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%23000000' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  display: flex;
  align-items: center;
}
.my-dropdown-wrapper .my-dropdown-trigger:after {
  display: inline-block;
  content: "";
  width: 1.2em;
  height: 1.2em;
  background-color: currentColor;
  -webkit-mask: var(--icon);
  -webkit-mask-size: 100%;
  mask: var(--icon);
  mask-size: 100%;
}
.my-dropdown-wrapper .my-dropdown {
  opacity: 0;
  visibility: hidden;
  transition: var(--dropdown-transition-out-delayed);
  transform: translate3d(0, -10px, 0);
  position: absolute;
  padding-top: 10px;
}
.my-dropdown-wrapper .my-dropdown-inner {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 8px 0;
  background-color: var(--dropdown-background-color);
  display: block;
  box-shadow: var(--dropdown-box-shadow);
  border-radius: var(--dropdown-border-radius);
}
.my-dropdown-wrapper .my-dropdown-inner:before {
  content: "";
  display: block;
  position: absolute;
  top: -10px;
  left: 8px;
  border: 12px solid transparent;
  border-bottom-color: var(--dropdown-background-color);
  border-top-width: 0;
}
.my-dropdown-wrapper .my-dropdown-inner li {
  text-align: left;
}
.my-dropdown-wrapper .my-dropdown-inner li a {
  padding: 3px 15px;
  text-decoration: none;
  display: flex;
  align-items: center;
  color: var(--dropdown-link-color);
  background-color: var(--dropdown-link-background-color);
  white-space: nowrap;
}
@media only screen and (max-width:1024px) {
  .my-dropdown-wrapper .my-dropdown-inner li a {
    padding-top: 8px;
    padding-bottom: 8px;
  }
}
.my-dropdown-wrapper .my-dropdown-inner li a:hover {
  background-color: var(--dropdown-link-hover-background-color);
  color: var(--dropdown-link-hover-color);
}
.my-dropdown-wrapper .my-dropdown-inner li a .icon {
  display: inline-block;
  margin-right: 10px;
}
.my-dropdown-wrapper.my-dropdown--right .my-dropdown {
  right: 0;
  transform-origin: calc(100% - 20px) -9px;
}
.my-dropdown-wrapper.my-dropdown--right .my-dropdown .my-dropdown-inner:before {
  left: auto;
  right: 8px;
}
.my-dropdown-wrapper.my-dropdown--no-arrow .my-dropdown .my-dropdown-inner:before {
  display: none;
}
.my-dropdown-wrapper.my-dropdown--options-dropdown .my-dropdown-trigger:after {
  display: none;
}
.my-dropdown-wrapper .wrapper-dropdown-filtragem-formato ul li .caracteristica-link:hover {
  background-color: transparent;
  color: #000 !important;
}
.my-dropdown-wrapper .wrapper-dropdown-filtragem-formato ul li .caracteristica-link.selected:after {
  display: none !important;
}
.my-dropdown-wrapper .wrapper-dropdown-filtragem-formato ul li .caracteristica-link.selected .radio-formato:after {
  content: url(../../multimedia/imagem/selected-black.png);
  display: block;
  position: absolute;
}
.my-dropdown-wrapper .wrapper-dropdown-filtragem-formato input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.my-dropdown-wrapper .wrapper-dropdown-filtragem-formato input:checked ~ .radio-formato:after {
  display: block;
}
.my-dropdown-wrapper .my-dropdown-inner {
  list-style: none;
  margin: 0px;
}
.my-dropdown-wrapper .my-dropdown-trigger {
  position: relative;
  text-transform: uppercase;
}
.my-dropdown-wrapper .my-dropdown-trigger:after {
  display: inline-block;
  content: "\f107";
  font-family: "FontAwesome";
  margin-left: 2px;
  transition: all 0.3s ease-in-out;
  border: none;
}
.my-dropdown-wrapper.active .my-dropdown-trigger:after {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.my-dropdown-wrapper .my-dropdown {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  background: white;
  left: -10px;
  top: 100%;
  bottom: auto;
  right: auto;
  margin-left: 0px;
  padding-top: 0px;
  list-style: none;
  visibility: hidden;
  background-color: white;
  border: none;
  min-width: calc(100% + 10px);
  text-align: left;
  font-size: 13px;
  /*padding: 5px 0px;*/
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  -webkit-transform: translate3d(0, 10px, 0);
  -moz-transform: translate3d(0, 10px, 0);
  -ms-transform: translate3d(0, 10px, 0);
  -o-transform: translate3d(0, 10px, 0);
  transform: translate3d(0, 10px, 0);
  -webkit-transition: 0.12s ease-in, -webkit-transform 0.13s ease-in;
  -moz-transition: 0.12s ease-in, -moz-transform 0.13s ease-in;
  -o-transition: 0.12s ease-in, -o-transform 0.13s ease-in;
  transition: 0.12s ease-in, transform 0.13s ease-in;
  transform-origin: top center;
  margin-top: 5px;
  overflow: hidden;
}
.my-dropdown-wrapper .my-dropdown:before {
  display: block;
  content: " ";
  width: 100%;
  position: absolute;
  top: -5px;
  height: 5px;
}
.my-dropdown-wrapper .my-dropdown .my-dropdown-inner {
  box-shadow: none;
  padding: 0;
  border-radius: 10px;
}
.my-dropdown-wrapper .my-dropdown .my-dropdown-inner:before {
  display: none;
}
.my-dropdown-wrapper .my-dropdown .my-dropdown-inner a {
  padding: 5px 10px;
}
.my-dropdown-wrapper .my-dropdown.to-the-right {
  left: initial;
  margin-left: initial;
  right: 0px;
  text-align: right;
}
.my-dropdown-wrapper .my-dropdown a {
  color: #231f20 !important;
  display: block;
  text-transform: uppercase;
  padding: 5px 10px;
  font-size: 13px;
}
.my-dropdown-wrapper .my-dropdown a:hover {
  background-color: #231f20;
  color: white !important;
}
.my-dropdown-wrapper .my-dropdown .my-dropdown-close {
  display: none;
}
.my-dropdown-wrapper.active .my-dropdown {
  visibility: visible;
  z-index: 1120;
  opacity: 1;
  -webkit-transform: translate3d(0, 0px, 0);
  -moz-transform: translate3d(0, 0px, 0);
  -ms-transform: translate3d(0, 0px, 0);
  -o-transform: translate3d(0, 0px, 0);
  transform: translate3d(0, 0px, 0);
  -webkit-transition: 0.14s ease-out, -webkit-transform 0.2s ease-out;
  -moz-transition: 0.14s ease-out, -moz-transform 0.2s ease-out;
  -o-transition: 0.14s ease-out, -o-transform 0.2s ease-out;
  transition: 0.14s ease-out, transform 0.2s ease-out;
}

/***********************************************
*           Slider                        *
************************************************/
.top-content-inner {
  --dots-position: absolute;
  --dots-cor: #fff;
  --dots-size: 8px;
  --dots-cor: currentColor;
}
.top-content-inner .slider-item {
  outline: none;
}
.top-content-inner .slider-item__video-btn__wrapper {
  place-self: center center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}
.top-content-inner button.link-video,
.top-content-inner button.slider-item__video-btn {
  padding: 0;
  background-color: transparent;
  border-color: transparent;
  width: 60px;
  height: 60px;
}
.top-content-inner button.link-video svg,
.top-content-inner button.slider-item__video-btn svg {
  width: 60px;
  height: 60px;
  transition: filter 0.3s ease;
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.1));
}
.top-content-inner button.link-video:hover svg,
.top-content-inner button.slider-item__video-btn:hover svg {
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.2));
}
.top-content-inner div.slider-dots, .top-content-inner .slider-container > div.slider-dots {
  padding: 0;
  margin-left: 0;
  bottom: 0;
  height: 24px;
  position: var(--dots-position, absolute);
  text-align: center;
  z-index: 1;
}
.top-content-inner div.slider-dots .slider-dot, .top-content-inner .slider-container > div.slider-dots .slider-dot {
  width: var(--dots-size);
  height: var(--dots-size);
  display: inline-block;
  margin: 0 3px;
  outline: none;
  border-radius: calc(var(--dots-size) * 0.5);
  cursor: pointer;
  opacity: 0.5;
  transition: all 0.3s ease;
  background-color: var(--dots-cor);
}
.top-content-inner div.slider-dots .slider-dot.slider-dot-active, .top-content-inner .slider-container > div.slider-dots .slider-dot.slider-dot-active {
  width: calc(2 * var(--dots-size));
  opacity: 1;
}
.top-content-inner .slider-item {
  display: grid;
}
.top-content-inner .slider-item__content {
  place-self: center center;
  text-align: center;
  padding: calc(var(--grid-gap) / 2);
  max-width: var(--grid-row-max-width);
  width: 100%;
}
.top-content-inner .slider-item__content .button {
  z-index: 10;
  position: relative;
}
.top-content-inner .slider-item__content--left {
  text-align: left;
}
.top-content-inner .slider-item__content--right {
  text-align: right;
}
.top-content-inner .slider-item__content {
  place-self: center center;
}
.top-content-inner .slider-item__content--full-width {
  max-width: 100%;
}
.top-content-inner .slider-item__content--full-width .slider-item__content--center {
  text-align: center;
}
.top-content-inner .slider-item__content--full-width.slider-item__content--left {
  justify-self: start;
}
.top-content-inner .slider-item__content--full-width.slider-item__content--right {
  justify-self: end;
}
.top-content-inner .slider-item__content--top {
  align-self: start;
}
.top-content-inner .slider-item__content--bottom {
  align-self: end;
}
.top-content-inner .slider-item__outer-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.top-content-inner .slider-item__background-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-size: cover;
  background-position: center center;
}
.top-content-inner .slider-item__background-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.top-content-inner .slider-item__background-video {
  object-fit: cover;
  width: 100%;
  height: 100%;
  object-position: center center;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 0;
}

@media (only screen and (max-width:1024px)) and (only screen and (orientation: portrait)) {
  .top-content-inner .slider-item {
    display: grid;
    width: 100%;
    height: min(max(30vh, 200px), 300px);
  }
  #area-home .top-content-inner .slider-item {
    padding-top: 0;
    height: min(200vw, 70dvh);
    display: grid;
  }
}
@media (only screen and (min-width:1025px)), (only screen and (orientation: landscape)) {
  .top-content-inner .slider-item {
    width: 100%;
    min-height: min(max(30vh, 200px), 300px);
  }
  .top-content-inner .slider-item__background-img--portrait {
    display: none;
  }
  #area-home .top-content-inner .slider-item {
    min-height: 50vh;
  }
}
.top-content-title-wrapper {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 50px 15px 20px;
}
.top-content-title-wrapper .top-content-title {
  color: #231f20;
}

#area-home .top-content {
  min-height: 80vh;
}
#area-home .slider-item {
  min-height: 80vh;
  padding: 15px;
}
#area-home .slider-item__content {
  max-width: 800px;
  color: white;
}
#area-home .slider-item__content h2 {
  font-size: 80px;
  font-weight: 100;
  color: inherit;
  text-transform: none;
  text-align: inherit;
  line-height: 1.15;
}
#area-home .slider-item__content .slider-item__content-text {
  margin-bottom: 40px;
}
@media only screen and (max-width: 640px) {
  #area-home .slider-item__content h2 {
    font-size: 40px;
  }
  #area-home .slider-item__content .slider-item__content-text {
    margin-bottom: 0;
  }
}
/*$loadmask-spinner-cor: $cor-2 !default;*/
@keyframes loadmaskAnimation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.loadmask {
  z-index: 1002;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  zoom: 1;
  background-image: none;
  background-color: rgba(255, 255, 255, 0.5);
}
.loadmask.fixed {
  position: fixed;
  z-index: 99999;
}
.loadmask.fixed + .loadmask-msg {
  position: fixed;
}

/* override do icon a usar na loadmask publica */
.loadmask-msg {
  z-index: 1003;
  position: absolute;
  height: 44px;
  width: 44px;
  top: 50% !important;
  left: 50% !important;
  margin-top: -22px;
  margin-left: -22px;
  padding: 2px;
  display: grid;
  align-items: center;
  justify-content: center;
}
.loadmask-msg div {
  background-image: none;
  background-repeat: no-repeat;
  width: 28px;
  height: 28px;
  cursor: wait;
  position: relative;
  margin: 0 auto 0 auto;
  --animation: loadmaskAnimation 1s infinite linear;
}
.loadmask-msg div:before, .loadmask-msg div:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border-color: #231f20 transparent;
  border-width: 3px;
  border-style: solid;
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
  animation: var(--animation);
}
.loadmask-msg div:after {
  display: none;
  animation-delay: -0.5s;
}

.masked-relative {
  position: relative !important;
}

body {
  --pagamentos-content-max-width: 480px;
}

#area-pagamento {
  padding-top: 60px;
  padding-bottom: 60px;
  display: grid;
  justify-content: center;
  flex-wrap: wrap;
  grid-template-columns: minmax(min-content, 480px);
}
@media only screen and (max-width:1024px) {
  #area-pagamento {
    padding-top: 30px;
  }
}
#area-pagamento > * {
  padding: 30px;
  background-color: hsl(0deg, 2%, 97%);
}
#area-pagamento #conteudo-info-pagamento-wrapper {
  min-width: 400px;
}
#area-pagamento .area-pagamento__titulo {
  margin-bottom: 2rem;
  line-height: 1.1em;
  text-align: left;
}
#area-pagamento .area-pagamento__titulo small {
  font-size: 0.8em;
}

#conteudo-info-pagamento-wrapper {
  max-width: 480px;
}

#conteudo-info-pagamento-inner-wrapper {
  min-height: 50px;
  margin-bottom: 1rem;
}

.centered .tabela-info-pagamento,
.text-center .tabela-info-pagamento {
  margin-left: auto;
  margin-right: auto;
}

#form-pagamento-alterar-numero {
  max-width: var(--pagamentos-content-max-width);
}
#form-pagamento-alterar-numero button[type=submit] {
  width: 100%;
  margin-bottom: 0;
}

.tabela-info-pagamento-wrapper {
  display: grid;
  width: max-content;
  grid-template-columns: 70px 1fr;
  padding: 2rem 0;
  border-radius: var(--border-radius);
  gap: 2rem;
  text-align: center;
  justify-items: center;
  align-items: center;
}

.tabela-info-pagamento {
  text-align: left;
  width: max-content;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5px 1rem;
}
.tabela-info-pagamento div {
  text-align: left;
}
.tabela-info-pagamento .info-pagamento__label {
  text-align: right;
  font-weight: bold;
}
.tabela-info-pagamento s {
  margin-right: 4px;
}

#payment-request-button {
  background-color: #CCC;
  border-radius: 3px;
  min-height: 40px;
}

#pagamento-mbway-wrapper {
  max-width: 640px;
}

#mbway-countdown-wrapper {
  text-align: center;
  padding: 50px 30px 30px;
  background-color: hsl(0deg, 2%, 97%);
  border-radius: 20px;
}
#mbway-countdown-wrapper .mbway-countdown--titulo {
  line-height: 1.5em;
  font-weight: bold;
  font-size: 1rem;
}

#mbway-timer {
  min-width: calc(3 * 3rem);
  margin: 0 auto;
  text-align: left;
  display: inline-block;
}
#mbway-timer .counter {
  font-weight: bold;
  font-size: 3rem;
}

.carrinho-mensagem {
  padding: 2rem;
  border-radius: var(--border-radius);
  background-color: var(--bg);
}
@media only screen and (max-width: 640px) {
  .carrinho-mensagem {
    padding: 0rem;
  }
}

.metodo-campos-adicionais__wrapper {
  display: none;
  padding-bottom: 15px;
}
.metodo-campos-adicionais__wrapper .metodo-campo-adicional__telemovel__inner-wrapper {
  display: flex;
}
.metodo-campos-adicionais__wrapper .metodo-campo-adicional__telemovel__inner-wrapper .metodo-campo-adicional__telemovel-prefixo {
  width: auto;
  max-width: 100px;
  margin-right: 5px;
  margin-bottom: 0;
  min-width: max-content;
}
.metodo-campos-adicionais__wrapper .metodo-campo-adicional__telemovel__inner-wrapper .metodo-campo-adicional__telemovel {
  max-width: 200px;
  margin-bottom: 0px;
}
.metodo-campos-adicionais__wrapper .stripe__card-wrapper {
  max-width: var(--pagamentos-content-max-width);
  display: grid;
  gap: 15px;
  grid-template-areas: "a a" "b c";
}
.metodo-campos-adicionais__wrapper .stripe__card-wrapper #stripe__card-number {
  grid-area: a;
  position: relative;
  /*                    &:after{
                          content: "";
                          width: 24px;
                          display: block;
                          height: 24px;
                          background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' style='enable-background:new 0 0 512 512' xml:space='preserve'%3E%3Cpath style='fill:%236d6e78' d='M397.239 211.863h-35.311v-70.621c0-58.415-47.518-105.932-105.932-105.932S150.065 82.829 150.065 141.242v70.621h-35.311v-70.621C114.754 63.363 178.117 0 255.997 0s141.242 63.363 141.242 141.242v70.621z'/%3E%3Cpath style='fill:%23d7d7da' d='M256 512c-87.757 0-158.898-71.141-158.898-158.898V220.688c0-14.626 11.857-26.483 26.483-26.483h264.829c14.626 0 26.483 11.857 26.483 26.483v132.415C414.898 440.859 343.757 512 256 512z'/%3E%3Cpath style='fill:%236d6e78' d='M282.483 326.62c0-16.209-14.56-29.015-31.315-26.055-10.779 1.905-19.549 10.856-21.294 21.662-1.993 12.339 4.588 23.293 14.658 28.165l-4.868 36.866c-.698 5.289 3.417 9.983 8.751 9.983h15.17c5.334 0 9.45-4.695 8.752-9.983l-4.868-36.866c8.856-4.285 15.014-13.274 15.014-23.772z'/%3E%3Cpath style='fill:%236d6e78' d='M256 476.689c-68.147 0-123.587-55.44-123.587-123.587V238.343a8.826 8.826 0 0 1 8.828-8.828H370.76a8.826 8.826 0 0 1 8.828 8.828v114.759C379.587 421.25 324.147 476.689 256 476.689zM150.068 247.171v105.932c0 58.415 47.521 105.932 105.932 105.932s105.932-47.518 105.932-105.932V247.171H150.068z'/%3E%3C/svg%3E");
                          position: absolute;
                          top: 50%;
                          transform: translate3d(0, -50%, 0);
                          right: 10px;
                      }*/
}
.metodo-campos-adicionais__wrapper .stripe__card-wrapper #stripe__card-cvc {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg' fill='%236d6e78' role='presentation'%3E%3Cpath opacity='.2' fill-rule='evenodd' clip-rule='evenodd' d='M15.337 4A5.493 5.493 0 0013 8.5c0 1.33.472 2.55 1.257 3.5H4a1 1 0 00-1 1v1a1 1 0 001 1h16a1 1 0 001-1v-.6a5.526 5.526 0 002-1.737V18a2 2 0 01-2 2H3a2 2 0 01-2-2V6a2 2 0 012-2h12.337zm6.707.293c.239.202.46.424.662.663a2.01 2.01 0 00-.662-.663z'%3E%3C/path%3E%3Cpath opacity='.4' fill-rule='evenodd' clip-rule='evenodd' d='M13.6 6a5.477 5.477 0 00-.578 3H1V6h12.6z'%3E%3C/path%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M18.5 14a5.5 5.5 0 110-11 5.5 5.5 0 010 11zm-2.184-7.779h-.621l-1.516.77v.786l1.202-.628v3.63h.943V6.22h-.008zm1.807.629c.448 0 .762.251.762.613 0 .393-.37.668-.904.668h-.235v.668h.283c.565 0 .95.282.95.691 0 .393-.377.66-.911.66-.393 0-.786-.126-1.194-.37v.786c.44.189.88.291 1.312.291 1.029 0 1.736-.526 1.736-1.288 0-.535-.33-.967-.88-1.14.472-.157.778-.573.778-1.045 0-.738-.652-1.241-1.595-1.241a3.143 3.143 0 00-1.234.267v.77c.378-.212.763-.33 1.132-.33zm3.394 1.713c.574 0 .974.338.974.778 0 .463-.4.785-.974.785-.346 0-.707-.11-1.076-.337v.809c.385.173.778.26 1.163.26.204 0 .392-.032.573-.08a4.313 4.313 0 00.644-2.262l-.015-.33a1.807 1.807 0 00-.967-.252 3 3 0 00-.448.032V6.944h1.132a4.423 4.423 0 00-.362-.723h-1.587v2.475a3.9 3.9 0 01.943-.133z'%3E%3C/path%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: calc(100% - 6px) center;
}
.metodo-campos-adicionais__wrapper .stripe__card-wrapper .card-input {
  background-color: #FFFFFF;
  font-family: inherit;
  border-style: solid;
  border-width: 1px;
  border-color: #cccccc;
  box-shadow: var(--input-box-shadow, none);
  color: #000;
  display: block;
  font-size: 0.777777777rem;
  margin: 0 0 1.1428571429rem 0;
  padding: 0.5714285714rem;
  height: 2.4206349199rem;
  width: 100%;
  border-radius: var(--input-border-radius, 0px);
  transition: all 0.15s ease, height 0s, width 0s;
  box-sizing: border-box;
  /*  @if $input-include-glowing-effect {
      @include block-glowing-effect(focus, $glowing-effect-fade-time, $glowing-effect-color);
    }*/
  line-height: 1em;
  margin-bottom: 0;
  display: grid;
  align-items: center;
  cursor: text;
}
.metodo-campos-adicionais__wrapper .stripe__card-wrapper .card-input:focus {
  background-color: #FFFFFF;
  border-color: #999999;
  outline: none;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.03), 0px 3px 6px rgba(0, 0, 0, 0.02), 0 0 0 3px rgba(153, 153, 153, 0.3), 0 1px 1px 0 rgba(153, 153, 153, 0.08);
}
.metodo-campos-adicionais__wrapper .stripe__card-wrapper .card-input:disabled {
  background-color: #DDDDDD;
  cursor: default;
}
.metodo-campos-adicionais__wrapper .stripe__card-wrapper .card-input[disabled], .metodo-campos-adicionais__wrapper .stripe__card-wrapper .card-input[readonly], fieldset[disabled] .metodo-campos-adicionais__wrapper .stripe__card-wrapper .card-input {
  background-color: #DDDDDD;
  cursor: default;
}
.pagamento-pagar-stripe {
  max-width: var(--pagamentos-content-max-width);
}

#pagamento-pagar-inner-wrapper .metodo-campos-adicionais__wrapper {
  display: block;
}

.wrapper-pagamento-numero-invalido small.error {
  margin-bottom: 0;
}

.alerta-pagamento-erro-wrapper + * {
  margin-top: 2rem;
}

.alerta.alerta-pagamento-erro {
  display: inline-block;
  padding: 15px 15px;
  max-width: var(--pagamentos-content-max-width);
  min-width: 100%;
}
.alerta.alerta-pagamento-erro > div {
  display: flex;
  margin: 0px;
  text-align: left;
  align-items: center;
  width: auto;
  gap: 15px;
}
.alerta.alerta-pagamento-erro > div > span {
  flex: 1 1 0;
}
.alerta.alerta-pagamento-erro > div .icon {
  margin-right: 0;
  flex: 0 0 3em;
}

/***********************************************
*           Carrinho e consulta encomenda      *
************************************************/
.mensagem-ate-portes-gratis td div {
  font-weight: normal;
  padding-bottom: 3px;
}

#area-carrinho {
  padding-top: 65px;
}
#area-carrinho #area-carrinho-opcoes-login #login-tabs-container {
  margin-top: 0px;
}
@media only screen and (min-width:641px) {
  #area-carrinho {
    padding-top: 50px;
  }
}
#area-carrinho div.content-outer-wrapper {
  padding-top: 0;
  padding-bottom: 0;
}
#area-carrinho label {
  cursor: default;
}
#area-carrinho label[for] {
  cursor: pointer;
}
#area-carrinho .checkout-padded-container {
  margin: 1rem 0 2rem 0;
}
#area-carrinho .checkout-padded-container > label > a {
  text-decoration: none;
}
#area-carrinho .checkout-padded-container + .checkout-padded-container {
  padding-top: 0;
}
#area-carrinho .checkout-continuar-wrapper {
  padding: 0;
  margin-bottom: 2rem;
}
#area-carrinho .checkout-continuar-wrapper .button {
  margin: 0;
}
@media only screen and (max-width: 640px) {
  #area-carrinho .checkout-continuar-wrapper.fixed {
    padding: 20px 15px;
    background-color: #FFF;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    box-shadow: 0px -5px 20px rgba(0, 0, 0, 0.1);
  }
  #area-carrinho .checkout-continuar-wrapper.fixed .button {
    display: block;
  }
}
#area-carrinho #conteudo-carrinho .carrinho-item .carrinho-item-erro a {
  font-weight: bold;
  text-decoration: underline;
}
#area-carrinho #area-carrinho-inner,
#area-carrinho #area-checkout-inner {
  max-width: 1024px;
  margin: 0 auto;
}
#area-carrinho #carrinho-vazio {
  text-align: center;
  margin: 3rem 0;
}
#area-carrinho .area-checkout--encomenda-finalizada #carrinho-conteudo-wrapper {
  grid-template-columns: fit-content(calc(var(--pagamentos-content-max-width) + 2rem));
  justify-content: center;
}
@media (max-width: 768px) {
  #area-carrinho .area-checkout--encomenda-finalizada #carrinho-left-column {
    /*text-align: center;*/
  }
}
#area-carrinho #carrinho-left-column > div:last-child .checkout-passo {
  margin-bottom: 0;
}
#area-carrinho #carrinho-resumo-wrapper {
  margin-top: 2rem;
}
@media (max-width: 768px) {
  #area-carrinho #carrinho-resumo-wrapper {
    margin-top: 1rem;
  }
}
#area-carrinho #carrinho-resumo-wrapper .carrinho-resumo-button-checkout-wrapper {
  padding: 0;
  margin-top: 0;
}
#area-carrinho #carrinho-resumo-wrapper .carrinho-resumo-button-checkout-wrapper button {
  width: 100%;
  margin-bottom: 0;
}
#area-carrinho #carrinho-resumo-wrapper .carrinho-resumo__oferta-wrapper {
  margin-bottom: 1rem;
}
#area-carrinho #carrinho-resumo-wrapper .carrinho-resumo__oferta-wrapper.carrinho-resumo__oferta-wrapper--checkout {
  margin-bottom: 2rem;
}
#area-carrinho #carrinho-resumo-wrapper .carrinho-resumo__oferta-wrapper.carrinho-resumo__oferta-wrapper--checkout label {
  margin-bottom: 0;
}
#area-carrinho #carrinho-resumo-wrapper .carrinho-resumo__oferta-wrapper.carrinho-resumo__oferta-wrapper--checkout > div {
  margin-bottom: 1rem;
}
#area-carrinho #carrinho-resumo-wrapper .carrinho-resumo__oferta-wrapper #carrinho-resumo__oferta__input-wrapper {
  margin-bottom: 1rem;
}
#area-carrinho #carrinho-resumo-wrapper .carrinho-resumo__oferta-wrapper .carrinho-resumo__oferta__label {
  font-weight: normal;
  margin-bottom: 0;
}
#area-carrinho #carrinho-resumo-wrapper .carrinho-resumo__oferta-wrapper .carrinho-resumo__oferta__label .icon {
  display: inline-block;
  line-height: 20px;
  width: 20px;
  text-align: center;
  border-radius: 10px;
  background-color: #F89406;
  color: white;
}
#area-carrinho #carrinho-resumo-wrapper .carrinho-resumo__oferta-wrapper #carrinho-resumo__oferta__texto {
  margin-bottom: 0;
}
#area-carrinho #carrinho-resumo-wrapper .carrinho-resumo__opcao-encomenda-wrapper {
  margin-bottom: 1rem;
}
#area-carrinho #carrinho-resumo-wrapper .carrinho-resumo__voucher-wrapper {
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  #area-carrinho #carrinho-resumo-wrapper .carrinho-resumo__voucher-wrapper {
    margin-bottom: 1.5rem;
  }
}
#area-carrinho #carrinho-resumo-wrapper .carrinho-resumo__voucher-wrapper .carrinho-resumo__voucher__input-wrapper {
  display: flex;
  margin-bottom: 5px;
}
#area-carrinho #carrinho-resumo-wrapper .carrinho-resumo__voucher-wrapper .carrinho-resumo__voucher__input-wrapper input {
  -webkit-box-flex: 2;
  -webkit-flex: 2 1 auto;
  -moz-box-flex: 2;
  -moz-flex: 2 1 auto;
  -ms-flex: 2 1 auto;
  flex: 2 1 auto;
  height: 2.4375rem;
  margin-bottom: 0;
}
#area-carrinho #carrinho-resumo-wrapper .carrinho-resumo__voucher-wrapper .carrinho-resumo__voucher__input-wrapper button {
  font-size: 0.8rem;
  padding: 5px 10px;
  min-height: 2.4375rem;
  margin: 0;
  margin-left: 5px;
  flex: 1 1 auto;
  min-width: max-content;
  white-space: nowrap;
  align-self: stretch;
  height: auto;
}
#area-carrinho #carrinho-resumo-wrapper .carrinho-resumo__voucher-wrapper .voucher-state {
  font-size: 0.9rem;
  vertical-align: middle;
  line-height: 18px;
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}
#area-carrinho #carrinho-resumo-wrapper .carrinho-resumo__voucher-wrapper .voucher-state.valid {
  color: #66bb6a;
}
#area-carrinho #carrinho-resumo-wrapper .carrinho-resumo__voucher-wrapper .voucher-state.invalid {
  color: #D91E18;
}
#area-carrinho #carrinho-resumo-wrapper .carrinho-resumo__voucher-wrapper .voucher-state span {
  display: inline-block;
}
#area-carrinho #carrinho-resumo-wrapper .carrinho-resumo__voucher-wrapper .voucher-state .icon {
  display: inline-block;
  height: 16px;
  width: 16px;
  margin-right: 5px;
}
#area-carrinho #carrinho-resumo-wrapper .carrinho-resumo__voucher-wrapper .voucher-state .icon svg {
  height: 100%;
  width: 100%;
  fill: currentColor;
}
#area-carrinho #carrinho-resumo-wrapper .carrinho-resumo__voucher-wrapper .voucher-state .icon svg * {
  fill: currentColor;
}
#area-carrinho #carrinho-resumo-wrapper .carrinho-resumo__voucher-wrapper--checkout {
  margin-bottom: 1rem;
  line-height: 1.125rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 1rem;
}
#area-carrinho #carrinho-resumo-wrapper .carrinho-resumo-valores-wrapper {
  padding: 0;
  margin-top: 2rem;
  padding-bottom: 2rem;
}
@media (max-width: 768px) {
  #area-carrinho #carrinho-resumo-wrapper .carrinho-resumo-valores-wrapper {
    margin-top: 1rem;
    padding-bottom: 1rem;
  }
}
#area-carrinho #carrinho-conteudo-wrapper {
  display: grid;
  grid-template-columns: minmax(calc(100% - 420px), 65%) minmax(330px, 35%);
  gap: 90px;
  min-height: 60vh;
  padding-bottom: 30px;
}
#area-carrinho #carrinho-conteudo-wrapper .carrinho-mensagem-ate-portes-gratis__wrapper-mobile {
  display: none;
}
#area-carrinho #carrinho-conteudo-wrapper .carrinho-resumo-button-checkout__total-mobile {
  display: none;
}
@media only screen and (max-width:1024px) {
  #area-carrinho #carrinho-conteudo-wrapper {
    gap: 45px;
    grid-template-columns: calc(100% - 345px) 300px;
  }
}
@media (max-width: 768px) {
  #area-carrinho #carrinho-conteudo-wrapper {
    gap: 30px;
    grid-template-columns: 100%;
  }
  #area-carrinho #carrinho-conteudo-wrapper .carrinho-mensagem-ate-portes-gratis__wrapper-mobile {
    display: block;
  }
  #area-carrinho #carrinho-conteudo-wrapper .carrinho-mensagem-ate-portes-gratis__wrapper-large {
    display: none;
  }
  #area-carrinho #carrinho-conteudo-wrapper .carrinho-resumo-button-checkout-wrapper {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    background: white;
    z-index: 2;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.2);
    margin: 0;
    padding: 10px calc(var(--grid-gap) / 2);
  }
  #area-carrinho #carrinho-conteudo-wrapper .carrinho-resumo-button-checkout-wrapper .carrinho-resumo-button-checkout-inner-wrapper {
    display: flex;
    gap: 15px;
    align-items: center;
    margin-left: auto;
    max-width: 500px;
  }
  #area-carrinho #carrinho-conteudo-wrapper .carrinho-resumo-button-checkout-wrapper .carrinho-resumo-button-checkout__total-mobile {
    line-height: 1.2em;
    display: flex;
    flex-direction: column;
    min-width: max-content;
  }
}
#area-carrinho #conteudo-carrinho {
  border: none;
  margin: 2rem 0 0 0;
  font-size: 0.9rem;
}
#area-carrinho #conteudo-carrinho .carrinho-item {
  padding: 0 0 1rem 0;
  position: relative;
  font-size: 1em;
  margin: 1rem 0;
  border-bottom: solid 1px #eee;
  display: flex;
  flex-wrap: nowrap;
  gap: 1rem;
}
#area-carrinho #conteudo-carrinho .carrinho-item:last-child {
  border-bottom: none;
  margin-bottom: 1rem;
}
#area-carrinho #conteudo-carrinho .carrinho-item[data-tem-desconto="0"][data-qtd="1"] .carrinho-item-valor-unitario {
  display: none;
}
#area-carrinho #conteudo-carrinho .carrinho-item .carrinho-item-img-wrapper {
  max-width: 110px;
  max-height: 160px;
  flex: 0 0 15%;
  text-align: center;
}
#area-carrinho #conteudo-carrinho .carrinho-item .carrinho-item-img-wrapper a {
  display: inline-block;
  height: 100%;
}
#area-carrinho #conteudo-carrinho .carrinho-item .carrinho-item-img-wrapper img {
  border-radius: var(--border-radius);
  max-height: 100%;
}
#area-carrinho #conteudo-carrinho .carrinho-item .carrinho-item-conteudo {
  position: relative;
  padding-right: 0;
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
#area-carrinho #conteudo-carrinho .carrinho-item .carrinho-item-conteudo .carrinho-item-label {
  font-weight: 600;
}
#area-carrinho #conteudo-carrinho .carrinho-item .carrinho-item-conteudo .carrinho-item-artigo-nome {
  font-weight: var(--carrinho-item-artigo-nome-font-weight, 600);
  font-size: var(--carrinho-item-artigo-nome-font-size, 1.2em);
  line-height: 1.2em;
  margin-bottom: 0;
}
#area-carrinho #conteudo-carrinho .carrinho-item .carrinho-item-conteudo .carrinho-item-artigo-nome a {
  font-size: 1em;
  font-weight: var(--carrinho-item-artigo-nome-font-weight, 600);
  text-decoration: none;
}
@media only screen and (max-width: 640px) {
  #area-carrinho #conteudo-carrinho .carrinho-item .carrinho-item-conteudo .carrinho-item-artigo-nome {
    font-size: 1em;
  }
}
#area-carrinho #conteudo-carrinho .carrinho-item .carrinho-item-conteudo .carrinho-item-artigo-codigo {
  font-size: 0.7em;
}
#area-carrinho #conteudo-carrinho .carrinho-item .carrinho-item-conteudo .carrinho-item-descricao {
  margin-bottom: 0;
}
#area-carrinho #conteudo-carrinho .carrinho-item .carrinho-item-conteudo .carrinho-item-opcoes {
  display: block;
  margin-bottom: 0;
  color: #666;
}
#area-carrinho #conteudo-carrinho .carrinho-item .carrinho-item-conteudo .carrinho-item-valores {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  line-height: 1.3em;
}
#area-carrinho #conteudo-carrinho .carrinho-item .carrinho-item-conteudo .carrinho-item-qtd-wrapper .qtd {
  display: inline-block;
  min-width: 50px;
  background-color: white;
  width: auto;
  padding-right: 20px;
  height: auto;
  padding-bottom: 4px;
  padding-top: 4px;
  margin-bottom: 0;
  min-height: 2.2em;
}
#area-carrinho #conteudo-carrinho .carrinho-item .carrinho-item-conteudo .carrinho-item-conteudo-linha {
  margin-bottom: 0;
}
#area-carrinho #conteudo-carrinho .carrinho-item .carrinho-item-conteudo .carrinho-item-sub-total {
  font-size: 1.1em;
  line-height: 1.1em;
  font-weight: 600;
  display: inline-block;
  text-align: right;
}
#area-carrinho #conteudo-carrinho .carrinho-item .carrinho-item-conteudo .carrinho-item__preco-wrapper {
  align-self: center;
  text-align: right;
  line-height: 1.3em;
}
#area-carrinho #conteudo-carrinho .carrinho-item .carrinho-item-conteudo .carrinho-item-valor-unitario {
  color: #666;
  font-size: 0.9em;
}
#area-carrinho #conteudo-carrinho .carrinho-item .carrinho-item-remover {
  position: absolute;
  top: 0;
  right: 0;
  height: 26px;
  width: 26px;
  padding: 5px;
  margin: 0;
  background-color: transparent;
  color: inherit;
  border: none;
}
#area-carrinho #conteudo-carrinho .carrinho-item .carrinho-item-remover svg {
  width: 16px;
  height: 16px;
  color: inherit;
}
#area-carrinho #conteudo-carrinho .carrinho-item .carrinho-item-remover svg path {
  fill: currentColor;
}
#area-carrinho #conteudo-carrinho .carrinho-item.changed span.sub-total {
  display: none;
}
#area-carrinho #conteudo-carrinho .carrinho-item.changed button.refresh-line {
  display: block;
}
#area-carrinho #conteudo-carrinho .carrinho-item .preco-antigo {
  font-size: var(--produto-preco-antigo-font-size, 0.8em);
  text-decoration: var(--produto-preco-antigo-text-decoration, line-through);
  opacity: var(--produto-preco-antigo-opacity, 0.5);
}
#area-carrinho #conteudo-carrinho .carrinho-item button.refresh-line {
  display: none;
  margin: 0;
  /*color: white;*/
  line-height: 20px;
  padding: 3px 10px;
  font-size: 13px;
  height: auto;
}
#area-carrinho #carrinho-produtos-sugeridos-wrapper {
  margin-top: 3rem;
}
#area-carrinho .mensagem-produto-extra-sugerido {
  --bg: #F5F5F5;
  --border: solid 1px #e8e8e8;
  --margin: 0px 0px 10px 0px;
  --padding: 15px;
  --gap: 10px;
  --font-size: 16px;
  background-color: var(--bg, #F5F5F5);
  border: var(--border, solid 1px #e8e8e8);
  margin: var(--margin);
  padding: var(--padding, 10px);
  font-size: var(--font-size, 16px);
}
#area-carrinho .mensagem-produto-extra-sugerido .info-intro {
  margin-bottom: 10px;
}
#area-carrinho .mensagem-produto-extra-sugerido .produto {
  display: flex;
  align-items: center;
  gap: var(--gap, 10px);
}
#area-carrinho .mensagem-produto-extra-sugerido .produto .produto-img-wrapper {
  max-width: 70px;
  flex: 0 0 70px;
}
#area-carrinho .mensagem-produto-extra-sugerido .produto .produto-info-wrapper {
  flex: 1 1 auto;
}
#area-carrinho .mensagem-produto-extra-sugerido .produto .produto-info-wrapper .produto-nome {
  font-weight: var(--preco-nome-font-weight, bold);
  margin-right: 10px;
}
#area-carrinho .mensagem-produto-extra-sugerido .produto .produto-info-wrapper .preco-antigo {
  font-size: var(--produto-preco-antigo-font-size, 0.8em);
  text-decoration: var(--produto-preco-antigo-text-decoration, line-through);
  opacity: var(--produto-preco-antigo-opacity, 0.5);
}
#area-carrinho .mensagem-produto-extra-sugerido .produto button {
  margin-bottom: 0;
}
#area-carrinho .mensagem-ate-portes-gratis {
  margin-bottom: 1rem;
  display: block;
}
#area-carrinho .mensagem-ate-portes-gratis [data-mensagem-ate-portes-gratis] {
  padding: 1em;
}
#area-carrinho #resumo-valores-encomenda {
  /*font-size: 1rem;*/
  display: grid;
  gap: 0.4rem;
}
#area-carrinho #resumo-valores-encomenda > div {
  display: flex;
  justify-content: space-between;
}
#area-carrinho #resumo-valores-encomenda .valor-total-wrapper {
  font-size: var(--loja-resumo-valor-total-font-size, 1.3em);
  font-weight: var(--loja-resumo-valor-total-font-weight, bold);
}
#area-carrinho #resumo-valores-encomenda .iva-incluido-wrapper {
  font-size: var(--iva-incluido-text-font-size, 0.8em);
}
#area-carrinho .adicionar-morada {
  margin-bottom: 0;
}
#area-carrinho .checkout-passo {
  margin-bottom: 4rem;
}
#area-carrinho .checkout-passo .checkout-passo-titulo {
  position: relative;
  /*font-weight: bold;*/
}
#area-carrinho .checkout-passo .checkout-passo-titulo a {
  margin-bottom: 0;
  font-size: 0.7rem;
  float: right;
}
#area-carrinho .checkout-passo .checkout-passo-titulo a span.icon {
  margin-right: 3px;
}
#area-carrinho .checkout-passo .checkout-passo-titulo .icon-check {
  display: inline-block;
  height: 1.2em;
  line-height: 1.2em;
  width: 1.2em;
  color: #66bb6a;
  background-color: currentColor;
  vertical-align: middle;
  text-align: center;
  margin-right: 5px;
  margin-left: 5px;
}
#area-carrinho .checkout-passo .checkout-passo-titulo .icon-check svg {
  display: inline-block;
  text-align: center;
  height: 1.2em;
  color: currentColor;
}
#area-carrinho .checkout-passo .checkout-passo-titulo .icon-check svg * {
  fill: currentColor;
}
#area-carrinho .checkout-passo .checkout-passo-inner-wrapper {
  background-color: #FFF;
  border: none;
  position: relative;
  transition: box-shadow 0.3s ease-out;
}
#area-carrinho .checkout-passo .checkout-tabs {
  display: flex;
  padding: 0;
  margin: 2rem 0 2rem 0;
  gap: 15px;
}
#area-carrinho .checkout-passo .checkout-tabs > div {
  position: relative;
  flex: 1 1 0;
  margin-right: 0;
}
#area-carrinho .checkout-passo .checkout-tabs > div input {
  opacity: 0;
  position: absolute;
  top: 0;
  z-index: -1;
}
#area-carrinho .checkout-passo .checkout-tabs > div input:checked ~ label {
  border: var(--checked-border, solid 1px currentColor);
  outline: var(--checked-outline, solid 1px currentColor);
}
#area-carrinho .checkout-passo .checkout-tabs > div label {
  margin: 0;
  height: 100%;
  width: 100%;
  padding: 15px;
  background-color: transparent;
  font-size: 1rem;
  display: flex;
  align-items: center;
  border-radius: var(--border-radius, 6px);
  border: var(--border, solid 1px #CCC);
  outline: var(--outline, solid 1px transparent);
}
#area-carrinho .checkout-passo .checkout-tabs > div label:hover {
  border: var(--hover-border, solid 1px #AAA);
}
#area-carrinho .checkout-passo .checkout-tabs > div label span {
  flex: 1 1 auto;
  display: inline-block;
  vertical-align: middle;
}
#area-carrinho .checkout-passo .checkout-tabs > div label span svg {
  float: left;
}
#area-carrinho .checkout-passo .checkout-tabs > div label span svg * {
  fill: currentColor;
}
#area-carrinho .checkout-passo .checkout-tabs > div label span.checkout-tab-icon {
  max-width: 32px;
  margin-right: 10px;
}
@media only screen and (max-width: 640px) {
  #area-carrinho .checkout-passo .checkout-tabs > div label {
    font-size: 13px;
    line-height: 1.5em;
    flex-direction: column;
    justify-content: flex-start;
    text-align: center;
  }
  #area-carrinho .checkout-passo .checkout-tabs > div label span.checkout-tab-icon {
    flex: 0 0 0;
    margin-right: 0;
  }
  #area-carrinho .checkout-passo .checkout-tabs > div label span.checkout-tab-icon svg {
    width: 24px;
    height: auto;
  }
}
#area-carrinho .checkout-passo a .icon {
  display: inline-block;
  vertical-align: middle;
}
#area-carrinho .checkout-passo a .icon svg {
  width: 0.9em;
  height: 0.9em;
}
#area-carrinho .checkout-passo .adicionar-morada {
  position: relative;
  vertical-align: middle;
}
#area-carrinho .checkout-passo .adicionar-morada span {
  display: inline-block;
  vertical-align: middle;
}
#area-carrinho .checkout-passo .adicionar-morada .icon {
  width: 1em;
  height: 1em;
  text-align: center;
  display: inline-block;
  position: absolute;
}
#area-carrinho .checkout-passo .adicionar-morada .icon svg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#area-carrinho .checkout-passo .checkout-passo-descricao-wrapper .checkout-passo-descricao-icon-wrapper {
  float: left;
  width: 32px;
  min-height: 1px;
}
#area-carrinho .checkout-passo .checkout-passo-descricao-wrapper .checkout-passo-descricao {
  margin-left: 47px;
}
#area-carrinho .checkout-passo .checkout-contacto-telefonico-wrapper.checkout-contacto-telefonico-wrapper--com-prefixo {
  display: grid;
  gap: 0 10px;
  grid-template-columns: 110px auto;
  margin-bottom: 1rem;
}
#area-carrinho .checkout-passo .checkout-contacto-telefonico-wrapper.checkout-contacto-telefonico-wrapper--com-prefixo:has(.form__element--has-error) {
  margin-bottom: 0;
}
#area-carrinho .checkout-passo .checkout-contacto-telefonico-wrapper.checkout-contacto-telefonico-wrapper--com-prefixo select,
#area-carrinho .checkout-passo .checkout-contacto-telefonico-wrapper.checkout-contacto-telefonico-wrapper--com-prefixo input {
  margin-bottom: 0;
}
#area-carrinho .checkout-passo .checkout-contacto-telefonico-wrapper.checkout-contacto-telefonico-wrapper--com-prefixo .form__error, #area-carrinho .checkout-passo .checkout-contacto-telefonico-wrapper.checkout-contacto-telefonico-wrapper--com-prefixo .error:not(input) {
  grid-column: 1/span 2;
  margin-bottom: 0;
}
#area-carrinho .column-title {
  /*font-weight: bold;*/
}
#area-carrinho .icon svg * {
  fill: currentColor;
}
#area-carrinho .metodos-expedicao-inexistentes .checkout-metodo-item {
  vertical-align: middle;
}
#area-carrinho .metodos-expedicao-inexistentes span {
  vertical-align: middle;
}
#area-carrinho .metodos-expedicao-inexistentes .icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  vertical-align: middle;
  line-height: 1.2em;
}
#area-carrinho .metodos-expedicao-inexistentes .icon svg {
  width: 100%;
  height: 100%;
}
#area-carrinho .metodos-expedicao-inexistentes .icon svg * {
  fill: currentColor;
}
#area-carrinho #checkout-facturacao-moradas,
#area-carrinho #checkout-expedicao-moradas {
  margin-bottom: 10px;
}
#area-carrinho .checkout-expedicao-morada-item,
#area-carrinho .checkout-facturacao-morada-item {
  padding: 10px 0;
  display: flex;
  justify-content: space-between;
  gap: 0 8px;
}
#area-carrinho .checkout-expedicao-morada-item > :first-child,
#area-carrinho .checkout-facturacao-morada-item > :first-child {
  flex: 1 1 0;
}
#area-carrinho .checkout-expedicao-morada-item + .checkout-expedicao-morada-item, #area-carrinho .checkout-expedicao-morada-item + .checkout-facturacao-morada-item,
#area-carrinho .checkout-facturacao-morada-item + .checkout-expedicao-morada-item,
#area-carrinho .checkout-facturacao-morada-item + .checkout-facturacao-morada-item {
  border-top: solid 1px #eee;
}
#area-carrinho .checkout-expedicao-morada-item > .button-editar-morada,
#area-carrinho .checkout-facturacao-morada-item > .button-editar-morada {
  min-width: 50px;
  font-size: 0.9rem;
  color: inherit;
  white-space: nowrap;
}
#area-carrinho .checkout-expedicao-morada-item label,
#area-carrinho .checkout-facturacao-morada-item label {
  flex: 1 1 0;
  width: calc(100% - 30px);
  font-weight: normal;
  margin-bottom: 0;
  text-transform: none;
}
#area-carrinho .checkout-expedicao-morada-item label span,
#area-carrinho .checkout-facturacao-morada-item label span {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
#area-carrinho #area-checkout {
  padding-bottom: 100px;
}
#area-carrinho #area-checkout #carrinho-conteudo-wrapper #resumo-valores-encomenda {
  margin-top: 2rem;
  /*border-top: solid 1px $loja-border-color;*/
}
#area-carrinho #area-checkout #carrinho-conteudo-wrapper #conteudo-carrinho {
  border: none;
  font-size: 0.8rem;
  margin: 2rem 0 0;
}
#area-carrinho #area-checkout #carrinho-conteudo-wrapper #carrinho-resumo-wrapper #checkout-conteudo-carrinho-wrapper .carrinho-item {
  padding-left: 0;
  padding-right: 0;
}
#area-carrinho #area-checkout #carrinho-conteudo-wrapper #carrinho-resumo-wrapper #checkout-conteudo-carrinho-wrapper .carrinho-item .carrinho-item-img-wrapper {
  width: var(--carrinho-item-img-wrapper-width, 50px);
  flex: 1 0 var(--carrinho-item-img-wrapper-width, 50px);
  max-width: var(--carrinho-item-img-wrapper-width, 50px);
  min-width: var(--carrinho-item-img-wrapper-width, 50px);
}
#area-carrinho #area-checkout #carrinho-conteudo-wrapper #carrinho-resumo-wrapper #checkout-conteudo-carrinho-wrapper .carrinho-item .carrinho-item-img-wrapper img {
  margin-bottom: 0;
  border-radius: var(--border-radius);
}
#area-carrinho #area-checkout #carrinho-conteudo-wrapper #carrinho-resumo-wrapper #checkout-conteudo-carrinho-wrapper .carrinho-item .carrinho-item-erro a {
  font-weight: bold;
  text-decoration: underline;
}
#area-carrinho #area-checkout .checkout-finalizar-aviso {
  padding-top: 10px;
  display: block;
  font-size: 0.8em;
}
#area-carrinho .checkout-finalizar-pagamento-info {
  font-size: 0.85rem;
  border-top: solid 1px #eee;
  padding-top: 20px;
}
#area-carrinho .checkout-finalizar-pagamento-info * {
  font-size: 1em;
}
#area-carrinho .checkout-finalizar-pagamento-info p {
  margin-bottom: 1.25em;
}
#area-carrinho .checkout-finalizar-pagamento-info p:last-child {
  margin-bottom: 0;
}
#area-carrinho .checkout-finalizar-pagamento-info .checkout-finalizar-pagamento-info-logo {
  height: 30px;
  width: auto;
  margin-bottom: 10px;
}
#area-carrinho #checkout-expedicao-metodos-wrapper fieldset,
#area-carrinho #checkout-pagamento-metodos-wrapper fieldset,
#area-carrinho #checkout-expedicao-metodos-levantamento-wrapper fieldset {
  padding-bottom: 4px;
}
#area-carrinho #checkout-expedicao-metodos-wrapper .checkout-metodo-item,
#area-carrinho #checkout-pagamento-metodos-wrapper .checkout-metodo-item,
#area-carrinho #checkout-expedicao-metodos-levantamento-wrapper .checkout-metodo-item {
  padding: 10px 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0 8px;
}
#area-carrinho #checkout-expedicao-metodos-wrapper .checkout-metodo-item label,
#area-carrinho #checkout-pagamento-metodos-wrapper .checkout-metodo-item label,
#area-carrinho #checkout-expedicao-metodos-levantamento-wrapper .checkout-metodo-item label {
  margin: 0;
  display: flex;
  flex-grow: 1;
}
#area-carrinho #checkout-expedicao-metodos-wrapper .checkout-metodo-item + .checkout-metodo-item,
#area-carrinho #checkout-pagamento-metodos-wrapper .checkout-metodo-item + .checkout-metodo-item,
#area-carrinho #checkout-expedicao-metodos-levantamento-wrapper .checkout-metodo-item + .checkout-metodo-item {
  border-top: solid 1px #eee;
}
#area-carrinho #checkout-expedicao-metodos-wrapper .metodo-campo-adicional__data__inner-wrapper .metodo-campo-adicional__data,
#area-carrinho #checkout-pagamento-metodos-wrapper .metodo-campo-adicional__data__inner-wrapper .metodo-campo-adicional__data,
#area-carrinho #checkout-expedicao-metodos-levantamento-wrapper .metodo-campo-adicional__data__inner-wrapper .metodo-campo-adicional__data {
  max-width: 200px;
  margin-bottom: 0;
}
#area-carrinho #checkout-expedicao-metodos-wrapper .checkout-expedicao-metodo-levantamento__opcoes-wrapper,
#area-carrinho #checkout-pagamento-metodos-wrapper .checkout-expedicao-metodo-levantamento__opcoes-wrapper,
#area-carrinho #checkout-expedicao-metodos-levantamento-wrapper .checkout-expedicao-metodo-levantamento__opcoes-wrapper {
  width: 100%;
}
#area-carrinho #checkout-expedicao-metodos-wrapper .checkout-expedicao-metodo-levantamento__opcoes,
#area-carrinho #checkout-pagamento-metodos-wrapper .checkout-expedicao-metodo-levantamento__opcoes,
#area-carrinho #checkout-expedicao-metodos-levantamento-wrapper .checkout-expedicao-metodo-levantamento__opcoes {
  display: block;
  padding-left: 30px;
  padding-top: 10px;
  width: 100%;
}
#area-carrinho #checkout-expedicao-metodos-wrapper .checkout-expedicao-metodo-levantamento__opcoes .metodo-campos-adicionais__wrapper,
#area-carrinho #checkout-pagamento-metodos-wrapper .checkout-expedicao-metodo-levantamento__opcoes .metodo-campos-adicionais__wrapper,
#area-carrinho #checkout-expedicao-metodos-levantamento-wrapper .checkout-expedicao-metodo-levantamento__opcoes .metodo-campos-adicionais__wrapper {
  padding-left: 0;
}
#area-carrinho #checkout-expedicao-metodos-wrapper .metodo-campos-adicionais__wrapper,
#area-carrinho #checkout-pagamento-metodos-wrapper .metodo-campos-adicionais__wrapper,
#area-carrinho #checkout-expedicao-metodos-levantamento-wrapper .metodo-campos-adicionais__wrapper {
  /*display: block;*/
  padding-left: 30px;
  padding-top: 10px;
}
#area-carrinho #checkout-expedicao-metodos-wrapper input,
#area-carrinho #checkout-pagamento-metodos-wrapper input,
#area-carrinho #checkout-expedicao-metodos-levantamento-wrapper input {
  align-self: center;
}
#area-carrinho #checkout-expedicao-metodos-wrapper input:checked ~ .metodo-item-info-adicional,
#area-carrinho #checkout-pagamento-metodos-wrapper input:checked ~ .metodo-item-info-adicional,
#area-carrinho #checkout-expedicao-metodos-levantamento-wrapper input:checked ~ .metodo-item-info-adicional {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 640px) {
  #area-carrinho #checkout-expedicao-metodos-wrapper input:checked ~ .metodo-item-info-adicional,
#area-carrinho #checkout-pagamento-metodos-wrapper input:checked ~ .metodo-item-info-adicional,
#area-carrinho #checkout-expedicao-metodos-levantamento-wrapper input:checked ~ .metodo-item-info-adicional {
    display: block;
  }
  #area-carrinho #checkout-expedicao-metodos-wrapper input:checked ~ .metodo-item-info-adicional .metodo-item-info-adicional-coluna,
#area-carrinho #checkout-pagamento-metodos-wrapper input:checked ~ .metodo-item-info-adicional .metodo-item-info-adicional-coluna,
#area-carrinho #checkout-expedicao-metodos-levantamento-wrapper input:checked ~ .metodo-item-info-adicional .metodo-item-info-adicional-coluna {
    width: 100%;
  }
}
#area-carrinho #checkout-expedicao-metodos-wrapper input:checked ~ .metodo-campos-adicionais__wrapper,
#area-carrinho #checkout-pagamento-metodos-wrapper input:checked ~ .metodo-campos-adicionais__wrapper,
#area-carrinho #checkout-expedicao-metodos-levantamento-wrapper input:checked ~ .metodo-campos-adicionais__wrapper {
  display: block;
  padding-left: 30px;
  padding-top: 10px;
  width: 100%;
}
#area-carrinho #checkout-expedicao-metodos-wrapper input:checked ~ .checkout-expedicao-metodo-levantamento__opcoes-wrapper .metodo-campos-adicionais__wrapper,
#area-carrinho #checkout-pagamento-metodos-wrapper input:checked ~ .checkout-expedicao-metodo-levantamento__opcoes-wrapper .metodo-campos-adicionais__wrapper,
#area-carrinho #checkout-expedicao-metodos-levantamento-wrapper input:checked ~ .checkout-expedicao-metodo-levantamento__opcoes-wrapper .metodo-campos-adicionais__wrapper {
  display: block;
  padding-left: 0;
  padding-top: 10px;
  width: 100%;
}
#area-carrinho #checkout-expedicao-metodos-wrapper .metodo-item-info-adicional,
#area-carrinho #checkout-pagamento-metodos-wrapper .metodo-item-info-adicional,
#area-carrinho #checkout-expedicao-metodos-levantamento-wrapper .metodo-item-info-adicional {
  display: flex;
  flex-wrap: wrap;
  /*display: none;*/
  font-size: 0.8rem;
}
#area-carrinho #checkout-expedicao-metodos-wrapper .metodo-item-info-adicional .metodo-item-info-adicional-coluna,
#area-carrinho #checkout-pagamento-metodos-wrapper .metodo-item-info-adicional .metodo-item-info-adicional-coluna,
#area-carrinho #checkout-expedicao-metodos-levantamento-wrapper .metodo-item-info-adicional .metodo-item-info-adicional-coluna {
  padding-top: 5px;
  padding-bottom: 10px;
  padding-right: 5px;
  width: 50%;
}
#area-carrinho #checkout-expedicao-metodos-wrapper .metodo-item-info-adicional .metodo-item-info-adicional-coluna .metodo-item-info-adicional-titulo,
#area-carrinho #checkout-pagamento-metodos-wrapper .metodo-item-info-adicional .metodo-item-info-adicional-coluna .metodo-item-info-adicional-titulo,
#area-carrinho #checkout-expedicao-metodos-levantamento-wrapper .metodo-item-info-adicional .metodo-item-info-adicional-coluna .metodo-item-info-adicional-titulo {
  font-weight: 600;
}
#area-carrinho #checkout-expedicao-metodos-wrapper .metodo-item-info-adicional .metodo-item-info-adicional-coluna-full,
#area-carrinho #checkout-pagamento-metodos-wrapper .metodo-item-info-adicional .metodo-item-info-adicional-coluna-full,
#area-carrinho #checkout-expedicao-metodos-levantamento-wrapper .metodo-item-info-adicional .metodo-item-info-adicional-coluna-full {
  width: 100%;
}
#area-carrinho #checkout-expedicao-metodos-wrapper .metodo-item-info-adicional table,
#area-carrinho #checkout-pagamento-metodos-wrapper .metodo-item-info-adicional table,
#area-carrinho #checkout-expedicao-metodos-levantamento-wrapper .metodo-item-info-adicional table {
  font-size: inherit;
  border: none;
}
#area-carrinho #checkout-expedicao-metodos-wrapper .metodo-item-info-adicional table td,
#area-carrinho #checkout-pagamento-metodos-wrapper .metodo-item-info-adicional table td,
#area-carrinho #checkout-expedicao-metodos-levantamento-wrapper .metodo-item-info-adicional table td {
  font-size: inherit;
}
@media only screen and (max-width:1024px) {
  #area-carrinho #checkout-expedicao-metodos-wrapper .metodo-item-info-adicional,
#area-carrinho #checkout-pagamento-metodos-wrapper .metodo-item-info-adicional,
#area-carrinho #checkout-expedicao-metodos-levantamento-wrapper .metodo-item-info-adicional {
    display: block;
  }
  #area-carrinho #checkout-expedicao-metodos-wrapper .metodo-item-info-adicional .metodo-item-info-adicional-coluna,
#area-carrinho #checkout-pagamento-metodos-wrapper .metodo-item-info-adicional .metodo-item-info-adicional-coluna,
#area-carrinho #checkout-expedicao-metodos-levantamento-wrapper .metodo-item-info-adicional .metodo-item-info-adicional-coluna {
    width: 100%;
  }
}
#area-carrinho #checkout-expedicao-metodos-wrapper .metodo-descricao,
#area-carrinho #checkout-pagamento-metodos-wrapper .metodo-descricao,
#area-carrinho #checkout-expedicao-metodos-levantamento-wrapper .metodo-descricao {
  display: flex;
  align-items: center;
}
#area-carrinho #checkout-expedicao-metodos-wrapper .metodo-descricao .icone,
#area-carrinho #checkout-pagamento-metodos-wrapper .metodo-descricao .icone,
#area-carrinho #checkout-expedicao-metodos-levantamento-wrapper .metodo-descricao .icone {
  width: 50px;
  height: 30px;
  margin-right: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
#area-carrinho #checkout-expedicao-metodos-wrapper .metodo-descricao .icone img,
#area-carrinho #checkout-pagamento-metodos-wrapper .metodo-descricao .icone img,
#area-carrinho #checkout-expedicao-metodos-levantamento-wrapper .metodo-descricao .icone img {
  max-height: 100%;
  max-width: 100%;
}
#area-carrinho #checkout-expedicao-metodos-wrapper .metodo-descricao .metodo-descricao-top,
#area-carrinho #checkout-pagamento-metodos-wrapper .metodo-descricao .metodo-descricao-top,
#area-carrinho #checkout-expedicao-metodos-levantamento-wrapper .metodo-descricao .metodo-descricao-top {
  font-weight: normal;
}
#area-carrinho #checkout-expedicao-metodos-wrapper .metodo-descricao .metodo-descricao-top.metodo-descricao-top-bold,
#area-carrinho #checkout-pagamento-metodos-wrapper .metodo-descricao .metodo-descricao-top.metodo-descricao-top-bold,
#area-carrinho #checkout-expedicao-metodos-levantamento-wrapper .metodo-descricao .metodo-descricao-top.metodo-descricao-top-bold {
  font-weight: 600;
}
#area-carrinho #checkout-expedicao-metodos-wrapper .metodo-descricao .metodo-descricao-bottom,
#area-carrinho #checkout-pagamento-metodos-wrapper .metodo-descricao .metodo-descricao-bottom,
#area-carrinho #checkout-expedicao-metodos-levantamento-wrapper .metodo-descricao .metodo-descricao-bottom {
  font-size: 0.9em;
  color: #888;
  font-weight: normal;
}
#area-carrinho #checkout-expedicao-metodos-wrapper .metodo-descricao .metodo-descricao-bottom span,
#area-carrinho #checkout-pagamento-metodos-wrapper .metodo-descricao .metodo-descricao-bottom span,
#area-carrinho #checkout-expedicao-metodos-levantamento-wrapper .metodo-descricao .metodo-descricao-bottom span {
  margin-left: 0;
}
#area-carrinho #checkout-expedicao-metodos-levantamento-wrapper .metodo-levantamento-externo-filtragem .metodo-levantamento-externo-filtragem__campo__wrapper .metodo-levantamento-externo-filtragem__flex-wrapper {
  display: flex;
  margin-bottom: 1rem;
  gap: 0 10px;
  align-items: stretch;
}
#area-carrinho #checkout-expedicao-metodos-levantamento-wrapper .metodo-levantamento-externo-filtragem .metodo-levantamento-externo-filtragem__campo__wrapper .metodo-levantamento-externo-filtragem__campo {
  max-width: 200px;
  margin-bottom: 0;
}
#area-carrinho #checkout-expedicao-metodos-levantamento-wrapper .metodo-levantamento-externo-filtragem .metodo-levantamento-externo-filtragem__campo__wrapper .metodo-levantamento-externo-filtragem__button {
  height: 100%;
  margin-bottom: 0;
}
#area-carrinho #area-carrinho-inner,
#area-carrinho #area-checkout-inner {
  max-width: 1280px;
}
#area-carrinho #carrinho-produtos-sugeridos-wrapper .product-item-wrapper {
  padding: 0px 10px;
  margin-bottom: 0px;
}
#area-carrinho #carrinho-produtos-sugeridos-wrapper .product-item-wrapper a {
  outline: none;
}
#area-carrinho #carrinho-produtos-sugeridos-wrapper .product-item-wrapper .top-info {
  padding-left: 0px;
  font-size: 12px;
}
#area-carrinho #carrinho-produtos-sugeridos-wrapper .product-item-wrapper .product-info {
  padding-left: 0px;
  padding-right: 0px;
}
#area-carrinho #carrinho-produtos-sugeridos-wrapper .product-item-wrapper h4 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 0px;
  font-size: 13px;
  line-height: 1.4em;
  min-height: 36px;
}
#area-carrinho #carrinho-produtos-sugeridos-wrapper .product-item-wrapper .product-item-quick-buy-wrapper button {
  width: 100%;
  margin-top: 15px;
}
#area-carrinho .checkout-passo .checkout-tabs > div input ~ label {
  border-radius: 3rem;
  padding: 0.6rem 1.3rem;
  justify-content: center;
  gap: 0.5rem;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.05);
}
#area-carrinho .checkout-passo .checkout-tabs > div input ~ label span {
  flex: none;
}

#dialog-quick-buy {
  max-width: 1000px;
}
#dialog-quick-buy #area-produto div.produto-top-wrapper {
  padding: 0;
  padding-top: 10px;
}
#dialog-quick-buy #area-produto #produto-galeria {
  margin-top: 0px;
}
#dialog-quick-buy #area-produto .produto-detalhes-wrapper .produto-detalhes-inner-wrapper {
  padding-top: 0px;
  padding-bottom: 0px;
}
#dialog-quick-buy #area-produto .produto-detalhes-wrapper .produto-descricao {
  margin-top: 20px;
  margin-bottom: 0px;
}

.encomenda-finalizada__titulo {
  text-align: left;
}

#area-conta-cupoes .cupao-outer-wrapper {
  display: inline-block;
}
#area-conta-cupoes .cupao-outer-wrapper .cupao-wrapper {
  border-width: 1px;
  border-style: solid;
  position: relative;
  display: flex;
  align-items: center;
  width: auto;
  outline: none;
}
#area-conta-cupoes .cupao-outer-wrapper .cupao-wrapper .cupao-icone {
  padding: 8px 18px;
  width: 70px;
  max-height: 50px;
  text-align: center;
  background-color: #231f20;
  border-right: 1px solid;
  line-height: 1;
}
#area-conta-cupoes .cupao-outer-wrapper .cupao-wrapper .cupao-icone svg {
  fill: #FFF;
}
#area-conta-cupoes .cupao-outer-wrapper .cupao-wrapper .cupao-codigo {
  width: auto;
  padding: 10px 20px;
  line-height: 1;
}
#area-conta-cupoes #cupoes__lista .cupoes__lista__item {
  border: solid 1px #e2e2e2;
  padding: 15px 15px;
  margin-bottom: 15px;
  background-color: white;
  border-radius: var(--border-radius);
}
#area-conta-cupoes #cupoes__lista .cupoes__lista__item .cupoes__lista__item__label {
  font-weight: bold;
  font-size: 0.6rem;
  display: block;
}
#area-conta-cupoes #cupoes__lista .cupoes__lista__item .cupoes__lista__item__header {
  display: flex;
  gap: 0 10px;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}
#area-conta-cupoes #cupoes__lista .cupoes__lista__item .cupoes__lista__item__header .cupoes__lista__item__codigo {
  user-select: all;
}
#area-conta-cupoes #cupoes__lista .cupoes__lista__item .cupoes__lista__item__detalhes {
  display: flex;
  gap: 0 2rem;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}
#area-conta-cupoes #cupoes__lista .cupoes__lista__item .cupoes__lista__item__detalhes label {
  cursor: default;
}
#area-conta-cupoes #cupoes__lista .cupoes__lista__item .cupoes__lista__item__footer {
  display: flex;
  gap: 5px;
}
#area-conta-cupoes #cupoes__lista .cupoes__lista__item .estado-utilizacao {
  font-size: 0.7rem;
  font-weight: 500;
  text-transform: uppercase;
  padding: 5px 10px;
  position: relative;
  border-radius: 5px;
  display: inline-block;
  vertical-align: middle;
  color: var(--alerta-color);
  background-color: var(--alerta-background-color);
  border-color: var(--alerta-border-color);
}
#area-conta-cupoes #cupoes__lista .cupoes__lista__item .estado-utilizacao.utilizado {
  --alerta-color: hsl(142deg, 56%, 27%);
  --alerta-background-color: hsl(142deg, 76%, 93%);
  --alerta-border-color: hsl(142deg, 69%, 58%);
}
#area-conta-cupoes #cupoes__lista .cupoes__lista__item .estado-utilizacao.pendente {
  --alerta-color: hsl(48deg, 65%, 31%);
  --alerta-background-color: hsl(48deg, 91%, 90%);
  --alerta-border-color: hsl(48deg, 96%, 53%);
}
#area-conta-cupoes .cupao-outer-wrapper .cupao-wrapper {
  box-shadow: 0 10px 50px 0 rgba(0, 0, 0, 0.1);
  border: solid 1px #ddd;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 25px;
}
#area-conta-cupoes .cupao-outer-wrapper .cupao-wrapper .cupao-icone {
  text-align: center;
  border-right: none;
}
#area-conta-cupoes .cupao-outer-wrapper .cupao-wrapper .cupao-codigo {
  width: auto;
  line-height: 1;
}

#area-historico-encomendas .alerta-pagamento {
  position: relative;
  padding: 5px 15px;
  border-radius: 5px;
  display: inline-block;
  font-size: max(0.75rem, 10px);
  font-weight: normal;
  line-height: var(--global-line-height);
  text-transform: uppercase;
  vertical-align: middle;
  color: var(--alerta-color);
  background-color: var(--alerta-background-color);
  border-color: var(--alerta-border-color);
}
#area-historico-encomendas .alerta-pagamento.concluida {
  --alerta-color: hsl(142deg, 56%, 27%);
  --alerta-background-color: hsl(142deg, 76%, 93%);
  --alerta-border-color: hsl(142deg, 69%, 58%);
}
#area-historico-encomendas .alerta-pagamento.anulada {
  --alerta-color: hsl(347deg, 86%, 43%);
  --alerta-background-color: hsl(347deg, 90%, 94%);
  --alerta-border-color: hsl(347deg, 91%, 71%);
}
#area-historico-encomendas .alerta-pagamento.pendente {
  --alerta-color: hsl(48deg, 65%, 31%);
  --alerta-background-color: hsl(48deg, 91%, 90%);
  --alerta-border-color: hsl(48deg, 96%, 53%);
}
#area-historico-encomendas .historico-encomendas__lista__item {
  border: solid 1px #e2e2e2;
  padding: 15px 15px;
  margin-bottom: 15px;
  background-color: white;
  border-radius: var(--border-radius);
}
#area-historico-encomendas .historico-encomendas__lista__item .historico-encomendas__lista__item__label {
  font-weight: bold;
  font-size: 0.6rem;
  display: block;
}
#area-historico-encomendas .historico-encomendas__lista__item .historico-encomendas__lista__item__header {
  display: flex;
  gap: 0 10px;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}
#area-historico-encomendas .historico-encomendas__lista__item .historico-encomendas__lista__item__detalhes {
  display: flex;
  gap: 0 2rem;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}
#area-historico-encomendas .historico-encomendas__lista__item .historico-encomendas__lista__item__detalhes label {
  cursor: default;
}
#area-historico-encomendas .historico-encomendas__lista__item .historico-encomendas__lista__item__footer {
  display: flex;
  gap: 5px;
}

#area-consultar-encomenda {
  margin-bottom: 0;
  border: none;
  /*
      .encomenda-info-container {
          border-color: #e2e2e2;
          box-shadow: none;
      }*/
}
#area-consultar-encomenda .alerta-pagamento {
  position: relative;
  padding: 5px 15px;
  border-radius: 5px;
  display: inline-block;
  font-size: max(0.75rem, 10px);
  font-weight: normal;
  line-height: var(--global-line-height);
  text-transform: uppercase;
  vertical-align: middle;
  color: var(--alerta-color);
  background-color: var(--alerta-background-color);
  border-color: var(--alerta-border-color);
}
#area-consultar-encomenda .alerta-pagamento.concluida {
  --alerta-color: hsl(142deg, 56%, 27%);
  --alerta-background-color: hsl(142deg, 76%, 93%);
  --alerta-border-color: hsl(142deg, 69%, 58%);
}
#area-consultar-encomenda .alerta-pagamento.anulada {
  --alerta-color: hsl(347deg, 86%, 43%);
  --alerta-background-color: hsl(347deg, 90%, 94%);
  --alerta-border-color: hsl(347deg, 91%, 71%);
}
#area-consultar-encomenda .alerta-pagamento.pendente {
  --alerta-color: hsl(48deg, 65%, 31%);
  --alerta-background-color: hsl(48deg, 91%, 90%);
  --alerta-border-color: hsl(48deg, 96%, 53%);
}
#area-consultar-encomenda .conta-titulo-pagina {
  vertical-align: middle;
  display: flex;
  gap: 5px 10px;
  flex-wrap: wrap;
  align-items: center;
}
#area-consultar-encomenda .conta-titulo-pagina span {
  display: inline-block;
  vertical-align: middle;
}
#area-consultar-encomenda .flex-row {
  display: flex;
  flex-wrap: wrap;
}
#area-consultar-encomenda .flex-row .columns {
  float: none;
}
#area-consultar-encomenda .encomenda-info-container {
  border: solid 1px #e2e2e2;
  padding: 1.6rem 20px;
  margin-bottom: 0;
  background-color: white;
  border-radius: var(--border-radius);
}
#area-consultar-encomenda .encomenda-info-container > div {
  border-bottom: solid 1px #e2e2e2;
  margin-bottom: 1.6rem;
  padding-bottom: 1.6rem;
}
#area-consultar-encomenda .encomenda-info-container > div:last-child {
  margin-bottom: 0;
  border: none;
  padding-bottom: 0;
}
#area-consultar-encomenda .encomenda-info-container > div p:last-child {
  margin-bottom: 0;
}
#area-consultar-encomenda .encomenda-info-container h5 {
  margin-bottom: 1rem;
}
#area-consultar-encomenda #carrinho-conteudo-wrapper {
  display: grid;
  grid-template-columns: minmax(calc(100% - 420px), 65%) minmax(330px, 35%);
  gap: 90px;
  min-height: 60vh;
  padding-bottom: 30px;
}
#area-consultar-encomenda #carrinho-conteudo-wrapper .carrinho-mensagem-ate-portes-gratis__wrapper-mobile {
  display: none;
}
#area-consultar-encomenda #carrinho-conteudo-wrapper .carrinho-resumo-button-checkout__total-mobile {
  display: none;
}
@media only screen and (max-width:1024px) {
  #area-consultar-encomenda #carrinho-conteudo-wrapper {
    gap: 45px;
    grid-template-columns: calc(100% - 345px) 300px;
  }
}
@media (max-width: 768px) {
  #area-consultar-encomenda #carrinho-conteudo-wrapper {
    gap: 30px;
    grid-template-columns: 100%;
  }
  #area-consultar-encomenda #carrinho-conteudo-wrapper .carrinho-mensagem-ate-portes-gratis__wrapper-mobile {
    display: block;
  }
  #area-consultar-encomenda #carrinho-conteudo-wrapper .carrinho-mensagem-ate-portes-gratis__wrapper-large {
    display: none;
  }
  #area-consultar-encomenda #carrinho-conteudo-wrapper .carrinho-resumo-button-checkout-wrapper {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    background: white;
    z-index: 2;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.2);
    margin: 0;
    padding: 10px calc(var(--grid-gap) / 2);
  }
  #area-consultar-encomenda #carrinho-conteudo-wrapper .carrinho-resumo-button-checkout-wrapper .carrinho-resumo-button-checkout-inner-wrapper {
    display: flex;
    gap: 15px;
    align-items: center;
    margin-left: auto;
    max-width: 500px;
  }
  #area-consultar-encomenda #carrinho-conteudo-wrapper .carrinho-resumo-button-checkout-wrapper .carrinho-resumo-button-checkout__total-mobile {
    line-height: 1.2em;
    display: flex;
    flex-direction: column;
    min-width: max-content;
  }
}
#area-consultar-encomenda #conteudo-encomenda {
  border: none;
  margin: 2rem 0 0 0;
  font-size: 0.9rem;
}
#area-consultar-encomenda #conteudo-encomenda .carrinho-item {
  padding: 0 0 1rem 0;
  position: relative;
  font-size: 1em;
  margin: 1rem 0;
  border-bottom: solid 1px #eee;
  display: flex;
  flex-wrap: nowrap;
  gap: 1rem;
}
#area-consultar-encomenda #conteudo-encomenda .carrinho-item:last-child {
  border-bottom: none;
  margin-bottom: 1rem;
}
#area-consultar-encomenda #conteudo-encomenda .carrinho-item[data-tem-desconto="0"][data-qtd="1"] .carrinho-item-valor-unitario {
  display: none;
}
#area-consultar-encomenda #conteudo-encomenda .carrinho-item .carrinho-item-img-wrapper {
  max-width: 110px;
  max-height: 160px;
  flex: 0 0 15%;
  text-align: center;
}
#area-consultar-encomenda #conteudo-encomenda .carrinho-item .carrinho-item-img-wrapper a {
  display: inline-block;
  height: 100%;
}
#area-consultar-encomenda #conteudo-encomenda .carrinho-item .carrinho-item-img-wrapper img {
  border-radius: var(--border-radius);
  max-height: 100%;
}
#area-consultar-encomenda #conteudo-encomenda .carrinho-item .carrinho-item-conteudo {
  position: relative;
  padding-right: 0;
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
#area-consultar-encomenda #conteudo-encomenda .carrinho-item .carrinho-item-conteudo .carrinho-item-label {
  font-weight: 600;
}
#area-consultar-encomenda #conteudo-encomenda .carrinho-item .carrinho-item-conteudo .carrinho-item-artigo-nome {
  font-weight: var(--carrinho-item-artigo-nome-font-weight, 600);
  font-size: var(--carrinho-item-artigo-nome-font-size, 1.2em);
  line-height: 1.2em;
  margin-bottom: 0;
}
#area-consultar-encomenda #conteudo-encomenda .carrinho-item .carrinho-item-conteudo .carrinho-item-artigo-nome a {
  font-size: 1em;
  font-weight: var(--carrinho-item-artigo-nome-font-weight, 600);
  text-decoration: none;
}
@media only screen and (max-width: 640px) {
  #area-consultar-encomenda #conteudo-encomenda .carrinho-item .carrinho-item-conteudo .carrinho-item-artigo-nome {
    font-size: 1em;
  }
}
#area-consultar-encomenda #conteudo-encomenda .carrinho-item .carrinho-item-conteudo .carrinho-item-artigo-codigo {
  font-size: 0.7em;
}
#area-consultar-encomenda #conteudo-encomenda .carrinho-item .carrinho-item-conteudo .carrinho-item-descricao {
  margin-bottom: 0;
}
#area-consultar-encomenda #conteudo-encomenda .carrinho-item .carrinho-item-conteudo .carrinho-item-opcoes {
  display: block;
  margin-bottom: 0;
  color: #666;
}
#area-consultar-encomenda #conteudo-encomenda .carrinho-item .carrinho-item-conteudo .carrinho-item-valores {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  line-height: 1.3em;
}
#area-consultar-encomenda #conteudo-encomenda .carrinho-item .carrinho-item-conteudo .carrinho-item-qtd-wrapper .qtd {
  display: inline-block;
  min-width: 50px;
  background-color: white;
  width: auto;
  padding-right: 20px;
  height: auto;
  padding-bottom: 4px;
  padding-top: 4px;
  margin-bottom: 0;
  min-height: 2.2em;
}
#area-consultar-encomenda #conteudo-encomenda .carrinho-item .carrinho-item-conteudo .carrinho-item-conteudo-linha {
  margin-bottom: 0;
}
#area-consultar-encomenda #conteudo-encomenda .carrinho-item .carrinho-item-conteudo .carrinho-item-sub-total {
  font-size: 1.1em;
  line-height: 1.1em;
  font-weight: 600;
  display: inline-block;
  text-align: right;
}
#area-consultar-encomenda #conteudo-encomenda .carrinho-item .carrinho-item-conteudo .carrinho-item__preco-wrapper {
  align-self: center;
  text-align: right;
  line-height: 1.3em;
}
#area-consultar-encomenda #conteudo-encomenda .carrinho-item .carrinho-item-conteudo .carrinho-item-valor-unitario {
  color: #666;
  font-size: 0.9em;
}
#area-consultar-encomenda #conteudo-encomenda .carrinho-item .carrinho-item-remover {
  position: absolute;
  top: 0;
  right: 0;
  height: 26px;
  width: 26px;
  padding: 5px;
  margin: 0;
  background-color: transparent;
  color: inherit;
  border: none;
}
#area-consultar-encomenda #conteudo-encomenda .carrinho-item .carrinho-item-remover svg {
  width: 16px;
  height: 16px;
  color: inherit;
}
#area-consultar-encomenda #conteudo-encomenda .carrinho-item .carrinho-item-remover svg path {
  fill: currentColor;
}
#area-consultar-encomenda #conteudo-encomenda .carrinho-item.changed span.sub-total {
  display: none;
}
#area-consultar-encomenda #conteudo-encomenda .carrinho-item.changed button.refresh-line {
  display: block;
}
#area-consultar-encomenda #conteudo-encomenda .carrinho-item .preco-antigo {
  font-size: var(--produto-preco-antigo-font-size, 0.8em);
  text-decoration: var(--produto-preco-antigo-text-decoration, line-through);
  opacity: var(--produto-preco-antigo-opacity, 0.5);
}
#area-consultar-encomenda #conteudo-encomenda .carrinho-item button.refresh-line {
  display: none;
  margin: 0;
  /*color: white;*/
  line-height: 20px;
  padding: 3px 10px;
  font-size: 13px;
  height: auto;
}
#area-consultar-encomenda .mensagem-ate-portes-gratis {
  margin-bottom: 1rem;
  display: block;
}
#area-consultar-encomenda .mensagem-ate-portes-gratis [data-mensagem-ate-portes-gratis] {
  padding: 1em;
}
#area-consultar-encomenda #resumo-valores-encomenda {
  /*font-size: 1rem;*/
  display: grid;
  gap: 0.4rem;
}
#area-consultar-encomenda #resumo-valores-encomenda > div {
  display: flex;
  justify-content: space-between;
}
#area-consultar-encomenda #resumo-valores-encomenda .valor-total-wrapper {
  font-size: var(--loja-resumo-valor-total-font-size, 1.3em);
  font-weight: var(--loja-resumo-valor-total-font-weight, bold);
}
#area-consultar-encomenda #resumo-valores-encomenda .iva-incluido-wrapper {
  font-size: var(--iva-incluido-text-font-size, 0.8em);
}
#area-consultar-encomenda #carrinho-conteudo-wrapper {
  gap: 30px;
  padding-top: 0;
}
@media only screen and (max-width:1024px) {
  #area-consultar-encomenda #carrinho-conteudo-wrapper {
    grid-template-columns: 100%;
  }
}
#area-consultar-encomenda #conteudo-encomenda {
  margin-bottom: 0;
  margin-top: 0;
  padding-top: 0;
}

#template-carrinho-wrapper #header-bottom #header-bottom-inner-wrapper #header-bottom-logo-wrapper {
  height: 60px;
  justify-content: flex-start;
}
#template-carrinho-wrapper #header-bottom #header-bottom-inner-wrapper #header-bottom-logo-wrapper img {
  max-height: 100%;
}
#template-carrinho-wrapper #header-bottom #header-bottom-inner-wrapper #header-bottom-checkout-wrapper {
  height: 60px;
}
#template-carrinho-wrapper #header-bottom #header-bottom-inner-wrapper #header-bottom-checkout-wrapper #header-checkout {
  height: 100%;
}
#template-carrinho-wrapper #header-bottom #header-bottom-inner-wrapper #header-bottom-checkout-wrapper #header-checkout img {
  max-height: 100%;
}
#template-carrinho-wrapper #header-bottom #header-bottom-inner-wrapper #header-bottom-checkout-wrapper #header-checkout img,
#template-carrinho-wrapper #header-bottom #header-bottom-inner-wrapper #header-bottom-checkout-wrapper #header-checkout a {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
}
#template-carrinho-wrapper #header-bottom #header-bottom-inner-wrapper #header-bottom-checkout-wrapper #header-checkout a {
  text-transform: uppercase;
  margin-top: 5px;
  margin-right: 20px;
}
@media only screen and (max-width: 640px) {
  #template-carrinho-wrapper #header-bottom #header-bottom-inner-wrapper #header-bottom-checkout-wrapper #header-checkout a {
    display: none;
  }
}
#template-carrinho-wrapper #header-bottom #header-bottom-inner-wrapper #header-bottom-checkout-wrapper #header-checkout a span {
  font-size: 0.85rem;
  line-height: 1.2;
  display: inline-block;
}
#template-carrinho-wrapper #header-bottom #header-bottom-inner-wrapper #header-bottom-checkout-wrapper #header-checkout a span.need-help-titulo {
  font-weight: bold;
  color: #000;
}
#template-carrinho-wrapper #header-bottom #header-bottom-inner-wrapper #header-bottom-checkout-wrapper #header-checkout a span.need-help-contacto {
  font-weight: normal;
  font-size: 0.8rem;
  color: #000;
}

#carrinho-sidebar #carrinho-sidebar-overlay {
  z-index: 1003;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease-out;
}
#carrinho-sidebar #carrinho-sidebar-content {
  padding: 30px 30px 0;
  z-index: 1004;
  list-style: none;
  margin: 0;
  transform: translate3d(100%, 0, 0);
  transition: transform 0.2s ease-out;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: white;
  height: 100%;
  max-width: 440px;
  width: 90%;
  overflow: auto;
}
@media only screen and (max-width: 640px) {
  #carrinho-sidebar #carrinho-sidebar-content {
    padding: 20px 20px 0;
    font-size: 14px;
  }
}
#carrinho-sidebar #carrinho-sidebar-btn-wrapper {
  background: inherit;
  position: sticky;
  bottom: 0;
}
#carrinho-sidebar.opened {
  display: block;
  visibility: visible;
  opacity: 1;
  transition: opacity 0s ease-out, visibility 0s ease-out;
}
#carrinho-sidebar.opened #carrinho-sidebar-overlay {
  visibility: visible;
  opacity: 1;
}
#carrinho-sidebar.opened #carrinho-sidebar-content {
  transform: translate3d(0%, 0, 0);
  transition: transform 0.2s ease-out;
}
#carrinho-sidebar #carrinho-sidebar-header {
  position: relative;
  margin-bottom: 30px;
}
#carrinho-sidebar #carrinho-sidebar-header #carrinho-sidebar-btn-close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 5px;
  margin: 0;
  background-color: transparent;
  color: inherit;
  border: none;
}
#carrinho-sidebar #carrinho-sidebar-header #carrinho-sidebar-btn-close svg {
  width: 16px;
  height: 16px;
  color: inherit;
}
#carrinho-sidebar #carrinho-sidebar-header #carrinho-sidebar-btn-close svg path {
  color: inherit;
  fill: currentColor;
}
#carrinho-sidebar #carrinho-sidebar-btn-checkout {
  width: 100%;
}
#carrinho-sidebar #carrinho-sidebar-totais {
  margin-bottom: 2rem;
}
#carrinho-sidebar #carrinho-sidebar-totais #carrinho-sidebar-total {
  font-size: 1.3em;
  font-weight: bold;
}
#carrinho-sidebar .carrinho-sidebar-iva-incluido {
  font-size: var(--iva-incluido-text-font-size, 0.8em);
}
#carrinho-sidebar #carrinho-conteudo-wrapper {
  display: grid;
  grid-template-columns: minmax(calc(100% - 420px), 65%) minmax(330px, 35%);
  gap: 90px;
  min-height: 60vh;
  padding-bottom: 30px;
}
#carrinho-sidebar #carrinho-conteudo-wrapper .carrinho-mensagem-ate-portes-gratis__wrapper-mobile {
  display: none;
}
#carrinho-sidebar #carrinho-conteudo-wrapper .carrinho-resumo-button-checkout__total-mobile {
  display: none;
}
@media only screen and (max-width:1024px) {
  #carrinho-sidebar #carrinho-conteudo-wrapper {
    gap: 45px;
    grid-template-columns: calc(100% - 345px) 300px;
  }
}
@media (max-width: 768px) {
  #carrinho-sidebar #carrinho-conteudo-wrapper {
    gap: 30px;
    grid-template-columns: 100%;
  }
  #carrinho-sidebar #carrinho-conteudo-wrapper .carrinho-mensagem-ate-portes-gratis__wrapper-mobile {
    display: block;
  }
  #carrinho-sidebar #carrinho-conteudo-wrapper .carrinho-mensagem-ate-portes-gratis__wrapper-large {
    display: none;
  }
  #carrinho-sidebar #carrinho-conteudo-wrapper .carrinho-resumo-button-checkout-wrapper {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    background: white;
    z-index: 2;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.2);
    margin: 0;
    padding: 10px calc(var(--grid-gap) / 2);
  }
  #carrinho-sidebar #carrinho-conteudo-wrapper .carrinho-resumo-button-checkout-wrapper .carrinho-resumo-button-checkout-inner-wrapper {
    display: flex;
    gap: 15px;
    align-items: center;
    margin-left: auto;
    max-width: 500px;
  }
  #carrinho-sidebar #carrinho-conteudo-wrapper .carrinho-resumo-button-checkout-wrapper .carrinho-resumo-button-checkout__total-mobile {
    line-height: 1.2em;
    display: flex;
    flex-direction: column;
    min-width: max-content;
  }
}
#carrinho-sidebar #conteudo-carrinho {
  border: none;
  margin: 2rem 0 0 0;
  font-size: 0.9rem;
}
#carrinho-sidebar #conteudo-carrinho .carrinho-item {
  padding: 0 0 1rem 0;
  position: relative;
  font-size: 1em;
  margin: 1rem 0;
  border-bottom: solid 1px #eee;
  display: flex;
  flex-wrap: nowrap;
  gap: 1rem;
}
#carrinho-sidebar #conteudo-carrinho .carrinho-item:last-child {
  border-bottom: none;
  margin-bottom: 1rem;
}
#carrinho-sidebar #conteudo-carrinho .carrinho-item[data-tem-desconto="0"][data-qtd="1"] .carrinho-item-valor-unitario {
  display: none;
}
#carrinho-sidebar #conteudo-carrinho .carrinho-item .carrinho-item-img-wrapper {
  max-width: 110px;
  max-height: 160px;
  flex: 0 0 15%;
  text-align: center;
}
#carrinho-sidebar #conteudo-carrinho .carrinho-item .carrinho-item-img-wrapper a {
  display: inline-block;
  height: 100%;
}
#carrinho-sidebar #conteudo-carrinho .carrinho-item .carrinho-item-img-wrapper img {
  border-radius: var(--border-radius);
  max-height: 100%;
}
#carrinho-sidebar #conteudo-carrinho .carrinho-item .carrinho-item-conteudo {
  position: relative;
  padding-right: 0;
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
#carrinho-sidebar #conteudo-carrinho .carrinho-item .carrinho-item-conteudo .carrinho-item-label {
  font-weight: 600;
}
#carrinho-sidebar #conteudo-carrinho .carrinho-item .carrinho-item-conteudo .carrinho-item-artigo-nome {
  font-weight: var(--carrinho-item-artigo-nome-font-weight, 600);
  font-size: var(--carrinho-item-artigo-nome-font-size, 1.2em);
  line-height: 1.2em;
  margin-bottom: 0;
}
#carrinho-sidebar #conteudo-carrinho .carrinho-item .carrinho-item-conteudo .carrinho-item-artigo-nome a {
  font-size: 1em;
  font-weight: var(--carrinho-item-artigo-nome-font-weight, 600);
  text-decoration: none;
}
@media only screen and (max-width: 640px) {
  #carrinho-sidebar #conteudo-carrinho .carrinho-item .carrinho-item-conteudo .carrinho-item-artigo-nome {
    font-size: 1em;
  }
}
#carrinho-sidebar #conteudo-carrinho .carrinho-item .carrinho-item-conteudo .carrinho-item-artigo-codigo {
  font-size: 0.7em;
}
#carrinho-sidebar #conteudo-carrinho .carrinho-item .carrinho-item-conteudo .carrinho-item-descricao {
  margin-bottom: 0;
}
#carrinho-sidebar #conteudo-carrinho .carrinho-item .carrinho-item-conteudo .carrinho-item-opcoes {
  display: block;
  margin-bottom: 0;
  color: #666;
}
#carrinho-sidebar #conteudo-carrinho .carrinho-item .carrinho-item-conteudo .carrinho-item-valores {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  line-height: 1.3em;
}
#carrinho-sidebar #conteudo-carrinho .carrinho-item .carrinho-item-conteudo .carrinho-item-qtd-wrapper .qtd {
  display: inline-block;
  min-width: 50px;
  background-color: white;
  width: auto;
  padding-right: 20px;
  height: auto;
  padding-bottom: 4px;
  padding-top: 4px;
  margin-bottom: 0;
  min-height: 2.2em;
}
#carrinho-sidebar #conteudo-carrinho .carrinho-item .carrinho-item-conteudo .carrinho-item-conteudo-linha {
  margin-bottom: 0;
}
#carrinho-sidebar #conteudo-carrinho .carrinho-item .carrinho-item-conteudo .carrinho-item-sub-total {
  font-size: 1.1em;
  line-height: 1.1em;
  font-weight: 600;
  display: inline-block;
  text-align: right;
}
#carrinho-sidebar #conteudo-carrinho .carrinho-item .carrinho-item-conteudo .carrinho-item__preco-wrapper {
  align-self: center;
  text-align: right;
  line-height: 1.3em;
}
#carrinho-sidebar #conteudo-carrinho .carrinho-item .carrinho-item-conteudo .carrinho-item-valor-unitario {
  color: #666;
  font-size: 0.9em;
}
#carrinho-sidebar #conteudo-carrinho .carrinho-item .carrinho-item-remover {
  position: absolute;
  top: 0;
  right: 0;
  height: 26px;
  width: 26px;
  padding: 5px;
  margin: 0;
  background-color: transparent;
  color: inherit;
  border: none;
}
#carrinho-sidebar #conteudo-carrinho .carrinho-item .carrinho-item-remover svg {
  width: 16px;
  height: 16px;
  color: inherit;
}
#carrinho-sidebar #conteudo-carrinho .carrinho-item .carrinho-item-remover svg path {
  fill: currentColor;
}
#carrinho-sidebar #conteudo-carrinho .carrinho-item.changed span.sub-total {
  display: none;
}
#carrinho-sidebar #conteudo-carrinho .carrinho-item.changed button.refresh-line {
  display: block;
}
#carrinho-sidebar #conteudo-carrinho .carrinho-item .preco-antigo {
  font-size: var(--produto-preco-antigo-font-size, 0.8em);
  text-decoration: var(--produto-preco-antigo-text-decoration, line-through);
  opacity: var(--produto-preco-antigo-opacity, 0.5);
}
#carrinho-sidebar #conteudo-carrinho .carrinho-item button.refresh-line {
  display: none;
  margin: 0;
  /*color: white;*/
  line-height: 20px;
  padding: 3px 10px;
  font-size: 13px;
  height: auto;
}
#carrinho-sidebar #carrinho-produtos-sugeridos-wrapper {
  margin-top: 3rem;
}
#carrinho-sidebar .mensagem-produto-extra-sugerido {
  --bg: #F5F5F5;
  --border: solid 1px #e8e8e8;
  --margin: 0px 0px 10px 0px;
  --padding: 15px;
  --gap: 10px;
  --font-size: 16px;
  background-color: var(--bg, #F5F5F5);
  border: var(--border, solid 1px #e8e8e8);
  margin: var(--margin);
  padding: var(--padding, 10px);
  font-size: var(--font-size, 16px);
}
#carrinho-sidebar .mensagem-produto-extra-sugerido .info-intro {
  margin-bottom: 10px;
}
#carrinho-sidebar .mensagem-produto-extra-sugerido .produto {
  display: flex;
  align-items: center;
  gap: var(--gap, 10px);
}
#carrinho-sidebar .mensagem-produto-extra-sugerido .produto .produto-img-wrapper {
  max-width: 70px;
  flex: 0 0 70px;
}
#carrinho-sidebar .mensagem-produto-extra-sugerido .produto .produto-info-wrapper {
  flex: 1 1 auto;
}
#carrinho-sidebar .mensagem-produto-extra-sugerido .produto .produto-info-wrapper .produto-nome {
  font-weight: var(--preco-nome-font-weight, bold);
  margin-right: 10px;
}
#carrinho-sidebar .mensagem-produto-extra-sugerido .produto .produto-info-wrapper .preco-antigo {
  font-size: var(--produto-preco-antigo-font-size, 0.8em);
  text-decoration: var(--produto-preco-antigo-text-decoration, line-through);
  opacity: var(--produto-preco-antigo-opacity, 0.5);
}
#carrinho-sidebar .mensagem-produto-extra-sugerido .produto button {
  margin-bottom: 0;
}
#carrinho-sidebar .mensagem-ate-portes-gratis {
  margin-bottom: 1rem;
  display: block;
}
#carrinho-sidebar .mensagem-ate-portes-gratis [data-mensagem-ate-portes-gratis] {
  padding: 1em;
}
#carrinho-sidebar #resumo-valores-encomenda {
  /*font-size: 1rem;*/
  display: grid;
  gap: 0.4rem;
}
#carrinho-sidebar #resumo-valores-encomenda > div {
  display: flex;
  justify-content: space-between;
}
#carrinho-sidebar #resumo-valores-encomenda .valor-total-wrapper {
  font-size: var(--loja-resumo-valor-total-font-size, 1.3em);
  font-weight: var(--loja-resumo-valor-total-font-weight, bold);
}
#carrinho-sidebar #resumo-valores-encomenda .iva-incluido-wrapper {
  font-size: var(--iva-incluido-text-font-size, 0.8em);
}

.texto-vermelho {
  color: hsl(3deg, 100%, 65%);
}

.texto-azul {
  color: hsl(123deg, 50%, 43%);
}

.texto-laranja {
  color: hsl(36deg, 86%, 43%);
}

#area-produto-inner {
  --produto-wishlist-btn-bg-color: hsl(0, 0%, 97%);
  --produto-wishlist-btn-bg-color--hover: hsl(0, 0%, 92%);
  --produto-wishlist-btn-color: #231f20;
  --produto-preco-font-size: 1.2rem;
  --produto-preco-font-weight: bold;
  --produto-preco-color: inherit;
}
#area-produto-inner .produto-columns {
  margin: 0;
  margin-bottom: 2rem;
  display: flex;
  gap: 0 30px;
  align-items: flex-start;
  --coluna-thumbs-width: 50px;
}
#area-produto-inner .produto-columns .coluna-galeria,
#area-produto-inner .produto-columns .coluna-detalhes {
  width: calc(45% - 15px);
  min-width: 100px;
  padding: 0;
}
#area-produto-inner .produto-columns .coluna-galeria {
  display: flex;
  flex-wrap: nowrap;
  gap: 15px;
  width: calc(55% - 15px);
  position: sticky;
  top: 15px;
}
#area-produto-inner .produto-columns .coluna-galeria .coluna-thumbs {
  width: var(--coluna-thumbs-width);
  padding: 0;
}
#area-produto-inner .produto-columns .coluna-galeria .coluna-slider {
  width: calc(100% - var(--coluna-thumbs-width) - 30px);
  aspect-ratio: 1;
}
@media only screen and (max-width:1024px) {
  #area-produto-inner .produto-columns .coluna-detalhes {
    width: calc(50% - 15px);
  }
  #area-produto-inner .produto-columns .coluna-galeria {
    width: calc(50% - 15px);
    flex-wrap: wrap;
    gap: 1rem;
    flex-direction: column;
  }
  #area-produto-inner .produto-columns .coluna-galeria .coluna-thumbs,
#area-produto-inner .produto-columns .coluna-galeria .coluna-slider {
    width: 100%;
  }
  #area-produto-inner .produto-columns .coluna-galeria .coluna-slider {
    order: 1;
  }
  #area-produto-inner .produto-columns .coluna-galeria .coluna-thumbs {
    order: 2;
  }
}
@media only screen and (max-width: 640px) {
  #area-produto-inner .produto-columns {
    flex-wrap: wrap;
    gap: 1rem;
  }
  #area-produto-inner .produto-columns .coluna-galeria,
#area-produto-inner .produto-columns .coluna-detalhes {
    width: 100%;
  }
}
#area-produto-inner .produto-galeria-wrapper {
  position: relative;
}
#area-produto-inner .produto-galeria-wrapper .produto-galeria .slider-item {
  flex: 1 0 auto;
}
#area-produto-inner .produto-galeria-wrapper .produto-galeria .slider-item-img-wrapper {
  position: relative;
  display: block;
  aspect-ratio: 1;
}
#area-produto-inner .produto-galeria-wrapper .produto-galeria .slider-item-img-wrapper img {
  width: 100%;
}
#area-produto-inner .produto-galeria-wrapper .produto-galeria .slider-arrow {
  font-family: "Work Sans", sans-serif;
  /*width: 11px;*/
  height: 80px;
  width: 60px;
  position: absolute;
  z-index: 10;
  top: 50%;
  /* margin-top: -10px; */
  outline: none;
  transform: translate(0px, -50%);
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center center;
  filter: drop-shadow(0px 0px 3px hsla(0deg, 0%, 0%, 0.2));
  border-radius: var(--border-radius);
  transition: background-color 0.1s ease;
}
#area-produto-inner .produto-galeria-wrapper .produto-galeria .slider-arrow:focus {
  outline: none;
}
#area-produto-inner .produto-galeria-wrapper .produto-galeria .slider-arrow:before {
  content: "";
}
#area-produto-inner .produto-galeria-wrapper .produto-galeria .slider-arrow:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
#area-produto-inner .produto-galeria-wrapper .produto-galeria .slider-arrow.slider-arrow-prev {
  left: 5px;
  background-image: url("../../multimedia/imagem/left-arrow.svg");
}
#area-produto-inner .produto-galeria-wrapper .produto-galeria .slider-arrow.slider-arrow-next {
  right: 5px;
  background-image: url("../../multimedia/imagem/right-arrow.svg");
}
#area-produto-inner .produto-galeria-wrapper .produto-galeria.zoom-enabled .zoom-wrapper .zoom-target {
  cursor: zoom-in;
}
#area-produto-inner .produto-galeria-wrapper .produto-galeria .zoom-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: auto !important;
}
#area-produto-inner .produto-galeria-wrapper .produto-galeria .zoom-wrapper .zoom-target {
  opacity: 1;
  height: 100%;
  width: 100%;
}
#area-produto-inner .produto-galeria-wrapper .produto-galeria .zoom-wrapper .zoom-target > div {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
}
#area-produto-inner .produto-galeria-wrapper .produto-galeria .zoom-wrapper .zoom-target .zoom-img {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  backface-visibility: hidden;
}
#area-produto-inner .produto-galeria-wrapper .produto-galeria .zoom-wrapper .zoom-target.zoomed .zoom-img {
  display: block;
}
#area-produto-inner .produto-galeria-wrapper .slider-dots {
  position: absolute;
  /*margin-top: 20px;*/
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  margin-bottom: 0;
}
#area-produto-inner .produto-galeria-wrapper .slider-dots .slider-dot {
  height: 10px;
  width: 10px;
  display: inline-block;
  /*border-radius: 50%;*/
  /*margin: 0 5px;*/
  box-shadow: inset 0 0 0 1px #000;
  /*background-color: transparent;*/
}
#area-produto-inner .produto-galeria-wrapper .slider-dots .slider-dot.slider-dot-active {
  transform: none;
  box-shadow: inset 0 0 0 8px #000;
}
#area-produto-inner .produto-galeria-thumbs {
  max-height: 100%;
  height: 100%;
}
#area-produto-inner .produto-galeria-thumbs .swiper-wrapper {
  height: auto;
}
#area-produto-inner .produto-galeria-thumbs .thumb-item {
  cursor: pointer;
  text-align: center;
  width: var(--coluna-thumbs-width);
  height: var(--coluna-thumbs-width);
  position: relative;
}
#area-produto-inner .produto-galeria-thumbs .thumb-item.swiper-slide-thumb-active {
  cursor: default;
}
#area-produto-inner .produto-galeria-thumbs .thumb-item.swiper-slide-thumb-active:after {
  opacity: 1;
}
#area-produto-inner .produto-galeria-thumbs .thumb-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#area-produto-inner .produto-galeria-thumbs .thumb-item:after {
  opacity: 0;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: solid 2px;
  transition: opacity 0.2s ease;
}
#area-produto-inner .produto-galeria-thumbs,
#area-produto-inner .produto-galeria {
  opacity: 0;
  transition: opacity 0.2s ease;
}
@media (max-width: 768px) {
  #area-produto-inner .produto-galeria .slider-item .img {
    width: 100%;
  }
}
#area-produto-inner .produto-titulo {
  text-align: left;
}
#area-produto-inner .produto__preco {
  margin: 1rem 0;
}
#area-produto-inner .produto__preco .preco-wrapper {
  font-size: var(--produto-preco-font-size);
  font-weight: var(--produto-preco-font-weight, normal);
  color: var(--produto-preco-color);
}
#area-produto-inner .produto__preco .preco-wrapper .preco-antigo {
  font-size: var(--produto-preco-antigo-font-size, 0.8em);
  text-decoration: var(--produto-preco-antigo-text-decoration, line-through);
  opacity: var(--produto-preco-antigo-opacity, 0.5);
}
#area-produto-inner .produto-disponibilidade-expedicao-wrapper {
  margin: 1rem 0;
}
#area-produto-inner .produto__aviso-disponibilidade__wrapper {
  margin: 1rem 0;
  display: flex;
}
#area-produto-inner .produto__aviso-disponibilidade__wrapper .produto__aviso-disponibilidade {
  display: inline-flex;
  align-items: center;
  gap: 0 5px;
  font-weight: 600;
}
#area-produto-inner .produto__aviso-disponibilidade__wrapper .produto__aviso-disponibilidade:not(:hover) {
  text-decoration: none;
}
#area-produto-inner .produto__aviso-disponibilidade__wrapper .produto__aviso-disponibilidade .icon {
  line-height: 1.5;
  font-size: 1.5em;
}
#area-produto-inner .produto__promo-info {
  font-size: 0.7em;
}
#area-produto-inner .buttons-wrapper {
  display: flex;
  align-items: stretch;
  gap: 1rem 10px;
  flex-wrap: wrap;
}
#area-produto-inner .buttons-wrapper > * {
  height: 3rem;
}
#area-produto-inner .buttons-wrapper .qtd-wrapper {
  flex: 0 0 60px;
  display: flex;
  align-items: center;
}
#area-produto-inner .buttons-wrapper .qtd-wrapper .qtd {
  flex: 1 1 auto;
  min-width: 60px;
  margin: 0;
  text-align: center;
  height: 100%;
}
#area-produto-inner .buttons-wrapper .wishlist-button {
  margin: 0;
  flex: 0 0 auto;
  min-width: min-content;
  padding: 10px;
  aspect-ratio: 1;
  background-color: var(--produto-wishlist-btn-bg-color);
  border-color: var(--produto-wishlist-btn-border-color, transparent);
  color: var(--produto-wishlist-btn-color);
}
#area-produto-inner .buttons-wrapper .wishlist-button:hover {
  --produto-wishlist-btn-bg-color: var(--produto-wishlist-btn-bg-color--hover);
}
#area-produto-inner .buttons-wrapper .wishlist-button .icon {
  transition: none;
  width: 1.5rem;
  height: 1.5rem;
  margin: 0 !important;
}
#area-produto-inner .buttons-wrapper .button {
  flex: 1 1 auto;
  margin: 0;
  min-width: min-content;
  padding-left: 1rem;
  padding-right: 1rem;
}
#area-produto-inner .buttons-wrapper .produto__add-to-cart {
  background-color: var(--produto__btn-add-to-cart-bg-color, var(--btn-bg-color));
  border-color: var(--produto__btn-add-to-cart-border-color, var(--btn-border-color));
  color: var(--produto__btn-add-to-cart-color, var(--btn-color));
}
#area-produto-inner .buttons-wrapper .produto__add-to-cart[disabled] {
  opacity: 1;
  --btn-bg-color: var(--produto__btn-add-to-cart--disabled-bg-color, #CCC);
  --btn-border-color: var(--produto__btn-add-to-cart--disabled-border-color, var(--produto__btn-add-to-cart--disabled-bg-color, #CCC));
  --btn-color: var(--produto__btn-add-to-cart--disabled-color, #FFF);
  text-shadow: 0 0 1px hsla(0deg, 0%, 0%, 0.5);
}
#area-produto-inner .produto__propriedade {
  margin: 1rem 0 1.5rem 0;
  --outline-color: hsl(0, 0%, 90%);
  --outline-color-focus: hsl(0 0% 53% / 0.4);
  --outline-color-selected: hsl(0, 0%, 53%);
}
#area-produto-inner .produto__propriedade .produto__propriedade__label {
  display: flex;
  margin-bottom: 0.5rem;
  justify-content: space-between;
}
#area-produto-inner .produto__propriedade .produto__propriedade__label .produto__propriedade__titulo {
  font-weight: 500;
  font-size: 1.1rem;
}
#area-produto-inner .produto__propriedade .produto__propriedade__valores .produto__propriedade__valor-item {
  margin-bottom: 0;
}
#area-produto-inner .produto__propriedade .produto__propriedade__valores .produto__propriedade__valor-item input {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
#area-produto-inner .produto__propriedade .produto__propriedade__valores .produto__propriedade__valor-item input:focus-visible ~ .produto__propriedade__valor-item__label {
  box-shadow: 0 0 0 3px var(--outline-color-focus);
}
#area-produto-inner .produto__propriedade .produto__propriedade__valores .produto__propriedade__valor-item input:checked ~ .produto__propriedade__valor-item__label {
  outline: solid 2px var(--outline-color-selected);
}
#area-produto-inner .produto__propriedade.produto__propriedade--cor .produto__propriedade__valores {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}
#area-produto-inner .produto__propriedade.produto__propriedade--cor .produto__propriedade__valor-item {
  position: relative;
}
#area-produto-inner .produto__propriedade.produto__propriedade--cor .produto__propriedade__valor-item .produto__propriedade__valor-item__label {
  display: block;
  margin: 0;
  padding: 0.2rem;
  text-align: center;
  outline: solid 1px var(--outline-color);
  border-radius: 2rem;
}
#area-produto-inner .produto__propriedade.produto__propriedade--cor .produto__propriedade__valor-item .produto__propriedade__valor-item__label .cor-item-bg {
  display: block;
  background-color: var(--cor);
  width: 2rem;
  height: 2rem;
  border-radius: 2rem;
}
#area-produto-inner .produto__propriedade.produto__propriedade--cor .produto__propriedade__valor-item .produto__propriedade__valor-item__label:hover {
  background-color: var(--background-color-hover);
}
#area-produto-inner .produto__propriedade.produto__propriedade--tamanho .produto__propriedade__valores {
  display: flex;
  gap: 1rem;
}
#area-produto-inner .produto__propriedade.produto__propriedade--tamanho .produto__propriedade__valor-item {
  position: relative;
  flex: 1 0 60px;
  min-width: min-content;
  max-width: 80px;
}
#area-produto-inner .produto__propriedade.produto__propriedade--tamanho .produto__propriedade__valor-item .produto__propriedade__valor-item__label {
  --background-color: transparent;
  --background-color-hover: hsl(210deg 20% 98%);
  display: block;
  margin: 0;
  width: 100%;
  padding: 0.75rem 1rem;
  text-align: center;
  outline: solid 1px var(--outline-color);
  border-radius: var(--border-radius);
  background-color: var(--background-color);
}
#area-produto-inner .produto__propriedade.produto__propriedade--tamanho .produto__propriedade__valor-item .produto__propriedade__valor-item__label:hover {
  background-color: var(--background-color-hover);
}
#area-produto-inner .qtd-wrapper {
  display: inline-block;
}
#area-produto-inner .qtd-wrapper button,
#area-produto-inner .qtd-wrapper input {
  display: inline-block;
}
#area-produto-inner .qtd-wrapper input {
  max-width: 50px;
}
#area-produto-inner .produto__stock-wrapper {
  margin: 1rem 0;
}
#area-produto-inner .produto__stock-wrapper .stock-unavailable {
  display: inline-block;
  color: hsl(3deg, 100%, 65%);
}
#area-produto-inner .produtos-relacionados-wrapper .produtos-relacionados-slider-wrapper {
  position: relative;
}
@media only screen and (max-width:1024px) {
  #area-produto-inner .produtos-relacionados-wrapper .produtos-relacionados-slider-wrapper .slider-arrow {
    display: none;
  }
}
#area-produto-inner .produtos-relacionados-wrapper .produtos-relacionados-slider-wrapper .slider-arrow {
  position: absolute;
  top: calc(50% - 80px);
  outline: none !important;
  cursor: pointer;
}
#area-produto-inner .produtos-relacionados-wrapper .produtos-relacionados-slider-wrapper .slider-arrow.swiper-button-disabled {
  display: none;
}
#area-produto-inner .produtos-relacionados-wrapper .produtos-relacionados-slider-wrapper .slider-arrow svg {
  height: 30px;
  width: 20px;
}
#area-produto-inner .produtos-relacionados-wrapper .produtos-relacionados-slider-wrapper .slider-arrow svg * {
  fill: currentColor;
}
#area-produto-inner .produtos-relacionados-wrapper .produtos-relacionados-slider-wrapper .slider-arrow-prev {
  left: -30px;
}
#area-produto-inner .produtos-relacionados-wrapper .produtos-relacionados-slider-wrapper .slider-arrow-next {
  right: -30px;
}
#area-produto-inner .produto__descricao {
  margin: 2rem 0;
}
#area-produto-inner .wishlist-button span {
  vertical-align: initial;
}

#dialog-quick-buy {
  max-width: 1100px;
}

.produto-item-wrapper {
  margin-bottom: 20px;
  --img-aspect-ratio: 100%;
}
.produto-item-wrapper .produto-item {
  text-align: center;
  position: relative;
  display: block;
}
.produto-item-wrapper .produto-item a {
  text-decoration: none;
  display: block;
  text-align: left;
}
.produto-item-wrapper .produto-item a:hover, .produto-item-wrapper .produto-item a:focus {
  text-decoration: none;
  color: inherit;
}
.produto-item-wrapper .produto-item .img-outer-wrapper {
  position: relative;
  display: block;
}
.produto-item-wrapper .produto-item .wishlist-button {
  padding: 7px;
  border-radius: 50%;
  line-height: 1;
  top: 0;
  right: 5px;
  position: absolute;
  z-index: 1;
  display: flex;
  border: none;
  margin: calc(var(--img-aspect-ratio) - 1rem - 14px - 5px) 0 0;
  background-color: var(--produto-wishlist-btn-bg-color, white);
  border-color: var(--produto-wishlist-btn-border-color, transparent);
  color: var(--produto-wishlist-btn-color);
}
.produto-item-wrapper .produto-item .wishlist-button .icon {
  height: 1rem;
  width: 1rem;
}
.produto-item-wrapper .produto-item .img-outer-wrapper {
  padding-top: var(--img-aspect-ratio);
}
.produto-item-wrapper .produto-item .img-outer-wrapper .img-wrapper,
.produto-item-wrapper .produto-item .img-outer-wrapper .img-verso-wrapper {
  display: block;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: opacity 0.15s ease;
}
.produto-item-wrapper .produto-item .img-outer-wrapper .img-wrapper img,
.produto-item-wrapper .produto-item .img-outer-wrapper .img-verso-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.produto-item-wrapper .produto-item .img-outer-wrapper .img-verso-wrapper {
  opacity: 0;
  background-color: white;
}
.produto-item-wrapper .produto-item .img-outer-wrapper.img-outer-wrapper--tem-verso:hover .img-verso-wrapper {
  opacity: 1;
}
.produto-item-wrapper .produto-item .esgotado, .produto-item-wrapper .produto-item .desconto, .produto-item-wrapper .produto-item .novo {
  display: inline-block;
  padding: 5px 10px;
  line-height: 1;
  margin-left: 8px;
  position: absolute;
  top: 5px;
  right: 5px;
  background-color: #948f8f;
  color: #FFF;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 13px;
  border-radius: var(--border-radius);
}
.produto-item-wrapper .produto-item .desconto {
  background-color: #231f20;
  color: white;
  text-transform: lowercase;
}
.produto-item-wrapper .produto-item .desconto .ate {
  font-size: 0.8em;
}
.produto-item-wrapper .produto-item .novo {
  background-color: #231f20;
  color: #FFF;
  text-transform: uppercase;
}
.produto-item-wrapper .produto-item .produto-nome {
  text-align: left;
  line-height: 1.2;
  font-size: 1rem;
  margin-bottom: 0;
  /*padding-left: 5px;*/
  /*padding-right: 5px;*/
}
.produto-item-wrapper .produto-item .preco-wrapper {
  display: inline-block;
  text-align: left;
  font-size: 0.9rem;
}
.produto-item-wrapper .produto-item .preco-wrapper .preco-antigo {
  text-decoration: line-through;
  font-size: 0.8em;
}
.produto-item-wrapper .produto-item .preco-wrapper .preco-novo {
  color: hsl(347deg, 86%, 43%);
}
.produto-item-wrapper .produto-item .preco-wrapper .desde {
  font-weight: 300;
  font-size: 0.8em;
  color: #888;
}

button.wishlist-button {
  background-color: var(--produto-wishlist-btn-bg-color, white);
  border-color: var(--produto-wishlist-btn-border-color, transparent);
  color: var(--produto-wishlist-btn-color, #231f20);
  padding: 0;
}
button.wishlist-button.add-to-wishlist .remove-from-wishlist-icon {
  display: none !important;
}
button.wishlist-button.remove-from-wishlist .add-to-wishlist-icon {
  display: none !important;
}
button.wishlist-button.loading {
  opacity: 0.6;
}
button.wishlist-button .icon {
  transition: none;
  width: 1.5rem;
  height: 1.5rem;
  margin: 0;
}

.wrapper-pagamento-cancelado {
  /*margin-top: 30px;*/
}

@media only screen and (max-width:1024px) {
  #area-shop-inner #filtragem #abrir-filtragem-mobile {
    z-index: 1;
    position: relative;
    left: 0;
    top: 0;
    margin-bottom: 10px;
    display: inline-block;
    text-decoration: none;
    float: right;
  }
  #area-shop-inner #filtragem #abrir-filtragem-mobile.has-filters:before {
    content: attr(data-num-filters);
    display: block;
    position: absolute;
    top: -3px;
    left: -5px;
    width: 12px;
    height: 12px;
    line-height: 12px;
    border-radius: 12px;
    background-color: #231f20;
    color: white;
    z-index: 10;
    font-size: 8px;
    padding: 1px;
    text-align: center;
  }
  #area-shop-inner #filtragem #abrir-filtragem-mobile .icon {
    display: inline-block;
    cursor: pointer;
    width: 24px;
    height: 24px;
  }
  #area-shop-inner #filtragem #abrir-filtragem-mobile .icon img {
    position: absolute;
  }
  #area-shop-inner #filtragem #abrir-filtragem-mobile .icon svg {
    fill: #74676a;
  }
  #area-shop-inner #filtragem #container-filtragem .filtragem-titulo {
    font-size: 28px;
  }
  #area-shop-inner #filtragem #container-filtragem #filtragem-container-footer {
    position: absolute;
    bottom: 0;
    z-index: 10;
    padding: 15px;
    right: 0;
    left: 0;
    background-color: white;
  }
  #area-shop-inner #filtragem #container-filtragem #filtragem-container-footer button {
    margin-bottom: 0;
  }
  #area-shop-inner #filtragem #container-filtragem #filtragem-overlay {
    z-index: 1003;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s ease-out;
  }
  #area-shop-inner #filtragem #container-filtragem .container-filtragem-inner {
    padding: 50px 20px 20px;
    position: fixed;
    background-color: #FFF;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1000000;
    max-width: 300px;
    width: 100%;
    transition: transform 0.2s ease-out;
    transform: translate3d(100%, 0, 0);
  }
  #area-shop-inner #filtragem #container-filtragem .container-filtragem-inner ._close {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 10px;
    right: 20px;
    display: block;
    color: #000;
    width: 30px;
    height: 30px;
    padding: 0;
    margin: 0;
    background: transparent;
    border: none;
  }
  #area-shop-inner #filtragem #container-filtragem .container-filtragem-inner ._close:before, #area-shop-inner #filtragem #container-filtragem .container-filtragem-inner ._close:after {
    background-color: #000;
    content: "";
    position: absolute;
    height: 2px;
    width: 100%;
    left: 0;
    top: 50%;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    transition: transform 0.25s;
  }
  #area-shop-inner #filtragem #container-filtragem .container-filtragem-inner ._close:before {
    transform: rotate3d(0, 0, 1, 45deg);
  }
  #area-shop-inner #filtragem #container-filtragem .container-filtragem-inner ._close:after {
    transform: rotate3d(0, 0, 1, -45deg);
  }
  #area-shop-inner #filtragem #container-filtragem .container-filtragem-inner .filtragem-inner-wrapper {
    overflow: auto;
    position: absolute;
    top: 50px;
    bottom: 76px;
    right: 0;
    left: 0;
    padding-left: 20px;
    padding-right: 20px;
  }
  #area-shop-inner #filtragem #container-filtragem.open #filtragem-overlay {
    opacity: 1;
    visibility: visible;
  }
  #area-shop-inner #filtragem #container-filtragem.open .container-filtragem-inner {
    opacity: 1;
    visibility: visible;
    transition: opacity 0s ease-out 0s, visibility 0s ease-out 0s, transform 0.3s ease-out 0s;
    transform: translate3d(0%, 0, 0);
  }
  #area-shop-inner #filtragem #container-filtragem.open .container-filtragem-inner ._close {
    opacity: 1;
    visibility: visible;
  }
}
@media only screen and (min-width:1025px) {
  #area-shop-inner #filtragem #filtrar-produtos {
    display: none;
  }
  #area-shop-inner #filtragem ._close {
    display: none;
  }
  #area-shop-inner #filtragem #abrir-filtragem-mobile,
#area-shop-inner #filtragem #container-filtragem-mobile {
    display: none;
  }
}

.my-cart-link {
  vertical-align: middle;
}
.my-cart-link .my-cart {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 10px;
  height: 19px;
}
.my-cart-link .my-cart .my-cart__count-wrapper {
  position: absolute;
  top: -9.5px;
  right: 0;
  vertical-align: middle;
  min-width: 19px;
  height: 19px;
  line-height: 19px;
  border-radius: 60px;
  background-color: #231f20;
  color: #FFF;
  display: inline-block;
  text-align: center;
  font-size: 0.8em;
}
.my-cart-link:hover .my-cart .my-cart__count-wrapper {
  background-color: rgba(35, 31, 32, 0.9);
  color: #FFF;
}

.product-item-wrapper .product-info {
  text-align: left;
  padding-left: 20px;
  padding-right: 20px;
}
.product-item-wrapper .product-info .product-info-inner {
  text-align: left;
}
.product-item-wrapper .product-info .product-info-inner h4, .product-item-wrapper .product-info .product-info-inner h2 {
  text-align: left;
}
.product-item-wrapper .product-info .product-info-inner button,
.product-item-wrapper .product-info .product-info-inner .description {
  display: none;
}
.product-item-wrapper .top-info {
  padding-left: 20px;
}

#main-container .product-item-wrapper {
  text-align: center;
  padding: 0 3px;
  margin-bottom: 60px;
  color: #231f20;
  outline: none;
}
#main-container .product-item-wrapper .product-item__video-wrapper {
  position: relative;
}
#main-container .product-item-wrapper .product-item__video-wrapper video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}
#main-container .product-item-wrapper .img-wrapper, #main-container .product-item-wrapper .img-verso-wrapper, #main-container .product-item-wrapper .product-item__video-wrapper {
  padding-top: 142%;
}
#main-container .product-item-wrapper .img-wrapper img, #main-container .product-item-wrapper .img-verso-wrapper img, #main-container .product-item-wrapper .product-item__video-wrapper img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: contain;
}
#main-container .product-item-wrapper:focus {
  outline: none;
}
#main-container .product-item-wrapper .product-price {
  font-size: 12px;
}
#main-container .product-item-wrapper .new-price {
  color: #EF464E;
  margin-right: 15px;
}
#main-container .product-item-wrapper .old-price {
  text-decoration: line-through;
}
#main-container .product-item-wrapper .product-item {
  position: relative;
  max-width: 442px;
  margin-left: auto;
  margin-right: auto;
}
#main-container .product-item-wrapper .top-info {
  text-transform: uppercase;
  font-weight: 400;
  height: auto;
  text-align: left;
  min-height: 24px;
  display: flex;
  align-items: center;
  top: 29px;
  left: 0;
  background-color: white;
  position: absolute;
  z-index: 2;
  padding: 7px 20px;
  font-size: 12px;
  color: #000;
  letter-spacing: 0.5px;
}
#main-container .product-item-wrapper .top-info .medium-down-wishlist {
  float: right;
}
#main-container .product-item-wrapper .top-info .medium-down-wishlist i {
  margin-right: 0;
}
#main-container .product-item-wrapper .top-info .sold-out {
  color: #ccc;
}
#main-container .product-item-wrapper .top-info .discount {
  color: black;
}
@media only screen and (max-width: 640px) {
  #main-container .product-item-wrapper .top-info .ultimas-unidades {
    font-size: 11px;
  }
}
#main-container .product-item-wrapper .img-wrapper, #main-container .product-item-wrapper .img-verso-wrapper {
  position: relative;
  text-align: center;
}
#main-container .product-item-wrapper .img-verso-wrapper {
  position: absolute;
  top: 0;
  width: 100%;
  background-color: white;
  opacity: 0;
  z-index: 1;
  transition: opacity 0.2s ease-in-out;
}
#main-container .product-item-wrapper .dots {
  position: absolute;
  width: 100%;
  z-index: 2;
  height: 8px;
  line-height: 8px;
  transform: translateY(-26px);
}
#main-container .product-item-wrapper .dots span {
  display: inline-block;
  border-radius: 100%;
  width: 6px;
  height: 6px;
  transition: opacity 0.2s ease-in-out;
  border: solid 1px currentColor;
}
#main-container .product-item-wrapper .dots :first-child {
  background-color: currentColor;
}
#main-container .product-item-wrapper:hover .img-verso-wrapper {
  opacity: 1;
}
#main-container .product-item-wrapper:hover .dots :first-child {
  background-color: transparent;
}
#main-container .product-item-wrapper:hover .dots :last-child {
  background-color: currentColor;
}
#main-container .product-item-wrapper h4, #main-container .product-item-wrapper h2 {
  margin-top: 20px;
  display: block;
  font-size: 14px;
  text-transform: none;
  font-weight: 600;
  line-height: 1.25em;
}
#main-container .product-item-wrapper .view-details {
  display: none;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 900;
  line-height: 1.1em;
  margin-bottom: 25px;
}
#main-container .product-item-wrapper .add-to-cart {
  display: inline-block;
  margin-bottom: 5px;
}
#main-container .product-item-wrapper .wishlist-button {
  margin: 0;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  display: inline-block;
  line-height: 13px;
  padding: 0;
  height: auto;
  background-color: transparent !important;
  vertical-align: middle;
}
#main-container .product-item-wrapper .wishlist-button i,
#main-container .product-item-wrapper .wishlist-button span {
  vertical-align: middle;
}
#main-container .product-item-wrapper .description {
  font-size: 12px;
}
#main-container #area-shop-inner #listagem-produtos__header-wrapper {
  display: grid;
  grid-template-areas: "titulo titulo" "breadcrumbs filtros";
  margin-bottom: 70px;
}
@media only screen and (max-width:1024px) {
  #main-container #area-shop-inner #listagem-produtos__header-wrapper {
    grid-template-columns: 1fr min-content;
    grid-template-areas: "breadcrumbs breadcrumbs" "titulo filtros";
    margin-top: 1rem;
    margin-bottom: 1rem;
    border-bottom: solid 1px;
  }
}
@media only screen and (max-width: 640px) {
  #main-container #area-shop-inner #listagem-produtos__header-wrapper {
    grid-template-columns: 1fr;
    grid-template-areas: "breadcrumbs" "titulo" "filtros";
    padding-bottom: 28px;
  }
}
#main-container #area-shop-inner #listagem-produtos__header-wrapper .listagem-produtos__header__titulo {
  grid-area: titulo;
  align-content: center;
}
#main-container #area-shop-inner #listagem-produtos__header-wrapper .listagem-produtos__header__breadcrumb {
  grid-area: breadcrumbs;
  align-content: center;
}
#main-container #area-shop-inner #listagem-produtos__header-wrapper .listagem-produtos__header__filtros {
  grid-area: filtros;
  align-content: center;
  --filtragem-triggers-espacamento-vertical: 0;
  --filtragem-triggers-border: solid 1px currentColor;
  --filtragem-triggers-border-radius: 50px;
  --filtragem-triggers-font-size: 12px;
  --filtragem-triggers-padding-y: 6px;
}
#main-container #area-shop-inner #listagem-produtos__header-wrapper .listagem-produtos__header__filtros #loja__filtragem__abrir {
  --filtragem-triggers-padding: var(--filtragem-triggers-padding-y) var(--filtragem-triggers-padding-x);
  --filtragem-triggers-padding-y: 6px;
}
@media only screen and (max-width: 640px) {
  #main-container #area-shop-inner #listagem-produtos__header-wrapper .listagem-produtos__header__filtros #loja__filtragem__abrir {
    justify-content: center;
  }
}
#main-container #area-shop-inner #listagem-produtos__header-wrapper .listagem-produtos__header__filtros .loja__filtragem__ordenacao {
  padding-top: 10px;
  padding-bottom: 1px;
}
#main-container #area-shop-inner #listagem-produtos__header-wrapper .listagem-produtos__header__filtros .loja__filtragem__ordenacao__subtitulo {
  padding-top: 2px;
}
#main-container #area-shop-inner #listagem-produtos__header-wrapper .loja__filtragem__filtro-wrapper .loja__filtragem__filtro--grid-items {
  padding: 0;
  display: grid;
  gap: 8px;
  flex-wrap: wrap;
  grid-template-columns: repeat(auto-fill, 23px);
  max-width: 230px;
}
#main-container #area-shop-inner #listagem-produtos__header-wrapper .loja__filtragem__filtro-wrapper .loja__filtragem__filtro--grid-items input {
  display: none;
}
#main-container #area-shop-inner #listagem-produtos__header-wrapper .loja__filtragem__filtro-wrapper .loja__filtragem__filtro--grid-items input:checked + .img-wrapper {
  border-color: #000;
}
#main-container #area-shop-inner #listagem-produtos__header-wrapper .loja__filtragem__filtro-wrapper .loja__filtragem__filtro--grid-items > label {
  padding-bottom: 0;
  aspect-ratio: 1;
  display: block;
  margin: 0;
}
#main-container #area-shop-inner #listagem-produtos__header-wrapper .loja__filtragem__filtro-wrapper .loja__filtragem__filtro--grid-items > label .img-wrapper {
  display: grid;
  aspect-ratio: 1;
  height: 100%;
  width: 100%;
  border: solid 1px #e6e6e6;
  border-radius: 50%;
  place-content: center;
}
#main-container #area-shop-inner #listagem-produtos__header-wrapper .loja__filtragem__filtro-wrapper .loja__filtragem__filtro--grid-items > label img {
  aspect-ratio: 1;
  width: 15px;
  height: 15px;
  border-radius: 15px;
}
#main-container #area-shop-inner .titulo-categoria-actual {
  text-transform: none;
  font-weight: 600;
  font-family: "Work Sans", sans-serif;
  margin-top: 110px;
  margin-bottom: 70px;
  font-size: 48px;
}
@media only screen and (max-width:1024px) {
  #main-container #area-shop-inner .titulo-categoria-actual {
    font-size: 25px;
    margin-top: 1rem;
    margin-bottom: 2rem;
  }
}
#main-container #area-shop-inner .titulo-categoria-actual .numero-produtos-encontrados {
  font-size: 0.8em;
  font-weight: 600;
  text-transform: none;
  white-space: nowrap;
}
#main-container #listagem-produtos__wrapper .produtos-wrapper .pagination__load-next__wrapper, #main-container #listagem-produtos__wrapper .produtos-wrapper .pagination__load-prev__wrapper {
  text-align: center;
}
#main-container #listagem-produtos__wrapper .produtos-wrapper .pagination__load-next__wrapper a.button, #main-container #listagem-produtos__wrapper .produtos-wrapper .pagination__load-prev__wrapper a.button {
  font-size: 1.1rem;
  padding-left: 2rem;
  padding-right: 2rem;
}
#main-container #listagem-produtos__wrapper {
  --filtragem-sidebar-transition: opacity 0s ease-out 0s, visibility 0s ease-out 0s, transform 0.2s ease-out 0s;
  --filtragem-sidebar-transition-exit: opacity 0.2s ease-out 0s, visibility 0s ease-out 0.2s, transform 0.2s ease-out 0s;
  --filtragem-triggers-border-radius: var(--border-radius);
  --filtragem-triggers-background-color: #f2f2f2;
  --filtragem-triggers-color: #000;
  --filtragem-triggers-padding-x: 15px;
  --filtragem-triggers-padding-y: 10px;
  --filtragem-triggers-padding: var(--filtragem-triggers-padding-y) var(--filtragem-triggers-padding-x);
  --filtragem-triggers-border: none;
  --filtragem-triggers-font-size: 1rem;
  --filtragem-triggers-font-weight: 600;
  --filtragem-triggers-espacamento-vertical: 1rem;
  --filtragem-container-background-color: #FFF;
  display: grid;
  gap: var(--grid-gap) var(--grid-gap);
  grid-template-columns: 1fr;
}
@media (min-width: 1000000px) {
  #main-container #listagem-produtos__wrapper {
    z-index: 1;
    position: relative;
  }
}
@media (max-width:999999px) {
  #main-container #listagem-produtos__wrapper {
    grid-template-columns: 1fr;
  }
}
#main-container #listagem-produtos__wrapper #loja__filtragem label {
  font-weight: normal;
}
#main-container #listagem-produtos__wrapper #loja__filtragem ul {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
}
#main-container #listagem-produtos__wrapper #loja__filtragem ul ul {
  list-style: none;
  padding-left: 1.5rem;
  margin-left: 0;
}
#main-container #listagem-produtos__wrapper .loja__filtragem__ordenacao-wrapper select {
  margin-bottom: 0;
}
#main-container #listagem-produtos__wrapper .loja__filtragem__filtro-categoria__item {
  margin: 0.5rem 0;
}
#main-container #listagem-produtos__wrapper .loja__filtragem__filtro-categoria__item a {
  text-decoration: none;
}
#main-container #listagem-produtos__wrapper .loja__filtragem__filtro-categoria__item a:hover {
  text-decoration: underline;
}
#main-container #listagem-produtos__wrapper .loja__filtragem__filtro-categoria__item .loja__filtragem__filtro-categoria__item {
  padding-left: 1.5rem;
}
#main-container #listagem-produtos__wrapper .loja__filtragem__filtro-categoria__item.loja__filtragem__filtro-categoria__item--actual > .loja__filtragem__filtro-link {
  font-weight: bold;
  text-decoration: none;
}
#main-container #listagem-produtos__wrapper .loja__filtragem__filtro-categoria__item.loja__filtragem__filtro-categoria__item--actual > .loja__filtragem__filtro-link:hover {
  text-decoration: none;
}
#main-container #listagem-produtos__wrapper .loja__filtragem-subtitulo {
  position: relative;
  display: flex;
  gap: 5px;
  justify-content: space-between;
  align-items: center;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
#main-container #listagem-produtos__wrapper .loja__filtragem__remover-filtro {
  display: flex;
  font-size: 1em;
  color: #777;
  text-transform: none;
  margin-top: 10px;
}
#main-container #listagem-produtos__wrapper .loja__filtragem__remover-filtro a {
  display: inline-flex;
  align-items: center;
}
#main-container #listagem-produtos__wrapper .loja__filtragem__remover-filtro a:before {
  content: "";
  display: inline-block;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%23000000' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  width: 1.2em;
  height: 1.2em;
  background-size: contain;
  transform: rotate(90deg);
}
#main-container #listagem-produtos__wrapper #loja__filtragem__abrir {
  position: relative;
}
#main-container #listagem-produtos__wrapper #loja__filtragem__abrir[data-num-filters]:before {
  content: attr(data-num-filters);
  display: grid;
  place-content: center;
  order: 3;
  width: 1.5em;
  height: 1.5em;
  border-radius: 50%;
  background-color: #231f20;
  color: white;
  z-index: 10;
  font-size: 0.6rem;
  padding: 0;
  text-align: center;
}
#main-container #listagem-produtos__wrapper #loja__filtragem__abrir[data-num-filters=""]:before, #main-container #listagem-produtos__wrapper #loja__filtragem__abrir[data-num-filters="0"]:before {
  display: none;
}
#main-container #listagem-produtos__wrapper #loja__filtragem__abrir .icon {
  display: inline-block;
  cursor: pointer;
  width: 18px;
  height: 18px;
}
#main-container #listagem-produtos__wrapper #loja__filtragem__abrir .icon img {
  position: absolute;
}
#main-container #listagem-produtos__wrapper #loja__filtragem__abrir .icon svg {
  fill: #74676a;
}
@media (max-width:999999px) {
  #main-container #listagem-produtos__wrapper {
    --filtragem-container-background-color: #FFF;
  }
  #main-container #listagem-produtos__wrapper #loja__filtragem__triggers-wrapper {
    z-index: 1;
    position: relative;
    display: flex;
    justify-content: flex-end;
    gap: 0 var(--grid-gap);
    align-items: stretch;
    margin-bottom: var(--filtragem-triggers-espacamento-vertical);
    margin-top: calc(var(--filtragem-triggers-espacamento-vertical) - var(--content-inner-wrapper-padding-top));
  }
}
@media only screen and (max-width:999999px) and (max-width: 640px) {
  #main-container #listagem-produtos__wrapper #loja__filtragem__triggers-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width:999999px) {
  #main-container #listagem-produtos__wrapper .loja__filtragem__trigger {
    z-index: 1;
    position: relative;
    display: flex;
    gap: 0 8px;
    align-items: center;
    text-decoration: none;
    line-height: 1.5;
    border-radius: var(--filtragem-triggers-border-radius);
    background-color: var(--filtragem-triggers-background-color);
    color: var(--filtragem-triggers-color);
    padding: var(--filtragem-triggers-padding);
    border: var(--filtragem-triggers-border);
    font-size: var(--filtragem-triggers-font-size);
    font-weight: var(--filtragem-triggers-font-weight);
    cursor: pointer;
    margin: 0;
  }
}
@media (max-width:999999px) {
  #main-container #listagem-produtos__wrapper .loja__filtragem__ordenacao-wrapper {
    margin: 0;
    order: 0;
  }
  #main-container #listagem-produtos__wrapper .loja__filtragem__ordenacao-wrapper .loja__filtragem__ordenacao__subtitulo {
    position: absolute;
    z-index: 20;
    font-size: 0.75em;
    padding: 0 var(--filtragem-triggers-padding-x);
    padding-top: 4px;
    pointer-events: none;
    font-weight: normal;
    margin: 0;
  }
}
@media (max-width:999999px) {
  #main-container #listagem-produtos__wrapper .loja__filtragem__ordenacao {
    --padding-top: calc(12px + 2px);
    --padding-bottom: 4px;
    padding-right: 30px;
    padding-top: var(--padding-top);
    padding-bottom: var(--padding-bottom);
    min-height: 100%;
  }
}
@media (max-width:999999px) {
  #main-container #listagem-produtos__wrapper.open #loja__filtragem__container .loja__filtragem__overlay {
    opacity: 1;
    visibility: visible;
  }
  #main-container #listagem-produtos__wrapper.open #loja__filtragem__container .loja__filtragem__container-inner {
    opacity: 1;
    visibility: visible;
    pointer-events: initial;
    transition: var(--filtragem-sidebar-transition);
    transform: translate3d(0%, 0, 0);
  }
  #main-container #listagem-produtos__wrapper.open #loja__filtragem__container .loja__filtragem__container-inner .loja__filtragem__fechar {
    opacity: 1;
    visibility: visible;
  }
}
@media (max-width:999999px) {
  #main-container #listagem-produtos__wrapper #loja__filtragem__container .filtragem-titulo {
    font-size: 28px;
  }
  #main-container #listagem-produtos__wrapper #loja__filtragem__container .loja__filtragem__overlay {
    z-index: 1003;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s ease-out;
  }
  #main-container #listagem-produtos__wrapper #loja__filtragem__container .loja__filtragem__container-inner {
    padding: 0;
    position: fixed;
    background-color: var(--filtragem-container-background-color);
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1000000;
    max-width: 350px;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: max-content 1fr max-content;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: var(--filtragem-sidebar-transition-exit);
    transform: translate3d(100%, 0, 0);
  }
  #main-container #listagem-produtos__wrapper #loja__filtragem__container .loja__filtragem__container-inner #loja__filtragem__container__header {
    display: flex;
    justify-content: flex-end;
  }
  #main-container #listagem-produtos__wrapper #loja__filtragem__container .loja__filtragem__container-inner #loja__filtragem__container__header .loja__filtragem__fechar {
    position: relative;
    opacity: 1;
    visibility: visible;
    top: 10px;
    right: 20px;
    display: block;
    color: inherit;
    width: 30px;
    height: 30px;
    padding: 0;
    margin: 0;
    background: transparent;
    border: none;
  }
  #main-container #listagem-produtos__wrapper #loja__filtragem__container .loja__filtragem__container-inner #loja__filtragem__container__header .loja__filtragem__fechar:before, #main-container #listagem-produtos__wrapper #loja__filtragem__container .loja__filtragem__container-inner #loja__filtragem__container__header .loja__filtragem__fechar:after {
    background-color: var(--filtragem-sidebar-close-color, #000);
    content: "";
    position: absolute;
    height: var(--filtragem-sidebar-close-stroke-width, 2px);
    width: 100%;
    left: 0;
    top: 50%;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    transition: transform 0.25s;
  }
  #main-container #listagem-produtos__wrapper #loja__filtragem__container .loja__filtragem__container-inner #loja__filtragem__container__header .loja__filtragem__fechar:before {
    transform: rotate3d(0, 0, 1, 45deg);
  }
  #main-container #listagem-produtos__wrapper #loja__filtragem__container .loja__filtragem__container-inner #loja__filtragem__container__header .loja__filtragem__fechar:after {
    transform: rotate3d(0, 0, 1, -45deg);
  }
  #main-container #listagem-produtos__wrapper #loja__filtragem__container .loja__filtragem__container-inner .loja__filtragem__inner-wrapper {
    overflow: auto;
    right: 0;
    left: 0;
    padding-left: 20px;
    padding-right: 20px;
  }
  #main-container #listagem-produtos__wrapper #loja__filtragem__container .loja__filtragem__container-inner #loja__filtragem__container__footer {
    height: var(--footer-height);
    z-index: 10;
    padding: 15px 20px;
    display: flex;
    gap: 10px;
    justify-content: space-evenly;
  }
  #main-container #listagem-produtos__wrapper #loja__filtragem__container .loja__filtragem__container-inner #loja__filtragem__container__footer button {
    flex: 1 1 auto;
    margin-bottom: 0;
  }
}
@media (max-width:999999px) {
  #main-container #listagem-produtos__wrapper #listagem-produtos__produtos__header .loja__filtragem__ordenacao-wrapper {
    display: none;
  }
}
@media (max-width:999999px) {
  #main-container #listagem-produtos__wrapper .sem-produtos {
    text-align: center;
    min-height: 300px;
    display: grid;
    place-content: center;
    margin-bottom: var(--grid-gap);
  }
}
@media (min-width: 1000000px) {
  #main-container #listagem-produtos__wrapper .loja__filtragem__fechar {
    display: none;
  }
  #main-container #listagem-produtos__wrapper .loja__filtragem__ordenacao-wrapper {
    display: grid;
    grid-template-columns: max-content 1fr;
    align-items: center;
    gap: 10px;
  }
  #main-container #listagem-produtos__wrapper .loja__filtragem__container-inner {
    background-color: var(--filtragem-container-background-color);
  }
  #main-container #listagem-produtos__wrapper #loja__filtragem__triggers-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 3;
    position: relative;
    background-color: var(--filtragem-container-background-color);
  }
  #main-container #listagem-produtos__wrapper #loja__filtragem__triggers-wrapper .loja__filtragem__ordenacao-wrapper {
    order: 1;
    margin-bottom: 0;
  }
  #main-container #listagem-produtos__wrapper .loja__filtragem__container-inner {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 2;
    transform: translate3d(0, -20px, 0);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: var(--filtragem-sidebar-transition-exit);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
    padding: 1rem;
  }
  #main-container #listagem-produtos__wrapper .loja__filtragem__inner-wrapper {
    display: flex;
    justify-content: flex-start;
    gap: var(--grid-gap);
  }
  #main-container #listagem-produtos__wrapper .loja__filtragem__filtro-outer-wrapper {
    flex: 1;
    min-width: 200px;
    max-width: 300px;
  }
  #main-container #listagem-produtos__wrapper #loja__filtragem__container {
    position: relative;
  }
  #main-container #listagem-produtos__wrapper #loja__filtragem__container .filtragem-titulo {
    font-size: 28px;
  }
  #main-container #listagem-produtos__wrapper #loja__filtragem__container__footer {
    display: grid;
    place-content: center;
    gap: 10px;
    grid-template-columns: max-content max-content;
    margin-top: 2rem;
  }
  #main-container #listagem-produtos__wrapper #loja__filtragem__abrir {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
  }
  #main-container #listagem-produtos__wrapper #loja__filtragem__abrir[data-num-filters]:before {
    position: static;
    order: 1;
    margin-left: 4px;
  }
  #main-container #listagem-produtos__wrapper #loja__filtragem__abrir span {
    font-size: 1.1rem;
  }
  #main-container #listagem-produtos__wrapper #loja__filtragem__abrir .icon {
    order: 2;
    font-size: 1.5rem;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%23000000' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
    background-size: 1em 1em;
    background-repeat: no-repeat;
    transition: var(--filtragem-sidebar-transition);
  }
  #main-container #listagem-produtos__wrapper #loja__filtragem__abrir .icon svg {
    display: none;
  }
  #main-container #listagem-produtos__wrapper .loja__filtragem__overlay {
    z-index: 1003;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s ease-out;
    position: absolute;
    z-index: 1;
    left: var(--padding-gap);
    right: var(--padding-gap);
  }
  #main-container #listagem-produtos__wrapper.open #listagem-produtos__produtos .loja__filtragem__overlay {
    opacity: 1;
    visibility: visible;
  }
  #main-container #listagem-produtos__wrapper.open .loja__filtragem__container-inner {
    opacity: 1;
    visibility: visible;
    pointer-events: initial;
    transition: var(--filtragem-sidebar-transition);
    transform: translate3d(0%, 0, 0);
  }
  #main-container #listagem-produtos__wrapper.open .loja__filtragem__container-inner .loja__filtragem__fechar {
    opacity: 1;
    visibility: visible;
  }
  #main-container #listagem-produtos__wrapper.open #loja__filtragem__abrir .icon {
    transform: rotate(180deg);
  }
  #main-container #listagem-produtos__wrapper #listagem-produtos__produtos__header .loja__filtragem__ordenacao-wrapper {
    display: none;
  }
  #main-container #listagem-produtos__wrapper .sem-produtos {
    text-align: center;
    min-height: 300px;
    display: grid;
    place-content: center;
    margin-bottom: var(--grid-gap);
  }
}
#main-container #listagem-produtos__wrapper #loja__filtragem__fixed-triggers-wrapper {
  display: flex;
  justify-content: flex-end;
  opacity: 0;
  pointer-events: none;
  transform: translate3d(0, -100%, 0);
  position: fixed;
  left: 0;
  right: 0;
  background-color: white;
  z-index: 6;
  box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.15);
  padding: 10px var(--grid-gap);
  gap: var(--grid-gap);
  transition: 0.15s ease;
}
#main-container #listagem-produtos__wrapper #loja__filtragem__fixed-triggers-wrapper.show {
  opacity: 1;
  pointer-events: all;
  transform: translate3d(0, 0, 0);
}
#main-container #listagem-produtos__wrapper #loja__filtragem__triggers-wrapper,
#main-container #listagem-produtos__wrapper #loja__filtragem__fixed-triggers-wrapper {
  --grid-gap: 15px;
}
@media only screen and (max-width:1024px) {
  #main-container #listagem-produtos__wrapper #loja__filtragem__triggers-wrapper,
#main-container #listagem-produtos__wrapper #loja__filtragem__fixed-triggers-wrapper {
    display: grid;
    grid-template-columns: max-content min-content;
    justify-content: flex-end;
  }
}
@media only screen and (max-width: 640px) {
  #main-container #listagem-produtos__wrapper #loja__filtragem__triggers-wrapper,
#main-container #listagem-produtos__wrapper #loja__filtragem__fixed-triggers-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
#main-container #listagem-produtos__wrapper #loja__filtragem__container .loja__filtragem__container-inner {
  padding: 70px 40px 40px;
  width: 90%;
  max-width: 560px;
  font-size: 12px;
}
#main-container #listagem-produtos__wrapper #loja__filtragem__container .loja__filtragem__container-inner .loja__filtragem-subtitulo {
  font-weight: 400;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
#main-container #listagem-produtos__wrapper #loja__filtragem__container .loja__filtragem__container-inner #loja__filtragem__container__header {
  padding: 0 20px 40px;
  justify-content: space-between;
}
#main-container #listagem-produtos__wrapper #loja__filtragem__container .loja__filtragem__container-inner #loja__filtragem__container__header .loja__filtragem__fechar {
  top: 10px;
  right: 0;
}
#main-container #listagem-produtos__wrapper #loja__filtragem__container .loja__filtragem__container-inner #loja__filtragem__container__header .loja__filtragem__container__header-titulo {
  text-align: left;
  font-size: 48px;
  line-height: 1.17em;
  font-weight: 600;
  margin: 0;
}
@media only screen and (max-width: 640px) {
  #main-container #listagem-produtos__wrapper #loja__filtragem__container .loja__filtragem__container-inner {
    padding: 40px 10px 20px;
  }
  #main-container #listagem-produtos__wrapper #loja__filtragem__container .loja__filtragem__container-inner #loja__filtragem__container__header .loja__filtragem__container__header-titulo {
    font-size: 36px;
  }
  #main-container #listagem-produtos__wrapper #loja__filtragem__container .loja__filtragem__container-inner #loja__filtragem__container__header .loja__filtragem__fechar {
    top: 0;
  }
}
#main-container #listagem-produtos__wrapper .button {
  padding-left: 10px;
  padding-right: 10px;
}

@media only screen and (max-width:1024px) {
  #area-carrinho .checkout-passo .checkout-tabs {
    flex-wrap: wrap;
  }
  #area-carrinho .checkout-passo .checkout-tabs .checkout-tab {
    flex: none;
    width: 100%;
  }
  #area-carrinho .checkout-passo .checkout-tabs .checkout-tab label {
    flex-direction: row;
  }
  #area-carrinho .checkout-passo .checkout-tabs .checkout-tab label .checkout-tab-icon svg {
    height: 22px;
  }
}
@media only screen and (min-width:1025px) {
  #area-shop-inner .top-content {
    height: 440px;
  }
  #area-shop-inner .top-content.no-slider {
    min-height: 130px;
    height: auto;
  }
  #area-shop-inner .produtos-wrapper .sem-produtos-wrapper {
    padding-top: 40px;
    padding-bottom: 120px;
  }
  #area-shop-inner .paginacao-wrapper {
    margin-bottom: 2rem;
  }
}
@media only screen and (max-width: 640px) {
  #area-carrinho .resumo-valores-encomenda table {
    margin-bottom: 20px;
  }
  #area-carrinho form #resumo .button {
    margin-right: 0 !important;
    display: block;
    clear: both;
  }
  .produtos-ul .new-online span {
    display: none;
  }
  .produtos-ul .new-online span.online {
    display: block;
  }
}
.bloco {
  margin-bottom: 6rem;
}
.bloco:last-child, .bloco.bloco--no-margin-bottom {
  margin-bottom: 0px;
}
.bloco.default-margin-top {
  margin-top: 6rem;
}
.bloco.default-margin-bottom {
  margin-bottom: 6rem;
}
.bloco.bloco-slider-3-fotos .bloco-slider-3-fotos__header__titulo {
  text-align: left;
  margin-bottom: 2rem;
}
.bloco.bloco-slider-3-fotos .bloco-slider-3-fotos__slider {
  margin-bottom: 15px;
}
.bloco.bloco-5-logos {
  padding-top: 5rem;
  padding-bottom: 5rem;
  margin-top: -5rem;
}
.bloco.bloco-5-logos .bloco-5-logos__wrapper-items {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.bloco.bloco-5-logos.bloco-5-logos--bg-preto {
  background-color: #221F20;
}
.bloco.bloco-header-paralax {
  overflow: hidden;
}
.bloco.bloco-header-paralax .parallax-item {
  background-color: #f9f9f9;
  position: relative;
  height: 78vh;
}
.bloco.bloco-header-paralax .parallax-item .parallax-conteudo {
  position: absolute;
  top: 20%;
  width: 100%;
  z-index: 10;
  pointer-events: none;
}
@media only screen and (min-width: 1025px) and (max-width: 1400px) {
  .bloco.bloco-header-paralax .parallax-item {
    top: 12%;
  }
}
@media only screen and (min-width:1025px) {
  .bloco.bloco-header-paralax .parallax-item {
    height: 70vh;
  }
}
@media only screen and (max-width:1024px) {
  .bloco.bloco-header-paralax .parallax-item {
    height: 70vh;
  }
}
.bloco.bloco-header-paralax .parallax-item.parallax-full-width-height {
  height: 100vh;
}
@media only screen and (max-width: 640px) {
  .bloco.bloco-header-paralax .parallax-item.parallax-full-width {
    height: 250px;
  }
  .bloco.bloco-header-paralax .parallax-item.parallax-full-width-height {
    height: 70vh;
  }
}
.bloco.bloco-header-paralax .parallax-item > .row {
  position: relative;
  height: 100%;
}
@media only screen and (min-width:641px) {
  .bloco.bloco-header-paralax .parallax-item > .row .columns {
    height: 100%;
  }
}
@media only screen and (max-width: 640px) {
  .bloco.bloco-header-paralax .parallax-item > .row .columns:first-of-type {
    height: 100%;
  }
}
.bloco.bloco-header-paralax .parallax-item .brand-content {
  font-weight: 600;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 30px 60px;
  min-height: 100px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.bloco.bloco-header-paralax .parallax-item .brand-content .imagem-adicional {
  background-size: cover;
  position: absolute;
  height: 200%;
  top: -200%;
  left: 0px;
  width: 100%;
}
.bloco.bloco-header-paralax .parallax-item .brand-parallax-parent {
  height: 100%;
  overflow: hidden;
}
.bloco.bloco-header-paralax .parallax-item .brand-parallax-parent > div {
  height: 100%;
}
.bloco.bloco-header-paralax .parallax-item .brand-parallax-parent .parallax-child {
  height: 135%;
  top: -60%;
  position: relative;
}
.bloco.bloco-header-paralax .parallax-item .brand-parallax-parent .parallax-child img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width:1024px) {
  .bloco.bloco-header-paralax .parallax-item .brand-parallax-parent .position-left-70 {
    background-position: 70% center;
  }
  .bloco.bloco-header-paralax .parallax-item .brand-parallax-parent .parallax-child {
    height: 100%;
    top: 0;
  }
}
.bloco.bloco-header-paralax .parallax-item .brand-parallax-parent#parallax-parent-video {
  position: relative;
}
.bloco.bloco-header-paralax .parallax-item .brand-parallax-parent#parallax-parent-video .play-button-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -40px;
  margin-top: -40px;
}
.bloco.bloco-header-paralax .parallax-item .brand-parallax-parent#parallax-parent-video .play-button-wrapper img {
  width: 80px;
  height: 80px;
  transition: all 0.2s ease-out;
}
.bloco.bloco-header-paralax .parallax-item .brand-parallax-parent#parallax-parent-video:hover .play-button-wrapper img {
  display: inline-block;
  transform: scale3d(1.1, 1.1, 1.1);
}
@media only screen and (max-width: 640px) {
  .bloco.bloco-header-paralax .parallax-item.container-desalinhado {
    height: auto;
  }
  .bloco.bloco-header-paralax .parallax-item.container-desalinhado .brand-content {
    display: block;
  }
}
@media only screen and (min-width:641px) {
  .bloco.bloco-header-paralax .parallax-item.container-desalinhado {
    height: 35vh;
  }
}
@media only screen and (max-width:1024px) {
  .bloco.bloco-header-paralax .parallax-item.container-desalinhado .imagem-adicional {
    height: auto;
    padding-top: 50%;
    margin: 20px;
    margin-left: 0;
    position: static;
  }
}
@media only screen and (max-width: 640px) {
  .bloco.bloco-header-paralax .parallax-item.container-desalinhado .imagem-adicional {
    padding-top: 80%;
    margin-top: -80px;
  }
}
.bloco.bloco-header-paralax .parallax-item.container-desalinhado .coluna-imagem {
  position: absolute;
  bottom: 0;
}
.bloco.bloco-header-paralax .parallax-item.container-desalinhado .coluna-imagem > div {
  width: 100%;
  background-size: cover;
  background-position: center;
  height: 150%;
  position: absolute;
  bottom: 0;
}
@media only screen and (min-width:641px) {
  .bloco.bloco-header-paralax .parallax-item.container-desalinhado .coluna-imagem > div {
    height: 70vh;
  }
}
.bloco.bloco-header-paralax .parallax-item.container-desalinhado .coluna-texto {
  height: 100% !important;
  background-color: #D6A457;
  height: auto;
  display: flex;
  justify-content: flex-start;
}
.bloco.bloco-header-paralax .parallax-item.container-desalinhado .coluna-texto h2, .bloco.bloco-header-paralax .parallax-item.container-desalinhado .coluna-texto .coluna-texto__titulo {
  color: white;
  font-family: "Recoleta", sans-serif;
  text-transform: initial;
}
@media only screen and (max-width: 640px) {
  .bloco.bloco-header-paralax .parallax-item.container-desalinhado .coluna-texto .brand-content {
    padding: 20px;
  }
}
.bloco.bloco-header-paralax .parallax-item.container-desalinhado .coluna-texto:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: #D6A457;
  right: 0;
  top: 0;
  margin-right: -100%;
}
.bloco.bloco-header-paralax .parallax-item.container-desalinhado .coluna-bloco-texto {
  background-color: #FFF;
  bottom: 0;
  padding: 0 80px 0 0.83333rem;
}
.bloco.bloco-header-paralax .parallax-item.container-desalinhado .coluna-bloco-texto p:last-child {
  margin-bottom: 0px;
}
@media only screen and (max-width:1024px) {
  .bloco.bloco-header-paralax .parallax-item.container-desalinhado .coluna-bloco-texto {
    height: auto;
    padding: 50px;
  }
}
@media only screen and (min-width:1025px) {
  .bloco.bloco-header-paralax .parallax-item.container-desalinhado .coluna-bloco-texto {
    position: absolute;
    min-height: 50vh;
    height: auto;
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
    right: auto;
    left: 0;
    display: flex;
    align-items: center;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1400px) {
  .bloco.bloco-header-paralax .parallax-item.container-desalinhado .coluna-bloco-texto {
    padding: 30px !important;
  }
}
.bloco.bloco-header-paralax .parallax-item.container-desalinhado .coluna-bloco-texto h5 {
  font-weight: 600;
}
.bloco.bloco-header-paralax .parallax-item.container-desalinhado .coluna-bloco-texto:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: white;
  left: 0;
  top: 0;
  margin-left: -100%;
}
.bloco.bloco-header-paralax .parallax-item.container-desalinhado.container-right .coluna-bloco-texto {
  right: 0;
  left: auto;
}
.bloco.bloco-header-paralax .spacer {
  background-color: white;
}
.bloco.bloco-header-paralax .spacer .spacer-content {
  min-height: 100%;
}
.bloco.bloco-header-paralax .spacer .spacer-content .icone-descer a {
  display: inline-block;
  height: 50px;
  width: 20px;
}
@media only screen and (min-width:641px) {
  .bloco.bloco-header-paralax .spacer .spacer-content {
    padding: 100px 0;
  }
}
@media only screen and (max-width: 640px) {
  .bloco.bloco-header-paralax .spacer .spacer-content {
    padding: 50px 0;
  }
}
.bloco.bloco-header-paralax .spacer .spacer-content h2, .bloco.bloco-header-paralax .spacer .spacer-content h3, .bloco.bloco-header-paralax .spacer .spacer-content .product-destaque-item-wrapper__dialog-saber-mais.dialog .product-destaque-item-wrapper__dialog-saber-mais__nome-produto, .product-destaque-item-wrapper__dialog-saber-mais.dialog .bloco.bloco-header-paralax .spacer .spacer-content .product-destaque-item-wrapper__dialog-saber-mais__nome-produto, .bloco.bloco-header-paralax .spacer .spacer-content h4, .bloco.bloco-header-paralax .spacer .spacer-content h5 {
  margin-bottom: 30px;
}
@media only screen and (min-width:641px) {
  .bloco.bloco-header-paralax .spacer .spacer-content .flex-itens {
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
  }
}
@media only screen and (min-width:641px) {
  .bloco.bloco-header-paralax .spacer .spacer-content .flex-itens .separador {
    width: 1px;
    background-color: #a0a0a0;
  }
}
.bloco.bloco-header-paralax .spacer .spacer-content .flex-itens .coluna-item {
  text-align: center;
}
@media only screen and (min-width:641px) {
  .bloco.bloco-header-paralax .spacer .spacer-content .flex-itens .coluna-item {
    padding: 30px 100px;
  }
}
@media only screen and (max-width:1024px) {
  .bloco.bloco-header-paralax .spacer .spacer-content .flex-itens .coluna-item {
    padding: 30px;
  }
}
@media only screen and (min-width:641px) {
  .bloco.bloco-header-paralax .spacer .spacer-content .flex-itens .coluna-item {
    max-width: calc((100% - 2px) / 3);
  }
}
.bloco.bloco-header-paralax .spacer .spacer-content .flex-itens .coluna-item .numeracao {
  color: #d0cfcf;
  width: 50px;
  height: 50px;
  font-size: 26px;
  font-weight: 400;
  border: 2px solid #d0cfcf;
  border-radius: 50%;
  line-height: 42px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
.bloco.bloco-header-paralax .spacer .spacer-content .flex-itens .coluna-item h4 {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 15px;
  color: #333;
}
.bloco.bloco-header-paralax .spacer .spacer-content .flex-itens .coluna-item span, .bloco.bloco-header-paralax .spacer .spacer-content .flex-itens .coluna-item div p {
  display: inline-block;
  color: #999;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
}
.bloco.bloco-header-paralax .spacer.white {
  background-color: #FFF;
}
.bloco.bloco-header-paralax .spacer.black {
  margin-bottom: -20px;
  background-color: #231f20;
  color: #FFF;
}
.bloco.bloco-header-paralax .spacer.black h5 {
  color: #FFF;
  text-transform: uppercase;
  font-weight: 500;
  margin-top: 25px;
  font-size: 14px;
}
.bloco.bloco-header-paralax .spacer.black h3, .bloco.bloco-header-paralax .spacer.black .product-destaque-item-wrapper__dialog-saber-mais.dialog .product-destaque-item-wrapper__dialog-saber-mais__nome-produto, .product-destaque-item-wrapper__dialog-saber-mais.dialog .bloco.bloco-header-paralax .spacer.black .product-destaque-item-wrapper__dialog-saber-mais__nome-produto {
  text-transform: uppercase;
  font-weight: 600;
  color: #FFF;
  margin-bottom: 50px;
}
@media only screen and (min-width:641px) {
  .bloco.bloco-header-paralax .spacer.black h3, .bloco.bloco-header-paralax .spacer.black .product-destaque-item-wrapper__dialog-saber-mais.dialog .product-destaque-item-wrapper__dialog-saber-mais__nome-produto, .product-destaque-item-wrapper__dialog-saber-mais.dialog .bloco.bloco-header-paralax .spacer.black .product-destaque-item-wrapper__dialog-saber-mais__nome-produto {
    font-size: 26px;
  }
}
.bloco.bloco-header-paralax .spacer.black .flex-list ul {
  display: inline;
  text-transform: uppercase;
  margin-left: 0;
  list-style-type: none;
  margin-left: -1px;
}
.bloco.bloco-header-paralax .spacer.black .flex-list ul li {
  margin-left: 20px;
}
@media only screen and (max-width: 640px) {
  .bloco.bloco-header-paralax .spacer.black .flex-list ul li {
    margin-top: 5px;
    margin-bottom: 5px;
    line-height: 1.4;
  }
}
@media only screen and (min-width:641px) {
  .bloco.bloco-header-paralax .spacer.black .flex-list ul li {
    display: inline;
  }
  .bloco.bloco-header-paralax .spacer.black .flex-list ul li a:before {
    content: "|";
    margin-right: 20px;
  }
  .bloco.bloco-header-paralax .spacer.black .flex-list ul li.sem-separador a:before {
    content: "";
  }
  .bloco.bloco-header-paralax .spacer.black .flex-list ul li:first-of-type a:before {
    content: "";
  }
}
.bloco.bloco-header-paralax .spacer.black .flex-list ul li a {
  display: inline-block;
  font-weight: 500;
  color: #FFF;
}

.bloco-texto-2-colunas__titulo {
  text-align: left;
  font-size: 24px;
  font-weight: 600;
  max-width: 50%;
  position: relative;
  margin-bottom: 2rem;
  padding: 10px 0;
}
.bloco-texto-2-colunas__titulo:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #000;
  left: -9%;
  top: 0;
}
.bloco-texto-2-colunas__titulo small {
  display: block;
}

.bloco-texto-2-colunas__texto {
  column-count: 2;
  column-gap: 70px;
}

.bloco-img-10-colunas img {
  width: 100%;
}

.bloco-titulo-texto-2-colunas__wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(60px, 5vw, 130px);
}

.bloco-titulo-texto-2-colunas__wrapper__titulo {
  text-align: left;
  font-size: 24px;
  font-weight: 600;
  position: relative;
  margin-bottom: 2rem;
  padding: 10px 0;
}
.bloco-titulo-texto-2-colunas__wrapper__titulo:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #000;
  left: -56px;
  top: 0;
}
.bloco-titulo-texto-2-colunas__wrapper__titulo small {
  display: block;
  text-transform: uppercase;
}

.bloco-titulo-texto-2-colunas__wrapper__texto p:last-child {
  margin-bottom: 0px;
}

.bloco-slider-videos {
  overflow: hidden;
}
.bloco-slider-videos .swiper-slide .video {
  width: 100%;
  aspect-ratio: 16/9;
}
.bloco-slider-videos .swiper-slide .video iframe {
  width: 100%;
  height: 100%;
}

.bloco-slider-videos__header {
  display: flex;
  justify-content: space-between;
}

.bloco-slider-videos__header__titulo * {
  font-family: "Work Sans", sans-serif !important;
  font-weight: 600 !important;
}

.bloco-slider-videos__header__botoes {
  margin-bottom: 1rem;
  justify-content: end;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: flex-end;
}
.bloco-slider-videos__header__botoes a {
  background-color: transparent;
  border: 1px solid black;
  color: #000;
  padding: 5px 10px;
  border-radius: 5rem;
  text-transform: uppercase;
}
.bloco-slider-videos__header__botoes a.active {
  background-color: black;
  color: white;
}

.bloco-img-full-width {
  position: relative;
}

.bloco-img-full-width__titulo {
  position: absolute;
  top: 63%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  text-align: center;
  color: white;
  font-family: "Recoleta", sans-serif;
  font-weight: bold;
  font-size: clamp(2.5rem, 5vw, 80px);
}

.bloco-texto-imagem__wrapper-colunas {
  display: grid;
  gap: clamp(60px, 5vw, 130px);
  grid-template-columns: 1fr 1fr;
}

.bloco-texto-imagem--invertido .bloco-texto-imagem__wrapper-colunas .bloco-texto-imagem__wrapper-colunas__coluna-texto {
  grid-column: 2;
  grid-row: 1;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
}

.bloco-texto-imagem__coluna-texto__texto p:last-child {
  margin-bottom: 0px;
}

.bloco-texto-imagem-vertical__wrapper-colunas {
  display: grid;
  gap: clamp(60px, 5vw, 130px);
  grid-template-columns: 6fr 5fr;
}

.bloco-texto-imagem-vertical--invertido .bloco-texto-imagem-vertical__wrapper-colunas .bloco-texto-imagem-vertical__wrapper-colunas__coluna-texto {
  grid-column: 2;
  grid-row: 1;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
}

.bloco-texto-imagem-vertical__wrapper-colunas__coluna-texto {
  padding-left: 35px;
}

.bloco-texto-imagem-vertical__coluna-texto__texto p:last-child {
  margin-bottom: 0px;
}

.bloco-texto-imagem-vertical__wrapper-colunas__coluna-imagem img {
  width: 100%;
}

.bloco-texto-imagem-vertical__coluna-texto__titulo small {
  text-transform: uppercase;
}

.bloco-5-icons-descricao {
  display: flex;
  justify-content: space-around;
  gap: 2rem;
  flex-wrap: wrap;
}

.bloco-5-icons-descricao__icon {
  text-align: center;
  text-transform: uppercase;
}

.bloco-5-icons-descricao__icon__descricao {
  margin-top: 1rem;
}

.bloco-slider-videos__slider {
  aspect-ratio: 16/9;
}
.bloco-slider-videos__slider .campanha-videos-imagem, .bloco-slider-videos__slider a, .bloco-slider-videos__slider .swiper-slide {
  width: 100%;
  height: 100%;
}
.bloco-slider-videos__slider .campanha-videos-imagem {
  background-repeat: no-repeat;
  background-size: cover;
}
.bloco-slider-videos__slider .campanha-videos-imagem img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media only screen and (max-width:1024px) {
  .bloco.bloco-header-paralax .parallax-item.container-desalinhado .coluna-texto {
    padding-bottom: 50px;
    padding-top: 50px;
    height: auto !important;
  }
  .bloco.bloco-header-paralax .parallax-item.container-desalinhado .coluna-texto .coluna-texto__titulo {
    display: inline-block;
  }
  .bloco.bloco-header-paralax .parallax-item.container-desalinhado .coluna-texto .brand-content {
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .bloco.bloco-5-logos {
    margin-top: -11rem;
  }
  .bloco.bloco-5-logos .bloco-5-logos__wrapper-items {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 1rem;
  }
  .bloco.bloco-formulario-revendedor .bloco-formulario-revendedor__coluna-imagem {
    margin-top: 2rem;
  }
  .bloco-texto-2-colunas__titulo {
    max-width: 100%;
  }
  .bloco-texto-imagem-vertical__wrapper-colunas {
    display: flex;
    flex-wrap: wrap;
  }
  .bloco-texto-imagem-vertical__wrapper-colunas__coluna-texto {
    padding-left: 0;
  }
  .bloco-texto-imagem-vertical__coluna-texto__texto {
    margin-bottom: 40px !important;
  }
  .bloco-texto-imagem-vertical__coluna-texto__texto.margin-bottom-80 {
    margin-bottom: 40px !important;
  }
  .bloco-texto-imagem-vertical__coluna-texto__titulo.titulo--border-left {
    max-width: 100%;
  }
  .bloco-texto-imagem-vertical__wrapper-colunas__coluna-imagem {
    width: 100%;
    margin-bottom: 40px !important;
    text-align: center;
  }
  .bloco-texto-imagem-vertical__wrapper-colunas__coluna-imagem img {
    width: auto;
  }
  .bloco-texto-imagem__wrapper-colunas {
    grid-template-columns: 1fr;
  }
}
@media only screen and (max-width: 640px) {
  .bloco.bloco-5-logos .bloco-5-logos__wrapper-items {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.5rem;
  }
  .bloco.bloco-5-logos .bloco-5-logos__wrapper-items div:nth-child(odd) {
    text-align: left;
  }
  .bloco.bloco-5-logos .bloco-5-logos__wrapper-items div:nth-child(even) {
    text-align: right;
  }
  .bloco-texto-imagem__coluna-texto__titulo {
    max-width: calc(100% - 35px) !important;
  }
  .bloco-texto-2-colunas__texto {
    column-count: 1;
    column-gap: 0px;
  }
  .bloco-titulo-texto-2-colunas__wrapper {
    grid-template-columns: 1fr;
    grid-gap: 25px;
  }
  .bloco-titulo-texto-2-colunas__wrapper__titulo {
    margin-left: 35px;
  }
  .bloco-titulo-texto-2-colunas__wrapper__titulo:after {
    left: -35px;
  }
  .bloco-slider-videos__header {
    flex-wrap: wrap;
  }
  .bloco-slider-videos__header__botoes {
    justify-content: start;
  }
  .bloco-5-icons-descricao {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 2rem;
  }
  .bloco-5-icons-descricao__icon {
    text-align: left;
  }
  .bloco-5-icons-descricao__icon img {
    max-height: 30px;
  }
  .bloco-img-full-width {
    height: 45vh;
  }
  .bloco-img-full-width img {
    height: 45vh;
    object-fit: cover;
  }
}
@media only screen and (min-width:1025px) {
  .bloco-texto-imagem-vertical__coluna-texto__titulo.titulo--border-left {
    margin-left: 0;
  }
  .bloco-texto-imagem__coluna-texto__titulo {
    margin-left: 0px !important;
  }
}
/*******************************************************************************************************
*                                                                                                      *
*                                                                                                      *
*          NAO ALTERAR ESTE FICHEIRO, SO SE FOREM ALTERACOES QUE VAO SER PARA TODOS OS SITES           *
*                                                                                                      *
*                                                                                                      *
*******************************************************************************************************/
body {
  font-family: "Work Sans", sans-serif;
  font-weight: normal;
  height: 100%;
  -webkit-font-smoothing: antialiased;
  --h1-font-size: 1.875rem;
  --h2-font-size: 1.563rem;
  --h3-font-size: 1.125rem;
  --h4-font-size: 0.688rem;
  --h5-font-size: 0.688rem;
  --h6-font-size: 1rem;
  --header-font-weight: 700;
  --border-radius: 0px;
}

h1, .h1, h2, .h2, h3, .product-destaque-item-wrapper__dialog-saber-mais.dialog .product-destaque-item-wrapper__dialog-saber-mais__nome-produto, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-size: var(--font-size);
  font-weight: var(--header-font-weight);
}

h1, .h1 {
  --font-size: var(--h1-font-size);
}

h2, .h2 {
  --font-size: var(--h2-font-size);
}

h3, .product-destaque-item-wrapper__dialog-saber-mais.dialog .product-destaque-item-wrapper__dialog-saber-mais__nome-produto, .h3 {
  --font-size: var(--h3-font-size);
}

h4, .h4 {
  --font-size: var(--h4-font-size);
}

h5, .h5 {
  --font-size: var(--h5-font-size);
}

h6, .h6 {
  --font-size: var(--h6-font-size);
}

@media only screen and (min-width:641px) {
  body {
    --h1-font-size: 3.57rem;
    --h2-font-size: 3.42rem;
    --h3-font-size: 1.7rem;
    --h4-font-size: 0.85rem;
    --h5-font-size: 0.78rem;
    --h6-font-size: 1rem;
  }
}
@media only screen and (min-width:1025px) {
  body {
    --h1-font-size: 3.57rem;
    --h2-font-size: 3.42rem;
    --h3-font-size: 1.7rem;
    --h4-font-size: 0.85rem;
    --h5-font-size: 0.78rem;
    --h6-font-size: 1rem;
  }
}
.foundation-data-attribute-namespace {
  font-family: false;
}

article, aside, footer, header, hgroup, main, nav, section {
  display: block;
}

.clear {
  clear: both;
}

.relative {
  position: relative;
}

.centered,
.text-center,
.center {
  text-align: center;
}

.text-align-right {
  text-align: right;
}

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

.font-weight-normal {
  font-weight: normal;
}

.display-block {
  display: block;
}

.hidden {
  display: none;
}

.width-100perc {
  width: 100%;
}

.valign-middle {
  vertical-align: middle;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

a {
  color: #231f20;
}
a:hover {
  color: #312b2c;
}

.swiper .swiper-pagination {
  z-index: 0;
  position: relative;
}

/***********************************************
*            Classes Auxiliares                 *
************************************************/
.noscriptMessage {
  font-family: sans-serif;
  font-size: 13px;
  text-align: center;
  padding: 8px 0px;
  background-color: #FFF9D7;
  color: #000;
  font-weight: bold;
}

.noscriptMessage a {
  text-decoration: none;
  color: #3B5998;
}

.icon {
  display: inline-block;
  display: inline-block;
  width: 1em;
  height: 1em;
  min-width: 1em;
  position: relative;
}
.icon.icon-1halfx {
  width: 1.5em;
  height: 1.5em;
}
.icon.icon-2x {
  width: 2em;
  height: 2em;
}
.icon.icon-3x {
  width: 3em;
  height: 3em;
}
.icon svg {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.icon svg * {
  fill: currentColor;
}

/***********************************************
*                     Notie                    *
************************************************/
.notie-container .notie-textbox-inner a {
  color: #fff;
}

/***********************************************
*               Elementos Base                 *
************************************************/
html, body {
  margin: 0px;
  height: auto;
}

html {
  overflow-x: hidden;
}

/***********************************************
*           Classes e elementos Base            *
************************************************/
/** Headers **/
h1, .h1, h2, .h2, h3, .product-destaque-item-wrapper__dialog-saber-mais.dialog .product-destaque-item-wrapper__dialog-saber-mais__nome-produto, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-weight: bold;
}

h1, .h1 {
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 800;
  text-align: center;
  font-family: "Recoleta", sans-serif;
}

h2, .h2 {
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 800;
  text-align: center;
}

h3, .product-destaque-item-wrapper__dialog-saber-mais.dialog .product-destaque-item-wrapper__dialog-saber-mais__nome-produto, .h3 {
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 800;
  text-align: center;
}

h4, .h4 {
  font-size: 20px;
  text-align: center;
  font-weight: 800;
}

h5, .h5 {
  font-size: 19px;
  font-weight: bold;
}

a {
  color: #000;
  /*text-decoration:underline;*/
}
a:hover {
  color: #231f20;
}

.titulo--border-left {
  text-align: left;
  font-size: 24px;
  font-weight: 600;
  max-width: 50%;
  position: relative;
  margin-bottom: 2rem;
  padding: 10px 0;
  margin-left: 35px;
}
.titulo--border-left:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #000;
  left: -35px;
  top: 0;
}
.titulo--border-left small {
  display: block;
}

#blog-artigos__lista {
  --blog-num-colunas: 3;
  --blog-gap: 30px;
  --blog-item-img-ratio: 1.5;
  --blog-item-descricao-linhas: 3;
  display: grid;
  grid-template-columns: repeat(var(--blog-num-colunas), 1fr);
  gap: var(--blog-gap);
}
@media only screen and (max-width:1024px) {
  #blog-artigos__lista {
    --blog-num-colunas: 2;
  }
}
@media only screen and (max-width: 640px) {
  #blog-artigos__lista {
    --blog-num-colunas: 1;
  }
}
#blog-artigos__lista .blog-artigo-item .blog-artigo-item__img-wrapper {
  display: block;
  aspect-ratio: var(--blog-item-img-ratio);
  margin-bottom: 1em;
}
#blog-artigos__lista .blog-artigo-item .blog-artigo-item__img-wrapper img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
#blog-artigos__lista .blog-artigo-item .blog-artigo-item__titulo a {
  text-decoration: none;
}
#blog-artigos__lista .blog-artigo-item .blog-artigo-item__descricao {
  display: -webkit-box;
  -webkit-line-clamp: var(--blog-item-descricao-linhas);
  -webkit-box-orient: vertical;
  overflow: hidden;
}
#blog-artigos__lista .blog-artigo-item .blog-artigo-item__footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#blog-artigos__lista .blog-artigo-item .blog-artigo-item__footer .button {
  margin: 0px;
  font-size: 1em;
}

.text--domine-font, .text--recoleta-font {
  font-family: "Recoleta", sans-serif;
  font-weight: 600;
}

/***********************************************
*               Elementos Base                 *
************************************************/
html.landing-body,
body.landing-body {
  overflow: hidden;
}

/* RIPPLE EFFECT */
.ripple {
  position: absolute;
  top: -1px;
  left: -1px;
  bottom: -1px;
  right: -1px;
  overflow: hidden;
  transform: translateZ(0);
  border-radius: inherit;
  pointer-events: none;
}

.rippleWave {
  backface-visibility: hidden;
  position: absolute;
  border-radius: 50%;
  transform: scale(0.7);
  background: rgb(255, 255, 255);
  opacity: 0.45;
  animation: ripple 2s forwards;
  -webkit-animation: ripple 2s forwards;
}

@keyframes ripple {
  to {
    transform: scale(24);
    opacity: 0;
  }
}
/***********************************************
*            Classes Auxiliares                 *
************************************************/
.is-hidden {
  visibility: hidden;
}

.float-left-imp {
  float: left !important;
}

.margin-bottom-10 {
  margin-bottom: 10px;
}

.margin-top-30 {
  margin-top: 30px;
}

.margin-top-80 {
  margin-top: 80px;
}

.margin-bottom-80 {
  margin-bottom: 80px !important;
}

.margin-bottom-50 {
  margin-bottom: 50px !important;
}

.margin-bottom-20 {
  margin-bottom: 20px;
}

.margin-bottom-30 {
  margin-bottom: 30px;
}

@media only screen and (min-width:641px) {
  .large-margin-top-70 {
    margin-top: 70px;
  }
}
@media only screen and (max-width: 640px) {
  .small-margin-top-40 {
    margin-top: 45px;
  }
}
.font-size-22 {
  font-size: 22px;
}

/***********************************************
*           Classes e elementos Base            *
************************************************/
/** Headers **/
.no-uppercase {
  text-transform: none;
}

a {
  color: #231f20;
}
a.underline {
  text-decoration: underline;
}
.row.w1200 {
  max-width: 1200px;
}
.row.w1600 {
  max-width: 1600px;
}
.row.full-width {
  max-width: 100%;
}
.row.full-width > .columns {
  padding: 0;
}

.swiper-pagination, .slider-dots {
  width: 100%;
  text-align: center;
}
.swiper-container-vertical .swiper-pagination, .swiper-container-vertical .slider-dots {
  width: auto;
}
.swiper-pagination span, .slider-dots span {
  height: 11px;
  width: 11px;
  border: 1px solid #231f20;
  border-radius: 50%;
  opacity: 0.25;
  margin: 0 5px;
  display: inline-block;
  cursor: pointer;
}
.swiper-pagination span.swiper-pagination-bullet-active, .swiper-pagination span.slider-dot-active, .swiper-pagination span:hover, .slider-dots span.swiper-pagination-bullet-active, .slider-dots span.slider-dot-active, .slider-dots span:hover {
  background-color: #231f20;
  opacity: 1;
  transform: scale3d(1.1, 1.1, 1.1);
}

hr {
  border: 0.5px solid #000;
}

.modal-generica#modal-personalizar {
  max-width: 1200px;
  padding-left: 15px;
  padding-right: 15px;
}
.modal-generica#modal-personalizar .content {
  opacity: 0;
  transition: opacity 0.3s ease;
}
.modal-generica#modal-personalizar.inited .content {
  opacity: 1;
}
.modal-generica#modal-personalizar.inited .img-wrapper .img-spacer #img-inner-wrapper #texto-preview:before {
  transform: translate(0px, -50%) scale(2);
  box-shadow: none;
}
.modal-generica#modal-personalizar label {
  text-align: left;
}
.modal-generica#modal-personalizar .img-wrapper {
  overflow: hidden;
  position: relative;
  background-color: #F4F4F4;
}
@media only screen and (max-width: 640px) {
  .modal-generica#modal-personalizar .img-wrapper {
    margin-left: -30px;
    margin-right: -30px;
    margin-bottom: 15px;
  }
}
@media (max-width: 370px) {
  .modal-generica#modal-personalizar .img-wrapper .img-spacer {
    transform: scale(0.8);
    transform-origin: bottom left;
  }
}
.modal-generica#modal-personalizar .img-wrapper .img-spacer {
  padding-top: 60%;
  position: relative;
  transform-origin: bottom left;
}
.modal-generica#modal-personalizar .img-wrapper .img-spacer #img-inner-wrapper {
  width: auto;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translate(0%, 0%);
  position: absolute;
  transform-origin: bottom center;
}
.modal-generica#modal-personalizar .img-wrapper .img-spacer #img-inner-wrapper img {
  max-width: none;
}
.modal-generica#modal-personalizar .img-wrapper .img-spacer #img-inner-wrapper #texto-preview {
  position: absolute;
  color: white;
  bottom: 55px;
  left: 145px;
  text-shadow: 0 0 4.4px rgba(0, 0, 0, 0.2);
  text-transform: uppercase;
  font-size: 23px;
  font-weight: bold;
}
@media only screen and (min-width:641px) {
  .modal-generica#modal-personalizar .img-wrapper .img-spacer #img-inner-wrapper #texto-preview:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    padding-top: 100%;
    border-radius: 50%;
    top: 50%;
    box-shadow: 0 0 10000px 10000px rgba(0, 0, 0, 0.5);
    transform: translate(0px, -50%);
    transition: box-shadow 0.5s ease-in 0.4s, transform 0.5s ease-in 0.4s;
  }
}
.modal-generica#modal-personalizar .img-wrapper .img-spacer.redonda {
  -webkit-transform-origin: center right;
  -moz-transform-origin: center right;
  -ms-transform-origin: center right;
  -o-transform-origin: center right;
  transform-origin: center right;
}
.modal-generica#modal-personalizar .img-wrapper .img-spacer.redonda #img-inner-wrapper {
  top: auto;
  right: auto;
  left: 50%;
  bottom: 50%;
  transform: translate(-80%, 50%);
  /* width: 200%; */
}
.modal-generica#modal-personalizar .img-wrapper .img-spacer.redonda #img-inner-wrapper img {
  transform: translateY(0);
}
.modal-generica#modal-personalizar .img-wrapper .img-spacer.redonda #img-inner-wrapper #texto-preview {
  left: auto;
  margin-top: -17px;
  min-height: 34px;
  bottom: auto;
  transform: rotate(-90deg);
  transform-origin: center center;
  width: 250px;
  text-align: center;
  display: inline-block;
}
.modal-generica#modal-personalizar .img-wrapper .img-spacer.poncho {
  -webkit-transform-origin: 50% 100%;
  -moz-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -o-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  padding-top: 87%;
}
.modal-generica#modal-personalizar .img-wrapper .img-spacer.poncho.scaled #img-inner-wrapper {
  transform: translate(-50%, 0);
}
.modal-generica#modal-personalizar .img-wrapper .img-spacer.poncho #img-inner-wrapper {
  top: auto;
  right: auto;
  left: 50%;
  bottom: 0;
  /* -webkit-transform: translate(-50%, 0%); */
  -moz-transform: translate(-70%, 0%);
  -ms-transform: translate(-70%, 0%);
  -o-transform: translate(-70%, 0%);
  transform: translate(-70%, 0%);
  position: absolute;
  /* width: 200%; */
  transition: transform 0.5s ease-out 0s;
  transform-origin: bottom center;
}
.modal-generica#modal-personalizar .img-wrapper .img-spacer.poncho #img-inner-wrapper img {
  max-width: none;
}
.modal-generica#modal-personalizar .img-wrapper .img-spacer.poncho #img-inner-wrapper #texto-preview {
  bottom: 7%;
  left: auto;
  right: 29.5%;
  min-height: 34px;
  transform: rotate(90deg);
  transform-origin: center right;
  width: auto !important;
  text-align: right;
  display: inline-block;
}

#caixa_aviso_topo {
  z-index: 3000;
}

.product-destaque-item-wrapper__dialog-saber-mais.dialog {
  background-color: #282828;
  color: white;
  padding-left: 2rem !important;
  padding-right: 2rem !important;
  padding-bottom: 3rem !important;
  padding-top: 2rem !important;
}
.product-destaque-item-wrapper__dialog-saber-mais.dialog .fancybox-close-small {
  background-color: transparent;
  top: 1rem;
  right: 2rem;
}
.product-destaque-item-wrapper__dialog-saber-mais.dialog .fancybox-close-small:after {
  color: white;
  font: inherit;
  font-size: 80px;
  font-weight: 300;
  line-height: 30px;
}
.product-destaque-item-wrapper__dialog-saber-mais.dialog .product-destaque-item-wrapper__dialog-saber-mais__nome-produto {
  display: inline-block;
  font-weight: 600;
  color: white;
  margin-top: 1rem;
  text-transform: none;
  text-align: left;
}
.product-destaque-item-wrapper__dialog-saber-mais.dialog .product-destaque-item-wrapper__dialog-saber-mais__descricao-produto h2, .product-destaque-item-wrapper__dialog-saber-mais.dialog .product-destaque-item-wrapper__dialog-saber-mais__descricao-produto h3, .product-destaque-item-wrapper__dialog-saber-mais.dialog .product-destaque-item-wrapper__dialog-saber-mais__descricao-produto .product-destaque-item-wrapper__dialog-saber-mais__nome-produto, .product-destaque-item-wrapper__dialog-saber-mais.dialog .product-destaque-item-wrapper__dialog-saber-mais__descricao-produto h4, .product-destaque-item-wrapper__dialog-saber-mais.dialog .product-destaque-item-wrapper__dialog-saber-mais__descricao-produto h5, .product-destaque-item-wrapper__dialog-saber-mais.dialog .product-destaque-item-wrapper__dialog-saber-mais__descricao-produto p, .product-destaque-item-wrapper__dialog-saber-mais.dialog .product-destaque-item-wrapper__dialog-saber-mais__descricao-produto a {
  color: white;
}
.product-destaque-item-wrapper__dialog-saber-mais.dialog .product-destaque-item-wrapper__dialog-saber-mais__descricao-produto p:last-child {
  margin-bottom: 0 !important;
}

.noticeable-link {
  display: inline-block;
  color: #594f51;
}
.noticeable-link:hover {
  text-decoration: underline;
}

.lightwidget__lightbox {
  z-index: 10000 !important;
}

/***********************************************
*                    Forms                      *
************************************************/
table {
  border: solid 1px #e2e2e2;
}

/***************************/
/*  CUSTOM CHECKBOX/RADIO  */
/***************************/
@media only screen and (min-width:1025px) {
  #template-carrinho-wrapper .logo-wrapper {
    max-height: 50px;
    margin-top: 14px;
  }
}
#template-carrinho-wrapper header {
  position: relative;
  box-shadow: none;
}
#template-carrinho-wrapper header #header-inner-wrapper {
  height: 80px !important;
}
#template-carrinho-wrapper header #header-inner-wrapper #header-left {
  text-align: left;
}
#template-carrinho-wrapper header #header-inner-wrapper #header-left .logo-wrapper {
  max-height: 50px;
  /*margin-top: 10px;*/
}
#template-carrinho-wrapper header #header-inner-wrapper-checkout {
  height: 80px !important;
  position: relative;
}
#template-carrinho-wrapper header #header-inner-wrapper-checkout #header-checkout {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -36%);
}
#template-carrinho-wrapper header #header-inner-wrapper-checkout #header-checkout a {
  margin-right: 20px;
  vertical-align: middle;
  text-transform: uppercase;
  display: inline-block;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.2;
}
#template-carrinho-wrapper header #header-inner-wrapper-checkout #header-checkout a .need-help-contacto {
  font-weight: 400;
  color: #333;
}
#template-carrinho-wrapper header #header-inner-wrapper-checkout #header-checkout img {
  height: 50px;
}
@media only screen and (max-width: 640px) {
  #template-carrinho-wrapper header #header-inner-wrapper-checkout #header-checkout a {
    margin-top: 5px;
    margin-right: 10px;
    font-size: 11px;
  }
  #template-carrinho-wrapper header #header-inner-wrapper-checkout #header-checkout a .need-help-contacto {
    display: none;
  }
  #template-carrinho-wrapper header #header-inner-wrapper-checkout #header-checkout img {
    height: 35px;
  }
}
#template-carrinho-wrapper #main-container {
  padding-bottom: 0;
  min-height: auto !important;
}
#template-carrinho-wrapper #main-container #area-carrinho .top-content-title-wrapper {
  padding: 40px 0 10px;
}
#template-carrinho-wrapper #main-container #area-carrinho form {
  padding-bottom: 0;
}
#template-carrinho-wrapper #main-container #area-carrinho form #resumo .button {
  width: 200px;
}
@media only screen and (max-width: 640px) {
  #template-carrinho-wrapper footer {
    margin-top: 0;
  }
}

/***********************************************
*            Header, footer e áreas            *
************************************************/
#fp-nav ul li a span {
  width: 6px;
  height: 6px;
  margin: -3px 0px 0px -3px;
  background-color: transparent;
  border-radius: 50%;
  border: solid 3px white;
}
#fp-nav ul li .fp-tooltip {
  background-color: white;
  display: inline-block;
  padding: 2px 10px;
  top: -6px;
  font-size: 12px;
  text-transform: uppercase;
}

header {
  z-index: 200;
  position: sticky;
  width: 100%;
  top: 0;
  left: 0;
  background-color: white;
  z-index: 100;
  transition: all 0.3s ease-out, right 0s;
  color: #231f20;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.15);
}
header .search-input-wrapper {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  right: 30px;
  top: -15px;
  width: 200px;
  max-width: 500px;
  z-index: 202;
}
header .search-input-wrapper input {
  height: 50px;
}
header .search-close {
  display: inline-block;
  width: 34px;
  height: 34px;
  position: absolute;
  top: 0;
  left: 0;
}
header .search-close:before, header .search-close:after {
  /* used to create the 'X' icon in css */
  content: "";
  position: absolute;
  height: 20px;
  width: 2px;
  /*background-color: #ffffff;*/
  background-color: #231f20;
  left: 50%;
  top: 50%;
}
header .search-close:before {
  transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}
header .search-close:after {
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
header #search {
  z-index: 2001;
}
header .cd-main-search input[type=search] {
  width: 80%;
}
@media only screen and (min-width:1025px) {
  header .lang-wrapper {
    position: relative;
    cursor: pointer;
    text-align: center;
  }
  header .lang-wrapper.open #idioma-activo:after {
    transform: rotate(180deg);
  }
  header .lang-wrapper.open > ul {
    opacity: 1;
  }
  header .lang-wrapper #idioma-activo:after {
    display: inline-block;
    content: "\f107";
    font-family: "FontAwesome";
    margin-left: 2px;
    transition: all 0.3s ease-in-out;
  }
  header .lang-wrapper > ul {
    position: absolute;
    list-style-type: none;
    margin-left: 0;
    margin-bottom: 0;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    background-color: #FFF;
    padding: 0 15px;
    margin-left: -3px;
    box-shadow: 0 3px 5px rgba(190, 182, 184, 0.3);
  }
  header .lang-wrapper > ul li {
    font-weight: 700;
    line-height: 1.2rem;
    margin-bottom: 5px;
    font-size: 13px;
    border-bottom: solid 2px transparent;
    transition: 0.2s ease;
  }
  header .lang-wrapper > ul li:hover {
    border-color: #231f20;
  }
  header .lang-wrapper a {
    color: #231f20;
  }
}
@media only screen and (max-width:1024px) {
  header .lang-wrapper a {
    color: #231f20;
  }
  header .lang-wrapper a.active {
    border-bottom: solid 2px #231f20;
  }
  header .lang-wrapper .separator {
    color: #231f20;
  }
}
header #header-inner-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: stretch;
  align-items: center;
  transition: all 0.3s ease-out;
  height: 60px;
}
header #header-inner-wrapper #header-left {
  order: 1;
  flex: 1 1 30%;
  text-align: center;
}
header #header-inner-wrapper #header-left .logo-wrapper {
  display: inline-block;
}
header #header-inner-wrapper #header-left img {
  height: 40px;
}
header #header-inner-wrapper #header-center {
  order: 0;
  flex: 1 0 100px;
}
header #header-inner-wrapper #header-right {
  order: 2;
  flex: 1 0 100px;
  text-align: right;
  font-weight: 400;
  height: auto;
  line-height: 30px;
  font-size: 13px;
}
header #header-inner-wrapper #header-right > span {
  float: right;
}
header #header-inner-wrapper #header-right > span > span {
  float: left;
}
header #header-inner-wrapper #header-right .login-links-wrapper a {
  color: #231f20;
}
header #header-inner-wrapper #header-right .lang-wrapper {
  text-transform: uppercase;
}
header #header-inner-wrapper #header-right .search-wrapper {
  position: relative;
}
header #header-inner-wrapper #header-right .search-wrapper .search-trigger {
  display: inline-block;
  position: relative;
  transition: all 0.3s ease-out;
}
header #header-inner-wrapper #header-right .search-wrapper .search-trigger .search-icon {
  display: block;
  line-height: 27px;
  text-align: center;
  border: 2px solid transparent;
  transition: all 0.3s ease-out;
}
header #header-inner-wrapper #header-right .search-wrapper .search-trigger.search-form-visible {
  transform: translateX(-30px);
}
header #header-inner-wrapper #header-right .search-wrapper .search-trigger.search-form-visible .search-icon {
  border-radius: 50px;
}
header #header-inner-wrapper #header-right .search-wrapper .search-close {
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-out, visibility 0.3s, opacity 0.3s;
  /* 'X' icon - used to close the search form */
  transform: translateY(-60px) scale(1);
}
header #header-inner-wrapper #header-right .search-wrapper .search-close.search-form-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scale(1);
  transition: all 0.3s ease-out, visibility 0s 0s, opacity 0s 0s;
}
header #header-inner-wrapper #header-right .my-cart-wrapper {
  font-weight: 700;
}
header #header-inner-wrapper #header-right .my-cart-wrapper .my-cart {
  color: #231f20;
}
header #header-inner-wrapper #header-right .my-cart-wrapper .my-cart img {
  width: 20px;
}
header #header-inner-wrapper #header-right #header-right-large-up {
  display: flex;
  gap: 2.1rem;
  white-space: nowrap;
}
@media only screen and (max-width:1024px) {
  header #header-inner-wrapper #header-right #header-right-large-up .lang-wrapper {
    display: none;
  }
}
header #header-inner-wrapper #header-right #header-right-medium-down {
  position: relative;
}
header #header-inner-wrapper #header-right #user-account-dropdown-wrapper #user-account-dropdown-trigger {
  color: #231f20;
}
header #header-inner-wrapper #header-right #user-account-dropdown-wrapper #user-account-dropdown-trigger:after {
  border-top-color: #231f20;
}
header #header-inner-wrapper #header-right #user-account-dropdown-wrapper #user-account-dropdown {
  border-color: #231f20;
}
header #header-inner-wrapper #header-right #user-account-dropdown-wrapper #user-account-dropdown li a:hover {
  background-color: #231f20;
}
header.header-preto {
  background-color: #231f20;
  color: #FFF;
}
header.header-cliente-profissional #header-menu-large-outer-wrapper #header-menu-large-inner-wrapper > .dropdown .dropdown {
  display: none !important;
}
header.header-cliente-profissional #mobile-menu-wrapper .menu > .has-dropdown.area-loja > .dropdown .has-dropdown > a:after {
  display: none;
}
header.header-cliente-profissional #mobile-menu-wrapper .menu > .has-dropdown.area-loja > .dropdown .dropdown {
  display: none !important;
}

.aviso-oferta-portes, .barra-oferta-portes-large .aviso-oferta-portes {
  z-index: 100;
  width: 100%;
  text-align: left;
  background-color: #f3f3f3;
  font-size: 14px;
}
.aviso-oferta-portes .aviso-oferta-portes-item, .barra-oferta-portes-large .aviso-oferta-portes .aviso-oferta-portes-item {
  line-height: 21px;
}
.aviso-oferta-portes .aviso-oferta-portes-item.portes-oferta-destaque, .barra-oferta-portes-large .aviso-oferta-portes .aviso-oferta-portes-item.portes-oferta-destaque {
  font-size: 14px;
  font-weight: 600;
}
.aviso-oferta-portes .aviso-oferta-portes-item.portes-oferta-destaque i, .barra-oferta-portes-large .aviso-oferta-portes .aviso-oferta-portes-item.portes-oferta-destaque i {
  margin-right: 5px;
  font-size: 18px;
}
.aviso-oferta-portes .aviso-oferta-portes-item.texto-informativo, .barra-oferta-portes-large .aviso-oferta-portes .aviso-oferta-portes-item.texto-informativo {
  font-size: 14px;
  font-weight: 400;
}
.aviso-oferta-portes .aviso-oferta-portes-item.texto-informativo small.aviso-outros-valores, .barra-oferta-portes-large .aviso-oferta-portes .aviso-oferta-portes-item.texto-informativo small.aviso-outros-valores {
  display: block;
  font-size: 65%;
  height: 0;
  line-height: 1.5em;
  opacity: 0;
  transition: height 0.2s ease-in, opacity 0.1s ease-in;
}
.aviso-oferta-portes .aviso-oferta-portes-item.saber-mais, .barra-oferta-portes-large .aviso-oferta-portes .aviso-oferta-portes-item.saber-mais {
  font-size: 12px;
  text-decoration: underline;
}
.aviso-oferta-portes.full-information-opened .aviso-oferta-portes-item small.aviso-outros-valores, .barra-oferta-portes-large .aviso-oferta-portes.full-information-opened .aviso-oferta-portes-item small.aviso-outros-valores {
  opacity: 1;
  height: 15px;
  transition: height 0.1s ease-out, opacity 0.2s ease-out;
}

.barra-oferta-portes-large .aviso-oferta-portes {
  padding-top: 5px;
  padding-bottom: 5px;
  margin-top: 0;
  background-color: #D6A457;
  color: #231f20;
}
.barra-oferta-portes-large .aviso-oferta-portes .aviso-oferta-portes-item.portes-oferta-destaque, .barra-oferta-portes-large .aviso-oferta-portes .aviso-oferta-portes-item.texto-informativo {
  /*font-size: 12px;*/
}

header.header-preto .my-cart .count-wrapper {
  color: #FFF;
}
header.header-preto .barra-oferta-portes-large .aviso-oferta-portes {
  background-color: #D6A457;
  color: #231f20;
}
barra-oferta-portes-large header.header-preto + div .aviso-oferta-portes {
  background-color: #FFF;
}

#area-brand .uppercase, #area-guia-de-praias .uppercase, #area-personalizacao .uppercase, #area-empresa .uppercase, #area-revenda .uppercase, #area-hoteis .uppercase, #area-licenciamento .uppercase {
  text-transform: uppercase;
}
@media only screen and (min-width:1025px) {
  #area-brand .uppercase, #area-guia-de-praias .uppercase, #area-personalizacao .uppercase, #area-empresa .uppercase, #area-revenda .uppercase, #area-hoteis .uppercase, #area-licenciamento .uppercase {
    font-size: 2.5rem;
  }
}
#area-brand h2, #area-brand h3, #area-brand .product-destaque-item-wrapper__dialog-saber-mais.dialog .product-destaque-item-wrapper__dialog-saber-mais__nome-produto, .product-destaque-item-wrapper__dialog-saber-mais.dialog #area-brand .product-destaque-item-wrapper__dialog-saber-mais__nome-produto, #area-brand h4, #area-brand h5, #area-guia-de-praias h2, #area-guia-de-praias h3, #area-guia-de-praias .product-destaque-item-wrapper__dialog-saber-mais.dialog .product-destaque-item-wrapper__dialog-saber-mais__nome-produto, .product-destaque-item-wrapper__dialog-saber-mais.dialog #area-guia-de-praias .product-destaque-item-wrapper__dialog-saber-mais__nome-produto, #area-guia-de-praias h4, #area-guia-de-praias h5, #area-personalizacao h2, #area-personalizacao h3, #area-personalizacao .product-destaque-item-wrapper__dialog-saber-mais.dialog .product-destaque-item-wrapper__dialog-saber-mais__nome-produto, .product-destaque-item-wrapper__dialog-saber-mais.dialog #area-personalizacao .product-destaque-item-wrapper__dialog-saber-mais__nome-produto, #area-personalizacao h4, #area-personalizacao h5, #area-empresa h2, #area-empresa h3, #area-empresa .product-destaque-item-wrapper__dialog-saber-mais.dialog .product-destaque-item-wrapper__dialog-saber-mais__nome-produto, .product-destaque-item-wrapper__dialog-saber-mais.dialog #area-empresa .product-destaque-item-wrapper__dialog-saber-mais__nome-produto, #area-empresa h4, #area-empresa h5, #area-revenda h2, #area-revenda h3, #area-revenda .product-destaque-item-wrapper__dialog-saber-mais.dialog .product-destaque-item-wrapper__dialog-saber-mais__nome-produto, .product-destaque-item-wrapper__dialog-saber-mais.dialog #area-revenda .product-destaque-item-wrapper__dialog-saber-mais__nome-produto, #area-revenda h4, #area-revenda h5, #area-hoteis h2, #area-hoteis h3, #area-hoteis .product-destaque-item-wrapper__dialog-saber-mais.dialog .product-destaque-item-wrapper__dialog-saber-mais__nome-produto, .product-destaque-item-wrapper__dialog-saber-mais.dialog #area-hoteis .product-destaque-item-wrapper__dialog-saber-mais__nome-produto, #area-hoteis h4, #area-hoteis h5, #area-licenciamento h2, #area-licenciamento h3, #area-licenciamento .product-destaque-item-wrapper__dialog-saber-mais.dialog .product-destaque-item-wrapper__dialog-saber-mais__nome-produto, .product-destaque-item-wrapper__dialog-saber-mais.dialog #area-licenciamento .product-destaque-item-wrapper__dialog-saber-mais__nome-produto, #area-licenciamento h4, #area-licenciamento h5 {
  font-weight: 400;
  line-height: 1.2;
  text-transform: none;
}
@media only screen and (min-width:1025px) {
  #area-brand h2, #area-guia-de-praias h2, #area-personalizacao h2, #area-empresa h2, #area-revenda h2, #area-hoteis h2, #area-licenciamento h2 {
    font-size: 2.5rem;
  }
}
@media only screen and (min-width:1025px) {
  #area-brand .text-centered-align-left, #area-guia-de-praias .text-centered-align-left, #area-personalizacao .text-centered-align-left, #area-empresa .text-centered-align-left, #area-revenda .text-centered-align-left, #area-hoteis .text-centered-align-left, #area-licenciamento .text-centered-align-left {
    display: inline-block;
    text-align: left;
  }
}
#area-brand .nowrap, #area-guia-de-praias .nowrap, #area-personalizacao .nowrap, #area-empresa .nowrap, #area-revenda .nowrap, #area-hoteis .nowrap, #area-licenciamento .nowrap {
  display: block;
  white-space: nowrap;
}
#area-brand #brand-wrapper .parallax-item, #area-brand #guida-tamanhos-wrapper .parallax-item, #area-guia-de-praias #brand-wrapper .parallax-item, #area-guia-de-praias #guida-tamanhos-wrapper .parallax-item, #area-personalizacao #brand-wrapper .parallax-item, #area-personalizacao #guida-tamanhos-wrapper .parallax-item, #area-empresa #brand-wrapper .parallax-item, #area-empresa #guida-tamanhos-wrapper .parallax-item, #area-revenda #brand-wrapper .parallax-item, #area-revenda #guida-tamanhos-wrapper .parallax-item, #area-hoteis #brand-wrapper .parallax-item, #area-hoteis #guida-tamanhos-wrapper .parallax-item, #area-licenciamento #brand-wrapper .parallax-item, #area-licenciamento #guida-tamanhos-wrapper .parallax-item {
  background-color: #f9f9f9;
  position: relative;
}
#area-brand #brand-wrapper .parallax-item .parallax-conteudo, #area-brand #guida-tamanhos-wrapper .parallax-item .parallax-conteudo, #area-guia-de-praias #brand-wrapper .parallax-item .parallax-conteudo, #area-guia-de-praias #guida-tamanhos-wrapper .parallax-item .parallax-conteudo, #area-personalizacao #brand-wrapper .parallax-item .parallax-conteudo, #area-personalizacao #guida-tamanhos-wrapper .parallax-item .parallax-conteudo, #area-empresa #brand-wrapper .parallax-item .parallax-conteudo, #area-empresa #guida-tamanhos-wrapper .parallax-item .parallax-conteudo, #area-revenda #brand-wrapper .parallax-item .parallax-conteudo, #area-revenda #guida-tamanhos-wrapper .parallax-item .parallax-conteudo, #area-hoteis #brand-wrapper .parallax-item .parallax-conteudo, #area-hoteis #guida-tamanhos-wrapper .parallax-item .parallax-conteudo, #area-licenciamento #brand-wrapper .parallax-item .parallax-conteudo, #area-licenciamento #guida-tamanhos-wrapper .parallax-item .parallax-conteudo {
  position: absolute;
  top: 20%;
  width: 100%;
  z-index: 10;
}
@media only screen and (min-width: 1025px) and (max-width: 1400px) {
  #area-brand #brand-wrapper .parallax-item, #area-brand #guida-tamanhos-wrapper .parallax-item, #area-guia-de-praias #brand-wrapper .parallax-item, #area-guia-de-praias #guida-tamanhos-wrapper .parallax-item, #area-personalizacao #brand-wrapper .parallax-item, #area-personalizacao #guida-tamanhos-wrapper .parallax-item, #area-empresa #brand-wrapper .parallax-item, #area-empresa #guida-tamanhos-wrapper .parallax-item, #area-revenda #brand-wrapper .parallax-item, #area-revenda #guida-tamanhos-wrapper .parallax-item, #area-hoteis #brand-wrapper .parallax-item, #area-hoteis #guida-tamanhos-wrapper .parallax-item, #area-licenciamento #brand-wrapper .parallax-item, #area-licenciamento #guida-tamanhos-wrapper .parallax-item {
    top: 12%;
  }
}
@media only screen and (min-width:1025px) {
  #area-brand #brand-wrapper .parallax-item, #area-brand #guida-tamanhos-wrapper .parallax-item, #area-guia-de-praias #brand-wrapper .parallax-item, #area-guia-de-praias #guida-tamanhos-wrapper .parallax-item, #area-personalizacao #brand-wrapper .parallax-item, #area-personalizacao #guida-tamanhos-wrapper .parallax-item, #area-empresa #brand-wrapper .parallax-item, #area-empresa #guida-tamanhos-wrapper .parallax-item, #area-revenda #brand-wrapper .parallax-item, #area-revenda #guida-tamanhos-wrapper .parallax-item, #area-hoteis #brand-wrapper .parallax-item, #area-hoteis #guida-tamanhos-wrapper .parallax-item, #area-licenciamento #brand-wrapper .parallax-item, #area-licenciamento #guida-tamanhos-wrapper .parallax-item {
    height: 70vh;
  }
}
@media only screen and (max-width:1024px) {
  #area-brand #brand-wrapper .parallax-item, #area-brand #guida-tamanhos-wrapper .parallax-item, #area-guia-de-praias #brand-wrapper .parallax-item, #area-guia-de-praias #guida-tamanhos-wrapper .parallax-item, #area-personalizacao #brand-wrapper .parallax-item, #area-personalizacao #guida-tamanhos-wrapper .parallax-item, #area-empresa #brand-wrapper .parallax-item, #area-empresa #guida-tamanhos-wrapper .parallax-item, #area-revenda #brand-wrapper .parallax-item, #area-revenda #guida-tamanhos-wrapper .parallax-item, #area-hoteis #brand-wrapper .parallax-item, #area-hoteis #guida-tamanhos-wrapper .parallax-item, #area-licenciamento #brand-wrapper .parallax-item, #area-licenciamento #guida-tamanhos-wrapper .parallax-item {
    height: 70vh;
  }
}
#area-brand #brand-wrapper .parallax-item.parallax-full-width-height, #area-brand #guida-tamanhos-wrapper .parallax-item.parallax-full-width-height, #area-guia-de-praias #brand-wrapper .parallax-item.parallax-full-width-height, #area-guia-de-praias #guida-tamanhos-wrapper .parallax-item.parallax-full-width-height, #area-personalizacao #brand-wrapper .parallax-item.parallax-full-width-height, #area-personalizacao #guida-tamanhos-wrapper .parallax-item.parallax-full-width-height, #area-empresa #brand-wrapper .parallax-item.parallax-full-width-height, #area-empresa #guida-tamanhos-wrapper .parallax-item.parallax-full-width-height, #area-revenda #brand-wrapper .parallax-item.parallax-full-width-height, #area-revenda #guida-tamanhos-wrapper .parallax-item.parallax-full-width-height, #area-hoteis #brand-wrapper .parallax-item.parallax-full-width-height, #area-hoteis #guida-tamanhos-wrapper .parallax-item.parallax-full-width-height, #area-licenciamento #brand-wrapper .parallax-item.parallax-full-width-height, #area-licenciamento #guida-tamanhos-wrapper .parallax-item.parallax-full-width-height {
  height: 100vh;
}
@media only screen and (max-width: 640px) {
  #area-brand #brand-wrapper .parallax-item.parallax-full-width, #area-brand #guida-tamanhos-wrapper .parallax-item.parallax-full-width, #area-guia-de-praias #brand-wrapper .parallax-item.parallax-full-width, #area-guia-de-praias #guida-tamanhos-wrapper .parallax-item.parallax-full-width, #area-personalizacao #brand-wrapper .parallax-item.parallax-full-width, #area-personalizacao #guida-tamanhos-wrapper .parallax-item.parallax-full-width, #area-empresa #brand-wrapper .parallax-item.parallax-full-width, #area-empresa #guida-tamanhos-wrapper .parallax-item.parallax-full-width, #area-revenda #brand-wrapper .parallax-item.parallax-full-width, #area-revenda #guida-tamanhos-wrapper .parallax-item.parallax-full-width, #area-hoteis #brand-wrapper .parallax-item.parallax-full-width, #area-hoteis #guida-tamanhos-wrapper .parallax-item.parallax-full-width, #area-licenciamento #brand-wrapper .parallax-item.parallax-full-width, #area-licenciamento #guida-tamanhos-wrapper .parallax-item.parallax-full-width {
    height: 250px;
  }
  #area-brand #brand-wrapper .parallax-item.parallax-full-width-height, #area-brand #guida-tamanhos-wrapper .parallax-item.parallax-full-width-height, #area-guia-de-praias #brand-wrapper .parallax-item.parallax-full-width-height, #area-guia-de-praias #guida-tamanhos-wrapper .parallax-item.parallax-full-width-height, #area-personalizacao #brand-wrapper .parallax-item.parallax-full-width-height, #area-personalizacao #guida-tamanhos-wrapper .parallax-item.parallax-full-width-height, #area-empresa #brand-wrapper .parallax-item.parallax-full-width-height, #area-empresa #guida-tamanhos-wrapper .parallax-item.parallax-full-width-height, #area-revenda #brand-wrapper .parallax-item.parallax-full-width-height, #area-revenda #guida-tamanhos-wrapper .parallax-item.parallax-full-width-height, #area-hoteis #brand-wrapper .parallax-item.parallax-full-width-height, #area-hoteis #guida-tamanhos-wrapper .parallax-item.parallax-full-width-height, #area-licenciamento #brand-wrapper .parallax-item.parallax-full-width-height, #area-licenciamento #guida-tamanhos-wrapper .parallax-item.parallax-full-width-height {
    height: 70vh;
  }
}
#area-brand #brand-wrapper .parallax-item > .row, #area-brand #guida-tamanhos-wrapper .parallax-item > .row, #area-guia-de-praias #brand-wrapper .parallax-item > .row, #area-guia-de-praias #guida-tamanhos-wrapper .parallax-item > .row, #area-personalizacao #brand-wrapper .parallax-item > .row, #area-personalizacao #guida-tamanhos-wrapper .parallax-item > .row, #area-empresa #brand-wrapper .parallax-item > .row, #area-empresa #guida-tamanhos-wrapper .parallax-item > .row, #area-revenda #brand-wrapper .parallax-item > .row, #area-revenda #guida-tamanhos-wrapper .parallax-item > .row, #area-hoteis #brand-wrapper .parallax-item > .row, #area-hoteis #guida-tamanhos-wrapper .parallax-item > .row, #area-licenciamento #brand-wrapper .parallax-item > .row, #area-licenciamento #guida-tamanhos-wrapper .parallax-item > .row {
  position: relative;
  height: 100%;
}
@media only screen and (min-width:641px) {
  #area-brand #brand-wrapper .parallax-item > .row .columns, #area-brand #guida-tamanhos-wrapper .parallax-item > .row .columns, #area-guia-de-praias #brand-wrapper .parallax-item > .row .columns, #area-guia-de-praias #guida-tamanhos-wrapper .parallax-item > .row .columns, #area-personalizacao #brand-wrapper .parallax-item > .row .columns, #area-personalizacao #guida-tamanhos-wrapper .parallax-item > .row .columns, #area-empresa #brand-wrapper .parallax-item > .row .columns, #area-empresa #guida-tamanhos-wrapper .parallax-item > .row .columns, #area-revenda #brand-wrapper .parallax-item > .row .columns, #area-revenda #guida-tamanhos-wrapper .parallax-item > .row .columns, #area-hoteis #brand-wrapper .parallax-item > .row .columns, #area-hoteis #guida-tamanhos-wrapper .parallax-item > .row .columns, #area-licenciamento #brand-wrapper .parallax-item > .row .columns, #area-licenciamento #guida-tamanhos-wrapper .parallax-item > .row .columns {
    height: 100%;
  }
}
@media only screen and (max-width: 640px) {
  #area-brand #brand-wrapper .parallax-item > .row .columns:first-of-type, #area-brand #guida-tamanhos-wrapper .parallax-item > .row .columns:first-of-type, #area-guia-de-praias #brand-wrapper .parallax-item > .row .columns:first-of-type, #area-guia-de-praias #guida-tamanhos-wrapper .parallax-item > .row .columns:first-of-type, #area-personalizacao #brand-wrapper .parallax-item > .row .columns:first-of-type, #area-personalizacao #guida-tamanhos-wrapper .parallax-item > .row .columns:first-of-type, #area-empresa #brand-wrapper .parallax-item > .row .columns:first-of-type, #area-empresa #guida-tamanhos-wrapper .parallax-item > .row .columns:first-of-type, #area-revenda #brand-wrapper .parallax-item > .row .columns:first-of-type, #area-revenda #guida-tamanhos-wrapper .parallax-item > .row .columns:first-of-type, #area-hoteis #brand-wrapper .parallax-item > .row .columns:first-of-type, #area-hoteis #guida-tamanhos-wrapper .parallax-item > .row .columns:first-of-type, #area-licenciamento #brand-wrapper .parallax-item > .row .columns:first-of-type, #area-licenciamento #guida-tamanhos-wrapper .parallax-item > .row .columns:first-of-type {
    height: 100%;
  }
}
#area-brand #brand-wrapper .parallax-item .brand-content, #area-brand #guida-tamanhos-wrapper .parallax-item .brand-content, #area-guia-de-praias #brand-wrapper .parallax-item .brand-content, #area-guia-de-praias #guida-tamanhos-wrapper .parallax-item .brand-content, #area-personalizacao #brand-wrapper .parallax-item .brand-content, #area-personalizacao #guida-tamanhos-wrapper .parallax-item .brand-content, #area-empresa #brand-wrapper .parallax-item .brand-content, #area-empresa #guida-tamanhos-wrapper .parallax-item .brand-content, #area-revenda #brand-wrapper .parallax-item .brand-content, #area-revenda #guida-tamanhos-wrapper .parallax-item .brand-content, #area-hoteis #brand-wrapper .parallax-item .brand-content, #area-hoteis #guida-tamanhos-wrapper .parallax-item .brand-content, #area-licenciamento #brand-wrapper .parallax-item .brand-content, #area-licenciamento #guida-tamanhos-wrapper .parallax-item .brand-content {
  font-weight: 600;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 30px 60px;
  min-height: 100px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
#area-brand #brand-wrapper .parallax-item .brand-content .imagem-adicional, #area-brand #guida-tamanhos-wrapper .parallax-item .brand-content .imagem-adicional, #area-guia-de-praias #brand-wrapper .parallax-item .brand-content .imagem-adicional, #area-guia-de-praias #guida-tamanhos-wrapper .parallax-item .brand-content .imagem-adicional, #area-personalizacao #brand-wrapper .parallax-item .brand-content .imagem-adicional, #area-personalizacao #guida-tamanhos-wrapper .parallax-item .brand-content .imagem-adicional, #area-empresa #brand-wrapper .parallax-item .brand-content .imagem-adicional, #area-empresa #guida-tamanhos-wrapper .parallax-item .brand-content .imagem-adicional, #area-revenda #brand-wrapper .parallax-item .brand-content .imagem-adicional, #area-revenda #guida-tamanhos-wrapper .parallax-item .brand-content .imagem-adicional, #area-hoteis #brand-wrapper .parallax-item .brand-content .imagem-adicional, #area-hoteis #guida-tamanhos-wrapper .parallax-item .brand-content .imagem-adicional, #area-licenciamento #brand-wrapper .parallax-item .brand-content .imagem-adicional, #area-licenciamento #guida-tamanhos-wrapper .parallax-item .brand-content .imagem-adicional {
  background-size: cover;
  position: absolute;
  height: 200%;
  top: -200%;
  left: 0;
  width: 100%;
}
#area-brand #brand-wrapper .parallax-item .brand-parallax-parent, #area-brand #guida-tamanhos-wrapper .parallax-item .brand-parallax-parent, #area-guia-de-praias #brand-wrapper .parallax-item .brand-parallax-parent, #area-guia-de-praias #guida-tamanhos-wrapper .parallax-item .brand-parallax-parent, #area-personalizacao #brand-wrapper .parallax-item .brand-parallax-parent, #area-personalizacao #guida-tamanhos-wrapper .parallax-item .brand-parallax-parent, #area-empresa #brand-wrapper .parallax-item .brand-parallax-parent, #area-empresa #guida-tamanhos-wrapper .parallax-item .brand-parallax-parent, #area-revenda #brand-wrapper .parallax-item .brand-parallax-parent, #area-revenda #guida-tamanhos-wrapper .parallax-item .brand-parallax-parent, #area-hoteis #brand-wrapper .parallax-item .brand-parallax-parent, #area-hoteis #guida-tamanhos-wrapper .parallax-item .brand-parallax-parent, #area-licenciamento #brand-wrapper .parallax-item .brand-parallax-parent, #area-licenciamento #guida-tamanhos-wrapper .parallax-item .brand-parallax-parent {
  height: 100%;
  overflow: hidden;
}
#area-brand #brand-wrapper .parallax-item .brand-parallax-parent > div, #area-brand #guida-tamanhos-wrapper .parallax-item .brand-parallax-parent > div, #area-guia-de-praias #brand-wrapper .parallax-item .brand-parallax-parent > div, #area-guia-de-praias #guida-tamanhos-wrapper .parallax-item .brand-parallax-parent > div, #area-personalizacao #brand-wrapper .parallax-item .brand-parallax-parent > div, #area-personalizacao #guida-tamanhos-wrapper .parallax-item .brand-parallax-parent > div, #area-empresa #brand-wrapper .parallax-item .brand-parallax-parent > div, #area-empresa #guida-tamanhos-wrapper .parallax-item .brand-parallax-parent > div, #area-revenda #brand-wrapper .parallax-item .brand-parallax-parent > div, #area-revenda #guida-tamanhos-wrapper .parallax-item .brand-parallax-parent > div, #area-hoteis #brand-wrapper .parallax-item .brand-parallax-parent > div, #area-hoteis #guida-tamanhos-wrapper .parallax-item .brand-parallax-parent > div, #area-licenciamento #brand-wrapper .parallax-item .brand-parallax-parent > div, #area-licenciamento #guida-tamanhos-wrapper .parallax-item .brand-parallax-parent > div {
  height: 100%;
}
#area-brand #brand-wrapper .parallax-item .brand-parallax-parent .parallax-child, #area-brand #guida-tamanhos-wrapper .parallax-item .brand-parallax-parent .parallax-child, #area-guia-de-praias #brand-wrapper .parallax-item .brand-parallax-parent .parallax-child, #area-guia-de-praias #guida-tamanhos-wrapper .parallax-item .brand-parallax-parent .parallax-child, #area-personalizacao #brand-wrapper .parallax-item .brand-parallax-parent .parallax-child, #area-personalizacao #guida-tamanhos-wrapper .parallax-item .brand-parallax-parent .parallax-child, #area-empresa #brand-wrapper .parallax-item .brand-parallax-parent .parallax-child, #area-empresa #guida-tamanhos-wrapper .parallax-item .brand-parallax-parent .parallax-child, #area-revenda #brand-wrapper .parallax-item .brand-parallax-parent .parallax-child, #area-revenda #guida-tamanhos-wrapper .parallax-item .brand-parallax-parent .parallax-child, #area-hoteis #brand-wrapper .parallax-item .brand-parallax-parent .parallax-child, #area-hoteis #guida-tamanhos-wrapper .parallax-item .brand-parallax-parent .parallax-child, #area-licenciamento #brand-wrapper .parallax-item .brand-parallax-parent .parallax-child, #area-licenciamento #guida-tamanhos-wrapper .parallax-item .brand-parallax-parent .parallax-child {
  height: 135%;
  top: -60%;
  position: relative;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat !important;
}
#area-brand #brand-wrapper .parallax-item .brand-parallax-parent .parallax-child.background-bottom-left-30, #area-brand #guida-tamanhos-wrapper .parallax-item .brand-parallax-parent .parallax-child.background-bottom-left-30, #area-guia-de-praias #brand-wrapper .parallax-item .brand-parallax-parent .parallax-child.background-bottom-left-30, #area-guia-de-praias #guida-tamanhos-wrapper .parallax-item .brand-parallax-parent .parallax-child.background-bottom-left-30, #area-personalizacao #brand-wrapper .parallax-item .brand-parallax-parent .parallax-child.background-bottom-left-30, #area-personalizacao #guida-tamanhos-wrapper .parallax-item .brand-parallax-parent .parallax-child.background-bottom-left-30, #area-empresa #brand-wrapper .parallax-item .brand-parallax-parent .parallax-child.background-bottom-left-30, #area-empresa #guida-tamanhos-wrapper .parallax-item .brand-parallax-parent .parallax-child.background-bottom-left-30, #area-revenda #brand-wrapper .parallax-item .brand-parallax-parent .parallax-child.background-bottom-left-30, #area-revenda #guida-tamanhos-wrapper .parallax-item .brand-parallax-parent .parallax-child.background-bottom-left-30, #area-hoteis #brand-wrapper .parallax-item .brand-parallax-parent .parallax-child.background-bottom-left-30, #area-hoteis #guida-tamanhos-wrapper .parallax-item .brand-parallax-parent .parallax-child.background-bottom-left-30, #area-licenciamento #brand-wrapper .parallax-item .brand-parallax-parent .parallax-child.background-bottom-left-30, #area-licenciamento #guida-tamanhos-wrapper .parallax-item .brand-parallax-parent .parallax-child.background-bottom-left-30 {
  height: 130%;
  background-position: 30% bottom !important;
}
@media only screen and (max-width:1024px) {
  #area-brand #brand-wrapper .parallax-item .brand-parallax-parent .position-left-70, #area-brand #guida-tamanhos-wrapper .parallax-item .brand-parallax-parent .position-left-70, #area-guia-de-praias #brand-wrapper .parallax-item .brand-parallax-parent .position-left-70, #area-guia-de-praias #guida-tamanhos-wrapper .parallax-item .brand-parallax-parent .position-left-70, #area-personalizacao #brand-wrapper .parallax-item .brand-parallax-parent .position-left-70, #area-personalizacao #guida-tamanhos-wrapper .parallax-item .brand-parallax-parent .position-left-70, #area-empresa #brand-wrapper .parallax-item .brand-parallax-parent .position-left-70, #area-empresa #guida-tamanhos-wrapper .parallax-item .brand-parallax-parent .position-left-70, #area-revenda #brand-wrapper .parallax-item .brand-parallax-parent .position-left-70, #area-revenda #guida-tamanhos-wrapper .parallax-item .brand-parallax-parent .position-left-70, #area-hoteis #brand-wrapper .parallax-item .brand-parallax-parent .position-left-70, #area-hoteis #guida-tamanhos-wrapper .parallax-item .brand-parallax-parent .position-left-70, #area-licenciamento #brand-wrapper .parallax-item .brand-parallax-parent .position-left-70, #area-licenciamento #guida-tamanhos-wrapper .parallax-item .brand-parallax-parent .position-left-70 {
    background-position: 70% center;
  }
  #area-brand #brand-wrapper .parallax-item .brand-parallax-parent .parallax-child, #area-brand #guida-tamanhos-wrapper .parallax-item .brand-parallax-parent .parallax-child, #area-guia-de-praias #brand-wrapper .parallax-item .brand-parallax-parent .parallax-child, #area-guia-de-praias #guida-tamanhos-wrapper .parallax-item .brand-parallax-parent .parallax-child, #area-personalizacao #brand-wrapper .parallax-item .brand-parallax-parent .parallax-child, #area-personalizacao #guida-tamanhos-wrapper .parallax-item .brand-parallax-parent .parallax-child, #area-empresa #brand-wrapper .parallax-item .brand-parallax-parent .parallax-child, #area-empresa #guida-tamanhos-wrapper .parallax-item .brand-parallax-parent .parallax-child, #area-revenda #brand-wrapper .parallax-item .brand-parallax-parent .parallax-child, #area-revenda #guida-tamanhos-wrapper .parallax-item .brand-parallax-parent .parallax-child, #area-hoteis #brand-wrapper .parallax-item .brand-parallax-parent .parallax-child, #area-hoteis #guida-tamanhos-wrapper .parallax-item .brand-parallax-parent .parallax-child, #area-licenciamento #brand-wrapper .parallax-item .brand-parallax-parent .parallax-child, #area-licenciamento #guida-tamanhos-wrapper .parallax-item .brand-parallax-parent .parallax-child {
    height: 100%;
    top: 0;
  }
}
#area-brand #brand-wrapper .parallax-item .brand-parallax-parent#parallax-parent-video, #area-brand #guida-tamanhos-wrapper .parallax-item .brand-parallax-parent#parallax-parent-video, #area-guia-de-praias #brand-wrapper .parallax-item .brand-parallax-parent#parallax-parent-video, #area-guia-de-praias #guida-tamanhos-wrapper .parallax-item .brand-parallax-parent#parallax-parent-video, #area-personalizacao #brand-wrapper .parallax-item .brand-parallax-parent#parallax-parent-video, #area-personalizacao #guida-tamanhos-wrapper .parallax-item .brand-parallax-parent#parallax-parent-video, #area-empresa #brand-wrapper .parallax-item .brand-parallax-parent#parallax-parent-video, #area-empresa #guida-tamanhos-wrapper .parallax-item .brand-parallax-parent#parallax-parent-video, #area-revenda #brand-wrapper .parallax-item .brand-parallax-parent#parallax-parent-video, #area-revenda #guida-tamanhos-wrapper .parallax-item .brand-parallax-parent#parallax-parent-video, #area-hoteis #brand-wrapper .parallax-item .brand-parallax-parent#parallax-parent-video, #area-hoteis #guida-tamanhos-wrapper .parallax-item .brand-parallax-parent#parallax-parent-video, #area-licenciamento #brand-wrapper .parallax-item .brand-parallax-parent#parallax-parent-video, #area-licenciamento #guida-tamanhos-wrapper .parallax-item .brand-parallax-parent#parallax-parent-video {
  position: relative;
}
#area-brand #brand-wrapper .parallax-item .brand-parallax-parent#parallax-parent-video .play-button-wrapper, #area-brand #guida-tamanhos-wrapper .parallax-item .brand-parallax-parent#parallax-parent-video .play-button-wrapper, #area-guia-de-praias #brand-wrapper .parallax-item .brand-parallax-parent#parallax-parent-video .play-button-wrapper, #area-guia-de-praias #guida-tamanhos-wrapper .parallax-item .brand-parallax-parent#parallax-parent-video .play-button-wrapper, #area-personalizacao #brand-wrapper .parallax-item .brand-parallax-parent#parallax-parent-video .play-button-wrapper, #area-personalizacao #guida-tamanhos-wrapper .parallax-item .brand-parallax-parent#parallax-parent-video .play-button-wrapper, #area-empresa #brand-wrapper .parallax-item .brand-parallax-parent#parallax-parent-video .play-button-wrapper, #area-empresa #guida-tamanhos-wrapper .parallax-item .brand-parallax-parent#parallax-parent-video .play-button-wrapper, #area-revenda #brand-wrapper .parallax-item .brand-parallax-parent#parallax-parent-video .play-button-wrapper, #area-revenda #guida-tamanhos-wrapper .parallax-item .brand-parallax-parent#parallax-parent-video .play-button-wrapper, #area-hoteis #brand-wrapper .parallax-item .brand-parallax-parent#parallax-parent-video .play-button-wrapper, #area-hoteis #guida-tamanhos-wrapper .parallax-item .brand-parallax-parent#parallax-parent-video .play-button-wrapper, #area-licenciamento #brand-wrapper .parallax-item .brand-parallax-parent#parallax-parent-video .play-button-wrapper, #area-licenciamento #guida-tamanhos-wrapper .parallax-item .brand-parallax-parent#parallax-parent-video .play-button-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -40px;
  margin-top: -40px;
}
#area-brand #brand-wrapper .parallax-item .brand-parallax-parent#parallax-parent-video .play-button-wrapper img, #area-brand #guida-tamanhos-wrapper .parallax-item .brand-parallax-parent#parallax-parent-video .play-button-wrapper img, #area-guia-de-praias #brand-wrapper .parallax-item .brand-parallax-parent#parallax-parent-video .play-button-wrapper img, #area-guia-de-praias #guida-tamanhos-wrapper .parallax-item .brand-parallax-parent#parallax-parent-video .play-button-wrapper img, #area-personalizacao #brand-wrapper .parallax-item .brand-parallax-parent#parallax-parent-video .play-button-wrapper img, #area-personalizacao #guida-tamanhos-wrapper .parallax-item .brand-parallax-parent#parallax-parent-video .play-button-wrapper img, #area-empresa #brand-wrapper .parallax-item .brand-parallax-parent#parallax-parent-video .play-button-wrapper img, #area-empresa #guida-tamanhos-wrapper .parallax-item .brand-parallax-parent#parallax-parent-video .play-button-wrapper img, #area-revenda #brand-wrapper .parallax-item .brand-parallax-parent#parallax-parent-video .play-button-wrapper img, #area-revenda #guida-tamanhos-wrapper .parallax-item .brand-parallax-parent#parallax-parent-video .play-button-wrapper img, #area-hoteis #brand-wrapper .parallax-item .brand-parallax-parent#parallax-parent-video .play-button-wrapper img, #area-hoteis #guida-tamanhos-wrapper .parallax-item .brand-parallax-parent#parallax-parent-video .play-button-wrapper img, #area-licenciamento #brand-wrapper .parallax-item .brand-parallax-parent#parallax-parent-video .play-button-wrapper img, #area-licenciamento #guida-tamanhos-wrapper .parallax-item .brand-parallax-parent#parallax-parent-video .play-button-wrapper img {
  width: 80px;
  height: 80px;
  transition: 0.2s ease-out;
}
#area-brand #brand-wrapper .parallax-item .brand-parallax-parent#parallax-parent-video:hover .play-button-wrapper img, #area-brand #guida-tamanhos-wrapper .parallax-item .brand-parallax-parent#parallax-parent-video:hover .play-button-wrapper img, #area-guia-de-praias #brand-wrapper .parallax-item .brand-parallax-parent#parallax-parent-video:hover .play-button-wrapper img, #area-guia-de-praias #guida-tamanhos-wrapper .parallax-item .brand-parallax-parent#parallax-parent-video:hover .play-button-wrapper img, #area-personalizacao #brand-wrapper .parallax-item .brand-parallax-parent#parallax-parent-video:hover .play-button-wrapper img, #area-personalizacao #guida-tamanhos-wrapper .parallax-item .brand-parallax-parent#parallax-parent-video:hover .play-button-wrapper img, #area-empresa #brand-wrapper .parallax-item .brand-parallax-parent#parallax-parent-video:hover .play-button-wrapper img, #area-empresa #guida-tamanhos-wrapper .parallax-item .brand-parallax-parent#parallax-parent-video:hover .play-button-wrapper img, #area-revenda #brand-wrapper .parallax-item .brand-parallax-parent#parallax-parent-video:hover .play-button-wrapper img, #area-revenda #guida-tamanhos-wrapper .parallax-item .brand-parallax-parent#parallax-parent-video:hover .play-button-wrapper img, #area-hoteis #brand-wrapper .parallax-item .brand-parallax-parent#parallax-parent-video:hover .play-button-wrapper img, #area-hoteis #guida-tamanhos-wrapper .parallax-item .brand-parallax-parent#parallax-parent-video:hover .play-button-wrapper img, #area-licenciamento #brand-wrapper .parallax-item .brand-parallax-parent#parallax-parent-video:hover .play-button-wrapper img, #area-licenciamento #guida-tamanhos-wrapper .parallax-item .brand-parallax-parent#parallax-parent-video:hover .play-button-wrapper img {
  display: inline-block;
  transform: scale3d(1.1, 1.1, 1.1);
}
@media only screen and (max-width: 640px) {
  #area-brand #brand-wrapper .parallax-item.container-desalinhado, #area-brand #guida-tamanhos-wrapper .parallax-item.container-desalinhado, #area-guia-de-praias #brand-wrapper .parallax-item.container-desalinhado, #area-guia-de-praias #guida-tamanhos-wrapper .parallax-item.container-desalinhado, #area-personalizacao #brand-wrapper .parallax-item.container-desalinhado, #area-personalizacao #guida-tamanhos-wrapper .parallax-item.container-desalinhado, #area-empresa #brand-wrapper .parallax-item.container-desalinhado, #area-empresa #guida-tamanhos-wrapper .parallax-item.container-desalinhado, #area-revenda #brand-wrapper .parallax-item.container-desalinhado, #area-revenda #guida-tamanhos-wrapper .parallax-item.container-desalinhado, #area-hoteis #brand-wrapper .parallax-item.container-desalinhado, #area-hoteis #guida-tamanhos-wrapper .parallax-item.container-desalinhado, #area-licenciamento #brand-wrapper .parallax-item.container-desalinhado, #area-licenciamento #guida-tamanhos-wrapper .parallax-item.container-desalinhado {
    height: auto;
  }
  #area-brand #brand-wrapper .parallax-item.container-desalinhado .brand-content, #area-brand #guida-tamanhos-wrapper .parallax-item.container-desalinhado .brand-content, #area-guia-de-praias #brand-wrapper .parallax-item.container-desalinhado .brand-content, #area-guia-de-praias #guida-tamanhos-wrapper .parallax-item.container-desalinhado .brand-content, #area-personalizacao #brand-wrapper .parallax-item.container-desalinhado .brand-content, #area-personalizacao #guida-tamanhos-wrapper .parallax-item.container-desalinhado .brand-content, #area-empresa #brand-wrapper .parallax-item.container-desalinhado .brand-content, #area-empresa #guida-tamanhos-wrapper .parallax-item.container-desalinhado .brand-content, #area-revenda #brand-wrapper .parallax-item.container-desalinhado .brand-content, #area-revenda #guida-tamanhos-wrapper .parallax-item.container-desalinhado .brand-content, #area-hoteis #brand-wrapper .parallax-item.container-desalinhado .brand-content, #area-hoteis #guida-tamanhos-wrapper .parallax-item.container-desalinhado .brand-content, #area-licenciamento #brand-wrapper .parallax-item.container-desalinhado .brand-content, #area-licenciamento #guida-tamanhos-wrapper .parallax-item.container-desalinhado .brand-content {
    display: block;
  }
}
@media only screen and (min-width:641px) {
  #area-brand #brand-wrapper .parallax-item.container-desalinhado, #area-brand #guida-tamanhos-wrapper .parallax-item.container-desalinhado, #area-guia-de-praias #brand-wrapper .parallax-item.container-desalinhado, #area-guia-de-praias #guida-tamanhos-wrapper .parallax-item.container-desalinhado, #area-personalizacao #brand-wrapper .parallax-item.container-desalinhado, #area-personalizacao #guida-tamanhos-wrapper .parallax-item.container-desalinhado, #area-empresa #brand-wrapper .parallax-item.container-desalinhado, #area-empresa #guida-tamanhos-wrapper .parallax-item.container-desalinhado, #area-revenda #brand-wrapper .parallax-item.container-desalinhado, #area-revenda #guida-tamanhos-wrapper .parallax-item.container-desalinhado, #area-hoteis #brand-wrapper .parallax-item.container-desalinhado, #area-hoteis #guida-tamanhos-wrapper .parallax-item.container-desalinhado, #area-licenciamento #brand-wrapper .parallax-item.container-desalinhado, #area-licenciamento #guida-tamanhos-wrapper .parallax-item.container-desalinhado {
    height: 35vh;
  }
}
@media only screen and (max-width:1024px) {
  #area-brand #brand-wrapper .parallax-item.container-desalinhado .imagem-adicional, #area-brand #guida-tamanhos-wrapper .parallax-item.container-desalinhado .imagem-adicional, #area-guia-de-praias #brand-wrapper .parallax-item.container-desalinhado .imagem-adicional, #area-guia-de-praias #guida-tamanhos-wrapper .parallax-item.container-desalinhado .imagem-adicional, #area-personalizacao #brand-wrapper .parallax-item.container-desalinhado .imagem-adicional, #area-personalizacao #guida-tamanhos-wrapper .parallax-item.container-desalinhado .imagem-adicional, #area-empresa #brand-wrapper .parallax-item.container-desalinhado .imagem-adicional, #area-empresa #guida-tamanhos-wrapper .parallax-item.container-desalinhado .imagem-adicional, #area-revenda #brand-wrapper .parallax-item.container-desalinhado .imagem-adicional, #area-revenda #guida-tamanhos-wrapper .parallax-item.container-desalinhado .imagem-adicional, #area-hoteis #brand-wrapper .parallax-item.container-desalinhado .imagem-adicional, #area-hoteis #guida-tamanhos-wrapper .parallax-item.container-desalinhado .imagem-adicional, #area-licenciamento #brand-wrapper .parallax-item.container-desalinhado .imagem-adicional, #area-licenciamento #guida-tamanhos-wrapper .parallax-item.container-desalinhado .imagem-adicional {
    height: auto;
    padding-top: 50%;
    margin: 20px;
    margin-left: 0;
    position: static;
  }
}
@media only screen and (max-width: 640px) {
  #area-brand #brand-wrapper .parallax-item.container-desalinhado .imagem-adicional, #area-brand #guida-tamanhos-wrapper .parallax-item.container-desalinhado .imagem-adicional, #area-guia-de-praias #brand-wrapper .parallax-item.container-desalinhado .imagem-adicional, #area-guia-de-praias #guida-tamanhos-wrapper .parallax-item.container-desalinhado .imagem-adicional, #area-personalizacao #brand-wrapper .parallax-item.container-desalinhado .imagem-adicional, #area-personalizacao #guida-tamanhos-wrapper .parallax-item.container-desalinhado .imagem-adicional, #area-empresa #brand-wrapper .parallax-item.container-desalinhado .imagem-adicional, #area-empresa #guida-tamanhos-wrapper .parallax-item.container-desalinhado .imagem-adicional, #area-revenda #brand-wrapper .parallax-item.container-desalinhado .imagem-adicional, #area-revenda #guida-tamanhos-wrapper .parallax-item.container-desalinhado .imagem-adicional, #area-hoteis #brand-wrapper .parallax-item.container-desalinhado .imagem-adicional, #area-hoteis #guida-tamanhos-wrapper .parallax-item.container-desalinhado .imagem-adicional, #area-licenciamento #brand-wrapper .parallax-item.container-desalinhado .imagem-adicional, #area-licenciamento #guida-tamanhos-wrapper .parallax-item.container-desalinhado .imagem-adicional {
    padding-top: 80%;
    margin-top: -80px;
  }
}
#area-brand #brand-wrapper .parallax-item.container-desalinhado .coluna-imagem, #area-brand #guida-tamanhos-wrapper .parallax-item.container-desalinhado .coluna-imagem, #area-guia-de-praias #brand-wrapper .parallax-item.container-desalinhado .coluna-imagem, #area-guia-de-praias #guida-tamanhos-wrapper .parallax-item.container-desalinhado .coluna-imagem, #area-personalizacao #brand-wrapper .parallax-item.container-desalinhado .coluna-imagem, #area-personalizacao #guida-tamanhos-wrapper .parallax-item.container-desalinhado .coluna-imagem, #area-empresa #brand-wrapper .parallax-item.container-desalinhado .coluna-imagem, #area-empresa #guida-tamanhos-wrapper .parallax-item.container-desalinhado .coluna-imagem, #area-revenda #brand-wrapper .parallax-item.container-desalinhado .coluna-imagem, #area-revenda #guida-tamanhos-wrapper .parallax-item.container-desalinhado .coluna-imagem, #area-hoteis #brand-wrapper .parallax-item.container-desalinhado .coluna-imagem, #area-hoteis #guida-tamanhos-wrapper .parallax-item.container-desalinhado .coluna-imagem, #area-licenciamento #brand-wrapper .parallax-item.container-desalinhado .coluna-imagem, #area-licenciamento #guida-tamanhos-wrapper .parallax-item.container-desalinhado .coluna-imagem {
  position: absolute;
  bottom: 0;
}
#area-brand #brand-wrapper .parallax-item.container-desalinhado .coluna-imagem > div, #area-brand #guida-tamanhos-wrapper .parallax-item.container-desalinhado .coluna-imagem > div, #area-guia-de-praias #brand-wrapper .parallax-item.container-desalinhado .coluna-imagem > div, #area-guia-de-praias #guida-tamanhos-wrapper .parallax-item.container-desalinhado .coluna-imagem > div, #area-personalizacao #brand-wrapper .parallax-item.container-desalinhado .coluna-imagem > div, #area-personalizacao #guida-tamanhos-wrapper .parallax-item.container-desalinhado .coluna-imagem > div, #area-empresa #brand-wrapper .parallax-item.container-desalinhado .coluna-imagem > div, #area-empresa #guida-tamanhos-wrapper .parallax-item.container-desalinhado .coluna-imagem > div, #area-revenda #brand-wrapper .parallax-item.container-desalinhado .coluna-imagem > div, #area-revenda #guida-tamanhos-wrapper .parallax-item.container-desalinhado .coluna-imagem > div, #area-hoteis #brand-wrapper .parallax-item.container-desalinhado .coluna-imagem > div, #area-hoteis #guida-tamanhos-wrapper .parallax-item.container-desalinhado .coluna-imagem > div, #area-licenciamento #brand-wrapper .parallax-item.container-desalinhado .coluna-imagem > div, #area-licenciamento #guida-tamanhos-wrapper .parallax-item.container-desalinhado .coluna-imagem > div {
  width: 100%;
  background-size: cover;
  background-position: center;
  height: 150%;
  position: absolute;
  bottom: 0;
}
@media only screen and (min-width:641px) {
  #area-brand #brand-wrapper .parallax-item.container-desalinhado .coluna-imagem > div, #area-brand #guida-tamanhos-wrapper .parallax-item.container-desalinhado .coluna-imagem > div, #area-guia-de-praias #brand-wrapper .parallax-item.container-desalinhado .coluna-imagem > div, #area-guia-de-praias #guida-tamanhos-wrapper .parallax-item.container-desalinhado .coluna-imagem > div, #area-personalizacao #brand-wrapper .parallax-item.container-desalinhado .coluna-imagem > div, #area-personalizacao #guida-tamanhos-wrapper .parallax-item.container-desalinhado .coluna-imagem > div, #area-empresa #brand-wrapper .parallax-item.container-desalinhado .coluna-imagem > div, #area-empresa #guida-tamanhos-wrapper .parallax-item.container-desalinhado .coluna-imagem > div, #area-revenda #brand-wrapper .parallax-item.container-desalinhado .coluna-imagem > div, #area-revenda #guida-tamanhos-wrapper .parallax-item.container-desalinhado .coluna-imagem > div, #area-hoteis #brand-wrapper .parallax-item.container-desalinhado .coluna-imagem > div, #area-hoteis #guida-tamanhos-wrapper .parallax-item.container-desalinhado .coluna-imagem > div, #area-licenciamento #brand-wrapper .parallax-item.container-desalinhado .coluna-imagem > div, #area-licenciamento #guida-tamanhos-wrapper .parallax-item.container-desalinhado .coluna-imagem > div {
    height: 70vh;
  }
}
#area-brand #brand-wrapper .parallax-item.container-desalinhado .coluna-texto, #area-brand #guida-tamanhos-wrapper .parallax-item.container-desalinhado .coluna-texto, #area-guia-de-praias #brand-wrapper .parallax-item.container-desalinhado .coluna-texto, #area-guia-de-praias #guida-tamanhos-wrapper .parallax-item.container-desalinhado .coluna-texto, #area-personalizacao #brand-wrapper .parallax-item.container-desalinhado .coluna-texto, #area-personalizacao #guida-tamanhos-wrapper .parallax-item.container-desalinhado .coluna-texto, #area-empresa #brand-wrapper .parallax-item.container-desalinhado .coluna-texto, #area-empresa #guida-tamanhos-wrapper .parallax-item.container-desalinhado .coluna-texto, #area-revenda #brand-wrapper .parallax-item.container-desalinhado .coluna-texto, #area-revenda #guida-tamanhos-wrapper .parallax-item.container-desalinhado .coluna-texto, #area-hoteis #brand-wrapper .parallax-item.container-desalinhado .coluna-texto, #area-hoteis #guida-tamanhos-wrapper .parallax-item.container-desalinhado .coluna-texto, #area-licenciamento #brand-wrapper .parallax-item.container-desalinhado .coluna-texto, #area-licenciamento #guida-tamanhos-wrapper .parallax-item.container-desalinhado .coluna-texto {
  height: 100% !important;
  height: auto;
  display: flex;
  justify-content: flex-start;
}
@media only screen and (max-width: 640px) {
  #area-brand #brand-wrapper .parallax-item.container-desalinhado .coluna-texto .brand-content, #area-brand #guida-tamanhos-wrapper .parallax-item.container-desalinhado .coluna-texto .brand-content, #area-guia-de-praias #brand-wrapper .parallax-item.container-desalinhado .coluna-texto .brand-content, #area-guia-de-praias #guida-tamanhos-wrapper .parallax-item.container-desalinhado .coluna-texto .brand-content, #area-personalizacao #brand-wrapper .parallax-item.container-desalinhado .coluna-texto .brand-content, #area-personalizacao #guida-tamanhos-wrapper .parallax-item.container-desalinhado .coluna-texto .brand-content, #area-empresa #brand-wrapper .parallax-item.container-desalinhado .coluna-texto .brand-content, #area-empresa #guida-tamanhos-wrapper .parallax-item.container-desalinhado .coluna-texto .brand-content, #area-revenda #brand-wrapper .parallax-item.container-desalinhado .coluna-texto .brand-content, #area-revenda #guida-tamanhos-wrapper .parallax-item.container-desalinhado .coluna-texto .brand-content, #area-hoteis #brand-wrapper .parallax-item.container-desalinhado .coluna-texto .brand-content, #area-hoteis #guida-tamanhos-wrapper .parallax-item.container-desalinhado .coluna-texto .brand-content, #area-licenciamento #brand-wrapper .parallax-item.container-desalinhado .coluna-texto .brand-content, #area-licenciamento #guida-tamanhos-wrapper .parallax-item.container-desalinhado .coluna-texto .brand-content {
    padding: 20px;
  }
}
#area-brand #brand-wrapper .parallax-item.container-desalinhado .coluna-bloco-texto, #area-brand #guida-tamanhos-wrapper .parallax-item.container-desalinhado .coluna-bloco-texto, #area-guia-de-praias #brand-wrapper .parallax-item.container-desalinhado .coluna-bloco-texto, #area-guia-de-praias #guida-tamanhos-wrapper .parallax-item.container-desalinhado .coluna-bloco-texto, #area-personalizacao #brand-wrapper .parallax-item.container-desalinhado .coluna-bloco-texto, #area-personalizacao #guida-tamanhos-wrapper .parallax-item.container-desalinhado .coluna-bloco-texto, #area-empresa #brand-wrapper .parallax-item.container-desalinhado .coluna-bloco-texto, #area-empresa #guida-tamanhos-wrapper .parallax-item.container-desalinhado .coluna-bloco-texto, #area-revenda #brand-wrapper .parallax-item.container-desalinhado .coluna-bloco-texto, #area-revenda #guida-tamanhos-wrapper .parallax-item.container-desalinhado .coluna-bloco-texto, #area-hoteis #brand-wrapper .parallax-item.container-desalinhado .coluna-bloco-texto, #area-hoteis #guida-tamanhos-wrapper .parallax-item.container-desalinhado .coluna-bloco-texto, #area-licenciamento #brand-wrapper .parallax-item.container-desalinhado .coluna-bloco-texto, #area-licenciamento #guida-tamanhos-wrapper .parallax-item.container-desalinhado .coluna-bloco-texto {
  background-color: #FFF;
  bottom: 0;
  padding: 0 80px;
}
@media only screen and (max-width:1024px) {
  #area-brand #brand-wrapper .parallax-item.container-desalinhado .coluna-bloco-texto, #area-brand #guida-tamanhos-wrapper .parallax-item.container-desalinhado .coluna-bloco-texto, #area-guia-de-praias #brand-wrapper .parallax-item.container-desalinhado .coluna-bloco-texto, #area-guia-de-praias #guida-tamanhos-wrapper .parallax-item.container-desalinhado .coluna-bloco-texto, #area-personalizacao #brand-wrapper .parallax-item.container-desalinhado .coluna-bloco-texto, #area-personalizacao #guida-tamanhos-wrapper .parallax-item.container-desalinhado .coluna-bloco-texto, #area-empresa #brand-wrapper .parallax-item.container-desalinhado .coluna-bloco-texto, #area-empresa #guida-tamanhos-wrapper .parallax-item.container-desalinhado .coluna-bloco-texto, #area-revenda #brand-wrapper .parallax-item.container-desalinhado .coluna-bloco-texto, #area-revenda #guida-tamanhos-wrapper .parallax-item.container-desalinhado .coluna-bloco-texto, #area-hoteis #brand-wrapper .parallax-item.container-desalinhado .coluna-bloco-texto, #area-hoteis #guida-tamanhos-wrapper .parallax-item.container-desalinhado .coluna-bloco-texto, #area-licenciamento #brand-wrapper .parallax-item.container-desalinhado .coluna-bloco-texto, #area-licenciamento #guida-tamanhos-wrapper .parallax-item.container-desalinhado .coluna-bloco-texto {
    height: auto;
    padding: 50px;
  }
}
@media only screen and (min-width:1025px) {
  #area-brand #brand-wrapper .parallax-item.container-desalinhado .coluna-bloco-texto, #area-brand #guida-tamanhos-wrapper .parallax-item.container-desalinhado .coluna-bloco-texto, #area-guia-de-praias #brand-wrapper .parallax-item.container-desalinhado .coluna-bloco-texto, #area-guia-de-praias #guida-tamanhos-wrapper .parallax-item.container-desalinhado .coluna-bloco-texto, #area-personalizacao #brand-wrapper .parallax-item.container-desalinhado .coluna-bloco-texto, #area-personalizacao #guida-tamanhos-wrapper .parallax-item.container-desalinhado .coluna-bloco-texto, #area-empresa #brand-wrapper .parallax-item.container-desalinhado .coluna-bloco-texto, #area-empresa #guida-tamanhos-wrapper .parallax-item.container-desalinhado .coluna-bloco-texto, #area-revenda #brand-wrapper .parallax-item.container-desalinhado .coluna-bloco-texto, #area-revenda #guida-tamanhos-wrapper .parallax-item.container-desalinhado .coluna-bloco-texto, #area-hoteis #brand-wrapper .parallax-item.container-desalinhado .coluna-bloco-texto, #area-hoteis #guida-tamanhos-wrapper .parallax-item.container-desalinhado .coluna-bloco-texto, #area-licenciamento #brand-wrapper .parallax-item.container-desalinhado .coluna-bloco-texto, #area-licenciamento #guida-tamanhos-wrapper .parallax-item.container-desalinhado .coluna-bloco-texto {
    position: absolute;
    min-height: 70vh;
    height: auto;
    padding-top: 30px;
    right: auto;
    left: 0;
    display: flex;
    align-items: center;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1400px) {
  #area-brand #brand-wrapper .parallax-item.container-desalinhado .coluna-bloco-texto, #area-brand #guida-tamanhos-wrapper .parallax-item.container-desalinhado .coluna-bloco-texto, #area-guia-de-praias #brand-wrapper .parallax-item.container-desalinhado .coluna-bloco-texto, #area-guia-de-praias #guida-tamanhos-wrapper .parallax-item.container-desalinhado .coluna-bloco-texto, #area-personalizacao #brand-wrapper .parallax-item.container-desalinhado .coluna-bloco-texto, #area-personalizacao #guida-tamanhos-wrapper .parallax-item.container-desalinhado .coluna-bloco-texto, #area-empresa #brand-wrapper .parallax-item.container-desalinhado .coluna-bloco-texto, #area-empresa #guida-tamanhos-wrapper .parallax-item.container-desalinhado .coluna-bloco-texto, #area-revenda #brand-wrapper .parallax-item.container-desalinhado .coluna-bloco-texto, #area-revenda #guida-tamanhos-wrapper .parallax-item.container-desalinhado .coluna-bloco-texto, #area-hoteis #brand-wrapper .parallax-item.container-desalinhado .coluna-bloco-texto, #area-hoteis #guida-tamanhos-wrapper .parallax-item.container-desalinhado .coluna-bloco-texto, #area-licenciamento #brand-wrapper .parallax-item.container-desalinhado .coluna-bloco-texto, #area-licenciamento #guida-tamanhos-wrapper .parallax-item.container-desalinhado .coluna-bloco-texto {
    padding: 30px !important;
  }
}
#area-brand #brand-wrapper .parallax-item.container-desalinhado .coluna-bloco-texto h5, #area-brand #guida-tamanhos-wrapper .parallax-item.container-desalinhado .coluna-bloco-texto h5, #area-guia-de-praias #brand-wrapper .parallax-item.container-desalinhado .coluna-bloco-texto h5, #area-guia-de-praias #guida-tamanhos-wrapper .parallax-item.container-desalinhado .coluna-bloco-texto h5, #area-personalizacao #brand-wrapper .parallax-item.container-desalinhado .coluna-bloco-texto h5, #area-personalizacao #guida-tamanhos-wrapper .parallax-item.container-desalinhado .coluna-bloco-texto h5, #area-empresa #brand-wrapper .parallax-item.container-desalinhado .coluna-bloco-texto h5, #area-empresa #guida-tamanhos-wrapper .parallax-item.container-desalinhado .coluna-bloco-texto h5, #area-revenda #brand-wrapper .parallax-item.container-desalinhado .coluna-bloco-texto h5, #area-revenda #guida-tamanhos-wrapper .parallax-item.container-desalinhado .coluna-bloco-texto h5, #area-hoteis #brand-wrapper .parallax-item.container-desalinhado .coluna-bloco-texto h5, #area-hoteis #guida-tamanhos-wrapper .parallax-item.container-desalinhado .coluna-bloco-texto h5, #area-licenciamento #brand-wrapper .parallax-item.container-desalinhado .coluna-bloco-texto h5, #area-licenciamento #guida-tamanhos-wrapper .parallax-item.container-desalinhado .coluna-bloco-texto h5 {
  font-weight: 600;
}
#area-brand #brand-wrapper .parallax-item.container-desalinhado.container-adapted, #area-brand #guida-tamanhos-wrapper .parallax-item.container-desalinhado.container-adapted, #area-guia-de-praias #brand-wrapper .parallax-item.container-desalinhado.container-adapted, #area-guia-de-praias #guida-tamanhos-wrapper .parallax-item.container-desalinhado.container-adapted, #area-personalizacao #brand-wrapper .parallax-item.container-desalinhado.container-adapted, #area-personalizacao #guida-tamanhos-wrapper .parallax-item.container-desalinhado.container-adapted, #area-empresa #brand-wrapper .parallax-item.container-desalinhado.container-adapted, #area-empresa #guida-tamanhos-wrapper .parallax-item.container-desalinhado.container-adapted, #area-revenda #brand-wrapper .parallax-item.container-desalinhado.container-adapted, #area-revenda #guida-tamanhos-wrapper .parallax-item.container-desalinhado.container-adapted, #area-hoteis #brand-wrapper .parallax-item.container-desalinhado.container-adapted, #area-hoteis #guida-tamanhos-wrapper .parallax-item.container-desalinhado.container-adapted, #area-licenciamento #brand-wrapper .parallax-item.container-desalinhado.container-adapted, #area-licenciamento #guida-tamanhos-wrapper .parallax-item.container-desalinhado.container-adapted {
  height: auto;
  min-height: 35vh;
}
@media only screen and (min-width:641px) {
  #area-brand #brand-wrapper .parallax-item.container-desalinhado.container-adapted > .row, #area-brand #guida-tamanhos-wrapper .parallax-item.container-desalinhado.container-adapted > .row, #area-guia-de-praias #brand-wrapper .parallax-item.container-desalinhado.container-adapted > .row, #area-guia-de-praias #guida-tamanhos-wrapper .parallax-item.container-desalinhado.container-adapted > .row, #area-personalizacao #brand-wrapper .parallax-item.container-desalinhado.container-adapted > .row, #area-personalizacao #guida-tamanhos-wrapper .parallax-item.container-desalinhado.container-adapted > .row, #area-empresa #brand-wrapper .parallax-item.container-desalinhado.container-adapted > .row, #area-empresa #guida-tamanhos-wrapper .parallax-item.container-desalinhado.container-adapted > .row, #area-revenda #brand-wrapper .parallax-item.container-desalinhado.container-adapted > .row, #area-revenda #guida-tamanhos-wrapper .parallax-item.container-desalinhado.container-adapted > .row, #area-hoteis #brand-wrapper .parallax-item.container-desalinhado.container-adapted > .row, #area-hoteis #guida-tamanhos-wrapper .parallax-item.container-desalinhado.container-adapted > .row, #area-licenciamento #brand-wrapper .parallax-item.container-desalinhado.container-adapted > .row, #area-licenciamento #guida-tamanhos-wrapper .parallax-item.container-desalinhado.container-adapted > .row {
    display: flex;
    align-items: center;
  }
}
#area-brand #brand-wrapper .parallax-item.container-desalinhado.container-right .coluna-bloco-texto, #area-brand #guida-tamanhos-wrapper .parallax-item.container-desalinhado.container-right .coluna-bloco-texto, #area-guia-de-praias #brand-wrapper .parallax-item.container-desalinhado.container-right .coluna-bloco-texto, #area-guia-de-praias #guida-tamanhos-wrapper .parallax-item.container-desalinhado.container-right .coluna-bloco-texto, #area-personalizacao #brand-wrapper .parallax-item.container-desalinhado.container-right .coluna-bloco-texto, #area-personalizacao #guida-tamanhos-wrapper .parallax-item.container-desalinhado.container-right .coluna-bloco-texto, #area-empresa #brand-wrapper .parallax-item.container-desalinhado.container-right .coluna-bloco-texto, #area-empresa #guida-tamanhos-wrapper .parallax-item.container-desalinhado.container-right .coluna-bloco-texto, #area-revenda #brand-wrapper .parallax-item.container-desalinhado.container-right .coluna-bloco-texto, #area-revenda #guida-tamanhos-wrapper .parallax-item.container-desalinhado.container-right .coluna-bloco-texto, #area-hoteis #brand-wrapper .parallax-item.container-desalinhado.container-right .coluna-bloco-texto, #area-hoteis #guida-tamanhos-wrapper .parallax-item.container-desalinhado.container-right .coluna-bloco-texto, #area-licenciamento #brand-wrapper .parallax-item.container-desalinhado.container-right .coluna-bloco-texto, #area-licenciamento #guida-tamanhos-wrapper .parallax-item.container-desalinhado.container-right .coluna-bloco-texto {
  right: 0;
  left: auto;
}
#area-brand #brand-wrapper .parallax-item .conteudo-alinhado-cima, #area-brand #guida-tamanhos-wrapper .parallax-item .conteudo-alinhado-cima, #area-guia-de-praias #brand-wrapper .parallax-item .conteudo-alinhado-cima, #area-guia-de-praias #guida-tamanhos-wrapper .parallax-item .conteudo-alinhado-cima, #area-personalizacao #brand-wrapper .parallax-item .conteudo-alinhado-cima, #area-personalizacao #guida-tamanhos-wrapper .parallax-item .conteudo-alinhado-cima, #area-empresa #brand-wrapper .parallax-item .conteudo-alinhado-cima, #area-empresa #guida-tamanhos-wrapper .parallax-item .conteudo-alinhado-cima, #area-revenda #brand-wrapper .parallax-item .conteudo-alinhado-cima, #area-revenda #guida-tamanhos-wrapper .parallax-item .conteudo-alinhado-cima, #area-hoteis #brand-wrapper .parallax-item .conteudo-alinhado-cima, #area-hoteis #guida-tamanhos-wrapper .parallax-item .conteudo-alinhado-cima, #area-licenciamento #brand-wrapper .parallax-item .conteudo-alinhado-cima, #area-licenciamento #guida-tamanhos-wrapper .parallax-item .conteudo-alinhado-cima {
  background-color: #FFF;
  height: calc(100% - 50px);
  padding: 50px;
  font-size: 16px;
  margin-bottom: 50px;
}
@media only screen and (min-width:641px) {
  #area-brand #brand-wrapper .parallax-item .conteudo-alinhado-cima, #area-brand #guida-tamanhos-wrapper .parallax-item .conteudo-alinhado-cima, #area-guia-de-praias #brand-wrapper .parallax-item .conteudo-alinhado-cima, #area-guia-de-praias #guida-tamanhos-wrapper .parallax-item .conteudo-alinhado-cima, #area-personalizacao #brand-wrapper .parallax-item .conteudo-alinhado-cima, #area-personalizacao #guida-tamanhos-wrapper .parallax-item .conteudo-alinhado-cima, #area-empresa #brand-wrapper .parallax-item .conteudo-alinhado-cima, #area-empresa #guida-tamanhos-wrapper .parallax-item .conteudo-alinhado-cima, #area-revenda #brand-wrapper .parallax-item .conteudo-alinhado-cima, #area-revenda #guida-tamanhos-wrapper .parallax-item .conteudo-alinhado-cima, #area-hoteis #brand-wrapper .parallax-item .conteudo-alinhado-cima, #area-hoteis #guida-tamanhos-wrapper .parallax-item .conteudo-alinhado-cima, #area-licenciamento #brand-wrapper .parallax-item .conteudo-alinhado-cima, #area-licenciamento #guida-tamanhos-wrapper .parallax-item .conteudo-alinhado-cima {
    padding: 80px 80px 50px;
  }
}
@media only screen and (max-width:1024px) {
  #area-brand #brand-wrapper .parallax-item#campanha-video-wrapper, #area-brand #guida-tamanhos-wrapper .parallax-item#campanha-video-wrapper, #area-guia-de-praias #brand-wrapper .parallax-item#campanha-video-wrapper, #area-guia-de-praias #guida-tamanhos-wrapper .parallax-item#campanha-video-wrapper, #area-personalizacao #brand-wrapper .parallax-item#campanha-video-wrapper, #area-personalizacao #guida-tamanhos-wrapper .parallax-item#campanha-video-wrapper, #area-empresa #brand-wrapper .parallax-item#campanha-video-wrapper, #area-empresa #guida-tamanhos-wrapper .parallax-item#campanha-video-wrapper, #area-revenda #brand-wrapper .parallax-item#campanha-video-wrapper, #area-revenda #guida-tamanhos-wrapper .parallax-item#campanha-video-wrapper, #area-hoteis #brand-wrapper .parallax-item#campanha-video-wrapper, #area-hoteis #guida-tamanhos-wrapper .parallax-item#campanha-video-wrapper, #area-licenciamento #brand-wrapper .parallax-item#campanha-video-wrapper, #area-licenciamento #guida-tamanhos-wrapper .parallax-item#campanha-video-wrapper {
    height: auto;
  }
}
#area-brand #brand-wrapper .parallax-item#campanha-video-wrapper #campanhas-video, #area-brand #guida-tamanhos-wrapper .parallax-item#campanha-video-wrapper #campanhas-video, #area-guia-de-praias #brand-wrapper .parallax-item#campanha-video-wrapper #campanhas-video, #area-guia-de-praias #guida-tamanhos-wrapper .parallax-item#campanha-video-wrapper #campanhas-video, #area-personalizacao #brand-wrapper .parallax-item#campanha-video-wrapper #campanhas-video, #area-personalizacao #guida-tamanhos-wrapper .parallax-item#campanha-video-wrapper #campanhas-video, #area-empresa #brand-wrapper .parallax-item#campanha-video-wrapper #campanhas-video, #area-empresa #guida-tamanhos-wrapper .parallax-item#campanha-video-wrapper #campanhas-video, #area-revenda #brand-wrapper .parallax-item#campanha-video-wrapper #campanhas-video, #area-revenda #guida-tamanhos-wrapper .parallax-item#campanha-video-wrapper #campanhas-video, #area-hoteis #brand-wrapper .parallax-item#campanha-video-wrapper #campanhas-video, #area-hoteis #guida-tamanhos-wrapper .parallax-item#campanha-video-wrapper #campanhas-video, #area-licenciamento #brand-wrapper .parallax-item#campanha-video-wrapper #campanhas-video, #area-licenciamento #guida-tamanhos-wrapper .parallax-item#campanha-video-wrapper #campanhas-video {
  height: 100%;
  overflow: hidden;
}
#area-brand #brand-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row, #area-brand #guida-tamanhos-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row, #area-guia-de-praias #brand-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row, #area-guia-de-praias #guida-tamanhos-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row, #area-personalizacao #brand-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row, #area-personalizacao #guida-tamanhos-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row, #area-empresa #brand-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row, #area-empresa #guida-tamanhos-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row, #area-revenda #brand-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row, #area-revenda #guida-tamanhos-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row, #area-hoteis #brand-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row, #area-hoteis #guida-tamanhos-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row, #area-licenciamento #brand-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row, #area-licenciamento #guida-tamanhos-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row {
  height: 100%;
}
@media only screen and (min-width:1025px) {
  #area-brand #brand-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row, #area-brand #guida-tamanhos-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row, #area-guia-de-praias #brand-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row, #area-guia-de-praias #guida-tamanhos-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row, #area-personalizacao #brand-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row, #area-personalizacao #guida-tamanhos-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row, #area-empresa #brand-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row, #area-empresa #guida-tamanhos-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row, #area-revenda #brand-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row, #area-revenda #guida-tamanhos-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row, #area-hoteis #brand-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row, #area-hoteis #guida-tamanhos-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row, #area-licenciamento #brand-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row, #area-licenciamento #guida-tamanhos-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row {
    display: flex;
    max-width: 1920px;
  }
}
@media only screen and (max-width:1024px) {
  #area-brand #brand-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row > .columns, #area-brand #guida-tamanhos-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row > .columns, #area-guia-de-praias #brand-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row > .columns, #area-guia-de-praias #guida-tamanhos-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row > .columns, #area-personalizacao #brand-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row > .columns, #area-personalizacao #guida-tamanhos-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row > .columns, #area-empresa #brand-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row > .columns, #area-empresa #guida-tamanhos-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row > .columns, #area-revenda #brand-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row > .columns, #area-revenda #guida-tamanhos-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row > .columns, #area-hoteis #brand-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row > .columns, #area-hoteis #guida-tamanhos-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row > .columns, #area-licenciamento #brand-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row > .columns, #area-licenciamento #guida-tamanhos-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row > .columns {
    min-height: 300px;
    height: 100%;
  }
  #area-brand #brand-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row > .columns .campanhas-titulo, #area-brand #brand-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row > .columns .campanhas-listagem, #area-brand #guida-tamanhos-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row > .columns .campanhas-titulo, #area-brand #guida-tamanhos-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row > .columns .campanhas-listagem, #area-guia-de-praias #brand-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row > .columns .campanhas-titulo, #area-guia-de-praias #brand-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row > .columns .campanhas-listagem, #area-guia-de-praias #guida-tamanhos-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row > .columns .campanhas-titulo, #area-guia-de-praias #guida-tamanhos-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row > .columns .campanhas-listagem, #area-personalizacao #brand-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row > .columns .campanhas-titulo, #area-personalizacao #brand-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row > .columns .campanhas-listagem, #area-personalizacao #guida-tamanhos-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row > .columns .campanhas-titulo, #area-personalizacao #guida-tamanhos-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row > .columns .campanhas-listagem, #area-empresa #brand-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row > .columns .campanhas-titulo, #area-empresa #brand-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row > .columns .campanhas-listagem, #area-empresa #guida-tamanhos-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row > .columns .campanhas-titulo, #area-empresa #guida-tamanhos-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row > .columns .campanhas-listagem, #area-revenda #brand-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row > .columns .campanhas-titulo, #area-revenda #brand-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row > .columns .campanhas-listagem, #area-revenda #guida-tamanhos-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row > .columns .campanhas-titulo, #area-revenda #guida-tamanhos-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row > .columns .campanhas-listagem, #area-hoteis #brand-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row > .columns .campanhas-titulo, #area-hoteis #brand-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row > .columns .campanhas-listagem, #area-hoteis #guida-tamanhos-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row > .columns .campanhas-titulo, #area-hoteis #guida-tamanhos-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row > .columns .campanhas-listagem, #area-licenciamento #brand-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row > .columns .campanhas-titulo, #area-licenciamento #brand-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row > .columns .campanhas-listagem, #area-licenciamento #guida-tamanhos-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row > .columns .campanhas-titulo, #area-licenciamento #guida-tamanhos-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row > .columns .campanhas-listagem {
    min-height: 150px;
    height: auto;
  }
}
#area-brand #brand-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row .campanhas-titulo, #area-brand #guida-tamanhos-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row .campanhas-titulo, #area-guia-de-praias #brand-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row .campanhas-titulo, #area-guia-de-praias #guida-tamanhos-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row .campanhas-titulo, #area-personalizacao #brand-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row .campanhas-titulo, #area-personalizacao #guida-tamanhos-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row .campanhas-titulo, #area-empresa #brand-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row .campanhas-titulo, #area-empresa #guida-tamanhos-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row .campanhas-titulo, #area-revenda #brand-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row .campanhas-titulo, #area-revenda #guida-tamanhos-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row .campanhas-titulo, #area-hoteis #brand-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row .campanhas-titulo, #area-hoteis #guida-tamanhos-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row .campanhas-titulo, #area-licenciamento #brand-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row .campanhas-titulo, #area-licenciamento #guida-tamanhos-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row .campanhas-titulo {
  height: 50%;
  color: #FFF;
  background-color: #231f20;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
  align-items: center;
}
@media only screen and (min-width:1025px) {
  #area-brand #brand-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row .campanhas-titulo, #area-brand #guida-tamanhos-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row .campanhas-titulo, #area-guia-de-praias #brand-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row .campanhas-titulo, #area-guia-de-praias #guida-tamanhos-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row .campanhas-titulo, #area-personalizacao #brand-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row .campanhas-titulo, #area-personalizacao #guida-tamanhos-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row .campanhas-titulo, #area-empresa #brand-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row .campanhas-titulo, #area-empresa #guida-tamanhos-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row .campanhas-titulo, #area-revenda #brand-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row .campanhas-titulo, #area-revenda #guida-tamanhos-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row .campanhas-titulo, #area-hoteis #brand-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row .campanhas-titulo, #area-hoteis #guida-tamanhos-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row .campanhas-titulo, #area-licenciamento #brand-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row .campanhas-titulo, #area-licenciamento #guida-tamanhos-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row .campanhas-titulo {
    padding: 0 80px;
  }
}
@media only screen and (max-width:1024px) {
  #area-brand #brand-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row .campanhas-titulo, #area-brand #guida-tamanhos-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row .campanhas-titulo, #area-guia-de-praias #brand-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row .campanhas-titulo, #area-guia-de-praias #guida-tamanhos-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row .campanhas-titulo, #area-personalizacao #brand-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row .campanhas-titulo, #area-personalizacao #guida-tamanhos-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row .campanhas-titulo, #area-empresa #brand-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row .campanhas-titulo, #area-empresa #guida-tamanhos-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row .campanhas-titulo, #area-revenda #brand-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row .campanhas-titulo, #area-revenda #guida-tamanhos-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row .campanhas-titulo, #area-hoteis #brand-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row .campanhas-titulo, #area-hoteis #guida-tamanhos-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row .campanhas-titulo, #area-licenciamento #brand-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row .campanhas-titulo, #area-licenciamento #guida-tamanhos-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row .campanhas-titulo {
    padding: 0 50px;
  }
}
#area-brand #brand-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row .campanhas-titulo h2, #area-brand #guida-tamanhos-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row .campanhas-titulo h2, #area-guia-de-praias #brand-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row .campanhas-titulo h2, #area-guia-de-praias #guida-tamanhos-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row .campanhas-titulo h2, #area-personalizacao #brand-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row .campanhas-titulo h2, #area-personalizacao #guida-tamanhos-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row .campanhas-titulo h2, #area-empresa #brand-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row .campanhas-titulo h2, #area-empresa #guida-tamanhos-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row .campanhas-titulo h2, #area-revenda #brand-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row .campanhas-titulo h2, #area-revenda #guida-tamanhos-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row .campanhas-titulo h2, #area-hoteis #brand-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row .campanhas-titulo h2, #area-hoteis #guida-tamanhos-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row .campanhas-titulo h2, #area-licenciamento #brand-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row .campanhas-titulo h2, #area-licenciamento #guida-tamanhos-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row .campanhas-titulo h2 {
  color: #FFF;
  font-weight: bold;
}
#area-brand #brand-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row .campanhas-listagem, #area-brand #guida-tamanhos-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row .campanhas-listagem, #area-guia-de-praias #brand-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row .campanhas-listagem, #area-guia-de-praias #guida-tamanhos-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row .campanhas-listagem, #area-personalizacao #brand-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row .campanhas-listagem, #area-personalizacao #guida-tamanhos-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row .campanhas-listagem, #area-empresa #brand-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row .campanhas-listagem, #area-empresa #guida-tamanhos-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row .campanhas-listagem, #area-revenda #brand-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row .campanhas-listagem, #area-revenda #guida-tamanhos-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row .campanhas-listagem, #area-hoteis #brand-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row .campanhas-listagem, #area-hoteis #guida-tamanhos-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row .campanhas-listagem, #area-licenciamento #brand-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row .campanhas-listagem, #area-licenciamento #guida-tamanhos-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row .campanhas-listagem {
  height: 50%;
  display: flex;
  align-items: center;
}
@media only screen and (min-width:1025px) {
  #area-brand #brand-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row .campanhas-listagem, #area-brand #guida-tamanhos-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row .campanhas-listagem, #area-guia-de-praias #brand-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row .campanhas-listagem, #area-guia-de-praias #guida-tamanhos-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row .campanhas-listagem, #area-personalizacao #brand-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row .campanhas-listagem, #area-personalizacao #guida-tamanhos-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row .campanhas-listagem, #area-empresa #brand-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row .campanhas-listagem, #area-empresa #guida-tamanhos-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row .campanhas-listagem, #area-revenda #brand-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row .campanhas-listagem, #area-revenda #guida-tamanhos-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row .campanhas-listagem, #area-hoteis #brand-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row .campanhas-listagem, #area-hoteis #guida-tamanhos-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row .campanhas-listagem, #area-licenciamento #brand-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row .campanhas-listagem, #area-licenciamento #guida-tamanhos-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row .campanhas-listagem {
    padding: 0 65px;
  }
}
@media only screen and (max-width:1024px) {
  #area-brand #brand-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row .campanhas-listagem, #area-brand #guida-tamanhos-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row .campanhas-listagem, #area-guia-de-praias #brand-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row .campanhas-listagem, #area-guia-de-praias #guida-tamanhos-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row .campanhas-listagem, #area-personalizacao #brand-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row .campanhas-listagem, #area-personalizacao #guida-tamanhos-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row .campanhas-listagem, #area-empresa #brand-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row .campanhas-listagem, #area-empresa #guida-tamanhos-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row .campanhas-listagem, #area-revenda #brand-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row .campanhas-listagem, #area-revenda #guida-tamanhos-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row .campanhas-listagem, #area-hoteis #brand-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row .campanhas-listagem, #area-hoteis #guida-tamanhos-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row .campanhas-listagem, #area-licenciamento #brand-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row .campanhas-listagem, #area-licenciamento #guida-tamanhos-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row .campanhas-listagem {
    padding: 0 35px;
  }
}
#area-brand #brand-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row .campanhas-listagem ul, #area-brand #guida-tamanhos-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row .campanhas-listagem ul, #area-guia-de-praias #brand-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row .campanhas-listagem ul, #area-guia-de-praias #guida-tamanhos-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row .campanhas-listagem ul, #area-personalizacao #brand-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row .campanhas-listagem ul, #area-personalizacao #guida-tamanhos-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row .campanhas-listagem ul, #area-empresa #brand-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row .campanhas-listagem ul, #area-empresa #guida-tamanhos-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row .campanhas-listagem ul, #area-revenda #brand-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row .campanhas-listagem ul, #area-revenda #guida-tamanhos-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row .campanhas-listagem ul, #area-hoteis #brand-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row .campanhas-listagem ul, #area-hoteis #guida-tamanhos-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row .campanhas-listagem ul, #area-licenciamento #brand-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row .campanhas-listagem ul, #area-licenciamento #guida-tamanhos-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row .campanhas-listagem ul {
  display: inline;
  list-style-type: none;
  margin: 0;
}
#area-brand #brand-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row .campanhas-listagem ul li, #area-brand #guida-tamanhos-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row .campanhas-listagem ul li, #area-guia-de-praias #brand-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row .campanhas-listagem ul li, #area-guia-de-praias #guida-tamanhos-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row .campanhas-listagem ul li, #area-personalizacao #brand-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row .campanhas-listagem ul li, #area-personalizacao #guida-tamanhos-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row .campanhas-listagem ul li, #area-empresa #brand-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row .campanhas-listagem ul li, #area-empresa #guida-tamanhos-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row .campanhas-listagem ul li, #area-revenda #brand-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row .campanhas-listagem ul li, #area-revenda #guida-tamanhos-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row .campanhas-listagem ul li, #area-hoteis #brand-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row .campanhas-listagem ul li, #area-hoteis #guida-tamanhos-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row .campanhas-listagem ul li, #area-licenciamento #brand-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row .campanhas-listagem ul li, #area-licenciamento #guida-tamanhos-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row .campanhas-listagem ul li {
  display: inline-block;
  font-weight: bold;
  float: left;
  padding: 10px 0;
}
@media only screen and (min-width:1025px) {
  #area-brand #brand-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row .campanhas-listagem ul li, #area-brand #guida-tamanhos-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row .campanhas-listagem ul li, #area-guia-de-praias #brand-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row .campanhas-listagem ul li, #area-guia-de-praias #guida-tamanhos-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row .campanhas-listagem ul li, #area-personalizacao #brand-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row .campanhas-listagem ul li, #area-personalizacao #guida-tamanhos-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row .campanhas-listagem ul li, #area-empresa #brand-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row .campanhas-listagem ul li, #area-empresa #guida-tamanhos-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row .campanhas-listagem ul li, #area-revenda #brand-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row .campanhas-listagem ul li, #area-revenda #guida-tamanhos-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row .campanhas-listagem ul li, #area-hoteis #brand-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row .campanhas-listagem ul li, #area-hoteis #guida-tamanhos-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row .campanhas-listagem ul li, #area-licenciamento #brand-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row .campanhas-listagem ul li, #area-licenciamento #guida-tamanhos-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row .campanhas-listagem ul li {
    border-right: 1px solid #231f20;
  }
}
#area-brand #brand-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row .campanhas-listagem ul li a, #area-brand #guida-tamanhos-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row .campanhas-listagem ul li a, #area-guia-de-praias #brand-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row .campanhas-listagem ul li a, #area-guia-de-praias #guida-tamanhos-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row .campanhas-listagem ul li a, #area-personalizacao #brand-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row .campanhas-listagem ul li a, #area-personalizacao #guida-tamanhos-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row .campanhas-listagem ul li a, #area-empresa #brand-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row .campanhas-listagem ul li a, #area-empresa #guida-tamanhos-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row .campanhas-listagem ul li a, #area-revenda #brand-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row .campanhas-listagem ul li a, #area-revenda #guida-tamanhos-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row .campanhas-listagem ul li a, #area-hoteis #brand-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row .campanhas-listagem ul li a, #area-hoteis #guida-tamanhos-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row .campanhas-listagem ul li a, #area-licenciamento #brand-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row .campanhas-listagem ul li a, #area-licenciamento #guida-tamanhos-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row .campanhas-listagem ul li a {
  display: inline-block;
  padding: 0 20px;
}
#area-brand #brand-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row .campanhas-listagem ul li.active, #area-brand #guida-tamanhos-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row .campanhas-listagem ul li.active, #area-guia-de-praias #brand-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row .campanhas-listagem ul li.active, #area-guia-de-praias #guida-tamanhos-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row .campanhas-listagem ul li.active, #area-personalizacao #brand-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row .campanhas-listagem ul li.active, #area-personalizacao #guida-tamanhos-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row .campanhas-listagem ul li.active, #area-empresa #brand-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row .campanhas-listagem ul li.active, #area-empresa #guida-tamanhos-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row .campanhas-listagem ul li.active, #area-revenda #brand-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row .campanhas-listagem ul li.active, #area-revenda #guida-tamanhos-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row .campanhas-listagem ul li.active, #area-hoteis #brand-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row .campanhas-listagem ul li.active, #area-hoteis #guida-tamanhos-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row .campanhas-listagem ul li.active, #area-licenciamento #brand-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row .campanhas-listagem ul li.active, #area-licenciamento #guida-tamanhos-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row .campanhas-listagem ul li.active {
  background-color: #231f20;
  color: #FFF;
}
#area-brand #brand-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row .campanhas-listagem ul li.active a, #area-brand #guida-tamanhos-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row .campanhas-listagem ul li.active a, #area-guia-de-praias #brand-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row .campanhas-listagem ul li.active a, #area-guia-de-praias #guida-tamanhos-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row .campanhas-listagem ul li.active a, #area-personalizacao #brand-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row .campanhas-listagem ul li.active a, #area-personalizacao #guida-tamanhos-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row .campanhas-listagem ul li.active a, #area-empresa #brand-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row .campanhas-listagem ul li.active a, #area-empresa #guida-tamanhos-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row .campanhas-listagem ul li.active a, #area-revenda #brand-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row .campanhas-listagem ul li.active a, #area-revenda #guida-tamanhos-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row .campanhas-listagem ul li.active a, #area-hoteis #brand-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row .campanhas-listagem ul li.active a, #area-hoteis #guida-tamanhos-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row .campanhas-listagem ul li.active a, #area-licenciamento #brand-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row .campanhas-listagem ul li.active a, #area-licenciamento #guida-tamanhos-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row .campanhas-listagem ul li.active a {
  color: #FFF;
}
#area-brand #brand-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row .campanhas-listagem ul li:last-of-type, #area-brand #guida-tamanhos-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row .campanhas-listagem ul li:last-of-type, #area-guia-de-praias #brand-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row .campanhas-listagem ul li:last-of-type, #area-guia-de-praias #guida-tamanhos-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row .campanhas-listagem ul li:last-of-type, #area-personalizacao #brand-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row .campanhas-listagem ul li:last-of-type, #area-personalizacao #guida-tamanhos-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row .campanhas-listagem ul li:last-of-type, #area-empresa #brand-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row .campanhas-listagem ul li:last-of-type, #area-empresa #guida-tamanhos-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row .campanhas-listagem ul li:last-of-type, #area-revenda #brand-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row .campanhas-listagem ul li:last-of-type, #area-revenda #guida-tamanhos-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row .campanhas-listagem ul li:last-of-type, #area-hoteis #brand-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row .campanhas-listagem ul li:last-of-type, #area-hoteis #guida-tamanhos-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row .campanhas-listagem ul li:last-of-type, #area-licenciamento #brand-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row .campanhas-listagem ul li:last-of-type, #area-licenciamento #guida-tamanhos-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row .campanhas-listagem ul li:last-of-type {
  border-right: none;
}
#area-brand #brand-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row .campanhas-videos, #area-brand #guida-tamanhos-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row .campanhas-videos, #area-guia-de-praias #brand-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row .campanhas-videos, #area-guia-de-praias #guida-tamanhos-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row .campanhas-videos, #area-personalizacao #brand-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row .campanhas-videos, #area-personalizacao #guida-tamanhos-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row .campanhas-videos, #area-empresa #brand-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row .campanhas-videos, #area-empresa #guida-tamanhos-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row .campanhas-videos, #area-revenda #brand-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row .campanhas-videos, #area-revenda #guida-tamanhos-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row .campanhas-videos, #area-hoteis #brand-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row .campanhas-videos, #area-hoteis #guida-tamanhos-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row .campanhas-videos, #area-licenciamento #brand-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row .campanhas-videos, #area-licenciamento #guida-tamanhos-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row .campanhas-videos {
  margin-left: -15px;
  margin-right: -15px;
  height: 100%;
}
#area-brand #brand-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row .campanhas-videos a, #area-brand #guida-tamanhos-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row .campanhas-videos a, #area-guia-de-praias #brand-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row .campanhas-videos a, #area-guia-de-praias #guida-tamanhos-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row .campanhas-videos a, #area-personalizacao #brand-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row .campanhas-videos a, #area-personalizacao #guida-tamanhos-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row .campanhas-videos a, #area-empresa #brand-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row .campanhas-videos a, #area-empresa #guida-tamanhos-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row .campanhas-videos a, #area-revenda #brand-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row .campanhas-videos a, #area-revenda #guida-tamanhos-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row .campanhas-videos a, #area-hoteis #brand-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row .campanhas-videos a, #area-hoteis #guida-tamanhos-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row .campanhas-videos a, #area-licenciamento #brand-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row .campanhas-videos a, #area-licenciamento #guida-tamanhos-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row .campanhas-videos a {
  display: block;
  height: 100%;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  transition: visibility 0s, opacity 0.3s 0.1s;
}
#area-brand #brand-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row .campanhas-videos a .campanha-videos-imagem, #area-brand #guida-tamanhos-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row .campanhas-videos a .campanha-videos-imagem, #area-guia-de-praias #brand-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row .campanhas-videos a .campanha-videos-imagem, #area-guia-de-praias #guida-tamanhos-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row .campanhas-videos a .campanha-videos-imagem, #area-personalizacao #brand-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row .campanhas-videos a .campanha-videos-imagem, #area-personalizacao #guida-tamanhos-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row .campanhas-videos a .campanha-videos-imagem, #area-empresa #brand-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row .campanhas-videos a .campanha-videos-imagem, #area-empresa #guida-tamanhos-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row .campanhas-videos a .campanha-videos-imagem, #area-revenda #brand-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row .campanhas-videos a .campanha-videos-imagem, #area-revenda #guida-tamanhos-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row .campanhas-videos a .campanha-videos-imagem, #area-hoteis #brand-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row .campanhas-videos a .campanha-videos-imagem, #area-hoteis #guida-tamanhos-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row .campanhas-videos a .campanha-videos-imagem, #area-licenciamento #brand-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row .campanhas-videos a .campanha-videos-imagem, #area-licenciamento #guida-tamanhos-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row .campanhas-videos a .campanha-videos-imagem {
  height: 100%;
  background-size: cover;
  background-position: center;
  position: relative;
}
#area-brand #brand-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row .campanhas-videos a .campanha-videos-imagem img, #area-brand #guida-tamanhos-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row .campanhas-videos a .campanha-videos-imagem img, #area-guia-de-praias #brand-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row .campanhas-videos a .campanha-videos-imagem img, #area-guia-de-praias #guida-tamanhos-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row .campanhas-videos a .campanha-videos-imagem img, #area-personalizacao #brand-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row .campanhas-videos a .campanha-videos-imagem img, #area-personalizacao #guida-tamanhos-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row .campanhas-videos a .campanha-videos-imagem img, #area-empresa #brand-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row .campanhas-videos a .campanha-videos-imagem img, #area-empresa #guida-tamanhos-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row .campanhas-videos a .campanha-videos-imagem img, #area-revenda #brand-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row .campanhas-videos a .campanha-videos-imagem img, #area-revenda #guida-tamanhos-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row .campanhas-videos a .campanha-videos-imagem img, #area-hoteis #brand-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row .campanhas-videos a .campanha-videos-imagem img, #area-hoteis #guida-tamanhos-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row .campanhas-videos a .campanha-videos-imagem img, #area-licenciamento #brand-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row .campanhas-videos a .campanha-videos-imagem img, #area-licenciamento #guida-tamanhos-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row .campanhas-videos a .campanha-videos-imagem img {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -40px;
  margin-left: -40px;
  height: 80px;
  width: 80px;
  display: none;
  transition: 0.2s ease-out;
}
#area-brand #brand-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row .campanhas-videos a.active, #area-brand #guida-tamanhos-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row .campanhas-videos a.active, #area-guia-de-praias #brand-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row .campanhas-videos a.active, #area-guia-de-praias #guida-tamanhos-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row .campanhas-videos a.active, #area-personalizacao #brand-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row .campanhas-videos a.active, #area-personalizacao #guida-tamanhos-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row .campanhas-videos a.active, #area-empresa #brand-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row .campanhas-videos a.active, #area-empresa #guida-tamanhos-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row .campanhas-videos a.active, #area-revenda #brand-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row .campanhas-videos a.active, #area-revenda #guida-tamanhos-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row .campanhas-videos a.active, #area-hoteis #brand-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row .campanhas-videos a.active, #area-hoteis #guida-tamanhos-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row .campanhas-videos a.active, #area-licenciamento #brand-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row .campanhas-videos a.active, #area-licenciamento #guida-tamanhos-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row .campanhas-videos a.active {
  opacity: 1;
  visibility: visible;
}
#area-brand #brand-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row .campanhas-videos a.active:hover .campanha-videos-imagem img, #area-brand #guida-tamanhos-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row .campanhas-videos a.active:hover .campanha-videos-imagem img, #area-guia-de-praias #brand-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row .campanhas-videos a.active:hover .campanha-videos-imagem img, #area-guia-de-praias #guida-tamanhos-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row .campanhas-videos a.active:hover .campanha-videos-imagem img, #area-personalizacao #brand-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row .campanhas-videos a.active:hover .campanha-videos-imagem img, #area-personalizacao #guida-tamanhos-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row .campanhas-videos a.active:hover .campanha-videos-imagem img, #area-empresa #brand-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row .campanhas-videos a.active:hover .campanha-videos-imagem img, #area-empresa #guida-tamanhos-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row .campanhas-videos a.active:hover .campanha-videos-imagem img, #area-revenda #brand-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row .campanhas-videos a.active:hover .campanha-videos-imagem img, #area-revenda #guida-tamanhos-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row .campanhas-videos a.active:hover .campanha-videos-imagem img, #area-hoteis #brand-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row .campanhas-videos a.active:hover .campanha-videos-imagem img, #area-hoteis #guida-tamanhos-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row .campanhas-videos a.active:hover .campanha-videos-imagem img, #area-licenciamento #brand-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row .campanhas-videos a.active:hover .campanha-videos-imagem img, #area-licenciamento #guida-tamanhos-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row .campanhas-videos a.active:hover .campanha-videos-imagem img {
  display: inline-block;
  transform: scale3d(1.1, 1.1, 1.1);
}
#area-brand #brand-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row .campanhas-videos a.active .campanha-videos-imagem img, #area-brand #guida-tamanhos-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row .campanhas-videos a.active .campanha-videos-imagem img, #area-guia-de-praias #brand-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row .campanhas-videos a.active .campanha-videos-imagem img, #area-guia-de-praias #guida-tamanhos-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row .campanhas-videos a.active .campanha-videos-imagem img, #area-personalizacao #brand-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row .campanhas-videos a.active .campanha-videos-imagem img, #area-personalizacao #guida-tamanhos-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row .campanhas-videos a.active .campanha-videos-imagem img, #area-empresa #brand-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row .campanhas-videos a.active .campanha-videos-imagem img, #area-empresa #guida-tamanhos-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row .campanhas-videos a.active .campanha-videos-imagem img, #area-revenda #brand-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row .campanhas-videos a.active .campanha-videos-imagem img, #area-revenda #guida-tamanhos-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row .campanhas-videos a.active .campanha-videos-imagem img, #area-hoteis #brand-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row .campanhas-videos a.active .campanha-videos-imagem img, #area-hoteis #guida-tamanhos-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row .campanhas-videos a.active .campanha-videos-imagem img, #area-licenciamento #brand-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row .campanhas-videos a.active .campanha-videos-imagem img, #area-licenciamento #guida-tamanhos-wrapper .parallax-item#campanha-video-wrapper #campanhas-video > .row .campanhas-videos a.active .campanha-videos-imagem img {
  display: block;
}
#area-brand #brand-wrapper .spacer, #area-brand #guida-tamanhos-wrapper .spacer, #area-guia-de-praias #brand-wrapper .spacer, #area-guia-de-praias #guida-tamanhos-wrapper .spacer, #area-personalizacao #brand-wrapper .spacer, #area-personalizacao #guida-tamanhos-wrapper .spacer, #area-empresa #brand-wrapper .spacer, #area-empresa #guida-tamanhos-wrapper .spacer, #area-revenda #brand-wrapper .spacer, #area-revenda #guida-tamanhos-wrapper .spacer, #area-hoteis #brand-wrapper .spacer, #area-hoteis #guida-tamanhos-wrapper .spacer, #area-licenciamento #brand-wrapper .spacer, #area-licenciamento #guida-tamanhos-wrapper .spacer {
  background-color: white;
}
#area-brand #brand-wrapper .spacer .spacer-content, #area-brand #guida-tamanhos-wrapper .spacer .spacer-content, #area-guia-de-praias #brand-wrapper .spacer .spacer-content, #area-guia-de-praias #guida-tamanhos-wrapper .spacer .spacer-content, #area-personalizacao #brand-wrapper .spacer .spacer-content, #area-personalizacao #guida-tamanhos-wrapper .spacer .spacer-content, #area-empresa #brand-wrapper .spacer .spacer-content, #area-empresa #guida-tamanhos-wrapper .spacer .spacer-content, #area-revenda #brand-wrapper .spacer .spacer-content, #area-revenda #guida-tamanhos-wrapper .spacer .spacer-content, #area-hoteis #brand-wrapper .spacer .spacer-content, #area-hoteis #guida-tamanhos-wrapper .spacer .spacer-content, #area-licenciamento #brand-wrapper .spacer .spacer-content, #area-licenciamento #guida-tamanhos-wrapper .spacer .spacer-content {
  min-height: 100%;
}
#area-brand #brand-wrapper .spacer .spacer-content .icone-descer a, #area-brand #guida-tamanhos-wrapper .spacer .spacer-content .icone-descer a, #area-guia-de-praias #brand-wrapper .spacer .spacer-content .icone-descer a, #area-guia-de-praias #guida-tamanhos-wrapper .spacer .spacer-content .icone-descer a, #area-personalizacao #brand-wrapper .spacer .spacer-content .icone-descer a, #area-personalizacao #guida-tamanhos-wrapper .spacer .spacer-content .icone-descer a, #area-empresa #brand-wrapper .spacer .spacer-content .icone-descer a, #area-empresa #guida-tamanhos-wrapper .spacer .spacer-content .icone-descer a, #area-revenda #brand-wrapper .spacer .spacer-content .icone-descer a, #area-revenda #guida-tamanhos-wrapper .spacer .spacer-content .icone-descer a, #area-hoteis #brand-wrapper .spacer .spacer-content .icone-descer a, #area-hoteis #guida-tamanhos-wrapper .spacer .spacer-content .icone-descer a, #area-licenciamento #brand-wrapper .spacer .spacer-content .icone-descer a, #area-licenciamento #guida-tamanhos-wrapper .spacer .spacer-content .icone-descer a {
  display: inline-block;
  height: 50px;
  width: 20px;
}
@media only screen and (min-width:641px) {
  #area-brand #brand-wrapper .spacer .spacer-content, #area-brand #guida-tamanhos-wrapper .spacer .spacer-content, #area-guia-de-praias #brand-wrapper .spacer .spacer-content, #area-guia-de-praias #guida-tamanhos-wrapper .spacer .spacer-content, #area-personalizacao #brand-wrapper .spacer .spacer-content, #area-personalizacao #guida-tamanhos-wrapper .spacer .spacer-content, #area-empresa #brand-wrapper .spacer .spacer-content, #area-empresa #guida-tamanhos-wrapper .spacer .spacer-content, #area-revenda #brand-wrapper .spacer .spacer-content, #area-revenda #guida-tamanhos-wrapper .spacer .spacer-content, #area-hoteis #brand-wrapper .spacer .spacer-content, #area-hoteis #guida-tamanhos-wrapper .spacer .spacer-content, #area-licenciamento #brand-wrapper .spacer .spacer-content, #area-licenciamento #guida-tamanhos-wrapper .spacer .spacer-content {
    padding: 100px 0;
  }
}
@media only screen and (max-width: 640px) {
  #area-brand #brand-wrapper .spacer .spacer-content, #area-brand #guida-tamanhos-wrapper .spacer .spacer-content, #area-guia-de-praias #brand-wrapper .spacer .spacer-content, #area-guia-de-praias #guida-tamanhos-wrapper .spacer .spacer-content, #area-personalizacao #brand-wrapper .spacer .spacer-content, #area-personalizacao #guida-tamanhos-wrapper .spacer .spacer-content, #area-empresa #brand-wrapper .spacer .spacer-content, #area-empresa #guida-tamanhos-wrapper .spacer .spacer-content, #area-revenda #brand-wrapper .spacer .spacer-content, #area-revenda #guida-tamanhos-wrapper .spacer .spacer-content, #area-hoteis #brand-wrapper .spacer .spacer-content, #area-hoteis #guida-tamanhos-wrapper .spacer .spacer-content, #area-licenciamento #brand-wrapper .spacer .spacer-content, #area-licenciamento #guida-tamanhos-wrapper .spacer .spacer-content {
    padding: 50px 0;
  }
}
#area-brand #brand-wrapper .spacer .spacer-content h2, #area-brand #brand-wrapper .spacer .spacer-content h3, #area-brand #brand-wrapper .spacer .spacer-content .product-destaque-item-wrapper__dialog-saber-mais.dialog .product-destaque-item-wrapper__dialog-saber-mais__nome-produto, .product-destaque-item-wrapper__dialog-saber-mais.dialog #area-brand #brand-wrapper .spacer .spacer-content .product-destaque-item-wrapper__dialog-saber-mais__nome-produto, #area-brand #brand-wrapper .spacer .spacer-content h4, #area-brand #brand-wrapper .spacer .spacer-content h5, #area-brand #guida-tamanhos-wrapper .spacer .spacer-content h2, #area-brand #guida-tamanhos-wrapper .spacer .spacer-content h3, #area-brand #guida-tamanhos-wrapper .spacer .spacer-content .product-destaque-item-wrapper__dialog-saber-mais.dialog .product-destaque-item-wrapper__dialog-saber-mais__nome-produto, .product-destaque-item-wrapper__dialog-saber-mais.dialog #area-brand #guida-tamanhos-wrapper .spacer .spacer-content .product-destaque-item-wrapper__dialog-saber-mais__nome-produto, #area-brand #guida-tamanhos-wrapper .spacer .spacer-content h4, #area-brand #guida-tamanhos-wrapper .spacer .spacer-content h5, #area-guia-de-praias #brand-wrapper .spacer .spacer-content h2, #area-guia-de-praias #brand-wrapper .spacer .spacer-content h3, #area-guia-de-praias #brand-wrapper .spacer .spacer-content .product-destaque-item-wrapper__dialog-saber-mais.dialog .product-destaque-item-wrapper__dialog-saber-mais__nome-produto, .product-destaque-item-wrapper__dialog-saber-mais.dialog #area-guia-de-praias #brand-wrapper .spacer .spacer-content .product-destaque-item-wrapper__dialog-saber-mais__nome-produto, #area-guia-de-praias #brand-wrapper .spacer .spacer-content h4, #area-guia-de-praias #brand-wrapper .spacer .spacer-content h5, #area-guia-de-praias #guida-tamanhos-wrapper .spacer .spacer-content h2, #area-guia-de-praias #guida-tamanhos-wrapper .spacer .spacer-content h3, #area-guia-de-praias #guida-tamanhos-wrapper .spacer .spacer-content .product-destaque-item-wrapper__dialog-saber-mais.dialog .product-destaque-item-wrapper__dialog-saber-mais__nome-produto, .product-destaque-item-wrapper__dialog-saber-mais.dialog #area-guia-de-praias #guida-tamanhos-wrapper .spacer .spacer-content .product-destaque-item-wrapper__dialog-saber-mais__nome-produto, #area-guia-de-praias #guida-tamanhos-wrapper .spacer .spacer-content h4, #area-guia-de-praias #guida-tamanhos-wrapper .spacer .spacer-content h5, #area-personalizacao #brand-wrapper .spacer .spacer-content h2, #area-personalizacao #brand-wrapper .spacer .spacer-content h3, #area-personalizacao #brand-wrapper .spacer .spacer-content .product-destaque-item-wrapper__dialog-saber-mais.dialog .product-destaque-item-wrapper__dialog-saber-mais__nome-produto, .product-destaque-item-wrapper__dialog-saber-mais.dialog #area-personalizacao #brand-wrapper .spacer .spacer-content .product-destaque-item-wrapper__dialog-saber-mais__nome-produto, #area-personalizacao #brand-wrapper .spacer .spacer-content h4, #area-personalizacao #brand-wrapper .spacer .spacer-content h5, #area-personalizacao #guida-tamanhos-wrapper .spacer .spacer-content h2, #area-personalizacao #guida-tamanhos-wrapper .spacer .spacer-content h3, #area-personalizacao #guida-tamanhos-wrapper .spacer .spacer-content .product-destaque-item-wrapper__dialog-saber-mais.dialog .product-destaque-item-wrapper__dialog-saber-mais__nome-produto, .product-destaque-item-wrapper__dialog-saber-mais.dialog #area-personalizacao #guida-tamanhos-wrapper .spacer .spacer-content .product-destaque-item-wrapper__dialog-saber-mais__nome-produto, #area-personalizacao #guida-tamanhos-wrapper .spacer .spacer-content h4, #area-personalizacao #guida-tamanhos-wrapper .spacer .spacer-content h5, #area-empresa #brand-wrapper .spacer .spacer-content h2, #area-empresa #brand-wrapper .spacer .spacer-content h3, #area-empresa #brand-wrapper .spacer .spacer-content .product-destaque-item-wrapper__dialog-saber-mais.dialog .product-destaque-item-wrapper__dialog-saber-mais__nome-produto, .product-destaque-item-wrapper__dialog-saber-mais.dialog #area-empresa #brand-wrapper .spacer .spacer-content .product-destaque-item-wrapper__dialog-saber-mais__nome-produto, #area-empresa #brand-wrapper .spacer .spacer-content h4, #area-empresa #brand-wrapper .spacer .spacer-content h5, #area-empresa #guida-tamanhos-wrapper .spacer .spacer-content h2, #area-empresa #guida-tamanhos-wrapper .spacer .spacer-content h3, #area-empresa #guida-tamanhos-wrapper .spacer .spacer-content .product-destaque-item-wrapper__dialog-saber-mais.dialog .product-destaque-item-wrapper__dialog-saber-mais__nome-produto, .product-destaque-item-wrapper__dialog-saber-mais.dialog #area-empresa #guida-tamanhos-wrapper .spacer .spacer-content .product-destaque-item-wrapper__dialog-saber-mais__nome-produto, #area-empresa #guida-tamanhos-wrapper .spacer .spacer-content h4, #area-empresa #guida-tamanhos-wrapper .spacer .spacer-content h5, #area-revenda #brand-wrapper .spacer .spacer-content h2, #area-revenda #brand-wrapper .spacer .spacer-content h3, #area-revenda #brand-wrapper .spacer .spacer-content .product-destaque-item-wrapper__dialog-saber-mais.dialog .product-destaque-item-wrapper__dialog-saber-mais__nome-produto, .product-destaque-item-wrapper__dialog-saber-mais.dialog #area-revenda #brand-wrapper .spacer .spacer-content .product-destaque-item-wrapper__dialog-saber-mais__nome-produto, #area-revenda #brand-wrapper .spacer .spacer-content h4, #area-revenda #brand-wrapper .spacer .spacer-content h5, #area-revenda #guida-tamanhos-wrapper .spacer .spacer-content h2, #area-revenda #guida-tamanhos-wrapper .spacer .spacer-content h3, #area-revenda #guida-tamanhos-wrapper .spacer .spacer-content .product-destaque-item-wrapper__dialog-saber-mais.dialog .product-destaque-item-wrapper__dialog-saber-mais__nome-produto, .product-destaque-item-wrapper__dialog-saber-mais.dialog #area-revenda #guida-tamanhos-wrapper .spacer .spacer-content .product-destaque-item-wrapper__dialog-saber-mais__nome-produto, #area-revenda #guida-tamanhos-wrapper .spacer .spacer-content h4, #area-revenda #guida-tamanhos-wrapper .spacer .spacer-content h5, #area-hoteis #brand-wrapper .spacer .spacer-content h2, #area-hoteis #brand-wrapper .spacer .spacer-content h3, #area-hoteis #brand-wrapper .spacer .spacer-content .product-destaque-item-wrapper__dialog-saber-mais.dialog .product-destaque-item-wrapper__dialog-saber-mais__nome-produto, .product-destaque-item-wrapper__dialog-saber-mais.dialog #area-hoteis #brand-wrapper .spacer .spacer-content .product-destaque-item-wrapper__dialog-saber-mais__nome-produto, #area-hoteis #brand-wrapper .spacer .spacer-content h4, #area-hoteis #brand-wrapper .spacer .spacer-content h5, #area-hoteis #guida-tamanhos-wrapper .spacer .spacer-content h2, #area-hoteis #guida-tamanhos-wrapper .spacer .spacer-content h3, #area-hoteis #guida-tamanhos-wrapper .spacer .spacer-content .product-destaque-item-wrapper__dialog-saber-mais.dialog .product-destaque-item-wrapper__dialog-saber-mais__nome-produto, .product-destaque-item-wrapper__dialog-saber-mais.dialog #area-hoteis #guida-tamanhos-wrapper .spacer .spacer-content .product-destaque-item-wrapper__dialog-saber-mais__nome-produto, #area-hoteis #guida-tamanhos-wrapper .spacer .spacer-content h4, #area-hoteis #guida-tamanhos-wrapper .spacer .spacer-content h5, #area-licenciamento #brand-wrapper .spacer .spacer-content h2, #area-licenciamento #brand-wrapper .spacer .spacer-content h3, #area-licenciamento #brand-wrapper .spacer .spacer-content .product-destaque-item-wrapper__dialog-saber-mais.dialog .product-destaque-item-wrapper__dialog-saber-mais__nome-produto, .product-destaque-item-wrapper__dialog-saber-mais.dialog #area-licenciamento #brand-wrapper .spacer .spacer-content .product-destaque-item-wrapper__dialog-saber-mais__nome-produto, #area-licenciamento #brand-wrapper .spacer .spacer-content h4, #area-licenciamento #brand-wrapper .spacer .spacer-content h5, #area-licenciamento #guida-tamanhos-wrapper .spacer .spacer-content h2, #area-licenciamento #guida-tamanhos-wrapper .spacer .spacer-content h3, #area-licenciamento #guida-tamanhos-wrapper .spacer .spacer-content .product-destaque-item-wrapper__dialog-saber-mais.dialog .product-destaque-item-wrapper__dialog-saber-mais__nome-produto, .product-destaque-item-wrapper__dialog-saber-mais.dialog #area-licenciamento #guida-tamanhos-wrapper .spacer .spacer-content .product-destaque-item-wrapper__dialog-saber-mais__nome-produto, #area-licenciamento #guida-tamanhos-wrapper .spacer .spacer-content h4, #area-licenciamento #guida-tamanhos-wrapper .spacer .spacer-content h5 {
  margin-bottom: 30px;
}
@media only screen and (min-width:641px) {
  #area-brand #brand-wrapper .spacer .spacer-content .flex-itens, #area-brand #guida-tamanhos-wrapper .spacer .spacer-content .flex-itens, #area-guia-de-praias #brand-wrapper .spacer .spacer-content .flex-itens, #area-guia-de-praias #guida-tamanhos-wrapper .spacer .spacer-content .flex-itens, #area-personalizacao #brand-wrapper .spacer .spacer-content .flex-itens, #area-personalizacao #guida-tamanhos-wrapper .spacer .spacer-content .flex-itens, #area-empresa #brand-wrapper .spacer .spacer-content .flex-itens, #area-empresa #guida-tamanhos-wrapper .spacer .spacer-content .flex-itens, #area-revenda #brand-wrapper .spacer .spacer-content .flex-itens, #area-revenda #guida-tamanhos-wrapper .spacer .spacer-content .flex-itens, #area-hoteis #brand-wrapper .spacer .spacer-content .flex-itens, #area-hoteis #guida-tamanhos-wrapper .spacer .spacer-content .flex-itens, #area-licenciamento #brand-wrapper .spacer .spacer-content .flex-itens, #area-licenciamento #guida-tamanhos-wrapper .spacer .spacer-content .flex-itens {
    display: flex;
    justify-content: space-between;
  }
}
@media only screen and (min-width:641px) {
  #area-brand #brand-wrapper .spacer .spacer-content .flex-itens .separador, #area-brand #guida-tamanhos-wrapper .spacer .spacer-content .flex-itens .separador, #area-guia-de-praias #brand-wrapper .spacer .spacer-content .flex-itens .separador, #area-guia-de-praias #guida-tamanhos-wrapper .spacer .spacer-content .flex-itens .separador, #area-personalizacao #brand-wrapper .spacer .spacer-content .flex-itens .separador, #area-personalizacao #guida-tamanhos-wrapper .spacer .spacer-content .flex-itens .separador, #area-empresa #brand-wrapper .spacer .spacer-content .flex-itens .separador, #area-empresa #guida-tamanhos-wrapper .spacer .spacer-content .flex-itens .separador, #area-revenda #brand-wrapper .spacer .spacer-content .flex-itens .separador, #area-revenda #guida-tamanhos-wrapper .spacer .spacer-content .flex-itens .separador, #area-hoteis #brand-wrapper .spacer .spacer-content .flex-itens .separador, #area-hoteis #guida-tamanhos-wrapper .spacer .spacer-content .flex-itens .separador, #area-licenciamento #brand-wrapper .spacer .spacer-content .flex-itens .separador, #area-licenciamento #guida-tamanhos-wrapper .spacer .spacer-content .flex-itens .separador {
    width: 1px;
    background-color: #a0a0a0;
  }
}
#area-brand #brand-wrapper .spacer .spacer-content .flex-itens .coluna-item, #area-brand #guida-tamanhos-wrapper .spacer .spacer-content .flex-itens .coluna-item, #area-guia-de-praias #brand-wrapper .spacer .spacer-content .flex-itens .coluna-item, #area-guia-de-praias #guida-tamanhos-wrapper .spacer .spacer-content .flex-itens .coluna-item, #area-personalizacao #brand-wrapper .spacer .spacer-content .flex-itens .coluna-item, #area-personalizacao #guida-tamanhos-wrapper .spacer .spacer-content .flex-itens .coluna-item, #area-empresa #brand-wrapper .spacer .spacer-content .flex-itens .coluna-item, #area-empresa #guida-tamanhos-wrapper .spacer .spacer-content .flex-itens .coluna-item, #area-revenda #brand-wrapper .spacer .spacer-content .flex-itens .coluna-item, #area-revenda #guida-tamanhos-wrapper .spacer .spacer-content .flex-itens .coluna-item, #area-hoteis #brand-wrapper .spacer .spacer-content .flex-itens .coluna-item, #area-hoteis #guida-tamanhos-wrapper .spacer .spacer-content .flex-itens .coluna-item, #area-licenciamento #brand-wrapper .spacer .spacer-content .flex-itens .coluna-item, #area-licenciamento #guida-tamanhos-wrapper .spacer .spacer-content .flex-itens .coluna-item {
  text-align: center;
}
@media only screen and (min-width:641px) {
  #area-brand #brand-wrapper .spacer .spacer-content .flex-itens .coluna-item, #area-brand #guida-tamanhos-wrapper .spacer .spacer-content .flex-itens .coluna-item, #area-guia-de-praias #brand-wrapper .spacer .spacer-content .flex-itens .coluna-item, #area-guia-de-praias #guida-tamanhos-wrapper .spacer .spacer-content .flex-itens .coluna-item, #area-personalizacao #brand-wrapper .spacer .spacer-content .flex-itens .coluna-item, #area-personalizacao #guida-tamanhos-wrapper .spacer .spacer-content .flex-itens .coluna-item, #area-empresa #brand-wrapper .spacer .spacer-content .flex-itens .coluna-item, #area-empresa #guida-tamanhos-wrapper .spacer .spacer-content .flex-itens .coluna-item, #area-revenda #brand-wrapper .spacer .spacer-content .flex-itens .coluna-item, #area-revenda #guida-tamanhos-wrapper .spacer .spacer-content .flex-itens .coluna-item, #area-hoteis #brand-wrapper .spacer .spacer-content .flex-itens .coluna-item, #area-hoteis #guida-tamanhos-wrapper .spacer .spacer-content .flex-itens .coluna-item, #area-licenciamento #brand-wrapper .spacer .spacer-content .flex-itens .coluna-item, #area-licenciamento #guida-tamanhos-wrapper .spacer .spacer-content .flex-itens .coluna-item {
    padding: 30px 100px;
  }
}
@media only screen and (max-width:1024px) {
  #area-brand #brand-wrapper .spacer .spacer-content .flex-itens .coluna-item, #area-brand #guida-tamanhos-wrapper .spacer .spacer-content .flex-itens .coluna-item, #area-guia-de-praias #brand-wrapper .spacer .spacer-content .flex-itens .coluna-item, #area-guia-de-praias #guida-tamanhos-wrapper .spacer .spacer-content .flex-itens .coluna-item, #area-personalizacao #brand-wrapper .spacer .spacer-content .flex-itens .coluna-item, #area-personalizacao #guida-tamanhos-wrapper .spacer .spacer-content .flex-itens .coluna-item, #area-empresa #brand-wrapper .spacer .spacer-content .flex-itens .coluna-item, #area-empresa #guida-tamanhos-wrapper .spacer .spacer-content .flex-itens .coluna-item, #area-revenda #brand-wrapper .spacer .spacer-content .flex-itens .coluna-item, #area-revenda #guida-tamanhos-wrapper .spacer .spacer-content .flex-itens .coluna-item, #area-hoteis #brand-wrapper .spacer .spacer-content .flex-itens .coluna-item, #area-hoteis #guida-tamanhos-wrapper .spacer .spacer-content .flex-itens .coluna-item, #area-licenciamento #brand-wrapper .spacer .spacer-content .flex-itens .coluna-item, #area-licenciamento #guida-tamanhos-wrapper .spacer .spacer-content .flex-itens .coluna-item {
    padding: 30px;
  }
}
@media only screen and (min-width:641px) {
  #area-brand #brand-wrapper .spacer .spacer-content .flex-itens .coluna-item, #area-brand #guida-tamanhos-wrapper .spacer .spacer-content .flex-itens .coluna-item, #area-guia-de-praias #brand-wrapper .spacer .spacer-content .flex-itens .coluna-item, #area-guia-de-praias #guida-tamanhos-wrapper .spacer .spacer-content .flex-itens .coluna-item, #area-personalizacao #brand-wrapper .spacer .spacer-content .flex-itens .coluna-item, #area-personalizacao #guida-tamanhos-wrapper .spacer .spacer-content .flex-itens .coluna-item, #area-empresa #brand-wrapper .spacer .spacer-content .flex-itens .coluna-item, #area-empresa #guida-tamanhos-wrapper .spacer .spacer-content .flex-itens .coluna-item, #area-revenda #brand-wrapper .spacer .spacer-content .flex-itens .coluna-item, #area-revenda #guida-tamanhos-wrapper .spacer .spacer-content .flex-itens .coluna-item, #area-hoteis #brand-wrapper .spacer .spacer-content .flex-itens .coluna-item, #area-hoteis #guida-tamanhos-wrapper .spacer .spacer-content .flex-itens .coluna-item, #area-licenciamento #brand-wrapper .spacer .spacer-content .flex-itens .coluna-item, #area-licenciamento #guida-tamanhos-wrapper .spacer .spacer-content .flex-itens .coluna-item {
    max-width: calc((100% - 2px) / 3);
  }
}
#area-brand #brand-wrapper .spacer .spacer-content .flex-itens .coluna-item .numeracao, #area-brand #guida-tamanhos-wrapper .spacer .spacer-content .flex-itens .coluna-item .numeracao, #area-guia-de-praias #brand-wrapper .spacer .spacer-content .flex-itens .coluna-item .numeracao, #area-guia-de-praias #guida-tamanhos-wrapper .spacer .spacer-content .flex-itens .coluna-item .numeracao, #area-personalizacao #brand-wrapper .spacer .spacer-content .flex-itens .coluna-item .numeracao, #area-personalizacao #guida-tamanhos-wrapper .spacer .spacer-content .flex-itens .coluna-item .numeracao, #area-empresa #brand-wrapper .spacer .spacer-content .flex-itens .coluna-item .numeracao, #area-empresa #guida-tamanhos-wrapper .spacer .spacer-content .flex-itens .coluna-item .numeracao, #area-revenda #brand-wrapper .spacer .spacer-content .flex-itens .coluna-item .numeracao, #area-revenda #guida-tamanhos-wrapper .spacer .spacer-content .flex-itens .coluna-item .numeracao, #area-hoteis #brand-wrapper .spacer .spacer-content .flex-itens .coluna-item .numeracao, #area-hoteis #guida-tamanhos-wrapper .spacer .spacer-content .flex-itens .coluna-item .numeracao, #area-licenciamento #brand-wrapper .spacer .spacer-content .flex-itens .coluna-item .numeracao, #area-licenciamento #guida-tamanhos-wrapper .spacer .spacer-content .flex-itens .coluna-item .numeracao {
  color: #d0cfcf;
  width: 50px;
  height: 50px;
  font-size: 26px;
  font-weight: 400;
  border: 2px solid #d0cfcf;
  border-radius: 50%;
  line-height: 42px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
#area-brand #brand-wrapper .spacer .spacer-content .flex-itens .coluna-item h4, #area-brand #guida-tamanhos-wrapper .spacer .spacer-content .flex-itens .coluna-item h4, #area-guia-de-praias #brand-wrapper .spacer .spacer-content .flex-itens .coluna-item h4, #area-guia-de-praias #guida-tamanhos-wrapper .spacer .spacer-content .flex-itens .coluna-item h4, #area-personalizacao #brand-wrapper .spacer .spacer-content .flex-itens .coluna-item h4, #area-personalizacao #guida-tamanhos-wrapper .spacer .spacer-content .flex-itens .coluna-item h4, #area-empresa #brand-wrapper .spacer .spacer-content .flex-itens .coluna-item h4, #area-empresa #guida-tamanhos-wrapper .spacer .spacer-content .flex-itens .coluna-item h4, #area-revenda #brand-wrapper .spacer .spacer-content .flex-itens .coluna-item h4, #area-revenda #guida-tamanhos-wrapper .spacer .spacer-content .flex-itens .coluna-item h4, #area-hoteis #brand-wrapper .spacer .spacer-content .flex-itens .coluna-item h4, #area-hoteis #guida-tamanhos-wrapper .spacer .spacer-content .flex-itens .coluna-item h4, #area-licenciamento #brand-wrapper .spacer .spacer-content .flex-itens .coluna-item h4, #area-licenciamento #guida-tamanhos-wrapper .spacer .spacer-content .flex-itens .coluna-item h4 {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 15px;
  color: #333;
}
#area-brand #brand-wrapper .spacer .spacer-content .flex-itens .coluna-item span, #area-brand #brand-wrapper .spacer .spacer-content .flex-itens .coluna-item div p, #area-brand #guida-tamanhos-wrapper .spacer .spacer-content .flex-itens .coluna-item span, #area-brand #guida-tamanhos-wrapper .spacer .spacer-content .flex-itens .coluna-item div p, #area-guia-de-praias #brand-wrapper .spacer .spacer-content .flex-itens .coluna-item span, #area-guia-de-praias #brand-wrapper .spacer .spacer-content .flex-itens .coluna-item div p, #area-guia-de-praias #guida-tamanhos-wrapper .spacer .spacer-content .flex-itens .coluna-item span, #area-guia-de-praias #guida-tamanhos-wrapper .spacer .spacer-content .flex-itens .coluna-item div p, #area-personalizacao #brand-wrapper .spacer .spacer-content .flex-itens .coluna-item span, #area-personalizacao #brand-wrapper .spacer .spacer-content .flex-itens .coluna-item div p, #area-personalizacao #guida-tamanhos-wrapper .spacer .spacer-content .flex-itens .coluna-item span, #area-personalizacao #guida-tamanhos-wrapper .spacer .spacer-content .flex-itens .coluna-item div p, #area-empresa #brand-wrapper .spacer .spacer-content .flex-itens .coluna-item span, #area-empresa #brand-wrapper .spacer .spacer-content .flex-itens .coluna-item div p, #area-empresa #guida-tamanhos-wrapper .spacer .spacer-content .flex-itens .coluna-item span, #area-empresa #guida-tamanhos-wrapper .spacer .spacer-content .flex-itens .coluna-item div p, #area-revenda #brand-wrapper .spacer .spacer-content .flex-itens .coluna-item span, #area-revenda #brand-wrapper .spacer .spacer-content .flex-itens .coluna-item div p, #area-revenda #guida-tamanhos-wrapper .spacer .spacer-content .flex-itens .coluna-item span, #area-revenda #guida-tamanhos-wrapper .spacer .spacer-content .flex-itens .coluna-item div p, #area-hoteis #brand-wrapper .spacer .spacer-content .flex-itens .coluna-item span, #area-hoteis #brand-wrapper .spacer .spacer-content .flex-itens .coluna-item div p, #area-hoteis #guida-tamanhos-wrapper .spacer .spacer-content .flex-itens .coluna-item span, #area-hoteis #guida-tamanhos-wrapper .spacer .spacer-content .flex-itens .coluna-item div p, #area-licenciamento #brand-wrapper .spacer .spacer-content .flex-itens .coluna-item span, #area-licenciamento #brand-wrapper .spacer .spacer-content .flex-itens .coluna-item div p, #area-licenciamento #guida-tamanhos-wrapper .spacer .spacer-content .flex-itens .coluna-item span, #area-licenciamento #guida-tamanhos-wrapper .spacer .spacer-content .flex-itens .coluna-item div p {
  display: inline-block;
  color: #999;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
}
#area-brand #brand-wrapper .spacer.white, #area-brand #guida-tamanhos-wrapper .spacer.white, #area-guia-de-praias #brand-wrapper .spacer.white, #area-guia-de-praias #guida-tamanhos-wrapper .spacer.white, #area-personalizacao #brand-wrapper .spacer.white, #area-personalizacao #guida-tamanhos-wrapper .spacer.white, #area-empresa #brand-wrapper .spacer.white, #area-empresa #guida-tamanhos-wrapper .spacer.white, #area-revenda #brand-wrapper .spacer.white, #area-revenda #guida-tamanhos-wrapper .spacer.white, #area-hoteis #brand-wrapper .spacer.white, #area-hoteis #guida-tamanhos-wrapper .spacer.white, #area-licenciamento #brand-wrapper .spacer.white, #area-licenciamento #guida-tamanhos-wrapper .spacer.white {
  background-color: #FFF;
}
#area-brand #brand-wrapper .spacer.black, #area-brand #guida-tamanhos-wrapper .spacer.black, #area-guia-de-praias #brand-wrapper .spacer.black, #area-guia-de-praias #guida-tamanhos-wrapper .spacer.black, #area-personalizacao #brand-wrapper .spacer.black, #area-personalizacao #guida-tamanhos-wrapper .spacer.black, #area-empresa #brand-wrapper .spacer.black, #area-empresa #guida-tamanhos-wrapper .spacer.black, #area-revenda #brand-wrapper .spacer.black, #area-revenda #guida-tamanhos-wrapper .spacer.black, #area-hoteis #brand-wrapper .spacer.black, #area-hoteis #guida-tamanhos-wrapper .spacer.black, #area-licenciamento #brand-wrapper .spacer.black, #area-licenciamento #guida-tamanhos-wrapper .spacer.black {
  margin-bottom: -20px;
  background-color: #231f20;
  color: #FFF;
}
#area-brand #brand-wrapper .spacer.black h5, #area-brand #guida-tamanhos-wrapper .spacer.black h5, #area-guia-de-praias #brand-wrapper .spacer.black h5, #area-guia-de-praias #guida-tamanhos-wrapper .spacer.black h5, #area-personalizacao #brand-wrapper .spacer.black h5, #area-personalizacao #guida-tamanhos-wrapper .spacer.black h5, #area-empresa #brand-wrapper .spacer.black h5, #area-empresa #guida-tamanhos-wrapper .spacer.black h5, #area-revenda #brand-wrapper .spacer.black h5, #area-revenda #guida-tamanhos-wrapper .spacer.black h5, #area-hoteis #brand-wrapper .spacer.black h5, #area-hoteis #guida-tamanhos-wrapper .spacer.black h5, #area-licenciamento #brand-wrapper .spacer.black h5, #area-licenciamento #guida-tamanhos-wrapper .spacer.black h5 {
  color: #FFF;
  text-transform: uppercase;
  font-weight: 500;
  margin-top: 25px;
  font-size: 14px;
}
#area-brand #brand-wrapper .spacer.black h3, #area-brand #brand-wrapper .spacer.black .product-destaque-item-wrapper__dialog-saber-mais.dialog .product-destaque-item-wrapper__dialog-saber-mais__nome-produto, .product-destaque-item-wrapper__dialog-saber-mais.dialog #area-brand #brand-wrapper .spacer.black .product-destaque-item-wrapper__dialog-saber-mais__nome-produto, #area-brand #guida-tamanhos-wrapper .spacer.black h3, #area-brand #guida-tamanhos-wrapper .spacer.black .product-destaque-item-wrapper__dialog-saber-mais.dialog .product-destaque-item-wrapper__dialog-saber-mais__nome-produto, .product-destaque-item-wrapper__dialog-saber-mais.dialog #area-brand #guida-tamanhos-wrapper .spacer.black .product-destaque-item-wrapper__dialog-saber-mais__nome-produto, #area-guia-de-praias #brand-wrapper .spacer.black h3, #area-guia-de-praias #brand-wrapper .spacer.black .product-destaque-item-wrapper__dialog-saber-mais.dialog .product-destaque-item-wrapper__dialog-saber-mais__nome-produto, .product-destaque-item-wrapper__dialog-saber-mais.dialog #area-guia-de-praias #brand-wrapper .spacer.black .product-destaque-item-wrapper__dialog-saber-mais__nome-produto, #area-guia-de-praias #guida-tamanhos-wrapper .spacer.black h3, #area-guia-de-praias #guida-tamanhos-wrapper .spacer.black .product-destaque-item-wrapper__dialog-saber-mais.dialog .product-destaque-item-wrapper__dialog-saber-mais__nome-produto, .product-destaque-item-wrapper__dialog-saber-mais.dialog #area-guia-de-praias #guida-tamanhos-wrapper .spacer.black .product-destaque-item-wrapper__dialog-saber-mais__nome-produto, #area-personalizacao #brand-wrapper .spacer.black h3, #area-personalizacao #brand-wrapper .spacer.black .product-destaque-item-wrapper__dialog-saber-mais.dialog .product-destaque-item-wrapper__dialog-saber-mais__nome-produto, .product-destaque-item-wrapper__dialog-saber-mais.dialog #area-personalizacao #brand-wrapper .spacer.black .product-destaque-item-wrapper__dialog-saber-mais__nome-produto, #area-personalizacao #guida-tamanhos-wrapper .spacer.black h3, #area-personalizacao #guida-tamanhos-wrapper .spacer.black .product-destaque-item-wrapper__dialog-saber-mais.dialog .product-destaque-item-wrapper__dialog-saber-mais__nome-produto, .product-destaque-item-wrapper__dialog-saber-mais.dialog #area-personalizacao #guida-tamanhos-wrapper .spacer.black .product-destaque-item-wrapper__dialog-saber-mais__nome-produto, #area-empresa #brand-wrapper .spacer.black h3, #area-empresa #brand-wrapper .spacer.black .product-destaque-item-wrapper__dialog-saber-mais.dialog .product-destaque-item-wrapper__dialog-saber-mais__nome-produto, .product-destaque-item-wrapper__dialog-saber-mais.dialog #area-empresa #brand-wrapper .spacer.black .product-destaque-item-wrapper__dialog-saber-mais__nome-produto, #area-empresa #guida-tamanhos-wrapper .spacer.black h3, #area-empresa #guida-tamanhos-wrapper .spacer.black .product-destaque-item-wrapper__dialog-saber-mais.dialog .product-destaque-item-wrapper__dialog-saber-mais__nome-produto, .product-destaque-item-wrapper__dialog-saber-mais.dialog #area-empresa #guida-tamanhos-wrapper .spacer.black .product-destaque-item-wrapper__dialog-saber-mais__nome-produto, #area-revenda #brand-wrapper .spacer.black h3, #area-revenda #brand-wrapper .spacer.black .product-destaque-item-wrapper__dialog-saber-mais.dialog .product-destaque-item-wrapper__dialog-saber-mais__nome-produto, .product-destaque-item-wrapper__dialog-saber-mais.dialog #area-revenda #brand-wrapper .spacer.black .product-destaque-item-wrapper__dialog-saber-mais__nome-produto, #area-revenda #guida-tamanhos-wrapper .spacer.black h3, #area-revenda #guida-tamanhos-wrapper .spacer.black .product-destaque-item-wrapper__dialog-saber-mais.dialog .product-destaque-item-wrapper__dialog-saber-mais__nome-produto, .product-destaque-item-wrapper__dialog-saber-mais.dialog #area-revenda #guida-tamanhos-wrapper .spacer.black .product-destaque-item-wrapper__dialog-saber-mais__nome-produto, #area-hoteis #brand-wrapper .spacer.black h3, #area-hoteis #brand-wrapper .spacer.black .product-destaque-item-wrapper__dialog-saber-mais.dialog .product-destaque-item-wrapper__dialog-saber-mais__nome-produto, .product-destaque-item-wrapper__dialog-saber-mais.dialog #area-hoteis #brand-wrapper .spacer.black .product-destaque-item-wrapper__dialog-saber-mais__nome-produto, #area-hoteis #guida-tamanhos-wrapper .spacer.black h3, #area-hoteis #guida-tamanhos-wrapper .spacer.black .product-destaque-item-wrapper__dialog-saber-mais.dialog .product-destaque-item-wrapper__dialog-saber-mais__nome-produto, .product-destaque-item-wrapper__dialog-saber-mais.dialog #area-hoteis #guida-tamanhos-wrapper .spacer.black .product-destaque-item-wrapper__dialog-saber-mais__nome-produto, #area-licenciamento #brand-wrapper .spacer.black h3, #area-licenciamento #brand-wrapper .spacer.black .product-destaque-item-wrapper__dialog-saber-mais.dialog .product-destaque-item-wrapper__dialog-saber-mais__nome-produto, .product-destaque-item-wrapper__dialog-saber-mais.dialog #area-licenciamento #brand-wrapper .spacer.black .product-destaque-item-wrapper__dialog-saber-mais__nome-produto, #area-licenciamento #guida-tamanhos-wrapper .spacer.black h3, #area-licenciamento #guida-tamanhos-wrapper .spacer.black .product-destaque-item-wrapper__dialog-saber-mais.dialog .product-destaque-item-wrapper__dialog-saber-mais__nome-produto, .product-destaque-item-wrapper__dialog-saber-mais.dialog #area-licenciamento #guida-tamanhos-wrapper .spacer.black .product-destaque-item-wrapper__dialog-saber-mais__nome-produto {
  text-transform: uppercase;
  font-weight: 600;
  color: #FFF;
  margin-bottom: 50px;
}
@media only screen and (min-width:641px) {
  #area-brand #brand-wrapper .spacer.black h3, #area-brand #brand-wrapper .spacer.black .product-destaque-item-wrapper__dialog-saber-mais.dialog .product-destaque-item-wrapper__dialog-saber-mais__nome-produto, .product-destaque-item-wrapper__dialog-saber-mais.dialog #area-brand #brand-wrapper .spacer.black .product-destaque-item-wrapper__dialog-saber-mais__nome-produto, #area-brand #guida-tamanhos-wrapper .spacer.black h3, #area-brand #guida-tamanhos-wrapper .spacer.black .product-destaque-item-wrapper__dialog-saber-mais.dialog .product-destaque-item-wrapper__dialog-saber-mais__nome-produto, .product-destaque-item-wrapper__dialog-saber-mais.dialog #area-brand #guida-tamanhos-wrapper .spacer.black .product-destaque-item-wrapper__dialog-saber-mais__nome-produto, #area-guia-de-praias #brand-wrapper .spacer.black h3, #area-guia-de-praias #brand-wrapper .spacer.black .product-destaque-item-wrapper__dialog-saber-mais.dialog .product-destaque-item-wrapper__dialog-saber-mais__nome-produto, .product-destaque-item-wrapper__dialog-saber-mais.dialog #area-guia-de-praias #brand-wrapper .spacer.black .product-destaque-item-wrapper__dialog-saber-mais__nome-produto, #area-guia-de-praias #guida-tamanhos-wrapper .spacer.black h3, #area-guia-de-praias #guida-tamanhos-wrapper .spacer.black .product-destaque-item-wrapper__dialog-saber-mais.dialog .product-destaque-item-wrapper__dialog-saber-mais__nome-produto, .product-destaque-item-wrapper__dialog-saber-mais.dialog #area-guia-de-praias #guida-tamanhos-wrapper .spacer.black .product-destaque-item-wrapper__dialog-saber-mais__nome-produto, #area-personalizacao #brand-wrapper .spacer.black h3, #area-personalizacao #brand-wrapper .spacer.black .product-destaque-item-wrapper__dialog-saber-mais.dialog .product-destaque-item-wrapper__dialog-saber-mais__nome-produto, .product-destaque-item-wrapper__dialog-saber-mais.dialog #area-personalizacao #brand-wrapper .spacer.black .product-destaque-item-wrapper__dialog-saber-mais__nome-produto, #area-personalizacao #guida-tamanhos-wrapper .spacer.black h3, #area-personalizacao #guida-tamanhos-wrapper .spacer.black .product-destaque-item-wrapper__dialog-saber-mais.dialog .product-destaque-item-wrapper__dialog-saber-mais__nome-produto, .product-destaque-item-wrapper__dialog-saber-mais.dialog #area-personalizacao #guida-tamanhos-wrapper .spacer.black .product-destaque-item-wrapper__dialog-saber-mais__nome-produto, #area-empresa #brand-wrapper .spacer.black h3, #area-empresa #brand-wrapper .spacer.black .product-destaque-item-wrapper__dialog-saber-mais.dialog .product-destaque-item-wrapper__dialog-saber-mais__nome-produto, .product-destaque-item-wrapper__dialog-saber-mais.dialog #area-empresa #brand-wrapper .spacer.black .product-destaque-item-wrapper__dialog-saber-mais__nome-produto, #area-empresa #guida-tamanhos-wrapper .spacer.black h3, #area-empresa #guida-tamanhos-wrapper .spacer.black .product-destaque-item-wrapper__dialog-saber-mais.dialog .product-destaque-item-wrapper__dialog-saber-mais__nome-produto, .product-destaque-item-wrapper__dialog-saber-mais.dialog #area-empresa #guida-tamanhos-wrapper .spacer.black .product-destaque-item-wrapper__dialog-saber-mais__nome-produto, #area-revenda #brand-wrapper .spacer.black h3, #area-revenda #brand-wrapper .spacer.black .product-destaque-item-wrapper__dialog-saber-mais.dialog .product-destaque-item-wrapper__dialog-saber-mais__nome-produto, .product-destaque-item-wrapper__dialog-saber-mais.dialog #area-revenda #brand-wrapper .spacer.black .product-destaque-item-wrapper__dialog-saber-mais__nome-produto, #area-revenda #guida-tamanhos-wrapper .spacer.black h3, #area-revenda #guida-tamanhos-wrapper .spacer.black .product-destaque-item-wrapper__dialog-saber-mais.dialog .product-destaque-item-wrapper__dialog-saber-mais__nome-produto, .product-destaque-item-wrapper__dialog-saber-mais.dialog #area-revenda #guida-tamanhos-wrapper .spacer.black .product-destaque-item-wrapper__dialog-saber-mais__nome-produto, #area-hoteis #brand-wrapper .spacer.black h3, #area-hoteis #brand-wrapper .spacer.black .product-destaque-item-wrapper__dialog-saber-mais.dialog .product-destaque-item-wrapper__dialog-saber-mais__nome-produto, .product-destaque-item-wrapper__dialog-saber-mais.dialog #area-hoteis #brand-wrapper .spacer.black .product-destaque-item-wrapper__dialog-saber-mais__nome-produto, #area-hoteis #guida-tamanhos-wrapper .spacer.black h3, #area-hoteis #guida-tamanhos-wrapper .spacer.black .product-destaque-item-wrapper__dialog-saber-mais.dialog .product-destaque-item-wrapper__dialog-saber-mais__nome-produto, .product-destaque-item-wrapper__dialog-saber-mais.dialog #area-hoteis #guida-tamanhos-wrapper .spacer.black .product-destaque-item-wrapper__dialog-saber-mais__nome-produto, #area-licenciamento #brand-wrapper .spacer.black h3, #area-licenciamento #brand-wrapper .spacer.black .product-destaque-item-wrapper__dialog-saber-mais.dialog .product-destaque-item-wrapper__dialog-saber-mais__nome-produto, .product-destaque-item-wrapper__dialog-saber-mais.dialog #area-licenciamento #brand-wrapper .spacer.black .product-destaque-item-wrapper__dialog-saber-mais__nome-produto, #area-licenciamento #guida-tamanhos-wrapper .spacer.black h3, #area-licenciamento #guida-tamanhos-wrapper .spacer.black .product-destaque-item-wrapper__dialog-saber-mais.dialog .product-destaque-item-wrapper__dialog-saber-mais__nome-produto, .product-destaque-item-wrapper__dialog-saber-mais.dialog #area-licenciamento #guida-tamanhos-wrapper .spacer.black .product-destaque-item-wrapper__dialog-saber-mais__nome-produto {
    font-size: 26px;
  }
}
#area-brand #brand-wrapper .spacer.black .flex-list ul, #area-brand #guida-tamanhos-wrapper .spacer.black .flex-list ul, #area-guia-de-praias #brand-wrapper .spacer.black .flex-list ul, #area-guia-de-praias #guida-tamanhos-wrapper .spacer.black .flex-list ul, #area-personalizacao #brand-wrapper .spacer.black .flex-list ul, #area-personalizacao #guida-tamanhos-wrapper .spacer.black .flex-list ul, #area-empresa #brand-wrapper .spacer.black .flex-list ul, #area-empresa #guida-tamanhos-wrapper .spacer.black .flex-list ul, #area-revenda #brand-wrapper .spacer.black .flex-list ul, #area-revenda #guida-tamanhos-wrapper .spacer.black .flex-list ul, #area-hoteis #brand-wrapper .spacer.black .flex-list ul, #area-hoteis #guida-tamanhos-wrapper .spacer.black .flex-list ul, #area-licenciamento #brand-wrapper .spacer.black .flex-list ul, #area-licenciamento #guida-tamanhos-wrapper .spacer.black .flex-list ul {
  display: inline;
  text-transform: uppercase;
  margin-left: 0;
  list-style-type: none;
  margin-left: -1px;
}
#area-brand #brand-wrapper .spacer.black .flex-list ul li, #area-brand #guida-tamanhos-wrapper .spacer.black .flex-list ul li, #area-guia-de-praias #brand-wrapper .spacer.black .flex-list ul li, #area-guia-de-praias #guida-tamanhos-wrapper .spacer.black .flex-list ul li, #area-personalizacao #brand-wrapper .spacer.black .flex-list ul li, #area-personalizacao #guida-tamanhos-wrapper .spacer.black .flex-list ul li, #area-empresa #brand-wrapper .spacer.black .flex-list ul li, #area-empresa #guida-tamanhos-wrapper .spacer.black .flex-list ul li, #area-revenda #brand-wrapper .spacer.black .flex-list ul li, #area-revenda #guida-tamanhos-wrapper .spacer.black .flex-list ul li, #area-hoteis #brand-wrapper .spacer.black .flex-list ul li, #area-hoteis #guida-tamanhos-wrapper .spacer.black .flex-list ul li, #area-licenciamento #brand-wrapper .spacer.black .flex-list ul li, #area-licenciamento #guida-tamanhos-wrapper .spacer.black .flex-list ul li {
  margin-left: 20px;
}
@media only screen and (max-width: 640px) {
  #area-brand #brand-wrapper .spacer.black .flex-list ul li, #area-brand #guida-tamanhos-wrapper .spacer.black .flex-list ul li, #area-guia-de-praias #brand-wrapper .spacer.black .flex-list ul li, #area-guia-de-praias #guida-tamanhos-wrapper .spacer.black .flex-list ul li, #area-personalizacao #brand-wrapper .spacer.black .flex-list ul li, #area-personalizacao #guida-tamanhos-wrapper .spacer.black .flex-list ul li, #area-empresa #brand-wrapper .spacer.black .flex-list ul li, #area-empresa #guida-tamanhos-wrapper .spacer.black .flex-list ul li, #area-revenda #brand-wrapper .spacer.black .flex-list ul li, #area-revenda #guida-tamanhos-wrapper .spacer.black .flex-list ul li, #area-hoteis #brand-wrapper .spacer.black .flex-list ul li, #area-hoteis #guida-tamanhos-wrapper .spacer.black .flex-list ul li, #area-licenciamento #brand-wrapper .spacer.black .flex-list ul li, #area-licenciamento #guida-tamanhos-wrapper .spacer.black .flex-list ul li {
    margin-top: 5px;
    margin-bottom: 5px;
    line-height: 1.4;
  }
}
@media only screen and (min-width:641px) {
  #area-brand #brand-wrapper .spacer.black .flex-list ul li, #area-brand #guida-tamanhos-wrapper .spacer.black .flex-list ul li, #area-guia-de-praias #brand-wrapper .spacer.black .flex-list ul li, #area-guia-de-praias #guida-tamanhos-wrapper .spacer.black .flex-list ul li, #area-personalizacao #brand-wrapper .spacer.black .flex-list ul li, #area-personalizacao #guida-tamanhos-wrapper .spacer.black .flex-list ul li, #area-empresa #brand-wrapper .spacer.black .flex-list ul li, #area-empresa #guida-tamanhos-wrapper .spacer.black .flex-list ul li, #area-revenda #brand-wrapper .spacer.black .flex-list ul li, #area-revenda #guida-tamanhos-wrapper .spacer.black .flex-list ul li, #area-hoteis #brand-wrapper .spacer.black .flex-list ul li, #area-hoteis #guida-tamanhos-wrapper .spacer.black .flex-list ul li, #area-licenciamento #brand-wrapper .spacer.black .flex-list ul li, #area-licenciamento #guida-tamanhos-wrapper .spacer.black .flex-list ul li {
    display: inline;
  }
  #area-brand #brand-wrapper .spacer.black .flex-list ul li a:before, #area-brand #guida-tamanhos-wrapper .spacer.black .flex-list ul li a:before, #area-guia-de-praias #brand-wrapper .spacer.black .flex-list ul li a:before, #area-guia-de-praias #guida-tamanhos-wrapper .spacer.black .flex-list ul li a:before, #area-personalizacao #brand-wrapper .spacer.black .flex-list ul li a:before, #area-personalizacao #guida-tamanhos-wrapper .spacer.black .flex-list ul li a:before, #area-empresa #brand-wrapper .spacer.black .flex-list ul li a:before, #area-empresa #guida-tamanhos-wrapper .spacer.black .flex-list ul li a:before, #area-revenda #brand-wrapper .spacer.black .flex-list ul li a:before, #area-revenda #guida-tamanhos-wrapper .spacer.black .flex-list ul li a:before, #area-hoteis #brand-wrapper .spacer.black .flex-list ul li a:before, #area-hoteis #guida-tamanhos-wrapper .spacer.black .flex-list ul li a:before, #area-licenciamento #brand-wrapper .spacer.black .flex-list ul li a:before, #area-licenciamento #guida-tamanhos-wrapper .spacer.black .flex-list ul li a:before {
    content: "|";
    margin-right: 20px;
  }
  #area-brand #brand-wrapper .spacer.black .flex-list ul li.sem-separador a:before, #area-brand #guida-tamanhos-wrapper .spacer.black .flex-list ul li.sem-separador a:before, #area-guia-de-praias #brand-wrapper .spacer.black .flex-list ul li.sem-separador a:before, #area-guia-de-praias #guida-tamanhos-wrapper .spacer.black .flex-list ul li.sem-separador a:before, #area-personalizacao #brand-wrapper .spacer.black .flex-list ul li.sem-separador a:before, #area-personalizacao #guida-tamanhos-wrapper .spacer.black .flex-list ul li.sem-separador a:before, #area-empresa #brand-wrapper .spacer.black .flex-list ul li.sem-separador a:before, #area-empresa #guida-tamanhos-wrapper .spacer.black .flex-list ul li.sem-separador a:before, #area-revenda #brand-wrapper .spacer.black .flex-list ul li.sem-separador a:before, #area-revenda #guida-tamanhos-wrapper .spacer.black .flex-list ul li.sem-separador a:before, #area-hoteis #brand-wrapper .spacer.black .flex-list ul li.sem-separador a:before, #area-hoteis #guida-tamanhos-wrapper .spacer.black .flex-list ul li.sem-separador a:before, #area-licenciamento #brand-wrapper .spacer.black .flex-list ul li.sem-separador a:before, #area-licenciamento #guida-tamanhos-wrapper .spacer.black .flex-list ul li.sem-separador a:before {
    content: "";
  }
  #area-brand #brand-wrapper .spacer.black .flex-list ul li:first-of-type a:before, #area-brand #guida-tamanhos-wrapper .spacer.black .flex-list ul li:first-of-type a:before, #area-guia-de-praias #brand-wrapper .spacer.black .flex-list ul li:first-of-type a:before, #area-guia-de-praias #guida-tamanhos-wrapper .spacer.black .flex-list ul li:first-of-type a:before, #area-personalizacao #brand-wrapper .spacer.black .flex-list ul li:first-of-type a:before, #area-personalizacao #guida-tamanhos-wrapper .spacer.black .flex-list ul li:first-of-type a:before, #area-empresa #brand-wrapper .spacer.black .flex-list ul li:first-of-type a:before, #area-empresa #guida-tamanhos-wrapper .spacer.black .flex-list ul li:first-of-type a:before, #area-revenda #brand-wrapper .spacer.black .flex-list ul li:first-of-type a:before, #area-revenda #guida-tamanhos-wrapper .spacer.black .flex-list ul li:first-of-type a:before, #area-hoteis #brand-wrapper .spacer.black .flex-list ul li:first-of-type a:before, #area-hoteis #guida-tamanhos-wrapper .spacer.black .flex-list ul li:first-of-type a:before, #area-licenciamento #brand-wrapper .spacer.black .flex-list ul li:first-of-type a:before, #area-licenciamento #guida-tamanhos-wrapper .spacer.black .flex-list ul li:first-of-type a:before {
    content: "";
  }
}
#area-brand #brand-wrapper .spacer.black .flex-list ul li a, #area-brand #guida-tamanhos-wrapper .spacer.black .flex-list ul li a, #area-guia-de-praias #brand-wrapper .spacer.black .flex-list ul li a, #area-guia-de-praias #guida-tamanhos-wrapper .spacer.black .flex-list ul li a, #area-personalizacao #brand-wrapper .spacer.black .flex-list ul li a, #area-personalizacao #guida-tamanhos-wrapper .spacer.black .flex-list ul li a, #area-empresa #brand-wrapper .spacer.black .flex-list ul li a, #area-empresa #guida-tamanhos-wrapper .spacer.black .flex-list ul li a, #area-revenda #brand-wrapper .spacer.black .flex-list ul li a, #area-revenda #guida-tamanhos-wrapper .spacer.black .flex-list ul li a, #area-hoteis #brand-wrapper .spacer.black .flex-list ul li a, #area-hoteis #guida-tamanhos-wrapper .spacer.black .flex-list ul li a, #area-licenciamento #brand-wrapper .spacer.black .flex-list ul li a, #area-licenciamento #guida-tamanhos-wrapper .spacer.black .flex-list ul li a {
  display: inline-block;
  font-weight: 500;
  color: #FFF;
}

#area-guia-de-praias #guida-tamanhos-wrapper .parallax-item.container-desalinhado .coluna-texto div {
  padding-top: 161%;
  display: inline-block;
  width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
}

.fp-viewing-0 header.show-background-forced #header-inner-wrapper {
  height: 80px !important;
}
.fp-viewing-0 header.show-background-forced #header-inner-wrapper #header-left .logo-wrapper {
  height: 50px;
  transition: all 0.3s ease-out;
}
header.show-background-forced #header-inner-wrapper {
  height: 60px !important;
}
header.show-background-forced #header-inner-wrapper #header-left .logo-wrapper {
  height: 40px;
  /*margin-top: 5px;*/
  transition: all 0.3s ease-out;
}
html.menu-opened {
  overflow: hidden;
}
html.menu-opened header {
  z-index: 1200;
}
html.menu-opened header #header-inner-wrapper #header-right #header-right-medium-down #menu-handle #menu-handle-inner span {
  opacity: 0;
}
html.menu-opened header #header-inner-wrapper #header-right #header-right-medium-down #menu-handle #menu-handle-inner::before {
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
  transform: rotate3d(0, 0, 1, 45deg);
}
html.menu-opened header #header-inner-wrapper #header-right #header-right-medium-down #menu-handle #menu-handle-inner::after {
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
  transform: rotate3d(0, 0, 1, -45deg);
}
html.menu-opened header #header-inner-wrapper #header-right #header-right-medium-down #mobile-menu-wrapper {
  transform: translate3d(0, 0, 0);
}
html.menu-opened header #header-inner-wrapper #header-right #header-right-medium-down #mobile-menu-overlay {
  background-color: #000;
  visibility: visible;
}
.accordion .accordion-navigation {
  border-bottom: solid 1px #594f51;
}
.accordion .accordion-navigation:last-of-type {
  border-bottom: none;
}
.accordion .accordion-navigation > a {
  background: transparent;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 15px;
  position: relative;
  padding-left: 0;
}
.accordion .accordion-navigation > a button {
  color: #231f20;
  background: transparent;
  width: 30px;
  height: 30px;
  border: 0;
  font-size: 20px;
  position: absolute;
  right: 16px;
  margin-bottom: 0;
  padding: 0;
  margin-top: -3px;
}
.accordion .accordion-navigation > a button {
  transition: all 0.2s ease-in-out;
}
.accordion .accordion-navigation > a button span {
  content: "";
  position: absolute;
  transition: 0.2s;
  background: #231f20;
}
.accordion .accordion-navigation > a button span:first-of-type {
  top: 7px;
  bottom: 7px;
  width: 2px;
  left: 14px;
}
.accordion .accordion-navigation > a button span:last-of-type {
  left: 7px;
  right: 7px;
  height: 2px;
  top: 14px;
}
.accordion .accordion-navigation > a:hover, .accordion .accordion-navigation > a:focus {
  background-color: transparent;
}
.accordion .accordion-navigation .content {
  padding-top: 0;
  font-size: 16px;
  overflow: hidden;
  transition: transform 0.3s ease-out;
  background-color: transparent;
}
.accordion .accordion-navigation .content .accordion-titulo {
  font-weight: 600;
}
.accordion .accordion-navigation .content ul {
  margin-left: 20px;
  font-size: 16px;
}
.accordion .accordion-navigation .content ul li {
  font-size: 16px;
}
.accordion .accordion-navigation .content a {
  text-transform: uppercase;
  text-decoration: underline;
  font-size: 16px;
}
.accordion .accordion-navigation.active > a {
  background-color: transparent;
}
.accordion .accordion-navigation.active > a button span:first-of-type {
  top: 50%;
  bottom: 50%;
}

#modal-newsletter .introducao-newsletter-wrapper {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
#modal-newsletter .introducao-newsletter-wrapper img {
  max-width: 100% !important;
}
#modal-newsletter .newsletter-nao-aparecer-mais {
  font-size: 13px;
  text-decoration: underline;
}

.form-newsletter-wrapper .newsletter-checkbox input.custom-checkbox {
  height: 0;
}
.form-newsletter-wrapper .newsletter-checkbox label {
  text-transform: none;
  font-weight: 400;
  position: relative;
  color: #231f20;
  margin-bottom: 0;
}
.form-newsletter-wrapper .newsletter-checkbox label .ui {
  margin-bottom: 0;
}
.form-newsletter-wrapper small.error {
  padding-left: 0;
  display: inline-block;
  width: 100%;
  margin-bottom: -20px;
  font-size: 12px;
}
@media only screen and (max-width: 640px) {
  .form-newsletter-wrapper small.error {
    padding-top: 0;
    margin-bottom: 10px;
  }
}
.form-newsletter-wrapper form {
  max-width: 500px;
  margin: 0 auto;
}
.form-newsletter-wrapper .input-group {
  display: grid;
  gap: 10px 10px;
  grid-template-columns: 1fr max-content;
  grid-template-areas: "input button";
  align-items: center;
}
.form-newsletter-wrapper .input-group:has(.error) {
  grid-template-areas: "input button" "erro erro";
}
@media only screen and (max-width: 640px) {
  .form-newsletter-wrapper .input-group {
    grid-template-columns: 1fr;
    grid-template-areas: "input" "button";
  }
  .form-newsletter-wrapper .input-group:has(.error) {
    grid-template-areas: "input" "erro" "button";
  }
}
.form-newsletter-wrapper .input-group button {
  grid-area: button;
  width: 100%;
  margin: 0 auto;
}
.form-newsletter-wrapper .input-group small.error {
  grid-area: erro;
  margin: 0;
  padding-top: 0;
}
.form-newsletter-wrapper .input-group input,
.form-newsletter-wrapper .input-group button {
  font-size: 15px;
}
.form-newsletter-wrapper .input-group input {
  grid-area: input;
  margin-bottom: 0;
  float: left;
  width: 100%;
  height: 50px;
  /*line-height: 60px; // border-width: 1px;*/
  border-color: #231f20;
  padding: 15px 23px;
  line-height: 1;
}
.form-newsletter-wrapper .input-group input::-webkit-input-placeholder {
  text-transform: uppercase;
  font-weight: 600;
  font-size: inherit;
  line-height: 1;
  padding-top: 2px;
  padding-bottom: 2px;
}
.form-newsletter-wrapper .input-group input:-moz-placeholder {
  text-transform: uppercase;
  font-weight: 600;
  font-size: inherit;
  line-height: 1;
  padding-top: 2px;
  padding-bottom: 2px;
}
.form-newsletter-wrapper .input-group input:-ms-input-placeholder {
  text-transform: uppercase;
  font-weight: 600;
  font-size: inherit;
  line-height: 1;
  padding-top: 2px;
  padding-bottom: 2px;
}
.form-newsletter-wrapper .input-group input::placeholder {
  text-transform: uppercase;
  font-weight: 600;
  font-size: inherit;
  line-height: 1;
  padding-top: 2px;
  padding-bottom: 2px;
}

#search-bar {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 10000;
  pointer-events: none;
  --search-bar-close-left: 90%;
}
html.search-bar-open #search-bar {
  pointer-events: auto;
}
#search-bar #search-bar__overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: hsla(0deg, 0%, 0%, 0.5);
  opacity: 0;
  transition: all 0.2s ease;
  backdrop-filter: blur(5px);
}
html.search-bar-open #search-bar #search-bar__overlay {
  opacity: 1;
}
#search-bar #search-bar__form {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  transform: translate3d(0, -100%, 0);
  opacity: 0;
  transition: all 0.2s ease;
  background: white;
  height: var(--search-bar-height, 160px);
  font-size: 22px;
}
@media only screen and (max-width:1024px) {
  #search-bar #search-bar__form {
    font-size: 18px;
    height: var(--search-bar-height, 100px);
  }
}
#search-bar #search-bar__form #search-bar__input-wrapper {
  display: grid;
  grid-template-columns: 30px 1fr 30px;
  gap: 10px;
  align-items: center;
  --x: calc(100% - var(--search-bar-close-left));
  width: max(100% - 2 * var(--x) + 60px, 80%);
  max-width: 100%;
  margin: 40px auto;
  height: calc(100% - 80px);
}
#search-bar #search-bar__form #search-bar__input-wrapper:before {
  content: "";
}
@media only screen and (max-width:1024px) {
  #search-bar #search-bar__form #search-bar__input-wrapper {
    grid-template-columns: 30px 1fr 30px;
    margin: 20px auto;
    height: calc(100% - 40px);
  }
}
@media only screen and (max-width: 640px) {
  #search-bar #search-bar__form #search-bar__input-wrapper {
    width: calc(100% - 20px);
    grid-template-columns: 0 1fr 30px;
  }
}
#search-bar #search-bar__form #search-bar__input {
  height: 100%;
  font-size: 1em;
  background-color: hsl(0deg, 0%, 95%);
  border-color: transparent;
  box-shadow: none;
  border: none !important;
  margin: 0;
  text-align: center;
  border-radius: 50px;
  transition: background-color 0.2s ease;
}
#search-bar #search-bar__form #search-bar__input:hover, #search-bar #search-bar__form #search-bar__input:focus {
  outline: none !important;
  border: none !important;
}
#search-bar #search-bar__form #search-bar__input:focus {
  background-color: hsl(0deg, 0%, 93%);
}
#search-bar #search-bar__form #search-bar__input::-webkit-search-decoration, #search-bar #search-bar__form #search-bar__input::-webkit-search-cancel-button, #search-bar #search-bar__form #search-bar__input::-webkit-search-results-button, #search-bar #search-bar__form #search-bar__input::-webkit-search-results-decoration {
  display: none;
}
#search-bar #search-bar__form #search-bar__close {
  margin: 0;
  background-color: transparent;
  padding: 0;
  border: none;
  width: 30px;
  height: 30px;
}
@media only screen and (max-width:1024px) {
  #search-bar #search-bar__form #search-bar__close:after {
    content: "";
    position: absolute;
    height: 20px;
    width: 2px;
    background-color: #231f20;
    left: calc(50% - 1px);
    top: calc(50% - 10px);
  }
  #search-bar #search-bar__form #search-bar__close:before {
    content: "";
    position: absolute;
    height: 12px;
    width: 12px;
    border: solid 2px;
    border-color: #231f20 #231f20 transparent transparent;
    transform-origin: center center;
    transform: translate3d(-50%, 0, 0) rotate(-45deg);
    left: 50%;
    top: calc(50% - 10px);
  }
}
@media only screen and (min-width:1025px) {
  #search-bar #search-bar__form #search-bar__close {
    align-self: flex-start;
    margin-top: calc(var(--search-bar-close-top, 10px) - 10px + 2.8px);
  }
  #search-bar #search-bar__form #search-bar__close:before, #search-bar #search-bar__form #search-bar__close:after {
    content: "";
    position: absolute;
    height: 20px;
    width: 2px;
    background-color: #231f20;
    left: calc(50% - 1px);
    top: calc(50% - 10px);
  }
  #search-bar #search-bar__form #search-bar__close:before {
    transform: rotate(45deg);
  }
  #search-bar #search-bar__form #search-bar__close:after {
    transform: rotate(-45deg);
  }
}
html.search-bar-open #search-bar #search-bar__form {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

#main-container {
  transition: transform 0.3s ease-out;
  padding-bottom: 30px;
  /***********************************************
  *                   LOGIN                       *
  ************************************************/
}
@media screen and (max-width: 425px) {
  #main-container {
    padding-bottom: 0;
  }
}
#main-container:has(.area-centrada-verticalmente) {
  display: grid;
  grid-template-columns: 100%;
  align-items: center;
}
#main-container .breadcrumb-wrapper ol {
  align-items: center;
  gap: 10px;
  margin: 0;
  overflow: hidden;
  vertical-align: middle;
  font-size: 12px;
}
@media only screen and (max-width: 640px) {
  #main-container .breadcrumb-wrapper ol {
    font-size: 10px;
  }
}
#main-container .breadcrumb-wrapper ol li {
  display: inline-flex;
  align-items: center;
  font-size: inherit;
  vertical-align: middle;
  font-weight: normal;
  gap: 10px;
}
#main-container .breadcrumb-wrapper ol li:after {
  content: "";
  display: inline-block;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='5' height='10' fill='none'%3E%3Cpath fill='%23000' d='M4.925 5a.685.685 0 0 1-.2.486l-4.26 4.26a.23.23 0 1 1-.324-.325l4.26-4.259a.23.23 0 0 0 0-.324L.14.578A.23.23 0 1 1 .465.256l4.26 4.259a.685.685 0 0 1 .2.486Z'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 10px;
  width: 10px;
}
#main-container .breadcrumb-wrapper ol li.active {
  font-weight: 600;
  text-transform: uppercase;
}
#main-container .breadcrumb-wrapper ol li.active:after {
  display: none;
}
#main-container .breadcrumb-wrapper ol li a {
  display: inline-block;
  text-transform: uppercase;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media only screen and (max-width: 640px) {
  #main-container .breadcrumb-wrapper ol li a {
    max-width: 120px;
  }
}
#main-container .breadcrumb-wrapper ol li a:hover {
  text-decoration: underline;
}
#main-container #global-shop-now {
  display: none;
}
#main-container .faq-item {
  margin-bottom: 30px;
}
#main-container .faq-item h4 {
  font-size: 24px;
  text-transform: none;
}
#main-container #area-faqs {
  padding-bottom: 50px;
}
#main-container #area-faqs .criar-conta-wrapper h2 {
  margin: 70px 0 30px;
}
@media only screen and (min-width:1025px) {
  #main-container #area-faqs .criar-conta-wrapper h2 {
    margin: 70px 0 40px;
  }
}
@media only screen and (max-width: 640px) {
  #main-container #area-faqs .criar-conta-wrapper h2 {
    margin: 50px 0 20px;
  }
}
#main-container #area-pesquisa .input-search-wrapper {
  margin: 20px auto;
  width: 100%;
  font-size: 0;
  text-align: left;
  max-width: 500px;
  display: flex;
  gap: 10px;
}
#main-container #area-pesquisa .input-search-wrapper .button,
#main-container #area-pesquisa .input-search-wrapper .input-search {
  display: inline-block;
  margin: 0;
  font-size: 14px;
  vertical-align: middle;
}
#main-container #area-pesquisa .input-search-wrapper .input-search {
  width: calc(100% - 37px);
}
#main-container #area-pesquisa .input-search-wrapper .input-search:focus {
  box-shadow: none;
  border-color: #231f20;
}
#main-container #area-pesquisa .input-search-wrapper .button {
  padding: 0;
  width: 37px;
  height: 37px;
  background: #231f20;
  border-color: #231f20;
}
#main-container #area-pesquisa .search-division {
  margin-top: 80px;
}
#main-container #area-pesquisa .search-division.search-div-no-pad {
  margin-top: 0;
}
#main-container #area-politica-de-privacidade .table-w100 {
  width: 100%;
}
#main-container #area-politica-de-privacidade li, #main-container #area-termos-e-condicoes li {
  margin-bottom: 10px;
}
#main-container #area-politica-de-privacidade h4, #main-container #area-termos-e-condicoes h4 {
  text-align: left;
}
#main-container #area-politica-de-privacidade h5, #main-container #area-termos-e-condicoes h5 {
  font-weight: 600;
}
#main-container #area-politica-de-privacidade table th, #main-container #area-termos-e-condicoes table th {
  padding: 10px 0 10px 0;
  white-space: nowrap;
}
#main-container #area-politica-de-privacidade table tr, #main-container #area-politica-de-privacidade table td, #main-container #area-politica-de-privacidade table th, #main-container #area-termos-e-condicoes table tr, #main-container #area-termos-e-condicoes table td, #main-container #area-termos-e-condicoes table th {
  border: 1px solid black;
}
#main-container #area-politica-de-privacidade table td, #main-container #area-politica-de-privacidade table th, #main-container #area-termos-e-condicoes table td, #main-container #area-termos-e-condicoes table th {
  padding: 10px;
  line-height: 1.6;
}
#main-container #area-politica-de-privacidade table td:last-child, #main-container #area-termos-e-condicoes table td:last-child {
  text-align: center;
}
#main-container #area-politica-de-privacidade table h4, #main-container #area-termos-e-condicoes table h4 {
  text-align: center;
  margin: 0;
}
#main-container .separador-ou {
  display: block;
  position: relative;
  text-align: center;
  margin-bottom: 10px;
}
#main-container .separador-ou span {
  background-color: white;
  display: inline-block;
  padding: 0 10px;
  padding-bottom: 4px;
  z-index: 2;
  position: relative;
}
#main-container .separador-ou:after {
  position: absolute;
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  top: 50%;
  margin-top: -1px;
  background-color: #DDD;
}
#main-container #login-tabs-container {
  margin-top: 50px;
}
#main-container #login-tabs-container #login-tabs-header {
  text-align: center;
  overflow: hidden;
}
#main-container #login-tabs-container #login-tabs-header a {
  width: 50%;
  display: block;
  float: left;
  font-size: 20px;
  padding: 10px 0;
  color: #000;
  border-bottom: solid 2px #CCC;
  transition: all 0.2s ease;
}
#main-container #login-tabs-container #login-tabs-header a.active {
  border-bottom-color: #000;
  color: #000;
}
#main-container #login-tabs-container #login-tabs-header a:hover {
  background-color: #F4F4F4;
}
#main-container #login-tabs-container #login-tabs-body .login-tabs-body-item {
  display: none;
  padding-top: 30px;
}
#main-container #login-tabs-container #login-tabs-body .login-tabs-body-item.active {
  display: block;
}
@media only screen and (max-width: 640px) {
  #main-container #login-tabs-container {
    margin-top: 20px;
  }
}
@media only screen and (min-width:641px) and (max-width:1024px) {
  #main-container #login-tabs-container {
    margin-top: 30px;
  }
}
#main-container .facebook-login-button,
#main-container .facebook-signup-button {
  background-color: #3b5998;
  border-color: #3b5998;
}
#main-container .faq_titulos_wrapper {
  display: none;
}
#main-container .faq_titulos_wrapper .faq_titulo {
  text-transform: none;
}
#main-container .faq_conteudos_wrapper {
  width: 100%;
}
#main-container .faq_conteudos_wrapper .faq_conteudo_wrap:last-child .faq_conteudo_titulo:not(.active) {
  border-bottom-width: 0;
}
#main-container .faq_conteudos_wrapper .faq_conteudo_wrap:last-child .faq_conteudo.active {
  border-bottom-width: 0;
}
#main-container .faq_conteudos_wrapper .faq_conteudo_wrap .faq_conteudo_titulo {
  position: relative;
  margin: 0;
  border-bottom: 2px solid #231f20;
  padding: 10px 0;
  padding-right: 40px;
  cursor: pointer;
  text-transform: none;
  text-align: left;
  font-size: 20px;
  transition: all 0.07s ease-in-out;
}
#main-container .faq_conteudos_wrapper .faq_conteudo_wrap .faq_conteudo_titulo.active {
  color: #231f20;
}
#main-container .faq_conteudos_wrapper .faq_conteudo_wrap .faq_conteudo_titulo.active:after {
  color: #231f20;
  content: "\f077";
}
#main-container .faq_conteudos_wrapper .faq_conteudo_wrap .faq_conteudo_titulo:after {
  content: "\f078";
  position: absolute;
  top: 50%;
  right: 0;
  font-family: FontAwesome;
  font-weight: bold;
  font-size: 28px;
  transform: translateY(-50%);
}
#main-container .faq_conteudos_wrapper .faq_conteudo_wrap .faq_conteudo {
  padding: 20px 0 30px;
  text-align: left;
}
#main-container .faq_conteudos_wrapper .faq_conteudo_wrap .faq_conteudo h4,
#main-container .faq_conteudos_wrapper .faq_conteudo_wrap .faq_conteudo p {
  text-align: left;
}
#main-container .faq_conteudos_wrapper .faq_conteudo_wrap .faq_conteudo h1,
#main-container .faq_conteudos_wrapper .faq_conteudo_wrap .faq_conteudo h2,
#main-container .faq_conteudos_wrapper .faq_conteudo_wrap .faq_conteudo h3,
#main-container .faq_conteudos_wrapper .faq_conteudo_wrap .faq_conteudo .product-destaque-item-wrapper__dialog-saber-mais.dialog .product-destaque-item-wrapper__dialog-saber-mais__nome-produto,
.product-destaque-item-wrapper__dialog-saber-mais.dialog #main-container .faq_conteudos_wrapper .faq_conteudo_wrap .faq_conteudo .product-destaque-item-wrapper__dialog-saber-mais__nome-produto,
#main-container .faq_conteudos_wrapper .faq_conteudo_wrap .faq_conteudo h4,
#main-container .faq_conteudos_wrapper .faq_conteudo_wrap .faq_conteudo h5,
#main-container .faq_conteudos_wrapper .faq_conteudo_wrap .faq_conteudo h6 {
  text-transform: none;
}
#main-container .faq_conteudos_wrapper .faq_conteudo_wrap .faq_conteudo.active {
  border-bottom: 2px solid #231f20;
}
#main-container .top-content-inner .slider-dots span {
  height: 14px;
  width: 14px;
  background-color: white;
  border: 3px solid white;
  border-radius: 50%;
  opacity: 0.5;
  transform: scale3d(1, 1, 1);
}
#main-container .top-content-inner .slider-dots span:before {
  display: none;
}
#main-container .top-content-inner .slider-dots span.swiper-pagination-bullet-active {
  opacity: 1;
  background-color: white;
  transform: scale3d(1, 1, 1);
}
#main-container .produtos-wrapper .product-item-wrapper:focus {
  outline: none;
}
#main-container .produtos-wrapper .sem-produtos-wrapper {
  padding-top: 40px;
  padding-bottom: 80px;
}
#main-container #area-home .top-content {
  height: auto;
}
#main-container #area-home .top-content .top-content-inner {
  margin-bottom: 0;
}
#main-container #area-home .top-content .video-bg {
  position: relative;
  overflow: hidden;
}
#main-container #area-home .top-content .video-bg video {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
#main-container #area-home .top-content .video-bg .slider-item-content-wrapper {
  display: none;
}
#main-container #area-home .section-1 {
  color: white;
  text-align: center;
  padding-top: 75px;
  padding-bottom: 75px;
}
#main-container #area-home .section-1 .icon-wrapper {
  margin-bottom: 35px;
}
#main-container #area-home .section-1 h3, #main-container #area-home .section-1 .product-destaque-item-wrapper__dialog-saber-mais.dialog .product-destaque-item-wrapper__dialog-saber-mais__nome-produto, .product-destaque-item-wrapper__dialog-saber-mais.dialog #main-container #area-home .section-1 .product-destaque-item-wrapper__dialog-saber-mais__nome-produto {
  display: inline-block;
  color: white;
  max-width: 550px;
  font-size: 30px;
  line-height: 1.1em;
  font-weight: 400;
  margin-bottom: 40px;
}
#main-container #area-home .section-2 .row .order-1 img,
#main-container #area-home .section-2 .row .order-2 img {
  margin-bottom: 15px;
}
#main-container #area-home .section-2 .row .order-1 img.row2-icone,
#main-container #area-home .section-2 .row .order-2 img.row2-icone {
  height: 50px;
  margin-top: 10px;
  margin-bottom: 0;
}
#main-container #area-home .section-2 .row .order-1 img.row2-icone.pena,
#main-container #area-home .section-2 .row .order-2 img.row2-icone.pena {
  height: 80px;
  margin-top: 0;
  transform: translateX(-10px);
}
#main-container #area-home .section-2 .row .order-1 img.row2-icone.pena + h5,
#main-container #area-home .section-2 .row .order-2 img.row2-icone.pena + h5 {
  transform: translateY(-20px);
}
#main-container #area-home .section-2 .row .order-1 .icone-3-wrapper,
#main-container #area-home .section-2 .row .order-2 .icone-3-wrapper {
  margin-right: 30%;
  transform: translateY(-60px);
}
#main-container #area-home .section-2 .row .order-1 h5,
#main-container #area-home .section-2 .row .order-2 h5 {
  font-weight: bold;
}
#main-container #area-home .produtos-home h2:not(.produto-nome) {
  margin-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
}
#main-container #area-home .produtos-home .produtos-wrapper {
  padding-bottom: 50px;
}
#main-container #area-home .produtos-home .produtos-wrapper .product-item-wrapper {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media only screen and (max-width:1024px) {
  #main-container #area-home .produtos-home .produtos-wrapper.centered-align {
    margin-bottom: 0;
  }
}
#main-container #area-home .produtos-home .produtos-wrapper.centered-align > ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
#main-container #area-home .produtos-home .produtos-wrapper.centered-align > ul:before {
  display: none;
}
#main-container #area-home .produtos-home .produtos-wrapper.centered-align > ul:after {
  display: none;
}
#main-container #area-home .produtos-home .pagination__pages-info {
  display: none;
}
#main-container #area-home .section-3,
#main-container #area-home .produtos-home {
  padding-top: 60px;
}
#main-container #area-home .section-3 .instagram-title i,
#main-container #area-home .section-3 .instagram-title p,
#main-container #area-home .section-3 .product-title i,
#main-container #area-home .section-3 .product-title p,
#main-container #area-home .produtos-home .instagram-title i,
#main-container #area-home .produtos-home .instagram-title p,
#main-container #area-home .produtos-home .product-title i,
#main-container #area-home .produtos-home .product-title p {
  color: #231f20;
  font-size: 24px;
  font-weight: 400;
}
#main-container #area-home .section-3 .instagram-title i,
#main-container #area-home .section-3 .product-title i,
#main-container #area-home .produtos-home .instagram-title i,
#main-container #area-home .produtos-home .product-title i {
  margin-bottom: 20px;
}
#main-container #area-home .section-3 .instagram-title p,
#main-container #area-home .section-3 .product-title p,
#main-container #area-home .produtos-home .instagram-title p,
#main-container #area-home .produtos-home .product-title p {
  margin-bottom: 50px;
}
#main-container #area-home .futah-description-wrapper {
  margin-top: 80px;
}
#main-container #area-home .futah-description-wrapper ul {
  margin: 0;
  display: inline-block;
  text-align: left;
}
#main-container #area-home .futah-description-wrapper ul li {
  font-size: 22px;
  list-style: none;
  margin-bottom: 10px;
  text-align: left;
}
#main-container #area-home .futah-description-wrapper ul li .li-img-wrapper {
  display: inline-block;
  width: 50px;
  height: 50px;
  margin-right: 20px;
}
#main-container #area-home .futah-description-wrapper ul li .li-img-wrapper img {
  max-width: 100% !important;
  max-height: 100% !important;
  margin-bottom: 0 !important;
}
#main-container #area-home #newsletter-wrapper {
  background-color: #F9F6EE;
  margin-top: 60px;
}
#main-container .seccao-destaque-categorias, #main-container .section-2 {
  margin-top: 60px;
  background-position: center center;
}
#main-container .seccao-destaque-categorias .seccao-destaque-categorias__wrapper, #main-container .section-2 .seccao-destaque-categorias__wrapper {
  display: grid;
  grid-gap: 5px;
  grid-template-areas: "a a b b" "a a c d";
}
#main-container .seccao-destaque-categorias .seccao-destaque-categorias__wrapper .seccao-destaque-categorias__wrapper__item, #main-container .section-2 .seccao-destaque-categorias__wrapper .seccao-destaque-categorias__wrapper__item {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
#main-container .seccao-destaque-categorias .seccao-destaque-categorias__wrapper .seccao-destaque-categorias__wrapper__item:after, #main-container .section-2 .seccao-destaque-categorias__wrapper .seccao-destaque-categorias__wrapper__item:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.25);
}
#main-container .seccao-destaque-categorias .seccao-destaque-categorias__wrapper .seccao-destaque-categorias__wrapper__item a, #main-container .section-2 .seccao-destaque-categorias__wrapper .seccao-destaque-categorias__wrapper__item a {
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
#main-container .seccao-destaque-categorias .seccao-destaque-categorias__wrapper .seccao-destaque-categorias__wrapper__item .seccao-destaque-categorias__wrapper__item__titulo, #main-container .section-2 .seccao-destaque-categorias__wrapper .seccao-destaque-categorias__wrapper__item .seccao-destaque-categorias__wrapper__item__titulo {
  position: absolute;
  bottom: 0;
  right: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 20px;
  color: white;
  z-index: 1;
  display: table;
  text-align: center;
  text-transform: uppercase;
  font-size: 1.7rem;
}
#main-container .seccao-destaque-categorias .seccao-destaque-categorias__wrapper .seccao-destaque-categorias__wrapper__item:nth-child(1), #main-container .section-2 .seccao-destaque-categorias__wrapper .seccao-destaque-categorias__wrapper__item:nth-child(1) {
  grid-area: a;
  padding-top: 100%;
}
#main-container .seccao-destaque-categorias .seccao-destaque-categorias__wrapper .seccao-destaque-categorias__wrapper__item:nth-child(2), #main-container .section-2 .seccao-destaque-categorias__wrapper .seccao-destaque-categorias__wrapper__item:nth-child(2) {
  grid-area: b;
}
#main-container .seccao-destaque-categorias .seccao-destaque-categorias__wrapper .seccao-destaque-categorias__wrapper__item:nth-child(3), #main-container .section-2 .seccao-destaque-categorias__wrapper .seccao-destaque-categorias__wrapper__item:nth-child(3) {
  grid-area: c;
}
#main-container .seccao-destaque-categorias .seccao-destaque-categorias__wrapper .seccao-destaque-categorias__wrapper__item:nth-child(4), #main-container .section-2 .seccao-destaque-categorias__wrapper .seccao-destaque-categorias__wrapper__item:nth-child(4) {
  grid-area: d;
}
#main-container .seccao-destaque-categorias .img-wrapper, #main-container .section-2 .img-wrapper {
  text-align: center;
}
#main-container #area-loja .table-guia-tamanhos,
#main-container #area-loja-categoria .table-guia-tamanhos,
#main-container #area-produto .table-guia-tamanhos {
  width: 100% !important;
}
#main-container #area-loja-categoria #area-shop-inner {
  color: #231f20;
}
#main-container #area-loja-categoria #area-shop-inner h1,
#main-container #area-loja-categoria #area-shop-inner h2,
#main-container #area-loja-categoria #area-shop-inner h3,
#main-container #area-loja-categoria #area-shop-inner .product-destaque-item-wrapper__dialog-saber-mais.dialog .product-destaque-item-wrapper__dialog-saber-mais__nome-produto,
.product-destaque-item-wrapper__dialog-saber-mais.dialog #main-container #area-loja-categoria #area-shop-inner .product-destaque-item-wrapper__dialog-saber-mais__nome-produto,
#main-container #area-loja-categoria #area-shop-inner h4,
#main-container #area-loja-categoria #area-shop-inner h5 {
  color: #231f20;
}
#main-container #area-loja-categoria #area-shop-inner .area-shop-inner__slider-content__texto {
  text-align: center;
  display: block;
}
#main-container #area-loja-categoria #area-shop-inner .top-content {
  min-height: 165px;
}
#main-container #area-loja-categoria #area-shop-inner .top-content.slogan {
  color: black;
  font-weight: bold;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
#main-container #area-loja-categoria #area-shop-inner .top-content.slogan h1, #main-container #area-loja-categoria #area-shop-inner .top-content.slogan small, #main-container #area-loja-categoria #area-shop-inner .top-content.slogan p, #main-container #area-loja-categoria #area-shop-inner .top-content.slogan span {
  color: black;
  font-weight: bold;
}
@media only screen and (max-width: 640px) {
  #main-container #area-loja-categoria #area-shop-inner .top-content {
    min-height: 100px;
  }
}
#main-container #area-loja-categoria #area-shop-inner .top-content-inner h1 p, #main-container #area-loja-categoria #area-shop-inner .top-content-inner .area-shop-inner__slider-content__texto p {
  margin: 0;
}
#main-container #area-loja-categoria #area-shop-inner .top-content-inner .slider-item-content-wrapper {
  min-height: 180px;
}
@media only screen and (max-width: 640px) {
  #main-container #area-loja-categoria #area-shop-inner .top-content-inner .slider-item-content-wrapper {
    min-height: 100px;
  }
}
#main-container #area-loja-categoria #area-shop-inner #categoria-texto-footer {
  background-color: #f3f3f3;
  padding: 30px 0 15px 0;
}
#main-container #area-loja-categoria #area-shop-inner #categoria-texto-footer p, #main-container #area-loja-categoria #area-shop-inner #categoria-texto-footer li {
  font-size: 14px;
}
#main-container #area-loja-categoria .produtos-wrapper h6 {
  text-align: left;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 12px;
}
#main-container #area-loja-categoria .produtos-wrapper .sem-produtos-wrapper {
  padding-top: 40px;
  padding-bottom: 80px;
}
#main-container #area-wishlist-wrapper #wishes-conteudo-wrapper {
  margin-bottom: 40px;
}
#main-container #area-wishlist-wrapper .no-wishes {
  display: none;
}
#main-container #area-wishlist-wrapper .no-wishes.act {
  display: block;
}
#main-container #area-lookbook .pswp__caption .pswp__caption__center {
  text-align: center;
}
#main-container #area-lookbook .pswp__caption .pswp__caption__center a {
  color: #CCC;
  display: inline-block;
  margin-left: 8px;
  margin-right: 8px;
  font-weight: 600;
  letter-spacing: 0.1px;
  font-size: 14px;
  text-transform: uppercase;
}
#main-container #area-lookbook .pswp__caption .pswp__caption__center a:hover, #main-container #area-lookbook .pswp__caption .pswp__caption__center a:focus {
  color: #e6e6e6;
  background-color: transparent;
}
#main-container #area-lookbook-wrapper #lookbook-wall {
  padding-left: 15px;
  padding-right: 15px;
}
#main-container #area-lookbook-wrapper #lookbook-wall .brick {
  width: 100%;
  height: auto;
  margin: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
}
#main-container #area-lookbook-wrapper #lookbook-wall .brick img {
  width: 100%;
  display: block;
}
#main-container #area-lookbook-wrapper #lookbook-wall .brick:before {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.45);
  opacity: 0;
  cursor: pointer;
  transition: all 0.35s ease-in-out;
}
#main-container #area-lookbook-wrapper #lookbook-wall .brick:hover:before {
  opacity: 1;
}
#main-container #area-carrinho #voucher h4 {
  text-align: left;
}
#main-container #area-carrinho #portes-gratis {
  margin: 20px 0 15px 0;
}
#main-container #area-carrinho #portes-gratis p {
  font-weight: bold;
  font-size: 13px;
  text-transform: uppercase;
}
#main-container #area-carrinho .metodos-expedicao-sem-morada {
  text-align: center;
}
#main-container #area-termos-e-condicoes .termos-condicoes-item ._titulo {
  padding-top: 20px;
}
#main-container #area-contactos h1, #main-container #area-lojas h1 {
  font-size: 2.5rem;
}
#main-container #area-contactos .form-contacto, #main-container #area-lojas .form-contacto {
  margin: 0 auto;
  max-width: 700px;
}
#main-container #area-contactos .form-contacto #contactos-assunto:invalid, #main-container #area-lojas .form-contacto #contactos-assunto:invalid {
  color: gray;
}
#main-container #area-contactos .form-contacto #contactos-assunto option, #main-container #area-lojas .form-contacto #contactos-assunto option {
  color: black;
}
#main-container #area-contactos .stores-wrapper, #main-container #area-lojas .stores-wrapper {
  margin-top: 50px;
}
#main-container #area-contactos .stores-wrapper img, #main-container #area-lojas .stores-wrapper img {
  max-width: 120px;
  padding-left: 15px;
  margin-bottom: 10px;
}
#main-container #area-contactos .stores-wrapper h3, #main-container #area-contactos .stores-wrapper .product-destaque-item-wrapper__dialog-saber-mais.dialog .product-destaque-item-wrapper__dialog-saber-mais__nome-produto, .product-destaque-item-wrapper__dialog-saber-mais.dialog #main-container #area-contactos .stores-wrapper .product-destaque-item-wrapper__dialog-saber-mais__nome-produto, #main-container #area-contactos .stores-wrapper h4, #main-container #area-lojas .stores-wrapper h3, #main-container #area-lojas .stores-wrapper .product-destaque-item-wrapper__dialog-saber-mais.dialog .product-destaque-item-wrapper__dialog-saber-mais__nome-produto, .product-destaque-item-wrapper__dialog-saber-mais.dialog #main-container #area-lojas .stores-wrapper .product-destaque-item-wrapper__dialog-saber-mais__nome-produto, #main-container #area-lojas .stores-wrapper h4 {
  text-align: left;
  padding-left: 10px;
  padding-right: 10px;
}
#main-container #area-contactos .stores-wrapper h4, #main-container #area-lojas .stores-wrapper h4 {
  text-transform: uppercase;
  font-size: 18px;
}
#main-container #area-contactos .stores-wrapper p, #main-container #area-lojas .stores-wrapper p {
  font-size: 16px;
}
#main-container #area-contactos .stores-wrapper .store-item h4, #main-container #area-lojas .stores-wrapper .store-item h4 {
  text-transform: none;
  padding-left: 0;
  padding-right: 0;
}
#main-container #area-contactos .stores-wrapper #filtragem, #main-container #area-lojas .stores-wrapper #filtragem {
  margin-bottom: 20px;
}
#main-container #area-contactos .stores-wrapper #filtragem #filtro-zona option, #main-container #area-lojas .stores-wrapper #filtragem #filtro-zona option {
  display: none;
}
#main-container #area-contactos .stores-wrapper #filtragem #filtro-zona option.visible, #main-container #area-lojas .stores-wrapper #filtragem #filtro-zona option.visible {
  display: block;
}
#main-container #area-contactos .stores-wrapper .ul-equalize, #main-container #area-lojas .stores-wrapper .ul-equalize {
  margin-bottom: 10px;
}
#main-container #area-contactos .stores-wrapper .store-item, #main-container #area-lojas .stores-wrapper .store-item {
  text-align: left;
}
#main-container #area-contactos .stores-wrapper .store-item .store-item-inner h4, #main-container #area-lojas .stores-wrapper .store-item .store-item-inner h4 {
  font-size: 16px;
  margin-bottom: 0;
}
#main-container #area-contactos .stores-wrapper .store-item .store-item-inner p, #main-container #area-lojas .stores-wrapper .store-item .store-item-inner p {
  font-size: 16px;
  margin-bottom: 0;
}
#main-container #area-contactos .stores-wrapper .store-item .store-item-inner p span:first-of-type, #main-container #area-lojas .stores-wrapper .store-item .store-item-inner p span:first-of-type {
  margin-right: 10px;
}
#main-container #area-contactos .stores-wrapper .store-item .store-item-inner a, #main-container #area-lojas .stores-wrapper .store-item .store-item-inner a {
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 600;
  color: #231f20;
  text-transform: uppercase;
}
#main-container #area-contactos .stores-wrapper .store-item .store-item-inner a:hover, #main-container #area-lojas .stores-wrapper .store-item .store-item-inner a:hover {
  text-decoration: underline;
}
#main-container #area-contactos input[type=text]:disabled {
  opacity: 0.3;
  background-color: white;
}
#main-container #area-contactos input[type=text]:disabled:hover {
  border: solid 1px #231f20;
  outline: none;
}
#main-container #area-shop-inner.produtos-clientes-profissionais .alerta-sacos .wrapper {
  font-size: 16px;
}
#main-container #area-erro-404 {
  margin: auto;
}
#main-container #area-recuperacao-password .recuperar-conta-large-maximum-width {
  max-width: 370px;
  margin-left: auto;
  margin-right: auto;
}
#main-container #area-wwf .wrapper-video-topo {
  margin-bottom: 60px;
}
#main-container #area-wwf .wrapper-video-topo #parent-video {
  position: relative;
}
#main-container #area-wwf .wrapper-video-topo #parent-video #video-thumb {
  padding-top: 42.55%;
  background-position: center;
  background-size: cover;
}
#main-container #area-wwf .wrapper-video-topo #parent-video .play-button-wrapper {
  position: absolute;
  top: calc(50% - 40px);
  left: calc(50% - 40px);
}
#main-container #area-wwf .wrapper-wwf-imagem-topo {
  overflow: hidden;
  padding-top: 40.8%;
  width: 100%;
  margin-bottom: 5rem;
  background-position: center -145px;
}
#main-container #area-wwf .logos {
  padding: 0 10px;
  max-width: 343px;
  margin: auto;
}
#main-container #area-wwf .wrapper-animais {
  margin-top: 60px;
}
#main-container #area-wwf .wrapper-animais .wrapper-foto img {
  width: 100%;
}
#main-container #area-wwf .wrapper-animais .descricao {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 0;
}
#main-container #area-wwf .wrapper-animais .descricao span {
  text-transform: uppercase;
  font-weight: 600;
}
#main-container #area-wwf .wrapper-animais .descricao img {
  max-height: 90px;
  margin-right: 20px;
}
#main-container #area-wwf .wrapper-produtos {
  margin-top: 60px;
}
#main-container #area-wwf .wrapper-produtos ul {
  margin-top: 20px;
}
#main-container #area-wwf-2 .wrapper-video-topo {
  margin-bottom: 5rem;
}
#main-container #area-wwf-2 .wrapper-video-topo #parent-video {
  position: relative;
}
#main-container #area-wwf-2 .wrapper-video-topo #parent-video #video-thumb {
  padding-top: 42.55%;
  background-position: center;
  background-size: cover;
}
#main-container #area-wwf-2 .wrapper-video-topo #parent-video .play-button-wrapper {
  position: absolute;
  top: calc(50% - 40px);
  left: calc(50% - 40px);
}
#main-container #area-wwf-2 .area-wwf-2__button-shop {
  margin-bottom: 0;
  height: auto;
  padding-left: 3rem;
  padding-right: 3rem;
}
#main-container #area-wwf-2 .wrapper-produtos-destaque {
  padding-top: 5rem;
}
#main-container #area-wwf-2 .wrapper-produtos-destaque .wrapper-produtos-destaque__titulo {
  margin-bottom: 5rem;
  font-weight: 400;
}
#main-container #area-wwf-2 .wrapper-produtos-destaque .product-destaque-item-wrapper .product-destaque-item-wrapper__wrapper-conteudo .product-destaque-item-wrapper__wrapper-conteudo__product-info {
  vertical-align: top;
  max-width: 48%;
  display: inline-block;
}
#main-container #area-wwf-2 .wrapper-produtos-destaque .product-destaque-item-wrapper .product-destaque-item-wrapper__wrapper-conteudo .product-destaque-item-wrapper__wrapper-conteudo__product-info .product-destaque-item-wrapper__wrapper-conteudo__product-info-inner {
  text-align: right;
}
#main-container #area-wwf-2 .wrapper-produtos-destaque .product-destaque-item-wrapper .product-destaque-item-wrapper__wrapper-conteudo .product-destaque-item-wrapper__wrapper-conteudo__product-info .product-destaque-item-wrapper__wrapper-conteudo__product-info-inner .product-destaque-item-wrapper__wrapper-conteudo__produto-nome {
  text-align: right;
}
#main-container #area-wwf-2 .wrapper-produtos-destaque .product-destaque-item-wrapper .product-destaque-item-wrapper__wrapper-conteudo .product-destaque-item-wrapper__wrapper-conteudo__product-info .product-destaque-item-wrapper__wrapper-conteudo__product-info-inner .product-destaque-item-wrapper__wrapper-conteudo__produto-comprar {
  text-decoration: underline;
}
#main-container #area-wwf-2 .wrapper-produtos-destaque .product-destaque-item-wrapper .product-destaque-item-wrapper__wrapper-conteudo .product-destaque-item-wrapper__wrapper-conteudo__img-wrapper {
  max-width: 50%;
  display: inline-block;
  position: relative;
}
#main-container #area-wwf-2 .wrapper-produtos-destaque .product-destaque-item-wrapper .product-destaque-item-wrapper__wrapper-conteudo .product-destaque-item-wrapper__wrapper-conteudo__img-wrapper a {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  color: white;
  text-decoration: underline;
  width: 100%;
  text-align: center;
}
#main-container #area-wwf-2 .wrapper-produtos-destaque .product-destaque-item-wrapper .product-destaque-item-wrapper__wrapper-conteudo .product-destaque-item-wrapper__wrapper-conteudo__img-wrapper img {
  top: 0;
  left: 0;
  transform: none;
}
#main-container #area-wwf-2 .wrapper-produtos-destaque .product-destaque-item-wrapper .product-destaque-item-wrapper__wrapper-conteudo {
  text-align: right;
}
#main-container #area-wwf-2 .wrapper-produtos-destaque .product-destaque-item-wrapper:nth-child(even) {
  /*background-color: red;*/
}
#main-container #area-wwf-2 .wrapper-produtos-destaque .product-destaque-item-wrapper:nth-child(even) .product-destaque-item-wrapper__wrapper-conteudo {
  display: flex;
}
#main-container #area-wwf-2 .wrapper-produtos-destaque .product-destaque-item-wrapper:nth-child(even) .product-destaque-item-wrapper__wrapper-conteudo .product-destaque-item-wrapper__wrapper-conteudo__img-wrapper {
  order: 0;
}
#main-container #area-wwf-2 .wrapper-produtos-destaque .product-destaque-item-wrapper:nth-child(even) .product-destaque-item-wrapper__wrapper-conteudo .product-destaque-item-wrapper__wrapper-conteudo__product-info {
  order: 1;
}
#main-container #area-wwf-2 .wrapper-produtos-destaque .product-destaque-item-wrapper:nth-child(even) .product-destaque-item-wrapper__wrapper-conteudo .product-destaque-item-wrapper__wrapper-conteudo__product-info .product-destaque-item-wrapper__wrapper-conteudo__product-info-inner {
  text-align: left;
}
#main-container #area-wwf-2 .wrapper-produtos-destaque .product-destaque-item-wrapper:nth-child(even) .product-destaque-item-wrapper__wrapper-conteudo .product-destaque-item-wrapper__wrapper-conteudo__product-info .product-destaque-item-wrapper__wrapper-conteudo__product-info-inner h4 {
  text-align: left;
}
#main-container #area-wwf-2 .wrapper-produtos-destaque .product-destaque-item-wrapper:nth-child(even) .product-destaque-item-wrapper__wrapper-conteudo .product-destaque-item-wrapper__wrapper-conteudo__product-info .product-destaque-item-wrapper__wrapper-conteudo__product-info-inner .product-destaque-item-wrapper__wrapper-conteudo__produto-comprar {
  text-align: left;
  text-decoration: underline;
}
#main-container #area-wwf-2 .wrapper-produtos .wrapper-produtos__titulo {
  margin-top: 5rem;
  margin-bottom: 4rem;
  font-weight: 400;
}
#main-container #area-wwf-2 .wrapper-wwf-imagem-topo {
  overflow: hidden;
  padding-top: 40.8%;
  width: 100%;
  margin-bottom: 5rem;
  background-size: cover;
}
#main-container #area-guia-de-praias #guida-tamanhos-wrapper .parallax-item .parallax-conteudo {
  top: 0;
  display: flex;
  align-content: center;
  flex-wrap: wrap;
  justify-content: center;
}
#main-container #area-guia-de-praias #guida-tamanhos-wrapper .parallax-item .parallax-conteudo h2 {
  margin-top: -4rem;
}
#main-container #area-guia-de-praias #guida-tamanhos-wrapper .parallax-item .parallax-conteudo p {
  margin-bottom: 0;
}
#main-container #area-guia-de-praias #guida-tamanhos-wrapper .parallax-item .parallax-conteudo h2, #main-container #area-guia-de-praias #guida-tamanhos-wrapper .parallax-item .parallax-conteudo p {
  width: 100%;
  display: block;
}
#main-container #area-guia-de-praias .wrapper-mapa-praias-mobile {
  display: none;
}
#main-container #area-guia-de-praias #guida-tamanhos-wrapper .parallax-item {
  background-color: white;
}
#main-container #area-guia-de-praias #guida-tamanhos-wrapper .parallax-item.container-desalinhado > .row {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
#main-container #area-guia-de-praias #guida-tamanhos-wrapper .parallax-item.container-desalinhado .coluna-bloco-texto {
  align-self: stretch;
  margin-top: -4rem;
  display: block;
  min-height: 0;
  position: relative;
}
#main-container #area-guia-de-praias #guida-tamanhos-wrapper .parallax-item.container-desalinhado .coluna-texto {
  position: relative;
  margin-bottom: 40px;
  display: block;
  height: auto !important;
}
#main-container #area-guia-de-praias #guida-tamanhos-wrapper .parallax-item.container-desalinhado .coluna-texto div {
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  position: sticky;
  right: 0;
  top: 100px;
  left: 0;
  bottom: auto;
}
#main-container #area-guia-de-praias h3, #main-container #area-guia-de-praias .product-destaque-item-wrapper__dialog-saber-mais.dialog .product-destaque-item-wrapper__dialog-saber-mais__nome-produto, .product-destaque-item-wrapper__dialog-saber-mais.dialog #main-container #area-guia-de-praias .product-destaque-item-wrapper__dialog-saber-mais__nome-produto {
  font-weight: 600;
  text-transform: uppercase;
  text-align: left;
}
#main-container #area-guia-de-praias .parallax-item.parallax-full-width-height {
  height: 73vh;
}
#main-container #area-guia-de-praias .parallax-item.container-desalinhado {
  height: auto;
}
#main-container #area-guia-de-praias .parallax-item.container-desalinhado .coluna-bloco-texto {
  padding-top: 4rem;
}
#main-container #area-guia-de-praias .parallax-item.container-desalinhado .coluna-bloco-texto ul.lista-praias li, #main-container #area-guia-de-praias .parallax-item.container-desalinhado .coluna-bloco-texto ul.lista-praias-destaque li {
  text-align: left;
}
#main-container #area-guia-de-praias .parallax-conteudo {
  pointer-events: none;
}
#main-container #area-guia-de-praias .lista-praias-destaque .praia-item {
  list-style: none;
  margin-top: 4rem;
}
#main-container #area-guia-de-praias .lista-praias-destaque .praia-item:first-child {
  margin-top: 0;
}
#main-container #area-guia-de-praias .lista-praias {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px 90px;
  margin: 0;
}
#main-container #area-guia-de-praias .lista-praias .praia-item {
  list-style: none;
  margin-top: 4rem;
}
#main-container #area-guia-de-praias .lista-praias .praia-item:first-child {
  display: none;
}
#main-container #area-guia-de-praias .praia-item .praia-item__nome {
  line-height: 1.4em;
  font-weight: bold;
}
#main-container #area-guia-de-praias .praia-item .praia-item__localizacoes {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  font-weight: 400;
  color: hsl(0deg, 0%, 20%);
  line-height: 1.4em;
  margin-bottom: 1rem;
}
#main-container #area-guia-de-praias .praia-item .praia-item__localizacoes > div {
  margin-right: 10px;
}
#main-container #area-guia-de-praias .praia-item .praia-item__localizacoes > div:after {
  content: "|";
  margin-left: 10px;
}
#main-container #area-guia-de-praias .praia-item .praia-item__localizacoes > div:last-child:after {
  content: "";
  display: none;
}
#main-container #area-guia-de-praias .praia-item .praia-item__wrapper-icons {
  margin-top: 1.5rem;
}
#main-container #area-guia-de-praias .praia-item .praia-item__wrapper-icons .praia-item__wrapper-icons__icon {
  max-width: 70px;
  margin-right: 10px;
}
#main-container #area-guia-de-praias .wrapper-descricao-logos {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin-left: 0;
  margin-bottom: 2.5rem;
  gap: 1.5rem 1.5rem;
  justify-content: space-between;
}
#main-container #area-guia-de-praias .wrapper-descricao-logos li {
  margin: 0;
  display: flex;
  flex-direction: column;
}
#main-container #area-guia-de-praias .wrapper-descricao-logos li .information {
  flex-grow: 1;
  display: flex;
  align-items: center;
}
#main-container #area-guia-de-praias .wrapper-descricao-logos .wrapper-descricao-logos__img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
#main-container #area-guia-de-praias .wrapper-descricao-logos .wrapper-descricao-logos__texto {
  display: block;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-weight: 600;
}
#main-container #area-guia-de-praias .praia-item__button {
  font-weight: 600;
  text-decoration: underline;
  text-transform: uppercase;
  margin-top: 1.5rem;
  display: inline-block;
}
#main-container #area-guia-de-praias .subtitulo {
  text-transform: uppercase;
}
#main-container #area-guia-de-praias .parallax-item.container-desalinhado .coluna-bloco-texto {
  padding-right: 67px;
  padding-left: 67px;
}
#main-container #area-guia-de-praias .coluna-beach-towel-available {
  margin-bottom: 4rem;
}
#main-container #area-guia-de-praias .coluna-beach-towel-available span {
  font-weight: 600;
  margin-left: 1rem;
}
@media only screen and (min-width:1441px) {
  #main-container #area-guia-de-praias .wrapper-lista-praias {
    padding-right: 66px !important;
    padding-left: 66px !important;
  }
}
@media only screen and (min-width:1025px) {
  #main-container #area-guia-de-praias div.wrapper-lista-praias {
    margin-top: 3rem;
  }
  #main-container #area-guia-de-praias .praia-item.beach_towel_available {
    position: relative;
  }
  #main-container #area-guia-de-praias .praia-item.beach_towel_available:before {
    content: "";
    position: absolute;
    width: 36px;
    height: 36px;
    left: -46px;
    background-image: url("../../multimedia/imagem/beach_towel_available.svg");
  }
  #main-container #area-guia-de-praias .wrapper-lista-praias {
    margin: auto;
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media only screen and (max-width:1024px) {
  #main-container #area-guia-de-praias .lista-praias {
    grid-template-columns: 1fr 1fr;
    gap: 20px 40px;
  }
  #main-container #area-guia-de-praias .wrapper-descricao-logos {
    column-gap: 1rem;
    justify-content: flex-start;
  }
  #main-container #area-guia-de-praias .wrapper-descricao-logos li {
    min-width: 130px;
  }
  #main-container #area-guia-de-praias #guida-tamanhos-wrapper .parallax-item.container-desalinhado .coluna-texto div {
    top: 60px;
    background-position-x: left;
  }
  #main-container #area-guia-de-praias .parallax-item.container-desalinhado .coluna-bloco-texto ul.lista-praias-destaque li {
    margin-top: 2rem;
  }
  #main-container #area-guia-de-praias #guida-tamanhos-wrapper .parallax-item.container-desalinhado .coluna-bloco-texto {
    padding-top: 2rem;
    padding-bottom: 0;
    padding-left: 0.83333rem;
    padding-right: 0.83333rem;
  }
  #main-container #area-guia-de-praias .praia-item.beach_towel_available {
    position: relative;
  }
  #main-container #area-guia-de-praias .praia-item.beach_towel_available:before {
    content: "";
    position: absolute;
    width: 36px;
    height: 36px;
    left: 10px;
    top: -40px;
    background-image: url("../../multimedia/imagem/beach_towel_available.svg");
    margin-bottom: 1rem;
  }
  #main-container #area-guia-de-praias .wrapper-lista-praias {
    padding-left: 0.83333rem;
    padding-right: 0.83333rem;
  }
}
@media only screen and (max-width: 640px) {
  #main-container #area-guia-de-praias .wrapper-mapa-praias-mobile {
    display: block;
    margin-top: 3rem;
  }
  #main-container #area-guia-de-praias .wrapper-mapa-praias-mobile .columns {
    padding-left: 0;
    padding-right: 0;
  }
  #main-container #area-guia-de-praias .lista-praias-destaque .praia-item {
    margin-top: 3rem;
  }
  #main-container #area-guia-de-praias .lista-praias {
    grid-template-columns: 1fr;
  }
  #main-container #area-guia-de-praias .lista-praias .praia-item.beach_towel_available, #main-container #area-guia-de-praias .lista-praias-destaque .praia-item.beach_towel_available {
    margin-top: calc(3rem + 36px);
  }
  #main-container #area-guia-de-praias #guida-tamanhos-wrapper .parallax-item.container-desalinhado .coluna-texto {
    display: none;
    padding-top: 92%;
  }
  #main-container #area-guia-de-praias #guida-tamanhos-wrapper .parallax-item.container-desalinhado .coluna-texto div {
    background-position-x: left;
  }
  #main-container #area-guia-de-praias .wrapper-descricao-logos li {
    margin-right: 0;
    min-width: 130px;
  }
}
#main-container .wishlist-button {
  padding: 9px 15px 8px;
}
#main-container .wishlist-button i,
#main-container .wishlist-button span {
  vertical-align: middle;
}
#main-container .wishlist-button > span {
  position: relative;
  display: inline-block;
}
#main-container .wishlist-button .add-to-wishlist-icon,
#main-container .wishlist-button .remove-from-wishlist-icon {
  display: none;
  vertical-align: middle;
  margin-right: 10px;
}
#main-container .wishlist-button .add-to-wishlist-icon img,
#main-container .wishlist-button .remove-from-wishlist-icon img {
  width: auto;
  height: 16px;
  float: left;
}
#main-container .wishlist-button.add-to-wishlist .add-to-wishlist-icon {
  display: inline-block;
}
#main-container .wishlist-button.remove-from-wishlist .remove-from-wishlist-icon {
  display: inline-block;
}
#main-container #produtos-sugeridos-slider .product-item-wrapper .produto-nome {
  font-size: 14px;
}
#main-container .produtos-clientes-profissionais .tabela-tamanhos {
  margin: 5px 0;
  border: 1px dotted #E0E0E0;
  border-right: none;
}
@media only screen and (max-width: 640px) {
  #main-container .produtos-clientes-profissionais .tabela-tamanhos {
    /*border: none;*/
    border: 1px dotted #E0E0E0;
    margin: 10px;
  }
}
@media only screen and (max-width: 640px) {
  #main-container .produtos-clientes-profissionais .go-to-cart {
    display: none;
  }
}
#main-container .produtos-clientes-profissionais h1 {
  margin-top: 20px;
}
#main-container .produtos-clientes-profissionais #adicao-multipla .button {
  margin-bottom: 5px;
  margin-top: 5px;
}
#main-container .produtos-clientes-profissionais .produtos-wrapper {
  margin-top: 40px;
}
@media only screen and (max-width: 640px) {
  #main-container .produtos-clientes-profissionais .filtragem {
    position: sticky;
    top: 60px;
    background-color: white;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    padding-top: 5px;
  }
}
#main-container .produtos-clientes-profissionais .produtos-lista {
  margin-bottom: 50px;
}
#main-container .produtos-clientes-profissionais .produtos-lista table tr td.img-wrapper {
  max-width: 120px;
  min-width: 120px;
  width: 120px;
}
#main-container .produtos-clientes-profissionais .produtos-lista table tr td.info-wrapper h5 {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 5px;
}
#main-container .produtos-clientes-profissionais .produtos-lista table tr td.price-wrapper {
  width: clamp(120px, 12vw, 130px);
}
#main-container .produtos-clientes-profissionais .produtos-lista table tr td.price-wrapper .old-price {
  opacity: 0.7;
  text-decoration: line-through;
}
#main-container .produtos-clientes-profissionais .produtos-lista table tr td.inputs-outer-wrapper {
  width: 200px;
}
#main-container .produtos-clientes-profissionais .produtos-lista table tr td.qtd-wrapper {
  width: clamp(100px, 10vw, 110px);
  /*text-align: right;*/
}
#main-container .produtos-clientes-profissionais .produtos-lista table tr td .new-mobile, #main-container .produtos-clientes-profissionais .produtos-lista table tr td .best-seller-mobile {
  display: none;
}
#main-container .produtos-clientes-profissionais .produtos-lista table tr td .top-info {
  text-transform: uppercase;
  font-weight: 900;
  margin-top: 5px;
}
#main-container .produtos-clientes-profissionais .produtos-lista table tr td .top-info .new, #main-container .produtos-clientes-profissionais .produtos-lista table tr td .top-info .best-seller {
  color: #231f20;
}
#main-container .produtos-clientes-profissionais .produtos-lista table tr td .top-info .discount {
  color: black;
}
#main-container .produtos-clientes-profissionais .produtos-lista table tr td .sold-out {
  text-transform: uppercase;
  font-weight: 900;
  margin-bottom: 5px;
  color: #888;
}
#main-container .produtos-clientes-profissionais .produtos-lista table tr td .mobile-label {
  display: none;
}
#main-container .produtos-clientes-profissionais .produtos-lista table tr td input,
#main-container .produtos-clientes-profissionais .produtos-lista table tr td button {
  margin-bottom: 0;
}
@media only screen and (max-width: 640px) {
  #main-container .produtos-clientes-profissionais .produtos-lista table {
    display: block;
    width: auto !important;
  }
  #main-container .produtos-clientes-profissionais .produtos-lista table .thead {
    display: none;
  }
  #main-container .produtos-clientes-profissionais .produtos-lista table th {
    display: none;
  }
  #main-container .produtos-clientes-profissionais .produtos-lista table tr {
    display: flex;
    flex-wrap: wrap;
    border-bottom: solid 1px #CCC;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  #main-container .produtos-clientes-profissionais .produtos-lista table tr td {
    display: block;
  }
  #main-container .produtos-clientes-profissionais .produtos-lista table tr td {
    flex: 1 0 100%;
    font-size: 12px;
    /*                            .tabela-tamanhos{
                                    td.qtd-wrapper {
                                        flex: 0  0  100%;
                                        padding-right: 0px;
                                        order: 1;
                                        text-align: right;
                                        input{
                                            margin-top: -5px!important;
                                            display: inline-block;
                                        }
                                    }
                                }*/
  }
  #main-container .produtos-clientes-profissionais .produtos-lista table tr td .mobile-label {
    display: inline-block;
    font-weight: bold;
  }
  #main-container .produtos-clientes-profissionais .produtos-lista table tr td .new-large, #main-container .produtos-clientes-profissionais .produtos-lista table tr td .best-seller-large {
    display: none;
  }
  #main-container .produtos-clientes-profissionais .produtos-lista table tr td .detalhes-link {
    display: none;
  }
  #main-container .produtos-clientes-profissionais .produtos-lista table tr td .new-mobile, #main-container .produtos-clientes-profissionais .produtos-lista table tr td .best-seller-mobile {
    display: inline-block;
    background-color: #000;
    color: #FFF;
    padding: 3px 5px;
    border-radius: 5px;
    font-size: 13px;
  }
  #main-container .produtos-clientes-profissionais .produtos-lista table tr td.tamanho-wrapper {
    order: 0;
    flex: 1 0 50%;
  }
  #main-container .produtos-clientes-profissionais .produtos-lista table tr td.img-wrapper {
    display: block;
    flex: 1 0 100%;
  }
  #main-container .produtos-clientes-profissionais .produtos-lista table tr td.pvp-wrapper {
    padding-bottom: 0;
    text-align: left;
    order: 2;
  }
  #main-container .produtos-clientes-profissionais .produtos-lista table tr td.price-wrapper {
    padding-top: 0;
    text-align: left;
    order: 3;
  }
  #main-container .produtos-clientes-profissionais .produtos-lista table tr td.info-wrapper {
    flex: 1 0 100%;
    padding-top: 0;
  }
  #main-container .produtos-clientes-profissionais .produtos-lista table tr td.info-wrapper h5 {
    font-size: 16px;
  }
  #main-container .produtos-clientes-profissionais .produtos-lista table tr td.qtd-wrapper {
    flex: 0 0 100%;
    /*padding-right: 0px;*/
    order: 1;
  }
  #main-container .produtos-clientes-profissionais .produtos-lista table tr td.qtd-wrapper input {
    margin-top: -5px !important;
    display: inline-block;
  }
  #main-container .produtos-clientes-profissionais .produtos-lista table tr td.inputs-outer-wrapper {
    width: auto;
    flex: 0 0 calc(100% - 60px);
  }
  #main-container .produtos-clientes-profissionais .produtos-lista table tr td.inputs-outer-wrapper .button {
    font-size: 12px;
    height: 2.05556rem;
    padding-top: 11px;
  }
}
#main-container .wrapper-pagina-informativa-revendas .uppercase {
  text-transform: uppercase;
}
@media only screen and (min-width:1025px) {
  #main-container .wrapper-pagina-informativa-revendas .uppercase {
    font-size: 2.5rem;
  }
}
#main-container .wrapper-pagina-informativa-revendas h2, #main-container .wrapper-pagina-informativa-revendas h3, #main-container .wrapper-pagina-informativa-revendas .product-destaque-item-wrapper__dialog-saber-mais.dialog .product-destaque-item-wrapper__dialog-saber-mais__nome-produto, .product-destaque-item-wrapper__dialog-saber-mais.dialog #main-container .wrapper-pagina-informativa-revendas .product-destaque-item-wrapper__dialog-saber-mais__nome-produto, #main-container .wrapper-pagina-informativa-revendas h4, #main-container .wrapper-pagina-informativa-revendas h5 {
  font-weight: 400;
  line-height: 1.2;
  text-transform: none;
}
@media only screen and (min-width:1025px) {
  #main-container .wrapper-pagina-informativa-revendas h2 {
    font-size: 2.5rem;
  }
}
@media only screen and (min-width:1025px) {
  #main-container .wrapper-pagina-informativa-revendas .text-centered-align-left {
    display: inline-block;
    text-align: left;
  }
}
#main-container .wrapper-pagina-informativa-revendas .nowrap {
  display: block;
  white-space: nowrap;
}
#main-container #area-brand-nova .bloco-img-full-width, #main-container #area-brand .bloco-img-full-width {
  max-height: calc(100vh - 96px);
  overflow: hidden;
  min-height: 400px;
}
#main-container #area-brand-nova .bloco-img-full-width img, #main-container #area-brand .bloco-img-full-width img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#main-container:has(#area-produto, #area-carrinho) {
  padding-top: 0 !important;
}

#main-container #area-produto select, #dialog-quick-buy #area-produto select {
  font-weight: inherit;
}
#main-container #area-produto .produto-top-wrapper, #dialog-quick-buy #area-produto .produto-top-wrapper {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 759px) {
  #main-container #area-produto .produto-top-wrapper, #dialog-quick-buy #area-produto .produto-top-wrapper {
    padding-top: 0;
  }
}
#main-container #area-produto #produto-galeria-wrapper #imagem-hover, #dialog-quick-buy #area-produto #produto-galeria-wrapper #imagem-hover {
  opacity: 1;
  visibility: visible;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.05s ease 0s;
  background: white;
  z-index: 10;
  padding: 4px;
  pointer-events: none;
}
#main-container #area-produto #produto-galeria-wrapper #imagem-hover img, #dialog-quick-buy #area-produto #produto-galeria-wrapper #imagem-hover img {
  opacity: 1;
  z-index: 1;
  max-height: 100%;
  max-width: 100%;
  transition: none;
}
#main-container #area-produto #produto-galeria-wrapper #imagem-hover.invisible, #dialog-quick-buy #area-produto #produto-galeria-wrapper #imagem-hover.invisible {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s;
}
#main-container #area-produto #produto-galeria .swiper-wrapper, #dialog-quick-buy #area-produto #produto-galeria .swiper-wrapper {
  align-items: center;
}
#main-container #area-produto #produto-galeria .slider-item, #dialog-quick-buy #area-produto #produto-galeria .slider-item {
  padding: 4px;
  outline: none !important;
  display: flex;
  justify-content: center;
  align-items: center;
}
#main-container #area-produto #produto-galeria .slider-item:focus, #dialog-quick-buy #area-produto #produto-galeria .slider-item:focus {
  outline: none !important;
}
#main-container #area-produto #produto-galeria .slider-item a:focus, #dialog-quick-buy #area-produto #produto-galeria .slider-item a:focus {
  outline: none !important;
}
#main-container #area-produto #produto-galeria .slider-item figure, #dialog-quick-buy #area-produto #produto-galeria .slider-item figure {
  outline: none !important;
}
#main-container #area-produto #produto-galeria .slider-item img, #main-container #area-produto #produto-galeria .slider-item video, #dialog-quick-buy #area-produto #produto-galeria .slider-item img, #dialog-quick-buy #area-produto #produto-galeria .slider-item video {
  max-height: 65vh;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width:1024px) {
  #main-container #area-produto #produto-galeria, #dialog-quick-buy #area-produto #produto-galeria {
    margin-bottom: 60px;
  }
}
#main-container #area-produto #produto-galeria-thumbs, #dialog-quick-buy #area-produto #produto-galeria-thumbs {
  text-align: center;
  margin-bottom: 40px;
  display: flex;
  justify-content: center;
  gap: 0 4px;
}
@media (max-width: 759px) {
  #main-container #area-produto #produto-galeria-thumbs, #dialog-quick-buy #area-produto #produto-galeria-thumbs {
    display: none;
  }
}
#main-container #area-produto #produto-galeria-thumbs a, #dialog-quick-buy #area-produto #produto-galeria-thumbs a {
  vertical-align: middle;
  display: inline-block;
  width: 100px;
  padding: 3px;
  border: solid 2px transparent;
  transition: all 0.2s ease;
  overflow: hidden;
}
#main-container #area-produto #produto-galeria-thumbs a img, #dialog-quick-buy #area-produto #produto-galeria-thumbs a img {
  vertical-align: middle;
  float: left;
}
#main-container #area-produto #produto-galeria-thumbs a.active, #dialog-quick-buy #area-produto #produto-galeria-thumbs a.active {
  border: solid 2px #231f20;
}
@media only screen and (max-width: 640px) {
  #main-container #area-produto #produto-galeria-thumbs a, #dialog-quick-buy #area-produto #produto-galeria-thumbs a {
    width: 80px;
    height: 76px;
  }
}
#main-container #area-produto .produto-imagens-wrapper, #dialog-quick-buy #area-produto .produto-imagens-wrapper {
  height: 80vh;
}
#main-container #area-produto .produto-imagens-wrapper #produto-parallax-parent, #dialog-quick-buy #area-produto .produto-imagens-wrapper #produto-parallax-parent {
  height: 100%;
  overflow: hidden;
}
#main-container #area-produto .produto-imagens-wrapper #produto-parallax-parent #parallax, #dialog-quick-buy #area-produto .produto-imagens-wrapper #produto-parallax-parent #parallax {
  height: 150%;
  background-size: cover;
  background-position: center center;
  position: relative;
  top: -60%;
}
#main-container #area-produto .related-products-wrapper #produtos-relacionados-slider, #dialog-quick-buy #area-produto .related-products-wrapper #produtos-relacionados-slider {
  margin-bottom: 0;
}
#main-container #area-produto .related-products-wrapper #produtos-relacionados-slider li, #dialog-quick-buy #area-produto .related-products-wrapper #produtos-relacionados-slider li {
  padding-left: 10px;
  padding-right: 10px;
  outline: none !important;
}
#main-container #area-produto .prev-next-wrapper-mobile, #dialog-quick-buy #area-produto .prev-next-wrapper-mobile {
  display: none;
}
#main-container #area-produto .galeria-wrapper .item, #dialog-quick-buy #area-produto .galeria-wrapper .item {
  outline: none;
}
#main-container #area-produto .galeria-wrapper .slider-dots, #dialog-quick-buy #area-produto .galeria-wrapper .slider-dots {
  position: absolute;
  right: auto;
  left: 10px;
}
@media (min-width: 760px) {
  #main-container #area-produto .galeria-wrapper .slider-dots, #dialog-quick-buy #area-produto .galeria-wrapper .slider-dots {
    display: none;
  }
}
#main-container #area-produto .galeria-wrapper .slider-dots span, #dialog-quick-buy #area-produto .galeria-wrapper .slider-dots span {
  height: 11px;
  width: 11px;
  background-color: transparent;
  border: 1px solid #231f20;
  border-radius: 50%;
  opacity: 1;
}
#main-container #area-produto .galeria-wrapper .slider-dots span.swiper-pagination-bullet-active, #dialog-quick-buy #area-produto .galeria-wrapper .slider-dots span.swiper-pagination-bullet-active {
  background-color: #231f20;
  transform: scale3d(1.1, 1.1, 1.1);
}
#main-container #area-produto .produto-detalhes-wrapper, #dialog-quick-buy #area-produto .produto-detalhes-wrapper {
  text-align: center;
}
#main-container #area-produto .produto-detalhes-wrapper h1, #dialog-quick-buy #area-produto .produto-detalhes-wrapper h1 {
  font-size: 45px;
  line-height: 1.2;
  text-transform: none;
  text-align: center;
}
@media (max-width: 759px) {
  #main-container #area-produto .produto-detalhes-wrapper h1, #dialog-quick-buy #area-produto .produto-detalhes-wrapper h1 {
    font-size: 30px;
  }
}
#main-container #area-produto .produto-detalhes-wrapper h1 > div, #dialog-quick-buy #area-produto .produto-detalhes-wrapper h1 > div {
  display: none;
}
#main-container #area-produto .produto-detalhes-wrapper .button, #dialog-quick-buy #area-produto .produto-detalhes-wrapper .button {
  font-size: 13px;
}
#main-container #area-produto .produto-detalhes-wrapper .produto-info, #dialog-quick-buy #area-produto .produto-detalhes-wrapper .produto-info {
  text-transform: uppercase;
  text-align: center;
  font-weight: 900;
  line-height: 1em;
}
#main-container #area-produto .produto-detalhes-wrapper .produto-info .sold-out, #dialog-quick-buy #area-produto .produto-detalhes-wrapper .produto-info .sold-out {
  color: #ccc;
}
#main-container #area-produto .produto-detalhes-wrapper .produto-info .new, #main-container #area-produto .produto-detalhes-wrapper .produto-info .best-seller, #dialog-quick-buy #area-produto .produto-detalhes-wrapper .produto-info .new, #dialog-quick-buy #area-produto .produto-detalhes-wrapper .produto-info .best-seller {
  color: #231f20;
}
#main-container #area-produto .produto-detalhes-wrapper .produto-info .discount, #dialog-quick-buy #area-produto .produto-detalhes-wrapper .produto-info .discount {
  color: black;
}
#main-container #area-produto .produto-detalhes-wrapper .produto__preco, #dialog-quick-buy #area-produto .produto-detalhes-wrapper .produto__preco {
  --produto-preco-font-size: 40px;
  font-size: var(--produto-preco-font-size);
  color: #231f20;
  font-weight: 900;
  line-height: 1.1em;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}
#main-container #area-produto .produto-detalhes-wrapper .produto__preco .preco-antigo, #dialog-quick-buy #area-produto .produto-detalhes-wrapper .produto__preco .preco-antigo {
  font-size: 0.7em;
  opacity: 0.5;
  display: inline-block;
  position: relative;
}
#main-container #area-produto .produto-detalhes-wrapper .produto__preco .preco-antigo:before, #dialog-quick-buy #area-produto .produto-detalhes-wrapper .produto__preco .preco-antigo:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  top: 50%;
  border-top: 2px solid #000;
}
#main-container #area-produto .produto-detalhes-wrapper .produto-descricao, #dialog-quick-buy #area-produto .produto-detalhes-wrapper .produto-descricao {
  margin-bottom: 30px;
}
#main-container #area-produto .produto-detalhes-wrapper ul, #dialog-quick-buy #area-produto .produto-detalhes-wrapper ul {
  margin-left: 0;
}
#main-container #area-produto .produto-detalhes-wrapper .produto-accordion, #dialog-quick-buy #area-produto .produto-detalhes-wrapper .produto-accordion {
  margin-top: 40px;
  text-align: left;
}
#main-container #area-produto .produtos-semelhantes-outer-wrapper, #dialog-quick-buy #area-produto .produtos-semelhantes-outer-wrapper {
  border-top: solid 1px #b2a8ab;
  margin-top: 100px;
  padding-top: 80px;
}
#main-container #area-produto .produtos-semelhantes-outer-wrapper.sem-separacao, #dialog-quick-buy #area-produto .produtos-semelhantes-outer-wrapper.sem-separacao {
  margin-top: 60px;
  border-top: none;
}
#main-container #area-produto .produtos-semelhantes-outer-wrapper .related-products-wrapper .produtos-wrapper, #dialog-quick-buy #area-produto .produtos-semelhantes-outer-wrapper .related-products-wrapper .produtos-wrapper {
  margin-top: 0;
}
#main-container #area-produto .outros-produtos-wrapper, #dialog-quick-buy #area-produto .outros-produtos-wrapper {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
#main-container #area-produto .outros-produtos-wrapper .outros-produtos-lista, #dialog-quick-buy #area-produto .outros-produtos-wrapper .outros-produtos-lista {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(auto-fill, minmax(125px, 1fr));
}
#main-container #area-produto .outros-produtos-wrapper .outros-produtos-lista .outro-produto, #dialog-quick-buy #area-produto .outros-produtos-wrapper .outros-produtos-lista .outro-produto {
  border: 1px solid #CCC;
  transition: 0.2s ease-out;
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 10px;
  min-width: 0;
}
#main-container #area-produto .outros-produtos-wrapper .outros-produtos-lista .outro-produto .outro-produto__img-wrapper, #dialog-quick-buy #area-produto .outros-produtos-wrapper .outros-produtos-lista .outro-produto .outro-produto__img-wrapper {
  width: 30px;
  height: 30px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
#main-container #area-produto .outros-produtos-wrapper .outros-produtos-lista .outro-produto .outro-produto__img-wrapper img, #dialog-quick-buy #area-produto .outros-produtos-wrapper .outros-produtos-lista .outro-produto .outro-produto__img-wrapper img {
  max-width: 100%;
  max-height: 100%;
}
#main-container #area-produto .outros-produtos-wrapper .outros-produtos-lista .outro-produto .outro-produto__nome, #dialog-quick-buy #area-produto .outros-produtos-wrapper .outros-produtos-lista .outro-produto .outro-produto__nome {
  font-size: 14px;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-transform: none;
}
#main-container #area-produto .outros-produtos-wrapper .outros-produtos-lista .outro-produto:hover, #main-container #area-produto .outros-produtos-wrapper .outros-produtos-lista .outro-produto:focus, #dialog-quick-buy #area-produto .outros-produtos-wrapper .outros-produtos-lista .outro-produto:hover, #dialog-quick-buy #area-produto .outros-produtos-wrapper .outros-produtos-lista .outro-produto:focus {
  border-color: #231f20;
}
@media (max-width: 759px) {
  #main-container #area-produto .outros-produtos-wrapper .outros-produtos-lista, #dialog-quick-buy #area-produto .outros-produtos-wrapper .outros-produtos-lista {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  }
}
@media (max-width: 759px) {
  #main-container #area-produto .prev-next-wrapper, #dialog-quick-buy #area-produto .prev-next-wrapper {
    display: none;
  }
  #main-container #area-produto .prev-next-wrapper-mobile, #dialog-quick-buy #area-produto .prev-next-wrapper-mobile {
    display: flex;
    margin: 0px -15px;
    margin-bottom: 10px;
    justify-content: space-between;
    background-color: #f7f7f7;
    /*margin-bottom: 9px;*/
  }
  #main-container #area-produto .prev-next-wrapper-mobile > div, #dialog-quick-buy #area-produto .prev-next-wrapper-mobile > div {
    width: 50%;
    /*border: solid 1px #DDD;*/
    /*border-width: 1px 0px;*/
    /*border-top: none;*/
    padding: 0 15px;
    display: flex;
    justify-content: flex-end;
  }
  #main-container #area-produto .prev-next-wrapper-mobile > div:nth-child(1), #dialog-quick-buy #area-produto .prev-next-wrapper-mobile > div:nth-child(1) {
    border-left: none;
    border-right-width: 1px;
    justify-content: flex-start;
  }
  #main-container #area-produto .prev-next-wrapper-mobile > div a, #dialog-quick-buy #area-produto .prev-next-wrapper-mobile > div a {
    padding: 10px 0;
    font-size: 0.7rem;
    display: flex;
    align-items: center;
    gap: 5px;
    /*                        font-size: 11px;
                            padding-top: 6px;
                            padding-bottom: 6px;
                            text-transform: uppercase;
                            background-color: #EEE;*/
  }
  #main-container #area-produto .prev-next-wrapper-mobile > div a img, #dialog-quick-buy #area-produto .prev-next-wrapper-mobile > div a img {
    vertical-align: middle;
  }
  #main-container #area-produto #produto-galeria, #dialog-quick-buy #area-produto #produto-galeria {
    margin: 0px -15px;
    height: calc(100dvh - 380px);
  }
  #main-container #area-produto #produto-galeria video, #dialog-quick-buy #area-produto #produto-galeria video {
    max-height: calc(100dvh - 380px);
  }
  #main-container #area-produto #produto-galeria .slider-item-img-wrapper, #dialog-quick-buy #area-produto #produto-galeria .slider-item-img-wrapper {
    height: 100%;
  }
  #main-container #area-produto #produto-galeria .slider-item, #dialog-quick-buy #area-produto #produto-galeria .slider-item {
    height: calc(100dvh - 380px);
  }
  #main-container #area-produto #produto-galeria .slider-item > div, #dialog-quick-buy #area-produto #produto-galeria .slider-item > div {
    height: calc(100dvh - 380px);
    display: flex;
    align-items: center;
  }
  #main-container #area-produto #produto-galeria .slider-item img, #main-container #area-produto #produto-galeria .slider-item video, #dialog-quick-buy #area-produto #produto-galeria .slider-item img, #dialog-quick-buy #area-produto #produto-galeria .slider-item video {
    width: auto;
    max-height: calc(100dvh - 380px);
  }
}
@media (max-width: 759px) and (max-height: 568px) {
  #main-container #area-produto #produto-galeria, #dialog-quick-buy #area-produto #produto-galeria {
    height: 40vw;
  }
  #main-container #area-produto #produto-galeria .slider-item, #dialog-quick-buy #area-produto #produto-galeria .slider-item {
    height: 40vw;
  }
  #main-container #area-produto #produto-galeria .slider-item > div, #dialog-quick-buy #area-produto #produto-galeria .slider-item > div {
    height: 40vw;
  }
  #main-container #area-produto #produto-galeria .slider-item img, #main-container #area-produto #produto-galeria .slider-item video, #dialog-quick-buy #area-produto #produto-galeria .slider-item img, #dialog-quick-buy #area-produto #produto-galeria .slider-item video {
    width: auto;
    max-height: min(40vw, 100%);
  }
}
@media (min-width: 760px) {
  #main-container #area-produto #produto-galeria, #dialog-quick-buy #area-produto #produto-galeria {
    margin-top: 20px;
    margin-bottom: 20px;
    min-height: 500px;
  }
  #main-container #area-produto .produto-top-wrapper, #dialog-quick-buy #area-produto .produto-top-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-content: center;
    transition: all 0.3s ease-out;
  }
  #main-container #area-produto .produto-top-wrapper .galeria-wrapper, #dialog-quick-buy #area-produto .produto-top-wrapper .galeria-wrapper {
    position: relative;
    order: 0;
    flex: 1 1 auto;
    max-width: 50%;
  }
  #main-container #area-produto .produto-top-wrapper .galeria-wrapper .item, #dialog-quick-buy #area-produto .produto-top-wrapper .galeria-wrapper .item {
    text-align: center;
  }
  #main-container #area-produto .produto-top-wrapper .galeria-wrapper .item img, #dialog-quick-buy #area-produto .produto-top-wrapper .galeria-wrapper .item img {
    display: inline-block;
  }
  #main-container #area-produto .produto-top-wrapper .produto-detalhes-wrapper, #dialog-quick-buy #area-produto .produto-top-wrapper .produto-detalhes-wrapper {
    text-align: left;
    order: 1;
    flex: 0 0 50%;
    transition: transform 0.1s ease-out;
  }
  #main-container #area-produto .produto-top-wrapper .produto-detalhes-wrapper.fixo, #dialog-quick-buy #area-produto .produto-top-wrapper .produto-detalhes-wrapper.fixo {
    z-index: 100;
    background-color: rgba(255, 255, 255, 0.6);
  }
  #main-container #area-produto .produto-top-wrapper .produto-detalhes-wrapper .produto-detalhes-inner-wrapper, #dialog-quick-buy #area-produto .produto-top-wrapper .produto-detalhes-wrapper .produto-detalhes-inner-wrapper {
    padding: 20px 0 50px 35px;
  }
  #main-container #area-produto .produto-top-wrapper .produto-detalhes-wrapper .produto-detalhes-inner-wrapper h1, #dialog-quick-buy #area-produto .produto-top-wrapper .produto-detalhes-wrapper .produto-detalhes-inner-wrapper h1 {
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 38px;
    text-transform: none;
    text-align: left;
  }
  #main-container #area-produto .produto-top-wrapper .produto-detalhes-wrapper .produto-info, #dialog-quick-buy #area-produto .produto-top-wrapper .produto-detalhes-wrapper .produto-info {
    text-align: left;
  }
}
@media only screen and (min-width:1025px) {
  #main-container #area-produto .produto-top-wrapper .galeria-wrapper, #dialog-quick-buy #area-produto .produto-top-wrapper .galeria-wrapper {
    max-width: calc(100% - 615px);
  }
  #main-container #area-produto .produto-top-wrapper .produto-detalhes-wrapper, #dialog-quick-buy #area-produto .produto-top-wrapper .produto-detalhes-wrapper {
    flex: 0 0 615px;
    width: 615px;
  }
  #main-container #area-produto .produto-top-wrapper .produto-detalhes-wrapper .produto-detalhes-inner-wrapper, #dialog-quick-buy #area-produto .produto-top-wrapper .produto-detalhes-wrapper .produto-detalhes-inner-wrapper {
    padding: 30px 20px 50px 65px;
  }
}
@media only screen and (max-width: 640px) {
  #main-container #area-produto #curalate-fan-reel-outer-wrapper, #dialog-quick-buy #area-produto #curalate-fan-reel-outer-wrapper {
    margin-bottom: 20px;
  }
}
#main-container #area-produto #curalate-fan-reel-outer-wrapper #curalate-fan-reel-wrapper #curalate-content .curalate-thumbnail .curalate-image-container, #dialog-quick-buy #area-produto #curalate-fan-reel-outer-wrapper #curalate-fan-reel-wrapper #curalate-content .curalate-thumbnail .curalate-image-container {
  border: solid 2px #beb6b8;
}
#main-container#dialog-quick-buy #area-produto .produto-top-wrapper, #dialog-quick-buy#dialog-quick-buy #area-produto .produto-top-wrapper {
  padding-top: 0;
  align-items: center;
}
#main-container#dialog-quick-buy #area-produto .produto-accordion, #main-container#dialog-quick-buy #area-produto .outros-produtos-wrapper, #main-container#dialog-quick-buy #area-produto #curalate-fan-reel-outer-wrapper, #main-container#dialog-quick-buy #area-produto .prev-next-wrapper-mobile, #main-container#dialog-quick-buy #area-produto .prev-next-wrapper, #dialog-quick-buy#dialog-quick-buy #area-produto .produto-accordion, #dialog-quick-buy#dialog-quick-buy #area-produto .outros-produtos-wrapper, #dialog-quick-buy#dialog-quick-buy #area-produto #curalate-fan-reel-outer-wrapper, #dialog-quick-buy#dialog-quick-buy #area-produto .prev-next-wrapper-mobile, #dialog-quick-buy#dialog-quick-buy #area-produto .prev-next-wrapper {
  display: none;
}
#main-container#dialog-quick-buy #area-produto #produto-galeria-thumbs, #dialog-quick-buy#dialog-quick-buy #area-produto #produto-galeria-thumbs {
  margin-bottom: 0;
}
#main-container#dialog-quick-buy #area-produto #produto-galeria, #dialog-quick-buy#dialog-quick-buy #area-produto #produto-galeria {
  margin-bottom: 2rem;
  height: min(50dvh, 400px);
  top: 0 !important;
}
#main-container#dialog-quick-buy #area-produto #produto-galeria .slider-item, #dialog-quick-buy#dialog-quick-buy #area-produto #produto-galeria .slider-item {
  max-height: min(50dvh, 400px);
}
#main-container#dialog-quick-buy #area-produto #produto-galeria .slider-item .slider-item-img-wrapper, #main-container#dialog-quick-buy #area-produto #produto-galeria .slider-item img, #dialog-quick-buy#dialog-quick-buy #area-produto #produto-galeria .slider-item .slider-item-img-wrapper, #dialog-quick-buy#dialog-quick-buy #area-produto #produto-galeria .slider-item img {
  max-height: min(50dvh, 400px);
}

footer {
  position: relative;
  background-color: #F9F6EE;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  padding: 0px 0 20px;
}
footer .hidden-links {
  position: absolute;
  bottom: 0;
  left: -40px;
}
footer .footer-menu {
  border-top: solid 1px #231f20;
}
footer .footer-menu .wrapper-made-in-portugal {
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
}
footer .footer-menu .wrapper-made-in-portugal img {
  max-width: 176px;
}
footer .footer-menu .wrapper-made-in-portugal-mobile {
  padding-left: 7px;
  padding-right: 7px;
}
footer .footer-menu .wrapper-made-in-portugal-mobile img {
  max-width: 176px;
}
@media only screen and (max-width:1024px) {
  footer .footer-menu > .row {
    display: flex;
    flex-wrap: wrap;
  }
  footer .footer-menu > .row > .columns {
    order: 1;
  }
  footer .footer-menu > .row > .columns.icones-sociais {
    order: 3;
  }
  footer .footer-menu > .row > .columns.menu-direita {
    order: 2;
  }
}
@media only screen and (max-width:1024px) and (max-width: 640px) {
  footer .footer-menu > .row > .columns ul li,
footer .footer-menu > .row > .columns .footer-title {
    text-align: center;
  }
}
footer .footer-menu-wrapper .footer-menu .info-wrapper {
  margin-top: 40px;
}
footer .footer-menu-wrapper .footer-menu .info-wrapper ul li {
  line-height: 22px;
}
footer .footer-menu-wrapper .footer-menu .info-wrapper ul li p,
footer .footer-menu-wrapper .footer-menu .info-wrapper ul li a,
footer .footer-menu-wrapper .footer-menu .info-wrapper ul li span {
  line-height: 22px;
  text-transform: none;
}
footer .footer-menu-wrapper .footer-menu .info-center ._image {
  margin-top: 20px;
  margin-bottom: 40px;
}
footer .footer-menu-wrapper .footer-menu .icones-sociais {
  text-align: center;
}
footer .footer-menu-wrapper .footer-menu .icones-sociais a {
  display: inline-block;
  padding: 30px 7px;
}
footer .footer-menu-wrapper .footer-menu .icones-sociais a img {
  width: 30px;
  height: 30px;
}
footer .footer-menu-wrapper .footer-menu .menu-direita .footer-title {
  margin-bottom: 5px;
}
footer .footer-menu-wrapper .footer-menu .menu-direita ul li {
  display: block;
}
footer .footer-menu-wrapper .footer-menu .menu-direita ul li span,
footer .footer-menu-wrapper .footer-menu .menu-direita ul li a,
footer .footer-menu-wrapper .footer-menu .menu-direita ul li p {
  text-transform: none;
  line-height: 1rem;
}
footer .footer-menu-wrapper .footer-menu h4,
footer .footer-menu-wrapper .footer-menu .footer-title {
  color: #231f20;
  font-weight: 700;
  font-size: 14px;
  text-align: left;
  text-transform: uppercase;
  margin-top: 30px;
  margin-bottom: 10px;
  display: block;
}
footer .footer-menu-wrapper .footer-menu ul {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
}
footer .footer-menu-wrapper .footer-menu ul li {
  display: block;
  text-align: left;
  list-style: none;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0;
  padding: 0;
  line-height: 1.3rem;
  font-weight: 400;
}
footer .footer-menu-wrapper .footer-menu ul li p,
footer .footer-menu-wrapper .footer-menu ul li span,
footer .footer-menu-wrapper .footer-menu ul li a {
  line-height: 1.3rem;
  color: #231f20;
  font-weight: 400;
  font-size: 13px;
  text-align: left;
  text-transform: uppercase;
}
footer .footer-logos-wrapper {
  margin-top: 20px;
}
footer .footer-logos-wrapper .footer-copyright {
  margin-bottom: 10px;
}
footer .footer-logos-wrapper .logos-pagamento {
  width: 100%;
  text-align: center;
}
footer .footer-logos-wrapper .logos-pagamento img {
  filter: grayscale(1);
  max-height: 20px;
  max-width: 85px;
  padding-left: 5px;
  padding-right: 5px;
  margin: 10px auto;
}
@media only screen and (max-width: 640px) {
  footer .footer-logos-wrapper .logos-pagamento img {
    display: inline-block;
  }
}
footer .footer-logos-wrapper .logos-secure {
  text-align: left;
}
footer .footer-logos-wrapper .logos-secure a {
  display: inline-block;
}
footer .footer-logos-wrapper .logos-secure img {
  filter: grayscale(1);
}
@media only screen and (min-width:1025px) {
  footer .footer-logos-wrapper {
    margin-bottom: 30px;
  }
  footer .footer-logos-wrapper .footer-logotipos {
    display: grid;
    justify-content: space-between;
    align-items: center;
    grid-template-columns: 300px 1fr 300px;
  }
  footer .footer-logos-wrapper .logo-livro-reclamacoes {
    text-align: right;
  }
}
@media only screen and (max-width:1024px) {
  footer .footer-logos-wrapper {
    margin-bottom: 0;
  }
  footer .footer-logos-wrapper .footer-logotipos {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
    justify-content: center;
    gap: 1rem;
  }
  footer .footer-logos-wrapper .footer-logotipos .logos-secure {
    order: 2;
    text-align: center;
  }
  footer .footer-logos-wrapper .footer-logotipos .logos-pagamento {
    margin-left: auto;
    text-align: center;
    order: 1;
    margin-right: 0px;
  }
  footer .footer-logos-wrapper .footer-logotipos .logos-pagamento img {
    margin-bottom: 5px;
    margin-top: 5px;
    margin-right: 1rem;
  }
  footer .footer-logos-wrapper .footer-logotipos .logo-livro-reclamacoes {
    order: 3;
    display: flex;
    align-items: center;
    text-align: left;
  }
}
footer .footer-bottom {
  display: flex;
  justify-content: center;
}
footer .footer-bottom .geo-selector-pais__wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
  position: relative;
  background-color: transparent;
}
footer .footer-bottom .geo-selector-pais__wrapper .geo-selector-pais__icon {
  width: 22px;
  height: 22px;
  position: absolute;
  top: 50%;
  margin-top: -11px;
  z-index: 1;
  left: 4px;
}
footer .footer-bottom .geo-selector-pais__wrapper .geo-selector-pais__icon img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
footer .footer-bottom .geo-selector-pais__wrapper select {
  padding-left: 30px;
  margin-bottom: 0;
  background-color: transparent;
}
footer .texto-extra-final {
  padding: 0 15px;
}
footer .texto-extra-final.gray p, footer .texto-extra-final.gray a {
  font-size: 12px;
  color: #999;
}
footer .texto-extra-final.gray a {
  text-decoration: underline;
}
footer .footer__wrapper-newsletter {
  padding-top: 4.375rem;
  padding-bottom: 4.375rem;
  display: grid;
  grid-template-columns: 1fr 3fr;
  align-items: start;
  gap: 5rem;
}
footer .footer__wrapper-newsletter .footer__wrapper-newsletter__coluna-texto {
  text-align: left;
}
footer .footer__wrapper-newsletter .footer__wrapper-newsletter__coluna-texto .footer__wrapper-newsletter__coluna-texto__titulo {
  text-align: left;
}
footer .footer__wrapper-newsletter .footer__wrapper-newsletter__coluna-texto p {
  font-weight: bold;
}
footer .footer__wrapper-newsletter .footer__wrapper-newsletter__coluna-form {
  width: 100%;
}
footer .footer__wrapper-newsletter .footer__wrapper-newsletter__coluna-form form {
  width: 100%;
  max-width: 700px !important;
  margin-left: 0;
  margin-right: auto;
}
footer .footer__wrapper-newsletter .input-group {
  position: relative;
  --input-height: 50px;
}
footer .footer__wrapper-newsletter .input-group input {
  height: var(--input-height);
  width: 100%;
  border-radius: 3rem;
  background-color: transparent;
  border-width: 1px;
}
@media only screen and (min-width:641px) {
  footer .footer__wrapper-newsletter .input-group input {
    grid-column: 1/span 2;
  }
}
footer .footer__wrapper-newsletter .input-group input:hover, footer .footer__wrapper-newsletter .input-group input:focus {
  outline: none;
}
footer .footer__wrapper-newsletter .input-group input:focus {
  outline: none;
  background-color: white;
}
footer .footer__wrapper-newsletter .input-group button {
  color: black;
  border-radius: 3rem;
  height: var(--input-height);
  background-color: #f2ecdb;
  font-size: 12px;
}
footer .footer__wrapper-newsletter .input-group button:hover, footer .footer__wrapper-newsletter .input-group button:focus {
  background-color: #ece2c8;
}
@media only screen and (max-width:1024px) {
  footer .footer__wrapper-newsletter {
    grid-template-columns: 1fr;
    gap: 0;
    margin-bottom: 2.1111111111rem;
    padding-bottom: 3rem;
    border-bottom: solid 1px #594f51;
  }
  footer .footer__wrapper-newsletter .footer__wrapper-newsletter__coluna-texto {
    max-width: 100%;
  }
  footer .footer__wrapper-newsletter .input-group {
    --input-height: 40px;
  }
  footer .footer__wrapper-newsletter .input-group input, footer .footer__wrapper-newsletter .input-group button {
    padding-bottom: 0.5rem;
    padding-top: 0.5rem;
    font-size: 12px;
    line-height: 14px;
  }
  footer .footer__wrapper-newsletter .newsletter-checkbox label {
    font-size: 10px;
  }
}

#form-login .row.password label {
  display: inline;
}
#form-login .row.password .link-recuperacao-password {
  float: right;
  font-size: 0.7rem;
  line-height: 32px;
}

@media only screen and (max-width: 640px) {
  .small-margin-top-80 {
    margin-top: 80px;
  }
  h1 {
    font-size: 30px;
    text-align: center;
  }
  h2 {
    font-size: 26px;
    text-align: center;
  }
  h3, .product-destaque-item-wrapper__dialog-saber-mais.dialog .product-destaque-item-wrapper__dialog-saber-mais__nome-produto {
    font-size: 22px;
    text-align: center;
  }
  h4 {
    font-size: 18px;
  }
  h5 {
    font-size: 18px;
  }
  p {
    font-size: 16px;
  }
  .hide-small-only {
    display: none;
  }
  html.popup-open {
    overflow: hidden;
  }
  .dialog {
    top: 0;
    bottom: 0;
    margin: 0;
    overflow: auto;
  }
  .dialog .button {
    width: 100%;
    display: block;
    float: none;
    margin: 0;
    margin-bottom: 10px;
  }
  .product-destaque-item-wrapper__dialog-saber-mais.dialog {
    text-align: center;
  }
  .product-destaque-item-wrapper__dialog-saber-mais.dialog .fancybox-close-small {
    right: 50%;
    transform: translate(50%, 0);
  }
  .product-destaque-item-wrapper__dialog-saber-mais.dialog .product-destaque-item-wrapper__dialog-saber-mais__nome-produto {
    margin-top: 2rem;
  }
  #main-container #area-produto .produto-top-wrapper,
#dialog-quick-buy #area-produto .produto-top-wrapper {
    padding-top: 0;
  }
  #main-container #area-produto #produto-galeria-wrapper,
#dialog-quick-buy #area-produto #produto-galeria-wrapper {
    position: relative;
  }
  #main-container #area-produto #produto-galeria,
#dialog-quick-buy #area-produto #produto-galeria {
    margin: 0px -15px;
    height: 80vw;
    /*overflow: hidden;*/
    margin-bottom: 20px;
  }
  #main-container #area-produto #produto-galeria .slider-item,
#dialog-quick-buy #area-produto #produto-galeria .slider-item {
    height: 80vw;
  }
  #main-container #area-produto #produto-galeria .slider-item > div,
#dialog-quick-buy #area-produto #produto-galeria .slider-item > div {
    height: 80vw;
    display: flex;
    align-items: center;
  }
  #main-container #area-produto #produto-galeria .slider-item img, #main-container #area-produto #produto-galeria .slider-item video,
#dialog-quick-buy #area-produto #produto-galeria .slider-item img,
#dialog-quick-buy #area-produto #produto-galeria .slider-item video {
    max-height: min(80vw, 100%);
    width: auto;
  }
  #main-container #area-produto #produto-galeria .slider-item img,
#dialog-quick-buy #area-produto #produto-galeria .slider-item img {
    object-fit: cover;
    height: 100%;
  }
}
@media only screen and (max-width: 640px) and (max-height: 568px) {
  #main-container #area-produto #produto-galeria,
#dialog-quick-buy #area-produto #produto-galeria {
    height: 80vw;
  }
}
@media only screen and (max-width: 640px) {
  #main-container #area-produto .produto-detalhes-wrapper,
#dialog-quick-buy #area-produto .produto-detalhes-wrapper {
    text-align: center;
  }
  #main-container #area-produto .produto-detalhes-wrapper h1,
#dialog-quick-buy #area-produto .produto-detalhes-wrapper h1 {
    text-align: center;
    font-size: 18px;
    margin-bottom: 15px;
  }
  #main-container #area-produto .produto-detalhes-wrapper h1 > div,
#dialog-quick-buy #area-produto .produto-detalhes-wrapper h1 > div {
    display: block;
  }
  #main-container #area-produto .produto-detalhes-wrapper .produto-prop-title,
#dialog-quick-buy #area-produto .produto-detalhes-wrapper .produto-prop-title {
    font-size: 12px;
  }
  #main-container #area-produto .produto-detalhes-wrapper .produto-info,
#dialog-quick-buy #area-produto .produto-detalhes-wrapper .produto-info {
    text-align: center;
    padding-right: 0;
  }
  #main-container #area-produto .produto-detalhes-wrapper .produto-links button,
#dialog-quick-buy #area-produto .produto-detalhes-wrapper .produto-links button {
    border: solid 1px #231f20;
    display: block;
    width: 100%;
  }
  #main-container #area-produto .produto-detalhes-wrapper .produto__preco,
#dialog-quick-buy #area-produto .produto-detalhes-wrapper .produto__preco {
    --produto-preco-font-size: 26px;
  }
  #main-container #area-produto .produto-detalhes-wrapper .produto-descricao,
#dialog-quick-buy #area-produto .produto-detalhes-wrapper .produto-descricao {
    padding-top: 20px;
    text-align: left;
  }
  #main-container #area-produto .produto-detalhes-wrapper #add-to-cart-wrapper,
#dialog-quick-buy #area-produto .produto-detalhes-wrapper #add-to-cart-wrapper {
    display: block;
  }
  #main-container #area-produto .produto-detalhes-wrapper #add-to-cart-wrapper button,
#dialog-quick-buy #area-produto .produto-detalhes-wrapper #add-to-cart-wrapper button {
    transition: all 300ms ease-out, transform 0s ease-out;
  }
  #main-container #area-produto .produto-detalhes-wrapper #add-to-cart-wrapper.is-fixed #add-to-cart-inner-wrapper,
#dialog-quick-buy #area-produto .produto-detalhes-wrapper #add-to-cart-wrapper.is-fixed #add-to-cart-inner-wrapper {
    position: fixed;
    bottom: -50px;
    left: 15px;
    right: 15px;
    z-index: 100;
    /*width: calc(100% - 30px);*/
  }
  #main-container #area-produto .produto-detalhes-wrapper #add-to-cart-wrapper.is-fixed #add-to-cart-inner-wrapper button,
#dialog-quick-buy #area-produto .produto-detalhes-wrapper #add-to-cart-wrapper.is-fixed #add-to-cart-inner-wrapper button {
    transform: translate3d(0, -50px, 0);
    transition: all 300ms ease-out;
  }
  #main-container #area-produto .produto-detalhes-wrapper #accordion-tabela-guia-tamanhos,
#dialog-quick-buy #area-produto .produto-detalhes-wrapper #accordion-tabela-guia-tamanhos {
    padding: 0;
  }
  #main-container #area-produto .produto-detalhes-wrapper .wrapper-table-guia-tamanhos,
#dialog-quick-buy #area-produto .produto-detalhes-wrapper .wrapper-table-guia-tamanhos {
    position: relative;
  }
  #main-container #area-produto .produto-detalhes-wrapper .wrapper-table-guia-tamanhos .table-shadow,
#dialog-quick-buy #area-produto .produto-detalhes-wrapper .wrapper-table-guia-tamanhos .table-shadow {
    position: absolute;
    right: 0;
    width: calc(100% + 30px);
    height: 100%;
    margin-right: -15px;
    pointer-events: none;
    z-index: 10;
  }
  #main-container #area-produto .produto-detalhes-wrapper .wrapper-table-guia-tamanhos.inicio .table-shadow,
#dialog-quick-buy #area-produto .produto-detalhes-wrapper .wrapper-table-guia-tamanhos.inicio .table-shadow {
    box-shadow: inset -25px 0 25px -25px rgba(0, 0, 0, 0.25);
  }
  #main-container #area-produto .produto-detalhes-wrapper .wrapper-table-guia-tamanhos.fim .table-shadow,
#dialog-quick-buy #area-produto .produto-detalhes-wrapper .wrapper-table-guia-tamanhos.fim .table-shadow {
    box-shadow: inset 25px 0 25px -25px rgba(0, 0, 0, 0.25);
  }
  #main-container #area-produto .produto-detalhes-wrapper .wrapper-table-guia-tamanhos.meio .table-shadow,
#dialog-quick-buy #area-produto .produto-detalhes-wrapper .wrapper-table-guia-tamanhos.meio .table-shadow {
    box-shadow: inset 25px 0 25px -25px rgba(0, 0, 0, 0.25), inset -25px 0px 25px -25px rgba(0, 0, 0, 0.25);
  }
  #main-container #area-produto .produto-detalhes-wrapper .wrapper-table-guia-tamanhos .responsive-table-wrapper,
#dialog-quick-buy #area-produto .produto-detalhes-wrapper .wrapper-table-guia-tamanhos .responsive-table-wrapper {
    overflow-x: scroll;
    display: block;
  }
  #main-container #area-produto .produto-detalhes-wrapper .wrapper-table-guia-tamanhos .responsive-table-wrapper .table-guia-tamanhos,
#dialog-quick-buy #area-produto .produto-detalhes-wrapper .wrapper-table-guia-tamanhos .responsive-table-wrapper .table-guia-tamanhos {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 640px) {
  header #header-inner-wrapper #header-right #header-right-large-up {
    gap: 1rem;
  }
}
@media only screen and (max-width: 640px) {
  #main-container #area-home .section-2 .row .order-1:not(.col-2-texto) {
    padding-bottom: 20px;
    padding-top: 20px;
  }
  #main-container #area-home .section-2 .row .col-1-imagem {
    padding: 0;
  }
  #main-container #area-home .section-2 .row .row-3-col-2 {
    padding-bottom: 95px;
  }
  #main-container #area-home .section-2 .row:first-of-type .columns:first-of-type {
    padding-top: 0;
  }
  #main-container #area-home .futah-description-wrapper {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  #main-container #area-home .futah-description-wrapper ul {
    margin: 0;
  }
  #main-container #area-home .futah-description-wrapper ul li {
    text-align: left;
    font-size: 20px;
    list-style: none;
    margin-bottom: 10px;
  }
  #main-container #area-home .futah-description-wrapper ul li .li-img-wrapper {
    display: inline-block;
    width: 50px;
    height: 50px;
    margin-right: 20px;
    float: none;
  }
  #main-container #area-home .futah-description-wrapper ul li .li-img-wrapper img {
    max-width: 100% !important;
    max-height: 100% !important;
    margin-bottom: 0 !important;
  }
  #main-container #area-wwf .wrapper-wwf-imagem-topo {
    overflow: hidden;
    padding-top: 128% !important;
    width: 100%;
    margin-bottom: 5rem;
    background-position: center center;
  }
  #main-container #area-wwf .wrapper-animais {
    margin-top: 60px;
  }
  #main-container #area-wwf .wrapper-animais .descricao img {
    max-height: 60px;
    margin-right: 10px;
  }
  #main-container #area-wwf-2 .wrapper-wwf-imagem-topo {
    overflow: hidden;
    padding-top: 128% !important;
    width: 100%;
    margin-bottom: 5rem;
    background-position: center center;
  }
  #main-container #area-wwf-2 .wrapper-produtos-destaque .product-destaque-item-wrapper {
    margin-bottom: 2rem;
  }
  #main-container #area-wwf-2 .wrapper-produtos-destaque .product-destaque-item-wrapper:last-child {
    margin-bottom: 0;
  }
  #main-container #area-wwf-2 .wrapper-produtos-destaque .product-destaque-item-wrapper .product-destaque-item-wrapper__wrapper-conteudo .product-destaque-item-wrapper__wrapper-conteudo__product-info {
    display: block;
    max-width: 100%;
    text-align: center;
    margin: auto;
  }
  #main-container #area-wwf-2 .wrapper-produtos-destaque .product-destaque-item-wrapper .product-destaque-item-wrapper__wrapper-conteudo .product-destaque-item-wrapper__wrapper-conteudo__product-info a {
    display: none;
  }
  #main-container #area-wwf-2 .wrapper-produtos-destaque .product-destaque-item-wrapper .product-destaque-item-wrapper__wrapper-conteudo .product-destaque-item-wrapper__wrapper-conteudo__product-info .product-destaque-item-wrapper__wrapper-conteudo__product-info-inner .product-destaque-item-wrapper__wrapper-conteudo__produto-nome {
    text-align: center;
  }
  #main-container #area-wwf-2 .wrapper-produtos-destaque .product-destaque-item-wrapper .product-destaque-item-wrapper__wrapper-conteudo .product-destaque-item-wrapper__wrapper-conteudo__img-wrapper {
    display: block;
    max-width: 100% !important;
    margin: auto;
    text-align: center;
  }
  #main-container #area-wwf-2 .wrapper-produtos-destaque .product-destaque-item-wrapper .product-destaque-item-wrapper__wrapper-conteudo .product-destaque-item-wrapper__wrapper-conteudo__img-wrapper a {
    display: none;
  }
  #main-container #area-wwf-2 .wrapper-produtos-destaque .product-destaque-item-wrapper .product-destaque-item-wrapper__wrapper-conteudo .product-destaque-item-wrapper__wrapper-conteudo__botoes-mobile {
    display: flex;
    justify-content: center;
    margin-top: 0.5rem;
  }
  #main-container #area-wwf-2 .wrapper-produtos-destaque .product-destaque-item-wrapper .product-destaque-item-wrapper__wrapper-conteudo .product-destaque-item-wrapper__wrapper-conteudo__botoes-mobile a {
    text-decoration: underline;
  }
  #main-container #area-wwf-2 .wrapper-produtos-destaque .product-destaque-item-wrapper:nth-child(even) .product-destaque-item-wrapper__wrapper-conteudo {
    display: block;
  }
  #main-container #area-wwf-2 .wrapper-produtos-destaque .product-destaque-item-wrapper:nth-child(even) .product-destaque-item-wrapper__wrapper-conteudo .product-destaque-item-wrapper__wrapper-conteudo__product-info {
    display: block;
    max-width: 100%;
    text-align: center;
    margin: auto;
  }
  #main-container #area-wwf-2 .wrapper-produtos-destaque .product-destaque-item-wrapper:nth-child(even) .product-destaque-item-wrapper__wrapper-conteudo .product-destaque-item-wrapper__wrapper-conteudo__product-info .product-destaque-item-wrapper__wrapper-conteudo__product-info-inner .product-destaque-item-wrapper__wrapper-conteudo__produto-nome {
    text-align: center;
  }
  #main-container #area-wwf-2 .wrapper-produtos-destaque .product-destaque-item-wrapper:nth-child(even) .product-destaque-item-wrapper__wrapper-conteudo .product-destaque-item-wrapper__wrapper-conteudo__img-wrapper {
    display: block;
    max-width: 100%;
    margin: auto;
    text-align: center;
  }
  #main-container #area-wwf-2 .product-item-wrapper .img-wrapper {
    padding-top: 94%;
  }
  #main-container .seccao-destaque-categorias .seccao-destaque-categorias__wrapper, #main-container .section-2 .seccao-destaque-categorias__wrapper {
    grid-template-areas: "a a" "a a" "b b" "c d" !important;
  }
  #main-container .seccao-destaque-categorias .seccao-destaque-categorias__wrapper .seccao-destaque-categorias__wrapper__item, #main-container .section-2 .seccao-destaque-categorias__wrapper .seccao-destaque-categorias__wrapper__item {
    padding-top: 100%;
    background-position: center center;
  }
  #main-container .seccao-destaque-categorias .seccao-destaque-categorias__wrapper .seccao-destaque-categorias__wrapper__item:nth-child(2), #main-container .section-2 .seccao-destaque-categorias__wrapper .seccao-destaque-categorias__wrapper__item:nth-child(2) {
    padding-top: 50%;
  }
  #main-container .seccao-destaque-categorias .seccao-destaque-categorias__wrapper .seccao-destaque-categorias__wrapper__item:last-child, #main-container .section-2 .seccao-destaque-categorias__wrapper .seccao-destaque-categorias__wrapper__item:last-child {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 640px) {
  footer {
    margin-top: 40px;
  }
  footer .footer-top .absolute-error small.error {
    float: left;
    width: 100%;
    display: block;
    position: relative;
    margin-top: -10px;
    margin-bottom: 10px;
    left: auto;
    bottom: auto;
  }
  footer .footer-menu-wrapper .footer-menu .accordion {
    border-top: none !important;
  }
  footer .footer__wrapper-newsletter__coluna-form input {
    margin-bottom: 0 !important;
  }
}
@media only screen and (max-width:1024px) {
  header {
    z-index: 200;
  }
  header #header-inner-wrapper #header-right-large-up .login-wrapper {
    display: none;
  }
  header #header-menu-large-outer-wrapper {
    display: none;
  }
  #main-container #area-produto .prop-options-wrapper, #dialog-quick-buy #area-produto .prop-options-wrapper {
    max-width: 220px;
  }
}
@media only screen and (max-width:1024px) and (max-width: 759px) {
  #main-container #area-produto .prop-options-wrapper, #dialog-quick-buy #area-produto .prop-options-wrapper {
    margin: 0 auto;
  }
}
@media only screen and (max-width:1024px) {
  #main-container #area-lojas h1, #main-container #area-contactos h1 {
    font-size: 30px !important;
  }
  #main-container #area-lojas .stores-wrapper {
    margin-top: 0;
  }
  #main-container #area-contactos #lojas {
    display: none;
  }
  #main-container #area-contactos #newsletter-wrapper {
    margin-bottom: 0 !important;
    margin-top: 50px;
  }
  #main-container #area-loja-categoria .my-dropdown-wrapper {
    position: relative;
    -webkit-perspective: 500px;
    perspective: 500px;
    z-index: 2;
  }
  #main-container #area-loja-categoria .my-dropdown-wrapper .wrapper-dropdown-filtragem-formato ul li .caracteristica-link:hover {
    background-color: transparent;
    color: #000 !important;
  }
  #main-container #area-loja-categoria .my-dropdown-wrapper .wrapper-dropdown-filtragem-formato ul li .caracteristica-link.selected:after {
    display: none !important;
  }
  #main-container #area-loja-categoria .my-dropdown-wrapper .wrapper-dropdown-filtragem-formato ul li .caracteristica-link.selected .radio-formato:after {
    content: url(../../multimedia/imagem/selected-black.png);
    display: block;
    position: absolute;
  }
  #main-container #area-loja-categoria .my-dropdown-wrapper .wrapper-dropdown-filtragem-formato input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }
  #main-container #area-loja-categoria .my-dropdown-wrapper .wrapper-dropdown-filtragem-formato input:checked ~ .radio-formato:after {
    display: block;
  }
  #main-container #area-loja-categoria .my-dropdown-wrapper .wrapper-dropdown-filtragem-formato .radio-formato {
    display: inline-block;
    vertical-align: middle;
    top: 0;
    left: 0;
    height: 35px;
    width: 35px;
    margin-right: 5px;
    background-color: white;
    border: 1px solid #231f20;
  }
  #main-container #area-loja-categoria .my-dropdown-wrapper .wrapper-dropdown-filtragem-formato .radio-formato:after {
    height: 20px;
    width: 20px;
    top: 8px;
    left: 8px;
    border-width: 0 3px 3px 0;
  }
  #main-container #area-loja-categoria .my-dropdown-wrapper .wrapper-dropdown-filtragem-estilo .my-dropdown-inner li {
    display: inline-block;
  }
  #main-container #area-loja-categoria .my-dropdown-wrapper .my-dropdown-inner {
    list-style: none;
    margin: 0;
  }
  #main-container #area-loja-categoria .my-dropdown-wrapper .my-dropdown-trigger {
    position: relative;
    text-transform: uppercase;
  }
  #main-container #area-loja-categoria .my-dropdown-wrapper .my-dropdown-trigger:after {
    display: inline-block;
    content: "\f107";
    font-family: "FontAwesome";
    margin-left: 2px;
    transition: all 0.3s ease-in-out;
  }
  #main-container #area-loja-categoria .my-dropdown-wrapper.open .my-dropdown-trigger:after {
    transform: rotate(180deg);
  }
  #main-container #area-loja-categoria .my-dropdown-wrapper .my-dropdown {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    background: white;
    left: -10px;
    top: 100%;
    bottom: auto;
    right: auto;
    margin-left: 0;
    list-style: none;
    visibility: hidden;
    background-color: white;
    border: none;
    min-width: calc(100% + 159px);
    text-align: left;
    font-size: 13px;
    /*padding: 5px 0px;*/
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    transform: translate3d(0, 10px, 0);
    transition: 0.12s ease-in, transform 0.13s ease-in;
    -ms-transform-origin: top center;
    /* IE 9 */
    -webkit-transform-origin: top center;
    /* Chrome, Safari, Opera */
    transform-origin: top center;
    margin-top: 5px;
  }
  #main-container #area-loja-categoria .my-dropdown-wrapper .my-dropdown:before {
    display: block;
    content: " ";
    width: 100%;
    position: absolute;
    top: -5px;
    height: 5px;
  }
  #main-container #area-loja-categoria .my-dropdown-wrapper .my-dropdown .my-dropdown-inner {
    padding: 10px;
    border: 1px solid #231f20;
  }
  #main-container #area-loja-categoria .my-dropdown-wrapper .my-dropdown.to-the-right {
    left: initial;
    margin-left: initial;
    right: 0;
    text-align: right;
  }
  #main-container #area-loja-categoria .my-dropdown-wrapper .my-dropdown a {
    line-height: 1.4em;
    color: #231f20 !important;
    display: block;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    margin: 5px;
    text-transform: uppercase;
    font-size: 13px;
  }
  #main-container #area-loja-categoria .my-dropdown-wrapper .my-dropdown a:hover {
    background-color: #231f20;
    color: white !important;
  }
  #main-container #area-loja-categoria .my-dropdown-wrapper .my-dropdown .my-dropdown-close {
    display: none;
  }
  #main-container #area-loja-categoria .my-dropdown-wrapper.active .my-dropdown {
    visibility: visible;
    z-index: 1120;
    opacity: 1;
    transform: translate3d(0, 0px, 0);
    transition: 0.14s ease-out, transform 0.2s ease-out;
  }
  #main-container #area-wwf {
    margin-top: -33px;
  }
  #main-container #area-wwf .wrapper-wwf-imagem-topo {
    overflow: hidden;
    padding-top: 80%;
    width: 100%;
    margin-bottom: 5rem;
  }
  #main-container #area-wwf-2 .area-wwf-2__coluna-img-wwf {
    text-align: center;
    margin-bottom: 5rem;
  }
  #main-container #area-wwf-2 .wrapper-wwf-imagem-topo {
    overflow: hidden;
    padding-top: 100%;
    width: 100%;
    margin-bottom: 5rem;
  }
  #main-container #area-wwf-2 .product-destaque-item-wrapper__wrapper-conteudo__botoes-mobile {
    display: none;
  }
  #main-container #area-wwf-2 .wrapper-produtos-destaque .product-destaque-item-wrapper .product-destaque-item-wrapper__wrapper-conteudo .product-destaque-item-wrapper__wrapper-conteudo__product-info {
    max-width: 49%;
  }
  #main-container #area-wwf-2 .wrapper-produtos-destaque .product-destaque-item-wrapper .product-destaque-item-wrapper__wrapper-conteudo .product-destaque-item-wrapper__wrapper-conteudo__img-wrapper {
    max-width: 49%;
  }
  #main-container .seccao-destaque-categorias .seccao-destaque-categorias__wrapper .seccao-destaque-categorias__wrapper__item .seccao-destaque-categorias__wrapper__item__titulo, #main-container .section-2 .seccao-destaque-categorias__wrapper .seccao-destaque-categorias__wrapper__item .seccao-destaque-categorias__wrapper__item__titulo {
    font-size: 0.85rem;
  }
}
@media only screen and (max-width:1024px) {
  #main-container .medium-down-padding-top-70, #area-loja .medium-down-padding-top-70, #area-shop-inner .medium-down-padding-top-70, #area-home .medium-down-padding-top-70, #area-produto .medium-down-padding-top-70 {
    padding-top: 70px;
  }
  #main-container .medium-down-padding-top-70, #area-loja .medium-down-padding-top-70, #area-shop-inner .medium-down-padding-top-70, #area-home .medium-down-padding-top-70, #area-produto .medium-down-padding-top-70 {
    padding-top: 70px;
  }
  #main-container .produtos-wrapper .product-item-wrapper .product-info .product-info-inner h4, #main-container .produtos-wrapper .product-item-wrapper .product-info .product-info-inner h2, #area-loja .produtos-wrapper .product-item-wrapper .product-info .product-info-inner h4, #area-loja .produtos-wrapper .product-item-wrapper .product-info .product-info-inner h2, #area-shop-inner .produtos-wrapper .product-item-wrapper .product-info .product-info-inner h4, #area-shop-inner .produtos-wrapper .product-item-wrapper .product-info .product-info-inner h2, #area-home .produtos-wrapper .product-item-wrapper .product-info .product-info-inner h4, #area-home .produtos-wrapper .product-item-wrapper .product-info .product-info-inner h2, #area-produto .produtos-wrapper .product-item-wrapper .product-info .product-info-inner h4, #area-produto .produtos-wrapper .product-item-wrapper .product-info .product-info-inner h2 {
    margin-bottom: 0;
  }
  #main-container .produtos-wrapper .product-item-wrapper .product-info .product-info-inner button,
#main-container .produtos-wrapper .product-item-wrapper .product-info .product-info-inner .description, #area-loja .produtos-wrapper .product-item-wrapper .product-info .product-info-inner button,
#area-loja .produtos-wrapper .product-item-wrapper .product-info .product-info-inner .description, #area-shop-inner .produtos-wrapper .product-item-wrapper .product-info .product-info-inner button,
#area-shop-inner .produtos-wrapper .product-item-wrapper .product-info .product-info-inner .description, #area-home .produtos-wrapper .product-item-wrapper .product-info .product-info-inner button,
#area-home .produtos-wrapper .product-item-wrapper .product-info .product-info-inner .description, #area-produto .produtos-wrapper .product-item-wrapper .product-info .product-info-inner button,
#area-produto .produtos-wrapper .product-item-wrapper .product-info .product-info-inner .description {
    display: none;
  }
}
@media only screen and (max-width:1024px) and (max-width: 640px) {
  #main-container .produtos-wrapper .product-item-wrapper, #area-loja .produtos-wrapper .product-item-wrapper, #area-shop-inner .produtos-wrapper .product-item-wrapper, #area-home .produtos-wrapper .product-item-wrapper, #area-produto .produtos-wrapper .product-item-wrapper {
    margin-bottom: 20px;
  }
  #main-container .produtos-wrapper .product-item-wrapper .product-info, #area-loja .produtos-wrapper .product-item-wrapper .product-info, #area-shop-inner .produtos-wrapper .product-item-wrapper .product-info, #area-home .produtos-wrapper .product-item-wrapper .product-info, #area-produto .produtos-wrapper .product-item-wrapper .product-info {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
  }
  #main-container .produtos-wrapper .product-item-wrapper .product-info h4, #main-container .produtos-wrapper .product-item-wrapper .product-info h2, #area-loja .produtos-wrapper .product-item-wrapper .product-info h4, #area-loja .produtos-wrapper .product-item-wrapper .product-info h2, #area-shop-inner .produtos-wrapper .product-item-wrapper .product-info h4, #area-shop-inner .produtos-wrapper .product-item-wrapper .product-info h2, #area-home .produtos-wrapper .product-item-wrapper .product-info h4, #area-home .produtos-wrapper .product-item-wrapper .product-info h2, #area-produto .produtos-wrapper .product-item-wrapper .product-info h4, #area-produto .produtos-wrapper .product-item-wrapper .product-info h2 {
    font-size: 13px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  #main-container .produtos-wrapper .product-item-wrapper .top-info, #area-loja .produtos-wrapper .product-item-wrapper .top-info, #area-shop-inner .produtos-wrapper .product-item-wrapper .top-info, #area-home .produtos-wrapper .product-item-wrapper .top-info, #area-produto .produtos-wrapper .product-item-wrapper .top-info {
    padding-left: 10px;
    padding-right: 10px;
    height: auto;
    font-size: 12px;
  }
  #main-container .produtos-wrapper .product-item-wrapper .top-info button.wishlist-button img, #area-loja .produtos-wrapper .product-item-wrapper .top-info button.wishlist-button img, #area-shop-inner .produtos-wrapper .product-item-wrapper .top-info button.wishlist-button img, #area-home .produtos-wrapper .product-item-wrapper .top-info button.wishlist-button img, #area-produto .produtos-wrapper .product-item-wrapper .top-info button.wishlist-button img {
    height: 15px;
  }
}
@media only screen and (max-width:1024px) {
  .barra-oferta-portes-large {
    display: none;
  }
}
@media only screen and (max-width:1024px) {
  .aviso-oferta-portes {
    padding: 7px 15px;
    font-size: 8px;
    position: relative;
    color: black;
    background-color: #D6A457;
  }
  .aviso-oferta-portes .aviso-oferta-portes-item {
    text-align: center;
    margin-bottom: 0px;
  }
  .aviso-oferta-portes .aviso-oferta-portes-item.portes-oferta-destaque {
    font-size: 8px;
    font-weight: 900;
    line-height: 15px;
  }
  .aviso-oferta-portes .aviso-oferta-portes-item.portes-oferta-destaque i {
    font-size: 14px;
    line-height: 15px;
  }
  .aviso-oferta-portes .aviso-oferta-portes-item.texto-informativo {
    margin-top: 0;
  }
  .aviso-oferta-portes .aviso-oferta-portes-item.texto-informativo small {
    margin-left: auto;
    margin-right: auto;
  }
  .aviso-oferta-portes .aviso-oferta-portes-item.saber-mais {
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    display: block;
    height: 20px;
    transition: opacity 0.2s ease;
  }
  .aviso-oferta-portes .aviso-oferta-portes-item.saber-mais:before {
    content: "\f078";
    position: absolute;
    display: inline-block;
    font-family: FontAwesome;
    text-align: center;
    font-size: 10px;
  }
  .aviso-oferta-portes .aviso-oferta-portes-item.saber-mais div {
    display: none;
    transition: 0.3s ease;
    margin-top: 10px;
  }
  .aviso-oferta-portes.opened .saber-mais {
    opacity: 0;
  }
}
@media only screen and (max-width:1024px) {
  #container-portugal2020 {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  #container-portugal2020 img {
    max-width: 90% !important;
    max-height: auto !important;
  }
}
@media only screen and (max-width:1024px) {
  footer {
    padding-top: 0;
  }
  footer .footer-menu {
    border: none;
  }
  footer .footer-menu .accordion {
    border-bottom: solid 1px #594f51;
    margin-bottom: 30px;
  }
  footer .footer-menu .accordion li.accordion-navigation > a {
    font-weight: 600;
    font-size: 12px;
  }
  footer .footer-menu .accordion .content {
    padding: 0 0 20px;
    background-color: transparent !important;
  }
  footer .footer-menu .accordion .content ul {
    margin-left: 0;
  }
  footer .footer-menu .accordion .content a {
    display: inline-block;
    font-size: 11px;
    font-weight: 400;
    text-decoration: none;
    line-height: 1.4;
    text-transform: none;
    margin-bottom: 0.6em;
  }
}
@media only screen and (min-width:641px) {
  .hide-medium-up,
.hide-medium-only {
    display: none;
  }
  #landing {
    padding: 0 40px;
  }
  #landing .section.landing-logo-wrapper, #landing .section.landing-country-selection-wrapper {
    padding: 40px 0;
  }
  #landing .section.landing-logo-wrapper p {
    font-size: 25px;
  }
  #landing .section.landing-country-selection-wrapper .filters-outer-wrapper {
    bottom: 40px;
    min-width: 380px;
  }
  #main-container .top-content-title-wrapper {
    padding: 70px 0 30px;
  }
  #main-container #area-home .section-3,
#main-container #area-home .produtos-home {
    padding-top: 80px;
  }
}
@media only screen and (min-width:641px) and (max-width:1024px) {
  #main-container #area-home .section-3,
#main-container #area-home .produtos-home {
    padding-top: 50px;
  }
}
@media only screen and (min-width:641px) {
  #main-container .faq_conteudos_wrapper .faq_conteudo_titulo:after {
    font-size: 42px;
    right: 25px;
  }
}
@media only screen and (min-width:641px) {
  #main-container #area-lookbook-wrapper #lookbook-wall .brick {
    height: auto;
  }
  #main-container #area-lookbook-wrapper #lookbook-wall .brick img {
    display: block;
  }
}
@media only screen and (min-width:641px) {
  #main-container #area-carrinho #portes-gratis {
    text-align: right;
  }
  #main-container #area-carrinho #portes-gratis p {
    margin-top: 40px;
  }
}
@media only screen and (min-width:641px) {
  #main-container #area-loja-categoria .my-dropdown-wrapper {
    z-index: 2;
  }
}
@media only screen and (min-width:641px) {
  #main-container #area-wwf-2 .wrapper-produtos-destaque .product-destaque-item-wrapper .product-destaque-item-wrapper__wrapper-conteudo .product-destaque-item-wrapper__wrapper-conteudo__product-info .product-destaque-item-wrapper__wrapper-conteudo__product-info-inner {
    padding-top: 27px;
  }
}
@media only screen and (min-width:641px) {
  #main-container .product-destaque-item-wrapper__wrapper-conteudo__botoes-mobile {
    display: none;
  }
}
@media only screen and (min-width:641px) {
  div#dialog-quick-buy #area-produto #produto-galeria {
    margin-top: 0;
    margin-bottom: 30px;
  }
  div#dialog-quick-buy #area-produto #produto-galeria .slider-item img, div#dialog-quick-buy #area-produto #produto-galeria .slider-item video {
    max-height: min(65vh, 400px);
  }
  div#dialog-quick-buy #area-produto .produto-top-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-content: center;
    transition: all 0.3s ease-out;
  }
  div#dialog-quick-buy #area-produto .produto-top-wrapper .galeria-wrapper {
    position: relative;
    order: 0;
    flex: 1 1 auto;
    max-width: 40%;
  }
  div#dialog-quick-buy #area-produto .produto-top-wrapper .produto-detalhes-wrapper {
    text-align: left;
    order: 1;
    flex: 0 0 60%;
    width: 60%;
    transition: transform 0.1s ease-out;
  }
  div#dialog-quick-buy #area-produto .produto-top-wrapper .produto-detalhes-wrapper.fixo {
    z-index: 100;
    background-color: rgba(255, 255, 255, 0.6);
  }
  div#dialog-quick-buy #area-produto .produto-top-wrapper .produto-detalhes-wrapper .produto-detalhes-inner-wrapper {
    padding-left: 30px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-right: 0;
  }
  div#dialog-quick-buy #area-produto .produto-top-wrapper .produto-detalhes-wrapper .produto-detalhes-inner-wrapper h1 {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 28px;
    text-transform: none;
    text-align: left;
  }
  div#dialog-quick-buy #area-produto .produto-top-wrapper .produto-detalhes-wrapper .produto-detalhes-inner-wrapper .produto-prop-title {
    font-size: 14px;
  }
  div#dialog-quick-buy #area-produto .produto-top-wrapper .produto-detalhes-wrapper .produto-detalhes-inner-wrapper .prop-options-wrapper {
    max-width: 220px;
  }
  div#dialog-quick-buy #area-produto .produto-top-wrapper .produto-detalhes-wrapper .produto-detalhes-inner-wrapper .produto-descricao {
    font-size: 14px;
  }
  div#dialog-quick-buy #area-produto .produto-top-wrapper .produto-detalhes-wrapper .produto-detalhes-inner-wrapper .produto-descricao p {
    font-size: inherit;
  }
  div#dialog-quick-buy #area-produto .produto-top-wrapper .produto-detalhes-wrapper .produto-info {
    text-align: left;
  }
}
@media only screen and (min-width:641px) {
  footer .footer-top h4 {
    text-align: left;
  }
  footer .footer-top input {
    margin-bottom: 0;
    float: left;
    width: calc(100% - 155px);
    height: 50px;
    line-height: 50px;
    border-width: 0;
    padding-left: 23px;
    padding-right: 23px;
  }
  footer .footer-top button {
    margin-bottom: 0;
    float: right;
    width: 140px;
    padding: 0;
  }
}
@media only screen and (min-width:1025px) and (max-height: 768px) {
  #main-container #area-shop-inner .produtos-wrapper {
    margin-top: 40px !important;
  }
  #main-container #area-shop-inner .produtos-wrapper .product-item-wrapper {
    margin-bottom: 50px;
  }
  #main-container #area-shop-inner #filters-outer-wrapper .filtragem {
    padding: 20px 0 0 0 !important;
  }
  #main-container #area-personalizacao #brand-wrapper .spacer .spacer-content, #main-container #area-revenda #brand-wrapper .spacer .spacer-content, #main-container #area-empresa #brand-wrapper .spacer .spacer-content, #main-container #area-hoteis #brand-wrapper .spacer .spacer-content, #main-container #area-licenciamento #brand-wrapper .spacer .spacer-content {
    padding: 70px 0;
  }
}
@media only screen and (min-width:1025px) {
  .modal-generica.modal-product-added-to-cart img {
    max-width: 60%;
  }
}
@media only screen and (min-width:1025px) {
  #popup-politica-privacidade {
    max-width: 900px;
  }
  #popup-politica-privacidade .content-wrapper {
    max-height: calc(100vh - 300px);
    overflow-y: scroll;
  }
}
@media only screen and (min-width:1025px) {
  html.menu-opened #main-container {
    transform: translate3d(0, 0, 0);
  }
}
@media only screen and (min-width:1025px) {
  .hide-large-only,
.hide-large-up {
    display: none;
  }
}
@media only screen and (min-width:1025px) {
  header {
    background-color: #FFF;
    position: sticky;
    top: 0;
    z-index: 1003;
    left: 0;
    width: auto;
    right: 0;
    font-size: 13px;
    box-shadow: none;
  }
  header.show-background, header.show-background-forced, header.fixed {
    background-color: white;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.15);
  }
  header #header-inner-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-content: stretch;
    align-items: center;
    transition: all 0.2s linear;
    height: 65px;
  }
  header #header-inner-wrapper #header-left {
    text-align: left;
    order: 0;
    flex: 1 1 15%;
  }
  header #header-inner-wrapper #header-left .logo-wrapper {
    display: inline-block;
    overflow: hidden;
    height: 40px;
    transition: all 0.3s ease-out;
  }
  header #header-inner-wrapper #header-left .logo-wrapper img {
    position: relative;
    z-index: 10000;
    height: 40px;
  }
  header #header-inner-wrapper #header-center {
    display: block;
    text-transform: uppercase;
    order: 1;
    flex: 1 1 50%;
    padding-left: 0;
    padding-right: 0;
  }
  header #header-inner-wrapper #header-right {
    order: 2;
    flex: 1 0 15%;
    min-width: 290px;
  }
}
@media only screen and (min-width:1025px) and (max-width: 1060px) {
  header #header-inner-wrapper #header-left,
header #header-inner-wrapper #header-right {
    flex: 0 1 auto;
    max-width: 100%;
  }
  header #header-inner-wrapper #header-center {
    flex: 1 1 auto;
  }
}
@media only screen and (min-width:1025px) {
  header #header-menu-large-outer-wrapper {
    position: absolute;
    width: 100%;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.2s ease, visibility 0s ease 0s;
  }
  header #header-menu-large-outer-wrapper.show {
    visibility: visible;
    opacity: 1;
    transition: opacity 0.2s ease, visibility 0s ease 0s;
  }
  header #header-menu-large-outer-wrapper #header-menu-large-inner-wrapper {
    background-color: White;
    color: black;
    text-align: left;
  }
  header #header-menu-large-outer-wrapper #header-menu-large-inner-wrapper > .dropdown {
    display: none;
    margin: 0;
    padding: 20px;
    position: relative;
  }
  header #header-menu-large-outer-wrapper #header-menu-large-inner-wrapper > .dropdown .outros-wrapper > a {
    visibility: hidden;
  }
  header #header-menu-large-outer-wrapper #header-menu-large-inner-wrapper > .dropdown > li {
    display: inline-block;
    vertical-align: top;
    padding: 20px 1px 15px 1px;
    text-align: left;
    border-top: 1px solid black;
  }
  header #header-menu-large-outer-wrapper #header-menu-large-inner-wrapper > .dropdown > li > a {
    display: inline-block;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 600;
    margin-bottom: 10px;
  }
  header #header-menu-large-outer-wrapper #header-menu-large-inner-wrapper > .dropdown a {
    color: black;
  }
  header #header-menu-large-outer-wrapper #header-menu-large-inner-wrapper > .dropdown .dropdown {
    list-style: none;
    padding: 0;
    padding-top: 0;
    margin: 0;
  }
  header #header-menu-large-outer-wrapper #header-menu-large-inner-wrapper > .dropdown .dropdown li {
    display: block;
  }
  header #header-menu-large-outer-wrapper #header-menu-large-inner-wrapper > .dropdown .dropdown a {
    font-size: 12px;
    font-weight: normal;
    text-transform: uppercase;
    line-height: 28px;
    letter-spacing: 0.05em;
  }
  header #header-menu-large-outer-wrapper #header-menu-large-inner-wrapper > .dropdown.show {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin-left: auto;
    margin-right: auto;
    gap: 20px;
    max-width: 1400px;
  }
}
@media only screen and (min-width:1025px) {
  header.header-preto.show-background, header.header-preto.show-background-forced, header.header-preto.fixed {
    background-color: #231f20;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.15);
  }
  header.header-preto #header-inner-wrapper #header-center nav#menu #menu-large > li > a {
    color: #FFF;
    font-weight: 700;
  }
  header.header-preto #header-inner-wrapper #header-right #header-right-large-up > span, header.header-preto #header-inner-wrapper #header-right #header-right-large-up > a, header.header-preto #header-inner-wrapper #header-right #header-right-large-up span > a {
    color: #FFF !important;
  }
}
@media only screen and (min-width:1025px) {
  header .barra-oferta-portes-large:not(.barra-fixa) {
    display: none;
  }
}
@media only screen and (min-width:1025px) {
  .fancybox-enabled header {
    right: 17px;
  }
}
@media only screen and (min-width:1025px) {
  .barra-oferta-portes-geral.barra-fixa {
    display: none;
  }
  .barra-oferta-portes-geral ~ #main-container {
    padding-top: 32px;
  }
}
@media only screen and (min-width:1025px) {
  .aviso-oferta-portes {
    margin-top: -15px;
    padding: 25px 80px 10px 80px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .aviso-oferta-portes .aviso-oferta-portes-item {
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media only screen and (min-width:1025px) {
  #landing {
    padding: 0 45px;
  }
  #landing .section.landing-logo-wrapper, #landing .section.landing-country-selection-wrapper {
    padding: 45px 0;
  }
  #landing .section.landing-logo-wrapper p {
    font-size: 30px;
  }
  #landing .section.landing-country-selection-wrapper .filters-outer-wrapper {
    bottom: 45px;
  }
}
@media only screen and (min-width:1025px) {
  #container-portugal2020 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media only screen and (min-width:1025px) {
  #main-container {
    padding-top: 0;
    padding-bottom: 120px;
    min-height: 900px;
    transition: transform 0.4s ease-out;
  }
  #main-container .large-margin-top-50 {
    margin-top: 50px;
  }
  #main-container .large-margin-top-80 {
    margin-top: 80px;
  }
  #main-container .top-content-title-wrapper {
    padding: 70px 0 40px;
  }
  #main-container .top-content {
    height: 440px;
  }
  #main-container .top-content .slider-item-content-wrapper {
    height: 160px;
  }
  #main-container .large-adjust-up-70 {
    transform: translateY(-70px);
  }
  #main-container #area-lookbook-wrapper #lookbook-wall {
    margin-top: 15px;
  }
  #main-container #area-lookbook-wrapper #lookbook-wall .brick {
    height: auto;
  }
  #main-container #area-lookbook-wrapper #lookbook-wall .brick img {
    display: block;
  }
  #main-container #area-home .section-2 .row {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-content: stretch;
    align-items: flex-start;
  }
  #main-container #area-home .section-2 .row.row2 {
    padding-bottom: 50px;
  }
  #main-container #area-home .section-2 .row .order-1 {
    order: 0;
  }
  #main-container #area-home .section-2 .row .order-2 {
    order: 1;
  }
  #main-container #area-home .produtos-home .instagram-title i,
#main-container #area-home .produtos-home .instagram-title p,
#main-container #area-home .produtos-home .product-title i,
#main-container #area-home .produtos-home .product-title p,
#main-container #area-home .section-3 .instagram-title i,
#main-container #area-home .section-3 .instagram-title p,
#main-container #area-home .section-3 .product-title i,
#main-container #area-home .section-3 .product-title p {
    font-size: 30px;
  }
  #main-container #area-home .produtos-home .product-title__sub,
#main-container #area-home .section-3 .product-title__sub {
    text-transform: uppercase;
  }
  #main-container .login-right-wrapper {
    padding-left: 40px;
  }
  #main-container .product-item-wrapper {
    text-align: center;
    position: relative;
  }
  #main-container .product-item-wrapper .view-details {
    display: block;
  }
  #main-container #area-contactos .sticky-container #sticky-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
  #main-container #area-contactos .sticky-container #sticky-wrapper .sticky-inner-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (min-width:1025px) {
  footer {
    padding: 8px 0 2px;
  }
  footer .footer-top > .columns > div {
    border-bottom: 0;
  }
  footer .footer-menu-wrapper .footer-menu {
    display: grid;
    justify-content: space-evenly;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 30px;
  }
  footer .footer-menu-wrapper .footer-menu ul {
    margin-bottom: 0;
  }
  footer .footer-menu-wrapper .footer-menu ul li {
    margin-bottom: 10px;
  }
  footer .footer-menu-wrapper .footer-menu .info-wrapper {
    margin-top: 0;
  }
  footer .footer-menu-wrapper .footer-menu .icones-sociais {
    margin-top: 1px;
  }
  footer .footer-menu-wrapper .footer-menu .icones-sociais img {
    height: 20px;
  }
  footer .footer-menu-wrapper .footer-menu .menu-direita {
    text-align: right;
    display: block;
  }
  footer .texto-extra-final {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 770px) {
  #area-politica-de-privacidade table, #area-termos-e-condicoes table {
    margin-bottom: 0;
  }
  #area-politica-de-privacidade .scroll-table, #area-termos-e-condicoes .scroll-table {
    overflow-x: scroll;
    margin-bottom: 10px;
  }
}
/*# sourceMappingURL=base.css.map */