/*
Theme Name:         bardo Theme
Description:        bardo Theme
Version:            1.0
Author:             bardo

Text Domain:        bardo
*/

/* Fonts */

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

@font-face {
	font-family: "Helvetica";
	src: url("fonts/HelveticaNeue/HelveticaNeue-Medium.otf");
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: "Helvetica";
	src: url("fonts/HelveticaNeue/HelveticaNeue-Roman.otf");
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: "Helvetica";
	src: url("fonts/HelveticaNeue/HelveticaNeue-Light.otf");
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: "Apple";
	src: url("fonts/AppleChancery.ttf");
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: "Kokonor";
	src: url("https://bardo-bb.wevolved.pt/wp-content/themes/bardo-theme/fonts/Kokonor/Kokonor.ttf")
			format("truetype"),
		url("https://bardo-bb.wevolved.pt/wp-content/themes/bardo-theme/fonts/fonts/Kokonor/Kokonor.otf")
			format("opentype"),
		url("https://bardo-bb.wevolved.pt/wp-content/themes/bardo-theme/fonts/fonts/Kokonor/Kokonor.woff")
			format("woff"),
		url("https://bardo-bb.wevolved.pt/wp-content/themes/bardo-theme/fonts/fonts/Kokonor/Kokonor.woff2")
			format("woff2");
	font-weight: 400;
	font-display: swap;
	font-style: normal;
	unicode-range: U+0-10FFFF;
}

/* Estrutura */

main#main {
	max-width: 100vw;
	overflow-x: hidden;
}

main#main h1,
main#main h2,
main#main h3,
main#main h4,
main#main h5 {
	margin-top: 0px;
	margin-bottom: 0px;
}

p,
a,
li {
	font-family: "Helvetica";
}

:focus-visible {
	outline: 0px !important;
}

input[type="email"] {
	border-radius: 0px !important;
}

.wpml-ls-statics-footer.wpml-ls.wpml-ls-legacy-list-horizontal {
	display: none;
}

.alinhar {
	padding-top: 0px;
}

/* Header */

.logo,
.lupa {
	mix-blend-mode: difference;
	position: absolute;
	z-index: 2;
	top: 10px;
	left: -5px;
}

.lupa {
	left: unset;
	right: 30px;
	width: 40px;
	height: 40px;
	top: 40px;
	z-index: 3;
	cursor: pointer;
}

.lupa.desaparece {
	display: none;
}

.logo img {
	position: unset;
	top: 0px;
	left: 0px;
	width: 200px;
}

.lupa img {
	position: unset;
	top: 0px;
	right: 0px;
	width: 100%;
}

/*.menu-main-menu-container{
	
    mix-blend-mode: difference;
    position: fixed;
    width: 100%;
    height: 70px;
    z-index: 3;
    bottom: 0px;
    left: 0px;
}*/

ul.menu-principal {
	z-index: 2;
	position: fixed;
	bottom: 0px;
	left: 0px;
	padding: 3px 30px 0px;
	display: flex;
	height: 55px;
	align-items: center;
	justify-content: space-between;
	width: 100vw;
	-webkit-mix-blend-mode: difference;
	mix-blend-mode: difference;
	backdrop-filter: blur(30px);
	-webkit-backdrop-filter: blur(30px);
	margin: 0px;
}
ul.menu-principal:after {
	/*content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  filter: blur(30px); 
  z-index: 1;*/
}
ul.menu-principal :before {
	display: none;
}

ul.menu-principal:before {
	display: none;
}

ul.menu-principal > li {
	list-style: none;
	line-height: unset;
}

ul.menu-principal > li a {
	font-weight: 400;
	font-size: 25px;
	color: #ffee54;
	text-transform: uppercase;
	vertical-align: text-bottom;
	line-height: 60px;
}

ul.menu-principal > li span {
	font-family: "Apple";
	font-size: 40px;
	line-height: 1;
}

.overlay-news,
.overlay-pesquisa {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100vw;
	height: 100vh;
	background-color: transparent;
	backdrop-filter: blur(30px);
	-webkit-backdrop-filter: blur(30px);
	-moz-backdrop-filter: blur(30px);
	z-index: 3;
}

.overlay-news .cruz,
.overlay-pesquisa .cruz {
	position: fixed;
	bottom: 15px;
	right: 15px;
	width: 60px;
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}

.overlay-news .cruz::after,
.overlay-news .cruz::before,
.overlay-pesquisa .cruz::after,
.overlay-pesquisa .cruz::before {
	content: "";
	background-color: black;
	width: 45px;
	height: 3px;
	display: block;
	position: absolute;
	transform-origin: center;
}

.overlay-news .cruz::before,
.overlay-pesquisa .cruz::before {
	transform: rotate(45deg);
}

.overlay-news .cruz::after,
.overlay-pesquisa .cruz::after {
	transform: rotate(-45deg);
}

header .newsletter-menu {
	position: fixed;
	left: 30px;
	bottom: 230px;
	display: none;
	z-index: 4;
	mix-blend-mode: difference;
}

header .newsletter-menu.aparece {
	display: block;
}

header .newsletter-menu form input.wpcf7-email {
	color: #ffee54;
	border-bottom: 2px solid #ffee54;
}

header .newsletter-menu input.wpcf7-submit {
	border: 1px solid #ffee54;
	color: #ffee54;
}

header .newsletter-menu form input.wpcf7-email::placeholder {
	color: #ffee54;
}

header .newsletter-menu input.wpcf7-submit:hover {
	background-color: #ffee54;
}

.newsletter-menu h2 {
	color: #ffee54;
	font-weight: 400;
	font-size: 35px;
}

.overlay-pesquisa .cruz {
	bottom: unset;
	top: 30px;
	right: 25px;
}

.form-pesquisa {
	display: none;
}

.form-pesquisa.aparece {
	display: block;
}

div#ajaxsearchliteres1 {
	width: 70vw !important;
	height: 80vh !important;
	position: fixed !important;
	left: 50% !important;
	transform: translateX(-50%) !important;
	background-color: transparent;
	box-shadow: none;
}

.results {
	width: 100% !important;
	height: 80vh !important;
}

div#ajaxsearchlite1,
.probox,
input.orig {
	background-color: transparent !important;
	box-shadow: none !important;
}

.asl_w_container {
	position: fixed;
	top: 35px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 3;
}

div#ajaxsearchlite1 {
	border-bottom: 1px solid #707070;
	width: 70vw !important;
	position: fixed;
	left: 50%;
	transform: translateX(-50%);
}

button.promagnifier {
	opacity: 0%;
}

input.orig,
input.autocomplete {
	font-size: 40px !important;
	height: 60px !important;
}

.probox {
	height: 60px !important;
}

div#ajaxsearchliteres1 {
	top: 120px !important;
}

input.autocomplete {
	display: none !important;
}

div#ajaxsearchliteres1 .results .item.asl_r_pagepost {
	background-color: transparent !important;
	border: 0px !important;
	position: unset;
}

.item.asl_r_pagepost a.asl_res_url {
	font-size: 30px !important;
	color: black !important;
}

div#ajaxsearchliteres1 .asl_nores {
	background-color: transparent;
	font-size: 30px;
	text-align: left;
}

div#ajaxsearchliteres1 .results.desaparece {
	display: none !important;
}

.menu-linguas {
	padding: 0px;
	display: flex;
	gap: 15px;
	line-height: 100%;
	position: absolute;
	top: 55px;
	right: 90px;
	z-index: 2;
	mix-blend-mode: difference;
}

.menu-linguas li {
	list-style: none;
	mix-blend-mode: difference;
}

.menu-linguas li.wpml-ls-current-language a {
	text-decoration: underline;
}

.menu-linguas li a {
	color: #ffee54;
	font-family: "Helvetica";
	font-size: 20px;
	font-weight: 500;
}

/* Animation BARDO */

.wrapper-letras {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 1920px;
	height: 1080px;
	transform: translateX(-50%) translateY(-50%);
}

.letra img {
	width: 650px;
}

.letra-b img {
	position: absolute;
	bottom: -740px;
	left: -280px;
	transform: rotate(-50deg);
	animation: animation-b 4s ease-out forwards;
	animation-delay: 1s;
}

@keyframes animation-b {
	0% {
		bottom: -740px;
		left: -280px;
		transform: rotate(-50deg);
	}

	33% {
		bottom: 0px;
		left: -80px;
		transform: rotate(-23deg);
	}

	60% {
		bottom: -100px;
		left: -135px;
		transform: rotate(-15deg);
	}

	100% {
		bottom: -100px;
		left: -135px;
		transform: rotate(-15deg);
	}
}

.letra-a img {
	position: absolute;
	top: -715px;
	transform: rotate(5deg);
	left: 545px;
	animation: animation-a 4s ease-out forwards;
	animation-delay: 1s;
}

@keyframes animation-a {
	0% {
		top: -715px;
		transform: rotate(5deg);
		left: 545px;
	}

	33% {
		top: -225px;
		transform: rotate(-5deg);
		left: 336px;
	}

	66% {
		top: -260px;
		transform: rotate(-15deg);
		left: 390px;
	}

	100% {
		top: -110px;
		transform: rotate(15deg);
		left: 336px;
	}
}

.letra-r img {
	position: absolute;
	transform: rotate(20deg);
	bottom: -1030px;
	left: 395px;
	animation: animation-r 4s ease-out forwards;
	animation-delay: 1s;
}

@keyframes animation-r {
	0% {
		transform: rotate(20deg);
		bottom: -1030px;
		left: 395px;
	}

	50% {
		transform: rotate(25deg);
		bottom: -864px;
		left: 395px;
	}

	100% {
		transform: rotate(9deg);
		bottom: -590px;
		left: 600px;
	}
}

.letra-d img {
	position: absolute;
	top: -945px;
	right: 130px;
	transform: rotate(40deg);
	animation: animation-d 4s ease-out forwards;
	animation-delay: 1s;
}

@keyframes animation-d {
	0% {
		top: -945px;
		right: 130px;
		transform: rotate(40deg);
	}

	33% {
		top: -720px;
		right: 130px;
		transform: rotate(40deg);
	}

	100% {
		top: -230px;
		right: 130px;
		transform: rotate(70deg);
	}
}

