/*
Theme Name:     Hello Elementor Child
Description:    Child theme that contains Google Maps integration and can be used to build projects using Bakery.
Author:         Bspacy
Template:       hello-elementor
Version:        1.0
License:        GNU General Public License v2 or later
License URI:    https://www.gnu.org/licenses/gpl-2.0.html
Text Domain:    parimob
*/

/* --------------------- BASE CONFIGURATIONS --------------------- */

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  /* background-color: var(--purple-bg); */
  font-family: "Akatab", sans-serif;
}

html.disableScroll {
  overflow-y: hidden;
}

img {
  max-width: 100%;
}

/* --------------------- CUSTOM SCROLLBAR --------------------- */

html {
  scrollbar-width: thin;
  scrollbar-color: #888 transparent;
}

body::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--purple-bg);

  background-image: url(/wp-content/uploads/body_bg.svg);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}

html::-webkit-scrollbar {
  width: 4px;
}

html::-webkit-scrollbar-thumb {
  background-color: #888;
  border-radius: 4px;
}

html::-webkit-scrollbar-track {
  background-color: var(--white);
}

/* --------------------- LINK RESET --------------------- */

a,
a:hover,
a:focus,
a:active {
  text-decoration: none;
  color: var(--black);
  cursor: pointer;
  overflow-wrap: anywhere;
}

/* --------------------- TYPOGRAPHY SMOOTHING --------------------- */

h1,
h2,
h3,
h4,
h5,
h6,
p,
label,
input,
a,
span,
li {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
}

/* --------------------- FORM COMPONENTS --------------------- */

/* Placeholder Color */
input::placeholder {
  color: var(--purple-second);
  opacity: 1;
}

/* Autofill Background/Color */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus,
select:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px var(--purple-bg-input) inset !important;
  -webkit-text-fill-color: var(--purple-second) !important;
}

input:focus,
select:focus {
  outline: none !important;
}

