/*!
Theme Name: grafia
Author: Marta Areosa - Tipo—Grafia
Author URI: https://martaareosa.com/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: grafia
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.

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html {
	box-sizing: border-box;
}

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

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

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

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

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

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

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

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

big {
	font-size: 125%;
}

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

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

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

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

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

a:visited {
	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%;
}

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

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

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

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

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

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

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

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

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

.main-navigation li {
	position: relative;
}

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

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


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

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

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

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

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

.post,
.page {
	margin: 0 ;
}

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

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

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

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

/* --------------------END OF RESET----------------------- */

/* img {
image-rendering: -moz-crisp-edges; 
image-rendering: -o-crisp-edges; 
image-rendering: -webkit-optimize-contrast; 
image-rendering: crisp-edges;
-ms-interpolation-mode: nearest-neighbor; 
} */

@font-face {
    font-family: 'Tipo—Grafia';
    src: url('./fonts/Tipo-GrafiaFont-Regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}
body{
	--width: calc(100% - 220px);
	font-family: 'Open Sans';
}

/* #primary-menu {
	display: none;
} */

.home {
	background-color: #0000ef;
}

.site-branding {
	position: fixed;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
	z-index: -1;
}

.TG {
	height: 40px;
	margin: 10px;
}

.TG:last-of-type{
	float: right;
}

#meio {
	width: 100%;
	display: flex;
    justify-content: space-between;

}

#meio svg {
	height: 3px;
	width: 110px;
}

section {
	max-width: var(--width);
	margin: auto;
	line-height: 0%;
}

.home section {
	height: 0;
}

#map {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	mix-blend-mode: color-burn;
	overflow: hidden;
	width: 100%;
	height: 100%;
	margin: 0;
	opacity: 0.6;
}

#map img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.titulo figure {
	position: absolute;
	top: 50%;
	transform: translateY(-100%);
	width: var(--width);
	padding-bottom: 20px;
}

.titulo img {
	width: 100%;
}

.titulo svg {
	position: absolute;
	top: 50%;
	width: var(--width);
	height: 3px;
}

 h1 {
	font-family: 'Syne';
    text-transform: uppercase;
	font-weight: 900;
    font-size: 2.45vw;
	line-height: normal;
    margin: 0;
    color: #fff;
}

.home h1 {
	top: 50%;
	width: 100%;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
	text-align: center;
	padding-top: 20px;
}

.wp-block-group, .wp-block-group__inner-container {
	display: inline-block;
}

.wp-block-image, figure {
	margin: 0;
}

.pessoa {
	display: inline-block;
}

.pessoa figure {
	padding: 2vh 3.5vw;
	float: left;

}

.pessoa img {
	width: auto !important;
	height: 7vw !important;
	filter: drop-shadow(2px 4px 6px black);
	animation: rooool 3s steps(1) infinite;

}

/* posicionamento equipa landing page */

.pessoa1 {
	padding: 6vw 3.5vw 4vw 2vw !important;
}

.pessoa2 {
	left: 25vw;
    top: calc(45vh - 12vw - ((100vw - 220px)/9.25) );
}

.pessoa3 {
	top: calc(30vh - 4vw - ((100vw - 220px)/9.25) );
	left: 42vw;
}

.pessoa4 {
	top: calc(45vh - 10.5vw - ((100vw - 220px)/9.25) );
	left: 60vw;
}
.pessoa5{
	padding-right: 0vw !important;
	right: calc(80px + 4vw);
	top: 2vw;
}

.pessoa2, .pessoa3, .pessoa4, .pessoa5, .pessoa6, .pessoa7, .pessoa8, .pessoa9, .pessoa10, .pessoa11, .pessoa12 {
	position:absolute;
}

.pessoa6 {
	top: calc(50vh + 8.2vw );
	padding-left: 0 !important;
}

.pessoa7 {
	bottom: 4vh;
	left: 20vw;
}

.pessoa8 {
	top: calc(70vh - 5.2vw );
	left: 32vw;
}

.pessoa9 {
	top: calc(84vh - 3vw );
	left: 48vw;
}


.pessoa10 {
	top: calc(50vh + 5.2vw );
	left: 65vw;
}

.pessoa11 {
	right: 8vw;
	top: calc(90vh - 6vw );
}

.pessoa12 {
	padding-right: 0 !important;
	right: 100px;
	top: calc(70vh - 3.2vw );
}

