/*!
Theme Name: OutVFX25
Theme URI: http://underscores.me/
Author: Rapha C. Lucena
Author URI: https://hibardstudio.com.br/
Description: Site desenvolvido para a empresa Once Upon a time VFX do Rick Ramos
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: outvfx25
Tags: VFX

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

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

:root {
	--Geist: "Geist", sans-serif;
	--outGreen: #3cb878;
	--BlueScreen: #2688E1;
	--AztecGold: #E7B34E;
	--outBlack: #181818;
	--outBlackAlpha: #181818aa;
	--outBlackest: #111;
	--outWhite: #FAFAFA;
	--outWhiteAlpha: #fafafa33;
}

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	color: var(--outWhite);
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	font-family: var(--Geist);
	font-weight: 500;
	font-style: normal;
	scroll-behavior: smooth;
	font-size: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

/**
 * 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: inherit;
	appearance:inherit ;
	cursor: pointer;
	font-weight: 700;
	width: auto;
}

button:hover,
[type="button"]:hover,
[type="reset"]:hover,
[type="submit"]:hover {
	background-color: var(--outWhite);
	color: var(--outBlack);
}

/**
 * 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: 0,05rem 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: button;
	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: var(--outWhite);
	font-family: var(--Geist);
	font-optical-sizing: auto;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: var(--outGreen);
	clear: both;
	margin: 0rem 0rem 1rem;
	text-transform: uppercase;
	font-weight: 800;
}

.HBorder {
	border-bottom: .1rem solid;
}

h1 { font-size: 2rem; }
h2 { font-size: 1.85rem; }
h3 { font-size: 1.77rem; }
h4 { font-size: 1.55rem; }
h5 { font-size: 1.33rem; }
h6 { font-size: 1.22rem; }

p {
	margin: 0 0 0.5rem;
	font-weight: 300;
	font-size: 0.88rem;
}

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

blockquote {
    border-bottom: 0.22rem solid var(--outWhite);
	margin: 1.5em;
	padding-bottom: .75rem;
}

q {
	color: var(--AztecGold);
	font-size: 0.88rem;
	font-style: italic;
	font-weight: 400;
}

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: 0.05rem dotted #666;
	cursor: help;
}

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

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: var(--outBlack);
}

body.greenBG {
	background: var(--outGreen);
}

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

ul,
ol {
	margin: 0 0 1rem;
	text-transform: uppercase;
	font-weight: 800;
	padding-left: 0rem;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

ul li, ol li {
	margin-top: .3rem;
	text-transform: none;
	font-weight: 300;
	margin-left: 1rem;
}

label {
	display: block;
	margin-bottom: .75rem;
}

input {
	border: 0.05rem solid var(--outWhite);
	color: var(--outWhite);
	background: none;
	margin-bottom: .75rem;
	padding: .5rem .75rem;
	width: 100%;
}

select,
::picker(select) {
	border-radius: 0;
	appearance: base-select;
	background: var(--outGreen);
	color: var(--outWhite);
	padding: .5rem .75rem;
}

::picker(select) {
	padding: 0;
	opacity: 1;
	transition: 1s;
	position: relative;
	top:0;
}

select {
	color: var(--outWhite);
	background: none;
	margin-bottom: .75rem;
	padding: .5rem .75rem;
	width: 100%;
}


textarea {
	border: 0.05rem solid var(--outWhite);
	color: var(--outWhite);
	height: 8.33rem;
	background: none;
	margin-bottom: .75rem;
	resize: none;
	padding: .5rem .75rem;
	width: 100%;
}

ul li::marker, ol li::marker {
	font-size: 0,66rem;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

th {
	border-bottom: 0.11rem solid var(--outWhite);
	padding: 1rem;
}

td {
	border: 0.05rem solid var(--outWhite);
	padding: 1rem 0.5rem 0.5rem;;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

video {
	width: 100%;
}

/* img {
	height: auto;
	max-width: 100%;
} */

figure {
	margin: 1em 0;
}

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

/* Links
--------------------------------------------- */
a {
	color: var(--outGreen);
	cursor: pointer;
	font-weight: 700;
}

a:visited {
	color: var(--outGreen);
	transition: 0.3s;
}

a:hover,
a:focus,
a:active {
	color: var(--AztecGold);
	transition: 0.3s;
}

a:focus {
	outline: none;
}

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

a.button, a:visited.button {
	border: 0.05rem solid var(--outGreen);
	color: var(--outGreen);
	display: inline-block;
	padding: .5rem 2rem;
	font-size: 1rem;
	font-weight: 400;
    line-height: 1.5;
	transform: scale(1);
	transition: .25s;
}

a.plusButton {
	color: var(--outWhite);
	font-size: 1.5rem;
	position: relative;
	padding-right: 1rem;
	transition: .25s;
}

a.plusButton::after {
	content:"+";
	display: block;
	position: absolute;
	right: 0;
	bottom: -0.1rem;
	transform: rotate(0);
	transition: .25s;
}

a:hover.plusButton {
	color: var(--outGreen);
	text-decoration: underline;
	transition: .25s;
}

a:hover.plusButton::after {
	transform: rotate(90deg);
	transition: .25s;

}

a:hover.button {
	background-color: var(--outGreen);
    color: var(--outWhite);
    transform: scale(.95);
    transition: .25s;
	font-weight: 700;
}

a:active.button, 
a:focus.button {
	background-color: var(--outGreen);
    color: var(--outWhite);
	transform: scale(.85);
    transition: .25s;
	font-weight: 700;
}

a.button.bhighlight {
	background-color: var(--outGreen);
	color: var(--outWhite);
	font-weight: 600;
	padding: 1rem 2rem;
}

a:hover.button.bhighlight {
	background-color: var(--outWhite);
	color: var(--outGreen);
}

a.downArrow {
	background-color: var(--outGreen);
	border-top-left-radius: 10%;
	border-top-right-radius: 10%;
	height: 2.77rem;
	position: absolute;
	transition: .3s;
	right: 10%;
    bottom: 0;
	width: 2.22rem;
}

