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

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

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

a:not([href]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):hover {
  color: inherit;
  text-decoration: none;
}

@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;
  }
}

.fa-whatsapp:before {
  content: "\f232";
}

#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 3px #000000;
  color: #FFF;
}

#wp:hover {
  /*color: rgb(72,90,255);*/
  text-decoration: none;
}

.fa, .fab, .fad, .fal, .far, .fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.fa, .far, .fas {
  font-family: "Font Awesome 5 Free";
}

.fa, .fas {
  font-weight: 900;
}

a {
  color: rgba(var(--bs-link-color-rgb),var(--bs-link-opacity,1));
  text-decoration: underline;
}

a:hover {
  --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
}

*, ::after, ::before {
  box-sizing: border-box;
}

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

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

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a:hover, a:focus {
  text-decoration: none;
  outline: none;
  color: #ffffff;
}

a {
  border: none;
}

* {
  outline: none;
}

* {
  /*box-sizing: inherit;*/
}

*:before, *:after {
  /*box-sizing: inherit;*/
}

