@charset "UTF-8";

a {
	text-decoration: none;
}


img {
	vertical-align: middle;
}


fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

textarea {
	resize: vertical;
}

html {
	box-sizing: border-box;
}
*, *:before, *:after {
	box-sizing: inherit;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */
/* Prevent callout */

.nocallout {
	-webkit-touch-callout: none;
}
.pressed {
	background-color: rgba(0, 0, 0, 0.7);
}
/* A hack for HTML5 contenteditable attribute on mobile */

textarea[contenteditable] {
	-webkit-appearance: none;
}
/* A workaround for S60 3.x and 5.0 devices which do not animated gif images if
   they have been set as display: none */
/* line 102,  */
.gifhidden {
	position: absolute;
	left: -100%;
}
/*
 * Image replacement
 */

.ir {
	background-color: transparent;
	background-repeat: no-repeat;
	border: 0;
	direction: ltr;
	display: block;
	overflow: hidden;
	text-align: left;
	text-indent: -999em;
}
.ir br {
	display: none;
}
/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
	display: none !important;
	visibility: hidden;
}
/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}
/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
	visibility: hidden;
}
/**
 * Clearfix helper
 * Used to contain floats: h5bp.com/q
 */

.clearfix::before, .clearfix::after {
	content: "";
	display: table;
}
.clearfix::after {
	clear: both;
}
/*center element*/

.center-element {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
/**
 * Remove default margin.
 */

body {
	margin: 0;
}
/* 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;
	vertical-align: baseline;
}
/**
 * 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/10/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 of focused elements when they are also in an
 * active/hover state.
 */

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.
 */

b, 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: baseline;
}
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: 1em 40px;
}
/**
 * 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;
	font: inherit;
	margin: 0;
}
/**
 * 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;
	cursor: pointer;
}
/**
 * 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;
	padding: 0;
}

/**
 * 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.
 */

