.texto-w {
	position:fixed;
	bottom:20px;
	right:82px;
	color:#7c7c7c;
	text-align:center;
    font-size:14px;
    font-family: tahoma;
	background-color: white;
	padding:4px 8px 5px 8px;
	border: solid 2px white;
	border-radius:10px 10px 10px 10px;
	text-align:center;
	line-height: normal;
	z-index: 500;
}

@media screen and (max-width: 991px){
.texto-w
{   bottom: 197px;}
}

.float-wht {
	position:fixed;
	width:60px;
	height:60px;
	bottom:14px;
	right:15px;
	background-color:#10de5c;
	color:#FFF;
	border-radius:50px;
	text-align:center;
    font-size:30px;
	z-index: 501;
}

@media screen and (max-width: 991px){
.float-wht
{   bottom: 190px;}
}

.float-wht:hover {
	text-decoration: none;
	color: #FFF;
        background-color:#10de5c;
        animation: shake 1s;
        animation-iteration-count: 0.5;
}

.my-float {
	margin-top:16px;

}

.circle-wht::before, .circle-wht::after {
  content:"";
  position:absolute;
  top: 50%;
  left: 50%;
  transform:translate(-50%, -50%);
  border: 10px solid gray;
  border-radius:100%;
  animation: latido linear 3s infinite;
  z-index: 500;
}

.circle-wht::after {
  animation-delay: -1.5s;
}

@keyframes latido {
  0% { width:40px; height:40px; border:8px solid #10de5c; }
  100% { width:85px; height:85px; border:8px solid transparent; }
}

@media (max-width:450px) {
    #w-web{
        display: none;
    }
}

@media (min-width:449px) {
    #w-cel{
        display: none;
    }
}