.teams .page-title {
	background-image: url(../../u-files/banner_equipas.jpg);
}

.teams h1 {
	color: #fff;
	font-weight: bold;
}

.teams h1.slice {
	background-color: #e31d1a;
	display: inline-block;
	padding: 15px 60px;
	color: #fff;
	font-weight: bold;
}

.teams-team .teams-team-img a img {
	background: #e5e5e5;
	border: 1px solid transparent;
	transition: all .2s ease-in-out;
}

.teams-team:hover .teams-team-img a img {
	border: 1px solid #e31d1a;
	transform: scale(1.05);
}

.teams-team .teams-team-img a p {
	color: #e31d1a;
	margin-bottom: 0;
	font-size: 18px;
}

.teams-marginAT {
	margin: auto;
}

.teams-boldI {
	font-weight: 700;
	font-style: italic;
}

.teams-lightI {
	font-weight: 300;
	font-style: italic;
}

.sm-spacer45 {
	height: 45px;
}

@media screen and (max-width: 767px) {
	.teams-marginA {
		margin: auto;
	}
}
