/*!
Theme Name: ARX
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: hyprop
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.

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

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

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

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

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

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

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

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

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

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

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

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

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

}

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

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

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

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

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

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

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

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

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

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html {
	box-sizing: border-box;
}

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

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

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

p {
	
}

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

blockquote {
	
}

address {
	
}

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

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	
}

ul,
ol {
	
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

img {
	height: auto;
	max-width: none;
}

figure {
	margin: 1em 0;
}

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

/* Links
--------------------------------------------- */
a {
}

a:visited {
}

a:hover,
a:focus,
a:active {

}

a:focus {
}

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

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

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

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

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

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

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

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

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

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	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 {
	
}

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

.page-links {
	clear: both;
	
}

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

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	
}

.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 {
	
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	
}

.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 A SÉRIO ---------------------------------- */

html, body{
	font-family: 'Pilcrow Variable';

	
}




*{
	//outline: 1px solid red;
}




.c-scrollbar{
	
}

#masthead{
	background: rgb(0,0,0);
	background: linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
	padding: 50px 5vw;
	overflow: hidden;
	position: absolute;
	width: 100%;
	z-index: 3;
	display: none;
}

.bg_fade{
	height: 100px;
	margin-top: -50px;
	position: relative;
	background: rgb(0,0,0);
	background: linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 30%, rgba(0,0,0,1) 70%, rgba(0,0,0,0) 100%); 
}

p{
	line-height: 2em !important;
	font-weight: 300;
}

p strong, p b{
	font-weight: 900;
}

.custom-logo{
	width: 140px;
	margin: 0 auto;
	display: block;
}

.main-navigation{
	width: 100%;
	float: left;
}

.main-navigation ul{
	display: block;
}

.menu-main-menu-left-container, .menu-main-menu-right-container{
	width: 30%;
	float: left;
	padding-top: 15px;
}

#menu-main-menu-left{
	text-align: right;
}

#menu-main-menu-left li{
	float: right;
	position: static;
}

#menu-main-menu-right li{
	float: left;
	position: static;
}

#menu-main-menu-right li:first-child a{
	margin-left: 0;
}

.site-branding{
	width: 40%;
	float: left;
	margin-top: -8px;
}

.main-navigation a{
	color: white;
	text-transform: uppercase;
	font-size: clamp(30px, 4vw, 90px);
	line-height: 1.3em;
}

.site-branding a{
	margin: 0 auto;
	
}

.site-title{
	display: none;
}

.entry-header{
	
}

.header_hp{
	background-color: #f6312f;
	padding: 27vw 10vw;
}

.header_hp h1{
	font-size: 3.8vw;
	color: black;
	line-height: 1em;
	margin: 0;
}

.header_hp p{
	font-size: 24px;
	color: black;
}

.rotate{
	margin-top: -12vw;
}

.rotate img{
	-webkit-animation:spin 4s linear infinite;
	-moz-animation:spin 4s linear infinite;
	animation:spin 4s linear infinite;
}

@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }

.hp_box_row{
	padding: 0 10vw;
	margin-top: -5vw;
}

.box_hp{
	background-color: white;
	
	padding: 2vw 2vw;
	-webkit-box-shadow: 16px 18px 31px 1px rgba(0,0,0,0.38); 
	box-shadow: 16px 18px 31px 1px rgba(0,0,0,0.38);
}

.middle{
	
}

.box_hp hr{
	width: 5vw;
	background-color: #e5e5e5;
	height: 3px;
	margin-top: 10px;
	margin-bottom: 40px;
}

.box_hp h2{
	font-size: 28px;
	color: black;
	line-height: 1em;
	margin: 0;
}

.box_hp p{
	font-size: 20px;
}

.title_nine{
	
	position: relative;
}

.title_nine p{
	font-size: 2vw;
	font-weight: 100;
	color: white;
}


.title_nine span{
	color: #f6312f;
	font-weight: bold;
}

.title_nine hr{
	border-bottom: 1px solid white;
	width: 84%;
	position: absolute;
	top: 0.9vw;
	right: 0;
}

.title_row h4{
	font-size: 14px;
	color: #f6312f;
	font-weight: 300;
	margin: 0;
	padding-top: 30px;
	font-family: "Roboto", sans-serif !important;
	text-transform: uppercase;
}

.title_row h1{
	font-size: 1.8vw;
	margin: 0;
	color: white;
	font-weight: 300;
}

.title_row p{
	font-size: 15px;
	font-family: "Roboto", sans-serif !important;
	color: white;
	margin: 30px 0 20px 0;
}

.title_row a{
	color: #f6312f;
	text-decoration: none;
}

.timeline{
	width: 60vw;
	padding-left: 10vw;
	display: flex !important; 
	align-items: stretch !important;
}

.timeline .panel-grid-cell{
	height: 100% !important;
	flex: 1 !important;
	align-items: stretch !important;
}

.timeline .panel-grid-cell:first-child{
	border-right: 2px solid #f6312f;
}

.timeline .panel-grid-cell:last-child{
	border-left: 2px solid #f6312f;
	margin-left: -2px;
}

.tl_right, .tl_left{
	position: relative;
	min-width: 35px;
}

.timeline h3.widget-title{
	color: #f6312f;
	font-size: 54px;
	line-height: 50px;
	transform: rotate(-90deg);
	position: absolute;
	top: 6px;
	text-align: right;
	text-transform: uppercase;
}

.timeline h2{
	font-size: 28px;
	margin: 0;
	line-height: 1em;
}

.timeline p{
	margin: 0;
	font-size: 20px;
}


.tl_right .textwidget{
	padding-left: 150px;
}

.tl_left{
	text-align: right;
}

.tl_left .textwidget{
	padding-right: 150px;
}

.tl_left h3.widget-title{
	right: 35px;
}

.tl_right h3.widget-title{
	left: 35px;
}


.vl{
	position: absolute;
	height: 100vw;
	width: 2px;
	background-color: #f6312f;
	left: 34.95vw;
	z-index: -99;
	
}

.header_two h1{
	color: white;
	font-size: 50px;
}

.accordion{
	cursor: pointer;
}

.hidden{
	
	max-height: 0;
	height: 0;
	overflow: hidden;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	background-color: #f6312f;
}

.visible{
	height: auto;
	max-height: 900px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}


.hidden p{
	font-size: 24px;
	padding: 5% 20vw;
	text-align: center;
}

.site-info{
	display: none;
}

article{
	overflow: hidden;
}

.footer{

	position: relative;
	padding-top: 100px !important;
	padding-bottom: 100px !important;
}

.footer_gradient{
	height: 50vw;
	width:100vw;
	position: absolute;
	top: 0;
	z-index: -1;
	background: radial-gradient(ellipse, rgba(251, 49, 65, 0.6) 0% 40%, rgba(0, 0, 0, 0) 70%);
}

#secondary{
	//margin-top: -20vw;
	max-height: 600px;
	overflow: hidden;
}

#secondary h3{
	color: white;
	font-size:14px;
	font-family: "Pilcrow Variable";
	font-weight: 100;
}

.logo_footer{
	
}

#primary{
min-height: 60vh;
}


.footer a{
	color: white;
}

.footer ul {
	  list-style: none;
	  padding-left: 0;
	  width: 750px;
	  margin: 0 auto;
	}
	
.footer ul li{
	width: auto;
	float: left;
}
	
.footer .menu a{
	text-transform: uppercase;
	font-size: 20px;
	margin-left: 40px !important;
	text-decoration: none;
}

.footer .menu .menu-item-7 a{
	margin-left: 0 !important;
}

.footer .menu a:first-child{
	margin-left:0;
}

.email{
	font-size: 24px;
	text-decoration: none;
}

.email a{
	text-decoration: none;
}

.destaque_home{
	padding: 5vw 10vw 60px 5vw;
}


.destaque_home h3{
	font-size: 38px;
	line-height: 1em;
	color: white;
}

.destaque_home p{
	font-size: 18px;
	line-height: 2em;
	font-weight: 100 !important;
	color: white;
}

.destaque_home a{
	color: white;
	background: black;
	padding: 15px 20px;
	text-decoration: none;
	border-radius: 25px;
}

.header_txt{
	width: 100%;
	height: auto;
	padding-top: 100px;
	padding-bottom: 0px;
}

.header_txt h3{
	color: white;
	font-size: 50px;
	margin: 0;
}

