body {
	background-color: #00000014!important;
	margin-top: 75px!important;
}

.box-shadow {
	box-shadow: 0px 3px 10px 0px rgba(50, 50, 50, 0.75);
}

.nbti-header {
	background-color: black;
	display: flex;
	flex-direction: row;
	color: white;
	height: 60px;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999999;
}

.nbti-header > #logo {
	position: absolute;
	top: 6px;
	background-color: #313131;
	height: 90px;
	width: 90px;
	border: solid 1.5px;
	border-radius: 50%;
	left: 15px;
}

.nbti-header > #logo > img {
	height: 60px;
	margin: 10px;
}

.nbti-header > #menu {
	margin: auto;
}

.nbti-header > #menu a { 
	color: white
}

.nbti-header > #menu > ul {
	display: flex;
	flex-direction: row;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.nbti-header > #menu > ul > li {
	margin: 3px;
}

.nbti-header > #menu > ul > li > a{
	width: 130px;
}

.nbti-content {
	max-width: 1024px;
	margin: auto;
}

.nbti-content-solucoes,
.nbti-content-vantagens,
.nbti-content-recursos,
.nbti-content-clientes,
.nbti-content-sobre,
.nbti-content-contato
{
	background-color: #2a5c67eb;
    background-color: #25a1e4;
    background-color: #0f85c7;
    background-color: #384f54; 
    background-color: steelblue; 
    background-color: cadetblue; 
    background-color: cornflowerblue; 
    background-color: dimgray; 
    background-color: #343a40; 
    background-color: #6c757d; 
    background-color: #007bff;
	background-color: #17a2b8;
	
	background-color: #ffffff;
}

.nbti-content-solucoes {
	display: flex;
	flex-direction: row;
	margin-top: 29px;
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;

	background-color: #25a1e4;
}

.nbti-content-solucoes > .carrocel{
	display: flex;
	flex-direction: row;
	padding: 7px;
	width: 100%;
}

.nbti-content-solucoes > .carrocel > .banner {
	flex-grow: 1;
	display: flex;
	flex-direction: row;
}

.nbti-content-solucoes > .carrocel > .banner > .content {
	margin: auto;
	padding-left: 20px;
	color: white;
	display: flex;
	flex-direction: column;
	width: 200px
}

.nbti-content-solucoes > .carrocel > .banner > .content > .title{
	font-size: 26px;
}

.nbti-content-solucoes > .carrocel > .banner > img{
	width: 80%;
	height: 400px;
	padding: 20px;
	margin: auto;
}

.nbti-content-solucoes > .carrocel > .arrow {
	margin: auto;
	font-size: xx-large;
	color: #ffffff85;
	cursor: pointer;
}

.nbti-content-solucoes > .carrocel > .arrow:hover{
	color: #ffffff;
}

.nbti-content-clientes {
	padding-bottom: 25px;
}

.nbti-content-clientes .logos-clientes{
	display: flex;
	flex-direction: row;
	justify-content: space-evenly;
}

.nbti-content-clientes img{
	height: 80px;
	margin: 5px;
}

.nbti-content-recursos {
	display: flex;
	flex-direction: column;
	padding-bottom: 30px;
}
.nbti-content-recursos > .title, 
.nbti-content-vantagens > .title,
.nbti-content-clientes .title,
.nbti-content-contato .title,
.nbti-content-sobre > .title {
	text-align: center;
	font-size: 26px;
	font-weight: bolder;
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;
	color: #ffffff;
	background-color: #2d4450;
}

.nbti-content-recursos .lst-recursos{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-evenly;
	padding-top: 25px;
}

.nbti-content-recursos .card {
	height: 300px;
	width: 260px;
	overflow-y: auto;
	padding: 15px;
	border: solid 1.5px #e8f7ff;
	border-radius: 10px;
	background-color: #0f85c7;
	color: white;
	margin-top: 15px;
}

.nbti-content-recursos .card .title i{
	font-size: 60px;
}

.nbti-content-recursos .card .title span{
	font-size: 20px;
	font-weight: bold;
}

.nbti-content-recursos .card .descricao{
	margin-top: 20px;
	text-indent: 20px;
	text-align: justify;
}


.nbti-content-vantagens {
	display: flex;
	flex-direction: column;
	padding-bottom: 25px;
}

.nbti-content-vantagens .lst-vantagens{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-evenly;
}

.nbti-content-vantagens .card {
	height: 260px;
	width: 260px;
	overflow-y: auto;
	padding: 15px;
	margin-top: 15px;
	border: none;
	color: white;
	color: #0080c1;
}

.nbti-content-vantagens .card .title{
	display: flex;
	flex-direction: column;
	margin: auto;
	margin-bottom: 0;
}

.nbti-content-vantagens .card .title i{
	font-size: 60px;
	margin: auto;
}

.nbti-content-vantagens .card .title span{
	font-size: 20px;
	font-weight: bold;
}

.nbti-content-vantagens .card .descricao{
	margin-top: 20px;
	text-indent: 20px;
	text-align: justify;
}

.nbti-content-sobre {
	padding-bottom: 30px;
	color: black
}

.nbti-content-sobre .descricao {
	text-indent: 20px;
	margin: 50px;
	margin-top: 20px;
}

.nbti-content-contato {
	color: black;
}

.nbti-content-contato .content {
	display: flex;
	flex-direction: row;
	padding: 20px;
}

.nbti-content-contato .cartao-visita {
	width: 50%;
	margin-top: 45px;
	margin-right: 0;
	margin-left: 0;
	padding-left: 90px;
}

.nbti-content-contato form{
	width: 50%;
}