/*!
Theme Name: Nova IAT
Theme URI: http://underscores.me/
Author: Clima
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: nova-iat
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.

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

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

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

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

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

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

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

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

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

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

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

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

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html {
	box-sizing: border-box;
}

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

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

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

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

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

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

ul,
ol {
	/* margin: 0 0 1.5em 3em; */
	padding-left: 25px;
}

ul {
	list-style: disc;
	color: ;
}

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

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

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

/* .post,
.page {
	margin: 0 0 1.5em;
} */

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



/**
*NOVA IAT CSS
**/

/*Geral*/
.wrapper{

	width: 100%;
	max-width: 1200px;
	display: table;
	margin: 0 auto;
}
.full{

	width: 100%;
	max-width: 100%;
	display: table;
	margin: 0 auto;
}

.flex{

	display: flex;
	flex-wrap: wrap;
}

.flex-no-wrap{

	flex-wrap: nowrap;
}

.justify-space-between{

	justify-content: space-between;
}

.align-items-center{

	align-items: center;
}

.bg-preto{

	background: #000000;
}

.bg-preto-cinzento{

	background: #111111;
}

.bg-gradient-cinzento-preto{

	background: linear-gradient(to right, #111111, #000000);
}

.w100{

	width: 100%;
}

.text-align-right{

	text-align: right;
}

body,
html{

	font-family: 'Montserrat', sans-serif;
}


h2{

	font-size: 50px;
    font-weight: 600;
    line-height: 1.2;
}

a[data-a="Visite o site europeu"], 
a[data-a="Saber mais"],
a[data-value="Ler mais"],
a[data-a="Read more"]{

	background: #ef4534;
	border: 1px solid #ef4534;
	color: #fff;
	text-decoration: none;
	font-weight: 600;
	padding: 10px 25px;
	display: inline-block;
	transition: all .3s linear;
}
a[data-a="Visite osite europeu"]:hover, 
a[data-a="Saber mais"]:hover,
a[data-a="Read more"]:hover{

	background: #fff;
	color: #ef4534;
}


/*Botões*/

/* a[data-value="Ler mais"] {

	background: red; 
} */

/*Header*/
.site-header{

	background: #000000;
	padding: 20px 0;
	position: relative;
}

.site-branding{

	width: 100%;
	max-width: 400px;
}

.site-branding img{

	width: 100%;
	min-height: 60px;
}

.menu-toggle{

	display: none;
}

.nav-menu li a{

	color: #fff;
	font-size: 18px;
	padding: 5px 0;
}
.nav-menu > li{

	padding: 25px 0;
	position: relative;
}

.nav-menu > li > a{

	font-weight: 900;
	font-size: 25px;
	display: table;
    margin: 0 auto;
}


.search-form{

	display: flex;
}

.search-form label{

	display: inline-block;
    width: 100%;
}

.search-form label .search-field{

    border-radius: 0;
    height: 40px;
}

.search-form button{

	border-radius: 0;
    border: 0;
    background: #EF4534;
    color: #fff;
    font-size: 16px;
}

.right-header{

	display: flex;
    align-items: center;	
}

a.wpml-ls-link{

	color: #fff;
}


@media screen and (min-width: 900px){
	.site-header{

		position: relative;
	}
	.site-header .flex{

		flex-wrap: wrap;
	}
	.main-navigation{

		width: 100%;
	}
	.main-navigation .menu{

		display: flex;
		justify-content: space-between;
		/* position: relative; */
	}
	.nav-menu > li{
		padding: 10px 0;
		position: initial;
	}
	.nav-menu > li.menu-item-has-children {
		position: initial;
	}
	.main-navigation ul.sub-menu{

		position: absolute;
		width: 100%;
		max-width: 1200px;
		background: #000;
		z-index: 99;
		display: none;
		padding: 15px 0 55px 0;
	}
	.main-navigation ul.sub-menu::before{

		position: absolute;
		content: '';
		width: 50%;
		left: -50%;
		top: 0;
		height: 100%;
		background-color: #000;
	}
	.main-navigation ul.sub-menu::after{

		position: absolute;
		content: '';
		width: 50%;
		right: -50%;
		top: 0;
		height: 100%;
		background-color: #000;
	}
	.main-navigation .nav-menu > li.menu-item-has-children:hover ul.sub-menu{

		display: block;
	}
	.main-navigation .nav-menu ul.sub-menu li:hover > a{

		color: #ef4534;
	}
	.menu > .menu-item > a{

		border-bottom: 5px solid #000;
	}
	.menu > .menu-item:hover > a{

		border-bottom: 5px solid #ef4534;
	}
	.nav-menu > li > a{
		font-size: 18px;
	}
}


@media screen and (max-width: 900px){

	.menu-toggle {
		display: block;
		/* position: absolute; */
		/* top: 45px;
		left: 4px; */
		z-index: 10;
		display: block;
		visibility: visible;
		background-color: transparent;
		outline: 0;
		border: none;
		padding: 0;
		padding: 10px;
		cursor: pointer;
		position: relative;
	}
	
	.menu-toggle .line {
		display: block;
		/* position: relative; */
		top: 0;
		opacity: 1;
		background-color: #d96b5f;
		margin: 5px 4px;
		height: 5px;
		width: 30px;
		transform-origin: center center;
		-webkit-transition: -webkit-transform 200ms linear 0ms, top 200ms linear 0ms, opacity 200ms linear 0ms;
		transition: -webkit-transform 200ms linear 0ms, transform 200ms linear 0ms, top 200ms linear 0ms, opacity 200ms linear 0ms;
	}
	
	.toggled .menu-toggle .line {
		opacity: 0;
	}
	
	.toggled .menu-toggle .line:first-child {
		position: absolute;
		opacity: 1;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%) rotate(45deg);
		-moz-transform: translate(-50%, -50%) rotate(45deg);
		-o-transform: translate(-50%, -50%) rotate(45deg);
		-ms-transform: translate(-50%, -50%) rotate(45deg);
		transform: translate(-50%, -50%) rotate(45deg);
	}
	
	.toggled .menu-toggle .line:last-child {
		position: absolute;
		opacity: 1;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%) rotate(-45deg);
		-moz-transform: translate(-50%, -50%) rotate(-45deg);
		-o-transform: translate(-50%, -50%) rotate(-45deg);
		-ms-transform: translate(-50%, -50%) rotate(-45deg);
		transform: translate(-50%, -50%) rotate(-45deg);
	}
	
	.main-navigation .menu-main-menu-container{
	
		position: absolute;
		display: none;
		top: 100%;
		left: 0;
		width: 100%;
		background: #000000;
		text-align: center;
		padding: 55px 0;
		z-index: 999;
	}
	.main-navigation.toggled .menu-main-menu-container{
	
		display: block;
	}
	.nav-menu > li::after{

		content: '';
		position: absolute;
		width: 55px;
		height: 2px;
		background: #ef4534;
		bottom: 0;
		left: 50%;
		transform: translate(-50%, 0);
	}
	.nav-menu > li.menu-item-has-children > a{

		position: relative;
	}
	.nav-menu > li.menu-item-has-children > a::before{
		content: '';
		position: absolute;
		width: 15px;
		height: 4px;
		right: -35px;
		top: 50%;
		transform: translate(0%, -50%);
		background: #ef4534;
	}
	.nav-menu > li.menu-item-has-children > a::after{
		content: '';
		position: absolute;
		width: 15px;
		height: 4px;
		right: -33px;
		top: 50%;
		transform: rotate(90deg) translate(-2px, -50%);
		background: #ef4534;
	}
	.nav-menu > li.menu-item-has-children > a.active::after{
		display: none;
	}
	
	.sub-menu{
	
		display: none;
	} 
	.sub-menu.active{
	
		display: block;
	} 
}

