/*!
Theme Name: Sincroway
Theme URI: http://underscores.me/
Author: Sincroway
Author URI: https://www.sincroway.com
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: sincroway
Tags: software, logistica, tecnologia, caminhoneiro, pátio logistico, gestão, saas

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html {
	box-sizing: border-box;
}

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

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

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

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

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

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

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

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

big {
	font-size: 125%;
}

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

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

ul,
ol {
	margin: 0 0 1.5em 3em;
}

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

figure {
	margin: 1em 0;
}

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

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {

}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

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

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

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

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

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

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

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

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

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

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

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

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

	.menu-toggle {
		display: none;
	}

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

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

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

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

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

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

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

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

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

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

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

.bypostauthor {
	display: block;
}

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

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

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

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}



/*--------------------------------------------------------------
# Root Config
--------------------------------------------------------------*/
:root {
	/* Colors Palette*/
    --light-purple:	#690AD3;
	--dark-purple: 	#26054B;

	--gray-025: #FCFCFD;
	--gray-050: #F9FAFB;
	--gray-100: #F2F4F7;
	--gray-200: #EAECF0;
	--gray-300: #D0D5DD;
	--gray-400: #98A2B3;
	--gray-500: #667085;
	--gray-600: #475467;
	--gray-700: #344054;
	--gray-800: #182230;
	--gray-900: #101828;
	--gray-950: #0C111D;
}


