.portfolio-item {
  margin-bottom: 30px;
}

.top10 {margin-top:10px;}

.navbar-dark .navbar-nav .nav-link {color: white;}


	@media (min-width: 769px) {
		
	.mt-10-layout-maior{margin-top: 10px;}		
		
    #navbarEmpresa > ul > li:not(:last-child) {

        position: relative;
    }

    #navbarEmpresa > ul > li:not(:last-child) > a:after {
        content: "";
        height: 20px;
        width: 1px;
        background: #D0D0D0;
        display: block;
        position: absolute;
        right: 0;
        top: 50%;
        margin-top: -10px; /* half of your height */
    }
}
		
		.nav-empresa.navbar-light .navbar-nav .nav-link {color:#505C25; font-weight: bold;}
		.nav-empresa.navbar-light .nav-item.active .nav-link {color:#9DB749; font-weight: bold;}
		.nav-empresa.navbar-light .nav-item:hover .nav-link {color:#9DB749; font-weight: bold;}



body {
  background-image: url('../images/back.jpg');  no-repeat center top fixed;
    background-attachment: fixed;
    background-size: cover;
}