/*!
Theme Name: Exent
Theme URI: http://underscores.me/
Author: Exent
Author URI: https://www.exent.com.br/
Description: Tema Website Exent 2022
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: marketing_digital
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.

Exent 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

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Ordem dos blocos
--------------------------------------------------------------*/
#page,
#primary{
    display: flex;
    flex-direction: column;
    display: -webkit-flex;
    -webkit-flex-direction: column;
    display: -ms-flexbox;
}

#fixed-topbar{
	order:1;
}
header{
    order:2;
}
#primary{
    order:3;
}
footer{
    order:4;
}


/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
.phone_hp{
	display: none!important;
}

/* 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: 'Poppins', sans-serif;
	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: 'Poppins', sans-serif;
	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;
}
:focus-visible {
    outline: none;
}
div,
input,
textarea,
button,
select,
a {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	appearance: button;
	-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"] {
	appearance: textfield;
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	appearance: none;
	-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 {
	appearance: 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: 'Poppins', 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: 'Poppins', sans-serif;
}

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:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: none;
}

a:hover,
a:active {
	outline: 0;
}

/* cores
--------------------------------------------- */
:root {
--azul: #0096d5;
--amarelo: #ffae00;
--vermelho: #ff464e;
--laranja: #ff6a26;
--azul_exent: #42bfec;
--amarelo_exent: #f3c96e;
--vermelho_exent: #eb656b;
--laranja_exent: #ed8565;
--cinza: #747474;
}

/* 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;
}

input[type=search]::-ms-clear {  display: none; width : 0; height: 0; }
input[type=search]::-ms-reveal {  display: none; width : 0; height: 0; }

:focus {
	outline: none;
}

/* clears the 'X' from Chrome */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration { display: none; }

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 {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.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;
}

/*--------------------------------------------------------------
# Exent General Styles
--------------------------------------------------------------*/
.clear {
	clear: both;
}
.fw-block {
	display: flex;
}

.ct-block {
	display: block;
}

.post-edit-link {
	text-align: center;
	display: block;
}

/* Topbar */

	#fixed-topbar {
		background-color: #333333;
		width: 100%;
		z-index: 999;
		position: absolute;
		top: 0;
	}

	#fixed-topbar .ct-block {
		height: 39px;
		margin: auto;
		width: 1220px;
	}

		#fixed-topbar #nav-topbar-products ul,
		#fixed-topbar #nav-topbar-languages ul {
			list-style: none;
			margin:0px;
			padding: 0px;
			display: flex;
			flex-direction: row;
			align-items: center;
			display: -webkit-flex;
			-webkit-flex-direction: row;
			-webkit-align-items: center;
		}

		#fixed-topbar #nav-topbar-products {
			display: block;
			float: left;
		}

		#fixed-topbar #nav-topbar-products ul li img {
			filter: grayscale(100%);
			opacity: 0.5;
			transition: 0.3s;
		}

		#fixed-topbar #nav-topbar-products ul li img:hover {
				filter: grayscale(0%);
				opacity: 1;
				cursor: pointer;
			}

		#fixed-topbar #nav-topbar-products ul li:first-child { padding-left: 0px; }
		#fixed-topbar #nav-topbar-products ul li:nth-child(2) {
			border-left: 1px solid #999999;
		}

			#fixed-topbar #nav-topbar-products ul li {
				padding-left: 16px;
				padding-right: 16px;
				height: 23px;
				margin-top: 8px !important;
			}

		#fixed-topbar #nav-topbar-languages {
			display: block;
			float: right;
		}

			#fixed-topbar #nav-topbar-languages ul li:first-child,
			#fixed-topbar #nav-topbar-languages ul li:last-child {
				border:none !important;
			}

			#fixed-topbar #nav-topbar-languages ul li img {
				opacity: 0.5;
			}

			#fixed-topbar #nav-topbar-languages ul li {
				padding-left: 5px;
				padding-right: 5px;
				border-right: 1px solid #999999;
				height: 14px;
				line-height: 14px;
				margin-top: 13px !important;
			}

			#fixed-topbar #nav-topbar-languages a {
				font-size: 14px;
				text-decoration: none;
				color: #999999;
				transition: 0.3s;
			}

			#fixed-topbar #nav-topbar-languages a:hover {
				color: #FFF;
			}

	#fixed-topbar #nav-topbar-years {
		float: right;
		height: 100%;
		display: flex;
		flex-direction: column;
		justify-content: center;
		display: -webkit-flex;
		-webkit-flex-direction: column;
		-webkit-justify-content: center;
	}
	#fixed-topbar #nav-topbar-years span{
		color: #fff;
		font-size: 12px;
		letter-spacing: 0.05em;
	}
	#fixed-topbar #nav-topbar-years span .destaque{
		color: var(--amarelo_exent);
	}