@keyframes rooool {
	0% {transform: rotate(0);}
	33% {transform: rotate(120deg);}
	66% {transform: rotate(240deg);}
	100% {transform: rotate(360deg);}
}

/* footer */
.home footer{
	padding-top: 100vh;
}

footer{
	margin: auto;
	width: var(--width);
	line-height: 0;
	/* transform: translateY(-1.5px); */
}

footer svg {
	overflow: hidden;
	width: 100%;
	height: 3px;
}

footer rect{
	width: 100% !important;
}

footer a:link::after, .page-id-67 main a:link::after{
	content:' \2197\FE0E';
} 

.site-info > div{
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
	column-gap: 5px;
}

.site-info > div > div{
	max-width: 33%;
	min-width: 15%;
}

.site-info > div > div:nth-of-type(2){
	max-width: 20%;
}

.site-info p {
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	font-family: 'Open Sans';
}

footer img {
	max-width: none !important;
	width: 20vw;
    margin-bottom: 40px;
}

/* -------------------- MENu -------------------- */

.menu-toggle{
	display: block;
}

/* button:hover{
	cursor:pointer;
} */

#site-navigation {
	position: fixed;
	top: 0;
	width: auto;
	z-index: 3;
}

#site-navigation button {
	font-family: 'Syne';
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
	border: 0;
	background: rgba(255, 255, 255, 0.2);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	border-radius: 0;
	font-size: 17px;
	z-index: 2;
	position: relative;
	cursor: pointer;
}

.toggled button, .menu-menu-container {
	width: 149px;
}

.toggled #svg-menu {
	transform: translate(0, -327px);
}

#svg-menu, #svg-mob-menu{
	width: 164px;
	transform: translate(-53px, -327px);
	z-index: -1;
	position: relative;
} 

.show {
	display: block !important;
}

.menu-menu-container {
	text-align: center;
	font-family: 'Syne';
	text-transform: uppercase;
	position: relative;
}

.main-navigation ul {
	background: rgba(255, 255, 255, 0.2);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	padding: 20px 0;
}
.main-navigation li {
	position: relative;
    border-bottom: 1px solid #000;
    font-size: 14px;
}

.menu-item-55 a {
	background-image: url(../../uploads/2022/05/LOGOBranco.webp);
	background-repeat: no-repeat;
	background-position: center;
    background-size: contain;
    line-height: 13.74px !important;
    margin: 10px;
    color: transparent !important;
}

a:link, a:visited {
	color: #fff;
	text-decoration: none;
	cursor: pointer;
}

.main-navigation a:link {
	line-height: 35px;
	font-weight: 600;
}

#svg-mob-menu {
	display: none;
}
/*  -------------------- Página Geral --------------------  */
main {
	width: var(--width);
    margin: auto;
}

.entry-content {
	margin: 20vh 0 0;
}
/* .page main {
	padding-top: 50vh;
} */

.page h1, .single h1  {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	font-size: 5vw;
	padding-left: 2vw;
}

h2 {
	text-align: center;
	padding-bottom: 35vh;
	margin: 0;
	font-weight: 600;
}

.entry-content > h2 {
	font-size: 2.4vw;
	font-style: italic;
	text-transform: uppercase;
	width: 70vw;
    margin: auto;
}
/*  -------------------- Somos --------------------  */

.page-id-61 {
	background-color: #0000ef;
	color: #fff;
}

.post-61 h2 {
	color: #E2DEC9;
}

.post-61 .equipa > div{
	display: flex;
	flex-wrap: wrap;
}

.post-61 .equipa .wp-block-group {
	width: 25%;
}

.post-61 .equipa figure {
	position: relative;
	height: 15vw;
	border-bottom: 3px solid #fff;
}

.post-61 .equipa img {
	position: absolute;
	bottom: 0;
	height: 10vw;
	width: auto;
	max-width: none;
	left: 50%;
	transform: translateX(-50%);
}
.post-61 .equipa h2 {
	padding-top: 20px;
	text-decoration: underline;
	font-weight: 700;
}

.post-61 .equipa p {
	font-size: 14px;
}

.equipa {
	padding-bottom: 80px;
}

.post-61 h3 {
	font-family: 'Open Sans';
	width: auto;
	font-size: 16px;
	color: #E2DEC9;
	font-weight: 400;
}