/*--------------------------------------------------------------
# Global CSS
--------------------------------------------------------------*/
/* Scrollbar CSS */
body {
    background: var(--gray-050);
    color: var(--gray-800);
    overflow-x: hidden;
    font-family: 'Work Sans', sans-serif;
}
body a {
    color: var(--dark-purple);
}
::-webkit-scrollbar {
    width: 12px;
    background: var(--gray-800);
}
::-webkit-scrollbar-track {
    background: var(--gray-800);
}
::-webkit-scrollbar-thumb,
::-webkit-scrollbar-thumb:hover {
    background: var(--light-purple);
    background-clip: content-box;
    border: 3px solid transparent;
	border-radius: 10px;
}
.content-area {
    width: 100%;
    max-width: 1300px;
    margin: auto;
    padding: 80px 15px 80px 15px;
    position: relative;
}
.central-flex {
	display: flex;
    flex-direction: row;
    align-items: center;
	justify-content: space-between;
}
.vertical-flex {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.horizontal-flex {
	display: flex;
    justify-content: flex-start;
    align-items: center;
}
.top-flex {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    align-content: flex-start;
	justify-content: space-between;
}
.bottom-flex {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    align-content: flex-end;
	justify-content: space-between;
}
.d-desktop {
    display: block;
}
.d-mobile {
    display: none;
}
a:hover,
a:focus,
a:active {
    cursor: pointer;
}
p {
    font-family: 'Work Sans', sans-serif;
    font-size: 15px;
    line-height: 30px;
	margin: 0px 0px 25px 0px;
}
p a {
    font-weight: 600;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Work Sans', sans-serif;
	line-height: initial;
    font-weight: 500;
	margin: 0px 0px 25px 0px;
	color: var(--dark-purple);
}
h1 {
    font-size: 4rem;
}
h2 {
    font-size: 3.5rem;
}
h3 {
    font-size: 3rem;
}
h4 {
    font-size: 2.5rem;
}
h5 {
    font-size: 1.5rem;
}
h6 {
    font-size: 1.5rem;
}
h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span,
p span {
    color: var(--dark-purple);
}
.page-topic {
    text-transform: uppercase;
    font-weight: 700;
    color: var(--dark-purple);
    letter-spacing: 2px;
    line-height: 1rem;
    margin: 0px 0px 0px 0px;
}
hr {
	background: var(--gray-300);
	margin: 30px 0px 30px 0px;
}
.horizontal-divider {
	width: 1px;
    height: 40px;
    background: var(--gray-400);
}
.double-buttons {
	display: flex;
    flex-direction: row;
    align-items: center;
    column-gap: 25px;
}
.btn {
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    column-gap: 10px;
	height: 40px;
    line-height: 38px;
    font-family: 'Work Sans', sans-serif;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    text-decoration: none;
    padding: 0px 10px 0px 10px;
    position: relative;
    cursor: pointer;
	border: 1px solid transparent;
	border-radius: 10px;
	width: fit-content;
}
.btn svg {
    width: 20px;
    height: 20px;
}
.btn .icon-frame {
    font-size: 15px;
    padding: 4px 0px 0px 0px;
}
.light-button {
	background: var(--light-purple);
	border: 1px solid var(--light-purple);
    color: #FFFFFF;
}
.light-button:hover {
	background: var(--dark-purple);
	border: 1px solid var(--dark-purple);
    color: #FFFFFF;
}
.icon-text {
display: flex;
}
.circle-icon-wrapper {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: var(--gray-800);
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
}
.circle-icon-wrapper svg {
    width: 26px;
    height: 26px;
}
.icon-text p {
	text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 1px;
	margin: auto 0px auto 15px;
	color: var(--dark-purple);
}
.title-with-support {

}
.title-with-support span {
	text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 0.5px;
}
.title-with-support h2 {
	
}
.stickyArea {
    position: -webkit-sticky;
    position: sticky;
}
.form-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    align-content: center;
    margin: 0px 0px 0px 0px;
    column-gap: 15px;
}
form {
    font-family: 'Work Sans', sans-serif;
    display: flex;
    flex-direction: column;
    row-gap: 15px;
}
form input:focus-within, 
form textarea:focus-within {
    outline: none;
    border: 1px solid var(--light-purple) !important;
}
form .form-row:last-child {
    margin: 0px 0px 0px 0px;
}
.single-col input {
    width: 100%;
}
.double-col input {
    width: 49%;
}
form .input-wrapper {
	width: 100%;
    position: relative;
    display: flex;
    align-items: flex-start;
}
form input[type='checkbox'] {
	webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 16px;
    height: 16px;
	background: #FFFFFF;
    border: 1px solid var(--gray-300);
	border-radius: 5px;
    display: block;
    padding: 0px;
    margin: 0px 3px 0px 0px;
    top: 1px;
    position: absolute;
    left: 0px;
    bottom: 0;
}
form input[type='checkbox']:checked::after {
    content: '';
    position: absolute;
    z-index: 1;
    width: 10px;
    height: 10px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background: var(--flux-blue);
	border-radius: 3px;
}
form input[type=text], form input[type=tel],form input[type=email] {
    font-family: 'Work Sans', sans-serif;
    height: 46px;
    padding: 10px 10px 10px 10px;
    margin: 0px 0px 0px 0px;
    width: 100%;
    font-size: 14px;
    position: relative;
    border: none;
    border-radius: 0px;
    color: var(--blue-800);
	border: 1px solid var(--gray-300);
	border-radius: 10px;
}
form select {
    font-family: 'Work Sans', sans-serif;
    height: 46px;
    padding: 10px 10px 10px 10px;
    margin: 0px 0px 0px 0px;
    font-size: 14px;
    position: relative;
    border: none;
    color: var(--blue-800);
	border: 1px solid var(--gray-300);
	border-radius: 10px;
}
form textarea {
    font-family: 'Work Sans', sans-serif;
    height: 146px;
    padding: 10px 10px 10px 10px;
    margin: 0px 0px 0px 0px;
    width: 100%;
    font-size: 14px;
    position: relative;
    border: none;
    resize: none;
    overflow: hidden auto;
    color: var(--blue-800);
	border: 1px solid var(--gray-300);
	border-radius: 10px;
}
form label {
    font-family: 'Work Sans', sans-serif;
    cursor: pointer;
    width: 100%;
    font-size: 14px;
}
form .consent-wrapper {
	text-align: justify;
    line-height: 17px;
}
form .consent-wrapper label {
	font-size: 12px;
}
form .consent-wrapper input[type=checkbox] {
	display: inline-block;
    position: relative;
	margin: 0px 2px 0px 0px;
    top: 3px;
}
form input[type=submit] {
    background: var(--light-purple);
    color: #FFFFFF;
    width: 100%;
    line-height: 46px;
    padding: 0px 10px 0px 10px;
    border: 0px;
	border-radius: 10px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 12px;
    text-align: center;
    letter-spacing: 2px;
    text-decoration: none;
    cursor: pointer;
}
form input[type=submit]:hover {
	background: var(--dark-purple);
}
.input-wrapper span {
    font-size: 11px;
    font-weight: 500;
    margin: 0px;
    line-height: 18px;
    padding: 0px 0px 0px 20px;
}
.gfield_checkbox .gchoice {
    position: relative;
}
.gform_wrapper.gravity-theme .gfield-choice-input+label {
    padding: 0px 0px 0px 22px;
}
.gform_wrapper.gravity-theme .ginput_container_checkbox input[type='checkbox'] {
    top: 6px;
}
.gform_title {
    text-align: center;
    margin: 5px 0px 20px 0px;
    text-transform: uppercase;
    font-size: 20px;
    letter-spacing: 1px;
}
.gform_required_legend {
    display: none;
}
.gform_confirmation_message {

}
.gform_confirmation_message h5 {
    margin: 5px 0px 0px 0px;
}
.gform_confirmation_message p {
    margin: 0px 0px 0px 0px;
}
.gform_confirmation_message .btn {
    width: 100%;
    height: 46px;
}
.gform_fields {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    row-gap: 20px;
}
.form-wrapper .gform_wrapper.gravity-theme .gform_footer,
.form-wrapper .gform_wrapper.gravity-theme .gform_page_footer {
    margin: 0;
    padding: 0;
}
.gfield_required span {
    margin: 0px 0px 0px 5px;
    color: #c80606;
}
.gfield {
    display: flex;
    flex-direction: column;
    row-gap: 15px;
}
.ginput_container {
    position: relative;
}
.ginput_container_consent {
    display: flex;
    flex-direction: column;
    row-gap: 5px;
}
.ginput_container_consent .gfield_required {
    display: none;
}
.gfield--type-consent {
    border: none;
    padding: 0px;
    margin: 0px 0px 20px 0px;
}
.gfield--type-consent legend {
    display: none;
}
.gfield--type-consent label {
    font-size: 12px;
    font-weight: 600;
    text-align: justify;
    padding: 0px 0px 0px 20px;
}
.gform_validation_container, 
.gform_body .gform_fields .gfield.gform_validation_container, 
.gform_fields .gfield.gform_validation_container, 
.gform_validation_container {
    display: none!important;
    left: -9000px;
    position: absolute!important;
}
.gform_ajax_spinner {
    width: 16px;
    height: 16px;
    position: absolute;
    bottom: 45px;
    right: 45px;
    filter: invert(83%) sepia(25%) saturate(6881%) hue-rotate(344deg) brightness(102%) contrast(101%);
}
.signUp-msg {
    margin: 0px 0px 0px 0px;
    height: 264px;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: var(--reverse-font-color);
}
.contact-msg {
    margin: 0px 0px 0px 0px;
    height: 264px;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.gform_validation_errors {
    padding: 1px 0px 0px 0px;
}
.gform_submission_error {
    background: #c50826;
    font-size: 13px;
    font-weight: 500;
    font-family: 'DM Sans';
    margin: 20px 15px 0px;
    padding: 10px 10px 10px 10px;
}
.validation_message {
    color: #c50826;
    font-size: 13px;
    font-weight: 500;
    font-family: 'DM Sans';
    margin: 0px 0px 0px 0px;
    padding: 5px 0px 5px 0px;
}





/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.site-header {
    position: fixed;
    width: 100%;
    top: 0px;
    z-index: 999;
	transition: background-color 300ms ease-in-out;
}
.header-content {
	max-width: 1300px;
    width: 100%;
    padding: 0px 15px 0px 15px;
    margin: auto;
    justify-content: space-between;
    column-gap: 30px;
}
.header-content .left-side {
	display: flex;
    flex-direction: row;
    align-items: center;
    column-gap: 35px;
}
.site-branding {
	display: block;
	width: auto;
    height: 36px;
}
.logo-letter {
    fill: #FFFFFF;
}
.site-branding a {
    text-decoration: none;
}
.site-header .site-branding svg {
    height: 36px;
}
.main-navigation .menu-items {
    text-align: center;
    list-style: none;
    margin: 0px;
    padding: 0px;
    column-gap: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.main-navigation a {
    font-size: 14px;
    font-weight: 500;
    font-family: 'Work Sans', sans-serif;
    text-decoration: none;
	display: flex;
    align-items: center;
    column-gap: 7px;
	display: flex;
    align-items: center;
    column-gap: 10px;
}
.main-navigation .menu-items li {
    line-height: 30px;
	padding: 25px 10px 25px 10px;
    position: relative;
}
#masthead.actived-header {
	background-color: var(--gray-050);
    top: 0;
}
#masthead.actived-header .main-navigation a {
    color: var(--gray-800);
}
#masthead.actived-header .logo-letter {
    fill: var(--gray-800);
}
.main-navigation .check {
    display: none;
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0;
    margin: auto;
    height: 40px;
    width: 40px;
    opacity: 0;
    z-index: 3;
}
.main-navigation .check:hover {
    cursor: pointer;
}
.headerCTAs {
    position: relative;
    padding: 0px 0px 0px 0px;
	column-gap: 10px;
}
.ham-menu { 
    display: none;
    height: 40px;
    width: 40px;
    margin: auto;
    padding: 7px;
    z-index: 2;
    flex-direction: column;
    justify-content: space-around;
    align-items: flex-start;
}
.ham-menu .line {
    width: 100%;
    height: 2px;
    background: var(--light-purple);
}