input[type="search"] {
	-webkit-appearance: textfield;
	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;
	padding: 0;
}
/**
 * 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;
}
.animated {
	-webkit-animation-duration: 12s;
	-moz-animation-duration: 12s;
	-o-animation-duration: 12s;
	animation-duration: 12s;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
}
.animated.infinite {
	animation-iteration-count: infinite;
}
.animated.hinge {
	-webkit-animation-duration: 24s;
	-moz-animation-duration: 24s;
	-o-animation-duration: 24s;
	animation-duration: 24s;
}
.animated.bounceIn, .animated.bounceOut {
	-webkit-animation-duration: 9s;
	-moz-animation-duration: 9s;
	-o-animation-duration: 9s;
	animation-duration: 9s;
}
.animated.flipOutX, .animated.flipOutY {
	-webkit-animation-duration: 9s;
	-moz-animation-duration: 9s;
	-o-animation-duration: 9s;
	animation-duration: 9s;
}
/*------------------------------------*    #IMAGES
\*------------------------------------*/
/**
 * While image is not loaded, with this trick the space occupied
 * Use this placeholder and it is required the width and padding-bottom
 * for it to work.
 * Remember, the padding-bottom is a percent of the width value
 */

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
@font-face {
	font-family: 'icomoon';
	src: url("../css/fonts/icomoon.eot?vwob1f");
	src: url("../css/fonts/icomoon.eot?vwob1f#iefix") format("embedded-opentype"), url("../css/fonts/icomoon.ttf?vwob1f") format("truetype"), url("../css/fonts/icomoon.woff?vwob1f") format("woff"), url("../css/fonts/icomoon.svg?vwob1f#icomoon") format("svg");
	font-weight: normal;
	font-style: normal;
}
[class^="icon-"]:before, [class*=" icon-"]:before {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.icon-Bt_fechar_mobile:before {
	content: "\e900";
	font-size: 22px;
	top: -3px;
	position: relative;
	right: 0;
}
.icon-Bt_voltar_mobile:before {
	content: "\e901";
}
.icon-menu_mobile:before {
	content: "\e902";
}
.icon-seta_menu_mobile:before {
	content: "\e903";
}
.icon-google-plus:before {
	content: "\ea8b";
}
.icon-facebook:before {
	content: "\ea90";
}
.icon-linkedin2:before {
	content: "\eaca";
}
body {
	font-family: "Lato", sans-serif;
	height: 100%;
	overflow-x: hidden;
	width: 100%;
	-webkit-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}
.vert-center {
	left: 50%;
	margin: auto;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	width: 100%;
}
.no-csstransforms .vert-center {
	left: inherit;
	top: 50px;
	width: 100%;
}
/*------------------------------------*	#PAGE
\*------------------------------------*/
/**
 * High-, page-level styling.
 *
 * 1. Set the default `font-size` and `line-height` for the entire project,
 *    sourced from our default variables. The `font-size` is calculated to exist
 *    in ems, the `line-height` is calculated to exist unitlessly.
 * 2. Force scrollbars to always be visible to prevent awkward ‘jumps’ when
 *    navigating between pages that do/do not have enough content to produce
 *    scrollbars naturally.
 * 3. Ensure the page always fills at least the entire height of the viewport.
 * 4. Prevent certain mobile browsers from automatically zooming fonts.
 * 5. Fonts on OSX will look more consistent with other systems that do not
 *    render text using sub-pixel anti-aliasing.
 */

html {
	background-color: #fff;
	color: #333;
	font-size: 1em;
	line-height: 1.5;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}
 @media (max-width: 800px) {
html {
	font-size: 0.8em;
}
}
.site {
	position: relative;
}
/*------------------------------------*	#IMAGES
\*------------------------------------*/
/**
 * 1. Fluid images for responsive purposes.
 * 2. Offset `alt` text from surrounding copy.
 * 3. Setting `vertical-align` removes the whitespace that appears under `img`
 *    elements when they are dropped into a page as-is. Safer alternative to
 *    using `display: block;`.
 */

img {
	font-style: italic;
	vertical-align: middle;
}
/**
 * 1. Google Maps breaks if `max-width: 100%` acts upon it; use their selector
 *    to remove the effects.
 * 2. If a `width` and/or `height` attribute have been explicitly defined, let's
 *    not make the image fluid.
 */

.gm-style img, img[width], img[height] {
	max-width: none;
}
/*------------------------------------*	#LISTS
\*------------------------------------*/
/**
 * Remove extra vertical spacing when nesting lists.
 */

li > ul, li > ol {
	margin-bottom: 0;
}
/**
 * Center any element horizontally and vertical
 */

.absolute-center {
	bottom: 0;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: 0;
}
.animated {
	-webkit-animation-duration: 12s;
	-moz-animation-duration: 12s;
	-o-animation-duration: 12s;
	animation-duration: 12s;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
}
.animated.hinge {
	-webkit-animation-duration: 24s;
	-moz-animation-duration: 24s;
	-o-animation-duration: 24s;
	animation-duration: 24s;
}

/* Icons */
@font-face {
	font-family: "slick";
	src: url("./fonts/slick.eot");
	src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
	font-weight: normal;
	font-style: normal;
}
/* Arrows */
h1 {
	color: #386c16;
	font-size: 3.5em;
	font-family: "Lato", sans-serif;
	font-weight: 400;
	margin-bottom: 30px;
	text-align: left;
	text-transform: uppercase;
}
h2 {
	color: #386c16;
	font-size: 3.5em;
	font-family: "Lato", sans-serif;
	font-weight: 400;
	margin-bottom: 30px;
	text-align: left;
	text-transform: uppercase;
}
 @media (max-width: 800px) {
	 h1 {
	font-size: 30px;
}
h2 {
	font-size: 30px;
}
}
.left {
	float: left;
}
.right {
	float: right;
}
.column {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 40px;
	-moz-column-gap: 40px;
	column-gap: 40px;
	margin-bottom: 160px;
	font-size: 1.6em;
}
 @media (max-width: 1024px) {
.column {
	margin-bottom: 110px;
}
}
 @media (max-width: 800px) {
.column {
	-webkit-column-count: 1;
	-moz-column-count: 1;
	column-count: 1;
}
}
.column a {
	color: #669d36;
}
.column p {
	padding: 0 0 10px 0;
	text-align: justify;
}
.column p.highlight {
	color: #669d36;
}
.column h3 {
	font-size: 28px;
}
.column ul li {
	text-align: left;
}
p {
	color: #606060;
	line-height: 30px;
}
.underline {
	text-decoration: underline;
}
.under-question {
	color: #669d36;
	display: block;
	font-family: "Lato", sans-serif;
	font-size: 24px;
	font-size: 1.5rem;
	line-height: 1;
	margin-bottom: 30px;
}
.sub-question {
	color: #fff;
	display: block;
	font-family: "Lato", sans-serif;
	float: left;
	width: 100%;
	font-size: 24px;
	font-size: 1.5rem;
	line-height: 1;
	margin-bottom: 30px;
}
 @media (max-width: 1024px) {
.sub-question {
	text-align: center;
	width: 100%;
}
}
.sub-question.dark {
	width: 75%;
}
 @media (max-width: 1024px) {
.sub-question.dark {
	width: 100%;
	text-align: center;
}
}
.subtitle {
	color: #606060;
	font-size: 28px;
	font-size: 1.75rem;
	line-height: 1.2;
	font-family: "Lato", sans-serif;
	text-align: center;
}
h3 {
	color: #606060;
	font-family: "Lato", sans-serif;
	text-align: left;
	padding-bottom: 50px;
}
 @media (max-width: 800px) {
h3 {
	margin: 0 0 20px 0;
	padding: 0;
}
}
article {
	display: block;
	padding: 5% 0;
	position: relative;
}
.caption {
	color: #fff;
	font-family: Arial, sans-serif;
	font-size: 70px;
	font-size: 4.375rem;
	line-height: 1;
	font-weight: 700;
	padding-bottom: 20px;
	display: block;
}
.caption:before {
	border-top: 3px solid #fff;
	content: "";
	display: block;
	height: 3px;
	margin-bottom: 10px;
	width: 84px;
}
.full-img {
	padding-top: 0;
	position: relative;
}
 @media (max-width: 640px) {
.full-img.clearfix .image {
	left: -50%;
	position: relative;
	width: 150%;
}
}
.full-img.clearfix .image img {
	max-width: 100%;
	min-width: 100%;
	height: auto;
}
.full-img .full-content {
	width: 100%;
	text-align: center;
	margin: 0 auto;
	position: absolute;
	top: 0;
	min-height: 400px;
}
.full-img .full-content .caption {
	color: #fff;
	font-family: "Lato", sans-serif;
	font-size: 70px;
	font-size: 4.375rem;
	line-height: 1;
	font-weight: 700;
	max-width: 570px;
	position: absolute;
	text-align: center;
	margin: 0 auto;
	top: 50%;
	left: 25%;
}
.full-img .full-content .caption:before {
	border-top: 3px solid #fff;
	content: "";
	display: block;
	height: 3px;
	margin-bottom: 10px;
	width: 84px;
}
.full-img .full-content .caption:after {
	border-top: 3px solid #fff;
	content: "";
	display: block;
	height: 3px;
	margin-left: 60%;
	margin-top: 10px;
	width: 84px;
}
 @media (max-width: 1024px) {
.full-img .full-content .caption {
	font-size: 45px;
	font-size: 2.8125rem;
	line-height: 1;
}
}
 @media (max-width: 800px) {
.full-img .full-content .caption {
	font-size: 35px;
	font-size: 2.1875rem;
	line-height: 1;
	top: 25%;
}
}
 @media (max-width: 640px) {
.full-img .full-content .caption {
	left: 10%;
}
}
.arrow {
	bottom: 18%;
	left: 50%;
	position: absolute;
	display: block;
	height: 50px;
	width: 50px;
}
.arrow:before {
	color: #fff;
	font-size: 11em;
	left: -62px;
	position: relative;
	top: -117px;
}
 @media (max-width: 1024px) {
.arrow:before {
	font-size: 10em;
	top: -55px;
}
}
.link-anchor {
	top: -100px;
	position: relative;
	display: block;
	height: 100px;
}
h2.low {
	text-transform: none;
	font-size: 35px;
	color: #a9d591;
}
.low.weight {
	font-weight: 400;
}
 @media (max-width: 1024px) {
h2.low {
	font-size: 33px;
}
}
 @media (max-width: 425px) {
h2.low {
	font-size: 30px;
}
}
.main {
	/* background: #f5f5f5; */
	position: relative;
}
.main.green-background {
	background-color: #a9d591;
}
.main.green-background .link-anchor,  .main.grey-background .link-anchor {
	height: 1px;
	top: 0;
}
.main.green-background h2, .main.green-background h3 {
	color: #fff;
}
.main.green-background h3 {
	font-size: 28px;
}
.main.green-background li:nth-child(odd) {
	line-height: 40px;
}
.main.green-background li:nth-child(even) {
	color: #fff;
	line-height: 40px;
}
.main.grey-background {
	/* background: #f5f5f5; */
}
.main .wrapper {
	margin: 0 auto;
	max-width: 1084px;
	width: 90%;
	text-align: center;
	padding-top: 350px;
}

 @media (max-width: 1360px) {
.main .wrapper {
	padding-top: 100px;
}

}

 @media (max-width: 1024px) {
.main .wrapper {
	padding-top: 90px;
}
}
.main .wrapper .content {
	position: relative;
}
.main .wrapper .content h3 {
	font-size: 26px;
}
.main .wrapper .content span {
	font-size: 12px;
	text-transform: uppercase;
	text-align: left;
	display: block;
	position: absolute;
	color: grey;
	top: -90px;
}
.main .wrapper .content span.breadcrumbs {
	color: #386c16;
	text-transform: none;
}
.main .wrapper .content span.breadcrumbs a {
	color: grey;
}
.main .wrapper .content span.breadcrumbs span.bar {
	color: grey;
	top: 0;
	position: relative;
	display: inline-block;
	width: 15px;
	text-align: center;
}
.main .wrapper .content span.breadcrumbs span.grey {
	color: grey;
	display: inline-block;
	position: relative;
	top: 0;
	text-transform: none;
}
 @media (max-width: 2700px) {
.main .wrapper .content span {
	top: -110px;
}
}
 @media (max-width: 1360px) {
.main .wrapper .content span {
	top: -100px;
}
.main .wrapper .content span.breadcrumbs {
	top: -120px;
}
}
 @media (max-width: 1280px) {
.main .wrapper .content span {
	top: -90px;
}
.main .wrapper .content span.breadcrumbs {
	top: -50px;
}
}
.main .wrapper .content p {
	padding: 0 0 10px 0;
	text-align: justify;
	font-size: 16px;
}
.main .wrapper .content p.highlight {
	color: #669d36;
}
.main .wrapper .content a {
	color: #669d36;
	text-decoration:underline;
	font-weight:700;
}
.main .wrapper .content a:hover {
	color: #669d36;
	text-decoration:none;
}
.main .wrapper .content.multi {
	padding-top: 20px;
}
.main .left, .main .right {
	width: 48.5%;
	text-align: left;
}
.main .left {
	margin-right: 1.5%;
	padding-left: 110px;
}
 @media (max-width: 1024px) {
.main .left {
	float: none;
	width: 90%;
	padding-left: 0;
	margin: 0 5%;
}
}
.main .right {
	margin-left: 1.5%;
	padding-right: 110px;
}
 @media (max-width: 1024px) {
.main .right {
	float: none;
	width: 90%;
	padding-right: 0;
	margin: 0 5%;
}
}
.main .lead {
	color: violet;
}
.main .txt {
	margin-bottom: 160px;
	font-size: 1.6em;
}
.main .txt p {
	padding: 0 0 10px 0;
	text-align: justify;
}
.main .txt p.highlight {
	color: #669d36;
}
 @media (max-width: 1024px) {
.main .txt {
	margin-bottom: 10px;
}
.main .txt p {
	line-height: 1.6em;
}
}
 @media (max-width: 1024px) {
.main .wrapper .content span {
	top: 0;
}
.main .wrapper .content span.breadcrumbs {
	top: -70px;
}
}
.map-container {
	position: relative;
	top: -40px;
/* Optional: Makes the sample page fill the window. */ }
.map-container .arrow-down {
	height: 35px;
	width: 100px;
	position: relative;
	display: block;
	margin: 0 auto;
	z-index: 10;
	text-indent: -10px;
}
.map-container .arrow-down:before {
	content: url(../images/arrow-down.png);
	display: block;
	transform: translate(15%, 0%);
    position: absolute;
}
.map-container #map {
	height: 459px;
	width: 100%;
}
 @media (max-width: 1200px) {
.map-container #map {
	height: 600px;
}
}
 @media (max-width: 1024px) {
.map-container #map {
	height: 515px;
}
}
.map-container .adress-content {
	padding: 30px 30px 20px 35px;
	width: 40%;
	height: 460px;
	position: absolute;
	bottom: 0;
	z-index: 10;
	background: #fff;
	right: 5%;
	max-width: 490px;
}
.map-container .adress-content h2 {
	font-size: 2.6em;
	    margin-bottom: 10px;
}
 @media (max-width: 1024px) {
.map-container .adress-content {
	position: relative;
	width: 100%;
	right: 0;
	padding: 50px 20px 20px 40px;
}
}
.map-container .adress-content span {
	display: block;
	padding-bottom: 20px;
	font-size: 1.6em;
	color: #474646;
}



