/*!
Theme Name: aldeia
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: aldeia
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

aldeia is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> 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
	 ========================================================================== */

/**
 * 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: #45424d;
	font-family: "Figtree", 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: #4169e1;
}


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
--------------------------------------------------------------*/


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

/* Alignments
--------------------------------------------- */
a {
	text-decoration: none;
	transition: all .2s;
}
body {
	overflow-x: hidden;
}
.page-template-template-quem-somos div.circulo {
	position: absolute;
	top: 20%;
	right: 13%;
	width: 880px;
	height: 880px;
	background: url(assets/images/grafismo_002.svg) no-repeat 0 0;
	background-size: 100%;
	animation: spin 60s linear infinite;
	z-index: -1;
}
.page-template-template-quem-somos div.desenho {
	position: absolute;
	top: 40%;
	right: 13%;
	width: 550px;
	height: 550px;
	background: url(assets/images/arte_quem_somos.svg) no-repeat 0 0;
	background-size: 100%;
	animation: foo 30s linear infinite;
	z-index: -1;
}
.page-template-template-clientes div.circulo {
	position: absolute;
	top: 0%;
	right: 13%;
	width: 880px;
	height: 880px;
	background: url(assets/images/grafismo_002.svg) no-repeat 0 0;
	background-size: 100%;
	animation: spin 60s linear infinite;
	z-index: -1;
}
.page-template-template-clientes div.desenho {
	position: absolute;
	top: 25%;
	right: 13%;
	width: 550px;
	height: 550px;
	background: url(assets/images/arte_clientes.svg) no-repeat 0 0;
	background-size: 100%;
	animation: foo 60s linear infinite;
	z-index: -1;
}
.tax-projetos div.circulo {
	position: fixed;
	top: -40%;
	right: -10%;
	width: 880px;
	height: 880px;
	background: url(assets/images/grafismo_002.svg) no-repeat 0 0;
	background-size: 100%;
	animation: spin 60s linear infinite;
	z-index: -1;
}
.tax-projetos div.desenho {
	position: absolute;
	top: 15%;
	right: 10%;
	width: 550px;
	height: 550px;
	background: url(assets/images/arte_contato.svg) no-repeat 0 0;
	background-size: 100%;
	animation: foo 60s linear infinite;
	z-index: -1;
}
.page-template-template-contato div.circulo {
	position: absolute;
	top: -40%;
	right: -10%;
	width: 880px;
	height: 880px;
	background: url(assets/images/grafismo_002.svg) no-repeat 0 0;
	background-size: 100%;
	animation: spin 60s linear infinite;
	z-index: -1;
}
.page-template-template-contato div.desenho {
	position: absolute;
	top: 15%;
	right: 10%;
	width: 550px;
	height: 550px;
	background: url(assets/images/arte_contato.svg) no-repeat 0 0;
	background-size: 100%;
	animation: foo 60s linear infinite;
	z-index: -1;
}
.page-template-template-servicos div.circulo {
	position: absolute;
	top: -40%;
	right: -10%;
	width: 880px;
	height: 880px;
	background: url(assets/images/grafismo_002.svg) no-repeat 0 0;
	background-size: 100%;
	animation: spin 60s linear infinite;
	z-index: -1;
}
.page-template-template-servicos div.desenho {
	position: absolute;
	top: 15%;
	right: 10%;
	width: 550px;
	height: 550px;
	background: url(assets/images/arte_contato.svg) no-repeat 0 0;
	background-size: 100%;
	animation: foo 60s linear infinite;
	z-index: -1;
}
.page-template-template-categoria-servicos div.circulo {
	position: absolute;
	top: -40%;
	right: -10%;
	width: 880px;
	height: 880px;
	background: url(assets/images/grafismo_002.svg) no-repeat 0 0;
	background-size: 100%;
	animation: spin 60s linear infinite;
	z-index: -1;
}
.page-template-template-categoria-servicos div.desenho {
	position: absolute;
	top: 15%;
	right: 10%;
	width: 550px;
	height: 550px;
	background: url(assets/images/arte_contato.svg) no-repeat 0 0;
	background-size: 100%;
	animation: foo 60s linear infinite;
	z-index: -1;
}



@keyframes spin{
	from{transform:rotate(0deg)}
	to{transform:rotate(360deg)}	
}

@keyframes foo {
  0% {
    -webkit-transform:scale(.5);
  }
  50% {
    -webkit-transform:scale(1);
  }
  100% {
    -webkit-transform:scale(.5);
  }
 
}

.logo {
	display: block;
	transition: all .2s;
}
.btn-laranja {
	width: 280px;
	display: inline-block;
	background-color: #f84b1d;
	height: 60px;
	line-height: 60px;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	border-radius: 30px;
	font-weight: bold;
	font-size: 16px;
	letter-spacing: 3px;
	transition: all .2s;
}
	.btn-laranja:hover {
		transform: scale(1.05);
	}