/* Remove number input spinners */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* ELEMETOS DE FORMLARIO GERAIS */
.inputForm,
form
  input:not(
    input[type="button"],
    input[type="checkbox"],
    input[type="submit"]
  ) {
  border: 0px !important;
  background-color: var(--purple-bg-input) !important;
  color: var(--purple-second) !important;
  padding: 10px 10px !important;
  width: 100%;
  outline: unset;
}
input::placeholder,
textarea::placeholder,
.wpcf7 label {
  color: var(--purple-second) !important;
  opacity: 1;
}
.acceptanceWrapper span {
  color: var(--purple-second) !important;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.acceptanceWrapper label {
  display: flex;
  gap: 5px;
  align-items: center;
}

.wpcf7 p:has(textarea) {
  margin-bottom: 12px;
}

.wpcf7-not-valid-tip {
  color: #dc3232;
  font-size: 10px;
  position: absolute;

  left: 5px;
  bottom: -15px;
  line-height: 1;
}

/* MENSAGENS DE ERRO */
.wpcf7-response-output {
  margin: 0px !important;
  padding: 0px !important;
  border: 0px !important;
  margin-top: 10px !important;
  color: var(--black);
  width: 100%;
  font-family: "Akatab", sans-serif;
  font-weight: 400;
  font-size: 14px;
}

/********* Alterar o scroll bar **********/
html {
  scrollbar-width: thin; /* Adjust the width of the scrollbar */
  scrollbar-color: var(--purple-second) transparent; /* Adjust the color of the scrollbar */
}

/* Define the style for the scrollbar track */
html::-webkit-scrollbar {
  width: 4px; /* Adjust the width of the scrollbar */
}

/* Define the style for the scrollbar thumb */
html::-webkit-scrollbar-thumb {
  background-color: var(
    --purple-main
  ); /* Adjust the color of the scrollbar thumb */
  border-radius: 4px; /* Adjust the border radius of the scrollbar thumb */
}

/* Style for scrollbar track (background) */
html::-webkit-scrollbar-track {
  background-color: var(--white); /* Background color of the scrollbar track */
}
/********* FIM DE Alterar o scroll bar **********/

/* --------------------- RESET ELEMENT MARGINS --------------------- */
/* remover espaçamentos */
.wpb_button,
.wpb_content_element,
ul.wpb_thumbnails-fluid > li,
.vc_btn3-container {
  margin-bottom: 0px !important;
}
header ul,
footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* --------------------- CUSTOM SELECT STYLE (DISABLED) --------------------- */
/*
select {
	-webkit-appearance: none;
	-moz-appearance: none;
	border: 0 !important;
	color: #fff;
	border-radius: 5px;
	font-size: 14px;
	padding: 10px;
	width: 35%;
	cursor: pointer;
	background: #0d98e8 url(https://cdn1.iconfinder.com/data/icons/universal-icons-set-for-web-and-mobile/100/controls_0-12-512.png) no-repeat right center;
	background-size: 40px 37px;
}

select option {
	background-color: #fff;
	color: black;
}

select::-ms-expand {
	display: none;
}
*/

/* --------------------- FONT DEFINITIONS --------------------- */
/* RALEWAY */
@font-face {
  font-family: "Raleway";
  src: url("assets/fonts/raleway/Raleway-Regular.woff2") format("woff2"),
    url("assets/fonts/raleway/Raleway-Regular.otf") format("otf"),
    url("assets/fonts/raleway/Raleway-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

/* AKATAB */
@font-face {
  font-family: "Akatab";
  src: url("assets/fonts/akatab/Akatab-SemiBold.woff2") format("woff2"),
    url("assets/fonts/akatab/Akatab-SemiBold.otf") format("otf"),
    url("assets/fonts/akatab/Akatab-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "Akatab";
  src: url("assets/fonts/akatab/Akatab-ExtraBold.woff2") format("woff2"),
    url("assets/fonts/akatab/Akatab-ExtraBold.otf") format("otf"),
    url("assets/fonts/akatab/Akatab-ExtraBold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "Akatab";
  src: url("assets/fonts/akatab/Akatab-Regular.woff2") format("woff2"),
    url("assets/fonts/akatab/Akatab-Regular.otf") format("otf"),
    url("assets/fonts/akatab/Akatab-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

/* AbhayaLibre */
@font-face {
  font-family: "AbhayaLibre";
  src: url("assets/fonts/abhayaLibre/AbhayaLibre-Regular.woff2") format("woff2"),
    url("assets/fonts/abhayaLibre/AbhayaLibre-Regular.otf") format("otf"),
    url("assets/fonts/abhayaLibre/AbhayaLibre-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

h1,
h2,
h3 {
  color: var(--purple-main);
  font-family: "AbhayaLibre";
  font-size: 80px;
  font-style: normal;
  font-weight: 400;
  line-height: 93.75%;
  /* letter-spacing: -3.2px; */
  margin-bottom: 23px;
}

h3,
h4,
h5,
h6 {
  font-family: "AbhayaLibre";

  font-size: 50px;
}

p,
a,
label,
input,
select,
textarea,
option,
li,
span,
button {
  color: var(--black);
  font-family: "Akatab", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
}

.smallTitle {
  color: var(--purple-main);
  font-family: "Akatab", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 1.4px;
  margin-bottom: 23px;
}

p:not(.backgroundVideo p, header p) {
  margin-bottom: 18px;
}

/* --------------------- VARIABLES --------------------- */
:root {
  --black: #1e1e1e;
  --white: #ffffff;
  --purple-main: #670567;
  --purple-second: #ac75af;
  --purple-bg: #f2f2fa;
  /* O de baixo tem opacidade */
  /* --purple-bg: #edecf8b2; */
  --purple-bg-input: #efeaf5;
  --header-height: 87px;
  --padding-inline: 288px;
  --paddingVert: 55px;
  --compensateHeader: calc(var(--header-height) + 40px);
  --adminbar: 30px;
}

/* --------------------- UTILITY CLASSES --------------------- */
.noPadding {
  padding-left: 0;
  padding-right: 0;
}

.pagePaddings {
  padding-left: var(--padding-inline);
  padding-right: var(--padding-inline);
}
.verticalPadding {
  padding-top: var(--paddingVert);
  padding-bottom: var(--paddingVert);
}
.mainHeroTopPadding {
  padding-top: var(--compensateHeader);
}
body:has(#wpadminbar) .mainHeroTopPadding {
  padding-top: calc(var(--compensateHeader) - var(--adminbar));
}
.pageHeroSection > .vc_column_container,
.pageHeroSection .vc_column-inner,
.pageHeroSection .wpb_wrapper {
  position: relative;
  z-index: 2;
}
.backgroundOverlay {
  content: "";
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.77) 0%,
    rgba(0, 0, 0, 0.8) 100%
  );
  z-index: 1 !important;
  pointer-events: none;
}
.backgroundOverlay .vc_column-inner {
  display: none !important;
}

#main {
  min-height: 100vh;
  /* background-color: var(--beige); */
}
#to_top_scrollup {
  width: fit-content !important;
}
#to_top_scrollup img {
  width: 40px;
  height: 40px;
  transform: rotate(270deg);
}

/* --------------------- BUTTONS --------------------- */
.formInput.submit p {
  text-align: center;
  margin: 0px !important;
}
.formInput.submit input {
  background-color: var(--purple-main);
  padding: 10px 90px;
  outline: 0px;
  border: 1px solid var(--purple-main);
  color: var(--white);
  -webkit-appearance: none;
  transition: 300ms linear all;
  border-radius: 70px;
  margin-top: 53px;
  font-family: "AbhayaLibre";
}
.formInput.submit input:hover {
  background-color: transparent;
  color: var(--purple-main);
}
.acceptanceWrapper p {
  margin: 0px !important;
}
/* --------------------- PROJECT-SPECIFIC RULES --------------------- */
/* Hide reCAPTCHA badge */
.grecaptcha-badge {
  visibility: hidden !important;
}

/* Hide WPML footer badge */
.otgs-development-site-front-end {
  display: none;
}

/************************ HEADER ************************/
.burguer {
  display: none;
}
/* hamburguer menu */
.menu-mobile {
  display: none;
}

header {
  padding: 24px var(--padding-inline);
  position: fixed;
  width: 100%;
  top: 0px;
  left: 0px;
  z-index: 99999;
  transition: all 300ms linear;
  background-color: var(--purple-bg);
}

/* header.header-colored {
  background-color: #00000026;
  transition: all 300ms linear;
} */

/* wrapper com elementos do header */
.wrapper-header {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 145px;
  position: relative;
  z-index: 9999;
}

.wrapper-header a:has(img) {
  display: flex;
}
.headerMenuWrapper,
.headerMenuWrapper ul {
  display: flex;
  gap: 57px;
  align-items: center;
}

.headerMenuWrapper a,
.headerMenuWrapper span,
.headerMenuWrapper p {
  font-family: "Raleway", "sans-serif";
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.42px;
  text-transform: uppercase;
  color: var(--black);
}
/* animação de underline nos a */
.gsap-underline li a {
  position: relative;
  text-decoration: none;
  z-index: 1;
}

.gsap-underline li a::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  height: 2px;
  background: currentColor;
  width: 100%;
  transform: scaleX(0);
  transform-origin: left;
  transition: none;
  pointer-events: none;
}

.gsap-underline li a::after {
  transform: scaleX(var(--underline-scale, 0));
  transition: transform 0.2s ease;
}
.gsap-underline .current_page_item > a::after {
  transform: scaleX(1);
}
.gsap-underline .current_page_item > a::after,
.gsap-underline .wpml-ls-current-language > a::after {
  transform: scaleX(1);
}

.wpcf7-spinner {
  display: none;
}
/************************ FOOTER ************************/
footer {
  position: relative;
  background-color: var(--purple-main);
  padding: 32px var(--padding-inline);
}

footer a,
footer p,
footer span,
footer li {
  color: var(--white);
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}

footer a:hover,
footer a:active,
footer a:focus {
  color: var(--white);
}
.footerWrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.footerMenuWrapper ul {
  display: flex;
  gap: 16px;
  align-items: center;
}
.footerlogoWrapper img {
  filter: invert(1) brightness(1000);
  object-fit: contain;
}

/****************************** LEGAL PAGES ************************************/

.legalPage {
  padding: var(--padding-inline);
  padding-bottom: 100px;
}

.legalPage h1 {
  margin-top: 0px;
}
.legalPage h2 {
  font-size: 32px;
  line-height: 42px;
  margin: 24px 0px;
}

/* ========================================================================== */
/*                              Hero Section                                  */
/* ========================================================================== */
.backgroundVideo * {
  height: 100%;
  overflow-y: hidden;
}

.backgroundVideo .vc_column-inner {
  padding: 0px !important;
}
.backgroundVideo .container-video {
  height: 100%;
  width: 100%;
}
.backgroundVideo .container-video video {
  min-height: 100vh;
  width: 100%;
  object-fit: cover;
  position: relative;
  display: block;
  object-position: 90%;
}
/* ========================================================================== */
/*                           Quem Somos Section                               */
/* ========================================================================== */
.quemSomosSection {
  min-height: 100vh;
  height: 800px;
}

.quemSomosSection > .wpb_column > .vc_column-inner > .wpb_wrapper {
  max-width: 556px;
  /* margin-inline: auto; */
  margin-left: 10vw;
}
.quemSomosSection .wpb_text_column {
  max-width: 481px;
  margin-inline: auto;
}

/* ANIMCACAO LINHA */
#sobrenos {
  position: relative; /* container for absolute children */
}

.line-container {
  position: absolute;
  top: 50%;
  left: 100px;
  transform: translateX(-50%);
  z-index: 10;
}

.line-container,
.line-container-second {
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-end;
}

.vertical-line {
  width: 1px;
  background-color: var(--purple-main);
  height: 200px; /* initial height */
  transform-origin: top;
}

.vertical-text {
  writing-mode: sideways-lr;
  text-orientation: mixed;
  margin: 0px !important;
  user-select: none;
  margin-top: 10px;
}

.quemSomosSection {
  z-index: 99998;
}

/* ========================================================================== */
/*                             Gestão Section                                 */
/* ========================================================================== */
.competencias-swiper {
  overflow: hidden;
}

.competencias-swiper .swiper-slide {
  /* height: 100vh !important; */
  height: 950px !important;
}
.competencia-slide {
  height: 100%;
}

/* LADO DIREITO COM IMG E BOLA */
.competencia-right {
  position: relative;
}
.competencia-right::after {
  content: "";
  background-image: url(/wp-content/uploads/drop.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 0px;
  left: -60px;
  width: auto;
  height: 131vh;
  height: 1300px !important;
  aspect-ratio: 1;
  z-index: 1;
  transform: translate(-50%, 100px);
  pointer-events: none;
}

/* zona com texto por cima do slidshow */
.competencia-left {
  background-color: var(--purple-bg);
  display: flex;
  align-items: flex-start;
  /* justify-content: flex-end; */
  z-index: 2;
}
.competencia-left-inner {
  max-width: 644px;
  position: absolute;
  top: 45%;
  left: 10vw;
}
.competencia-left h2 {
  padding-top: 78px;
}
.competencia-left-inner ul {
  margin-block: 0px;
}

.mini-pagination {
  margin-top: 39px;
  display: flex;
  gap: 8px;
  visibility: hidden;
  display: none;
}
#gestao .swiper-pagination-bullet,
.mini-pagination .mini-bullet {
  width: 13px !important;
  height: 13px !important;
  display: inline-block;
  border-radius: 0px !important;
  background: transparent !important;
  opacity: 1 !important;
  border: 1px solid var(--black);
  cursor: pointer;
}

#gestao .swiper-pagination-bullet-active,
.mini-pagination .mini-bullet.active {
  background: var(--purple-main) !important;
  border: 1px solid var(--purple-main);
}

/* bullets da paginacao */
#gestao .swiper-pagination {
  text-align: center;
  padding-left: 15px;
  width: fit-content;
  bottom: 20px;
  left: 10vw;
  z-index: 9999;
  /* opacity: 1; */
  /* visibility: hidden; */
}

/* seta nova que pediram para colocar */
.competencias-right-next {
  text-align: center;
  bottom: 12px !important;
  top: unset !important;
  left: calc(10vw + 150px) !important;
  z-index: 9999 !important;
}
.rowSeta {
  min-height: 30vh;
}

/* segunda linha que vai dar à outra secção */
.rowSeta .wpb_raw_code:has(.vertical-line),
.gestaoSection .wpb_raw_code:has(.vertical-line) {
  position: absolute;
  bottom: 0px;
  left: calc(50% - 560px);
  z-index: 2;
  transform: translateY(100%);
}

#gestao > .wpb_column {
  overflow: hidden;
}

/* ========================================================================== */
/*                            Projetos Section                                */
/* ========================================================================== */

.projetosSection .swiper-slide {
  max-height: 855px;
  height: 80vh;
  width: 1124px !important;
  opacity: 0.3;
  transition: all 300ms linear;
  margin-inline: 10px;
}
.projetosSection .swiper-slide.swiper-slide-active {
  opacity: 1;
  transition: all 300ms linear;
}

/* wrapper com as infos do projeto */
.projeto-info {
  position: absolute;
  top: 0px;
  left: 0px;
  background: var(--white);
  padding: 68px 68px;
  max-width: 481px;
}
.projeto-info .projeto-tipo {
  text-transform: uppercase;
  font-size: 14px;
}
.projeto-info .projeto-nome {
  color: var(--purple-main);
  font-family: "AbhayaLibre";
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  margin-block: 20px;
}
.projeto-info .projeto-localizacao {
  font-weight: 700;
  letter-spacing: 0.48px;
  margin: 0px;
}
.projeto-info .projeto-conteudo {
  display: -webkit-box;
  -webkit-line-clamp: 12; /* number of lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-block: 40px;
}

.projeto-info .projeto-conteudo p {
  line-height: 22px;
}
.projeto-info .projeto-conteudo p:last-child {
  margin: 0px;
}
.projeto-info a {
  color: var(--purple-main);
  font-family: "AbhayaLibre";
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.39px;
}

#projetos .swiper-controls {
  display: flex;
  align-items: center;
  gap: 9px;
  max-width: 1124px !important;
  margin-inline: auto;
  padding-left: 68px;
  margin-bottom: 8px;
}
/* Reset Swiper default styles inside #projetos */
#projetos .swiper-pagination,
#projetos .swiper-button-next,
#projetos .swiper-button-prev {
  all: unset; /* remove all default rules */
  display: flex; /* allow flex positioning */
  justify-content: center;
  align-items: center;
  position: static; /* remove absolute positioning */
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  background: none;
}

/* Optional: style your bullets manually */
#projetos .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  border: 1px solid var(--black);
  border-radius: unset;
  background: transparent;
  opacity: 1;
  margin: 0 4px;
  transition: opacity 0.3s;
}

