
/* Colors */

/* Red Pallet */
form.default-form fieldset,
.row,
header .header-bar .header-bar-content,
header .header-bar .header-bar-content .contact,
header .header-bar .header-bar-content .social-and-lang .social,
header .header-bar .header-bar-content .social-and-lang .lang ul,
header .lang ul,
header .main-header .menu-area,
header .sub-navigation .nav-container,
.footer-menu-wrapper .footer-menu,
.footer-details-wrapper .footer-details,
.footer-details-wrapper .footer-details .footer-social-media,
#workus .get-work .vga,
.greenbgpeople-component .cards-container,
.banner-menu nav ul,
#about-page #about-details .details-row,
#about-page #project .content,
.contact-container,
.box-testimony .container,
.box-cases .container .box-cases-slides .container .box-slider,
.box-orcamento .content .box-form-orcamento form,
.box-differential .container .box-differential-list {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}

header .sub-navigation .nav-container .nav-items div ul.menu,
header .sub-navigation .nav-container .nav-items div ul.menu div + div ul.menu,
.footer-menu-wrapper .footer-menu ul,
.body-blog .main-sidebar ul,
.project .gallery-project ul,
.breadcrumb ul,
.banner-menu nav ul,
.blog-area .container ul,
#cases .cases .cases-slider .slick-dots,
.box-benefits .container .box-benefits-item .slick-dots,
.box-cases .container .box-cases-slides .container .slick-dots {
	padding: 0;
	margin: 0;
	list-style: none;
}

.footer-menu-wrapper .footer-menu ul li a:hover {
	color: #4682B4;
}

form.default-form button,
.footer-menu-wrapper .dobudget a,
.container.dobudget a,
.body-blog .main-content-blog .comments-area form .form-submit input[type=submit],
#workus .get-work a.sendWorkus,
.know-group .group-row .column-1 .mobile-button a,
.know-group .button-wrapper .button-container a,
.save-lifes-wrapper .save-lifes ul a,
.main-posts .blog-area.slider .blog-post.page-blog .post-details a,
.blog-area .container ul li a,
.blog-area .default-button,
#about-page #project .content .project-details ul a,
.content.complaice .box-body-complaice a,
.navigation.posts-navigation .nav-links .nav-previous,
.navigation.posts-navigation .nav-links .nav-next {
	display: block;
	background-color: #0000CD;
	color: white;
	text-transform: uppercase;
	text-decoration: none;
	border: 2px solid #22b573;
	padding: 20px;
	max-width: 300px;
	width: 100%;
	border-radius: 10px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	transition: 0.4s;
}

@media screen and (max-width: 768px) {

	form.default-form button,
	.footer-menu-wrapper .dobudget a,
	.container.dobudget a,
	.body-blog .main-content-blog .comments-area form .form-submit input[type=submit],
	#workus .get-work a.sendWorkus,
	.know-group .group-row .column-1 .mobile-button a,
	.know-group .button-wrapper .button-container a,
	.save-lifes-wrapper .save-lifes ul a,
	.main-posts .blog-area.slider .blog-post.page-blog .post-details a,
	.blog-area .container ul li a,
	.blog-area .default-button,
	#about-page #project .content .project-details ul a,
	.content.complaice .box-body-complaice a,
	.navigation.posts-navigation .nav-links .nav-previous,
	.navigation.posts-navigation .nav-links .nav-next {
		padding: 15px;
		max-width: 274px;
		margin: 0 auto;
	}
}

form.default-form button:hover,
.footer-menu-wrapper .dobudget a:hover,
.container.dobudget a:hover,
.body-blog .main-content-blog .comments-area form .form-submit input:hover[type=submit],
#workus .get-work a.sendWorkus:hover,
.know-group .group-row .column-1 .mobile-button a:hover,
.know-group .button-wrapper .button-container a:hover,
.save-lifes-wrapper .save-lifes ul a:hover,
.main-posts .blog-area.slider .blog-post.page-blog .post-details a:hover,
.blog-area .container ul li a:hover,
.blog-area .default-button:hover,
#about-page #project .content .project-details ul a:hover,
.content.complaice .box-body-complaice a:hover,
.navigation.posts-navigation .nav-links .nav-previous:hover,
.navigation.posts-navigation .nav-links .nav-next:hover {
	background-color: #3a8941;
}

/* 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%;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
}

/* Font import */
@font-face {
	font-family: "Nexa Bold";
	src: url("./fonts/Nexa Bold.otf") format("opentype");
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: "Nexa Light";
	src: url("./fonts/Nexa Light.otf") format("opentype");
	font-weight: normal;
	font-style: normal;
}

* {
	font-family: "Nexa Light", sans-serif;
	font-style: normal;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	-webkit-text-size-adjust: 100%;
}

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

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
	box-sizing: border-box;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	-webkit-text-size-adjust: 100%;
}

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

/**
 * 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-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 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-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: "Nexa", sans-serif;
	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: border-box;
}

html {
	box-sizing: border-box;
}

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

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #635d5d;
	font-family: "Nexa", sans-serif, Arial, Helvetica;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h1 > b,
h1 > strong,
h2,
h2 > b,
h2 > strong,
h3,
h3 > b,
h3 > strong,
h4,
h4 > b,
h4 > strong,
h5,
h5 > b,
h5 > strong,
h6,
h6 > b,
h6 > strong {
	clear: both;
	font-family: "Nexa Bold", sans-serif;
	font-weight: bold;
}

p {
	font-size: 18px;
	line-height: 25px;
	margin: 0 0 15px 0;
}

p b,
p strong {
	font-family: "Nexa Bold", sans-serif;
	font-weight: bold;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Nexa", sans-serif;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: "Nexa", sans-serif;
}

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

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

big {
	font-size: 125%;
}

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

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

ul,
ol {
	margin: 0 0 1.5em 0.5em;
	text-align: left !important;
}

@media screen and (max-width: 768px) {

	ul,
	ol {
		margin: 0 0 1em 0.2em;
	}
}

ul {
	list-style: disc;
	text-align: left;
}

ol {
	list-style: decimal;
	text-align: left;
}

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

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* footer novo */

footer-details-wrapper {
    background-color: #4682B4;
}

/* 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 {
	color: #800080;
}

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

form.default-form input,
form.default-form textarea {
	width: 100%;
	border: none;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.21);
	border-radius: 10px;
	font-size: 14px;
	line-height: 14px;
	padding: 15px 15px 20px;
	margin-bottom: 10px;
}

form.default-form button {
	padding: 20px;
	width: 100%;
	max-width: 100%;
	margin-top: 10px;
}

form.default-form textarea {
	max-width: 100%;
	min-height: 150px;
}

form.default-form fieldset {
	padding: 0;
	border: 0;
	margin: 0;
}

/* Navigation
--------------------------------------------- */
h2 {
	font-size: 48px;
	line-height: 54px;
	margin: 0;
}

@media screen and (max-width: 768px) {

	h2 {
		font-size: 25px;
		line-height: 28px;
	}
}

.main-navigation {
	display: block;
}

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

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

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

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

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

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

.main-navigation li {
	position: relative;
}

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

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

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

	.menu-toggle {
		display: none;
	}

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

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

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

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

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

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

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

/* 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 {
	float: right;
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

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

/* Template styles */
.container {
	margin: 0 auto;
	padding: 0 20px;
	width: 100%;
	max-width: 1200px;
}

.row {
	margin-left: -20px;
	margin-right: -20px;
}

/* General Pages */
.site-main {
	overflow: hidden;
}

p:empty {
	display: none;
}

.no-opacite {
	display: none;
}

.animate__delay-05s {
	animation-delay: 0.5s;
}

.animate__delay-015s {
	animation-delay: 1.5s;
}

.animate__delay-025s {
	animation-delay: 2.5s;
}

.animate__delay-035s {
	animation-delay: 2.5s;
}

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

/* Slider */
.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.slick-track::before,
.slick-track::after {
	content: "";
	display: table;
}

.slick-track::after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none;
}

[dir="rtl"] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

.default-slider {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.default-slider .slider-container {
	min-height: 1px;
	min-width: 1px;
}

.default-slider button {
	background-color: transparent;
	padding: 0;
	border: none;
	cursor: pointer;
}

.box-benefits-item {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.box-benefits-item button {
	background-color: transparent;
	padding: 0;
	border: none;
	cursor: pointer;
}

.page-blog.slider {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.page-blog.slider button {
	background-color: transparent;
	padding: 0;
	border: none;
	cursor: pointer;
}

/*!
 * animate.css - https://animate.style/
 * Version - 4.1.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2020 Animate.css
 */
:root {
	--animate-duration: 1s;
	--animate-delay: 1s;
	--animate-repeat: 1;
}

.animate__animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-duration: var(--animate-duration);
	animation-duration: var(--animate-duration);
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.animate__animated.animate__infinite {
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

.animate__animated.animate__repeat-1 {
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
	-webkit-animation-iteration-count: var(--animate-repeat);
	animation-iteration-count: var(--animate-repeat);
}

.animate__animated.animate__repeat-2 {
	-webkit-animation-iteration-count: 2;
	animation-iteration-count: 2;
	-webkit-animation-iteration-count: calc(var(--animate-repeat) *2);
	animation-iteration-count: calc(var(--animate-repeat) *2);
}

.animate__animated.animate__repeat-3 {
	-webkit-animation-iteration-count: 3;
	animation-iteration-count: 3;
	-webkit-animation-iteration-count: calc(var(--animate-repeat) *3);
	animation-iteration-count: calc(var(--animate-repeat) *3);
}

.animate__animated.animate__delay-1s {
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
	-webkit-animation-delay: var(--animate-delay);
	animation-delay: var(--animate-delay);
}

.animate__animated.animate__delay-2s {
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
	-webkit-animation-delay: calc(var(--animate-delay) *2);
	animation-delay: calc(var(--animate-delay) *2);
}

.animate__animated.animate__delay-3s {
	-webkit-animation-delay: 3s;
	animation-delay: 3s;
	-webkit-animation-delay: calc(var(--animate-delay) *3);
	animation-delay: calc(var(--animate-delay) *3);
}

.animate__animated.animate__delay-4s {
	-webkit-animation-delay: 4s;
	animation-delay: 4s;
	-webkit-animation-delay: calc(var(--animate-delay) *4);
	animation-delay: calc(var(--animate-delay) *4);
}

.animate__animated.animate__delay-5s {
	-webkit-animation-delay: 5s;
	animation-delay: 5s;
	-webkit-animation-delay: calc(var(--animate-delay) *5);
	animation-delay: calc(var(--animate-delay) *5);
}

.animate__animated.animate__faster {
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
	-webkit-animation-duration: calc(var(--animate-duration)/2);
	animation-duration: calc(var(--animate-duration)/2);
}

.animate__animated.animate__fast {
	-webkit-animation-duration: 0.8s;
	animation-duration: 0.8s;
	-webkit-animation-duration: calc(var(--animate-duration) *0.8);
	animation-duration: calc(var(--animate-duration) *0.8);
}

.animate__animated.animate__slow {
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-duration: calc(var(--animate-duration) *2);
	animation-duration: calc(var(--animate-duration) *2);
}

.animate__animated.animate__slower {
	-webkit-animation-duration: 3s;
	animation-duration: 3s;
	-webkit-animation-duration: calc(var(--animate-duration) *3);
	animation-duration: calc(var(--animate-duration) *3);
}

@media (prefers-reduced-motion: reduce), print {

	.animate__animated {
		-webkit-animation-duration: 1ms !important;
		animation-duration: 1ms !important;
		-webkit-transition-duration: 1ms !important;
		transition-duration: 1ms !important;
		-webkit-animation-iteration-count: 1 !important;
		animation-iteration-count: 1 !important;
	}

	.animate__animated[class*=Out] {
		opacity: 0;
	}
}

@-webkit-keyframes bounce {

	0%,
	20%,
	53%,
	to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}

	40%,
	43% {
		-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		-webkit-transform: translate3d(0, -30px, 0) scaleY(1.1);
		transform: translate3d(0, -30px, 0) scaleY(1.1);
	}

	70% {
		-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		-webkit-transform: translate3d(0, -15px, 0) scaleY(1.05);
		transform: translate3d(0, -15px, 0) scaleY(1.05);
	}

	80% {
		-webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		-webkit-transform: translateZ(0) scaleY(0.95);
		transform: translateZ(0) scaleY(0.95);
	}

	90% {
		-webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
		transform: translate3d(0, -4px, 0) scaleY(1.02);
	}
}

@keyframes bounce {

	0%,
	20%,
	53%,
	to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}

	40%,
	43% {
		-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		-webkit-transform: translate3d(0, -30px, 0) scaleY(1.1);
		transform: translate3d(0, -30px, 0) scaleY(1.1);
	}

	70% {
		-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		-webkit-transform: translate3d(0, -15px, 0) scaleY(1.05);
		transform: translate3d(0, -15px, 0) scaleY(1.05);
	}

	80% {
		-webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		-webkit-transform: translateZ(0) scaleY(0.95);
		transform: translateZ(0) scaleY(0.95);
	}

	90% {
		-webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
		transform: translate3d(0, -4px, 0) scaleY(1.02);
	}
}

.animate__bounce {
	-webkit-animation-name: bounce;
	animation-name: bounce;
	-webkit-transform-origin: center bottom;
	transform-origin: center bottom;
}

@-webkit-keyframes flash {

	0%,
	50%,
	to {
		opacity: 1;
	}

	25%,
	75% {
		opacity: 0;
	}
}

@keyframes flash {

	0%,
	50%,
	to {
		opacity: 1;
	}

	25%,
	75% {
		opacity: 0;
	}
}

.animate__flash {
	-webkit-animation-name: flash;
	animation-name: flash;
}

@-webkit-keyframes pulse {

	0% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}

	50% {
		-webkit-transform: scale3d(1.05, 1.05, 1.05);
		transform: scale3d(1.05, 1.05, 1.05);
	}

	to {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
}

@keyframes pulse {

	0% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}

	50% {
		-webkit-transform: scale3d(1.05, 1.05, 1.05);
		transform: scale3d(1.05, 1.05, 1.05);
	}

	to {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
}

.animate__pulse {
	-webkit-animation-name: pulse;
	animation-name: pulse;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
}

@-webkit-keyframes rubberBand {

	0% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}

	30% {
		-webkit-transform: scale3d(1.25, 0.75, 1);
		transform: scale3d(1.25, 0.75, 1);
	}

	40% {
		-webkit-transform: scale3d(0.75, 1.25, 1);
		transform: scale3d(0.75, 1.25, 1);
	}

	50% {
		-webkit-transform: scale3d(1.15, 0.85, 1);
		transform: scale3d(1.15, 0.85, 1);
	}

	65% {
		-webkit-transform: scale3d(0.95, 1.05, 1);
		transform: scale3d(0.95, 1.05, 1);
	}

	75% {
		-webkit-transform: scale3d(1.05, 0.95, 1);
		transform: scale3d(1.05, 0.95, 1);
	}

	to {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
}

@keyframes rubberBand {

	0% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}

	30% {
		-webkit-transform: scale3d(1.25, 0.75, 1);
		transform: scale3d(1.25, 0.75, 1);
	}

	40% {
		-webkit-transform: scale3d(0.75, 1.25, 1);
		transform: scale3d(0.75, 1.25, 1);
	}

	50% {
		-webkit-transform: scale3d(1.15, 0.85, 1);
		transform: scale3d(1.15, 0.85, 1);
	}

	65% {
		-webkit-transform: scale3d(0.95, 1.05, 1);
		transform: scale3d(0.95, 1.05, 1);
	}

	75% {
		-webkit-transform: scale3d(1.05, 0.95, 1);
		transform: scale3d(1.05, 0.95, 1);
	}

	to {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
}

.animate__rubberBand {
	-webkit-animation-name: rubberband;
	animation-name: rubberBand;
}

@-webkit-keyframes shakeX {

	0%,
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}

	10%,
	30%,
	50%,
	70%,
	90% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0);
	}

	20%,
	40%,
	60%,
	80% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0);
	}
}

@keyframes shakeX {

	0%,
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}

	10%,
	30%,
	50%,
	70%,
	90% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0);
	}

	20%,
	40%,
	60%,
	80% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0);
	}
}

.animate__shakeX {
	-webkit-animation-name: shakex;
	animation-name: shakeX;
}

@-webkit-keyframes shakeY {

	0%,
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}

	10%,
	30%,
	50%,
	70%,
	90% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0);
	}

	20%,
	40%,
	60%,
	80% {
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0);
	}
}

@keyframes shakeY {

	0%,
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}

	10%,
	30%,
	50%,
	70%,
	90% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0);
	}

	20%,
	40%,
	60%,
	80% {
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0);
	}
}

.animate__shakeY {
	-webkit-animation-name: shakey;
	animation-name: shakeY;
}

@-webkit-keyframes headShake {

	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}

	6.5% {
		-webkit-transform: translateX(-6px) rotateY(-9deg);
		transform: translateX(-6px) rotateY(-9deg);
	}

	18.5% {
		-webkit-transform: translateX(5px) rotateY(7deg);
		transform: translateX(5px) rotateY(7deg);
	}

	31.5% {
		-webkit-transform: translateX(-3px) rotateY(-5deg);
		transform: translateX(-3px) rotateY(-5deg);
	}

	43.5% {
		-webkit-transform: translateX(2px) rotateY(3deg);
		transform: translateX(2px) rotateY(3deg);
	}

	50% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@keyframes headShake {

	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}

	6.5% {
		-webkit-transform: translateX(-6px) rotateY(-9deg);
		transform: translateX(-6px) rotateY(-9deg);
	}

	18.5% {
		-webkit-transform: translateX(5px) rotateY(7deg);
		transform: translateX(5px) rotateY(7deg);
	}

	31.5% {
		-webkit-transform: translateX(-3px) rotateY(-5deg);
		transform: translateX(-3px) rotateY(-5deg);
	}

	43.5% {
		-webkit-transform: translateX(2px) rotateY(3deg);
		transform: translateX(2px) rotateY(3deg);
	}

	50% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

.animate__headShake {
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-name: headshake;
	animation-name: headShake;
}

@-webkit-keyframes swing {

	20% {
		-webkit-transform: rotate(15deg);
		transform: rotate(15deg);
	}

	40% {
		-webkit-transform: rotate(-10deg);
		transform: rotate(-10deg);
	}

	60% {
		-webkit-transform: rotate(5deg);
		transform: rotate(5deg);
	}

	80% {
		-webkit-transform: rotate(-5deg);
		transform: rotate(-5deg);
	}

	to {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
}

@keyframes swing {

	20% {
		-webkit-transform: rotate(15deg);
		transform: rotate(15deg);
	}

	40% {
		-webkit-transform: rotate(-10deg);
		transform: rotate(-10deg);
	}

	60% {
		-webkit-transform: rotate(5deg);
		transform: rotate(5deg);
	}

	80% {
		-webkit-transform: rotate(-5deg);
		transform: rotate(-5deg);
	}

	to {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
}

.animate__swing {
	-webkit-transform-origin: top center;
	transform-origin: top center;
	-webkit-animation-name: swing;
	animation-name: swing;
}

@-webkit-keyframes tada {

	0% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}

	10%,
	20% {
		-webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
		transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
	}

	30%,
	50%,
	70%,
	90% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
	}

	40%,
	60%,
	80% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
	}

	to {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
}

@keyframes tada {

	0% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}

	10%,
	20% {
		-webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
		transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
	}

	30%,
	50%,
	70%,
	90% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
	}

	40%,
	60%,
	80% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
	}

	to {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
}

.animate__tada {
	-webkit-animation-name: tada;
	animation-name: tada;
}

@-webkit-keyframes wobble {

	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}

	15% {
		-webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
		transform: translate3d(-25%, 0, 0) rotate(-5deg);
	}

	30% {
		-webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
		transform: translate3d(20%, 0, 0) rotate(3deg);
	}

	45% {
		-webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
		transform: translate3d(-15%, 0, 0) rotate(-3deg);
	}

	60% {
		-webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
		transform: translate3d(10%, 0, 0) rotate(2deg);
	}

	75% {
		-webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
		transform: translate3d(-5%, 0, 0) rotate(-1deg);
	}

	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes wobble {

	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}

	15% {
		-webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
		transform: translate3d(-25%, 0, 0) rotate(-5deg);
	}

	30% {
		-webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
		transform: translate3d(20%, 0, 0) rotate(3deg);
	}

	45% {
		-webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
		transform: translate3d(-15%, 0, 0) rotate(-3deg);
	}

	60% {
		-webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
		transform: translate3d(10%, 0, 0) rotate(2deg);
	}

	75% {
		-webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
		transform: translate3d(-5%, 0, 0) rotate(-1deg);
	}

	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

.animate__wobble {
	-webkit-animation-name: wobble;
	animation-name: wobble;
}

@-webkit-keyframes jello {

	0%,
	11.1%,
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}

	22.2% {
		-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
		transform: skewX(-12.5deg) skewY(-12.5deg);
	}

	33.3% {
		-webkit-transform: skewX(6.25deg) skewY(6.25deg);
		transform: skewX(6.25deg) skewY(6.25deg);
	}

	44.4% {
		-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
		transform: skewX(-3.125deg) skewY(-3.125deg);
	}

	55.5% {
		-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
		transform: skewX(1.5625deg) skewY(1.5625deg);
	}

	66.6% {
		-webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
		transform: skewX(-0.78125deg) skewY(-0.78125deg);
	}

	77.7% {
		-webkit-transform: skewX(0.39062deg) skewY(0.39062deg);
		transform: skewX(0.39062deg) skewY(0.39062deg);
	}

	88.8% {
		-webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
		transform: skewX(-0.19531deg) skewY(-0.19531deg);
	}
}

@keyframes jello {

	0%,
	11.1%,
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}

	22.2% {
		-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
		transform: skewX(-12.5deg) skewY(-12.5deg);
	}

	33.3% {
		-webkit-transform: skewX(6.25deg) skewY(6.25deg);
		transform: skewX(6.25deg) skewY(6.25deg);
	}

	44.4% {
		-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
		transform: skewX(-3.125deg) skewY(-3.125deg);
	}

	55.5% {
		-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
		transform: skewX(1.5625deg) skewY(1.5625deg);
	}

	66.6% {
		-webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
		transform: skewX(-0.78125deg) skewY(-0.78125deg);
	}

	77.7% {
		-webkit-transform: skewX(0.39062deg) skewY(0.39062deg);
		transform: skewX(0.39062deg) skewY(0.39062deg);
	}

	88.8% {
		-webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
		transform: skewX(-0.19531deg) skewY(-0.19531deg);
	}
}

.animate__jello {
	-webkit-animation-name: jello;
	animation-name: jello;
	-webkit-transform-origin: center;
	transform-origin: center;
}

@-webkit-keyframes heartBeat {

	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	14% {
		-webkit-transform: scale(1.3);
		transform: scale(1.3);
	}

	28% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	42% {
		-webkit-transform: scale(1.3);
		transform: scale(1.3);
	}

	70% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes heartBeat {

	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	14% {
		-webkit-transform: scale(1.3);
		transform: scale(1.3);
	}

	28% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	42% {
		-webkit-transform: scale(1.3);
		transform: scale(1.3);
	}

	70% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

.animate__heartBeat {
	-webkit-animation-name: heartbeat;
	animation-name: heartBeat;
	-webkit-animation-duration: 1.3s;
	animation-duration: 1.3s;
	-webkit-animation-duration: calc(var(--animate-duration) *1.3);
	animation-duration: calc(var(--animate-duration) *1.3);
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
}

@-webkit-keyframes backInDown {

	0% {
		-webkit-transform: translateY(-1200px) scale(0.7);
		transform: translateY(-1200px) scale(0.7);
		opacity: 0.7;
	}

	80% {
		-webkit-transform: translateY(0) scale(0.7);
		transform: translateY(0) scale(0.7);
		opacity: 0.7;
	}

	to {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
}

@keyframes backInDown {

	0% {
		-webkit-transform: translateY(-1200px) scale(0.7);
		transform: translateY(-1200px) scale(0.7);
		opacity: 0.7;
	}

	80% {
		-webkit-transform: translateY(0) scale(0.7);
		transform: translateY(0) scale(0.7);
		opacity: 0.7;
	}

	to {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
}

.animate__backInDown {
	-webkit-animation-name: backindown;
	animation-name: backInDown;
}

@-webkit-keyframes backInLeft {

	0% {
		-webkit-transform: translateX(-2000px) scale(0.7);
		transform: translateX(-2000px) scale(0.7);
		opacity: 0.7;
	}

	80% {
		-webkit-transform: translateX(0) scale(0.7);
		transform: translateX(0) scale(0.7);
		opacity: 0.7;
	}

	to {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
}

@keyframes backInLeft {

	0% {
		-webkit-transform: translateX(-2000px) scale(0.7);
		transform: translateX(-2000px) scale(0.7);
		opacity: 0.7;
	}

	80% {
		-webkit-transform: translateX(0) scale(0.7);
		transform: translateX(0) scale(0.7);
		opacity: 0.7;
	}

	to {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
}

.animate__backInLeft {
	-webkit-animation-name: backinleft;
	animation-name: backInLeft;
}

@-webkit-keyframes backInRight {

	0% {
		-webkit-transform: translateX(2000px) scale(0.7);
		transform: translateX(2000px) scale(0.7);
		opacity: 0.7;
	}

	80% {
		-webkit-transform: translateX(0) scale(0.7);
		transform: translateX(0) scale(0.7);
		opacity: 0.7;
	}

	to {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
}

@keyframes backInRight {

	0% {
		-webkit-transform: translateX(2000px) scale(0.7);
		transform: translateX(2000px) scale(0.7);
		opacity: 0.7;
	}

	80% {
		-webkit-transform: translateX(0) scale(0.7);
		transform: translateX(0) scale(0.7);
		opacity: 0.7;
	}

	to {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
}

.animate__backInRight {
	-webkit-animation-name: backinright;
	animation-name: backInRight;
}

@-webkit-keyframes backInUp {

	0% {
		-webkit-transform: translateY(1200px) scale(0.7);
		transform: translateY(1200px) scale(0.7);
		opacity: 0.7;
	}

	80% {
		-webkit-transform: translateY(0) scale(0.7);
		transform: translateY(0) scale(0.7);
		opacity: 0.7;
	}

	to {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
}

@keyframes backInUp {

	0% {
		-webkit-transform: translateY(1200px) scale(0.7);
		transform: translateY(1200px) scale(0.7);
		opacity: 0.7;
	}

	80% {
		-webkit-transform: translateY(0) scale(0.7);
		transform: translateY(0) scale(0.7);
		opacity: 0.7;
	}

	to {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
}

.animate__backInUp {
	-webkit-animation-name: backinup;
	animation-name: backInUp;
}

@-webkit-keyframes backOutDown {

	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}

	20% {
		-webkit-transform: translateY(0) scale(0.7);
		transform: translateY(0) scale(0.7);
		opacity: 0.7;
	}

	to {
		-webkit-transform: translateY(700px) scale(0.7);
		transform: translateY(700px) scale(0.7);
		opacity: 0.7;
	}
}

@keyframes backOutDown {

	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}

	20% {
		-webkit-transform: translateY(0) scale(0.7);
		transform: translateY(0) scale(0.7);
		opacity: 0.7;
	}

	to {
		-webkit-transform: translateY(700px) scale(0.7);
		transform: translateY(700px) scale(0.7);
		opacity: 0.7;
	}
}

.animate__backOutDown {
	-webkit-animation-name: backoutdown;
	animation-name: backOutDown;
}

@-webkit-keyframes backOutLeft {

	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}

	20% {
		-webkit-transform: translateX(0) scale(0.7);
		transform: translateX(0) scale(0.7);
		opacity: 0.7;
	}

	to {
		-webkit-transform: translateX(-2000px) scale(0.7);
		transform: translateX(-2000px) scale(0.7);
		opacity: 0.7;
	}
}

@keyframes backOutLeft {

	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}

	20% {
		-webkit-transform: translateX(0) scale(0.7);
		transform: translateX(0) scale(0.7);
		opacity: 0.7;
	}

	to {
		-webkit-transform: translateX(-2000px) scale(0.7);
		transform: translateX(-2000px) scale(0.7);
		opacity: 0.7;
	}
}

.animate__backOutLeft {
	-webkit-animation-name: backoutleft;
	animation-name: backOutLeft;
}

@-webkit-keyframes backOutRight {

	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}

	20% {
		-webkit-transform: translateX(0) scale(0.7);
		transform: translateX(0) scale(0.7);
		opacity: 0.7;
	}

	to {
		-webkit-transform: translateX(2000px) scale(0.7);
		transform: translateX(2000px) scale(0.7);
		opacity: 0.7;
	}
}

@keyframes backOutRight {

	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}

	20% {
		-webkit-transform: translateX(0) scale(0.7);
		transform: translateX(0) scale(0.7);
		opacity: 0.7;
	}

	to {
		-webkit-transform: translateX(2000px) scale(0.7);
		transform: translateX(2000px) scale(0.7);
		opacity: 0.7;
	}
}

.animate__backOutRight {
	-webkit-animation-name: backoutright;
	animation-name: backOutRight;
}

@-webkit-keyframes backOutUp {

	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}

	20% {
		-webkit-transform: translateY(0) scale(0.7);
		transform: translateY(0) scale(0.7);
		opacity: 0.7;
	}

	to {
		-webkit-transform: translateY(-700px) scale(0.7);
		transform: translateY(-700px) scale(0.7);
		opacity: 0.7;
	}
}

@keyframes backOutUp {

	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}

	20% {
		-webkit-transform: translateY(0) scale(0.7);
		transform: translateY(0) scale(0.7);
		opacity: 0.7;
	}

	to {
		-webkit-transform: translateY(-700px) scale(0.7);
		transform: translateY(-700px) scale(0.7);
		opacity: 0.7;
	}
}

.animate__backOutUp {
	-webkit-animation-name: backoutup;
	animation-name: backOutUp;
}

@-webkit-keyframes bounceIn {

	0%,
	20%,
	40%,
	60%,
	80%,
	to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}

	0% {
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3);
	}

	20% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1);
	}

	40% {
		-webkit-transform: scale3d(0.9, 0.9, 0.9);
		transform: scale3d(0.9, 0.9, 0.9);
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(1.03, 1.03, 1.03);
		transform: scale3d(1.03, 1.03, 1.03);
	}

	80% {
		-webkit-transform: scale3d(0.97, 0.97, 0.97);
		transform: scale3d(0.97, 0.97, 0.97);
	}

	to {
		opacity: 1;
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
}

@keyframes bounceIn {

	0%,
	20%,
	40%,
	60%,
	80%,
	to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}

	0% {
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3);
	}

	20% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1);
	}

	40% {
		-webkit-transform: scale3d(0.9, 0.9, 0.9);
		transform: scale3d(0.9, 0.9, 0.9);
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(1.03, 1.03, 1.03);
		transform: scale3d(1.03, 1.03, 1.03);
	}

	80% {
		-webkit-transform: scale3d(0.97, 0.97, 0.97);
		transform: scale3d(0.97, 0.97, 0.97);
	}

	to {
		opacity: 1;
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
}

.animate__bounceIn {
	-webkit-animation-duration: 0.75s;
	animation-duration: 0.75s;
	-webkit-animation-duration: calc(var(--animate-duration) *0.75);
	animation-duration: calc(var(--animate-duration) *0.75);
	-webkit-animation-name: bouncein;
	animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {

	0%,
	60%,
	75%,
	90%,
	to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}

	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -3000px, 0) scaleY(3);
		transform: translate3d(0, -3000px, 0) scaleY(3);
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, 25px, 0) scaleY(0.9);
		transform: translate3d(0, 25px, 0) scaleY(0.9);
	}

	75% {
		-webkit-transform: translate3d(0, -10px, 0) scaleY(0.95);
		transform: translate3d(0, -10px, 0) scaleY(0.95);
	}

	90% {
		-webkit-transform: translate3d(0, 5px, 0) scaleY(0.985);
		transform: translate3d(0, 5px, 0) scaleY(0.985);
	}

	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes bounceInDown {

	0%,
	60%,
	75%,
	90%,
	to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}

	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -3000px, 0) scaleY(3);
		transform: translate3d(0, -3000px, 0) scaleY(3);
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, 25px, 0) scaleY(0.9);
		transform: translate3d(0, 25px, 0) scaleY(0.9);
	}

	75% {
		-webkit-transform: translate3d(0, -10px, 0) scaleY(0.95);
		transform: translate3d(0, -10px, 0) scaleY(0.95);
	}

	90% {
		-webkit-transform: translate3d(0, 5px, 0) scaleY(0.985);
		transform: translate3d(0, 5px, 0) scaleY(0.985);
	}

	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