.site-header {
    max-width: 1340px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 30px;
    z-index: 3;
    padding-bottom: 20px;
}
	.home .site-header {
	    position: absolute;
	    left: 0;
	    right: 0;
	    margin-left: auto;
	    margin-right: auto;		
	}
.site-header,
.wrap,
.site-info {
	max-width: 1340px;
	margin: 0 auto;
	position: relative;
}
.wrap1180 {
	max-width: 1180px;
	margin: 0 auto;
}
.home .logo-internas {
	display: none;
}
.home .logo-internas {
	display: none;
}
body:not(.home) .logo-internas {
	display: block;
}
body:not(.home) .logo-home {
	display: none;
}
#nav-icon1 {
  width: 40px;
  height: 20px;
  position: absolute;
  right: 0;
    top: 50%;
    margin-top: -5px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  z-index: 9;
}

#nav-icon1 span {
	display: block;
	position: absolute;
	height: 4px;
	width: 100%;
	background: #fff;
	border-radius: 9px;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}
body:not(.home) #nav-icon1 span {
	background: #45424d;
}
#nav-icon1 span:nth-child(1) {
	top: 0px;
}

#nav-icon1 span:nth-child(2) {
	top: 10px;
}

#nav-icon1 span:nth-child(3) {
	top: 20px;
}

#nav-icon1.open span:nth-child(1) {
	top: 10px;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
}

#nav-icon1.open span:nth-child(2) {
	top: 10px;
	opacity: 0;
	left: -40px;
}

#nav-icon1.open span:nth-child(3) {
	top: 10px;
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
	transform: rotate(-135deg);
}
#site-navigation {
	display: none;
}
#site-navigation {
	background-color: rgba(10, 14, 26, .95);
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 2;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: end;
}
	#site-navigation.hidden {
		display: none;
	}
	#site-navigation ul {
	    list-style: none;
	    margin: 0;
	    padding: 0;
	}
	#primary-menu .sub-menu {
	    display: none;
	    flex-direction: column;
	}
    	#primary-menu .sub-menu li a {
    	    color: gray;
            font-size: 22px;
            margin: 0 20px;    	    
    	}
    	.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: -60px;
            top: 50%;
            margin-top: -9px;
    	}
	#primary-menu li {
		text-align: center;
	}
	#primary-menu a {
		color: #fff;
		font-size: 36px;
		font-weight: bold;
	}
	#primary-menu .current-menu-item a,
	#primary-menu a:hover {
		color: #f8981d;
		text-decoration: none;
	}
    #primary-menu .menu > li {
      display: block;
    }
    
    #primary-menu .sub-menu {
      display: none;
    }
    
    #primary-menu .active > .sub-menu {
      display: block;
    }	
#site-navigation .social {
	display: flex;
	z-index: 3;
	position: relative;
	list-style: none;
	margin-top: 70px ;
}
	.social li {
		margin: 0 10px;
		transition: all .2s;
	}
		.social li:hover {
			transform: scale(1.1);
		}
.colunas {
	display: flex;
}
.col-img {
	flex-shrink: 0;
}
.banner-home {
	height: 820px;
}
	.banner-home .slick-slide {
		height: 820px;
	}
		.banner-home .wrap-texto {
			max-width: 940px;
			margin: 0 auto;
			position: relative;
			top: 50%;
			transform: translateY(-30%);			
		}
	.banner-home h1 {
		font-size: 130px;
		color: #fff;
		line-height: .8;
		margin: 0;
		position: relative;
		left: -10px;
		margin: 30px 0 40px 0;		
	}
	.banner-home h2 {
		font-size: 18px;
		color: #fbc91a;
		text-transform: uppercase;
		line-height: 1;
		letter-spacing: 5px;
	}
	.banner-home p {
		font-size: 18px;
		color: #fff;
	}
	.banner-home .slick-arrow {
		width: 22px;
		height: 62px;
		position: absolute;
		top: 50%;
		z-index: 1;
		padding: 0;
		text-indent: -9999px;
		overflow: hidden;
		border: 0;
		cursor: pointer;
		margin-top: -16px;
		transition: all .2s;
	}
		.banner-home .slick-arrow:hover {
			transform: scale(1.2);
		}
		.banner-home .slick-prev {
			background: url(assets/images/seta_hero_esquerda.svg) no-repeat;
			left: 30px;
		}
		.banner-home .slick-next {
			background: url(assets/images/seta_hero_direita.svg) no-repeat;
			right: 30px;
		}

	.slick-dots {
		background-color: #fff;		
		margin: 0;
		padding: 0;
		width: fit-content;
		height: 30px;
		padding: 0 15px;
		margin: 0 auto;		
		position: relative;
		bottom: 60px;
		list-style: none;
		text-align: center;
		border-radius: 20px;
	}
		.slick-dots li {
			display: inline-block;
			margin-left: 10px;
		}
			.slick-dots li:first-child {
				margin-left: 0;
			}
			.slick-dots li button {
				display: inline-block;
				width: 10px;
				height: 10px;
				background-color: #bfbdc1;
				border: none;
				border-radius: 0;
				text-indent: -9999px;
				overflow: hidden;
				padding: 0;
				border-radius: 10px;
				position: relative;
				top: 2px;
			}
			.slick-dots li.slick-active button {
				background-color: #f84b1d;
			}	
	.slider-projetos-relacionados .slick-dots {
		bottom: -60px;
	}
	.slider-projetos-relacionados ul {
	    list-style: none;
	}
