/*
Theme Name:         Aco
Description:        Aco Theme
Version:            1.0
Author:             wevolved

Text Domain:        aco
*/

/* Configurações BASE */
* {
	box-sizing: border-box;
}

html,
body {
	margin: 0px;
	padding: 0px;
	overflow-x: hidden;
	/* user-select: none;  */
}


img {
	max-width: 100%;
}

/********* Alterar o scroll bar **********/
html {
	scrollbar-width: thin; /* Adjust the width of the scrollbar */
	scrollbar-color: #888 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: #888; /* 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 comportamento de links */
a,
a:hover,
a:focus,
a:active {
	text-decoration: none;
	color: var(--black);
	cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
label,
input {
	margin: 0px;
	/* para que as fonts fiquem com linha mais fina */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

a,
span {
	/* para que as fonts fiquem com linha mais fina */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
a {
	overflow-wrap: anywhere;
}

/**************** COMPONENTES DE FORMULARIOS **************/
/* Colocar os placeholders dos inputs com cor normal, remover o cinzento */
input::placeholder {
	color: var(--white);
	opacity: 1; /* Firefox */
}

/* Change the white to any 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(--black) inset !important;
	-webkit-text-fill-color: var(--white) !important;
}

/* Change the white to any color */
.white input:-webkit-autofill,
.white input:-webkit-autofill:hover,
.white input:-webkit-autofill:focus,
.white input:-webkit-autofill:active,
.white select:-webkit-autofill,
.white select:-webkit-autofill:hover,
.white select:-webkit-autofill:focus,
.white select:-webkit-autofill:active {
	-webkit-box-shadow: 0 0 0 30px var(--white) inset !important;
	-webkit-text-fill-color: var(--black) !important;
}

input:focus,
select:focus {
	outline: none !important;
}
/* Notes: preview/full */
.projeto-notes__toggle{
  margin-top: 10px;
  background: transparent;
  border: 0;
  padding: 0;
  cursor: pointer;
  font-weight: 600;
  text-decoration: underline;
}

.projeto-notes__full[hidden]{
  display: none !important;
}
/* Remover incremento de número - Chrome, Safari, Edge, Opera  */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

/* remover espaçamentos */
.wpb_button,
.wpb_content_element,
ul.wpb_thumbnails-fluid > li,
.vc_btn3-container {
	margin-bottom: 0px !important;
}

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



/**************** FONTS ****************/
/* Fonts */
@font-face {
	font-family: "FontAwesome";
	src: url("fonts/FontAwesome.otf");
	font-weight: normal;
	font-style: normal;
}

/* --------------------------
   DegularText Font Family
--------------------------- */
@font-face {
  font-family: 'DegularText';
  src: url('fonts/DegularText-Thin.woff2') format('woff2'),
       url('fonts/DegularText-Thin.woff') format('woff'),
       url('fonts/DegularText-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: 'DegularText';
  src: url('fonts/DegularText-ThinItalic.woff2') format('woff2'),
       url('fonts/DegularText-ThinItalic.woff') format('woff'),
       url('fonts/DegularText-ThinItalic.otf') format('opentype');
  font-weight: 100;
  font-style: italic;
}

@font-face {
  font-family: 'DegularText';
  src: url('fonts/DegularText-Light.woff2') format('woff2'),
       url('fonts/DegularText-Light.woff') format('woff'),
       url('fonts/DegularText-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'DegularText';
  src: url('fonts/DegularText-LightItalic.woff2') format('woff2'),
       url('fonts/DegularText-LightItalic.woff') format('woff'),
       url('fonts/DegularText-LightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: 'DegularText';
  src: url('fonts/DegularText-Regular.woff2') format('woff2'),
       url('fonts/DegularText-Regular.woff') format('woff'),
       url('fonts/DegularText-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'DegularText';
  src: url('fonts/DegularText-RegularItalic.woff2') format('woff2'),
       url('fonts/DegularText-RegularItalic.woff') format('woff'),
       url('fonts/DegularText-RegularItalic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: 'DegularText';
  src: url('fonts/DegularText-Medium.woff2') format('woff2'),
       url('fonts/DegularText-Medium.woff') format('woff'),
       url('fonts/DegularText-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'DegularText';
  src: url('fonts/DegularText-MediumItalic.woff2') format('woff2'),
       url('fonts/DegularText-MediumItalic.woff') format('woff'),
       url('fonts/DegularText-MediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: 'DegularText';
  src: url('fonts/DegularText-Semibold.woff2') format('woff2'),
       url('fonts/DegularText-Semibold.woff') format('woff'),
       url('fonts/DegularText-Semibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'DegularText';
  src: url('fonts/DegularText-SemiboldItalic.woff2') format('woff2'),
       url('fonts/DegularText-SemiboldItalic.woff') format('woff'),
       url('fonts/DegularText-SemiboldItalic.otf') format('opentype');
  font-weight: 600;
  font-style: italic;
}

@font-face {
  font-family: 'DegularText';
  src: url('fonts/DegularText-Bold.woff2') format('woff2'),
       url('fonts/DegularText-Bold.woff') format('woff'),
       url('fonts/DegularText-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'DegularText';
  src: url('fonts/DegularText-Black.woff2') format('woff2'),
       url('fonts/DegularText-Black.woff') format('woff'),
       url('fonts/DegularText-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'Saans TRIAL';
  src: url('fonts/SaansTRIAL-Regular.woff2') format('woff2'),
       url('fonts/SaansTRIAL-Regular.woff') format('woff'),
       url('fonts/SaansTRIAL-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Saans TRIAL';
  src: url('fonts/SaansTRIAL-Light.woff2') format('woff2'),
       url('fonts/SaansTRIAL-Light.woff') format('woff'),
       url('fonts/SaansTRIAL-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'ABCReproVariable-Trial';
  src: url('fonts/ABCReproVariable-Trial.woff2') format('woff2'),
       url('fonts/ABCReproVariable-Trial.woff') format('woff'),
       url('fonts/ABCReproVariable-Trial.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'SaansSemiMono';
  src: url('fonts/SaansSemiMono-TRIAL-Regular.woff2') format('woff2'),
       url('fonts/SaansSemiMono-TRIAL-Regular.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

/* --------------------------
   Font usage
--------------------------- */

body, input, textarea, select, button {
  font-family: 'DegularText', sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #111;
  background-color: #F2F2F1;
    /* Renderização mais suave */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-smooth: always;
}

/* Headers */
h1, h2, h3, h4, h5, h6 {
  font-family: 'DegularText', sans-serif;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 1rem;
}

h1 { font-size: 2.5rem; }
h2 { font-size: 2rem; }
h3 { font-size: 1.75rem; }
h4 { font-size: 1.5rem; }
h5 { font-size: 1.25rem; }
h6 { font-size: 1rem; }

/* Links */
a {
  font-family: inherit;
  color: inherit;
  text-decoration: none;
}





/* Variáveis p/ reutilizar */
:root {
	/* Cores */
	--black: #000000;
	--white: #ffffff;
	--grey: #222222;
	--header-height: 50px;
	--page-margin: 25px;
	--border-radius: 4px;
	--page-top-space: 180px;
	--page-bottom-margin: 128px;
}

/* Remover paddings */
.noPadding {
	padding-left: 0px;
	padding-right: 0px;
}

/* REGRAS PARA PROJETO */
body {
	/* margin:0px */
	overflow: hidden;
}

/* esconder badge do recaptcha */
.grecaptcha-badge {
	visibility: hidden !important;
}

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

/* ----------------------------------- BOTÃO TELETRANSPORTE TOPO PÁGINA  ----------------------------------- */
.goUp {
	cursor: pointer;
	position: fixed;
	top: 90%;
	right: 30px;
	z-index: 9995;
	opacity: 0;
	transition: 300ms opacity linear;
}
.goUp.show {
	opacity: 1;
	transition: 300ms opacity linear;
}




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

.menu-principal ul {
    display: flex;
    gap: 20px;
}

.container, .footer-inner, .footer-bottom, .projeto-hero, .proj-pager{
	width: 1300px;
	max-width: 100%;
	margin: auto;
	padding: 0 40px;
}
.header-inner {
    max-width: 100%;
    margin: 0 auto;
    padding: 35px 40px 25px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.brand-strap {
  display: flex;
  align-items: center;
  gap: 6px;
  opacity: 0.9;
    font-family: 'SaansSemiMono' !important;
  font-size: 12px;
    font-weight: 400;
  letter-spacing: 0.07em;
  color: #363531;

  /* Renderização mais suave */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-smooth: always;
}

.brand-strap .sep {
  margin: 0 8px 0 6px;
}
.site-nav {
  display: flex;
  align-items: center;
  gap: 40px;
}
.menu-principal {
  display: flex;
  gap: 40px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.menu-principal li a {
  font-family: 'Saans TRIAL', sans-serif;
  font-size: 14px;
  color: #363531;
    font-weight: 300;
  text-decoration: none;
    /* Renderização mais suave */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-smooth: always;
  letter-spacing: .07em;
  transition: opacity .2s ease;
  text-transform: lowercase;
}
.menu-principal li a:hover {
  opacity: .6;
  text-decoration:underline #6a6a6a;
}
.menu-dot {
  width: 14px;
  height: 14px;
  margin: 3px;
  border: 1px solid #6a6a6a;
  border-radius: 50%;
  display: inline-block;
  transition: background 0.3s ease;
  cursor: pointer;
}

.menu-dot.active {
  background: #000;
}

/* esconder o menu quando inativo */
.menu-principal.hidden {
  display: none !important;
}


.text-2-text p{
	    width: 707px;
    max-width: 100%;
    font-size: 22px;
    line-height: 36px;
    font-family: 'Saans TRIAL';
    font-weight: 100;
    letter-spacing: 0.2px;
}

.header-left{display:flex;align-items:center}
.site-logo img{height:auto;width:230px;display:block}

.img-capa img{
	width: 1000px;
	max-width: 95% !important;
	margin: auto !important;
}
.menu-toggle{
	display: none !important;
}

/* wrapper estilo “cartão” com margem cinza */
footer.site-footer {
    background-color: white;
    padding: 50px 0px 30px 0px;
	
    z-index: 1;
    position: relative;
}
.site-footer .footer-inner {
    display: grid;
    grid-template-columns: 1.2fr 1fr 1fr auto;
    gap: 40px;
    align-items: start;
    margin-bottom: 100px;
}
/* tipografia geral */
.site-footer,
.site-footer a{
  font-family:"ABCReproVariable-Trial";
  font-size:14px;
  color:#363531;
  letter-spacing:.07em;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
  text-rendering:optimizeLegibility;
}
.site-footer a{text-decoration:none}
.site-footer a:hover{opacity:.65}

/* colunas */
.footer-brand .footer-logo img{
  width:70%;
  display:block;
  opacity:1;
  max-width: 100%;
}
.footer-address p{margin:0; line-height:1.8}
.footer-contacts .contact-block{margin-bottom:16px}


.social-menu{
  list-style:none; margin:0; padding:0;
  display:flex; gap:26px; justify-content:flex-end;
}

/* faixa inferior */
.footer-bottom{
  border-top:none;
  display:flex; align-items:center; justify-content:space-between;
}
.footer-bottom .copy{opacity:.8}
.footer-bottom .credit{opacity:.8}
.footer-bottom .credit a{text-decoration:none}

.footer-contacts .label {
	font-family:"ABCReproVariable-Trial";
	font-weight: 400;
	font-style: Regular;
	font-size: 13px;
	leading-trim: NONE;
	line-height: 23px;
	letter-spacing: 0%;
		color: black;
		padding: 0;
		text-align: left;
}
.footer-contacts .contact-block a{
	font-family:'Saans TRIAL';
	font-weight: 300;
	font-style: Light;
	font-size: 13px;
	leading-trim: NONE;
	line-height: 23px;
	letter-spacing: 0%;
	color: black;
}
.footer-address p{
	font-family:"ABCReproVariable-Trial";
	font-weight: 300;
	font-style: Light;
	font-size: 13px;
	leading-trim: NONE;
	line-height: 23px;
	letter-spacing: 0%;
}

.social-menu li a{
	font-family:"ABCReproVariable-Trial";
	font-weight: 300;
	font-style: Light;
	font-size: 13px;
	leading-trim: NONE;
	line-height: 23px;
	letter-spacing: 0%;
	text-decoration: underline;
	text-decoration-style: solid;
	text-decoration-thickness: 0%;
}
.footer-bottom .copy, .footer-bottom .credit, .footer-bottom .credit a{
  	font-family: 'SaansSemiMono', monospace;
	font-weight: 400;
	font-size: 10px;
	line-height: 29.61px;
	letter-spacing: 1.10px;
	text-transform: uppercase;
}

.single-projeto .single-projeto{
  margin-top: 110px;
}

.single-projeto .kicker{
  font-family:'SaansSemiMono', sans-serif ;
  text-transform: uppercase;
    font-size: 11px;
    line-height: 24px;
    letter-spacing: 1.1px;
    margin-bottom: 0px;
    display: block;
}

.single-home{
	padding: 50px 0px;
}
.scroll-cta {
    text-align: center;
    margin: 100px 0px;
}
.scroll-cta img{
	width: 30px;
}
.scroll-text{
	font-family: 'Saans TRIAL', sans-serif;
	font-weight: 300;
	font-style: Light;
	font-size: 16px;
	leading-trim: NONE;
	line-height: 28px;
	letter-spacing: 2%;
	text-align: center;
	vertical-align: middle;
}
.text-home p{
  font-family: 'DegularText';
	font-weight: 300;
	font-size: 28px;
	line-height: 34px;
	letter-spacing: 0px;
	text-align: center;
}


.page-id-60 .text-home p{

    font-family: 'DegularText';
    font-weight: 300;
    font-size: 26px;
    line-height: 32px;
    letter-spacing: -1px;
    text-align: center;
    max-width: 94%;
    width: 840px;
    margin-left: auto;
    margin-right: auto;
}
.text-home{
	max-width: 1400px;
	margin: auto;
}

.img-banner169 figure, .img-banner169 figure div {
	width: 100%;
}
.about-sobre {
    padding: 100px;
}
.about-sobre .text-home {
    max-width: 1000px;
}
.home .img-banner169 {
    position: relative;
    width: 100%;
    margin: 100px 0 !important;
    overflow: hidden;
}

.img-banner169 img {
       width: 100%;
    /* height: 100vh !important; */
    aspect-ratio: 16 / 9;
    object-fit: cover;
    object-position: center;
    display: block;
    max-height: 900px;
}


.page-id-96 .img-banner169 img {
    aspect-ratio: 16 / 11;
}

.row-2-text .text-2-text p{
	max-width: 556px;
  	font-family: 'Saans TRIAL', sans-serif;
	font-weight: 300;
	font-style: Light;
	font-size: 18px;
	line-height: 30px;
	letter-spacing: 2%;
}
.row-2-text-2 p,
.row-2-text-2 h5{
  font-family: 'SaansSemiMono', sans-serif !important;
  font-weight: 400; /* 380 não é reconhecido, usa o mais próximo */
  font-style: normal;
  font-size: 11px;
  line-height: 24px;
  letter-spacing: 0.1em; /* 10% ≈ 0.1em */
  vertical-align: middle;
  text-transform: uppercase;
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
  color: #363531;
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 6px; /* espaçamento entre o texto e o círculo */
}
.row-2-text-2 p{
	
    justify-content: flex-end;
    width: 100%;
}
.row-2-text-2 h5{
	
  text-decoration: none;
}
.row-2-text-2 p::before,
.row-2-text-2 h5::before {
  content: "";
  width: 14px;
  height: 14px;
  border: 1px solid #6a6a6a;
  border-radius: 50%;
  display: inline-block;
  margin-left: 6px;
  margin-right: 6px;
  transition: background-color 0.3s ease, border-color 0.3s ease;
}

.row-2-text-2 p:hover::before,
.row-2-text-2 h5:hover::before {
    background-color: #6a6a6a75;
    border-color: #6a6a6a70;
}

section.proj-wrap {
    margin-bottom: 50px !important;
    margin-top:90px;
}

.al-proj-home{
	margin: 0px 0px 100px;
}
button.proj-load-more {
    border: none;
    padding: 100px 0px;
}
.proj-center-button{
  text-align: center;
}
.al-proj-home p a, .proj-load-more {
    font-family: 'SaansSemiMono', monospace;
    font-weight: 400;
    font-style: normal;
    font-size: 11.5px;
    line-height: 29.61px;
    vertical-align: middle;
    text-transform: uppercase;
    text-decoration: underline;
    text-underline-offset: 2px;
    text-decoration-thickness: 1px;
    color: #363531;
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 6px;
  letter-spacing: 0.05em;
}



/* Heading: bolinha + título */
.proj-wrap--simple .proj-heading{
  display:flex; align-items:center; gap:10px;
  margin: 6px 0 18px;
}
.proj-wrap--simple .heading-dot{
  width:12px; height:12px; border:1px solid #6a6a6a; border-radius:50%; display:inline-block; background:#111; border-color:#111;
}
.proj-wrap--simple .heading-label{
  font-family:'SaansSemiMono', sans-serif;
  font-size:11px; letter-spacing:.1em; color:#363531; text-transform:uppercase;
}
.about-sec-2 {
    margin: 50px auto 140px auto !important;
}
.linha-1-about {
    margin-bottom: 100px;
}
.linha-1-about p {
    width: 450px;
    max-width: 100%;
    margin-right: auto !important;
    font-family: 'Saans TRIAL', sans-serif;
    font-weight: 300;
    font-style: Light;
    font-size: 15px;
    margin-bottom: 20px;
    line-height: 25px;
    
    letter-spacing: 0.2px;
    margin-bottom: 20px !important;
}
.linha-2-about p{
	font-family: 'DegularText';
	font-weight: 300;
	font-size: 28px;
	line-height: 30px;
	letter-spacing: 0.2px;
    width: 340px;
	max-width: 100%;
}

.linha-2-about .linha-2-about-right p{
    font-family: 'Saans TRIAL', sans-serif;
    font-weight: 300;
	font-style: Light;
	font-size: 15px;
	leading-trim: NONE;
	line-height: 25px;
	letter-spacing: 2%;
	width: 480px;
    max-width: 100%;
    margin-bottom: 20px;
}
.linha-2-about .linha-2-about-right p u{
	text-decoration: underline;
}
.proj-wrap--simple .proj-heading{
	padding-bottom:20px;
}
.linha-2-about .linha-2-about-right p strong{
    font-weight: 500;
}

.linha-2-about-right {
    padding-top: 50px;
}
.linha-2-about-left{
	padding-left: 20px;
	padding-top: 10px;
}

.linha-2-about-left p{
	letter-spacing: -1px;
}









/* ===== GRID PADRÃO ===== */
.proj-wrap--pattern{ --gap:24px; --border:#e9e9e7; --text:#363531; --muted:#777; }
.proj-grid--pattern{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:var(--gap);
  align-items:start;
}
@media (max-width:980px){ .proj-grid--pattern{ grid-template-columns:repeat(2,1fr); } }
@media (max-width:560px){ .proj-grid--pattern{   
        display: flex;
        width: 100%;
        flex-direction: column; } }


/* ===== Regras do padrão ===== */
/* 1) Destaque (primeiro do ciclo) ocupa 2 colunas, ratio mais largo */
.proj-card.is-hero{ grid-column:span 2; }
.proj-card.is-hero .proj-img{ aspect-ratio:16/10; }

.proj-intro {
    background: #f2f2f1;
    padding: 0px;
    display: flex;
    width: 300px;
    padding-bottom: 60px;
    flex-direction: column;
    height: 100%;
    justify-content: flex-end;
    max-width: 100%;
    padding-left: 40px;
}
.proj-intro h3{ margin:0 0 10px 0; font-size:14px; letter-spacing:.1em; text-transform:uppercase; color:#363531; }
.proj-intro p, .proj-intro{ 	
	font-family: 'DegularText';
	font-weight: 300;
    font-size: 28px;
    line-height: 34px;
    letter-spacing: -1px;
 }

/* 2) Segunda linha: o do meio mais curto */
.proj-card.is-short .proj-img{ aspect-ratio:4/4; } /* mais curto que 4/5 */

/* 3) Terceira linha: direita larga (2 colunas), ratio wide */
.proj-card.is-wide{ grid-column:span 2; }
.proj-card.is-wide .proj-img{ aspect-ratio:16/9; }

/* Responsivo: quando só há 1 coluna, neutraliza spans */
@media (max-width:560px){
  .proj-card.is-hero,
  .proj-card.is-wide { grid-column:auto; }
}

/* Filtros (bolinhas) — Pattern */
.proj-filters{
  display:flex;
  gap:18px;
  align-items:center;
  margin:8px 0 18px;
  flex-wrap:wrap;
}
.proj-filter .dot{
  all:unset;
  cursor:pointer;
  padding:6px 10px 6px 0px;
  border-radius:999px;
  font-size:11px !important;
    line-height: 8px;
  letter-spacing:1.10px;
  text-transform:uppercase;
  color:#363531;
  font-family:'SaansSemiMono',sans-serif !important;
}
.proj-filter .dot:hover{
	text-decoration: underline
}

.proj-filter .dot::before{
  content:"";
  display:inline-block;
  width:12px;
  height:12px;
  border:1px solid #6a6a6a;
  border-radius:50%;
  margin-right:10px;
  vertical-align:middle;
}
.proj-filter .dot.active::before{
  background:#111;
  border-color:#111;
}
.contact-block{
	text-align: left;
}

.proj-wrap{--gap:24px; --border:#e9e9e7; --text:#363531; --muted:#777}
.proj-filters{display:flex;flex-wrap:wrap;gap:28px;align-items:center;margin:10px 0 24px}
.proj-filter{display:flex;gap:18px;align-items:center}



/* Masonry 3 colunas */
.proj-grid.masonry{display:grid;grid-template-columns:repeat(3,1fr);grid-auto-rows:6px;gap:var(--gap);align-items:start}
@media(max-width:980px){.proj-grid.masonry{grid-template-columns:repeat(2,1fr)}}
@media(max-width:560px){.proj-grid.masonry{grid-template-columns:1fr}}

/* Card */
.proj-card{overflow:hidden}




.proj-thumb{position:relative;display:block;overflow:hidden}

.proj-img {
    width: 100%;
    height: auto;
    display: block;
    aspect-ratio: 4/5;
    object-fit: cover;
    object-position: center;
  transition: transform 0.3s ease; 
}

.proj-img:hover{
  transform: scale(1.1); 
}

.proj-img--ph{background:#f1f1f1;aspect-ratio:4/5}

/* O do meio da 1ª linha é mais pequeno */
.proj-card.is-small .proj-img{aspect-ratio:4/4}

/* Meta */
.proj-meta {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 12px 0px;
    border: none;
    background: #f2f2f1;
    box-sizing: unset;
}
.proj-title .kicker {
    font-family: 'SaansSemiMono', sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 11px;
    display: block;
    margin-top: 7px;
    line-height: 16.61px;
    letter-spacing: 1.1px;
    text-transform: uppercase;
}
.proj-title a{
	font-family: 'Saans TRIAL', sans-serif;
	font-weight: 300;
	color: #2B2B2B;
	font-size: 14px;
	line-height: 14px;
	letter-spacing: 0.3px;
	vertical-align: middle;
}
.proj-right{display:flex;align-items:center;gap:12px}

.proj-tax {
    font-family: 'SaansSemiMono', sans-serif;
    font-weight: 400;
	font-size: 11px;
	line-height: 29.61px;
	letter-spacing: 1.1px;
	color: rgba(0, 0, 0, 0.40);
	vertical-align: middle;
    text-transform: uppercase;
}

/* Seta sobre a imagem */
.proj-arrow{position:absolute;right:14px;bottom:14px;width:45px;height:45px;background:url('/wp-content/uploads/2025/11/Group-1073713794.svg') center/contain no-repeat;transition:transform .25s ease,opacity .25s ease;opacity:.95;pointer-events:none}
.proj-card:hover .proj-arrow{transform:rotate(40deg);opacity:1}

.proj-card.is-before-wide img, .proj-card.is-wide img{
	aspect-ratio: unset;
	height: 70vh;
}

section.projeto-hero {
    display: flex;
    gap: 45px;
}


.projeto-cat .cat-dot{
  width:12px; height:12px; border:1px solid #6a6a6a; border-radius:50%;
  display:inline-block; background:#2c2620; /* bolinha cheia */
	margin-bottom: -3px;
}
.projeto-cat .cat-name{
    font-family: 'SaansSemiMono';
    font-size: 11px;
    line-height: 24px;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #363531;
    padding-left: 12px;
}
.projeto-right {
    width: 40%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.projeto-cat-2{
	padding-left: 5px;
	margin-top: 50px;
}

.projeto-left img {
    aspect-ratio: 16/9;
    height: auto;
    object-fit: cover;
    object-position: center;
}
section#galeria {
    margin: 50px 0px;
}

.slick-projeto img{
    aspect-ratio: 16/9;
    height: auto;
    object-fit: cover;
    object-position: center;
}
/* limpar ícones default do Slick */
.slick-prev:before,
.slick-next:before { content: none !important; }

/* botões */
.slick-prev, .slick-next{
  width: 60px;
  height: 60px;
  z-index: 2;
  border: none;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent; /* sem bolha branca */
  box-shadow: none;
  outline: none;
}
.slick-prev:hover, .slick-next:hover{
  opacity: 0.5;
}
/* posições */
.slick-projeto .slick-prev { left: 40px;  background: url('/wp-content/uploads/2025/11/back.svg') !important;    background-size: contain !important; }
.slick-projeto .slick-next {
    right: 40px;
    background: url('/wp-content/uploads/2025/11/next.svg') !important;
    background-size: contain !important;
}



/* Pager */
.proj-pager{
  display:flex;
  justify-content:space-between;
  align-items:center;
  padding:18px 0 150px;
  margin-top:24px;
}

.pager-side{ flex:1; }
.pager-left{ text-align:left; }
.pager-right{ text-align:right; }

.pager-link{
  display:inline-flex;
  align-items:center;
  gap:10px;
  text-decoration:none;
  cursor:pointer;
}

.pager-label{
  font-family: 'SaansSemiMono', sans-serif;
  font-weight:400;
  font-size:13px;
  line-height:29.61px;
  letter-spacing:0.1em;
  text-transform:uppercase;
  color:#3b3a36;
  text-decoration:underline;
  text-underline-offset:2px;
}

.pager-dot{
  width:14px; height:14px;
  border-radius:50%;
  border:1px solid #6a6a6a;
  display:inline-block;
}

.pager-link:hover .pager-label{ text-decoration:none; }
.pager-link.is-disabled,
.pager-link.is-disabled .pager-label{ color:#999; cursor:default; text-decoration:none; }
.pager-link.is-disabled .pager-dot{ opacity:.5; }


.projeto-cat-2 .meta-label{
    font-family: 'SaansSemiMono', sans-serif;
    font-weight: 400;
    font-size: 11px;
    leading-trim: NONE;
    line-height: 24px;
    letter-spacing: 10%;
    vertical-align: middle;
    text-transform: uppercase;
	margin-bottom: 0px;

}
.meta-row {
    display: flex;
    margin: 15px 0px;
    flex-direction: column;
}
.meta-row .meta-value, .projeto-cat-2 .projeto-title h1 {
    
    font-family: 'Saans TRIAL', sans-serif;
    vertical-align: middle;
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: 16px;
    letter-spacing: 0.28px;
}
.contact-block p{
	text-align: left;
}
.projeto-cat-2 .projeto-content p{
    font-family: 'Saans TRIAL', sans-serif;
	font-weight: 300;
	font-style: Light;
	font-size: 12px;
	leading-trim: NONE;
	line-height: 17px;
	letter-spacing: 2%;
}
.cont-frase{
	margin: 0px 0px;
}
.coluna-contactos > .vc_column-inner > .wpb_wrapper {
    height: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.cont-bloco-1 h6 {
      font-family: 'Saans TRIAL', sans-serif;
    font-weight: 300;
    font-size: 28px;
    width: 350px;
    max-width: 100%;
    line-height: 32px;
    letter-spacing: 0.72px;
    margin-top: 26px;
}
.cont-bloco-2{
    padding-top: 40px;
}
.cont-bloco-2 .info{
   font-family: 'Saans TRIAL', sans-serif;
    margin-top: 20px;
    margin-bottom: 0 !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 22px;
    letter-spacing: 0.4px;
    text-transform: lowercase;
    
}
.cont-bloco-2 .info u{
	text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-thickness: 1px;
    text-decoration-skip-ink: auto;
}
.cont-bloco-2 .info a {
    font-family: 'Saans TRIAL', sans-serif;
    font-weight: 300;
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 2%;
    text-transform: lowercase;
    text-decoration: none;
    text-decoration-style: solid;
    text-decoration-offset: 0%;
    text-decoration-thickness: 0%;
    text-decoration-skip-ink: auto;
}
.cont-bloco-2 .info a:hover,
.footer-contacts .contact-block a:hover{
	text-decoration: underline !important;
}
.cont-bloco-2 .address {
    font-family: 'Saans TRIAL', sans-serif;
    font-weight: 300;
    font-style: Light;
    font-size: 14px;
    width: 252px;
    line-height: 24px;
    margin: 25px 0px 15px;
    max-width: 100%;
}

.cont-bloco-2 a.directions-button {
    font-family: 'SaansSemiMono', sans-serif;
    font-weight: 400;
    font-size: 11px;
    line-height: 24px;
    text-transform: uppercase;
    text-decoration: underline;
}

.coluna-contactos{
	padding-left: 20px !important;
}
.directions-button {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  font-family: 'Saans TRIAL', sans-serif;
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #3b3a36;
  margin-top: 12px;
}



.directions-button::before {
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  border: 1px solid #6a6a6a;
  vertical-align: middle;
  margin-right: 8px;
  flex-shrink: 0;
}

.directions-button:hover {
  text-decoration: none;
}

.cont-frase p{
  padding: 150px 0 150px 0;
}

.menu-toggle {
  all: unset;
  cursor: pointer;
  width: 34px;
  height: 24px;
  position: relative;
  z-index: 1111151;
}

/* 3 linhas */
.menu-toggle::before,
.menu-toggle .bar,
.menu-toggle::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 2px;
  background: #111;
  border-radius: 2px;
  transition: transform .3s ease, opacity .2s ease, top .3s ease, bottom .3s ease;
}

/* Topo e fundo via pseudo-elements */
.menu-toggle::before { top: 0; }
.menu-toggle::after  { bottom: 0; }

/* Meio via <span class="bar"> */
.menu-toggle .bar { top: 50%; transform: translateY(-50%); }

/* Estado aberto -> vira X */
body.nav-open .menu-toggle::before {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
body.nav-open .menu-toggle .bar {
  opacity: 0;
}
body.nav-open .menu-toggle::after {
  bottom: auto;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
}

/* WPML-like minimal switcher (right side, vertical) */
.lang-switcher{

    position: fixed;
    right: 44px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 10px;
    z-index: 9999;
	
}

.lang-link{
  font-family:  'SaansSemiMono', sans-serif;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 16px;
  text-transform: uppercase;
  text-decoration: none;
  color: rgba(0,0,0,.30);
  transition: color .2s ease, opacity .2s ease;
}

.lang-link:hover{
  color: rgba(0,0,0,1);
}

.lang-link.is-active{
  color: rgba(0,0,0,1);
}



/* ---------- Mobile Nav Panel ---------- */
@media (max-width: 980px) {
	.site-logo img {
    height: auto;
    width: 150px;
    display: block;
}
.proj-filter .dot {
    padding: 3px 0px;
}
.proj-intro p, .proj-intro {
    font-size: 22px;
    line-height: 30px;
        padding-left: 0px;
}
	.proj-intro{
		
    padding-bottom: 35px;
	}
  .proj-grid.masonry{
    grid-auto-rows:auto !important;
  }

	.row-2-text-2{
		margin-top:20px;
	}

.about-sec-2 {
    margin: 50px auto 100px auto !important;
}
section.projeto-hero {
    display: block;
}
.slick-projeto .slick-next {
    right: 15px;
}
.slick-projeto .slick-prev {
    left: 15px;
}
.slick-prev, .slick-next {
    width: 40px;
    height: 40px;
}
.coluna-contactos {
    padding-left: 0px !important;
    margin-top: 30px;
}
.cont-bloco-1 h6 {
    font-size: 24px;
    line-height: 30px;
}
.cont-bloco-2 .info a, .cont-bloco-2 .info {
    font-size: 18px;
    line-height: 24px;
}
.projeto-right {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.projeto-left{
	margin-bottom: 30px !important;
}
.proj-filter .dot {
    padding: 0px 3px !important;
}
.linha-1-about p {
    margin-bottom: 30px !important;
}
.about-sobre {
    padding: 30px;
}
  .menu-toggle { 
	display: block !important;
}
.container, .footer-inner, .footer-bottom, .projeto-hero, .proj-pager{
	width: CALC(100% - 10%);
    padding: 0px 10px;
}
.header-inner {
    max-width: CALC(100% - 10%);
    padding: 25px 10px;
}
.img-capa img {
    max-width: 90% !important;
}
.text-home p {
    font-size: 24px;
    line-height: 30px;
}
.scroll-cta, .home .img-banner169, .al-proj-home {
    margin: 75px 0px;
}
.row-2-text .text-2-text p {
    max-width: 100%;
    font-size: 18px;
    line-height: 26px;
}
.proj-filter .dot {
    padding: 5px 5px;
}
.proj-filter {
    gap: 10px;
}
section.proj-wrap {
    margin-bottom: 25px !important;
}
.site-footer .footer-inner {
    display: block;
}
.social-menu {
    justify-content: flex-start;
}
.site-footer .footer-inner .footer-col {
    margin-bottom: 25px;
}
.footer-brand .footer-logo img {
	width: 200px;
    margin: auto;
    opacity: 1;
    display: block;
    margin-bottom: 75px !important;
    margin-left: 0;
}
.footer-col.footer-social {
    margin-top: 50px;
}
.footer-bottom .copy, .footer-bottom .credit, .site-footer .credit a {
    font-size: 11.5px;
    line-height: 20.61px;
}
.footer-bottom .credit {
    text-align: right;
}


.footer-address p, .footer-contacts .label, .footer-contacts .contact-block a {
    font-size: 15px;
    line-height: 23px;
}
  .nav-panel {
    position: fixed;
    inset: 0 0 0 35%; /* Abre da direita (ajusta %) */
    background: #f7f7f6;
    box-shadow: -12px 0 28px rgba(0, 0, 0, .06);
    transform: translateX(100%);
    transition: transform .35s ease, opacity .2s ease;
    opacity: .98;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  body.nav-open .nav-panel {
    transform: none;
  }

  .nav-panel .menu-principal {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .nav-panel .menu-principal a {
    text-decoration: none;
    color: #111;
    text-transform: uppercase;
    font-family: 'Saans TRIAL', sans-serif;
    font-size: 14px;
    letter-spacing: .1em;
  }

  .menu-dot { display: none; }
	
	.proj-filter .dot{
    white-space: nowrap !important;
}

.proj-filter {
        gap: 5px;
    }
.proj-filter .dot::before {
    margin-right: 10px;
}

section.proj-wrap {
    margin-bottom: 100px !important;
    margin-top: 30px;
}
	.proj-filter .dot{
		
    font-size: 10px !important;
	}
	.single-projeto .single-projeto {
    margin-top: 60px;
    margin-bottom: 90px;
}
	.site-footer .footer-inner {
    margin-bottom: 60px;
}
	
}

/* Evita scroll ao abrir */
body.nav-open { overflow: hidden;
max-height: 100dvh; }




.proj-filter .dot{
    white-space: nowrap;
}

.proj-filter {
        gap: 5px;
    }
.proj-filter .dot::before {
    margin-right: 10px;
}



.row-2-text-2 p{
	
    justify-content: flex-start;
}
.row-2-text-2 p::before{
	margin-left: 0px;
}

.footer-bottom {
    border-top: none;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
}



}













































/****************************** MEDIA QUERIES ************************************/
/* Intermédio 1 */
@media only screen and (max-width: 1750px) {
}
/* Intermédio 2 */
@media only screen and (max-width: 1650px) {
}
/* HD READY - Resolução Base Desenvolvimento */
@media only screen and (max-width: 1440px) {
}

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

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

/*tablet landscape or old laptop */
@media print, screen and (max-width: 1024px) {
}

/* Size considerado para Tablet */
@media only screen and (max-width: 991px) {
}
/* Size considerado para Tablet modo portrait*/
@media only screen and (max-width: 767.5px) {
}

@media only screen and (max-width: 600px) {
}
/* Size considerado Mobile - 430px*/
@media only screen and (max-width: 430px) {
}
/* smartphones plus */
@media only screen and (max-width: 414px) {
}
/* smartphones normais  */
@media only screen and (max-width: 378px) {
}
/* iphone 5 <=  */
@media only screen and (max-width: 320px) {
}