.animate__bounceInDown {
	-webkit-animation-name: bounceindown;
	animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {

	0%,
	60%,
	75%,
	90%,
	to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}

	0% {
		opacity: 0;
		-webkit-transform: translate3d(-3000px, 0, 0) scaleX(3);
		transform: translate3d(-3000px, 0, 0) scaleX(3);
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(25px, 0, 0) scaleX(1);
		transform: translate3d(25px, 0, 0) scaleX(1);
	}

	75% {
		-webkit-transform: translate3d(-10px, 0, 0) scaleX(0.98);
		transform: translate3d(-10px, 0, 0) scaleX(0.98);
	}

	90% {
		-webkit-transform: translate3d(5px, 0, 0) scaleX(0.995);
		transform: translate3d(5px, 0, 0) scaleX(0.995);
	}

	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes bounceInLeft {

	0%,
	60%,
	75%,
	90%,
	to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}

	0% {
		opacity: 0;
		-webkit-transform: translate3d(-3000px, 0, 0) scaleX(3);
		transform: translate3d(-3000px, 0, 0) scaleX(3);
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(25px, 0, 0) scaleX(1);
		transform: translate3d(25px, 0, 0) scaleX(1);
	}

	75% {
		-webkit-transform: translate3d(-10px, 0, 0) scaleX(0.98);
		transform: translate3d(-10px, 0, 0) scaleX(0.98);
	}

	90% {
		-webkit-transform: translate3d(5px, 0, 0) scaleX(0.995);
		transform: translate3d(5px, 0, 0) scaleX(0.995);
	}

	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

.animate__bounceInLeft {
	-webkit-animation-name: bounceinleft;
	animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {

	0%,
	60%,
	75%,
	90%,
	to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}

	0% {
		opacity: 0;
		-webkit-transform: translate3d(3000px, 0, 0) scaleX(3);
		transform: translate3d(3000px, 0, 0) scaleX(3);
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(-25px, 0, 0) scaleX(1);
		transform: translate3d(-25px, 0, 0) scaleX(1);
	}

	75% {
		-webkit-transform: translate3d(10px, 0, 0) scaleX(0.98);
		transform: translate3d(10px, 0, 0) scaleX(0.98);
	}

	90% {
		-webkit-transform: translate3d(-5px, 0, 0) scaleX(0.995);
		transform: translate3d(-5px, 0, 0) scaleX(0.995);
	}

	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes bounceInRight {

	0%,
	60%,
	75%,
	90%,
	to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}

	0% {
		opacity: 0;
		-webkit-transform: translate3d(3000px, 0, 0) scaleX(3);
		transform: translate3d(3000px, 0, 0) scaleX(3);
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(-25px, 0, 0) scaleX(1);
		transform: translate3d(-25px, 0, 0) scaleX(1);
	}

	75% {
		-webkit-transform: translate3d(10px, 0, 0) scaleX(0.98);
		transform: translate3d(10px, 0, 0) scaleX(0.98);
	}

	90% {
		-webkit-transform: translate3d(-5px, 0, 0) scaleX(0.995);
		transform: translate3d(-5px, 0, 0) scaleX(0.995);
	}

	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

.animate__bounceInRight {
	-webkit-animation-name: bounceinright;
	animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {

	0%,
	60%,
	75%,
	90%,
	to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}

	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 3000px, 0) scaleY(5);
		transform: translate3d(0, 3000px, 0) scaleY(5);
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
		transform: translate3d(0, -20px, 0) scaleY(0.9);
	}

	75% {
		-webkit-transform: translate3d(0, 10px, 0) scaleY(0.95);
		transform: translate3d(0, 10px, 0) scaleY(0.95);
	}

	90% {
		-webkit-transform: translate3d(0, -5px, 0) scaleY(0.985);
		transform: translate3d(0, -5px, 0) scaleY(0.985);
	}

	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes bounceInUp {

	0%,
	60%,
	75%,
	90%,
	to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}

	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 3000px, 0) scaleY(5);
		transform: translate3d(0, 3000px, 0) scaleY(5);
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
		transform: translate3d(0, -20px, 0) scaleY(0.9);
	}

	75% {
		-webkit-transform: translate3d(0, 10px, 0) scaleY(0.95);
		transform: translate3d(0, 10px, 0) scaleY(0.95);
	}

	90% {
		-webkit-transform: translate3d(0, -5px, 0) scaleY(0.985);
		transform: translate3d(0, -5px, 0) scaleY(0.985);
	}

	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

.animate__bounceInUp {
	-webkit-animation-name: bounceinup;
	animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {

	20% {
		-webkit-transform: scale3d(0.9, 0.9, 0.9);
		transform: scale3d(0.9, 0.9, 0.9);
	}

	50%,
	55% {
		opacity: 1;
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1);
	}

	to {
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3);
	}
}

@keyframes bounceOut {

	20% {
		-webkit-transform: scale3d(0.9, 0.9, 0.9);
		transform: scale3d(0.9, 0.9, 0.9);
	}

	50%,
	55% {
		opacity: 1;
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1);
	}

	to {
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3);
	}
}

.animate__bounceOut {
	-webkit-animation-duration: 0.75s;
	animation-duration: 0.75s;
	-webkit-animation-duration: calc(var(--animate-duration) *0.75);
	animation-duration: calc(var(--animate-duration) *0.75);
	-webkit-animation-name: bounceout;
	animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {

	20% {
		-webkit-transform: translate3d(0, 10px, 0) scaleY(0.985);
		transform: translate3d(0, 10px, 0) scaleY(0.985);
	}

	40%,
	45% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
		transform: translate3d(0, -20px, 0) scaleY(0.9);
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0) scaleY(3);
		transform: translate3d(0, 2000px, 0) scaleY(3);
	}
}

@keyframes bounceOutDown {

	20% {
		-webkit-transform: translate3d(0, 10px, 0) scaleY(0.985);
		transform: translate3d(0, 10px, 0) scaleY(0.985);
	}

	40%,
	45% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
		transform: translate3d(0, -20px, 0) scaleY(0.9);
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0) scaleY(3);
		transform: translate3d(0, 2000px, 0) scaleY(3);
	}
}

.animate__bounceOutDown {
	-webkit-animation-name: bounceoutdown;
	animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {

	20% {
		opacity: 1;
		-webkit-transform: translate3d(20px, 0, 0) scaleX(0.9);
		transform: translate3d(20px, 0, 0) scaleX(0.9);
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0) scaleX(2);
		transform: translate3d(-2000px, 0, 0) scaleX(2);
	}
}

@keyframes bounceOutLeft {

	20% {
		opacity: 1;
		-webkit-transform: translate3d(20px, 0, 0) scaleX(0.9);
		transform: translate3d(20px, 0, 0) scaleX(0.9);
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0) scaleX(2);
		transform: translate3d(-2000px, 0, 0) scaleX(2);
	}
}

.animate__bounceOutLeft {
	-webkit-animation-name: bounceoutleft;
	animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {

	20% {
		opacity: 1;
		-webkit-transform: translate3d(-20px, 0, 0) scaleX(0.9);
		transform: translate3d(-20px, 0, 0) scaleX(0.9);
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0) scaleX(2);
		transform: translate3d(2000px, 0, 0) scaleX(2);
	}
}

@keyframes bounceOutRight {

	20% {
		opacity: 1;
		-webkit-transform: translate3d(-20px, 0, 0) scaleX(0.9);
		transform: translate3d(-20px, 0, 0) scaleX(0.9);
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0) scaleX(2);
		transform: translate3d(2000px, 0, 0) scaleX(2);
	}
}

.animate__bounceOutRight {
	-webkit-animation-name: bounceoutright;
	animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {

	20% {
		-webkit-transform: translate3d(0, -10px, 0) scaleY(0.985);
		transform: translate3d(0, -10px, 0) scaleY(0.985);
	}

	40%,
	45% {
		opacity: 1;
		-webkit-transform: translate3d(0, 20px, 0) scaleY(0.9);
		transform: translate3d(0, 20px, 0) scaleY(0.9);
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0) scaleY(3);
		transform: translate3d(0, -2000px, 0) scaleY(3);
	}
}

@keyframes bounceOutUp {

	20% {
		-webkit-transform: translate3d(0, -10px, 0) scaleY(0.985);
		transform: translate3d(0, -10px, 0) scaleY(0.985);
	}

	40%,
	45% {
		opacity: 1;
		-webkit-transform: translate3d(0, 20px, 0) scaleY(0.9);
		transform: translate3d(0, 20px, 0) scaleY(0.9);
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0) scaleY(3);
		transform: translate3d(0, -2000px, 0) scaleY(3);
	}
}