/* Header */
#masthead {
	position: absolute;
	top: 120px;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	z-index: 999;
}
	#main-menu-mobile{
		display: none;
	}

	#masthead .ct-block {
		height: 220px;
		margin: auto;
		width: 1220px;
		z-index: 89;
		position: relative;
	}

		#masthead #header-logo {
			display: block;
			margin: 1vw 0px 0px 0px;
			outline : none;
			width: 8vw;
		}

		#masthead #header-logo img {
			width: 8vw;
			height: auto;
		}

		#masthead #main-menu {
			width: 78.9%;
			position: absolute;
			right: 0px;
			top: 1vw;
			height: 41px;
		}

			#masthead #main-menu #menu-menu_header {
				margin: 0;
				padding: 0 22px;
				list-style: none;
				max-width: 705px;
				display: flex;
				justify-content: space-between;
				backdrop-filter: blur(5px);
				height: 41px;
				background-color: rgba(255, 255, 255, 0.1);
			}

			#masthead #main-menu #menu-menu_header li {
				position: relative;
				float: left;
				line-height: 40px;
			}

			#masthead #main-menu #menu-menu_header li a {
				text-decoration: none;
				color: #FFF;
				text-transform: uppercase;
				font-size: 12px;
				font-weight: 500;
				transition: .3s;
			}

		#masthead #main-menu .search-form {
			position: absolute;
			right: 115px;
			top: 3px;
			width: 102px;
		}

			#masthead #main-menu .search-form .search-field {
				width: 100%;
				z-index: 5;
				font-size: 12px;
				text-transform: uppercase;
				color: #FFF !important;
				background:transparent;
				border:none;
				border-bottom: 1px solid #e1e3e6;
				padding: 8px 15px 5px 0px;
				border-radius: 0px !important;
			}
			#masthead #main-menu .search-form .search-field.error {
				border-bottom: 1px solid red;
			}

			#masthead #main-menu .search-form .search-field:focus {
				outline: none;
			}

				#masthead #main-menu .search-form .search-field::placeholder {
					color:#fff;
					opacity: 0.8;
				}

			#masthead #main-menu .search-form .search-submit {
				position: absolute;
				top: 10px;
				right: 0px;
				background: transparent;
				padding: 0;
				margin: 0;
				width: 13px;
				height: 13px;
				z-index: 10;
				border: none;
				opacity: 0.7;
				color: #fff;
				cursor: pointer;
			}

		#masthead #main-menu #social-list {
			position: absolute;
			right: 0px;
			top: 10px;
			width: 75px;
			list-style: none;
			margin: 0px;
			padding: 0px;
			display: flex;
			justify-content: space-between;
		}

			#masthead #main-menu #social-list img {
				opacity: 0.7;
			}
			
			#masthead #main-menu #social-list img:hover {
				opacity: 1;
			}
/* Header Fixo */
#masthead.header_fixo {
    background-color: #1d1d1d;
    width: 100%;
    z-index: 99;
    position: fixed;
    top: 19px;
}
#masthead.header_fixo .ct-block {
    height: 41px;
    margin: auto;
    width: 1220px;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
    -webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
#masthead.header_fixo #header-logo img {
    width: auto;
    height: 22px;
}
#masthead.header_fixo #header-logo {
    display: block;
    margin: 0;
    outline: none;
    width: auto;
    height: 22px;
}
#masthead.header_fixo #main-menu #menu-menu_header li:last-child a {
    color: var(--laranja_exent);
	font-weight: 700; 
}
#masthead.header_fixo .search-form,
#masthead.header_fixo #main-menu #social-list {
	display: none;
}
#fixed-topbar #nav-topbar-years.fixo {
    position: fixed;
    top: 0;
    float: none;
    height: 39px;
    left: 77vw;
}
#masthead.header_fixo #main-menu #menu-menu_header {
    margin: 0;
    padding: 0 22px;
    list-style: none;
    max-width: 705px;
    display: flex;
    justify-content: space-between;
    backdrop-filter: none;
    height: 39px;
    background-color: initial;
}
#masthead.header_fixo #main-menu {
    width: 81%;
	position: relative;
    right: 0px;
    top: 0;
    height: 39px;
}
/* Footer */