/*Search and Filter*/
.search-filter-contentor{

	width: 100%;
}
.search-filter-contentor article{

	display: table;
    width: 100%;
    height: 100%;
    min-height: 270px;
	position: relative;
}
.search-filter-contentor article .image{

    width: 100%;
    height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.search-filter-contentor article .image:first-child{

    z-index: 2;
}

.search-filter-contentor article .data-artigo .dia i{

	font-size: 35px;
}
.search-filter-contentor article .data-artigo{

	width: 55px !important;
	height: 55px !important;
	bottom: auto !important;
	left: auto !important;
	padding: 0 !important;
	display: flex;
	align-items: center;
	justify-content: center;
	top: 0;
	right: 0;
	z-index: 3;
}

#t-factor_section_2 .contentor-titulo-seccao{

	display: flex;
}
#t-factor_section_2 .titulo-seccao,
#t-factor_section_2 .descricao-seccao{

	max-width: 50%;
	width: 100%;
}
#t-factor_section_2 .descricao-seccao{

	background: transparent;
	color: #898989;
}
#t-factor_section_2 .descricao-seccao::before{

	display: none;
}

.galeria-imagem{

	position: absolute;
}

a[data-fancy="display-none"]{

	display: none !important;
}

.fancybox img{

	height: 100% !important;
	width: 100% !important;
}

