@font-face {
	font-family: 'Josefin Sans';
	src: url('../fonts/JosefinSans-Medium.eot');
	src: url('../fonts/JosefinSans-Medium.eot?#iefix') format('embedded-opentype'),
	url('../fonts/JosefinSans-Medium.woff2') format('woff2'),
	url('../fonts/JosefinSans-Medium.woff') format('woff'),
	url('../fonts/JosefinSans-Medium.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Josefin Sans';
	src: url('../fonts/JosefinSans-Bold.eot');
	src: url('../fonts/JosefinSans-Bold.eot?#iefix') format('embedded-opentype'),
	url('../fonts/JosefinSans-Bold.woff2') format('woff2'),
	url('../fonts/JosefinSans-Bold.woff') format('woff'),
	url('../fonts/JosefinSans-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Josefin Sans';
	src: url('../fonts/JosefinSans-Light.eot');
	src: url('../fonts/JosefinSans-Light.eot?#iefix') format('embedded-opentype'),
	url('../fonts/JosefinSans-Light.woff2') format('woff2'),
	url('../fonts/JosefinSans-Light.woff') format('woff'),
	url('../fonts/JosefinSans-Light.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Josefin Sans';
	src: url('../fonts/JosefinSans-Medium_1.eot');
	src: url('../fonts/JosefinSans-Medium_1.eot?#iefix') format('embedded-opentype'),
	url('../fonts/JosefinSans-Medium_1.woff2') format('woff2'),
	url('../fonts/JosefinSans-Medium_1.woff') format('woff'),
	url('../fonts/JosefinSans-Medium_1.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Josefin Sans';
	src: url('../fonts/JosefinSans-Bold_1.eot');
	src: url('../fonts/JosefinSans-Bold_1.eot?#iefix') format('embedded-opentype'),
	url('../fonts/JosefinSans-Bold_1.woff2') format('woff2'),
	url('../fonts/JosefinSans-Bold_1.woff') format('woff'),
	url('../fonts/JosefinSans-Bold_1.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Josefin Sans';
	src: url('../fonts/JosefinSans-Light_1.eot');
	src: url('../fonts/JosefinSans-Light_1.eot?#iefix') format('embedded-opentype'),
	url('../fonts/JosefinSans-Light_1.woff2') format('woff2'),
	url('../fonts/JosefinSans-Light_1.woff') format('woff'),
	url('../fonts/JosefinSans-Light_1.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}




html, body { font-family: 'Josefin Sans'; height: 100%; font-size:17px; font-weight: 400;}

a {
	transition: .3s all;
}

:target:before {
	content:"";
	display:block;
	height:70px; /* fixed header height*/
	margin:-70px 0 0; /* negative fixed header height */
}

.cabecalho {
	position: relative;
}

.navbar-brand {
	padding-right: 2rem;
}

.navbar {
	position: absolute;
	width:100%;
	z-index: 2;
	top: 0;
	left: 0;
}

.navbar>.container-fluid {
	justify-content: center;
	width: auto;
}

.nav-link {
	color: #fff;
	padding: 0.5rem 2.5rem!important;
	font-size: .8rem;
}
.nav-item.active .nav-link::after {
	content: "";
	display: block;
	width: 100%;
	height: 2px;
	background: #a0a096;
	transition: .3s all;
}

.nav-link:hover {
	color: #bdbeb7;
}
.nav-link::after {
	content: "";
	display: block;
	width: 0%;
	height: 2px;
	background: #fff;
	transition: .3s all;
	z-index: 2;
}
.nav-link:hover::after {
	width: 100%;
}

.navbar-toggler-icon {
	background-image: url(../img/9034957_menu_icon.svg);
}

.navbar-toggler, .navbar-toggler:focus {
	box-shadow: 0px 0px 5px 3px #71726c;
}

.conteudoInicial {
	height: 100vh;
	padding: 0;
}

.carousel, .carousel-inner, .carousel-item {
	height: 100%;
}

.carousel-inner .Vspoland, .carousel-inner .chelsea {
	height:100%;
	background-size: cover;
	background-position: center;
	color: #fff;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	animation: imagemAnim 20s infinite alternate;
	overflow: hidden;
}

.anim2 {
	width: 110%;
	animation: imagemAnim2 20s infinite alternate!important;
}


.carousel-inner .Vspoland {
	background-image: url(../img/img-poland-01.jpg);
}
.carousel-inner .chelsea {
	background-image: url(../img/img-chelsea-01.jpg);
}	
.carousel-inner .chelsea.projeto {
	background-image: url(../img/projeto.jpg);
}
.carousel-inner .chelsea.localizacao {
	background-image: url(../img/localizacao--.jpg);
}
.carousel-inner .chelsea.areascomuns {
	background-image: url(../img/areascomuns-.jpg);
}

.carousel-inner .chelsea.obra {
	background-image: url(../img/obra-.jpg);
}

.carousel-inner .chelsea.cliente {
	background-image: url(../img/manual.jpg);
}
.carousel-inner .chelsea.contato {
	background-image: url(../img/contato.jpg);
}

@keyframes imagemAnim {
	from {
		transform: scale(1);
	}
	to {
		transform: scale(1.1);
	}
}	

@keyframes imagemAnim2 {
	from {
		transform: translate(-50px,0px);
	}
	to {
		transform: translate(0px,0px);
	}
}	


.Vspoland h2 {
	font-weight: bold;
	letter-spacing: .3rem;
	font-size: 2.5rem;
	margin-bottom: 1rem;
}

.Vspoland h2::after {
	content: "";
	border-bottom: 1px solid #fff;
	width: 50%;
	display: block;
	margin: auto;
}

.chelsea h2 {
	font-weight: bold;
	letter-spacing: .3rem;
	font-size: 2.5rem;
	margin-bottom: 1rem;
}

.logoChelsea {
	max-width: 304px;
	width: 100%;
}

.chelsea a {
	display: block;
	border: 2px solid;
	border-radius: 15px;
	padding: 10px 15px 8px 15px;
	background: rgba(0,0,0,.5);
	color: #fff;
	text-decoration: none;
}	
.chelsea a:hover {
	background: rgba(0,0,0,.8);
	color: #bdbeb7;
}

.setinha {
	display: block;
	position: absolute;
	bottom: 50px;
	left: 0;
	width: 100%;
	text-align: center;
	animation: setinhaAnim 2s infinite normal;
	opacity: .5;
}
.setinha svg {
	border: 1px solid #fff;
	fill: #fff;
	border-radius: 100px;
}

@keyframes setinhaAnim {
	0% {
		bottom: 50px;
	}
	40% {
		bottom: 35px;
	}
	50% {
		bottom: 40px;
	}
	60% {
		bottom: 35px;
	}
	100% {
		bottom: 50px;
	}
}

.conteudoHomeTexto .row {
	margin: 3rem auto;
}

.conteudoHomeTexto .coluna1 {
	font-size: 2.4rem;
	font-weight: bold;
	color: #403e2e;
	text-align: right;
}
.conteudoHomeTexto .colunaHome {
	font-size: 2rem;
	font-weight: bold;
	color: #403e2e;
	text-align: left;
}
.conteudoHomeTexto .coluna1 span {
	display: block;
	font-weight: 400;
	font-size: 1rem;
}

.conteudoHomeTexto .coluna2 {
	font-size: 1.1rem;
	font-weight: 300;
	color: #403e2e;
}

.conteudoHomeFundadores {
	background: #818179;
}
.conteudoHomeFundadores .conteudoHomeFundadores01 {
	padding-top: 4rem;
	max-width: 700px;
	margin: auto;
}
.conteudoHomeFundadores .conteudoHomeFundadores02 {
	padding-bottom: 4rem;
	max-width: 600px;
	margin: auto;
	color: #fff;
	display: flex;
	justify-content: space-between;
}
.conteudoHomeFundadores .conteudoHomeFundadores02 span {
	display: block;
	font-size: 1.3rem;
	margin-top: 1rem;
}
.conteudoHomeFundadores .conteudoHomeFundadores02 div:nth-child(2){ 
	text-align: right; 
}
.rodape {
	padding: 4rem 0;
	text-align: center;
	background: #bdbeb7;
	color: #403e2e;
}

.rodape span {
	display: block;
	background: #818179;
	width: 100px;
	height: 100px;
	border-radius: 100px;
	padding: 12px;
	margin: -7rem auto 1.3rem auto;
}
.rodape span.bege{
	background: #dededb;
}
.rodape span.branco{
	background: #fff;
}

.rodape a {
	color: #403e2e;
	text-decoration: none;
}

.rodape a .whats { height:20px; margin-right: 5px; }

.fraserodape {
	font-size: .8rem;
	padding: 0 2rem;
}

/* ---------------------------------------------------- INTERNAS -------------------------------------------------------- */

.interna .navbar-brand {
	max-width: 200px;
}

.interna .nav-link {
	padding: 0.5rem 1rem!important;
}

.interna .navbar {
	background: rgba(64,62,46,.7);
}

.projeto h2::after {
	content: "";
	border-bottom: 1px solid #fff;
	width: 50%;
	display: block;
	margin: auto;
}

.conteudoProjeto, .conteudoApartamentos, .conteudoLocalizacao, .conteudoAreascomuns, .conteudoObras, .conteudoContato {
	background: #dededb;
	padding-top: 40px;
	padding-bottom: 70px;
	color: #585852;
}
.conteudoProjeto h3, .conteudoObras h3, .conteudoContato h3 {
	font-size: 2rem;
	font-weight: bold;
	margin-bottom: 40px;
	text-align: center;
}

.conteudoProjetoFachada {
	background-image: url(../img/projetos-fachada.jpg);
	background-size: cover;
	background-position: center;

}


.conteudoProjeto ul {
	margin: 0;
	padding: 0;
}

.conteudoProjeto li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	padding-bottom: 20px;
	line-height: 1rem;
}

.conteudoProjeto li img {
	max-width: 60px;
}

.conteudoProjeto li div:nth-child(1) {
	margin-right: 30px;
}
.conteudoProjeto li div:nth-child(2) {

}
.conteudoProjeto li div:nth-child(2) h4 {
	font-size: 1.2rem;
	font-weight: bold;
	margin: 0;
}

.conteudoApartamentos ul li{
	text-align: center;
	list-style: none;
	padding: 4px 0;
}
.conteudoApartamentosSlide {
	margin: 20px 0 50px 0;
}
.conteudoApartamentosSlide .carousel-item {
	text-align: center;
}
.conteudoApartamentosSlide img{
	max-width: 70%;
}
.conteudoApartamentosSlide .carousel-control-next, .conteudoApartamentosSlide .carousel-control-prev {
	opacity: 1;
}
.conteudoApartamentosPlantas {
	padding: 70px 0;
	color: #585852;
}
.conteudoApartamentosPlantas .menuPlantas {
	padding-bottom: 40px;
}

.conteudoApartamentosPlantas .menuPlantas a {
	display: block;
	border: 1px solid;
	margin: 20px auto;
	width: 20%;
	padding: 5px;
	border-radius: 50px;
	text-align: center;
	cursor: pointer;
	transition: all .3s;
	color: #585852;
	text-decoration: none;
}

.conteudoApartamentosPlantas .menuPlantas a.active { background: #ececec; }

.conteudoApartamentosPlantas .menuPlantas a:hover {
	background: #dededb;
}

.conteudoApartamentosPlantas .menuPlantas #plantagarden1 {
	display: none;
}

#imgsPlantasGarden01 {
	animation: imgsPlantasGarden01 1s alternate;
}
#imgsPlantasGarden02 {
	display: none;
	animation: imgsPlantasGarden02 1s alternate;
}
#imgsPlantasGarden03 {
	display: none;
	animation: imgsPlantasGarden02 1s alternate;
}
#imgsPlantas01 {
	display: none;
	animation: imgsPlanta01 1s alternate;
}
#imgsPlantas02 {
	display: none;
	animation: imgsPlanta02 1s alternate;
}
#imgsPlantas03 {
	display: none;
	animation: imgsPlanta01 1s alternate;
}
#imgsPlantas04 {
	display: none;
	animation: imgsPlanta02 1s alternate;
}

