/*!
Theme Name: grupogran
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: grupogran
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.

grupogran 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.
 */
:root {
  --blue-color: #0C4479;
  --green-color: #34A665;
  --lightgreen-color: #AECB45;
  --gray-color: #404E55;
}

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

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: "Nunito Sans", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	margin: 0;
	line-height: 1;
}

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:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}
	.menu-toggle {
		background: transparent !important;
		border: none;
    width: 48px;
    height: 45px;
    text-indent: -900em;
    overflow: hidden;
    position: absolute;
    right: 20px;
    cursor: pointer;
    outline: none;
    z-index: 9;
    top: 20px;
	}	
	.menu-toggle:after {
	  content: '';
	  position: absolute;
	  width: 60%;
	  height: 3px;
	  background: #fff;
	  top: 10px;
	  left: 16%;
	  box-shadow: 0 8px 0 #fff, 0 16px 0 #fff;
	}
@media screen and (min-width: 70em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}

}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

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

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

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

/* Grupo Gran
--------------------------------------------- */
a {
	transition: all .2s;
	text-decoration: none;
}
.btn {
    border-radius: 30px;
    padding: 10px 30px;
    display: inline-block;
    text-decoration: none;
    margin-top: 10px;
    font-size: 20px;
    font-weight: 700;
}
	.btn:hover {
		transform: scale(1.05);
	}
.btn-green {
	background-color: var(--green-color);
    color: var(--blue-color);
}
.btn-lightgreen {
	background-color: var(--lightgreen-color);
    color: var(--blue-color);
}
.btn-green-border {
	border: 2px solid var(--green-color);
	color: var(--green-color);
}
.btn-green-border:hover {
	border: 2px solid var(--green-color);
	background-color: var(--green-color);
	color: #fff;
}
.btn-lightgreen-border {
	border: 2px solid var(--lightgreen-color);
	color: var(--lightgreen-color);
}
.btn-lightgreen-border:hover {
	border: 2px solid var(--lightgreen-color);
	background-color: var(--lightgreen-color);
	color: #fff;
}

.wrap {
	max-width: 1440px;
	margin: 0 auto;
	position: relative;
}
.video {
    width: 100%;
    overflow: hidden;
    top: 0;
    left: 0;
    position: relative;
    object-fit: cover;
}
	.video video {
		display: block;
	}
	.video:before {
		content: "";
		width: 100%;
		height: 100%;
		background: #0C4479;
		background: linear-gradient(
						90deg,
						rgba(12, 68, 121, 1) 0%, 
						rgba(62, 157, 145, 0) 50%, 
						rgba(87, 115, 199, 0) 100%),
					linear-gradient(
						180deg,
							rgba(12, 68, 121, 1) 0%, 
							rgba(62, 157, 145, 0) 50%, 
							rgba(87, 115, 199, 0) 100%),
					linear-gradient(
						315deg,
							rgba(52, 166, 101, 1) 0%, 
							rgba(52, 166, 101, 0) 50%, 
							rgba(52, 166, 101, 0) 100%);

		position: absolute;
		top: 0;
		left: 0;
	}

.site-header {
	width: 100%;
	position: relative;
	z-index: 9;
	padding: 30px 0;
}
	.site-header .wrap {
		display: flex;
		justify-content: space-between;
	}
	.site-header .main-navigation {
		width: auto;
	}
	body:not(.home) .site-header {
		background-color: #17375F;
	}

.hot-links {
	list-style: none;
	display: flex;
	justify-content: end;
	margin: 0 0 20px 0;
	padding: 0;
}
	.hot-links li {
		margin-right: 40px;
		text-transform: uppercase;
	}
		.hot-links li:last-child {
			margin-right: 0;
		}
		.hot-links li a {
			text-decoration: none;
			color: #fff;
			font-size: 12px;
		}
		.hot-links li a:hover {
			color: var(--lightgreen-color);
		}
		.hot-links li.orcamento a {
			color: var(--lightgreen-color);
			border: 2px solid var(--lightgreen-color);
			padding: 10px 20px;
			border-radius: 30px;
			font-weight: 800;
		}
		.hot-links li.orcamento a:hover {
			background-color: var(--lightgreen-color);
			color: #fff;
		}

.menu {
	justify-content: end;
}
	.menu li {
		margin-right: 50px;
	}
	.menu li:last-child {
		margin-right: 0;
	}
	.menu li a {
		font-size: 16px;
		text-transform: uppercase;
		font-weight: 700;
		color: #fff;
	}
	.menu li a:hover,
	.menu li.current-menu-ancestor > a,
	.single-servico .menu li.menu-item-30 a {
			color: var(--lightgreen-color);
		}
.main-navigation .sub-menu {
	background-color: var(--lightgreen-color);
	display: flex;
	flex-direction: column;
	padding: 20px;
	padding-right: 0;
	border-radius: 10px;
}
	.main-navigation .sub-menu a:hover {
		color: var(--blue-color);
	}

.home .site-header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    z-index: 9;
}

.box-text {
	position: absolute;
    top: 50%;
    transform: translateY(-35%);
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    z-index: 9;
}
	.box-text h1 {
		max-width: 50%;
		font-size: 65px;
		font-weight: 800;
		line-height: 1;
		color: #fff;
		margin: 20px 0 0 0;
		padding: 0;
	}	
	.box-text h2 {
		font-size: 30px;
		font-weight: 800;
		font-weight: bold;
		color: var(--lightgreen-color);
		text-transform: uppercase;
		margin: 0;
		padding: 0;
	}	
	.box-text .btn {
		margin-top: 30px;
	}
.box {
	padding: 80px 0;
}

