/*----- MÁXIMO 475 -----*/
@media (max-width:475px) {
	header {
		border-bottom: 10px solid rgb(75, 85, 120);
		height: 300px;
	}

	#menu {
		display: none;
	}

	.link-util {
		height: 190px;
	}

	#busca {
		position: relative;
		margin-top: 10px;
	}

	.emolumento-capa {
		height: 350px;
	}

	#servicos-capa button {
		display: none;
	}

	.bannerTopo {
		height: 230px;
	}

	.bannerTopo img {
		width: 100%;
		height: 230px;
	}
}





/*----- 476/575 -----*/
@media (min-width: 476px) and (max-width: 575px) {
	header {
		height: 300px;
	}

	#menu {
		display: none;
	}

	#busca {
		position: relative;
		margin-top: 10px;
	}

	.link-util {
		height: 180px;
	}

	.emolumento-capa {
		height: 330px;
	}

	#servicos-capa button {
		display: none;
	}

	.bannerTopo {
		height: 240px;
	}

	.bannerTopo img {
		width: 100%;
		height: 240px;
	}
}





/*----- 576/767 -----*/
@media (min-width: 576px) and (max-width: 767px) {
	header {
		height: 300px;
	}

	#menu {
		display: none;
	}

	#busca {
		position: relative;
		margin-top: 10px;
	}

	.link-util {
		height: 230px;
	}

	.emolumento-capa {
		height: 330px;
	}

	#servicos-capa button {
		display: none;
	}

	.bannerTopo img {
		width: 100%;
		height: 270px;
	}
}





/*----- 768/991 -----*/
@media (min-width: 768px) and (max-width: 991px) {

	header {
		height: 280px;
	}

	header h1 {
		padding-top: 10px;
	}

	#busca {
		position: relative;
		margin-top: 15px;
	}

	.link-util {
		height: 190px;
	}

	#menu {
		display: none;
	}

	.emolumento-capa {
		height: 330px;
	}

	#servicos-capa button {
		display: none;
	}

	.bannerTopo img {
		height: 300px;
	}

}




/*----- 992/1200 -----*/
@media (min-width: 992px) and (max-width: 1199px) {

	header {
		height: 300px;
	}

	header h1 {
		padding-top: 5px;
	}

	#busca {
		position: relative;
		margin-top: 15px;
	}

	.link-util {
		height: 200px;
	}

	#menu {
		display: none;
	}

	.emolumento-capa {
		height: 330px;
	}

	#servicos-capa button {
		display: none;
	}

	.bannerTopo img {
		height: 350px;
	}

}





/*----- 1200/1399 -----*/
@media (min-width: 1200px) and (max-width: 1399px) {
	.menu-fechado {
		display: none;
	}

	.bannerTopo img {
		height: 400px;
	}
}





/*----- 1400/1679 -----*/
@media (min-width: 1400px) and (max-width: 1679px) {
	.menu-fechado {
		display: none;
	}

	.bannerTopo img {
		height: 450px;
	}
}





/*----- 1680/1920 -----*/
@media (min-width: 1680px) and (max-width: 1920px) {
	.menu-fechado {
		display: none;
	}

	.bannerTopo img {
		height: 500px;
	}
}





/*----- MAIS DE 1920 -----*/
@media (min-width: 1921px) {
	.menu-fechado {
		display: none;
	}

	.bannerTopo img {
		height: 550px;
	}
}





/* MENU SOMENTE RESPONSIVO - MENOR DE 1200 */

@media (max-width: 1200px) {
	#menu {
		display: none;
		margin: 0 !important;
		padding: 0 !important;
		position: relative !important;
		z-index: 99 !important;
		width: 190px !important;
	}

	.dynamika-menu-ul-forest {
		flex-direction: column !important;
		width: 190px !important;
		position: absolute !important;
		top: 0 !important;
		left: 0 !important;
	}

	.dynamika-menu-li-root {
		padding: 15px !important;
		height: 44px !important;
		font-size: 11px !important;
		line-height: 11px !important;
		width: 100% !important;
		font-weight: bold !important;
		text-align: left !important;
		text-transform: uppercase !important;
		position: relative !important;
		display: flex !important;
		flex-direction: column !important;
		border-bottom: 1px solid rgba(255, 255, 255, .3) !important;
	}

	.dynamika-menu-li-root,
	.dynamika-menu-li-link {
		background-color: rgb(75, 85, 120) !important;
	}

	.dynamika-menu-li-root:hover .dynamika-menu-span-items {
		position: absolute !important;
		top: 45px !important;
		left: 0 !important;
		width: 190px !important;
		z-index: 99 !important;
		display: flex !important;
		flex-direction: column !important;
	}

	.dynamika-menu-span-sub {
		width: 100% !important;
		display: flex !important;
		flex-direction: column !important;
	}

	.dynamika-menu-span-sub h3 {
		color: rgb(255, 255, 255) !important;
		text-align: left !important;
		font-size: 11px !important;
		line-height: 11px !important;
		font-weight: bold !important;
		padding: 15px !important;
		margin: 0 !important;
		background-color: rgb(75, 85, 120) !important;
		border-bottom: 1px solid rgba(255, 255, 255, .1) !important;
		position: relative !important;
	}

	.dynamika-menu-span-sub ul {
		margin: 0 !important;
		padding: 0 !important;
		background-color: rgb(75, 85, 120) !important;
	}

	.dynamika-menu-span-sub a+ul {
		position: absolute !important;
		left: 191px !important;
		display: none !important;
		background-color: rgb(0, 0, 0) !important;
		width: 160px !important;
		z-index: 99 !important;
	}

	.dynamika-menu-span-sub:hover a+ul {
		display: block !important;
	}

	.dynamika-menu-span-sub:nth-of-type(1) ul {
		top: 0px !important
	}

	.dynamika-menu-span-sub:nth-of-type(2) ul {
		top: 55px !important
	}

	.dynamika-menu-span-sub:nth-of-type(3) ul {
		top: 100px !important
	}

	.dynamika-menu-span-sub:nth-of-type(4) ul {
		top: 145px !important
	}

	.dynamika-menu-span-sub:nth-of-type(5) ul {
		top: 190px !important
	}

	.dynamika-menu-span-sub:nth-of-type(6) ul {
		top: 235px !important
	}

	.dynamika-menu-span-sub:nth-of-type(7) ul {
		top: 280px !important
	}

	.dynamika-menu-span-sub:nth-of-type(8) ul {
		top: 325px !important
	}

	.dynamika-menu-span-sub:nth-of-type(9) ul {
		top: 370px !important
	}

	.dynamika-menu-li-link {
		list-style: none !important;
		text-align: left !important;
		text-align: left !important;
		padding: 15px !important;
		font-size: 11px !important;
		line-height: 11px !important;
		border-bottom: 1px solid rgba(255, 255, 255, .1) !important;
		margin: 0 !important;
		background-color: rgb(45, 55, 90) !important;
	}

	.dynamika-menu-li-link:hover {
		background-color: rgb(25, 35, 70) !important;
	}

	.dynamika-menu-a-root,
	.dynamika-menu-a-link {
		font-size: 11px !important;
		line-height: 11px !important;
		font-weight: bold !important;
		color: rgb(255, 255, 255) !important;
	}

	.menu-fechado {
		font-size: 15px !important;
		line-height: 40px !important;
		font-weight: 900 !important;
		color: #FFF !important;
		text-transform: uppercase !important;
		text-align: left !important;
		padding: 10px 15px !important;
		cursor: pointer !important;
		background-color: rgb(75, 85, 120) !important;
		display: block !important;
	}
}