
.logo {
	margin: 40px 0px 60px 0px;
}

.loja {
	padding: 15px;
	margin-bottom: 15px;
}

.titulo {
	font-family: 'Abhaya Libre', serif;
	font-weight: 800;
	font-size: 24px;
	margin-bottom: 15px;
}

.morada {
	font-family: 'Work Sans', sans-serif;
	font-weight: 300;
	font-size: 16px;
}

.morada a {
	color: #ff3300;
}

.brands-titulo h2 {
	font-family: 'Abhaya Libre', serif;
	font-weight: 800;
	font-size: 32px;
	border-top: 1px solid #666;
	padding-top: 60px;
	margin: 80px 0px 40px 0px;
	text-align: center;
}

.brands {
	display: flex;
  	justify-content: center;
}

.brands ul {
 	display: flex;
  	list-style: none;
  	height: 130px;
}

.brands ul li {
	margin: auto 40px;
	max-width: 130px;
}

@media (max-width: 768px) { 
    .brands ul { 
       flex-direction: column; 
       height: auto;
    } 
    .brands ul li { 
       flex: none; 
       width: 100%;
       margin-bottom: 20px;
    } 
}