.header_txt p{
	color: white;
	margin: 0;
}

.destaque_row img{
	min-height: 700px;
	object-fit: cover;
}

.destaque_row img

.header_txt h3{
	font-size: 40px;
	margin-bottom: 20px;
	line-height: 1em;
}

.header_txt p{
	font-size: 22px;
	line-height: 1.8em;
}

.parceiros{
	align-items: stretch !important;
}

.parceiros .panel-grid-cell:first-child{
	border-right: 1px solid #f6312f;
	flex:1;
}



.parceiros img{
	-webkit-box-shadow: 27px 24px 24px 5px rgba(0,0,0,0.2); 
	box-shadow: 27px 24px 24px 5px rgba(0,0,0,0.2);
	margin-bottom: 30px;
}

.parceiros .panel-grid-cell{
	padding: 0 5vw;
}

.parceiro{
	text-align: center;
}

.parceiro h3{
	font-size: 30px;
}

.parceiro p{
	font-size: 18px;
	line-height: 2em;
}

.entry-footer{
	display: none;
}

.actividades{
	padding-top: 100px;
	padding-bottom: 100px;
}

.actividades h3{
	font-size: 50px;
}

.actividades p{
	font-size: 18px;
	line-height: 2em;
}

.actividade{
	padding: 10vw 10% 0 10%;
}

.actividade h3{
	font-size: 30px;
}

.actividade p{
	font-size: 18px;
	line-height: 2em;
}

#search-filter-results-58 {
	display: flex;
	flex-wrap: nowrap;
	overflow-x: auto;
	overflow-y: visible;
	gap: 100px;
	scrollbar-width: none;
	padding: 3vw 0;
}

	
#search-filter-results-58:-webkit-scrollbar {
	display: none; 
}
	
.news {
	flex: 0 0 auto;
	width: 20vw;
	height: 26vw;
	box-sizing: border-box;
	background-size: cover !important;
	background-repeat: no-repeat !important;
	background-position: center center !important;
	  
	border-radius: 10px;
	    
	position: relative;
	
	transition: all ease-in-out 0.2s;
	
}

#custom-cursor {
	position: fixed;
	width: 100px; /* Adjust size */
	height: 100px;
	background: url('https://dividebytwo.pt/maquetes/arx/wp-content/uploads/2024/06/range.png') no-repeat center;
	background-size: contain;
	pointer-events: none; /* Prevent interaction */
	transform: translate(-00%, 50%); /* Center it on the cursor */
	z-index: 9999;
	display: none !important; /* Hide it initially */
}

.news:first-child{
	border-left:0px;
	margin-left: 15vw !important;
}

.news:last-of-type{

	margin-right: 10vw !important;
}

@media (hover: hover) {
	.news:hover{
		scale: 1.1;
	}
}

.news a{
	width:100%;
	height: 100%;
	position: absolute;
	
	user-select: none; 
	-webkit-user-drag: none; 
	//pointer-events: none; 
}


.news_info{
	position:absolute;
	bottom: 2vw;
	left: 5%;
	width: 90%;
	
	user-select: none; 
	-webkit-user-drag: none; 
	pointer-events: none; 
}



.news{
	color:white;
}

.news_title p{
	padding: 0;
	margin: 0;
	color: white;
	font-size: 24px;
	text-transform: uppercase;
}

.news_title p{

	margin: 0;
	top: 0;
}

.news_title a{
	color: white;
	text-decoration: none;
}

	
.arrow-button {
	position: absolute;
	top: -18vw;
	transform: translateY(-50%);
	cursor: pointer;
	width: 50px; /* Adjust the width */
	height: 50px; /* Adjust the height */
	background-size: cover;
	background-repeat: no-repeat;
	z-index: 10;
}

/* Left arrow */
.arrow-left {
	left: 10px; /* Adjust position to your liking */
	background-image: url('https://dividebytwo.pt/maquetes/arx/wp-content/uploads/2025/03/arrow.png');
	background-size: contain;
	transform: rotate(90deg);
}

/* Right arrow */
.arrow-right {
	right: 10px; /* Adjust position to your liking */
	background-image: url('https://dividebytwo.pt/maquetes/arx/wp-content/uploads/2025/03/arrow.png');
	background-size: contain;
	transform: rotate(-90deg);
}

.gradient_left{
	height: 50vw;
	width: 12vw;
	left: 0;
	position: absolute;
	top: -32vw;
	background: linear-gradient(to right, black, transparent);
	pointer-events: none;
}

.gradient_right{
	height: 50vw;
	width: 12vw;
	right: 0;
	position: absolute;
	top: -32vw;
	background: linear-gradient(to left, black, transparent);
	pointer-events: none;
}

.news a{
	font-size: 18px;
	color: #f6312f;
	text-decoration: none;
	position: absolute;
	bottom: 0;
}

.news h2{
	margin: 0;
	color: white;
	font-size:clamp(16px, 1.3vw, 30px);
	font-weight: 100;
	line-height: 1.2em;
}

.news h2 a{
	
}

.news .date{
	color: #f6312f;
	font-size: 14px;
	font-family: "Roboto";
}

.news p{
	font-size: 16px;
	line-height: 1.7em;
	font-weight: 100;
	color: white;
}

.news img{
	min-width: 100%;
}

.post_thumbnail{
	width: 100%;
	height: 12vw;
	margin-bottom: 30px;
	background-size: cover !important;
	background-repeat: no-repeat !important;
	display: none;
}

.single .left{
	display:none;
}

.single h1{
	color:white;
	text-transform: uppercase;
	line-height: 1.2em;
	font-weight: 300;
}

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



.left h2{
	margin: 0;
}

.left h3{
	font-weight: 100;
}
.single h3{
	font-weight: 100 !important;
	font-size: 24px;
	font-family: 'Pilcrow Variable';
}

.single h2{
	font-family: 'Pilcrow Variable';
	font-weight: 400;
}

.left .date{
	color: #f6312f !important;
}

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


#comments{
	display: none;
}

.navigation{
	display: none;
}

.single .site-main{
	padding: 0;
}

.left{
	padding-top:10vw;
	text-align: center;
}

.left h2 a{
	color: white;
	text-decoration: none;
	font-size: 50px;
	
	line-height: 1.2em;
}

.left .date{
	font-size: 24px;
	color: white;
}

.left p{
	font-size: 24px;
	color: white;
}

.right img{
	padding-bottom: 50px;
}

.right p{
	font-size: 18px;
	line-height: 2em;
	color: black;
	margin: 0;
}

.left_left{
	width: 60%;
	margin: 0 auto;
}

.left_right{
	width: 50%;
	float: left;
	padding-left: 10vw;
}

.single .post-thumbnail{
	display: none;
}

.single .entry-content{
	padding-top:5%;
	padding-left:15%;
	padding-right:15%;
	margin-bottom:5vw;
}

.single h3{
	color: white;
}

.single p{
	margin-bottom: 20px;
	font-size:15px;
}

.contactos_txt a{
	text-decoration: none;
	color: #f6312f;
}

.title_page h2{
	margin-bottom:0px;
}

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"] {
	background-color: #f2f2f2;
	border: none;
	border-radius: 0;
	height: 50px;
}

textarea{
	background-color: #f2f2f2;
	border: none;
	border-radius: 0;
}

.wpcf7-form{
	padding-bottom: 100px;
}

.wpcf7-form p{
	font-size: 18px;
}

button, input[type="button"], input[type="reset"], input[type="submit"]{
	background-color: #f6312f;
	border: none;
	border-radius: 0;
	color: white;
	padding: 20px 50px;
}

.activity{
	overflow: hidden;
}

.header_txt a{
	color: white;
}

.parceiro a{
	color: black;
}

.parceiro a:hover{
	color: #f6312f;
}

.milestones{
	color: #f1f1f1;
	font-size: 5vw;
	position: absolute;
	top: 300vw;
	text-align: right;
}

.contactos_txt p{
	font-size:17px;
	margin-bottom: 15px;
}

.contactos_txt h3{
	line-height: 1em;
	margin-bottom: 15px;
}

.consorcio_cta{
	background: #f6312f;
	padding: 6vw;
	margin-top: 7vw;
}

.consorcio_cta p{
	font-size: 30px;
}