#projetos .swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--black);
}

/* Remove default Swiper button styles */
#projetos .swiper-button-next,
#projetos .swiper-button-prev {
  all: unset; /* remove default rules */
  display: flex; /* allows flex positioning */
  justify-content: center;
  align-items: center;
  width: 24px; /* your desired width */
  height: 24px; /* your desired height */
  cursor: pointer;
}

/* Add custom arrow images */
#projetos .swiper-button-next::after,
.competencias-right-next::after {
  content: "" !important;
  display: block;
  width: 100%;
  height: 100%;
  background: url("/wp-content/uploads/arrow.svg") no-repeat center center;
  background-size: contain;
}

/* ========================================================================== */
/*                            Contactos Section                               */
/* ========================================================================== */
.contactoSection > .wpb_column > .vc_column-inner > .wpb_wrapper {
  max-width: 805px;
  margin-inline: auto;
  z-index: 1;
  position: relative;
}
/* paragrafo */
.contactoSection
  > .wpb_column
  > .vc_column-inner
  > .wpb_wrapper
  > .wpb_text_column:not(:has(.wpcf7)) {
  max-width: 610px;
  margin-inline: auto;
}

.contactoSection .wpcf7 {
  margin-top: 24px;
  padding-bottom: 50px;
  border-bottom: 1px solid var(--purple-main);
}

