/*!
Theme Name: shortfuse NEW
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: shortfuse
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.

shortfuse 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;
	display: flex;
}

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

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

img {
	height: auto;

}

figure {
	margin: 1em 0;
}

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

/* Links
--------------------------------------------- */


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

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

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

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

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

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

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

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

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

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

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

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

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

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

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

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

.main-navigation li {
	position: relative;
}

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

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

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

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

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

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

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

.post,
.page {

}

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

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

.page-links {
	clear: both;

}

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

.bypostauthor {
	display: block;
}

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

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


/* COMEÇA CÓDIGO */

* {
  box-sizing: border-box;
  &::before, &::after {
    box-sizing: border-box;
  }
}

#wrapper{
	overflow-x: visible;
}

body, * {
/* cursor: none; */
font-family: "Poppins", sans-serif;
}

body {
  overflow-x: hidden;
  /*background-color: #141414;*/
  background-color: black;
}

#masthead{
	position: fixed;
	padding: 50px;
	z-index: 9999999;
	background: none !important;
}

#colophon{
	display: none;
}

.entry-header{
	display: none;
}

.menu-menu-1-container{
	display: none;
}

/* CURSOR */

.cursor {
    position: fixed;
    
	border: 1px solid #0061d6;
	opacity: 1;
    width: 27px;
    height: 27px;
    margin-left: -12px;
    margin-top: -12px !important;
    border-radius: 100%;
    z-index: 0;
	transition: all .2s;
    user-select: none;
    pointer-events: none;
    z-index: 9999999999;
    transform: scale(1);
}

.active{
	transform: scale(0.7);
	opacity: 0.7;
	background: #0061d6;
}

.play{
	background-image: url("https://shortfuse.pt/wp-content/uploads/2020/10/iconmonstr-video-15_white.svg");
	background-color: transparent !important;
	transform: scale(3);
	border: none;
}

.videos{
	background-image: url("https://shortfuse.pt/wp-content/uploads/2021/09/videos.png");
	background-color: transparent !important;
	width: 140px;
	height: 140px;
	border: none;
	margin-left: -70px;
	margin-top: -75px !important;
}

.movies{
	background-image: url("https://shortfuse.pt/wp-content/uploads/2022/02/seevideos.png");
	background-color: transparent !important;
	width: 140px;
	height: 140px;
	border: none;
	margin-left: -70px;
	margin-top: -75px !important;
}

.cursor_arrow{
	background-image: url("https://shortfuse.pt/wp-content/uploads/2021/05/seta.png") !important;
	background-repeat: no-repeat;
	background-size: contain;
	border: none !important;
	border-radius: 0 !important;
	width: 100px;
	height: 100px;
	margin-left: -70px;
}

.cursor_arrow_left{
	background-image: url("https://shortfuse.pt/wp-content/uploads/2021/05/seta.png") !important;
	background-repeat: no-repeat;
	background-size: contain;
	border: none !important;
	border-radius: 0 !important;
	width: 100px;
	height: 100px;
	margin-left: -70px;
	-webkit-transform: scaleX(-1);
	  transform: scaleX(-1);
}

.cursor_arrow_right{
	background-image: url("https://shortfuse.pt/wp-content/uploads/2021/05/seta.png") !important;
	background-repeat: no-repeat;
	background-size: contain;
	border: none !important;
	border-radius: 0 !important;
	width: 100px;
	height: 100px;
	margin-left: -70px;
}


.cursor_arrow {
	  -moz-animation: bounce 2s infinite;
	  -webkit-animation: bounce 2s infinite;
	  animation: bounce 2s infinite;
	}
	
	@-moz-keyframes bounce {
	  0%, 20%, 50%, 80%, 100% {
		-moz-transform: translateX(0);
		transform: translateX(0);
	  }
	  40% {
		-moz-transform: translateX(-30px);
		transform: translateX(-30px);
	  }
	  60% {
		-moz-transform: translateX(-15px);
		transform: translateX(-15px);
	  }
	}
	@-webkit-keyframes bounce {
	  0%, 20%, 50%, 80%, 100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	  }
	  40% {
		-webkit-transform: translateX(-30px);
		transform: translateX(-30px);
	  }
	  60% {
		-webkit-transform: translateX(-15px);
		transform: translateYX-15px);
	  }
	}
	@keyframes bounce {
	  0%, 20%, 50%, 80%, 100% {
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		-webkit-transform: translateX(0);
		transform: translateX(0);
	  }
	  40% {
		-moz-transform: translateX(-30px);
		-ms-transform: translateX(-30px);
		-webkit-transform: translateX(-30px);
		transform: translateX(-30px);
	  }
	  60% {
		-moz-transform: translateX(-15px);
		-ms-transform: translateX(-15px);
		-webkit-transform: translateX(-15px);
		transform: translateX(-15px);
	  }
	}





body a:hover{
	cursor: pointer !important;
}

.entry-footer{
	display: none;
}

.logo{
	width: 200px;
}

#secondary{
	display: none;
}

/* HORIZONTAL */

#container{
  display:flex;
  flex-wrap:wrap;
  flex-direction:column;
  height:100vh;
}

.module{
  height:100%;
  display:flex;
}


/* CORES MENU */

.logo_black{
	display: none;
}

.header_black .logo_black{
	display: block;
}

.header_black .logo_white{
	display: none;
}

.header_black .line-menu{
	background-color: black;
}

.header_black .menu_aberto{
background: linear-gradient(270deg, rgba(255,255,255,1) 59%, rgba(255,255,255,0) 100%);
}

.header_black .menu_aberto h3{
	color: black;
}

.header_black .menu_aberto a{
	color: black;
}

