﻿/*
Theme Name: Socialitá
Theme URI: 
Author: Agência Virtue
Author URI: www.agencuavirtue.com.br
Description: Tema para site institucional.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: magistral
Tags: one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Normalize
2.0 Accessibility
3.0 Alignments
4.0 Clearings
5.0 Typography
6.0 Forms
7.0 Formatting
8.0 Lists
9.0 Tables
10.0 Links
11.0 Featured Image Hover
12.0 Navigation
13.0 Layout
   13.1 Header
   13.2 Front Page
   13.3 Regular Content
   13.4 Posts
   13.5 Pages
   13.6 Footer
14.0 Comments
15.0 Widgets
16.0 Media
   16.1 Galleries
17.0 Customizer
18.0 SVGs Fallbacks
19.0 Media Queries
20.0 Print
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 Normalize
Styles based on Normalize v5.0.0 @link https://github.com/necolas/normalize.css
--------------------------------------------------------------*/

html {
	line-height: 1.15;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
*{
	font-size: 15px;
	line-height: 1.2;
	font-family: 'Playfair Display', serif;
	color: #222222;
}
body {
	margin: 0;
	overflow-x:hidden; 
	background: #fff !important;
}
body[data-aos-duration='4000'] [data-aos], [data-aos][data-aos][data-aos-duration='4000']{
    transition-duration: 4000ms;
  }

article,
aside,
footer,
header,
nav,
section {
	display: block;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

figcaption,
figure,
main {
	display: block;
}

figure {
	margin: 1em 0;
}

hr {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

a {
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
	outline-width: 0;
}

abbr[title] {
	border-bottom: 1px #767676 dotted;
	text-decoration: none;
}

b,
strong {
	font-weight: inherit;
}

b,
strong {
	font-weight: 700;
}

code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

dfn {
	font-style: italic;
}

mark {
	background-color: #eee;
	color: #222;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

audio,
video {
	display: inline-block;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

img {
	border-style: none;
}

svg:not(:root) {
	overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
	font-family: sans-serif;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

button,
input {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

fieldset {
	border: 1px solid #bbb;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

progress {
	display: inline-block;
	vertical-align: baseline;
}

textarea {
	overflow: auto;
}

[type="checkbox"],
[type="radio"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

details,
menu {
	display: block;
}

summary {
	display: list-item;
}

canvas {
	display: inline-block;
}

template {
	display: none;
}

[hidden] {
	display: none;
}

/*--------------------------------------------------------------
2.0 Accessibility
--------------------------------------------------------------*/

/* Text meant only for screen readers. */

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	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; /* Above WP toolbar. */
}

/*--------------------------------------------------------------
3.0 Alignments
--------------------------------------------------------------*/

.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
4.0 Clearings
--------------------------------------------------------------*/

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.entry-footer:before,
.entry-footer:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after,
.nav-links:before,
.nav-links:after,
.pagination:before,
.pagination:after,
.comment-author:before,
.comment-author:after,
.widget-area:before,
.widget-area:after,
.widget:before,
.widget:after,
.comment-meta:before,
.comment-meta:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.entry-footer:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after,
.nav-links:after,
.pagination:after,
.comment-author:after,
.widget-area:after,
.widget:after,
.comment-meta:after {
	clear: both;
}

/*--------------------------------------------------------------
5.0 Typography
--------------------------------------------------------------*/

body,
button,
input,
select,
textarea {
	color: #333;
	font-family: "Libre Franklin", "Helvetica Neue", helvetica, arial, sans-serif;
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: 400;
	line-height: 1.66;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	line-height: 1.4;
	margin: 0 0 0.75em;
	padding: 1.5em 0 0;
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
	padding-top: 0;
}

h1 {
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 300;
}

h2 {
	color: #666;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 300;
}

h3 {
	color: #333;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 300;
}

h4 {
	color: #333;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 800;
}

h5 {
	color: #767676;
	font-size: 13px;
	font-size: 0.8125rem;
	font-weight: 800;
	letter-spacing: 0.15em;
	text-transform: uppercase;
}

h6 {
	color: #333;
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: 800;
}

p {
	margin: 0 0 1.5em;
	padding: 0;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	color: #666;
	font-size: 18px;
	font-size: 1.125rem;
	font-style: italic;
	line-height: 1.7;
	margin: 0;
	overflow: hidden;
	padding: 0;
}

blockquote cite {
	display: block;
	font-style: normal;
	font-weight: 600;
	margin-top: 0.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	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;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #eee;
	text-decoration: none;
}

big {
	font-size: 125%;
}

blockquote {
	quotes: "" "";
}

q {
	quotes: "“" "”" "‘" "’";
}

blockquote:before,
blockquote:after {
	content: "";
}

:focus {
	outline: none;
}

/* Typography for Arabic Font */

html[lang="ar"] body,
html[lang="ar"] button,
html[lang="ar"] input,
html[lang="ar"] select,
html[lang="ar"] textarea,
html[lang="ary"] body,
html[lang="ary"] button,
html[lang="ary"] input,
html[lang="ary"] select,
html[lang="ary"] textarea,
html[lang="azb"] body,
html[lang="azb"] button,
html[lang="azb"] input,
html[lang="azb"] select,
html[lang="azb"] textarea,
html[lang="fa-IR"] body,
html[lang="fa-IR"] button,
html[lang="fa-IR"] input,
html[lang="fa-IR"] select,
html[lang="fa-IR"] textarea,
html[lang="haz"] body,
html[lang="haz"] button,
html[lang="haz"] input,
html[lang="haz"] select,
html[lang="haz"] textarea,
html[lang="ps"] body,
html[lang="ps"] button,
html[lang="ps"] input,
html[lang="ps"] select,
html[lang="ps"] textarea,
html[lang="ur"] body,
html[lang="ur"] button,
html[lang="ur"] input,
html[lang="ur"] select,
html[lang="ur"] textarea {
	font-family: Tahoma, Arial, sans-serif;
}

html[lang="ar"] h1,
html[lang="ar"] h2,
html[lang="ar"] h3,
html[lang="ar"] h4,
html[lang="ar"] h5,
html[lang="ar"] h6,
html[lang="ary"] h1,
html[lang="ary"] h2,
html[lang="ary"] h3,
html[lang="ary"] h4,
html[lang="ary"] h5,
html[lang="ary"] h6,
html[lang="azb"] h1,
html[lang="azb"] h2,
html[lang="azb"] h3,
html[lang="azb"] h4,
html[lang="azb"] h5,
html[lang="azb"] h6,
html[lang="fa-IR"] h1,
html[lang="fa-IR"] h2,
html[lang="fa-IR"] h3,
html[lang="fa-IR"] h4,
html[lang="fa-IR"] h5,
html[lang="fa-IR"] h6,
html[lang="haz"] h1,
html[lang="haz"] h2,
html[lang="haz"] h3,
html[lang="haz"] h4,
html[lang="haz"] h5,
html[lang="haz"] h6,
html[lang="ps"] h1,
html[lang="ps"] h2,
html[lang="ps"] h3,
html[lang="ps"] h4,
html[lang="ps"] h5,
html[lang="ps"] h6,
html[lang="ur"] h1,
html[lang="ur"] h2,
html[lang="ur"] h3,
html[lang="ur"] h4,
html[lang="ur"] h5,
html[lang="ur"] h6 {
	font-weight: 700;
}

/* Typography for Chinese Font */

html[lang^="zh-"] body,
html[lang^="zh-"] button,
html[lang^="zh-"] input,
html[lang^="zh-"] select,
html[lang^="zh-"] textarea {
	font-family: "PingFang TC", "Helvetica Neue", Helvetica, STHeitiTC-Light, Arial, sans-serif;
}

html[lang^="zh-"] h1,
html[lang^="zh-"] h2,
html[lang^="zh-"] h3,
html[lang^="zh-"] h4,
html[lang^="zh-"] h5,
html[lang^="zh-"] h6 {
	font-weight: 700;
}

/* Typography for Cyrillic Font */

html[lang="bg-BG"] body,
html[lang="bg-BG"] button,
html[lang="bg-BG"] input,
html[lang="bg-BG"] select,
html[lang="bg-BG"] textarea,
html[lang="ru-RU"] body,
html[lang="ru-RU"] button,
html[lang="ru-RU"] input,
html[lang="ru-RU"] select,
html[lang="ru-RU"] textarea,
html[lang="uk"] body,
html[lang="uk"] button,
html[lang="uk"] input,
html[lang="uk"] select,
html[lang="uk"] textarea {
	font-family: "Helvetica Neue", Helvetica, "Segoe UI", Arial, sans-serif;
}

html[lang="bg-BG"] h1,
html[lang="bg-BG"] h2,
html[lang="bg-BG"] h3,
html[lang="bg-BG"] h4,
html[lang="bg-BG"] h5,
html[lang="bg-BG"] h6,
html[lang="ru-RU"] h1,
html[lang="ru-RU"] h2,
html[lang="ru-RU"] h3,
html[lang="ru-RU"] h4,
html[lang="ru-RU"] h5,
html[lang="ru-RU"] h6,
html[lang="uk"] h1,
html[lang="uk"] h2,
html[lang="uk"] h3,
html[lang="uk"] h4,
html[lang="uk"] h5,
html[lang="uk"] h6 {
	font-weight: 700;
	line-height: 1.2;
}

/* Typography for Devanagari Font */

html[lang="bn-BD"] body,
html[lang="bn-BD"] button,
html[lang="bn-BD"] input,
html[lang="bn-BD"] select,
html[lang="bn-BD"] textarea,
html[lang="hi-IN"] body,
html[lang="hi-IN"] button,
html[lang="hi-IN"] input,
html[lang="hi-IN"] select,
html[lang="hi-IN"] textarea,
html[lang="mr-IN"] body,
html[lang="mr-IN"] button,
html[lang="mr-IN"] input,
html[lang="mr-IN"] select,
html[lang="mr-IN"] textarea {
	font-family: Arial, sans-serif;
}

html[lang="bn-BD"] h1,
html[lang="bn-BD"] h2,
html[lang="bn-BD"] h3,
html[lang="bn-BD"] h4,
html[lang="bn-BD"] h5,
html[lang="bn-BD"] h6,
html[lang="hi-IN"] h1,
html[lang="hi-IN"] h2,
html[lang="hi-IN"] h3,
html[lang="hi-IN"] h4,
html[lang="hi-IN"] h5,
html[lang="hi-IN"] h6,
html[lang="mr-IN"] h1,
html[lang="mr-IN"] h2,
html[lang="mr-IN"] h3,
html[lang="mr-IN"] h4,
html[lang="mr-IN"] h5,
html[lang="mr-IN"] h6 {
	font-weight: 700;
}

/* Typography for Greek Font */

html[lang="el"] body,
html[lang="el"] button,
html[lang="el"] input,
html[lang="el"] select,
html[lang="el"] textarea {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

html[lang="el"] h1,
html[lang="el"] h2,
html[lang="el"] h3,
html[lang="el"] h4,
html[lang="el"] h5,
html[lang="el"] h6 {
	font-weight: 700;
	line-height: 1.3;
}

/* Typography for Gujarati Font */

html[lang="gu-IN"] body,
html[lang="gu-IN"] button,
html[lang="gu-IN"] input,
html[lang="gu-IN"] select,
html[lang="gu-IN"] textarea {
	font-family: Arial, sans-serif;
}

html[lang="gu-IN"] h1,
html[lang="gu-IN"] h2,
html[lang="gu-IN"] h3,
html[lang="gu-IN"] h4,
html[lang="gu-IN"] h5,
html[lang="gu-IN"] h6 {
	font-weight: 700;
}

/* Typography for Hebrew Font */

html[lang="he-IL"] body,
html[lang="he-IL"] button,
html[lang="he-IL"] input,
html[lang="he-IL"] select,
html[lang="he-IL"] textarea {
	font-family: "Arial Hebrew", Arial, sans-serif;
}

html[lang="he-IL"] h1,
html[lang="he-IL"] h2,
html[lang="he-IL"] h3,
html[lang="he-IL"] h4,
html[lang="he-IL"] h5,
html[lang="he-IL"] h6 {
	font-weight: 700;
}

/* Typography for Japanese Font */

html[lang="ja"] body,
html[lang="ja"] button,
html[lang="ja"] input,
html[lang="ja"] select,
html[lang="ja"] textarea {
	font-family: "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;
}

html[lang="ja"] h1,
html[lang="ja"] h2,
html[lang="ja"] h3,
html[lang="ja"] h4,
html[lang="ja"] h5,
html[lang="ja"] h6 {
	font-weight: 700;
}

/* Typography for Korean font */

html[lang="ko-KR"] body,
html[lang="ko-KR"] button,
html[lang="ko-KR"] input,
html[lang="ko-KR"] select,
html[lang="ko-KR"] textarea {
	font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Nanum Gothic", Dotum, sans-serif;
}

html[lang="ko-KR"] h1,
html[lang="ko-KR"] h2,
html[lang="ko-KR"] h3,
html[lang="ko-KR"] h4,
html[lang="ko-KR"] h5,
html[lang="ko-KR"] h6 {
	font-weight: 600;
}

/* Typography for Thai Font */

html[lang="th"] h1,
html[lang="th"] h2,
html[lang="th"] h3,
html[lang="th"] h4,
html[lang="th"] h5,
html[lang="th"] h6 {
	line-height: 1.65;
	font-family: "Sukhumvit Set", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

html[lang="th"] body,
html[lang="th"] button,
html[lang="th"] input,
html[lang="th"] select,
html[lang="th"] textarea {
	line-height: 1.8;
	font-family: "Sukhumvit Set", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* Remove letter-spacing for all non-latin alphabets */

html[lang="ar"] *,
html[lang="ary"] *,
html[lang="azb"] *,
html[lang="haz"] *,
html[lang="ps"] *,
html[lang^="zh-"] *,
html[lang="bg-BG"] *,
html[lang="ru-RU"] *,
html[lang="uk"] *,
html[lang="bn-BD"] *,
html[lang="hi-IN"] *,
html[lang="mr-IN"] *,
html[lang="el"] *,
html[lang="gu-IN"] *,
html[lang="he-IL"] *,
html[lang="ja"] *,
html[lang="ko-KR"] *,
html[lang="th"] * {
	letter-spacing: 0 !important;
}

/*--------------------------------------------------------------
6.0 Forms
--------------------------------------------------------------*/

label {
	color: #333;
	display: block;
	font-weight: 800;
	margin-bottom: 0.5em;
}

fieldset {
	margin-bottom: 1em;
}

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;
	background: #fff;
	background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
	border: 1px solid #bbb;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	display: block;
	padding: 0.7em;
	width: 100%;
}

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: #222;
	border-color: #333;
}

select {
	border: 1px solid #bbb;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	height: 3em;
	max-width: 100%;
}

input[type="radio"],
input[type="checkbox"] {
	margin-right: 0.5em;
}

input[type="radio"] + label,
input[type="checkbox"] + label {
	font-weight: 400;
}

button,
input[type="button"],
input[type="submit"] {
	background-color: #222;
	border: 0;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 800;
	line-height: 1;
	padding: 2em 2em;
	text-shadow: none;
	-webkit-transition: background 0.2s;
	transition: background 0.2s;
}

input + button,
input + input[type="button"],
input + input[type="submit"] {
	padding: 0.75em 2em;
}

button.secondary,
input[type="reset"],
input[type="button"].secondary,
input[type="reset"].secondary,
input[type="submit"].secondary {
	background-color: #ddd;
	color: #222;
}

button:hover,
button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
	background: #767676;
}

button.secondary:hover,
button.secondary:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="button"].secondary:hover,
input[type="button"].secondary:focus,
input[type="reset"].secondary:hover,
input[type="reset"].secondary:focus,
input[type="submit"].secondary:hover,
input[type="submit"].secondary:focus {
	background: #bbb;
}

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
	color: #333;
	font-family: "Libre Franklin", "Helvetica Neue", helvetica, arial, sans-serif;
}

:-moz-placeholder {
	color: #333;
	font-family: "Libre Franklin", "Helvetica Neue", helvetica, arial, sans-serif;
}

::-moz-placeholder {
	color: #333;
	font-family: "Libre Franklin", "Helvetica Neue", helvetica, arial, sans-serif;
	opacity: 1;
	/* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
	color: #333;
	font-family: "Libre Franklin", "Helvetica Neue", helvetica, arial, sans-serif;
}

/*--------------------------------------------------------------
7.0 Formatting
--------------------------------------------------------------*/

hr {
	background-color: #bbb;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

/*--------------------------------------------------------------
8.0 Lists
--------------------------------------------------------------*/

ul,
ol {
	margin: 0 0 1.5em;
	padding: 0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/*--------------------------------------------------------------
9.0 Tables
--------------------------------------------------------------*/

table {
	border-collapse: collapse;
	margin: 0 0 1.5em;
	width: 100%;
}

thead th {
	border-bottom: 2px solid #bbb;
	padding-bottom: 0.5em;
}

th {
	padding: 0.4em;
	text-align: left;
}

tr {
	border-bottom: 1px solid #eee;
}

td {
	padding: 0.4em;
}

th:first-child,
td:first-child {
	padding-left: 0;
}

th:last-child,
td:last-child {
	padding-right: 0;
}

/*--------------------------------------------------------------
10.0 Links
--------------------------------------------------------------*/

a {
	color: #222;
	text-decoration: none;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	color: #000;
	outline: 0;
}

/* Hover effects */

.entry-content a,
.entry-summary a,
.widget a,
.site-footer .widget-area a,
.posts-navigation a,
.widget_authors a strong {
	-webkit-box-shadow: inset 0 -1px 0 rgba(15, 15, 15, 1);
	box-shadow: inset 0 -1px 0 rgba(15, 15, 15, 1);
	-webkit-transition: color 80ms ease-in, -webkit-box-shadow 130ms ease-in-out;
	transition: color 80ms ease-in, -webkit-box-shadow 130ms ease-in-out;
	transition: color 80ms ease-in, box-shadow 130ms ease-in-out;
	transition: color 80ms ease-in, box-shadow 130ms ease-in-out, -webkit-box-shadow 130ms ease-in-out;
}

.entry-title a,
.entry-meta a,
.page-links a,
.page-links a .page-number,
.entry-footer a,
.entry-footer .cat-links a,
.entry-footer .tags-links a,
.edit-link a,
.post-navigation a,
.logged-in-as a,
.comment-navigation a,
.comment-metadata a,
.comment-metadata a.comment-edit-link,
.comment-reply-link,
a .nav-title,
.pagination a,
.comments-pagination a,
.site-info a,
.widget .widget-title a,
.widget ul li a,
.site-footer .widget-area ul li a,
.site-footer .widget-area ul li a {
	-webkit-box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 1);
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 1);
	text-decoration: none;
	-webkit-transition: color 80ms ease-in, -webkit-box-shadow 130ms ease-in-out;
	transition: color 80ms ease-in, -webkit-box-shadow 130ms ease-in-out;
	transition: color 80ms ease-in, box-shadow 130ms ease-in-out;
	transition: color 80ms ease-in, box-shadow 130ms ease-in-out, -webkit-box-shadow 130ms ease-in-out;
}

.entry-content a:focus,
.entry-content a:hover,
.entry-summary a:focus,
.entry-summary a:hover,
.widget a:focus,
.widget a:hover,
.site-footer .widget-area a:focus,
.site-footer .widget-area a:hover,
.posts-navigation a:focus,
.posts-navigation a:hover,
.comment-metadata a:focus,
.comment-metadata a:hover,
.comment-metadata a.comment-edit-link:focus,
.comment-metadata a.comment-edit-link:hover,
.comment-reply-link:focus,
.comment-reply-link:hover,
.widget_authors a:focus strong,
.widget_authors a:hover strong,
.entry-title a:focus,
.entry-title a:hover,
.entry-meta a:focus,
.entry-meta a:hover,
.page-links a:focus .page-number,
.page-links a:hover .page-number,
.entry-footer a:focus,
.entry-footer a:hover,
.entry-footer .cat-links a:focus,
.entry-footer .cat-links a:hover,
.entry-footer .tags-links a:focus,
.entry-footer .tags-links a:hover,
.post-navigation a:focus,
.post-navigation a:hover,
.pagination a:not(.prev):not(.next):focus,
.pagination a:not(.prev):not(.next):hover,
.comments-pagination a:not(.prev):not(.next):focus,
.comments-pagination a:not(.prev):not(.next):hover,
.logged-in-as a:focus,
.logged-in-as a:hover,
a:focus .nav-title,
a:hover .nav-title,
.edit-link a:focus,
.edit-link a:hover,
.site-info a:focus,
.site-info a:hover,
.widget .widget-title a:focus,
.widget .widget-title a:hover,
.widget ul li a:focus,
.widget ul li a:hover {
	color: #000;
	-webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), 0 3px 0 rgba(0, 0, 0, 1);
	box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), 0 3px 0 rgba(0, 0, 0, 1);
}

/* Fixes linked images */
.entry-content a img,
.widget a img {
	-webkit-box-shadow: 0 0 0 8px #fff;
	box-shadow: 0 0 0 8px #fff;
}

.post-navigation a:focus .icon,
.post-navigation a:hover .icon {
	color: #222;
}

/*--------------------------------------------------------------
11.0 Featured Image Hover
--------------------------------------------------------------*/

.post-thumbnail {
	margin-bottom: 1em;
}

.post-thumbnail a img {
	-webkit-backface-visibility: hidden;
	-webkit-transition: opacity 0.2s;
	transition: opacity 0.2s;
}

.post-thumbnail a:hover img,
.post-thumbnail a:focus img {
	opacity: 0.7;
}
/*--------------------------------------------------------------
13.0 Layout
--------------------------------------------------------------*/

html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}

body {
	background: #fff;
    overflow-x: hidden;
	/* Fallback for when there is no custom background color defined. */
}
.navbar-toggle:focus,
.navbar-toggle:hover,
.navbar-toggle:active{
	background: transparent;
}
#page {
	position: relative;
	word-wrap: break-word;
}

/*.wrap {
	margin-left: auto;
	margin-right: auto;
	max-width: 700px;
	padding-left: 2em;
	padding-right: 2em;
}

.wrap:after {
	clear: both;
	content: "";
	display: block;
}*/
p{
	line-height: 25px;
}
/*--------------------------------------------------------------
13.1 Header
--------------------------------------------------------------*/
.topo-header{
	/*background: #161616;*/
	background-color: #000;
}
.midias-topo{
	margin: 0;
}
.midias-topo li{
	float: left;
	margin-right: 28px;	
}
.midias-topo li:last-child{
	margin-right: 28px;
}
.midias-topo li a{
	display: block;
	margin: 16px 0;
}
.link-site a{
	color: #fff;
    padding-top: 3px;
}
.site-header{
	height: auto;
	width: 100%;
	z-index: 9999;
	background: #fff;
}
.post-type-archive-atividades .site-header{
	border-bottom: solid 1px #7894b1;
}
.logo{
	display: block;
	float: left;
	position: relative;
	z-index: 999;
}
.logo img{
	max-width: 100%;
	height: auto;
	margin: 49px 0;
}
#navbar{
	float: left;
	border-bottom: solid 1px #fff;
	padding-left: 37px;
	padding-right: 12px;
}
.last-li a{
	padding-right: 0 !important;
}
.nav > li   a{
	font-size: 17px;
	color: #000;
	text-transform: uppercase;
	padding: 50px 40px;
	text-shadow: none;
	letter-spacing: 2px;
}
.nav > li > a{
	border-bottom: solid 1px transparent;
}
.nav > li > a:hover,
.nav > li.active > a{
	color: #7894b1;
}
a.dropdown-toggle,
.nav .open > a,
.nav .open > a, 
.nav .open > a:focus, 
.nav .open > a:hover{
	/*padding-left: 0 !important;
	padding-right: 0 !important;*/
	border-color: #fff;
}
.sub-itens a{
	color: #222;
}
li.active a{
   /* color: #ffa900;*/
}
.nav > li  a:hover,
.nav > li  a:active,
.nav > li  a:focus{
	/*color: #ffa900;*/
    background: transparent;
}
.nav .open > a, 
.nav .open > a:focus, 
.nav .open > a:hover{
	background: transparent;
}
li{
	list-style: none;
}
.dropdown-menu{
	min-width:233px;
	padding-left: 34px;
	float: none;
	left: -25px;
	background: #535353;
	padding-left:0px !important;
	padding-bottom: 17px !important;
	padding-top: 17px !important;
	border-radius:0 !important;
	border: none;
	box-shadow:none;
}
.dropdown-menu ul{
	margin-top: 0;
}
.dropdown-menu li{
 	position: relative;
}
.dropdown-menu li a{
	color: #fff;
	padding: 6px 30px;
	font-size: 14px;
	font-family: 'Raleway', sans-serif;
	font-weight: 500;
}
.dropdown-menu > li > a:hover{
	font-weight: 500;
	background: #9fbcda;
	text-decoration: none;
	color: #fff;
}
.dropdown-menu > li:hover .sub-menu{
	display: block;
}
.dropdown-menu > li:hover > a{
	background: #9fbcda;
}
.sub-menu {
    display: none;
    left: 100%;
    margin: -35px 0 0;
    position: absolute;
    min-width: 100%;
    top: 0;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    background: #9fbcda;
}
.sub-menu li a{
	font-size: 14px;
	text-transform: capitalize;
	font-style: italic;
	font-weight: 500;
}
#menu-categ,
#menu-categ > ul > li{
	position: inherit;
}
#menu-categ .sub-menu {
	top: inherit;
	left: 0;
}
#menu-categ .sub-menu li{
	float: left;
	border: none !important;
}
#menu-categ .sub-menu{
	box-shadow:none !important;
	border: none !important;
}
#menu-categ .sub-menu a{
	padding: 13px 30px;
}
#menu-categ .dropdown{
	margin: 0 86px;
}
#menu-categ .dropdown > a{
	padding: 29px 8px;
}
#menu-categ .open-1 .sub-menu{
	display: block;
}
#menu-categ .sub-menu a:hover{
	color: #803e4d;
	padding-left:30px;
	padding-right: 30px; 
}
a.menu-title,
.sub-itens a{
	color: #555555 !important;
}
a.menu-title{
	display: block;
	margin-bottom: 3px;
}
.sub-itens a{
	font-weight: 400 !important;
}
.listagem-prod{
	margin-bottom: 90px;
}	
.busca-header{
	float: right;
	margin-top: 12px;
	margin-bottom: 12px;
}
#navbar{
	position: relative;
	float: right;
	padding-left: 0;
}
.busca-header a{
	cursor: pointer;
}
.navbar-form ::-webkit-input-placeholder {
   color: #fff !important;  
}