a.downArrow:after, a.downArrow:before {
	background-color: var(--outWhite);
	border-top-left-radius: 0.11rem;
	border-top-right-radius: 0.11rem;
	bottom: 0.94rem;
	left: 1.27rem;
	content: "";
	display: block;
	height: 0.83rem;
	position: absolute;
	width: 0.16rem;
	transform: rotate(45deg);
}

a.downArrow:before {
	transform: rotate(-45deg);
	left: 0.83rem;
}

a:hover.downArrow {
	background-color: var(--outBlack);
	transition: .3s;
}

a.link {
	color: var(--outWhite);
	transition: .3s;
}

a:hover.link, a:hover.link strong {
	color: var(--outGreen);
	transition: .3s;
}

/* 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: 0.05rem solid #ccc;
}

textarea {
	width: 100%;
}

button {
	background: none;
	transition: .25s;
	padding: .25rem 2rem;
	border: 0.05rem solid var(--outWhite);
}

button:hover {
	background-color: var(--outWhite);
	color: var(--outBlack);
	transform: scale(.95);
	transition: .25s;
	font-weight: 700;
}

/*--------------------------------------------------------------
# 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 0.16rem 0.16rem 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: 11.11rem;
}

.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 {
	position: relative;
	z-index:100;
}

.main-navigation.toggled ul {
    display: inline-grid;
    width: 100%;
    position: fixed;
	top: 7rem;
    left: 0;
    background-color: var(--outBlack);
    z-index: 99;
    align-items: center;
    justify-items: center;
    align-content: center;
	transition: .25s;
}

.site-branding { z-index: 150; }

.main-navigation.toggled ul#primary-menu li {
	margin: 2.25rem 0rem;

}

.main-navigation.toggled ul li:first-child { margin-top: 0; }

.menu-toggle {
	background-color: var(--outWhite);
	display: block;
	border: none;
	border-radius: 0;
	padding: 0;
	width: 2.22rem;
    height: 0.16rem;
	transform: rotate(0deg);
	transition: .25s;
	z-index: 100;
}

.menu-toggle::after, .menu-toggle::before {
	background-color: var(--outWhite);
	content: "";
	display: block;
	width:100%;
	height: 0.16rem;
	position: absolute;
	top: 0.55rem;
	transform: rotate(0deg);
	transition: .25s;
	z-index: 101;
}

.menu-toggle::before { top:-0.55rem; }

.main-navigation.toggled .menu-toggle{
	border-radius: 50%;
	background-color: var(--outWhite);
	width: 2.66rem;
	height: 2.66rem;
	transition: .25s;
}
.main-navigation.toggled .menu-toggle::after, .main-navigation.toggled .menu-toggle::before {
	background-color: var(--outBlack);
	transition: .25s;
    top: 50%;
    width: 50%;
	transform: rotate(45deg);
    left: 25%;
}

.main-navigation.toggled .menu-toggle::before {
	transform: rotate(-45deg);
}

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

.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(0.05rem, 0.05rem, 0.05rem, 0.05rem);
	clip-path: inset(50%);
	height: 0.05rem;
	margin: -0.05rem;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 0.05rem;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 0.16rem;
	box-shadow: 0 0 0.11rem 0.11rem 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: 0.27rem;
	line-height: normal;
	padding: 0.83rem 1.27rem 0.77rem;
	text-decoration: none;
	top: 0.27rem;
	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;
}

/* Animation */
@-webkit-keyframes moveLogo {
	from { 
		top: 21.66rem;
		left: -30rem;
	}
	to {
		top: -7.77rem;
		left: -7.77rem; 
	}
}

@keyframes moveLogo {
	from { 
		top: 21.66rem; 
		left:  -30rem;
	}
	to {
		top: -7.77rem;
		left: -7.77rem; 
	}
}

@-webkit-keyframes moveLogoBefore {
	from { 
		top: 19.44rem; 
	}
	to {
		top: 0; 
	}
}

@keyframes moveLogoBefore {
	from { 
		top: 19.44rem; 
	}
	to {
		top: 0; 
	}
}

@-webkit-keyframes moveLogoAfter {
	from { 
		top: 38.88rem; 
	}
	to {
		top: 0; 
	}
}

@keyframes moveLogoAfter{
	from { 
		top: 38.88rem;  
	}
	to {
		top: 0; 
	}
} 

/* Custom modifications */
a {
	text-decoration: none;	
}

*::selection {
	background-color: var(--outGreen);
	color: var(--outWhite);
}

*::-moz-selection {
	background-color: var(--outGreen);
	color: var(--outWhite);
}

*::-webkit-selection  {
	background-color: var(--outGreen);
	color: var(--outWhite);
}

/* Countdown */
main#primary.countdown{
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}

#timer {
	font-size: 2.5rem;
	font-weight: 700;
	text-align: center;
	margin-bottom: 1rem;
}

#timer span {
	font-size: 1.5rem;
	font-weight: 700;
	opacity: .6;
	margin-right: 0.5rem;
}

.countdownHeader h3 {
	opacity: 0.6;
	margin: 0 0 .2rem;
}

.countdownHeader ul#redes-sociais li {
	margin: 0 1rem;
}

.countdownHeader ul#redes-sociais li a {
	margin: 0;
}

/* .countdownHeader div:first-child {
	margin-right: 2rem;
} */

.centerContent {
	display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    width: 100%;
    height: 100%;
	padding-bottom: 6rem;
}

.leftContent {
	display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    align-content: center;
    width: 100%;
    height: 100%;
	padding-bottom: 6rem;
}

/* Custom CSS */
.container {
	position: relative;
	margin: 0 auto;
	padding: 6rem;
}

.container.smallPadding {
	padding: 3rem 6rem;
}

.container.smallPadding.fullArea {
	padding: 2rem;
	padding-bottom: 4rem;
}

.container.firstContentBanner {
	padding-top: 0;
	padding-bottom: 0;
}

.container.firstContent {
	padding-top: 7.94rem;
	padding-bottom: 0;
}

.container.firstContent h1, .container.firstContent h3 {
	color: var(--outWhite);
	margin-bottom: 0.5rem;
}

