/*!
Theme Name: globalmobility
Theme URI: https://dividebytwo.pt
Author: divide by two
Author URI: https://dividebytwo.pt
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: globalmobility
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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

Underscores is distributed under the terms of the GNU GPL v2 or later.

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html {
	box-sizing: border-box;
}

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

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

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

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

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

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

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

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

big {
	font-size: 125%;
}

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

hr {
	background-color: black;
	border: 0;
	height: 1px;
	margin-bottom: 60px;
}

ul,
ol {

}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

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

figure {
	margin: 1em 0;
}

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

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

}

a:visited {

}

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

}

a:focus {
	outline: thin dotted;
}

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

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

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

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

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

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

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

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

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

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

.main-navigation ul {

	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 {

	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 {

	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {

}

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

	.menu-toggle {
		display: none;
	}

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

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {

}

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

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

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

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

.post,
.page {

}

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

.page-content,
.entry-content,
.entry-summary {

}

.page-links {
	clear: both;

}

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

.bypostauthor {
	display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gallery-caption {
	display: block;
}

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

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

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

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

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

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

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

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

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

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

	/*rtl:ignore*/
	float: left;

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

.alignright {

	/*rtl:ignore*/
	float: right;

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

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



/* -------------------- COMEÇAR CÓDIGO A SÉRIO ---------------------------- */


body{
	font-family: 'Maax';
	font-weight: 300;
	font-style: normal;
	
	overflow-x: hidden;
	position: relative;
}

.video_homepage{
	width: auto;
	min-height: 100vh;
	min-width: 100vw;
	opacity: 0.8;
}

.video_darken{
	width: 100vw;
	height: 100vh;
	overflow: hidden;
	background: black;
	position: absolute;
	z-index: 0;
	top: 0;
	opacity: 0.2;
}

.video_wrapper{
	width: 100vw;
	height: 100vh;
	overflow: hidden;
	background: black;
}

#masthead{
	position: absolute;
	z-index: 10;
}

.site{
	top: 0;
}

.entry-header{
	display: none;
}

.site-title{
	display: none;
}

.menu_fixed{
	position: fixed;
	background-color: white;
	padding: 10px 20px;
	right: 30px;
	top: 50px;
	z-index: 20;
	
	-webkit-border-radius: 50px 50px 50px 50px;
	-moz-border-radius: 50px 50px 50px 50px;
	border-radius: 50px 50px 50px 50px;
	
	
	-webkit-box-shadow: -4px 4px 12px -1px rgba(0,0,0,0.2); 
	box-shadow: -4px 4px 12px -1px rgba(0,0,0,0.2);
}

.custom-logo{
	width: 130px;
	margin: 30px 0 0 30px;
	position: fixed;
	transition: all ease-in-out 0.2s;
}

.scrolled .custom-logo{
	width: 90px;
}


#menu-services_menu a, #menu-services_menu_en a{
	color:  #aaaaaa ;
	padding: 0px 20px 0 20px;
	font-size: 15px;
	transition: all ease-in-out 0.2s;
}

#menu-services_menu li, #menu-services_menu_en li{
	padding-top: 9px;
}

#menu-services_menu a:hover, #menu-services_menu_en a:hover{
	color: black;
}

#menu-item-9755, #menu-item-11650{
	transition: all ease-in-out 0.3s;
}

#menu-item-9755:hover, #menu-item-11650:hover{
	background: #0f6aa8;
	transition: all ease-in-out 0.3s;
}

#menu-item-9755:hover a, menu-item-11650:hover a{
	color: white;
}

/*----- MENU ICON ------*/
#menu-item-44, #menu-item-11583{
	background-image: url(https://www.global.pt/wp-content/uploads/2022/03/mudancas_icon.png);
	width: 26px;
	height: 26px;
	margin-top: 7px;
	margin-right: 10px;
	margin-left: 30px;
	
	cursor: pointer;
}

#menu-item-44 a, #menu-item-11583 a{
	opacity: 0;
}

#menu-item-44:before, #menu-item-11583:before{
	display: inline-block;
	content: "";
	border-left: 1px solid grey;
	height: 23px;
	margin-left: -15px;
	margin-top: -8px;
	position: absolute;
}

/*----- BUTTON ------*/
#menu-item-9755, #menu-item-11650{
	background-color: #161616;
	color: white;
	border-radius: 17px;
	padding: 7px 10px 5px 10px;
	margin-top: -1px;
}

#menu-item-9755 a, #menu-item-11650 a{
	color: white;
	padding: 3px;
}


/*---------- MENU LANG ------------*/

#menu-item-45-pt::before, #menu-item-11582-pt::before {
	  content: "/";
	  right: 43px;
	  top: 10px;
	  position: absolute;
	  color: #aaaaaa;
}

#menu-item-45-en a, #menu-item-11582-en a{
	padding-right: 0;
}

.lang-item a{
	color: #aaaaaa !important;
}

/* Vehicle Legalization */
.botoes-linha {
	display: flex;
	justify-content: center;
	background-color: #0c60a2;
	border-radius: 50px;
}
.botoes-linha div {
	margin: 0 !important;
    min-width: 33.33%;
}
.botoes-linha p {
	margin: 15px 0;
}
.botoes-linha .textwidget a.button {
    background-color: transparent;
}
.botoes-linha .textwidget:hover a.button {
    background-color: transparent;
	color:#000000;
}
@media screen and (max-width: 500px) {
	/* Vehicle Legalization */
	.botoes-linha {
		display: flex;
		justify-content: center;
		background-color: transparent;
		border-radius: 0px;
		flex-direction: column;
	}
	.botoes-linha div {
		margin: 0 !important;
		min-width:100%;
	}
	.botoes-linha p {
		margin: 8px 0;
	}
	.botoes-linha .textwidget a.button {
		background-color: #0c60a2;
		width: 100%;
        display: block;
	}
	.botoes-linha .textwidget:hover a.button {
		background-color: #054171;
		color:#fff;
	}
}