.navbar-form :-moz-placeholder { /* Firefox 18- */
   color: #fff !important;    
}

.navbar-form ::-moz-placeholder {  /* Firefox 19+ */
   color: #fff !important;    
}

.navbar-form :-ms-input-placeholder {  
   color: #fff !important;  
}
.home #content{
	background: #fff;
}
.fora-texto-banner{
	display: block;
    width: 100%;
}
.categ-banner{
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-family: 'Raleway', sans-serif;
	text-align: right;
	display: block;
    width: 100%;
    padding-right: 15px;
    text-decoration: none;
    font-weight: 600;
    margin-bottom: 35px;
}
.categ-banner:hover,
.btn-ver-mais:hover{
	text-decoration: none;
}
.titulo-banner{
	font-size: 30px;
	font-weight: 700;
	text-transform: uppercase;
	color: #161616;
	text-align: right;
    margin-bottom: 16px;
    line-height: 1;
    letter-spacing: 2px;
}
.fora-titulo-banner{
	padding-right: 15px;
}
.fora-titulo-banner:after{
	content: url("images/barra-titulo-banner.jpg");	
    position: absolute;
    top: 50px;
    right: -70px;
}
.btn-ver-mais{
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	font-family: 'Raleway', sans-serif;
	text-align: right;
	display: block;
    width: 100%;
    padding-right: 15px;
    text-decoration: none;
}
.btn-ver-mais:hover{
	color: #7894b1;
	text-decoration: none;
}
.texto-busca-sem-resultado{
	padding-top: 100px !important;
	padding-bottom: 100px;
}
.bg-bloco-1{
	background: url("images/bg-arvores.jpg")no-repeat left bottom;
}
.bg-bloco-4{
	background: url("images/bg-bloco-4.jpg")no-repeat center top / cover;
}
.bg-bloco-1 .img-right{
	margin-top: -725px;
	width: 50%;
	height: 820px;
  	margin-bottom: -91px;
    position: relative;
    z-index: 2;
}
.bg-bloco-1 h3{
	font-size: 25px;
	color: #803f4c;
	font-weight: 300;
	font-style: italic;
 	margin-bottom: 24px;
    margin-top: 44px;
    padding-top: 0;
}
.bg-bloco-1 p{
	font-weight: 300;
	font-size: 18px;
	margin-bottom: 50px;	
}
.bg-bloco-2 p,
.bg-bloco-3 p{
	color:#fff;
	margin-top:55px;
}
.bg-bloco-3 p{
	color: #222222;
}
.bg-bloco-4 .bloco-endereco p{
	margin-bottom: 30px;
	text-align: left;
}
.bg-bloco-4 .bloco-endereco p.rua::after{
	content: '';
	margin: 0;
}
.bg-bloco-4 .bloco-endereco p.rua{
	margin-left: 0;
}
.bg-bloco-4 .bloco-endereco p.rua::before{
	content: url("images/ico-local-roxo.png");
	 margin-left: 0;
	margin-right: 18px;
}
.bg-bloco-4 .bloco-endereco p.email::after {
    content: '';
    margin-left: 0;
}
.bg-bloco-4 .bloco-endereco p.email::before {
    content: url("images/ico-email-roxo.png");
    margin-right: 18px;
}
.bg-bloco-4 .bloco-endereco p.tel::after {
    content: '';
    margin-left: 0;
}
.bg-bloco-4 .bloco-endereco p.tel::before {
    content: url("images/ico-tel-roxo.png");
    margin-right: 18px;
}
.titulo-onde-encontrar{
	 margin-top: 115px;
 }
