@charset "UTF-8";
/***********************************************
*                  Includes                   *
***********************************************/
/***********************************************
*              Compass Includes                *
************************************************/
/***********************************************
*           MIXINS                             *
************************************************/
/**
*   ATENCAO: Funcao não mixin.
*/
/***********************************************
*         Placeholder pseudo-elements          *
************************************************/
/**
* Para ellipsize de texto
*/
/**
* Para ajudar a criar os estilos base de um pseudo elemento
*/
/**
* Para ajudar a gerar um elemento com racio responsive.
*
*   EXEMPLO:
*
*    div {
*       @include responsive-ratio(16,9);
*    }
*/
/***********************************************
*           VARIAVEIS                          *
************************************************/
/***********************************************
*                  Variáveis                   *
***********************************************/
/***********************************************
*           MEDIA QUERIES                      *
************************************************/
/***********************************************
*            Foundation Includes                *
************************************************/
/*$table-border-style: solid;*/
/*$table-border-size: 1px;*/
/*$table-border-color: #000!default;*/
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: 16px;
}

body {
  background: #fff;
  color: #000;
  padding: 0;
  margin: 0;
  font-family: "Roboto", sans-serif, -apple-system, BlinkMacSystemFont, "Tahoma", "Roboto", "Helvetica Neue", "Ubuntu";
  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: 1rem;
  display: block;
  font-family: "Roboto", sans-serif, -apple-system, BlinkMacSystemFont, "Tahoma", "Roboto", "Helvetica Neue", "Ubuntu";
  font-size: 1rem;
}
.accordion .accordion-navigation > a:hover, .accordion dd > a:hover {
  background: #e3e3e3;
}
.accordion .accordion-navigation > .content, .accordion dd > .content {
  display: none;
  padding: 0.9375rem;
}
.accordion .accordion-navigation > .content.active, .accordion dd > .content.active {
  display: block;
  background: #FFFFFF;
}

[class*=block-grid-] {
  display: block;
  padding: 0;
  margin: 0 -0.625rem;
}
[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.625rem 1.25rem;
}

@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;
  }
}
/* 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: 0.875rem;
  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: 0.875rem;
  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: 0.875rem;
  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: 0.875rem;
  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: 0.875rem;
  cursor: pointer;
  line-height: 1.125rem;
  margin: 0;
}
.f-dropdown li:hover, .f-dropdown li:focus {
  background: #EEEEEE;
}
.f-dropdown li.radius {
  border-radius: 5px;
}
.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.25rem;
  width: 100%;
  height: auto;
  max-height: none;
  background: #FFFFFF;
  border: solid 1px #cccccc;
  font-size: 0.875rem;
  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 1rem;
}

/* Using forms within rows, we need to set some defaults */
form .row .row {
  margin: 0 -0.5rem;
}
form .row .row .column,
form .row .row .columns {
  padding: 0 0.5rem;
}
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.5rem;
}

/* Label Styles */
label {
  font-size: 0.875rem;
  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 1rem 0;
  padding: 0.5625rem 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: 0.875rem;
  height: 2.4375rem;
  line-height: 2.4375rem;
}

/* 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: 5px;
  -webkit-border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}

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

.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: 1rem;
  margin: 0 0 1rem 0;
  padding: 0.5rem;
  height: 2.4375rem;
  width: 100%;
  border-radius: var(--input-border-radius, 5px);
  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: 5px;
  -webkit-border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
}
form .row .prefix-radius.row.collapse .prefix {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
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: 5px;
  -webkit-border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
form .row .postfix-radius.row.collapse .postfix {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
}
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: 5px;
  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.5rem;
  font-size: 1rem;
  font-family: "Roboto", sans-serif, -apple-system, BlinkMacSystemFont, "Tahoma", "Roboto", "Helvetica Neue", "Ubuntu";
  color: #000;
  line-height: normal;
  /*    &:hover {
          background-color: $select-hover-bg-color;
          border-color: $input-focus-border-color;
      }*/
  height: 2.4375rem;
}
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 1rem 0;
}

input[type=checkbox] + label,
input[type=radio] + label {
  display: inline-block;
  margin-left: 0.5rem;
  margin-right: 1rem;
  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.25rem;
  margin: 1.125rem 0;
}
fieldset legend {
  font-weight: bold;
  background: #FFFFFF;
  padding: 0 0.1875rem;
  margin: 0;
  margin-left: -0.1875rem;
}

span.error, small.error {
  display: block;
  padding: 0.375rem 0.5625rem 0.5625rem;
  margin-top: -1px;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  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: 1rem;
}
.error label,
.error label.error {
  color: #f04124;
}
.error small.error {
  display: block;
  padding: 0.375rem 0.5625rem 0.5625rem;
  margin-top: -1px;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  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: 95.6875rem;
}
.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: -0.9375rem;
  margin-right: -0.9375rem;
  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: 0.9375rem;
  padding-right: 0.9375rem;
  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: 0.9375rem;
    padding-right: 0.9375rem;
    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: 0.9375rem;
    padding-right: 0.9375rem;
    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: 0.9375rem;
    padding-right: 0.9375rem;
    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: 0.9375rem;
    padding-right: 0.9375rem;
    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: 0.9375rem;
    padding-right: 0.9375rem;
    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: 0.9375rem;
    padding-right: 0.9375rem;
    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: 0.9375rem;
    padding-right: 0.9375rem;
    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: 0.9375rem;
    padding-right: 0.9375rem;
    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: 0.9375rem;
    padding-right: 0.9375rem;
    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: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }
}
.label {
  font-weight: normal;
  font-family: "Roboto", sans-serif, -apple-system, BlinkMacSystemFont, "Tahoma", "Roboto", "Helvetica Neue", "Ubuntu";
  text-align: center;
  text-decoration: none;
  line-height: 1;
  white-space: nowrap;
  display: inline-block;
  position: relative;
  margin-bottom: auto;
  padding: 0.25rem 0.5rem 0.25rem;
  font-size: 0.6875rem;
  background-color: #9C3;
  color: #FFFFFF;
}
.label.radius {
  border-radius: 5px;
}
.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.25rem;
  padding: 1.25rem;
  background: #f2f2f2;
  color: #333333;
}
.panel > :first-child {
  margin-top: 0;
}
.panel > :last-child {
  margin-bottom: 0;
}
.panel h1, .panel h2, .panel h3, .panel h4, .panel h5, .panel h6, .panel p, .panel li, .panel dl {
  color: #333333;
}
.panel h1, .panel h2, .panel h3, .panel h4, .panel h5, .panel h6 {
  line-height: 1;
  margin-bottom: 0.625rem;
}
.panel h1.subheader, .panel h2.subheader, .panel h3.subheader, .panel h4.subheader, .panel h5.subheader, .panel h6.subheader {
  line-height: 1.4;
}
.panel.callout {
  border-style: solid;
  border-width: 1px;
  border-color: #e3f1c7;
  margin-bottom: 1.25rem;
  padding: 1.25rem;
  background: #f9fcf3;
  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 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 h4, .panel.callout h5, .panel.callout h6 {
  line-height: 1;
  margin-bottom: 0.625rem;
}
.panel.callout h1.subheader, .panel.callout h2.subheader, .panel.callout h3.subheader, .panel.callout h4.subheader, .panel.callout h5.subheader, .panel.callout h6.subheader {
  line-height: 1.4;
}
.panel.callout a:not(.button) {
  color: #9C3;
}
.panel.callout a:not(.button):hover, .panel.callout a:not(.button):focus {
  color: #84af2c;
}
.panel.radius {
  border-radius: 5px;
}

/*@import "../foundation/components/reveal.scss";*/
table {
  background: #FFFFFF;
  margin-bottom: 1.25rem;
  border: solid 1px #DDDDDD;
  table-layout: auto;
}
table caption {
  background: transparent;
  color: #222222;
  font-size: 1rem;
  font-weight: bold;
}
table thead {
  background: #F5F5F5;
}
table thead tr th,
table thead tr td {
  padding: 0.5rem 0.625rem 0.625rem;
  font-size: 16px;
  font-weight: bold;
  color: #222222;
}
table tfoot {
  background: #F5F5F5;
}
table tfoot tr th,
table tfoot tr td {
  padding: 0.5rem 0.625rem 0.625rem;
  font-size: 16px;
  font-weight: bold;
  color: #222222;
}
table tr th,
table tr td {
  padding: 0.5625rem 0.625rem;
  font-size: 16px;
  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.125rem;
}

.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,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

/* Default Link Styles */
a {
  color: #9C3;
  text-decoration: none;
  line-height: inherit;
}
a:hover, a:focus {
  color: #84af2c;
}
a img {
  border: none;
}

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

/* Default header styles */
h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto", sans-serif, -apple-system, BlinkMacSystemFont, "Tahoma", "Roboto", "Helvetica Neue", "Ubuntu";
  font-weight: normal;
  font-style: normal;
  color: #000;
  text-rendering: optimizeLegibility;
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  line-height: 1.1;
}
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
  font-size: 60%;
  color: #595959;
  line-height: 0;
}

h1 {
  font-size: 3.459223rem;
}

h2 {
  font-size: 2.51671rem;
}

h3 {
  font-size: 1.8845rem;
}

h4 {
  font-size: 1.3775rem;
}

h5 {
  font-size: 1.3rem;
}

h6 {
  font-size: 1.125rem;
}

.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.25rem 0 1.125rem;
  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.125rem 0.3125rem 0.0625rem;
}

/* Lists */
ul,
ol,
dl {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1.25rem;
  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.25rem;
  margin-bottom: 0;
  list-style: none;
}

/* Unordered Lists */
ul li ul,
ul li ol {
  margin-left: 1.25rem;
  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.25rem;
  margin-bottom: 0;
}

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

/* 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.25rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #DDDDDD;
}
blockquote cite {
  display: block;
  font-size: 0.8125rem;
  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.25rem 0;
  border: 1px solid #DDDDDD;
  padding: 0.625rem 0.75rem;
}
.vcard li {
  margin: 0;
  display: block;
}
.vcard .fn {
  font-weight: bold;
  font-size: 0.9375rem;
}

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

@media only screen and (min-width:641px) {
  h1, h2, h3, h4, h5, h6 {
    line-height: 1.1;
  }
  h1 {
    font-size: 4.084223rem;
  }
  h2 {
    font-size: 3.14171rem;
  }
  h3 {
    font-size: 2.197rem;
  }
  h4 {
    font-size: 1.69rem;
  }
  h5 {
    font-size: 1.3rem;
  }
  h6 {
    font-size: 1.125rem;
  }
}
/*
 * 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 {
    orphans: 3;
    widows: 3;
  }
  h2,
h3 {
    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                      *
************************************************/
/***********************************************
*                    Botões                    *
************************************************/
button {
  outline: none;
}