.container.firstContent h3 {
	margin-bottom: 0;
    font-size: 1.25rem;
    text-transform: none;
    font-weight: 400;
}

.marginTop {
	margin-top: 4rem;
}

.marginTopSmall {
	margin-top: 2rem;
}

.margins {
	margin: 2rem 0;
}


.loader-wrapper {
	background: var(--outBlack);
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
}

.loader {
	-webkit-mask-image: url(img/logoOUTVFX.png);
	mask-image: url(img/logoOUTVFX.png);
	mask-repeat: no-repeat;
	mask-size: 100%;
	background-color: var(--outWhite);
	background-repeat: no-repeat;
	height: 19.44rem;
	margin: 0;
	position: relative;
	width:19.44rem;
}

.inner-loader {
	background-color: var(--outGreen);
	display: block;
	height: 150%;
	margin: 0;
	left: -7.77rem;
	position: absolute;
	animation: moveLogo 2s ease-out infinite;
	transform: rotate(45deg);
	width: 150%;
}

.inner-loader::before {
	animation: moveLogoBefore 2s ease-out infinite;
	background-color: var(--AztecGold);
	content: "";
	display: block;
	height: 150%;
	position: absolute;
	width: 150%;
}

.inner-loader::after {
	animation: moveLogoAfter 2s ease-out infinite;
	background-color: var(--outBlack);
	content: "";
	display: block;
	height: 150%;
	position: absolute;
	width: 150%;
}

.greenBG{
	background-color: var(--outGreen);
	color: var(--outBlack);
}

.greenBG * {
	color: var(--outBlack);
}

.greenBG *::selection {
	background-color: var(--AztecGold);
	color: var(--outBlack);
}

.greenBG *::-moz-selection {
	background-color: var(--AztecGold);
	color: var(--outBlack);
}

.greenBG *::-webkit-selection  {
	background-color: var(--AztecGold);
	color: var(--outBlack);
}

.greenBG a {
	color: var(--outBlack);
	opacity: 1;
	transition: .3s;
}

.greenBG hr {
	background-color: var(--outBlack);
	margin: 1.5rem 0 0.5rem;
	opacity: .25;
}

.greenBG a:hover,.greenBG a:focus,.greenBG a:active {
	color: var(--outWhite);
	opacity: 1;
	transition: .3s;
}

.greenBG a:hover.link strong {
	color: var(--outWhite);
}

.blueBG{
	background-color: var(--BlueScreen);
	color: var(--outBlack);
}

.blueBG * {
	color: var(--outBlack);
}

.blueBG *::selection {
	background-color: var(--AztecGold);
	color: var(--outBlack);
}

.blueBG *::-moz-selection {
	background-color: var(--AztecGold);
	color: var(--outBlack);
}

.blueBG *::-webkit-selection  {
	background-color: var(--AztecGold);
	color: var(--outBlack);
}

.blueBG a {
	color: var(--outBlack);
	opacity: 1;
	transition: .3s;
}

.blueBG hr {
	background-color: var(--outBlack);
	margin: 1.5rem 0 0.5rem;
	opacity: .25;
}

.blueBG a:hover,.blueBG a:focus,.blueBG a:active {
	color: var(--outWhite);
	opacity: 1;
	transition: .3s;
}

.whiteBG {
	background-color: var(--outWhite);
	color: var(--outBlack);
}

.whiteBG * {
	color: var(--outBlack);
}

.whiteBG *::selection {
	background-color: var(--outGreen);
	color: var(--outBlack);
}

.whiteBG *::-moz-selection {
	background-color: var(--outGreen);
	color: var(--outBlack);
}

.whiteBG *::-webkit-selection  {
	background-color: var(--outGreen);
	color: var(--outBlack);
}

.whiteBG a {
	color: var(--outBlack);
	opacity: 1;
	transition: .3s;
}

.whiteBG hr {
	background-color: var(--outBlack);
	margin: 1.5rem 0 0.5rem;
	opacity: .25;
}

.whiteBG a:hover,.whiteBG a:focus,.whiteBG a:active {
	color: var(--outWhite);
	opacity: 1;
	transition: .3s;
}

.yellowBG {
	background-color: var(--AztecGold);
	color: var(--outBlack);
}

.yellowBG * {
	color: var(--outBlack);
}

.yellowBG *::selection {
	background-color: var(--outGreen);
	color: var(--outBlack);
}

.yellowBG *::-moz-selection {
	background-color: var(--outGreen);
	color: var(--outBlack);
}

.yellowBG *::-webkit-selection  {
	background-color: var(--outGreen);
	color: var(--outBlack);
}

.yellowBG a {
	color: var(--outBlack);
	opacity: 1;
	transition: .3s;
}

.yellowBG a.button {
	border: 0.05rem solid var(--outBlack);
    color: var(--outBlack);
}

.yellowBG a:hover.button {
	background-color: var(--outGreen);
	color: var(--outBlack)
}

.yellowBG hr {
	background-color: var(--outBlack);
	margin: 1.5rem 0 0.5rem;
	opacity: .25;
}

.yellowBG a:hover,.yellowBG a:focus,.yellowBG a:active {
	color: var(--outWhite);
	opacity: 1;
	transition: .3s;
}

.fullContainer {
	padding: 4rem 6rem;
	margin: 0;
}

.content-banner {
	display: block;
	height: 95vh;
	position: relative;
    z-index: 100;
}

.content-banner * {
	color: var(--outWhite);
}

.align-content-banner {
	text-align: left;
	position: absolute;
}

.align-content-banner h1, .align-content-banner h2 {
	margin-bottom: 0;
	text-align: left;
	filter: drop-shadow(0.16rem 0.16rem 0.16rem var(--outBlackAlpha));
}

.align-content-banner h1 {
	font-size: 2.66rem;
}

.align-content-banner h1 span {
	display: block;
	font-size: 1.25rem;
	opacity: .8;
}

.align-content-banner h2 {
	font-weight: 300;
	text-transform: none;
	margin-bottom: 1.11rem;
}

.align-content-banner h2.boxHeader {
	background-color: var(--outGreen);
	font-size: 1.22rem;
	padding: 1rem;
	margin: 0;
}