.btn-onde-encontrar{
 	margin-bottom: 107px;
 }
.conheca-produtos,
.conheca-produtos:hover,
.wpcf7-submit,
.wpcf7-submit:hover{

}
.wpcf7-submit,
.wpcf7-submit:hover{

}
.box {
  position:relative;
  //vertical-align: middle;
 // color: #0b7;
 // display: inline-block;
 // height: 60px;
  //line-height: 60px;
  text-align: center;
  transition: 0.5s;
  //padding: 0 20px;
  //cursor: pointer;
  border: 1px solid;
  -webkit-transition:0.5s;
  border-left: 0;
  border-right: 0;
}

.box:hover {
  border: 1px solid;
  border-left: 0;
  border-right: 0;
  //color: #FFF;
}

.box::before, .box::after {
  width: 100%;
  height:100%;
  z-index: 3;
  content:'';
  position: absolute;
  top:0;
  left:0;
  box-sizing: border-box;
  -webkit-transform: scale(0);
  transition: 0.5s;
}

.foo::before {
  border-bottom: 1px solid;
  border-left: 0;
  -webkit-transform-origin: 0 100%;
}

.foo::after {
  border-top: 1px solid;
  border-right:0;
  -webkit-transform-origin: 100% 0%;
}


.bar::before {
  border-bottom: 3px solid #FFF;
  border-left: 3px solid #FFF;
  -webkit-transform-origin: 100% 0%;
}

.bar::after {
  border-top: 3px solid #FFF;
  border-right: 3px solid #FFF;
  -webkit-transform-origin: 0% 100%;
}

.curmudgeon::before {
  border-bottom: 1px solid red;
  border-bottom: 1px solid red;
  border-left: 0;
  -webkit-transform-origin: 0% 100%;
}

.curmudgeon::after {
  border-top: 0;
  border-right: 0;
  -webkit-transform-origin: 50% 50%;
}

.box:hover::after, .box:hover::before {
  -webkit-transform: scale(1);
}

.link {
  line-height: 1em;
  position: absolute;
  bottom: 0;
  right: 20px;
  width: 300px;
  height: 50px;
  font-family: "Open Sans","Roboto",Arial,sans-serif;
  text-align: right; 
}