button, .button, .bloco.bloco-texto-img-full-width .bloco-texto-img-full-width__row .bloco-texto-img-full-width__row__coluna-texto .bloco-texto-img-full-width__row__coluna-texto__call-2-action, .bloco-texto-img .bloco-texto-img__row .bloco-texto-img__row__coluna-texto .bloco-texto-img__row__coluna-texto__call-2-action {
  border-style: solid;
  border-width: 0;
  cursor: pointer;
  font-family: "Roboto", sans-serif, -apple-system, BlinkMacSystemFont, "Tahoma", "Roboto", "Helvetica Neue", "Ubuntu";
  font-weight: normal;
  line-height: normal;
  margin: 0 0 1.25rem;
  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: #9C3;
  --btn-border-color: #9C3;
  --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, 5px);
  font-weight: 600;
  font-size: 0.875rem;
  /*font-size: 1rem;*/
  padding: 14px 28px;
  font-weight: 500;
  font-size: 1.2rem;
}
button:focus, .button:focus, .bloco.bloco-texto-img-full-width .bloco-texto-img-full-width__row .bloco-texto-img-full-width__row__coluna-texto .bloco-texto-img-full-width__row__coluna-texto__call-2-action:focus, .bloco-texto-img .bloco-texto-img__row .bloco-texto-img__row__coluna-texto .bloco-texto-img__row__coluna-texto__call-2-action:focus {
  --btn-color: #f2f2f2;
  --btn-bg-color: #7aa329;
  --btn-border-color: #7aa329;
  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, .bloco.bloco-texto-img-full-width .bloco-texto-img-full-width__row .bloco-texto-img-full-width__row__coluna-texto .bloco-texto-img-full-width__row__coluna-texto__call-2-action:hover, .bloco-texto-img .bloco-texto-img__row .bloco-texto-img__row__coluna-texto .bloco-texto-img__row__coluna-texto__call-2-action:hover {
  --btn-color: #f2f2f2;
  --btn-bg-color: #8ab82e;
  --btn-border-color: #8ab82e;
  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, .bloco.bloco-texto-img-full-width .bloco-texto-img-full-width__row .bloco-texto-img-full-width__row__coluna-texto .bloco-texto-img-full-width__row__coluna-texto__call-2-action:active, .bloco-texto-img .bloco-texto-img__row .bloco-texto-img__row__coluna-texto .bloco-texto-img__row__coluna-texto__call-2-action:active {
  --btn-color: #e6e6e6;
  --btn-bg-color: #7aa329;
  --btn-border-color: #7aa329;
  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, .bloco.bloco-texto-img-full-width .bloco-texto-img-full-width__row .bloco-texto-img-full-width__row__coluna-texto .disabled.bloco-texto-img-full-width__row__coluna-texto__call-2-action, .bloco-texto-img .bloco-texto-img__row .bloco-texto-img__row__coluna-texto .disabled.bloco-texto-img__row__coluna-texto__call-2-action, .bloco.bloco-texto-img-full-width .bloco-texto-img-full-width__row .bloco-texto-img-full-width__row__coluna-texto [disabled].bloco-texto-img-full-width__row__coluna-texto__call-2-action, .bloco-texto-img .bloco-texto-img__row .bloco-texto-img__row__coluna-texto [disabled].bloco-texto-img__row__coluna-texto__call-2-action {
  --btn-color: #fff;
  --btn-bg-color: #9C3;
  --btn-border-color: #9C3;
  opacity: 0.5;
  cursor: not-allowed;
  transform: translate3d(0px, 0px, 0px);
  box-shadow: none;
}
button.no-margin-bottom, .button.no-margin-bottom, .bloco.bloco-texto-img-full-width .bloco-texto-img-full-width__row .bloco-texto-img-full-width__row__coluna-texto .no-margin-bottom.bloco-texto-img-full-width__row__coluna-texto__call-2-action, .bloco-texto-img .bloco-texto-img__row .bloco-texto-img__row__coluna-texto .no-margin-bottom.bloco-texto-img__row__coluna-texto__call-2-action {
  margin-bottom: 0;
}
button.button-ghost, button.ghost, button.button-open, .button.button-ghost, .button.ghost, .button.button-open, .bloco.bloco-texto-img-full-width .bloco-texto-img-full-width__row .bloco-texto-img-full-width__row__coluna-texto .button-ghost.bloco-texto-img-full-width__row__coluna-texto__call-2-action, .bloco-texto-img .bloco-texto-img__row .bloco-texto-img__row__coluna-texto .button-ghost.bloco-texto-img__row__coluna-texto__call-2-action, .bloco.bloco-texto-img-full-width .bloco-texto-img-full-width__row .bloco-texto-img-full-width__row__coluna-texto .ghost.bloco-texto-img-full-width__row__coluna-texto__call-2-action, .bloco-texto-img .bloco-texto-img__row .bloco-texto-img__row__coluna-texto .ghost.bloco-texto-img__row__coluna-texto__call-2-action, .bloco.bloco-texto-img-full-width .bloco-texto-img-full-width__row .bloco-texto-img-full-width__row__coluna-texto .button-open.bloco-texto-img-full-width__row__coluna-texto__call-2-action, .bloco-texto-img .bloco-texto-img__row .bloco-texto-img__row__coluna-texto .button-open.bloco-texto-img__row__coluna-texto__call-2-action {
  --btn-color: #9C3;
  --btn-bg-color: transparent;
  --btn-border-color: #9C3;
  border: var(--btn-border, solid var(--btn-border-width, 1px) var(--btn-border-color));
}
button.button-ghost:focus, button.ghost:focus, button.button-open:focus, .button.button-ghost:focus, .button.ghost:focus, .button.button-open:focus, .bloco.bloco-texto-img-full-width .bloco-texto-img-full-width__row .bloco-texto-img-full-width__row__coluna-texto .button-ghost.bloco-texto-img-full-width__row__coluna-texto__call-2-action:focus, .bloco-texto-img .bloco-texto-img__row .bloco-texto-img__row__coluna-texto .button-ghost.bloco-texto-img__row__coluna-texto__call-2-action:focus, .bloco.bloco-texto-img-full-width .bloco-texto-img-full-width__row .bloco-texto-img-full-width__row__coluna-texto .ghost.bloco-texto-img-full-width__row__coluna-texto__call-2-action:focus, .bloco-texto-img .bloco-texto-img__row .bloco-texto-img__row__coluna-texto .ghost.bloco-texto-img__row__coluna-texto__call-2-action:focus, .bloco.bloco-texto-img-full-width .bloco-texto-img-full-width__row .bloco-texto-img-full-width__row__coluna-texto .button-open.bloco-texto-img-full-width__row__coluna-texto__call-2-action:focus, .bloco-texto-img .bloco-texto-img__row .bloco-texto-img__row__coluna-texto .button-open.bloco-texto-img__row__coluna-texto__call-2-action:focus {
  --btn-color: #f2f2f2;
  --btn-bg-color: #7aa329;
  --btn-border-color: #7aa329;
  text-decoration: none !important;
}
button.button-ghost:focus svg, button.ghost:focus svg, button.button-open:focus svg, .button.button-ghost:focus svg, .button.ghost:focus svg, .button.button-open:focus svg, .bloco.bloco-texto-img-full-width .bloco-texto-img-full-width__row .bloco-texto-img-full-width__row__coluna-texto .button-ghost.bloco-texto-img-full-width__row__coluna-texto__call-2-action:focus svg, .bloco-texto-img .bloco-texto-img__row .bloco-texto-img__row__coluna-texto .button-ghost.bloco-texto-img__row__coluna-texto__call-2-action:focus svg, .bloco.bloco-texto-img-full-width .bloco-texto-img-full-width__row .bloco-texto-img-full-width__row__coluna-texto .ghost.bloco-texto-img-full-width__row__coluna-texto__call-2-action:focus svg, .bloco-texto-img .bloco-texto-img__row .bloco-texto-img__row__coluna-texto .ghost.bloco-texto-img__row__coluna-texto__call-2-action:focus svg, .bloco.bloco-texto-img-full-width .bloco-texto-img-full-width__row .bloco-texto-img-full-width__row__coluna-texto .button-open.bloco-texto-img-full-width__row__coluna-texto__call-2-action:focus svg, .bloco-texto-img .bloco-texto-img__row .bloco-texto-img__row__coluna-texto .button-open.bloco-texto-img__row__coluna-texto__call-2-action:focus svg {
  fill: var(--btn-color);
}
button.button-ghost:hover, button.ghost:hover, button.button-open:hover, .button.button-ghost:hover, .button.ghost:hover, .button.button-open:hover, .bloco.bloco-texto-img-full-width .bloco-texto-img-full-width__row .bloco-texto-img-full-width__row__coluna-texto .button-ghost.bloco-texto-img-full-width__row__coluna-texto__call-2-action:hover, .bloco-texto-img .bloco-texto-img__row .bloco-texto-img__row__coluna-texto .button-ghost.bloco-texto-img__row__coluna-texto__call-2-action:hover, .bloco.bloco-texto-img-full-width .bloco-texto-img-full-width__row .bloco-texto-img-full-width__row__coluna-texto .ghost.bloco-texto-img-full-width__row__coluna-texto__call-2-action:hover, .bloco-texto-img .bloco-texto-img__row .bloco-texto-img__row__coluna-texto .ghost.bloco-texto-img__row__coluna-texto__call-2-action:hover, .bloco.bloco-texto-img-full-width .bloco-texto-img-full-width__row .bloco-texto-img-full-width__row__coluna-texto .button-open.bloco-texto-img-full-width__row__coluna-texto__call-2-action:hover, .bloco-texto-img .bloco-texto-img__row .bloco-texto-img__row__coluna-texto .button-open.bloco-texto-img__row__coluna-texto__call-2-action:hover {
  --btn-color: #f2f2f2;
  --btn-bg-color: #8ab82e;
  --btn-border-color: #8ab82e;
  text-decoration: none !important;
}
button.button-ghost:hover svg, button.ghost:hover svg, button.button-open:hover svg, .button.button-ghost:hover svg, .button.ghost:hover svg, .button.button-open:hover svg, .bloco.bloco-texto-img-full-width .bloco-texto-img-full-width__row .bloco-texto-img-full-width__row__coluna-texto .button-ghost.bloco-texto-img-full-width__row__coluna-texto__call-2-action:hover svg, .bloco-texto-img .bloco-texto-img__row .bloco-texto-img__row__coluna-texto .button-ghost.bloco-texto-img__row__coluna-texto__call-2-action:hover svg, .bloco.bloco-texto-img-full-width .bloco-texto-img-full-width__row .bloco-texto-img-full-width__row__coluna-texto .ghost.bloco-texto-img-full-width__row__coluna-texto__call-2-action:hover svg, .bloco-texto-img .bloco-texto-img__row .bloco-texto-img__row__coluna-texto .ghost.bloco-texto-img__row__coluna-texto__call-2-action:hover svg, .bloco.bloco-texto-img-full-width .bloco-texto-img-full-width__row .bloco-texto-img-full-width__row__coluna-texto .button-open.bloco-texto-img-full-width__row__coluna-texto__call-2-action:hover svg, .bloco-texto-img .bloco-texto-img__row .bloco-texto-img__row__coluna-texto .button-open.bloco-texto-img__row__coluna-texto__call-2-action: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.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.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, .bloco.bloco-texto-img-full-width .bloco-texto-img-full-width__row .bloco-texto-img-full-width__row__coluna-texto .button-ghost.disabled.bloco-texto-img-full-width__row__coluna-texto__call-2-action, .bloco-texto-img .bloco-texto-img__row .bloco-texto-img__row__coluna-texto .button-ghost.disabled.bloco-texto-img__row__coluna-texto__call-2-action, .bloco.bloco-texto-img-full-width .bloco-texto-img-full-width__row .bloco-texto-img-full-width__row__coluna-texto .button-ghost[disabled].bloco-texto-img-full-width__row__coluna-texto__call-2-action, .bloco-texto-img .bloco-texto-img__row .bloco-texto-img__row__coluna-texto .button-ghost[disabled].bloco-texto-img__row__coluna-texto__call-2-action, .bloco.bloco-texto-img-full-width .bloco-texto-img-full-width__row .bloco-texto-img-full-width__row__coluna-texto .ghost.disabled.bloco-texto-img-full-width__row__coluna-texto__call-2-action, .bloco-texto-img .bloco-texto-img__row .bloco-texto-img__row__coluna-texto .ghost.disabled.bloco-texto-img__row__coluna-texto__call-2-action, .bloco.bloco-texto-img-full-width .bloco-texto-img-full-width__row .bloco-texto-img-full-width__row__coluna-texto .ghost[disabled].bloco-texto-img-full-width__row__coluna-texto__call-2-action, .bloco-texto-img .bloco-texto-img__row .bloco-texto-img__row__coluna-texto .ghost[disabled].bloco-texto-img__row__coluna-texto__call-2-action, .bloco.bloco-texto-img-full-width .bloco-texto-img-full-width__row .bloco-texto-img-full-width__row__coluna-texto .button-open.disabled.bloco-texto-img-full-width__row__coluna-texto__call-2-action, .bloco-texto-img .bloco-texto-img__row .bloco-texto-img__row__coluna-texto .button-open.disabled.bloco-texto-img__row__coluna-texto__call-2-action, .bloco.bloco-texto-img-full-width .bloco-texto-img-full-width__row .bloco-texto-img-full-width__row__coluna-texto .button-open[disabled].bloco-texto-img-full-width__row__coluna-texto__call-2-action, .bloco-texto-img .bloco-texto-img__row .bloco-texto-img__row__coluna-texto .button-open[disabled].bloco-texto-img__row__coluna-texto__call-2-action {
  opacity: 0.5;
  --btn-color: #9C3;
  --btn-bg-color: transparent;
  --btn-border-color: #9C3;
}
button.button-link, .button.button-link, .bloco.bloco-texto-img-full-width .bloco-texto-img-full-width__row .bloco-texto-img-full-width__row__coluna-texto .button-link.bloco-texto-img-full-width__row__coluna-texto__call-2-action, .bloco-texto-img .bloco-texto-img__row .bloco-texto-img__row__coluna-texto .button-link.bloco-texto-img__row__coluna-texto__call-2-action {
  --btn-color: #9C3;
  --btn-bg-color: transparent;
  --btn-border-color: transparent;
}
button.button-link:focus, .button.button-link:focus, .bloco.bloco-texto-img-full-width .bloco-texto-img-full-width__row .bloco-texto-img-full-width__row__coluna-texto .button-link.bloco-texto-img-full-width__row__coluna-texto__call-2-action:focus, .bloco-texto-img .bloco-texto-img__row .bloco-texto-img__row__coluna-texto .button-link.bloco-texto-img__row__coluna-texto__call-2-action:focus {
  --btn-color: #f2f2f2;
  --btn-bg-color: #7aa329;
  --btn-border-color: #7aa329;
  text-decoration: none !important;
}
button.button-link:hover, .button.button-link:hover, .bloco.bloco-texto-img-full-width .bloco-texto-img-full-width__row .bloco-texto-img-full-width__row__coluna-texto .button-link.bloco-texto-img-full-width__row__coluna-texto__call-2-action:hover, .bloco-texto-img .bloco-texto-img__row .bloco-texto-img__row__coluna-texto .button-link.bloco-texto-img__row__coluna-texto__call-2-action:hover {
  --btn-color: #f2f2f2;
  --btn-bg-color: #8ab82e;
  --btn-border-color: #8ab82e;
  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, .bloco.bloco-texto-img-full-width .bloco-texto-img-full-width__row .bloco-texto-img-full-width__row__coluna-texto .button-link.disabled.bloco-texto-img-full-width__row__coluna-texto__call-2-action, .bloco-texto-img .bloco-texto-img__row .bloco-texto-img__row__coluna-texto .button-link.disabled.bloco-texto-img__row__coluna-texto__call-2-action, .bloco.bloco-texto-img-full-width .bloco-texto-img-full-width__row .bloco-texto-img-full-width__row__coluna-texto .button-link[disabled].bloco-texto-img-full-width__row__coluna-texto__call-2-action, .bloco-texto-img .bloco-texto-img__row .bloco-texto-img__row__coluna-texto .button-link[disabled].bloco-texto-img__row__coluna-texto__call-2-action {
  opacity: 0.5;
  --btn-color: #9C3;
  --btn-bg-color: transparent;
  --btn-border-color: transparent;
}
button.simple, .button.simple, .bloco.bloco-texto-img-full-width .bloco-texto-img-full-width__row .bloco-texto-img-full-width__row__coluna-texto .simple.bloco-texto-img-full-width__row__coluna-texto__call-2-action, .bloco-texto-img .bloco-texto-img__row .bloco-texto-img__row__coluna-texto .simple.bloco-texto-img__row__coluna-texto__call-2-action {
  border-color: transparent;
}
button.button-round, .button.button-round, .bloco.bloco-texto-img-full-width .bloco-texto-img-full-width__row .bloco-texto-img-full-width__row__coluna-texto .button-round.bloco-texto-img-full-width__row__coluna-texto__call-2-action, .bloco-texto-img .bloco-texto-img__row .bloco-texto-img__row__coluna-texto .button-round.bloco-texto-img__row__coluna-texto__call-2-action {
  line-height: 1.2em;
  padding: 1em;
}
button.button-round .icon, .button.button-round .icon, .bloco.bloco-texto-img-full-width .bloco-texto-img-full-width__row .bloco-texto-img-full-width__row__coluna-texto .button-round.bloco-texto-img-full-width__row__coluna-texto__call-2-action .icon, .bloco-texto-img .bloco-texto-img__row .bloco-texto-img__row__coluna-texto .button-round.bloco-texto-img__row__coluna-texto__call-2-action .icon {
  width: 1.2em;
  height: 1.2em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
button.button-round.small, .button.button-round.small, .bloco.bloco-texto-img-full-width .bloco-texto-img-full-width__row .bloco-texto-img-full-width__row__coluna-texto .button-round.small.bloco-texto-img-full-width__row__coluna-texto__call-2-action, .bloco-texto-img .bloco-texto-img__row .bloco-texto-img__row__coluna-texto .button-round.small.bloco-texto-img__row__coluna-texto__call-2-action {
  line-height: 1em;
  padding: 0.7em;
}
button.button-round.x-small, .button.button-round.x-small, .bloco.bloco-texto-img-full-width .bloco-texto-img-full-width__row .bloco-texto-img-full-width__row__coluna-texto .button-round.x-small.bloco-texto-img-full-width__row__coluna-texto__call-2-action, .bloco-texto-img .bloco-texto-img__row .bloco-texto-img__row__coluna-texto .button-round.x-small.bloco-texto-img__row__coluna-texto__call-2-action {
  padding: 0.5em;
}
button.large, .button.large, .bloco.bloco-texto-img-full-width .bloco-texto-img-full-width__row .bloco-texto-img-full-width__row__coluna-texto .large.bloco-texto-img-full-width__row__coluna-texto__call-2-action, .bloco-texto-img .bloco-texto-img__row .bloco-texto-img__row__coluna-texto .large.bloco-texto-img__row__coluna-texto__call-2-action {
  padding-top: 1.125rem;
  padding-right: 2.25rem;
  padding-bottom: 1.1875rem;
  padding-left: 2.25rem;
  font-size: 1.25rem;
}
button.mobile-expand, .button.mobile-expand, .bloco.bloco-texto-img-full-width .bloco-texto-img-full-width__row .bloco-texto-img-full-width__row__coluna-texto .mobile-expand.bloco-texto-img-full-width__row__coluna-texto__call-2-action, .bloco-texto-img .bloco-texto-img__row .bloco-texto-img__row__coluna-texto .mobile-expand.bloco-texto-img__row__coluna-texto__call-2-action {
  padding-right: 0;
  padding-left: 0;
  width: 100%;
}
button.expand, .button.expand, .bloco.bloco-texto-img-full-width .bloco-texto-img-full-width__row .bloco-texto-img-full-width__row__coluna-texto .expand.bloco-texto-img-full-width__row__coluna-texto__call-2-action, .bloco-texto-img .bloco-texto-img__row .bloco-texto-img__row__coluna-texto .expand.bloco-texto-img__row__coluna-texto__call-2-action {
  padding-right: 0;
  padding-left: 0;
  width: 100%;
}
button.small, .button.small, .bloco.bloco-texto-img-full-width .bloco-texto-img-full-width__row .bloco-texto-img-full-width__row__coluna-texto .small.bloco-texto-img-full-width__row__coluna-texto__call-2-action, .bloco-texto-img .bloco-texto-img__row .bloco-texto-img__row__coluna-texto .small.bloco-texto-img__row__coluna-texto__call-2-action {
  padding: 0.7em 1.2em;
  font-size: 0.8125rem;
  height: auto;
}
button.x-small, .button.x-small, .bloco.bloco-texto-img-full-width .bloco-texto-img-full-width__row .bloco-texto-img-full-width__row__coluna-texto .x-small.bloco-texto-img-full-width__row__coluna-texto__call-2-action, .bloco-texto-img .bloco-texto-img__row .bloco-texto-img__row__coluna-texto .x-small.bloco-texto-img__row__coluna-texto__call-2-action {
  height: auto;
  padding: 0.5em 1.2em;
  font-size: 0.7rem;
}
button .icon, .button .icon, .bloco.bloco-texto-img-full-width .bloco-texto-img-full-width__row .bloco-texto-img-full-width__row__coluna-texto .bloco-texto-img-full-width__row__coluna-texto__call-2-action .icon, .bloco-texto-img .bloco-texto-img__row .bloco-texto-img__row__coluna-texto .bloco-texto-img__row__coluna-texto__call-2-action .icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: middle;
  position: relative;
}
button .icon + *:not(.ripple), .button .icon + *:not(.ripple), .bloco.bloco-texto-img-full-width .bloco-texto-img-full-width__row .bloco-texto-img-full-width__row__coluna-texto .bloco-texto-img-full-width__row__coluna-texto__call-2-action .icon + *:not(.ripple), .bloco-texto-img .bloco-texto-img__row .bloco-texto-img__row__coluna-texto .bloco-texto-img__row__coluna-texto__call-2-action .icon + *:not(.ripple) {
  margin-left: 5px;
}
button .icon svg, .button .icon svg, .bloco.bloco-texto-img-full-width .bloco-texto-img-full-width__row .bloco-texto-img-full-width__row__coluna-texto .bloco-texto-img-full-width__row__coluna-texto__call-2-action .icon svg, .bloco-texto-img .bloco-texto-img__row .bloco-texto-img__row__coluna-texto .bloco-texto-img__row__coluna-texto__call-2-action .icon svg {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
button span, .button span, .bloco.bloco-texto-img-full-width .bloco-texto-img-full-width__row .bloco-texto-img-full-width__row__coluna-texto .bloco-texto-img-full-width__row__coluna-texto__call-2-action span, .bloco-texto-img .bloco-texto-img__row .bloco-texto-img__row__coluna-texto .bloco-texto-img__row__coluna-texto__call-2-action span {
  vertical-align: middle;
}

.link--know-more, .bloco.bloco-areas-associadas .bloco-areas-associadas__item__link, .bloco.bloco-3-colunas .bloco-3-colunas__coluna .bloco-3-colunas__coluna__detalhes .bloco-3-colunas__coluna__detalhes__link {
  border-color: #8236fd;
  outline: none;
  box-shadow: none;
  border-style: none;
  border-radius: var(--border-radius);
  transition: all 0.2s;
  position: relative;
  font-weight: var(--font-weight);
  padding: 0 3.4rem 0 0;
}
.link--know-more:after, .bloco.bloco-areas-associadas .bloco-areas-associadas__item__link:after, .bloco.bloco-3-colunas .bloco-3-colunas__coluna .bloco-3-colunas__coluna__detalhes .bloco-3-colunas__coluna__detalhes__link:after, .link--know-more:before, .bloco.bloco-areas-associadas .bloco-areas-associadas__item__link:before, .bloco.bloco-3-colunas .bloco-3-colunas__coluna .bloco-3-colunas__coluna__detalhes .bloco-3-colunas__coluna__detalhes__link:before {
  content: "";
  display: block;
  border-left: 0px;
  border-top: 0px;
  transition: all 0.2s;
  position: absolute;
}
.link--know-more:after, .bloco.bloco-areas-associadas .bloco-areas-associadas__item__link:after, .bloco.bloco-3-colunas .bloco-3-colunas__coluna .bloco-3-colunas__coluna__detalhes .bloco-3-colunas__coluna__detalhes__link:after {
  width: 8px;
  height: 8px;
  border-bottom: 2px;
  border-right: 2px;
  border-style: solid;
  border-color: var(--arrow-color);
  top: 32%;
  transform: translate(-50%, 0%) rotate(316deg);
  right: 1.1rem;
}
.link--know-more:before, .bloco.bloco-areas-associadas .bloco-areas-associadas__item__link:before, .bloco.bloco-3-colunas .bloco-3-colunas__coluna .bloco-3-colunas__coluna__detalhes .bloco-3-colunas__coluna__detalhes__link:before {
  width: 13px;
  height: 2px;
  border-bottom: 2px;
  border-right: 0px;
  border-style: solid;
  border-color: var(--arrow-color);
  top: 45%;
  transform: translate(-50%, 0%);
  border-radius: 3px;
  right: 15px;
}
.link--know-more:hover:after, .bloco.bloco-areas-associadas .bloco-areas-associadas__item__link:hover:after, .bloco.bloco-3-colunas .bloco-3-colunas__coluna .bloco-3-colunas__coluna__detalhes .bloco-3-colunas__coluna__detalhes__link:hover:after {
  right: 10px;
}
.link--know-more:hover:before, .bloco.bloco-areas-associadas .bloco-areas-associadas__item__link:hover:before, .bloco.bloco-3-colunas .bloco-3-colunas__coluna .bloco-3-colunas__coluna__detalhes .bloco-3-colunas__coluna__detalhes__link:hover:before {
  right: 8px;
}

/***************************/
/*       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: 1rem;
  margin: 0 0 1rem 0;
  padding: 0.5rem;
  height: 2.4375rem;
  width: 100%;
  border-radius: var(--input-border-radius, 5px);
  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);
    }*/
}
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;
}

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]::-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: #CCC;
}
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: #CCC;
}
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: #CCC;
}
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: #CCC;
}
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;
}