#colophon {
	background: rgb(15,15,15);
	background: linear-gradient(76deg, rgba(15,15,15,1) 0%, rgba(47,47,47,1) 100%);
	padding: 0 20px;
}
	#colophon hr{
		background-color: #464646;
		border: 0;
		height: 1px;
		margin: 0;
	}
	#colophon .top{
		padding: 60px 0 30px;
		width: 1275px;
		display: flex;
		align-items: flex-start;
		justify-content: center;
		flex-direction: row;
		display: -webkit-flex;
		-webkit-align-items: flex-start;
		-webkit-justify-content: center;
		-webkit-flex-direction: row;
		margin: 0 auto;
	}
		#colophon .top ul {
			padding: 0;
			list-style: none;
			margin: 0;
		}
				#colophon .top ul li a{
					text-decoration: none;
					color: #9d9d9d;
					transition: .3s;
					font-size: 12px;
					line-height: 35px;
					font-weight: 600;
					letter-spacing: 0.03em;
					text-transform: uppercase;
				}
					#colophon .top ul li a:hover{
						color: #fff;
						transition: .3s;
					}
		#colophon .top .titulo,
		#colophon .top ul .titulo a {
			color: #fff;
			text-decoration: none;
			margin: 0 0 20px 0;
			font-size: 14px;
			font-weight: 600;
			letter-spacing: 0.03em;
			text-transform: uppercase;
		}
	#colophon .top .bloco-1, 
	#colophon .top .bloco-2, 
	#colophon .top .bloco-3, 
	#colophon .top .bloco-4 {
		width: 25%;
	}

	#colophon .top .bloco-1 #footer-logo img{
		width: 120px;
		display: block;
		margin: 0 auto;
	}
	#colophon .top .bloco-1 .social-media{
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: row;
		display: -webkit-flex;
		-webkit-align-items: center;
		-webkit-justify-content: center;
		-webkit-flex-direction: row;
		margin: 25px 0;
	}
	#colophon .top .bloco-1 .social-media .icone-footer {
		background-color: #fff;
		border-radius: 15px;
		width: 20px;
		height: 20px;
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: row;
		display: -webkit-flex;
		-webkit-align-items: center;
		-webkit-justify-content: center;
		-webkit-flex-direction: row;
		cursor: pointer;
		transition: .3s;
		margin: 0 8px;
	}
	#colophon .top .bloco-1 .social-media .icone-footer a{
		line-height: 0;
	}
	#colophon .top .bloco-1 .social-media .icon-facebook:hover {
		background-color: #4867aa;
		transition: .3s;
	}
	#colophon .top .bloco-1 .social-media .icon-instagram:hover {
		background-color: #ab3484;
		transition: .3s;
	}
	#colophon .top .bloco-1 .social-media .icon-linkedin:hover {
		background-color: #2867b2;
		transition: .3s;
	}
	#colophon .top .bloco-1 .social-media .icone-footer svg{
		color: #000;
		transition: .3s;
	}
	#colophon .top .bloco-1 .social-media .icon-facebook svg{
		width: 8px;
	}
	#colophon .top .bloco-1 .social-media .icon-instagram svg{
		width: 13px;
	}
	#colophon .top .bloco-1 .social-media .icon-linkedin svg{
		width: 11px;
	}
	#colophon .top .bloco-1 .social-media .icone-footer:hover svg{
		color: #fff;
		transition: .3s;
	}
	#colophon .top .bloco-1 .endereco {
		display: flex;
		align-items: flex-start;
		justify-content: center;
		flex-direction: row;
		display: -webkit-flex;
		-webkit-align-items: flex-start;
		-webkit-justify-content: center;
		-webkit-flex-direction: row;
	}
	#colophon .top .bloco-1 .endereco p{
		color: #9d9d9d;
		margin: 0;
		font-size: 14px;
	}
	#colophon .top .bloco-1 .endereco svg{
		width: 12px;
		color: #fff;
		margin: 4px 11px 0 0;
	}
	#colophon .top .bloco-2,
	#colophon .top .bloco-3,
	#colophon .top .bloco-4 {
		text-align: center;
	}
	#colophon .top .bloco-3 .titulo {
		margin-top: 5px;
	}
	#colophon .top .bloco-4 #nav-footer-products ul {
		margin: 30px auto;
	}
	#colophon .top .bloco-4 #nav-footer-products ul li{
		border: 1px solid #656565;
		text-align: center;
		width: 180px;
		display: block;
		margin: 0 auto;
		cursor: pointer;
	}
	#colophon .top .bloco-4 #nav-footer-products ul .exent_hub_logo {
		padding: 14px 0;
		margin-bottom: 12px;
	}
	#colophon .top .bloco-4 #nav-footer-products ul .exent_imobity_logo {
		padding: 10px 0;
	}
	#colophon .top .bloco-4 #nav-footer-products img {
		width: 102px;
		filter: grayscale(100%);
		opacity: 0.5;
		transition: 0.3s;
	}
	#colophon .top .bloco-4 #nav-footer-products img:hover {
		filter: grayscale(0%);
		opacity: 1;
		transition: 0.3s;
	}
	#colophon .top .bloco-4 .titulo{
		margin: 0 0 10px 0;
	}
	#colophon .top .bloco-4 input {
		background-color: #525151;
		border: none;
		position: relative;
		display: block;
		width: 200px;
		color: #fff;
		font-size: 10px;
		line-height: 11px;
		font-weight: 600;
		padding: 10px 12px;
		margin: 0 auto 10px;
		letter-spacing: .3px;
	}
	#colophon .top .bloco-4 input::placeholder {
		color: #fff;
	}
	#colophon .top .bloco-4 button {
		background: #e7e7e7;
		text-transform: uppercase;
		font-size: 12px;
		width: 200px;
		color: #000;
		font-size: 10px;
		line-height: 11px;
		font-weight: 700;
		padding: 8px 12px;
		transition: .3s;
		border-radius: 0;
		cursor: pointer;
	}
	#colophon .top .bloco-4 button:hover {
		background: #fff;
		transition: .3s;
	}
	#colophon .top .bloco-4 #status-news {
		color: #dd2020;
		font-size: 10px;
		margin: 5px 0;
		font-weight: 600;
	}
	
	#colophon .top .bloco-4 .bloco-news{
		min-height: 100px;
	}
	#colophon .middle{
		text-align: center;
		text-transform: uppercase;
		padding: 40px 0;
		font-size: 14px;
		color: #fff;
		letter-spacing: .03em;
		font-weight: 600;
	}
	#colophon .middle .parcerias {
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		align-items: flex-start;
		justify-content: center;
		display: -webkit-flex;
		-webkit-flex-direction: row;
		-webkit-flex-wrap: nowrap;
		-webkit-align-items: flex-start;
		-webkit-justify-content: center;
		margin-top: 40px;
	}
	#colophon .middle .parcerias .parceria-imagem {
		margin: 0 45px;
		height: 70px;
	}
	#colophon .middle .parcerias .parceria-imagem img {
		height: 100%;
		width: auto;
	}
	#colophon .middle .parcerias .parceria-imagem a {
		line-height: 0;
	}
	#colophon .middle .parcerias .parceria-glassdor {
		background-color: #fff;
		width: 177px;
		height: 68px;
		padding: 8px 27px;
		display: flex;
		justify-content: center;
		align-items: center;
		display: -webkit-flex;
		-webkit-justify-content: center;
		-webkit-align-items: center;
	}
	#colophon .bottom{
		text-align: center;
		padding: 30px 0;
		font-size: 10px;
		color: #fff;
	}
		#colophon .bottom p{
			margin: 0;
		}
			#colophon .bottom p a{
				margin: 0;
				text-decoration: none;
				color: #fff;
				transition: .3s;
			}
			#colophon .bottom p a:hover{
				color: #42bfec;
				transition: .3s;
			}