.social_black{
	display: none;
}

.header_black .social_black{
	display: block;
	padding-top: 20px;
}

.header_black .social_white{
	display: none;
}

.social_white{
	padding-top: 20px;
}

.header_black ol{
	color: black;
}

/* HOME */

.home_one{
	width: 100vw;
}

.home_two{
	width: 90vw;
}


.home_three{
	width: 100vw;
	background-color: #f7f7f7;

}


.tag{
	position: absolute;
	left: 60px;
	bottom: 5vh;
	z-index: 99;
}

.tag_two{
	position: absolute;
	top: 10px;
	right: 20vw;
	color: white;
	text-transform: uppercase;
	font-weight: 300;
	font-size: 14px;
	letter-spacing: 2px;
}

.tag h1{
	font-size: 10vw;
	line-height: 0.9em;
	color: white;
	text-transform: uppercase;
	margin: 0;
}

.bang{
	font-weight: 900;
	font-style: italic;
	-webkit-text-stroke: 1px white;
	color: rgba(0, 0, 0, 0);
}

#word{
	-webkit-text-stroke: 1px white;
	color: rgba(0, 0, 0, 0);
}

.video_hp{
	width: 35vw;
	height: 80vh;
	position: absolute;
	right: 10vw;
	top: 10vh;
	overflow: hidden;
}

.video_homepage{
	width: auto;
	height: 80vh;
	margin-left: -20vw !important;
}

.hp_text_two{
	width: 450px;
	color: white;
	margin-top: 11vw;
	margin-left: 10vw;
}


.yellow{
	color: #ffbb28;
}

.img_home{
	margin-left: 5vw;
	right: 0;
	position: absolute;
}

.hp_text_two h1{
	font-size: 2.5vw;
	line-height: 1.2em;
}


.hp_text_two p{
	font-size: 18px;
	font-weight: 300;
}

.home_three h1{
	font-size: 320px;
	line-height: 220px;
	-webkit-text-stroke: 2px black;
	color: rgba(0, 0, 0, 0);
	float: left;
	margin: 0 0 30px 0;
}

.home_three h3{
	font-size: 80px;
	color: black;
	text-transform: uppercase;
	margin: 0 0 0 0;
	line-height: 1em;
}

.contact_home_left{
	width: 70vw;
	float: left;
	padding-left: 60px;
	padding-top: 17vw;
}

.contact_home{
	width: auto;
	height: auto;
	color: black;
	font-size: 30px;
	padding-top: 31vw;
	margin-left: 0vw;
	font-weight: 100;
}
textarea{
	height: 100px;
}

.contact_home a{
	font-size: 34px;
	color: black;
	font-weight: bold;
	text-decoration: none;
}

/* TEAM */


.team_one{
	width: 60vw;
}

.team_one p{
	width: 30%;
	color: white;
	float: left;
}

#outline{
	-webkit-text-stroke: 1px white;
	color: rgba(0, 0, 0, 0);
}

.entry-content{
	margin: 0;
}

.title_fixed{
	position: fixed;
	margin-left: 50px;
}

.title_fixed h1{
	font-size: 5vw;
	color: white;
	text-align: left;
	text-transform: uppercase;
	line-height: 0.9em;
	margin-top: 30vh;
	margin-bottom: 0;
	white-space: nowrap;
}

.page-template-page_portfolio .title_fixed h1{
	font-size: 4vw;
	line-height: 1em;
}




#container{
	background: black;
	transition: all ease-in-out 0.3s;
}

.white{
	background: #f2f2f2 !important;
	transition: all ease-in-out 0.3s;
}

.white .title_fixed h1{
	color: black;
}

.white .title_fixed #outline{
	-webkit-text-stroke: 1px black;
	color: rgba(0, 0, 0, 0);
}

p.team_text{
	width: 400px;
	color: #f2f2f2;
	font-weight: 300;
	line-height: 30px;
}


.logos_black{
	display: none;
}

.header_white .logos_black{
	display: block;
}

.header_white .logos_white{
	display: none;
	z-index: 999999999;
	position: relative;
}

.team_hover{
	width: 100%;
	height: 140px;
	background-color: #005df0;
	opacity: 0.8;
	text-align: center;
	opacity: 0;
	transition: all ease-in-out 0.3s;

	margin-top: -70px;
}

.team_hover h2{
	color: white;
	font-size: 25px;
	margin: 0;
	padding: 20px 0 0 0;
}

.team_hover h3{
	color: white;
	font-size: 16px;
	font-weight: 300;
	margin: -5px 0 0 0;
	padding: 0;
}

.team_hover .social_team img{
	width: 40px;
}

.photo_team:hover .team_hover{
	margin-top: -146px;
	position: relative;
	z-index: 9999;
	opacity: 1;
	transition: all ease-in-out 0.3s;
}



.photo_team{
	width: 400px;
	height: auto;
	overflow: hidden;

	margin-right: 200px;
	background-repeat: no-repeat;
	background-size: contain;
}

.photo_team img{
	width: 400px;
}

.photo_team:hover .team_photo{
	opacity: 0;
}

.guys{
	max-height: 100vh;
	display: flex;
}

.social_team:hover{
	opacity: 0.7;
}

.photo_team:nth-child(1), .photo_team:nth-child(11), .photo_team:nth-child(21){
	margin-top: 30vh;
}

.photo_team:nth-child(2), .photo_team:nth-child(12), .photo_team:nth-child(22){
	margin-top: 5vh;
}

.photo_team:nth-child(3), .photo_team:nth-child(13), .photo_team:nth-child(23){
	margin-top: 20vh;
}