.banner {
	height: 95vh;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	overflow: hidden;
}

.banner:before {
	background-color: var(--outGreen);
	bottom:0;
	content: "";
	display: block;
	height: 0.27rem;
	position: absolute;
	width: 100%;
	z-index: 99;
}

.banner:after {
	background: linear-gradient(to bottom, var(--outBlackAlpha), #00000000);
	content: "";
	display: block;
	position: absolute;
	top:0;
	left:0;
	width: 100%;
    height: 15rem;
}

/* .banner:after {
	content: "";
	background-image: radial-gradient(var(--outBlack) 0.27rem, transparent 0);
	background-size: 0.55rem 0.55rem;
	opacity: 0.05;
	display: block;
    height: 100%;
    width: 100%;
} */

.banner img {
	position: absolute;
	height: 120vh;
	top: 0;
	opacity: 0;
	transition: 2s;
	aspect-ratio: 16/9;
}

.banner img.changeimg {
	opacity: 1;
	transition: 2s;
}

.two-columns {
	display: grid;
	grid-template-columns: 1fr 1fr;
	place-items: center;
}

.two-columns.mainNav {
	justify-items: stretch;
	align-items: start;
}

.two-columns.normalize {
    justify-items: stretch;
    justify-content: space-between;
}

.two-columns.alignStrech {
	justify-items: stretch;
    justify-content: space-between;
}

.column { width: 100%; }

.two-columns.buttonSpacing {
	margin-top: 2rem;
}

.textRight { text-align: right; }
.textCenter { text-align: center; }

#contato h3 { margin: 0 0 1rem; }

#hibard { 	
	text-align: right;
	margin: 0;
	font-size: 0.8rem;
}
#hibard a {
	opacity: .5;
	transition: .25s;
}

#hibard a:hover {
	opacity: 1;
	transition: .25s;
}

#direitos {
	margin: 0;
}

ul#redes-sociais {
	margin: 0 0 1rem;
	padding: 0;
	text-align: right;
}

ul#redes-sociais li {
	display: inline-block;
}

ul#redes-sociais li a {
	background-color: var(--outBlack);
	border-radius: 50%;
	display: inline-flex;
	margin: 0rem;
	margin-left: 0.75rem;
	fill: var(--outGreen);
	transition: 0.2s;
}

ul#redes-sociais li a:hover, ul#redes-sociais li a:focus, ul#redes-sociais li a:active {
	background-color: var(--outWhite);
	fill: var(--outBlack);
	transition: 0.2s;
}

ul#redes-sociais li h4 { margin: 0; }

ul#redes-sociais li a svg {
	height: 1.77rem;
	width: 1.77rem;
}

.admin-bar #masthead {
	top: 1.77rem;
}

#masthead {
	backdrop-filter: blur(0.3rem);
	padding: 0rem 6rem;
	position: fixed;
	transition: .5s;
	top: 0;
	z-index: 250;
	width: 100%;
}

#masthead img {
	height: 7rem;
	width: 7rem;
}

#masthead.bgMenu {
	background-color: var(--outBlackAlpha);
	filter: drop-shadow(0.11rem 0.11rem 0.11rem var(--outBlackest));
	padding: 0.5rem 6rem;
	transition: .5s;
}

#masthead.activeMenu {
	top: -7.94rem;
	transition: .5s;
}

#masthead:hover li a {
	opacity: 0.6;
}

ul#primary-menu {
	justify-content: flex-end;
	margin-top: 1.5rem;
}

ul#primary-menu li {
	margin: 0rem 1.25rem;
}

ul#primary-menu li.current_page_item a {
	color: var(--outGreen);
}

ul#primary-menu li.current_page_item a::after {
	background-color: var(--outGreen);
	height: 0.16rem;
}

ul#primary-menu li:last-child {
	margin-right: 0;
}

ul#primary-menu li a {
	color: var(--outWhite);
	transition: .25s;
	text-transform: uppercase;
	font-size: 0.88rem;
	position: relative;
}

ul#primary-menu li a:hover::after {
	height: 0.16rem;
	transition: .25s;
}

ul#primary-menu li a::after {
	bottom: -0.55rem;
	background-color: var(--outWhite);
	content: "";
	position: absolute;
	height: 0;
	left: 0;
	transition: .25s;
	width: 100%;
}

ul#primary-menu li a:hover, ul#primary-menu li a:focus, ul#primary-menu li a:active {
	opacity: 1;
	transition: .25s;
}

#copyright {
	margin: 1rem 0 0;
	display: flex;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: center;
}

#copyright a {
	display: inline-block;
	padding: 0 1rem;
	position: relative;
	text-decoration: underline;
}

#copyright a:last-child {
	padding-right: 0;
}

#copyright a:after {
	content: "";
	border: solid var(--outBlack);
	border-width: 0 0.16rem 0.16rem 0;
	display: inline-block;
	padding: 0.16rem;
	transform: rotate(-135deg);
  	-webkit-transform: rotate(-135deg);
	position: absolute;
    left: 0;
    top: 0.55rem;
}

#copyright a:hover:after,#copyright a:focus:after, #copyright a:active:after {
	border: solid var(--outWhite);
	border-width: 0 0.16rem 0.16rem 0;
}

#copyright a#TOU {
	margin-right: 0;
}

#info_company {
	padding: 0;
	list-style: none;
	margin-bottom: 1rem;
}

#info_company li {
    display: flex;
    align-content: center;
    align-items: center;
	margin-top: 2rem;
}

#info_company li:first-child { margin-top: 0; }

#info_company li a { font-weight: 700;}

#info_company li svg {
	height: 1.77rem;
	width: 1.77rem;
	fill: var(--outBlack);
	margin-right: 1rem;
}

#info_company li h3 {
	margin: 0;
}

#info_company li p {
	margin: 0;
}

#location {
	width: 100%;
}

.open-info {
	background-color: var(--outGreen);
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
	position: fixed;
	height: 100%;
	top:60rem;
	width: 100%;
	transition: 0.75s;
	z-index: -2;
	overflow: auto;
	opacity: 0;
    -webkit-overflow-scrolling: touch;
	transform: translate3d(0, 0, 0);
}

