
.footer-ifarlemas{
	padding: 30px 0 0 0; 
	color: #7695BD;
	background: #fff;
	/*background-image: linear-gradient(90deg, #82B1D3, #7695BD);*/
}

.footer-copyright{
	background-image: linear-gradient(90deg, #82B1D3, #7695BD);
}

.btn-floating {
	border-radius: 25%; 
}

.text-ifarlemas{
	font-size: 32px;
  background: -webkit-linear-gradient(90deg, #82B1D3, #7695BD);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: all 300ms;
}

.social-icons .text-ifarlemas{
	font-size: 24px;
}



@media (min-width: 678px) {

	.text-ifarlemas{
		font-size: 52px;
	  
	}

  }
