/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/
body {
	font-family: 'MozaicHUM';
}

:root {
	--cor-primaria-text: #3D434E;
	--cor-secundaria-text: #858180;
	--cor-terciaria-text: #E0E1E2;
	--cor-blue: #23A5B9;
}

.btn-see-building span {
	padding: 0px 20px;
	border: 1px solid #17AFC7;
	color: #17AFC7;
	background: white;
	display: flex;
	align-items: center;
	border-right: none;
	font-weight: 500;
	transition: background 0.8s ease;
}

.btn-see-building span:hover {
	color: #ffffff;
	background: #17AFC7;
}

.btn-see-building div {
	background-color: #17AFC7;
	padding: 0 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #17AFC7;
}

.section-title {
	width: 30%;
	margin: 0 auto 40px auto;
	text-align: center;
	font-weight: 100;
	text-transform: uppercase;
	border-bottom: 1px solid;
	color: var(--cor-primaria-text);
}

.filtro-empreendimentos-barra {
	display: flex;
	justify-content: center;
	margin: 2% auto;
}

.filtro-empreendimentos-barra button,
.filtro-empreendimentos-barra button:hover,
.filtro-empreendimentos-barra .btn:first-child:active {
	border: 1px solid var(--cor-blue);
	color: var(--cor-terciaria-text);
	padding: 10px 20px;
	background-color: var(--cor-blue);
}

.filter-bottom-border{
	display: flex;
	gap: 40px;
}
.filtro-btn {
	text-transform: uppercase;
	text-decoration: none;
	cursor: pointer;
}

.filtro-btn.ativo {
	color: var(--cor-blue);
	border-bottom: 1px solid var(--cor-blue);
}


.filtro-btn:hover{
	position: relative;
	color: var(--cor-blue);
}

.card-item-images{
	display: flex;
	overflow: hidden;
	gap: 10px;
	height: 525px;
}
.card-item-first-img {
	width: 30%;
}
.card-item-first-img div{
	height: 100%;
}
.card-item-first-img img{
	width: 100%;
		height: 100%;
	object-fit: cover;
}
.card-item-second-img{
	width: 100%;
}
.card-item-second-img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.card-item-info {
	display: flex;
	justify-content: space-between;
	align-items: center;
	text-transform: uppercase;
	padding: 16px 0 25px 0;
}



.card-item-info-title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 40%;
}

.card-item-info-title h2 {
		color: #3D434E;
		font-size: 20px;
		margin-bottom: 0;
}

.card-item-info-title span {
	color: #3D434E;
	font-weight: 100;
	font-size: 20px;
}

#title-page-empreendi {
	text-align: center;
	color: #3D434E;
	margin-top: 2%;
}

#page-archive-empreendi {
	margin-bottom: 100px;
}

/* Botão filtro empreendimentos */

.btn-mobile-filter {
    display: none;
    padding: 10px 15px;
    background-color: #3D434E;
    color: white;
    border: none;
    cursor: pointer;
    margin-bottom: 10px;
}

@media(max-width: 1300px) {

	.btn-mobile-filter {
        display: block;
    }

		.filtro-collapse {
		display: block;
		position: fixed;
		left: -999px;
		top: 90px;
		bottom: 0;
		transition: left 1s ease;
		background-color: #fff;
		padding: 40px;
		border-radius: 0;
	}

	.filtro-collapse.active {
		display: block;
		top: 0px;
		bottom: 0;
		left: 0px;
	}
	.card-item-images {
		height: 30vh;
	}

	.card-item-first-img img {
		object-fit: cover;
	}
	.card-item-second-img img {
		object-fit: cover;
	}

	.filtro-collapse.active {
		top: 82px;

	}

	.filter-bottom-border {
		flex-direction: column;
		text-align: center;
		padding: 6% 15%
	}
}

/* Comportamento para mobile */
@media (max-width: 768px) {
	.filtro-empreendimentos-barra {
		position: relative;
	}

    .btn-mobile-filter {
        display: block;
    }

	.filter-bottom-border {
		flex-direction: column;
		text-align: center;
		padding: 6% 15%
	}

}




