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

Text Domain:        wuda
*/

/* Fonts */

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

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

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

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

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

/* Estrutura */
* {
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

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

img {
	max-width: 100%;
}

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

h1 {
	font-family: 'Whyte';
	font-weight: 400;
	font-size: 40px;
	line-height: 40px;
	
}

h2 {
	font-family: 'Whyte';
	font-weight: 300;
	font-size: 29px;
	line-height: 42px;
	
}

h3 {
	font-family: 'FlechaS' !important;
	font-weight: 400;
	font-size: 27px;
	line-height: 32px;
	font-family: serif;
	
}

h4 {
	font-family: 'Whyte';
	font-weight: 400;
	font-size: 27px;
	line-height: 32px;
	
}

/*h5 {
	font-family: "XXX";
	font-weight: 300;
	font-size: 0px;
}*/

h6 {
	font-family: 'Whyte';
	font-weight: 400;
	font-size: 12px;
	line-height: 13px;
	
}

p{
	font-size: 16px;
	line-height: 23px;
	font-weight: 400;
	font-family: "Whyte";
	
}

a,
label,
input,
select,
textarea,
option {
	

}

:root {
	--black: #000000;
	--white: #ffffff;
	--light-grey: #F3F3F3;
}

.vc_column-inner{
	padding-top: 0px !important;
}

ul{
	padding: 0px;
	
}

a:focus{
	outline: 0px;
}

.wpb_single_image,
.wpb_text_column{
	margin-bottom: 0px !important;
}

.container-fullscreen{
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 5;
    background-color: rgba(255, 255, 255, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
}

.container-fullscreen .container-img{
	width: fit-content;
	height: fit-content;
}

.container-fullscreen img {
    width: auto;
    max-height: 100dvh;
    height: auto;
}

.cruz-fullscreen{
	width: 30px;
	height: 30px;
	position: absolute;
	top: 40px;
	right: 40px;
	cursor:pointer;
}

.cruz-fullscreen::after,
.cruz-fullscreen::before{
	content: '';
	width: 100%;
	height: 2px;
	background-color: black;
	border-radius: 10px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%) rotate(45deg);
	display: block;
}

.cruz-fullscreen::before{
	transform: translateY(-50%) translateX(-50%) rotate(-45deg);
}



/* Header */

.wrapper-header {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    padding: 40px;
    display: flex;
    justify-content: space-between;
}

.wrapper-header > li{
	z-index: 4;
}

.wrapper-header > .menu{
	z-index: 4;
}

header li,
footer li{
	list-style: none;
}

.bola-menu {
    width: 26px;
    height: 26px;
    background-color: var(--white);
    border-radius: 100%;
    position: absolute;
    top: 40px;
    right: 40px;
    opacity: 1;
    transform: scale(1.0);
    transition: 1s;
    cursor: pointer;
}

.bola-menu-fora{
	width: 26px;
    height: 26px;
    border: 1px solid var(--white);
    border-radius: 100%;
    cursor: pointer;
}

header.open-menu .bola-menu{
	transform: scale(160);
	opacity: 0;
	transition: 1s;
	pointer-events: none;
}

.wrapper-menu {
    position: fixed;
    z-index: 3;
    display: none;
    width: 100vw;
    height: 100vh;
    top: 0px;
    left: 0px;
}

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

.menus{
    position: absolute;
    top: 0px;
    right: 0px;
    width: fit-content;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.menus .main-menu{
	margin-right: 160px;
	margin-bottom: 90px;
}

.menus .main-menu li a{
	color: var(--white);
	font-size: 48px;
	font-weight: 300;
	line-height: 56px;
	text-transform: uppercase;
	position: relative;
}

.menus .main-menu li {
	margin-bottom: 20px;
	width: 500px;
	letter-spacing: 0.5px;
}

.menus .main-menu li a span{
	font-family: 'FlechaS';
}

.menus .main-menu li.soon a{
	pointer-events: none;
	color: #FFFFFF66
}

.menus .main-menu li.soon a::after{
	content: 'COMING SOON';
	font-size: 9px;
	line-height: 6px;
	font-weight: 400;
	position: absolute;
	top: 50%;
	right: -40px;
	transform: translateX(100%) translateY(-50%);
	color: var(--white);
}

.menus .main-menu li:hover a{
	font-weight: 400;
}

.menus .main-menu li:hover a::before{
	content: '';
	width: 50px;
	height: 20px;
	background-image: url('/wp-content/uploads/2024/08/Line-9.svg');
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	display: inline-block;
	position: absolute;
	left: -50px;
	top: 50%;
	transform: translateY(-50%) translateX(-100%);
}

.menus .menu-contactos{
	padding-top: 40px;
}

.menus .menu-contactos li a{
	color: var(--white);
	font-weight: 400;
	font-size: 12px;
	line-height: 16px;
	text-transform: uppercase;
	font-family: 'Whyte';
}

.menus .menu-contactos li a:hover{
	text-decoration: underline;
}

header.muda-header .wrapper-header a img{
	filter: invert(1);
}

header.muda-header.open-menu .wrapper-header a img{
	filter: invert(0);
}

header.open-menu .wrapper-header {
    z-index: 4;
    position: fixed;
}

header.muda-header .bola-menu{
	background-color: var(--black);
}

header.inverte-logo .wrapper-header a img{
	filter: invert(0);
}

header .wrapper-menu > li{
	height: 100%;
}

.word {
    position: absolute;
    z-index: 1;
}

.word h3,
.word h4{
	font-size: 15px;
	line-height: 19px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

.word.word1 {
	left: 40px;
	top: 210px;
}

.word.word2 {
	left: 165px;
	top: 260px;
}

.word.word3 {
	right: 420px;
	top: 40px;
}

.word.word4 {
	right: 290px;
	top: 130px;
}

/* Homepage */

.banner-inicio,
.banner-inicio > div{
	height: 100vh;
	max-height: 840px;
	width: 100%;
}

.discover-more button.vc_general.vc_btn3{
	background-color: transparent !important;
	background-image: none;
	border: 0px;
	font-size: 12px;
	font-weight: 400;
	line-height: 13px;
	color: var(--white) !important;
	width: 90px;
    text-align: left;
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 0px;
    position: absolute;
    bottom: 45px;
    top: unset;
    left: 170px;
    text-transform: uppercase;
    font-family: 'Whyte';
}

.home .discover-more button.vc_general.vc_btn3{
	left: 290px;
}

.discover-more button.vc_general.vc_btn3::before{
	content: '';
	background-image: url('/wp-content/uploads/2024/08/Group-2.svg');
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	width: 10px;
	height: 23px;
	display: block;
}

.custom-container,
.wrap-container{
	width: 100%;
	max-width: 1380px;
	margin: 0 auto !important;
    left: 0px !important;
    padding: 0px 40px;
}

.home-bloco2{
	height: 100vh;
	max-height: 700px;
	display: flex;
	align-items: center;
	position: relative;
}

.home-bloco2 h2{
	text-indent: 250px;
}

.home-bloco2 .wpb_text_column .wpb_wrapper{
	position: relative;
}

.home-bloco2 h6{
	position: absolute;
	left: 0px;
	top: 14px;
	text-transform: uppercase;
}

.main-btn .vc_general.vc_btn3{
	background-color: transparent !important;
	background-image: none;
	border: 1px solid var(--black) !important;
	font-size: 12px;
	font-weight: 400;
	line-height: 10px;
	color: var(--black) !important;
    text-align: left;
    padding: 10px 40px;
    text-transform: uppercase;
    border-radius: 30px;
	font-family: 'Whyte';
}

.home-bloco2 .vc_btn3-container.main-btn{
	position: absolute;
    top: 63%;
    left: 40px;
}

.main-btn .vc_general.vc_btn3:hover{
	background-color: var(--black) !important;
	color: var(--white) !important;
}

.home-bloco2 > .vc_col-sm-12{
	position: unset;
}

.home-bloco4 h4{
	font-family: 'FlechaS';
}
.home-bloco4 h3{
	font-family: 'Whyte' !important;
}

.home-bloco2 img{
	position: absolute;
	bottom: 40px;
	right: 40px;
}

.home-bloco2 .wpb_text_column{
	margin-bottom: 0px !important;
}

.home-bloco3 {
    min-height: unset !important;
    padding: 100px 40px;
}

.home-bloco3 .wpb_single_image {
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-end;
    margin: 0px !important;
}

.home-bloco3 .vc_btn3-container.main-btn{
    position: relative;
	bottom: 0px;
    transform: none;
    margin-top: 80px;
}

.vc_col-sm-6 .wpb_single_image.img-square figure{
	width: 100%;
	height: calc(1300px / 2) ;
}

.vc_col-sm-3 .wpb_single_image.img-square figure{
	width: 100%;
	height: calc(1300px / 4) ;
}

.wpb_single_image.img-square figure > div{
	width: 100%;
	height: 100%;
}

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

.home-bloco3 .wpb_text_column{
	padding-left: 135px;
	margin-bottom: 0px !important;
	margin-top: 50px;
}

.home-bloco4 .vc_btn3-container.main-btn {
    position: relative;
    bottom: 0;
    transform: none;
}

.home-bloco3 > .wrap-container{
	display: flex;
	align-items: center;
}

.home-bloco3 p{
	width: 280px;
	margin-top: 60px;
	font-weight: 300;
}

.home-bloco3 h2,
.home-bloco3 h3,
.home-bloco3 h4{
	text-transform: uppercase;
}

.main-btn.soon-btn{
	opacity: 0.4;
	pointer-events: none;
}

.home-bloco3 .soon-btn{
	margin-left: 135px;
}

h2.wpb_heading.wpb_singleimage_heading{
	font-weight: 400;
	font-size: 14px;
	text-transform: uppercase;
	line-height: 18px;
	margin-top: 18px;
	color: var(--black);
}

.fullscreen button.vc_general.vc_btn3{
	background-color: transparent !important;
	background-image: none;
	border: 0px;
	font-weight: 400;
	font-size: 12px;
	text-transform: uppercase;
	line-height: 13px;
	color: var(--black) !important;
    text-align: left;
    padding: 0px;
    transform: translateY(-150%);
    font-family: 'Whyte';
}

.home-bloco4{
	align-items: center !important;
}

.home-bloco4 > .vc_col-sm-6 > div{
	padding: 0px !important;
}

.home-bloco4 .main-btn{
	margin-left: 135px;
}

.home-bloco5 h2,
.home-bloco5 h6{
	color: var(--white);
}

.home-bloco6{
	padding-top: 100px;
	padding-bottom: 120px;
}

.home-bloco6 h2{
	font-size: 25px;
	text-transform: uppercase;
	line-height: 50px;
}

.home-bloco6 > div > div > div > h3.vc_custom_heading{
	margin-top: 0px;
}

.home-bloco6 h3.vc_custom_heading{
	font-size: 64px;
	text-transform: uppercase;
	margin-top: 0px;
	line-height: 50px;
}

.home-bloco6 p{
	max-width: 480px;
	width: 100%;
	padding-left: 0px;
	margin-top: 75px;
	margin-bottom: 25px !important;
	font-weight: 300;
    font-size: 14px;
    line-height: 23px;
}

.home-bloco6 .wpb_text_column{
	margin-bottom: 30px;
}

.home-bloco6 .wpb_single_image{
	display: flex;
	flex-direction: column-reverse;
	margin-bottom: 0px;
}

.home-bloco6 h3.vc_custom_heading.title-cat{
	font-size: 14px;
	line-height: 18px;
	font-weight: 400;
	text-transform: uppercase;
}

.home-bloco6 .main-btn{
	margin: 0 auto;
	margin-top: 100px;
	display: block !important;
    width: fit-content;
}

.home-bloco6 .main-btn .vc_general.vc_btn3{
	padding: 10px 15px;
}

.home-bloco6 .vc_col-sm-3{
	padding-right: 20px;
}

/* Footer */

footer{
	background-color: var(--light-grey);
	padding: 22px 40px;
}

.wrapper-footer {
    display: flex;
    justify-content: space-between;
}

.wrapper-footer > li{
	width: 25%;
}

.wrapper-footer .textwidget{
	display: flex;
	gap: 40px;
}

.wrapper-footer .textwidget h3,
.wrapper-footer .textwidget h4{
	font-size: 14px;
	line-height: 19px;
	font-weight: 400;
	text-transform: uppercase;
}

.wrapper-footer > li:nth-child(2){
	display: flex;
	justify-content: flex-end;
	padding-right: 120px;
}


.menu-redes-container li a{
	font-size: 11px;
	line-height: 23px;
	letter-spacing: 1px;
	font-weight: 400;
	text-transform: uppercase;
	text-decoration: underline;
	text-underline-offset: 3px;
	font-family: 'Whyte';
}

.menu-redes-container ul {
    display: flex;
    justify-content: flex-end;
    gap: 65px;
}

.wrapper-footer .menu-contactos-container ul li{
	margin-bottom: 15px;
}

.wrapper-footer .menu-contactos-container ul li a{
	font-size: 11px;
	line-height: 17px;
	font-weight: 400;
	display: flex;
	text-transform: uppercase;
	flex-direction: column;
	font-family: 'Whyte';
}

.wrapper-footer .mail a::before{
	content: 'MAIL';
}

.wrapper-footer .phone a::before{
	content: 'PHONE';
}

.wrapper-footer h6{
	font-size: 11px;
	text-transform: uppercase;
	font-weight: 400;
	line-height: 17px;
}

.creditos-footer{
	display: flex;
	justify-content: space-between;
}

.creditos-footer p{
	letter-spacing: 1px;
	font-size: 9px;
	line-height: 10px;
	font-weight: 400;
	text-transform: uppercase;
}

/* About */

.sobre-bloco1{
	max-height: 500px;
	margin-top: 400px !important;
}

.full-img {
    height: 720px;
    width: 100%;
}

.full-img figure,
.full-img figure > div{
	width: 100%;
	height: 100%;
}

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

.sobre-bloco2 .vc_col-sm-6:nth-of-type(1){
	max-width: 600px;
}

.sobre-bloco2 {
	padding: 70px 0px;
}

.sobre-bloco2 .wrap-container{
	display: flex;
	align-items: flex-end;
	gap: 70px;
}

.sobre-bloco2 .vc_col-sm-6{
	position: unset;
}

.sobre-bloco2 .wrap-container .vc_col-sm-6:last-child img{
	position: absolute;
	top: 70px;
	right: 40px;
}

.sobre-bloco2 h4,
.sobre-bloco2 h3{
	font-size: 33px;
	line-height: 39px;
	text-transform: uppercase;
}

.sobre-bloco2 h3{
	margin-bottom: 55px;
}

.sobre-bloco2 p{
	max-width: 260px;
	width: 100%;
}

.sobre-bloco2 .wpb_text_column:nth-of-type(1){
	margin-bottom: 110px !important;
}

.sobre-bloco2 .wpb_text_column:nth-of-type(2){
	margin-left: 260px;
}

.sobre-bloco2 .wpb_text_column:nth-of-type(2) p{
	font-weight: 300;
}

.sobre-bloco3{
	padding-top: 120px;
	padding-bottom: 120px;
	padding-right: 60px;
}

.sobre-bloco3 .wpb_text_column h4,
.sobre-bloco3 .wpb_text_column h3{
	width: 800px;
	font-size: 63px;
	line-height: 68px;
	text-transform: uppercase;
}

.sobre-bloco3 .wpb_text_column h3{
	margin-bottom: 160px;
	font-weight: 300;
}

.sobre-bloco3 .vc_col-sm-4{
	width: 290px;
}

.sobre-bloco3 .vc_col-sm-4:nth-of-type(1){
	width: calc(100% - 660px);
}

.sobre-bloco3 .vc_col-sm-4:nth-of-type(2){
	margin-right: 80px;
}

.sobre-bloco3 h3.vc_custom_heading{
	font-size: 33px;
	line-height: 39px;
}

.sobre-bloco3 p{
	font-weight: 300;
}

.sobre-bloco4{
	padding-top: 100px;
	padding-bottom: 100px;
}

.sobre-bloco4 > .wrap-container > .vc_col-sm-6:last-child{
	padding-left: 20px;
}

.sobre-bloco4 .vc_inner .vc_col-sm-6:last-child{
	width: 230px;
	height: 390px;
}

.sobre-bloco4 .vc_inner .vc_col-sm-6:last-child .wpb_single_image{
	height: 100%;
}

.sobre-bloco4 .vc_inner{
	justify-content: flex-end;
	margin-bottom: 150px;
}

.sobre-bloco4 p{
	text-indent: 140px;
	font-size: 19px;
	line-height: 27px;
	font-weight: 300;
}

.sobre-bloco5{
	padding-top: 100px;
	padding-bottom: 100px;
}

.sobre-bloco5 .vc_col-sm-6:first-child{
	padding-top: 50px;
	padding-right: 70px;
}

.sobre-bloco5 .vc_col-sm-6 > .vc_column-inner > div{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.sobre-bloco5 h3,
.sobre-bloco5 h4{
	font-size: 33px;
	text-transform: uppercase;
	line-height: 39px;
}

.sobre-bloco5 .wpb_text_column:nth-of-type(1) p{
	margin-top: 25px;
	margin-bottom: 100px !important;
	width: 230px;
}

.sobre-bloco5 .wpb_text_column:nth-of-type(2) p{
	width: 100%;
	max-width: 310px;
	margin-left: auto;
	font-weight: 300;
}

.sobre-bloco6 .wpb_text_column{
	padding-left: 0px;
}

.sobre-bloco6 p {
    width: 270px;
    margin-top: 45px;
}

.sobre-bloco6 h3,
.sobre-bloco6 h4{
	text-transform: uppercase;
	font-size: 33px;
	line-height: 39px;
}

/* Contactos */

.contactos-bloco1,
.contactos-bloco1 > div{
	height: 100vh;
}

.contactos-bloco1 h1{
	color: var(--white);
	position: absolute;
	top: 50%;
	left: 40px;
	transform: translateY(-50%);
}

.contactos-bloco1 h1 span{
	font-family: 'FlechaS';
}

.contactos-bloco1 .menu-redes-container ul{
	justify-content: flex-start;
	position: absolute;
	bottom: 32px;
	left: 40px;
	padding: 0px;
	margin-bottom: 0px;
}

.contactos-bloco1 .menu-redes-container ul li {
	list-style: none;
}

.contactos-bloco1 .menu-redes-container ul li a{
	color: var(--white);
	font-weight: 300;
	font-size: 12px;
}

.contactos-bloco1 .text-contactos p{
	position: absolute;
	top: 50%;
	left: 65px;
	transform: translateY(-50%);
	width: 365px;
	font-size: 22px;
	line-height: 32px;
	font-weight: 300;
}

.contactos-bloco1 .vc_inner .vc_col-sm-6{
	position: unset;
}

.contactos-bloco1 .morada-contactos p{
	position: absolute;
	bottom: 40px;
	left: 65px;
	font-weight: 300;
	font-size: 14px;
	line-height: 19px;
}

.contactos-bloco1 .menu-contactos-container ul{
	padding: 0px;
	width: fit-content;
	position: absolute;
	display: flex;
	flex-direction: column-reverse;
	bottom: 40px;
	right: 40px;
}

.contactos-bloco1 .menu-contactos-container ul li{
	list-style: none;
}

.contactos-bloco1 .menu-contactos-container ul li a{
	text-transform: uppercase;
	font-size: 16px;
	line-height: 14px;
	font-family: 'Whyte';
}

/* Projects */

.projects-bloco1 h1{
	font-size: 29px;
	line-height: 41px;
	font-weight: 300;
	color: var(--white);
    text-indent: 150px;
    width: 730px;
    position: absolute;
    bottom: 100px;
    right: 35px;
}

.projects-list{
	padding: 110px 40px 100px 40px;
	display: flex;
	gap: 55px;
}

.projects-list li{
	list-style: none;
	display: flex;
	gap: 10px;
}

.projects-list li a{	
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 400;
	line-height: 13px;
	font-family: 'Whyte';
}

.projects-list li:first-child{
	width: calc(50% - 55px);
}

.projects-list li.ativo a{
	text-decoration: underline;
}

.projects-list li.ativo {
	text-decoration: none;
}

.projects-list li span{
	font-size: 7.5px;
	line-height: 7.5px;
	font-weight: 400;
}

.container-project:nth-child(2n){
	background-color: var(--light-grey);
}

.container-project:first-child .wrapper-project{
	padding-top: 0px;
}

.wrapper-project {
	width: 100%;
	max-width: 1380px;
	margin: 0 auto;
	padding: 160px 40px;
	display: flex;
}

.wrapper-project .esq{
	display: flex;
	width: 50%;
	flex-direction: column;
    justify-content: flex-start;
}

.wrapper-project .esq .wrapper-imgs{
	display: flex;
	justify-content: flex-start;
	width: 100%;
	gap: 20px;
	height: fit-content;
}

.container-project.template4 .wrapper-project .esq .wrapper-imgs{
	padding-right: 20px;
}

.wrapper-project .esq a:last-child .container-img{
	margin-right: 20px;
}

.wrapper-project .esq .container-img{	
	width: 230px;
	height: 230px;
	position: relative;
}

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

.wrapper-project .esq .container-img h6{
	width: 90px;
	text-transform: uppercase;
	margin-top: 15px;
	line-height: 15px;
}

.wrapper-project .dir{
	width: 50%;
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}

.wrapper-project .dir .container-img{
	width: 160px;
	height: 160px;
	position: relative;
}

.wrapper-project .dir .container-img:first-child{
	width: 100%;
	height: auto;
}
.wrapper-project .dir .container-img:first-child img{
	width: 100%;
	height: auto !important;
	min-height: 600px;
}

.wrapper-project .dir .container-img:last-child{
	cursor: pointer;
}

.wrapper-project .container-img .overlay{
	background-color: rgba(255,255,255,0.7);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	display: flex;
	flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.wrapper-project .container-img .overlay::before{
	content: '';
	background-image: url('/wp-content/uploads/2024/08/Line-2.svg');
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	width: 15px;
	height: 10px;
	display: block;
}

.wrapper-project .container-img .overlay::after{
	content: 'VIEW ALL';
	font-size: 10px;
	line-height: 13px;
	font-weight: 400;
    font-family: 'Whyte';
	color: var(--black);
}

.wrapper-project .esq .content{
	display: flex;
	height: 100%;
	justify-content: end;
	align-items: flex-start;
	flex-direction: column;
	margin-bottom: 10px;
}
.mais-que-uma .wrapper-project .esq .content{
	margin-bottom: 210px;
}
.wrapper-project .content h2{
	text-transform: uppercase;
	font-size: 33px;
	line-height: 40px;
	margin-bottom: 15px;
	font-weight: 400;
}

.wrapper-project .content h2 span{
	font-family: 'FlechaS';
}

.wrapper-project .content p{
	width: 420px;
	margin-bottom: 15px;
	font-weight: 300;
	font-size: 14px;
	line-height: 23px;
}
a.link-project {
    margin-top: 35px;
}
.wrapper-project .content a.link-project{
	text-transform: uppercase;
	text-decoration: underline;
	display: flex;
	gap: 10px;
	align-items: center;
	font-family: 'Whyte';
	font-size: 12px;
	line-height: 13px;
}

.wrapper-project .content a.link-project::before{
	content: '';
	background-image: url('/wp-content/uploads/2024/08/Group-5.svg');
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	width: 15px;
	height: 10px;
	display: block;
}

.container-project .dir > a:first-child{
	width: 100%;
}

.container-project.template3 .esq .wrapper-imgs > a{
	width: 100%;
}

.template2 .wrapper-project .esq .container-img{
	max-width: 470px;
	width: 100%;
	height: 360px;
}

.template2 .wrapper-project .dir,
.template3 .wrapper-project .dir,
.template4 .wrapper-project .dir {
    width: 45%;
}

.template2 .wrapper-project .esq,
.template3 .wrapper-project .esq,
.template4 .wrapper-project .esq {
	width: 55%;
}

.template2 .wrapper-project,
.template4 .wrapper-project  {
    justify-content: flex-end;
}

.template3 .wrapper-project .esq .container-img{
	max-width: 600px;
	width: 100%;
	height: 290px;
}

.template3 .wrapper-project {
    justify-content: space-between;
}

.template3 .wrapper-project .esq .wrapper-imgs {
    justify-content: flex-start;
}

.template4 .wrapper-project .esq .container-img{
	max-width: 600px;
	width: 100%;
	height: 400px;
}

.split .wrapper-project h2{
	display: flex;
	flex-direction: column;
}

.serif-font .wrapper-project h2{
    font-family: 'FlechaS';
}

.serif-font .wrapper-project h2 span{
    font-family: 'Whyte';
}

.wrapper-project .fullscreen {
    position: absolute;
    bottom: 20px;
    left: 20px;
    background-color: white;
    padding: 0px 3px;
}

.wrapper-project .fullscreen button{
	transform: none !important;
	font-size: 10px !important;
	line-height: 10px !important;
}

.projects-bloco1 {
    background-image: url('/wp-content/uploads/2024/08/1-201-1.png');
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.back-top.page-projects{
	padding-bottom: 140px;
}

/* Project Single */

.single-project .banner-inicio{
	position: relative;
	background-size: cover;
	background-position: center;
}

.single-project .banner-inicio h1{
	display: flex;
	flex-direction: column;
	color: var(--white);
	text-transform: uppercase;
	position: absolute;
	left: 40px;
	bottom: 170px;
}

.single-project .banner-inicio h1 span{
	font-family: 'FlechaS';
}

.single-project .overview{
	font-size: 12px;
	line-height: 18px;
	font-weight: 400;
	display: flex;
	gap: 10px;
	align-items: center;
	padding: 110px 0px 100px;
	position: relative;
	left: 50%;
	font-family: 'Whyte';
}

.single-project .overview::before{
	content: '';
	background-image: url('/wp-content/uploads/2024/08/Line-2.svg');
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	width: 23px;
	height: 10px;
	display: block;
	transform: rotate(180deg);
}

.project-bloco1 .full-img{
	height: 745px;
	max-width: 100%;
}

.project-bloco1 > div{
	width: 50% !important;
}

.project-bloco1 ul.wpb_image_grid_ul{
	display: flex;
	justify-content: flex-end;
	gap: 20px;
	margin-right: 20px;

}

.project-bloco1 ul.wpb_image_grid_ul li {
	width: 230px;
	height: 230px;
	position: relative !important;
	left: 0px !important;
}

.project-bloco1 ul.wpb_image_grid_ul li img{
	width: 100%;
	height: 100% !important;
	object-fit: cover;
	object-position: center;
}

.project-bloco1 h6{
	text-transform: uppercase;
	margin-bottom: 10px;
}

.project-bloco1 .wpb_text_column h4,
.project-bloco1 .wpb_text_column h3{
	text-transform: uppercase;
}

.project-bloco1 .wpb_text_column h3{
	line-height: 35px
}

.project-bloco1 .wpb_gallery{
	margin-bottom: 0px !important;
}

.project-bloco1 .wpb_text_column ul li{
	width: 230px;
	height: 230px;
}

.legenda-imgs ul{
	display: flex;
	justify-content: flex-end;
	width: 100%;
	margin-top: 20px;
}

.legenda-imgs ul li{
	width: 230px;
	margin-right: 20px;
	list-style: none;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 15px;
	font-family: 'Whyte';
	font-weight: 400;
}

.project-bloco1 .wpb_text_column > .wpb_wrapper{
	display: flex;
	flex-wrap: wrap;
	column-gap: 10px;
}

.project-bloco1 .wpb_text_column p{
	width: 100%;
	margin-top: 20px;
	font-size: 14px;
	line-height: 23px;
	font-weight: 300;
	width: 100%;
	max-width: 480px;
	padding-right: 40px;
}

.project-bloco1 .main-btn{
	margin-top: 45px;
}

.project-bloco1 > .vc_col-sm-6:first-child > div > div{
	display: flex;
	flex-direction: column;
	height: 100%;
}

.project-bloco1 > .vc_col-sm-6:first-child > div > div .vc_inner{
	height: 100%;
	display: flex;
	align-items: center;
}

.project-bloco2{
	padding: 100px 40px;
}

.project-bloco3{
	margin-bottom: 100px !important;
}

.project-bloco3 {
	height: fit-content;
}

.home-bloco2.project-bloco3 img {
    position: relative;
    bottom: unset;
    right: unset;
}

.project-bloco3 .vc_col-sm-6:last-child{
	padding-left: 30px;
}

.project-bloco3 p{
	font-size: 19px;
	line-height: 27px;
	text-indent: 120px;
}

.home-bloco2.project-bloco3 h6{
	font-size: 11px;
	top: 8px;
}

.project-bloco4 p{
	margin-top: 30px;
	text-indent: 0px;
	width: 100%;
	padding-right: 40px;
	max-width: 480px;
	font-size: 14px;
	line-height: 23px;
}

.project-bloco4 h4,
.project-bloco4 h3{
	font-size: 33px;
	line-height: 40px;
}

.back-top {
    width: fit-content;
    margin: 0 auto;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 13px;
    font-weight: 400;
    margin-bottom: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    cursor: pointer;
    font-family: 'Whyte';
}

.back-top.projects-par {
    margin-top: 140px;
}

.back-top::before{
	content: '';
	background-image: url('/wp-content/uploads/2024/08/Line-9.svg');
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	filter: invert(1);
	transform: rotate(-90deg);
	width: 23px;
	height: 10px;
	display: block;
}

.related-projects {
	padding: 80px 0px 80px 40px;
	background-color: var(--light-grey);
	position: relative;
}

.related-projects > .title h4{
	font-size: 23px;
	line-height: 39px;
	font-weight: 300;
	text-transform: uppercase;
}

.related-projects > .title h3{
	font-size: 33px;
	line-height: 39px;
	font-weight: 400;
	text-transform: uppercase;
}

.related-projects .slide-projects{
	margin-top: 50px;
	width: calc(100% - 165px);
}

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

.cx-cinza{
	background-color: var(--light-grey);
	width: 40px;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
}

.slide-projects .container-related .container-img{
	width: calc(100% - 20px);
	height: 500px;
}

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

.slide-projects .container-related .title{
	margin-top: 20px;
}

.slide-projects .container-related .title h4,
.slide-projects .container-related .title h3{
	font-size: 14px;
	line-height: 20px;
	text-transform: uppercase;
}

.slide-projects .slick-next {
    right: -100px;
    top: -50px;
    transform: translate(0, -100%);
}

.slide-projects .slick-next:before{
	content: '';
	background-image: url('https://wuda-bb.wevolved.pt/wp-content/uploads/2024/08/Line-9.svg');
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	width: 34px;
	height: 10px;
	filter: invert(1);
	display: block;
}

.single-project footer{
	background-color: var(--white);
}

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

	/* Homepage */

	.vc_col-sm-6 .wpb_single_image.img-square figure{
		width: 100%;
		height: calc(50vw - 40px);
	}

	.vc_col-sm-3 .wpb_single_image.img-square figure{
		width: 100%;
		height: calc(25vw - 40px);
	}

	/* Projects */

	.wrapper-project .dir .container-img:first-child{
		width: 100%;
		height: auto;
	}
}

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

	/* Header */

	header.open-menu .bola-menu{
		transform: scale(115);
	}
}

@media only screen and (max-width: 1100px){
	
	/* Homepage */
	
	.home-bloco2 .vc_btn3-container.main-btn {
		top: 63%;
	}

	/* Footer */

	.wrapper-footer > li:nth-child(2) {
	    padding-right: 60px;
	}

	/* Contactos */

	.contactos-bloco1 .text-contactos p {
	    font-size: 18px;
	    line-height: 27px;
	}

	/* About */

	.sobre-bloco3 .vc_col-sm-4:nth-of-type(2) {
	    margin-right: 20px;
	}

	.sobre-bloco3 .vc_col-sm-4 {
	    width: 250px;
	}

	.sobre-bloco3 .vc_row.vc_row-flex {
	    justify-content: space-between;
	}

	.full-img {
	    height: 570px;	
	}

	.sobre-bloco4 .vc_inner {
	    margin-bottom: 90px;
	}

	.sobre-bloco4 .vc_inner .vc_col-sm-6:last-child {
	    width: 170px;
	    height: 300px;
	}

	.sobre-bloco5 .wpb_text_column:nth-of-type(1) p {
	    margin-top: 25px;
	    margin-bottom: 30px !important;
	    width: 260px;
	}

	/* Projects */

	.projects-bloco1 h1 {
	    width: 600px;
	}

	.wrapper-project .esq .container-img {
	    width: 170px;
	    height: 170px;
	}

	.wrapper-project .dir .container-img {
	    width: 130px;
	    height: 130px;
	}

	.template2 .wrapper-project .esq .container-img {
	    max-width: 420px;
	    height: 280px;
	}

	.template4 .wrapper-project .esq .container-img {
	    max-width: 545px;	
	    height: 300px;
	}

	/* Project Single */

	.project-bloco1 .full-img {
	    height: 600px;
	    max-width: 100%;
	}

	.full-img {
        height: 470px;
    }

    .slide-projects .container-related .container-img{
		height: 400px;
	}


}

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

	/* Header */

	.menus .main-menu li {
		margin-bottom: 20px;
		width: fit-content;
	}
	.mais-que-uma .wrapper-project .esq .content {
	    margin-bottom: 50px;
	}
	.menus .main-menu li a {
	    font-size: 39px;
	    line-height: 45px;
	}

	.wrapper-header {
	    padding: 70px 20px;
	}

	.word.word1 {
	    left: 25px;
	    top: 410px;
	}

	.word.word2 {
	    left: 110px;
	    top: 460px;
	}

	.word.word3 {
	    top: 185px;
	    right: 65px;
	}

	.word.word4 {
	    top: 235px;
	    right: 25px;
	}

	.bola-menu {
	    top: 70px;
	    right: 20px;
	}

	.menus .menu-contactos {
	    margin-left: 100px;
	}

	/* Homepage */
	
	.home-bloco2 > .vc_col-sm-12 {
		position: relative;
	}
	
	.home-bloco2 .vc_btn3-container.main-btn {
        position: unset;
    }

	.home .discover-more button.vc_general.vc_btn3,
	.discover-more button.vc_general.vc_btn3 {
	    left: 25px;
	}

	.home-bloco2 h2 {
	    text-indent: 120px;
	}

	.main-btn .vc_general.vc_btn3 {
	    padding: 13px 45px;
	}

	.home-bloco2 .wpb_single_image{
		display: none;
	}

	.home-bloco2{
		height: fit-content;
		padding: 100px 20px !important;
	}

	.home-bloco2 .vc_btn3-container.vc_btn3-inline{
		margin-bottom: 0px;
	}

	.home-bloco3 {
	    min-height: unset !important;
	    padding: 75px 20px !important;
	}

	.home-bloco3 > .wrap-container {
	    flex-direction: column-reverse;
	    align-items: flex-start;
	    padding: 0px;
	}
	
	.home-bloco3 .vc_btn3-container.main-btn{
		position: unset;
		transform: translateY(0%);
	}

	.home-bloco3 .wpb_text_column {
	    padding-left: 0;
		margin-bottom: 60px !important;
	}

	.home-bloco3 .soon-btn,
	.home-bloco4 .main-btn {
		margin-bottom: 60px;
	    margin-left: 0;
	}

	.home-bloco3 .vc_col-sm-6 {
        width: 100%;
    }

    .home-bloco6 .vc_inner .vc_col-sm-6{
    	width: 100%;
    }

    .home-bloco6 {
	    padding-top: 75px !important;
	    padding-bottom: 80px !important;
	}

    .home-bloco6 p {
	    margin-top: 40px;
	    margin-bottom: 60px !important;
	}

	.home-bloco6 .vc_col-sm-3:nth-of-type(1){
		display: none !important;
	}

	.home-bloco6 .vc_col-sm-3:nth-of-type(2){
		width: 100%;
		margin-bottom: 60px;
	}

	.home-bloco6 .vc_col-sm-3 .wpb_single_image.img-square figure{
		width: 50vw;
		height: 50vw;
	}

	.home-bloco6 .vc_col-sm-6 .wpb_single_image.img-square figure {
        width: 70vw;
        height: 70vw;
        margin-left: auto;
    }

    .home-bloco6 h2.wpb_heading.wpb_singleimage_heading {
	    width: 70vw;
	    margin-left: auto;
	}

	.home-bloco6 h3.vc_custom_heading.title-cat {
	    width: 70vw;
	    margin-left: auto;
	}

	/* Footer */

	.wrapper-footer {
	    display: flex;
	    justify-content: space-between;
	    flex-direction: column;
	}

	.wrapper-footer > li {
	    width: 100%;
	}

	.wrapper-footer .wrap-lis {
	    display: flex;
	    justify-content: space-between;
	    padding-right: 50px;
	    margin-top: 40px;
	    margin-bottom: 15px;
	}

	.menu-redes-container ul {
	    display: flex;
	    justify-content: flex-start;
	    gap: 5px;
	    flex-direction: column;
	    margin-bottom: 40px;
	}

	/* About */

	.sobre-bloco1 {
	    max-height: fit-content;
	    margin-top: 300px !important;
	}

	.sobre-bloco2 .wrap-container {
	    gap: 40px;
	    flex-direction: column;
	}

	.sobre-bloco2 .vc_col-sm-6:nth-of-type(1) {
	    max-width: 100%;
	    width: 100%;
	}

	.custom-container, .wrap-container {
	    padding: 0px 20px;
	}

	.sobre-bloco2 .wrap-container .vc_col-sm-6:last-child img {
	    top: 30px;
	    right: 20px;
	}

	.sobre-bloco2 {
    	padding: 90px 0px;
	}

	.sobre-bloco2 .vc_col-sm-6 {
	    width: 100%;
	}

	.sobre-bloco2 h3 {
    	margin-bottom: 40px;
	}

	.sobre-bloco2 p {
	    max-width: 100%;
	    padding-right: 80px;
	}

	.sobre-bloco2 .wpb_text_column:nth-of-type(1) {
	    margin-bottom: 60px !important;
	}

	.sobre-bloco2 .wpb_text_column:nth-of-type(2) {
	    margin-left: 100px;
	}

	.sobre-bloco2 .wpb_text_column:nth-of-type(2) p {
        padding-right: 0px;
    }

    .sobre-bloco3{
    	padding-top: 85px !important;
    	padding-bottom: 85px !important;
    }

    .sobre-bloco3 .wpb_text_column h4, 
    .sobre-bloco3 .wpb_text_column h3 {
	    width: 100%;
	    font-size: 45px;
	    line-height: 47px;
	}

	.sobre-bloco3 .wpb_text_column h3 {
	    margin-bottom: 40px;
	}

	.sobre-bloco3 .vc_col-sm-4:nth-of-type(1){
		display: none !important;
	}

	.sobre-bloco3 .vc_row.vc_row-flex {
        flex-direction: column;
        gap: 40px;
    }

    .sobre-bloco3 .vc_col-sm-4 {
        width: 100%;
    }

    .sobre-bloco3 .vc_col-sm-4:nth-of-type(3){
    	padding-left: 100px;
    }

    .sobre-bloco4 .vc_col-sm-6{
    	float: none;
    	width: 50% !important;
    }

    .sobre-bloco4 .wrap-container{
    	display: flex;
    	flex-wrap: wrap;
    }

    .sobre-bloco4 p{
    	width: 100%;
    	margin-top: 70px;
    }

    .sobre-bloco4 .wrap-container .vc_inner {
    	margin-right: 20px;
    }

    .sobre-bloco5 .wpb_text_column:nth-of-type(1) p {
        width: 100%;
        padding-right: 60px;
    }

    .sobre-bloco5 .vc_col-sm-6:first-child {
	    padding-right: 0;
	}

	.sobre-bloco5 .wpb_text_column:nth-of-type(2) p {
	    padding-left: 100px;
	    margin-left: 0px;
	    max-width: 100%;
	}

	.sobre-bloco5 .wpb_text_column:nth-of-type(2){
		margin-bottom: 40px !important;
	}

	.sobre-bloco5{
		padding-bottom: 85px;
	}

	.sobre-bloco6{
		padding-top: 85px;
		padding-bottom: 85px;
	}

	.sobre-bloco6 p {
	    width: 100%;
	    padding-right: 60px;
	}

	/* Contactos */

	.contactos-bloco1 > div {
	    height: 100vh;
	    width: 100%;
	}

	.contactos-bloco1 h1 {
	    position: relative;
	    top: 0;
	    left: 0;
	    transform: none;
	}

	.contactos-bloco1 .menu-redes-container ul {
        justify-content: space-between !important;
        flex-direction: row;
        width: calc(100% - 40px) !important;
    }

	.contactos-bloco1 .vc_col-sm-6:first-child .wpb_text_column{
		position: absolute;
		top: 50%;
		left: 20px;
		transform: translateY(-50%);
	}

	.contactos-bloco1 .vc_col-sm-6:first-child p{
		padding-right: 50px;
		margin-top: 30px;
		max-width: 450px;
        font-size: 18px;
        line-height: 27px;
        color: var(--white);
	}

	.morada-contactos{
		display: none !important;
	}

	.contactos-bloco1 ul#menu-contactos-1 {
	    position: absolute;
	    bottom: 95px;
	    left: 20px;
	    z-index: 1;
	}

	.contactos-bloco1 ul.menu li a{
		color: var(--white);
	}

	.contactos-bloco1 .menu-redes-container ul {
	    bottom: 40px;
	    left: 20px;
	}

	.page-id-26 header.muda-header .bola-menu{
		background-color: var(--white);
	}

	/* Projects */

	.projects-bloco1 h1{
		display: none;
	}

	.wrapper-project {
	    flex-direction: column-reverse;
	    padding: 75px 20px;
	}

	.wrapper-project .dir {
	    width: 100%;
	}

	.wrapper-project .dir .container-img:first-child{
        width: 100%;
        height: auto;
    }

    .template1 .wrapper-project .dir .container-img:nth-child(2),
    .template1 .wrapper-project .dir .container-img:nth-child(3){
    	display: none !important;
    }

    .wrapper-project .esq {
	    padding-top: 20px;
	    width: 100%;
	}

	.wrapper-project .esq .wrapper-imgs {
	    width: 100%;
	    justify-content: flex-start;
	}

	.wrapper-project .esq .content {
	    padding-top: 105px;
	}

	.projects-list {
	    padding: 85px 40px 60px 40px;
	}

	.template2 .wrapper-project .dir, 
	.template3 .wrapper-project .dir, 
	.template4 .wrapper-project .dir {
	   	width: 100%;
	}

	.wrapper-project .dir .container-img {
        width: 170px;
        height: 170px;
    }
/*
    .template2 .wrapper-project .dir .container-img:last-child,
    .template3 .wrapper-project .dir .container-img:last-child,
    .template4 .wrapper-project .dir .container-img:last-child{
    	display: none;
    }

*/
	.template2 .wrapper-project .esq .content,
	.template3 .wrapper-project .esq .content,
	.template4 .wrapper-project .esq .content {
        padding-top: 65px;
    }

    /* Project Single */

    .single-project .overview {
	    left: 20px;
	    padding: 90px 0px 60px;
	}

	.project-bloco1{
		flex-direction: column-reverse;
		gap: 20px;
	}

	.project-bloco1 > div{
		width: 100% !important;
	}

	.project-bloco1 .full-img {
        height: calc(100vw - 40px);
        max-width: 100%;
    }

    .project-bloco1 ul.wpb_image_grid_ul {
	    justify-content: flex-start;
	    margin-right: 0;
	}

	.project-bloco1 .wpb_text_column > .wpb_wrapper {
	    flex-direction: column;
	}

	.project-bloco1 .main-btn {
	    margin-top: 40px;
	    margin-bottom: 70px;
	}

	.home-bloco2.project-bloco3 .wpb_single_image {
		display: block !important;
	}

	.project-bloco3 {
	    padding-top: 20px !important;
	    margin-bottom: 0px !important;
	    display: block !important;
	    padding-bottom: 65px !important;
	}

	.project-bloco3 > div{
		width: 100%;
	}

	.project-bloco3 .full-img{
		height: 300px;
	}

	.project-bloco3 .vc_col-sm-6:last-child {
	    padding-left: 0;
	    padding-top: 65px;
	}

	.home-bloco2.project-bloco3 .wpb_text_column{
		margin-bottom: 0px !important;
	}

	.project-bloco4{
		flex-direction: column-reverse;
		display: flex !important;
	}

	.project-bloco4 .vc_col-sm-6:last-child{
		padding-top: 0px;
	}

	.project-bloco4 .vc_col-sm-6:first-child{
		padding-top: 85px;
	}

	.slide-projects .container-related .container-img {
        height: 330px;
    }
	.wrapper-project .dir .container-img:first-child img {
	    width: 100%;
	    height: auto !important;
	    min-height: unset;
	}
	.slide-projects .container-related .container-img img {
  	  width: 100%;
	    height: auto;
	    object-fit: cover;
	    object-position: center;
	}
	.slide-projects .container-related .container-img {
    height: auto;
}

}


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

	/* Header */

	header .menus {
	    flex-direction: column-reverse;
	    justify-content: flex-start;
        width: 100%;
        align-items: flex-end;
	}

	.menus .main-menu,
	.menus .menu-menu-principal-container {
	    margin-right: 0;
	    margin-bottom: 70px;
	    width: 255px;
	}

	.menus .main-menu li.soon a::after{
		display: none;
	}

	.wrapper-menu {
	    height: 100dvh;
	}

	.menu-contactos-container,
	.menus .menu-contactos{
		width: 100%;
		margin-left: 20px;
	}

	.menus .menu-contactos{
		margin-bottom: 40px;
	}


	/* Homepage */

	.vc_col-sm-6 .wpb_single_image.img-square figure {
        width: 100%;
        height: 100vw;
    }

	/* Footer */

	.wrapper-footer .wrap-lis {
        padding-right: 15px;
    }

    footer {
	    padding: 60px 20px;
	}

    /* About */

    .sobre-bloco4 .wrap-container > .vc_col-sm-6:nth-of-type(1){
    	width: 40% !important;
    }

    .sobre-bloco4 .wrap-container > .vc_col-sm-6:nth-of-type(2){
    	width: 60% !important;
    }

    .sobre-bloco4 .vc_col-sm-6 .vc_inner .vc_col-sm-6:nth-of-type(1){
    	display: none;
    }

    .sobre-bloco4 .vc_col-sm-6 .vc_inner .vc_col-sm-6:nth-of-type(2){
    	width: 100% !important;
    }

    .sobre-bloco4 .full-img {
        height: 400px;
    }

    .sobre-bloco3 .wpb_text_column h4, .sobre-bloco3 .wpb_text_column h3 {
        width: 100%;
        font-size: 35px;
        line-height: 42px;
    }

    /* Projects */

    .wrapper-project .esq .container-img,
    .wrapper-project .dir .container-img {
        width: calc(50vw - 30px);
        height: calc(50vw - 30px);
    }

    .wrapper-project .esq a:last-child .container-img{
	    margin-right: 0 !important;
	}

	.wrapper-project .content p {
	    width: 100%;
	    padding-right: 20px;
	}

	.template2 .wrapper-project .esq, 
	.template3 .wrapper-project .esq, 
	.template4 .wrapper-project .esq {
	    width: 100%;
	}

	.back-top.page-projects {
	    padding-bottom: 75px;
	}

	.projects-list {
        padding: 85px 20px 60px 20px;
        display: flex;
    	gap: 10px;
    	justify-content: space-between;
    }

    /* Project Single */

    .project-bloco3 .full-img {
        height: 220px;
    }	

    .project-bloco4{
    	height: fit-content !important;
    	max-height: unset !important;
    }

    .project-bloco4 .full-img{
    	height: 400px;
    }

    .related-projects {
	    padding: 80px 0px 80px 20px;
	}

    .related-projects .slide-projects {
	    width: calc(100% - 50px);
	}

	.cx-cinza {
	    width: 20px;
	}


}
