@import url("mdi/css/materialdesignicons.min.css");
.wpicon{
	width: 55px;
    height: 55px;
    line-height: 55px;
	position: fixed;
    left: 50px;
    bottom: 20px;
    z-index: 99999;
	display: inline-block;
    text-align: center;
    border-radius: 50%;
    padding: 0;
	border-color: transparent;
    color: #fff!important;
	box-shadow: 0 0 6px rgba(0, 0, 0, .1)!important;
	background-color: #25d366;
	text-decoration: none;
	box-sizing: border-box;
	font-size:30px;
	
}

.phone-call {
  width: 50px;
  height: 50px;
  left: 55px;
  bottom: 55px;
  background:#89c3cf;
  position: fixed;
  text-align: center;
  color: #ffffff;
  cursor: pointer;
  border-radius: 50%;
  z-index: 99;
  display: inline-block;
  line-height: 53px;
}

.phone-call:before {
  position: absolute;
  content: " ";
  z-index: -1;
  top: -15px;
 left: -15px;
    bottom: 150px;
  background-color: #28527a;
  width: 80px;
  height: 80px;
  border-radius: 100%;
  animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
  opacity: 0.6;
  -webkit-animation: pulse 1s ease-out;
  animation: pulse 1.8s ease-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(0);
    opacity: 0;
  }
  25% {
    -webkit-transform: scale(0.3);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(0.6);
    opacity: 0.6;
  }
  75% {
    -webkit-transform: scale(0.9);
    opacity: 0.3;
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
@keyframes pulse {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  25% {
    transform: scale(0.3);
    opacity: 1;
  }
  50% {
    transform: scale(0.6);
    opacity: 0.6;
  }
  75% {
    transform: scale(0.9);
    opacity: 0.3;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
.tarificon{
	display:none;
}
.trwpwhatsappbutton {
	background-color: #22c15e; 
	border-radius: 20px; 
	padding: 8px 15px; 
	cursor: pointer; 
	color: #fff;
	max-width: 220px;
	margin-top: 10px;
	margin-bottom: 52px;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	position: fixed;
    z-index: 9999999999999999999;
    bottom: 0;
    left: 10px;
    font-family: "Raleway", Arial, sans-serif;
    font-weight: 300;
    font-size: 15px;
}
@media only screen and (max-width: 991px) {
    .wpicon{
		
        bottom: 50px; 
		width: 50px;
		height: 50px;
		line-height: 50px;
		
	}
	
	.phone-call{
		
        bottom: 120px; 
		width: 50px;
		height: 50px;
		line-height: 50px;
		left: 50px;
		
	}
	
	.tarificon{
		display:block;
		width: 50px;
		height: 50px;
		line-height: 50px;
		position: fixed;
		left: 25px;
		right:auto;
		bottom: 100px;
		z-index: 99999;
		display: inline-block;
		text-align: center;
		border-radius: 50%;
		padding: 0;
		border-color: transparent;
		color: #fff!important;
		box-shadow: 0 0 6px rgba(0, 0, 0, .1)!important;
		background-color: red;
		text-decoration: none;
		box-sizing: border-box;
	font-size:30px;
	
	}
	.m-none{
	display:none!important;
	}
  	
	}
		