/*=======================================================================================================================
=========================================================================================================================
=======================================================================================================================*/

/*Início Configurações Gerais*/

@import url('https://fonts.googleapis.com/css2?family=Cormorant:ital,wght@0,300..700;1,300..700&family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Raleway:ital,wght@0,100..900;1,100..900&family=Red+Hat+Display:ital,wght@0,300..900;1,300..900&display=swap');

* {
	box-sizing: border-box;
	font-family: 'DM Sans', sans-serif;
	margin: 0;
	padding: 0;
	width: 100%;
}

body {
	box-sizing: border-box;
	font-family: 'DM Sans', sans-serif;
	margin: 0;
	padding: 0;
	width: 100%;
}

body.no-scroll {
	overflow: hidden;
}

a {
	font-weight: 300;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

img {
	display: block;
}

ul {
	margin: 0;
	padding: 0;
}

li {
	list-style: none;
	margin: 0;
	padding: 0;
}

.wow {
	will-change: transform, opacity;
}

/*Fim Configurações Gerais*/

/*=======================================================================================================================
=========================================================================================================================
=======================================================================================================================*/

/*Início Header*/

.header {
	align-items: center;
	background: rgba(0, 0, 0, .7);
	display: flex;
	height: 130px;
	justify-content: center;
	width: 100%;
	box-shadow: none !important;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
}

.header_hamburguer {
	margin: 0 auto 0 40px;
	width: 70px;
}

.header_hamburguer a {
	display: block;
	height: 100%;
	padding: 0;
	width: 100%;
}

.header_hamburguer a img {
	display: block;
	width: 100%;
	object-fit: scale-down;
}

.header_logo {
	height: 80px;
	margin: 0 auto 0 0;
	width: 280px;
}

.header_logo a {
	display: block;
	height: 100%;
	width: 100%;
}

.header_logo a img {
	display: block;
	height: 100%;
	width: 100%;
	object-fit: contain;
}

.header_instagram {
	height: 40px;
	margin: 0 40px 0 0;
	width: 40px;
}

.header_instagram a {
	display: block;
}

.header_instagram a img {
	display: block;
	height: 100%;
	width: 100%;
	object-fit: scale-down;
}

/*Fim Header*/

/*=======================================================================================================================
=========================================================================================================================
=======================================================================================================================*/

/*Início Menu Hamburguer*/

#menu_hamburguer {
	background-color: #fff;
	height: 100%;
	width: 50%;
}

.menu_hamburguer_tittle{
	font-size: 30px;
	margin: 60px 0 80px 70px;
	width: auto;
}

.menu_hamburguer_block {
	color: #737373;
	font-size: 30px;
	font-style: italic;
	margin-left: 60px;
	width: auto;
}

.menu_hamburguer_block ul li {
	list-style: none;
	margin-bottom: 25px;
}

.menu_hamburguer_block ul li a {
	color: #737373;
	text-decoration: none;
}

/*Fim Menu Hamburguer*/

/*=======================================================================================================================
=========================================================================================================================
=======================================================================================================================*/

/*Início Footer*/

.footer {
	position: relative;
	background-color: #f6f6f6;
	width: 100%;
}

.footer_logo1 {
	display: none;
	height: 70px;
	margin: 50px auto 0 auto;
	width: 220px;
}

.footer_logo1 img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: scale-down;
}

.footer_block {
	display: flex;
	justify-content: center;
	margin: 50px 0 10px 0;
	padding-top: 30px;
}

.footer_block1_nav {
	align-content: center;
	margin: 0;
	padding: 0;
}

.footer_block1_nav_ul {
	align-items: center;
	display: flex;
	gap: 50px;
	justify-content: space-around;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	width: 85%;
}

.footer_block1_nav_ul_li {
	margin: 0;
	padding: 0;
	width: auto;
}

.footer_block1_nav_ul_li a {
	color: #737373;
	font-size: 20px;
	font-style: italic;
}

.footer_block1_nav_logo {
	height: 150px;
}

.footer_block1_nav_logo img {
	position: absolute;
    left: 50%; bottom: 60px;
    width: 140px;
    height: auto;
    transform: translateX(-50%);
}

.footer_block2_nav {
	margin: 0;
	padding: 0;
	width: 150px;
}

.footer_block2_nav_ul {
	margin: 0;
	padding: 0;
}

.footer_block2_nav_ul_li {
	margin: 0 0 30px 0;
	padding: 0;
}

.footer_block2_nav_ul_li a {
	display: block;
	margin: 0;
	padding: 0;
	width: 45px;
}

.footer_block2_nav_ul_li a img {
	border: 1px solid #00000033;
	border-radius: 8px;
	margin: 0;
	padding: 5px;
	width: 70%;
	object-fit: scale-down;
}

/*Fim Footer*/

/*=======================================================================================================================
=========================================================================================================================
=======================================================================================================================*/

/*Início Home*/

.home_banner {
	height: 100vh;
	width: 100%;
}