.letra-o img {
	position: absolute;
	bottom: -670px;
	right: 430px;
	transform: rotate(260deg);
	animation: animation-o 4s ease-out forwards;
	animation-delay: 1s;
}

@keyframes animation-o {
	0% {
		bottom: -670px;
		right: 430px;
		transform: rotate(260deg);
	}

	50% {
		bottom: -285px;
		right: 150px;
		transform: rotate(280deg);
	}

	100% {
		bottom: -125px;
		right: -100px;
		transform: rotate(0);
	}
}

/* Animation Circle */

.circle {
	position: fixed;
	top: 50%;
	left: unset;
	right: 0px;
	transform: translateX(68%) translateY(-50%);
	z-index: 2;
	width: 360px;
	height: 360px;
	border-radius: 50%;
	background-color: transparent;
	mix-blend-mode: difference;
}

.page-id-24 .circle,
.page-id-918 .circle {
	display: none;
}

.circle .text {
	position: absolute;
	width: 100%;
	height: 100%;
	animation: rotateText 15s linear infinite;
	z-index: 2;
}

@keyframes rotateText {
	0% {
		transform: rotate(-360deg);
	}

	100% {
		transform: rotate(0deg);
	}
}

.circle .text p {
	font-size: 27px;
	color: black;
	text-transform: uppercase;
}

.circle .text span {
	position: absolute;
	left: 50%;
	top: -13%;
	transform-origin: 0 225px;
	color: #ffee54;
}

.circle-inner {
	position: absolute;
	background-color: transparent;
	width: 446px;
	height: 446px;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	border-radius: 50%;
	border: 34px solid #ffee54;
	display: none;
}

.circle:hover .text span {
	color: black;
}

.circle:hover .circle-inner {
	display: block;
}

.circle:hover .text p {
	color: white;
}

/* Homepage */

#inicio-bardo {
	margin-bottom: 0px;
	position: relative;
	overflow: hidden;
	min-height: 100dvh;
	opacity: 1;
	background-attachment: fixed !important;
	max-width: 100vw;
}

#inicio-bardo::before {
	content: "";
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.2);
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
}

#inicio-bardo > div {
	position: absolute;
	left: 35px;
	bottom: 100px;
}

#inicio-bardo > div > div > div.wpb_wrapper {
	display: flex;
	align-items: flex-end;
	gap: 30px;
}

#inicio-bardo h1 {
	font-size: 170px;
	font-family: "Helvetica";
	font-weight: 300;
	line-height: 170px;
	color: #ffef00;
	text-transform: uppercase;
}

.servicos-home ul {
	padding: 0px;
	display: inline-flex;
	flex-wrap: wrap;
	width: fit-content;
	margin: 0px;
	align-items: flex-start;
}

.servicos-home ul li {
	list-style: none;
	font-size: 18px;
	font-family: "Helvetica";
	font-weight: 500;
	color: #ffef00;
	line-height: 23px;
	text-transform: uppercase;
	margin-right: 6px;
	padding: 10px 15px;
	border-radius: 30px;
	border: 1px solid #ffef00;
	margin-bottom: 10px !important;
}

#inicio-bardo .wpb_text_column {
	margin: 0px !important;
}

#inicio-bardo .wpb_text_column > div {
	display: flex;
	flex-direction: column;
	position: relative;
	top: -10px;
}

.servicos-lista {
	margin-bottom: 150px;
}

.servicos-lista p {
	font-family: "Helvetica";
	font-weight: 500;
	font-size: 30px;
	line-height: 37px;
	color: #53399b;
	padding-top: 150px;
	padding-left: 30px;
	width: 40vw;
}

.servicos-lista .wrapper-servicos h3 {
	color: #53399b;
	font-family: "Helvetica";
	font-weight: 400;
	font-size: 50px;
	border: 0px;
	padding: 0px;
	width: 440px;
}

.servicos-lista .wrapper-servicos p {
	color: #53399b;
	font-family: "Helvetica";
	font-weight: 300;
	font-size: 20px;
	line-height: 24px;
	width: 500px;
	padding: 0px;
}

.servicos-lista .wrapper-servicos > div {
	display: flex;
	align-items: center;
	padding: 50px 0px;
	border-bottom: 1px solid #53399b;
}

.servicos-lista .wrapper-servicos > div:last-child {
	border: 0px;
}

.wrapper-servicos .tags {
	margin-left: 100px;
}

.wrapper-servicos .tags ul {
	padding: 0px;
	display: flex;
}

.wrapper-servicos .tags ul li {
	list-style: none;
	border-radius: 50px;
	border: 1px solid #53399b;
	color: #53399b;
	padding: 10px 20px 8px;
	text-transform: uppercase;
	font-family: "Helvetica";
	font-weight: 500;
	font-size: 18px;
	line-height: 23px;
}

.slide-projetos {
	padding: 0px 80px;
}

.slide-projetos .slick-list {
	overflow: visible;
}

.container-slide {
	height: 80vh !important;
	margin: 0px 10px;
	position: relative;
}

.container-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.projetos-home h2 {
	position: absolute;
	z-index: 1;
	left: 170px;
	top: 35px;
	font-size: 100px;
	color: #fcee21;
	font-family: "Helvetica";
	font-weight: 300;
	text-transform: uppercase;
}

.container-slide h2 {
	text-align: right;
	position: absolute;
	z-index: 1;
	right: 10px;
	bottom: 0px;
	top: unset;
	left: unset;
	font-size: 100px;
	color: #fcee21;
	font-family: "Helvetica";
	font-weight: 300;
	text-transform: uppercase;
	width: fit-content;
	height: fit-content;
}

.projetos-home a.vc_btn3 {
	font-size: 18px;
	line-height: 18px;
	letter-spacing: 0.3px;
	text-transform: uppercase;
	color: black !important;
	font-family: "Helvetica";
	padding: 10px 20px 9px;
	font-weight: 500;
	background-color: transparent !important;
	border-radius: 50px;
	border: 1px solid black !important;
	margin-left: 140px;
	background-image: none !important;
}

.projetos-home a.vc_btn3:hover {
	background-color: black !important;
	color: white !important;
}

.project-home {
	padding: 20px 30px 0px;
}

.project-home .info {
	padding-top: 20px;
}

.project-home .info .wpb_wrapper {
	display: inline-flex;
	justify-content: space-between;
	width: 100%;
}

.project-home .info h3 {
	font-weight: 300;
}

.project-home .vc_empty_space {
	background-position: center !important;
}

/* Footer */

footer {
	background-color: #db7d4f;
	width: 100%;
	height: 100vh;
	padding: 21vh 0px;
	margin-top: 20px;
}

footer > div {
	padding: 0px 30px;
	display: flex;
	width: 100%;
	flex-direction: row;
	height: 100%;
}

footer > div > div {
	width: 50%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

footer h4 {
	color: #247105;
	font-size: 33px;
	width: 640px;
}

footer h5 {
	font-size: 22px;
	margin-top: 30px;
	color: #247105;
	width: 650px;
	font-weight: 300;
}

footer input.wpcf7-email,
header input.wpcf7-email {
	border: 0px;
	border-bottom: 2px solid #247105;
	background-color: transparent;
	color: #247105;
	width: 700px;
	font-size: 27px;
	float: left;
	margin-top: 50px;
}

footer input.wpcf7-email::placeholder,
header input.wpcf7-email::placeholder {
	color: #247105;
	opacity: 0.4;
}

footer form > p,
header form > p,
footer form .mc4wp-form-fields > p,
header form .mc4wp-form-fields > p {
	display: flex;
	align-items: flex-end;
}

footer input.wpcf7-submit,
header input.wpcf7-submit {
	background-color: transparent;
	color: #247105;
	border: 1px solid #247105;
	border-radius: 100%;
	font-size: 18px;
	padding: 10px;
	margin-left: 20px;
	height: fit-content;
}

footer input.wpcf7-submit:hover,
header input.wpcf7-submit:hover {
	background-color: #247105;
	color: black;
}

footer input.wpcf7-submit:focus-visible,
header input.wpcf7-submit:focus-visible {
	outline: 0px !important;
	border: 0px !important;
}

footer .redes-footer ul.menu {
	padding-left: 200px;
}

footer .redes-footer ul.menu li {
	list-style: none;
	margin-bottom: 12px;
}

footer .redes-footer ul.menu li a {
	color: #247105;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 500;
}

.wpcf7 form.sent .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
	border-color: transparent;
	padding: 0px;
	margin: 0px;
	padding-top: 20px;
}
.grecaptcha-badge {
	visibility: hidden !important;
}
/* Who we are */

body.page-id-20 {
	background-color: #fdf8f5;
}

body.page-id-20 footer {
	margin: 0px;
}

.vc_row.wpb_row.vc_row-fluid.who-we-are {
	padding: 0px 30px 0px;
	width: 100%;
	margin: 0px;
}

.who-we-are .wpb_column.vc_col-sm-6 .vc_column-inner {
	padding: 0px;
}

.who-we-are h1 {
	font-weight: 400;
	padding-top: 200px;
	padding-bottom: 70px;
}

.who-we-are p {
	width: 630px;
	font-size: 25px;
	font-weight: 500;
	color: black;
}

.aquela-faisca .vc_column-inner > .wpb_wrapper {
	padding: 55px 30px 40px 30px;
}

.aquela-faisca h2 {
	font-weight: 400;
	padding: 20px 0px;
	border-top: 1px solid #575757;
	border-bottom: 1px solid #575757;
}

.aquela-faisca h3 {
	font-weight: 400;
	padding: 20px 0px;
	border-bottom: 1px solid #575757;
}

.aquela-faisca .wpb_text_column:nth-of-type(1) {
	padding-top: 50px;
	margin-bottom: 10px;
}

.aquela-faisca .wpb_text_column {
	margin-bottom: 10px;
}

.aquela-faisca .wpb_text_column ul {
	padding: 0px;
	display: flex;
	gap: 6px;
}