#t-factor_section_2 .contentor-titulo-seccao .descricao-seccao{

	padding: 0;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
#t-factor_section_2 .contentor-titulo-seccao .descricao-seccao .searchandfilter > ul{

	position: relative;
}
#t-factor_section_2 .contentor-titulo-seccao .descricao-seccao .searchandfilter > ul::before{

	position: absolute;
	top: -5px;
	left: 0;
	width: 100%;
	height: 1px;
	background: #898989; 
	content: '';
}


#t-factor_section_2 .contentor-titulo-seccao .descricao-seccao .searchandfilter ul li{

	display: inline-flex;
	align-items: center;
}
#t-factor_section_2 .contentor-titulo-seccao .descricao-seccao .searchandfilter ul li h4{

	text-transform: uppercase;
}
#t-factor_section_2 .contentor-titulo-seccao .descricao-seccao .searchandfilter ul li > ul li{

	margin: 0 15px;
	font-weight: 600;
}
#t-factor_section_2 .contentor-titulo-seccao .descricao-seccao .searchandfilter ul li > ul li label{

	cursor: pointer !important;
}
#t-factor_section_2 .contentor-titulo-seccao .descricao-seccao .searchandfilter ul li > ul li input{

	opacity: 0;
}
#t-factor_section_2 .contentor-titulo-seccao .descricao-seccao .searchandfilter ul li > ul li:nth-child(2n),
#t-factor_section_2 .contentor-titulo-seccao .descricao-seccao .searchandfilter ul li > ul li:last-child{

	position: relative;
}
#t-factor_section_2 .contentor-titulo-seccao .descricao-seccao .searchandfilter ul li > ul li:nth-child(2n)::before,
#t-factor_section_2 .contentor-titulo-seccao .descricao-seccao .searchandfilter ul li > ul li:last-child::before{

	position: absolute;
    width: 35px;
    height: 35px;
    top: 50%;
    left: -18px;
    transform: translate(0, -50%);
    display: flex;
    align-items: center;
    font-family: 'Font Awesome 5 Pro';
    font-weight: 600;
    font-size: 28px;
}
#t-factor_section_2 .contentor-titulo-seccao .descricao-seccao .searchandfilter ul li > ul li:nth-child(2n)::before{
	content: '\f030';
}
#t-factor_section_2 .contentor-titulo-seccao .descricao-seccao .searchandfilter ul li > ul li:last-child::before{
	content: '\f03d';
}
#t-factor_section_2 .contentor-titulo-seccao .descricao-seccao .searchandfilter ul li > ul li.sf-option-active{
	color: #ef4534;
}


.post-gallery,
.popup{

	display: none;
}
.popup.active{

	display: block;
	position: fixed;
    width: 100%;
    max-width: 800px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    /* height: 100%;
    max-height: 80%; */
	padding: 15px;
    z-index: 9;
    background: #000;
}

.close-popup{

	border-radius: 50%;
    position: absolute;
    z-index: 99;
    color: #fff;
    top: 10px;
    right: 6px;
    font-size: 23px;
    border: 1px solid #000;
    line-height: 0;
	cursor: pointer;
}

.popup-video.active{
	display: block;
}

.popup-video{

	position: fixed;
    width: 100%;
    height: 100%;
    z-index: 99;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.7);
	display: none;
}