.home_banner img {
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.home_projetos1 p {
	font-size: 20px;
	padding: 40px;
}

.home_projetos {
	align-items: center;
	display: flex;
	justify-content: space-between;
	height: 100vh;
	width: 100%;
}

.home_projetos_tittle {
	display: none;
}

.home_projetos_left {
	height: 100%;
	position: relative;
	width: 30%;
}

.home_projetos_left_card {
	position: absolute;
	display: flex;
	top: 25%; left: 30%;
	width: 100%;
	padding: 90px 40px 135px;
	flex-direction: column;
	justify-content: center;
	background-color: #ffffff;
	box-shadow: 0 0 10px rgba(0, 0, 0, .3);
}

.home_projetos_left_card_inner { position: relative; }

.home_projetos_left_card h2 {
	color: #737373;
	font-style: bold;
	font-size: 28px;
	font-weight: 700;
	line-height: 125%;
}

.home_projetos_left_card p {
	font-size: 22px;
	font-weight: 300;
	line-height: 130%;
	margin-top: 35px;
	padding: 0;
}

.home_projetos_left_card_icon {
	position: absolute;
	bottom: -100px;
	display: flex;
	justify-content: flex-end;
}

.home_projetos_left_card_icon .home_projetos_left_card_icon_prev {
	height: 40px;
	width: 30px;
}

.home_projetos_left_card_icon .home_projetos_left_card_icon_prev img {
	display: block;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.home_projetos_left_card_icon .home_projetos_left_card_icon_next {
	height: 40px;
	width: 30px;
}

.home_projetos_left_card_icon .home_projetos_left_card_icon_next img {
	display: block;
	height: 100%;
	width: 100%;
	object-fit: contain;
}

.home_projetos_right {
	height: 100%;
	width: 70%;
	z-index: -1;
}

.home_projetos_right_carousel {
	height: 100%;
	width: 100%;
}

.home_projetos_right_carousel img {
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;

}

.home_quem_somos {
	height: 100vh;
	margin-top: -70px;
	position: relative;
	width: 100%;
}

.home_quem_somos_left {
	background: #000000;
	height: 100%;
	width: 35%;
}

.home_quem_somos_right {
	background: #ffffff;
	width: 65%;
}

.home_quem_somos_card {
	display: flex;
	height: 600px;
	left: 15%;
	position: absolute;
	top: 20%;
	width: 70%;
}

.home_quem_somos_card_left {
	width: 50%;
	box-shadow: -2px 0 7px rgba(0, 0, 0, .3);
}

.home_quem_somos_card_left img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.home_quem_somos_card_right {
	align-content: center;
	height: 100%;
	padding: 50px 30px;
	width: 50%;
	box-shadow: 2px 0 7px rgba(0, 0, 0, .3);
}

.home_quem_somos_card_right h2 {
	color: #737373;
	font-weight: 700;
	font-size: 28px;
	font-style: bold;
	line-height: 125%;
	margin-bottom: 40px;
}

.home_quem_somos_card_right p {
	color: #737373;
	font-size: 18px;
	font-weight: 300;
	line-height: 130%;
}

.home_ambientes {
	background: #000000;
	height: 110vh;
}

.home_ambientes_block {
	display: flex;
	position: relative;
}

.home_ambientes_block_left {
	background: #000000;
	width: 50%;
}

.home_ambientes_block_left_top {
	background: #ffffff;
	height: 60vh;
	width: 100%;
}

.home_ambientes_block_right {
	background: #000000;
	width: 50%;
}

.home_ambientes_block_right_top {
	background: #ffffff;
	height: 80px;
	width: 100%;
}

.home_ambientes_block_card {
	position: absolute;
	top: 30%; left: 50%;
	display: flex;
	width: 940px;
	height: 133%;
	transform: translateX(-50%);
}

.home_ambientes_block_card_left {
	padding: 20px 0 0 20px;
	position: relative;
	width: 65%;
}

.home_ambientes_block_card_left_text {
	align-content: center;
	background: #fff;
	position: absolute;
	top: 45%; left: 0%;
	padding: 60px;
	width: 117%;
	z-index: 1;
	box-shadow: 0 0 10px rgba(0, 0, 0, .3);
}

.home_ambientes_block_card_left_text h2 {
	color: #737373;
	font-size: 28px;
	font-style: bold;
	font-weight: 700;
	margin-bottom: 20px;
}

.home_ambientes_block_card_left_text p {
	color: #737373;
	font-size: 18px;
	font-weight: 300;
}

.home_ambientes_block_card_left_ul_li {
	margin-bottom: 20px;
}

.home_ambientes_block_card_left_ul_li a {
	color: #737373;
	font-size: 36px;
	font-style: italic;
	font-weight: 300;
	text-decoration: none;
}

.home_ambientes_block_card_right {
	position: relative;
}

.home_ambientes_block_card_right img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.home_ambientes_block_card_right_prev img,
.home_ambientes_block_card_right_prox img { object-fit: contain; }

.home_ambientes_block_card_right_prev,
.home_ambientes_block_card_right_prox {
	position: absolute;
	top: 35%;
	width: 40px;
	height: 40px;
	z-index: 1;
	cursor: pointer;
}

.home_ambientes_block_card_right_prev { left: -8%; }

.home_ambientes_block_card_right_prox { right: -8%; }

@media screen and (min-width: 577px) {
	.home_ambientes_block_card_left_text .home_ambientes_block_card_right_prev,
	.home_ambientes_block_card_left_text .home_ambientes_block_card_right_prox {
		display: none !important;
	}
}

.home_ambientes_block_card_right_mobile {
	display: none;
}

.home_endereco {
	height: 100%;
	width: 100%;
}

.home_endereco_block {
	background: #fff;
	position: relative;
}

.home_endereco_block_top {
	display: flex;
	height: 220px;
	width: 100%;
}

.home_endereco_block_top_left {
	background: #000000;
	width: 25%;
}

.home_endereco_block_top_right {
	background: #ffffff;
	width: 75%;
}

.home_endereco_block_images {
	background: #000000;
	display: flex;
	height: 75vh;
	margin-left: auto;
	padding: 60px;
	width: 75%;
}

.home_endereco_block_images1 {
	margin-top: -160px;
	object-fit: cover;
	padding: 30px;
	width: 35%;
}

.home_endereco_block_images2 {
	margin-top: -160px;
	object-fit: cover;
	padding: 30px;
	width: 60%;
}

.home_endereco_block_text {
	background: #ffffff;
	bottom: 30%;
	box-shadow: 0 0 10px rgba(0,0,0,.3);
	display: flex;
	justify-content: space-between;
	left: 10%;
	padding: 50px;
	position: absolute;
	width: 63%;
}

.home_endereco_block_text_information {
	width: 80%;
}

.home_endereco_block_text_information h2 {
	color: #737373;
	font-size: 28px;
	font-style: bold;
	font-weight: 700;
	line-height: 125%;
	margin-bottom: 50px;
}

.home_endereco_block_text_information p {
	color: #737373;
	font-size: 18px;
	font-weight: 300;
	line-height: 100%;
	margin-top: 30px;
}

.home_endereco_block_text_image {
	align-content: center;
	display: block;
	width: 15%;
}

.home_endereco_block_text_image a {
	background: #000000;
	color: #ffffff;
	display: block;
	padding: 20px;
	text-align: center;
	text-decoration: none;
	width: 100%;
}

.home_endereco_block_text_image a img {
	display: block;
	width: 100%;
	object-fit: scale-down;
}

.home_endereco_block_text_image a p {
	display: block;
	font-size: 23px;
	margin: 0;
	padding: 0;
}

.divisor {
	display: none;
}

.orcamento {
	display: block;
	padding: 100px 0;
	text-align: center;
}

.orcamento a {
	border: 1px solid #737373;
	color: #737373;
	font-size: 28px;
	font-weight: 400;
	line-height: 125%;
	padding: 20px 50px;
	text-decoration: none;
	text-transform: uppercase;
}

.orcamento1 {
	display: block;
	padding: 100px 0;
	text-align: center;
}

.orcamento1 h1 {
	color: #737373;
	font-size: 28px;
	font-style: bold;
	font-weight: 700;
	line-height: 125%;
	padding: 20px 50px;
	text-decoration: none;
	text-transform: uppercase;
}

/*Fim Home*/

/*=======================================================================================================================
=========================================================================================================================
=======================================================================================================================*/

/*Início institucional*/

.institucional_logo {
	background: url("../images/logo2.png") center no-repeat;
	background-size: cover;
	height: 400px;
	position: relative;
	width: 100%;
}

.institucional_logo_tittle {
	align-items: center;
	bottom: 0%;
	color: #F6F6F6;
	display: flex;
	margin: 0;
	padding: 10px 65px;
	position: absolute;
}

.institucional_logo_tittle p {
	margin: 0 50px 0 0;
	padding: 0;
	width: auto;
}

.institucional_logo_tittle img {
	display: block;
	height: 1px;
	margin: 0;
	padding: 0;
	width: 72%;
}

.institucional_block {
	margin-top: 100px;
	position: relative;
}

.institucional_block_1 {
	display: flex;
	gap: 50px;
	height: 80vh;
	margin: 0 auto;
	width: 85%;
}

.institucional_block_1_left {
	position: relative;
	height: 100%;
	width: 40%;
}

.institucional_block_1_left > img {
	height: 100%;
	margin-left: auto;
	width: 85%;
	object-fit: cover;
	filter: blur(3px);
}

.institucional_block_1_left button {
	position: absolute;
	right: 33.6%; top: 50%;
	width: 100px;
	height: 100px;
	margin-top: -50px;
	padding-left: 27px;
	background: transparent;
	border: 4px solid #ffffff;
	border-radius: 50%;
	cursor: pointer;
	transition: transform 0.3s ease;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.institucional_block_1_left button img {
	display: block;
	width: 45px;
	height: 45px;
	object-fit: contain;
}

.institucional_block_1_left button:hover {
	transform: scale(1.1);
}

.institucional_block_1_right {
	align-content: center;
	height: 100%;
	width: 60%;
}

.institucional_block_1_right h2 {
	font-size: 28px;
	font-weight: 700;
	font-style: bold;
	line-height: 125%;
	margin: 0 0 80px 0;
}

.institucional_block_1_right p {
	font-size: 22px;
	font-weight: 300;
	line-height: 180%;
	margin: 0;
	padding: 0;
}

.institucional_block_shadow {
	background: #000000;
	bottom: 63%;
	height: 81vh;
	left: 7.5%;
	position: absolute;
	width: 25.5%;
	z-index: -1;
}

.institucional_block_2 {
	display: flex;
	gap: 5%;
	margin: 100px auto 0 auto;
	width: 85%;
}

.institucional_block_2_card {
	background: #000000;
	display: block;
	width: 30%;
}

.institucional_block_2_card h2 {
	color: #ffffff;
	font-size: 28px;
	font-weight: 700;
	font-style: bold;
	line-height: 125%;
	margin: 80px auto 50px;
	text-align: center;
	width: 85%;
}

.institucional_block_2_card p {
	color: #ffffff;
	font-size: 22px;
	font-style: italic;
	font-weight: 200;
	height: 280px;
	line-height: 130%;
	margin: 0 auto;
	width: 85%;
}

.institucional_block_2_card img {
	display: block;
	height: 300px;
	object-fit: cover;
	width: 100%;
}

.institucional_block_3 {
	display: flex;
	gap: 5%;
	justify-content: end;
	margin: 0 auto 100px auto;
	width: 85%;
}

.institucional_block_3_card {
	background: #000000;
	display: block;
	width: 30%;
}

.institucional_block_3_card h2 {
	color: #ffffff;
	font-size: 28px;
	font-weight: 700;
	font-style: bold;
	line-height: 125%;
	margin: 80px auto 50px auto;
	text-align: center;
	width: 85%;
}

.institucional_block_3_card p {
	color: #ffffff;
	font-size: 22px;
	font-style: italic;
	font-weight: 200;
	height: 280px;
	line-height: 130%;
	margin: 0 auto;
	width: 85%;
}

.institucional_block_3_card img {
	display: block;
	height: 300px;
	object-fit: cover;
	width: 100%;
}

.teste {
	background: #000;
	display: block;
	height: 100px;
	margin: 0 auto;
	width: 25.5%;
}

.teste2 {
	background: url("../images/fundo-cinza.png");
	bottom: 13%;
	left: 10%;
	height: 350px;
	position: absolute;
	width: 90%;
	z-index: -1;
}

.teste3 {
	display: none;
}

/*Fim institucional*/

/*=======================================================================================================================
=========================================================================================================================
=======================================================================================================================*/

/*Inicio Ambientes*/

.ambientes_logo {
	background: url("../images/logo2.png") center no-repeat;
	background-size: cover;
	height: 400px;
	position: relative;
	width: 100%;
}

.ambientes_logo_tittle {
	align-items: center;
	bottom: 0%;
	color: #C4C4C4;
	display: flex;
	margin: 0;
	padding: 10px 65px;
	position: absolute;
}

.ambientes_logo_tittle p {
	margin: 0;
	padding: 0;
	width: auto;
}

.ambientes_logo_tittle img {
	display: block;
	height: 1px;
	margin: 0;
	padding: 0;
	width: 72%;
}

.ambientes_block {
	width: 100%;
}

.ambientes_block_1 {
	display: flex;
	height: 100%;
	position: relative;
	width: 100%;
}

.ambientes_block_1_left {
	width: 50%;
}

.ambientes_block_1_left img {
	height: 100vh;
	object-fit: cover;
	opacity: 1;
    transition: opacity 1.5s ease-in-out;
	width: 100%;
}

.ambientes_block_1_right {
	width: 50%;
}

.ambientes_block_1_card {
	background: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, .3);
	color: #737373;
	/* height: 230px; */
	left: 40%;
	padding: 40px;
	position: absolute;
	top: 30%;
	width: 500px;
}

.ambientes_block_1_card h2 {
	font-size: 28px;
	font-weight: 700;
	line-height: 125%;
	margin: 0 0 20px 0;
}

.ambientes_block_1_card p {
	border-left: 1px solid #C4C4C4;
	font-size: 18px;
	font-weight: 300;
	line-height: 130%;
	margin: 0;
	padding: 0;
	padding-left: 15px;
}

.ambiente_tittle {
	display: none;
}

.ambientes_block_2 {
	display: flex;
	height: 100%;
	position: relative;
	width: 100%;
}

.ambientes_block_2_left {
	width: 50%;
}

.ambientes_block_2_left img {
	display: none;
	height: 65vh;
	width: 100%;
}

.ambientes_block_2_right {
	background: url("../images/dormitorio1.jpg") center center no-repeat;
	background-size: cover;
	display: block;
	height: 100vh;
	transition: background-image 1.5s ease-in-out;
	width: 50%;
}

.ambientes_block_2_card {
	background: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, .3);
	color: #737373;
	left: 26%;
	padding: 40px;
	position: absolute;
	top: 40%;
	width: 500px;
}

.ambientes_block_2_card h2 {
	font-size: 28px;
	font-weight: 700;
	line-height: 125%;
	margin: 0 0 20px 0;
}

.ambientes_block_2_card p {
	border-left: 1px solid #C4C4C4;
	font-size: 18px;
	font-weight: 300;
	line-height: 130%;
	margin: 0;
	padding: 0;
	padding-left: 15px;
}

.ambientes_block_4 {
	display: flex;
	height: 100%;
	position: relative;
	width: 100%;
}

.ambientes_block_4_left {
	width: 50%;
}

.ambientes_block_4_left img {
	display: none;
	height: 65vh;
	width: 100%;
}

.ambientes_block_4_right {
	background: url("../images/ambientes4.jpg") center center no-repeat;
	background-size: cover;
	display: block;
	height: 100vh;
	transition: background-image 1.5s ease-in-out;
	width: 50%;
}

.ambientes_block_4_card {
	background: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, .3);
	color: #737373;
	left: 26%;
	padding: 40px;
	position: absolute;
	top: 40%;
	width: 500px;
}

