.servicos .box-title {
	background-image: url("../../imagens/empresa/quem-somos.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.servicos .box-title h1 {
	padding: 60px 0px;
	font-size: 40px;
	text-shadow: 1px 1px 2px #5b5a5a;
	color: #fff;
}

.box-servicos {
	padding: 30px 0;
}
.box-img-servicos img {
	border-radius: 100px;
}
.box-botao-contato {
	text-align: center;
}
.box-botao-contato ul {
	list-style: none;
	padding: 0px;
}
.box-botao-contato ul li {
	display: inline-block;
}
.box-botao-contato a.button-telefone {
	background: linear-gradient(10deg, #0f2c4e 30%, #041E41 60%);
	padding: 15px 25px;
	border-radius: 5px;
	color: #fff;
	text-decoration: none;
	display: inline-block;
	text-align: center;
	margin-bottom: 10px;
	min-width: 220px;
}
.box-botao-contato a.button-whats {
	background: linear-gradient(250deg, #48A411 4%, #5cca1b 100%);
	padding: 15px 25px;
	border-radius: 5px;
	color: #fff;
	text-decoration: none;
	display: inline-block;
	text-align: center;
	margin-bottom: 5px;
	min-width: 220px;
}

/*Página de categorias de serviços*/
.box-categorias-servicos {
    background: #fff;
    box-shadow: rgba(149, 157, 165, .2) 0px 8px 24px;
    border-radius: 20px;
    margin-bottom: 30px;
}
.box-categorias-servicos a {
	text-decoration: none;
}
.box-categorias-servicos h3 {
    font-size: 18px;
    text-align: center;
    margin: 9px 0;
    padding: 10px;
    color: #041e41;
}

@media screen and (max-width: 425px) {
	.box-contato h2 {
		margin-top: 20px;
	}
}