.ham-menu .line1 {
    transform-origin: 0% 0%;
    transition: transform 100ms ease-in-out;
    width: 50%;
}

.ham-menu .line3 {
    transform-origin: 0% 100%;
    transition: transform 100ms ease-in-out;
    width: 75%;
}

.ham-menu.activeMobile {
    background: var(--background-color);
    border: 1px solid var(--background-color);
}

.ham-menu.activeMobile .line1 {
    display: block;
    transform: translateX(4px) rotate(45deg);
    width: 100%;
}
.ham-menu.activeMobile .line2 {
    opacity: 0;
}
.ham-menu.activeMobile .line3 {
    display: block;
    transform: translateX(4px) rotate(-45deg);
    width: 100%;
}

.main-navigation .menu-items li.innerCTA {
    display: none;
    position: absolute;
    bottom: 0;
    padding: 0px;
}
.main-navigation .menu-items li.innerCTA .central-flex {
    padding: 10px;
    column-gap: 10px;
}
.main-navigation .menu-items li.innerCTA .central-flex a {
    flex: 1;
    text-align: center;
    line-height: 46px;
    font-size: 1rem;
}
.main-navigation .menu-items li.innerCTA .central-flex a.sign-in {
    background: white;
    border: 1px solid #dfe5ec;
}