.conteudoApartamentosPlantas .descricaoPlantas ul{
	margin: 0;
	padding: 0;
}
.conteudoApartamentosPlantas .descricaoPlantas li{
	list-style: none;
	padding: 4px 0;
	margin: 0;
}

.conteudoApartamentosPlantas .descricaoPlantas .titulo { font-weight:bold; }

.descricaoPlantasGd02 {
	display: :block;
}

.descricaoPlantasGd03, .descricaoPlantasGd04, .descricaoPlantas01, .descricaoPlantas02, .descricaoPlantas03, .descricaoPlantas04 {
	display: none;
}

.imgPlantas01 h4 {
	color: #a4a4a4;
}

.conteudoApartamentosPlantas .imgPlantas02 {
	max-width: 500px;
	float: right;
	margin-top: 50px;
}

@keyframes imgsPlantasGarden01 {
	from {
		opacity: 0;
		margin-top: 100px;
	}
	to {
		opacity: 1;
		margin-top: 0px;
	}
}
@keyframes imgsPlantasGarden02 {
	from {
		opacity: 0;
		margin-top: 100px;
	}
	to {
		opacity: 1;
		margin-top: 0px;
	}
}
@keyframes imgsPlanta01 {
	from {
		opacity: 0;
		margin-top: 100px;
	}
	to {
		opacity: 1;
		margin-top: 0px;
	}
}
@keyframes imgsPlanta02 {
	from {
		opacity: 0;
		margin-top: 100px;
	}
	to {
		opacity: 1;
		margin-top: 0px;
	}
}