.ambientes_block_4_card h2 {
	font-size: 28px;
	font-weight: 700;
	line-height: 125%;
	margin: 0 0 20px 0;
}

.ambientes_block_4_card p {
	border-left: 1px solid #C4C4C4;
	font-size: 18px;
	font-weight: 300;
	line-height: 130%;
	margin: 0;
	padding: 0;
	padding-left: 15px;
}

.ambientes_block_3 {
	display: flex;
	height: 100%;
	position: relative;
	width: 100%;
}

.ambientes_block_3_left {
	width: 50%;
}

.ambientes_block_3_left img {
	height: 100vh;
	object-fit: cover;
	opacity: 1;
	transition: opacity 1.5s ease-in-out;
	width: 100%;
}

.ambientes_block_3_right {
	width: 50%;
}

.ambientes_block_3_card {
	background: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 6);
	color: #737373;
	/* height: 230px; */
	left: 40%;
	padding: 40px;
	position: absolute;
	top: 30%;
	width: 500px;
}

.ambientes_block_3_card h2 {
	font-size: 28px;
	font-weight: 700;
	line-height: 125%;
	margin: 0 0 20px 0;
}

.ambientes_block_3_card p {
	border-left: 1px solid #C4C4C4;
	font-size: 18px;
	font-weight: 300;
	line-height: 130%;
	margin: 0;
	padding: 0;
	padding-left: 15px;
}