select {
  padding-right: 30px;
}

label {
  font-weight: bold;
  margin-bottom: 5px;
}
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: #FF544C;
  padding: 5px 0px 0px 0px;
}

.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: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  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;
  -webkit-transition: 0.4s;
  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: #9C3;
}
label.custom-switch input:focus + .text-label {
  /*box-shadow: 0 0 1px $cor-checkboxes-checked;*/
}
label.custom-switch input:checked + .text-label:after {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}
label.custom-switch input + .text-label .off {
  opacity: 1;
  visibility: visible;
  width: auto;
  height: auto;
  float: left;
  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;
  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;
  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;
  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: 0px;
  height: 1px;
  width: 1px;
}
input.custom-checkbox ~ label {
  --cor-checkboxes: #9C3;
  --cor-checkboxes-checked: #FFFFFF;
  --cor-checkboxes-checked-bg: #9C3;
  --checkboxes-border-thickness: 2px;
  position: relative;
  padding-left: 30px;
  margin-bottom: 1em;
  margin-left: 0px;
}
input.custom-checkbox ~ label.error {
  margin-bottom: 4px;
}
input.custom-checkbox ~ label:before {
  display: block;
  position: absolute;
  content: "";
  border: solid var(--checkboxes-border-thickness) var(--cor-checkboxes);
  height: 20px;
  width: 20px;
  left: 0px;
  top: 50%;
  margin-top: -10px;
  border-radius: 2px;
  transition: 0.28s ease;
}
input.custom-checkbox ~ label:after {
  transform: scale3d(0, 0, 0) rotate(-45deg);
  display: block;
  position: absolute;
  content: "";
  height: 8px;
  width: 14px;
  left: 3px;
  top: 50%;
  margin-top: -6px;
  color: white;
  border: 3px solid var(--cor-checkboxes-checked);
  border-width: 0px 0px 3px 3px;
  color: var(--cor-checkboxes-checked);
  transition: 0.28s ease;
}
input.custom-checkbox:focus ~ label:before {
  box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.1);
}
input.custom-checkbox:checked ~ label:before {
  background-color: var(--cor-checkboxes-checked-bg);
  border-color: var(--cor-checkboxes-checked-bg);
}
input.custom-checkbox:checked ~ label:after {
  transform: scale3d(1, 1, 1) rotate(-45deg);
}
input.custom-checkbox:disabled ~ label:before {
  cursor: not-allowed;
  opacity: 0.2;
}
input.custom-checkbox:disabled ~ label:after {
  cursor: not-allowed;
  opacity: 0.8;
}

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

#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 #9C3;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 10px 13px -6px, rgba(0, 0, 0, 0.137255) 0px 20px 31px 3px, rgba(0, 0, 0, 0.117647) 0px 8px 38px 7px;
  opacity: 0;
  border-radius: 5px;
  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: #9C3;
}
#accept-cookies .cookies-content-wrapper {
  text-align: center;
}
#accept-cookies .cookies-button-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
#accept-cookies .accept-cookies-policy {
  margin-right: 15px;
  margin-bottom: 0;
}
@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;
  }
}

#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;
  max-width: 95.6875rem;
  margin-left: auto;
  margin-right: auto;
}
#area-conta-inner-wrapper .area-conta__vazio {
  border: solid 1px #e2e2e2;
  padding: 15px 15px;
  margin-bottom: 15px;
  background-color: #ffffff;
  border-radius: var(--border-radius);
  max-width: 600px;
}
@media only screen and (max-width: 640px) {
  #area-conta-inner-wrapper {
    grid-template-columns: 1fr;
    gap: 0rem;
  }
}

#area-conta .linha-morada {
  border: solid 1px #e2e2e2;
  padding: 15px 15px;
  margin-bottom: 15px;
  background-color: #ffffff;
  border-radius: var(--border-radius);
}
#area-conta .linha-morada p {
  padding-right: 50px;
}
#area-conta .linha-morada span.linha-morada-icones {
  position: absolute;
  top: 0;
  right: 15px;
}
#area-conta .linha-morada span.linha-morada-icones span:not(.icon) {
  display: inline-block;
  vertical-align: middle;
}
#area-conta .linha-morada span.linha-morada-icones span:not(.icon):last-of-type svg {
  width: 24px;
  height: 24px;
}
#area-conta .linha-morada span.linha-morada-icones span:not(.icon) svg {
  width: 20px;
  height: 20px;
}
#area-conta .dados-utilizador {
  margin: 0px auto;
}
@media only screen and (max-width:1024px) {
  #area-conta .dados-utilizador {
    padding-right: 0px;
  }
}
#area-conta .moradas {
  margin: 0px auto;
}

#remover-morada .morada-wrapper {
  padding: 15px;
  border-left: solid 2px #e2e2e2;
}
#remover-morada .button:last-child {
  margin-right: 0px;
}
@media only screen and (max-width:1024px) {
  #remover-morada .button {
    width: 100%;
    margin-right: 0px;
  }
}

.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: 0px 0px 15px 0px;
  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: 0px 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;
  padding: 0px;
  margin: 0px;
  padding-bottom: 15px;
}
#area-conta-menu-lateral .area-conta-menu-lateral__nav li {
  display: block;
  padding: 2px 0px;
}
#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: #9C3;
  font-weight: 500;
  background-color: #EEE;
  color: #000;
}
#area-conta-menu-lateral .area-conta-menu-lateral__nav li.active > a:hover {
  background-color: #EEE;
  border-left-color: #9C3;
}
#area-conta-menu-lateral .area-conta-menu-lateral__nav li > a {
  border-left: solid 3px transparent;
  color: #000;
  display: block;
  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: 640px) {
  #area-conta-menu-lateral {
    background-color: #F6F6F6;
    padding-bottom: 0px;
    margin-bottom: 30px;
    border: solid 1px #EEE;
    z-index: 1;
  }
  #area-conta-menu-lateral::before {
    content: "";
    display: block;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.5);
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    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;
    padding-right: 40px;
    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;
  }
}

/***********************************************
*               MY DROPDOWN                    *
************************************************/
header {
  --menu-footer-font-size: 0.9rem;
  --flag-width: 18px;
  --flag-padding: 6px;
}
@media only screen and (max-width: 1379px) {
  header {
    --menu-drawer-left: 0px;
    --menu-drawer-right: auto;
    --menu-drawer-transform-x: -100%;
    --menu-drawer-max-width: 300px;
    --menu-drawer-width: 100%;
    --menu-submenu-open-transform-x: -20px;
    --menu-submenu-open-opacity: 0; /* para drawers 0, para dropdown 1*/
    --menu-submenu-open-pointer-events: none; /* para drawers none, para dropdown auto*/
    --menu-submenu-open-position: fixed; /* para drawers fixed, relative para dropdown*/
    --menu-submenu-open-height: auto; /* auto para drawers, auto para dropdown*/
    --menu-submenu-closed-height: auto; /* auto para drawers, 0 para dropdown*/
    --menu-submenu-open-transition: all 0.10s ease-out 0.10s, visibility 0s;
    --menu-submenu-closed-transition: all 0.10s ease-out, visibility 0s 0.10s;
    --menu-swipe-handle-left: 0px;
    --menu-swipe-handle-right: auto;
    --menu-handle-button-width: 30px;
    --menu-handle-button-height: 30px;
    --menu-handle-button-background: transparent;
    --menu-handle-button-color: #03132B;
    --menu-handle-button-padding: 0;
    --menu-handle-button-inner-translate: 11px;
    --menu-close-button-width: 30px;
    --menu-close-button-height: 30px;
    --menu-close-button-background: transparent;
    --menu-close-button-padding: 0;
    --menu-close-button-color: #03132B;
    --menu-item-color: #03132B;
    --menu-item-font-size: 0.9rem;
    --menu-item-font-weight: 500;
    --menu-item-line-height: inherit;
    --menu-item-padding-top: 10px;
    --menu-item-padding-bottom: 10px;
    --menu-item-padding-left: 15px;
    --menu-item-padding-right: 15px;
    --menu-submenu-item-font-size: 0.9rem;
    --menu-submenu-item-font-weight: 500;
    --menu-submenu-item-line-height: inherit;
    --menu-submenu-padding-top: 60px;
    --menu-header-height: 60px;
    --menu-header-padding-top: 0;
    --menu-header-padding-bottom: 0;
    --menu-header-padding-left: 15px;
    --menu-header-padding-right: 15px;
    --menu-submenu-header-height: 60px;
    --menu-submenu-header-display: flex;
  }
  header .menu--on-the-right {
    --menu-drawer-left: auto;
    --menu-drawer-right: 0px;
    --menu-drawer-transform-x: 100%;
    --menu-submenu-open-transform-x: 20px;
    --menu-swipe-handle-left: auto;
    --menu-swipe-handle-right: 0px;
  }
  header .header-bottom-mobile__right {
    order: 3;
    display: flex;
    align-items: center;
    min-width: 40px;
    justify-content: flex-end;
  }
  header .header-bottom-mobile__right .my-cart-wrapper > a {
    width: auto;
    height: 100%;
  }
  header .header-bottom-mobile__right .my-cart-wrapper > a svg, header .header-bottom-mobile__right .my-cart-wrapper > a img {
    display: inline-block;
    vertical-align: sub;
    height: 100%;
    width: 22px;
  }
  header #menu-handle::before, header #menu-handle::after,
header #menu-handle span,
header .menu-mobile__close-button::before,
header .menu-mobile__close-button::after,
header .menu-mobile__close-button span,
header .menu-mobile__submenu__close-button::before,
header .menu-mobile__submenu__close-button::after,
header .menu-mobile__submenu__close-button span {
    background: currentColor;
  }
  header #menu-handle::before, header #menu-handle::after,
header .menu-mobile__close-button::before,
header .menu-mobile__close-button::after,
header .menu-mobile__submenu__close-button::before,
header .menu-mobile__submenu__close-button::after {
    content: "";
    position: absolute;
    height: 2px;
    left: var(--menu-handle-button-inner-left, var(--menu-handle-button-padding));
    right: var(--menu-handle-button-inner-right, var(--menu-handle-button-padding));
    top: calc(50% - 1px);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    transition: var(--menu-submenu-open-transition, all 0.1s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.15s, visibility 0s 0.1s);
    transition-delay: 0.35s;
  }
  header #menu-handle span,
header .menu-mobile__close-button span,
header .menu-mobile__submenu__close-button span {
    position: absolute;
    /*width: 100%;*/
    height: 2px;
    left: var(--menu-handle-button-inner-left, var(--menu-handle-button-padding));
    right: var(--menu-handle-button-inner-right, var(--menu-handle-button-padding));
    overflow: hidden;
    text-indent: 200%;
    transition: var(--menu-submenu-open-transition, all 0.1s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.15s, visibility 0s 0.1s);
    transform: translate3d(0, -1px, 0);
    transition-delay: 0.25s;
  }
  header #menu-handle::before,
header .menu-mobile__close-button::before,
header .menu-mobile__submenu__close-button::before {
    transform: translate3d(0, calc(var(--menu-handle-button-inner-translate, var(--menu-handle-button-inner-translate)) * -1), 0);
  }
  header #menu-handle::after,
header .menu-mobile__close-button::after,
header .menu-mobile__submenu__close-button::after {
    transform: translate3d(0, calc(var(--menu-handle-button-inner-translate, var(--menu-handle-button-inner-translate)) * 1), 0);
  }
  header #menu-handle {
    /*height: 100%;*/
    background: var(--menu-handle-button-background);
    border: none;
    width: var(--menu-handle-button-width);
    max-width: var(--menu-handle-button-width);
    height: var(--menu-handle-button-height);
    padding: var(--menu-handle-button-padding);
    outline: none;
    position: relative;
    z-index: 1001;
    margin-bottom: 0;
    color: var(--menu-handle-button-color);
  }
  header #menu-large {
    display: none;
  }
  header #menu-mobile {
    display: block;
    position: fixed;
    visibility: hidden;
    overflow: hidden;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1002;
    transition: all 0.1s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.15s, visibility 0s 0.1s, visibility 0.15s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.15s;
  }
  header #menu-mobile.menu--has-submenu-open #menu-mobile__inner-wrapper .menu-mobile__header [data-item-to-animate-first-level], header #menu-mobile.menu--has-submenu-open #menu-mobile__inner-wrapper .menu-mobile__footer [data-item-to-animate-first-level] {
    opacity: var(--menu-submenu-open-opacity);
    pointer-events: var(--menu-submenu-open-pointer-events);
    transform: translate3d(calc(var(--menu-submenu-open-transform-x) * -1), 0, 0);
    transition: all 0.1s cubic-bezier(0.785, 0.135, 0.15, 0.86), visibility 0s 0s;
  }
  header #menu-mobile.menu--has-submenu-open #menu-mobile__inner-wrapper .menu-mobile__first-level > .menu__item > a {
    opacity: var(--menu-submenu-open-opacity);
    transform: translate3d(calc(var(--menu-submenu-open-transform-x) * -1), 0, 0);
    transition: all 0.1s cubic-bezier(0.785, 0.135, 0.15, 0.86), visibility 0s 0s;
  }
  header #menu-mobile .menu-mobile__close-button {
    position: relative;
    left: 0;
    top: 0;
    order: var(--menu-close-button-order, 0);
    background: var(--menu-close-button-background, var(--menu-handle-button-background));
    border: var(--menu-close-button-border, none);
    width: var(--menu-close-button-width, var(--menu-handle-button-width));
    max-width: var(--menu-close-button-width, var(--menu-handle-button-width));
    height: var(--menu-close-button-height, var(--menu-handle-button-height));
    padding: var(--menu-close-button-padding, var(--menu-handle-button-padding));
    outline: none;
    z-index: 1001;
    margin-bottom: 0;
    color: var(--menu-close-button-color, var(--menu-item-color));
  }
  header #menu-mobile .menu-mobile__close-button:before, header #menu-mobile .menu-mobile__close-button:after {
    width: 100%;
    transform: rotate3d(0, 0, 1, 0);
    transition: var(--menu-submenu-open-transition, all 0.1s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.15s, visibility 0s 0.1s);
  }
  header #menu-mobile .menu-mobile__close-button span {
    opacity: 0;
  }
  html.menu-opened header #menu-mobile #menu-handle:before, html.menu-opened header #menu-mobile #menu-handle:after,
html.menu-opened header #menu-mobile .menu-mobile__close-button:before,
html.menu-opened header #menu-mobile .menu-mobile__close-button:after {
    transition: all 0.1s cubic-bezier(0.785, 0.135, 0.15, 0.86), visibility 0s 0s;
    transition-delay: 0.3s, 0s;
  }
  html.menu-opened header #menu-mobile #menu-handle span,
html.menu-opened header #menu-mobile .menu-mobile__close-button span {
    opacity: 0;
  }
  html.menu-opened header #menu-mobile #menu-handle::before,
html.menu-opened header #menu-mobile .menu-mobile__close-button::before {
    transform: rotate3d(0, 0, 1, 45deg);
  }
  html.menu-opened header #menu-mobile #menu-handle::after,