.conteudoLocalizacao {
	text-align: center;
}

.conteudoLocalizacao h3{
	font-size: 2rem;
	font-weight: bold;
	margin-bottom: 40px;
	text-align: center;
}

.conteudoLocalizacao ul {
	margin: 0;
	padding: 0;
}
.conteudoLocalizacao li {
	margin: 0;
	padding: 5px 0;
	list-style: none;
}

.conteudoLocalizacao img {
	margin: 40px 0 70px 0;
}
.conteudoAreascomuns {
	padding-top: 0px;
	padding-bottom: 70px;
}
.iconesAreascomuns  {
	text-align: center;
	margin: 40px auto;
}

.iconesAreascomuns img {
	max-width: 60px;
	margin: 40px 0 15px 0;
}

.conteudoObras {
	padding-bottom: 70px;
}

.iconesObras .col-md-2 {
	justify-content: end;
	align-items: center;
	display: flex;
	flex-direction: column;
}

.iconesObras span{
	width: 30px;
	height: 30px;
	border-radius: 30px;
	display: block;
	border: 2px solid;
	margin: 10px 0;
}
.iconesObras span.iniciado {
	background: #585852;
	z-index: 2;
}
.iconesObras span.naoIniciado {
	background: #dededb;
	z-index: 2;
}
.linhaTempo {
	position: relative;
	margin-bottom: 40px;
}

