/* ==========================================================================
   Helper classes
   ========================================================================== */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  *text-indent: -9999px; }

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%; }

.hidden {
  display: none !important;
  visibility: hidden; }

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

.invisible {
  visibility: hidden; }

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.clearfix {
  *zoom: 1; }

/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
* Correct `inline-block` display not defined in IE 8/9.
*/
audio,
canvas,
video {
  display: inline-block; }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent; }

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap; }

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0; }

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* Styles for custom selects */
.done select {
  height: 1px;
  width: 1px;
  border: none;
  background: none;
  padding: 0;
  margin: 0;
  position: relative;
  left: -2px;
  z-index: -10;
  outline: none;
  -webkit-appearance: none; }

.mobile select {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background-attachment: scroll;
  background-clip: border-box;
  background-color: transparent;
  background-image: none;
  background-origin: padding-box;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto auto;
  border-bottom-color: -moz-use-text-color;
  border-bottom-style: none;
  border-bottom-width: medium;
  border-image-outset: 0 0 0 0;
  border-image-repeat: stretch stretch;
  border-image-slice: 100% 100% 100% 100%;
  border-image-source: none;
  border-image-width: 1 1 1 1;
  border-left-color-ltr-source: physical;
  border-left-color-rtl-source: physical;
  border-left-color-value: -moz-use-text-color;
  border-left-style-ltr-source: physical;
  border-left-style-rtl-source: physical;
  border-left-style-value: none;
  border-left-width-ltr-source: physical;
  border-left-width-rtl-source: physical;
  border-left-width-value: medium;
  border-right-color-ltr-source: physical;
  border-right-color-rtl-source: physical;
  border-right-color-value: -moz-use-text-color;
  border-right-style-ltr-source: physical;
  border-right-style-rtl-source: physical;
  border-right-style-value: none;
  border-right-width-ltr-source: physical;
  border-right-width-rtl-source: physical;
  border-right-width-value: medium;
  border-top-color: -moz-use-text-color;
  border-top-style: none;
  border-top-width: medium;
  height: 1px;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  outline-color: -moz-use-text-color;
  outline-style: none;
  outline-width: medium;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  position: absolute;
  width: 100%;
  height: 40px;
  top: 0;
  left: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0; }

.select-list {
  position: absolute;
  left: 0; }

.custom-select {
  z-index: 1; }

.custom-select * {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none; }

.open_list {
  z-index: 10; }

.custom-select ul,
.custom-select li {
  margin: 0;
  padding: 0;
  list-style: none; }

.custom-select,
.custom-select ul {
  position: relative;
  top: 0;
  left: 0; }

.custom-select .custom-text {
  cursor: pointer;
  display: inline-block; }

.custom-select li {
  cursor: pointer;
  min-height: 25px; }

.select-scroll {
  position: absolute;
  right: 2px;
  top: 2px;
  z-index: 2; }

.default-scroll ul {
  overflow-y: scroll; }

.custom-scroll {
  overflow: hidden; }

.scroll-drag {
  display: block;
  position: absolute;
  left: 1px;
  cursor: pointer; }

.disabled * {
  cursor: default !important; }

@font-face {}
/* ==========================================================================
   Grid Classes
   ========================================================================== */
.grid-1-1 {
  width: 100%;
  height: auto; }

.grid-1-2 {
  width: 50%;
  height: auto; }

.grid-1-3 {
  width: 33.33333%;
  height: auto; }

.grid-2-3 {
  width: 66.66666%;
  height: auto; }

/* ==========================================================================
   Massive -- Main Containers Classes
   ========================================================================== */
/* apply a natural box layout model to all elements */
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

#header {
  max-width: 1010px;
  margin: 0 auto 0 auto;
  z-index: 1; }

#calculate-auto {
  position: fixed;
  top: -999999999px; }

#footer {
  background-color: #4C412B;
  margin-top: 130px;
  border-top: 5px solid #3D3423; }
  #footer .footer {
    max-width: 1020px;
    margin: 0 auto; }

.prel {
  position: relative; }

.mauto {
  margin: 0 auto; }

.fleft {
  float: left; }

body {
  font-size: 100%;
  height: 100%; }
  body.noFix {
    -webkit-transform: none; }
  body #bg {
    background: #000000;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSI0MiUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI0MiUiIHN0b3AtY29sb3I9IiNlZWVlZWUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(left, #000000 42%, #eeeeee 0%);
    background: -webkit-gradient(linear, left top, right top, color-stop(42%, #000000), color-stop(0%, #eeeeee));
    background: -webkit-linear-gradient(left, #000000 42%, #eeeeee 0%);
    background: -o-linear-gradient(left, #000000 42%, #eeeeee 0%);
    background: -ms-linear-gradient(left, #000000 42%, #eeeeee 0%);
    background: linear-gradient(to right, #000000 42%, #eeeeee 0%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#eeeeee',GradientType=1 );
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: translate3d(0, 0, 0); }

html {
  height: 100%; }

#first-animation {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #eee;
  display: none; }

.scroll-indicator {
  width: 100%;
  height: 50px;
  position: fixed;
  bottom: 0px;
  z-index: 999;
  opacity: 0; }
  .scroll-indicator.disabled {
    display: none; }
  .scroll-indicator .icon {
    width: 100px;
    height: 50px;
    position: absolute;
    left: 50%;
    margin-left: -50px; }

#header {
  min-height: 120px;
  -webkit-transform: translate3d(0, 0, 0);
  position: relative;
  margin-top: 40px;
  opacity: 1; }
  #header:after {
    position: absolute;
    background-color: #EEEEEE;
    right: 0;
    height: 5px;
    content: ' ';
    top: 0;
    width: 80px; }
  #header .header-left {
    float: left;
    min-height: 120px;
    width: 250px;
    padding-left: 10px;
    *zoom: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-transition: opacity 0.4s ease-in;
    -moz-transition: opacity 0.4s ease-in;
    -ms-transition: opacity 0.4s ease-in;
    -o-transition: opacity 0.4s ease-in;
    transition: opacity 0.4s ease-in;
    background-color: black; }
    #header .header-left:before, #header .header-left:after {
      display: table;
      content: ""; }
    #header .header-left:after {
      clear: both; }
    #header .header-left #logo {
      padding-top: 20px;
      float: left; }
      #header .header-left #logo svg path {
        fill: #FFF; }
      #header .header-left #logo svg polygon {
        fill: #FFF; }
      #header .header-left #logo svg rect {
        fill: #FFF; }
  #header .header-right {
    margin-left: 250px;
    background-color: white;
    min-height: 120px;
    width: 75.3%;
    max-width: 760px;
    position: relative;
    opacity: 1;
    *zoom: 1;
    -webkit-box-shadow: 0px -10px 13px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px -10px 13px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px -10px 13px 0px rgba(0, 0, 0, 0.2); }
    #header .header-right:before, #header .header-right:after {
      display: table;
      content: ""; }
    #header .header-right:after {
      clear: both; }
    #header .header-right .border-fix {
      float: left;
      width: 100%;
      height: 5px;
      background-color: #EEEEEE;
      margin-bottom: 35px; }
    #header .header-right .language-select {
      *zoom: 1;
      float: left;
      margin-right: 20px;
      margin-left: 30px; }
      #header .header-right .language-select:before, #header .header-right .language-select:after {
        display: table;
        content: ""; }
      #header .header-right .language-select:after {
        clear: both; }
      #header .header-right .language-select .language-item {
        float: left;
        text-transform: uppercase;
        display: block;
        width: 40px;
        height: 40px;
        background-color: #FFFFFF;
        color: #2C292C;
        font-family: 'Roboto Condensed', Helvetica, Arial, "Lucida Grande", sans-serif;
        font-weight: 300;
        font-size: 13px;
        text-align: center;
        text-decoration: none;
        line-height: 40px;
        -webkit-transition: all 0.7s ease-in;
        -moz-transition: all 0.7s ease-in;
        -ms-transition: all 0.7s ease-in;
        -o-transition: all 0.7s ease-in;
        transition: all 0.7s ease-in; }
        #header .header-right .language-select .language-item:hover {
          background-color: #EEEEEE; }
        #header .header-right .language-select .language-item.active {
          background-color: #BEA365;
          color: #FFFFFF; }
    #header .header-right .menu {
      *zoom: 1;
      float: left;
      margin-left: 30px;
      display: none; }
      #header .header-right .menu:before, #header .header-right .menu:after {
        display: table;
        content: ""; }
      #header .header-right .menu:after {
        clear: both; }
      #header .header-right .menu .menu-item {
        display: block;
        float: left;
        text-transform: uppercase;
        line-height: 40px;
        color: #BEA365;
        font-size: 15px;
        text-decoration: none;
        margin-right: 10px;
        opacity: 0;
        font-family: 'Roboto Condensed', Helvetica, Arial, "Lucida Grande", sans-serif;
        font-weight: 700;
        -webkit-transition: all 0.4s ease-in;
        -moz-transition: all 0.4s ease-in;
        -ms-transition: all 0.4s ease-in;
        -o-transition: all 0.4s ease-in;
        transition: all 0.4s ease-in;
        border-bottom: solid 1px #FFFFFF; }
        #header .header-right .menu .menu-item:hover {
          border-bottom: solid 1px #BEA365; }
        #header .header-right .menu .menu-item.active {
          border-bottom: solid 1px #BEA365; }
    #header .header-right .search {
      position: relative;
      float: right;
      margin-right: 30px;
      opacity: 0; }
      #header .header-right .search input {
        height: 40px;
        max-width: 220px;
        width: 220px;
        padding: 0 40px 0 10px;
        border: none;
        background-color: #EEEEEE;
        border: none;
        font-family: 'Roboto Condensed', Helvetica, Arial, "Lucida Grande", sans-serif;
        font-weight: 300;
        font-size: 13px;
        line-height: 40px;
        -webkit-transition: background-color 0.4s ease-in;
        -moz-transition: background-color 0.4s ease-in;
        -ms-transition: background-color 0.4s ease-in;
        -o-transition: background-color 0.4s ease-in;
        transition: background-color 0.4s ease-in; }
        #header .header-right .search input:focus {
          background-color: #2C292C;
          color: #FFFFFF; }
          #header .header-right .search input:focus + button {
            background: url("../img/sprite/sprite.png") -29px 0px; }
        #header .header-right .search input:focus::-webkit-input-placeholder {
          color: transparent; }
        #header .header-right .search input.error {
          border: 1px solid #B42C2A;
          color: #FFFFFF; }
          #header .header-right .search input.error::-webkit-input-placeholder {
            color: #2C292C; }
          #header .header-right .search input.error:-moz-placeholder {
            color: #2C292C; }
          #header .header-right .search input.error:-ms-input-placeholder {
            color: #2C292C; }
          #header .header-right .search input.error::-moz-placeholder {
            color: #2C292C; }
          #header .header-right .search input.error:focus::-webkit-input-placeholder {
            color: transparent; }
      #header .header-right .search button {
        width: 20px;
        height: 20px;
        background: url("../img/sprite/sprite.png") 0px 0px;
        border: none;
        position: absolute;
        top: 11px;
        right: 10px; }
    #header .header-right .sub-menu {
      position: absolute;
      width: 600px;
      height: 0px;
      z-index: 1;
      top: 120px;
      left: 0;
      right: 0;
      overflow: hidden;
      margin-left: 30px;
      *zoom: 1;
      -webkit-transition: all 0.4s ease-in;
      -moz-transition: all 0.4s ease-in;
      -ms-transition: all 0.4s ease-in;
      -o-transition: all 0.4s ease-in;
      transition: all 0.4s ease-in; }
      #header .header-right .sub-menu:before, #header .header-right .sub-menu:after {
        display: table;
        content: ""; }
      #header .header-right .sub-menu:after {
        clear: both; }
      #header .header-right .sub-menu .menu-item {
        text-transform: uppercase;
        line-height: 50px;
        color: #2C292C;
        font-size: 13px;
        text-decoration: none;
        margin-right: 10px;
        font-family: 'Roboto Condensed', Helvetica, Arial, "Lucida Grande", sans-serif;
        font-weight: 700;
        -webkit-transition: all 0.4s ease-in;
        -moz-transition: all 0.4s ease-in;
        -ms-transition: all 0.4s ease-in;
        -o-transition: all 0.4s ease-in;
        transition: all 0.4s ease-in; }
        #header .header-right .sub-menu .menu-item:hover {
          color: #BEA365; }
        #header .header-right .sub-menu .menu-item.active {
          color: #BEA365; }
  #header .header-mobile {
    max-width: 500px;
    margin: 0 auto;
    height: 85px;
    display: none;
    padding-top: 10px;
    *zoom: 1;
    position: relative;
    z-index: 1; }
    #header .header-mobile:before, #header .header-mobile:after {
      display: table;
      content: ""; }
    #header .header-mobile:after {
      clear: both; }
    #header .header-mobile .header-mobile-left {
      float: left;
      width: 50%;
      background-color: black;
      height: 85px;
      padding-top: 10px;
      text-align: center; }
    #header .header-mobile .header-mobile-right {
      float: right;
      width: 50%;
      height: 85px; }
      #header .header-mobile .header-mobile-right #mobileOpen {
        float: right;
        margin-top: 25px;
        margin-right: 10px; }
        #header .header-mobile .header-mobile-right #mobileOpen svg path, #header .header-mobile .header-mobile-right #mobileOpen svg rect {
          fill: #2C292C; }

#mobile-menu {
  width: 500px;
  height: 100%;
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  z-index: -1;
  opacity: 0;
  -webkit-transition: opacity 0.6s ease-out;
  -moz-transition: opacity 0.6s ease-out;
  -ms-transition: opacity 0.6s ease-out;
  -o-transition: opacity 0.6s ease-out;
  transition: opacity 0.6s ease-out; }
  #mobile-menu .logo-menu {
    position: absolute;
    left: 0px;
    top: 20px; }
    #mobile-menu .logo-menu svg path, #mobile-menu .logo-menu svg rect, #mobile-menu .logo-menu svg polygon {
      fill: #BEA365; }
  #mobile-menu #mobile {
    position: relative;
    background-color: white;
    width: 300px;
    height: 100%;
    margin-top: 0px; }
    #mobile-menu #mobile .close-button {
      width: 50px;
      height: 65px;
      position: absolute;
      right: 0;
      top: 25px;
      background-color: white;
      cursor: pointer; }
      #mobile-menu #mobile .close-button svg {
        margin-left: 8px;
        margin-top: 10px; }
    #mobile-menu #mobile .language-select {
      *zoom: 1;
      margin-left: 10px;
      margin-top: 10px; }
      #mobile-menu #mobile .language-select:before, #mobile-menu #mobile .language-select:after {
        display: table;
        content: ""; }
      #mobile-menu #mobile .language-select:after {
        clear: both; }
      #mobile-menu #mobile .language-select .language-item {
        float: left;
        text-transform: uppercase;
        display: block;
        width: 40px;
        height: 40px;
        background-color: #FFFFFF;
        color: #2C292C;
        font-family: 'Roboto Condensed', Helvetica, Arial, "Lucida Grande", sans-serif;
        font-weight: 300;
        font-size: 13px;
        text-align: center;
        text-decoration: none;
        line-height: 40px;
        -webkit-transition: all 0.7s ease-in;
        -moz-transition: all 0.7s ease-in;
        -ms-transition: all 0.7s ease-in;
        -o-transition: all 0.7s ease-in;
        transition: all 0.7s ease-in; }
        #mobile-menu #mobile .language-select .language-item:hover {
          background-color: #EEEEEE; }
        #mobile-menu #mobile .language-select .language-item.active {
          background-color: #BEA365;
          color: #FFFFFF; }
    #mobile-menu #mobile .search {
      position: absolute;
      float: left;
      top: 106px; }
      #mobile-menu #mobile .search input {
        height: 40px;
        max-width: 300px;
        width: 300px;
        margin-left: 0px;
        padding: 0 40px 0 10px;
        border: none;
        background-color: #EEEEEE;
        border: none;
        font-family: 'Roboto Condensed', Helvetica, Arial, "Lucida Grande", sans-serif;
        font-weight: 300;
        font-size: 13px;
        line-height: 40px;
        -webkit-transition: background-color 0.4s ease-in;
        -moz-transition: background-color 0.4s ease-in;
        -ms-transition: background-color 0.4s ease-in;
        -o-transition: background-color 0.4s ease-in;
        transition: background-color 0.4s ease-in; }
        #mobile-menu #mobile .search input:focus {
          background-color: #2C292C;
          color: #FFFFFF; }
          #mobile-menu #mobile .search input:focus + button {
            background: url("../img/sprite/sprite.png") -29px 0px; }
        #mobile-menu #mobile .search input:focus::-webkit-input-placeholder {
          color: transparent; }
        #mobile-menu #mobile .search input.error {
          border: 1px solid #B42C2A;
          color: #FFFFFF; }
          #mobile-menu #mobile .search input.error::-webkit-input-placeholder {
            color: #2C292C; }
          #mobile-menu #mobile .search input.error:-moz-placeholder {
            color: #2C292C; }
          #mobile-menu #mobile .search input.error:-ms-input-placeholder {
            color: #2C292C; }
          #mobile-menu #mobile .search input.error::-moz-placeholder {
            color: #2C292C; }
          #mobile-menu #mobile .search input.error:focus::-webkit-input-placeholder {
            color: transparent; }
      #mobile-menu #mobile .search button {
        width: 20px;
        height: 20px;
        background: url("../img/sprite/sprite.png") 0px 0px;
        border: none;
        position: absolute;
        top: 11px;
        right: 10px; }
    #mobile-menu #mobile ul.mobile-menu {
      list-style-type: none;
      margin: 186px 0 0 0;
      padding: 0;
      float: left;
      width: 100%; }
      #mobile-menu #mobile ul.mobile-menu li {
        min-height: 50px;
        padding-left: 20px;
        padding-right: 20px;
        line-height: 50px;
        font-family: 'Roboto Condensed', Helvetica, Arial, "Lucida Grande", sans-serif;
        font-weight: 700;
        font-size: 15px;
        color: #BEA365;
        background-color: #FFF;
        text-transform: uppercase;
        -webkit-transition: background-color 0.4s ease-in;
        -moz-transition: background-color 0.4s ease-in;
        -ms-transition: background-color 0.4s ease-in;
        -o-transition: background-color 0.4s ease-in;
        transition: background-color 0.4s ease-in;
        					/*&:nth-child(2n) {
        						background-color:#F9F9F9;
        
        					}*/ }
        #mobile-menu #mobile ul.mobile-menu li a {
          text-decoration: none;
          color: #BEA365;
          display: block; }
        #mobile-menu #mobile ul.mobile-menu li.gray {
          background-color: #F9F9F9; }
        #mobile-menu #mobile ul.mobile-menu li:hover {
          background-color: #BEA365;
          -webkit-transition: background-color 0.4s ease-out;
          -moz-transition: background-color 0.4s ease-out;
          -ms-transition: background-color 0.4s ease-out;
          -o-transition: background-color 0.4s ease-out;
          transition: background-color 0.4s ease-out; }
          #mobile-menu #mobile ul.mobile-menu li:hover a {
            color: #FFFFFF; }
        #mobile-menu #mobile ul.mobile-menu li.active {
          background-color: #2C292C; }
    #mobile-menu #mobile ul.mobile-sub {
      list-style: none;
      margin: 0;
      padding: 0; }
      #mobile-menu #mobile ul.mobile-sub li {
        padding-left: 40px;
        color: #2C292C;
        					/*&:nth-child(2n) {
        						background-color:#EAEAEA;
        
        					}*/ }
        #mobile-menu #mobile ul.mobile-sub li a {
          font-family: 'Roboto Condensed', Helvetica, Arial, "Lucida Grande", sans-serif;
          font-weight: 300;
          color: #2C292C; }
        #mobile-menu #mobile ul.mobile-sub li:hover {
          background-color: #BEA365;
          -webkit-transition: background-color 0.4s ease-out;
          -moz-transition: background-color 0.4s ease-out;
          -ms-transition: background-color 0.4s ease-out;
          -o-transition: background-color 0.4s ease-out;
          transition: background-color 0.4s ease-out; }
          #mobile-menu #mobile ul.mobile-sub li:hover a {
            color: #FFFFFF; }
        #mobile-menu #mobile ul.mobile-sub li.active {
          background-color: #454145; }
          #mobile-menu #mobile ul.mobile-sub li.active a {
            color: #FFF; }

.main-container {
  max-width: 1010px;
  margin: 0 auto 0 auto;
  *zoom: 1;
  background: transparent;
  opacity: 1;
  position: relative;
  height: 100%;
  height: auto !important;
  min-height: 100%; }
  .main-container:before, .main-container:after {
    display: table;
    content: ""; }
  .main-container:after {
    clear: both; }
  .main-container .main-container-animator {
    width: 100%;
    height: 10px;
    position: absolute;
    z-index: 10;
    top: -20px;
    left: 0;
    opacity: 0;
    overflow: hidden;
    *zoom: 1; }
    .main-container .main-container-animator:before, .main-container .main-container-animator:after {
      display: table;
      content: ""; }
    .main-container .main-container-animator:after {
      clear: both; }
    .main-container .main-container-animator .main-container-animator-left {
      height: 2000px;
      width: 250px;
      background-color: black;
      float: left; }
    .main-container .main-container-animator .main-container-animator-right {
      height: 2000px;
      width: 760px;
      background-color: white;
      float: left; }
  .main-container .main-container-left {
    float: left;
    width: 250px;
    position: relative;
    z-index: 1;
    opacity: 0; }
    .main-container .main-container-left a {
      text-decoration: none; }
    .main-container .main-container-left .badge {
      width: 90px;
      height: 90px; }
      .main-container .main-container-left .badge.normal path, .main-container .main-container-left .badge.normal rect, .main-container .main-container-left .badge.normal line, .main-container .main-container-left .badge.normal polygon {
        fill: #BEA365; }
      .main-container .main-container-left .badge.normal.wineYou svg {
        margin-left: -38px;
        margin-top: 15px; }
      .main-container .main-container-left .badge.normal.primeWine svg {
        margin-left: -11px;
        margin-top: 6px; }
      .main-container .main-container-left .badge svg {
        position: relative;
        z-index: 1; }
      .main-container .main-container-left .badge.beber svg {
        margin-left: -40px;
        margin-top: 40px; }
      .main-container .main-container-left .badge:before {
        content: '';
        display: block;
        width: 90px;
        height: 90px;
        position: absolute;
        background: rgba(190, 162, 104, 0.4);
        border-radius: 45px;
        z-index: 0;
        -webkit-transition: background 0.6s ease-out;
        -moz-transition: background 0.6s ease-out;
        -ms-transition: background 0.6s ease-out;
        -o-transition: background 0.6s ease-out;
        transition: background 0.6s ease-out; }
  .main-container .main-container-right {
    margin-left: 250px;
    min-height: 120px;
    position: relative;
    background: #FFF;
    *zoom: 1;
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0); }
    .main-container .main-container-right:before, .main-container .main-container-right:after {
      display: table;
      content: ""; }
    .main-container .main-container-right:after {
      clear: both; }
    .main-container .main-container-right .top-content-container {
      width: 750px;
      opacity: 0;
      display: none;
      -webkit-transform: translate3d(0, 0, 0); }
      .main-container .main-container-right .top-content-container.noFix {
        -webkit-transform: none; }
    .main-container .main-container-right.noFix {
      -webkit-transform: none; }
    .main-container .main-container-right .content {
      position: relative;
      min-height: 500px;
      -webkit-transform: translate3d(0, 0, 0); }

.main-container-left-mobile {
  max-width: 500px;
  margin: 60px auto 0 auto;
  display: none; }

@-webkit-keyframes preloader {
  0% {
    background-position: 0 0; }
  100% {
    background-position: -440px 0; } }
@-moz-keyframes preloader {
  0% {
    background-position: 0 0; }
  100% {
    background-position: -440px 0; } }
@-o-keyframes preloader {
  0% {
    background-position: 0 0; }
  100% {
    background-position: -440px 0; } }
@keyframes preloader {
  0% {
    background-position: 0 0; }
  100% {
    background-position: -440px 0; } }
#preloader-small {
  width: 40px;
  height: 40px;
  left: 50%;
  top: 100px;
  margin-left: -20px;
  margin-top: -20px;
  position: absolute;
  display: none;
  opacity: 0; }
  #preloader-small .inner-preload {
    padding-top: 20px;
    padding-bottom: 20px; }
  #preloader-small .bg {
    width: 40px;
    height: 40px;
    background: url("/img/sprite/preloader_sprite.png") 0 0 no-repeat;
    animation: preloader 1.1s steps(11) infinite;
    -webkit-animation: preloader 1.1s steps(11) infinite;
    /* Safari 4+ */
    -moz-animation: preloader 1.1s steps(11) infinite;
    /* Fx 5+ */
    -o-animation: preloader 1.1s steps(11) infinite;
    /* Opera 12+ */ }

#preloader {
  display: block;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 99999; }
  #preloader .preloader-large {
    min-width: 40px;
    min-height: 40px;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -50px;
    margin-top: -86px; }
  #preloader > .bg {
    position: fixed;
    top: 0;
    left: 0;
    background: #EEEEEE;
    z-index: 0;
    width: 100%;
    height: 100%; }
  #preloader .top-preload {
    border-bottom: 1px dotted #BEA365;
    padding-bottom: 20px; }
  #preloader .bottom-preload {
    border-top: 1px dotted #BEA365;
    padding-top: 20px;
    font-size: 12px;
    font-family: 'Roboto Condensed', Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 700;
    color: #2C292C;
    text-transform: uppercase;
    text-align: center; }
  #preloader .inner-preload {
    padding-top: 20px;
    padding-bottom: 20px; }
    #preloader .inner-preload > .bg {
      width: 40px;
      height: 40px;
      margin-left: 30px;
      background: url("/img/sprite/preloader_sprite.png") 0 0 no-repeat;
      animation: preloader 1.1s steps(11) infinite;
      -webkit-animation: preloader 1.1s steps(11) infinite;
      /* Safari 4+ */
      -moz-animation: preloader 1.1s steps(11) infinite;
      /* Fx 5+ */
      -o-animation: preloader 1.1s steps(11) infinite;
      /* Opera 12+ */
      opacity: 1; }
  #preloader svg {
    width: 100px;
    height: 31px; }
    #preloader svg path, #preloader svg rect {
      fill: #414141; }

.slider-wrapper {
  overflow: hidden;
  width: 760px;
  background-color: #FFF;
  float: right;
  height: 0;
  opacity: 1;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease; }
  .slider-wrapper.animateHeight {
    height: 500px; }
  .slider-wrapper.animate {
    width: 1010px; }
  .slider-wrapper.double-slider .slide {
    width: 500px; }
  .slider-wrapper.double-slider .slider-container {
    width: calc(50% - 5px);
    float: left; }
    .slider-wrapper.double-slider .slider-container .slider-controls {
      right: 0px !important;
      height: 65px;
      bottom: 0px;
      top: auto; }
      .slider-wrapper.double-slider .slider-container .slider-controls .controls {
        top: 0; }
        .slider-wrapper.double-slider .slider-container .slider-controls .controls .slide-list ul li {
          overflow: hidden;
          height: 27px; }
    .slider-wrapper.double-slider .slider-container .mobile-control {
      height: 300px; }

.slider-container {
  position: relative;
  width: 1010px;
  float: right;
  height: 500px;
  opacity: 0;
  -webkit-transition: opacity 0.6s ease;
  -moz-transition: opacity 0.6s ease;
  -ms-transition: opacity 0.6s ease;
  -o-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease; }
  .slider-container .caroufredsel_wrapper {
    max-width: 1000px !important; }
  .slider-container .mobile-control {
    position: absolute;
    width: 30px;
    height: 200px;
    background-color: rgba(0, 0, 0, 0.8);
    -webkit-transition: background 0.4s ease;
    -moz-transition: background 0.4s ease;
    -ms-transition: background 0.4s ease;
    -o-transition: background 0.4s ease;
    transition: background 0.4s ease;
    cursor: pointer;
    top: 0px;
    z-index: 9;
    display: none; }
    .slider-container .mobile-control .icon {
      width: 20px;
      height: 20px;
      position: absolute;
      top: 50%;
      margin-top: -10px;
      left: 5px; }
      .slider-container .mobile-control .icon:after {
        content: '';
        display: block;
        width: 20px;
        height: 20px;
        position: absolute;
        left: 0px;
        top: 0px;
        opacity: 1;
        -webkit-transition: opacity 0.4s ease;
        -moz-transition: opacity 0.4s ease;
        -ms-transition: opacity 0.4s ease;
        -o-transition: opacity 0.4s ease;
        transition: opacity 0.4s ease; }
    .slider-container .mobile-control:hover {
      -webkit-transition: background 0.4s ease;
      -moz-transition: background 0.4s ease;
      -ms-transition: background 0.4s ease;
      -o-transition: background 0.4s ease;
      transition: background 0.4s ease;
      background-color: #BEA365; }
      .slider-container .mobile-control:hover .icon:after {
        -webkit-transition: opacity 0.4s ease;
        -moz-transition: opacity 0.4s ease;
        -ms-transition: opacity 0.4s ease;
        -o-transition: opacity 0.4s ease;
        transition: opacity 0.4s ease;
        opacity: 0; }
  .slider-container #mobile-control-left {
    left: 0px; }
    .slider-container #mobile-control-left .icon {
      background: url("/img/svg/slider-resp-left-over.svg") 0 0 no-repeat; }
      .slider-container #mobile-control-left .icon:after {
        background: url("/img/svg/slider-resp-left.svg") 0 0 no-repeat; }
  .slider-container #mobile-control-right {
    right: 0px; }
    .slider-container #mobile-control-right .icon {
      background: url("/img/svg/slider-resp-right-over.svg") 0 0 no-repeat; }
      .slider-container #mobile-control-right .icon:after {
        background: url("/img/svg/slider-resp-right.svg") 0 0 no-repeat; }
  .slider-container .mobile-swipe {
    width: 40px;
    height: 40px;
    border-radius: 20px;
    background-color: white;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 9;
    display: none; }

#carousel {
  /*width: 750px;
  height: 500px!important;*/
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  outline: 0; }

.slide {
  border: none;
  display: block;
  margin-left: 0px;
  height: 500px;
  float: left;
  position: relative;
  z-index: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  outline: 0;
  -webkit-tap-highlight-color: transparent; }
  .slide img {
    -webkit-user-select: none;
    -moz-user-select: none;
    outline: 0;
    -webkit-tap-highlight-color: transparent; }
  .slide .slide-content {
    position: absolute;
    width: 250px;
    height: 250px; }
    .slide .slide-content.block.gray {
      background-color: transparent; }
      .slide .slide-content.block.gray p {
        font-size: 22px;
        color: #FFF; }
  .slide img {
    max-width: 750px;
    width: 100%;
    border: 0;
    outline: 0; }

.slider-controls {
  background-color: rgba(0, 0, 0, 0.8);
  display: block;
  width: 250px;
  height: 500px;
  position: absolute;
  top: 0px;
  right: 10px;
  z-index: 5;
  -o-transition: opacity 1s ease;
  -ms-transition: opacity 1s ease;
  -moz-transition: opacity 1s ease;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease; }
  .slider-controls .controls {
    position: relative;
    top: 218px; }
    .slider-controls .controls .bg {
      width: 240px;
      height: 70px;
      background-color: #BEA365;
      position: absolute;
      left: 5px;
      opacity: 0;
      -o-transition: all .5s ease;
      -ms-transition: all .5s ease;
      -moz-transition: all .5s ease;
      -webkit-transition: all .5s ease;
      transition: all .5s ease; }
      .slider-controls .controls .bg.hover {
        opacity: 1; }
      .slider-controls .controls .bg.right {
        left: 10px; }
      .slider-controls .controls .bg.left {
        left: 0px; }
    .slider-controls .controls .slider-next, .slider-controls .controls .slider-prev {
      width: 20px;
      height: 40px;
      position: absolute;
      top: 15px; }
    .slider-controls .controls .slider-next {
      right: 20px; }
      .slider-controls .controls .slider-next:before {
        content: '';
        display: block;
        width: 20px;
        height: 40px;
        position: absolute;
        top: 0px;
        left: 0px;
        background: url("/img/sprite/sprite.png") -169px 0 no-repeat;
        opacity: 1;
        -o-transition: opacity 1s ease;
        -ms-transition: opacity 1s ease;
        -moz-transition: opacity 1s ease;
        -webkit-transition: opacity 1s ease;
        transition: opacity 1s ease; }
      .slider-controls .controls .slider-next:after {
        content: '';
        display: block;
        width: 20px;
        height: 40px;
        position: absolute;
        top: 0px;
        left: 0px;
        background: url("/img/sprite/sprite.png") -229px 0 no-repeat;
        opacity: 0;
        -o-transition: opacity 1s ease;
        -ms-transition: opacity 1s ease;
        -moz-transition: opacity 1s ease;
        -webkit-transition: opacity 1s ease;
        transition: opacity 1s ease; }
      .slider-controls .controls .slider-next.fade:before {
        opacity: 0; }
      .slider-controls .controls .slider-next.fade:after {
        opacity: .2; }
      .slider-controls .controls .slider-next:hover:before {
        opacity: 0; }
      .slider-controls .controls .slider-next:hover:after {
        opacity: 1; }
    .slider-controls .controls .slider-prev {
      left: 20px;
      background: url("/img/sprite/sprite.png") -139px 0 no-repeat; }
      .slider-controls .controls .slider-prev:before {
        content: '';
        display: block;
        width: 20px;
        height: 40px;
        position: absolute;
        top: 0px;
        left: 0px;
        background: url("/img/sprite/sprite.png") -139px 0 no-repeat;
        opacity: 1;
        -o-transition: opacity 1s ease;
        -ms-transition: opacity 1s ease;
        -moz-transition: opacity 1s ease;
        -webkit-transition: opacity 1s ease;
        transition: opacity 1s ease; }
      .slider-controls .controls .slider-prev:after {
        content: '';
        display: block;
        width: 20px;
        height: 40px;
        position: absolute;
        top: 0px;
        left: 0px;
        background: url("/img/sprite/sprite.png") -199px 0 no-repeat;
        opacity: 0;
        -o-transition: opacity 1s ease;
        -ms-transition: opacity 1s ease;
        -moz-transition: opacity 1s ease;
        -webkit-transition: opacity 1s ease;
        transition: opacity 1s ease; }
      .slider-controls .controls .slider-prev.fade:before {
        opacity: 0; }
      .slider-controls .controls .slider-prev.fade:after {
        opacity: .2; }
      .slider-controls .controls .slider-prev:hover:before {
        opacity: 0; }
      .slider-controls .controls .slider-prev:hover:after {
        opacity: 1; }
    .slider-controls .controls .slide-list {
      position: absolute;
      left: 50px;
      top: 10px; }
      .slider-controls .controls .slide-list span {
        color: #FFF;
        font-family: 'Roboto Condensed', Helvetica, Arial, "Lucida Grande", sans-serif;
        font-weight: 700;
        font-size: 12px;
        display: block;
        text-transform: uppercase; }
      .slider-controls .controls .slide-list ul {
        list-style: none;
        margin: 0px;
        padding: 0px; }
        .slider-controls .controls .slide-list ul li {
          max-width: 150px;
          font-family: 'Roboto Condensed', Helvetica, Arial, "Lucida Grande", sans-serif;
          font-weight: 700;
          font-size: 12px;
          text-transform: uppercase;
          color: #BEA365; }
      .slider-controls .controls .slide-list.hover li {
        color: #000; }

.element {
  opacity: 1;
  transition: opacity .6s linear;
  -webkit-transition: opacity .6s linear;
  -moz-transition: opacity .6s linear; }

@keyframes barberpole {
  from {
    background-position: 0 0; }
  to {
    background-position: 60px 30px; } }
@-webkit-keyframes barberpole {
  from {
    background-position: 0 0; }
  to {
    background-position: 60px 30px; } }
.marcas-container a .block-bottle {
  width: 125px;
  height: 250px;
  float: left;
  text-align: center;
  background-color: #FFFFFF;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out; }
  .marcas-container a .block-bottle .block-bottle-image {
    z-index: 1;
    position: relative;
    float: left; }
  .marcas-container a .block-bottle .block-hover {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    opacity: 0;
    z-index: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background-size: 30px 30px;
    background-image: linear-gradient(45deg, #D2C092 25%, transparent 25%, transparent 50%, #D2C092 50%, #D2C092 75%, transparent 75%, transparent);
    animation: barberpole 0.3s linear infinite;
    -webkit-animation: barberpole 0.3s linear infinite;
    width: 125px; }
  .marcas-container a .block-bottle .bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    background-color: #BEA365;
    width: 125px;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -ms-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease; }
  .marcas-container a .block-bottle .block-hover-fill {
    background-color: white;
    height: 230px;
    left: 10px;
    position: absolute;
    top: 10px;
    width: 115px;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out; }
    .marcas-container a .block-bottle .block-hover-fill .block-hover-text {
      width: 115px;
      height: 240px;
      position: absolute;
      right: 0;
      top: 0;
      display: table;
      opacity: 0;
      -webkit-transition: opacity 0.4s ease-out;
      -moz-transition: opacity 0.4s ease-out;
      -ms-transition: opacity 0.4s ease-out;
      -o-transition: opacity 0.4s ease-out;
      transition: opacity 0.4s ease-out; }
      .marcas-container a .block-bottle .block-hover-fill .block-hover-text .block-hover-text-content {
        display: table-cell;
        vertical-align: middle;
        height: 240px; }
        .marcas-container a .block-bottle .block-hover-fill .block-hover-text .block-hover-text-content .tag {
          font-family: 'Roboto Condensed', Helvetica, Arial, "Lucida Grande", sans-serif;
          font-weight: 700;
          margin: 0 0 10px 0;
          font-size: 12px;
          color: black;
          line-height: 14px;
          text-transform: uppercase; }
        .marcas-container a .block-bottle .block-hover-fill .block-hover-text .block-hover-text-content .title {
          font-family: 'Roboto Condensed', Helvetica, Arial, "Lucida Grande", sans-serif;
          font-weight: 300;
          font-size: 18px;
          color: #BEA365;
          line-height: 20px;
          margin: 0 0 10px 0;
          text-transform: uppercase; }
  .marcas-container a .block-bottle.animate-top {
    position: relative;
    overflow: hidden; }
    .marcas-container a .block-bottle.animate-top:after {
      content: ' ';
      width: 250px;
      height: 250px;
      top: 0;
      left: 0;
      position: absolute;
      background-color: #FFFFFF;
      display: block;
      z-index: 1;
      -webkit-transition: all 0.8s ease-out;
      -moz-transition: all 0.8s ease-out;
      -ms-transition: all 0.8s ease-out;
      -o-transition: all 0.8s ease-out;
      transition: all 0.8s ease-out; }
    .marcas-container a .block-bottle.animate-top.animating-top:after {
      top: -250px;
      bottom: auto;
      -webkit-transition: all 0.8s ease-out;
      -moz-transition: all 0.8s ease-out;
      -ms-transition: all 0.8s ease-out;
      -o-transition: all 0.8s ease-out;
      transition: all 0.8s ease-out; }
  .marcas-container a .block-bottle.animate-bottom {
    position: relative;
    overflow: hidden; }
    .marcas-container a .block-bottle.animate-bottom:after {
      content: ' ';
      width: 250px;
      height: 250px;
      bottom: 0;
      left: 0;
      position: absolute;
      background-color: #FFFFFF;
      display: block;
      z-index: 1;
      -webkit-transition: all 0.8s ease-out;
      -moz-transition: all 0.8s ease-out;
      -ms-transition: all 0.8s ease-out;
      -o-transition: all 0.8s ease-out;
      transition: all 0.8s ease-out; }
    .marcas-container a .block-bottle.animate-bottom.animating-bottom:after {
      bottom: -250px;
      top: auto;
      -webkit-transition: all 0.8s ease-out;
      -moz-transition: all 0.8s ease-out;
      -ms-transition: all 0.8s ease-out;
      -o-transition: all 0.8s ease-out;
      transition: all 0.8s ease-out; }
    .marcas-container a .block-bottle.animate-bottom.animating-bottom.animated:after {
      display: none; }
  .marcas-container a .block-bottle.animate-right {
    position: relative;
    overflow: hidden; }
    .marcas-container a .block-bottle.animate-right:after {
      content: ' ';
      width: 250px;
      height: 250px;
      top: 0;
      right: 0;
      position: absolute;
      background-color: #FFFFFF;
      display: block;
      z-index: 1;
      -webkit-transition: all 0.8s ease-out;
      -moz-transition: all 0.8s ease-out;
      -ms-transition: all 0.8s ease-out;
      -o-transition: all 0.8s ease-out;
      transition: all 0.8s ease-out; }
    .marcas-container a .block-bottle.animate-right.animating-right:after {
      right: -250px;
      left: auto;
      -webkit-transition: all 0.8s ease-out;
      -moz-transition: all 0.8s ease-out;
      -ms-transition: all 0.8s ease-out;
      -o-transition: all 0.8s ease-out;
      transition: all 0.8s ease-out; }
  .marcas-container a .block-bottle.animate-left {
    position: relative;
    overflow: hidden; }
    .marcas-container a .block-bottle.animate-left:after {
      content: ' ';
      width: 250px;
      height: 250px;
      top: 0;
      left: 0;
      position: absolute;
      background-color: #FFFFFF;
      display: block;
      z-index: 1;
      -webkit-transition: all 0.8s ease-out;
      -moz-transition: all 0.8s ease-out;
      -ms-transition: all 0.8s ease-out;
      -o-transition: all 0.8s ease-out;
      transition: all 0.8s ease-out; }
    .marcas-container a .block-bottle.animate-left.animating-left:after {
      left: -250px;
      right: auto;
      -webkit-transition: all 0.8s ease-out;
      -moz-transition: all 0.8s ease-out;
      -ms-transition: all 0.8s ease-out;
      -o-transition: all 0.8s ease-out;
      transition: all 0.8s ease-out; }
  .marcas-container a .block-bottle:hover {
    z-index: 9;
    background-color: #BEA365;
    overflow: visible; }
    .marcas-container a .block-bottle:hover .block-bottle-image {
      float: left; }
    .marcas-container a .block-bottle:hover .block-hover {
      opacity: 1;
      width: 250px;
      -webkit-transition: all 0.4s ease-out;
      -moz-transition: all 0.4s ease-out;
      -ms-transition: all 0.4s ease-out;
      -o-transition: all 0.4s ease-out;
      transition: all 0.4s ease-out; }
    .marcas-container a .block-bottle:hover .bg {
      opacity: 1;
      width: 250px;
      -webkit-transition: all 0.4s ease-out;
      -moz-transition: all 0.4s ease-out;
      -ms-transition: all 0.4s ease-out;
      -o-transition: all 0.4s ease-out;
      transition: all 0.4s ease-out; }
    .marcas-container a .block-bottle:hover .block-hover-fill {
      background-color: #BEA365;
      height: 230px;
      left: 10px;
      position: absolute;
      top: 10px;
      width: 230px;
      -webkit-transition: all 0.4s ease-out;
      -moz-transition: all 0.4s ease-out;
      -ms-transition: all 0.4s ease-out;
      -o-transition: all 0.4s ease-out;
      transition: all 0.4s ease-out; }
      .marcas-container a .block-bottle:hover .block-hover-fill .block-hover-text {
        opacity: 1;
        -webkit-transition: opacity 0.4s ease-out;
        -moz-transition: opacity 0.4s ease-out;
        -ms-transition: opacity 0.4s ease-out;
        -o-transition: opacity 0.4s ease-out;
        transition: opacity 0.4s ease-out; }
      .marcas-container a .block-bottle:hover .block-hover-fill .block-hover-text-content .title {
        color: #FFF; }
.marcas-container a:nth-child(odd) {
  background-color: #F5F5F5; }
  .marcas-container a:nth-child(odd) .block-bottle {
    background-color: #F5F5F5; }
    .marcas-container a:nth-child(odd) .block-bottle .block-hover-fill {
      background-color: #F5F5F5; }
  .marcas-container a:nth-child(odd):hover .block-bottle {
    background-color: #BEA365; }
    .marcas-container a:nth-child(odd):hover .block-bottle .block-hover-fill {
      background-color: #BEA365;
      -webkit-transition: all 0.4s ease-out;
      -moz-transition: all 0.4s ease-out;
      -ms-transition: all 0.4s ease-out;
      -o-transition: all 0.4s ease-out;
      transition: all 0.4s ease-out; }
    .marcas-container a:nth-child(odd):hover .block-bottle .block-hover-text-content .title {
      color: #FFF; }
.marcas-container a:nth-child(8n):hover {
  z-index: 1;
  background-color: #BEA365; }
  .marcas-container a:nth-child(8n):hover .block-bottle {
    margin-left: -125px; }
.marcas-container.last-one a .block-bottle:hover .block-hover {
  background-color: red; }
.marcas-container.last-one a .block-bottle:hover .block-hover-fill {
  background-color: red; }
.marcas-container.last-one:hover {
  margin-left: -125px; }

.slider-block {
  width: 750px;
  position: relative;
  overflow: hidden;
  *zoom: 1;
  height: 250px; }
  .slider-block:before, .slider-block:after {
    display: table;
    content: ""; }
  .slider-block:after {
    clear: both; }
  .slider-block.hover {
    background-color: #BEA365; }
    .slider-block.hover .slider-block-slider .owl-item a .block-bottle .block-hover-fill {
      background-color: #BEA365; }
  .slider-block .slider-block-item {
    float: left;
    display: block;
    width: 125px; }
    .slider-block .slider-block-item .slider-block-item-image {
      width: 125px; }
  .slider-block .slider-block-slider {
    width: 750px;
    position: relative;
    height: 250px; }
    .slider-block .slider-block-slider.animate-bottom {
      position: relative;
      overflow: hidden; }
      .slider-block .slider-block-slider.animate-bottom:after {
        content: ' ';
        width: 750px;
        height: 250px;
        bottom: 0;
        left: 0;
        position: absolute;
        background-color: #FFFFFF;
        display: block;
        z-index: 1;
        -webkit-transition: all 0.8s ease-out;
        -moz-transition: all 0.8s ease-out;
        -ms-transition: all 0.8s ease-out;
        -o-transition: all 0.8s ease-out;
        transition: all 0.8s ease-out; }
      .slider-block .slider-block-slider.animate-bottom.animating-bottom:after {
        bottom: -250px;
        top: auto;
        -webkit-transition: all 0.8s ease-out;
        -moz-transition: all 0.8s ease-out;
        -ms-transition: all 0.8s ease-out;
        -o-transition: all 0.8s ease-out;
        transition: all 0.8s ease-out; }
    .slider-block .slider-block-slider .owl-item a .block-bottle {
      width: 125px;
      height: 250px;
      float: left;
      text-align: center;
      background-color: #FFFFFF;
      position: relative;
      overflow: hidden;
      -webkit-transition: all 0.4s ease-out;
      -moz-transition: all 0.4s ease-out;
      -ms-transition: all 0.4s ease-out;
      -o-transition: all 0.4s ease-out;
      transition: all 0.4s ease-out; }
      .slider-block .slider-block-slider .owl-item a .block-bottle .block-bottle-image {
        z-index: 1;
        position: relative;
        float: left; }
      .slider-block .slider-block-slider .owl-item a .block-bottle .block-hover {
        content: '';
        position: absolute;
        top: 0px;
        left: 0px;
        bottom: 0px;
        right: 0px;
        opacity: 0;
        z-index: 0;
        -webkit-transition: opacity 0.3s ease;
        -moz-transition: opacity 0.3s ease;
        -ms-transition: opacity 0.3s ease;
        -o-transition: opacity 0.3s ease;
        transition: opacity 0.3s ease;
        background-size: 30px 30px;
        animation: barberpole 0.3s linear infinite;
        -webkit-animation: barberpole 0.3s linear infinite; }
      .slider-block .slider-block-slider .owl-item a .block-bottle .block-hover-fill {
        background-color: white;
        height: 240px;
        left: 5px;
        position: absolute;
        top: 5px;
        width: 240px; }
        .slider-block .slider-block-slider .owl-item a .block-bottle .block-hover-fill .block-hover-text {
          width: 115px;
          height: 240px;
          position: absolute;
          right: 0;
          top: 0;
          display: table; }
          .slider-block .slider-block-slider .owl-item a .block-bottle .block-hover-fill .block-hover-text .block-hover-text-content {
            display: table-cell;
            vertical-align: middle;
            height: 240px; }
            .slider-block .slider-block-slider .owl-item a .block-bottle .block-hover-fill .block-hover-text .block-hover-text-content .tag {
              font-family: 'Roboto Condensed', Helvetica, Arial, "Lucida Grande", sans-serif;
              font-weight: 700;
              margin: 0 0 10px 0;
              font-size: 12px;
              color: black;
              line-height: 14px;
              text-transform: uppercase; }
            .slider-block .slider-block-slider .owl-item a .block-bottle .block-hover-fill .block-hover-text .block-hover-text-content .title {
              font-family: 'Roboto Condensed', Helvetica, Arial, "Lucida Grande", sans-serif;
              font-weight: 300;
              font-size: 18px;
              color: #BEA365;
              line-height: 20px;
              margin: 0 0 10px 0;
              text-transform: uppercase; }
      .slider-block .slider-block-slider .owl-item a .block-bottle:hover {
        z-index: 31;
        background-color: #BEA365; }
        .slider-block .slider-block-slider .owl-item a .block-bottle:hover .block-bottle-image {
          float: left; }
        .slider-block .slider-block-slider .owl-item a .block-bottle:hover .block-hover {
          opacity: 1; }
        .slider-block .slider-block-slider .owl-item a .block-bottle:hover .block-hover-fill {
          background-color: #BEA365;
          height: 240px;
          left: 5px;
          position: absolute;
          top: 5px;
          width: 240px; }
    .slider-block .slider-block-slider .owl-item a:nth-child(-n+8) .block-bottle:hover {
      z-index: 1;
      background-color: #BEA365; }
    .slider-block .slider-block-slider .owl-item.last-one a .block-bottle:hover .block-hover {
      background-color: red; }
    .slider-block .slider-block-slider .owl-item.last-one a .block-bottle:hover .block-hover-fill {
      background-color: red; }
    .slider-block .slider-block-slider .owl-item.last-one:hover {
      margin-left: -125px; }
  .slider-block.marcas-gray {
    background-color: #EEEEEE; }
    .slider-block.marcas-gray.hover {
      background-color: #BEA365; }

.block {
  padding: 10px 10px;
  width: 250px;
  height: 250px;
  position: relative;
  -webkit-transform: translate3d(0, 0, 0); }
  .block:after {
    /*content:'';
    position:absolute;
    bottom:0;
    width:100%;
    max-width:210px;
    left:10px;
    border-bottom:1px dotted $gold;*/ }
  .block h2 {
    font-family: 'Roboto Condensed', Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
    margin-top: 6px;
    margin-bottom: 10px; }
  .block h3 {
    font-family: 'Roboto Condensed', Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
    color: #BEA365;
    line-height: 14px;
    margin-top: 7px; }
    .block h3 span {
      color: #FFFFFF; }
  .block p {
    max-width: 200px;
    font-family: 'Roboto Condensed', Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 20px;
    font-size: 15px;
    padding: 0;
    margin: 0; }
  .block.black {
    background-color: black; }
    .block.black:before {
      content: '';
      position: absolute;
      bottom: 0;
      width: 100%;
      max-width: 210px;
      left: 10px;
      border-bottom: 1px dotted #BEA365; }
    .block.black h2 {
      color: #BEA365; }
    .block.black p {
      color: #EEEEEE; }
    .block.black:hover .badge:before {
      background: #bea268;
      -webkit-transition: background 0.6s ease-out;
      -moz-transition: background 0.6s ease-out;
      -ms-transition: background 0.6s ease-out;
      -o-transition: background 0.6s ease-out;
      transition: background 0.6s ease-out; }
    .block.black:hover .badge svg path, .block.black:hover .badge svg rect, .block.black:hover .badge svg line, .block.black:hover .badge svg polygon {
      fill: #FFFFFF; }
    .block.black.animate-left {
      position: relative;
      overflow: hidden; }
      .block.black.animate-left:after {
        content: ' ';
        width: 250px;
        height: 250px;
        top: 0;
        left: 0;
        position: absolute;
        background-color: #000;
        display: block;
        z-index: 1;
        -webkit-transition: all 0.8s ease-out;
        -moz-transition: all 0.8s ease-out;
        -ms-transition: all 0.8s ease-out;
        -o-transition: all 0.8s ease-out;
        transition: all 0.8s ease-out; }
      .block.black.animate-left.animating-left:after {
        left: -500px;
        right: auto;
        -webkit-transition: all 0.8s ease-out;
        -moz-transition: all 0.8s ease-out;
        -ms-transition: all 0.8s ease-out;
        -o-transition: all 0.8s ease-out;
        transition: all 0.8s ease-out; }
  .block.gray {
    background-color: #2C292C; }
    .block.gray h2 {
      color: #BEA365; }
    .block.gray p {
      color: #BEA365;
      font-size: 18px; }
    .block.gray .inner-block {
      background-color: #2C292C;
      position: relative;
      width: 100%;
      height: 100%;
      padding: 10px;
      z-index: 1; }
    .block.gray.animate-top {
      position: relative;
      overflow: hidden; }
      .block.gray.animate-top:after {
        content: ' ';
        width: 250px;
        height: 250px;
        top: 0;
        left: 0;
        position: absolute;
        background-color: #FFFFFF;
        display: block;
        z-index: 1;
        -webkit-transition: all 0.8s ease-out;
        -moz-transition: all 0.8s ease-out;
        -ms-transition: all 0.8s ease-out;
        -o-transition: all 0.8s ease-out;
        transition: all 0.8s ease-out; }
      .block.gray.animate-top.animating-top:after {
        top: -500px;
        bottom: auto;
        -webkit-transition: all 0.8s ease-out;
        -moz-transition: all 0.8s ease-out;
        -ms-transition: all 0.8s ease-out;
        -o-transition: all 0.8s ease-out;
        transition: all 0.8s ease-out; }
    .block.gray.animate-bottom {
      position: relative;
      overflow: hidden; }
      .block.gray.animate-bottom:after {
        content: ' ';
        width: 250px;
        height: 250px;
        bottom: 0;
        left: 0;
        position: absolute;
        background-color: #FFFFFF;
        display: block;
        z-index: 1;
        -webkit-transition: all 0.8s ease-out;
        -moz-transition: all 0.8s ease-out;
        -ms-transition: all 0.8s ease-out;
        -o-transition: all 0.8s ease-out;
        transition: all 0.8s ease-out; }
      .block.gray.animate-bottom.animating-bottom:after {
        bottom: -500px;
        top: auto;
        -webkit-transition: all 0.8s ease-out;
        -moz-transition: all 0.8s ease-out;
        -ms-transition: all 0.8s ease-out;
        -o-transition: all 0.8s ease-out;
        transition: all 0.8s ease-out; }
    .block.gray.animate-right {
      position: relative;
      overflow: hidden; }
      .block.gray.animate-right:after {
        content: ' ';
        width: 250px;
        height: 250px;
        top: 0;
        right: 0;
        position: absolute;
        background-color: #FFFFFF;
        display: block;
        z-index: 1;
        -webkit-transition: all 0.8s ease-out;
        -moz-transition: all 0.8s ease-out;
        -ms-transition: all 0.8s ease-out;
        -o-transition: all 0.8s ease-out;
        transition: all 0.8s ease-out; }
      .block.gray.animate-right.animating-right:after {
        right: -500px;
        left: auto;
        -webkit-transition: all 0.8s ease-out;
        -moz-transition: all 0.8s ease-out;
        -ms-transition: all 0.8s ease-out;
        -o-transition: all 0.8s ease-out;
        transition: all 0.8s ease-out; }
    .block.gray.animate-left {
      position: relative;
      overflow: hidden; }
      .block.gray.animate-left:after {
        content: ' ';
        width: 250px;
        height: 250px;
        top: 0;
        left: 0;
        position: absolute;
        background-color: #FFFFFF;
        display: block;
        z-index: 1;
        -webkit-transition: all 0.8s ease-out;
        -moz-transition: all 0.8s ease-out;
        -ms-transition: all 0.8s ease-out;
        -o-transition: all 0.8s ease-out;
        transition: all 0.8s ease-out; }
      .block.gray.animate-left.animating-left:after {
        left: -500px;
        right: auto;
        -webkit-transition: all 0.8s ease-out;
        -moz-transition: all 0.8s ease-out;
        -ms-transition: all 0.8s ease-out;
        -o-transition: all 0.8s ease-out;
        transition: all 0.8s ease-out; }
    .block.gray .block-hover {
      content: '';
      position: absolute;
      top: 0px;
      left: 0px;
      bottom: 0px;
      right: 0px;
      opacity: 0;
      z-index: 0;
      -webkit-transition: opacity 0.3s ease;
      -moz-transition: opacity 0.3s ease;
      -ms-transition: opacity 0.3s ease;
      -o-transition: opacity 0.3s ease;
      transition: opacity 0.3s ease;
      background-size: 30px 30px;
      background-image: linear-gradient(45deg, #584E3B 25%, transparent 25%, transparent 50%, #584E3B 50%, #584E3B 75%, transparent 75%, transparent);
      animation: barberpole 0.3s linear infinite;
      -webkit-animation: barberpole 0.3s linear infinite; }
    .block.gray:hover .block-hover {
      opacity: 1; }
  .block.gold {
    background-color: #BEA365; }
    .block.gold svg path, .block.gold svg rect {
      fill: #988253; }
    .block.gold h3 {
      color: black; }
      .block.gold h3 span {
        color: #FFFFFF; }
    .block.gold p {
      color: #2C292C;
      font-size: 18px; }
    .block.gold .inner-block {
      background-color: #BEA365;
      position: relative;
      width: 100%;
      height: 100%;
      padding: 10px;
      z-index: 1; }
    .block.gold.animate-top {
      position: relative;
      overflow: hidden; }
      .block.gold.animate-top:after {
        content: ' ';
        width: 250px;
        height: 250px;
        top: 0;
        left: 0;
        position: absolute;
        background-color: #FFFFFF;
        display: block;
        z-index: 1;
        -webkit-transition: all 0.8s ease-out;
        -moz-transition: all 0.8s ease-out;
        -ms-transition: all 0.8s ease-out;
        -o-transition: all 0.8s ease-out;
        transition: all 0.8s ease-out; }
      .block.gold.animate-top.animating-top:after {
        top: -500px;
        bottom: auto;
        -webkit-transition: all 0.8s ease-out;
        -moz-transition: all 0.8s ease-out;
        -ms-transition: all 0.8s ease-out;
        -o-transition: all 0.8s ease-out;
        transition: all 0.8s ease-out; }
    .block.gold.animate-bottom {
      position: relative;
      overflow: hidden; }
      .block.gold.animate-bottom:after {
        content: ' ';
        width: 250px;
        height: 250px;
        bottom: 0;
        left: 0;
        position: absolute;
        background-color: #FFFFFF;
        display: block;
        z-index: 1;
        -webkit-transition: all 0.8s ease-out;
        -moz-transition: all 0.8s ease-out;
        -ms-transition: all 0.8s ease-out;
        -o-transition: all 0.8s ease-out;
        transition: all 0.8s ease-out; }
      .block.gold.animate-bottom.animating-bottom:after {
        bottom: -500px;
        top: auto;
        -webkit-transition: all 0.8s ease-out;
        -moz-transition: all 0.8s ease-out;
        -ms-transition: all 0.8s ease-out;
        -o-transition: all 0.8s ease-out;
        transition: all 0.8s ease-out; }
    .block.gold.animate-right {
      position: relative;
      overflow: hidden; }
      .block.gold.animate-right:after {
        content: ' ';
        width: 250px;
        height: 250px;
        right: 0;
        top: 0;
        position: absolute;
        background-color: #FFFFFF;
        display: block;
        z-index: 1;
        -webkit-transition: all 0.8s ease-out;
        -moz-transition: all 0.8s ease-out;
        -ms-transition: all 0.8s ease-out;
        -o-transition: all 0.8s ease-out;
        transition: all 0.8s ease-out; }
      .block.gold.animate-right.animating-right:after {
        right: -500px;
        left: auto;
        -webkit-transition: all 0.8s ease-out;
        -moz-transition: all 0.8s ease-out;
        -ms-transition: all 0.8s ease-out;
        -o-transition: all 0.8s ease-out;
        transition: all 0.8s ease-out; }
    .block.gold.animate-left {
      position: relative;
      overflow: hidden; }
      .block.gold.animate-left:after {
        content: ' ';
        width: 250px;
        height: 250px;
        left: 0;
        top: 0;
        position: absolute;
        background-color: #FFFFFF;
        display: block;
        z-index: 1;
        -webkit-transition: all 0.8s ease-out;
        -moz-transition: all 0.8s ease-out;
        -ms-transition: all 0.8s ease-out;
        -o-transition: all 0.8s ease-out;
        transition: all 0.8s ease-out; }
      .block.gold.animate-left.animating-left:after {
        left: -500px;
        right: auto;
        -webkit-transition: all 0.8s ease-out;
        -moz-transition: all 0.8s ease-out;
        -ms-transition: all 0.8s ease-out;
        -o-transition: all 0.8s ease-out;
        transition: all 0.8s ease-out; }
    .block.gold .block-hover {
      content: '';
      position: absolute;
      top: 0px;
      left: 0px;
      bottom: 0px;
      right: 0px;
      opacity: 0;
      z-index: 0;
      -webkit-transition: opacity 0.3s ease;
      -moz-transition: opacity 0.3s ease;
      -ms-transition: opacity 0.3s ease;
      -o-transition: opacity 0.3s ease;
      transition: opacity 0.3s ease;
      background-size: 30px 30px;
      background-image: linear-gradient(45deg, #D2C092 25%, transparent 25%, transparent 50%, #D2C092 50%, #D2C092 75%, transparent 75%, transparent);
      animation: barberpole 0.3s linear infinite;
      -webkit-animation: barberpole 0.3s linear infinite; }
    .block.gold:hover .block-hover {
      opacity: 1; }
  .block.white {
    background-color: #FFFFFF; }
    .block.white h3 {
      color: black; }
      .block.white h3 span {
        color: #2C292C; }
    .block.white p {
      color: #2C292C;
      font-size: 18px; }
    .block.white.animate-top {
      position: relative;
      overflow: hidden; }
      .block.white.animate-top:after {
        content: ' ';
        width: 250px;
        height: 250px;
        top: 0;
        left: 0;
        position: absolute;
        background-color: #FFFFFF;
        display: block;
        z-index: 1;
        -webkit-transition: all 0.8s ease-out;
        -moz-transition: all 0.8s ease-out;
        -ms-transition: all 0.8s ease-out;
        -o-transition: all 0.8s ease-out;
        transition: all 0.8s ease-out; }
      .block.white.animate-top.animating-top:after {
        top: -500px;
        bottom: auto;
        -webkit-transition: all 0.8s ease-out;
        -moz-transition: all 0.8s ease-out;
        -ms-transition: all 0.8s ease-out;
        -o-transition: all 0.8s ease-out;
        transition: all 0.8s ease-out; }
    .block.white.animate-bottom {
      position: relative;
      overflow: hidden; }
      .block.white.animate-bottom:after {
        content: ' ';
        width: 250px;
        height: 250px;
        bottom: 0;
        left: 0;
        position: absolute;
        background-color: #FFFFFF;
        display: block;
        z-index: 1;
        -webkit-transition: all 0.8s ease-out;
        -moz-transition: all 0.8s ease-out;
        -ms-transition: all 0.8s ease-out;
        -o-transition: all 0.8s ease-out;
        transition: all 0.8s ease-out; }
      .block.white.animate-bottom.animating-bottom:after {
        bottom: -500px;
        top: auto;
        -webkit-transition: all 0.8s ease-out;
        -moz-transition: all 0.8s ease-out;
        -ms-transition: all 0.8s ease-out;
        -o-transition: all 0.8s ease-out;
        transition: all 0.8s ease-out; }
    .block.white.animate-right {
      position: relative;
      overflow: hidden; }
      .block.white.animate-right:after {
        content: ' ';
        width: 250px;
        height: 250px;
        right: 0;
        top: 0;
        position: absolute;
        background-color: #FFFFFF;
        display: block;
        z-index: 1;
        -webkit-transition: all 0.8s ease-out;
        -moz-transition: all 0.8s ease-out;
        -ms-transition: all 0.8s ease-out;
        -o-transition: all 0.8s ease-out;
        transition: all 0.8s ease-out; }
      .block.white.animate-right.animating-right:after {
        right: -500px;
        left: auto;
        -webkit-transition: all 0.8s ease-out;
        -moz-transition: all 0.8s ease-out;
        -ms-transition: all 0.8s ease-out;
        -o-transition: all 0.8s ease-out;
        transition: all 0.8s ease-out; }
    .block.white.animate-left {
      position: relative;
      overflow: hidden; }
      .block.white.animate-left:after {
        content: ' ';
        width: 250px;
        height: 250px;
        left: 0;
        top: 0;
        position: absolute;
        background-color: #FFFFFF;
        display: block;
        z-index: 1;
        -webkit-transition: all 0.8s ease-out;
        -moz-transition: all 0.8s ease-out;
        -ms-transition: all 0.8s ease-out;
        -o-transition: all 0.8s ease-out;
        transition: all 0.8s ease-out; }
      .block.white.animate-left.animating-left:after {
        left: -500px;
        right: auto;
        -webkit-transition: all 0.8s ease-out;
        -moz-transition: all 0.8s ease-out;
        -ms-transition: all 0.8s ease-out;
        -o-transition: all 0.8s ease-out;
        transition: all 0.8s ease-out; }
    .block.white .block-hover {
      content: '';
      position: absolute;
      top: 0px;
      left: 0px;
      bottom: 0px;
      right: 0px;
      opacity: 0;
      z-index: 0;
      -webkit-transition: opacity 0.3s ease;
      -moz-transition: opacity 0.3s ease;
      -ms-transition: opacity 0.3s ease;
      -o-transition: opacity 0.3s ease;
      transition: opacity 0.3s ease;
      background-size: 30px 30px;
      background-image: linear-gradient(45deg, #EBE5CF 25%, transparent 25%, transparent 50%, #EBE5CF 50%, #EBE5CF 75%, transparent 75%, transparent);
      animation: barberpole 0.3s linear infinite;
      -webkit-animation: barberpole 0.3s linear infinite; }
    .block.white:hover .block-hover {
      opacity: 1; }
    .block.white .inner-block {
      background-color: white;
      position: relative;
      width: 100%;
      height: 100%;
      padding: 10px;
      z-index: 1; }
    .block.white.arrow-left:after {
      content: '';
      position: absolute;
      top: 20px;
      left: -10px;
      width: 5px;
      height: 10px;
      background: url("../img/sprite/sprite.png") 0px -30px;
      z-index: 9; }
    .block.white.arrow-right:after {
      content: '';
      position: absolute;
      top: 20px;
      left: auto;
      right: -10px;
      width: 5px;
      height: 10px;
      background: url("../img/sprite/sprite.png") -15px -30px;
      z-index: 9; }
  .block.transparent {
    /* Fallback for web browsers that doesn't support RGBa */
    background: black;
    /* RGBa with 0.6 opacity */
    background: rgba(0, 0, 0, 0.6);
    /* For IE 5.5 - 7*/
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
    /* For IE 8*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
    position: absolute;
    top: 0;
    right: 0; }
    .block.transparent h3 {
      color: white; }
      .block.transparent h3 span {
        color: #FFFFFF; }
    .block.transparent p {
      color: #BEA365;
      font-size: 18px; }
    .block.transparent:after {
      position: absolute;
      bottom: 0;
      width: 100%;
      max-width: 210px;
      left: 10px;
      border-bottom: none; }
  .block.marcas {
    height: 250px;
    padding: 20px;
    display: table;
    width: 250px;
    background-color: white; }
    .block.marcas.title-cont {
      display: block;
      padding: 0px; }
      .block.marcas.title-cont .title {
        display: table;
        width: 250px;
        height: 250px;
        padding: 20px; }
    .block.marcas.hover {
      background-color: #BEA365; }
      .block.marcas.hover h3 {
        color: #FFF; }
    .block.marcas h3 {
      font-family: 'Roboto Condensed', Helvetica, Arial, "Lucida Grande", sans-serif;
      font-weight: 300;
      text-align: center;
      font-size: 18px;
      color: white;
      text-transform: uppercase;
      display: table-cell;
      vertical-align: middle;
      color: #BEA365;
      line-height: 20px; }
    .block.marcas:after {
      position: absolute;
      bottom: 0;
      width: 100%;
      max-width: 210px;
      left: 10px;
      border-bottom: none; }
    .block.marcas.animate-top {
      position: relative;
      overflow: hidden; }
      .block.marcas.animate-top:after {
        content: ' ';
        width: 250px;
        height: 250px;
        top: 0;
        left: 0;
        position: absolute;
        background-color: #FFFFFF;
        display: block;
        z-index: 1;
        -webkit-transition: all 0.8s ease-out;
        -moz-transition: all 0.8s ease-out;
        -ms-transition: all 0.8s ease-out;
        -o-transition: all 0.8s ease-out;
        transition: all 0.8s ease-out; }
      .block.marcas.animate-top.animating-top:after {
        top: -250px;
        bottom: auto;
        -webkit-transition: all 0.8s ease-out;
        -moz-transition: all 0.8s ease-out;
        -ms-transition: all 0.8s ease-out;
        -o-transition: all 0.8s ease-out;
        transition: all 0.8s ease-out; }
    .block.marcas.animate-bottom {
      position: relative;
      overflow: hidden; }
      .block.marcas.animate-bottom:after {
        content: ' ';
        width: 250px;
        height: 250px;
        bottom: 0;
        left: 0;
        position: absolute;
        background-color: #FFFFFF;
        display: block;
        z-index: 1;
        -webkit-transition: all 0.8s ease-out;
        -moz-transition: all 0.8s ease-out;
        -ms-transition: all 0.8s ease-out;
        -o-transition: all 0.8s ease-out;
        transition: all 0.8s ease-out; }
      .block.marcas.animate-bottom.animating-bottom:after {
        bottom: -250px;
        top: auto;
        -webkit-transition: all 0.8s ease-out;
        -moz-transition: all 0.8s ease-out;
        -ms-transition: all 0.8s ease-out;
        -o-transition: all 0.8s ease-out;
        transition: all 0.8s ease-out; }
      .block.marcas.animate-bottom.animating-bottom.animated:after {
        display: none; }
    .block.marcas.animate-right {
      position: relative;
      overflow: hidden; }
      .block.marcas.animate-right:after {
        content: ' ';
        width: 250px;
        height: 250px;
        top: 0;
        right: 0;
        position: absolute;
        background-color: #FFFFFF;
        display: block;
        z-index: 1;
        -webkit-transition: all 0.8s ease-out;
        -moz-transition: all 0.8s ease-out;
        -ms-transition: all 0.8s ease-out;
        -o-transition: all 0.8s ease-out;
        transition: all 0.8s ease-out; }
      .block.marcas.animate-right.animating-right:after {
        right: -250px;
        left: auto;
        -webkit-transition: all 0.8s ease-out;
        -moz-transition: all 0.8s ease-out;
        -ms-transition: all 0.8s ease-out;
        -o-transition: all 0.8s ease-out;
        transition: all 0.8s ease-out; }
    .block.marcas.animate-left {
      position: relative;
      overflow: hidden; }
      .block.marcas.animate-left:after {
        content: ' ';
        width: 250px;
        max-width: 250px;
        height: 250px;
        top: 0;
        left: 0;
        position: absolute;
        background-color: #FFFFFF;
        display: block;
        z-index: 1;
        -webkit-transition: all 0.8s ease-out;
        -moz-transition: all 0.8s ease-out;
        -ms-transition: all 0.8s ease-out;
        -o-transition: all 0.8s ease-out;
        transition: all 0.8s ease-out; }
      .block.marcas.animate-left.animating-left:after {
        left: -250px;
        right: auto;
        -webkit-transition: all 0.8s ease-out;
        -moz-transition: all 0.8s ease-out;
        -ms-transition: all 0.8s ease-out;
        -o-transition: all 0.8s ease-out;
        transition: all 0.8s ease-out; }
    .block.marcas.marcas-gray {
      background-color: #EEEEEE; }
      .block.marcas.marcas-gray.animate-right {
        position: relative;
        overflow: hidden; }
        .block.marcas.marcas-gray.animate-right:after {
          content: ' ';
          width: 250px;
          height: 250px;
          top: 0;
          right: 0;
          position: absolute;
          background-color: #FFFFFF;
          display: block;
          z-index: 1;
          -webkit-transition: all 0.8s ease-out;
          -moz-transition: all 0.8s ease-out;
          -ms-transition: all 0.8s ease-out;
          -o-transition: all 0.8s ease-out;
          transition: all 0.8s ease-out; }
        .block.marcas.marcas-gray.animate-right.animating-right:after {
          right: -250px;
          left: auto;
          -webkit-transition: all 0.8s ease-out;
          -moz-transition: all 0.8s ease-out;
          -ms-transition: all 0.8s ease-out;
          -o-transition: all 0.8s ease-out;
          transition: all 0.8s ease-out; }
      .block.marcas.marcas-gray.animate-left {
        position: relative;
        overflow: hidden; }
        .block.marcas.marcas-gray.animate-left:after {
          content: ' ';
          width: 250px;
          height: 250px;
          top: 0;
          left: 0;
          position: absolute;
          background-color: #FFFFFF;
          display: block;
          z-index: 1;
          -webkit-transition: all 0.8s ease-out;
          -moz-transition: all 0.8s ease-out;
          -ms-transition: all 0.8s ease-out;
          -o-transition: all 0.8s ease-out;
          transition: all 0.8s ease-out; }
        .block.marcas.marcas-gray.animate-left.animating-left:after {
          left: -250px;
          right: auto;
          -webkit-transition: all 0.8s ease-out;
          -moz-transition: all 0.8s ease-out;
          -ms-transition: all 0.8s ease-out;
          -o-transition: all 0.8s ease-out;
          transition: all 0.8s ease-out; }
      .block.marcas.marcas-gray.hover {
        background-color: #BEA365; }
        .block.marcas.marcas-gray.hover h3 {
          color: #FFFFFF; }
  .block .badge {
    position: absolute;
    left: 70px;
    max-width: 200px;
    bottom: 26px;
    display: table; }
    .block .badge .copo svg {
      width: 90px;
      height: 90px; }
    .block .badge .download {
      display: table-cell;
      vertical-align: middle;
      text-align: center; }
      .block .badge .download svg {
        width: 34px;
        height: 50px; }
    .block .badge .facebook {
      display: table-cell;
      vertical-align: middle;
      text-align: center; }
      .block .badge .facebook svg {
        width: px;
        height: 50px; }
    .block .badge.right {
      left: auto;
      right: 20px;
      bottom: 17px; }

.double-block {
  height: 250px;
  width: 500px;
  position: relative;
  -webkit-transform: translate3d(0, 0, 0); }
  .double-block.animate-top {
    position: relative;
    overflow: hidden; }
    .double-block.animate-top:after {
      content: ' ';
      width: 500px;
      height: 250px;
      top: 0;
      left: 0;
      position: absolute;
      background-color: #FFFFFF;
      display: block;
      z-index: 3;
      -webkit-transition: all 0.8s ease-out;
      -moz-transition: all 0.8s ease-out;
      -ms-transition: all 0.8s ease-out;
      -o-transition: all 0.8s ease-out;
      transition: all 0.8s ease-out; }
    .double-block.animate-top.animating-top:after {
      top: -500px;
      bottom: auto;
      -webkit-transition: all 0.8s ease-out;
      -moz-transition: all 0.8s ease-out;
      -ms-transition: all 0.8s ease-out;
      -o-transition: all 0.8s ease-out;
      transition: all 0.8s ease-out; }
  .double-block.animate-bottom {
    position: relative;
    overflow: hidden; }
    .double-block.animate-bottom:after {
      content: ' ';
      width: 500px;
      height: 250px;
      bottom: 0;
      left: 0;
      position: absolute;
      background-color: #FFFFFF;
      display: block;
      z-index: 3;
      -webkit-transition: all 0.8s ease-out;
      -moz-transition: all 0.8s ease-out;
      -ms-transition: all 0.8s ease-out;
      -o-transition: all 0.8s ease-out;
      transition: all 0.8s ease-out; }
    .double-block.animate-bottom.animating-bottom:after {
      bottom: -500px;
      top: auto;
      -webkit-transition: all 0.8s ease-out;
      -moz-transition: all 0.8s ease-out;
      -ms-transition: all 0.8s ease-out;
      -o-transition: all 0.8s ease-out;
      transition: all 0.8s ease-out; }
  .double-block.animate-right {
    position: relative;
    overflow: hidden; }
    .double-block.animate-right:after {
      content: ' ';
      width: 500px;
      height: 250px;
      right: 0;
      top: 0;
      position: absolute;
      background-color: #FFFFFF;
      display: block;
      z-index: 3;
      -webkit-transition: all 0.8s ease-out;
      -moz-transition: all 0.8s ease-out;
      -ms-transition: all 0.8s ease-out;
      -o-transition: all 0.8s ease-out;
      transition: all 0.8s ease-out; }
    .double-block.animate-right.animating-right:after {
      right: -500px;
      left: auto;
      -webkit-transition: all 0.8s ease-out;
      -moz-transition: all 0.8s ease-out;
      -ms-transition: all 0.8s ease-out;
      -o-transition: all 0.8s ease-out;
      transition: all 0.8s ease-out; }
  .double-block.animate-left {
    position: relative;
    overflow: hidden; }
    .double-block.animate-left:after {
      content: ' ';
      width: 500px;
      height: 250px;
      left: 0;
      top: 0;
      position: absolute;
      background-color: #FFFFFF;
      display: block;
      z-index: 3;
      -webkit-transition: all 0.8s ease-out;
      -moz-transition: all 0.8s ease-out;
      -ms-transition: all 0.8s ease-out;
      -o-transition: all 0.8s ease-out;
      transition: all 0.8s ease-out; }
    .double-block.animate-left.animating-left:after {
      left: -500px;
      right: auto;
      -webkit-transition: all 0.8s ease-out;
      -moz-transition: all 0.8s ease-out;
      -ms-transition: all 0.8s ease-out;
      -o-transition: all 0.8s ease-out;
      transition: all 0.8s ease-out; }
  .double-block.white:after {
    background-color: white; }
  .double-block.gray {
    background-color: #2C292C; }
    .double-block.gray .block-hover {
      background-image: linear-gradient(45deg, #584E3B 25%, transparent 25%, transparent 50%, #584E3B 50%, #584E3B 75%, transparent 75%, transparent); }
    .double-block.gray:after {
      background-color: #2C292C; }
    .double-block.gray .inner-block .block {
      background-color: #2C292C; }
      .double-block.gray .inner-block .block .inner-block {
        background-color: #2C292C; }
        .double-block.gray .inner-block .block .inner-block h3 {
          color: #BEA365; }
        .double-block.gray .inner-block .block .inner-block p {
          color: #BEA365; }
      .double-block.gray .inner-block .block.arrow-left:before {
        background: #2C292C; }
      .double-block.gray .inner-block .block.arrow-left:after {
        display: none; }
      .double-block.gray .inner-block .block.arrow-right:before {
        background: #2C292C; }
      .double-block.gray .inner-block .block.arrow-right:after {
        display: none; }
  .double-block.gold {
    background-color: #BEA365; }
    .double-block.gold .block-hover {
      background-image: linear-gradient(45deg, #D2C092 25%, transparent 25%, transparent 50%, #D2C092 50%, #D2C092 75%, transparent 75%, transparent); }
    .double-block.gold:after {
      background-color: #BEA365; }
    .double-block.gold .inner-block .block {
      background-color: #BEA365; }
      .double-block.gold .inner-block .block .inner-block {
        background-color: #BEA365; }
        .double-block.gold .inner-block .block .inner-block h3 {
          color: #2C292C; }
        .double-block.gold .inner-block .block .inner-block p {
          color: #2C292C; }
      .double-block.gold .inner-block .block.arrow-left:before {
        background: #BEA365; }
      .double-block.gold .inner-block .block.arrow-left:after {
        display: none; }
      .double-block.gold .inner-block .block.arrow-right:before {
        background: #BEA365; }
      .double-block.gold .inner-block .block.arrow-right:after {
        display: none; }
  .double-block img {
    width: 100%;
    height: 100%;
    max-width: 250px;
    max-height: 250px;
    display: block;
    float: left;
    position: relative;
    z-index: 1;
    transition: transform .3s ease;
    -webkit-transition: -webkit-transform .3s ease; }
  .double-block .block {
    width: 230px;
    height: 230px;
    margin-top: 10px; }
    .double-block .block.arrow-left {
      margin-right: 0px;
      margin-left: 10px;
      padding-left: 10px; }
      .double-block .block.arrow-left .inner-block {
        padding: 0px; }
      .double-block .block.arrow-left:before {
        content: "";
        position: absolute;
        width: 30px;
        height: 230px;
        top: 0px;
        left: -30px;
        background: #FFF;
        z-index: 0; }
    .double-block .block.arrow-right {
      margin-left: 10px;
      margin-right: 10px;
      padding-left: 10px; }
      .double-block .block.arrow-right .inner-block {
        padding: 0px; }
      .double-block .block.arrow-right:before {
        content: "";
        position: absolute;
        width: 30px;
        height: 230px;
        top: 0px;
        right: -30px;
        background: #FFF;
        z-index: 0; }
  .double-block .block-hover {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    opacity: 0;
    z-index: 0;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -ms-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    background-size: 30px 30px;
    background-image: linear-gradient(45deg, #EBE5CF 25%, transparent 25%, transparent 50%, #EBE5CF 50%, #EBE5CF 75%, transparent 75%, transparent);
    animation: barberpole 0.3s linear infinite;
    -webkit-animation: barberpole 0.3s linear infinite; }
  .double-block:hover img {
    -webkit-transform: scale(0.92, 0.92);
    transform: scale(0.92, 0.92);
    transition: transform .3s ease;
    -webkit-transition: -webkit-transform .3s ease; }
  .double-block:hover .block-hover {
    opacity: 1; }
  .double-block.full-image {
    background: #FFFFFF; }
    .double-block.full-image img {
      max-width: 500px;
      position: absolute; }
    .double-block.full-image .block-hover {
      background-image: linear-gradient(45deg, #EBE5CF 25%, transparent 25%, transparent 50%, #EBE5CF 50%, #EBE5CF 75%, transparent 75%, transparent); }
    .double-block.full-image > .inner-block {
      position: absolute;
      z-index: 2;
      right: 0px;
      width: 500px;
      height: 250px;
      -webkit-transform: translate3d(0, 0, 0); }
      .double-block.full-image > .inner-block .block {
        background: rgba(0, 0, 0, 0.8); }
        .double-block.full-image > .inner-block .block h3 {
          color: #BEA365 !important; }
          .double-block.full-image > .inner-block .block h3 span {
            color: #FFFFFF; }
        .double-block.full-image > .inner-block .block p {
          color: #BEA365; }
        .double-block.full-image > .inner-block .block .inner-block {
          background-color: transparent; }
        .double-block.full-image > .inner-block .block.arrow-left {
          margin: 0px;
          width: 250px;
          height: 250px;
          padding: 20px 20px;
          position: absolute;
          right: -1px; }
          .double-block.full-image > .inner-block .block.arrow-left:before {
            display: none; }
          .double-block.full-image > .inner-block .block.arrow-left:after {
            display: none; }
        .double-block.full-image > .inner-block .block.arrow-right {
          margin: 0px;
          width: 250px;
          height: 250px;
          padding: 20px 20px;
          position: absolute;
          right: 250px; }
          .double-block.full-image > .inner-block .block.arrow-right:before {
            display: none; }
          .double-block.full-image > .inner-block .block.arrow-right:after {
            display: none; }
    .double-block.full-image:hover img {
      -webkit-transform: scale(0.95, 0.92);
      transform: scale(0.95, 0.92);
      transition: transform .3s ease;
      -webkit-transition: -webkit-transform .3s ease; }
    .double-block.full-image:hover .block.arrow-left:before {
      display: none; }
    .double-block.full-image:hover .block.arrow-left:after {
      display: none; }
    .double-block.full-image:hover .block-hover {
      opacity: 1; }

.double-vertical-block {
  height: 500px;
  width: 250px;
  position: relative;
  -webkit-transform: translate3d(0, 0, 0); }
  .double-vertical-block.animate-top {
    position: relative;
    overflow: hidden; }
    .double-vertical-block.animate-top:after {
      content: ' ';
      width: 250px;
      height: 500px;
      top: 0;
      left: 0;
      position: absolute;
      background-color: #FFFFFF !important;
      display: block;
      z-index: 1;
      -webkit-transition: all 0.8s ease-out;
      -moz-transition: all 0.8s ease-out;
      -ms-transition: all 0.8s ease-out;
      -o-transition: all 0.8s ease-out;
      transition: all 0.8s ease-out; }
    .double-vertical-block.animate-top.animating-top:after {
      top: -500px;
      bottom: auto;
      -webkit-transition: all 0.8s ease-out;
      -moz-transition: all 0.8s ease-out;
      -ms-transition: all 0.8s ease-out;
      -o-transition: all 0.8s ease-out;
      transition: all 0.8s ease-out; }
  .double-vertical-block.animate-bottom {
    position: relative;
    overflow: hidden; }
    .double-vertical-block.animate-bottom:after {
      content: ' ';
      width: 250px;
      height: 500px;
      bottom: 0;
      left: 0;
      position: absolute;
      background-color: #FFFFFF !important;
      display: block;
      z-index: 1;
      -webkit-transition: all 0.8s ease-out;
      -moz-transition: all 0.8s ease-out;
      -ms-transition: all 0.8s ease-out;
      -o-transition: all 0.8s ease-out;
      transition: all 0.8s ease-out; }
    .double-vertical-block.animate-bottom.animating-bottom:after {
      bottom: -500px;
      top: auto;
      -webkit-transition: all 0.8s ease-out;
      -moz-transition: all 0.8s ease-out;
      -ms-transition: all 0.8s ease-out;
      -o-transition: all 0.8s ease-out;
      transition: all 0.8s ease-out; }
  .double-vertical-block.animate-right {
    position: relative;
    overflow: hidden; }
    .double-vertical-block.animate-right:after {
      content: ' ';
      width: 250px;
      height: 500px;
      right: 0;
      top: 0;
      position: absolute;
      background-color: #FFFFFF !important;
      display: block;
      z-index: 1;
      -webkit-transition: all 0.8s ease-out;
      -moz-transition: all 0.8s ease-out;
      -ms-transition: all 0.8s ease-out;
      -o-transition: all 0.8s ease-out;
      transition: all 0.8s ease-out; }
    .double-vertical-block.animate-right.animating-right:after {
      right: -500px;
      left: auto;
      -webkit-transition: all 0.8s ease-out;
      -moz-transition: all 0.8s ease-out;
      -ms-transition: all 0.8s ease-out;
      -o-transition: all 0.8s ease-out;
      transition: all 0.8s ease-out; }
  .double-vertical-block.animate-left {
    position: relative;
    overflow: hidden; }
    .double-vertical-block.animate-left:after {
      content: ' ';
      width: 250px;
      height: 500px;
      left: 0;
      top: 0;
      position: absolute;
      background-color: #FFFFFF !important;
      display: block;
      z-index: 1;
      -webkit-transition: all 0.8s ease-out;
      -moz-transition: all 0.8s ease-out;
      -ms-transition: all 0.8s ease-out;
      -o-transition: all 0.8s ease-out;
      transition: all 0.8s ease-out; }
    .double-vertical-block.animate-left.animating-left:after {
      left: -500px;
      right: auto;
      -webkit-transition: all 0.8s ease-out;
      -moz-transition: all 0.8s ease-out;
      -ms-transition: all 0.8s ease-out;
      -o-transition: all 0.8s ease-out;
      transition: all 0.8s ease-out; }
  .double-vertical-block.white:after {
    background-color: white; }
  .double-vertical-block.gray {
    background-color: #2C292C; }
    .double-vertical-block.gray .block-hover {
      background-image: linear-gradient(45deg, #584E3B 25%, transparent 25%, transparent 50%, #584E3B 50%, #584E3B 75%, transparent 75%, transparent); }
    .double-vertical-block.gray:after {
      background-color: #2C292C; }
    .double-vertical-block.gray .inner-block .block {
      background-color: #2C292C; }
      .double-vertical-block.gray .inner-block .block .inner-block {
        background-color: #2C292C; }
        .double-vertical-block.gray .inner-block .block .inner-block h3 {
          color: #BEA365; }
        .double-vertical-block.gray .inner-block .block .inner-block p {
          color: #BEA365; }
      .double-vertical-block.gray .inner-block .block.arrow-left:before {
        background: #2C292C; }
      .double-vertical-block.gray .inner-block .block.arrow-left:after {
        display: none; }
      .double-vertical-block.gray .inner-block .block.arrow-right:before {
        background: #2C292C; }
      .double-vertical-block.gray .inner-block .block.arrow-right:after {
        display: none; }
  .double-vertical-block.gold {
    background-color: #BEA365; }
    .double-vertical-block.gold .block-hover {
      background-image: linear-gradient(45deg, #D2C092 25%, transparent 25%, transparent 50%, #D2C092 50%, #D2C092 75%, transparent 75%, transparent); }
    .double-vertical-block.gold:after {
      background-color: #BEA365; }
    .double-vertical-block.gold .inner-block .block {
      background-color: #BEA365; }
      .double-vertical-block.gold .inner-block .block .inner-block {
        background-color: #BEA365; }
        .double-vertical-block.gold .inner-block .block .inner-block h3 {
          color: #2C292C; }
        .double-vertical-block.gold .inner-block .block .inner-block p {
          color: #2C292C; }
      .double-vertical-block.gold .inner-block .block.arrow-left:before {
        background: #BEA365; }
      .double-vertical-block.gold .inner-block .block.arrow-left:after {
        display: none; }
      .double-vertical-block.gold .inner-block .block.arrow-right:before {
        background: #BEA365; }
      .double-vertical-block.gold .inner-block .block.arrow-right:after {
        display: none; }
  .double-vertical-block img {
    width: 100%;
    height: 100%;
    max-width: 250px;
    max-height: 250px;
    display: block;
    float: left;
    position: relative;
    z-index: 1;
    transition: transform .3s ease;
    -webkit-transition: -webkit-transform .3s ease; }
  .double-vertical-block .block {
    width: 230px;
    height: 230px;
    margin-top: 10px; }
    .double-vertical-block .block.arrow-left {
      margin-right: 0px;
      margin-left: 10px;
      padding-left: 10px; }
      .double-vertical-block .block.arrow-left .inner-block {
        padding: 0px; }
      .double-vertical-block .block.arrow-left:before {
        content: "";
        position: absolute;
        width: 230px;
        height: 30px;
        top: -30px;
        left: 0px;
        background: #FFF;
        z-index: 0; }
    .double-vertical-block .block.arrow-right {
      margin-left: 10px;
      margin-bottom: 10px;
      padding-left: 10px; }
      .double-vertical-block .block.arrow-right .inner-block {
        padding: 0px; }
      .double-vertical-block .block.arrow-right:before {
        content: "";
        position: absolute;
        width: 230px;
        height: 30px;
        top: 230px;
        right: 0px;
        background: #FFF;
        z-index: 0; }
  .double-vertical-block .block-hover {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    opacity: 0;
    z-index: 0;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -ms-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    background-size: 30px 30px;
    background-image: linear-gradient(45deg, #EBE5CF 25%, transparent 25%, transparent 50%, #EBE5CF 50%, #EBE5CF 75%, transparent 75%, transparent);
    animation: barberpole 0.3s linear infinite;
    -webkit-animation: barberpole 0.3s linear infinite; }
  .double-vertical-block:hover img {
    -webkit-transform: scale(0.92, 0.92);
    transform: scale(0.92, 0.92);
    transition: transform .3s ease;
    -webkit-transition: -webkit-transform .3s ease; }
  .double-vertical-block:hover .block-hover {
    opacity: 1; }

.side-block {
  height: 250px;
  width: 250px;
  background-color: #BEA365;
  display: none;
  transition: all .6s ease-out;
  -webkit-transition: all .6s ease-out;
  -moz-transition: all .6s ease-out;
  /* -webkit-transform: scale(1,0);
   -moz-transform: scale(1,0);
   -ms-transform: scale(1,0);
   -o-transform: scale(1,0);
   transform: scale(1,0);*/ }
  .side-block .image.animate-bottom {
    position: relative;
    overflow: hidden; }
    .side-block .image.animate-bottom:after {
      content: ' ';
      width: 500px;
      height: 500px;
      left: 0;
      bottom: 0;
      position: absolute;
      background-color: #000;
      display: block;
      z-index: 1;
      -webkit-transition: all 0.8s ease-out;
      -moz-transition: all 0.8s ease-out;
      -ms-transition: all 0.8s ease-out;
      -o-transition: all 0.8s ease-out;
      transition: all 0.8s ease-out; }
    .side-block .image.animate-bottom.animating-bottom:after {
      bottom: -500px;
      top: auto;
      -webkit-transition: all 0.8s ease-out;
      -moz-transition: all 0.8s ease-out;
      -ms-transition: all 0.8s ease-out;
      -o-transition: all 0.8s ease-out;
      transition: all 0.8s ease-out; }
  .side-block .image.animate-left {
    position: relative;
    overflow: hidden; }
    .side-block .image.animate-left:after {
      content: ' ';
      width: 500px;
      height: 500px;
      left: 0;
      top: 0;
      position: absolute;
      background-color: #000;
      display: block;
      z-index: 1;
      -webkit-transition: all 0.8s ease-out;
      -moz-transition: all 0.8s ease-out;
      -ms-transition: all 0.8s ease-out;
      -o-transition: all 0.8s ease-out;
      transition: all 0.8s ease-out; }
    .side-block .image.animate-left.animating-left:after {
      left: -500px;
      right: auto;
      -webkit-transition: all 0.8s ease-out;
      -moz-transition: all 0.8s ease-out;
      -ms-transition: all 0.8s ease-out;
      -o-transition: all 0.8s ease-out;
      transition: all 0.8s ease-out; }
  .side-block.animate-left {
    position: relative;
    overflow: hidden; }
    .side-block.animate-left:after {
      content: ' ';
      width: 500px;
      height: 500px;
      left: 0;
      top: 0;
      position: absolute;
      background-color: #000;
      display: block;
      z-index: 1;
      -webkit-transition: all 0.8s ease-out;
      -moz-transition: all 0.8s ease-out;
      -ms-transition: all 0.8s ease-out;
      -o-transition: all 0.8s ease-out;
      transition: all 0.8s ease-out; }
    .side-block.animate-left.animating-left:after {
      left: -500px;
      right: auto;
      -webkit-transition: all 0.8s ease-out;
      -moz-transition: all 0.8s ease-out;
      -ms-transition: all 0.8s ease-out;
      -o-transition: all 0.8s ease-out;
      transition: all 0.8s ease-out; }
  .side-block .text {
    height: 250px;
    padding: 20px;
    display: table;
    width: 250px; }
    .side-block .text.animate-left {
      position: relative;
      overflow: hidden; }
      .side-block .text.animate-left:after {
        content: ' ';
        width: 500px;
        height: 500px;
        left: 0;
        top: 0;
        position: absolute;
        background-color: #000;
        display: block;
        z-index: 1;
        -webkit-transition: all 0.8s ease-out;
        -moz-transition: all 0.8s ease-out;
        -ms-transition: all 0.8s ease-out;
        -o-transition: all 0.8s ease-out;
        transition: all 0.8s ease-out; }
      .side-block .text.animate-left.animating-left:after {
        left: -500px;
        right: auto;
        -webkit-transition: all 0.8s ease-out;
        -moz-transition: all 0.8s ease-out;
        -ms-transition: all 0.8s ease-out;
        -o-transition: all 0.8s ease-out;
        transition: all 0.8s ease-out; }
    .side-block .text h2 {
      font-family: 'Roboto Condensed', Helvetica, Arial, "Lucida Grande", sans-serif;
      font-weight: 700;
      font-size: 12px;
      text-transform: uppercase;
      margin: 0 0 0px 0;
      color: white;
      position: absolute; }
    .side-block .text h3 {
      font-family: 'Roboto Condensed', Helvetica, Arial, "Lucida Grande", sans-serif;
      font-weight: 300;
      text-align: center;
      font-size: 26px;
      color: white;
      text-transform: uppercase;
      display: table-cell;
      vertical-align: middle; }
  .side-block.double {
    height: 500px; }
    .side-block.double img {
      width: 250px;
      height: 250px; }
  .side-block.transparent {
    background-color: transparent; }
  .side-block.noticia .block {
    padding: 0px; }
    .side-block.noticia .block.gray {
      background-color: transparent; }
      .side-block.noticia .block.gray h2, .side-block.noticia .block.gray h3 {
        color: #FFF; }
  .side-block.noticia .text {
    padding: 10px; }
    .side-block.noticia .text h2 {
      color: #BEA365;
      position: relative; }
    .side-block.noticia .text h3 {
      color: #BEA365;
      line-height: 26px;
      display: block;
      text-align: left; }
  .side-block.marca .block {
    padding: 0px; }
    .side-block.marca .block.gray {
      background-color: transparent; }
      .side-block.marca .block.gray h2, .side-block.marca .block.gray h3 {
        color: #FFF; }
  .side-block.marca .image img {
    width: 250px;
    height: 250px; }

.image-block {
  position: relative;
  height: 500px;
  width: 500px;
  -webkit-transform: translate3d(0, 0, 0); }
  .image-block img {
    width: 100%;
    height: 100%;
    max-width: 500px;
    max-height: 500px;
    transition: transform .3s ease;
    -webkit-transition: -webkit-transform .3s ease; }
  .image-block.animate-top {
    position: relative;
    overflow: hidden; }
    .image-block.animate-top:after {
      content: ' ';
      width: 500px;
      height: 500px;
      top: 0;
      left: 0;
      position: absolute;
      background-color: #FFFFFF;
      display: block;
      z-index: 1;
      -webkit-transition: all 0.8s ease-out;
      -moz-transition: all 0.8s ease-out;
      -ms-transition: all 0.8s ease-out;
      -o-transition: all 0.8s ease-out;
      transition: all 0.8s ease-out; }
    .image-block.animate-top.animating-top:after {
      top: -500px;
      bottom: auto;
      -webkit-transition: all 0.8s ease-out;
      -moz-transition: all 0.8s ease-out;
      -ms-transition: all 0.8s ease-out;
      -o-transition: all 0.8s ease-out;
      transition: all 0.8s ease-out; }
  .image-block.animate-bottom {
    position: relative;
    overflow: hidden; }
    .image-block.animate-bottom:after {
      content: ' ';
      width: 500px;
      height: 500px;
      bottom: 0;
      left: 0;
      position: absolute;
      background-color: #FFFFFF;
      display: block;
      z-index: 1;
      -webkit-transition: all 0.8s ease-out;
      -moz-transition: all 0.8s ease-out;
      -ms-transition: all 0.8s ease-out;
      -o-transition: all 0.8s ease-out;
      transition: all 0.8s ease-out; }
    .image-block.animate-bottom.animating-bottom:after {
      bottom: -500px;
      top: auto;
      -webkit-transition: all 0.8s ease-out;
      -moz-transition: all 0.8s ease-out;
      -ms-transition: all 0.8s ease-out;
      -o-transition: all 0.8s ease-out;
      transition: all 0.8s ease-out; }
  .image-block.animate-right {
    position: relative;
    overflow: hidden; }
    .image-block.animate-right:after {
      content: ' ';
      width: 500px;
      height: 500px;
      right: 0;
      top: 0;
      position: absolute;
      background-color: #FFFFFF;
      display: block;
      z-index: 1;
      -webkit-transition: all 0.8s ease-out;
      -moz-transition: all 0.8s ease-out;
      -ms-transition: all 0.8s ease-out;
      -o-transition: all 0.8s ease-out;
      transition: all 0.8s ease-out; }
    .image-block.animate-right.animating-right:after {
      right: -500px;
      left: auto;
      -webkit-transition: all 0.8s ease-out;
      -moz-transition: all 0.8s ease-out;
      -ms-transition: all 0.8s ease-out;
      -o-transition: all 0.8s ease-out;
      transition: all 0.8s ease-out; }
  .image-block.animate-left {
    position: relative;
    overflow: hidden; }
    .image-block.animate-left:after {
      content: ' ';
      width: 500px;
      height: 500px;
      left: 0;
      top: 0;
      position: absolute;
      background-color: #FFFFFF;
      display: block;
      z-index: 1;
      -webkit-transition: all 0.8s ease-out;
      -moz-transition: all 0.8s ease-out;
      -ms-transition: all 0.8s ease-out;
      -o-transition: all 0.8s ease-out;
      transition: all 0.8s ease-out; }
    .image-block.animate-left.animating-left:after {
      left: -500px;
      right: auto;
      -webkit-transition: all 0.8s ease-out;
      -moz-transition: all 0.8s ease-out;
      -ms-transition: all 0.8s ease-out;
      -o-transition: all 0.8s ease-out;
      transition: all 0.8s ease-out; }
  .image-block > .inner-block {
    position: absolute;
    right: 0px;
    bottom: 250px; }
  .image-block .block.transparent {
    background-color: rgba(0, 0, 0, 0.85); }
    .image-block .block.transparent .inner-block {
      background: none; }
      .image-block .block.transparent .inner-block h3 {
        color: #BEA365 !important; }
        .image-block .block.transparent .inner-block h3 span {
          color: #FFFFFF; }
      .image-block .block.transparent .inner-block p {
        color: #BEA365; }
  .image-block .block-hover {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    opacity: 0;
    z-index: 0;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -ms-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    background-size: 30px 30px;
    background-image: linear-gradient(45deg, #ebe5cf 25%, transparent 25%, transparent 50%, #ebe5cf 50%, #ebe5cf 75%, transparent 75%, transparent);
    animation: barberpole 0.3s linear infinite;
    -webkit-animation: barberpole 0.3s linear infinite; }
  .image-block:hover .block-hover {
    opacity: 1; }
  .image-block:hover img {
    -webkit-transform: scale(0.965, 0.965);
    transform: scale(0.965, 0.965);
    transition: transform .3s ease;
    -webkit-transition: -webkit-transform .3s ease; }

.team-block {
  position: relative;
  height: 250px;
  width: 250px;
  float: left; }
  .team-block img {
    width: 100%;
    height: 100%;
    max-width: 250px;
    max-height: 250px; }
  .team-block .inner-block {
    background-color: #2C292C;
    position: relative;
    width: 230px;
    height: 230px;
    padding: 0px;
    margin-left: 10px;
    margin-top: 10px;
    z-index: 1; }
  .team-block .block-hover {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    opacity: 0;
    z-index: 0;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -ms-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    background-size: 30px 30px;
    background-image: linear-gradient(45deg, #584E3B 25%, transparent 25%, transparent 50%, #584E3B 50%, #584E3B 75%, transparent 75%, transparent);
    animation: barberpole 0.3s linear infinite;
    -webkit-animation: barberpole 0.3s linear infinite; }
  .team-block:hover .block-hover {
    opacity: 1; }

.top-content {
  height: 0;
  overflow: hidden; }
  .top-content .text p {
    font-family: 'Roboto Condensed', Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 300;
    font-size: 25px;
    margin: 0;
    padding: 0;
    line-height: 25px;
    color: #BEA365;
    padding: 0 30px; }
  .top-content .text .image img {
    padding: 0;
    margin: 0; }

.load-more {
  min-height: 50px;
  background-color: #EEEEEE;
  width: 100%;
  float: left;
  text-align: center;
  position: absolute;
  bottom: -50px;
  -webkit-transition: all 0.4s ease-in;
  -moz-transition: all 0.4s ease-in;
  -ms-transition: all 0.4s ease-in;
  -o-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
  cursor: pointer;
  margin-top: 10px; }
  .load-more:hover {
    background-color: #BEA365;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out; }
    .load-more:hover a:before {
      opacity: 0;
      -webkit-transition: opacity 0.4s ease-out;
      -moz-transition: opacity 0.4s ease-out;
      -ms-transition: opacity 0.4s ease-out;
      -o-transition: opacity 0.4s ease-out;
      transition: opacity 0.4s ease-out; }
    .load-more:hover a:after {
      opacity: 1;
      -webkit-transition: opacity 0.4s ease-out;
      -moz-transition: opacity 0.4s ease-out;
      -ms-transition: opacity 0.4s ease-out;
      -o-transition: opacity 0.4s ease-out;
      transition: opacity 0.4s ease-out; }
    .load-more:hover:after {
      background-color: #BEA365;
      -webkit-transition: all 0.4s ease-out;
      -moz-transition: all 0.4s ease-out;
      -ms-transition: all 0.4s ease-out;
      -o-transition: all 0.4s ease-out;
      transition: all 0.4s ease-out; }
  .load-more a {
    font-family: 'Roboto Condensed', Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 300;
    font-size: 12px;
    color: black;
    line-height: 50px;
    position: relative;
    padding-left: 10px;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: all 0.4s ease-in;
    -moz-transition: all 0.4s ease-in;
    -ms-transition: all 0.4s ease-in;
    -o-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in; }
    .load-more a:before {
      content: " ";
      position: absolute;
      top: -7px;
      left: -25px;
      background: url("../img/sprite/sprite.png") -59px 0px;
      width: 30px;
      height: 30px;
      opacity: 1;
      -webkit-transition: opacity 0.4s ease-in;
      -moz-transition: opacity 0.4s ease-in;
      -ms-transition: opacity 0.4s ease-in;
      -o-transition: opacity 0.4s ease-in;
      transition: opacity 0.4s ease-in; }
    .load-more a:after {
      content: " ";
      position: absolute;
      opacity: 0;
      top: -7px;
      left: -25px;
      background: url("../img/sprite/sprite.png") -99px 0px;
      width: 30px;
      height: 30px;
      -webkit-transition: opacity 0.4s ease-in;
      -moz-transition: opacity 0.4s ease-in;
      -ms-transition: opacity 0.4s ease-in;
      -o-transition: opacity 0.4s ease-in;
      transition: opacity 0.4s ease-in; }
  .load-more:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0px;
    width: 10px;
    height: 50px;
    background-color: #EEEEEE;
    -webkit-transition: all 0.4s ease-in;
    -moz-transition: all 0.4s ease-in;
    -ms-transition: all 0.4s ease-in;
    -o-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in; }
  .load-more:before {
    content: '';
    position: absolute;
    top: -10px;
    left: -18px;
    width: 18px;
    height: 60px;
    background-color: black; }

.submit-form {
  min-height: 50px;
  background-color: #2C292C;
  width: 100%;
  float: left;
  text-align: center;
  position: relative;
  -webkit-transition: all 0.4s ease-in;
  -moz-transition: all 0.4s ease-in;
  -ms-transition: all 0.4s ease-in;
  -o-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
  cursor: pointer;
  margin-top: 0px;
  color: #BEA365;
  display: none; }
  .submit-form:hover {
    background-color: #BEA365;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    color: black; }
    .submit-form:hover a {
      /*&:before {
      	opacity:0;
      	@include transition(opacity 0.4s ease-out);
      }*/
      color: black;
      /*&:after {
      	opacity:1;
      	@include transition(opacity 0.4s ease-out);
      }*/ }
    .submit-form:hover:after {
      background-color: #BEA365;
      -webkit-transition: all 0.4s ease-out;
      -moz-transition: all 0.4s ease-out;
      -ms-transition: all 0.4s ease-out;
      -o-transition: all 0.4s ease-out;
      transition: all 0.4s ease-out; }
  .submit-form a {
    font-family: 'Roboto Condensed', Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 700;
    font-size: 12px;
    line-height: 50px;
    position: relative;
    padding-left: 10px;
    text-decoration: none;
    text-transform: uppercase;
    color: #BEA365;
    -webkit-transition: all 0.4s ease-in;
    -moz-transition: all 0.4s ease-in;
    -ms-transition: all 0.4s ease-in;
    -o-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
    		/*&:before {
    			content:" ";
    			position:absolute;
    			top:-7px;
    			left:-25px;
    			background:url('../img/sprite/sprite.png') -59px -0px;
    			width:30px;
    			height:30px;
    			opacity:1;
    			@include transition(opacity 0.4s ease-in);
    		}
    
    		&:after {
    			content:" ";
    			position:absolute;
    			opacity:0;
    			top:-7px;
    			left:-25px;
    			background:url('../img/sprite/sprite.png') -99px -0px;
    			width:30px;
    			height:30px;
    			@include transition(opacity 0.4s ease-in);
    		}*/ }
  .submit-form:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0px;
    width: 10px;
    height: 50px;
    background-color: #2C292C;
    -webkit-transition: all 0.4s ease-in;
    -moz-transition: all 0.4s ease-in;
    -ms-transition: all 0.4s ease-in;
    -o-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in; }
  .submit-form:before {
    content: '';
    position: absolute;
    top: -10px;
    left: -18px;
    width: 18px;
    height: 60px;
    background-color: black; }

.main-container-right.home .double-block.gray:after {
  background: #FFFFFF; }
.main-container-right.home .double-block.white:after {
  background: #FFFFFF; }
.main-container-right.home .double-block.gold:after {
  background: #FFFFFF; }

.about-us .top-content-container {
  height: 250px;
  display: table; }
  .about-us .top-content-container .top-content {
    display: table-cell;
    vertical-align: middle; }
    .about-us .top-content-container .top-content .side-block {
      display: none; }
.about-us .content {
  max-width: 750px;
  padding: 20px 0px;
  background-color: #BEA365; }
  .about-us .content > img {
    margin-left: -30px;
    margin-top: -20px;
    margin-bottom: 20px;
    padding: 0 30px; }
  .about-us .content h2 {
    font-family: 'Roboto Condensed', Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 300;
    font-size: 24px;
    color: #FFFFFF;
    line-height: 24px;
    max-width: 460px;
    margin-top: 20px;
    margin-bottom: 50px;
    padding: 0 30px; }
  .about-us .content p {
    font-family: 'Roboto Condensed', Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 300;
    font-size: 18px;
    color: #2C292C;
    line-height: 20px;
    margin-left: 230px;
    margin-right: 30px;
    padding: 0 30px; }
  .about-us .content .image img {
    margin-left: -30px;
    margin-top: -20px;
    margin-bottom: 20px;
    padding: 0 30px; }
  .about-us .content .image.animate-top {
    position: relative;
    overflow: hidden; }
    .about-us .content .image.animate-top:after {
      content: ' ';
      width: 500px;
      height: 250px;
      top: 0;
      left: 0;
      position: absolute;
      background-color: #FFFFFF;
      display: block;
      z-index: 1;
      -webkit-transition: all 0.8s ease-out;
      -moz-transition: all 0.8s ease-out;
      -ms-transition: all 0.8s ease-out;
      -o-transition: all 0.8s ease-out;
      transition: all 0.8s ease-out; }
    .about-us .content .image.animate-top.animating-top:after {
      top: -500px;
      bottom: auto;
      -webkit-transition: all 0.8s ease-out;
      -moz-transition: all 0.8s ease-out;
      -ms-transition: all 0.8s ease-out;
      -o-transition: all 0.8s ease-out;
      transition: all 0.8s ease-out; }
  .about-us .content .image.animate-bottom {
    position: relative;
    overflow: hidden; }
    .about-us .content .image.animate-bottom:after {
      content: ' ';
      width: 690px;
      height: 504px;
      bottom: 0;
      left: 0;
      position: absolute;
      background-color: #BEA365;
      display: block;
      z-index: 1;
      -webkit-transition: all 0.8s ease-out;
      -moz-transition: all 0.8s ease-out;
      -ms-transition: all 0.8s ease-out;
      -o-transition: all 0.8s ease-out;
      transition: all 0.8s ease-out; }
    .about-us .content .image.animate-bottom.animating-bottom:after {
      bottom: -504px;
      top: auto;
      -webkit-transition: all 0.8s ease-out;
      -moz-transition: all 0.8s ease-out;
      -ms-transition: all 0.8s ease-out;
      -o-transition: all 0.8s ease-out;
      transition: all 0.8s ease-out; }
  .about-us .content .image.animate-right {
    position: relative;
    overflow: hidden; }
    .about-us .content .image.animate-right:after {
      content: ' ';
      width: 500px;
      height: 250px;
      right: 0;
      top: 0;
      position: absolute;
      background-color: #FFFFFF;
      display: block;
      z-index: 1;
      -webkit-transition: all 0.8s ease-out;
      -moz-transition: all 0.8s ease-out;
      -ms-transition: all 0.8s ease-out;
      -o-transition: all 0.8s ease-out;
      transition: all 0.8s ease-out; }
    .about-us .content .image.animate-right.animating-right:after {
      right: -500px;
      left: auto;
      -webkit-transition: all 0.8s ease-out;
      -moz-transition: all 0.8s ease-out;
      -ms-transition: all 0.8s ease-out;
      -o-transition: all 0.8s ease-out;
      transition: all 0.8s ease-out; }
  .about-us .content .image.animate-left {
    position: relative;
    overflow: hidden; }
    .about-us .content .image.animate-left:after {
      content: ' ';
      width: 500px;
      height: 500px;
      left: 0;
      top: 0;
      position: absolute;
      background-color: #000;
      display: block;
      z-index: 1;
      -webkit-transition: all 0.8s ease-out;
      -moz-transition: all 0.8s ease-out;
      -ms-transition: all 0.8s ease-out;
      -o-transition: all 0.8s ease-out;
      transition: all 0.8s ease-out; }
    .about-us .content .image.animate-left.animating-left:after {
      left: -500px;
      right: auto;
      -webkit-transition: all 0.8s ease-out;
      -moz-transition: all 0.8s ease-out;
      -ms-transition: all 0.8s ease-out;
      -o-transition: all 0.8s ease-out;
      transition: all 0.8s ease-out; }
  .about-us .content .marca-galeria {
    padding: 0px;
    *zoom: 1;
    position: relative; }
    .about-us .content .marca-galeria:before, .about-us .content .marca-galeria:after {
      display: table;
      content: ""; }
    .about-us .content .marca-galeria:after {
      clear: both; }
    .about-us .content .marca-galeria .marca-galeria-subtitle {
      padding: 0 30px; }
      .about-us .content .marca-galeria .marca-galeria-subtitle h3 {
        margin: 0 0 40px 0;
        padding: 0;
        color: #BEA365;
        font-size: 35px;
        font-family: 'Roboto Condensed', Helvetica, Arial, "Lucida Grande", sans-serif;
        font-weight: 300; }
    .about-us .content .marca-galeria .marca-galeria-content {
      width: 750px;
      min-height: 380px; }
      .about-us .content .marca-galeria .marca-galeria-content .marca-galeria-content-item {
        display: none;
        position: relative; }
        .about-us .content .marca-galeria .marca-galeria-content .marca-galeria-content-item .marca-galeria-content-text {
          width: 500px;
          position: absolute;
          bottom: 0;
          right: 0;
          padding: 20px 30px 20px 20px;
          background-color: rgba(14, 2, 0, 0.8);
          z-index: 1; }
          .about-us .content .marca-galeria .marca-galeria-content .marca-galeria-content-item .marca-galeria-content-text p {
            max-width: 450px;
            font-family: 'Roboto Condensed', Helvetica, Arial, "Lucida Grande", sans-serif;
            font-weight: 300;
            font-size: 18px;
            color: white;
            line-height: 20px;
            margin: 0;
            padding: 0; }
        .about-us .content .marca-galeria .marca-galeria-content .marca-galeria-content-item .marca-galeria-content-item-image {
          position: relative;
          width: 750px;
          height: 380px; }
          .about-us .content .marca-galeria .marca-galeria-content .marca-galeria-content-item .marca-galeria-content-item-image img {
            width: 750px;
            height: 380px;
            margin-left: 0px;
            margin-top: 0px;
            margin-bottom: 0px; }
          .about-us .content .marca-galeria .marca-galeria-content .marca-galeria-content-item .marca-galeria-content-item-image.has-detail {
            cursor: pointer; }
            .about-us .content .marca-galeria .marca-galeria-content .marca-galeria-content-item .marca-galeria-content-item-image.has-detail .block-hover {
              overflow: hidden;
              position: absolute;
              left: 0px;
              right: 0px;
              top: 0px;
              bottom: 0px;
              opacity: 0;
              background-color: rgba(190, 160, 102, 0.8);
              transition: all .6s .3s ease-out;
              -webkit-transition: all .6s .3s ease-out; }
              .about-us .content .marca-galeria .marca-galeria-content .marca-galeria-content-item .marca-galeria-content-item-image.has-detail .block-hover:before {
                width: 70px;
                height: 70px;
                border-radius: 50%;
                -webkit-transform: scale(15, 15);
                background-color: rgba(51, 51, 51, 0.8);
                display: block;
                content: '';
                position: absolute;
                left: 50%;
                top: 50%;
                margin-left: -35px;
                margin-top: -35px;
                transition: all .3s .3s ease-out;
                -webkit-transition: all .3s .3s ease-out; }
              .about-us .content .marca-galeria .marca-galeria-content .marca-galeria-content-item .marca-galeria-content-item-image.has-detail .block-hover:after {
                background: url("../img/sprite/sprite.png") -29px 0px no-repeat;
                opacity: 0;
                display: block;
                content: '';
                position: absolute;
                width: 20px;
                height: 20px;
                left: 50%;
                top: 50%;
                margin-left: -10px;
                margin-top: -10px;
                transition: all .3s ease-out;
                -webkit-transition: all .3s ease-out; }
            .about-us .content .marca-galeria .marca-galeria-content .marca-galeria-content-item .marca-galeria-content-item-image.has-detail:hover .block-hover {
              position: absolute;
              left: 0px;
              right: 0px;
              top: 0px;
              bottom: 0px;
              opacity: 1;
              transition: all .3s ease-out;
              -webkit-transition: all .3s ease-out; }
              .about-us .content .marca-galeria .marca-galeria-content .marca-galeria-content-item .marca-galeria-content-item-image.has-detail:hover .block-hover:before {
                -webkit-transform: scale(1, 1);
                transition: all .3s .3s ease-out;
                -webkit-transition: all .3s .3s ease-out; }
              .about-us .content .marca-galeria .marca-galeria-content .marca-galeria-content-item .marca-galeria-content-item-image.has-detail:hover .block-hover:after {
                opacity: 1;
                transition: all 1s .3s ease-out;
                -webkit-transition: all 1s .3s ease-out; }
        .about-us .content .marca-galeria .marca-galeria-content .marca-galeria-content-item .marca-galeria-content-video {
          width: 750px; }
          .about-us .content .marca-galeria .marca-galeria-content .marca-galeria-content-item .marca-galeria-content-video video, .about-us .content .marca-galeria .marca-galeria-content .marca-galeria-content-item .marca-galeria-content-video .video-js {
            width: 750px !important;
            height: 380px !important; }
          .about-us .content .marca-galeria .marca-galeria-content .marca-galeria-content-item .marca-galeria-content-video .vjs-big-play-button {
            background-color: #BEA365;
            left: 50%;
            width: 70px;
            height: 70px;
            border-radius: 34px;
            border: none;
            margin-left: -35px;
            top: 50%;
            margin-top: -35px;
            box-shadow: 0 0 2px -1px #333;
            z-index: 1; }
            .about-us .content .marca-galeria .marca-galeria-content .marca-galeria-content-item .marca-galeria-content-video .vjs-big-play-button:before {
              left: 3px;
              width: 100%;
              height: 100%;
              color: #FFF;
              text-shadow: none;
              line-height: 75px; }
        .about-us .content .marca-galeria .marca-galeria-content .marca-galeria-content-item.active {
          display: block; }
    .about-us .content .marca-galeria .marca-galeria-slider {
      margin: 40px auto 0 auto;
      width: 640px; }
      .about-us .content .marca-galeria .marca-galeria-slider .owl-controls .owl-buttons .owl-prev {
        height: 80px;
        position: absolute;
        top: 0px;
        width: 30px;
        left: -40px;
        background: url("../img/sprite/sprite.png") -150px -58px no-repeat; }
        .about-us .content .marca-galeria .marca-galeria-slider .owl-controls .owl-buttons .owl-prev:hover {
          background: url("../img/sprite/sprite.png") -70px -58px no-repeat; }
      .about-us .content .marca-galeria .marca-galeria-slider .owl-controls .owl-buttons .owl-next {
        height: 80px;
        position: absolute;
        top: 0px;
        width: 30px;
        right: -30px;
        background: url("../img/sprite/sprite.png") -190px -58px no-repeat; }
        .about-us .content .marca-galeria .marca-galeria-slider .owl-controls .owl-buttons .owl-next:hover {
          background: url("../img/sprite/sprite.png") -110px -58px no-repeat; }
      .about-us .content .marca-galeria .marca-galeria-slider .marca-galeria-slider-item {
        position: relative;
        width: 120px;
        height: 80px;
        cursor: pointer; }
        .about-us .content .marca-galeria .marca-galeria-slider .marca-galeria-slider-item.active .marca-galeria-rounded:before {
          position: absolute;
          content: ' ';
          width: 120px;
          height: 80px;
          border: 5px solid #FFFFFF;
          -webkit-transition: all 0.3s ease-out;
          -moz-transition: all 0.3s ease-out;
          -ms-transition: all 0.3s ease-out;
          -o-transition: all 0.3s ease-out;
          transition: all 0.3s ease-out; }
        .about-us .content .marca-galeria .marca-galeria-slider .marca-galeria-slider-item .marca-galeria-rounded {
          display: table;
          width: 120px;
          height: 80px;
          margin: 0 auto;
          text-align: center; }
          .about-us .content .marca-galeria .marca-galeria-slider .marca-galeria-slider-item .marca-galeria-rounded img {
            margin-left: 0px;
            margin-top: 0px;
            margin-bottom: 0px; }
          .about-us .content .marca-galeria .marca-galeria-slider .marca-galeria-slider-item .marca-galeria-rounded:before {
            position: absolute;
            content: ' ';
            width: 120px;
            height: 80px;
            border: 5px solid #828282;
            -webkit-transition: all 0.3s ease-out;
            -moz-transition: all 0.3s ease-out;
            -ms-transition: all 0.3s ease-out;
            -o-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out; }
        .about-us .content .marca-galeria .marca-galeria-slider .marca-galeria-slider-item:hover .marca-galeria-rounded:before {
          position: absolute;
          content: ' ';
          width: 120px;
          height: 80px;
          background-color: rgba(190, 160, 102, 0.5);
          border: 5px solid #000;
          -webkit-transition: all 0.3s ease-out;
          -moz-transition: all 0.3s ease-out;
          -ms-transition: all 0.3s ease-out;
          -o-transition: all 0.3s ease-out;
          transition: all 0.3s ease-out; }

.noticias .top-content-container .top-content {
  margin-top: 0px;
  height: auto; }
  .noticias .top-content-container .top-content .side-block {
    display: none; }
  .noticias .top-content-container .top-content .block {
    text-align: center;
    display: table; }
  .noticias .top-content-container .top-content .icon {
    display: table-cell;
    vertical-align: middle; }
    .noticias .top-content-container .top-content .icon svg path, .noticias .top-content-container .top-content .icon svg rect {
      fill: #CDCDCD; }
    .noticias .top-content-container .top-content .icon span {
      display: block;
      font-family: 'Roboto Condensed', Helvetica, Arial, "Lucida Grande", sans-serif;
      font-weight: 700;
      font-size: 15px;
      line-height: 15px;
      text-transform: uppercase;
      color: #CDCDCD;
      margin-top: 15px; }
    .noticias .top-content-container .top-content .icon .arrow svg path, .noticias .top-content-container .top-content .icon .arrow svg rect, .noticias .top-content-container .top-content .icon .arrow svg polygon {
      fill: #CDCDCD; }
    .noticias .top-content-container .top-content .icon.active span {
      color: #2C292C; }
    .noticias .top-content-container .top-content .icon.active svg path, .noticias .top-content-container .top-content .icon.active svg rect {
      fill: #BEA65B; }
    .noticias .top-content-container .top-content .icon.active svg #Layer_2 path, .noticias .top-content-container .top-content .icon.active svg #Layer_2 rect {
      fill: #2C292C; }
    .noticias .top-content-container .top-content .icon.active .arrow svg path, .noticias .top-content-container .top-content .icon.active .arrow svg rect, .noticias .top-content-container .top-content .icon.active .arrow svg polygon {
      fill: #2C292C; }
    .noticias .top-content-container .top-content .icon:hover span {
      color: #2C292C; }
    .noticias .top-content-container .top-content .icon:hover svg path, .noticias .top-content-container .top-content .icon:hover svg rect {
      fill: #BEA65B; }
    .noticias .top-content-container .top-content .icon:hover svg #Layer_2 path, .noticias .top-content-container .top-content .icon:hover svg #Layer_2 rect {
      fill: #2C292C; }
    .noticias .top-content-container .top-content .icon:hover .arrow svg path, .noticias .top-content-container .top-content .icon:hover .arrow svg rect, .noticias .top-content-container .top-content .icon:hover .arrow svg polygon {
      fill: #2C292C; }
.noticias .content {
  max-width: 750px;
  /*p {
  	@include regular();
  	font-size:18px;
  	color:$gray;
  	line-height:20px;
  	margin-left:230px;
  }*/ }
  .noticias .content h2 {
    font-family: 'Roboto Condensed', Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 300;
    font-size: 24px;
    color: #FFFFFF;
    line-height: 24px;
    max-width: 460px; }

.carreiras .top-content-container {
  height: 250px;
  display: table; }
  .carreiras .top-content-container .top-content {
    display: table-cell;
    vertical-align: middle; }
    .carreiras .top-content-container .top-content .side-block {
      display: none; }
.carreiras .content {
  max-width: 750px;
  background-color: #BEA365; }
  .carreiras .content h2 {
    font-family: 'Roboto Condensed', Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 300;
    font-size: 24px;
    color: #FFFFFF;
    line-height: 24px;
    max-width: 460px;
    margin-top: 20px;
    margin-left: 30px;
    margin-bottom: 50px; }
  .carreiras .content p {
    font-family: 'Roboto Condensed', Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 300;
    font-size: 18px;
    color: #2C292C;
    line-height: 20px;
    margin-left: 30px;
    margin-right: 30px; }
  .carreiras .content .error-list {
    padding: 30px 40px 30px 40px;
    height: auto;
    background: #E9473F; }
    .carreiras .content .error-list p {
      text-align: center;
      margin: 0;
      color: white;
      font-family: 'Roboto Condensed', Helvetica, Arial, "Lucida Grande", sans-serif;
      font-weight: 300;
      line-height: 13px;
      font-size: 13px;
      text-transform: uppercase; }
      .carreiras .content .error-list p span {
        color: white; }
  .carreiras .content #error-message {
    margin: 40px 40px 0px 40px;
    width: 680px;
    height: 420px;
    display: none; }
    .carreiras .content #error-message .message {
      width: 550px;
      height: 146px;
      margin: 0 auto;
      margin-top: 137px; }
      .carreiras .content #error-message .message h2 {
        display: inherit;
        margin: 0;
        padding-top: 0;
        font-family: 'Roboto Condensed', Helvetica, Arial, "Lucida Grande", sans-serif;
        font-weight: 700;
        font-size: 30px;
        color: #2C292C;
        text-transform: uppercase; }
      .carreiras .content #error-message .message h3 {
        margin: 0;
        font-family: 'Roboto Condensed', Helvetica, Arial, "Lucida Grande", sans-serif;
        font-weight: 700;
        font-size: 30px;
        color: white;
        text-transform: uppercase; }
      .carreiras .content #error-message .message .icon {
        margin-right: 30px;
        float: left; }
.carreiras .recrut-form-container {
  margin-top: 40px; }
.carreiras #recrut-form {
  margin-left: 30px; }
  .carreiras #recrut-form .col {
    float: left;
    margin: 0 10px 0 0;
    position: relative;
    min-height: 82px;
    width: 220px; }
    .carreiras #recrut-form .col:last-child {
      margin-right: 0px; }
    .carreiras #recrut-form .col.textarea label.error {
      top: 260px; }
    .carreiras #recrut-form .col .sex-input {
      width: 60px;
      min-height: 60px;
      margin-right: 10px; }
  .carreiras #recrut-form input {
    border: 1px solid #98834F;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
    font-size: 18px;
    color: #AAA;
    font-family: 'Roboto Condensed', Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 700;
    -webkit-transition: background 0.4s linear;
    -moz-transition: background 0.4s linear;
    -ms-transition: background 0.4s linear;
    -o-transition: background 0.4s linear;
    transition: background 0.4s linear; }
    .carreiras #recrut-form input#recrutCheck {
      display: inline-block;
      margin-bottom: 0; }
    .carreiras #recrut-form input.error {
      background: #E9473F; }
    .carreiras #recrut-form input:focus {
      background-color: #2C292C; }
    .carreiras #recrut-form input#telinput {
      max-width: 220px; }
    .carreiras #recrut-form input[type="radio"] {
      border: none;
      box-shadow: none;
      display: none; }
    .carreiras #recrut-form input[type="radio"] + label span {
      width: 30px;
      height: 30px;
      display: inline-block;
      vertical-align: middle;
      background: url("/img/sprite/radio_sprite.png") left top no-repeat;
      cursor: pointer;
      margin: 0 4px 0 10px; }
    .carreiras #recrut-form input[type="radio"]:checked + label span {
      background: url("/img/sprite/radio_sprite.png") -40px top no-repeat; }
    .carreiras #recrut-form input[type="file"] {
      opacity: 0;
      width: 100%;
      height: 40px;
      position: absolute;
      left: 0;
      cursor: pointer;
      z-index: 2; }
  .carreiras #recrut-form .custom-select {
    width: 64px;
    background: #FFF;
    border: 1px solid #98834F;
    height: 40px;
    position: relative;
    display: inline-block;
    font-family: 'Roboto Condensed', Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 700;
    font-size: 12px;
    transition: all .6s ease-out;
    -webkit-transition: all .6s ease-out;
    -moz-transition: all .6s ease-out;
    text-transform: uppercase; }
    .carreiras #recrut-form .custom-select:nth-child(4) {
      width: 83px; }
      .carreiras #recrut-form .custom-select:nth-child(4) .custom-text {
        width: 83px !important; }
      .carreiras #recrut-form .custom-select:nth-child(4) .select-list {
        width: 83px; }
        .carreiras #recrut-form .custom-select:nth-child(4) .select-list ul {
          width: 83px !important; }
    .carreiras #recrut-form .custom-select:hover {
      background: #2C292C;
      transition: all .6s ease-out;
      -webkit-transition: all .6s ease-out;
      -moz-transition: all .6s ease-out; }
      .carreiras #recrut-form .custom-select:hover .custom-text {
        transition: all .6s ease-out;
        -webkit-transition: all .6s ease-out;
        -moz-transition: all .6s ease-out;
        color: #BEA365; }
    .carreiras #recrut-form .custom-select .custom-text {
      height: 40px;
      line-height: 38px;
      font-size: 18px;
      width: 64px !important;
      padding-left: 10px;
      padding-right: 10px;
      color: #AAA; }
    .carreiras #recrut-form .custom-select .icon {
      display: block;
      width: 40px;
      height: 40px;
      position: absolute;
      top: 0px;
      right: 0px;
      cursor: pointer;
      background: url("/img/svg/seta_drop.svg") 0 0 no-repeat; }
    .carreiras #recrut-form .custom-select .select-list {
      width: 64px;
      background: #FFF;
      border: 1px solid #98834F; }
      .carreiras #recrut-form .custom-select .select-list ul {
        width: 64px !important; }
        .carreiras #recrut-form .custom-select .select-list ul li {
          padding-left: 10px;
          padding-right: 10px;
          line-height: 38px;
          font-size: 18px;
          transition: all .6s ease-out;
          -webkit-transition: all .6s ease-out;
          -moz-transition: all .6s ease-out;
          text-transorm: uppercase;
          color: #AAA; }
          .carreiras #recrut-form .custom-select .select-list ul li:hover {
            transition: all .6s ease-out;
            -webkit-transition: all .6s ease-out;
            -moz-transition: all .6s ease-out;
            color: #2C292C;
            background-color: #BEA365; }
  .carreiras #recrut-form textarea {
    border: 1px solid #98834F;
    resize: none;
    width: 450px;
    height: 230px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding-left: 10px;
    padding-right: 10px;
    font-family: 'Roboto Condensed', Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 700;
    font-size: 18px;
    color: #AAA;
    -webkit-transition: background 0.4s linear;
    -moz-transition: background 0.4s linear;
    -ms-transition: background 0.4s linear;
    -o-transition: background 0.4s linear;
    transition: background 0.4s linear; }
    .carreiras #recrut-form textarea.error {
      background: #E9473F; }
    .carreiras #recrut-form textarea:focus {
      background-color: #2C292C; }
  .carreiras #recrut-form label {
    display: inline-block;
    vertical-align: middle;
    font-family: 'Roboto Condensed', Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 700;
    font-size: 12px;
    line-height: 14px;
    color: #2C292C;
    text-transform: uppercase;
    margin-bottom: 3px;
    margin-left: 5px; }
    .carreiras #recrut-form label.error {
      position: absolute;
      font-size: 11px;
      color: #990000;
      top: 70px; }
    .carreiras #recrut-form label[for=recrutCheck] {
      cursor: pointer; }
  .carreiras #recrut-form > small {
    display: block;
    margin-top: 5px;
    margin-bottom: 20px; }
  .carreiras #recrut-form .file-block .button {
    width: 100%;
    height: 40px;
    max-width: 120px;
    background-color: #2C292C;
    text-align: center;
    cursor: pointer;
    position: relative;
    color: #FFFFFF;
    -webkit-transition: background 0.4s ease-out;
    -moz-transition: background 0.4s ease-out;
    -ms-transition: background 0.4s ease-out;
    -o-transition: background 0.4s ease-out;
    transition: background 0.4s ease-out;
    margin-bottom: 10px; }
    .carreiras #recrut-form .file-block .button #progress {
      position: absolute;
      bottom: 0px;
      left: 0px;
      height: 5px;
      width: 100%;
      z-index: 0; }
      .carreiras #recrut-form .file-block .button #progress .progress-bar {
        height: 5px;
        background-color: rgba(0, 0, 0, 0.7);
        width: 0; }
    .carreiras #recrut-form .file-block .button span {
      padding-top: 14px;
      color: #FFFFFF;
      font-family: 'Roboto Condensed', Helvetica, Arial, "Lucida Grande", sans-serif;
      font-weight: 700;
      font-size: 12px;
      line-height: 14px;
      display: block;
      text-transform: uppercase;
      z-index: 1;
      position: relative;
      cursor: pointer;
      -webkit-transition: color 0.4s ease-out;
      -moz-transition: color 0.4s ease-out;
      -ms-transition: color 0.4s ease-out;
      -o-transition: color 0.4s ease-out;
      transition: color 0.4s ease-out; }
    .carreiras #recrut-form .file-block .button:hover {
      background-color: #FFFFFF;
      -webkit-transition: background 0.4s ease-out;
      -moz-transition: background 0.4s ease-out;
      -ms-transition: background 0.4s ease-out;
      -o-transition: background 0.4s ease-out;
      transition: background 0.4s ease-out; }
      .carreiras #recrut-form .file-block .button:hover span {
        color: #2C292C;
        -webkit-transition: color 0.4s ease-out;
        -moz-transition: color 0.4s ease-out;
        -ms-transition: color 0.4s ease-out;
        -o-transition: color 0.4s ease-out;
        transition: color 0.4s ease-out; }
  .carreiras #recrut-form .file-block input {
    background-color: #BEA365;
    color: #FFFFFF;
    font-size: 15px;
    font-family: 'Roboto Condensed', Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 300; }
.carreiras .submit-form {
  float: none;
  width: calc(100% - 60px);
  margin: 0 auto;
  display: flex !important;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  background: white;
  color: #999;
  text-transform: uppercase;
  cursor: default !important;
  font-weight: 700;
  font-family: 'Roboto Condensed', Helvetica, Arial, "Lucida Grande", sans-serif; }
  .carreiras .submit-form[href] {
    cursor: pointer !important;
    color: #BEA365; }
  .carreiras .submit-form::before, .carreiras .submit-form::after {
    display: none; }

.noticia .side-block .text h2 {
  color: #BEA365; }
.noticia .side-block .text h3 {
  color: #BEA365; }
.noticia .top-content-container {
  height: 500px;
  display: table; }
  .noticia .top-content-container .top-content {
    display: table-cell;
    vertical-align: middle; }
  .noticia .top-content-container #cross-image {
    position: absolute;
    top: 0px;
    height: 0;
    left: -250px;
    overflow: hidden;
    -webkit-transition: height 1s ease-out;
    -moz-transition: height 1s ease-out;
    -ms-transition: height 1s ease-out;
    -o-transition: height 1s ease-out;
    transition: height 1s ease-out;
    -webkit-transform: translate3d(0, 0, 0); }
    .noticia .top-content-container #cross-image.animate {
      height: 500px;
      -webkit-transition: height 1s ease-out;
      -moz-transition: height 1s ease-out;
      -ms-transition: height 1s ease-out;
      -o-transition: height 1s ease-out;
      transition: height 1s ease-out; }
  .noticia .top-content-container.noImage {
    height: 0px; }
.noticia .content {
  max-width: 750px;
  padding: 20px 30px;
  background-color: #FFF;
  position: relative; }
  .noticia .content a {
    color: #BEA365;
    text-decoration: none; }
    .noticia .content a:hover {
      text-decoration: underline; }
  .noticia .content .back {
    width: 50px;
    height: 50px;
    position: absolute;
    top: -50px;
    right: 0px;
    background: #FFF;
    cursor: pointer;
    -webkit-transition: background 0.6s ease;
    -moz-transition: background 0.6s ease;
    -ms-transition: background 0.6s ease;
    -o-transition: background 0.6s ease;
    transition: background 0.6s ease; }
    .noticia .content .back:hover {
      background: #BEA365;
      -webkit-transition: background 0.6s ease;
      -moz-transition: background 0.6s ease;
      -ms-transition: background 0.6s ease;
      -o-transition: background 0.6s ease;
      transition: background 0.6s ease; }
      .noticia .content .back:hover svg path, .noticia .content .back:hover svg rect {
        -webkit-transition: all 0.6s ease;
        -moz-transition: all 0.6s ease;
        -ms-transition: all 0.6s ease;
        -o-transition: all 0.6s ease;
        transition: all 0.6s ease;
        fill: #FFF; }
    .noticia .content .back svg {
      position: absolute;
      top: 0px;
      left: 0px;
      width: 50px;
      height: 50px;
      -webkit-transition: all 0.6s ease;
      -moz-transition: all 0.6s ease;
      -ms-transition: all 0.6s ease;
      -o-transition: all 0.6s ease;
      transition: all 0.6s ease; }
  .noticia .content.noImage .back {
    top: 0px; }
  .noticia .content img {
    margin-left: -30px;
    margin-top: -30px;
    margin-bottom: 20px; }
  .noticia .content h2 {
    font-family: 'Roboto Condensed', Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 300;
    font-size: 24px;
    color: #BEA365;
    line-height: 24px;
    max-width: 460px;
    margin-top: 20px;
    margin-bottom: 50px; }
  .noticia .content .date {
    position: relative; }
    .noticia .content .date > span {
      margin-left: 230px;
      text-transform: uppercase;
      color: #BEA365;
      font-size: 12px;
      font-family: 'Roboto Condensed', Helvetica, Arial, "Lucida Grande", sans-serif;
      font-weight: 700;
      display: block;
      margin-bottom: 40px; }
    .noticia .content .date .social-icons {
      position: absolute;
      top: -2px;
      left: 0px; }
      .noticia .content .date .social-icons p {
        margin: 0px 0px 15px 0px;
        font-size: 12px;
        font-family: 'Roboto Condensed', Helvetica, Arial, "Lucida Grande", sans-serif;
        font-weight: 700; }
      .noticia .content .date .social-icons div {
        display: inline-block;
        width: 40px;
        height: 40px;
        background: #f0f0f0;
        margin-right: 8px;
        vertical-align: top;
        cursor: pointer;
        position: relative;
        -webkit-transition: all 0.6s ease;
        -moz-transition: all 0.6s ease;
        -ms-transition: all 0.6s ease;
        -o-transition: all 0.6s ease;
        transition: all 0.6s ease; }
        .noticia .content .date .social-icons div a {
          position: absolute;
          top: 0;
          left: 0;
          height: 100%;
          width: 100%;
          z-index: 1; }
        .noticia .content .date .social-icons div svg {
          position: relative;
          top: 0px;
          left: 0px;
          right: 0px;
          bottom: 0px;
          margin: auto; }
          .noticia .content .date .social-icons div svg path {
            -webkit-transition: all 0.6s ease;
            -moz-transition: all 0.6s ease;
            -ms-transition: all 0.6s ease;
            -o-transition: all 0.6s ease;
            transition: all 0.6s ease; }
        .noticia .content .date .social-icons div:hover {
          background: #BEA365; }
          .noticia .content .date .social-icons div:hover svg path {
            fill: #FFF; }
  .noticia .content p {
    font-family: 'Roboto Condensed', Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 300;
    font-size: 18px;
    color: #2C292C;
    line-height: 20px;
    margin-left: 230px; }
  .noticia .content .tags {
    margin-top: 40px;
    margin-left: 230px; }
    .noticia .content .tags span {
      text-transform: uppercase;
      color: #BEA365;
      font-size: 12px;
      font-family: 'Roboto Condensed', Helvetica, Arial, "Lucida Grande", sans-serif;
      font-weight: 700; }
    .noticia .content .tags ul {
      list-style: none;
      padding: 0; }
      .noticia .content .tags ul li {
        display: inline-block;
        padding: 0 10px 0 10px;
        background: #BEA365;
        border-left: 5px #98834F solid;
        font-size: 13px;
        line-height: 30px;
        color: #FFF;
        text-transform: uppercase;
        margin-bottom: 3px; }

.marca {
  width: 760px;
  float: left;
  margin-left: 0 !important; }
  .marca .side-block .text h2 {
    color: #BEA365; }
  .marca .side-block .text h3 {
    color: #BEA365; }
  .marca .top-content-container {
    height: 500px;
    display: table;
    position: relative; }
    .marca .top-content-container .top-content {
      display: table-cell;
      vertical-align: middle; }
    .marca .top-content-container #cross-image {
      position: absolute;
      top: 0px;
      left: -250px;
      height: 0;
      overflow: hidden;
      -webkit-transition: height 1s ease-out;
      -moz-transition: height 1s ease-out;
      -ms-transition: height 1s ease-out;
      -o-transition: height 1s ease-out;
      transition: height 1s ease-out; }
      .marca .top-content-container #cross-image.animate {
        height: 500px;
        -webkit-transition: height 1s ease-out;
        -moz-transition: height 1s ease-out;
        -ms-transition: height 1s ease-out;
        -o-transition: height 1s ease-out;
        transition: height 1s ease-out; }
    .marca .top-content-container #cross-image-bottle {
      position: absolute;
      top: -20px;
      left: 0;
      margin: 0 auto;
      right: 0;
      text-align: center;
      z-index: 1; }
    .marca .top-content-container .back {
      width: 50px;
      height: 50px;
      position: absolute;
      bottom: 0px;
      right: 0px;
      background: #FFF;
      cursor: pointer;
      z-index: 5;
      -webkit-transition: background 0.6s ease;
      -moz-transition: background 0.6s ease;
      -ms-transition: background 0.6s ease;
      -o-transition: background 0.6s ease;
      transition: background 0.6s ease; }
      .marca .top-content-container .back:hover {
        background: #BEA365;
        -webkit-transition: background 0.6s ease;
        -moz-transition: background 0.6s ease;
        -ms-transition: background 0.6s ease;
        -o-transition: background 0.6s ease;
        transition: background 0.6s ease; }
        .marca .top-content-container .back:hover svg path, .marca .top-content-container .back:hover svg rect {
          -webkit-transition: all 0.6s ease;
          -moz-transition: all 0.6s ease;
          -ms-transition: all 0.6s ease;
          -o-transition: all 0.6s ease;
          transition: all 0.6s ease;
          fill: #FFF; }
      .marca .top-content-container .back svg {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 50px;
        height: 50px;
        -webkit-transition: all 0.6s ease;
        -moz-transition: all 0.6s ease;
        -ms-transition: all 0.6s ease;
        -o-transition: all 0.6s ease;
        transition: all 0.6s ease; }
  .marca .content {
    max-width: 750px;
    margin-top: 230px;
    padding: 20px 0;
    background-color: #FFF;
    position: relative; }
    .marca .content .marca-main-title {
      padding: 0 30px;
      display: table;
      position: relative;
      height: 50px;
      width: 100%; }
      .marca .content .marca-main-title h2 {
        font-family: 'Roboto Condensed', Helvetica, Arial, "Lucida Grande", sans-serif;
        font-weight: 300;
        font-size: 12px;
        padding: 0;
        margin: 0;
        color: #BEA365;
        line-height: 14px;
        display: table-cell;
        vertical-align: middle;
        text-transform: uppercase; }
      .marca .content .marca-main-title.gama {
        background-color: #BEA365;
        padding: 0; }
        .marca .content .marca-main-title.gama h2 {
          padding: 0 30px;
          color: #FFFFFF; }
    .marca .content .marca-text {
      *zoom: 1;
      padding: 0 30px;
      margin-bottom: 50px; }
      .marca .content .marca-text:before, .marca .content .marca-text:after {
        display: table;
        content: ""; }
      .marca .content .marca-text:after {
        clear: both; }
      .marca .content .marca-text .title {
        float: left;
        width: 210px;
        margin-right: 30px; }
        .marca .content .marca-text .title h2 {
          font-family: 'Roboto Condensed', Helvetica, Arial, "Lucida Grande", sans-serif;
          font-weight: 300;
          font-size: 35px;
          color: #BEA365;
          max-width: 210px;
          line-height: 35px;
          margin: 0;
          padding: 0; }
      .marca .content .marca-text .text {
        width: 450px;
        float: left; }
        .marca .content .marca-text .text p {
          font-family: 'Roboto Condensed', Helvetica, Arial, "Lucida Grande", sans-serif;
          font-weight: 300;
          color: #2C292C;
          font-size: 18px;
          line-height: 20px;
          margin: 0 0 20px 0;
          padding: 0; }
    .marca .content .marca-gama {
      background-color: #BEA365;
      padding: 0px 30px 255px 30px;
      *zoom: 1;
      margin-bottom: 130px;
      position: relative; }
      .marca .content .marca-gama:before, .marca .content .marca-gama:after {
        display: table;
        content: ""; }
      .marca .content .marca-gama:after {
        clear: both; }
      .marca .content .marca-gama .owl-theme .owl-controls {
        margin-top: 0px; }
      .marca .content .marca-gama .owl-item {
        height: 310px; }
      .marca .content .marca-gama .marca-gama-item {
        display: none; }
        .marca .content .marca-gama .marca-gama-item .title {
          float: left;
          width: 210px;
          margin-right: 30px; }
          .marca .content .marca-gama .marca-gama-item .title h2 {
            font-family: 'Roboto Condensed', Helvetica, Arial, "Lucida Grande", sans-serif;
            font-weight: 300;
            font-size: 35px;
            color: #FFFFFF;
            max-width: 210px;
            line-height: 35px;
            margin: 0;
            padding: 0; }
        .marca .content .marca-gama .marca-gama-item .text {
          width: 450px;
          float: left; }
          .marca .content .marca-gama .marca-gama-item .text p {
            font-family: 'Roboto Condensed', Helvetica, Arial, "Lucida Grande", sans-serif;
            font-weight: 300;
            color: #2C292C;
            font-size: 18px;
            line-height: 20px;
            margin: 0 0 20px 0;
            padding: 0; }
        .marca .content .marca-gama .marca-gama-item.active {
          display: block; }
      .marca .content .marca-gama .marca-gama-goback {
        background-color: #2C292C;
        width: 70px;
        height: 30px;
        padding-left: 30px;
        position: absolute;
        bottom: 195px;
        left: 0px;
        display: table;
        opacity: 0;
        /*&:before {
        	content:' ';
        	position:absolute;
        	top:0;
        	left:0;
        	width:5px;
        	height:30px;
        	background-color:#98834F;
        }*/ }
        .marca .content .marca-gama .marca-gama-goback.active {
          cursor: pointer; }
        .marca .content .marca-gama .marca-gama-goback p {
          display: table-cell;
          vertical-align: middle;
          font-family: 'Roboto Condensed', Helvetica, Arial, "Lucida Grande", sans-serif;
          font-weight: 300;
          font-size: 13px;
          color: white;
          text-transform: uppercase;
          margin: 0;
          padding: 0; }
      .marca .content .marca-gama .images {
        position: absolute;
        bottom: -100px;
        left: 0;
        right: 0;
        margin: 0 auto;
        text-align: center;
        width: 520px; }
        .marca .content .marca-gama .images .gama-item {
          position: relative;
          height: 0;
          -webkit-transition: height 0.6s ease-out;
          -moz-transition: height 0.6s ease-out;
          -ms-transition: height 0.6s ease-out;
          -o-transition: height 0.6s ease-out;
          transition: height 0.6s ease-out; }
          .marca .content .marca-gama .images .gama-item.animate {
            -webkit-transition: height 0.6s ease-out;
            -moz-transition: height 0.6s ease-out;
            -ms-transition: height 0.6s ease-out;
            -o-transition: height 0.6s ease-out;
            transition: height 0.6s ease-out;
            height: 295px; }
          .marca .content .marca-gama .images .gama-item .block-hover-fill {
            height: 240px;
            position: relative;
            top: 10px;
            margin: 0 10px; }
          .marca .content .marca-gama .images .gama-item.has-more {
            cursor: pointer; }
            .marca .content .marca-gama .images .gama-item.has-more .block-hover {
              content: '';
              position: absolute;
              top: 0px;
              left: 0px;
              bottom: 0px;
              right: 0px;
              opacity: 0;
              z-index: 0;
              -webkit-transition: opacity 0.3s ease;
              -moz-transition: opacity 0.3s ease;
              -ms-transition: opacity 0.3s ease;
              -o-transition: opacity 0.3s ease;
              transition: opacity 0.3s ease;
              background-size: 30px 30px;
              background-image: linear-gradient(45deg, #D2C092 25%, transparent 25%, transparent 50%, #D2C092 50%, #D2C092 75%, transparent 75%, transparent);
              animation: barberpole 0.3s linear infinite;
              -webkit-animation: barberpole 0.3s linear infinite;
              height: 260px; }
            .marca .content .marca-gama .images .gama-item.has-more .block-hover-fill {
              height: 240px;
              position: relative;
              top: 10px;
              margin: 0 10px;
              -webkit-transition: background 0.6s ease-out;
              -moz-transition: background 0.6s ease-out;
              -ms-transition: background 0.6s ease-out;
              -o-transition: background 0.6s ease-out;
              transition: background 0.6s ease-out; }
              .marca .content .marca-gama .images .gama-item.has-more .block-hover-fill .bg1 {
                width: 100%;
                height: 200px;
                background-color: #BEA365;
                position: absolute;
                top: 0px;
                z-index: 0; }
              .marca .content .marca-gama .images .gama-item.has-more .block-hover-fill .bg2 {
                width: 100%;
                height: 40px;
                background-color: #FFFFFF;
                position: absolute;
                bottom: 0px;
                z-index: 0; }
              .marca .content .marca-gama .images .gama-item.has-more .block-hover-fill .block-hover-text {
                width: 115px;
                height: 240px;
                position: absolute;
                right: 0;
                top: 0;
                display: table; }
                .marca .content .marca-gama .images .gama-item.has-more .block-hover-fill .block-hover-text .block-hover-text-content {
                  display: table-cell;
                  vertical-align: middle;
                  height: 240px; }
                  .marca .content .marca-gama .images .gama-item.has-more .block-hover-fill .block-hover-text .block-hover-text-content .tag {
                    font-family: 'Roboto Condensed', Helvetica, Arial, "Lucida Grande", sans-serif;
                    font-weight: 700;
                    margin: 0 0 10px 0;
                    font-size: 12px;
                    color: black;
                    line-height: 14px;
                    text-transform: uppercase; }
                  .marca .content .marca-gama .images .gama-item.has-more .block-hover-fill .block-hover-text .block-hover-text-content .title {
                    font-family: 'Roboto Condensed', Helvetica, Arial, "Lucida Grande", sans-serif;
                    font-weight: 300;
                    font-size: 18px;
                    color: #BEA365;
                    line-height: 20px;
                    margin: 0 0 10px 0;
                    text-transform: uppercase; }
            .marca .content .marca-gama .images .gama-item.has-more:hover {
              z-index: 1; }
              .marca .content .marca-gama .images .gama-item.has-more:hover .block-bottle-image {
                float: left; }
              .marca .content .marca-gama .images .gama-item.has-more:hover .block-hover {
                opacity: 1; }
              .marca .content .marca-gama .images .gama-item.has-more:hover .block-hover-fill {
                height: 240px;
                position: relative;
                top: 10px;
                -webkit-transition: background 0.6s ease-out;
                -moz-transition: background 0.6s ease-out;
                -ms-transition: background 0.6s ease-out;
                -o-transition: background 0.6s ease-out;
                transition: background 0.6s ease-out; }
                .marca .content .marca-gama .images .gama-item.has-more:hover .block-hover-fill .block-hover-text-content .title {
                  color: #FFF; }
            .marca .content .marca-gama .images .gama-item.has-more.active {
              z-index: 1; }
              .marca .content .marca-gama .images .gama-item.has-more.active .block-bottle-image {
                float: left; }
              .marca .content .marca-gama .images .gama-item.has-more.active .block-hover {
                opacity: 1; }
              .marca .content .marca-gama .images .gama-item.has-more.active .block-hover-fill {
                background-color: #BEA365;
                height: 240px;
                position: relative;
                top: 10px;
                -webkit-transition: background 0.6s ease-out;
                -moz-transition: background 0.6s ease-out;
                -ms-transition: background 0.6s ease-out;
                -o-transition: background 0.6s ease-out;
                transition: background 0.6s ease-out; }
                .marca .content .marca-gama .images .gama-item.has-more.active .block-hover-fill .block-hover-text-content .title {
                  color: #FFF; }
            .marca .content .marca-gama .images .gama-item.has-more.isBig .block-hover-fill {
              background-image: linear-gradient(0deg, white 46px, #BEA365 46px); }
          .marca .content .marca-gama .images .gama-item .gama-item-image {
            z-index: 1;
            position: relative;
            margin-left: -7px; }
          .marca .content .marca-gama .images .gama-item .gama-item-text {
            width: 130px;
            text-align: center;
            overflow: hidden;
            margin: 25px auto 10px auto; }
            .marca .content .marca-gama .images .gama-item .gama-item-text h2 {
              font-family: 'Roboto Condensed', Helvetica, Arial, "Lucida Grande", sans-serif;
              font-weight: 300;
              font-size: 12px;
              margin: 0;
              padding: 0;
              line-height: 15px;
              color: #2C292C;
              max-width: 125px; }
            .marca .content .marca-gama .images .gama-item .gama-item-text h3 {
              font-family: 'Roboto Condensed', Helvetica, Arial, "Lucida Grande", sans-serif;
              font-weight: 700;
              font-size: 12px;
              margin: 0;
              padding: 0;
              line-height: 15px;
              color: #2C292C;
              max-width: 125px; }
        .marca .content .marca-gama .images .owl-controls .owl-buttons .owl-prev {
          height: 80px;
          position: absolute;
          top: 105px;
          width: 30px;
          left: -80px;
          background: url("../img/sprite/sprite.png") -150px -58px no-repeat; }
          .marca .content .marca-gama .images .owl-controls .owl-buttons .owl-prev:hover {
            background: url("../img/sprite/sprite.png") -70px -58px no-repeat; }
        .marca .content .marca-gama .images .owl-controls .owl-buttons .owl-next {
          height: 80px;
          position: absolute;
          top: 105px;
          width: 30px;
          right: -80px;
          background: url("../img/sprite/sprite.png") -190px -58px no-repeat; }
          .marca .content .marca-gama .images .owl-controls .owl-buttons .owl-next:hover {
            background: url("../img/sprite/sprite.png") -110px -58px no-repeat; }
    .marca .content .marca-historia {
      *zoom: 1;
      position: relative;
      margin-bottom: 50px; }
      .marca .content .marca-historia:before, .marca .content .marca-historia:after {
        display: table;
        content: ""; }
      .marca .content .marca-historia:after {
        clear: both; }
      .marca .content .marca-historia .marca-historia-content {
        width: 690px;
        margin-left: 30px; }
        .marca .content .marca-historia .marca-historia-content .marca-historia-content-item {
          display: none;
          *zoom: 1; }
          .marca .content .marca-historia .marca-historia-content .marca-historia-content-item:before, .marca .content .marca-historia .marca-historia-content .marca-historia-content-item:after {
            display: table;
            content: ""; }
          .marca .content .marca-historia .marca-historia-content .marca-historia-content-item:after {
            clear: both; }
          .marca .content .marca-historia .marca-historia-content .marca-historia-content-item .marca-historia-content-item-image {
            width: 210px;
            height: 210px;
            float: left;
            margin-right: 30px; }
            .marca .content .marca-historia .marca-historia-content .marca-historia-content-item .marca-historia-content-item-image img {
              width: 210px;
              height: 210px;
              -webkit-border-radius: 50%;
              -moz-border-radius: 50%;
              border-radius: 50%; }
          .marca .content .marca-historia .marca-historia-content .marca-historia-content-item .marca-historia-content-item-text {
            width: 450px;
            float: left;
            padding-top: 20px; }
            .marca .content .marca-historia .marca-historia-content .marca-historia-content-item .marca-historia-content-item-text.only-text {
              margin: 0 auto;
              float: none;
              padding-top: none; }
            .marca .content .marca-historia .marca-historia-content .marca-historia-content-item .marca-historia-content-item-text h2 {
              max-width: 450px;
              padding: 0;
              margin: 0 0 10px 0;
              font-family: 'Roboto Condensed', Helvetica, Arial, "Lucida Grande", sans-serif;
              font-weight: 300;
              font-size: 40px;
              color: #BEA365;
              line-height: 35px; }
            .marca .content .marca-historia .marca-historia-content .marca-historia-content-item .marca-historia-content-item-text h3 {
              max-width: 450px;
              padding: 0;
              margin: 0;
              font-family: 'Roboto Condensed', Helvetica, Arial, "Lucida Grande", sans-serif;
              font-weight: 300;
              font-size: 20px;
              color: #666;
              line-height: 20px;
              font-style: italic; }
              .marca .content .marca-historia .marca-historia-content .marca-historia-content-item .marca-historia-content-item-text h3 p {
                margin: 0 0 10px 0;
                padding: 0;
                font-style: italic; }
          .marca .content .marca-historia .marca-historia-content .marca-historia-content-item.active {
            display: block; }
      .marca .content .marca-historia .marca-historia-slider {
        width: 630px;
        margin: 40px auto 0 auto; }
        .marca .content .marca-historia .marca-historia-slider .marca-historia-slider-item {
          position: relative;
          width: 90px;
          height: 70px;
          cursor: pointer; }
          .marca .content .marca-historia .marca-historia-slider .marca-historia-slider-item.active .marca-historia-rounded {
            background-color: #BEA365; }
            .marca .content .marca-historia .marca-historia-slider .marca-historia-slider-item.active .marca-historia-rounded span {
              color: #FFFFFF; }
          .marca .content .marca-historia .marca-historia-slider .marca-historia-slider-item .marca-historia-rounded {
            position: relative;
            display: table;
            width: 70px;
            height: 70px;
            margin: 0 auto;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            border-radius: 50%;
            text-align: center;
            background-color: white; }
            .marca .content .marca-historia .marca-historia-slider .marca-historia-slider-item .marca-historia-rounded span {
              display: table-cell;
              vertical-align: middle;
              font-family: 'Roboto Condensed', Helvetica, Arial, "Lucida Grande", sans-serif;
              font-weight: 300;
              font-size: 20px;
              color: #BEA365; }
          .marca .content .marca-historia .marca-historia-slider .marca-historia-slider-item:hover .marca-historia-rounded {
            background-color: #BEA365; }
            .marca .content .marca-historia .marca-historia-slider .marca-historia-slider-item:hover .marca-historia-rounded span {
              color: #FFFFFF; }
        .marca .content .marca-historia .marca-historia-slider .owl-controls .owl-buttons .owl-prev {
          height: 80px;
          position: absolute;
          top: -3px;
          width: 30px;
          left: -40px;
          background: url("../img/sprite/sprite.png") -70px -58px no-repeat; }
          .marca .content .marca-historia .marca-historia-slider .owl-controls .owl-buttons .owl-prev:hover {
            background: url("../img/sprite/sprite.png") -150px -58px no-repeat; }
        .marca .content .marca-historia .marca-historia-slider .owl-controls .owl-buttons .owl-next {
          height: 80px;
          position: absolute;
          top: -3px;
          width: 30px;
          right: -25px;
          background: url("../img/sprite/sprite.png") -110px -58px no-repeat; }
          .marca .content .marca-historia .marca-historia-slider .owl-controls .owl-buttons .owl-next:hover {
            background: url("../img/sprite/sprite.png") -190px -58px no-repeat; }
    .marca .content .marca-galeria {
      padding: 0px;
      *zoom: 1;
      position: relative; }
      .marca .content .marca-galeria:before, .marca .content .marca-galeria:after {
        display: table;
        content: ""; }
      .marca .content .marca-galeria:after {
        clear: both; }
      .marca .content .marca-galeria .marca-galeria-subtitle {
        padding: 0 30px; }
        .marca .content .marca-galeria .marca-galeria-subtitle h3 {
          margin: 0 0 40px 0;
          padding: 0;
          color: #BEA365;
          font-size: 35px;
          font-family: 'Roboto Condensed', Helvetica, Arial, "Lucida Grande", sans-serif;
          font-weight: 300; }
      .marca .content .marca-galeria .marca-galeria-content {
        width: 750px;
        min-height: 380px; }
        .marca .content .marca-galeria .marca-galeria-content .marca-galeria-content-item {
          display: none;
          position: relative; }
          .marca .content .marca-galeria .marca-galeria-content .marca-galeria-content-item .marca-galeria-content-text {
            width: 500px;
            position: absolute;
            bottom: 0;
            right: 0;
            padding: 20px 30px 20px 20px;
            background-color: rgba(14, 2, 0, 0.8);
            z-index: 1; }
            .marca .content .marca-galeria .marca-galeria-content .marca-galeria-content-item .marca-galeria-content-text p {
              max-width: 450px;
              font-family: 'Roboto Condensed', Helvetica, Arial, "Lucida Grande", sans-serif;
              font-weight: 300;
              font-size: 18px;
              color: white;
              line-height: 20px;
              margin: 0;
              padding: 0; }
          .marca .content .marca-galeria .marca-galeria-content .marca-galeria-content-item .marca-galeria-content-item-image {
            position: relative;
            width: 750px;
            height: 380px; }
            .marca .content .marca-galeria .marca-galeria-content .marca-galeria-content-item .marca-galeria-content-item-image img {
              width: 750px;
              height: 380px; }
            .marca .content .marca-galeria .marca-galeria-content .marca-galeria-content-item .marca-galeria-content-item-image.has-detail {
              cursor: pointer; }
              .marca .content .marca-galeria .marca-galeria-content .marca-galeria-content-item .marca-galeria-content-item-image.has-detail .block-hover {
                overflow: hidden;
                position: absolute;
                left: 0px;
                right: 0px;
                top: 0px;
                bottom: 0px;
                opacity: 0;
                background-color: rgba(190, 160, 102, 0.8);
                transition: all .6s .3s ease-out;
                -webkit-transition: all .6s .3s ease-out; }
                .marca .content .marca-galeria .marca-galeria-content .marca-galeria-content-item .marca-galeria-content-item-image.has-detail .block-hover:before {
                  width: 70px;
                  height: 70px;
                  border-radius: 50%;
                  -webkit-transform: scale(15, 15);
                  background-color: rgba(51, 51, 51, 0.8);
                  display: block;
                  content: '';
                  position: absolute;
                  left: 50%;
                  top: 50%;
                  margin-left: -35px;
                  margin-top: -35px;
                  transition: all .3s .3s ease-out;
                  -webkit-transition: all .3s .3s ease-out; }
                .marca .content .marca-galeria .marca-galeria-content .marca-galeria-content-item .marca-galeria-content-item-image.has-detail .block-hover:after {
                  background: url("../img/sprite/sprite.png") -29px 0px no-repeat;
                  opacity: 0;
                  display: block;
                  content: '';
                  position: absolute;
                  width: 20px;
                  height: 20px;
                  left: 50%;
                  top: 50%;
                  margin-left: -10px;
                  margin-top: -10px;
                  transition: all .3s ease-out;
                  -webkit-transition: all .3s ease-out; }
              .marca .content .marca-galeria .marca-galeria-content .marca-galeria-content-item .marca-galeria-content-item-image.has-detail:hover .block-hover {
                position: absolute;
                left: 0px;
                right: 0px;
                top: 0px;
                bottom: 0px;
                opacity: 1;
                transition: all .3s ease-out;
                -webkit-transition: all .3s ease-out; }
                .marca .content .marca-galeria .marca-galeria-content .marca-galeria-content-item .marca-galeria-content-item-image.has-detail:hover .block-hover:before {
                  -webkit-transform: scale(1, 1);
                  transition: all .3s .3s ease-out;
                  -webkit-transition: all .3s .3s ease-out; }
                .marca .content .marca-galeria .marca-galeria-content .marca-galeria-content-item .marca-galeria-content-item-image.has-detail:hover .block-hover:after {
                  opacity: 1;
                  transition: all 1s .3s ease-out;
                  -webkit-transition: all 1s .3s ease-out; }
          .marca .content .marca-galeria .marca-galeria-content .marca-galeria-content-item .marca-galeria-content-video {
            width: 750px; }
            .marca .content .marca-galeria .marca-galeria-content .marca-galeria-content-item .marca-galeria-content-video video, .marca .content .marca-galeria .marca-galeria-content .marca-galeria-content-item .marca-galeria-content-video .video-js {
              width: 750px !important;
              height: 380px !important; }
            .marca .content .marca-galeria .marca-galeria-content .marca-galeria-content-item .marca-galeria-content-video .vjs-big-play-button {
              background-color: #BEA365;
              left: 50%;
              width: 70px;
              height: 70px;
              border-radius: 34px;
              border: none;
              margin-left: -35px;
              top: 50%;
              margin-top: -35px;
              box-shadow: 0 0 2px -1px #333;
              z-index: 1; }
              .marca .content .marca-galeria .marca-galeria-content .marca-galeria-content-item .marca-galeria-content-video .vjs-big-play-button:before {
                left: 3px;
                width: 100%;
                height: 100%;
                color: #FFF;
                text-shadow: none;
                line-height: 75px; }
          .marca .content .marca-galeria .marca-galeria-content .marca-galeria-content-item.active {
            display: block; }
      .marca .content .marca-galeria .marca-galeria-slider {
        margin: 40px auto 0 auto;
        width: 640px; }
        .marca .content .marca-galeria .marca-galeria-slider .owl-controls .owl-buttons .owl-prev {
          height: 80px;
          position: absolute;
          top: 0px;
          width: 30px;
          left: -40px;
          background: url("../img/sprite/sprite.png") -70px -58px no-repeat; }
          .marca .content .marca-galeria .marca-galeria-slider .owl-controls .owl-buttons .owl-prev:hover {
            background: url("../img/sprite/sprite.png") -150px -58px no-repeat; }
        .marca .content .marca-galeria .marca-galeria-slider .owl-controls .owl-buttons .owl-next {
          height: 80px;
          position: absolute;
          top: 0px;
          width: 30px;
          right: -30px;
          background: url("../img/sprite/sprite.png") -110px -58px no-repeat; }
          .marca .content .marca-galeria .marca-galeria-slider .owl-controls .owl-buttons .owl-next:hover {
            background: url("../img/sprite/sprite.png") -190px -58px no-repeat; }
        .marca .content .marca-galeria .marca-galeria-slider .marca-galeria-slider-item {
          position: relative;
          width: 120px;
          height: 80px;
          cursor: pointer; }
          .marca .content .marca-galeria .marca-galeria-slider .marca-galeria-slider-item.active .marca-galeria-rounded:before {
            position: absolute;
            content: ' ';
            width: 120px;
            height: 80px;
            border: 5px solid #BEA365;
            -webkit-transition: all 0.3s ease-out;
            -moz-transition: all 0.3s ease-out;
            -ms-transition: all 0.3s ease-out;
            -o-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out; }
          .marca .content .marca-galeria .marca-galeria-slider .marca-galeria-slider-item .marca-galeria-rounded {
            display: table;
            width: 120px;
            height: 80px;
            margin: 0 auto;
            text-align: center; }
            .marca .content .marca-galeria .marca-galeria-slider .marca-galeria-slider-item .marca-galeria-rounded:before {
              position: absolute;
              content: ' ';
              width: 120px;
              height: 80px;
              border: 5px solid #828282;
              -webkit-transition: all 0.3s ease-out;
              -moz-transition: all 0.3s ease-out;
              -ms-transition: all 0.3s ease-out;
              -o-transition: all 0.3s ease-out;
              transition: all 0.3s ease-out; }
          .marca .content .marca-galeria .marca-galeria-slider .marca-galeria-slider-item:hover .marca-galeria-rounded:before {
            position: absolute;
            content: ' ';
            width: 120px;
            height: 80px;
            background-color: rgba(190, 160, 102, 0.5);
            border: 5px solid #000;
            -webkit-transition: all 0.3s ease-out;
            -moz-transition: all 0.3s ease-out;
            -ms-transition: all 0.3s ease-out;
            -o-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out; }
    .marca .content .marca-factos {
      width: 720px;
      margin: 50px auto 0 auto;
      -webkit-border-radius: 20px;
      -moz-border-radius: 20px;
      border-radius: 20px;
      padding: 0px 0px 40px 0px;
      *zoom: 1;
      position: relative;
      background-color: #EEEEEE; }
      .marca .content .marca-factos:before, .marca .content .marca-factos:after {
        display: table;
        content: ""; }
      .marca .content .marca-factos:after {
        clear: both; }
      .marca .content .marca-factos .marca-factos-title {
        padding: 20px 10px; }
        .marca .content .marca-factos .marca-factos-title h2 {
          margin: 0;
          padding: 0;
          color: #2C292C;
          font-size: 12px;
          font-family: 'Roboto Condensed', Helvetica, Arial, "Lucida Grande", sans-serif;
          font-weight: 300;
          text-transform: uppercase; }
      .marca .content .marca-factos .marca-factos-slider {
        padding: 0 30px; }
        .marca .content .marca-factos .marca-factos-slider .owl-wrapper {
          display: table; }
          .marca .content .marca-factos .marca-factos-slider .owl-wrapper .owl-item {
            float: none;
            display: table-cell;
            vertical-align: middle; }
        .marca .content .marca-factos .marca-factos-slider .owl-controls .owl-buttons .owl-prev {
          height: 110px;
          position: absolute;
          top: 0;
          bottom: 0;
          margin: auto 0;
          width: 30px;
          left: 0;
          background: url("../img/sprite/sprite.png") 0px -190px no-repeat; }
        .marca .content .marca-factos .marca-factos-slider .owl-controls .owl-buttons .owl-next {
          height: 110px;
          position: absolute;
          top: 0;
          bottom: 0;
          margin: auto 0;
          width: 30px;
          right: 0;
          background: url("../img/sprite/sprite.png") -40px -190px no-repeat; }
        .marca .content .marca-factos .marca-factos-slider .marca-factos-slider-item {
          position: relative;
          width: 610px;
          min-height: 110px;
          margin: 0 auto; }
          .marca .content .marca-factos .marca-factos-slider .marca-factos-slider-item p {
            font-size: 35px;
            color: #BEA365;
            font-family: 'Roboto Condensed', Helvetica, Arial, "Lucida Grande", sans-serif;
            font-weight: 300;
            max-width: 610px;
            line-height: 35px;
            margin: 0;
            padding: 0;
            font-style: italic; }

.marcas {
  margin-left: 0 !important;
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -ms-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-out;
  *zoom: 1; }
  .marcas:before, .marcas:after {
    display: table;
    content: ""; }
  .marcas:after {
    clear: both; }
  .marcas .top-content-container .top-content {
    margin-top: 0px;
    padding-left: 30px; }
    .marcas .top-content-container .top-content .side-block {
      display: none; }
    .marcas .top-content-container .top-content .block {
      width: 150px;
      height: 250px;
      text-align: center;
      display: table;
      margin-right: 30px; }
    .marcas .top-content-container .top-content .marcas-menu-item {
      cursor: pointer; }
      .marcas .top-content-container .top-content .marcas-menu-item .icon {
        display: table-cell;
        vertical-align: middle; }
        .marcas .top-content-container .top-content .marcas-menu-item .icon svg path, .marcas .top-content-container .top-content .marcas-menu-item .icon svg rect, .marcas .top-content-container .top-content .marcas-menu-item .icon svg polygon {
          fill: #EEEEEE; }
        .marcas .top-content-container .top-content .marcas-menu-item .icon span {
          display: block;
          font-family: 'Roboto Condensed', Helvetica, Arial, "Lucida Grande", sans-serif;
          font-weight: 700;
          font-size: 15px;
          line-height: 15px;
          text-transform: uppercase;
          color: #CDCDCD;
          margin-top: 15px; }
        .marcas .top-content-container .top-content .marcas-menu-item .icon .arrow svg path, .marcas .top-content-container .top-content .marcas-menu-item .icon .arrow svg rect, .marcas .top-content-container .top-content .marcas-menu-item .icon .arrow svg polygon {
          fill: transparent; }
      .marcas .top-content-container .top-content .marcas-menu-item:hover .icon svg path, .marcas .top-content-container .top-content .marcas-menu-item:hover .icon svg rect, .marcas .top-content-container .top-content .marcas-menu-item:hover .icon svg polygon {
        fill: #BEA365; }
      .marcas .top-content-container .top-content .marcas-menu-item:hover .icon span {
        color: #BEA365; }
      .marcas .top-content-container .top-content .marcas-menu-item:hover .icon .arrow svg path, .marcas .top-content-container .top-content .marcas-menu-item:hover .icon .arrow svg rect, .marcas .top-content-container .top-content .marcas-menu-item:hover .icon .arrow svg polygon {
        fill: #BEA365; }
      .marcas .top-content-container .top-content .marcas-menu-item.active .icon span {
        color: #BEA365; }
      .marcas .top-content-container .top-content .marcas-menu-item.active .icon svg path, .marcas .top-content-container .top-content .marcas-menu-item.active .icon svg rect, .marcas .top-content-container .top-content .marcas-menu-item.active .icon svg polygon {
        fill: #BEA365; }
      .marcas .top-content-container .top-content .marcas-menu-item.active .icon .arrow svg path, .marcas .top-content-container .top-content .marcas-menu-item.active .icon .arrow svg rect, .marcas .top-content-container .top-content .marcas-menu-item.active .icon .arrow svg polygon {
        fill: #BEA365; }
      .marcas .top-content-container .top-content .marcas-menu-item.active:hover .icon svg path, .marcas .top-content-container .top-content .marcas-menu-item.active:hover .icon svg rect, .marcas .top-content-container .top-content .marcas-menu-item.active:hover .icon svg polygon {
        fill: #2C292C; }
      .marcas .top-content-container .top-content .marcas-menu-item.active:hover .icon span {
        color: #2C292C; }
      .marcas .top-content-container .top-content .marcas-menu-item.active:hover .icon .arrow svg path, .marcas .top-content-container .top-content .marcas-menu-item.active:hover .icon .arrow svg rect, .marcas .top-content-container .top-content .marcas-menu-item.active:hover .icon .arrow svg polygon {
        fill: #2C292C; }
  .marcas .content {
    max-width: none;
    /*p {
    	@include regular();
    	font-size:18px;
    	color:$gray;
    	line-height:20px;
    	margin-left:230px;
    }*/ }
    .marcas .content .marcas-filter-menu {
      background-color: #BEA365;
      width: 1000px;
      height: 125px;
      overflow: hidden; }
      .marcas .content .marcas-filter-menu .marcas-filter-menu-slider {
        height: 125px;
        position: relative;
        display: block;
        padding: 0 30px; }
        .marcas .content .marcas-filter-menu .marcas-filter-menu-slider.animate-bottom {
          position: relative;
          overflow: hidden; }
          .marcas .content .marcas-filter-menu .marcas-filter-menu-slider.animate-bottom:after {
            content: ' ';
            width: 1000px;
            height: 125px;
            bottom: 0;
            left: 0;
            position: absolute;
            background-color: #FFFFFF;
            display: block;
            z-index: 1;
            -webkit-transition: all 0.8s ease-out;
            -moz-transition: all 0.8s ease-out;
            -ms-transition: all 0.8s ease-out;
            -o-transition: all 0.8s ease-out;
            transition: all 0.8s ease-out; }
          .marcas .content .marcas-filter-menu .marcas-filter-menu-slider.animate-bottom.animating-bottom:after {
            bottom: -125px;
            top: auto;
            -webkit-transition: all 0.8s ease-out;
            -moz-transition: all 0.8s ease-out;
            -ms-transition: all 0.8s ease-out;
            -o-transition: all 0.8s ease-out;
            transition: all 0.8s ease-out; }
        .marcas .content .marcas-filter-menu .marcas-filter-menu-slider .marcas-filter-menu-item-container {
          width: 250px;
          padding: 20px;
          float: left;
          *zoom: 1; }
          .marcas .content .marcas-filter-menu .marcas-filter-menu-slider .marcas-filter-menu-item-container:before, .marcas .content .marcas-filter-menu .marcas-filter-menu-slider .marcas-filter-menu-item-container:after {
            display: table;
            content: ""; }
          .marcas .content .marcas-filter-menu .marcas-filter-menu-slider .marcas-filter-menu-item-container:after {
            clear: both; }
          .marcas .content .marcas-filter-menu .marcas-filter-menu-slider .marcas-filter-menu-item-container .marcas-filter-menu-item {
            width: 210px;
            display: table;
            cursor: pointer; }
            .marcas .content .marcas-filter-menu .marcas-filter-menu-slider .marcas-filter-menu-item-container .marcas-filter-menu-item span {
              font-size: 14px;
              color: #2C292C;
              text-transform: uppercase;
              display: table-cell;
              vertical-align: middle;
              padding-left: 20px;
              height: 30px;
              position: relative;
              font-family: 'Roboto Condensed', Helvetica, Arial, "Lucida Grande", sans-serif;
              font-weight: 300; }
              .marcas .content .marcas-filter-menu .marcas-filter-menu-slider .marcas-filter-menu-item-container .marcas-filter-menu-item span:after {
                position: absolute;
                width: 1px;
                height: 10px;
                background-color: #2C292C;
                left: 10px;
                top: 10px;
                content: ''; }
              .marcas .content .marcas-filter-menu .marcas-filter-menu-slider .marcas-filter-menu-item-container .marcas-filter-menu-item span:hover {
                color: #BEA365;
                background-color: #2C292C; }
                .marcas .content .marcas-filter-menu .marcas-filter-menu-slider .marcas-filter-menu-item-container .marcas-filter-menu-item span:hover:after {
                  width: 5px;
                  background-color: #BEA365; }
        .marcas .content .marcas-filter-menu .marcas-filter-menu-slider .owl-controls .owl-buttons .owl-prev {
          height: 80px;
          position: absolute;
          top: 24px;
          width: 30px;
          left: 0px;
          background: url("../img/sprite/sprite.png") -150px -58px no-repeat; }
          .marcas .content .marcas-filter-menu .marcas-filter-menu-slider .owl-controls .owl-buttons .owl-prev:hover {
            background: url("../img/sprite/sprite.png") -70px -58px no-repeat; }
        .marcas .content .marcas-filter-menu .marcas-filter-menu-slider .owl-controls .owl-buttons .owl-next {
          height: 80px;
          position: absolute;
          top: 24px;
          width: 30px;
          right: 0px;
          background: url("../img/sprite/sprite.png") -190px -58px no-repeat; }
          .marcas .content .marcas-filter-menu .marcas-filter-menu-slider .owl-controls .owl-buttons .owl-next:hover {
            background: url("../img/sprite/sprite.png") -110px -58px no-repeat; }
    .marcas .content h2 {
      font-family: 'Roboto Condensed', Helvetica, Arial, "Lucida Grande", sans-serif;
      font-weight: 300;
      font-size: 24px;
      color: #FFFFFF;
      line-height: 24px;
      max-width: 460px; }
    .marcas .content .slider-block.marcas-gray .owl-item .block-hover-fill {
      background-color: #EEEEEE; }
    .marcas .content .slider-block.marcas-gray .owl-item:hover .block-hover-fill {
      background-color: #EEEEEE; }
    .marcas .content .slider-block.marcas-gray.hover .owl-item .block-hover-fill {
      background-color: #BEA365; }
    .marcas .content .slider-block.marcas-gray.hover .owl-item:hover .block-hover-fill {
      background-color: #BEA365; }
    .marcas .content .slider-block.hover .owl-item .block-hover-fill {
      background-color: #BEA365; }
    .marcas .content .slider-block.hover .owl-item:hover .block-hover-fill {
      background-color: #BEA365; }
    .marcas .content .slider-block .owl-item {
      -webkit-transition: all 0.4s ease-out;
      -moz-transition: all 0.4s ease-out;
      -ms-transition: all 0.4s ease-out;
      -o-transition: all 0.4s ease-out;
      transition: all 0.4s ease-out;
      position: relative;
      z-index: 1; }
      .marcas .content .slider-block .owl-item a {
        display: block;
        width: 125px;
        overflow: hidden;
        position: relative;
        -webkit-transition: width 0.4s ease-out;
        -moz-transition: width 0.4s ease-out;
        -ms-transition: width 0.4s ease-out;
        -o-transition: width 0.4s ease-out;
        transition: width 0.4s ease-out; }
      .marcas .content .slider-block .owl-item .slider-block-item .slider-block-item-image {
        z-index: 1;
        position: relative; }
      .marcas .content .slider-block .owl-item .slider-block-item.animate-top {
        position: relative;
        overflow: hidden; }
        .marcas .content .slider-block .owl-item .slider-block-item.animate-top:after {
          content: ' ';
          width: 250px;
          height: 250px;
          top: 0;
          left: 0;
          position: absolute;
          background-color: #FFFFFF;
          display: block;
          z-index: 1;
          -webkit-transition: all 0.8s ease-out;
          -moz-transition: all 0.8s ease-out;
          -ms-transition: all 0.8s ease-out;
          -o-transition: all 0.8s ease-out;
          transition: all 0.8s ease-out; }
        .marcas .content .slider-block .owl-item .slider-block-item.animate-top.animating-top:after {
          top: -250px;
          bottom: auto;
          -webkit-transition: all 0.8s ease-out;
          -moz-transition: all 0.8s ease-out;
          -ms-transition: all 0.8s ease-out;
          -o-transition: all 0.8s ease-out;
          transition: all 0.8s ease-out; }
      .marcas .content .slider-block .owl-item .slider-block-item.animate-bottom {
        position: relative;
        overflow: hidden; }
        .marcas .content .slider-block .owl-item .slider-block-item.animate-bottom:after {
          content: ' ';
          width: 250px;
          height: 250px;
          bottom: 0;
          left: 0;
          position: absolute;
          background-color: #FFFFFF;
          display: block;
          z-index: 1;
          -webkit-transition: all 0.8s ease-out;
          -moz-transition: all 0.8s ease-out;
          -ms-transition: all 0.8s ease-out;
          -o-transition: all 0.8s ease-out;
          transition: all 0.8s ease-out; }
        .marcas .content .slider-block .owl-item .slider-block-item.animate-bottom.animating-bottom:after {
          bottom: -250px;
          top: auto;
          -webkit-transition: all 0.8s ease-out;
          -moz-transition: all 0.8s ease-out;
          -ms-transition: all 0.8s ease-out;
          -o-transition: all 0.8s ease-out;
          transition: all 0.8s ease-out; }
      .marcas .content .slider-block .owl-item .slider-block-item.animate-right {
        position: relative;
        overflow: hidden; }
        .marcas .content .slider-block .owl-item .slider-block-item.animate-right:after {
          content: ' ';
          width: 250px;
          height: 250px;
          right: 0;
          top: 0;
          position: absolute;
          background-color: #FFFFFF;
          display: block;
          z-index: 1;
          -webkit-transition: all 0.8s ease-out;
          -moz-transition: all 0.8s ease-out;
          -ms-transition: all 0.8s ease-out;
          -o-transition: all 0.8s ease-out;
          transition: all 0.8s ease-out; }
        .marcas .content .slider-block .owl-item .slider-block-item.animate-right.animating-right:after {
          right: -250px;
          left: auto;
          -webkit-transition: all 0.8s ease-out;
          -moz-transition: all 0.8s ease-out;
          -ms-transition: all 0.8s ease-out;
          -o-transition: all 0.8s ease-out;
          transition: all 0.8s ease-out; }
      .marcas .content .slider-block .owl-item .slider-block-item.animate-left {
        position: relative;
        overflow: hidden; }
        .marcas .content .slider-block .owl-item .slider-block-item.animate-left:after {
          content: ' ';
          width: 250px;
          height: 250px;
          left: 0;
          top: 0;
          position: absolute;
          background-color: #FFFFFF;
          display: block;
          z-index: 1;
          -webkit-transition: all 0.8s ease-out;
          -moz-transition: all 0.8s ease-out;
          -ms-transition: all 0.8s ease-out;
          -o-transition: all 0.8s ease-out;
          transition: all 0.8s ease-out; }
        .marcas .content .slider-block .owl-item .slider-block-item.animate-left.animating-left:after {
          left: -500px;
          right: auto;
          -webkit-transition: all 0.8s ease-out;
          -moz-transition: all 0.8s ease-out;
          -ms-transition: all 0.8s ease-out;
          -o-transition: all 0.8s ease-out;
          transition: all 0.8s ease-out; }
      .marcas .content .slider-block .owl-item .block-hover {
        content: '';
        position: absolute;
        top: 0px;
        left: 0px;
        bottom: 0px;
        right: 0px;
        opacity: 0;
        z-index: 0;
        width: 250px;
        height: 250px;
        -webkit-transition: opacity 0.3s ease;
        -moz-transition: opacity 0.3s ease;
        -ms-transition: opacity 0.3s ease;
        -o-transition: opacity 0.3s ease;
        transition: opacity 0.3s ease;
        background-size: 30px 30px;
        background-image: linear-gradient(45deg, #D2C092 25%, transparent 25%, transparent 50%, #D2C092 50%, #D2C092 75%, transparent 75%, transparent);
        animation: barberpole 0.3s linear infinite;
        -webkit-animation: barberpole 0.3s linear infinite; }
      .marcas .content .slider-block .owl-item .bg {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        opacity: 0;
        background-color: #BEA365;
        width: 250px;
        height: 250px;
        -webkit-transition: opacity 0.3s ease;
        -moz-transition: opacity 0.3s ease;
        -ms-transition: opacity 0.3s ease;
        -o-transition: opacity 0.3s ease;
        transition: opacity 0.3s ease; }
      .marcas .content .slider-block .owl-item .block-hover-fill {
        background-color: white;
        height: 230px;
        left: 10px;
        position: absolute;
        top: 10px;
        width: 230px; }
        .marcas .content .slider-block .owl-item .block-hover-fill .block-hover-text {
          width: 115px;
          height: 240px;
          position: absolute;
          right: 0;
          top: 0;
          display: table; }
          .marcas .content .slider-block .owl-item .block-hover-fill .block-hover-text .block-hover-text-content {
            display: table-cell;
            vertical-align: middle;
            height: 240px; }
            .marcas .content .slider-block .owl-item .block-hover-fill .block-hover-text .block-hover-text-content .tag {
              font-family: 'Roboto Condensed', Helvetica, Arial, "Lucida Grande", sans-serif;
              font-weight: 700;
              margin: 0 0 10px 0;
              font-size: 12px;
              color: black;
              line-height: 14px;
              text-transform: uppercase; }
            .marcas .content .slider-block .owl-item .block-hover-fill .block-hover-text .block-hover-text-content .title {
              font-family: 'Roboto Condensed', Helvetica, Arial, "Lucida Grande", sans-serif;
              font-weight: 300;
              font-size: 18px;
              color: #FFFFFF;
              line-height: 20px;
              margin: 0 0 10px 0;
              text-transform: uppercase; }
      .marcas .content .slider-block .owl-item:hover {
        z-index: 31;
        background-color: #BEA365; }
        .marcas .content .slider-block .owl-item:hover a {
          width: 250px;
          z-index: 31;
          -webkit-transition: width 0.4s ease-out;
          -moz-transition: width 0.4s ease-out;
          -ms-transition: width 0.4s ease-out;
          -o-transition: width 0.4s ease-out;
          transition: width 0.4s ease-out;
          overflow: visible; }
        .marcas .content .slider-block .owl-item:hover .block-hover {
          opacity: 1; }
        .marcas .content .slider-block .owl-item:hover .bg {
          opacity: 1; }
        .marcas .content .slider-block .owl-item:hover .block-hover-fill {
          background-color: #BEA365;
          height: 230px;
          left: 10px;
          position: absolute;
          top: 10px;
          width: 230px; }

.social .top-content-container {
  height: 250px;
  display: table; }
  .social .top-content-container .top-content {
    display: table-cell;
    vertical-align: middle;
    min-height: 100px; }
    .social .top-content-container .top-content .side-block {
      display: none; }
.social .content {
  max-width: 750px;
  padding: 20px 30px;
  background-color: #2C292C; }
  .social .content h2 {
    font-family: 'Roboto Condensed', Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 300;
    font-size: 24px;
    color: #FFFFFF;
    line-height: 24px;
    max-width: 460px;
    margin-top: 20px;
    margin-bottom: 50px; }
  .social .content p {
    font-family: 'Roboto Condensed', Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 300;
    font-size: 18px;
    color: #BEA365;
    line-height: 20px;
    margin-left: 230px;
    margin-right: 30px; }

.equipa .top-content-container {
  height: 250px;
  display: table; }
  .equipa .top-content-container .top-content {
    display: table-cell;
    vertical-align: middle; }
    .equipa .top-content-container .top-content .side-block {
      display: none; }
.equipa .content {
  max-width: 750px;
  padding: 0; }
  .equipa .content h2 {
    font-family: 'Roboto Condensed', Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 300;
    font-size: 24px;
    color: #FFFFFF;
    line-height: 24px;
    max-width: 460px; }
  .equipa .content p {
    font-family: 'Roboto Condensed', Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 300;
    font-size: 18px;
    color: #2C292C;
    line-height: 20px;
    margin-left: 230px;
    margin-right: 30px; }
.equipa .team-block-container {
  opacity: 0; }
  .equipa .team-block-container .team-block.images {
    position: relative;
    padding: 0;
    margin-top: 0px;
    width: 250px;
    height: 250px; }
    .equipa .team-block-container .team-block.images .progress {
      position: absolute;
      height: 2px;
      width: 0;
      top: 0px;
      left: 0px;
      background-color: rgba(0, 0, 0, 0.3); }
    .equipa .team-block-container .team-block.images img {
      position: absolute;
      top: 0px;
      left: 0px; }
  .equipa .team-block-container .team-block.title {
    padding: 20px; }
    .equipa .team-block-container .team-block.title h2 {
      font-family: 'Roboto Condensed', Helvetica, Arial, "Lucida Grande", sans-serif;
      font-weight: 700;
      font-size: 12px;
      text-transform: uppercase;
      margin: 0 0 0px 0;
      color: white;
      position: absolute; }
    .equipa .team-block-container .team-block.title p {
      color: #BEA365;
      font-size: 16px;
      line-height: 18px;
      margin-left: 0px;
      margin-top: 20px; }
  .equipa .team-block-container .team-block.animate-top {
    position: relative;
    overflow: hidden; }
    .equipa .team-block-container .team-block.animate-top:after {
      content: ' ';
      width: 250px;
      height: 250px;
      top: 0;
      left: 0;
      position: absolute;
      background-color: #2C292C;
      display: block;
      z-index: 1;
      -webkit-transition: all 0.8s ease-out;
      -moz-transition: all 0.8s ease-out;
      -ms-transition: all 0.8s ease-out;
      -o-transition: all 0.8s ease-out;
      transition: all 0.8s ease-out; }
    .equipa .team-block-container .team-block.animate-top.animating-top:after {
      top: -250px;
      bottom: auto;
      -webkit-transition: all 0.8s ease-out;
      -moz-transition: all 0.8s ease-out;
      -ms-transition: all 0.8s ease-out;
      -o-transition: all 0.8s ease-out;
      transition: all 0.8s ease-out; }
  .equipa .team-block-container .team-block.animate-bottom {
    position: relative;
    overflow: hidden; }
    .equipa .team-block-container .team-block.animate-bottom:after {
      content: ' ';
      width: 250px;
      height: 250px;
      bottom: 0;
      left: 0;
      position: absolute;
      background-color: #2C292C;
      display: block;
      z-index: 1;
      -webkit-transition: all 0.8s ease-out;
      -moz-transition: all 0.8s ease-out;
      -ms-transition: all 0.8s ease-out;
      -o-transition: all 0.8s ease-out;
      transition: all 0.8s ease-out; }
    .equipa .team-block-container .team-block.animate-bottom.animating-bottom:after {
      bottom: -250px;
      top: auto;
      -webkit-transition: all 0.8s ease-out;
      -moz-transition: all 0.8s ease-out;
      -ms-transition: all 0.8s ease-out;
      -o-transition: all 0.8s ease-out;
      transition: all 0.8s ease-out; }
  .equipa .team-block-container .team-block.animate-right {
    position: relative;
    overflow: hidden; }
    .equipa .team-block-container .team-block.animate-right:after {
      content: ' ';
      width: 250px;
      height: 250px;
      right: 0;
      top: 0;
      position: absolute;
      background-color: #2C292C;
      display: block;
      z-index: 1;
      -webkit-transition: all 0.8s ease-out;
      -moz-transition: all 0.8s ease-out;
      -ms-transition: all 0.8s ease-out;
      -o-transition: all 0.8s ease-out;
      transition: all 0.8s ease-out; }
    .equipa .team-block-container .team-block.animate-right.animating-right:after {
      right: -250px;
      left: auto;
      -webkit-transition: all 0.8s ease-out;
      -moz-transition: all 0.8s ease-out;
      -ms-transition: all 0.8s ease-out;
      -o-transition: all 0.8s ease-out;
      transition: all 0.8s ease-out; }
  .equipa .team-block-container .team-block.animate-left {
    position: relative;
    overflow: hidden; }
    .equipa .team-block-container .team-block.animate-left:after {
      content: ' ';
      width: 250px;
      height: 250px;
      left: 0;
      top: 0;
      position: absolute;
      background-color: #2C292C;
      display: block;
      z-index: 1;
      -webkit-transition: all 0.8s ease-out;
      -moz-transition: all 0.8s ease-out;
      -ms-transition: all 0.8s ease-out;
      -o-transition: all 0.8s ease-out;
      transition: all 0.8s ease-out; }
    .equipa .team-block-container .team-block.animate-left.animating-left:after {
      left: -500px;
      right: auto;
      -webkit-transition: all 0.8s ease-out;
      -moz-transition: all 0.8s ease-out;
      -ms-transition: all 0.8s ease-out;
      -o-transition: all 0.8s ease-out;
      transition: all 0.8s ease-out; }
  .equipa .team-block-container.gray {
    background-color: #2C292C; }
  .equipa .team-block-container.white {
    background-color: #FFFFFF; }
    .equipa .team-block-container.white .team-block.title h2 {
      color: #BEA365; }
    .equipa .team-block-container.white .team-block.animate-top:after {
      background-color: #FFFFFF; }
    .equipa .team-block-container.white .team-block.animate-bottom:after {
      background-color: #FFFFFF; }
    .equipa .team-block-container.white .team-block.animate-right:after {
      background-color: #FFFFFF; }
    .equipa .team-block-container.white .team-block.animate-left:after {
      background-color: #FFFFFF; }
  .equipa .team-block-container.gold {
    background-color: #BEA365; }
    .equipa .team-block-container.gold .team-block.title p {
      color: #FFFFFF; }
    .equipa .team-block-container.gold .team-block.animate-top:after {
      background-color: #BEA365; }
    .equipa .team-block-container.gold .team-block.animate-bottom:after {
      background-color: #BEA365; }
    .equipa .team-block-container.gold .team-block.animate-right:after {
      background-color: #BEA365; }
    .equipa .team-block-container.gold .team-block.animate-left:after {
      background-color: #BEA365; }

.produtores .top-content-container {
  height: 250px;
  display: table; }
  .produtores .top-content-container .top-content {
    display: table-cell;
    vertical-align: middle; }
    .produtores .top-content-container .top-content .side-block {
      display: none; }
.produtores .content {
  max-width: 750px;
  padding: 0;
  background: #2C292C !important; }
  .produtores .content h2 {
    font-family: 'Roboto Condensed', Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 300;
    font-size: 24px;
    color: #FFFFFF;
    line-height: 24px;
    max-width: 460px; }
  .produtores .content p {
    font-family: 'Roboto Condensed', Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 300;
    font-size: 18px;
    color: #2C292C;
    line-height: 20px;
    margin-left: 230px; }
  .produtores .content .team-block.animate-top {
    position: relative;
    overflow: hidden; }
    .produtores .content .team-block.animate-top:after {
      content: ' ';
      width: 250px;
      height: 250px;
      top: 0;
      left: 0;
      position: absolute;
      background-color: #2C292C;
      display: block;
      z-index: 1;
      -webkit-transition: all 0.8s ease-out;
      -moz-transition: all 0.8s ease-out;
      -ms-transition: all 0.8s ease-out;
      -o-transition: all 0.8s ease-out;
      transition: all 0.8s ease-out; }
    .produtores .content .team-block.animate-top.animating-top:after {
      top: -250px;
      bottom: auto;
      -webkit-transition: all 0.8s ease-out;
      -moz-transition: all 0.8s ease-out;
      -ms-transition: all 0.8s ease-out;
      -o-transition: all 0.8s ease-out;
      transition: all 0.8s ease-out; }
  .produtores .content .team-block.animate-bottom {
    position: relative;
    overflow: hidden; }
    .produtores .content .team-block.animate-bottom:after {
      content: ' ';
      width: 250px;
      height: 250px;
      bottom: 0;
      left: 0;
      position: absolute;
      background-color: #2C292C;
      display: block;
      z-index: 1;
      -webkit-transition: all 0.8s ease-out;
      -moz-transition: all 0.8s ease-out;
      -ms-transition: all 0.8s ease-out;
      -o-transition: all 0.8s ease-out;
      transition: all 0.8s ease-out; }
    .produtores .content .team-block.animate-bottom.animating-bottom:after {
      bottom: -250px;
      top: auto;
      -webkit-transition: all 0.8s ease-out;
      -moz-transition: all 0.8s ease-out;
      -ms-transition: all 0.8s ease-out;
      -o-transition: all 0.8s ease-out;
      transition: all 0.8s ease-out; }
  .produtores .content .team-block.animate-right {
    position: relative;
    overflow: hidden; }
    .produtores .content .team-block.animate-right:after {
      content: ' ';
      width: 250px;
      height: 250px;
      right: 0;
      top: 0;
      position: absolute;
      background-color: #2C292C;
      display: block;
      z-index: 1;
      -webkit-transition: all 0.8s ease-out;
      -moz-transition: all 0.8s ease-out;
      -ms-transition: all 0.8s ease-out;
      -o-transition: all 0.8s ease-out;
      transition: all 0.8s ease-out; }
    .produtores .content .team-block.animate-right.animating-right:after {
      right: -250px;
      left: auto;
      -webkit-transition: all 0.8s ease-out;
      -moz-transition: all 0.8s ease-out;
      -ms-transition: all 0.8s ease-out;
      -o-transition: all 0.8s ease-out;
      transition: all 0.8s ease-out; }
  .produtores .content .team-block.animate-left {
    position: relative;
    overflow: hidden; }
    .produtores .content .team-block.animate-left:after {
      content: ' ';
      width: 250px;
      height: 250px;
      left: 0;
      top: 0;
      position: absolute;
      background-color: #2C292C;
      display: block;
      z-index: 1;
      -webkit-transition: all 0.8s ease-out;
      -moz-transition: all 0.8s ease-out;
      -ms-transition: all 0.8s ease-out;
      -o-transition: all 0.8s ease-out;
      transition: all 0.8s ease-out; }
    .produtores .content .team-block.animate-left.animating-left:after {
      left: -500px;
      right: auto;
      -webkit-transition: all 0.8s ease-out;
      -moz-transition: all 0.8s ease-out;
      -ms-transition: all 0.8s ease-out;
      -o-transition: all 0.8s ease-out;
      transition: all 0.8s ease-out; }

.produtores-item .top-content-container {
  height: 250px;
  display: table; }
  .produtores-item .top-content-container .top-content {
    display: table-cell;
    vertical-align: middle; }
    .produtores-item .top-content-container .top-content .side-block {
      display: none; }
.produtores-item .content {
  max-width: 750px;
  padding: 20px 30px;
  background-color: #BEA365; }
  .produtores-item .content img {
    margin-left: -30px;
    margin-top: -20px;
    margin-bottom: 20px; }
  .produtores-item .content h2 {
    font-family: 'Roboto Condensed', Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 300;
    font-size: 24px;
    color: #FFFFFF;
    line-height: 24px;
    max-width: 460px;
    margin-top: 20px;
    margin-bottom: 50px; }
  .produtores-item .content p {
    font-family: 'Roboto Condensed', Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 300;
    font-size: 18px;
    color: #2C292C;
    line-height: 20px;
    margin-left: 230px;
    margin-right: 30px; }

.historia .top-content-container {
  height: 250px;
  display: table; }
  .historia .top-content-container .top-content {
    display: table-cell;
    vertical-align: middle; }
    .historia .top-content-container .top-content .side-block {
      display: none; }
.historia .content {
  max-width: 750px;
  padding: 0;
  background: #2C292C !important; }
  .historia .content .block.images {
    position: relative;
    padding: 0;
    margin-top: 0px;
    width: 250px;
    height: 250px; }
    .historia .content .block.images .progress {
      position: absolute;
      height: 2px;
      width: 0;
      top: 0px;
      left: 0px;
      background-color: rgba(0, 0, 0, 0.3); }
    .historia .content .block.images img {
      position: absolute;
      top: 0px;
      left: 0px; }
  .historia .content .double-block img {
    width: 250px;
    height: 250px;
    display: none; }
    .historia .content .double-block img:first-child {
      display: block; }
  .historia .content .double-block.animate-top {
    position: relative;
    overflow: hidden; }
    .historia .content .double-block.animate-top:after {
      content: ' ';
      width: 500px;
      height: 250px;
      top: 0;
      left: 0;
      position: absolute;
      background-color: #2C292C;
      display: block;
      z-index: 1;
      -webkit-transition: all 0.8s ease-out;
      -moz-transition: all 0.8s ease-out;
      -ms-transition: all 0.8s ease-out;
      -o-transition: all 0.8s ease-out;
      transition: all 0.8s ease-out; }
    .historia .content .double-block.animate-top.animating-top:after {
      top: -500px;
      bottom: auto;
      -webkit-transition: all 0.8s ease-out;
      -moz-transition: all 0.8s ease-out;
      -ms-transition: all 0.8s ease-out;
      -o-transition: all 0.8s ease-out;
      transition: all 0.8s ease-out; }
  .historia .content .double-block.animate-bottom {
    position: relative;
    overflow: hidden; }
    .historia .content .double-block.animate-bottom:after {
      content: ' ';
      width: 500px;
      height: 250px;
      bottom: 0;
      left: 0;
      position: absolute;
      background-color: #2C292C;
      display: block;
      z-index: 1;
      -webkit-transition: all 0.8s ease-out;
      -moz-transition: all 0.8s ease-out;
      -ms-transition: all 0.8s ease-out;
      -o-transition: all 0.8s ease-out;
      transition: all 0.8s ease-out; }
    .historia .content .double-block.animate-bottom.animating-bottom:after {
      bottom: -500px;
      top: auto;
      -webkit-transition: all 0.8s ease-out;
      -moz-transition: all 0.8s ease-out;
      -ms-transition: all 0.8s ease-out;
      -o-transition: all 0.8s ease-out;
      transition: all 0.8s ease-out; }
  .historia .content .double-block.animate-right {
    position: relative;
    overflow: hidden; }
    .historia .content .double-block.animate-right:after {
      content: ' ';
      width: 500px;
      height: 250px;
      right: 0;
      top: 0;
      position: absolute;
      background-color: #2C292C;
      display: block;
      z-index: 1;
      -webkit-transition: all 0.8s ease-out;
      -moz-transition: all 0.8s ease-out;
      -ms-transition: all 0.8s ease-out;
      -o-transition: all 0.8s ease-out;
      transition: all 0.8s ease-out; }
    .historia .content .double-block.animate-right.animating-right:after {
      right: -500px;
      left: auto;
      -webkit-transition: all 0.8s ease-out;
      -moz-transition: all 0.8s ease-out;
      -ms-transition: all 0.8s ease-out;
      -o-transition: all 0.8s ease-out;
      transition: all 0.8s ease-out; }
  .historia .content .double-block.animate-left {
    position: relative;
    overflow: hidden; }
    .historia .content .double-block.animate-left:after {
      content: ' ';
      width: 500px;
      height: 250px;
      left: 0;
      top: 0;
      position: absolute;
      background-color: #2C292C;
      display: block;
      z-index: 1;
      -webkit-transition: all 0.8s ease-out;
      -moz-transition: all 0.8s ease-out;
      -ms-transition: all 0.8s ease-out;
      -o-transition: all 0.8s ease-out;
      transition: all 0.8s ease-out; }
    .historia .content .double-block.animate-left.animating-left:after {
      left: -500px;
      right: auto;
      -webkit-transition: all 0.8s ease-out;
      -moz-transition: all 0.8s ease-out;
      -ms-transition: all 0.8s ease-out;
      -o-transition: all 0.8s ease-out;
      transition: all 0.8s ease-out; }
  .historia .content .double-block:hover img {
    transition: none;
    -webkit-transition: none;
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1); }
  .historia .content h3 {
    font-family: 'Roboto Condensed', Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 300;
    font-size: 50px;
    line-height: 50px;
    margin-top: 0;
    margin-bottom: 10px; }
  .historia .content p {
    font-size: 17px;
    line-height: 19px;
    color: white;
    font-family: 'Roboto Condensed', Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 300;
    text-transform: none;
    margin-left: 0; }

.valores .top-content-container {
  height: 250px;
  display: table; }
  .valores .top-content-container .top-content {
    display: table-cell;
    vertical-align: middle; }
    .valores .top-content-container .top-content .side-block {
      display: none; }
.valores .content {
  max-width: 750px;
  padding: 0;
  background: #2C292C !important; }
  .valores .content .block:after {
    border-bottom: none; }
  .valores .content .double-block img {
    width: 250px;
    height: 250px;
    display: none; }
    .valores .content .double-block img:first-child {
      display: block; }
  .valores .content .double-block.animate-top {
    position: relative;
    overflow: hidden; }
    .valores .content .double-block.animate-top:after {
      content: ' ';
      width: 500px;
      height: 250px;
      top: 0;
      left: 0;
      position: absolute;
      background-color: #2C292C;
      display: block;
      z-index: 1;
      -webkit-transition: all 0.8s ease-out;
      -moz-transition: all 0.8s ease-out;
      -ms-transition: all 0.8s ease-out;
      -o-transition: all 0.8s ease-out;
      transition: all 0.8s ease-out; }
    .valores .content .double-block.animate-top.animating-top:after {
      top: -500px;
      bottom: auto;
      -webkit-transition: all 0.8s ease-out;
      -moz-transition: all 0.8s ease-out;
      -ms-transition: all 0.8s ease-out;
      -o-transition: all 0.8s ease-out;
      transition: all 0.8s ease-out; }
  .valores .content .double-block.animate-bottom {
    position: relative;
    overflow: hidden; }
    .valores .content .double-block.animate-bottom:after {
      content: ' ';
      width: 500px;
      height: 250px;
      bottom: 0;
      left: 0;
      position: absolute;
      background-color: #2C292C;
      display: block;
      z-index: 1;
      -webkit-transition: all 0.8s ease-out;
      -moz-transition: all 0.8s ease-out;
      -ms-transition: all 0.8s ease-out;
      -o-transition: all 0.8s ease-out;
      transition: all 0.8s ease-out; }
    .valores .content .double-block.animate-bottom.animating-bottom:after {
      bottom: -500px;
      top: auto;
      -webkit-transition: all 0.8s ease-out;
      -moz-transition: all 0.8s ease-out;
      -ms-transition: all 0.8s ease-out;
      -o-transition: all 0.8s ease-out;
      transition: all 0.8s ease-out; }
  .valores .content .double-block.animate-right {
    position: relative;
    overflow: hidden; }
    .valores .content .double-block.animate-right:after {
      content: ' ';
      width: 500px;
      height: 250px;
      right: 0;
      top: 0;
      position: absolute;
      background-color: #2C292C;
      display: block;
      z-index: 1;
      -webkit-transition: all 0.8s ease-out;
      -moz-transition: all 0.8s ease-out;
      -ms-transition: all 0.8s ease-out;
      -o-transition: all 0.8s ease-out;
      transition: all 0.8s ease-out; }
    .valores .content .double-block.animate-right.animating-right:after {
      right: -500px;
      left: auto;
      -webkit-transition: all 0.8s ease-out;
      -moz-transition: all 0.8s ease-out;
      -ms-transition: all 0.8s ease-out;
      -o-transition: all 0.8s ease-out;
      transition: all 0.8s ease-out; }
  .valores .content .double-block.animate-left {
    position: relative;
    overflow: hidden; }
    .valores .content .double-block.animate-left:after {
      content: ' ';
      width: 500px;
      height: 250px;
      left: 0;
      top: 0;
      position: absolute;
      background-color: #2C292C;
      display: block;
      z-index: 1;
      -webkit-transition: all 0.8s ease-out;
      -moz-transition: all 0.8s ease-out;
      -ms-transition: all 0.8s ease-out;
      -o-transition: all 0.8s ease-out;
      transition: all 0.8s ease-out; }
    .valores .content .double-block.animate-left.animating-left:after {
      left: -500px;
      right: auto;
      -webkit-transition: all 0.8s ease-out;
      -moz-transition: all 0.8s ease-out;
      -ms-transition: all 0.8s ease-out;
      -o-transition: all 0.8s ease-out;
      transition: all 0.8s ease-out; }
  .valores .content .double-block:hover img {
    transition: none;
    -webkit-transition: none;
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1); }
  .valores .content h3 {
    font-family: 'Roboto Condensed', Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 300;
    font-size: 33px;
    line-height: 33px;
    margin-top: 0;
    margin-bottom: 10px;
    text-transform: none; }
  .valores .content span {
    font-size: 17px;
    line-height: 19px;
    color: white;
    font-family: 'Roboto Condensed', Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 300;
    font-weight: 400;
    text-transform: none;
    margin-left: 0;
    margin-top: 15px;
    margin-bottom: 15px;
    display: block; }
  .valores .content p {
    font-size: 17px;
    line-height: 19px;
    color: white;
    font-family: 'Roboto Condensed', Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 300;
    text-transform: none;
    margin-left: 0;
    margin-right: 30px; }

.block.contacto {
  display: table; }
  .block.contacto > div {
    display: table-cell;
    vertical-align: middle; }
  .block.contacto p {
    text-transform: none; }
  .block.contacto span {
    color: #BEA365; }

.contacto .top-content-container {
  height: 250px; }
  .contacto .top-content-container .top-content {
    height: auto; }
.contacto .content {
  background: #BEA365;
  max-width: 750px; }
  .contacto .content .map-wrapper {
    width: 750px;
    height: 0px;
    position: relative;
    overflow: hidden;
    background-color: #e5e3df;
    -webkit-transition: height 1s ease-out;
    -moz-transition: height 1s ease-out;
    -ms-transition: height 1s ease-out;
    -o-transition: height 1s ease-out;
    transition: height 1s ease-out;
    -webkit-transform: translate3d(0, 0, 0); }
    .contacto .content .map-wrapper.animate {
      height: 750px;
      -webkit-transition: height 1s ease-out;
      -moz-transition: height 1s ease-out;
      -ms-transition: height 1s ease-out;
      -o-transition: height 1s ease-out;
      transition: height 1s ease-out; }
    .contacto .content .map-wrapper #map-canvas {
      width: 750px;
      height: 750px; }
    .contacto .content .map-wrapper #dragMap {
      display: block;
      height: 50px;
      position: absolute;
      bottom: 0px;
      left: 0px;
      background: #FFFFFF;
      cursor: pointer;
      padding-right: 10px;
      -webkit-transform: translate3d(0, 0, 0); }
      .contacto .content .map-wrapper #dragMap .label {
        margin: 0;
        color: #2C292C;
        margin-top: 17px;
        padding: 0 15px 0px 15px;
        float: left;
        text-transform: uppercase;
        font-family: 'Roboto Condensed', Helvetica, Arial, "Lucida Grande", sans-serif;
        font-weight: 300;
        font-size: 15px;
        line-height: 15px; }
      .contacto .content .map-wrapper #dragMap .value {
        margin: 10px 0 0 0;
        width: 30px;
        height: 30px;
        float: left;
        text-transform: uppercase;
        font-family: 'Roboto Condensed', Helvetica, Arial, "Lucida Grande", sans-serif;
        font-weight: 700;
        font-size: 13px;
        color: black;
        line-height: 30px;
        background: white;
        text-align: center; }
        .contacto .content .map-wrapper #dragMap .value.active {
          background: #BEA365;
          color: #FFFFFF; }
  .contacto .content #error-message {
    transition: all .4s ease-out;
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    margin: 40px 40px 0px 40px;
    width: 680px;
    height: 420px;
    display: none; }
    .contacto .content #error-message .message {
      width: 550px;
      height: 146px;
      margin: 0 auto;
      margin-top: 137px; }
      .contacto .content #error-message .message .icon {
        margin-right: 30px;
        float: left; }
      .contacto .content #error-message .message h2 {
        display: inherit;
        margin: 0;
        padding-top: 0;
        font-family: 'Roboto Condensed', Helvetica, Arial, "Lucida Grande", sans-serif;
        font-weight: 700;
        font-size: 30px;
        color: #2C292C;
        text-transform: uppercase; }
      .contacto .content #error-message .message h3 {
        margin: 0;
        font-family: 'Roboto Condensed', Helvetica, Arial, "Lucida Grande", sans-serif;
        font-weight: 700;
        font-size: 30px;
        color: white;
        text-transform: uppercase; }
  .contacto .content .error-list {
    padding: 30px 40px 30px 40px;
    height: auto;
    background: #E9473F; }
    .contacto .content .error-list p {
      text-align: center;
      margin: 0;
      color: white;
      font-family: 'Roboto Condensed', Helvetica, Arial, "Lucida Grande", sans-serif;
      font-weight: 300;
      line-height: 13px;
      font-size: 13px;
      text-transform: uppercase; }
      .contacto .content .error-list p span {
        color: white; }
  .contacto .content #contact-form {
    margin: 40px 30px; }
    .contacto .content #contact-form .row:first-child {
      max-height: 60px;
      margin-bottom: 30px; }
    .contacto .content #contact-form .col {
      float: left;
      margin: 0 10px 0 0;
      position: relative; }
      .contacto .content #contact-form .col:last-child {
        margin-right: 0px; }
      .contacto .content #contact-form .col.textarea label.error {
        top: 260px; }
    .contacto .content #contact-form input {
      border: 1px solid #98834F;
      box-sizing: border-box;
      -webkit-box-sizing: border-box;
      padding-left: 10px;
      padding-right: 10px;
      margin-bottom: 20px;
      font-size: 18px;
      color: #AAA;
      font-family: 'Roboto Condensed', Helvetica, Arial, "Lucida Grande", sans-serif;
      font-weight: 700;
      -webkit-transition: background 0.4s linear;
      -moz-transition: background 0.4s linear;
      -ms-transition: background 0.4s linear;
      -o-transition: background 0.4s linear;
      transition: background 0.4s linear;
      display: inline-block; }
      .contacto .content #contact-form input.error {
        background: #E9473F; }
      .contacto .content #contact-form input:focus {
        background-color: #2C292C; }
      .contacto .content #contact-form input#telinput {
        max-width: 220px; }
      .contacto .content #contact-form input#contactCheck {
        margin-bottom: 0; }
    .contacto .content #contact-form > small {
      display: block;
      margin-top: 5px;
      margin-bottom: 20px; }
    .contacto .content #contact-form .custom-select {
      width: 220px;
      background: #FFF;
      border: 1px solid #98834F;
      height: 40px;
      position: relative;
      font-family: 'Roboto Condensed', Helvetica, Arial, "Lucida Grande", sans-serif;
      font-weight: 700;
      font-size: 12px;
      transition: all .6s ease-out;
      -webkit-transition: all .6s ease-out;
      -moz-transition: all .6s ease-out;
      text-transform: uppercase; }
      .contacto .content #contact-form .custom-select:hover {
        background: #2C292C;
        transition: all .6s ease-out;
        -webkit-transition: all .6s ease-out;
        -moz-transition: all .6s ease-out; }
        .contacto .content #contact-form .custom-select:hover .custom-text {
          transition: all .6s ease-out;
          -webkit-transition: all .6s ease-out;
          -moz-transition: all .6s ease-out;
          color: #BEA365; }
      .contacto .content #contact-form .custom-select .custom-text {
        height: 40px;
        line-height: 38px;
        font-size: 18px;
        width: 220px !important;
        padding-left: 10px;
        padding-right: 10px;
        color: #AAA; }
      .contacto .content #contact-form .custom-select .icon {
        display: block;
        width: 40px;
        height: 40px;
        position: absolute;
        top: 0px;
        right: 0px;
        cursor: pointer;
        background: url("/img/svg/seta_drop.svg") 0 0 no-repeat; }
      .contacto .content #contact-form .custom-select .select-list {
        width: 220px;
        background: #FFF;
        border: 1px solid #98834F; }
        .contacto .content #contact-form .custom-select .select-list ul {
          width: 220px !important; }
          .contacto .content #contact-form .custom-select .select-list ul li {
            padding-left: 10px;
            padding-right: 10px;
            line-height: 38px;
            font-size: 18px;
            transition: all .6s ease-out;
            -webkit-transition: all .6s ease-out;
            -moz-transition: all .6s ease-out;
            text-transorm: uppercase;
            color: #AAA; }
            .contacto .content #contact-form .custom-select .select-list ul li:hover {
              transition: all .6s ease-out;
              -webkit-transition: all .6s ease-out;
              -moz-transition: all .6s ease-out;
              color: #2C292C;
              background-color: #BEA365; }
    .contacto .content #contact-form textarea {
      border: 1px solid #98834F;
      resize: none;
      width: 450px;
      height: 230px;
      box-sizing: border-box;
      -webkit-box-sizing: border-box;
      padding-left: 10px;
      padding-right: 10px;
      font-family: 'Roboto Condensed', Helvetica, Arial, "Lucida Grande", sans-serif;
      font-weight: 700;
      font-size: 18px;
      color: #AAA;
      -webkit-transition: background 0.4s linear;
      -moz-transition: background 0.4s linear;
      -ms-transition: background 0.4s linear;
      -o-transition: background 0.4s linear;
      transition: background 0.4s linear; }
      .contacto .content #contact-form textarea.error {
        background: #E9473F; }
      .contacto .content #contact-form textarea:focus {
        background-color: #2C292C; }
    .contacto .content #contact-form label {
      display: inline-block;
      font-family: 'Roboto Condensed', Helvetica, Arial, "Lucida Grande", sans-serif;
      font-weight: 700;
      font-size: 12px;
      line-height: 14px;
      color: #2C292C;
      text-transform: uppercase;
      margin-bottom: 3px;
      vertical-align: middle; }
      .contacto .content #contact-form label.error {
        position: absolute;
        font-size: 11px;
        color: #990000;
        top: 70px; }
      .contacto .content #contact-form label[for=contactCheck] {
        cursor: pointer; }
.contacto .content-small-text {
  font-family: 'Roboto Condensed', Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 300;
  font-size: 18px;
  color: #2C292C;
  line-height: 20px; }
.contacto .submit-form {
  float: none;
  width: 100%;
  margin: 0 auto;
  display: flex !important;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  background: white;
  color: #999;
  text-transform: uppercase;
  cursor: default !important;
  font-weight: 700;
  font-family: 'Roboto Condensed', Helvetica, Arial, "Lucida Grande", sans-serif; }
  .contacto .submit-form[href] {
    cursor: pointer !important;
    color: #BEA365; }
  .contacto .submit-form::before, .contacto .submit-form::after {
    display: none; }

.idade-legal {
  width: 100%;
  margin: 0 auto;
  height: 100%; }
  .idade-legal .top-content-container {
    background-color: rgba(0, 0, 0, 0.65);
    z-index: 1;
    position: relative; }
  .idade-legal #wrapper .bg-ticker {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 0;
    height: 100%;
    overflow: hidden; }
    .idade-legal #wrapper .bg-ticker .images-container {
      position: fixed;
      top: -50%;
      left: -50%;
      width: 200%;
      height: 200%; }
    .idade-legal #wrapper .bg-ticker .progress {
      position: absolute;
      top: 0px;
      left: 0px;
      background-color: rgba(190, 163, 101, 0.7);
      width: 0;
      height: 5px;
      z-index: 9999999; }
    .idade-legal #wrapper .bg-ticker img {
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      margin: auto;
      position: absolute;
      min-height: 50%;
      min-width: 50%; }
  .idade-legal .top-content-container .top-content {
    height: 160px;
    width: 100%; }
  .idade-legal .content {
    position: relative;
    z-index: 1;
    width: 370px;
    background: #bea365;
    margin: -120px auto 0; }
    .idade-legal .content input {
      color: #C3BA9C;
      font-family: 'Roboto Condensed', Helvetica, Arial, "Lucida Grande", sans-serif;
      font-weight: 700; }
      .idade-legal .content input::-webkit-input-placeholder {
        color: #C3BA9C; }
      .idade-legal .content input:focus {
        background-color: #2C292C; }
      .idade-legal .content input.error {
        background: #E9473F; }
    .idade-legal .content .form-top {
      border-top: 5px solid #eeeeee;
      padding: 30px 40px;
      position: relative;
      background: white; }
      .idade-legal .content .form-top svg {
        left: -230px;
        top: 5px;
        position: absolute; }
        .idade-legal .content .form-top svg path, .idade-legal .content .form-top svg rect, .idade-legal .content .form-top svg polygon {
          fill: #FFF; }
      .idade-legal .content .form-top h2 {
        font-family: 'Roboto Condensed', Helvetica, Arial, "Lucida Grande", sans-serif;
        font-weight: 300;
        font-size: 18px;
        color: #bea365;
        line-height: 20px;
        max-width: 460px;
        margin: 0; }
        .idade-legal .content .form-top h2 strong {
          display: block;
          font-size: 12px;
          margin-bottom: 10px; }
    .idade-legal .content .date {
      padding: 40px 40px 0;
      display: flex;
      flex-wrap: wrap; }
      .idade-legal .content .date label {
        font-family: 'Roboto Condensed', Helvetica, Arial, "Lucida Grande", sans-serif;
        font-weight: 700;
        font-size: 12px;
        color: #2c292c;
        line-height: 14px;
        text-transform: uppercase;
        width: 100%; }
      .idade-legal .content .date > .form-col {
        flex-basis: calc(50% - 5px);
        margin: 0 5px; }
        .idade-legal .content .date > .form-col:first-of-type {
          margin-left: 0; }
        .idade-legal .content .date > .form-col:last-of-type {
          margin-right: 0; }
        .idade-legal .content .date > .form-col input {
          width: 100%;
          height: 40px;
          border: 1px solid #98834F;
          text-align: center;
          margin-top: 10px;
          background-color: #fff; }
          .idade-legal .content .date > .form-col input[name] {
            background: #2C292C;
            color: #fff; }
    .idade-legal .content .location {
      padding: 40px 40px 0; }
      .idade-legal .content .location label {
        font-family: 'Roboto Condensed', Helvetica, Arial, "Lucida Grande", sans-serif;
        font-weight: 700;
        font-size: 12px;
        color: #2c292c;
        line-height: 14px;
        text-transform: uppercase; }
      .idade-legal .content .location .custom-select {
        margin-top: 10px;
        width: 100%;
        background: #FFF;
        border: 1px solid #98834F;
        height: 40px;
        position: relative;
        -webkit-transition: background 0.6s ease-out;
        -moz-transition: background 0.6s ease-out;
        -ms-transition: background 0.6s ease-out;
        -o-transition: background 0.6s ease-out;
        transition: background 0.6s ease-out; }
        .idade-legal .content .location .custom-select:hover {
          background: #2c292c;
          -webkit-transition: background 0.6s ease-out;
          -moz-transition: background 0.6s ease-out;
          -ms-transition: background 0.6s ease-out;
          -o-transition: background 0.6s ease-out;
          transition: background 0.6s ease-out; }
          .idade-legal .content .location .custom-select:hover .custom-text {
            -webkit-transition: color 0.6s ease-out;
            -moz-transition: color 0.6s ease-out;
            -ms-transition: color 0.6s ease-out;
            -o-transition: color 0.6s ease-out;
            transition: color 0.6s ease-out;
            color: #bea365; }
        .idade-legal .content .location .custom-select .custom-text {
          height: 40px;
          text-transform: uppercase;
          padding-left: 10px;
          padding-right: 10px;
          color: #C3BA9C;
          font-family: 'Roboto Condensed', Helvetica, Arial, "Lucida Grande", sans-serif;
          font-weight: 700;
          line-height: 38px;
          -webkit-transition: color 0.6s ease-out;
          -moz-transition: color 0.6s ease-out;
          -ms-transition: color 0.6s ease-out;
          -o-transition: color 0.6s ease-out;
          transition: color 0.6s ease-out; }
        .idade-legal .content .location .custom-select .icon {
          display: block;
          width: 40px;
          height: 40px;
          position: absolute;
          top: 0px;
          right: 0px;
          cursor: pointer;
          background: url("/img/svg/seta_drop.svg") 0 0 no-repeat; }
        .idade-legal .content .location .custom-select .select-list {
          width: 288px;
          background: #FFF;
          border: 1px solid #98834F; }
          .idade-legal .content .location .custom-select .select-list ul {
            width: 290px !important; }
            .idade-legal .content .location .custom-select .select-list ul li {
              padding-left: 10px;
              padding-right: 10px;
              line-height: 40px;
              color: #C3BA9C;
              font-family: 'Roboto Condensed', Helvetica, Arial, "Lucida Grande", sans-serif;
              font-weight: 700;
              line-height: 38px;
              transition: all .6s ease-out;
              -webkit-transition: all .6s ease-out;
              -moz-transition: all .6s ease-out;
              text-transform: uppercase; }
              .idade-legal .content .location .custom-select .select-list ul li:hover {
                transition: all .6s ease-out;
                -webkit-transition: all .6s ease-out;
                -moz-transition: all .6s ease-out;
                background-color: #bea365;
                color: #2c292c;
                transition: all .6s ease-out;
                -webkit-transition: all .6s ease-out;
                -moz-transition: all .6s ease-out; }
    .idade-legal .content .check-area {
      padding: 40px 40px 0; }
      .idade-legal .content .check-area input {
        position: relative;
        height: 30px;
        width: 30px;
        border: none;
        border: 1px solid #98834F;
        border-radius: 0;
        float: left; }
        .idade-legal .content .check-area input[type="checkbox"] {
          border: none;
          box-shadow: none;
          display: none; }
        .idade-legal .content .check-area input[type="checkbox"] + label span {
          width: 35px;
          height: 30px;
          display: inline-block;
          vertical-align: middle;
          background: url("/img/sprite/checkbox_sprite.png") left top no-repeat;
          cursor: pointer;
          margin: 0 4px 0 0; }
        .idade-legal .content .check-area input[type="checkbox"]:checked + label span {
          background: url("/img/sprite/checkbox_sprite.png") -35px top no-repeat; }
        .idade-legal .content .check-area input.error[type="checkbox"] + label span {
          width: 35px;
          height: 30px;
          display: inline-block;
          vertical-align: middle;
          background: url("/img/sprite/checkbox_sprite.png") left -31px no-repeat;
          cursor: pointer;
          margin: 0 4px 0 0; }
        .idade-legal .content .check-area input.error[type="checkbox"]:checked + label span {
          background: url("/img/sprite/checkbox_sprite.png") -35px top no-repeat; }
      .idade-legal .content .check-area label {
        font-family: 'Roboto Condensed', Helvetica, Arial, "Lucida Grande", sans-serif;
        font-weight: 700;
        font-size: 12px;
        color: #2c292c;
        line-height: 14px;
        text-transform: uppercase;
        float: left;
        margin: 6px 10px; }
      .idade-legal .content .check-area .terms {
        margin-top: 10px; }
    .idade-legal .content .termos {
      padding: 20px 40px 20px 40px;
      height: auto;
      -webkit-transition: background 0.6s ease-out;
      -moz-transition: background 0.6s ease-out;
      -ms-transition: background 0.6s ease-out;
      -o-transition: background 0.6s ease-out;
      transition: background 0.6s ease-out; }
      .idade-legal .content .termos p {
        cursor: pointer;
        text-align: center;
        padding: 0 4px;
        font-family: 'Roboto Condensed', Helvetica, Arial, "Lucida Grande", sans-serif;
        font-weight: 700;
        font-size: 12px;
        color: #FFF;
        line-height: 14px;
        text-transform: uppercase;
        margin: 0; }
      .idade-legal .content .termos:hover {
        background: white;
        -webkit-transition: background 0.6s ease-out;
        -moz-transition: background 0.6s ease-out;
        -ms-transition: background 0.6s ease-out;
        -o-transition: background 0.6s ease-out;
        transition: background 0.6s ease-out; }
        .idade-legal .content .termos:hover p {
          color: #2C292C; }
    .idade-legal .content .error-list {
      padding: 30px 40px 30px 40px;
      height: auto;
      background: #E9473F; }
      .idade-legal .content .error-list p {
        text-align: center;
        margin: 0;
        color: white;
        font-family: 'Roboto Condensed', Helvetica, Arial, "Lucida Grande", sans-serif;
        font-weight: 300;
        line-height: 13px;
        font-size: 13px;
        text-transform: uppercase; }
        .idade-legal .content .error-list p span {
          color: white; }
    .idade-legal .content .submit-btn {
      height: 70px;
      width: 100%;
      background: #2c292c;
      display: table;
      text-align: center;
      -webkit-transition: background 0.6s ease-out;
      -moz-transition: background 0.6s ease-out;
      -ms-transition: background 0.6s ease-out;
      -o-transition: background 0.6s ease-out;
      transition: background 0.6s ease-out; }
      .idade-legal .content .submit-btn label {
        cursor: pointer;
        margin-top: 20px;
        display: table-cell;
        vertical-align: middle;
        font-family: 'Roboto Condensed', Helvetica, Arial, "Lucida Grande", sans-serif;
        font-weight: 700;
        font-size: 12px;
        color: #bea365;
        line-height: 14px;
        text-transform: uppercase;
        height: 100%;
        -webkit-transition: color 0.6s ease-out;
        -moz-transition: color 0.6s ease-out;
        -ms-transition: color 0.6s ease-out;
        -o-transition: color 0.6s ease-out;
        transition: color 0.6s ease-out; }
      .idade-legal .content .submit-btn:hover {
        background-color: #BEA365;
        -webkit-transition: background 0.6s ease-out;
        -moz-transition: background 0.6s ease-out;
        -ms-transition: background 0.6s ease-out;
        -o-transition: background 0.6s ease-out;
        transition: background 0.6s ease-out; }
        .idade-legal .content .submit-btn:hover label {
          color: #FFF;
          -webkit-transition: color 0.6s ease-out;
          -moz-transition: color 0.6s ease-out;
          -ms-transition: color 0.6s ease-out;
          -o-transition: color 0.6s ease-out;
          transition: color 0.6s ease-out; }

.modal-container {
  position: fixed;
  overflow-y: scroll;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: none; }
  .modal-container .black {
    width: 100%;
    height: 100%;
    padding: 0px 0 58px 0px;
    position: relative; }
    .modal-container .black .bg {
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-color: rgba(0, 0, 0, 0.9); }
    .modal-container .black .click-div {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      z-index: 0; }
    .modal-container .black .close-modal {
      width: 50px;
      height: 100px;
      background-color: rgba(190, 163, 101, 0.65);
      -webkit-transition: background 0.6s ease-out;
      -moz-transition: background 0.6s ease-out;
      -ms-transition: background 0.6s ease-out;
      -o-transition: background 0.6s ease-out;
      transition: background 0.6s ease-out;
      position: fixed;
      top: 70px;
      right: 40px;
      cursor: pointer; }
      .modal-container .black .close-modal svg {
        position: absolute;
        bottom: 14px;
        left: 50%;
        margin-left: -8px; }
      .modal-container .black .close-modal:hover {
        background-color: #bea365;
        -webkit-transition: background 0.6s ease-out;
        -moz-transition: background 0.6s ease-out;
        -ms-transition: background 0.6s ease-out;
        -o-transition: background 0.6s ease-out;
        transition: background 0.6s ease-out; }
        .modal-container .black .close-modal:hover svg polygon {
          fill: #FFF; }
    .modal-container .black #modal-info {
      max-width: 480px;
      cursor: default;
      margin: 0 auto;
      padding: 40px 0;
      z-index: 1;
      position: relative; }
    .modal-container .black h1 {
      color: #BEA365;
      font-size: 32px;
      line-height: 30px;
      font-family: 'Roboto Condensed', Helvetica, Arial, "Lucida Grande", sans-serif;
      font-weight: 300;
      margin-bottom: 50px; }
    .modal-container .black p {
      color: #FFF;
      font-size: 14px; }
      .modal-container .black p strong {
        color: #BEA365;
        font-size: 12px;
        text-transform: uppercase; }
    .modal-container .black.full {
      height: 100%;
      text-align: center;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-box-pack: center;
      -webkit-box-align: center;
      display: -moz-box;
      -moz-box-orient: vertical;
      -moz-box-pack: center;
      -moz-box-align: left;
      display: -ms-box;
      -ms-box-orient: vertical;
      -ms-box-pack: center;
      -ms-box-align: center;
      display: box;
      box-orient: vertical;
      box-pack: center;
      box-align: center; }
      .modal-container .black.full iframe {
        display: block;
        margin: 0 auto;
        position: relative; }
  .modal-container .white {
    background-color: #FFF;
    width: 100%;
    height: auto;
    padding: 40px 0 70px 0px;
    position: relative; }
    .modal-container .white .detail-share-pod {
      margin-top: 0px; }

#modal-search {
  max-width: 750px;
  cursor: default;
  margin: 0 auto;
  padding: 80px 0;
  z-index: 1;
  position: relative; }
  #modal-search .modal-search-header {
    position: relative;
    width: 750px;
    display: table;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 10px;
    *zoom: 1; }
    #modal-search .modal-search-header:before, #modal-search .modal-search-header:after {
      display: table;
      content: ""; }
    #modal-search .modal-search-header:after {
      clear: both; }
    #modal-search .modal-search-header .modal-search-title {
      height: 40px;
      display: table;
      float: left;
      max-width: 250px; }
      #modal-search .modal-search-header .modal-search-title span {
        font-family: 'Roboto Condensed', Helvetica, Arial, "Lucida Grande", sans-serif;
        font-weight: 300;
        font-size: 12px;
        color: #BEA365;
        text-transform: uppercase;
        display: table-cell;
        vertical-align: middle; }
    #modal-search .modal-search-header .modal-search-form {
      position: relative;
      float: right; }
      #modal-search .modal-search-header .modal-search-form input {
        height: 40px;
        max-width: 220px;
        width: 220px;
        padding: 0 40px 0 10px;
        border: none;
        background-color: #EEEEEE;
        border: none;
        font-family: 'Roboto Condensed', Helvetica, Arial, "Lucida Grande", sans-serif;
        font-weight: 300;
        font-size: 13px;
        line-height: 40px;
        -webkit-transition: background-color 0.4s ease-in;
        -moz-transition: background-color 0.4s ease-in;
        -ms-transition: background-color 0.4s ease-in;
        -o-transition: background-color 0.4s ease-in;
        transition: background-color 0.4s ease-in; }
        #modal-search .modal-search-header .modal-search-form input:focus {
          background-color: #2C292C;
          color: #FFFFFF; }
          #modal-search .modal-search-header .modal-search-form input:focus + button {
            background: url("../img/sprite/sprite.png") -29px 0px; }
        #modal-search .modal-search-header .modal-search-form input:focus::-webkit-input-placeholder {
          color: transparent; }
        #modal-search .modal-search-header .modal-search-form input.error {
          border: 1px solid #B42C2A;
          color: #FFFFFF; }
          #modal-search .modal-search-header .modal-search-form input.error::-webkit-input-placeholder {
            color: #2C292C; }
          #modal-search .modal-search-header .modal-search-form input.error:-moz-placeholder {
            color: #2C292C; }
          #modal-search .modal-search-header .modal-search-form input.error:-ms-input-placeholder {
            color: #2C292C; }
          #modal-search .modal-search-header .modal-search-form input.error::-moz-placeholder {
            color: #2C292C; }
          #modal-search .modal-search-header .modal-search-form input.error:focus::-webkit-input-placeholder {
            color: transparent; }
      #modal-search .modal-search-header .modal-search-form button {
        width: 20px;
        height: 20px;
        background: url("../img/sprite/sprite.png") 0px 0px;
        border: none;
        position: absolute;
        top: 11px;
        right: 10px; }
  #modal-search .modal-search-results {
    width: 100%;
    *zoom: 1;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 20px; }
    #modal-search .modal-search-results:before, #modal-search .modal-search-results:after {
      display: table;
      content: ""; }
    #modal-search .modal-search-results:after {
      clear: both; }
    #modal-search .modal-search-results .modal-search-results-title {
      float: left;
      max-width: 160px;
      margin-right: 10px; }
      #modal-search .modal-search-results .modal-search-results-title span {
        font-family: 'Roboto Condensed', Helvetica, Arial, "Lucida Grande", sans-serif;
        font-weight: 300;
        font-size: 35px;
        color: #FFFFFF;
        line-height: 30px; }
    #modal-search .modal-search-results .modal-search-results-number {
      float: left;
      margin-top: -20px; }
      #modal-search .modal-search-results .modal-search-results-number span {
        font-family: 'Roboto Condensed', Helvetica, Arial, "Lucida Grande", sans-serif;
        font-weight: 700;
        font-size: 80px;
        color: #FFFFFF; }
  #modal-search .modal-search-results-pagination {
    width: 100%;
    margin: 0 auto 20px auto;
    max-width: 80px;
    text-align: center;
    font-family: 'Roboto Condensed', Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 300;
    font-size: 20px;
    position: relative; }
    #modal-search .modal-search-results-pagination .modal-search-results-pagination-numbers .actual {
      color: white; }
    #modal-search .modal-search-results-pagination .modal-search-results-pagination-numbers .bar, #modal-search .modal-search-results-pagination .modal-search-results-pagination-numbers .next {
      color: #BEA365; }
    #modal-search .modal-search-results-pagination .modal-search-results-pagination-left {
      width: 30px;
      height: 80px;
      text-align: center;
      position: absolute;
      display: table;
      left: -40px;
      top: -24px;
      cursor: pointer; }
      #modal-search .modal-search-results-pagination .modal-search-results-pagination-left svg {
        display: table-cell;
        vertical-align: middle;
        width: 13px;
        height: 20px;
        margin: 28px auto 0 auto; }
    #modal-search .modal-search-results-pagination .modal-search-results-pagination-right {
      width: 30px;
      height: 80px;
      text-align: center;
      position: absolute;
      display: table;
      right: -40px;
      top: -24px;
      cursor: pointer; }
      #modal-search .modal-search-results-pagination .modal-search-results-pagination-right svg {
        display: table-cell;
        vertical-align: middle;
        width: 13px;
        height: 20px;
        margin: 28px auto 0 auto; }
  #modal-search .modal-search-results-list {
    width: 100%; }
    #modal-search .modal-search-results-list .modal-search-results-list-item {
      border-bottom: solid 10px rgba(210, 193, 144, 0.3);
      *zoom: 1;
      padding: 30px 20px;
      margin-top: -10px;
      cursor: pointer; }
      #modal-search .modal-search-results-list .modal-search-results-list-item:before, #modal-search .modal-search-results-list .modal-search-results-list-item:after {
        display: table;
        content: ""; }
      #modal-search .modal-search-results-list .modal-search-results-list-item:after {
        clear: both; }
      #modal-search .modal-search-results-list .modal-search-results-list-item:hover {
        outline: solid 10px #d2c190;
        outline-offset: -10px;
        background-color: #BEA268; }
        #modal-search .modal-search-results-list .modal-search-results-list-item:hover .modal-results-item-title p {
          color: black; }
      #modal-search .modal-search-results-list .modal-search-results-list-item .modal-results-item-title {
        width: 220px;
        float: left;
        margin-right: 30px; }
        #modal-search .modal-search-results-list .modal-search-results-list-item .modal-results-item-title p {
          color: #BEA365;
          font-size: 18px;
          font-family: 'Roboto Condensed', Helvetica, Arial, "Lucida Grande", sans-serif;
          font-weight: 300;
          text-transform: uppercase;
          margin: 0 0 20px 0;
          width: 100%;
          line-height: 20px;
          padding: 0; }
        #modal-search .modal-search-results-list .modal-search-results-list-item .modal-results-item-title span {
          color: white;
          font-family: 'Roboto Condensed', Helvetica, Arial, "Lucida Grande", sans-serif;
          font-weight: 700;
          font-size: 12px;
          color: white;
          text-transform: uppercase; }
      #modal-search .modal-search-results-list .modal-search-results-list-item .modal-results-item-text {
        max-width: 450px;
        float: left; }
        #modal-search .modal-search-results-list .modal-search-results-list-item .modal-results-item-text p {
          font-family: 'Roboto Condensed', Helvetica, Arial, "Lucida Grande", sans-serif;
          font-weight: 300;
          font-size: 18px;
          color: #FFFFFF;
          line-height: 20px;
          margin: 0;
          padding: 0; }

#modal-image {
  max-width: 750px;
  cursor: default;
  margin: 0 auto;
  padding: 80px 0;
  z-index: 1;
  position: relative; }
  #modal-image .modal-image-header {
    position: relative;
    width: 750px;
    display: table;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 10px;
    *zoom: 1; }
    #modal-image .modal-image-header:before, #modal-image .modal-image-header:after {
      display: table;
      content: ""; }
    #modal-image .modal-image-header:after {
      clear: both; }
    #modal-image .modal-image-header .modal-image-title {
      height: 40px;
      display: table;
      float: left;
      max-width: 250px; }
      #modal-image .modal-image-header .modal-image-title span {
        font-family: 'Roboto Condensed', Helvetica, Arial, "Lucida Grande", sans-serif;
        font-weight: 300;
        font-size: 12px;
        color: #BEA365;
        text-transform: uppercase;
        display: table-cell;
        vertical-align: middle; }
  #modal-image .modal-image-container {
    width: 100%;
    *zoom: 1;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 20px; }
    #modal-image .modal-image-container:before, #modal-image .modal-image-container:after {
      display: table;
      content: ""; }
    #modal-image .modal-image-container:after {
      clear: both; }
    #modal-image .modal-image-container .modal-image-title {
      float: left;
      max-width: 160px;
      margin-right: 10px; }
      #modal-image .modal-image-container .modal-image-title span {
        font-family: 'Roboto Condensed', Helvetica, Arial, "Lucida Grande", sans-serif;
        font-weight: 300;
        font-size: 35px;
        color: #FFFFFF;
        line-height: 30px; }
  #modal-image .modal-image-content {
    width: 100%; }
    #modal-image .modal-image-content img {
      width: 94%;
      height: auto;
      display: block;
      margin: 0 auto; }

/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.2
 */
/* clearfix */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

/* display none until init */
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y; }

.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px); }

.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%; }

.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out; }

.owl-carousel .owl-item {
  float: left; }

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer; }

.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent; }

/* mouse grab icon */
.grabbing {
  cursor: url(grabbing.png) 8 8, move; }

/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.2
*/
.owl-theme .owl-controls {
  margin-top: 10px;
  text-align: center; }

/* Styling Next and Prev buttons */
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
  filter: Alpha(Opacity=100);
  /*IE7 fix*/
  opacity: 1;
  text-decoration: none; }

/* Styling Pagination*/
.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */ }

.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  filter: Alpha(Opacity=50);
  /*IE7 fix*/
  opacity: 0.5;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #869791; }

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  filter: Alpha(Opacity=100);
  /*IE7 fix*/
  opacity: 1; }

/* If PaginationNumbers is true */
.owl-theme .owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #FFF;
  padding: 2px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px; }

/* preloading images */
.owl-item.loading {
  min-height: 150px;
  background: url(AjaxLoader.gif) no-repeat center center; }

.slider-block .owl-buttons .owl-prev {
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 250px;
  background-color: rgba(238, 238, 238, 0.3); }
  .slider-block .owl-buttons .owl-prev:after {
    content: ' ';
    display: block;
    background: url("../img/sprite/sprite.png") 0px -65px;
    width: 7px;
    height: 15px;
    position: absolute;
    top: 120px;
    left: 11px; }
  .slider-block .owl-buttons .owl-prev:hover:after {
    background: url("../img/sprite/sprite.png") 0px -65px; }
.slider-block .owl-buttons .owl-next {
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 250px;
  background-color: rgba(238, 238, 238, 0.3); }
  .slider-block .owl-buttons .owl-next:after {
    content: '	';
    display: block;
    background: url("../img/sprite/sprite.png") -20px -65px;
    width: 7px;
    height: 15px;
    position: absolute;
    top: 120px;
    right: 11px; }
  .slider-block .owl-buttons .owl-next:hover:after {
    background: url("../img/sprite/sprite.png") -20px -65px; }
.slider-block.marcas-gray .owl-buttons .owl-prev {
  background-color: rgba(255, 255, 255, 0.3); }
.slider-block.marcas-gray .owl-buttons .owl-next {
  background-color: rgba(255, 255, 255, 0.3); }

#footer {
  opacity: 1;
  display: none;
  position: relative;
  bottom: 0px; }
  #footer .footer {
    padding-left: 20px;
    padding-top: 50px;
    padding-bottom: 60px;
    *zoom: 1; }
    #footer .footer:before, #footer .footer:after {
      display: table;
      content: ""; }
    #footer .footer:after {
      clear: both; }
    #footer .footer ul {
      list-style-type: none;
      padding: 0;
      margin: 0; }
      #footer .footer ul li span {
        font-family: 'Roboto Condensed', Helvetica, Arial, "Lucida Grande", sans-serif;
        font-weight: 300;
        text-transform: uppercase;
        font-size: 15px;
        color: white;
        padding-left: 10px; }
      #footer .footer ul li a {
        font-family: 'Roboto Condensed', Helvetica, Arial, "Lucida Grande", sans-serif;
        font-weight: 300;
        text-transform: uppercase;
        font-size: 13px;
        color: #FFFFFF;
        line-height: 20px;
        display: block;
        width: 100%;
        padding-left: 10px;
        text-decoration: none; }
      #footer .footer ul li:hover a {
        background-color: #BEA365; }
    #footer .footer .footer-left {
      float: left;
      width: 270px; }
      #footer .footer .footer-left .footer-left-top svg {
        width: 150px;
        height: auto; }
        #footer .footer .footer-left .footer-left-top svg path, #footer .footer .footer-left .footer-left-top svg rect, #footer .footer .footer-left .footer-left-top svg polygon {
          fill: #BEA268; }
      #footer .footer .footer-left .footer-left-bottom p {
        margin: 20px 0 0 0;
        max-width: 125px;
        font-family: 'Roboto Condensed', Helvetica, Arial, "Lucida Grande", sans-serif;
        font-weight: 300;
        color: #FFFFFF;
        font-size: 13px;
        text-transform: uppercase; }
    #footer .footer .footer-mid {
      float: left;
      width: 440px;
      *zoom: 1; }
      #footer .footer .footer-mid:before, #footer .footer .footer-mid:after {
        display: table;
        content: ""; }
      #footer .footer .footer-mid:after {
        clear: both; }
      #footer .footer .footer-mid .footer-mid-top {
        width: 205px;
        float: left; }
      #footer .footer .footer-mid .footer-mid-bottom {
        width: 205px;
        float: left; }
    #footer .footer .footer-right {
      float: left;
      width: 250px; }
      #footer .footer .footer-right .footer-right-top {
        max-width: 150px; }
        #footer .footer .footer-right .footer-right-top li span {
          padding-left: 0; }
        #footer .footer .footer-right .footer-right-top li:hover a {
          background: none;
          color: white; }
        #footer .footer .footer-right .footer-right-top a {
          padding-left: 0; }
          #footer .footer .footer-right .footer-right-top a span {
            font-family: 'Roboto Condensed', Helvetica, Arial, "Lucida Grande", sans-serif;
            font-weight: 700;
            text-transform: uppercase;
            font-size: 13px;
            color: #FFFFFF;
            padding-left: 0; }
      #footer .footer .footer-right .footer-right-bottom {
        *zoom: 1; }
        #footer .footer .footer-right .footer-right-bottom:before, #footer .footer .footer-right .footer-right-bottom:after {
          display: table;
          content: ""; }
        #footer .footer .footer-right .footer-right-bottom:after {
          clear: both; }
        #footer .footer .footer-right .footer-right-bottom .facebook {
          float: left;
          height: 50px;
          width: 110px;
          margin-left: -10px;
          margin-right: 10px;
          position: relative; }
          #footer .footer .footer-right .footer-right-bottom .facebook img {
            padding-top: 10px;
            padding-left: 10px;
            margin-right: 10px;
            float: left; }
          #footer .footer .footer-right .footer-right-bottom .facebook span {
            float: left;
            font-family: 'Roboto Condensed', Helvetica, Arial, "Lucida Grande", sans-serif;
            font-weight: 300;
            font-size: 13px;
            color: white;
            max-width: 50px;
            text-transform: uppercase;
            line-height: 15px;
            margin-top: 10px; }
          #footer .footer .footer-right .footer-right-bottom .facebook:hover {
            background-color: #3D3423; }
          #footer .footer .footer-right .footer-right-bottom .facebook:before {
            background: url("../img/sprite/sprite.png") 0px -50px;
            width: 7px;
            height: 15px;
            position: absolute;
            bottom: 10px;
            right: 10px;
            content: ''; }
          #footer .footer .footer-right .footer-right-bottom .facebook:after {
            height: 30px;
            border-right: 1px dotted #BEA365;
            width: 1px;
            content: "";
            position: absolute;
            right: -5px;
            top: 10px; }
        #footer .footer .footer-right .footer-right-bottom .oficiais {
          float: left;
          height: 50px;
          width: 120px;
          position: relative; }
          #footer .footer .footer-right .footer-right-bottom .oficiais img {
            padding-top: 10px;
            padding-left: 10px;
            margin-right: 10px;
            float: left; }
          #footer .footer .footer-right .footer-right-bottom .oficiais span {
            float: left;
            font-family: 'Roboto Condensed', Helvetica, Arial, "Lucida Grande", sans-serif;
            font-weight: 300;
            font-size: 13px;
            color: white;
            max-width: 55px;
            text-transform: uppercase;
            line-height: 15px;
            margin-top: 10px; }
          #footer .footer .footer-right .footer-right-bottom .oficiais:hover {
            background-color: #3D3423; }
          #footer .footer .footer-right .footer-right-bottom .oficiais:before {
            background: url("../img/sprite/sprite.png") 0px -50px;
            width: 7px;
            height: 15px;
            position: absolute;
            bottom: 10px;
            right: 10px;
            content: ''; }

@media only screen and (max-width: 800px) {
  html,
  body {
    font-size: 100%;
    background: #000000; }
    html #bg,
    body #bg {
      background: #000000;
      background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSI0MiUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI0MiUiIHN0b3AtY29sb3I9IiNlZWVlZWUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
      background: -moz-linear-gradient(left, #000000 50%, #eeeeee 42%);
      background: -webkit-gradient(linear, left top, right top, color-stop(70%, #000000), color-stop(42%, #eeeeee));
      background: -webkit-linear-gradient(left, #000000 50%, #eeeeee 42%);
      background: -o-linear-gradient(left, #000000 50%, #eeeeee 42%);
      background: -ms-linear-gradient(left, #000000 50%, #eeeeee 42%);
      background: linear-gradient(to right, #000000 50%, #eeeeee 42%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#eeeeee',GradientType=1 ); } }
@media only screen and (max-width: 530px) {
  html #bg, body #bg {
    background: #000000;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSI0MiUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI0MiUiIHN0b3AtY29sb3I9IiNlZWVlZWUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(left, #000000 70%, #eeeeee 42%);
    background: -webkit-gradient(linear, left top, right top, color-stop(70%, #000000), color-stop(42%, #eeeeee));
    background: -webkit-linear-gradient(left, #000000 70%, #eeeeee 42%);
    background: -o-linear-gradient(left, #000000 70%, #eeeeee 42%);
    background: -ms-linear-gradient(left, #000000 70%, #eeeeee 42%);
    background: linear-gradient(to right, #000000 70%, #eeeeee 42%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#eeeeee',GradientType=1 ); } }
@media only screen and (max-width: 1060px) {
  #header {
    max-width: 750px; }
    #header .header-right {
      max-width: 500px; }
      #header .header-right .language-select {
        margin-left: 20px;
        margin-right: 10px; }
      #header .header-right .menu .menu-item {
        font-size: 14px; }
      #header .header-right .search {
        top: 45px;
        right: 10px;
        position: absolute; }
        #header .header-right .search input {
          width: 0;
          padding: 0 40px 0px 0px; }
      #header .header-right .sub-menu {
        text-align: left;
        top: 80px;
        max-width: 500px; }
        #header .header-right .sub-menu .menu-item {
          font-size: 11px;
          margin-right: 5px; } }
@media only screen and (max-width: 800px) {
  #header {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    position: relative;
    background-color: transparent;
    min-height: 100px;
    margin-top: 0; }
    #header:after {
      position: absolute;
      background-color: #EEEEEE;
      right: 0;
      height: 0;
      content: ' ';
      top: 0;
      width: 0; }
    #header .header-right {
      display: none; }
    #header .header-left {
      display: none; }
    #header .header-mobile {
      display: block; } }
@media only screen and (max-width: 530px) {
  #header {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    position: relative;
    background-color: transparent;
    min-height: 100px;
    margin-top: 0; }
    #header:after {
      position: absolute;
      background-color: #EEEEEE;
      right: 0;
      height: 0;
      content: ' ';
      top: 0;
      width: 0; }
    #header .header-right {
      display: none; }
    #header .header-left {
      display: none; }
    #header .header-mobile {
      display: block;
      max-width: 300px; } }
@media only screen and (max-width: 800px) {
  #mobile-menu {
    width: 100%;
    background-color: #FFF; }
    #mobile-menu #mobile {
      width: 500px;
      margin: 0 auto; }
      #mobile-menu #mobile .logo-menu {
        left: 45px; } }
@media only screen and (max-width: 520px) {
  #mobile-menu {
    width: 100%;
    background-color: #FFF; }
    #mobile-menu #mobile {
      width: 300px;
      margin: 0 auto; }
      #mobile-menu #mobile .logo-menu {
        left: 0px; } }
@media only screen and (max-width: 1060px) {
  .main-container {
    max-width: 750px; }
    .main-container .main-container-right .top-content-container {
      width: 500px;
      height: 250px; }
    .main-container .main-container-right .content {
      max-width: 500px; }
    .main-container .main-container-right .load-more {
      max-width: 500px; } }
@media only screen and (max-width: 800px) {
  .main-container {
    max-width: 500px; }
    .main-container .main-container-left {
      width: 500px; }
      .main-container .main-container-left a {
        display: none !important; }
    .main-container .main-container-right {
      margin-left: 0; }
      .main-container .main-container-right .top-content-container {
        width: 500px;
        height: 250px; }
      .main-container .main-container-right .content {
        max-width: 500px; }
      .main-container .main-container-right .load-more {
        margin-top: 0;
        max-width: 500px; }

  .main-container-left-mobile {
    display: block; }
    .main-container-left-mobile .block:after {
      border-bottom: none;
      border-top: 1px dotted #BEA365;
      bottom: auto;
      top: 0px; }
    .main-container-left-mobile .block:nth-child(1):after {
      border-top: none; }
    .main-container-left-mobile .block:nth-child(2):after {
      border-top: none; }
    .main-container-left-mobile .black-content {
      max-width: 500px; }
      .main-container-left-mobile .black-content .badge {
        width: 90px;
        height: 90px; }
        .main-container-left-mobile .black-content .badge.normal path, .main-container-left-mobile .black-content .badge.normal rect, .main-container-left-mobile .black-content .badge.normal line, .main-container-left-mobile .black-content .badge.normal polygon {
          fill: #BEA365; }
        .main-container-left-mobile .black-content .badge.normal.wineYou svg {
          margin-left: -38px;
          margin-top: 15px; }
        .main-container-left-mobile .black-content .badge.normal.primeWine svg {
          margin-left: -11px;
          margin-top: 6px; }
        .main-container-left-mobile .black-content .badge svg {
          position: relative;
          z-index: 1; }
        .main-container-left-mobile .black-content .badge.beber svg {
          margin-left: -40px;
          margin-top: 40px; }
        .main-container-left-mobile .black-content .badge:before {
          content: '';
          display: block;
          width: 90px;
          height: 90px;
          position: absolute;
          background: #BEA268;
          opacity: .4;
          border-radius: 45px;
          z-index: 0; } }
@media only screen and (max-width: 530px) {
  .main-container {
    max-width: 300px; }
    .main-container .main-container-left {
      display: none; }
    .main-container .main-container-right {
      margin-left: 0; }
      .main-container .main-container-right .top-content-container {
        width: 300px;
        height: 150px; }
        .main-container .main-container-right .top-content-container .top-content .text p {
          font-size: 16px;
          line-height: 18px; }
      .main-container .main-container-right .content {
        max-width: 300px;
        position: relative; }
      .main-container .main-container-right .load-more {
        max-width: 300px; }

  .main-container-left-mobile {
    display: block; }
    .main-container-left-mobile .black-content {
      max-width: 300px;
      margin: 0 auto; } }
@media only screen and (max-width: 900px) {
  #modal-search .modal-search-header {
    width: 100%; }
    #modal-search .modal-search-header .modal-search-form {
      float: left; }

  #modal-image .modal-image-header {
    width: 100%; } }
@media only screen and (max-width: 1060px) {
  .slider-wrapper {
    width: 500px; }
    .slider-wrapper.animateHeight {
      height: 333px; }
    .slider-wrapper.animate {
      width: 750px; }
    .slider-wrapper.double-slider.animateHeight {
      height: 375px; }
    .slider-wrapper.double-slider .slide {
      width: 375px;
      height: 375px; }
      .slider-wrapper.double-slider .slide img {
        width: 100%;
        height: 375px; }
    .slider-wrapper.double-slider .slider-container {
      width: 50%;
      height: 375px;
      float: left; }
      .slider-wrapper.double-slider .slider-container .slider-controls {
        right: 0px !important;
        height: 65px;
        bottom: 0px;
        top: auto; }
        .slider-wrapper.double-slider .slider-container .slider-controls .controls {
          top: 0; }
          .slider-wrapper.double-slider .slider-container .slider-controls .controls .slide-list ul li {
            overflow: hidden;
            height: 27px; }
      .slider-wrapper.double-slider .slider-container .caroufredsel_wrapper {
        width: 375px !important; }

  .slider-container {
    position: relative;
    width: 750px;
    height: 333px; }
    .slider-container .caroufredsel_wrapper {
      width: 750px !important; }
    .slider-container .slide {
      width: 500px;
      height: 333px; }
      .slider-container .slide img {
        width: auto;
        height: 333px; }
    .slider-container .slider-controls {
      height: 333px;
      right: 0px; }
      .slider-container .slider-controls .controls {
        top: 138px; } }
@media only screen and (max-width: 800px) {
  .slider-wrapper {
    width: 500px; }
    .slider-wrapper.animateHeight {
      height: 333px;
      width: 500px; }
    .slider-wrapper.double-slider.animateHeight {
      height: 250px; }
    .slider-wrapper.double-slider .slide {
      width: 250px; }
      .slider-wrapper.double-slider .slide img {
        width: 100%;
        height: 250px; }
    .slider-wrapper.double-slider .slider-container {
      width: 50%;
      height: 250px;
      float: left; }
      .slider-wrapper.double-slider .slider-container .slider-controls {
        right: 0px !important;
        height: 65px;
        bottom: 0px;
        top: auto; }
        .slider-wrapper.double-slider .slider-container .slider-controls .controls {
          top: 0; }
          .slider-wrapper.double-slider .slider-container .slider-controls .controls .slide-list ul li {
            overflow: hidden;
            height: 27px; }
      .slider-wrapper.double-slider .slider-container .caroufredsel_wrapper {
        width: 250px !important; }

  .slider-container {
    position: relative;
    width: 500px; }
    .slider-container .caroufredsel_wrapper {
      width: 500px !important; }
    .slider-container .slide {
      margin-left: 0px; }
      .slider-container .slide .slide-content {
        display: none !important; } }
@media only screen and (max-width: 530px) {
  .slider-wrapper {
    width: 300px; }
    .slider-wrapper.animateHeight {
      height: 200px;
      width: 300px; }
    .slider-wrapper.double-slider.animateHeight {
      height: 300px; }
    .slider-wrapper.double-slider .slide {
      width: 300px; }
      .slider-wrapper.double-slider .slide img {
        width: 100%;
        height: 300px; }
    .slider-wrapper.double-slider .slider-container {
      width: 100%;
      height: 300px;
      float: none; }
      .slider-wrapper.double-slider .slider-container .slider-controls {
        right: 0px !important;
        height: 65px;
        bottom: 0px;
        top: auto; }
        .slider-wrapper.double-slider .slider-container .slider-controls .controls {
          top: 0; }
          .slider-wrapper.double-slider .slider-container .slider-controls .controls .slide-list ul li {
            overflow: hidden;
            height: 27px; }
      .slider-wrapper.double-slider .slider-container .caroufredsel_wrapper {
        width: 300px !important; }

  .slider-container {
    position: relative;
    width: 300px;
    height: 200px; }
    .slider-container .caroufredsel_wrapper {
      width: 300px !important; }
    .slider-container .mobile-control {
      display: block; }
    .slider-container .mobile-swipe {
      display: block; }
    .slider-container .slide {
      width: 300px;
      height: 200px;
      margin-left: 0px; }
      .slider-container .slide img {
        width: auto;
        height: 200px; }
      .slider-container .slide .slide-content {
        width: 300px;
        height: 150px;
        padding-left: 40px; }
        .slider-container .slide .slide-content p {
          display: none; }
    .slider-container .slider-controls {
      display: none; } }
@media only screen and (max-width: 800px) {
  .side-block {
    width: 500px; }
    .side-block.double {
      height: 250px; }
    .side-block .text {
      float: left; }
    .side-block img {
      float: left; } }
@media only screen and (max-width: 530px) {
  .side-block {
    width: 300px;
    height: 150px; }
    .side-block.double {
      height: 150px; }
      .side-block.double img {
        width: 150px;
        height: 150px; }
    .side-block .text {
      width: 150px;
      height: 150px;
      float: left;
      padding: 10px; }
      .side-block .text h3 {
        font-size: 16px; }
    .side-block img {
      width: 150px;
      float: left; }

  .block {
    padding: 10px 10px;
    width: 150px;
    height: 150px;
    position: relative;
    /*&:after {
    	content:'';
    	position:absolute;
    	bottom:0;
    	width:100%;
    	max-width:210px;
    	left:10px;
    	border-bottom:1px dotted $gold;
    }*/ }
    .block > .inner-block > h3 {
      margin-top: 0px; }
    .block h2 {
      font-family: 'Roboto Condensed', Helvetica, Arial, "Lucida Grande", sans-serif;
      font-weight: 700;
      font-size: 12px;
      text-transform: uppercase;
      margin-top: 6px;
      margin-bottom: 10px; }
    .block h3 {
      font-family: 'Roboto Condensed', Helvetica, Arial, "Lucida Grande", sans-serif;
      font-weight: 700;
      font-size: 12px;
      text-transform: uppercase;
      color: #BEA365;
      line-height: 14px; }
      .block h3 span {
        color: #FFFFFF; }
    .block p {
      max-width: 130px;
      font-family: 'Roboto Condensed', Helvetica, Arial, "Lucida Grande", sans-serif;
      font-weight: 300;
      text-transform: uppercase;
      line-height: 13px;
      font-size: 13px;
      padding: 0;
      margin: 0; }
    .block.black {
      background-color: black; }
      .block.black h2 {
        color: #BEA365; }
      .block.black p {
        color: #EEEEEE; }
      .block.black:before {
        position: absolute;
        bottom: 0;
        width: 100%;
        max-width: 110px;
        left: 10px;
        border-bottom: none; }
    .block.gray {
      background-color: #2C292C;
      /*&:after {
      	position:absolute;
      	bottom:0;
      	width:100%;
      	max-width:110px;
      	left:10px;
      	border-bottom:none;
      }*/ }
      .block.gray h2 {
        color: #BEA365; }
      .block.gray p {
        color: #BEA365;
        font-size: 13px; }
    .block.gold {
      background-color: #BEA365;
      /*&:after {
      	position:absolute;
      	bottom:0;
      	width:100%;
      	max-width:110px;
      	left:10px;
      	border-bottom:none;
      }*/ }
      .block.gold h3 {
        color: black; }
        .block.gold h3 span {
          color: #FFFFFF; }
      .block.gold p {
        color: #2C292C;
        font-size: 13px; }
    .block.white {
      background-color: #FFFFFF;
      /*&:after {
      	position:absolute;
      	bottom:0;
      	width:100%;
      	max-width:110px;
      	left:10px;
      	border-bottom:none;
      }*/ }
      .block.white h3 {
        color: black; }
        .block.white h3 span {
          color: #2C292C; }
      .block.white p {
        color: #2C292C;
        font-size: 13px; }
      .block.white.arrow-left:after {
        content: '';
        position: absolute;
        top: 20px;
        left: -5px;
        width: 5px;
        height: 10px;
        background: url("../img/sprite/sprite.png") 0px -30px; }
      .block.white.arrow-left:before {
        height: 130px; }
      .block.white.arrow-right:after {
        content: '';
        position: absolute;
        top: 20px;
        left: auto;
        right: -5px;
        width: 5px;
        height: 10px;
        background: url("../img/sprite/sprite.png") -15px -30px; }
      .block.white.arrow-right:before {
        height: 130px; }
    .block.transparent {
      /* Fallback for web browsers that doesn't support RGBa */
      background: black;
      /* RGBa with 0.6 opacity */
      background: rgba(0, 0, 0, 0.6);
      /* For IE 5.5 - 7*/
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
      /* For IE 8*/
      -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
      position: absolute;
      top: 0;
      right: 0; }
      .block.transparent h3 {
        color: white; }
        .block.transparent h3 span {
          color: #FFFFFF; }
      .block.transparent p {
        color: #BEA365;
        font-size: 15px; }
      .block.transparent:after {
        position: absolute;
        bottom: 0;
        width: 100%;
        max-width: 110px;
        left: 10px;
        border-bottom: none; }
    .block.marcas {
      width: 150px;
      height: 150px; }
      .block.marcas h3 {
        font-size: 13px;
        line-height: 15px; }
    .block .badge {
      position: absolute;
      left: 70px;
      max-width: 100px;
      bottom: 26px;
      display: none; }
      .block .badge.right {
        left: auto;
        right: 20px;
        bottom: 17px; }

  .double-block {
    width: 300px;
    height: 150px; }
    .double-block img {
      width: 100%;
      height: 100%;
      max-width: 150px;
      max-height: 150px;
      display: block;
      float: left; }
    .double-block .block {
      width: 130px;
      height: 130px;
      padding: 0 10px 0 10px; }
      .double-block .block .inner-block {
        max-height: 120px; }
        .double-block .block .inner-block h3 {
          margin-top: 7px; }
    .double-block:hover img {
      -webkit-transform: scale(0.87, 0.87);
      transform: scale(0.87, 0.87); }
    .double-block.full-image img {
      max-width: 300px;
      position: absolute; }
    .double-block.full-image > .inner-block {
      position: absolute;
      z-index: 2;
      right: 0px;
      width: 300px;
      height: 150px;
      -webkit-transform: translate3d(0, 0, 0); }
      .double-block.full-image > .inner-block .block {
        background: rgba(0, 0, 0, 0.8); }
        .double-block.full-image > .inner-block .block h3 {
          color: #BEA365; }
        .double-block.full-image > .inner-block .block p {
          color: #BEA365; }
          .double-block.full-image > .inner-block .block p span {
            color: #FFFFFF; }
        .double-block.full-image > .inner-block .block .inner-block {
          background-color: transparent; }
          .double-block.full-image > .inner-block .block .inner-block h3 {
            color: #BEA365; }
          .double-block.full-image > .inner-block .block .inner-block p {
            color: #BEA365; }
            .double-block.full-image > .inner-block .block .inner-block p span {
              color: #FFFFFF; }
        .double-block.full-image > .inner-block .block.arrow-left {
          margin: 0px;
          width: 150px;
          height: 150px;
          padding: 10px 20px 0 20px;
          position: absolute;
          right: -1px; }
          .double-block.full-image > .inner-block .block.arrow-left:before {
            display: none; }
          .double-block.full-image > .inner-block .block.arrow-left:after {
            display: none; }
        .double-block.full-image > .inner-block .block.arrow-right {
          margin: 0px;
          width: 150px;
          height: 150px;
          padding: 10px 20px 0 20px;
          position: absolute;
          right: 150px; }
          .double-block.full-image > .inner-block .block.arrow-right:before {
            display: none; }
          .double-block.full-image > .inner-block .block.arrow-right:after {
            display: none; }
    .double-block.full-image:hover img {
      -webkit-transform: scale(0.93, 0.87);
      transform: scale(0.93, 0.87);
      transition: transform .3s ease;
      -webkit-transition: -webkit-transform .3s ease; }
    .double-block.full-image:hover .block.arrow-left:before {
      display: none; }
    .double-block.full-image:hover .block.arrow-left:after {
      display: none; }
    .double-block.full-image:hover .block-hover {
      opacity: 1; }

  .double-vertical-block {
    height: 300px;
    width: 150px;
    position: relative;
    -webkit-transform: translate3d(0, 0, 0); }
    .double-vertical-block .block h3 {
      margin-top: 7px; }
    .double-vertical-block.white:after {
      background-color: white; }
    .double-vertical-block.gray {
      background-color: #2C292C; }
      .double-vertical-block.gray .block-hover {
        background-image: linear-gradient(45deg, #584E3B 25%, transparent 25%, transparent 50%, #584E3B 50%, #584E3B 75%, transparent 75%, transparent); }
      .double-vertical-block.gray:after {
        background-color: #2C292C; }
      .double-vertical-block.gray .inner-block .block {
        background-color: #2C292C; }
        .double-vertical-block.gray .inner-block .block .inner-block {
          background-color: #2C292C; }
          .double-vertical-block.gray .inner-block .block .inner-block h3 {
            color: #BEA365;
            margin-top: 7px; }
          .double-vertical-block.gray .inner-block .block .inner-block p {
            color: #BEA365; }
        .double-vertical-block.gray .inner-block .block.arrow-left:before {
          background: #2C292C; }
        .double-vertical-block.gray .inner-block .block.arrow-left:after {
          display: none; }
        .double-vertical-block.gray .inner-block .block.arrow-right:before {
          background: #2C292C; }
        .double-vertical-block.gray .inner-block .block.arrow-right:after {
          display: none; }
    .double-vertical-block.gold {
      background-color: #BEA365; }
      .double-vertical-block.gold .block-hover {
        background-image: linear-gradient(45deg, #D2C092 25%, transparent 25%, transparent 50%, #D2C092 50%, #D2C092 75%, transparent 75%, transparent); }
      .double-vertical-block.gold:after {
        background-color: #BEA365; }
      .double-vertical-block.gold .inner-block .block {
        background-color: #BEA365; }
        .double-vertical-block.gold .inner-block .block .inner-block {
          background-color: #BEA365; }
          .double-vertical-block.gold .inner-block .block .inner-block h3 {
            color: #2C292C;
            margin-top: 7px; }
          .double-vertical-block.gold .inner-block .block .inner-block p {
            color: #2C292C; }
        .double-vertical-block.gold .inner-block .block.arrow-left:before {
          background: #BEA365; }
        .double-vertical-block.gold .inner-block .block.arrow-left:after {
          display: none; }
        .double-vertical-block.gold .inner-block .block.arrow-right:before {
          background: #BEA365; }
        .double-vertical-block.gold .inner-block .block.arrow-right:after {
          display: none; }
    .double-vertical-block img {
      width: 100%;
      height: 100%;
      max-width: 150px;
      max-height: 150px;
      display: block;
      float: left;
      position: relative;
      z-index: 1;
      transition: transform .3s ease;
      -webkit-transition: -webkit-transform .3s ease; }
    .double-vertical-block .block {
      width: 130px;
      height: 130px;
      margin-top: 10px;
      padding: 0 10px 0 10px; }
      .double-vertical-block .block.arrow-left {
        margin-right: 0px;
        margin-left: 10px;
        padding-left: 10px; }
        .double-vertical-block .block.arrow-left .inner-block {
          padding: 0px;
          max-height: 120px; }
          .double-vertical-block .block.arrow-left .inner-block h3 {
            margin-top: 7px; }
        .double-vertical-block .block.arrow-left:before {
          content: "";
          position: absolute;
          width: 130px;
          height: 15px;
          top: -10px;
          left: 0px;
          background: #FFF;
          z-index: 0; }
      .double-vertical-block .block.arrow-right {
        margin-left: 10px;
        margin-bottom: 10px;
        padding-left: 10px; }
        .double-vertical-block .block.arrow-right .inner-block {
          padding: 0px;
          max-height: 120px; }
        .double-vertical-block .block.arrow-right:before {
          content: "";
          position: absolute;
          width: 130px;
          height: 15px;
          top: 125px;
          right: 0px;
          background: #FFF;
          z-index: 0; }
    .double-vertical-block .block-hover {
      content: '';
      position: absolute;
      top: 0px;
      left: 0px;
      bottom: 0px;
      right: 0px;
      opacity: 0;
      z-index: 0;
      -webkit-transition: opacity 0.3s ease;
      -moz-transition: opacity 0.3s ease;
      -ms-transition: opacity 0.3s ease;
      -o-transition: opacity 0.3s ease;
      transition: opacity 0.3s ease;
      background-size: 30px 30px;
      background-image: linear-gradient(45deg, #EBE5CF 25%, transparent 25%, transparent 50%, #EBE5CF 50%, #EBE5CF 75%, transparent 75%, transparent);
      animation: barberpole 0.3s linear infinite;
      -webkit-animation: barberpole 0.3s linear infinite; }
    .double-vertical-block:hover img {
      -webkit-transform: scale(0.87, 0.87);
      transform: scale(0.87, 0.87);
      transition: transform .3s ease;
      -webkit-transition: -webkit-transform .3s ease; }
    .double-vertical-block:hover .block-hover {
      opacity: 1; }

  .image-block {
    position: relative;
    height: 300px;
    width: 300px; }
    .image-block img {
      width: 100%;
      height: 100%;
      max-width: 300px;
      max-height: 300px; }
    .image-block .block {
      padding: 0 10px 0 10px; }
    .image-block > .inner-block {
      position: absolute;
      right: 0px;
      bottom: 150px; }
      .image-block > .inner-block h3 {
        margin-top: 7px; }
    .image-block:hover img {
      -webkit-transform: scale(0.93, 0.93);
      transform: scale(0.93, 0.93); }

  .load-more {
    min-height: 50px;
    background-color: #EEEEEE;
    width: 100%;
    float: left;
    text-align: center;
    position: relative;
    -webkit-transition: all 0.4s ease-in;
    -moz-transition: all 0.4s ease-in;
    -ms-transition: all 0.4s ease-in;
    -o-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
    cursor: pointer;
    margin-top: 10px; }
    .load-more:hover {
      background-color: #BEA365;
      -webkit-transition: all 0.4s ease-out;
      -moz-transition: all 0.4s ease-out;
      -ms-transition: all 0.4s ease-out;
      -o-transition: all 0.4s ease-out;
      transition: all 0.4s ease-out; }
      .load-more:hover a:before {
        opacity: 0;
        -webkit-transition: opacity 0.4s ease-out;
        -moz-transition: opacity 0.4s ease-out;
        -ms-transition: opacity 0.4s ease-out;
        -o-transition: opacity 0.4s ease-out;
        transition: opacity 0.4s ease-out; }
      .load-more:hover a:after {
        opacity: 1;
        -webkit-transition: opacity 0.4s ease-out;
        -moz-transition: opacity 0.4s ease-out;
        -ms-transition: opacity 0.4s ease-out;
        -o-transition: opacity 0.4s ease-out;
        transition: opacity 0.4s ease-out; }
      .load-more:hover:after {
        background-color: #BEA365;
        -webkit-transition: all 0.4s ease-out;
        -moz-transition: all 0.4s ease-out;
        -ms-transition: all 0.4s ease-out;
        -o-transition: all 0.4s ease-out;
        transition: all 0.4s ease-out; }
    .load-more a {
      font-family: 'Roboto Condensed', Helvetica, Arial, "Lucida Grande", sans-serif;
      font-weight: 300;
      font-size: 12px;
      color: black;
      line-height: 50px;
      position: relative;
      padding-left: 10px;
      text-decoration: none;
      text-transform: uppercase;
      -webkit-transition: all 0.4s ease-in;
      -moz-transition: all 0.4s ease-in;
      -ms-transition: all 0.4s ease-in;
      -o-transition: all 0.4s ease-in;
      transition: all 0.4s ease-in; }
      .load-more a:before {
        content: " ";
        position: absolute;
        top: -7px;
        left: -25px;
        background: url("../img/sprite/sprite.png") -59px 0px;
        width: 30px;
        height: 30px;
        opacity: 1;
        -webkit-transition: opacity 0.4s ease-in;
        -moz-transition: opacity 0.4s ease-in;
        -ms-transition: opacity 0.4s ease-in;
        -o-transition: opacity 0.4s ease-in;
        transition: opacity 0.4s ease-in; }
      .load-more a:after {
        content: " ";
        position: absolute;
        opacity: 0;
        top: -7px;
        left: -25px;
        background: url("../img/sprite/sprite.png") -99px 0px;
        width: 30px;
        height: 30px;
        -webkit-transition: opacity 0.4s ease-in;
        -moz-transition: opacity 0.4s ease-in;
        -ms-transition: opacity 0.4s ease-in;
        -o-transition: opacity 0.4s ease-in;
        transition: opacity 0.4s ease-in; }
    .load-more:after {
      content: '';
      position: absolute;
      top: 0;
      right: -10px;
      width: 10px;
      height: 50px;
      background-color: #EEEEEE;
      -webkit-transition: all 0.4s ease-in;
      -moz-transition: all 0.4s ease-in;
      -ms-transition: all 0.4s ease-in;
      -o-transition: all 0.4s ease-in;
      transition: all 0.4s ease-in; }
    .load-more:before {
      content: '';
      position: absolute;
      top: -10px;
      left: -18px;
      width: 18px;
      height: 60px;
      background-color: black; } }
@media only screen and (max-width: 1060px) {
  #footer .footer {
    max-width: 760px; }
    #footer .footer .footer-left {
      float: left;
      width: 190px; }
      #footer .footer .footer-left .footer-left-bottom p {
        margin: 20px 0 0 0;
        max-width: 125px;
        font-family: 'Roboto Condensed', Helvetica, Arial, "Lucida Grande", sans-serif;
        font-weight: 300;
        color: #FFFFFF;
        font-size: 13px;
        text-transform: uppercase; }
    #footer .footer .footer-mid {
      float: left;
      width: 310px;
      *zoom: 1; }
      #footer .footer .footer-mid:before, #footer .footer .footer-mid:after {
        display: table;
        content: ""; }
      #footer .footer .footer-mid:after {
        clear: both; }
      #footer .footer .footer-mid .footer-mid-top {
        width: 130px;
        float: left; }
      #footer .footer .footer-mid .footer-mid-bottom {
        width: 170px;
        float: left;
        margin-right: 10px; }
    #footer .footer .footer-right {
      float: left;
      width: 240px; }
      #footer .footer .footer-right .footer-right-top {
        max-width: 150px; } }
@media only screen and (max-width: 800px) {
  #footer .footer {
    max-width: 500px; }
    #footer .footer .footer-left {
      float: left;
      width: 100%;
      margin-bottom: 50px;
      *zoom: 1; }
      #footer .footer .footer-left:before, #footer .footer .footer-left:after {
        display: table;
        content: ""; }
      #footer .footer .footer-left:after {
        clear: both; }
      #footer .footer .footer-left .footer-left-top {
        float: left; }
      #footer .footer .footer-left .footer-left-bottom {
        float: right;
        width: 160px; }
        #footer .footer .footer-left .footer-left-bottom p {
          margin: 0; }
    #footer .footer .footer-mid {
      width: 100%;
      *zoom: 1;
      margin-bottom: 50px; }
      #footer .footer .footer-mid:before, #footer .footer .footer-mid:after {
        display: table;
        content: ""; }
      #footer .footer .footer-mid:after {
        clear: both; }
      #footer .footer .footer-mid .footer-mid-top {
        width: 130px;
        float: left; }
      #footer .footer .footer-mid .footer-mid-bottom {
        width: 170px;
        float: right;
        margin-right: 0; }
    #footer .footer .footer-right {
      float: left;
      width: 240px;
      padding-left: 10px; }
      #footer .footer .footer-right .footer-right-top {
        max-width: 150px; } }
@media only screen and (max-width: 530px) {
  #footer .footer {
    max-width: 320px; }
    #footer .footer .footer-left .footer-left-top {
      margin-top: 6px; }
      #footer .footer .footer-left .footer-left-top svg {
        width: 130px; } }
@media only screen and (max-width: 1060px) {
  .about-us .top-content-container {
    width: 500px !important;
    height: 250px;
    display: table; }
    .about-us .top-content-container .top-content {
      display: table-cell;
      vertical-align: middle; }
      .about-us .top-content-container .top-content .image img {
        width: 500px; }
  .about-us .content img {
    width: 500px; }
  .about-us .content p {
    margin-left: 0;
    max-width: 440px; } }
@media only screen and (max-width: 800px) {
  .about-us .top-content-container {
    width: 500px !important;
    height: 250px;
    display: table; }
    .about-us .top-content-container .top-content {
      display: table-cell;
      vertical-align: middle;
      background-color: white; }
      .about-us .top-content-container .top-content .image img {
        width: 500px; }
      .about-us .top-content-container .top-content .side-block {
        height: 500px;
        width: 500px;
        display: block;
        margin-bottom: 20px;
        *zoom: 1; }
        .about-us .top-content-container .top-content .side-block:before, .about-us .top-content-container .top-content .side-block:after {
          display: table;
          content: ""; }
        .about-us .top-content-container .top-content .side-block:after {
          clear: both; }
        .about-us .top-content-container .top-content .side-block .text {
          width: 250px;
          height: 250px;
          padding: 20px;
          float: left; }
          .about-us .top-content-container .top-content .side-block .text h2 {
            font-family: 'Roboto Condensed', Helvetica, Arial, "Lucida Grande", sans-serif;
            font-weight: 700;
            font-size: 12px;
            text-transform: uppercase;
            margin: 0 0 70px 0; }
          .about-us .top-content-container .top-content .side-block .text h3 {
            font-family: 'Roboto Condensed', Helvetica, Arial, "Lucida Grande", sans-serif;
            font-weight: 300;
            text-align: center;
            font-size: 30px;
            color: white;
            text-transform: uppercase; }
        .about-us .top-content-container .top-content .side-block.double {
          height: 250px; }
          .about-us .top-content-container .top-content .side-block.double img {
            width: 250px;
            height: 250px;
            float: left; }
  .about-us .content img {
    width: 500px; }
  .about-us .content p {
    margin-left: 0;
    max-width: 440px; } }
@media only screen and (max-width: 530px) {
  .about-us .top-content-container {
    width: 300px !important;
    height: 250px;
    display: table; }
    .about-us .top-content-container .top-content {
      display: table-cell;
      vertical-align: middle;
      background-color: white; }
      .about-us .top-content-container .top-content .image img {
        width: 300px; }
      .about-us .top-content-container .top-content .side-block {
        height: 150px;
        width: 150px;
        display: block;
        margin-bottom: 20px;
        *zoom: 1; }
        .about-us .top-content-container .top-content .side-block:before, .about-us .top-content-container .top-content .side-block:after {
          display: table;
          content: ""; }
        .about-us .top-content-container .top-content .side-block:after {
          clear: both; }
        .about-us .top-content-container .top-content .side-block .text {
          width: 150px;
          height: 150px;
          padding: 20px;
          float: left; }
          .about-us .top-content-container .top-content .side-block .text h2 {
            font-family: 'Roboto Condensed', Helvetica, Arial, "Lucida Grande", sans-serif;
            font-weight: 700;
            font-size: 12px;
            text-transform: uppercase;
            margin: 0 0 35px 0; }
          .about-us .top-content-container .top-content .side-block .text h3 {
            font-family: 'Roboto Condensed', Helvetica, Arial, "Lucida Grande", sans-serif;
            font-weight: 300;
            text-align: center;
            font-size: 20px;
            color: white;
            text-transform: uppercase; }
        .about-us .top-content-container .top-content .side-block.double {
          height: 150px;
          width: 300px; }
          .about-us .top-content-container .top-content .side-block.double img {
            width: 150px;
            height: 150px;
            float: left; }
  .about-us .content h2 {
    max-width: 240px; }
  .about-us .content img {
    width: 300px; }
  .about-us .content p {
    margin-left: 0;
    max-width: 240px; } }
@media only screen and (max-width: 1060px) {
  .produtores .top-content-container {
    display: table; }
    .produtores .top-content-container .top-content {
      display: table-cell;
      vertical-align: middle; }
      .produtores .top-content-container .top-content .side-block {
        display: none; }
  .produtores .content {
    max-width: 750px;
    padding: 0;
    background: #2C292C !important; }
    .produtores .content h2 {
      font-family: 'Roboto Condensed', Helvetica, Arial, "Lucida Grande", sans-serif;
      font-weight: 300;
      font-size: 24px;
      color: #FFFFFF;
      line-height: 24px;
      max-width: 460px; }
    .produtores .content p {
      font-family: 'Roboto Condensed', Helvetica, Arial, "Lucida Grande", sans-serif;
      font-weight: 300;
      font-size: 18px;
      color: #2C292C;
      line-height: 20px;
      margin-left: 230px; } }
@media only screen and (max-width: 800px) {
  .produtores .top-content-container {
    display: table; }
    .produtores .top-content-container .top-content {
      display: table-cell;
      vertical-align: middle; }
      .produtores .top-content-container .top-content .side-block {
        display: none; }
  .produtores .content {
    max-width: 750px;
    padding: 0;
    background: #2C292C !important; }
    .produtores .content h2 {
      font-family: 'Roboto Condensed', Helvetica, Arial, "Lucida Grande", sans-serif;
      font-weight: 300;
      font-size: 24px;
      color: #FFFFFF;
      line-height: 24px;
      max-width: 460px; }
    .produtores .content p {
      font-family: 'Roboto Condensed', Helvetica, Arial, "Lucida Grande", sans-serif;
      font-weight: 300;
      font-size: 18px;
      color: #2C292C;
      line-height: 20px;
      margin-left: 230px; } }
@media only screen and (max-width: 530px) {
  .produtores .top-content-container {
    display: table; }
    .produtores .top-content-container .top-content {
      display: table-cell;
      vertical-align: middle; }
      .produtores .top-content-container .top-content .side-block {
        display: none; }
  .produtores .content {
    max-width: 750px;
    padding: 0;
    background: #2C292C !important; }
    .produtores .content h2 {
      font-family: 'Roboto Condensed', Helvetica, Arial, "Lucida Grande", sans-serif;
      font-weight: 300;
      font-size: 24px;
      color: #FFFFFF;
      line-height: 24px;
      max-width: 460px; }
    .produtores .content p {
      font-family: 'Roboto Condensed', Helvetica, Arial, "Lucida Grande", sans-serif;
      font-weight: 300;
      font-size: 18px;
      color: #2C292C;
      line-height: 20px;
      margin-left: 230px; }
    .produtores .content .team-block {
      width: 150px;
      height: 150px; }
      .produtores .content .team-block .inner-block {
        width: 130px;
        height: 130px; } }
@media only screen and (max-width: 1060px) {
  .equipa .place-holder {
    display: none; } }
@media only screen and (max-width: 530px) {
  .equipa .team-block-container .team-block {
    width: 150px;
    height: 150px; }
    .equipa .team-block-container .team-block.images {
      width: 150px;
      height: 150px; }
    .equipa .team-block-container .team-block img {
      width: 150px;
      height: 150px; }
    .equipa .team-block-container .team-block.title {
      padding: 10px;
      width: 300px; }
      .equipa .team-block-container .team-block.title p {
        font-size: 12px; } }
@media only screen and (max-width: 1060px) {
  .produtores-item .top-content-container {
    display: table; }
    .produtores-item .top-content-container .top-content {
      display: table-cell;
      vertical-align: middle; }
      .produtores-item .top-content-container .top-content .side-block {
        display: none; }
  .produtores-item .content {
    max-width: 750px;
    padding: 20px 30px; }
    .produtores-item .content img {
      width: 500px; }
    .produtores-item .content h2 {
      font-family: 'Roboto Condensed', Helvetica, Arial, "Lucida Grande", sans-serif;
      font-weight: 300;
      font-size: 24px;
      color: #FFFFFF;
      line-height: 24px;
      max-width: 460px; }
    .produtores-item .content p {
      font-family: 'Roboto Condensed', Helvetica, Arial, "Lucida Grande", sans-serif;
      font-weight: 300;
      font-size: 18px;
      color: #2C292C;
      line-height: 20px;
      margin-left: 0px; } }
@media only screen and (max-width: 800px) {
  .produtores-item .top-content-container {
    display: table; }
    .produtores-item .top-content-container .top-content {
      display: table-cell;
      vertical-align: middle; }
      .produtores-item .top-content-container .top-content .side-block {
        display: none; }
  .produtores-item .content {
    max-width: 750px;
    padding: 20px 30px; }
    .produtores-item .content img {
      width: 500px; }
    .produtores-item .content h2 {
      font-family: 'Roboto Condensed', Helvetica, Arial, "Lucida Grande", sans-serif;
      font-weight: 300;
      font-size: 24px;
      color: #FFFFFF;
      line-height: 24px;
      max-width: 460px; }
    .produtores-item .content p {
      font-family: 'Roboto Condensed', Helvetica, Arial, "Lucida Grande", sans-serif;
      font-weight: 300;
      font-size: 18px;
      color: #2C292C;
      line-height: 20px; } }
@media only screen and (max-width: 530px) {
  .produtores-item .top-content-container {
    display: table; }
    .produtores-item .top-content-container .top-content {
      display: table-cell;
      vertical-align: middle; }
      .produtores-item .top-content-container .top-content .side-block {
        display: none; }
  .produtores-item .content {
    max-width: 750px;
    padding: 20px 30px; }
    .produtores-item .content img {
      width: 300px;
      margin-bottom: 10px; }
    .produtores-item .content h2 {
      font-family: 'Roboto Condensed', Helvetica, Arial, "Lucida Grande", sans-serif;
      font-weight: 300;
      font-size: 24px;
      color: #FFFFFF;
      line-height: 24px;
      max-width: 460px; }
    .produtores-item .content p {
      font-family: 'Roboto Condensed', Helvetica, Arial, "Lucida Grande", sans-serif;
      font-weight: 300;
      font-size: 18px;
      color: #2C292C;
      line-height: 20px;
      margin-right: 0px; } }
@media only screen and (max-width: 1060px) {
  .historia .top-content-container {
    display: table; }
    .historia .top-content-container .top-content {
      display: table-cell;
      vertical-align: middle; }
      .historia .top-content-container .top-content .side-block {
        display: none; }
  .historia .content {
    max-width: 750px;
    padding: 0;
    background: #2C292C !important; }
    .historia .content .block.place-holder {
      display: none; }
    .historia .content .block:after {
      border-bottom: none; } }
@media only screen and (max-width: 800px) {
  .historia .top-content-container {
    display: table; }
    .historia .top-content-container .top-content {
      display: table-cell;
      vertical-align: middle; }
      .historia .top-content-container .top-content .side-block {
        display: none; }
  .historia .content {
    max-width: 750px;
    padding: 0;
    background: #2C292C !important; }
    .historia .content .block.place-holder {
      display: none; }
    .historia .content .block:after {
      border-bottom: none; }
    .historia .content h3 {
      font-family: 'Roboto Condensed', Helvetica, Arial, "Lucida Grande", sans-serif;
      font-weight: 300;
      font-size: 50px;
      line-height: 50px;
      margin-top: 0;
      margin-bottom: 10px; }
    .historia .content p {
      font-size: 14px;
      line-height: 16px;
      color: white;
      font-family: 'Roboto Condensed', Helvetica, Arial, "Lucida Grande", sans-serif;
      font-weight: 300;
      text-transform: none; } }
@media only screen and (max-width: 530px) {
  .historia .top-content-container {
    /*width:250px!important;
    height:250px;*/
    display: table; }
    .historia .top-content-container .top-content {
      display: table-cell;
      vertical-align: middle; }
      .historia .top-content-container .top-content .side-block {
        display: none; }
  .historia .content {
    max-width: 750px;
    padding: 0;
    background: #2C292C !important; }
    .historia .content .block {
      width: 150px;
      height: 150px; }
      .historia .content .block.images {
        width: 150px;
        height: 150px; }
      .historia .content .block.place-holder {
        display: none; }
      .historia .content .block:after {
        border-bottom: none; }
    .historia .content h3 {
      font-family: 'Roboto Condensed', Helvetica, Arial, "Lucida Grande", sans-serif;
      font-weight: 300;
      font-size: 15px;
      line-height: 14px;
      margin-top: 0;
      margin-bottom: 5px; }
    .historia .content p {
      font-size: 11px;
      line-height: 13px;
      color: white;
      font-family: 'Roboto Condensed', Helvetica, Arial, "Lucida Grande", sans-serif;
      font-weight: 300;
      text-transform: none;
      margin-left: 0; } }
@media only screen and (max-width: 1060px) {
  .valores .top-content-container {
    display: table; }
    .valores .top-content-container .top-content {
      display: table-cell;
      vertical-align: middle; }
      .valores .top-content-container .top-content .side-block {
        display: none; }
  .valores .content {
    max-width: 750px;
    padding: 0;
    background: #2C292C !important; }
    .valores .content .block.place-holder {
      display: none; }
    .valores .content .block:after {
      border-bottom: none; }
    .valores .content h3 {
      font-family: 'Roboto Condensed', Helvetica, Arial, "Lucida Grande", sans-serif;
      font-weight: 300;
      font-size: 33px;
      line-height: 33px;
      margin-top: 0;
      margin-bottom: 10px;
      text-transform: none; }
    .valores .content span {
      font-size: 17px;
      line-height: 19px;
      color: white;
      font-family: 'Roboto Condensed', Helvetica, Arial, "Lucida Grande", sans-serif;
      font-weight: 300;
      font-weight: 400;
      text-transform: none;
      margin-left: 0;
      margin-top: 15px;
      margin-bottom: 15px;
      display: block; }
    .valores .content p {
      font-size: 17px;
      line-height: 19px;
      color: white;
      font-family: 'Roboto Condensed', Helvetica, Arial, "Lucida Grande", sans-serif;
      font-weight: 300;
      text-transform: none;
      margin-left: 0; } }
@media only screen and (max-width: 800px) {
  .valores .top-content-container {
    display: table; }
    .valores .top-content-container .top-content {
      display: table-cell;
      vertical-align: middle; }
      .valores .top-content-container .top-content .side-block {
        display: none; }
  .valores .content {
    background: #2C292C !important;
    max-width: 750px;
    padding: 0; }
    .valores .content .block.place-holder {
      display: none; }
    .valores .content .block:after {
      border-bottom: none; }
    .valores .content h3 {
      font-family: 'Roboto Condensed', Helvetica, Arial, "Lucida Grande", sans-serif;
      font-weight: 300;
      font-size: 33px;
      line-height: 33px;
      margin-top: 0;
      margin-bottom: 10px; }
    .valores .content span {
      font-size: 14px;
      line-height: 16px;
      color: white;
      font-family: 'Roboto Condensed', Helvetica, Arial, "Lucida Grande", sans-serif;
      font-weight: 300;
      font-weight: 400;
      text-transform: none;
      margin-left: 0;
      margin-top: 15px;
      margin-bottom: 15px;
      display: block; }
    .valores .content p {
      font-size: 14px;
      line-height: 16px;
      color: white;
      font-family: 'Roboto Condensed', Helvetica, Arial, "Lucida Grande", sans-serif;
      font-weight: 300;
      text-transform: none; } }
@media only screen and (max-width: 530px) {
  .valores .top-content-container {
    display: table; }
    .valores .top-content-container .top-content {
      display: table-cell;
      vertical-align: middle; }
      .valores .top-content-container .top-content .side-block {
        display: none; }
  .valores .content {
    max-width: 750px;
    padding: 0; }
    .valores .content .block.place-holder {
      display: none; }
    .valores .content .block:after {
      border-bottom: none; }
    .valores .content h3 {
      font-family: 'Roboto Condensed', Helvetica, Arial, "Lucida Grande", sans-serif;
      font-weight: 300;
      margin-top: 0;
      margin-bottom: 5px;
      font-size: 15px;
      line-height: 14px; }
    .valores .content span {
      font-size: 11px;
      line-height: 13px;
      color: white;
      font-family: 'Roboto Condensed', Helvetica, Arial, "Lucida Grande", sans-serif;
      font-weight: 300;
      font-weight: 400;
      text-transform: none;
      margin-left: 0;
      margin-top: 5px;
      margin-bottom: 5px;
      display: block; }
    .valores .content p {
      font-size: 11px;
      line-height: 13px;
      color: white;
      font-family: 'Roboto Condensed', Helvetica, Arial, "Lucida Grande", sans-serif;
      font-weight: 300;
      text-transform: none; } }
@media only screen and (max-width: 1060px) {
  .carreiras .top-content-container {
    display: table !important; }
    .carreiras .top-content-container .top-content {
      display: table-cell;
      vertical-align: middle; }
      .carreiras .top-content-container .top-content .image img {
        width: 500px; }
  .carreiras .content p {
    margin-left: 30px !important;
    max-width: 440px; }
  .carreiras .content #error-message {
    margin: 40px 0;
    width: 500px; }
    .carreiras .content #error-message .message {
      width: 450px;
      margin: 0 auto;
      margin-top: 137px; }
      .carreiras .content #error-message .message h2 {
        text-align: center; }
      .carreiras .content #error-message .message h3 {
        text-align: center; }
      .carreiras .content #error-message .message .icon {
        float: none;
        margin: 0 auto 40px auto;
        display: block; }
  .carreiras #recrut-form {
    margin-left: 25px; }
    .carreiras #recrut-form textarea {
      width: 220px; } }
@media only screen and (max-width: 800px) {
  .carreiras .top-content-container {
    display: table !important; }
    .carreiras .top-content-container .top-content {
      display: table-cell;
      vertical-align: middle;
      background-color: white; }
      .carreiras .top-content-container .top-content .image img {
        width: 500px; }
      .carreiras .top-content-container .top-content .side-block {
        height: 500px;
        width: 500px;
        display: block;
        margin-bottom: 20px;
        *zoom: 1; }
        .carreiras .top-content-container .top-content .side-block:before, .carreiras .top-content-container .top-content .side-block:after {
          display: table;
          content: ""; }
        .carreiras .top-content-container .top-content .side-block:after {
          clear: both; }
        .carreiras .top-content-container .top-content .side-block .text {
          width: 250px;
          height: 250px;
          padding: 20px;
          float: left; }
          .carreiras .top-content-container .top-content .side-block .text h2 {
            font-family: 'Roboto Condensed', Helvetica, Arial, "Lucida Grande", sans-serif;
            font-weight: 700;
            font-size: 12px;
            text-transform: uppercase;
            margin: 0 0 70px 0; }
          .carreiras .top-content-container .top-content .side-block .text h3 {
            font-family: 'Roboto Condensed', Helvetica, Arial, "Lucida Grande", sans-serif;
            font-weight: 300;
            text-align: center;
            font-size: 30px;
            color: white;
            text-transform: uppercase; }
        .carreiras .top-content-container .top-content .side-block.double {
          height: 250px; }
          .carreiras .top-content-container .top-content .side-block.double img {
            width: 250px;
            height: 250px;
            float: left; }
  .carreiras .content p {
    margin-left: 30px;
    max-width: 440px; } }
@media only screen and (max-width: 530px) {
  .carreiras .top-content-container {
    width: 300px !important;
    height: 250px;
    display: table !important; }
    .carreiras .top-content-container .top-content {
      display: table-cell;
      vertical-align: middle;
      background-color: white; }
      .carreiras .top-content-container .top-content .image img {
        width: 300px; }
      .carreiras .top-content-container .top-content .side-block {
        height: 150px;
        width: 150px;
        display: block;
        margin-bottom: 20px;
        *zoom: 1; }
        .carreiras .top-content-container .top-content .side-block:before, .carreiras .top-content-container .top-content .side-block:after {
          display: table;
          content: ""; }
        .carreiras .top-content-container .top-content .side-block:after {
          clear: both; }
        .carreiras .top-content-container .top-content .side-block .text {
          width: 150px;
          height: 150px;
          padding: 20px;
          float: left; }
          .carreiras .top-content-container .top-content .side-block .text h2 {
            font-family: 'Roboto Condensed', Helvetica, Arial, "Lucida Grande", sans-serif;
            font-weight: 700;
            font-size: 12px;
            text-transform: uppercase;
            margin: 0 0 35px 0; }
          .carreiras .top-content-container .top-content .side-block .text h3 {
            font-family: 'Roboto Condensed', Helvetica, Arial, "Lucida Grande", sans-serif;
            font-weight: 300;
            text-align: center;
            font-size: 20px;
            color: white;
            text-transform: uppercase; }
        .carreiras .top-content-container .top-content .side-block.double {
          height: 150px;
          width: 300px; }
          .carreiras .top-content-container .top-content .side-block.double img {
            width: 150px;
            height: 150px;
            float: left; }
  .carreiras .content h2 {
    max-width: 240px;
    margin-left: 30px; }
  .carreiras .content p {
    margin-left: 30px !important;
    max-width: 240px; }
  .carreiras .content #error-message {
    margin: 40px 0;
    width: 300px; }
    .carreiras .content #error-message .message {
      width: 250px;
      margin: 0 auto;
      margin-top: 137px; }
      .carreiras .content #error-message .message h2 {
        text-align: center; }
      .carreiras .content #error-message .message h3 {
        text-align: center; }
      .carreiras .content #error-message .message .icon {
        float: none;
        margin: 0 auto 40px auto;
        display: block; }
  .carreiras #recrut-form {
    margin-left: 25px; }
    .carreiras #recrut-form .col {
      width: 250px; }
    .carreiras #recrut-form input {
      width: 250px;
      max-width: 250px; }
      .carreiras #recrut-form input#telinput {
        max-width: 250px; }
    .carreiras #recrut-form textarea {
      width: 250px; }
    .carreiras #recrut-form .custom-select {
      width: 74px; }
      .carreiras #recrut-form .custom-select:nth-child(4) {
        width: 89px; }
        .carreiras #recrut-form .custom-select:nth-child(4) .custom-text {
          width: 89px !important; }
        .carreiras #recrut-form .custom-select:nth-child(4) .select-list {
          width: 89px; }
          .carreiras #recrut-form .custom-select:nth-child(4) .select-list ul {
            width: 89px !important; }
      .carreiras #recrut-form .custom-select .custom-text {
        width: 74px !important; } }
@media only screen and (max-width: 1060px) {
  .carreiras .top-content-container {
    display: table !important; }
    .carreiras .top-content-container .top-content {
      display: table-cell;
      vertical-align: middle; }
      .carreiras .top-content-container .top-content .image img {
        width: 500px; }
  .carreiras .content p {
    margin-left: 0;
    max-width: 440px; } }
@media only screen and (max-width: 800px) {
  .carreiras .top-content-container {
    display: table !important; }
    .carreiras .top-content-container .top-content {
      display: table-cell;
      vertical-align: middle;
      background-color: white; }
      .carreiras .top-content-container .top-content .image img {
        width: 500px; }
      .carreiras .top-content-container .top-content .side-block {
        height: 500px;
        width: 500px;
        display: block;
        margin-bottom: 20px;
        *zoom: 1; }
        .carreiras .top-content-container .top-content .side-block:before, .carreiras .top-content-container .top-content .side-block:after {
          display: table;
          content: ""; }
        .carreiras .top-content-container .top-content .side-block:after {
          clear: both; }
        .carreiras .top-content-container .top-content .side-block .text {
          width: 250px;
          height: 250px;
          padding: 20px;
          float: left; }
          .carreiras .top-content-container .top-content .side-block .text h2 {
            font-family: 'Roboto Condensed', Helvetica, Arial, "Lucida Grande", sans-serif;
            font-weight: 700;
            font-size: 12px;
            text-transform: uppercase;
            margin: 0 0 70px 0; }
          .carreiras .top-content-container .top-content .side-block .text h3 {
            font-family: 'Roboto Condensed', Helvetica, Arial, "Lucida Grande", sans-serif;
            font-weight: 300;
            text-align: center;
            font-size: 30px;
            color: white;
            text-transform: uppercase; }
        .carreiras .top-content-container .top-content .side-block.double {
          height: 250px; }
          .carreiras .top-content-container .top-content .side-block.double img {
            width: 250px;
            height: 250px;
            float: left; }
  .carreiras .content p {
    margin-left: 0;
    max-width: 440px; } }
@media only screen and (max-width: 530px) {
  .carreiras .top-content-container {
    width: 300px !important;
    height: 250px;
    display: table !important; }
    .carreiras .top-content-container .top-content {
      display: table-cell;
      vertical-align: middle;
      background-color: white; }
      .carreiras .top-content-container .top-content .image img {
        width: 300px; }
      .carreiras .top-content-container .top-content .side-block {
        height: 150px;
        width: 150px;
        display: block;
        margin-bottom: 20px;
        *zoom: 1; }
        .carreiras .top-content-container .top-content .side-block:before, .carreiras .top-content-container .top-content .side-block:after {
          display: table;
          content: ""; }
        .carreiras .top-content-container .top-content .side-block:after {
          clear: both; }
        .carreiras .top-content-container .top-content .side-block .text {
          width: 150px;
          height: 150px;
          padding: 20px;
          float: left; }
          .carreiras .top-content-container .top-content .side-block .text h2 {
            font-family: 'Roboto Condensed', Helvetica, Arial, "Lucida Grande", sans-serif;
            font-weight: 700;
            font-size: 12px;
            text-transform: uppercase;
            margin: 0 0 35px 0; }
          .carreiras .top-content-container .top-content .side-block .text h3 {
            font-family: 'Roboto Condensed', Helvetica, Arial, "Lucida Grande", sans-serif;
            font-weight: 300;
            text-align: center;
            font-size: 20px;
            color: white;
            text-transform: uppercase; }
        .carreiras .top-content-container .top-content .side-block.double {
          height: 150px;
          width: 300px; }
          .carreiras .top-content-container .top-content .side-block.double img {
            width: 150px;
            height: 150px;
            float: left; }
  .carreiras .content h2 {
    max-width: 240px; }
  .carreiras .content p {
    margin-left: 0;
    max-width: 240px; } }
@media only screen and (max-width: 1060px) {
  .main-container .main-container-left .side-block.noticia {
    height: 375px; }
    .main-container .main-container-left .side-block.noticia.noImage {
      height: 0px; }
  .main-container .main-container-right.noticia .top-content-container {
    height: 375px; }
    .main-container .main-container-right.noticia .top-content-container.noImage {
      height: 0px; }
    .main-container .main-container-right.noticia .top-content-container #cross-image {
      width: 750px; }
      .main-container .main-container-right.noticia .top-content-container #cross-image img {
        width: 750px;
        height: auto; }
  .main-container .main-container-right.noticia .content .date .social-icons {
    top: -112px; }
  .main-container .main-container-right.noticia .content .date span {
    margin-top: 145px; }
  .main-container .main-container-right.noticia .content.noImage .back {
    top: 0px; }
  .main-container .main-container-right.noticia .content span, .main-container .main-container-right.noticia .content p, .main-container .main-container-right.noticia .content .tags {
    margin-left: 0px; } }
@media only screen and (max-width: 800px) {
  .main-container .main-container-left .side-block.noticia {
    width: 500px;
    height: 0px; }
    .main-container .main-container-left .side-block.noticia.noImage {
      height: 0px; }
    .main-container .main-container-left .side-block.noticia .text {
      width: 500px; }
      .main-container .main-container-left .side-block.noticia .text h2, .main-container .main-container-left .side-block.noticia .text h3 {
        color: #BEA365; }
      .main-container .main-container-left .side-block.noticia .text h3 {
        display: table-cell;
        vertical-align: middle; }
  .main-container .main-container-right.noticia .top-content-container {
    height: 250px; }
    .main-container .main-container-right.noticia .top-content-container.noImage {
      height: 0px; }
    .main-container .main-container-right.noticia .top-content-container #cross-image {
      width: 500px;
      position: relative;
      left: 0px; }
      .main-container .main-container-right.noticia .top-content-container #cross-image img {
        width: 500px;
        height: auto; }
      .main-container .main-container-right.noticia .top-content-container #cross-image.animate {
        height: 250px; }
    .main-container .main-container-right.noticia .top-content-container .top-content {
      display: block; }
  .main-container .main-container-right.noticia .content .back {
    top: -50px; }
  .main-container .main-container-right.noticia .content.noImage .back {
    top: 0px; }
  .main-container .main-container-right.noticia .content span, .main-container .main-container-right.noticia .content p, .main-container .main-container-right.noticia .content .tags {
    margin-left: 0px; } }
@media only screen and (max-width: 530px) {
  .main-container .main-container-left {
    width: 300px; }
    .main-container .main-container-left .side-block.noticia {
      width: 300px;
      height: 0px; }
      .main-container .main-container-left .side-block.noticia.noImage {
        height: 0px; }
      .main-container .main-container-left .side-block.noticia .text {
        width: 300px; }
        .main-container .main-container-left .side-block.noticia .text h2, .main-container .main-container-left .side-block.noticia .text h3 {
          color: #BEA365; }
        .main-container .main-container-left .side-block.noticia .text h3 {
          display: table-cell;
          vertical-align: middle; }
  .main-container .main-container-right.noticia .top-content-container {
    height: 150px; }
    .main-container .main-container-right.noticia .top-content-container.noImage {
      height: 0px; }
    .main-container .main-container-right.noticia .top-content-container #cross-image {
      width: 300px;
      position: relative;
      left: 0px; }
      .main-container .main-container-right.noticia .top-content-container #cross-image img {
        width: 300px;
        height: auto; }
      .main-container .main-container-right.noticia .top-content-container #cross-image.animate {
        height: 150px; }
    .main-container .main-container-right.noticia .top-content-container .top-content {
      display: block; }
  .main-container .main-container-right.noticia .content .date .social-icons {
    top: -112px; }
  .main-container .main-container-right.noticia .content .back {
    top: -50px; }
  .main-container .main-container-right.noticia .content.noImage .back {
    top: 0px; }
  .main-container .main-container-right.noticia .content span, .main-container .main-container-right.noticia .content p, .main-container .main-container-right.noticia .content .tags {
    margin-left: 0px; } }
@media only screen and (max-width: 890px) {
  .idade-legal #wrapper .content .svg {
    display: none; } }
@media only screen and (max-width: 720px) {
  .modal-container .black #modal-info {
    max-width: 340px; } }
@media only screen and (max-width: 530px) {
  .modal-container .black .close-modal {
    right: 20px;
    height: 50px; }
    .modal-container .black .close-modal svg {
      bottom: 16px; }
  .modal-container .black #modal-info {
    max-width: 250px; }

  .idade-legal .content {
    width: 300px;
    background: #bea365;
    margin: -120px auto 0; }
    .idade-legal .content .form-top {
      border-top: 5px solid #eeeeee;
      padding: 30px 20px;
      position: relative;
      background: white; }
      .idade-legal .content .form-top img {
        left: -230px;
        top: 5px;
        position: absolute; }
      .idade-legal .content .form-top h2 {
        font-family: 'Roboto Condensed', Helvetica, Arial, "Lucida Grande", sans-serif;
        font-weight: 300;
        font-size: 18px;
        color: #bea365;
        line-height: 20px;
        max-width: 270px;
        margin: 0; }
    .idade-legal .content .date {
      padding: 40px 20px 0; }
    .idade-legal .content .location {
      padding: 40px 20px 0; }
    .idade-legal .content .check-area {
      padding: 40px 20px 0; }
    .idade-legal .content .termos {
      padding: 20px;
      height: auto; }

  .modal-container {
    position: fixed;
    overflow-y: scroll;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: none; }
    .modal-container .black {
      background-color: rgba(0, 0, 0, 0.9);
      width: 100%;
      height: auto;
      padding: 0px 0 58px 0px;
      position: relative; }
      .modal-container .black .click-div {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%; }
      .modal-container .black.full {
        height: 100%;
        text-align: center;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-box-pack: center;
        -webkit-box-align: center;
        display: -moz-box;
        -moz-box-orient: vertical;
        -moz-box-pack: center;
        -moz-box-align: left;
        display: -ms-box;
        -ms-box-orient: vertical;
        -ms-box-pack: center;
        -ms-box-align: center;
        display: box;
        box-orient: vertical;
        box-pack: center;
        box-align: center; }
        .modal-container .black.full iframe {
          display: block;
          margin: 0 auto;
          position: relative; }
    .modal-container .white {
      background-color: #FFF;
      width: 100%;
      height: auto;
      padding: 40px 0 70px 0px;
      position: relative; }
      .modal-container .white .detail-share-pod {
        margin-top: 0px; } }
@media only screen and (max-width: 1060px) {
  .contacto .top-content-container {
    width: 500px !important; }
    .contacto .top-content-container .top-content .block:first-child {
      width: 500px; }
  .contacto .content .map-wrapper {
    width: 500px;
    height: 500px; }
    .contacto .content .map-wrapper #map-canvas {
      width: 500px;
      height: 500px; }
  .contacto .content #contact-form {
    margin-left: 25px;
    margin-bottom: 25px; }
  .contacto .content #error-message {
    margin: 40px 0;
    width: 500px; }
    .contacto .content #error-message .message {
      width: 450px;
      margin: 0 auto;
      margin-top: 137px; }
      .contacto .content #error-message .message h2 {
        text-align: center; }
      .contacto .content #error-message .message h3 {
        text-align: center; }
      .contacto .content #error-message .message .icon {
        float: none;
        margin: 0 auto 40px auto;
        display: block; } }
@media only screen and (max-width: 530px) {
  .contacto .top-content-container {
    width: 300px !important; }
    .contacto .top-content-container .top-content .block:first-child {
      width: 300px; }
  .contacto .content .map-wrapper {
    width: 300px;
    height: 300px; }
    .contacto .content .map-wrapper #map-canvas {
      width: 300px;
      height: 300px; }
  .contacto .content #contact-form .col {
    width: 250px; }
  .contacto .content #contact-form input {
    width: 250px;
    max-width: 250px; }
    .contacto .content #contact-form input#telinput {
      max-width: 250px; }
  .contacto .content #contact-form textarea {
    width: 250px; }
  .contacto .content #contact-form .custom-select {
    width: 250px;
    margin-bottom: 20px; }
    .contacto .content #contact-form .custom-select .custom-text {
      width: 250px !important; }
    .contacto .content #contact-form .custom-select .select-list {
      width: 250px; }
      .contacto .content #contact-form .custom-select .select-list ul {
        width: 250px !important; }
  .contacto .content #error-message {
    margin: 40px 0;
    width: 300px; }
    .contacto .content #error-message .message {
      width: 250px;
      margin: 0 auto;
      margin-top: 137px; }
      .contacto .content #error-message .message h2 {
        text-align: center; }
      .contacto .content #error-message .message h3 {
        text-align: center; }
      .contacto .content #error-message .message .icon {
        float: none;
        margin: 0 auto 40px auto;
        display: block; }
  .contacto .submit-form a {
    padding-left: 0px; } }
@media only screen and (max-width: 1060px) {
  .marcas .top-content-container {
    width: 750px; }
    .marcas .top-content-container .top-content {
      padding-left: 0px; }
      .marcas .top-content-container .top-content .block {
        width: 105px;
        margin-right: 5px; }
  .marcas .content {
    max-width: 750px !important; }
    .marcas .content .marcas-filter-menu {
      width: 750px; }
      .marcas .content .marcas-filter-menu .marcas-filter-menu-slider .marcas-filter-menu-item-container {
        *zoom: 1; }
        .marcas .content .marcas-filter-menu .marcas-filter-menu-slider .marcas-filter-menu-item-container:before, .marcas .content .marcas-filter-menu .marcas-filter-menu-slider .marcas-filter-menu-item-container:after {
          display: table;
          content: ""; }
        .marcas .content .marcas-filter-menu .marcas-filter-menu-slider .marcas-filter-menu-item-container:after {
          clear: both; }
    .marcas .content .slider-block {
      width: 500px; }
      .marcas .content .slider-block .slider-block-slider {
        width: 500px; } }
@media only screen and (max-width: 800px) {
  .marcas .top-content-container {
    width: 500px !important; }
    .marcas .top-content-container .top-content {
      padding-left: 0px; }
      .marcas .top-content-container .top-content .block {
        width: 105px;
        margin-right: 5px; }
  .marcas .content {
    max-width: 500px !important; }
    .marcas .content .marcas-filter-menu {
      width: 500px; }
      .marcas .content .marcas-filter-menu .marcas-filter-menu-slider .marcas-filter-menu-item-container {
        *zoom: 1; }
        .marcas .content .marcas-filter-menu .marcas-filter-menu-slider .marcas-filter-menu-item-container:before, .marcas .content .marcas-filter-menu .marcas-filter-menu-slider .marcas-filter-menu-item-container:after {
          display: table;
          content: ""; }
        .marcas .content .marcas-filter-menu .marcas-filter-menu-slider .marcas-filter-menu-item-container:after {
          clear: both; } }
@media only screen and (max-width: 530px) {
  .block.marcas.title-cont .title {
    width: 100%;
    height: 100%; }

  .marcas .top-content-container {
    width: 300px !important; }
    .marcas .top-content-container .top-content {
      padding-left: 0px; }
      .marcas .top-content-container .top-content .block {
        width: 150px;
        height: 150px;
        margin-right: 0px; }
      .marcas .top-content-container .top-content .marcas-menu-item .icon span {
        font-size: 13px; }
  .marcas .content {
    max-width: 300px !important; }
    .marcas .content .marcas-filter-menu {
      width: 300px; }
      .marcas .content .marcas-filter-menu .marcas-filter-menu-slider .marcas-filter-menu-item-container {
        *zoom: 1;
        padding-left: 45px; }
        .marcas .content .marcas-filter-menu .marcas-filter-menu-slider .marcas-filter-menu-item-container:before, .marcas .content .marcas-filter-menu .marcas-filter-menu-slider .marcas-filter-menu-item-container:after {
          display: table;
          content: ""; }
        .marcas .content .marcas-filter-menu .marcas-filter-menu-slider .marcas-filter-menu-item-container:after {
          clear: both; }
    .marcas .content .marcas-container a .block-bottle {
      width: 150px; }
      .marcas .content .marcas-container a .block-bottle .block-hover-fill .block-hover-text {
        width: 90px; }
        .marcas .content .marcas-container a .block-bottle .block-hover-fill .block-hover-text .block-hover-text-content .title {
          font-size: 13px;
          line-height: 15px; }
    .marcas .content .marcas-container a:nth-child(8n):hover .block-bottle {
      margin-left: 0px; }
    .marcas .content .marcas-container a:nth-child(2n):hover .block-bottle {
      margin-left: -100px; }
    .marcas .content .slider-block {
      width: 300px; }
      .marcas .content .slider-block .slider-block-slider {
        width: 300px; }
      .marcas .content .slider-block .owl-item .block-hover-fill .block-hover-text {
        width: 90px; }
        .marcas .content .slider-block .owl-item .block-hover-fill .block-hover-text .block-hover-text-content .title {
          font-size: 13px;
          line-height: 15px; } }
@media only screen and (max-width: 1060px) {
  .marca {
    width: 500px;
    float: left;
    margin-left: 0 !important; }
    .marca .top-content-container {
      height: 500px !important; }
      .marca .top-content-container #cross-image {
        max-width: 750px;
        overflow: hidden; }
    .marca .content {
      margin-top: 200px; }
      .marca .content .marca-text .title {
        margin-right: 30px;
        margin-bottom: 20px; }
      .marca .content .marca-gama .marca-gama-item .title {
        margin-bottom: 20px; }
      .marca .content .marca-gama .images {
        width: 500px; }
        .marca .content .marca-gama .images .owl-controls .owl-buttons .owl-prev {
          left: 0; }
        .marca .content .marca-gama .images .owl-controls .owl-buttons .owl-next {
          right: 0; }
      .marca .content .marca-historia .marca-historia-content {
        width: 440px; }
        .marca .content .marca-historia .marca-historia-content .marca-historia-content-item {
          display: none;
          *zoom: 1; }
          .marca .content .marca-historia .marca-historia-content .marca-historia-content-item:before, .marca .content .marca-historia .marca-historia-content .marca-historia-content-item:after {
            display: table;
            content: ""; }
          .marca .content .marca-historia .marca-historia-content .marca-historia-content-item:after {
            clear: both; }
          .marca .content .marca-historia .marca-historia-content .marca-historia-content-item .marca-historia-content-item-image {
            width: 100%;
            text-align: center; }
          .marca .content .marca-historia .marca-historia-content .marca-historia-content-item .marca-historia-content-item-text {
            width: 450px;
            float: left;
            padding-top: 20px; }
            .marca .content .marca-historia .marca-historia-content .marca-historia-content-item .marca-historia-content-item-text.only-text {
              margin: 0 auto;
              float: none;
              padding-top: none; }
            .marca .content .marca-historia .marca-historia-content .marca-historia-content-item .marca-historia-content-item-text h2 {
              max-width: 450px;
              padding: 0;
              margin: 0 0 10px 0;
              font-family: 'Roboto Condensed', Helvetica, Arial, "Lucida Grande", sans-serif;
              font-weight: 300;
              font-size: 40px;
              color: #BEA365;
              line-height: 35px; }
            .marca .content .marca-historia .marca-historia-content .marca-historia-content-item .marca-historia-content-item-text h3 {
              max-width: 450px;
              padding: 0;
              margin: 0;
              font-family: 'Roboto Condensed', Helvetica, Arial, "Lucida Grande", sans-serif;
              font-weight: 300;
              font-size: 20px;
              color: #666;
              line-height: 20px;
              font-style: italic; }
              .marca .content .marca-historia .marca-historia-content .marca-historia-content-item .marca-historia-content-item-text h3 p {
                margin: 0 0 10px 0;
                padding: 0;
                font-style: italic; }
          .marca .content .marca-historia .marca-historia-content .marca-historia-content-item.active {
            display: block; }
      .marca .content .marca-historia .marca-historia-slider {
        width: 360px;
        padding-left: 12px; }
        .marca .content .marca-historia .marca-historia-slider .owl-controls .owl-buttons .owl-prev {
          left: -70px; }
        .marca .content .marca-historia .marca-historia-slider .owl-controls .owl-buttons .owl-next {
          right: -70px; }
      .marca .content .marca-galeria {
        padding: 0px;
        *zoom: 1;
        position: relative; }
        .marca .content .marca-galeria:before, .marca .content .marca-galeria:after {
          display: table;
          content: ""; }
        .marca .content .marca-galeria:after {
          clear: both; }
        .marca .content .marca-galeria .marca-galeria-subtitle {
          padding: 0 30px; }
          .marca .content .marca-galeria .marca-galeria-subtitle h3 {
            margin: 0 0 40px 0;
            padding: 0;
            color: #BEA365;
            font-size: 35px;
            font-family: 'Roboto Condensed', Helvetica, Arial, "Lucida Grande", sans-serif;
            font-weight: 300; }
        .marca .content .marca-galeria .marca-galeria-content {
          width: 500px;
          min-height: 253px; }
          .marca .content .marca-galeria .marca-galeria-content .marca-galeria-content-item {
            display: none;
            position: relative; }
            .marca .content .marca-galeria .marca-galeria-content .marca-galeria-content-item .marca-galeria-content-text {
              width: 500px;
              position: absolute;
              bottom: 0;
              right: 0;
              padding: 20px 30px 20px 20px;
              background-color: rgba(14, 2, 0, 0.8);
              z-index: 1; }
              .marca .content .marca-galeria .marca-galeria-content .marca-galeria-content-item .marca-galeria-content-text p {
                max-width: 450px;
                font-family: 'Roboto Condensed', Helvetica, Arial, "Lucida Grande", sans-serif;
                font-weight: 300;
                font-size: 18px;
                color: white;
                line-height: 20px;
                margin: 0;
                padding: 0; }
            .marca .content .marca-galeria .marca-galeria-content .marca-galeria-content-item .marca-galeria-content-item-image {
              position: relative;
              width: 500px;
              height: 253px; }
              .marca .content .marca-galeria .marca-galeria-content .marca-galeria-content-item .marca-galeria-content-item-image img {
                width: 500px;
                height: 253px; }
            .marca .content .marca-galeria .marca-galeria-content .marca-galeria-content-item .marca-galeria-content-video {
              width: 500px; }
              .marca .content .marca-galeria .marca-galeria-content .marca-galeria-content-item .marca-galeria-content-video video, .marca .content .marca-galeria .marca-galeria-content .marca-galeria-content-item .marca-galeria-content-video .video-js {
                width: 500px !important;
                height: 253px !important; }
            .marca .content .marca-galeria .marca-galeria-content .marca-galeria-content-item.active {
              display: block; }
        .marca .content .marca-galeria .marca-galeria-slider {
          width: 415px;
          padding-left: 10px; }
          .marca .content .marca-galeria .marca-galeria-slider .owl-controls .owl-buttons .owl-prev {
            left: -43px; }
          .marca .content .marca-galeria .marca-galeria-slider .owl-controls .owl-buttons .owl-next {
            right: -42px; }
          .marca .content .marca-galeria .marca-galeria-slider .marca-galeria-slider-item {
            position: relative;
            width: 120px;
            height: 80px;
            cursor: pointer; }
            .marca .content .marca-galeria .marca-galeria-slider .marca-galeria-slider-item.active .marca-galeria-rounded:before {
              position: absolute;
              content: ' ';
              width: 120px;
              height: 80px;
              border: 5px solid #BEA365; }
            .marca .content .marca-galeria .marca-galeria-slider .marca-galeria-slider-item .marca-galeria-rounded {
              display: table;
              width: 120px;
              height: 80px;
              margin: 0 auto;
              text-align: center; }
              .marca .content .marca-galeria .marca-galeria-slider .marca-galeria-slider-item .marca-galeria-rounded:before {
                position: absolute;
                content: ' ';
                width: 120px;
                height: 80px;
                border: 5px solid #828282; }
            .marca .content .marca-galeria .marca-galeria-slider .marca-galeria-slider-item:hover .marca-galeria-rounded:before {
              position: absolute;
              content: ' ';
              width: 120px;
              height: 80px;
              border: 5px solid #BEA365; }
      .marca .content .marca-factos {
        width: 440px;
        margin: 50px auto 0 auto; }
        .marca .content .marca-factos .marca-factos-slider .owl-controls .owl-buttons .owl-prev {
          height: 110px;
          position: absolute;
          top: 0;
          bottom: 0;
          margin: auto 0;
          width: 30px;
          left: 0;
          background: url("../img/sprite/sprite.png") 0px -190px no-repeat; }
        .marca .content .marca-factos .marca-factos-slider .owl-controls .owl-buttons .owl-next {
          height: 110px;
          position: absolute;
          top: 0;
          bottom: 0;
          margin: auto 0;
          width: 30px;
          right: 0;
          background: url("../img/sprite/sprite.png") -40px -190px no-repeat; }
        .marca .content .marca-factos .marca-factos-slider .marca-factos-slider-item {
          position: relative;
          width: 380px;
          min-height: 110px;
          margin: 0 auto; }
          .marca .content .marca-factos .marca-factos-slider .marca-factos-slider-item p {
            font-size: 35px;
            color: #BEA365;
            font-family: 'Roboto Condensed', Helvetica, Arial, "Lucida Grande", sans-serif;
            font-weight: 300;
            max-width: 610px;
            line-height: 35px;
            margin: 0;
            padding: 0;
            font-style: italic; } }
@media only screen and (max-width: 800px) {
  .marca {
    width: 500px;
    float: left;
    margin-top: -250px;
    margin-left: 0 !important; }
    .marca .top-content-container #cross-image {
      max-width: 500px;
      left: 0;
      overflow: hidden; }
    .marca .content {
      margin-top: 200px; }
      .marca .content .marca-text .title {
        margin-right: 30px;
        margin-bottom: 20px; }
      .marca .content .marca-gama .marca-gama-item .title {
        margin-bottom: 20px; }
      .marca .content .marca-gama .images {
        width: 500px; }
        .marca .content .marca-gama .images .owl-controls .owl-buttons .owl-prev {
          left: 0; }
        .marca .content .marca-gama .images .owl-controls .owl-buttons .owl-next {
          right: 0; }
      .marca .content .marca-historia .marca-historia-content {
        width: 440px; }
        .marca .content .marca-historia .marca-historia-content .marca-historia-content-item {
          display: none;
          *zoom: 1; }
          .marca .content .marca-historia .marca-historia-content .marca-historia-content-item:before, .marca .content .marca-historia .marca-historia-content .marca-historia-content-item:after {
            display: table;
            content: ""; }
          .marca .content .marca-historia .marca-historia-content .marca-historia-content-item:after {
            clear: both; }
          .marca .content .marca-historia .marca-historia-content .marca-historia-content-item .marca-historia-content-item-image {
            width: 100%;
            text-align: center; }
          .marca .content .marca-historia .marca-historia-content .marca-historia-content-item .marca-historia-content-item-text {
            width: 450px;
            float: left;
            padding-top: 20px; }
            .marca .content .marca-historia .marca-historia-content .marca-historia-content-item .marca-historia-content-item-text.only-text {
              margin: 0 auto;
              float: none;
              padding-top: none; }
            .marca .content .marca-historia .marca-historia-content .marca-historia-content-item .marca-historia-content-item-text h2 {
              max-width: 450px;
              padding: 0;
              margin: 0 0 10px 0;
              font-family: 'Roboto Condensed', Helvetica, Arial, "Lucida Grande", sans-serif;
              font-weight: 300;
              font-size: 40px;
              color: #BEA365;
              line-height: 35px; }
            .marca .content .marca-historia .marca-historia-content .marca-historia-content-item .marca-historia-content-item-text h3 {
              max-width: 450px;
              padding: 0;
              margin: 0;
              font-family: 'Roboto Condensed', Helvetica, Arial, "Lucida Grande", sans-serif;
              font-weight: 300;
              font-size: 20px;
              color: #666;
              line-height: 20px;
              font-style: italic; }
              .marca .content .marca-historia .marca-historia-content .marca-historia-content-item .marca-historia-content-item-text h3 p {
                margin: 0 0 10px 0;
                padding: 0;
                font-style: italic; }
          .marca .content .marca-historia .marca-historia-content .marca-historia-content-item.active {
            display: block; }
      .marca .content .marca-historia .marca-historia-slider {
        width: 360px;
        padding-left: 12px; }
        .marca .content .marca-historia .marca-historia-slider .owl-controls .owl-buttons .owl-prev {
          left: -70px; }
        .marca .content .marca-historia .marca-historia-slider .owl-controls .owl-buttons .owl-next {
          right: -70px; }
      .marca .content .marca-galeria {
        padding: 0px;
        *zoom: 1;
        position: relative; }
        .marca .content .marca-galeria:before, .marca .content .marca-galeria:after {
          display: table;
          content: ""; }
        .marca .content .marca-galeria:after {
          clear: both; }
        .marca .content .marca-galeria .marca-galeria-subtitle {
          padding: 0 30px; }
          .marca .content .marca-galeria .marca-galeria-subtitle h3 {
            margin: 0 0 40px 0;
            padding: 0;
            color: #BEA365;
            font-size: 35px;
            font-family: 'Roboto Condensed', Helvetica, Arial, "Lucida Grande", sans-serif;
            font-weight: 300; }
        .marca .content .marca-galeria .marca-galeria-content {
          width: 500px;
          min-height: 253px; }
          .marca .content .marca-galeria .marca-galeria-content .marca-galeria-content-item {
            display: none;
            position: relative; }
            .marca .content .marca-galeria .marca-galeria-content .marca-galeria-content-item .marca-galeria-content-text {
              width: 500px;
              position: absolute;
              bottom: 0;
              right: 0;
              padding: 20px 30px 20px 20px;
              background-color: rgba(14, 2, 0, 0.8);
              z-index: 1; }
              .marca .content .marca-galeria .marca-galeria-content .marca-galeria-content-item .marca-galeria-content-text p {
                max-width: 450px;
                font-family: 'Roboto Condensed', Helvetica, Arial, "Lucida Grande", sans-serif;
                font-weight: 300;
                font-size: 18px;
                color: white;
                line-height: 20px;
                margin: 0;
                padding: 0; }
            .marca .content .marca-galeria .marca-galeria-content .marca-galeria-content-item .marca-galeria-content-item-image {
              position: relative;
              width: 500px;
              height: 253px; }
              .marca .content .marca-galeria .marca-galeria-content .marca-galeria-content-item .marca-galeria-content-item-image img {
                width: 500px;
                height: 253px; }
            .marca .content .marca-galeria .marca-galeria-content .marca-galeria-content-item .marca-galeria-content-video {
              width: 500px; }
              .marca .content .marca-galeria .marca-galeria-content .marca-galeria-content-item .marca-galeria-content-video video, .marca .content .marca-galeria .marca-galeria-content .marca-galeria-content-item .marca-galeria-content-video .video-js {
                width: 500px !important;
                height: 253px !important; }
            .marca .content .marca-galeria .marca-galeria-content .marca-galeria-content-item.active {
              display: block; }
        .marca .content .marca-galeria .marca-galeria-slider {
          width: 415px;
          padding-left: 10px; }
          .marca .content .marca-galeria .marca-galeria-slider .owl-controls .owl-buttons .owl-prev {
            left: -43px; }
          .marca .content .marca-galeria .marca-galeria-slider .owl-controls .owl-buttons .owl-next {
            right: -42px; }
          .marca .content .marca-galeria .marca-galeria-slider .marca-galeria-slider-item {
            position: relative;
            width: 120px;
            height: 80px;
            cursor: pointer; }
            .marca .content .marca-galeria .marca-galeria-slider .marca-galeria-slider-item.active .marca-galeria-rounded:before {
              position: absolute;
              content: ' ';
              width: 120px;
              height: 80px;
              border: 5px solid #BEA365; }
            .marca .content .marca-galeria .marca-galeria-slider .marca-galeria-slider-item .marca-galeria-rounded {
              display: table;
              width: 120px;
              height: 80px;
              margin: 0 auto;
              text-align: center; }
              .marca .content .marca-galeria .marca-galeria-slider .marca-galeria-slider-item .marca-galeria-rounded:before {
                position: absolute;
                content: ' ';
                width: 120px;
                height: 80px;
                border: 5px solid #828282; }
            .marca .content .marca-galeria .marca-galeria-slider .marca-galeria-slider-item:hover .marca-galeria-rounded:before {
              position: absolute;
              content: ' ';
              width: 120px;
              height: 80px;
              border: 5px solid #BEA365; }
      .marca .content .marca-factos {
        width: 440px;
        margin: 50px auto 0 auto; }
        .marca .content .marca-factos .marca-factos-slider .owl-controls .owl-buttons .owl-prev {
          height: 110px;
          position: absolute;
          top: 0;
          bottom: 0;
          margin: auto 0;
          width: 30px;
          left: 0;
          background: url("../img/sprite/sprite.png") 0px -190px no-repeat; }
        .marca .content .marca-factos .marca-factos-slider .owl-controls .owl-buttons .owl-next {
          height: 110px;
          position: absolute;
          top: 0;
          bottom: 0;
          margin: auto 0;
          width: 30px;
          right: 0;
          background: url("../img/sprite/sprite.png") -40px -190px no-repeat; }
        .marca .content .marca-factos .marca-factos-slider .marca-factos-slider-item {
          position: relative;
          width: 380px;
          min-height: 0;
          margin: 0 auto; }
          .marca .content .marca-factos .marca-factos-slider .marca-factos-slider-item p {
            font-size: 25px;
            color: #BEA365;
            font-family: 'Roboto Condensed', Helvetica, Arial, "Lucida Grande", sans-serif;
            font-weight: 300;
            max-width: 610px;
            line-height: 25px;
            margin: 0;
            padding: 0;
            font-style: italic; } }
@media only screen and (max-width: 530px) {
  .block.marcas.title-cont .title {
    width: 100%;
    height: 100%; }

  .marca {
    width: 300px;
    float: left;
    margin-top: -150px;
    margin-left: 0 !important; }
    .marca .top-content-container {
      height: 250px !important; }
      .marca .top-content-container #cross-image {
        max-width: 300px;
        left: 0;
        overflow: hidden; }
        .marca .top-content-container #cross-image.animate {
          height: 250px; }
        .marca .top-content-container #cross-image img {
          width: 500px;
          height: auto; }
      .marca .top-content-container #cross-image-bottle img {
        width: auto;
        height: 365px; }
    .marca .content {
      margin-top: 100px; }
      .marca .content .marca-text {
        width: 100%; }
        .marca .content .marca-text .title {
          margin-right: 30px;
          margin-bottom: 20px; }
        .marca .content .marca-text .text {
          width: 100%; }
      .marca .content .marca-gama .marca-gama-item .title {
        margin-bottom: 20px; }
      .marca .content .marca-gama .marca-gama-item .text {
        width: 100%; }
      .marca .content .marca-gama .images {
        width: 300px; }
        .marca .content .marca-gama .images .owl-controls .owl-buttons .owl-prev {
          left: 0; }
        .marca .content .marca-gama .images .owl-controls .owl-buttons .owl-next {
          right: 0; }
      .marca .content .marca-historia .marca-historia-content {
        width: 300px;
        margin-left: 0; }
        .marca .content .marca-historia .marca-historia-content .marca-historia-content-item {
          display: none;
          *zoom: 1; }
          .marca .content .marca-historia .marca-historia-content .marca-historia-content-item:before, .marca .content .marca-historia .marca-historia-content .marca-historia-content-item:after {
            display: table;
            content: ""; }
          .marca .content .marca-historia .marca-historia-content .marca-historia-content-item:after {
            clear: both; }
          .marca .content .marca-historia .marca-historia-content .marca-historia-content-item .marca-historia-content-item-image {
            width: 100%;
            text-align: center; }
          .marca .content .marca-historia .marca-historia-content .marca-historia-content-item .marca-historia-content-item-text {
            width: 300px;
            float: left;
            padding-top: 20px;
            padding-left: 30px;
            padding-right: 30px; }
            .marca .content .marca-historia .marca-historia-content .marca-historia-content-item .marca-historia-content-item-text.only-text {
              margin: 0 auto;
              float: none;
              padding-top: none; }
            .marca .content .marca-historia .marca-historia-content .marca-historia-content-item .marca-historia-content-item-text h2 {
              max-width: 300px;
              padding: 0;
              margin: 0 0 10px 0;
              font-family: 'Roboto Condensed', Helvetica, Arial, "Lucida Grande", sans-serif;
              font-weight: 300;
              font-size: 40px;
              color: #BEA365;
              line-height: 35px; }
            .marca .content .marca-historia .marca-historia-content .marca-historia-content-item .marca-historia-content-item-text h3 {
              max-width: 300px;
              padding: 0;
              margin: 0;
              font-family: 'Roboto Condensed', Helvetica, Arial, "Lucida Grande", sans-serif;
              font-weight: 300;
              font-size: 20px;
              color: #666;
              line-height: 20px;
              font-style: italic; }
              .marca .content .marca-historia .marca-historia-content .marca-historia-content-item .marca-historia-content-item-text h3 p {
                margin: 0 0 10px 0;
                padding: 0;
                font-style: italic; }
          .marca .content .marca-historia .marca-historia-content .marca-historia-content-item.active {
            display: block; }
      .marca .content .marca-historia .marca-historia-slider {
        width: 240px;
        padding-left: 0; }
        .marca .content .marca-historia .marca-historia-slider .owl-controls .owl-buttons .owl-prev {
          left: -30px; }
        .marca .content .marca-historia .marca-historia-slider .owl-controls .owl-buttons .owl-next {
          right: -30px; }
      .marca .content .marca-galeria {
        padding: 0px;
        *zoom: 1;
        position: relative; }
        .marca .content .marca-galeria:before, .marca .content .marca-galeria:after {
          display: table;
          content: ""; }
        .marca .content .marca-galeria:after {
          clear: both; }
        .marca .content .marca-galeria .marca-galeria-subtitle {
          padding: 0 30px; }
          .marca .content .marca-galeria .marca-galeria-subtitle h3 {
            margin: 0 0 40px 0;
            padding: 0;
            color: #BEA365;
            font-size: 35px;
            font-family: 'Roboto Condensed', Helvetica, Arial, "Lucida Grande", sans-serif;
            font-weight: 300; }
        .marca .content .marca-galeria .marca-galeria-content {
          width: 300px;
          min-height: 152px; }
          .marca .content .marca-galeria .marca-galeria-content .marca-galeria-content-item {
            display: none;
            position: relative; }
            .marca .content .marca-galeria .marca-galeria-content .marca-galeria-content-item .marca-galeria-content-text {
              width: 300px;
              position: absolute;
              bottom: 0;
              right: 0;
              padding: 20px 30px 20px 20px;
              background-color: rgba(14, 2, 0, 0.8);
              z-index: 1; }
              .marca .content .marca-galeria .marca-galeria-content .marca-galeria-content-item .marca-galeria-content-text p {
                max-width: 300px;
                font-family: 'Roboto Condensed', Helvetica, Arial, "Lucida Grande", sans-serif;
                font-weight: 300;
                font-size: 18px;
                color: white;
                line-height: 20px;
                margin: 0;
                padding: 0; }
            .marca .content .marca-galeria .marca-galeria-content .marca-galeria-content-item .marca-galeria-content-item-image {
              position: relative;
              width: 300px;
              height: 152px; }
              .marca .content .marca-galeria .marca-galeria-content .marca-galeria-content-item .marca-galeria-content-item-image img {
                width: 300px;
                height: 152px; }
            .marca .content .marca-galeria .marca-galeria-content .marca-galeria-content-item .marca-galeria-content-video {
              width: 300px; }
              .marca .content .marca-galeria .marca-galeria-content .marca-galeria-content-item .marca-galeria-content-video video, .marca .content .marca-galeria .marca-galeria-content .marca-galeria-content-item .marca-galeria-content-video .video-js {
                width: 300px !important;
                height: 152px !important; }
            .marca .content .marca-galeria .marca-galeria-content .marca-galeria-content-item.active {
              display: block; }
        .marca .content .marca-galeria .marca-galeria-slider {
          padding-left: 10;
          width: 300px; }
          .marca .content .marca-galeria .marca-galeria-slider .owl-controls .owl-buttons .owl-prev {
            left: 0; }
          .marca .content .marca-galeria .marca-galeria-slider .owl-controls .owl-buttons .owl-next {
            right: 0; }
          .marca .content .marca-galeria .marca-galeria-slider .marca-galeria-slider-item {
            position: relative;
            width: 120px;
            height: 80px;
            cursor: pointer; }
            .marca .content .marca-galeria .marca-galeria-slider .marca-galeria-slider-item.active .marca-galeria-rounded:before {
              position: absolute;
              content: ' ';
              width: 120px;
              height: 80px;
              border: 5px solid #BEA365; }
            .marca .content .marca-galeria .marca-galeria-slider .marca-galeria-slider-item .marca-galeria-rounded {
              display: table;
              width: 120px;
              height: 80px;
              margin: 0 auto;
              text-align: center; }
              .marca .content .marca-galeria .marca-galeria-slider .marca-galeria-slider-item .marca-galeria-rounded:before {
                position: absolute;
                content: ' ';
                width: 120px;
                height: 80px;
                border: 5px solid #828282; }
            .marca .content .marca-galeria .marca-galeria-slider .marca-galeria-slider-item:hover .marca-galeria-rounded:before {
              position: absolute;
              content: ' ';
              width: 120px;
              height: 80px;
              border: 5px solid #BEA365; }
      .marca .content .marca-factos {
        width: 260px;
        margin: 50px auto 0 auto; }
        .marca .content .marca-factos .marca-factos-slider .owl-controls .owl-buttons .owl-prev {
          height: 110px;
          position: absolute;
          top: 0;
          bottom: 0;
          margin: auto 0;
          width: 30px;
          left: 0;
          background: url("../img/sprite/sprite.png") 0px -190px no-repeat; }
        .marca .content .marca-factos .marca-factos-slider .owl-controls .owl-buttons .owl-next {
          height: 110px;
          position: absolute;
          top: 0;
          bottom: 0;
          margin: auto 0;
          width: 30px;
          right: 0;
          background: url("../img/sprite/sprite.png") -40px -190px no-repeat; }
        .marca .content .marca-factos .marca-factos-slider .marca-factos-slider-item {
          position: relative;
          width: 200px;
          min-height: 0;
          margin: 0 auto; }
          .marca .content .marca-factos .marca-factos-slider .marca-factos-slider-item p {
            font-size: 18px;
            color: #BEA365;
            font-family: 'Roboto Condensed', Helvetica, Arial, "Lucida Grande", sans-serif;
            font-weight: 300;
            line-height: 20px;
            margin: 0;
            padding: 0;
            font-style: italic; } }

/*# sourceMappingURL=styles.css.map */
