.what, .icono {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 999;
    width: 60px; /* Tamaño ajustado a 60px */
}

.what img, .icono img {
    width: 100%; /* Ajustado a ancho completo del contenedor */
    height: auto;
}

@media (max-width: 1000px) {
    .what, .icono {
        width: 50px; /* Tamaño ajustado a 50px para pantallas más pequeñas */
    }
}