.open-info.container { padding: 4rem; }

.open-info.anim-open-info {
	transform: translate3d(0, -60rem, 0);
	transition: 0.75s;
	z-index: 251;
	opacity: 1;
}

.open-info div {
	width: 100%;
}

.open-info div h3 {
	color: var(--outWhite);
	margin: 0;
	text-transform: uppercase;
	font-size: 1.66rem;
}

.open-info div p {
	font-size: 1.22rem;
}

.open-info div ol, .open-info div ul {
	display: grid;
	grid-template-columns: 1fr 1fr;
	padding: 0;
}

.open-info div ol li, .open-info div ul li {
    margin-left: 2rem;
	margin-bottom: 1rem;
	margin-right: 1rem;
}

.open-info div ol li::marker, .open-info div ul li::marker {
	color: var(--AztecGold);
	font-size: 0.83rem;
	font-weight: 700;
}

.open-info div ul li h4 {
	color: var(--outWhite);
	margin: 0;
	text-transform: uppercase;
	font-size: 1.22rem;
}

.open-info div ul li p {
	margin: 0;
}

button.close {
	border-radius: 50%;
	border: none;
	background-color: var(--outWhite);
	height: 2.22rem;
	width: 2.22rem;
	position: absolute;
	padding: 0;
	top: 3rem;
	right: 1rem;
	transition: .5s;
}

button.close::after, button.close::before{
	background-color: var(--outGreen);
	content: "";
	display: block;
	position: absolute;
	height: 0.16rem;
	right: 20%;
	transform: rotate(45deg);
	width: 60%;
}

button.close::before { 
	transform: rotate(-45deg);
	transition: .5s;
}

button.close:hover {
	background-color: var(--AztecGold);
	transform: scale(.9);
}

button.close:active {
	transform: scale(.8);
} 

.alignImgCenter {
	text-align: center;
	margin: 0 auto;
    display: block;
}

ul#o-que-fazemos {
	margin-top: 2rem;
	gap: 1.5rem;
}

ul#o-que-fazemos li {
	border-radius: .5rem;
	list-style-type: none;
	margin: 0;
    overflow: hidden;
	position: relative;
	width: 100%;
}

ul#o-que-fazemos li a {
	border-radius: 2rem;
	color: var(--outWhite);
	display: block;
	transition: .3s;
	font-size: 0;
}

ul#o-que-fazemos li a:hover {
	transition: .3s;
}

ul#o-que-fazemos li a .content-fazemos{
	backdrop-filter: blur(0.3rem);
	position: absolute;
	padding: 1rem;
    bottom: 0;
	width: 100%;
}

ul#o-que-fazemos li a:hover .content-fazemos {
	background-color: var(--outBlackAlpha);
}



ul#o-que-fazemos li a .content-fazemos h4, ul#o-que-fazemos li a .content-fazemos p, ul#o-que-fazemos li a .content-fazemos h2 {
	color: var(--outWhite);
	margin: 0;
	font-size: 1.25rem;
	transition: .25s;
}

ul#o-que-fazemos li a .content-fazemos h4:after, ul#o-que-fazemos li a .content-fazemos h2:after {
	content:"\21AA";
	display: block;
	font-size: 1rem;
	position: absolute;
	top: 1.5rem;
	transition: .25s;
    right: 1rem;
}

ul#o-que-fazemos li a:hover .content-fazemos h4, ul#o-que-fazemos li a:hover .content-fazemos h2 {
	color: var(--AztecGold);
	transition: .25s;
	margin-bottom: 1rem;
}

ul#o-que-fazemos li a:hover .content-fazemos h4:after, ul#o-que-fazemos li a:hover .content-fazemos h2:after  {
	color: var(--AztecGold);
	font-size: 1.3rem;
	top: 1.2rem;
	transition: .25s;
}

ul#o-que-fazemos li a .content-fazemos p { 
    opacity: 0;
	position: absolute;
	font-size: .9rem;
	transition: .3s;
}


ul#o-que-fazemos li a:hover .content-fazemos p {
    opacity: 1;
	position: initial;
	transition: .3s;
}

ul#o-que-fazemos li a img {
	width: 100%;
}

ul#o-que-fazemos-lista, ul#tagsProducao {
	list-style: none;
	margin:0;
	text-align: center;
}

ul#o-que-fazemos-lista li, ul#tagsProducao li {
	margin: 0 0.5rem 1rem;
	display: inline-block;
}

ul#o-que-fazemos-lista li:first-child, ul#tagsProducao li:first-child {
	margin-left: 0;
}

ul#o-que-fazemos-lista li a.button, ul#tagsProducao li a.button {
	border-radius: .25rem;
	border-color: var(--outWhite);
	color: var(--outWhite);
	padding: .5rem 1rem;
    font-size: .85rem;
}

ul#o-que-fazemos-lista li a.button.activeProduction, ul#tagsProducao li a.button.activeProduction {
	background-color: var(--outWhiteAlpha);
}

ul#o-que-fazemos-lista li a:hover.button, ul#o-que-fazemos-lista li a:active.button, ul#o-que-fazemos-lista li a:focus.button, ul#o-que-fazemos-lista li a:visited.button {
	background-color: var(--outWhiteAlpha);
	color: var(--outWhite);
	font-weight: 400;
	transform: scale(1);
}

ul#tagsProducao li a:hover.button, ul#tagsProducao li a:active.button, ul#tagsProducao li a:focus.button, ul#tagsProducao li a:visited.button {
	background-color: var(--outWhiteAlpha);
	color: var(--outWhite);
	font-weight: 400;
	transform: scale(1);
}


ul#o-que-fazemos.inner-fazemos {
	grid-template-columns: repeat(3, minmax(0, 1fr));
	display: grid;
}

ul#o-que-fazemos.inner-fazemos li a .content-fazemos h2 {
	font-size: 1rem;
}

ul#o-que-fazemos.inner-fazemos li a .content-fazemos h2:after {
	font-size: .75rem;
}

ul#o-que-fazemos.inner-fazemos li a:hover .content-fazemos h2:after {
	font-size: .75rem;
}