.teste4 {
	background: #F6F6F6;
	height: 240%;
	right: 0;
	position: absolute;
	top: 0;
	width: 30%;
	z-index: -1;
}

.teste5 {
	background: #F6F6F6;
	height: 232%;
	left: 20%;
	position: absolute;
	top: 38%;
	width: 30%;
	z-index: -1;
}


/*Fim Ambientes*/

/*=======================================================================================================================
=========================================================================================================================
=======================================================================================================================*/

/*Inicio Acabamentos*/

.acabamentos_logo {
	background: url("../images/logo2.png") center no-repeat;
	background-size: cover;
	height: 400px;
	position: relative;
	width: 100%;
}

.acabamentos_logo_tittle {
	align-items: center;
	bottom: 0%;
	color: #C4C4C4;
	display: flex;
	margin: 0;
	padding: 10px 65px;
	position: absolute;
}

.acabamentos_logo_tittle p {
	margin: 0 20px 0 0;
	padding: 0;
	width: auto;
}

.acabamentos_logo_tittle img {
	display: block;
	height: 1px;
	margin: 0;
	padding: 0;
	width: 85%;
}

.acabamentos_block {
	margin: 50px 0;
	width: 100%;
}

.acabamentos_block_geral {
	align-items: center;
	display: flex;
	margin: 0 auto 10px auto;
	width: 85%;
}

.acabamentos_block_geral_link {
	display: block;
	height: 24px;
	width: 30px;
}

.acabamentos_block_geral_link img {
	display: block;
	height: 24px;
	object-fit: contain;
	width: 30px;
}

.acabamentos_block_geral_p {
	color: #737373;
	font-size: 30px;
	font-style: italic;
	font-weight: 300;
	line-height: 125%;
	margin: 0 0 0 10px;
	padding: 0;
}

.acabamentos_block_geral_img {
	height: 1px;
	margin: 0 auto;
	width: 85%;
}

.acabamentos_block_geral_dropdown {
	display: flex;
	flex-wrap: wrap;
	gap: 40px;
	justify-content: normal;
	margin: 10px auto;
	width: 85%;
}

.acabamentos_block_geral_dropdown_card1 {
	align-content: end;
	background: url("../images/branco-diamante.jpg") center center no-repeat;
	background-size: 100% 100%;
	height: 160px;
	text-align: center;
	width: 20%;
}

.acabamentos_block_geral_dropdown_card2 {
	align-content: end;
	background: url("../images/beige.jpg") center center no-repeat;
	background-size: 100% 100%;
	height: 160px;
	text-align: center;
	width: 20%;
}

.acabamentos_block_geral_dropdown_card3 {
	align-content: end;
	background: url("../images/rosa-infinito.jpg") center center no-repeat;
	background-size: 100% 100%;
	height: 160px;
	text-align: center;
	width: 20%;
}

.acabamentos_block_geral_dropdown_card4 {
	align-content: end;
	background: url("../images/beton.jpg") center center no-repeat;
	background-size: 100% 100%;
	height: 160px;
	text-align: center;
	width: 20%;
}

.acabamentos_block_geral_dropdown_card5 {
	align-content: end;
	background: url("../images/gianduia.jpg") center center no-repeat;
	background-size: 100% 100%;
	height: 160px;
	text-align: center;
	width: 20%;
}

.acabamentos_block_geral_dropdown_card6 {
	align-content: end;
	background: url("../images/azul-astral.jpg") center center no-repeat;
	background-size: 100% 100%;
	height: 160px;
	text-align: center;
	width: 20%;
}

.acabamentos_block_geral_dropdown_card7 {
	align-content: end;
	background: url("../images/mint.jpg") center center no-repeat;
	background-size: 100% 100%;
	height: 160px;
	text-align: center;
	width: 20%;
}

.acabamentos_block_geral_dropdown_card8 {
	align-content: end;
	background: url("../images/frevo.jpg") center center no-repeat;
	background-size: 100% 100%;
	height: 160px;
	text-align: center;
	width: 20%;
}

.acabamentos_block_geral_dropdown_card9 {
	align-content: end;
	background: url("../images/verde-floresta.jpg") center center no-repeat;
	background-size: 100% 100%;
	height: 160px;
	text-align: center;
	width: 20%;
}

.acabamentos_block_geral_dropdown_card10 {
	align-content: end;
	background: url("../images/cinza-sagrado.jpg") center center no-repeat;
	background-size: 100% 100%;
	height: 160px;
	text-align: center;
	width: 20%;
}

.acabamentos_block_geral_dropdown_card11 {
	align-content: end;
	background: url("../images/grafito.jpg") center center no-repeat;
	background-size: 100% 100%;
	height: 160px;
	text-align: center;
	width: 20%;
}

.acabamentos_block_geral_dropdown_card12 {
	align-content: end;
	background: url("../images/preto-cristallo.jpg") center center no-repeat;
	background-size: 100% 100%;
	height: 160px;
	text-align: center;
	width: 20%;
}

.acabamentos_block_geral_dropdown_card13 {
	align-content: end;
	background: url("../images/azul-vel.jpg") center center no-repeat;
	background-size: 100% 100%;
	height: 160px;
	text-align: center;
	width: 20%;
}

.acabamentos_block_geral_dropdown_card14 {
	align-content: end;
	background: url("../images/carvalho-hanover.jpg") center center no-repeat;
	background-size: 100% 100%;
	height: 160px;
	text-align: center;
	width: 20%;
}

.acabamentos_block_geral_dropdown_card15 {
	align-content: end;
	background: url("../images/pau-ferro.jpg") center center no-repeat;
	background-size: 100% 100%;
	height: 160px;
	text-align: center;
	width: 20%;
}

