@media(max-width:1200px) {
	#diferenciais .box-diferenciais .item-diferenciais {
		margin: 20px;
	}
}

@media(max-width:991px) {
	ul.dropdown-menu.show {
		margin-top: 0px;
		border: none;
	}
	
	header {
		height: auto;
	    flex-direction: column;
	    margin-top: 0px;
	}

	header .content-header {
		margin: 70px 0px;
		padding: 0px;
		text-align: center;
	}

	header .header-image {
		display: none;
	    /*margin-top: 70px;*/
	}

	header .header-image img {
	    width: 90%;
	}

	header .content-header .header-text {
	    margin-top: 90px;
	}

	header .content-header .header-text h1 {
	    font-size: 44px;
	}

	.content-sobre-image img {
	    display: flex;
	    justify-content: center;
	    margin: 0 auto;
	    margin-bottom: 50px;
	    width: 80%;
	}

	.content-sobre a {
		text-align: center;
		display: table;
    	margin: 0 auto;
	}

	#medicamentos .box-medicamentos {
		text-align: center;
	}

	#medicamentos .box-medicamentos {
		flex-direction: column-reverse;
	}

	#medicamentos .box-medicamentos .box-medicamentos-image img {
		display: flex;
	    justify-content: center;
	    margin: 0 auto;
	    margin-bottom: 50px;
	    width: 80%;
	}

	#diferenciais .box-diferenciais {
		flex-wrap: wrap;
	}

	#diferenciais .box-diferenciais .item-diferenciais {
		width: 45%;
		margin: 10px;
	}

	form .row button {
	    display: table;
	    margin: 0 auto;
	    margin-top: 20px;
	}

	footer .content-rodape {
	    flex-direction: column;
	    align-items: center;
	}

	footer .content-rodape p {
		text-align: center;
	}

	footer .content-rodape a {
		margin-bottom: 20px;
	}

	#content-int header {
		display: block;
		margin-bottom: 70px;
	}

	#content-int header .header-medicamentos,
	#content-int header .header-perfumaria,
	#content-int header .header-contato {
		background-position: center;
		background-size: cover;
		height: 300px;
		width: 100%;
	}

	#content-int header .header-medicamentos {
		background-image: url('../img/header-medicamentos.jpg');
	}

	#content-int header .header-perfumaria {
		background-image: url('../img/header-perfumaria.jpg');
	}

	#content-int header .header-contato {
		background-image: url('../img/header-contato.jpg');
	}
}

@media(max-width:473px) {
	.navbar-brand img {
	    height: 75px;
	}
	
	header .content-header .header-text {
	    margin-top: 170px;
	}

	header .content-header .header-text h1 {
	    font-size: 30px;
    	font-weight: bold;
	}
}

@media(max-width:423px) {
	#diferenciais .box-diferenciais .item-diferenciais {
		width: 40%;
		margin: 10px;
	}
}