/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.site-footer {
    position: relative;
    z-index: 1;
    background: var(--blue-700);
}
.site-footer hr {
	max-width: 1300px;
	margin: 35px auto 35px auto;
}
.site-footer .content-area {
	padding: 0px 0px 0px 0px;
}
.site-footer .content-area .central-flex:first-child {
	margin: 0px 0px 35px 0px;
}
.footer-row {
	justify-content: center;
    align-items: flex-start;
	column-gap: 75px;
}
.footer-logo {
	width: 185px;
    height: 25px;
}
.footer-inner-title {
	font-weight: 600;
    color: var(--blue-050);
	margin: 0px 0px 15px 0px;
}
.useful-links {
	list-style: none;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    display: flex;
    flex-direction: row;
    column-gap: 35px;
}
.useful-links li {
    margin: 0px 0px 0px 0px;
}
.useful-links li a {
    color: var(--blue-050);
    text-decoration: none;
    font-size: 14px;
    position: relative;
}
.useful-links li a:hover {
	text-decoration: underline;
}
.useful-links.two-cols {
    display: inherit;
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
    column-gap: 50px;
}
.trademark .central-flex {
	justify-content: space-between;
    max-width: 1300px;
    margin: auto;
}
.trademark p {
    margin: 0px;
    font-size: 13px;
}
.trademark p a {
	text-decoration: underline;
}