.animate__bounceOutUp {
	-webkit-animation-name: bounceoutup;
	animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {

	0% {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@keyframes fadeIn {

	0% {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

.animate__fadeIn {
	-webkit-animation-name: fadein;
	animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {

	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes fadeInDown {

	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

.animate__fadeInDown {
	-webkit-animation-name: fadeindown;
	animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {

	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes fadeInDownBig {

	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

.animate__fadeInDownBig {
	-webkit-animation-name: fadeindownbig;
	animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {

	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes fadeInLeft {

	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

.animate__fadeInLeft {
	-webkit-animation-name: fadeinleft;
	animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {

	0% {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes fadeInLeftBig {

	0% {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

.animate__fadeInLeftBig {
	-webkit-animation-name: fadeinleftbig;
	animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {

	0% {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes fadeInRight {

	0% {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

.animate__fadeInRight {
	-webkit-animation-name: fadeinright;
	animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {

	0% {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes fadeInRightBig {

	0% {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

.animate__fadeInRightBig {
	-webkit-animation-name: fadeinrightbig;
	animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {

	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes fadeInUp {

	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

.animate__fadeInUp {
	-webkit-animation-name: fadeinup;
	animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {

	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes fadeInUpBig {

	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

.animate__fadeInUpBig {
	-webkit-animation-name: fadeinupbig;
	animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeInTopLeft {

	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, -100%, 0);
		transform: translate3d(-100%, -100%, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes fadeInTopLeft {

	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, -100%, 0);
		transform: translate3d(-100%, -100%, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

.animate__fadeInTopLeft {
	-webkit-animation-name: fadeintopleft;
	animation-name: fadeInTopLeft;
}

@-webkit-keyframes fadeInTopRight {

	0% {
		opacity: 0;
		-webkit-transform: translate3d(100%, -100%, 0);
		transform: translate3d(100%, -100%, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes fadeInTopRight {

	0% {
		opacity: 0;
		-webkit-transform: translate3d(100%, -100%, 0);
		transform: translate3d(100%, -100%, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

.animate__fadeInTopRight {
	-webkit-animation-name: fadeintopright;
	animation-name: fadeInTopRight;
}

@-webkit-keyframes fadeInBottomLeft {

	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 100%, 0);
		transform: translate3d(-100%, 100%, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes fadeInBottomLeft {

	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 100%, 0);
		transform: translate3d(-100%, 100%, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

.animate__fadeInBottomLeft {
	-webkit-animation-name: fadeinbottomleft;
	animation-name: fadeInBottomLeft;
}

@-webkit-keyframes fadeInBottomRight {

	0% {
		opacity: 0;
		-webkit-transform: translate3d(100%, 100%, 0);
		transform: translate3d(100%, 100%, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes fadeInBottomRight {

	0% {
		opacity: 0;
		-webkit-transform: translate3d(100%, 100%, 0);
		transform: translate3d(100%, 100%, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

.animate__fadeInBottomRight {
	-webkit-animation-name: fadeinbottomright;
	animation-name: fadeInBottomRight;
}

@-webkit-keyframes fadeOut {

	0% {
		opacity: 1;
	}

	to {
		opacity: 0;
	}
}

@keyframes fadeOut {

	0% {
		opacity: 1;
	}

	to {
		opacity: 0;
	}
}

.animate__fadeOut {
	-webkit-animation-name: fadeout;
	animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {

	0% {
		opacity: 1;
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
}

@keyframes fadeOutDown {

	0% {
		opacity: 1;
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
}

.animate__fadeOutDown {
	-webkit-animation-name: fadeoutdown;
	animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {

	0% {
		opacity: 1;
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0);
	}
}

@keyframes fadeOutDownBig {

	0% {
		opacity: 1;
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0);
	}
}

.animate__fadeOutDownBig {
	-webkit-animation-name: fadeoutdownbig;
	animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {

	0% {
		opacity: 1;
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
}

@keyframes fadeOutLeft {

	0% {
		opacity: 1;
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
}

.animate__fadeOutLeft {
	-webkit-animation-name: fadeoutleft;
	animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {

	0% {
		opacity: 1;
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0);
	}
}

@keyframes fadeOutLeftBig {

	0% {
		opacity: 1;
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0);
	}
}

.animate__fadeOutLeftBig {
	-webkit-animation-name: fadeoutleftbig;
	animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {

	0% {
		opacity: 1;
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
}

@keyframes fadeOutRight {

	0% {
		opacity: 1;
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
}

.animate__fadeOutRight {
	-webkit-animation-name: fadeoutright;
	animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {

	0% {
		opacity: 1;
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0);
	}
}

@keyframes fadeOutRightBig {

	0% {
		opacity: 1;
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0);
	}
}

.animate__fadeOutRightBig {
	-webkit-animation-name: fadeoutrightbig;
	animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {

	0% {
		opacity: 1;
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
}

@keyframes fadeOutUp {

	0% {
		opacity: 1;
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
}

.animate__fadeOutUp {
	-webkit-animation-name: fadeoutup;
	animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {

	0% {
		opacity: 1;
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0);
	}
}

@keyframes fadeOutUpBig {

	0% {
		opacity: 1;
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0);
	}
}

.animate__fadeOutUpBig {
	-webkit-animation-name: fadeoutupbig;
	animation-name: fadeOutUpBig;
}

@-webkit-keyframes fadeOutTopLeft {

	0% {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(-100%, -100%, 0);
		transform: translate3d(-100%, -100%, 0);
	}
}

@keyframes fadeOutTopLeft {

	0% {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(-100%, -100%, 0);
		transform: translate3d(-100%, -100%, 0);
	}
}

.animate__fadeOutTopLeft {
	-webkit-animation-name: fadeouttopleft;
	animation-name: fadeOutTopLeft;
}

@-webkit-keyframes fadeOutTopRight {

	0% {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, -100%, 0);
		transform: translate3d(100%, -100%, 0);
	}
}

@keyframes fadeOutTopRight {

	0% {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, -100%, 0);
		transform: translate3d(100%, -100%, 0);
	}
}

.animate__fadeOutTopRight {
	-webkit-animation-name: fadeouttopright;
	animation-name: fadeOutTopRight;
}

@-webkit-keyframes fadeOutBottomRight {

	0% {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, 100%, 0);
		transform: translate3d(100%, 100%, 0);
	}
}

@keyframes fadeOutBottomRight {

	0% {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, 100%, 0);
		transform: translate3d(100%, 100%, 0);
	}
}

.animate__fadeOutBottomRight {
	-webkit-animation-name: fadeoutbottomright;
	animation-name: fadeOutBottomRight;
}

@-webkit-keyframes fadeOutBottomLeft {

	0% {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 100%, 0);
		transform: translate3d(-100%, 100%, 0);
	}
}

@keyframes fadeOutBottomLeft {

	0% {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 100%, 0);
		transform: translate3d(-100%, 100%, 0);
	}
}

.animate__fadeOutBottomLeft {
	-webkit-animation-name: fadeoutbottomleft;
	animation-name: fadeOutBottomLeft;
}

@-webkit-keyframes flip {

	0% {
		-webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
		transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}

	40% {
		-webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
		transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}

	50% {
		-webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
		transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}

	80% {
		-webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);
		transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}

	to {
		-webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
		transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
}

@keyframes flip {

	0% {
		-webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
		transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}

	40% {
		-webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
		transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}

	50% {
		-webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
		transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}

	80% {
		-webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);
		transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}

	to {
		-webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
		transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
}

.animate__animated.animate__flip {
	-webkit-backface-visibility: visible;
	backface-visibility: visible;
	-webkit-animation-name: flip;
	animation-name: flip;
}

@-webkit-keyframes flipInX {

	0% {
		-webkit-transform: perspective(400px) rotateX(90deg);
		transform: perspective(400px) rotateX(90deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0;
	}

	40% {
		-webkit-transform: perspective(400px) rotateX(-20deg);
		transform: perspective(400px) rotateX(-20deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}

	60% {
		-webkit-transform: perspective(400px) rotateX(10deg);
		transform: perspective(400px) rotateX(10deg);
		opacity: 1;
	}

	80% {
		-webkit-transform: perspective(400px) rotateX(-5deg);
		transform: perspective(400px) rotateX(-5deg);
	}

	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
}

@keyframes flipInX {

	0% {
		-webkit-transform: perspective(400px) rotateX(90deg);
		transform: perspective(400px) rotateX(90deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0;
	}

	40% {
		-webkit-transform: perspective(400px) rotateX(-20deg);
		transform: perspective(400px) rotateX(-20deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}

	60% {
		-webkit-transform: perspective(400px) rotateX(10deg);
		transform: perspective(400px) rotateX(10deg);
		opacity: 1;
	}

	80% {
		-webkit-transform: perspective(400px) rotateX(-5deg);
		transform: perspective(400px) rotateX(-5deg);
	}

	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
}

.animate__flipInX {
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation-name: flipinx;
	animation-name: flipInX;
}

@-webkit-keyframes flipInY {

	0% {
		-webkit-transform: perspective(400px) rotateY(90deg);
		transform: perspective(400px) rotateY(90deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0;
	}

	40% {
		-webkit-transform: perspective(400px) rotateY(-20deg);
		transform: perspective(400px) rotateY(-20deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}

	60% {
		-webkit-transform: perspective(400px) rotateY(10deg);
		transform: perspective(400px) rotateY(10deg);
		opacity: 1;
	}

	80% {
		-webkit-transform: perspective(400px) rotateY(-5deg);
		transform: perspective(400px) rotateY(-5deg);
	}

	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
}

@keyframes flipInY {

	0% {
		-webkit-transform: perspective(400px) rotateY(90deg);
		transform: perspective(400px) rotateY(90deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0;
	}

	40% {
		-webkit-transform: perspective(400px) rotateY(-20deg);
		transform: perspective(400px) rotateY(-20deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}

	60% {
		-webkit-transform: perspective(400px) rotateY(10deg);
		transform: perspective(400px) rotateY(10deg);
		opacity: 1;
	}

	80% {
		-webkit-transform: perspective(400px) rotateY(-5deg);
		transform: perspective(400px) rotateY(-5deg);
	}

	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
}

.animate__flipInY {
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation-name: flipiny;
	animation-name: flipInY;
}

@-webkit-keyframes flipOutX {

	0% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}

	30% {
		-webkit-transform: perspective(400px) rotateX(-20deg);
		transform: perspective(400px) rotateX(-20deg);
		opacity: 1;
	}

	to {
		-webkit-transform: perspective(400px) rotateX(90deg);
		transform: perspective(400px) rotateX(90deg);
		opacity: 0;
	}
}

@keyframes flipOutX {

	0% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}

	30% {
		-webkit-transform: perspective(400px) rotateX(-20deg);
		transform: perspective(400px) rotateX(-20deg);
		opacity: 1;
	}

	to {
		-webkit-transform: perspective(400px) rotateX(90deg);
		transform: perspective(400px) rotateX(90deg);
		opacity: 0;
	}
}

.animate__flipOutX {
	-webkit-animation-duration: 0.75s;
	animation-duration: 0.75s;
	-webkit-animation-duration: calc(var(--animate-duration) *0.75);
	animation-duration: calc(var(--animate-duration) *0.75);
	-webkit-animation-name: flipoutx;
	animation-name: flipOutX;
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {

	0% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}

	30% {
		-webkit-transform: perspective(400px) rotateY(-15deg);
		transform: perspective(400px) rotateY(-15deg);
		opacity: 1;
	}

	to {
		-webkit-transform: perspective(400px) rotateY(90deg);
		transform: perspective(400px) rotateY(90deg);
		opacity: 0;
	}
}

@keyframes flipOutY {

	0% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}

	30% {
		-webkit-transform: perspective(400px) rotateY(-15deg);
		transform: perspective(400px) rotateY(-15deg);
		opacity: 1;
	}

	to {
		-webkit-transform: perspective(400px) rotateY(90deg);
		transform: perspective(400px) rotateY(90deg);
		opacity: 0;
	}
}

.animate__flipOutY {
	-webkit-animation-duration: 0.75s;
	animation-duration: 0.75s;
	-webkit-animation-duration: calc(var(--animate-duration) *0.75);
	animation-duration: calc(var(--animate-duration) *0.75);
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation-name: flipouty;
	animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedInRight {

	0% {
		-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
		transform: translate3d(100%, 0, 0) skewX(-30deg);
		opacity: 0;
	}

	60% {
		-webkit-transform: skewX(20deg);
		transform: skewX(20deg);
		opacity: 1;
	}

	80% {
		-webkit-transform: skewX(-5deg);
		transform: skewX(-5deg);
	}

	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes lightSpeedInRight {

	0% {
		-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
		transform: translate3d(100%, 0, 0) skewX(-30deg);
		opacity: 0;
	}

	60% {
		-webkit-transform: skewX(20deg);
		transform: skewX(20deg);
		opacity: 1;
	}

	80% {
		-webkit-transform: skewX(-5deg);
		transform: skewX(-5deg);
	}

	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

.animate__lightSpeedInRight {
	-webkit-animation-name: lightspeedinright;
	animation-name: lightSpeedInRight;
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedInLeft {

	0% {
		-webkit-transform: translate3d(-100%, 0, 0) skewX(30deg);
		transform: translate3d(-100%, 0, 0) skewX(30deg);
		opacity: 0;
	}

	60% {
		-webkit-transform: skewX(-20deg);
		transform: skewX(-20deg);
		opacity: 1;
	}

	80% {
		-webkit-transform: skewX(5deg);
		transform: skewX(5deg);
	}

	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes lightSpeedInLeft {

	0% {
		-webkit-transform: translate3d(-100%, 0, 0) skewX(30deg);
		transform: translate3d(-100%, 0, 0) skewX(30deg);
		opacity: 0;
	}

	60% {
		-webkit-transform: skewX(-20deg);
		transform: skewX(-20deg);
		opacity: 1;
	}

	80% {
		-webkit-transform: skewX(5deg);
		transform: skewX(5deg);
	}

	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

.animate__lightSpeedInLeft {
	-webkit-animation-name: lightspeedinleft;
	animation-name: lightSpeedInLeft;
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOutRight {

	0% {
		opacity: 1;
	}

	to {
		-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
		transform: translate3d(100%, 0, 0) skewX(30deg);
		opacity: 0;
	}
}

@keyframes lightSpeedOutRight {

	0% {
		opacity: 1;
	}

	to {
		-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
		transform: translate3d(100%, 0, 0) skewX(30deg);
		opacity: 0;
	}
}

.animate__lightSpeedOutRight {
	-webkit-animation-name: lightspeedoutright;
	animation-name: lightSpeedOutRight;
	-webkit-animation-timing-function: ease-in;
	animation-timing-function: ease-in;
}

@-webkit-keyframes lightSpeedOutLeft {

	0% {
		opacity: 1;
	}

	to {
		-webkit-transform: translate3d(-100%, 0, 0) skewX(-30deg);
		transform: translate3d(-100%, 0, 0) skewX(-30deg);
		opacity: 0;
	}
}

@keyframes lightSpeedOutLeft {

	0% {
		opacity: 1;
	}

	to {
		-webkit-transform: translate3d(-100%, 0, 0) skewX(-30deg);
		transform: translate3d(-100%, 0, 0) skewX(-30deg);
		opacity: 0;
	}
}

.animate__lightSpeedOutLeft {
	-webkit-animation-name: lightspeedoutleft;
	animation-name: lightSpeedOutLeft;
	-webkit-animation-timing-function: ease-in;
	animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {

	0% {
		-webkit-transform: rotate(-200deg);
		transform: rotate(-200deg);
		opacity: 0;
	}

	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		opacity: 1;
	}
}

@keyframes rotateIn {

	0% {
		-webkit-transform: rotate(-200deg);
		transform: rotate(-200deg);
		opacity: 0;
	}

	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		opacity: 1;
	}
}

.animate__rotateIn {
	-webkit-animation-name: rotatein;
	animation-name: rotateIn;
	-webkit-transform-origin: center;
	transform-origin: center;
}

@-webkit-keyframes rotateInDownLeft {

	0% {
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		opacity: 0;
	}

	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		opacity: 1;
	}
}

@keyframes rotateInDownLeft {

	0% {
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		opacity: 0;
	}

	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		opacity: 1;
	}
}

.animate__rotateInDownLeft {
	-webkit-animation-name: rotateindownleft;
	animation-name: rotateInDownLeft;
	-webkit-transform-origin: left bottom;
	transform-origin: left bottom;
}

@-webkit-keyframes rotateInDownRight {

	0% {
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		opacity: 0;
	}

	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		opacity: 1;
	}
}

@keyframes rotateInDownRight {

	0% {
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		opacity: 0;
	}

	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		opacity: 1;
	}
}

.animate__rotateInDownRight {
	-webkit-animation-name: rotateindownright;
	animation-name: rotateInDownRight;
	-webkit-transform-origin: right bottom;
	transform-origin: right bottom;
}

@-webkit-keyframes rotateInUpLeft {

	0% {
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		opacity: 0;
	}

	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		opacity: 1;
	}
}

@keyframes rotateInUpLeft {

	0% {
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		opacity: 0;
	}

	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		opacity: 1;
	}
}

.animate__rotateInUpLeft {
	-webkit-animation-name: rotateinupleft;
	animation-name: rotateInUpLeft;
	-webkit-transform-origin: left bottom;
	transform-origin: left bottom;
}

@-webkit-keyframes rotateInUpRight {

	0% {
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
		opacity: 0;
	}

	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		opacity: 1;
	}
}

@keyframes rotateInUpRight {

	0% {
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
		opacity: 0;
	}

	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		opacity: 1;
	}
}

.animate__rotateInUpRight {
	-webkit-animation-name: rotateinupright;
	animation-name: rotateInUpRight;
	-webkit-transform-origin: right bottom;
	transform-origin: right bottom;
}

@-webkit-keyframes rotateOut {

	0% {
		opacity: 1;
	}

	to {
		-webkit-transform: rotate(200deg);
		transform: rotate(200deg);
		opacity: 0;
	}
}

@keyframes rotateOut {

	0% {
		opacity: 1;
	}

	to {
		-webkit-transform: rotate(200deg);
		transform: rotate(200deg);
		opacity: 0;
	}
}

.animate__rotateOut {
	-webkit-animation-name: rotateout;
	animation-name: rotateOut;
	-webkit-transform-origin: center;
	transform-origin: center;
}

@-webkit-keyframes rotateOutDownLeft {

	0% {
		opacity: 1;
	}

	to {
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		opacity: 0;
	}
}

@keyframes rotateOutDownLeft {

	0% {
		opacity: 1;
	}

	to {
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		opacity: 0;
	}
}

.animate__rotateOutDownLeft {
	-webkit-animation-name: rotateoutdownleft;
	animation-name: rotateOutDownLeft;
	-webkit-transform-origin: left bottom;
	transform-origin: left bottom;
}

@-webkit-keyframes rotateOutDownRight {

	0% {
		opacity: 1;
	}

	to {
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		opacity: 0;
	}
}

@keyframes rotateOutDownRight {

	0% {
		opacity: 1;
	}

	to {
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		opacity: 0;
	}
}

.animate__rotateOutDownRight {
	-webkit-animation-name: rotateoutdownright;
	animation-name: rotateOutDownRight;
	-webkit-transform-origin: right bottom;
	transform-origin: right bottom;
}

@-webkit-keyframes rotateOutUpLeft {

	0% {
		opacity: 1;
	}

	to {
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		opacity: 0;
	}
}

@keyframes rotateOutUpLeft {

	0% {
		opacity: 1;
	}

	to {
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		opacity: 0;
	}
}

.animate__rotateOutUpLeft {
	-webkit-animation-name: rotateoutupleft;
	animation-name: rotateOutUpLeft;
	-webkit-transform-origin: left bottom;
	transform-origin: left bottom;
}

@-webkit-keyframes rotateOutUpRight {

	0% {
		opacity: 1;
	}

	to {
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
		opacity: 0;
	}
}

@keyframes rotateOutUpRight {

	0% {
		opacity: 1;
	}

	to {
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
		opacity: 0;
	}
}

.animate__rotateOutUpRight {
	-webkit-animation-name: rotateoutupright;
	animation-name: rotateOutUpRight;
	-webkit-transform-origin: right bottom;
	transform-origin: right bottom;
}

@-webkit-keyframes hinge {

	0% {
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}

	20%,
	60% {
		-webkit-transform: rotate(80deg);
		transform: rotate(80deg);
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}

	40%,
	80% {
		-webkit-transform: rotate(60deg);
		transform: rotate(60deg);
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
		opacity: 1;
	}

	to {
		-webkit-transform: translate3d(0, 700px, 0);
		transform: translate3d(0, 700px, 0);
		opacity: 0;
	}
}

@keyframes hinge {

	0% {
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}

	20%,
	60% {
		-webkit-transform: rotate(80deg);
		transform: rotate(80deg);
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}

	40%,
	80% {
		-webkit-transform: rotate(60deg);
		transform: rotate(60deg);
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
		opacity: 1;
	}

	to {
		-webkit-transform: translate3d(0, 700px, 0);
		transform: translate3d(0, 700px, 0);
		opacity: 0;
	}
}

.animate__hinge {
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-duration: calc(var(--animate-duration) *2);
	animation-duration: calc(var(--animate-duration) *2);
	-webkit-animation-name: hinge;
	animation-name: hinge;
	-webkit-transform-origin: top left;
	transform-origin: top left;
}

@-webkit-keyframes jackInTheBox {

	0% {
		opacity: 0;
		-webkit-transform: scale(0.1) rotate(30deg);
		transform: scale(0.1) rotate(30deg);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
	}

	50% {
		-webkit-transform: rotate(-10deg);
		transform: rotate(-10deg);
	}

	70% {
		-webkit-transform: rotate(3deg);
		transform: rotate(3deg);
	}

	to {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes jackInTheBox {

	0% {
		opacity: 0;
		-webkit-transform: scale(0.1) rotate(30deg);
		transform: scale(0.1) rotate(30deg);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
	}

	50% {
		-webkit-transform: rotate(-10deg);
		transform: rotate(-10deg);
	}

	70% {
		-webkit-transform: rotate(3deg);
		transform: rotate(3deg);
	}

	to {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

.animate__jackInTheBox {
	-webkit-animation-name: jackinthebox;
	animation-name: jackInTheBox;
}

@-webkit-keyframes rollIn {

	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
		transform: translate3d(-100%, 0, 0) rotate(-120deg);
	}

	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes rollIn {

	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
		transform: translate3d(-100%, 0, 0) rotate(-120deg);
	}

	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

.animate__rollIn {
	-webkit-animation-name: rollin;
	animation-name: rollIn;
}

@-webkit-keyframes rollOut {

	0% {
		opacity: 1;
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
		transform: translate3d(100%, 0, 0) rotate(120deg);
	}
}

@keyframes rollOut {

	0% {
		opacity: 1;
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
		transform: translate3d(100%, 0, 0) rotate(120deg);
	}
}

.animate__rollOut {
	-webkit-animation-name: rollout;
	animation-name: rollOut;
}

@-webkit-keyframes zoomIn {

	0% {
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3);
	}

	50% {
		opacity: 1;
	}
}

@keyframes zoomIn {

	0% {
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3);
	}

	50% {
		opacity: 1;
	}
}

.animate__zoomIn {
	-webkit-animation-name: zoomin;
	animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {

	0% {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	}
}

@keyframes zoomInDown {

	0% {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	}
}

.animate__zoomInDown {
	-webkit-animation-name: zoomindown;
	animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {

	0% {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	}
}

@keyframes zoomInLeft {

	0% {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	}
}

.animate__zoomInLeft {
	-webkit-animation-name: zoominleft;
	animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {

	0% {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	}
}

@keyframes zoomInRight {

	0% {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	}
}

.animate__zoomInRight {
	-webkit-animation-name: zoominright;
	animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {

	0% {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	}
}

@keyframes zoomInUp {

	0% {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	}
}

.animate__zoomInUp {
	-webkit-animation-name: zoominup;
	animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {

	0% {
		opacity: 1;
	}

	50% {
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3);
	}

	to {
		opacity: 0;
	}
}

@keyframes zoomOut {

	0% {
		opacity: 1;
	}

	50% {
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3);
	}

	to {
		opacity: 0;
	}
}

.animate__zoomOut {
	-webkit-animation-name: zoomout;
	animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {

	40% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}

	to {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	}
}

@keyframes zoomOutDown {

	40% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}

	to {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	}
}

.animate__zoomOutDown {
	-webkit-animation-name: zoomoutdown;
	animation-name: zoomOutDown;
	-webkit-transform-origin: center bottom;
	transform-origin: center bottom;
}

@-webkit-keyframes zoomOutLeft {

	40% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
	}

	to {
		opacity: 0;
		-webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
		transform: scale(0.1) translate3d(-2000px, 0, 0);
	}
}

@keyframes zoomOutLeft {

	40% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
	}

	to {
		opacity: 0;
		-webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
		transform: scale(0.1) translate3d(-2000px, 0, 0);
	}
}

.animate__zoomOutLeft {
	-webkit-animation-name: zoomoutleft;
	animation-name: zoomOutLeft;
	-webkit-transform-origin: left center;
	transform-origin: left center;
}

@-webkit-keyframes zoomOutRight {

	40% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
	}

	to {
		opacity: 0;
		-webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
		transform: scale(0.1) translate3d(2000px, 0, 0);
	}
}

@keyframes zoomOutRight {

	40% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
	}

	to {
		opacity: 0;
		-webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
		transform: scale(0.1) translate3d(2000px, 0, 0);
	}
}

.animate__zoomOutRight {
	-webkit-animation-name: zoomoutright;
	animation-name: zoomOutRight;
	-webkit-transform-origin: right center;
	transform-origin: right center;
}

@-webkit-keyframes zoomOutUp {

	40% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}

	to {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	}
}

@keyframes zoomOutUp {

	40% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}

	to {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	}
}

.animate__zoomOutUp {
	-webkit-animation-name: zoomoutup;
	animation-name: zoomOutUp;
	-webkit-transform-origin: center bottom;
	transform-origin: center bottom;
}

@-webkit-keyframes slideInDown {

	0% {
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
		visibility: visible;
	}

	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes slideInDown {

	0% {
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
		visibility: visible;
	}

	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

.animate__slideInDown {
	-webkit-animation-name: slideindown;
	animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {

	0% {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
		visibility: visible;
	}

	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes slideInLeft {

	0% {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
		visibility: visible;
	}

	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

.animate__slideInLeft {
	-webkit-animation-name: slideinleft;
	animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {

	0% {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
		visibility: visible;
	}

	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes slideInRight {

	0% {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
		visibility: visible;
	}

	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

.animate__slideInRight {
	-webkit-animation-name: slideinright;
	animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {

	0% {
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
		visibility: visible;
	}

	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes slideInUp {

	0% {
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
		visibility: visible;
	}

	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

.animate__slideInUp {
	-webkit-animation-name: slideinup;
	animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {

	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}

	to {
		visibility: hidden;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
}

@keyframes slideOutDown {

	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}

	to {
		visibility: hidden;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
}

.animate__slideOutDown {
	-webkit-animation-name: slideoutdown;
	animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {

	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}

	to {
		visibility: hidden;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
}

@keyframes slideOutLeft {

	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}

	to {
		visibility: hidden;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
}

.animate__slideOutLeft {
	-webkit-animation-name: slideoutleft;
	animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {

	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}

	to {
		visibility: hidden;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
}

@keyframes slideOutRight {

	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}

	to {
		visibility: hidden;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
}

.animate__slideOutRight {
	-webkit-animation-name: slideoutright;
	animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {

	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}

	to {
		visibility: hidden;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
}

@keyframes slideOutUp {

	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}

	to {
		visibility: hidden;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
}

.animate__slideOutUp {
	-webkit-animation-name: slideoutup;
	animation-name: slideOutUp;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
header#masthead {
	border-bottom: 2px solid #4682B4;
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 99999;
}

header .header-bar {
	background-color: #ADD8E6;
	width: 100%;
	padding: 12px 0 9px;
	z-index: 2;
	position: relative;
}

@media screen and (max-width: 768px) {

	header .header-bar {
		display: none;
	}
}

header .header-bar .header-bar-content .contact {
	font-size: 12px;
	line-height: 0;
}

header .header-bar .header-bar-content .contact > span {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin: 0 12px;
	color: #4682B4;
}

header .header-bar .header-bar-content .contact > span.title-top-bar {
	display: block;
}

header .header-bar .header-bar-content .contact > span img {
	margin-right: 5px;
}

header .header-bar .header-bar-content .contact > span a {
	color: #635d5d;
	text-decoration: none;
}

header .header-bar .header-bar-content .contact > span a:hover {
	color: #4682B4;
}

@media (max-width: 1120px) {

	header .header-bar .header-bar-content .contact > span .title-top-bar {
		display: none;
	}
}

header .header-bar .header-bar-content .social-and-lang {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

header .header-bar .header-bar-content .social-and-lang .social {
	margin-right: 10px;
	min-width: 80px;
}

header .header-bar .header-bar-content .social-and-lang .social a {
	width: 17px;
	height: 17px;
	color: #4682B4;
}

header .header-bar .header-bar-content .social-and-lang .social a:hover svg path {
	fill: #0000CD;
}

header .header-bar .header-bar-content .social-and-lang .lang ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

header .header-bar .header-bar-content .social-and-lang .lang ul li {
	padding: 0 5px;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 12px;
}

header .header-bar .header-bar-content .social-and-lang .lang ul li.current-lang a {
	color: #4682B4;
}

header .header-bar .header-bar-content .social-and-lang .lang ul li a {
	font-size: 12px;
	text-decoration: none;
	color: #4f4f4f;
}

header .header-bar .header-bar-content .social-and-lang .lang ul li a:hover {
	color: #0000CD;
}

header .header-bar .header-bar-content .social-and-lang .lang ul li:first-child {
	border-right: 2px solid black;
}

header .lang ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

header .lang ul li {
	padding: 0 5px;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 12px;
}

header .lang ul li.current-lang a {
	color: #4682B4;
}

header .lang ul li a {
	font-size: 12px;
	text-decoration: none;
	color: black;
}

header .lang ul li a:hover {
	color: #4682B4;
}

header .lang ul li:first-child {
	border-right: 1px solid black;
}

header .lang .wpml-ls-legacy-list-horizontal {
	padding: 0;
}

header .lang .wpml-ls-legacy-list-horizontal a {
	padding: 5px;
}

header .lang li.wpml-ls-menu-item ul li a {
	width: auto;
}

header .main-header {
	background-color: #FFFFFF;
	z-index: 2;
	position: relative;
	overflow: hidden;
}

header .main-header .menu-area {
	align-items: flex-end;
	padding: 10px 0 17px;
}

header .main-header .menu-area .lang.mobile {
	display: none;
}

header .main-header .menu-area nav {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

header .main-header .menu-area nav ul {
	display: flex;
	align-items: center;
	padding: 15px 0 0 0;
}

header .main-header .menu-area nav ul li {
	margin: 0 20px;
}

header .main-header .menu-area nav ul li a {
	color: #4682B4;
	font-size: 14px;
	transition: ease-in-out 300ms;
	margin-bottom: 0;
}

header .main-header .menu-area nav ul li a:hover,
header .main-header .menu-area nav ul li a.active {
	font-weight: bold;
}

header .main-header .menu-area nav ul li.current-menu-item a {
	font-weight: bold;
}

header .main-header .menu-area .search {
	max-width: 437px;
	flex: 1;
}

header .main-header .menu-area .search.mobile {
	display: none;
}

header .main-header .menu-area .search form {
	width: 100%;
	display: flex;
	align-items: center;
}

header .main-header .menu-area .search form label {
	width: 100%;
}

header .main-header .menu-area .search form input[type=search] {
	width: 100%;
	border: none;
	border-radius: 10px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.21);
	font-size: 12px;
	padding: 5px 20px;
	outline: none;
}

header .main-header .menu-area .search form input[type=search]::-webkit-search-decoration,
header .main-header .menu-area .search form input[type=search]::-webkit-search-cancel-button,
header .main-header .menu-area .search form input[type=search]::-webkit-search-results-button,
header .main-header .menu-area .search form input[type=search]::-webkit-search-results-decoration {
	display: none;
}

header .main-header .menu-area .search form input[type=submit] {
	border: none;
	text-indent: -9999px;
	background: transparent url("../image/icon/lupa.png") center center no-repeat;
	margin-left: -40px;
	cursor: pointer;
}

@media screen and (max-width: 856px) {

	header .main-header .menu-area .search {
		margin: 0;
		padding: 0;
		display: none;
	}

	header .main-header .menu-area .search.mobile {
		display: flex;
		padding-top: 15px;
	}

	header .main-header .menu-area .search form {
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: space-between;
		position: relative;
	}

	header .main-header .menu-area .search form label {
		width: 280px;
		display: none;
		position: absolute;
		top: 45px;
		right: 0;
		z-index: 999;
		height: 40px;
	}

	header .main-header .menu-area .search form input[type=search] {
		height: 100%;
	}

	header .main-header .menu-area .search form input[type=submit] {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 4px;
		display: none;
	}

	header .main-header .menu-area .search .lupa {
		display: flex;
		align-items: center;
		content: "";
		background: transparent url("../image/icon/lupa.png") center center no-repeat;
		width: 28px;
		height: 17px;
	}
}

header .main-header .menu-area .area-restrita {
	margin-left: 20px;
	display: flex;
	align-items: flex-end;
	align-self: normal;
}

header .main-header .menu-area .area-restrita a {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	display: flex;
	align-items: center;
	text-transform: uppercase;
	color: #635d5d;
}

header .main-header .menu-area .area-restrita a img {
	margin-right: 8px;
}

header .main-header .menu-area .area-restrita.mobile {
	display: none;
}

header .sub-navigation {
	width: 100%;
	display: block;
	position: absolute;
	z-index: 1;
	transform: translateY(-100%);
	transition: ease-in-out 300ms;
	overflow-x: hidden;
}

header .sub-navigation.active {
	transform: translateY(0);
}

header .sub-navigation .nav-container {
	align-items: stretch;
}

header .sub-navigation .nav-container h5 {
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 18px;
	color: #4682B4;
}

header .sub-navigation .nav-container p {
	font-size: 14px;
	margin: 0;
}

header .sub-navigation .nav-container .nav-description {
	position: relative;
	padding: 60px 28px 60px 50px;
	width: 100%;
	max-width: 265px;
}

@media screen and (max-width: 565px) {

	header .sub-navigation .nav-container .nav-description {
		display: none;
	}
}

header .sub-navigation .nav-container .nav-description::before {
	content: "";
	position: absolute;
	width: 100vw;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: #e2e2e2;
	z-index: -1;
}

header .sub-navigation .nav-container .nav-items {
	padding: 40px 0 60px;
	flex: 1;
	position: relative;
	display: grid;
	grid-template:
 "menu-ariports menu-companies menu-employees" 250px "menu-highways menu-companies menu-schools" 200px;
	grid-auto-columns: auto;
	grid-auto-rows: auto;
	gap: 10px;
}

@media (max-width: 920px) {

	header .sub-navigation .nav-container .nav-items {
		position: relative;
		display: grid;
		grid-template:
 "menu-ariports menu-companies" "menu-highways menu-companies" "menu-employees menu-schools";
	}
}

header .sub-navigation .nav-container .nav-items .menu-ariports {
	grid-area: menu-ariports;
}

header .sub-navigation .nav-container .nav-items .menu-companies {
	grid-area: menu-companies;
}

header .sub-navigation .nav-container .nav-items .menu-employees {
	grid-area: menu-employees;
}

header .sub-navigation .nav-container .nav-items .menu-highways {
	grid-area: menu-highways;
}

header .sub-navigation .nav-container .nav-items .menu-schools {
	grid-area: menu-schools;
}

header .sub-navigation .nav-container .nav-items a {
	text-decoration: none !important;
	color: unset;
}

header .sub-navigation .nav-container .nav-items.scroll {
	grid-auto-rows: auto;
	padding-bottom: 20px;
}

header .sub-navigation .nav-container .nav-items.scroll::before {
	height: 150vh;
	padding-bottom: 20px;
}

header .sub-navigation .nav-container .nav-items::before {
	content: "";
	position: absolute;
	width: 100vw;
	left: 0;
	top: 0;
	bottom: 0;
	background-color: #fbfbfb;
	z-index: -1;
}

header .sub-navigation .nav-container .nav-items div {
	padding: 0 30px;
}

@media (max-width: 920px) {

	header .sub-navigation .nav-container .nav-items div {
		padding: 0 20px;
	}
}

@media screen and (max-width: 768px) {

	header .sub-navigation .nav-container .nav-items div {
		width: 100%;
	}
}

@media screen and (max-width: 768px) {

	header .sub-navigation .nav-container .nav-items div ul.menu {
		width: 100%;
	}
}

header .sub-navigation .nav-container .nav-items div ul.menu div {
	padding: 0;
}

header .sub-navigation .nav-container .nav-items div ul.menu div ul.menu li.select-menu a,
header .sub-navigation .nav-container .nav-items div ul.menu div ul.menu li.submenu-title a {
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 20px;
	color: #4682B4;
	text-decoration: none;
}

@media screen and (max-width: 768px) {

	header .sub-navigation .nav-container .nav-items div ul.menu div ul.menu li.select-menu a,
	header .sub-navigation .nav-container .nav-items div ul.menu div ul.menu li.submenu-title a {
		width: 100%;
	}

	header .sub-navigation .nav-container .nav-items div ul.menu div ul.menu li.select-menu a::after,
	header .sub-navigation .nav-container .nav-items div ul.menu div ul.menu li.submenu-title a::after {
		content: "+";
		width: 10px;
		height: 10px;
		margin-left: 20px;
	}
}

@media screen and (max-width: 768px) {

	header .sub-navigation .nav-container .nav-items div ul.menu div + div ul.menu {
		display: none;
	}
}

header .sub-navigation .nav-container .nav-items div ul.menu div + div ul.menu li a {
	font-size: 14px;
	color: #635d5d;
	font-weight: normal;
	padding: 5px 10px 5px 0;
	width: 100%;
	display: block;
	margin: 0;
	transition: ease-in-out 300ms;
	background: linear-gradient(270deg, rgba(196, 196, 196, 0.9) 17.54%, rgba(196, 196, 196, 0.306) 43.17%, rgba(196, 196, 196, 0) 92.11%) no-repeat;
	background-size: 0;
	text-decoration: none;
}

header .sub-navigation .nav-container .nav-items div ul.menu div + div ul.menu li a:hover {
	background-size: 100%;
}

header .sub-navigation .nav-container .nav-items hr {
	background-color: #0000CD;
	height: 2px;
	max-width: 47px;
	margin: 15px 0 30px 0;
}

@media screen and (max-width: 768px) {

	header .sub-navigation .nav-container {
		margin-left: -20px;
		margin-right: -20px;
	}
}

@media screen and (max-width: 768px) {

	header .main-header {
		background-color: #fbfbfb;
		z-index: 2;
		position: relative;
		overflow: unset;
	}

	header .main-header nav.main-navigation {
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	header .main-header nav.main-navigation ul {
		display: flex;
		align-items: center;
		padding: 15px 0 0 0;
		margin: 0;
	}

	header .main-header nav.main-navigation ul li {
		margin: 0 10px;
	}

	header .main-header nav.main-navigation ul li a {
		font-size: 14px;
	}

	header .main-header nav.main-navigation ul li.current-menu-item a {
		font-weight: bold;
	}

	header .main-header .menu-area {
		padding: 10px 0 17px;
		display: flex;
		align-items: center;
		justify-content: space-between;
		flex-wrap: wrap;
	}

	header .main-header .menu-area .main-logo {
		margin-top: 10px;
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	header .main-header .menu-area .main-logo .container-mobile-login {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	header .main-header .menu-area .main-logo .custom-logo-link {
		width: 130px;
	}

	header .main-header .menu-area .main-logo .lang.mobile {
		display: block;
	}

	header .main-header .menu-area .area-restrita {
		display: none;
	}

	header .main-header .menu-area .area-restrita.mobile {
		display: flex;
		margin: 0 5px 0 0;
		padding: 0;
	}

	header .main-header .menu-area .area-restrita.mobile a img {
		margin-right: 4px;
	}
}

@media screen and (max-width: 768px) and (max-width: 425px) {

	header .main-header .menu-area .area-restrita.mobile a {
		display: none;
	}

	header .main-header .menu-area .area-restrita.mobile a.no-none {
		display: flex;
	}
}

@media (max-width: 960px) {

	header header .sub-navigation .nav-container .nav-items {
		position: relative;
		display: grid;
		grid-template:
 "menu-ariports" "menu-highways" "menu-employees" "menu-schools" "menu-companies";
	}

	header header .sub-navigation .nav-container .nav-items div ul li div + div ul {
		display: none;
	}
}

.footer-menu-wrapper {
	background-color: #e2e2e2;
	padding: 45px 0;
	width: 100%;
}

.footer-menu-wrapper .container {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	justify-content: space-between;
	column-gap: 20px;
}

.footer-menu-wrapper .footer-menu {
	width: 100%;
	max-width: 757px;
	align-items: flex-start;
}

.footer-menu-wrapper .footer-menu h4 {
	font-size: 14px;
	color: #0000CD;
	margin-bottom: 10px;
	margin-top: 0;
}

.footer-menu-wrapper .footer-menu ul li {
	line-height: 16px;
}

.footer-menu-wrapper .footer-menu ul li a {
	color: black;
	font-size: 12px;
	text-decoration: none;
}

@media screen and (max-width: 768px) {

	.footer-menu-wrapper .footer-menu ul li {
		margin-bottom: 15px;
	}
}

.footer-menu-wrapper .footer-menu .footer-menu-list.other-menu-list a {
	font-size: 14px;
	color: #0000CD;
	margin-top: 0;
	text-decoration: none;
	font-family: "Nexa Bold", sans-serif;
}

.footer-menu-wrapper .dobudget {
	flex: 1;
	display: flex;
	justify-content: flex-end;
}

@media screen and (max-width: 768px) {

	.footer-menu-wrapper .dobudget {
		display: none;
	}

	.footer-menu-wrapper .dobudget.mobile {
		display: flex;
	}
}

.footer-menu-wrapper .dobudget a {
	max-width: 205px;
	min-width: 205px;
	max-height: 43px;
	font-size: 12.5px;
	line-height: 0;
}

.container.dobudget {
	min-height: 210px;
	padding: 39px 20px;
	display: none;
}

@media screen and (max-width: 768px) {

	.container.dobudget {
		background-color: #0000CD;
		display: flex;
		justify-content: center;
		align-items: center;
	}
}

.container.dobudget h2 {
	text-align: center;
	color: #fff;
	font-size: 25px;
	line-height: 35px;
	text-transform: uppercase;
	letter-spacing: 1px;
	max-width: 282px;
	margin-bottom: 20px;
}

@media screen and (max-width: 425px) {

	.container.dobudget h2 {
		font-size: 22px;
		letter-spacing: 0;
	}
}

.container.dobudget ul.menu {
	padding: 0;
	margin: 0;
}

.container.dobudget a {
	line-height: 0;
	background-color: #fff;
	color: #0000CD;
	border: 1.57823px solid #63ffb4;
	max-width: 274px;
	min-width: 274px;
	max-height: 45px;
	padding: 25px !important;
}

.footer-details-wrapper {
	padding: 20px;
}

.footer-details-wrapper .footer-details .footer-logo {
	margin-right: 25px;
}

.footer-details-wrapper .footer-details .contact.mobile {
	display: none;
}

.footer-details-wrapper .footer-details .footer-address {
	margin-right: auto;
}

.footer-details-wrapper .footer-details .footer-address p {
	max-width: 364px;
	font-size: 12px;
	line-height: 16px;
	margin: 0;
}

@media screen and (max-width: 768px) {

	.footer-details-wrapper .footer-details .footer-address p {
		display: none;
	}
}

.footer-details-wrapper .footer-details .footer-address p.mobile {
	display: none;
}

@media screen and (max-width: 768px) {

	.footer-details-wrapper .footer-details .footer-address p.mobile {
		display: flex;
	}
}

.footer-details-wrapper .footer-details .footer-social-media {
	width: 135px;
}

.footer-details-wrapper .footer-details .footer-social-media a {
	width: 30px;
	height: 30px;
}

.footer-details-wrapper .footer-details .footer-social-media a svg {
	width: 100%;
	height: 100%;
}

.footer-details-wrapper .footer-details .footer-social-media a:hover svg path {
	fill: #0000CD;
}

.footer-copyright-wrapper {
	background-color: #DCDCDC;
	padding: 15px 0;
	line-height: 12px;
	text-align: center;
	border-bottom: 10px solid #0000CD;
}

.footer-copyright-wrapper p {
	font-size: 14px;
	font-style: unset;
	color: #0000CD;
}

@media screen and (max-width: 768px) {

	.footer-menu-wrapper {
		padding: 20px 0;
	}

	.footer-menu-wrapper .footer-menu {
		flex-direction: column;
	}

	.footer-menu-wrapper .footer-menu .footer-menu-list {
		width: 100%;
	}

	.footer-menu-wrapper .footer-menu h4 {
		font-size: 25px;
		line-height: 35px;
		color: #4682B4;
		padding-bottom: 14px;
		border-bottom: 1px solid rgba(144, 13, 35, 0.24);
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	.footer-menu-wrapper .footer-menu h4 a {
		text-decoration: none;
		color: #4682B4;
	}

	.footer-menu-wrapper .footer-menu h4::after {
		content: url("../image/icon/arrowdown red.svg");
	}

	.footer-menu-wrapper .footer-menu ul {
		display: none;
		margin-bottom: 10px;
	}

	.footer-menu-wrapper .footer-menu ul li a {
		font-weight: lighter;
		font-size: 18px;
		line-height: 28px;
	}

	.footer-menu-wrapper .footer-menu .footer-menu-list.other-menu-list ul {
		display: flex;
		flex-direction: column;
	}

	.footer-menu-wrapper .footer-menu .footer-menu-list.other-menu-list a {
		font-size: 25px;
		line-height: 35px;
		text-decoration: none;
		color: #4682B4;
	}

	.footer-menu-wrapper .footer-menu .footer-menu-list.other-menu-list::after {
		content: "";
	}

	.footer-details-wrapper .container {
		padding: 0;
	}

	.footer-details-wrapper .footer-details .footer-logo {
		margin: 36px 0 15px;
	}

	.footer-details-wrapper .footer-details .footer-address {
		margin-top: 0;
	}

	.footer-details-wrapper .footer-details .footer-address p {
		font-weight: lighter;
		font-size: 14px;
		line-height: 24px;
	}
}

@media screen and (max-width: 768px) and (max-width: 768px) {

	.footer-details-wrapper .footer-details .footer-address {
		width: 100%;
	}
}

@media screen and (max-width: 768px) {

	.footer-details-wrapper .footer-details .contact.mobile {
		margin: 20px 0;
		display: flex;
		flex-direction: column;
	}

	.footer-details-wrapper .footer-details .contact.mobile a {
		width: calc(100% - 25px);
		text-decoration: none;
		color: #635d5d;
		font-weight: bold;
	}

	.footer-details-wrapper .footer-details .contact.mobile .phone {
		display: flex;
		align-items: baseline;
		justify-content: space-between;
		margin-bottom: 10px;
	}

	.footer-details-wrapper .footer-details .contact.mobile .phone span {
		width: 49%;
		display: flex;
		align-items: baseline;
		justify-content: flex-start;
		flex-wrap: wrap;
		font-size: 13px;
	}

	.footer-details-wrapper .footer-details .contact.mobile span {
		font-size: 13px;
		display: flex;
		align-items: center;
	}

	.footer-details-wrapper .footer-details .contact.mobile span img {
		margin-right: 3px;
	}

	.footer-details-wrapper .footer-details .footer-social-media {
		width: 100%;
		justify-content: flex-start;
	}

	.footer-details-wrapper .footer-details .footer-social-media a {
		margin: 0 8px;
	}

	.footer-details-wrapper .footer-details .footer-social-media a img {
		width: 30px;
		height: 30px;
	}
}

/*--------------------------------------------------------------
# Pages
--------------------------------------------------------------*/
.page {
	overflow-x: hidden;
}

.page .page-banner {
	width: 100%;
	height: 500px;
	max-height: 489px;
	position: relative;
	background: no-repeat fixed;
	background-position-y: 114px;
	margin-bottom: 150px;
}

.page .page-banner.img-background {
	display: none;
}

.page .page-banner.video-background {
	height: unset;
	max-height: unset;
	display: block;
	margin-bottom: 230px;
}

@media screen and (max-width: 768px) {

	.page .page-banner.video-background {
		margin-bottom: 120px;
	}
}

.page .page-banner.video-background video {
	width: 100%;
	z-index: -1;
	overflow: hidden;
}

@media screen and (max-width: 768px) {

	.page .page-banner.video-background video {
		margin-top: 114px;
	}
}

.page .page-banner.small {
	min-height: 570px;
}

.page .page-banner.small .container {
	min-height: 570px;
}

.page .page-banner.small .container h2 {
	transform: translateY(calc(50% + 100px));
}

.page .page-banner.small.new {
	margin-bottom: 0;
	min-height: 370px;
	max-height: 500px;
}

@media screen and (max-width: 768px) {

	.page .page-banner.small.new {
		height: 100%;
		max-height: unset;
		margin-bottom: 40px;
		background-size: auto;
	}
}

@media screen and (max-width: 768px) and (max-width: 650px) {

	.page .page-banner.small.new {
		background-size: 320%;
		background-position-x: 50%;
	}
}

.page .page-banner.small.new .container {
	height: 100%;
	min-height: unset;
}

@media screen and (max-width: 768px) {

	.page .page-banner.small.new .container {
		min-height: 370px;
	}
}

.page .page-banner.small.new .container h2 {
	max-width: 250px;
	transform: unset;
	font-size: 35px;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
}

@media screen and (max-width: 768px) {

	.page .page-banner.small.new .container h2 {
		font-size: 24px;
	}
}

@media screen and (max-width: 768px) {

	.page .page-banner.small {
		min-height: 195px;
	}

	.page .page-banner.small .container {
		min-height: 265px;
	}

	.page .page-banner.small .container h2 {
		font-size: 14px;
		line-height: 17px;
		margin-left: 0;
		max-width: 140px;
	}
}

.page .page-banner.page-blog .container {
	min-height: 500px;
}

@media screen and (max-width: 768px) {

	.page .page-banner.page-blog .container {
		min-height: 400px;
	}
}

.page .page-banner > .container {
	position: relative;
	height: 100%;
	width: 100%;
}

.page .page-banner > .container h2 {
	position: absolute;
	color: white;
	font-size: 35px;
	line-height: 43px;
	max-width: 370px;
	bottom: 30%;
	margin-left: 70px;
}

@media (max-width: 1440px) {

	.page .page-banner {
		background-position-x: center;
	}
}

@media screen and (max-width: 1440px) and (max-width: 768px) {

	.page .page-banner {
		background-position-x: 60%;
		max-height: 540px;
		background-size: 240%;
		margin-bottom: 90px;
	}

	.page .page-banner > .container h2 {
		font-size: 28px;
		line-height: 34px;
		bottom: 20%;
		margin-left: 40px;
		max-width: 300px;
	}
}

@media screen and (max-width: 650px) {

	.page .page-banner {
		min-height: 520px;
		max-height: 520px;
	}

	.page .page-banner.video-background {
		min-height: auto;
	}
}

@media screen and (max-width: 650px) and (max-width: 565px) {

	.page .page-banner {
		min-height: 450px;
		max-height: 450px;
	}

	.page .page-banner h2 {
		font-size: 24px;
		line-height: 34px;
		margin-left: 5%;
		bottom: 20%;
		max-width: 270px;
	}
}

@media screen and (max-width: 650px) and (max-width: 565px) and (max-width: 425px) {

	.page .page-banner {
		max-height: 300px;
		background-size: 320%;
	}

	.page .page-banner > .container h2 {
		font-size: 16px;
		line-height: 20px;
		margin-left: 5%;
		max-width: 140px;
	}
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
.box-banner-top {
	position: relative;
	width: 100%;
	height: 50vh;
	overflow-y: hidden;
	min-height: 500px;
}

@media screen and (max-width: 650px) {

	.box-banner-top {
		min-height: 400px;
	}
}

@media screen and (max-width: 565px) {

	.box-banner-top {
		overflow: hidden;
		min-height: 300px;
	}
}

.box-banner-top img.capa {
	position: absolute;
	top: 120px;
	width: 100%;
	height: auto;
	z-index: -1;
}

@media screen and (max-width: 565px) {

	.box-banner-top img.capa {
		width: 180%;
		max-width: 180%;
		right: 0;
	}
}

.box-banner-top .title-banner {
	position: absolute;
	bottom: 15%;
	max-width: 50%;
	color: #fff;
}

@media screen and (max-width: 768px) {

	.box-banner-top .title-banner {
		font-size: 20px;
		max-width: 80%;
		width: 80%;
	}
}

.body-blog {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 75px auto;
}

@media (max-width: 1162px) {

	.body-blog {
		margin: 50px auto;
	}
}

@media screen and (max-width: 650px) {

	.body-blog {
		margin: 30px auto;
	}
}

.body-blog .main-content-blog {
	max-width: 750px !important;
}

.body-blog .main-content-blog .page-header {
	padding-bottom: 20px;
}

@media (max-width: 1162px) {

	.body-blog .main-content-blog {
		max-width: 100%;
		margin: 10px auto 0;
	}
}

.body-blog .main-content-blog p {
	margin-bottom: 18px;
	text-align: justify;
}

.body-blog .main-content-blog .comment-title {
	font-size: 24px;
	text-transform: uppercase;
	color: #4682B4;
}

.body-blog .main-content-blog .wp-block-latest-posts__list {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
	gap: 10px;
}

.body-blog .main-content-blog .wp-block-latest-posts__list li {
	width: 100%;
	height: 247.18px;
	background: #fff;
	box-shadow: 0 0 11.1325px rgba(0, 0, 0, 0.25);
	border-radius: 6.1847px;
	display: flex;
	flex-direction: column;
}

.body-blog .main-content-blog .wp-block-latest-posts__list li img {
	width: 100%;
}

.body-blog .main-content-blog .wp-block-latest-posts__list li a {
	margin: 0 auto;
	width: 100%;
	padding: 0 10px;
	text-decoration: none;
	color: #635d5d;
}

.body-blog .main-content-blog .comments-area #reply-title {
	display: none;
}

.body-blog .main-content-blog .comments-area form {
	margin-bottom: 30px;
}

.body-blog .main-content-blog .comments-area form label {
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	line-height: 14px;
	color: #635d5d;
	top: 20px;
	left: 15px;
}

.body-blog .main-content-blog .comments-area form textarea,
.body-blog .main-content-blog .comments-area form input {
	padding: 10px;
}

.body-blog .main-content-blog .comments-area form .comment-form-url {
	display: none;
}

.body-blog .main-content-blog .comments-area form .comment-form-comment {
	position: relative;
}

.body-blog .main-content-blog .comments-area form .comment-form-comment label {
	color: #635d5d;
	position: absolute;
}

.body-blog .main-content-blog .comments-area form .comment-form-comment textarea#comment {
	background: #fff;
	mix-blend-mode: normal;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.21);
	border-radius: 10px;
}

.body-blog .main-content-blog .comments-area form .comment-form-author,
.body-blog .main-content-blog .comments-area form .comment-form-email {
	position: relative;
	width: 100%;
	max-width: 48%;
	display: inline-block;
}

.body-blog .main-content-blog .comments-area form .comment-form-author label,
.body-blog .main-content-blog .comments-area form .comment-form-email label {
	color: #635d5d;
	position: absolute;
}

.body-blog .main-content-blog .comments-area form .comment-form-author input,
.body-blog .main-content-blog .comments-area form .comment-form-email input {
	width: 100%;
	background: #fff;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.21);
	border-radius: 10px;
	height: 50px;
	padding: 10px;
}

.body-blog .main-content-blog .comments-area form .comment-form-author {
	margin-right: 3%;
}

.body-blog .main-content-blog .comments-area form .form-submit {
	display: flex;
	justify-content: flex-end;
}

.body-blog .main-content-blog .comments-area form .form-submit input[type=submit] {
	text-align: right;
	color: #fff;
}

.body-blog .main-sidebar {
	margin-top: -40px;
	max-width: 270px;
}

@media (max-width: 920px) {

	.body-blog .main-sidebar {
		max-width: 100%;
		margin: 10px auto 0;
	}
}

.body-blog .main-sidebar .widget-title {
	font-size: 20px;
	line-height: 28px;
	font-style: normal;
	font-weight: bold;
	color: #4682B4;
	padding-bottom: 5px;
	border-bottom: 2.5px solid #4682B4;
	margin-bottom: 15px;
}

.body-blog .main-sidebar ul {
	margin-bottom: 20px;
}

.body-blog .main-sidebar ul a {
	list-style: none;
	text-decoration: none;
	color: #635d5d;
	font-weight: 300;
	font-size: 14px;
	line-height: 24px;
}

.body-blog .main-sidebar #tag_cloud-2.widget.widget_tag_cloud .tagcloud {
	display: flex;
	flex-wrap: wrap;
	width: auto;
}

.body-blog .main-sidebar #tag_cloud-2.widget.widget_tag_cloud .tagcloud a {
	list-style: none;
	text-decoration: none;
	color: #635d5d;
	font-weight: 300;
	font-size: 14px !important;
	line-height: 24px;
	margin: 0 5px 20px 0;
	padding: 10px;
	border: 2px solid #4682B4;
}

.body-blog .main-sidebar .widget.widget_search {
	position: relative;
}

.body-blog .main-sidebar .widget.widget_search input[type=search] {
	width: 100%;
	border: none;
	border-radius: 10px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.21);
	font-size: 12px;
	padding: 5px 20px;
	outline: none;
	cursor: pointer;
	height: 28px;
	position: relative;
}

.body-blog .main-sidebar .widget.widget_search input[type=search]::-webkit-search-decoration,
.body-blog .main-sidebar .widget.widget_search input[type=search]::-webkit-search-cancel-button,
.body-blog .main-sidebar .widget.widget_search input[type=search]::-webkit-search-results-button,
.body-blog .main-sidebar .widget.widget_search input[type=search]::-webkit-search-results-decoration {
	display: none;
}

.body-blog .main-sidebar .widget.widget_search input[type=search]::placeholder {
	color: #fff;
}

.body-blog .main-sidebar .widget.widget_search input[type=submit] {
	position: absolute;
	right: 5px;
	border: none;
	text-indent: -9999px;
	cursor: pointer;
	background: transparent url("../image/icon/lupa.png") center center no-repeat;
	outline: none;
}

@media screen and (max-width: 768px) {

	.body-blog .main-content-blog p {
		margin-bottom: 18px;
		text-align: justify;
		font-size: 16px;
	}

	.body-blog .main-content-blog .comment-title {
		font-size: 24px;
		text-transform: uppercase;
		color: #4682B4;
	}

	.body-blog .main-content-blog .comments-area form {
		margin-bottom: 100px;
	}

	.body-blog .main-content-blog .comments-area form .comment-form-author,
	.body-blog .main-content-blog .comments-area form .comment-form-email {
		max-width: 100%;
	}

	.body-blog .main-content-blog .comments-area form .comment-form-author {
		margin-right: 3%;
	}

	.body-blog .main-sidebar {
		padding-top: 30px;
		border-top: 1px solid #888;
	}

	.body-blog .main-sidebar .widget.widget_search input[type=search] {
		height: 45px;
	}

	.body-blog .main-sidebar .widget.widget_search input[type=submit] {
		top: 5px;
	}
}

#workus .page-banner.page-atuacao {
	min-height: unset;
}

@media (max-width: 920px) {

	#workus .page-banner.page-atuacao {
		height: 40vh;
	}
}

@media screen and (max-width: 920px) and (max-width: 768px) {

	#workus .page-banner.page-atuacao {
		height: 30vh;
	}
}

@media screen and (max-width: 920px) and (max-width: 768px) and (max-width: 425px) {

	#workus .page-banner.page-atuacao img {
		min-height: 320px;
		object-fit: cover;
	}
}

#workus .page-banner.page-atuacao .container {
	min-height: unset;
}

@media (max-width: 920px) {

	#workus .page-banner.page-atuacao .container h2.title-banner {
		bottom: 40px;
	}
}

@media screen and (max-width: 920px) and (max-width: 768px) {

	#workus .page-banner.page-atuacao .container h2.title-banner {
		bottom: 100px;
	}
}

@media screen and (max-width: 920px) and (max-width: 768px) and (max-width: 425px) {

	#workus .page-banner.page-atuacao .container h2.title-banner {
		font-size: 20px;
	}
}

#workus .workus-title {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin-bottom: 40px;
}

@media screen and (max-width: 425px) {

	#workus .workus-title {
		margin-top: 20px;
	}
}

#workus .workus-title h2 {
	color: #4682B4;
}

#workus .workus-title p {
	width: 85%;
	margin: 15px auto;
	text-align: center;
}

#workus .get-work {
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	align-content: center;
	margin: 20px auto;
}

@media screen and (max-width: 425px) {

	#workus .get-work {
		margin-bottom: 60px;
	}
}

#workus .get-work h2 {
	font-size: 27px;
	line-height: 42px;
	font-weight: 300;
	font-style: normal;
	margin-bottom: 30px;
}

@media screen and (max-width: 768px) {

	#workus .get-work h2 {
		font-size: 24px;
	}
}

#workus .get-work .vga {
	margin-bottom: 30px;
	justify-content: space-around;
	width: 100%;
}

#workus .get-work .box-vga {
	width: 300px;
	height: 178px;
	margin: 20px 0;
	padding: 30px 40px 20px;
	position: relative;
	overflow: hidden;
	background: #fff;
	box-shadow: 0 0 15.4048px rgba(0, 0, 0, 0.25);
	border-radius: 8.55823px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
}

#workus .get-work .box-vga h2 {
	margin: 0;
	font-size: 22px;
}

#workus .get-work .box-vga p {
	font-weight: 300;
}

#workus .get-work .box-vga .cpd {
	position: absolute;
	width: 100px;
	height: 200px;
	left: -65px;
	top: -80px;
	background: #63b4ff;
	transform: rotate(45deg);
}

#workus .get-work .box-vga .icon-cpd {
	position: absolute;
	top: 12px;
	left: 12px;
	content: "";
	background: url("imgs/cpd.svg") no-repeat;
	width: 20px;
	height: 25px;
}

#workus .get-work a.sendWorkus {
	margin-bottom: 60px;
}

.atuacao-main-second {
	padding: 60px 0;
	margin-bottom: 40px;
}

.atuacao-main-second.padding-bottom {
	padding-top: 0;
	padding-bottom: 0;
	margin-top: 0;
	margin-bottom: 0;
}

.atuacao-main-second p {
	font-size: 18px;
	line-height: 30px;
	margin-bottom: 20px;
	text-align: justify;
}

.atuacao-main-second h1,
.atuacao-main-second h2,
.atuacao-main-second h3,
.atuacao-main-second h4,
.atuacao-main-second h5,
.atuacao-main-second h6 {
	font-family: "Nexa Bold", sans-serif;
	margin-bottom: 15px;
	color: #4682B4;
}

.box-testimony.alert_program {
	background-color: #031d24;
	position: relative;
}

.box-testimony.alert_program .alert-img-alert {
	width: 250px;
	height: 250px;
	position: relative;
	margin-right: 50px;
}

.box-testimony.alert_program .alert-img-alert img.back-alert {
	bottom: -225px;
	left: -100px;
	position: absolute;
	width: 450px;
	height: auto;
	opacity: 0.1;
	object-fit: unset;
	max-width: unset;
}

.container.content-alert {
	padding: 100px 40px 60px;
	margin-bottom: 40px;
}

.container.content-alert p {
	font-size: 18px;
	line-height: 30px;
	margin-bottom: 20px;
	text-align: justify;
}

.container.content-alert h2 {
	margin-bottom: 20px;
	color: #4682B4;
	font-family: "Nexa Bold", sans-serif;
}

.project .container.description-project {
	margin: 90px auto 58px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

@media (max-width: 920px) {

	.project .container.description-project {
		flex-direction: column-reverse;
		margin-top: 45px;
	}
}

.project .container.description-project .content-main-top {
	flex: 1;
	margin-right: 30px;
	position: relative;
}

.project .container.description-project .content-main-top::before {
	position: absolute;
	left: -40px;
	top: -30px;
	content: url("../image/icon/form-green-project.svg");
}

.project .container.description-project .content-main-top p {
	font-size: 23px;
	line-height: 33px;
	margin-bottom: 15px;
}

@media screen and (max-width: 650px) {

	.project .container.description-project .content-main-top p {
		font-size: 18px;
		line-height: 23px;
	}
}

.project .container.description-project .content-main-top p strong {
	font-family: "Nexa Bold", sans-serif;
	font-weight: bold;
	color: #4682B4;
}

.project .container.description-project .box-image {
	width: 350px;
}

@media (max-width: 920px) {

	.project .container.description-project .box-image {
		margin-bottom: 30px;
	}
}

@media screen and (max-width: 500px) {

	.project .container.description-project .box-image {
		width: 90%;
		margin-bottom: 20px;
	}
}

.project .container.description-project .box-image img {
	width: 100%;
	object-fit: fill;
}

.project .theme-top-project {
	position: relative;
}

.project .theme-top-project::after {
	position: absolute;
	right: 0;
	top: 0;
	content: url("../image/icon/form-gray-project.svg");
	width: 100%;
	max-width: 1100px;
	height: 100%;
	max-height: 1100px;
	z-index: -3;
}

.project .theme-top-project .atuacao-main-top.poject {
	padding-top: 50px;
	padding-bottom: 120px;
}

@media (max-width: 920px) {

	.project .theme-top-project .atuacao-main-top.poject {
		align-items: center;
	}
}

@media screen and (max-width: 920px) and (max-width: 768px) {

	.project .theme-top-project .atuacao-main-top.poject {
		padding-bottom: 60px;
	}
}

@media (max-width: 920px) {

	.project .theme-top-project .atuacao-main-top.poject .box-image.project {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 80%;
	}
}

@media screen and (max-width: 920px) and (max-width: 425px) {

	.project .theme-top-project .atuacao-main-top.poject .box-image.project {
		width: 100%;
	}
}

@media (max-width: 920px) {

	.project .theme-top-project .atuacao-main-top.poject .box-image.project img {
		margin: 0 auto;
		right: 0;
		width: 100%;
	}
}

.project .theme-top-project .atuacao-main-top.poject .content-main-top {
	max-width: 500px;
}

@media (max-width: 920px) {

	.project .theme-top-project .atuacao-main-top.poject .content-main-top {
		max-width: 90%;
		margin: 0 auto;
		padding-top: 0;
	}
}

.project .theme-top-project .atuacao-main-top.poject .content-main-top h1,
.project .theme-top-project .atuacao-main-top.poject .content-main-top h2,
.project .theme-top-project .atuacao-main-top.poject .content-main-top h3,
.project .theme-top-project .atuacao-main-top.poject .content-main-top h4,
.project .theme-top-project .atuacao-main-top.poject .content-main-top h5 {
	font-family: "Nexa Bold", sans-serif;
	color: #0000CD;
	font-size: 28px;
	line-height: 48px;
	text-align: left;
	letter-spacing: 2px;
	text-transform: uppercase;
}

@media (max-width: 920px) {

	.project .theme-top-project .atuacao-main-top.poject .content-main-top h1,
	.project .theme-top-project .atuacao-main-top.poject .content-main-top h2,
	.project .theme-top-project .atuacao-main-top.poject .content-main-top h3,
	.project .theme-top-project .atuacao-main-top.poject .content-main-top h4,
	.project .theme-top-project .atuacao-main-top.poject .content-main-top h5 {
		font-size: 25px;
		line-height: 35px;
	}
}

@media screen and (max-width: 565px) {

	.project .theme-top-project .atuacao-main-top.poject .content-main-top h1,
	.project .theme-top-project .atuacao-main-top.poject .content-main-top h2,
	.project .theme-top-project .atuacao-main-top.poject .content-main-top h3,
	.project .theme-top-project .atuacao-main-top.poject .content-main-top h4,
	.project .theme-top-project .atuacao-main-top.poject .content-main-top h5 {
		font-size: 20px;
		line-height: 28px;
	}
}

@media screen and (max-width: 425px) {

	.project .theme-top-project .atuacao-main-top.poject .content-main-top h1,
	.project .theme-top-project .atuacao-main-top.poject .content-main-top h2,
	.project .theme-top-project .atuacao-main-top.poject .content-main-top h3,
	.project .theme-top-project .atuacao-main-top.poject .content-main-top h4,
	.project .theme-top-project .atuacao-main-top.poject .content-main-top h5 {
		font-size: 18px;
		line-height: 22px;
	}
}

.project .theme-top-project .atuacao-main-top.poject .content-main-top p {
	font-family: "Nexa Bold", sans-serif;
	font-weight: bold;
	font-size: 22px;
	text-align: left;
	letter-spacing: 2px;
}

@media screen and (max-width: 565px) {

	.project .theme-top-project .atuacao-main-top.poject .content-main-top p {
		font-size: 18px;
		line-height: 22px;
	}
}

@media screen and (max-width: 425px) {

	.project .theme-top-project .atuacao-main-top.poject .content-main-top p {
		font-size: 16px;
		line-height: 18px;
	}
}

.project .project-whoweare {
	width: 100%;
	height: 788px;
	position: relative;
	overflow: hidden;
	z-index: 22;
	margin-bottom: 100px;
}

@media screen and (max-width: 500px) {

	.project .project-whoweare {
		height: 600px;
	}
}

.project .project-whoweare img.img-background {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: -1;
}

.project .project-whoweare .box-whoweare .container {
	padding: 0 20px;
	max-width: 800px;
	height: 688px;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	color: #fbfbfc;
}

@media screen and (max-width: 500px) {

	.project .project-whoweare .box-whoweare .container {
		padding: 0 40px;
	}
}

.project .project-whoweare .box-whoweare .container header {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.project .project-whoweare .box-whoweare .container header h2 {
	position: relative;
	margin-bottom: 50px;
	font-family: "Nexa Bold", sans-serif;
	font-size: 44px;
	line-height: 54px;
	color: #fff;
	display: flex;
	align-items: center;
}

.project .project-whoweare .box-whoweare .container header h2::before {
	position: absolute;
	left: -90px;
	top: -10px;
	content: url("../image/icon/rectangle-green.svg");
}

@media screen and (max-width: 768px) {

	.project .project-whoweare .box-whoweare .container header h2 {
		font-size: 35px;
		line-height: 40px;
	}
}

@media screen and (max-width: 425px) {

	.project .project-whoweare .box-whoweare .container header h2 {
		font-size: 20px;
		line-height: 30px;
	}
}

.project .project-whoweare .box-whoweare .container header p {
	font-family: "Nexa Light", sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size: 28px;
	line-height: 38px;
	margin-bottom: 30px;
	color: #fff;
	text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}

@media screen and (max-width: 768px) {

	.project .project-whoweare .box-whoweare .container header p {
		font-size: 22px;
		line-height: 30px;
	}
}

@media screen and (max-width: 425px) {

	.project .project-whoweare .box-whoweare .container header p {
		font-size: 18px;
		line-height: 22px;
	}
}

.project .theme-second-project {
	margin-bottom: 100px;
}

@media (max-width: 920px) {

	.project .theme-second-project .atuacao-main-top.poject {
		align-items: center;
	}

	.project .theme-second-project .atuacao-main-top.poject .box-image.project {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 80%;
	}
}

@media screen and (max-width: 920px) and (max-width: 425px) {

	.project .theme-second-project .atuacao-main-top.poject .box-image.project {
		width: 100%;
	}
}

@media (max-width: 920px) {

	.project .theme-second-project .atuacao-main-top.poject .box-image.project img {
		margin: 0 auto;
		right: 0;
		width: 100%;
	}
}

.project .theme-second-project .atuacao-main-top.poject .content-main-top {
	margin-top: 0;
	padding-top: 0;
}

.project .theme-second-project .atuacao-main-top.poject .content-main-top h3 {
	font-family: "Nexa Bold", sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 44px;
	line-height: 54px;
	margin-bottom: 60px;
}

@media (max-width: 920px) {

	.project .theme-second-project .atuacao-main-top.poject .content-main-top h3 {
		font-size: 35px;
		line-height: 40px;
		margin-bottom: 10px;
	}
}

@media screen and (max-width: 565px) {

	.project .theme-second-project .atuacao-main-top.poject .content-main-top h3 {
		font-size: 30px;
		line-height: 33px;
	}
}

@media screen and (max-width: 425px) {

	.project .theme-second-project .atuacao-main-top.poject .content-main-top h3 {
		font-size: 25px;
		line-height: 30px;
	}
}

.project .theme-second-project .atuacao-main-top.poject .content-main-top p {
	font-family: "Nexa Light", sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size: 24px;
	line-height: 34px;
}

@media (max-width: 920px) {

	.project .theme-second-project .atuacao-main-top.poject .content-main-top p {
		font-size: 20px;
		line-height: 25px;
	}
}

@media screen and (max-width: 565px) {

	.project .theme-second-project .atuacao-main-top.poject .content-main-top p {
		font-size: 18px;
		line-height: 22px;
	}
}

.project .box-testimony {
	margin-top: 130px;
	height: 540px;
	position: relative;
	display: flex;
}

@media screen and (max-width: 425px) {

	.project .box-testimony {
		height: unset;
	}
}

.project .box-testimony::before {
	position: absolute;
	width: 100%;
	z-index: -1;
	bottom: 0;
	left: 0;
	content: url("../image/icon/img_fundo_curva_verde.svg");
}

.project .box-testimony .container {
	max-width: 1000px;
}

.project .partners .container {
	margin: 150px auto;
	max-width: 1170px;
}

.project .partners .container header {
	margin-bottom: 50px;
}

.project .partners .container header h2 {
	font-family: "Nexa Bold", sans-serif;
	text-align: center;
}

.project .partners .container .box-partners-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
}

.project .partners .container .box-partners-list .box-partners-item {
	flex: 1 1 250px;
	margin: 20px;
	display: flex;
	justify-content: center;
}

.project .partners .container .box-partners-list .box-partners-item img {
	margin: 0 auto;
}

.project .gallery-project {
	z-index: 9999;
	width: 100%;
}

.project .gallery-project .container {
	display: flex;
	align-items: start;
	justify-content: space-between;
	position: relative;
	height: 900px;
}

@media (max-width: 920px) {

	.project .gallery-project .container {
		flex-direction: column;
		justify-content: center;
		align-items: center;
		height: auto;
	}
}

@media screen and (max-width: 500px) {

	.project .gallery-project .container {
		padding: 0;
	}
}

.project .gallery-project .years-select {
	width: 200px;
	height: 200px;
	margin-right: 20px;
}

@media (max-width: 920px) {

	.project .gallery-project .years-select {
		width: 100%;
		margin-right: unset;
		height: unset;
		margin-bottom: 15px;
	}
}

@media (max-width: 920px) {

	.project .gallery-project .years-select ul {
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
		flex-wrap: nowrap;
		width: 100%;
	}
}

.project .gallery-project .years-select ul li {
	font-size: 48px;
	line-height: 58px;
	letter-spacing: 1.1px;
	font-family: "Nexa Bold", sans-serif;
	color: #0000CD;
	cursor: pointer;
	margin-bottom: 10px;
	transition: 400ms;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.project .gallery-project .years-select ul li .line-bottom {
	display: none;
}

.project .gallery-project .years-select ul li.selected {
	margin-right: 40px;
}

.project .gallery-project .years-select ul li.selected .line-bottom {
	display: flex;
	width: 80%;
	border-bottom: 10px solid #0000CD;
}

.project .gallery-project .years-select ul li:nth-of-type(2n+0) {
	color: #4682B4;
}

@media (max-width: 920px) {

	.project .gallery-project .years-select ul li {
		flex: 1 1 auto;
	}

	.project .gallery-project .years-select ul li.selected {
		margin: 0 20px 10px;
	}
}

@media screen and (max-width: 768px) {

	.project .gallery-project .years-select ul li {
		font-size: 35px;
	}

	.project .gallery-project .years-select ul li.selected {
		margin: 0 10px 10px;
	}
}

@media screen and (max-width: 565px) {

	.project .gallery-project .years-select ul li {
		font-size: 30px;
	}
}

@media screen and (max-width: 425px) {

	.project .gallery-project .years-select ul li {
		font-size: 20px;
		line-height: 25px;
	}

	.project .gallery-project .years-select ul li.selected {
		margin: 0 5px 5px;
	}

	.project .gallery-project .years-select ul li.selected .line-bottom {
		border-bottom: 5px solid #0000CD;
	}
}

@media screen and (max-width: 320px) {

	.project .gallery-project .years-select ul li {
		font-size: 18px;
	}
}

.project .gallery-project .container-gallery {
	position: relative;
	flex: 1;
	max-width: 950px;
	height: 100%;
}

.project .gallery-project .container-gallery .box-item-gallery {
	position: absolute;
	max-width: 100%;
	top: 0;
	right: 0;
}

@media (max-width: 920px) {

	.project .gallery-project .container-gallery .box-item-gallery {
		position: relative;
	}
}

.project .gallery-project .container-gallery .box-item-gallery .box-slider {
	display: none;
	position: relative;
	width: 100%;
	margin-bottom: 100px;
}

.project .gallery-project .container-gallery .box-item-gallery .box-slider.selected {
	display: block;
}

.project .gallery-project .container-gallery .box-item-gallery .box-slider #slider {
	position: relative;
	left: 0;
	right: 0;
	top: 0;
	width: 100%;
	height: 646px;
}

@media screen and (max-width: 768px) {

	.project .gallery-project .container-gallery .box-item-gallery .box-slider #slider {
		height: 400px;
	}
}

@media screen and (max-width: 425px) {

	.project .gallery-project .container-gallery .box-item-gallery .box-slider #slider {
		height: 300px;
	}
}

.project .gallery-project .container-gallery .box-item-gallery .box-slider #slider::after {
	content: "";
	width: 100%;
	height: 100%;
	background-color: #900d23;
	position: absolute;
	right: -25px;
	top: 1px;
	z-index: -1;
}

@media screen and (max-width: 500px) {

	.project .gallery-project .container-gallery .box-item-gallery .box-slider #slider::after {
		right: 0;
		top: -10px;
		left: -10px;
		bottom: -10px;
		width: calc(100% + 20px);
		height: calc(100% + 30px);
	}
}

.project .gallery-project .container-gallery .box-item-gallery .box-slider #slider ul.slider-for {
	width: 100%;
	max-width: 900px;
	height: 566px;
	display: flex;
	overflow-x: auto;
	scroll-snap-type: x mandatory;
	-webkit-overflow-scrolling: touch;
	margin: 0;
}

@media screen and (max-width: 768px) {

	.project .gallery-project .container-gallery .box-item-gallery .box-slider #slider ul.slider-for {
		height: 100%;
		max-height: 500px;
		min-height: 300px;
	}
}

.project .gallery-project .container-gallery .box-item-gallery .box-slider #slider ul.slider-for li {
	display: none;
	width: 100%;
	height: 100%;
	scroll-snap-align: start;
}

.project .gallery-project .container-gallery .box-item-gallery .box-slider #slider ul.slider-for li.selected {
	display: block;
}

.project .gallery-project .container-gallery .box-item-gallery .box-slider #slider ul.slider-for li img {
	width: 100%;
	height: 100%;
	object-position: top;
	object-fit: cover;
}

.project .gallery-project .container-gallery .box-item-gallery .box-slider #carousel {
	box-sizing: border-box;
	padding: 5px 0;
	background-color: #fbfbfc;
	position: relative;
	left: -40px;
	margin-top: -100px;
	display: flex;
	width: 100%;
	height: 100%;
	max-height: 180px;
	overflow-x: auto;
}

@media (max-width: 1120px) {

	.project .gallery-project .container-gallery .box-item-gallery .box-slider #carousel {
		max-height: 150px;
	}
}

@media (max-width: 920px) {

	.project .gallery-project .container-gallery .box-item-gallery .box-slider #carousel {
		left: 0;
	}
}

@media screen and (max-width: 768px) {

	.project .gallery-project .container-gallery .box-item-gallery .box-slider #carousel {
		max-height: 125px;
	}
}

@media screen and (max-width: 500px) {

	.project .gallery-project .container-gallery .box-item-gallery .box-slider #carousel {
		max-height: 114px;
	}
}

.project .gallery-project .container-gallery .box-item-gallery .box-slider #carousel .slider-nav {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
	height: 100%;
}

.project .gallery-project .container-gallery .box-item-gallery .box-slider #carousel .slider-nav li {
	flex: 1 0 125px;
	height: 100%;
	margin: 3px;
	filter: grayscale(1);
}

@media screen and (max-width: 768px) {

	.project .gallery-project .container-gallery .box-item-gallery .box-slider #carousel .slider-nav li {
		flex: 1 0 100px;
	}
}

.project .gallery-project .container-gallery .box-item-gallery .box-slider #carousel .slider-nav li img {
	width: 100%;
	height: 100%;
	object-position: top;
	object-fit: cover;
	pointer-events: none;
}

.project .gallery-project .container-gallery .box-item-gallery .box-slider #carousel .slider-nav li.selected {
	filter: unset;
}

.box-location {
	display: flex;
	align-items: center;
	flex-direction: row;
	justify-content: space-between;
	width: 100%;
	row-gap: 30px;
}

.box-location .text-location {
	width: 48%;
}

.box-location .imgs-locations {
	width: 45%;
	display: flex;
	align-items: center;
	flex-direction: row;
	justify-content: space-between;
}

@media (max-width: 920px) {

	.box-location {
		flex-direction: column;
	}

	.box-location .text-location {
		width: 100%;
	}

	.box-location .imgs-locations {
		width: 100%;
		justify-content: space-around;
	}
}

.breadcrumb ul {
	display: flex;
	padding-top: 30px;
}

.breadcrumb ul li {
	position: relative;
	padding-left: 25px;
	color: white;
	font-size: 12px;
}

.breadcrumb ul li::before {
	content: ">";
	position: absolute;
	left: 12px;
	bottom: 50%;
	transform: translateY(50%);
}

.breadcrumb ul li:first-child {
	padding-left: 0;
}

.breadcrumb ul li:first-child::before {
	content: "";
}

.greenbgpeople-component {
	padding: 130px 0;
	background: transparent url("../image/icon/img_fundo_youtube.png") center center no-repeat;
	background-size: cover;
}

.greenbgpeople-component h2 {
	font-size: 48px;
	color: white;
	text-align: center;
	display: block;
	margin-bottom: 50px;
}

.greenbgpeople-component .cards-container {
	position: relative;
	align-items: stretch;
	overflow-x: auto;
}

.greenbgpeople-component .cards-container .card {
	background-color: white;
	border-radius: 10px;
	padding: 75px 55px;
	width: 100%;
	max-width: 327px;
	min-width: 237px;
}

.greenbgpeople-component .cards-container .card img {
	display: block;
	margin: 0 auto;
}

.greenbgpeople-component .cards-container .card h3 {
	text-align: center;
	font-size: 16px;
	line-height: 20px;
	text-transform: uppercase;
}

.greenbgpeople-component .cards-container .card h3.programas-de-seguranca-empresas,
.greenbgpeople-component .cards-container .card h3.programas-de-seguranca,
.greenbgpeople-component .cards-container .card h3.laudos-tecnicos,
.greenbgpeople-component .cards-container .card h3.laudos-tecnicos-empresas,
.greenbgpeople-component .cards-container .card h3.technical-reports,
.greenbgpeople-component .cards-container .card h3.security-programs {
	margin-bottom: 10px;
	color: #0000CD;
}

.greenbgpeople-component .cards-container .card p {
	text-align: center;
	margin: 0;
	font-size: 14px;
	line-height: 21px;
	font-weight: bold;
}

.greenbgpeople-component .cards-container .card p strong {
	color: #0000CD;
}

.greenbgpeople-component .cards-container.servico ul.slick-dots {
	width: 100%;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	bottom: -10px;
}

.greenbgpeople-component .cards-container.servico ul.slick-dots li {
	margin-right: 10px;
}

.greenbgpeople-component .cards-container.servico ul.slick-dots li.slick-active button {
	background-color: #900d23;
}

.greenbgpeople-component .cards-container.servico ul.slick-dots li::marker {
	display: none;
	font-size: 0;
}

.greenbgpeople-component .cards-container.servico ul.slick-dots li button {
	width: 13px;
	height: 13px;
	background-color: #c4c4c4;
	font-size: 0;
	border: none;
	border-radius: 50%;
	outline: none;
	cursor: pointer;
}

.greenbgpeople-component .cards-container.benefits-item-plus {
	position: relative;
	overflow-x: scroll;
	flex-wrap: nowrap;
	padding-bottom: 20px;
}

.greenbgpeople-component .cards-container.benefits-item-plus .card {
	width: 100%;
	max-width: 327px;
	min-width: 255px;
	margin: 0 20px;
	padding: 40px 30px;
}

.greenbgpeople-component .cards-container.about .card {
	width: 100%;
	max-width: 327px;
	min-width: 237px;
}

.greenbgpeople-component .cards-container.servico.slick-slider .slick-track,
.greenbgpeople-component .cards-container.servico.slick-slider .slick-list {
	width: 10000px !important;
}

.greenbgpeople-component.benefits {
	background: unset;
	background-color: #031d24;
}

@media (max-width: 1120px) {

	.greenbgpeople-component .cards-container {
		overflow-x: scroll;
		padding: 0 10px;
		margin-left: -20px;
		margin-right: -20px;
		flex-wrap: nowrap;
	}

	.greenbgpeople-component .cards-container .card {
		margin: 0 20px;
		padding: 40px 30px;
	}
}

@media screen and (max-width: 768px) {

	.greenbgpeople-component {
		padding: 70px 0;
	}

	.greenbgpeople-component h2 {
		font-size: 25px;
		line-height: 28px;
		margin-bottom: 50px;
	}

	.greenbgpeople-component .cards-container {
		overflow-x: scroll;
		padding: 0 10px;
		margin-left: -20px;
		margin-right: -20px;
		flex-wrap: nowrap;
	}

	.greenbgpeople-component .cards-container .card {
		margin: 0 20px;
		padding: 40px 30px;
	}
}

.expertise-areas-component {
	background-color: #f5f5f5;
	padding: 120px 0;
}

.expertise-areas-component h2 {
	font-size: 48px;
	line-height: 54px;
	color: #4682B4;
	text-align: center;
	margin: 0 0 90px;
}

.expertise-areas-component .grid-container .grid-expertise {
	display: grid;
	grid-template-columns: auto auto auto auto auto auto;
	column-gap: 35px;
	row-gap: 80px;
}

.expertise-areas-component .grid-container .grid-expertise .expertise-item .expertise-icon {
	margin: 0 auto;
	height: 128px;
	width: 128px;
	background-color: white;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.expertise-areas-component .grid-container .grid-expertise .expertise-item p {
	color: #0000CD;
	font-family: "Nexa Bold", sans-serif;
	font-weight: bold;
	font-size: 16px;
	text-transform: uppercase;
	text-align: center;
	margin: 40px auto 0;
	width: 128px;
}

@media screen and (max-width: 768px) {

	.expertise-areas-component .grid-container {
		overflow-x: scroll;
	}
}

.video-container {
	position: relative;
	width: calc(100% - 40px);
	height: 0;
	padding-bottom: 56.25%;
	display: block;
	margin: 0 auto;
}

@media screen and (max-width: 425px) {

	.video-container {
		width: calc(100% - 10px);
		padding-bottom: 56%;
	}
}

.video-container iframe {
	display: block;
	margin: 0 auto;
	box-shadow: 40px 23px 64px rgba(0, 0, 0, 0.85);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.banner-menu {
	width: 100%;
	position: absolute;
	bottom: -130px;
	left: 0;
}

.banner-menu.video-background {
	bottom: -200px;
}

@media screen and (max-width: 768px) {

	.banner-menu.video-background {
		bottom: -100px;
		margin-top: 80px;
	}
}

.banner-menu > .container {
	min-height: unset;
}

.banner-menu nav ul {
	flex-wrap: unset;
	justify-content: center;
}

.banner-menu nav ul li {
	width: 20%;
}

.banner-menu nav ul li:nth-child(1) a {
	width: 100%;
	height: 250px;
	padding: 150px 55px 40px 35px;
	color: white;
	text-decoration: none;
	border-radius: 10px;
	display: block;
	font-size: 24px;
	line-height: 24px;
	font-weight: bold;
	background: #4682B4 url("../image/icon/0800.png") 35px 70px no-repeat;
	transition: ease-in-out 100ms;
	margin-bottom: 0;
}

@media screen and (max-width: 768px) {

	.banner-menu nav ul li:nth-child(1) a {
		height: 30px;
		min-width: 30px;
		padding: 59px 40px 20px 10px;
		font-size: 10px;
		line-height: 10px;
		background-position: 19px 25px;
		background-size: 20%;		
	}
}

.banner-menu nav ul li:nth-child(1) a:hover {
	transform: scale(1.1);
}

.banner-menu nav ul li {
	width: 20%;
}

.banner-menu nav ul li:nth-child(2) a {
	width: 100%;
	height: 250px;
	padding: 150px 55px 40px 35px;
	color: white;
	text-decoration: none;
	border-radius: 10px;
	display: block;
	font-size: 24px;
	line-height: 24px;
	font-weight: bold;
	background: #00BFFF url("../image/icon/livreto.png") 35px 70px no-repeat;
	transition: ease-in-out 100ms;
	margin-bottom: 0;
}

@media screen and (max-width: 768px) {

	.banner-menu nav ul li:nth-child(2) a {
		height: 30px;
		min-width: 30px;
		padding: 59px 40px 20px 10px;
		font-size: 10px;
		line-height: 10px;
		background-position: 19px 25px;
		background-size: 20%;	
	}
}

.banner-menu nav ul li:nth-child(2) a:hover {
	transform: scale(1.1);
}

.banner-menu nav ul li {
	width: 20%;
}

.banner-menu nav ul li:nth-child(3) a {
	width: 100%;
	height: 250px;
	padding: 150px 55px 40px 35px;
	color: white;
	text-decoration: none;
	border-radius: 10px;
	display: block;
	font-size: 24px;
	line-height: 24px;
	font-weight: bold;
	background: #1E90FF url("../image/icon/propriedade.png") 35px 70px no-repeat;
	transition: ease-in-out 100ms;
	margin-bottom: 0;
}

@media screen and (max-width: 768px) {

	.banner-menu nav ul li:nth-child(3) a {
		height: 30px;
		min-width: 30px;
		padding: 59px 40px 20px 10px;
		font-size: 10px;
		line-height: 10px;
		background-position: 19px 25px;
		background-size: 20%;	
	}
}

.banner-menu nav ul li:nth-child(3) a:hover {
	transform: scale(1.1);
}

.banner-menu nav ul li {
	width: 20%;
}

.banner-menu nav ul li:nth-child(4) a {
	width: 100%;
	height: 250px;
	padding: 150px 55px 40px 35px;
	color: white;
	text-decoration: none;
	border-radius: 10px;
	display: block;
	font-size: 24px;
	line-height: 24px;
	font-weight: bold;
	background: #6495ED url("../image/icon/produtos.png") 35px 70px no-repeat;
	transition: ease-in-out 100ms;
	margin-bottom: 0;
}

@media screen and (max-width: 768px) {

	.banner-menu nav ul li:nth-child(4) a {
		height: 30px;
		min-width: 30px;
		padding: 59px 40px 20px 10px;
		font-size: 10px;
		line-height: 10px;
		background-position: 19px 25px;
		background-size: 20%;	
	}
}

.banner-menu nav ul li:nth-child(4) a:hover {
	transform: scale(1.1);
}

.banner-menu nav ul li {
	width: 20%;
}

.banner-menu nav ul li:nth-child(5) a {
	width: 100%;
	height: 250px;
	padding: 150px 55px 40px 35px;
	color: white;
	text-decoration: none;
	border-radius: 10px;
	display: block;
	font-size: 24px;
	line-height: 24px;
	font-weight: bold;
	background: #4169E1 url("../image/icon/pesquisa.png") 35px 70px no-repeat;
	transition: ease-in-out 100ms;
	margin-bottom: 0;
}

.banner-menu nav ul li:nth-child(5) a:hover {
	transform: scale(1.1);
}

.banner-menu nav ul li {
	width: 20%;
}

.banner-menu nav ul li:nth-child(6) a {
	width: 100%;
	height: 250px;
	padding: 150px 55px 40px 35px;
	color: white;
	text-decoration: none;
	border-radius: 10px;
	display: block;
	font-size: 24px;
	line-height: 24px;
	font-weight: bold;
	background: #00008B url("../image/icon/sistemas.png") 35px 70px no-repeat;
	transition: ease-in-out 100ms;
	margin-bottom: 0;
}

@media screen and (max-width: 768px) {

	.banner-menu nav ul li:nth-child(6) a {
		height: 30px;
		min-width: 30px;
		padding: 59px 40px 20px 10px;
		font-size: 10px;
		line-height: 10px;
		background-position: 19px 25px;
		background-size: 20%;	
	}
}

.banner-menu nav ul li:nth-child(6) a:hover {
	transform: scale(1.1);
}

@media screen and (max-width: 768px) {

	.banner-menu nav ul li + li {
		margin-left: 10px;
	}
}

@media screen and (max-width: 768px) {

	.banner-menu {
		bottom: -90px;
	}

	.banner-menu .container {
		overflow-x: scroll;
	}

	.banner-menu .container nav {
		min-width: 700px;
	}
}

.know-group {
	padding: 70px 0;
	background: transparent url("../image/icon/bg_groupd.svg") no-repeat fixed;
}

.know-group .group-row {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(420px, 1fr));
	grid-template-rows: auto;
	height: 100px;
	grid-gap: 40px;
	align-content: flex-start;
	margin-bottom: 80px;
}

@media (max-width: 920px) {

	.know-group .group-row {
		row-gap: 50px;
		height: 500px;
		margin-bottom: 0;
	}
}

@media screen and (max-width: 768px) {

	.know-group .group-row {
		margin-bottom: 30px;
		height: auto;
	}
}

@media screen and (max-width: 768px) and (max-width: 565px) {

	.know-group .group-row {
		grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	}
}

.know-group .group-row .column-1 {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	justify-content: space-between;
}

@media (max-width: 920px) {

	.know-group .group-row .column-1 {
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
}

@media screen and (max-width: 768px) {

	.know-group .group-row .column-1 {
		grid-row: 1;
		grid-column: 1;
	}
}

.know-group .group-row .column-1 p {
	display: flex;
	font-size: 35px;
	line-height: 40px;
	font-family: "Nexa Bold", sans-serif;
	font-weight: bold;
	color: #635d5d;
	margin: 0;
	max-width: 80%;
}

.know-group .group-row .column-1 p .number-phases {
	margin-top: 50px;
	width: 100%;
}

@media (max-width: 1120px) {

	.know-group .group-row .column-1 p {
		font-size: 30px;
	}
}

@media (max-width: 1120px) and (max-width: 920px) {

	.know-group .group-row .column-1 p {
		font-size: 40px;
		line-height: 45px;
		margin-bottom: 30px;
	}
}

@media screen and (max-width: 1120px) and (max-width: 920px) and (max-width: 768px) {

	.know-group .group-row .column-1 p {
		font-size: 26px;
		line-height: 30px;
	}
}

@media screen and (max-width: 1120px) and (max-width: 920px) and (max-width: 768px) and (max-width: 425px) {

	.know-group .group-row .column-1 p {
		font-size: 20px;
		line-height: 24px;
	}
}

.know-group .group-row .column-1 p span {
	content: "";
	background-image: url("../image/icon/icon-mais.svg");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	width: 150px;
	height: 47px;
	margin-right: 30px;
}

.know-group .group-row .column-1 p span.phrases {
	background: none;
	width: unset;
	height: unset;
	margin-right: unset;
	display: none;
}

.know-group .group-row .column-1 p span.phrases.active {
	display: flex;
}

.know-group .group-row .column-1 p span.phrases.number-phrases-span {
	font-size: 13px;
	background-color: #0000CD;
	width: 25px;
	height: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	color: #fff;
	cursor: pointer;
	margin: 0 5px;
}

.know-group .group-row .column-1 p span.phrases.number-phrases-span:hover {
	background-color: #3a8941;
}

@media (max-width: 1162px) and (max-width: 1120px) {

	.know-group .group-row .column-1 p span {
		background-size: 90%;
	}
}

@media (max-width: 1162px) and (max-width: 1120px) and (max-width: 920px) {

	.know-group .group-row .column-1 p span {
		height: 80px;
	}
}

@media screen and (max-width: 1162px) and (max-width: 1120px) and (max-width: 920px) and (max-width: 768px) {

	.know-group .group-row .column-1 p span {
		margin-right: 15px;
		background-size: 90%;
	}
}

.know-group .group-row .column-1 .mobile-button {
	display: none;
	height: 44px;
	margin: 30px auto 50px;
}

.know-group .group-row .column-1 .mobile-button ul {
	padding: 0;
	margin: 0;
}

@media (max-width: 920px) {

	.know-group .group-row .column-1 .mobile-button {
		display: block;
	}
}

.know-group .group-row .column-2 {
	height: auto;
	position: relative;
}

@media screen and (max-width: 768px) {

	.know-group .group-row .column-2 {
		grid-column: 1;
		grid-row: 2;
		min-height: 60px;
	}
}

.know-group .group-row .column-2 .box-feature-phrases {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}

.know-group .group-row .column-2 .box-feature-phrases.selected {
	display: flex;
	flex-direction: column;
}

.know-group .group-row .column-2 .box-feature-phrases .box-feature-phrases-item {
	display: grid;
	grid-auto-rows: 1/3;
}

.know-group .group-row .column-2 .box-feature-phrases .attendance-number {
	grid-row: 1/2;
	margin-top: 40px;
}

@media screen and (max-width: 768px) {

	.know-group .group-row .column-2 .box-feature-phrases .attendance-number {
		margin-top: 20px;
	}
}

.know-group .group-row .column-2 .box-feature-phrases .attendance-number p {
	margin: 0;
	font-size: 125px;
	font-weight: bold;
	color: #4682B4;
	display: flex;
	justify-content: center;
}

.know-group .group-row .column-2 .box-feature-phrases .attendance-number p .pre_feature {
	font-size: 90px;
	margin-right: 2%;
}

.know-group .group-row .column-2 .box-feature-phrases .attendance-number p .decimals {
	font-size: 83px;
	display: inline-block;
	transform: translate(-20px, -19px);
}

.know-group .group-row .column-2 .box-feature-phrases .attendance-number p .unit {
	font-size: 35px;
	display: inline-block;
	transform: translate(-20px, -40px);
}

@media screen and (max-width: 425px) {

	.know-group .group-row .column-2 .box-feature-phrases .attendance-number p {
		font-size: 85px;
	}

	.know-group .group-row .column-2 .box-feature-phrases .attendance-number p .pre_feature {
		font-size: 70px;
	}

	.know-group .group-row .column-2 .box-feature-phrases .attendance-number p .decimals {
		font-size: 63px;
		display: inline-block;
		transform: translate(-10px, -9px);
	}

	.know-group .group-row .column-2 .box-feature-phrases .attendance-number p .unit {
		font-size: 20px;
		display: inline-block;
		transform: translate(-20px, -40px);
	}
}

.know-group .group-row .column-2 .box-feature-phrases .number-details {
	grid-row: 2;
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	text-transform: uppercase;
	text-align: center;
	max-width: 240px;
	color: #635d5d;
	margin: 30px auto 0;
}

.know-group .button-wrapper {
	display: grid;
	grid-template-columns: 1fr;
	justify-content: center;
	align-items: center;
	padding: 56px 0;
	margin-top: 36px;
}

.know-group .button-wrapper > .container {
	grid-column: 1;
	grid-row: 1;
}

@media (max-width: 920px) {

	.know-group .button-wrapper {
		padding: 0;
		margin: 0;
	}
}

@media screen and (max-width: 920px) and (max-width: 768px) {

	.know-group .button-wrapper {
		margin-top: 10px;
		background-size: 200%;
		background-position-x: 40px;
		background: unset;
	}
}

.know-group .button-wrapper lottie-player {
	z-index: -1;
	grid-column: 1;
	grid-row: 1;
	width: 120%;
	max-width: 1920px;
	min-height: 250px;
	margin: 0 auto;
	transform: translateX(-200px);
}

.know-group .button-wrapper lottie-player .main,
.know-group .button-wrapper lottie-player .animate {
	width: 100%;
	height: 100%;
}

@media (max-width: 920px) {

	.know-group .button-wrapper lottie-player {
		width: 150%;
		max-width: 1920px;
		min-height: 150px;
		transform: translateX(-300px);
	}

	.know-group .button-wrapper lottie-player svg {
		min-height: 300px;
	}

	.know-group .button-wrapper lottie-player svg path {
		height: 100%;
	}
}

.know-group .button-wrapper .button-container {
	padding-left: 170px;
}

@media (max-width: 920px) {

	.know-group .button-wrapper .button-container {
		display: none;
	}
}

.differential-wrapper {
	background-color: #f5f5f5;
	padding: 100px 0;
}

.differential-wrapper h2 {
	font-size: 48px;
	line-height: 55px;
	margin-bottom: 20px;
	text-align: center;
}

.differential-wrapper h2.para-aeroportos,
.differential-wrapper h2.for-airports {
	color: #4682B4;
}

.differential-wrapper h2.para-rodovias,
.differential-wrapper h2.for-highways {
	color: #ba001f;
}

.differential-wrapper h2.para-seu-colaborador,
.differential-wrapper h2.for-your-employees {
	color: #a90421;
}

.differential-wrapper h2.para-empresas,
.differential-wrapper h2.for-companies {
	color: #900d23;
}

.differential-wrapper h2.para-sua-escola,
.differential-wrapper h2.for-schools {
	color: #4682B4;
}

.differential-wrapper p {
	font-size: 28px;
	line-height: 35px;
	margin-bottom: 85px;
	text-align: center;
	color: #000000;
}

.differential-wrapper .differential-items-wrapper {
	margin-left: -25px;
	margin-right: -25px;
}

.differential-wrapper .differential-items-wrapper .differential-items {
	display: flex;
	align-items: flex-start;
	justify-content: center;
}

@media (max-width: 920px) {

	.differential-wrapper .differential-items-wrapper .differential-items {
		justify-content: flex-start;
	}
}

.differential-wrapper .differential-items-wrapper .differential-items .differential {
	width: 124px;
	margin: 0 25px;
}

.differential-wrapper .differential-items-wrapper .differential-items .differential.servico {
	width: 130px;
}

.differential-wrapper .differential-items-wrapper .differential-items .differential .diff-card {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 124px;
	height: 124px;
	border-radius: 10px;
	margin: 0 auto 34px;
	background: white center center no-repeat;
	background-size: 60% 60%;
	transition: ease-in-out 300ms;
}

.differential-wrapper .differential-items-wrapper .differential-items .differential .diff-card img {
	width: 60%;
	object-fit: fill;
}

.differential-wrapper .differential-items-wrapper .differential-items .differential .diff-card svg {
	display: block;
	margin: 0 auto;
}

.differential-wrapper .differential-items-wrapper .differential-items .differential .diff-card.attendance-icon {
	background-image: url("../image/icon/icon-diff-atten.svg");
}

.differential-wrapper .differential-items-wrapper .differential-items .differential .diff-card.outsourcing-icon {
	background-image: url("../image/icon/icon_diff_outsourcing.svg");
}

.differential-wrapper .differential-items-wrapper .differential-items .differential .diff-card.quality-icon {
	background-image: url("../image/icon/icon_qualidade.svg");
	background-size: 124px;
}

.differential-wrapper .differential-items-wrapper .differential-items .differential .diff-card.tech-icon {
	background-image: url("../image/icon/icon_tecnologia.svg");
	background-size: 124px;
}

.differential-wrapper .differential-items-wrapper .differential-items .differential .diff-card.coverage-icon {
	background-image: url("../image/icon/icon-diff-br.svg");
}

.differential-wrapper .differential-items-wrapper .differential-items .differential .diff-card.public-icon {
	background-image: url("../image/icon/icon-diff-public.svg");
}

.differential-wrapper .differential-items-wrapper .differential-items .differential .diff-card.gptw-icon {
	background-image: url("../image/icon/icon_gptw.svg");
}

.differential-wrapper .differential-items-wrapper .differential-items .differential h3 {
	color: #0000CD;
	font-size: 16px;
	line-height: 18px;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 40px;
}

.differential-wrapper .differential-items-wrapper .differential-items .differential h3.hidden {
	display: none;
}

.differential-wrapper .differential-items-wrapper .differential-items .differential p {
	font-size: 14px;
	line-height: 18px;
	margin: 0 auto;
	padding: 0 5px;
}

.differential-wrapper .differential-items-wrapper .differential-items .differential p.gptw {
	max-width: 115px;
}

.differential-wrapper .differential-items-wrapper .differential-items .differential hr {
	max-width: 27px;
	background-color: #0000CD;
	height: 2px;
	margin-top: 20px;
}

.differential-wrapper .differential-items-wrapper .differential-items .differential:hover .diff-card {
	transform: scale(1.3);
}

@media screen and (max-width: 768px) {

	.differential-wrapper {
		padding: 60px 0;
		overflow: hidden;
	}

	.differential-wrapper h2 {
		font-size: 25px;
		line-height: 25px;
	}

	.differential-wrapper p {
		font-size: 16px;
		line-height: 26px;
	}

	.differential-wrapper .differential-items-wrapper {
		width: calc(100% + 50px);
		overflow-x: scroll;
	}

	.differential-wrapper .differential-items-wrapper .differential-items .differential {
		width: auto;
		min-width: 200px;
		margin: 0 40px;
	}

	.differential-wrapper .differential-items-wrapper .differential-items .differential .diff-card {
		width: 100%;
	}

	.differential-wrapper .differential-items-wrapper .differential-items .differential .diff-card.para-sua-escola img,
	.differential-wrapper .differential-items-wrapper .differential-items .differential .diff-card.for-schools img {
		width: 40%;
	}

	.differential-wrapper .differential-items-wrapper .differential-items .differential:hover .diff-card {
		transform: scale(1.1);
	}

	.differential-wrapper .differential-items-wrapper .differential-items .differential:first-child {
		margin-left: 30px;
	}

	.differential-wrapper .differential-items-wrapper .differential-items .differential:last-child {
		margin-right: 30px;
	}
}

.save-lifes-wrapper {
	padding: 140px 0;
	background: transparent url("../image/img_banner_vendas_rurais.jpg") fixed no-repeat;
	background-size: 200%;
	background-position-x: 50%;
}

@media screen and (max-width: 768px) {

	.save-lifes-wrapper {
		display: none;
	}
}

.save-lifes-wrapper .save-lifes {
	display: flex;
	align-items: flex-start;
	padding-left: 90px;
}

.save-lifes-wrapper .save-lifes svg {
	margin-top: 30px;
}

.save-lifes-wrapper .save-lifes svg path {
	fill: #0000CD;
}

.save-lifes-wrapper .save-lifes h2 {
	color: #4682B4;
	font-size: 48px;
	line-height: 50px;
	margin: 0 0 30px 40px;
	max-width: 300px;
}

.save-lifes-wrapper .save-lifes p {
	font-size: 18px;
	font-weight: bold;
	color: white;
	margin-left: 40px;
	max-width: 150px;
	margin-bottom: 40px;
}

.save-lifes-wrapper .save-lifes ul {
	margin-left: 0;
	padding-left: 0;
}

.save-lifes-wrapper .save-lifes ul a {
	margin-left: 40px;
}

.institutional-video {
	padding: 70px 0 85px;
	background: transparent url("../image/img_fundo_youtube.png") center center no-repeat;
	background-size: cover;
}

.institutional-video p {
	font-size: 18px;
	font-style: !important;
	color: #fff;
}

.institutional-video.temario {
	background: unset;
	padding: 10px 0 85px;
}

@media screen and (max-width: 425px) {

	.institutional-video {
		padding: 30px 0 65px;
	}
}

.institutional-video h2 {
	color: white;
	text-align: center;
	margin-bottom: 48px;
	margin-top: 0;
}

@media screen and (max-width: 425px) {

	.institutional-video h2 {
		max-width: 80%;
		margin: 0 auto 25px;
		font-size: 22px;
		line-height: 30px;
	}
}

.customers {
	padding: 80px 0 120px;
}

.customers h2 {
	font-size: 48px;
	text-align: center;
}

.customers .default-slider {
	z-index: 2;
}

.customers .default-slider .slick-track {
	display: flex;
	align-items: center;
}

.customers .default-slider .slick-track .slider-container {
	padding: 15px;
}

.customers .default-slider .slick-track .slider-container img {
	margin: 0 auto;
	filter: grayscale(1);
}

.customers .default-slider .slick-track .slider-container .image-container {
	border: 1px solid #e3e3e3;
	border-radius: 5px;
	height: 130px;
	padding: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
}

@media screen and (max-width: 768px) {

	.customers {
		padding: 30px 0 60px;
	}

	.customers h2 {
		font-size: 21px;
		line-height: 31px;
		margin-bottom: 30px;
	}

	.customers .default-slider {
		flex-wrap: nowrap;
		margin: 0 auto;
		overflow-x: scroll;
	}

	.customers .default-slider .slick-list.draggable .slick-track .slick-slide {
		margin: 0 10px;
	}

	.customers .default-slider .slider-container {
		height: 150px;
		width: 180px;
		margin: 0 20px;
	}

	.customers .default-slider .slider-container .image-container {
		width: 100%;
		height: 100%;
	}

	.customers .default-slider .slider-container .image-container img {
		width: 100%;
	}

	.customers .default-slider .slick-arrow {
		display: none !important;
	}

	.customers .default-slider .slick-dots {
		width: 100%;
	}

	.customers .default-slider .slick-track .slider-container {
		min-width: 150px;
	}
}

.page .page-banner.page-blog {
	min-height: unset;
	max-height: unset;
	margin-top: 80px;ba
}

.main-posts .blog-area.slider {
	margin: 80px auto;
}

.main-posts .blog-area.slider .blog-items-wrapper {
	margin: unset;
}

.main-posts .blog-area.slider .blog-post.page-blog {
	display: flex;
	margin: 0;
	width: 100%;
	position: relative;
}

.main-posts .blog-area.slider .blog-post.page-blog .post-image {
	border-radius: 10px 0 0 10px;
	width: 50%;
	height: 100%;
	max-height: 494px;
	position: relative;
	z-index: -1;
}

.main-posts .blog-area.slider .blog-post.page-blog .post-image img {
	position: absolute;
	right: 0;
	height: 100%;
	max-width: 200%;
	width: 200%;
}

@media screen and (max-width: 768px) {

	.main-posts .blog-area.slider .blog-post.page-blog .post-image img {
		position: relative;
		max-width: 100%;
		width: 100%;
	}
}

.main-posts .blog-area.slider .blog-post.page-blog .post-details {
	width: 50%;
	display: block;
	padding: 50px 50px 25px;
}

.main-posts .blog-area.slider .blog-post.page-blog .post-details h3 {
	font-size: 43px;
	line-height: 43px;
	text-align: left;
}

@media (max-width: 1120px) {

	.main-posts .blog-area.slider .blog-post.page-blog .post-details h3 {
		font-size: 38px;
		line-height: 43px;
	}
}

@media (max-width: 920px) {

	.main-posts .blog-area.slider .blog-post.page-blog .post-details h3 {
		font-size: 35px;
		line-height: 40px;
	}
}

@media screen and (max-width: 768px) {

	.main-posts .blog-area.slider .blog-post.page-blog .post-details h3 {
		font-size: 25px;
		line-height: 30px;
		text-align: center;
		margin-bottom: 20px;
	}
}

@media screen and (max-width: 565px) {

	.main-posts .blog-area.slider .blog-post.page-blog .post-details h3 {
		font-size: 20px;
		line-height: 25px;
		text-align: center;
		margin-bottom: 20px;
	}
}

.main-posts .blog-area.slider .blog-post.page-blog .post-details p {
	font-size: 20px;
	line-height: 30px;
	text-align: left;
}

@media (max-width: 920px) {

	.main-posts .blog-area.slider .blog-post.page-blog .post-details p {
		display: block;
		font-size: 18px;
		line-height: 22px;
	}
}

@media screen and (max-width: 768px) {

	.main-posts .blog-area.slider .blog-post.page-blog .post-details p {
		display: none;
		font-size: 18px;
		line-height: 22px;
	}
}

.main-posts .blog-area.slider .blog-post.page-blog .post-details a {
	height: auto;
	margin-top: 10px;
}

@media screen and (max-width: 768px) {

	.main-posts .blog-area.slider .blog-post.page-blog {
		flex-wrap: wrap;
		width: 100% !important;
	}

	.main-posts .blog-area.slider .blog-post.page-blog .post-image {
		width: 100%;
		height: 270px;
	}

	.main-posts .blog-area.slider .blog-post.page-blog .post-details {
		width: 100%;
		padding: 30px 20px;
	}
}

.blog-items-wrapper {
	margin: 30px auto;
}

.blog-area {
	background: #f7f7f7 url("../image/icon/img_fundo_detalhe_cinza.svg") center center no-repeat;
	background-size: cover;
	padding: 85px 0 50px;
	position: relative;
}

.blog-area::before {
	content: "";
	position: absolute;
	width: 515px;
	height: 294px;
	background: transparent url("../image/icon/img_fundo_curva_cinza.svg") center left no-repeat;
	top: 0;
	left: 0;
	transform: translateY(-100%);
}

.blog-area.search {
	background: unset;
}

.blog-area.search::before {
	background: unset;
}

.blog-area.page-blog {
	background: unset;
	padding: 0 0 50px;
}

.blog-area.page-blog::before {
	background: unset;
}

@media screen and (max-width: 768px) {

	.blog-area.page-blog {
		margin-top: 100px !important;
	}
}

.blog-area .container ul li {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.blog-area .container ul li a {
	height: auto;
}

.blog-area h2 {
	margin-top: 0;
	font-size: 48px;
	line-height: 58px;
	color: #4682B4;
	text-align: center;
	margin-bottom: 82px;
}

@media screen and (max-width: 768px) {

	.blog-area h2 {
		font-size: 30px;
		line-height: 40px;
	}
}

@media screen and (max-width: 500px) {

	.blog-area h2 {
		font-size: 20px;
		line-height: 30px;
	}
}

.blog-area .blog-items {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	margin: 0 auto;
	justify-content: center;
}

.blog-area .blog-items.page-blog {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
}

@media screen and (max-width: 650px) {

	.blog-area .blog-items.page-blog {
		justify-content: center;
	}
}

@media screen and (max-width: 768px) {

	.blog-area .blog-items.page-blog.slider {
		height: unset;
	}
}

.blog-area .blog-items.page-blog.slider .blog-post a {
	width: 100%;
	height: 100%;
	display: flex;
}

.blog-area .blog-items.page-blog.slider .blog-post a .post-image {
	height: 100%;
	max-height: 240px;
	width: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.blog-area .blog-items.page-blog.slider .blog-post a .post-image img {
	width: 100%;
	height: 100%;
	object-fit: fill;
}

.blog-area .blog-items.page-blog.slider .blog-post a .post-details {
	display: none;
	max-width: 60%;
	padding: 50px 70px;
}

.blog-area .blog-items.page-blog.slider .blog-post a .post-details h3 {
	font-size: 38px;
	line-height: 48px;
}

.blog-area .blog-items.page-blog.slider .blog-post a .post-details p {
	text-align: justify;
}

.blog-area .blog-items .blog-post {
	flex: 1 1 250px;
	max-width: 450px;
	position: relative;
	box-shadow: 0 0 18px rgba(0, 0, 0, 0.25);
	background-color: white;
	border-radius: 10px;
	margin: 0 40px 40px;
}

@media screen and (max-width: 500px) {

	.blog-area .blog-items .blog-post {
		margin: 0 20px 40px;
	}
}

@media screen and (max-width: 500px) {

	.blog-area .blog-items .blog-post.page-blog {
		margin: 0 20px 40px;
	}
}

.blog-area .blog-items .blog-post a {
	text-decoration: none;
	color: initial;
	height: auto;
	display: flex;
	flex-direction: column;
}

.blog-area .blog-items .blog-post .post-date {
	position: absolute;
	top: -56px;
	left: -40px;
	background: transparent url("../image/icon_seta_blog_data.svg") center center no-repeat;
	height: 110px;
	width: 75px;
	font-weight: bold;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-left: 7px;
}

@media (max-width: 920px) {

	.blog-area .blog-items .blog-post .post-date {
		height: 90px;
		background-size: contain;
		top: -45px;
		left: -30px;
	}
}

.blog-area .blog-items .blog-post .post-date span {
	display: block;
	font-size: 20px;
	line-height: 30px;
	color: white;
	margin-left: 5px;
}

.blog-area .blog-items .blog-post .post-date span:first-child {
	margin-top: -7px;
}

.blog-area .blog-items .blog-post .post-date span.month {
	font-size: 16px;
	line-height: 18px;
}

@media (max-width: 920px) {

	.blog-area .blog-items .blog-post .post-date span {
		font-size: 16px;
		line-height: 26px;
		margin-left: 10px;
	}

	.blog-area .blog-items .blog-post .post-date span.month {
		font-size: 13px;
		line-height: 15px;
	}
}

.blog-area .blog-items .blog-post .post-image {
	height: 100%;
	width: 100%;
	display: flex;
	justify-content: center;
	border-radius: 10px 10px 0 0;
	overflow: hidden;
}

.blog-area .blog-items .blog-post .post-image img {
	width: 100%;
}

.blog-area .blog-items .blog-post .post-details {
	padding: 35px 54px 50px;
}

@media screen and (max-width: 768px) {

	.blog-area .blog-items .blog-post .post-details {
		padding: 30px;
	}
}

.blog-area .blog-items .blog-post .post-details h3 {
	color: #4682B4;
	text-align: center;
	margin: 0 0 30px;
	font-size: 24px;
	line-height: 25px;
}

@media screen and (max-width: 856px) {

	.blog-area .blog-items .blog-post .post-details h3 {
		margin-bottom: 0;
	}
}

@media screen and (max-width: 500px) {

	.blog-area .blog-items .blog-post .post-details h3 {
		font-size: 20px;
	}
}

.blog-area .blog-items .blog-post .post-details p {
	margin: 0;
	font-size: 16px;
	line-height: 27px;
	text-align: center;
}

@media screen and (max-width: 856px) {

	.blog-area .blog-items .blog-post .post-details p {
		display: none;
	}
}

.blog-area .blog-items .blog-post.page-blog {
	margin: 30px 25px 60px;
	max-width: 400px;
}

.blog-area .blog-items .blog-post.page-blog .post-details {
	padding: 30px 20px;
}

.blog-area.slider {
	background: #f7f7f7;
}

.blog-area.slider .blog-post.page-blog {
	width: 95%;
	max-width: 1270px;
	height: 494px;
	margin: 0 auto;
	z-index: 999;
}

.blog-area.slider .blog-post.page-blog .post-date {
	top: -53px;
	left: -20px;
}

.blog-area.slider .blog-post.page-blog .post-details {
	display: none;
}

.blog-area.main-content-blog {
	margin-top: 30px;
	padding-top: 0;
	background: unset;
}

.blog-area.main-content-blog .blog-post.page-blog {
	width: 100%;
	min-height: 130px;
	display: flex;
}

.blog-area.main-content-blog .blog-post.page-blog .post-date {
	top: -53px;
	background-size: 60% 60%;
}

.blog-area.main-content-blog .blog-post.page-blog .post-date span {
	font-size: 12px;
	margin-left: 14px;
}

.blog-area.main-content-blog .blog-post.page-blog .post-date span.month {
	margin-top: -8px;
	font-size: 10px;
}

.blog-area.main-content-blog .blog-post.page-blog .post-image {
	max-width: 250px;
	height: 100%;
	min-height: 130px;
}

.blog-area.main-content-blog .blog-post.page-blog .post-image img {
	height: 100%;
	min-height: 130px;
}

.blog-area.main-content-blog .blog-post.page-blog .post-details {
	padding: 10px 20px;
	display: flex;
	align-items: center;
}

.blog-area.main-content-blog .blog-post.page-blog .post-details a {
	display: flex;
	align-items: center;
}

.blog-area.main-content-blog .blog-post.page-blog .post-details a h3 {
	text-align: left;
	margin-bottom: 0;
}

.blog-area .default-button {
	margin: 0 auto;
}

#certifications {
	background-color: #ffffff;
	padding: 75px 0;
	position: relative;
}

#certifications::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: transparent url(../image/icon/base_l.svg) center left no-repeat;
	top: -121px;
	left: -75px;
	z-index: -1;
}

#certifications h2 {
	color: royalblue;
	margin: 0 0 70px;
	font-size: 48px;
}

#certifications h2::before {
	content: "";
	margin-left: 80px;
	display: inline-block;
	height: 10px;
	width: 78px;
	margin-right: 30px;
	margin-bottom: 10px;
	background-color: white;
}

#certifications .certifications-items-wrapper {
	margin-left: -25px;
	margin-right: -25px;
}

#certifications .certifications-items-wrapper .certifications-items {
	display: grid;
	grid-template-columns: auto auto auto auto auto;
}

#certifications .certifications-items-wrapper .certifications-items .certification {
	margin: 0 24px;
	min-width: 113px;
}

#certifications .certifications-items-wrapper .certifications-items .certification .logo-container {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 110px;
	margin-bottom: 15px;
}

#certifications .certifications-items-wrapper .certifications-items .certification .logo-container img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

#certifications .certifications-items-wrapper .certifications-items .certification p {
	margin: 0 auto;
	color: darkblue;
	text-transform: uppercase;
	font-size: 13px;
	line-height: 18px;
	max-width: 95px;
	text-align: center;
}

@media screen and (max-width: 768px) {

	#certifications::before {
		height: 50px;
		width: 50px;
		background-size: 50px 50px;
		top: -1.4px;
	}

	#certifications h2 {
		font-size: 24px;
		line-height: 20px;
	}

	#certifications .certifications-items-wrapper {
		overflow-x: scroll;
	}

	#certifications .certifications-items-wrapper .certifications-items .certification .logo-container {
		height: 60px;
		margin-bottom: 8px;
	}

	#certifications .certifications-items-wrapper .certifications-items .certification .logo-container img {
		width: 60%;
		height: 50%;
	}

	#certifications .certifications-items-wrapper .certifications-items .certification p {
		font-size: 10px;
		line-height: 12px;
		max-width: 75px;
	}
}

#about-page .container {
	position: relative;
}

#about-page .container h2.title {
	position: absolute;
	bottom: 40%;
	left: 50px;
}

@media screen and (max-width: 768px) {

	#about-page .container h2.title {
		font-size: 28px;
	}
}

#about-page #about-details {
	padding: 80px 0 110px 0;
}

#about-page #about-details .container.page-about .wp-block-column p {
	font-family: Nexa Light, sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size: 26.9786px;
	line-height: 36px;
}

@media screen and (max-width: 565px) {

	#about-page #about-details .container.page-about .wp-block-column p {
		font-size: 23px;
		line-height: 33px;
	}
}

#about-page #about-details .container.page-about .wp-block-column p strong {
	font-family: "Nexa Bold", sans-serif;
	color: #4682B4;
}

@media screen and (max-width: 856px) {

	#about-page #about-details .container.page-about .wp-block-columns {
		flex-direction: column;
	}

	#about-page #about-details .container.page-about .wp-block-columns + .wp-block-columns {
		flex-direction: column-reverse !important;
	}
}

#about-page #about-details .details-row {
	width: 100%;
}

#about-page #about-details .details-row .details-text p {
	font-size: 27px;
	line-height: 40px;
}

#about-page #about-details .details-row .details-text p strong {
	font-size: 37px;
	line-height: 47px;
	color: #4682B4;
}

#about-page #about-details .details-row .details-text.paragraph-1 {
	margin-bottom: 30px;
}

#about-page #about-details .details-row .details-text.paragraph-1 p {
	max-width: 568px;
	margin: -12px 40px 0 50px;
}

#about-page #about-details .details-row .details-text.paragraph-1::before {
	content: url("../image/icon/half-shape.svg");
}

#about-page #about-details .details-row .details-text.paragraph-2 {
	max-width: 527px;
}

#about-page #about-details .details-row .details-image {
	max-width: 495px;
	width: 100%;
}

#about-page #about-details .details-row .details-image img {
	width: 100%;
}