.photo_team:nth-child(4), .photo_team:nth-child(14), .photo_team:nth-child(24){
	margin-top: 10vh;
}

.photo_team:nth-child(5), .photo_team:nth-child(15), .photo_team:nth-child(25){
	margin-top: 25vh;
}

.photo_team:nth-child(6), .photo_team:nth-child(16), .photo_team:nth-child(26){
	margin-top: 30vh;
}

.photo_team:nth-child(7), .photo_team:nth-child(17), .photo_team:nth-child(27){
	margin-top: 5vh;
}

.photo_team:nth-child(8), .photo_team:nth-child(18), .photo_team:nth-child(28){
	margin-top: 20vh;
}

.photo_team:nth-child(9), .photo_team:nth-child(19), .photo_team:nth-child(29){
	margin-top: 10vh;
}

.photo_team:nth-child(10), .photo_team:nth-child(20), .photo_team:nth-child(30){
	margin-top: 25vh;
}



/* MENU*/

.wrapper-menu {
  width: 30px;
  height: 25px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
  transition: transform 330ms ease-out;
	position: fixed;
	right: 50px;
	top: 50px;
	z-index: 9999999999;
	overflow: visible;
}

.wrapper-menu.open {
  transform: rotate(-45deg);
}

.line-menu {
  background-color: #fff;
  border-radius: 5px;

  height: 2px;
}

.middle_line{
		margin-right: -10px;
		margin-left: 10px;
		transition: all ease-in-out 0.3s;
}

.wrapper-menu:hover .middle_line{
	margin-left: 0px;
	margin-right: -0px;
	transition: all ease-in-out 0.3s;
}

.line-menu.half {
  width: 100%;
}

.line-menu.start {
  transition: transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
  transform-origin: right;
}

.open .line-menu.start {
  transform: rotate(-90deg) translateX(3px);
	width: 50%;
}

.open .middle_line{
	margin-left: 0;
	margin-right: 0;
}

.line-menu.end {
  align-self: flex-end;
  transition: transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
  transform-origin: left;
}

.open .line-menu.end {
  transform: rotate(-90deg) translateX(-3px);
	width: 50%;
}

.header_white .line-menu{
	background-color: black;
}

.menu_aberto{
	position: fixed;
	right: 0;
	top: 0;
	width: 650px;
	padding-left: 250px;
	height: 100vh;
	background: rgb(0, 0, 0);
	background: linear-gradient(270deg, rgba(0, 0, 0, 1) 59%, rgba(0, 0, 0,0) 100%);
	opacity: 0;
	margin-right: -650px;
	transition: all ease-in-out 0.3s;
}

.menu_aberto_visible{
	display: block;
	opacity: 1;
	margin-right: 0px;
	transition: all ease-in-out 0.45s;
	z-index: 10;
}

ol {
    color: white;
		vertical-align: top;
		margin: 0;
		padding: 0;

		list-style: none;
  	counter-reset: items;
		font-size: 11px;
}

ol li {
  counter-increment: items;
}



ol li:before {
  vertical-align: top;
  line-height: 33px;
}

.sub-menu{

}

ol li .sub-menu li {
    list-style-type:none;
    counter-increment:none;
		list-style: none;
		margin: 0;
		letter-spacing: 2px;
}

ol li .sub-menu li a{
	font-size: 16px;
	line-height: 18px;
	font-weight: 300;
}

ol li .sub-menu li::before{
	content: " ";
}


ol li::before {
  content: "0" counter(items) ". ";
}

ol li:nth-child(n+10)::before {
  content: counter(items) ". ";
}

.menu_aberto li{
	margin-top: 10px;
}

.menu_aberto li a{
	color: white;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 33px;
	transition: all ease-in-out 0.2s;
}

ol li:hover{
	color: #0061d6;
}

.menu_aberto li a:hover{
	margin-left: 15px;
	transition: all ease-in-out 0.2s;
}

.menu_aberto hr{
	height: 1px;
	width: 30px;
	background-color: #0061d6;
	float: left;
	margin: 10px 0px 20px 0px;
	display: none;
}

.menu_aberto h3{
	color: white;
	font-weight: 200;
	margin-bottom: 0px;
	font-size: 16px;
}

.menu_aberto a{
	color: white;
	margin: 0;
	text-decoration: none;
	font-size: 20px;
	font-weight: 500;
}

.language_switch{
	list-style: none;
	margin: 0;
	padding: 0;
	margin-top: 25vh;
}

.language_switch{
	opacity: 1;
}

.menu_aberto .language_switch li{
	display: inline;
}

.menu_aberto .language_switch li a{
	font-size: 12px;
	margin: 0;
	padding: 0;
	color: white;
	display: inline;
}

.language_switch li:first-child::after{
	content: " /";
}

.current-lang a{

}

/* SLIDER */

#rev_slider_3_1 h5, #rev_slider_7_1 h5{
	-webkit-text-stroke: 1px white !important;
	color: rgba(0, 0, 0, 0) !important;
	border: none !important;
	font-family: "Poppins" !important;
	z-index: 0;
	margin-top: -18vw;
	font-size: 600px !important;
}



#rev_slider_3_1 h2, #rev_slider_6_1  h2, #rev_slider_7_1 h2{
	font-family: "Poppins" !important;
	font-size: 70px !important;
	line-height: 70px !important;
	text-transform: uppercase !important;
	margin-top: 10vw;
}


#rev_slider_3_1 h4, #rev_slider_6_1  h4, #rev_slider_7_1 h4{
	font-family: "Poppins" !important;
	font-size: 1.6vw !important;
	margin-left: 2vw !important;
	font-weight: 500 !important;
	line-height: 1.3em !important;
	padding-bottom: 20px !important;
	padding-top: 80px !important;
}

