.sombra {
  background: #C4C4C4;
  box-shadow: 0px 2px 4px rgba(79, 59, 59, 0.6);
}

.bttn-brown {
  background: #4F3B38;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  padding: 11px 24px;
  border-radius: 100px;
  width: fit-content;
  text-decoration: none;
  border: solid 1px #4F3B38;
}
.bttn-brown:hover {
  background-color: #ffffff;
  color: #4F3B38;
  border: solid 1px #ffffff;
}

.bttn-white {
  background: #ffffff;
  color: #4F3B38;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  padding: 12px 25px;
  border-radius: 100px;
  width: fit-content;
  text-decoration: none;
}
.bttn-white:hover {
  background-color: #4F3B38;
  color: #ffffff;
}

.bto-whatsapp {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
}
.bto-whatsapp.bttn-brown > img {
  filter: brightness(0) invert(1);
}
.bto-whatsapp.bttn-brown:hover > img {
  filter: none;
}
.bto-whatsapp > img {
  width: 18px;
  height: 18px;
}
.bto-whatsapp:hover > img {
  filter: brightness(0) invert(1);
}
/*# sourceMappingURL=../maps/botones.min.css.map */