.post-61 .equipa h2, .post-61 .equipa h3, .post-61 .equipa p {
	margin: 0 15px;
}

.post-61 .equipa h2, .post-61 .equipa h3 {
	text-transform: uppercase;
	padding-bottom: 20px;
	text-align: left;
}

.post-61 hr + div > div {
	display: flex;
	column-gap: 40px;
	margin: 15px;
	padding-bottom: 80px;
}

.post-61 hr + div  figure img {
	width: 35vw;
	max-width: none;
}

.post-61 hr + div p {
	margin-top: 0;
	font-size: 1.6vw;
}

.slot {
	display: none;
}

#slot_big_container {
	position: absolute;
	right: 110px;
	top: 50%;
    transform: translateY(-50%);
}

.slott {
	margin: 0px auto;
	width: 40vw;
}
  
.slot_mask {
	width: 100%;
	height: 200px;
	overflow: hidden; 
	position: relative;
	display: inline-block;
}

.slot_container {
	position: absolute;
	width: 100%;
}

.slot_item {
	min-height: 200px;
	max-height: 200px;
	margin: auto;
	padding: 0px;
	font-size: 4vw;
	background-size: contain;
	text-align: center;
	line-break: auto;
	top: 50%;
	position: relative;
}
.slot_item p{
	 position: absolute;
	top: 50%;
	transform: translateY(-50%);
	text-align: center;
	width: 100%;
	margin: 0; 
	/* display: inline-block;
	vertical-align: middle; */

}

.recipe_if, .recipe_then {
	font-weight: bold;
	font-size: 120px;
}

/*  -------------------- Fazemos --------------------  */

.page-id-63 {
	background-color: #E2DEC9;
}

.page-id-63 .entry-content {
	margin-bottom: 20vh;
}

/* .page-id-63 header {
	height: 50vh;
    width: 45.3vw;
    top: 0;
    position: fixed;
    background-color: #e2dec9;

} */

  .page-id-63 .slott {
	width: calc(55vw - 220px );
}

.page-id-63 .site-branding, .page-id-63 #site-navigation {
	z-index: 1;
}

.page-id-63 #primary svg {
    position: fixed;
	z-index: 0;
    width: 51vw;
    height: 62vh;
    top: 0;
    transform: translate(-2vw, -1vh);
	filter: blur(6px);
} 

.page-id-63 #primary svg rect {
	fill: #e2dec9;
	z-index: 0;
    width: 50vw;
    height: 61vh;
    top: 0;
    transform: translateX(-2vw);
} 

.page-id-63 h1{
	position: fixed;
	background-color: #e2dec9;
	/* backdrop-filter: blur(50px);
	-webkit-backdrop-filter: blur(50px); */
	line-height: 200%;
    padding-right: 1vw;
}

.page-id-63 h2{
	position: absolute;
	left: 50%;
    transform: translateX(-50%);
 }


.servico {
	border-top: 3px solid #000;
	margin-top: 10vh;
	width: 100%;
}

.slot + .servico {
	margin-top: 50vh;
}