.acabamentos_block_geral_dropdown_card16 {
	align-content: end;
	background: url("../images/itapua.jpg") center center no-repeat;
	background-size: 100% 100%;
	height: 160px;
	text-align: center;
	width: 20%;
}

.acabamentos_block_geral_dropdown_card17 {
	align-content: end;
	background: url("../images/amendola.png") center center no-repeat;
	background-size: 100% 100%;
	height: 160px;
	text-align: center;
	width: 20%;
}

.acabamentos_block_geral_dropdown_card18 {
	align-content: end;
	background: url("../images/oasis.jpg") center center no-repeat;
	background-size: 100% 100%;
	height: 160px;
	text-align: center;
	width: 20%;
}

.acabamentos_block_geral_dropdown_card19 {
	align-content: end;
	background: url("../images/carvalho-treviso.jpg") center center no-repeat;
	background-size: 100% 100%;
	height: 160px;
	text-align: center;
	width: 20%;
}

.acabamentos_block_geral_dropdown_card20 {
	align-content: end;
	background: url("../images/linho.jpg") center center no-repeat;
	background-size: 100% 100%;
	height: 160px;
	text-align: center;
	width: 20%;
}

.acabamentos_block_geral_dropdown_card21 {
	align-content: end;
	background: url("../images/palha.jpg") center center no-repeat;
	background-size: 100% 100%;
	height: 160px;
	text-align: center;
	width: 20%;
}

.acabamentos_block_geral_dropdown_card22 {
	align-content: end;
	background: url("../images/absoluto.jpg") center center no-repeat;
	background-size: 100% 100%;
	height: 160px;
	text-align: center;
	width: 20%;
}

.acabamentos_block_geral_dropdown_card23 {
	align-content: end;
	background: url("../images/thassos.jpg") center center no-repeat;
	background-size: 100% 100%;
	height: 160px;
	text-align: center;
	width: 20%;
}

.acabamentos_block_geral_dropdown_card24 {
	align-content: end;
	background: url("../images/portoro.jpg") center center no-repeat;
	background-size: cover;
	height: 160px;
	text-align: center;
	width: 20%;
}

.acabamentos_card_item p {
	font-size: 22px;
	font-style: italic;
	font-weight: 500;
	line-height: 125%;
}

.acabamentos_block_geral_dropdown_card1 p,
.acabamentos_block_geral_dropdown_card2 p,
.acabamentos_block_geral_dropdown_card3 p,
.acabamentos_block_geral_dropdown_card20 p,
.acabamentos_block_geral_dropdown_card23 p,
.acabamentos_block_geral_dropdown_card21 p {
	color: #737373;
}

.acabamentos_block_geral_dropdown_card4 p,
.acabamentos_block_geral_dropdown_card5 p,
.acabamentos_block_geral_dropdown_card6 p,
.acabamentos_block_geral_dropdown_card7 p,
.acabamentos_block_geral_dropdown_card8 p,
.acabamentos_block_geral_dropdown_card9 p,
.acabamentos_block_geral_dropdown_card10 p,
.acabamentos_block_geral_dropdown_card11 p,
.acabamentos_block_geral_dropdown_card12 p,
.acabamentos_block_geral_dropdown_card13 p,
.acabamentos_block_geral_dropdown_card14 p,
.acabamentos_block_geral_dropdown_card15 p,
.acabamentos_block_geral_dropdown_card16 p,
.acabamentos_block_geral_dropdown_card17 p,
.acabamentos_block_geral_dropdown_card18 p,
.acabamentos_block_geral_dropdown_card19 p,
.acabamentos_block_geral_dropdown_card22 p,
.acabamentos_block_geral_dropdown_card24 p {
	color: #FFF;
}

.acabamentos_divisor {
	height: 200px;
	width: 100%;
}

/*Fim Acabamentos*/

/*=======================================================================================================================
=========================================================================================================================
=======================================================================================================================*/

/*Início Orçamento*/

.orcamento_logo {
	background: url("../images/logo2.png") center no-repeat;
	background-size: cover;
	height: 400px;
	position: relative;
	width: 100%;
}

.orcamento_logo_tittle {
	align-items: center;
	bottom: 0%;
	color: #C4C4C4;
	display: flex;
	margin: 0;
	padding: 10px 65px;
	position: absolute;
}

.orcamento_logo_tittle p {
	margin: 0 20px 0 0;
	padding: 0;
	width: auto;
}

.orcamento_logo_tittle img {
	display: block;
	height: 1px;
	margin: 0;
	padding: 0;
	width: 75%;
}

.orcamento_block1 {
	display: flex;
	gap: 50px;
	justify-content: space-around;
	margin: 70px auto;
	padding: 20px;
	width: 95%;
}

.orcamento_block1_card h1 {
	color: #F88404;
	font-size: 60px;
	font-style: bold;
	font-weight: 700;
	line-height: 125%;
}

.orcamento_block_descricao {
	padding-left: 10px;
	border-left: 1px solid #C4C4C4;
}

.orcamento_block1_card h2 {
	color: #737373;
	font-size: 28px;
	font-style: bold;
	font-weight: 700;
	line-height: 125%;
	margin-top: 20px;
	padding: 0 0 20px 10px;
	text-transform: uppercase;
}

.orcamento_block1_card p {
	color: #737373;
	font-size: 22px;
	font-weight: 300;
	line-height: 180%;
	padding: 10px 0 0 10px;
}

.orcamento_block2 {
	display: flex;
	margin: 100px auto;
	width: 85%;
}

.orcamento_block2_left {
	width: 50%;
}

.orcamento_block2_left_card {
	margin: 70px 0;
}

.orcamento_block2_left .orcamento_block2_left_card_tittle,
.orcamento_block2_left_card h2 {
	font-weight: 700;
	line-height: 125%;
}

.orcamento_block2_left .orcamento_block2_left_card_tittle {
	color: #737373;
	font-size: 28px;
	margin-bottom: 50px;
}

.orcamento_block2_left_card h2 {
	color: #F88404;
	font-size: 60px;
}

.orcamento_block2_left_card p {
	border-left: 1px solid #C4C4C4;
	color: #737373;
	font-size: 22px;
	font-style: italic;
	font-weight: 300;
	line-height: 160%;
	padding: 10px 0 0 10px;
}

.orcamento_block2_right {
	background: #000000;
	padding: 30px;
	width: 50%;
}

.orcamento_block2_right p {
	background: #000000;
	color: #fff;
	font-size: 22px;
	font-weight: 300;
	line-height: 160%;
	margin: 100px 0 135px 0;
}

.orcamento_block2_right form {
	background: #000000;
}

.orcamento_block2_right form input {
	color: #fff;
	background: #000000;
	border: 1px solid #fff;
	font-weight: 200;
	height: 44px;
	margin-bottom: 20px;
	padding-left: 10px;
	width: 100%;
}

.orcamento_block2_right form button {
	background: #3B3B3B;
	color: #C4C4C4;
	font-size: 15px;
	font-weight: 200;
	line-height: 125%;
	height: 44px;
	margin: 20px 0;
	width: 30%;
}