.formRow p {
  display: flex;
  gap: 27px;
}
.formRow {
  margin-bottom: 27px;
}
.formRow > p > span {
  width: 100%;
}
.contactosWrapper {
  max-width: unset !important;
}
.contactosWrapper .wpb_wrapper {
  display: grid;
  grid-template-columns: 1fr 367px;
  gap: 10px;
  justify-content: space-around;
  margin-top: 50px;
  margin-bottom: 80px !important;
}
.contactosWrapper p {
  margin-top: 10px;
}
.contactosWrapper a {
  font-size: 20px;
  line-height: 120%; /* 24px */
}
.contactosWrapper span {
  color: #9a99ae;
  font-size: 11px;
  font-weight: 700;
  line-height: 185.714%;
  letter-spacing: 1.643px;
  text-transform: uppercase;
}

.gm-style-moc {
  display: none !important;
}

/* aqui */

/****************************** MEDIA QUERIES ************************************/
/* PARA ECRAS 4k - criar container para nao ir para as pontas */
@media (min-width: 2250px) {
  :root {
    --padding-inline: 10vw;
    --padding-inline: 0px;
  }

  #sobrenos > div {
    max-width: 1440px;
    margin-inline: auto;
  }

  .bigscreen-limit {
    max-width: 1440px;
    margin-inline: auto;
  }
}
@media print, screen and (max-width: 1550px) {
  h1,
  h2,
  h3 {
    font-size: 60px;
  }

  h3,
  h4,
  h5,
  h6 {
    font-family: "AbhayaLibre";
    font-size: 40px;
  }

  /* --------------------- VARIABLES --------------------- */
  :root {
    --header-height: 120px;
    --padding-inline: 120px;
    --paddingVert: 50px;
  }

  /* ========================================================================== */
  /*                              Map Section                                   */
  /* ========================================================================== */

  /* ========================================================================== */
  /*                             Gestão Section                                 */
  /* ========================================================================== */

  .competencias-swiper .swiper-slide {
    /* height: 100vh !important; */
    height: 700px !important;
  }
  .competencia-right::after {
    height: 1100px !important;
  }

  /* zona com texto por cima do slidshow */
  .competencia-left-inner {
    max-width: 550px;
    top: 40%;
  }
  .competencia-left h2 {
    padding-top: 60px;
  }
  .wpb_raw_code:has(#paginacao-slide) {
    margin-top: 32px;
  }

  /* ========================================================================== */
  /*                            Projetos Section                                */
  /* ========================================================================== */

  /* ========================================================================== */
  /*                            Contactos Section                               */
  /* ========================================================================== */

  .formRow p {
    display: flex;
    gap: 18px;
  }
  .formRow {
    margin-bottom: 18px;
  }
  .contactosWrapper a {
    font-size: 18px;
  }
  .contactosWrapper .wpb_wrapper {
    grid-template-columns: 1fr 367px;
  }
}

