/**
 *
 * IMPORTS
 *
 */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
@import url(../font/font.css);
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
 position: relative; }

/*
 * Remove default margin.
 */
body {
  margin: 0;
  overflow-x: hidden; }


.st0{
	fill:#ad8f63 !important;
}

.mn_roda {
	color: #ad8f63;
	text-decoration: none;
	padding: 15px;
	font-size: 25px; line-height: 24px;
}

.mn_roda a{
	color: #ad8f63;
	text-decoration: none;
	padding: 15px;
	    padding-top: 5px;
    padding-bottom: 2px;
	font-size: 17px; line-height: 17px;
}

.flex{
display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;

}


.rowwrap{
		-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
}

.columnwrap{
		-webkit-flex-flow: column wrap;
	-moz-flex-flow: column wrap;
	-ms-flex-flow: column wrap;
	flex-flow: column wrap;
}

.center{
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;

}

.space-around{
	-webkit-justify-content: space-around;
	-moz-justify-content: space-around;
	-ms-justify-content: space-around;
	justify-content: space-around;

}

.space-between{
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;

}

.space-evenly{
	-webkit-justify-content: space-evenly;
	-moz-justify-content: space-evenly;
	-ms-justify-content: space-evenly;
	justify-content: space-evenly;

}


.align{
-webkit-align-items: center;	-moz-align-items: center;	-ms-align-items: center;	align-items: center;
}



* {
  box-sizing: border-box; }

i {
  font-style: normal; }

/*
 * Seta > box-sizing: border-box em todos os elementos
 */
* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  vertical-align: top; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/**
 * 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/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * 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: top; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 0; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * 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 Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
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; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 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 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 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/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

h1,
h2,
h3,
h4,
h5 {
  margin: 0; }

.cf_:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.cf_ {
  display: block;
  *display: inline-block; }

/* Vars ############### */
/* Fonts */
/* img */
.view-animate-container {
  position: absolute;
  height: 100%;
  overflow: hidden;
  width: 100%; }

.view-animate {
  width: 100%;
  height: 100%; }

.view-animate.ng-enter {
  transition: all 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1150ms;
  display: block;
  border-left: 1px solid black;
  top: 0px;
  left: 0px; }

.view-animate.ng-leave {
  transition: all 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1s;
  display: block;
  top: 0px;
  left: 0px; }

.view-animate.ng-enter #splash {
  opacity: 0; }

.view-animate.ng-enter main.color1 {
  -ms-transform: translateX(100%);
      transform: translateX(100%); }

.view-animate.ng-enter #mosaic .item1 {
  -ms-transform: translateY(-100%);
      transform: translateY(-100%); }

.view-animate.ng-enter #mosaic .item2 {
  -ms-transform: translateY(100%);
      transform: translateY(100%); }

.view-animate.ng-enter #mosaic .item3 {
  -ms-transform: translateY(100%);
      transform: translateY(100%); }

.view-animate.ng-enter.ng-enter-active #splash {
  transition: opacity 0.25s ease-out 0.25s;
  opacity: 1; }

.view-animate.ng-enter.ng-enter-active main.color1 {
  transition: transform 0.25s ease-out .4s;
  -ms-transform: translateX(0%);
      transform: translateX(0%); }

.view-animate.ng-enter.ng-enter-active #mosaic .item1 {
  transition: transform 0.25s ease-out .1s;
  -ms-transform: translateY(0%);
      transform: translateY(0%); }

.view-animate.ng-enter.ng-enter-active #mosaic .item2 {
  transition: transform 0.25s ease-out .2s;
  -ms-transform: translateY(0%);
      transform: translateY(0%); }

.view-animate.ng-enter.ng-enter-active #mosaic .item3 {
  transition: transform 0.25s ease-out .3s;
  -ms-transform: translateY(0%);
      transform: translateY(0%); }

.view-animate.ng-leave.ng-leave-active #splash {
  transition: opacity 0.25s ease-out 0.25s;
  opacity: 0; }

.view-animate.ng-leave.ng-leave-active main.color1 {
  transition: transform 0.25s ease-out .04s;
  -ms-transform: translateX(100%);
      transform: translateX(100%); }

.view-animate.ng-leave.ng-leave-active #mosaic .item1 {
  transition: transform 0.25s ease-out .01s;
  -ms-transform: translateY(-100%);
      transform: translateY(-100%); }

.view-animate.ng-leave.ng-leave-active #mosaic .item2 {
  transition: transform 0.25s ease-out .02s;
  -ms-transform: translateY(100%);
      transform: translateY(100%); }

.view-animate.ng-leave.ng-leave-active #mosaic .item3 {
  transition: transform 0.25s ease-out .03s;
  -ms-transform: translateY(100%);
      transform: translateY(100%); }