.orcamento_block3 {
	display: flex;
	justify-content: space-around;
	width: 100%;
}

.orcamento_block3_card {
	height: 100%;
	width: 30%;
}

.terms-container {
    width: 50%;
    padding: 16px;
    background-color: #3b3b3b;
    color: #fff;
}

.terms-container .checkbox {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 15px;
}

.terms-container .checkbox input[type=checkbox] {
    width: 20px;
    height: 20px;
    margin: 0;
}

.terms-container label {
    font-size: 14px;
    margin: 0;
}

.terms-container label a {
    color: white;
    font-weight: bold;
}

/*Fim Orçamento*/

/*=======================================================================================================================
=========================================================================================================================
=======================================================================================================================*/

/*Início Projetos*/

.projetos_block {
	display: flex;
	margin: 100px auto;
	width: 85%;
}

.projetos_block_left {
	height: 90vh;
	position: relative;
	width: 50%;
	padding: 10px;
}

.projetos_block_left img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.projetos_block_left_text {
	background-color: rgba(0, 0, 0, 0.6);
	bottom: 0;
	left: 10px;
	padding: 10px 20px;
	position: absolute;
	width: calc(100% - 20px);
}

.projetos_block_left_text h2 {
	color: #fff;
	font-size: 23px;
	font-style: bold;
	font-weight: 700;
	line-height: 125%;
}

.projetos_block_left_text p {
	color: #fff;
	font-size: 12px;
	font-weight: 300;
	line-height: 130%;
}

.projetos_block_right {
	display: flex;
	flex-wrap: wrap;
	height: 90vh;
	width: 50%;
}

.projetos_block_right img {
	height: 25%;
	padding: 10px;
	width: 50%;
	object-fit: cover;
	cursor: pointer;
}

/*Início Projetos*/

/*=======================================================================================================================
=========================================================================================================================
=======================================================================================================================*/


/*Media Queries*/

@media screen and (max-width: 1440px) {
	.home_endereco_block_text_image { width: 20%; }

	.home_ambientes_block_left_top { height: 75vh; }

	.home_ambientes_block_card { top: 25%; height: 110%; }

	.home_ambientes_block_card_left_text { top: 50%; }

	.home_endereco_block_text { width: 65%; }

	.home_ambientes_block_card_right_prev,
	.home_ambientes_block_card_right_prox { top: 40%; }
}

@media screen and (max-width: 1366px) {
	.header { height: 80px; }

	.header_hamburguer { width: 60px; }

	.header_logo { height: 60px; }

	.header_instagram { width: 30px; height: 30px; }

	.home_projetos { height: 120vh; }

	.home_projetos_left_card { width: 120%; }

	.home_quem_somos { height: 120vh; }

	.home_quem_somos_card { height: auto; }

	.home_ambientes_block_card_left_ul_li a {
		font-size: 25px;
	}

	.home_ambientes_block_card_left_text { padding: 35px; }

	.home_endereco_block_images { height: 90vh; }

	.home_endereco_block_text {
		bottom: 20%;
		padding: 40px;
	}

	.institucional_block_1_right p {
		font-size: 18px;
	}

	.ambientes_logo_tittle img {
		width: 50%;
	}
}

@media screen and (max-width: 1280px) {
	.home_projetos_left_card {
		top: 17%;
		min-height: auto;
	}

	.home_quem_somos_card { top: 16%; }

	.institucional_block_shadow { height: 100vh; }

	.ambientes_block_2_card,
	.ambientes_block_4_card { left: 16%; }
}

@media screen and (max-width: 1250px) {
	.home_quem_somos_card_right p {
		font-size: 15px;
	}
}

@media screen and (max-width: 1170px) {
	.footer_block1_nav_ul_li a {
		font-size: 16px;
	}

	.home_ambientes_block_card_left_ul_li a {
		font-size: 16px;
	}
}