/*--------------------------------------------------------------
# Homepage
--------------------------------------------------------------*/
#hero-section {
	position: relative;
	overflow: hidden;
	perspective: 1px;
	transform-style: preserve-3d;
	height: 100vh;
    min-height: 900px;
	overflow: hidden;
	background-image: url(/wp-content/themes/sincroway/assets/img/hero-background.png);
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
}
#hero-section::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 75%;
    top: 0px;
    left: 0px;
    background: linear-gradient(180deg, #0a011760, transparent);
}
#hero-section .content-area {
	height: 790px;
	justify-content: center;
}
.hero-mask {
	position: absolute;
    bottom: -2px;
    left: 0;
}
.landing-content {
    max-width: 800px;
}
.landing-content h1 {
    color: #FFFFFF;
}
.landing-content .horizontal-flex {
	column-gap: 25px;
	margin: 0px 0px 25px 0px;
}
.title-context {
	display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}
.title-context .liner {
    width: 50px;
    height: 1px;
    background: var(--light-purple);
}
.title-context p {
	text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 2px;
    font-weight: 500;
    color: var(--light-purple);
	margin: 0px;
}
.context-wrapper {
	position: relative;
	max-width: 630px;
}
.section-number {
	font-size: 150px;
    font-weight: bold;
    position: absolute;
    top: -100px;
    left: -100px;
    z-index: -1;
    opacity: 0.2;
}
#contato .content-area {
	max-width: 600px;
}
#contato .context-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: initial;
    width: 100%;
}


/*--------------------------------------------------------------
# 404
--------------------------------------------------------------*/
#error-404 {
    position: relative;
}
#error-404::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(/wp-content/themes/fluxstation/assets/img/Roads.svg);
    background-size: cover;
    z-index: -1;
    top: 0px;
    right: 0px;
    opacity: 0.35;
    transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
}
#error-404::after {
    content: '';
    position: absolute;
    width: 47vw;
    height: 100%;
    z-index: -1;
    top: 0px;
    left: 0px;
    background: #FFFFFF;
    border-right: 1px solid var(--gray-300);
}
#error-404 .content-area {
    max-width: 1200px;
    height: 100vh;
}
#error-404 .central-flex {
    height: 100%;
}
.content-404 {
    max-width: 400px;
}
.content-404 h1 {
    text-transform: uppercase;
    font-size: 5rem;
    line-height: 4.5rem;
}
.content-404 span.error-type {
    font-family: 'Work Sans', sans-serif;
    font-size: 2rem;
    line-height: 4rem;
    font-weight: 700;
    letter-spacing: 4px;
    color: var(--flux-blue);
    text-transform: uppercase;
}
.content-404 p.highlight-404 {
    text-transform: uppercase;
    font-weight: 700;
    color: var(--flux-blue);
    letter-spacing: 2px;
    line-height: 1rem;
    margin: 50px 0px 10px 0px;
}
#error-404 img {
    width: 450px;
}