.main .wrapper .content .share.error {
	text-align: center;
}
.main .wrapper .content .share.error .circle {
	width: 40px;
	height: 40px;
	background: #bfbfbf;
	overflow: hidden;
	display: inline-block;
	border-radius: 20px;
	padding: 1px 0 0 8px;
	color: #fff;
	margin-right: 20px;
	text-decoration: none;
}
.main .wrapper .content .share.error .circle:hover {
	background-color: #a9d591;
}
.main .wrapper .content .share.error .circle.icon-facebook:before {
	font-size: 2.75em;
	display: block;
	padding: 1px 0;
	line-height: 40px;
	left: -4px;
    position: relative;
}
.main .wrapper .content .share.error .circle.icon-google-plus:before {
	font-size: 3em;
	display: block;
	padding-top: 1px;
	line-height: 40px;
}
.main .wrapper .content  .share.error  .circle.icon-linkedin2:before {
	font-size: 2.6em;
	display: block;
	padding: 0 3px 3px 0;
	line-height: 40px;
}

.map-container .adress-content .share .circle {
	width: 40px;
	height: 40px;
	background: #bfbfbf;
	overflow: hidden;
	display: inline-block;
	border-radius: 20px;
	padding: 1px 0 0 8px;
	color: #fff;
	margin-right: 20px;
	text-decoration: none;
}
.map-container .adress-content .share .circle:hover {
	background-color: #a9d591;
}
.map-container .adress-content .share .circle.icon-facebook:before {
	font-size: 2.75em;
	display: block;
	padding: 1px 0;
	line-height: 40px;
}
.map-container .adress-content .share .circle.icon-google-plus:before {
	font-size: 3em;
	display: block;
	padding-top: 1px;
	line-height: 40px;
}
.map-container .adress-content .share .circle.icon-linkedin2:before {
	font-size: 2.6em;
	display: block;
	padding: 0 3px 3px 0;
	line-height: 40px;
}