@media screen and (max-width: 1024px) {
	.header_instagram {
		display: none;
	}

	#menu_hamburguer {
		width: 70%;
	}

	.footer { padding-top: 1px; }

	.footer_logo1 {
		display: block;
	}

	.footer_block {
		justify-content: start;
		margin: 20px auto 0 0;
	}

	.footer_block1_nav {
		width: 50%;
	}

	.footer_block1_nav_ul {
		display: block;
		text-align: left;
	}

	.footer_block1_nav_ul_li {
		margin-bottom: 20px;
	}

	.footer_block1_nav_ul_li a {
		font-size: 20px;
	}

	.footer_block1_nav_logo {
		display: none;
	}

	.footer_block2_nav {
		align-content: center;
		width: 50%;
	}

	.footer_block2_nav_ul {
		display: flex;
		justify-content: center;
	}

	.footer_block2_nav_ul_li {
		flex: 0 0;
		margin: 0;
	}

	.footer_block1_nav_ul_li a {
		font-size: 16px;
	}

	.home_projetos {
	    flex-direction: column;
	    height: auto;
	}

	.home_projetos_left {
	    width: 100%;
	    height: auto;
	    position: relative;
	    order: 2;
	    display: flex;
	    justify-content: center;
	}

	.home_projetos_left_card {
	    position: relative;
	    left: auto; top: auto;
		max-width: 500px;
	    width: 90%;
		padding: 60px;
	    margin: -60px auto 40px auto;
	}

	.home_projetos_right {
	    width: 100%;
	    height: auto;
	    order: 1;
	}

	.home_projetos_right_carousel img {
		width: 100%;
		height: 85vh;
		object-fit: cover;
	}

	.home_projetos_left_card h2 {
		font-size: 24px;
		border: none;
	}

	.home_projetos_left_card p {
		font-size: 18px;
		margin-top: 20px;
		border: none;
	}

	.home_projetos_left_card_icon {
		position: static;
		margin-top: 30px;
		border: none;
	}

	.home_projetos_tittle {
		align-items: center;
		display: flex;
		justify-content: space-around;
		padding: 40px;
		width: 100%;
	}

	.home_projetos_tittle p {
		margin: 0;
		padding: 0;
		width: auto;
	}

	.home_projetos_tittle img {
		object-fit: cover;
		width: 75%;
	}

	.home_quem_somos {
		height: auto;
		margin-top: 0;
		display: flex;
		flex-direction: column;
	}

	.home_quem_somos_left,
	.home_quem_somos_right {
		display: none;
	}

	.home_quem_somos_card {
		position: relative;
		top: 0;
		left: 0;
		flex-direction: column;
		width: 100%;
		height: auto;
		border: none;
		margin-bottom: 40px;
	}

	.home_quem_somos_card_left {
		width: 100%;
		height: auto;
	}

	.home_quem_somos_card_left img {
		width: 100%;
		height: auto;
		object-fit: cover;
		display: block;
	}

	.home_quem_somos_card_right {
		max-width: 500px;
		width: 90%;
		margin: -60px auto 0 auto;
		background: #fff;
		box-shadow: 0 0 10px rgba(0,0,0,.3);
		padding: 50px;
	}

	.home_quem_somos_card_right h2 {
		font-size: 24px;
		margin-bottom: 20px;
		border: none;
		text-align: center;
	}

	.home_quem_somos_card_right p {
		font-size: 16px;
		line-height: 1.5;
		border: none;
		text-align: justify;
	}

	.home_ambientes { height: 100vh; }

	.home_ambientes_block_left_top { height: 65vh; }

	.home_ambientes_block_card { width: 640px; }
	
	@media screen and (min-height: 1024px) {
		.home_ambientes_block_card_left_text { top: 45%; }
	}

	.home_ambientes_block_card_left_ul_li a { font-size: 20px; }

	.home_ambientes_block_card_right_prev,
	.home_ambientes_block_card_right_prox { top: 35%; }

	.home_ambientes_block_card_right_prev { left: -40px; }

	.home_ambientes_block_card_right_prox { right: -40px; }

	.home_ambientes_block_card_right_prev img,
	.home_ambientes_block_card_right_prox img { object-fit: scale-down; }

	.home_endereco {
		height: 100%;
		margin-top: 130px;
	}

	.home_endereco_block_top {
		display: none;
	}

	.home_endereco_block_images {
		width: 100%;
	}

	.home_endereco_block_images1 {
		height: 140%;
		object-fit: cover;
		width: 50%;
	}

	.home_endereco_block_images2 {
		height: 140%;
		object-fit: cover;
		width: 50%;
	}

	.home_endereco_block_text {
		left: 12%;
		width: 75%;
	}

	.divisor {
		display: block;
		height: 25px;
	}

	.orcamento { padding: 60px 0; }

	.home_endereco_block_text_image a p {
		font-size: 12px;
	}

	.institucional_logo_tittle p {
		margin: 0;
		padding: 0;
	}

	.institucional_block_1 {
		display: block;
		width: 85%;
		margin: 0 auto 700px auto;
	}

	.institucional_block_1_left {
		width: 100%;
	}

	.institucional_block_1_left img {
		width: 100%;
	}

	.institucional_block_1_right {
		width: 100%;
	}

	.institucional_block_1_right h2 {
		text-align: center;
	}

	.institucional_block_shadow {
		top: -5%;
		left: 35%;
		bottom: 0;
	}

	.institucional_block_2 {
		flex-direction: column;
		gap: 100px;
	}

	.institucional_block_2_card {
		margin-bottom: 100px;
		width: 100%;
	}

	.institucional_block_2_card p,
	.institucional_block_3_card p {
		height: auto;
		margin-bottom: 45px;
	}

	.institucional_block_2_card h2,
	.institucional_block_3_card h2 {
		margin: 65px auto 50px;
	}

	.teste {
		display: none;
	}

	.teste2 {
		height: 40%;
		left: 0;
		top: 25%;
		width: 50%;
	}

	.teste3 {
		background: url("../images/fundo-cinza.png");
		bottom: 0%;
		display: block;
		height: 42%;
		position: absolute;
		right: 0;
		width: 50%;
		z-index: -1;
	}

	.institucional_block_3 {
		flex-direction: column;
		gap: 100px;
		margin: 0 auto;
		width: 85%;
	}

	.institucional_block_3_card {
		width: 100%;
	}

	.institucional_block_3_card {
		align-content: center;
	}

	.ambientes_block_1 {
		display: block;
	}

	.ambientes_block_1_left {
		width: 100%;
	}

	.ambientes_block_1_right {
		height: 30vh;
		width: 100%;
	}

	.ambientes_block_3 {
		display: block;
	}

	.ambientes_block_3_left {
		width: 100%;
	}

	.ambientes_block_3_right {
		height: 30vh;
		width: 100%;
	}

	.ambiente_tittle {
		display: block;
		padding: 40px;
	}

	.ambiente_tittle h2 {
		font-size: 36px;
		font-weight: 200;
		line-height: 125%;
	}
	.ambientes_block_1_card {
		left: 25%;
		top: 60%;
		height: 300px;
		width: 50%;
	}

	.ambientes_block_1_card h2 {
		margin-bottom: 70px;
	}

	.ambientes_block_3_card {
		left: 25%;
		top: 60%;
		height: 300px;
		width: 50%;
	}

	.ambientes_block_3_card h2 {
		margin-bottom: 70px;
	}

	.ambientes_block_2 {
		display: block;
	}

	.ambientes_block_2_left {
		width: 100%;
	}

	.ambientes_block_2_left img {
		display: block;
		height: 100vh;
		opacity: 1;
    	transition: opacity 1.5s ease-in-out;
		width: 100%;
	}

	.ambientes_block_2_right {
		background: none;
		height: 30vh;
		width: 100%;
	}
	
	.ambientes_block_2_right img {
	    object-fit: cover;
	}

	.ambientes_block_2_card {
		left: 25%;
		top: 60%;
		height: 300px;
		width: 50%;
	}

	.ambientes_block_4 {
		display: block;
	}

	.ambientes_block_4_left {
		width: 100%;
	}

	.ambientes_block_4_left img {
		display: block;
		height: 100vh;
		width: 100%;
	}

	.ambientes_block_4_right {
		background: none;
		height: 30vh;
		width: 100%;
	}

	.ambientes_block_4_card {
		left: 25%;
		top: 60%;
		height: 300px;
		width: 50%;
	}

	.orcamento { padding: 80px 0; }

	.orcamento_block1 {
		display: block;
		width: 75%;
	}

	.orcamento_block1_card {
		margin: 50px 0;
	}

	.orcamento a {
		font-size: 16px;
	}

	.orcamento_block2 {
		background: #000;
		display: block;
	}

	.orcamento_block2_left {
		margin: 0 auto;
	}

	.orcamento_block2_right {
		margin: 0 auto;
		padding: 0;
	}
	
	.terms-container {
        width: 100%;
	}

	.projetos_block {
		display: block;
	}

	.projetos_block_left {
		width: 100%;
	}

	.projetos_block_left_text {
		left: 10px; bottom: 10px;
		width: calc(100% - 20px);
	}

	.projetos_block_right {
		height: auto;
		width: 100%;
	}

	.projetos_block_right img {
		height: 170px;
		width: 25%;
	}
}

@media screen and (max-width: 850px) {
	.home_endereco_block_text_information h2 {
		font-size: 22px;
	}

	.home_endereco_block_text_information p {
		font-size: 14px;
	}

	.home_endereco_block_text_image a {
		padding: 10px;
	}
}

@media screen and (max-width: 750px) {
	.home_endereco_block_text_information {
		width: 70%;
	}

	.home_endereco_block_text_image {
		width: 20%;
	}

	.projetos_block_right img {
		height: 130px;
	}
}

@media screen and (max-width: 715px) {
	.home_projetos_tittle p {
		font-size: 15px;
	}

	.home_projetos_tittle img {
		width: auto;
	}
}

@media screen and (max-width: 660px) {
	.home_projetos_tittle img {
		width: 70%;
	}
}

