/*CSS Layout bloque whatsapp chat */
.bk-wch-main{
	position: fixed;
	right: 20px;
	bottom: 40px;
	z-index: 30;
}
  .bk-wch-link{
  	width: 50px;
  	height: 50px;
  	display: flex;
  	justify-content: center;
  	align-items: center;
  	padding: 9px;
  }
    .bk-wch-icon{
    	width: 100%;
    	height: 100%;
    }
@media (max-width:768px) {
	.bk-wch-main{
		position: fixed;
		right: 10px;
		bottom: 80px;
	}
	  .bk-wch-link{
	  	width: 45px;
	  	height: 45px;
	  	padding: 9px;
	  }
}