.main .wrapper .content .share.contactsPag {
	text-align: left;
}
.main .wrapper .content .share.contactsPag .circle {
	width: 40px;
	height: 40px;
	background: #bfbfbf;
	overflow: hidden;
	display: inline-block;
	border-radius: 20px;
	padding: 1px 0 0 8px;
	color: #fff;
	margin-right: 20px;
	text-decoration: none;
}
.main .wrapper .content .share.contactsPag .circle:hover {
	background-color: #a9d591;
}
.main .wrapper .content .share.contactsPag .circle.icon-facebook:before {
	font-size: 2.75em;
	display: block;
	padding: 1px 0;
	line-height: 40px;
}
.main .wrapper .content .share.contactsPag .circle.icon-google-plus:before {
	font-size: 3em;
	display: block;
	padding-top: 1px;
	line-height: 40px;
}
.main .wrapper .content  .share.contactsPag  .circle.icon-linkedin2:before {
	font-size: 2.6em;
	display: block;
	padding: 0 3px 3px 0;
	line-height: 40px;
}

.map-container .adress-content .share .circle {
	width: 40px;
	height: 40px;
	background: #bfbfbf;
	overflow: hidden;
	display: inline-block;
	border-radius: 20px;
	padding: 1px 0 0 8px;
	color: #fff;
	margin-right: 20px;
	text-decoration: none;
}
.map-container .adress-content .share .circle:hover {
	background-color: #a9d591;
}
.map-container .adress-content .share .circle.icon-facebook:before {
	font-size: 2.75em;
	display: block;
	padding: 1px 0;
	line-height: 40px;
}
.map-container .adress-content .share .circle.icon-google-plus:before {
	font-size: 3em;
	display: block;
	padding-top: 1px;
	line-height: 40px;
}
.map-container .adress-content .share .circle.icon-linkedin2:before {
	font-size: 2.6em;
	display: block;
	padding: 0 3px 3px 0;
	line-height: 40px;
}

header {
	position: absolute;
	width: 100%;
	z-index: 1000;
	background: #fff;
}
 @media (max-width: 1024px) {
header {
	background: none;
}
}
header .wrapper {
	margin: 0 auto;
}
header .wrapper .content {
	margin: 0 auto;
	display: table;
	width: 100%;
}
 @media (max-width: 1200px) {
header .wrapper .content {
	height: 120px;
}
}
 @media (max-width: 1024px) {
header .wrapper .content {
	height: 100px;
}
}
header .wrapper .content .header-cookies {
	width: 100%;
	height: 30px;
	background: lightgrey;
	position: fixed;
	left: 0;
	top: 0;
	color: black;
	text-align: center;
	line-height: 30px;
	display: none !important;
	z-index: 100;
}
header .wrapper .content .header-cookies .close {
	color: #669d36;
}
header .wrapper .content.scroll-top .submenu-wrapper:before {
	top: -30px;
	height: 10px;
}
header .wrapper .content.scroll-top .image-header {
	margin-top: 416px;
}
header .wrapper .menu-wrapper {
	margin: 0 auto;
	display: block;
}
 @media (max-width: 1200px) {
header .wrapper .menu-wrapper {
	margin: 10px auto 0 auto;
}
}
 @media (max-width: 1024px) {
header .wrapper .menu-wrapper {
	margin: 120px auto 0 auto;
}
}
header .wrapper .menu-wrapper.scroll-top {
	height: 105px;
	position: fixed;
	width: 100%;
	box-shadow: 0 -6px 20px rgba(0, 0, 0, 0.5);
	background-color: white;
	-webkit-transition: background-color 1s;
	-moz-transition: background-color 1s;
	transition: background-color 1s;
	background: #fff;
	z-index: 1000;
	margin: 0 auto;
}
 @media (max-width: 1024px) {
header .wrapper .menu-wrapper.scroll-top {
	position: initial;
	border-bottom: 1px solid #f7f7f7;
}
}
header .wrapper .menu-wrapper.scroll-top .menu-content {
	margin-top: 20px;
}
header .wrapper .menu-wrapper.scroll-top .menu-container {
	top: 0;
}
header .wrapper .menu-wrapper.scroll-top .submenu-wrapper {
	padding-top: 16px;
}
header .wrapper .menu-wrapper.scroll-top .content {
	top: 30px;
	font-size: .85em;
}
 @media (max-width: 1360px) {
header .wrapper .menu-wrapper.scroll-top .content {
	left: -70px;
}
}
header .wrapper .menu-wrapper.scroll-top nav.menu .menu-content li a:after {
	background-color: #1d1d1d;
}
header .wrapper .menu-wrapper.scroll-top .submenu-wrapper {
	top: 80px;
	overflow: hidden;
}
header .wrapper .menu-wrapper.scroll-top .logo {
	margin-top: 15px;
	width: 180px;
	display: none;
}
header .wrapper .menu-wrapper.scroll-top .logo-mobile {
	display: block;
	margin-top: 43px;
}
header .wrapper .menu-wrapper.scroll-top .icon-Bt_fechar_mobile:before {
	font-size: 30px;
}
header .wrapper .menu-wrapper.scroll-top .navbar {
	margin-top: -62px;
}
header .wrapper .menu-wrapper.scroll-top .navbar-nav > li > .dropdown-menu {
	top: 50px;
}
header .wrapper .menu-wrapper .logo {
	background: url(../images/ambiprime-logo.png) no-repeat left top;
	text-indent: -9000px;
	background-size: contain;
	margin: 0 auto;
	width: 263px;
	display: block;
	height: 139px;
}
header .wrapper .menu-wrapper .logo a {
	width: 60px;
	overflow: hidden;
	height: 50px;
	display: block;
}
 @media (max-width: 1024px) {
header .wrapper .menu-wrapper .logo {
	display: none;
}
}
header .wrapper .menu-wrapper .logo-mobile {
	background: url(../images/ambiprime-logo-mobile.png) no-repeat left top;
	text-indent: -9000px;
	background-size: contain;
	margin: 0 auto;
	width: 250px;
	display: none;
	height: 46px;
}
header .wrapper .menu-wrapper .logo-mobile a {
	width: 60px;
	overflow: hidden;
	height: 50px;
	display: block;
}
 @media (max-width: 1024px) {
header .wrapper .menu-wrapper .logo-mobile {
	width: 250px;
	margin-top: 70px;
	display: block;
}
}
header .wrapper .menu-wrapper .menu-content {
	margin-top: 50px;
}
 @media (max-width: 1024px) {
header .wrapper .menu-wrapper .menu-content {
	margin-top: 148px;
}
}
header .wrapper .menu-wrapper .menu-container {
	width: 100%;
	position: absolute;
	height: 104px;
	background: #fff;
}
 @media (max-width: 1024px) {
header .wrapper .menu-wrapper .menu-container {
	top: 0;
	position: fixed;
	background: #fff;
	height: 148px;
}
}
header .wrapper .btn-menu {
	width: 70px;
	display: none;
	float: left;
	color: #9d9b9c;
	position: relative;
	z-index: 10;
}
 @media (max-width: 1024px) {
header .wrapper .btn-menu {
	display: block;
	height: 60px;
	width: auto;
	float: left;
}
}
 @media (max-width: 320px) {
h2.low {
	font-size: 28px;
}
header .wrapper .menu-wrapper .logo-mobile {
	margin-left: 32px;
}
}
header .wrapper .clear-menu-btn {
	position: absolute;
	width: 20px;
	height: 20px;
	top: 0px;
	right: 0px;
	margin: 0 auto;
	display: none;
}
header .wrapper .clear-menu-btn input[type="checkbox"] {
	position: absolute;
	filter: alpha(opacity=0);
	opacity: 0;
	left: -10px;
	height: 20px;
	display: block;
	width: 40px;
}
header .wrapper .clear-menu-btn input[type="checkbox"]:hover {
	cursor: pointer;
}
 header .wrapper .clear-menu-btn input[type="checkbox"]:checked ~ .top, header .wrapper .clear-menu-btn input[type="checkbox"]:checked ~ .bottom {
 top: 50%;
}
 header .wrapper .clear-menu-btn input[type="checkbox"]:checked ~ .top {
 transform: rotate(45deg);
}
 header .wrapper .clear-menu-btn input[type="checkbox"]:checked ~ .bottom {
 transform: rotate(-45deg);
}
 header .wrapper .clear-menu-btn input[type="checkbox"]:checked ~ .middle {
 filter: alpha(opacity=0);
 opacity: 0;
}
 header .wrapper .clear-menu-btn input[type="checkbox"]:checked ~ .circle {
 filter: alpha(opacity=100);
 opacity: 1;
}
header .wrapper .clear-menu-btn span {
	position: absolute;
	display: block;
	width: 20px;
	height: 2px;
	background-color: #669d36;
	border-radius: 2px;
	transition: all 0.3s;
	z-index: -1;
}
header .wrapper .clear-menu-btn .top {
	top: 20%;
}
header .wrapper .clear-menu-btn .middle {
	top: 50%;
}
header .wrapper .clear-menu-btn .bottom {
	top: 80%;
}
.image-header.error {
	background: #fff url("../images/erro404.png") no-repeat center top;
	height: 430px;
	width: 100%;
	position: relative;
	top: 210px;
}