.colunas {
	display: flex;
	justify-content: space-between;
}
.box-nossos-servicos {
	padding-top: 110px;
	background: #E3E2DC;
	background: linear-gradient(90deg,rgba(227, 226, 220, 0) 0%, rgba(227, 226, 220, 1) 100%);
}
.box-nossos-servicos h2 {
	color: var(--blue-color);
	font-size: 70px;
	font-weight: 800;
}
.box-nossos-servicos p {
	color: var(--gray-color);
	font-size: 22px;
	border-left: 3px solid var(--lightgreen-color);
	padding: 0 20px;
}
.box-nossos-servicos .btn {
	margin-top: 10px;
}
.box-nossos-servicos .btn-green {
	color: #fff;
}
.box-nossos-servicos .btn {
	display: table;
}
.box-nossos-servicos .col-left {
	width: 35%;
}
.box-nossos-servicos .col-right {
	width: 60%;
}
.box-nossos-servicos .wrap {
	max-width: 1180px;
}
.box-nossos-servicos ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	list-style: none;
	margin: 0;
	padding: 0;
}
	.box-nossos-servicos ul li {
		width: 48%;
		border: 2px solid var(--green-color);
		border-radius: 30px;
		text-align: center;
		padding: 30px;
		transition: all .2s;
	}
	.box-nossos-servicos ul li:nth-child(3),
	.box-nossos-servicos ul li:nth-child(4) {
		margin-top: 70px;
	}
	.box-nossos-servicos ul li span.img {
		width: 100px;
		height: 100px;
		background-color: #fff;
		display: flex;
		align-items: center;
		justify-content: center;
		border-radius: 50px;
		margin: -80px auto 0 auto;
	}
	.box-nossos-servicos ul li h3 {
		color: var(--gray-color);
		font-size: 22px;
		margin-top: 20px;
		line-height: 1.3;
		text-transform: uppercase;
		padding: 0 30px;
    	}

.box-nossos-servicos ul li.border-green {
	border-color: var(--green-color);
}
	.box-nossos-servicos ul li.border-green:hover {
		background-color: var(--green-color);
	}
.box-nossos-servicos ul li.border-blue {
	border-color: var(--blue-color);
}
	.box-nossos-servicos ul li.border-blue:hover {
		background-color: var(--blue-color);
	}
.box-nossos-servicos ul li:hover h3 {
	color: #fff;
}
.box-nossos-servicos ul li:hover span.img {
	transition: all .2s;
	transform: scale(1.1);
}