/*--------------------------------------------------------------
# Mobile
--------------------------------------------------------------*/
@media only screen and (max-width: 999px) {

    /* GLOBAL */
    .content-area {
        max-width: calc(100% - 40px);
        padding: 30px 0px 30px 0px;
        overflow: hidden;
    }
    p {
        margin-bottom: 1.5em;
        line-height: 1.5rem;
    }
    h2 {
        font-size: 30px;
    }
    h3 {
        font-size: 25px;
    }
    h4 {
        font-size: 22px;
    }
    h5 {
        font-size: 19px;
    }
    .page-topic {
        font-size: 14px;
    }
    .d-desktop {
        display: none;
    }
    .d-mobile {
        display: block;
    }
    .form-row {
        flex-direction: column;
        row-gap: 20px;
    }
    .double-col input {
        width: 100%;
    }
    .demo-request {
        padding: 10px 10px 10px 10px;
    }
    .demo-request hr {
        margin: 15px 0px 15px 0px;
    }
    .demo-request form {
        padding: 10px 10px 10px 10px;
    }

    /* HEADER */
    .header-content .left-side {
        gap: initial;
    }
    .site-header::before,
    .main-navigation .menu-items {
        background: var(--darker-blue);
    }
    .headerCTAs .system-btns {
        display: none;
    }
    .header-dropdown {
        top: 61px;
        right: -15px;
    }
    .dropdown-content {
        padding: 15px 15px 15px 15px;
        border-radius: 0px 0px 0px 0px;
        border-radius: 10px;
    }
    .dropdown-search input[type=text] {
        width: calc(100vw - 40px);
        height: 56px;
    }
    .dropdown-search input[type=submit] {
        height: 46px;
        right: 20px;
    }
    .openedMobile {
        overflow: hidden;
        height: 100vh;
        position: absolute;
        top: 0px;
        width: 100%;
    }
    .header-content {
        padding: 15px 20px 15px 20px;
        column-gap: 10px;
    }
    .main-navigation .menu-items {
        position: fixed;
        top: 70px;
        right: 0;
        transition: transform 0.4s ease-in-out;
        height: calc(100% - 70px);
        display: flex;
        opacity: 1;
        pointer-events: initial;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        row-gap: 0px;
        width: 100%;
        overflow-y: auto;
        transform: translateX(100%);
        padding: 25px 20px 25px 20px;
        background: #FFFFFF;
    }
    .mobileOverlay {
        display: none;
        position: absolute;
        background: #FFFFFF;
        top: 0px;
        right: 0px;
        left: 0px;
        transition: transform 0.4s ease-in-out;
        width: 100%;
        height: 100%;
        z-index: -1;
    }
    .main-navigation .check:checked~.mobileOverlay {
        display: block;
    }
    .main-navigation .check:checked~.menu-items {
        transform: translateX(0%);
    }
    .ham-menu {
        display: flex;
    }
    .main-navigation .check {
        display: block;
    }
    .main-navigation .menu-items li {
        padding: 25px 0px 25px 0px;
        width: 100%;
    }
    .main-navigation .menu-items li a {
        font-size: 24px;
        font-weight: 500;
        position: relative;
    }
    .main-navigation .menu-items li.innerCTA {
        display: block;
    }

    /* FOOTER */
    .site-footer::before {
        height: calc(100% - 75px);
    }
    .site-footer .content-area {
        padding: 30px 0px 0px 0px;
        margin: 0px auto 0px auto;
        overflow: hidden;
    }
    .site-footer .content-area .central-flex:first-child {
        margin: 0px 0px 30px 0px;
        align-items: flex-start;
    }
    .footer-row {
        margin: 0px 0px 30px 0px;
        flex-direction: column;
        row-gap: 30px;
    }
    .footer-col {
        width: 100%;
    }
    .footer-logo {
        margin: 0px 0px 0px 0px;
    }
    .footer-inner-title {
        font-weight: 700;
        margin: 0px 0px 10px 0px;
        padding: 0px 0px 5px 0px;
        border-bottom: 1px solid var(--blue-600);
        text-transform: uppercase;
        font-size: 14px;
        letter-spacing: 2px;
    }
    .footer-col-actions .footer-col {
        align-items: flex-start;
    }
    .social-app ul {
        flex-direction: row;
        gap: 30px;
    }
    .useful-links li a {
        font-weight: 300;
    }
    .trademark-politicas .central-flex {
        flex-direction: column;
        align-items: flex-start;
        height: auto;
        padding: 15px 20px 15px 20px;
        gap: 10px;
    }

    /* Homepage */
    #hero-section {
        background-attachment: initial;
    }
    .landing-content {
        max-width: 800px;
        padding: 0px 0px 0px 0px;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        align-items: flex-start;
    }
    #desafio .central-flex {
        flex-direction: column-reverse;
        row-gap: 25px;
    }
    #estrategia .central-flex {
        flex-direction: column; 
        row-gap: 25px;
    }
    #tecnologia .central-flex {
        flex-direction: column-reverse;
        row-gap: 25px;
    }
    .img-wrapper img {
        aspect-ratio: 1;
        object-fit: cover;
    }
    .form-wrapper {
        padding: 0px 20px;
    }

    /* 404 */
    #error-404 .content-area {
        max-width: calc(100% - 40px);
    }
    #error-404 img {
        display: none;
    }
    #error-404::before {
        opacity: 0.25;
    }
    #error-404::after {
        display: none;
    }
    .content-404 {
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .content-404 h1 {
        font-size: 3.5rem;
        line-height: 4rem;
    }
    .content-404 span.error-type {
        font-size: 1.5rem;
    }
    .content-404 p.highlight-404 {
        margin: 10px 0px 10px 0px;
    }
}
/* END MOBILE CSS*/