.link > a {
  text-decoration: none;
  color: #FF0;
}
.titulo-nossos-moveis{
	margin-top: 80px;
	max-width: 100%;
}
.titulo-conheca{
	margin-top: 107px;
	max-width: 100%;
}
.fora-slides-meio-home .bx-wrapper{
	margin-bottom:0;
}
.wpcf7-form .form-group{
	margin-bottom: 30px; 
}
.wpcf7-form .form-group p{
	margin-bottom: 10px; 
}
.wpcf7-submit,
.wpcf7-submit:hover{
	margin-top: 55px !important;
}
.closeSearch .icon{
    text-align: center;
    margin-top: 38px;
}
 .showSearch {
      position: absolute;
      top: 0;
      right: 0;
      border: none;
      border-left: 1px solid rgba(255, 255, 255, 0.1);
      height: 60px;
      width: 80px;
      padding: 0px;
      margin: 0px;
      background: none;
      outline: none;
      -webkit-transition: background 75ms linear 0ms;
      -moz-transition: background 75ms linear 0ms;
      transition: background 75ms linear 0ms;
      display: none; }
      @media screen and (min-width: 768px) {
        .showSearch {
          height: 50px;
          display: block; } }
      @media screen and (min-width: 992px) {
        .showSearch {
          height: 100%;
          width: 90px; } }
      @media screen and (min-width: 1441px) {
         .showSearch {
          width: 110px; } }
    .showSearch:hover {
        background: #28221d !important; }
    .showSearch .icon svg {
        width: 15px; }
    .navbar-form {
      position: relative;
      width: 100%;
      height: 60px;
      padding: 0;
      margin: 0;
      -webkit-transition: -webkit-transform 400ms cubic-bezier(0.3, 0, 0, 1) 0ms;
      -moz-transition: -moz-transform 400ms cubic-bezier(0.3, 0, 0, 1) 0ms;
      transition: transform 400ms cubic-bezier(0.3, 0, 0, 1) 0ms;
      border: none !important;
      box-shadow: none;
      z-index: 10;
      border-top: 1px solid #28221d !important; }
      @media screen and (min-width: 768px) {
       .navbar-form {
          position: absolute;
          top: 0;
          left: 0;
          -webkit-transform: translateY(-201%);
          -moz-transform: translateY(-201%);
          -ms-transform: translateY(-201%);
          -o-transform: translateY(-201%);
          transform: translateY(-201%);
          height: 100%;
          border: none !important; } }
      .navbar-form.showSearchBar {
        -webkit-transform: translateY(0%);
        -moz-transform: translateY(0%);
        -ms-transform: translateY(0%);
        -o-transform: translateY(0%);
        transform: translateY(0%); }
      #navbar-atividades.navbar-form.showSearchBar {
        -webkit-transform: translateY(849%);
        -moz-transform: translateY(849%);
        -ms-transform: translateY(849%);
        -o-transform: translateY(849%);
        transform: translateY(849%); }
       .navbar-form input[type="submit"] {
        position: absolute;
        top: 0;
        right: 0;
        height: 60px;
        width: 60px;
        background: transparent;
        border: none;
        font-size: 1.2rem;
        font-weight: 900;
        color: #fbbc28;
        text-transform: uppercase; }
        @media screen and (min-width: 768px) {
           .navbar-form input[type="submit"] {
            display: none; } }
       .navbar-form .form-group {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        margin: 0px; }
        .navbar-form .form-group .form-control {
          width: 100%;
          border-radius: 0px;
          height: 100%;
          padding: 12px 20px;
          background: #c99874 !important;
          border: none;
          box-shadow: none;
          font-size: 18px;
          font-size: 1.8rem;
          font-weight: 300;
          color: white;
          opacity:0.8 }
          .navbar-form .form-group .form-control::-webkit-input-placeholder {
            color: #5c5754;
            opacity: 1; }
         .navbar-form .form-group .form-control::-moz-placeholder {
            color: #5c5754;
            opacity: 1; }
         .navbar-form .form-group .form-control:-moz-placeholder {
            color: #5c5754;
            opacity: 1; }
          .navbar-form .form-group .form-control:-ms-input-placeholder {
            color: #5c5754;
            opacity: 1; }
          @media screen and (min-width: 768px) {
            .navbar-form .form-group .form-control {
              font-size: 24px;
              font-size: 2.4rem;
              background: #28221d;
              padding: 12px 40px; } }
      .navbar-form .closeSearch {
        position: absolute;
        top: 0;
        right: 0;
        width: 90px;
        height: 100%;
        background: none;
        border: none;
        outline: none;
        padding: 0px;
        display: none; }
        @media screen and (min-width: 768px) {
         .navbar-form .closeSearch {
            display: block; } }
        @media screen and (min-width: 1441px) {
         .navbar-form .closeSearch {
            width: 110px;
            text-align: center;
			cursor: pointer;
             }
            }
        .navbar-form .closeSearch:hover .icon svg {
          -webkit-transform: rotate(180deg);
          -moz-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
          -o-transform: rotate(180deg);
          transform: rotate(180deg); }
.bx-wrapper .bx-viewport{
	background: none;
	border: none;
	box-shadow: none;
	left: 0;
}
.bx-wrapper img{
	margin: 0 auto;
}
.bx-controls-direction{
	display: none;
}
.fora-banner2 .bx-controls {
	display: none;
}
.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto{
	    bottom: -90px;
}
.archive-atividades .bx-wrapper .bx-pager, 
.archive-atividades .bx-wrapper .bx-controls-auto{
	    bottom: 20px;
}
.bx-pager-link {
    background: url(images/elipse-empty.png)no-repeat center center !important;
    width: 23px !important;
    height: 5px !important;
    margin-bottom: 8px !important;
}
.bx-pager-link.active{
 	background: url("images/elipse-full.png")no-repeat center center !important
}
.archive-atividades .bx-pager-link{
 	background: url("images/marcador-carroussel-normal.png")no-repeat center center !important
}
.archive-atividades .bx-pager-link.active{
 	background: url("images/marcador-carroussel-ativo.png")no-repeat center center !important
}
.fora-banner2 .bx-pager.bx-default-pager {
    display: block;
}
.fora-slides-meio-home .bx-pager.bx-default-pager {
	 bottom: 16px;	
}
.bg-bloco-2{
 	background: url("images/bg-sobre-home.jpg")no-repeat center top / cover !important;
 }
.bg-bloco-3{
 	background: url("images/bg-bloco-3.jpg")no-repeat center top / cover !important;
 }
.titulo-vamos-conversar{
	margin-bottom: 88px;		 
}
.bg-bloco-4 .bloco-endereco p.tel{
	margin-bottom: 46px;
}
.btn-vamos-conversar{
	margin-bottom: 76px !important;
}
.fora-banner{
	position: relative;
	max-width: 1600px;
	display: table;
	margin: 0 auto;
}
.fora-pager{
	position: relative;
	margin-top: -650px;
}
.btn-branco,
.btn-branco:hover{
	color: #fff;
	border-top-color: #fff;
	border-bottom-color: #fff;
}
.btn.conheca-wilfama{
	margin: 0 0 45px 0;
}
.bg-bloco-2 .midias{
	margin-bottom: 115px;
}
.bg-bloco-2 .midias a:hover i, 
.bg-bloco-2 .midias a:hover {
    color: #8a525c;
}
.midias-topo img{
	max-width: 20px;
}
#bx-pager{
	position: absolute;
	top: 20%;
	right: 0;
}
#bx-pager li{
	margin: 31px 0;
}
#bx-pager a{
	color: #fff;
	font-size: 15px;
	font-family: 'sansationbold';
	padding: 9.5px;
	padding-left:10.5px;
	padding-right:10.5px;
	text-decoration: none;
}
#bx-pager a.active{
	background: #fbf4b9;
	color: #333333;
	border-radius:50%;
}
.fora-imagem {
    position: relative;
    overflow: hidden;
}
.fora-imagem img{
	width: 100%;
	height: auto;
}
.fora-imagem:hover .mascara{
	opacity:1;
}
.inner {
    display: inline-block;
    position: relative;
    right: -50%;
}
.paisagem img {
    height: 250px;
    width: auto;
    left: -50%;
    position: relative;
    max-width: inherit !important;
}
.btn{
	border-radius:0;
	background: transparent; 
}
.mascara{
    background: rgba(120, 148, 177, 0.6);
    width: 100% !important;
    height: 100% !important;
    position: absolute !important;
    top: 0 !important;
    opacity: 0;
    -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
.mascara a{
	font-size: 18px;
	color: #fff;
	font-style: italic;
	text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    letter-spacing: 3px;
    position: absolute;
    width: 100%;
    text-align: center;
    top: 50%;
    margin-top: -21px;
    text-decoration: none;
}
.no-blog{
	font-size: 12px;
	color: #7894b1;
	font-weight: 600;
	text-transform: uppercase;
	font-family: 'Raleway', sans-serif;
	letter-spacing: 2px;
	background: url("images/linha-no-blog.jpg")no-repeat center left;
	padding-left: 40px;
	margin-top: 17px;
	margin-bottom: -3px;
}
.item-blog-list h2{
	padding-left: 38px;
    line-height: 1.8;
    letter-spacing: 2px;
}
.item-blog-list h2 a,
.titulo-list-blog a{
	font-size: 18px;
	color: #161616;
	text-transform: uppercase;
	text-decoration: none;
}
.fora-texto-sobre-home{
    margin-top: -165px;
    margin-left: 126px;
}
.fora-sobre-home{
    margin-top: 76px;
}
.fora-sobre-home h2{
	font-size: 133px;
	color: #f2e8e3;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 5px;
}
.fora-sobre-home p{
	font-size: 25px;
	color: #161616;
	line-height: 1;
	letter-spacing: 2px;
	text-align: center;
}
.btn-sobre-home,
.wpcf7-submit{
	background: #161616;
	border-radius: 0 !important;
	color: #fff !important;
	font-size: 11px !important;
	text-transform: uppercase !important;
	font-family: 'Raleway', sans-serif;
	font-weight: 500 !important;
	padding: 15px 73px !important;
	letter-spacing: 2px;
}
.wpcf7-submit,
.wpcf7-submit:hover{
	float: right;
	margin-top: 0 !important;
 	margin-bottom: 70px;
 }
 .wpcf7-submit:hover{
 	background: #7894b1 !important;
 }
.btn-sobre-home:hover,
.widget_wysija_cont .wysija-submit:hover{
	background: #7894b1;
	color: #fff;
}
.fora-dados-contato .btn-sobre-home:hover,
.fora-contato-home .wysija-submit:hover{
	background:#d9aa92;
}
.fora-btn{
	display: table;
	margin: 0 auto;
    margin-top: 88px;
    margin-bottom: 133px;
}
.fora-atividades-home h2{
	color: #ced1d7;
	margin-top: 14px;
	font-size: 116px;
}
.fora-subtitulo-ativi-home{
    margin-top: -157px;
    margin-bottom: 135px;
}
.subtitulo-atividades-home{
	font-size: 35px !important;
	color: #161616 !important;
	letter-spacing: 2px !important;
	text-transform: uppercase;
	text-align: left !important;
	padding-left: 182px;
}
.fora-valores-sobre .subtitulo-atividades-home{
    padding-left: 106px;
}
.fora-valores-sobre .fora-subtitulo-ativi-home {
    margin-top: -176px;
}
.image-ativ{
	width: 100%;
	height: auto;	
}
.categoria-ativ-home a{
	font-size: 12px;
	color: #7894b1;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-family: 'Raleway', sans-serif;
	text-decoration: none;
}
.titulo-ativi-home a{
	font-size: 22px;
	color: #161616;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: 400;
}
.titulo-ativi-home{
	line-height: 1;
	letter-spacing: 2px;
}
.ver-mais-ativ-home{
	font-size: 12px;
	color: #161616;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-family: 'Raleway', sans-serif;
	text-decoration: none;
}
.ver-mais-ativ-home:hover{
	color: #7894b1;
	text-decoration: none;
}
.fora-atividades-home{
	background:#f3ebe7; 
	margin-top: 0;
}
.fora-atividades-home .fora-btn{
    margin-top: 142px;
    margin-bottom: 100px;
} 
.fora-titulo-ativ-home{
    margin-top: 15px;
    margin-bottom: 17px;
}
.fora-titulo-ativ-home:before{
	content: url("images/linha-titulo-ativ-home.jpg");
    position: absolute;
    top: 32px;
    left: -27px;
}
.padding-left-none{
	padding-left: 0 !important;
}
.padding-right-none{
	padding-right: 0 !important;
}
.fora-depo-home{
	margin-top: 0;
	padding-bottom: 86px;
}
.fora-depo-home h2{
	margin-top: 40px;
	color: #f2e8e3;
}
.fora-depo-home .subtitulo-atividades-home{
	text-align: left !important;
	margin-left: 0 !important;
	padding-right: 0;
	letter-spacing: 2px !important;
	padding-left: 0;
}
.fora-depo-home .fora-subtitulo-ativi-home {
    margin-top: -178px;
}
.fora-depo-home .fora-subtitulo-ativi-home{
	margin-left: 58px;
}
.fora-carroussel-depo{
	margin-top: 19px;
}
.texto-depo{
    padding-left: 15px;
}
.texto-depo p{
	font-size: 16px;
	font-weight: 300;
	font-family: 'Raleway', sans-serif;
	color: #161616;
	line-height: 25px;
	text-align: inherit;
	margin-bottom: 24px;
}
.texto-depo:before{
    content: url(images/linha-texto-depo-home.jpg);
    position: absolute;
    top: 53px;
    left: -27px;
}
.autor-depo{
	font-size: 16px;
	color: #161616;
	font-weight: 700;
	text-transform: uppercase; 
	padding-left: 15px;
	margin-bottom:0;
}
.cargo{
	font-size: 15px !important;
	font-weight: 400 !important;
	text-transform: uppercase !important;
	padding-left: 15px;
	text-align: left !important;
}
.fora-carroussel-depo img {
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}
.bg-bloco-blog{
	margin-top: -60px;
}
.fora-depo-home{
	display:none !important;
}
.page-template-contato .midias-sociais-contato{
	display: table;
	margin: 82px auto;
}
.fora-contato-home{
	background: #9fbcda;
    margin-top: 120px;
}
.fora-dados-contato p.email:before{
	content: url("images/icons-contato-email.png");	
	margin-right: 34px;
}
.fora-dados-contato p.tel:before{
	content: url("images/icons-contato-tel.png");	
	margin-right: 39px;
}
.fora-dados-contato p.cidade:before{
	content: url("images/icons-contato-local.png");	
	margin-right: 39px;
}
.fora-contato-home h2{
	color: #b7d0e8;
	margin-top: 15px;
	font-size: 98px;
}
.fora-contato-home .subtitulo-atividades-home{
	text-align: left !important;
	padding-left: 0;
}
.fora-contato-home .fora-texto-sobre-home{
	margin-left: 74px;
}
.fora-contato-home .fora-subtitulo-ativi-home {
    margin-top: -143px;
}
.fora-contato-home h3{
	font-size: 27px;
	text-transform: uppercase;
	margin-top: 128px;
	margin-bottom:15px;
}
.fora-contato-home .right h3{
	text-align: center;
}
.fora-contato-home .right p{
	font-size: 16px;
	font-weight: 300;
	text-align: center;
	font-family: 'Raleway', sans-serif;
	color: #161616;
	margin-bottom: 48px;
}
.wysija-paragraph{
	width: 73%;
	float: left;
}
.wysija-paragraph input{
	border-radius:0; 
	border: none;
	font-family: 'Raleway', sans-serif;
	font-size: 14px  !important;
    font-style: italic;
    color: #9fbcda;
    padding: 8.5px 15px !important;
    font-weight: 500;
    letter-spacing: 1px;
}
.wysija-submit{
	width: 27%;
	float: left;
	margin-top: 0 !important;
	border-radius:0 !important;
    padding: 10px !important;
    font-size: 14px  !important;
    font-style: italic;
    font-weight: 400;
    font-family: 'Raleway', sans-serif;
    padding: 13px !important;
    letter-spacing: 1px;
}
.fora-dados-contato .btn-sobre-home{
    margin-top: 46px;
    margin-bottom: 70px;
}
/*Sobre*/
.hsContent{
	position: absolute;
	top: 50%;
}
.bcg.bg-a-socialita{
	height: 627px;
}
.bg-atividades{
	background-attachment:inherit !important;
}
.bg-logo-sobre{
	background: url("images/logo-bg-sobre.png")no-repeat left 53px;
	}
.texto-pagrafo-inicial{
	margin-top: 167px;
}
.texto-pagrafo-inicial p{
	font-size: 25px;
	letter-spacing: 2px;
	line-height: 1;
}
.texto-pagrafo-normal p{
	font-size: 18px;
	font-weight: 300;
  	font-family: 'Raleway', sans-serif;
  	line-height: 25px;
  	letter-spacing: 2px;
}
.bg-logo-sobre .btn-sobre-home{
	margin-bottom: 165px;
    margin-top: 35px;
}
.fora-valores-sobre h2{
	color: #f2e8e3;
	margin-top: -40px;
}
.fora-valores-sobre h3{
	font-size: 21px;
	text-transform: uppercase;
	color: #161616;
	letter-spacing: 2px;
}
.item-valores p{
	font-size: 14px;
	color: #161616;
	font-family: 'Raleway', sans-serif;
	font-weight: 300;
	line-height: 25px;
	text-align: left;
	letter-spacing: 1px !important;
}
.item-excencia h3{
	background: url("images/ico-essencia-sobre.png")no-repeat left center;
	padding-left: 70px;
	line-height: 43px;
}
.item-consiencia h3{
	background: url("images/ico-consiencia-sobre.png")no-repeat left center;
	padding-left: 70px;
	line-height: 43px;
}
.item-auto-estima h3{
	background: url("images/ico-autoestima-sobre.png")no-repeat left center;
	padding-left: 70px;
	line-height: 43px;
}
.item-valores{
	margin-bottom: 70px;
	margin-top: -10px;
}
/*Atividades*/
.fora-sobre-atividades{
	background: #f3ebe7;
}
.fora-sobre-atividades .fora-btn{
	margin-bottom: 100px;
}
.fora-sobre-atividades h2{
	color:#d3d3d8;
}
.fora-carroussel-clientes .bx-wrapper{
	margin-top:108px;
	margin-bottom: 100px;
}
.fora-carroussel-clientes img {
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}
.fora-carroussel-clientes img:hover {
 	-webkit-filter: grayscale(0); /* Safari 6.0 - 9.0 */
    filter: grayscale(0);
}
.categ-list-blog-1{
	display: block !important;
}
/*produtos*/
.archive  header,
.page-template header,
.single-produtos header,
.search header{
	background: transparent;
}
.tax-cat_produto .site-content-contain,
.page-template .site-content-contain,
.single-produtos .site-content-contain,
.container-busca{
	padding-top: 0px;
}
.view-produtos{
	background: #fff !important;
}
.bcg {
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    background-size:cover;
    height: 327px; 
    position: relative;
}
.bcg .mascara{
	background: rgba(0,0,0,0.3) !important;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 1;
}
.hsContainer {
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
   	z-index: 2;
}
.hsContent {
    position: absolute;
    width: 100%;
    text-align: center;
}
.hsContent img{
	margin-top: 212px;
}
.hsContent h1 {
	font-size: 40px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 21px;
	letter-spacing: 2px;
}
.hsContent p{
	font-size: 18px;
	color: #fff;
	margin-top: 17px;
	margin-bottom: 34px;
 	font-family: 'Raleway', sans-serif;
 	letter-spacing:1px;
}
.hsContent a{
	font-size: 20px;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
}
.bg-atividades .hsContent p,
.view-atividades .hsContent p{
	font-size: 20px;
	margin-top: 31px;
	letter-spacing: 1px;
}
.bg-atividades .hsContent h1,
.view-atividades .hsContent h1{
	margin-bottom: 23px;
}
.linha-titulo-branco{
	background: url("images/barra-titulo-branco.jpg")no-repeat center center;
	height: 2px;
}
.linha-titulo-preto{
	background: url("images/linha-titulo-preto.jpg")no-repeat center center;
	height: 2px;
}
.texto-atividades{
	margin-top: 30px;
}
.texto-atividades p{
	font-size: 16px;
	font-weight: 300;
	font-family: 'Raleway', sans-serif;
	line-height: 30px;
	text-align: center;
	letter-spacing: 1px;
}
.bx-wrapper{
	margin-bottom: 0;
}
.categorias-atividades{
	margin: 106px auto -9px;
	display: table;
}
.categorias-atividades li{
	float: left;
}
.categorias-atividades li a{
	font-size: 18px;
	text-decoration: none;
	color: #161616;
	padding-left: 24px;
	padding-right: 24px;
 	cursor: pointer;
 	letter-spacing: 2px;
}
.categorias-atividades li a:hover{
	color: #7894b1;
}
.item-atividades-list:hover .texto-atividade-listagem {
	bottom: 42px;
}
.bloco-list-atividades{
	margin-top:56px;
}
.texto-atividade-listagem{
	position: absolute;
	bottom: -193px;
	width: 100%;
 	bottom: -193px;
 	transition: all 0.5s ease 0s;
}
.texto-atividade-listagem a{
	position: relative;
	display: block;
	margin-top: 0;
}
.texto-atividade-listagem h2,
.texto-atividade-listagem h3{
	margin: 0;
	padding: 0;
}
.texto-atividade-listagem h2{
	margin-bottom: 10px;
}
.texto-atividade-listagem h2 a{
	font-size: 17px;
	color: #fff;
	font-style: normal;
	font-family: inherit;
	font-weight: 700;
}
.texto-atividade-listagem h3 a{
	font-size: 12px;
	font-weight: 600;
	font-family: 'Raleway', sans-serif;
	font-style: normal;
}
.padding-none{
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.item-atividades-list img{
	width: 100%;
	height: auto;
}
h2.categ-view{
	font-size: 90px;
	font-weight:700;
	color:#f3ebe7;
	text-transform: uppercase;
	margin-top: 100px;
	margin-bottom: 0;
	}
h3.titulo-ativ-view{
	font-size: 35px;
	font-weight:400;
	color:#161616;
	text-transform: uppercase;
	padding: 0;
	margin-top: -70px;
	text-align: center;
}
.view-atividades article p{
	font-size: 14px;
	line-height: 25px;
	font-weight: 300;
	font-family: 'Raleway', sans-serif;
	letter-spacing: 1px;
}
.view-atividades article{
	margin-top: 40px;
	border-bottom: solid 1px  #161616;
	margin-bottom: 10px;
	padding-bottom: 32px;
}
.view-atividades article *{
	font-family: 'Raleway', sans-serif;
}
.share p{
	float: left;
	font-size: 12px;
	font-weight: 300;
	color:#161616;
	font-family: 'Raleway', sans-serif;
}
.share a{
	float: left;
	width: 14px;
	height: 13px;
	margin-left: 18px;
	margin-top: 7px;
}
.share a.facebook{
	background: url("images/share-face.png")no-repeat center center;
}
.share a.facebook:hover{
	background: url("images/facebook-over-bege.png")no-repeat center center;
}
.share a.twitter{
	background: url("images/share-twitter.png")no-repeat center center;
}
.share a.twitter:hover{
	background: url("images/twitter-over-bege.png")no-repeat center center / cover;
}
.share a.pinterest{
	background: url("images/share-pint.png")no-repeat center center;
}
.share a.pinterest:hover{
	background: url("images/pinterest-over-bege.png")no-repeat center center;
}
#related_posts{
	margin-top: 64px;
	margin-bottom: 100px;
}
#related_posts > h2{
	font-size: 20px;
	color: #161616;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 24px;
}
.bloco-relacionados{
	margin-top: 32px;
}
/*Blog*/
.post-destaque .mascara{
	opacity:1;
	background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
}
.post-destaque .mascara > div{
	display: table;
 	height: 100%;
}
.texto-hover{
	display: table-cell;
	vertical-align: middle;
}
.post-destaque .mascara a{
	position: inherit;
}
.post-destaque:hover .mascara{
	 background: rgba(120, 148, 177, 0.6) none repeat scroll 0 0;
}
.post-destaque h2{
	text-align: center;
}
.post-destaque .cat-post-destaque{
	margin-bottom: 25px;
}
.post-destaque .cat-post-destaque a,
a.categ-list-blog{
	font-size: 12px;
	font-family: 'Raleway', sans-serif;
	font-style: normal;
	font-weight: 600;
}
.titulo-post-destaque a{
	font-family: inherit;
	font-style: normal;
	font-size: 18px;
}
h2.titulo-post-destaque{
	padding-left: 100px;
	padding-right: 100px;
	padding-top: 0;
	padding-bottom: 0;
	margin-top: 25px;
	line-height: 1.8;
}
.img-post-blog-listagem{
	width:100%;
	height:auto;
}
a.categ-list-blog{
	color:#161616;	
	text-transform: uppercase;
	letter-spacing: 2px;
	padding-right: 15px;
	display: table-cell;
	margin-top: -5px;
}
a.categ-list-blog:hover{
	color: #7894b1;
	text-decoration: none;
}
.titulo-list-blog a{
	font-size: 23px;
}
.titulo-list-blog a:hover{
	color: #ebaf7c;
}
.titulo-list-blog{
	margin-bottom: 3px;
    margin-top: 8px;
    line-height: 1.8;
    letter-spacing: 2px;
}
.data-post{
	color: #393939;
	font-size: 12px;
	font-weight: 400;
	font-family: 'Raleway', sans-serif;
	margin-bottom: 19px;
}
.list-posts article p{
	font-size: 14px;
	font-weight: 300;
	color: #161616;
	font-family: 'Raleway', sans-serif;
	margin-bottom: 33px;
	line-height: 25px;
}
.list-posts article span a{
	color: #7894b1;
	font-weight: 700;
	line-height: 0.01;
	font-size: 25px;
	text-decoration: none;
}
.item-pag-blog-list{
	margin-bottom: 89px;
}
.share p{
	margin-bottom: 0;
}
.pagination.loop-pagination{
	display: table;
	margin: 0 auto;
}
.page-numbers{
	font-size: 15px;
	font-weight: 600;
	font-family: 'Raleway', sans-serif;
	box-shadow:none;
	margin-right: 10px;
}
.page-numbers:hover,
.page-numbers:active,
.page-numbers:focus{
	box-shadow:none !important;
}
.page-numbers.current{
	background: #7894b1;
	border-radius:50%;
	padding: 5px 10px;
	color: #fff;
}
/*Carroussel*/
.null-instagram-feed {
    width: 100%;
    margin-bottom: 0.5em;
    padding-bottom: 1em;
    position: relative;
    overflow-x: hidden;
    white-space: nowrap;
 }
 .null-instagram-feed ul {
    margin: 0;
    padding: 0;
    height: 100%;
    list-style: none;
}
.null-instagram-feed li.carousel-item {
    cursor: pointer;
    display: inline-block;
    margin: 0 0px 0 0;
    padding: 0;
}
.entry-content a img, .widget a img{
	box-shadow: 0 0 0 0 #fff;	
}
.null-instagram-feed{
	padding: 0;
	margin-bottom: 0;
}
#supplementary{
	margin-top: 36px;
}
.conteudo-blog{
	/*margin-top: 77px;*/
	padding-top:0;
}
.sidebar-list-blog .wysija-paragraph{
	width: 100%;
	margin-top: 35px;
	margin-bottom: 15px;
}
.sidebar-list-blog .wysija-paragraph input{
	color:  #161616 !important;
	background: #f2f2f2;
}
.sidebar-list-blog .wysija-submit{
	width: 100%;
}
.sidebar-list-blog .wp-post-image{
	margin-top: 97px;
	margin-bottom: 97px;
}
.sidebar-list-blog h2{
	margin-top: 0 !important;
}
.sidebar-list-blog .search-form{
	margin-top: 31px;
}
.sidebar-list-blog .search-field{
	width: 84%;
	float: left;
	border-radius:0;
	color:  #9c9c9c !important;
	background: #f2f2f2;
	font-size: 14px;
	font-style: italic;
 	padding-bottom: 7px;
    padding-top: 8px;
    border: none;
}
.sidebar-list-blog .search-submit{
	width: 16%;
	float: left;
	background: url("images/ico-btn-busca-2.png")no-repeat center center;
	background-color: transparent;
	border-radius:0;
	padding: 0px;
	height: 38px;
}
.sidebar-list-blog .search-submit:hover,
.sidebar-list-blog .search-submit:focus{
	background: url("images/ico-btn-busca-2.png")no-repeat center center;
}
.sidebar-list-blog ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #9c9c9c;
}
.sidebar-list-blog ::-moz-placeholder { /* Firefox 19+ */
  color: #9c9c9c;
}
.sidebar-list-blog :-ms-input-placeholder { /* IE 10+ */
  color: #9c9c9c;
}
.sidebar-list-blog :-moz-placeholder { /* Firefox 18- */
  color: #9c9c9c;
}
/*Blog view*/
.single-blog{
	margin-top: 90px;
}
.item-blog-view h1{
	font-size: 25px;
	text-align: center;
	line-height: 1;
	text-transform: uppercase;
	font-weight: 700;
	padding: 0 118px;
    margin-top: 25px;
}
.fora-categ-blog-view{
	display: table;
	margin: 0 auto;
	margin-bottom: 29px;
}
.item-blog-view .data-post{
	text-align: center;
    margin-bottom: 25px;
}
.item-blog-view article *{
	color: #161616;
	line-height: 25px;
	font-family: 'Raleway', sans-serif;
}
.item-blog-view article p{
	font-weight: 300;
	color: #161616;
	line-height: 25px;
	font-family: 'Raleway', sans-serif;
	letter-spacing: 1px;
}
.item-blog-view article h2,
.item-blog-view article h2 strong{
    font-family: 'Playfair Display', serif;
    font-weight:300;
    font-size:18px;
}
.item-blog-view .fora-imagem{
	margin-bottom: 27px;
}
.post-anterior,
.post-seguinte{
 	margin-bottom: 74px;
	margin-top: 200px;
 }