.box-nossos-numeros {
	padding: 110px 0;
	background: #0C4479;
	background: url('assets/images/star2.svg'), linear-gradient(270deg,rgba(12, 68, 121, 1) 0%, rgba(52, 166, 101, 1) 100%);	
	text-align: center;
	background-position: right -20% center;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
	.box-nossos-numeros h2 {
		font-size: 70px;
		font-weight: 800;
		color: #fff;
		margin-bottom: 30px;
	}
	.box-nossos-numeros .lista-numeros {
		display: flex;
		align-items: center;
		justify-content: center;
		list-style: none;
		margin: 0;
		padding: 0;
	}
		.box-nossos-numeros .lista-numeros li {
			flex: 1;
		}
		.box-nossos-numeros .lista-numeros span {
			display: block;
		}
		.box-nossos-numeros .lista-numeros span.numero {
			font-size: 70px;
			color: var(--lightgreen-color);
			font-weight: 800;
		}
		.box-nossos-numeros .lista-numeros span.legenda {
			font-size: 22px;
			color: #fff;
			text-transform: uppercase;
		}

.box-gente-brilha {
	background-color: var(--blue-color);
}
	.box-gente-brilha h2 {
		color: var(--green-color);
		font-size: 70px;
		font-weight: 800;
	}
	.box-gente-brilha p {
		color: #fff;
		font-size: 22px;
		border-left: 2px solid var(--lightgreen-color);
		padding-left: 30px;
		margin-top: 30px;
	}
	.box-gente-brilha .col-img {
		flex-shrink: 0;
	}
	.box-gente-brilha .col-text {
		width: 50%;
		display: flex;
		align-items: flex-start;
		justify-content: center;
		flex-direction: column;
	}

.box-responsabilidade-esg {
	background: #0C4479;
	background: url('assets/images/bg-esg.png'), linear-gradient(270deg,rgba(52, 166, 101, 1) 0%, rgba(12, 68, 121, 1) 100%);	
	background-position: right  center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	padding: 100px 0;
}
	.box-responsabilidade-esg .wrap {
	    max-width: 1180px;
	}
	.box-responsabilidade-esg .wrap-text {
		max-width: 580px;
	}
	.box-responsabilidade-esg h3 {
		font-size: 70px;
		font-weight: 900;
		color: var(--lightgreen-color);
	}
		.box-responsabilidade-esg h3 strong {
			display: block;
		}
	.box-responsabilidade-esg p {
		font-size: 22px;
		color: #fff;
		border-left: 3px solid var(--lightgreen-color);
		padding-left: 20px;
	}

.site-footer {
	padding: 60px 0;
	background: #E3E2DC;
	background: linear-gradient(180deg,rgba(227, 226, 220, 1) 0%, rgba(255, 255, 255, 1) 100%);		
}
	.site-footer .colunas {
		justify-content: space-between;
	}
	.site-footer .flex {
		display: flex;
	}
	.site-footer .col-address {
		font-size: 14px;
		line-height: 1.2;
	}	
	.site-footer .center {
		align-items: center;
	}
	.site-footer .logo-gg {
		display: block;
		margin-bottom: 30px;
	}
	.site-footer ul {
		list-style: none;
		margin: 0 30px;
		padding: 0;
	}
	.site-footer ul li {
		margin-bottom: 10px;
	}
	.site-footer ul li,
	.site-footer ul li a {
		font-size: 14px;
		font-weight: bold;
		color: #404E55;
		text-transform: uppercase;
	}
	.site-footer ul li ul a {
		font-size: 14px;
		font-weight: normal;
		color: #404E55;
		text-transform: initial;
	}
	.site-footer li a:hover {
		opacity: .7;
	}
	.site-footer ul ul {
		margin: 0;
	}
	.site-footer ul ul li {
		margin-bottom: 0;
		line-height: 1.11;
	}
	.site-footer p {
		margin: 0;
	} 
	.site-footer p.copy {
		display: block;
		text-align: right;
		font-size: 12px;
	} 
	.site-footer .selos .col {
		margin: 0 10px;
	}

.header-internas {
	padding-top: 100px;
	background-color: #17375F;
	background-position: bottom right;
	background-repeat: no-repeat;
	position: relative;
	min-height: 750px;
	overflow: hidden;
}
	.header-internas.quem-somos {
		background-image: url('assets/images/destaque-quem-somos.png');
	}
	.header-internas .col-txt {
		width: 35%;
	}
	.header-internas .col-txt img {
		display: none;
	}
	.header-internas h1 {
		font-size: 45px;
		font-weight: 900;
		color: #fff;
		margin-bottom: 40px;
	}
	.header-internas h2 {
		font-size: 25px;
		color: var(--green-color);
		text-transform: uppercase;
		margin: 0 0 20px 0;
		letter-spacing: 4px;
	}
	.header-internas p {
		font-size: 18px;
		color: #fff;
		border-left: 3px solid var(--lightgreen-color);
		padding-left: 20px;
	}
	.header-internas .btn {
		font-size: 20px;
		color: #fff;
		margin-bottom: 30px;
	}

.perto-de-voce {
	background: #FFFFFF;
	background: linear-gradient(90deg,rgba(255, 255, 255, 1) 0%, rgba(227, 226, 220, 1) 100%);	
	padding: 80px 0;
}
	.perto-de-voce .col-mapa {
		width: 681px;
		max-width: 681px;
	}
	.perto-de-voce .col-conteudo {
		max-width: 700px;
	}
	.perto-de-voce h2 {
		font-size: 45px;
		font-weight: 900;
		color: var(--blue-color);
		margin-bottom: 40px;
	}
	.perto-de-voce img {
		display: block;
		margin: 0 auto;
	}
	.perto-de-voce p.texto-destacado {
		font-size: 22px;
		color: #404E55;
		border-left: 3px solid var(--lightgreen-color);
		padding-left: 20px;
	}
	.perto-de-voce .mapa-ecorio,
	.perto-de-voce .mapa-gran,
	.perto-de-voce .mapa-mobile {
		display: none;
	}
	.perto-de-voce .box-clicaveis {
		display: flex;
		justify-content: space-between;
	}
	.perto-de-voce .box-clicaveis > div {
		max-width: 315px;
		background-color: #fff;
		padding: 20px;
		border-top-left-radius: 30px;
		border-top-right-radius: 30px;
		background: #FFF;
		background: linear-gradient(180deg,rgba(255, 255, 255, 1) 0%, rgba(255, 0, 0, 0) 100%);	
		transition: all .2s;	
	}
	.perto-de-voce .box-clicaveis > div img {
		margin-bottom: 20px;
	}
	.perto-de-voce .box-clicaveis p {
		font-size: 18px;
		text-align: center;
	}

.diferencial {
	background: #0C4479;
	background: url('assets/images/star.svg'), linear-gradient(90deg,rgba(12, 68, 121, 1) 0%, rgba(52, 166, 101, 1) 100%);	
	padding: 80px 0;
	background-position: top right;
	background-repeat: no-repeat;
}
	.diferencial .col-texto {
		width: 60%;
	}
		.diferencial .col-texto h3 {
			font-size: 45px;
			font-weight: 900;
			color: var(--lightgreen-color);
			margin-bottom: 40px;			
		}
		.diferencial .col-texto p {
			font-size: 18px;
			color: #fff;
			border-left: 3px solid var(--lightgreen-color);
			padding-left: 20px;
		}
		.diferencial .col-texto span.nome {
			color: var(--lightgreen-color);
		}
		.diferencial .col-texto a {
			color: #fff;
		}
		.diferencial .col-img {
			width: 40%;
		}
	.diferencial .col-img img {
		display: block;
		margin: 0 auto;
	}

/* Nossa Marca */
.topo-internas.nossa-marca {
	background: #E3E2DC;
	background: linear-gradient(180deg,rgba(227, 226, 220, 1) 0%, rgba(255, 255, 255, 1) 100%);	
	padding: 100px 0 50px 0;
}
.topo-internas.nossa-marca .col-txt {
	width: 50%;
}
.topo-internas.nossa-marca .col-img {
	width: 40%;
}
	.topo-internas.nossa-marca .col-img img {
		display: block;
	}
.bloco-green-title h1,
.bloco-green-title h2,
.bloco-green-title h3 {
	color: var(--green-color);
	font-size: 25px;
	letter-spacing: 4px;
	text-transform: uppercase;
	margin-bottom: 30px;
}
.bloco-green-title p {
	color: var(--gray-color);
	font-size: 25px;
	font-weight: bold;
	padding-left: 20px;
	border-left: 3px solid var(--lightgreen-color);
}
.nossa-essencia {
	background: linear-gradient(to bottom, 
              #fff 0px, 
              #fff 60px, 
              #17375F 60px, 
              #0C4479 100%);
}
	.nossa-essencia .col-img {
		flex-shrink: 0;
	}
	.nossa-essencia .col-img img {
		display: block;
	}
	.nossa-essencia .col-conteudo {
		display: flex;
		flex-direction: column;
		justify-content: center;
		padding-left: 5%;	
	}
		.nossa-essencia .col-conteudo p {
			color: #fff;
			font-size: 18px;
			font-weight: normal;
			padding-right: 20%;
		}
		.nossa-essencia .col-conteudo h3 {
			color: #fff;
			font-size: 45px;
			font-weight: bold;
			margin-bottom: 0;
			padding-right: 20%;
		}

.proposito-valores {
	background: #E3E2DC;
	background: url('assets/images/star-white.svg'), linear-gradient(180deg,rgba(227, 226, 220, 1) 0%, rgba(255, 255, 255, 1) 100%);
	background-repeat: no-repeat;
	background-position: top 100% right -35%;	
	background-attachment: fixed;	
}

.proposito {
	padding: 100px 0;
}
	.proposito .col {
		width: 45%;
	}
	.proposito h3 {
		color: var(--blue-color);
		font-size: 26px;
		font-weight: 900;
		line-height: 1.3;
	}
	.proposito .bloco-green-title,
	.valores .bloco-green-title {
		margin-bottom: 40px;
	}
	.proposito .bloco-green-title p {
		font-weight: normal;
		font-size: 18px;
	}

.valores {
	padding: 80px 0;
}
.valores ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
	list-style: none;
}
	.valores ul li {
		width: 45%;
		margin-bottom: 20px;
	}
.valores h3 {
	color: var(--green-color);
	font-size: 25px;
	letter-spacing: 4px;
	text-transform: uppercase;
	margin-bottom: 40px;
}
.valores h4 {
	color: var(--blue-color);
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 10px;
}
.valores p {
	color: var(--gray-color);
	font-size: 18px;
	font-weight: normal;
	padding-left: 20px;
	border-left: 3px solid var(--lightgreen-color);
}

.manifesto {
	background: #17375F;
	background: url('assets/images/destaque-manifesto.png'), linear-gradient(90deg,rgba(23, 55, 95, 1) 0%, rgba(12, 68, 121, 1) 100%);
	padding: 100px 0;
	background-repeat: no-repeat;
	background-position: bottom right;

}
	.manifesto p {
		color: #fff;
		font-size: 18px;
		font-weight: normal;
	}
	.manifesto p strong {
		font-size: 25px;
	}

/* Serviços */
.header-internas.servicos {
	background: #E3E2DC;
	background: url('assets/images/destaque-servicos.png'), linear-gradient(180deg,rgba(227, 226, 220, 1) 0%, rgba(255, 255, 255, 1) 100%);
	background-repeat: no-repeat;
	background-position: bottom right;		
}
	.header-internas.servicos h1 {
		color: var(--blue-color);
	}
	.header-internas.servicos p {
		color: var(--gray-color);
	}
	.header-internas.servicos p strong {
		font-size: 25px;
	}

.portfolio {
	background-color: var(--blue-color);
	padding: 100px 0;
}
	.portfolio h3 {
		color: #fff;
		font-size: 45px;
	}
	.portfolio p {
		color: var(--green-color);
		font-size: 25px;
	}
	.portfolio ul {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		margin: 0;
		padding: 0;
		list-style: none;
	}
		.portfolio .wrap > ul > li {
			width: 49%;
			background: #17375F;
			background: linear-gradient(180deg,rgba(23, 55, 95, 1) 0%, rgba(12, 68, 121, 1) 100%);
			margin-bottom: 30px;
			padding: 50px;
			border-radius: 30px;
		}
		.portfolio ul > li h4 {
			color: var(--lightgreen-color);
			font-size: 30px;
			margin-bottom: 30px;
		}
		.portfolio ul > li li a {
			display: flex;
			align-items: center;
			color: #fff;
			font-size: 25px;
			font-weight: bold;
			padding: 13px 0;
		}
			.portfolio ul > li li {
				border-radius: 35px;
				width: fit-content;
			}
			.portfolio ul > li li:hover {
				border-radius: 35px;
				width: fit-content;
				padding-right: 40px;				
				background: #34A665;
				background: linear-gradient(260deg,rgba(52, 166, 101, 1) 0%, rgba(12, 68, 121, 0) 80%);
			}
			.portfolio ul > li li a img {
				display: block;
				margin-right: 20px;
			}
		.portfolio ul ul {
			display: flex;
			flex-direction: column;
		}

.faixa-flexibilidade {
	background: #0C4479;
	background: url('assets/images/star-flexibilidade.svg'), linear-gradient(90deg,rgba(12, 68, 121, 1) 0%, rgba(52, 166, 101, 1) 100%);	
	padding: 80px 0;
	background-position: center right;
	background-repeat: no-repeat;
	background-size: 40%, auto;
	background-attachment: fixed;
}
	.faixa-flexibilidade p {
		color: #fff;
		font-size: 40px;
		width: 60%;
		line-height: 1.2;
	}

.segmentos {
	padding: 100px 0;
	background: url('assets/images/destaque-segmentos.gif') no-repeat left bottom;
	min-height: 650px;
}
	.segmentos h4 {
		color: var(--blue-color);
		font-size: 45px;
		margin: 50px 0;
		font-weight: 900;
	}
	.segmentos ul {
		margin: 0;
		padding: 0 0 0 20px;
		list-style: none;
	}
		.segmentos ul li {
			font-size: 25px;
			font-weight: bold;
			margin-bottom: 20px;
		}
			.segmentos ul li:last-child {
				margin-bottom: 0;
			}
	.segmentos .flex-right {
		width: 100%;
		display: flex;
		align-items: flex-end;
		justify-content: end;
	}
	.segmentos .wrap-flex-right {
		width: 60%;
	}
	.segmentos .col {
		width: 30%;
		border-left: 3px solid var(--lightgreen-color);
	}

/* Interna Serviços */
.header-internas.single-servicos {
	background: #E3E2DC;
	background: linear-gradient(180deg,rgba(227, 226, 220, 1) 0%, rgba(255, 255, 255, 1) 100%);
	min-height: initial;
	padding-bottom: 100px;
}
	.header-internas.single-servicos h1 {
		color: var(--blue-color);
	}
	.header-internas.single-servicos p {
		color: var(--gray-color);
		border-left: 0;
	}
	.header-internas.single-servicos .wrap-content {
		border-left: 3px solid var(--lightgreen-color);
	}
	.header-internas.single-servicos p strong {
		font-size: 25px;
	}
	.header-internas.single-servicos .col-txt {
		width: 70%;
	}
	.header-internas.single-servicos .col-img {
			flex-shrink: 0;
			background-color: #fff;
			width: 340px;
			height: 340px;
			border-radius: 170px;
			display: flex;
			align-items: center;
			justify-content: center;
			margin-left: 60px;
	}
		.header-internas.single-servicos .col-img img {
			display: block;
		}

.atendimento {
	padding: 100px 0;
	background: #34A665;
	background: url('assets/images/destaque-atendimento.png'), linear-gradient(90deg,rgba(52, 166, 101, 1) 0%, rgba(12, 68, 121, 1) 100%);
	background-position: left bottom;
	background-repeat: no-repeat;	
	min-height: 605px;
}
	.atendimento h4 {
		color: var(--lightgreen-color);
		font-size: 45px;
		margin: 50px 0 30px 0;
		font-weight: 900;
	}
	.atendimento h5 {
		color: #fff;
		font-size: 25px;
		margin: 30px 0;
		font-weight: 600;
		line-height: 1.2;
	}
	.atendimento p {
		color: #fff;
		font-size: 18px;
	}
	.atendimento ul {
		margin: 0;
		padding: 0 0 0 20px;
		list-style: none;
	}
		.atendimento ul li {
			font-size: 25px;
			font-weight: bold;
			margin-bottom: 20px;
		}
			.atendimento ul li:last-child {
				margin-bottom: 0;
			}
	.atendimento .flex-right {
		width: 100%;
		display: flex;
		align-items: flex-end;
		justify-content: end;
	}
	.atendimento .wrap-flex-right {
		width: 50%;
		padding-right: 10%;
	}
	.atendimento .col {
		width: 30%;
		border-left: 3px solid var(--lightgreen-color);
	}
	.acoes {
		margin-bottom: 40px;
	}
	.atendimento .btn-green {
		color: #fff;
		margin-right: 30px;
	}
	.atendimento .btn-lightgreen {
		color: #fff;
	}
	.escritorio {
		display: flex;
		color: #fff;
		font-size: 18px;
	}
		.escritorio a {
			font-size: 25px;
			font-weight: bold;
			color: #fff;
		}
		.escritorio .sp {
			margin-right: 30px;
		}

.navegacao {
	padding: 80px 0;
	background-color: #17375F;
	margin-top: -1px;
}
	.navegacao h6 {
		color: var(--green-color);
		text-transform: uppercase;
		font-size: 30px;
		letter-spacing: 3px;
		margin-bottom: 30px;
	}
	.navegacao ul {
		display: flex;
		justify-content: start;
		margin: 0;
		padding: 0;
		list-style: none;
		flex-wrap: wrap;
	}	
		.navegacao ul li {
			display: flex;
			align-items: center;
			color: #fff;
			font-size: 25px;
			font-weight: bold;
			width: 33%;
    	margin-bottom: 30px;			
		}	
			.navegacao ul li img {
				display: inline-block;
		    height: 40px;
		    width: auto;	
		    filter: brightness(100);	
		    margin-right: 10px;		
			}
			.navegacao ul li.atual {
				color: var(--lightgreen-color);
			}	
			.navegacao ul li a {
				color: #fff;
				display: flex;
    		align-items: anchor-center;
    		line-height: 1;
			}	
			.navegacao ul li a:hover {
				color: var(--lightgreen-color);
			}
		.navegacao .back {
			display: block;
			background: url(assets/images/ico-arrow-green.svg) left center no-repeat;
			padding-left: 50px;
			color: var(--green-color);
			text-transform: uppercase;
			font-size: 18px;
			font-weight: bold;
			margin-top: 60px;
		}
			.navegacao .back:hover {
				color: var(--lightgreen-color);
			}

/* Gente */
.header-internas.gente {
	background: #E3E2DC;
	background: url('assets/images/destaque-gente.png'), linear-gradient(180deg,rgba(227, 226, 220, 1) 0%, rgba(255, 255, 255, 1) 100%);
	background-repeat: no-repeat;
	background-position: bottom right;		
}
	.header-internas.gente h1 {
		color: var(--blue-color);
	}
	.header-internas.gente p {
		color: var(--gray-color);
	}
	.header-internas.gente p strong {
		font-size: 25px;
	}

.content-gente {
	background-color: #17375F;
	padding-top: 100px;
	color: #fff;
}
	.content-gente h3 {
		font-size: 25px;
		margin-bottom: 30px;
	}
	.content-gente p {
		font-size: 18px;
		margin-bottom: 0;
	}
	.content-gente .col {
		width: 45%;
	}
	.baixo-gente .colunas {
    justify-content: start;
	}
	.baixo-gente .col-img {
	    width: 37%;
	    display: flex
	;
	    align-items: end;
	}
	.baixo-gente .col-txt {
		width: auto;
	}
.green {
	border-left: 3px solid var(--lightgreen-color);
	padding-left: 20px;
}
	.green h3 {
		color: var(--lightgreen-color);
	}
.orange {
	border-left: 3px solid #E28E36;
	padding-left: 20px;
}
	.orange h3 {
		color: #E28E36;
	}

.baixo-gente {
	margin-top: 100px;
}
	.baixo-gente .col-img {
		flex-shrink: 0;
	}
	.baixo-gente img {
		display: block;
	}
	.baixo-gente .col-txt {
		padding: 5% 10% 0 5%;
	}
	.baixo-gente .col-txt h4 {
		color: var(--lightgreen-color);
		margin-bottom: 30px;
		font-size: 25px;
	}
	.baixo-gente .col-txt ul {
		display: flex;
		justify-content: space-between;
		margin: 0;
		padding: 0;
		list-style: none;
	}
		.baixo-gente .col-txt ul li {
			width: 30%;
			color: #fff;
			border-left: 3px solid var(--lightgreen-color);
			padding-left: 20px;			
		}
		.baixo-gente .col-txt ul li p {
			margin: 0;
		}

/* Estruturação */
.header-internas.estruturacao {
	background: #E3E2DC;
	background: url('assets/images/destaque-estruturacao.png'), linear-gradient(180deg,rgba(227, 226, 220, 1) 0%, rgba(255, 255, 255, 1) 100%);
	background-repeat: no-repeat;
	background-position: bottom right;		
}
	.header-internas.estruturacao h1 {
		color: var(--blue-color);
	}
	.header-internas.estruturacao p {
		color: var(--gray-color);
	}
	.header-internas.estruturacao p strong {
		font-size: 25px;
	}

.content-estruturacao {
	background-color: var(--blue-color);
	padding: 100px 0;
}
	.content-estruturacao .colunas {
		width: 100%;
		justify-content: space-between;
	}
	.content-estruturacao .col {
			width: 32%;
			background: #17375F;
			background: linear-gradient(180deg,rgba(23, 55, 95, 1) 0%, rgba(12, 68, 121, 1) 100%);
			margin-bottom: 30px;
			padding: 50px;
			border-radius: 30px;
			color: #fff;
	}
	.content-estruturacao p {
		color: #fff;
	}
	.content-estruturacao h3 {
		font-size: 25px;
	}
	.content-estruturacao p {
		font-size: 18px;
	}
	.content-estruturacao .col.green h3 {
		color: var(--green-color);
	}
	.content-estruturacao .col.lightgreen h3 {
		color: var(--lightgreen-color);
	}
	.content-estruturacao .col.green,
	.content-estruturacao .col.lightgreen {
		border: 0;
	}
	.content-estruturacao p.solo {
		font-size: 22px;
	}	

/* ESG */
.header-internas.esg {
	padding-bottom: 100px;
	background: #17375F;
  background: url(assets/images/star2.svg), linear-gradient(182deg,rgba(23, 55, 95, 1) 0%, rgba(12, 68, 121, 1) 100%) !important;
  background-position: right -20% center !important;
  background-repeat: no-repeat !important;
  background-attachment: fixed, local !important;	
}
.header-internas.esg .col-left {
	width: 45%;	
}
.header-internas.esg .col-right {
	width: 45%;	
}
.lista-esg {
	padding: 100px 0;
}
	.lista-esg ul {
		display: flex;
		flex-wrap: wrap;
		padding: 0;
		margin: 0;
		list-style: none;
	}
	.lista-esg ul li {
		width: 22%;
		background: #34A665;
		background: linear-gradient(180deg,rgba(52, 166, 101, 1) 0%, rgba(12, 68, 121, 0) 100%);
		border-radius: 20px;
		margin: 0 10px 30px 10px;
		padding: 30px;
		cursor: pointer;
		transition: all .2s;
    min-height: 306px;		
	}
		.lista-esg ul li:hover {
			transform: scale(1.05);			
		}
	.lista-esg ul li img {
		display: block;
		transition: all .2s;
	}
	.lista-esg ul li h3 {
		font-size: 25px;
		color: #fff;
		text-transform: uppercase;
		line-height: 1.2;
		margin: 20px 0;
	}
	.lista-esg ul li p {
		font-size: 18px;
		margin: 0;
		padding: 0;
		border: 0;
		line-height: 1.1;
		transition: all .2s;
		max-height: 0;
		opacity: 0;
		overflow: hidden;
		transition: all 0.4s ease;
		margin: 0;
	}

	.lista-esg ul li.ativo p {
	  max-height: 100px; /* limite para expandir */
	  opacity: 1;
	  margin-top: 8px;
	}

.internas {
	padding: 100px 0;
	background: #E3E2DC;
	background: linear-gradient(180deg,rgba(227, 226, 220, 1) 0%, rgba(255, 255, 255, 1) 100%);	
}
	.internas .col-form {
		max-width: 580px;
	}
	.internas h1 {
		font-size: 45px;
		font-weight: 900;
		color: var(--blue-color);
		margin-bottom: 40px;
		line-height: 1.2;
	}
	.internas h2 {
		font-size: 25px;
		color: var(--green-color);
		text-transform: uppercase;
		margin: 0 0 20px 0;
		letter-spacing: 4px;
	}
	.internas .col-mapas h5 {
		font-size: 25px;
		text-transform: uppercase;
		color: var(--blue-color);
		letter-spacing: 4px;
		margin-bottom: 20px;
	}
	.internas .col-mapas iframe {
		border-radius: 30px;
		display: block;
		margin-bottom: 20px;
	}
	.internas .col-mapas p {
		font-size: 18px;
		font-weight: bold;
	}
	.internas .col-mapas .mapa {
		margin-bottom: 60px;
	}
	.internas .texto-destacado {
		border-left: 3px solid var(--lightgreen-color);
		padding-left: 20px;
	}
	.internas .verde {
		color: var(--green-color);
	}

.formulario {
	margin-top: 40px;
}
	.formulario label {
		display: block;
		margin-bottom: 10px;
	}
	.formulario input[type="text"],
	.formulario input[type="email"],
	.formulario input[type="tel"] {
		width: 100%;
		height: 60px;
		border: 0;
		border-radius: 30px;
		background-color: #fff;
		padding: 0 30px;
	}
.formulario input[type="file"] {
		width: 100%;
		height: 60px;
		border: 0;
		border-radius: 30px;
		background-color: #fff;
		padding: 0 30px;
    padding-top: 17px;
	}	
	.formulario textarea {
		height: 265px;
		border: 0;
		border-radius: 30px;
		background-color: #fff;
		padding: 30px;
		resize: none;
	}
	.formulario input[type="submit"] {
		background-color: var(--lightgreen-color);
		color: #fff;
		text-transform: lowercase;
		border: 0;
		height: 50px;
		border-radius: 25px;
		padding: 0 40px;
		transition: all .2s;
		cursor: pointer;
		font-size: 20px;
	}
		.formulario input[type="submit"]:hover {
			transform: scale(1.05);
		}
	.wpcf7-checkbox {
		display: block;
		columns: 2;
	}
	.wpcf7-checkbox .wpcf7-list-item {
		display: block;
    margin: 0;
	}
	.box-checkbox,
	.box-radio {
		margin: 30px 0;
	}
	.box-checkbox label,
	.box-radio label {
		margin: 0;
	}
	.box-checkbox span.label,
	.box-radio span.label {
		font-size: 18px;
		font-weight: bold;
		display: block;
		margin-bottom: 10px;
	}
	.box-radio .wpcf7-list-item {
		display: block;
		margin: 0;
	}

	.wrap-menu-mobile {
		display: none;
	}


@media screen and ( max-width: 1800px ) {
	.header-internas {
		background-size: 58%, auto !important;
	}
	.segmentos {
	    background-size: 38%;
	}	
	.atendimento {
	    background-size: 48%, auto;
	}	
	.manifesto {
	    background-size: 48%, auto !important;
	}		
}

@media screen and ( max-width: 1470px ) {
	.wrap {
		padding: 0 30px;
	}
	.lista-esg ul li h3 {
    font-size: 20px;
  }
}

@media screen and ( max-width: 1366px ) {
	.baixo-gente .col-txt {
	    padding: 5% 10% 3% 5%;
	}	
}

@media screen and ( max-width: 1180px ) {
	.video video {
		margin-left: -63%;
		height: 100vh;
	}
	.site-branding {
		flex-shrink: 0;
		margin-right: 30px;
	}
	.lista-esg ul li {
	    width: 31%;
	}	
	section.header-internas {
		background-image: none;
		min-height: initial;
		padding-bottom: 100px;
	}
	.header-internas .col-txt {
		width: 100%;
	}
	.box-nossos-servicos .col-left {
    width: 100%;
	  margin-bottom: 100px;
	}
	.colunas {
		flex-direction: column;
	}	
	.box-nossos-servicos .col-right {
	    width: 100%;
	}	
	.box-nossos-servicos ul li {
    width: 100%;
  }
	.box-nossos-servicos ul li {
		width: 100%;
		margin-bottom: 100px;
	}  
	.box-nossos-servicos ul li:nth-child(3), .box-nossos-servicos ul li:nth-child(4) {
	    margin-top: 0;
	}	
	.header-internas.single-servicos .col-img {
    background-color: #eee;
  }
	.baixo-gente .col-img {
		display: none;
	}	  
  .baixo-gente .col-txt {
      padding: 0 30px;
      margin-bottom: 60px;
  }	
	.header-internas .col-txt img {
		display: block;
	}  
	.header-internas {
		background-image: none !important;
	}
	.lista-esg ul li p {
		max-height: initial;
		opacity: 1;
	}	
}
@media screen and (max-width: 1366px) {
	.header-internas {
	    min-height: 650px;	
	}
}
@media screen and (max-width: 70em) {
	.hot-links {
		display: none;
	}
  .menu,
  .wrap-menu-mobile {
      position: absolute;
      top: 75px;
      left: 0;
			background: #17375F;
      width: 100%;
      z-index: 1;
      text-align: center;
      padding: 30px 0;
  }	
	.menu li {
	    margin-right: 0;
	}
	.menu-menu-principal-container {
		display: none;
	}
	.main-navigation.toggled .wrap-menu-mobile {
		display: block;
	}
	.main-navigation.toggled .wrap-menu-mobile a {
		color: #fff;
	}
	.box-text h1 {
    max-width: 100%;
    font-size: 40px;
  }
	.box-text h2 {
   font-size: 22px;
   padding-right: 15%;
  }
	.box-nossos-numeros .lista-numeros {
	    flex-direction: column;
	}  
	.box-gente-brilha .col-text {
	    width: 100%;
	}	
	.box-responsabilidade-esg h3,
	.box-gente-brilha h2,
	.box-nossos-numeros h2,
	.box-nossos-numeros .lista-numeros span.numero,
	.box-nossos-servicos h2 {
	    font-size: 48px;
	}	
	.site-footer {
		text-align: center;
	}
	.site-footer .logo-gg {
		margin-left: auto;
		margin-right: auto;
	}
	.site-footer .center img {
		margin-bottom: 30px;
	}
	.site-footer .flex {
		flex-direction: column;
		display: none;
	}
	.site-footer p.copy {
		text-align: center;
		margin-top: 30px;
	}
	.site-footer .colunas img {
		margin-top: 30px	;
	}
	.perto-de-voce .col-mapa {
	    width: 100%;
	    max-width: 100%;
	    margin-bottom: 30px;
	    order: 2;
	}
	.perto-de-voce .box-clicaveis {
		flex-direction: column;
	}
	.perto-de-voce .box-clicaveis > div {
	    max-width: 100%;
	    margin-bottom: 30px;
	}	
	.perto-de-voce .box-clicaveis p {
	    visibility: visible !important;
	}	
	.diferencial .col-texto {
		width: 100%;
	}
	.topo-internas.nossa-marca .col-txt {
    width: 100%;
	}
	.nossa-essencia .col-img img {
		display: none;
	}
	.nossa-essencia {
	    background: none;
	    background-color: #17375F;
	    padding: 60px 0;
	}	
	.proposito .col {
    width: 100%;
    margin-bottom: 30px;
	}
	.valores ul {
		flex-direction: column;
	}
	.valores ul li {
	    width: 100%;
	}
	.manifesto {
	    background: none;
	    background: #17375F;
	}	
	.portfolio .wrap > ul > li {
	    width: 100%;
	}	
	.faixa-flexibilidade p {
	    width: 100%;
	}	
	.segmentos .flex-right {
	    width: 100%;
	    display: block;
	    align-items: initial;
	    justify-content: initial;
	}	
	.segmentos .wrap-flex-right {
	    width: 100%;
	}	
	.segmentos .col {
	    width: 100%;
	}	
	.segmentos {
		background: none;
	}
	.segmentos h4 {
		margin-top: 0;
	}
	.header-internas.single-servicos .col-txt {
	    width: 100%;
	}
	.atendimento {
	    background: #34A665;
	    background: #34A665;
	    background: linear-gradient(90deg, rgba(52, 166, 101, 1) 0%, rgba(12, 68, 121, 1) 100%);
	    min-height: auto;
	}		
	.atendimento .wrap-flex-right {
	    width: 100%;
	    padding-right: 0;
	}	
	.navegacao ul {
		flex-direction: column;
	}
	.baixo-gente img {
	    display: none;
	}
	.baixo-gente .col-txt {
	    margin-bottom: 60px;
	}	
	.orange {
		margin-top: 30px;
	}	
	.baixo-gente .col-txt ul {
		flex-direction: column;
	}
	.baixo-gente .col-txt ul li {
		width: 100%;
		margin-bottom: 30px;
	}
	.content-estruturacao .col {
    width: 100%;
  }
	.header-internas.esg .col-left,
	.header-internas.esg .col-right {
	    width: 100%;
	}  
	.lista-esg ul li {
	    width: 47%;
	}		
	.internas h1 {
	    font-size: 30px;
	}	
	.formulario {
	    margin-bottom: 30px;
	}	
	.box-nossos-servicos {
	    padding-top: 60px;
	    padding-bottom: 0;
	}	
	.box-nossos-numeros {
	    background-position: right 100% center;
	}	
	.site-footer .center {
	    align-items: center;
	    flex-direction: row;
	    justify-content: space-around;
	}	
	.site-footer .colunas.selos {
	    align-items: center;
	    flex-direction: row;
	    justify-content: center;		
	}
		.site-footer .colunas.selos img {
			width: 80px;
		}
	.topo-internas.nossa-marca .col-img {
	    width: 80%;
	}		
	.nossa-essencia .col-conteudo h3 {
	    font-size: 40px;
	    padding-right: 0;
	}	
	.proposito h3 {
	    font-size: 20px;
	}	
	.portfolio .wrap > ul > li {
	    padding: 35px;
	}	
	.portfolio ul > li li a {
		font-size: 20px;		
	}	
	.portfolio ul > li h4 {
	    font-size: 25px;
	}	
	.portfolio ul > li li a img {
	    margin-right: 10px;
	}	
	.faixa-flexibilidade {
	    background-size: 90%, auto;
	}	
	.faixa-flexibilidade p {
	    color: #fff;
	    font-size: 32px;
	}
	.header-internas.single-servicos .col-img {
	    width: 250px;
	    height: 250px;
	    margin-left: 0;
	    margin: 0 auto;
	}		
	.atendimento h4 {
		margin-top: 0;
	}
	.content-gente .col {
	    width: 100%;
	    margin-bottom: 30px;
	}	
	.baixo-gente {
	    margin-top: 30px;
	}	
	.header-internas h1 {
	    font-size: 30px;
	}	
	.header-internas.esg {
		background: #17375F;
	  background: url(assets/images/star2.svg), linear-gradient(182deg,rgba(23, 55, 95, 1) 0%, rgba(12, 68, 121, 1) 100%);
	  background-position: right -20% center;
	  background-repeat: no-repeat;
	  background-attachment: fixed, local;	
	}	
	.lista-esg ul li img {
	    display: block;
	}	
	.lista-esg ul li p {
	    display: block;
	}	
	.box-responsabilidade-esg .btn {
		border-color: #fff;
		color: #fff;
	}	
  section.header-internas.quem-somos {
      padding-bottom: 30px;
      background-image: none;
  }
  section.header-internas.gente {
      padding-bottom: 30px;
      background-image: none;
  }
	.navegacao ul li {
		width: 100%;
	}
	.btn {
	    font-size: 17px;
	}	
	.escritorio {
	    flex-direction: column;
	}
	.sp {
		margin-bottom: 30px;
	}	
	.proposito {
	    padding: 100px 0 0 0;
	}	
	.proposito-valores {
	    background-image: none;
	}	
}

@media screen and (max-width: 750px) {
	.lista-esg ul li {
	    width: 100%;
	}		
    .box-responsabilidade-esg h3,
    .box-gente-brilha h2,.box-nossos-numeros h2,
    .box-nossos-numeros .lista-numeros span.numero,
    .box-nossos-servicos h2 {
        font-size: 36px;
    }	
	.wpcf7-checkbox {
	    columns: initial;
	}    
}

@media screen and (max-width: 650px) {
	.video {
		background: url(assets/images/bg-home.jpg) no-repeat center right;
		height: 80vh;
	}
	.video video {
	 	display: none;
	}
	.box-text {
		top: initial;
	    bottom: 0;
	}	
}