body {
  background-image: url("../../img/TingoMaria2024.jpg");
  background-color: #208609;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
}
.float{ 
  position: fixed; 
  bottom: 60px; 
  right: 60px; 
  font-size: 16px; 
  z-index: 100; 
} 
img { 
  border-radius:50%; 
  width: 260px; 
  height: 260px; 
  margin-top: -130px; 
  margin-left: -130px; 
  left: 50%; 
  top: 50%; 
  position: absolute; 
}
.imagen-logo {
  transition: transform 0.3s ease-in-out;
}
.imagen-logo:hover {
  transform: scale(1.1);
}
@media only screen and (max-width: 600px) {
.float{ 
  position:fixed; 
  bottom:60px; 
  right:60px; 
  font-size:24px; 
  z-index:100; 
} 
}
