/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */


@font-face {
    font-family: 'Freight Display Pro';
    src: local('Freight Display Pro'), local('Freight-Display-Pro'), url(assets/fonts/FreightDispPro-Bold.woff2) format('woff2');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Freight Display Pro';
    src: local('Freight Display Pro'), local('Freight-Display-Pro'), url(assets/fonts/FreightDispPro-Book.woff2) format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Freight Display Pro';
    src: local('Freight Display Pro'), local('Freight-Display-Pro'), url(assets/fonts/FreightDispPro-Light.woff2) format('woff2');
    font-style: normal;
    font-display: swap;
}

* {
	outline: none;
}
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: 'Outfit', sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #000;
	text-decoration: none;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

@media screen and (min-width: 920px) {
	.main-navigation ul ul {
		background-color: #fff;
		box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
		float: left;
		position: absolute;
		top: 100%;
		left: -999em;
		z-index: 99999;
	}
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}
	.menu-toggle {
		background: transparent !important;
		border: none;
	    width: 48px;
	    height: 45px;
	    text-indent: -900em;
	    overflow: hidden;
	    position: absolute;
	    right: 20px;
	    cursor: pointer;
	    outline: none;
	    z-index: 9;
	    top: -96px;
	}	
	.menu-toggle:after {
	  content: '';
	  position: absolute;
	  width: 60%;
	  height: 3px;
	  background: #fff;
	  top: 10px;
	  left: 16%;
	  box-shadow: 0 8px 0 #fff, 0 16px 0 #fff;
	}
	body:not(.home) .menu-toggle:after {
	  background: #847770;
	  box-shadow: 0 8px 0 #847770, 0 16px 0 #847770;
	}
	.sticky .menu-toggle {
		top: -60px;
	}
	.sticky .menu-toggle:after {
	  background: #847770;
	  box-shadow: 0 8px 0 #847770, 0 16px 0 #847770;
	}

@media screen and (min-width: 920px) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
		margin-right: -15px;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

/* Alocc
--------------------------------------------- */
a {
	transition: all .2s;
}
.wrap {
	max-width: 1340px;
	margin: 0 auto;
}
.wrap1080 {
	width: -webkit-fill-available;
	width: -moz-available;
	max-width: 1080px;
	margin: 0 auto;
}
.btn {
	display: flex;
	padding: 25px 130px 25px 30px;
	text-transform: uppercase;
	color: #000;
	line-height: 1;
	letter-spacing: 2px;
	font-size: 16px;
	font-weight: bold;
	margin-top: 30px;
	transition: all .2s;
}
	.btn-white {
		background-color: white;
	}
	.btn-white:hover {
		background-color: white;
	}
.btn-arrow {
	background: #fff url('assets/images/seta_btn_direita.svg') right 40px center no-repeat;
	background-size: 40px auto;
}
	.btn-arrow:hover {
		background: #fff url('assets/images/seta_btn_direita.svg') right 20px center no-repeat;
		background-size: 40px auto;		
	}
.btn-arrow-white {
	background: #fff url('assets/images/seta_branca.svg') right 40px center no-repeat;
	background-size: 40px auto;
}
	.btn-arrow-white:hover {
		background: #fff url('assets/images/seta_branca.svg') right 20px center no-repeat;
		background-size: 40px auto;		
	}
.btn-brown {
	background-color: #847770;
	color: #fff;
}
	.btn-brown:hover {
		background-color: #847770;
		color: #fff;
	}
.site-header {
    max-width: 1340px;
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    padding-top: 30px;
    z-index: 1;
    padding-bottom: 20px;
}

body:not(.home) .site-header {
	position: inherit;
	height: 180px;
}

.site-branding {
	display: block;
	width: 100%;
	text-align: center;
	margin-bottom: 30px;
}
.sticky .site-branding {
	margin-bottom: 0;
}
#site-navigation {
	position: relative;
	z-index: 9999;
}
.menu {
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;	
}
	.menu > li {
		margin: 0 30px;
	}
	.menu > li:first-child {
		margin-left: 0;
	}
	.menu a {
		font-size: 14px;
		color: #fff;
		text-transform: uppercase;
		font-weight: bold;
		letter-spacing: 1px;
	}
		.menu a:hover {
			color: #febc11;
		}
	.menu > li > a {
		padding-bottom: 10px;
	}		
	.main-navigation .sub-menu {
		border-left: 1px solid #fff;
		display: flex;
		flex-direction: column;
		padding: 10px 15px;
		margin: 0;
		background-color: #fff;
	}
		.sub-menu a {
			color: #847770;
			padding: 5px 0;
			font-size: 12px;
			font-weight: normal;
		}
		.sub-menu a:hover {
			color: #febc11;
		}

	body:not(.home) .menu-principal-container a {
	   	color: #363636;
	}
	body:not(.home) .menu-principal-container .sub-menu {
		background-color: rgb(255,255,255);		
	}
		body:not(.home) .menu-principal-container .sub-menu a:hover {
			color: #febc11;
		}

.box-banner-home {
	position: relative;
}
.banner-home,
.banner-home .wrap {
	height: 900px;
}
	.banner-home .wrap {
		display: flex;
		align-items: flex-end;
		position: relative;
		top: 50%;
		transform: translateY(-25%);		
	}
	.banner-home h1,
	.banner-home h2 {
		font-family: 'Freight Display Pro';
		color: #fff;
		font-size: 120px;
		line-height: 1;
		font-weight: 300;
		margin: 0;
		padding: 0;
	}
	.banner-home p {
		color: #fff;
		font-size: 24px;
		font-weight: 200;
		padding-right: 10%;
		margin-top: 30px;
	}
	.banner-home .slick-slider .slick-list, .banner-home .slick-slider .slick-track {
		height: 900px;
	}
	.banner-home .wrap-texto {
		max-width: 50%;
	}
	.banner-home .btn {
		display: inline-block;
		color: #fff;
		border:  1px solid #fff;
		padding: 15px 60px;
		font-weight: normal;
		text-align: center;
		text-decoration: none;
		font-size: 18px;
		transition: all .2s;
		font-size: 18px;
		text-transform: initial;
	}
	.banner-home .btn:hover {
		border: 1px solid #febc11;
		color: #febc11;
	}
	.box-slider-nav {
		position: absolute;
		bottom: 0;
		right: 20%;
		width: 40%;
	}
	.box-slider-nav .slick-track {
	    transform: initial !important;
	}
	.slider-nav-thumbnails h2 {
		font-size: 22px;
		margin: 0;
		padding: 20px 0 0 0;
		color: #fff;
		font-family: 'Freight Display Pro';
		font-weight: bold;		
	}
	.slider-nav-thumbnails {
		height: 200px;	
	}
		.slider-nav-thumbnails .slick-list,
		.slider-nav-thumbnails .slick-track {
			height: 100%;	

		}
		.slider-nav-thumbnails .slick-track {
			display: flex;
		}
		.slider-nav-thumbnails .slick-slide {
			padding: 1% 3%;
		}
	.slider-nav-thumbnails .number {
		display: block;
		color: #fff;
		font-size: 32px;
		font-family: 'Freight Display Pro';
		font-weight: bold;			
	}
	.banner-number {
		position: relative;
		display: block;
		color: #fff;
		font-size: 32px;
		font-family: 'Freight Display Pro';
		font-weight: normal;	
		line-height: 1;				
	}
		.banner-number:after {
			content: "";
			width: 200px;
			height: 1px;
			background: #fff;
			position: absolute;
			top: 60%;
			left: 45px;
		}
	.slider-nav-thumbnails .slick-slide {
		border-left: 1px solid rgba(255, 255, 255, .2);
		width: 150px;
	}
	.slider-nav-thumbnails .slick-slide:first-child {
		border: none;
	}
	.slider-nav-thumbnails .slick-slide.slick-current {
		background-color: rgba(79, 70, 67, .5);
	}