#about-page #about-details .more {
	font-size: 18px;
	padding-left: 50px;
	margin-top: 60px;
}

@media screen and (max-width: 768px) {

	#about-page #about-details {
		padding: 0 0 30px;
	}

	#about-page #about-details .details-row .details-text p {
		font-size: 15px;
		line-height: 23px;
	}

	#about-page #about-details .details-row .details-text p strong {
		font-size: inherit;
		line-height: inherit;
	}

	#about-page #about-details .details-row .details-text.paragraph-1 p {
		margin: 0;
	}

	#about-page #about-details .details-row .details-text.paragraph-1::before {
		content: unset;
	}

	#about-page #about-details .details-row:nth-child(2) div:first-child {
		order: 2;
	}

	#about-page #about-details .details-row:nth-child(2) div:first-child img {
		margin: 0 !important;
	}

	#about-page #about-details .more {
		font-size: 15px;
		line-height: 23px;
		padding: 0;
	}
}

#about-page #msv {
	background-color: #f5f5f5;
	padding: 110px 0;
}

#about-page #msv .row {
	align-items: stretch;
}

@media (max-width: 1120px) {

	#about-page #msv .row {
		flex-wrap: wrap;
		justify-content: space-around;
		gap: 30px;
	}

	#about-page #msv .row .msv-item {
		margin-bottom: 50px;
	}
}