#rev_slider_3_1 p, #rev_slider_6_1  p, #rev_slider_7_1 p{
	font-family: "Poppins" !important;
	font-size: 18px !important;
	margin-left: 2vw !important;
	padding-right: 10vw !important;
	font-weight: 100 !important;
}

@media only screen and (min-width: 2200px) {
	
	#rev_slider_3_1 p, #rev_slider_6_1  p, #rev_slider_7_1 p{
	padding-right: 0vw !important;
	}
}

#rev_slider_3_1_wrapper .hesperiden.tparrows.tp-rightarrow::before, #rev_slider_3_1_wrapper .hesperiden.tparrows.tp-leftarrow::before, #rev_slider_7_1 .hesperiden.tparrows.tp-leftarrow::before{
	display: none !important;
}

#rev_slider_6_1_wrapper .hesperiden.tparrows.tp-rightarrow::before, #rev_slider_6_1_wrapper .hesperiden.tparrows.tp-leftarrow::before, #rev_slider_7_1 .hesperiden.tparrows.tp-rightarrow::before{
	display: none !important;
}

#rev_slider_3_1_wrapper .hesperiden.tparrows, #rev_slider_6_1_wrapper .hesperiden.tparrows, #rev_slider_7_1 .hesperiden.tparrows{
	background-color: transparent !important;
	background-image: url("https://shortfuse.pt/wp-content/uploads/2021/04/arrow.png") !important;
	background-repeat: no-repeat !important;
	background-size: contain !important;
	width: 150px !important;
	height: 70px !important;
	border-radius: 0 !important;
}

#rev_slider_3_1_wrapper .hesperiden.tparrows.tp-leftarrow, #rev_slider_6_1_wrapper .hesperiden.tparrows.tp-leftarrow, #rev_slider_7_1 .hesperiden.tparrows.tp-leftarrow{
	transform: scaleX(-1) !important;
	margin-left: 30px !important;
	margin-top:-40px;
	transition: ease-in-out all 0.3s !important;
}

#rev_slider_3_1_wrapper .hesperiden.tparrows.tp-leftarrow:hover, #rev_slider_6_1_wrapper .hesperiden.tparrows.tp-leftarrow:hover, #rev_slider_7_1 .hesperiden.tparrows.tp-leftarrow:hover{
	margin-left: 50px !important;
	transition: ease-in-out all 0.3s !important;
}

#rev_slider_3_1_wrapper .hesperiden.tparrows.tp-rightarrow, #rev_slider_6_1_wrapper .hesperiden.tparrows.tp-rightarrow, #rev_slider_7_1_wrapper .hesperiden.tparrows.tp-rightarrow{
	transition: ease-in-out all 0.3s !important;
	margin-left: -30px !important;

}


#rev_slider_3_1_wrapper .hesperiden.tparrows.tp-rightarrow:hover, #rev_slider_6_1_wrapper .hesperiden.tparrows.tp-rightarrow:hover, #rev_slider_7_1_wrapper .hesperiden.tparrows.tp-rightarrow:hover{
	margin-left: -40px !important;
	transition: ease-in-out all 0.3s !important;
}


/* PORTFOLIO */

.portfolio_menu{
	position: fixed;
	top:60px;
	left: calc( 50% - 230px );
	display: none;
}

.header_black .portfolio_menu a{
	color: black;
}

.page-template-page_portfolio .portfolio_menu{
	display: block;
}

.portfolio_menu a{
	color: black;
	text-transform: uppercase;
	letter-spacing: 2px;
	text-decoration: none;
	padding-left: 15px;
	color: white;
	font-weight: 300;
}

.portfolio_one{
	width: 50vw;
}

.portfolio_two{
	width: auto;
	height: 100%;
	padding-right: 500px;
	display: flex;
}

.portfolio{
	width: auto;
	height: 100%;
	padding-top: 11vh;
	display:inline-flex;
	flex-flow : column wrap;
	align-content : flex-start;
}

.page-id-628 .pub_link, .page-id-763 .corp_link, .page-id-762 .anim_link, .page-id-764 .all_link, .page-id-1098 .pub_link, .page-id-1092 .corp_link, .page-id-1100 .anim_link, .page-id-1105 .all_link{
	color: #0061d6 !important;
}

.video_hover{
	width: 100%;
	height: 100%;
	text-align: center;
	position: absolute;
	z-index: 9;
	pointer-events: none;
	opacity: 0;
	color: white;
	padding-top: 140px;
}

.video_hover h3{
	margin: 0;
	font-size: 20px;
}

.video_hover h5{
	margin: 0;
	font-weight: 300;
}

.video_pf{
	width: 600px;
	height: 338px;
	background: white;
	margin-right: 40px;
	margin-top: 40px;
	position: relative;
	overflow: hidden;
	display: flex;

}

.portfolio video {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  min-height: 338px;
	position: absolute;
	z-index: 0;
	transition: ease-in-out all 0.2s;
	top: 0;
}

.video_pf:hover{
	background-color: #0061d6;
	transition: ease-in-out all 0.2s;
}

.video_pf video:hover{
	opacity: 0.2 !important;
	transition: ease-in-out all 0.2s;
}

.video_pf:hover .video_hover{
	opacity: 1;
}



.video_pf:nth-child(2) {
  margin-left: 200px;
}

.video_pf:nth-child(1) {
  margin-left: 0px !important;
}

.video_pf:nth-child(odd){
  margin-left: -200px;
}


/* blog */


.blog{
	background-color: white;
}

.blog .logo_black, .single .logo_black{
	display: block;
}

