

@media (max-width:992px){

	body .h1, body h1 { font-size: 1.80rem; font-weight: normal !important; line-height: 1.4; }
	body .h2, body h2 { font-size: 1.60rem; font-weight: normal !important; line-height: 1.4; }
	body .h3, body h3 { font-size: 1.30rem; font-weight: normal !important; line-height: 1.4; }
	body .h4, body h4 { font-size: 1.10rem; font-weight: normal !important; line-height: 1.4; }

	p{ font-size: 0.90rem !important; }
	
	header{ 
		height: auto !important;
		padding: 8px 0 !important;
		position: relative;
		z-index: 999;
	}
	header img{ 
		height: 24px !important;
		width: auto !important;
	}
	.header-tarja{ display: none !important; }
	header .logo-header img {
		height: 60px !important;
		width: auto !important;
	}
	header .header-menu{ padding: 0 !important;}

	.menu-icons{ 
		text-align: center !important; 
		font-size: .75rem !important;
		margin-bottom: 5px !important;
	}

	.nav-button { 
		position: absolute !important;
		top: -85px !important;
		width: 100% !important;
		left: 0 !important;
		/*background-color: white !important;*/
		z-index: 999 !important;
	}

	.navbar-light .navbar-toggler {
		position: absolute !important;
		top: 30px !important;
		right: 15px !important;
	}

	.nav-button .navbar-menu-header{ 
		padding: 0 !important;
	}

	.menu-principal{
		margin-top: 100px !important;
		/*border: 1px dotted red !important;*/
		margin-left: 0 !important;
		background-color: white !important;
		padding: 15px !important;
		border-radius: 0rem !important;
		border-top-left-radius: 0 !important;
		border-top-right-radius: 0 !important;

		-webkit-box-shadow: 1px 5px 5px 0px rgba(163, 163, 163, .8);
		-moz-box-shadow: 1px 5px 5px 0px rgba(163, 163, 163, .8);
		box-shadow: 1px 5px 5px 0px rgba(163, 163, 163, .8);
	}
	.menu-principal .dropdown-item.active, 
	.menu-principal .dropdown-item:active {
		background-color: #ffffff !important;
	}



	.text-description p {
		font-size: 0.90rem !important;
		line-height: 1.4;
		margin-bottom: 2rem;
	}
	.title_espec {
		font-size: 1.10rem !important;
	}
	.box-espec-item p {
		font-size: 0.90rem !important;
		line-height: 1.4;
	}


	.content-wrapper{ padding-top: 0px !important; }


	.section-banner{ height: 900px !important; }
	.box-banner{ height: auto !important; background-position: center center; }
	/* .bg-item-banner{ height: 900px !important; } */
	.banner-text {
		left: 15px !important;
		width: 95% !important;
	}
	body .banner-text h2 {
		font-size: 1.80rem !important;
		font-size: 1.30rem !important;
		line-height: 1.2 !important;
	}
	body .banner-text h4 {
		font-size: 0.90rem !important;
		line-height: 1.2 !important;
	}
	.box-missao {
		margin-bottom: 15px !important;
		height: auto !important;
	}


}

@media (max-width:500px) {
.equipe-grid{
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 25px;
}

}


