.social-btn {
  display: flex;
  width: 49px;
  align-items: center;
  justify-content: space-between;
  padding-left: 17px;
  padding-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  border: 1px;
  border-bottom-left-radius: 30px;
    border-top-left-radius: 30px;
  margin-bottom: 5px;
  position: relative;
  
  transition: left 1s;
}
.social-btn:hover {
  left: 0px;
  transition: left 1s;
}

.social {
  position: fixed;
  top: 320px;
  right:0px;
}
.social a {
  text-decoration: none;
}

.color-telegram {
  background-color: #0084c6;
}
.color-instagram {
  background-color: #f62782;
}
.color-whatsapp {
  background-color: #24cc63;
}

.google-font {
  font-family: "Lato", sans-serif;
  font-size: 1.25rem;
}

.social-btn img {
  width: 40px;
}

.social-btn p {
  color: white;

  margin-top: 0px;
  margin-bottom: 0px;
}

.icons8-telegram-app {
  order: 2;
  display: inline-block;
  width: 40px;
  height: 40px;
  
    
  background-size: 100%;
}

.icons8-instagram {
  order: 2;
  display: inline-block;
  width: 40px;
  height: 40px;
  
  background-size: 100%;
}

.icons8-whatsapp {
  order: 2;
  display: inline-block;
  width: 38px;
  height: 38px;
  
  background-size: 100%;
}

.ap{font-size:28px!important;}
