


.cont-page {
  position: absolute;
  right: 0px;
  width: 100%;
  display: flex;
  align-self: flex-end;
  justify-content: end;
  height: 40%;

}

.cnt-btn {
  position: relative;
  z-index: 80;
  right: 0;
  bottom: 100px;
  width: 30dvw;
  height: 30dvw;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

.btn-faw {
  text-decoration: none;
  position: relative;
  justify-content: center;
  text-align: center;
  border-radius: 50%;
  transition: 0.15s linear;
}

a.btn-faw > img {
  width: 60%;
  filter: drop-shadow(0 5px 25px rgba(255, 255, 255, 0.3));
}

#but-phone {
  position: absolute;
  right: 2dvw;
  width: 12dvw;
  z-index: 100;
  top: 110dvh;
  display: none;

}


.container-btn-cha {
  border: 2px solid #002255;
  overflow:hidden;
  border-radius: 50%;
  margin-left:auto;
  margin-right:auto;
  width: 100px;
  height: 100px;
  position: relative;
}
#glass {
  /* background: rgba( 255, 255, 255, 0.10); */
  width: 300px;
  height: 400px;
  position: absolute;
  border-radius: 100%;
  z-index: 5;
  pointer-events: none;

}
#water {
  background-image: url("../../../images/asset/waves.png");
  background-position: top right;
  position: absolute;
  bottom: -3dvw;
  width: 50%;
  height: 100%;
  border-radius: 100%;
  -webkit-transition: all 2s ease-out;
  -moz-transition: all 2s ease-out;
  -o-transition: all 2s ease-out;
  transition: all 2s ease-out;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  z-index: 1;
}
a.btn-faw:hover #water {
height: 40em;
background-position: top left;
-webkit-transition: all 2s linear;
-moz-transition: all 2s linear;
-o-transition: all 2s linear;
transition: all 2s linear;
}

a.btn-faw:hover
.cls-2 {
  fill: #fff;
  -webkit-transition: all 1s linear;
  -moz-transition: all 1s linear;
  -o-transition: all 1s linear;
  transition: all 1s linear;
}

.arrow {
  color: #002255;
  width: 100%;
  z-index: 10;
  font-size: 3dvw;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  transform-origin: -50%;
  line-height: 0%;
  -webkit-transition: all 1.5s ease-in-out;
  -moz-transition: all 1.5s ease-in-out;
  -o-transition: all 1.5s ease-in-out;
  transition: all 1.5s ease-in-out;
}

.cls-2 {
  fill: #002255;
}