/*
	Home Content
*/
.home-content {
	padding: 90px 0 0 0;
}
	.home-content h1 {
		position: relative;
		font-size: 21px;
		color: #847770;
		text-transform: uppercase;
		text-align: center;
		letter-spacing: 4px;
		padding: 0 30px 90px 30px;
	}
		.home-content h1:after {
			content: "";
			width: 1px;
			height: 120px;
			background: #a7a09a;
			position: absolute;
			left: 50%;
			top: 60px;
		}
	.home-content .box .wrap-box {
		max-width: 410px;
		min-height: 480px;
	}
	.home-content .box1,
	.home-content .box3 {
		max-width: 980px;
		margin: 0 auto;
	}
	.wrap-btn {
		max-width: 980px;
		margin: 0 auto;	
		display: flex;
		justify-content: flex-end;	
	}
	.home-content .box2 {
		max-width: 1180px;
		margin: 0 auto;
	    display: flex;
	    justify-content: end;
	    margin-top: 120px;		
	    margin-bottom: 120px;		
	}
	.home-content .box1 {
		background: url('assets/images/box1.jpg') top right no-repeat;
	}
	.home-content .box2 {
		background: url('assets/images/box2.jpg') top left no-repeat;
	}
	.home-content .box3 {
		background: url('assets/images/box3.jpg') top right no-repeat;
	}
	.home-content .destaque-home {
		background: linear-gradient(to left, #f5f0ec 0%, #f5f0ec 50%, #fff 50%, #fff 100%);
	}
	.home-content .wrap {
		background: #f5f0ec;
		padding: 5% 0 60px 5%;
	}	
	.home-content .box h2 {
		font-family: 'Freight Display Pro';
		font-size: 60px;
		font-weight: normal;	
		line-height: 1;		
		color: #000;	
		margin: 0 0 30px 0;	
	}

.colunas {
	display: flex;
}

.post-categories {
	margin: 0;
	padding: 0;
	list-style: none;
}

.espaco-aberto {
	background: url('assets/images/bg-espaco-aberto.jpg') top center no-repeat;
	padding: 90px 0;
}
	.espaco-aberto .col-title {
		width: 33%;
		display: flex;
    	flex-direction: column;
    	align-items: baseline;	
    	justify-content: center;	
	}
	.espaco-aberto .col-title h3 {
		writing-mode: vertical-rl;
		transform: rotate(180deg);
		color: #fff;
		font-family: 'Freight Display Pro';
    	font-size: 32px;
    	font-weight: 100;
    	letter-spacing: 5px;
    	text-transform: uppercase;		
	}
	.espaco-aberto article {
		border: 1px solid #fff;
	}

.espaco-aberto .col-news {
	display: flex;
}
	.espaco-aberto .col-news article {
		flex: 1;
		margin: 0 10px;
		padding: 40px;	
	}
	.espaco-aberto .col-news article:first-child {
		margin-left: 0;
	}
	.espaco-aberto .col-news article:last-child {
		margin-right: 0;
	}
	.espaco-aberto .post-category-info a {
		position: relative;
		display: block;
		color: #fff;
		font-size: 21px;
		padding-bottom: 100px;
	}
		.espaco-aberto .post-category-info a:after {
			content: "";
			position: absolute;
			bottom: 70px;
			left: 0;
			width: 80px;
			height: 1px;
			background-color: #fff;			
		}
	.espaco-aberto .col-news h4 a {
		display: block;
		color: #fff;
		font-family: 'Freight Display Pro';
    	font-size: 32px;
    	font-weight: 100;		
    	padding-bottom: 60px;
    	background: url('assets/images/seta_branca.svg') bottom right no-repeat;
    	background-size: 42px auto;
    	min-height: 156px;
    	line-height: 1.2;
	}
		.espaco-aberto .col-news a:hover {
			color: #febc11;
		}

/*  Header Internas  */
.header-internas {
	display: flex;
	align-items: center;
	height: 260px;
	position: relative;
	z-index: -1;
}
	.header-internas h1 {
		color: #fff;
		font-family: 'Freight Display Pro';
    	font-size: 32px;
    	font-weight: 100;
    	margin: 0;
    	padding: 0;
	}
	.header-internas h2,
	.header-internas .page-title span,
	.header-internas .title-busca span {
		display: block;
		color: #fff;
		font-family: 'Freight Display Pro';
    	font-size: 100px;
    	font-weight: 100;
    	margin: 0;
    	padding: 0;
    	line-height: .8;
	}
	.header-internas h2 span {
		font-size: .5em;
		vertical-align: super;
	}

.content-internas {
	padding: 60px 0 0 0;
}
	.single .content-internas {
		padding: 90px 0;
	}

.parent-pageid-564 .content-internas {
	padding-bottom: 0;
} 
.page-id-600 .content-internas {
	padding-bottom: 90px;
} 

/*  Quem Somos  */
.header-quem-somos {
	background: url('assets/images/bg-quem-somos.jpg') top center no-repeat;
}

.destaque-quem-somos {
	max-width: 80%;
	margin-bottom: 60px;
}
	.destaque-pessoa {
		margin-bottom: 120px;
		padding-bottom: 120px;
		border-bottom: 1px solid #dbdbdb;
	}
	.destaque-quem-somos h3,
	.destaque-pessoa h3,
	.destaque-nossos-fundos h3 {
		font-family: 'Freight Display Pro';
    	font-size: 80px;
    	font-weight: 100;		
		color: #847770;
		margin: 0;
		padding: 0;
		line-height: 1;
	}
	.destaque-quem-somos p,
	.destaque-midia p {
		font-size: 18px;
		margin-top: 60px;
	}
	.destaque-nossos-fundos ul {
		margin: 0;
		padding: 60px 0 60px 20px;
		list-style: none;
	}
		.destaque-nossos-fundos ul li::before {
		  content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
		  color: #f2b826; /* Change the color */
		  font-weight: bold; /* If you want it to be bold */
		  display: inline-block; /* Needed to add space between the bullet and the text */
		  width: 1em; /* Also needed for space (tweak if needed) */
		  margin-left: -1em; /* Also needed for space (tweak if needed) */
		}	
	.p-line,
	.destaque-pessoa p {
		position: relative;
		padding-left: 220px;		
	}
		.p-line:before,
		.destaque-pessoa p:before {
			position: absolute;
			top: 13px;
			left: 0;
			content: "";
			width: 200px;
			height: 1px;
			background-color: #a7a09a;
		}
		.destaque-pessoa h3 {
			margin-bottom: 40px;
		}
			.destaque-pessoa h3 span {
				font-size: 36px;
			}
		.destaque-pessoa p {
			font-size: 18px;
			margin: 0;
		}		
		.destaque-pessoa .colunas {
			justify-content: space-between;
		}
		.destaque-pessoa .col-texto {
			width: 55%;
		}
		.destaque-pessoas .col-img {
			width: 30%;
		}
			.destaque-pessoa .col-img img {
				max-width: 380px;
				display: block;
				width: 100%;
			}
.destaque-nossos-fundos hr {
	margin-bottom: 60px;
}
.box-quem-somos {
	background: linear-gradient(to left, #f5f0ec 0%, #f5f0ec 75%, #fff 75%, #fff 100%);
	padding: 0;
}
	.box-quem-somos .colunas {
		justify-content: space-between;
	}
.box-a-alocc {
	background: linear-gradient(to left, #f5f0ec 0%, #f5f0ec 50%, #fff 50%, #fff 100%);
}
	.box-a-alocc .wrap1080 {
		position: relative;
		background: linear-gradient(to left, #f5f0ec 0%, #f5f0ec 90%, #fff 90%, #fff 100%);
		padding-bottom: 60px;
	}
	.box-a-alocc .col-title {
		position: relative;
		width: 10%;
		background-color: #fff;
		display: flex;
    	align-items: baseline;
    	justify-content: end;		
	}
		.box-a-alocc .col-title:before {
			content: "";
			width: 1px;
			height: 100%;
			background-color: #dbdbdb;
			position: absolute;
			top: 0;
			left: 40px;
		}
		.box-a-alocc .col-title h4 {
			background-color: #fff;
			writing-mode: vertical-rl;
			transform: rotate(180deg) !important;
			color: #404040;
			font-family: 'Freight Display Pro';
			font-size: 32px;
			font-weight: 100;
			letter-spacing: 2px;
			text-transform: uppercase;
			padding-top: 20px;			
		}
	.box-a-alocc .col-content {
		width: 90%;
		padding: 10% 0 0 10%;
	}
	.box-a-alocc ul {
		margin: 0;
		padding: 0;
		list-style: none;
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
	}
		.box-a-alocc ul li {
			width: 30%;
			margin-bottom: 40px;
			border-bottom: 1px solid #847770;
			padding-bottom: 30px;
			margin-right: 4%;
		}
			.box-a-alocc ul li:nth-child(3n) {
				margin-right: 0;
			}
	.box-a-alocc .col-content img {
		display: block;
	}
	.box-a-alocc .col-content h5 {
		font-size: 22px;
		font-weight: 400;
		margin: 20px 0 10px 0;
		line-height: 1;
	}
	.box-a-alocc .col-content p {
		font-size: 16px;
		line-height: 1.1;
		margin: 0;
	}


.entrevista {
	padding: 90px 0;
}
	.entrevista .colunas {
		justify-content: space-between;
	}
	.entrevista .col {
		width: 45%;
	}
	.entrevista h6 {
		font-family: 'Freight Display Pro';
		font-weight: 100;
		font-size: 60px;
		line-height: 1;
		margin: 0;
	}
	.entrevista p {
		font-size: 18px;
		margin-bottom: 0;
	}
	.entrevista a {
		display: inline-block;
	}
.nav-links {
	width: fit-content;
    float: right;	
}
.nav-links a {
	display: flex;
    width: 60px;
    height: 60px;
    position: relative;
    top: 45px;
    z-index: 1;
    padding: 0;
    text-indent: -9999px;
    overflow: hidden;
    border: 0;
    cursor: pointer;
    margin-top: -16px;
    transition: all .2s;
}
.nav-previous {
	order: 1;
}
	.nav-subtitle {
		display: inline-block;
		text-indent: -9999px;
		overflow: hidden;
	}
.nav-previous a {
    background: url(assets/images/seta-redonda.svg) no-repeat;
    
}
.nav-next a {
    background: url(assets/images/seta-redonda.svg) no-repeat;   
    transform: rotate(180deg);	
    left: -15px;
}
	.nav-links a:hover {
		opacity: .8;
	}

/*
	Menu Quem Somos
*/
.menu-quem-somos {
	margin: 0 auto;
	background-color: #f9f9f9;
	min-height: 80px;
	display: flex;
	align-items: center;
	justify-content: center;	
	position: relative;
    z-index: 0;	
}
	.menu-quem-somos ul {
		display: flex;
		align-items: center;
		justify-content: center;
		list-style: none;
		height: 80px;
		margin: 0;
		padding: 0;
	}
	.menu-quem-somos ul li {	
		margin: 0 25px;
		height: 100%;
		border-bottom: 5px solid #f9f9f9;
	}
		.menu-quem-somos ul li.current_page_item {
			border-bottom: 5px solid #f2b826;
		}
	.menu-quem-somos ul a {
		display: flex;
		align-items: center;
		justify-content: center;			
		height: 100%;
		font-size: 18px;
		color: #847770;
		font-weight: 600;
	}
		.menu-quem-somos ul a:hover {
			color: #f2b826;
		}

.noticias {
	background: url('assets/images/bg-porque-alocc.jpg') no-repeat top center;
	padding: 130px 0 80px 0;
}
	.noticias .wrap {
		display: flex;
		justify-content: center;
	}
	.noticias article {
			max-width: 420px;
			flex: 1;
			margin: 0 10px;
			padding: 40px;
			border: 1px solid #fff;
		}
		.noticias article:first-child {
			margin-left: 0;
		}
		.noticias article:last-child {
			margin-right: 0;
		}
		.post-categories a {
			display: block;
			color: #fff;
			font-size: 21px;
		}
		.noticias h4 a {
			display: block;
			color: #fff;
			font-family: 'Freight Display Pro';
	    	font-size: 32px;
	    	font-weight: 100;		
	    	background: url('assets/images/seta_branca.svg') bottom right no-repeat;
	    	background-size: 42px auto;
	    	min-height: 100px;
	    	line-height: 1.2;
		}
			.noticia a:hover {
				color: #febc11;
			}

.citacao {
	background-color: #3b3432;
	padding: 80px 0 80px 0; /* Metodo ok  */
}
	.page-template-template-seja-cliente .citacao {
		padding: 90px 0 80px 0; /* Metodo ok  */
		margin-top: 0;		
	}
	.citacao h4 {
		font-family: 'Freight Display Pro';
    	font-size: 60px;
    	font-weight: 100;	
		color: #fff;
		margin: 0;		
	}
	.citacao p {
		display: initial;
		position: relative;
		color: #fff;
		font-size: 18px;
		padding: 3%;
		background-image: url('assets/images/aspas-inicio.png'), url('assets/images/aspas-fim.png');
		background-position: left top, right bottom;
		background-repeat: no-repeat, no-repeat;		
	}
	.citacao .lider {
		margin-top: 60px;
	}
	.citacao .lider h5 {
		color: #a7a09a;
		font-size: 18px;
		margin: 0;
	}
	.citacao .lider .cargo {
		color: #fff;
		font-size: 18px;
	}
	.citacao .lider .col-img {
		margin-right: 30px;
	}
		.citacao .lider .col-img img {
			display: block;
		}
	.citacao .lider .col-texto {
		display: flex;
		flex-direction: column;
		justify-content: center;
	}

.box-porque-alocc {
	background: linear-gradient(to left, #f5f0ec 0%, #f5f0ec 50%, #fff 50%, #fff 100%);
}
	.box-porque-alocc .wrap1080 {
		position: relative;
		background: #f5f0ec;
		margin-top: 12%;
		padding-bottom: 60px;
		z-index: 99;
	}
	.box-porque-alocc .wrap1080 .posiciona {
		margin-top: -12%;
		margin-left: 12%;
	}
	.box-porque-alocc p {
		padding: 2% 12%;
	}

.box-nossa-estrutura {
	background: linear-gradient(to left, #f5f0ec 0%, #f5f0ec 50%, #fff 50%, #fff 100%);
}
	.box-nossa-estrutura .wrap1080 {
		position: relative;
		background: linear-gradient(to left, #f5f0ec 0%, #f5f0ec 90%, #fff 90%, #fff 100%);
		padding-bottom: 60px;
	}
	.box-nossa-estrutura .wrap1080 .posiciona {
		padding-top: 12%;
	}
	.box-nossa-estrutura article {
		margin: 60px 0 40px 20%;
		border-bottom: 1px solid #a7a09a;
		padding-right: 12%;
	}
		.box-nossa-estrutura article:last-child {
			border-bottom: 0;
		}
	.box-nossa-estrutura article h4 {
		font-family: 'Freight Display Pro';
    	font-size: 60px;
    	font-weight: 100;	
		color: #000;
		margin: 0;
	}
	.box-nossa-estrutura .col-texto {
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
	.box-nossa-estrutura .lider {
		width: 100%;
		display: inline-block;
		padding-bottom: 5%;
	}
		.box-nossa-estrutura .lider img {
			display: block;
			margin-right: 30px;
		} 
		.box-nossa-estrutura .lider h5 {
			font-size: 18px;
			color: #847770;
			margin: 0;
		} 
		.box-nossa-estrutura .lider p {
			font-size: 18px;
		} 
		.box-nossa-estrutura .lider a {
			display: block;
			font-size: 16px;
			color: #847770;
			text-transform: uppercase;
			font-weight: bold;
			padding-top: 10px;
		} 
			.box-nossa-estrutura .lider a:hover {
				opacity: .8;
			}
.box-nosso-negocio {
	background: linear-gradient(to left, #f5f0ec 0%, #f5f0ec 50%, #fff 50%, #fff 100%);
}
	.box-nosso-negocio .wrap {
		position: relative;
		background: #f5f0ec;
		padding-top: 6%;
		padding-bottom: 60px;
	}
	.box-nosso-negocio .col-img {
		flex-shrink: 0;
	}
	.box-nosso-negocio article {
		margin-bottom: 90px;
	}
		.box-nosso-negocio article:last-child {
			margin-bottom: 0;
		}
	.box-nosso-negocio article:nth-child(odd) {
		margin-left: -12%;
	}
	.box-nosso-negocio article:nth-child(odd) .col-texto {
		padding-left: 10%;
		width: 40%;
	}
	.box-nosso-negocio article:nth-child(even) .col-texto {
		padding-right: 10%;
		width: 40%;
		margin-left: 10%;		
	}
	.box-nosso-negocio article:nth-child(even) .col-img {
		order: 2;
	}
		.box-nosso-negocio .col-texto h4 {
			font-family: 'Freight Display Pro';
			line-height: 1;
	    	font-size: 60px;
	    	font-weight: 100;	
			color: #000;
			margin: 0;
		}		
		.box-nosso-negocio .col-texto p {
	    	font-size: 18px;
			color: #000;
			margin-top: 30px;
		}

/*
	Rodapé
*/
.site-footer {
	background-color: #363636;
	padding: 90px 0;
	color: #fff;
}
	.site-footer .colunas {
		justify-content: space-between;
		border-bottom: 1px solid #4a4a4a;
		padding-bottom: 30px;
	}
	.site-footer .col-menu {
		display: flex;
		align-items: center;
	} 
	.site-footer .menu a {
		font-weight: normal;
	}
	.site-footer ul {
		list-style: none;
		margin: 0;
		padding: 0;
	}	
		.site-footer .col-social {
		    flex-shrink: 0;
		}
			.site-footer .col-social ul {
				display: flex;
			}
			.site-footer .col-social ul li {
				margin: 0 10px;
			}
	.site-footer .menu-rodape-container a {
		color: #fff;
	}
		.site-footer .menu-rodape-container a:hover {
			color: #f2b826;
		}
	.site-footer .enderecos {
		display: flex;
		padding-top: 30px;
	}
	.site-footer .enderecos .endereco:first-child {
		margin-right: 60px;
	}
	.site-footer .enderecos p {
		line-height: 1.6;
	}
	.site-footer .col-selos {
		padding-top: 50px;
	}	
	.site-footer .col-selos ul {
		display: flex;
	}
	.site-footer .col-selos ul li {
		margin: 0 10px;
	}

.barra-branca {
	padding: 30px 0;
}
	.barra-branca .col {
		width: 50%;
	}
	.barra-branca .col-right {
		text-align: right;
	}

.box-servicos {
	background: linear-gradient(to left, #f5f0ec 0%, #f5f0ec 50%, #fff 50%, #fff 100%);
}
	.box-servicos .wrap1080 {
		position: relative;
		background: linear-gradient(to left, #f5f0ec 0%, #f5f0ec 90%, transparent 90%, transparent 100%);
		padding-bottom: 60px;
	}
	.box-servicos .wrap1080 .posiciona {
		padding-top: 12%;
	}
	.box-servicos .wrap-texto {
		padding: 60px 0 40px 20%;
	}
	.box-servicos .wrap-texto h4 {
		font-family: 'Freight Display Pro';
		line-height: 1;
    	font-size: 48px;
    	font-weight: 100;			
		color: #000;
		margin: 0;
	}
		.noMT {
			margin-top: 0 !important;
		}
.legenda {
	font-size: 12px;
	border-top: 1px solid #fff;
	padding: 20px 0 0 0 !important;
	margin-top: 20px;
}
.legenda.pRight20 {
	padding-right: 20% !important;
	
}
	.legenda.white {
		color: #fff;
	}
.legenda.black {
	font-size: 10px;
	border-top: 1px solid #000;
	padding: 20px 0 0 0 !important;
	margin-top: 20px;
	color: #000;
}

	.box-servicos .wrap-texto .col {
		width: 50%;
	}
	.box-servicos .wrap-texto .col-dir {
		padding-top: 110px;
	}
		.box-servicos .wrap-texto .col-dir li {
			line-height: 1.1;
			margin-bottom: 5px;
		}

.box-porque-alocc .wrap-texto  {
	margin: 60px 0 40px 20%;
	padding-right: 12%;
}
	.box-porque-alocc .wrap-texto p  {
		padding: 0;
	}
	.box-porque-alocc .wrap-texto h4 {
		font-family: 'Freight Display Pro';
		line-height: 1;
    	font-size: 48px;
    	font-weight: 100;			
		color: #000;
		margin: 0;
	}
		.box-porque-alocc .wrap-texto h4.noMT {
			margin-top: 0;
		}
	.box-porque-alocc .wrap-texto .col {
		width: 50%;
	}
	.box-porque-alocc .wrap-texto .col-dir {
		padding-top: 110px;
	}
		.box-porque-alocc .wrap-texto .col-dir li {
			margin-bottom: 5px;
		}

.box-marrom {
	background: #3e3735 url('assets/images/bg-linhas.jpg') no-repeat top center;
	padding: 90px 0;
	color: #fff;
	margin-top: -50px;
}
	.box-marrom h4 {
		font-family: 'Freight Display Pro';
		line-height: 1;
    	font-size: 48px;
    	font-weight: 100;
		color: #fff;	
		margin: 30px 0;	
		padding-left: 20%;
	}
	.box-marrom p {
		padding-left: 20%;
	}
		.box-marrom p a {
			color: #fff;
			font-weight: bold;
		}
.box-servicos .wrap-texto h4.big-title {
	font-size: 100px;
	color: #847770;
}
.box-contato {
	background: linear-gradient(to left, #f5f0ec 0%, #f5f0ec 50%, #fff 50%, #fff 100%);
	padding: 0;
}
	.box-contato .col-form {
		width: 60%;
		padding-right: 10%;
		background-color: #fff;
	}
	.box-contato .col-form h4 {
		font-family: 'Freight Display Pro';
		line-height: 1;
    	font-size: 48px;
    	font-weight: 100;
		color: #000;
		margin: 60px 0 0 0;
		padding-right: 10%;
	}
	.box-contato .col-form h5 {
		font-size: 18px;
	}
	.box-contato .col-form .wpcf7-list-item:first-child {
		margin-left: 0;
	}
	.box-contato .col-form input[type="text"],
	.box-contato .col-form input[type="email"],
	.box-contato .col-form textarea {
		width: 100%;
		border: none;
		border-bottom: 1px solid #a7a09a;
		border-radius: 0;
		margin-top: 20px;
	}
	.box-contato .col-form textarea {
		height: 100px;
	}
	.box-contato .col-form input[type="submit"] {
	    display: flex;
	    padding: 25px 130px 25px 30px;
	    text-transform: uppercase;
	    color: #000;
	    line-height: 1;
	    letter-spacing: 2px;
	    font-size: 16px;
	    font-weight: bold;
	    margin-top: 30px;
	    transition: all .2s;
	    cursor: pointer;
		border: none;
		border-radius: 0;
	    background: #847770 url(assets/images/seta_branca.svg) right 40px center no-repeat;
	    background-size: 40px auto;	
    	color: #fff;	    	
	}
		.box-contato .col-form input[type="submit"]:hover {
		    background: #847770 url(assets/images/seta_branca.svg) right 20px center no-repeat;
		    background-size: 40px auto;			
		}
	.box-contato .col-texto {
		width: 40%;
		background-color: #f5f0ec;
		padding: 5%;
	}
		.box-contato .col-texto h5 {
			font-family: 'Freight Display Pro';
			line-height: 1;
			font-size: 48px;
			font-weight: 100;
			color: #000;
			margin: 0;	
			padding-right: 20%;		
		}
		.box-contato .col-texto h6 {
			font-size: 18px;
			margin: 30px 0 0 0;
		}
		.box-contato .col-texto p {
			padding-left: 30px;
			background: url(assets/images/pin.svg) left top 3px no-repeat;
			background-size: 20px auto;
		}


/*  Método Alocc  */
.header-metodo {
	background: url('assets/images/bg-metodo.jpg') top center no-repeat;
}
.box-metodo {
	background: linear-gradient(to left, #f5f0ec 0%, #f5f0ec 50%, #fff 50%, #fff 100%);
}
	.box-metodo .wrap1080 {
		position: relative;
		background: #f5f0ec;
		margin-top: 5%;
		padding-bottom: 60px;
	}	
	.box-metodo .colunas {
		justify-content: space-between;
	}
	.box-metodo .col {
		width: 45%;
	}
	.box-metodo .col-img {
		width: 50%;
	}
	.box-metodo hr {
		margin: 60px 0;
	}
	.box-metodo h4 {
		font-family: 'Freight Display Pro';
		line-height: 1;
    	font-size: 48px;
    	font-weight: 100;
		color: #000;
		margin: 30px 0 0 0;
		padding-right: 10%;
	}	
	.wrap-metodo1 .colunas {
	    position: relative;
	    left: -200px;
	}
	.wrap-metodo1 p.pRight20 {
		padding-right: 20%;
	}
.box-marrom-metodo {
	background: #3e3735 url('assets/images/bg-marrom-metodo.jpg') no-repeat top center;
	padding: 130px 0;
	color: #fff;
}
	.box-marrom-metodo h4 {
		font-family: 'Freight Display Pro';
		line-height: 1;
		font-size: 48px;
		font-weight: 100;
		color: #fff;
		margin: 30px 0 0 0;
		padding-right: 10%;		
	}
	.box-marrom-metodo h4,
	.box-marrom-metodo p {
		padding: 0 12%;
	}
.box-white {
	background: none;
	background-color: #fff !important;
}
.box-white .wrap1080 {
	background: none;
	background-color: #fff !important;
}
/*  Mídia  */
.header-midia {
    background: url(assets/images/bg-quem-somos.jpg) top center no-repeat;
}
	.destaque-midia {
    	margin-bottom: 60px;
    	position: relative;
    	z-index: -1;
	}
	.destaque-midia h3 {
	    font-family: 'Freight Display Pro';
	    font-size: 80px;
	    font-weight: 100;
	    color: #847770;
	    margin: 0;
	    padding: 0;
	    line-height: 1;
	}
	.box-midias {
		background: linear-gradient(to left, #f5f0ec 0%, #f5f0ec 100%, #fff 75%, #fff 100%);
		padding: 90px 0;
	}	
	.box-midias ul {
		list-style: none;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin: 0;
		padding: 0;
	}
		.box-midias ul li {
			width: 29%;
		}
		.box-midias ul li img {
			display: block;
			margin-bottom: 20px;
		}
		.box-midias ul li h2 {
		    font-family: 'Freight Display Pro';
		    font-size: 32px;
		    font-weight: 400;
		    color: #363636;
		    margin: 0;
		    padding: 0;
		    line-height: 1;
		}
		.box-midias ul li p {
			color: #847770;
			font-size: 18px;
			font-weight: bold;
		}
.pagination {
	position: relative;
    display: flex;
    align-items: center;
    justify-content: center;	
    font-weight: bold;
    font-size: 18px;
    color: #a7a09a;
    border-top: 1px solid #dbdbdb;
    padding-top: 60px;
    margin-top: 60px;
}
	.pagination a {
	    color: #a7a09a;
	}
	.pagination .page-numbers {
		padding: 0 10px;
	}
		.pagination .page-numbers:hover,
		.pagination .page-numbers.current {
			color: #f2b826;
		}

.box-leia {
	background-color: #847770;
	padding: 40px;
}
	.box-leia h6 {
		position: relative;
		font-size: 18px;
		font-weight: normal;
		color: #fff;
		margin: 0;
		margin-bottom: 50px;
	}
		.box-leia h6:after {
			content: "";
			position: absolute;
			top: 50px;
			left: 0;
			width: 80px;
			height: 2px;
			background-color: #f2b826;
		}
	.box-leia a {
	    font-family: 'Freight Display Pro';
	    font-size: 48px;
	    font-weight: 400;
	    color: #fff;
	    margin: 0;
	    padding: 0;
	    line-height: 1;
	}
		.box-leia a:hover {
			color: #f2b826;
		}

.interna-midia .colunas {
	justify-content: space-between;
}
.interna-midia .col-conteudo {
	width: 60%;
}
	.interna-midia .col-conteudo h1 {
	    font-family: 'Freight Display Pro';
	    font-size: 48px;
	    font-weight: 400;
	    color: #000;
	    margin: 0 0 30px 0;
	    padding: 0;
	    line-height: 1;
	}
	.interna-midia .col-conteudo .fonte {
		position: relative;
		color: #847770;
		font-weight: bold;
		font-size: 18px;
	}
		.interna-midia .col-conteudo .fonte {
			display: block;
			color: #847770;
			font-weight: bold;
			font-size: 18px;
			margin-bottom: 50px;
		}
		.interna-midia .col-conteudo .fonte:after {
			content: "";
			position: absolute;
			top: 50px;
			left: 0;
			width: 80px;
			height: 2px;
			background-color: #f2b826;
		}		
.interna-midia .col-sidebar {
	width: 35%;
}
	.interna-midia .col-sidebar h5 {
		font-size: 28px;
		font-weight: normal;
		margin: 0 0 30px 0;
	}
	.interna-midia .col-sidebar ul {
		margin: 0;
		padding: 0;
		list-style: none;
	}
		.interna-midia .col-sidebar ul li {
			margin-bottom: 20px;
			padding-bottom: 20px;
			border-bottom: 1px solid #d6d3d0;
		}
		.interna-midia .col-sidebar ul li .fonte {
			display: block;
			color: #847770;
			font-weight: bold;
		}
		.interna-midia .col-sidebar ul li a {
		    font-family: 'Freight Display Pro';
		    font-size: 24px;
		    font-weight: 400;
		    color: #363636;
		    line-height: 1;			
		}

.header-contato {
    background: url(assets/images/bg-quem-somos.jpg) top center no-repeat;
}
.destaque-contato {
	max-width: 80%;
	margin-bottom: 60px;
}
	.destaque-contato h3 {
		font-family: 'Freight Display Pro';
    	font-size: 80px;
    	font-weight: 100;		
		color: #847770;
		margin: 0;
		padding: 0;
		line-height: 1;
	}
	.destaque-contato p {
		font-size: 18px;
		margin-top: 60px;
	}

.info-parceiro {
	margin: 60px 0;
}
	.info-parceiro .colunas {
		justify-content: space-between;
	}
	.info-parceiro .col {
		width: 32.5%;
		border: 1px solid #dbdbdb;
		padding: 40px 35px;
	}
	.info-parceiro .col h4 {
		position: relative;
		font-family: 'Freight Display Pro';
    	font-size: 50px;
    	font-weight: 100;		
		color: #000;
		margin: 0 0 30px 0;
		padding: 0;
		line-height: 1;		
	}
	.info-parceiro .col h4:after {
		content: "";
		position: absolute;
		bottom: -30px;
		left: 0;
		width: 80px;
		height: 2px;
		background-color: #f2b826;
	}			
	.info-parceiro .col ul {
		margin: 0;
		padding: 30px 0 0 0;
		list-style-position: inside;
	}

.entre-contato {
	background: linear-gradient(to right, #f5f0ec 0%, #f5f0ec 50%, #fff 50%, #fff 100%);
	padding: 90px 0;
}
	.entre-contato .col-texto {
		width: 40%;
		padding-right: 10%;
	}
	.entre-contato .col-texto h6 {
		font-family: 'Freight Display Pro';
    	font-size: 56px;
    	font-weight: 100;		
		color: #000;
		margin: 0 0 30px 0;
		padding: 0;
		line-height: 1;		
	}	

.conteudo-dinamico ul {
	margin: 0;
	padding: 0;
	list-style-position: inside;
}

.conteudo-dinamico a {
	font-weight: bold;
}
.conteudo-dinamico a:hover {
	color: #f1b825;
}

.box-listagem-artigos {
	background: linear-gradient(to left, #f5f0ec 0%, #f5f0ec 100%, #fff 75%, #fff 100%);
	padding: 90px 0;
}	
.box-listagem-artigos ul {
	list-style: none;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	margin: 0;
	padding: 0;
}
	.box-listagem-artigos ul li {
		width: 32%;
		margin-bottom: 50px;
	}
	.box-listagem-artigos ul li img {
		display: block;
		margin-bottom: 20px;
	}
	.box-listagem-artigos ul li h2 {
	    font-family: 'Freight Display Pro';
	    font-size: 32px;
	    font-weight: 400;
	    color: #363636;
	    margin: 0;
	    padding: 0;
	    line-height: 1;
	}
	.box-listagem-artigos ul li p {
		color: #847770;
		font-size: 18px;
		font-weight: bold;
	}
		.box-listagem-artigos .post-category-info {
			display: block;
			margin-bottom: 0;
		}
		.box-listagem-artigos .post-category-info a {
			font-size: 18px;
			color: #847770;
			font-weight: bold;
		}	
		span.autor {
			display: block;
			font-size: 14px;
			color: #000;
			margin-top: 5px;
		}
		.box-listagem-artigos span.autor {
			margin-bottom: 15px;
		}

.box-destaque-artigos {
	margin: 90px 0;
}
	.box-destaque-artigos h4 {
		font-size: 28px;
		margin: 0 0 30px 0;
		font-weight: normal;
	}
	.box-destaque-artigos img {
		display: block;
		margin-bottom: 20px;
	}
	.box-destaque-artigos .post-category-info a {
		color: #847770;
		font-size: 18px;
		font-weight: bold;
	}
	.box-destaque-artigos h2 {
		position: relative;
	    font-family: 'Freight Display Pro';
	    font-size: 48px;
	    font-weight: 400;
	    color: #363636;
	    margin: 20px 0 70px 0;
	    padding: 0;
	    line-height: 1;
	}
		.box-destaque-artigos h2:after {
			content: "";
			position: absolute;
			left: 0;
			bottom: -40px;
			width: 80px;
			height: 2px;
			background-color: #f2b826;
		}	
	.box-destaque-artigos .btn {
		display: inline-block;
		margin-top: 10px;
	}	
	.box-destaque-artigos .colunas {
		justify-content: space-between;
	}
	.box-destaque-artigos .col-ultima {
		width: 50%;
	}
	.box-destaque-artigos .col-sidebar {
		width: 40%;
	}
		.box-destaque-artigos .col-sidebar h5 {
			font-size: 28px;
			margin: 30px 0 20px 0;	
			font-weight: normal;		
		}
		.box-destaque-artigos .col-sidebar ul {
			margin: 0;
			padding: 0;
			list-style: none;
		}
		.box-destaque-artigos .col-sidebar ul li {
			display: flex;
			justify-content: space-between;
			border-bottom: 2px solid #d6d3d0;
			margin-bottom: 20px;
			padding-bottom: 20px;
		}
			.box-destaque-artigos .col-sidebar ul li:last-child {
				border: 0;
			}
		.box-destaque-artigos .col-sidebar .col-img {
			width: 30%;
		}
		.box-destaque-artigos .col-sidebar .col-texto {
			width: 65%;
		}
		.box-destaque-artigos .col-sidebar ul li img {
			margin-right: 20px;
			margin-bottom: 0;
			display: block;
		}
		.box-destaque-artigos .col-sidebar h6 {
		    font-family: 'Freight Display Pro';
		    font-size: 28px;
		    font-weight: 400;
		    color: #363636;
		    margin: 10px 0;
		    padding: 0;
		    line-height: 1;
		}
		.box-destaque-artigos .col-sidebar ul li .post-category-info {
			display: block;
		}
			.box-destaque-artigos .col-sidebar ul li .post-category-info a {
				font-size: 16px;
				color: #847770;
			}
.search-form {
	position: relative;
	margin: 0;
}
	.search-form input[type="search"] {
		display: block;
		width: 100%;
		border: 0;
		border-bottom: 2px solid #d6d3d0;
		font-size: 18px;
		color: #363636;
		font-weight: bold;
	}
	.search-form input[type="submit"] {
		position: absolute;
		top: 5px;
		right: 0;
		background: url('assets/images/lupa_busca.svg') no-repeat;
		width: 18px;
		height: 19px;
		text-indent: -9999px;
		overflow: hidden;
		border: 0;
		cursor: pointer;
	}

.destaque-categorias {
	background-color: #f5f0ec;
	padding: 90px 0;
}
	.destaque-categorias .colunas {
		justify-content: space-between;
	}
	.destaque-categorias .col {
		width: 30%;
	}
	.destaque-categorias .col h3 {
		position: relative;
	    font-family: 'Freight Display Pro';
	    font-size: 56px;
	    font-weight: 400;
	    color: #363636;
	    margin: 10px 0 60px 0;
	    padding: 0;
	    line-height: 1;
	}
		.destaque-categorias .col h3:after {
			content: "";
			position: absolute;
			left: 0;
			bottom: -30px;
			width: 80px;
			height: 2px;
			background-color: #f2b826;
		}	
	.destaque-categorias .col p {
		font-size: 18px;
	}
	.destaque-categorias .col a {
		color: #f2b826;
		font-weight: bold;
	}

.noticia {
	margin-bottom: 60px;
}

.serifada {
    font-family: 'Freight Display Pro';
    font-size: 48px;
    font-weight: 400;
    color: #363636;
    margin: 0 0 30px 0;
    padding: 0;
    line-height: 1;	
}

.tabela-info-fundos {
	margin-bottom: 60px;
		background-color: #a7a09a;	
}
	.tabela-info-fundos .col img {
		display: block;
	}
	.tabela-info-fundos .col-texto {
		width: 40%;
		padding: 30px 30px 0 30px;
		color: #fff;
	}
	.tabela-info-fundos .col-texto h6 {
		font-size: 24px;
		margin: 0;
	}
	.tabela-info-fundos .col-texto p {
		font-size: 16px;
		word-break: break-word;
	}
	.tabela-info-fundos .col-texto p a {
		color: #f2b826;
		font-weight: bold;
	}

.baixo-fundos {
	justify-content: space-between;
}
	.baixo-fundos h6 {
		position: relative;
		font-family: 'Freight Display Pro';
    	font-size: 50px;
    	font-weight: 100;		
		color: #000;
		margin: 0 0 50px 0;
		padding: 0;
		line-height: 1;		
	}
	.baixo-fundos h6:after {
		content: "";
		position: absolute;
		bottom: -25px;
		left: 0;
		width: 80px;
		height: 2px;
		background-color: #f2b826;
	}	

.baixo-fundos .col {
	width: 48%;
}
.col-ressaltamos ul {
	padding-top: 0;
}
.wrap-metodo1 {
	padding: 5% 0 0 10%;
}
.pLeft20 {
	padding-left: 20%;
}

.sticky {
	position: fixed !important;
	top: 0;
	width: 100%;
	height: auto !important;
	z-index: 1;
	background: #fff;  
    max-width: 100%;
    z-index: 9999;
}
.sticky .menu > li > a {
	color: #363636;
}
.sticky .site-branding img {
	display: none;
}
.sticky .logo-fixed-menu {
	display: block !important;
	margin: 30px auto;
}

.wrap-btn-internas {
    max-width: 1080px;
    margin: 0 auto;
    display: flex;
    align-items: flex-end;
    justify-content: end;    
}
    .wrap-btn-internas .btn {
        display: inline-block;
        margin-bottom: 30px;        
    }

@media screen and (max-width: 1360px) {
	.wrap,
	.wrap1080 {
		padding-left: 30px;
		padding-right: 30px;
	}
}

@media screen and (max-width: 1160px) {
	.banner-home h1, .banner-home h2 {
	    font-size: 80px;
    }	
	.banner-home p {
	    font-size: 20px;
	}    
	.banner-home, .banner-home .wrap {
	    height: 100vh;
	}	
	.banner-home .wrap-texto {
	    max-width: 100%;
	}
	.banner-home .wrap {
	    transform: translateY(-20%);
	}	
	.slider-nav-thumbnails .slick-slide {
	    padding: 10px;
	}	
	.menu > li {
	    margin: 0 20px;
	}	
}

@media screen and (max-width: 1000px) {
	.home-content .wrap {
	    padding: 0 30px;
	    overflow: hidden;
	}	
	.home-content .box {
		background: none;
		padding-top: 60px;
	} 
	.home-content .box .wrap-box {
		max-width: 100%;
		min-height: initial;
	}
	.home-content .box2 {
		margin-top: 0;
		margin-bottom: 0;
	}
	.destaque-home article {
		padding-bottom: 60px;
	}
	.slider-nav-thumbnails {
		display: none !important;
	}	
	.menu > li {
	    margin: 0 15px;
	}	
}

@media screen and (max-width: 919px) {
	.box-a-alocc .col-title h4 {
		transform: initial !important;
	}
	body:not(.home) .menu-principal-container a {
    	color: #fff;
	}
	body:not(.home) .site-header {
	    position: inherit;
	    height: 120px;
	}	
	.sticky {
		height: 155px !important;		
	}
	.sticky .menu-toggle {
		top: -85px;
	}	
	.wrap-metodo1 .colunas {
		position: relative;
		left: 0;
	}	
	.pLeft20 {
		padding-left: 0;
	}	
	.main-navigation.toggled .menu-principal-container {
		top: -17px;
		text-align: center;
		background-color: #847770;
		position: relative;
		width: 100%;
		padding: 30px;
		z-index: 9999;
	}
	.sticky .main-navigation.toggled .menu-principal-container {
	    top: 19px;
	}
	.main-navigation.toggled ul {
		text-align: center;
	}	
	.main-navigation .sub-menu {
		border: 0;
	}	
	.menu > li {
    	margin: 0;
	}
	.menu > li > a {
		display: block;
	    font-size: 28px;
	    font-weight: 400;
	    color: #fff;
	    padding: 0;
	    line-height: 1;	
	    text-transform: initial;
	    padding: 10px 0;
	}	
	.main-navigation ul ul a {
	    width: 100%;
	}			
	.sub-menu a {
		width: 100%;
		display: block;
		color: #fff;
	}	

	.main-navigation.toggled .sub-menu {
	    display: none;
	    flex-direction: column;
	    padding: 10px;
	    background-color: transparent !important;
	}

	.menu-item-has-children a {
	    position: relative;
	}

	.menu-item-has-children > a:before {
	    background: url('assets/images/plus-svgrepo-com.svg') no-repeat right center;
	    content: "";
	    display: block;
	    width: 30px;
	    height: 30px;
	    position: absolute;
	    right: 0;
	    top: 50%;
	    margin-top: -15px;
	    background-size: 70%;
	}
	
	#primary-menu .active > .sub-menu {
	    display: block;
	    background-color: #ab9d96;
	}
	.banner-home .wrap {
	    transform: translateY(-20%);
	}	
	.espaco-aberto .colunas,
	.espaco-aberto .col-news {
		flex-direction: column;
	}
	.espaco-aberto {
		background-image: none;
		background-color: #847770;
	}
	.espaco-aberto .col-news article {
		margin: 0 0 30px 0;
	}
	.espaco-aberto .post-categories a {
	    padding-bottom: 30px;
	}
	.espaco-aberto .col-news h4 a {
		min-height: initial;
	}
	.espaco-aberto .col {
		width: 100%;
	}
	.espaco-aberto .col-title h3 {
		transform: initial;
		writing-mode: initial;
	}
	.site-footer .menu {
		flex-direction: column;
	}
	.site-footer .menu a {
		font-size: 16px;
	}
	.colunas {
		flex-direction: column;
	}
	.col {
		width: 100% !important;
	}
	.site-footer .col-menu {
	    width: 100%;
	    display: block;
	}	
	.site-footer .col-social ul {
	    display: flex;
	    align-items: center;
	    justify-content: center;
	    margin-top: 30px;
	}	
	.site-footer {
		padding: 30px 0;
	}
	.site-footer .enderecos {
		flex-direction: column;
	}
	.site-footer .enderecos p {
	    line-height: 1.6;
	    text-align: center;
	}	
	.site-footer .enderecos .endereco:first-child {
	    margin-right: 0;
	}	
	.site-footer .col-selos ul {
		flex-direction: column;
		justify-content: center;
		align-items: center;	
	}
	.site-footer .col-selos ul li {
		margin-bottom: 10px;
	}
	.barra-branca {
		text-align: center;
	}
	.barra-branca .col-right {
		text-align: center;
	}
	.destaque-quem-somos {
	    max-width: 100%;
	    margin-bottom: 60px;
	    position: relative;
	    z-index: -1;
	}	
	.destaque-quem-somos h3, .destaque-pessoa h3, .destaque-nossos-fundos h3 {
		font-size: 50px;
		text-align: center;
	}
	.p-line, .destaque-pessoa p {
	    position: relative;
	    padding-left: 0;
		margin-bottom: 0;
		display: block;	  
		text-align: center;  
	}	
	.p-line:before, .destaque-pessoa p:before {
	    top: -25px;
	    left: 50%;
	    margin-left: -100px;
	}	
	.box-porque-alocc .wrap1080 .posiciona {
		margin-left: 0;
	}
	.box-porque-alocc p {
    	padding: 2% 0;
	}
	.citacao {
	    padding: 80px 0;
	    margin-top: 0;
	}	
	.content-internas {
	    padding: 90px 0 0 0;
	}	
	.citacao p {
	    display: block;
	    text-align: center;
	    padding: 20px 15%;
	}
	.citacao .lider .col-img {
		margin: 0;
	}	
	.citacao .lider .col-img img {
	    display: block;
	    margin: 0 auto;
	}	
	.citacao .lider .col-texto {
		text-align: center;
	}
	.noticias .wrap {
		flex-direction: column;
	}
	.noticias article {
		max-width: 100%;
		width: 100%;
		margin: 0 0 30px 0;
	}
	.noticias {
		background-image: none;
		background-color: #847770;		
	}
	.box-a-alocc .col-title {
		width: 100%;
		justify-content: center;
	}	
	.box-a-alocc .col-title h4 {
		transform: initial;
		writing-mode: initial;	
		background-color: transparent;	
	}	
	.box-a-alocc,
	.box-nossa-estrutura
	.box-servicos,
	.entre-contato,
	.box-contato,
	.box-quem-somos {
    	background: none;
    	background: #f5f0ec;
	}
	.box-a-alocc .wrap1080,
	.box-nossa-estrutura .wrap1080,
	.entre-contato .wrap1080,
	.box-contato .wrap1080,
	.box-servicos .wrap1080,
	.box-quem-somos .wrap1080 {
    	background: none;
    	background: #f5f0ec;
	}
	.box-servicos .wrap1080 .posiciona {
	    padding-top: 0;
	    margin-top: -20px;
	    margin-bottom: 30px;
	}	
	.box-servicos .wrap1080 .posiciona {
	    margin-top: -20px;
	}	
	.box-porque-alocc .wrap1080 .posiciona {
	    margin-top: -20px;
	}
	.box-servicos .wrap-texto {
	    padding: 0;
	    text-align: center;
	}	
	.box-a-alocc .col-title:before {
		display: none;
	}
	.box-a-alocc .col-content {
	    padding: 0;
	}	
	.box-a-alocc ul li {
	    width: 48%;
	    margin-right: 0;
	}	
	.box-a-alocc ul {
	    justify-content: space-between;
	}	
	.entrevista {
	    padding-bottom: 60px;
	    padding-top: 60px;
	}	
	.entrevista h6 {
		font-size: 46px;
		padding: 10px 0;
		text-align: center;
	}
	.entrevista p {
		text-align: center;
	}
	.entrevista a {
    	display: flex;
	}
	.header-internas {
	    height: auto;
	    padding: 30px 0;
	}	
	.header-internas h1 {
		line-height: 1;
		margin-bottom: 10px;
		font-size: 24px;
	}
	.content-internas {
	    padding: 30px 0 0 0;
	}	
	.box-nossa-estrutura article {
    	margin: 0;
    	padding: 20px 0;
    }
	.box-nossa-estrutura .lider img {
	    display: block;
	    margin-right: 0;
	    margin: 0 auto 10px auto;
	}    
	.box-nossa-estrutura .lider h5 {
		text-align: center;
	}
	.box-nossa-estrutura .lider a {
		text-align: center;
	}
	.box-nossa-estrutura article h4 {
	    font-size: 50px;
	    text-align: center;
	}	
	.box-nossa-estrutura article p {
	    text-align: center;
	}	
	.box-nosso-negocio article:nth-child(odd) {
	    margin-left: 0;
	}
	.box-nosso-negocio article:nth-child(odd) .col-texto {
	    padding: 30px 0;
	}	
	.box-nosso-negocio article .col-texto {
		order: 2;
	}	
	.box-nosso-negocio article .col-img {
		order: 1;
	}	
	.box-nosso-negocio article {
	    margin-bottom: 0;
	}	
	.box-nosso-negocio article:nth-child(even) .col-texto {
	    padding: 30px 0;
	    width: 40%;
	    margin-left: 0;
	}	
	.box-nosso-negocio .col-texto h4 {
	    font-size: 50px;
	    text-align: center;
	}	
	.box-nosso-negocio .col-texto p {
	    text-align: center;
	}	
	.box-porque-alocc .wrap-texto {
	    margin: 30px 0;
	    padding-right: 0;
	}	
	.box-porque-alocc .wrap-texto .col-dir {
    	padding-top: 0;
	}
	.box-porque-alocc .wrap-texto .col-dir ul {
		padding: 0;
		margin: 0;
	}
	.box-marrom {
	    padding: 30px 0;
	    margin-top: 0;
	}	
	.box-marrom h4 {
		padding: 0;
	}
	.box-marrom p {
	    padding-left: 0;
	}	
	.destaque-nossos-fundos h3 {
		margin-bottom: 30px;
	}
	.destaque-nossos-fundos ul {
	    margin: 0;
	    padding: 0 0 30px 0;
	}	
	.destaque-nossos-fundos ul:first-child {
		padding-bottom: 0;
	}	
	.destaque-nossos-fundos .colunas {
		padding-bottom: 30px;
	}
	.serifada {
	    font-size: 40px;
	}	
	.tabela-info-fundos {
	    margin-bottom: 30px;
	}	
	.baixo-fundos h6 {
		margin-bottom: 50px;
	}
	.destaque-contato h3 {
	    font-size: 50px;
	    text-align: center;
	}	
	.destaque-contato {
	    max-width: 100%;
	    margin-bottom: 60px;
	}	
	.entre-contato .col-texto {
	    width: 100%;
	    padding-right: 0;
	    margin-bottom: 30px;
	    order: 2;
	}
	.entre-contato .col-img {
		order: 1;
		margin-bottom: 30px;
	}
	.entre-contato .col-texto h6 {
	    font-size: 50px;
	}	
	.entre-contato {
		padding: 30px 0;
	}	
	.wrap-metodo1 {
	    padding: 30px 0;
	}		
	.wrap-metodo1 p {
		margin-bottom: 0;
	}		
	.destaque-categorias {
	    padding: 30px 0;
	}	
	.destaque-categorias .col h3 {
		font-size: 40px;
	}
	.destaque-categorias .col {
		margin-bottom: 20px;
	}
	.box-destaque-artigos {
	    margin: 30px 0;
	}	
	.box-destaque-artigos h2 {
	    font-size: 34px;
	}	
	.box-destaque-artigos .post-category-info a {
	    font-size: 16px;
	}
	.box-destaque-artigos .col-ultima {
		margin-bottom: 30px;
	}
	.box-destaque-artigos .col-sidebar h6 {
	    font-size: 22px;
	}
	.box-destaque-artigos .col-sidebar ul li .post-category-info a {
	    font-size: 13px;
	}	
	.box-listagem-artigos ul {
		flex-direction: column;
	}
	.box-listagem-artigos ul li {
		width: 100%;
	}
	.box-listagem-artigos .post-category-info a {
	    font-size: 16px;
	}	
	.box-listagem-artigos ul li h2 {
	    font-size: 28px;
	}	
	.pagination {
	    padding-top: 30px;
	    margin-top: 30px;
	}	
	.nav-links a {
		top: 0;
	}
	.destaque-midia h3 {
		font-size: 50px;
	}
	.box-midias ul {
		flex-direction: column;
	}
	.box-midias ul li {
		width: 100%;
	}
	.box-midias ul li img {
		display: block;
		width: 100%;
	}
	.box-contato .col-form {
		padding-right: 0;
		width: 100%;
	}
	.box-contato .col-form {
		background-color: transparent;
	}
	.box-contato .col-texto {
		padding: 0 0 30px 0;
	}
	.info-parceiro .col {
		margin-bottom: 20px;
	}
	.pessoa .col-texto {
		order: 2;
	}
	.pessoa .col-img {
		order: 1;
		margin-bottom: 30px;
	}
	.p-line:before, .destaque-pessoa p:before {
		display: none;
	}	
	.destaque-pessoa .nav-links a {
    	top: 45px;
	}
	.box-listagem-artigos ul li:last-child {
		margin-left: 0;
	}
	#main-navigation {
		position: relative;
		z-index: 9999;
	} 
	.sticky .menu > li > a {
	    color: #fff;
	}	
	.menu-quem-somos {
		display: none !important;
	}
}

@media screen and (max-width: 700px) {
	.big-title {
    	font-size: 60px !important;
	}
	.banner-home h1, .banner-home h2 {
		text-align: center;
	}
	.banner-home p {
		text-align: center;
	}	
	.banner-home .wrap-texto {
	    max-width: 100%;
	    display: flex;
	    flex-direction: column;
	    align-items: center;
	    justify-content: center;
	}	
	.header-internas {
		text-align: center;
	}
	.header-internas h2, .header-internas .page-title span, .header-internas .title-busca span {
		font-size: 40px;
	}
	.menu-quem-somos ul {
		flex-direction: column;
	    padding: 30px 0;
	    display: block;
	}
	.menu-quem-somos {
		min-height: initial;
		height: auto;
	}
	.menu-quem-somos ul {
		height: auto;
	}
	.menu-quem-somos ul li {
	    height: auto;
	}	
	.menu-quem-somos ul li.current_page_item {
		border: none;
	}	
		.menu-quem-somos ul li.current_page_item a {
		    color: #f2b826;
		}	
	.box-a-alocc .col-title {
		background-color: transparent;
	}	
	.banner-number {
		display: none;
	}
	.banner-home, .banner-home .wrap {
	    height: 90vh;
	}	
	.banner-home .wrap {
	    transform: translateY(-20%);
	}	
	.home-content .box h2 {
		font-size: 48px;
	}	
	.home-content {
	    padding: 60px 0 0 0;
	}	
	.btn {
		width: 100%;
		padding-right: 0;
	}
	.espaco-aberto {
		padding: 60px 0;
	}
	.espaco-aberto .col-title h3 {
		margin-top: 0;
	}
	.wrap-metodo1 .colunas {
		left: 0;
	}	
	.wrap-metodo1 p.pRight20 {
		padding-right: 0;
	}
	.box-marrom-metodo {
		margin-top: 0;
		padding: 60px 0;
	}
	.box-marrom-metodo h4, .box-marrom-metodo p {
	    padding: 0;
	}	
	.pLeft20 {
	    padding-left: 0;
	}
	.menu-item-has-children.focus .sub-menu {
		display: block !important;
	}
	.box-a-alocc .col-title h4 {
		transform: initial !important;
	}
	.box-a-alocc ul li {
		width: 100%;
	}
		.box-a-alocc ul li img {
			display: block;
			width: 100%;
		}
	.desktop {
		display: none !important;
	}
	.mobile {
		display: block !important;
	}	
	.slick-slide {
		background-size: cover !important;
	}
	.banner-home .btn {
		width: auto;
	}
}

@media screen and (max-width: 400px) {
	.box-a-alocc ul li {
	    width: 100%;
	    margin-right: 0;
	}	
	.box-a-alocc .col-content img {
	    width: 100%;
	    display: block;
	}	
	.box-a-alocc .col-content h5 {
		text-align: center;
	}
	.box-a-alocc .col-content p {
		text-align: center;
	}
}

@media screen and (min-width: 1000px) {
	.ident-left {
		margin-left: 5%;
	}	
}