/* Breadcrumb */
.breadcrumb {
    background-color: #303030;
    height: 40px;
    width: 100%;
}
	.breadcrumb .nav {
		width: 1220px;
		height: 100%;
		margin: 0 auto;
		display: flex;
		align-items: center;
		justify-content: flex-start;
		flex-direction: row;
		display: -webkit-flex;
		-webkit-align-items: center;
		-webkit-justify-content: flex-start;
		-webkit-flex-direction: row;
	}
	.breadcrumb,
	.breadcrumb a {
		color: #fff;
		text-transform: uppercase;
		font-size: 10px;
		letter-spacing: 0.05em;
		text-decoration: none;
		font-weight: 500;
		transition: .3s;
	}
		.breadcrumb a:hover {
			color: #ff464e;
			transition: .3s;
		}
	.breadcrumb .dots_breadcrumb{
		color: #00c0ee;
		margin: 0 8px;
		font-size: 8px;
	}
/* Banner Pages */
.banner {
	background-color: #303030;
    height: 26vw;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    display: -webkit-flex;
    -webkit-align-items: center;
    -webkit-justify-content: center;
    -webkit-flex-direction: column;
    background-repeat: no-repeat;
	background-position: center bottom;
	position: relative;
	background-size: cover;
}
	.banner .titulo_banner {
		color: #fff;
		font-size: 3.5vw;
		font-weight: 700;
		letter-spacing: 0.03em;
		padding: 0 33%;
		text-align: center;
		line-height: 3.7vw;
		margin: 4.5% 0 0 0;
		z-index: 1;
	}
		.banner .titulo_banner .low_weight {
			font-weight: 300;
			padding: 0;
			text-align: inherit;
			line-height: 0;
		}
	.banner .subtitulo {
		color: #fff;
		font-size: 28px;
		font-weight: 300;
		letter-spacing: 0.08em;
	}

	.banner .titulo_banner {
		display: flex;
		flex-direction: column;
		display: -webkit-flex;
		-webkit-flex-direction: column;
		width: 100%;
		position: relative;
	}
/* Shortcode - Mapa */
#bloco-mapa {
	height: 400px;
	background-color: #fff;
	position: relative;
}
#bloco-mapa .btn-mapa {
    position: absolute;
    top: 20px;
    right: 20px;
    background-color: var(--vermelho);
    color: #fff;
    text-decoration: none;
    padding: 10px 20px;
    font-size: 12px;
    font-weight: 500;
	transition: .3s;
	z-index: 2;
}
#bloco-mapa .btn-mapa:hover {
    background-color: #ff575f;
	transition: .3s;
}
#bloco-mapa .bg-mapa{
    width: 100%;
    height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: absolute;
}
#bloco-mapa iframe{
    z-index: 1;
    position: absolute;
}
/* Shortcode - Slogan */
#bloco-slogan {
	height: 210px;
	background-color: #000;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: row;
	display: -webkit-flex;
	-webkit-align-items: center;
	-webkit-justify-content: center;
	-webkit-flex-direction: row;
}
	#bloco-slogan .esq {
		padding: 0 20px 0 0;
	}
		#bloco-slogan .esq img{
			width: 85px;
		}
	#bloco-slogan .dir {
		border-left: 1px solid #838383;
		margin: 0 0px 0 37px;
		height: 47px;
		padding: 0 0 0 45px;
	}
		#bloco-slogan .dir p {
			color: #fff;
			font-size: 32px;
			text-transform: uppercase;
			letter-spacing: 0.05em;
			margin: 0 0 0 0;
			font-weight: 400;
		}
			#bloco-slogan .dir p .txt-azul{
				color: var(--azul);
			}
			#bloco-slogan .dir p .txt-laranja{
				color: #ed8565;
			}

