@charset "UTF-8";
/* NORMALIZE */
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

/**
 * clearfix
 */
*, *:after, *:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.clearfix:before, .clearfix:after {
  display: table;
  content: ''; }

.clearfix:after {
  clear: both; }

/* SETTINGS */
/*$light-gray: rgba($primary-color, 0.05);
$medium-gray: rgba($primary-color, 0.15);
$dark-gray: rgba($primary-color, 0.5);*/
/*GRID*/
/*HEADER & FOOTER*/
/*INPUTS*/
/*MENU MOBILE*/
/*CLOSE BUTTON*/
/*CARRINHO*/
/*BREADCRUMBS*/
/*MODAL*/
/*TOOLTIPS*/
/*TIAGO TESTES / Necessario testar a 100% */
/*ORIGINAL!!*/
/*@mixin pseudoElements{
	/* PSEUDO ELEMENT 
	content:'';
	display:block;
	@include Animationcss(all 0.3s linear);
}*/
/* Over here */
.row {
  position: relative;
  width: 100%;
  max-width: 1400px;
  margin: auto;
  padding: 0 5px;
  display: flex;
  flex-flow: row wrap; }
  .row:not(.collapse):not(.no_padd) {
    /* MARGENS LATERAIS */
    /* MARGENS HELPER */
    padding-left: 15px ;
    padding-right: 15px ; }
    @media screen and (min-width: 951px) {
      .row:not(.collapse):not(.no_padd) {
        /* MARGENS HELPER */
        padding-left: 20px ;
        padding-right: 20px ; } }
    @media screen and (min-width: 1581px) {
      .row:not(.collapse):not(.no_padd) {
        /* MARGENS HELPER */
        padding-left: 40px ;
        padding-right: 40px ; } }
    @media screen and (min-width: 1926px) {
      .row:not(.collapse):not(.no_padd) {
        /* MARGENS HELPER */
        padding-left: 95px ;
        padding-right: 95px ; } }
  .row.content {
    max-width: 1400px !important; }
  .row.collapse {
    padding: 0;
    max-width: 1400px !important; }
    .row.collapse.full {
      max-width: 100% !important; }
    .row.collapse .column {
      padding-left: 0;
      padding-right: 0; }
  .row.no_padd {
    /* MARGENS LATERAIS */
    /* MARGENS HELPER */
    padding-left: 20px ;
    padding-right: 20px ; }
    @media screen and (min-width: 951px) {
      .row.no_padd {
        /* MARGENS HELPER */
        padding-left: 25px ;
        padding-right: 25px ; } }
    @media screen and (min-width: 1581px) {
      .row.no_padd {
        /* MARGENS HELPER */
        padding-left: 45px ;
        padding-right: 45px ; } }
    @media screen and (min-width: 1926px) {
      .row.no_padd {
        /* MARGENS HELPER */
        padding-left: 100px ;
        padding-right: 100px ; } }
    .row.no_padd .column {
      padding-left: 0;
      padding-right: 0; }
  .row .column {
    flex: 1 1 0px;
    padding: 0 5px;
    min-width: 0; }
  @media screen and (min-width: 951px) {
    .row {
      max-width: 1450px !important; }
      .row.content {
        max-width: 1450px !important; } }
  @media screen and (min-width: 1581px) {
    .row {
      max-width: 1490px !important; }
      .row.content {
        max-width: 1490px !important; } }
  @media screen and (min-width: 1926px) {
    .row {
      max-width: 1600px !important; }
      .row.content {
        max-width: 1600px !important; } }

.column.small-1 {
  max-width: 8.3333333333%;
  flex: 0 0 8.3333333333%; }

.row.small-up-1 {
  flex-wrap: wrap; }
  .row.small-up-1 > .column {
    max-width: 100%;
    flex: 0 0 100%; }

.row .small-expand {
  flex: 1 1 0px; }

.order-1 {
  order: 1; }

.column.offset-1 {
  margin-left: 8.3333333333%; }

.column.small-2 {
  max-width: 16.6666666667%;
  flex: 0 0 16.6666666667%; }

.row.small-up-2 {
  flex-wrap: wrap; }
  .row.small-up-2 > .column {
    max-width: 50%;
    flex: 0 0 50%; }

.row .small-expand {
  flex: 1 1 0px; }

.order-2 {
  order: 2; }

.column.offset-2 {
  margin-left: 16.6666666667%; }

.column.small-3 {
  max-width: 25%;
  flex: 0 0 25%; }

.row.small-up-3 {
  flex-wrap: wrap; }
  .row.small-up-3 > .column {
    max-width: 33.3333333333%;
    flex: 0 0 33.3333333333%; }

.row .small-expand {
  flex: 1 1 0px; }

.order-3 {
  order: 3; }

.column.offset-3 {
  margin-left: 25%; }

.column.small-4 {
  max-width: 33.3333333333%;
  flex: 0 0 33.3333333333%; }

.row.small-up-4 {
  flex-wrap: wrap; }
  .row.small-up-4 > .column {
    max-width: 25%;
    flex: 0 0 25%; }

.row .small-expand {
  flex: 1 1 0px; }

.order-4 {
  order: 4; }

.column.offset-4 {
  margin-left: 33.3333333333%; }

.column.small-5 {
  max-width: 41.6666666667%;
  flex: 0 0 41.6666666667%; }

.row.small-up-5 {
  flex-wrap: wrap; }
  .row.small-up-5 > .column {
    max-width: 20%;
    flex: 0 0 20%; }

.row .small-expand {
  flex: 1 1 0px; }

.order-5 {
  order: 5; }

.column.offset-5 {
  margin-left: 41.6666666667%; }

.column.small-6 {
  max-width: 50%;
  flex: 0 0 50%; }

.row.small-up-6 {
  flex-wrap: wrap; }
  .row.small-up-6 > .column {
    max-width: 16.6666666667%;
    flex: 0 0 16.6666666667%; }

.row .small-expand {
  flex: 1 1 0px; }

.order-6 {
  order: 6; }

.column.offset-6 {
  margin-left: 50%; }

.column.small-7 {
  max-width: 58.3333333333%;
  flex: 0 0 58.3333333333%; }

.row.small-up-7 {
  flex-wrap: wrap; }
  .row.small-up-7 > .column {
    max-width: 14.2857142857%;
    flex: 0 0 14.2857142857%; }

.row .small-expand {
  flex: 1 1 0px; }

.order-7 {
  order: 7; }

.column.offset-7 {
  margin-left: 58.3333333333%; }

.column.small-8 {
  max-width: 66.6666666667%;
  flex: 0 0 66.6666666667%; }

.row.small-up-8 {
  flex-wrap: wrap; }
  .row.small-up-8 > .column {
    max-width: 12.5%;
    flex: 0 0 12.5%; }

.row .small-expand {
  flex: 1 1 0px; }

.order-8 {
  order: 8; }

.column.offset-8 {
  margin-left: 66.6666666667%; }

.column.small-9 {
  max-width: 75%;
  flex: 0 0 75%; }

.row.small-up-9 {
  flex-wrap: wrap; }
  .row.small-up-9 > .column {
    max-width: 11.1111111111%;
    flex: 0 0 11.1111111111%; }

.row .small-expand {
  flex: 1 1 0px; }

.order-9 {
  order: 9; }

.column.offset-9 {
  margin-left: 75%; }

.column.small-10 {
  max-width: 83.3333333333%;
  flex: 0 0 83.3333333333%; }

.row.small-up-10 {
  flex-wrap: wrap; }
  .row.small-up-10 > .column {
    max-width: 10%;
    flex: 0 0 10%; }

.row .small-expand {
  flex: 1 1 0px; }

.order-10 {
  order: 10; }

.column.offset-10 {
  margin-left: 83.3333333333%; }

.column.small-11 {
  max-width: 91.6666666667%;
  flex: 0 0 91.6666666667%; }

.row.small-up-11 {
  flex-wrap: wrap; }
  .row.small-up-11 > .column {
    max-width: 9.0909090909%;
    flex: 0 0 9.0909090909%; }

.row .small-expand {
  flex: 1 1 0px; }

.order-11 {
  order: 11; }

.column.offset-11 {
  margin-left: 91.6666666667%; }

.column.small-12 {
  max-width: 100%;
  flex: 0 0 100%; }

.row.small-up-12 {
  flex-wrap: wrap; }
  .row.small-up-12 > .column {
    max-width: 8.3333333333%;
    flex: 0 0 8.3333333333%; }

.row .small-expand {
  flex: 1 1 0px; }

.order-12 {
  order: 12; }

.column.offset-12 {
  margin-left: 100%; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.text-justify {
  text-align: justify; }

.align-top {
  align-items: flex-start; }

.align-self-top {
  align-self: flex-start; }

.align-middle {
  align-items: center; }

.align-self-middle {
  align-self: center; }

.align-bottom {
  align-items: flex-end; }

.align-self-bottom {
  align-self: flex-end; }

.align-stretch {
  align-items: stretch; }

.align-self-stretch {
  align-self: stretch; }

.align-left {
  justify-content: flex-start; }

.align-self-left {
  align-self: flex-start; }

.align-center {
  justify-content: center; }

.align-self-center {
  align-self: center; }

.align-right {
  justify-content: flex-end; }

.align-self-right {
  align-self: flex-end; }

.align-spaced {
  justify-content: space-around; }

.align-self-spaced {
  align-self: space-around; }

.align-evenly {
  align-items: space-evenly; }

.align-self-evenly {
  align-self: space-evenly; }

.column.shrink {
  flex: 0 0 auto;
  max-width: 100%; }

@media print, screen and (min-width: 551px) {
  .column.xsmall-1 {
    max-width: 8.3333333333%;
    flex: 0 0 8.3333333333%; }
  .row.xsmall-up-1 {
    flex-wrap: wrap; }
    .row.xsmall-up-1 > .column {
      max-width: 100%;
      flex: 0 0 100%; }
  .row .xsmall-expand {
    flex: 1 1 0px; }
  .xsmall-order-1 {
    order: 1; }
  .column.xsmall-offset-1 {
    margin-left: 8.3333333333%; }
  .column.xsmall-2 {
    max-width: 16.6666666667%;
    flex: 0 0 16.6666666667%; }
  .row.xsmall-up-2 {
    flex-wrap: wrap; }
    .row.xsmall-up-2 > .column {
      max-width: 50%;
      flex: 0 0 50%; }
  .row .xsmall-expand {
    flex: 1 1 0px; }
  .xsmall-order-2 {
    order: 2; }
  .column.xsmall-offset-2 {
    margin-left: 16.6666666667%; }
  .column.xsmall-3 {
    max-width: 25%;
    flex: 0 0 25%; }
  .row.xsmall-up-3 {
    flex-wrap: wrap; }
    .row.xsmall-up-3 > .column {
      max-width: 33.3333333333%;
      flex: 0 0 33.3333333333%; }
  .row .xsmall-expand {
    flex: 1 1 0px; }
  .xsmall-order-3 {
    order: 3; }
  .column.xsmall-offset-3 {
    margin-left: 25%; }
  .column.xsmall-4 {
    max-width: 33.3333333333%;
    flex: 0 0 33.3333333333%; }
  .row.xsmall-up-4 {
    flex-wrap: wrap; }
    .row.xsmall-up-4 > .column {
      max-width: 25%;
      flex: 0 0 25%; }
  .row .xsmall-expand {
    flex: 1 1 0px; }
  .xsmall-order-4 {
    order: 4; }
  .column.xsmall-offset-4 {
    margin-left: 33.3333333333%; }
  .column.xsmall-5 {
    max-width: 41.6666666667%;
    flex: 0 0 41.6666666667%; }
  .row.xsmall-up-5 {
    flex-wrap: wrap; }
    .row.xsmall-up-5 > .column {
      max-width: 20%;
      flex: 0 0 20%; }
  .row .xsmall-expand {
    flex: 1 1 0px; }
  .xsmall-order-5 {
    order: 5; }
  .column.xsmall-offset-5 {
    margin-left: 41.6666666667%; }
  .column.xsmall-6 {
    max-width: 50%;
    flex: 0 0 50%; }
  .row.xsmall-up-6 {
    flex-wrap: wrap; }
    .row.xsmall-up-6 > .column {
      max-width: 16.6666666667%;
      flex: 0 0 16.6666666667%; }
  .row .xsmall-expand {
    flex: 1 1 0px; }
  .xsmall-order-6 {
    order: 6; }
  .column.xsmall-offset-6 {
    margin-left: 50%; }
  .column.xsmall-7 {
    max-width: 58.3333333333%;
    flex: 0 0 58.3333333333%; }
  .row.xsmall-up-7 {
    flex-wrap: wrap; }
    .row.xsmall-up-7 > .column {
      max-width: 14.2857142857%;
      flex: 0 0 14.2857142857%; }
  .row .xsmall-expand {
    flex: 1 1 0px; }
  .xsmall-order-7 {
    order: 7; }
  .column.xsmall-offset-7 {
    margin-left: 58.3333333333%; }
  .column.xsmall-8 {
    max-width: 66.6666666667%;
    flex: 0 0 66.6666666667%; }
  .row.xsmall-up-8 {
    flex-wrap: wrap; }
    .row.xsmall-up-8 > .column {
      max-width: 12.5%;
      flex: 0 0 12.5%; }
  .row .xsmall-expand {
    flex: 1 1 0px; }
  .xsmall-order-8 {
    order: 8; }
  .column.xsmall-offset-8 {
    margin-left: 66.6666666667%; }
  .column.xsmall-9 {
    max-width: 75%;
    flex: 0 0 75%; }
  .row.xsmall-up-9 {
    flex-wrap: wrap; }
    .row.xsmall-up-9 > .column {
      max-width: 11.1111111111%;
      flex: 0 0 11.1111111111%; }
  .row .xsmall-expand {
    flex: 1 1 0px; }
  .xsmall-order-9 {
    order: 9; }
  .column.xsmall-offset-9 {
    margin-left: 75%; }
  .column.xsmall-10 {
    max-width: 83.3333333333%;
    flex: 0 0 83.3333333333%; }
  .row.xsmall-up-10 {
    flex-wrap: wrap; }
    .row.xsmall-up-10 > .column {
      max-width: 10%;
      flex: 0 0 10%; }
  .row .xsmall-expand {
    flex: 1 1 0px; }
  .xsmall-order-10 {
    order: 10; }
  .column.xsmall-offset-10 {
    margin-left: 83.3333333333%; }
  .column.xsmall-11 {
    max-width: 91.6666666667%;
    flex: 0 0 91.6666666667%; }
  .row.xsmall-up-11 {
    flex-wrap: wrap; }
    .row.xsmall-up-11 > .column {
      max-width: 9.0909090909%;
      flex: 0 0 9.0909090909%; }
  .row .xsmall-expand {
    flex: 1 1 0px; }
  .xsmall-order-11 {
    order: 11; }
  .column.xsmall-offset-11 {
    margin-left: 91.6666666667%; }
  .column.xsmall-12 {
    max-width: 100%;
    flex: 0 0 100%; }
  .row.xsmall-up-12 {
    flex-wrap: wrap; }
    .row.xsmall-up-12 > .column {
      max-width: 8.3333333333%;
      flex: 0 0 8.3333333333%; }
  .row .xsmall-expand {
    flex: 1 1 0px; }
  .xsmall-order-12 {
    order: 12; }
  .column.xsmall-offset-12 {
    margin-left: 100%; }
  .column.xsmall-no-offset {
    margin-left: 0px !important; }
  .xsmall-text-left {
    text-align: left; }
  .xsmall-text-right {
    text-align: right; }
  .xsmall-text-center {
    text-align: center; }
  .xsmall-text-justify {
    text-align: justify; }
  .xsmall-align-top {
    align-items: flex-start; }
  .xsmall-align-self-top {
    align-self: flex-start; }
  .xsmall-align-middle {
    align-items: center; }
  .xsmall-align-self-middle {
    align-self: center; }
  .xsmall-align-bottom {
    align-items: flex-end; }
  .xsmall-align-self-bottom {
    align-self: flex-end; }
  .xsmall-align-stretch {
    align-items: stretch; }
  .xsmall-align-self-stretch {
    align-self: stretch; }
  .xsmall-align-left {
    justify-content: flex-start; }
  .xsmall-align-self-left {
    align-self: flex-start; }
  .xsmall-align-center {
    justify-content: center; }
  .xsmall-align-self-center {
    align-self: center; }
  .xsmall-align-right {
    justify-content: flex-end; }
  .xsmall-align-self-right {
    align-self: flex-end; }
  .xsmall-align-spaced {
    justify-content: space-around; }
  .xsmall-align-self-spaced {
    align-self: space-around; }
  .xsmall-align-evenly {
    align-items: space-evenly; }
  .xsmall-align-self-evenly {
    align-self: space-evenly; }
  .column.xsmall-shrink {
    flex: 0 0 auto;
    max-width: 100%; } }

@media print, screen and (min-width: 551px) {
  .hide-for-xsmall {
    display: none !important; } }

@media screen and (max-width: 550px) {
  .show-for-xsmall {
    display: none !important; } }

@media screen and (max-width: 550px) {
  .xsmall-collapse {
    padding: 0 !important; }
    .xsmall-collapse > .column {
      padding-right: 0;
      padding-left: 0; } }

@media screen and (min-width: 550px) and (max-width: 750px) {
  .column.xsmall-only-shrink {
    flex: 0 0 auto;
    max-width: 100%; } }

@media print, screen and (min-width: 751px) {
  .column.xxsmall-1 {
    max-width: 8.3333333333%;
    flex: 0 0 8.3333333333%; }
  .row.xxsmall-up-1 {
    flex-wrap: wrap; }
    .row.xxsmall-up-1 > .column {
      max-width: 100%;
      flex: 0 0 100%; }
  .row .xxsmall-expand {
    flex: 1 1 0px; }
  .xxsmall-order-1 {
    order: 1; }
  .column.xxsmall-offset-1 {
    margin-left: 8.3333333333%; }
  .column.xxsmall-2 {
    max-width: 16.6666666667%;
    flex: 0 0 16.6666666667%; }
  .row.xxsmall-up-2 {
    flex-wrap: wrap; }
    .row.xxsmall-up-2 > .column {
      max-width: 50%;
      flex: 0 0 50%; }
  .row .xxsmall-expand {
    flex: 1 1 0px; }
  .xxsmall-order-2 {
    order: 2; }
  .column.xxsmall-offset-2 {
    margin-left: 16.6666666667%; }
  .column.xxsmall-3 {
    max-width: 25%;
    flex: 0 0 25%; }
  .row.xxsmall-up-3 {
    flex-wrap: wrap; }
    .row.xxsmall-up-3 > .column {
      max-width: 33.3333333333%;
      flex: 0 0 33.3333333333%; }
  .row .xxsmall-expand {
    flex: 1 1 0px; }
  .xxsmall-order-3 {
    order: 3; }
  .column.xxsmall-offset-3 {
    margin-left: 25%; }
  .column.xxsmall-4 {
    max-width: 33.3333333333%;
    flex: 0 0 33.3333333333%; }
  .row.xxsmall-up-4 {
    flex-wrap: wrap; }
    .row.xxsmall-up-4 > .column {
      max-width: 25%;
      flex: 0 0 25%; }
  .row .xxsmall-expand {
    flex: 1 1 0px; }
  .xxsmall-order-4 {
    order: 4; }
  .column.xxsmall-offset-4 {
    margin-left: 33.3333333333%; }
  .column.xxsmall-5 {
    max-width: 41.6666666667%;
    flex: 0 0 41.6666666667%; }
  .row.xxsmall-up-5 {
    flex-wrap: wrap; }
    .row.xxsmall-up-5 > .column {
      max-width: 20%;
      flex: 0 0 20%; }
  .row .xxsmall-expand {
    flex: 1 1 0px; }
  .xxsmall-order-5 {
    order: 5; }
  .column.xxsmall-offset-5 {
    margin-left: 41.6666666667%; }
  .column.xxsmall-6 {
    max-width: 50%;
    flex: 0 0 50%; }
  .row.xxsmall-up-6 {
    flex-wrap: wrap; }
    .row.xxsmall-up-6 > .column {
      max-width: 16.6666666667%;
      flex: 0 0 16.6666666667%; }
  .row .xxsmall-expand {
    flex: 1 1 0px; }
  .xxsmall-order-6 {
    order: 6; }
  .column.xxsmall-offset-6 {
    margin-left: 50%; }
  .column.xxsmall-7 {
    max-width: 58.3333333333%;
    flex: 0 0 58.3333333333%; }
  .row.xxsmall-up-7 {
    flex-wrap: wrap; }
    .row.xxsmall-up-7 > .column {
      max-width: 14.2857142857%;
      flex: 0 0 14.2857142857%; }
  .row .xxsmall-expand {
    flex: 1 1 0px; }
  .xxsmall-order-7 {
    order: 7; }
  .column.xxsmall-offset-7 {
    margin-left: 58.3333333333%; }
  .column.xxsmall-8 {
    max-width: 66.6666666667%;
    flex: 0 0 66.6666666667%; }
  .row.xxsmall-up-8 {
    flex-wrap: wrap; }
    .row.xxsmall-up-8 > .column {
      max-width: 12.5%;
      flex: 0 0 12.5%; }
  .row .xxsmall-expand {
    flex: 1 1 0px; }
  .xxsmall-order-8 {
    order: 8; }
  .column.xxsmall-offset-8 {
    margin-left: 66.6666666667%; }
  .column.xxsmall-9 {
    max-width: 75%;
    flex: 0 0 75%; }
  .row.xxsmall-up-9 {
    flex-wrap: wrap; }
    .row.xxsmall-up-9 > .column {
      max-width: 11.1111111111%;
      flex: 0 0 11.1111111111%; }
  .row .xxsmall-expand {
    flex: 1 1 0px; }
  .xxsmall-order-9 {
    order: 9; }
  .column.xxsmall-offset-9 {
    margin-left: 75%; }
  .column.xxsmall-10 {
    max-width: 83.3333333333%;
    flex: 0 0 83.3333333333%; }
  .row.xxsmall-up-10 {
    flex-wrap: wrap; }
    .row.xxsmall-up-10 > .column {
      max-width: 10%;
      flex: 0 0 10%; }
  .row .xxsmall-expand {
    flex: 1 1 0px; }
  .xxsmall-order-10 {
    order: 10; }
  .column.xxsmall-offset-10 {
    margin-left: 83.3333333333%; }
  .column.xxsmall-11 {
    max-width: 91.6666666667%;
    flex: 0 0 91.6666666667%; }
  .row.xxsmall-up-11 {
    flex-wrap: wrap; }
    .row.xxsmall-up-11 > .column {
      max-width: 9.0909090909%;
      flex: 0 0 9.0909090909%; }
  .row .xxsmall-expand {
    flex: 1 1 0px; }
  .xxsmall-order-11 {
    order: 11; }
  .column.xxsmall-offset-11 {
    margin-left: 91.6666666667%; }
  .column.xxsmall-12 {
    max-width: 100%;
    flex: 0 0 100%; }
  .row.xxsmall-up-12 {
    flex-wrap: wrap; }
    .row.xxsmall-up-12 > .column {
      max-width: 8.3333333333%;
      flex: 0 0 8.3333333333%; }
  .row .xxsmall-expand {
    flex: 1 1 0px; }
  .xxsmall-order-12 {
    order: 12; }
  .column.xxsmall-offset-12 {
    margin-left: 100%; }
  .column.xxsmall-no-offset {
    margin-left: 0px !important; }
  .xxsmall-text-left {
    text-align: left; }
  .xxsmall-text-right {
    text-align: right; }
  .xxsmall-text-center {
    text-align: center; }
  .xxsmall-text-justify {
    text-align: justify; }
  .xxsmall-align-top {
    align-items: flex-start; }
  .xxsmall-align-self-top {
    align-self: flex-start; }
  .xxsmall-align-middle {
    align-items: center; }
  .xxsmall-align-self-middle {
    align-self: center; }
  .xxsmall-align-bottom {
    align-items: flex-end; }
  .xxsmall-align-self-bottom {
    align-self: flex-end; }
  .xxsmall-align-stretch {
    align-items: stretch; }
  .xxsmall-align-self-stretch {
    align-self: stretch; }
  .xxsmall-align-left {
    justify-content: flex-start; }
  .xxsmall-align-self-left {
    align-self: flex-start; }
  .xxsmall-align-center {
    justify-content: center; }
  .xxsmall-align-self-center {
    align-self: center; }
  .xxsmall-align-right {
    justify-content: flex-end; }
  .xxsmall-align-self-right {
    align-self: flex-end; }
  .xxsmall-align-spaced {
    justify-content: space-around; }
  .xxsmall-align-self-spaced {
    align-self: space-around; }
  .xxsmall-align-evenly {
    align-items: space-evenly; }
  .xxsmall-align-self-evenly {
    align-self: space-evenly; }
  .column.xxsmall-shrink {
    flex: 0 0 auto;
    max-width: 100%; } }

@media print, screen and (min-width: 751px) {
  .hide-for-xxsmall {
    display: none !important; } }

@media screen and (max-width: 750px) {
  .show-for-xxsmall {
    display: none !important; } }

@media screen and (max-width: 750px) {
  .xxsmall-collapse {
    padding: 0 !important; }
    .xxsmall-collapse > .column {
      padding-right: 0;
      padding-left: 0; } }

@media screen and (min-width: 750px) and (max-width: 950px) {
  .column.xxsmall-only-shrink {
    flex: 0 0 auto;
    max-width: 100%; } }

@media print, screen and (min-width: 951px) {
  .column.medium-1 {
    max-width: 8.3333333333%;
    flex: 0 0 8.3333333333%; }
  .row.medium-up-1 {
    flex-wrap: wrap; }
    .row.medium-up-1 > .column {
      max-width: 100%;
      flex: 0 0 100%; }
  .row .medium-expand {
    flex: 1 1 0px; }
  .medium-order-1 {
    order: 1; }
  .column.medium-offset-1 {
    margin-left: 8.3333333333%; }
  .column.medium-2 {
    max-width: 16.6666666667%;
    flex: 0 0 16.6666666667%; }
  .row.medium-up-2 {
    flex-wrap: wrap; }
    .row.medium-up-2 > .column {
      max-width: 50%;
      flex: 0 0 50%; }
  .row .medium-expand {
    flex: 1 1 0px; }
  .medium-order-2 {
    order: 2; }
  .column.medium-offset-2 {
    margin-left: 16.6666666667%; }
  .column.medium-3 {
    max-width: 25%;
    flex: 0 0 25%; }
  .row.medium-up-3 {
    flex-wrap: wrap; }
    .row.medium-up-3 > .column {
      max-width: 33.3333333333%;
      flex: 0 0 33.3333333333%; }
  .row .medium-expand {
    flex: 1 1 0px; }
  .medium-order-3 {
    order: 3; }
  .column.medium-offset-3 {
    margin-left: 25%; }
  .column.medium-4 {
    max-width: 33.3333333333%;
    flex: 0 0 33.3333333333%; }
  .row.medium-up-4 {
    flex-wrap: wrap; }
    .row.medium-up-4 > .column {
      max-width: 25%;
      flex: 0 0 25%; }
  .row .medium-expand {
    flex: 1 1 0px; }
  .medium-order-4 {
    order: 4; }
  .column.medium-offset-4 {
    margin-left: 33.3333333333%; }
  .column.medium-5 {
    max-width: 41.6666666667%;
    flex: 0 0 41.6666666667%; }
  .row.medium-up-5 {
    flex-wrap: wrap; }
    .row.medium-up-5 > .column {
      max-width: 20%;
      flex: 0 0 20%; }
  .row .medium-expand {
    flex: 1 1 0px; }
  .medium-order-5 {
    order: 5; }
  .column.medium-offset-5 {
    margin-left: 41.6666666667%; }
  .column.medium-6 {
    max-width: 50%;
    flex: 0 0 50%; }
  .row.medium-up-6 {
    flex-wrap: wrap; }
    .row.medium-up-6 > .column {
      max-width: 16.6666666667%;
      flex: 0 0 16.6666666667%; }
  .row .medium-expand {
    flex: 1 1 0px; }
  .medium-order-6 {
    order: 6; }
  .column.medium-offset-6 {
    margin-left: 50%; }
  .column.medium-7 {
    max-width: 58.3333333333%;
    flex: 0 0 58.3333333333%; }
  .row.medium-up-7 {
    flex-wrap: wrap; }
    .row.medium-up-7 > .column {
      max-width: 14.2857142857%;
      flex: 0 0 14.2857142857%; }
  .row .medium-expand {
    flex: 1 1 0px; }
  .medium-order-7 {
    order: 7; }
  .column.medium-offset-7 {
    margin-left: 58.3333333333%; }
  .column.medium-8 {
    max-width: 66.6666666667%;
    flex: 0 0 66.6666666667%; }
  .row.medium-up-8 {
    flex-wrap: wrap; }
    .row.medium-up-8 > .column {
      max-width: 12.5%;
      flex: 0 0 12.5%; }
  .row .medium-expand {
    flex: 1 1 0px; }
  .medium-order-8 {
    order: 8; }
  .column.medium-offset-8 {
    margin-left: 66.6666666667%; }
  .column.medium-9 {
    max-width: 75%;
    flex: 0 0 75%; }
  .row.medium-up-9 {
    flex-wrap: wrap; }
    .row.medium-up-9 > .column {
      max-width: 11.1111111111%;
      flex: 0 0 11.1111111111%; }
  .row .medium-expand {
    flex: 1 1 0px; }
  .medium-order-9 {
    order: 9; }
  .column.medium-offset-9 {
    margin-left: 75%; }
  .column.medium-10 {
    max-width: 83.3333333333%;
    flex: 0 0 83.3333333333%; }
  .row.medium-up-10 {
    flex-wrap: wrap; }
    .row.medium-up-10 > .column {
      max-width: 10%;
      flex: 0 0 10%; }
  .row .medium-expand {
    flex: 1 1 0px; }
  .medium-order-10 {
    order: 10; }
  .column.medium-offset-10 {
    margin-left: 83.3333333333%; }
  .column.medium-11 {
    max-width: 91.6666666667%;
    flex: 0 0 91.6666666667%; }
  .row.medium-up-11 {
    flex-wrap: wrap; }
    .row.medium-up-11 > .column {
      max-width: 9.0909090909%;
      flex: 0 0 9.0909090909%; }
  .row .medium-expand {
    flex: 1 1 0px; }
  .medium-order-11 {
    order: 11; }
  .column.medium-offset-11 {
    margin-left: 91.6666666667%; }
  .column.medium-12 {
    max-width: 100%;
    flex: 0 0 100%; }
  .row.medium-up-12 {
    flex-wrap: wrap; }
    .row.medium-up-12 > .column {
      max-width: 8.3333333333%;
      flex: 0 0 8.3333333333%; }
  .row .medium-expand {
    flex: 1 1 0px; }
  .medium-order-12 {
    order: 12; }
  .column.medium-offset-12 {
    margin-left: 100%; }
  .column.medium-no-offset {
    margin-left: 0px !important; }
  .medium-text-left {
    text-align: left; }
  .medium-text-right {
    text-align: right; }
  .medium-text-center {
    text-align: center; }
  .medium-text-justify {
    text-align: justify; }
  .medium-align-top {
    align-items: flex-start; }
  .medium-align-self-top {
    align-self: flex-start; }
  .medium-align-middle {
    align-items: center; }
  .medium-align-self-middle {
    align-self: center; }
  .medium-align-bottom {
    align-items: flex-end; }
  .medium-align-self-bottom {
    align-self: flex-end; }
  .medium-align-stretch {
    align-items: stretch; }
  .medium-align-self-stretch {
    align-self: stretch; }
  .medium-align-left {
    justify-content: flex-start; }
  .medium-align-self-left {
    align-self: flex-start; }
  .medium-align-center {
    justify-content: center; }
  .medium-align-self-center {
    align-self: center; }
  .medium-align-right {
    justify-content: flex-end; }
  .medium-align-self-right {
    align-self: flex-end; }
  .medium-align-spaced {
    justify-content: space-around; }
  .medium-align-self-spaced {
    align-self: space-around; }
  .medium-align-evenly {
    align-items: space-evenly; }
  .medium-align-self-evenly {
    align-self: space-evenly; }
  .column.medium-shrink {
    flex: 0 0 auto;
    max-width: 100%; } }

@media print, screen and (min-width: 951px) {
  .hide-for-medium {
    display: none !important; } }

@media screen and (max-width: 950px) {
  .show-for-medium {
    display: none !important; } }

@media screen and (max-width: 950px) {
  .medium-collapse {
    padding: 0 !important; }
    .medium-collapse > .column {
      padding-right: 0;
      padding-left: 0; } }

@media screen and (min-width: 950px) and (max-width: 1150px) {
  .column.medium-only-shrink {
    flex: 0 0 auto;
    max-width: 100%; } }

@media screen and (min-width: 1151px) {
  .column.xmedium-1 {
    max-width: 8.3333333333%;
    flex: 0 0 8.3333333333%; }
  .row.xmedium-up-1 {
    flex-wrap: wrap; }
    .row.xmedium-up-1 > .column {
      max-width: 100%;
      flex: 0 0 100%; }
  .row .xmedium-expand {
    flex: 1 1 0px; }
  .xmedium-order-1 {
    order: 1; }
  .column.xmedium-offset-1 {
    margin-left: 8.3333333333%; }
  .column.xmedium-2 {
    max-width: 16.6666666667%;
    flex: 0 0 16.6666666667%; }
  .row.xmedium-up-2 {
    flex-wrap: wrap; }
    .row.xmedium-up-2 > .column {
      max-width: 50%;
      flex: 0 0 50%; }
  .row .xmedium-expand {
    flex: 1 1 0px; }
  .xmedium-order-2 {
    order: 2; }
  .column.xmedium-offset-2 {
    margin-left: 16.6666666667%; }
  .column.xmedium-3 {
    max-width: 25%;
    flex: 0 0 25%; }
  .row.xmedium-up-3 {
    flex-wrap: wrap; }
    .row.xmedium-up-3 > .column {
      max-width: 33.3333333333%;
      flex: 0 0 33.3333333333%; }
  .row .xmedium-expand {
    flex: 1 1 0px; }
  .xmedium-order-3 {
    order: 3; }
  .column.xmedium-offset-3 {
    margin-left: 25%; }
  .column.xmedium-4 {
    max-width: 33.3333333333%;
    flex: 0 0 33.3333333333%; }
  .row.xmedium-up-4 {
    flex-wrap: wrap; }
    .row.xmedium-up-4 > .column {
      max-width: 25%;
      flex: 0 0 25%; }
  .row .xmedium-expand {
    flex: 1 1 0px; }
  .xmedium-order-4 {
    order: 4; }
  .column.xmedium-offset-4 {
    margin-left: 33.3333333333%; }
  .column.xmedium-5 {
    max-width: 41.6666666667%;
    flex: 0 0 41.6666666667%; }
  .row.xmedium-up-5 {
    flex-wrap: wrap; }
    .row.xmedium-up-5 > .column {
      max-width: 20%;
      flex: 0 0 20%; }
  .row .xmedium-expand {
    flex: 1 1 0px; }
  .xmedium-order-5 {
    order: 5; }
  .column.xmedium-offset-5 {
    margin-left: 41.6666666667%; }
  .column.xmedium-6 {
    max-width: 50%;
    flex: 0 0 50%; }
  .row.xmedium-up-6 {
    flex-wrap: wrap; }
    .row.xmedium-up-6 > .column {
      max-width: 16.6666666667%;
      flex: 0 0 16.6666666667%; }
  .row .xmedium-expand {
    flex: 1 1 0px; }
  .xmedium-order-6 {
    order: 6; }
  .column.xmedium-offset-6 {
    margin-left: 50%; }
  .column.xmedium-7 {
    max-width: 58.3333333333%;
    flex: 0 0 58.3333333333%; }
  .row.xmedium-up-7 {
    flex-wrap: wrap; }
    .row.xmedium-up-7 > .column {
      max-width: 14.2857142857%;
      flex: 0 0 14.2857142857%; }
  .row .xmedium-expand {
    flex: 1 1 0px; }
  .xmedium-order-7 {
    order: 7; }
  .column.xmedium-offset-7 {
    margin-left: 58.3333333333%; }
  .column.xmedium-8 {
    max-width: 66.6666666667%;
    flex: 0 0 66.6666666667%; }
  .row.xmedium-up-8 {
    flex-wrap: wrap; }
    .row.xmedium-up-8 > .column {
      max-width: 12.5%;
      flex: 0 0 12.5%; }
  .row .xmedium-expand {
    flex: 1 1 0px; }
  .xmedium-order-8 {
    order: 8; }
  .column.xmedium-offset-8 {
    margin-left: 66.6666666667%; }
  .column.xmedium-9 {
    max-width: 75%;
    flex: 0 0 75%; }
  .row.xmedium-up-9 {
    flex-wrap: wrap; }
    .row.xmedium-up-9 > .column {
      max-width: 11.1111111111%;
      flex: 0 0 11.1111111111%; }
  .row .xmedium-expand {
    flex: 1 1 0px; }
  .xmedium-order-9 {
    order: 9; }
  .column.xmedium-offset-9 {
    margin-left: 75%; }
  .column.xmedium-10 {
    max-width: 83.3333333333%;
    flex: 0 0 83.3333333333%; }
  .row.xmedium-up-10 {
    flex-wrap: wrap; }
    .row.xmedium-up-10 > .column {
      max-width: 10%;
      flex: 0 0 10%; }
  .row .xmedium-expand {
    flex: 1 1 0px; }
  .xmedium-order-10 {
    order: 10; }
  .column.xmedium-offset-10 {
    margin-left: 83.3333333333%; }
  .column.xmedium-11 {
    max-width: 91.6666666667%;
    flex: 0 0 91.6666666667%; }
  .row.xmedium-up-11 {
    flex-wrap: wrap; }
    .row.xmedium-up-11 > .column {
      max-width: 9.0909090909%;
      flex: 0 0 9.0909090909%; }
  .row .xmedium-expand {
    flex: 1 1 0px; }
  .xmedium-order-11 {
    order: 11; }
  .column.xmedium-offset-11 {
    margin-left: 91.6666666667%; }
  .column.xmedium-12 {
    max-width: 100%;
    flex: 0 0 100%; }
  .row.xmedium-up-12 {
    flex-wrap: wrap; }
    .row.xmedium-up-12 > .column {
      max-width: 8.3333333333%;
      flex: 0 0 8.3333333333%; }
  .row .xmedium-expand {
    flex: 1 1 0px; }
  .xmedium-order-12 {
    order: 12; }
  .column.xmedium-offset-12 {
    margin-left: 100%; }
  .column.xmedium-no-offset {
    margin-left: 0px !important; }
  .xmedium-text-left {
    text-align: left; }
  .xmedium-text-right {
    text-align: right; }
  .xmedium-text-center {
    text-align: center; }
  .xmedium-text-justify {
    text-align: justify; }
  .xmedium-align-top {
    align-items: flex-start; }
  .xmedium-align-self-top {
    align-self: flex-start; }
  .xmedium-align-middle {
    align-items: center; }
  .xmedium-align-self-middle {
    align-self: center; }
  .xmedium-align-bottom {
    align-items: flex-end; }
  .xmedium-align-self-bottom {
    align-self: flex-end; }
  .xmedium-align-stretch {
    align-items: stretch; }
  .xmedium-align-self-stretch {
    align-self: stretch; }
  .xmedium-align-left {
    justify-content: flex-start; }
  .xmedium-align-self-left {
    align-self: flex-start; }
  .xmedium-align-center {
    justify-content: center; }
  .xmedium-align-self-center {
    align-self: center; }
  .xmedium-align-right {
    justify-content: flex-end; }
  .xmedium-align-self-right {
    align-self: flex-end; }
  .xmedium-align-spaced {
    justify-content: space-around; }
  .xmedium-align-self-spaced {
    align-self: space-around; }
  .xmedium-align-evenly {
    align-items: space-evenly; }
  .xmedium-align-self-evenly {
    align-self: space-evenly; }
  .column.xmedium-shrink {
    flex: 0 0 auto;
    max-width: 100%; } }

@media screen and (min-width: 1151px) {
  .hide-for-xmedium {
    display: none !important; } }

@media screen and (max-width: 1150px) {
  .show-for-xmedium {
    display: none !important; } }

@media screen and (max-width: 1150px) {
  .xmedium-collapse {
    padding: 0 !important; }
    .xmedium-collapse > .column {
      padding-right: 0;
      padding-left: 0; } }

@media screen and (min-width: 1150px) and (max-width: 1280px) {
  .column.xmedium-only-shrink {
    flex: 0 0 auto;
    max-width: 100%; } }

@media screen and (min-width: 1281px) {
  .column.xxmedium-1 {
    max-width: 8.3333333333%;
    flex: 0 0 8.3333333333%; }
  .row.xxmedium-up-1 {
    flex-wrap: wrap; }
    .row.xxmedium-up-1 > .column {
      max-width: 100%;
      flex: 0 0 100%; }
  .row .xxmedium-expand {
    flex: 1 1 0px; }
  .xxmedium-order-1 {
    order: 1; }
  .column.xxmedium-offset-1 {
    margin-left: 8.3333333333%; }
  .column.xxmedium-2 {
    max-width: 16.6666666667%;
    flex: 0 0 16.6666666667%; }
  .row.xxmedium-up-2 {
    flex-wrap: wrap; }
    .row.xxmedium-up-2 > .column {
      max-width: 50%;
      flex: 0 0 50%; }
  .row .xxmedium-expand {
    flex: 1 1 0px; }
  .xxmedium-order-2 {
    order: 2; }
  .column.xxmedium-offset-2 {
    margin-left: 16.6666666667%; }
  .column.xxmedium-3 {
    max-width: 25%;
    flex: 0 0 25%; }
  .row.xxmedium-up-3 {
    flex-wrap: wrap; }
    .row.xxmedium-up-3 > .column {
      max-width: 33.3333333333%;
      flex: 0 0 33.3333333333%; }
  .row .xxmedium-expand {
    flex: 1 1 0px; }
  .xxmedium-order-3 {
    order: 3; }
  .column.xxmedium-offset-3 {
    margin-left: 25%; }
  .column.xxmedium-4 {
    max-width: 33.3333333333%;
    flex: 0 0 33.3333333333%; }
  .row.xxmedium-up-4 {
    flex-wrap: wrap; }
    .row.xxmedium-up-4 > .column {
      max-width: 25%;
      flex: 0 0 25%; }
  .row .xxmedium-expand {
    flex: 1 1 0px; }
  .xxmedium-order-4 {
    order: 4; }
  .column.xxmedium-offset-4 {
    margin-left: 33.3333333333%; }
  .column.xxmedium-5 {
    max-width: 41.6666666667%;
    flex: 0 0 41.6666666667%; }
  .row.xxmedium-up-5 {
    flex-wrap: wrap; }
    .row.xxmedium-up-5 > .column {
      max-width: 20%;
      flex: 0 0 20%; }
  .row .xxmedium-expand {
    flex: 1 1 0px; }
  .xxmedium-order-5 {
    order: 5; }
  .column.xxmedium-offset-5 {
    margin-left: 41.6666666667%; }
  .column.xxmedium-6 {
    max-width: 50%;
    flex: 0 0 50%; }
  .row.xxmedium-up-6 {
    flex-wrap: wrap; }
    .row.xxmedium-up-6 > .column {
      max-width: 16.6666666667%;
      flex: 0 0 16.6666666667%; }
  .row .xxmedium-expand {
    flex: 1 1 0px; }
  .xxmedium-order-6 {
    order: 6; }
  .column.xxmedium-offset-6 {
    margin-left: 50%; }
  .column.xxmedium-7 {
    max-width: 58.3333333333%;
    flex: 0 0 58.3333333333%; }
  .row.xxmedium-up-7 {
    flex-wrap: wrap; }
    .row.xxmedium-up-7 > .column {
      max-width: 14.2857142857%;
      flex: 0 0 14.2857142857%; }
  .row .xxmedium-expand {
    flex: 1 1 0px; }
  .xxmedium-order-7 {
    order: 7; }
  .column.xxmedium-offset-7 {
    margin-left: 58.3333333333%; }
  .column.xxmedium-8 {
    max-width: 66.6666666667%;
    flex: 0 0 66.6666666667%; }
  .row.xxmedium-up-8 {
    flex-wrap: wrap; }
    .row.xxmedium-up-8 > .column {
      max-width: 12.5%;
      flex: 0 0 12.5%; }
  .row .xxmedium-expand {
    flex: 1 1 0px; }
  .xxmedium-order-8 {
    order: 8; }
  .column.xxmedium-offset-8 {
    margin-left: 66.6666666667%; }
  .column.xxmedium-9 {
    max-width: 75%;
    flex: 0 0 75%; }
  .row.xxmedium-up-9 {
    flex-wrap: wrap; }
    .row.xxmedium-up-9 > .column {
      max-width: 11.1111111111%;
      flex: 0 0 11.1111111111%; }
  .row .xxmedium-expand {
    flex: 1 1 0px; }
  .xxmedium-order-9 {
    order: 9; }
  .column.xxmedium-offset-9 {
    margin-left: 75%; }
  .column.xxmedium-10 {
    max-width: 83.3333333333%;
    flex: 0 0 83.3333333333%; }
  .row.xxmedium-up-10 {
    flex-wrap: wrap; }
    .row.xxmedium-up-10 > .column {
      max-width: 10%;
      flex: 0 0 10%; }
  .row .xxmedium-expand {
    flex: 1 1 0px; }
  .xxmedium-order-10 {
    order: 10; }
  .column.xxmedium-offset-10 {
    margin-left: 83.3333333333%; }
  .column.xxmedium-11 {
    max-width: 91.6666666667%;
    flex: 0 0 91.6666666667%; }
  .row.xxmedium-up-11 {
    flex-wrap: wrap; }
    .row.xxmedium-up-11 > .column {
      max-width: 9.0909090909%;
      flex: 0 0 9.0909090909%; }
  .row .xxmedium-expand {
    flex: 1 1 0px; }
  .xxmedium-order-11 {
    order: 11; }
  .column.xxmedium-offset-11 {
    margin-left: 91.6666666667%; }
  .column.xxmedium-12 {
    max-width: 100%;
    flex: 0 0 100%; }
  .row.xxmedium-up-12 {
    flex-wrap: wrap; }
    .row.xxmedium-up-12 > .column {
      max-width: 8.3333333333%;
      flex: 0 0 8.3333333333%; }
  .row .xxmedium-expand {
    flex: 1 1 0px; }
  .xxmedium-order-12 {
    order: 12; }
  .column.xxmedium-offset-12 {
    margin-left: 100%; }
  .column.xxmedium-no-offset {
    margin-left: 0px !important; }
  .xxmedium-text-left {
    text-align: left; }
  .xxmedium-text-right {
    text-align: right; }
  .xxmedium-text-center {
    text-align: center; }
  .xxmedium-text-justify {
    text-align: justify; }
  .xxmedium-align-top {
    align-items: flex-start; }
  .xxmedium-align-self-top {
    align-self: flex-start; }
  .xxmedium-align-middle {
    align-items: center; }
  .xxmedium-align-self-middle {
    align-self: center; }
  .xxmedium-align-bottom {
    align-items: flex-end; }
  .xxmedium-align-self-bottom {
    align-self: flex-end; }
  .xxmedium-align-stretch {
    align-items: stretch; }
  .xxmedium-align-self-stretch {
    align-self: stretch; }
  .xxmedium-align-left {
    justify-content: flex-start; }
  .xxmedium-align-self-left {
    align-self: flex-start; }
  .xxmedium-align-center {
    justify-content: center; }
  .xxmedium-align-self-center {
    align-self: center; }
  .xxmedium-align-right {
    justify-content: flex-end; }
  .xxmedium-align-self-right {
    align-self: flex-end; }
  .xxmedium-align-spaced {
    justify-content: space-around; }
  .xxmedium-align-self-spaced {
    align-self: space-around; }
  .xxmedium-align-evenly {
    align-items: space-evenly; }
  .xxmedium-align-self-evenly {
    align-self: space-evenly; }
  .column.xxmedium-shrink {
    flex: 0 0 auto;
    max-width: 100%; } }

@media screen and (min-width: 1281px) {
  .hide-for-xxmedium {
    display: none !important; } }

@media screen and (max-width: 1280px) {
  .show-for-xxmedium {
    display: none !important; } }

@media screen and (max-width: 1280px) {
  .xxmedium-collapse {
    padding: 0 !important; }
    .xxmedium-collapse > .column {
      padding-right: 0;
      padding-left: 0; } }

@media screen and (min-width: 1280px) and (max-width: 1370px) {
  .column.xxmedium-only-shrink {
    flex: 0 0 auto;
    max-width: 100%; } }

@media screen and (min-width: 1371px) {
  .column.large-1 {
    max-width: 8.3333333333%;
    flex: 0 0 8.3333333333%; }
  .row.large-up-1 {
    flex-wrap: wrap; }
    .row.large-up-1 > .column {
      max-width: 100%;
      flex: 0 0 100%; }
  .row .large-expand {
    flex: 1 1 0px; }
  .large-order-1 {
    order: 1; }
  .column.large-offset-1 {
    margin-left: 8.3333333333%; }
  .column.large-2 {
    max-width: 16.6666666667%;
    flex: 0 0 16.6666666667%; }
  .row.large-up-2 {
    flex-wrap: wrap; }
    .row.large-up-2 > .column {
      max-width: 50%;
      flex: 0 0 50%; }
  .row .large-expand {
    flex: 1 1 0px; }
  .large-order-2 {
    order: 2; }
  .column.large-offset-2 {
    margin-left: 16.6666666667%; }
  .column.large-3 {
    max-width: 25%;
    flex: 0 0 25%; }
  .row.large-up-3 {
    flex-wrap: wrap; }
    .row.large-up-3 > .column {
      max-width: 33.3333333333%;
      flex: 0 0 33.3333333333%; }
  .row .large-expand {
    flex: 1 1 0px; }
  .large-order-3 {
    order: 3; }
  .column.large-offset-3 {
    margin-left: 25%; }
  .column.large-4 {
    max-width: 33.3333333333%;
    flex: 0 0 33.3333333333%; }
  .row.large-up-4 {
    flex-wrap: wrap; }
    .row.large-up-4 > .column {
      max-width: 25%;
      flex: 0 0 25%; }
  .row .large-expand {
    flex: 1 1 0px; }
  .large-order-4 {
    order: 4; }
  .column.large-offset-4 {
    margin-left: 33.3333333333%; }
  .column.large-5 {
    max-width: 41.6666666667%;
    flex: 0 0 41.6666666667%; }
  .row.large-up-5 {
    flex-wrap: wrap; }
    .row.large-up-5 > .column {
      max-width: 20%;
      flex: 0 0 20%; }
  .row .large-expand {
    flex: 1 1 0px; }
  .large-order-5 {
    order: 5; }
  .column.large-offset-5 {
    margin-left: 41.6666666667%; }
  .column.large-6 {
    max-width: 50%;
    flex: 0 0 50%; }
  .row.large-up-6 {
    flex-wrap: wrap; }
    .row.large-up-6 > .column {
      max-width: 16.6666666667%;
      flex: 0 0 16.6666666667%; }
  .row .large-expand {
    flex: 1 1 0px; }
  .large-order-6 {
    order: 6; }
  .column.large-offset-6 {
    margin-left: 50%; }
  .column.large-7 {
    max-width: 58.3333333333%;
    flex: 0 0 58.3333333333%; }
  .row.large-up-7 {
    flex-wrap: wrap; }
    .row.large-up-7 > .column {
      max-width: 14.2857142857%;
      flex: 0 0 14.2857142857%; }
  .row .large-expand {
    flex: 1 1 0px; }
  .large-order-7 {
    order: 7; }
  .column.large-offset-7 {
    margin-left: 58.3333333333%; }
  .column.large-8 {
    max-width: 66.6666666667%;
    flex: 0 0 66.6666666667%; }
  .row.large-up-8 {
    flex-wrap: wrap; }
    .row.large-up-8 > .column {
      max-width: 12.5%;
      flex: 0 0 12.5%; }
  .row .large-expand {
    flex: 1 1 0px; }
  .large-order-8 {
    order: 8; }
  .column.large-offset-8 {
    margin-left: 66.6666666667%; }
  .column.large-9 {
    max-width: 75%;
    flex: 0 0 75%; }
  .row.large-up-9 {
    flex-wrap: wrap; }
    .row.large-up-9 > .column {
      max-width: 11.1111111111%;
      flex: 0 0 11.1111111111%; }
  .row .large-expand {
    flex: 1 1 0px; }
  .large-order-9 {
    order: 9; }
  .column.large-offset-9 {
    margin-left: 75%; }
  .column.large-10 {
    max-width: 83.3333333333%;
    flex: 0 0 83.3333333333%; }
  .row.large-up-10 {
    flex-wrap: wrap; }
    .row.large-up-10 > .column {
      max-width: 10%;
      flex: 0 0 10%; }
  .row .large-expand {
    flex: 1 1 0px; }
  .large-order-10 {
    order: 10; }
  .column.large-offset-10 {
    margin-left: 83.3333333333%; }
  .column.large-11 {
    max-width: 91.6666666667%;
    flex: 0 0 91.6666666667%; }
  .row.large-up-11 {
    flex-wrap: wrap; }
    .row.large-up-11 > .column {
      max-width: 9.0909090909%;
      flex: 0 0 9.0909090909%; }
  .row .large-expand {
    flex: 1 1 0px; }
  .large-order-11 {
    order: 11; }
  .column.large-offset-11 {
    margin-left: 91.6666666667%; }
  .column.large-12 {
    max-width: 100%;
    flex: 0 0 100%; }
  .row.large-up-12 {
    flex-wrap: wrap; }
    .row.large-up-12 > .column {
      max-width: 8.3333333333%;
      flex: 0 0 8.3333333333%; }
  .row .large-expand {
    flex: 1 1 0px; }
  .large-order-12 {
    order: 12; }
  .column.large-offset-12 {
    margin-left: 100%; }
  .column.large-no-offset {
    margin-left: 0px !important; }
  .large-text-left {
    text-align: left; }
  .large-text-right {
    text-align: right; }
  .large-text-center {
    text-align: center; }
  .large-text-justify {
    text-align: justify; }
  .large-align-top {
    align-items: flex-start; }
  .large-align-self-top {
    align-self: flex-start; }
  .large-align-middle {
    align-items: center; }
  .large-align-self-middle {
    align-self: center; }
  .large-align-bottom {
    align-items: flex-end; }
  .large-align-self-bottom {
    align-self: flex-end; }
  .large-align-stretch {
    align-items: stretch; }
  .large-align-self-stretch {
    align-self: stretch; }
  .large-align-left {
    justify-content: flex-start; }
  .large-align-self-left {
    align-self: flex-start; }
  .large-align-center {
    justify-content: center; }
  .large-align-self-center {
    align-self: center; }
  .large-align-right {
    justify-content: flex-end; }
  .large-align-self-right {
    align-self: flex-end; }
  .large-align-spaced {
    justify-content: space-around; }
  .large-align-self-spaced {
    align-self: space-around; }
  .large-align-evenly {
    align-items: space-evenly; }
  .large-align-self-evenly {
    align-self: space-evenly; }
  .column.large-shrink {
    flex: 0 0 auto;
    max-width: 100%; } }

@media screen and (min-width: 1371px) {
  .hide-for-large {
    display: none !important; } }

@media screen and (max-width: 1370px) {
  .show-for-large {
    display: none !important; } }

@media screen and (max-width: 1370px) {
  .large-collapse {
    padding: 0 !important; }
    .large-collapse > .column {
      padding-right: 0;
      padding-left: 0; } }

@media screen and (min-width: 1370px) and (max-width: 1580px) {
  .column.large-only-shrink {
    flex: 0 0 auto;
    max-width: 100%; } }

@media screen and (min-width: 1581px) {
  .column.xlarge-1 {
    max-width: 8.3333333333%;
    flex: 0 0 8.3333333333%; }
  .row.xlarge-up-1 {
    flex-wrap: wrap; }
    .row.xlarge-up-1 > .column {
      max-width: 100%;
      flex: 0 0 100%; }
  .row .xlarge-expand {
    flex: 1 1 0px; }
  .xlarge-order-1 {
    order: 1; }
  .column.xlarge-offset-1 {
    margin-left: 8.3333333333%; }
  .column.xlarge-2 {
    max-width: 16.6666666667%;
    flex: 0 0 16.6666666667%; }
  .row.xlarge-up-2 {
    flex-wrap: wrap; }
    .row.xlarge-up-2 > .column {
      max-width: 50%;
      flex: 0 0 50%; }
  .row .xlarge-expand {
    flex: 1 1 0px; }
  .xlarge-order-2 {
    order: 2; }
  .column.xlarge-offset-2 {
    margin-left: 16.6666666667%; }
  .column.xlarge-3 {
    max-width: 25%;
    flex: 0 0 25%; }
  .row.xlarge-up-3 {
    flex-wrap: wrap; }
    .row.xlarge-up-3 > .column {
      max-width: 33.3333333333%;
      flex: 0 0 33.3333333333%; }
  .row .xlarge-expand {
    flex: 1 1 0px; }
  .xlarge-order-3 {
    order: 3; }
  .column.xlarge-offset-3 {
    margin-left: 25%; }
  .column.xlarge-4 {
    max-width: 33.3333333333%;
    flex: 0 0 33.3333333333%; }
  .row.xlarge-up-4 {
    flex-wrap: wrap; }
    .row.xlarge-up-4 > .column {
      max-width: 25%;
      flex: 0 0 25%; }
  .row .xlarge-expand {
    flex: 1 1 0px; }
  .xlarge-order-4 {
    order: 4; }
  .column.xlarge-offset-4 {
    margin-left: 33.3333333333%; }
  .column.xlarge-5 {
    max-width: 41.6666666667%;
    flex: 0 0 41.6666666667%; }
  .row.xlarge-up-5 {
    flex-wrap: wrap; }
    .row.xlarge-up-5 > .column {
      max-width: 20%;
      flex: 0 0 20%; }
  .row .xlarge-expand {
    flex: 1 1 0px; }
  .xlarge-order-5 {
    order: 5; }
  .column.xlarge-offset-5 {
    margin-left: 41.6666666667%; }
  .column.xlarge-6 {
    max-width: 50%;
    flex: 0 0 50%; }
  .row.xlarge-up-6 {
    flex-wrap: wrap; }
    .row.xlarge-up-6 > .column {
      max-width: 16.6666666667%;
      flex: 0 0 16.6666666667%; }
  .row .xlarge-expand {
    flex: 1 1 0px; }
  .xlarge-order-6 {
    order: 6; }
  .column.xlarge-offset-6 {
    margin-left: 50%; }
  .column.xlarge-7 {
    max-width: 58.3333333333%;
    flex: 0 0 58.3333333333%; }
  .row.xlarge-up-7 {
    flex-wrap: wrap; }
    .row.xlarge-up-7 > .column {
      max-width: 14.2857142857%;
      flex: 0 0 14.2857142857%; }
  .row .xlarge-expand {
    flex: 1 1 0px; }
  .xlarge-order-7 {
    order: 7; }
  .column.xlarge-offset-7 {
    margin-left: 58.3333333333%; }
  .column.xlarge-8 {
    max-width: 66.6666666667%;
    flex: 0 0 66.6666666667%; }
  .row.xlarge-up-8 {
    flex-wrap: wrap; }
    .row.xlarge-up-8 > .column {
      max-width: 12.5%;
      flex: 0 0 12.5%; }
  .row .xlarge-expand {
    flex: 1 1 0px; }
  .xlarge-order-8 {
    order: 8; }
  .column.xlarge-offset-8 {
    margin-left: 66.6666666667%; }
  .column.xlarge-9 {
    max-width: 75%;
    flex: 0 0 75%; }
  .row.xlarge-up-9 {
    flex-wrap: wrap; }
    .row.xlarge-up-9 > .column {
      max-width: 11.1111111111%;
      flex: 0 0 11.1111111111%; }
  .row .xlarge-expand {
    flex: 1 1 0px; }
  .xlarge-order-9 {
    order: 9; }
  .column.xlarge-offset-9 {
    margin-left: 75%; }
  .column.xlarge-10 {
    max-width: 83.3333333333%;
    flex: 0 0 83.3333333333%; }
  .row.xlarge-up-10 {
    flex-wrap: wrap; }
    .row.xlarge-up-10 > .column {
      max-width: 10%;
      flex: 0 0 10%; }
  .row .xlarge-expand {
    flex: 1 1 0px; }
  .xlarge-order-10 {
    order: 10; }
  .column.xlarge-offset-10 {
    margin-left: 83.3333333333%; }
  .column.xlarge-11 {
    max-width: 91.6666666667%;
    flex: 0 0 91.6666666667%; }
  .row.xlarge-up-11 {
    flex-wrap: wrap; }
    .row.xlarge-up-11 > .column {
      max-width: 9.0909090909%;
      flex: 0 0 9.0909090909%; }
  .row .xlarge-expand {
    flex: 1 1 0px; }
  .xlarge-order-11 {
    order: 11; }
  .column.xlarge-offset-11 {
    margin-left: 91.6666666667%; }
  .column.xlarge-12 {
    max-width: 100%;
    flex: 0 0 100%; }
  .row.xlarge-up-12 {
    flex-wrap: wrap; }
    .row.xlarge-up-12 > .column {
      max-width: 8.3333333333%;
      flex: 0 0 8.3333333333%; }
  .row .xlarge-expand {
    flex: 1 1 0px; }
  .xlarge-order-12 {
    order: 12; }
  .column.xlarge-offset-12 {
    margin-left: 100%; }
  .column.xlarge-no-offset {
    margin-left: 0px !important; }
  .xlarge-text-left {
    text-align: left; }
  .xlarge-text-right {
    text-align: right; }
  .xlarge-text-center {
    text-align: center; }
  .xlarge-text-justify {
    text-align: justify; }
  .xlarge-align-top {
    align-items: flex-start; }
  .xlarge-align-self-top {
    align-self: flex-start; }
  .xlarge-align-middle {
    align-items: center; }
  .xlarge-align-self-middle {
    align-self: center; }
  .xlarge-align-bottom {
    align-items: flex-end; }
  .xlarge-align-self-bottom {
    align-self: flex-end; }
  .xlarge-align-stretch {
    align-items: stretch; }
  .xlarge-align-self-stretch {
    align-self: stretch; }
  .xlarge-align-left {
    justify-content: flex-start; }
  .xlarge-align-self-left {
    align-self: flex-start; }
  .xlarge-align-center {
    justify-content: center; }
  .xlarge-align-self-center {
    align-self: center; }
  .xlarge-align-right {
    justify-content: flex-end; }
  .xlarge-align-self-right {
    align-self: flex-end; }
  .xlarge-align-spaced {
    justify-content: space-around; }
  .xlarge-align-self-spaced {
    align-self: space-around; }
  .xlarge-align-evenly {
    align-items: space-evenly; }
  .xlarge-align-self-evenly {
    align-self: space-evenly; }
  .column.xlarge-shrink {
    flex: 0 0 auto;
    max-width: 100%; } }

@media screen and (min-width: 1581px) {
  .hide-for-xlarge {
    display: none !important; } }

@media screen and (max-width: 1580px) {
  .show-for-xlarge {
    display: none !important; } }

@media screen and (max-width: 1580px) {
  .xlarge-collapse {
    padding: 0 !important; }
    .xlarge-collapse > .column {
      padding-right: 0;
      padding-left: 0; } }

@media screen and (min-width: 1580px) and (max-width: 1925px) {
  .column.xlarge-only-shrink {
    flex: 0 0 auto;
    max-width: 100%; } }

@media screen and (min-width: 1926px) {
  .column.xxlarge-1 {
    max-width: 8.3333333333%;
    flex: 0 0 8.3333333333%; }
  .row.xxlarge-up-1 {
    flex-wrap: wrap; }
    .row.xxlarge-up-1 > .column {
      max-width: 100%;
      flex: 0 0 100%; }
  .row .xxlarge-expand {
    flex: 1 1 0px; }
  .xxlarge-order-1 {
    order: 1; }
  .column.xxlarge-offset-1 {
    margin-left: 8.3333333333%; }
  .column.xxlarge-2 {
    max-width: 16.6666666667%;
    flex: 0 0 16.6666666667%; }
  .row.xxlarge-up-2 {
    flex-wrap: wrap; }
    .row.xxlarge-up-2 > .column {
      max-width: 50%;
      flex: 0 0 50%; }
  .row .xxlarge-expand {
    flex: 1 1 0px; }
  .xxlarge-order-2 {
    order: 2; }
  .column.xxlarge-offset-2 {
    margin-left: 16.6666666667%; }
  .column.xxlarge-3 {
    max-width: 25%;
    flex: 0 0 25%; }
  .row.xxlarge-up-3 {
    flex-wrap: wrap; }
    .row.xxlarge-up-3 > .column {
      max-width: 33.3333333333%;
      flex: 0 0 33.3333333333%; }
  .row .xxlarge-expand {
    flex: 1 1 0px; }
  .xxlarge-order-3 {
    order: 3; }
  .column.xxlarge-offset-3 {
    margin-left: 25%; }
  .column.xxlarge-4 {
    max-width: 33.3333333333%;
    flex: 0 0 33.3333333333%; }
  .row.xxlarge-up-4 {
    flex-wrap: wrap; }
    .row.xxlarge-up-4 > .column {
      max-width: 25%;
      flex: 0 0 25%; }
  .row .xxlarge-expand {
    flex: 1 1 0px; }
  .xxlarge-order-4 {
    order: 4; }
  .column.xxlarge-offset-4 {
    margin-left: 33.3333333333%; }
  .column.xxlarge-5 {
    max-width: 41.6666666667%;
    flex: 0 0 41.6666666667%; }
  .row.xxlarge-up-5 {
    flex-wrap: wrap; }
    .row.xxlarge-up-5 > .column {
      max-width: 20%;
      flex: 0 0 20%; }
  .row .xxlarge-expand {
    flex: 1 1 0px; }
  .xxlarge-order-5 {
    order: 5; }
  .column.xxlarge-offset-5 {
    margin-left: 41.6666666667%; }
  .column.xxlarge-6 {
    max-width: 50%;
    flex: 0 0 50%; }
  .row.xxlarge-up-6 {
    flex-wrap: wrap; }
    .row.xxlarge-up-6 > .column {
      max-width: 16.6666666667%;
      flex: 0 0 16.6666666667%; }
  .row .xxlarge-expand {
    flex: 1 1 0px; }
  .xxlarge-order-6 {
    order: 6; }
  .column.xxlarge-offset-6 {
    margin-left: 50%; }
  .column.xxlarge-7 {
    max-width: 58.3333333333%;
    flex: 0 0 58.3333333333%; }
  .row.xxlarge-up-7 {
    flex-wrap: wrap; }
    .row.xxlarge-up-7 > .column {
      max-width: 14.2857142857%;
      flex: 0 0 14.2857142857%; }
  .row .xxlarge-expand {
    flex: 1 1 0px; }
  .xxlarge-order-7 {
    order: 7; }
  .column.xxlarge-offset-7 {
    margin-left: 58.3333333333%; }
  .column.xxlarge-8 {
    max-width: 66.6666666667%;
    flex: 0 0 66.6666666667%; }
  .row.xxlarge-up-8 {
    flex-wrap: wrap; }
    .row.xxlarge-up-8 > .column {
      max-width: 12.5%;
      flex: 0 0 12.5%; }
  .row .xxlarge-expand {
    flex: 1 1 0px; }
  .xxlarge-order-8 {
    order: 8; }
  .column.xxlarge-offset-8 {
    margin-left: 66.6666666667%; }
  .column.xxlarge-9 {
    max-width: 75%;
    flex: 0 0 75%; }
  .row.xxlarge-up-9 {
    flex-wrap: wrap; }
    .row.xxlarge-up-9 > .column {
      max-width: 11.1111111111%;
      flex: 0 0 11.1111111111%; }
  .row .xxlarge-expand {
    flex: 1 1 0px; }
  .xxlarge-order-9 {
    order: 9; }
  .column.xxlarge-offset-9 {
    margin-left: 75%; }
  .column.xxlarge-10 {
    max-width: 83.3333333333%;
    flex: 0 0 83.3333333333%; }
  .row.xxlarge-up-10 {
    flex-wrap: wrap; }
    .row.xxlarge-up-10 > .column {
      max-width: 10%;
      flex: 0 0 10%; }
  .row .xxlarge-expand {
    flex: 1 1 0px; }
  .xxlarge-order-10 {
    order: 10; }
  .column.xxlarge-offset-10 {
    margin-left: 83.3333333333%; }
  .column.xxlarge-11 {
    max-width: 91.6666666667%;
    flex: 0 0 91.6666666667%; }
  .row.xxlarge-up-11 {
    flex-wrap: wrap; }
    .row.xxlarge-up-11 > .column {
      max-width: 9.0909090909%;
      flex: 0 0 9.0909090909%; }
  .row .xxlarge-expand {
    flex: 1 1 0px; }
  .xxlarge-order-11 {
    order: 11; }
  .column.xxlarge-offset-11 {
    margin-left: 91.6666666667%; }
  .column.xxlarge-12 {
    max-width: 100%;
    flex: 0 0 100%; }
  .row.xxlarge-up-12 {
    flex-wrap: wrap; }
    .row.xxlarge-up-12 > .column {
      max-width: 8.3333333333%;
      flex: 0 0 8.3333333333%; }
  .row .xxlarge-expand {
    flex: 1 1 0px; }
  .xxlarge-order-12 {
    order: 12; }
  .column.xxlarge-offset-12 {
    margin-left: 100%; }
  .column.xxlarge-no-offset {
    margin-left: 0px !important; }
  .xxlarge-text-left {
    text-align: left; }
  .xxlarge-text-right {
    text-align: right; }
  .xxlarge-text-center {
    text-align: center; }
  .xxlarge-text-justify {
    text-align: justify; }
  .xxlarge-align-top {
    align-items: flex-start; }
  .xxlarge-align-self-top {
    align-self: flex-start; }
  .xxlarge-align-middle {
    align-items: center; }
  .xxlarge-align-self-middle {
    align-self: center; }
  .xxlarge-align-bottom {
    align-items: flex-end; }
  .xxlarge-align-self-bottom {
    align-self: flex-end; }
  .xxlarge-align-stretch {
    align-items: stretch; }
  .xxlarge-align-self-stretch {
    align-self: stretch; }
  .xxlarge-align-left {
    justify-content: flex-start; }
  .xxlarge-align-self-left {
    align-self: flex-start; }
  .xxlarge-align-center {
    justify-content: center; }
  .xxlarge-align-self-center {
    align-self: center; }
  .xxlarge-align-right {
    justify-content: flex-end; }
  .xxlarge-align-self-right {
    align-self: flex-end; }
  .xxlarge-align-spaced {
    justify-content: space-around; }
  .xxlarge-align-self-spaced {
    align-self: space-around; }
  .xxlarge-align-evenly {
    align-items: space-evenly; }
  .xxlarge-align-self-evenly {
    align-self: space-evenly; }
  .column.xxlarge-shrink {
    flex: 0 0 auto;
    max-width: 100%; } }

@media screen and (min-width: 1926px) {
  .hide-for-xxlarge {
    display: none !important; } }

@media screen and (max-width: 1925px) {
  .show-for-xxlarge {
    display: none !important; } }

@media screen and (max-width: 1925px) {
  .xxlarge-collapse {
    padding: 0 !important; }
    .xxlarge-collapse > .column {
      padding-right: 0;
      padding-left: 0; } }

@media screen and (min-width: 1925px) and (max-width: 2500px) {
  .column.xxlarge-only-shrink {
    flex: 0 0 auto;
    max-width: 100%; } }

/*PAGINAS*/
.titulos {
  /*PAGINAS*/
  color: #000000;
  font-size: 40px;
  font-size: -webkit-calc(( 40px - 5px ) + 5 * (100vw - 350px) / (1920 - 350));
  font-size: -moz-calc(( 40px - 5px ) + 5 * (100vw - 350px) / (1920 - 350));
  font-size: calc(( 40px - 5px ) + 5 * (100vw - 350px) / (1920 - 350));
  line-height: 1.3;
  font-weight: 400; }

.subtitulos {
  /*PAGINAS*/
  color: #000000;
  font-size: 20px;
  line-height: 1.1;
  font-weight: 400; }

.textos {
  /*PAGINAS*/
  color: #000000;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  font-family: "Raleway", sans-serif; }

.list_tit {
  /*PAGINAS*/
  color: #000000;
  font-size: 16px;
  line-height: 1.1;
  font-weight: 500; }

.list_subtit {
  /*PAGINAS*/
  color: #000000;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 400;
  font-family: "Raleway", sans-serif; }
  .list_subtit small {
    font-size: 11px; }

.list_txt {
  /*PAGINAS*/
  color: #000000;
  font-size: 12px;
  line-height: 1.4;
  font-weight: 400;
  font-family: "Raleway", sans-serif; }

/*PAGINAS*/
.paginas_tit {
  /* @include textos(paginas_tit); */
  /*PAGINAS*/
  color: "";
  font-size: 48px;
  font-size: -webkit-calc(( 48px - 5px ) + 5 * (100vw - 350px) / (1920 - 350));
  font-size: -moz-calc(( 48px - 5px ) + 5 * (100vw - 350px) / (1920 - 350));
  font-size: calc(( 48px - 5px ) + 5 * (100vw - 350px) / (1920 - 350));
  line-height: 1.3;
  font-weight: 400;
  /* @include breakpoint(xsmall down){
		font-size: 18px;
	} */ }

.paginas_txt {
  /*PAGINAS*/
  color: #000000;
  font-size: 20px;
  line-height: 1.6;
  font-weight: 300; }

.titulos.limited,
.subtitulos.limited,
.textos.limited,
.list_tit.limited,
.list_subtit.limited,
.list_txt.limited {
  max-width: 81rem;
  margin: auto; }

.f-white {
  color: #fff; }

.f-black {
  color: #000; }

.f-primary {
  color: #000000; }

.f-secondary {
  color: #D3B487; }

.uppercase {
  text-transform: uppercase; }

.lowercase {
  text-transform: lowercase; }

.regular {
  font-weight: 400; }

.bold {
  font-weight: 700; }

.italic {
  font-style: italic; }

.text-ellipsis {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

/***************** INPUTS *****************/
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset !important; }

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-transition: color 9999s ease-out, background-color 9999s ease-out;
  -webkit-transition-delay: 9999s; }

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

input[type=text], input[type=number], input[type=tel], input[type=date], input[type=radio], input[type=checkbox], input[type=search], input[type=email], input[type=submit], input[type=button] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0px !important;
  box-shadow: none !important;
  /*Safari inner shadow*/ }

.inpt_cells {
  /* DISPLAY INLINE BLOCK */
  display: inline-block;
  vertical-align: top;
  width: 49%;
  margin-bottom: 2.5rem; }
  .inpt_cells:nth-child(odd) {
    margin-right: 1%; }
  .inpt_cells:nth-child(even) {
    margin-left: 1%; }
  .inpt_cells .inpt_holder, .inpt_cells.no_marg {
    margin-bottom: 0; }
  @media screen and (max-width: 950px) {
    .inpt_cells.medium {
      width: 100%; }
      .inpt_cells.medium:nth-child(odd), .inpt_cells.medium:nth-child(even) {
        margin-left: 0;
        margin-right: 0; } }
  @media screen and (max-width: 750px) {
    .inpt_cells.xxsmall {
      width: 100%; }
      .inpt_cells.xxsmall:nth-child(odd), .inpt_cells.xxsmall:nth-child(even) {
        margin-left: 0;
        margin-right: 0; } }
  @media screen and (max-width: 550px) {
    .inpt_cells.xsmall {
      width: 100%; }
      .inpt_cells.xsmall:nth-child(odd), .inpt_cells.xsmall:nth-child(even) {
        margin-left: 0;
        margin-right: 0; } }

.inpt_holder {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 2.5rem;
  text-align: left; }
  .inpt_holder.label_inline .inpt {
    padding-left: 12rem !important; }
  .inpt_holder.label_inline .inpt_label {
    position: absolute;
    top: 50%;
    left: 0;
    width: 10rem;
    /*INPUTS*/
    /*PAGINAS*/
    color: #000000;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.2;
    /* TRANSFORMS */
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding-left: 1rem; }
    .inpt_holder.label_inline .inpt_label:after {
      content: '';
      position: absolute;
      top: 50%;
      left: 11rem;
      width: 1px;
      height: 3rem;
      background: #808080;
      /* TRANSFORMS */
      -moz-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%); }
  .inpt_holder[class*=" icon-"] .inpt {
    padding-right: 3rem !important; }
  .inpt_holder[class*=" icon-"] i,
  .inpt_holder[class*=" icon-"] svg,
  .inpt_holder[class*=" icon-"] button, .inpt_holder[class*=" icon-"]:before {
    position: absolute;
    right: 1rem;
    top: auto;
    bottom: 13px;
    color: #808080;
    font-size: 1.7rem;
    width: 1.7rem;
    pointer-events: none; }
  .inpt_holder[class*=" icon-"] button {
    pointer-events: auto; }
  .inpt_holder[class*=" icon-"] svg path,
  .inpt_holder[class*=" icon-"] svg rect,
  .inpt_holder[class*=" icon-"] svg circle {
    fill: #D3B487; }
  .inpt_holder[class*=" icon-"] button:hover {
    cursor: pointer;
    color: #000000; }
  .inpt_holder:not(.simple):not(.select):after {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0rem;
    right: 100%;
    height: 1px;
    width: auto;
    z-index: 1;
    background: #D3B487;
    /* ANIMATIONSCSS */
    -webkit-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    transition: all 0.5s linear; }
  .inpt_holder:not(.simple):not(.select).focused:after, .inpt_holder:not(.simple):not(.select).hovered:after {
    right: 0rem; }
  .inpt_holder.select:after {
    content: '';
    position: absolute;
    right: 2rem;
    bottom: 17px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0.5rem 0.5rem 0 0.5rem;
    border-color: #000000 transparent transparent transparent;
    pointer-events: none; }
  .inpt_holder .inpt_error {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 45px;
    opacity: 0;
    z-index: 2;
    pointer-events: none;
    border: 2px solid #FF0000;
    /* ANIMATIONSCSS */
    -webkit-transition: opacity 0.3s linear;
    -ms-transition: opacity 0.3s linear;
    -o-transition: opacity 0.3s linear;
    -moz-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear; }
  .inpt_holder.btn_right .inpt {
    padding-right: 10rem; }
  .inpt_holder.btn_right button {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%; }
  .inpt_holder.simple {
    border: 0; }
  .inpt_holder.no_marg {
    margin: 0; }
  .inpt_holder.focused .passwordToggler {
    opacity: 1;
    visibility: visible;
    pointer-events: auto; }
  .inpt_holder.has-error {
    border-color: rgba(255, 0, 0, 0.5); }
  @media screen and (max-width: 750px) {
    .inpt_holder:not(.select):after {
      display: none; }
    .inpt_holder.select:after {
      top: auto;
      bottom: 1.5rem; } }

.inpt_label {
  /* DISPLAY INLINE BLOCK */
  display: inline-block;
  vertical-align: top;
  /*PAGINAS*/
  color: #000000;
  font-size: 13px;
  line-height: 1.1;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 5px; }
  .inpt_label.inpt_label_error {
    position: absolute;
    top: 0px;
    left: 0px;
    color: #FF0000;
    z-index: 2;
    pointer-events: none;
    opacity: 0;
    /* ANIMATIONSCSS */
    -webkit-transition: opacity 0.3s linear;
    -ms-transition: opacity 0.3s linear;
    -o-transition: opacity 0.3s linear;
    -moz-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear; }
  .has-error .inpt_label {
    color: #FF0000; }

.inpt {
  /*INPUTS*/
  display: block;
  width: 100%;
  /*INPUTS*/
  /*PAGINAS*/
  color: #000000;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 400;
  font-family: "Raleway", sans-serif;
  padding: 10px 15px;
  min-height: 45px;
  height: 45px;
  border-radius: 0px;
  border: 1px solid #D0D0D0;
  background: #fff; }
  .inpt.has-error {
    /*INPUTS*/
    border-color: rgba(255, 0, 0, 0.5);
    color: #FF0000; }
  .inpt[type="date"]:not(.has-value):before {
    content: attr(placeholder); }
  .inpt.disabled, .inpt:disabled {
    opacity: 0.8 !important;
    color: #808080 !important;
    border-color: #D0D0D0 !important;
    background: #D0D0D0 !important;
    pointer-events: none !important; }
  .has-error .inpt {
    color: #FF0000; }

textarea.inpt {
  /*INPUTS*/
  overflow: hidden;
  /* ANIMATIONSCSS */
  -webkit-transition: height 0.5s linear;
  -ms-transition: height 0.5s linear;
  -o-transition: height 0.5s linear;
  -moz-transition: height 0.5s linear;
  transition: height 0.5s linear; }
  textarea.inpt:focus, textarea.inpt.focused,
  .focused textarea.inpt,
  .hovered textarea.inpt {
    overflow: auto;
    height: 13rem; }

.inpt_checkbox {
  /* DISPLAY INLINE BLOCK */
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin: 5px 0;
  margin-right: 30px; }
  .inpt_checkbox:last-child {
    margin-right: 0; }
  .inpt_checkbox:only-child {
    margin: 0; }
  .inpt_checkbox input[type="checkbox"],
  .inpt_checkbox input[type="radio"] {
    /*INPUTS*/
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    z-index: 5; }
  .inpt_checkbox label {
    /* DISPLAY INLINE BLOCK */
    display: inline-block;
    vertical-align: top;
    /*PAGINAS*/
    color: #000000;
    font-size: 12px;
    line-height: 20px;
    font-weight: 400;
    position: relative;
    text-align: left;
    padding-left: 30px;
    /* ANIMATIONSCSS */
    -webkit-transition: color 0.3s linear;
    -ms-transition: color 0.3s linear;
    -o-transition: color 0.3s linear;
    -moz-transition: color 0.3s linear;
    transition: color 0.3s linear; }
    .inpt_checkbox label a {
      /* DISPLAY INLINE BLOCK */
      display: inline-block;
      vertical-align: top;
      color: #D3B487;
      position: relative;
      z-index: 6; }
      .inpt_checkbox label a:hover {
        color: #000000; }
    .inpt_checkbox label:before, .inpt_checkbox label:after {
      content: '';
      position: absolute;
      cursor: pointer;
      /* ANIMATIONSCSS */
      -webkit-transition: all 0.3s linear;
      -ms-transition: all 0.3s linear;
      -o-transition: all 0.3s linear;
      -moz-transition: all 0.3s linear;
      transition: all 0.3s linear; }
    .inpt_checkbox label:before {
      top: 0px;
      left: 0px;
      width: 20px;
      height: 20px;
      border: 1px solid #D0D0D0; }
    .inpt_checkbox label:after {
      top: 5px;
      opacity: 0;
      visibility: hidden; }
  .inpt_checkbox input[type="checkbox"] + label:after {
    left: 4px;
    width: 12px;
    height: 7px;
    border: 2px solid #000000;
    border-top: none;
    border-right: none;
    /* TRANSFORMS */
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  .inpt_checkbox input[type="radio"] + label:before, .inpt_checkbox input[type="radio"] + label:after {
    border-radius: 50%; }
  .inpt_checkbox input[type="radio"] + label::after {
    background: #000000;
    width: 10px;
    height: 10px;
    left: 5px; }
  .inpt_checkbox input[type="checkbox"]:checked + label::after,
  .inpt_checkbox input[type="radio"]:checked + label::after {
    opacity: 1;
    visibility: visible; }
  .inpt_checkbox input[type="checkbox"].has-error + label:before,
  .inpt_checkbox input[type="radio"].has-error + label:before {
    border-color: #FF0000 !important; }

.inputfile {
  /*INPUTS*/
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  z-index: 5; }
  .inputfile ~ svg {
    /* ANIMATIONSCSS */
    -webkit-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear; }
    .inputfile ~ svg.check {
      opacity: 0;
      visibility: hidden; }
  .inputfile.has-files ~ svg.upl,
  .inputfile.upl_completed ~ svg.upl {
    opacity: 0;
    visibility: hidden; }
  .inputfile.has-files ~ svg.check,
  .inputfile.upl_completed ~ svg.check {
    opacity: 1;
    visibility: visible; }
  .inputfile div {
    height: auto; }
  .inputfile:hover + label {
    color: #D3B487; }
  .inputfile.has-error + label {
    /*INPUTS*/
    border-color: rgba(255, 0, 0, 0.5);
    color: #FF0000; }

.passwordToggler {
  position: absolute;
  bottom: calc( (45px / 2) - 6px);
  right: 15px;
  width: 18px;
  height: 12px;
  cursor: pointer;
  background-image: url("../imgs/elem/show_hide.png");
  background-position: 0 0;
  background-size: cover;
  opacity: 0;
  visibility: hidden;
  pointer-events: none; }
  .passwordToggler.show {
    background-position: 18px 0; }

@media screen and (max-width: 950px) {
  .captcha {
    /* TRANSFORMS */
    -moz-transform: scale(0.85);
    -o-transform: scale(0.85);
    -ms-transform: scale(0.85);
    -webkit-transform: scale(0.85);
    transform: scale(0.85);
    transform-origin: 0 0; } }

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  opacity: 1;
  color: currentColor;
  font-weight: inherit; }

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  color: currentColor;
  font-weight: inherit; }

/* firefox 19+ */
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity: 1;
  color: currentColor;
  font-weight: inherit; }

/* ie */
input:-moz-placeholder, textarea:-moz-placeholder {
  opacity: 1;
  color: currentColor;
  font-weight: inherit; }

/*input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder { opacity:0; color:transparent;}
input:focus::-moz-placeholder, textarea:focus::-moz-placeholder { opacity:0; color:transparent;}  firefox 19+ 
input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder { opacity:0; color:transparent;} 
input:focus:-moz-placeholder, textarea:focus:-moz-placeholder {opacity:0; color:transparent;}*/
/***************** BUTTONS *****************/
.button-small,
.button,
.button-big {
  /* DISPLAY INLINE BLOCK */
  display: inline-block;
  vertical-align: top;
  position: relative;
  overflow: hidden;
  text-align: center;
  border-radius: 0px;
  box-shadow: none;
  z-index: 1;
  /* ANIMATIONSCSS */
  -webkit-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  transition: all 0.5s linear;
  cursor: pointer; }
  .button-small.inptsized,
  .button.inptsized,
  .button-big.inptsized {
    min-height: 45px;
    line-height: 1.9; }
  .button-small.border,
  .button.border,
  .button-big.border {
    border: 1px solid; }
  .button-small.disabled, .button-small:disabled,
  .button.disabled,
  .button:disabled,
  .button-big.disabled,
  .button-big:disabled {
    opacity: 0.5;
    cursor: default;
    pointer-events: none; }
  .button-small:after,
  .button:after,
  .button-big:after {
    content: "";
    position: absolute;
    z-index: -1;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    -webkit-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
    /* TRANSFORMS */
    -moz-transform: scaleY(0);
    -o-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    /* ANIMATIONSCSS */
    -webkit-transition: transform 0.3s ease-out;
    -ms-transition: transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    -moz-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out; }
  .button-small:hover,
  .button:hover,
  .button-big:hover {
    color: #fff !important; }
    .button-small:hover:after,
    .button:hover:after,
    .button-big:hover:after {
      /* TRANSFORMS */
      -moz-transform: scaleY(1);
      -o-transform: scaleY(1);
      -ms-transform: scaleY(1);
      -webkit-transform: scaleY(1);
      transform: scaleY(1); }

.button-small {
  /*PAGINAS*/
  color: #000000;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 600;
  padding: 6px 12px;
  color: #D3B487;
  border-color: #000000 !important;
  background: #fff; }
  .button-small:after {
    background: #000000; }

.button-small.invert {
  color: #fff;
  background: #000000;
  border-color: #D3B487 !important; }
  .button-small.invert:after {
    background: #D3B487; }

.button-small.invert2 {
  color: #000000;
  border-color: #F5F5F5 !important;
  background: #F5F5F5; }
  .button-small.invert2:after {
    background: #000000; }

.button-small.invert3 {
  color: #fff;
  border-color: #D3B487 !important;
  background: #D3B487; }
  .button-small.invert3:after {
    background: #000000; }

.button {
  /*PAGINAS*/
  color: #000000;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 400;
  padding: 12px 20px;
  color: #D3B487;
  border-color: #000000 !important;
  background: #fff; }
  .button:after {
    background: #000000; }

.button.invert {
  color: #fff;
  background: #000000;
  border-color: #D3B487 !important; }
  .button.invert:after {
    background: #D3B487; }

.button.invert2 {
  color: #000000;
  border-color: #F5F5F5 !important;
  background: #F5F5F5; }
  .button.invert2:after {
    background: #000000; }

.button.invert3 {
  color: #fff;
  border-color: #D3B487 !important;
  background: #D3B487; }
  .button.invert3:after {
    background: #000000; }

.button-big {
  /*PAGINAS*/
  color: #000000;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 400;
  padding: 22px 45px;
  color: #D3B487;
  border-color: #000000 !important;
  background: #fff; }
  .button-big:after {
    background: #000000; }

.button-big.invert {
  color: #fff;
  background: #000000;
  border-color: #D3B487 !important; }
  .button-big.invert:after {
    background: #D3B487; }

.button-big.invert2 {
  color: #000000;
  border-color: #F5F5F5 !important;
  background: #F5F5F5; }
  .button-big.invert2:after {
    background: #000000; }

.button-big.invert3 {
  color: #fff;
  border-color: #D3B487 !important;
  background: #D3B487; }
  .button-big.invert3:after {
    background: #000000; }

/* GLOBALS */
/***************** FONTS *****************/
@font-face {
  font-family: "barrio";
  src: url("../fonts/barrio/barrio.eot");
  src: url("../fonts/barrio/barrio.eot?#iefix") format("embedded-opentype"), url("../fonts/barrio/barrio.woff") format("woff"), url("../fonts/barrio/barrio.ttf") format("truetype"), url("../fonts/barrio/barrio.svg#barrio") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"]:before,
[class*=" icon-"]:before {
  /*ICON FONT*/
  font-family: "barrio" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block; }

[class^="icon-"]:after,
[class*=" icon-"]:after {
  /*ICON FONT*/
  font-family: "barrio" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block; }

.icon-cart:before {
  content: "\61"; }

.icon-chat:before {
  content: "\62"; }

.icon-compostable:before {
  content: "\63"; }

.icon-down:before {
  content: "\64"; }

.icon-down2:before {
  content: "\65"; }

.icon-down3:before {
  content: "\66"; }

.icon-facebook:before {
  content: "\67"; }

.icon-instagram:before {
  content: "\68"; }

.icon-language:before {
  content: "\69"; }

.icon-left:before {
  content: "\6a"; }

.icon-left2:before {
  content: "\6b"; }

.icon-favoritos:before {
  content: "\6c"; }

.icon-favoritos2:before {
  content: "\6d"; }

.icon-local-production:before {
  content: "\6e"; }

.icon-more:before {
  content: "\6f"; }

.icon-organic-fibers:before {
  content: "\70"; }

.icon-planet:before {
  content: "\71"; }

.icon-play:before {
  content: "\72"; }

.icon-quality:before {
  content: "\73"; }

.icon-recycled:before {
  content: "\74"; }

.icon-right:before {
  content: "\75"; }

.icon-right2:before {
  content: "\76"; }

.icon-search:before {
  content: "\77"; }

.icon-share:before {
  content: "\78"; }

.icon-size:before {
  content: "\79"; }

.icon-soft-touch:before {
  content: "\7a"; }

.icon-star:before {
  content: "\41"; }

.icon-technical-materials:before {
  content: "\42"; }

.icon-up:before {
  content: "\43"; }

.icon-up2:before {
  content: "\44"; }

.icon-user:before {
  content: "\45"; }

/***************** GLOBAL *****************/
html {
  font-size: 10px; }
  @media screen and (max-width: 1150px) {
    html {
      font-size: 9px; } }
  @media screen and (max-width: 750px) {
    html {
      font-size: 8px; } }

body, html {
  height: 100%;
  margin: 0;
  padding: 0;
  background: #fff;
  font-family: "Space Grotesk", sans-serif;
  font-weight: normal;
  line-height: inherit; }

body {
  overflow-x: hidden;
  position: relative;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility !important; }

div, span, h1, h2, h3, h4, h5, h6, p, blockquote, a, img, small, sub, b, dl, dd, dt, ul, li, label, article, details, footer, header, menu, nav, input, textarea, select, button, form, figure, figcaption, fieldset {
  font-family: inherit;
  background: transparent;
  border: 0;
  outline: 0;
  padding: 0;
  margin: 0; }

div, p, a, li, td {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%; }

a, input, textarea, button, i, optgroup, select {
  -webkit-appearance: none !important;
  font-family: inherit;
  /* ANIMATIONSCSS */
  -webkit-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear; }

* {
  outline: 0;
  -webkit-appearance: none;
  text-decoration: none;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

::selection,
::-moz-selection {
  background-color: #D3B487;
  color: #fff; }

ul, li {
  list-style: none;
  margin: 0; }

img, svg, picture {
  display: block;
  max-width: 100%; }

textarea {
  resize: none; }

.scrolloff {
  pointer-events: none; }

.overHidden,
[class^="overHidden-"],
[class*=" overHidden-"] {
  overflow: hidden; }

.mapa {
  position: relative; }

.mapa iframe {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important; }

.hidden {
  display: none !important; }

.ios,
.ios * {
  cursor: pointer; }

/***************** SCROLLBAR *****************/
::-webkit-scrollbar {
  width: 7px; }

/* Track */
::-webkit-scrollbar-track {
  overflow: hidden;
  border-radius: 0 5px 5px 0;
  background-color: #fff;
  border-left: 1px solid rgba(0, 0, 0, 0.8); }

/* Handle */
::-webkit-scrollbar-thumb {
  border-radius: 0px;
  background: rgba(0, 0, 0, 0.8); }

::-webkit-scrollbar-thumb:window-inactive {
  background: #D3B487; }

@media screen and (max-width: 950px) {
  ::-webkit-scrollbar {
    width: 4px; } }

/***************** ANIMACOES AO APARECER *****************/
.elements_animated {
  position: relative;
  opacity: 0;
  /* ANIMATIONSCSS */
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  .elements_animated.top {
    /* TRANSFORMS */
    -moz-transform: translateY(-50px);
    -o-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px); }
    .elements_animated.top.active {
      /* TRANSFORMS */
      -moz-transform: translateY(0px);
      -o-transform: translateY(0px);
      -ms-transform: translateY(0px);
      -webkit-transform: translateY(0px);
      transform: translateY(0px); }
  .elements_animated.bottom {
    /* TRANSFORMS */
    -moz-transform: translateY(50px);
    -o-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -webkit-transform: translateY(50px);
    transform: translateY(50px); }
    .elements_animated.bottom.active {
      /* TRANSFORMS */
      -moz-transform: translateY(0px);
      -o-transform: translateY(0px);
      -ms-transform: translateY(0px);
      -webkit-transform: translateY(0px);
      transform: translateY(0px); }
  .elements_animated.left {
    /* TRANSFORMS */
    -moz-transform: translateX(-80px);
    -o-transform: translateX(-80px);
    -ms-transform: translateX(-80px);
    -webkit-transform: translateX(-80px);
    transform: translateX(-80px); }
    .elements_animated.left.active {
      /* TRANSFORMS */
      -moz-transform: translateX(0px);
      -o-transform: translateX(0px);
      -ms-transform: translateX(0px);
      -webkit-transform: translateX(0px);
      transform: translateX(0px); }
  .elements_animated.right {
    /* TRANSFORMS */
    -moz-transform: translateX(80px);
    -o-transform: translateX(80px);
    -ms-transform: translateX(80px);
    -webkit-transform: translateX(80px);
    transform: translateX(80px); }
    .elements_animated.right.active {
      /* TRANSFORMS */
      -moz-transform: translateX(0px);
      -o-transform: translateX(0px);
      -ms-transform: translateX(0px);
      -webkit-transform: translateX(0px);
      transform: translateX(0px); }
  .elements_animated.scale {
    /* TRANSFORMS */
    -moz-transform: scale(0.8);
    -o-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    transform: scale(0.8); }
    .elements_animated.scale.active {
      /* TRANSFORMS */
      -moz-transform: scale(1);
      -o-transform: scale(1);
      -ms-transform: scale(1);
      -webkit-transform: scale(1);
      transform: scale(1); }
  .elements_animated.active {
    opacity: 1; }
  .elements_animated:nth-child(2) {
    transition-delay: 0.4s; }
  .elements_animated:nth-child(3) {
    transition-delay: 0.5s; }
  .elements_animated:nth-child(4) {
    transition-delay: 0.6s; }
  .elements_animated:nth-child(5) {
    transition-delay: 0.7s; }
  .elements_animated:nth-child(6) {
    transition-delay: 0.8s; }
  .elements_animated:nth-child(7) {
    transition-delay: 0.9s; }
  .elements_animated:nth-child(8) {
    transition-delay: 1s; }
  .elements_animated:nth-child(9) {
    transition-delay: 1.1s; }
  .elements_animated:nth-child(10) {
    transition-delay: 1.2s; }
  .elements_animated:nth-child(11) {
    transition-delay: 1.3s; }
  .elements_animated:nth-child(12) {
    transition-delay: 1.4s; }
  .elements_animated:nth-child(13) {
    transition-delay: 1.5s; }
  .elements_animated:nth-child(14) {
    transition-delay: 1.6s; }
  .elements_animated:nth-child(15) {
    transition-delay: 1.7s; }
  .elements_animated:nth-child(16) {
    transition-delay: 1.8s; }
  .elements_animated:nth-child(17) {
    transition-delay: 1.9s; }
  .elements_animated:nth-child(18) {
    transition-delay: 2s; }
  .elements_animated:nth-child(19) {
    transition-delay: 2.1s; }
  .elements_animated:nth-child(20) {
    transition-delay: 2.2s; }
  @media screen and (max-width: 950px) {
    .elements_animated {
      /* TRANSFORMS */
      -moz-transform: translateX(0px) translateY(0px) scale(0px) !important;
      -o-transform: translateX(0px) translateY(0px) scale(0px) !important;
      -ms-transform: translateX(0px) translateY(0px) scale(0px) !important;
      -webkit-transform: translateX(0px) translateY(0px) scale(0px) !important;
      transform: translateX(0px) translateY(0px) scale(0px) !important; } }

/***************** PARALLAX *****************/
.parallax {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover; }
  @media screen and (max-width: 950px) {
    .parallax {
      background-position: center;
      background-attachment: inherit; } }

/***************** LOADER *****************/
.mask {
  display: table;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 100000000000;
  text-align: center; }
  .mask #loader {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%; }
    .mask #loader .svg_load {
      max-width: 20rem;
      margin: auto; }
      .mask #loader .svg_load .cls-1 {
        fill: #D3B487;
        stroke: #D3B487; }
      .mask #loader .svg_load .cls-2 {
        fill: #D3B487;
        stroke: #D3B487;
        fill-rule: evenodd; }
      .mask #loader .svg_load svg path,
      .mask #loader .svg_load svg polygon,
      .mask #loader .svg_load svg rect {
        stroke-width: 1;
        stroke-miterlimit: 5;
        stroke-dasharray: 200;
        stroke-dashoffset: 200;
        fill-opacity: 0;
        animation-timing-function: ease-in-out;
        animation-fill-mode: forwards;
        animation-iteration: 1;
        animation-name: svgDrawLine, svgFadeStroke, svgFillIn;
        animation-duration: 0.8s, 0.5s, 0.5s;
        animation-delay: 0s, 0.6s, 0.6s; }

.js-loading-page {
  overflow: hidden;
  pointer-events: none; }

.js-detail-open {
  overflow: hidden; }

.header,
.footer {
  position: relative;
  transition: transform 0.4s, opacity 0.4s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); }
  .header.page-load-hide,
  .footer.page-load-hide {
    opacity: 0;
    transform: scale3d(0.9, 0.9, 1); }

.page-main {
  position: relative;
  width: 100%;
  z-index: 100;
  transform-origin: top center;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }
  .page-main.aboveAll, .page-main[class^="aboveAll-"], .page-main[class*=" aboveAll-"] {
    z-index: 10000000; }
  .page-main.hide-header.hide-footer {
    height: 100%; }
  .page-main.hide-footer {
    height: calc(100% - 111px); }
  @media print, screen and (min-width: 951px) {
    .page-main.hide-footer {
      height: calc(100% - 326px); } }

.page-next,
.page-prev {
  position: fixed;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  min-height: 0; }
  .page-next.panelRight,
  .page-prev.panelRight {
    right: -100vw;
    left: auto;
    width: 100vw;
    height: 100vh;
    background: #fff;
    overflow-y: auto;
    opacity: 0; }

.loading-transition {
  display: flex;
  position: fixed;
  width: 100vw;
  z-index: 10001;
  height: 100vh;
  top: 0;
  left: 0;
  background: #D3B487;
  /* TRANSFORMS */
  -moz-transform: translateX(100vw);
  -o-transform: translateX(100vw);
  -ms-transform: translateX(100vw);
  -webkit-transform: translateX(100vw);
  transform: translateX(100vw); }
  .loading-transition .loading-animation {
    max-width: 20rem;
    margin: auto;
    opacity: 0; }
  .loading-transition.loading .loading-animation svg path {
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards;
    animation-iteration: 1;
    animation-name: svgDrawLine, svgFadeStroke, svgFillIn;
    animation-duration: 1.5s, 1s, 1s;
    animation-delay: 0s, 1s, 1s; }

.loading-transition svg path,
#details-modal .shape-wrap .shape-bg svg path {
  fill: #fff;
  stroke: #fff;
  stroke-width: 2;
  stroke-miterlimit: 10;
  stroke-dasharray: 750;
  stroke-dashoffset: 750;
  fill-opacity: 0; }

.page-load,
.detail-ajax {
  position: relative;
  overflow-x: hidden;
  /* ANIMATIONSCSS */
  -webkit-transition: transform 0.4s, opacity 0.4s;
  -ms-transition: transform 0.4s, opacity 0.4s;
  -o-transition: transform 0.4s, opacity 0.4s;
  -moz-transition: transform 0.4s, opacity 0.4s;
  transition: transform 0.4s, opacity 0.4s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); }
  .page-load.page-load-hide,
  .detail-ajax.page-load-hide {
    opacity: 0;
    /* TRANSFORMS */
    -moz-transform: scale3d(0.9, 0.9, 1);
    -o-transform: scale3d(0.9, 0.9, 1);
    -ms-transform: scale3d(0.9, 0.9, 1);
    -webkit-transform: scale3d(0.9, 0.9, 1);
    transform: scale3d(0.9, 0.9, 1); }

#details-modal {
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 1000;
  background: #fff; }
  #details-modal .content_inner {
    position: relative;
    display: block;
    width: 100vw;
    height: 100vh;
    background: #D3B487; }
  #details-modal .shape-wrap {
    position: relative;
    background-color: #fff;
    z-index: 10; }
    #details-modal .shape-wrap .shape {
      height: 100vh;
      width: 100vw;
      display: block;
      fill: #D3B487;
      transform-origin: 50% 0; }
    #details-modal .shape-wrap .shape-bg {
      height: 100vh;
      width: 100vw;
      background: #D3B487;
      display: none; }
      #details-modal .shape-wrap .shape-bg svg {
        margin: auto;
        max-width: 20rem; }
        #details-modal .shape-wrap .shape-bg svg path {
          fill-opacity: 1; }
          #details-modal .shape-wrap .shape-bg svg path.cls-1 {
            fill: #000000; }
  #details-modal .detail-ajax.active {
    position: relative;
    opacity: 1;
    visibility: visible;
    overflow-y: auto; }
  #details-modal.vertical {
    width: 100%;
    height: 300vh;
    /* TRANSFORMS */
    -moz-transform: translateY(100vh);
    -o-transform: translateY(100vh);
    -ms-transform: translateY(100vh);
    -webkit-transform: translateY(100vh);
    transform: translateY(100vh); }
    #details-modal.vertical.type-1 {
      height: 100vh;
      /* TRANSFORMS */
      -moz-transform: translateY(0vh);
      -o-transform: translateY(0vh);
      -ms-transform: translateY(0vh);
      -webkit-transform: translateY(0vh);
      transform: translateY(0vh); }
  #details-modal.horizontal {
    width: 300vw;
    height: 100%;
    /* TRANSFORMS */
    -moz-transform: translateX(100vw);
    -o-transform: translateX(100vw);
    -ms-transform: translateX(100vw);
    -webkit-transform: translateX(100vw);
    transform: translateX(100vw); }
    #details-modal.horizontal.type-1 {
      width: 100vw;
      /* TRANSFORMS */
      -moz-transform: translateX(0vw);
      -o-transform: translateX(0vw);
      -ms-transform: translateX(0vw);
      -webkit-transform: translateX(0vw);
      transform: translateX(0vw); }
    #details-modal.horizontal .content_inner,
    #details-modal.horizontal .shape-wrap,
    #details-modal.horizontal .detail-ajax {
      /* DISPLAY INLINE BLOCK */
      display: inline-block;
      vertical-align: top; }
  #details-modal.type-1 {
    opacity: 0;
    visibility: hidden; }
    #details-modal.type-1 .content_inner,
    #details-modal.type-1 .shape-wrap {
      display: none; }
    #details-modal.type-1 .detail-ajax > main {
      opacity: 1; }
  #details-modal.is-shape-bg .shape-wrap .shape {
    display: none; }
  #details-modal.is-shape-bg .shape-wrap .shape-bg {
    display: block; }

.detail-ajax {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  right: 0;
  z-index: 101;
  opacity: 0;
  visibility: hidden;
  overflow: hidden; }
  .detail-ajax .header {
    position: relative !important; }
  .detail-ajax > main {
    opacity: 0; }

/***************** DIVS GERAIS *****************/
.mainDiv {
  background: #fff;
  width: 100%;
  height: 100%;
  display: table;
  z-index: 10; }
  .mainDiv:before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.6);
    z-index: 204;
    opacity: 0;
    visibility: hidden; }
  .mainDiv.has-overlay.header-hidden:before {
    z-index: 2100000; }
  .mainDiv.has-overlay:before {
    opacity: 1;
    visibility: visible; }

.row1 {
  width: 100%;
  height: 100%;
  display: table-row; }
  .row1 > .div_table_cell {
    vertical-align: top; }

.row2 {
  width: 100%;
  height: 100%;
  display: table-row; }
  .row2 > .div_table_cell {
    vertical-align: bottom; }

.div_100 {
  display: table;
  width: 100%;
  table-layout: fixed; }

.divs_50 {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
  width: 50%; }

.div_table_cell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%; }

/*@media screen and (-webkit-min-device-pixel-ratio:0) {
	.divs_50, .div_table_cell{
		height: 1px;
	}
}*/
figure {
  position: relative;
  display: block;
  overflow: hidden; }
  figure figcaption.absolute,
  figure a.linker {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1; }
  figure figcaption.absolute {
    display: block;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }
    figure figcaption.absolute.hideShow {
      cursor: pointer;
      opacity: 0;
      visibility: hidden;
      pointer-events: none;
      /* ANIMATIONSCSS */
      -webkit-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      transition: all 0.3s ease; }
  figure a.linker {
    z-index: 10;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0; }
  figure:hover figcaption.hideShow {
    opacity: 1;
    visibility: visible;
    pointer-events: auto; }

.lazy:not(img) {
  background-color: #F5F5F5; }
  .lazy:not(img).lazy-completed {
    background-color: transparent; }

.lazy:not(.lazy-completed) {
  /* ANIMATIONSCSS */
  -webkit-transition: none;
  -ms-transition: none;
  -o-transition: none;
  -moz-transition: none;
  transition: none; }

.grayscale {
  /* GRAYSCALE */
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
  /* IE 6-9 */ }

.infoNtg {
  display: inline-block;
  vertical-align: middle;
  width: 2.2rem;
  height: 2.2rem;
  border-radius: 50%;
  background: #5FC333;
  padding-top: 0.35rem;
  text-align: center;
  margin-left: 5px; }
  .infoNtg svg {
    width: 30%;
    margin: auto; }
    .infoNtg svg path {
      fill: #fff; }
  .infoNtg:hover {
    background: #000000; }

/***************** BACKGROUNDS *****************/
.has_bg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }
  .has_bg.contain {
    background-size: contain; }
  .has_bg.fixed {
    background-attachment: fixed; }
    @media screen and (max-width: 950px) {
      .has_bg.fixed {
        background-attachment: inherit; } }
  .has_bg.oblique {
    -webkit-clip-path: polygon(0 25%, 100% 0%, 100% 75%, 0% 100%);
    clip-path: polygon(0 25%, 100% 0%, 100% 75%, 0% 100%); }
  .is-ie .has_bg.blend {
    position: relative; }
    .is-ie .has_bg.blend:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: currentColor;
      opacity: 0.7; }
    .is-ie .has_bg.blend:hover:after {
      opacity: 0.5; }
  .has_bg.has_mask, .has_bg.mobile_has_mask {
    position: relative;
    z-index: 1; }
    .has_bg.has_mask:after, .has_bg.mobile_has_mask:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.5);
      pointer-events: none;
      z-index: -1; }
  .has_bg.mobile_has_mask:after {
    opacity: 0;
    visibility: hidden; }
  .has_bg.has_mask:after {
    opacity: 1;
    visibility: visible; }
  @media screen and (max-width: 950px) {
    .has_bg.has_mask:after {
      opacity: 0;
      visibility: hidden; }
    .has_bg.mobile_has_mask:after {
      opacity: 1;
      visibility: visible; } }

/***************** VIDEO *****************/
.video_frame {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%; }
  .video_frame.absolute {
    position: absolute;
    top: 0;
    left: 0; }
  .video_frame iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    z-index: 2; }
  .video_frame > div {
    display: block;
    height: 100%;
    cursor: pointer;
    /* ANIMATIONSCSS */
    -webkit-transition: 0.4s all;
    -ms-transition: 0.4s all;
    -o-transition: 0.4s all;
    -moz-transition: 0.4s all;
    transition: 0.4s all; }
    .video_frame > div .play {
      height: 10rem;
      width: 10rem;
      left: 50%;
      top: 50%;
      margin-left: -5rem;
      margin-top: -5rem;
      position: absolute;
      z-index: 1;
      pointer-events: none; }
      .video_frame > div .play svg {
        fill: #fff;
        width: 100%;
        /* ANIMATIONSCSS */
        -webkit-transition: 0.4s all;
        -ms-transition: 0.4s all;
        -o-transition: 0.4s all;
        -moz-transition: 0.4s all;
        transition: 0.4s all; }
    .video_frame > div:hover {
      -webkit-filter: brightness(75%); }
      .video_frame > div:hover .play svg {
        fill: #D3B487; }
  @media screen and (max-width: 950px) {
    .video_frame > div .play {
      height: 5rem;
      width: 5rem;
      margin-left: -2.5rem;
      margin-top: -2.5rem; } }

.video_cont {
  position: relative;
  display: block;
  overflow: hidden; }
  .video_cont > div:before {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 10rem;
    color: #fff;
    z-index: 4;
    /* TRANSFORMS */
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    /* ANIMATIONSCSS */
    -webkit-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear; }
  .video_cont:hover > div:before {
    color: #D3B487; }
  .video_cont.active > div:before {
    display: none; }
  .video_cont iframe,
  .video_cont .img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* ANIMATIONSCSS */
    -webkit-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear; }
  .video_cont .disabled {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    z-index: 1; }
  .video_cont .enabled {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    z-index: 2; }

/***************** POSITIONS *****************/
.div_absolute {
  display: flex;
  align-items: center;
  /*Positioning*/
  position: absolute;
  top: 0 ;
  left: 0 ;
  width: 100%;
  height: 100%; }

.div_fixed {
  display: flex;
  align-items: center;
  /*Positioning*/
  position: fixed;
  top: 0 ;
  left: 0 ;
  width: 100%;
  height: 100%; }

/***************** ANIMATION SCROLL *****************/
.animated-section .img_anima {
  /* TRANSFORMS */
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  /* ANIMATIONSCSS */
  -webkit-transition: all 1.2s cubic-bezier(0.26, 1.48, 0.47, 0.96);
  -ms-transition: all 1.2s cubic-bezier(0.26, 1.48, 0.47, 0.96);
  -o-transition: all 1.2s cubic-bezier(0.26, 1.48, 0.47, 0.96);
  -moz-transition: all 1.2s cubic-bezier(0.26, 1.48, 0.47, 0.96);
  transition: all 1.2s cubic-bezier(0.26, 1.48, 0.47, 0.96); }
  .animated-section .img_anima.paused {
    /* TRANSFORMS */
    -moz-transform: translate3d(0, 0, 0) !important;
    -o-transform: translate3d(0, 0, 0) !important;
    -ms-transform: translate3d(0, 0, 0) !important;
    -webkit-transform: translate3d(0, 0, 0) !important;
    transform: translate3d(0, 0, 0) !important; }

/***************** ARROWS *****************/
.arrows_slick {
  position: absolute;
  z-index: 10;
  top: 50%;
  cursor: pointer;
  color: #000000;
  border: none;
  outline: none;
  /* TRANSFORMS */
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }
  .arrows_slick span:before {
    display: block;
    position: relative;
    top: 50%;
    /* TRANSFORMS */
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    /* ANIMATIONSCSS */
    -webkit-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear; }
  .arrows_slick:not(.effect) span {
    display: block;
    position: relative;
    overflow: hidden;
    width: 3rem;
    height: 3rem;
    font-size: 3rem;
    z-index: 100; }
  .arrows_slick:not(.effect) > div {
    display: none !important; }
  .arrows_slick:not(.effect):hover span {
    color: #D3B487; }
  .arrows_slick.effect span {
    position: relative;
    z-index: 100;
    display: block;
    padding: 5px;
    width: 5rem;
    height: 5rem;
    font-size: 1rem; }
  .arrows_slick.effect > div {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0%;
    left: 0%;
    overflow: hidden;
    border: 2px solid #000000;
    /* TRANSFORMS */
    -moz-transform: scale(0.5);
    -o-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    /* ANIMATIONSCSS */
    -webkit-transition: transform 0.3s, border-color 0.1s;
    -ms-transition: transform 0.3s, border-color 0.1s;
    -o-transition: transform 0.3s, border-color 0.1s;
    -moz-transition: transform 0.3s, border-color 0.1s;
    transition: transform 0.3s, border-color 0.1s; }
    .arrows_slick.effect > div > div {
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      opacity: 0;
      width: 140%;
      height: 140%;
      /* ANIMATIONSCSS */
      -webkit-transition: transform 0.3s, opacity 0.3s;
      -ms-transition: transform 0.3s, opacity 0.3s;
      -o-transition: transform 0.3s, opacity 0.3s;
      -moz-transition: transform 0.3s, opacity 0.3s;
      transition: transform 0.3s, opacity 0.3s; }
  .arrows_slick.effect.prev > div > div {
    /* TRANSFORMS */
    -moz-transform: translate(-50%, -50%) rotate(45deg) scale(2);
    -o-transform: translate(-50%, -50%) rotate(45deg) scale(2);
    -ms-transform: translate(-50%, -50%) rotate(45deg) scale(2);
    -webkit-transform: translate(-50%, -50%) rotate(45deg) scale(2);
    transform: translate(-50%, -50%) rotate(45deg) scale(2); }
  .arrows_slick.effect.next > div > div {
    /* TRANSFORMS */
    -moz-transform: translate(-50%, -50%) rotate(-45deg) scale(2);
    -o-transform: translate(-50%, -50%) rotate(-45deg) scale(2);
    -ms-transform: translate(-50%, -50%) rotate(-45deg) scale(2);
    -webkit-transform: translate(-50%, -50%) rotate(-45deg) scale(2);
    transform: translate(-50%, -50%) rotate(-45deg) scale(2); }
  .arrows_slick.effect:hover > div {
    border-color: transparent;
    /* Trick to hide the visible border of image */ }
    .arrows_slick.effect:hover > div > div {
      opacity: 0.8; }
  .arrows_slick.effect:hover.prev > div {
    /* TRANSFORMS */
    -moz-transform: scale(1) rotate(-45deg);
    -o-transform: scale(1) rotate(-45deg);
    -ms-transform: scale(1) rotate(-45deg);
    -webkit-transform: scale(1) rotate(-45deg);
    transform: scale(1) rotate(-45deg); }
    .arrows_slick.effect:hover.prev > div > div {
      /* TRANSFORMS */
      -moz-transform: translate(-50%, -50%) rotate(45deg) scale(1);
      -o-transform: translate(-50%, -50%) rotate(45deg) scale(1);
      -ms-transform: translate(-50%, -50%) rotate(45deg) scale(1);
      -webkit-transform: translate(-50%, -50%) rotate(45deg) scale(1);
      transform: translate(-50%, -50%) rotate(45deg) scale(1); }
  .arrows_slick.effect:hover.next > div {
    /* TRANSFORMS */
    -moz-transform: scale(1) rotate(45deg);
    -o-transform: scale(1) rotate(45deg);
    -ms-transform: scale(1) rotate(45deg);
    -webkit-transform: scale(1) rotate(45deg);
    transform: scale(1) rotate(45deg); }
    .arrows_slick.effect:hover.next > div div {
      /* TRANSFORMS */
      -moz-transform: translate(-50%, -50%) rotate(-45deg) scale(1);
      -o-transform: translate(-50%, -50%) rotate(-45deg) scale(1);
      -ms-transform: translate(-50%, -50%) rotate(-45deg) scale(1);
      -webkit-transform: translate(-50%, -50%) rotate(-45deg) scale(1);
      transform: translate(-50%, -50%) rotate(-45deg) scale(1); }
  .arrows_slick.prev {
    left: 20px; }
  .arrows_slick.next {
    right: 20px; }

/***************** BANNERS *****************/
.banners {
  position: relative; }
  .banners .banner_cont {
    display: block;
    padding: 0 25px; }
    .banners .banner_cont .banner_content {
      position: static;
      display: block;
      width: 100%;
      z-index: 3; }
    .banners .banner_cont h1 {
      font-size: 70px;
      font-weight: 300;
      color: #000000;
      line-height: 80px; }
    .banners .banner_cont a.button {
      min-width: 14rem;
      margin-top: 4rem; }
    .banners .banner_cont a.linker {
      /*Positioning*/
      position: absolute;
      top: 0 ;
      left: 0 ;
      width: 100%;
      height: 100%; }
    .banners .banner_cont h1,
    .banners .banner_cont a {
      opacity: 0;
      /* TRANSFORMS */
      -moz-transform: translateY(45px);
      -o-transform: translateY(45px);
      -ms-transform: translateY(45px);
      -webkit-transform: translateY(45px);
      transform: translateY(45px);
      /* ANIMATIONSCSS */
      -webkit-transition: opacity 1.5s, transform 1s ease-in;
      -ms-transition: opacity 1.5s, transform 1s ease-in;
      -o-transition: opacity 1.5s, transform 1s ease-in;
      -moz-transition: opacity 1.5s, transform 1s ease-in;
      transition: opacity 1.5s, transform 1s ease-in; }
    .banners .banner_cont h1.show,
    .banners .banner_cont a.show {
      opacity: 1;
      /* TRANSFORMS */
      -moz-transform: translateY(0);
      -o-transform: translateY(0);
      -ms-transform: translateY(0);
      -webkit-transform: translateY(0);
      transform: translateY(0); }
  .banners .banners_slide.tipo_1 {
    padding: 12rem 0;
    background: #F6EEE2; }
    .banners .banners_slide.tipo_1 .banner_cont {
      position: absolute;
      width: 100%;
      /* width: calc(100% + (100vw / 12)); */
      left: calc((100vw / 12));
      z-index: 2;
      top: 50%;
      /* TRANSFORMS */
      -moz-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%); }
      .banners .banners_slide.tipo_1 .banner_cont h1 {
        max-width: 650px;
        margin: auto;
        margin-right: 0;
        padding: 0 6rem; }
    .banners .banners_slide.tipo_1 .div_thumbs {
      /* padding-top: 20rem; */
      padding-top: 20%;
      /* DIVS PARA FORA DO ECRA */
      display: block;
      width: auto;
      margin: 0 -5px; }
      .banners .banners_slide.tipo_1 .div_thumbs .column {
        padding: 0 5px !important; }
        .banners .banners_slide.tipo_1 .div_thumbs .column .img_thumb {
          position: relative; }
          .banners .banners_slide.tipo_1 .div_thumbs .column .img_thumb.icon-play:before {
            font-size: 20px;
            position: absolute;
            top: 50%;
            left: 50%;
            /* TRANSFORMS */
            -moz-transform: translate(-50%, -50%);
            -o-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            z-index: 2;
            color: #fff; }
          .banners .banners_slide.tipo_1 .div_thumbs .column .img_thumb.icon-play:after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.4); }
    .banners .banners_slide.tipo_1 .button_down .bt_desk {
      position: absolute;
      bottom: 10px;
      left: -8rem;
      font-size: 6rem;
      color: #000000;
      cursor: pointer; }
    .banners .banners_slide.tipo_1 .button_down .bt_mob {
      position: absolute;
      bottom: 0;
      left: calc(8.333% + 30px);
      font-size: 20px;
      color: #000000;
      cursor: pointer; }
  .banners .banners_slide.tipo_2 .banner_cont {
    display: block;
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    padding: 150px 50px; }
    .banners .banners_slide.tipo_2 .banner_cont h1 {
      color: #fff;
      max-width: calc((100% / 12) * 8);
      margin: auto; }
    .banners .banners_slide.tipo_2 .banner_cont .button_down .bt_desk {
      position: absolute;
      bottom: 7rem;
      left: 50%;
      /* TRANSFORMS */
      -moz-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
      font-size: 6rem;
      color: #fff;
      cursor: pointer; }
    .banners .banners_slide.tipo_2 .banner_cont .button_down .bt_mob {
      position: absolute;
      bottom: 3rem;
      left: 50%;
      /* TRANSFORMS */
      -moz-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
      font-size: 20px;
      color: #fff;
      cursor: pointer; }
  .banners .banners_slide.fullscreen {
    height: 100vh; }
    @media screen and (min-width: 951px) {
      .banners .banners_slide.fullscreen {
        min-height: 800px; } }
    .banners .banners_slide.fullscreen img {
      display: none; }
  .banners .banners_video.has_mask:after, .banners .banners_video.mobile_has_mask:after {
    z-index: 1; }
  .banners .banners_video .banner_cont {
    z-index: 2; }
  .banners .wrapper_video_player {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000; }
    .banners .wrapper_video_player .image_cont {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
    .banners .wrapper_video_player .video_cont {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: #000000; }
      .banners .wrapper_video_player .video_cont video {
        display: block;
        width: 100%;
        height: 100vh;
        object-fit: cover; }
  @media screen and (max-width: 1150px) {
    .banners .banners_slide.tipo_1 .banner_cont h1 {
      font-size: 56px;
      line-height: 62px; }
    .banners .banners_slide.tipo_2 .banner_cont h1 {
      font-size: 56px;
      line-height: 62px; } }
  @media screen and (max-width: 950px) {
    .banners .banners_arrows {
      top: 40%; }
    .banners .banners_slide.tipo_1 {
      padding-top: 10rem;
      padding-bottom: 3.5rem; }
      .banners .banners_slide.tipo_1 .banner_cont {
        position: relative;
        left: 0;
        top: 0;
        /* TRANSFORMS */
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0);
        padding: 0 30px; }
        .banners .banners_slide.tipo_1 .banner_cont h1 {
          padding: 0 8.333%;
          max-width: 100%;
          padding-top: 4rem;
          padding-bottom: 5.5rem;
          font-size: 3.6rem;
          line-height: 4.2rem; }
      .banners .banners_slide.tipo_1 .div_thumbs {
        padding-top: 0; }
    .banners .banners_slide.tipo_2 .banner_cont {
      padding: 100px 25px; }
      .banners .banners_slide.tipo_2 .banner_cont h1 {
        font-size: 3.6rem;
        line-height: 4.2rem;
        max-width: 100%; } }

/***************** CURSOR SLIDER ANIMATION *****************/
.has_cursor:not(.mobile) {
  cursor: url("../imgs/elem/grab.png"), move; }

.has_cursor:after {
  content: '';
  display: none;
  position: absolute;
  top: 30px;
  right: 70px;
  z-index: 10;
  width: 35px;
  height: 35px;
  background: url("../imgs/elem/grab.svg") no-repeat center;
  background-size: contain;
  -webkit-animation: cursorMove 2s infinite;
  /* Safari 4+ */
  -moz-animation: cursorMove 2s infinite;
  /* Fx 5+ */
  -o-animation: cursorMove 2s infinite;
  /* Opera 12+ */
  animation: cursorMove 2s infinite;
  /* IE 10+, Fx 29+ */ }

.has_cursor[class^="slick-"] {
  cursor: default; }
  .has_cursor[class^="slick-"].slick-cursorReady {
    cursor: url("../imgs/elem/grab.png"), move; }

.touch .has_cursor:after {
  display: block; }

/***************** HIGHTLIGHT *****************/
.highlight {
  font-weight: 900;
  color: #D3B487; }

/***************** LOJAS *****************/
.sem_prods {
  display: block;
  margin: auto;
  padding: 5rem 2rem;
  /*PAGINAS*/
  color: #000000;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  text-align: center; }

/***************** SWEETALERT *****************/
#swal-title {
  /*PAGINAS*/
  color: #000000;
  font-size: 16px;
  line-height: 1.1;
  font-weight: 500;
  font-weight: 700; }

#swal-content {
  /*PAGINAS*/
  color: #000000;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  text-align: center;
  padding: 1rem 2rem; }

.swal-btnConfirm {
  /* DISPLAY INLINE BLOCK */
  display: inline-block;
  vertical-align: top;
  position: relative;
  overflow: hidden;
  text-align: center;
  border-radius: 0px;
  box-shadow: none;
  z-index: 1;
  /* ANIMATIONSCSS */
  -webkit-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  transition: all 0.5s linear;
  /*PAGINAS*/
  color: #000000;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 600;
  padding: 6px 12px;
  color: #fff;
  background: #000000;
  border-color: #D3B487 !important;
  cursor: pointer; }
  .swal-btnConfirm.inptsized {
    min-height: 45px;
    line-height: 1.9; }
  .swal-btnConfirm.border {
    border: 1px solid; }
  .swal-btnConfirm.disabled, .swal-btnConfirm:disabled {
    opacity: 0.5;
    cursor: default;
    pointer-events: none; }
  .swal-btnConfirm:after {
    content: "";
    position: absolute;
    z-index: -1;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    -webkit-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
    /* TRANSFORMS */
    -moz-transform: scaleY(0);
    -o-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    /* ANIMATIONSCSS */
    -webkit-transition: transform 0.3s ease-out;
    -ms-transition: transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    -moz-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out; }
  .swal-btnConfirm:after {
    background: #D3B487; }
  .swal-btnConfirm:hover {
    color: #fff !important; }
    .swal-btnConfirm:hover:after {
      /* TRANSFORMS */
      -moz-transform: scaleY(1);
      -o-transform: scaleY(1);
      -ms-transform: scaleY(1);
      -webkit-transform: scaleY(1);
      transform: scaleY(1); }
  .swal-btnConfirm + .swal-btnCancel {
    margin-left: 2rem; }

.swal-btnCancel {
  /* DISPLAY INLINE BLOCK */
  display: inline-block;
  vertical-align: top;
  position: relative;
  overflow: hidden;
  text-align: center;
  border-radius: 0px;
  box-shadow: none;
  z-index: 1;
  /* ANIMATIONSCSS */
  -webkit-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  transition: all 0.5s linear;
  /*PAGINAS*/
  color: #000000;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 600;
  padding: 6px 12px;
  color: #000000;
  border-color: #F5F5F5 !important;
  background: #F5F5F5;
  cursor: pointer; }
  .swal-btnCancel.inptsized {
    min-height: 45px;
    line-height: 1.9; }
  .swal-btnCancel.border {
    border: 1px solid; }
  .swal-btnCancel.disabled, .swal-btnCancel:disabled {
    opacity: 0.5;
    cursor: default;
    pointer-events: none; }
  .swal-btnCancel:after {
    content: "";
    position: absolute;
    z-index: -1;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    -webkit-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
    /* TRANSFORMS */
    -moz-transform: scaleY(0);
    -o-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    /* ANIMATIONSCSS */
    -webkit-transition: transform 0.3s ease-out;
    -ms-transition: transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    -moz-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out; }
  .swal-btnCancel:after {
    background: #000000; }
  .swal-btnCancel:hover {
    color: #fff !important; }
    .swal-btnCancel:hover:after {
      /* TRANSFORMS */
      -moz-transform: scaleY(1);
      -o-transform: scaleY(1);
      -ms-transform: scaleY(1);
      -webkit-transform: scaleY(1);
      transform: scaleY(1); }

/***************** LIGHT GALERY *****************/
.lg-actions .lg-next,
.lg-actions .lg-prev,
.lg-toolbar {
  background-color: #D3B487 !important; }

.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
  border-color: #D3B487 !important; }

/***************** SLICK *****************/
.slick-dots {
  margin: 0;
  bottom: 10px; }
  .slick-dots li {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    margin: 0 5px;
    /* ANIMATIONSCSS */
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background: #fff; }
    .slick-dots li:hover, .slick-dots li:focus, .slick-dots li.slick-active {
      background: #000000; }

/***************** DATEPICKER *****************/
.datepicker-container {
  background-color: #D3B487; }
  .datepicker-container.datepicker-top-left::after, .datepicker-container.datepicker-top-right::after {
    border-bottom-color: #D3B487 !important; }
  .datepicker-container.datepicker-bottom-left::after, .datepicker-container.datepicker-bottom-right::after {
    border-top-color: #D3B487 !important; }
  .datepicker-container .datepicker-panel > ul > li {
    width: 14.28%;
    line-height: 3em;
    color: #fff;
    font-size: 12px;
    font-weight: 400; }
  .datepicker-container .datepicker-panel > ul > li[data-view="years prev"],
  .datepicker-container .datepicker-panel > ul > li[data-view="year prev"],
  .datepicker-container .datepicker-panel > ul > li[data-view="month prev"] {
    text-align: left; }
  .datepicker-container .datepicker-panel > ul > li[data-view="years next"],
  .datepicker-container .datepicker-panel > ul > li[data-view="year next"],
  .datepicker-container .datepicker-panel > ul > li[data-view="month next"] {
    text-align: right; }
  .datepicker-container .datepicker-panel > ul > li[data-view="years prev"],
  .datepicker-container .datepicker-panel > ul > li[data-view="year prev"],
  .datepicker-container .datepicker-panel > ul > li[data-view="month prev"],
  .datepicker-container .datepicker-panel > ul > li[data-view="years next"],
  .datepicker-container .datepicker-panel > ul > li[data-view="year next"],
  .datepicker-container .datepicker-panel > ul > li[data-view="month next"],
  .datepicker-container .datepicker-panel > ul > li[data-view="next"] {
    width: 50px;
    height: auto;
    line-height: 1;
    padding-top: 6px; }
    .datepicker-container .datepicker-panel > ul > li[data-view="years prev"].disabled,
    .datepicker-container .datepicker-panel > ul > li[data-view="year prev"].disabled,
    .datepicker-container .datepicker-panel > ul > li[data-view="month prev"].disabled,
    .datepicker-container .datepicker-panel > ul > li[data-view="years next"].disabled,
    .datepicker-container .datepicker-panel > ul > li[data-view="year next"].disabled,
    .datepicker-container .datepicker-panel > ul > li[data-view="month next"].disabled,
    .datepicker-container .datepicker-panel > ul > li[data-view="next"].disabled {
      opacity: 0; }
    .datepicker-container .datepicker-panel > ul > li[data-view="years prev"] img,
    .datepicker-container .datepicker-panel > ul > li[data-view="year prev"] img,
    .datepicker-container .datepicker-panel > ul > li[data-view="month prev"] img,
    .datepicker-container .datepicker-panel > ul > li[data-view="years next"] img,
    .datepicker-container .datepicker-panel > ul > li[data-view="year next"] img,
    .datepicker-container .datepicker-panel > ul > li[data-view="month next"] img,
    .datepicker-container .datepicker-panel > ul > li[data-view="next"] img {
      /* DISPLAY INLINE BLOCK */
      display: inline-block;
      max-width: 10px;
      pointer-events: none; }
    .datepicker-container .datepicker-panel > ul > li[data-view="years prev"]:hover,
    .datepicker-container .datepicker-panel > ul > li[data-view="year prev"]:hover,
    .datepicker-container .datepicker-panel > ul > li[data-view="month prev"]:hover,
    .datepicker-container .datepicker-panel > ul > li[data-view="years next"]:hover,
    .datepicker-container .datepicker-panel > ul > li[data-view="year next"]:hover,
    .datepicker-container .datepicker-panel > ul > li[data-view="month next"]:hover,
    .datepicker-container .datepicker-panel > ul > li[data-view="next"]:hover {
      opacity: 0.6; }
  .datepicker-container .datepicker-panel > ul[data-view="years"] > li,
  .datepicker-container .datepicker-panel > ul[data-view="months"] > li {
    line-height: 3.5em;
    width: 16.666%;
    padding: 5px; }
  .datepicker-container .datepicker-panel > ul > li[data-view="years current"],
  .datepicker-container .datepicker-panel > ul > li[data-view="year current"],
  .datepicker-container .datepicker-panel > ul > li[data-view="month current"] {
    width: calc(100% - 100px);
    font-size: 16px;
    font-weight: 700;
    line-height: 2em;
    height: 2em; }
    .datepicker-container .datepicker-panel > ul > li[data-view="years current"]:hover,
    .datepicker-container .datepicker-panel > ul > li[data-view="year current"]:hover,
    .datepicker-container .datepicker-panel > ul > li[data-view="month current"]:hover {
      color: rgba(255, 255, 255, 0.7); }
  .datepicker-container .datepicker-panel > ul[data-view="week"] > li {
    font-size: 13px;
    pointer-events: none; }
  .datepicker-container .datepicker-panel > ul[data-view="years"] > li,
  .datepicker-container .datepicker-panel > ul[data-view="months"] > li,
  .datepicker-container .datepicker-panel > ul[data-view="days"] > li {
    position: relative;
    padding: 5px;
    z-index: 2; }
    .datepicker-container .datepicker-panel > ul[data-view="years"] > li:after, .datepicker-container .datepicker-panel > ul[data-view="years"] > li:before,
    .datepicker-container .datepicker-panel > ul[data-view="months"] > li:after,
    .datepicker-container .datepicker-panel > ul[data-view="months"] > li:before,
    .datepicker-container .datepicker-panel > ul[data-view="days"] > li:after,
    .datepicker-container .datepicker-panel > ul[data-view="days"] > li:before {
      content: '';
      position: absolute;
      pointer-events: none;
      z-index: -1; }
    .datepicker-container .datepicker-panel > ul[data-view="years"] > li:after,
    .datepicker-container .datepicker-panel > ul[data-view="months"] > li:after,
    .datepicker-container .datepicker-panel > ul[data-view="days"] > li:after {
      top: 1px;
      left: 1px;
      right: 1px;
      bottom: 1px;
      border: 1px solid rgba(255, 255, 255, 0.7); }
    .datepicker-container .datepicker-panel > ul[data-view="years"] > li:before,
    .datepicker-container .datepicker-panel > ul[data-view="months"] > li:before,
    .datepicker-container .datepicker-panel > ul[data-view="days"] > li:before {
      top: 2px;
      left: 2px;
      right: 2px;
      bottom: 2px;
      background-color: rgba(255, 255, 255, 0.7);
      opacity: 0;
      /* ANIMATIONSCSS */
      -webkit-transition: opacity 0.3s ease;
      -ms-transition: opacity 0.3s ease;
      -o-transition: opacity 0.3s ease;
      -moz-transition: opacity 0.3s ease;
      transition: opacity 0.3s ease; }
    .datepicker-container .datepicker-panel > ul[data-view="years"] > li:hover,
    .datepicker-container .datepicker-panel > ul[data-view="months"] > li:hover,
    .datepicker-container .datepicker-panel > ul[data-view="days"] > li:hover {
      color: #000000; }
      .datepicker-container .datepicker-panel > ul[data-view="years"] > li:hover:before,
      .datepicker-container .datepicker-panel > ul[data-view="months"] > li:hover:before,
      .datepicker-container .datepicker-panel > ul[data-view="days"] > li:hover:before {
        opacity: 1; }
  .datepicker-container .datepicker-panel > ul > li.picked,
  .datepicker-container .datepicker-panel > ul > li.picked:hover {
    color: #000000; }
    .datepicker-container .datepicker-panel > ul > li.picked:before,
    .datepicker-container .datepicker-panel > ul > li.picked:hover:before {
      opacity: 1; }
  .datepicker-container .datepicker-panel > ul > li.highlighted,
  .datepicker-container .datepicker-panel > ul > li.highlighted:hover {
    color: #000000; }
    .datepicker-container .datepicker-panel > ul > li.highlighted:before,
    .datepicker-container .datepicker-panel > ul > li.highlighted:hover:before {
      background-color: rgba(255, 255, 255, 0.4);
      opacity: 1; }
    .datepicker-container .datepicker-panel > ul > li.highlighted:hover:before,
    .datepicker-container .datepicker-panel > ul > li.highlighted:hover:hover:before {
      background-color: rgba(255, 255, 255, 0.7); }
  .datepicker-container .datepicker-panel > ul > li.muted {
    opacity: 0;
    height: 0;
    pointer-events: none; }
    .datepicker-container .datepicker-panel > ul > li.muted:before {
      background-color: rgba(255, 255, 255, 0.45);
      opacity: 1; }
    .datepicker-container .datepicker-panel > ul > li.muted:hover:before {
      background-color: rgba(255, 255, 255, 0.7); }
  .datepicker-container .datepicker-panel > ul > li.disabled {
    pointer-events: none; }
    .datepicker-container .datepicker-panel > ul > li.disabled:before {
      opacity: 1;
      background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyNpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQwIDc5LjE2MDQ1MSwgMjAxNy8wNS8wNi0wMTowODoyMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChNYWNpbnRvc2gpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkY2QjVDMDc5NzE1NzExRThBMUQ0QjMwNjM2NTFDRTBEIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkY2QjVDMDdBNzE1NzExRThBMUQ0QjMwNjM2NTFDRTBEIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6RjZCNUMwNzc3MTU3MTFFOEExRDRCMzA2MzY1MUNFMEQiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6RjZCNUMwNzg3MTU3MTFFOEExRDRCMzA2MzY1MUNFMEQiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6iaOOSAAAAJUlEQVR42mL8//8/Axr4z4QuAMSMTOgCIAYTugBMEEUABAACDAA0+ggGyGy88gAAAABJRU5ErkJggg==");
      background-position: 0 0;
      background-repeat: repeat;
      background-color: transparent; }

/***************** POPUP *****************/
.reveal {
  margin: 50px auto;
  top: 0 !important; }

.popup_container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(33, 33, 33, 0.9);
  z-index: 30000;
  text-align: center;
  overflow-y: auto;
  padding: 50px 20px;
  display: block;
  opacity: 0;
  visibility: hidden; }
  .popup_container.active {
    opacity: 1;
    visibility: visible; }

.popup_close {
  width: 3rem;
  height: 3rem;
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  margin-right: 0rem;
  margin-left: auto;
  z-index: 2;
  background: url("../imgs/popup/close.png") no-repeat center;
  background-size: cover; }
  .popup_close:hover {
    opacity: 0.5; }

/***************** BOTÃO FECHAR *****************/
.close-button {
  font-family: arial, 'sans-serif';
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  z-index: 10;
  line-height: .5;
  font-weight: 400;
  font-size: 6rem;
  color: #000000; }
  .close-button:hover {
    color: #D3B487; }
  .close-button.invert {
    color: #D3B487; }
    .close-button.invert:hover {
      color: #000000; }
  .close-button.white {
    color: #fff; }
    .close-button.white:hover {
      color: #D3B487; }
  .close-button.left {
    left: 20px;
    right: auto; }
  .close-button.relative {
    position: relative;
    top: 0;
    right: 0; }
  .close-button.small {
    top: 10px;
    right: 10px;
    font-size: 3.5rem; }
  @media screen and (max-width: 950px) {
    .close-button {
      top: 10px;
      right: 10px;
      font-size: 3.5rem; } }

/***************** SETA VOLTAR TOPO *****************/
.bottom-actions {
  position: fixed;
  right: 2rem;
  height: 4rem;
  width: 4rem;
  border-radius: 0px;
  border: 1px solid #D3B487;
  color: #fff;
  background: #D3B487;
  text-align: center;
  cursor: pointer;
  z-index: 205;
  /* ANIMATIONSCSS */
  -webkit-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  transition: all 0.5s linear; }
  .bottom-actions::before {
    font-size: 2.6rem;
    margin-top: 0.7rem; }
  .bottom-actions:hover {
    background: #fff;
    color: #D3B487; }

.voltar_topo {
  bottom: 2rem;
  display: none;
  z-index: 90000;
  /* ANIMATIONSCSS */
  -webkit-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  transition: all 0.5s linear;
  background: #F5F5F5;
  border-color: #F5F5F5; }
  .voltar_topo svg {
    display: block;
    width: 100%;
    max-width: 1.5rem;
    margin: auto;
    margin-top: 1.5rem; }
    .voltar_topo svg path {
      fill: #000000; }
  .voltar_topo:hover {
    background: #D3B487;
    border-color: #D3B487; }
    .voltar_topo:hover svg path {
      fill: #fff; }

/***************** COOKIES *****************/
.div_cookies {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 99999999;
  width: 100%;
  padding: 3.5rem 0;
  text-align: right;
  background-color: rgba(211, 180, 135, 0.7);
  display: none; }
  .div_cookies .cookies_texto {
    color: #fff;
    font-size: 14px;
    line-height: 2rem;
    font-weight: 400;
    text-align: left; }
  .div_cookies .cookies_btn {
    /* DISPLAY INLINE BLOCK */
    display: inline-block;
    vertical-align: top;
    font-weight: 500;
    position: relative;
    overflow: hidden;
    text-align: center;
    border-radius: 0px;
    font-size: 13px;
    line-height: 2.5rem;
    padding: 5px 1.5rem;
    min-width: 120px;
    cursor: pointer;
    z-index: 1;
    /* ANIMATIONSCSS */
    -webkit-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    transition: all 0.5s linear; }
  .div_cookies .cookies_btn:first-child {
    color: #fff;
    border: 1px solid #000000;
    background: #000000; }
    .div_cookies .cookies_btn:first-child:hover {
      background: #fff;
      border: 1px solid #fff;
      color: #D3B487; }
  .div_cookies .cookies_btn:last-child {
    margin-left: 1.5rem;
    color: #fff;
    border: 1px solid #fff;
    background: transparent;
    opacity: 0.6; }
    .div_cookies .cookies_btn:last-child:hover {
      opacity: 1;
      background: #fff;
      color: #000000; }
  @media screen and (max-width: 950px) {
    .div_cookies {
      padding: 2rem 0; }
      .div_cookies .cookies_texto {
        font-size: 12px;
        line-height: 16px; }
      .div_cookies .cookies_btn {
        font-size: 11px;
        line-height: 2rem;
        padding: 5px 10px;
        min-width: unset; } }
  @media screen and (max-width: 750px) {
    .div_cookies {
      text-align: center; }
      .div_cookies .cookies_texto {
        margin-bottom: 1.5rem;
        text-align: center; } }

/***************** KEYFRAMES *****************/
@media print {
  .print-1 {
    flex: 0 0 8.3333333333% !important;
    max-width: 8.3333333333% !important; }
  .print-2 {
    flex: 0 0 16.6666666667% !important;
    max-width: 16.6666666667% !important; }
  .print-3 {
    flex: 0 0 25% !important;
    max-width: 25% !important; }
  .print-4 {
    flex: 0 0 33.3333333333% !important;
    max-width: 33.3333333333% !important; }
  .print-5 {
    flex: 0 0 41.6666666667% !important;
    max-width: 41.6666666667% !important; }
  .print-6 {
    flex: 0 0 50% !important;
    max-width: 50% !important; }
  .print-7 {
    flex: 0 0 58.3333333333% !important;
    max-width: 58.3333333333% !important; }
  .print-8 {
    flex: 0 0 66.6666666667% !important;
    max-width: 66.6666666667% !important; }
  .print-9 {
    flex: 0 0 75% !important;
    max-width: 75% !important; }
  .print-10 {
    flex: 0 0 83.3333333333% !important;
    max-width: 83.3333333333% !important; }
  .print-11 {
    flex: 0 0 91.6666666667% !important;
    max-width: 91.6666666667% !important; }
  .print-12 {
    flex: 0 0 100% !important;
    max-width: 100% !important; } }

/***************** KEYFRAMES *****************/
@keyframes hideMask {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    pointer-events: none;
    display: none;
    z-index: -1; } }

@keyframes cursorMove {
  0% {
    right: 20px; }
  50% {
    right: 70px; }
  100% {
    right: 20px; } }

@keyframes svgDrawLine {
  to {
    stroke-dashOffset: 0; } }

@keyframes svgFadeStroke {
  to {
    stroke-opacity: 0; } }

@keyframes svgFillIn {
  from {
    fill-opacity: 0; }
  to {
    fill-opacity: 1; } }

@keyframes bannersTxtIn {
  0% {
    /* TRANSFORMS */
    -moz-transform: translateY(45px);
    -o-transform: translateY(45px);
    -ms-transform: translateY(45px);
    -webkit-transform: translateY(45px);
    transform: translateY(45px);
    opacity: 0; }
  50% {
    /* TRANSFORMS */
    -moz-transform: translateY(25px);
    -o-transform: translateY(25px);
    -ms-transform: translateY(25px);
    -webkit-transform: translateY(25px);
    transform: translateY(25px);
    opacity: 0.5; }
  100% {
    /* TRANSFORMS */
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }

@keyframes bannersTxtOut {
  0% {
    /* TRANSFORMS */
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; }
  50% {
    /* TRANSFORMS */
    -moz-transform: translateY(25px);
    -o-transform: translateY(25px);
    -ms-transform: translateY(25px);
    -webkit-transform: translateY(25px);
    transform: translateY(25px);
    opacity: 0.5; }
  100% {
    /* TRANSFORMS */
    -moz-transform: translateY(45px);
    -o-transform: translateY(45px);
    -ms-transform: translateY(45px);
    -webkit-transform: translateY(45px);
    transform: translateY(45px);
    opacity: 0; } }

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

.w-100 {
  width: 100%; }

.h-100 {
  height: 100%; }

.logo,
.logo_w {
  /* manter fora de parents */
  /* DISPLAY INLINE BLOCK */
  display: inline-block;
  vertical-align: middle;
  /* width:22rem; */
  max-width: 20rem;
  margin: 0;
  z-index: 5; }

.logo_shrink {
  display: none;
  /* width:5rem; */
  max-width: 35px;
  margin: 0;
  z-index: 5; }

.head_fundo .sticky_cont {
  height: 3rem !important; }
  @media screen and (max-width: 950px) {
    .head_fundo .sticky_cont {
      height: 0 !important; } }

.header {
  position: relative;
  margin: 0;
  z-index: 205 !important; }
  .header .top {
    /* @include Animationcss(opacity 0.1s, all 0.3s linear); */
    padding: 7px 0;
    background-color: #F5F5F5;
    display: block; }
    .header .top .div_txt_ports div {
      font-weight: 600;
      font-style: italic; }
      .header .top .div_txt_ports div span {
        font-weight: 400; }
    .header .top .links {
      margin: 0 1rem; }
      .header .top .links:hover {
        color: #D3B487; }
    .header .top .wrapper_linguas {
      padding: 0 1.5rem; }
      .header .top .wrapper_linguas:before {
        /* DISPLAY INLINE BLOCK */
        display: inline-block;
        vertical-align: middle;
        font-size: 13px; }
      .header .top .wrapper_linguas .lingua {
        /* DISPLAY INLINE BLOCK */
        display: inline-block;
        vertical-align: middle;
        color: #808080;
        font-size: 11px;
        margin: 0 5px;
        text-transform: uppercase;
        /* ANIMATIONSCSS */
        -webkit-transition: all 0.3s linear;
        -ms-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        transition: all 0.3s linear; }
        .header .top .wrapper_linguas .lingua:hover {
          color: #000000; }
        .header .top .wrapper_linguas .lingua.active {
          color: #000000;
          text-decoration: underline; }
  .header .cart-btn {
    position: relative;
    /* DISPLAY INLINE BLOCK */
    display: inline-block;
    vertical-align: middle;
    /* ANIMATIONSCSS */
    -webkit-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
    padding-left: 1.5rem;
    padding-right: 5px; }
    .header .cart-btn i {
      display: block;
      font-size: 24px;
      color: #000000;
      /* ANIMATIONSCSS */
      -webkit-transition: all 0.3s linear;
      -ms-transition: all 0.3s linear;
      -o-transition: all 0.3s linear;
      -moz-transition: all 0.3s linear;
      transition: all 0.3s linear; }
    .header .cart-btn .count {
      position: absolute;
      top: -10px;
      right: 0;
      width: 20px;
      height: 20px;
      /*PAGINAS*/
      color: #fff;
      font-size: 12px;
      line-height: 19px;
      font-weight: 600;
      font-style: initial;
      border-radius: 50%;
      background: #D3B487;
      /* ANIMATIONSCSS */
      -webkit-transition: all 0.3s linear;
      -ms-transition: all 0.3s linear;
      -o-transition: all 0.3s linear;
      -moz-transition: all 0.3s linear;
      transition: all 0.3s linear; }
      .header .cart-btn .count small {
        font-size: 100%;
        font-style: initial; }
    .header .cart-btn:hover i {
      color: #D3B487; }
  .header .middle {
    /* ANIMATIONSCSS */
    -webkit-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear; }
    .header .middle.bg {
      background-color: #fff; }
    .header .middle .links {
      padding: 4rem 1rem;
      position: relative;
      /* DISPLAY INLINE BLOCK */
      display: inline-block;
      vertical-align: middle; }
      .header .middle .links:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 2px;
        background-color: #D3B487;
        opacity: 0;
        visibility: hidden;
        /* ANIMATIONSCSS */
        -webkit-transition: all 0.3s linear;
        -ms-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        transition: all 0.3s linear; }
      .header .middle .links:hover:after, .header .middle .links.active:after {
        opacity: 1;
        visibility: visible; }
    .header .middle .search-trigger {
      /* DISPLAY INLINE BLOCK */
      display: inline-block;
      vertical-align: middle; }
      .header .middle .search-trigger span:before {
        font-size: 22px;
        color: #000000;
        /* ANIMATIONSCSS */
        -webkit-transition: all 0.3s linear;
        -ms-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        transition: all 0.3s linear; }
      .header .middle .search-trigger:hover span:before {
        color: #D3B487; }
    .header .middle .login_header {
      /* DISPLAY INLINE BLOCK */
      display: inline-block;
      vertical-align: middle;
      padding: 0 1.5rem; }
      .header .middle .login_header .logout {
        width: 18px; }
        .header .middle .login_header .logout svg path {
          fill: black; }
      .header .middle .login_header a {
        color: #000000;
        /* DISPLAY INLINE BLOCK */
        display: inline-block;
        vertical-align: middle;
        /* ANIMATIONSCSS */
        -webkit-transition: all 0.3s linear;
        -ms-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        transition: all 0.3s linear; }
        .header .middle .login_header a:before {
          font-size: 21px; }
        .header .middle .login_header a:hover {
          color: #D3B487; }
      .header .middle .login_header .separator {
        position: relative;
        top: 1px;
        margin: 0 5px;
        color: #000000;
        font-size: 10px; }
  .header .menu_holder {
    /* DISPLAY INLINE BLOCK */
    display: inline-block;
    vertical-align: middle;
    position: relative;
    color: #000000;
    width: 38px;
    height: 32px;
    z-index: 5; }
    .header .menu_holder span, .header .menu_holder:before, .header .menu_holder:after {
      display: block;
      position: absolute;
      top: 5px;
      left: 5px;
      width: 28px;
      height: 1.5px;
      border-radius: 5px;
      background-color: currentColor;
      opacity: 1;
      transform-origin: left center;
      /* TRANSFORMS */
      -moz-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
      /* ANIMATIONSCSS */
      -webkit-transition: 0.3s ease-in-out;
      -ms-transition: 0.3s ease-in-out;
      -o-transition: 0.3s ease-in-out;
      -moz-transition: 0.3s ease-in-out;
      transition: 0.3s ease-in-out; }
    .header .menu_holder span {
      top: 14px; }
    .header .menu_holder:before, .header .menu_holder:after {
      content: ''; }
    .header .menu_holder:after {
      top: 23px; }
    .header .menu_holder.active span {
      width: 0%;
      opacity: 0; }
    .header .menu_holder.active:before {
      top: 3px;
      /* TRANSFORMS */
      -moz-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg); }
    .header .menu_holder.active:after {
      /* TRANSFORMS */
      -moz-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg); }
  .header .logo_w {
    display: none; }
  .header.menu_opened .middle {
    background: #fff; }
  .header.bann_full:not(.menu_opened):not(.shrinked) .logo {
    display: none; }
  .header.bann_full:not(.menu_opened):not(.shrinked) .logo_w {
    /* DISPLAY INLINE BLOCK */
    display: inline-block;
    vertical-align: middle; }
  .header.bann_full:not(.menu_opened):not(.shrinked) .middle {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, black 100%); }
    .header.bann_full:not(.menu_opened):not(.shrinked) .middle .links {
      color: #fff; }
      .header.bann_full:not(.menu_opened):not(.shrinked) .middle .links:hover {
        color: #D3B487; }
      .header.bann_full:not(.menu_opened):not(.shrinked) .middle .links:after {
        background-color: #fff; }
    .header.bann_full:not(.menu_opened):not(.shrinked) .middle .search-trigger span:before {
      color: #fff; }
    .header.bann_full:not(.menu_opened):not(.shrinked) .middle .search-trigger:hover span:before {
      color: #D3B487; }
    .header.bann_full:not(.menu_opened):not(.shrinked) .middle .login_header .logout svg path {
      fill: rgba(255, 255, 255, 0.5); }
    .header.bann_full:not(.menu_opened):not(.shrinked) .middle .login_header a {
      color: #fff; }
      .header.bann_full:not(.menu_opened):not(.shrinked) .middle .login_header a:hover {
        color: #D3B487; }
    .header.bann_full:not(.menu_opened):not(.shrinked) .middle .login_header .separator {
      color: #fff; }
  .header.bann_full:not(.menu_opened):not(.shrinked) .cart-btn i {
    color: #fff; }
  .header.bann_full:not(.menu_opened):not(.shrinked) .cart-btn .count {
    background: #fff;
    color: #000000; }
  .header.bann_full:not(.menu_opened):not(.shrinked) .cart-btn:hover i {
    color: #D3B487; }
  .header.bann_full:not(.menu_opened):not(.shrinked) .menu_holder {
    color: #fff; }
  .header.shrinked .top {
    opacity: 0;
    visibility: hidden;
    padding: 0;
    height: 0; }
  .header.shrinked .logo,
  .header.shrinked .logo_w {
    display: none; }
  .header.shrinked .logo_shrink {
    /* DISPLAY INLINE BLOCK */
    display: inline-block;
    vertical-align: middle; }
  .header.shrinked .middle {
    background: #fff !important; }
    .header.shrinked .middle .links {
      color: #000000;
      padding: 3rem 1rem; }
      .header.shrinked .middle .links:hover {
        color: #D3B487; }
      .header.shrinked .middle .links:after {
        background-color: #D3B487; }
    .header.shrinked .middle .search-trigger span:before {
      color: #000000; }
    .header.shrinked .middle .search-trigger:hover span:before {
      color: #D3B487; }
    .header.shrinked .middle .login_header .logout svg path {
      fill: rgba(0, 0, 0, 0.5); }
    .header.shrinked .middle .login_header a {
      color: #000000; }
      .header.shrinked .middle .login_header a:hover {
        color: #D3B487; }
    .header.shrinked .middle .login_header .separator {
      color: #000000; }
  .header.shrinked .cart-btn i {
    color: #000000; }
  .header.shrinked .cart-btn .count {
    background: #D3B487;
    color: #fff; }
  .header.shrinked .cart-btn:hover i {
    color: #D3B487; }
  @media screen and (max-width: 1150px) {
    .header .middle .links {
      padding: 3rem 1rem; } }
  @media screen and (max-width: 950px) {
    .header .middle {
      padding: 2.2rem 0; }
      .header .middle .logo,
      .header .middle .logo_w {
        max-width: 9rem; }
    .header.shrinked .middle {
      padding: 15px 0; } }

.menu_desktop {
  position: absolute;
  top: 100%;
  margin-top: 0;
  left: 0px;
  right: 0px;
  height: 480px;
  max-height: 480px;
  display: none;
  pointer-events: none;
  z-index: -1; }
  .menu_desktop.opened {
    pointer-events: auto; }
    .menu_desktop.opened > .div_100 {
      opacity: 1;
      visibility: visible; }
  .menu_desktop > .div_100 {
    display: block;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    /* ANIMATIONSCSS */
    -webkit-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    transition: all 0.5s linear; }
  .menu_desktop .menu_desk_bg {
    background: #fff;
    height: 100%; }
  .menu_desktop .menu_desk_scroll {
    display: block;
    height: 100%;
    /* height:calc(100% - 1px); */
    margin: 0 -1.5rem;
    overflow: hidden;
    overflow-y: auto; }
  .menu_desktop.header_pesq_drop {
    background: #fff;
    border-top: 1px solid #F5F5F5; }
  .menu_desktop.header_menu_drop {
    background: #fff;
    border-top: 1px solid #F5F5F5; }
    .menu_desktop.header_menu_drop .divs {
      padding-top: 3rem;
      padding-bottom: 7rem; }
      .menu_desktop.header_menu_drop .divs .bloco {
        padding: 0 1.5rem;
        display: block; }
        .menu_desktop.header_menu_drop .divs .bloco .img {
          /* ANIMATIONSCSS */
          -webkit-transition: all 0.3s linear;
          -ms-transition: all 0.3s linear;
          -o-transition: all 0.3s linear;
          -moz-transition: all 0.3s linear;
          transition: all 0.3s linear; }
        .menu_desktop.header_menu_drop .divs .bloco h5 {
          padding-top: 1rem;
          font-size: 14px; }
        .menu_desktop.header_menu_drop .divs .bloco:hover .img {
          opacity: 0.6; }
  .menu_desktop .menu_categorias {
    padding: 0 1.5rem; }
    .menu_desktop .menu_categorias a.list_tit {
      padding-bottom: 2rem;
      display: table; }
      .menu_desktop .menu_categorias a.list_tit:hover {
        color: #D3B487; }
    .menu_desktop .menu_categorias a.list_subtit {
      display: table;
      margin-bottom: 5px;
      line-height: 1.4; }
      .menu_desktop .menu_categorias a.list_subtit.red {
        color: #FF0000; }
      .menu_desktop .menu_categorias a.list_subtit:hover {
        color: #D3B487; }
  @media screen and (max-width: 1400px) {
    .menu_desktop .menu_desk_scroll {
      padding: 0 25px !important; } }

.menu_mobile {
  position: fixed;
  top: 0;
  padding-top: 65px;
  background: #fff;
  width: 100%;
  max-width: 33rem;
  height: 100%;
  z-index: 204;
  opacity: 0;
  visibility: hidden;
  /* ANIMATIONSCSS */
  -webkit-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in; }
  .menu_mobile.right-side {
    right: -33rem; }
  .menu_mobile.left-side {
    left: -33rem; }
  .menu_mobile.menu-opened {
    opacity: 1;
    visibility: visible; }
    .menu_mobile.menu-opened.right-side {
      right: 0; }
    .menu_mobile.menu-opened.left-side {
      left: 0; }
  .menu_mobile .menu_mobile_scroller {
    display: block;
    width: 100%;
    height: 100%;
    overflow: auto; }
  .menu_mobile .intro {
    position: relative;
    background: #F5F5F5;
    padding: 10px 25px; }
    .menu_mobile .intro .header_linguas img,
    .menu_mobile .intro .header_linguas span,
    .menu_mobile .intro .header_linguas i {
      /* DISPLAY INLINE BLOCK */
      display: inline-block;
      vertical-align: middle; }
    .menu_mobile .intro .header_linguas img {
      max-width: 2.5rem;
      margin-right: 1rem; }
    .menu_mobile .intro .header_linguas i {
      font-size: 1.3rem;
      margin-left: 2rem; }
    .menu_mobile .intro .header_linguas:hover {
      color: #D3B487; }
  .menu_mobile .section {
    margin-top: 5rem; }
    .menu_mobile .section ul {
      margin: 0; }
      .menu_mobile .section ul ul li:last-child > a {
        border-bottom: 0; }
    .menu_mobile .section span {
      display: block;
      padding-left: 25px;
      color: #D3B487;
      padding-bottom: 5px;
      font-weight: 700;
      text-transform: none;
      border-bottom: 1px solid #F5F5F5; }
    .menu_mobile .section a {
      display: block;
      padding: 10px 25px;
      border-bottom: 1px solid #F5F5F5;
      font-weight: 400;
      text-transform: none;
      font-size: 14px; }
      .menu_mobile .section a:hover {
        color: #D3B487; }
    .menu_mobile .section.redes {
      border-top: 1px solid #F5F5F5;
      padding: 10px 25px; }
      .menu_mobile .section.redes a {
        /* DISPLAY INLINE BLOCK */
        display: inline-block;
        vertical-align: middle;
        color: #000000;
        font-size: 35px;
        border: 0;
        padding: 0; }
    .menu_mobile .section li.has-sub {
      border-bottom: 1px solid #F5F5F5; }
      .menu_mobile .section li.has-sub > a {
        position: relative;
        border-bottom: 0; }
        .menu_mobile .section li.has-sub > a::before, .menu_mobile .section li.has-sub > a::after {
          top: 50%;
          position: absolute;
          content: '';
          display: block;
          /* ANIMATIONSCSS */
          -webkit-transition: all 0.3s linear;
          -ms-transition: all 0.3s linear;
          -o-transition: all 0.3s linear;
          -moz-transition: all 0.3s linear;
          transition: all 0.3s linear;
          background: currentColor; }
        .menu_mobile .section li.has-sub > a::before {
          height: 14px;
          width: 2px;
          margin-top: -7px;
          right: 31px; }
        .menu_mobile .section li.has-sub > a::after {
          width: 14px;
          height: 2px;
          margin-top: -1px;
          right: 25px; }
      .menu_mobile .section li.has-sub ul {
        display: none;
        background: #F5F5F5; }
        .menu_mobile .section li.has-sub ul li a.active {
          background: #808080;
          color: #fff; }
        .menu_mobile .section li.has-sub ul li:first-child a {
          border-top: 1px solid #F5F5F5; }
      .menu_mobile .section li.has-sub.is-active > a:before, .menu_mobile .section li.has-sub.is-active > a:after {
        /* TRANSFORMS */
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg); }
    .menu_mobile .section ul li a.active {
      background: #808080;
      color: #fff; }
    .menu_mobile .section li.is-active > a {
      background: #F5F5F5;
      color: #D3B487; }

.footer {
  background: #fff; }
  .footer .links-section {
    padding: 7.5rem 0; }
    .footer .links-section h3 {
      display: block;
      margin-bottom: 1.5rem;
      pointer-events: none;
      font-weight: 600; }
    .footer .links-section a.list_subtit {
      display: table;
      margin-top: 1rem; }
      .footer .links-section a.list_subtit:hover {
        color: #D3B487; }
    .footer .links-section .news_cont .inpt_holder.border {
      border: 1px solid #D0D0D0;
      padding: 5px; }
      .footer .links-section .news_cont .inpt_holder.border .inpt {
        border: none;
        /* DISPLAY INLINE BLOCK */
        display: inline-block;
        vertical-align: middle;
        width: calc(100% - 100px);
        height: 40px;
        min-height: 40px; }
      .footer .links-section .news_cont .inpt_holder.border button {
        /* DISPLAY INLINE BLOCK */
        display: inline-block;
        vertical-align: middle;
        width: 100px;
        text-align: center;
        padding: 12px 10px; }
    .footer .links-section .news_cont .inpt_holder label {
      color: #808080; }
      .footer .links-section .news_cont .inpt_holder label a {
        /* DISPLAY INLINE BLOCK */
        display: inline-block;
        vertical-align: middle;
        color: #000000; }
        .footer .links-section .news_cont .inpt_holder label a:hover {
          color: #D3B487; }
    .footer .links-section .news_cont .anular_subs a {
      margin-top: 2rem;
      /*PAGINAS*/
      color: #808080;
      font-size: 12px;
      line-height: 1.4;
      font-weight: 400;
      text-decoration: underline;
      display: block; }
      .footer .links-section .news_cont .anular_subs a:hover {
        color: #D3B487; }
  .footer .section-direitos {
    padding: 3rem 0; }
    .footer .section-direitos .links a {
      margin-right: 2rem;
      color: #808080;
      white-space: nowrap; }
      .footer .section-direitos .links a:hover {
        color: #D3B487; }
    .footer .section-direitos h6 {
      /* DISPLAY INLINE BLOCK */
      display: inline-block;
      vertical-align: middle;
      text-transform: none;
      color: #808080; }
      .footer .section-direitos h6 a {
        color: #808080; }
        .footer .section-direitos h6 a:hover {
          color: #D3B487; }
    .footer .section-direitos .redes a {
      /* DISPLAY INLINE BLOCK */
      display: inline-block;
      vertical-align: middle;
      color: #000000;
      font-size: 3rem; }
      .footer .section-direitos .redes a:hover {
        color: #D3B487; }
  .footer .section-metodos {
    background: #F5F5F5;
    padding: 1.4rem 0; }
    .footer .section-metodos .reclamacoes svg {
      max-width: 12rem;
      height: auto; }
    .footer .section-metodos .pagamento {
      text-align: center; }
      .footer .section-metodos .pagamento .div_bloco {
        /* DISPLAY INLINE BLOCK */
        display: inline-block;
        vertical-align: middle; }
        .footer .section-metodos .pagamento .div_bloco .divs_pagamentos {
          /* DISPLAY INLINE BLOCK */
          display: inline-block;
          vertical-align: middle;
          background: #fff;
          padding: 4px 5px;
          margin: 5px;
          border-radius: 6px;
          width: 80px;
          height: 30px; }
          .footer .section-metodos .pagamento .div_bloco .divs_pagamentos > div {
            opacity: 1;
            width: 100%;
            height: 100%; }
  @media screen and (max-width: 950px) {
    .footer .links-section {
      padding: 6rem 0; }
      .footer .links-section .spacer {
        margin: 2rem 0; }
      .footer .links-section .news_cont {
        padding-top: 4rem; }
        .footer .links-section .news_cont .inpt {
          width: 100% !important; }
        .footer .links-section .news_cont button {
          margin-top: 3rem;
          width: 160px; }
    .footer .section-direitos {
      padding-top: 2rem; }
      .footer .section-direitos .redes {
        margin-bottom: 2.5rem; }
        .footer .section-direitos .redes a {
          font-size: 35px; }
      .footer .section-direitos .links a {
        display: table;
        margin: auto;
        margin-bottom: 1rem; }
      .footer .section-direitos h6 {
        text-align: center;
        padding: 4rem 0;
        line-height: 2;
        width: 100%; }
      .footer .section-direitos .reclamacoes svg {
        margin: auto;
        width: 12.6rem;
        height: auto; }
    .footer .section-metodos {
      padding: 3rem 0; }
      .footer .section-metodos .pagamento .divs_pagamentos {
        margin: 10px 5px; } }

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

/**
 * clearfix
 */
*, *:after, *:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.clearfix:before, .clearfix:after {
  display: table;
  content: ''; }

.clearfix:after {
  clear: both; }

/*PAGINAS*/
#destaques_1 {
  /* padding: 4.5rem 0; */ }
  #destaques_1 .outer {
    /* DIVS PARA FORA DO ECRA */
    display: block;
    width: auto;
    margin: 0 -1rem; }
    #destaques_1 .outer .content {
      padding: 6.5rem 6rem;
      border-right: 1px solid #F5F5F5;
      position: relative; }
      #destaques_1 .outer .content .icon {
        max-width: 75px;
        max-height: 65px; }
        #destaques_1 .outer .content .icon svg {
          max-width: 75px;
          max-height: 65px;
          width: 100%; }
          #destaques_1 .outer .content .icon svg path {
            fill: #D3B487; }
      #destaques_1 .outer .content .conteudo {
        padding-left: 2rem; }
        #destaques_1 .outer .content .conteudo .textos {
          padding-top: 5px;
          color: #808080; }
      #destaques_1 .outer .content .linker {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: block; }
  @media screen and (max-width: 950px) {
    #destaques_1 .outer {
      /* DIVS PARA FORA DO ECRA */
      display: block;
      width: auto;
      margin: 0 0;
      padding: 2.5rem 0; }
      #destaques_1 .outer .content {
        padding: 2.5rem 0rem; } }

#div_produtos {
  padding: 17rem 0;
  background: #F5F5F5; }
  #div_produtos .cont_titulo {
    padding-bottom: 4rem; }
    #div_produtos .cont_titulo h1.titulos {
      line-height: 1; }
    #div_produtos .cont_titulo .div_cats .link {
      /*PAGINAS*/
      color: #808080;
      font-size: 14px;
      line-height: 1.2;
      font-weight: 400;
      padding: 0 5px;
      /* DISPLAY INLINE BLOCK */
      display: inline-block;
      vertical-align: middle; }
      #div_produtos .cont_titulo .div_cats .link.active {
        color: #000000;
        font-weight: 700; }
      #div_produtos .cont_titulo .div_cats .link:hover {
        color: #D3B487; }
    #div_produtos .cont_titulo .div_cats span {
      /*PAGINAS*/
      color: #808080;
      font-size: 10px;
      line-height: 1.2;
      font-weight: 400;
      /* DISPLAY INLINE BLOCK */
      display: inline-block;
      vertical-align: middle; }
  #div_produtos #div_prods {
    /* DIVS PARA FORA DO ECRA */
    display: block;
    width: auto;
    margin: 0 -5px; }
    #div_produtos #div_prods .produtos_arrows {
      top: 30%; }
      #div_produtos #div_prods .produtos_arrows span {
        width: 6rem;
        font-size: 6rem; }
    #div_produtos #div_prods .div_dots {
      position: absolute;
      width: calc(100% - 16.6666666667%);
      left: 8.333%; }
      #div_produtos #div_prods .div_dots .slick-dots {
        position: relative;
        bottom: 0; }
        #div_produtos #div_prods .div_dots .slick-dots li {
          border-radius: 0;
          margin: 0;
          background: #fff;
          height: 3px;
          border: none; }
          #div_produtos #div_prods .div_dots .slick-dots li.slick-active {
            background: #000000; }
    #div_produtos #div_prods .produtos_divs figure .info {
      margin-top: 6rem; }
  @media screen and (max-width: 950px) {
    #div_produtos {
      padding: 7rem 0; }
      #div_produtos .cont_titulo {
        padding-bottom: 2.5rem; }
      #div_produtos #div_prods {
        padding: 0 25px; }
        #div_produtos #div_prods .slick-list {
          padding-right: 0; }
        #div_produtos #div_prods .produtos_divs figure .info {
          margin-top: 2rem; } }

#destaques_2 {
  /* background: $primary-color; */
  /* VIDEOS */ }
  #destaques_2 .destaque_arrows.prev {
    left: 5rem; }
  #destaques_2 .destaque_arrows.next {
    right: 5rem; }
  #destaques_2 .destaque_arrows span {
    color: #fff;
    width: 6rem;
    height: 2.1rem;
    font-size: 6rem; }
  #destaques_2 .content {
    text-align: center;
    padding: 5rem 3rem;
    /* max-width: 46rem; */ }
    #destaques_2 .content .marg {
      max-width: 70%;
      margin: auto; }
    #destaques_2 .content h1 {
      font-size: 60px;
      line-height: 1;
      color: #fff; }
    #destaques_2 .content .textos {
      color: #fff;
      padding-top: 2rem; }
  #destaques_2 .vid_outer {
    position: relative; }
    #destaques_2 .vid_outer .vidDest {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      overflow: hidden; }
      #destaques_2 .vid_outer .vidDest.notcover .video_player {
        width: 100%;
        height: 100%;
        position: absolute; }
      #destaques_2 .vid_outer .vidDest iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
        z-index: 100;
        background: transparent; }
  @media screen and (max-width: 950px) {
    #destaques_2 .content {
      max-width: 100%;
      padding: 10rem 15%; }
      #destaques_2 .content h1 {
        font-size: 35px; }
      #destaques_2 .content .textos {
        font-size: 14px; } }
  @media screen and (max-width: 750px) {
    #destaques_2 .content {
      padding: 6rem 15%; } }

#categorias {
  padding: 15rem 0;
  background: #F6EEE2; }
  #categorias .slick-cat .slick-list {
    padding: 0 24.5%; }
  #categorias .slick-cat .bloco {
    /* opacity: 0.4; */
    /* padding: 0 2.5px; */
    padding: 0;
    text-align: center;
    /* ANIMATIONSCSS */
    -webkit-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear; }
    #categorias .slick-cat .bloco h3 {
      font-size: 16px;
      padding-bottom: 2px;
      padding-top: 2rem;
      display: table;
      margin: auto;
      border-bottom: 1px solid transparent; }
    #categorias .slick-cat .bloco h4 {
      padding-top: 5px; }
    #categorias .slick-cat .bloco h3,
    #categorias .slick-cat .bloco h4 {
      opacity: 0;
      visibility: hidden;
      /* ANIMATIONSCSS */
      -webkit-transition: all 0.3s linear;
      -ms-transition: all 0.3s linear;
      -o-transition: all 0.3s linear;
      -moz-transition: all 0.3s linear;
      transition: all 0.3s linear; }
    #categorias .slick-cat .bloco.slick-active {
      opacity: 1; }
      #categorias .slick-cat .bloco.slick-active h3,
      #categorias .slick-cat .bloco.slick-active h4 {
        opacity: 1;
        visibility: visible; }
    #categorias .slick-cat .bloco:hover h3 {
      border-bottom: 1px solid #000000; }
  @media screen and (max-width: 1150px) {
    #categorias {
      padding: 13rem 0; } }
  @media screen and (max-width: 950px) {
    #categorias {
      padding: 10rem 0;
      padding-top: 12rem; }
      #categorias .slick-cat .bloco h3 {
        font-size: 16px; } }
  @media screen and (max-width: 650px) {
    #categorias .slick-cat .slick-list {
      padding: 0 27%; }
    #categorias .slick-cat .bloco {
      opacity: 1; }
      #categorias .slick-cat .bloco h3,
      #categorias .slick-cat .bloco h4 {
        opacity: 1;
        visibility: visible; } }

#destaques_3 {
  /* VIDEOS */ }
  #destaques_3 .imagem {
    position: relative; }
    #destaques_3 .imagem:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.5); }
    #destaques_3 .imagem .content {
      position: absolute;
      top: 50%;
      left: 50%;
      width: 100%;
      max-width: 40rem;
      /* TRANSFORMS */
      -moz-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      z-index: 2;
      text-align: center;
      padding: 2rem 20px; }
      #destaques_3 .imagem .content h4 {
        font-style: italic;
        color: #fff; }
      #destaques_3 .imagem .content h1 {
        font-size: 50px;
        line-height: 1;
        padding-top: 4rem;
        color: #fff; }
      #destaques_3 .imagem .content .textos {
        padding-top: 2rem;
        color: #fff; }
      #destaques_3 .imagem .content a.button {
        margin-top: 4rem;
        border-color: #fff !important;
        background: transparent; }
    @media screen and (max-width: 950px) {
      #destaques_3 .imagem .content h1 {
        font-size: 40px;
        padding-top: 2rem; }
      #destaques_3 .imagem .content .textos {
        font-size: 14px; } }
  #destaques_3 .vid_outer {
    position: relative; }
    #destaques_3 .vid_outer .vidDest {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      overflow: hidden; }
      #destaques_3 .vid_outer .vidDest.notcover .video_player {
        width: 100%;
        height: 100%;
        position: absolute; }
      #destaques_3 .vid_outer .vidDest iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
        z-index: 100;
        background: transparent; }

#noticias {
  padding: 20rem 0; }
  #noticias h1.titulos {
    font-size: 8rem;
    text-align: right;
    padding-top: 6rem;
    margin-right: -60px;
    position: relative;
    z-index: 22; }
  #noticias .imagem {
    -webkit-box-shadow: inset 200px 0px 79px -100px #fff;
    -moz-box-shadow: inset 200px 0px 79px -100px #fff;
    box-shadow: inset 200px 0px 79px -100px #fff; }
  #noticias .content h5 {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    color: #808080; }
  #noticias .content h2 {
    padding-top: 2rem;
    font-size: 16px;
    font-weight: 600; }
  #noticias .content .textos {
    color: #808080;
    padding-top: 10px; }
  #noticias .content a.button {
    margin-top: 4rem; }
  #noticias .div_arrows {
    margin-top: 4rem;
    text-align: right; }
    #noticias .div_arrows .noticias_arrows {
      position: relative;
      top: 0;
      /* TRANSFORMS */
      -moz-transform: translateY(0);
      -o-transform: translateY(0);
      -ms-transform: translateY(0);
      -webkit-transform: translateY(0);
      transform: translateY(0); }
      #noticias .div_arrows .noticias_arrows span {
        font-size: 22px; }
      #noticias .div_arrows .noticias_arrows.prev {
        left: 0; }
      #noticias .div_arrows .noticias_arrows.next {
        right: 0; }
  @media screen and (max-width: 950px) {
    #noticias {
      padding-top: 12rem;
      padding-bottom: 9rem; }
      #noticias h1.titulos {
        font-size: 40px;
        padding-top: 0;
        margin-right: 0;
        text-align: left; }
      #noticias .slick-noticias {
        padding-top: 4rem; }
      #noticias .imagem {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none; }
      #noticias .content {
        padding-top: 4rem;
        text-align: center; }
      #noticias .div_arrows {
        margin-top: 0; } }

#reviews {
  background: #F5F5F5;
  padding: 10rem 0;
  text-align: center; }
  #reviews .icon_logo .icon {
    width: 60px;
    display: block;
    margin: auto;
    position: relative; }
    #reviews .icon_logo .icon svg {
      width: 100%;
      height: 100%; }
      #reviews .icon_logo .icon svg path {
        fill: #fff; }
  #reviews .icon_logo .logo {
    width: 23px;
    position: absolute;
    top: 50%;
    left: 50%;
    /* TRANSFORMS */
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    #reviews .icon_logo .logo svg {
      width: 100%;
      height: 100%; }
      #reviews .icon_logo .logo svg path {
        fill: #808080; }
  #reviews h1 {
    padding-top: 2rem; }
  #reviews .textos {
    padding-top: 2rem;
    max-width: 40rem;
    margin: auto;
    color: #808080; }
  #reviews .div_reviews {
    padding-top: 1rem; }
    #reviews .div_reviews img {
      /* DISPLAY INLINE BLOCK */
      display: inline-block;
      vertical-align: middle; }
    #reviews .div_reviews span {
      /* DISPLAY INLINE BLOCK */
      display: inline-block;
      vertical-align: middle;
      font-style: italic; }
  #reviews a.button {
    margin-top: 4rem;
    color: #000000; }

.news_remover .banners .fill {
  padding-bottom: 15% !important; }

.news_remover .news_cont {
  padding: 6rem 0; }
  .news_remover .news_cont .textos {
    padding: 1rem 0; }
  .news_remover .news_cont .button {
    margin-top: 1rem; }

/* PAGES */
.page-404 {
  /*Positioning*/
  position: fixed;
  top: 0 ;
  left: 0 ;
  width: 100%;
  height: 100%;
  z-index: 10000000; }

.page-404 .container_404,
.manutencao .container_404 {
  position: relative;
  /* DISPLAY INLINE BLOCK */
  display: inline-block;
  vertical-align: top;
  z-index: 999; }
  .page-404 .container_404 .logo_404,
  .manutencao .container_404 .logo_404 {
    margin-bottom: 3rem; }
    .page-404 .container_404 .logo_404 img,
    .manutencao .container_404 .logo_404 img {
      max-width: 200px;
      margin: auto; }
  .page-404 .container_404 h1,
  .manutencao .container_404 h1 {
    /*PAGINAS*/
    color: #000000;
    font-size: 85px;
    font-size: -webkit-calc(( 85px - 30px ) + 30 * (100vw - 350px) / (1920 - 350));
    font-size: -moz-calc(( 85px - 30px ) + 30 * (100vw - 350px) / (1920 - 350));
    font-size: calc(( 85px - 30px ) + 30 * (100vw - 350px) / (1920 - 350));
    line-height: 1;
    font-weight: 700;
    margin-bottom: 0;
    color: white; }
  .page-404 .container_404 h3,
  .manutencao .container_404 h3 {
    /*PAGINAS*/
    color: #000000;
    font-size: 20px;
    line-height: 1.1;
    font-weight: 400;
    margin-top: 1rem;
    color: white; }
  .page-404 .container_404 a.button,
  .manutencao .container_404 a.button {
    margin-top: 3rem; }
  @media screen and (max-width: 950px) {
    .page-404 .container_404 .logo_404 img,
    .manutencao .container_404 .logo_404 img {
      max-width: 180px; } }

/*MENU*/
.area_reservada {
  margin-top: 5rem;
  margin-bottom: 10rem; }
  .area_reservada .area_reservada_menu {
    margin-top: 6rem;
    margin-bottom: 3.5rem; }
    .area_reservada .area_reservada_menu a.links {
      display: block;
      position: relative;
      background: #D0D0D0;
      margin-bottom: 2px;
      padding: 14px 20px; }
      .area_reservada .area_reservada_menu a.links:before {
        position: absolute;
        top: 50%;
        right: 15px;
        font-size: 1.3rem;
        margin-top: -0.65rem; }
      .area_reservada .area_reservada_menu a.links:hover, .area_reservada .area_reservada_menu a.links.sel {
        background: #D3B487;
        color: #fff; }
    .area_reservada .area_reservada_menu a.button {
      margin-left: 2rem; }
  .area_reservada .titles {
    margin-bottom: 3.5rem; }
  .area_reservada .area_reservada_convidar {
    padding-bottom: 5rem; }
  .area_reservada.entrada .area_reservada_menu {
    margin-top: 0; }
  .area_reservada.entrada .listagem {
    /* DIVS PARA FORA DO ECRA */
    display: block;
    width: auto;
    margin: 0 -5px;
    padding-left: 10px; }
  .area_reservada.entrada .area_bloco {
    /* DISPLAY INLINE BLOCK */
    display: inline-block;
    vertical-align: top;
    width: 50%;
    overflow: hidden;
    padding: 0 5px;
    margin-bottom: 10px; }
    .area_reservada.entrada .area_bloco.type1 > div {
      position: relative;
      display: block;
      overflow: hidden; }
    .area_reservada.entrada .area_bloco.type1 figcaption {
      padding: 5rem 2.5rem;
      display: flex; }
      .area_reservada.entrada .area_bloco.type1 figcaption p {
        margin-top: 2rem; }
      .area_reservada.entrada .area_bloco.type1 figcaption a {
        opacity: 1; }
    .area_reservada.entrada .area_bloco.type1:nth-child(2) figcaption {
      align-items: flex-end; }
    .area_reservada.entrada .area_bloco.type1.hoverable picture {
      position: relative;
      /* TRANSFORMS */
      -moz-transform: scale(1.2);
      -o-transform: scale(1.2);
      -ms-transform: scale(1.2);
      -webkit-transform: scale(1.2);
      transform: scale(1.2);
      /* ANIMATIONSCSS */
      -webkit-transition: transform 0.3s linear;
      -ms-transition: transform 0.3s linear;
      -o-transition: transform 0.3s linear;
      -moz-transition: transform 0.3s linear;
      transition: transform 0.3s linear; }
    .area_reservada.entrada .area_bloco.type1.hoverable:hover picture {
      /* TRANSFORMS */
      -moz-transform: scale(1);
      -o-transform: scale(1);
      -ms-transform: scale(1);
      -webkit-transform: scale(1);
      transform: scale(1); }
    .area_reservada.entrada .area_bloco.type1.hoverable:hover a.linker {
      box-shadow: 0px 0px 111px 0px rgba(0, 0, 0, 0.8) inset; }
    .area_reservada.entrada .area_bloco.type2 figure {
      background: #D0D0D0;
      padding: 3rem; }
      .area_reservada.entrada .area_bloco.type2 figure figcaption {
        position: relative;
        height: auto;
        margin-top: 3.5rem; }
        .area_reservada.entrada .area_bloco.type2 figure figcaption h3 {
          color: #000000; }
        .area_reservada.entrada .area_bloco.type2 figure figcaption div.textos {
          /* DIVS COM OVERFLOW */
          display: block;
          overflow: hidden;
          height: 7.5em;
          margin-top: 1rem; }
        .area_reservada.entrada .area_bloco.type2 figure figcaption a.button {
          margin-top: 2rem; }
    .area_reservada.entrada .area_bloco.type3 > .div_100 {
      position: relative;
      padding: 3rem 2rem;
      background: #D3B487;
      z-index: 1; }
      .area_reservada.entrada .area_bloco.type3 > .div_100:before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #000000;
        -webkit-transform-origin: 50% 0%;
        transform-origin: 50% 0%;
        /* TRANSFORMS */
        -moz-transform: scaleY(0);
        -o-transform: scaleY(0);
        -ms-transform: scaleY(0);
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
        /* ANIMATIONSCSS */
        -webkit-transition: transform 0.3s ease-out;
        -ms-transition: transform 0.3s ease-out;
        -o-transition: transform 0.3s ease-out;
        -moz-transition: transform 0.3s ease-out;
        transition: transform 0.3s ease-out; }
    .area_reservada.entrada .area_bloco.type3:hover > .div_100:before {
      /* TRANSFORMS */
      -moz-transform: scaleY(1);
      -o-transform: scaleY(1);
      -ms-transform: scaleY(1);
      -webkit-transform: scaleY(1);
      transform: scaleY(1); }
    .area_reservada.entrada .area_bloco.type1 h2, .area_reservada.entrada .area_bloco.type3 h2 {
      /*PAGINAS*/
      color: #fff;
      font-size: 20px;
      line-height: 1.1;
      font-weight: 400;
      text-transform: uppercase;
      font-style: italic; }
    .area_reservada.entrada .area_bloco.type1 p, .area_reservada.entrada .area_bloco.type3 p {
      /*PAGINAS*/
      color: #fff;
      font-size: 6.5rem;
      font-size: -webkit-calc(( 6.5rem - 25px ) + 25 * (100vw - 350px) / (1920 - 350));
      font-size: -moz-calc(( 6.5rem - 25px ) + 25 * (100vw - 350px) / (1920 - 350));
      font-size: calc(( 6.5rem - 25px ) + 25 * (100vw - 350px) / (1920 - 350));
      line-height: 1.3;
      font-weight: 400; }
  .area_reservada.encomendas .limpar_filtros {
    text-transform: uppercase;
    color: #000000;
    font-size: 13px;
    line-height: 1.2;
    font-weight: 700;
    text-decoration: underline;
    display: block;
    margin-top: 2rem; }
    .area_reservada.encomendas .limpar_filtros:hover {
      color: #D3B487; }
  .area_reservada.encomendas .filter_cont {
    /* DISPLAY INLINE BLOCK */
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
    margin-bottom: 10px;
    background: #D0D0D0;
    min-width: 250px;
    max-width: 420px !important; }
    .area_reservada.encomendas .filter_cont:before {
      /* DISPLAY INLINE BLOCK */
      display: inline-block;
      vertical-align: top;
      font-size: 1.4rem;
      background: #D0D0D0;
      padding: 1.1rem 1.5rem;
      margin-top: 6px;
      float: right; }
    .area_reservada.encomendas .filter_cont .inpt_search,
    .area_reservada.encomendas .filter_cont > a {
      /* DISPLAY INLINE BLOCK */
      display: inline-block;
      vertical-align: top;
      padding: 1.1rem 1.5rem;
      width: calc(100% - 45px); }
  .area_reservada.encomendas .dropdown {
    /* DISPLAY INLINE BLOCK */
    display: inline-block;
    vertical-align: top;
    position: relative;
    z-index: 10; }
    .area_reservada.encomendas .dropdown.menu {
      width: 100%;
      max-width: 420px !important; }
      .area_reservada.encomendas .dropdown.menu .filter_cont {
        width: 100%;
        padding-right: 1rem; }
        .area_reservada.encomendas .dropdown.menu .filter_cont a {
          width: 100%; }
        .area_reservada.encomendas .dropdown.menu .filter_cont label:before, .area_reservada.encomendas .dropdown.menu .filter_cont label:after {
          border-color: #000000; }
        .area_reservada.encomendas .dropdown.menu .filter_cont input {
          border-color: #fff; }
    .area_reservada.encomendas .dropdown .is-dropdown-submenu {
      margin-top: 0; }
      .area_reservada.encomendas .dropdown .is-dropdown-submenu > li {
        padding: 0; }
  .area_reservada.encomendas .filter_container {
    padding: 1.1rem 1.5rem;
    background: #D0D0D0; }
    .area_reservada.encomendas .filter_container .groups:not(:first-child) h1 {
      margin-top: 2.5rem; }
    .area_reservada.encomendas .filter_container .inpt_checkbox {
      padding: 0 5px;
      width: 50%;
      margin: 0;
      margin-top: 1.5rem; }
      .area_reservada.encomendas .filter_container .inpt_checkbox label::before {
        border-color: #000000; }
    .area_reservada.encomendas .filter_container .inpt_cells {
      margin-top: 1.5rem;
      margin-bottom: 0; }
      .area_reservada.encomendas .filter_container .inpt_cells .picker__holder {
        width: 360px; }
      .area_reservada.encomendas .filter_container .inpt_cells .inpt {
        border-color: #000000; }
  .area_reservada.encomendas .custom_table .numero {
    width: 100px; }
  .area_reservada.encomendas .custom_table .produtos {
    width: 100px; }
  .area_reservada.encomendas .custom_table .data {
    width: 150px; }
  .area_reservada.encomendas .custom_table .valor {
    width: 160px; }
  .area_reservada.encomendas .custom_table .detalhe {
    width: 45px; }
    .area_reservada.encomendas .custom_table .detalhe a {
      /* DISPLAY INLINE BLOCK */
      display: inline-block;
      vertical-align: middle; }
  .area_reservada.tickets .tickets_divs {
    border: 1px solid #D0D0D0;
    overflow: hidden;
    margin-bottom: 2rem; }
    .area_reservada.tickets .tickets_divs:last-child {
      margin-bottom: 0; }
    .area_reservada.tickets .tickets_divs .head {
      background: #F5F5F5;
      padding: 1.5rem 2rem; }
      .area_reservada.tickets .tickets_divs .head h3,
      .area_reservada.tickets .tickets_divs .head h5 {
        /* DISPLAY INLINE BLOCK */
        display: inline-block;
        vertical-align: middle; }
      .area_reservada.tickets .tickets_divs .head h3 {
        text-transform: none; }
      .area_reservada.tickets .tickets_divs .head h5 {
        margin-left: 10px; }
    .area_reservada.tickets .tickets_divs .body {
      padding: 1.5rem 2rem; }
      .area_reservada.tickets .tickets_divs .body > h4 {
        margin-bottom: 5px; }
      .area_reservada.tickets .tickets_divs .body > div {
        /* DIVS COM OVERFLOW */
        display: block;
        overflow: hidden;
        max-height: 5.6em; }
      .area_reservada.tickets .tickets_divs .body.full > div {
        max-height: unset; }
    .area_reservada.tickets .tickets_divs .foot {
      padding: 2rem;
      padding-top: 0; }
      .area_reservada.tickets .tickets_divs .foot .ficheiros {
        padding-top: 1.5rem; }
        .area_reservada.tickets .tickets_divs .foot .ficheiros .divs {
          margin-top: 1.5rem; }
          .area_reservada.tickets .tickets_divs .foot .ficheiros .divs i,
          .area_reservada.tickets .tickets_divs .foot .ficheiros .divs span {
            /* DISPLAY INLINE BLOCK */
            display: inline-block;
            vertical-align: middle;
            /* ANIMATIONSCSS */
            -webkit-transition: all 0.3s linear;
            -ms-transition: all 0.3s linear;
            -o-transition: all 0.3s linear;
            -moz-transition: all 0.3s linear;
            transition: all 0.3s linear; }
          .area_reservada.tickets .tickets_divs .foot .ficheiros .divs span {
            max-width: 100%;
            text-transform: lowercase;
            word-wrap: break-word; }
          .area_reservada.tickets .tickets_divs .foot .ficheiros .divs i {
            width: 3rem;
            height: 3rem;
            margin-right: 1.5rem; }
            .area_reservada.tickets .tickets_divs .foot .ficheiros .divs i .st1 {
              fill: #D3B487; }
          .area_reservada.tickets .tickets_divs .foot .ficheiros .divs:hover i {
            opacity: 0.7; }
          .area_reservada.tickets .tickets_divs .foot .ficheiros .divs:hover span {
            color: #D3B487; }
    .area_reservada.tickets .tickets_divs.det .head {
      background: #000000; }
    .area_reservada.tickets .tickets_divs.det .body {
      background: #F5F5F5; }
  .area_reservada.favoritos .filter_cont {
    /* DISPLAY INLINE BLOCK */
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
    margin-bottom: 10px;
    background: #D0D0D0; }
    .area_reservada.favoritos .filter_cont:before {
      /* DISPLAY INLINE BLOCK */
      display: inline-block;
      vertical-align: top;
      font-size: 1.4rem;
      padding: 1.1rem 1.5rem;
      margin-top: 6px;
      float: right; }
    .area_reservada.favoritos .filter_cont .inpt_search,
    .area_reservada.favoritos .filter_cont > a {
      /* DISPLAY INLINE BLOCK */
      display: inline-block;
      vertical-align: top;
      padding: 1.1rem 1.5rem; }
  .area_reservada.favoritos .listagem {
    /* DIVS PARA FORA DO ECRA */
    display: block;
    width: auto;
    margin: 0 -1.5rem; }
  .area_reservada.favoritos .favoritos_login {
    margin-bottom: 2.5rem; }
    .area_reservada.favoritos .favoritos_login a {
      color: #D3B487; }
      .area_reservada.favoritos .favoritos_login a:hover {
        color: #000000; }
  .area_reservada.favoritos .custom_table .data {
    width: 190px; }
  .area_reservada.favoritos .custom_table .valor {
    width: 150px; }
  .area_reservada.favoritos .custom_table .comprar {
    width: 170px; }
  .area_reservada.favoritos .custom_table .detalhe {
    width: 65px; }
    .area_reservada.favoritos .custom_table .detalhe a {
      /* DISPLAY INLINE BLOCK */
      display: inline-block;
      vertical-align: middle; }
  .area_reservada.notificacoes .notificacoes_cont li {
    position: relative; }
    .area_reservada.notificacoes .notificacoes_cont li .noti-wrapper {
      /* DISPLAY INLINE BLOCK */
      display: inline-block;
      vertical-align: middle;
      position: relative;
      width: 8rem;
      height: 3rem;
      cursor: pointer;
      border-radius: 50px;
      overflow: hidden; }
      .area_reservada.notificacoes .notificacoes_cont li .noti-wrapper input[type="checkbox"] {
        /*INPUTS*/
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        cursor: pointer;
        z-index: 5;
        opacity: 1;
        background: #D0D0D0; }
        .area_reservada.notificacoes .notificacoes_cont li .noti-wrapper input[type="checkbox"]:checked {
          background: #5FC333; }
      .area_reservada.notificacoes .notificacoes_cont li .noti-wrapper span {
        position: absolute;
        top: 0;
        left: 0;
        width: 3rem;
        height: 3rem;
        border-radius: 50%;
        background: #fff;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
        z-index: 5;
        pointer-events: none;
        /* TRANSFORMS */
        -moz-transform: scale(0.7);
        -o-transform: scale(0.7);
        -ms-transform: scale(0.7);
        -webkit-transform: scale(0.7);
        transform: scale(0.7);
        /* ANIMATIONSCSS */
        -webkit-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out; }
      .area_reservada.notificacoes .notificacoes_cont li .noti-wrapper input[type="checkbox"]:checked + span {
        left: calc(100% - 3rem); }
    .area_reservada.notificacoes .notificacoes_cont li label {
      /* DISPLAY INLINE BLOCK */
      display: inline-block;
      vertical-align: middle;
      margin-left: 1.5rem; }
  .area_reservada .area_margin {
    margin-top: 8.5rem; }
  .area_reservada .area_reservada_resultados {
    text-align: center;
    padding: 7rem 0; }
  @media screen and (max-width: 1150px) {
    .area_reservada {
      margin-bottom: 7.5rem; } }
  @media screen and (max-width: 950px) {
    .area_reservada .area_reservada_menu {
      margin-top: 0rem; }
    .area_reservada.encomendas .filter_cont {
      width: 100%;
      margin-right: 0; }
      .area_reservada.encomendas .filter_cont > a {
        width: calc(100% - 45px); }
    .area_reservada.encomendas .filter_container {
      margin-top: 43px; }
      .area_reservada.encomendas .filter_container .inpt_checkbox {
        width: 100%;
        padding: 0 !important;
        margin-top: 1rem; }
    .area_reservada.encomendas .dropdown {
      width: 100%;
      max-width: 100%; } }
  @media screen and (max-width: 750px) {
    .area_reservada.entrada .listagem {
      margin: auto;
      padding-left: 0px; }
    .area_reservada.entrada .area_bloco {
      width: 100%;
      padding: 0; }
      .area_reservada.entrada .area_bloco.type1 figcaption {
        padding: 3.5rem 2rem; }
        .area_reservada.entrada .area_bloco.type1 figcaption p {
          margin-top: 1rem; }
      .area_reservada.entrada .area_bloco.type2 figure {
        padding: 2rem; }
        .area_reservada.entrada .area_bloco.type2 figure figcaption {
          margin-top: 2rem; }
    .area_reservada.favoritos .custom_table {
      margin-top: 2rem; } }
  @media screen and (max-width: 550px) {
    .area_reservada.tickets .tickets_divs .head h5 {
      display: block;
      margin-left: 0; }
    .area_reservada.tickets .tickets_divs .body > div {
      max-height: 5rem; } }

#form_outras_moradas .button.cancel,
#form_outras_moradas .button.guardar {
  display: none; }

#form_outras_moradas .button.cancel {
  margin-left: 1rem; }

.carrinho {
  font-size: 10px;
  margin-bottom: 7.5em; }
  .carrinho .carrinho_nav {
    margin-top: 8.5em;
    margin-bottom: 3em;
    border: 1px solid #D0D0D0;
    text-align: center; }
    .carrinho .carrinho_nav li {
      position: relative;
      padding: 0.938em 1.250em;
      color: #808080;
      font-size: 1.6em;
      line-height: 1.750em;
      font-weight: 700; }
      .carrinho .carrinho_nav li:after, .carrinho .carrinho_nav li:before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        width: 0;
        height: 0;
        border-style: solid;
        line-height: 0px;
        border-width: 1.875em 0 1.875em 0.688em;
        z-index: 1; }
      .carrinho .carrinho_nav li:before {
        right: 0;
        border-color: transparent transparent transparent #D0D0D0;
        _border-color: #000000 #000000 #000000 #D0D0D0;
        _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000'); }
      .carrinho .carrinho_nav li:after {
        right: 1px;
        border-color: transparent transparent transparent #fff;
        _border-color: #000000 #000000 #000000 #fff;
        _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000'); }
      .carrinho .carrinho_nav li:last-child:after, .carrinho .carrinho_nav li:last-child:before {
        display: none; }
      .carrinho .carrinho_nav li.active {
        color: #000000; }
  .carrinho em {
    font-style: normal; }
  @media screen and (max-width: 1150px) {
    .carrinho {
      /*1150px para baixo*/
      font-size: 9px; } }
  @media screen and (max-width: 950px) {
    .carrinho {
      /*950px para baixo*/ }
      .carrinho .carrinho_nav {
        margin-top: 5em; }
        .carrinho .carrinho_nav li {
          display: none; }
          .carrinho .carrinho_nav li:after, .carrinho .carrinho_nav li:before {
            display: none; }
          .carrinho .carrinho_nav li.active {
            display: block;
            background-color: #D0D0D0; }
      .carrinho .carrinho_btn img {
        max-width: 25px;
        margin-right: 10px; } }

/*STEP 1*/
.carrinho_list .head {
  border: 1px solid #D0D0D0;
  padding: 1em 1.5em; }
  .carrinho_list .head h3 {
    color: #000000;
    font-size: 1.6em;
    line-height: 1.333em;
    font-weight: 700;
    text-transform: uppercase; }

.carrinho_list .body {
  border: 1px solid #D0D0D0;
  border-top: 0;
  padding: 1.5em; }
  .carrinho_list .body .image {
    /* DISPLAY INLINE BLOCK */
    display: inline-block;
    vertical-align: middle;
    /* the image height determines the height of the list item - in this case height = width */
    width: 7.5em;
    height: 7.5em;
    /* ANIMATIONSCSS */
    -webkit-transition: opacity 0.3s linear;
    -ms-transition: opacity 0.3s linear;
    -o-transition: opacity 0.3s linear;
    -moz-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear; }
    .carrinho_list .body .image:hover {
      opacity: 0.7; }
  .carrinho_list .body .info {
    /* DISPLAY INLINE BLOCK */
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: calc(100% - 7.5em);
    padding-left: 5em;
    /* ANIMATIONSCSS */
    -webkit-transition: opacity 0.3s linear;
    -ms-transition: opacity 0.3s linear;
    -o-transition: opacity 0.3s linear;
    -moz-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear; }
    .carrinho_list .body .info .name,
    .carrinho_list .body .info .ref {
      /* truncate title with dots if too long */
      display: block;
      width: 100%;
      /*white-space: nowrap;
				text-overflow: ellipsis;
				overflow: hidden;*/
      font-weight: 400; }
    .carrinho_list .body .info .name {
      color: #000000;
      font-size: 1.5em;
      line-height: 1.286em;
      font-weight: 700; }
    .carrinho_list .body .info .ref {
      color: #808080;
      font-size: 1.3em;
      line-height: 1.167em;
      margin-bottom: 1em; }
    .carrinho_list .body .info .options {
      display: block;
      width: 100%;
      color: #000000;
      font-size: 1.3em;
      line-height: 1.5em;
      font-weight: 400; }
    .carrinho_list .body .info .options.destaque {
      font-size: 1.35em; }
    .carrinho_list .body .info .options.margin {
      margin-bottom: 0.5em; }
    .carrinho_list .body .info:hover {
      opacity: 0.7; }
  .carrinho_list .body .quantidades {
    width: 13em;
    margin: auto;
    position: relative;
    text-align: center; }
    .carrinho_list .body .quantidades input {
      /* DISPLAY INLINE BLOCK */
      display: inline-block;
      vertical-align: middle;
      width: 4.286em;
      height: 35px;
      border-top: 1px solid #D0D0D0;
      border-bottom: 1px solid #D0D0D0;
      color: #000000;
      font-size: 1.4em;
      line-height: 2.357em;
      font-weight: 700;
      text-align: center;
      border-radius: 0px !important; }
    .carrinho_list .body .quantidades .qtd_inc {
      /* DISPLAY INLINE BLOCK */
      display: inline-block;
      vertical-align: middle;
      width: 2.188em;
      height: 35px;
      cursor: pointer;
      color: #000000;
      font-size: 1.6em;
      line-height: 2.063em;
      font-weight: 700;
      border: 1px solid #D0D0D0; }
      .carrinho_list .body .quantidades .qtd_inc.menos {
        border-radius: 50px 0 0 50px; }
      .carrinho_list .body .quantidades .qtd_inc.mais {
        border-radius: 0 50px 50px 0; }
      .carrinho_list .body .quantidades .qtd_inc:hover {
        color: #D0D0D0; }
  .carrinho_list .body .preco_col {
    text-align: center; }
    .carrinho_list .body .preco_col .price {
      /* DISPLAY INLINE BLOCK */
      display: inline-block;
      vertical-align: top;
      color: #000000;
      font-size: 1.7em;
      line-height: 1em;
      font-weight: 400; }
      .carrinho_list .body .preco_col .price em {
        font-style: normal; }
    .carrinho_list .body .preco_col .price_comps {
      margin-top: 1em;
      font-weight: 400; }
      .carrinho_list .body .preco_col .price_comps span {
        /* DISPLAY INLINE BLOCK */
        display: inline-block;
        vertical-align: top;
        color: #FF0000;
        font-size: 1.4em;
        line-height: 1.250em;
        margin-right: 2em;
        text-decoration: line-through; }
      .carrinho_list .body .preco_col .price_comps p {
        /* DISPLAY INLINE BLOCK */
        display: inline-block;
        vertical-align: top;
        color: #000000;
        font-size: 1.4em;
        line-height: 1.250em; }
      .carrinho_list .body .preco_col .price_comps em {
        font-style: normal; }

.carrinho_list .carrinho-delete {
  /* DISPLAY INLINE BLOCK */
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 1.5em;
  height: 1.5em;
  overflow: hidden;
  color: #D3B487; }
  .carrinho_list .carrinho-delete::before, .carrinho_list .carrinho-delete::after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 0.3em;
    width: 100%;
    background-color: currentColor;
    position: absolute;
    top: 50%;
    left: 0%;
    margin-top: -0.15em;
    border-radius: 5px; }
  .carrinho_list .carrinho-delete::before {
    /* TRANSFORMS */
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }
  .carrinho_list .carrinho-delete::after {
    /* TRANSFORMS */
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  .carrinho_list .carrinho-delete:hover {
    color: rgba(211, 180, 135, 0.6); }

.carrinho_list .info_divs {
  position: relative;
  padding: 1em 1.5em;
  border-bottom: 1px solid #D0D0D0; }
  .carrinho_list .info_divs input[type="checkbox"] {
    /*INPUTS*/
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    z-index: 5;
    cursor: pointer; }
  .carrinho_list .info_divs input[type="text"] {
    /* DISPLAY INLINE BLOCK */
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    max-width: 15em;
    color: #000000;
    font-size: 1.5em;
    line-height: 1.667em;
    font-weight: 400;
    padding: 0.333em 1em;
    border-radius: 50px;
    border: 1px solid #D0D0D0; }
    .carrinho_list .info_divs input[type="text"]:disabled {
      border: 1px solid transparent; }
  .carrinho_list .info_divs h3 {
    /* DISPLAY INLINE BLOCK */
    display: inline-block;
    vertical-align: middle;
    color: #D3B487;
    font-size: 1.6em;
    line-height: 4.286em;
    font-weight: 400;
    padding-right: 1.071em; }
    .carrinho_list .info_divs h3.big {
      color: #000000;
      font-size: 2em;
      line-height: 3em;
      font-weight: 700;
      padding-right: 0; }
  .carrinho_list .info_divs label {
    display: block;
    position: relative; }
    .carrinho_list .info_divs label:before {
      content: '';
      display: block;
      /* ANIMATIONSCSS */
      -webkit-transition: all 0.3s linear;
      -ms-transition: all 0.3s linear;
      -o-transition: all 0.3s linear;
      -moz-transition: all 0.3s linear;
      transition: all 0.3s linear;
      position: absolute;
      top: 50%;
      right: 0px;
      width: 1.5em;
      height: 1.5em;
      border: 1px solid #D0D0D0;
      background: transparent;
      /* TRANSFORMS */
      -moz-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%); }
    .carrinho_list .info_divs label:after {
      content: '';
      display: block;
      /* ANIMATIONSCSS */
      -webkit-transition: all 0.3s linear;
      -ms-transition: all 0.3s linear;
      -o-transition: all 0.3s linear;
      -moz-transition: all 0.3s linear;
      transition: all 0.3s linear;
      position: absolute;
      top: 50%;
      right: 1px;
      width: 9px;
      height: 5px;
      margin-top: -1px;
      border: 2px solid #D3B487;
      border-top: none;
      border-right: none;
      opacity: 0;
      visibility: hidden;
      /* TRANSFORMS */
      -moz-transform: rotate(-45deg) translateY(-50%);
      -o-transform: rotate(-45deg) translateY(-50%);
      -ms-transform: rotate(-45deg) translateY(-50%);
      -webkit-transform: rotate(-45deg) translateY(-50%);
      transform: rotate(-45deg) translateY(-50%); }
    .carrinho_list .info_divs label h3 {
      padding-right: 2.142em; }
  .carrinho_list .info_divs input[type="checkbox"]:checked + label:after {
    opacity: 1;
    visibility: visible; }
  .carrinho_list .info_divs span {
    color: #D3B487;
    font-size: 1.5em;
    line-height: 1em;
    font-weight: 400; }
    .carrinho_list .info_divs span.big {
      font-size: 2em;
      line-height: 1em;
      font-weight: 400; }
  .carrinho_list .info_divs p {
    color: rgba(0, 0, 0, 0.7);
    font-size: 1.2em;
    line-height: 1em;
    font-weight: 400; }
  .carrinho_list .info_divs button {
    display: block;
    width: 100%;
    max-width: 8em;
    margin: auto;
    color: #fff;
    font-size: 1.5em;
    line-height: 1.667em;
    font-weight: 400;
    background: #D0D0D0;
    padding: 0.333em 1em;
    border-radius: 0px;
    border: 1px solid #D0D0D0;
    cursor: pointer; }
    .carrinho_list .info_divs button:hover {
      background: #D3B487; }

.carrinho_list .extras_divs .column {
  background: #D0D0D0;
  border-bottom: 1px solid #fff;
  padding: 0.667em 1em !important;
  color: #fff;
  font-size: 1.5em;
  line-height: 1.267em;
  font-weight: 400; }
  .carrinho_list .extras_divs .column:last-child {
    border-bottom: 0; }

.carrinho_list .carrinho_vazio {
  display: block;
  width: 100%;
  height: 100%;
  padding: 4em 2em;
  text-align: center; }
  .carrinho_list .carrinho_vazio i {
    display: block;
    margin: auto;
    width: 64px;
    height: 64px;
    background: url("../imgs/carrinho/empty.svg") no-repeat center;
    background-size: cover; }
  .carrinho_list .carrinho_vazio h4 {
    font-size: 1.3em;
    line-height: 1.231em;
    font-weight: 400;
    color: #94989d;
    margin-top: 1.923em; }
  .carrinho_list .carrinho_vazio a {
    margin-top: 1.5em; }

@media screen and (max-width: 950px) {
  .carrinho_list {
    /*950px para baixo*/ }
    .carrinho_list .body .info {
      /*ESPECIFICO BERCI - DESCOMENTAR
				& .options{
					@include displayInline(bottom);
					width:auto;
					margin-right:5px;
				
					&:after{
						content:',';
						@include displayInline(bottom);
						position: relative;
						left:-3px;
						top:2px;
						
						color: $primary-color;
						font-size: 1.4em;
						line-height: 1.429em;
						font-weight: 400;
					}	
					&:last-child{
						margin-right:0;
						
						&:after{
							display:none;
						}
					}
				}
				ESPECIFICO BERCI - DESCOMENTAR*/ }
    .carrinho_list .body .quantidades {
      margin-left: 12.5em; }
    .carrinho_list .info_divs input[type="text"] {
      max-width: 6em;
      font-size: 1.3em;
      line-height: 1.385em;
      padding: 0.333em 0.769em; }
    .carrinho_list .info_divs button {
      max-width: 6em;
      font-size: 1.3em;
      line-height: 1.385em; } }

@media screen and (max-width: 750px) {
  .carrinho_list {
    /*750px para baixo*/
    /* 		& .info_divs .column,
		& .extras_divs .column{
			text-align:left !important;
		}
		 */ }
    .carrinho_list .body .image {
      width: 5em;
      height: 5em; }
    .carrinho_list .body .info {
      width: calc(100% - 5em);
      padding-left: 2.5em; }
    .carrinho_list .body .quantidades {
      margin-left: 7.5em;
      width: auto;
      text-align: left;
      margin-top: 1.5rem; }
    .carrinho_list .body .column:last-child {
      text-align: right !important; }
    .carrinho_list .info_divs .column {
      display: inline-block;
      vertical-align: top;
      width: auto;
      flex: unset;
      max-width: 100%;
      padding-left: 1.5em !important; }
      .carrinho_list .info_divs .column:first-child {
        padding-left: 0; }
    .carrinho_list .info_divs h3.big {
      width: 3em; } }

@media screen and (max-width: 555px) {
  .carrinho_list {
    /*555px para baixo*/ }
    .carrinho_list .body {
      padding-right: 3.5em; }
      .carrinho_list .body .preco_col {
        padding-left: 7.5em;
        margin-top: 1.5em;
        /* DISPLAY INLINE BLOCK */
        display: inline-block;
        vertical-align: top;
        text-align: left; }
      .carrinho_list .body .column:last-child {
        text-align: left !important; }
        .carrinho_list .body .column:last-child .carrinho-delete {
          position: absolute;
          top: 1.5em;
          right: 1.5em; } }

/*STEP 2*/
.comprar_tit {
  color: #D3B487;
  font-size: 1.6em;
  line-height: 1.750em;
  font-weight: 700; }
  .comprar_tit.marg {
    margin-bottom: 0.625em; }

.comprar .info_cont {
  border-top: 1px solid #D0D0D0;
  border-left: 1px solid #D0D0D0; }
  .comprar .info_cont > .column {
    padding: 3.5em !important;
    border-bottom: 1px solid #D0D0D0;
    border-right: 1px solid #D0D0D0; }
    .comprar .info_cont > .column .head {
      margin-bottom: 1.5em; }
      .comprar .info_cont > .column .head h3 {
        /* DISPLAY INLINE BLOCK */
        display: inline-block;
        vertical-align: middle;
        width: calc(100% - 3.750em); }
      .comprar .info_cont > .column .head .edit_btn {
        /* DISPLAY INLINE BLOCK */
        display: inline-block;
        vertical-align: middle;
        width: 5em;
        color: #808080;
        font-size: 1.2em;
        line-height: 1em;
        font-weight: 400; }
        .comprar .info_cont > .column .head .edit_btn i {
          /* DISPLAY INLINE BLOCK */
          display: inline-block;
          vertical-align: middle;
          width: 1.333em;
          height: 1.333em;
          margin-left: 0.417em; }
          .comprar .info_cont > .column .head .edit_btn i .cls-1 {
            fill: currentColor; }
        .comprar .info_cont > .column .head .edit_btn:hover {
          color: #D3B487; }
    .comprar .info_cont > .column .dados {
      padding: 2.5em;
      background: #fff;
      border: 1px solid rgba(211, 180, 135, 0.2);
      box-shadow: 0px 0px 15px 0px rgba(211, 180, 135, 0.3); }
      .comprar .info_cont > .column .dados p {
        color: #000000;
        font-size: 1.3em;
        line-height: 1.385em;
        font-weight: 400; }
        .comprar .info_cont > .column .dados p.marg {
          margin-top: 1.538em; }
    .comprar .info_cont > .column .pagamentos_divs {
      position: relative;
      margin-bottom: 1em; }
      .comprar .info_cont > .column .pagamentos_divs.pickme:first-child {
        margin-top: 1em; }
      .comprar .info_cont > .column .pagamentos_divs #div_mbway {
        margin-top: 1em;
        position: relative;
        z-index: 10; }
      .comprar .info_cont > .column .pagamentos_divs input[type="radio"] {
        /*INPUTS*/
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        cursor: pointer;
        z-index: 5;
        cursor: pointer; }
      .comprar .info_cont > .column .pagamentos_divs label {
        display: block;
        padding: 1em;
        border: 1px solid #D0D0D0; }
        .comprar .info_cont > .column .pagamentos_divs label:before {
          content: '';
          display: block;
          /* ANIMATIONSCSS */
          -webkit-transition: all 0.3s linear;
          -ms-transition: all 0.3s linear;
          -o-transition: all 0.3s linear;
          -moz-transition: all 0.3s linear;
          transition: all 0.3s linear;
          position: absolute;
          top: 2.4em;
          left: 1em;
          width: 1.3em;
          height: 1.3em;
          border: 1px solid #D0D0D0;
          background: transparent;
          border-radius: 50px; }
        .comprar .info_cont > .column .pagamentos_divs label:after {
          content: '';
          display: block;
          /* ANIMATIONSCSS */
          -webkit-transition: all 0.3s linear;
          -ms-transition: all 0.3s linear;
          -o-transition: all 0.3s linear;
          -moz-transition: all 0.3s linear;
          transition: all 0.3s linear;
          position: absolute;
          top: 3em;
          left: 0px;
          left: 1.2em;
          width: 0.9em;
          height: 0.9em;
          background: #D3B487;
          border-radius: 50px;
          opacity: 0;
          visibility: hidden;
          /* TRANSFORMS */
          -moz-transform: translateY(-50%);
          -o-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }
      .comprar .info_cont > .column .pagamentos_divs span {
        /* DISPLAY INLINE BLOCK */
        display: inline-block;
        vertical-align: middle;
        width: calc(100% - 8em);
        color: #000000;
        font-size: 1.3em;
        line-height: 1em;
        font-weight: 400;
        padding: 0.846em 0;
        padding-left: 2.308em; }
      .comprar .info_cont > .column .pagamentos_divs .img {
        /* DISPLAY INLINE BLOCK */
        display: inline-block;
        vertical-align: middle;
        width: 8em;
        padding-left: 3em; }
        .comprar .info_cont > .column .pagamentos_divs .img + span {
          padding: 0;
          padding-left: 1em; }
      .comprar .info_cont > .column .pagamentos_divs .desc {
        color: #000000;
        font-size: 1.3em;
        line-height: 1.385em;
        font-weight: 400;
        text-align: left;
        opacity: 0;
        visibility: hidden;
        height: 0;
        transition: opacity 0.3s, visibility 0.3s, height 0.3s ease-in-out; }
      .comprar .info_cont > .column .pagamentos_divs #pickme {
        padding-left: 3rem;
        position: relative;
        z-index: 10; }
        .comprar .info_cont > .column .pagamentos_divs #pickme select {
          display: block;
          width: 100%;
          color: #000000;
          font-size: 1.3em;
          line-height: 1.385em;
          font-weight: 400;
          background: #fff;
          border: 1px solid rgba(211, 180, 135, 0.2);
          padding: 0.769em 1.154em;
          padding-right: 2.308em;
          margin-bottom: 1.154em;
          -webkit-appearance: none;
          -moz-appearance: none; }
          appearance:none
.comprar .info_cont > .column .pagamentos_divs #pickme select::-ms-expand {
            display: none; }
          .comprar .info_cont > .column .pagamentos_divs #pickme select:focus {
            box-shadow: 0px 0px 15px 0px rgba(211, 180, 135, 0.3); }
        .comprar .info_cont > .column .pagamentos_divs #pickme:after {
          content: '';
          display: block;
          /* ANIMATIONSCSS */
          -webkit-transition: all 0.3s linear;
          -ms-transition: all 0.3s linear;
          -o-transition: all 0.3s linear;
          -moz-transition: all 0.3s linear;
          transition: all 0.3s linear;
          display: inline-block;
          vertical-align: top;
          position: absolute;
          top: 1.3em;
          right: 1.3em;
          border: solid #000000;
          border-width: 0 3px 3px 0;
          padding: 3px;
          /* TRANSFORMS */
          -moz-transform: rotate(45deg);
          -o-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
          -webkit-transform: rotate(45deg);
          transform: rotate(45deg); }
      .comprar .info_cont > .column .pagamentos_divs input:checked + label {
        box-shadow: 0px 0px 15px 0px rgba(211, 180, 135, 0.3); }
        .comprar .info_cont > .column .pagamentos_divs input:checked + label:after {
          opacity: 1;
          visibility: visible; }
        .comprar .info_cont > .column .pagamentos_divs input:checked + label .desc {
          opacity: 1;
          visibility: visible;
          height: auto;
          padding: 0.769em 0;
          padding-left: 2.308em; }
      .comprar .info_cont > .column .pagamentos_divs input.has-error + label {
        box-shadow: 0px 0px 15px 0px rgba(211, 180, 135, 0.3); }
  .comprar .info_cont .comprar_morada_envio {
    color: #000000;
    font-size: 14px;
    margin-bottom: 10px;
    margin-top: 20px; }

.comprar .termos {
  border: 1px solid #D0D0D0;
  border-top: 0;
  /* padding-top:2.5em;
		padding-bottom:2em; */
  /* 		& input.has-error + label:before{
		 	box-shadow: 0px 0px 15px 0px rgba($secondary-color, 0.5); 
			border-color: $error-color;
		} */ }
  .comprar .termos input[type="checkbox"] {
    /*INPUTS*/
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    z-index: 5;
    cursor: pointer; }
  .comprar .termos h3 {
    /* DISPLAY INLINE BLOCK */
    display: inline-block;
    vertical-align: top;
    color: #000000;
    font-size: 1.4em;
    line-height: 1.2em;
    font-weight: 400;
    padding-left: 2em; }
    .comprar .termos h3 a {
      /* DISPLAY INLINE BLOCK */
      display: inline-block;
      vertical-align: top;
      position: relative;
      z-index: 10;
      color: #D3B487; }
      .comprar .termos h3 a:hover {
        color: #000000; }
  .comprar .termos label {
    display: block;
    position: relative;
    padding: 2.5rem; }
    .comprar .termos label:before {
      content: '';
      display: block;
      /* ANIMATIONSCSS */
      -webkit-transition: all 0.3s linear;
      -ms-transition: all 0.3s linear;
      -o-transition: all 0.3s linear;
      -moz-transition: all 0.3s linear;
      transition: all 0.3s linear;
      position: absolute;
      top: 50%;
      left: 2.5rem;
      width: 18px;
      height: 18px;
      border: 1px solid #808080;
      background: transparent;
      /* TRANSFORMS */
      -moz-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%); }
    .comprar .termos label:after {
      content: '';
      display: block;
      /* ANIMATIONSCSS */
      -webkit-transition: all 0.3s linear;
      -ms-transition: all 0.3s linear;
      -o-transition: all 0.3s linear;
      -moz-transition: all 0.3s linear;
      transition: all 0.3s linear;
      position: absolute;
      top: 50%;
      left: 3rem;
      width: 10px;
      height: 5px;
      margin-top: -1px;
      border: 2px solid #D3B487;
      border-top: none;
      border-right: none;
      opacity: 0;
      visibility: hidden;
      /* TRANSFORMS */
      -moz-transform: rotate(-45deg) translateY(-50%);
      -o-transform: rotate(-45deg) translateY(-50%);
      -ms-transform: rotate(-45deg) translateY(-50%);
      -webkit-transform: rotate(-45deg) translateY(-50%);
      transform: rotate(-45deg) translateY(-50%); }
  .comprar .termos input[type="checkbox"]:checked + label:after {
    opacity: 1;
    visibility: visible; }
  .comprar .termos input.has-error + label {
    background-color: rgba(255, 0, 0, 0.3); }

.comprar.disabled .info_cont > .column .head h3 {
  width: 100%; }

.comprar.disabled .info_cont > .column .dados {
  padding: 0;
  border: 0;
  box-shadow: none; }

.comprar.disabled .info_cont > .column .pagamentos_divs {
  margin-bottom: 0; }
  .comprar.disabled .info_cont > .column .pagamentos_divs label {
    padding: 0;
    border: 0; }
    .comprar.disabled .info_cont > .column .pagamentos_divs label:before, .comprar.disabled .info_cont > .column .pagamentos_divs label:after {
      display: none; }
  .comprar.disabled .info_cont > .column .pagamentos_divs span {
    width: calc(100% - 5em); }
  .comprar.disabled .info_cont > .column .pagamentos_divs .img {
    width: 5em;
    padding-left: 0; }
    .comprar.disabled .info_cont > .column .pagamentos_divs .img + span {
      padding: 0;
      padding-left: 1em; }
  .comprar.disabled .info_cont > .column .pagamentos_divs .desc {
    opacity: 1;
    visibility: visible;
    height: auto;
    padding: 0.769em 0; }

.comprar .comprar_resumo {
  /* MARGENS LATERAIS */
  /* MARGENS HELPER */
  padding-left: 20px ; }
  @media screen and (min-width: 951px) {
    .comprar .comprar_resumo {
      /* MARGENS HELPER */
      padding-left: 25px ; } }
  @media screen and (min-width: 1581px) {
    .comprar .comprar_resumo {
      /* MARGENS HELPER */
      padding-left: 45px ; } }
  @media screen and (min-width: 1926px) {
    .comprar .comprar_resumo {
      /* MARGENS HELPER */
      padding-left: 100px ; } }
  .comprar .comprar_resumo h3 {
    padding: 0.625em 0.938em;
    border: 1px solid #D0D0D0;
    border-bottom: 0; }
  .comprar .comprar_resumo ul {
    border: 1px solid #D0D0D0; }
  .comprar .comprar_resumo .comprar_totais {
    border: 1px solid #D0D0D0;
    border-top: 0;
    padding: 2em 1.5em;
    padding-bottom: 3em; }
    .comprar .comprar_resumo .comprar_totais .column {
      color: #000000;
      font-size: 1.2em;
      line-height: 1em;
      font-weight: 400;
      margin-bottom: 0.833em; }
      .comprar .comprar_resumo .comprar_totais .column.big {
        font-size: 1.5em;
        margin-bottom: 0;
        margin-top: 0.667em; }
      .comprar .comprar_resumo .comprar_totais .column:nth-child(2) {
        font-weight: 700; }
        .comprar .comprar_resumo .comprar_totais .column:nth-child(2) strong {
          color: #D3B487; }
  .comprar .comprar_resumo .comprar_extras {
    background: #D0D0D0;
    border-bottom: 1px solid #fff;
    padding: 0.833em 1.250em;
    color: #fff;
    font-size: 1.2em;
    line-height: 1em;
    font-weight: 400; }

.comprar .buttons_marg {
  margin-top: 5em; }

@media screen and (max-width: 1150px) {
  .comprar .info_cont > .column {
    padding: 2em !important;
    padding-bottom: 5em !important; } }

@media screen and (max-width: 950px) {
  .comprar .comprar_resumo {
    padding-left: 0;
    margin: 6em 0; } }

@media screen and (max-width: 750px) {
  .comprar .info_cont {
    border-top: 0;
    border-left: 0; }
    .comprar .info_cont > .column {
      border-left: 1px solid #D0D0D0; }
      .comprar .info_cont > .column:nth-child(1), .comprar .info_cont > .column:nth-child(3) {
        border-top: 1px solid #D0D0D0;
        border-bottom: 0; }
      .comprar .info_cont > .column:nth-child(2) {
        margin-bottom: 6em; } }

.edit_modal {
  font-size: 10px;
  padding: 2.5em; }
  .edit_modal .select_holder {
    position: relative; }
    .edit_modal .select_holder select {
      padding-right: 2.308em; }
    .edit_modal .select_holder:after {
      content: '';
      display: block;
      /* ANIMATIONSCSS */
      -webkit-transition: all 0.3s linear;
      -ms-transition: all 0.3s linear;
      -o-transition: all 0.3s linear;
      -moz-transition: all 0.3s linear;
      transition: all 0.3s linear;
      display: inline-block;
      vertical-align: top;
      position: absolute;
      top: 1.3em;
      right: 1.3em;
      border: solid #000000;
      border-width: 0 3px 3px 0;
      padding: 3px;
      /* TRANSFORMS */
      -moz-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg); }
  .edit_modal button {
    display: block;
    width: 100%;
    color: #fff;
    font-size: 1.6em;
    line-height: 1.563em;
    font-weight: 700;
    padding: 1.250em;
    background: #D3B487;
    text-align: center;
    cursor: pointer; }
    .edit_modal button:hover {
      color: #fff;
      background: #000000; }

.carrinho_modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100005;
  background-color: rgba(0, 0, 0, 0.45);
  overflow-y: scroll;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  /* ANIMATIONSCSS */
  -webkit-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear; }
  .carrinho_modal.active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto; }
  .carrinho_modal .modal {
    position: relative;
    width: 600px;
    max-width: 100%;
    height: auto;
    min-height: auto;
    margin: 50px auto;
    top: 0 !important;
    border: 0;
    z-index: 100006;
    padding: 0rem;
    border: 1px solid #94989d;
    border-radius: 0;
    background-color: #fff;
    overflow-y: auto;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }

/*COMPRAR 4*/
.carrinho_finalize {
  max-width: 780px;
  margin: auto;
  text-align: center; }
  .carrinho_finalize .info .checkmark {
    display: block;
    position: relative;
    margin: auto;
    width: 13em;
    height: 13em;
    border-radius: 50%;
    margin-bottom: 5.5em;
    stroke-width: 2;
    stroke: #fff;
    stroke-miterlimit: 10;
    box-shadow: inset 0px 0px 0px #5FC333;
    animation: fill .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both; }
    .carrinho_finalize .info .checkmark .checkmark_circle {
      stroke-dasharray: 166;
      stroke-dashoffset: 166;
      stroke-width: 2;
      stroke-miterlimit: 10;
      stroke: #5FC333;
      fill: none;
      animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards; }
    .carrinho_finalize .info .checkmark .checkmark_check {
      transform-origin: 50% 50%;
      stroke-dasharray: 48;
      stroke-dashoffset: 48;
      animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards; }
  .carrinho_finalize .info > h1 {
    color: #000000;
    font-size: 2.3em;
    line-height: 1.2em;
    font-weight: 700;
    margin-bottom: 2.667em; }
  .carrinho_finalize .info > .dados {
    border: 1px solid #D0D0D0;
    border-top: 0;
    padding: 3.5em;
    padding-bottom: 5em; }
    .carrinho_finalize .info > .dados:first-of-type {
      border-top: 1px solid #D0D0D0; }
    .carrinho_finalize .info > .dados .img {
      /* DISPLAY INLINE BLOCK */
      display: inline-block;
      vertical-align: top;
      width: 5em; }
    .carrinho_finalize .info > .dados .txt {
      /* DISPLAY INLINE BLOCK */
      display: inline-block;
      vertical-align: top;
      width: calc(100% - 5em);
      padding-left: 2.5em;
      text-align: left; }
      .carrinho_finalize .info > .dados .txt > span {
        display: block;
        color: #D3B487;
        font-size: 1.6em;
        line-height: 1.750em;
        font-weight: 700; }
      .carrinho_finalize .info > .dados .txt .desc {
        margin-top: 2.308em; }
  .carrinho_finalize .info .desc {
    color: #000000;
    font-size: 1.3em;
    line-height: 1.385em;
    font-weight: 400;
    text-align: left; }
  .carrinho_finalize .info > h4 {
    color: #000000;
    font-size: 1.5em;
    line-height: 1.2em;
    font-weight: 700;
    margin-top: 4.667em;
    margin-bottom: 3.333em; }
  .carrinho_finalize .info .button {
    margin-top: 15px; }
  @media screen and (max-width: 750px) {
    .carrinho_finalize .info .checkmark {
      margin-top: 5em; } }
  @media screen and (max-width: 750px) {
    .carrinho_finalize .info .checkmark {
      width: 9em;
      height: 9em; }
    .carrinho_finalize .info > .dados .txt {
      width: 100%;
      padding-left: 0em;
      padding-top: 2.5em; } }

/*HELPERS*/
.carrinho_inpt {
  display: block;
  width: 100%;
  color: #000000;
  font-size: 1.3em;
  line-height: 1.385em;
  font-weight: 400;
  background: #fff;
  border: 1px solid rgba(211, 180, 135, 0.2);
  padding: 0.769em 1.154em;
  margin-bottom: 1.154em;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }
  textarea.carrinho_inpt {
    height: 80px; }
  .carrinho_inpt::-ms-expand {
    display: none; }
  .carrinho_inpt:focus {
    box-shadow: 0px 0px 15px 0px rgba(211, 180, 135, 0.3); }
  .carrinho_inpt.has-error {
    border: 1px solid rgba(255, 0, 0, 0.5); }

.carrinho_btn {
  display: block;
  width: 100%;
  color: #fff;
  font-size: 1.6em;
  line-height: 1.563em;
  font-weight: 700;
  padding: 1.250em;
  background: #D3B487;
  text-align: center;
  cursor: pointer; }
  .carrinho_btn.disabled {
    background: rgba(211, 180, 135, 0.5); }
  .carrinho_btn.reverse {
    background: #D0D0D0; }
  .carrinho_btn img {
    /* DISPLAY INLINE BLOCK */
    display: inline-block;
    vertical-align: middle;
    max-width: 35px;
    margin-top: -2px;
    margin-right: 15px; }
  .carrinho_btn:hover {
    color: #fff;
    background: #000000; }

@media screen and (max-width: 950px) {
  .carrinho_btn_continuar {
    order: 1; } }

@media screen and (max-width: 950px) {
  .carrinho_btn_voltar {
    order: 2; } }

/*HANDLES GENERAL CLASSES*/
.carrinho_resumo {
  /*LISTAGEM DE PRODUTOS PARA DROPDOWM; COMPRAR; COMPRAR2*/
  display: block;
  position: relative; }
  .carrinho_resumo li {
    position: relative;
    padding: 1.5rem;
    opacity: 0;
    /* TRANSFORMS */
    -moz-transform: translateX(80px);
    -o-transform: translateX(80px);
    -ms-transform: translateX(80px);
    -webkit-transform: translateX(80px);
    transform: translateX(80px);
    /* ANIMATIONSCSS */
    -webkit-transition: opacity 0s 0.2s, transform 0s 0.2s;
    -ms-transition: opacity 0s 0.2s, transform 0s 0.2s;
    -o-transition: opacity 0s 0.2s, transform 0s 0.2s;
    -moz-transition: opacity 0s 0.2s, transform 0s 0.2s;
    transition: opacity 0s 0.2s, transform 0s 0.2s; }
    .carrinho_resumo li:not(:last-of-type) {
      border-bottom: 1px solid #efefef; }
    .carrinho_resumo li .image {
      /* DISPLAY INLINE BLOCK */
      display: inline-block;
      vertical-align: top;
      width: 7.5rem;
      height: 5rem;
      background-position: left center; }
      .carrinho_resumo li .image:hover {
        opacity: 0.7; }
    .carrinho_resumo li .details {
      /* DISPLAY INLINE BLOCK */
      display: inline-block;
      vertical-align: top;
      position: relative;
      width: calc( (100% - 7.5rem) - 2.8rem);
      padding: 0 1.5rem; }
      .carrinho_resumo li .details.full {
        width: calc(100% - 7.5rem); }
      .carrinho_resumo li .details .name {
        /* truncate title with dots if too long */
        display: block;
        width: 100%;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        /*PAGINAS*/
        color: #000000;
        font-size: 14px;
        line-height: 26px;
        font-weight: 600;
        text-transform: none; }
        .carrinho_resumo li .details .name:hover {
          color: #D3B487; }
      .carrinho_resumo li .details .options {
        display: block;
        width: 100%;
        color: #94989d;
        font-size: 1.1rem;
        line-height: 1.3rem;
        font-weight: 400;
        margin-bottom: 1rem; }
      .carrinho_resumo li .details .quantity-item {
        /* DISPLAY INLINE BLOCK */
        display: inline-block;
        vertical-align: top;
        width: 6rem;
        position: relative; }
        .carrinho_resumo li .details .quantity-item label {
          /* DISPLAY INLINE BLOCK */
          display: inline-block;
          vertical-align: top;
          color: #94989d;
          font-size: 1.3rem;
          line-height: 1.6rem;
          font-weight: 400; }
          .carrinho_resumo li .details .quantity-item label:after {
            content: '';
            display: block;
            /* ANIMATIONSCSS */
            -webkit-transition: all 0.3s linear;
            -ms-transition: all 0.3s linear;
            -o-transition: all 0.3s linear;
            -moz-transition: all 0.3s linear;
            transition: all 0.3s linear;
            display: inline-block;
            vertical-align: top;
            position: absolute;
            right: 2px;
            top: 4px;
            border: solid #94989d;
            border-width: 0 1px 1px 0;
            padding: 2px;
            /* TRANSFORMS */
            -moz-transform: rotate(45deg);
            -o-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
            pointer-events: none; }
        .carrinho_resumo li .details .quantity-item select {
          /* DISPLAY INLINE BLOCK */
          display: inline-block;
          vertical-align: top;
          position: relative;
          cursor: pointer;
          background: transparent;
          border: none;
          border-radius: 0;
          outline: none;
          width: 3rem;
          color: #94989d;
          font-size: 1.3rem;
          line-height: 1.6rem;
          font-weight: 400;
          -webkit-appearance: none;
          -moz-appearance: none;
          appearance: none; }
          .carrinho_resumo li .details .quantity-item select::-ms-expand {
            /* hide default select arrow on IE */
            display: none; }
        .carrinho_resumo li .details .quantity-item span {
          /* DISPLAY INLINE BLOCK */
          display: inline-block;
          vertical-align: top;
          color: #94989d;
          font-size: 1.3rem;
          line-height: 1.6rem;
          font-weight: 400; }
      .carrinho_resumo li .details .price {
        /* DISPLAY INLINE BLOCK */
        display: inline-block;
        vertical-align: top;
        color: #D3B487;
        font-size: 1.3rem;
        line-height: 1.5rem;
        font-weight: 400;
        padding-left: 3rem; }
        .carrinho_resumo li .details .price em {
          font-size: 1.2rem;
          font-style: normal; }
        .carrinho_resumo li .details .price span {
          color: #000000;
          font-size: 11px;
          text-decoration: line-through;
          margin-left: 1rem; }
        @media screen and (max-width: 1150px) {
          .carrinho_resumo li .details .price {
            padding-left: 1.5rem; } }
    .carrinho_resumo li .delete-item {
      /* DISPLAY INLINE BLOCK */
      display: inline-block;
      vertical-align: top;
      position: relative;
      width: 1.8rem;
      height: 1.8rem;
      overflow: hidden;
      color: #42464b; }
      .carrinho_resumo li .delete-item::before, .carrinho_resumo li .delete-item::after {
        content: '';
        display: inline-block;
        vertical-align: middle;
        height: 0.3rem;
        width: 100%;
        background-color: currentColor;
        position: absolute;
        top: 50%;
        left: 0%;
        margin-top: -0.15rem;
        border-radius: 5px; }
      .carrinho_resumo li .delete-item::before {
        /* TRANSFORMS */
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg); }
      .carrinho_resumo li .delete-item::after {
        /* TRANSFORMS */
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg); }
      .carrinho_resumo li .delete-item:hover {
        color: #D3B487; }
  .carrinho_resumo.active li {
    opacity: 1;
    /* TRANSFORMS */
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
    /* ANIMATIONSCSS */
    -webkit-transition: transform 0.3s 0.2s, opacity 0.3s 0.2s;
    -ms-transition: transform 0.3s 0.2s, opacity 0.3s 0.2s;
    -o-transition: transform 0.3s 0.2s, opacity 0.3s 0.2s;
    -moz-transition: transform 0.3s 0.2s, opacity 0.3s 0.2s;
    transition: transform 0.3s 0.2s, opacity 0.3s 0.2s;
    transition-delay: 0.3s; }
    .carrinho_resumo.active li:nth-child(2) {
      transition-delay: 0.4s; }
    .carrinho_resumo.active li:nth-child(3) {
      transition-delay: 0.5s; }
    .carrinho_resumo.active li:nth-child(4) {
      transition-delay: 0.6s; }
    .carrinho_resumo.active li:nth-child(5) {
      transition-delay: 0.7s; }
    .carrinho_resumo.active li:nth-child(6) {
      transition-delay: 0.8s; }
    .carrinho_resumo.active li:nth-child(7) {
      transition-delay: 0.9s; }
    .carrinho_resumo.active li:nth-child(8) {
      transition-delay: 1s; }
    .carrinho_resumo.active li:nth-child(9) {
      transition-delay: 1.1s; }
    .carrinho_resumo.active li:nth-child(10) {
      transition-delay: 1.2s; }
    .carrinho_resumo.active li:nth-child(11) {
      transition-delay: 1.3s; }
    .carrinho_resumo.active li:nth-child(12) {
      transition-delay: 1.4s; }
    .carrinho_resumo.active li:nth-child(13) {
      transition-delay: 1.5s; }
    .carrinho_resumo.active li:nth-child(14) {
      transition-delay: 1.6s; }
    .carrinho_resumo.active li:nth-child(15) {
      transition-delay: 1.7s; }
    .carrinho_resumo.active li:nth-child(16) {
      transition-delay: 1.8s; }
    .carrinho_resumo.active li:nth-child(17) {
      transition-delay: 1.9s; }
    .carrinho_resumo.active li:nth-child(18) {
      transition-delay: 2s; }
    .carrinho_resumo.active li:nth-child(19) {
      transition-delay: 2.1s; }
    .carrinho_resumo.active li:nth-child(20) {
      transition-delay: 2.2s; }

.cart {
  /*CART CONTAINER*/
  z-index: 200; }
  .cart .wrapper {
    display: block;
    overflow: hidden;
    /* ANIMATIONSCSS */
    -webkit-transition: all 0.4s 0.1s;
    -ms-transition: all 0.4s 0.1s;
    -o-transition: all 0.4s 0.1s;
    -moz-transition: all 0.4s 0.1s;
    transition: all 0.4s 0.1s;
    -webkit-transition-timing-function: cubic-bezier(0.67, 0.17, 0.32, 0.95);
    transition-timing-function: cubic-bezier(0.67, 0.17, 0.32, 0.95); }
  .cart header,
  .cart .body,
  .cart footer {
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    opacity: 0;
    text-align: left;
    overflow: hidden;
    /* ANIMATIONSCSS */
    -webkit-transition: all 0.2s 0s;
    -ms-transition: all 0.2s 0s;
    -o-transition: all 0.2s 0s;
    -moz-transition: all 0.2s 0s;
    transition: all 0.2s 0s; }
  .cart header {
    top: 0;
    height: 4rem;
    padding: 0 2rem;
    background: #fff;
    border-radius: 0px 0px 0 0;
    border-bottom: 1px solid #D0D0D0; }
    .cart header h2 {
      display: block;
      color: #000000;
      font-weight: 700;
      font-size: 1.6rem;
      line-height: 4rem; }
  .cart .body {
    top: 4rem;
    bottom: 4rem;
    background: #fff; }
    .cart .body ul {
      height: 100%;
      overflow: hidden;
      overflow-y: auto; }
  .cart footer {
    bottom: 0;
    height: 4rem;
    box-shadow: 0 -2px 2rem rgba(0, 0, 0, 0.15);
    border-radius: 0 0 0px 0px; }
    .cart footer .checkout {
      display: block;
      height: 4rem;
      line-height: 4rem;
      background: #fff;
      color: #fff;
      font-size: 14px;
      font-weight: 600;
      padding: 0 2rem; }
      .cart footer .checkout em {
        /* DISPLAY INLINE BLOCK */
        display: inline-block;
        vertical-align: top;
        position: relative;
        font-style: normal;
        padding-right: 0;
        /* TRANSFORMS */
        -moz-transform: translateX(4rem);
        -o-transform: translateX(4rem);
        -ms-transform: translateX(4rem);
        -webkit-transform: translateX(4rem);
        transform: translateX(4rem);
        /* ANIMATIONSCSS */
        -webkit-transition: transform 0.2s 0.3s, padding 0.2s 0.3s;
        -ms-transition: transform 0.2s 0.3s, padding 0.2s 0.3s;
        -o-transition: transform 0.2s 0.3s, padding 0.2s 0.3s;
        -moz-transition: transform 0.2s 0.3s, padding 0.2s 0.3s;
        transition: transform 0.2s 0.3s, padding 0.2s 0.3s; }
        .cart footer .checkout em::after {
          position: absolute;
          top: 50%;
          bottom: auto;
          right: 0;
          content: '';
          height: 18px;
          width: 18px;
          background: url(../imgs/carrinho/arrow.svg) no-repeat center center;
          background-size: cover;
          opacity: 0;
          /* TRANSFORMS */
          -moz-transform: translateY(-50%);
          -o-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
          /* ANIMATIONSCSS */
          -webkit-transition: opacity 0s 0.2s;
          -ms-transition: opacity 0s 0.2s;
          -o-transition: opacity 0s 0.2s;
          -moz-transition: opacity 0s 0.2s;
          transition: opacity 0s 0.2s; }
  .cart .cart-empty {
    display: block;
    width: 100%;
    height: 100%;
    padding: 2rem;
    text-align: center; }
    .cart .cart-empty i {
      display: block;
      margin: auto;
      width: 64px;
      height: 64px;
      background: url("../imgs/carrinho/empty.svg") no-repeat center;
      background-size: cover; }
    .cart .cart-empty h4 {
      font-size: 1.3rem;
      line-height: 1.6rem;
      font-weight: 400;
      color: #94989d;
      margin-top: 2.5rem; }
    .cart .cart-empty a {
      margin-top: 1.5rem; }

.cart-mask {
  /* dark bg layer visible when the cart is open */
  position: fixed;
  z-index: 190;
  height: 100vh;
  width: 100vw;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  visibility: hidden;
  /* ANIMATIONSCSS */
  -webkit-transition: opacity 0.4s, visibility 0.4s;
  -ms-transition: opacity 0.4s, visibility 0.4s;
  -o-transition: opacity 0.4s, visibility 0.4s;
  -moz-transition: opacity 0.4s, visibility 0.4s;
  transition: opacity 0.4s, visibility 0.4s; }
  @media screen and (max-width: 950px) {
    .cart-mask {
      z-index: 1900; } }

.cart-modal {
  /* dark bg layer visible when the cart is open */
  position: fixed;
  display: block;
  z-index: 210;
  height: 100vh;
  width: 100vw;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  text-align: center;
  opacity: 0;
  visibility: hidden;
  /* ANIMATIONSCSS */
  -webkit-transition: opacity 0.4s, visibility 0.4s;
  -ms-transition: opacity 0.4s, visibility 0.4s;
  -o-transition: opacity 0.4s, visibility 0.4s;
  -moz-transition: opacity 0.4s, visibility 0.4s;
  transition: opacity 0.4s, visibility 0.4s; }
  .cart-modal .modal {
    /* DISPLAY INLINE BLOCK */
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 1150px;
    max-width: 80%;
    height: 920px;
    max-height: calc(100vh - 60px);
    padding: 4rem;
    overflow-x: hidden;
    overflow-y: auto;
    text-align: left;
    background: #fff;
    margin: 3rem auto; }
    .cart-modal .modal .scroller {
      display: block;
      overflow-x: hidden;
      overflow-y: auto;
      height: 100%; }
  .cart-modal.active {
    opacity: 1;
    visibility: visible; }

/*HANDLES SPECIFIC TOP CLASSES*/
.header.shrinked .cart {
  top: 50px !important; }

.cart-top.cart-open-scroll .cart {
  top: 50px !important; }

.cart-top .cart-trigger {
  display: none !important;
  position: fixed;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  z-index: -1; }

.cart-top .cart {
  position: fixed;
  /*top:100%;*/
  top: 100px;
  right: 4.5rem;
  right: calc(((100% - 1400px)) / 2);
  margin-right: 10px;
  width: 425px;
  height: 400px;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
  opacity: 0;
  visibility: hidden;
  /* ANIMATIONSCSS */
  -webkit-transition: opacity 0.5s, transform 0.5s;
  -ms-transition: opacity 0.5s, transform 0.5s;
  -o-transition: opacity 0.5s, transform 0.5s;
  -moz-transition: opacity 0.5s, transform 0.5s;
  transition: opacity 0.5s, transform 0.5s; }
  .cart-top .cart:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    top: 1px;
    right: -4px;
    border: 0.8rem solid white;
    border-color: transparent transparent white white;
    transform-origin: 0 0;
    /* TRANSFORMS */
    -moz-transform: rotate(135deg) translateZ(1px);
    -o-transform: rotate(135deg) translateZ(1px);
    -ms-transform: rotate(135deg) translateZ(1px);
    -webkit-transform: rotate(135deg) translateZ(1px);
    transform: rotate(135deg) translateZ(1px);
    /* ANIMATIONSCSS */
    -webkit-transition: none;
    -ms-transition: none;
    -o-transition: none;
    -moz-transition: none;
    transition: none;
    z-index: -1;
    box-shadow: -0.2rem 0.2rem 0.4rem 0px rgba(0, 0, 0, 0.2); }
  .cart-top .cart:before {
    content: "";
    position: absolute;
    width: 3rem;
    height: 1rem;
    top: 0%;
    right: 5rem;
    background: #fff;
    z-index: 2;
    /* ANIMATIONSCSS */
    -webkit-transition: none;
    -ms-transition: none;
    -o-transition: none;
    -moz-transition: none;
    transition: none; }
  .cart-top .cart .wrapper {
    position: relative; }
  @media screen and (max-width: 1400px) {
    .cart-top .cart {
      /* MARGENS LATERAIS */
      /* MARGENS HELPER */
      right: 20px ; } }
  @media screen and (max-width: 1400px) and (min-width: 951px) {
    .cart-top .cart {
      /* MARGENS HELPER */
      right: 25px ; } }
  @media screen and (max-width: 1400px) and (min-width: 1581px) {
    .cart-top .cart {
      /* MARGENS HELPER */
      right: 45px ; } }
  @media screen and (max-width: 1400px) and (min-width: 1926px) {
    .cart-top .cart {
      /* MARGENS HELPER */
      right: 100px ; } }

/*HANDLES SPECIFIC BOTTOM CLASSES*/
.cart-bottom .cart-trigger {
  bottom: 8rem; }
  .cart-bottom .cart-trigger .count {
    position: absolute;
    top: -10px;
    right: -10px;
    height: 20px;
    width: 20px;
    text-indent: 0;
    background: #D3B487;
    border-radius: 50%;
    line-height: 2rem;
    padding-top: 2px;
    display: none;
    /*PAGINAS*/
    color: #000000;
    font-size: 12px;
    line-height: 1.4;
    font-weight: 400; }
  .cart-bottom .cart-trigger .close-button {
    left: 50%;
    top: 50%;
    width: 2.5rem;
    height: 2.5rem;
    font-size: 3.5rem;
    z-index: 1;
    opacity: 0;
    /* TRANSFORMS */
    -moz-transform: translateX(-50%) translateY(-50%) rotate(90deg);
    -o-transform: translateX(-50%) translateY(-50%) rotate(90deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(90deg);
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(90deg);
    transform: translateX(-50%) translateY(-50%) rotate(90deg); }

.cart-bottom .wish-trigger {
  bottom: 14rem;
  z-index: 190; }

.cart-bottom .cart {
  position: fixed;
  bottom: 8rem;
  right: 2rem;
  width: 90%;
  max-width: 440px;
  height: 400px;
  max-height: 90%;
  z-index: 191;
  pointer-events: none;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translate3d(0, 0, 0) translateZ(1px);
  -moz-transform: translate3d(0, 0, 0) translateZ(1px);
  -ms-transform: translate3d(0, 0, 0) translateZ(1px);
  -o-transform: translate3d(0, 0, 0) translateZ(1px);
  transform: translate3d(0, 0, 0) translateZ(1px);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: transform;
  /* ANIMATIONSCSS */
  -webkit-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  transition: all 0.5s linear; }
  .cart-bottom .cart .wrapper {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 200;
    height: 4rem;
    width: 4rem; }
  .cart-bottom .cart footer .checkout {
    margin-right: 4rem; }

@media screen and (max-width: 950px) {
  .cart-bottom .cart {
    z-index: 1910; } }

/*HANDLES OPEN CLASSES*/
.cart-open .cart .wrapper {
  height: 100%;
  width: 100%;
  -webkit-transition-delay: 0s;
  transition-delay: 0s; }

.cart-open .cart header,
.cart-open .cart .body,
.cart-open .cart footer {
  opacity: 1; }

.cart-open .cart header {
  /* ANIMATIONSCSS */
  -webkit-transition: opacity 0.2s 0.2s;
  -ms-transition: opacity 0.2s 0.2s;
  -o-transition: opacity 0.2s 0.2s;
  -moz-transition: opacity 0.2s 0.2s;
  transition: opacity 0.2s 0.2s; }

.cart-open .cart .body {
  /* ANIMATIONSCSS */
  -webkit-transition: opacity 0;
  -ms-transition: opacity 0;
  -o-transition: opacity 0;
  -moz-transition: opacity 0;
  transition: opacity 0; }
  .cart-open .cart .body ul li {
    opacity: 1;
    /* TRANSFORMS */
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
    /* ANIMATIONSCSS */
    -webkit-transition: transform 0.3s 0.2s, opacity 0.3s 0.2s;
    -ms-transition: transform 0.3s 0.2s, opacity 0.3s 0.2s;
    -o-transition: transform 0.3s 0.2s, opacity 0.3s 0.2s;
    -moz-transition: transform 0.3s 0.2s, opacity 0.3s 0.2s;
    transition: transform 0.3s 0.2s, opacity 0.3s 0.2s;
    transition-delay: 0.3s; }
    .cart-open .cart .body ul li:nth-child(2) {
      transition-delay: 0.4s; }
    .cart-open .cart .body ul li:nth-child(3) {
      transition-delay: 0.5s; }
    .cart-open .cart .body ul li:nth-child(4) {
      transition-delay: 0.6s; }
    .cart-open .cart .body ul li:nth-child(5) {
      transition-delay: 0.7s; }
    .cart-open .cart .body ul li:nth-child(6) {
      transition-delay: 0.8s; }
    .cart-open .cart .body ul li:nth-child(7) {
      transition-delay: 0.9s; }
    .cart-open .cart .body ul li:nth-child(8) {
      transition-delay: 1s; }
    .cart-open .cart .body ul li:nth-child(9) {
      transition-delay: 1.1s; }
    .cart-open .cart .body ul li:nth-child(10) {
      transition-delay: 1.2s; }
    .cart-open .cart .body ul li:nth-child(11) {
      transition-delay: 1.3s; }
    .cart-open .cart .body ul li:nth-child(12) {
      transition-delay: 1.4s; }
    .cart-open .cart .body ul li:nth-child(13) {
      transition-delay: 1.5s; }
    .cart-open .cart .body ul li:nth-child(14) {
      transition-delay: 1.6s; }
    .cart-open .cart .body ul li:nth-child(15) {
      transition-delay: 1.7s; }
    .cart-open .cart .body ul li:nth-child(16) {
      transition-delay: 1.8s; }
    .cart-open .cart .body ul li:nth-child(17) {
      transition-delay: 1.9s; }
    .cart-open .cart .body ul li:nth-child(18) {
      transition-delay: 2s; }
    .cart-open .cart .body ul li:nth-child(19) {
      transition-delay: 2.1s; }
    .cart-open .cart .body ul li:nth-child(20) {
      transition-delay: 2.2s; }

.cart-open .cart .checkout {
  color: #fff;
  background: #D3B487; }
  .cart-open .cart .checkout em {
    /* TRANSFORMS */
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0); }
    .cart-open .cart .checkout em span {
      font-weight: 400; }
  .cart-open .cart .checkout:hover {
    background: rgba(0, 0, 0, 0.7);
    opacity: 1; }
    .cart-open .cart .checkout:hover em {
      padding-right: 3rem; }
      .cart-open .cart .checkout:hover em:hover:after {
        opacity: 1; }

.cart-open .cart-mask {
  opacity: 1;
  visibility: visible; }

.cart-open.cart-top .cart {
  opacity: 1;
  visibility: visible; }

.cart-open.cart-bottom .cart-trigger,
.cart-open.cart-bottom .cart {
  opacity: 1 !important;
  visibility: visible !important;
  /* TRANSFORMS */
  -moz-transform: translateX(0) !important;
  -o-transform: translateX(0) !important;
  -ms-transform: translateX(0) !important;
  -webkit-transform: translateX(0) !important;
  transform: translateX(0) !important;
  transition-delay: 0.5s; }

.cart-open.cart-bottom .cart-trigger {
  border-radius: 0;
  border-color: transparent;
  /* ANIMATIONSCSS */
  -webkit-transition: border-radius 0.2s;
  -ms-transition: border-radius 0.2s;
  -o-transition: border-radius 0.2s;
  -moz-transition: border-radius 0.2s;
  transition: border-radius 0.2s; }
  .cart-open.cart-bottom .cart-trigger::before {
    opacity: 0; }
  .cart-open.cart-bottom .cart-trigger .close-button {
    opacity: 1;
    /* TRANSFORMS */
    -moz-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%); }
  .cart-open.cart-bottom .cart-trigger .count {
    /* TRANSFORMS */
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
    /* ANIMATIONSCSS */
    -webkit-transition: transform 0.2s 0s;
    -ms-transition: transform 0.2s 0s;
    -o-transition: transform 0.2s 0s;
    -moz-transition: transform 0.2s 0s;
    transition: transform 0.2s 0s; }
  .cart-open.cart-bottom .cart-trigger:hover {
    background: #fff;
    color: #D3B487; }

.cart-open.cart-bottom .cart {
  pointer-events: auto; }

@media screen and (max-width: 950px) {
  .cart-open.cart-bottom .cart-trigger {
    z-index: 1920; } }

/*HANDLES EMPTY CLASSES*/
.cart-empty.cart-bottom .cart-trigger,
.cart-empty.cart-bottom .cart {
  opacity: 0;
  visibility: hidden;
  /* TRANSFORMS */
  -moz-transform: translateX(15rem);
  -o-transform: translateX(15rem);
  -ms-transform: translateX(15rem);
  -webkit-transform: translateX(15rem);
  transform: translateX(15rem); }

@keyframes stroke {
  100% {
    stroke-dashoffset: 0; } }

@keyframes scale {
  0%, 100% {
    transform: none; }
  50% {
    transform: scale3d(1.1, 1.1, 1); } }

@keyframes fill {
  100% {
    box-shadow: inset 0px 0px 0px 14em #5FC333; } }

#aviso_faturacao, #aviso_envio {
  display: none;
  color: #FF0000;
  font-size: 1.4em;
  line-height: 1.8em;
  font-weight: 400;
  margin-bottom: 1.154em; }

.icon_carrinho i {
  position: absolute;
  top: 1px;
  margin-left: 10px; }

.contactos .mapa {
  display: block;
  overflow: hidden;
  position: relative; }
  .contactos .mapa .mapa_container {
    display: block;
    /*Positioning*/
    position: absolute;
    top: 0 ;
    left: 0 ;
    width: 100%;
    height: 100%; }

.contactos .contactos_cont {
  padding-bottom: 8rem; }
  .contactos .contactos_cont .contactos_tit {
    margin-top: 2rem;
    margin-bottom: 3rem; }
  .contactos .contactos_cont .contactos_link {
    /* DISPLAY INLINE BLOCK */
    display: inline-block;
    vertical-align: top; }
    .contactos .contactos_cont .contactos_link > div {
      display: flex;
      align-items: center; }
    .contactos .contactos_cont .contactos_link i {
      /* DISPLAY INLINE BLOCK */
      display: inline-block;
      vertical-align: middle;
      position: relative;
      border-radius: 50%;
      width: 8rem;
      height: 8rem;
      background-color: #000000;
      color: #fff;
      margin: 0 2rem;
      /* ANIMATIONSCSS */
      -webkit-transition: all 0.3s linear;
      -ms-transition: all 0.3s linear;
      -o-transition: all 0.3s linear;
      -moz-transition: all 0.3s linear;
      transition: all 0.3s linear; }
      .contactos .contactos_cont .contactos_link i:before {
        /*Positioning*/
        position: absolute;
        top: 50% ;
        left: 50% ;
        /* TRANSFORMS */
        -moz-transform: translate(-50%, -50%) ;
        -o-transform: translate(-50%, -50%) ;
        -ms-transform: translate(-50%, -50%) ;
        -webkit-transform: translate(-50%, -50%) ;
        transform: translate(-50%, -50%) ;
        font-size: 3rem; }
      .contactos .contactos_cont .contactos_link i::after {
        /* this is used to create the pulse animation */
        content: '';
        /*Positioning*/
        position: absolute;
        top: 0 ;
        left: 0 ;
        width: 100%;
        height: 100%;
        z-index: 1;
        border-radius: inherit;
        background-color: transparent; }
    .contactos .contactos_cont .contactos_link span {
      /* DISPLAY INLINE BLOCK */
      display: inline-block;
      vertical-align: middle; }
    .contactos .contactos_cont .contactos_link:hover i {
      color: #D3B487; }
      .contactos .contactos_cont .contactos_link:hover i:after {
        animation: pulse 2s infinite; }
    .contactos .contactos_cont .contactos_link:hover span {
      color: #D3B487; }
  .contactos .contactos_cont .contactos_txt {
    font-size: 16px; }
    .contactos .contactos_cont .contactos_txt.margin {
      margin-top: 3rem;
      margin-bottom: 3rem; }
    .contactos .contactos_cont .contactos_txt strong {
      color: #D3B487; }
    .contactos .contactos_cont .contactos_txt a {
      /* DISPLAY INLINE BLOCK */
      display: inline-block;
      vertical-align: top;
      color: #000000; }
      .contactos .contactos_cont .contactos_txt a:hover {
        color: #D3B487; }
  .contactos .contactos_cont .button {
    margin-top: 2rem; }
  .contactos .contactos_cont .social {
    margin-top: 10rem; }
    .contactos .contactos_cont .social .redes {
      /* DISPLAY INLINE BLOCK */
      display: inline-block;
      vertical-align: middle;
      position: relative;
      border-radius: 50%;
      width: 8rem;
      height: 8rem;
      background-color: #000000;
      color: #fff;
      margin: 0 2rem;
      /* ANIMATIONSCSS */
      -webkit-transition: all 0.3s linear;
      -ms-transition: all 0.3s linear;
      -o-transition: all 0.3s linear;
      -moz-transition: all 0.3s linear;
      transition: all 0.3s linear; }
      .contactos .contactos_cont .social .redes:before {
        /*Positioning*/
        position: absolute;
        top: 50% ;
        left: 50% ;
        /* TRANSFORMS */
        -moz-transform: translate(-50%, -50%) ;
        -o-transform: translate(-50%, -50%) ;
        -ms-transform: translate(-50%, -50%) ;
        -webkit-transform: translate(-50%, -50%) ;
        transform: translate(-50%, -50%) ;
        font-size: 4rem; }
      .contactos .contactos_cont .social .redes::after {
        /* this is used to create the pulse animation */
        content: '';
        /*Positioning*/
        position: absolute;
        top: 0 ;
        left: 0 ;
        width: 100%;
        height: 100%;
        z-index: 1;
        border-radius: inherit;
        background-color: transparent; }
      .contactos .contactos_cont .social .redes:hover {
        color: #D3B487; }
        .contactos .contactos_cont .social .redes:hover:after {
          animation: pulse 2s infinite; }

@media screen and (max-width: 1370px) {
  .contactos .contactos_cont .contactos_link i,
  .contactos .contactos_cont .social .redes {
    width: 6rem;
    height: 6rem; }
    .contactos .contactos_cont .contactos_link i:before,
    .contactos .contactos_cont .social .redes:before {
      font-size: 2.2rem; } }

@media screen and (max-width: 950px) {
  .contactos .contactos_cont {
    padding: 5rem 0; }
    .contactos .contactos_cont .contactos_link i,
    .contactos .contactos_cont .social .redes {
      width: 5rem;
      height: 5rem; }
      .contactos .contactos_cont .contactos_link i:before,
      .contactos .contactos_cont .social .redes:before {
        font-size: 1.8rem; }
    .contactos .contactos_cont .social {
      margin-top: 5rem; } }

@media screen and (max-width: 750px) {
  .contactos .contactos_cont {
    padding-top: 4rem; }
    .contactos .contactos_cont .contactos_link i,
    .contactos .contactos_cont .social .redes {
      width: 4rem;
      height: 4rem; }
      .contactos .contactos_cont .contactos_link i:before,
      .contactos .contactos_cont .social .redes:before {
        font-size: 1.8rem; }
    .contactos .contactos_cont .contactos_link i {
      margin: 1rem 1.5em;
      margin-left: 0; } }

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    box-shadow: inset 0 0 1px 1px rgba(0, 0, 0, 0.3); }
  50% {
    box-shadow: inset 0 0 1px 1px rgba(0, 0, 0, 0.3); }
  100% {
    -webkit-transform: scale(1.6);
    box-shadow: inset 0 0 1px 1px rgba(0, 0, 0, 0); } }

@-moz-keyframes pulse {
  0% {
    -moz-transform: scale(1);
    box-shadow: inset 0 0 1px 1px rgba(0, 0, 0, 0.3); }
  50% {
    box-shadow: inset 0 0 1px 1px rgba(0, 0, 0, 0.3); }
  100% {
    -moz-transform: scale(1.6);
    box-shadow: inset 0 0 1px 1px rgba(0, 0, 0, 0); } }

@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    box-shadow: inset 0 0 1px 1px rgba(0, 0, 0, 0.3); }
  50% {
    box-shadow: inset 0 0 1px 1px rgba(0, 0, 0, 0.3); }
  100% {
    -webkit-transform: scale(1.6);
    -moz-transform: scale(1.6);
    -ms-transform: scale(1.6);
    -o-transform: scale(1.6);
    transform: scale(1.6);
    box-shadow: inset 0 0 1px 1px rgba(0, 0, 0, 0); } }

.faqs .faqs_cont {
  /* margin:3.5rem auto; */
  margin-bottom: 10rem; }
  .faqs .faqs_cont h1 {
    text-align: center; }
  .faqs .faqs_cont h3 {
    margin-top: 5rem;
    margin-bottom: 2rem;
    text-align: left;
    color: #D3B487;
    text-transform: uppercase; }
  .faqs .faqs_cont .textos {
    font-style: normal;
    font-size: 14px; }
  .faqs .faqs_cont .faqs_cats {
    left: auto;
    margin-top: 5rem;
    width: 100%;
    max-width: 32rem;
    padding-right: 2rem; }
    .faqs .faqs_cont .faqs_cats a {
      display: block;
      font-weight: 600;
      padding: 1.5rem 1rem;
      text-transform: uppercase;
      border-bottom: 1px solid #F5F5F5; }
      .faqs .faqs_cont .faqs_cats a:first-child {
        border-top: 1px solid #F5F5F5; }
      .faqs .faqs_cont .faqs_cats a:hover, .faqs .faqs_cont .faqs_cats a.sel {
        color: #D3B487; }

/*LISTAGENS*/
.listings {
  margin-top: 0 !important; }
  .listings .listings_container {
    margin: 0 !important;
    position: relative;
    display: block;
    height: auto; }
    .listings .listings_container .listings_divs {
      position: relative;
      /* DIVS PARA FORA DO ECRA */
      display: block;
      width: auto;
      margin: 0 -5px; }
      .listings .listings_container .listings_divs .titulo_pesq {
        text-align: left;
        padding-bottom: 5rem; }
        .listings .listings_container .listings_divs .titulo_pesq p {
          /*PAGINAS*/
          color: #000000;
          font-size: 16px;
          line-height: 1.5;
          font-weight: 400; }
        .listings .listings_container .listings_divs .titulo_pesq h1 {
          /*PAGINAS*/
          color: #000000;
          font-size: 40px;
          font-size: -webkit-calc(( 40px - 5px ) + 5 * (100vw - 350px) / (1920 - 350));
          font-size: -moz-calc(( 40px - 5px ) + 5 * (100vw - 350px) / (1920 - 350));
          font-size: calc(( 40px - 5px ) + 5 * (100vw - 350px) / (1920 - 350));
          line-height: 1.3;
          font-weight: 400;
          margin-bottom: 5px;
          margin-top: 0px; }
          .listings .listings_container .listings_divs .titulo_pesq h1 span {
            color: #D3B487; }
      .listings .listings_container .listings_divs .listing_mask {
        display: none !important;
        position: absolute;
        top: 0;
        left: 5px;
        right: 5px;
        height: 100%;
        z-index: 10;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        /* ANIMATIONSCSS */
        -webkit-transition: all 0.5s linear;
        -ms-transition: all 0.5s linear;
        -o-transition: all 0.5s linear;
        -moz-transition: all 0.5s linear;
        transition: all 0.5s linear; }
        .listings .listings_container .listings_divs .listing_mask .listing_loader {
          display: block;
          margin: auto;
          width: 120px;
          height: 120px;
          margin-top: 70px; }
          .listings .listings_container .listings_divs .listing_mask .listing_loader.is-sticky {
            left: calc(100% - (50% - 90px)); }
          .listings .listings_container .listings_divs .listing_mask .listing_loader .circle {
            width: 100%;
            height: 100%;
            border-radius: 50%;
            box-shadow: inset 0 0 0 5px rgba(211, 180, 135, 0.1); }
          .listings .listings_container .listings_divs .listing_mask .listing_loader .line-mask {
            position: absolute;
            left: 0%;
            top: 0%;
            width: 100%;
            height: 100%;
            overflow: hidden;
            transform-origin: 60px 60px;
            -webkit-mask-image: -webkit-linear-gradient(top, #000000, rgba(0, 0, 0, 0));
            -webkit-animation: rotate 1.2s infinite linear;
            -moz-animation: rotate 1.2s infinite linear;
            -o-animation: rotate 1.2s infinite linear;
            animation: rotate 1.2s infinite linear; }
            .listings .listings_container .listings_divs .listing_mask .listing_loader .line-mask .line {
              width: 100%;
              height: 100%;
              border-radius: 50%;
              box-shadow: inset 0 0 0 8px rgba(211, 180, 135, 0.5); }
      .listings .listings_container .listings_divs .opac {
        opacity: 0.4; }
      .listings .listings_container .listings_divs .filtros_vs2 {
        /* DISPLAY INLINE BLOCK */
        display: inline-block;
        vertical-align: middle; }
        .listings .listings_container .listings_divs .filtros_vs2 .inpt_holder:before {
          top: 5px;
          font-size: 10px;
          width: 10px;
          color: #000000; }
        .listings .listings_container .listings_divs .filtros_vs2 .inpt_holder .inpt {
          padding: 0;
          padding-right: 4rem;
          height: auto;
          min-height: auto;
          border: 0;
          font-size: 16px; }
  @media print, screen and (min-width: 951px) {
    .listings .listings_container {
      padding-top: 2rem;
      padding-bottom: 12rem;
      padding-left: 8.333%; } }

.filtersToggle {
  display: block;
  width: 100%;
  background: #808080;
  padding: 1.8rem 10px;
  cursor: pointer; }
  .filtersToggle span {
    color: #fff; }
    .filtersToggle span:before {
      /* DISPLAY INLINE BLOCK */
      display: inline-block;
      vertical-align: middle;
      font-size: 1.8rem;
      margin-right: 3rem; }
  .filtersToggle:hover {
    background: #D3B487; }

.listings_filters {
  position: relative;
  vertical-align: top;
  width: 220px;
  padding-top: 2rem;
  padding-bottom: 10rem;
  z-index: 5; }
  .listings_filters .listings_filters_bg {
    position: relative;
    background: #fff;
    height: 100%; }
    .listings_filters .listings_filters_bg .listings_filters_content {
      position: relative;
      left: auto; }
      .listings_filters .listings_filters_bg .listings_filters_content .filtersHead {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        background: #808080;
        padding: 15px 20px; }
        .listings_filters .listings_filters_bg .listings_filters_content .filtersHead .close-button {
          top: 4px; }
        .listings_filters .listings_filters_bg .listings_filters_content .filtersHead h4 {
          color: #fff; }
          .listings_filters .listings_filters_bg .listings_filters_content .filtersHead h4:before {
            /* DISPLAY INLINE BLOCK */
            display: inline-block;
            vertical-align: middle;
            font-size: 16px;
            margin-right: 10px;
            margin-top: -2px; }
        .listings_filters .listings_filters_bg .listings_filters_content .filtersHead a {
          color: #fff; }
          .listings_filters .listings_filters_bg .listings_filters_content .filtersHead a:hover {
            color: #000000; }
      .listings_filters .listings_filters_bg .listings_filters_content .filtersFoot {
        padding: 4rem 0;
        width: auto; }
        .listings_filters .listings_filters_bg .listings_filters_content .filtersFoot .button {
          background: #808080; }
  .listings_filters .filters_padd {
    position: relative; }
    .listings_filters .filters_padd h3 {
      padding-left: 0 !important; }
    .listings_filters .filters_padd .filter_outer {
      /* DIVS PARA FORA DO ECRA */
      display: block;
      width: auto;
      margin: 0 -4px; }
    .listings_filters .filters_padd .column {
      padding: 0 2px !important; }
  .listings_filters .div_total_prod {
    padding-bottom: 4rem; }
  .listings_filters .filters_divs {
    position: relative;
    padding-top: 3rem; }
    .listings_filters .filters_divs [native-window-trigger] {
      background: #fff;
      padding: 12px 20px;
      border-right: 0;
      border-left: 0; }
    .listings_filters .filters_divs .hidden_filters {
      display: none;
      margin-bottom: 10px; }
    .listings_filters .filters_divs .hidden_filters_btn {
      display: none;
      color: #808080;
      font-weight: 700; }
      .listings_filters .filters_divs .hidden_filters_btn.active {
        display: inline-block; }
    .listings_filters .filters_divs .filters {
      position: relative;
      display: table; }
      .listings_filters .filters_divs .filters input[type="checkbox"] {
        /*INPUTS*/
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        cursor: pointer;
        z-index: 5;
        cursor: pointer; }
    .listings_filters .filters_divs .loja_inpt.type1 {
      display: block;
      margin-bottom: 2rem; }
      .listings_filters .filters_divs .loja_inpt.type1::before {
        margin-top: -6px !important;
        font-size: 12px !important; }
      .listings_filters .filters_divs .loja_inpt.type1.active {
        color: #D3B487; }
      .listings_filters .filters_divs .loja_inpt.type1.red {
        color: #FF0000; }
    .listings_filters .filters_divs .loja_inpt.type2 {
      padding: 5px 1rem;
      display: block;
      color: #808080; }
      .listings_filters .filters_divs .loja_inpt.type2.active {
        background: #F5F5F5; }
    .listings_filters .filters_divs.input_radio .filters, .listings_filters .filters_divs.input_check .filters {
      padding: 5px 0;
      padding-left: 30px; }
      .listings_filters .filters_divs.input_radio .filters h5,
      .listings_filters .filters_divs.input_radio .filters p, .listings_filters .filters_divs.input_check .filters h5,
      .listings_filters .filters_divs.input_check .filters p {
        /* DISPLAY INLINE BLOCK */
        display: inline-block;
        vertical-align: middle; }
      .listings_filters .filters_divs.input_radio .filters p, .listings_filters .filters_divs.input_check .filters p {
        color: #D3B487;
        margin-left: 10px; }
      .listings_filters .filters_divs.input_radio .filters h5, .listings_filters .filters_divs.input_check .filters h5 {
        font-size: 14px; }
        .listings_filters .filters_divs.input_radio .filters h5:before, .listings_filters .filters_divs.input_check .filters h5:before {
          content: '';
          display: block;
          /* ANIMATIONSCSS */
          -webkit-transition: all 0.3s linear;
          -ms-transition: all 0.3s linear;
          -o-transition: all 0.3s linear;
          -moz-transition: all 0.3s linear;
          transition: all 0.3s linear;
          position: absolute;
          top: 50%;
          left: 0;
          width: 20px;
          height: 20px;
          border: 1px solid #808080;
          background: transparent;
          pointer-events: none;
          /* TRANSFORMS */
          -moz-transform: translateY(-50%);
          -o-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }
        .listings_filters .filters_divs.input_radio .filters h5:after, .listings_filters .filters_divs.input_check .filters h5:after {
          content: '';
          display: block;
          /* ANIMATIONSCSS */
          -webkit-transition: all 0.3s linear;
          -ms-transition: all 0.3s linear;
          -o-transition: all 0.3s linear;
          -moz-transition: all 0.3s linear;
          transition: all 0.3s linear;
          position: absolute;
          top: 50%;
          opacity: 0;
          pointer-events: none; }
      .listings_filters .filters_divs.input_radio .filters input:checked + h5:after, .listings_filters .filters_divs.input_check .filters input:checked + h5:after {
        opacity: 1; }
    .listings_filters .filters_divs.input_radio .filters h5:after {
      left: 0;
      width: 10px;
      height: 10px;
      margin-left: 5px;
      margin-top: -5px;
      background: #808080;
      border-radius: 50%; }
    .listings_filters .filters_divs.input_radio .filters h5:before {
      left: 0;
      border-radius: 50%; }
    .listings_filters .filters_divs.input_radio .filters input:hover + h5 {
      color: #D3B487; }
    .listings_filters .filters_divs.input_radio .filters input:checked + h5:before {
      border-color: #808080; }
    .listings_filters .filters_divs.input_check .filters span {
      /*CORES*/
      display: none;
      width: 2.9rem;
      height: 2.9rem;
      border: 1px solid #000000;
      /* ANIMATIONSCSS */
      -webkit-transition: all 0.3s linear;
      -ms-transition: all 0.3s linear;
      -o-transition: all 0.3s linear;
      -moz-transition: all 0.3s linear;
      transition: all 0.3s linear; }
      .listings_filters .filters_divs.input_check .filters span:after {
        position: absolute;
        top: 6px;
        left: 10px;
        width: 9px;
        height: 14px;
        border: solid #3BD572;
        border-width: 0 3px 3px 0;
        opacity: 0;
        pointer-events: none;
        /* TRANSFORMS */
        -moz-transform: rotate(45deg) translateZ(1px);
        -o-transform: rotate(45deg) translateZ(1px);
        -ms-transform: rotate(45deg) translateZ(1px);
        -webkit-transform: rotate(45deg) translateZ(1px);
        transform: rotate(45deg) translateZ(1px); }
    .listings_filters .filters_divs.input_check .filters h5 {
      /*FILTROS*/ }
      .listings_filters .filters_divs.input_check .filters h5:after {
        left: 6px;
        width: 7px;
        height: 14px;
        margin-top: -9px;
        border: solid #fff;
        border-width: 0 2px 2px 0;
        /* TRANSFORMS */
        -moz-transform: rotate(45deg) translateZ(1px);
        -o-transform: rotate(45deg) translateZ(1px);
        -ms-transform: rotate(45deg) translateZ(1px);
        -webkit-transform: rotate(45deg) translateZ(1px);
        transform: rotate(45deg) translateZ(1px); }
    .listings_filters .filters_divs.input_check .filters input:hover + h5 {
      color: #D3B487; }
    .listings_filters .filters_divs.input_check .filters input:checked + h5:before {
      background: #808080; }
  @media screen and (max-width: 950px) {
    .listings_filters {
      display: block;
      /*Positioning*/
      position: fixed;
      top: 0 ;
      left: 0 ;
      width: 100%;
      height: 100%;
      padding-top: 0;
      z-index: 1000000000;
      /* TRANSFORMS */
      -moz-transform: translateX(-100%);
      -o-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
      -webkit-transform: translateX(-100%);
      transform: translateX(-100%);
      /* ANIMATIONSCSS */
      -webkit-transition: all 0.3s linear;
      -ms-transition: all 0.3s linear;
      -o-transition: all 0.3s linear;
      -moz-transition: all 0.3s linear;
      transition: all 0.3s linear;
      padding-bottom: 0; }
      .listings_filters.active {
        /* TRANSFORMS */
        -moz-transform: translateX(0%);
        -o-transform: translateX(0%);
        -ms-transform: translateX(0%);
        -webkit-transform: translateX(0%);
        transform: translateX(0%); }
      .listings_filters .listings_filters_bg {
        background: #F5F5F5; }
        .listings_filters .listings_filters_bg .listings_filters_content {
          padding: 0;
          height: 100%; }
          .listings_filters .listings_filters_bg .listings_filters_content .filtersBody {
            display: block;
            position: absolute;
            top: 70px;
            bottom: 50px;
            left: 0;
            padding: 0;
            overflow: auto; }
          .listings_filters .listings_filters_bg .listings_filters_content .filtersFoot {
            position: absolute;
            bottom: 0;
            width: 100%;
            left: 0;
            padding: 0; }
            .listings_filters .listings_filters_bg .listings_filters_content .filtersFoot a {
              width: 100%; }
      .listings_filters .filters_padd {
        padding: 0 20px;
        margin-bottom: 10px; }
      .listings_filters .filters_divs {
        padding-top: 20px; }
        .listings_filters .filters_divs > h3 {
          padding-left: 20px; }
        .listings_filters .filters_divs .loja_inpt.type1, .listings_filters .filters_divs .loja_inpt.type2 {
          margin-bottom: 0;
          padding: 15px 20px;
          margin-bottom: 1px;
          background: #fff; }
          .listings_filters .filters_divs .loja_inpt.type1:before, .listings_filters .filters_divs .loja_inpt.type2:before {
            right: 20px !important; }
        .listings_filters .filters_divs .loja_inpt.type2 {
          padding-left: 4rem; }
        .listings_filters .filters_divs.input_icon {
          position: static; }
        .listings_filters .filters_divs.input_radio li li, .listings_filters .filters_divs.input_check li li {
          padding-left: 20px; }
        .listings_filters .filters_divs .hidden_filters {
          display: block !important; }
        .listings_filters .filters_divs .hidden_filters_btn {
          display: none !important; }
        .listings_filters .filters_divs [native-window] > div [native-window-head] h3 {
          margin-bottom: 0; }
        .listings_filters .filters_divs [native-window] > div [native-window-body] .filters {
          margin-bottom: 3rem; }
      .listings_filters #filtros_rpc [accordion-nested] {
        padding-top: 2rem; }
        .listings_filters #filtros_rpc [accordion-nested] .filters {
          padding: 8px 0;
          padding-left: 30px; } }

.login_container {
  overflow: hidden; }
  .login_container .login_divs {
    padding: 7.5rem 10rem;
    position: relative;
    z-index: 1; }
    .login_container .login_divs:first-child:before {
      content: '';
      display: block;
      position: absolute;
      bottom: 0px;
      top: 0px;
      right: 0%;
      width: 1px;
      border-right: 1px solid #D0D0D0; }
    .login_container .login_divs:only-child {
      /*Recupera password*/ }
      .login_container .login_divs:only-child:before {
        display: none; }
    .login_container .login_divs h2 {
      margin-bottom: 1rem; }
    .login_container .login_divs .textos {
      font-style: normal;
      font-size: 14px; }
  .login_container #form_login {
    position: relative; }
    .login_container #form_login .recupera_txt {
      /* DISPLAY INLINE BLOCK */
      display: inline-block;
      vertical-align: top;
      cursor: pointer;
      margin-top: 1rem;
      padding-bottom: 4px;
      border-bottom: 1px solid; }
      .login_container #form_login .recupera_txt:hover {
        color: #D3B487; }
  .login_container #form_recupera {
    display: none;
    margin-top: 7.5rem; }
    .login_container #form_recupera .diviser {
      margin-bottom: 3.5rem; }
  .login_container #form_registo #form_texts {
    display: block;
    margin-bottom: 1.5rem; }
  .login_container #form_registo .div_postal .divid_cod {
    margin: 0 1rem;
    /* DISPLAY INLINE BLOCK */
    display: inline-block;
    vertical-align: middle;
    height: 2px;
    width: 10px;
    background: #000; }
  .login_container #form_registo .div_postal .postal {
    /* DISPLAY INLINE BLOCK */
    display: inline-block;
    vertical-align: middle;
    width: 100px; }
  .login_container.TYPE1 .login_divs:first-child:after {
    content: '';
    position: absolute;
    top: 0;
    left: -25vw;
    width: 150vw;
    height: 100%;
    background: #D0D0D0;
    z-index: -1; }
  .login_container.TYPE1 .login_divs:first-child .inpt {
    background: #fff; }
  .login_container.TYPE1 .login_divs:first-child .inpt_checkbox label::before {
    background: #fff; }
  .login_container.TYPE1 .login_divs:first-child .login_block {
    margin-top: 3.5rem; }
  .login_container.TYPE1 .login_divs:before {
    display: none; }
  .login_container.TYPE1 #form_texts {
    /*max-width: 71rem;*/ }
  .login_container.TYPE1 #form_recupera {
    display: none;
    margin-top: 3rem; }
  .login_container.TYPE1 #form_registo #form_elem,
  .login_container.TYPE3 #form_registo #form_elem {
    display: block;
    margin-top: 1.5rem; }
  .login_container.TYPE2 .login_divs:first-child:after, .login_container.TYPE3 .login_divs:first-child:after {
    content: '';
    display: block;
    /* ANIMATIONSCSS */
    -webkit-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
    /*Positioning*/
    position: absolute;
    top: 0 ;
    left: 0 ;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
    opacity: 0;
    visibility: hidden;
    z-index: 10; }
  .login_container.TYPE2.login_hidden .login_divs:first-child:after, .login_container.TYPE3.login_hidden .login_divs:first-child:after {
    opacity: 1;
    visibility: visible; }
  .login_container .login_block {
    margin-top: 7.5rem; }
  .login_container .reg_block {
    display: block;
    margin-top: 5rem; }
    .login_container .reg_block:first-child {
      margin-top: 0; }
  .login_container .submit_login {
    width: 100%;
    margin-top: 1.5rem; }
    .login_container .submit_login.loginFace {
      color: white;
      background: #346BC3; }
    .login_container .submit_login.loginGoogle {
      color: white;
      background: #D34116; }
    .login_container .submit_login:before {
      /* DISPLAY INLINE BLOCK */
      display: inline-block;
      vertical-align: middle;
      font-size: 3rem;
      margin-top: -2px; }
  .login_container .g-recaptcha {
    margin-bottom: 3rem; }
  .login_container .login_ft .column {
    padding: 3.5rem 10rem;
    position: relative; }
    .login_container .login_ft .column:before {
      content: '';
      display: block;
      position: absolute;
      top: 0px;
      height: 1px;
      background: #D0D0D0; }
    .login_container .login_ft .column:first-child:before {
      left: 0;
      right: 10rem; }
    .login_container .login_ft .column:nth-child(2):before {
      left: 10rem;
      right: 0; }
    .login_container .login_ft .column:nth-child(2) a:hover {
      color: #D3B487; }
  @media screen and (max-width: 1150px) {
    .login_container .login_divs {
      padding: 7.5rem 5rem; }
    .login_container .login_ft .column {
      padding: 3.5rem 5rem; }
      .login_container .login_ft .column:first-child:before {
        left: 5rem;
        right: 0; }
      .login_container .login_ft .column:nth-child(2):before {
        left: 0;
        right: 5rem; } }
  @media screen and (max-width: 950px) {
    .login_container .login_divs {
      padding: 4rem 0rem; }
      .login_container .login_divs:first-child:before {
        left: 0;
        bottom: 0;
        top: auto;
        width: 100%;
        height: 1px;
        border-right: 0;
        border-bottom: 1px solid #D0D0D0; }
      .login_container .login_divs > div {
        max-width: 45rem;
        margin: auto; }
    .login_container .login_block {
      margin-top: 4rem; }
    .login_container .reg_block {
      margin-top: 2.5rem; } }
  @media screen and (max-width: 750px) {
    .login_container .login_ft .column {
      padding: 2rem 0; }
      .login_container .login_ft .column:first-child:before {
        left: 0;
        right: 0; }
      .login_container .login_ft .column:nth-child(2) {
        padding-top: 0; }
        .login_container .login_ft .column:nth-child(2):before {
          display: none;
          left: 0;
          right: 0; } }

/*LISTAGEM*/
.listagem_nav a.prev,
.listagem_nav a.next,
.detalhe_nav a.prev,
.detalhe_nav a.next {
  position: relative;
  /* DISPLAY INLINE BLOCK */
  display: inline-block;
  vertical-align: middle;
  color: #000000; }
  .listagem_nav a.prev i,
  .listagem_nav a.next i,
  .detalhe_nav a.prev i,
  .detalhe_nav a.next i {
    /* DISPLAY INLINE BLOCK */
    display: inline-block;
    vertical-align: middle;
    font-size: 1rem;
    color: inherit; }
    .listagem_nav a.prev i.icon-right,
    .listagem_nav a.next i.icon-right,
    .detalhe_nav a.prev i.icon-right,
    .detalhe_nav a.next i.icon-right {
      margin-left: 8px; }
    .listagem_nav a.prev i.icon-left,
    .listagem_nav a.next i.icon-left,
    .detalhe_nav a.prev i.icon-left,
    .detalhe_nav a.next i.icon-left {
      margin-right: 8px; }
  .listagem_nav a.prev:hover, .listagem_nav a.prev.active,
  .listagem_nav a.next:hover,
  .listagem_nav a.next.active,
  .detalhe_nav a.prev:hover,
  .detalhe_nav a.prev.active,
  .detalhe_nav a.next:hover,
  .detalhe_nav a.next.active {
    color: #D3B487; }

.listagem_nav a.next,
.detalhe_nav a.next {
  margin-left: 1rem; }

.listagem_nav {
  margin-bottom: 4rem; }
  .listagem_nav a.prev {
    margin-right: 2rem; }
  .listagem_nav a.next {
    margin-left: 2rem; }

.categorias_banner .banners {
  background: #F5F5F5; }
  .categorias_banner .banners .content {
    padding: 4rem 0;
    text-align: center; }
    .categorias_banner .banners .content h3 {
      font-size: 24px;
      line-height: 1.1;
      font-weight: 400;
      color: #000000; }
    .categorias_banner .banners .content .list_subtit {
      color: #808080;
      padding-top: 2rem;
      line-height: 1.4; }

@media screen and (max-width: 950px) {
  .categorias_banner .div_absolute {
    right: auto;
    padding: 0 20px; } }

i.stock {
  /* DISPLAY INLINE BLOCK */
  display: inline-block;
  vertical-align: top;
  width: 1.3rem;
  height: 1rem;
  margin-top: 2px; }
  i.stock.has-stock {
    background-image: url("../imgs/carrinho/com_stock.svg"); }
  i.stock.no-stock {
    background-image: url("../imgs/carrinho/sem_stock.svg"); }

.prods_label {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5; }
  .prods_label.new {
    /*PAGINAS*/
    color: #5FC333;
    font-size: 12px;
    line-height: 1.4;
    font-weight: 400; }
  .prods_label.promo {
    /*PAGINAS*/
    color: #FF0000;
    font-size: 12px;
    line-height: 1.4;
    font-weight: 400; }
  .prods_label.portes {
    /*PAGINAS*/
    color: #D3B487;
    font-size: 12px;
    line-height: 1.4;
    font-weight: 400; }
  .prods_label.promo_val {
    position: relative;
    top: 0;
    left: 0;
    /*PAGINAS*/
    color: #FF0000;
    font-size: 12px;
    line-height: 1;
    font-weight: 400;
    font-family: "Raleway", sans-serif; }

.produtos_divs {
  display: block;
  position: relative;
  padding: 0 5px !important;
  margin-bottom: 4rem; }
  .produtos_divs.slick-slide {
    margin-bottom: 0px; }
  .produtos_divs figure .img {
    position: relative; }
    .produtos_divs figure .img .prods_label {
      position: absolute;
      top: 10px;
      left: 10px;
      z-index: 11;
      font-size: 14px;
      font-family: "Space Grotesk", sans-serif;
      font-weight: 600; }
    .produtos_divs figure .img .favoritos {
      position: absolute;
      top: 15px;
      right: 3rem;
      font-size: 2.8rem;
      color: #D0D0D0;
      cursor: pointer;
      z-index: 11; }
      .produtos_divs figure .img .favoritos.active {
        color: #D3B487; }
      .produtos_divs figure .img .favoritos:hover {
        color: #D3B487; }
    .produtos_divs figure .img .txt {
      position: absolute;
      bottom: 4rem;
      left: 0;
      padding: 5px 10px;
      background: rgba(255, 255, 255, 0.5);
      font-size: 12px;
      font-weight: 400; }
    .produtos_divs figure .img:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.2);
      opacity: 0;
      visibility: hidden;
      pointer-events: none;
      /* ANIMATIONSCSS */
      -webkit-transition: all 0.3s linear;
      -ms-transition: all 0.3s linear;
      -o-transition: all 0.3s linear;
      -moz-transition: all 0.3s linear;
      transition: all 0.3s linear; }
  .produtos_divs figure .info {
    position: relative;
    margin-top: 2rem;
    padding: 0 1.5rem 2rem 1.5rem;
    /* z-index: 11; */
    text-align: center; }
    .produtos_divs figure .info h4 {
      /* DIVS COM OVERFLOW */
      display: block;
      overflow: hidden;
      height: 2.2em;
      font-weight: 400;
      margin-bottom: 2rem;
      max-width: 70%;
      margin: auto; }
    .produtos_divs figure .info div.list_txt {
      /* DIVS COM OVERFLOW */
      display: block;
      overflow: hidden;
      height: 2.8em;
      margin-bottom: 2rem;
      margin-top: -1rem;
      max-width: 70%;
      margin: auto; }
    .produtos_divs figure .info .div_reviews {
      padding-top: 1rem; }
      .produtos_divs figure .info .div_reviews .div_star {
        position: relative;
        /* DISPLAY INLINE BLOCK */
        display: inline-block;
        vertical-align: middle; }
        .produtos_divs figure .info .div_reviews .div_star > div {
          position: relative;
          background-image: url(../imgs/elem/stars.svg);
          background-position: left;
          background-repeat: no-repeat;
          width: 65px;
          height: 10px; }
          .produtos_divs figure .info .div_reviews .div_star > div span {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-position: left;
            background-size: 65px 10px;
            background-image: url(../imgs/elem/stars2.svg);
            background-repeat: no-repeat;
            margin-top: 0 !important; }
      .produtos_divs figure .info .div_reviews span {
        /* DISPLAY INLINE BLOCK */
        display: inline-block;
        vertical-align: middle;
        font-style: italic; }
    .produtos_divs figure .info .preco {
      padding-top: 1rem;
      font-weight: 400;
      color: #808080; }
      .produtos_divs figure .info .preco p {
        /* DISPLAY INLINE BLOCK */
        display: inline-block;
        vertical-align: middle;
        color: #FF0000; }
      .produtos_divs figure .info .preco span {
        /* DISPLAY INLINE BLOCK */
        display: inline-block;
        vertical-align: middle;
        color: #000000;
        margin-left: 5px;
        text-decoration: line-through;
        font-size: 12px;
        font-weight: 400; }
      .produtos_divs figure .info .preco small {
        font-size: 100%; }
      @media screen and (max-width: 950px) {
        .produtos_divs figure .info .preco span {
          margin-top: -1px; } }
  .produtos_divs figure .div_cores {
    padding-top: 1rem; }
    .produtos_divs figure .div_cores a {
      display: block;
      margin: 5px; }
      .produtos_divs figure .div_cores a .wrapper_box {
        width: 15px;
        height: 15px;
        border-radius: 50%;
        border: 1px solid #D0D0D0;
        display: block; }
  .produtos_divs figure:hover .img:after {
    opacity: 1;
    visibility: visible; }

.ias_trigger {
  /* DISPLAY INLINE BLOCK */
  display: inline-block;
  vertical-align: top;
  position: relative;
  overflow: hidden;
  text-align: center;
  border-radius: 0px;
  box-shadow: none;
  z-index: 1;
  /* ANIMATIONSCSS */
  -webkit-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  transition: all 0.5s linear;
  /*PAGINAS*/
  color: #000000;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 400;
  padding: 12px 20px;
  color: #D3B487;
  border-color: #000000 !important;
  background: #fff;
  cursor: pointer;
  cursor: pointer; }
  .ias_trigger.inptsized {
    min-height: 45px;
    line-height: 1.9; }
  .ias_trigger.border {
    border: 1px solid; }
  .ias_trigger.disabled, .ias_trigger:disabled {
    opacity: 0.5;
    cursor: default;
    pointer-events: none; }
  .ias_trigger:after {
    content: "";
    position: absolute;
    z-index: -1;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    -webkit-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
    /* TRANSFORMS */
    -moz-transform: scaleY(0);
    -o-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    /* ANIMATIONSCSS */
    -webkit-transition: transform 0.3s ease-out;
    -ms-transition: transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    -moz-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out; }
  .ias_trigger:after {
    background: #000000; }
  .ias_trigger:hover {
    color: #fff !important; }
    .ias_trigger:hover:after {
      /* TRANSFORMS */
      -moz-transform: scaleY(1);
      -o-transform: scaleY(1);
      -ms-transform: scaleY(1);
      -webkit-transform: scaleY(1);
      transform: scaleY(1); }

/*DETALHE*/
.cart-modal,
.detalhe_container {
  display: block;
  background: #fff; }
  .cart-modal .breadcrumbs_cont .breadcrumbs,
  .detalhe_container .breadcrumbs_cont .breadcrumbs {
    padding: 4rem 0; }
  .cart-modal .info_container,
  .detalhe_container .info_container {
    /* margin-top:5rem; */ }
  .cart-modal #div_imagem,
  .detalhe_container #div_imagem {
    position: relative; }
    .cart-modal #div_imagem .outter,
    .detalhe_container #div_imagem .outter {
      /* DIVS PARA FORA DO ECRA */
      display: block;
      width: auto;
      margin: 0 -1rem; }
      .cart-modal #div_imagem .outter .column,
      .detalhe_container #div_imagem .outter .column {
        padding: 0 1rem;
        padding-bottom: 2rem; }
    .cart-modal #div_imagem .item,
    .detalhe_container #div_imagem .item {
      position: relative;
      /* ANIMATIONSCSS */
      -webkit-transition: none;
      -ms-transition: none;
      -o-transition: none;
      -moz-transition: none;
      transition: none;
      display: block; }
    .cart-modal #div_imagem .slick-dots,
    .detalhe_container #div_imagem .slick-dots {
      bottom: 4rem; }
  .cart-modal .product-detail-info h1,
  .cart-modal .detalhe_info h1,
  .detalhe_container .product-detail-info h1,
  .detalhe_container .detalhe_info h1 {
    color: #000000;
    font-size: 20px;
    line-height: 24px;
    font-weight: 400;
    max-width: 250px;
    margin: auto;
    text-align: center;
    padding-top: 4rem; }
  .cart-modal .product-detail-info .div_reviews,
  .cart-modal .detalhe_info .div_reviews,
  .detalhe_container .product-detail-info .div_reviews,
  .detalhe_container .detalhe_info .div_reviews {
    padding-top: 2rem;
    text-align: center; }
    .cart-modal .product-detail-info .div_reviews .div_star,
    .cart-modal .detalhe_info .div_reviews .div_star,
    .detalhe_container .product-detail-info .div_reviews .div_star,
    .detalhe_container .detalhe_info .div_reviews .div_star {
      position: relative;
      /* DISPLAY INLINE BLOCK */
      display: inline-block;
      vertical-align: middle; }
      .cart-modal .product-detail-info .div_reviews .div_star > div,
      .cart-modal .detalhe_info .div_reviews .div_star > div,
      .detalhe_container .product-detail-info .div_reviews .div_star > div,
      .detalhe_container .detalhe_info .div_reviews .div_star > div {
        position: relative;
        background-image: url(../imgs/elem/stars.svg);
        background-position: left;
        background-repeat: no-repeat;
        width: 65px;
        height: 10px; }
        .cart-modal .product-detail-info .div_reviews .div_star > div span,
        .cart-modal .detalhe_info .div_reviews .div_star > div span,
        .detalhe_container .product-detail-info .div_reviews .div_star > div span,
        .detalhe_container .detalhe_info .div_reviews .div_star > div span {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          background-position: left;
          background-size: 65px 10px;
          background-image: url(../imgs/elem/stars2.svg);
          background-repeat: no-repeat;
          margin-top: 0 !important; }
    .cart-modal .product-detail-info .div_reviews span,
    .cart-modal .detalhe_info .div_reviews span,
    .detalhe_container .product-detail-info .div_reviews span,
    .detalhe_container .detalhe_info .div_reviews span {
      /* DISPLAY INLINE BLOCK */
      display: inline-block;
      vertical-align: middle;
      font-style: italic; }
  .cart-modal .product-detail-info .detalhe_preco,
  .cart-modal .detalhe_info .detalhe_preco,
  .detalhe_container .product-detail-info .detalhe_preco,
  .detalhe_container .detalhe_info .detalhe_preco {
    color: #000000;
    font-size: 20px;
    line-height: 20px;
    font-weight: 400;
    /* font-style: italic; */
    text-align: center;
    margin-top: 1rem;
    margin-bottom: 2rem; }
    .cart-modal .product-detail-info .detalhe_preco p,
    .cart-modal .detalhe_info .detalhe_preco p,
    .detalhe_container .product-detail-info .detalhe_preco p,
    .detalhe_container .detalhe_info .detalhe_preco p {
      /* DISPLAY INLINE BLOCK */
      display: inline-block;
      vertical-align: middle;
      color: #D12424; }
    .cart-modal .product-detail-info .detalhe_preco span,
    .cart-modal .detalhe_info .detalhe_preco span,
    .detalhe_container .product-detail-info .detalhe_preco span,
    .detalhe_container .detalhe_info .detalhe_preco span {
      /* DISPLAY INLINE BLOCK */
      display: inline-block;
      vertical-align: middle;
      margin-left: 5px;
      text-decoration: line-through;
      font-size: 16px; }
    .cart-modal .product-detail-info .detalhe_preco small,
    .cart-modal .detalhe_info .detalhe_preco small,
    .detalhe_container .product-detail-info .detalhe_preco small,
    .detalhe_container .detalhe_info .detalhe_preco small {
      font-size: 100%; }
    .cart-modal .product-detail-info .detalhe_preco .prods_label,
    .cart-modal .detalhe_info .detalhe_preco .prods_label,
    .detalhe_container .product-detail-info .detalhe_preco .prods_label,
    .detalhe_container .detalhe_info .detalhe_preco .prods_label {
      /* DISPLAY INLINE BLOCK */
      display: inline-block;
      vertical-align: middle;
      padding-left: 1rem; }
  .cart-modal .product-detail-info .div_icons,
  .cart-modal .detalhe_info .div_icons,
  .detalhe_container .product-detail-info .div_icons,
  .detalhe_container .detalhe_info .div_icons {
    padding-top: 2rem;
    padding-bottom: 1rem;
    text-align: center; }
    .cart-modal .product-detail-info .div_icons .div_icon .icon,
    .cart-modal .detalhe_info .div_icons .div_icon .icon,
    .detalhe_container .product-detail-info .div_icons .div_icon .icon,
    .detalhe_container .detalhe_info .div_icons .div_icon .icon {
      max-height: 30px; }
      .cart-modal .product-detail-info .div_icons .div_icon .icon svg,
      .cart-modal .detalhe_info .div_icons .div_icon .icon svg,
      .detalhe_container .product-detail-info .div_icons .div_icon .icon svg,
      .detalhe_container .detalhe_info .div_icons .div_icon .icon svg {
        width: 100%;
        max-height: 30px; }
        .cart-modal .product-detail-info .div_icons .div_icon .icon svg path,
        .cart-modal .detalhe_info .div_icons .div_icon .icon svg path,
        .detalhe_container .product-detail-info .div_icons .div_icon .icon svg path,
        .detalhe_container .detalhe_info .div_icons .div_icon .icon svg path {
          fill: #D0D0D0; }
    .cart-modal .product-detail-info .div_icons .div_icon .legenda,
    .cart-modal .detalhe_info .div_icons .div_icon .legenda,
    .detalhe_container .product-detail-info .div_icons .div_icon .legenda,
    .detalhe_container .detalhe_info .div_icons .div_icon .legenda {
      font-size: 9px;
      text-transform: uppercase;
      padding-top: 1rem;
      opacity: 0;
      visibility: hidden;
      /* ANIMATIONSCSS */
      -webkit-transition: all 0.3s linear;
      -ms-transition: all 0.3s linear;
      -o-transition: all 0.3s linear;
      -moz-transition: all 0.3s linear;
      transition: all 0.3s linear; }
    .cart-modal .product-detail-info .div_icons .div_icon:hover .legenda,
    .cart-modal .detalhe_info .div_icons .div_icon:hover .legenda,
    .detalhe_container .product-detail-info .div_icons .div_icon:hover .legenda,
    .detalhe_container .detalhe_info .div_icons .div_icon:hover .legenda {
      opacity: 1;
      visibility: visible; }
  .cart-modal .product-detail-info .div_ficheiro,
  .cart-modal .detalhe_info .div_ficheiro,
  .detalhe_container .product-detail-info .div_ficheiro,
  .detalhe_container .detalhe_info .div_ficheiro {
    padding-top: 2.5rem;
    padding-bottom: 2rem; }
    .cart-modal .product-detail-info .div_ficheiro .texto,
    .cart-modal .detalhe_info .div_ficheiro .texto,
    .detalhe_container .product-detail-info .div_ficheiro .texto,
    .detalhe_container .detalhe_info .div_ficheiro .texto {
      color: #808080;
      font-style: italic; }
    .cart-modal .product-detail-info .div_ficheiro .ficheiro,
    .cart-modal .detalhe_info .div_ficheiro .ficheiro,
    .detalhe_container .product-detail-info .div_ficheiro .ficheiro,
    .detalhe_container .detalhe_info .div_ficheiro .ficheiro {
      padding-left: 3rem; }
      .cart-modal .product-detail-info .div_ficheiro .ficheiro:before,
      .cart-modal .detalhe_info .div_ficheiro .ficheiro:before,
      .detalhe_container .product-detail-info .div_ficheiro .ficheiro:before,
      .detalhe_container .detalhe_info .div_ficheiro .ficheiro:before {
        /* DISPLAY INLINE BLOCK */
        display: inline-block;
        vertical-align: middle;
        font-size: 15px;
        padding-right: 2px;
        margin-top: -5px; }
      .cart-modal .product-detail-info .div_ficheiro .ficheiro:hover,
      .cart-modal .detalhe_info .div_ficheiro .ficheiro:hover,
      .detalhe_container .product-detail-info .div_ficheiro .ficheiro:hover,
      .detalhe_container .detalhe_info .div_ficheiro .ficheiro:hover {
        color: #D3B487; }
  .cart-modal .product-detail-info .detalhe_opc,
  .cart-modal .detalhe_info .detalhe_opc,
  .detalhe_container .product-detail-info .detalhe_opc,
  .detalhe_container .detalhe_info .detalhe_opc {
    text-align: center;
    padding-top: 20px;
    border-top: 1px solid #D0D0D0; }
    .cart-modal .product-detail-info .detalhe_opc .tamanhos_divs,
    .cart-modal .detalhe_info .detalhe_opc .tamanhos_divs,
    .detalhe_container .product-detail-info .detalhe_opc .tamanhos_divs,
    .detalhe_container .detalhe_info .detalhe_opc .tamanhos_divs {
      margin-bottom: 20px; }
      .cart-modal .product-detail-info .detalhe_opc .tamanhos_divs.cores,
      .cart-modal .detalhe_info .detalhe_opc .tamanhos_divs.cores,
      .detalhe_container .product-detail-info .detalhe_opc .tamanhos_divs.cores,
      .detalhe_container .detalhe_info .detalhe_opc .tamanhos_divs.cores {
        border: 0; }
      .cart-modal .product-detail-info .detalhe_opc .tamanhos_divs > h5,
      .cart-modal .detalhe_info .detalhe_opc .tamanhos_divs > h5,
      .detalhe_container .product-detail-info .detalhe_opc .tamanhos_divs > h5,
      .detalhe_container .detalhe_info .detalhe_opc .tamanhos_divs > h5 {
        display: block;
        margin-bottom: 1rem;
        font-size: 10px; }
      .cart-modal .product-detail-info .detalhe_opc .tamanhos_divs > label,
      .cart-modal .detalhe_info .detalhe_opc .tamanhos_divs > label,
      .detalhe_container .product-detail-info .detalhe_opc .tamanhos_divs > label,
      .detalhe_container .detalhe_info .detalhe_opc .tamanhos_divs > label {
        /* DISPLAY INLINE BLOCK */
        display: inline-block;
        vertical-align: top;
        position: relative;
        width: 9rem;
        height: 4rem;
        font-size: 10px;
        padding: 1.3rem 1rem; }
        .cart-modal .product-detail-info .detalhe_opc .tamanhos_divs > label:after,
        .cart-modal .detalhe_info .detalhe_opc .tamanhos_divs > label:after,
        .detalhe_container .product-detail-info .detalhe_opc .tamanhos_divs > label:after,
        .detalhe_container .detalhe_info .detalhe_opc .tamanhos_divs > label:after {
          content: '';
          position: absolute;
          top: 2px;
          bottom: 2px;
          right: 0;
          width: 1px;
          background: #000000; }
      .cart-modal .product-detail-info .detalhe_opc .tamanhos_divs > .select_holder,
      .cart-modal .detalhe_info .detalhe_opc .tamanhos_divs > .select_holder,
      .detalhe_container .product-detail-info .detalhe_opc .tamanhos_divs > .select_holder,
      .detalhe_container .detalhe_info .detalhe_opc .tamanhos_divs > .select_holder {
        /* DISPLAY INLINE BLOCK */
        display: inline-block;
        vertical-align: top;
        position: relative;
        height: 50px;
        width: 100%;
        border: 1px solid #D0D0D0; }
        .cart-modal .product-detail-info .detalhe_opc .tamanhos_divs > .select_holder:before,
        .cart-modal .detalhe_info .detalhe_opc .tamanhos_divs > .select_holder:before,
        .detalhe_container .product-detail-info .detalhe_opc .tamanhos_divs > .select_holder:before,
        .detalhe_container .detalhe_info .detalhe_opc .tamanhos_divs > .select_holder:before {
          position: absolute;
          top: 50%;
          right: 1rem;
          font-size: 1.2rem;
          color: #000000;
          margin-top: -0.5rem; }
        .cart-modal .product-detail-info .detalhe_opc .tamanhos_divs > .select_holder select,
        .cart-modal .detalhe_info .detalhe_opc .tamanhos_divs > .select_holder select,
        .detalhe_container .product-detail-info .detalhe_opc .tamanhos_divs > .select_holder select,
        .detalhe_container .detalhe_info .detalhe_opc .tamanhos_divs > .select_holder select {
          width: 100%;
          display: block;
          padding: 16px 2rem;
          color: #000000;
          font-size: 14px;
          line-height: 16px;
          font-weight: 400;
          position: relative;
          z-index: 1;
          /* -webkit-appearance: textfield !important;
						-moz-appearance: textfield !important;
						appearance: textfield !important; */ }
      .cart-modal .product-detail-info .detalhe_opc .tamanhos_divs .detalhe_opcoes,
      .cart-modal .detalhe_info .detalhe_opc .tamanhos_divs .detalhe_opcoes,
      .detalhe_container .product-detail-info .detalhe_opc .tamanhos_divs .detalhe_opcoes,
      .detalhe_container .detalhe_info .detalhe_opc .tamanhos_divs .detalhe_opcoes {
        position: relative;
        /* DISPLAY INLINE BLOCK */
        display: inline-block;
        vertical-align: top;
        margin: 0.25rem 7px; }
        .cart-modal .product-detail-info .detalhe_opc .tamanhos_divs .detalhe_opcoes input,
        .cart-modal .detalhe_info .detalhe_opc .tamanhos_divs .detalhe_opcoes input,
        .detalhe_container .product-detail-info .detalhe_opc .tamanhos_divs .detalhe_opcoes input,
        .detalhe_container .detalhe_info .detalhe_opc .tamanhos_divs .detalhe_opcoes input {
          /*INPUTS*/
          display: block;
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          opacity: 0;
          cursor: pointer;
          z-index: 5; }
        .cart-modal .product-detail-info .detalhe_opc .tamanhos_divs .detalhe_opcoes span,
        .cart-modal .detalhe_info .detalhe_opc .tamanhos_divs .detalhe_opcoes span,
        .detalhe_container .product-detail-info .detalhe_opc .tamanhos_divs .detalhe_opcoes span,
        .detalhe_container .detalhe_info .detalhe_opc .tamanhos_divs .detalhe_opcoes span {
          position: relative;
          display: block;
          width: 20px;
          height: 20px;
          border: 1px solid #D0D0D0;
          border-radius: 50%; }
          .cart-modal .product-detail-info .detalhe_opc .tamanhos_divs .detalhe_opcoes span:before,
          .cart-modal .detalhe_info .detalhe_opc .tamanhos_divs .detalhe_opcoes span:before,
          .detalhe_container .product-detail-info .detalhe_opc .tamanhos_divs .detalhe_opcoes span:before,
          .detalhe_container .detalhe_info .detalhe_opc .tamanhos_divs .detalhe_opcoes span:before {
            content: "";
            position: absolute;
            top: -5px;
            left: -5px;
            width: calc(100% + 10px);
            height: calc(100% + 10px);
            z-index: 2;
            border: 0px solid #808080;
            border-radius: 50%;
            /* ANIMATIONSCSS */
            -webkit-transition: border-width 0.3s ease-out;
            -ms-transition: border-width 0.3s ease-out;
            -o-transition: border-width 0.3s ease-out;
            -moz-transition: border-width 0.3s ease-out;
            transition: border-width 0.3s ease-out; }
        .cart-modal .product-detail-info .detalhe_opc .tamanhos_divs .detalhe_opcoes input:hover + span:before,
        .cart-modal .product-detail-info .detalhe_opc .tamanhos_divs .detalhe_opcoes input:checked + span:before,
        .cart-modal .detalhe_info .detalhe_opc .tamanhos_divs .detalhe_opcoes input:hover + span:before,
        .cart-modal .detalhe_info .detalhe_opc .tamanhos_divs .detalhe_opcoes input:checked + span:before,
        .detalhe_container .product-detail-info .detalhe_opc .tamanhos_divs .detalhe_opcoes input:hover + span:before,
        .detalhe_container .product-detail-info .detalhe_opc .tamanhos_divs .detalhe_opcoes input:checked + span:before,
        .detalhe_container .detalhe_info .detalhe_opc .tamanhos_divs .detalhe_opcoes input:hover + span:before,
        .detalhe_container .detalhe_info .detalhe_opc .tamanhos_divs .detalhe_opcoes input:checked + span:before {
          border-width: 2px; }
        .cart-modal .product-detail-info .detalhe_opc .tamanhos_divs .detalhe_opcoes input:hover + span:after,
        .cart-modal .product-detail-info .detalhe_opc .tamanhos_divs .detalhe_opcoes input:checked + span:after,
        .cart-modal .detalhe_info .detalhe_opc .tamanhos_divs .detalhe_opcoes input:hover + span:after,
        .cart-modal .detalhe_info .detalhe_opc .tamanhos_divs .detalhe_opcoes input:checked + span:after,
        .detalhe_container .product-detail-info .detalhe_opc .tamanhos_divs .detalhe_opcoes input:hover + span:after,
        .detalhe_container .product-detail-info .detalhe_opc .tamanhos_divs .detalhe_opcoes input:checked + span:after,
        .detalhe_container .detalhe_info .detalhe_opc .tamanhos_divs .detalhe_opcoes input:hover + span:after,
        .detalhe_container .detalhe_info .detalhe_opc .tamanhos_divs .detalhe_opcoes input:checked + span:after {
          opacity: 1;
          visibility: visible; }
      .cart-modal .product-detail-info .detalhe_opc .tamanhos_divs .detalhe_opcoes_txt,
      .cart-modal .detalhe_info .detalhe_opc .tamanhos_divs .detalhe_opcoes_txt,
      .detalhe_container .product-detail-info .detalhe_opc .tamanhos_divs .detalhe_opcoes_txt,
      .detalhe_container .detalhe_info .detalhe_opc .tamanhos_divs .detalhe_opcoes_txt {
        display: block;
        padding-bottom: 5px; }
  .cart-modal .product-detail-info .detalhe_divs,
  .cart-modal .detalhe_info .detalhe_divs,
  .detalhe_container .product-detail-info .detalhe_divs,
  .detalhe_container .detalhe_info .detalhe_divs {
    padding-top: 10rem; }
    .cart-modal .product-detail-info .detalhe_divs [accordion],
    .cart-modal .detalhe_info .detalhe_divs [accordion],
    .detalhe_container .product-detail-info .detalhe_divs [accordion],
    .detalhe_container .detalhe_info .detalhe_divs [accordion] {
      margin: 0 !important;
      border-bottom: 1px solid #F5F5F5;
      padding: 0 15px; }
      .cart-modal .product-detail-info .detalhe_divs [accordion] .list_subtit,
      .cart-modal .detalhe_info .detalhe_divs [accordion] .list_subtit,
      .detalhe_container .product-detail-info .detalhe_divs [accordion] .list_subtit,
      .detalhe_container .detalhe_info .detalhe_divs [accordion] .list_subtit {
        font-size: 16px;
        border-top: 0;
        color: #000000 !important; }
      .cart-modal .product-detail-info .detalhe_divs [accordion] .textos,
      .cart-modal .detalhe_info .detalhe_divs [accordion] .textos,
      .detalhe_container .product-detail-info .detalhe_divs [accordion] .textos,
      .detalhe_container .detalhe_info .detalhe_divs [accordion] .textos {
        font-style: normal;
        font-size: 15px;
        color: #808080; }
      .cart-modal .product-detail-info .detalhe_divs [accordion]:first-child,
      .cart-modal .detalhe_info .detalhe_divs [accordion]:first-child,
      .detalhe_container .product-detail-info .detalhe_divs [accordion]:first-child,
      .detalhe_container .detalhe_info .detalhe_divs [accordion]:first-child {
        border-top: 1px solid #F5F5F5; }
  .cart-modal .detalhe_quantidade .detalhe_adiciona,
  .detalhe_container .detalhe_quantidade .detalhe_adiciona {
    font-weight: 700;
    height: 5rem;
    padding: 1.5rem 1.5rem;
    display: block;
    text-align: left; }
    .cart-modal .detalhe_quantidade .detalhe_adiciona i:before,
    .detalhe_container .detalhe_quantidade .detalhe_adiciona i:before {
      /* DISPLAY INLINE BLOCK */
      display: inline-block;
      vertical-align: middle;
      margin-left: 2.5rem;
      font-size: 16px;
      float: right; }
  .cart-modal .detalhe_quantidade .favoritos,
  .detalhe_container .detalhe_quantidade .favoritos {
    display: block;
    height: 5rem;
    padding: 1.7rem 1.5rem;
    margin-left: 1rem; }
    .cart-modal .detalhe_quantidade .favoritos i:before,
    .detalhe_container .detalhe_quantidade .favoritos i:before {
      /* DISPLAY INLINE BLOCK */
      display: inline-block;
      vertical-align: middle;
      margin-left: 2.5rem;
      font-size: 16px; }
    .cart-modal .detalhe_quantidade .favoritos:hover, .cart-modal .detalhe_quantidade .favoritos.active,
    .detalhe_container .detalhe_quantidade .favoritos:hover,
    .detalhe_container .detalhe_quantidade .favoritos.active {
      background: #fff;
      color: #D3B487; }
    .cart-modal .detalhe_quantidade .favoritos.active,
    .detalhe_container .detalhe_quantidade .favoritos.active {
      border: 1px solid #D3B487 !important; }
  .cart-modal .detalhe_quantidade .stock,
  .detalhe_container .detalhe_quantidade .stock {
    text-align: center;
    padding-top: 1.7rem; }
  .cart-modal .detalhe_quantidade .texto_entrega,
  .detalhe_container .detalhe_quantidade .texto_entrega {
    padding-top: 3rem;
    color: #808080;
    text-align: center;
    font-style: italic; }
  .cart-modal .div_bloco_pagamentos,
  .detalhe_container .div_bloco_pagamentos {
    padding-top: 2rem;
    text-align: center; }
    .cart-modal .div_bloco_pagamentos .divs_pagamentos,
    .detalhe_container .div_bloco_pagamentos .divs_pagamentos {
      /* DISPLAY INLINE BLOCK */
      display: inline-block;
      vertical-align: middle;
      width: 8rem;
      padding: 8px;
      height: 30px;
      margin: 0 5px; }
      .cart-modal .div_bloco_pagamentos .divs_pagamentos > div,
      .detalhe_container .div_bloco_pagamentos .divs_pagamentos > div {
        opacity: 1;
        width: 100%;
        height: 100%; }
  .cart-modal .cont_detalhe,
  .detalhe_container .cont_detalhe {
    padding-top: 17rem;
    padding-bottom: 17rem; }
    .cart-modal .cont_detalhe .div_descricao .tabs,
    .detalhe_container .cont_detalhe .div_descricao .tabs {
      padding-bottom: 4rem; }
      .cart-modal .cont_detalhe .div_descricao .tabs span,
      .detalhe_container .cont_detalhe .div_descricao .tabs span {
        padding: 0 2rem;
        color: #808080;
        font-size: 17px;
        /* DISPLAY INLINE BLOCK */
        display: inline-block;
        vertical-align: middle; }
      .cart-modal .cont_detalhe .div_descricao .tabs a.links,
      .detalhe_container .cont_detalhe .div_descricao .tabs a.links {
        /* DISPLAY INLINE BLOCK */
        display: inline-block;
        vertical-align: middle;
        color: #808080; }
        .cart-modal .cont_detalhe .div_descricao .tabs a.links i,
        .detalhe_container .cont_detalhe .div_descricao .tabs a.links i {
          /* DISPLAY INLINE BLOCK */
          display: inline-block;
          vertical-align: middle;
          font-size: 10px;
          margin-left: 3px;
          color: #F2B542 !important; }
        .cart-modal .cont_detalhe .div_descricao .tabs a.links.active,
        .detalhe_container .cont_detalhe .div_descricao .tabs a.links.active {
          color: #000000; }
        .cart-modal .cont_detalhe .div_descricao .tabs a.links:hover,
        .detalhe_container .cont_detalhe .div_descricao .tabs a.links:hover {
          color: #D3B487; }
    .cart-modal .cont_detalhe .div_descricao .textos,
    .detalhe_container .cont_detalhe .div_descricao .textos {
      color: #808080;
      line-height: 24px; }
    .cart-modal .cont_detalhe .share_section,
    .detalhe_container .cont_detalhe .share_section {
      padding-top: 5rem;
      position: relative; }
      .cart-modal .cont_detalhe .share_section span,
      .detalhe_container .cont_detalhe .share_section span {
        font-size: 12px; }
      .cart-modal .cont_detalhe .share_section .share-button,
      .detalhe_container .cont_detalhe .share_section .share-button {
        font-style: inherit; }
      .cart-modal .cont_detalhe .share_section .share_modal,
      .detalhe_container .cont_detalhe .share_section .share_modal {
        margin-top: 1px; }
      .cart-modal .cont_detalhe .share_section .icon-share:before,
      .detalhe_container .cont_detalhe .share_section .icon-share:before {
        font-family: "barrio" !important; }
  .cart-modal .combina_cont,
  .detalhe_container .combina_cont {
    padding-top: 6rem;
    padding-bottom: 6rem; }
    .cart-modal .combina_cont h1,
    .detalhe_container .combina_cont h1 {
      padding-bottom: 4rem;
      font-size: 24px; }
    .cart-modal .combina_cont .div_dots_c,
    .detalhe_container .combina_cont .div_dots_c {
      position: absolute;
      width: 100%; }
      .cart-modal .combina_cont .div_dots_c .slick-dots,
      .detalhe_container .combina_cont .div_dots_c .slick-dots {
        position: relative;
        bottom: 0; }
        .cart-modal .combina_cont .div_dots_c .slick-dots li,
        .detalhe_container .combina_cont .div_dots_c .slick-dots li {
          border-radius: 0;
          margin: 0;
          background: #F5F5F5;
          height: 3px;
          border: none; }
          .cart-modal .combina_cont .div_dots_c .slick-dots li.slick-active,
          .detalhe_container .combina_cont .div_dots_c .slick-dots li.slick-active {
            background: #000000; }
    .cart-modal .combina_cont .produtos_divs figure .info,
    .detalhe_container .combina_cont .produtos_divs figure .info {
      margin-top: 6rem; }
  .cart-modal .divs_blocos .bloco_1,
  .detalhe_container .divs_blocos .bloco_1 {
    padding: 12rem 0;
    background: #F6EEE2; }
    .cart-modal .divs_blocos .bloco_1 h1,
    .detalhe_container .divs_blocos .bloco_1 h1 {
      font-size: 5rem;
      line-height: 1.1;
      font-weight: 300;
      padding-bottom: 4rem; }
  .cart-modal .divs_blocos .bloco_2,
  .detalhe_container .divs_blocos .bloco_2 {
    padding: 12rem 0;
    padding-bottom: 19rem;
    background: #F5F5F5; }
    .cart-modal .divs_blocos .bloco_2 .bg,
    .detalhe_container .divs_blocos .bloco_2 .bg {
      background: #fff; }
    .cart-modal .divs_blocos .bloco_2 .content,
    .detalhe_container .divs_blocos .bloco_2 .content {
      padding: 12rem 0;
      width: calc((100vw / 12) * 3);
      min-height: 690px;
      max-width: 360px; }
      .cart-modal .divs_blocos .bloco_2 .content h1,
      .detalhe_container .divs_blocos .bloco_2 .content h1 {
        font-size: 5rem;
        line-height: 1.1;
        font-weight: 300; }
      .cart-modal .divs_blocos .bloco_2 .content .textos,
      .detalhe_container .divs_blocos .bloco_2 .content .textos {
        padding-top: 4rem;
        color: #808080; }
      .cart-modal .divs_blocos .bloco_2 .content .imagens,
      .detalhe_container .divs_blocos .bloco_2 .content .imagens {
        padding-top: 6rem; }
        .cart-modal .divs_blocos .bloco_2 .content .imagens .img1,
        .cart-modal .divs_blocos .bloco_2 .content .imagens .img2,
        .detalhe_container .divs_blocos .bloco_2 .content .imagens .img1,
        .detalhe_container .divs_blocos .bloco_2 .content .imagens .img2 {
          /* DISPLAY INLINE BLOCK */
          display: inline-block;
          vertical-align: middle;
          max-width: 75px;
          max-height: 65px;
          margin-right: 3rem; }
          .cart-modal .divs_blocos .bloco_2 .content .imagens .img1 svg,
          .cart-modal .divs_blocos .bloco_2 .content .imagens .img2 svg,
          .detalhe_container .divs_blocos .bloco_2 .content .imagens .img1 svg,
          .detalhe_container .divs_blocos .bloco_2 .content .imagens .img2 svg {
            max-width: 75px;
            max-height: 65px;
            width: 100%; }
            .cart-modal .divs_blocos .bloco_2 .content .imagens .img1 svg path,
            .cart-modal .divs_blocos .bloco_2 .content .imagens .img2 svg path,
            .detalhe_container .divs_blocos .bloco_2 .content .imagens .img1 svg path,
            .detalhe_container .divs_blocos .bloco_2 .content .imagens .img2 svg path {
              fill: #D3B487; }
    .cart-modal .divs_blocos .bloco_2 .div_bloc_absolute,
    .detalhe_container .divs_blocos .bloco_2 .div_bloc_absolute {
      position: absolute;
      bottom: -12rem;
      right: 0; }
      .cart-modal .divs_blocos .bloco_2 .div_bloc_absolute .imagem,
      .detalhe_container .divs_blocos .bloco_2 .div_bloc_absolute .imagem {
        /* margin-left: calc((100vw / 12) * 2); */
        margin-left: calc((100vw / 12)); }
      .cart-modal .divs_blocos .bloco_2 .div_bloc_absolute .thumbs,
      .detalhe_container .divs_blocos .bloco_2 .div_bloc_absolute .thumbs {
        padding-left: 5rem; }
        .cart-modal .divs_blocos .bloco_2 .div_bloc_absolute .thumbs .img,
        .detalhe_container .divs_blocos .bloco_2 .div_bloc_absolute .thumbs .img {
          margin-left: 1rem;
          margin-top: 1rem; }
  .cart-modal .relacionados_cont,
  .detalhe_container .relacionados_cont {
    padding-top: 12rem;
    padding-bottom: 12rem;
    background: #F5F5F5; }
    .cart-modal .relacionados_cont h1,
    .detalhe_container .relacionados_cont h1 {
      padding-bottom: 4rem;
      font-size: 24px; }
    .cart-modal .relacionados_cont .div_dots_r,
    .detalhe_container .relacionados_cont .div_dots_r {
      position: absolute;
      width: 100%; }
      .cart-modal .relacionados_cont .div_dots_r .slick-dots,
      .detalhe_container .relacionados_cont .div_dots_r .slick-dots {
        position: relative;
        bottom: 0; }
        .cart-modal .relacionados_cont .div_dots_r .slick-dots li,
        .detalhe_container .relacionados_cont .div_dots_r .slick-dots li {
          border-radius: 0;
          margin: 0;
          background: #fff;
          height: 3px;
          border: none; }
          .cart-modal .relacionados_cont .div_dots_r .slick-dots li.slick-active,
          .detalhe_container .relacionados_cont .div_dots_r .slick-dots li.slick-active {
            background: #000000; }
    .cart-modal .relacionados_cont .produtos_divs figure .info,
    .detalhe_container .relacionados_cont .produtos_divs figure .info {
      margin-top: 6rem; }
  @media screen and (max-width: 950px) {
    .cart-modal .product-detail-info .detalhe_preco,
    .cart-modal .detalhe_info .detalhe_preco,
    .detalhe_container .product-detail-info .detalhe_preco,
    .detalhe_container .detalhe_info .detalhe_preco {
      margin-top: 2rem; }
    .cart-modal .product-detail-info .detalhe_divs [accordion],
    .cart-modal .detalhe_info .detalhe_divs [accordion],
    .detalhe_container .product-detail-info .detalhe_divs [accordion],
    .detalhe_container .detalhe_info .detalhe_divs [accordion] {
      padding: 0 7.333%; }
    .cart-modal .breadcrumbs_cont .breadcrumbs,
    .detalhe_container .breadcrumbs_cont .breadcrumbs {
      padding: 2rem 0; }
    .cart-modal #div_imagem,
    .detalhe_container #div_imagem {
      height: calc(100vh - 117px); }
      .cart-modal #div_imagem .slick-list,
      .cart-modal #div_imagem .slick-track,
      .detalhe_container #div_imagem .slick-list,
      .detalhe_container #div_imagem .slick-track {
        height: 100%; }
    .cart-modal .product-detail-info,
    .detalhe_container .product-detail-info {
      padding-left: 25px;
      padding-right: 25px; }
    .cart-modal .cont_detalhe,
    .detalhe_container .cont_detalhe {
      padding-top: 7rem;
      padding-bottom: 7rem; }
      .cart-modal .cont_detalhe .div_descricao .tabs a.links,
      .detalhe_container .cont_detalhe .div_descricao .tabs a.links {
        font-size: 16px; }
    .cart-modal .combina_cont h1,
    .detalhe_container .combina_cont h1 {
      padding-bottom: 2.5rem; }
    .cart-modal .combina_cont .listagem,
    .detalhe_container .combina_cont .listagem {
      padding-left: 20px; }
      .cart-modal .combina_cont .listagem .slick-list,
      .detalhe_container .combina_cont .listagem .slick-list {
        padding-right: calc(8.333% + 30px); }
    .cart-modal .combina_cont .produtos_divs figure .info,
    .detalhe_container .combina_cont .produtos_divs figure .info {
      margin-top: 2rem; }
    .cart-modal .detalhe_quantidade .favoritos,
    .detalhe_container .detalhe_quantidade .favoritos {
      margin-left: 0;
      margin-top: 1rem;
      text-align: left; }
      .cart-modal .detalhe_quantidade .favoritos i,
      .detalhe_container .detalhe_quantidade .favoritos i {
        float: right; }
    .cart-modal .divs_blocos .bloco_1,
    .detalhe_container .divs_blocos .bloco_1 {
      padding: 6rem 0; }
      .cart-modal .divs_blocos .bloco_1 .textos,
      .detalhe_container .divs_blocos .bloco_1 .textos {
        padding: 0 20px;
        padding-bottom: 8rem; }
      .cart-modal .divs_blocos .bloco_1 .imagem,
      .detalhe_container .divs_blocos .bloco_1 .imagem {
        margin-left: 25px; }
    .cart-modal .divs_blocos .bloco_2,
    .detalhe_container .divs_blocos .bloco_2 {
      padding: 4rem 0; }
      .cart-modal .divs_blocos .bloco_2 .bg,
      .detalhe_container .divs_blocos .bloco_2 .bg {
        background: transparent; }
      .cart-modal .divs_blocos .bloco_2 .content,
      .detalhe_container .divs_blocos .bloco_2 .content {
        margin-left: 25px;
        background: #fff;
        width: auto;
        padding: 5rem 8.333%;
        min-height: auto;
        max-width: 100%; }
      .cart-modal .divs_blocos .bloco_2 .slick-imgsBlocos,
      .detalhe_container .divs_blocos .bloco_2 .slick-imgsBlocos {
        padding-left: 25px; }
      .cart-modal .divs_blocos .bloco_2 .bloco_arrows.prev,
      .detalhe_container .divs_blocos .bloco_2 .bloco_arrows.prev {
        left: 50px; }
      .cart-modal .divs_blocos .bloco_2 .bloco_arrows.next,
      .detalhe_container .divs_blocos .bloco_2 .bloco_arrows.next {
        right: 25px; }
      .cart-modal .divs_blocos .bloco_2 .bloco_arrows span,
      .detalhe_container .divs_blocos .bloco_2 .bloco_arrows span {
        width: 6rem;
        height: 3rem;
        font-size: 6rem;
        color: #fff; }
    .cart-modal .relacionados_cont,
    .detalhe_container .relacionados_cont {
      padding-top: 10rem;
      padding-bottom: 10rem; }
      .cart-modal .relacionados_cont h1,
      .detalhe_container .relacionados_cont h1 {
        padding-bottom: 2.5rem; }
      .cart-modal .relacionados_cont .listagem,
      .detalhe_container .relacionados_cont .listagem {
        padding-left: 20px; }
        .cart-modal .relacionados_cont .listagem .slick-list,
        .detalhe_container .relacionados_cont .listagem .slick-list {
          padding-right: calc(8.333% + 30px); }
      .cart-modal .relacionados_cont .produtos_divs figure .info,
      .detalhe_container .relacionados_cont .produtos_divs figure .info {
        margin-top: 2rem; } }

/* PROMOCOES */
.detalhe_divs_promocoes .detalhe_promocoes_datas {
  font-size: 1.3rem;
  line-height: 2rem;
  font-weight: 600;
  color: #000000;
  margin-top: 2rem; }

.detalhe_divs_promocoes .detalhe_promocoes_link {
  color: #D3B487;
  letter-spacing: 0.03rem; }

.detalhe_promocoes {
  font-size: 1.3rem;
  line-height: 2rem;
  font-weight: 400;
  color: #000000;
  margin-top: 3rem; }
  .detalhe_promocoes .detalhe_promocoes_tit {
    color: #D3B487;
    font-size: 1.5rem;
    line-height: 2.4rem;
    font-weight: 600;
    margin-bottom: 1rem; }
  .detalhe_promocoes .detalhe_promocoes_datas {
    margin-bottom: 1rem;
    font-weight: 600; }
  .detalhe_promocoes .detalhe_promocoes_txt {
    margin-bottom: 1rem; }

.listagem_promocoes {
  text-align: center;
  padding-bottom: 4rem !important; }

.listagem_promocoes_txt {
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 400;
  color: #000000; }

.noticias_cont {
  position: relative;
  /* DIVS PARA FORA DO ECRA */
  display: block;
  width: auto;
  margin: 0 -1.5rem;
  padding-top: 2rem; }
  .noticias_cont h1 {
    margin-bottom: 9rem; }
  .noticias_cont:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #fff;
    width: 100%;
    height: 1px; }
  @media screen and (max-width: 950px) {
    .noticias_cont {
      margin-bottom: 0; } }

.noticias_divs {
  position: relative;
  /* DISPLAY INLINE BLOCK */
  display: inline-block;
  vertical-align: top;
  width: 33.333%;
  padding: 0 1.5rem;
  padding-bottom: 10rem;
  /* @include breakpoint(small down){
		width:100%;
	} */ }
  .noticias_divs figure {
    position: relative; }
  .noticias_divs .img {
    display: block;
    position: relative;
    /* ANIMATIONSCSS */
    -webkit-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear; }
    .noticias_divs .img:after {
      opacity: 0;
      background: rgba(211, 180, 135, 0.6);
      /* ANIMATIONSCSS */
      -webkit-transition: all 0.3s linear;
      -ms-transition: all 0.3s linear;
      -o-transition: all 0.3s linear;
      -moz-transition: all 0.3s linear;
      transition: all 0.3s linear; }
  .noticias_divs .info {
    position: static;
    padding-top: 2.5rem;
    z-index: 5; }
    .noticias_divs .info > h5 {
      display: block;
      /* ANIMATIONSCSS */
      -webkit-transition: color 0.3s linear;
      -ms-transition: color 0.3s linear;
      -o-transition: color 0.3s linear;
      -moz-transition: color 0.3s linear;
      transition: color 0.3s linear;
      line-height: 1.3;
      font-size: 18px; }
    .noticias_divs .info > div {
      display: -webkit-box;
      -webkit-line-clamp: 4;
      -webkit-box-orient: vertical;
      white-space: normal;
      height: 6em;
      overflow: hidden;
      margin-top: 1rem; }
    .noticias_divs .info button {
      margin-top: 2rem; }
  .noticias_divs:hover .img {
    /* &:after{
				opacity:1;
			} */
    opacity: 0.6; }
  .noticias_divs:hover .info button {
    color: #fff; }
    .noticias_divs:hover .info button:after {
      /* TRANSFORMS */
      -moz-transform: scaleY(1);
      -o-transform: scaleY(1);
      -ms-transform: scaleY(1);
      -webkit-transform: scaleY(1);
      transform: scaleY(1); }
  @media screen and (max-width: 1280px) {
    .noticias_divs {
      width: 33.333%; } }
  @media screen and (max-width: 750px) {
    .noticias_divs {
      width: 50%; } }

.noticias_detalhe .cont_detalhe {
  padding-top: 2rem; }
  .noticias_detalhe .cont_detalhe h1 {
    max-width: 768px;
    margin: auto;
    text-align: center;
    margin-bottom: 2rem; }
  .noticias_detalhe .cont_detalhe h4 {
    max-width: 768px;
    margin: auto;
    text-align: center;
    margin-bottom: 3rem; }
  .noticias_detalhe .cont_detalhe .info .desc {
    padding-top: 3rem; }
    .noticias_detalhe .cont_detalhe .info .desc a {
      display: inline-block;
      color: #D3B487; }
      .noticias_detalhe .cont_detalhe .info .desc a:hover {
        color: #000000; }
  .noticias_detalhe .cont_detalhe .info .share {
    padding-top: 5rem;
    position: relative;
    text-align: left; }
    .noticias_detalhe .cont_detalhe .info .share span {
      font-size: 12px; }
    .noticias_detalhe .cont_detalhe .info .share .share-button {
      font-style: inherit; }
    .noticias_detalhe .cont_detalhe .info .share .share_modal {
      margin-top: 1px; }
    .noticias_detalhe .cont_detalhe .info .share .icon-share:before {
      font-family: "barrio" !important; }

.noticias_detalhe .detalhe_nav_voltar {
  padding: 2.2rem 0; }
  .noticias_detalhe .detalhe_nav_voltar .bt_voltar {
    color: #000000;
    font-size: 11px;
    line-height: 1.2;
    font-weight: 700;
    text-transform: uppercase; }
    .noticias_detalhe .detalhe_nav_voltar .bt_voltar:before {
      display: inline-block;
      vertical-align: middle;
      padding-right: 1rem;
      font-size: 12px; }
    .noticias_detalhe .detalhe_nav_voltar .bt_voltar:hover {
      color: #D3B487; }
  .noticias_detalhe .detalhe_nav_voltar .detalhe_nav {
    padding: 2.2rem 0; }
    .noticias_detalhe .detalhe_nav_voltar .detalhe_nav a.prev,
    .noticias_detalhe .detalhe_nav_voltar .detalhe_nav a.next {
      position: relative;
      display: inline-block;
      vertical-align: middle;
      font-size: 11px;
      text-transform: uppercase; }
      .noticias_detalhe .detalhe_nav_voltar .detalhe_nav a.prev i,
      .noticias_detalhe .detalhe_nav_voltar .detalhe_nav a.next i {
        /* DISPLAY INLINE BLOCK */
        display: inline-block;
        vertical-align: middle;
        font-size: 1rem;
        color: #000000; }
    .noticias_detalhe .detalhe_nav_voltar .detalhe_nav a.prev i.icon-right,
    .noticias_detalhe .detalhe_nav_voltar .detalhe_nav a.next i.icon-right {
      margin-left: 8px; }
    .noticias_detalhe .detalhe_nav_voltar .detalhe_nav a.prev i.icon-left,
    .noticias_detalhe .detalhe_nav_voltar .detalhe_nav a.next i.icon-left {
      margin-right: 8px; }
    .noticias_detalhe .detalhe_nav_voltar .detalhe_nav a.prev:hover,
    .noticias_detalhe .detalhe_nav_voltar .detalhe_nav a.prev.active,
    .noticias_detalhe .detalhe_nav_voltar .detalhe_nav a.next:hover,
    .noticias_detalhe .detalhe_nav_voltar .detalhe_nav a.next.active {
      color: #D3B487; }
      .noticias_detalhe .detalhe_nav_voltar .detalhe_nav a.prev:hover i,
      .noticias_detalhe .detalhe_nav_voltar .detalhe_nav a.prev.active i,
      .noticias_detalhe .detalhe_nav_voltar .detalhe_nav a.next:hover i,
      .noticias_detalhe .detalhe_nav_voltar .detalhe_nav a.next.active i {
        color: #D3B487; }
    .noticias_detalhe .detalhe_nav_voltar .detalhe_nav a.prev {
      margin-right: 1rem; }
    .noticias_detalhe .detalhe_nav_voltar .detalhe_nav a.next {
      margin-left: 1rem; }

@media screen and (max-width: 950px) {
  .noticias_detalhe .cont_detalhe h1 {
    font-size: 25px; } }

.paginas_header {
  text-align: center;
  position: relative; }
  .paginas_header.has_padd {
    padding: 7.5rem 2rem; }
  .paginas_header.has_color {
    height: 18rem;
    background: #000; }
  .paginas_header .paginas_head_cont {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .paginas_header h1 {
    /*PAGINAS*/
    color: #fff;
    font-size: 40px;
    font-size: -webkit-calc(( 40px - 5px ) + 5 * (100vw - 350px) / (1920 - 350));
    font-size: -moz-calc(( 40px - 5px ) + 5 * (100vw - 350px) / (1920 - 350));
    font-size: calc(( 40px - 5px ) + 5 * (100vw - 350px) / (1920 - 350));
    line-height: 1.3;
    font-weight: 400;
    max-width: 80%;
    margin: auto; }
    .paginas_header h1.branco {
      color: #fff; }
    .paginas_header h1.preto {
      color: #000000; }

.paginas_cont .outras_paginas {
  left: auto;
  margin-top: 5rem;
  width: 100%;
  max-width: 30rem;
  padding-right: 2rem; }
  .paginas_cont .outras_paginas a {
    font-weight: 500;
    position: relative;
    display: table;
    padding: 10px 0;
    margin-bottom: 2rem;
    padding-right: 2rem; }
    .paginas_cont .outras_paginas a:before {
      position: absolute;
      top: 50%;
      right: 0;
      /* TRANSFORMS */
      -moz-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      color: #D3B487;
      display: none;
      font-size: 10px; }
    .paginas_cont .outras_paginas a:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 0;
      height: 3px;
      background-color: #D3B487; }
    .paginas_cont .outras_paginas a.active {
      color: #D3B487; }
      .paginas_cont .outras_paginas a.active:before {
        display: block; }
      .paginas_cont .outras_paginas a.active:after {
        width: 5rem; }
    .paginas_cont .outras_paginas a:hover {
      color: #D3B487; }

.paginas_cont .medium-9 {
  margin-top: 5rem; }

@media screen and (max-width: 950px) {
  .paginas_cont .medium-9 {
    margin-top: 0; } }

.paginas_container {
  margin: auto;
  position: relative; }
  .paginas_container.has_max {
    max-width: 100%;
    padding: 0; }
  .paginas_container .limited {
    max-width: 81rem;
    margin: auto;
    /*text-align: center;*/ }

.paginas_bloco_margin {
  display: block; }
  .paginas_bloco_margin.small {
    height: 5rem;
    min-height: unset; }
  @media screen and (max-width: 950px) {
    .paginas_bloco_margin {
      height: auto !important; } }

.paginas_tit {
  /*@include textos(subtitulos, $secondary-color);
	@extend .titulos;*/
  display: table;
  text-align: left;
  margin-bottom: 3rem !important;
  /* text-transform: uppercase; */
  /* padding-bottom: 1rem; */
  position: relative;
  /*@include breakpoint(xxsmall down){
		text-align: center;
		margin: auto;
	}*/ }
  .paginas_tit:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 140px;
    height: 3px;
    background-color: #D3B487;
    display: none; }
  .paginas_tit.full {
    width: 100%; }
    .paginas_tit.full:after {
      width: 100%; }
  .paginas_tit.center {
    margin: auto;
    text-align: center; }
    .paginas_tit.center:after {
      left: 50%;
      /* TRANSFORMS */
      -moz-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%); }

.paginas_tit_small {
  /*PAGINAS*/
  color: #000000;
  font-size: 16px;
  line-height: 1.1;
  font-weight: 500;
  font-size: 13px;
  text-align: left;
  padding-bottom: 1.5rem; }
  .paginas_tit_small.center {
    text-align: center; }
  @media screen and (max-width: 950px) {
    .paginas_tit_small {
      text-align: center; } }

.paginas_txt {
  font-style: normal;
  padding-bottom: 3.5rem; }
  .paginas_txt div.overflow {
    overflow: auto;
    display: block; }
  .paginas_txt table.tbl_cookies {
    width: 100% !important;
    min-width: 600px;
    table-layout: fixed;
    border: 1px solid #000000;
    border-bottom: 0;
    border-collapse: collapse; }
  .paginas_txt table.tbl_cookies thead tr {
    background-color: #bdc0bf;
    border-bottom: 1px solid #000000; }
  .paginas_txt table.tbl_cookies thead td {
    border-bottom: 1px solid #000000; }
  .paginas_txt table.tbl_cookies thead td {
    text-align: center;
    font-weight: bold; }
  .paginas_txt table.tbl_cookies td {
    width: 20% !important;
    padding: 5px;
    border-right: 1px solid #000000;
    border-bottom: 1px solid #000000; }
  .paginas_txt table.tbl_cookies td:last-child {
    border-right: 0; }
  .paginas_txt table.tbl_cookies td:nth-child(3) {
    width: 40% !important; }
  .paginas_txt.has_max {
    max-width: 90%; }
    @media screen and (max-width: 950px) {
      .paginas_txt.has_max {
        max-width: 100%; } }
  .paginas_txt strong {
    font-weight: 700; }
  .paginas_txt a {
    font-weight: 700;
    color: #D3B487; }
    .paginas_txt a:hover {
      color: #000000; }
  .paginas_txt iframe {
    margin: auto;
    display: block;
    width: 100%;
    max-width: none; }
  .paginas_txt img {
    max-width: 100%; }
  .paginas_txt ul:not(.slick-dots) li {
    list-style-type: disc;
    list-style-position: inside;
    margin-top: 1.5rem; }

.paginas_conteudo.left {
  padding-left: 2rem;
  padding-right: 0px; }

.paginas_conteudo.left_float {
  padding-right: 2rem;
  padding-left: 0px;
  float: left; }

.paginas_conteudo.right {
  padding-right: 2rem;
  padding-left: 0px; }

.paginas_conteudo.right_float {
  padding-left: 2rem;
  padding-right: 0px;
  float: right; }

.paginas_conteudo.top {
  padding-top: 2rem; }

.paginas_conteudo.bottom {
  padding-bottom: 2rem; }

@media screen and (max-width: 950px) {
  .paginas_conteudo {
    /*padding: 0 !important;
		padding-bottom: $padds !important;*/
    float: none !important;
    max-width: 100%; }
    .paginas_conteudo.left_float {
      padding-right: 0;
      padding-bottom: 2rem; }
    .paginas_conteudo.right_float {
      padding-left: 0;
      padding-bottom: 2rem; }
    .paginas_conteudo.left {
      padding-left: 0; }
      .paginas_conteudo.left.order_1 {
        padding-top: 2rem; }
      .paginas_conteudo.left.order_2 {
        padding-top: 2rem; }
    .paginas_conteudo.right {
      padding-right: 0; }
      .paginas_conteudo.right.order_1 {
        padding-top: 2rem; }
      .paginas_conteudo.right.order_2 {
        padding-top: 2rem; }
    .paginas_conteudo.bottom {
      /*padding-bottom: 0;*/
      padding-top: 2rem; } }

.paginas_img {
  display: block;
  width: 100%;
  max-width: 50%;
  /*padding-top: $padds;*/ }
  .paginas_img.left .div_cont_gal {
    padding-left: 2rem;
    padding-right: 0px; }
  .paginas_img.left_float {
    padding-right: 2rem;
    padding-left: 0px;
    float: left; }
  .paginas_img.right .div_cont_gal {
    padding-right: 2rem;
    padding-left: 0px; }
  .paginas_img.right_float {
    padding-left: 2rem;
    padding-right: 0px;
    float: right; }
  .paginas_img.top .div_cont_gal {
    padding-top: 2rem; }
  .paginas_img.bottom .div_cont_gal {
    padding-bottom: 2rem; }
  .paginas_img.single {
    max-width: 100%;
    /*padding-bottom:0;*/ }
  .paginas_img.padded .div_cont_gal {
    padding-bottom: 2rem; }
  @media screen and (max-width: 950px) {
    .paginas_img {
      /*padding: 0 !important;
		padding-bottom: $padds !important;*/
      float: none !important;
      max-width: 100%; }
      .paginas_img.left_float {
        padding-right: 0;
        padding-bottom: 2rem; }
      .paginas_img.right_float {
        padding-left: 0;
        padding-bottom: 2rem; }
      .paginas_img.left .div_cont_gal {
        padding-left: 0;
        padding-bottom: 2rem; }
      .paginas_img.left.order_1 .div_cont_gal {
        padding-bottom: 2rem; }
      .paginas_img.left.order_2 .div_cont_gal {
        padding-top: 2rem; }
      .paginas_img.right .div_cont_gal {
        padding-right: 0;
        padding-bottom: 2rem; }
      .paginas_img.right.order_1 .div_cont_gal {
        padding-bottom: 2rem; }
      .paginas_img.right.order_2 .div_cont_gal {
        padding-top: 2rem; }
      .paginas_img.top .div_cont_gal {
        /*padding-bottom: 0;*/
        padding-bottom: 2rem; } }

.gallery_cont .gallery_arrows.prev {
  left: 5rem; }

.gallery_cont .gallery_arrows.next {
  right: 5rem; }

.estrutura_3 {
  /* DIVS PARA FORA DO ECRA */
  display: block;
  width: auto;
  margin: 0 -2rem; }
  .estrutura_3 .column {
    padding: 0 2rem !important; }
  @media screen and (max-width: 950px) {
    .estrutura_3 {
      /* DIVS PARA FORA DO ECRA */
      display: block;
      width: auto;
      margin: 0 0; }
      .estrutura_3 .column {
        padding: 0 !important;
        padding-top: 8rem !important; }
        .estrutura_3 .column:first-child {
          padding-top: 0 !important; } }

.mapa_paginas {
  height: 100%; }
  .mapa_paginas.left {
    padding-left: 2rem;
    padding-right: 0px; }
  .mapa_paginas.right {
    padding-right: 2rem;
    padding-left: 0px; }
  .mapa_paginas .mapa_container {
    height: 100%;
    min-height: 400px; }
  @media screen and (max-width: 950px) {
    .mapa_paginas.left {
      padding-left: 0; }
      .mapa_paginas.left.order_1 {
        padding-bottom: 2rem; }
      .mapa_paginas.left.order_2 {
        padding-top: 2rem; }
    .mapa_paginas.right {
      padding-right: 0; }
      .mapa_paginas.right.order_1 {
        padding-bottom: 2rem; }
      .mapa_paginas.right.order_2 {
        padding-top: 2rem; } }

.pag_video_cont {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }
  .pag_video_cont .video_player {
    width: 100%;
    height: 100%;
    position: absolute; }
  .pag_video_cont iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    z-index: 100;
    background: transparent; }

/*.paginas_btn{
	margin-top: 3.5rem;
}*/
.paginas_form form {
  /*&.top{
			padding-top: 7rem;
		}*/ }
  .paginas_form form.full {
    margin-top: 4rem; }
  .paginas_form form.left {
    padding-left: 2rem; }
  .paginas_form form.right {
    padding-right: 2rem; }

.paginas_form.texto_centro {
  text-align: center; }
  .paginas_form.texto_centro .paginas_tit {
    width: 100%;
    text-align: center; }
    .paginas_form.texto_centro .paginas_tit:after {
      left: 50%;
      /* TRANSFORMS */
      -moz-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%); }
  .paginas_form.texto_centro form {
    max-width: 500px;
    margin: auto; }

@media screen and (max-width: 950px) {
  .paginas_form form {
    margin-top: 4rem; }
    .paginas_form form.left {
      padding-left: 0; }
    .paginas_form form.right {
      padding-right: 0; } }

.paginas_downs {
  padding-top: 4rem; }
  .paginas_downs .bloco_down {
    padding: 1.5rem 0;
    display: block; }
    .paginas_downs .bloco_down:last-child {
      padding-bottom: 0; }
    .paginas_downs .bloco_down .icon {
      color: #000000;
      padding-right: 4rem; }
      .paginas_downs .bloco_down .icon:before {
        font-size: 3rem; }
    .paginas_downs .bloco_down .textos span {
      font-size: 14px; }
    .paginas_downs .bloco_down:hover .icon,
    .paginas_downs .bloco_down:hover .textos {
      color: #D3B487; }

.timeline {
  /*margin-bottom: 7rem;*/ }
  .timeline .slick-years {
    position: absolute;
    width: 50%;
    right: 0;
    bottom: 6rem;
    z-index: 5; }
    .timeline .slick-years::before {
      content: '';
      position: absolute;
      left: 0%;
      top: 50%;
      margin-top: -1px;
      display: block;
      height: 2px;
      width: 100%;
      background-color: #fff;
      pointer-events: none; }
    .timeline .slick-years li {
      /* DISPLAY INLINE BLOCK */
      display: inline-block;
      vertical-align: top;
      text-align: center;
      height: 3.3rem; }
      .timeline .slick-years li span {
        /* DISPLAY INLINE BLOCK */
        display: inline-block;
        vertical-align: top;
        position: relative;
        width: 1.7rem;
        height: 1.7rem;
        background: #fff;
        margin: 0 4rem;
        margin-top: 0.8rem;
        border-radius: 50%;
        border: 0; }
        .timeline .slick-years li span::before {
          content: '';
          position: absolute;
          left: 50%;
          top: 50%;
          margin-top: -1.65rem;
          margin-left: -1.65rem;
          display: block;
          height: 3.3rem;
          width: 3.3rem;
          background-color: transparent;
          border: 1px solid #fff;
          border-radius: 50%;
          pointer-events: none;
          opacity: 0;
          visibility: hidden;
          /* TRANSFORMS */
          -moz-transform: scale(0.6);
          -o-transform: scale(0.6);
          -ms-transform: scale(0.6);
          -webkit-transform: scale(0.6);
          transform: scale(0.6);
          /* ANIMATIONSCSS */
          -webkit-transition: all 0.3s linear;
          -ms-transition: all 0.3s linear;
          -o-transition: all 0.3s linear;
          -moz-transition: all 0.3s linear;
          transition: all 0.3s linear; }
      .timeline .slick-years li span:hover,
      .timeline .slick-years li.slick-current span {
        background: #D3B487; }
        .timeline .slick-years li span:hover:before,
        .timeline .slick-years li.slick-current span:before {
          opacity: 1;
          visibility: visible;
          /* TRANSFORMS */
          -moz-transform: scale(1);
          -o-transform: scale(1);
          -ms-transform: scale(1);
          -webkit-transform: scale(1);
          transform: scale(1); }
  .timeline .timeline_divs .info,
  .timeline .timeline_info .info {
    display: block;
    position: relative;
    padding: 7.5rem 9rem;
    padding-bottom: 10rem;
    max-width: 82.5rem;
    width: 100%;
    height: 100%;
    background: #000000; }
    .timeline .timeline_divs .info h3,
    .timeline .timeline_info .info h3 {
      color: #fff;
      font-weight: 900; }
    .timeline .timeline_divs .info .textos,
    .timeline .timeline_info .info .textos {
      color: #fff;
      margin-top: 3rem;
      display: block;
      height: 13em;
      overflow: hidden;
      overflow-y: auto; }
    .timeline .timeline_divs .info .button,
    .timeline .timeline_info .info .button {
      margin-top: 2.5rem; }
      .timeline .timeline_divs .info .button:before,
      .timeline .timeline_info .info .button:before {
        background: #fff; }
      .timeline .timeline_divs .info .button:hover,
      .timeline .timeline_info .info .button:hover {
        color: #D3B487; }
  .timeline .timeline_divs.opening .info,
  .timeline .timeline_divs.open .info,
  .timeline .timeline_info.opening .info,
  .timeline .timeline_info.open .info {
    max-width: 100%; }
    .timeline .timeline_divs.opening .info .textos,
    .timeline .timeline_divs.open .info .textos,
    .timeline .timeline_info.opening .info .textos,
    .timeline .timeline_info.open .info .textos {
      height: auto; }
  @media screen and (max-width: 1925px) {
    .timeline .timeline_divs .info,
    .timeline .timeline_info .info {
      padding: 5rem;
      padding-bottom: 7rem;
      border-left: 0;
      max-width: 74.5rem; }
      .timeline .timeline_divs .info .textos,
      .timeline .timeline_info .info .textos {
        margin-top: 1.5rem; } }
  @media screen and (max-width: 1150px) {
    .timeline .timeline_divs .info,
    .timeline .timeline_info .info {
      padding: 6rem 2rem;
      padding-bottom: 13rem;
      max-width: 100%; }
      .timeline .timeline_divs .info .button,
      .timeline .timeline_info .info .button {
        margin-top: 4rem; } }
  @media screen and (max-width: 1925px) {
    .timeline .slick-years {
      bottom: 2rem; }
      .timeline .slick-years li span {
        margin: 0 2rem;
        margin-top: 0.8rem; } }
  @media screen and (max-width: 1150px) {
    .timeline .slick-years {
      bottom: 4rem; }
      .timeline .slick-years li {
        height: 1.8rem; }
        .timeline .slick-years li span {
          width: 1.2rem;
          height: 1.2rem;
          margin: 0 1rem;
          margin-top: 0.3rem; }
          .timeline .slick-years li span::before {
            margin-top: -0.9rem;
            margin-left: -0.9rem;
            height: 1.8rem;
            width: 1.8rem; } }
  @media screen and (max-width: 950px) {
    .timeline .timeline_divs .info,
    .timeline .timeline_info .info {
      padding-bottom: 10rem; }
      .timeline .timeline_divs .info .textos,
      .timeline .timeline_info .info .textos {
        height: 11em; }
    .timeline .slick-years {
      width: 100%; } }

.paginas_container .table_overflow {
  display: block;
  width: 100%;
  overflow: auto;
  /*background-color: rgba($secondary-color, 0.1);*/ }
  .paginas_container .table_overflow table {
    width: 100% !important;
    min-width: 600px;
    table-layout: fixed;
    /*border: 1px solid #000000;*/
    border-bottom: 0;
    border-collapse: collapse; }
    .paginas_container .table_overflow table thead tr {
      /*background-color: #bdc0bf;*/
      /*border-bottom: 1px solid #000000; */ }
    .paginas_container .table_overflow table thead td {
      /*border-bottom: 1px solid #000000; */
      /*text-align: center;*/
      font-weight: bold;
      color: #fff; }
      .paginas_container .table_overflow table thead td.cor_op_1 {
        background-color: #d3b487; }
      .paginas_container .table_overflow table thead td.cor_op_05 {
        background-color: rgba(211, 180, 135, 0.5); }
    .paginas_container .table_overflow table td {
      width: 22% !important;
      padding: 15px 10px;
      font-size: 14px;
      /*border-right: 1px solid #000000;
			border-bottom: 1px solid #000000;*/ }
      .paginas_container .table_overflow table td:last-child {
        border-right: 0; }
      .paginas_container .table_overflow table td:nth-child(3) {
        width: 40% !important; }
    .paginas_container .table_overflow table tbody tr {
      position: relative; }
      .paginas_container .table_overflow table tbody tr td.cor2_op_05 {
        background-color: rgba(211, 180, 135, 0.06); }
      .paginas_container .table_overflow table tbody tr td.cor2_op_1 {
        background-color: rgba(211, 180, 135, 0.25); }
      .paginas_container .table_overflow table tbody tr.cor3_op td.cor2_op_05 {
        background-color: rgba(211, 180, 135, 0.01); }
      .paginas_container .table_overflow table tbody tr.cor3_op td.cor2_op_1 {
        background-color: rgba(211, 180, 135, 0.2); }

.paginas_pontos_venda .filtros .cont_filtro {
  /* DISPLAY INLINE BLOCK */
  display: inline-block;
  vertical-align: middle;
  max-width: 335px;
  width: 100%;
  padding-right: 1rem; }

/* MODAL FORM */
.search {
  position: fixed;
  z-index: 10000000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: #D3B487;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s; }
  .doc-ready .search {
    display: flex; }
  .search::before, .search::after {
    content: '';
    position: absolute;
    width: calc(100% + 3rem);
    height: calc(100% + 3rem);
    pointer-events: none;
    border: 3rem solid #000000;
    transition: transform 0.5s; }
  .search::before {
    top: 0;
    left: 0;
    border-right-width: 0;
    border-bottom-width: 0;
    transform: translate3d(-3rem, -3rem, 0); }
  .search::after {
    right: 0;
    bottom: 0;
    border-top-width: 0;
    border-left-width: 0;
    transform: translate3d(3rem, 3rem, 0); }
  .search #btn-search-close {
    top: 4rem;
    right: 4rem; }
  .search .search_inner {
    padding: 0 6rem; }
  .search .search_form {
    position: relative;
    margin: 5em 0 2em;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    opacity: 0;
    transform: scale3d(0.8, 0.8, 1);
    transition: opacity 0.5s, transform 0.5s; }
  .search .search_input {
    display: inline-block;
    vertical-align: top;
    font-size: 5vw;
    line-height: 1;
    width: 100%;
    padding: 2rem 0;
    color: #fff;
    border: none;
    border-bottom: 2px solid;
    opacity: 0;
    transition: opacity 0.4s; }
    .search .search_input::-webkit-search-cancel-button, .search .search_input::-webkit-search-decoration {
      -webkit-appearance: none; }
    .search .search_input::-ms-clear {
      display: none; }
  .search .search_info {
    position: relative;
    z-index: 9;
    display: block;
    width: 100%;
    text-align: right;
    color: #808080;
    color: #fff;
    font-size: 1.4rem;
    line-height: 2rem;
    font-weight: 400;
    padding: 1.5rem 0; }
  .search .search_related {
    width: 25%; }
  .search .search_suggestion {
    opacity: 0;
    transform: translate3d(0, -3rem, 0);
    transition: opacity 0.5s, transform 0.5s; }
    .search .search_suggestion h3 {
      margin-top: 2.5rem;
      margin-bottom: 1rem; }
    .search .search_suggestion a {
      /* DISPLAY INLINE BLOCK */
      display: inline-block;
      vertical-align: top;
      color: #fff; }
      .search .search_suggestion a:hover {
        color: #000000; }
  .search.search-open {
    opacity: 1;
    pointer-events: auto; }
    .search.search-open .btn-search-close {
      opacity: 1; }
    .search.search-open::before, .search.search-open::after {
      transform: translate3d(0, 0, 0); }
    .search.search-open .search_form {
      opacity: 1;
      transform: scale3d(1, 1, 1); }
    .search.search-open .search_input {
      opacity: 1; }
    .search.search-open .search_suggestion {
      opacity: 1;
      transform: translate3d(0, 0, 0); }
  @media screen and (max-width: 950px) {
    .search::before, .search::after {
      content: '';
      position: absolute;
      width: calc(100% + 1.5rem);
      height: calc(100% + 1.5rem);
      pointer-events: none;
      border: 1.5rem solid #000000;
      transition: transform 0.5s; }
    .search::before {
      top: 0;
      left: 0;
      border-right-width: 0;
      border-bottom-width: 0;
      transform: translate3d(-1.5rem, -1.5rem, 0); }
    .search::after {
      right: 0;
      bottom: 0;
      border-top-width: 0;
      border-left-width: 0;
      transform: translate3d(1.5rem, 1.5rem, 0); }
    .search #btn-search-close {
      top: 2.5rem;
      right: 2.5rem; }
    .search .search_inner {
      padding: 0 3rem; } }

/* PAGE */
.search-page .pesq_listings .pesq_div,
.header_pesq_drop .pesq_listings .pesq_div {
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  width: 100%; }
  .search-page .pesq_listings .pesq_div .img,
  .header_pesq_drop .pesq_listings .pesq_div .img {
    border: 1px solid #f0f0f0;
    background-color: #fff; }
  .search-page .pesq_listings .pesq_div .info h5,
  .header_pesq_drop .pesq_listings .pesq_div .info h5 {
    /*PAGINAS*/
    color: #D3B487;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400; }

.search-page .search_no_results,
.header_pesq_drop .search_no_results {
  text-align: center;
  /*PAGINAS*/
  color: #000000;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  font-weight: 400;
  margin: 5rem auto; }

.search-page {
  position: relative; }
  .search-page .pesquisa_tit {
    /*margin-top: 3rem;*/
    margin-bottom: 2rem; }
  .search-page .pesq_listings {
    margin-bottom: 7.5rem; }
    .search-page .pesq_listings .pesq_div {
      margin: 6rem auto;
      padding-bottom: 6rem; }
      .search-page .pesq_listings .pesq_div .img {
        width: 250px;
        height: 250px; }
      .search-page .pesq_listings .pesq_div .info {
        padding-left: 40px; }
        .search-page .pesq_listings .pesq_div .info h5 {
          margin-bottom: 1rem; }
        .search-page .pesq_listings .pesq_div .info .nome {
          /*PAGINAS*/
          color: #000000;
          font-size: 16px;
          line-height: 1.1;
          font-weight: 500; }
          .search-page .pesq_listings .pesq_div .info .nome:hover {
            color: #D3B487; }
        .search-page .pesq_listings .pesq_div .info div.desc {
          display: block;
          overflow: hidden;
          text-align: left;
          max-height: 5.6em;
          margin-bottom: 2rem;
          margin-top: 2rem; }
        .search-page .pesq_listings .pesq_div .info .preco {
          color: #000000;
          font-size: 22px;
          line-height: 27px;
          font-weight: 700;
          font-style: italic;
          margin-bottom: 15px; }
          .search-page .pesq_listings .pesq_div .info .preco p {
            /* DISPLAY INLINE BLOCK */
            display: inline-block;
            vertical-align: middle;
            color: #D12424; }
          .search-page .pesq_listings .pesq_div .info .preco span {
            /* DISPLAY INLINE BLOCK */
            display: inline-block;
            vertical-align: middle;
            margin-left: 5px;
            margin-top: 2px;
            text-decoration: line-through;
            font-size: 16px; }
          .search-page .pesq_listings .pesq_div .info .preco small {
            font-size: 100%; }
        .search-page .pesq_listings .pesq_div .info .button {
          margin-top: 1rem; }
        @media screen and (max-width: 950px) {
          .search-page .pesq_listings .pesq_div .info {
            padding-left: 2rem;
            padding-right: 2rem; } }
        @media screen and (max-width: 750px) {
          .search-page .pesq_listings .pesq_div .info {
            padding-left: 1rem;
            padding-right: 1rem; } }
      @media screen and (max-width: 950px) {
        .search-page .pesq_listings .pesq_div {
          margin: 3rem auto;
          padding-bottom: 3rem; } }
  .search-page .pesq_filters .column {
    margin-right: 2rem; }
  .search-page .pesq_filters .inpt_holder {
    min-width: 250px;
    margin-bottom: 1rem; }
  @media screen and (max-width: 950px) {
    .search-page .pesq_filters .column {
      margin-right: 0; } }
  @media screen and (max-width: 750px) {
    .search-page .pesq_listings {
      margin: 3rem auto;
      padding-bottom: 3rem; }
      .search-page .pesq_listings .img {
        width: 100%; }
      .search-page .pesq_listings .info {
        padding-left: 0;
        padding-top: 2.5rem; } }
  @media screen and (max-width: 750px) and (max-width: 950px) {
    .search-page .pesq_listings {
      margin-top: 0; } }

.header_pesq_drop .pesq_listings .pesq_div {
  padding: 1.5rem; }
  .header_pesq_drop .pesq_listings .pesq_div .img {
    width: 90px;
    height: 90px; }
  .header_pesq_drop .pesq_listings .pesq_div .info {
    padding-left: 15px !important; }
    .header_pesq_drop .pesq_listings .pesq_div .info h5 {
      /* DISPLAY INLINE BLOCK */
      display: inline-block;
      vertical-align: middle; }
    .header_pesq_drop .pesq_listings .pesq_div .info h3 {
      /* DISPLAY INLINE BLOCK */
      display: inline-block;
      vertical-align: middle;
      /*PAGINAS*/
      color: #000000;
      font-size: 14px;
      line-height: 1.2;
      font-weight: 400;
      margin-left: 1rem; }
    .header_pesq_drop .pesq_listings .pesq_div .info div.desc {
      display: none; }
    .header_pesq_drop .pesq_listings .pesq_div .info a.action {
      margin-top: 1.5rem; }

@keyframes scaleUpDown {
  0% {
    opacity: 1;
    transform: scale3d(1, 0, 1); }
  50% {
    transform: scale3d(1, 1, 1);
    transform-origin: 50% 0;
    transition-timing-function: ease-out; }
  50.1% {
    transform-origin: 50% 100%;
    transition-timing-function: ease-out; }
  100% {
    opacity: 1;
    transform: scale3d(1, 0, 1);
    transform-origin: 50% 100%;
    transition-timing-function: ease-out; } }

/* COMPONENTS */
[accordion] {
  display: block;
  text-align: left;
  margin: auto; }
  [accordion] [accordion-item] {
    position: relative;
    z-index: 1; }
  [accordion] [accordion-title] {
    display: block;
    position: relative;
    z-index: 1; }
    [accordion] [accordion-title][hasSub].plusminus::before, [accordion] [accordion-title][hasSub].plusminus::after {
      top: 50%;
      position: absolute;
      content: '';
      display: block;
      /* ANIMATIONSCSS */
      -webkit-transition: all 0.3s linear;
      -ms-transition: all 0.3s linear;
      -o-transition: all 0.3s linear;
      -moz-transition: all 0.3s linear;
      transition: all 0.3s linear;
      background: currentColor; }
    [accordion] [accordion-title][hasSub].plusminus::before {
      height: 14px;
      width: 1px;
      margin-top: -6.5px;
      right: 6.5px; }
    [accordion] [accordion-title][hasSub].plusminus::after {
      width: 14px;
      height: 1px;
      margin-top: -1px;
      right: 0rem; }
    [accordion] [accordion-title][hasSub][class*=" icon-"]::before {
      position: absolute;
      top: 50%;
      margin-top: -0.9rem;
      font-size: 1.8rem;
      right: 0; }
    [accordion] [accordion-title]:hover {
      color: #D3B487; }
  [accordion] [accordion-content],
  [accordion] [accordion-nested] {
    display: none;
    position: relative;
    z-index: 1;
    margin: 0;
    padding: 0;
    padding-bottom: 2rem; }
  [accordion] [accordion-image] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    z-index: -2; }
    [accordion] [accordion-image]:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(37, 37, 37, 0.5);
      z-index: -1; }
  [accordion][styled] {
    border-bottom: 1px solid #F5F5F5; }
    [accordion][styled] [accordion-title] {
      padding: 1.5rem 0;
      padding-right: 2rem;
      border-top: 1px solid #F5F5F5; }
    [accordion][styled] [accordion-nested] [accordion-item] a {
      padding-left: 2rem; }
    [accordion][styled] [accordion-nested] [accordion-item]:last-child {
      border-bottom: 0; }
    [accordion][styled] [accordion-nested] [accordion-item] [accordion-nested] [accordion-item] a {
      padding-left: 4rem; }
  [accordion] [accordion-active] > [accordion-title] {
    color: #D3B487; }
    [accordion] [accordion-active] > [accordion-title].plusminus::before, [accordion] [accordion-active] > [accordion-title].plusminus::after {
      /* TRANSFORMS */
      -moz-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg); }
  [accordion] [accordion-active][accordion-hasImg] [accordion-title],
  [accordion] [accordion-active][accordion-hasImg] [accordion-content] {
    background: transparent;
    color: #fff; }
  [accordion] [accordion-active][accordion-hasImg] [accordion-image] {
    opacity: 1;
    visibility: visible; }

[accordion-absolute] {
  display: block; }
  [accordion-absolute] [accordion-item] {
    position: relative;
    z-index: 1; }
  [accordion-absolute] [accordion-title] {
    display: block;
    position: relative;
    z-index: 1; }
    [accordion-absolute] [accordion-title][hasSub][class*=" icon-"]::before {
      position: absolute;
      top: 50%;
      margin-top: -0.9rem;
      font-size: 1.8rem;
      right: 0;
      /* ANIMATIONSCSS */
      -webkit-transition: all 0.3s linear;
      -ms-transition: all 0.3s linear;
      -o-transition: all 0.3s linear;
      -moz-transition: all 0.3s linear;
      transition: all 0.3s linear; }
    [accordion-absolute] [accordion-title]:hover {
      color: #D3B487; }
  [accordion-absolute] [accordion-nested] {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 1;
    margin: 0; }
  [accordion-absolute] [accordion-active] > [accordion-title] {
    color: #D3B487; }
    [accordion-absolute] [accordion-active] > [accordion-title]::before, [accordion-absolute] [accordion-active] > [accordion-title]::after {
      /* TRANSFORMS */
      -moz-transform: rotate(90deg);
      -o-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      -webkit-transform: rotate(90deg);
      transform: rotate(90deg); }

.breadcrumbs_cont .breadcrumbs {
  margin: 0;
  list-style: none;
  padding: 2rem 0; }
  .breadcrumbs_cont .breadcrumbs li {
    position: relative;
    /* DISPLAY INLINE BLOCK */
    display: inline-block;
    vertical-align: top; }
    .breadcrumbs_cont .breadcrumbs li.disabled {
      color: #808080;
      cursor: default;
      pointer-events: none; }
      .breadcrumbs_cont .breadcrumbs li.disabled:before {
        display: none; }
    .breadcrumbs_cont .breadcrumbs li:before {
      /* DISPLAY INLINE BLOCK */
      display: inline-block;
      vertical-align: top;
      content: "-";
      font-size: 14px;
      color: #808080;
      margin: 0 5px;
      line-height: 1;
      margin-top: -1px; }
    .breadcrumbs_cont .breadcrumbs li a,
    .breadcrumbs_cont .breadcrumbs li span {
      position: relative;
      /* DISPLAY INLINE BLOCK */
      display: inline-block;
      vertical-align: top;
      /*PAGINAS*/
      color: #808080;
      font-size: 12px;
      line-height: 1.4;
      font-weight: 400;
      text-transform: uppercase; }
    .breadcrumbs_cont .breadcrumbs li:last-child a,
    .breadcrumbs_cont .breadcrumbs li:last-child span {
      color: #000000; }
    .breadcrumbs_cont .breadcrumbs li:hover a,
    .breadcrumbs_cont .breadcrumbs li:hover span {
      color: #D3B487;
      text-decoration: none; }
    .breadcrumbs_cont .breadcrumbs li:first-child:before {
      display: none; }

@media screen and (max-width: 950px) {
  .breadcrumbs_cont {
    /* & .breadcrumbs{		
			& li:not(.disabled):not(:last-child):not(:nth-last-child(2)){
				display: none;
			}
		} */ } }

[ntgmodal] {
  display: flex;
  /*Positioning*/
  position: fixed;
  top: 0 ;
  left: 0 ;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  z-index: 10000005;
  pointer-events: none; }
  [ntgmodal] [ntgmodal-content] {
    display: block;
    position: relative;
    flex: none;
    width: 100%;
    max-height: 90%;
    overflow-y: auto;
    background: #fff;
    border-radius: 0px; }
    [ntgmodal] [ntgmodal-content] [ntgmodalHeader] {
      padding: 1.5rem 2rem;
      border-bottom: 1px solid #D0D0D0; }
      [ntgmodal] [ntgmodal-content] [ntgmodalHeader] > h4 {
        /* DISPLAY INLINE BLOCK */
        display: inline-block;
        vertical-align: middle;
        width: calc(100% - 20px); }
      [ntgmodal] [ntgmodal-content] [ntgmodalHeader] > div {
        /* DISPLAY INLINE BLOCK */
        display: inline-block;
        vertical-align: middle;
        width: 20px; }
        [ntgmodal] [ntgmodal-content] [ntgmodalHeader] > div .close-button {
          position: relative;
          /* DISPLAY INLINE BLOCK */
          display: inline-block;
          vertical-align: middle;
          width: 20px;
          line-height: 20px;
          right: auto;
          top: auto; }
    [ntgmodal] [ntgmodal-content] [ntgmodalBody] {
      display: block;
      padding: 2rem; }
      [ntgmodal] [ntgmodal-content] [ntgmodalBody] .reveal_txt {
        display: block; }
    [ntgmodal] [ntgmodal-content] [ntgmodalFooter] {
      text-align: right;
      padding: 1.5rem 2rem;
      border-top: 1px solid #D0D0D0; }
  [ntgmodal][ntgmodal-size="small"] [ntgmodal-content] {
    max-width: 30%;
    height: auto; }
  [ntgmodal][ntgmodal-size="medium"] [ntgmodal-content] {
    max-width: 50%;
    height: auto; }
  [ntgmodal][ntgmodal-size="large"] [ntgmodal-content] {
    max-width: 75%;
    height: auto; }
  [ntgmodal][ntgmodal-size="full"] [ntgmodal-content] {
    top: 0;
    left: 0;
    height: 100%;
    max-height: 100%;
    border-radius: 0; }
  [ntgmodal][ntgmodal-animation-in="fade"] {
    opacity: 0; }
  [ntgmodal][ntgmodal-animation-in="slideDown"] {
    /* TRANSFORMS */
    -moz-transform: translateY(-100vh);
    -o-transform: translateY(-100vh);
    -ms-transform: translateY(-100vh);
    -webkit-transform: translateY(-100vh);
    transform: translateY(-100vh); }
  [ntgmodal][ntgmodal-animation-in="slideUp"] {
    /* TRANSFORMS */
    -moz-transform: translateY(100vh);
    -o-transform: translateY(100vh);
    -ms-transform: translateY(100vh);
    -webkit-transform: translateY(100vh);
    transform: translateY(100vh); }
  [ntgmodal][ntgmodal-animation-in="slideLeft"] {
    /* TRANSFORMS */
    -moz-transform: translateX(-100vw);
    -o-transform: translateX(-100vw);
    -ms-transform: translateX(-100vw);
    -webkit-transform: translateX(-100vw);
    transform: translateX(-100vw); }
  [ntgmodal][ntgmodal-animation-in="slideRight"] {
    /* TRANSFORMS */
    -moz-transform: translateX(100vw);
    -o-transform: translateX(100vw);
    -ms-transform: translateX(100vw);
    -webkit-transform: translateX(100vw);
    transform: translateX(100vw); }
  [ntgmodal][ntgmodal-animation-in="scale"] {
    /* TRANSFORMS */
    -moz-transform: scale(0.6);
    -o-transform: scale(0.6);
    -ms-transform: scale(0.6);
    -webkit-transform: scale(0.6);
    transform: scale(0.6); }
  [ntgmodal][ntgmodal-opened] {
    pointer-events: auto; }
  @media screen and (max-width: 1150px) {
    [ntgmodal][ntgmodal-size="small"] [ntgmodal-content] {
      max-width: 50%; }
    [ntgmodal][ntgmodal-size="medium"] [ntgmodal-content] {
      max-width: 70%; }
    [ntgmodal][ntgmodal-size="large"] [ntgmodal-content] {
      max-width: 90%; } }
  @media screen and (max-width: 950px) {
    [ntgmodal][ntgmodal-size="small"] [ntgmodal-content] {
      max-width: 80%; }
    [ntgmodal][ntgmodal-size="medium"] [ntgmodal-content] {
      max-width: 85%; }
    [ntgmodal][ntgmodal-size="large"] [ntgmodal-content] {
      max-width: 90%; } }

[formStep] {
  position: relative;
  overflow: hidden; }
  [formStep][formStep-watch="false"],
  [formStep][formStep-watch="false"] [steps-field] {
    height: auto; }
  [formStep] [steps-image],
  [formStep] [steps-field] {
    /*stacking fieldsets above each other*/
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 5;
    overflow: hidden;
    background-color: white; }
    [formStep] [steps-image]:not(:first-of-type), [formStep] [steps-image]:not(:first-child),
    [formStep] [steps-field]:not(:first-of-type),
    [formStep] [steps-field]:not(:first-child) {
      /*Hide all except first fieldset*/
      opacity: 0;
      visibility: hidden;
      left: 50%; }
  [formStep] [steps-image] {
    left: 0 !important;
    height: 100%;
    pointer-events: none; }
    [formStep] [steps-image].fadeIn {
      opacity: 1;
      visibility: visible;
      /* ANIMATIONSCSS */
      -webkit-transition: all 0.5s linear;
      -ms-transition: all 0.5s linear;
      -o-transition: all 0.5s linear;
      -moz-transition: all 0.5s linear;
      transition: all 0.5s linear; }
  [formStep] [steps-field] [steps-progressbar] {
    margin-bottom: 30px;
    overflow: hidden;
    /*CSS counters to number the steps*/
    counter-reset: step; }
    [formStep] [steps-field] [steps-progressbar] li {
      list-style-type: none;
      color: white;
      text-transform: uppercase;
      font-size: 9px;
      width: 33.33%;
      float: left;
      position: relative;
      /*progressbar connectors*/
      /*marking active/completed steps green*/
      /*The number of the step and the connector before it = green*/ }
      [formStep] [steps-field] [steps-progressbar] li [formStep] [steps-field] [steps-progressbar] li:before {
        content: counter(step);
        counter-increment: step;
        width: 20px;
        line-height: 20px;
        display: block;
        font-size: 10px;
        color: #333;
        background: white;
        border-radius: 3px;
        margin: 0 auto 5px auto; }
      [formStep] [steps-field] [steps-progressbar] li:after {
        content: '';
        width: 100%;
        height: 2px;
        background: white;
        position: absolute;
        left: -50%;
        top: 9px;
        z-index: -1;
        /*put it behind the numbers*/ }
      [formStep] [steps-field] [steps-progressbar] li:first-child:after {
        /*connector not needed before the first step*/
        content: none; }
      [formStep] [steps-field] [steps-progressbar] li.active:before, [formStep] [steps-field] [steps-progressbar] li.active:after {
        background: #27AE60;
        color: white; }

[native-window] [native-window-trigger] {
  position: relative;
  padding-right: 4rem;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap; }
  [native-window] [native-window-trigger]:before {
    font-size: 14px;
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -7px; }

[native-window] [native-window-container][native-window-styled] {
  display: block;
  /*Positioning*/
  position: fixed;
  top: 0 ;
  left: 0 ;
  width: 100%;
  height: 100%;
  padding: 5rem 20px;
  background: rgba(0, 0, 0, 0.7);
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  /* ANIMATIONSCSS */
  -webkit-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear; }
  [native-window] [native-window-container][native-window-styled] [native-window-wrapper] {
    background: #fff;
    height: 100%; }
    [native-window] [native-window-container][native-window-styled] [native-window-wrapper] [native-window-head] {
      padding: 15px 20px;
      border-bottom: 1px solid #F5F5F5; }
    [native-window] [native-window-container][native-window-styled] [native-window-wrapper] [native-window-body] {
      display: block;
      padding: 15px 20px;
      height: calc(100% - 100px);
      overflow-y: auto; }
      [native-window] [native-window-container][native-window-styled] [native-window-wrapper] [native-window-body] .inpt_checkbox {
        width: 100%;
        margin-right: 0;
        margin: 1rem 0; }
    [native-window] [native-window-container][native-window-styled] [native-window-wrapper] [native-window-footer] {
      padding: 15px 20px;
      border-top: 1px solid #F5F5F5; }
      [native-window] [native-window-container][native-window-styled] [native-window-wrapper] [native-window-footer] a {
        color: #5FC333; }
        [native-window] [native-window-container][native-window-styled] [native-window-wrapper] [native-window-footer] a:hover {
          color: #000000; }
  [native-window] [native-window-container][native-window-styled][native-window-opened] {
    opacity: 1;
    visibility: visible;
    pointer-events: auto; }

@font-face {
  font-family: 'share';
  src: url("../fonts/share/share.eot?a0yp7");
  src: url("../fonts/share/share.eot?a0yp7#iefix") format("embedded-opentype"), url("../fonts/share/share.ttf?a0yp7") format("truetype"), url("../fonts/share/share.woff?a0yp7") format("woff"), url("../fonts/share/share.svg?a0yp7#share") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="share-"]:before,
[class*=" share-"]:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'share' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.share-blogger:before {
  content: "\e900"; }

.share-blogger-circle:before {
  content: "\e901"; }

.share-blogger-round:before {
  content: "\e902"; }

.share-blogger-square:before {
  content: "\e903"; }

.share-facebook:before {
  content: "\e904"; }

.share-facebook-circle:before {
  content: "\e905"; }

.share-facebook-round:before {
  content: "\e906"; }

.share-facebook-square:before {
  content: "\e907"; }

.share-flickr:before {
  content: "\e908"; }

.share-flickr-circle:before {
  content: "\e909"; }

.share-flickr-round:before {
  content: "\e90a"; }

.share-flickr-square:before {
  content: "\e90b"; }

.share-instagram:before {
  content: "\e910"; }

.share-instagram-circle:before {
  content: "\e911"; }

.share-instagram-round:before {
  content: "\e912"; }

.share-instagram-square:before {
  content: "\e913"; }

.share-linkedin:before {
  content: "\e914"; }

.share-linkedin-circle:before {
  content: "\e915"; }

.share-linkedin-round:before {
  content: "\e916"; }

.share-linkedin-square:before {
  content: "\e917"; }

.share-mail:before {
  content: "\e918"; }

.share-mail-circle:before {
  content: "\e919"; }

.share-mail-round:before {
  content: "\e91a"; }

.share-mail-square:before {
  content: "\e91b"; }

.share-messenger:before {
  content: "\e91c"; }

.share-messenger-circle:before {
  content: "\e91d"; }

.share-messenger-round:before {
  content: "\e91e"; }

.share-messenger-square:before {
  content: "\e91f"; }

.share-pinterest:before {
  content: "\e920"; }

.share-pinterest-circle:before {
  content: "\e921"; }

.share-pinterest-round:before {
  content: "\e922"; }

.share-pinterst-square:before {
  content: "\e923"; }

.share-share:before {
  content: "\e924"; }

.share-share-circle:before {
  content: "\e925"; }

.share-share-round:before {
  content: "\e926"; }

.share-share-square:before {
  content: "\e927"; }

.share-skype:before {
  content: "\e928"; }

.share-skype-circle:before {
  content: "\e929"; }

.share-skype-round:before {
  content: "\e92a"; }

.share-skype-square:before {
  content: "\e92b"; }

.share-thumblr:before {
  content: "\e92c"; }

.share-thumblr-circle:before {
  content: "\e92d"; }

.share-thumblr-round:before {
  content: "\e92e"; }

.share-thumblr-square:before {
  content: "\e92f"; }

.share-twitter:before {
  content: "\e930"; }

.share-twitter-circle:before {
  content: "\e931"; }

.share-twitter-round:before {
  content: "\e932"; }

.share-twitter-square:before {
  content: "\e933"; }

.share-vimeo:before {
  content: "\e934"; }

.share-vimeo-circle:before {
  content: "\e935"; }

.share-vimeo-round:before {
  content: "\e936"; }

.share-vimeo-square:before {
  content: "\e937"; }

.share-whatsapp:before {
  content: "\e938"; }

.share-whatsapp-circle:before {
  content: "\e939"; }

.share-whatsapp-round:before {
  content: "\e93a"; }

.share-whatsapp-square:before {
  content: "\e93b"; }

.share-wordpress:before {
  content: "\e93c"; }

.share-wordpress-circle:before {
  content: "\e93d"; }

.share-wordpress-round:before {
  content: "\e93e"; }

.share-wordpress-square:before {
  content: "\e93f"; }

.share-youtube:before {
  content: "\e940"; }

.share-youtube-circle:before {
  content: "\e941"; }

.share-youtube-round:before {
  content: "\e942"; }

.share-youtube-square:before {
  content: "\e943"; }

.shareNormal .share-blogger, .shareNormal
.share-blogger-square, .shareNormal
.share-blogger-round, .shareNormal
.share-blogger-circle {
  color: #fb8f3d !important; }
  .shareNormal .share-blogger:hover, .shareNormal
  .share-blogger-square:hover, .shareNormal
  .share-blogger-round:hover, .shareNormal
  .share-blogger-circle:hover {
    color: #D3B487 !important; }

.shareInvert .share-blogger, .shareInvert
.share-blogger-square, .shareInvert
.share-blogger-round, .shareInvert
.share-blogger-circle {
  color: #000000 !important; }
  .shareInvert .share-blogger:hover, .shareInvert
  .share-blogger-square:hover, .shareInvert
  .share-blogger-round:hover, .shareInvert
  .share-blogger-circle:hover {
    color: #fb8f3d !important; }

.shareNormal .share-facebook, .shareNormal
.share-facebook-square, .shareNormal
.share-facebook-round, .shareNormal
.share-facebook-circle {
  color: #3b5998 !important; }
  .shareNormal .share-facebook:hover, .shareNormal
  .share-facebook-square:hover, .shareNormal
  .share-facebook-round:hover, .shareNormal
  .share-facebook-circle:hover {
    color: #D3B487 !important; }

.shareInvert .share-facebook, .shareInvert
.share-facebook-square, .shareInvert
.share-facebook-round, .shareInvert
.share-facebook-circle {
  color: #000000 !important; }
  .shareInvert .share-facebook:hover, .shareInvert
  .share-facebook-square:hover, .shareInvert
  .share-facebook-round:hover, .shareInvert
  .share-facebook-circle:hover {
    color: #3b5998 !important; }

.shareNormal .share-flickr, .shareNormal
.share-flickr-square, .shareNormal
.share-flickr-round, .shareNormal
.share-flickr-circle {
  color: #ff0084 !important; }
  .shareNormal .share-flickr:hover, .shareNormal
  .share-flickr-square:hover, .shareNormal
  .share-flickr-round:hover, .shareNormal
  .share-flickr-circle:hover {
    color: #D3B487 !important; }

.shareInvert .share-flickr, .shareInvert
.share-flickr-square, .shareInvert
.share-flickr-round, .shareInvert
.share-flickr-circle {
  color: #000000 !important; }
  .shareInvert .share-flickr:hover, .shareInvert
  .share-flickr-square:hover, .shareInvert
  .share-flickr-round:hover, .shareInvert
  .share-flickr-circle:hover {
    color: #ff0084 !important; }

.shareNormal .share-instagram, .shareNormal
.share-instagram-square, .shareNormal
.share-instagram-round, .shareNormal
.share-instagram-circle {
  color: #f724d2 !important; }
  .shareNormal .share-instagram:hover, .shareNormal
  .share-instagram-square:hover, .shareNormal
  .share-instagram-round:hover, .shareNormal
  .share-instagram-circle:hover {
    color: #D3B487 !important; }

.shareInvert .share-instagram, .shareInvert
.share-instagram-square, .shareInvert
.share-instagram-round, .shareInvert
.share-instagram-circle {
  color: #000000 !important; }
  .shareInvert .share-instagram:hover, .shareInvert
  .share-instagram-square:hover, .shareInvert
  .share-instagram-round:hover, .shareInvert
  .share-instagram-circle:hover {
    color: #f724d2 !important; }

.shareNormal .share-linkedin, .shareNormal
.share-linkedin-square, .shareNormal
.share-linkedin-round, .shareNormal
.share-linkedin-circle {
  color: #007bb6 !important; }
  .shareNormal .share-linkedin:hover, .shareNormal
  .share-linkedin-square:hover, .shareNormal
  .share-linkedin-round:hover, .shareNormal
  .share-linkedin-circle:hover {
    color: #D3B487 !important; }

.shareInvert .share-linkedin, .shareInvert
.share-linkedin-square, .shareInvert
.share-linkedin-round, .shareInvert
.share-linkedin-circle {
  color: #000000 !important; }
  .shareInvert .share-linkedin:hover, .shareInvert
  .share-linkedin-square:hover, .shareInvert
  .share-linkedin-round:hover, .shareInvert
  .share-linkedin-circle:hover {
    color: #007bb6 !important; }

.shareNormal .share-mail, .shareNormal
.share-mail-square, .shareNormal
.share-mail-round, .shareNormal
.share-mail-circle {
  color: #D3B487 !important; }
  .shareNormal .share-mail:hover, .shareNormal
  .share-mail-square:hover, .shareNormal
  .share-mail-round:hover, .shareNormal
  .share-mail-circle:hover {
    color: #000000 !important; }

.shareInvert .share-mail, .shareInvert
.share-mail-square, .shareInvert
.share-mail-round, .shareInvert
.share-mail-circle {
  color: #000000 !important; }
  .shareInvert .share-mail:hover, .shareInvert
  .share-mail-square:hover, .shareInvert
  .share-mail-round:hover, .shareInvert
  .share-mail-circle:hover {
    color: #D3B487 !important; }

.shareNormal .share-messenger, .shareNormal
.share-messenger-square, .shareNormal
.share-messenger-round, .shareNormal
.share-messenger-circle {
  color: #0084FF !important; }
  .shareNormal .share-messenger:hover, .shareNormal
  .share-messenger-square:hover, .shareNormal
  .share-messenger-round:hover, .shareNormal
  .share-messenger-circle:hover {
    color: #D3B487 !important; }

.shareInvert .share-messenger, .shareInvert
.share-messenger-square, .shareInvert
.share-messenger-round, .shareInvert
.share-messenger-circle {
  color: #000000 !important; }
  .shareInvert .share-messenger:hover, .shareInvert
  .share-messenger-square:hover, .shareInvert
  .share-messenger-round:hover, .shareInvert
  .share-messenger-circle:hover {
    color: #0084FF !important; }

.shareNormal .share-pinterest, .shareNormal
.share-pinterest-square, .shareNormal
.share-pinterest-round, .shareNormal
.share-pinterest-circle {
  color: #cb2027 !important; }
  .shareNormal .share-pinterest:hover, .shareNormal
  .share-pinterest-square:hover, .shareNormal
  .share-pinterest-round:hover, .shareNormal
  .share-pinterest-circle:hover {
    color: #D3B487 !important; }

.shareInvert .share-pinterest, .shareInvert
.share-pinterest-square, .shareInvert
.share-pinterest-round, .shareInvert
.share-pinterest-circle {
  color: #000000 !important; }
  .shareInvert .share-pinterest:hover, .shareInvert
  .share-pinterest-square:hover, .shareInvert
  .share-pinterest-round:hover, .shareInvert
  .share-pinterest-circle:hover {
    color: #cb2027 !important; }

.shareNormal .share-share, .shareNormal
.share-share-square, .shareNormal
.share-share-round, .shareNormal
.share-share-circle {
  color: #D3B487 !important; }
  .shareNormal .share-share:hover, .shareNormal
  .share-share-square:hover, .shareNormal
  .share-share-round:hover, .shareNormal
  .share-share-circle:hover {
    color: #000000 !important; }

.shareInvert .share-share, .shareInvert
.share-share-square, .shareInvert
.share-share-round, .shareInvert
.share-share-circle {
  color: #000000 !important; }
  .shareInvert .share-share:hover, .shareInvert
  .share-share-square:hover, .shareInvert
  .share-share-round:hover, .shareInvert
  .share-share-circle:hover {
    color: #D3B487 !important; }

.shareNormal .share-skype, .shareNormal
.share-skype-square, .shareNormal
.share-skype-round, .shareNormal
.share-skype-circle {
  color: #12A5F4 !important; }
  .shareNormal .share-skype:hover, .shareNormal
  .share-skype-square:hover, .shareNormal
  .share-skype-round:hover, .shareNormal
  .share-skype-circle:hover {
    color: #D3B487 !important; }

.shareInvert .share-skype, .shareInvert
.share-skype-square, .shareInvert
.share-skype-round, .shareInvert
.share-skype-circle {
  color: #000000 !important; }
  .shareInvert .share-skype:hover, .shareInvert
  .share-skype-square:hover, .shareInvert
  .share-skype-round:hover, .shareInvert
  .share-skype-circle:hover {
    color: #12A5F4 !important; }

.shareNormal .share-tumblr, .shareNormal
.share-tumblr-square, .shareNormal
.share-tumblr-round, .shareNormal
.share-tumblr-circle {
  color: #32506d !important; }
  .shareNormal .share-tumblr:hover, .shareNormal
  .share-tumblr-square:hover, .shareNormal
  .share-tumblr-round:hover, .shareNormal
  .share-tumblr-circle:hover {
    color: #D3B487 !important; }

.shareInvert .share-tumblr, .shareInvert
.share-tumblr-square, .shareInvert
.share-tumblr-round, .shareInvert
.share-tumblr-circle {
  color: #000000 !important; }
  .shareInvert .share-tumblr:hover, .shareInvert
  .share-tumblr-square:hover, .shareInvert
  .share-tumblr-round:hover, .shareInvert
  .share-tumblr-circle:hover {
    color: #32506d !important; }

.shareNormal .share-twitter, .shareNormal
.share-twitter-square, .shareNormal
.share-twitter-round, .shareNormal
.share-twitter-circle {
  color: #00aced !important; }
  .shareNormal .share-twitter:hover, .shareNormal
  .share-twitter-square:hover, .shareNormal
  .share-twitter-round:hover, .shareNormal
  .share-twitter-circle:hover {
    color: #D3B487 !important; }

.shareInvert .share-twitter, .shareInvert
.share-twitter-square, .shareInvert
.share-twitter-round, .shareInvert
.share-twitter-circle {
  color: #000000 !important; }
  .shareInvert .share-twitter:hover, .shareInvert
  .share-twitter-square:hover, .shareInvert
  .share-twitter-round:hover, .shareInvert
  .share-twitter-circle:hover {
    color: #00aced !important; }

.shareNormal .share-vimeo, .shareNormal
.share-vimeo-square, .shareNormal
.share-vimeo-round, .shareNormal
.share-vimeo-circle {
  color: #45bbff !important; }
  .shareNormal .share-vimeo:hover, .shareNormal
  .share-vimeo-square:hover, .shareNormal
  .share-vimeo-round:hover, .shareNormal
  .share-vimeo-circle:hover {
    color: #D3B487 !important; }

.shareInvert .share-vimeo, .shareInvert
.share-vimeo-square, .shareInvert
.share-vimeo-round, .shareInvert
.share-vimeo-circle {
  color: #000000 !important; }
  .shareInvert .share-vimeo:hover, .shareInvert
  .share-vimeo-square:hover, .shareInvert
  .share-vimeo-round:hover, .shareInvert
  .share-vimeo-circle:hover {
    color: #45bbff !important; }

.shareNormal .share-whatsapp, .shareNormal
.share-whatsapp-square, .shareNormal
.share-whatsapp-round, .shareNormal
.share-whatsapp-circle {
  color: #25d366 !important; }
  .shareNormal .share-whatsapp:hover, .shareNormal
  .share-whatsapp-square:hover, .shareNormal
  .share-whatsapp-round:hover, .shareNormal
  .share-whatsapp-circle:hover {
    color: #D3B487 !important; }

.shareInvert .share-whatsapp, .shareInvert
.share-whatsapp-square, .shareInvert
.share-whatsapp-round, .shareInvert
.share-whatsapp-circle {
  color: #000000 !important; }
  .shareInvert .share-whatsapp:hover, .shareInvert
  .share-whatsapp-square:hover, .shareInvert
  .share-whatsapp-round:hover, .shareInvert
  .share-whatsapp-circle:hover {
    color: #25d366 !important; }

.shareNormal .share-wordpress, .shareNormal
.share-wordpress-square, .shareNormal
.share-wordpress-round, .shareNormal
.share-wordpress-circle {
  color: #21759b !important; }
  .shareNormal .share-wordpress:hover, .shareNormal
  .share-wordpress-square:hover, .shareNormal
  .share-wordpress-round:hover, .shareNormal
  .share-wordpress-circle:hover {
    color: #D3B487 !important; }

.shareInvert .share-wordpress, .shareInvert
.share-wordpress-square, .shareInvert
.share-wordpress-round, .shareInvert
.share-wordpress-circle {
  color: #000000 !important; }
  .shareInvert .share-wordpress:hover, .shareInvert
  .share-wordpress-square:hover, .shareInvert
  .share-wordpress-round:hover, .shareInvert
  .share-wordpress-circle:hover {
    color: #21759b !important; }

.shareNormal .share-youtube, .shareNormal
.share-youtube-square, .shareNormal
.share-youtube-round, .shareNormal
.share-youtube-circle {
  color: #bb0000 !important; }
  .shareNormal .share-youtube:hover, .shareNormal
  .share-youtube-square:hover, .shareNormal
  .share-youtube-round:hover, .shareNormal
  .share-youtube-circle:hover {
    color: #D3B487 !important; }

.shareInvert .share-youtube, .shareInvert
.share-youtube-square, .shareInvert
.share-youtube-round, .shareInvert
.share-youtube-circle {
  color: #000000 !important; }
  .shareInvert .share-youtube:hover, .shareInvert
  .share-youtube-square:hover, .shareInvert
  .share-youtube-round:hover, .shareInvert
  .share-youtube-circle:hover {
    color: #bb0000 !important; }

.share_container {
  /* position: absolute;
  bottom: 20px;
  left: 20px;*/
  position: relative;
  width: 140px;
  /* DISPLAY INLINE BLOCK */
  display: inline-block;
  vertical-align: middle; }
  .share_container .share-button {
    cursor: pointer;
    /* ANIMATIONSCSS */
    -webkit-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear; }
  .share_container .share_list {
    display: block;
    position: relative;
    z-index: 5; }
    .share_container .share_list span {
      /* DISPLAY INLINE BLOCK */
      display: inline-block;
      vertical-align: middle;
      /*PAGINAS*/
      color: #000000;
      font-size: 14px;
      line-height: 1.2;
      font-weight: 400;
      font-family: "Raleway", sans-serif;
      text-transform: uppercase; }
    .share_container .share_list .share-button {
      /* DISPLAY INLINE BLOCK */
      display: inline-block;
      vertical-align: middle;
      font-size: 1.6rem;
      margin: 0 1rem;
      color: #000000; }
  .share_container .share_modal {
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    background: #fff;
    padding: 5px 1rem;
    border: 1px solid #D0D0D0;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    z-index: 20; }
    .share_container .share_modal.top {
      bottom: 100%; }
      .share_container .share_modal.top.shareArrow {
        border-radius: 10px;
        margin-bottom: 20px; }
      .share_container .share_modal.top:not(.shareArrow) {
        border-bottom: 0;
        padding-bottom: 5px;
        border-radius: 10px 10px 0 0; }
    .share_container .share_modal.bottom {
      top: 100%; }
      .share_container .share_modal.bottom.shareArrow {
        border-radius: 10px;
        margin-top: 20px; }
      .share_container .share_modal.bottom:not(.shareArrow) {
        border-top: 0;
        padding-top: 5px;
        border-radius: 0 0 10px 10px; }
    .share_container .share_modal.shareArrow:after, .share_container .share_modal.shareArrow:before {
      content: '';
      position: absolute;
      left: 50%;
      margin-left: -10px;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 10px 10px 0 10px; }
    .share_container .share_modal.shareArrow:after {
      border-color: #fff transparent transparent transparent; }
    .share_container .share_modal.shareArrow:before {
      border-color: #D0D0D0 transparent transparent transparent;
      margin-top: 1px; }
    .share_container .share_modal.shareArrow.top:after, .share_container .share_modal.shareArrow.top:before {
      top: 100%; }
    .share_container .share_modal.shareArrow.bottom:after, .share_container .share_modal.shareArrow.bottom:before {
      bottom: 100%; }
    .share_container .share_modal.active {
      opacity: 1;
      visibility: visible;
      pointer-events: auto; }
    .share_container .share_modal .share-button {
      /* DISPLAY INLINE BLOCK */
      display: inline-block;
      vertical-align: top;
      width: 100%;
      /*PAGINAS*/
      color: #000000;
      font-size: 12px;
      line-height: 1.4;
      font-weight: 400;
      font-style: normal;
      margin: 5px 0; }
      .share_container .share_modal .share-button:before {
        /* DISPLAY INLINE BLOCK */
        display: inline-block;
        vertical-align: middle;
        font-size: 2.6rem;
        margin-right: 1rem; }
  @media only screen and (max-width: 800px) {
    .share_container {
      bottom: 10px;
      left: 10px; }
      .share_container .share_list .share-button,
      .share_container .share_modal .share-button:before {
        font-size: 3rem; } }

.custom_table {
  display: table;
  table-layout: fixed;
  width: 100%;
  overflow: hidden; }
  .custom_table .thead,
  .custom_table .tbody,
  .custom_table .tfoot {
    display: table-row;
    vertical-align: top; }
  .custom_table .table-tr {
    display: table;
    table-layout: fixed;
    width: 100%; }
  .custom_table .table-th,
  .custom_table .table-td {
    display: table-cell;
    vertical-align: middle; }
  .custom_table .thead,
  .custom_table .tfoot {
    background: #000000; }
    .custom_table .thead .table-th,
    .custom_table .thead .table-td,
    .custom_table .tfoot .table-th,
    .custom_table .tfoot .table-td {
      display: table-cell;
      vertical-align: middle;
      /*PAGINAS*/
      color: #fff;
      font-size: 14px;
      line-height: 1.2;
      font-weight: 900;
      padding: 1.4rem 1.5rem;
      vertical-align: middle; }
    .custom_table .thead .sort,
    .custom_table .tfoot .sort {
      cursor: pointer; }
      .custom_table .thead .sort i,
      .custom_table .tfoot .sort i {
        /* DISPLAY INLINE BLOCK */
        display: inline-block;
        vertical-align: middle;
        margin-left: 10px;
        margin-top: -3px;
        width: 13px;
        height: 13px;
        background-image: url("../imgs/elem/sort.png");
        background-position: 0 0;
        background-size: cover;
        background-repeat: no-repeat;
        /* ANIMATIONSCSS */
        -webkit-transition: none;
        -ms-transition: none;
        -o-transition: none;
        -moz-transition: none;
        transition: none; }
      .custom_table .thead .sort.desc i,
      .custom_table .tfoot .sort.desc i {
        background-position: 50% 0; }
      .custom_table .thead .sort.asc i,
      .custom_table .tfoot .sort.asc i {
        background-position: 100% 0; }
      .custom_table .thead .sort:hover,
      .custom_table .tfoot .sort:hover {
        color: #D3B487; }
  .custom_table .tbody .table-tr {
    position: relative;
    background-color: #F5F5F5;
    /* ANIMATIONSCSS */
    -webkit-transition: background-color 0.3s linear;
    -ms-transition: background-color 0.3s linear;
    -o-transition: background-color 0.3s linear;
    -moz-transition: background-color 0.3s linear;
    transition: background-color 0.3s linear; }
    .custom_table .tbody .table-tr:hover {
      background-color: #fff; }
  .custom_table .tbody .table-td {
    color: #000000;
    font-weight: 400;
    padding: 1.5rem;
    position: relative;
    /*PAGINAS*/
    color: #000000;
    font-size: 16px;
    line-height: 1.1;
    font-weight: 400;
    text-transform: none;
    vertical-align: middle;
    height: auto;
    border-bottom: 2px solid #D0D0D0; }
    .custom_table .tbody .table-td:before {
      content: attr(data-tit);
      display: none;
      padding-right: 5px;
      font-weight: 700;
      line-height: 20px; }
    .custom_table .tbody .table-td a:not(.button) {
      color: #000000;
      font-weight: 600; }
      .custom_table .tbody .table-td a:not(.button):hover {
        color: #D3B487; }
    .custom_table .tbody .table-td progress {
      display: block;
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      height: 2px;
      z-index: 5;
      color: #5FC333;
      border: none;
      border-radius: 0;
      overflow: hidden;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none; }
      .custom_table .tbody .table-td progress[value="0"] {
        opacity: 0; }
      .custom_table .tbody .table-td progress::-webkit-progress-bar {
        background: #D0D0D0; }
      .custom_table .tbody .table-td progress::-webkit-progress-value {
        background-color: #5FC333; }
      .custom_table .tbody .table-td progress::-moz-progress-bar {
        background-color: #5FC333; }
      .custom_table .tbody .table-td progress.upl_error {
        color: #FF0000; }
        .custom_table .tbody .table-td progress.upl_error::-webkit-progress-value {
          background-color: #FF0000; }
        .custom_table .tbody .table-td progress.upl_error::-moz-progress-bar {
          background-color: #FF0000; }
  @media screen and (max-width: 1150px) {
    .custom_table {
      border-radius: 0; }
      .custom_table .thead {
        display: none; }
      .custom_table .tbody .table-tr {
        /* DISPLAY INLINE BLOCK */
        display: inline-block;
        vertical-align: top;
        padding: 2rem 0;
        width: 50%;
        text-align: center;
        margin-bottom: 10px; }
        .custom_table .tbody .table-tr:hover {
          background: #808080; }
      .custom_table .tbody .table-td {
        display: inline-block !important;
        vertical-align: top;
        padding: 0.5rem 1rem;
        border-bottom: 0;
        width: 100% !important; }
        .custom_table .tbody .table-td:before {
          display: inline-block; }
      .custom_table.padded .tbody .table-tr {
        width: calc(50% - 5px); }
        .custom_table.padded .tbody .table-tr:nth-child(odd) {
          margin-right: 5px; }
        .custom_table.padded .tbody .table-tr:nth-child(even) {
          margin-left: 5px; }
      .custom_table.bordered .tbody .table-tr {
        border: 1px solid #808080; }
        .custom_table.bordered .tbody .table-tr:nth-child(even) {
          border-left: 0; }
      .custom_table.bordered .tbody .table-td {
        border-bottom: 1px solid #808080; }
        .custom_table.bordered .tbody .table-td:last-child {
          border-bottom: 0; }
      .custom_table.bordered.padded .tbody tr {
        border: 1px solid #808080; }
        .custom_table.bordered.padded .tbody tr:nth-child(even) {
          border-left: 1px solid #808080; } }
  @media screen and (max-width: 750px) {
    .custom_table .tbody .table-tr {
      width: 100%; }
    .custom_table.padded .tbody .table-tr {
      width: 100%; }
      .custom_table.padded .tbody .table-tr:nth-child(odd) {
        margin-right: 0px; }
      .custom_table.padded .tbody .table-tr:nth-child(even) {
        margin-left: 0px; }
    .custom_table.bordered .tbody .table-tr:nth-child(even) {
      border-left: 1px solid #808080; } }

.table-scrollable {
  max-width: 100%;
  overflow-y: auto; }

[tooltipster] {
  /* DISPLAY INLINE BLOCK */
  display: inline-block;
  vertical-align: top;
  position: relative;
  font-weight: bold; }
  [tooltipster] p {
    /* DISPLAY INLINE BLOCK */
    display: inline-block;
    vertical-align: top; }
  [tooltipster] a {
    color: #000000; }
    [tooltipster] a:hover {
      color: #D3B487; }

[tooltip] {
  position: fixed;
  display: table;
  background: #fff;
  border: 1px solid #808080;
  border-radius: 10px;
  box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.025), 0 10px 20px rgba(0, 0, 0, 0.05);
  min-width: 170px;
  padding: 20px;
  /*PAGINAS*/
  color: #000000;
  font-size: 12px;
  line-height: 1.4;
  font-weight: 400;
  z-index: 100005;
  pointer-events: none;
  opacity: 0;
  /* ANIMATIONSCSS */
  -webkit-transition: opacity 0.3s, transform 0.3s cubic-bezier(0.1, 1, 0.9, 1);
  -ms-transition: opacity 0.3s, transform 0.3s cubic-bezier(0.1, 1, 0.9, 1);
  -o-transition: opacity 0.3s, transform 0.3s cubic-bezier(0.1, 1, 0.9, 1);
  -moz-transition: opacity 0.3s, transform 0.3s cubic-bezier(0.1, 1, 0.9, 1);
  transition: opacity 0.3s, transform 0.3s cubic-bezier(0.1, 1, 0.9, 1); }
  [tooltip]:before, [tooltip]:after {
    display: block;
    content: '';
    position: absolute;
    pointer-events: none;
    border-style: solid; }
  [tooltip][tooltip-absolute] {
    position: absolute; }
  [tooltip][tooltip-absolute-self] {
    position: absolute; }
    [tooltip][tooltip-absolute-self][tooltip-position="top"], [tooltip][tooltip-absolute-self][tooltip-position="bottom"] {
      left: 0%; }
    [tooltip][tooltip-absolute-self][tooltip-position="left"], [tooltip][tooltip-absolute-self][tooltip-position="right"] {
      top: 50%; }
  [tooltip][tooltip-position="top"] {
    bottom: 100%;
    margin-bottom: 20px !important; }
    [tooltip][tooltip-position="top"]:before, [tooltip][tooltip-position="top"]:after {
      top: 100%;
      border-width: 10px 10px 0 10px; }
    [tooltip][tooltip-position="top"]:before {
      margin-top: 1px;
      border-color: #808080 transparent transparent transparent; }
    [tooltip][tooltip-position="top"]:after {
      border-color: #fff transparent transparent transparent; }
  [tooltip][tooltip-position="left"] {
    right: 100%;
    margin-right: 20px !important; }
    [tooltip][tooltip-position="left"]:before, [tooltip][tooltip-position="left"]:after {
      left: 100%;
      border-width: 10px 0 10px 10px; }
    [tooltip][tooltip-position="left"]:before {
      margin-left: 1px;
      border-color: transparent transparent transparent #808080; }
    [tooltip][tooltip-position="left"]:after {
      border-color: transparent transparent transparent #fff; }
  [tooltip][tooltip-position="right"] {
    left: 100%;
    margin-left: 20px !important; }
    [tooltip][tooltip-position="right"]:before, [tooltip][tooltip-position="right"]:after {
      right: 100%;
      border-width: 10px 10px 10px 0; }
    [tooltip][tooltip-position="right"]:before {
      margin-right: 1px;
      border-color: transparent #808080 transparent transparent; }
    [tooltip][tooltip-position="right"]:after {
      border-color: transparent #fff transparent transparent; }
  [tooltip][tooltip-position="bottom"] {
    top: 100%;
    margin-top: 20px !important; }
    [tooltip][tooltip-position="bottom"]:before, [tooltip][tooltip-position="bottom"]:after {
      bottom: 100%;
      border-width: 0 10px 10px 10px; }
    [tooltip][tooltip-position="bottom"]:before {
      margin-bottom: 1px;
      border-color: transparent transparent #808080 transparent; }
    [tooltip][tooltip-position="bottom"]:after {
      border-color: transparent transparent #fff transparent; }
  [tooltip][tooltip-position="top"]:before, [tooltip][tooltip-position="top"]:after, [tooltip][tooltip-position="bottom"]:before, [tooltip][tooltip-position="bottom"]:after {
    left: 50%;
    margin-left: -10px; }
  [tooltip][tooltip-position="left"]:before, [tooltip][tooltip-position="left"]:after, [tooltip][tooltip-position="right"]:before, [tooltip][tooltip-position="right"]:after {
    top: 50%;
    margin-top: -10px; }
  [tooltip][tooltip-animation="fall"][tooltip-position="top"], [tooltip][tooltip-animation="fall"][tooltip-position="left"], [tooltip][tooltip-animation="fall"][tooltip-position="right"] {
    /* TRANSFORMS */
    -moz-transform: translate3d(0, -30px, 0);
    -o-transform: translate3d(0, -30px, 0);
    -ms-transform: translate3d(0, -30px, 0);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  [tooltip][tooltip-animation="fall"][tooltip-position="bottom"] {
    /* TRANSFORMS */
    -moz-transform: translate3d(0, 30px, 0);
    -o-transform: translate3d(0, 30px, 0);
    -ms-transform: translate3d(0, 30px, 0);
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0); }
  [tooltip][tooltip-animation="grow"] {
    /* TRANSFORMS */
    -moz-transform: scale3d(0.6, 0.6, 1);
    -o-transform: scale3d(0.6, 0.6, 1);
    -ms-transform: scale3d(0.6, 0.6, 1);
    -webkit-transform: scale3d(0.6, 0.6, 1);
    transform: scale3d(0.6, 0.6, 1); }
  [tooltip][tooltip-visible] {
    opacity: 1;
    pointer-events: auto; }
    [tooltip][tooltip-visible][tooltip-animation="fall"] {
      /* TRANSFORMS */
      -moz-transform: translate3d(0, 0, 0) !important;
      -o-transform: translate3d(0, 0, 0) !important;
      -ms-transform: translate3d(0, 0, 0) !important;
      -webkit-transform: translate3d(0, 0, 0) !important;
      transform: translate3d(0, 0, 0) !important; }
    [tooltip][tooltip-visible][tooltip-animation="grow"] {
      /* TRANSFORMS */
      -moz-transform: scale3d(1, 1, 1);
      -o-transform: scale3d(1, 1, 1);
      -ms-transform: scale3d(1, 1, 1);
      -webkit-transform: scale3d(1, 1, 1);
      transform: scale3d(1, 1, 1); }
