/* Your custom css code goes here */

.l-qualidades {
  display: block;
  width: 100%;
}

.l-qualidades:hover, .l-qualidades:focus {
  text-decoration: none;
}

.app-whats A:link {text-decoration:none;color:#ffffff;}
.app-whats A:visited {text-decoration:none;color:#ffffff;}
.app-whats A:active {text-decoration:none;color:#ffffff;}
.app-whats A:hover {text-decoration:none;color:#ffffff;}

.app-whats {
    display: block;
    position: fixed;
    bottom: 18px;
    right: 15px;
    font-family: arial;
}

.app-whats i {
  display: block;
  width: 110px;
  height: 36px;
  line-height: 36px;
  color: #fff;
  font-size: 13px;
  text-align: center;
  border-radius: 4px;
  background-color: #009688;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  z-index: 99999;
}




.pulse-button {

	display: block;
	position: fixed;
	bottom: 18px;
	right: 15px;
	font-family: arial;

	margin:15px;
	width: 60px;
	height: 60px;
	border: none;
	box-shadow: 0 0 0 0 rgba(232, 76, 61, 0.7);
	border-radius: 50%;
	background-color: #e84c3d;
	background-image: url(../img/whatsapp.png);
	background-size:cover;
	background-repeat: no-repeat;
	cursor: pointer;
	-webkit-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
	-moz-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
	-ms-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
	animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
	color:#ffffff;
}
.pulse-button:hover 
{
  -webkit-animation: none;-moz-animation: none;-ms-animation: none;animation: none;
}

@-webkit-keyframes pulse {to {box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);}}
@-moz-keyframes pulse {to {box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);}}
@-ms-keyframes pulse {to {box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);}}
@keyframes pulse {to {box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);}}