.post-anterior p,
.post-seguinte p{
	font-family: 'Raleway', sans-serif;
	font-size: 12px;
	color: #7894b1;
	text-transform: uppercase;
	margin-bottom: 0;
	transition: all 0.2s linear 0s;
	-ms-transition: all 0.2s linear 0s;
	-webkit-transition: all 0.2s linear 0s;
	font-weight: 600;
	letter-spacing: 2px;
}
.post-anterior:hover a,
.post-seguinte:hover a{
	color: #161616;
	transition: all 0.2s linear 0s;
	-ms-transition: all 0.2s linear 0s;
	-webkit-transition: all 0.2s linear 0s;
	text-decoration: none;
}
.post-anterior:hover p{
	background: url("images/linha-rosa.jpg")no-repeat left center;
	margin-right: 7px;
	color:#f3ebe7;
}
.post-seguinte:hover p{
	background: url("images/linha-rosa.jpg")no-repeat right center;
	margin-left: 7px;
	color:#f3ebe7;
}
.post-anterior:hover  a{
	margin-left: 15px;
}
.post-seguinte:hover  a{
	margin-right: 15px;
}
.post-anterior  a{
	margin-left: 37px;
}
.post-seguinte a{
	margin-right: 42px;
}
.post-anterior p{
	background: url("images/linha-azul-claro.jpg")no-repeat left center;
	padding-left:40px;
	margin-right: 25px;
	transition: all 0.2s linear 0s;
	-ms-transition: all 0.2s linear 0s;
	-webkit-transition: all 0.2s linear 0s;
}
.post-seguinte p{
	background: url("images/linha-azul-claro.jpg")no-repeat right center;
	padding-right:40px;
	margin-left: 25px;
	transition: all 0.2s linear 0s;
	-ms-transition: all 0.2s linear 0s;
	-webkit-transition: all 0.2s linear 0s;
}
.post-anterior a:FIRST-CHILD {
	color: #fff;
}
.post-anterior a,
.post-seguinte a{
	font-size: 18px;
	color: #161616;
	text-transform: uppercase;
	float: left;
	transition: all 0.2s linear 0s;
	-ms-transition: all 0.2s linear 0s;
	-webkit-transition: all 0.2s linear 0s;
}
.post-seguinte{
	text-align: right;
}
.post-seguinte a{
	float: right;
}
.single-blog #related_posts > ul{
	margin-top: 32px;
}
.single-blog .borda-texto{
	border-bottom: solid 1px #161616;
	height: 1px;
	margin-top: 55px;
	margin-bottom: 15px;
}
.tags-view{
    margin-top: 5px;
}
.tags-view li{
	float: left;
}
.tags-view a{
	font-size: 10px;
	text-transform: uppercase;
	font-weight: 400;
	color: #161616;
	font-family: 'Raleway', sans-serif;
	letter-spacing: 1px;
}
.tags-view a:hover{
	color: #f3ebe7;
	text-decoration: none;
}
.tags-view a::after {
    color: #161616;
    content: ", ";
    margin-left: 0;
    margin-right: 5px;
}
.tags-view li:last-child a::after {
    content: "";
}
.single-blog .share{
	margin-bottom: 30px;
}
/*Contato*/
.pg-contato{
	background: #fff !important;
}
.pg-contato h2,
h2.atividades-que-desenvolvemos,
h2.siga-instagram{
	font-size: 30px;
	color: #161616;
	line-height: 1;
	margin-top: 36px;
	margin-bottom: 34px;
	margin-top: 98px;
	letter-spacing: 2px;
}
h2.siga-instagram{
	text-transform: uppercase;
	font-size: 20px;
}
.sidebar-list-blog h2{
	line-height: 1.2;
}
.texto-sinta-se-a-vontate{
	font-size: 16px;
	color: #161616;
	line-height: 30px;
  	font-family: "Raleway",sans-serif;
  	text-align: center;
  	margin-top: 31px;
  	margin-bottom: 116px;
  	letter-spacing: 1px;
}
p.sub-titulo-contato,
p.tel-contato{
	font-size: 18px;
	font-weight: 500;
	font-family: "Raleway",sans-serif;
	color: #161616;
	letter-spacing: 1px;
}
p.tel-contato{
	font-weight: 300;
	margin-bottom: 118px;
}
p.sub-titulo-contato{
	margin-bottom: 0;
    margin-top: 16px;
}
.fora-form-contato{
	background: #f3ebe7;
}
.fora-message{
	margin-top: 20px
}
.wpcf7 ::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #161616;
}
.wpcf7 :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:     #161616;
   opacity:  1;
}
.wpcf7 ::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:     #161616;
   opacity:  1;
}
.wpcf7 :-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #161616;
}
.wpcf7-form input:focus::-moz-placeholder, .wpcf7-form textarea:focus::-moz-placeholder {
    /*color: #b01817;*/
}
.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"], .wpcf7 textarea {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: currentcolor currentcolor #363636;
    border-image: none;
    border-radius: 0;
    border-style: none none solid;
    border-width: medium medium 1px;
    font-size: 14px;
    font-weight: 300;
    padding-left:15px;
    padding-right:15px;
    padding-bottom: 7px;
    font-family: "Raleway",sans-serif;
    font-style: italic;
    border: none;
}
.wpcf7 input:focus, .wpcf7 textarea:focus {
   /* border-bottom: 2px solid #b01817;
    color: #b01817;
    font-weight: 600;*/
}
.wpcf7-form{
	margin-top: 78px;
}
.wpcf7 textarea {
   height: 110px;
}
.scroll::-webkit-scrollbar {
   display: none;
 }
