/** Empresa / Onde estamos ------------- **/
section#ondeestamos {
	margin-top: -1rem;
}

section#ondeestamos .rounded-top {
	border-top-left-radius: .75rem !important;
	border-top-right-radius: .75rem !important;
}

section#ondeestamos .rounded-top {
	border-top-left-radius: .75rem !important;
	border-top-right-radius: .75rem !important;
}

section#ondeestamos h5 {
	font-size: 1.15rem;
	font-weight: bold;
}

.loja__foto {
	width: 100%;
	height: 160px;
	z-index: 1;
	background-repeat: no-repeat;
	background-size: cover; 
}

.loja__endereco {
	z-index: 10;
	margin-top: -1rem;
}

.loja__atalhos {
	margin-top: -27px;
}

.btn-contato {
	font-family: 'Gobold', Arial, Helvetica, sans-serif;
	font-weight: bold;
}


@media screen and (max-width: 540px) { 
	
	section#ondeestamos h5 {
		font-size: 1rem;
	}
	
	p {
		font-size: 0.75rem;
	}
	
	.mb-5 {
		margin-bottom: 2rem !important;
	}
	
	.list-inline-item>a>img {
		height: 40px;
	}
	
	.loja__endereco {
		min-height: 230px;
	}	
}

@media screen and (min-width: 992px) { 

	.pl-1 {
		padding-left: 0.5rem !important;
	}

	.pr-1 {
		padding-right: 0.5rem !important;
	}	
}