@media(max-width: 600px) {
	.off-canvas-menu-container .menu-item-object-page .wrap,
	.off-canvas-menu-container .menu-item-object-custom  .wrap {
		font-family: 'MozaicHUM'!important;
	}

	.filtro-empreendimentos-barra{
		padding: 5% 15%
	}

	.filtro-collapse.active {
		top: 60px;

	}

	.filter-bottom-border {
		flex-direction: column;
		text-align: center;
		padding: 6% 15%
	}

	.filter-bottom-border a{
		border: none;
	}

	#page-archive-empreendi {

		padding: 0;
	}
	#title-page-empreendi {
	font-size: 26px;
	}
	.card-item-second-img {
	display: none;
	}
	.card-item-first-img{
	width: 100%;
	}

	.btn-see-building div {
		padding: 1px;
	}

	.btn-see-building a {
		font-size: 12px;
	}

	.card-item-info {
		flex-direction: column;
		line-height: 2.2;
		padding: 10px 0!important;
	}

	.card-item-info-title{
		flex-direction: column;
		padding-bottom: 4px;
		width: 100%;
	}

	.card-item-info h2{
		line-height: 1;
	}
	.card-item-info span {
		margin: 0;
		font-size: 12px;
	}
}

/* Single Style */

.text-title {
	font-family: 'MozaicHUM';
	font-size: 30px;
	color: var(--cor-primaria-text);
	text-transform: uppercase;
    letter-spacing: 3px;
}

.text-normal {
	font-size: 14px;
	color: var(--cor-secundaria-text);
	line-height: 1.5;
	font-weight: 400;
	text-align: left;
	letter-spacing: 1px;
}

.container-main {
	max-width: 1465px;
	margin: auto;
}
/* Section Below first slider section info*/
.detais-info-empreendimento {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.section-details-empreendimento-main-image img{
	max-width: 640px;
	height: 827px;
	object-fit: cover;
}

.detais-info-empreendimento-items {
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
}

.detais-info-empreendimento-items .item-feature {
	font-size: 40px;
	color: var(--cor-primaria-text);
}

.detais-info-empreendimento-items .feature-description {
	font-size: 16px;
	color: var(--cor-primaria-text);
	padding-top: 10px;
}

.container-details-empreendimento {
	display: flex;
	align-items: stretch;
	padding: 0;
	margin: 80px 0;
}

.section-details-empreendimento-info {
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	padding-left: 11rem;
}

.section-details-empreendimento-info .text-title {
	font-weight: 100;
	font-size: 33px;
}

.section-details-empreendimento-info .text-normal {
	font-size: 18px;
}

.section-apartament .swiper img,
.section-leisure .swiper img {
	width: 1465px;
	height: 540px;
	object-fit: cover;
}

.painel-items-leisure,
.painel-items-apartament{
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-template-rows: repeat(2, 1fr);
	gap: 8px;
	justify-items: center;
}

.painel-items-leisure {
	color: var(--cor-secundaria-text);
	padding: 80px 0;
}

.item-leisure,
.item-apartament {
	font-size: 16px;
	width: 80%;
}

.information-apartament-area{
	background-color: var(--cor-primaria-text);
	margin-top: -2px;
	color: var(--cor-terciaria-text);
}

.painel-items-apartament {
	padding: 80px 0;
}

.section-project-container {
	background-color: #ffffff;
	padding: 60px 0;
}

.section-project img {
	max-height: 800px;
}

.section-project .section-title.text-title {
	color: var(--cor-primaria-text)
	margin-top: 0!important;
}

.section-project .swiper-wrapper {
	padding-top: 20px;
}

/* Swiper Style */



.mySwiperProject .swiper-slide {
	display: flex;
	justify-content: center;
}

.mySwiperProject .swiper-pagination-bullet:nth-child(1)::before{
	content:'PLANTA TIPO';
	visibility: visible;
	color: var(--cor-primaria-text);
}
.mySwiperProject .swiper-pagination-bullet:nth-child(2)::before{
	content:'PLANTA LAZER';
	visibility: visible;
	color: var(--cor-primaria-text);
}

.mySwiperProject .swiper-pagination-bullet:nth-child(1)::before,
.mySwiperProject .swiper-pagination-bullet:nth-child(2)::before
{
	border-bottom: 1px solid var(--cor-primaria-text);
	padding-bottom: 4px;
	
}

.mySwiperProject .swiper-pagination-bullet-active{
	color: var(--cor-blue)!important;
	border-bottom: 1px solid var(--cor-blue);
}

.swiper-pagination {
	position: unset!important;
}
.swiper-pagination-bullet {
	visibility: hidden;
	width: 200px!important;
	text-align: center;
	font-size: 25px!important;
	color: var(--cor-terciaria-text)!important;
	opacity: 1!important;
	background: rgba(0, 0, 0, 0.2)!important;
}

.swiper-pagination-bullet-active {
	color: #fff!important;
	background: #007aff!important;
}

/* SECTION VIRTUAL TOUR */
.section-virtual-tour-container {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background: rgb(255,255,255);
	background: linear-gradient(180deg, rgba(255,255,255,1) 64%, rgba(61,67,78,1) 64%);
	margin-top: 80px;
}

.container-tour{
	padding: 40px 0;
}

.section-virtual-tour .text-title{
	font-size: 60px;
	font-weight: 800;
	color: var(--cor-primaria-text);
}

.section-sub-title-tour {
	font-size: 19px;
	font-weight: 100;
	color: var(--cor-primaria-text);
	padding-bottom: 40px;
}

/* SECTION BUILDING */

.section-building{
	font-family: 'KonigDisplay';
	padding: 80px 0;
	background-color: var(--cor-primaria-text);
}


.title-building .text-title {
	font-size: 60px;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 1;
	color: var(--cor-terciaria-text);
}

.title-building .text-normal {
	color: var(--cor-terciaria-text);
}

.section-building-container {
	display: flex;
	justify-content: center;
	align-items: flex-start;
}

.stage-building {
	width: 63%;
	display: flex;
	flex-direction: column;
	gap: 35px;
}

.title-building {
	width: 50%;
}

.line-building-info {
	width: 100%;
	height: 20px;
	border: 2px solid var(--cor-secundaria-text);
}

.stage-info {
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #E0E1E2;
	font-family: 'KonigDisplay Bold', sans-serif;
}

.label_info {
	text-transform: uppercase;

}

/* SECTION CONTACT */

.section-contact {
	background-color: var(--cor-blue);
	font-family: 'KonigDisplay Bold', sans-serif;
	padding: 80px 0;
}

.contact-container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 40px;
}