.linhaTempo strong {
	font-size: 12px;
	text-align: center;
}

.linhaTempo::before {
	content: "";
	border-bottom: 2px solid;
	width: 84%;
	position: absolute;
	top: 46%;
	left: 60px;
}

.conteudoContato ul, .conteudoContato li{
	margin: 0;
	padding: 0;
	list-style: none;
}

.conteudoContato label {
	width: 100%;
	display: block;
}
.conteudoContato input, .conteudoContato textarea {
	width: 100%;
	display: block;
	background: #dededb;
	border: 1px solid #585852;
	color: #585852;
	margin-bottom: 20px;
}
.conteudoContato #enviar {
	border: 0;
	background: #bdbeb7;
	text-transform: uppercase;
	width: 150px;
	margin: 0 auto;
	font-size: .9rem;
	padding: 10px 0 7px 0;
	border-radius: 10px;
	transition: all .3s;
	float: right;
}
.conteudoContato #enviar:hover {
	background: #cdcec8;
}

.conteudoCliente .accordion-button {
padding: 10px;
    background: #cbcbc2;
    color: #585852;
}
.conteudoCliente h4 {
	margin-top: 2rem;
}
.conteudoCliente .accordion-button:not(.collapsed)::after {
background-image: var(--bs-accordion-btn-icon);
}
.accordion-button:focus {
    box-shadow: none !important;
        border-color:transparent;
}