.servico > div {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.servico h3 {
	width: calc(54vw - 220px);
}

.page-id-63 h3 {
	order: 2;
	width: calc(50% - 70px);
	font-family: 'Syne';
	font-size: 35px;
	padding: 0 10px;
	margin: 0;
	margin-top: 4%;
	color: #0000ef;
	text-align: center;
}

.servico p {
	order: 1;
	width: calc(50% + 50px );
	padding: 3%;
	font-size: 18px;
}

.servico ul {
	order: 3;
    list-style: none;
    margin: 0;
    padding: 0;
	display: flex;
	margin-left: 3vw;
}

.servico li {
	margin-right: 1vw;
	padding: 0 0.5vw;
	border: 2px solid #1FE870;	
}

.page-id-63 .main-navigation li, .page-id-67 .main-navigation li {
	border-bottom: 1px solid #fff;
}

.page-id-63 button, .page-id-67 button {
	text-shadow: 0px 0px 5px rgb(0 0 0 / 30%);
}

.page-id-63 .site-info p, .page-id-63 .main-navigation a:link, .page-id-63 .main-navigation a:visited, .page-id-59 .site-info p, .page-id-59 .main-navigation a:link, .page-id-59 .main-navigation a:visited, .single .site-info p, .single .site-info a:link, .single .site-info a:visited, .single .main-navigation a:link, .single .main-navigation a:visited, .page-id-67 .site-info p, .page-id-67 a:link, .page-id-67 a:visited, .page-id-67 .main-navigation a:link, .page-id-67 .main-navigation a:visited {
	color: #000;
	font-weight: 500;
}

.page-id-63 .menu-item-55 a, .page-id-59 .menu-item-55 a, .page-id-67 .menu-item-55 a, .single .menu-item-55 a {
	background-image: url(../../uploads/2022/05/LOGOPreto.webp);
}

 .page-id-63 .main-navigation a:link, .page-id-63 .main-navigation a:visited, .page-id-59 .main-navigation a:link, .page-id-59 .main-navigation a:visited, .page-id-67 .main-navigation a:link, .page-id-67 .main-navigation a:visited, .single .main-navigation a:link, .single .main-navigation a:visited {
	font-weight: 700;
}
.single .main-navigation a:link, .single .main-navigation a:visited {
	text-shadow: 0px 0px 2px rgb(255 255 255 / 30%);
}
 .page-id-63 .site-info a:link, .page-id-63 .site-info a:visited, .page-id-59 .site-info a:link, .page-id-59 .site-info a:visited {
	/* color: #0000ef; */
	color: #000;
} 

/*  -------------------- Comunicamos --------------------  */

.page-id-59 {
	background-color: #1FE870;
} 

.page-id-59 h1 {
	font-size: 3.5vw;
}

.page-id-59 .slott {
	width: calc(50vw - 220px);
	position: relative;
}

.page-id-59 .slot_container {
	 display: flex;
    flex-wrap: wrap;
    justify-content: center;
	width: 100%
}

.page-id-59 .slot_item {
	font-size: 3vw;
	display: block;
	vertical-align: middle;
  	width: 100%;
	padding: 50px 0;
} 

#slot_name {
	position: absolute;
    right: 110px;
    top: 50%;
    transform: translateY(-50%);
	padding-bottom: 0;
	width:calc(50vw - 220px);
	text-align: center;
	font-weight: 700;
	font-size: 3vw;
	text-transform: uppercase;
	text-shadow: 0px 0px 5px rgb(255 255 255 / 20%);	
}

.new {
	height: 200px;
}

.page-id-59 h2 {
	 padding-bottom: 50vh; 
}

.page-id-59 section {
	width: var(--width);
	position: absolute;
	top: 55%;
	height: 45%;
}

.projeto {
	position: relative;
}

.projeto {
	position: absolute;
}
.projeto:nth-of-type(1) {
	top: 3vh;
	left: 17vw;
}

.projeto:nth-of-type(2) {
	left: 4vw;
	top: 13vh;
}
.projeto:nth-of-type(3) {
	right: 19vw;
    top: 9vh;
}

.projeto:nth-of-type(4) {
	left: 20vw;
    top: 21vh;
}

.projeto:nth-of-type(5) {
	left: 50%;
    top: 40%;
}

.projeto:nth-of-type(6) {
	right: 5vw;
    top: 17vh;
}

.projeto:nth-of-type(7) {
	left: 0vw;
	bottom: 7vh;
}

.projeto:nth-of-type(8) {
	left: 30%;
    bottom: 4vh;
}

.projeto:nth-of-type(9) {
	right: 1vw;
	bottom: 7vh;
}

.projeto:nth-of-type(10) {
	right: 20vw;
    bottom: 12vh;
}

.projeto figure {
	position: fixed;
	top: 0;
	left: 0;
	z-index: -2;
	overflow: hidden;
	width: 100%;
	height: 100%;
	display: none;
} 

.projeto img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.projeto h2 {
	padding-bottom: 0;
	width: auto;
	font-family: 'Syne';
    text-transform: uppercase;
	font-size: 16px;
	max-width: 190px;
	font-weight: 700;
}

.projeto a:link, .projeto a:visited {
	color: #000;
}

.page-id-59 h3 {
	font-family: 'Syne';
	font-size: 3vw;
	color: #fff;
}

.page-id-59 .entry-content h3 {
	font-weight: 800;
	text-transform: uppercase;
	padding-bottom: 0;
	padding-top: 27vh;
	text-align: left;
	border-bottom: 3px solid #000;
	padding-left: 3vw;
}

.cliente div {
	display: flex;
    flex-wrap: wrap;
    width: calc(90vw - 220px);
    margin: 5vw;
    justify-content: space-between;
}

