/*________________________________________________________________________ Nós ligamos para você */


.call{
	background-repeat:repeat-y;
	background-color:#c6a04c;
	width:115px;
	height:123px;
	color:#fff;
	font-size:11px;
	line-height:1;
	padding:13px 0 10px;
	position:fixed;
	right:-137px;
	top:34%;
	margin-top:-63px;
	z-index:100;
	transition-duration:0.3s;
	-moz-transition-duration:0.3s;
	-webkit-transition-duration:0.3s;
	-o-transition-duration:0.3s;
	text-align:center;
	-webkit-border-radius: 20px 0 0 20px;
	-moz-border-radius: 20px 0 0 20px;
	border-radius: 20px 0 0 20px;
	text-decoration:none;
	cursor:pointer;
}
.call span{
	width:91px;
}
.call img{
	width:36px;
	height:37px;
	margin:0 auto;
	display:block;
	margin-bottom:7px;
}
.call:hover{
	color:#ffe4a8;
    -webkit-filter: brightness(110%);
    filter: brightness(110%);
}
.call strong{
	width: 95px;
	margin: 0 auto;
	margin-top: 6px;	
}
.call strong, .call_mobile strong{
	font-family:'semibold',"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	display:block;
	text-transform:uppercase;
	margin-top:10px;
	color:#fff;
}
.call_mobile strong{
	font-family:'bold',"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:12px;
	margin-top:4px;
}
.call.on{
	right:0;	
}
.call_mobile{
	color:#fff;
	font-size:11px;
	line-height:1;
	background-color:#c6a04c;
	position:fixed;
	bottom:0;
	left:0;
	z-index:100;
	display:none;
	padding:10px;
	padding-left: 10px;
	padding-right: 12px;
	-webkit-border-radius: 0 20px 0 0;
	-moz-border-radius: 0 20px 0 0;
	border-radius: 0 20px 0 0;
	cursor:pointer;	
	padding-bottom: 3px;
}
.call_mobile img{
	width:36px;
	height:37px;
	margin-right:14px;
	position:relative;
	top:-5px;
}
.call_mobile:hover{
    -webkit-filter: brightness(110%);
    filter: brightness(110%);	
}
.call_mobile .txt {
	width: 175px;
	position: relative;
	top: 1px;
}

@media screen and (max-width: 768px){
	.call {
		display:none
	}
	.call_mobile{
		display:block;
	}	
}