.blog .logo_white, .single .logo_white{
	display: none;
}

.blog .line-menu, .single .line-menu{
	background-color: black;
}

.blog .menu_aberto, .single .menu_aberto{
background: linear-gradient(270deg, rgba(255,255,255,1) 59%, rgba(255,255,255,0) 100%);
}

.blog .menu_aberto h3, .blog .menu_aberto a, .blog .header_black ol, .blog ol, .single .menu_aberto h3, .single .menu_aberto a, .single .header_black ol, .single ol{
	color: black;
}

.blog .entry-content, .single .entry-content{
	background: linear-gradient(270deg, rgba(255,255,255,0.9) 90%, rgba(255,255,255,0) 100%);
}

.blog .title_fixed {
	top: 15vh;
	z-index: -100;
	position: absolute;
}

.blog .title_fixed h1{
	color: black;
}

.blog #outline {
    -webkit-text-stroke: 1px black;
    color: rgba(0, 0, 0, 0);
}

.blog_content{
	margin-top: 65vh !important;
}

.single #primary{
	padding-top: 130px;
}

.attachment-post-thumbnail{
	float: right;
	width: 100vw;
	padding-left: 20vw;
}

.post-thumbnail{
	width: 100%;
	height: auto;
	display: block;
}

.blog_content .entry-title, .single .entry-title{
	padding-top: 50px;
	color: black;
}

.blog_content .entry-content, .single .entry-content{
	margin: 0 30%;
	padding-bottom: 50px;
}


.entry-title a{
	color: black;
	font-size: 40px;
	line-height: 1em;
	text-decoration: none;
}

.blog p{
	color: black;
	font-weight: 300;
	font-size: 16px;
	line-height:30px;
}

.post-thumbnail{
	pointer-events: none;
}

#comments{
	display: none;
}

/* SERVICES */

.services_one{
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}

.services_col{
	width: 20%;
	float: left;
	color: black;
	margin-left: 5vw;
	box-sizing: border-box;
}

.services_col:first-child{
	margin: 0;
}

.col_wrapper{
	padding: 0 60px;
	position: relative;
	bottom: 50px;
	font-weight: 300;
}

.services_col h3{
	font-size: 24px;
	font-weight: 500;
	line-height: 30px;
	margin-bottom: 0;
}

.page-template-page_services{
	overflow: hidden !important;
}

.page-template-page_services #container{
	background-color: white;
}

.page-template-page_services .logo_black{
	display: block;
}

.page-template-page_services .logo_white{
	display: none;
}

.page-template-page_services .line-menu{
	background-color: black;
}

.page-template-page_services .menu_aberto{
background: linear-gradient(270deg, rgba(255,255,255,1) 59%, rgba(255,255,255,0) 100%);
}

.page-template-page_services .menu_aberto h3, .page-template-page_services .menu_aberto a, .page-template-page_services .header_black ol, .blog ol, .page-template-page_services .title_fixed h1, .page-template-page_services ol, .page-template-page_services .menu_aberto .language_switch li a, .blog .menu_aberto .language_switch li a{
	color: black;
}

.header_black .menu_aberto .language_switch li a {
	color: black;
}

.page-template-page_services #outline {
    -webkit-text-stroke: 1px black;
    color: rgba(0, 0, 0, 0);
}

/* CONTACTS */

.contact_left, .contact_right{
	width: 50vw;
	height: 100vh;
}

.contact_right{
	overflow: hidden;
	position: fixed;
	left: 50vw;
	top: 0;
	background: #0062d5;
}

.page-template-page_contact .white{
	background-color: #141414 !important;
}

.page-template-page_contact .header_black .logo_black{
	display: none !important;
}

.page-template-page_contact .header_black .logo_white{
	display: block !important;
}



.contact_left{
	color: white;
	font-weight: 300;
	padding-left: 50px;
}

.contact_left h1{
	font-size: 3vw;
	color: white;
	text-align: left;
	text-transform: uppercase;
	line-height: 1em;
	margin-top: 15vh;
	margin-bottom: 0;
	white-space: nowrap;
}

.video_contact{
	width: auto;
	min-height: 100vh;
	margin-left: calc( -900px - 3vw) !important;
}

/* TESTEEEEEEEE */

.design{
	width: 100vw;
	height: 100vh;
	background-size: cover;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 999;
	background-image: url(https://shortfuse.pt/wp-content/uploads/2021/04/homepage2_menu.jpg);
}


.test_1, .test_2{
	width: 100%;
	height: 100vh;
}


.square{
	background-color: blue;
	width: 100px;
	height: 100px;
}

.red{
	background-color: red;
}

rs-bgvideo{
	opacity: 0.6 !important;
}

#title_blog h1{
	margin-top: 5vw;
}

.blog_content article .entry-content{
	display: none !important;
}


.blog_content a{
	color: black;
	text-decoration: none;
}

.single-post .navigation{
	margin-bottom: 0;
	margin: 0 30%;
	padding-bottom: 50px;
}

.comment-navigation .nav-links, .posts-navigation .nav-links, .post-navigation .nav-links {
 gap: 5%;	
}

.single-post .navigation a{
	color: #0061d6;
	text-decoration: none;
	padding: 30px 0;
	font-size: 26px;
	line-height: 1.3em;
}

.single-post .navigation a:hover{
	opacity: 0.7;
}

.nav-subtitle{
	width: 100%;
	color: black;
	display: block;
	font-weight: 300;
	text-transform: uppercase;
	font-size: 13px;
	opacity: 1 !important;
}

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: #0061d6;
	font-size: 22px;
	border: none;
	background: none;
	border-radius: 0px;
	padding: 0;
	opacity: 1;
	width: 80%;
	font-family: "Poppins", sans-serif;
	font-weight: 100;
}