.consorcio_cta a{
	background: black;
	padding: 15px 25px;
	text-decoration: none;
	color: white;
	font-size: 16px;
}



.taptap-by-bonfire ul li a {
	font-family: 'Pilcrow Soft';
	font-size: 8vw;
	color: black !important;
}

.taptap-background-overlay {
	background: #f6312f !important;
}

.taptap-by-bonfire ul li.current-menu-item > a {
	font-weight: bold;	
}


#contact{
	text-align: center;
	width: 100%;
}

#contact h2{
	color: white;
	font-size: 30px;
	font-weight: 100;
}

textarea{
}

.taptap-background-color{
	background-color: #f6312f !important;
}


.actividades_row {
	font-size: 24px;
}

.test{
	width: 1000px;
	height: 70px;
	border: 1px solid black;
	display: block;
}

.test img{
	object-fit: cover;
	max-width: none;
	width: 100%;
	height: 100%;
}

#logo_footer{
	
	max-width:150px;
	margin: auto;
	margin-bottom: 30px;
}

#financiamento img{
	width: 450px;
}

.table {
	position: absolute;
	bottom: 7vw;
	left: 10vw;
	max-width: 600px;
	color: white;
	line-height: 1.3em;
}

.table p{
	font-size: 16px;
	margin: 0;
}

.table h3{
	font-size: 20px;
}

a.button{
	//background: rgb(157,30,36) !important;
	//background: linear-gradient(0deg, rgba(157,30,36,1) 0%, rgba(231,38,49,1) 100%) !important;
	
	color: #f6312f !important;
	border:1px solid #f6312f;
	text-align: center;
	
	padding: 15px 25px;
	font-size: 16px;
	transition: all ease-in-out 0.3s;
	
	background: rgb(157,30,36, 0) !important;
}

a.button:hover{
	background: rgb(157,30,36) !important;
	background: linear-gradient(0deg, rgba(157,30,36,1) 0%, rgba(231,38,49,1) 100%) !important;
	color: white !important;
	transition: all ease-in-out 0.3s;
}

.red_bg_row{
	background: rgb(157,30,36) !important;
	background: linear-gradient(0deg, rgba(157,30,36,1) 0%, rgba(231,38,49,1) 100%) !important;
}

.red_bg_row h1, .red_bg_row p{
	color: white;
}

.red_bg_row p{
	font-size: 20px;
}

.red_bg_row .button{
	background: none !important;
	color: white;
	border: 1px solid white;
}

.plane_bg{
	position: absolute;
	width: 30vw;
	right: -5vw;
	z-index: -10;
}

.text_top{
	width: 30vw;
	position: absolute;
	bottom: 10vw;
	left: 10vw;
}

.text_top h3{
	font-size: 2.6vw;
	  margin: 0;
	  padding-top: 100px;
	  color: #f6312f;
	  font-weight: 300;
}

.text_top p{
	color: white;
	font-size: 22px;
}

.text_top ul li{
	font-size:20px;
}

.plane_info{
	width: 80vw;
	left: 10vw;
	position: absolute;
}

.icon{
	position: absolute;
	cursor: pointer;
	width: 40px;
}

#icon_one{
	top:0;
	left: 30vw;
}

#icon_one_info{
	top:0vw;
	left: 30vw;
	width: 300px;
	height: auto;
	margin-left: 50px;
}

#icon_two{
	top:0;
	left: 20vw;
}

#icon_two_info{
	top:0;
	left: 20vw;
	width: 300px;
	height: auto;
	margin-left: 50px;
}

#icon_three{
	top:7vw;
	left: 28vw;
}

#icon_three_info{
	top:7vw;
	left: 28vw;
	width: 300px;
	height: auto;
	margin-left: 50px;
}

#icon_four{
	top:2vw;
	left: 50vw;
}

#icon_four_info{
	top:2vw;
	left: 50vw;
	width: 300px;
	height: auto;
	margin-left: 50px;
}

#icon_five{
	top:2vw;
	left: 65vw;
}

#icon_five_info{
	top:2vw;
	left: 65vw;
	width: 300px;
	height: auto;
	margin-left: 50px;
}

#icon_six{
	top:10vw;
	left: 48vw;
}

#icon_six_info{
	top:10vw;
	left: 48vw;
	width: 300px;
	height: auto;
	margin-left: 50px;
}

.info{
	background: rgb(157,30,36) !important;
	background: linear-gradient(0deg, rgba(157,30,36,1) 0%, rgba(231,38,49,1) 100%) !important;
	position: relative;
	color: white;
	display: none;
	padding: 10px 20px;
}

.show_tooltip{
	display: block;
	bottom: 0;
	transition: all ease-in-out 0.2s;
}


.overview_col img{
	width: 50px;
}

#overview ul{
	padding-left: 5px;
}

#overview  li{
	font-weight: 300;
	font-family: "Roboto" !important;
	font-size:14px;
	padding-bottom: 7px;
}

.back a {
	  color: #f6312f;
	  position: relative; /* Needed for positioning the arrow */
	  padding-left: 20px;
	  text-decoration: none;
	}
	
	
	.back a:hover::before {
		  left: -5px;
		  transition: all ease-in-out 0.2s;
		}
		
	.back a::before {
	  content: ''; /* No text content, we use the image */
	  background-image: url('https://dividebytwo.pt/maquetes/arx/wp-content/uploads/2025/03/arrow.png'); /* The arrow image URL */
	  background-size: contain; /* Make sure the image scales properly */
	  background-repeat: no-repeat;
	  display: inline-block;
	  width: 20px; /* Adjust the width of the arrow */
	  height: 20px; /* Adjust the height of the arrow */
	  position: absolute;
	  left: -10px; /* Adjust to the left position */
	  top: -2px;
	  transform: rotate(90deg); /* Rotate the image 90 degrees to the left */
	  transition: all ease-in-out 0.2s;
	}

#overview  li::marker {
	  color: #7c7c7c;
	}
	.plane_info{
	
	}
	@keyframes hoverEffect {
		0% {
			transform: translateY(0);
		}
		50% {
			transform: translateY(-10px);
		}
		100% {
			transform: translateY(0);
		}
	}
	
	@keyframes rightEffect {
		0% {
			transform: translateX(0);
		}
		50% {
			transform: translateX(-30px);
		}
		100% {
			transform: translateX(0);
		}
	}
	

/* PARALLAX CLOUDS */
	
#cloud_parallax{
}

.clouds_parallax{
	position: relative;
	z-index: 0;
	height: 40vh;
	overflow: visible;
}

.clouds_parallax img {
	width: 100%;
	height: auto;
	position: absolute;
	
}
#clouds_one {
	bottom: 5vw;
	left: 0;
	animation: hoverEffect 4s infinite ease-in-out;
	z-index: -100;
}
#clouds_two {
	bottom: 15vw;
	left: 0;
	animation: hoverEffect 2s infinite ease-in-out;
	z-index: -200;
}
#clouds_three {
	bottom:-10vw !important;
	left: 0;
	animation: hoverEffect 5s infinite ease-in-out;
	z-index: -400;
}


.outer_circle{
	background: rgba(255, 255, 255, 0.75);
	border-radius: 100%;
	width: 40px;
	height: 40px;
	
	display: flex;
	justify-content: center;
	align-items: center;
}

.inner_circle{
	background: rgba(255, 255, 255, 1);
	border-radius: 100%;
	width: 10px;
	height: 10px;
	transition: all ease-in-out 0.2s;
}


.outer_circle:hover .inner_circle{
	background: #f6312f;
	scale: 1.4;
}

.home {
	
	background-color: black;
	background-size: contain !important;
	background-position: center bottom !important;
	background-repeat: no-repeat !important;
	animation: none !important;
}



.bg {
	background: black;
}



#missions_title h4{
	padding-top:0px;
}

.missions .panel-grid-cell:first-child{
	padding-left: 5vw;
	padding-right: 5vw;
}

.missions .panel-grid-cell:last-child{
	padding-left: 5vw;
	padding-right: 5vw;
	border-left: 1px solid white;
	border-right: 1px solid white;
}

.missions h4{
	padding-top: 0;
	font-size: 18px;
}

.missions h1{
	font-size: 24px;
}

.missions .title_row{
	padding-bottom: 100px;
}

.missions{
	position: relative;
}