.contact-call-to-action,
.form-contact {
	width: 50%;
}

.contact-call-to-action h3 {
	font-size: 57px;
	font-weight: 100;
	color: var(--cor-primaria-text);
	line-height: 1;
	margin-bottom: 22px;
}

.call-to-action-single {
	border: none;
	padding: 10px;
	background-color: var(--cor-primaria-text);
	color: var(--cor-blue);
}

.section-image-first img{
	width: 100%;
	height: 78vh;
	object-fit: cover;
}
@media(max-width: 1300px) {
	.container-main {
		padding: 0 20px;
	}

	.section-title {
		width: 40%;
	}

/* Section Details Empreendimento */
	.container-details-empreendimento {
		flex-direction: column-reverse;
		margin: 68px 0;
	}
	.section-details-empreendimento-main-image {
		width: 100%;
	}

	.section-details-empreendimento-main-image img {
		width: 100%;
		height: 60vh;
		object-fit: contain;
	}

	.section-details-empreendimento-info {
		width: 100%;
		padding: 0;
	}

	.section-details-empreendimento-info .text-title{
		font-size: 24px;
	}

	.section-details-empreendimento-info .text-normal {
		font-size: 18px;
	}

	.detais-info-empreendimento {
		padding-bottom: 20px;
	}

	.detais-info-empreendimento-items .item-feature {
		font-size: 24px;
	}

	.feature-description {
		font-size: 16px;
		padding-top: 0;
	}

	/* SECTION LEISURE */

	.painel-items-leisure {
		grid-template-columns: repeat(3, 1fr);
		gap: 20px;
		padding: 12px 0;
		margin-left: 0;
		    justify-items: center;
	}

	.item-leisure,
	.item-apartament {
		font-size: 16px;
		width: 100%;
		list-style: none;
		border-bottom: 1px solid;
	}

	/* SECTION PROJECT */


	.mySwiperProject .swiper-slide img {
		object-fit: contain;
	}

	/* SECTION APARTAMENTS */
	.painel-items-apartament {
		grid-template-columns: repeat(3, 1fr);
		grid-template-rows: repeat(2, 1fr);
		gap: 20px;
		padding: 12px 20px 80px 20px;
		margin-left: 0;
	}

	/* Section Building (Andamento de Obra) */
	.section-building {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.title-building {
		width: 100%;
		padding-bottom: 20px;
	}

	.section-building-container {
	flex-direction: column;
	align-items: center;
	}

	.title-building .text-title {
		font-size: 30px;
	}

	.stage-building {
		width: 100%;
		gap: 20px;
	}
	.line-building-info {
	height: 10px;
	}
	.label_info {
	font-size: 14px;
	}

	/* Section Contact*/

	.section-contact{
		padding: 68px 0;
	}

	.contact-container {
		display: flex;
		flex-direction: column;
	}
	
	.contact-call-to-action,
	.form-contact {
		width: 100%;
	}

	.contact-call-to-action {
		padding-bottom: 40px;
	}

	.contact-call-to-action h3 {
		font-size: 24px;
	}

	/* Swiper */
	.mySwiperThree .swiper-slide img,
	.mySwiperTwo .swiper-slide img
	{
		width: 100%;
		height: 40vh;
		object-fit: cover;
	}
	
	/* SECTION MAP */
	.section-map {
		max-height: 60vh;
	}
	.section-map .img-map img {
		width: 100%
	}

}

@media (max-width: 600px) {

	/* Ajustes gerais */
	.text-title {
		text-transform: uppercase;
	}

	.text-normal {
		font-size: 18px;
	}

	.container-main {
		padding: 0 20px;
	}

	.section-image-first img{
		width: 100%;
		height: 74vh;
		object-fit: cover;
	}

	.section-title {
		width: 80%;
		margin-top: 40px;
		margin-bottom: 20px;
	}

	/* Section Details Empreendimento */
	.container-details-empreendimento {
		flex-direction: column-reverse;
		margin: 68px 0;
	}
	.section-details-empreendimento-main-image {
		width: 100%;
	}

	.section-details-empreendimento-main-image img {
		width: 100%;
		height: 60vh;
		object-fit: cover;
	}

	.section-details-empreendimento-info {
		width: 100%;
		padding: 0;
	}

	.section-details-empreendimento-info .text-title{
		font-size: 24px;
	}

	.section-details-empreendimento-info .text-normal {
		font-size: 18px;
	}

	.detais-info-empreendimento {
		padding-bottom: 20px;
	}

	.detais-info-empreendimento-items .item-feature {
		font-size: 24px;
	}

	.feature-description {
		font-size: 16px;
		padding-top: 0;
	}

	/* Área de Lazer (Leisure) */
	.painel-items-leisure {
		display: flex;
		flex-direction: column;
		justify-content: center;
		padding: 40px 20px;
	}

	/* Apartamentos */
	.painel-items-apartament {
		display: flex;
		flex-direction: column;
		justify-content: center;
		padding: 40px 40px;
	}

	
	.item-leisure,
	.item-apartament {
		font-size: 16px;
		width: 100%;
		list-style: none;
		border-bottom: 1px solid;
	}

	/* Section Project / Plantas */

	.mySwiperProject .swiper-pagination-bullet:nth-child(1)::before,
	.mySwiperProject .swiper-pagination-bullet:nth-child(2)::before{
		font-size: 18px;
	}

	.section-project .swiper-pagination-bullets {
		padding: 40px 0;
	}

	.section-project .swiper-pagination-bullets {
		padding-bottom: 12px;
	}


	.mySwiperProject .swiper-slide img {
	width: 50%;
	height: auto;
	object-fit: cover;
	}
	.section-project .swiper-pagination-bullet {
	width: auto !important;
	margin: 0 5px;
	padding: 0 10px;
	}

	/* Virtual Tour */
	.section-virtual-tour {
		margin-top: 68px;
	}

	.section-virtual-tour .text-title{
		font-size: 24px;
		text-transform: uppercase;
	}

	.container-tour img {
	width: 100%;
	height: auto;
	object-fit: cover;
	}

	.container-tour{
		padding: 20px 0;
	}

	/* Section Building (Andamento de Obra) */

	.section-building {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.title-building {
		width: 100%;
		padding-bottom: 20px;
	}

	.section-building-container {
	flex-direction: column;
	align-items: center;
	}

	.title-building .text-title {
		font-size: 24px;
	}

	.stage-building {
		width: 100%;
		gap: 20px;
	}
	.line-building-info {
	height: 10px;
	}
	.label_info {
	font-size: 14px;
	}

  /* Section Contact*/

	.section-contact{
		padding: 68px 0;
	}

	.contact-container {
		display: flex;
		flex-direction: column;
	}
	
	.contact-call-to-action,
	.form-contact {
		width: 100%;
	}

	.contact-call-to-action {
		padding-bottom: 40px;
	}

	.contact-call-to-action h3 {
		font-size: 24px;
	}

	/* Swiper */
	.mySwiperThree .swiper-slide img,
	.mySwiperTwo .swiper-slide img
	{
		width: 100%;
		height: 40vh;
		object-fit: cover;
	}
}