input[type="text"]::placeholder, input[type="email"]::placeholder, textarea::placeholder{
	color: white;
	opacity: 1;
	font-family: "Poppins", sans-serif;
	font-weight: 100;
}

button, input[type="button"], input[type="reset"], input[type="submit"]{
	border: none;
	background: none;
	padding: 0;
	font-family: "Poppins", sans-serif;
	font-size: 30px;
	color: #0061d6;
	cursor: pointer;
}

.contact_home p{
	margin: 10px 0;
}

#wpcf7-f778-o1{
	margin-top: 60px;
}

.joke_one{
	position: absolute;
	top: 50px;
	right: 120px;
	width: 300px;
}

.arrow_one{
	position: absolute;
	top: 40px;
	right: 50px;
	width: 200px;
}


.joke_two{
	position: absolute;
	top: 20vw;
	right: 30vw;
	width: 300px;
}

.arrow_two{
	position: absolute;
	top: 24vw;
	right: 30vw;
	width: 250px;
}

.home_button{
	position: absolute;
	top: 30vw;
	right: 25vw;
	
}

.home_button a{
	background-color: #0061d6;
	color: white;
	text-decoration: none;
	border-radius: 15px;
	padding: 15px 20px 13px 20px;
	cursor: pointer !important;
	transition: all ease-in-out 0.2s;
}

.home_button a:hover{
	background-color: rgba(0, 97, 214, 0.8);
}

.contact_home a{
	font-size: 18px;
	color: white;
	background-color: #0061d6;
	border-radius: 15px;
	padding: 15px 25px;
	
}





.mobx-bottom-bar{
	max-width: 400px !important;
	height: 100vh;
	right: 0 !important;
	left: auto !important;
	box-sizing: border-box !important;
	position: absolute !important;
}

.mobx-video{
	width: calc(100% - 600px) !important;
	height: 70vh !important;
	left: 5vw !important;
	top: 7vw !important;
	position: fixed !important;
}

.mobx-video video, .mobx-video iframe, .mobx-video .mejs-video {
	background: none !important;	
}

.mobx-holder .mobx-title{
	width: 390px !important;
	font-size: 30px !important;
	line-height: 1.3em !important;
	color: black !important;
	margin-top: 25vw !important;
	padding-right: 30px !important;
}

.mobx-holder .mobx-desc{
	width: 390px !important;
	padding-right: 30px !important;
	font-size: 18px !important;
	color: black !important;
	font-weight: 300 !important;
	line-height: 1.5em !important;
	white-space: normal  !important;
}

.mobx-title h4{
	font-size: 16px;
	color: #0061d6;
	margin: 0;
}

.mobx-top-bar{
	z-index: 99999999999999 !important;
	background: none !important;
}

.mobx-top-bar *{
	color: black !important;
}

.mobx-video{
	
}


.jk_pt:lang(en){
	display: none;
}

.jk_en:lang(pt){
	display: none;
}


.menu_en:lang(pt){
	display: none;	
}

.menu_pt:lang(en){
	display: none;	
}

.grecaptcha-badge{
	display:none !important;
}

.contact_col{
	width:300px;
	float: left;
	padding-bottom:20px;
}

.social_contacts{
	width:100%;
	float: left;
}

#cookie-law-info-bar{
	box-shadow:none !important;
}

.page-id-1269{
	background: black;
}

.page-id-1269 #masthead{
	display: none;
}

.page-id-1269 .site{
	width: 100%;
	margin-top: 100px;
}

.page-id-1269 a{
	color: white;
	padding: 10px 20px;
	background-color: rgb(0, 97, 214);
	text-decoration: none;
	border-radius: 15px;
	padding: 15px 20px 13px 20px;
	cursor: pointer !important;
}

.page-id-1269 p{
	margin-top: 60px;
}

.policy_page{
	color: white;
}

.policy_page p{
	font-weight: 100;
}

.policy_page strong{
	font-size: 20px;
}


.policy_page h2{
	font-size: 48px;
	line-height: 1.2em;
}

input:focus, textarea:focus{
	box-shadow: 0px 1px 0px 0px #036bdc;
	
}

@media only screen and (min-width: 1450px) {
	.video_hp{
		width: 28vw;
		right: 12vw;
	}
}