.missions_vertical{
	position: absolute;
	top: 3px;
	right: 50px;
	color: white;
	text-transform: uppercase;
	transform: rotate(90deg);
}

.logo_footer img{
	margin-left: -40px;
}

.arx_bg{
	position: absolute;
	width: 70vw;
	top: 20vh;
	left: 15vw;
}

.arx_model{
	position: absolute;
	top: 30vh;
	width: 80vw;
	left: 10vw;
}

#overview{
	color:white;
}

.overview_col .panel-layout .panel-grid{
}

.overview_col p{
	font-size: 18px;
}

.overview_col .panel-grid{
	padding-top: 10px;
}

.vertical_specs_title{
	position: absolute;
	left: 100px;
	top: 0;
	transform: rotate(90deg);
}

h2{
	color: #f6312f;
	text-transform: uppercase;
}

p{
	color: white;
	font-size: 18px;
}

.vertical_specs_title p{
	font-size:28px;
}

.vertical_specs_title span{
	color: #f6312f;
}

.vertical_specs_title hr{
	position: absolute;
	top: 35px;
	left: 185px;
	border-left:1px solid white;
	width: 300vh;
	z-index: -10;
}

.parceiro{
	position: absolute;
	width: 100%;
	height: 19.5vw;
	top: 0;
	background: black;
	text-align: left;
	
	padding: 10%;
	opacity: 0 !important;
	transition: all ease-in-out 1.5s;
}

.top_consortium p{
	font-size: 20px;
}

.top_consortium h2{
	font-size: 28px;
	font-weight: 100;
}

.parceiro:hover{
	opacity: 1 !important;
}

.parceiros_rows .panel-grid-cell{
	position: relative;
}


.parceiro h3{
	color: #f6312f;
	line-height: 1.2em;
	font-size: 18px;
}

.parceiro p{
	font-size:15px;
	line-height: 1.2em;
}



.footer .menu{
	padding-top: 20px;
	padding-bottom: 20px;
}

.footer .menu a{
	font-size: 16px;
}

#menu-full-menu{

}

.title_page{
	color: white;
}

.title_page h2{
	color: white;
	font-size: 2vw;
	font-weight: 100;
}

.single p{
	color: white;
}

.taptap-header{
	background: none;
}

.taptap-main-menu-button::before, .taptap-main-menu-button div.taptap-main-menu-button-middle::before, .taptap-main-menu-button::after, .taptap-main-menu-button-two::before, .taptap-main-menu-button-two div.taptap-main-menu-button-two-middle::before, .taptap-main-menu-button-two::after, .taptap-main-menu-button-three::before, .taptap-main-menu-button-three div.taptap-main-menu-button-three-middle::before, .taptap-main-menu-button-three::after, .taptap-main-menu-button-four::before, .taptap-main-menu-button-four div.taptap-main-menu-button-four-middle::before, .taptap-main-menu-button-four::after, .taptap-main-menu-button-five::before, .taptap-main-menu-button-five div.taptap-main-menu-button-five-middle::before, .taptap-main-menu-button-five::after, .taptap-main-menu-button-six::before, .taptap-main-menu-button-six::after {
	background-color: white !important;	
}

#model-container{
	position: fixed;
	z-index:0;
}

.arx_logo_bg{
	z-index: -1;
}

.arx_logo_bg img{
	width: 70vw !important;
	margin-left: 15vw;
	margin-top: 8vw;
	
}


.container_drag {
	font-size: 10px;
	position: absolute;
	transform: rotateX(240deg);
	scale: 0.4;
	margin: 0 auto;
	overflow: visible;
}

.icon_rotate{
	position: absolute;
	left: 50%;
	margin-left: -45px;
	bottom: 60px;
	transform: translateX(-50%);
}

.earth {
	position: absolute;
	border-style: solid;
	border-color: #ed1c24;
	border-width: 2px 2px 0 0;
	box-sizing: border-box;
	border-radius: 50%;	
}

.earth {
	width: 260px;
	height: 260px;
	animation: orbit 2s linear infinite;
	
	transition: all ease-in-out 0.5s;

}

.sun {
	position: absolute;
	width: 140px;
	height: 140px;
	
	left: -16px;
	margin-top: -80px;
	
	background: url('https://dividebytwo.pt/maquetes/arx/wp-content/uploads/2025/02/Icone_Orbit3.png') no-repeat center;
	background-size: cover;
	
	transition: all ease-in-out 0.5s;

}

.scroll_down{
	position: absolute;
	bottom: -1vw;
	text-align: center;
	width: 100vw;
	height: auto;
	z-index: -5;
	font-size: 12px !important;
}


.earth::before,
.moon::before {
	content: "";
	position: absolute;
	border-radius: 50%;
}
/*
.earth::before {
	top: 2.8em;
	right: 2.8em;
	width: 3em;
	height: 3em;
	background-color: rgba(255, 255, 255, 0.7);
}

*/

.im-dragging .earth{
	border-width: 1em 1em 0 0;
	transition: all ease-in-out 0.5s;
	
}

.im-dragging .sun{
	scale: 1.1;
	transition: all ease-in-out 0.5s;
}



@keyframes orbit {
	from { transform: rotate(0deg); }
	to { transform: rotate(360deg); }
}




/*

	#video-section {
	  position: relative;
	  height: 100vh; 
	}

	#video-container {
	  position: sticky;
	  top: 0;
	  height: 100vh;
	  display: flex;
	  justify-content: center;
	  align-items: center;
	}

	video {
	  width: 100vw;
	  height: auto;
	}
	
	canvas {
		  position: absolute;
		  top: 0;
		  left: 0;
		  width: 100%;
		  height: 100%;
		  z-index: 0;
		}
		
*/

/*
#video-section {
	  position: relative;
	  width: 80vw;
	  height: 80vh;
	  left: 10vw;
	  top: 10vh !important;
	}
	
	#video-container {
	  position: sticky;
	  top: 0;
	  width: 100%;
	  
	  height: 100%;
	  display: flex;
	  justify-content: center;
	  align-items: center;
	}
	
	#video-container video {
		  max-width: 100%;
		  max-height: 100%;
		  width: auto;
		  height: auto;
		  object-fit: contain;
		}
	
	
	#video-container canvas {
		  position: absolute;
		  top: 50%;
		  left: 50%;
		  width: 80vw; 
		  height: auto;
		  max-height: 80vh; 
		  transform: translate(-50%, -50%);
		  z-index: 0;
		  pointer-events: none;
		}
		
	*/
	
#video-section {
	  position: relative;
		width: 70vw;
		//PARA MEXER NO CROP DO VIDEO CONVEM IR TAMBEM AO SCRIPT JS
		height: auto;
		left: 15vw;
		top: 10vh;
	  display: flex;
		align-items: center;
		justify-content: center;
		height: 100vh; /* Make it fill the viewport */
		position: relative;
	  overflow: hidden !important;
	}
	
	#video-container {
	  position: relative;
	  display: flex;
	  justify-content: center;
	  align-items: center;
	  max-width: 100%;
	  max-height: 100%;
	  overflow: visible !important;
	}
		
		#video-container {
		  display: flex;
		  justify-content: center;
		  align-items: center;
		}
	
	#video-section.pin-spacer {
		  display: flex !important;
		  justify-content: center;
		  align-items: center;
		}
	
	.pin-spacer > #video-section {
		  display: flex !important;
		  justify-content: center;
		  align-items: center;
		}
	
	#video-container video {
		  max-width: 100%;
		  max-height: 100%;
		  width: auto;
		  height: auto;
		  object-fit: contain;
		  aspect-ratio: 16 / 9; 
	}


		
.filler{
	height: 50vw;
}

.text_info{
	position: absolute;
	width: 350px;
	bottom:10vw;
	right: 5vw;
	color: white;
	text-align: right;
	opacity: 0;
}

#info_one{
	bottom:5vw;
	right: 5vw;
}

#info_two{
	bottom:10vw;
	right: 48vw;
}

#info_three{
	bottom:5vw;
	right: 8vw;
}

#info_four{
	bottom:10vw;
	right: 10vw;
	text-align:left;
}

#info_five{
	bottom:5vw;
	right: 35vw;
	text-align:left;
}

#info_six{
	bottom:8vw;
	right: 40vw;
	text-align:left;
}


.text_info h4, p{
	margin: 0;
	font-family: "Roboto";
	font-size: 14px;
	line-height: 1.5em;
}