#processos h3 {
	color: var(--outWhite);
	text-align: center;
}

ol#etapas-processo {
	list-style: none;
	counter-reset: item;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	display: grid;
	grid-gap: 2rem;
	margin-bottom: 3rem;
}

ol#etapas-processo > li {
	counter-increment: item;
	position: relative;
}

ol#etapas-processo > li::before {
	content: "0"counter(item)".";
	position: absolute;
	font-weight: 700;
	top: .5rem;
	opacity: .75;
	left: 0;
}

ol#etapas-processo li {
	margin: 0;
	list-style-position: inside;
	position: relative;
}

ol#etapas-processo li h4 {
	border-bottom: 1px solid;
	margin-bottom: .5rem;
	padding-left: 1.75rem;
}

ol#etapas-processo li p {
	margin: 0;
}

ul#producoes {
	margin: 1rem 0 0;
	list-style: none;
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	grid-column-gap: 0;
	grid-row-gap: 0;
	gap: 1.5rem;
	margin-bottom: 0;
}

ul#producoes li {
	grid-area: span 1;
	margin: 0;
}

ul#producoes li:nth-child(3n+1) {
	grid-area: span 2 / span 2;
}

ul#producoes li:nth-child(3n+1) a::after {
	bottom: 1rem;
	right: 1rem;
}

ul#producoes li:nth-child(3n+1) a h2 {
	font-size: 1.22rem;
}

ul#producoes li a {
    border-radius: .5rem;
	display: block;
	height: 100%;
	font-size: 0;
	transition: .25s;
	opacity: 0.9;
	position: relative;
	filter: grayscale(.3);
	overflow: hidden;
	width: 100%;
}

ul#producoes li a:hover {
	opacity: 1;
	filter: grayscale(0);
	transition: .25s;
}

ul#producoes li a:hover h2 {
	color: var(--AztecGold);
}

ul#producoes li a::after {
	content: "\21AA";
	color: var(--outWhite);
    display: block;
    font-size: 1.1rem;
    position: absolute;
    bottom: .25rem;
    transition: .25s;
    right: .5rem;
}

ul#producoes li a::before {
	background: linear-gradient(to top, var(--outBlackAlpha), #00000000);
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	height: 35%;
	width: 100%;
}

ul#producoes li a:hover::after {
	color: var(--AztecGold);
	transition: .25s;
}

ul#producoes li a img {
	width: 100%;
}

ul#producoes li a h2 {
	color: var(--outWhite);
	font-size: 1rem;
	text-transform: none;
	position: absolute;
	padding-right: 1.5rem;
	bottom: 0;
    margin: 0 0 0.5rem 1rem;
}

.pHighlight {
	font-size: 1.22rem;
	width: 100%;
    margin: 0;
    padding-left: 1rem;
    position: relative;
}

.pHighlight.highBig {
	color: var(--outWhite);
	font-size: 1.25rem;
}

.pHighlight::after {
	content: "\22c7";
	position: absolute;
	left: 0;
	top: 0;
}

#SapoOUT {
	text-align: right;
}

#SapoOUT img {
	height: 5.55rem;
	width: 5.55rem;
}

#demoReel h3 {
	color: var(--outWhite);
}

#demoReel video, #demoReel iframe {
	display: inline-block;
	width: 90%;
}

#demoReel iframe {
	height: 35rem;
}

#destaqueImg {
	margin-top: 1rem;
}

ul#fullImg {
	display:grid;
	list-style: none;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin: 0;
}

ul#fullImg li {
	font-size: 0;
	margin: 0;
}

ul#fullImg li img {
	width: 100%;
}

ul#clientes {
	display:grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	list-style: none;
	margin: 1.5rem 0 0;
	align-items: center;
    justify-items: center;
    justify-content: center;
    align-content: center;
	gap: 1rem;
}

ul#clientes li {
	background-color: var(--outWhite);
	border-radius: .5rem;
	display: grid;
    justify-content: center;
    align-items: center;
	filter: grayscale(1);
	margin: 0;
	height: 100%;
	padding: 1rem;
	position: relative;
	overflow: hidden;
	transition: .25s;
	width: 100%;
}

ul#clientes li:hover {
	filter: grayscale(0);
	transition: .25s;
}

ul#clientes li:hover h4 {
	bottom: 0;
	transition: .25s;
}

ul#clientes li img {
	width: 10rem;
}

ul#clientes li h4 {
	background-color: var(--AztecGold);
	color: var(--outWhite);
	font-size: 1.22rem;
	text-transform: none;
	margin: 0;
	padding: .5rem;
	position: absolute;
	bottom: -5rem;
	left: 0;
	transition: .25s;
}

.beforeAfter {
	display: grid;
	place-content: center;
	position: relative;
	overflow: hidden;
	border-radius: 1rem;
	margin: 2rem 0;
	--position: 50%;
	align-items: stretch;
}

.beforeAfterimg {
	max-height: 90vh;
	aspect-ratio: 16/9;
}

.beforeAfterimg img {
	max-width: 100%;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: left;
}

.beforeAfterimg img:first-child {
	position: absolute;
	inset: 0;
	width: var(--position);
}

.slider {
	position: absolute;
	inset: 0;
	cursor: pointer;
	opacity: 0;
	/* for Firefox */
	width: 100%;
	height: 100%;
}

.slider:focus-visible ~ .slider-button {
	outline: 0.27rem solid var(--outBlack);
	outline-offset: 0.16rem;
}

.slider-line {
	position: absolute;
	inset: 0;
	width: .2rem;
	height: 100%;
	background-color: var(--outWhite);
	/* z-index: 10; */
	left: var(--position);
	transform: translateX(-50%);
	pointer-events: none;
}

.slider-button {
	position: absolute;
	background-color:var(--outWhite);
	color: black;
	padding: .5rem;
	border-radius: 100vw;
	display: grid;
	place-items: center;
	top: 50%;
	left: var(--position);
	transform: translate(-50%, -50%);
	pointer-events: none;
	/* z-index: 100; */
	box-shadow: 0.05rem 0.05rem 0.05rem var(--outBlackAlpha);
}