html.menu-opened header #menu-mobile .menu-mobile__close-button::after {
    transform: rotate3d(0, 0, 1, 135deg);
  }
  header #menu-mobile .menu__item--has-submenu.opened > .menu__submenu > .menu-mobile__submenu__header .menu-mobile__submenu__close-button span {
    width: 70%;
  }
  header #menu-mobile .menu__item--has-submenu.opened > .menu__submenu > .menu-mobile__submenu__header .menu-mobile__submenu__close-button:before, header #menu-mobile .menu__item--has-submenu.opened > .menu__submenu > .menu-mobile__submenu__header .menu-mobile__submenu__close-button:after {
    width: 45%;
  }
  header #menu-mobile .menu__item--has-submenu.opened > .menu__submenu > .menu-mobile__submenu__header .menu-mobile__submenu__close-button::before {
    transform: rotate3d(0, 0, 1, 45deg);
  }
  header #menu-mobile .menu__item--has-submenu.opened > .menu__submenu > .menu-mobile__submenu__header .menu-mobile__submenu__close-button::after {
    transform: rotate3d(0, 0, 1, -45deg);
  }
  header #menu-mobile button.menu-mobile__submenu__close-button {
    left: 15px;
    top: 0;
    background: var(--menu-close-button-background, var(--menu-handle-button-background));
    border: var(--menu-close-button-border, none);
    width: var(--menu-close-button-width, var(--menu-handle-button-width));
    max-width: var(--menu-close-button-width, var(--menu-handle-button-width));
    height: var(--menu-close-button-height, var(--menu-handle-button-height));
    padding: var(--menu-close-button-padding, var(--menu-handle-button-padding));
    outline: none;
    position: relative;
    z-index: 1001;
    margin-bottom: 0;
    color: var(--menu-close-button-color, var(--menu-item-color));
  }
  header #menu-mobile button.menu-mobile__submenu__close-button span {
    opacity: 1;
    margin-left: 0;
    width: 10%;
    transform: translateY(0px) rotate3d(0, 0, 1, 0deg);
    transform-origin: 0;
    top: calc(50% - 1px);
    border-radius: 2px;
  }
  header #menu-mobile button.menu-mobile__submenu__close-button:before, header #menu-mobile button.menu-mobile__submenu__close-button:after {
    -webkit-transform-origin: 0;
    transform-origin: 0;
    width: 10%;
    border-radius: 2px;
    margin-left: 1px;
  }
  header #menu-mobile button.menu-mobile__submenu__close-button::before {
    transform: rotate3d(0, 0, 1, 45deg);
  }
  header #menu-mobile button.menu-mobile__submenu__close-button::after {
    transform: rotate3d(0, 0, 1, -45deg);
  }
  header #menu-mobile #menu-mobile__inner-wrapper {
    z-index: 1004;
    list-style: none;
    margin: 0;
    transform: translate3d(var(--menu-drawer-transform-x), 0, 0);
    transition: transform 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    position: fixed;
    top: 0;
    left: var(--menu-drawer-left);
    right: var(--menu-drawer-right);
    bottom: 0;
    background-color: #FFF;
    height: 100%;
    max-width: var(--menu-drawer-max-width, 300px);
    width: var(--menu-drawer-width, 100%);
    overflow-x: hidden;
    overflow-y: auto;
    color: var(--menu-item-color, #03132B);
  }
  header #menu-mobile #menu-mobile__inner-wrapper .menu-mobile__header {
    /*position: absolute;*/
    /*cursor: pointer;*/
    height: var(--menu-header-height, 60px);
    padding-top: var(--menu-header-padding-top, 0);
    padding-bottom: var(--menu-header-padding-bottom, 0);
    padding-left: var(--menu-header-padding-left, 15px);
    padding-right: var(--menu-header-padding-right, 15px);
    top: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.02);
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  header #menu-mobile #menu-mobile__inner-wrapper .menu-mobile__header .menu-header-spacer {
    flex: 1 1 auto;
  }
  header #menu-mobile #menu-mobile__inner-wrapper .lang-wrapper-mobile > a > span {
    text-transform: uppercase;
  }
  header #menu-mobile #menu-mobile__inner-wrapper .lang-wrapper-mobile .menu__submenu {
    text-transform: uppercase;
  }
  header #menu-mobile #menu-mobile__inner-wrapper .menu-mobile__header {
    font-size: var(--menu-header-font-size, 0.75em);
    font-weight: var(--menu-header-font-weight, 400);
  }
  header #menu-mobile #menu-mobile__inner-wrapper .menu-mobile__header > .menu__items > .menu__item > *:not(.menu__submenu) {
    font-size: var(--menu-header-font-size, 0.75em);
  }
  header #menu-mobile #menu-mobile__inner-wrapper .menu-mobile__footer {
    font-size: var(--menu-footer-font-size, 0.75em);
    font-weight: var(--menu-footer-font-weight, 400);
  }
  header #menu-mobile #menu-mobile__inner-wrapper .menu-mobile__footer > .menu__items > .menu__item > *:not(.menu__submenu) {
    padding-left: var(--menu-item-padding-left);
    font-size: var(--menu-footer-font-size, 0.75em);
  }
  header #menu-mobile #menu-mobile__inner-wrapper .menu-mobile__header [data-item-to-animate-first-level], header #menu-mobile #menu-mobile__inner-wrapper .menu-mobile__footer [data-item-to-animate-first-level] {
    opacity: 1;
    transform: none;
    transition: var(--menu-submenu-open-transition, all 0.1s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.15s, visibility 0s 0.1s);
  }
  header #menu-mobile #menu-mobile__inner-wrapper .menu-mobile__footer {
    padding-top: 40px;
  }
  header #menu-mobile #menu-mobile__inner-wrapper ul {
    list-style: none;
    margin: 0;
    padding-top: var(--menu-ul-padding-top, 10px);
    padding-bottom: var(--menu-ul-padding-bottom, 10px);
  }
  header #menu-mobile #menu-mobile__inner-wrapper .menu__items {
    font-size: var(--menu-item-font-size, 0.9rem);
    font-weight: var(--menu-item-font-weight, 500);
    line-height: var(--menu-item-line-height, inherit);
  }
  header #menu-mobile #menu-mobile__inner-wrapper .menu__items > .menu__item {
    padding: 0;
  }
  header #menu-mobile #menu-mobile__inner-wrapper .menu__items > .menu__item > a {
    display: block;
    padding: var(--menu-item-padding-top) var(--menu-item-padding-right) var(--menu-item-padding-bottom) var(--menu-item-padding-left);
    transition: var(--menu-submenu-open-transition, all 0.1s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.15s, visibility 0s 0.1s);
  }
  header #menu-mobile #menu-mobile__inner-wrapper .menu__items > .menu__item.menu__item--active > a {
    background-color: var(--menu-selected-item-background-color, rgba(153, 204, 51, 0.1));
    color: var(--menu-selected-item-color, #9C3);
  }
  header #menu-mobile #menu-mobile__inner-wrapper .menu__item--has-submenu-open > * > a {
    opacity: 0;
    transform: translate3d(20px, 0, 0);
    transition: all 0.1s cubic-bezier(0.785, 0.135, 0.15, 0.86), visibility 0s 0s;
  }
  header #menu-mobile #menu-mobile__inner-wrapper .menu__item--has-submenu {
    position: static;
    z-index: 1002;
  }
  header #menu-mobile #menu-mobile__inner-wrapper .menu__item--has-submenu > a {
    position: relative;
    padding-right: calc(var(--menu-item-padding-right) + 20px);
  }
  header #menu-mobile #menu-mobile__inner-wrapper .menu__item--has-submenu > a:after {
    content: "";
    position: absolute;
    top: 50%;
    right: calc((var(--menu-item-padding-right) + 20px) / 2);
    width: 8px;
    height: 8px;
    display: var(--menu-item-has-submenu-caret-display, inline-block);
    box-sizing: border-box;
    border-top: 2px solid currentColor;
    border-left: 2px solid currentColor;
    transform-origin: center;
    transform: translate(-50%, -50%) rotate(135deg);
  }
  header #menu-mobile #menu-mobile__inner-wrapper .menu__item--has-submenu.opened > .menu__submenu {
    visibility: visible;
    opacity: 1;
    height: var(--menu-submenu-open-height, auto);
    transform: translate3d(0, 0, 0);
    transition: var(--menu-submenu-open-transition, all 0.1s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.15s, visibility 0s 0.1s);
  }
  header #menu-mobile #menu-mobile__inner-wrapper .menu__item--has-submenu.opened > .menu__submenu > .menu-mobile__submenu__header {
    visibility: visible;
    opacity: 1;
    transition: var(--menu-submenu-open-transition, all 0.1s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.15s, visibility 0s 0.1s);
  }
  header #menu-mobile #menu-mobile__inner-wrapper .menu__item--has-submenu .menu__submenu {
    padding-top: var(--menu-submenu-padding-top, 60px);
    display: block;
    visibility: hidden;
    position: var(--menu-submenu-open-position, fixed);
    height: var(--menu-submenu-closed-height, auto);
    opacity: 0;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 1003;
    overflow: hidden;
    background-color: var(--menu-drawer-submenu-background, #FFF);
    transition: var(--menu-submenu-closed-transition, all 0.15s ease-out, visibility 0s 0.15s);
    transform: translate3d(var(--menu-submenu-open-transform-x), 0, 0);
    font-size: var(--menu-submenu-item-font-size, 0.9rem);
    font-weight: var(--menu-submenu-item-font-weight, 500);
    line-height: var(--menu-submenu-item-line-height, inherit);
    --menu-item-font-size: var(--menu-submenu-item-font-size);
    --menu-item-font-weight: var(--menu-submenu-item-font-weight);
    --menu-item-line-height: var(--menu-submenu-item-line-height);
  }
  header #menu-mobile #menu-mobile__inner-wrapper .menu__item--has-submenu .menu__submenu.menu__submenu--has-submenu-open > .menu-mobile__submenu__header {
    opacity: 0;
    pointer-events: var(--menu-submenu-open-pointer-events);
    transform: translate3d(calc(var(--menu-submenu-open-transform-x) * -1), 0, 0);
    transition: all 0.1s cubic-bezier(0.785, 0.135, 0.15, 0.86), visibility 0s 0s;
  }
  header #menu-mobile #menu-mobile__inner-wrapper .menu__item--has-submenu .menu__submenu.menu__submenu--has-submenu-open > .menu__items > .menu__item > a {
    opacity: 0;
    transform: translate3d(calc(var(--menu-submenu-open-transform-x) * -1), 0, 0);
    transition: all 0.1s cubic-bezier(0.785, 0.135, 0.15, 0.86), visibility 0s 0s;
  }
  header #menu-mobile #menu-mobile__inner-wrapper .menu__item--has-submenu .menu__submenu ul {
    padding-top: var(--menu-submenu-ul-padding-top, var(--menu-ul-padding-top, 10px));
    padding-bottom: var(--menu-submenu-ul-padding-bottom, var(--menu-ul-padding-bottom, 10px));
  }
  header #menu-mobile #menu-mobile__inner-wrapper .menu__item--has-submenu .menu__submenu > a {
    position: relative;
  }
  header #menu-mobile #menu-mobile__inner-wrapper .menu__item--has-submenu .menu__submenu .menu__item {
    --menu-item-color: var(--menu-submenu-item-color);
  }
  header #menu-mobile #menu-mobile__inner-wrapper .menu__item--has-submenu .menu__submenu > .menu-mobile__submenu__header {
    position: absolute;
    cursor: pointer;
    height: var(--menu-submenu-header-height, 60px);
    padding: 0 var(--menu-submenu-header-padding-right, 15px) 0 var(--menu-submenu-header-padding-left, 15px);
    top: 0;
    left: 0;
    right: 0;
    visibility: hidden;
    background-color: rgba(0, 0, 0, 0.02);
    transition: var(--menu-submenu-open-transition, all 0.1s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.15s, visibility 0s 0.1s);
    display: var(--menu-submenu-header-display, flex);
    align-items: center;
    opacity: 1;
  }
  header #menu-mobile #menu-mobile__inner-wrapper .menu__item--has-submenu .menu__submenu > .menu-mobile__submenu__header .menu-mobile__submenu__close-button {
    left: 0;
    flex: 0 0 auto;
  }
  header #menu-mobile #menu-mobile__inner-wrapper .menu__item--has-submenu .menu__submenu > .menu-mobile__submenu__header .menu-mobile__submenu__title {
    text-overflow: ellipsis;
    white-space: nowrap;
    text-transform: uppercase;
    font-size: 0.9em;
    overflow: hidden;
    flex: 1 0 0;
  }
  header #menu-mobile #menu-mobile__inner-wrapper .menu-mobile__first-level {
    /*margin-top: $altura-header-mobile;*/
    position: static;
  }
  header #menu-mobile #menu-mobile__inner-wrapper a {
    display: inline-block;
    color: var(--menu-item-color, #03132B);
  }
  header #menu-mobile #menu-mobile__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;
  }
  header #menu-mobile__swipe-handle {
    position: fixed;
    z-index: 1000;
    top: 0;
    left: var(--menu-swipe-handle-left);
    right: var(--menu-swipe-handle-right);
    bottom: 0;
    width: 15px;
  }
  html.menu-opened header #menu-large {
    display: none;
  }
  html.menu-opened header #menu-mobile {
    display: block;
    visibility: visible;
    opacity: 1;
    transition: opacity 0s, visibility 0s;
  }
  html.menu-opened header #menu-mobile #menu-mobile__inner-wrapper {
    transform: translate3d(0%, 0, 0);
    transition: transform 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  }
  html.menu-opened header #menu-mobile #menu-mobile__overlay {
    visibility: visible;
    opacity: 1;
  }
  header#header {
    position: relative;
    z-index: 2;
    height: 60px;
  }
  header#header #header-inner {
    height: 60px;
  }
  header#header #header-top {
    display: none;
  }
  header#header #header-bottom {
    height: 100%;
  }
  header#header #header-bottom #header-bottom-inner-wrapper {
    height: 60px;
    align-items: stretch;
    justify-content: center;
  }
  header#header #header-bottom #header-bottom-inner-wrapper #header-bottom-logo-wrapper {
    text-align: center;
    order: 2;
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  header#header #header-bottom #header-bottom-inner-wrapper #header-bottom-logo-wrapper img {
    height: 30px;
  }
  #template-carrinho-wrapper header#header #header-bottom #header-bottom-inner-wrapper #header-bottom-logo-wrapper {
    justify-content: left;
  }
  header#header #header-bottom #header-bottom-inner-wrapper #header-bottom-menu-wrapper {
    display: flex;
    align-items: center;
    order: 1;
    height: 100%;
    min-height: 30px;
    min-width: 40px;
  }
  header#header .lang-wrapper-large {
    display: none;
  }
  header#header .currency-wrapper-large {
    display: none;
  }
}
@media only screen and (min-width: 1380px) {
  header .header-bottom-mobile__right {
    display: none;
  }
  header #menu-handle, header #menu-close {
    display: none;
  }
  header .menu-mobile__submenu__header {
    display: none;
  }
  header #menu-mobile {
    display: none;
  }
  header #menu-large {
    display: block;
    opacity: 1;
    z-index: 1000;
    visibility: visible !important;
    position: relative;
    overflow: visible;
  }
  header #menu-large #menu-mobile__overlay {
    display: none;
  }
  header #menu-large #menu-login-mobile {
    display: none;
  }
  header #menu-large .menu-mobile__submenu__header {
    display: none;
  }
  header #menu-large #menu-large__inner-wrapper {
    position: relative;
    overflow: visible;
    max-width: none;
    padding-top: 0;
    transform: translate3d(0%, 0, 0);
  }
  header #menu-large #menu-large__inner-wrapper ul {
    list-style: none;
    margin: 0;
    padding: 0;
    transform: translate3d(0%, 0, 0);
  }
  header #menu-large #menu-large__inner-wrapper li {
    list-style: none;
    position: relative;
  }
  header #menu-large #menu-large__inner-wrapper .menu-large__first-level {
    position: relative;
    height: auto;
    max-width: none;
    width: auto;
  }
  header #menu-large #menu-large__inner-wrapper .menu-large__first-level > .menu__item:last-child:not(.menu__item--has-submenu) {
    padding-right: 0;
  }
  header #menu-large #menu-large__inner-wrapper .menu-large__first-level > .menu__item {
    display: inline-block;
    position: relative;
    padding-left: 12px;
    padding-right: 12px;
    vertical-align: middle;
  }
  header #menu-large #menu-large__inner-wrapper .menu-large__first-level > .menu__item.my-cart-wrapper {
    padding-left: 0;
  }
  header #menu-large #menu-large__inner-wrapper .menu-large__first-level > .menu__item.my-cart-wrapper > a {
    width: auto;
    height: 100%;
  }
  header #menu-large #menu-large__inner-wrapper .menu-large__first-level > .menu__item.my-cart-wrapper > a svg, header #menu-large #menu-large__inner-wrapper .menu-large__first-level > .menu__item.my-cart-wrapper > a img {
    display: inline-block;
    vertical-align: sub;
    height: 100%;
    width: 22px;
  }
  header #menu-large #menu-large__inner-wrapper .menu-large__first-level > .menu__item.menu__item--active {
    color: #9C3;
  }
  header #menu-large #menu-large__inner-wrapper .menu-large__first-level > .menu__item.menu__item--active > a {
    color: inherit;
    border-bottom: currentColor solid 2px;
  }
  header #menu-large #menu-large__inner-wrapper .menu-large__first-level > .menu__item.menu__item--has-submenu:after {
    content: "";
    color: inherit;
    position: absolute;
    right: 2px;
    top: 50%;
    margin-top: -3px;
    border: solid 4px currentColor;
    border-color: currentColor transparent transparent transparent;
  }
  header #menu-large #menu-large__inner-wrapper .menu-large__first-level > .menu__item > a {
    padding-left: 0;
    padding-right: 0;
    display: inline-block;
    border-bottom: transparent 2px solid;
    color: #03132B;
  }
  header #menu-large #menu-large__inner-wrapper .menu-large__first-level > .menu__item > a:hover {
    color: #9C3;
  }
  header #menu-large #menu-large__inner-wrapper .menu-large__first-level > .menu__item .menu__submenu {
    opacity: 0;
    visibility: hidden;
  }
  header #menu-large #menu-large__inner-wrapper .menu-large__first-level > .menu__item .menu__submenu a {
    display: block;
    white-space: nowrap;
  }
  header #menu-large #menu-large__inner-wrapper .menu-large__first-level > .menu__item .menu__submenu a:hover {
    color: #9C3;
  }
  header #menu-large #menu-large__inner-wrapper .menu-large__first-level > .menu__item .menu__submenu .menu__item--active {
    color: #9C3;
  }
  header #menu-large #menu-large__inner-wrapper .menu-large__first-level > .menu__item .menu__submenu .menu__item--active a {
    color: inherit;
  }
  header #menu-large #menu-large__inner-wrapper .menu__item--has-submenu:hover > .menu__submenu {
    opacity: 1;
    visibility: visible;
  }
  header #menu-large #menu-large__inner-wrapper .menu__submenu {
    position: absolute;
    background-color: #FFF;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    min-width: 100%;
    left: 0;
    top: auto;
    bottom: auto;
    transition: all 0.2s ease-out;
  }
  header #menu-large #menu-large__inner-wrapper .menu__submenu .menu__item a {
    color: #03132B;
    display: block;
    padding: 7px 12px;
  }
  header #menu-large #menu-large__inner-wrapper .menu__submenu .menu__submenu {
    left: 100%;
    top: 100%;
  }
  header #menu-large #menu-large__inner-wrapper .my-dropdown-wrapper {
    position: relative;
    display: inline-block;
  }
  header #menu-large #menu-large__inner-wrapper .my-dropdown-wrapper:not(.my-dropdown--on-click):hover {
    z-index: 2;
  }
  header #menu-large #menu-large__inner-wrapper .my-dropdown-wrapper:not(.my-dropdown--on-click):hover .my-dropdown {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.2s ease, visibility 0s ease 0s, transform 0.2s ease;
    transform: translate3d(0, 0px, 0);
  }
  header #menu-large #menu-large__inner-wrapper .my-dropdown-wrapper.my-dropdown--on-click {
    outline: none;
  }
  header #menu-large #menu-large__inner-wrapper .my-dropdown-wrapper.my-dropdown--on-click .my-dropdown {
    transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
  }
  header #menu-large #menu-large__inner-wrapper .my-dropdown-wrapper.my-dropdown--on-click.active .my-dropdown {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.2s ease, visibility 0s ease 0s, transform 0.2s ease;
    transform: translate3d(0, 0px, 0);
  }
  header #menu-large #menu-large__inner-wrapper .my-dropdown-wrapper .my-dropdown-trigger:after {
    display: inline-block;
    content: "";
    border: solid 4px;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
  }
  header #menu-large #menu-large__inner-wrapper .my-dropdown-wrapper .my-dropdown {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s ease 0.2s, visibility 0s ease 0.4s, transform 0.2s ease 0.2s;
    transform: translate3d(0, -22px, 0);
    position: absolute;
    padding-top: 10px;
    min-width: 120%;
    min-width: calc(100% + 34px);
  }
  header #menu-large #menu-large__inner-wrapper .my-dropdown-wrapper .my-dropdown-inner {
    position: relative;
    list-style: none;
    margin: 0px;
    padding: 8px 0px;
    background-color: white;
    display: block;
    box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
    box-shadow: 0 13px 27px -5px rgba(0, 0, 0, 0.25), 0 8px 16px -8px rgba(0, 0, 0, 0.2);
    border-radius: 2px;
  }
  header #menu-large #menu-large__inner-wrapper .my-dropdown-wrapper .my-dropdown-inner:before {
    content: "";
    display: block;
    position: absolute;
    top: -10px;
    left: 8px;
    border: 12px solid transparent;
    border-bottom-width: 12px;
    border-bottom-color: white;
    border-top-color: transparent;
    border-top-width: 0;
  }
  header #menu-large #menu-large__inner-wrapper .my-dropdown-wrapper .my-dropdown-inner li {
    text-align: left;
  }
  header #menu-large #menu-large__inner-wrapper .my-dropdown-wrapper .my-dropdown-inner li a {
    padding: 3px 15px;
    text-decoration: none;
    display: block;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    color: #9C3;
    background-color: transparent;
    white-space: nowrap;
  }
}
@media only screen and (min-width: 1380px) and (max-width:1024px) {
  header #menu-large #menu-large__inner-wrapper .my-dropdown-wrapper .my-dropdown-inner li a {
    padding-top: 8px;
    padding-bottom: 8px;
  }
}
@media only screen and (min-width: 1380px) {
  header #menu-large #menu-large__inner-wrapper .my-dropdown-wrapper .my-dropdown-inner li a:hover {
    background-color: #03132B;
    color: white;
  }
}
@media only screen and (min-width: 1380px) {
  header #menu-large #menu-large__inner-wrapper .my-dropdown-wrapper .my-dropdown-inner li a .icon {
    display: inline-block;
    margin-right: 10px;
  }
}
@media only screen and (min-width: 1380px) {
  header #menu-large #menu-large__inner-wrapper .my-dropdown-wrapper.my-dropdown--right .my-dropdown {
    right: 0px;
    transform-origin: calc(100% - 20px) -9px;
  }
  header #menu-large #menu-large__inner-wrapper .my-dropdown-wrapper.my-dropdown--right .my-dropdown .my-dropdown-inner:before {
    left: auto;
    right: 8px;
  }
}
@media only screen and (min-width: 1380px) {
  header #menu-large #menu-large__inner-wrapper .my-dropdown-wrapper.my-dropdown--no-arrow .my-dropdown .my-dropdown-inner:before {
    display: none;
  }
}
@media only screen and (min-width: 1380px) {
  header #menu-large #menu-large__inner-wrapper .my-dropdown-wrapper.my-dropdown--options-dropdown .my-dropdown-trigger {
    margin: 0px;
    color: #000;
  }
  header #menu-large #menu-large__inner-wrapper .my-dropdown-wrapper.my-dropdown--options-dropdown .my-dropdown-trigger:hover, header #menu-large #menu-large__inner-wrapper .my-dropdown-wrapper.my-dropdown--options-dropdown .my-dropdown-trigger:focus, header #menu-large #menu-large__inner-wrapper .my-dropdown-wrapper.my-dropdown--options-dropdown .my-dropdown-trigger:active {
    background-color: #EEE;
    border-color: #EEE;
  }
  header #menu-large #menu-large__inner-wrapper .my-dropdown-wrapper.my-dropdown--options-dropdown .my-dropdown-trigger:after {
    display: none;
  }
  header #menu-large #menu-large__inner-wrapper .my-dropdown-wrapper.my-dropdown--options-dropdown.my-dropdown--right .my-dropdown {
    right: 0px;
  }
  header #menu-large #menu-large__inner-wrapper .my-dropdown-wrapper.my-dropdown--options-dropdown .my-dropdown {
    padding-top: 0px;
  }
  header #menu-large #menu-large__inner-wrapper .my-dropdown-wrapper.my-dropdown--options-dropdown .my-dropdown .my-dropdown-inner:before {
    display: none;
  }
}
@media only screen and (min-width: 1380px) {
  header #menu-large #menu-large__inner-wrapper .my-dropdown-wrapper .icon {
    margin-right: 10px;
  }
}
@media only screen and (min-width: 1380px) {
  header #menu-large #menu-large__inner-wrapper .lang-wrapper-mobile {
    display: none !important;
  }
}
@media only screen and (min-width: 1380px) {
  header#header.header-with-headroom {
    height: 105px;
  }
  header#header.header-with-headroom #header-inner {
    height: 105px;
  }
  header#header #header-top #header-top-right {
    text-align: right;
  }
  header#header .lang-wrapper-large {
    display: inline-block;
    margin-left: 5px;
  }
  header#header .lang-wrapper-large #active-lang {
    display: inline-flex;
    align-items: center;
  }
  header#header .lang-wrapper-large #active-lang img {
    width: var(--flag-width);
    margin-right: var(--flag-padding);
  }
  header#header .lang-wrapper-large #active-lang:after {
    margin-left: 4px;
    margin-top: 4px;
  }
  header#header .lang-wrapper-large a {
    display: block;
    text-align: center;
    color: #03132B !important;
  }
  header#header .lang-wrapper-large li {
    min-width: 140px;
  }
  header#header .lang-wrapper-large li a {
    padding: 3px 10px !important;
    display: inline-flex;
  }
  header#header .lang-wrapper-large li a img {
    width: var(--flag-width);
    margin-right: var(--flag-padding);
  }
  header#header .lang-wrapper-large li a:hover {
    color: #fff !important;
  }
  header#header .lang-wrapper-large a.active {
    font-weight: bold;
  }
  header#header .currency-wrapper-large {
    margin-left: 5px;
  }
}
@media only screen and (min-width: 1380px) {
  header #header-bottom {
    padding-top: 22px;
    padding-bottom: 22px;
  }
  header #header-bottom #header-bottom-logo-wrapper #logo img {
    max-width: 200px;
    height: 61px;
  }
}
header #menu-mobile #menu-mobile__inner-wrapper .lang-wrapper-mobile img.flag {
  width: var(--flag-width);
  margin-right: var(--flag-padding);
  margin-bottom: 2px;
}
header #menu-mobile #menu-mobile__inner-wrapper .lang-wrapper-mobile > a > span {
  text-transform: none;
}
header #menu-mobile #menu-mobile__inner-wrapper .lang-wrapper-mobile .menu__submenu {
  text-transform: none;
}

