
@media screen and (max-width: 768px) {

a[href^=tel] { color: inherit; text-decoration: none; }

.navbar-toggler{
	margin: auto;
}

.nav-link {
	border-right: none !important;
	padding: 5px 0px !important;
}

.texto_banner {
    font-size: 35px;
    padding-top: 200px;
	text-align: center;
}

.banner_topo {
    background-attachment: inherit;
    height: 500px;
}

.titulo_locacoes, .titulo_sobre{
	font-size: 35px;
}

.back-title {
    font-size: 18px;
    margin: 15px auto;
}

.imagem_servicos{
	display:none;
}

.conteudo_contato {
    margin: 50px auto 10px auto;
}

.titulo_contato, .telefones{
	border: none;
	text-align: center;
}

.conteudo_sobre {
    padding: 50px 0px 80px 0px;
}

}