.cliente h4 {
	font-family: 'Syne';
	color: #fff;
	text-transform: uppercase;
}

.cliente h4 {
	margin: 10px;
}

.page-id-59 .main-navigation li {
	border-bottom: 1px solid #fff;
}

/*  -------------------- PROJETOS --------------------  */

.single  {
	background-color: #E2DEC9;
}

/* .single .site-branding {
	z-index: 1;
} */
.single h1  {
	font-size: 3.5vw;
}

.single header h2 {
	position: absolute;
    top: 50%;
    right: 125px;
    transform: translateY(-50%);
    width: calc( 48vw - 230px);
    text-align: center;
    padding-bottom: 0;
    margin: auto;
	font-size: 3vw;
    font-weight: 700;
	text-transform: uppercase;
	text-shadow: 0px 0px 5px rgb(255 255 255 / 20%);
}

.single .post-thumbnail {
	position: absolute;
    left: 25px;
    z-index: -2;
    width: calc(100% - 50px);
    height: calc( 100% - 50px);
    top: 25px;
}

.single .post-thumbnail img {
	object-fit: cover;
	width: 100%;
	height: 100%;
	opacity: 0.9;
}

.single .entry-content {
	margin-top: 110vh;
}

.single .entry-content > div, .single .entry-content > div > div {
	display: block;
}

.single .entry-content > div > div {
	transform: translateX(-110px);
}

.single main p {
	margin-bottom: 1.5em;
    font-family: 'syne';
    font-size: 20px;
    width: 50vw;
    margin-left: calc(50vw - 220px);
}

.single main a:link , .single main a:visited {
	color: #000;
	text-decoration: underline;
}

.tema h2 {
	margin: 0;
    font-family: 'syne';
    text-transform: uppercase;
    width: calc(50vw - 220px);
	min-width: calc(50vw - 220px);
    font-weight: 700;
	margin-left: 110px;
}

.tema > div {
	display: flex;
	column-gap: 50px;
	padding-bottom: 20px;
}

.tema figure {
	box-shadow: 5px 5px 10px rgb(0 0 0 / 30%);
	max-height: 500px;
}

.tema div:after {
	content: 'a';
	color: transparent;
	width: 50px;
	
}

.wp-block-video {
	margin: 0;
}

.tema img, .tema video {
	height: 500px;
    width: auto;
    max-width: none;
}

.tema {
	width: calc(100% + 220px);
    /* transform: translateX(-110px);  */
	overflow: scroll;
	margin-top: 50px;
	margin-bottom: 100px;
	display: block;
	direction: ltr; 
}

#setas {
	gap: 0;
    justify-content: space-between;
    position: absolute;
    width: 50%;
    margin-left: 25%;
    left: 110px;
    padding-top: 500px;	
	z-index: -1;
}

.tema #setas p {
	color: #fff;
    text-shadow: 0 0 4px rgb(0 0 0 / 30%);
    font-size: 20px;
	width: auto;
	margin-left: 0;
}

#setas:after {
	content: none;
}

.nav-links {
	padding-top: 100px;
}

.nav-links div {
	font-size: 20px;
	text-transform: uppercase;
	text-decoration: none !important;
}

.nav-links div a{
	
	text-decoration: none !important;
}

.nav-subtitle {
	color: blue;
    font-weight: 600;
}


/*  -------------------- Manifesto --------------------  */

.page-id-65 {
	background-color: #0000ef;
	color: #fff;
} 

.page-id-65 header h1 {
	display: none;
}

.page-id-65 h2{
	padding-bottom: 30vh;
}

.parte {
	padding-bottom: 10vw;
}

.parte div {
	display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
}

.parte h1 {
	position: relative;
	top: 0;
	transform: none;
	font-size: calc((64vw - 220px)/15);
    width: calc(64vw - 220px);
	text-align: center;
}

.parte img {
	padding-right: 3vw;
	width: 36vw;
	max-width: none;
}

.parte hr {
	width: 100%;
	margin-top: 3vw;
	margin-bottom: 5vw;
}

.parte h3 {
	text-transform: uppercase;
	width: 70vw;
	margin: auto;
	margin-bottom: 70px;
	font-weight: 600;
    font-size: 22px;
    line-height: 1.5;
	font-family: 'Syne';
}

.parte p {
	width: 50vw;
	margin: auto;
	margin-bottom: 1.2em;
	text-transform: uppercase;
}