/***************************/
/*       DIALOG BASE       */
/***************************/
/***************************/
/*         MIXINS          */
/***************************/
.dialog.dialog-error {
  width: 100%;
  background: #FFF;
  text-align: left;
  max-width: 500px;
  position: relative;
}
.dialog.dialog-error .buttons-wrapper {
  display: flex;
  justify-content: space-between;
  padding-top: 20px;
}
.dialog.dialog-error .buttons-wrapper .button {
  max-width: 50%;
  margin-right: 2px;
  margin-left: 2px;
  flex: 1 1 0;
  padding-left: 10px;
  padding-right: 10px;
}
@media only screen and (max-width: 640px) {
  .dialog.dialog-error .buttons-wrapper .button {
    width: 100%;
  }
}
.dialog.dialog-error h4 {
  color: #DE4440;
  font-size: 1.69rem;
  text-align: center;
}

.dialog.dialog-success {
  width: 100%;
  background: #FFF;
  text-align: left;
  max-width: 500px;
  position: relative;
  text-align: center;
}
.dialog.dialog-success .buttons-wrapper {
  display: flex;
  justify-content: space-between;
  padding-top: 20px;
}
.dialog.dialog-success .buttons-wrapper .button {
  max-width: 50%;
  margin-right: 2px;
  margin-left: 2px;
  flex: 1 1 0;
  padding-left: 10px;
  padding-right: 10px;
}
@media only screen and (max-width: 640px) {
  .dialog.dialog-success .buttons-wrapper .button {
    width: 100%;
  }
}
.dialog.dialog-success h4 {
  color: #000;
  font-size: 1.69rem;
}

.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#definir-entrega-dialog {
  --max-width: 500px;
  max-width: var(--max-width);
}

.dialog {
  --dialog-padding: 30px 15px;
  position: relative;
  min-height: 200px;
  width: 100%;
  max-width: 650px;
  background: #fff;
  padding: var(--dialog-padding) !important;
  text-align: left;
  margin: 0 auto;
  opacity: 0;
  will-change: transform, opacity;
  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);
}
.fancybox-container--ready .dialog {
  transform: scale3d(1, 1, 1);
  opacity: 1;
}
.dialog .fancybox-close-small {
  background-color: #9C3;
  outline: none !important;
  height: 30px;
  position: absolute;
  top: 0;
  border: none;
  transition: background-color 0.15s ease, color 0.15s ease;
}
.dialog .fancybox-close-small:hover {
  background-color: #8ab82e;
  color: white;
}
.dialog .fancybox-close-small:hover:after {
  color: white;
  background: transparent;
}
.dialog .fancybox-close-small:after {
  color: white;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  border-radius: 0;
  line-height: 30px;
  background: transparent;
  outline: none !important;
}
.dialog .button {
  margin-bottom: 4px;
}
.dialog h3 {
  margin-bottom: 2rem;
  text-align: left;
}
.dialog h4 {
  margin-bottom: 2rem;
  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;
}

/***********************************************
*               MY DROPDOWN                    *
************************************************/
.my-dropdown-wrapper {
  position: relative;
  display: inline-block;
}
.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: opacity 0.2s ease, visibility 0s ease 0s, transform 0.2s ease;
  transform: translate3d(0, 0px, 0);
}
.my-dropdown-wrapper.my-dropdown--on-click {
  outline: none;
}
.my-dropdown-wrapper.my-dropdown--on-click .my-dropdown {
  transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}
.my-dropdown-wrapper.my-dropdown--on-click.active .my-dropdown {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.2s ease, visibility 0s ease 0s, transform 0.2s ease;
  transform: translate3d(0, 0px, 0);
}
.my-dropdown-wrapper .my-dropdown-trigger:after {
  display: inline-block;
  content: "";
  border: solid 4px;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
}
.my-dropdown-wrapper .my-dropdown {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease 0.2s, visibility 0s ease 0.4s, transform 0.2s ease 0.2s;
  transform: translate3d(0, -22px, 0);
  position: absolute;
  padding-top: 10px;
  min-width: 120%;
  min-width: calc(100% + 34px);
}
.my-dropdown-wrapper .my-dropdown-inner {
  position: relative;
  list-style: none;
  margin: 0px;
  padding: 8px 0px;
  background-color: white;
  display: block;
  box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
  box-shadow: 0 13px 27px -5px rgba(0, 0, 0, 0.25), 0 8px 16px -8px rgba(0, 0, 0, 0.2);
  border-radius: 2px;
}
.my-dropdown-wrapper .my-dropdown-inner:before {
  content: "";
  display: block;
  position: absolute;
  top: -10px;
  left: 8px;
  border: 12px solid transparent;
  border-bottom-width: 12px;
  border-bottom-color: white;
  border-top-color: transparent;
  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: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  color: #9C3;
  background-color: transparent;
  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: #03132B;
  color: white;
}
.my-dropdown-wrapper .my-dropdown-inner li a .icon {
  display: inline-block;
  margin-right: 10px;
}
.my-dropdown-wrapper.my-dropdown--right .my-dropdown {
  right: 0px;
  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 {
  margin: 0px;
  color: #000;
}
.my-dropdown-wrapper.my-dropdown--options-dropdown .my-dropdown-trigger:hover, .my-dropdown-wrapper.my-dropdown--options-dropdown .my-dropdown-trigger:focus, .my-dropdown-wrapper.my-dropdown--options-dropdown .my-dropdown-trigger:active {
  background-color: #EEE;
  border-color: #EEE;
}
.my-dropdown-wrapper.my-dropdown--options-dropdown .my-dropdown-trigger:after {
  display: none;
}
.my-dropdown-wrapper.my-dropdown--options-dropdown.my-dropdown--right .my-dropdown {
  right: 0px;
}
.my-dropdown-wrapper.my-dropdown--options-dropdown .my-dropdown {
  padding-top: 0px;
}
.my-dropdown-wrapper.my-dropdown--options-dropdown .my-dropdown .my-dropdown-inner:before {
  display: none;
}

/***********************************************
*           Slider                        *
************************************************/
.top-content-inner .slider-item .slider-item-outer-content-wrapper.slider-item-video {
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
  transform: translateY(-50%);
}
.top-content-inner .slider-item .slider-item-outer-content-wrapper.slider-item-video button.link-video {
  padding: 0;
  background-color: transparent;
  border-color: transparent;
  width: 60px;
  height: 60px;
}
.top-content-inner .slider-item .slider-item-outer-content-wrapper.slider-item-video button.link-video svg {
  width: 60px;
  height: 60px;
}

.slider-item {
  outline: none;
}

div.slider-dots, .slider-container > div.slider-dots {
  padding: 0px;
  margin-left: 0px;
  bottom: 0px;
  position: relative;
  text-align: center;
  z-index: 1;
}
div.slider-dots .slider-dot, .slider-container > div.slider-dots .slider-dot {
  width: 12px;
  height: 12px;
  display: inline-block;
  margin: 0px 5px;
  outline: none;
  border-radius: 50%;
  cursor: pointer;
  background-color: transparent;
  box-shadow: inset 0 0 0 2px currentColor;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}
div.slider-dots .slider-dot.slider-dot-active, .slider-container > div.slider-dots .slider-dot.slider-dot-active {
  transform: scale3d(1.3, 1.3, 1.3);
  box-shadow: inset 0 0 0 8px currentColor;
}

.top-content-inner .slider-item {
  outline: none;
}
.top-content-inner div.slider-dots, .top-content-inner .slider-container > div.slider-dots {
  padding: 0px;
  margin-left: 0px;
  bottom: 0px;
  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: 12px;
  height: 12px;
  display: inline-block;
  margin: 0px 5px;
  outline: none;
  border-radius: 50%;
  cursor: pointer;
  background-color: transparent;
  box-shadow: inset 0 0 0 2px #fff;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}
.top-content-inner div.slider-dots .slider-dot.slider-dot-active, .top-content-inner .slider-container > div.slider-dots .slider-dot.slider-dot-active {
  transform: scale3d(1.3, 1.3, 1.3);
  box-shadow: inset 0 0 0 8px #fff;
}
.top-content-inner .slider-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(3, 19, 43, 0.6);
}

#area-home .top-content-inner .slider-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(3, 19, 43, 0.6);
}

.area-lookbook .galeria .row-lookbook {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: -15px;
  margin-right: -15px;
}
.area-lookbook .galeria .row-lookbook .row-lookbook__img-item {
  margin-bottom: 1.875rem;
}
.area-lookbook .galeria .row-lookbook .row-lookbook__img-item .row-lookbook__img-item__img-wrapper img {
  object-fit: cover;
  min-height: 100%;
}
.area-lookbook .galeria .row-lookbook:last-child .row-lookbook__img-item {
  margin-bottom: 0px;
}

/***********************************************
*                   LOGIN                       *
************************************************/
.separador-ou {
  display: block;
  position: relative;
  text-align: center;
  margin-bottom: 10px;
  margin-top: 10px;
}
.separador-ou span {
  background-color: white;
  display: inline-block;
  padding: 0px 10px;
  padding-bottom: 4px;
  z-index: 1;
  position: relative;
}
.separador-ou:after {
  position: absolute;
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  top: 50%;
  margin-top: -1px;
  background-color: #DDD;
}

#login-tabs-container #login-tabs-header {
  text-align: center;
  overflow: hidden;
}
#login-tabs-container #login-tabs-header a {
  text-decoration: none;
  width: 50%;
  display: block;
  float: left;
  font-size: 20px;
  padding: 10px 0px;
  color: #000;
  border-bottom: solid 2px #CCC;
  transition: all 0.2s ease;
}
#login-tabs-container #login-tabs-header a.active {
  border-bottom-color: #000;
}
#login-tabs-container #login-tabs-header a:hover {
  background-color: #F4F4F4;
}
#login-tabs-container #login-tabs-body .login-tabs-body-item {
  display: none;
  padding-top: 30px;
}
#login-tabs-container #login-tabs-body .login-tabs-body-item.active {
  display: block;
}

.button.facebook-button {
  background-color: #3b5998;
  border-color: #3b5998;
  padding: 10px 0px;
}
.button.facebook-button * {
  vertical-align: middle;
}
.button.facebook-button i {
  margin-right: 10px;
}
.button.facebook-button:hover {
  background-color: #4264aa;
  border-color: #4264aa;
}
.button.facebook-button:focus {
  background-color: #4c70ba;
  border-color: #4264aa;
}

/***********************************************
*           Carrinho e consulta encomenda      *
************************************************/
#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(640px);
  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: 2rem;
}
#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__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;
  height: 2.4375rem;
  margin: 0;
  margin-left: 5px;
  flex: 1 1 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-resumo-wrapper label {
  cursor: default;
}
#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;
}
@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-resumo-bottom {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    background: white;
    z-index: 1;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.2);
    margin: 0;
    padding: 10px 15px;
  }
}
#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 .my-dropdown--options-dropdown {
  position: absolute;
  top: -5px;
  right: 0;
}
#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: 600;
  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;
  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;
}
#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: 0.8em;
  text-decoration: line-through;
  opacity: 0.8;
}
#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 {
  text-decoration: line-through;
  font-size: 0.8em;
  opacity: var(--preco-antigo-opacity, 0.5);
}
#area-carrinho .mensagem-produto-extra-sugerido .produto button {
  margin-bottom: 0;
}
#area-carrinho #resumo-valores-encomenda {
  /*font-size: 1rem;*/
}
#area-carrinho #resumo-valores-encomenda .mensagem-ate-portes-gratis [data-mensagem-ate-portes-gratis] {
  padding: 10px;
}
#area-carrinho #resumo-valores-encomenda table {
  width: 100%;
  border: none;
  margin-bottom: 0;
  /*font-size: 1em;*/
  background: transparent;
  color: inherit;
}
#area-carrinho #resumo-valores-encomenda table tr {
  background-color: transparent;
  color: inherit;
}
#area-carrinho #resumo-valores-encomenda table tr td {
  padding: 0;
  padding-bottom: 10px;
  background-color: transparent;
  color: inherit;
}
#area-carrinho #resumo-valores-encomenda table tr td:nth-child(2) {
  text-align: right;
}
#area-carrinho #resumo-valores-encomenda table tr.valor-total-wrapper td {
  font-size: 1.3em;
  font-weight: bold;
}
#area-carrinho #resumo-valores-encomenda table tr.iva-incluido-wrapper {
  border-bottom: none;
  /*font-style: italic;*/
}
#area-carrinho #resumo-valores-encomenda table tr.iva-incluido-wrapper td {
  border-bottom: none;
  padding-bottom: 0;
}
#area-carrinho #resumo-valores-encomenda table tr.iva-incluido-wrapper span {
  font-weight: normal;
  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 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 .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;
}
#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 > div,
#area-carrinho .checkout-facturacao-morada-item > div {
  flex: 1 1 0;
  width: calc(100% - 100px);
}
#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;
}
#area-carrinho .checkout-expedicao-morada-item label,
#area-carrinho .checkout-facturacao-morada-item label {
  display: block;
  font-weight: normal;
  margin-bottom: 0;
}
#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: 50px;
  flex: 1 0 50px;
  max-width: 50px;
  min-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;
}
#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;
}
#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,
#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;
}
#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: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;
}
#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;
}
#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 {
  max-width: 30px;
  margin-right: 8px;
  display: inline-block;
}
#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;
}
#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: 2.4375rem;
  margin-bottom: 0;
}

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