.fora-dados-contato{
	margin-top: -71px;	
}
.fora-dados-contato p{
	font-size: 14px;
	font-style: italic;
	font-family: 'Raleway', sans-serif;
    color: #161616;
    margin-bottom: 9px;
    text-align: inherit;
}
.fora-dados-contato h2{
	font-size: 18px;
	font-weight: 600;
    margin-top: 5px;
    margin-bottom: 10px;
    margin-left: 29px;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 2px;
}
h2.fale-conosco,
h2.entre-em-contato{
	margin-top: 17px;
}
.fora-siga-a-wilfama{
	background: #eee;
}
.fora-ico{
	border-right: solid 1px #fff;
	line-height: 90px;
}
.midias-contato{
	margin-top: 119px;
	margin-bottom: 110px;	
}
.midias-contato a{
	width: 51px;
	height: 51px;
	display: inline-block;
	background-image: url("images/ico-midia-contato.png");
	background-position-y: -2px;
	margin-right: 73px;
}
.midias-contato a.face{
	background-position-x: -2px;
}
.midias-contato a.insta{
	background-position-x: -126px;
}
.midias-contato a.twitter{
	background-position-x: -250px;
}
.midias-contato a.youtube{
	background-position-x: -374px;
}
.midias-contato a.linkedin{
	background-position-x: -500px;
}
.midias-contato a.gplus{
	background-position-x: -623px;
	margin-right: 0;
}
.img-siga{
	margin-top:79px; 
}
.assinatura{
	margin-bottom: 26px;
}
/*Onde encontrar*/
.fora-image-revendas{
	overflow: hidden;
}
.fora-image-revendas,
.fora-image-revendas .paisagem img {
	height: 230px;
}
.item-revenda{
	margin-bottom:30px;
}
.item-revenda h2{
	font-size: 20px;
	color: #1d2861;
	margin-top: 13px;
	margin-bottom: 21px;
	font-family: 'sansationbold';
}
.item-revenda p{
	font-size: 15px;
	color: #777;
	line-height: 1;
}
.item-revenda p.site a,
.item-revenda p.tel{
	color: #1d2861;
	margin-bottom: 0;
}
.item-revenda p.site{
	margin-bottom: 3px;
}
/*.fora-select-estados{
	margin-bottom: 30px;
	padding: 5px;
	-webkit-box-shadow: inset -1px 2px 4px 0px rgba(0, 0, 0, 0.25);
	-moz-box-shadow:    inset -1px 2px 4px 0px rgba(0, 0, 0, 0.25);
	box-shadow:         inset -1px 2px 4px 0px rgba(0, 0, 0, 0.25);
}
.customSelectInner {
    background:url("images/seta-select-uf.png") no-repeat scroll right center;
    width: 100% !important;
    border-radius: 5px;
    font-size: 15px;
	color: #777777;
	padding: 11px 30px;
}
.customSelect{
	width: 100%;
	border-radius: 10px;
	background: #fff;
	padding-right: 30px;
}
.bg-select {
    background-color: #fff !important;
}
select{
	height: 53px !important;
	-webkit-box-shadow: inset -1px 2px 4px 0px rgba(0, 0, 0, 0.25);
	-moz-box-shadow:    inset -1px 2px 4px 0px rgba(0, 0, 0, 0.25);
	box-shadow:         inset -1px 2px 4px 0px rgba(0, 0, 0, 0.25);
}
option:HOVER{
	background: #1d2860;
}*/
.nice-select .option{
	font-size: 15px;
	color: #777777;
}
.nice-select,
ul.list{
	width: 100%;
	-webkit-box-shadow: inset 2px 2px 10px 0px rgba(50, 50, 50, 0.25);
	-moz-box-shadow:    inset 2px 2px 10px 0px rgba(50, 50, 50, 0.25);
	box-shadow:         inset 2px 2px 10px 0px rgba(50, 50, 50, 0.25);
	border-radius:0 !important; 
	border: none;
}
ul.list{
	-webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
}
.nice-select .option:hover{
	background: #1d2860;
	color: #fff;
}
.nice-select .option.selected{
	color: #777;
}
p.frase-onde-encontrar{
	color: #777;
}
div.wpcf7-mail-sent-ok {
    border: 2px solid green;
    color: green;
}
div.wpcf7-validation-errors{
	border: 2px solid red;
    color: red;
}
.site-footer{
	/*background: #161616;*/
	background-color: #000;
}
.site-footer h2 {
    color: #fff;
    font-size: 17px;
    font-weight: 400;
    margin-bottom: 20px;
    margin-top: 83px;
    text-transform: uppercase;
}
.logo-footer {
    margin-bottom: 20px;
    max-width: 100%;
    height: auto;
}
footer .fora-logo{
	border-right: solid 1px #fff;
	height: 127px;
	margin-top: 50px;
    width: 94px;
}
footer .bloco-endereco{
	margin-top: 79px;
    padding-left: 0px;
}
footer .bloco-endereco p{
	font-size: 14px;
	color: #fff;
	font-weight: 300;
	font-style: italic;
	font-family: 'Raleway', sans-serif;
	line-height: 1;
	margin-bottom: 18px;
}
footer .facebook{
	margin-top: 50px;
	float: right;
}
footer .bloco-endereco h2{
	text-align: right;
}
.midias-footer .fa {
    font-size: 37px;
    color: #fff;
    display: inline;
    padding: 0 11px;
}
.midias-footer  a:hover i,
.midias-footer  a:hover {
	color: #bb804e;
	text-decoration: none;
}
.bloco-endereco p.rua{
	display: flex;
	margin-left: 31px;
}
.bloco-endereco p.rua:after{
	content: url("images/ico-local.png");
	margin-left: 18px;
	margin-top: 10px;
}
.bloco-endereco p.email:after{
	content: url("images/ico-email.png");
	margin-left: 18px;
}
.bloco-endereco p.tel:after{
	content: url("images/ico-tel.png");
	margin-left: 18px;
}
.assinatura{
	margin-top: 18px;
}
.sidebar-list-blog .wp-post-image{
	width: 100%;
	height: auto;
}
#mailpoet_form_1 .mailpoet_submit {
	background-color: #393939;
	height: 38px;
	border-radius: 0;
	color: #fff !important;
	font-weight: 400;
}
.mailpoet_paragraph input{
	height: 38px;
 	border-radius: 0;
 	color: #9c9c9c !important;
 	background: #f2f2f2;
 	font-size: 14px;
 	border: 0;
}
.post-destaque{
	/*display:none	*/
}
@media screen and (min-width: 1600px) {
	.bloco-categ-home{
		max-width: 1600px;
		display: table;
		margin: 0 auto;
	}
}
@media screen and (min-width: 1158px) {
	.container{
  		width: 1158px;
  		padding-left: 30px;
  		padding-right: 30px;
  	}
 }
 @media screen and (max-width: 1158px) {
	 .logo{
	 	width: 216px;
	 	padding-right: 15px;
	 }
	 .logo img{
	 	width: 100%;
	 	height: auto
	 }
	 .bloco-categ-home li div h2 a{
	 	font-size: 45px;
	 }
	 .fora-banner{
		display: inherit;
	}
	.bg-bloco-blog {
    	margin-top: -20px;
	}
	.fora-sobre-home h2 {
    	font-size: 119px;
	}
	.widget_wysija_cont .wysija-submit {
	    padding-left: 12px !important;
	}
	.nav > li   a{
		padding-left: 22px;
		padding-right: 22px;
	}
	#navbar{
		padding: 0;
		/*float: none;*/
	}
	.tax-cat_produto .site-content-contain, .page-template .site-content-contain, .single-produtos .site-content-contain {
    	padding-top: 162px;
	}
	.logo-footer {
		max-width: 100%;
	}
	.bloco-endereco p.rua{
	    margin-left: 135px;
	}
	.categ-single, .categ-single:hover{
		margin-top: 120px;
	}
	.btn-pag-sobre{
		display:table;
		margin:0 auto;
	}
 }
  @media screen and (max-width: 991px) {
  	 .logo {
    	width: 165px;
  	 }
  	 .nav > li >  a{
 	    padding-left: 6px;
 	    padding-right: 6px;
  	 }
  	 .titulo-nossos-moveis{
  	 	margin-top: 0;
  	 }
  	 .titulo-vamos-conversar{
  	 	margin-top:0px;
  	 }
  	 .titulo-conheca,
  	 .titulo-vamos-conversar{
  	 	margin-top: 50px;
  	 }
  	 .bloco-endereco p.rua {
    	margin-left: 0px;
	}
	.titulo-detalhes-prod,
	.titulo-dimensoes-prod,
	.titulo-oque-fazemos-sobre,
	.sobre-titulo-nossa-historia,
	.titulo-cta-sobre,
	.img-siga{
		max-width: 100%;
	}
	.midias-contato a{
	    margin-right: 28px;
	}
	.bg-bloco-blog {
    	margin-top: 20px;
	}
	.fora-sobre-home h2 {
    	font-size: 100px;
	}
	.subtitulo-atividades-home {
    	font-size: 30px !important;
        margin-bottom: 0px;
   		margin-top: 110px;
	}
	.fora-contato-home h2{
		font-size: 89px;
	}
	.wysija-paragraph {
    	width: 70%;
	}
	.wysija-submit {
    	width: 30%;
	}
	footer .facebook{
		float: none;
	}
	.widget_wysija_cont .wysija-submit {
    	padding-left: 8px !important;
	}
	.categorias-atividades li a{
		padding-left: 18px;
		padding-right: 18px;
	}
	.fora-atividades-home .subtitulo-atividades-home{
	    padding-left: 40px;
	}
	.fora-valores-sobre .subtitulo-atividades-home {
    	padding-left: 65px;
	}
	.item-valores h3{
		padding-left: 47px;
	}
	h2.titulo-post-destaque{
	    padding-left: 0px;
    	padding-right: 0px;
	}
	.titulo-list-blog a {
    	font-size: 17px;
	}
	a.categ-list-blog {
    	font-size: 9px;
	}
	.list-posts article p{
	    font-size: 12px;
	    line-height: 1.5;
	}
  }
 @media screen and (max-width: 767px) {
 	.navbar-collapse{
	    margin-top: 72px;
 	}
 	.navbar-toggle .icon-bar{
		background: #161616;
	} 
	.navbar-toggle{
	    margin-top: 20px;
	}
	.nav > li   a{
	    padding: 10px;
	    color: #161616;
	}
	.titulo-banner {
    	font-size: 5vw;
	}
	.logo{
		position: relative;
	    z-index: 1;
	}
	.logo img{
		margin: 19px 0;
	}
	.categ-banner{
		margin-bottom: 5px;
	    margin-top: 5px;
	}
	.fora-texto-banner .btn-ver-mais{
		margin-bottom: 5px;
	}
	.fora-sobre-home h2 {
    	font-size: 23vw;
	}
	.fora-atividades-home h2{
		font-size: 11vw;
	}
	.fora-depo-home h2 {
    	font-size: 14vw;
	}
	.fora-texto-sobre-home {
	    margin-top: -104px;
	    margin-left: 20px;
	}
	.subtitulo-atividades-home{
	    margin-top: 84px;
	}
	.container-sobre .fora-atividades-home .subtitulo-atividades-home{
	    margin-top: 81px;
	}
	.titulo-ativi-home a,
	.item-blog-list h2 a, 
	.titulo-list-blog a {
    	font-size: 12px;
	}
	.ver-mais-ativ-home {
    	font-size: 8px;
	}
	.item-blog-list h2{
		padding-top: 0;
	}
	.categoria-ativ-home a,
	.no-blog {
    	font-size: 8px;
	}
	.fora-titulo-ativ-home {
    	margin-top: 5px;
	}
	.fora-titulo-ativ-home:before{
		top: 17px;
	}
	.fora-atividades-home .bxslider > li{
		min-height: 100px !important;
	}
	.btn-sobre-home{
		padding-left: 10px !important;
		padding-right: 10px !important;
	}
	.subtitulo-atividades-home {
    	font-size: 12px !important;
	}
	.fora-contato-home h2 {
    	font-size: 15vw;
	}
	.fora-contato-home .fora-texto-sobre-home {
    	margin-left: 42px;
	}
	.fora-contato-home .fora-subtitulo-ativi-home {
   		margin-top: -112px;
	}
	.fora-dados-contato p.email:before{
		margin-right: 10px;
	}
	.fora-subtitulo-ativi-home{
    	margin-bottom: 60px;
	}
	.fora-contato-home .fora-subtitulo-ativi-home{
	    margin-bottom: 107px !important;
	}
	.fora-dados-contato p.tel:before,
	.fora-dados-contato p.cidade:before{
	    margin-right: 14px;
	}
	.fora-contato-home h3{
	    margin-top: -18px;
	}
	.facebook iframe,
	._2p3a{
		width: 100% !important;
	}
	.fora-btn{
		margin-bottom: 0;
	}
	.banner-image{
		background-size:cover !important 
	}
	.navbar-form input[type="submit"]{
		top: -98px;
	}
	.navbar-form .closeSearch{
		display: block;
		top: -37px; 
	}
	.navbar-form {
          position: absolute;
          top: -800px;
          left: 0;
          -webkit-transform: translateY(-201%);
          -moz-transform: translateY(-201%);
          -ms-transform: translateY(-201%);
          -o-transform: translateY(-201%);
          transform: translateY(-201%);
          height: 100%;
          border: none !important; 
     } 
     .navbar-form.showSearchBar {
          position: absolute;
          top: 0;
          left: 0;
          -webkit-transform: translateY(0%);
          -moz-transform: translateY(0%);
          -ms-transform: translateY(0%);
          -o-transform: translateY(0%);
          transform: translateY(0%);
          height: 100%;
          border: none !important; 
     } 
     .navbar-form.showSearchBar input[type="text"]{
      	height: 50px;
     }
     .navbar-form.showSearchBar .closeSearch{
     	top: -21px;
     }
    #navbar{
    	float: none;
    }
    .fora-imagem img{
    	width: 100%;
    	height: auto;
    }
    .fora-sobre-home .fora-btn{
    	margin-bottom: 100px;
    }
    .fora-atividades-home .subtitulo-atividades-home{
   	    padding-left: 32px;
    }
    .fora-depo-home .subtitulo-atividades-home{
   	    margin-top: 151px;
    }
    footer .fora-logo{
    	width: 75px;
    }
    footer .bloco-endereco{
    	padding-left: 48px;
    }
    .hsContent h1 {
    	font-size: 8vw;
    }
    .hsContent p{
    	font-size: 5vw;
    }
    h2.categ-view {
    	font-size: 12vw;
    }
    h3.titulo-ativ-view {
    	font-size: 6vw;
   	    margin-top: -27px;
    }
    .fora-valores-sobre h2{
   	    font-size: 16vw;
    }
    .fora-valores-sobre .subtitulo-atividades-home {
    	margin-top: 142px;
	}
	.fora-valores-sobre .fora-sobre-home p {
    	font-size: 3vw !important;
	}
	.fora-valores-sobre .subtitulo-atividades-home {
    	padding-left: 20px;
	}
	.item-pag-blog-list img{
	    margin-bottom: 13px;
	}
	.item-blog-view h1{
		padding: 0;
	}
	.post-anterior, .post-seguinte{
		margin-top: 20px;
	}
	.wpcf7-submit {
	    padding: 15px 10px !important;
	    width: 100%;
	}
	.form-group.pull-right{
		float: none !important;
	}
 	/*.site-header{
 		background: #fff;
 	}
  	.logo {
    	width: 210px;
	} 
	.fora-banner{
		margin-top: 120px;
	}
	.navbar-toggle{
	    margin-top: 45px;
	}
	.navbar-toggle .icon-bar{
		background: #161616;
	} 
	.site-footer{
		padding-bottom: 20px;
	}
	#bx-pager{
		display: none;
	}
	.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse{
		background: transparent;
		max-height: inherit;
	}
	.hsContent img,
	.fora-titulo-list-prod img{
		max-width: 100%;
	}
	.faixa-cinza-prod{
		display: none;
	}
	.dropdown-menu li a,
	.dropdown-menu li a:hover{
		background: transparent;
		color: #fff;
	}
	.dropdown-menu{
		min-width: inherit;
	}
	.dropdown-menu li{
		display: inherit;
	}
	#navbar {
    	float: none;
   	    margin-top: 120px;
	}
	.nav > li a {
    	padding: 10px 6px;
	}
	.categ-single, .categ-single:hover {
	    margin-top: 10px;
	    margin-bottom: 0;
	}
	.titulo-single-prod{
		margin-top: 0 !important;
	}
	.titulo-detalhes-prod, .titulo-dimensoes-prod{
		margin-top: 0;
	}
	.altura,
	.largura,
	.profundidade{
	    background: transparent;
    	padding-left: 0;
	}
	.box-dimensoes{
		padding-left: 20px;
	}
	.bloco-dimensoes {
    	margin-top: 0px;
	}
	.box-dimensoes p{
		padding-left: 0;
	}
	.box-dimensoes p span{
	    margin-top: 24px;
    	margin-left: 10px;
	}
	.sobre-titulo-nossa-historia,
	.titulo-oque-fazemos-sobre {
	    margin-top: 50px;
	    margin-bottom: 32px;
	}
	.fora-dados-contato h2,
	.fora-dados-contato p{
		margin-left: 0;
	}
	.img-siga {
    	margin-top: 50px;
	}
	.midias-contato{
	    margin-top: 50px;
    	margin-bottom: 50px;
	}
	.logo-footer{
		text-align: center;
	}
	.bottom-footer a.pull-right{
	    float: none !important;
	    display: table;
        margin: 10px auto 0;
	}
	.logo-footer img {
    	max-width: 100% !important;
    	width: auto;
	}
	.mapa-site-footer li{
		width: 100%;
	}
	.mapa-site-footer li a{
		text-align: center;
	}
	.list-posts .fora-item-revenda{
		border-bottom: solid 1px #ccc;
	}
	.list-posts .fora-item-revenda.ultimo{
		border-bottom: 0;
    	padding-bottom:0px;
	}
	.item-revenda h2{
		margin-top: 24px;
	}
	.fora-imagem{
		height:auto;
	}
	.right-view-blog figure{
		width:100% !important;
	}
	.fora-prev, .fora-next{
		text-align: center;
	}
	.fora-next{
		margin-bottom: 25px;
    	margin-top: 0 !important;
	}
	.fora-imagem-view,
	.fora-imagem-view .paisagem img{
		height: auto;
	}
	.fora-imagem-view .paisagem img{
		width: 100%;
	}
	.fora-img-quadrada{
	    position: inherit;
	    top: 10px;
	    right: 0;
	}
	.fora-img-quadrada img{
	    width: 100%;
    	height: auto;
	}
	h2.titulo-caract{
		text-align: center;
	}
	.text-representacoes{
		width: 100%;
	}
	.fora-icons.pull-left,
	.medidas.pull-left{
		float: none !important
	}
	.fora-icons p{
		display: inline-block;
	}
	.fora-dimensoes{
		padding-left: 10px;
		padding-right: 10px;
	}
	.fora-dimensoes .codigo{
	    display: table;
    	margin: 0 auto;
    	padding:0;
	}
	.fora-dimensoes .medidas{
	 	display: table;
    	margin: 0 auto;
	}
	.codigo-ico{
		display: none !important;
	}
	.altura-ico,
	.largura-ico,
	.profundidade-ico{
		margin:0 9%;
	}
	.altura,.largura,.profundidade{
		display: inline-flex;
		margin: 2px !important;
    	padding: 0 !important;
	}
	.fora-header-interno{
		overflow-x:hidden;	
	}
	.navbar-toggle{
		margin-top: 10px;
	}
	.bg-nossa-historia{
		background-image: none;
	}*/
 }