@media only screen and (max-width: 1440px) {
  h1,
  h2,
  h3 {
    font-size: 52px;
  }

  h3,
  h4,
  h5,
  h6 {
    font-size: 38px;
  }

  /* --------------------- VARIABLES --------------------- */
  :root {
    --header-height: 95px;
    --padding-inline: 80px;
    --paddingVert: 40px;
  }

  /* --------------------- HEADER --------------------- */

  header {
    padding: 18px var(--padding-inline);
  }
  .headerMenuWrapper a,
  .headerMenuWrapper span,
  .headerMenuWrapper p {
    font-size: 12px;
  }
  .headerMenuWrapper,
  .headerMenuWrapper ul {
    gap: 40px;
  }

  /* ========================================================================== */
  /*                           Quem Somos Section                               */
  /* ========================================================================== */
  .quemSomosSection {
    height: 700px;
  }

  .quemSomosSection > .wpb_column > .vc_column-inner > .wpb_wrapper {
    margin-left: 15vw;
  }

  /* ========================================================================== */
  /*                              Map Section                                   */
  /* ========================================================================== */

  /* ========================================================================== */
  /*                             Gestão Section                                 */
  /* ========================================================================== */

  /* zona com texto por cima do slidshow */
  .competencia-left-inner {
    max-width: 480px;
    left: 7vw;
  }
  /* bullets da paginacao */
  #gestao .swiper-pagination {
    left: 7vw;
  }

  .competencias-right-next {
    left: calc(7vw + 150px) !important;
  }
  .competencia-left h2 {
    padding-top: 30px;
  }
  .mini-pagination {
    margin-top: 32px;
  }

  /* ========================================================================== */
  /*                            Projetos Section                                */
  /* ========================================================================== */

  .projetosSection .swiper-slide {
    max-height: 600px;
    height: 80vh;
    width: 1000px !important;
  }

  /* wrapper com as infos do projeto */
  .projeto-info {
    padding: 36px 36px;
    max-width: 400px;
  }

  .projeto-info .projeto-tipo {
    font-size: 12px;
  }
  .projeto-info .projeto-nome {
    font-size: 26px;
    margin-block: 14px;
  }

  .projeto-info .projeto-conteudo {
    margin-block: 22px;
  }
  .projeto-info .projeto-conteudo p {
    line-height: 1.4;
    font-size: 14px;
  }

  /* ========================================================================== */
  /*                            Contactos Section                               */
  /* ========================================================================== */
  .contactoSection .wpcf7 {
    padding-bottom: 40px;
  }

  .contactosWrapper .wpb_wrapper {
    gap: 10px;
  }

  p:not(.backgroundVideo p, header p) {
    margin-bottom: 12px;
  }
}

/* Media query para menu hamburguer */
@media print, screen and (max-width: 1200px) {
  /************************ HEADER ************************/

  .wrapper-header {
    gap: 70px;
  }
  .headerMenuWrapper,
  .headerMenuWrapper ul {
    display: flex;
    gap: 40px;
    align-items: center;
  }
  /* ========================================================================== */
  /*                            Projetos Section                                */
  /* ========================================================================== */

  .projetosSection .swiper-slide {
    max-height: 500px;
    height: 80vh;
    width: 750px !important;
  }
  /* wrapper com as infos do projeto */
  .projeto-info {
    padding: 24px;
    max-width: 400px;
  }

  .projeto-info .projeto-tipo {
    font-size: 12px;
  }
  .projeto-info .projeto-nome {
    font-size: 24px;
    margin-block: 14px;
  }

  .projeto-info .projeto-conteudo {
    margin-block: 22px;
  }
  .projeto-info .projeto-conteudo p {
    line-height: 1.4;
    font-size: 12px;
  }

  #projetos .swiper-controls {
    max-width: 750px !important;
    padding-left: 40px;
  }

  /* ========================================================================== */
  /*                            GEstão Section                                */
  /* ========================================================================== */
  /* segunda linha que vai dar à outra secção */
  .rowSeta .wpb_raw_code:has(.vertical-line),
  .gestaoSection .wpb_raw_code:has(.vertical-line) {
    left: calc(50% - 450px);
  }
}