.parte p:last-of-type {
	margin-bottom: 70px;
}

/*  -------------------- CONTACTOS --------------------  */

.page-id-67 {
	background-color: #E2DEC9;
}

.page-id-67 article header{
	display: none;
}

.page-id-67 .servico > div {
	flex-wrap: nowrap;
	column-gap: 20px;
	margin-bottom: 20vh;
	justify-content: flex-start;
}


.page-id-67 .servico img {
	width: 50vw;
	max-width: none;
}

.page-id-67 .servico figure a::after {
	display: none;
}

.page-id-67 .servico p {
	width: auto;
	/* text-transform: uppercase; */
	font-size: 16px;
    font-weight: 500;
	padding: 0%;
}

.page-id-67 .slot + .servico {
	margin-top: 10vh;
}

.page-id-67 .site-info, .page-id-67 footer svg {
	display: none;
}

/*  -------------------- Mobile --------------------  */
/*  -------------------- Mobile --------------------  */
/*  -------------------- Mobile --------------------  */
@media screen and (min-width: 700px) and (max-width: 1080px) {
	.post-61 .equipa .wp-block-group {
		width: calc(100%/3);
	}

	.post-61 .equipa figure {
		height: 20vw;
	}

	.post-61 .equipa img {
		height: 16vw;
	}

	.tema h2 {
		width: auto;
		min-width: auto;
	}

}
@media screen  and (max-width: 436px) {
	.post-61 .equipa h2 {
		min-height: 86px;
	}
}

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

	html, body, #page {
		height: 100%;
		--width:calc(100% - 90px);
	}

	p {
		margin: 5px;
	}

	/*  -------------- Landing Page/Geral----------------  */
	.TG {
		height: 20px;
		margin: 5px;
	}

	#meio svg {
		height: 4px;
		width: 45px;
	}

	#meio svg rect {
		width: 45px;
		height: 2px;
		transform: translateY(2px);
	}

	#site-navigation {
		left: 45px;
	}

	.toggled {
		z-index: 2 !important;
	}

	.main-navigation ul {
		padding: 10px 0 0;
	}

	#site-navigation button {
		/* width: calc(100% / 1.037); */
		width: 100%;
		font-size: calc((100vw - 90px)/23.3);
		z-index: 100;
		position: absolute;
		padding: calc(var(--width)/20);
	}
	#site-navigation button {
		/* font-size: 4vw; */
		line-height: 1.2;
		padding: 3vw;
	}

	#svg-menu {
		display: none;
	}

	#svg-mob-menu {
		width: calc(100vw - 90px);
		--height: calc((660.73/610) * (100vw - 90px)) ;

			/* transform: translateY(
			calc( (var(--height) * -1) + 10.8vw + (var(--height)*0.048)) 
			); */

			top: 
			calc( (var(--height) * -1) + 10.8vw + (var(--height)*0.044)) 
			;
			transform: none;
			position: absolute;
		display: block;	
	}
	
	.toggled #svg-mob-menu {
		top: 
			calc( 224.73px + (var(--height) * -1) + 10.8vw + (var(--height)*0.044)) 
			;
	}

	.menu-menu-container {
		width:calc((100vw - 90px)/1.037);
	}

	section {
		max-width: calc(100% - 90px);
	}

	.titulo figure, .titulo svg {
		width: calc(100% - 90px);
	}

	.titulo figure {
		padding-bottom: 5px;
	}

	.titulo svg {
		height: 2px;
		transform: translateY(1.5px);
	}

	.titulo svg rect {
		height: 2px;
		width: calc(100%);
	}

	.home h1 {
		font-size: 2.3vw;
		max-width: calc(100% - 90px);
	}

	/* posicionamento equipa landing page */

	.pessoa img {
		height: 12vw !important;
	}

	.pessoa figure{
		z-index: 0;
	}

	.pessoa1 {
		position: absolute;
		top: 6vh;
		left: 45px;
		padding: 0;
	}

	.pessoa2 {
		top: calc(40% - 12vw - ((100vw - 220px)/9.25) );
		left: 45px;
	}

	.pessoa3 {
		left: 32vw;
		top: calc(24% - 4vw - ((100vw - 220px)/9.25) )
	}

	.pessoa4 {
		top: calc(40% - 10.5vw	 - ((100vw - 220px)/9.25) );
		right: 45px;
	}

	.pessoa5 {
		top: 10%;
		right: 22vw;
	}

	.pessoa6 {
		top: calc(55% + 8.2vw );
	}

	.pessoa7 {
		bottom: 50px;
    	left: 10vw;
	}

	.pessoa8 {
		top: calc(80% - 5.2vw );
	}

	.pessoa9 {
		top: calc(67% - 3vw );
	}

	.pessoa10 {
		top: calc(53% + 5.2vw );
		left: 70vw;
	}

	.pessoa11 {
		bottom: 50px;
		top: auto;
	}

	.pessoa12 {
		right: 100px;
		top: calc(35% - 3.2vw );
	}

 /*  -------------- Footer ----------------  */
	footer {
		width: calc(100% - 90px);
		text-align: center;
	}

	footer .site-info, footer hr, footer svg {
		opacity: 0.5;
	}

	.home footer {
		position: relative;
		top: 100%;
		padding-top: 0;
		transform: translateY(-1px);
	}

	footer svg {
		height: 6px;
	}

	footer rect {
		width: 100%;
		height: 2px;
	}

	.site-info > div {
		display: block;
		margin: 5px;
	}

	.site-info > div > div{
		max-width: none !important;
		padding-bottom: 20px;
		display: block;		
	}

	.site-info p {
		font-size: 14px;
	}

	footer img {
		width: 50vw;
	}

	/*  -------------- Páginas ----------------  */

	main {
		width: calc(100% - 90px);
		padding-bottom: 150px;
	}

	.wp-block-separator {
		border-top: none;
	}

	.entry-content h2 {
		font-size: 5vw;
		padding-top: 0;
	}

	.page h1, .single h1 {
		text-align: center;
		width: var(--width);
		font-size: calc((100vw - 90px)/14);
		padding-left: 0;
		transform: translateY(-100%);
	}

	#slot_big_container {
		text-align: center;
		width: calc(100vw - 90px);
		right: auto;
		transform: none;
		transform: translateY(20%);
		top: calc(50% - 100px)
	}

	

	.slot_container {
		width: inherit;
	}

	.slott {
		width: auto;
	}

	.slot_item {
		font-size: 6vw;
	}

	h2 {
		padding-bottom: 35vh;
		/* font-size: 5vw; */
		font-size: 20px;
	}

	/*  -------------- SOMOS ----------------  */

	.page-id-61 .entry-content {
		margin-top: 15vh;
	}
	.post-61 .equipa .wp-block-group {
		width: 50%;
	}

	.post-61 .equipa img {
		height: 25vw;
	}

	.post-61 .equipa h2, .post-61 .equipa h3, .post-61 .equipa p {
		margin: 0 5px;
	}
	.post-61 .equipa h2 {
		font-weight: 700;
	}
 
	.post-61 .equipa h2{
		font-size: 17px;
	
	}

	.post-61 .equipa h3{
		font-size: 13px;
		font-weight: 600;
	}

	.post-61 .equipa p{
		font-size: 12px;
	}

	.post-61 .equipa figure {
		height: 35vw;
		border-bottom: 2px solid #fff;
	}

	.post-61 hr + div > div {
		display: block;
	}

	.post-61 hr + div > div figure + div {
		margin-top: 30px;
	}

	.post-61 hr + div > div figure img {
		width: 100%;
		max-width: 100%;
	}

	.post-61 hr + div > div p {
		margin-bottom: 15px;
		font-size: 1rem;
	}

	/* -------------- FAZEMOS ----------------  */

	.page-id-63 #primary svg {
		width: 100%;
		transform: translateX(-45px);
		height: 55%;
		display: none;
	}

	.page-id-63 #primary svg rect {
		width: 100%;
		transform: none;
		fill: green;
	}

	.page-id-63 h1 {
		position: absolute;
	}

	.page-id-63 .slott {
		width: auto;
	}

	.page-id-63 h2 {
		position: relative;
		transform: none;
		left: 0;
	}

	.slot + .servico {
		margin-top: 10vh; 
	}

	.servico {
		border-top: 2px solid #000;
	}

	.servico div {
		display: block;
	}

	.page-id-63 h3 {
		width: 100%;
		font-size: 6vw;
		text-align: center;
		margin: auto;
		margin-top: 20px;
		padding: 0;
		padding-bottom: 40px;
		font-family: 'Syne';
	}

	.servico p {
		width: auto;
		padding: 0;
	}

	.page-id-63 ul {
		flex-wrap: wrap;
	}
	/*  -------------- COMUNICAMOS ----------------  */
	.page-id-59 section {
		width: 100%;
		position: relative;
		padding-top: 160%;
		height: auto;
		max-width: 100%;
	}

	.page-id-59 .slott {
		width: auto;
	}

	.page-id-59 .slot_item {
		font-size: 6vw;
	}

	.page-id-59 h2 {
		padding-bottom: 0;
		position: absolute;
		top: 20%;
		margin: auto;
		width: var(--width);
	}

	.projeto {
		position: relative;
		top: 0 !important;
		left: 0 !important;
		right: 0 !important;
		bottom: 0 !important;
		margin-bottom: 45px;
	}

	.projeto figure {
		width: 100%;
		height: 200px;
		display: block;
		position: relative;
		opacity: 0.6;
	}

	.projeto h2 {
		margin: auto;
		max-width: 60vw;
		position: absolute;
		top: 50%;
		left: 50%;
		width: 100%;
		text-align: center;
		transform: translate(-50%, -50%);
		font-size: 20px;
		text-shadow: 0px 0px 4px rgb(255 255 255 / 40%);
	}

	#slot_name {
		text-align: center;
		width: calc(100vw - 90px);
    	right: auto;
		font-size: 6vw;
		transform: translateY(20%);
	}

	.page-id-59 .entry-content h3 {
		border-bottom: 2px solid #000;
		font-size: 6vw;
		line-height: 10vw;
		text-align: center;
		padding-top: 0;
    	margin-top: 0;
	}

	.cliente div {
		width: calc(90vw - 90px);
		justify-content: center;
	}

	.cliente h4 {
		margin: 5px;
		font-size: 12px;
	}

	/*  -------------- PROJETO ----------------  */
	.single h1 {
		text-shadow: 0 0 4px rgb(0 0 0 / 30%);
	}
	.single header h2 {
		width: var(--width);
		right: auto;
		transform: none;
		font-size: 8vw;
	}

	.single .entry-content {
		margin-top: 105vh;
	}

	.single main p {
		width: auto;
		margin-left: 5px;
	}

	.single .entry-content > div > div {
		transform: translateX(-45px);
	}

	.tema {
		width: calc(100% + 90px);
		transform: none;
	}

	#setas {
		z-index: 0;
		left: 0;
		padding-top: 370px;
		margin-left: 45px;
    width: 100%;
	}

	.tema > div {
		margin-left: 50px;
	}

	.tema h2 {
		position: absolute;
		padding-bottom: 0;
		width: auto;
		min-width: none;
		margin-left: 5px;
	}

	.tema figure {
		margin-top: 50px;
		margin-right: 15px;
		max-height: 300px;
		z-index: 2;
	}

	.tema img, .tema video {
		height: 300px;
	}

	.single .nav-links {
		gap: 10px;
		margin: 5px;
		align-items: flex-end;
	}

	.nav-subtitle {
		font-weight: 700;
		display: inline-block;
		width: 100%;
	}

	.post-navigation .nav-previous {
		flex: none;
	}

	.nav-links div {
		font-size: 14px;
		font-weight: 500;
	}

	
	/*  -------------- MANIFESTO ----------------  */

	.page-id-65 h1 {
		width: 100%;
	}
	
	.page-id-65 h2 {
		padding-bottom: 20vh;
	}

	.page-id-65 .wp-block-group {
		display: block;
	}

	.parte h1 {
		transform: none;
		order: 0;
	}

	.parte hr {
		width: calc(100vw - 90px);
		margin: 3vw 0;
		border: 0;
		height: 2px;
		order: 1;
	}

	.parte figure {
		order: 2;
		margin-bottom: 15vw;
	}

	.parte img {
		width: calc(100vw - 110px);
		margin: 0 10px;
	}

	.parte h3 {
		order: 3;
		font-size: 16px;
	}

	.parte h3:last-of-type {
		order: 5;
	}

	.parte p {
		order: 4;
		font-size: 14px;
		width: 70vw;
	}

	/*  -------------------- CONTACTOS --------------------  */

	.page-id-67 .servico img {
		width: 100%;
	}

	.page-id-67 .servico > div > div {
		margin-top: 10vh;
	}

	.page-id-67 .servico p {
		margin-bottom: 5vh;
		font-size: 14px;
	}

}