#about-page #msv .row .msv-item {
	width: 100%;
	max-width: 326px;
	box-shadow: 40px 23px 64px rgba(0, 0, 0, 0.25);
	border-radius: 10px;
	background-color: white;
}

#about-page #msv .row .msv-item .msv-icon {
	height: 215px;
	position: relative;
}

#about-page #msv .row .msv-item .msv-icon::before {
	content: url("../image/icon/sobre/half-shape.svg");
	position: absolute;
	z-index: 2;
	top: -60px;
	left: -40px;
}

#about-page #msv .row .msv-item .msv-icon svg {
	position: absolute;
	z-index: 3;
	bottom: 50%;
	right: 50%;
	transform: translate(50%, calc(50% + 20px));
}

#about-page #msv .row .msv-item .msv-details {
	padding: 20px 45px 35px;
}

#about-page #msv .row .msv-item .msv-details h3 {
	color: #4682B4;
	font-weight: bold;
	text-align: center;
	font-size: 18px;
	text-transform: uppercase;
}

#about-page #msv .row .msv-item .msv-details p {
	font-size: 14px;
	line-height: 18px;
	text-align: center;
	margin: 0;
}

@media screen and (max-width: 768px) {

	#about-page #msv {
		overflow-x: scroll;
	}

	#about-page #msv .container .row {
		flex-wrap: nowrap;
		justify-content: flex-start;
		column-gap: 20px;
	}

	#about-page #msv .container .row .msv-item {
		min-width: 235px;
		margin: 0 15px;
	}

	#about-page #msv .container .row .msv-item:first-child {
		margin-left: 30px;
	}

	#about-page #msv .container .row .msv-item .msv-icon {
		height: 115px;
	}

	#about-page #msv .container .row .msv-item .msv-icon::before {
		content: url("../image/icon/sobre/small.svg");
		left: -20px;
	}

	#about-page #msv .container .row .msv-item .msv-icon svg {
		max-width: 90px;
	}

	#about-page #msv .container .row .msv-item .msv-details {
		padding: 40px 15px 15px;
	}
}