.aquela-faisca .wpb_text_column li {
	list-style: none;
	font-size: 25px;
	text-transform: uppercase;
	padding: 6px 30px 5px;
	border-radius: 50px;
	border: 1px solid black;
	font-weight: 500;
	color: black;
}

.imgs-sobre {
	padding: 0px 30px 80px;
}

.wrapper-servicos {
	padding: 0px 30px;
	padding-bottom: 140px;
}

.wrapper-servicos h3 {
	color: black;
	font-size: 45px;
	padding: 40px 0px;
	border-bottom: 1px solid #575757;
	font-weight: 400;
}

.wrapper-servicos h3:first-child {
	border-top: 0px solid #575757;
}

.wrapper-servicos a:first-child h3 {
	border-top: 1px solid #575757;
}

.wrapper-servicos a:hover {
	text-decoration: none;
}

.wrapper-servicos a:hover h3 {
	color: #005aff;
	text-decoration: underline;
	text-decoration-thickness: 3px;
	text-underline-offset: 5px;
}

#the-team {
	position: relative;
	margin-top: 120px;
}

#the-team .vc_col-sm-6 {
	height: fit-content;
}

#the-team .wpb_single_image {
	margin: 0px !important;
}

#the-team figure {
	width: 100%;
}

#the-team figure > .vc_single_image-wrapper {
	height: 100vh;
	width: 100%;
}

#the-team figure img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	object-position: center;
}

#the-team h2 {
	position: absolute;
	bottom: 200px;
	left: 0px;
	font-family: "Helvetica";
	font-size: 100px;
	font-weight: 300;
	color: #fcee21;
	text-transform: uppercase;
}

#the-team .lista-equipa {
	padding-left: 45px;
	padding-top: 15px;
}

#the-team .lista-equipa .vc_row.wpb_row.vc_inner {
	border-top: 1px solid black;
	padding-top: 10px;
	margin-right: 30px;
}

#the-team .lista-equipa .vc_row.wpb_row.vc_inner h3 {
	font-family: "Helvetica";
	font-size: 30px;
	line-height: 36px;
	color: black;
	text-transform: uppercase;
	font-weight: 400;
}

#the-team .lista-equipa .vc_row.wpb_row.vc_inner p {
	width: 400px;
}

#the-team .lista-equipa .vc_row.wpb_row.vc_inner p strong {
	font-weight: 500;
}

/* Serviços */

.content-service {
	padding: 200px 30px 200px;
	min-height: 100vh;
}

.content-service h1 {
	font-weight: 400;
	font-size: 40px;
	color: black;
	padding-bottom: 60px;
}

.content-service p {
	font-size: 25px;
	color: black;
	font-weight: 500;
	width: 450px;
}

/* Case Studies & Projects */

.wrapper-projetos {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 25px;
	padding: 125px 30px 40px;
}

.wrapper-projetos > div {
	min-height: 400px;
	background-position: center;
	background-size: cover;
	position: relative;
}

.wrapper-projetos > div:nth-child(15n + 1) {
	height: 990px;
}

.wrapper-projetos > div:nth-child(15n + 2) {
	height: 590px;
}

.wrapper-projetos > div:nth-child(15n + 3) {
	height: 800px;
}

.wrapper-projetos > div:nth-child(15n + 5) {
	height: 680px;
	margin-top: -400px;
}

.wrapper-projetos > div:nth-child(15n + 6) {
	height: 400px;
	margin-top: -190px;
}

.wrapper-projetos > div:nth-child(15n + 7) {
	height: 590px;
}

.wrapper-projetos > div:nth-child(15n + 8) {
	height: 800px;
	margin-top: -115px;
}

.wrapper-projetos > div:nth-child(15n + 9) {
	height: 670px;
	margin-top: -190px;
}

.wrapper-projetos > div:nth-child(15n + 10) {
	height: 610px;
	margin-top: -95px;
}

.wrapper-projetos > div:nth-child(15n + 11) {
	height: 780px;
}

.wrapper-projetos > div:nth-child(15n + 12) {
	height: 590px;
	margin-top: -205px;
}

.wrapper-projetos > div:nth-child(15n + 13) {
	height: 860px;
	margin-top: -265px;
}

.wrapper-projetos > div:nth-child(15n + 14) {
	height: 595px;
}

.wrapper-projetos > div:nth-child(15n + 15) {
	margin-top: -395px;
	height: 990px;
}

.wrapper-projetos > div:nth-child(15n + 1) .overlay,
.wrapper-projetos > div:nth-child(15n + 6) .overlay,
.wrapper-projetos > div:nth-child(15n + 10) .overlay,
.wrapper-projetos > div:nth-child(15n + 14) .overlay,
.wrapper-projetos > div:nth-child(15n + 4) .overlay {
	background-color: rgba(255, 255, 0, 0.2);
}

.wrapper-projetos > div:nth-child(15n + 2) .overlay,
.wrapper-projetos > div:nth-child(15n + 7) .overlay,
.wrapper-projetos > div:nth-child(15n + 11) .overlay,
.wrapper-projetos > div:nth-child(15n + 15) .overlay {
	background-color: rgba(0, 0, 255, 0.2);
}

.wrapper-projetos > div:nth-child(15n + 3) .overlay,
.wrapper-projetos > div:nth-child(15n + 8) .overlay,
.wrapper-projetos > div:nth-child(15n + 12) .overlay {
	background-color: rgba(255, 0, 0, 0.2);
}

.wrapper-projetos > div:nth-child(15n + 5) .overlay,
.wrapper-projetos > div:nth-child(15n + 9) .overlay,
.wrapper-projetos > div:nth-child(15n + 13) .overlay {
	background-color: rgba(0, 255, 255, 0.2);
}

.wrapper-projetos .overlay {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	display: none;
}

.wrapper-projetos > div:hover .overlay {
	display: block;
}

.wrapper-projetos > div:hover .content {
	display: flex;
}

.wrapper-projetos > div a:hover {
	text-decoration: none;
	position: relative;
}

.wrapper-projetos .content {
	display: none;
	flex-direction: column;
	height: 100%;
	justify-content: space-between;
	align-items: center;
	padding: 30px;
	z-index: 1;
	position: relative;
}

.wrapper-projetos .content h2 {
	color: white;
	text-transform: uppercase;
	font-size: 35px;
	font-weight: 500;
	text-align: center;
}

.wrapper-projetos .content h3 {
	color: white;
	font-size: 32px;
	font-weight: 300;
	text-align: center;
	text-transform: uppercase;
}

/* Projeto */

.content-projeto {
	height: fit-content;
	min-height: 90vh;
	display: flex;
	padding: 90px 30px 0px;
}

.content-projeto .esq {
	width: 60%;
	padding-top: 110px;
}

.content-projeto .dir {
	height: fit-content;
	background-size: cover;
	background-position: center;
	width: 40%;
	min-height: 90vh;
}

.content-projeto h1 {
	text-transform: uppercase;
	color: black;
	font-size: 40px;
	line-height: 60px;
	font-weight: 400;
	padding-bottom: 25px;
}

.content-projeto .autores h2 {
	text-transform: uppercase;
	color: black;
	font-size: 25px;
	line-height: 55px;
	font-weight: 300;
}

.content-projeto .autores {
	padding-bottom: 40px;
	display: none;
}

.content-projeto p {
	font-weight: 500;
	font-size: 30px;
	width: 605px;
	color: black;
	display: block;
}

.first-img {
	padding: 30px 30px;
}

.resto-img.vc_row {
	padding: 0px 30px 30px;
}

.double-img .vc_empty_space:first-child {
	height: calc(45vh - 15px) !important;
	margin-bottom: 30px;
}

.double-img .vc_empty_space:last-child {
	height: calc(45vh - 15px) !important;
}

/* esconder video default */
.video-proj-section .wpb_wrapper {
	display: none;
}
/* propriedades do video */
#video-container {
	position: relative;
	width: 100%;
	height: 100%; /* Replace with your specific height */
	overflow: hidden;
	padding-bottom: 30px;
	padding-left: 45px;
	padding-right: 45px;
}
#video {
	width: 100%;
	height: 100%;
	margin-bottom: -10px;
}

.navigation {
	padding: 0px 23px;
	display: flex;
	justify-content: space-between;
}

.navigation a::after,
.navigation a::before {
	display: none;
}

.navigation a.prev::before {
	content: "";
	background-image: url("/wp-content/uploads/2023/10/Captura_de_ecra_2023-10-17_093342-removebg-preview.png");
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	display: block;
	width: 100px;
	height: 30px;
}

.navigation a {
	display: flex;
	font-size: 40px;
	font-weight: 300;
	text-transform: uppercase;
	color: black;
	align-items: center;
	gap: 20px;
	padding-bottom: 15px;
}

.navigation a:hover {
	color: black;
	text-decoration-thickness: 3px;
}

.navigation a.next::after {
	content: "";
	background-image: url("/wp-content/uploads/2023/10/Captura_de_ecra_2023-10-17_093342-removebg-preview.png");
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	display: block;
	width: 100px;
	height: 30px;
	transform: rotate(180deg);
}

/* Galeria Projeto Novo */

.first-img {
	margin-bottom: 0px !important;
}

.first-img .vc_single_image-wrapper {
	width: 100vw;
	height: 90vh !important;
}

.first-img .vc_single_image-wrapper img {
	object-fit: cover;
	object-position: center;
	height: 100% !important;
}

.single-projeto figure.wpb_wrapper.vc_figure {
	width: 100%;
	height: 100%;
}

.single-projeto .vc_single_image-wrapper {
	width: 100%;
	height: 100%;
}

.single-projeto .vc_single_image-wrapper img {
	object-fit: cover;
	object-position: center;
	height: 100% !important;
	width: 100%;
}

.linha-grid {
	margin-bottom: 0px !important;
	padding: 0px 30px 30px;
}

.linha-grid .wpb_single_image {
	margin-bottom: 0px !important;
}

.galeria-slide {
	width: 950px;
	height: fit-content;
	margin: 0 auto;
	margin-top: 130px;
	margin-bottom: 200px;
}

.galeria-slide .slick-list {
	overflow: visible;
}

