.total-marcas-home{
	padding-bottom: 75px;
}
.total-marcas-home .titulo-padrao-home{
	display: table;
	margin: 0 auto;
	margin-top: -30px;
}
.total-marcas-home .bola-esquerda, .total-marcas-home .bola-direita{
	float: left;
	width: 10px;
	height: 10px;
	background:#FF706F;
	margin-top: 12px;
	border-radius: 100px; 
}
.total-marcas-home .bola-esquerda{
	margin-right: 15px;
}
.total-marcas-home .bola-direita{
	margin-left: 15px;
}
.total-marcas-home .texto-titulo{
	float: left;
	color: #FF706F;
	font-weight: 400;
	font-size: 25px;
	font-family: 'Montserrat', sans-serif;
}
.conteudo-marcas-home{
	width: 100%;
	margin-top: 62px;
}
.contorno-campo-marcas{
	float: left;
	width: calc(100% / 7);
	min-height: 30px;
	padding-left: 5px;
	padding-right: 5px;
	margin-bottom: 20px;
}
.campo-marcas{
	width: 100%;
	text-align: center;
}
.campo-marcas img{
	width: 100%;	
}
@media (max-width: 767px){
	.total-marcas-home .titulo-padrao-home{
		margin-top: 0px;
	}
	.total-marcas-home .texto-titulo{
		width: 100%;
		text-align: center;
		margin-top: 40px;
		padding-left: 15px;
		padding-right: 15px;
	}
	.total-marcas-home .bola-esquerda, .total-marcas-home .bola-direita{
		display: none;
	}
	.contorno-campo-marcas{
		width: 50%;
		margin-bottom: 10px;
	}
}
@media (min-width:768px) and (max-width:999px){
	.total-marcas-home .texto-titulo{
		margin-top: 40px;
	}
	.total-marcas-home .bola-esquerda, .total-marcas-home .bola-direita{
		margin-top: 51px;
	}
	.total-marcas-home .titulo-padrao-home{
		margin-top: 0px;
	}
	.contorno-campo-marcas{
		width: 33.333%;
		margin-bottom: 10px;
	}
}