.conteudoCliente .accordion {
--bs-accordion-bg: rgba(255, 255, 255, .3);
    border: 1px solid #a5a59e;
    border-radius: 6px;
}
.conteudoCliente .accordion .accordion-body a{
    text-decoration: none;
    color: #585852;
    font-size: 1rem;
    background: #dbdbd7;
    padding: 5px 20px 1px 20px;
    text-align: center;
    border-radius: 6px;
    border: 1px solid #a5a59d;
    margin-right: 10px;
    display: inline-block;
}
.conteudoCliente .accordion .accordion-body a:hover{
    background: #cbcbc2;
}

.btnManual {
    text-decoration: none;
    color: #585852;
    font-size: 1.5rem;
    background: #cbcbc2;
    padding: 12px 20px 6px 20px;
    text-align: center;
    border-radius: 6px;
    width: 100%;
    display: block;
    border: 1px solid #a5a59d;
}
.btnManual:hover {
color: #585852;
background: #a5a59d;
}

/* ---------------------------------------------------- RESPONSIVO -------------------------------------------------------- */
@media (max-width: 1200px) { 
	.iconesObras .col-md-2 {
		font-size: .8rem;
	}
}

@media (max-width: 991.98px) { 

	.cabecalho {
		max-width: 100%;
	}

	.navbar {
		background: rgba(0,0,0,.5);
	}

	.navbar-nav {
		text-align: center;
	}

	.nav-link::after, .nav-item.active .nav-link::after {
		display: none;
	}

	.nav-item.active .nav-link {
		color: #bdbeb7;
	}

	.interna .navbar {
		background: rgba(64,62,46,.9);
	}

	.conteudoHomeTexto .coluna1 {
		font-size: 1.7rem;
		padding-bottom:20px ;
		text-align: left;
	}

	.conteudoHomeTexto .coluna2 {
		font-size: 1.2rem;
		color: #403e2e;
	}
	.conteudoProjeto h3 {
		text-align: left;
	}
	.conteudoProjetoFachada {
		display: none;
	}
	.conteudoProjeto {
		padding-bottom: 70px;
	}

	.iconesObras .col-md-2 {
		font-size: .7rem;
	}
	.linhaTempo::before {
		content: "";
		border-bottom: 2px solid;
		width: 85%;
		position: absolute;
		top: 50%;
		left: 60px;
	}

	.imgPlantas01 {
		margin-top: 40px;
	}
		.conteudoCliente .accordion .accordion-body a{
		display:block;
		margin:10px 0;
	}
}
@media (max-width: 780px) { 
	.linhaTempo::before {
		display: none;
	}

	.linhaTempo .col-6 {
		margin: 20px 0;
	}
	.chelsea h2 {
		width: 200px;
	}

	.Vspoland h2 {
		font-weight: bold;
		letter-spacing: 0rem;
		font-size: 1.95rem;
		margin-bottom: 1rem;
	}

	.Vspoland span {
		font-size: .7rem;
	}

	.chelsea .tituloChelsea {
		width: inherit!important;
	}


}

@media (max-width: 380px) { 
	.navbar-brand {
		width: 75%;
	}
}