.image-header {
	background: url("../images/img-home/AmbiPrime_4.jpg") no-repeat center top;
	background-size: cover;
	height: 430px;
	width: 100%;
	position: relative;
	top: 210px;
}
.image-header.company {
	background: url("../images/company/Empresa_4.jpg") no-repeat center top;
	background-size: cover;
}
.image-header.info-tec {
	background: url("../images/info-tec/informacao_tecnica_4.jpg") no-repeat center top;
	background-size: cover;
}
.image-header.conf-legal-diag {
	background: url("../images/services/conformidade_legal/Diagnostico_ambiental/diagnostico ambiental_4.jpg") no-repeat center top;
	background-size: cover;
}
.image-header.conf-legal-externo {
	background: url("../images/services/conformidade_legal/departamento_externo_ambiente/departamento_externo ambiente_4.jpg") no-repeat center top;
	background-size: cover;
}
.image-header.conf-legal-legislacao {
	background: url("../images/services/conformidade_legal/legislacao_ambiental/legislacao_ambiental_4.jpg") no-repeat center top;
	background-size: cover;
}
.image-header.avaliacao-incidencias {
	background: url("../images/services/avaliacao_ambiental/estudo_incidencias_ambientais/estudo_incidencias_ambientais_4.jpg") no-repeat center top;
	background-size: cover;
}
.image-header.avaliacao-estudo {
	background: url("../images/services/avaliacao_ambiental/estudo_impacte_ambiental/estudo_impacte_ambiental_4.jpg") no-repeat center top;
	background-size: cover;
}
.image-header.avaliacao-due {
	background: url("../images/services/avaliacao_ambiental/Due_Diligence_ambiental/due_diligence_ambiental_4.jpg") no-repeat center top;
	background-size: cover;
}
.image-header.avaliacao-estrategica {
	background: url("../images/services/avaliacao_ambiental/avaliacao_ambiental_estrategica/avaliacao_ambiental_estrategica_4.jpg") no-repeat center top;
	background-size: cover;
}
.image-header.avaliacao-riscos {
	background: url("../images/services/avaliacao_ambiental/analise_riscos_ambientais/analise_riscos_ambientais_4.jpg") no-repeat center top;
	background-size: cover;
}
.image-header.licenciamento-industrial {
	background: url("../images/services/Licenciamentos/industrial/licenciamento_industrial_4.jpg") no-repeat center top;
	background-size: cover;
}
.image-header.licenciamento-ambiental {
	background: url("../images/services/Licenciamentos/ambiental/licenciamento_ambiental_4.jpg") no-repeat center top;
	background-size: cover;
}
.image-header.licenciamento-residuos {
	background: url("../images/services/Licenciamentos/gestao_residuos/licenciamento_gestao_residuos_4.jpg") no-repeat center top;
	background-size: cover;
}
.image-header.licenciamento-recursos {
	background: url("../images/services/Licenciamentos/recursos_hidricos/licenciamento_utilizacao_recursos_hidricos_4.jpg") no-repeat center top;
	background-size: cover;
}
.image-header.gestao-ambiental-sistema {
	background: url("../images/services/gestao_ambiental/sistema_gestao_ambiental/sistema_gestao_ambiental_4.jpg") no-repeat center top;
	background-size: cover;
}
.image-header.gestao-ambiental-relatorio {
	background: url("../images/services/gestao_ambiental/relatorios_sustentabilidade/relatorios_sustentabilidade_4.jpg") no-repeat center top;
	background-size: cover;
}
.image-header.gestao-ambiental-plano {
	background: url("../images/services/gestao_ambiental/plano_monotorizacao_ambiental/plano_monotorizacao_ambiental_4.jpg") no-repeat center top;
	background-size: cover;
}
.image-header.gestao-ambiental-auditoria {
	background: url("../images/services/gestao_ambiental/auditoria_ambiental/auditoria_ambiental_4.jpg") no-repeat center top;
	background-size: cover;
}
.image-header.gestao-ambiental-acompanhamento {
	background: url("../images/services/gestao_ambiental/acompanhamento_ambiental_obra/acompanhamento_ambiental_obra_4.jpg") no-repeat center top;
	background-size: cover;
}
.image-header.plano_gestao_residuos-demolicao {
	background: url("../images/services/plano_gestao_residuos/residuos_demolicao/plano_prevencao_gestao_residuos_construcao_demolicao_4.jpg") no-repeat center top;
	background-size: cover;
}
.image-header.plano_gestao_residuos-solventes {
	background: url("../images/services/plano_gestao_residuos/gestao_solventes/plano_gestao_solventes_4.jpg") no-repeat center top;
	background-size: cover;
}
.image-header.plano_gestao_residuos-residuos {
	background: url("../images/services/plano_gestao_residuos/gestao_residuos/plano_gestao_residuo_4.jpg") no-repeat center top;
	background-size: cover;
}
.image-header.formacao_educacao_ambiental-form {
	background: url("../images/services/formacao_ambiental/formacao_ambiental_4.jpg") no-repeat center top;
	background-size: cover;
}
.image-header.formacao_educacao_ambiental-educacao {
	background: url("../images/services/formacao_ambiental/educacao_sensibilizacao_ambiental_4.jpg") no-repeat center top;
	background-size: cover;
}
.image-header.energia-auditoria {
	background: url("../images/services/energia/auditoria_energetica/auditoria_energetica_4.jpg") no-repeat center top;
	background-size: cover;
}
.image-header.energia-eficiencia {
	background: url("../images/services/energia/eficiencia_energetica/eficiencia_energetica_4.jpg") no-repeat center top;
	background-size: cover;
}
.image-header.energia-renovaveis {
	background: url("../images/services/energia/energias_renovaveis/energias_renovaveis_4.jpg") no-repeat center top;
	background-size: cover;
}
.image-header.calculo_carbono_CO2 {
	background: url("../images/services/calculo_carbono_CO2/calculo_carbono_CO2_4.jpg") no-repeat center top;
	background-size: cover;
}

 @media (max-width: 1360px) {
.image-header {
	top: 5px;
}

}
 @media (max-width: 788px) {
.image-header {
	height: 630px;
	width: 100%;
	position: relative;
	background: url("../images/img-home/AmbiPrime_2.jpg") no-repeat center top;
}
.image-header.company {
	background: url("../images/company/Empresa_2.jpg") no-repeat center top;
	background-size: cover;
	top: 0;
}
.image-header.info-tec {
	background: url("../images/info-tec/informacao_tecnica_2.jpg") no-repeat center top;
	background-size: cover;
	top: 0;
}
.image-header.conf-legal-diag {
	background: url("../images/services/conformidade_legal/Diagnostico_ambiental/diagnostico ambiental_2.jpg") no-repeat center top;
	background-size: cover;
	top: 0;
}
.image-header.conf-legal-externo {
	background: url("../images/services/conformidade_legal/departamento_externo_ambiente/departamento_externo ambiente_2.jpg") no-repeat center top;
	background-size: cover;
	top: 0;
}
.image-header.conf-legal-legislacao {
	background: url("../images/services/conformidade_legal/legislacao_ambiental/legislacao_ambiental_2.jpg") no-repeat center top;
	background-size: cover;
	top: 0;
}
.image-header.avaliacao-incidencias {
	background: url("../images/services/avaliacao_ambiental/estudo_incidencias_ambientais/estudo_incidencias_ambientais_2.jpg") no-repeat center top;
	background-size: cover;
	top: 0;
}
.image-header.avaliacao-estudo {
	background: url("../images/services/avaliacao_ambiental/estudo_impacte_ambiental/estudo_impacte_ambiental_2.jpg") no-repeat center top;
	background-size: cover;
	top: 0;
}
.image-header.avaliacao-due {
	background: url("../images/services/avaliacao_ambiental/Due_Diligence_ambiental/due_diligence_ambiental_2.jpg") no-repeat center top;
	background-size: cover;
	top: 0;
}
.image-header.avaliacao-estrategica {
	background: url("../images/services/avaliacao_ambiental/avaliacao_ambiental_estrategica/avaliacao_ambiental_estrategica_2.jpg") no-repeat center top;
	background-size: cover;
	top: 0;
}
.image-header.avaliacao-riscos {
	background: url("../images/services/avaliacao_ambiental/analise_riscos_ambientais/analise_riscos_ambientais_2.jpg") no-repeat center top;
	background-size: cover;
	top: 0;
}
.image-header.licenciamento-industrial {
	background: url("../images/services/Licenciamentos/industrial/licenciamento_industrial_2.jpg") no-repeat center top;
	background-size: cover;
	top: 0;
}
.image-header.licenciamento-ambiental {
	background: url("../images/services/Licenciamentos/ambiental/licenciamento_ambiental_2.jpg") no-repeat center top;
	background-size: cover;
	top: 0;
}
.image-header.licenciamento-residuos {
	background: url("../images/services/Licenciamentos/gestao_residuos/licenciamento_gestao_residuos_2.jpg") no-repeat center top;
	background-size: cover;
	top: 0;
}
.image-header.licenciamento-recursos {
	background: url("../images/services/Licenciamentos/recursos_hidricos/licenciamento_utilizacao_recursos_hidricos_2.jpg") no-repeat center top;
	background-size: cover;
	top: 0;
}
.image-header.gestao-ambiental-sistema {
	background: url("../images/services/gestao_ambiental/sistema_gestao_ambiental/sistema_gestao_ambiental_2.jpg") no-repeat center top;
	background-size: cover;
	top: 0;
}
.image-header.gestao-ambiental-relatorio {
	background: url("../images/services/gestao_ambiental/relatorios_sustentabilidade/relatorios_sustentabilidade_2.jpg") no-repeat center top;
	background-size: cover;
	top: 0;
}
.image-header.gestao-ambiental-plano {
	background: url("../images/services/gestao_ambiental/plano_monotorizacao_ambiental/plano_monotorizacao_ambiental_2.jpg") no-repeat center top;
	background-size: cover;
	top: 0;
}
.image-header.gestao-ambiental-auditoria {
	background: url("../images/services/gestao_ambiental/auditoria_ambiental/auditoria_ambiental_2.jpg") no-repeat center top;
	background-size: cover;
	top: 0;
}
.image-header.gestao-ambiental-acompanhamento {
	background: url("../images/services/gestao_ambiental/acompanhamento_ambiental_obra/acompanhamento_ambiental_obra_2.jpg") no-repeat center top;
	background-size: cover;
	top: 0;
}
.image-header.plano_gestao_residuos-demolicao {
	background: url("../images/services/plano_gestao_residuos/residuos_demolicao/plano_prevencao_gestao_residuos_construcao_demolicao_2.jpg") no-repeat center top;
	background-size: cover;
	top: 0;
}
.image-header.plano_gestao_residuos-solventes {
	background: url("../images/services/plano_gestao_residuos/gestao_solventes/plano_gestao_solventes_2.jpg") no-repeat center top;
	background-size: cover;
	top: 0;
}
.image-header.plano_gestao_residuos-residuos {
	background: url("../images/services/plano_gestao_residuos/gestao_residuos/plano_gestao_residuo_2.jpg") no-repeat center top;
	background-size: cover;
	top: 0;
}
.image-header.formacao_educacao_ambiental-form {
	background: url("../images/services/formacao_ambiental/formacao_ambiental_2.jpg") no-repeat center top;
	background-size: cover;
	top: 0;
}
.image-header.formacao_educacao_ambiental-educacao {
	background: url("../images/services/formacao_ambiental/educacao_sensibilizacao_ambiental/educacao_sensibilizacao_ambiental_2.jpg") no-repeat center top;
	background-size: cover;
	top: 0;
}
.image-header.energia-auditoria {
	background: url("../images/services/energia/auditoria_energetica/auditoria_energetica_2.jpg") no-repeat center top;
	background-size: cover;
	top: 0;
}
.image-header.energia-eficiencia {
	background: url("../images/services/energia/eficiencia_energetica/eficiencia_energetica_2.jpg") no-repeat center top;
	background-size: cover;
	top: 0;
}
.image-header.energia-renovaveis {
	background: url("../images/services/energia/energias_renovaveis/energias_renovaveis_2.jpg") no-repeat center top;
	background-size: cover;
	top: 0;
}
.image-header.calculo_carbono_CO2 {
	background: url("../images/services/calculo_carbono_CO2/calculo_carbono_CO2_2.jpg") no-repeat center top;
	background-size: cover;
	top: 0;
}
}
 @media (max-width: 1360px) {
.image-header {
	background-position: top center;
	overflow: hidden;
	max-height: 480px;
	margin-top: 216px;
}
}
 @media (max-width: 1200px) {
.image-header {
	margin-top: 202px;
	max-height: 540px;
}
}
 @media (max-width: 1024px) {
.image-header {
	max-height: 420px;
	background-size: cover;
	margin-top: 144px;
	overflow: hidden;
	max-width: 1024px;
}
.image-header.scroll-top {
	margin-top: 0;
}
}