/* OPEN MENU */


.open_menu{
	width: 700px;
	position: fixed;
	height: 100vh;
	background: #0c60a2;
	right: -500px;
	z-index: 500;
	
	padding-left: 60px;
	padding-top: 50px;
	
	opacity: 0;
	pointer-events: none;
	transition: all ease-in-out 0.2s;
}

.visible{
	opacity: 1;
	pointer-events: auto;
	right: 0;
	transition: all ease-in-out 0.3s;
}


.open_menu ul{
	list-style: none;
}

.open_menu a{
	font-size: 38px;
	line-height: 1.8em;
	color: white;
	text-decoration: none;
}

.orcamento{
	width: 100%;
	background-color: #05416b;
	position: absolute;
	bottom: 0;
	left: 0;
	padding-top: 50px;
	padding-bottom: 70px;
	padding-left: 60px;
}

#menu-main-menu{
	padding: 0;
}

.orcamento h2{
	color: white;
	font-size: 30px;
	font-weight: 300;
	margin: 0 0 20px 0;
}


.orcamento a{
	background-color: #0c60a2;
	font-size: 15px;
	border-radius: 25px;
	padding: 15px 20px;
}

.close{
	position: absolute;
	right: 30px;
	top: 20px;
	cursor: pointer;
}


.home_top{
	color: white;
	margin-top: -35vw;
	position: relative;
	z-index: 10;
}


.home_top .textwidget h1{
	font-size: 5vw;
	font-weight: 500;
	line-height: 1.1em;
	margin-bottom: 0;
	color: white;
}

.home_top p{
	font-size: 22px;
	font-weight: lighter !important;
	line-height: 1.4em;
	margin-bottom: 50px;
	color: white;
}


.textwidget a.button{
	background-color: #0c60a2;
	font-size: 15px;
	border-radius: 25px;
	padding: 15px 25px;

	line-height: 1.8em;
	color: white;
	text-decoration: none;
	transition: all ease-in-out 0.2s;
}

.textwidget a.button:hover{
	background-color: #054171;
}

.textwidget p{
	text-align: justify;
}


.home_top a.button{
	font-size: 18px;
	color:white;
}

p{
	font-size: 18px;
	font-weight: lighter !important;
	line-height: 1.4em;
	color: black;	
}


.oval{
	border-radius: 260px;
	overflow: hidden;
}

.icon{
	width: 120px;
}

.blue_box{
	background: #0f6aa8;
	border-radius: 260px;
	
	-webkit-border-top-left-radius: 0px;
	border-top-left-radius: 0px;
	
	-webkit-border-bottom-left-radius: 0px;
	border-bottom-left-radius: 0px;
	
	padding: 5vw 10vw 5vw 10vw;
}

.blue_box h4{
	font-size: 18px;
	font-weight: lighter !important;
	line-height: 1.4em;
	margin: 0;
}

.blue_box .textwidget h1{
	font-size: 4vw;
	font-weight: 300;
	line-height: 1.1em;
	margin: 20px 0px 0px 0px;
	color: white;
}

.blue_box p{
	color: white;
}

.blue_box a{
	background: black;
}

.counter-value{
	width: auto;
	float: left;
}

.numbers h3{
	font-size: 4vw;
	margin: 0;
}

.numbers h2{
	font-size: 28px;
	margin: 0;
}

.cta_peso{
	background: #fcf7f0;
	-webkit-border-bottom-right-radius: 260px;
	border-bottom-right-radius: 260px;
	
	
	height: 30vw;
	margin-top: -15vw;
}

.cta_peso h2{
	font-size: 4.2vw;
	font-weight: 500;
	line-height: 1em !important;
	color: black;
	padding-top: 5vw;
}

.boxes_cta{
	
}




#colophon{
	display: none;
}



/* NEWS SECTION HOME ----------- */



.results_button h2{
	font-size: 3vw;
	margin: 0;
}

.results_button .button{
	float: right;
	color: black !important;
	background: none !important;
	border: 1px solid black;
	margin-top: -80px;
}

#results .search-filter-results{
	display: flex;
	flex-wrap: wrap;
	column-gap: 10%;
	row-gap: 5vw;
}

#results .search-filter-results .news_wrapper{
	flex-basis: 26.6%;
	padding-bottom: 70px;
	position: relative;
}



#results .search-filter-results .news_wrapper .button{
	position: absolute;
	bottom: 0;
}

#results .search-filter-results .news_wrapper:first-of-type{
	flex-basis: 100%;
	overflow: hidden;
	position: relative;
	border-radius: 100px;
	overflow: hidden;
}

#results.home_results .search-filter-results{
	display: flex;
	flex-wrap: wrap;
	column-gap: 5%;
	row-gap: 5vw;
}

#results.home_results .search-filter-results .news_wrapper:first-of-type{
	flex-basis: 50%;
	overflow: hidden;
	position: relative;
	border-radius: 100px;
	overflow: hidden;
}

@media screen and (max-width: 1100px) {
	#results.home_results .search-filter-results .news_wrapper:first-of-type{
		flex-basis: 100%;
		overflow: hidden;
		position: relative;
		border-radius: 0px !important;
		overflow: hidden;
	}
	
	#results.home_results .search-filter-results .news_wrapper:first-of-type .content{
		padding-bottom: 70px !important;
	}
	
	#results.home_results .search-filter-results .news_wrapper{
		flex-basis: 100% !important;
		padding-bottom: 70px;
		position: relative;
		height: auto !important;
	}
	#results.home_results .search-filter-results .news_wrapper:first-of-type .news_img{
		position: relative !important;
		height: auto !important;
		border-radius: 70px !important;
	}
	
	#results .search-filter-results .news_wrapper:first-of-type .content h2 {
		color: black !important;	
	}
	
	#results.home_results .search-filter-results .news_wrapper:first-of-type .content .button{
		position: absolute;
		bottom: 0 !important;
	}
	
	#results .search-filter-results .news_wrapper:first-of-type .content a.button{
		color: white !important;
	}
	
}