.imgGallery ul {
	list-style: none;
	margin: 2rem 0;
	overflow: auto;
	white-space: nowrap;
	position: relative;
}

.imgGallery ul li {
	display: inline-block;
	margin: 0 .25rem;
	width: 12rem;
}

.imgGallery ul li a {
	font-size: 0;
	cursor: zoom-in;
}

.imgGallery ul li a img {
	width: 100%;
}

/* Firefox (uncomment to work in Firefox, although other properties will not work!)  */
/** {
  scrollbar-width: thin;
  scrollbar-color: #397524 #DFE9EB;
}*/

/* Chrome, Edge and Safari */
.imgGallery ul::-webkit-scrollbar {
	height: 0.5rem;
	width: 0.5rem;
}
.imgGallery ul::-webkit-scrollbar-track {
	border-radius: 0.15rem;
	background-color: var(--outWhite);
}

.imgGallery ul::-webkit-scrollbar-track:hover {
	background-color: var(--outWhite);
}

.imgGallery::-webkit-scrollbar-track:active {
	background-color: var(--outWhite);
}

.imgGallery ul::-webkit-scrollbar-thumb {
	border-radius: 0.15rem;
	background-color: var(--outGreen);
}

.imgGallery ul::-webkit-scrollbar-thumb:hover {
	background-color: var(--AztecGold);
}

.imgGallery ul::-webkit-scrollbar-thumb:active {
	background-color: var(--AztecGold);
}

.imgGallery .fullImgGallery {
	backdrop-filter: blur(1rem);
	display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--outBlackAlpha);
    z-index: 250;
	justify-content: center;
    align-items: center;
    justify-items: center;
}

.imgGallery .fullImgGallery.showGallery {
	display: grid;
}

.imgGallery .fullImgGallery a.arrowGallery, .imgGallery .fullImgGallery a.closeGallery {
	color: var(--outWhite);
	position: absolute;
	left: 6vw;
    font-size: 3rem;
}
.imgGallery .fullImgGallery a.arrowGallery {
	background-color: var(--outWhite);
	height: 2rem;
	width: 2rem;
	border-radius: .5rem;
}

.imgGallery .fullImgGallery a.arrowGallery:hover {
	background-color: var(--outGreen);
	transition: .25s;
}

.imgGallery .fullImgGallery a.arrowGallery:hover::after, .imgGallery .fullImgGallery a.arrowGallery:hover::before {
	background-color: var(--outWhite);
	transition: .25s;
}

.imgGallery .fullImgGallery a.arrowGallery::after, .imgGallery .fullImgGallery a.arrowGallery::before {
	background-color: var(--outBlack);
	border-radius: .5rem;
	content: "";
	height: .3rem;
	width: .8rem;
	position: absolute;
	display: block;
	top:.7rem;
    left: .6rem;
	transform: rotate(-45deg);
	transition: .25s;
}

.imgGallery .fullImgGallery a.arrowGallery::before {
	transform: rotate(45deg);
	top: 1.1rem
}

.imgGallery .fullImgGallery a.arrowGallery:nth-child(2){
	right: 6vw;
	left: auto;
}

.imgGallery .fullImgGallery a.arrowGallery:nth-child(2):after {
	transform: rotate(45deg);
}

.imgGallery .fullImgGallery a.arrowGallery:nth-child(2)::before {
	transform: rotate(-45deg);
}

.imgGallery .fullImgGallery a.closeGallery {
	background-color: var(--outWhite);
	border-radius: 50%;
	color: var(--outBlack);
	height: 2rem;
	top: 18vh;
	right: 19vw;
	left: auto;
	transition: .25s;
	width: 2rem;
}

.imgGallery .fullImgGallery a.closeGallery::after, .imgGallery .fullImgGallery a.closeGallery::before {
	background-color: var(--outBlack);
	border-radius: .5rem;
	content: "";
	display: block;
	position: absolute;
	font-size: 1rem;
	height: .3rem;
	width: 1.25rem;
	top:.85rem;
    left: 0.4rem;
	transform: rotate(45deg);
	transition: .25s;
}

.imgGallery .fullImgGallery a.closeGallery::before {
	transform: rotate(-45deg);
}

.imgGallery .fullImgGallery a:hover.closeGallery {
	background-color: var(--outGreen);
	transition: .25s;
}

.imgGallery .fullImgGallery a:hover.closeGallery::after, .imgGallery .fullImgGallery a:hover.closeGallery::before {
	background-color: var(--outWhite);
	transition: .25s;
}

.imgGallery .fullImgGallery .closeGallery::before {
	transform: rotate(-45deg);
}

.imgGallery .fullImgGallery .sliderIMG {
	opacity: 0;
	display: block;
	position: absolute;
    z-index: -1;
	transition: .3s;
}

.imgGallery .fullImgGallery .sliderIMG.showIMGGallery {
	opacity: 1;
	transition: .3s;
}

.imgGallery .fullImgGallery .sliderIMG .numbersGallery {
	background-color: var(--outBlack);
	color: var(--outWhite);
	display: block;
	font-size: 1rem;
	font-weight: 700;
	padding: .25rem 1rem;
}

.imgGallery .fullImgGallery .sliderIMG img {
	display: block;
	width: 65vw;
    height: 100%;
}

.creditsColumns {
	display: grid;
	gap: 1.5rem;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.creditsColumns div ul {
	list-style: none;
	margin: 0;
}

.creditsColumns div ul li {
	margin: 0;
	font-size: 1rem;
	font-weight: 700;
}

.creditsColumns div ul li strong {
	font-weight: 400;
	font-size: .9rem;
	opacity: .65;
}

ul#emails {
	display: grid;
    margin: 0;
    list-style: none;
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: center;
    align-items: start;
    justify-items: center;
	gap: 1.5rem;
}

ul#emails li {
	background-color: var(--outBlackest);
	color: var(--outWhite);
	margin: 0;
	padding: 2rem;
	border-radius: .5rem;
	width: 100%;
}

ul#emails li h3 {
	font-size: 1.25rem;
	margin-bottom: .3rem;
}