/*tablet landscape or old laptop */
@media print, screen and (max-width: 1024px) {
  /* --------------------- VARIABLES --------------------- */
  :root {
    --padding-inline: 40px;
  }
  /************************ HEADER ************************/
  .main-menu-wrapper,
  .fakeIdioma:not(.menu-mobile .fakeIdioma) {
    display: none;
  }

  .wrapper-header {
    justify-content: space-between;
    gap: 10px;
  }

  .menu-mobile .fakeIdioma {
    color: var(--white);
    font-size: 18px;
    line-height: 1;
  }

  /* MENU NORMAL */
  .burguer {
    height: 20px;
    width: 20px;
    display: block;
    transition: all 300ms linear;
    position: relative;
  }

  .burguer.open {
    height: 25px;
    width: 25px;
  }

  .burguer .line {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 2px;
    width: 100%;
    background-color: var(--purple-main);
    transition: all linear 300ms;
    border-radius: var(--border-radius);
  }

  .burguer .line:nth-child(1),
  .burguer .line:nth-child(2),
  .burguer .line:nth-child(3) {
    top: 0%;
    opacity: 1;
  }

  .burguer .line:nth-child(2) {
    top: 50%;
  }

  .burguer .line:nth-child(3) {
    top: 100%;
  }

  /* QUANDO SE ADICIONA A CLASSE - colocar os dois traços que cruzam a 50% e apenas dar rotação para ficarem o X */
  /* hambuerguer aberto */
  .burguer.open .line:nth-child(1) {
    width: 100%;
    top: 50%;
    transform: rotate(45deg);
  }

  .burguer.open .line:nth-child(2) {
    opacity: 0;
  }

  .burguer.open .line:nth-child(3) {
    width: 100%;
    top: 50%;
    transform: rotate(-45deg);
  }

  /* menu mobile */
  .menu-mobile {
    display: block;
    position: fixed;
    top: 0px;
    right: 0px;
    height: 100dvh;
    width: 100%;
    z-index: 9980;
    background-color: var(--purple-bg);
    transform: translate(0%, -100%);
    transition: all 500ms linear;
    padding: var(--padding-inline);
    padding-top: calc(var(--header-height) + 20px);
    display: flex;
    flex-direction: column;
    /* justify-content: space-between; */
    gap: 20px;
  }

  .menu-mobile.open {
    transform: translateY(0%);
    transition: all 500ms linear;
  }

  .menu-mobile ul {
    display: grid;
    gap: 20px;
  }

  .menu-mobile ul li {
    width: fit-content;
  }

  .menu-mobile ul li a,
  .menu-mobile ul li a span {
    font-size: 22px;
    line-height: 1.1;
    font-weight: 600;
    color: var(--black);
    display: block;
  }

  /* ========================================================================== */
  /*                            Projetos Section                                */
  /* ========================================================================== */
}

/* Size considerado para Tablet */
@media only screen and (max-width: 991px) {
  h1,
  h2,
  h3 {
    font-size: 48px;
  }

  h3,
  h4,
  h5,
  h6 {
    font-size: 36px;
  }

  /* ========================================================================== */
  /*                           Quem Somos Section                               */
  /* ========================================================================== */

  .quemSomosSection > .wpb_column > .vc_column-inner > .wpb_wrapper {
    margin-left: 10vw;
  }

  /* ========================================================================== */
  /*                             Gestão Section                                 */
  /* ========================================================================== */
  .gestao-swiper {
    width: 70vw;
  }

  .competencia-left-inner {
    max-width: 400px;
  }

  .gestao-swiper::after {
    left: 65px;
    transform: translate(-60%, 100px);
  }
  /* zona com texto por cima do slidshow */
  .gestaoSection .vc_row {
    /* width: 45vw; */
    padding-left: var(--padding-inline);
    justify-content: flex-start;
  }

  .gestaoSection .vc_row > .wpb_column {
    margin-bottom: 90px;
    max-width: 450px;
  }
  .gestaoSection .vc_row > .wpb_column .vc_custom_heading {
    padding-top: 60px;
  }

  .wpb_raw_code:has(#paginacao-slide) {
    margin-top: 32px;
  }

  /* segunda linha que vai dar à outra secção */
  .rowSeta .wpb_raw_code:has(.vertical-line),
  .gestaoSection .wpb_raw_code:has(.vertical-line) {
    left: calc(50% - 370px);
  }
  /* ========================================================================== */
  /*                            Projetos Section                                */
  /* ========================================================================== */
  .projetosSection .swiper-wrapper {
    /* margin-inline: 50px; */
  }
  .projetosSection .swiper-slide {
    max-height: 500px;
    height: 80vh;
    width: 600px !important;
  }
  #projetos .swiper-controls {
    max-width: 600px !important;
    padding-left: 40px;
  }
  /* wrapper com as infos do projeto */
  .projeto-info {
    padding: 24px;
    max-width: 400px;
  }

  .projeto-info .projeto-tipo {
    font-size: 12px;
    margin: 0px;
  }
  .projeto-info .projeto-nome {
    font-size: 22px;
    margin-block: 12px;
  }

  .projeto-info .projeto-conteudo {
    margin-block: 18px;
  }
}
/* Size considerado para Tablet modo portrait*/
@media only screen and (max-width: 767.5px) {
  /* --------------------- VARIABLES --------------------- */
  :root {
    --padding-inline: 24px;
  }
  /************************ FOOTER ************************/
  .footerWrapper,
  .footerMenuWrapper ul {
    display: flex;
    flex-direction: column;
  }

  /* ========================================================================== */
  /*                           Quem Somos Section                               */
  /* ========================================================================== */

  .quemSomosSection > .wpb_column > .vc_column-inner > .wpb_wrapper {
    margin-left: unset;
  }

  /* ========================================================================== */
  /*                             Gestão Section                                 */
  /* ========================================================================== */
  /* segunda linha que vai dar à outra secção */
  .rowSeta .wpb_raw_code:has(.vertical-line),
  .gestaoSection .wpb_raw_code:has(.vertical-line) {
    left: 50px;
  }
}