@media only screen and (max-width: 960px) {
	
	body{
		overflow-x: hidden;
	}
	
	#masthead{
		background: black !important;
		width: 100vw;
		padding: 15px 5vw 10px 5vw !important;
	}
	
	.page-template-page_services #masthead, .blog #masthead, .single-post #masthead{
		background: white !important;
	}
	
	
	.single-post figure{
		min-width: 0 !important;
		max-width: 100% !important;
		width: 100% !important;
		text-align: center !important;
	}
	
	.single-post figure img{
		min-width: 0 !important;
		max-width: 100% !important;
	}
	
	.single-post body{
		overflow-x: hidden;
	}
	
	.mobx-bottom-bar{
		height: auto !important;
		position: absolute !important;
		float: left !important;

		max-width: 100% !important;
		top: 70vw !important;
		bottom: 0 !important;
		overflow-y: visible !important;
		pointer-events: none !important;
	}
	
	.mobx-slider, .mobx-overlay{
		overflow-y: visible !important;
	}
	
	.mobx-caption-inner{
		background-color: #fff;
	}
	
	.mobx-overlay{
		overflow-y: visible !important;
		background-color: rgba(255, 255, 255, 1) !important;
	}
	
	.mobx-holder .mobx-title, .mobx-holder .mobx-desc {
		width: 100% !important;	
	}
	
	.mobx-idle .mobx-top-bar{
		transform: none !important;
	}
	
	.mobx-holder{
		overflow-y: scroll !important;
	}
	
	.mobx-video{
		width: 87vw !important;
		min-height: 130vh !important;
		position: fixed !important;
		top: 0 !important;
	
	}
	
	.mobx-caption{
		pointer-events: none !important;
	}
	
	.mobx-caption-inner {
		pointer-events: none !important;
	}
	
	#player{
		top: 0 !important;
	}
	
	.mobx-video iframe{
		
		z-index: 99999999 !important;
	}
	
	.vp-center{
		min-height: 0 !important;
		height: auto !important;
	}
	
	.mobx-holder .mobx-title{
		margin-top: 30px !important;
	}
	
	.mobx-svg{

	}
	
	.mobx-ui button svg {
		fill: black !important;	
	}
	
	#player{
		
	}
	
	.mobx-ui{
		height: auto !important;
		bottom: 0 !important;
		position: relative !important;
		overflow-y: visible !important;
		z-index: 9999 !important;
	}
	
	
	.single-post .entry-content{
		width: 90%;
		margin: 0 0 0 2.5vw !important;
		padding: 0 !important;
	}
	
	.blog_content h1.entry-title, .single h1.entry-title{
		line-height: 1.2em;
	}
	
	.single #primary{
		padding-top: 100px;
	}
	
	.page{
		
	}
	
	#container{
		height: auto;
		width: 100vw;
		display: block;
		padding: 100px 30px 0 30px;
	}
	
	.module{
		width: 100% !important;
		float: left;
		display: block;
		height: auto;
		position: relative;
	}
	
	.cursor{
		display: none;
	}	
	
	#masthead {
		position: fixed;
		padding: 30px 30px 30px 30px;
	}
	
	.wrapper-menu{
		right: 30px;
		top: 17px;
	}
	
	.logo{
		width: 150px;
	}
	
	.home_one{
		padding-bottom: 80px;
	}
	.video_hp {
		width: 100%;
		height: auto;
		position: relative;
		float: left;
		overflow: hidden;
		right: 0;
		top: 30px;
		
	}
	
	.video_homepage {
		margin-left: 0px !important;
		max-width: 100%;
		height: auto;
		
	}
	
	.tag{
		float: left;
		position: relative;
		left: 0;
		bottom: 0;
	}
	
	.tag h1{
		font-size: 13vw;
	}
	
	.tag_two{
		float: left;
		position: relative;
		width: 100%;
		right: 0;
		padding-top: 20px;
	}
	
	.tag_two br{
		display: none;
	}
	
	.img_home{
		width: 100%;
		margin: 30px 0 0 0;
	}
	
	.home_button{
		position: absolute;
		top: auto;
		bottom: 5vw;
		right: 5vw;
		left: auto;
	}
	
	.arrow_one{
		top: -47vh;
		width: 150px;
	}
	
	.joke_one{
		top: -42vh;
		width: 230px;
		right: calc(5vw + 70px);
	}
	
	.contact_home{
		display: none;
	}
	
	.home_two{
		position: relative;
	}
	
	.hp_text_two{
		width: 100%;
		margin: 0;
		position: relative;
		top: 0;
	}
	
	.hp_text_two h1{
		font-size: 22px;
	}
	
	.img_home{
		position: relative;
	}

	.home_three{
		width: calc(100% + 60px) !important;
		padding-bottom: 50px;
		margin-left: -30px;
		
	}
	
	.arrow_two{
		position: absolute;
		top: 35vw;
		right: calc(5vw + 100px);
		width: 200px;
	}
	
	.joke_two {
		position: absolute;
		top: 20vw;
		right: calc(5vw + 130px);
		width: 250px;
	}
	
	.contact_home_left{
		width: 100%;
		float: left;
		padding: 0px 5vw 100px 5vw;
	}
	
	.home_three h1{
		font-size: 25vw;
		padding-top: 40px;
		margin: 0;
		line-height: 0.8em !important;
	}
	
	.home_three h3{
		font-size: 7vw;
		margin: 0;
	}
	
	.contact_home{
		padding: 30px;
		font-size: 6vw;
	}
	
	.contact_home a {
		font-size: 6vw;	
	}
	
	.joke_one, .arrow_one, .joke_two, .arrow_two{
		
	}
	
	.hp_text_two{
		min-width: 0;
	}
	
	.hp_text_two br{
		display: none;
	}
	
	/* services */
	
	.title_fixed{
		position: relative;
		margin-left: 0;
	}
	
	.title_fixed h1{
		font-size: 12vw;
		line-height: 0.9em;
		margin-top: 0vh;
	}
	
	.services_col{
		width: 100%;
		margin-left: 0;
	}
	
	.col_wrapper{
		padding: 0;
		bottom: auto;
		background-color: white;
	}
	
	.page-template-page_services{
		background-color: white;
		overflow-y: visible !important;
	}
	
	/* TEAM */
	
	.page-id-542 .title_fixed h1{
		font-size: 8.3vw;
		line-height: 1.2em;
	}
	
	.photo_team:nth-child(1) {
		margin-top: 0vh;
	}
	
	.guys{
		width: 100%;
		float: left;
		display: block;
	}
	
	.photo_team {
		width: 100%;
		overflow: hidden;
		margin-right: 0;
	}
	
	.photo_team img{
		width: 100%;
	}
	
	.photo_team:nth-child(1), .photo_team:nth-child(2), .photo_team:nth-child(3), .photo_team:nth-child(4), .photo_team:nth-child(5), .photo_team:nth-child(6), .photo_team:nth-child(7), .photo_team:nth-child(8), .photo_team:nth-child(9), .photo_team:nth-child(10){
		margin-top: 30px;
	}
	
	.team_hover {
		width: 100%;
		height: 140px;
		background-color: #005df0;
		text-align: center;
		opacity: 1;
		margin-top: -70px;
		position: relative;
		z-index: 9999;
	}
	
	.photo_team:hover .team_hover {
		margin-top: -70px;
		
		opacity: 1;
	}
	
	p.team_text{
		width: 100%;
	}
	
	.portfolio video{
		position: relative;
	}
	
	.portfolio{
		display: block;
		width: 100% !important;
		padding-top: 30px;
	}
	
	.portfolio_two{
		padding: 0;
	}
	
	.video_pf{
		width: 100%;
		height: auto;
		margin: 0 0 100px 0 !important;
		float: left;
		overflow: visible;
	}
	.portfolio_menu{
		position: absolute;
		left: 0;
		width: 100vw;
		padding: 30px 30px;
	}
	
	.portfolio_menu a{
		padding-left: 0;
	}
	
	.page-template-page_portfolio .title_fixed{
		padding-top: 70px;
	}
	
	.video_hover{
		height: auto;
		opacity: 1;
		bottom: -130px;
		top: auto;
		padding: 0 0 60px 0;
	}
	
	.video_pf video:hover{
		opacity: 1 !important;
	}
	
	/* titulos */

	.page-template-page_portfolio .title_fixed h1{
		font-size: 6vw;
		line-height: 1.2em;
	}
	
	
	/* contact */
	
	.contact_left, .contact_right{
		width: 100%;
		padding: 0;
		height: auto;
		float: left;
	}
	
	.contact_left h1{
		font-size: 10.5vw;
		line-height: 1em;
		margin-top: 0;
	}
	
	.video_contact{
		margin: 0 !important;
		width: 130vw;
		min-height: 0;
		top: 0;
		left: -27vw;
		position: relative;
	}
	
	.page-template-page_contact #container{
		padding: 0;
	}
	
	.contact_right{
		margin-bottom: 50px;
		width: 100vw;
		height: auto;
		left: 0;
		background: none;
		position: relative;
		margin-top: 40px !important;
	}
	
	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 {
		font-size: 20px;
		border-bottom: 1px solid white;
		width: 100%;
	}
	
	.contact_left{
		padding: 0 5vw;
	}
	
	.menu_aberto{
		width: 100%;
	}
	
	.menu{

	}
	
	.menus_wrapper{
		width: 200px;
		float: right;
		position: relative;
	}
	
	.menu_aberto li a{
		font-size: 25px;
	}
	
	.language_switch{
		margin-top: 18vh;
	}
	
	ol li .sub-menu li a{
		font-size: 14px;
		line-height: 0.8em;
	}
	
	.menu_aberto li a:hover {
		margin-left: 0;
	}
	
	.blog .title_fixed{
		left: 30px;
	}
	
	.blog_content .entry-content, .single .entry-content{
		margin: 0 5vw;
	}
	
	.blog_content .attachment-post-thumbnail, .single .attachment-post-thumbnail{
		padding: 0;
	}
	
	.blog_content{
		margin-top: 60vw !important;
	}
	
	.blog_content .entry-title a, .single .entry-title a{
		font-size: 30px;
		line-height: 1em;
	}
	
	
	/* SLIDER */
	
	#rev_slider_3_1 h5, #rev_slider_7_1 h5{
		font-size: 50vw !important;
		margin-top: -7vw !important;
	}
	
	#rev_slider_3_1 h2, #rev_slider_7_1 h2{
		font-size: 9vw !important;
		margin-top: -2vw;
	}
	
	#rev_slider_3_1 h4, #rev_slider_7_1 h4{
		line-height: 1.5em !important;
		margin-top: -10vw !important;
		font-size: 5vw !important;
	}
	
	#rev_slider_3_1 p, #rev_slider_7_1 p{
		line-height: 1.5em !important;
		width: 100% !important;
		font-size: 14px !important;
	}

	
	.tp-leftarrow, .tp-rightarrow{
		display: none !important;
	}
	
	.portfolio_menu{
		background: black;
		padding: 10px 5vw;
		margin-top: -3px;
	}
	
}


