/* estilização geral */

body {
	font-family: 'Work Sans', sans-serif; 
	color: #2D272C;
}

.bg-topo-calculadora {
	background: url('../images/bg-imagem-calculadora.jpg') no-repeat center top;
	position: relative;
	background-size:  cover;
}

.bg-navbar-custom {
	background: #ffffff;
	position: relative;
}
.navbar-custom {
	text-align: center; 
	padding: 25px; 
}
.navbar-custom > div {
	justify-content: center !important;
}
.navbar-custom h3 {
	margin-bottom: 0;
} 
.navbar-custom .navbar-brand {
	margin: 0;
}

.sombra-topo {
	position: absolute; 
	width: 100%; 
	height: 100%; 
	z-index: 0; 
	opacity: 0.8; 
	top: 0; 
	background: linear-gradient(224deg, #00000054, black);
}

.border-rounded {
	-webkit-border-radius: 8px; 
	-moz-border-radius: 8px; 
	border-radius: 8px;
}

/* empreendimento form */
.filtro-empreendimento {
	z-index: 2;
	position: relative;
}


.background-filtro {
	background: #2D272C;
}

.background-sombra {
	background: #E2E2E2;
}

#tabelaalerta.table-success #valorparcelas {
	color: #38761D;
	font-weight: 700;

}

.invisible {
	display: none;
}

.fix-texto-validade {
	font-size: 80%;
}

#valor_entrada {
	border-right: solid 3px;
	border-left: solid 3px;
}

.datepicker {
	min-width: 200px;
	background: #ffffff url(../bootstrap-icons-1.11.3/calendar3.svg) no-repeat 95% center;
}

#pp_observacoes {
	white-space: pre-wrap; /* Mantém quebras de linha e espaços em branco */
    word-wrap: break-word;
}

@media (min-width: 768px) {
	.navbar-custom > div {
		justify-content: space-between !important;
	}
}
@media (min-width: 992px) {
	.navbar-custom > div {
		justify-content: space-between !important;
	}
}
@media (min-width: 1200px) {
	.navbar-custom > div {
		justify-content: space-between !important;
	}
}