.mob {
	display: none;
}
 @media (max-width: 1024px) {
#accordion ul {
	margin-top: 30px;
}
.mob {
	display: block;
	position: fixed;
	top: 20px;
	right: 10px;
	color: #a9d591;
}
}
.sidenav {
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 1;
	top: 0;
	left: 0;
	background: #98cf7b;
	overflow-x: hidden;
	transition: 0.5s;
	padding-top: 60px;
	text-align: center;
}
.sidenav a {
	padding: 8px 20px;
	text-decoration: none;
	color: #669d36;
	text-transform: uppercase;
	display: block;
	transition: 0.3s;
	    height: 55px;
}
.sidenav a:first-child:before {
	display: none;
}
.sidenav a:before {
	border-top: 1px solid #abdb9d;
	content: "";
	display: block;
	height: 1px;
	width: 100%;
	position: relative;
	top: -16px;
	z-index: 100;
}
.sidenav a.white {
	color: #fff;
}
.sidenav a.alone {
	color: #fff;
}
.sidenav a.alone.firs-child:before {
	display: none;
}
.sidenav a.alone:before {
	border-top: 1px solid #abdb9d;
	content: "";
	display: block;
	height: 1px;
	width: 100%;
	position: relative;
	top: -9px;
	z-index: 100;
}
.icon-Bt_fechar_mobile {
    color: #fff;
    top: -20px;
    position: relative;
    right: 0;
    width: 22px;
    display: block;
    overflow: hidden;
}
.sidenav a:hover {
	color: #669d36;
	text-decoration: none;
}
.Bt_fechar_mobile {
	font-size: 3em;
	display: block;
	padding-top: 1px;
	line-height: 40px;
}
.sidenav .closebtn {
	position: absolute;
	top: 16px;
	right: 16px;
	font-size: 36px;
	z-index: 1000;
}
#mySidenav {
	color: #6a9643;
	font-size: 1.6em;
	text-transform: uppercase;
}
 @media screen and (max-height: 450px) {
.sidenav {
	padding-top: 15px;
}
.sidenav a {
	font-size: 18px;
}
}
#accordion {
	margin-top: 20px;
	width: 100%;
	display: inline-block;
}
#accordion ul {
	list-style-type: none;
}
#accordion ul li {
	margin-bottom: 5px;
}
#accordion ul li h3 {
	padding: 15px 10px;
	color: #fff;
	border-radius: 0;
	font-weight: normal;
	cursor: pointer;
	text-transform: uppercase;
	margin-bottom: 0;
	border-bottom: 1px solid #fff;
	margin: 0 10px;
}
#accordion ul li h3 .fa {
	float: right;
	font-size: 18px;
	margin-top: 10px;
}
#accordion ul li h3 .fa:before {
	content: "\e901";
	font-family: 'icomoon';
	color: #fff;
	display: block;
	height: 10px;
	width: 10px;
	font-size: 20px;
	-ms-transform: rotate(-180deg);
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg);
	margin-right: 20px;
}
#accordion ul li.active h3 .fa-caret-down::before {
	content: "\e903";
	font-family: 'icomoon';
	color: #fff;
	display: block;
	height: 10px;
	width: 10px;
	font-size: 20px;
	-ms-transform: rotate(-180deg);
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg);
	margin-right: 20px;
}
#accordion ul li .content {
	background: #85bc61;
	margin-left: 0;
	line-height: 20px;
	height: 100%;
	display: none;
	text-align: left;
}
#accordiontwo {
	margin-top: 10px;
	width: 100%;
	display: inline-block;
}
#accordiontwo ul {
	list-style-type: none;
	margin-top: 0;
}
#accordiontwo ul li {
	margin-bottom: 5px;
}
#accordiontwo ul li h2.last {
	padding: 0;
}
#accordiontwo ul li h2.last:before {
	top: -13px;
}
#accordiontwo ul li h2 {
	padding: 10px 20px;
	color: #fff;
	font-size: 13px;
	text-transform: uppercase;
	border-radius: 5px;
	font-weight: normal;
	cursor: pointer;
	margin-bottom: 0;
}
#accordiontwo ul li h2:before {
	border-top: 1px solid #abdb9d;
	content: "";
	display: block;
	height: 1px;
	width: 100%;
	position: relative;
	top: -15px;
	z-index: 100;
}
#accordiontwo ul li:first-child h2:before {
	display: none;
}
#accordiontwo ul li h2 .fa {
	float: right;
	font-size: 18px;
	margin-top: 10px;
}
#accordiontwo ul li h2 .fa:before {
	content: "\e901";
	font-family: 'icomoon';
	color: #fff;
	display: block;
	height: 10px;
	width: 10px;
	font-size: 20px;
	-ms-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
 transform: rotate(-90deg);
	margin-right: 29px;
}
#accordiontwo ul li.one h2 .fa-caret-down:before, #accordiontwo ul li.one.active h2 .fa-caret-down::before {
	display: none;
}
#accordiontwo ul li.active h2 .fa-caret-down::before {
	content: "\e903";
	font-family: 'icomoon';
	color: #fff;
	display: block;
	height: 10px;
	width: 10px;
	font-size: 20px;
	transform: rotate(-90deg);
	margin-right: 29px;
}
#accordiontwo ul li .contenttwo {
	background: #fff;
	margin-left: 0;
	padding: 10px;
	line-height: 20px;
	display: none;
}
.footer {
	background-color: #fff;
	color: #565656;
	text-align: center;
	bottom: 0;
	width: 100%;
	font-size: 1.6em;
	display: table;
}
.footer .footer-container {
	display: table-cell;
	vertical-align: middle;
	margin: 0 auto;
	height: 100px;
	text-align: center;
}
 @media (max-width: 1024px) {
.footer .footer-container {
	text-align: left;
	padding: 0 20px 20px 40px;
}
}
.section-head .box {
	background: #4c6c9d;
	height: 234px;
}
 @media (max-width: 800px) {
.section-head .box {
	height: 300px;
	margin-bottom: 40px;
}
}
.section-head .box .box-content {
	min-height: 234px;
	padding: 0;
	width: 100%;
	max-width: 670px;
	margin: 0 auto;
	padding-top: 50px;
	color: #fff;
	position: relative;
}
 @media (max-width: 1024px) {
.section-head .box .box-content {
	width: 90%;
}

}
.section-head .box .box-content .box-title {
	color: #fff;
	font-family: Arial, sans-serif;
	font-size: 60px;
	line-height: 1;
	font-weight: 700;
	width: 498px;
	border-right: 2px solid #7f96b9;
	display: inline-block;
	float: left;
	padding-bottom: 15px;
	min-height: 100px;
}
 @media (max-width: 1024px) {
.section-head .box .box-content .box-title {
	font-size: 43px;
	width: 360px;
}
}
 @media (max-width: 800px) {
.section-head .box .box-content .box-title {
	font-size: 30px;
	border-right: none;
	width: 90%;
	min-height: auto;
}
}
.section-head .box .box-content .box-lead {
	font-size: 24px;
	display: inline-block;
	width: 151px;
	float: left;
	margin-left: 20px;
	line-height: 1.3em;
}
 @media (max-width: 1024px) {
.section-head .box .box-content .box-lead {
	width: 39%;
}
}
 @media (max-width: 800px) {
.section-head .box .box-content .box-lead {
	width: 90%;
	margin-left: 0;
	font-size: 20px;
}
}
.section-head .box .box-content:after {
	display: block;
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 20px 0 20px;
	border-color: #4c6c9d transparent transparent transparent;
	left: 0;
	position: absolute;
	top: 232px;
}
 @media (max-width: 800px) {
.section-head .box .box-content:after {
	top: 299px;
}
}
.style3 {
	margin-top: 30px;
}