.slide-img {
	height: 600px !important;
	margin: 0 10px;
}

.slide-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.grid-3img {
	padding: 0px 30px;
	margin-bottom: 250px;
}

.full-img {
	padding: 0px 200px;
	margin-bottom: 200px;
}

/* Contactos */

.colunas-links {
	display: flex;
}

.colunas-links > div {
	padding-right: 50px;
}

.container-contactos h2 {
	margin-left: 40px;
}

.container-contactos {
	width: 100vw;
	min-height: 100vh;
	height: fit-content;
	background-color: #db7d4f;
	margin-left: 0px !important;
}

.container-contactos form {
	padding: 200px 15px 250px;
	
        max-width: 100%;
        width: 2000px;
}

.container-contactos .titulos {
	display: flex;
}

.container-contactos h1 {
	width: 50%;
	margin-bottom: 25px !important;
}

.container-contactos h1,
.container-contactos h2 {
	color: #247105;
	text-transform: uppercase;
	font-size: 35px;
	font-weight: 400;
}

.container-contactos h2 {
	margin-left: 40px;
}

.links p {
	margin: 0px;
}

.inputs input,
.inputs textarea {
	background-color: transparent;
	border: 0px;
	font-size: 30px;
	color: #247105;
	border-bottom: 1px solid #247105;
	margin-bottom: 20px;
	width: 70%;
}

.inputs input::placeholder,
.inputs textarea::placeholder {
	color: #247105;
	opacity: 0.4;
}

.inputs textarea {
	height: 50px;
	resize: none;
}

.inputs {
	width: 50%;
	float: none;
}

.container-contactos .wrapper {
	display: flex;
}

.container-contactos .links {
	margin-left: 85px;
	width: 50%;
}

.container-contactos .links p a {
	font-size: 25px;
	font-weight: 400;
	color: #247105;
	line-height: 30px;
}

span.wpcf7-checkbox label {
	display: block;
	position: relative;
	padding: 10px 25px 8px;
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 12px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

span.wpcf7-checkbox span.wpcf7-list-item-label {
	position: relative;
	color: #247105;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 500;
}

span.wpcf7-checkbox input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

span.wpcf7-checkbox .checkmark {
	position: absolute;
	top: 0;
	left: 0;
	background-color: transparent;
	width: 100%;
	height: 100%;
	border: 1px solid #247105;
	border-radius: 60px;
}

span.wpcf7-checkbox:hover input ~ .checkmark {
	background-color: transparent;
}

span.wpcf7-checkbox input:checked ~ .checkmark {
	background-color: #247105;
}

span.wpcf7-checkbox input:checked ~ span.wpcf7-list-item-label {
	color: black;
}

span.wpcf7-checkbox .checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

span.wpcf7-checkbox input:checked ~ .checkmark:after {
	display: none;
}

span.wpcf7-checkbox span.wpcf7-list-item {
	margin-left: 10px;
}

.checkboxs {
	display: flex;
	margin-top: 60px;
}

.checkboxs > div {
	width: fit-content;
	font-size: 30px;
	font-weight: 400;
	color: #247105;
	white-space: nowrap;
	margin-right: 20px;
}

.container-contactos form > p {
	position: relative;
}

.container-contactos input.wpcf7-form-control.wpcf7-submit {
	background-color: #247105;
	border: 0px;
	border-radius: 100%;
	width: 130px;
	height: 130px;
	font-size: 20px;
	font-weight: 500;
	color: #db7d4f;
	text-transform: uppercase;
	position: absolute;
	right: 145px;
	top: 25px;
	transform: rotate(350deg);
	border: 1px solid #247105;
}

.container-contactos input.wpcf7-form-control.wpcf7-submit:hover {
	background-color: transparent;
	color: #247105;
}

.page-id-24 footer,
.page-id-918 footer {
	display: none;
}



.filtros-projetos{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
	display: grid;
	grid-template-columns: repeat(6,1fr);
	gap: 10px;
	top: 45px;

}

.filtro-projeto {
  display: inline-block; /* ou flex */
  border: 2px solid rgb(0, 17, 171);;
  padding: 8px 15px;
  border-radius: 50px;
  font-family: "Helvetica";
  letter-spacing: 0.14px;
  color: rgb(0, 17, 171);
  text-transform: uppercase;
  transition: all 0.4s ease; /* faltava o s */
  font-size: 14px;
  text-decoration: none;
  font-weight: 500;
  text-align: center;
}

.filtro-projeto:hover,.filtro-projeto.ativo{
	background-color: black;
	color: #f9f9f9;
	border: 2px solid transparent;
	text-decoration: none;
}

 a:focus{
	text-decoration: none !important;
}

.home .filtros-projetos{
	display: none;
}

span.filtro-label{
	white-space: nowrap;
}

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

	/* Homepage */

	.servicos-lista .wrapper-servicos p {
		width: 420px;
	}

	.servicos-lista .wrapper-servicos h3 {
		width: 400px;
	}

	/* Who we are */

	.aquela-faisca h2 {
		font-size: 90px !important;
	}

	/* Contact & Get a quote */
	.container-contactos form {
		padding: 170px 15px 170px;
	}
}

@media only screen and (max-width: 1860px) {
.filtros-projetos {
    top: 36px;
}

	#inicio-bardo h1 {
		font-size: 120px;
		line-height: 120px;
	}

	.wrapper-projetos {
    padding: 150px 30px 40px;
}
}

@media only screen and (max-width: 1730px) {
	.filtros-projetos {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    display: grid;
    grid-template-columns: repeat(5,1fr);
    gap: 10px;
    top: 38px;
}
	/* Header */

	ul.menu-principal li a {
		font-size: 23px;
	}

	.overlay-news .cruz::after,
	.overlay-news .cruz::before,
	.overlay-pesquisa .cruz::after,
	.overlay-pesquisa .cruz::before {
		width: 35px;
	}

	/* Pesquisa */

	input.orig,
	input.autocomplete {
		font-size: 30px !important;
	}

	.item.asl_r_pagepost a.asl_res_url {
		font-size: 24px !important;
	}

	/* Newsletter menu */

	.newsletter-menu h2 {
		font-size: 30px;
	}

	/* Animation Circle */

	.circle {
		width: 330px;
		height: 330px;
	}

	.circle .text span {
		transform-origin: 0 200px;
		top: -10%;
	}

	.circle .text p {
		font-size: 24px;
	}

	.circle-inner {
		width: 400px;
		height: 400px;
		border: 37px solid #ffee54;
	}

	/* Homepage */

	.servicos-lista p {
		width: 50vw;
	}

	.project-home h2,
	.project-home h3 {
		font-size: 30px !important;
	}

	.servicos-lista .wrapper-servicos p {
		width: 420px;
	}

	.servicos-lista .wrapper-servicos h3 {
		width: 350px;
		font-size: 45px;
	}

	.wrapper-servicos .tags ul li {
		font-size: 16px;
	}

	.container-slide {
		height: 600px !important;
	}

	/* Footer */

	footer h4 {
		font-size: 30px;
		width: 520px;
	}

	footer h5 {
		font-size: 20px;
		width: 520px;
	}

	footer input.wpcf7-email,
	header input.wpcf7-email {
		font-size: 25px;
	}

	footer .redes-footer ul.menu li {
		margin-bottom: 15px;
	}

	footer .redes-footer ul.menu li a {
		font-size: 15px;
	}

	ul.menu-principal li span {
		font-size: 40px;
	}

	/* Who we are */

	.who-we-are h1 {
		font-size: 40px !important;
	}

	.who-we-are p {
		width: 470px;
		font-size: 20px;
	}

	.aquela-faisca h2 {
		font-size: 60px !important;
		line-height: 70px !important;
	}

	.aquela-faisca h3 {
		font-size: 40px !important;
		line-height: 50px !important;
	}

	.aquela-faisca .wpb_text_column li {
		font-size: 17px;
		padding: 6px 30px;
	}

	.imgs-sobre .vc_empty_space {
		height: 550px !important;
	}

	.wrapper-servicos h3 {
		font-size: 40px;
		padding: 35px 0px;
	}

	.wrapper-servicos {
		padding-bottom: 90px;
	}

	#the-team .lista-equipa .vc_row.wpb_row.vc_inner h3 {
		font-size: 24px;
	}

	#the-team .lista-equipa .vc_row.wpb_row.vc_inner p {
		width: 320px;
		font-size: 14px;
	}

	/* Servicos */

	.content-service h1 {
		font-weight: 400;
		font-size: 40px;
		padding-bottom: 60px;
	}

	.content-service p {
		font-size: 24px;
		width: 435px;
	}

	/* Case Studies & Projects */

	.wrapper-projetos .content h3 {
		font-size: 30px;
	}

	/* Projeto */

	.content-projeto h1 {
		font-size: 40px !important;
	}

	.content-projeto .autores h2 {
		font-size: 23px !important;
		line-height: 50px !important;
	}

	.content-projeto p {
		font-size: 23px;
		width: 440px;
	}

	.content-projeto .esq {
		width: 55%;
	}

	.content-projeto .dir {
		width: 45%;
	}

	.navigation a {
		font-size: 30px;
	}

	/* Contact & get a quote */

	.container-contactos h1,
	.container-contactos h2 {
		font-size: 30px;
	}

	.container-contactos h1 {
		margin-bottom: 25px !important;
	}

	.inputs input,
	.inputs textarea {
		font-size: 23px;
	}

	.container-contactos .links p a {
		font-size: 20px;
		line-height: 27px;
	}

	.inputs textarea {
		height: 40px;
	}

	.checkboxs > div {
		font-size: 23px;
	}

	span.wpcf7-checkbox label {
		padding: 7px 25px;
		font-size: 16px;
	}

	span.wpcf7-checkbox span.wpcf7-list-item-label {
		font-size: 16px;
	}

	.container-contactos form {
		padding: 130px 15px 150px;
	}

	.container-contactos input.wpcf7-form-control.wpcf7-submit {
		width: 90px;
		height: 90px;
		font-size: 16px;
	}
}


