/* Enter Your Custom CSS Here */
.site-branding-home {
    position: fixed;
    top: 20px;
    right: 20px;
    width: auto;
    max-width: 300px;
    max-height: 300px;
}
.site-branding {
    position: absolute;
    top: 20px;
    right: 20px;
    width: auto;
    max-width: 300px;
    max-height: 300px;
    z-index: 9;
}
.home-buttons-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: nowrap;
}

.home-buttons-wrap > a,
.home-buttons-wrap > button {
  margin: 0 !important;
}

.whatsapp-btn {
  background: #25D366 !important;
  color: #fff !important;

  /* tamaño */
  padding: 19px 32px !important;
  font-size: 14px !important;
  border-radius: 3px !important;

  /* ← AJUSTE DE POSICIÓN */
  margin-left: -8px; /* mueve a la izquierda */
}

.whatsapp-btn:hover {
  background: #1ebe5d !important;
}
.footer-prismaweb {
  text-align: center;
  margin-top: 10px;
}

.footer-prismaweb a {
  display: inline-block;
  vertical-align: middle;
  color: #00a0d2;
  font-size: 13px;
  text-decoration: none;
}

.footer-prismaweb img {
  max-height: 40px;
  width: auto;
  margin-left: 8px;
}