/* Shortcode - Parceiros Facebook */
.parceiro_fb {
    background-color: #ececec;
    text-align: center;
    padding: 50px 0;
}
.parceiro_fb.cinza{
	background-color: #ececec;
	border-top: 2px solid #2b51af;
}
.parceiro_fb.branco{
	background-color: #fff;
	border-top: 2px solid #2b51af;
}
	.parceiro_fb .titulo_pfb {
		font-size: 24px;
		font-weight: 700;
		color: #000;
		letter-spacing: 0.02em;
		margin-bottom: 38px;
	}
	.parceiro_fb .sub_titulo_pfb {
		font-size: 18px;
		font-weight: 500;
		color: #000;
		letter-spacing: 0.02em;
		margin-bottom: 20px;
	}
	.parceiro_fb .sub_titulo_pfb .bold {
		font-weight: 700;
	}
	.parceiro_fb img {
		-webkit-box-shadow: 0 1px 16px rgb(0 0 0 / 15%), 0 0 40px rgb(0 0 0 / 10%) inset;
		-moz-box-shadow: 0 1px 16px rgb(0 0 0 / 15%), 0 0 40px rgb(0 0 0 / 10%) inset;
		box-shadow: 0 1px 16px rgb(0 0 0 / 15%), 0 0 40px rgb(0 0 0 / 10%) inset;
	}
/* Shortcode - Parceiros Google */
.parceiro_google {
    background-color: #ececec;
    text-align: center;
    padding: 50px 0;
}
	.parceiro_google .titulo_google {
		font-size: 24px;
		font-weight: 700;
		color: #000;
		letter-spacing: 0.02em;
		margin-bottom: 38px;
	}
	.parceiro_google .sub_titulo_google {
		font-size: 18px;
		font-weight: 500;
		color: #000;
		letter-spacing: 0.02em;
		margin-bottom: 20px;
	}
	.parceiro_google .sub_titulo_google .bold {
		font-weight: 700;
	}
	.parceiro_google img {
		width: 15%;
	}
/* Shortcode - Parceiros */
.parceiros {
    background-color: #ececec;
    text-align: center;
    padding: 50px 0;
}
.parceiros .box-bottom {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
}
.parceiros.cinza{
	background-color: #ececec;
	border-top: 2px solid #2b51af;
}
.parceiros.branco{
	background-color: #fff;
	border-top: 2px solid #2b51af;
}
	.parceiros .titulo_pfb {
		font-size: 24px;
		font-weight: 700;
		color: #000;
		letter-spacing: 0.02em;
		margin-bottom: 38px;
	}
	.parceiros .sub_titulo_pfb {
		font-size: 18px;
		font-weight: 500;
		color: #000;
		letter-spacing: 0.02em;
		margin-bottom: 20px;
	}
	.parceiros .sub_titulo_pfb .bold {
		font-weight: 700;
	}
	.parceiros img {
		-webkit-box-shadow: 0 1px 16px rgb(0 0 0 / 15%), 0 0 40px rgb(0 0 0 / 10%) inset;
		-moz-box-shadow: 0 1px 16px rgb(0 0 0 / 15%), 0 0 40px rgb(0 0 0 / 10%) inset;
		box-shadow: 0 1px 16px rgb(0 0 0 / 15%), 0 0 40px rgb(0 0 0 / 10%) inset;
	}
	.parceiros img {
		height: 170px;
		width: auto;
	}
	.parceiros .box-parceiro {
		margin: 0 40px;
	}
/* Shortcode - Bloco Duplo */
.bloco_duplo{
	display: flex;
    align-items: flex-start;
    flex-direction: row;
    display: -webkit-flex;
    -webkit-align-items: flex-start;
    -webkit-flex-direction: row;
	margin: 30px 0;
}
	.bloco_duplo .conteudo{
		width: 50%;
	}
		.bloco_duplo .conteudo:nth-child(1){
			padding: 0 3% 0 0;
		}
		.bloco_duplo .conteudo:nth-child(2){
			padding: 0 0 0 3%;
		}

/* Shortcode - Depoimento */
.depoimento {
	display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
	display: -webkit-flex;
    -webkit-flex-direction: row;
    -webkit-align-content: center;
    -webkit-align-items: center;
}
.depoimento .esq {
    line-height: 0;
    border-radius: 100%;
    overflow: hidden;
}
.depoimento .dir{
	margin-left: 20px;
	width: 100%;
}
.depoimento .autor {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 15px;
}
.depoimento .dir a{
	color: #000!important;
}
.depoimento .dir a:hover{
	color: #363636!important;
}
.depoimento .txt {
    font-size: 14px;
    font-weight: 300;
	padding-right: 2vw;
	line-height: 27px;
}
/* Pagination */
.pagination {
	text-align: center;
}
		.pagination .wp-pagenavi .current{
			cursor: default;
		}
		.pagination .wp-pagenavi a,
		.pagination .wp-pagenavi .current{
			text-decoration: none;
			font-size: 10px;
			font-weight: 500;
			margin: 0 5px;
			color: #000;
			padding: 7px 10px;
			transition: .3s;
		}
		.pagination .wp-pagenavi .current,
		.pagination .wp-pagenavi .nextpostslink,
		.pagination .wp-pagenavi .previouspostslink{
			color: var(--vermelho);
		}
		.pagination .wp-pagenavi a:hover{

			color: var(--vermelho);
			transition: .3s;
		}
	.paged #blog .destaque,
	.paged #blog .all_posts  {
		display: none;
	}

	/********************* BARRA HORIZONTAL ************************/

	/* Works on Firefox */
	* {
		scrollbar-width: thin;
		scrollbar-color: rgb(231, 231, 231) rgb(0 0 0);;
	}

	/* Works on Chrome, Edge, and Safari */
	*::-webkit-scrollbar {
		width: 16px;
	}

	*::-webkit-scrollbar-track {
		background: rgb(0 0 0);
	}

	*::-webkit-scrollbar-thumb {
		background-color: rgb(231, 231, 231);
		border-radius: 20px;
		border: 3px solid rgb(0 0 0);
	}