#about-page #politica-sgi {
	padding: 100px 0 300px;
}

#about-page #politica-sgi .container {
	width: 95%;
	max-width: 1274px;
	padding: 0;
}

#about-page #politica-sgi h2 {
	margin: 0 0 30px;
	font-size: 48px;
	line-height: 46px;
	color: #4682B4;
	text-align: center;
	display: block;
}

#about-page #politica-sgi p {
	font-size: 18px;
	line-height: 28px;
	text-align: center;
}

#about-page #politica-sgi .medmais-container {
	margin: 235px auto 0;
	width: 100%;
	flex: 1;
	font-size: 290px;
	line-height: 190px;
	font-weight: bold;
	letter-spacing: -36px;
	color: #4682B4;
	display: flex;
	justify-content: center;
	gap: 40px;
}

#about-page #politica-sgi .medmais-container div {
	display: inline-block;
}

#about-page #politica-sgi .medmais-container div:last-child {
	color: #0000CD;
	transform: translateY(45px);
}

#about-page #politica-sgi .medmais-container div span {
	position: relative;
	line-height: 190px;
	font-family: "Nexa Bold", sans-serif;
}

#about-page #politica-sgi .medmais-container div span .balloon {
	opacity: 1;
}

#about-page #politica-sgi .medmais-container div span .balloon {
	opacity: 1;
	position: absolute;
	z-index: 2;
	padding: 20px;
	border-radius: 10px;
	font-size: 16px;
	font-weight: normal;
	line-height: 20px;
	letter-spacing: normal;
	color: #635d5d;
	box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
	background-color: white;
	width: 100vw;
	border: 1px solid #ccc;
	text-align: center;
	left: 0;
	max-width: 281px;
	transition: ease-in-out 300ms;
}

#about-page #politica-sgi .medmais-container div span .balloon p {
	margin-bottom: 0;
	font-size: 16px;
	line-height: 26px;
	padding: 0;
}

#about-page #politica-sgi .medmais-container div span .balloon p strong {
	color: #4682B4;
}

#about-page #politica-sgi .medmais-container div span .balloon::before {
	content: "";
	position: absolute;
	width: 30px;
	height: 30px;
	transform: rotate(45deg) translateY(calc(-50% - 7px)) skew(10deg, 10deg);
	background-color: white;
}

#about-page #politica-sgi .medmais-container div span strong {
	font-family: "Nexa Bold", sans-serif;
}

#about-page #politica-sgi .medmais-container div.med span strong {
	color: #4682B4;
}

#about-page #politica-sgi .medmais-container div.med span:nth-child(1) .balloon {
	bottom: -20px;
	left: -43px;
	max-width: 281px;
	transform: translateY(50%);
}

#about-page #politica-sgi .medmais-container div.med span:nth-child(1) .balloon::before {
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	top: 0;
}

#about-page #politica-sgi .medmais-container div.med span:nth-child(2) .balloon {
	max-width: 244px;
	top: 40px;
	left: 0;
	transform: translateY(-50%);
}

#about-page #politica-sgi .medmais-container div.med span:nth-child(2) .balloon::before {
	box-shadow: -2px -2px 2px rgba(0, 0, 0, 0.25);
	bottom: 0;
	left: 70px;
	transform: rotate(-135deg) translateY(calc(-50% - 7px)) skew(10deg, 10deg);
}

#about-page #politica-sgi .medmais-container div.med span:nth-child(3) .balloon {
	max-width: 281px;
	bottom: -8px;
	left: -120px;
	transform: translateY(50%);
}

#about-page #politica-sgi .medmais-container div.med span:nth-child(3) .balloon::before {
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	top: 0;
	left: unset;
	right: 35px;
}

#about-page #politica-sgi .medmais-container div.mais span strong {
	color: #0000CD;
}

#about-page #politica-sgi .medmais-container div.mais span:nth-child(1) .balloon {
	padding: 30px;
	top: -55px;
	left: -50px;
	transform: translateY(-50%);
	max-width: 375px;
}

#about-page #politica-sgi .medmais-container div.mais span:nth-child(1) .balloon::before {
	box-shadow: -2px -2px 2px rgba(0, 0, 0, 0.25);
	bottom: 0;
	left: 100px;
	transform: rotate(-135deg) translateY(calc(-50% - 7px)) skew(10deg, 10deg);
}

#about-page #politica-sgi .medmais-container div.mais span:nth-child(2) .balloon {
	bottom: 50px;
	left: -200px;
	transform: translateY(50%);
	max-width: 213px;
	padding: 15px;
}

#about-page #politica-sgi .medmais-container div.mais span:nth-child(2) .balloon::before {
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	top: 0;
	bottom: 5px;
	right: 0;
	transform: rotate(130deg) translateY(calc(-50% - 7px)) skew(10deg, 10deg);
}

#about-page #politica-sgi .medmais-container div.mais span:nth-child(3) .balloon {
	bottom: -20px;
	left: -120px;
	transform: translateY(50%);
	max-width: 340px;
	padding: 15px;
}

#about-page #politica-sgi .medmais-container div.mais span:nth-child(3) .balloon::before {
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	top: 0;
	bottom: 5px;
	right: 0;
	left: 35%;
}

#about-page #politica-sgi .medmais-container div.mais span:nth-child(4) .balloon {
	top: -135px;
	left: -100px;
	transform: translateY(50%);
	max-width: 250px;
	padding: 15px;
}

#about-page #politica-sgi .medmais-container div.mais span:nth-child(4) .balloon::before {
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	bottom: 2px;
	right: 50px;
	transform: rotate(-138deg) translateY(calc(-50% - 7px)) skew(10deg, 10deg);
}

@media (max-width: 1200px) {

	#about-page #politica-sgi p {
		margin-bottom: 0;
	}

	#about-page #politica-sgi .medmais-container {
		margin-top: 200px;
		font-size: 250px;
		text-align: center;
		letter-spacing: -32px;
	}

	#about-page #politica-sgi .medmais-container div.med span:nth-child(2) .balloon {
		max-width: 200px;
	}

	#about-page #politica-sgi .medmais-container div.med span:nth-child(3) .balloon {
		max-width: 200px;
		bottom: -60px;
		left: -70px;
	}

	#about-page #politica-sgi .medmais-container div.med span:nth-child(3) .balloon::before {
		right: 70px;
	}

	#about-page #politica-sgi .medmais-container div.mais span strong {
		color: #0000CD;
	}

	#about-page #politica-sgi .medmais-container div.mais span:nth-child(1) .balloon {
		max-width: 310px;
	}

	#about-page #politica-sgi .medmais-container div.mais span:nth-child(3) .balloon {
		bottom: -50px;
		left: -100px;
		max-width: 280px;
	}
}

@media (max-width: 1120px) {

	#about-page #politica-sgi {
		padding: 75px 0 200px;
	}

	#about-page #politica-sgi h2 {
		font-size: 28px;
		line-height: 28px;
	}

	#about-page #politica-sgi p {
		font-size: 15px;
		line-height: 23px;
	}

	#about-page #politica-sgi .medmais-container {
		font-size: 320px;
		line-height: 320px;
		letter-spacing: -40px;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
}

@media screen and (max-width: 1120px) and (max-width: 565px) {

	#about-page #politica-sgi .medmais-container {
		line-height: 20px;
		margin-top: 0;
	}
}

@media (max-width: 1120px) {

	#about-page #politica-sgi .medmais-container div span {
		position: relative;
	}

	#about-page #politica-sgi .medmais-container div span .balloon {
		position: absolute;
		font-size: 14px;
		line-height: 26px;
		padding: 20px 10px;
	}

	#about-page #politica-sgi .medmais-container div span .balloon p {
		margin-bottom: 0;
		font-size: 13px;
		line-height: 26px;
	}

	#about-page #politica-sgi .medmais-container div span .balloon p strong {
		color: #4682B4;
	}

	#about-page #politica-sgi .medmais-container div span .balloon::before {
		width: 20px;
		height: 20px;
		transform: rotate(45deg) translateY(calc(-50% - 5px)) skew(10deg, 10deg);
	}

	#about-page #politica-sgi .medmais-container div.med span:nth-child(1) .balloon {
		bottom: unset;
		top: -171px;
		left: -30px;
		max-width: 300px;
	}

	#about-page #politica-sgi .medmais-container div.med span:nth-child(1) .balloon::before {
		top: unset;
		left: 80px;
		bottom: 0;
		right: 0;
		transform: rotate(-135deg) translateY(calc(-50% - 5px)) skew(10deg, 10deg);
	}

	#about-page #politica-sgi .medmais-container div.med span:nth-child(2) .balloon {
		left: 30px;
	}

	#about-page #politica-sgi .medmais-container div.med span:nth-child(2) .balloon::before {
		bottom: 0;
		left: 70px;
	}

	#about-page #politica-sgi .medmais-container div.med span:nth-child(3) .balloon {
		left: unset;
		right: 0;
		bottom: 20px;
		max-width: 400px;
	}

	#about-page #politica-sgi .medmais-container div.med span:nth-child(3) .balloon::before {
		right: 50px;
		left: unset;
	}

	#about-page #politica-sgi .medmais-container div.mais {
		margin: 100px auto 100px;
	}

	#about-page #politica-sgi .medmais-container div.mais span:nth-child(1) .balloon {
		padding: 20px 10px;
		max-width: 220px;
		left: 0;
		top: unset;
		bottom: -300px;
	}

	#about-page #politica-sgi .medmais-container div.mais span:nth-child(1) .balloon::before {
		top: 0;
		right: 0;
		left: 30px;
		bottom: unset;
		transform: rotate(45deg) translateY(calc(-50% - -2px)) skew(10deg, 10deg);
	}

	#about-page #politica-sgi .medmais-container div.mais span:nth-child(2) .balloon {
		bottom: unset;
		left: -200px;
		top: -50px;
		max-width: 340px;
	}

	#about-page #politica-sgi .medmais-container div.mais span:nth-child(2) .balloon::before {
		top: unset;
		left: unset;
		right: 50px;
		bottom: -5px;
		transform: rotate(-136deg) translateY(calc(-50% - -2px)) skew(10deg, 10deg);
	}

	#about-page #politica-sgi .medmais-container div.mais span:nth-child(3) .balloon {
		bottom: -40px;
		left: -200px;
		max-width: 300px;
	}

	#about-page #politica-sgi .medmais-container div.mais span:nth-child(3) .balloon::before {
		left: unset;
		right: 20%;
	}

	#about-page #politica-sgi .medmais-container div.mais span:nth-child(4) .balloon {
		top: -140px;
		bottom: unset;
		max-width: 280px;
		left: -80px;
	}

	#about-page #politica-sgi .medmais-container div.mais span:nth-child(4) .balloon::before {
		left: 50%;
	}
}

@media screen and (max-width: 768px) {

	#about-page #politica-sgi h2 {
		font-size: 30px;
		line-height: 28px;
		margin-bottom: 10px;
	}

	#about-page #politica-sgi p {
		font-size: 13px;
		line-height: 20px;
	}

	#about-page #politica-sgi .medmais-container {
		font-size: 300px;
		line-height: 270px;
		letter-spacing: -40px;
	}

	#about-page #politica-sgi .medmais-container div span .balloon {
		position: absolute;
		font-size: 13px;
		line-height: 26px;
		padding: 20px 10px;
	}

	#about-page #politica-sgi .medmais-container div.med span:nth-child(1) .balloon {
		bottom: unset;
		top: -171px;
		left: -30px;
		max-width: 300px;
		transform: translateY(50%);
	}

	#about-page #politica-sgi .medmais-container div.med span:nth-child(1) .balloon::before {
		top: unset;
		left: unset;
		bottom: 0;
		right: 35px;
		transform: rotate(-135deg) translateY(calc(-50% - 5px)) skew(10deg, 10deg);
	}

	#about-page #politica-sgi .medmais-container div.med span:nth-child(2) .balloon {
		left: 70px;
	}

	#about-page #politica-sgi .medmais-container div.med span:nth-child(2) .balloon::before {
		left: unset;
	}

	#about-page #politica-sgi .medmais-container div.med span:nth-child(3) .balloon {
		max-width: 340px;
	}

	#about-page #politica-sgi .medmais-container div.med span:nth-child(3) .balloon::before {
		right: 30px;
		left: unset;
	}

	#about-page #politica-sgi .medmais-container div.mais span:nth-child(1) .balloon {
		padding: 20px 10px;
		max-width: 230px;
		left: 0;
		top: unset;
		bottom: 5px;
		transform: translateY(70%);
	}

	#about-page #politica-sgi .medmais-container div.mais span:nth-child(1) .balloon::before {
		left: 25px;
	}

	#about-page #politica-sgi .medmais-container div.mais span:nth-child(2) .balloon {
		left: -243px;
		top: -90px;
	}

	#about-page #politica-sgi .medmais-container div.mais span:nth-child(2) .balloon::before {
		left: unset;
		right: 20px;
	}

	#about-page #politica-sgi .medmais-container div.mais span:nth-child(3) .balloon {
		left: -130px;
	}

	#about-page #politica-sgi .medmais-container div.mais span:nth-child(3) .balloon::before {
		right: 47.5%;
	}
}

@media screen and (max-width: 650px) {

	#about-page #politica-sgi .medmais-container {
		margin-top: 150px;
		font-size: 250px;
		line-height: 250px;
		letter-spacing: -32px;
	}

	#about-page #politica-sgi .medmais-container div span {
		position: relative;
	}

	#about-page #politica-sgi .medmais-container div span .balloon {
		position: absolute;
		font-size: 10px;
		line-height: 13px;
		padding: 20px 10px;
	}

	#about-page #politica-sgi .medmais-container div span .balloon p {
		font-size: 10px;
		line-height: 13px;
	}

	#about-page #politica-sgi .medmais-container div.med span:nth-child(1) .balloon {
		top: -120px;
		left: 0;
		max-width: 200px;
	}

	#about-page #politica-sgi .medmais-container div.med span:nth-child(2) .balloon {
		top: 50px;
		left: 20px;
		max-width: 143px;
	}

	#about-page #politica-sgi .medmais-container div.med span:nth-child(2) .balloon::before {
		bottom: 5px;
		left: 25px;
	}

	#about-page #politica-sgi .medmais-container div.med span:nth-child(3) .balloon {
		left: unset;
		right: -20px;
		bottom: 30px;
		max-width: 300px;
	}

	#about-page #politica-sgi .medmais-container div.mais {
		margin: 90px auto 30px;
	}

	#about-page #politica-sgi .medmais-container div.mais span:nth-child(1) .balloon {
		max-width: 205px;
		left: 1px;
		top: -190px;
		bottom: unset;
	}

	#about-page #politica-sgi .medmais-container div.mais span:nth-child(1) .balloon::before {
		top: unset;
		bottom: 0;
		left: 25px;
		transform: rotate(-135deg) translateY(calc(-50% - 5px)) skew(10deg, 10deg);
	}

	#about-page #politica-sgi .medmais-container div.mais span:nth-child(2) .balloon {
		bottom: 25px;
		top: unset;
		max-width: 211px;
		left: -150px;
	}

	#about-page #politica-sgi .medmais-container div.mais span:nth-child(2) .balloon::before {
		top: 0;
		bottom: unset;
		left: unset;
		right: 20px;
		transform: rotate(45deg) translateY(calc(-50% - 5px)) skew(10deg, 10deg);
	}

	#about-page #politica-sgi .medmais-container div.mais span:nth-child(3) .balloon {
		left: -155%;
		max-width: 201px;
		bottom: -20px;
	}

	#about-page #politica-sgi .medmais-container div.mais span:nth-child(3) .balloon::before {
		right: unset;
		left: 40%;
	}

	#about-page #politica-sgi .medmais-container div.mais span:nth-child(4) .balloon {
		top: -51px;
		left: -164px;
	}

	#about-page #politica-sgi .medmais-container div.mais span:nth-child(4) .balloon::before {
		left: unset;
		right: 15%;
	}
}

@media screen and (max-width: 565px) {

	#about-page #politica-sgi p {
		width: 70%;
		margin: auto;
	}

	#about-page #politica-sgi .medmais-container {
		font-size: 203px;
		letter-spacing: -25px;
		line-height: 200px;
	}

	#about-page #politica-sgi .medmais-container div.med {
		margin: 0 auto;
	}

	#about-page #politica-sgi .medmais-container div.med span:nth-child(1) .balloon {
		top: -135px;
		left: 0;
		max-width: 180px;
	}

	#about-page #politica-sgi .medmais-container div.med span:nth-child(2) .balloon {
		top: 25px;
		left: 40px;
	}

	#about-page #politica-sgi .medmais-container div.med span:nth-child(3) .balloon {
		bottom: -5px;
		max-width: 175px;
	}

	#about-page #politica-sgi .medmais-container div.mais {
		margin-top: 50px;
	}

	#about-page #politica-sgi .medmais-container div.mais span:nth-child(1) .balloon {
		max-width: 176px;
		left: 1px;
		top: -225px;
		bottom: unset;
	}

	#about-page #politica-sgi .medmais-container div.mais span:nth-child(2) .balloon {
		left: -180px;
		bottom: 10px;
	}

	#about-page #politica-sgi .medmais-container div.mais span:nth-child(2) .balloon::before {
		top: 0;
		bottom: unset;
		left: unset;
		right: 20px;
		transform: rotate(70deg) translateY(calc(-80% - 5px)) skew(10deg, 13deg);
	}

	#about-page #politica-sgi .medmais-container div.mais span:nth-child(3) .balloon {
		max-width: 180px;
		bottom: -35px;
		left: -70px;
	}

	#about-page #politica-sgi .medmais-container div.mais span:nth-child(4) .balloon {
		max-width: 225px;
		top: -70px;
		left: -128px;
	}
}

@media screen and (max-width: 500px) {

	#about-page #politica-sgi p {
		width: 80%;
	}

	#about-page #politica-sgi .medmais-container {
		font-size: 180px;
		line-height: 180px;
		letter-spacing: -20px;
	}
}

@media screen and (max-width: 425px) {

	#about-page #politica-sgi .medmais-container {
		font-size: 150px;
		line-height: 150px;
		letter-spacing: -20px;
	}

	#about-page #politica-sgi .medmais-container div.med span:nth-child(1) .balloon {
		max-width: 140px;
		top: -180px;
	}

	#about-page #politica-sgi .medmais-container div.med span:nth-child(2) .balloon {
		top: -10px;
		max-width: 115px;
	}

	#about-page #politica-sgi .medmais-container div.med span:nth-child(3) .balloon {
		bottom: -33px;
		max-width: 139px;
	}

	#about-page #politica-sgi .medmais-container div.mais {
		margin-top: 90px;
	}

	#about-page #politica-sgi .medmais-container div.mais span:nth-child(1) .balloon {
		max-width: 130px;
		left: 0;
		top: -300px;
	}

	#about-page #politica-sgi .medmais-container div.mais span:nth-child(2) .balloon {
		left: -115px;
		bottom: -20px;
		max-width: 130px;
	}

	#about-page #politica-sgi .medmais-container div.mais span:nth-child(2) .balloon::before {
		top: 2px;
		transform: rotate(70deg) translateY(calc(-89% - 5px)) skew(10deg, 13deg);
	}

	#about-page #politica-sgi .medmais-container div.mais span:nth-child(3) .balloon {
		max-width: 150px;
		bottom: -65px;
		left: -50px;
	}

	#about-page #politica-sgi .medmais-container div.mais span:nth-child(3) .balloon::before {
		left: 28%;
	}

	#about-page #politica-sgi .medmais-container div.mais span:nth-child(4) .balloon {
		max-width: 151px;
		top: -140px;
		left: -85px;
	}
}

#about-page .our-structure {
	padding: 90px 0;
}

#about-page .our-structure h2 {
	font-size: 48px;
	line-height: 54px;
	text-align: center;
	margin: 0 0 60px;
}

@media screen and (max-width: 768px) {

	#about-page .our-structure {
		display: none;
	}
}

#about-page #project {
	padding: 260px 0 190px;
	background: transparent url("../image/icon/sobre/projeto-background.png") center center no-repeat;
	background-size: cover;
}

#about-page #project .content .project-details {
	display: flex;
}

#about-page #project .content .project-details::before {
	content: "";
	width: 80px;
	height: 10px;
	margin-right: 30px;
	background-color: white;
}

#about-page #project .content .project-details div {
	margin-top: -10px;
}

#about-page #project .content .project-details h2 {
	color: #4682B4;
	font-size: 35px;
	line-height: 43px;
	font-weight: bold;
	margin: 0;
}

#about-page #project .content .project-details h2 span {
	color: white;
	font-size: 65px;
	line-height: 65px;
	display: block;
}

#about-page #project .content .project-details p {
	font-size: 14px;
	color: white;
	line-height: 18px;
	max-width: 382px;
	margin-bottom: 65px;
}

#about-page #project .content .project-details ul {
	margin-left: 0;
	padding-left: 0;
}

@media screen and (max-width: 768px) {

	#about-page #project {
		padding: 70px 0;
	}

	#about-page #project .content .project-details {
		order: 1;
		padding: 0 20px;
	}

	#about-page #project .content .project-details p {
		line-height: 23px;
	}

	#about-page #project .content .project-details::before {
		content: unset;
	}

	#about-page #project .content div {
		width: 100%;
	}

	#about-page #project .content div img {
		display: block;
		margin: 0 auto 47px;
		width: 100%;
		max-width: 215px;
	}
}

.contact-container {
	align-items: stretch;
}

.contact-container .medmais-map {
	width: 50%;
	position: relative;
}

.contact-container .medmais-map .iframe-wrapper {
	width: 50vw;
	height: 100%;
	position: absolute;
	right: 0;
}

.contact-container .medmais-map .iframe-wrapper iframe {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
}

.contact-container .contact-form {
	padding: 135px 0 95px 115px;
	width: 50%;
}

.contact-container .contact-form h2 {
	margin: 0 0 10px;
	color: #4682B4;
	max-width: 400px;
}

.contact-container .contact-form p {
	margin-bottom: 50px;
}

.contact-container .contact-form form fieldset {
	justify-content: space-between;
}

.contact-container .contact-form form fieldset input:first-child {
	width: 100%;
	max-width: 90px;
}

.contact-container .contact-form form fieldset input:last-child {
	width: calc(100% - 100px);
}

@media screen and (max-width: 768px) {

	.contact-container {
		flex-direction: column;
	}

	.contact-container .medmais-map {
		width: calc(100% + 40px);
		height: 717px;
		margin-left: -20px;
		order: 2;
	}

	.contact-container .medmais-map .iframe-wrapper {
		width: 100%;
	}

	.contact-container .contact-form {
		padding: 30px 0;
		width: 100%;
	}

	.contact-container .contact-form h2 {
		text-align: center;
	}

	.contact-container .contact-form form button {
		max-width: 100%;
	}
}

.contact-info {
	background-color: #4682B4;
	padding: 60px 0;
	position: relative;
}

.contact-info::before {
	content: "";
	position: absolute;
	width: 302px;
	height: 303px;
	top: 0;
	left: 0;
	transform: translateY(calc(-100% + 2px));
}

.contact-info .contact-info-grid {
	display: grid;
	grid-template-columns: auto auto auto;
}

.contact-info .contact-info-grid div {
	min-height: 315px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.contact-info .contact-info-grid div:first-child {
	border-right: 1px solid rgba(255, 255, 255, 0.5);
}

.contact-info .contact-info-grid div:last-child {
	border-left: 1px solid rgba(255, 255, 255, 0.5);
}

.contact-info .contact-info-grid div img {
	margin: 0 auto 37px;
	display: block;
}

.contact-info .contact-info-grid div p {
	margin-bottom: 40px;
	font-size: 16px;
}

.contact-info .contact-info-grid div a {
	font-size: 20px;
}

.contact-info .contact-info-grid div a span {
	display: block;
	font-weight: normal;
	font-size: 13px;
}

.contact-info .contact-info-grid div p,
.contact-info .contact-info-grid div a {
	color: white;
	text-align: center;
	display: block;
	font-weight: bold;
	text-decoration: none;
}

.contact-info .contact-info-grid div.phones img {
	margin-top: 40px;
}

.contact-info .contact-info-grid div.phones p {
	margin-bottom: 17px;
}

@media screen and (max-width: 768px) {

	.contact-info {
		padding: 40px 0;
	}

	.contact-info .contact-info-grid {
		grid-template-columns: auto;
	}

	.contact-info .contact-info-grid div:first-child {
		border: 0;
		border-bottom: 1px solid rgba(255, 255, 255, 0.5);
	}

	.contact-info .contact-info-grid div:last-child {
		border: 0;
		border-top: 1px solid rgba(255, 255, 255, 0.5);
	}
}

#cases .cases {
	padding: 90px 0 140px;
}

#cases .cases h2 {
	color: #4682B4;
	text-align: center;
	margin-bottom: 10px;
}

#cases .cases p {
	font-size: 27px;
	line-height: 42px;
	max-width: 934px;
	text-align: center;
	margin: 0 auto 50px;
}

#cases .cases .cases-slider .slick-dots {
	margin-left: 50px;
	display: flex;
}

#cases .cases .cases-slider .slick-dots li {
	margin: 0 5px;
}

@media screen and (max-width: 768px) {

	#cases .cases .cases-slider .slick-dots li {
		margin: 0 3px;
	}
}

#cases .cases .cases-slider .slick-dots li button {
	width: 13px;
	height: 13px;
	background-color: #c4c4c4;
	font-size: 0;
	border: none;
	border-radius: 50%;
	outline: none;
	cursor: pointer;
}

@media screen and (max-width: 768px) {

	#cases .cases .cases-slider .slick-dots li button {
		width: 8px;
		height: 8px;
	}
}

#cases .cases .cases-slider .slick-dots li.slick-active button {
	background-color: #4682B4;
}

#cases .cases .cases-slider .case-item {
	position: relative;
	padding: 0 0 0 50px;
	outline: none;
}

#cases .cases .cases-slider .case-item .case-image {
	background-size: cover;
	background-repeat: no-repeat;
	min-height: 720px;
}

#cases .cases .cases-slider .case-item .case-image .case-details {
	position: absolute;
	background-color: #4682B4;
	padding: 35px 50px;
	bottom: 50px;
	left: 0;
	max-width: 464px;
}

#cases .cases .cases-slider .case-item .case-image .case-details h3 {
	color: white;
	font-size: 41px;
	margin: 0;
}

#cases .cases .cases-slider .case-item .case-image .case-details p {
	color: white;
	font-size: 18px;
	text-align: left;
	line-height: 24px;
	max-width: 100%;
	margin-bottom: 0;
}

@media screen and (max-width: 768px) {

	#cases .cases {
		padding: 20px 0;
		margin-bottom: 40px;
	}

	#cases .cases .slick-list.draggable {
		height: 800px;
	}

	#cases .cases h2 {
		font-size: 22px;
		color: #4682B4;
		text-align: center;
		margin-bottom: 10px;
	}

	#cases .cases p {
		font-size: 18px;
		line-height: 28px;
		font-weight: 100;
		text-align: justify;
	}

	#cases .cases .cases-slider {
		margin-bottom: 100px;
	}

	#cases .cases .cases-slider .slick-dots {
		margin-left: 0;
		margin-top: -100px;
	}

	#cases .cases .cases-slider .case-item {
		width: 100%;
		padding-left: 0;
		min-height: 622px;
	}

	#cases .cases .cases-slider .case-item .case-image {
		min-height: 522px;
		width: 100%;
	}

	#cases .cases .cases-slider .case-item .case-image .case-details {
		width: 100%;
		padding: 20px;
		overflow: hidden;
		right: 0;
		bottom: -10%;
		left: unset;
	}

	#cases .cases .cases-slider .case-item .case-image .case-details h3 {
		font-size: 16px;
		line-height: 20px;
		margin-bottom: 5px;
	}

	#cases .cases .cases-slider .case-item .case-image .case-details p {
		color: white;
		font-size: 14px;
		line-height: 24px;
		font-weight: 100;
		text-align: left;
		letter-spacing: 0.4px;
		word-wrap: anywhere;
		max-width: 100%;
		margin-bottom: 7px;
	}
}

.main-atuacao.page {
	overflow: unset;
}

.page-banner.page-atuacao {
	position: relative;
	width: 100%;
	height: 70vh;
	overflow-y: hidden;
}

@media screen and (max-width: 768px) {

	.page-banner.page-atuacao {
		min-height: 265px;
	}
}

@media screen and (max-width: 768px) and (max-width: 425px) {

	.page-banner.page-atuacao {
		height: 265px;
	}
}

.page-banner.page-atuacao img.capa {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: -1;
	vertical-align: top;
}

.page-banner.page-atuacao .container {
	width: 100%;
	height: 100%;
	position: relative;
}

.page-banner.page-atuacao .container .title-banner {
	position: absolute;
	width: 220px;
	bottom: 200px;
	left: 10%;
	font-family: "Nexa", sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 35px;
	line-height: 123.3%;
	color: #fff;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
}

@media screen and (max-width: 768px) {

	.page-banner.page-atuacao .container .title-banner {
		font-size: 26px;
		bottom: 20%;
		left: 5%;
	}
}

.box-temario {
	margin: 20px auto 0;
	padding: 40px 20px 0;
}

.box-temario.contact {
	max-width: 900px;
}

.box-temario.contact h2 {
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
	font-family: "Nexa Bold", sans-serif;
	font-size: 48px;
	line-height: 54px;
	text-align: center;
	color: #4682B4;
	margin-bottom: 8px;
}

.box-temario.services {
	margin-bottom: 80px;
}

@media screen and (max-width: 768px) {

	.box-temario {
		margin: 30px auto 0;
		padding: 0;
	}

	.box-temario .wp-block-columns .wp-block-column p {
		font-size: 15px;
		line-height: 25px;
		text-align: justify;
		margin-bottom: 15px;
	}

	.box-temario .wp-block-columns .wp-block-column .wp-block-columns {
		display: flex;
		justify-content: space-between;
	}

	.box-temario .wp-block-columns .wp-block-column .wp-block-columns .wp-block-column {
		flex-basis: 32% !important;
	}

	.box-temario .wp-block-columns .wp-block-column img {
		width: 100%;
	}
}

.box-temario header {
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-bottom: 47px;
}

@media screen and (max-width: 768px) {

	.box-temario header {
		margin-bottom: 20px;
	}
}

.box-temario header h2 {
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
	font-style: normal;
	font-weight: bold;
	font-size: 48px;
	line-height: 54px;
	text-align: center;
	color: #4682B4;
	margin-bottom: 8px;
}

.box-temario header h2.para-aeroportos,
.box-temario header h2.for-airports {
	color: #4682B4;
}

.box-temario header h2.para-rodovias,
.box-temario header h2.for-highways {
	color: #ba001f;
}

.box-temario header h2.para-seu-colaborador,
.box-temario header h2.for-your-employees {
	color: #a90421;
}

.box-temario header h2.para-empresas,
.box-temario header h2.for-companies {
	color: #900d23;
}

.box-temario header h2.para-sua-escola,
.box-temario header h2.for-schools {
	color: #4682B4;
}

@media screen and (max-width: 768px) {

	.box-temario header h2 {
		font-size: 24px;
		line-height: 34px;
	}
}

.box-temario header p {
	width: 95%;
	max-width: 1000px;
	font-style: normal;
	font-weight: 300;
	font-size: 27px;
	line-height: 37px;
	text-align: center;
	margin: 0 auto;
	color: #635d5d;
}

@media screen and (max-width: 768px) {

	.box-temario header p {
		width: 100%;
		font-size: 20px;
		line-height: 26px;
	}
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-bottom: 15px;
}

.atuacao-main-top {
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	padding-bottom: 80px;
}

.atuacao-main-top.padding-bottom {
	padding-bottom: 0;
	margin-bottom: 0;
}

@media (max-width: 920px) {

	.atuacao-main-top {
		flex-direction: column;
	}
}

.atuacao-main-top.rodovia {
	padding-top: 90px;
}

.atuacao-main-top header.box-header {
	z-index: 9;
	max-width: 741px;
	height: auto;
	min-height: 178px;
	display: flex;
	align-items: center;
	margin: 0 0 50px -100px;
	padding: 10px 45px 10px 100px;
}

.atuacao-main-top header.box-header.para-aeroportos,
.atuacao-main-top header.box-header.for-airports {
	background-color: #4682B4;
}

.atuacao-main-top header.box-header.para-rodovias,
.atuacao-main-top header.box-header.for-highways {
	background-color: #ba001f;
}

.atuacao-main-top header.box-header.para-seu-colaborador,
.atuacao-main-top header.box-header.for-your-employees {
	background-color: #a90421;
}

.atuacao-main-top header.box-header.para-empresas,
.atuacao-main-top header.box-header.for-companies {
	background-color: #900d23;
}

.atuacao-main-top header.box-header.para-sua-escola,
.atuacao-main-top header.box-header.for-schools {
	background-color: #1E90FF;
}

@media (max-width: 920px) {

	.atuacao-main-top header.box-header {
		max-width: unset;
		width: 100%;
		height: auto;
		min-height: unset;
		justify-content: center;
		align-items: center;
		margin: 0 auto 50px;
		padding: unset;
	}
}

.atuacao-main-top header.box-header.mobile {
	display: none;
}

