.button{
	color: #5e83a4;
	padding: 15px 20px;
	font-family: 'Barriecito';
	font-size:  var(--fsizetitle);
	margin-bottom: 30px;
	display: inline-block;
	width: 100%;
	max-width: 100%;
	/*width: 480px;*/
}
.tel, .mail, .pin{
	color: #000 !important;
	font-family: 'Ciutadella';
	/*text-transform: uppercase;*/
	font-size:  var(--fsize) !important;
	max-width: 50% !important;
}
.tel{
	width: 40%;
}
.pin{
	width: 100%;
	max-width: 100% !important;
	padding-left: 0;
}
.tel::before{
	content: url("/img/tel.png");
	height: 30px;
	max-height: 30px !important;
	display: flex;
	float: left;
	margin-bottom: 40%;
}
.mail::before{
	content: url("/img/mail.png");
	height: 30px;
	max-height: 30px !important;
	width: 50px;
	max-width: 50px !important;
	display: flex;
	float:	left;
	margin-bottom: 18%;
}
.pin::before{
	content: url("/img/pin.svg");
	height: 40px;
	max-height: 40px !important;
	width: 45px;
	max-width: 45px !important;
	display: flex;
	float:	left;
	margin-bottom: 45px;
}
.txtwhite{
	color:#a6a6a6;
}
.txtblue{
	color:#5e83a4;
}
.txtyellow{
	color:#d3c37e;
}
.txtgreen{
	color:#979f6f;
}
.txtpink{
	color:#cba7a4;
}