@media only screen and (max-width: 1540px) {
	/* Header */	.filtros-projetos {
    grid-template-columns: repeat(4,1fr) !important;
}

.wrapper-projetos {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 25px;
    padding: 156px 30px 40px;
}

	.logo img {
		width: 200px;
	}

	.logo {
		left: 10px;
	}

	.lupa {
		width: 40px;
		top: 40px;
	}

	ul.menu-principal li a {
		font-size: 20px;
	}

	/* Pesquisa */

	.overlay-news .cruz::after,
	.overlay-news .cruz::before,
	.overlay-pesquisa .cruz::after,
	.overlay-pesquisa .cruz::before {
		width: 25px;
		height: 2px;
	}

	input.orig,
	input.autocomplete {
		font-size: 25px !important;
	}

	div#ajaxsearchliteres1 .asl_nores {
		font-size: 22px;
	}

	.probox {
		height: 55px !important;
	}

	/* Animation Circle */

	.circle .text p {
		font-size: 20px;
	}

	.circle .text span {
		transform-origin: 0 160px;
		top: -12%;
	}

	.circle {
		width: 260px;
		height: 260px;
	}

	.circle-inner {
		width: 320px;
		height: 320px;
		border: 30px solid #ffee54;
	}

	/* Homepage */

	.project-home h2,
	.project-home h3 {
		font-size: 24px !important;
	}

	#inicio-bardo h1 {
		font-size: 95px;
		line-height: 95px;
	}

	#inicio-bardo .wpb_text_column > div {
		flex-direction: row;
		top: 0px;
		align-items: flex-start;
		flex-wrap: wrap;
		width: 520px;
	}

	.wrapper-servicos .tags {
		margin-left: 40px;
	}

	.servicos-lista .wrapper-servicos p {
		width: 420px;
	}

	.servicos-lista .wrapper-servicos h3 {
		width: 300px;
		font-size: 40px;
	}

	/* Footer */

	footer input.wpcf7-email,
	header input.wpcf7-email {
		width: 500px;
	}

	/* Who we are */

	.vc_row.wpb_row.vc_row-fluid.who-we-are {
		padding: 75px 30px 0px;
	}

	.who-we-are h1 {
		font-size: 35px !important;
		font-weight: 400;
		padding-top: 90px;
		padding-bottom: 70px;
	}

	.who-we-are p {
		width: 400px;
		font-size: 18px;
	}

	.aquela-faisca h3 {
		font-size: 35px !important;
		line-height: 45px !important;
	}

	.aquela-faisca .wpb_text_column li {
		font-size: 15px;
		padding: 6px 30px;
	}

	.imgs-sobre .vc_empty_space {
		height: 450px !important;
	}

	.wrapper-servicos h3 {
		font-size: 30px;
		padding: 30px 0px;
	}

	.wrapper-servicos {
		padding-bottom: 70px;
	}

	#the-team .lista-equipa .vc_row.wpb_row.vc_inner p {
		width: 100%;
	}

	#the-team .lista-equipa .vc_row.wpb_row.vc_inner h3 {
		font-size: 20px;
	}

	#the-team h2 {
		bottom: 120px;
		font-size: 60px;
	}

	/* Serviços */

	.content-service {
		padding: 120px 30px 130px;
	}

	.content-service p {
		font-size: 20px;
		width: 340px;
	}

	/* Case Studies & Projects */

	.wrapper-projetos > div {
		min-height: 300px;
	}

	.wrapper-projetos > div:nth-child(15n + 1) {
		height: 760px;
	}

	.wrapper-projetos > div:nth-child(15n + 2) {
		height: 400px;
	}

	.wrapper-projetos > div:nth-child(15n + 3) {
		height: 520px;
	}

	.wrapper-projetos > div:nth-child(15n + 5) {
		height: 540px;
		margin-top: -360px;
	}

	.wrapper-projetos > div:nth-child(15n + 6) {
		height: 300px;
		margin-top: -240px;
	}

	.wrapper-projetos > div:nth-child(15n + 7) {
		height: 470px;
	}

	.wrapper-projetos > div:nth-child(15n + 8) {
		height: 660px;
		margin-top: -120px;
	}

	.wrapper-projetos > div:nth-child(15n + 9) {
		height: 550px;
		margin-top: -240px;
	}

	.wrapper-projetos > div:nth-child(15n + 10) {
		height: 450px;
		margin-top: -70px;
	}

	.wrapper-projetos > div:nth-child(15n + 12) {
		height: 450px;
		margin-top: -230px;
	}

	.wrapper-projetos > div:nth-child(15n + 11) {
		height: 590px;
	}

	.wrapper-projetos > div:nth-child(15n + 13) {
		height: 630px;
		margin-top: -210px;
	}

	.wrapper-projetos > div:nth-child(15n + 14) {
		height: 420px;
	}

	.wrapper-projetos > div:nth-child(15n + 15) {
		height: 790px;
		margin-top: -370px;
	}

	.wrapper-projetos .content h3 {
		font-size: 24px;
	}

	.wrapper-projetos .content h2 {
		font-size: 25px;
	}

	/* Projetos */

	.content-projeto {
		padding: 70px 30px 0px;
	}

	.content-projeto .esq {
		padding-top: 65px;
	}

	.content-projeto h1 {
		padding-bottom: 10px;
	}

	.content-projeto .autores h2 {
		font-size: 20px !important;
		line-height: 40px !important;
	}

	.content-projeto p {
		font-size: 20px;
		width: 390px;
	}

	.navigation a {
		font-size: 25px;
	}

	.navigation a:hover {
		text-decoration-thickness: 2px;
	}

	.navigation a.prev::before,
	.navigation a.next::after {
		width: 70px;
	}

	/* Contact & Get a Quote */

	.container-contactos h1,
	.container-contactos h2 {
		font-size: 25px;
	}

	.inputs input,
	.inputs textarea {
		font-size: 20px;
	}

	.container-contactos .links {
		margin-left: 0px;
		width: 50%;
	}

	.container-contactos h2 {
		margin-left: 0px;
	}

	.container-contactos .links p a {
		font-size: 17px;
		line-height: 25px;
	}

	.checkboxs > div {
		font-size: 20px;
	}

	span.wpcf7-checkbox span.wpcf7-list-item-label {
		font-size: 14px;
	}

	span.wpcf7-checkbox span.wpcf7-list-item {
		margin-left: 5px;
	}

	.container-contactos input.wpcf7-form-control.wpcf7-submit {
		width: 75px;
		height: 75px;
		font-size: 14px;
	}
}

@media only screen and (max-width: 1280px) {
.wrapper-projetos {
    padding: 75px 30px 40px;
}

	/* Header */.filtros-projetos {
    grid-template-columns: repeat(3,1fr) !important;
}

	ul.menu-principal li a {
		font-size: 15px;
	}

	ul.menu-principal li span {
		font-size: 26px;
	}

	.newsletter-menu h2 {
		font-size: 23px;
	}

	header .newsletter-menu {
		bottom: 120px;
	}

	ul.menu-principal {
		height: 50px;
		align-items: center;
		padding: 0px 30px 0px;
	}

	.menu-linguas {
		top: 55px;
	}

	/* Pesquisa */

	input.orig,
	input.autocomplete {
		font-size: 20px !important;
	}

	div#ajaxsearchliteres1 .asl_nores {
		font-size: 18px;
	}

	.item.asl_r_pagepost a.asl_res_url {
		font-size: 18px !important;
	}

	div.asl_r .results .item .asl_content {
		padding: 0px;
	}

	div.asl_m .probox .proinput {
		margin: 0 !important;
	}

	/* Animation Circle */

	.circle .text span {
		transform-origin: 0 125px;
		top: -10%;
	}

	.circle .text p {
		font-size: 14px;
	}

	.circle {
		width: 210px;
		height: 210px;
	}

	.circle-inner {
		width: 250px;
		height: 250px;
		border: 22px solid #ffee54;
	}

	/* Homepage */

	#inicio-bardo {
		margin-bottom: 0px;
	}

	#inicio-bardo h1 {
		font-size: 100px;
		line-height: 100px;
	}

	#inicio-bardo ul li {
		font-size: 14px;
		padding: 5px 15px;
	}

	#inicio-bardo .wpb_text_column > div {
		width: 460px;
		top: 5px;
	}

	.servicos-lista p {
		font-size: 24px;
		line-height: 30px;
		padding-top: 15px;
		width: 60vw;
	}

	.servicos-lista .wrapper-servicos h3 {
		width: 350px;
		font-size: 40px;
	}

	.servicos-lista .wrapper-servicos p {
		width: 370px;
		font-size: 18px;
	}

	.servicos-lista .wrapper-servicos h3 {
		width: 270px;
		font-size: 32px;
	}

	.project-home h2,
	.project-home h3 {
		font-size: 20px !important;
	}

	.project-home .info {
		padding-top: 0px;
	}

	.project-home {
		padding: 0px 30px 0px;
	}

	/* Footer */

	footer h4 {
		font-size: 23px;
		width: 400px;
	}

	footer h5 {
		font-size: 16px;
		width: 400px;
		margin-top: 20px;
	}

	footer input.wpcf7-email,
	header input.wpcf7-email {
		width: 400px;
		font-size: 20px;
	}

	footer input.wpcf7-submit,
	header input.wpcf7-submit {
		font-size: 15px;
		padding: 8px;
	}

	footer .redes-footer ul.menu li {
		margin-bottom: 8px;
	}

	footer .redes-footer ul.menu li a {
		font-size: 12px;
	}

	/* Who we are */

	.vc_row.wpb_row.vc_row-fluid.who-we-are {
		padding: 50px 30px 0px;
	}

	.who-we-are h1 {
		font-size: 27px !important;
		font-weight: 400;
		padding-top: 55px;
		padding-bottom: 50px;
	}

	.who-we-are p {
		width: 280px;
		font-size: 16px;
	}

	.aquela-faisca h2 {
		font-size: 50px !important;
		line-height: 55px !important;
	}

	.aquela-faisca h3 {
		font-size: 28px !important;
		line-height: 30px !important;
	}

	.aquela-faisca .wpb_text_column li {
		font-size: 15px;
		padding: 6px 20px;
	}

	.imgs-sobre .vc_empty_space {
		height: 360px !important;
	}

	.aquela-faisca .wpb_text_column:nth-of-type(1) {
		padding-top: 35px;
		margin-bottom: 10px;
	}

	.wrapper-servicos h3 {
		font-size: 27px;
		padding: 25px 0px;
	}

	.wrapper-servicos {
		padding-bottom: 40px;
	}

	/* Serviços */

	.content-service h1 {
		font-size: 30px;
		padding-bottom: 45px;
	}

	.content-service p {
		font-size: 16px;
		width: 285px;
	}

	.wrapper-servicos h3 {
		font-size: 27px;
		padding: 25px 0px;
	}

	/* Case Studies & Projects */

	.wrapper-projetos {
		padding:190px 30px 40px;
	}

	.wrapper-projetos .content h2 {
		font-size: 20px;
	}

	.wrapper-projetos .content h3 {
		font-size: 18px;
	}

	/* Projetos */

	.content-projeto {
		padding: 50px 30px 0px;
	}

	.content-projeto h1 {
		font-size: 30px !important;
	}

	.content-projeto .esq {
		padding-top: 45px;
	}

	.content-projeto .autores h2 {
		font-size: 18px !important;
		line-height: 35px !important;
	}

	.content-projeto p {
		font-size: 16px;
		width: 300px;
	}

	.navigation a {
		font-size: 20px;
	}

	.navigation a.prev::before,
	.navigation a.next::after {
		width: 60px;
	}

	.slide-img {
		height: 500px !important;
	}

	.galeria-slide {
		width: 700px;
	}

	/* Contact & Get A Quote */

	.container-contactos h1,
	.container-contactos h2 {
		font-size: 20px;
	}

	.inputs input,
	.inputs textarea {
		font-size: 16px;
	}

	.inputs textarea {
		height: 32px;
	}

	.checkboxs > div {
		font-size: 16px;
	}

	.container-contactos .links p a {
		font-size: 14px;
		line-height: 20px;
	}

	span.wpcf7-checkbox span.wpcf7-list-item-label {
		font-size: 12px;
	}

	span.wpcf7-checkbox label {
		padding: 4px 13px;
		font-size: 14px;
	}

	.container-contactos form {
		padding: 100px 15px 150px;
	}

	.container-contactos input.wpcf7-form-control.wpcf7-submit {
		width: 70px;
		height: 70px;
		font-size: 12px;
	}

	.checkboxs {
		display: flex;
		margin-top: 10px;
	}
}