.nossas-areas {
	padding: 120px 0;
	text-align: center;
}
	.nossas-areas h3 {
		font-size: 14px;
		color: #45424d;
		letter-spacing: 3px;
		text-transform: uppercase;
		margin: 0;
	}
	.nossas-areas h2 {
		font-size: 48px;
		color: #45424d;
		margin: 5% 0;
		padding: 0 15%;
		line-height: 1.2;
	}
	.nossas-areas h2 strong {
		color: #f8981d;
	}
	.nossas-areas ul {
		list-style: none;
		display: flex;
		align-items: flex-start;
		justify-content: center;
		margin: 0;
		padding: 0;
	}
		.nossas-areas li {
			flex: 1;
		}
    		.nossas-areas li img {
    			height: 80px;
    		}
			.nossas-areas li a {
				display: flex;
				flex-direction: column;
				align-items: center;
				justify-content: center;
				color: #45424d;
				font-weight: bold;
				font-size: 24px;			
			}
			.nossas-areas li span {
				display: block;
				margin-top: 30px;
			}
		.nossas-areas .btn-laranja {
			display: inline-block;
			margin: 90px 0 0 0 ;		
		}

.news {
	background-color: #eee;
	padding: 120px 0;
}
	.news h3 {
		font-size: 14px;
		color: #45424d;
		letter-spacing: 3px;
		text-transform: uppercase;
		margin: 0;
		text-align: center;
		margin-bottom: 40px;
	}
	.news span.categoria {
		font-size: 14px;
		color: #45424d;
		letter-spacing: 3px;
		text-transform: uppercase;
		margin: 0;
		text-align: left;
	}
	.news h4 {
		font-size: 38px;
		color: #45424d;
		margin: 20px 0;
		line-height: 1.2;
		text-align: left;
	}
	.news ul.slides-news {
		margin: 0;
		padding: 0;
		list-style: none;
	}
.news ul.slides-news li.slick-slide {
	padding: 20px 0;
	border-left: 3px solid #f8981d;
	padding-left: 60px;
	padding-right: 40px;
	height: 240px;
}
.news .slick-dots {
	background-color: transparent;
	bottom: -60px;
}
.news ul.slides-news li a {
	color: #f8981d;
}

.novidades-blog {
	padding: 120px 0;	
	background-color: #45424d;
}
	.novidades-blog h3 {
		font-size: 14px;
		color: #fbc91a;
		letter-spacing: 3px;
		text-transform: uppercase;
		margin: 0 0 60px 0;
		text-align: center;
	}
	.novidades-blog ul {
		display: flex;
		justify-content: space-between;
		margin-top: 120px;
		margin: 0;
		padding: 0;
	}
	.novidades-blog li {
		width: 45%;
	}
	.novidades-blog li a {
		display: flex;
		flex-direction: column;
	}
	.novidades-blog .img,
	.post .img {
		position: relative;
		flex-shrink: 0;
		margin-bottom: 30px;
	}
.novidades-blog img {
	display: block;
}
.novidades-blog .img:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 50%;
	height: 100%;
	background: 
		linear-gradient(
		  to left,
		  rgba(0, 0, 0, 0),
		  rgba(0, 0, 0, 0.3)
		);	
}
	.novidades-blog .info {
		margin-left: 30px;
	}
	.novidades-blog .date {
		font-size: 14px;
		color: #fbc91a;
		text-transform: uppercase;
		letter-spacing: 3px;
		display: block;
		}
	.novidades-blog .wrap-title {
			position: absolute;
			top: 50%;		
			transform: translateY(-50%);
			margin: 0;
			padding-left: 40px;
			width: 51%;			
	}
	.novidades-blog h5 {
		font-size: 34px;
		color: #fff !important;
		line-height: 1;	
		margin: 0 0 20px 0;
	}
	.novidades-blog h6 {
		font-size: 18px;
		color: #fff !important;
		line-height: 1.3;	
		margin: 0;
		font-weight: normal;
	}

