a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

@media (min-width:768px) {
  .d-md-flex {
    display: -ms-flexbox!important;
    display: flex!important;
  }
}

@media (min-width:768px) {
  .justify-content-md-center {
    -ms-flex-pack: center!important;
    justify-content: center!important;
  }
}

@media (min-width:768px) {
  .align-items-md-center {
    -ms-flex-align: center!important;
    align-items: center!important;
  }
}

a:hover {
  color: #ffffff!important;
  text-decoration: underline;
}

* {
}

*:before, *:after {
}

#wp {
  position: fixed;
  z-index: 100;
  height: 60px;
  width: 60px;
  right: 40px;
  bottom: 40px;
  border-radius: 50px;
  background-color: rgb(38,231,7);
  font-size: 30px;
  text-align: center;
  box-shadow: 2px 2px 12px #343232;
  opacity: 1;
  color: #FFF;
}

#wp:hover {
  color: #000000;
  text-decoration: none;
  transition: .5s;
}

#iconwpp {
  margin-top: 15px;
}

@media (min-width: 768px) {
  #iconwpp {
    margin-top: 0px;
  }
}

* {
}

*:before, *:after {
}

#wp {
  position: fixed;
  z-index: 100;
  height: 60px;
  width: 60px;
  right: 20px;
  bottom: 20px;
  border-radius: 50px;
  background-color: #25D366;
  font-size: 30px;
  text-align: center;
  box-shadow: 2px 2px 12px #343232;
  opacity: 1;
  color: #FFF;
}

#wp:hover {
  color: #000000;
  text-decoration: none;
  transition: .5s;
}

#iconwpp {
  margin-top: 15px;
}

@media (min-width: 768px) {
  #iconwpp {
    margin-top: 0px;
  }
}