@media screen and (max-width: 576px) {
	header { position: relative; }

	.header {
		max-width: 100vw;
		height: 95px;
		transform: translateZ(0);
	}

	.header_hamburguer .btn {
		width: 30px;
		padding: 0;
	}

	.header_logo a {
		position: absolute;
		left: 50%;
		width: 140px;
		height: auto;
		margin-left: -70px;
	}

	.home_banner { height: 524px; }

	.home_projetos_left_card { min-height: auto; }

	.home_projetos_right,
	.home_quem_somos_card_left {
		height: 400px;
	}

	.institucional_block_1_left button {
		right: 50%;
		margin-right: -50px;
	}

	.home_projetos_right_carousel img,
	.home_quem_somos_card_left img { height: 100%; }

	.home_ambientes_block_left,
	.home_ambientes_block_right { display: none; }

	.home_ambientes_block_card {
		position: static;
		left: initial; top: initial;
		width: 100%;
		height: auto;
		flex-direction: column;
		align-items: center;
		transform: translateX(0);
	}

	.home_ambientes {
		height: initial;
		margin-bottom: 320px;
		background: transparent;
	}

	.home_ambientes_block { display: block; }

	.home_ambientes_block_card_left_ul .home_ambientes_block_card_left_ul_li:last-child { margin-bottom: 0; }

	.home_ambientes_block_card_left {
		padding: 20px;
		width: 85%;
		background-color: #000;
	}

	.home_ambientes_block_card_left_text {
		top: 255%; left: 0;
		width: 100%;
		height: auto;
		bottom: initial;
		box-shadow: 0 0 10px rgba(0, 0, 0, .3);
	}

	.home_ambientes_block_card_right,
	.home_ambientes_block_card_right img {
		height: 400px;
	}

	.home_ambientes_block_card_right .home_ambientes_block_card_right_prev,
	.home_ambientes_block_card_right .home_ambientes_block_card_right_prox { display: none !important; }

	.home_ambientes_block_card_left_text .home_ambientes_block_card_right_prev,
	.home_ambientes_block_card_left_text .home_ambientes_block_card_right_prox {
		position: static;
		display: block;
	}

	.home_ambientes_block_card_buttons {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
	}

	.home_endereco { margin-top: 60px; }

	.home_endereco_block_images {
		height: 395px;
	}

	.home_endereco_block_images1,
	.home_endereco_block_images2 {
		height: 175%;
		margin-top: -100px;
	}

	.home_endereco_block_images1 {
		padding: 0 20px 0 0;
	}

	.home_endereco_block_images2 {
		padding: 0 0 0 20px;
	}

	.home_endereco_block_text {
		left: 50%; bottom: -30px;
		width: 85%;
		height: auto;
		margin-left: -42.5%;
	}

	.home_endereco_block_text_information { width: 60%; }

	.home_endereco_block_text_information h2 {
		margin-bottom: 25px;
	}

	.home_endereco_block_text_information p {
		margin-top: 0;
		margin-bottom: 15px;
	}

	.home_endereco_block_text_image { width: 30%; }

	.orcamento { padding: 100px 0; }

	.institucional_block_1_right { margin-top: 40px; }

	.institucional_block_1 { margin: 0 auto 850px; }

	.ambientes_block { margin-bottom: 200px; }

	.ambientes_block_1_left img,
	.ambientes_block_2_left img,
	.ambientes_block_3_left img,
	.ambientes_block_4_left img { height: 400px; object-fit: cover; }

	.ambientes_block_1_card,
	.ambientes_block_2_card,
	.ambientes_block_3_card,
	.ambientes_block_4_card {
		top: initial; left: 50%;
		bottom: -40%;
		width: 85%;
		height: auto;
		margin-left: -42.5%;
		box-shadow: 0 0 10px rgba(0, 0, 0, .3);
	}

	.ambientes_block_1_card h2,
	.ambientes_block_1_right,
	.ambientes_block_2_right,
	.ambientes_block_2_card h2,
	.teste4, .teste5,
	.ambientes_block_3_right,
	.ambientes_block_3_card h2,
	.ambientes_block_4_right,
	.ambientes_block_4_card h2 { display: none; }

	.acabamentos_logo_tittle {
		padding: 10px 30px;
	}

	.acabamentos_block_geral_dropdown {
		gap: 5%;
	}

	.acabamentos_card_item {
		width: initial;
		flex: 0 0 30%;
		margin-bottom: 20px;
	}

	.acabamentos_card_item p { font-size: 16px; }

	.acabamentos_logo_tittle img,
	.orcamento_logo_tittle img { width: 40%; }

	.orcamento_block1 { width: 85%; }

	.orcamento_block2 {
		width: 100%;
		margin-bottom: 50px;
		padding: 45px 30px;
	}

	.orcamento_block2_left { width: initial; }

	.orcamento_block2_left_card {
		display: flex;
		flex-direction: row;
		gap: 10px;
	}

	.orcamento_block2_left_card h2 {
		flex: 0 0 40px;
		font-size: 48px;
	}

	.orcamento_block2_left_card p {
		flex: 1 1 auto;
		font-size: 18px;
	}

	.orcamento_block2_right { width: 85%; }

	.orcamento_block2_right p { margin: 75px 0 45px; }

	.orcamento a {
		font-size: 14px;
		padding: 20px;
	}

	.orcamento1 { padding: 50px 0; }

	.projetos_block_left { height: 60vh; }

	.projetos_block_left img { padding: 0; }

	.footer {
		margin-top: 20px;
		padding-top: 20px;
	}
}

@media screen and (max-width: 480px) {
	.home_projetos_tittle img {
		width: 50%;
	}
}

/*=======================================================================================================================
=========================================================================================================================
=======================================================================================================================*/

/*Início Lightbox Vídeo*/

.video-lightbox {
	align-items: center;
	background-color: rgba(0, 0, 0, .85);
	display: none;
	height: 100%;
	inset: 0;
	justify-content: center;
	padding: 40px;
	position: fixed;
	width: 100%;
	z-index: 2000;
}

.video-lightbox.is-visible {
	display: flex;
}

.video-lightbox__content {
	max-width: 960px;
	position: relative;
	width: 100%;
}

.video-lightbox__player {
	background-color: #000;
	border-radius: 8px;
	overflow: hidden;
	width: 100%;
}

.video-lightbox__player video {
	display: block;
	height: auto;
	max-height: 80vh;
	width: 100%;
}

.video-lightbox__close {
	align-items: center;
	background: rgba(0, 0, 0, .6);
	border: none;
	border-radius: 999px;
	cursor: pointer;
	display: flex;
	height: 44px;
	justify-content: center;
	padding: 0 16px;
	position: absolute;
	right: -16px;
	top: -16px;
	transition: background-color .2s ease;
	width: auto;
}

.video-lightbox__close:hover {
	background: rgba(0, 0, 0, .9);
}

.video-lightbox__close span {
	color: #fff;
	font-size: 30px;
	line-height: 1;
	width: auto;
}

@media screen and (max-width: 768px) {
	.video-lightbox {
		padding: 24px;
	}

	.video-lightbox__close {
		right: 0;
		top: -50px;
	}
}

/*Fim Lightbox Vídeo*/