
/* Fondo general celeste */
body {
    background-color: #e6f0fa !important;
}


/* BOTONES DE REDES SOCIALES FIJOS */
.floating-socials {
  position: fixed;
  right: 15px;
  bottom: 100px;
  z-index: 9999;

    background-color: transparent;
    border-radius: 50%;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
    transition: transform 0.3s;
}

.whatsapp-float:hover {
    transform: scale(1.1);
}