.wrap-title {
	position: absolute;
	top: 50%;		
	transform: translateY(-50%);
	margin: 0;
	padding-left: 40px;
	width: 51%;		
}
.wrap-title .entry-title {
	font-size: 34px;
	color: #fff !important;
	line-height: 1;		
}
.wrap-title h3 {
font-size: 18px;
    color: #fff !important;
    line-height: 1.3;
    font-weight: normal;	
}
.post .img .entry-title a {
	color: #fff;
}
	.novidades-blog p {
		font-size: 16px;
		color: #fff;
		margin: 0 0 30px 0;		
	}
	.novidades-blog .leia {
		font-size: 16px;
		color: #fbc91a;
		margin: 0;		
	}

.destaque-clientes {
	padding: 120px 0;	
	background-color: #fff;
	text-align: center;
}
	.destaque-clientes h3 {
		font-size: 18px;
		color: #45424d;
		letter-spacing: 3px;
		text-transform: uppercase;
		margin: 0;
		text-align: center;
	}
	.destaque-clientes ul {
		margin: 80px 0 0 0;
		padding: 0;
		list-style: none;
		display: flex;
		justify-content: center;
	}
	.destaque-clientes ul li {
		border: 1px solid #e1e1e1;
		margin: 10px;
	}
	.destaque-clientes img {
		display: block;
	}
	.destaque-clientes a.btn-laranja {
		margin-top: 60px;
	}

.site-footer {
	background-color: #45424d;
	padding: 80px 0;
	color: #fff;
}
	.site-footer .colunas {
		width: 100%;
    	justify-content: space-between;
	} 
	.site-footer .colunas > .col {
		width: 40%;
	}
	.site-footer .col {
		display: flex;
	}
	.site-footer .col-logo {
		width: 30%;
	}
	.site-footer .col-endereco {
		width: 70%;
	}
	.site-footer .col-navegacao {
		margin-right: 20%;
	}
	.site-footer .column {
		flex-direction: column;
	}
	.site-footer ul {
		margin: 0;
		padding: 0;
		list-style: none;
	}
    	.site-footer ul ul {
    		padding: 0 0 0 0;
    	}
	.site-footer a {
		color: #fff;
	}
	.site-footer a[href="#"] {
		color: gray;
	}
	.site-footer a:hover {
		color: #f8981d;
	}
	.site-footer p {
		margin-top: 0;
	}
	.site-footer h6 {
		font-size: 22px;
		margin: 0 0 15px 0;
	}
	.site-footer .col ul li {
	    white-space: nowrap;
	}
	.site-footer .col ul ul {
	    padding-left: 10px;
	}
	.site-footer .copy {
		font-size: 10px;
		color: #fff;
		text-transform: uppercase;
		margin: 60px 0 0 0;
		letter-spacing: 2px;
	}
	.form-news h4 {
		margin-bottom: 5px;
	}
	.form-news input[type="email"] {
		width: 100%;
		background-color: #323039;
		color: #858094;
		border: none;
		border-radius: 0;
		height: 50px;
		padding: 0 15px;
		font-size: 14px;
	}
	.form-news input[type="submit"] {
		background: #2d2a33 url(assets/images/send_button.svg) no-repeat center center;
		width: 50px;
		height: 50px;
		text-indent: -9999px;
		overflow: hidden;
		border: 0;
		border-radius: 0;
		position: absolute;
		top: 0;
		right: 0;
		cursor: pointer;
	}
	.form-news .wpcf7-form {
		position: relative;
	}

.destaque-quem-somos {
	padding: 120px 0;
}
.destaque-quem-somos h1 {
	font-size: 64px;
	margin: 0 0 50px 0;
}
.destaque-quem-somos p {
	width: 60%;
	font-size: 24px;
	margin: 0;
}

.nossos-guerreiros {
	background-color: #f84b1d;
	padding: 120px 0;
}
	.nossos-guerreiros h2 {
		font-size: 14px;
		color: #fff;
		letter-spacing: 3px;
		text-transform: uppercase;
		margin: 0 0 80px 0;
		text-align: center;
	}
	.nossos-guerreiros .colunas {
		justify-content: space-between;
	}
		.nossos-guerreiros .col {
			width: 45%;
			display: flex;
		}
		.nossos-guerreiros .col-img {
			margin-right: 60px;
		}
		.nossos-guerreiros .col-info h3 {
			margin: 0;
			font-size: 36px;
			color: #fff;
		}
		.nossos-guerreiros .col-info .cargo {
			display: block;
			margin: 0;
			font-size: 21px;
			color: #fbc91a;
		}
		.nossos-guerreiros .col-info .social-link {
			margin: 15px 0 0 0;
			padding: 0;
			list-style: none;
			display: flex;
		}
			.nossos-guerreiros .col-info .social-link li {
				margin-right: 10px;
			}
		.nossos-guerreiros .col-info p {
			color: #fff;
			font-size: 18px;
		}

.slide-equipe {
	margin: 0;
	padding: 0;
	list-style: none;
}
	.slide-equipe .slick-dots {
		bottom: -60px;
	}