#results.home_results .search-filter-results .news_wrapper{
	flex-basis: 20%;
	padding-bottom: 70px;
	position: relative;
}


#results.home_results .search-filter-results .news_wrapper:first-of-type .news_img{
	
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	
	position: absolute;
	z-index: -10;
}

#results.home_results .search-filter-results .news_wrapper:first-of-type .news_img img{
	width: auto;
	height: auto;
	object-fit: cover;
	background-position: center center;
}

#results.home_results  .search-filter-results .news_wrapper:first-of-type .content{
	padding-bottom: 150px;
}

#results.home_results  .search-filter-results .news_wrapper:first-of-type .content .button{
	bottom: 70px;
}


#results  .post-categories li{
	display: inline;
}

#results .search-filter-results .news_wrapper:first-of-type .news_img{
	height: 37vw;
	
	position: absolute;
	z-index: -10;
	border-radius: 0 !important;
}

#results .search-filter-results .news_wrapper:first-of-type img{
	min-height: 37vw;
	margin-bottom: -15px;
	
}



#results .search-filter-results .news_wrapper:first-of-type .content{
	position: absolute;
	bottom: 0;
	padding: 10vw 4vw 2vw 4vw;
	
	
	background: rgb(0,0,0);
	background: linear-gradient(0deg, rgba(0,0,0,0.8) 28%, rgba(0,0,0,0) 100%); 
}

#results .search-filter-results .news_wrapper:first-of-type .content, .#results .search-filter-results .news_wrapper:first-of-type .content p, .#results .search-filter-results .news_wrapper:first-of-type .content h2, .#results .search-filter-results .news_wrapper:first-of-type .content a{
	color: white;
}

#results .search-filter-results .news_wrapper:first-of-type .content a{
	color: white;
	text-decoration: none;
}

#results .search-filter-results .news_wrapper:first-of-type .content{
	color: white !important;
}

#results .search-filter-results .news_wrapper:first-of-type .content h2{
	color: white;
	text-decoration: none;
	margin: 0;
}


#results .search-filter-results .news_wrapper:first-of-type .content p{
	color: white;
}

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

/*
#results .search-filter-results .news_wrapper{
	width: 20%;
	float: left;
	overflow: hidden;
	margin-right: 5%;
}*/

#results .search-filter-results .news_wrapper:last-of-type{
	margin: 0;
}


#results .search-filter-results .news_wrapper img{
	width: 100%;
	min-height: 20vw;
	object-fit: cover;
	
}

#results .search-filter-results .news_wrapper .news_img{
	height: 20vw;
	width: 100%;
	overflow: hidden;
	margin-bottom: 30px;
	border-radius: 150px;
}

#results .search-filter-results .news_wrapper .content .post-categories a{
	color: black;
	text-decoration: none;
}

#results .search-filter-results .news_wrapper:first-of-type .content .post-categories a{
	color: white;
	text-decoration: none;
}


#results .search-filter-results .news_wrapper .content h2{
	color: black;
	line-height: 1.3em;
	margin: 0;
}


/* BLOG PAGES ---------- */

.page-id-429 #results .search-filter-results .news_wrapper:first-of-type, .page-id-11506 #results .search-filter-results .news_wrapper:first-of-type{
	width: 100%;
	height: 37vw;
	margin-top: -8vw;
	position: relative;
	z-index: 5;
}


.page-id-429 #results .search-filter-results .news_wrapper:first-of-type .content, .page-id-11506 #results .search-filter-results .news_wrapper:first-of-type .content{
	padding-right: 40%;
	padding-bottom: 5vw;
}

.page-id-429 #results .search-filter-results .news_wrapper:first-of-type .content .button, .page-id-11506 #results .search-filter-results .news_wrapper:first-of-type .content .button{
	position: relative;
}

.page-id-429 #results .search-filter-results .news_wrapper:first-of-type .content h2, .page-id-11506 #results .search-filter-results .news_wrapper:first-of-type .content h2{
	font-size: 3vw;
	font-weight: 100;
	line-height: 1.2em;
}


.page-id-429 #results .search-filter-results .news_wrapper:first-of-type img,  .page-id-11506 #results .search-filter-results .news_wrapper:first-of-type img{
	font-size: 3vw;
	font-weight: 100;
	line-height: 1.2em;
	object-position: 50% 50%;
}

.page-id-429 #results .search-filter-results .news_wrapper .news_img, .page-id-11506 #results .search-filter-results .news_wrapper .news_img {
	border-radius: 120px;
}

/*
.page-id-429 #results .search-filter-results .news_wrapper {
	width: 25.3%;
	margin-right: 12%;
	margin-top: 5vw;
}
*/

.page-id-429 #results .search-filter-results .news_wrapper:nth-child(3n + 4), .page-id-11506 #results .search-filter-results .news_wrapper:nth-child(3n + 4){
	margin-right: 0;
}




/*-------- SINGLE ARTICLE ----------- */

.post_header{
	width: 100%;
	background-color: #0f6aa8;
	padding: 15% 15% 15% 15%;
	border-bottom-right-radius: 300px;
	position: absolute;
	top: -18px;
}

.single .news_wrapper{
	width: 70%;
	margin-left: 15%;
	height: 30vw;
	position: relative;
	z-index: 1;
	border-radius: 150px !important;
	overflow: hidden;
	
	top: 160px;
}

.single .news_img{
	position: absolute;
}