@media only screen and (max-width: 1050px) and (orientation: portrait){
	#inicio-bardo {
        background-attachment: unset !important;
        min-height: 100dvh;
    }
}

@media only screen and (min-width: 600px) and (max-width: 1050px) and (orientation: portrait) {
	#the-team{
		flex-direction: column;
	}
	
	#the-team .vc_col-sm-6 {
		height: fit-content;
		width: 100%;
	}
	
	#the-team .lista-equipa {
		padding-left: 30px;
	}
	
	.wrapper-servicos .tags {
        margin-top: 40px;
		width: 100%;
		margin-left: 0px;
    }
	
	.servicos-lista .wrapper-servicos > div{
		flex-wrap: wrap;
	}
	
	footer h4 {
        font-size: 33px;
        width: 450px;
    }
	
	footer .redes-footer ul.menu li a {
        font-size: 20px;
    }
	
	footer h5 {
        font-size: 24px;
        width: 520px;
    }
	
	.container-contactos h1, .container-contactos h2 {
        font-size: 35px;
    }
	
	 .inputs input, .inputs textarea {
        font-size: 20px;
        width: 100%;
    }
	
	.inputs {
		width: 100%;
	}
	
	.checkboxs {
        flex-direction: column;
    }
	
	 span.wpcf7-checkbox span.wpcf7-list-item {
        margin-left: 0;
        margin-right: 5px;
    }
	
	.checkboxs > div {
        font-size: 20px;
    }
	
	span.wpcf7-checkbox span.wpcf7-list-item-label {
        font-size: 16px;
    }
	
	.container-contactos .links {
        margin-top: 20px;
        width: 100%;
    }
	
	.container-contactos .links p a {
        font-size: 20px;
        line-height: 25px;
    }
	
	.container-contactos input.wpcf7-form-control.wpcf7-submit {
        width: 100px;
        height: 100px;
        font-size: 18px;
    }
	
	.container-contactos h2 {
		padding-left: 15px;
	}
	
	.container-contactos .links {
        margin-left: 15px;
    }

}