.text_info h4{
	color: #fc3241;
	font-weight: 400;
	display: none;
}

.text_info h1{
	font-weight: normal !important;
	margin: 0;
}


.text_info h1 span{
	color: #f6312f;
	vertical-align: super;
	font-size: 14px;
	margin-top:-15px;
	padding-right: 5px;
}

.text_info p{
	color: white;
	text-transform: uppercase;
}





.menu-icon {
	cursor: pointer;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	width: 30px;
	height: 20px;
	position: fixed;
	right: 5vw;
	top: 3vw;
	z-index: 9999999;
}

.line {
	height: 2px;
	width: 100%;
	background-color: white;
	transition: all 0.5s ease; /* Smooth transition for lines */
}


.menu-icon.active .line1 {
	transform: rotate(45deg) translate(5px, 5px); /* Rotate the first line */
}

.menu-icon.active .line2 {
	opacity: 0; /* Hide the middle line */
}

.menu-icon.active .line3 {
	transform: rotate(-45deg) translate(5px, -5px); /* Rotate the third line */
}


#site-navigation{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999;
	width: 100vw;
	height: 100vh !important;
	overflow: hidden;
	background: color(srgb 0 0 0 / 0.95);
	pointer-events: none;
	opacity: 0;
	transition: all ease-in-out 1s;
}

.nav_active {
	opacity: 1 !important;
	pointer-events: auto !important;
}

.gradient_menu{
	width: 120vw;
	height: 50vw;
	left: -10vw;
	bottom: -40vw;
	position: absolute;
	background: radial-gradient(ellipse, rgba(251, 49, 65, 0.6) 0% 40%, rgba(0, 0, 0, 0) 70%);
	z-index: -1;
	transition: all ease-in-out 1s;
}

.nav_active .gradient_menu{
	bottom: -20vw;
}

.menu-full-menu-container{
	width:45vw;
	right: 0;
	position: absolute;
	top: 2.5vw;
	transition: all ease-in-out 0.5s 0.2s;
}

.nav_active .menu-full-menu-container{
	bottom: 10vw !important;
}

.menu-item {
	padding: 10px 0px;
	cursor: pointer; /* Pointer cursor on hover */
	transition: opacity 0.5s ease; /* Smooth transition for opacity */
	opacity: 1;
	margin-left: -5px;
}

.main-navigation a{
	color: rgba(255, 255, 255, 0);
	transition: all ease-in-out 1s;
}

#site-navigation.nav_active .menu-item:nth-child(1) a {
	transition-delay: 0s;
	color: rgba(255, 255, 255, 1) !important;
}

#site-navigation.nav_active .menu-item:nth-child(2) a {
	transition-delay: 0.3s; 
	color: rgba(255, 255, 255, 1) !important;
}

#site-navigation.nav_active .menu-item:nth-child(3) a {
	transition-delay: 0.5s; 
	color: rgba(255, 255, 255, 1) !important;
}

#site-navigation.nav_active .menu-item:nth-child(4) a {
	transition-delay: 0.7s; 
	color: rgba(255, 255, 255, 1) !important;
}

#site-navigation.nav_active .menu-item:nth-child(5) a {
	transition-delay: 0.7s; 
	color: rgba(255, 255, 255, 1) !important;
}

#site-navigation.nav_active .menu-item:nth-child(6) a {
	transition-delay: 0.7s; 
	color: rgba(255, 255, 255, 1) !important;
}

#site-navigation.nav_active .menu-item:nth-child(7) a {
	transition-delay: 0.7s; 
	color: rgba(255, 255, 255, 1) !important;
}


.dimmed {
	opacity: 0.1; /* Dimmed opacity */
}


.custom-logo-link{
	position: fixed;
	z-index: 999;
	left: 2vw;
	top: 2vw;
}

.entry-header{
	display: none;
}



.progress_slide{
	position: absolute !important;
	top:calc(50% - 250px) !important;
	left: 2vw !important;
	
	font-size:14px !important;
	color: white !important;
	font-family: "Roboto" !important;
}

.progress_slide hr{
	height: 400px !important;
	width: 1px;
	background-color: white !important;
	margin-top: 20px;
}


.missions_title{
	transform: rotate(90deg) !important;
	transform-origin: center center !important;
	text-transform: uppercase !important;
	font-size: 14px !important;
	font-family: "Roboto" !important;
}


.mission_title{
	color: #fc3241 !important;
	font-size:14px !important;
	text-transform: uppercase !important;
	font-family: "Roboto" !important;
	font-weight: 400 !important;
}

.mission_text{
	font-size:clamp(20px,3vw,60px) !important;
	line-height: 1.1em !important;
	text-transform: uppercase !important;
	font-family: "Pilcrow Variable" !important;
}

.page-id-1651 #secondary{
	display: none;
}

#loftloader-wrapper{
	z-index: 9999999999999999999999999 !important;
}

.bot_menu{
	position: absolute;
	bottom: 5vw;
	width: 45vw;
	right: 0;
}

.bot_menu a{
	color: white !important;
	font-size: 14px !important;
	
	font-family: "Roboto", sans-serif !important;
	font-weight: 300 !important;
	font-style: normal !important;
	
	float: left;
	padding-right: 40px;
	padding-top: 20px;
}

.bot_menu hr{
	width: 60%;
	margin-right: 80%;
	float: left;
}

.specs_title h4{
	font-size: 14px;
	  color: #f6312f;
	  font-weight: 300;
	  margin: 0;
	  padding-top: 30px;
	  font-family: "Roboto", sans-serif !important;
	  text-transform: uppercase;
}

.specs_title h1{
	font-size: clamp(18px,1.8vw,40px);
	margin: 0;
	color: white;
	font-weight: 300;
	line-height: 1.2em;
	padding-bottom: 15px;
	padding-top: 5px;
}

.specs_title p{
	line-height: 1.7em !important;
}

.home .specs_info h4{
	
	color: #f6312f;
	margin: 0;
	font-size:24px;
	text-transform: uppercase;
	font-weight: 300;
	padding-bottom: 10px;
}

.specs_info h4{
	color: #676767;
	font-size:14px;
	
	text-transform: uppercase;
	font-weight: 300;
}

.specs_info h3{
	margin: 0;
	font-family: "Roboto", sans-serif !important;
	color: #dde7f0;
	font-size:14px;
	font-weight: 300;
	padding-bottom: 30px;
}

#secondary .menu-full-menu-container{
	display: none;
}

.scroll_ended{
	position: absolute !important;
}

.shape_manhosa{
	background: radial-gradient(ellipse, rgba(251, 49, 65, 0.6) 0% 40%, rgba(0, 0, 0, 0) 70%);
	width: 120vw;
	height: 60vw;
	z-index: -10;
	left: -30vw;
	position: absolute;
	top: 0;
}


sr7-module .zeus .sr7-bullet::after{
	background-color: #f6312f !important;
}

sr7-module .zeus .sr7-bullet{
	border-color: #f6312f !important;
}

sr7-module sr7-img{
	border-radius: 10px !important;
}

sr7-module .zeus .sr7-bullimg, sr7-module .zeus  .sr7-bullimgoverlay, sr7-module .zeus .sr7-bullet-title{
	display: none !important;
}

.sr7-arrows::before, .sr7-arrows::after{
	color: #f6312f !important;
}

.button{
	text-decoration: none !important;
	margin-top:10px;
	display: inline-block;
}

.bottom_button{
	padding: 0 30%;
	margin-top:30px;
}

.bottom_button h1{
	padding-bottom: 25px;
}

.footer h5{
	font-size: 12px;
	color: white;
	font-weight: normal;
	font-family: "Roboto";
	margin: 0;
}

.info_box{
	width: auto;
	padding: 5%;
	border: 1px solid white;
	
	min-width: 340px;
}

.info_box p{
	font-size:12px;
}

.drag_aid{
width:190px;
margin:0 auto;
margin-top: -50px;
}

.arrow_scroll{
	left:50%;
	width:36px;
	margin-left: -18px;
	position: absolute;
	bottom: 25px;
	z-index: 20;
	animation: jump 0.6s infinite ease-in-out;
}

.c-scrollbar_thumb {
	background-color: #eb2027 !important; /* Makes scrollbar red */
	border-radius: 5px !important; /* Smooth edges */
}

