    
#imgPrincipal   {
    /* height: auto !important; */
    display: block !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

#img-wa{
  height: auto !important;
  display: block !important;
  margin-left: auto !important;
  margin-right: auto !important;
}


.whatsapp-container {
  position: fixed;
  bottom: 20px;
  right: 15vh;
  display: flex;
  align-items: center;
  z-index: 9999;
}

.whatsapp-label {
  background-color: white;
  color: black;
  font-size: 13px;
  padding: 6px 10px;
  border-radius: 16px;
  margin-right: 4px; /* Más cerca del ícono */
  font-family: 'Rubik', sans-serif;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  position: relative;
}

.whatsapp-label::after {
  content: "";
  position: absolute;
  bottom: -6px;
  right: 6px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-top-color: white;
  transform: rotate(45deg);
  box-shadow: -1px 1px 2px rgba(0, 0, 0, 0.1);
}

.whatsapp-float img {
  width: 44px;
  height: 44px;
}