@media only screen and (max-width: 1024px) and (max-height: 1000px) {
	.wrapper-projetos {
    padding: 200px 30px 40px !important;
}

.home .wrapper-projetos {
    padding: 125px 30px 40px !important;
}

.projetos-home.home2{
	padding-left: 68px;
}

.filtros-projetos {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    display: grid;
    grid-template-columns: repeat(3,1fr) !important;
    gap: 10px;
    top: 100px;
}
	/* Header */

	.menu-linguas {
		position: relative;
		top: 0;
		right: 0;
	}

	.small-header {
		height: 100px;
		width: 100vw;
		backdrop-filter: blur(30px);
		-webkit-backdrop-filter: blur(30px);
		background-color: transparent;
		position: fixed;
		top: 0px;
		left: 0px;
		mix-blend-mode: difference;
		z-index: 2;
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding: 0px 30px;
	}

	.lupa {
		display: none;
	}

	.logo {
		position: relative;
		top: 0;
		left: -45px;
	}

	.logo img {
		width: 230px;
	}

	header .newsletter-menu.aparece form input.wpcf7-email {
		border-bottom: 1px solid #ffee54 !important;
	}

	header .newsletter-menu.aparece input.wpcf7-submit {
		border: 1px solid #ffee54 !important;
	}

	.menu-hamburguer {
		width: 20px;
		height: 18px;
		position: relative;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}

	.menu-hamburguer > div {
		width: 100%;
		height: 4px;
		background-color: #ffee54;
		border-radius: 10px;
		transition: 1s;
	}

	.menu-hamburguer.open > div:first-child {
		position: absolute;
		top: 0px;
		transform: rotate(45deg) translateY(10.5px) scale(1.5);
		height: 3px;
		transition: 1s;
	}

	.menu-hamburguer.open > div:nth-child(2) {
		opacity: 0;
		transition: 1s;
	}

	.menu-hamburguer.open > div:last-child {
		position: absolute;
		bottom: 0px;
		transform: rotate(-45deg) translateY(-10.5px) scale(1.5);
		height: 3px;
		transition: 1s;
	}

	ul.menu-principal {
		height: calc(100vh - 100px);
		align-items: flex-end;
		flex-direction: column;
		justify-content: flex-start;
	}

	ul.menu-principal > li a {
		font-size: 30px;
		text-align: right;
		width: 290px;
		display: block;
	}

	ul.menu-principal > li {
		line-height: 37px;
		margin-bottom: 20px;
	}

	ul.menu-principal > li span {
		font-size: 45px;
	}

	ul.menu-principal {
		z-index: -1;
		opacity: 0;
		position: fixed;
		top: 100px;
		left: 0px;
	}

	ul.menu-principal.open {
		animation-name: openMenu;
		animation-duration: 1s;
		animation-fill-mode: forwards;
		animation-play-state: running;
	}

	@keyframes openMenu {
		0% {
			z-index: -1;
			opacity: 0;
		}

		10% {
			z-index: 2;
			opacity: 0;
		}

		100% {
			z-index: 2;
			opacity: 1;
		}
	}

	.overlay-news {
		z-index: 2;
	}

	ul.menu-principal > li:first-child {
		margin-top: 15px;
	}

	.newsletter-menu h2 {
		font-size: 25px;
		width: 250px;
	}

	header input.wpcf7-submit {
		font-size: 20px;
		padding: 14px;
	}

	header ul.menu-principal > li a,
	header .newsletter-menu h2,
	body header .newsletter-menu form input.wpcf7-email,
	body header .newsletter-menu input.wpcf7-submit {
		color: #ffee54 !important;
	}

	/* Circle Animation */

	.circle .text p {
		font-size: 24px;
	}

	.circle .text span {
		transform-origin: 0 180px;
		top: -15%;
	}

	.circle {
		width: 280px;
		height: 280px;
	}

	.circle-inner {
		width: 360px;
		height: 360px;
		border: 36px solid #ffee54;
	}

	/* Homepage */

	.project-home .vc_empty_space {
		height: 40vh !important;
	}

	.servicos-home {
		padding: 15px 35px;
	}

	#inicio-bardo h1 {
		font-size: 80px;
		line-height: 80px;
	}

	.servicos-lista .wrapper-servicos > div {
		align-items: flex-start;
		flex-direction: column;
		gap: 20px;
	}

	.projetos-home h2,
	.container-slide h2 {
		font-size: 60px;
	}

	.container-slide {
		height: 500px !important;
		margin: 0px 10px;
		position: relative;
	}

	.projetos-home a.vc_btn3 {
		font-size: 18px;
		padding: 10px 20px 7px;
		margin-left: 60px;
	}
	.projetos-home a.vc_btn3 {
		font-size: 18px;
		line-height: 18px;
		letter-spacing: 0.3px;
		text-transform: uppercase;
		color: black !important;
		font-family: "Helvetica";
		padding: 10px 20px 9px;
		font-weight: 500;
		background-color: transparent !important;
		border-radius: 50px;
		border: 1px solid black !important;
		background-image: none !important;
	}

	.slide-projetos {
		padding: 0px !important;
	}

	.projetos-home h2 {
		left: 80px;
	}

	.container-slide h2 {
		left: unset;
	}

	/* Footer */

	footer > div > div {
		width: 100%;
	}

	footer h4 {
		font-size: 30px;
		width: 75%;
	}

	footer h5 {
		font-size: 20px;
		width: 75%;
	}

	footer .redes-footer ul.menu {
		padding-left: 0;
	}

	footer .redes-footer ul.menu {
		padding-left: 0;
	}

	footer .redes-footer ul.menu li a {
		font-size: 16px;
	}

	footer input.wpcf7-email,
	header input.wpcf7-email {
		width: 100%;
		font-size: 25px;
	}

	/* Who we are */

	.vc_row.wpb_row.vc_row-fluid.who-we-are {
		flex-direction: column-reverse;
		padding: 0px 30px 0px;
	}

	.who-we-are .vc_empty_space {
		height: 100vh !important;
		position: absolute;
		width: 100vw;
		top: -45px;
		left: -30px;
	}

	.who-we-are .vc_col-sm-6:first-child > .vc_column-inner > .wpb_wrapper {
		margin-top: 100vh;
	}

	.who-we-are h1 {
		font-size: 35px !important;
		font-weight: 400;
		padding-top: 0px;
		padding-bottom: 30px;
	}

	.who-we-are p {
		width: 100%;
		font-size: 20px;
	}

	.aquela-faisca .wpb_text_column ul {
		flex-wrap: wrap;
	}

	.aquela-faisca h2 {
		font-size: 40px !important;
		line-height: 50px !important;
	}

	.aquela-faisca h3 {
		font-size: 23px !important;
		line-height: 20px !important;
	}

	.aquela-faisca .wpb_text_column li {
		font-size: 20px;
	}

	.imgs-sobre .vc_empty_space {
		height: 300px !important;
	}

	.content-service {
		min-height: 70vh;
	}

	.wrapper-servicos h3 {
		font-size: 35px;
		padding: 35px 0px;
	}

	div#the-team {
		flex-direction: column;
	}

	div#the-team > div {
		width: 100%;
	}

	div#the-team .lista-equipa {
		padding-top: 50px;
		padding-left: 15px;
	}

	#the-team h2 {
		bottom: 10px;
		left: 10px;
	}

	/* Case Studies & Projects */

	.projetos-lista .wpb_text_column > .wpb_wrapper > div:not(div:nth-child(2)) {
		padding-top: 0px;
	}

	.wrapper-projetos {
		padding: 125px 30px 40px;
	}

	.wrapper-projetos {
		grid-template-columns: 1fr 1fr;
	}

	.wrapper-projetos > div {
		min-height: 200px;
	}

	.wrapper-projetos > div:nth-child(15n + 1) {
		height: 600px;
	}

	.wrapper-projetos > div:nth-child(15n + 2) {
		height: 380px;
	}

	.wrapper-projetos > div:nth-child(15n + 3) {
		height: 250px;
	}

	.wrapper-projetos > div:nth-child(15n + 4) {
		margin-top: -220px;
		height: 500px;
	}

	.wrapper-projetos > div:nth-child(15n + 5) {
		height: 400px;
		margin-top: -30px;
	}

	.wrapper-projetos > div:nth-child(15n + 6) {
		height: 500px;
		margin-top: 0px;
	}

	.wrapper-projetos > div:nth-child(15n + 7) {
		height: 400px;
		margin-top: -130px;
	}

	.wrapper-projetos > div:nth-child(15n + 8) {
		height: 660px;
		margin-top: 0px;
	}

	.wrapper-projetos > div:nth-child(15n + 9) {
		height: 550px;
		margin-top: -390px;
	}

	.wrapper-projetos > div:nth-child(15n + 10) {
		height: 350px;
		margin-top: 0px;
	}

	.wrapper-projetos > div:nth-child(15n + 11) {
		height: 590px;
		margin-top: -190px;
	}

	.wrapper-projetos > div:nth-child(15n + 12) {
		height: 450px;
		margin-top: 0px;
	}

	.wrapper-projetos > div:nth-child(15n + 13) {
		height: 400px;
		margin-top: -50px;
	}

	.wrapper-projetos > div:nth-child(15n + 14) {
		height: 700px;
	}

	.wrapper-projetos > div:nth-child(15n + 15) {
		height: 325px;
		margin-top: -350px;
	}

	/* Projetos */

	.content-projeto {
		padding: 0px 30px 0px;
		flex-direction: column-reverse;
	}

	.content-projeto .dir {
		width: 100vw;
		height: 100vh;
		margin-left: -30px;
	}

	.content-projeto .autores h2 {
		font-size: 20px !important;
		line-height: 40px !important;
	}

	.content-projeto p {
		font-size: 20px;
		width: 100%;
	}

	.first-img .vc_empty_space {
		height: 50vh !important;
	}

	.resto-img .vc_empty_space {
		height: 50vh !important;
	}

	.double-img .vc_empty_space:first-child {
		height: calc(25vh - 15px) !important;
	}

	.double-img .vc_empty_space:last-child {
		height: calc(25vh - 15px) !important;
	}

	.galeria-slide {
		margin-bottom: 100px;
	}

	.grid-3img {
		padding: 0px 20px;
		margin-bottom: 100px;
	}

	.grid-3img > div > div {
		padding: 0px 10px !important;
	}

	.full-img {
		padding: 0px 50px;
		margin-bottom: 70px;
	}

	/* Contact & Get a quote */

	.container-contactos form {
		padding: 145px 15px 190px;
	}

	.container-contactos h1,
	.container-contactos h2 {
		font-size: 40px;
		width: 100%;
	}

	.inputs {
		width: 100%;
	}

	.inputs input,
	.inputs textarea {
		font-size: 30px;
		width: 100%;
	}

	.inputs textarea {
		height: 50px;
	}

	.checkboxs > div {
		font-size: 30px;
		white-space: normal;
		line-height: 35px;
		margin-bottom: 25px;
	}

	.checkboxs {
		flex-direction: column;
	}

	span.wpcf7-checkbox span.wpcf7-list-item {
		margin-left: 0px;
		margin-right: 5px;
	}

	span.wpcf7-checkbox span.wpcf7-list-item-label {
		font-size: 20px;
	}

	.container-contactos h2 {
		margin-left: 20px;
	}

	.container-contactos .links p a {
		font-size: 25px;
		line-height: 30px;
	}

	.container-contactos .links {
		margin-left: 20px;
		margin-top: 35px;
		width: 100%;
	}

	.newsletter-menu {
		bottom: 50px;
	}
}

@media only screen and (max-width: 1024px) and (min-width:601px){
	.filtros-projetos {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    display: grid;
    grid-template-columns: repeat(3,1fr) !important;
    gap: 10px;
    top: 100px;
}

.wrapper-projetos {
    padding: 280px 30px 40px !important;
}
}

@media only screen and (max-width: 991px) {
.filtros-projetos {
    grid-template-columns: repeat(2,1fr) !important;

}

.wrapper-projetos {
    padding: 165px 30px 40px !important;
}

	.home2.projetos-home h2 {
        margin-top: -85px !important;
        margin-left: -125px !important;
    }

/* 	.home2 .vc_custom_1724340057530 {
		margin-left: -105px !important;
	}
 */
	.home2.projetos-home .vc_empty_space {
		height: 40px !important;
	}

	#inicio-bardo {
		background-attachment: unset !important;
		min-height: 100dvh;
	}
}

@media only screen and (max-width: 800px) {
	header input.wpcf7-email {
		width: 70%;
	}

	.wrapper-projetos {
    padding: 150px 30px 40px !important;
}
}