/********************* TOP Button ************************/
	.topbutton {
		height: 40px;
		width: 40px;
		position: fixed;
		right: 20px;
		bottom: 30px;
		Z-index: 24;
		background-color: #eb656b;
		border-radius: 7px;
		display: none;
		cursor: pointer;
   }
   .topbutton svg {
		width: 46%;
		color: #fff;
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}
   .topbutton:hover {
		background-color: #f9767c;
		transition: .3s;
	}
/********************* Menu Suspenso ************************/
.drop_down_menu {
	width: 100%;
	height: 45vh;
    min-height: 400px;
	background-color: #fff;
	padding: 0 45px;
	position: absolute;
	display: none;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
	justify-content: space-between;
    -webkit-flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -webkit-align-items: center;
	-webkit-justify-content: space-between;
	box-shadow: 4px 6px 12px #0000002b;
}
.drop_down_menu .esq {
    width: 32%;
}
.drop_down_menu .esq  .menu{
	list-style: none;
	margin: 0;
	padding: 0;
}
.drop_down_menu .esq  .menu li{
    margin-bottom: 1.3vh;
}
.drop_down_menu .esq .menu a {
    text-decoration: none;
    color: #000;
    font-size: 18px;
    font-weight: 600;
    transition: .3s;
}
.drop_down_menu .esq  .menu a:hover {
    color: var(--vermelho);
	transition: .3s;
}
/* Menu Cores Exent */
.drop_down_menu .esq  .menu .menu_mkt_digital a:hover,
.drop_down_menu .esq .menu_mkt_digital.active a,
.drop_menu_mkt_digital ul li a {
    color: var(--vermelho)!important;
}
.drop_down_menu .esq  .menu .menu_data_analytics a:hover,
.drop_down_menu .esq  .menu .menu_data_analytics.active a,
.drop_menu_data_analytics ul li a {
    color: var(--azul)!important;
}
.drop_down_menu .esq  .menu .menu_web_development a:hover,
.drop_down_menu .esq  .menu .menu_web_development.active a,
.drop_menu_web_development ul li a {
    color: var(--amarelo)!important;
}
.drop_down_menu .esq  .menu .menu_consultoria_digital a:hover,
.drop_down_menu .esq  .menu .menu_consultoria_digital.active a,
.drop_menu_consultoria ul li a {
    color: var(--laranja)!important;
}
.drop_down_menu .esq  .menu .menu_software_house a:hover,
.drop_down_menu .esq  .menu .menu_software_house.active a,
.drop_menu_software_house_tecnologia ul li a {
    color: var(--azul_exent)!important;
}
.drop_down_menu .esq  .menu .menu_solucoes a:hover,
.drop_down_menu .esq  .menu .menu_solucoes.active a,
.drop_menu_solucoes ul li a {
    color: #747474!important;
}
/* FIM Menu Cores Exent */
.drop_down_menu .dir {
	width: 60%;
}
.drop_down_menu .dir .menu,
.drop_down_menu .dir .sub-menu {
	margin: 0; 
	padding: 0;
	list-style: none;
}
.drop_down_menu .dir .menu {
	width: 50%;
	margin-bottom: 2.5vh;
}
.drop_down_menu .dir .menu a {
	color: var(--vermelho);
    text-decoration: none;
    font-size: 12px;
    font-weight: 600;
    transition: .3s;
	display: block;
	margin-bottom: 2vh;
	letter-spacing: 0.02em;
}
.drop_down_menu .dir .sub-menu a{
    text-decoration: none;
    color: #000;
    font-size: 12px;
    font-weight: 300;
    transition: .3s;
	margin-bottom: 10px;
	letter-spacing: 0.02em;
}
.drop_down_menu .dir .sub-menu a::before{
	content: '-';
	color: var(--vermelho);
	margin-right: 5px;
}
.drop_down_menu .dir .sub-menu a:hover {
    color: var(--vermelho);
	transition: .3s;
}
.drop_menu_marketing_digital,
.drop_menu_data_analytics,
.drop_menu_consultoria,
.drop_menu_software_house_tecnologia,
.drop_menu_solucoes {
	display: none;
	flex-wrap: wrap;
    align-content: flex-start;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
    -webkit-align-content: flex-start;
	-webkit-flex-direction: row;
}
.drop_menu_data_analytics,
.drop_menu_consultoria,
.drop_menu_software_house_tecnologia,
.drop_menu_solucoes {
	flex-direction: column;
	-webkit-flex-direction: column;
}	
/********************* Barra de progresso ************************/
.progress-container {
	width: 100%;
	height: 2px;
	background: transparent;
	position: fixed;
	z-index: 999;
}