.content-popup-video{

	width: 90%;
    max-width: 800px;
    position: absolute;
    height: auto;
	max-height: 90%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.close-popup-video{

    float: right;
    color: #fff;
    font-size: 30px;
    margin-bottom: 10px;
    line-height: 1;
	cursor: pointer;
}

.video-slider section{

	display: none;
}


/*Pages*/
.site-main section{

	padding: 55px 0;
}
.site-main section.no-paddings{

	padding: 0;
}


.content-interno{

	width: 100%;
}

.content-interno .col{

	width: 100%;
	display: table;
}
.content-interno.duas_colunas .col{

	width: 100%;
	padding: 0 10px;
	max-width: 50%;
}
.content-interno.tres_colunas .col{

	width: 100%;
	padding: 0 10px;
	/* max-width: 33.333%; */
}

.no-paddings .content-interno.duas_colunas .col,
.no-paddings .content-interno.tres_colunas .col{

	padding: 0;
}


.tres_colunas article{

	padding: 5px 0;
	width: 100%;
	max-width: 33.333%;
}
.tres_colunas.search-filter-contentor article{

	padding: 0;
}
.tres_colunas:not(.search-filter-contentor) article:nth-child(3n-1){

	padding: 5px 5px;
}

.quatro_colunas article{

	padding: 0px;
	width: 100%;
	max-width: 25%;
}

.col .col-content{


	display: table-cell;
    vertical-align: middle;
}
.full .col:first-child .col-content .inner-content,
.col .content-relative{

	width: 100%;
    max-width: 600px;
    margin: 0 0 0 auto;
    padding: 0 25px 0 0;
}
/* .desdobramento .col{

	min-height: 500px;
} */
.desdobramento .col:last-child .entry-content{

	width: 100%;
    max-width: 600px;
    margin: 0 auto 0 0;
    padding: 35px 0 0 35px;
}

.link-cat{

	display: table;
    margin: 25px auto 0 auto;
    padding: 10px 25px;
    background: #000000;
	border: 1px solid #000;
    text-decoration: none;
    color: #fff !important;
    font-weight: 700;
    font-size: 18px;
	transition: all .3s linear;
}
.link-cat:hover{
	background: transparent;
	color: #000 !important;
}

.titulo-seccao{

	font-size: 40px;
    margin: 0;
    padding: 15px 25px 15px 0;
    /* display: table; */
    margin-bottom: 35px;
    color: #fff;
    background: #000000;
    line-height: 1.1;
	position: relative;
}
.titulo-seccao.sem-descricao{

    padding: 15px 25px 15px 25px;
	display: table;
}
.titulo-seccao.titulo-seccao-posts-in-pages{
    margin: 0;
	width: auto;
	min-width: 50%;
}

.titulo-seccao.titulo-seccao-posts-in-pages:not(.sem-descricao){
	margin-bottom: 0px;
}



.contentor-titulo-seccao{

	display: table;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.descricao-seccao *{

	margin: 0;
}
.descricao-seccao{

	padding: 35px 35px 35px 0;
	background: #111111;
	color: #fff;
	position: relative;
}

.descricao-seccao:before,
.titulo-seccao:not(.sem-descricao):before,
.full .titulo-seccao.sem-descricao:before{

	content: '';
	position: absolute;
	width: calc(50vw - 600px);
	height: 100%;
	right: 100%;
	top: 0;
}
.titulo-seccao:not(.sem-descricao):before,
.full .titulo-seccao.sem-descricao:before{

	background: #000;
}

.descricao-seccao:before{

	background: #111;
}


.widget_widget_list_categories{

	display: flex;
	flex-wrap: wrap;
}
.widget_widget_list_categories .col-cat{

	width: 100%;
	max-width: 50%;

}
.widget_widget_list_categories .col-cat a{
	
	position: relative;
	display: table;
	width: 100%;
	height: 100%;
	text-decoration: none;
	color: #fff;
	line-height: 0;
    min-height: 350px;
}
.widget_widget_list_categories .col-cat a .cat-name{
	
	position: absolute;
	left: 15px;
	bottom: 25px;
	padding: 10px 15px;
	background: #ef4534;
	border: 1px solid #ef4534;
	line-height: 1.2;
	transition: all .3s linear;
}
.widget_widget_list_categories .col-cat a .cat-name:hover{
	
	background: #fff;
	color: #ef4534;
}
.widget_widget_list_categories .col-cat a img{
	
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.post-list .image{

	position: relative;
	line-height: 0;
}
.post-list .image span.data-artigo{

	position: absolute;
	padding: 5px 15px;
	bottom: 0;
	left: 0;
	color: #fff;
	background: #ef4534;
	line-height: 1.2;
}
span.data-artigo-destaque{

	padding: 5px 15px;
	color: #fff;
	background: #ef4534;
	line-height: 1.2;
}
p.destaque{

	color: #ef4534;
	font-weight: 900;
	font-size: 30px;
	margin: 10px 0;
}
.post-list .category-eventos .image span.data-artigo{
	bottom: auto;
	left: auto;
	top: 0;
	right: 0;
    padding: 15px 25px;
}
.post-list .category-eventos .image span.data-artigo .dia{
    display: table;
    margin: 0 auto;
    font-size: 25px;
    font-weight: 600;
}
.post-list .category-eventos .image span.data-artigo .mes{
    text-transform: lowercase;
    font-size: 18px;
    font-weight: 400;
}
.post-list .post-contentor{
	padding: 15px 10px;
	background: #efefef;
}
.post-list .post-contentor .post-title{
	font-size: 22px;
    margin: 0;
	margin-bottom: 15px;
}
.post-list .post-contentor .post-title a{
	text-decoration: none;
	color: #000;
}


.content-relative{

	position: relative;
}
.content-relative .entry-header{

    margin-top: 65px;
    font-weight: 600;
    font-size: 30px;
}

.numbers{

	margin-left: 25px;
}

.numbers .number h2,
.numbers .number p{

	margin: 0;
}

.numbers .number p{

	color: #ef4534;
	font-weight: 600;
}

.numbers .number{

	width: 100%;
	max-width: 50%;
	padding-left: 80px;
	margin-bottom: 25px;
	position: relative;
}

.numbers .number::before{

	content: '';
	position: absolute;
	background: url('/wp-content/uploads/2022/01/circulo.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	left: 0;
	top: 50%;
	transform: translate(0, -50%);
	width: 70px;
	height: 70px;
	animation: rotate 3s linear infinite;
}

@keyframes rotate{

	from {transform: translate(0, -50%) rotate(0);}
  	to {transform: translate(0, -50%) rotate(360deg);}
}


/*Desdobramento Páginas*/

.desdobramento .content-interno.first{

	background: #f0efee;
}

.contentor-relativo {

	position: relative; 
	line-height: 0;
}
.contentor-relativo > img{

	width: 100%;
}
.contentor-relativo::before{

	position: absolute; 
	content: '';
	background: url('/wp-content/uploads/2022/01/circulo.svg');
	background-repeat: no-repeat;
	background-size: contain;
	top: 2%;
	left: -10px;
	width: 200px;
	height: 200px;
	z-index: 2;
}

.contentor-relativo .entry-header{

	position: absolute;
	top: 75px;
    left: calc(50vw - 600px);
	z-index: 9;
}

.contentor-relativo .entry-header h1{
 
	font-size: 55px;
	font-weight: 600;
	line-height: 1.1;
}


.back{

	position: absolute;
    top: 0;
    right: 0;
    width: 55px;
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: #fff !important;
    background: #ef4534;
    font-size: 22px;
}

.list-posts-in-pages article .image{

	position: relative;
	display: table;
	height: 100%;
	overflow: hidden;
}
.contentor-relativo .post-thumbnail,
.post-list article .image{

	overflow: hidden;
}
article.desdobramento .contentor-relativo .post-thumbnail img{

	width: 100%;
}
.contentor-relativo .post-thumbnail img,
.list-posts-in-pages article .image a img,
.post-list article .image a img{

	transition:  all .5s ease-in-out;
}
.post-list article .image a img{

	max-height: 300px;
    object-fit: cover;
	object-position: top center;
}
.contentor-relativo .post-thumbnail:hover img,
.list-posts-in-pages article .image:hover a img,
.post-list article .image:hover a img{

	transform: scale(1.2);
}
.list-posts-in-pages article .image .post-title{

	position: absolute;
    left: 5%;
    bottom: 15px;
    padding: 10px 15px;
    background: #ef4534;
	width: 100%;
	max-width: 90%;
	font-size: 18px;
    margin: 0;
	line-height: 1.1;
	display: flex;
    align-items: center;
	flex-wrap: wrap;
}
.list-posts-in-pages article .image .post-title > span{

	display: table;
	width: 100%;
	font-weight: 400;
}
.list-posts-in-pages article .image a{

	color: #fff !important;
	text-decoration: none;
	display: table;
	height: 100%;
}
.list-posts-in-pages article .image img{

	height: 100%;
    /* object-fit: cover; */
	object-fit: fill;
}
.search .list-posts-in-pages article .image img{

    object-fit: cover;
}

/*Desdobramento posts*/
.social-share {

	margin-top: 15px;
}

.social-share span{

	font-size: 22px;
	font-weight: 600;
	color: #000;
	margin-right: 15px;
}
.social-share a{

	font-size: 22px;
    color: #000;
    margin-right: 10px;
}

/*Specific styles*/
#t-factor_section_3 .content-interno .col,
#home_section_3 .content-interno .col{

	display: flex;
	align-items: center;
	max-width: 15%;
}
#t-factor_section_3 .content-interno .col:first-child,
#home_section_3 .content-interno .col:first-child{

	max-width: 22%;
}
#t-factor_section_3 .content-interno .col:last-child,
#home_section_3 .content-interno .col:last-child{

	max-width: 15%;
}
#t-factor_section_3 .content-interno .col:nth-child(2),
#home_section_3 .content-interno .col:nth-child(2){

	max-width: 60%;
}
#t-factor_section_3 .content-interno .col:nth-child(2) *,
#home_section_3 .content-interno .col:nth-child(2) *{

	margin: 0;
}