.materialize-red {
  background-color: #e51c23 !important; }

.materialize-red-text {
  color: #e51c23 !important; }

.materialize-red.lighten-5 {
  background-color: #fdeaeb !important; }

.materialize-red-text.text-lighten-5 {
  color: #fdeaeb !important; }

.materialize-red.lighten-4 {
  background-color: #f8c1c3 !important; }

.materialize-red-text.text-lighten-4 {
  color: #f8c1c3 !important; }

.materialize-red.lighten-3 {
  background-color: #f3989b !important; }

.materialize-red-text.text-lighten-3 {
  color: #f3989b !important; }

.materialize-red.lighten-2 {
  background-color: #ee6e73 !important; }

.materialize-red-text.text-lighten-2 {
  color: #ee6e73 !important; }

.materialize-red.lighten-1 {
  background-color: #ea454b !important; }

.materialize-red-text.text-lighten-1 {
  color: #ea454b !important; }

.materialize-red.darken-1 {
  background-color: #d0181e !important; }

.materialize-red-text.text-darken-1 {
  color: #d0181e !important; }

.materialize-red.darken-2 {
  background-color: #b9151b !important; }

.materialize-red-text.text-darken-2 {
  color: #b9151b !important; }

.materialize-red.darken-3 {
  background-color: #a21318 !important; }

.materialize-red-text.text-darken-3 {
  color: #a21318 !important; }

.materialize-red.darken-4 {
  background-color: #8b1014 !important; }

.materialize-red-text.text-darken-4 {
  color: #8b1014 !important; }

.red {
  background-color: #F44336 !important; }

.red-text {
  color: #F44336 !important; }

.red.lighten-5 {
  background-color: #FFEBEE !important; }

.red-text.text-lighten-5 {
  color: #FFEBEE !important; }

.red.lighten-4 {
  background-color: #FFCDD2 !important; }

.red-text.text-lighten-4 {
  color: #FFCDD2 !important; }

.red.lighten-3 {
  background-color: #EF9A9A !important; }

.red-text.text-lighten-3 {
  color: #EF9A9A !important; }

.red.lighten-2 {
  background-color: #E57373 !important; }

.red-text.text-lighten-2 {
  color: #E57373 !important; }

.red.lighten-1 {
  background-color: #EF5350 !important; }

.red-text.text-lighten-1 {
  color: #EF5350 !important; }

.red.darken-1 {
  background-color: #E53935 !important; }

.red-text.text-darken-1 {
  color: #E53935 !important; }

.red.darken-2 {
  background-color: #D32F2F !important; }

.red-text.text-darken-2 {
  color: #D32F2F !important; }

.red.darken-3 {
  background-color: #C62828 !important; }

.red-text.text-darken-3 {
  color: #C62828 !important; }

.red.darken-4 {
  background-color: #B71C1C !important; }

.red-text.text-darken-4 {
  color: #B71C1C !important; }

.red.accent-1 {
  background-color: #FF8A80 !important; }

.red-text.text-accent-1 {
  color: #FF8A80 !important; }

.red.accent-2 {
  background-color: #FF5252 !important; }

.red-text.text-accent-2 {
  color: #FF5252 !important; }

.red.accent-3 {
  background-color: #FF1744 !important; }

.red-text.text-accent-3 {
  color: #FF1744 !important; }

.red.accent-4 {
  background-color: #D50000 !important; }

.red-text.text-accent-4 {
  color: #D50000 !important; }

.pink {
  background-color: #e91e63 !important; }

.pink-text {
  color: #e91e63 !important; }

.pink.lighten-5 {
  background-color: #fce4ec !important; }

.pink-text.text-lighten-5 {
  color: #fce4ec !important; }

.pink.lighten-4 {
  background-color: #f8bbd0 !important; }

.pink-text.text-lighten-4 {
  color: #f8bbd0 !important; }

.pink.lighten-3 {
  background-color: #f48fb1 !important; }

.pink-text.text-lighten-3 {
  color: #f48fb1 !important; }

.pink.lighten-2 {
  background-color: #f06292 !important; }

.pink-text.text-lighten-2 {
  color: #f06292 !important; }

.pink.lighten-1 {
  background-color: #ec407a !important; }

.pink-text.text-lighten-1 {
  color: #ec407a !important; }

.pink.darken-1 {
  background-color: #d81b60 !important; }

.pink-text.text-darken-1 {
  color: #d81b60 !important; }

.pink.darken-2 {
  background-color: #c2185b !important; }

.pink-text.text-darken-2 {
  color: #c2185b !important; }

.pink.darken-3 {
  background-color: #ad1457 !important; }

.pink-text.text-darken-3 {
  color: #ad1457 !important; }

.pink.darken-4 {
  background-color: #880e4f !important; }

.pink-text.text-darken-4 {
  color: #880e4f !important; }

.pink.accent-1 {
  background-color: #ff80ab !important; }

.pink-text.text-accent-1 {
  color: #ff80ab !important; }

.pink.accent-2 {
  background-color: #ff4081 !important; }

.pink-text.text-accent-2 {
  color: #ff4081 !important; }

.pink.accent-3 {
  background-color: #f50057 !important; }

.pink-text.text-accent-3 {
  color: #f50057 !important; }

.pink.accent-4 {
  background-color: #c51162 !important; }

.pink-text.text-accent-4 {
  color: #c51162 !important; }

.purple {
  background-color: #9c27b0 !important; }

.purple-text {
  color: #9c27b0 !important; }

.purple.lighten-5 {
  background-color: #f3e5f5 !important; }

.purple-text.text-lighten-5 {
  color: #f3e5f5 !important; }

.purple.lighten-4 {
  background-color: #e1bee7 !important; }

.purple-text.text-lighten-4 {
  color: #e1bee7 !important; }

.purple.lighten-3 {
  background-color: #ce93d8 !important; }

.purple-text.text-lighten-3 {
  color: #ce93d8 !important; }

.purple.lighten-2 {
  background-color: #ba68c8 !important; }

.purple-text.text-lighten-2 {
  color: #ba68c8 !important; }

.purple.lighten-1 {
  background-color: #ab47bc !important; }

.purple-text.text-lighten-1 {
  color: #ab47bc !important; }

.purple.darken-1 {
  background-color: #8e24aa !important; }

.purple-text.text-darken-1 {
  color: #8e24aa !important; }

.purple.darken-2 {
  background-color: #7b1fa2 !important; }

.purple-text.text-darken-2 {
  color: #7b1fa2 !important; }

.purple.darken-3 {
  background-color: #6a1b9a !important; }

.purple-text.text-darken-3 {
  color: #6a1b9a !important; }

.purple.darken-4 {
  background-color: #4a148c !important; }

.purple-text.text-darken-4 {
  color: #4a148c !important; }

.purple.accent-1 {
  background-color: #ea80fc !important; }

.purple-text.text-accent-1 {
  color: #ea80fc !important; }

.purple.accent-2 {
  background-color: #e040fb !important; }

.purple-text.text-accent-2 {
  color: #e040fb !important; }

.purple.accent-3 {
  background-color: #d500f9 !important; }

.purple-text.text-accent-3 {
  color: #d500f9 !important; }

.purple.accent-4 {
  background-color: #aa00ff !important; }

.purple-text.text-accent-4 {
  color: #aa00ff !important; }

.deep-purple {
  background-color: #673ab7 !important; }

.deep-purple-text {
  color: #673ab7 !important; }

.deep-purple.lighten-5 {
  background-color: #ede7f6 !important; }

.deep-purple-text.text-lighten-5 {
  color: #ede7f6 !important; }

.deep-purple.lighten-4 {
  background-color: #d1c4e9 !important; }

.deep-purple-text.text-lighten-4 {
  color: #d1c4e9 !important; }

.deep-purple.lighten-3 {
  background-color: #b39ddb !important; }

.deep-purple-text.text-lighten-3 {
  color: #b39ddb !important; }

.deep-purple.lighten-2 {
  background-color: #9575cd !important; }

.deep-purple-text.text-lighten-2 {
  color: #9575cd !important; }

.deep-purple.lighten-1 {
  background-color: #7e57c2 !important; }

.deep-purple-text.text-lighten-1 {
  color: #7e57c2 !important; }

.deep-purple.darken-1 {
  background-color: #5e35b1 !important; }

.deep-purple-text.text-darken-1 {
  color: #5e35b1 !important; }

.deep-purple.darken-2 {
  background-color: #512da8 !important; }

.deep-purple-text.text-darken-2 {
  color: #512da8 !important; }

.deep-purple.darken-3 {
  background-color: #4527a0 !important; }

.deep-purple-text.text-darken-3 {
  color: #4527a0 !important; }

.deep-purple.darken-4 {
  background-color: #311b92 !important; }

.deep-purple-text.text-darken-4 {
  color: #311b92 !important; }

.deep-purple.accent-1 {
  background-color: #b388ff !important; }

.deep-purple-text.text-accent-1 {
  color: #b388ff !important; }

.deep-purple.accent-2 {
  background-color: #7c4dff !important; }

.deep-purple-text.text-accent-2 {
  color: #7c4dff !important; }

.deep-purple.accent-3 {
  background-color: #651fff !important; }

.deep-purple-text.text-accent-3 {
  color: #651fff !important; }

.deep-purple.accent-4 {
  background-color: #6200ea !important; }

.deep-purple-text.text-accent-4 {
  color: #6200ea !important; }

.indigo {
  background-color: #3f51b5 !important; }

.indigo-text {
  color: #3f51b5 !important; }

.indigo.lighten-5 {
  background-color: #e8eaf6 !important; }

.indigo-text.text-lighten-5 {
  color: #e8eaf6 !important; }

.indigo.lighten-4 {
  background-color: #c5cae9 !important; }

.indigo-text.text-lighten-4 {
  color: #c5cae9 !important; }

.indigo.lighten-3 {
  background-color: #9fa8da !important; }

.indigo-text.text-lighten-3 {
  color: #9fa8da !important; }

.indigo.lighten-2 {
  background-color: #7986cb !important; }

.indigo-text.text-lighten-2 {
  color: #7986cb !important; }

.indigo.lighten-1 {
  background-color: #5c6bc0 !important; }

.indigo-text.text-lighten-1 {
  color: #5c6bc0 !important; }

.indigo.darken-1 {
  background-color: #3949ab !important; }

.indigo-text.text-darken-1 {
  color: #3949ab !important; }

.indigo.darken-2 {
  background-color: #303f9f !important; }

.indigo-text.text-darken-2 {
  color: #303f9f !important; }

.indigo.darken-3 {
  background-color: #283593 !important; }

.indigo-text.text-darken-3 {
  color: #283593 !important; }

.indigo.darken-4 {
  background-color: #1a237e !important; }

.indigo-text.text-darken-4 {
  color: #1a237e !important; }

.indigo.accent-1 {
  background-color: #8c9eff !important; }

.indigo-text.text-accent-1 {
  color: #8c9eff !important; }

.indigo.accent-2 {
  background-color: #536dfe !important; }

.indigo-text.text-accent-2 {
  color: #536dfe !important; }

.indigo.accent-3 {
  background-color: #3d5afe !important; }

.indigo-text.text-accent-3 {
  color: #3d5afe !important; }

.indigo.accent-4 {
  background-color: #304ffe !important; }

.indigo-text.text-accent-4 {
  color: #304ffe !important; }

.Materialblue {
  background-color: #2196F3 !important; }

.Materialblue-text {
  color: #2196F3 !important; }

.Materialblue.lighten-5 {
  background-color: #E3F2FD !important; }

.Materialblue-text.text-lighten-5 {
  color: #E3F2FD !important; }

.Materialblue.lighten-4 {
  background-color: #BBDEFB !important; }

.Materialblue-text.text-lighten-4 {
  color: #BBDEFB !important; }

.Materialblue.lighten-3 {
  background-color: #90CAF9 !important; }

.Materialblue-text.text-lighten-3 {
  color: #90CAF9 !important; }

.Materialblue.lighten-2 {
  background-color: #64B5F6 !important; }

.Materialblue-text.text-lighten-2 {
  color: #64B5F6 !important; }

.Materialblue.lighten-1 {
  background-color: #42A5F5 !important; }

.Materialblue-text.text-lighten-1 {
  color: #42A5F5 !important; }

.Materialblue.darken-1 {
  background-color: #1E88E5 !important; }

.Materialblue-text.text-darken-1 {
  color: #1E88E5 !important; }

.Materialblue.darken-2 {
  background-color: #1976D2 !important; }

.Materialblue-text.text-darken-2 {
  color: #1976D2 !important; }

.Materialblue.darken-3 {
  background-color: #1565C0 !important; }

.Materialblue-text.text-darken-3 {
  color: #1565C0 !important; }

.Materialblue.darken-4 {
  background-color: #0D47A1 !important; }

.Materialblue-text.text-darken-4 {
  color: #0D47A1 !important; }

.Materialblue.accent-1 {
  background-color: #82B1FF !important; }

.Materialblue-text.text-accent-1 {
  color: #82B1FF !important; }

.Materialblue.accent-2 {
  background-color: #448AFF !important; }

.Materialblue-text.text-accent-2 {
  color: #448AFF !important; }

.Materialblue.accent-3 {
  background-color: #2979FF !important; }

.Materialblue-text.text-accent-3 {
  color: #2979FF !important; }

.Materialblue.accent-4 {
  background-color: #2962FF !important; }

.Materialblue-text.text-accent-4 {
  color: #2962FF !important; }

.light-blue {
  background-color: #03a9f4 !important; }

.light-blue-text {
  color: #03a9f4 !important; }

.light-blue.lighten-5 {
  background-color: #e1f5fe !important; }

.light-blue-text.text-lighten-5 {
  color: #e1f5fe !important; }

.light-blue.lighten-4 {
  background-color: #b3e5fc !important; }

.light-blue-text.text-lighten-4 {
  color: #b3e5fc !important; }

.light-blue.lighten-3 {
  background-color: #81d4fa !important; }

.light-blue-text.text-lighten-3 {
  color: #81d4fa !important; }

.light-blue.lighten-2 {
  background-color: #4fc3f7 !important; }

.light-blue-text.text-lighten-2 {
  color: #4fc3f7 !important; }

.light-blue.lighten-1 {
  background-color: #29b6f6 !important; }

.light-blue-text.text-lighten-1 {
  color: #29b6f6 !important; }

.light-blue.darken-1 {
  background-color: #039be5 !important; }

.light-blue-text.text-darken-1 {
  color: #039be5 !important; }

.light-blue.darken-2 {
  background-color: #0288d1 !important; }

.light-blue-text.text-darken-2 {
  color: #0288d1 !important; }

.light-blue.darken-3 {
  background-color: #0277bd !important; }

.light-blue-text.text-darken-3 {
  color: #0277bd !important; }

.light-blue.darken-4 {
  background-color: #01579b !important; }

.light-blue-text.text-darken-4 {
  color: #01579b !important; }

.light-blue.accent-1 {
  background-color: #80d8ff !important; }

.light-blue-text.text-accent-1 {
  color: #80d8ff !important; }

.light-blue.accent-2 {
  background-color: #40c4ff !important; }

.light-blue-text.text-accent-2 {
  color: #40c4ff !important; }

.light-blue.accent-3 {
  background-color: #00b0ff !important; }

.light-blue-text.text-accent-3 {
  color: #00b0ff !important; }

.light-blue.accent-4 {
  background-color: #0091ea !important; }

.light-blue-text.text-accent-4 {
  color: #0091ea !important; }

.cyan {
  background-color: #00bcd4 !important; }

.cyan-text {
  color: #00bcd4 !important; }

.cyan.lighten-5 {
  background-color: #e0f7fa !important; }

.cyan-text.text-lighten-5 {
  color: #e0f7fa !important; }

.cyan.lighten-4 {
  background-color: #b2ebf2 !important; }

.cyan-text.text-lighten-4 {
  color: #b2ebf2 !important; }

.cyan.lighten-3 {
  background-color: #80deea !important; }

.cyan-text.text-lighten-3 {
  color: #80deea !important; }

.cyan.lighten-2 {
  background-color: #4dd0e1 !important; }

.cyan-text.text-lighten-2 {
  color: #4dd0e1 !important; }

.cyan.lighten-1 {
  background-color: #26c6da !important; }

.cyan-text.text-lighten-1 {
  color: #26c6da !important; }

.cyan.darken-1 {
  background-color: #00acc1 !important; }

.cyan-text.text-darken-1 {
  color: #00acc1 !important; }

.cyan.darken-2 {
  background-color: #0097a7 !important; }

.cyan-text.text-darken-2 {
  color: #0097a7 !important; }

.cyan.darken-3 {
  background-color: #00838f !important; }

.cyan-text.text-darken-3 {
  color: #00838f !important; }

.cyan.darken-4 {
  background-color: #006064 !important; }

.cyan-text.text-darken-4 {
  color: #006064 !important; }

.cyan.accent-1 {
  background-color: #84ffff !important; }

.cyan-text.text-accent-1 {
  color: #84ffff !important; }

.cyan.accent-2 {
  background-color: #18ffff !important; }

.cyan-text.text-accent-2 {
  color: #18ffff !important; }

.cyan.accent-3 {
  background-color: #00e5ff !important; }

.cyan-text.text-accent-3 {
  color: #00e5ff !important; }

.cyan.accent-4 {
  background-color: #00b8d4 !important; }

.cyan-text.text-accent-4 {
  color: #00b8d4 !important; }

.teal {
  background-color: #009688 !important; }

.teal-text {
  color: #009688 !important; }

.teal.lighten-5 {
  background-color: #e0f2f1 !important; }

.teal-text.text-lighten-5 {
  color: #e0f2f1 !important; }

.teal.lighten-4 {
  background-color: #b2dfdb !important; }

.teal-text.text-lighten-4 {
  color: #b2dfdb !important; }

.teal.lighten-3 {
  background-color: #80cbc4 !important; }

.teal-text.text-lighten-3 {
  color: #80cbc4 !important; }

.teal.lighten-2 {
  background-color: #4db6ac !important; }

.teal-text.text-lighten-2 {
  color: #4db6ac !important; }

.teal.lighten-1 {
  background-color: #26a69a !important; }

.teal-text.text-lighten-1 {
  color: #26a69a !important; }

.teal.darken-1 {
  background-color: #00897b !important; }

.teal-text.text-darken-1 {
  color: #00897b !important; }

.teal.darken-2 {
  background-color: #00796b !important; }

.teal-text.text-darken-2 {
  color: #00796b !important; }

.teal.darken-3 {
  background-color: #00695c !important; }

.teal-text.text-darken-3 {
  color: #00695c !important; }

.teal.darken-4 {
  background-color: #004d40 !important; }

.teal-text.text-darken-4 {
  color: #004d40 !important; }

.teal.accent-1 {
  background-color: #a7ffeb !important; }

.teal-text.text-accent-1 {
  color: #a7ffeb !important; }

.teal.accent-2 {
  background-color: #64ffda !important; }

.teal-text.text-accent-2 {
  color: #64ffda !important; }

.teal.accent-3 {
  background-color: #1de9b6 !important; }

.teal-text.text-accent-3 {
  color: #1de9b6 !important; }

.teal.accent-4 {
  background-color: #00bfa5 !important; }

.teal-text.text-accent-4 {
  color: #00bfa5 !important; }

.green {
  background-color: #4CAF50 !important; }

.green-text {
  color: #4CAF50 !important; }

.green.lighten-5 {
  background-color: #E8F5E9 !important; }

.green-text.text-lighten-5 {
  color: #E8F5E9 !important; }

.green.lighten-4 {
  background-color: #C8E6C9 !important; }

.green-text.text-lighten-4 {
  color: #C8E6C9 !important; }

.green.lighten-3 {
  background-color: #A5D6A7 !important; }

.green-text.text-lighten-3 {
  color: #A5D6A7 !important; }

.green.lighten-2 {
  background-color: #81C784 !important; }

.green-text.text-lighten-2 {
  color: #81C784 !important; }

.green.lighten-1 {
  background-color: #66BB6A !important; }

.green-text.text-lighten-1 {
  color: #66BB6A !important; }

.green.darken-1 {
  background-color: #43A047 !important; }

.green-text.text-darken-1 {
  color: #43A047 !important; }

.green.darken-2 {
  background-color: #388E3C !important; }

.green-text.text-darken-2 {
  color: #388E3C !important; }

.green.darken-3 {
  background-color: #2E7D32 !important; }

.green-text.text-darken-3 {
  color: #2E7D32 !important; }

.green.darken-4 {
  background-color: #1B5E20 !important; }

.green-text.text-darken-4 {
  color: #1B5E20 !important; }

.green.accent-1 {
  background-color: #B9F6CA !important; }

.green-text.text-accent-1 {
  color: #B9F6CA !important; }

.green.accent-2 {
  background-color: #69F0AE !important; }

.green-text.text-accent-2 {
  color: #69F0AE !important; }

.green.accent-3 {
  background-color: #00E676 !important; }

.green-text.text-accent-3 {
  color: #00E676 !important; }

.green.accent-4 {
  background-color: #00C853 !important; }

.green-text.text-accent-4 {
  color: #00C853 !important; }

.light-green {
  background-color: #8bc34a !important; }

.light-green-text {
  color: #8bc34a !important; }

.light-green.lighten-5 {
  background-color: #f1f8e9 !important; }

.light-green-text.text-lighten-5 {
  color: #f1f8e9 !important; }

.light-green.lighten-4 {
  background-color: #dcedc8 !important; }

.light-green-text.text-lighten-4 {
  color: #dcedc8 !important; }

.light-green.lighten-3 {
  background-color: #c5e1a5 !important; }

.light-green-text.text-lighten-3 {
  color: #c5e1a5 !important; }

.light-green.lighten-2 {
  background-color: #aed581 !important; }

.light-green-text.text-lighten-2 {
  color: #aed581 !important; }

.light-green.lighten-1 {
  background-color: #9ccc65 !important; }

.light-green-text.text-lighten-1 {
  color: #9ccc65 !important; }

.light-green.darken-1 {
  background-color: #7cb342 !important; }

.light-green-text.text-darken-1 {
  color: #7cb342 !important; }

.light-green.darken-2 {
  background-color: #689f38 !important; }

.light-green-text.text-darken-2 {
  color: #689f38 !important; }

.light-green.darken-3 {
  background-color: #558b2f !important; }

.light-green-text.text-darken-3 {
  color: #558b2f !important; }

.light-green.darken-4 {
  background-color: #33691e !important; }

.light-green-text.text-darken-4 {
  color: #33691e !important; }

.light-green.accent-1 {
  background-color: #ccff90 !important; }

.light-green-text.text-accent-1 {
  color: #ccff90 !important; }

.light-green.accent-2 {
  background-color: #b2ff59 !important; }

.light-green-text.text-accent-2 {
  color: #b2ff59 !important; }

.light-green.accent-3 {
  background-color: #76ff03 !important; }

.light-green-text.text-accent-3 {
  color: #76ff03 !important; }

.light-green.accent-4 {
  background-color: #64dd17 !important; }

.light-green-text.text-accent-4 {
  color: #64dd17 !important; }

.lime {
  background-color: #cddc39 !important; }

.lime-text {
  color: #cddc39 !important; }

.lime.lighten-5 {
  background-color: #f9fbe7 !important; }

.lime-text.text-lighten-5 {
  color: #f9fbe7 !important; }

.lime.lighten-4 {
  background-color: #f0f4c3 !important; }

.lime-text.text-lighten-4 {
  color: #f0f4c3 !important; }

.lime.lighten-3 {
  background-color: #e6ee9c !important; }

.lime-text.text-lighten-3 {
  color: #e6ee9c !important; }

.lime.lighten-2 {
  background-color: #dce775 !important; }

.lime-text.text-lighten-2 {
  color: #dce775 !important; }

.lime.lighten-1 {
  background-color: #d4e157 !important; }

.lime-text.text-lighten-1 {
  color: #d4e157 !important; }

.lime.darken-1 {
  background-color: #c0ca33 !important; }

.lime-text.text-darken-1 {
  color: #c0ca33 !important; }

.lime.darken-2 {
  background-color: #afb42b !important; }

.lime-text.text-darken-2 {
  color: #afb42b !important; }

.lime.darken-3 {
  background-color: #9e9d24 !important; }

.lime-text.text-darken-3 {
  color: #9e9d24 !important; }

.lime.darken-4 {
  background-color: #827717 !important; }

.lime-text.text-darken-4 {
  color: #827717 !important; }

.lime.accent-1 {
  background-color: #f4ff81 !important; }

.lime-text.text-accent-1 {
  color: #f4ff81 !important; }

.lime.accent-2 {
  background-color: #eeff41 !important; }

.lime-text.text-accent-2 {
  color: #eeff41 !important; }

.lime.accent-3 {
  background-color: #c6ff00 !important; }

.lime-text.text-accent-3 {
  color: #c6ff00 !important; }

.lime.accent-4 {
  background-color: #aeea00 !important; }

.lime-text.text-accent-4 {
  color: #aeea00 !important; }

.yellow {
  background-color: #ffeb3b !important; }

.yellow-text {
  color: #ffeb3b !important; }

.yellow.lighten-5 {
  background-color: #fffde7 !important; }

.yellow-text.text-lighten-5 {
  color: #fffde7 !important; }

.yellow.lighten-4 {
  background-color: #fff9c4 !important; }

.yellow-text.text-lighten-4 {
  color: #fff9c4 !important; }

.yellow.lighten-3 {
  background-color: #fff59d !important; }

.yellow-text.text-lighten-3 {
  color: #fff59d !important; }

.yellow.lighten-2 {
  background-color: #fff176 !important; }

.yellow-text.text-lighten-2 {
  color: #fff176 !important; }

.yellow.lighten-1 {
  background-color: #ffee58 !important; }

.yellow-text.text-lighten-1 {
  color: #ffee58 !important; }

.yellow.darken-1 {
  background-color: #fdd835 !important; }

.yellow-text.text-darken-1 {
  color: #fdd835 !important; }

.yellow.darken-2 {
  background-color: #fbc02d !important; }

.yellow-text.text-darken-2 {
  color: #fbc02d !important; }

.yellow.darken-3 {
  background-color: #f9a825 !important; }

.yellow-text.text-darken-3 {
  color: #f9a825 !important; }

.yellow.darken-4 {
  background-color: #f57f17 !important; }

.yellow-text.text-darken-4 {
  color: #f57f17 !important; }

.yellow.accent-1 {
  background-color: #ffff8d !important; }

.yellow-text.text-accent-1 {
  color: #ffff8d !important; }

.yellow.accent-2 {
  background-color: #ffff00 !important; }

.yellow-text.text-accent-2 {
  color: #ffff00 !important; }

.yellow.accent-3 {
  background-color: #ffea00 !important; }

.yellow-text.text-accent-3 {
  color: #ffea00 !important; }

.yellow.accent-4 {
  background-color: #ffd600 !important; }

.yellow-text.text-accent-4 {
  color: #ffd600 !important; }

.amber {
  background-color: #ffc107 !important; }

.amber-text {
  color: #ffc107 !important; }

.amber.lighten-5 {
  background-color: #fff8e1 !important; }

.amber-text.text-lighten-5 {
  color: #fff8e1 !important; }

.amber.lighten-4 {
  background-color: #ffecb3 !important; }

.amber-text.text-lighten-4 {
  color: #ffecb3 !important; }

.amber.lighten-3 {
  background-color: #ffe082 !important; }

.amber-text.text-lighten-3 {
  color: #ffe082 !important; }

.amber.lighten-2 {
  background-color: #ffd54f !important; }

.amber-text.text-lighten-2 {
  color: #ffd54f !important; }

.amber.lighten-1 {
  background-color: #ffca28 !important; }

.amber-text.text-lighten-1 {
  color: #ffca28 !important; }

.amber.darken-1 {
  background-color: #ffb300 !important; }

.amber-text.text-darken-1 {
  color: #ffb300 !important; }

.amber.darken-2 {
  background-color: #ffa000 !important; }

.amber-text.text-darken-2 {
  color: #ffa000 !important; }

.amber.darken-3 {
  background-color: #ff8f00 !important; }

.amber-text.text-darken-3 {
  color: #ff8f00 !important; }

.amber.darken-4 {
  background-color: #ff6f00 !important; }

.amber-text.text-darken-4 {
  color: #ff6f00 !important; }

.amber.accent-1 {
  background-color: #ffe57f !important; }

.amber-text.text-accent-1 {
  color: #ffe57f !important; }

.amber.accent-2 {
  background-color: #ffd740 !important; }

.amber-text.text-accent-2 {
  color: #ffd740 !important; }

.amber.accent-3 {
  background-color: #ffc400 !important; }

.amber-text.text-accent-3 {
  color: #ffc400 !important; }

.amber.accent-4 {
  background-color: #ffab00 !important; }

.amber-text.text-accent-4 {
  color: #ffab00 !important; }

.orange {
  background-color: #ff9800 !important; }

.orange-text {
  color: #ff9800 !important; }

.orange.lighten-5 {
  background-color: #fff3e0 !important; }

.orange-text.text-lighten-5 {
  color: #fff3e0 !important; }

.orange.lighten-4 {
  background-color: #ffe0b2 !important; }

.orange-text.text-lighten-4 {
  color: #ffe0b2 !important; }

.orange.lighten-3 {
  background-color: #ffcc80 !important; }

.orange-text.text-lighten-3 {
  color: #ffcc80 !important; }

.orange.lighten-2 {
  background-color: #ffb74d !important; }

.orange-text.text-lighten-2 {
  color: #ffb74d !important; }

.orange.lighten-1 {
  background-color: #ffa726 !important; }

.orange-text.text-lighten-1 {
  color: #ffa726 !important; }

.orange.darken-1 {
  background-color: #fb8c00 !important; }

.orange-text.text-darken-1 {
  color: #fb8c00 !important; }

.orange.darken-2 {
  background-color: #f57c00 !important; }

.orange-text.text-darken-2 {
  color: #f57c00 !important; }

.orange.darken-3 {
  background-color: #ef6c00 !important; }

.orange-text.text-darken-3 {
  color: #ef6c00 !important; }

.orange.darken-4 {
  background-color: #e65100 !important; }

.orange-text.text-darken-4 {
  color: #e65100 !important; }

.orange.accent-1 {
  background-color: #ffd180 !important; }

.orange-text.text-accent-1 {
  color: #ffd180 !important; }

.orange.accent-2 {
  background-color: #ffab40 !important; }

.orange-text.text-accent-2 {
  color: #ffab40 !important; }

.orange.accent-3 {
  background-color: #ff9100 !important; }

.orange-text.text-accent-3 {
  color: #ff9100 !important; }

.orange.accent-4 {
  background-color: #ff6d00 !important; }

.orange-text.text-accent-4 {
  color: #ff6d00 !important; }

.deep-orange {
  background-color: #ff5722 !important; }

.deep-orange-text {
  color: #ff5722 !important; }

.deep-orange.lighten-5 {
  background-color: #fbe9e7 !important; }

.deep-orange-text.text-lighten-5 {
  color: #fbe9e7 !important; }

.deep-orange.lighten-4 {
  background-color: #ffccbc !important; }

.deep-orange-text.text-lighten-4 {
  color: #ffccbc !important; }

.deep-orange.lighten-3 {
  background-color: #ffab91 !important; }

.deep-orange-text.text-lighten-3 {
  color: #ffab91 !important; }

.deep-orange.lighten-2 {
  background-color: #ff8a65 !important; }

.deep-orange-text.text-lighten-2 {
  color: #ff8a65 !important; }

.deep-orange.lighten-1 {
  background-color: #ff7043 !important; }

.deep-orange-text.text-lighten-1 {
  color: #ff7043 !important; }

.deep-orange.darken-1 {
  background-color: #f4511e !important; }

.deep-orange-text.text-darken-1 {
  color: #f4511e !important; }

.deep-orange.darken-2 {
  background-color: #e64a19 !important; }

.deep-orange-text.text-darken-2 {
  color: #e64a19 !important; }

.deep-orange.darken-3 {
  background-color: #d84315 !important; }

.deep-orange-text.text-darken-3 {
  color: #d84315 !important; }

.deep-orange.darken-4 {
  background-color: #bf360c !important; }

.deep-orange-text.text-darken-4 {
  color: #bf360c !important; }

.deep-orange.accent-1 {
  background-color: #ff9e80 !important; }

.deep-orange-text.text-accent-1 {
  color: #ff9e80 !important; }

.deep-orange.accent-2 {
  background-color: #ff6e40 !important; }

.deep-orange-text.text-accent-2 {
  color: #ff6e40 !important; }

.deep-orange.accent-3 {
  background-color: #ff3d00 !important; }

.deep-orange-text.text-accent-3 {
  color: #ff3d00 !important; }

.deep-orange.accent-4 {
  background-color: #dd2c00 !important; }

.deep-orange-text.text-accent-4 {
  color: #dd2c00 !important; }

.brown {
  background-color: #795548 !important; }

.brown-text {
  color: #795548 !important; }

.brown.lighten-5 {
  background-color: #efebe9 !important; }

.brown-text.text-lighten-5 {
  color: #efebe9 !important; }

.brown.lighten-4 {
  background-color: #d7ccc8 !important; }

.brown-text.text-lighten-4 {
  color: #d7ccc8 !important; }

.brown.lighten-3 {
  background-color: #bcaaa4 !important; }

.brown-text.text-lighten-3 {
  color: #bcaaa4 !important; }

.brown.lighten-2 {
  background-color: #a1887f !important; }

.brown-text.text-lighten-2 {
  color: #a1887f !important; }

.brown.lighten-1 {
  background-color: #8d6e63 !important; }

.brown-text.text-lighten-1 {
  color: #8d6e63 !important; }

.brown.darken-1 {
  background-color: #6d4c41 !important; }

.brown-text.text-darken-1 {
  color: #6d4c41 !important; }

.brown.darken-2 {
  background-color: #5d4037 !important; }

.brown-text.text-darken-2 {
  color: #5d4037 !important; }

.brown.darken-3 {
  background-color: #4e342e !important; }

.brown-text.text-darken-3 {
  color: #4e342e !important; }

.brown.darken-4 {
  background-color: #3e2723 !important; }

.brown-text.text-darken-4 {
  color: #3e2723 !important; }

.blue-grey {
  background-color: #607d8b !important; }

.blue-grey-text {
  color: #607d8b !important; }

.blue-grey.lighten-5 {
  background-color: #eceff1 !important; }

.blue-grey-text.text-lighten-5 {
  color: #eceff1 !important; }

.blue-grey.lighten-4 {
  background-color: #cfd8dc !important; }

.blue-grey-text.text-lighten-4 {
  color: #cfd8dc !important; }

.blue-grey.lighten-3 {
  background-color: #b0bec5 !important; }

.blue-grey-text.text-lighten-3 {
  color: #b0bec5 !important; }

.blue-grey.lighten-2 {
  background-color: #90a4ae !important; }

.blue-grey-text.text-lighten-2 {
  color: #90a4ae !important; }

.blue-grey.lighten-1 {
  background-color: #78909c !important; }

.blue-grey-text.text-lighten-1 {
  color: #78909c !important; }

.blue-grey.darken-1 {
  background-color: #546e7a !important; }

.blue-grey-text.text-darken-1 {
  color: #546e7a !important; }

.blue-grey.darken-2 {
  background-color: #455a64 !important; }

.blue-grey-text.text-darken-2 {
  color: #455a64 !important; }

.blue-grey.darken-3 {
  background-color: #37474f !important; }

.blue-grey-text.text-darken-3 {
  color: #37474f !important; }

.blue-grey.darken-4 {
  background-color: #263238 !important; }

.blue-grey-text.text-darken-4 {
  color: #263238 !important; }

.grey {
  background-color: #9e9e9e !important; }

.grey-text {
  color: #9e9e9e !important; }

.grey.lighten-5 {
  background-color: #fafafa !important; }

.grey-text.text-lighten-5 {
  color: #fafafa !important; }

.grey.lighten-4 {
  background-color: #f5f5f5 !important; }

.grey-text.text-lighten-4 {
  color: #f5f5f5 !important; }

.grey.lighten-3 {
  background-color: #eeeeee !important; }

.grey-text.text-lighten-3 {
  color: #eeeeee !important; }

.grey.lighten-2 {
  background-color: #e0e0e0 !important; }

.grey-text.text-lighten-2 {
  color: #e0e0e0 !important; }

.grey.lighten-1 {
  background-color: #bdbdbd !important; }

.grey-text.text-lighten-1 {
  color: #bdbdbd !important; }

.grey.darken-1 {
  background-color: #757575 !important; }

.grey-text.text-darken-1 {
  color: #757575 !important; }

.grey.darken-2 {
  background-color: #616161 !important; }

.grey-text.text-darken-2 {
  color: #616161 !important; }

.grey.darken-3 {
  background-color: #424242 !important; }

.grey-text.text-darken-3 {
  color: #424242 !important; }

.grey.darken-4 {
  background-color: #212121 !important; }

.grey-text.text-darken-4 {
  color: #212121 !important; }

.black {
  background-color: #000000 !important; }

.black-text {
  color: #000000 !important; }

.white {
  background-color: #FFFFFF !important; }

.white-text {
  color: #FFFFFF !important; }

.transparent {
  background-color: transparent !important; }

.transparent-text {
  color: transparent !important; }

/*!
 * Waves v0.6.0
 * http://fian.my.id/Waves
 *
 * Copyright 2014 Alfiana E. Sibuea and other contributors
 * Released under the MIT license
 * https://github.com/fians/Waves/blob/master/LICENSE
 */
.waves-effect {
  position: relative;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  vertical-align: middle;
  z-index: 1;
  will-change: opacity, transform;
  transition: .3s ease-out; }
  .waves-effect .waves-ripple {
    position: absolute;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-left: -10px;
    opacity: 0;
    background: rgba(0, 0, 0, 0.2);
    transition: all 0.7s ease-out;
    transition-property: transform, opacity;
    -ms-transform: scale(0);
        transform: scale(0);
    pointer-events: none; }
  .waves-effect.waves-light .waves-ripple {
    background-color: rgba(255, 255, 255, 0.45); }
  .waves-effect.waves-red .waves-ripple {
    background-color: rgba(244, 67, 54, 0.7); }
  .waves-effect.waves-yellow .waves-ripple {
    background-color: rgba(255, 235, 59, 0.7); }
  .waves-effect.waves-orange .waves-ripple {
    background-color: rgba(255, 152, 0, 0.7); }
  .waves-effect.waves-purple .waves-ripple {
    background-color: rgba(156, 39, 176, 0.7); }
  .waves-effect.waves-green .waves-ripple {
    background-color: rgba(76, 175, 80, 0.7); }
  .waves-effect.waves-teal .waves-ripple {
    background-color: rgba(0, 150, 136, 0.7); }
  .waves-effect input[type="button"], .waves-effect input[type="reset"], .waves-effect input[type="submit"] {
    border: 0;
    font-style: normal;
    font-size: inherit;
    text-transform: inherit;
    background: none; }
  .waves-effect img {
    position: relative;
    z-index: -1; }

.waves-notransition {
  transition: none !important; }

.waves-circle {
  transform: translateZ(0);
  -webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%); }

.waves-input-wrapper {
  border-radius: 0.2em;
  vertical-align: bottom; }
  .waves-input-wrapper .waves-button-input {
    position: relative;
    top: 0;
    left: 0;
    z-index: 1; }

.waves-circle {
  text-align: center;
  width: 2.5em;
  height: 2.5em;
  line-height: 2.5em;
  border-radius: 50%;
  -webkit-mask-image: none; }

.waves-block {
  display: block; }

/* Firefox Bug: link not triggered */
.waves-effect .waves-ripple {
  z-index: -1; }

/*
    @license
    Copyright (c) 2014 The Polymer Project Authors. All rights reserved.
    This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt
    The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt
    The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt
    Code distributed by Google as part of the polymer project is also
    subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt
 */
/**************************/
/* STYLES FOR THE SPINNER */
/**************************/
/*
 * Constants:
 *      STROKEWIDTH = 3px
 *      ARCSIZE     = 270 degrees (amount of circle the arc takes up)
 *      ARCTIME     = 1333ms (time it takes to expand and contract arc)
 *      ARCSTARTROT = 216 degrees (how much the start location of the arc
 *                                should rotate each time, 216 gives us a
 *                                5 pointed star shape (it's 360/5 * 3).
 *                                For a 7 pointed star, we might do
 *                                360/7 * 3 = 154.286)
 *      CONTAINERWIDTH = 28px
 *      SHRINK_TIME = 400ms
 */
.preloader-wrapper {
  display: inline-block;
  position: relative;
  width: 48px;
  height: 48px; }
  .preloader-wrapper.small {
    width: 36px;
    height: 36px; }
  .preloader-wrapper.big {
    width: 64px;
    height: 64px; }
  .preloader-wrapper.active {
    /* duration: 360 * ARCTIME / (ARCSTARTROT + (360-ARCSIZE)) */
    animation: container-rotate 1568ms linear infinite; }

@keyframes container-rotate {
  to {
    transform: rotate(360deg); } }

.spinner-layer {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  border-color: #26a69a; }

.spinner-blue,
.spinner-blue-only {
  border-color: #4285f4; }

.spinner-red,
.spinner-red-only {
  border-color: #db4437; }

.spinner-yellow,
.spinner-yellow-only {
  border-color: #f4b400; }

.spinner-green,
.spinner-green-only {
  border-color: #0f9d58; }

/**
 * IMPORTANT NOTE ABOUT CSS ANIMATION PROPERTIES (keanulee):
 *
 * iOS Safari (tested on iOS 8.1) does not handle animation-delay very well - it doesn't
 * guarantee that the animation will start _exactly_ after that value. So we avoid using
 * animation-delay and instead set custom keyframes for each color (as redundant as it
 * seems).
 *
 * We write out each animation in full (instead of separating animation-name,
 * animation-duration, etc.) because under the polyfill, Safari does not recognize those
 * specific properties properly, treats them as -webkit-animation, and overrides the
 * other animation rules. See https://github.com/Polymer/platform/issues/53.
 */
.active .spinner-layer.spinner-blue {
  /* durations: 4 * ARCTIME */
  animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, blue-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both; }

.active .spinner-layer.spinner-red {
  /* durations: 4 * ARCTIME */
  animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, red-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both; }

.active .spinner-layer.spinner-yellow {
  /* durations: 4 * ARCTIME */
  animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, yellow-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both; }

.active .spinner-layer.spinner-green {
  /* durations: 4 * ARCTIME */
  animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, green-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both; }

.active .spinner-layer,
.active .spinner-layer.spinner-blue-only,
.active .spinner-layer.spinner-red-only,
.active .spinner-layer.spinner-yellow-only,
.active .spinner-layer.spinner-green-only {
  /* durations: 4 * ARCTIME */
  opacity: 1;
  animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both; }

@keyframes fill-unfill-rotate {
  12.5% {
    transform: rotate(135deg); }
  /* 0.5 * ARCSIZE */
  25% {
    transform: rotate(270deg); }
  /* 1   * ARCSIZE */
  37.5% {
    transform: rotate(405deg); }
  /* 1.5 * ARCSIZE */
  50% {
    transform: rotate(540deg); }
  /* 2   * ARCSIZE */
  62.5% {
    transform: rotate(675deg); }
  /* 2.5 * ARCSIZE */
  75% {
    transform: rotate(810deg); }
  /* 3   * ARCSIZE */
  87.5% {
    transform: rotate(945deg); }
  /* 3.5 * ARCSIZE */
  to {
    transform: rotate(1080deg); }
  /* 4   * ARCSIZE */ }

@keyframes blue-fade-in-out {
  from {
    opacity: 1; }
  25% {
    opacity: 1; }
  26% {
    opacity: 0; }
  89% {
    opacity: 0; }
  90% {
    opacity: 1; }
  100% {
    opacity: 1; } }

@keyframes red-fade-in-out {
  from {
    opacity: 0; }
  15% {
    opacity: 0; }
  25% {
    opacity: 1; }
  50% {
    opacity: 1; }
  51% {
    opacity: 0; } }

@keyframes yellow-fade-in-out {
  from {
    opacity: 0; }
  40% {
    opacity: 0; }
  50% {
    opacity: 1; }
  75% {
    opacity: 1; }
  76% {
    opacity: 0; } }

@keyframes green-fade-in-out {
  from {
    opacity: 0; }
  65% {
    opacity: 0; }
  75% {
    opacity: 1; }
  90% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/**
 * Patch the gap that appear between the two adjacent div.circle-clipper while the
 * spinner is rotating (appears on Chrome 38, Safari 7.1, and IE 11).
 */
.gap-patch {
  position: absolute;
  top: 0;
  left: 45%;
  width: 10%;
  height: 100%;
  overflow: hidden;
  border-color: inherit; }

.gap-patch .circle {
  width: 1000%;
  left: -450%; }

.circle-clipper {
  display: inline-block;
  position: relative;
  width: 50%;
  height: 100%;
  overflow: hidden;
  border-color: inherit; }
  .circle-clipper .circle {
    width: 200%;
    height: 100%;
    border-width: 3px;
    /* STROKEWIDTH */
    border-style: solid;
    border-color: inherit;
    border-bottom-color: transparent !important;
    border-radius: 50%;
    animation: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0; }
  .circle-clipper.left .circle {
    left: 0;
    border-right-color: transparent !important;
    -ms-transform: rotate(129deg);
        transform: rotate(129deg); }
  .circle-clipper.right .circle {
    left: -100%;
    border-left-color: transparent !important;
    -ms-transform: rotate(-129deg);
        transform: rotate(-129deg); }

.active .circle-clipper.left .circle {
  /* duration: ARCTIME */
  animation: left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both; }

.active .circle-clipper.right .circle {
  /* duration: ARCTIME */
  animation: right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both; }

@keyframes left-spin {
  from {
    transform: rotate(130deg); }
  50% {
    transform: rotate(-5deg); }
  to {
    transform: rotate(130deg); } }

@keyframes right-spin {
  from {
    transform: rotate(-130deg); }
  50% {
    transform: rotate(5deg); }
  to {
    transform: rotate(-130deg); } }

#spinnerContainer.cooldown {
  /* duration: SHRINK_TIME */
  animation: container-rotate 1568ms linear infinite, fade-out 400ms cubic-bezier(0.4, 0, 0.2, 1); }

@keyframes fade-out {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

/* Seleciotion Color ############### */
::-moz-selection {
  background-color: #b31117;
  color: #FFF; }
::selection {
  background-color: #b31117;
  color: #FFF; }

p, ul {
  margin: 0;
  padding: 0; }

::-moz-selection {
  background-color: blue;
  color: #FFF; }

html {
  /*margin-right: calc(-1 * (100vw - 100%));*/
  width: 100%;
  height: 100%; }
  html.active {
    position: relative;
    overflow-y: scroll; }

/* Not select ############### */
.notselect, #splash #container #access *, #splash #container #access nav .item:before, #splash #container #access nav .item:after {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  user-drag: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  /* Required to make elements draggable in old WebKit */
  -khtml-user-drag: element;
  -webkit-user-drag: element; }

.full {
  width: 100%;
  height: 100%;
  display: block; }

.inner aside #mosaic .item .content {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%); }

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

.clearfix:after {
  clear: both; }

.clearfix {
  *zoom: 1; }

body {
  background-color: #ad8f63; }

.ng-scope svg {
  float: left;
  height: 100%; }

#preloader {
  display: none; }
  #preloader i {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }

#transition {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 999;
  height: 0%;
  transition: height 0s ease-out 0.5s;
  overflow: hidden; }
  #transition .mosaic {
    position: absolute;
    transition: opacity .15s ease-out 0.2s, top 0.5s ease-out .2s;
    opacity: 0;
    top: calc(50% + 15px); }
    #transition .mosaic span {
      position: absolute;
      border: 0;
      z-index: -1;
      transition: top .15s ease-out .5s, left .15s ease-out .5s, width .15s ease-out .5s, height .15s ease-out .5s, opacity .15s ease-out .1s; }
      #transition .mosaic span.mosaic1 {
        top: -134px;
        left: -280px;
        width: 280px;
        height: 136px; }
      #transition .mosaic span.mosaic2 {
        top: 2px;
        left: -196px;
        width: 196px;
        height: 191px; }
      #transition .mosaic span.mosaic3 {
        top: -78px;
        left: -158px;
        width: 158px;
        height: 153px; }
      #transition .mosaic span.mosaic4 {
        top: -173px;
        left: 0;
        width: 271px;
        height: 264px; }
  #transition.show {
    transition: height 0s ease-out 0s;
    height: calc(100% - 36px); }
    #transition.show .mosaic {
      transition: opacity .15s ease-out 0s, left 0.5s ease-out .1s, top 0.5s ease-out .1s;
      opacity: 1; }
      #transition.show .mosaic img.mosaic1 {
        transition: all .5s ease-out .1s;
        /* top: -487px;
    				left: -960px;
    				width: 960px;
    				height: 487px; */ }
      #transition.show .mosaic img.mosaic2 {
        transition: all .5s ease-out .15s; }
      #transition.show .mosaic img.mosaic3 {
        transition: all .5s ease-out .2s; }
      #transition.show .mosaic img.mosaic4 {
        transition: all .5s ease-out .25s; }

header h1 {
  position: absolute;
  top: 30px;
  left: 33px;
  z-index: 3; }

  header h1 .logo {
    display: block;
    max-width: 200px;
	  float: left;
    height: 72px;
    position: absolute;
    margin-top: -10px;
}

    header h1 .logo svg path {
      fill: #fff; }
  header h1:hover .logo svg path {
    fill: #ad8f63;
    transition: fill 0.2s ease-in;
    -ms-transition: fill 0.2s ease-in; }

header #open_menu {
  position: absolute;
  top: 30px;
  right: 33px;
  z-index: 3; }

header #menu {
  position: fixed;
  top: 0px;
  right: 0px;
  width: 50%;
	height: 100%;
    background: url("../img/menu_bg.jpg") center no-repeat;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  z-index: 2;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-transform: translateX(100%);
      transform: translateX(100%);
  transition: transform 0.5s ease-out; }
  header #menu.open {
    -ms-transform: translateX(0%);
        transform: translateX(0%); }
    header #menu.open a.item {
      -ms-transform: translateX(0px);
          transform: translateX(0px);
      opacity: 1; }
      header #menu.open a.item:nth-child(1) {
        transition: transform 0.2s ease-out .1s, opacity 0.2s ease-out .1s; }
      header #menu.open a.item:nth-child(2) {
        transition: transform 0.2s ease-out .15s, opacity 0.2s ease-out .15s; }
      header #menu.open a.item:nth-child(3) {
        transition: transform 0.2s ease-out .2s, opacity 0.2s ease-out .2s; }
      header #menu.open a.item:nth-child(4) {
        transition: transform 0.2s ease-out .25s, opacity 0.2s ease-out .25s; }
      header #menu.open a.item:nth-child(5) {
        transition: transform 0.2s ease-out .3s, opacity 0.2s ease-out .3s; }
      header #menu.open a.item:nth-child(6) {
        transition: transform 0.2s ease-out .35s, opacity 0.2s ease-out .35s; }
      header #menu.open a.item:nth-child(7) {
        transition: transform 0.2s ease-out .4s, opacity 0.2s ease-out .4s; }
      header #menu.open a.item:nth-child(8) {
        transition: transform 0.2s ease-out .45s, opacity 0.2s ease-out .45s; }
      header #menu.open a.item:nth-child(9) {
        transition: transform 0.2s ease-out .5s, opacity 0.2s ease-out .5s; }
      header #menu.open a.item:nth-child(10) {
        transition: transform 0.2s ease-out .55s, opacity 0.2s ease-out .55s; }
  header #menu:after {
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    top: 0;
    left: 50%;
    background: #fbfbfb;
    opacity: 0.2; }
  header #menu .logo_menu {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    left: 18vh;
    background-blend-mode: multiply;
    mix-blend-mode: multiply;
    opacity: 0.5;
	display:none }
    header #menu .logo_menu i {
      width: 121px;
      height: 103px;
      display: inline-block; }
  header #menu a.item {
    font-family: "DINC";
    font-size: 23px;
    line-height: 30px;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    text-decoration: none;
    color: #ad8f63;
    margin: 15px;
    width: 410px;
    -ms-flex-order: 0;
    order: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
        align-self: auto;
    -ms-transform: translateX(150px);
        transform: translateX(150px);
    opacity: 0;
    transition: transform 0.2s ease-out, opacity 0.2s ease-out; }
    header #menu a.item:after {
      content: "";
      display: inline-block;
      background: #fff;
      width: 0px;
      height: 17px;
      position: absolute;
      top: 7px;
      left: -50px; }
    header #menu a.item.nav_splash, header #menu a.item.nav_lang {
      font-size: 16px;
      /*margin: 40px 20px 30px;*/ }
    header #menu a.item.nav_facebook i {
      width: 17px;
      height: 20px;
      display: inline-block; }
    header #menu a.item.active, header #menu a.item:hover {
      color: #fff;
      transition: color 0.2s ease-in;
      -ms-transition: color 0.2s ease-in; }
      header #menu a.item.active:after, header #menu a.item:hover:after {
        width: 3px;
        transition: width 0.2s ease-in;
        -ms-transition: width 0.2s ease-in; }
      header #menu a.item.active svg path, header #menu a.item:hover svg path {
        fill: #fff;
        transition: fill 0.2s ease-in;
        -ms-transition: fill 0.2s ease-in; }
		
		.manualmarca{
			position: relative; 
			width:100%;  
			float:left; 
			left:10% !important; 
			top:-50%; 
					
		}
		.textoMenu{
			line-height: 12px;
			font-family: "DINC";
			text-decoration:none;
			font-size: 12px;
			letter-spacing: 0.05em;
			text-transform: uppercase;
			text-decoration: none;
			color: #bb9623;	
			}
		.textoRoda{
			line-height: 14px;
			font-family: "DINC";
			text-decoration:none;
			font-size: 14px;
			letter-spacing: 0.05em;
			text-transform: uppercase;
			text-decoration: none;
			color: #fff;	
			}	
		.manual_img{
			width:150px;
		}
  @media screen and (max-width: 990px) {
	  
	  
	  .half_mob{
		  min-width: 50% !important;
	  }
	  
	  
	  .esconde_mob{
		  display: none !important;
	  }
	  
	  
	  .static{
		  position: static !important;
	  } 
	  
	    .mg0{
		  margin: 0px !important;
	  }
	  
	   .mg_tp0{
		  margin-top: 0px !important;
	  }
	  
	  .mg_tp20{
		  margin-top: 20px !important;
	  }
	  
	  .mg_tp40{
		  margin-top: 40px !important;
	  }
	  
	  .pad_0{
		  padding: 0 !important;
	  }
	  
	  
	  .pad_10{
		  padding: 10px !important;
	  }
	  
	  .galeria_mob img{
		  min-height: 340px !important;
	  }
	  
	  
	  .pad_mob{
		  padding:30px !important;
	  }
	  
	  
	  .bloco_mob{
		  display: block !important;
	  }
	  
	
	  
	    .bloco{
		  display: block !important;
	  }
	  
	    
	    
	  .esconde_mob{
		  display: none !important;
	  }
	  
	   .aparece_mob{
		  display: block !important;
	  }
	  
	  
	  .mob{
		  min-width: 100% !important; 
	  }
	  
	  
	   .manualmarca{
			position: relative; 
			width:100%;  
			float: right;
			margin-right: 5%!important;
			bottom:5% !important;
			}
		.marca_rodape{
			position:relative;
			display:block;
			margin-left:-25px !important;
			width:100%;
		}
		.textoMenu{
			line-height: 12px;
			font-family: "DINC";
			text-decoration:none;
			font-size: 12px;
			letter-spacing: 0.05em;
			text-transform: uppercase;
			text-decoration: none;
			color: #bb9623;	
			}
		.textoRoda{
			line-height: 14px;
			font-family: "DINC";
			text-decoration:none;
			font-size: 14px;
			letter-spacing: 0.05em;
			text-transform: uppercase;
			text-decoration: none;
			color: #fff;	
			}	
		.manual_img{
			width:60px;
		}
		 header #menu:after {
		content: "";
		position: absolute;
		width: 1px;
		height: 100%;
		top: 0;
		left: 0%;
		background: #fbfbfb;
		opacity: 0.2; }
		
	
    header #menu {
      -ms-flex-align: stretch;
      align-items: stretch; }
      header #menu a.item {
        margin: 10px 40px; }
        header #menu a.item:after {
          left: -30px; }
        header #menu a.item.nav_lang, header #menu a.item.nav_splash {
          margin: 40px 40px 10px; } }


	  .mn_roda div{
		  margin-top: 0px !important;
		  
	  }


  @media screen and (max-width: 768px) {
	  
	  
	  #splash #container #mobile-nav ul li {
    list-style: none;
    width: 100%;
    display: block;
    height: auto;
    margin-bottom: 25px !important;
    margin-top: 20px !important;
    text-align: center;
}
	  
	  
	  .mn_roda a {
    color: #ad8f63;
    text-decoration: none;
      font-size: 17px;
    line-height: 17px;
	    padding:8px;
    padding-bottom: 5px;
    padding-top: 0;
    float: left;
    display: block;
}
	  

	  .mn_roda div{
		  margin-top: -2px !important;
		  
	  }  
	  
	  
	  .img_bann_mob{
		      min-height: 480px !important;
	  }
	  
	  
	  .txt_mob{
		  font-size: 17px !important; line-height: 20px !important;
	  }
	  
	  .tittle{
		   min-width: 80% !important;
		   
	  }
	  
	  
	  .tittle span:first-child{
		  
		      font-size: 30px !important;
    line-height: 30px !important;
    font-family: din-condensed, sans-serif;
    padding: 20px !important;
		  
	  }
	  
      .manualmarca{
			position: relative; 
			width:100%;  
			float: right;
			margin-right: 5%!important;
			bottom:5% !important;
			}
		.marca_rodape{
			position:relative;
			display:block;
			margin-left:-25px !important;
			width:100%;
		}
		.textoMenu{
			line-height: 12px;
			font-family: "DINC";
			text-decoration:none;
			font-size: 12px;
			letter-spacing: 0.05em;
			text-transform: uppercase;
			text-decoration: none;
			color: #bb9623;	
			}
		.textoRoda{
			line-height: 14px;
			font-family: "DINC";
			text-decoration:none;
			font-size: 14px;
			letter-spacing: 0.05em;
			text-transform: uppercase;
			text-decoration: none;
			color: #fff;	
			}	
		.manual_img{
			width:60px;
		}
		 header #menu:after {
		content: "";
		position: absolute;
		width: 1px;
		height: 100%;
		top: 0;
		left: 0%;
		background: #fbfbfb;
		opacity: 0.2; }
		
		header #menu {
      width: 100%; } }
  @media screen and (max-width: 382px) {
      .manualmarca{
			position: relative; 
			width:100%;  
			float: right;
			margin-right: 5%!important;
			bottom:5% !important;
			}
		.marca_rodape{
			position:relative;
			display:block;
			margin-left:-25px !important;
			width:100%;
		}
		.textoMenu{
			line-height: 12px;
			font-family: "DINC";
			text-decoration:none;
			font-size: 12px;
			letter-spacing: 0.05em;
			text-transform: uppercase;
			text-decoration: none;
			color: #bb9623;	
			}
		.textoRoda{
			line-height: 14px;
			font-family: "DINC";
			text-decoration:none;
			font-size: 14px;
			letter-spacing: 0.05em;
			text-transform: uppercase;
			text-decoration: none;
			color: #fff;	
			}	
		.manual_img{
			width:60px;
		}
		 header #menu:after {
		content: "";
		position: absolute;
		width: 1px;
		height: 100%;
		top: 0;
		left: 0%;
		background: #fbfbfb;
		opacity: 0.2; }
		
		.manual_img{
			width:60px;
		}
	 header #menu a.item {
      font-size: 18px; } }
  @media screen and (max-height: 768px) {
       .manualmarca{
			position: relative; 
			width:100%;  
			float: right;
			margin-right: 5%!important;
			bottom:5% !important;
			}
		.marca_rodape{
			position:relative;
			display:block;
			margin-left:-25px !important;
			width:100%;
		}
		.textoMenu{
			line-height: 12px;
			font-family: "DINC";
			text-decoration:none;
			font-size: 12px;
			letter-spacing: 0.05em;
			text-transform: uppercase;
			text-decoration: none;
			color: #bb9623;	
			}
		.textoRoda{
			line-height: 14px;
			font-family: "DINC";
			text-decoration:none;
			font-size: 14px;
			letter-spacing: 0.05em;
			text-transform: uppercase;
			text-decoration: none;
			color: #fff;	
			}	
		.manual_img{
			width:60px;
		}
		 header #menu:after {
		content: "";
		position: absolute;
		width: 1px;
		height: 100%;
		top: 0;
		left: 0%;
		background: #fbfbfb;
		opacity: 0.2; }
		
	header #menu a.item {
      margin: 9px 40px; } }
  @media screen and (max-height: 618px) {
     .manualmarca{
			position: relative; 
			width:100%;  
			float: right;
			margin-right: 5%!important;
			bottom:5% !important;
			}
		.marca_rodape{
			position:relative;
			display:block;
			margin-left:-25px !important;
			width:100%;
		}
		.textoMenu{
			line-height: 12px;
			font-family: "DINC";
			text-decoration:none;
			font-size: 12px;
			letter-spacing: 0.05em;
			text-transform: uppercase;
			text-decoration: none;
			color: #bb9623;	
			}
		.textoRoda{
			line-height: 14px;
			font-family: "DINC";
			text-decoration:none;
			font-size: 14px;
			letter-spacing: 0.05em;
			text-transform: uppercase;
			text-decoration: none;
			color: #fff;	
			}	
		.manual_img{
			width:60px;
		}
		 header #menu:after {
		content: "";
		position: absolute;
		width: 1px;
		height: 100%;
		top: 0;
		left: 0%;
		background: #fbfbfb;
		opacity: 0.2; }
		
  header #menu a.item {
      line-height: 22px; }
      header #menu a.item.nav_splash {
        margin: 180px 40px 20px; } }
  @media screen and (max-height: 512px) {
    .manualmarca{
			position: relative; 
			width:100%;  
			float: right;
			margin-right: 5%!important;
			bottom:5% !important;
			}
		.marca_rodape{
			position:relative;
			display:block;
			margin-left:-25px !important;
			width:100%;
		}
		.textoMenu{
			line-height: 12px;
			font-family: "DINC";
			text-decoration:none;
			font-size: 12px;
			letter-spacing: 0.05em;
			text-transform: uppercase;
			text-decoration: none;
			color: #bb9623;	
			}
		.textoRoda{
			line-height: 14px;
			font-family: "DINC";
			text-decoration:none;
			font-size: 14px;
			letter-spacing: 0.05em;
			text-transform: uppercase;
			text-decoration: none;
			color: #fff;	
			}	
		.manual_img{
			width:60px;
		}
		 header #menu:after {
		content: "";
		position: absolute;
		width: 1px;
		height: 100%;
		top: 0;
		left: 0%;
		background: #fbfbfb;
		opacity: 0.2; }
		
		  header #menu a.item.nav-lang {
      margin: 10px 40px 10px; } }

@keyframes handAnimation {
  from {
    transform: translateX(0px); }
  33% {
    transform: translateX(15px); }
  66% {
    transform: translateX(-15px); }
  to {
    transform: translateX(0px); } }

#splash {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
  #splash #container {
    width: 126%;
    height: 100%;
    display: block;
    position: absolute;
    -ms-transform: translateX(0px);
        transform: translateX(0px);
    transition: transform 1s ease-out;
    cursor: -webkit-grab;
    cursor: grab; }
    #splash #container #hand {
      width: 145px;
      height: 18px;
      top: 20vh;
      left: 50%;
      transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      position: absolute;
      opacity: 1;
      transition: opacity .25s ease-out; }
      #splash #container #hand svg path {
        fill: #eeebe7 !important; }
      #splash #container #hand.animate svg #hand_icon {
        animation-name: handAnimation;
        animation-duration: 2.5s;
        animation-iteration-count: infinite;
        animation-timing-function: ease-in-out; }
      #splash #container #hand.remove {
        opacity: 0; }
      @media screen and (max-width: 800px) {
		    .manualmarca{
				position: relative; 
			width:100%;  
			float: right;
			margin-right: 5%!important;
			bottom:5% !important;
		}
		.manual_img{
			width:60px;
		}
        #splash #container #hand {
          display: none; } }
    #splash #container #bg {
      position: absolute;
      height: 100%;
      width: 100%;
      top: -31px;
      background: url("/portugues/views/imagem_home.jpg") center center;
      background-repeat: no-repeat;
      background-size: cover; }
    #splash #container #access {
      position: absolute;
      width: 150vw;
      text-align: center;
      top: 50%;
      transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transition: transform 1s ease-out; }
      #splash #container #access nav .item {
        display: inline-block;
        font-family: "DINC";
        font-size: 18px;
        letter-spacing: 0.1em;
        color: #fff;
        text-transform: uppercase;
        border-radius: 50%;
        vertical-align: middle;
        width: 12px;
        height: 12px;
        margin: 0 9vw;
        border: 4px solid #eeebe7;
        position: relative;
        cursor: pointer; }
        #splash #container #access nav .item:before {
          content: "";
          height: 300px;
          width: 18vw;
          position: absolute;
          top: -150px;
          left: -9vw; }
        #splash #container #access nav .item:after {
          content: "";
          height: 1px;
          width: 27vw;
          background: #aaa791;
          display: block;
          left: 50%;
          transform: translateX(-50%);
          -moz-transform: translateX(-50%);
          -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
          -o-transform: translateX(-50%);
          position: absolute;
          top: 50%;
          -webkit-clip-path: polygon(0% 100%, 100% 100%, 100% -5%, calc(50% + 16px) -5%, calc(50% + 16px) 95%, calc(50% - 16px) 95%, calc(50% - 16px) -5%, 0% -5%);
                  clip-path: polygon(0% 100%, 100% 100%, 100% -5%, calc(50% + 16px) -5%, calc(50% + 16px) 95%, calc(50% - 16px) 95%, calc(50% - 16px) -5%, 0% -5%); }
        #splash #container #access nav .item h3 {
          position: absolute;
          top: -53px;
          width: 260px;
          font-size: 18px;
          font-weight: normal;
          transform: translateX(-50%);
          -moz-transform: translateX(-50%);
          -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
          -o-transform: translateX(-50%);
          transition: all 0.2s ease-out; }
        #splash #container #access nav .item .mosaic {
          position: relative;
          transition: opacity .15s ease-out 0.2s;
          opacity: 0; }
          #splash #container #access nav .item .mosaic img {
            position: absolute;
            z-index: -1;
            transition: transform 0.3s ease-out; }
            #splash #container #access nav .item .mosaic img.mosaic1 {
              top: -134px;
              left: -280px;
              -ms-transform-origin: right bottom;
                  transform-origin: right bottom;
              -ms-transform: scale(0);
                  transform: scale(0); }
            #splash #container #access nav .item .mosaic img.mosaic2 {
              top: 2px;
              left: -196px;
              -ms-transform-origin: right top;
                  transform-origin: right top;
              -ms-transform: scale(0);
                  transform: scale(0); }
            #splash #container #access nav .item .mosaic img.mosaic3 {
              top: -78px;
              left: -158px;
              -ms-transform-origin: right center;
                  transform-origin: right center;
              -ms-transform: scale(0);
                  transform: scale(0); }
            #splash #container #access nav .item .mosaic img.mosaic4 {
              top: -173px;
              left: 0;
              -ms-transform-origin: left bottom;
                  transform-origin: left bottom;
              -ms-transform: scale(0);
                  transform: scale(0); }
          #splash #container #access nav .item .mosaic span {
            font-family: "Minion";
            font-size: 13px;
            text-transform: lowercase;
            color: #cfc8b6;
            text-decoration: none;
            display: inline-block;
            width: 90px;
            top: 20px;
            left: 35px;
            position: relative; }
        #splash #container #access nav .item:hover, #splash #container #access nav .item .active {
          z-index: 2; }
          #splash #container #access nav .item:hover h3, #splash #container #access nav .item .active h3 {
            font-size: 25px;
            transform: translateX(0%);
            -moz-transform: translateX(0%);
            -webkit-transform: translateX(0%);
            -ms-transform: translateX(0%);
            -o-transform: translateX(0%);
            text-align: left;
            left: 35px;
            line-height: 23px;
            width: 236px; }
            #splash #container #access nav .item:hover h3:after, #splash #container #access nav .item .active h3:after {
              content: "";
              display: inline-block;
              width: 21px;
              height: 2px;
              background: #ad8f63;
              top: -20px;
              left: 0;
              position: absolute; }
          #splash #container #access nav .item:hover[data-class="a-raca"] h3, #splash #container #access nav .item:hover[data-class="a-carne"] h3, #splash #container #access nav .item:hover[data-class="noticia"] h3, #splash #container #access nav .item:hover[data-class="genetica-e-sustentabilidade"] h3, #splash #container #access nav .item .active[data-class="a-raca"] h3, #splash #container #access nav .item .active[data-class="a-carne"] h3, #splash #container #access nav .item .active[data-class="noticia"] h3, #splash #container #access nav .item .active[data-class="genetica-e-sustentabilidade"] h3 {
            color: #ad8f63; }
          #splash #container #access nav .item:hover[data-class="a-raca"] .mosaic span, #splash #container #access nav .item:hover[data-class="a-carne"] .mosaic span, #splash #container #access nav .item:hover[data-class="noticia"] .mosaic span, #splash #container #access nav .item:hover[data-class="genetica-e-sustentabilidade"] .mosaic span, #splash #container #access nav .item .active[data-class="a-raca"] .mosaic span, #splash #container #access nav .item .active[data-class="a-carne"] .mosaic span, #splash #container #access nav .item .active[data-class="noticia"] .mosaic span, #splash #container #access nav .item .active[data-class="genetica-e-sustentabilidade"] .mosaic span {
            color: #222; }
          #splash #container #access nav .item:hover .mosaic, #splash #container #access nav .item .active .mosaic {
            transition: opacity .15s ease-out 0s;
            opacity: 1; }
            #splash #container #access nav .item:hover .mosaic .mosaic1, #splash #container #access nav .item .active .mosaic .mosaic1 {
              transition: transform 0.2s ease-out .05s;
              -ms-transform: scale(1);
                  transform: scale(1); }
            #splash #container #access nav .item:hover .mosaic .mosaic2, #splash #container #access nav .item .active .mosaic .mosaic2 {
              transition: transform 0.2s ease-out .1s;
              -ms-transform: scale(1);
                  transform: scale(1); }
            #splash #container #access nav .item:hover .mosaic .mosaic3, #splash #container #access nav .item .active .mosaic .mosaic3 {
              transition: transform 0.2s ease-out .15s;
              -ms-transform: scale(1);
                  transform: scale(1); }
            #splash #container #access nav .item:hover .mosaic .mosaic4, #splash #container #access nav .item .active .mosaic .mosaic4 {
              transition: transform 0.2s ease-out .2s;
              -ms-transform: scale(1);
                  transform: scale(1); }
        #splash #container #access nav .item.icon_center {
          width: 116px;
          height: 116px;
          border: 7px solid #eeebe7; }
          #splash #container #access nav .item.icon_center:after {
            -webkit-clip-path: polygon(0% 100%, 100% 100%, 100% -5%, calc(50% + 60px) -5%, calc(50% + 60px) 95%, calc(50% - 60px) 95%, calc(50% - 60px) -5%, 0% -5%);
                    clip-path: polygon(0% 100%, 100% 100%, 100% -5%, calc(50% + 60px) -5%, calc(50% + 60px) 95%, calc(50% - 60px) 95%, calc(50% - 60px) -5%, 0% -5%); }
          #splash #container #access nav .item.icon_center i {
            display: inline-block;
            width: 67px;
            height: 49px;
            vertical-align: middle;
            position: relative;
            top: 50%;
            transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%); }
            #splash #container #access nav .item.icon_center i svg path {
              fill: #eeebe7 !important; }
      @media screen and (max-width: 800px) {
		 .manualmarca{
			position: relative; 
			width:100%;  
			float: right;
			margin-right: 5%!important;
			bottom:5% !important;
			}
		.marca_rodape{
			position:relative;
			display:block;
			margin-left:-25px !important;
			width:100%;
		}
		.textoMenu{
			line-height: 12px;
			font-family: "DINC";
			text-decoration:none;
			font-size: 12px;
			letter-spacing: 0.05em;
			text-transform: uppercase;
			text-decoration: none;
			color: #bb9623;	
			}
		.textoRoda{
			line-height: 14px;
			font-family: "DINC";
			text-decoration:none;
			font-size: 14px;
			letter-spacing: 0.05em;
			text-transform: uppercase;
			text-decoration: none;
			color: #fff;	
			}	
		.manual_img{
			width:60px;
		}
		 header #menu:after {
		content: "";
		position: absolute;
		width: 1px;
		height: 100%;
		top: 0;
		left: 0%;
		background: #fbfbfb;
		opacity: 0.2; }
		
        #splash #container #access nav {
          display: none; } }
    #splash #container #mobile-nav {
      height: 60%;
      margin: 0 auto;
      width: auto;
      display: none;
      position: relative;
      top: 50%;
      transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%); }
      #splash #container #mobile-nav ul {
        padding: 0;
        margin: 0; }
        #splash #container #mobile-nav ul li {
          list-style: none;
          width: 100%;
          display: block;
          height: auto;
          margin-bottom: 50px;
          text-align: center; }
          #splash #container #mobile-nav ul li span.circle {
            display: inline-block;
            width: 12px;
            margin-top: 6px;
            height: 12px;
            border-radius: 50%;
            border: 4px solid #eeebe7;
            margin-right: 25px; }
          #splash #container #mobile-nav ul li a {
            font-family: "DINC";
            font-size: 18px;
            letter-spacing: 0.1em;
            text-transform: uppercase;
            text-decoration: none;
            cursor: pointer;
            color: #fff; }
      @media screen and (max-width: 800px) {
		 .manualmarca{
			position: relative; 
			width:100%;  
			float: right;
			margin-right: 5%!important;
			bottom:5% !important;
			}
		.marca_rodape{
			position:relative;
			display:block;
			margin-left:-25px !important;
			width:100%;
		}
		.textoMenu{
			line-height: 12px;
			font-family: "DINC";
			text-decoration:none;
			font-size: 12px;
			letter-spacing: 0.05em;
			text-transform: uppercase;
			text-decoration: none;
			color: #bb9623;	
			}
		.textoRoda{
			line-height: 14px;
			font-family: "DINC";
			text-decoration:none;
			font-size: 14px;
			letter-spacing: 0.05em;
			text-transform: uppercase;
			text-decoration: none;
			color: #fff;	
			}	
		.manual_img{
			width:60px;
		}
		 header #menu:after {
		content: "";
		position: absolute;
		width: 1px;
		height: 100%;
		top: 0;
		left: 0%;
		background: #fbfbfb;
		opacity: 0.2; }
		
        #splash #container #mobile-nav {
          display: block; } }

.inner.in aside #mosaic .item > * {
  opacity: 1; }

.inner.in main > * {
  opacity: 1; }

.inner main {
  width: 50%;
  height: calc(100% - 36px);
  position: absolute;
  right: 0;
  top: 0;
  padding: 10vh 5vw;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover; }
  .inner main .img-a-raca {
    display: none; }
  .inner main > * {
    /*opacity: 0;*/
    transition: opacity 0.25s ease-out .6s; }
  .inner main .bg {
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%; }
  .inner main .wrap {
    width: 537px;
    max-width: 90%;
    height: calc(78vh - 22px);
	padding-bottom: 50px;
    position: relative;
    float: left;
    overflow-x: hidden;
    overflow-y: hidden;
    margin-bottom: 2vh; }
    .inner main .wrap:after {
      content: "";
      width: 37px;
      height: 3px;
      background-color: #bb9623;
      position: absolute;
      top: 0;
      left: 0; }
    .inner main .wrap h2 {
      font-family: "DINC";
      font-size: 26px;
      line-height: 40px;
      letter-spacing: 0.15em;
      color: #bb9623;
      text-transform: uppercase;
      padding: 80px 0 20px 0; }
    .inner main .wrap p {
      font-family: "Minion";
      font-size: 16px;
      line-height: 24px;
      letter-spacing: 0.05em;
      color: #384044;
      padding: 15px 0 15px 0; }
  .inner main .logo_down {
    display: block;
    width: 30px;
    height: 25px; }
  .inner main .arrow {
    float: left;
    width: 50px;
    height: 100px;
    position: absolute;
    top: 50%;
    right: 120px;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%); }
    .inner main .arrow .up,
    .inner main .arrow .down {
      width: 100%;
      height: 40px;
      display: inline-block;
      display: block;
      margin: 15px 0;
      cursor: pointer;
      padding-top: 15px;
      padding-bottom: 15px; }
      .inner main .arrow .up:hover,
      .inner main .arrow .down:hover {
        background-color: #bb9623;
        transition: background-color 0.15s ease-in;
        -ms-transition: background-color 0.15s ease-in; }
        .inner main .arrow .up:hover svg path,
        .inner main .arrow .down:hover svg path {
          fill: #eeebe7; }
    .inner main .arrow .up {
      -ms-transform: rotate(180deg);
          transform: rotate(180deg); }

.inner aside {
  width: 50%;
  height: calc(100% - 36px);
  position: absolute;
  left: 0;
  top: 0; }
  .inner aside #mosaic {
    display: table;
    width: 100%;
    height: 100%; }
    .inner aside #mosaic .item {
      display: inline-block;
      position: relative;
      padding: 0 53px;
      text-align: right; }
      .inner aside #mosaic .item > * {
        opacity: 0;
        transition: opacity 0.3s ease-out; }
      .inner aside #mosaic .item.item1 {
        width: 100%;
        height: 50%;
        display: inline-block;
        transition: opacity 0.3s ease-out .1s; }
      .inner aside #mosaic .item.item2 {
        width: 50%;
        height: 50%;
        display: inline-block;
        transition: opacity 0.3s ease-out .2s; }
      .inner aside #mosaic .item.item3 {
        width: 50%;
        height: 50%;
        display: inline-block;
        transition: opacity 0.3s ease-out .3s; }
      .inner aside #mosaic .item figure {
        display: block;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: no-repeat center center;
        background-size: cover;
        -moz-background-size: cover;
        -webkit-background-size: cover;
        -ms-background-size: cover;
        -o-background-size: cover;
        position: absolute;
        transition: opacity 0.3s ease-out .4s; }
      .inner aside #mosaic .item .content {
        position: relative;
        z-index: 2;
        display: inline-block;
        transition: opacity 0.3s ease-out .5s; }
        .inner aside #mosaic .item .content:after {
          content: '';
          position: relative;
          width: 37px;
          height: 3px;
          background-color: #bb9623;
          display: inline-block;
          margin-top: 30px; }
        .inner aside #mosaic .item .content .ico {
          margin-left: 88px; }
        .inner aside #mosaic .item .content p {
          color: #bb9623;
          font-family: "DINC";
          font-size: 22px;
          line-height: 28px;
          max-width: 211px;
          text-transform: uppercase; }

@media (max-width: 1500px) {
  .inner main .arrow {
    right: 40px; }
  .inner main .wrap {
    max-width: calc(100% - 50px); } }

@media (max-width: 1123px) {
  .inner main {
    width: 70%; }
    .inner main .arrow {
      right: 40px; }
  .inner aside {
    width: 30%; }
    .inner aside #mosaic .item.item1, .inner aside #mosaic .item.item2, .inner aside #mosaic .item.item3 {
      width: 100%;
      height: 33.333%; } }

@media (max-width: 770px) {
	  .manualmarca{
			position: relative; 
			width:100%;  
			float: right;
			margin-right: 5%!important;
			bottom:5% !important;
			}
		.marca_rodape{
			position:relative;
			display:block;
			margin-left:-25px !important;
			width:100%;
		}
		.textoMenu{
			line-height: 12px;
			font-family: "DINC";
			text-decoration:none;
			font-size: 12px;
			letter-spacing: 0.05em;
			text-transform: uppercase;
			text-decoration: none;
			color: #bb9623;	
			}
		.textoRoda{
			line-height: 14px;
			font-family: "DINC";
			text-decoration:none;
			font-size: 14px;
			letter-spacing: 0.05em;
			text-transform: uppercase;
			text-decoration: none;
			color: #fff;	
			}	
		.manual_img{
			width:60px;
		}
		 header #menu:after {
		content: "";
		position: absolute;
		width: 1px;
		height: 100%;
		top: 0;
		left: 0%;
		background: #fbfbfb;
		opacity: 0.2; }
		
  .inner main {
    position: relative;
    display: table;
    width: 100%;
    height: auto !important; }
    .inner main .arrow {
      display: none; }
    .inner main .wrap {
      overflow-y: scroll; }
  .inner aside {
    position: relative;
    display: block;
    width: 100%;
    height: 33.3vw; }
    .inner aside #mosaic {
      display: table; }
      .inner aside #mosaic .item {
        display: table-cell !important;
        height: 100% !important; }
        .inner aside #mosaic .item .content p {
          font-size: 13px; }
        .inner aside #mosaic .item.item1, .inner aside #mosaic .item.item2, .inner aside #mosaic .item.item3 {
          width: 33.333%;
          height: 100%; } }

@media (max-width: 768px) {
	  .manualmarca{
			position: relative; 
			width:100%;  
			float: right;
			margin-right: 5%!important;
			bottom:5% !important;
			}
		.marca_rodape{
			position:relative;
			display:block;
			margin-left:-25px !important;
			width:100%;
		}
		.textoMenu{
			line-height: 12px;
			font-family: "DINC";
			text-decoration:none;
			font-size: 12px;
			letter-spacing: 0.05em;
			text-transform: uppercase;
			text-decoration: none;
			color: #bb9623;	
			}
		.textoRoda{
			line-height: 14px;
			font-family: "DINC";
			text-decoration:none;
			font-size: 14px;
			letter-spacing: 0.05em;
			text-transform: uppercase;
			text-decoration: none;
			color: #fff;	
			}	
		.manual_img{
			width:60px;
		}
		 header #menu:after {
		content: "";
		position: absolute;
		width: 1px;
		height: 100%;
		top: 0;
		left: 0%;
		background: #fbfbfb;
		opacity: 0.2; }
		
  .inner aside {
    display: none; } }

@media (max-width: 510px) {
	  .manualmarca{
			position: relative; 
			width:100%;  
			float: right;
			margin-right: 5%!important;
			bottom:5% !important;
			}
		.marca_rodape{
			position:relative;
			display:block;
			margin-left:-25px !important;
			width:100%;
		}
		.textoMenu{
			line-height: 12px;
			font-family: "DINC";
			text-decoration:none;
			font-size: 12px;
			letter-spacing: 0.05em;
			text-transform: uppercase;
			text-decoration: none;
			color: #bb9623;	
			}
		.textoRoda{
			line-height: 14px;
			font-family: "DINC";
			text-decoration:none;
			font-size: 14px;
			letter-spacing: 0.05em;
			text-transform: uppercase;
			text-decoration: none;
			color: #fff;	
			}	
		.manual_img{
			width:60px;
		}
		 header #menu:after {
		content: "";
		position: absolute;
		width: 1px;
		height: 100%;
		top: 0;
		left: 0%;
		background: #fbfbfb;
		opacity: 0.2; }
		
  .inner main .wrap {
    width: 100%;
    max-width: 100%; } }

.genetica-e-sustentabilidade .color1,
.a-raca .color1 {
  background-color: #ffffff; }

.genetica-e-sustentabilidade .color2,
.a-raca .color2 {
  background-color: #747238; }

.genetica-e-sustentabilidade .color3,
.a-raca .color3 {
  background-color: #353b28; }

.genetica-e-sustentabilidade .color4,
.a-raca .color4 {
  background-color: #9e5634; }

.genetica-e-sustentabilidade:not(.genetica-e-sustentabilidade) main,
.a-raca:not(.genetica-e-sustentabilidade) main {
  background-color: #fffffe; }
  .genetica-e-sustentabilidade:not(.genetica-e-sustentabilidade) main .img-a-raca,
  .a-raca:not(.genetica-e-sustentabilidade) main .img-a-raca {
    display: block;
    max-width: 100%;
    margin: 50px 0; }

.genetica-e-sustentabilidade aside #mosaic .item.item1,
.a-raca aside #mosaic .item.item1 {
  background-color: #585930; }

.genetica-e-sustentabilidade aside #mosaic .item.item2,
.a-raca aside #mosaic .item.item2 {
  background-color: #353b28; }

.genetica-e-sustentabilidade aside #mosaic .item.item3,
.a-raca aside #mosaic .item.item3 {
  background-color: #9e5634; }

.genetica-e-sustentabilidade main,
.a-raca main {
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover; }

.genetica-e-sustentabilidade aside #mosaic .item .ico_green,
.a-raca aside #mosaic .item .ico_green {
  width: 68px;
  height: 61px;
  display: inline-block; }
  .genetica-e-sustentabilidade aside #mosaic .item .ico_green svg path,
  .a-raca aside #mosaic .item .ico_green svg path {
    fill: #eeebe7; }

.genetica-e-sustentabilidade .c-hamburger,
.a-raca .c-hamburger {
  border-color: #bb9623; }
  .genetica-e-sustentabilidade .c-hamburger span,
  .a-raca .c-hamburger span {
    background: #bb9623; }
    .genetica-e-sustentabilidade .c-hamburger span:before, .genetica-e-sustentabilidade .c-hamburger span:after,
    .a-raca .c-hamburger span:before,
    .a-raca .c-hamburger span:after {
      background-color: #bb9623; }

.origem .color1 {
  background-color: #4a5543; }

.origem .color2 {
  background-color: #c5bdb6; }

.origem .color3 {
  background-color: #cdbea1; }

.origem .color4 {
  background-color: #beaeac; }

.origem main {
  background-color: #fffffe;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover; }
  .origem main .wrap p {
    color: #fff; }

.origem aside #mosaic .item.item1 {
  background-color: #585930; }

.origem aside #mosaic .item.item2 {
  background-color: #353b28; }

.origem aside #mosaic .item.item3 {
  background-color: #9e5634; }

.origem aside #mosaic .item .ico_green {
  width: 68px;
  height: 61px;
  display: inline-block; }
  .origem aside #mosaic .item .ico_green svg path {
    fill: #4a5543; }

.origem aside #mosaic .item .content p {
  color: #222222;
  font-family: "Minion";
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.035em;
  text-transform: none;
  max-width: 229px;
  font-style: italic;
  font-weight: bold; }

.origem aside #mosaic .item .content:after {
  background-color: #4a5543; }

.a-carne .color1 {
  background-color: #f9f9fd; }

.a-carne .color2 {
  background-color: #c1af98; }

.a-carne .color3 {
  background-color: #995b54; }

.a-carne .color4 {
  background-color: #dfdfe1; }

.a-carne main .logo_down {
  display: none; }

.a-carne aside #mosaic .item.item2 .content {
  display: none; }

@media (max-width: 770px) {
	
	  .manualmarca{
		  flex:1;
		  top:auto !important;
		  left: auto !important
		}

		.marcaint{
			position: absolute;
			text-align: center;
			display: block;
			bottom: 8px  !important;
			right: 8px  !important;
			}
		.textoMenu{
			line-height: 12px;
			font-family: "DINC";
			text-decoration:none;
			font-size: 12px;
			letter-spacing: 0.05em;
			text-transform: uppercase;
			text-decoration: none;
			color: #bb9623;	
			}
		.textoRoda{
			line-height: 14px;
			font-family: "DINC";
			text-decoration:none;
			font-size: 14px;
			letter-spacing: 0.05em;
			text-transform: uppercase;
			text-decoration: none;
			color: #fff;	
			}	
		.manual_img{
			width:60px;
		}
  .a-carne header h1 .logo svg path {
    fill: #bb9623; }
  .a-carne .c-hamburger {
    border-color: #bb9623; }
    .a-carne .c-hamburger span {
      background: #bb9623; }
      .a-carne .c-hamburger span:after, .a-carne .c-hamburger span:before {
        background: #bb9623; } }

.a-carne .c-hamburger {
  border-color: #bb9623; }
  .a-carne .c-hamburger span {
    background: #bb9623; }
    .a-carne .c-hamburger span:before, .a-carne .c-hamburger span:after {
      background-color: #bb9623; }

.contato .color1 {
  background-color: #40493a; }

.contato .color2 {
  background-color: #93928a; }

.contato .color3 {
  background-color: #aa957e; }

.contato .color4 {
  background-color: #734b2d; }

.contato aside #mosaic .item .content:after {
  background-color: #4a5543; }

.contato aside #mosaic .item .content .ico {
  width: 61px;
  height: 56px;
  display: block;
  float: right;
  margin-bottom: 10px; }
  .contato aside #mosaic .item .content .ico svg path {
    fill: #4a5543; }

.contato aside #mosaic .item .content p {
  font-size: 16px;
  color: #222222;
  display: inline-block; }

.contato .wrap form {
  width: 100%; }
  .contato .wrap form textarea,
  .contato .wrap form .submit,
  .contato .wrap form input {
    border: 0;
    background: #fff;
    width: 100%;
    margin-bottom: 15px;
    display: inline-block;
    padding-left: 15px;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.03em;
    font-family: "Minion"; }
  .contato .wrap form input {
    height: 46px; }
  .contato .wrap form textarea {
    height: 186px;
    padding-top: 11px; }
  .contato .wrap form .submit {
    width: 129px;
    color: #bb9623;
    text-align: center;
    text-transform: uppercase;
    font-family: "DINC";
    font-size: 16px;
    height: 46px;
    padding-left: 0; }
    .contato .wrap form .submit:hover {
      color: #fff;
      background-color: #bb9623;
      transition: color 0.2s ease-in, background-color 0.2s ease-in;
      -ms-transition: color 0.2s ease-in, background-color 0.2s ease-in; }

.noticia .color1,
.noticias .color1 {
  background-color: #fefefd; }

.noticia .color2,
.noticias .color2 {
  background-color: #7e7064; }

.noticia .color3,
.noticias .color3 {
  background-color: #3e4730; }

.noticia .color4,
.noticias .color4 {
  background-color: #cfdeda; }

.noticia h2,
.noticias h2 {
  padding-bottom: 40px !important;
  line-height: 34px; }

.noticia .back,
.noticias .back {
  font-family: "Minion";
  font-size: 16px;
  color: #384044;
  letter-spacing: 0.05em;
  line-height: 24px;
  top: 45px;
  position: absolute;
  text-decoration: none; }

.noticia #mosaic .item .ico_green,
.noticias #mosaic .item .ico_green {
  display: none; }

.noticia #mosaic .item .content p,
.noticias #mosaic .item .content p {
  color: #222222;
  font-family: "Minion";
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.035em;
  text-transform: none;
  max-width: 166px !important;
  font-style: normal;
  font-weight: bold; }

.noticia #mosaic .item .content:after,
.noticias #mosaic .item .content:after {
  background-color: #4a5543; }

.noticia a.noticia,
.noticias a.noticia {
  display: block;
  padding-bottom: 20px;
  text-decoration: none;
  margin-bottom: 26px;
  position: relative; }
  .noticia a.noticia:after,
  .noticias a.noticia:after {
    content: '';
    position: absolute;
    height: 1px;
    background-color: #bb9623;
    width: 112px;
    bottom: 0;
    left: 0;
    transition: width 0.2s ease-in;
    -ms-transition: width 0.2s ease-in; }
  .noticia a.noticia .date,
  .noticias a.noticia .date {
    display: table-cell;
    float: left;
    width: 70px;
    color: #819e6d;
    font-size: 16px;
    letter-spacing: 0.15em;
    line-height: 27px;
    font-family: "DINC"; }
  .noticia a.noticia h3,
  .noticias a.noticia h3 {
    display: table-cell;
    font-size: 19px;
    color: #384044;
    letter-spacing: 0.04em;
    line-height: 27px;
    font-family: "Minion";
    text-decoration: none;
    font-weight: normal; }
  .noticia a.noticia:hover:after,
  .noticias a.noticia:hover:after {
    width: 100%; }

.noticia .c-hamburger,
.noticias .c-hamburger {
  border-color: #bb9623; }
  .noticia .c-hamburger span,
  .noticias .c-hamburger span {
    background: #bb9623; }
    .noticia .c-hamburger span:before, .noticia .c-hamburger span:after,
    .noticias .c-hamburger span:before,
    .noticias .c-hamburger span:after {
      background-color: #bb9623; }

.noticia span.date {
  color: #819e6d;
  font-size: 16px;
  letter-spacing: 0.15em;
  line-height: 27px;
  font-family: "DINC";
  padding-top: 20px;
  display: inline-block; }

.noticia .inner main .wrap h2 {
  padding-top: 15px;
  line-height: 34px; }

.noticia .inner main .wrap img {
  margin-bottom: 20px;
  width: 100%; }

footer#footer_master {
position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
    min-height: 50px;
    background: #eeebe7;
    padding: 0 30px;
    line-height: 17px; }


  footer#footer_master nav {
    float: left; }
    footer#footer_master nav a.item {
      display: -ms-inline-flexbox;
      display: inline-flex;
      height:17px;
      line-height: 17px;
      vertical-align: middle;
      padding: 0 15px;
      border-left: 1px solid #a68760; }
      footer#footer_master nav a.item.nav_facebook i {
        width: 16px;
        height: 16px;
        display: inline-block; }
      footer#footer_master nav a.item.nav_facebook:hover svg path {
        fill: #404638;
        transition: fill 0.2s ease-in;
        -ms-transition: fill 0.2s ease-in; }
      footer#footer_master nav a.item.language {
        font-family: "DINC";
        font-size: 16px;
        color: #a68760;
        text-decoration: none;
        text-transform: uppercase;
        letter-spacing: 0.3px; }
        footer#footer_master nav a.item.language:hover {
          color: #404638;
          transition: color 0.2s ease-in;
          -ms-transition: color 0.2s ease-in; }
      footer#footer_master nav a.item.sound {
        cursor: pointer; }
        footer#footer_master nav a.item.sound i {
          width: 20px;
          height: 16px;
          display: inline-block; }
        footer#footer_master nav a.item.sound svg path {
          transition: fill .2s ease-in, transform 0.15s ease-out;
          -ms-transform-origin: center bottom;
              transform-origin: center bottom;
          -ms-transform: scaleY(0);
              transform: scaleY(0); }
        footer#footer_master nav a.item.sound:hover svg path {
          fill: #404638; }
      footer#footer_master nav a.item:first-child {
        padding-left: 0;
        border-left: 0; }
  footer#footer_master #demonietto {
    float: right;
    display: inline-block; }
    footer#footer_master #demonietto a i {
      display: inline-block;
      width: 19px;
      height: 36px; }
      footer#footer_master #demonietto a i svg path {
        fill: #bb9623; }
    footer#footer_master #demonietto a:hover i svg path {
      fill: #99b337;
      transition: fill 0.2s ease-in;
      -ms-transition: fill 0.2s ease-in; }
  footer#footer_master #zeca {
    float: right;
    display: inline-block;
    margin-right: 20px; }
    footer#footer_master #zeca a i {
      display: inline-block;
      width: 19px;
      height: 36px; }
      footer#footer_master #zeca a i svg path {
        fill: #bb9623; }
    footer#footer_master #zeca a:hover i svg path {
      fill: #404638;
      transition: fill 0.2s ease-in;
      -ms-transition: fill 0.2s ease-in; }

.c-hamburger {
  display: block;
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 50px;
  height: 50px;
  font-size: 0;
  text-indent: -9999px;
  cursor: pointer;
  border: 2px solid #fff;
  border-radius: 50%; }

.c-hamburger:focus {
  outline: none; }

.c-hamburger span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 70%;
  height: 3px;
  background: white;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  border-radius: 1pxr; }

.c-hamburger span::before,
.c-hamburger span::after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 1pxr;
  background-color: #fff;
  content: ""; }

.c-hamburger span::before {
  top: -100%;
  margin-top: -2px; }

.c-hamburger span::after {
  top: 100%;
  margin-top: 2px; }

.c-hamburger--htx {
  background-color: transparent; }

.c-hamburger--htx span {
  transition: background 0s 0.2s; }

.c-hamburger--htx span::before,
.c-hamburger--htx span::after {
  transition-duration: 0.2s, 0.2s;
  transition-delay: 0.2s, 0s; }

.c-hamburger--htx span::before {
  transition-property: top, transform; }

.c-hamburger--htx span::after {
  transition-property: top, transform; }

/* active state, i.e. menu open */
.c-hamburger--htx.is-active {
  border-color: transparent; }

.c-hamburger--htx.is-active span {
  background: none; }

.c-hamburger--htx.is-active span::before {
  top: 0;
  margin-top: 0px;
  -ms-transform: rotate(45deg);
      transform: rotate(45deg); }

.c-hamburger--htx.is-active span::after {
  top: 0;
  margin-top: 0px;
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg); }

.c-hamburger--htx.is-active span::before,
.c-hamburger--htx.is-active span::after {
  transition-delay: 0s, 0.3s; }