@media only screen and (max-width: 600px) {
  /* ========================================================================== */
  /*                           Quem Somos Section                               */
  /* ========================================================================== */

  .quemSomosSection .vc_row .wpb_column.gsap-parallax-horizontal {
    transform: unset !important;
    padding-inline: var(--padding-inline) !important;
  }
  .vertical-line {
    height: 50px;
  }
  .line-container {
    position: absolute;
    top: 70%;
    left: var(--padding-inline);

    z-index: 10;
  }

  .line-container,
  .line-container-second {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    transform: translateX(0%);
  }

  /* ========================================================================== */
  /*                             Gestão Section                                 */
  /* ========================================================================== */
  #gestao {
    padding-top: 0px !important;
  }
  .competencias-swiper .swiper-slide {
    height: fit-content;
  }
  .competencia-slide {
    height: 100%;
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: flex-end;
  }
  .competencia-left {
    width: 100% !important;

    padding-inline: var(--padding-inline) !important;
    padding-top: 0px !important;
    background-color: unset;
  }
  .competencia-left-inner {
    position: relative;
    top: unset;
    left: unset;
    max-width: unset;
  }
  #gestao .swiper-pagination {
    left: 47%;
    bottom: 10px;
    transform: translate(-50%, 0px);
    padding-left: 0px;
  }
  .competencias-right-next {
    left: calc(47% + 70px) !important;
    bottom: 2px !important;
  }

  .competencia-left h2 {
    padding-top: 20px;
  }

  .competencia-right {
    position: relative;
    height: 400px;
    max-width: unset;
    flex: unset !important;
  }

  /* zona com texto por cima do slidshow */
  .competencia-right::after {
    left: 0px;
    transform: translate(-60%, 50px);
    height: 600px !important;
    width: auto;
  }
  /* zona com texto por cima do slidshow */
  .gestaoSection .vc_row {
    position: relative;
    width: unset;
    padding-inline: var(--padding-inline);
    justify-content: flex-start;
    background-color: transparent;
  }

  .wpb_raw_code:has(#paginacao-slide) {
    margin-top: 24px;
  }

  /* ========================================================================== */
  /*                            Projetos Section                                */
  /* ========================================================================== */
  .projetosSection .swiper-slide {
    max-height: 600px;
    height: 80vh;
    width: 90% !important;
    margin-inline: auto;
  }

  #projetos .swiper-controls {
    max-width: 90% !important;
    padding-left: 0px;
  }

  .projeto-info .projeto-nome {
    font-size: 18px;
    margin-block: 6px;
  }
  .projeto-info .projeto-tipo {
    font-size: 10px;
    margin: 0px;
  }
  .projeto-info .projeto-localizacao {
    font-size: 14px;
  }
  .projeto-info .projeto-conteudo {
    margin-block: 12px;
  }
  .projeto-info .projeto-conteudo p {
    margin-bottom: 12px !important;
  }
  .projeto-info .projeto-conteudo p:last-child {
    margin-bottom: 0px !important;
  }
  /* ========================================================================== */
  /*                            Contactos Section                               */
  /* ========================================================================== */

  .contactosWrapper .wpb_wrapper {
    gap: 10px;
    display: flex;
    margin-bottom: 50px !important;
    flex-direction: column;
  }

  .formRow p {
    flex-direction: column;
  }
}
@media only screen and (max-width: 500px) {
  :root {
    --header-height: 100px;
  }
  h1,
  h2,
  h3 {
    font-size: 38px;
  }

  h3,
  h4,
  h5,
  h6 {
    font-size: 28px;
  }

  p,
  a,
  label,
  input,
  select,
  textarea,
  option,
  li,
  span,
  button {
    font-size: 15px;
  }

  .smallTitle {
    font-size: 13px;
  }

  /* --------------------- HEADER --------------------- */

  header {
    padding: 24px var(--padding-inline);
  }

  .wrapper-header a img {
    width: 130px;
    height: auto;
    object-fit: contain;
  }

  /* ========================================================================== */
  /*                              LEGAL PAGES                                   */
  /* ========================================================================== */
  .legalPage h2 {
    font-size: 28px;
    line-height: 1;
    margin: 18px 0px;
  }
  /* ========================================================================== */
  /*                              Hero Section                                  */
  /* ========================================================================== */
  .acceptanceWrapper span {
    font-size: 12px;
  }

  /* ========================================================================== */
  /*                            Projetos Section                                */
  /* ========================================================================== */
  .projeto-info {
    max-width: unset;
    width: 100%;
    position: relative;
  }
  .projetosSection .swiper-slide {
    background-image: unset;

    max-height: 550px;
    height:fit-content;
  }
  .mobileImg {
    height: 300px;
  }
}
/* Size considerado Mobile - 430px*/
@media only screen and (max-width: 430px) {
  /* ========================================================================== */
  /*                            Contactos Section                               */
  /* ========================================================================== */
}
/* smartphones plus */
@media only screen and (max-width: 414px) {
    /* ========================================================================== */
  /*                            Projetos Section                                */
  /* ========================================================================== */
 
 
  /* .mobileImg {
    height: 300px;
  } */
}
/* smartphones normais  */
@media only screen and (max-width: 378px) {
}
/* iphone 5 <=  */
@media only screen and (max-width: 320px) {
}

/**
 * ********************************************************************************************
 * ********************************************** GOOGLE MAPS SETTINGS PAGE CONFIGURATION
 * ********************************************************************************************
 */
/* Ensure the map container also has a position context for absolute positioning */
.googleMapsWrapper {
  overflow: hidden;
}
#map {
  position: relative; /* Important for absolute positioning of the infowindow inside/relative to it */
  height: 845px;
  max-height: calc(100dvh - var(--header-height));
  width: 100%;
  /* padding-bottom: 100px; */
  /* margin-top: 30px; */
}

/* Map Wrapper */
.map-menu-wrapper {
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: #ffffffa8;
  padding: 10px;
  border-radius: 5px;
  z-index: 100;
  overflow: visible;
  max-width: 300px;
  border-radius: 10px;
  box-shadow: -1px 1px 15px 0px #232323;
}

.map-menu-wrapper::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
/* Map Filter Wrapper */
div#map-menu {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

/* Styles for markers that do NOT start with 'adicional_' */
.googleMapsWrapper .default-marker-icon {
  width: 20px !important;
  height: 20px !important;

  /* Especifico para o THE FRAME */
  box-shadow: -1px 1px 15px 0px #232323;
  border-radius: 100%;
}

/* Styles for markers whose ID DOES start with 'adicional_' */
.googleMapsWrapper .adicional-marker-icon {
  width: auto !important; /* Make them larger, use !important if necessary */
  height: 60px !important;
  /* transform: translate(50%, 50%); */
}

