.absContact {
  position: fixed;
  z-index: 10000000;
  width: 6rem;
  height: 6rem;
  padding: 1rem;
  right: 2rem;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media only screen and (max-width: 58em) {
  .absContact {
    width: 5.2rem;
    height: 5.2rem;
  }
}
.absContact:hover {
  -webkit-animation: none;
  animation: none;
  scale: 1.05;
}
.absContact svg {
  font-size: 4rem;
}
.absContact--phone {
  bottom: 9rem;
  -webkit-box-shadow: 3px 3px 0.2rem rgba(55, 55, 55, 0.3);
  box-shadow: 3px 3px 0.2rem rgba(55, 55, 55, 0.3);
  background-color: #f9fbfa;
  color: #c2a5a9;
  -webkit-box-shadow: inset 0 0 0 0.5rem #c2a5a9;
  box-shadow: inset 0 0 0 0.5rem #c2a5a9;
}
@media only screen and (max-width: 58em) {
  .absContact--phone {
    bottom: 1.5rem;
    right: 8rem;
  }
}
.absContact--mail {
  bottom: 1.5rem;
  -webkit-box-shadow: 3px 3px 0.2rem rgba(55, 55, 55, 0.3);
  box-shadow: 3px 3px 0.2rem rgba(55, 55, 55, 0.3);
  background-color: #f9fbfa;
  color: #c2a5a9;
  -webkit-box-shadow: inset 0 0 0 0.5rem #c2a5a9;
  box-shadow: inset 0 0 0 0.5rem #c2a5a9;
}
.absContact--mail svg {
  margin-top: -0.1rem;
}
.absContact__socials {
  width: 6rem;
  height: 6rem;
  position: fixed;
  bottom: 16.5rem;
  right: 2rem;
}
@media only screen and (max-width: 58em) {
  .absContact__socials {
    width: 5.2rem;
    bottom: 1.1rem;
    right: 14rem;
  }
}
.absContact__socials--overlay {
  font-size: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #f9fbfa;
  color: #c2a5a9;
  -webkit-box-shadow: inset 0 0 0 0.5rem #c2a5a9;
  box-shadow: inset 0 0 0 0.5rem #c2a5a9;
  width: 6rem;
  height: 6rem;
  position: absolute;
  border-radius: 50%;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  z-index: 100;
}
@media only screen and (max-width: 58em) {
  .absContact__socials--overlay {
    width: 5.2rem;
    height: 5.2rem;
  }
}
.absContact__socials--instagram,
.absContact__socials--facebook,
.absContact__socials--linkedin {
  width: 4rem;
  height: 4rem;
  opacity: 0;
  position: absolute;
  pointer-events: none;
  color: #c2a5a9;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.absContact__socials--split .absContact__socials--linkedin {
  -webkit-transform: translateY(-70%);
  -ms-transform: translateY(-70%);
  transform: translateY(-70%);
  pointer-events: all;
  opacity: 1;
}
.absContact__socials--split .absContact__socials--linkedin:hover {
  -webkit-transform: translateY(-70%) scale(1.1);
  -ms-transform: translateY(-70%) scale(1.1);
  transform: translateY(-70%) scale(1.1);
}
.absContact__socials--split .absContact__socials--instagram {
  -webkit-transform: translateX(-60%) translateY(25%);
  -ms-transform: translateX(-60%) translateY(25%);
  transform: translateX(-60%) translateY(25%);
  pointer-events: all;
  opacity: 1;
}
.absContact__socials--split .absContact__socials--instagram:hover {
  -webkit-transform: translateX(-60%) translateY(25%) scale(1.1);
  -ms-transform: translateX(-60%) translateY(25%) scale(1.1);
  transform: translateX(-60%) translateY(25%) scale(1.1);
}
.absContact__socials--split .absContact__socials--facebook {
  -webkit-transform: translateX(60%) translateY(25%);
  -ms-transform: translateX(60%) translateY(25%);
  transform: translateX(60%) translateY(25%);
  pointer-events: all;
  opacity: 1;
}
.absContact__socials--split .absContact__socials--facebook:hover {
  -webkit-transform: translateX(60%) translateY(25%) scale(1.1);
  -ms-transform: translateX(60%) translateY(25%) scale(1.1);
  transform: translateX(60%) translateY(25%) scale(1.1);
}
.absContact__socials--split .absContact__socials--overlay {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  pointer-events: none;
  visibility: none;
}
@-webkit-keyframes phoneRing {
  0% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  90% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  92% {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
  }
  94% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }
  96% {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
  }
  98% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }
  100% {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
  }
}
@keyframes phoneRing {
  0% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  90% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  92% {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
  }
  94% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }
  96% {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
  }
  98% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }
  100% {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
  }
}