.slide-equipe h6 {
	font-size: 36px;
	color: #fff;
	margin: 20px 0 10px 0;
	line-height: 1;
}

.slide-equipe .area {
	font-size: 21px;
	color: #fbc91a;
	margin: 0 0 20px 0;
	font-weight: bold;
}

.slide-equipe p {
	font-size: 18px;
	color: #fff;
	margin: 0 0 20px 0;
}

.slide-equipe .slick-slide {
	margin: 0 60px;
}

	.slide-equipe .slick-arrow {
		width: 22px;
		height: 62px;
		position: absolute;
		top: 50%;
		z-index: 1;
		padding: 0;
		text-indent: -9999px;
		overflow: hidden;
		border: 0;
		cursor: pointer;
		margin-top: -16px;
		transition: all .2s;
	}
		.slide-equipe .slick-arrow:hover {
			transform: scale(1.2);
		}
		.slide-equipe .slick-prev {
			background: url(assets/images/seta_hero_esquerda.svg) no-repeat;
			left: -15px;
		}
		.slide-equipe .slick-next {
			background: url(assets/images/seta_hero_direita.svg) no-repeat;
			right: 0;
		}

.nossos-clientes {
	padding: 0 0 120px 0;
}
	.nossos-clientes ul {
		display: flex;
		justify-content: inherit;
		flex-wrap: wrap;
		list-style: none;
		margin: 0;
		padding: 0;
	}
	.nossos-clientes ul li {
	    width: 20%;
		background-color: #fff;
		border: 1px solid #e1e1e1;
		margin: 10px;
	}
	.nossos-clientes ul li img {
		display: block;
	}

.destaque-contato {
	padding: 80px 0 0 0;
}
	.destaque-contato h1 {
		width: 70%;
		font-size: 48px;
		line-height: 1.1;
		margin: 0 0 50px 0;
	}
	.destaque-contato h1 strong {
		display: block;
		color: #f8981d;	
	}

.form-contato {
	margin-bottom: 80px;
}
.form-contato .colunas {
	justify-content: space-between;
}
.form-contato .col-form {
	width: 70%;
}
	.form-contato .col-form input {
		width: 100%;
		height: 48px;
		border-radius: 24px;
		padding: 0 20px;
	}
	.form-contato .col-form input:focus {
		background-color: #f84b1d;
		border: none;
		outline: none;
		color: #fff;
	}
	.form-contato .col-form label {
		display: block;
		margin-bottom: 10px;
	}
	.form-contato .col-form span.label {
		display: block;
		padding-left: 20px;
		font-size: 18px;
		font-weight: bold;
		margin-bottom: 5px;
	}
	.form-contato .col-form textarea {
		width: 100%;
		height: 130px;
		border-radius: 24px;
		padding: 10px 20px;
	}
	.form-contato .col-form textarea:focus {
		background-color: #f84b1d;
		border: none;
		outline: none;
		color: #fff;
	}	
	.form-contato .col-form input[type="submit"] {
		width: 280px;
		display: inline-block;
		background-color: #f84b1d;
		height: 60px;
		line-height: 60px;
		color: #fff;
		text-align: center;
		text-transform: uppercase;
		border-radius: 30px;
		font-weight: bold;
		font-size: 16px;
		letter-spacing: 3px;
		transition: all .2s;
		border: none;	
		cursor: pointer;	
		margin-top: 30px;
	}
	.form-contato .col-form input[type="submit"]:hover {
		transform: scale(1.05);
	}
	.form-contato .col-info {
		font-size: 18px;
		font-weight: bold;
	}
	.form-contato .col-info strong {
		display: block;
		color: #f8981d;
	}
	.form-contato .col-info .links {
		display: flex;
		margin-top: 10px;
	}
		.form-contato .col-info .links a {
			display: inline-block;
			margin-right: 10px;
		}

.destaque-projetos {
	padding: 80px 0 0 0;
}
	.destaque-projetos h1 {
	    width: 70%;
	    font-size: 48px;
	    line-height: 1.1;
	    margin: 0 0 50px 0;
	}
	.destaque-projetos h1 strong {
	    display: block;
	    color: #f8981d;
	}
.grid {
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: inherit;
	list-style: none;
}
	.grid li {
		width: 32%;
		text-align: center;
		margin: 7px;
	}
	.grid li a {
		color: #45424d;
	}
	.grid li .title {
		font-size: 32px;
		color: #45424d;
		font-weight: normal;
		 margin: 0 0 40px 0;
	}
	.grid li .title h4 {
        margin: 20px 0 0 0;
        line-height: 1;
        font-size: 24px;
	}
	.grid li .title p {
        margin: 0;
        font-size: 24px;
        font-weight: 500;
	}
	.grid .wrap-img {
	    background-color: #eee;
	}
	.grid .wrap-img img {
        display: block;
	}
	.project-services {
		margin-top: 0.4rem;
		font-size: 1rem;
	}
	.project-services a + a:before {
		content: ", ";
	}