.progress-bar {
	height: 2px;
	background: var(--vermelho);
	width: 0%;
}

/* Shortcode - Inboud Marketing */
#metodologia-inbound {
    background-color: #f3f3f3;
    height: auto;
    padding: 0 0 85px;
}
#metodologia-inbound .box {
    border: 1px solid #747474;
    width: 235px;
    height: 265px;
	padding: 18px 20px 30px 30px;
	position: relative;
	transition: .3s;
}
#metodologia-inbound .box .titulo {
    color: #747474;
    font-size: 18px;
    font-weight: 700;
    margin: 24px 0 12px;
    transition: .3s;
}
#metodologia-inbound .box ul{
	margin: 0;
	padding: 0 0 0 1em;
	list-style: none;
}
#metodologia-inbound .box li{
	font-size: 12px;
	color: #747474;
	font-weight: 300;
	line-height: 22px;
	transition: .3s;
	margin: 0;
}
#metodologia-inbound .box li::before {
    content: url(marketing-de-performance/shortcode/metodologia-inbound-marketing/metodologia-lista.png);
    display: inline-block; 
    width: 1em;
    margin-left: -12px;
	transition: .3s;
}
#metodologia-inbound .box-container {
    width: 1220px;
    margin: 0 auto;
    display: flex;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: space-between;
    align-items: flex-start;
	display: -webkit-flex;
    -webkit-flex-wrap: nowrap;
    -webkit-align-content: flex-start;
    -webkit-justify-content: space-between;
    -webkit-align-items: flex-start;
}
#metodologia-inbound .box .imagem {
    height: 61px;
}
#metodologia-inbound .box .imagem svg{
	color: #747474;
	transition: .3s;
}
#metodologia-inbound .box-1 .imagem svg{
    width: 80px;
}
#metodologia-inbound .box-2 .imagem svg{
    width: 70px;
	margin-top: 5px;
}
#metodologia-inbound .box-3 .imagem svg{
    width: 64px;
}
#metodologia-inbound .box-4 .imagem svg{
    width: 66px;
}
#metodologia-inbound .box-5 .imagem svg{
    width: 61px;
}
#metodologia-inbound .box:hover .imagem svg{
	color: #eb656b;
	transition: .3s;
}
#metodologia-inbound .box:hover {
	border: 1px solid #eb656b;
}
#metodologia-inbound .box:hover li {
	color: #000;
}
#metodologia-inbound .box:hover .titulo {
	color: #eb656b;
}
#metodologia-inbound .box:hover li::before{
    content: url(marketing-de-performance/shortcode/metodologia-inbound-marketing/metodologia-lista-hover.png);
}
#metodologia-inbound .box:hover .titulo::before{
    content: url(marketing-de-performance/shortcode/metodologia-inbound-marketing/metodologia-icone-box.png);
	position: absolute;
    left: -6px;
    top: 34%;
}
/* Shortcode - Contato */
#contato {
    background-color: #2c2b2b;
	height: auto;
    padding: 5vw 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    display: -webkit-flex;
    -webkit-justify-content: center;
    -webkit-align-items: center;
    -webkit-flex-direction: column;
}
#contato .texto-mk-imo {
    color: #fff;
    font-size: 52px;
    font-weight: 600;
    line-height: 40px;
}
#contato .destaque {
    color: var(--laranja);
    font-size: 52px;
    letter-spacing: 0.02em;
    font-weight: 600;
    margin-bottom: 30px;
}
#contato .btn-contato {
    background-color: var(--laranja);
    font-size: 12px;
    letter-spacing: 0.05em;
    font-weight: 500;
    text-decoration: none;
    padding: 10px 28px;
    text-transform: uppercase;
    color: #fff;
    transition: .3s;
}
#contato .btn-contato:hover {
    background-color: #ff7637;
	color: #fff;
    transition: .3s;
}
/* Shortcode - Resumo */
#bloco_resumo {
    padding: 50px 0;
}
#bloco_resumo .top {
    text-align: center;
	margin-bottom: 30px;
}
#bloco_resumo .top .texto1 {
    margin: 8px 0;
    line-height: 32px;
    font-size: 16px;
    color: #000;
    font-weight: 400;
    letter-spacing: 0.02em;
}
#bloco_resumo .top .texto2 {
    margin: 0;
    line-height: 32px;
    font-size: 24px;
    color: #212121;
    font-weight: 700;
    letter-spacing: 0.02em;
}
#bloco_resumo .bottom {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
	display: -webkit-flex;
    -webkit-flex-wrap: nowrap;
    -webkit-flex-direction: row;
    -webkit-justify-content: center;
}
#bloco_resumo .bottom .box {
    width: 23%;
	text-align: center;
}
#bloco_resumo .bottom span {
    color: #0096d5;
    font-weight: 700;
    letter-spacing: 0.02em;
}
#bloco_resumo .bottom .count{
    font-size: 52px;
}
#bloco_resumo .bottom .low{
    font-size: 42px;
}
#bloco_resumo .bottom .titulo {
    color: #006e9d;
    font-size: 24px;
    font-weight: 700;
}
#bloco_resumo .bottom .box-1 .count,
#bloco_resumo .bottom .box-3 .count{
    width: 100px;
    display: inline-block;
}
#bloco_resumo .bottom .box-2 .count,
#bloco_resumo .bottom .box-4 .count{
    width: 70px;
    display: inline-block;
}
/** Lightbox **/
#slb_viewer_wrap .slb_theme_slb_default .slb_container {
	box-shadow: none!important;
	
}