.single .content{
	position: absolute;
	bottom: 0;
	padding: 10vw 40% 5vw 4vw;
	background: rgb(0,0,0);
	background: linear-gradient(0deg, rgba(0,0,0,0.8) 28%, rgba(0,0,0,0) 100%);
	color: white !important;
}

.single .content h2{
	font-size: 3vw;
	font-weight: 100;
	line-height: 1.2em;
	margin: 0;
}

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

.single .news_img{
	width: 100%;
}

.single .news_img img{
	max-width: none;
	min-width: 100%;
	font-size: 3vw;
	font-weight: 100;
	line-height: 1.2em;
	object-position: 50% 50%;
	
	width: 100%;
	object-fit: cover;
	
	min-height: 37vw;
	margin-bottom: -15px;
}



.single .entry-content a{
	color: #0f6aa8 !important;
}

.single .entry-content{
	width: 70%;
	margin-left: 15%;
	padding-top: 15vw;
	padding-bottom: 5vw;
	min-height: 800px;
}

.single .entry-content p{
	padding-left: 50%;
	line-height: 2em;
}

.single .entry-content h1, .single .entry-content h2, .single .entry-content h3, .single .entry-content h4, .single .entry-content h5, .single .entry-content h6{
	padding-left: 50%;
}

.single .entry-content ul, .single .entry-content ol{
	padding-left: 50%;
}

.single .yarpp-related ul{
	padding-left: 0 !important;
}

.single .yarpp-related h3{
	padding-left: 0;
}

.single .yarpp-related ul a{
	color: black !important;
}

.single .entry-content img{
	width: 100%;
}


.single .yarpp-related{
	width: 25%;
	position: absolute;
	top: 45vw;
}

.yarpp-related h3{
	font-size: 2vw !important;
	font-weight: 100 !important;
	margin-bottom: 20px !important;
	display: block;
}

.yarpp-related ul{
	list-style: none;
	padding: 0;
	margin: 0;
}

.yarpp-related ul a{
	color: black;
	font-weight: 100;
	text-decoration: none;
	font-size: 18px;
}

.yarpp-related ul li{
	border-top: 2px solid #0f6aa8;
	padding: 20px 0px;
}


#comments{
	display: none;
}

.single .navigation{
	display: none;
}


/* SLIDER LOGOS ----- */
.white{
	background: none !important;
	border: none !important;
}

.logos h1{
	font-weight: 100;
}

.logos .sa_owl_theme .owl-dots .active span {
	  background-color: #0f6aa8 !important;
}

.entry-footer{
	display: none;
}


/* --------- FOOTER -------------- */


#secondary{
	background: #0f6aa8;
	padding: 3vw 10vw;
	color: white;
}

.footer_line p{
	color: white;
	line-height: 1.8em;
	font-size: 28px;
}

.footer_line .button{
	background: black;
	color: white;
}

.footer_line{
	border-bottom: 1px solid white;
}

.footer_line_two{
	border-bottom: 1px solid white;

}

.footer_line_two p{
	font-size: 24px;
	color: white;
	font-weight: 100;
}

.footer_line_two h3{
	font-size: 15px;
	color: white;
	font-weight: 500;
}

.links a, .links p{
	font-size: 18px;
}

.links img{
	margin-bottom: -7px;
	margin-top: 5px;
	margin-right: 10px;
}

.copy p{
	color: white;
}

/* SOBRE NOS ---------------- */

.header_page{
	height: 30vw;
}


#pgc-227-3-0, #pgc-541-3-0, #pgc-11475-3-0{
	border-right: 2px solid #0f6aa8;
	padding-right: 200px;
	position: relative;
}

#pgc-227-3-1, #pgc-541-3-1, #pgc-11475-3-1{
	padding-left: 200px;
	position: relative;
}

.timeline h1{
	margin: 0;
	font-size: 3.2vw;
}

#timeline_mobile{
	display: none;
}

.timeline h2{
	margin-top: -15px;
	font-size: 18px;
}

.timeline h1:before{
	content:'';
	background: url('https://www.global.pt/wp-content/uploads/2022/03/timeline_stuff.png'); /*url of image*/
	width: 104px;  /*width of image*/
	height: 39px; /*height of image*/
	left: 0px;
	position: absolute;
}

.timeline #pgc-227-3-0 h1:before, .timeline #pgc-541-3-0 h1:before, .timeline #pgc-11475-3-0 h1:before{
	content:'';
	background: url('https://www.global.pt/wp-content/uploads/2022/03/timeline_stuff.png'); /*url of image*/
	width: 104px;  /*width of image*/
	height: 39px; /*height of image*/
	right: 0px;
	left: auto;
	position: absolute;
	
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
}


.truck{
	width: 32vw !important;
	right: -50px;
	position: relative;
}

.plane{
	width: 32vw !important;
	left: -300px;
	position: relative;
}

.title h1{
	font-size: 4vw;
	font-weight: 100;
	margin: 0;
}

.rounded{
	border-radius: 100px;
	overflow: hidden;
}

.header_two{
	-webkit-border-bottom-right-radius: 300px;
	border-bottom-right-radius: 300px;
	
	position: relative;
}

.header_two img{
	width: 50vw !important;
	bottom: -25vw;
	position: absolute;
}

.header_two h1{
	font-size: 4vw;
	line-height: 1em;
	margin: 0;
	color: white;
}

.header_two p{
	color: white;
	margin-top: 0;
	margin-bottom: 30px;
}

.header_two .button{
	background: black;
}

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

.services h2{
	font-size: 18px;
	line-height: 1.3em;
}

.services p{
}

.services>.panel-grid-cell{
	flex:1 !important;
	align-items: stretch !important;
	position: relative;
}

.services .panel-grid-cell{
	border-bottom: 2px solid #0f6aa8;
	border-left: 2px solid #0f6aa8;
	padding: 3vw;
}


#remove .panel-grid-cell{
	border-bottom: 0;	
}