@media only screen and (max-width: 600px) {
.menu-linguas-menu-container,.menu-linguas-menu-en-container{
	display: none;
}

.filtros-projetos {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    display: grid;
    grid-template-columns: repeat(2,1fr) !important;
    gap: 10px;
    top: 100px;
}

.filtro-projeto {
    font-size: 11px;
}

.wrapper-projetos {
    padding: 125px 30px 40px !important;
}


	.home2.projetos-home h2 {
		margin-top: 0px !important;
		margin-left: 0px !important;
		left: 15px;
		width: 300px;
		position: relative;
	}

	.home2.projetos-home .vc_btn3-container.vc_btn3-inline {
		position: relative;
		left: 15px;
		transform: translateX(0%);
		top: 15px;
		margin-left: 0px !important;
	}

	.projetos-home.home2 {
		z-index: 5;
		position: relative;
	}
	/* Header */

	.small-header {
		padding: 0px 30px 0px 15px;
	}

	ul.menu-principal {
		padding: 0px 15px;
	}

	header .newsletter-menu {
		left: 15px;
	}

	span.wpcf7-spinner {
		display: none;
	}

	header form.wpcf7-form.init {
		padding-right: 30px;
	}

	.wrapper-letras {
		width: 500px;
		height: 900px;
	}

	.letra img {
		width: 320px;
	}

	.letra-r img {
		width: 220px;
	}

	@keyframes animation-b {
		0% {
			bottom: -300px;
			left: -320px;
			transform: rotate(-50deg);
		}

		33% {
			bottom: 0px;
			left: 50px;
			transform: rotate(-20deg);
		}

		60% {
			bottom: -60px;
			left: -20px;
			transform: rotate(-15deg);
		}

		100% {
			bottom: -60px;
			left: -20px;
			transform: rotate(-15deg);
		}
	}

	@keyframes animation-a {
		0% {
			top: 200px;
			transform: rotate(5deg);
			left: 545px;
		}

		33% {
			top: 335px;
			transform: rotate(15deg);
			left: 336px;
		}

		66% {
			top: 300px;
			transform: rotate(0deg);
			left: 390px;
		}

		100% {
			top: 450px;
			transform: rotate(-35deg);
			left: 280px;
		}
	}

	.letra-r img {
		transform: rotate(345deg);
		bottom: 525px;
		right: 475px;
		left: unset;
	}

	@keyframes animation-r {
		0% {
			bottom: 525px;
			right: 475px;
			left: unset;
			transform: rotate(-15deg);
		}

		33% {
			bottom: 525px;
			right: 475px;
			left: unset;
			transform: rotate(-15deg);
		}

		66% {
			bottom: 470px;
			right: 265px;
			left: unset;
			transform: rotate(12deg);
		}

		100% {
			bottom: 280px;
			right: 95px;
			left: unset;
			transform: rotate(28deg);
		}
	}

	@keyframes animation-d {
		0% {
			top: -945px;
			right: 130px;
			transform: rotate(40deg);
		}

		33% {
			top: -945px;
			right: 130px;
			transform: rotate(40deg);
		}

		66% {
			top: -250px;
			right: 350px;
			transform: rotate(50deg);
		}

		100% {
			top: -15px;
			right: 286px;
			transform: rotate(8deg);
		}
	}

	@keyframes animation-o {
		0% {
			bottom: 500px;
			right: -400px;
			transform: rotate(260deg);
		}

		33% {
			bottom: 500px;
			right: -400px;
			transform: rotate(260deg);
		}

		66% {
			bottom: 500px;
			right: -400px;
			transform: rotate(260deg);
		}

		100% {
			bottom: 650px;
			right: -100px;
			transform: rotate(200deg);
		}
	}

	/* Animation Circle */

	.circle .text span {
		transform-origin: 0 140px;
		top: -11%;
	}

	.circle .text p {
		font-size: 18px;
	}

	.circle {
		width: 230px;
		height: 230px;
		transform: translateX(70%) translateY(20%);
	}

	.circle-inner {
		width: 280px;
		height: 280px;
		border: 26px solid #ffee54;
	}

	/* Homepage */

	.wrapper-servicos .tags {
		margin-left: 0;
	}

	.wrapper-servicos .tags ul {
		margin: 0px;
	}

	.wrapper-servicos .tags ul li {
		font-size: 13px;
		margin-bottom: 5px;
		margin-right: 5px;
		padding: 8px 14px;
	}

	.wrapper-servicos .tags ul {
		padding: 0px;
		display: flex;
		flex-wrap: wrap;
	}

	.project-home .info h3 {
		display: none;
	}

	.project-home {
		padding: 0px 15px 0px;
	}

	.project-home .vc_empty_space {
		height: 30vh !important;
	}

	.project-home .info h2 {
		line-height: 50px !important;
		font-size: 30px !important;
	}

	#inicio-bardo h1 {
		font-size: 65px;
		line-height: 70px;
		padding-left: 15px;
	}

	#inicio-bardo > div {
		position: absolute;
		left: 15px;
		bottom: 60px;
	}

	.servicos-lista .wrapper-servicos p {
		width: 100%;
		font-size: 15px;
		line-height: 20px;
	}

	.servicos-lista p {
		font-size: 20px;
		line-height: 27px;
		padding-top: 0px;
		width: 100%;
		padding-right: 30px;
		padding-left: 15px;
	}

	.servicos-home {
		padding: 15px 15px;
	}

	.servicos-home ul li {
		font-size: 16px;
		padding: 6px 15px;
	}

	.container-slide {
		height: 80vh !important;
		margin: 0px !important;
	}

	.projetos-home h2,
	.container-slide h2 {
		font-size: 65px;
		max-width: 100%;
	}

	.projetos-home h2 {
		left: 30px;
		width: 200px;
	}

	.container-slide h2 {
		left: unset;
		width: fit-content;
	}

	.servicos-lista {
		margin-bottom: 70px;
	}

	.projetos-home .vc_btn3-container.vc_btn3-inline {
		position: relative;
		left: 50%;
		transform: translateX(-50%);
	}

	.projetos-home a.vc_btn3 {
		margin: 0px;
		font-size: 18px;
		padding: 12px 15px 10px;
	}

	/* Footer */

	footer {
		padding: 115px 0px 50px;
	}

	footer h4 {
		font-size: 25px;
		width: 100%;
	}

	footer h5 {
		font-size: 18px;
		width: 100%;
	}

	footer > div > div {
		gap: 40px;
		justify-content: flex-start;
	}

	footer .redes-footer ul.menu li a {
		font-size: 14px;
	}

	footer .redes-footer ul.menu li {
		margin-bottom: 12px;
	}

	footer input.wpcf7-email,
	header input.wpcf7-email {
		font-size: 20px;
		margin-top: 25px;
	}

	.content-footer > div:last-child h4 {
		width: 80%;
	}

	/* Who we are */

	.who-we-are .vc_empty_space {
		top: 0px;
	}

	.who-we-are .vc_col-sm-6:first-child > .vc_column-inner > .wpb_wrapper {
		margin-top: calc(100vh + 30px);
	}

	.who-we-are .vc_col-sm-6:first-child > .vc_column-inner > .wpb_wrapper {
		margin-top: calc(100vh + 30px);
		margin-left: -15px;
	}

	.aquela-faisca h3 {
		font-size: 18px !important;
		line-height: 23px !important;
	}

	.aquela-faisca .wpb_text_column ul {
		flex-wrap: wrap;
	}

	.vc_row.wpb_row.vc_row-fluid.who-we-are {
		padding: 0px 30px 0px;
	}

	.aquela-faisca .vc_column-inner > .wpb_wrapper {
		padding: 25px 15px 40px 15px;
	}

	.imgs-sobre {
		padding: 0px 15px 80px;
	}

	.imgs-sobre .vc_empty_space {
		height: 300px !important;
		margin-bottom: 15px;
	}

	.wrapper-servicos {
		padding: 0px 15px 40px;
	}

	#the-team figure > .vc_single_image-wrapper {
		height: 60vh;
		width: 100%;
	}

	/* Serviços */

	.content-service {
		padding: 120px 15px 130px;
	}

	.content-service p {
		font-size: 20px;
		width: 100%;
	}

	/* Case studios & Projects */

	.wrapper-projetos > div {
		min-height: 150px;
	}

	.wrapper-projetos {
		padding: 110px 15px 0px;
		grid-gap: 8px;
	}

	.wrapper-projetos > div:nth-child(15n + 1) {
		height: 350px;
	}

	.wrapper-projetos > div:nth-child(15n + 2) {
		height: 250px;
	}

	.wrapper-projetos > div:nth-child(15n + 4) {
		margin-top: -100px;
		height: 380px;
	}

	.wrapper-projetos > div:nth-child(15n + 3) {
		height: 150px;
	}

	.wrapper-projetos > div:nth-child(15n + 5) {
		height: 260px;
		margin-top: -130px;
	}

	.wrapper-projetos > div:nth-child(15n + 6) {
		height: 300px;
		margin-top: 0px;
	}

	.wrapper-projetos > div:nth-child(15n + 7) {
		height: 320px;
		margin-top: -170px;
	}

	.wrapper-projetos > div:nth-child(15n + 8) {
		height: 430px;
		margin-top: 0px;
	}

	.wrapper-projetos > div:nth-child(15n + 9) {
		height: 430px;
		margin-top: -280px;
	}

	.wrapper-projetos > div:nth-child(15n + 10) {
		height: 240px;
		margin-top: 0px;
	}

	.wrapper-projetos > div:nth-child(15n + 11) {
		height: 290px;
		margin-top: -90px;
	}

	.wrapper-projetos > div:nth-child(15n + 13) {
		height: 400px;
		margin-top: -250px;
	}

	.wrapper-projetos > div:nth-child(15n + 14) {
		height: 500px;
	}

	.wrapper-projetos > div:nth-child(15n + 15) {
		height: 342px;
		margin-top: -350px;
	}

	.wrapper-projetos .content h3 {
		font-size: 14px;
	}

	.wrapper-projetos .content h2 {
		font-size: 18px;
	}

	/* Projetos */

	.wrapper-projetos .content {
		padding: 30px 15px;
	}

	.content-projeto {
		padding: 0px 30px 0px;
		flex-direction: column-reverse;
	}

	.content-projeto .esq {
		width: 100%;
		margin-left: -15px;
	}

	.content-projeto .autores {
		padding-bottom: 30px;
	}

	.first-img {
		padding: 15px 20px;
	}

	.resto-img.vc_row {
		padding: 0px 20px 15px;
	}

	.first-img .vc_empty_space {
		height: 35vh !important;
	}

	.first-img .vc_column_container > .vc_column-inner {
		padding-left: 7.5px;
		padding-right: 7.5px;
	}

	.resto-img .vc_empty_space {
		height: 25vh !important;
	}

	.resto-img .vc_col-sm-6 {
		width: 50%;
	}

	.double-img .vc_empty_space:first-child {
		height: calc(13.25vh - 15px) !important;
		margin-bottom: 15px;
	}

	.double-img .vc_empty_space:last-child {
		height: calc(13.25vh - 15px) !important;
	}

	.resto-img .vc_column_container > .vc_column-inner {
		padding-left: 7.5px;
		padding-right: 7.5px;
	}

	.galeria-slide {
		width: 85vw;
	}

	.full-img {
		padding: 0px 15px;
		margin-bottom: 70px;
	}

	.slide-img {
		height: 380px !important;
	}

	.grid-3img {
		padding: 0px 20px;
	}

	.grid-3img .wpb_single_image {
		margin-bottom: 15px;
	}

	/* propriedades do video */
	#video-container {
		padding-left: 30px;
		padding-right: 30px;
		padding-bottom: 20px;
	}

	.navigation a {
		font-size: 15px;
		padding-bottom: 0px;
		gap: 10px;
	}

	.navigation a.prev::before,
	.navigation a.next::after {
		width: 40px;
	}

	/* Contact & Get a quote */

	.colunas-links {
		display: flex;
		flex-direction: column;
	}

	.container-contactos input.wpcf7-form-control.wpcf7-submit {
		right: 25px;
		width: 105px;
		height: 105px;
		font-size: 17px;
	}

	span.wpcf7-checkbox label {
		padding: 6px 13px 4px;
	}

	.container-contactos > .vc_column_container > .vc_column-inner {
		padding-left: 0px;
		padding-right: 0px;
	}

	.container-contactos .links {
		margin-left: 15px;
		margin-top: 50px;
		padding-bottom: 60px;
	}

	.container-contactos h2 {
		margin-left: 15px;
	}
}

@media only screen and (max-width:457px){
	.filtros-projetos {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    display: grid;
	width: 85%;
    grid-template-columns: repeat(2,1fr) !important;
    gap: 10px;
    top: 100px;
}

.wrapper-projetos {
    padding: 145px 30px 40px !important;
}
}

@media only screen and (max-width:430px){
.home2.projetos-home h2 {
    margin-top: -60px !important;
    margin-left: 0px !important;
}

.projetos-home.home2 {
    padding-left: 0px;
}
}