a.dropdown-toggle.big-line {
line-height: 17px !important;

    padding-bottom: 24px;
}
a.dropdown-toggle.big-line:hover, a.dropdown-toggle.big-line:focus {
		
		 padding-bottom: 24px;
		     padding-top: 16px;}
			 .dropdown-menu > li > a.dropdown-toggle.big-line span.fa.fa-caret-down {
    padding-top: 3px;
}	 
			 .dropdown-menu > li.open > a.dropdown-toggle.big-line span.fa.fa-caret-down {
    padding-top: 2px;
	margin-right:21px;
}	 
		 .dropdown-menu > li > a.dropdown-toggle.big-line:hover span.fa.fa-caret-down {
    padding-top: 6px;
}

.dropdown-menu > li.open:hover > a.dropdown-toggle.big-line span.fa.fa-caret-down {
	    top: -5px;
    position: relative;
	}

 @media (max-width: 1024px) {
	 .sidenav a.alone:hover {
	color: #fff;
}
.sidenav a:hover {
    color: #669d36;
	 }

	  @media (max-width: 425px) {
		  header .wrapper .menu-wrapper .logo-mobile {
			  width: 230px;}}
		  @media (max-width: 425px) {
	 #accordiontwo ul li h2 {

    font-size: 13px;
		  }
	 }
		@media (max-width: 425px) {  
		  #accordiontwo ul li .contenttwo {
font-size: 12px;
}
	 }