.services .textwidget{
	margin-bottom: 90px;
}

.services .textwidget .button{
	position: absolute;
	bottom: 50px;
left: 50%;
-ms-transform: translateX(-50%);
  transform: translateX(-50%);

	margin: 0 auto;
}

.small .textwidget{
	margin-bottom: 0px;
	
}

.en_title:lang(pt-PT) {
	display: none;	
}

.pt_title:lang(en-GB) {
	display: none;	
}

.logos_cert .panel-cell-style{
	padding: 0 !important;
}

.small .panel-grid-cell p{
	text-align: center;
	padding: 0 5%;
}

.small .panel-grid-cell {
	padding: 0;
  position: relative;
  min-height: 200px;
}

.small .so-panel{
	width: 100%;
	position: absolute;
	  top: 50%;
	  -ms-transform: translateY(-50%);
	  transform: translateY(-50%);
}

#pgc-319-1-0 .textwidget, #pgc-319-2-0 .textwidget, #pgc-319-3-0 .textwidget{
	border-left: 0;
}

.last .textwidget{
	border-bottom: 0px;
}

.no-border .panel-grid-cell{
	border-bottom: 0;
}

.no-border .panel-grid-cell:first-child{
	border:0;
}

.destaque h2{
	font-size: 2.8vw;
	line-height: 1.3em;
	color: black;
	font-weight: 100;
}


.services .panel-grid-cell:first-child{
	border-left: 0 !important;
}

#logos_slider a:focus{
	outline: none;
}

#logos_slider img{
	outline: none;
	filter: grayscale(100%);
	transition: all ease-in-out 0.2s;
	mix-blend-mode: multiply !important;
	background-blend-mode: multiply !important;
}


.owl-item{
	background: none;	
}

.clientes{
	outline: none;
	filter: grayscale(100%);
	transition: all ease-in-out 0.2s;
}

.servicos_offer p{
	font-size: 14px;
}


.servicos_offer h3{
	font-size: 16px;
}

/*

#logos_slider img:hover{
	filter: none;
	transition: all ease-in-out 0.2s;
}
*/


/* FORM */


input[type="button"], input[type="reset"], input[type="submit"] {
	background-color: #0c60a2;
	font-size: 15px;
	border-radius: 25px !important;
	padding: 15px 25px;
	line-height: 1.8em;
	color: white;
	text-decoration: none;
	float: right;
	width: auto !important;
	border: none;
	cursor: pointer;
}

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 {
	background-color: #fcf9f5;
	border-radius: 25px !important;
	padding: 10px 25px;
	font-size: 15px;
	line-height: 1.8em;
	color: #444444;
	border: none;
	
	height: 50px;
}


.wpcf7-form select, .wpcf7-form optgroup{
	 background-color: #fcf9f5;
	 border-radius: 25px !important;
	 padding: 15px 25px;
	
	 font-size: 15px;
	 line-height: 1.8em;
	 color: #444444;
	 border: none;
	 
	 height: 50px;
	}

.wpcf7-form textarea{
	height: 380px;
}

.wpcf7-form label{
	font-size: 20px;
	color: black;
	padding-bottom: 20px;
}

input:focus-visible{
	border: none;
	outline: none;
	background-color: #ece4d7;
}


.cf7sg-container .cf7-smart-grid.has-grid .container {
	max-width: none !important;
	padding: 0 !important;
	margin: 0 !important;	
}

.wpcf7-form .row{
	padding-bottom: 30px;
}


.textwidget p a{
	text-decoration: none;
	color: #0c60a2;
}

.textwidget h1, .textwidget h2{
	margin-top: 0;
	line-height: 1.3em;
}

.textwidget ol li{
	margin-bottom: 15px;
}

.sow-accordion .sow-accordion-panel .sow-accordion-panel-header {
	border: 0 !important;	
	font-size: 18px;
	border-radius: 50px !important;
	background-color: #fcf9f5 !important;
	color: black !important;
}

.so-widget-sow-accordion-default-427b24e91c97-10152 .sow-accordion .sow-accordion-panel .sow-accordion-panel-content .sow-accordion-panel-border {
	border: 0 !important;
	font-size: 18px;
}

.sow-accordion-panel-content, .sow-accordion-panel-border{
	color: black !important;
	font-size: 18px !important;
}

#listapets ul{
	color: black;
	font-size: 18px;
}

#listapets h3{
	font-size: 30px;
}

ul{
	color: black;
	font-size: 18px;
}



.links a{
	color: white;
}

.post-categories{
	padding: 0;
}


#no-border .panel-grid-cell{
	border-bottom: none !important;
}

#no-border .textwidget{
	margin-bottom: 0;
}

.main-navigation ul #menu-item-44{
	display: inline-block !important;
}

#results .search-filter-results .news_wrapper .content h2 a{
	color: black;
}

#sa_slider_shortcode{
	margin-top: 2vw;
	margin-bottom: 0;
}

#logos_slider img{
	mix-blend-mode: darken;
}

.icons_policy{
	margin-top: -70px;
	width: 100px;
}


.img_selo{
	width:170px;
}

.img_selo_two{
	width: 140px;
}

.img_selo_three{
	width: 90px;
}

.links hr{
	background: white;
	height: 1px;
	margin: 0 0 20px 0;
}

.links h5{
	margin-top:0;
}

#secondary .links a{
	color: white;
}

.sow-accordion .sow-accordion-panel .sow-accordion-panel-header:focus {
  outline: none !important;
}

.footer_line p{
	margin-bottom: 0;
}

.footer_line h6{
	color: white;
	margin: 0 0 30px 0;	
}

#cf7sg-form-tracking input{
	max-width: 100%;	
}

#cf7sg-form-tracking br{
	display: none;
}
#cf7sg-form-tracking .cf7sg-response-output{
	display: none;
}

