.blog {
	position: fixed;
	bottom: 20px;
	right: 20px;
    width: 68px;
    height: 58px;
	background-color: #25d366;
	z-index: 12;
	border-radius: 90px;
	transition: 1s;
	padding-top: 12px;
	-webkit-border-radius: 90px;
	-moz-border-radius: 90px;
	-ms-border-radius: 90px;
	-o-border-radius: 90px;
	animation: infinite resplandorAnimation 3s;
	-webkit-animation: infinite resplandorAnimation 3s;
  }

.blog .ico-wha {
	color: #fff !important;
	font-size: 35px !important;
    margin-left: 19px;
    margin-top: 6px;
  }

  #info-contacto .fa-whatsapp {
	color: #d5d721;
	font-size: 20px;
	padding: 0px 5px 10px 0px;
	margin-bottom: -2px;
  }

  .blog p {
	color: #202020;
	display: none;
  }
  @keyframes resplandorAnimation {
	0%,
	50% {
	  box-shadow: 0px 0px 0px rgba(253, 255, 255, 1);
	}
	100% {
	  box-shadow: 0px 0px 60px rgba(255, 255, 255, 0);
	}
  }
  