.menuAtivo {
    border-bottom: 4px solid #ff2840 !important;
	font-size: 16px !important;
	-webkit-transition: all 0.3s linear !important;
	-moz-transition:    all 0.3s linear !important;
	-o-transition:      all 0.3s linear !important;
	transition:         all 0.3s linear !important;
}
.menu{
	color: white;
    text-align: center;
    cursor: pointer;
    font-size: 16px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.menu:hover{
    border-bottom: 4px solid #ff2840;
}
#logoMenu{
	min-height: 70px;
	position: fixed;
	width: 15%;
	left: 10px;
	top: 0;
	z-index: 11;
	text-align: right;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
#menuGrande{
	min-height: 70px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.parallax-container {
    height: auto !important;
}
.trMobile{
    cursor: pointer;
    color: white;
}
.trMobile:hover{
    text-decoration: underline;
}

.itensSolucao img{
	border: 0 !important;
	cursor: pointer;
	-webkit-transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
	-moz-transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
	-ms-transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
	-o-transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
	transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
	-webkit-transform: scale(1.0);
	-moz-transform:    scale(1.0);
	-ms-transform:     scale(1.0);
	-o-transform:      scale(1.0);
	transform:         scale(1.0);
}

.itensSolucao img:hover{
	/*-webkit-filter: grayscale(100%) blur(1px);*/
	/*filter: grayscale(100%) blur(1px);*/
	border: 0 !important;
	cursor: pointer;
	-webkit-transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
	-moz-transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
	-ms-transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
	-o-transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
	transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
	-webkit-transform: scale(1.1);
	-moz-transform:    scale(1.1);
	-ms-transform:     scale(1.1);
	-o-transform:      scale(1.1);
	transform:         scale(1.1);
}

.trManuais{
	background-color: white;
	color: black;
}

.tabelaDownloads{
	background-color: #cfd8dc !important;
}

.divEmpreendimento {
	border: 2px solid #fff;
	max-width: 300px;
	max-height: 450px;
	width: 90%;
	margin: auto;
	padding: 0;
}

.divEmpreendimento img {
	border: 1px solid #000;
	max-width: 100%;
	cursor: pointer;
	position: relative;
	bottom: -15px;
	right: -15px;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.divEmpreendimento img:hover {
	position: relative;
	bottom: 0;
	right: 0;
}

@media only screen and (max-width: 600px) {
	.divProjetos{
		background-position: top center !important;
	}
}