#cf7sg-form-tracking .wpcf7-form-control{
	margin-top: -68px;
	height: 50px;
	z-index: 9;
	position: relative;
	padding-top: 10px !important;
	margin-right: -2px;
}

#wpcf7-cf7sg-form-tracking a{
	margin-top: -80px;
	height: 50px;
	z-index: 9;
	position: relative;
	padding-top: 10px !important;
	margin-right: -2px;
	background-color: #054171;
	
	font-size: 15px;
	  border-radius: 25px !important;
	  padding: 15px 25px;
		padding-top: 15px;
	  line-height: 1.8em;
	  color: white;
	  text-decoration: none;
	  float: right;
	  width: auto !important;
	  border: none;
	  cursor: pointer;
	}

#footer_txt img{
	width: 35px;
	vertical-align: middle;
	margin-right: 15px;
}

span.up{
	vertical-align: middle;
}

.subtitle{

}

.subtitle h5{
	font-weight: 100;
	font-size: 12px;
}

.white{
	padding: 0;
}

.owl-carousel .owl-item img{
	margin-bottom: 0;
}

#slide_membros #sa_slider_shortcode{
	margin-top: 1vw;
	margin-bottom: 0;
}

.logos{
	padding-bottom: 10px !important;
}

#header_animation{
	min-height: 30vw;
	overflow: hidden;
animation: shrink 10s infinite alternate;
transition: transform 15s linear 0s;
}

#header_animation:before{
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #0c60a2;
	opacity: 0.8;
	z-index: 0;
	display: block;
}

@keyframes shrink {
	  0% {
		background-size: 100%;
		
	  }
	  100% {
		background-size: 110%;
	  }
	}


#secondary .textwidget a.button, #secondary input[type="submit"]{
	background-color: #054171;
}


#materiais h2{
	margin-bottom: 0;
}

#materiais p{
	margin: 0;
}

#logos_slider_slide08 img{
	margin-left: 2vw !important;
}

/* FORMULRIO ORÇAMENTO NOVO */
#wpcf7-cf7sg-form-pedido-de-orcamento-pt-novo .row.servicos-interessado {
    padding: 0 0 15px!important
}
#wpcf7-cf7sg-form-pedido-de-orcamento-en-novo .row.servicos-interessado {
    padding: 0 0 0px!important
}

#wpcf7-cf7sg-form-pedido-de-orcamento-pt-novo .row.servicos-interessado .container .row,
#wpcf7-cf7sg-form-pedido-de-orcamento-en-novo .row.servicos-interessado .container .row {
	padding-bottom: 0px !important;
}
#wpcf7-cf7sg-form-pedido-de-orcamento-pt-novo .row.servicos-interessado .field.radio,
#wpcf7-cf7sg-form-pedido-de-orcamento-en-novo .row.servicos-interessado .field.radio {
	margin-bottom: 0 !important;
}

#wpcf7-cf7sg-form-pedido-de-orcamento-pt-novo .row.servicos-interessado span.wpcf7-list-item,
#wpcf7-cf7sg-form-pedido-de-orcamento-en-novo .row.servicos-interessado span.wpcf7-list-item {
	margin-bottom: 20px;
}

.pacotepretendico {
	display: grid !important;
    grid-gap: 10px;
    grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 1024px) {
	.pacotepretendico {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media screen and (max-width: 500px) {
	.pacotepretendico {
		grid-gap: 20px;
		grid-template-columns: repeat(1, 1fr);
	}
}

/*
@media screen and (max-width: 1737px) {

	#results .search-filter-results .news_wrapper{
		height: 45vw;
		position: relative;
	}
}

@media screen and (max-width: 1737px) {
	.page-id-429 #results .search-filter-results .news_wrapper {
		width: 29.3%;
		margin-right: 6%;
		margin-top: 5vw;
	}
}

@media screen and (max-width: 1600px) {
	#results .search-filter-results .news_wrapper{
		height: 48vw;
		position: relative;
	}
}

@media screen and (max-width: 1470px) {
	#results .search-filter-results .news_wrapper{
		height: 48vw;
		position: relative;
	}
}*/

.menu-services_menu_en-container:lang(pt) { 
	display:none;
}

.menu-services_menu-container:lang(en) { 
	display:none;
}

#orcamento_en:lang(pt){
	display: none;
}


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

#orcamento_en:lang(en){
	display: block;	
}

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

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

span.only_pt{
	font-size: 12px;
}

h2{
	font-size: 18px;
}

.cf7sg-container p{
	margin: 0;
}

.cf7sg-container h2{
	border-top: 1px solid black;
	padding-top: 30px;
}

.cf7sg-container div{
	margin-bottom: 30px;
}

.cf7sg-container b{
	font-weight: 700 !important;
}

@media screen and (max-width: 1550px) {
	.custom-logo{
		width: 100px;
	}
	
	#menu-services_menu li, #menu-services_menu_en li{
		display: none;
	}

	#menu-services_menu #menu-item-9755, #menu-services_menu #menu-item-44, #menu-services_menu #menu-item-45-en, #menu-services_menu #menu-item-45-pt, #menu-services_menu_en #menu-item-11582-en, #menu-item-11582-en #menu-item-11650{
		display: inline-block;
	}
	
	
	#menu-services_menu_en #menu-item-11582-pt, #menu-services_menu_en #menu-item-11582-pt, #menu-services_menu_en #menu-item-11650, #menu-services_menu_en #menu-item-11583{
		display: inline-block;
	}
}

@media screen and (max-width: 600px) {
	.main-navigation ul {
		  display: flex;
		}
		
	#menu-services_menu	#menu-item-9755, #menu-services_menu_en #menu-item-11650{
		display: none;
	}
	
	#menu-item-44, #menu-item-11583{
		margin-left: 10px !important;
	}
	
	#menu-item-45-en a, #menu-item-11582-en a{
		padding-left: 0 !important;
	}
	
	#menu-item-45-pt::before, #menu-item-11582-pt::before {
		right: 38px;
	}
	
	#menu-item-11582-pt a, #menu-item-45-pt a{
		padding-left: 10px;
	}

}