@media (max-width: 600px) {
  .googleMapsWrapper .adicional-marker-icon {
    width: auto !important; /* or set a smaller fixed width */
    height: 50px !important; /* smaller height */
  }
}

/* Menu Map Title */
.map-menu-title {
  font-size: 30px;
  line-height: 1.2;
  color: black;
  margin-bottom: 15px;
}
#map-menu button {
  display: flex;
  gap: 15px;
  outline: unset;
  padding: unset;
  border: unset;
  color: black;
  background-color: unset;
  cursor: pointer;
  align-items: center;
  font-family: "Lofty Chic", Sans-serif;
}
#map-menu button:active,
#map-menu button:focus,
#map-menu button:hover {
  background-color: transparent;
  color: inherit;
  color: black;
}
#map-menu button img {
  width: 25px;
  height: 25px;
}

/* POI side bar with information */
div#poi-sidebar {
  position: absolute;
  top: 50px;
  right: 50px;
  background-color: var(--white);
  height: fit-content;
  min-width: 200px;
  width: 400px;
  padding: 20px;
  padding-inline: 56px 72px;
  padding-block: 69px;
  transform: translate(120%, 0px);
  transition: all 300ms linear;
  -webkit-box-shadow: -4px 5px 15px 2px rgb(0 0 0 / 27%);
  color: white;
  z-index: 1001;
}
div#poi-sidebar.open {
  transform: translate(0%, 0px);
  transition: all 300ms linear;
}

.POIWrapper {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
#poi-sidebar h2,
#poi-sidebar p,
#poi-sidebar a,
#poi-sidebar span {
  color: var(--black);
}

.POIWrapper p:nth-child(1) {
  color: #acacba !important;
  font-size: 12px !important;
  font-style: normal;
  font-weight: 400;
  line-height: 185.714%;
  letter-spacing: 1.643px;
  text-transform: uppercase;
  margin-bottom: 0px !important;
}
.POIWrapper p:nth-child(1) em {
  font-style: normal !important;
}

.POIWrapper p:nth-child(2) {
  font-size: 20px !important;
  font-style: normal;
  line-height: 120%; /* 24px */
}

#poi-sidebar a {
  padding: 10px 16px;
  border-radius: 48px;
  color: var(--white);
  background-color: var(--purple-main);
  margin-top: 30px;
  font-family: "AbhayaLibre";
  display: block;
  width: fit-content;

  font-size: 16px !important;
  font-style: normal;
  line-height: 120.313%;
  letter-spacing: 0.48px;
}
/* Side bar close button wrapper */
#poi-sidebarbutton {
  position: absolute;
  top: 5px;
  right: 5px;
  background: none;
  border: none;
  color: white;
  font-size: 1.2em;
  cursor: pointer;
  padding: 0px !important;
}
#sidebar-close-btn {
  padding: 0px !important;
  border: unset !important;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 20px;
  right: 20px;
  margin-left: auto;
  cursor: pointer;
}
#sidebar-close-btn span.line {
  height: 3px;
  display: block;
  position: absolute;
  top: 50%;
  left: 0px;
  width: 100%;
  background-color: var(--purple-main);
  transform: rotate(45deg);
}
#sidebar-close-btn span.line:nth-child(2) {
  top: 50%;
  left: 0px;
  transform: rotate(-45deg);
}

#sidebar-poi-category {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1;
}

#sidebar-poi-title {
  font-size: 34px;
  margin-bottom: 48px;
  color: var(--purple-main) !important;
  border-bottom: 1px solid var(--purple-main);
  padding-bottom: 20px;
  line-height: 93.75%;
}

#poi-sidebar p,
#poi-sidebar a,
#poi-sidebar span {
  font-size: 14px;
}

#sidebar-poi-img img {
  height: 170px !important;
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
}

#map-menu button {
  gap: 8px;
}

.map-bottom {
  display: flex;
  gap: 10px;
  background-color: white;
  border-radius: 0px 10px 00px 0px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  padding: 5px 10px;
}
@media only screen and (max-width: 991px) {
  .filter-wrapper form .row {
    display: flex !important;
    width: 100%;
    flex-direction: column;
    gap: 12px;
    margin: 0px !important;
  }

  .filter-wrapper form .row > div {
    padding: 0px 10px !important;
    max-width: 100% !important;
    width: 100% !important;
  }

  .search-wrapper2 .search2 button.submit {
    width: 100% !important;
  }

  .search-wrapper2 .search2 .form-control {
    margin: 0px 0px;
  }
}
@media only screen and (max-width: 600px) {
  .map-menu-wrapper {
    max-width: 300px;
  }
  div#poi-sidebar {
    top: 24px;
    right: 24px;

    width: 300px;
    padding-inline: 30px 50px;
    padding-block: 40px;
    z-index: 1001;
  }
  #sidebar-poi-img img {
    height: 150px !important;
  }
  #sidebar-poi-category {
    font-size: 12px;
  }

  #sidebar-poi-title {
    font-size: 24px;
    line-height: 1;
    margin-bottom: 24px;
  }

  #poi-sidebar p,
  #poi-sidebar a,
  #poi-sidebar span {
    font-size: 14px;
  }

  .map-bottom span {
    font-size: 12px;
  }

  .POIWrapper p:nth-child(2) {
    font-size: 13px !important;
  }

  #poi-sidebar a {
    margin-top: 18px;
    font-size: 14px !important;
  }

  .POIWrapper p:nth-child(1) {
    font-size: 10px !important;
  }
}
@media only screen and (max-width: 430px) {
  div#map-menu {
    gap: 10px;
  }

  div#poi-sidebar {
    top: 10px;
    right: 0px;
    width: calc(100% - 20px);
    margin-inline: 10px;
    padding-inline: 30px 50px;
    padding-block: 40px;
    z-index: 1001;
  }
}