#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: #03132B;
  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;
  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-historico-encomendas .historico-encomendas__lista__item .alerta-pagamento {
  font-size: 0.7rem;
  font-weight: 500;
  text-transform: uppercase;
  padding: 5px 10px;
}

#area-consultar-encomenda {
  margin-bottom: 0;
  border: none;
}
#area-consultar-encomenda .alerta-pagamento {
  position: relative;
  padding: 5px 15px;
  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-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;
}
#area-consultar-encomenda .conta-titulo-pagina span {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
#area-consultar-encomenda .conta-titulo-pagina span ~ span {
  margin-right: 0;
}
#area-consultar-encomenda .conta-titulo-pagina .alerta-pagamento {
  /*font-size: 0.5em;*/
}
#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;
}
@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-resumo-bottom {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    background: white;
    z-index: 1;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.2);
    margin: 0;
    padding: 10px 15px;
  }
}
#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 .my-dropdown--options-dropdown {
  position: absolute;
  top: -5px;
  right: 0;
}
#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: 600;
  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;
  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;
}
#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: 0.8em;
  text-decoration: line-through;
  opacity: 0.8;
}
#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 #resumo-valores-encomenda {
  /*font-size: 1rem;*/
}
#area-consultar-encomenda #resumo-valores-encomenda .mensagem-ate-portes-gratis [data-mensagem-ate-portes-gratis] {
  padding: 10px;
}
#area-consultar-encomenda #resumo-valores-encomenda table {
  width: 100%;
  border: none;
  margin-bottom: 0;
  /*font-size: 1em;*/
  background: transparent;
  color: inherit;
}
#area-consultar-encomenda #resumo-valores-encomenda table tr {
  background-color: transparent;
  color: inherit;
}
#area-consultar-encomenda #resumo-valores-encomenda table tr td {
  padding: 0;
  padding-bottom: 10px;
  background-color: transparent;
  color: inherit;
}
#area-consultar-encomenda #resumo-valores-encomenda table tr td:nth-child(2) {
  text-align: right;
}
#area-consultar-encomenda #resumo-valores-encomenda table tr.valor-total-wrapper td {
  font-size: 1.3em;
  font-weight: bold;
}
#area-consultar-encomenda #resumo-valores-encomenda table tr.iva-incluido-wrapper {
  border-bottom: none;
  /*font-style: italic;*/
}
#area-consultar-encomenda #resumo-valores-encomenda table tr.iva-incluido-wrapper td {
  border-bottom: none;
  padding-bottom: 0;
}
#area-consultar-encomenda #resumo-valores-encomenda table tr.iva-incluido-wrapper span {
  font-weight: normal;
  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: 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;
}
@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-resumo-bottom {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    background: white;
    z-index: 1;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.2);
    margin: 0;
    padding: 10px 15px;
  }
}
#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 .my-dropdown--options-dropdown {
  position: absolute;
  top: -5px;
  right: 0;
}
#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: 600;
  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;
  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;
}
#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: 0.8em;
  text-decoration: line-through;
  opacity: 0.8;
}
#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 {
  text-decoration: line-through;
  font-size: 0.8em;
  opacity: var(--preco-antigo-opacity, 0.5);
}
#carrinho-sidebar .mensagem-produto-extra-sugerido .produto button {
  margin-bottom: 0;
}
#carrinho-sidebar #resumo-valores-encomenda {
  /*font-size: 1rem;*/
}
#carrinho-sidebar #resumo-valores-encomenda .mensagem-ate-portes-gratis [data-mensagem-ate-portes-gratis] {
  padding: 10px;
}
#carrinho-sidebar #resumo-valores-encomenda table {
  width: 100%;
  border: none;
  margin-bottom: 0;
  /*font-size: 1em;*/
  background: transparent;
  color: inherit;
}
#carrinho-sidebar #resumo-valores-encomenda table tr {
  background-color: transparent;
  color: inherit;
}
#carrinho-sidebar #resumo-valores-encomenda table tr td {
  padding: 0;
  padding-bottom: 10px;
  background-color: transparent;
  color: inherit;
}
#carrinho-sidebar #resumo-valores-encomenda table tr td:nth-child(2) {
  text-align: right;
}
#carrinho-sidebar #resumo-valores-encomenda table tr.valor-total-wrapper td {
  font-size: 1.3em;
  font-weight: bold;
}
#carrinho-sidebar #resumo-valores-encomenda table tr.iva-incluido-wrapper {
  border-bottom: none;
  /*font-style: italic;*/
}
#carrinho-sidebar #resumo-valores-encomenda table tr.iva-incluido-wrapper td {
  border-bottom: none;
  padding-bottom: 0;
}
#carrinho-sidebar #resumo-valores-encomenda table tr.iva-incluido-wrapper span {
  font-weight: normal;
  font-size: 0.8em;
}

.texto-vermelho {
  color: #D91E18;
}

.texto-azul {
  color: #66bb6a;
}

.teaxto-laranj {
  color: #F89406;
}

#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: #9C3;
  --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-columns .coluna-galeria {
    top: 0;
    position: relative;
  }
}
#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: "Roboto", sans-serif, -apple-system, BlinkMacSystemFont, "Tahoma", "Roboto", "Helvetica Neue", "Ubuntu";
  /*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);
  color: var(--produto-preco-color);
}
#area-produto-inner .produto__preco .preco-wrapper .preco-antigo {
  font-size: 0.8em;
  opacity: 0.4;
  text-decoration: line-through;
}
#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(--produtop-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: #FF544C;
}
#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;
}

#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;
  background-color: white;
  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;
}
.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: #9C3;
  color: white;
  text-transform: lowercase;
}
.produto-item-wrapper .produto-item .desconto .ate {
  font-size: 0.8em;
}
.produto-item-wrapper .produto-item .novo {
  background-color: #9C3;
  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 {
  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;*/
}

#area-shop-inner #filtragem label {
  font-weight: normal;
}
#area-shop-inner #filtragem ul {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
}
#area-shop-inner #filtragem .filtragem-subtitulo {
  position: relative;
  display: block;
}
#area-shop-inner #filtragem .remover-filtro {
  text-decoration: none;
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -14px;
}
#area-shop-inner #filtragem .remover-filtro span {
  vertical-align: middle;
  text-transform: uppercase;
  font-size: 12px;
  display: inline-block;
  color: #BBB;
}
#area-shop-inner #filtragem .remover-filtro .icon {
  margin-left: 3px;
}
#area-shop-inner #filtragem .remover-filtro .icon svg {
  height: 10px;
  width: 10px;
  color: #5c7a1f;
}
#area-shop-inner #filtragem .remover-filtro .icon svg g,
#area-shop-inner #filtragem .remover-filtro .icon svg path {
  fill: #5c7a1f;
}
@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: #9C3;
    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: #d6ebad;
  }
  #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: #9C3;
  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(153, 204, 51, 0.9);
  color: #FFF;
}

#area-pagamento {
  padding-top: 60px;
  display: grid;
  justify-content: center;
  flex-wrap: wrap;
  grid-template-columns: fit-content(640px);
}
#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-inner-wrapper {
  margin-bottom: 3rem;
}

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

#form-pagamento-alterar-numero {
  max-width: 420px;
}
#form-pagamento-alterar-numero button[type=submit] {
  width: 100%;
  margin-bottom: 0px;
}

.wrapper-pagamento-show-info {
  padding-bottom: 2rem;
}

.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: 420px;
}

#mbway-countdown-wrapper {
  text-align: center;
  padding: 50px 30px 30px;
  background-color: hsl(0deg, 2%, 97%);
  border-radius: 20px;
}

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

.metodo-campos-adicionais__wrapper {
  display: none;
  padding-bottom: 15px;
}
.metodo-campos-adicionais__wrapper .metodo-campo-adicional__telemovel__inner-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  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: 0px;
}
.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: 400px;
  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: 1rem;
  margin: 0 0 1rem 0;
  padding: 0.5rem;
  height: 2.4375rem;
  width: 100%;
  border-radius: var(--input-border-radius, 5px);
  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: 0px;
  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;
}
.metodo-campos-adicionais__wrapper .stripe__card-wrapper .card-input.StripeElement--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);
}

.pagamento-pagar-stripe {
  max-width: 400px;
}

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

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

.alerta.alerta-pagamento-erro {
  display: inline-block;
  margin-bottom: 20px;
  padding: 15px 15px;
  max-width: 650px;
  min-width: 100%;
}
.alerta.alerta-pagamento-erro > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  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: 0px;
  flex: 0 0 3em;
}

.bloco-texto-img .bloco-texto-img__row {
  display: flex;
  align-items: center;
}
.bloco-texto-img .bloco-texto-img__row .bloco-texto-img__row__coluna-texto {
  width: 50%;
  padding-left: 0.9375rem;
  padding-right: 6rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.bloco-texto-img .bloco-texto-img__row .bloco-texto-img__row__coluna-texto p:last-child {
  margin-bottom: 0;
}
.bloco-texto-img .bloco-texto-img__row .bloco-texto-img__row__coluna-texto .bloco-texto-img__row__coluna-texto__pre-titulo {
  color: #8ab82e;
  font-weight: 500;
  margin-bottom: 1rem;
  text-transform: uppercase;
}
.bloco-texto-img .bloco-texto-img__row .bloco-texto-img__row__coluna-texto .bloco-texto-img__row__coluna-texto__titulo {
  margin-bottom: 1.5rem;
}
.bloco-texto-img .bloco-texto-img__row .bloco-texto-img__row__coluna-texto .bloco-texto-img__row__coluna-texto__titulo h1, .bloco-texto-img .bloco-texto-img__row .bloco-texto-img__row__coluna-texto .bloco-texto-img__row__coluna-texto__titulo h2, .bloco-texto-img .bloco-texto-img__row .bloco-texto-img__row__coluna-texto .bloco-texto-img__row__coluna-texto__titulo h3 {
  margin: 0;
}
.bloco-texto-img .bloco-texto-img__row .bloco-texto-img__row__coluna-texto .bloco-texto-img__row__coluna-texto__pos-titulo {
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}
.bloco-texto-img .bloco-texto-img__row .bloco-texto-img__row__coluna-texto .bloco-texto-img__row__coluna-texto__call-2-action {
  /*@extend %call-2-action--large;*/
  margin-top: 1rem;
}
.bloco-texto-img .bloco-texto-img__row .bloco-texto-img__row__coluna-img {
  display: flex;
  align-items: center;
  flex-grow: 1;
  width: 50%;
  text-align: right;
  padding-right: 0.9375rem;
  padding-left: 6rem;
}
.bloco-texto-img .bloco-texto-img__row .bloco-texto-img__row__coluna-img img {
  object-fit: cover;
  height: 100%;
}
.bloco-texto-img .bloco-texto-img__row .swiper-container.swiper-container--grande .swiper-pagination {
  bottom: 10px;
  position: absolute;
}
.bloco-texto-img .bloco-texto-img__row .swiper-container.swiper-container--grande .swiper-pagination .slider-dot {
  box-shadow: inset 0 0 0 2px white;
}
.bloco-texto-img .bloco-texto-img__row .swiper-container.swiper-container--grande .swiper-pagination .slider-dot.slider-dot-active {
  box-shadow: inset 0 0 0 8px white !important;
}
.bloco-texto-img.bloco-texto-img--invertido .bloco-texto-img__row {
  flex-direction: row-reverse;
  padding-left: 0;
}
.bloco-texto-img.bloco-texto-img--invertido .bloco-texto-img__row .bloco-texto-img__row__coluna-texto {
  padding-left: 6rem;
  padding-right: 0.9375rem;
}
.bloco-texto-img.bloco-texto-img--invertido .bloco-texto-img__row .bloco-texto-img__row__coluna-img {
  padding-right: 6rem;
  padding-left: 0.9375rem;
  text-align: left;
}
.bloco-texto-img--slider .swiper-container .swiper-slide {
  transition: all 0.5s ease-in-out;
  margin-right: 0;
}
.bloco-texto-img--slider .swiper-container .swiper-slide:not(.swiper-slide-active) {
  scale: 0.7;
  opacity: 0.3;
}
.bloco-texto-img--slider .swiper-container .swiper-slide .bloco-texto-img__row__coluna-texto {
  padding-left: 0.9375rem;
  padding-right: 3.75rem;
}
.bloco-texto-img--slider .swiper-container .swiper-slide .bloco-texto-img__row__coluna-img {
  padding-right: 0.9375rem;
  padding-left: 3.75rem;
}
.bloco-texto-img--slider .swiper-container .swiper-slide:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.015);
  /* mix-blend-mode: darken; */
  left: 0;
  top: 0;
}
.bloco-texto-img--slider .swiper-container .swiper-pagination {
  margin-top: 1rem;
}
.bloco-texto-img--slider .bloco-texto-img__row__coluna-img {
  display: flex;
  align-items: center;
}
.bloco-texto-img--slider.bloco-texto-img--invertido .swiper-container .swiper-slide .bloco-texto-img__row__coluna-texto {
  padding-left: 3.75rem;
  padding-right: 0.9375rem;
}
.bloco-texto-img--slider.bloco-texto-img--invertido .swiper-container .swiper-slide .bloco-texto-img__row__coluna-img {
  padding-right: 3.75rem;
  padding-left: 0.9375rem;
  display: flex;
  align-items: center;
}
.bloco.bloco-3-colunas {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 5.5rem;
}
.bloco.bloco-3-colunas .bloco-3-colunas__coluna .bloco-3-colunas__coluna__detalhes {
  margin-top: 1.88rem;
}
.bloco.bloco-3-colunas .bloco-3-colunas__coluna .bloco-3-colunas__coluna__detalhes .bloco-3-colunas__coluna__detalhes__link {
  color: #8ab82e;
  text-decoration: none;
  margin-top: 1rem;
  display: inline-block;
  font-size: 1.125rem;
  font-weight: 500;
}
.bloco.bloco-3-colunas .bloco-3-colunas__coluna .bloco-3-colunas__coluna__detalhes .bloco-3-colunas__coluna__detalhes__link:before {
  top: 42%;
}
.bloco.bloco-texto-img-full-width .bloco-texto-img-full-width__row {
  display: flex;
  align-items: center;
  padding-left: calc((100vw - 17px - 95.6875rem) / 2);
}
.bloco.bloco-texto-img-full-width .bloco-texto-img-full-width__row .bloco-texto-img-full-width__row__coluna-texto {
  width: 40%;
  padding-left: 0.9375rem;
  padding-right: 3.75rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.bloco.bloco-texto-img-full-width .bloco-texto-img-full-width__row .bloco-texto-img-full-width__row__coluna-texto p:last-child {
  margin-bottom: 0;
}
.bloco.bloco-texto-img-full-width .bloco-texto-img-full-width__row .bloco-texto-img-full-width__row__coluna-texto .bloco-texto-img-full-width__row__coluna-texto__pre-titulo {
  color: #8ab82e;
  font-weight: 500;
  margin-bottom: 1.5rem;
}
.bloco.bloco-texto-img-full-width .bloco-texto-img-full-width__row .bloco-texto-img-full-width__row__coluna-texto .bloco-texto-img-full-width__row__coluna-texto__titulo {
  margin-bottom: 1.5rem;
}
.bloco.bloco-texto-img-full-width .bloco-texto-img-full-width__row .bloco-texto-img-full-width__row__coluna-texto .bloco-texto-img-full-width__row__coluna-texto__titulo h1, .bloco.bloco-texto-img-full-width .bloco-texto-img-full-width__row .bloco-texto-img-full-width__row__coluna-texto .bloco-texto-img-full-width__row__coluna-texto__titulo h2, .bloco.bloco-texto-img-full-width .bloco-texto-img-full-width__row .bloco-texto-img-full-width__row__coluna-texto .bloco-texto-img-full-width__row__coluna-texto__titulo h3 {
  margin: 0;
}
.bloco.bloco-texto-img-full-width .bloco-texto-img-full-width__row .bloco-texto-img-full-width__row__coluna-texto .bloco-texto-img-full-width__row__coluna-texto__pos-titulo {
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}
.bloco.bloco-texto-img-full-width .bloco-texto-img-full-width__row .bloco-texto-img-full-width__row__coluna-texto .bloco-texto-img-full-width__row__coluna-texto__call-2-action {
  /*@extend %call-2-action--large;*/
  margin-top: 1rem;
}
.bloco.bloco-texto-img-full-width .bloco-texto-img-full-width__row .bloco-texto-img-full-width__row__coluna-img {
  flex-grow: 1;
  align-self: stretch;
  width: 60%;
}
.bloco.bloco-texto-img-full-width .bloco-texto-img-full-width__row .bloco-texto-img-full-width__row__coluna-img img {
  object-fit: cover;
  height: 100%;
}
.bloco.bloco-texto-img-full-width.bloco-texto-img-full-width--invertido .bloco-texto-img-full-width__row {
  flex-direction: row-reverse;
  padding-left: 0;
  padding-right: calc((100vw - 17px - 95.6875rem) / 2);
}
.bloco.bloco-texto-img-full-width.bloco-texto-img-full-width--invertido .bloco-texto-img-full-width__row .bloco-texto-img-full-width__row__coluna-texto {
  padding-left: 3.75rem;
  padding-right: 0.9375rem;
}
.bloco-call-to-action {
  background-color: #03132B;
  padding-top: var(--section-margin);
  padding-bottom: var(--section-margin);
  color: white;
  font-size: 1.69rem;
}
.bloco-call-to-action__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 9.063rem;
}
.bloco-call-to-action__wrapper__coluna-imagem {
  min-height: 400px;
  min-width: 30%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bloco-call-to-action__wrapper__coluna-imagem img {
  height: 100%;
  object-fit: cover;
}
.bloco-call-to-action__wrapper__coluna-texto {
  text-align: left;
}
.bloco.bloco-call-to-action .bloco-call-to-action__wrapper__coluna-texto {
  color: white;
  font-size: clamp(1.8rem, 3vw, 40px);
  line-height: 1.2;
  font-weight: 600;
}
.bloco.bloco-areas-associadas {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 4rem 1.2rem;
}
.bloco.bloco-areas-associadas .bloco-areas-associadas__item {
  position: relative;
}
.bloco.bloco-areas-associadas img {
  aspect-ratio: 122/81;
}
.bloco.bloco-areas-associadas .bloco-areas-associadas__item__link {
  color: #8ab82e;
  text-decoration: none;
  margin-top: 1rem;
  display: inline-block;
  font-size: 1.125rem;
  font-weight: 500;
}
.bloco.bloco-areas-associadas .bloco-areas-associadas__item__link:before {
  top: 42%;
}
.bloco.bloco-areas-associadas .bloco-areas-associadas__item__link-item {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: inline-block;
}
.bloco.bloco-areas-associadas .bloco-areas-associadas__item__titulo {
  margin-top: 2rem;
  margin-bottom: 1.5rem;
}
@media only screen and (max-width:1024px) {
  .bloco.bloco-areas-associadas {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 640px) {
  .bloco.bloco-areas-associadas {
    grid-template-columns: 1fr;
  }
}
.bloco.bloco-logos {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-gap: 4rem 1rem;
}
.bloco.bloco-logos .bloco-logos__item {
  text-align: center;
}
@media only screen and (max-width: 640px) {
  .bloco.bloco-logos {
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 2rem 1rem;
  }
}
@media only screen and (max-width:1024px) {
  .bloco.bloco-texto-img .bloco-texto-img__row {
    flex-direction: column;
  }
  .bloco.bloco-texto-img .bloco-texto-img__row .bloco-texto-img__row__coluna-texto {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    width: 100%;
  }
  .bloco.bloco-texto-img .bloco-texto-img__row .bloco-texto-img__row__coluna-img {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    text-align: center;
  }
  .bloco.bloco-texto-img .bloco-texto-img__row .bloco-texto-img__row__coluna-img img {
    width: auto;
    height: auto;
  }
  .bloco.bloco-texto-img.bloco-texto-img--invertido .bloco-texto-img__row {
    flex-direction: column;
  }
  .bloco.bloco-texto-img.bloco-texto-img--invertido .bloco-texto-img__row .bloco-texto-img__row__coluna-texto {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    padding-top: 0;
  }
  .bloco.bloco-texto-img.bloco-texto-img--invertido .bloco-texto-img__row .bloco-texto-img__row__coluna-img {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
  .bloco-call-to-action {
    font-size: 1.3rem;
  }
  .bloco-call-to-action__wrapper {
    flex-wrap: wrap;
    gap: 6rem;
  }
  .bloco-call-to-action__wrapper__coluna-imagem {
    order: 1;
    width: 100%;
    text-align: center;
  }
  .bloco-call-to-action__wrapper__coluna-imagem img {
    height: 100%;
  }
  .bloco-call-to-action__wrapper__coluna-texto {
    order: 0;
    width: 100%;
  }
  .bloco.bloco-3-colunas {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1.9rem 4%;
  }
  .bloco.bloco-3-colunas .bloco-3-colunas__coluna {
    width: 48%;
  }
  .bloco.bloco-texto-img-full-width {
    flex-wrap: wrap;
  }
  .bloco.bloco-texto-img-full-width .bloco-texto-img-full-width__row {
    flex-direction: column;
  }
  .bloco.bloco-texto-img-full-width .bloco-texto-img-full-width__row .bloco-texto-img-full-width__row__coluna-texto {
    width: 100%;
  }
  .bloco.bloco-texto-img-full-width .bloco-texto-img-full-width__row .bloco-texto-img-full-width__row__coluna-img {
    width: 100%;
  }
}
@media only screen and (max-width: 640px) {
  .bloco-call-to-action__wrapper {
    flex-wrap: wrap;
  }
  .bloco-call-to-action__wrapper__coluna-imagem {
    order: 1;
    width: 100%;
    text-align: center;
  }
  .bloco-call-to-action__wrapper__coluna-texto {
    order: 0;
    width: 100%;
  }
  .bloco.bloco-3-colunas {
    grid-template-columns: 1fr;
    gap: 3.3rem 4%;
  }
  .bloco.bloco-3-colunas .bloco-3-colunas__coluna {
    width: 100%;
  }
}

/*******************************************************************************************************
*                                                                                                      *
*                                                                                                      *
*          NAO ALTERAR ESTE FICHEIRO, SO SE FOREM ALTERACOES QUE VAO SER PARA TODOS OS SITES           *
*                                                                                                      *
*                                                                                                      *
*******************************************************************************************************/
body {
  font-family: "Roboto", sans-serif, -apple-system, BlinkMacSystemFont, "Tahoma", "Roboto", "Helvetica Neue", "Ubuntu";
  font-weight: normal;
  height: 100%;
  -webkit-font-smoothing: antialiased;
  --h1-font-size: 2.488rem;
  --h2-font-size: 2.074rem;
  --h3-font-size: 1.728rem;
  --h4-font-size: 1.44rem;
  --h5-font-size: 1.2rem;
  --h6-font-size: 1.125rem;
  --header-font-weight: 700;
  --border-radius: 5px;
}

h1, .h1, h2, .h2, h3, .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, .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.052rem;
    --h2-font-size: 2.441rem;
    --h3-font-size: 1.953rem;
    --h4-font-size: 1.563rem;
    --h5-font-size: 1.25rem;
    --h6-font-size: 1.125rem;
  }
}
@media only screen and (min-width:1025px) {
  body {
    --h1-font-size: 4.084rem;
    --h2-font-size: 3.142rem;
    --h3-font-size: 2.197rem;
    --h4-font-size: 1.69rem;
    --h5-font-size: 1.3rem;
    --h6-font-size: 1.125rem;
  }
}
.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: #9C3;
}
a:hover {
  color: #a3d147;
}