@media screen and (max-width: 650px) {
	#blog{
		margin-top: 100px;
	}
}

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

	body .clientes .panel-grid-cell{
		width: 25vw !important;
		flex: 1 !important;
		flex-basis: 25% !important;
	}
	
	.clientes{
		flex-wrap: wrap !important;
	}
	
	#pg-10510-0, #pg-10510-1, #pg-10510-2, #pg-10510-3, #pg-10510-4, #pg-10510-5, #pg-10510-6, #pg-10510-7, #pg-10510-8, #pg-10510-9, #pg-10510-10, #pl-10510 .so-panel {
		  margin-bottom: 0px !important;
		}

}

@media screen and (max-width: 1100px) {
	#results .search-filter-results .news_wrapper{
		flex-basis: 100%;
	}
	
	#results .search-filter-results .news_wrapper .news_img{
		height: auto;
	}
	
	#results .search-filter-results .news_wrapper:first-of-type .content{
		position: relative;
		padding: 0 !important;
		background: none;
		color: black !important;
	}
	#results .search-filter-results .news_wrapper .content h2 {
		font-size: 24px;
		font-weight: 500;
	}
	.page-id-429 #results .search-filter-results .news_wrapper:first-of-type .content h2, .page-id-11506 #results .search-filter-results .news_wrapper:first-of-type .content h2 {
		color: black !important;
		font-size: 24px;
		font-weight: 500;
	}
	
	#results .search-filter-results .news_wrapper:first-of-type .content a {
		color: black !important;
	}
	
	#results .search-filter-results .news_wrapper:first-of-type .content p {
	 color: black;	
	}
	
	#results .search-filter-results .news_wrapper:first-of-type .news_img {
		position: relative;
		height: auto;
		border-radius: 120px;
	}
	
	#results .search-filter-results .news_wrapper:first-of-type .news_img img{
		border-radius: 70px;
	}
	
	.page-id-429 #results .search-filter-results .news_wrapper:first-of-type, .page-id-11506 #results .search-filter-results .news_wrapper:first-of-type {
		width: 100%;
		height: auto;
		z-index: 5;
	}
	
	.page-id-429 #results .search-filter-results .news_wrapper:first-of-type .content .button, .page-id-11506 #results .search-filter-results .news_wrapper:first-of-type .content .button {
		color: white !important;
	}
	
	#results .search-filter-results .news_wrapper:first-of-type{
		margin-bottom: 0 !important;
		border-bottom-left-radius: 0 !important;

	}
	
	
	.single .entry-content{
		width: 80%;
		margin-left: 10%;
		padding-bottom: 5vw;
	}
	
	.single .content h2{
		font-size: 5vw;
	}
	
	.single .content {
		  position: absolute;
		  bottom: 0;
		  padding: 10vw 5vw 5vw 4vw;
		  background: rgb(0,0,0);
		  background: linear-gradient(0deg, rgba(0,0,0,0.8) 28%, rgba(0,0,0,0) 100%);
		  color: white !important;
	}
	
	.single .entry-content p{
		padding-left: 0%;
		line-height: 2em;
	}
	
	.single .entry-content h1, .single .entry-content h2, .single .entry-content h3, .single .entry-content h4, .single .entry-content h5, .single .entry-content h6{
		padding-left: 0%;
	}
	
	.single .entry-content ul, .single .entry-content ol{
		padding-left: 0%;
	}
	
	
	.single .yarpp-related{
		position: relative;
		width: 100%;
		top: auto;
	}
	
	.single .news_wrapper{
		width: 80%;
		margin-left: 10%;
		height: 50vw;
		position: relative;
		z-index: 1;
		border-radius: 70px !important;
		overflow: hidden;
		top: 160px;
	}
	
	.post_header{
		min-height: 300px;
	}
	
}



@media screen and (max-width: 1100px) {
	.single .entry-content{
		padding-top: 20vw;
	}
}

@media screen and (max-width: 850px) {
	.single .entry-content{
		padding-top: 30vw;
	}
}

@media screen and (max-width: 550px) {
	.single .entry-content{
		padding-top: 40vw;
	}
}

@media screen and (max-width: 450px) {
	.single .entry-content{
		padding-top: 50vw;
	}
}