@media (max-width: 1024px) {  
	.sidenav a{ font-size: 13px;}
			.sidenav a.alone {
	color: #000;
				line-height: 35px;

				font-size: 13px;
				
				}			.sidenav a.one,
	li.one-white{
	color: #000;
				line-height: 35px;

				font-size: 13px;
				
				}
	.sidenav a.alone-last {
		height: 44px;}
	 
	 }
	 
	 
@media (max-width: 1024px) { 	 
	#accordiontwo ul li.one-white a{ color: #000;}	 
	#accordiontwo ul li.one-white:first-child:before { border-top: none;}
#accordiontwo ul li.one-white:before {
    border-top: 1px solid #abdb9d;
    content: "";
    display: block;
    height: 1px;
    width: 100%;
    position: relative;
    top: -14px;
    z-index: 100;
	margin: 0 auto;
text-align: center;
	}
	.sidenav a.alone.co2 {
		line-height: 20px;
	}
	#accordiontwo ul li.one a,
	
	#accordiontwo ul li.one-white a {
		height: 44px;
	}
	#accordiontwo ul li.one a {
		height: 46px;
	}


	 }
	 
	 
	 
	@media (max-width: 1024px) {  
		#accordiontwo ul li.energia.active {

			margin-bottom: 0;
		}
		#accordiontwo ul li .contenttwo a {height: auto;}
	 
	
		#accordiontwo ul li h2.excp .fa:before {top: -10px;
    position: relative;}
		.sidenav a.alone.co2 {height: 54px !important;}
		
		#accordiontwo ul li.one.one-last:after { content: ""; background: red; position: relative;}
	 #accordiontwo ul li.one a.alone:before {
                border-top: 1px solid #000;
        content: "";
        display: block;
        height: 1px;
        width: 95%;
        position: relative;
        top: 0;
        z-index: 100;
        margin: 0 auto;
    }
	 }
	 a.alone:before {
                border-top: 1px solid green;
        content: "";
        display: block;
        height: 1px;
        width: 95%;
        position: relative;
        top: 0;
        z-index: 100;
        margin: 0 auto;
    }

	 .wrapper.topsize {
    padding-top: 50px;
}
	
	 
	 