#filter {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: #f5f5f5;
  background-image: url("data:image/svg+xml;utf8,<svg fill='orange' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
  background-repeat: no-repeat;
    background-position-x: 97%;
    background-position-y: 8px;
    border: 0;
    height: 40px;
    border-radius: 20px;
    padding-left: 15px;	
    margin-bottom: 30px;
    min-width: 400px;
}
    
.destaque-projeto {
	padding: 80px 0;
}
	.destaque-projeto h1 {
	    font-size: 48px;
	    line-height: 1.1;
	    margin: 0 0 50px 0;
	}
	.destaque-projeto h2 {
	    color: #f8981d;
	}
	.destaque-projeto a {
	    font-weight: bold;
	    color: #f8981d;
	}
	.destaque-projeto .col-info {
	    padding-right: 70px;
		width: 70%;
	}
	.destaque-projeto .col-img {
		flex-shrink: initial;
	}

.galerias {
    padding: 80px 0;
    background-color: #f5f5f5;
}
    .galerias h3 {
        font-size: 36px;
        text-align: center;
        margin-top: 0;
    }
    .galerias img {
        display: block;
    }
    .galerias ul {
        margin: 0;
        padding: 0;
        list-style: none;
        display: flex;
        flex-wrap: wrap;
    }
        .galerias ul li {
            width: 50%;
        }

.navegacao {
    padding: 40px 0;
    background-color: #f5f5f5;
}
.nav-links a {
	background: url(assets/images/setas-nav.png) no-repeat;
	height: 40px;
	line-height: 40px;
	color: #45424d;
    display: block;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;	
	white-space: nowrap;
	text-indent: 99999px;
	overflow: hidden;
}
	.nav-links a:hover {
		color: #f8981d;
	}
	.nav-previous a {
		background-position: top left;
		padding-left: 60px;
	}
	.nav-previous a:hover {
		background-position: top -40px left;
	}
	.nav-next a {
		background-position: right top -80px;
		padding-right: 60px;
	}
	.nav-next a:hover {
		background-position: right top -120px;
	}

.destaque-servicos {
	padding: 120px 0;
}
	.destaque-servicos h1 {
		width: 60%;
		font-size: 64px;
		margin: 0 0 50px 0;
		line-height: 1;
	}
		.destaque-servicos h1 strong {
			color: #f8981d;
		}
	.destaque-servicos p {
		width: 60%;
		font-size: 24px;
		margin: 0 0 20px 0;
	}

.nossos-servicos {
	padding: 80px 0;
	background-color: #f84b1d;
	color: #fff;
}
	.nossos-servicos a {
	    display: block;
		color: #fff;
	}
	.nossos-servicos ul {
		margin: 0;
		padding: 0;
		list-style: none;
	}
	.nossos-servicos .lista-servicos {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;

	}
	.nossos-servicos .lista-servicos > li {
		width: 31%;
		margin: 1%;
		padding: 3%;
		border: 1px solid #f8981d;
		transition: all .2s;
	}
		.nossos-servicos .lista-servicos > li:hover {
			background-color: #fff;
		}
		.nossos-servicos .lista-servicos > li:hover h2 {
			color: #f84b1d;
		}
		.nossos-servicos .lista-servicos > li:hover li {
			color: #f84b1d;
		}
		.nossos-servicos .lista-servicos > li:hover p {
			color: #f84b1d;
		}
	.nossos-servicos .lista-servicos > li h2 {
		font-size: 36px;
		line-height: 1;
		margin: 20px 0;
	}

.nossos-servicos.interna ul li {
	width: 48%;	
}

.center-btn {
	padding-top: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.blog .site-main,
.single .site-main,
.archive .site-main {
    padding: 80px 0;
}
.nav-links {
    padding-bottom: 40px;
}
    .nav-links .nav-previous {
        width: 40%;
        float: left;
    }
    .nav-links .nav-next {
        width: 40%;
        float: right;
        text-align: right;
    }

.blog .colunas,
.single .colunas,
.archive .colunas {
    justify-content: space-between;
}
.blog .col-content,
.single .col-content,
.archive .col-content {
    max-width: 630px;
}
.blog .col-sidebar,
.single .col-sidebar,
.archive .col-sidebar {
    max-width: 455px;
}
.blog .entry-title,
.single .entry-title,
.blog .entry-title a,
.archive .entry-title a,
.archive .entry-title {
	font-size: 28px;
	color: #32363e;
	line-height: 1.1;
}
.blog .post,
.single .post, 
.archive .post {

    margin-bottom: 60px;
}
.blog .entry-content a,
.single .entry-content a,
.archive .entry-content a {
	color: #f8981d;
}
.more-link {
	font-size: 18px;
	color: #f8981d;
	font-weight: bold;
}
.posted-on a {
	font-size: 12px;
	color: #6d6a75;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 3px;
}
.widget-area h2 {
    margin-top: 0;
    font-size: 32px;
    color: #f8981d;
}
    .widget-area ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }
    .widget-area li {
        border-bottom: 1px solid #e1e1e1;
        padding-bottom: 10px;
        margin-bottom: 10px;        
    }
    .widget-area a {
        font-size: 18px;
        font-weight: bold;
        color: #45424d;
        line-height: 1;
    }
    .widget_block {
        margin-bottom: 40px;
    }