@media only screen and (min-width: 2000px) {
	.portfolio{
		
	}
	
	.video_pf {
		width: 30vw;
		height: 16.6vw;
		overflow: hidden;
	}
	
	.video_hover {

	}
	
	.portfolio_two{
		padding-right: 1700px;
	}
	
	.title_fixed h1{
		font-size: 10vw;
	}
	
	.page-template-page_services .title_fixed h1, .page-template-page_team .title_fixed h1{
		font-size: 5vw;
		padding-top: 4vw;
	}
	
	.hp_text_two{
		width: 30vw;
	}
	
	.hp_text_two p{
		font-size: 0.8vw;
	}
}

@media only screen and (max-width: 700px) {
	
	.mobx-video{
		margin-top: -260px !important;
	}
	
	.mobx-ui button{
		display: block;
	}
	
	.video_pf{
		background: none;
		margin: 0;
	}
	
	.video_pf:hover{
		background: inherit;
	}
}


@media only screen and (max-width: 480px) {
	.video_hover{
		bottom: -70px;
		
	}
	
	.video_pf{
		margin-bottom: 0 !important;
	}
}

@media (max-width: 1450px) {
    .home_two{
        width: 100vw;
    }

  .arrow_two, .joke_two {
    right: 15vw;
    }
    
    .joke_two{
    margin-top: -5px;
    }

	.home_button{
    right:10vw;
    }
  
}