.top_nav{
	z-index: 100;
	position: absolute;
	top: 0;
	padding-top: 5vw;
	height: 250px;
	padding-bottom: 5vw;
	width: 100%;
	
	background: rgb(0,0,0);
	background: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
}

.top_nav #menu-full-menu {
	  list-style: none; /* Remove default bullet points */
	  padding: 0;
	  margin: 0;
	  display: flex;
	  justify-content: center; /* Centers the menu */
	  gap: 20px; /* Adds space between items */
	}
	
.top_nav	#menu-full-menu li {
	  display: inline-block; /* Ensures items stay inline */
	}
	
.top_nav	#menu-full-menu a {
	  text-decoration: none; /* Removes underline */
	  color: white; /* Adjust color as needed */
	  font-size: 16px; /* Adjust size if necessary */
	  padding: 10px 15px; /* Add some padding */
	}

.top_nav .menu-full-menu-container {
	width: 100vw;
}

.footer_one{
	width: 210px;
	float: right;
	padding-top: 20px !important;
	padding-right: 30px !important;
	border-right:1px solid white;
	padding-bottom: 20px !important;
}

.footer_two{
	width: 170px;
	padding: 0 !important;
	padding-left: 30px !important;
}

.footer_one img, .footer_two img{
	width: 100%;
}


.slider-navigation{
	position: absolute;
	z-index: 999;
	top: 40vh;
	left: 4vw;
}

.slider-navigation a{
	color: white;
	text-decoration: none;
}
	


sr7-txt a.active-slide {
	  color: #ffcc00 !important; /* Highlight color */
	  font-weight: bold !important;
	}
	

#SR7_1_1-2-25{
	display: flex !important;
	flex-direction: column !important;
	justify-content: space-between !important;
	margin-left: 1vw;
}

#SR7_1_1-2-25 .sr7-layer{
	position: relative !important;
	
	font-size: clamp(18px,1vw,20px) !important;
	line-height: 1.1em !important;
	text-transform: uppercase !important;
	font-family: "Pilcrow Variable" !important;
	cursor: pointer;
	color: rgba(255, 255, 255, 0.5) !important;
	
	transition: all ease-in-out 0.2s;
}

#SR7_1_1-2-25 .sr7-layer a{
	font-size: clamp(18px,1vw,20px) !important;
	line-height: 1.1em !important;
	text-transform: uppercase !important;
	font-family: "Pilcrow Variable" !important;
	cursor: pointer;
	text-decoration: none !important;
	color: rgba(255, 255, 255, 0.5) !important;
	transition: all ease-in-out 0.3s;
}
	
#SR7_1_1-2-25 .sr7-layer:hover{
	padding-left: 20px !important;
}

.single-post a{
	color: #eb2027;
}	

.rev_slider video {
	width: 100% !important;
	height: 100% !important;
	object-fit: cover !important; /* Ensure the video covers the container */
	object-position: center center !important; /* Center the video */
}

#SR7_1_1-2-25 .sr7-bullets{
	display:none !important;
}

#SR7_1_1-2-25 .sr7-layer a.active{
	font-weight: 900 !important;
	color: rgba(255, 255, 255, 1) !important;
	transition: all ease-in-out 0.3s;
}

.footer_info{
	border-top:1px solid white;
	padding-top:30px;
	margin-left: 20%;
	margin-right: 20%;
}

.single_news{
	padding-top: 5%;
}

#menu-full-menu-1 .menu-item-2293{
	display: none;
}

.consurtium_row{
	padding: 10% 15% 5% 15%;
}

.mobile_only{
	display: none !important;
}

.desktop_only{
	display: none;
}

.financed{
	color: white;
}

.financed img{
	width: 7vw;
	padding-right: 15px;
}

@media (min-width: 1000px) and (max-width: 1193px) {
	.financed img{
		width: 6.8vw;
		padding-right: 15px;
	}
}

.financed a img:last-child{
	padding-right: 0;
}

.financed img:first-child{
	padding-top: 1vw;
	margin-top: 0;
}

.financed img {
	  margin-top: -2vw;
	  display: inline-block;
	}
	
#home_vert{
	width: 100% !important;
	overflow:hidden;
}

#SR7_4_1 video{
	width: 100vw !important;
	top: 0 !important;
}
	
#SR7_4_1 .text_info{
	padding-left: 5vw !important;
	padding-right: 5vw !important;
	position:  absolute !important;
	top: 60vw !important;
}

#SR7_4_1 sr7-adjuster{
	display: none !important;
}

#SR7_4_1 .sr7-bullets{
	position:  absolute !important;
	//left: 5vw !important;
}

#SR7_4_1 .text_info h1{
	font-size: 18px !important;
}

#SR7_4_1 .text_info h1 span{
	margin-top: -10px !important;
}

#SR7_4_1 .text_info p{
	line-height: 1.5em !important;
}

#SR7_4_1 .text_info br{
	display: none !important;
}

.post_image {
	  display: block;
	  width: 100%;
	  height: auto;
	}
	
#pgc-w67a4c9226764f-0-0{
	min-width:120px;
}

@keyframes jump {
	0%, 100% {
		transform: translateY(0);
	}
	50% {
		transform: translateY(-10px);
	}
	
}

.no-scroll {
	overflow: hidden;
	height: 100vh; 
}


@media only screen and (max-width: 1400px) {
	.box_hp{
		max-width: 90%;
	}
	
	.timeline{
		width: 80vw;
		padding-left: 5vw;
		display: flex !important; 
		align-items: stretch !important;
	}
	
	.vl{

		left: 42.4vw;
	
	}
	
	.hp_box_row{
	}
	
	.hp_box_row .panel-grid-cell{
		min-width: 350px;
	}
	
	.info_box{
	min-width: 0;	
	}
	

}

@media only screen and (max-width: 1240px) {
	.hp_box_row{
		padding: 0 5vw;
	}
	
	.vl{
		height: 150vw;
	}
	
	
}

@media only screen and (max-width: 1100px) {
	.hp_box_row{
		padding: 0 5vw 0 2vw;
	}
	
	
	.header_txt{

		padding-top: 150px;
	}

}

@media only screen and (max-width: 1100px) {
	#masthead{
		display: none;
	}
}

@media only screen and (max-width: 1000px) {
	
	.icon_rotate{
		bottom: 150px;
	}
	
	
	#primary{
		min-height: 62vh;
	}
	
	.so-widget-sow-image-default-8b5b6f678277-259{
		padding-top: 10vw;
	}
	
	.single-post .entry-content{
		padding-top: 80px !important;
	}
	
	.specs_title p{
		font-size:16px;
		line-height: 2.2em !important;
	}
	
	.specs_title h1{
		font-size: clamp(26px,4vw,40px);
	}
	
	.overview_col .panel-grid{
		padding-top: 0;
		margin-top: -20px;
	}
	
	.sr7-leftarrow{
		left: 40px !important;
		translate: none !important;
	}
	
	.sr7-rightarrow{
		right: 50px !important;
		translate: none !important;
	}
	
	
	
	
	.post_image .sow-image-container {
		  height: 60vw !important;
		  overflow: hidden;
		  position: relative;
		  display: block !important;
		  margin-bottom: 30px;
		}
		
		.post_image .sow-image-container img {
		  position: absolute;
		  top: 50%;
		  left: 50%;
		  width: auto;
		  height: 100%;
		  transform: translate(-50%, -50%);
		  object-fit: cover;
		  object-position: center;
		  display: block;
		}
	
	
	
.financed img{
	width: 15vw;
	margin-top: 30px;
	display: inline-block;
}





.top_nav{
	height: 100px;
	position: fixed;
	z-index: 150;
	background: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
}



/*
	.news_row{
		position: relative;
	}
	

	
	.home #search-filter-results-58 .news{
		display: none;
	}
	
	.home #search-filter-results-58 .news:nth-child(-n+3) {
		  display: block;
		}
		
	.news {
		width: 100%;
		height: 80vw;
	  }
	  
	  .news:first-child{
		  margin-left: 0 !important;
	  }
	  
		  
	  .news:hover {
			scale: 1 !important;
	  }	
		
	.arrow-button, .gradient_left, .gradient_right{
		display: none;
	}
	
	#search-filter-results-58 {
		flex-wrap: wrap;
		gap: 40px; 
	  }
		
	*/	
	

	.crop_mobile {
		  width: 100%;           /* or whatever width you want */
		  height: 200px;          /* set the height you want */
		  overflow: hidden;       /* hides overflow */
		  position: relative;     /* for positioning */
		  margin-top: 20vw;
		}
		
		.crop_mobile img {
		  position: absolute;
		  top: 50%;
		  left: 50%;
		  transform: translate(-50%, -50%);
		  min-width: 100%;
		  min-height: 100%;
		  object-fit: cover;
		}
		
		
		
		
