 .descargar .tooltiptext {
  visibility: hidden;
  width: 220px;
  //background-color: #00599c;
	 background-color: #eef5ff;
  color: #003670;
  text-align: left;
  border-radius: 6px;
  padding: 5px;
  margin: -20px 0 0 70px;

  /* Position the tooltip */
  position: absolute;
  z-index: 1000001;
}

.descargar .tooltiptext::after {
  content: " ";
  position: absolute;
  top: 10px;
  right: 100%; /* To the left of the tooltip */
  margin-top: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent #eef5ff transparent transparent;
}

.descargar:hover .tooltiptext {
  visibility: visible;
  z-index: 1000001;
}

 .flaticon-eye106 .tooltiptext {
  visibility: hidden;
  width: 220px;
  background-color: #eef5ff;
  color: #003670;
  text-align: left;
  border-radius: 6px;
  padding: 5px;
  margin: 6px 0 0 70px;

  /* Position the tooltip */
  position: absolute;
  z-index: 1000001;
}

.flaticon-eye106 .tooltiptext::after {
  content: " ";
  position: absolute;
  top: 10px;
  right: 100%; /* To the left of the tooltip */
  margin-top: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent #eef5ff transparent transparent;
}

.flaticon-eye106:hover .tooltiptext {
  visibility: visible;
  z-index: 1000001;
}

a img:hover {
  opacity: 0.7;
  
}

.decla .tooltiptext {
  visibility: hidden;
  width: 220px;
  background-color: #eef5ff;
  color: #003670;
  text-align: left;
  border-radius: 6px;
  padding: 5px;
  margin: 6px 0 0 70px;

  /* Position the tooltip */
  position: absolute;
  z-index: 999999 !important;
}

.decla .tooltiptext::after {
  content: " ";
  position: absolute;
  top: 10px;
  right: 100%; /* To the left of the tooltip */
  margin-top: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent #eef5ff transparent transparent;
}

.decla:hover .tooltiptext {
  visibility: visible;
}