ul#emails li a:hover {
	border-bottom: .05rem solid var(--outWhite);
}

ul#emails li *{
	color: var(--outWhite);
} 

#localMapa {
	display: block;
	height: 20rem;
	filter: grayscale(1);
	transition: .3s;
	width: 100%;
}

#localMapa:hover, #localMapa:active, #localMapa:focus, #localMapa:active, #localMapa:visited {
	filter: grayscale(0);
	transition: .3s;
}

.container.firstContent h1.page-title {
	color: var(--outWhiteAlpha);
	font-size: 1rem;
}

.container.firstContent h1.page-title span {
	color: var(--outWhite);
	font-size: 1.5rem;
	margin-left: .35rem;
}

header.entry-header a {
	margin-top: 1rem;
}

header.entry-header h2 {
	margin-bottom: .5rem;
}

header.entry-header p {
	margin: 0;
}

.diretores ul {
	list-style: none;
	margin: 1rem 0 0;
}

.diretores ul li {
	filter: drop-shadow(0.16rem 0.16rem 0.16rem var(--outBlackAlpha));
	margin: 0;
	padding: 0;
	font-size: 1.3rem;
	font-weight: 700;
}

.diretores ul li:nth-child(odd) {
	text-transform: uppercase;
	font-size: .9rem;
	opacity: .8;
}

/* 4K */
@media (max-width: 3840px) {
	html {
		font-size: 45px;
	}

	.container  {
		max-width: 3840px;
	}
}

/* 2560 */
@media (max-width: 2560px) {
	html {
		font-size: 30px;
	}

	.container  {
		max-width: 2560px;
	}
}

/* 1920 */
@media (max-width: 1920px) {
	html {
		font-size: 20px;
	}

	.container  {
		max-width: 1920px;
	}
}

/* Main monitors */
@media (max-width: 1280px) {

	.container  {
		max-width: 1280px;
	}
}


/* average monitors */
@media (max-width: 1024px) {
	.container  {
		max-width: 1024px;
	}
	html {
		font-size: 18px;
	}
	
	#masthead { padding: 0rem 4rem; }
	#masthead.bgMenu { padding: 0.5rem 4rem; }
	.container.firstContentBanner { padding: 0 2rem; }
	.container.firstContent { padding: 7.94rem 6rem 0; }
	.fullContainer { padding: 4rem; }

	ul#o-que-fazemos li a .content-fazemos h4 {
		font-size: 1.22rem;
	}

	ul#o-que-fazemos li a .content-fazemos p {
		font-size: 0.88rem;
	}

	ul#producoes {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	ul#o-que-fazemos.inner-fazemos { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	
	.creditsColumns {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	ul#primary-menu li {margin: 0rem 0.75rem;}

	.imgGallery .fullImgGallery a.closeGallery { top: 25vh;}
	
	.banner img.changeimg {
		right: -50vw;
	}
}

/* tablets monitors */
@media (max-width: 768px) {
	.container  {
		max-width: 768px;
		padding: 3rem 2rem;
	}

	.container.smallPadding {
		padding: 3rem 2rem;
	}

	.container.firstContent { padding: 7.94rem 2rem 0; }


	.two-columns {
    	grid-template-columns: 1fr;
		justify-content: start;
		place-items: start;
	}

	.two-columns.buttonSpacing {
		justify-content: center;
        place-items: center;
	}

	.two-columns.buttonSpacing a:first-child {
		margin-bottom: 1rem;
	}

	.two-columns.alignStrech, .two-columns.alignStrech .textRight { text-align: center; }

	#SapoOUT {
		text-align: center;
	}

	#contato p { margin-bottom: 1rem; }
	
	.open-info div ol, .open-info div ul {
		grid-template-columns: 1fr;
	}

	.open-info div ol li, .open-info div ul li {
		margin-left: 1rem;
	}

	.two-columns.mainNav {
		display: grid;
    	grid-template-columns: 1fr 1fr;
        justify-content: space-around;
        align-content: center;
        justify-items: stretch;
	}

	.two-columns.mainNav nav {
		display: flex;
    	justify-content: flex-end;
	}

	.two-columns.normalize {
		text-align: left;
	}

	button.close {
		top: 5rem;
	}

	ul#primary-menu { justify-content: center; }

	ul#primary-menu li { margin: 0rem 0.75rem; }
	ul#primary-menu li a { font-size: 0.77rem; }

	ul#redes-sociais.countdown-redes { margin-top: 0.2rem; }
	ul#redes-sociais { 
		margin-top: 2rem; 
		text-align: center;
	}

	#copyright { justify-content: center; }

	.countdownHeader ul#redes-sociais { text-align: center; }
	.countdownHeader div:nth-child(2) { margin-top: 1rem;}
	.fullContainer { padding: 2rem; }
	.open-info.container { padding: 2rem; }

	#masthead:hover li a { opacity: 1; }
	#hibard { margin-top: 1rem; }

	#masthead { 
		padding: 0rem 2rem;
	 }

	#masthead.bgMenu { padding: 0.5rem 2rem; }
	ul#producoes {
		grid-template-columns: repeat(1, minmax(0, 1fr));
	}

	ul#producoes li:nth-child(3n+1) { grid-area: span 1; }

	.creditsColumns {
		grid-template-columns: repeat(1, minmax(0, 1fr));
	}

	ul#emails {
		grid-template-columns: 1fr 1fr;
		gap: 1rem;
	}
}

/* Cellphone monitors */
@media (max-width: 640px) {
	.container  {
		max-width: 640px;
	}

	html {
		font-size: 16px;
	}

	ul#emails {
		grid-template-columns: 1fr;
		gap: 1rem;
	}

	ul#o-que-fazemos.inner-fazemos { grid-template-columns: repeat(1, minmax(0, 1fr)); }
	ol#etapas-processo { grid-template-columns: repeat(1, minmax(0, 1fr)); }
}

@media (max-width: 600px) { 
	.two-columns.mainNav {
		place-items: center;
		align-items: center;
	}
}


/* small screen */
@media (max-width: 400px) {
	.container  {
		max-width: 400px;
	}

	html {
		font-size: 16px;
	}
}