.parceiros .panel-grid-cell:first-child{
	border-right: 0 !important;
}

.parceiros_rows .panel-grid-cell {
	position: static;
	float: left;
	margin-top: 4%;
}

.parceiros_rows .panel-grid-cell:nth-child(2n){
	margin-left: 8%;
}


.header_hp{
	padding-top: 120px;
}

.header_hp h1{
	font-size: 10vw;
	margin-top: -10vw;
}

.box_hp{
	max-width: none;
	min-width: none;
}

.hp_box_row .panel-grid-cell{
	min-width: 0px;
}

.hp_box_row {
	  padding: 0 5vw;
	}
	
	.middle {
		  margin-top: 20px;
		}
		
	#last{
		margin-top: 40px;
	}

	.title_row h1{
		font-size: 6.5vw;
	}
	
	.title_row p{
		padding: 0 5vw;
	}
	
	.visible{
		max-height: none;
	}
	
	
	.vl{
		display: none;
	}


	
	.timeline p{
		margin: 0;
		font-size: 20px;
	}
	
	.timeline h3.widget-title {
		  color: #f6312f;
		  font-size: 44px;
		  line-height: 50px;
		  transform: rotate(-90deg);
		  position: absolute;
		  top: 33px;
		  text-align: right;
		  text-transform: uppercase;
		  right: auto !important;
		  left: -2vw !important;
		}
	
	.timeline .panel-grid-cell:first-child {
		  border-right: 0;
		  
		  border-left: 2px solid #f6312f;
		}
	
	.tl_right .textwidget, .tl_left .textwidget{
		padding-left: 50px;
		
	}
	
	.tl_left, .tl_right{
		text-align: left !important;
		width: 100%;
		padding-left: 5vw;
		padding-bottom: 50px;
		min-height: 150px;
	}
	
	.tl_left p, .tl_left h2{
		text-align: left !important;
	}
	
	.tl_left .textwidget{
		padding-right: 0px;
	}
	
	.tl_left h3.widget-title{
		right: auto;
	}
	
	.tl_right h3.widget-title{
		left: 35px;
	}
	
	.timeline .panel-grid-cell:last-child{
		margin-left: 0px;
	}
	
	.consorcio_cta p{
		font-size: 20px;
	}
	
	.destaque_home{
		padding: 10vw 5vw;
		margin-left: 0;
		margin-top: 0;
	}
	
	
	.footer ul{
		width: 100%;
		text-align: center;
		display: none;
	}
	
	.footer ul li{

	}
	
	#logo_footer{
		width: 140px;
		margin: 0 auto;
		padding-top: 10vw;
		padding-bottom: 5vw;
	}
	
	#financiamento{
	padding-top: 5vw;
	padding-bottom: 5vw;
	}
	
	.header_txt{
		width: 100%;
		text-align: center;
		padding-top: 120px;
		padding-bottom: 40px;
	}
	
	
	
	.parceiros .panel-grid-cell:last-child, .parceiros .panel-grid-cell:first-child{
		border-right: 0px solid #f6312f;
	}
	
	#panel-170-2-1-0 > .panel-widget-style, #panel-170-4-1-0 > .panel-widget-style{
		border-left: 0 !important;
	}
	
	#pg-170-4 > .panel-row-style{
		border-top: 0 !important;
	}
	
	.activity{
		margin: 0vw 5vw 0 5vw !important;
	}
	
	.actividade{
		padding-bottom: 40px;
	}
	

	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"] {
		width: 100%;	
	}
	
	.parceiros .panel-grid-cell:first-child {
	border: none;	
	}
	
	
	
	.top_nav .menu-full-menu-container{
		display: none;
	}
	
	.arrow_scroll{
		display: none;
	}
	
	
	/*------------- LOGOS FOOTER ---------------*/
	
	.custom-logo{
		width: 100px;
		margin-top: 20px;
		margin-left: 15px;
	}
	
	.menu-icon{
		top: 35px;
	}
	
	.home .specs_info h4{
		font-size: 18px;
		padding-bottom: 0;
	}
	
	.title_row p{
		margin: 15px 0 0 0;
		padding: 0;
	}
	
	.logos_footer{
		margin-left: 10vw;
	}
	
	.footer_one{
		width: 150px;
	}
	
	.footer_two{
		width: 100px;
		padding-top: 15px !important;
	}
	
	.footer_info{
		border-top:1px solid white;
		padding-top:30px;
		margin-left: 10%;
		margin-right: 10%;
	}
	
	.footer{
		padding-bottom: 30px !important;
		padding-top: 50px !important; 
	}
	
	.footer_gradient{
		bottom: -75vw;
		top: auto;
		width: 150vw;
		left: -25vw;
		height: 120vw;
	}

	.title_page{
		padding: 70px 10% 5% 10% !important;
	}
	
	.news_row{
		padding: 0 10% 5% 10% !important;
	}
	
	 
	  
	  .title_page h2{
		  font-size: clamp(20px, 6vw, 30px);
		  text-align: center !important;
	  }


	.single .entry-content{
		  padding-top: 30px;
		  padding-left: 10%;
		  padding-right: 10%;
		  margin-bottom: 30px;
	}
	
	.single_news{
		padding-top: 30px;
	}
	
	.menu-full-menu-container{
		width: 90vw;
		padding-top: 90px;
	}
	
	.menu{
		overflow: visible;
	}
	
	.bot_menu{
		width: 90vw;
		bottom: auto;
		top: 120vw;
	}
	
	.bot_menu hr{
		width: 90%;
	}
	
	.nav_active .gradient_menu{
		width: 140vw;
		left: -20vw;
		height: 100vh;
		bottom: -50vh;
	}
	
	.header_txt{
		padding-top:30px;
		padding-bottom: 0;
	}
	
	.consurtium_row{
		padding-top: 30px !important;
		padding-left: 10% !important;
		padding-right: 10% !important;
	}
	
	.top_consortium{
		
	}
	
	.top_consortium h2{
		margin-bottom: 10px;
	}
	
	.top_consortium p{
		margin-bottom: 20px;
		font-size: 15px;
	}
	
	.consurtium_row img{
		width: 100vw;
	}
	
	.parceiros_rows img{
		padding-bottom: 30px;
	}
	
	.main-navigation a{
		font-size: clamp(30px, 10vw, 90px);
	}
	
	
	
	.mobile_only{
		display: block !important;
	}
	
	.desktop_only{
		display: none !important;
	}
	
	.mobile_head{
		padding-top: 100vh;
	
	}
	
	.mobile_head img{
		width: 100%;
		max-width: 200%;
	}
	
	
#video-section {
	  width: 100vw;
	  height: auto;
	  left: 0;
	  top: 20vh !important;
	  display: flex;
	  justify-content: center;
	  align-items: center;
	  overflow-y: visible !important;
	  padding-bottom: 250px;
	}
	
	#video-container {
	  width: 100vw;
	  height: auto;
	  display: flex;
	  overflow-y: visible !important;
	  justify-content: center;
	  align-items: center;
	}
	
	#video-container video {
	  width: 100vw;
	  height: auto;
	  max-height: 56.25vw; /* 16:9 aspect ratio */
	  object-fit: contain;
	}
	
	/* Fix canvas scaling on mobile */
	#scroll-canvas {
	  width: 100vw;
	  height: auto;
	  max-height: 56.25vw; /* Keep 16:9 ratio */
	  overflow-y: visible !important;
	}
	
	/* Text below the video */
	.text_info {
		width: 100vw !important;
		height: 250px !important;
		left: 0 !important;
		right: auto !important;
		top: calc(100% - 200px) !important;
		text-align: left !important;
		padding: 0 10%;
	}
	
	.home #search-filter-results-58{
		margin-left: 5vw;
	}
	
	
	#model-container{
		width: 100vw !important;
		height: 100vh !important;
		overflow: hidden;
		
	}
	
	.custom-logo-link{
	//	z-index: 9999999;
	}
	
	.mobile_only{
		display: block;
	}
	
	.desktop_only{
		display: none;
	}
	
	.arx_logo_bg{
		margin-top: 30vh;
	}
	
	.container_drag{
		//top: auto;
		//bottom:-10px;
	}
	
	.sun{
		//top: auto;
		//bottom:110px;
	}
	
	.scroll_down{
		position: absolute;
		bottom: 30px;
		z-index: 0;
	}
	
	#overview{

	}
	
	.specs_info h4{
		margin-bottom: 0;
	}
	
	.specs_info h3{
		padding-bottom: 0px;
	}
	
	.bottom_button {
		padding:0 10%;
		margin-top: 0px;
	}
	
	.sun{
		background: url('https://dividebytwo.pt/maquetes/arx/wp-content/uploads/2025/04/hand.png') no-repeat center;
		background-size: cover;
	}
	
	#SR7_1_1-2-25{
		display:none !important;
	}
	
	#SR7_1_1-2-4{
		margin-top: 50px !important;
	}
	
	.panel-row-style-for-2168-5{
		padding: 0 10% 8% 10% !important;
	}
	
}