.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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.margin-right-45 {
  margin-right: 45px;
}

.margin-left-45 {
  margin-left: 45px;
}

.padding-top-45 {
  padding-top: 45px;
}

.padding-bottom-45 {
  padding-bottom: 45px;
}

.padding-right-45 {
  padding-right: 45px;
}

.padding-left-45 {
  padding-left: 45px;
}

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

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

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

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

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

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

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

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

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

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

.margin-right-55 {
  margin-right: 55px;
}

.margin-left-55 {
  margin-left: 55px;
}

.padding-top-55 {
  padding-top: 55px;
}

.padding-bottom-55 {
  padding-bottom: 55px;
}

.padding-right-55 {
  padding-right: 55px;
}

.padding-left-55 {
  padding-left: 55px;
}

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

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

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

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

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

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

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

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

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

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

.margin-right-65 {
  margin-right: 65px;
}

.margin-left-65 {
  margin-left: 65px;
}

.padding-top-65 {
  padding-top: 65px;
}

.padding-bottom-65 {
  padding-bottom: 65px;
}

.padding-right-65 {
  padding-right: 65px;
}

.padding-left-65 {
  padding-left: 65px;
}

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

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

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

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

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

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

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

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

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

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

.margin-right-75 {
  margin-right: 75px;
}

.margin-left-75 {
  margin-left: 75px;
}

.padding-top-75 {
  padding-top: 75px;
}

.padding-bottom-75 {
  padding-bottom: 75px;
}

.padding-right-75 {
  padding-right: 75px;
}

.padding-left-75 {
  padding-left: 75px;
}

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

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

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

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

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

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

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

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

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

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

.margin-right-85 {
  margin-right: 85px;
}

.margin-left-85 {
  margin-left: 85px;
}

.padding-top-85 {
  padding-top: 85px;
}

.padding-bottom-85 {
  padding-bottom: 85px;
}

.padding-right-85 {
  padding-right: 85px;
}

.padding-left-85 {
  padding-left: 85px;
}

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

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

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

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

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

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

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

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

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

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

.margin-right-95 {
  margin-right: 95px;
}

.margin-left-95 {
  margin-left: 95px;
}

.padding-top-95 {
  padding-top: 95px;
}

.padding-bottom-95 {
  padding-bottom: 95px;
}

.padding-right-95 {
  padding-right: 95px;
}

.padding-left-95 {
  padding-left: 95px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html {
  overflow-x: hidden;
  font-family: "Roboto", sans-serif, -apple-system, BlinkMacSystemFont, "Tahoma", "Roboto", "Helvetica Neue", "Ubuntu";
}

/***********************************************
*           Classes e elementos Base            *
************************************************/
/** Headers **/
h1, .h1 {
  margin-bottom: 2rem;
  line-height: 1.1;
}

h2, .h2 {
  margin-bottom: 2rem;
  line-height: 1.2;
}

h3, .h3 {
  line-height: 2.5rem;
}

a {
  color: #000;
  text-decoration: underline;
}
a:hover {
  color: #03132B;
}

.text--uppercase {
  text-transform: uppercase;
}

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

.text--color-green {
  color: #9C3;
}

.text--color-blue {
  color: #03132B;
}

.text--color-white {
  color: white;
}

.text--style-h1 {
  font-size: 4.084223rem;
  font-weight: 900;
  line-height: 1.2;
}

.text--style-h2 {
  font-size: 4.084223rem;
  font-weight: 900;
  line-height: 1.2;
}

.text--line-height-90 {
  line-height: 90px;
}

.titulo--hidden {
  display: none;
}

.pre-titulo {
  color: #8ab82e;
  font-weight: 500;
  margin-bottom: 1rem;
  display: block;
  text-transform: uppercase;
}

.display--flex {
  display: flex;
}
.display--flex.align-items--center {
  align-items: center;
}
.display--flex.align-items--top {
  align-items: start;
}
.display--flex.align-items--bottom {
  align-items: end;
}
.display--flex.justify-content--center {
  justify-content: center;
}
.display--flex.justify-content--space-between {
  justify-content: space-between;
}

.display--block {
  display: block;
}

.float-call-to-action {
  position: fixed;
  background: #03132B;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  color: white;
  font-weight: 500;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;
  z-index: 1;
  box-shadow: -23px 0 20px -23px rgba(255, 255, 255, 0.45);
}
.float-call-to-action__texto {
  transform: scale(-1, -1);
  writing-mode: vertical-lr;
  text-orientation: mixed;
  padding: 2rem 0.5rem;
  display: flex;
  align-items: center;
  color: white !important;
  text-decoration: none !important;
}
.float-call-to-action__img {
  padding: 0.5rem;
  background-color: #9C3;
  margin-bottom: -1px;
}
.float-call-to-action__img.float-call-to-action__img--mail {
  background-color: #CBEB8D;
  margin-bottom: 0;
}
@media only screen and (max-width: 640px) {
  .float-call-to-action__texto {
    padding: 2rem 0;
  }
  .float-call-to-action__img {
    padding: 0.3rem;
  }
  .float-call-to-action__img img {
    max-width: 25px;
  }
}

.no-margin-bottom {
  margin-bottom: 0 !important;
}

section {
  margin-bottom: var(--section-margin);
  position: relative;
}
section.section--border-middle:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  background: #B3B3B3;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
section.section--border-bottom {
  margin-bottom: 0;
  padding-bottom: var(--section-margin);
  border-bottom: solid 1px #B3B3B3;
}
section.section--padding-bottom {
  padding-bottom: var(--section-margin);
}
section.section--padding-top {
  padding-top: var(--section-margin);
}
section.section--default-margin-bottom {
  margin-bottom: var(--section-margin);
}

ul.checklist {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
}
ul.checklist li {
  padding-left: 1.8em;
  margin-bottom: 0.5em;
  position: relative;
}
ul.checklist li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 1em;
  height: 1em;
  background-repeat: no-repeat;
  background-image: url("../../multimedia/imagem/check-one.svg");
  background-size: contain;
}

address {
  font-style: normal;
}

.alerta {
  position: relative;
  padding: 10px 15px;
  border-left: 0;
  border-radius: var(--border-radius);
  vertical-align: middle;
  color: var(--alerta-color);
  background-color: var(--alerta-background-color);
  border-color: var(--alerta-border-color);
}
.alerta h1, .alerta h2, .alerta h3, .alerta h4, .alerta h5, .alerta h6 {
  color: inherit;
}
.alerta a:not(.button) {
  font-weight: 700;
  color: inherit;
}
.alerta.small {
  padding: 5px 15px;
  font-size: 13px;
  border-radius: 15px;
}
.alerta.padding-large {
  padding: 15px 15px;
}
.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 {
  /*        --background-color: transparent;
          --color: #9C3;
          --background-color-hover: #9C3;
          --color-hover: white;

          --current-background-color: #9C3;
          --current-color: white;
          --link-text-decoration: none;
          --link-text-decoration-hover: none;*/
}

.pagination__mode-normal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  align-items: stretch;
  gap: 1px;
  --background-color: transparent;
  --color: #9C3;
  --background-color-hover: #9C3;
  --color-hover: white;
  --link-text-decoration: none;
  --link-text-decoration-hover: none;
  --current-background-color: #9C3;
  --current-color: white;
  --item-height: calc(1em + 8px);
}
.pagination__mode-normal a.pagination__item, .pagination__mode-normal span.pagination__item, .pagination__mode-normal .pagination__dropdown__wrapper {
  background-color: var(--background-color);
  color: var(--color);
  min-width: calc(1em + 8px);
  height: var(--item-height);
  line-height: 1em;
  padding: 4px;
  text-decoration: none;
  text-align: center;
  /* height: 100%; */
  border-radius: 3px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.pagination__mode-normal a.pagination__item > span, .pagination__mode-normal span.pagination__item > span, .pagination__mode-normal .pagination__dropdown__wrapper > span {
  /*height: 100%;*/
  min-width: 1em;
  min-height: 1em;
}
.pagination__mode-normal a.pagination__item > span.icon, .pagination__mode-normal span.pagination__item > span.icon, .pagination__mode-normal .pagination__dropdown__wrapper > span.icon {
  min-width: 0px;
  min-height: 0px;
  width: 0.7em;
  height: 0.7em;
  vertical-align: middle;
  display: inline-block;
}
.pagination__mode-normal a.pagination__item > span.text, .pagination__mode-normal span.pagination__item > span.text, .pagination__mode-normal .pagination__dropdown__wrapper > span.text {
  padding-left: 4px;
  padding-right: 4px;
  display: none;
}
.pagination__mode-normal .pagination__dropdown__wrapper {
  cursor: pointer;
  z-index: 2;
  text-decoration: none;
}
.pagination__mode-normal .pagination__dropdown__wrapper a {
  text-decoration: none;
}
.pagination__mode-normal .pagination__dropdown__wrapper .pagination__dropdown {
  top: calc(100% - 10px);
}
.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__mode-normal .pagination__dropdown__wrapper .pagination__dropdown .pagination__dropdown__inner:before {
  display: none;
}
.pagination__mode-normal a.pagination__item:hover {
  background-color: var(--background-color-hover);
  color: var(--color-hover);
  text-decoration: none;
}
.pagination__mode-normal span.pagination__item.current, .pagination__mode-normal span.pagination__item.pagination__item--current {
  color: #9C3;
  background-color: var(--current-background-color);
  color: var(--current-color);
}
.pagination__mode-normal span.pagination__item.pagination__item--disabled {
  opacity: 0.5;
}
.pagination__mode-normal .pagination__info-wrapper__mobile {
  display: flex;
  white-space: nowrap;
  align-items: center;
}
@media only screen and (min-width:1025px) {
  .pagination__mode-normal .pagination__info-wrapper__mobile {
    display: none;
  }
}
.pagination__mode-normal .pagination__info-wrapper__mobile select {
  /*background-color: transparent;*/
  margin: 0px;
  padding-right: 20px;
  padding-top: 0px;
  padding-bottom: 0px;
  height: var(--item-height);
}
.pagination__mode-normal .pagination__info-wrapper__mobile .total {
  padding-left: 3px;
  padding-right: 8px;
}
@media only screen and (max-width:1024px) {
  .pagination__mode-normal {
    gap: 5px;
    --item-height: calc(1em + 18px);
  }
  .pagination__mode-normal > a.pagination__item > span.text, .pagination__mode-normal > span.pagination__item > span.text, .pagination__mode-normal > .pagination__dropdown__wrapper > span.text {
    display: inline-block;
  }
  .pagination__mode-normal > a.pagination__item:not(.pagination__item__next):not(.pagination__item__prev), .pagination__mode-normal > span.pagination__item:not(.pagination__item__next):not(.pagination__item__prev), .pagination__mode-normal > .pagination__dropdown__wrapper:not(.pagination__item__next):not(.pagination__item__prev) {
    display: none;
  }
}

.pagination__mode-load-more {
  text-align: center;
}
.pagination__mode-load-more .pagination__load-next__btn {
  margin-bottom: 10px;
}

.pagination__mode-infinite {
  text-align: center;
}
.pagination__mode-infinite .pagination__loading {
  visibility: hidden;
}
.pagination__mode-infinite.pagination--loading .pagination__loading {
  visibility: visible;
}

.pagination__load-prev__container,
.pagination__load-next__container {
  text-align: center;
}
.pagination__load-prev__container .pagination__load-prev__wrapper,
.pagination__load-prev__container .pagination__load-next__wrapper,
.pagination__load-next__container .pagination__load-prev__wrapper,
.pagination__load-next__container .pagination__load-next__wrapper {
  padding: 1em;
}
.pagination__load-prev__container .pagination__load-prev__btn,
.pagination__load-prev__container .pagination__load-next__btn,
.pagination__load-next__container .pagination__load-prev__btn,
.pagination__load-next__container .pagination__load-next__btn {
  margin: 0px;
}

#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;
}

:root {
  --section-margin: 9rem;
}

@media only screen and (min-width:641px) and (max-width:1024px) {
  :root {
    --section-margin: 6rem;
  }
  section.section--border-middle:after {
    content: "";
    display: none;
  }
}
@media only screen and (max-width: 640px) {
  :root {
    --section-margin: 4.5rem;
  }
  section.section--border-middle:after {
    content: "";
    display: none;
  }
}
/***********************************************
*                   Popups                     *
************************************************/
#popup-termos-condicoes {
  max-width: 750px;
}
#popup-termos-condicoes .wrapper-rgpd-popup__wrapper-texto {
  max-height: 450px;
  overflow-y: scroll;
}
#popup-termos-condicoes .wrapper-rgpd-popup__wrapper-footer .wrapper-botoes-footer #popup-termos-condicoes__btn-cancelar {
  margin-right: 10px;
  text-decoration: none;
}
@media only screen and (max-width: 640px) {
  #popup-termos-condicoes .wrapper-rgpd-popup__wrapper-footer .wrapper-botoes-footer {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
  }
  #popup-termos-condicoes .wrapper-rgpd-popup__wrapper-footer .wrapper-botoes-footer #popup-termos-condicoes__btn-submit {
    order: 0;
    display: block;
    width: 100%;
  }
  #popup-termos-condicoes .wrapper-rgpd-popup__wrapper-footer .wrapper-botoes-footer #popup-termos-condicoes__btn-cancelar {
    order: 1;
    margin-top: 10px;
    display: block;
    width: 100%;
  }
}

