/*!
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;
	--outWhite: #FAFAFA;
}

/**
 * 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;
	font-size: 18px;
}

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

/**
 * 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: 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 {
	clear: both;
	margin: 0rem 0rem 1rem;
	text-transform: uppercase;
	font-weight: 800;
}

h1 { font-size: 36px; }
h2 { font-size: 32px; }
h3 { font-size: 28px; }
h4 { font-size: 26px; }
h5 { font-size: 22px; }
h6 { font-size: 18px; }

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

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

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

q {
	color: var(--AztecGold);
	font-size: 16px;
	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: 1px 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: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0px 0px 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: 1px solid var(--outWhite);
	color: var(--outWhite);
	background: none;
	margin-bottom: .75rem;
	padding: .5rem .75rem;
	width: 100%;
}

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

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

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


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

ul li::marker, ol li::marker {
	font-size: 12px;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

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

/* 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: 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: 1px solid var(--outWhite);
	color: var(--outWhite);
	display: inline-block;
	padding: .25rem 2rem;
	font-size: 1rem;
	font-weight: 400;
    line-height: 1.5;
	transform: scale(1);
	transition: .25s;
}

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

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

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

button {
	background: none;
	transition: .25s;
	padding: .25rem 2rem;
	border: 1px 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 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 {
	position: relative;
	z-index:100;
}

.main-navigation.toggled ul {
    display: inline-grid;
    width: 100%;
    position: fixed;
	top: 130px;
    left: 0px;
    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: 2rem 0rem;

}

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

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

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

.menu-toggle::before { top:-10px; }

.main-navigation.toggled .menu-toggle{
	border-radius: 50%;
	background-color: var(--outWhite);
	width: 48px;
	height: 48px;
	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(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;
}

/* Animation */
@-webkit-keyframes moveLogo {
	from { 
		top: 390px;
		left: -540px;
	}
	to {
		top: -140px;
		left: -140px; 
	}
}

@keyframes moveLogo {
	from { 
		top: 390px; 
		left: -540px;
	}
	to {
		top: -140px;
		left: -140px; 
	}
}

@-webkit-keyframes moveLogoBefore {
	from { 
		top: 350px; 
	}
	to {
		top: 0px; 
	}
}

@keyframes moveLogoBefore {
	from { 
		top: 350px; 
	}
	to {
		top: 0px; 
	}
}

@-webkit-keyframes moveLogoAfter {
	from { 
		top: 700px; 
	}
	to {
		top: 0px; 
	}
}

@keyframes moveLogoAfter{
	from { 
		top: 700px; 
	}
	to {
		top: 0px; 
	}
} 

/* 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: 0px 0px .2rem;
}

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

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

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

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


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

.container.firstContent {
	padding-top: 131px;
	padding-bottom: 4rem;
}

.loader-wrapper {
	background: var(--outBlack);
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
	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: 350px;
	margin: 0px;
	position: relative;
	width:350px;
}

.inner-loader {
	background-color: var(--outGreen);
	display: block;
	height: 150%;
	margin: 0px;
	left: -140px;
	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 *::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 0px 0.5rem;
	opacity: .25;
}

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

.blueBG{
	background-color: var(--BlueScreen);
	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 0px 0.5rem;
	opacity: .25;
}

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


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

.content-banner {
	display: block;
	height: 100vh;
}

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

.banner img {
	position: absolute;
	height: 100vh;
	transform-origin: 50% 50%;
}

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

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

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

.column { width: 100%; }

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

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

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

#direitos {
	margin: 0px;
}

ul#redes-sociais {
	margin: 0px;
	padding: 0px;
	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: 0px; }

.admin-bar #masthead {
	top: 32px;
}

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

#masthead.activeMenu {
	top: -131px;
	transition: .5s;
}

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

ul#primary-menu {
	justify-content: flex-end;
}

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: 3px;
}

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

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

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

ul#primary-menu li a::after {
	bottom: -10px;
	background-color: var(--outWhite);
	content: "";
	position: absolute;
	height: 0px;
	left: 0px;
	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: 1.5rem 0px 0px;
	display: flex;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: center;
}

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

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

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

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

#info_company {
	padding: 0px;
	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 {
	fill: var(--outBlack);
	margin-right: 1rem;
}

#info_company li h3 {
	margin: 0px;
}

#info_company li p {
	margin: 0px;
}

#location {
	width: 100%;
}

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

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

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

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

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

.open-info div p {
	font-size: 22px;
}

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

.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: 14px;
	font-weight: 700;
}

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

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

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

button.close::after, button.close::before{
	background-color: var(--outGreen);
	content: "";
	display: block;
	position: absolute;
	height: 3px;
	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);
} 

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


}

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

	.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;
	}
	
	.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;
        place-items: center;
        justify-content: space-around;
        align-content: center;
        align-items: 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: 14px; }

	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; }
	.container { padding: 0px 2rem; }
	.open-info.container { padding: 2rem; }

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

/* average monitors */
@media (max-width: 1024px) {
	.container  {
		max-width: 1024px;
	}
	
	#masthead { padding: 1rem 4rem; }
	.container.firstContent { padding: 131px 4rem; }
	.fullContainer { padding: 4rem; }
}

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