@media only screen and (max-width: 1350px) {
	.arx_logo_bg{
		margin-top: 15vh;
	}
	
	.container_drag{
		//top: auto;
		//bottom: -5vw;
	}
	
	.sun{
		//top: auto;
		//bottom:80px;
	}
	
	
	.scroll_down{
	//	position: absolute;
	//	bottom: 0vw;
	//	z-index: 999;
	}
	
	

}




.desktop_only{
	display: block;
}

.mobile_only{
	display: none;
}

.video_hidden{
	display: none !important;
}

@media only screen and (max-width: 550px) {
	.timeline h3.widget-title {

		  left: -5vw !important;
		}
		
	.financed img{
		width: 18.5vw;
	}
	
	.sr7-leftarrow{
		left: 55px !important;
		translate: none !important;
	}
	
	.sr7-rightarrow{
		right:60px !important;
		translate: none !important;
	}
	
	.footer_gradient {
		bottom: -40vw;
		top: auto;
		width: 150vw;
		left: -25vw;
		height: 120vw;
	  }
	  
	  
	  
	  .container_drag{
		  // top: auto;
		 // bottom: -5vw;
	  }
	  
	  .sun{
		  //top: auto;
		  //bottom:100px;
	  }
	  
	  /*
	  
	  .scroll_down{
		  position: absolute;
		  bottom: -3vw;
	  }
	  
	  .is-safari .scroll_down, .is-chrome .scroll_down{
		  bottom: 15vw;
	  }
	  
	  .is-safari .sun, .is-chrome .sun{
		  bottom:120px;
	  }
	  
	  .is-safari .container_drag, .is-chrome .container_drag{
			bottom: 0vw;
		}
	  
	  .is-firefox .scroll_down{
		  bottom: -6vw;
	  }
	  
	  .is-firefox .sun{
		  bottom:45px;
	  }
	  
	  .is-firefox .container_drag{
		  bottom: -19vw;
	  }
	  
	  */
}

@media screen and (max-width: 1024px) and (orientation: portrait) {
	#home_vert{
		height: 100vh !important;
		object-fit: cover;
		position: fixed;
		z-index: -90;
	}
	
	.so-widget-sow-image-default-8b5b6f678277-2168{
		border-top: 0.5px solid #f6312f;
	}
	
	.news_row{
		padding: 10% 0 10% 0 !important;
	}
	
	.news{
		width: 45vw;
		height: 51vw;
	}
	
	.gradient_left{
		  top: -60vw;
		  height: 70vw;
		  z-index: -1;
	}
	
	.gradient_right{
		  top: -60vw;
		  height: 70vw;
	}
	
	.arrow-button{
		top: -28vw;
	}
	
	.main-navigation a {
		font-size: clamp(30px, 7vw, 90px);
	  }
	  
	  .bot_menu{
		  top: auto;
		  bottom: 20vw;
	  }
	  
	  .specs_title{
		  padding-top: 20vw;
	  }
	  
	  #dual_use{
		  padding-top: 5vw;
	  }
}



@media screen and (max-width: 800px) and (orientation: portrait) {
	#SR7_4_1 .sr7-bullets{
		top: 77vw !important;
	}
}

@media screen and (max-width: 550px) and (orientation: portrait) {
	#SR7_4_1 .sr7-bullets{
		top: 84vw !important;
	}
	
	.news_row{
		padding-top: 35% !important;
	}
	
	/*SLIDE DAS NOTICIAS_HOME */
	
	.news_row{
		position: relative;
		padding: 30% 10% 10% 10% !important;
	}
	
	.home #search-filter-results-58 .news{
		display: none;
	}
	
	.home #search-filter-results-58 .news:nth-child(-n+3) {
		  display: block;
		}
		
	.news {
		width: 100%;
		height: 80vw;
	  }
	  
	  .news:first-child{
		  margin-left: 0 !important;
	  }
	  
		  
	  .news:hover {
			scale: 1 !important;
	  }	
		
	.arrow-button, .gradient_left, .gradient_right{
		display: none;
	}
	
	#search-filter-results-58 {
		flex-wrap: wrap;
		gap: 40px; 
	  }
	  
	  .is-chrome .bot_menu, .is-safari .bot_menu{
			top: auto;
			bottom: 35vw !important;
		}
		
		.is-firefox .bot_menu{
			bottom: 10vw !important;
		}
}

@media screen and (max-width: 420px) and (orientation: portrait) {
	#SR7_4_1 .sr7-bullets{
		top: 88vw !important;
	}
}

@media screen and (max-width: 378px) and (orientation: portrait) {
	#SR7_4_1 .sr7-bullets{
		top: 92vw !important;
	}
}




@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: landscape) {
	
	.bot_menu {
		  bottom: 20vh !important;
		}
		
		.is_chrome .bot_menu{
			bottom: 30vh !important;
		}
		
	
}
	
@media screen and (hover: none) and (pointer: coarse) and (min-width: 600px) and (max-width: 1366px) {

	
	.is-tablet .video_scrub{
		display: none !important;
	}
	
	.is-tablet #video_slider_home{
		display: block !important;
	}
	
	.is-tablet .top_nav{
		display: none;
	}
	
	.is-chrome .arrow_scroll, .is-safari{
		bottom: 10vh !important;
	}
	
	.icon_rotate{
		
		margin-left: -52px;
	}
	
}


@media screen 
  and (hover: none) 
  and (pointer: coarse) 
  and (min-width: 1024px) 
  and (max-width: 1366px) 
  and (orientation: landscape) {

  .icon_rotate{
	  bottom: 120px;
  }
  
  #arx_mobile_aid{
	  z-index: 9999999999;
  }
}

@media screen and (max-width: 1400px) {
	#overview{
		padding-top: 10vw !important;
	}
}

@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1366px) 
  and (orientation: landscape)
  and (hover: none)
  and (pointer: coarse){
	  .is-tablet #menu-full-menu-1{
		  padding-top: 6vw;
	   }
	   
	   .is-tablet .scroll_down{
		   display: none;
	   }
	   
	   .is-tablet #arx_desktop_aid{
		   display: none;
	   }
	   
	   .is-tablet #arx_mobile_aid{
		   display: block !important;
	   }

	  
  }
  
  
  @media screen and (min-width: 1024px) and (orientation: landscape) and (max-height: 650px) {

  .earth{
	  top: auto;
	  bottom: -16vw;
  }
}

//vertical ipad
@media screen and (min-width: 640px) and (max-width: 1024px) and (orientation: portrait) {
	.footer_gradient{
		bottom: -75vw;
		top: auto;
		width: 150vw;
		left: -25vw;
		height: 120vw;
	}

}

/*

//style for normal iphone
@media screen and (min-width: 380px) and (max-width: 480px)  and (orientation: portrait){
	#SR7_4_1 .sr7-bullets{
		top: 10vw !important;
	}	
}

//style for old iphone
@media screen and (min-width: 0px) and (max-width: 380px) and (orientation: portrait){
	#SR7_4_1 .sr7-bullets{
		top: 94vw !important;
	}	
}

*/


#query-monitor-container{
	z-index: 999999999999999;
}