@media (max-width: 920px) {

	.atuacao-main-top header.box-header.mobile {
		display: none;
		position: absolute;
		margin: 0;
		right: -40px;
		top: 20px;
		padding: 10px 20px;
	}

	.atuacao-main-top header.box-header.mobile h3 {
		width: 100%;
		font-size: 36px;
		line-height: 48px;
		margin: 0;
	}
}

@media screen and (max-width: 920px) and (max-width: 565px) {

	.atuacao-main-top header.box-header.mobile h3 {
		font-size: 26px;
		line-height: 36px;
	}
}

@media screen and (max-width: 920px) and (max-width: 565px) and (max-width: 425px) {

	.atuacao-main-top header.box-header.mobile h3 {
		font-size: 20px;
		line-height: 30px;
	}
}

.atuacao-main-top header.box-header h3 {
	font-style: normal;
	font-weight: bold;
	font-size: 37px;
	line-height: 49px;
	color: #fff !important;
}

@media (max-width: 920px) {

	.atuacao-main-top header.box-header h3 {
		padding: 20px;
		font-size: 30px;
		line-height: 40px;
		text-align: center;
	}
}

@media screen and (max-width: 920px) and (max-width: 565px) {

	.atuacao-main-top header.box-header h3 {
		font-size: 18px;
		line-height: 25px;
	}
}

@media screen and (max-width: 920px) and (max-width: 565px) and (max-width: 425px) {

	.atuacao-main-top header.box-header h3 {
		padding: 8px 10px;
	}
}

.atuacao-main-top.para-aeroportos h1,
.atuacao-main-top.para-aeroportos h2,
.atuacao-main-top.para-aeroportos h3,
.atuacao-main-top.para-aeroportos h4,
.atuacao-main-top.para-aeroportos h5,
.atuacao-main-top.para-aeroportos h6,
.atuacao-main-top.for-airports h1,
.atuacao-main-top.for-airports h2,
.atuacao-main-top.for-airports h3,
.atuacao-main-top.for-airports h4,
.atuacao-main-top.for-airports h5,
.atuacao-main-top.for-airports h6 {
	color: #4682B4;
}

.atuacao-main-top.para-rodovias h1,
.atuacao-main-top.para-rodovias h2,
.atuacao-main-top.para-rodovias h3,
.atuacao-main-top.para-rodovias h4,
.atuacao-main-top.para-rodovias h5,
.atuacao-main-top.para-rodovias h6,
.atuacao-main-top.for-highways h1,
.atuacao-main-top.for-highways h2,
.atuacao-main-top.for-highways h3,
.atuacao-main-top.for-highways h4,
.atuacao-main-top.for-highways h5,
.atuacao-main-top.for-highways h6 {
	color: #ba001f;
}

.atuacao-main-top.para-seu-colaborador h1,
.atuacao-main-top.para-seu-colaborador h2,
.atuacao-main-top.para-seu-colaborador h3,
.atuacao-main-top.para-seu-colaborador h4,
.atuacao-main-top.para-seu-colaborador h5,
.atuacao-main-top.para-seu-colaborador h6,
.atuacao-main-top.for-your-employees h1,
.atuacao-main-top.for-your-employees h2,
.atuacao-main-top.for-your-employees h3,
.atuacao-main-top.for-your-employees h4,
.atuacao-main-top.for-your-employees h5,
.atuacao-main-top.for-your-employees h6 {
	color: #a90421;
}

.atuacao-main-top.para-empresas h1,
.atuacao-main-top.para-empresas h2,
.atuacao-main-top.para-empresas h3,
.atuacao-main-top.para-empresas h4,
.atuacao-main-top.para-empresas h5,
.atuacao-main-top.para-empresas h6,
.atuacao-main-top.for-companies h1,
.atuacao-main-top.for-companies h2,
.atuacao-main-top.for-companies h3,
.atuacao-main-top.for-companies h4,
.atuacao-main-top.for-companies h5,
.atuacao-main-top.for-companies h6 {
	color: #900d23;
}

.atuacao-main-top.para-sua-escola h1,
.atuacao-main-top.para-sua-escola h2,
.atuacao-main-top.para-sua-escola h3,
.atuacao-main-top.para-sua-escola h4,
.atuacao-main-top.para-sua-escola h5,
.atuacao-main-top.para-sua-escola h6,
.atuacao-main-top.for-schools h1,
.atuacao-main-top.for-schools h2,
.atuacao-main-top.for-schools h3,
.atuacao-main-top.for-schools h4,
.atuacao-main-top.for-schools h5,
.atuacao-main-top.for-schools h6 {
	color: #4682B4;
}

.atuacao-main-top .box-image {
	width: 519px;
	height: 547px;
	position: relative;
}

.atuacao-main-top .box-image.para-aeroportos,
.atuacao-main-top .box-image.for-airports {
	background-color: #4682B4;
}

.atuacao-main-top .box-image.para-rodovias,
.atuacao-main-top .box-image.for-highways {
	background-color: #ba001f;
}

.atuacao-main-top .box-image.para-seu-colaborador,
.atuacao-main-top .box-image.for-your-employees {
	background-color: #a90421;
}

.atuacao-main-top .box-image.para-empresas,
.atuacao-main-top .box-image.for-companies {
	background-color: #900d23;
}

.atuacao-main-top .box-image.para-sua-escola,
.atuacao-main-top .box-image.for-schools {
	background-color: #1E90FF;
}

@media (max-width: 1162px) {

	.atuacao-main-top .box-image {
		width: 55%;
	}
}

@media (max-width: 1162px) and (max-width: 920px) {

	.atuacao-main-top .box-image {
		width: 90%;
		margin: 0 auto;
	}
}

@media screen and (max-width: 1162px) and (max-width: 920px) and (max-width: 565px) {

	.atuacao-main-top .box-image {
		height: 400px;
	}
}

@media screen and (max-width: 1162px) and (max-width: 920px) and (max-width: 565px) and (max-width: 425px) {

	.atuacao-main-top .box-image {
		height: 300px;
	}
}

.atuacao-main-top .box-image img {
	width: 95%;
	height: 95%;
	object-fit: fill;
	position: absolute;
	right: -30px;
	top: 0;
}

@media screen and (max-width: 768px) {

	.atuacao-main-top .box-image img {
		right: -5px;
	}
}

.atuacao-main-top .content-main-top {
	padding-top: 21px;
	width: 550px;
	z-index: 9;
	position: relative;
}

@media (max-width: 1162px) {

	.atuacao-main-top .content-main-top {
		width: 40%;
	}
}

@media (max-width: 1162px) and (max-width: 920px) {

	.atuacao-main-top .content-main-top {
		width: 90%;
		margin: 0 auto;
	}
}

.atuacao-main-top .content-main-top.tec p {
	font-size: 24px;
	line-height: 34px;
}

.atuacao-main-top .content-main-top p {
	font-style: normal;
	font-weight: 300;
	font-size: 24px;
	line-height: 30px;
	text-align: left;
	margin-bottom: 15px;
	color: #635d5d;
}

@media screen and (max-width: 768px) {

	.atuacao-main-top .content-main-top p {
		font-size: 14px;
		line-height: 22px;
	}
}

.atuacao-main-top .content-main-top.para-aeroportos p > strong,
.atuacao-main-top .content-main-top.para-aeroportos h1,
.atuacao-main-top .content-main-top.para-aeroportos h2,
.atuacao-main-top .content-main-top.para-aeroportos h3,
.atuacao-main-top .content-main-top.para-aeroportos h4,
.atuacao-main-top .content-main-top.para-aeroportos h5,
.atuacao-main-top .content-main-top.para-aeroportos h6,
.atuacao-main-top .content-main-top.for-airports p > strong,
.atuacao-main-top .content-main-top.for-airports h1,
.atuacao-main-top .content-main-top.for-airports h2,
.atuacao-main-top .content-main-top.for-airports h3,
.atuacao-main-top .content-main-top.for-airports h4,
.atuacao-main-top .content-main-top.for-airports h5,
.atuacao-main-top .content-main-top.for-airports h6 {
	color: #4682B4;
}

.atuacao-main-top .content-main-top.para-rodovias p > strong,
.atuacao-main-top .content-main-top.para-rodovias h1,
.atuacao-main-top .content-main-top.para-rodovias h2,
.atuacao-main-top .content-main-top.para-rodovias h3,
.atuacao-main-top .content-main-top.para-rodovias h4,
.atuacao-main-top .content-main-top.para-rodovias h5,
.atuacao-main-top .content-main-top.para-rodovias h6,
.atuacao-main-top .content-main-top.for-highways p > strong,
.atuacao-main-top .content-main-top.for-highways h1,
.atuacao-main-top .content-main-top.for-highways h2,
.atuacao-main-top .content-main-top.for-highways h3,
.atuacao-main-top .content-main-top.for-highways h4,
.atuacao-main-top .content-main-top.for-highways h5,
.atuacao-main-top .content-main-top.for-highways h6 {
	color: #ba001f;
}

.atuacao-main-top .content-main-top.para-seu-colaborador p > strong,
.atuacao-main-top .content-main-top.para-seu-colaborador h1,
.atuacao-main-top .content-main-top.para-seu-colaborador h2,
.atuacao-main-top .content-main-top.para-seu-colaborador h3,
.atuacao-main-top .content-main-top.para-seu-colaborador h4,
.atuacao-main-top .content-main-top.para-seu-colaborador h5,
.atuacao-main-top .content-main-top.para-seu-colaborador h6,
.atuacao-main-top .content-main-top.for-your-employees p > strong,
.atuacao-main-top .content-main-top.for-your-employees h1,
.atuacao-main-top .content-main-top.for-your-employees h2,
.atuacao-main-top .content-main-top.for-your-employees h3,
.atuacao-main-top .content-main-top.for-your-employees h4,
.atuacao-main-top .content-main-top.for-your-employees h5,
.atuacao-main-top .content-main-top.for-your-employees h6 {
	color: #a90421;
}

.atuacao-main-top .content-main-top.para-empresas p > strong,
.atuacao-main-top .content-main-top.para-empresas h1,
.atuacao-main-top .content-main-top.para-empresas h2,
.atuacao-main-top .content-main-top.para-empresas h3,
.atuacao-main-top .content-main-top.para-empresas h4,
.atuacao-main-top .content-main-top.para-empresas h5,
.atuacao-main-top .content-main-top.para-empresas h6,
.atuacao-main-top .content-main-top.for-companies p > strong,
.atuacao-main-top .content-main-top.for-companies h1,
.atuacao-main-top .content-main-top.for-companies h2,
.atuacao-main-top .content-main-top.for-companies h3,
.atuacao-main-top .content-main-top.for-companies h4,
.atuacao-main-top .content-main-top.for-companies h5,
.atuacao-main-top .content-main-top.for-companies h6 {
	color: #900d23;
}

.atuacao-main-top .content-main-top.para-sua-escola p > strong,
.atuacao-main-top .content-main-top.para-sua-escola h1,
.atuacao-main-top .content-main-top.para-sua-escola h2,
.atuacao-main-top .content-main-top.para-sua-escola h3,
.atuacao-main-top .content-main-top.para-sua-escola h4,
.atuacao-main-top .content-main-top.para-sua-escola h5,
.atuacao-main-top .content-main-top.para-sua-escola h6,
.atuacao-main-top .content-main-top.for-schools p > strong,
.atuacao-main-top .content-main-top.for-schools h1,
.atuacao-main-top .content-main-top.for-schools h2,
.atuacao-main-top .content-main-top.for-schools h3,
.atuacao-main-top .content-main-top.for-schools h4,
.atuacao-main-top .content-main-top.for-schools h5,
.atuacao-main-top .content-main-top.for-schools h6 {
	color: #4682B4;
}

.text-live {
	margin-bottom: 80px;
}

@media screen and (max-width: 768px) {

	.text-live {
		max-width: 90%;
		margin: 0 auto 40px;
	}
}

.text-live p {
	font-size: 24px;
	line-height: 34px;
}

@media screen and (max-width: 768px) {

	.text-live p {
		font-size: 14px;
		line-height: 24px;
	}
}

.text-live.para-aeroportos h1,
.text-live.para-aeroportos h2,
.text-live.para-aeroportos h3,
.text-live.para-aeroportos h4,
.text-live.para-aeroportos h5,
.text-live.para-aeroportos h6,
.text-live.for-airports h1,
.text-live.for-airports h2,
.text-live.for-airports h3,
.text-live.for-airports h4,
.text-live.for-airports h5,
.text-live.for-airports h6 {
	color: #4682B4;
}

.text-live.para-rodovias h1,
.text-live.para-rodovias h2,
.text-live.para-rodovias h3,
.text-live.para-rodovias h4,
.text-live.para-rodovias h5,
.text-live.para-rodovias h6,
.text-live.for-highways h1,
.text-live.for-highways h2,
.text-live.for-highways h3,
.text-live.for-highways h4,
.text-live.for-highways h5,
.text-live.for-highways h6 {
	color: #ba001f;
}

.text-live.para-seu-colaborador h1,
.text-live.para-seu-colaborador h2,
.text-live.para-seu-colaborador h3,
.text-live.para-seu-colaborador h4,
.text-live.para-seu-colaborador h5,
.text-live.para-seu-colaborador h6,
.text-live.for-your-employees h1,
.text-live.for-your-employees h2,
.text-live.for-your-employees h3,
.text-live.for-your-employees h4,
.text-live.for-your-employees h5,
.text-live.for-your-employees h6 {
	color: #a90421;
}

.text-live.para-empresas h1,
.text-live.para-empresas h2,
.text-live.para-empresas h3,
.text-live.para-empresas h4,
.text-live.para-empresas h5,
.text-live.para-empresas h6,
.text-live.for-companies h1,
.text-live.for-companies h2,
.text-live.for-companies h3,
.text-live.for-companies h4,
.text-live.for-companies h5,
.text-live.for-companies h6 {
	color: #900d23;
}

.text-live.para-sua-escola h1,
.text-live.para-sua-escola h2,
.text-live.para-sua-escola h3,
.text-live.para-sua-escola h4,
.text-live.para-sua-escola h5,
.text-live.para-sua-escola h6,
.text-live.for-schools h1,
.text-live.for-schools h2,
.text-live.for-schools h3,
.text-live.for-schools h4,
.text-live.for-schools h5,
.text-live.for-schools h6 {
	color: #4682B4;
}

.atuacao-services {
	padding-top: 0;
	border-top: 1px solid #b3b3b3;
}

@media screen and (max-width: 768px) {

	.atuacao-services {
		padding-top: 0;
	}
}

.atuacao-services.servico {
	padding-bottom: 100px;
	position: relative;
}

.atuacao-services header {
	margin: 40px 0 23px 37px;
}

.atuacao-services header h3 {
	font-style: normal;
	font-weight: bold;
	font-size: 20.5397px;
	line-height: 22px;
	text-transform: uppercase;
	color: #4682B4;
}

@media screen and (max-width: 768px) {

	.atuacao-services header {
		margin: 10px auto;
	}

	.atuacao-services header h3 {
		font-size: 18px;
		line-height: 28px;
		text-align: center;
	}
}

.atuacao-services .box-services {
	box-sizing: border-box;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	color: #fff;
	transition: 0.4s;
}

.atuacao-services .box-services .box-atuacao.active img.logo-atuacao {
	display: flex;
}

.atuacao-services .box-services.servico {
	flex-wrap: wrap;
	margin-bottom: 100px;
}

@media screen and (max-width: 856px) {

	.atuacao-services .box-services.servico {
		margin-bottom: 60px;
	}
}

@media screen and (max-width: 565px) {

	.atuacao-services .box-services.servico {
		margin-bottom: 40px;
	}
}

.atuacao-services .box-services.servico .box-atuacao.servico {
	height: 270px;
	border-radius: 0;
	background-color: #635d5d;
	flex: 1 1 150px;
}

@media (max-width: 1162px) {

	.atuacao-services .box-services.servico .box-atuacao.servico {
		padding: 0 30px;
	}
}

@media (max-width: 1120px) {

	.atuacao-services .box-services.servico .box-atuacao.servico .titulo-atuacao {
		font-size: 20px;
	}
}

@media (max-width: 920px) {

	.atuacao-services .box-services.servico .box-atuacao.servico {
		height: 200px;
		padding: 0 10px;
	}
}

@media screen and (max-width: 856px) {

	.atuacao-services .box-services.servico .box-atuacao.servico {
		flex: 1 1 250px;
		margin: 5px;
		height: 120px;
	}

	.atuacao-services .box-services.servico .box-atuacao.servico.active {
		min-width: 100%;
		order: -1;
		height: 120px;
	}

	.atuacao-services .box-services.servico .box-atuacao.servico img.logo-atuacao {
		width: 20%;
		bottom: -50px;
	}
}

@media screen and (max-width: 768px) {

	.atuacao-services .box-services.servico .box-atuacao.servico {
		height: 80px !important;
		width: 100%;
		flex-direction: row;
		justify-content: space-between;
		padding: 0 20px;
		border-radius: 0;
	}

	.atuacao-services .box-services.servico .box-atuacao.servico .titulo-atuacao {
		width: 100%;
		text-align: right;
		font-size: 16px;
	}

	.atuacao-services .box-services.servico .box-atuacao.servico img {
		width: 40px;
	}
}

@media screen and (max-width: 565px) {

	.atuacao-services .box-services.servico .box-atuacao.servico {
		margin: 2px;
	}

	.atuacao-services .box-services.servico .box-atuacao.servico.active {
		order: unset;
		height: 80px;
	}
}

.atuacao-services .box-services.servico .box-atuacao.servico img.logo-atuacao {
	display: none;
}

.atuacao-services .box-services.servico .box-atuacao.servico.active,
.atuacao-services .box-services.servico .box-atuacao.servico:hover {
	border-radius: 0 0 10px 10px;
	height: 290px;
	border-radius: 0 0 10px 10px;
	height: 290px;
	border-radius: 0 0 10px 10px;
	height: 290px;
	border-radius: 0 0 10px 10px;
	height: 290px;
	border-radius: 0 0 10px 10px;
	height: 290px;
}

@media (max-width: 920px) {

	.atuacao-services .box-services.servico .box-atuacao.servico.active,
	.atuacao-services .box-services.servico .box-atuacao.servico:hover {
		height: 220px;
	}
}

@media screen and (max-width: 856px) {

	.atuacao-services .box-services.servico .box-atuacao.servico.active,
	.atuacao-services .box-services.servico .box-atuacao.servico:hover {
		height: 120px;
	}
}

.atuacao-services .box-services.servico .box-atuacao.servico.active:nth-child(1),
.atuacao-services .box-services.servico .box-atuacao.servico:hover:nth-child(1) {
	background: #4682B4;
}

@media (max-width: 920px) {

	.atuacao-services .box-services.servico .box-atuacao.servico.active,
	.atuacao-services .box-services.servico .box-atuacao.servico:hover {
		height: 220px;
	}
}

@media screen and (max-width: 856px) {

	.atuacao-services .box-services.servico .box-atuacao.servico.active,
	.atuacao-services .box-services.servico .box-atuacao.servico:hover {
		height: 120px;
	}
}

.atuacao-services .box-services.servico .box-atuacao.servico.active:nth-child(2),
.atuacao-services .box-services.servico .box-atuacao.servico:hover:nth-child(2) {
	background: #ba001f;
}

@media (max-width: 920px) {

	.atuacao-services .box-services.servico .box-atuacao.servico.active,
	.atuacao-services .box-services.servico .box-atuacao.servico:hover {
		height: 220px;
	}
}

@media screen and (max-width: 856px) {

	.atuacao-services .box-services.servico .box-atuacao.servico.active,
	.atuacao-services .box-services.servico .box-atuacao.servico:hover {
		height: 120px;
	}
}

.atuacao-services .box-services.servico .box-atuacao.servico.active:nth-child(3),
.atuacao-services .box-services.servico .box-atuacao.servico:hover:nth-child(3) {
	background: #a90421;
}

@media (max-width: 920px) {

	.atuacao-services .box-services.servico .box-atuacao.servico.active,
	.atuacao-services .box-services.servico .box-atuacao.servico:hover {
		height: 220px;
	}
}

@media screen and (max-width: 856px) {

	.atuacao-services .box-services.servico .box-atuacao.servico.active,
	.atuacao-services .box-services.servico .box-atuacao.servico:hover {
		height: 120px;
	}
}

.atuacao-services .box-services.servico .box-atuacao.servico.active:nth-child(4),
.atuacao-services .box-services.servico .box-atuacao.servico:hover:nth-child(4) {
	background: #900d23;
}

@media (max-width: 920px) {

	.atuacao-services .box-services.servico .box-atuacao.servico.active,
	.atuacao-services .box-services.servico .box-atuacao.servico:hover {
		height: 220px;
	}
}

@media screen and (max-width: 856px) {

	.atuacao-services .box-services.servico .box-atuacao.servico.active,
	.atuacao-services .box-services.servico .box-atuacao.servico:hover {
		height: 120px;
	}
}

.atuacao-services .box-services.servico .box-atuacao.servico.active:nth-child(5),
.atuacao-services .box-services.servico .box-atuacao.servico:hover:nth-child(5) {
	background: #4682B4;
}

.atuacao-services .box-services.servico .box-atuacao.servico.active img.logo-atuacao,
.atuacao-services .box-services.servico .box-atuacao.servico:hover img.logo-atuacao {
	display: block;
}

@media screen and (max-width: 768px) {

	.atuacao-services .box-services.servico .box-atuacao.servico.active,
	.atuacao-services .box-services.servico .box-atuacao.servico:hover {
		border-radius: 0;
	}
}

.atuacao-services .box-services.servico .box-atuacao.active img.logo-atuacao {
	display: flex;
}

.atuacao-services .box-services .box-atuacao {
	height: 290px;
	width: 268px;
	border-radius: 0 0 18px 18px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 0 50px;
	position: relative;
}

.atuacao-services .box-services .box-atuacao.para-aeroportos,
.atuacao-services .box-services .box-atuacao.for-airports {
	background-color: #4682B4;
}

.atuacao-services .box-services .box-atuacao.para-rodovias,
.atuacao-services .box-services .box-atuacao.for-highways {
	background-color: #ba001f;
}

.atuacao-services .box-services .box-atuacao.para-seu-colaborador,
.atuacao-services .box-services .box-atuacao.for-your-employees {
	background-color: #a90421;
}

.atuacao-services .box-services .box-atuacao.para-empresas,
.atuacao-services .box-services .box-atuacao.for-companies {
	background-color: #900d23;
}

.atuacao-services .box-services .box-atuacao.para-sua-escola,
.atuacao-services .box-services .box-atuacao.for-schools {
	background-color: #4682B4;
}

@media screen and (max-width: 768px) {

	.atuacao-services .box-services .box-atuacao {
		width: 150px;
		height: 175px;
		padding: 10px;
	}
}

@media screen and (max-width: 768px) and (max-width: 425px) {

	.atuacao-services .box-services .box-atuacao {
		width: 120px;
	}
}

.atuacao-services .box-services .box-atuacao .titulo-atuacao {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	z-index: 999;
}

@media screen and (max-width: 768px) {

	.atuacao-services .box-services .box-atuacao .titulo-atuacao {
		font-size: 16px;
	}
}

@media screen and (max-width: 768px) and (max-width: 425px) {

	.atuacao-services .box-services .box-atuacao .titulo-atuacao {
		font-size: 14px;
	}
}

@media screen and (max-width: 425px) {

	.atuacao-services .box-services .box-atuacao .titulo-atuacao img {
		width: 35%;
	}
}

.atuacao-services .box-services .box-atuacao img.logo-atuacao {
	display: none;
	position: absolute;
	z-index: 0;
	opacity: 0.2;
	width: 50%;
	bottom: 10px;
	left: 15px;
}

@media screen and (max-width: 768px) {

	.atuacao-services .box-services .box-atuacao img.logo-atuacao {
		display: none;
	}
}

.atuacao-services .box-services .box-list-services {
	box-sizing: border-box;
	flex: 1;
	height: 270px;
	background-color: #B8860B;
	display: flex;
	align-items: center;
	justify-content: center;
}

@media (max-width: 920px) {

	.atuacao-services .box-services .box-list-services {
		height: auto;
		min-height: 270px;
		padding: 20px 0;
	}
}

.atuacao-services .box-services .box-list-services .box-list-services-items {
	width: 90%;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	gap: 20px 10px;
}

@media (max-width: 920px) {

	.atuacao-services .box-services .box-list-services .box-list-services-items {
		gap: 10px;
	}
}

@media screen and (max-width: 920px) and (max-width: 768px) {

	.atuacao-services .box-services .box-list-services .box-list-services-items {
		grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
		grid-auto-rows: auto;
	}
}

.atuacao-services .box-services .box-list-services .box-list-services-items a {
	text-decoration: none;
	color: #fff;
	outline: 0;
}

.atuacao-services .box-services .box-list-services .box-list-services-items a.select-service span b {
	color: #4682B4;
}

.atuacao-services .box-services .box-list-services .box-list-services-items span {
	font-style: normal;
	font-weight: lighter;
	font-size: 18px;
	line-height: 28px;
	margin-bottom: 0;
	display: flex;
	flex-direction: column;
	color: #fff;
}

.atuacao-services .box-services .box-list-services .box-list-services-items span b {
	font-weight: bold;
	font-size: 20px;
}

@media screen and (max-width: 768px) {

	.atuacao-services .box-services .box-list-services .box-list-services-items span {
		font-size: 12px;
		line-height: 20px;
		margin-bottom: 10px;
	}

	.atuacao-services .box-services .box-list-services .box-list-services-items span .remove-mobile {
		display: none;
	}

	.atuacao-services .box-services .box-list-services .box-list-services-items span b {
		font-size: 13px;
	}
}

.atuacao-services .box-services .box-list-services .box-list-services-items span.description-hidden,
.atuacao-services .box-services .box-list-services .box-list-services-items span.link-hidden {
	display: none;
}

.atuacao-services .box-redirect {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-evenly;
	transition: ease-in-out 0.4s;
}

.atuacao-services .box-redirect h3 {
	font-style: normal;
	font-weight: bold;
	font-size: 48px;
	line-height: 5.8px;
}

@media screen and (max-width: 768px) {

	.atuacao-services .box-redirect h3 {
		font-size: 24px;
		margin-top: 40px;
	}
}

.atuacao-services .box-redirect a {
	margin-top: 30px;
	width: 220px;
	height: 55px;
	background: #22b573;
	border: 1.54717px solid #0000CD;
	box-sizing: border-box;
	border-radius: 10px;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
}

.atuacao-services .box-redirect a:hover {
	background-color: #22b559;
}

h4.impact {
	font-style: normal;
	font-weight: bold;
	font-size: 40px;
	line-height: 54px;
	margin-bottom: 30px;
	padding: 0 20px;
}

h4.impact.para-aeroportos,
h4.impact.for-airports {
	color: #4682B4;
}

h4.impact.para-rodovias,
h4.impact.for-highways {
	color: #ba001f;
}

h4.impact.para-seu-colaborador,
h4.impact.for-your-employees {
	color: #a90421;
}

h4.impact.para-empresas,
h4.impact.for-companies {
	color: #900d23;
}

h4.impact.para-sua-escola,
h4.impact.for-schools {
	color: #4682B4;
}

@media screen and (max-width: 768px) {

	h4.impact {
		font-size: 20px;
		line-height: 30px;
		padding: 0;
		margin-top: 40px;
	}
}

h4.impact.rodovia {
	text-align: center;
}

.box-aero .container {
	margin: 98px auto;
}

@media screen and (max-width: 768px) {

	.box-aero .container {
		margin-top: 40px;
	}
}

.box-aero .container header h2 {
	font-style: normal;
	font-weight: bold;
	font-size: 48px;
	line-height: 54px;
	text-align: center;
	color: #4682B4;
	margin-bottom: 18px;
}

@media screen and (max-width: 768px) {

	.box-aero .container header h2 {
		font-size: 28px;
		line-height: 34px;
	}
}

.box-aero .container p {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	font-style: normal;
	font-weight: 300;
	font-size: 18px;
	line-height: 28px;
	text-align: center;
	color: #635d5d;
}

@media screen and (max-width: 768px) {

	.box-aero .container p {
		font-size: 14px;
		line-height: 24px;
		text-align: justify;
	}
}

.box-aero .container .aero-img {
	width: 100%;
	max-width: 900px;
	height: 100%;
	max-height: 581px;
	margin: 30px auto 0;
}

.box-aero .container .aero-img img {
	width: 100%;
	height: 100%;
	object-fit: fill;
}

.box-aero .container .know-more {
	width: 100%;
	margin: 30px 0;
	display: flex;
	justify-content: center;
}

.box-aero .container .know-more a {
	display: block;
	background-color: #0000CD;
	color: white;
	text-transform: uppercase;
	text-decoration: none;
	border: 2px solid #22b573;
	padding: 20px;
	max-width: 300px;
	width: 100%;
	border-radius: 10px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	transition: 0.4s;
}

@media screen and (max-width: 768px) {

	.box-aero .container .know-more a {
		padding: 15px;
		max-width: 274px;
		margin: 0 auto;
	}
}

.box-aero .container .know-more a:hover {
	background-color: #3a8941;
}

.box-benefits {
	background: #031d24;
}

.box-benefits .container {
	padding: 117px 20px;
}

.box-benefits .container header {
	margin-bottom: 50px;
}

.box-benefits .container header h2 {
	color: #fff;
	font-style: normal;
	font-weight: bold;
	font-size: 48px;
	line-height: 54px;
	text-align: center;
}

.box-benefits .container .box-benefits-item {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin: 0 auto;
}