#home_section_7 .content-interno .col:first-child,
#localizacao_section_1 .content-interno .col:first-child{

	position: relative;
}
#home_section_7 .content-interno .col:first-child::after,
#localizacao_section_1 .content-interno .col:first-child::after{
    position: absolute;
    content: '';
    width: 70px;
    height: 70px;
    background: #ef4534;
    top: 60px;
    right: -35px;
    transform: rotate(45deg);
	animation: top-bottom 12s infinite linear;
}

@keyframes top-bottom{

	0%{
		top: 60px;
	}
	50%{
		top: 80%;
	}
	100%{
		top: 60px;
	}
}

/*Footer*/
.site-info > div{

	padding: 25px 0;
}
.site-info .widget-title{

	font-size: 35px;
    /* max-width: 70%; */
    color: #000000;
    background: #fff;
    display: table;
    padding: 5px 10px;
	margin: 10px 0;
}

.footer-2{

	color: #fff;
	font-size: 35px;
	font-weight: 600;
}
.footer-2 a{

	color: #fff;
	text-decoration: none;
}
.footer-2 .textwidget p{

	margin: 0;
}

a.social-link{

	/* color: #383838; */
	font-size: 25px;
	margin: 15px 10px;
	transition: all .3s linear;
	color: #fff;
}
a.social-link:hover{

	color: #fff;
}