.wp-block-categories-list .cat-item-84,
.wp-block-categories-list .cat-item-98 {
    display: none;
}

.destaque-servico {
    margin: 0 auto;
    text-align: left;
	background-color: #eee;
	padding: 30px 0 60px 0;
}
	.destaque-servico .wrap {
    	max-width: 980px;
	}
	.destaque-servico h1 {
        font-size: 64px;
        line-height: 1;
        text-align: center;
        padding: 0 10%;
    }
    .destaque-servico h2 {
        font-size: 32px;
        color: #f8981d;
    }
    .destaque-servico h3 {
        font-size: 28px;
        color: #f8981d;
    }
    .destaque-servico a {
        color: #f8981d;
    }
    .destaque-servico iframe,
    .destaque-servico img {
        display: block;
        margin: 0 auto;
    }

.projeto-relacionado {
    padding: 90px 0;
}
    .projeto-relacionado .col-title {
        position: relative;
        width: 50%;
    }
    .projeto-relacionado .col-img {
        width: 60%;
		float: right;
    }
	.projeto-relacionado .colunas {
		position: relative;
		justify-content: end;
	}
	.projeto-relacionado .col-title {
        position: absolute;
        bottom: 5%;
		left: 0;
		width: 35%;		
	}
	.projeto-relacionado h3 a {
		position: relative;
		display: block;
        font-size: 72px;
        color: #45424d;  
        line-height: 1;  
		text-align: right;
		min-height: 100px;
    }
.projeto-relacionado h3 a:after {
	position: absolute;
    top: 30px;
    right: -135px;
	display: block;
	content: "";
    background: url(assets/images/seta-pr.png) right center no-repeat;
    width: 100px;
	height: 100px;
}
    .projeto-relacionado h4 a {
		display: block;
        font-size: 16px;
		font-weight: 100;
        color: #45424d;
        text-transform: uppercase;
        letter-spacing: 3px;
		text-align: right;
    }
    .projeto-relacionado h5 {
        font-size: 48px;
        color: #f8981d;     
        margin: 0;
        line-height: 1;
        margin-bottom: 60px;
    }

.navegacao-irmaos {
    margin: 60px 0;
}
    .navegacao-irmaos .wrap {
        padding-top: 60px;
        border-top: 1px solid #ebebeb;
    }
    .navegacao-irmaos h4 {
        color: #45424d;
        font-size: 36px;
        text-align: center;
    }
    .navegacao-irmaos h4 strong {
        color: #f8981d;
    }
    .navegacao-irmaos ul {
        margin: 0;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: space-around;        
        list-style: none;
    }
    .navegacao-irmaos li {
        margin: 0 10px;
    }
    .navegacao-irmaos a {
        color: #45424d;
        font-size: 16px;
        font-weight: bold;
    }
    .navegacao-irmaos a:hover {
        color: #f8981d;
    }

.btn-whatsapp {
    display: block;
    position: absolute;
    top: 60px;
    right: 90px;
}
.idioma {
	display: block;
    position: absolute;
    top: 61px;
    right: 150px;
    color: #fff;
    font-weight: 700;
    font-size: 18px;	
}
.home .btn-whatsapp img {
    filter: brightness(0) invert(1);    
}
.sticky {
    position: fixed !important;
    top: 0;
    width: 100%;
    max-width: 100%;
    z-index: 1;
    background: #fff;  
	padding-bottom: 30px !important;
}
.sticky .logo-internas {
    display: block;
}
.sticky .logo-home {
    display: none;
}
.home .sticky .btn-whatsapp img {
    filter: inherit;
}
.sticky #nav-icon1 span {
    background: #45424d;
}
.sticky .wrap-menu {
    position: relative;
    width: 100%;
    max-width: 1340px;
    margin: 0 auto;
}
.sticky .btn-whatsapp {
    top: 33px;
}
.site-header.sticky {
    z-index: 9;
}
@media screen and ( max-width: 1420px ) {
	.site-header, .wrap, .wrap1180, .site-info {
		padding: 0 30px;
	}
	.site-header {
	    padding-top: 30px;
	}
	#primary-menu a {
        font-size: 36px;
	}
}

@media screen and ( max-width: 1200px ) {
    .blog .col-content, .single .col-content {
        max-width: 630px;
        margin-right: 30px;
    }    
}