.box-benefits .container .box-benefits-item .slick-dots {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.box-benefits .container .box-benefits-item .slick-dots li {
	margin: 0 5px;
}

@media screen and (max-width: 768px) {

	.box-benefits .container .box-benefits-item .slick-dots li {
		margin: 0 3px;
	}
}

.box-benefits .container .box-benefits-item .slick-dots li button {
	width: 13px;
	height: 13px;
	background-color: #c4c4c4;
	font-size: 0;
	border: none;
	border-radius: 50%;
	outline: none;
	cursor: pointer;
}

@media screen and (max-width: 768px) {

	.box-benefits .container .box-benefits-item .slick-dots li button {
		width: 8px;
		height: 8px;
	}
}

.box-benefits .container .box-benefits-item .benefits-item {
	box-sizing: border-box;
	width: 315px !important;
	height: 342px;
	background: #fff;
	box-shadow: 40px 23px 64px rgba(0, 0, 0, 0.25);
	border-radius: 10px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	flex-wrap: nowrap !important;
	margin: 10px 15px;
	padding: 15px 20px;
}

@media screen and (max-width: 768px) {

	.box-benefits .container .box-benefits-item .benefits-item {
		width: 300px !important;
		height: 300px;
		margin-left: 20px;
		margin-right: 20px;
	}
}

.box-benefits .container .box-benefits-item .benefits-item.benefits-item-plus {
	width: 260px !important;
}

.box-benefits .container .box-benefits-item .benefits-item .icon-img {
	height: 92px;
}

.box-benefits .container .box-benefits-item .benefits-item .icon-img img.img-benefits {
	height: 100%;
	object-fit: fill;
}

.box-benefits .container .box-benefits-item .benefits-item h3 {
	margin: 0;
	text-align: center;
	width: 215.85px;
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	line-height: 26px;
}

@media screen and (max-width: 768px) {

	.box-benefits .container .box-benefits-item .benefits-item h3 {
		padding: 0 15px;
	}
}

.box-benefium {
	background: #f5f5f5;
}

.box-benefium .container {
	margin: 20px auto 0;
	padding: 89px 20px;
}

@media screen and (max-width: 768px) {

	.box-benefium .container {
		padding: 50px 20px;
	}
}

.box-benefium .container header h2 {
	font-style: normal;
	font-weight: bold;
	font-size: 48px;
	line-height: 54px;
	text-align: center;
	margin-bottom: 68px;
}

@media screen and (max-width: 768px) {

	.box-benefium .container header h2 {
		font-size: 24px;
		line-height: 24px;
	}
}

.box-benefium .container header h2.para-aeroportos,
.box-benefium .container header h2.for-airports {
	color: #4682B4;
}

.box-benefium .container header h2.para-rodovias,
.box-benefium .container header h2.for-highways {
	color: #ba001f;
}

.box-benefium .container header h2.para-seu-colaborador,
.box-benefium .container header h2.for-your-employees {
	color: #a90421;
}

.box-benefium .container header h2.para-empresas,
.box-benefium .container header h2.for-companies {
	color: #900d23;
}

.box-benefium .container header h2.para-sua-escola,
.box-benefium .container header h2.for-schools {
	color: #4682B4;
}

.box-benefium .container .box-benefium-item {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}

@media screen and (max-width: 768px) {

	.box-benefium .container .box-benefium-item {
		justify-content: flex-start;
		flex-wrap: nowrap;
		overflow-x: scroll;
	}
}

.box-benefium .container .box-benefium-item .benefium-item {
	flex: 1 1 280px;
	height: 515px;
	max-width: 500px;
	margin: 0 20px;
	background: #fff;
	border-radius: 10px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	transition: 0.3s;
}

@media screen and (max-width: 768px) {

	.box-benefium .container .box-benefium-item .benefium-item {
		height: 352.08px;
		padding: 20px;
	}
}

.box-benefium .container .box-benefium-item .benefium-item:hover {
	box-shadow: 40px 23px 64px rgba(0, 0, 0, 0.25);
}

.box-benefium .container .box-benefium-item .benefium-item img {
	width: 186px;
	height: 158px;
	object-fit: fill;
	margin-bottom: 26px;
}

@media screen and (max-width: 768px) {

	.box-benefium .container .box-benefium-item .benefium-item img {
		width: 127px;
		height: 105px;
	}
}

.box-benefium .container .box-benefium-item .benefium-item p {
	width: 324px;
	height: 128px;
	font-style: normal;
	font-weight: 300;
	font-size: 20px;
	line-height: 32px;
	text-align: center;
	color: #635d5d;
}

@media screen and (max-width: 768px) {

	.box-benefium .container .box-benefium-item .benefium-item p {
		width: 250px;
		font-size: 14px;
		line-height: 24px;
	}
}

.box-team {
	background: #f5f5f5;
}

.box-team.para-sua-escola,
.box-team.for-schools {
	background-color: #ADD8E6;
}

.box-team.para-sua-escola h1,
.box-team.para-sua-escola h2,
.box-team.para-sua-escola h3,
.box-team.para-sua-escola h4,
.box-team.para-sua-escola h5,
.box-team.para-sua-escola h6,
.box-team.for-schools h1,
.box-team.for-schools h2,
.box-team.for-schools h3,
.box-team.for-schools h4,
.box-team.for-schools h5,
.box-team.for-schools h6 {
	font-family: "Nexa Bold", sans-serif;
	text-align: initial;
	color: #00008B !important;
	margin: 15px 0;
}

.box-team .container {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 94px 20px;
}

@media screen and (max-width: 768px) {

	.box-team .container {
		padding: 40px 20px;
	}
}

.box-team .container .box-main-team {
	width: 500px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	font-style: normal;
	font-weight: 300;
	font-size: 18px;
	line-height: 28px;
	color: #635d5d;
	text-align: left;
}

@media (max-width: 1162px) {

	.box-team .container .box-main-team {
		width: 40%;
		font-size: 14px;
		line-height: 20px;
	}
}

@media screen and (max-width: 1162px) and (max-width: 856px) {

	.box-team .container .box-main-team {
		width: 90%;
		margin: 0 auto 20px;
	}
}

.box-team .container .box-main-team .box-main-team-header h3 {
	font-family: "Nexa Bold", sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 48px;
	line-height: 54px;
	margin: 0 0 20px;
	color: #4682B4;
}

.box-team .container .box-main-team h1,
.box-team .container .box-main-team h2,
.box-team .container .box-main-team h3,
.box-team .container .box-main-team h4,
.box-team .container .box-main-team h5,
.box-team .container .box-main-team h6 {
	font-family: "Nexa Bold", sans-serif;
	clear: both;
	color: #4682B4;
	margin: 15px 0;
}

@media screen and (max-width: 768px) {

	.box-team .container .box-main-team h1,
	.box-team .container .box-main-team h2,
	.box-team .container .box-main-team h3,
	.box-team .container .box-main-team h4,
	.box-team .container .box-main-team h5,
	.box-team .container .box-main-team h6 {
		font-size: 24px !important;
		line-height: 34px;
	}
}

.box-team .container .box-main-team p {
	font-style: normal;
	font-weight: 300;
	font-size: 18px;
	line-height: 28px;
	color: #000000;
	text-align: left;
}

@media screen and (max-width: 768px) {

	.box-team .container .box-main-team p {
		width: 100%;
		font-size: 14px;
		line-height: 20px;
		margin-bottom: 15px;
	}
}

.box-team .container .team-img {
	width: 100%;
	max-width: 600px;
	height: 580px;
}

@media (max-width: 1162px) {

	.box-team .container .team-img {
		max-width: 50%;
	}
}

@media (max-width: 1162px) and (max-width: 920px) {

	.box-team .container .team-img {
		max-width: 55%;
	}
}

@media screen and (max-width: 1162px) and (max-width: 920px) and (max-width: 856px) {

	.box-team .container .team-img {
		max-width: 90%;
		margin: 0 auto 20px;
	}
}

@media screen and (max-width: 1162px) and (max-width: 920px) and (max-width: 856px) and (max-width: 565px) {

	.box-team .container .team-img {
		height: 330px;
	}
}

@media screen and (max-width: 1162px) and (max-width: 920px) and (max-width: 856px) and (max-width: 565px) and (max-width: 425px) {

	.box-team .container .team-img {
		height: 285px;
	}
}

.box-team .container .team-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.box-testimony {
	background: #0000CD;
}

.box-testimony .container {
	padding: 80px 20px;
	justify-content: flex-start;
	flex-wrap: nowrap;
}

@media screen and (max-width: 768px) {

	.box-testimony .container {
		justify-content: center;
		flex-wrap: wrap;
	}
}

.box-testimony .container img {
	width: 250px;
	height: 250px;
	border-radius: 50%;
	object-fit: fill;
	margin-right: 5%;
}

@media screen and (max-width: 768px) {

	.box-testimony .container img {
		width: 150px;
		height: 150px;
		margin-right: 0;
		margin-bottom: 20px;
	}
}

.box-testimony .container .testimony {
	max-width: 700px;
}

.box-testimony .container .testimony p {
	position: relative;
	font-style: normal;
	font-weight: bold;
	font-size: 24px;
	line-height: 35px;
	color: #fff;
}

.box-testimony .container .testimony p:first-child::before {
	position: absolute;
	left: 0;
	content: url("../image/icon/icon_depoimento.svg");
	width: 100%;
	height: 100%;
	opacity: 0.5;
}

@media screen and (max-width: 768px) {

	.box-testimony .container .testimony p {
		font-size: 16px;
		line-height: 28px;
	}
}

.box-testimony .container .testimony p.owner {
	text-align: right;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.box-testimony .container .testimony p.owner::before {
	content: unset;
}

.box-testimony .container .testimony p span {
	margin-top: 15px;
	font-family: "Nexa Bold", sans-serif;
	font-size: 20px;
	line-height: 30px;
	text-transform: uppercase;
	color: #000;
}

@media screen and (max-width: 768px) {

	.box-testimony .container .testimony p span {
		font-size: 18px;
		line-height: 28px;
	}
}

@media screen and (max-width: 425px) {

	.box-testimony .container .testimony p span {
		font-size: 16px;
		line-height: 20px;
	}
}

.box-testimony .container .testimony p .span-stroker {
	display: block;
	height: 2px;
	width: 60px;
	margin-right: 20px;
	background-color: #000;
}

.box-cases .container {
	padding: 100px 0;
}

@media screen and (max-width: 768px) {

	.box-cases .container {
		padding-top: 50px;
	}
}

.box-cases .container header.title-box-impact {
	width: 100%;
	display: flex;
	justify-content: center;
	margin: 0 auto 80px;
	padding: 0 20px;
}

@media screen and (max-width: 768px) {

	.box-cases .container header.title-box-impact {
		width: 90%;
		margin: 0 auto 50px;
	}
}

.box-cases .container header.title-box-impact h2.title-impact {
	color: #4682B4;
	text-align: center;
}

.box-cases .container .box-cases-impact {
	padding-left: 20px;
	padding-right: 20px;
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto;
}

@media screen and (max-width: 768px) {

	.box-cases .container .box-cases-impact {
		overflow-x: scroll;
		flex-wrap: nowrap;
	}
}

@media screen and (max-width: 425px) {

	.box-cases .container .box-cases-impact {
		padding-left: 10px;
		padding-right: 10px;
	}
}

.box-cases .container .box-cases-impact .cases-impact-item {
	flex: 1 1 350px;
	min-height: 172.48px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin: 0 10px 40px;
}

@media screen and (max-width: 768px) {

	.box-cases .container .box-cases-impact .cases-impact-item {
		flex: 1 0 350px;
		margin: 0 20px 40px;
	}
}

@media screen and (max-width: 425px) {

	.box-cases .container .box-cases-impact .cases-impact-item {
		flex: 1 0 290px;
		margin: 0 10px 40px;
	}
}

.box-cases .container .box-cases-impact .cases-impact-item .box-people {
	height: 100%;
	width: 100%;
	max-width: 150px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

@media screen and (max-width: 425px) {

	.box-cases .container .box-cases-impact .cases-impact-item .box-people {
		max-width: 120px;
	}
}

.box-cases .container .box-cases-impact .cases-impact-item .box-people img {
	position: absolute;
	top: 0;
	left: 0;
}

.box-cases .container .box-cases-impact .cases-impact-item .box-people .people-number {
	font-family: "Nexa Bold", sans-serif;
	font-size: 300%;
	line-height: 75px;
	text-align: center;
	color: #4682B4;
	position: absolute;
	top: 12px;
}

@media screen and (max-width: 425px) {

	.box-cases .container .box-cases-impact .cases-impact-item .box-people .people-number {
		font-size: 30px;
		line-height: 60px;
	}
}

.box-cases .container .box-cases-impact .cases-impact-item .box-city-impact {
	margin-top: 3px;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}

.box-cases .container .box-cases-impact .cases-impact-item .box-city-impact img {
	width: 100%;
}

@media screen and (max-width: 425px) {

	.box-cases .container .box-cases-impact .cases-impact-item .box-city-impact img {
		max-width: 165px;
	}
}

.box-cases .container .box-cases-slides .container {
	padding-top: 40px;
}

@media screen and (max-width: 768px) {

	.box-cases .container .box-cases-slides .container {
		padding: 10px 20px;
		margin-bottom: 100px;
	}
}

.box-cases .container .box-cases-slides .container header {
	margin-bottom: 45px;
	width: 100%;
	display: flex;
	justify-content: center;
}

.box-cases .container .box-cases-slides .container header h2 {
	font-style: normal;
	font-weight: bold;
	font-size: 48px;
	line-height: 54px;
	text-align: center;
}

.box-cases .container .box-cases-slides .container header h2.para-aeroportos,
.box-cases .container .box-cases-slides .container header h2.for-airports {
	color: #4682B4;
}

.box-cases .container .box-cases-slides .container header h2.para-rodovias,
.box-cases .container .box-cases-slides .container header h2.for-highways {
	color: #ba001f;
}

.box-cases .container .box-cases-slides .container header h2.para-seu-colaborador,
.box-cases .container .box-cases-slides .container header h2.for-your-employees {
	color: #a90421;
}

.box-cases .container .box-cases-slides .container header h2.para-empresas,
.box-cases .container .box-cases-slides .container header h2.for-companies {
	color: #900d23;
}

.box-cases .container .box-cases-slides .container header h2.para-sua-escola,
.box-cases .container .box-cases-slides .container header h2.for-schools {
	color: #4682B4;
}

@media screen and (max-width: 768px) {

	.box-cases .container .box-cases-slides .container header {
		margin-bottom: 0;
	}

	.box-cases .container .box-cases-slides .container header h2 {
		font-size: 28px;
		line-height: 30px;
	}
}

.box-cases .container .box-cases-slides .container .slick-dots {
	margin-left: 50px;
	display: flex;
}

.box-cases .container .box-cases-slides .container .slick-dots li {
	margin: 0 5px;
}

.box-cases .container .box-cases-slides .container .slick-dots li button {
	width: 13px;
	height: 13px;
	background-color: #B8860B;
	font-size: 0;
	border: none;
	border-radius: 50%;
	outline: none;
	cursor: pointer;
}

.box-cases .container .box-cases-slides .container .slick-dots li.slick-active button {
	background-color: #4682B4;
}

@media screen and (max-width: 768px) {

	.box-cases .container .box-cases-slides .container .slick-dots {
		margin: -60px 0 10px 0;
	}

	.box-cases .container .box-cases-slides .container .slick-dots li {
		margin: 0 3px;
	}

	.box-cases .container .box-cases-slides .container .slick-dots li button {
		width: 8px;
		height: 8px;
	}
}

.box-cases .container .box-cases-slides .container .box-slider {
	position: relative;
	flex-wrap: nowrap;
	overflow: hidden;
}

@media screen and (max-width: 768px) {

	.box-cases .container .box-cases-slides .container .box-slider {
		flex-wrap: nowrap;
	}
}

.box-cases .container .box-cases-slides .container .box-slider.para-aeroportos::before,
.box-cases .container .box-cases-slides .container .box-slider.for-airports::before {
	background-color: #4682B4;
}

.box-cases .container .box-cases-slides .container .box-slider.para-rodovias::before,
.box-cases .container .box-cases-slides .container .box-slider.for-highways::before {
	background-color: #ba001f;
}

.box-cases .container .box-cases-slides .container .box-slider.para-seu-colaborador::before,
.box-cases .container .box-cases-slides .container .box-slider.for-your-employees::before {
	background-color: #a90421;
}

.box-cases .container .box-cases-slides .container .box-slider.para-empresas::before,
.box-cases .container .box-cases-slides .container .box-slider.for-companies::before {
	background-color: #900d23;
}

.box-cases .container .box-cases-slides .container .box-slider.para-sua-escola::before,
.box-cases .container .box-cases-slides .container .box-slider.for-schools::before {
	background-color: #4682B4;
}

.box-cases .container .box-cases-slides .container .box-slider::before {
	content: "";
	width: 95%;
	height: 613px;
	z-index: -1;
	position: absolute;
	top: 0;
	left: 0;
}

@media screen and (max-width: 768px) {

	.box-cases .container .box-cases-slides .container .box-slider::before {
		height: 0;
		background-color: unset;
	}
}

.box-cases .container .box-cases-slides .container .box-slider .box-slider-content {
	width: 340px;
	margin-left: 70px;
	color: #fff;
}

.box-cases .container .box-cases-slides .container .box-slider .box-slider-content h3 {
	font-style: normal;
	font-weight: bold;
	font-size: 36.2962px;
	line-height: 41px;
	color: #fff;
	margin-bottom: 25px;
}

@media screen and (max-width: 768px) {

	.box-cases .container .box-cases-slides .container .box-slider .box-slider-content {
		position: absolute;
		right: 0;
		bottom: 0;
		width: 100%;
		padding: 10px 15px;
		margin-left: 0;
		background-color: #4682B4;
	}

	.box-cases .container .box-cases-slides .container .box-slider .box-slider-content h3 {
		font-size: 20px;
		line-height: 30px;
		margin-bottom: 10px;
	}

	.box-cases .container .box-cases-slides .container .box-slider .box-slider-content p {
		font-size: 14px;
		line-height: 18px;
	}
}

.box-cases .container .box-cases-slides .container .box-slider .box-slider-item {
	margin-top: 46px;
	width: 760.6px;
	height: 612px;
}

.box-cases .container .box-cases-slides .container .box-slider .box-slider-item .case-image {
	width: 100%;
	height: 100%;
	object-fit: fill;
	background-size: cover;
	background-repeat: no-repeat;
}

@media screen and (max-width: 768px) {

	.box-cases .container .box-cases-slides .container .box-slider .box-slider-item {
		margin-top: 10px;
		width: 100%;
		height: 700px;
	}

	.box-cases .container .box-cases-slides .container .box-slider .box-slider-item .case-image {
		width: 100%;
		height: 90%;
	}
}

.box-cases .container .box-cases-slides .container .cases-slider.para-aeroportos .slick-dots li.slick-active button,
.box-cases .container .box-cases-slides .container .cases-slider.for-airports .slick-dots li.slick-active button {
	background-color: #4682B4;
}

.box-cases .container .box-cases-slides .container .cases-slider.para-rodovias .slick-dots li.slick-active button,
.box-cases .container .box-cases-slides .container .cases-slider.for-highways .slick-dots li.slick-active button {
	background-color: #ba001f;
}

.box-cases .container .box-cases-slides .container .cases-slider.para-seu-colaborador .slick-dots li.slick-active button,
.box-cases .container .box-cases-slides .container .cases-slider.for-your-employees .slick-dots li.slick-active button {
	background-color: #a90421;
}

.box-cases .container .box-cases-slides .container .cases-slider.para-empresas .slick-dots li.slick-active button,
.box-cases .container .box-cases-slides .container .cases-slider.for-companies .slick-dots li.slick-active button {
	background-color: #900d23;
}

.box-cases .container .box-cases-slides .container .cases-slider.para-sua-escola .slick-dots li.slick-active button,
.box-cases .container .box-cases-slides .container .cases-slider.for-schools .slick-dots li.slick-active button {
	background-color: #4682B4;
}

.box-orcamento {
	background-color: #4682B4;
	padding: 75px 0;
	position: relative;
	height: 500px;
	z-index: 0;
}

@media screen and (max-width: 425px) {

	.box-orcamento {
		margin-top: 50px;
	}
}

.box-orcamento svg {
	position: absolute;
	top: -300px;
	width: 100%;
	z-index: -1;
}

.box-orcamento svg path.choice {
	fill: #4682B4;
}

.box-orcamento.para-aeroportos,
.box-orcamento.for-airports {
	background-color: #4682B4;
}

.box-orcamento.para-aeroportos svg path.choice,
.box-orcamento.for-airports svg path.choice {
	fill: #4682B4;
}

.box-orcamento.para-rodovias,
.box-orcamento.for-highways {
	background-color: #ba001f;
}

.box-orcamento.para-rodovias svg path.choice,
.box-orcamento.for-highways svg path.choice {
	fill: #ba001f;
}

.box-orcamento.para-seu-colaborador,
.box-orcamento.for-your-employees {
	background-color: #a90421;
}

.box-orcamento.para-seu-colaborador svg path.choice,
.box-orcamento.for-your-employees svg path.choice {
	fill: #a90421;
}

.box-orcamento.para-empresas,
.box-orcamento.for-companies {
	background-color: #900d23;
}

.box-orcamento.para-empresas svg path.choice,
.box-orcamento.for-companies svg path.choice {
	fill: #900d23;
}

.box-orcamento.para-sua-escola,
.box-orcamento.for-schools {
	background-color: #ADD8E6;
}

.box-orcamento.para-sua-escola svg path.choice,
.box-orcamento.for-schools svg path.choice {
	fill: #000000;
}

.box-orcamento .content {
	width: 100%;
	max-width: 1274px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.box-orcamento .content header {
	margin-bottom: 60px;
}

.box-orcamento .content header h2 {
	display: flex;
	align-items: center;
	justify-content: center;
	font-style: normal;
	font-weight: bold;
	font-size: 48px;
	line-height: 58px;
	text-align: center;
	color: #000080;
}

.box-orcamento .content .box-form-orcamento {
	width: 100%;
}

.box-orcamento .content .box-form-orcamento form {
	align-items: center;
	justify-content: center;
}

.box-orcamento .content .box-form-orcamento form .form-group {
	width: 368px;
	margin: 0 15px 0 15px;
	margin-bottom: 15px;
}

.box-orcamento .content .box-form-orcamento form .form-group.form-group-button {
	align-self: end;
	margin-bottom: 30px;
}

.box-orcamento .content .box-form-orcamento form .form-group select,
.box-orcamento .content .box-form-orcamento form .form-group input,
.box-orcamento .content .box-form-orcamento form .form-group label {
	width: 100%;
	height: 56px;
	margin-bottom: 15px;
}

.box-orcamento .content .box-form-orcamento form .form-group select.ddd,
.box-orcamento .content .box-form-orcamento form .form-group input.ddd,
.box-orcamento .content .box-form-orcamento form .form-group label.ddd {
	width: 87px;
	margin-right: 13px;
}

.box-orcamento .content .box-form-orcamento form .form-group select.ddd + label,
.box-orcamento .content .box-form-orcamento form .form-group input.ddd + label,
.box-orcamento .content .box-form-orcamento form .form-group label.ddd + label {
	flex: 1;
}

.box-orcamento .content .box-form-orcamento form .form-group select,
.box-orcamento .content .box-form-orcamento form .form-group input {
	padding: 0 1.6rem;
	background: #fff;
	border: 1px solid #a90421;
	box-sizing: border-box;
	border-radius: 10px;
	margin-bottom: 10px;
	color: #000000;
	font-size: 16px;
}

.box-orcamento .content .box-form-orcamento form .form-group select {
	outline: 0;
}

.box-orcamento .content .box-form-orcamento form .form-group select option {
	color: #000000;
}

.box-orcamento .content .box-form-orcamento form .form-group select::after {
	width: calc(100% - 3.2rem);
	height: 2px;
	content: "";
	background: url("../image/icon/arrowdown.svg");
	position: absolute;
	left: 1.6rem;
	right: 1.6rem;
	border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
	cursor: pointer;
}

.box-orcamento .content .box-form-orcamento form .form-group .form-group-row {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.box-orcamento .content .box-form-orcamento form .form-group .form-group-column {
	display: flex;
	flex-direction: column;
}

.box-orcamento .content .box-form-orcamento form .form-group button[type="submit"] {
	width: 100%;
	height: 56px;
	background: #606367;
	border: 2px solid #fff;
	box-sizing: border-box;
	border-radius: 10px;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
	align-self: baseline;
}

.box-differential {
	background: #f5f5f5;
}

.box-differential .container {
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
	padding: 100px 20px;
}

.box-differential .container header {
	margin-bottom: 66px;
}

.box-differential .container header h2 {
	display: flex;
	align-items: center;
	justify-content: center;
	font-style: normal;
	font-weight: bold;
	font-size: 48px;
	line-height: 54px;
	text-align: center;
}

.box-differential .container header h2.para-aeroportos,
.box-differential .container header h2.for-airports {
	color: #4682B4;
}

.box-differential .container header h2.para-rodovias,
.box-differential .container header h2.for-highways {
	color: #ba001f;
}

.box-differential .container header h2.para-seu-colaborador,
.box-differential .container header h2.for-your-employees {
	color: #a90421;
}

.box-differential .container header h2.para-empresas,
.box-differential .container header h2.for-companies {
	color: #900d23;
}

.box-differential .container header h2.para-sua-escola,
.box-differential .container header h2.for-schools {
	color: #4682B4;
}

.box-differential .container .box-differential-list .differential-item {
	width: 168.09px;
	height: auto;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.box-differential .container .box-differential-list .differential-item .box-img {
	width: 100%;
	height: 128px;
	margin-bottom: 40px;
	background-color: #fbfbfb;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
	transform: matrix(-1, 0, 0, 1, 0, 0);
}

.box-differential .container .box-differential-list .differential-item .box-img img {
	width: 63px;
	height: auto;
	object-fit: fill;
}

.box-differential .container .box-differential-list .differential-item p {
	font-size: 14px;
	line-height: 18px;
	text-align: center;
	color: #635d5d;
}

.box-differential .container .box-differential-list .differential-item.box-program {
	margin: 0 15px 10px;
}

.box-differential .container .box-differential-list .differential-item.box-program h3 {
	color: #22b573;
}

.box-differential .container .box-differential-list .differential-item.box-program a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 60%;
	height: 40px;
	margin-top: 20px;
	background: #22b573;
	border: 1.54717px solid #0000CD;
	box-sizing: border-box;
	border-radius: 10px;
	font-style: normal;
	font-weight: bold;
	font-size: 12.3774px;
	line-height: 14px;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
}

.box-differential .container .box-differential-list .differential-item.box-program a:hover {
	background: #3a8941;
}

.box-differential .container .box-differential-list.program {
	position: relative;
	justify-content: flex-start;
	align-items: stretch;
	flex-wrap: nowrap;
	overflow-x: scroll;
	padding-bottom: 20px;
}

.box-differential .container .box-differential-list.program .differential-item {
	width: unset;
	flex: 1 0 200px;
	height: auto;
	margin: 0 20px;
}

.content.complaice {
	margin: 80px auto;
}

.content.complaice header {
	margin-bottom: 60px;
}

.content.complaice header h2 {
	font-size: 48px;
	line-height: 54px;
	text-align: center;
	margin-bottom: 10px;
	color: #4682B4;
}

@media screen and (max-width: 768px) {

	.content.complaice header h2 {
		font-size: 35px;
		line-height: 45px;
	}
}

@media screen and (max-width: 768px) and (max-width: 425px) {

	.content.complaice header h2 {
		font-size: 24px;
		line-height: 34px;
	}
}

.content.complaice p {
	font-size: 27px;
	line-height: 37px;
	text-align: center;
}

@media screen and (max-width: 768px) {

	.content.complaice p {
		font-size: 20px;
		line-height: 30px;
	}
}

@media screen and (max-width: 768px) and (max-width: 425px) {

	.content.complaice p {
		font-size: 16px;
		line-height: 26px;
	}
}

.content.complaice .box-body-complaice {
	display: grid;
	grid-template:
 "box-top box-img" "box-feature box-img" "box-footer box-button";
	gap: 15px 30px;
}

@media (max-width: 920px) {

	.content.complaice .box-body-complaice {
		grid-template:
 "box-top" "box-feature " "box-img" "box-footer";
	}
}

.content.complaice .box-body-complaice .box-top {
	grid-area: box-top;
}

.content.complaice .box-body-complaice .box-img {
	margin-top: 90px;
	grid-area: box-img;
	position: relative;
}

@media (max-width: 920px) {

	.content.complaice .box-body-complaice .box-img {
		margin-top: 0;
		display: flex;
		justify-items: center;
	}
}

.content.complaice .box-body-complaice .box-img img {
	align-self: center;
	grid-column: 1;
	height: 100%;
	z-index: -1;
}

@media (max-width: 1162px) {

	.content.complaice .box-body-complaice .box-img img {
		height: 90%;
	}
}

@media (max-width: 920px) {

	.content.complaice .box-body-complaice .box-img img {
		height: 100%;
		margin: 0 auto;
	}
}

@media screen and (max-width: 650px) {

	.content.complaice .box-body-complaice .box-img img {
		height: auto;
	}
}

.content.complaice .box-body-complaice .box-img a {
	z-index: 9999;
	position: absolute;
	bottom: 95px;
	left: 40px;
}

@media (max-width: 1162px) {

	.content.complaice .box-body-complaice .box-img a {
		bottom: 150px;
	}
}

@media (max-width: 920px) {

	.content.complaice .box-body-complaice .box-img a {
		bottom: 100px;
		left: calc(10% + 100px);
	}
}

@media screen and (max-width: 565px) {

	.content.complaice .box-body-complaice .box-img a {
		bottom: 50px;
		left: calc(10% + 50px);
	}
}

@media screen and (max-width: 425px) {

	.content.complaice .box-body-complaice .box-img a {
		bottom: 75px;
		left: 30px;
	}
}

@media screen and (max-width: 320px) {

	.content.complaice .box-body-complaice .box-img a {
		bottom: 50px;
		left: 30px;
	}
}

.content.complaice .box-body-complaice .box-feature {
	grid-area: box-feature;
}

.content.complaice .box-body-complaice .box-button {
	margin-top: -32%;
	z-index: 9999;
	justify-content: center;
	grid-area: box-button;
}

.content.complaice .box-body-complaice .box-button a {
	margin-left: 60px;
	z-index: 999;
}

.content.complaice .box-body-complaice .box-footer {
	grid-area: box-footer;
}

.content.complaice .box-body-complaice p {
	font-size: 20px;
	line-height: 30px;
	text-align: left;
}

.content.complaice .box-body-complaice p.strong {
	color: #4682B4;
}

@media screen and (max-width: 768px) {

	.content.complaice .box-body-complaice p {
		font-size: 18px;
		line-height: 28px;
	}
}

@media screen and (max-width: 768px) and (max-width: 425px) {

	.content.complaice .box-body-complaice p {
		font-size: 16px;
		line-height: 26px;
	}
}

.content.complaice .box-body-complaice h4,
.content.complaice .box-body-complaice h3,
.content.complaice .box-body-complaice h2 {
	color: #4682B4;
}

.content.complaice .box-body-complaice h3 {
	font-size: 38px;
	line-height: 48px;
}

.content.complaice .box-body-complaice h4 {
	font-size: 20px;
	line-height: 30px;
	margin: 0;
}

.content.complaice .box-body-complaice a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 205px;
	height: 43px;
}

fieldset {
	border: 0;
	outline: 0;
	padding: 0;
}

#contact .contact-container .contact-form form fieldset,
fieldset#phone {
	display: flex;
	width: 100%;
}

#contact .contact-container .contact-form form fieldset {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 0;
	border: 0;
	margin: 0;
}

.wpcf7-form-control.wpcf7-submit.default-button {
	display: block;
	background-color: #22b573;
	color: white;
	text-transform: uppercase;
	text-decoration: none;
	border: 2px solid #22b573;
	padding: 20px;
	max-width: 300px;
	width: 100%;
	border-radius: 10px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}

.box-orcamento .content .box-form-orcamento form .form-group.form-group-button input.wpcf7-form-control.wpcf7-submit.default-button.button-b {
	background: #00008B;
	border: 2px solid #228B22;
	box-sizing: border-box;
	border-radius: 10px;
	color: #fff;
	font-family: "Nexa Bold", sans-serif;
}

#contact .contact-container .contact-form form input,
#contact .contact-container .contact-form form textarea,
#contact .contact-container .contact-form form select {
	width: 100%;
	border: none;
	border-bottom: 1px solid rgba(0, 0, 0, 0.21);
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.21);
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.21);
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.21);
	border-radius: 10px;
	font-size: 14px;
	line-height: 14px;
	padding: 15px 15px 20px;
	margin-bottom: 10px;
}

#contact .contact-container .contact-form form fieldset .wpcf7-form-control-wrap:first-child {
	width: 100%;
	max-width: 90px;
}

.form-group-row.select .wpcf7-form-control-wrap.menu-doctor,
#contact .contact-container .contact-form form fieldset .wpcf7-form-control-wrap:first-child input.ddd,
#contact .contact-container .contact-form form fieldset .wpcf7-form-control-wrap:last-child input.phone {
	width: 100%;
	max-width: unset;
}

#contact .contact-container .contact-form form fieldset#phone .wpcf7-form-control-wrap {
	width: calc(100% - 100px);
}

.box-orcamento .content .box-form-orcamento form .form-group .form-group-row.ddd {
	width: 100%;
	flex-wrap: nowrap;
}

.box-form-orcamento div[role="form"] {
	width: 100%;
}

.box-form-orcamento div[role="form"] .form-box {
	width: 100%;
	max-width: 100%;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}

.box-orcamento .content .box-form-orcamento form .form-group.form-group-button {
	margin-bottom: 15px;
	align-self: flex-end;
}

.box-orcamento .content .box-form-orcamento form .form-group.form-group-button input {
	font-family: "Nexa Bold", sans-serif;
	font-style: normal;
	font-weight: bold;
}

.box-orcamento .content .box-form-orcamento form .form-group {
	width: 100%;
	max-width: 368px;
}

#contact .contact-container.orcamento .contact-form.orcamento {
	margin: 0 auto;
	padding-left: 0;
}

.wp-block-column p {
	margin-bottom: 15px;
}

.menu li {
	list-style: none;
}

.menu li a {
	list-style: none;
	text-decoration: none;
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 20px;
	color: #4682B4;
}

header .sub-navigation .nav-container .nav-items div > ul > li > div {
	padding: 0;
}

header .sub-navigation .nav-container h5 ul {
	padding: 0;
}

@media (max-width: 1024px) {

	.box-orcamento {
		height: unset;
	}

	.box-form-orcamento div[role="form"] {
		display: flex;
		justify-content: center;
	}

	.box-form-orcamento div[role="form"] .form-box {
		flex-direction: column;
		justify-content: center;
		align-items: center;
		width: 70%;
		margin: 0 auto;
	}

	.box-orcamento .content .box-form-orcamento form .form-group {
		width: 100%;
		max-width: unset;
	}

	.box-orcamento .content .box-form-orcamento form .form-group.first {
		margin-bottom: 5px;
	}

	.box-orcamento .content .box-form-orcamento form .form-group.form-group-button {
		align-self: center;
	}

	.box-orcamento .content .box-form-orcamento form .form-group.form-group-button input.wpcf7-form-control.wpcf7-submit.default-button.button-b {
		margin: 0 auto;
		max-width: 100%;
	}

	.box-orcamento .content .box-form-orcamento form .form-group .form-group-row {
		justify-content: space-between;
	}

	.box-orcamento .content .box-form-orcamento form .form-group .form-group-row .wpcf7-form-control-wrap {
		width: 100%;
	}

	.box-orcamento .content .box-form-orcamento form .form-group .form-group-row .wpcf7-form-control-wrap.ddd {
		width: 100%;
		max-width: 120px;
	}
}

@media (max-width: 425px) {

	.box-form-orcamento div[role="form"] .form-box {
		flex-direction: column;
		justify-content: center;
		align-items: center;
		width: 90%;
		margin: 0 auto;
	}

	fieldset#phone {
		flex-wrap: wrap;
	}

	.box-orcamento .content .box-form-orcamento form .form-group .form-group-row .wpcf7-form-control-wrap.ddd,
	.box-orcamento .content .box-form-orcamento form .form-group input.ddd {
		width: 100%;
		max-width: unset;
	}
}

.box-team .container .box-main-team h2 {
	text-align: left;
	font-size: 40px;
}

div.wpcf7 .ajax-loader {
	position: absolute;
	z-index: 99;
	bottom: 20%;
}

.wpcf7-not-valid-tip,
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
	color: #fbfbfc;
	border-color: #fff;
}

.contact-container .contact-form .wpcf7-not-valid-tip,
.contact-container .contact-form .wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
	color: #4682B4;
	border-color: #4682B4;
}

.error-404 {
	margin-top: 120px;
}

.error-404 header.error-404 {
	width: 100%;
	height: 184px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #f5f5f5;
}

.error-404 header.error-404 h1 {
	color: #4682B4;
}

.error-404 .page-content {
	min-height: 200px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.navigation.posts-navigation {
	width: 100%;
}

.navigation.posts-navigation .nav-links {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.navigation.posts-navigation .nav-links .nav-previous,
.navigation.posts-navigation .nav-links .nav-next {
	flex: 1 1 250px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	margin: 0 20px;
	max-width: unset;
	width: auto;
}

.navigation.posts-navigation .nav-links .nav-previous a,
.navigation.posts-navigation .nav-links .nav-next a {
	text-decoration: none;
	color: #fbfbfc;
	padding: 10px 30px;
}

.box-temario-contact {
	margin-top: 80px;
	max-width: 900px;
}

.box-temario-contact h2 {
	color: #4682B4;
	margin-bottom: 30px;
}

.box-temario-contact p.p-buket {
	max-width: 900px;
	line-height: 25px;
	font-size: 20px;
}

.contact-container .contact-form.orcamento.contact {
	padding-top: 50px;
}

.contact-container .contact-form.orcamento.contact .wpcf7-form-control.wpcf7-submit.default-button {
	max-width: 100%;
}