@media screen and (max-width: 800px) {
	
	#masthead{
		z-index:200;
	}
	
	.logos_cert, .clientes{
		padding-left: 5% !important;
		padding-right: 5% !important;
	}
	
	.video_wrapper{
		width: 100vw;
		height: 120vw;
		overflow: hidden;
	}
	
	.video_homepage, .video_darken{
		width: auto;
		height: 120vw;
		min-height: 100vw;
		min-width: 100vw;
	}
	
	.home_top{
		margin-top: -60vw;
	}
	
	.home_top h1{
		font-size: 8vw;
	}
	
	.blue_box{
		width: 95vw;
	}
	
	.blue_box{
		padding-right: 15%;
		
		
		border-radius: 100px;
		-webkit-border-top-left-radius: 0px;
		border-top-left-radius: 0px;
		-webkit-border-bottom-left-radius: 0px;
		border-bottom-left-radius: 0px;
	}
	
	.blue_box h1{
		font-size: 7vw;
		padding-top: 10%;
	}
	
	.fast{
		transform: none !important;
	}
	
	.numbers h3{
		font-size: 8vw;
	}
	
	.cta_peso{
		margin-top: 10vw;
		height: 50vw;
	}
	
	.boxes_cta{
		margin-top: 5vw;
		height: 50vw;
		margin-right: -5vw;
	}
	
	
	.cta_peso h2{
		font-size:5vw;
		white-space: nowrap;
	}
	
	.button{
		white-space: nowrap;
	}
	
	.results_button h2{
		font-size: 6vw;
	}
	
	#results .search-filter-results .news_wrapper:first-of-type {
	 width: 100%;
	 height: 100vw;
	 margin-bottom: 10vw;
	}
	
	#results .search-filter-results .news_wrapper{
		width: 100%;
		height: auto;
	}
	
	#results .search-filter-results .news_wrapper:first-of-type .news_img{
		border-radius: 70px;
	}
	
	#results .search-filter-results .news_wrapper:first-of-type img{

	}
	
	#results .search-filter-results .news_wrapper .news_img{

		border-radius: 70px;
	}
	
	#results .search-filter-results .news_wrapper img{
		min-height: 60vw;
	}
	
	.logos{
		padding-top: 10vw !important;
	}
	
	.footer_line p{
		margin: 30px 0 0 0;
		font-size: 18px;
		text-align: left !important;
	}

	.footer_line{
		padding-bottom: 30px;
	}
	
	.footer_line_two p{
		font-size: 18px;
	}
	
	.copy p{
		text-align: center !important;
		font-size: 16px;
	}
	
	.open_menu{
		width: 100vw;
		overflow-y: auto;
		padding-left: 10%;
		padding-top: 5%;
	}
	
	.open_menu a {
		font-size: 24px;
	}
	
	.orcamento h2{
		font-size: 16px;
	}
	
	.orcamento a{
		font-size: 16px;
	}
	
	.footer_line a{
		color: white;
	}
	
	.orcamento{
		padding: 5% 0% 10% 10%;
	}
	
	.header_page{
		height: 60vw;
		margin-bottom: -10vw;
	}
	
	.title h1{
		font-size: 7vw;
	}
	
	.timeline{
		padding: 0 10% !important;
	}
	
	.timeline h1:before{
		width: 62px;  /*width of image*/
		height: 23px; /*height of image*/
		right: auto;
		left: 10%;
		position: absolute;
		background-size: cover;
	}
	
	.timeline #pgc-227-3-0 h1:before, .timeline #pgc-541-3-0 h1:before{
		content:'';
		background: url('https://www.global.pt/wp-content/uploads/2022/03/timeline_stuff.png'); /*url of image*/
		width: 62px;  /*width of image*/
		height: 23px; /*height of image*/
		right: auto;
		left: 10%;
		position: absolute;
		
	}
	
	#timeline_desktop{
		display: none;
	}
	
	#timeline_mobile{
		display: block;
		margin-left: 10%;
		border-left: 2px solid #0c60a2;
		padding-left: calc(10% + 30px) !important;
	}
	
	#timeline_mobile .truck{
		width: 70vw !important;
		left: -140px;
		right: auto;
	}
	
	#timeline_mobile .plane{
		width: 70vw !important;
		left: -140px;
		right: auto;
	}
	
	
	#timeline_mobile .truck img{
		width: 100%;
	}
	
	.timeline h1{
		font-size: 6vw;
	}
	
	.header_two{
		border-bottom-right-radius: 150px;
		padding: 120px 10vw 5vw 10vw !important;
	}
	
	.header_two h1{
		font-size: 7vw;
		padding-top: 10%;
	}
	
	.header_two img{
		width: 80vw !important;
		right: 0;
		left: auto;
		bottom: -35vw;
		position: absolute;
	}
	
	.services h2{
		margin-top: -30px;
	}
	
	.services .textwidget{
		margin-bottom: 50px;
	}
	
	.services .textwidget .button{
		position: relative;
		bottom: 0;
		margin-bottom: 0px;
	}
	
	.services .panel-grid-cell{
		border-left: 0;
	}
	
	.img_selo{
		width: 100px;
	}
	
	.img_selo_two {
		width: 90px;
	}
	
	.img_selo_three{
		width: 55px;
	}
	
	#slide_membros h1{
		margin: 0;
		padding-top: 5vw;
	}
	
	.header_two .boxes_top img{
		width: 60vw !important;
		bottom: -26vw;
		right: ;
	}
	
	#orcamento_top{
		padding-bottom: 15vw;
	}
	
	.cf7sg-container .columns{
		padding-bottom: 5vw;
	}
	
	.wpcf7-form .row{
		padding-bottom: 0;
	}
	
	.services h2{
		padding-top: 30px;
	}
	
	#materiais .textwidget h2{
		margin: 0;
	}
	
	#materiais .so-panel{
		margin-bottom: 0 !important;
	}
	
	#materiais .panel-grid-cell{
		margin-bottom: 0 !important;
	}
	
	h1{
		font-size: 1.5em;
	}
	
	#small h4{
		margin-top: 0;
	}
	
	#no-border .panel-grid-cell{
		border-bottom: 2px solid #0f6aa8 !important;
	}
	
	.services .textwidget .button{
		left:auto;
	}
	
	.no-border .panel-grid-cell {
		 border-bottom: 2px solid #0f6aa8;
	}
	
	.no-border .panel-grid-cell:last-child{
		border-bottom: 0 !important;
	}
	
	#remove .panel-grid-cell{
		border-bottom: 2px solid #0f6aa8;
	}
	
	#remove .panel-grid-cell:last-child{
		border-bottom: 0 !important;
	}
}

@media screen and (max-height: 840px) and (min-width: 800px) {
	.open_menu a {
		  font-size: 30px;
		  
	  }
	  
	  .orcamento h2{
		  font-size: 20px;
	  }
	  
	  .orcamento a{
		  font-size: 20px;
	  }
.cf7sg-container b{
		  font-weight: 900 !important;
	
	  }

}

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

.cf7-smart-grid.has-grid div.field span.wpcf7-not-valid-tip {
background: white;	
}
