@media(max-width:1200px) {
	footer a.content-rodape {
	    text-decoration: none;
	    margin: 10px auto;
	}
}

@media(max-width:991px) {
	ul.dropdown-menu.show {
		margin-top: 0px;
		border: none;
	}
	
	header {
		height: 100vh;
	    flex-direction: column;
	    margin-top: 0px;
	}

	header .content-header {
		margin: 70px 0px;
		padding: 0px;
		text-align: center;
	}

	header .content-header .row {
		flex-direction: column-reverse;
	}

	header .header-image {
	    margin-top: 40px;
	}

	header .header-image img {
	    width: 90%;
	}

	header .content-header .header-text {
	    margin-top: 32px;
	}

	header .header-download {
	    margin-top: 0px;
		text-align: left;
	    justify-content: center;
	}



	footer .content-rodape-img img {
        margin-bottom: 30px;
	}

	footer h4 {
	    margin-bottom: 30px;
	}

	footer .redes {
		display: block;
	}

	#content-int img {
		width: 200px;
		display: flex;
		margin: 0 auto;
	}
}