.dialog#dialog-contactos {
  padding: 3rem 2.5rem !important;
  max-width: 700px;
}
.dialog#dialog-contactos #form-contacto .form-contacto__footer {
  display: flex;
  align-items: end;
  justify-content: space-between;
  margin-top: 2rem;
}
.dialog#dialog-contactos #form-contacto .form-contacto__footer #contactos-captcha-holder {
  display: inline-block;
  height: 78px;
}
.dialog#dialog-contactos #form-contacto .form-contacto__footer > div {
  display: flex;
}
.dialog#dialog-contactos #form-contacto .form-contacto__footer .form-contacto__footer__coluna-recaptcha {
  flex-wrap: wrap;
}
.dialog#dialog-contactos #form-contacto .form-contacto__footer .form-contacto__footer__coluna-btn-submit {
  justify-content: end;
}
.dialog#dialog-contactos #form-contacto .form-contacto__footer .form-contacto__footer__coluna-btn-submit .form-contacto__button-submit {
  margin-bottom: 0;
}

.dialog-info-localizacao {
  background-color: #9C3 !important;
  color: #03132B !important;
  padding: 3rem 3rem !important;
  max-width: 700px;
  text-align: center;
}
.dialog-info-localizacao .dialog-info-localizacao__inner-wrapper {
  display: flex;
  text-align: center;
}
.dialog-info-localizacao .dialog-info-localizacao__inner-wrapper .dialog-info-localizacao__inner-wrapper__titulo {
  font-size: clamp(1.8rem, 6.5vw, 80px);
  font-weight: 900;
  line-height: 1.1;
  margin-bottom: 2rem;
  display: inline-block;
}
.dialog-info-localizacao .dialog-info-localizacao__inner-wrapper .dialog-info-localizacao__inner-wrapper__subtitulo {
  font-size: clamp(1.4rem, 6.5vw, 30px);
  font-weight: 900;
  line-height: 1.1;
  display: inline-block;
}
.dialog-info-localizacao .button {
  background-color: #03132B;
  color: white;
  margin-top: 1rem;
}
.dialog-info-localizacao .button:hover {
  background-color: #03132B;
}
.dialog-info-localizacao .fancybox-close-small:active, .dialog-info-localizacao .fancybox-close-small:focus, .dialog-info-localizacao .fancybox-close-small:hover {
  box-shadow: none !important;
  background: transparent !important;
  border: none !important;
}

/***********************************************
*            Header, footer e áreas            *
************************************************/
#page-loader {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  z-index: 999999;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  background: #EEE;
  -webkit-animation-delay: 0.25s;
  animation-delay: 0.25s;
  -webkit-animation-duration: 600ms;
  animation-duration: 600ms;
  -webkit-animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-animation-name: pageLoaderAnimationOut;
  animation-name: pageLoaderAnimationOut;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
#page-loader svg * {
  stroke: #9C3;
}
#page-loader.initial-state {
  transform: translate3d(0, 0, 0);
  -webkit-animation-name: none;
  animation-name: none;
}
#page-loader.initial-state #page-loader-logo-bg {
  opacity: 1;
}
#page-loader.initial-state ~ #header #header-inner {
  opacity: 0;
  transform: translate3d(0, -52px, 0);
}
#page-loader.is-active {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-name: pageLoaderAnimationIn;
  animation-name: pageLoaderAnimationIn;
}
#page-loader.is-active ~ #header #header-inner {
  opacity: 0;
  transition: all 0s ease 0.5s;
  transform: translate3d(0, -52px, 0);
}
#page-loader.is-active #page-loader-logo-bg {
  opacity: 1;
  transition: opacity 0.3s linear 0.2s;
}

header#header {
  background-color: white;
}
header#header #header-inner {
  transition: transform 0.2s ease;
  background-color: white;
  position: relative;
  z-index: 900;
  width: 100%;
  left: 0px;
  top: 0px;
}
header#header.header-with-headroom #header-inner {
  position: fixed;
}
header#header a {
  text-decoration: none;
}
header#header #header-top {
  background-color: #DDD;
  position: relative;
  z-index: 2;
}
header#header #header-top #header-top-right {
  text-align: right;
}
header#header #header-bottom {
  position: relative;
  z-index: 1;
}
header#header #header-bottom #header-bottom-inner-wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header#header.headroom--not-top #header-bottom {
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.2);
}
header#header.headroom--pinned #header-inner {
  transform: translate3d(0, 0, 0);
}
header#header.headroom--pinned.headroom--not-top #header-inner {
  min-height: 1px !important;
  z-index: 1000;
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
}
header#header.headroom--unpinned #header-inner {
  transform: translate3d(0, -120%, 0);
}

/*.template-editable {*/
a:not(.button),
a:not([class*=button]) {
  --link-color: #000;
  color: var(--link-color);
  text-decoration: none;
  transition: 0.2s ease;
}
a:not(.button):hover,
a:not([class*=button]):hover {
  --link-color: #9C3;
  text-decoration: underline;
}

/*}*/
.template-editable a:not(.button),
.template-editable a:not([class*=button]) {
  text-decoration-style: dotted !important;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.template-editable a:not(.button):hover,
.template-editable a:not([class*=button]):hover {
  text-decoration-style: solid !important;
}

#main-container {
  min-height: 300px;
  /* Aplica apenas em telas menores que 768px */
}
#main-container .content-outer-wrapper .top-content-inner {
  display: flex;
}
#main-container .content-outer-wrapper .content-inner-wrapper {
  padding-top: var(--section-margin);
}
#main-container #area-contactos #mapa-wrapper {
  min-height: 300px;
  margin-bottom: 30px;
}
#main-container .slider-empresas {
  margin-top: 2rem;
}
#main-container .slider-empresas .swiper-wrapper {
  align-items: center;
}
#main-container .slider-empresas .swiper-wrapper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 90px;
}
#main-container .slider-empresas .swiper-wrapper .swiper-slide > div {
  position: relative;
}
#main-container .slider-empresas .swiper-wrapper .swiper-slide > div a {
  position: absolute;
  width: 100%;
  height: 100%;
}
#main-container .slider-empresas .swiper-wrapper .swiper-slide > div img {
  max-height: 90px;
  max-width: 155px;
}
#main-container .slider-empresas .swiper-pagination {
  margin-top: 2rem;
}
#main-container .wrapper-localizacoes .bloco-texto-img-full-width__row__coluna-texto__pre-titulo {
  text-transform: uppercase;
}
#main-container .wrapper-localizacoes__row {
  justify-content: space-between;
}
#main-container .wrapper-localizacoes__row__info {
  width: 50%;
  max-width: 50%;
  padding-right: 0px;
}
#main-container .wrapper-localizacoes__row__info ul {
  list-style: none;
  margin-left: 10px;
  margin-bottom: 0;
}
#main-container .wrapper-localizacoes__row__info ul.lista-pais {
  margin-bottom: 1rem;
}
#main-container .wrapper-localizacoes__row__info ul li > span {
  display: block;
  cursor: pointer;
  padding: 0.6rem 0 0.6rem 1.2rem;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
  position: relative;
  font-weight: 500;
}
#main-container .wrapper-localizacoes__row__info ul li > span .wrapper-localizacoes__row__info__nome__traco {
  content: "";
  position: absolute;
  top: 49%;
  left: 0;
  transform: translate(-50%, 0);
  width: 1rem;
  height: 2px;
  background-color: #9C3;
}
#main-container .wrapper-localizacoes__row__info ul li > span:before, #main-container .wrapper-localizacoes__row__info ul li > span:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(-50%, 0);
  height: 2px;
  width: 0.6rem;
  background-color: #9C3;
  opacity: 0;
  left: 1rem;
  border-radius: 4rem;
  transition: opacity 0.2s ease;
}
#main-container .wrapper-localizacoes__row__info ul li > span:before {
  left: 0px;
  transform: rotate(45deg);
  top: 42%;
}
#main-container .wrapper-localizacoes__row__info ul li > span:after {
  left: 0px;
  transform: rotate(-45deg);
  top: 56%;
}
#main-container .wrapper-localizacoes__row__info ul li > span.selected:before, #main-container .wrapper-localizacoes__row__info ul li > span.selected:after {
  opacity: 1;
}
#main-container .wrapper-localizacoes__row__info ul li a {
  text-decoration: none;
}
#main-container .wrapper-localizacoes__row__info ul li .wrapper-localizacoes__row__info__detalhes {
  display: none;
  background-color: white;
  overflow: hidden;
  padding-bottom: 1rem;
  margin-left: 1.2rem;
}
#main-container .wrapper-localizacoes__row__info ul li .wrapper-localizacoes__row__info__detalhes > a {
  display: block;
  margin-bottom: 1rem;
}
#main-container .wrapper-localizacoes__row__info ul li .wrapper-localizacoes__row__info__detalhes__cordenadas {
  margin-top: 5px;
  text-decoration: underline;
}
#main-container .wrapper-localizacoes__row__info ul li .wrapper-localizacoes__row__info__detalhes__cordenadas img {
  margin-right: 10px;
}
#main-container .wrapper-localizacoes__row__info ul li:not(.selected) .wrapper-localizacoes__row__info__nome {
  color: #B3B3B3;
}
#main-container .wrapper-localizacoes__row__info ul li .wrapper-localizacoes__row__info__nome:hover {
  color: #03132B;
}
#main-container .wrapper-localizacoes__row__img {
  position: relative;
  width: 50%;
  max-width: 50%;
  aspect-ratio: 1/1;
}
@media screen and (min-width: 1557px) {
  #main-container .wrapper-localizacoes__row__img {
    width: calc(50% + (100vw - 95.6875rem) / 2 + 9px);
    max-width: calc(50% + (100vw - 95.6875rem) / 2 + 9px);
    aspect-ratio: 1/1;
  }
}
#main-container .wrapper-localizacoes__row__img img {
  object-position: left;
}
#main-container .wrapper-localizacoes__row__img img:first-child {
  display: none;
}
#main-container .wrapper-localizacoes__row__img > div {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.2s ease;
}
#main-container .wrapper-localizacoes__row__img > div img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
#main-container .wrapper-localizacoes .localizacao__nome-pais {
  font-weight: 500;
  font-size: 1.125rem;
}
#main-container .table-container {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
#main-container .table-container table {
  width: 100%;
  min-width: 600px;
  border-collapse: collapse;
}
#main-container .table-container table th, #main-container .table-container table td {
  padding: 8px;
  border: 1px solid #ddd;
  text-align: left;
}
@media only screen and (max-width:1024px) {
  #main-container .table-container {
    display: block;
  }
}

footer#footer {
  background-repeat: no-repeat;
  background-size: cover;
}
footer#footer a {
  text-decoration: none;
}
footer#footer a:hover {
  --link-color: #9C3;
}
footer#footer .menu-footer-legal {
  list-style-type: none;
  margin-left: 0;
  margin-bottom: 0;
}
footer#footer .menu-footer-legal li {
  display: inline-block;
  margin-right: 1rem;
}
footer#footer #footer-top {
  padding-top: 8rem;
  padding-bottom: 8rem;
  color: white;
}
footer#footer #footer-top * {
  color: white;
}
footer#footer #footer-top a:hover {
  color: var(--link-color);
}
footer#footer #footer-top p {
  margin-bottom: 0px;
}
footer#footer #footer-top .footer-top__titulo-coluna {
  font-size: 1.3rem;
  font-weight: 500;
  display: block;
  margin-bottom: 1rem;
}
footer#footer #footer-top .row-logo img {
  margin-bottom: 2rem;
  max-height: 70px;
}
footer#footer #footer-top .footer-top__coluna-menu ul {
  margin-left: 0px;
  list-style: none;
}
footer#footer #footer-top .footer-top__coluna-menu ul li {
  margin-bottom: 0.2rem;
}
footer#footer #footer-top .footer-top__coluna-menu ul li:last-child {
  margin-bottom: 0px;
}
footer#footer #footer-bottom {
  background-color: #030d1c;
  color: White;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
footer#footer #footer-bottom * {
  color: White;
}

@media only screen and (min-width:1025px) {
  footer#footer #footer-bottom .row {
    display: flex;
    align-items: flex-end;
  }
}
@media only screen and (max-width:1024px) {
  #main-container .wrapper-localizacoes .bloco-texto-img-full-width__row__coluna-texto {
    width: 100%;
    max-width: 100%;
  }
  #main-container .wrapper-localizacoes .bloco-texto-img-full-width__row__coluna-img {
    width: 100%;
    max-width: 100%;
  }
  #main-container .wrapper-localizacoes .wrapper-localizacoes__row__img {
    min-height: auto;
    aspect-ratio: 1/1;
  }
  #main-container .wrapper-localizacoes .wrapper-localizacoes__row__img .wrapper-localizacoes__row__img > div img {
    object-fit: contain;
  }
  footer#footer .menu-footer-legal li {
    margin-left: 5px;
    margin-right: 5px;
  }
  footer#footer #footer-top .footer-top__coluna-apresentacao {
    margin-bottom: 2rem;
  }
}
@media only screen and (max-width: 640px) {
  .dialog#dialog-contactos {
    padding: 2rem 0 !important;
    max-width: 100%;
  }
  .dialog#dialog-contactos #form-contacto .form-contacto__footer {
    display: flex;
    flex-wrap: wrap;
  }
  .dialog#dialog-contactos #form-contacto .form-contacto__footer .form-contacto__footer__coluna-btn-submit {
    justify-content: start;
  }
  .dialog#dialog-contactos #form-contacto .form-contacto__footer .form-contacto__footer__coluna-recaptcha {
    margin-bottom: 1rem;
  }
  .dialog#dialog-contactos #form-contacto .form-contacto__footer .form-contacto__footer__coluna-recaptcha #contactos-captcha-holder {
    transform-origin: left top;
    -webkit-transform-origin: left top;
  }
  .dialog#dialog-contactos #form-contacto .form-contacto__footer .form-contacto__footer__coluna-recaptcha #contactos-captcha-holder iframe {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
  }
  .dialog-info-localizacao {
    background-color: #9C3 !important;
    color: #03132B !important;
    padding: 1.5rem 1.5rem !important;
    max-width: 650px;
  }
  #main-container .wrapper-localizacoes .bloco-texto-img-full-width__row__coluna-img img {
    object-position: left;
    display: none;
  }
  #main-container .wrapper-localizacoes .bloco-texto-img-full-width__row__coluna-img img:first-child {
    object-position: -12px;
    display: block;
  }
  #main-container .wrapper-localizacoes .wrapper-localizacoes__row__img {
    min-height: auto;
    aspect-ratio: 1/1;
  }
  #main-container .wrapper-localizacoes .wrapper-localizacoes__row__img .bloco-texto-img-full-width__row__coluna-img {
    width: 100%;
  }
  #main-container .wrapper-localizacoes .wrapper-localizacoes__row__img .wrapper-localizacoes__row__img > div img {
    object-fit: contain;
  }
  footer#footer #footer-top .footer-top__coluna-menu ul {
    margin-bottom: 0;
  }
  footer#footer #footer-top .footer-top__coluna-morada {
    margin-top: 2rem;
  }
  footer#footer #footer-top .footer-top__coluna-contactos {
    margin-top: 2rem;
  }
}
@media (max-width: 640px) and (orientation: portrait) {
  #main-container .top-content-inner .conteudo-slider {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #main-container .top-content-inner .slider-item {
    width: 100%;
    display: inline-block;
    padding-top: 50vh;
    background-repeat: no-repeat;
    background-image: var(--bg-portrait) !important;
    background-size: cover;
    background-position: center center;
  }
  #main-container .top-content-inner .slider-item {
    padding-top: 80vh;
  }
  #main-container .top-content-inner .slider-item .slider-item-outer-content-wrapper {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0%);
    width: 100%;
  }
  #main-container .top-content-inner .slider-item .slider-item-outer-content-wrapper > .row {
    height: 100%;
  }
  #main-container .top-content-inner .slider-item .slider-item-outer-content-wrapper > .row > .large-12 {
    height: 100%;
  }
  #main-container .top-content-inner .slider-item .slider-item-outer-content-wrapper > .row > .large-12 .slider-item-content-wrapper {
    height: 100%;
  }
  #main-container .top-content-inner .slider-item .slider-item-outer-content-wrapper > .row > .large-12 .slider-item-content-wrapper .conteudo-slider {
    height: 100%;
  }
  #main-container .top-content-inner .slider-item .slider-item-outer-content-wrapper > .row > .large-12 .slider-item-content-wrapper .conteudo-slider .titulo-slider {
    font-size: 2.197rem;
    line-height: 1.2;
    font-weight: 900;
    color: white;
  }
  #main-container .top-content-inner .slider-dots {
    width: 100%;
    margin-bottom: 1rem;
  }
}
@media (min-width: 641px), (orientation: landscape) {
  #main-container .top-content-inner .conteudo-slider {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: start;
  }
  #main-container .top-content-inner .slider-item {
    width: 100%;
    min-height: 30vh;
    background-repeat: no-repeat;
    background-image: var(--bg-landscape) !important;
    background-size: cover;
    background-position: center center;
  }
  #main-container .top-content-inner .slider-item {
    min-height: 800px;
  }
  #main-container .top-content-inner .slider-item .slider-item-outer-content-wrapper {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0%);
    width: 100%;
  }
  #main-container .top-content-inner .slider-item .slider-item-outer-content-wrapper > .row {
    height: 100%;
  }
  #main-container .top-content-inner .slider-item .slider-item-outer-content-wrapper > .row > .large-12 {
    height: 100%;
  }
  #main-container .top-content-inner .slider-item .slider-item-outer-content-wrapper > .row > .large-12 .slider-item-content-wrapper {
    height: 100%;
  }
  #main-container .top-content-inner .slider-item .slider-item-outer-content-wrapper > .row > .large-12 .slider-item-content-wrapper .conteudo-slider {
    height: 100%;
  }
  #main-container .top-content-inner .slider-item .slider-item-outer-content-wrapper > .row > .large-12 .slider-item-content-wrapper .conteudo-slider .titulo-slider {
    font-size: 4.084223rem;
    line-height: 90px;
    font-weight: 900;
    color: white;
  }
  #main-container .top-content-inner .slider-dots {
    width: 100%;
    margin-bottom: 1rem;
  }
}