/* Búsqueda */
a.fa-search {
  position: relative;
  text-indent: 50px;
  overflow: hidden;
  width: 40px;
}
a.fa-search::before {
  content: "\f002";
  font-family: "Font Awesome 6 Free";
  font-weight: 900; 
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0.75rem;
  font-size: 1rem;
  z-index: 1;
}
/* Teléfono */
a.fa-phone {
  position: relative;
  text-indent: 50px;
  overflow: hidden;
  width: fit-content;
}
a.fa-phone::before {
  content: "\f095 954 296 555";
  font-family: "Font Awesome 6 Free";
  font-weight: 900; 
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0.75rem;
  font-size: 1rem;
  z-index: 1;
}
