/* Start custom CSS for html, class: .elementor-element-11be22b */.contenedor-botones button {
  padding: 10px 20px;
  margin: 5px 0;
  background-color: #25d366;
  color: white;
  border: 1px solid red;
  border-radius: 5px;
  cursor: pointer;
  display: flex;
  font-size: 16px;
    max-width: 150px;
  max-height: 50px;
}

.contenedor-botones button:hover {
  background-color: #1ebe5d;
}

.btn-whatsapp {
  position: fixed;
  left: 0;
  background-color: #25D366;
  color: white;
  padding: 15px 20px;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  text-decoration: none;
/*  display: flex;
  align-items: center;*/
  z-index: 9999;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  gap: 15px;
  max-width: 13%;
  max-height: 100px;
}

.btn-whatsapp img {
  width: 32px;
  height: 32px;
}/* End custom CSS */