.acymailing_module_form{

	display: flex !important;
    width: 100% !important;
}
.acymailing_module_form .acymailing_form{

    width: 100% !important;
    max-width: 80% !important;
}
.acymailing_module_form .acymailing_form .onefield input{

	width: 100% !important;
    height: 45px !important;
    border: 0 !important;
    border-radius: 0 !important;
}

.acysubbuttons input{

	height: 45px !important;
    border-radius: 0 !important;
    /* border: 0 !important; */
    color: #fff !important;
    background: #ef4534 !important;
	border: 1px solid #ef4534 !important;
	cursor: pointer !important;
	font-weight: 900 !important;
}
.acysubbuttons input:hover{

    background: transparent !important;
	color: #ef4534;
}



/*------------------------------------------------
////////////////////////MOBILE\\\\\\\\\\\\\\\\\\\\
-----------------------------------------------------*/
@media screen and (max-width: 768px){

	.flex-no-wrap{

		flex-wrap: wrap;
	}

	.content-interno.duas_colunas .col,
	.widget_widget_list_categories .col-cat,
	.tres_colunas article,
	.quatro_colunas article{

		max-width: 100%;
	}

	.post-list{

		max-width: 90%;
		margin: 0 auto;
	}
	.site-info > div {
		padding: 25px 5%;
	}
}