@media screen and (max-width: 900px) {
	.navbar-toggler{
		background-color: #00c28a !important;
	}

	.navbar-nav{
		border: none !important
	}
	
	.py-9{
		padding-top: 70px !important;
		padding-bottom: 70px !important;
	}

	#cursos-e-aperfeicoamentos img{
		height: 250px;
	}

	.h-650{
		height: 350px;
	}

	#d-desk{
		display: inherit !important;
	}

	#d-mob{
		display: none !important;
	}

	 .bg-fixed{
        background-attachment: unset !important;
    }

	.imagem_acoes {
		width: 180px;
		height: 180px;
	}

	.h-117,.h-150,.h-162,.h-587, .h-185 {
		height: auto;
	}
	
}