@media screen and ( max-width: 1100px ) {
	.slick-arrow {
		display: none !important;
	}
    .banner-home .wrap-texto {
        padding: 0 30px;
    }
}
@media screen and ( max-width: 800px ) {
	.destaque-projeto .col-info {
		padding-right: 0;
		width: 100%;
	}	
.destaque-projeto h1 {
	font-size: 42px;
}	
    .colunas,
    .site-footer .col {
        flex-direction: column;
    }
	.nossas-areas ul {
		flex-wrap: wrap;
	}
	.nossas-areas li {
	    flex: initial;
        width: 30%;
        margin-bottom: 40px;
    }
    .banner-home {
        height: 70vh;
    }
    .banner-home .slick-slide {
        height: 70vh;
        background-size: auto 100% !important;
    }    
    .novidades-blog ul {
        flex-direction: column;
    }
    .novidades-blog li {
        width: 100%;
        margin-bottom: 40px;
    }
    .novidades-blog li a {
        flex-direction: column;
    }
    .novidades-blog li img {
        width: 100%;
    }
    .novidades-blog .info {
        margin-left: 0;
    }   
    .destaque-clientes ul {
        flex-direction: column;
    }   
    .site-footer .colunas > .col,
    .site-footer .col-logo,
    .site-footer .col-endereco {
        width: 100%;
        text-align: center;
    }
    .site-footer .col-logo {
         margin-bottom: 20px;
    }
    .site-footer .col-navegacao {
        margin: 0 0 30px 0;
    }   
    .site-footer .copy {
        text-align: center;
    }
    #primary-menu a {
        font-size: 30px;
    }
    #primary-menu .sub-menu {
        flex-direction: column;
    }
    div.circulo,
    div.desenho {
        display: none !important;
    }
    .destaque-quem-somos h1 {
        font-size: 40px;
        line-height: 1;
    }
    .destaque-quem-somos p {
        width: 100%;
        font-size: 20px;
    }   
    .destaque-quem-somos {
        padding: 60px 0;
    }  
    .nossos-guerreiros {
        padding: 60px 0;
        text-align: center;
    }    
    .nossos-guerreiros .col {
        width: 100%;
        flex-direction: column;
        margin-bottom: 40px;
    }   
    .nossos-guerreiros .col-img {
        margin-right: 0;
    }
    .nossos-guerreiros .col-info .social-link {
        justify-content: center;
    } 
    .destaque-servicos {
        padding: 60px 0;
    }  
    .destaque-servicos h1 {
        width: 100%;
        font-size: 40px;
    }   
    .destaque-servicos p {
        width: 100%;
        font-size: 20px;
    } 
    .nossos-servicos .lista-servicos > li,
    .nossos-servicos.interna ul li {
        width: 100%;
    }
    .destaque-projetos h1 {
        width: 100%;
        font-size: 40px;
        line-height: 1.1;
    }  
    .grid li {
        width: 100%;
    }
    .grid .wrap-img {
        height: auto;
    }
    .nossos-clientes ul {
        flex-direction: column;
    }
    .destaque-contato {
        padding: 60px 0 0 0;
    } 
    .destaque-contato h1 {
        width: 100%;
        font-size: 40px;
    }  
    .form-contato .col-form,
    .form-contato .col-info {
        width: 100%;
    }    
    .destaque-servico h1 {
        font-size: 40px;
        padding: 0;
    }
    .destaque-servico {
        line-height: 1.2;
    }
    .destaque-servico a {
        color: #f8981d;
    }
    .destaque-servico .btn-laranja {
        color: #fff;
    }
    .nossos-clientes ul li {
        width: 100%;
    }
    .nossos-clientes ul li img {
        display: block;
        margin: 0 auto;
    }    
	.novidades-blog h5 {
    	font-size: 24px;
	}
	.destaque-clientes img {
		margin: 0 auto;
	}	
}
@media screen and ( max-width: 600px ) {
	.banner-home h1 {
        font-size: 80px;
	}
	.nossas-areas,
	.novidades-blog {
	    padding: 60px 0;
	}
	.nossas-areas h2 {
        font-size: 28px;
        margin-bottom: 40px;
	}
    .nossas-areas li {
        width: 50%;
    }
    .nossas-areas .btn-laranja {
        margin: 30px 0 0 0;
    }    
    .blog .col-content, .single .col-content {
    max-width: 100%;
    margin-right: 0;
    }
    .nav-previous {
        width: 45%;
        float: left;
    }
    .nav-previous {
        width: 45%;
        float: left;
    }
    .nav-next {
        width: 45%;
        float: right;
    }
    .nav-previous a {
        padding-left: 50px;
    }
    .nav-next a {
        padding-right: 50px;
        text-align: right;
    }
    .btn-whatsapp {
        top: 50px;
        right: 60px;
    }    
}
.banner-home.slick-initialized .slick-slide {
	opacity:1 !important;
    transition:opacity .3s ease-out !important;	
}