﻿.footer
{
	font-size: 11px;
}

.footer .line
{
	width: 100%;
	height: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.footer .club
{
	float: left;
	padding: 10px 5px 0 5px;
}

.footer .club span
{
	font-weight: bold;
}

.footer .phone
{
	float: right;
	text-align: right;
	margin-top: 8px;
	margin-right: 25px;
}

.footer .phone .number
{
	font-weight: bold;
}

.footer .phone .number span
{
	font-size: 15px;
}

.footer .multiclubes
{
	display: block;
	float: right;
	margin-top: 11px;
	margin-right: 5px;
	width: 81px;
	height: 28px;
	cursor: pointer;

	background-color: #ffffff;

	-webkit-mask-image: url("../Images/multiclubes.svg");
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-size: contain;

	mask-image: url("../Images/multiclubes.svg");
	mask-repeat: no-repeat;
	mask-position: center;
	mask-size: contain;

}

.footer .multiclubes:hover
{
	background-color: #fee502;
}