
.circleLiquido {
  position: relative;
  width: 120px;
  height: 120px;
  background: linear-gradient(180deg, #d3eff0 25%,#f3fcfc 56%, #f4fcfc 79%); /*#58ACFA*/;
  border: 7px solid #CEE3F6;
  border-radius: 100%;
  text-align: center;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  cursor:pointer;
  position:relative;
}

.wave2 {
  background-color: #3f68c5;
  position: absolute;
  top: 110%;
  height: 220%;
  width: 200%;
  border-radius: 36%;
  left: -50%;
  transform: rotate(360deg);
  transition: all 5s ease;
  animation: wave 80s linear infinite;
  top: 100%;
  box-shadow: 0px 0px 20px -10px;
}

@keyframes wave2 {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(3600deg); }
}

.wave {
  background-color: #A9D0F5;
  position: absolute;
  top: 110%;
  height: 200%;
  width: 200%;
  border-radius: 26%;
  left: -50%;
  transform: rotate(360deg);
  transition: all 50s ease;
  animation: wave 100s linear infinite;
  top: 50%;
}
@keyframes wave {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(3600deg); }
}


/*
.wave {
  background-color: #81BEF7;
  position: absolute;
  top: 110%;
  height: 200%;
  width: 200%;
  border-radius: 38%;
  left: -50%;
  transform: rotate(360deg);
  transition: all 5s ease;
  animation: wave 60s linear infinite;
  top: 50%;
}

@keyframes wave {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(3600deg); }
}

*/

.circleLiquido-text {
  position:absolute;
  font-size: 24px;
  color:white;
  /*letter-spacing: 4px;*/
  font-family: "Montserrat","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 700;
  margin: 0;
  width: 100%;
  z-index:2;
  top:40px;
  filter: drop-shadow(0px 0px 5px rgba(0,0,0,1));
}

.circleLiquido-text span{
   font-size: 12px;
}