#slb_viewer_wrap .slb_theme_slb_default .slb_group_status {
    font-style: normal!important;
    letter-spacing: 0.02em;
    font-size: 14px!important;
    font-weight: 600;
	color: #000!important;
	margin: 20px 0 0!important;
}
.slb_data_title {
	display: none!important;
}
.slb_template_tag_item_title {
    font-family: inherit!important;
    letter-spacing: 0.02em;
    font-size: 14px!important;
    font-weight: 600;
}
#slb_viewer_wrap .slb_theme_slb_default .slb_data_desc {
    display: none!important;
}
/** Galeria **/
.bloco_galeria {
    width: 1220px;
    margin: 50px auto;
    position: relative;
	--swiper-theme-color: var(--vermelho);
}
.bloco_galeria .titulo{
	text-align: center;
	color: var(--vermelho);
	font-size: 24px;
	letter-spacing: 0.02em;
	margin-bottom: 50px;
	font-weight: 600;
}
.bloco_galeria .box_galeria{
	position: relative;
}
.bloco_galeria .galeria_destaque{
	position: relative;
    overflow: hidden;
}
.bloco_galeria .swiper-button-next, .bloco_galeria .swiper-button-prev {
    top: 50%;
}
.bloco_galeria .swiper-button-next, .bloco_galeria .swiper-rtl .swiper-button-prev {
    right: -40px;
    left: auto;
}
.bloco_galeria .swiper-button-prev, .bloco_galeria .swiper-rtl .swiper-button-next {
    left: -40px;
    right: auto;
}
.bloco_galeria .swiper-wrapper {
    align-items: center;
}
/* Pop-up LGPD */
.cc-banner.cc-bottom {
    bottom: 60px;
}
.cc-window {
    z-index: 99999!important;
}
.cc-message {
    font-size: 13px;
    line-height: 16px;
    text-align: center;
}
.cc-revoke{display: none;}

.cc-window.cc-floating {
    width: 21em;
} 

.cc-btn {
    font-size: .8em;
}
/** Bloco Linode **/
.parceiro_linode {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 6% 0;
}
.parceiro_linode img {
    box-shadow: 0px 0px 19px #d2d2d2;
}
/** Bloco Contato Post **/
#contato_post {
	position: relative;
}
#contato_post .container_box {
	padding: 45px 65px;
	z-index: 1;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
#contato_post .efeito{
	background-image: url(marketing-de-performance/shortcode/bg-logo-shortcode-post.png);
	background-repeat: no-repeat;
	background-position: right;
	height: 100%;
	width: 100%;
	position: absolute;
	z-index: 0;
	-webkit-filter: saturate(0);
	filter: saturate(0);
	mix-blend-mode: hard-light;
	background-size: cover;
}
#contato_post .texto {
	margin: 0;
    padding: 0;
    font-size: 38px;
    line-height: 50px;
    color: #fff;
    font-weight: 700;
}
#contato_post .btn-contato-post {
    color: #000;
    background-color: #fff;
    font-weight: 700;
    padding: 20px 0;
    font-size: 14px;
    text-transform: uppercase;
    width: 260px;
    display: block;
    text-align: center;
	-ms-flex-item-align: end;
	align-self: flex-end;
	transition: .3s;
}
#contato_post .btn-contato-post:hover {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
/** Bloco Contato Page **/
#contato_page {
	position: relative;
}
#contato_page .container_box {
	padding: 104px 3%;
	z-index: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-direction: row;
	-webkit-box-pack: start;
    -ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	width: 72vw;
    margin: 0 auto;
}
#contato_page .efeito{
	background-image: url(marketing-de-performance/shortcode/bg-logo-shortcode-page.png);
	background-repeat: no-repeat;
    background-position: right;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 0;
    opacity: 80%;
	-webkit-filter: saturate(0);
	filter: saturate(0);
    mix-blend-mode: hard-light;
	background-size: cover;
}
#contato_page .texto {
	margin: 0;
    padding: 0;
    font-size: 3.5vw;
    line-height: 4vw;
    color: #fff;
    font-weight: 700;
	width: 45vw;
}
#contato_page .texto span{
	display: block;
}
#contato_page .btn-contato-post {
    color: #000;
    background-color: #fff;
    font-weight: 700;
    padding: 20px 0;
    font-size: 14px;
    text-transform: uppercase;
    width: 260px;
    display: block;
    text-align: center;
	transition: .3s;
}
#contato_page .btn-contato-post:hover {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}